01KN8QDFCK0M313AR2E7RR3FZG: 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: 01KN8QDVMC15EJ8445FG3PPP0A

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-03T03:57:52.787Zjob assigned to worker 01KN8QSQ3XAA5Y2F1ZAZB6HWBQ [factory aws, i-03d43c77b1d17d283] (queued for 7 m 10 s)
 
22026-04-03T03:58:00.848Zstarting task 0: "setup"
32026-04-03T03:58:00.852Z++ uname -s
42026-04-03T03:58:00.855Z+ kern=SunOS
52026-04-03T03:58:00.855Z+ build_user=build
62026-04-03T03:58:00.855Z+ build_uid=12345
72026-04-03T03:58:00.855Z+ work_dir=/work
82026-04-03T03:58:00.855Z+ input_dir=/input
92026-04-03T03:58:00.855Z+ [[ 0 == 12345 ]]
102026-04-03T03:58:00.855Z+ case "$kern" in
112026-04-03T03:58:00.855Z+ groupadd -g 12345 build
122026-04-03T03:58:00.858Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-03T03:58:02.863Z+ zfs create -o mountpoint=/work rpool/work
142026-04-03T03:58:02.987Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-03T03:58:02.990Z+ home_fs=zfs
162026-04-03T03:58:02.990Z+ [[ zfs == autofs ]]
172026-04-03T03:58:02.990Z+ mkdir -p /home/build
182026-04-03T03:58:02.993Z+ chown build:build /home/build /work
192026-04-03T03:58:04.993Z+ chmod 0700 /home/build /work
202026-04-03T03:58:04.996Zprocess exited: duration 4149 ms, exit code 0
 
212026-04-03T03:58:05.002Zstarting task 1: "rust-toolchain"
222026-04-03T03:58:05.008Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-03T03:58:05.008Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-03T03:58:05.008Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-04-03T03:58:05.008Z * rust toolchain channel = "1.94.0"
262026-04-03T03:58:05.008Z * rust toolchain profile = "default"
272026-04-03T03:58:05.008Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-03T03:58:05.011Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-03T03:58:05.011Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-03T03:58:05.135Zinfo: downloading installer
312026-04-03T03:58:06.740Zwarn: It looks like you have an existing installation of Rust at:
322026-04-03T03:58:06.740Zwarn: /opt/ooce/bin
332026-04-03T03:58:06.740Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-03T03:58:06.740Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-03T03:58:06.740Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-03T03:58:06.740Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-03T03:58:06.744Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-03T03:58:06.744Zerror: cannot install while Rust is installed
392026-04-03T03:58:06.744Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-03T03:58:06.744Zwarn: It looks like you have an existing rustup settings file at:
412026-04-03T03:58:06.744Zwarn: /home/build/.rustup/settings.toml
422026-04-03T03:58:06.744Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-03T03:58:06.744Zwarn: instead of the one inferred from the default host triple.
442026-04-03T03:58:06.754Zinfo: profile set to default
452026-04-03T03:58:06.754Zinfo: default host triple is x86_64-unknown-illumos
462026-04-03T03:58:06.757Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-03T03:58:06.892Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-03T03:58:06.895Zinfo: downloading 6 components
492026-04-03T03:58:22.131Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-03T03:58:22.131Z
512026-04-03T03:58:22.163Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-03T03:58:22.163Z
532026-04-03T03:58:22.163Z
542026-04-03T03:58:22.163ZRust is installed now. Great!
552026-04-03T03:58:22.163Z
562026-04-03T03:58:22.163ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-03T03:58:22.163Zenvironment variable. This has not been done automatically.
582026-04-03T03:58:22.163Z
592026-04-03T03:58:22.163ZTo configure your current shell, you need to source
602026-04-03T03:58:22.163Zthe corresponding env file under $HOME/.cargo.
612026-04-03T03:58:22.163Z
622026-04-03T03:58:22.163ZThis is usually done by running one of the following (note the leading DOT):
632026-04-03T03:58:22.163Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-03T03:58:22.163Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-03T03:58:22.163Zsource "~/.cargo/env.nu" # For nushell
662026-04-03T03:58:22.163Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-03T03:58:22.163Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-03T03:58:22.163Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-03T03:58:22.167Zwarn: no default linker (`cc`) was found in your PATH
702026-04-03T03:58:22.167Zwarn: many Rust crates require a system C toolchain to build
712026-04-03T03:58:22.267Z+ rustup --version
722026-04-03T03:58:22.273Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-03T03:58:22.276Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-03T03:58:22.294Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-03T03:58:22.298Z+ cargo --version
762026-04-03T03:58:22.305Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-03T03:58:22.308Z+ rustc --version
782026-04-03T03:58:22.329Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-03T03:58:22.332Zprocess exited: duration 17328 ms, exit code 0
 
802026-04-03T03:58:22.338Zstarting task 2: "authentication"
812026-04-03T03:58:22.356Zprocess exited: duration 17 ms, exit code 0
 
822026-04-03T03:58:22.362Zstarting task 3: "clone repository"
832026-04-03T03:58:22.366Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-03T03:58:22.369Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-03T03:58:22.403ZCloning into '/work/oxidecomputer/omicron'...
862026-04-03T03:58:32.430Z+ cd /work/oxidecomputer/omicron
872026-04-03T03:58:32.430Z+ git fetch origin 15afd49c3e2863dd83c4f00584287003cbebe23d
882026-04-03T03:58:32.723ZFrom https://github.com/oxidecomputer/omicron
892026-04-03T03:58:32.723Z * branch 15afd49c3e2863dd83c4f00584287003cbebe23d -> FETCH_HEAD
902026-04-03T03:58:32.735Z+ [[ -n bump-console-b6c8d101 ]]
912026-04-03T03:58:32.738Z++ git branch --show-current
922026-04-03T03:58:32.741Z+ current=main
932026-04-03T03:58:32.741Z+ [[ main != bump-console-b6c8d101 ]]
942026-04-03T03:58:32.741Z+ git branch -f bump-console-b6c8d101 15afd49c3e2863dd83c4f00584287003cbebe23d
952026-04-03T03:58:32.744Z+ git checkout -f bump-console-b6c8d101
962026-04-03T03:58:32.972ZSwitched to branch 'bump-console-b6c8d101'
972026-04-03T03:58:32.975Z+ git reset --hard 15afd49c3e2863dd83c4f00584287003cbebe23d
982026-04-03T03:58:32.987ZHEAD is now at 15afd49c3 Bump web console (fix double error toasts)
992026-04-03T03:58:32.990Zprocess exited: duration 10626 ms, exit code 0
 
1002026-04-03T03:58:32.997Zstarting task 4: "build"
1012026-04-03T03:58:33.002Z+ source .github/buildomat/ci-env.sh
1022026-04-03T03:58:33.002Z++ export CARGO_TERM_COLOR=always
1032026-04-03T03:58:33.002Z++ CARGO_TERM_COLOR=always
1042026-04-03T03:58:33.002Z+ cargo --version
1052026-04-03T03:58:33.011Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-03T03:58:33.014Z+ rustc --version
1072026-04-03T03:58:33.034Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-03T03:58:33.037Z+ WORK=/work
1092026-04-03T03:58:33.038Z+ pfexec mkdir -p /work
1102026-04-03T03:58:33.040Z+ pfexec chown build /work
1112026-04-03T03:58:33.043Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-04-03T03:58:41.530Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-04-03T03:58:48.574Z Startup: Caching catalogs ... Done
1142026-04-03T03:58:52.771ZPlanning: Solver setup ... Done (3.016s)
1152026-04-03T03:58:52.789ZPlanning: Running solver ... Done (0.020s)
1162026-04-03T03:58:52.906ZPlanning: Finding local manifests ... Done (0.003s)
1172026-04-03T03:58:52.919ZPlanning: Fetching manifests: 0/4 0% complete
1182026-04-03T03:58:53.013ZPlanning: Fetching manifests: 4/4 100% complete
1192026-04-03T03:58:53.043ZPlanning: Package planning ... Done (0.030s)
1202026-04-03T03:58:53.071ZPlanning: Merging actions ... Done (0.027s)
1212026-04-03T03:58:53.252ZPlanning: Checking for conflicting actions ... Done (0.181s)
1222026-04-03T03:58:53.259ZPlanning: Consolidating action changes ... Done (0.007s)
1232026-04-03T03:58:54.342ZPlanning: Evaluating mediators ... Done (1.083s)
1242026-04-03T03:58:54.347ZPlanning: Planning completed in 5.61 seconds
1252026-04-03T03:58:54.360Z Packages to install: 4
1262026-04-03T03:58:54.360Z Mediators to change: 2
1272026-04-03T03:58:54.360Z Services to change: 1
1282026-04-03T03:58:54.360Z Estimated space available: 155.35 GB
1292026-04-03T03:58:54.363ZEstimated space to be consumed: 1.84 GB
1302026-04-03T03:58:54.364Z Create boot environment: No
1312026-04-03T03:58:54.364ZCreate backup boot environment: No
1322026-04-03T03:58:54.364Z Rebuild boot archive: No
1332026-04-03T03:58:54.364Z
1342026-04-03T03:58:54.364ZChanged mediators:
1352026-04-03T03:58:54.364Z mediator clang:
1362026-04-03T03:58:54.364Z version: None -> 15 (system default)
1372026-04-03T03:58:54.364Z
1382026-04-03T03:58:54.364Z mediator llvm:
1392026-04-03T03:58:54.364Z version: 14 (system default) -> 15 (system default)
1402026-04-03T03:58:54.364Z
1412026-04-03T03:58:54.364ZChanged packages:
1422026-04-03T03:58:54.364Zhelios-dev
1432026-04-03T03:58:54.364Z developer/build-essential
1442026-04-03T03:58:54.364Z None -> 11-2.0
1452026-04-03T03:58:54.364Z library/libxmlsec1
1462026-04-03T03:58:54.364Z None -> 1.2.35-2.0
1472026-04-03T03:58:54.364Z ooce/developer/clang-15
1482026-04-03T03:58:54.364Z None -> 15.0.7-2.0
1492026-04-03T03:58:54.364Z ooce/developer/llvm-15
1502026-04-03T03:58:54.364Z None -> 15.0.7-2.0
1512026-04-03T03:58:54.364Z
1522026-04-03T03:58:54.364ZServices:
1532026-04-03T03:58:54.364Z restart_fmri:
1542026-04-03T03:58:54.364Z svc:/system/update-man-index:default
1552026-04-03T03:58:54.402Z
1562026-04-03T03:58:54.402ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-04-03T03:58:59.404ZDownload: 2202/3290 items 119.1/212.6MB 56% complete (24.0M/s)
1582026-04-03T03:59:05.051ZDownload: 3247/3290 items 203.1/212.6MB 95% complete (21.3M/s)
1592026-04-03T03:59:06.398ZDownload: Completed 212.60 MB in 12.00 seconds (17.7M/s)
1602026-04-03T03:59:07.507Z Actions: 1/3689 actions (Installing new actions)
1612026-04-03T03:59:10.832Z Actions: Completed 3689 actions in 3.32 seconds.
1622026-04-03T03:59:11.098Z Done (0.262s)
1632026-04-03T03:59:11.098Z Done (0.000s)
1642026-04-03T03:59:11.691Z Done (0.592s)
1652026-04-03T03:59:15.057Z Done (3.036s)
1662026-04-03T03:59:15.130Z Done (0.012s)
1672026-04-03T03:59:15.133Z Done (0.000s)
1682026-04-03T03:59:15.286Z Done (0.000s)
1692026-04-03T03:59:16.118ZPlanning: Evaluating mediator changes ... Done
1702026-04-03T03:59:16.224ZPlanning: Checking for conflicting actions ... Done
1712026-04-03T03:59:16.227ZPlanning: Consolidating action changes ... Done
1722026-04-03T03:59:16.385ZPlanning: Evaluating mediators ... Done
1732026-04-03T03:59:16.388ZPlanning: Planning completed in 0.27 seconds
1742026-04-03T03:59:16.407Z Mediators to change: 2
1752026-04-03T03:59:16.407Z Create boot environment: No
1762026-04-03T03:59:16.407ZCreate backup boot environment: No
1772026-04-03T03:59:16.452Z Done
1782026-04-03T03:59:16.452Z Done
1792026-04-03T03:59:17.068Z Done
1802026-04-03T03:59:19.566Z Done
1812026-04-03T03:59:19.641Z Done
1822026-04-03T03:59:19.644Z Done
1832026-04-03T03:59:19.742Z Done
1842026-04-03T03:59:20.151ZPlanning: Evaluating mediator changes ... Done
1852026-04-03T03:59:20.154ZPlanning: Merging actions ... Done
1862026-04-03T03:59:20.289ZPlanning: Checking for conflicting actions ... Done
1872026-04-03T03:59:20.292ZPlanning: Consolidating action changes ... Done
1882026-04-03T03:59:20.426ZPlanning: Evaluating mediators ... Done
1892026-04-03T03:59:20.454ZPlanning: Planning completed in 0.45 seconds
1902026-04-03T03:59:20.476Z Packages to change: 1
1912026-04-03T03:59:20.476Z Mediators to change: 1
1922026-04-03T03:59:20.476Z Services to change: 1
1932026-04-03T03:59:20.476Z Create boot environment: No
1942026-04-03T03:59:20.476ZCreate backup boot environment: Yes
1952026-04-03T03:59:22.693Z Actions: 1/6 actions (Updating modified actions)
1962026-04-03T03:59:22.696Z Actions: Completed 6 actions in 0.00 seconds.
1972026-04-03T03:59:22.696Z Done
1982026-04-03T03:59:22.696Z Done
1992026-04-03T03:59:22.835Z Done
2002026-04-03T03:59:25.300Z Done
2012026-04-03T03:59:25.373Z Done
2022026-04-03T03:59:25.377Z Done
2032026-04-03T03:59:25.525Z Done
2042026-04-03T03:59:25.812ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-04-03T03:59:25.812Zclang system 15 system
2062026-04-03T03:59:25.812Zcsh system system illumos
2072026-04-03T03:59:25.812Zctags system system illumos
2082026-04-03T03:59:25.812Zfile system system illumos
2092026-04-03T03:59:25.812Zgcc vendor 12 vendor
2102026-04-03T03:59:25.813Zgcc system 14 system
2112026-04-03T03:59:25.813Zgcc system 10 system
2122026-04-03T03:59:25.813Zgo system 1.20 system
2132026-04-03T03:59:25.813Zgo system 1.19 system
2142026-04-03T03:59:25.813Zllvm system 15 system
2152026-04-03T03:59:25.813Zllvm system 14 system
2162026-04-03T03:59:25.813Zmariadb system 10.6 system
2172026-04-03T03:59:25.813Zmta vendor vendor dma
2182026-04-03T03:59:25.813Zopenjdk system 17 system
2192026-04-03T03:59:25.813Zopenjdk system 11 system
2202026-04-03T03:59:25.813Zopenjdk system 1.8 system
2212026-04-03T03:59:25.813Zopenssl vendor 3 vendor
2222026-04-03T03:59:25.813Zperl system 5.36 system
2232026-04-03T03:59:25.813Zpostgresql system 15 system
2242026-04-03T03:59:25.813Zpostgresql system 13 system
2252026-04-03T03:59:25.813Zpython vendor 3 vendor
2262026-04-03T03:59:25.813Zpython system 2 system
2272026-04-03T03:59:25.813Zpython3 system 3.11 system
2282026-04-03T03:59:25.813Zruby system 3.0 system
2292026-04-03T03:59:25.813Zwords vendor vendor american-english
2302026-04-03T03:59:25.813Zwords system system australian-english
2312026-04-03T03:59:25.813Zwords system system british-english
2322026-04-03T03:59:25.813Zwords system system canadian-english
2332026-04-03T03:59:25.813Zwords system system french
2342026-04-03T03:59:25.813Zwords system system italian
2352026-04-03T03:59:25.813Zwords system system ngerman
2362026-04-03T03:59:25.813Zwords system system ogerman
2372026-04-03T03:59:25.813Zwords system system spanish
2382026-04-03T03:59:26.035ZPUBLISHER TYPE STATUS P LOCATION
2392026-04-03T03:59:26.035Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402026-04-03T03:59:30.302ZFMRI IFO
2412026-04-03T03:59:30.302Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422026-04-03T03:59:30.302Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432026-04-03T03:59:30.302Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442026-04-03T03:59:30.302Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452026-04-03T03:59:30.302Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462026-04-03T03:59:30.302Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2472026-04-03T03:59:30.302Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2482026-04-03T03:59:30.302Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2492026-04-03T03:59:30.302Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2502026-04-03T03:59:30.302Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2512026-04-03T03:59:30.302Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2522026-04-03T03:59:30.302Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2532026-04-03T03:59:30.302Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2542026-04-03T03:59:30.302Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2552026-04-03T03:59:30.302Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2562026-04-03T03:59:30.302Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2572026-04-03T03:59:31.383Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2582026-04-03T03:59:31.648Z Updating crates.io index
2592026-04-03T03:59:31.686Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2602026-04-03T03:59:32.448Z Updating git repository `https://github.com/oxidecomputer/lldp`
2612026-04-03T03:59:32.868Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2622026-04-03T03:59:33.358Z Updating git repository `https://github.com/oxidecomputer/falcon`
2632026-04-03T03:59:34.221Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2642026-04-03T03:59:34.732Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-04-03T03:59:36.095Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-04-03T03:59:37.436Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-04-03T03:59:38.273Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-04-03T03:59:38.656Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-04-03T03:59:39.415Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-04-03T03:59:39.667Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-04-03T03:59:40.218Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722026-04-03T03:59:40.435Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-04-03T03:59:41.501Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-04-03T03:59:42.140Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-04-03T03:59:42.366Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762026-04-03T03:59:42.815Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2772026-04-03T03:59:43.255Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782026-04-03T03:59:43.494Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792026-04-03T03:59:43.706Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802026-04-03T03:59:43.951Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2812026-04-03T03:59:44.461Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822026-04-03T03:59:45.017Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2832026-04-03T03:59:45.583Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2842026-04-03T03:59:45.974Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852026-04-03T03:59:46.313Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862026-04-03T03:59:47.296Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-04-03T03:59:47.944Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2882026-04-03T03:59:48.316Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-04-03T03:59:49.008Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2902026-04-03T03:59:49.318Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912026-04-03T03:59:49.644Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2922026-04-03T03:59:49.973Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2932026-04-03T03:59:50.268Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2942026-04-03T03:59:50.754Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2952026-04-03T03:59:51.028Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2962026-04-03T03:59:51.306Z Updating git repository `https://github.com/illumos/smf-rs`
2972026-04-03T03:59:51.755Z Updating git repository `https://github.com/oxidecomputer/omicron`
2982026-04-03T04:00:03.811Z Downloading crates ...
2992026-04-03T04:00:03.901Z Downloaded cfg-if v1.0.4
3002026-04-03T04:00:03.904Z Downloaded proc-macro-error-attr v1.0.4
3012026-04-03T04:00:03.904Z Downloaded fnv v1.0.7
3022026-04-03T04:00:03.904Z Downloaded equivalent v1.0.2
3032026-04-03T04:00:03.907Z Downloaded pest_meta v2.8.6
3042026-04-03T04:00:03.907Z Downloaded anstyle-parse v0.2.7
3052026-04-03T04:00:03.910Z Downloaded usdt-attr-macro v0.5.0
3062026-04-03T04:00:03.913Z Downloaded version_check v0.9.5
3072026-04-03T04:00:03.913Z Downloaded yoke v0.8.1
3082026-04-03T04:00:03.916Z Downloaded ucd-trie v0.1.7
3092026-04-03T04:00:03.919Z Downloaded serde_json v1.0.149
3102026-04-03T04:00:03.922Z Downloaded icu_properties_data v2.1.2
3112026-04-03T04:00:03.926Z Downloaded camino-tempfile v1.4.1
3122026-04-03T04:00:03.929Z Downloaded anstream v0.6.21
3132026-04-03T04:00:03.932Z Downloaded percent-encoding v2.3.2
3142026-04-03T04:00:03.935Z Downloaded getrandom v0.4.1
3152026-04-03T04:00:03.935Z Downloaded is_terminal_polyfill v1.70.2
3162026-04-03T04:00:03.940Z Downloaded cargo_toml v0.21.0
3172026-04-03T04:00:03.944Z Downloaded unicode-linebreak v0.1.5
3182026-04-03T04:00:03.946Z Downloaded quote v1.0.44
3192026-04-03T04:00:03.949Z Downloaded idna_adapter v1.2.1
3202026-04-03T04:00:03.949Z Downloaded cpufeatures v0.2.17
3212026-04-03T04:00:03.955Z Downloaded icu_properties v2.1.2
3222026-04-03T04:00:03.958Z Downloaded memmap v0.7.0
3232026-04-03T04:00:03.958Z Downloaded litemap v0.8.1
3242026-04-03T04:00:03.961Z Downloaded icu_locale_core v2.1.1
3252026-04-03T04:00:03.964Z Downloaded erased-serde v0.4.9
3262026-04-03T04:00:03.964Z Downloaded block-buffer v0.10.4
3272026-04-03T04:00:03.968Z Downloaded anstyle-query v1.1.5
3282026-04-03T04:00:03.968Z Downloaded serde_tokenstream v0.2.3
3292026-04-03T04:00:03.968Z Downloaded heck v0.5.0
3302026-04-03T04:00:03.975Z Downloaded swrite v0.1.0
3312026-04-03T04:00:03.977Z Downloaded plain v0.2.3
3322026-04-03T04:00:03.980Z Downloaded toml_write v0.1.2
3332026-04-03T04:00:03.983Z Downloaded thiserror-impl v2.0.18
3342026-04-03T04:00:03.983Z Downloaded ordered-float v2.10.1
3352026-04-03T04:00:03.986Z Downloaded scroll v0.12.0
3362026-04-03T04:00:03.991Z Downloaded anyhow v1.0.102
3372026-04-03T04:00:03.994Z Downloaded serde_core v1.0.228
3382026-04-03T04:00:03.997Z Downloaded proc-macro2 v1.0.106
3392026-04-03T04:00:03.997Z Downloaded cargo-util-schemas v0.8.2
3402026-04-03T04:00:03.997Z Downloaded camino v1.2.2
3412026-04-03T04:00:04.001Z Downloaded yoke-derive v0.8.1
3422026-04-03T04:00:04.004Z Downloaded utf8_iter v1.0.4
3432026-04-03T04:00:04.013Z Downloaded unicode-width v0.1.14
3442026-04-03T04:00:04.016Z Downloaded thiserror v2.0.18
3452026-04-03T04:00:04.019Z Downloaded syn v2.0.117
3462026-04-03T04:00:04.025Z Downloaded papergrid v0.11.0
3472026-04-03T04:00:04.027Z Downloaded serde_spanned v0.6.9
3482026-04-03T04:00:04.030Z Downloaded unicode-ident v1.0.24
3492026-04-03T04:00:04.030Z Downloaded unicode-width v0.2.0
3502026-04-03T04:00:04.033Z Downloaded hashbrown v0.16.1
3512026-04-03T04:00:04.036Z Downloaded smawk v0.3.2
3522026-04-03T04:00:04.036Z Downloaded dof v0.3.0
3532026-04-03T04:00:04.039Z Downloaded cargo_metadata v0.21.0
3542026-04-03T04:00:04.039Z Downloaded heck v0.4.1
3552026-04-03T04:00:04.051Z Downloaded dtrace-parser v0.2.0
3562026-04-03T04:00:04.057Z Downloaded proc-macro-error v1.0.4
3572026-04-03T04:00:04.060Z Downloaded fs-err v3.3.0
3582026-04-03T04:00:04.060Z Downloaded digest v0.10.7
3592026-04-03T04:00:04.063Z Downloaded icu_provider v2.1.1
3602026-04-03T04:00:04.066Z Downloaded once_cell v1.21.3
3612026-04-03T04:00:04.069Z Downloaded usdt-macro v0.5.0
3622026-04-03T04:00:04.073Z Downloaded form_urlencoded v1.2.2
3632026-04-03T04:00:04.077Z Downloaded memchr v2.8.0
3642026-04-03T04:00:04.080Z Downloaded tabled_derive v0.7.0
3652026-04-03T04:00:04.083Z Downloaded pest_derive v2.8.6
3662026-04-03T04:00:04.096Z Downloaded sha2 v0.10.9
3672026-04-03T04:00:04.102Z Downloaded scroll_derive v0.12.1
3682026-04-03T04:00:04.105Z Downloaded fastrand v2.3.0
3692026-04-03T04:00:04.105Z Downloaded crypto-common v0.1.7
3702026-04-03T04:00:04.105Z Downloaded serde-untagged v0.1.9
3712026-04-03T04:00:04.108Z Downloaded synstructure v0.13.2
3722026-04-03T04:00:04.111Z Downloaded smallvec v1.15.1
3732026-04-03T04:00:04.114Z Downloaded zerofrom-derive v0.1.6
3742026-04-03T04:00:04.114Z Downloaded autocfg v1.5.0
3752026-04-03T04:00:04.119Z Downloaded anstyle v1.0.13
3762026-04-03T04:00:04.128Z Downloaded terminal_size v0.4.3
3772026-04-03T04:00:04.136Z Downloaded potential_utf v0.1.4
3782026-04-03T04:00:04.139Z Downloaded itoa v1.0.17
3792026-04-03T04:00:04.142Z Downloaded icu_collections v2.1.1
3802026-04-03T04:00:04.145Z Downloaded pretty-hex v0.4.1
3812026-04-03T04:00:04.149Z Downloaded errno v0.3.14
3822026-04-03T04:00:04.155Z Downloaded clap_lex v1.0.0
3832026-04-03T04:00:04.158Z Downloaded cargo-platform v0.2.0
3842026-04-03T04:00:04.165Z Downloaded colorchoice v1.0.4
3852026-04-03T04:00:04.168Z Downloaded thread-id v4.2.2
3862026-04-03T04:00:04.171Z Downloaded writeable v0.6.2
3872026-04-03T04:00:04.171Z Downloaded zerofrom v0.1.6
3882026-04-03T04:00:04.171Z Downloaded typeid v1.0.3
3892026-04-03T04:00:04.174Z Downloaded usdt-impl v0.5.0
3902026-04-03T04:00:04.177Z Downloaded strsim v0.11.1
3912026-04-03T04:00:04.180Z Downloaded usdt v0.5.0
3922026-04-03T04:00:04.183Z Downloaded tinystr v0.8.2
3932026-04-03T04:00:04.186Z Downloaded thiserror v1.0.69
3942026-04-03T04:00:04.189Z Downloaded pest_generator v2.8.6
3952026-04-03T04:00:04.189Z Downloaded clap_derive v4.5.55
3962026-04-03T04:00:04.192Z Downloaded zerovec v0.11.5
3972026-04-03T04:00:04.195Z Downloaded zerotrie v0.2.3
3982026-04-03T04:00:04.200Z Downloaded tempfile v3.25.0
3992026-04-03T04:00:04.207Z Downloaded log v0.4.29
4002026-04-03T04:00:04.211Z Downloaded byteorder v1.5.0
4012026-04-03T04:00:04.215Z Downloaded bitflags v2.11.0
4022026-04-03T04:00:04.219Z Downloaded icu_normalizer_data v2.1.1
4032026-04-03T04:00:04.235Z Downloaded serde_derive v1.0.228
4042026-04-03T04:00:04.238Z Downloaded icu_normalizer v2.1.1
4052026-04-03T04:00:04.242Z Downloaded serde v1.0.228
4062026-04-03T04:00:04.245Z Downloaded clap_builder v4.5.60
4072026-04-03T04:00:04.248Z Downloaded clap v4.5.60
4082026-04-03T04:00:04.276Z Downloaded indexmap v2.13.0
4092026-04-03T04:00:04.287Z Downloaded idna v1.1.0
4102026-04-03T04:00:04.293Z Downloaded pest v2.8.6
4112026-04-03T04:00:04.296Z Downloaded semver v1.0.27
4122026-04-03T04:00:04.299Z Downloaded goblin v0.8.2
4132026-04-03T04:00:04.303Z Downloaded tabled v0.15.0
4142026-04-03T04:00:04.311Z Downloaded syn v1.0.109
4152026-04-03T04:00:04.332Z Downloaded libc v0.2.180
4162026-04-03T04:00:04.350Z Downloaded rustix v1.1.3
4172026-04-03T04:00:04.413Z Downloaded textwrap v0.16.2
4182026-04-03T04:00:04.424Z Downloaded url v2.5.8
4192026-04-03T04:00:04.432Z Downloaded typenum v1.19.0
4202026-04-03T04:00:04.451Z Downloaded bytecount v0.6.9
4212026-04-03T04:00:04.457Z Downloaded winnow v0.7.14
4222026-04-03T04:00:04.470Z Downloaded stable_deref_trait v1.2.1
4232026-04-03T04:00:04.482Z Downloaded toml_edit v0.22.27
4242026-04-03T04:00:04.485Z Downloaded zmij v1.0.21
4252026-04-03T04:00:04.492Z Downloaded zerocopy v0.7.35
4262026-04-03T04:00:04.501Z Downloaded utf8parse v0.2.2
4272026-04-03T04:00:04.504Z Downloaded zerocopy-derive v0.7.35
4282026-04-03T04:00:04.504Z Downloaded toml v0.8.23
4292026-04-03T04:00:04.511Z Downloaded unicode-xid v0.2.6
4302026-04-03T04:00:04.595Z Downloaded thiserror-impl v1.0.69
4312026-04-03T04:00:04.681Z Downloaded num-traits v0.2.19
4322026-04-03T04:00:04.795Z Downloaded serde-value v0.7.0
4332026-04-03T04:00:04.804Z Downloaded generic-array v0.14.7
4342026-04-03T04:00:04.827Z Downloaded zerovec-derive v0.11.2
4352026-04-03T04:00:05.032Z Downloaded macaddr v1.0.1
4362026-04-03T04:00:05.979Z Downloaded toml_datetime v0.6.11
4372026-04-03T04:00:05.983Z Downloaded displaydoc v0.2.5
4382026-04-03T04:00:06.036Z Compiling proc-macro2 v1.0.106
4392026-04-03T04:00:06.036Z Compiling unicode-ident v1.0.24
4402026-04-03T04:00:06.039Z Compiling quote v1.0.44
4412026-04-03T04:00:06.039Z Compiling serde_core v1.0.228
4422026-04-03T04:00:06.039Z Compiling libc v0.2.180
4432026-04-03T04:00:06.039Z Compiling version_check v0.9.5
4442026-04-03T04:00:06.039Z Compiling memchr v2.8.0
4452026-04-03T04:00:06.217Z Compiling stable_deref_trait v1.2.1
4462026-04-03T04:00:06.220Z Compiling serde v1.0.228
4472026-04-03T04:00:06.232Z Compiling zmij v1.0.21
4482026-04-03T04:00:06.235Z Compiling thiserror v1.0.69
4492026-04-03T04:00:06.235Z Compiling autocfg v1.5.0
4502026-04-03T04:00:06.235Z Compiling ucd-trie v0.1.7
4512026-04-03T04:00:06.235Z Compiling itoa v1.0.17
4522026-04-03T04:00:06.250Z Compiling writeable v0.6.2
4532026-04-03T04:00:06.421Z Compiling litemap v0.8.1
4542026-04-03T04:00:06.462Z Compiling rustix v1.1.3
4552026-04-03T04:00:06.838Z Compiling icu_properties_data v2.1.2
4562026-04-03T04:00:06.862Z Compiling icu_normalizer_data v2.1.1
4572026-04-03T04:00:06.865Z Compiling byteorder v1.5.0
4582026-04-03T04:00:06.865Z Compiling bitflags v2.11.0
4592026-04-03T04:00:06.883Z Compiling serde_json v1.0.149
4602026-04-03T04:00:07.058Z Compiling pest v2.8.6
4612026-04-03T04:00:07.173Z Compiling num-traits v0.2.19
4622026-04-03T04:00:07.176Z Compiling hashbrown v0.16.1
4632026-04-03T04:00:07.214Z Compiling smallvec v1.15.1
4642026-04-03T04:00:07.217Z Compiling equivalent v1.0.2
4652026-04-03T04:00:07.238Z Compiling typeid v1.0.3
4662026-04-03T04:00:07.311Z Compiling usdt-impl v0.5.0
4672026-04-03T04:00:07.388Z Compiling errno v0.3.14
4682026-04-03T04:00:07.391Z Compiling thread-id v4.2.2
4692026-04-03T04:00:07.445Z Compiling proc-macro-error-attr v1.0.4
4702026-04-03T04:00:07.448Z Compiling winnow v0.7.14
4712026-04-03T04:00:07.521Z Compiling syn v1.0.109
4722026-04-03T04:00:07.524Z Compiling erased-serde v0.4.9
4732026-04-03T04:00:07.524Z Compiling toml_write v0.1.2
4742026-04-03T04:00:07.524Z Compiling proc-macro-error v1.0.4
4752026-04-03T04:00:07.677Z Compiling indexmap v2.13.0
4762026-04-03T04:00:07.761Z Compiling log v0.4.29
4772026-04-03T04:00:07.784Z Compiling utf8parse v0.2.2
4782026-04-03T04:00:07.804Z Compiling utf8_iter v1.0.4
4792026-04-03T04:00:07.807Z Compiling camino v1.2.2
4802026-04-03T04:00:07.862Z Compiling thiserror v2.0.18
4812026-04-03T04:00:07.904Z Compiling plain v0.2.3
4822026-04-03T04:00:07.922Z Compiling syn v2.0.117
4832026-04-03T04:00:07.947Z Compiling getrandom v0.4.1
4842026-04-03T04:00:07.967Z Compiling percent-encoding v2.3.2
4852026-04-03T04:00:08.006Z Compiling anstyle-parse v0.2.7
4862026-04-03T04:00:08.164Z Compiling pest_meta v2.8.6
4872026-04-03T04:00:08.184Z Compiling form_urlencoded v1.2.2
4882026-04-03T04:00:08.221Z Compiling ordered-float v2.10.1
4892026-04-03T04:00:08.312Z Compiling cfg-if v1.0.4
4902026-04-03T04:00:08.315Z Compiling is_terminal_polyfill v1.70.2
4912026-04-03T04:00:08.382Z Compiling pretty-hex v0.4.1
4922026-04-03T04:00:08.400Z Compiling anstyle v1.0.13
4932026-04-03T04:00:08.418Z Compiling anstyle-query v1.1.5
4942026-04-03T04:00:08.421Z Compiling colorchoice v1.0.4
4952026-04-03T04:00:08.473Z Compiling terminal_size v0.4.3
4962026-04-03T04:00:08.539Z Compiling fs-err v3.3.0
4972026-04-03T04:00:08.576Z Compiling clap_lex v1.0.0
4982026-04-03T04:00:08.597Z Compiling once_cell v1.21.3
4992026-04-03T04:00:08.600Z Compiling anstream v0.6.21
5002026-04-03T04:00:08.707Z Compiling semver v1.0.27
5012026-04-03T04:00:08.743Z Compiling heck v0.4.1
5022026-04-03T04:00:08.766Z Compiling strsim v0.11.1
5032026-04-03T04:00:08.832Z Compiling anyhow v1.0.102
5042026-04-03T04:00:08.850Z Compiling fastrand v2.3.0
5052026-04-03T04:00:08.962Z Compiling bytecount v0.6.9
5062026-04-03T04:00:08.982Z Compiling heck v0.5.0
5072026-04-03T04:00:09.003Z Compiling unicode-xid v0.2.6
5082026-04-03T04:00:09.024Z Compiling fnv v1.0.7
5092026-04-03T04:00:09.060Z Compiling serde-untagged v0.1.9
5102026-04-03T04:00:09.123Z Compiling unicode-width v0.1.14
5112026-04-03T04:00:09.147Z Compiling tempfile v3.25.0
5122026-04-03T04:00:09.167Z Compiling clap_builder v4.5.60
5132026-04-03T04:00:09.170Z Compiling memmap v0.7.0
5142026-04-03T04:00:09.170Z Compiling unicode-linebreak v0.1.5
5152026-04-03T04:00:09.263Z Compiling unicode-width v0.2.0
5162026-04-03T04:00:09.290Z Compiling smawk v0.3.2
5172026-04-03T04:00:09.398Z Compiling papergrid v0.11.0
5182026-04-03T04:00:09.425Z Compiling camino-tempfile v1.4.1
5192026-04-03T04:00:09.428Z Compiling swrite v0.1.0
5202026-04-03T04:00:09.465Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5212026-04-03T04:00:09.506Z Compiling textwrap v0.16.2
5222026-04-03T04:00:09.817Z Compiling tabled_derive v0.7.0
5232026-04-03T04:00:10.449Z Compiling synstructure v0.13.2
5242026-04-03T04:00:10.449Z Compiling pest_generator v2.8.6
5252026-04-03T04:00:10.487Z Compiling tabled v0.15.0
5262026-04-03T04:00:10.973Z Compiling serde_derive v1.0.228
5272026-04-03T04:00:10.977Z Compiling zerofrom-derive v0.1.6
5282026-04-03T04:00:10.977Z Compiling yoke-derive v0.8.1
5292026-04-03T04:00:10.991Z Compiling zerovec-derive v0.11.2
5302026-04-03T04:00:10.994Z Compiling displaydoc v0.2.5
5312026-04-03T04:00:11.032Z Compiling thiserror-impl v1.0.69
5322026-04-03T04:00:11.047Z Compiling zerocopy-derive v0.7.35
5332026-04-03T04:00:11.050Z Compiling scroll_derive v0.12.1
5342026-04-03T04:00:11.050Z Compiling thiserror-impl v2.0.18
5352026-04-03T04:00:11.065Z Compiling clap_derive v4.5.55
5362026-04-03T04:00:11.084Z Compiling pest_derive v2.8.6
5372026-04-03T04:00:11.759Z Compiling scroll v0.12.0
5382026-04-03T04:00:11.917Z Compiling zerocopy v0.7.35
5392026-04-03T04:00:11.997Z Compiling goblin v0.8.2
5402026-04-03T04:00:12.016Z Compiling zerofrom v0.1.6
5412026-04-03T04:00:12.126Z Compiling yoke v0.8.1
5422026-04-03T04:00:12.169Z Compiling dtrace-parser v0.2.0
5432026-04-03T04:00:12.285Z Compiling zerovec v0.11.5
5442026-04-03T04:00:12.285Z Compiling zerotrie v0.2.3
5452026-04-03T04:00:12.465Z Compiling clap v4.5.60
5462026-04-03T04:00:12.715Z Compiling tinystr v0.8.2
5472026-04-03T04:00:12.715Z Compiling potential_utf v0.1.4
5482026-04-03T04:00:12.828Z Compiling icu_collections v2.1.1
5492026-04-03T04:00:12.886Z Compiling icu_locale_core v2.1.1
5502026-04-03T04:00:13.441Z Compiling icu_provider v2.1.1
5512026-04-03T04:00:13.484Z Compiling serde_spanned v0.6.9
5522026-04-03T04:00:13.484Z Compiling toml_datetime v0.6.11
5532026-04-03T04:00:13.484Z Compiling serde-value v0.7.0
5542026-04-03T04:00:13.487Z Compiling cargo-platform v0.2.0
5552026-04-03T04:00:13.487Z Compiling macaddr v1.0.1
5562026-04-03T04:00:13.502Z Compiling dof v0.3.0
5572026-04-03T04:00:13.505Z Compiling serde_tokenstream v0.2.3
5582026-04-03T04:00:13.661Z Compiling icu_properties v2.1.2
5592026-04-03T04:00:13.661Z Compiling icu_normalizer v2.1.1
5602026-04-03T04:00:13.678Z Compiling toml_edit v0.22.27
5612026-04-03T04:00:14.260Z Compiling usdt-attr-macro v0.5.0
5622026-04-03T04:00:14.263Z Compiling usdt-macro v0.5.0
5632026-04-03T04:00:14.457Z Compiling idna_adapter v1.2.1
5642026-04-03T04:00:14.562Z Compiling idna v1.1.0
5652026-04-03T04:00:14.854Z Compiling url v2.5.8
5662026-04-03T04:00:14.882Z Compiling usdt v0.5.0
5672026-04-03T04:00:14.979Z Compiling toml v0.8.23
5682026-04-03T04:00:15.311Z Compiling cargo-util-schemas v0.8.2
5692026-04-03T04:00:15.311Z Compiling cargo_toml v0.21.0
5702026-04-03T04:00:16.101Z Compiling cargo_metadata v0.21.0
5712026-04-03T04:00:17.020Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5722026-04-03T04:00:19.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.92s
5732026-04-03T04:00:19.365Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5742026-04-03T04:00:19.922Z Downloading crates ...
5752026-04-03T04:00:20.026Z Downloaded async-bb8-diesel v0.2.1
5762026-04-03T04:00:20.029Z Downloaded ascii-canvas v3.0.0
5772026-04-03T04:00:20.029Z Downloaded arrayvec v0.7.6
5782026-04-03T04:00:20.032Z Downloaded assert_matches v1.5.0
5792026-04-03T04:00:20.033Z Downloaded async-recursion v1.1.1
5802026-04-03T04:00:20.035Z Downloaded arc-swap v1.8.2
5812026-04-03T04:00:20.042Z Downloaded castaway v0.2.4
5822026-04-03T04:00:20.046Z Downloaded const-oid v0.9.6
5832026-04-03T04:00:20.049Z Downloaded cargo_toml v0.22.3
5842026-04-03T04:00:20.057Z Downloaded debug-ignore v1.0.5
5852026-04-03T04:00:20.060Z Downloaded block-padding v0.3.3
5862026-04-03T04:00:20.065Z Downloaded chrono v0.4.44
5872026-04-03T04:00:20.069Z Downloaded ciborium-io v0.2.2
5882026-04-03T04:00:20.072Z Downloaded cassowary v0.3.0
5892026-04-03T04:00:20.072Z Downloaded base64 v0.22.1
5902026-04-03T04:00:20.075Z Downloaded ciborium-ll v0.2.2
5912026-04-03T04:00:20.075Z Downloaded fatfs v0.3.6
5922026-04-03T04:00:20.078Z Downloaded cookie v0.18.1
5932026-04-03T04:00:20.078Z Downloaded ena v0.14.4
5942026-04-03T04:00:20.081Z Downloaded bzip2 v0.4.4
5952026-04-03T04:00:20.081Z Downloaded bb8 v0.8.6
5962026-04-03T04:00:20.084Z Downloaded env_logger v0.11.9
5972026-04-03T04:00:20.087Z Downloaded derive_builder v0.20.2
5982026-04-03T04:00:20.090Z Downloaded crc-catalog v2.4.0
5992026-04-03T04:00:20.093Z Downloaded cfg_aliases v0.1.1
6002026-04-03T04:00:20.096Z Downloaded cbc v0.1.2
6012026-04-03T04:00:20.101Z Downloaded der v0.7.10
6022026-04-03T04:00:20.104Z Downloaded atty v0.2.14
6032026-04-03T04:00:20.107Z Downloaded async-stream v0.3.6
6042026-04-03T04:00:20.107Z Downloaded dropshot v0.16.7
6052026-04-03T04:00:20.120Z Downloaded glob v0.3.3
6062026-04-03T04:00:20.123Z Downloaded constant_time_eq v0.4.2
6072026-04-03T04:00:20.123Z Downloaded const_format_proc_macros v0.2.34
6082026-04-03T04:00:20.126Z Downloaded cancel-safe-futures v0.1.5
6092026-04-03T04:00:20.126Z Downloaded argon2 v0.5.3
6102026-04-03T04:00:20.129Z Downloaded darling_core v0.23.0
6112026-04-03T04:00:20.132Z Downloaded cpufeatures v0.3.0
6122026-04-03T04:00:20.132Z Downloaded cfg_aliases v0.2.1
6132026-04-03T04:00:20.132Z Downloaded foldhash v0.1.5
6142026-04-03T04:00:20.136Z Downloaded hashbrown v0.12.3
6152026-04-03T04:00:20.136Z Downloaded crc v3.4.0
6162026-04-03T04:00:20.139Z Downloaded adler2 v2.0.1
6172026-04-03T04:00:20.139Z Downloaded cargo-platform v0.1.9
6182026-04-03T04:00:20.139Z Downloaded convert_case v0.4.0
6192026-04-03T04:00:20.139Z Downloaded bit-set v0.5.3
6202026-04-03T04:00:20.142Z Downloaded base16ct v0.2.0
6212026-04-03T04:00:20.142Z Downloaded diesel_table_macro_syntax v0.3.0
6222026-04-03T04:00:20.142Z Downloaded bitfield-struct v0.6.2
6232026-04-03T04:00:20.142Z Downloaded atomicwrites v0.4.4
6242026-04-03T04:00:20.145Z Downloaded array-init v0.0.4
6252026-04-03T04:00:20.145Z Downloaded bcrypt-pbkdf v0.10.0
6262026-04-03T04:00:20.145Z Downloaded arrayref v0.3.9
6272026-04-03T04:00:20.148Z Downloaded aead v0.5.2
6282026-04-03T04:00:20.151Z Downloaded funty v2.0.0
6292026-04-03T04:00:20.154Z Downloaded bit-set v0.8.0
6302026-04-03T04:00:20.157Z Downloaded chacha20 v0.9.1
6312026-04-03T04:00:20.160Z Downloaded cargo_metadata v0.19.2
6322026-04-03T04:00:20.160Z Downloaded bcs v0.1.6
6332026-04-03T04:00:20.162Z Downloaded cmake v0.1.57
6342026-04-03T04:00:20.162Z Downloaded compact_str v0.8.1
6352026-04-03T04:00:20.165Z Downloaded bit-vec v0.6.3
6362026-04-03T04:00:20.165Z Downloaded foreign-types-shared v0.1.1
6372026-04-03T04:00:20.170Z Downloaded futures-macro v0.3.32
6382026-04-03T04:00:20.172Z Downloaded console v0.16.2
6392026-04-03T04:00:20.173Z Downloaded bitflags v1.3.2
6402026-04-03T04:00:20.175Z Downloaded cipher v0.4.4
6412026-04-03T04:00:20.175Z Downloaded async-stream-impl v0.3.6
6422026-04-03T04:00:20.178Z Downloaded bzip2 v0.6.1
6432026-04-03T04:00:20.178Z Downloaded atomic-waker v1.1.2
6442026-04-03T04:00:20.181Z Downloaded futures-task v0.3.32
6452026-04-03T04:00:20.181Z Downloaded cobs v0.3.0
6462026-04-03T04:00:20.181Z Downloaded hickory-proto v0.25.2
6472026-04-03T04:00:20.190Z Downloaded git-stub v1.0.0
6482026-04-03T04:00:20.193Z Downloaded bitfield-macros v0.19.4
6492026-04-03T04:00:20.193Z Downloaded cexpr v0.6.0
6502026-04-03T04:00:20.193Z Downloaded camino-tempfile-ext v0.3.3
6512026-04-03T04:00:20.196Z Downloaded backoff v0.4.0
6522026-04-03T04:00:20.200Z Downloaded foreign-types-shared v0.3.1
6532026-04-03T04:00:20.203Z Downloaded base64ct v1.8.3
6542026-04-03T04:00:20.205Z Downloaded hash32 v0.2.1
6552026-04-03T04:00:20.205Z Downloaded futures-core v0.3.32
6562026-04-03T04:00:20.205Z Downloaded fs-err v2.11.0
6572026-04-03T04:00:20.208Z Downloaded blowfish v0.9.1
6582026-04-03T04:00:20.208Z Downloaded bit-vec v0.8.0
6592026-04-03T04:00:20.211Z Downloaded cookie_store v0.22.1
6602026-04-03T04:00:20.211Z Downloaded console v0.15.11
6612026-04-03T04:00:20.214Z Downloaded chacha20 v0.10.0
6622026-04-03T04:00:20.214Z Downloaded bitfield v0.19.4
6632026-04-03T04:00:20.217Z Downloaded base16ct v1.0.0
6642026-04-03T04:00:20.217Z Downloaded hex v0.4.3
6652026-04-03T04:00:20.217Z Downloaded globwalk v0.9.1
6662026-04-03T04:00:20.220Z Downloaded hex-literal v0.4.1
6672026-04-03T04:00:20.220Z Downloaded gethostname v0.5.0
6682026-04-03T04:00:20.220Z Downloaded async-trait v0.1.89
6692026-04-03T04:00:20.223Z Downloaded futures-sink v0.3.32
6702026-04-03T04:00:20.223Z Downloaded fxhash v0.2.1
6712026-04-03T04:00:20.226Z Downloaded futures-executor v0.3.32
6722026-04-03T04:00:20.226Z Downloaded buf-list v1.1.2
6732026-04-03T04:00:20.246Z Downloaded colored v3.1.1
6742026-04-03T04:00:20.251Z Downloaded ahash v0.8.12
6752026-04-03T04:00:20.254Z Downloaded crc32fast v1.5.0
6762026-04-03T04:00:20.257Z Downloaded ciborium v0.2.2
6772026-04-03T04:00:20.257Z Downloaded colored v2.2.0
6782026-04-03T04:00:20.260Z Downloaded byte-wrapper v0.1.0
6792026-04-03T04:00:20.260Z Downloaded hostname v0.4.2
6802026-04-03T04:00:20.260Z Downloaded http-body v1.0.1
6812026-04-03T04:00:20.263Z Downloaded hostname v0.3.1
6822026-04-03T04:00:20.263Z Downloaded home v0.5.12
6832026-04-03T04:00:20.263Z Downloaded blake2 v0.10.6
6842026-04-03T04:00:20.266Z Downloaded backon v1.6.0
6852026-04-03T04:00:20.266Z Downloaded hubpack_derive v0.1.1
6862026-04-03T04:00:20.269Z Downloaded clang-sys v1.8.1
6872026-04-03T04:00:20.269Z Downloaded http-range v0.1.5
6882026-04-03T04:00:20.269Z Downloaded corncobs v0.1.4
6892026-04-03T04:00:20.273Z Downloaded hubpack v0.1.2
6902026-04-03T04:00:20.276Z Downloaded convert_case v0.10.0
6912026-04-03T04:00:20.279Z Downloaded hyper-tls v0.6.0
6922026-04-03T04:00:20.282Z Downloaded futures-channel v0.3.32
6932026-04-03T04:00:20.286Z Downloaded globset v0.4.18
6942026-04-03T04:00:20.296Z Downloaded git-stub-vcs v0.1.0
6952026-04-03T04:00:20.298Z Downloaded ar_archive_writer v0.5.1
6962026-04-03T04:00:20.309Z Downloaded indoc v1.0.9
6972026-04-03T04:00:20.312Z Downloaded allocator-api2 v0.2.21
6982026-04-03T04:00:20.329Z Downloaded keccak v0.1.6
6992026-04-03T04:00:20.332Z Downloaded internet-checksum v0.2.1
7002026-04-03T04:00:20.332Z Downloaded instability v0.3.11
7012026-04-03T04:00:20.332Z Downloaded inout v0.1.4
7022026-04-03T04:00:20.336Z Downloaded http-body-util v0.1.3
7032026-04-03T04:00:20.339Z Downloaded chacha20poly1305 v0.10.1
7042026-04-03T04:00:20.339Z Downloaded fs_extra v1.3.0
7052026-04-03T04:00:20.342Z Downloaded is_ci v1.2.0
7062026-04-03T04:00:20.342Z Downloaded httpdate v1.0.3
7072026-04-03T04:00:20.345Z Downloaded instant v0.1.13
7082026-04-03T04:00:20.348Z Downloaded is-terminal v0.4.17
7092026-04-03T04:00:20.353Z Downloaded kstat-rs v0.2.4
7102026-04-03T04:00:20.356Z Downloaded humantime v2.3.0
7112026-04-03T04:00:20.359Z Downloaded getrandom v0.2.17
7122026-04-03T04:00:20.359Z Downloaded bytes v1.11.1
7132026-04-03T04:00:20.362Z Downloaded derive-ex v0.1.8
7142026-04-03T04:00:20.365Z Downloaded lalrpop-util v0.19.12
7152026-04-03T04:00:20.365Z Downloaded impl-trait-for-tuples v0.2.3
7162026-04-03T04:00:20.368Z Downloaded ident_case v1.0.1
7172026-04-03T04:00:20.368Z Downloaded hyper-staticfile v0.10.1
7182026-04-03T04:00:20.371Z Downloaded derive_more v2.1.1
7192026-04-03T04:00:20.375Z Downloaded highway v1.3.0
7202026-04-03T04:00:20.382Z Downloaded lazy_static v1.5.0
7212026-04-03T04:00:20.385Z Downloaded libscf-sys v1.1.0
7222026-04-03T04:00:20.388Z Downloaded linked-hash-map v0.5.6
7232026-04-03T04:00:20.391Z Downloaded lru-cache v0.1.2
7242026-04-03T04:00:20.394Z Downloaded hmac v0.12.1
7252026-04-03T04:00:20.403Z Downloaded ipnetwork v0.21.1
7262026-04-03T04:00:20.406Z Downloaded ingot v0.1.1
7272026-04-03T04:00:20.406Z Downloaded indoc v2.0.7
7282026-04-03T04:00:20.411Z Downloaded lzss v0.8.2
7292026-04-03T04:00:20.414Z Downloaded downcast-rs v2.0.2
7302026-04-03T04:00:20.414Z Downloaded futures v0.3.32
7312026-04-03T04:00:20.417Z Downloaded lru v0.12.5
7322026-04-03T04:00:20.420Z Downloaded httparse v1.10.1
7332026-04-03T04:00:20.423Z Downloaded filetime v0.2.27
7342026-04-03T04:00:20.426Z Downloaded maplit v1.0.2
7352026-04-03T04:00:20.426Z Downloaded env_filter v1.0.0
7362026-04-03T04:00:20.428Z Downloaded managed v0.8.0
7372026-04-03T04:00:20.429Z Downloaded derive_more-impl v2.1.1
7382026-04-03T04:00:20.431Z Downloaded cc v1.2.56
7392026-04-03T04:00:20.449Z Downloaded md5 v0.7.0
7402026-04-03T04:00:20.452Z Downloaded half v1.8.3
7412026-04-03T04:00:20.452Z Downloaded crc-any v2.5.0
7422026-04-03T04:00:20.455Z Downloaded maybe-uninit v2.0.0
7432026-04-03T04:00:20.455Z Downloaded match_cfg v0.1.0
7442026-04-03T04:00:20.455Z Downloaded libsw-core v0.3.2
7452026-04-03T04:00:20.458Z Downloaded memoffset v0.9.1
7462026-04-03T04:00:20.458Z Downloaded mime v0.3.17
7472026-04-03T04:00:20.461Z Downloaded libefi-sys v0.1.0
7482026-04-03T04:00:20.461Z Downloaded foreign-types v0.5.0
7492026-04-03T04:00:20.461Z Downloaded dirs-sys-next v0.1.2
7502026-04-03T04:00:20.461Z Downloaded derive-where v1.6.0
7512026-04-03T04:00:20.464Z Downloaded crucible-workspace-hack v0.1.0
7522026-04-03T04:00:20.464Z Downloaded libloading v0.8.9
7532026-04-03T04:00:20.467Z Downloaded base64 v0.21.7
7542026-04-03T04:00:20.470Z Downloaded jobserver v0.1.34
7552026-04-03T04:00:20.470Z Downloaded iana-time-zone v0.1.65
7562026-04-03T04:00:20.473Z Downloaded hyper-rustls v0.27.7
7572026-04-03T04:00:20.473Z Downloaded ingot-types v0.1.2
7582026-04-03T04:00:20.476Z Downloaded ingot-macros v0.1.1
7592026-04-03T04:00:20.476Z Downloaded half v2.7.1
7602026-04-03T04:00:20.479Z Downloaded lru-slab v0.1.2
7612026-04-03T04:00:20.479Z Downloaded multimap v0.10.1
7622026-04-03T04:00:20.479Z Downloaded newtype_derive v0.1.6
7632026-04-03T04:00:20.482Z Downloaded linear-map v1.2.0
7642026-04-03T04:00:20.482Z Downloaded libsw v3.5.0
7652026-04-03T04:00:20.482Z Downloaded ipnet v2.11.0
7662026-04-03T04:00:20.485Z Downloaded new_debug_unreachable v1.0.6
7672026-04-03T04:00:20.493Z Downloaded nibble_vec v0.1.0
7682026-04-03T04:00:20.495Z Downloaded const_format v0.2.35
7692026-04-03T04:00:20.498Z Downloaded newtype-uuid-macros v0.1.0
7702026-04-03T04:00:20.501Z Downloaded nodrop v0.1.14
7712026-04-03T04:00:20.501Z Downloaded nonempty v0.12.0
7722026-04-03T04:00:20.507Z Downloaded headers v0.4.1
7732026-04-03T04:00:20.512Z Downloaded indexmap v1.9.3
7742026-04-03T04:00:20.515Z Downloaded md-5 v0.10.6
7752026-04-03T04:00:20.518Z Downloaded litrs v1.0.0
7762026-04-03T04:00:20.518Z Downloaded normalize-line-endings v0.3.0
7772026-04-03T04:00:20.521Z Downloaded foreign-types v0.3.2
7782026-04-03T04:00:20.521Z Downloaded num-derive v0.3.3
7792026-04-03T04:00:20.524Z Downloaded num-iter v0.1.45
7802026-04-03T04:00:20.524Z Downloaded foldhash v0.2.0
7812026-04-03T04:00:20.524Z Downloaded num v0.4.3
7822026-04-03T04:00:20.527Z Downloaded dirs-next v2.0.0
7832026-04-03T04:00:20.531Z Downloaded bumpalo v3.20.2
7842026-04-03T04:00:20.535Z Downloaded lock_api v0.4.14
7852026-04-03T04:00:20.537Z Downloaded endian-type v0.1.2
7862026-04-03T04:00:20.537Z Downloaded dyn-clone v1.0.20
7872026-04-03T04:00:20.541Z Downloaded fallible-iterator v0.2.0
7882026-04-03T04:00:20.541Z Downloaded difflib v0.4.0
7892026-04-03T04:00:20.541Z Downloaded defmt-macros v1.0.1
7902026-04-03T04:00:20.543Z Downloaded ctr v0.9.2
7912026-04-03T04:00:20.546Z Downloaded newtype-uuid v1.3.2
7922026-04-03T04:00:20.546Z Downloaded multer v3.1.0
7932026-04-03T04:00:20.555Z Downloaded num_threads v0.1.7
7942026-04-03T04:00:20.558Z Downloaded nanorand v0.7.0
7952026-04-03T04:00:20.561Z Downloaded flate2 v1.1.9
7962026-04-03T04:00:20.564Z Downloaded openssl-probe v0.1.6
7972026-04-03T04:00:20.567Z Downloaded openssl-macros v0.1.1
7982026-04-03T04:00:20.567Z Downloaded olpc-cjson v0.1.4
7992026-04-03T04:00:20.567Z Downloaded opaque-debug v0.3.1
8002026-04-03T04:00:20.570Z Downloaded openssl-probe v0.2.1
8012026-04-03T04:00:20.578Z Downloaded ignore v0.4.25
8022026-04-03T04:00:20.581Z Downloaded ghash v0.5.1
8032026-04-03T04:00:20.581Z Downloaded hickory-resolver v0.25.2
8042026-04-03T04:00:20.583Z Downloaded indicatif v0.18.4
8052026-04-03T04:00:20.586Z Downloaded heapless v0.8.0
8062026-04-03T04:00:20.589Z Downloaded num-conv v0.2.0
8072026-04-03T04:00:20.589Z Downloaded fd-lock v4.0.4
8082026-04-03T04:00:20.592Z Downloaded nu-ansi-term v0.50.3
8092026-04-03T04:00:20.592Z Downloaded crunchy v0.2.4
8102026-04-03T04:00:20.592Z Downloaded crossbeam-channel v0.5.15
8112026-04-03T04:00:20.595Z Downloaded packed_struct_codegen v0.10.1
8122026-04-03T04:00:20.598Z Downloaded defmt-parser v1.0.0
8132026-04-03T04:00:20.598Z Downloaded memmap2 v0.9.10
8142026-04-03T04:00:20.601Z Downloaded hickory-resolver v0.24.4
8152026-04-03T04:00:20.601Z Downloaded darling_macro v0.20.11
8162026-04-03T04:00:20.608Z Downloaded mime_guess v2.0.5
8172026-04-03T04:00:20.610Z Downloaded num-integer v0.1.46
8182026-04-03T04:00:20.613Z Downloaded parse-size v1.1.0
8192026-04-03T04:00:20.613Z Downloaded aho-corasick v1.1.4
8202026-04-03T04:00:20.616Z Downloaded num_enum v0.7.5
8212026-04-03T04:00:20.620Z Downloaded num_enum v0.5.11
8222026-04-03T04:00:20.623Z Downloaded embedded-io v0.6.1
8232026-04-03T04:00:20.626Z Downloaded defmt v1.0.1
8242026-04-03T04:00:20.629Z Downloaded peg-runtime v0.8.5
8252026-04-03T04:00:20.629Z Downloaded native-tls v0.2.18
8262026-04-03T04:00:20.629Z Downloaded defmt v0.3.100
8272026-04-03T04:00:20.632Z Downloaded darling v0.21.3
8282026-04-03T04:00:20.634Z Downloaded flagset v0.4.7
8292026-04-03T04:00:20.634Z Downloaded aes v0.8.4
8302026-04-03T04:00:20.637Z Downloaded num_enum_derive v0.7.5
8312026-04-03T04:00:20.640Z Downloaded progenitor-client v0.11.2
8322026-04-03T04:00:20.643Z Downloaded ed25519 v2.2.3
8332026-04-03T04:00:20.643Z Downloaded prefix-trie v0.7.0
8342026-04-03T04:00:20.646Z Downloaded pbkdf2 v0.11.0
8352026-04-03T04:00:20.649Z Downloaded path-slash v0.1.5
8362026-04-03T04:00:20.651Z Downloaded daft-derive v0.1.5
8372026-04-03T04:00:20.654Z Downloaded libbz2-rs-sys v0.2.2
8382026-04-03T04:00:20.657Z Downloaded hickory-server v0.25.2
8392026-04-03T04:00:20.661Z Downloaded csv-core v0.1.13
8402026-04-03T04:00:20.665Z Downloaded packed_struct v0.10.1
8412026-04-03T04:00:20.668Z Downloaded drift v0.1.3
8422026-04-03T04:00:20.671Z Downloaded document-features v0.2.12
8432026-04-03T04:00:20.671Z Downloaded parking_lot_core v0.8.6
8442026-04-03T04:00:20.673Z Downloaded fixedbitset v0.5.7
8452026-04-03T04:00:20.673Z Downloaded daft v0.1.5
8462026-04-03T04:00:20.676Z Downloaded dropshot_endpoint v0.16.7
8472026-04-03T04:00:20.679Z Downloaded ecdsa v0.16.9
8482026-04-03T04:00:20.679Z Downloaded data-encoding v2.10.0
8492026-04-03T04:00:20.682Z Downloaded either v1.15.0
8502026-04-03T04:00:20.682Z Downloaded display-error-chain v0.2.2
8512026-04-03T04:00:20.682Z Downloaded crossbeam-deque v0.8.6
8522026-04-03T04:00:20.685Z Downloaded hashbrown v0.13.2
8532026-04-03T04:00:20.689Z Downloaded password-hash v0.5.0
8542026-04-03T04:00:20.689Z Downloaded password-hash v0.4.2
8552026-04-03T04:00:20.691Z Downloaded jiff-static v0.2.21
8562026-04-03T04:00:20.691Z Downloaded pin-utils v0.1.0
8572026-04-03T04:00:20.694Z Downloaded parse-display-derive v0.10.0
8582026-04-03T04:00:20.694Z Downloaded getrandom v0.3.4
8592026-04-03T04:00:20.697Z Downloaded darling_macro v0.23.0
8602026-04-03T04:00:20.697Z Downloaded derive_builder_macro v0.20.2
8612026-04-03T04:00:20.697Z Downloaded curve25519-dalek-derive v0.1.1
8622026-04-03T04:00:20.697Z Downloaded crossbeam-utils v0.8.21
8632026-04-03T04:00:20.703Z Downloaded enum-as-inner v0.6.1
8642026-04-03T04:00:20.703Z Downloaded precomputed-hash v0.1.1
8652026-04-03T04:00:20.703Z Downloaded powerfmt v0.2.0
8662026-04-03T04:00:20.703Z Downloaded dtrace-parser v0.3.0
8672026-04-03T04:00:20.703Z Downloaded derive_builder_core v0.20.2
8682026-04-03T04:00:20.703Z Downloaded embedded-io v0.4.0
8692026-04-03T04:00:20.707Z Downloaded cstr-argument v0.1.2
8702026-04-03T04:00:20.707Z Downloaded diesel_derives v2.3.7
8712026-04-03T04:00:20.711Z Downloaded omicron-zone-package v0.12.2
8722026-04-03T04:00:20.716Z Downloaded pem v3.0.6
8732026-04-03T04:00:20.718Z Downloaded peg-macros v0.8.5
8742026-04-03T04:00:20.719Z Downloaded peg v0.8.5
8752026-04-03T04:00:20.721Z Downloaded proc-macro-error-attr2 v2.0.0
8762026-04-03T04:00:20.721Z Downloaded paste v1.0.15
8772026-04-03T04:00:20.724Z Downloaded aws-lc-rs v1.16.0
8782026-04-03T04:00:20.730Z Downloaded heapless v0.7.17
8792026-04-03T04:00:20.733Z Downloaded dunce v1.0.5
8802026-04-03T04:00:20.733Z Downloaded parking_lot v0.11.2
8812026-04-03T04:00:20.736Z Downloaded float-ord v0.3.2
8822026-04-03T04:00:20.736Z Downloaded critical-section v1.2.0
8832026-04-03T04:00:20.740Z Downloaded des v0.8.1
8842026-04-03T04:00:20.740Z Downloaded darling_core v0.21.3
8852026-04-03T04:00:20.743Z Downloaded progenitor-client v0.10.0
8862026-04-03T04:00:20.743Z Downloaded proc-macro-crate v3.4.0
8872026-04-03T04:00:20.743Z Downloaded der_derive v0.7.3
8882026-04-03T04:00:20.746Z Downloaded reqwest v0.12.28
8892026-04-03T04:00:20.749Z Downloaded miniz_oxide v0.8.9
8902026-04-03T04:00:20.749Z Downloaded curve25519-dalek v4.1.3
8912026-04-03T04:00:20.754Z Downloaded progenitor-macro v0.11.2
8922026-04-03T04:00:20.757Z Downloaded progenitor-macro v0.10.0
8932026-04-03T04:00:20.757Z Downloaded parse-display v0.10.0
8942026-04-03T04:00:20.757Z Downloaded parking_lot_core v0.9.12
8952026-04-03T04:00:20.759Z Downloaded dropshot-api-manager v0.6.0
8962026-04-03T04:00:20.762Z Downloaded poly1305 v0.8.0
8972026-04-03T04:00:20.762Z Downloaded pkg-config v0.3.32
8982026-04-03T04:00:20.765Z Downloaded futures-io v0.3.32
8992026-04-03T04:00:20.765Z Downloaded deranged v0.5.8
9002026-04-03T04:00:20.765Z Downloaded darling_macro v0.21.3
9012026-04-03T04:00:20.768Z Downloaded http v1.4.0
9022026-04-03T04:00:20.768Z Downloaded polyval v0.6.2
9032026-04-03T04:00:20.771Z Downloaded pkcs8 v0.10.2
9042026-04-03T04:00:20.771Z Downloaded psl-types v2.0.11
9052026-04-03T04:00:20.774Z Downloaded elliptic-curve v0.13.8
9062026-04-03T04:00:20.774Z Downloaded quick-error v1.2.3
9072026-04-03T04:00:20.777Z Downloaded hyper-util v0.1.20
9082026-04-03T04:00:20.780Z Downloaded postgres-protocol v0.6.10
9092026-04-03T04:00:20.780Z Downloaded ed25519-dalek v2.2.0
9102026-04-03T04:00:20.783Z Downloaded dof v0.4.0
9112026-04-03T04:00:20.783Z Downloaded rustversion v1.0.22
9122026-04-03T04:00:20.786Z Downloaded ff v0.13.1
9132026-04-03T04:00:20.786Z Downloaded foreign-types-macros v0.2.3
9142026-04-03T04:00:20.786Z Downloaded erased-serde v0.3.31
9152026-04-03T04:00:20.789Z Downloaded oso v0.27.3
9162026-04-03T04:00:20.789Z Downloaded predicates v3.1.4
9172026-04-03T04:00:20.792Z Downloaded primeorder v0.13.6
9182026-04-03T04:00:20.792Z Downloaded dsl_auto_type v0.2.0
9192026-04-03T04:00:20.795Z Downloaded rand_xorshift v0.4.0
9202026-04-03T04:00:20.798Z Downloaded derive_more v0.99.20
9212026-04-03T04:00:20.800Z Downloaded p256 v0.13.2
9222026-04-03T04:00:20.803Z Downloaded minimal-lexical v0.2.1
9232026-04-03T04:00:20.806Z Downloaded git2 v0.20.4
9242026-04-03T04:00:20.810Z Downloaded parking_lot v0.12.5
9252026-04-03T04:00:20.813Z Downloaded recursive-proc-macro-impl v0.1.1
9262026-04-03T04:00:20.813Z Downloaded recursive v0.1.1
9272026-04-03T04:00:20.816Z Downloaded progenitor v0.13.0
9282026-04-03T04:00:20.816Z Downloaded proc-macro-error2 v2.0.1
9292026-04-03T04:00:20.819Z Downloaded pin-project-lite v0.2.17
9302026-04-03T04:00:20.822Z Downloaded indent_write v2.2.0
9312026-04-03T04:00:20.822Z Downloaded float-cmp v0.10.0
9322026-04-03T04:00:20.822Z Downloaded diesel-dtrace v0.5.0
9332026-04-03T04:00:20.822Z Downloaded papergrid v0.17.0
9342026-04-03T04:00:20.826Z Downloaded oxide-tokio-rt v0.1.3
9352026-04-03T04:00:20.832Z Downloaded oso-derive v0.27.3
9362026-04-03T04:00:20.834Z Downloaded crc8 v0.1.1
9372026-04-03T04:00:20.834Z Downloaded progenitor v0.10.0
9382026-04-03T04:00:20.839Z Downloaded pkcs1 v0.7.5
9392026-04-03T04:00:20.842Z Downloaded pin-project-internal v1.1.11
9402026-04-03T04:00:20.845Z Downloaded rfc6979 v0.4.0
9412026-04-03T04:00:20.847Z Downloaded diff v0.1.13
9422026-04-03T04:00:20.847Z Downloaded diesel v2.3.7
9432026-04-03T04:00:20.859Z Downloaded rustc-hash v2.1.1
9442026-04-03T04:00:20.862Z Downloaded postcard v1.1.3
9452026-04-03T04:00:20.862Z Downloaded crossterm v0.28.1
9462026-04-03T04:00:20.865Z Downloaded ppv-lite86 v0.2.21
9472026-04-03T04:00:20.868Z Downloaded fixedbitset v0.4.2
9482026-04-03T04:00:20.868Z Downloaded pkcs5 v0.7.1
9492026-04-03T04:00:20.871Z Downloaded openssl-sys v0.9.111
9502026-04-03T04:00:20.873Z Downloaded flume v0.11.1
9512026-04-03T04:00:20.876Z Downloaded rand_seeder v0.4.0
9522026-04-03T04:00:20.876Z Downloaded serde_yaml v0.9.34+deprecated
9532026-04-03T04:00:20.879Z Downloaded headers-core v0.3.0
9542026-04-03T04:00:20.879Z Downloaded hash32 v0.3.1
9552026-04-03T04:00:20.882Z Downloaded find-msvc-tools v0.1.9
9562026-04-03T04:00:20.882Z Downloaded group v0.13.0
9572026-04-03T04:00:20.882Z Downloaded crypto-bigint v0.5.5
9582026-04-03T04:00:20.885Z Downloaded darling v0.20.11
9592026-04-03T04:00:20.888Z Downloaded scheduled-thread-pool v0.2.7
9602026-04-03T04:00:20.891Z Downloaded salsa20 v0.10.2
9612026-04-03T04:00:20.891Z Downloaded darling_core v0.20.11
9622026-04-03T04:00:20.894Z Downloaded crossbeam-epoch v0.9.18
9632026-04-03T04:00:20.897Z Downloaded hashbrown v0.15.5
9642026-04-03T04:00:20.902Z Downloaded crossterm v0.29.0
9652026-04-03T04:00:20.902Z Downloaded sapling-renderdag v0.1.0
9662026-04-03T04:00:20.905Z Downloaded resolv-conf v0.7.6
9672026-04-03T04:00:20.905Z Downloaded expectorate v1.2.0
9682026-04-03T04:00:20.908Z Downloaded secrecy v0.10.3
9692026-04-03T04:00:20.908Z Downloaded scopeguard v1.2.0
9702026-04-03T04:00:20.908Z Downloaded dropshot-api-manager-types v0.6.0
9712026-04-03T04:00:20.908Z Downloaded darling v0.23.0
9722026-04-03T04:00:20.910Z Downloaded itertools v0.10.5
9732026-04-03T04:00:20.917Z Downloaded progenitor v0.11.2
9742026-04-03T04:00:20.920Z Downloaded serde-big-array v0.5.1
9752026-04-03T04:00:20.923Z Downloaded secrecy v0.8.0
9762026-04-03T04:00:20.923Z Downloaded serde_repr v0.1.20
9772026-04-03T04:00:20.926Z Downloaded serde_spanned v1.0.4
9782026-04-03T04:00:20.942Z Downloaded rustls-pemfile v1.0.4
9792026-04-03T04:00:20.945Z Downloaded csv v1.4.0
9802026-04-03T04:00:20.957Z Downloaded serde_urlencoded v0.7.1
9812026-04-03T04:00:20.960Z Downloaded rustls-pemfile v2.2.0
9822026-04-03T04:00:20.960Z Downloaded serde_plain v1.0.2
9832026-04-03T04:00:20.963Z Downloaded rand_core v0.10.0
9842026-04-03T04:00:20.963Z Downloaded num-rational v0.4.2
9852026-04-03T04:00:20.963Z Downloaded mio v1.1.1
9862026-04-03T04:00:20.965Z Downloaded signal-hook-mio v0.2.5
9872026-04-03T04:00:20.968Z Downloaded num-derive v0.4.2
9882026-04-03T04:00:20.968Z Downloaded futures-util v0.3.32
9892026-04-03T04:00:20.974Z Downloaded slog-term v2.9.2
9902026-04-03T04:00:20.977Z Downloaded aes-gcm v0.10.3
9912026-04-03T04:00:20.980Z Downloaded phf v0.13.1
9922026-04-03T04:00:20.980Z Downloaded sigpipe v0.1.3
9932026-04-03T04:00:20.983Z Downloaded semver v0.1.20
9942026-04-03T04:00:20.983Z Downloaded sec1 v0.7.3
9952026-04-03T04:00:20.983Z Downloaded schemars_derive v0.8.22
9962026-04-03T04:00:20.986Z Downloaded newline-converter v0.3.0
9972026-04-03T04:00:20.986Z Downloaded iddqd v0.3.17
9982026-04-03T04:00:20.989Z Downloaded slog-bunyan v2.5.0
9992026-04-03T04:00:20.989Z Downloaded itertools v0.13.0
10002026-04-03T04:00:20.993Z Downloaded progenitor-impl v0.10.0
10012026-04-03T04:00:20.996Z Downloaded serde-hex v0.1.0
10022026-04-03T04:00:20.998Z Downloaded num-complex v0.4.6
10032026-04-03T04:00:21.002Z Downloaded itertools v0.12.1
10042026-04-03T04:00:21.004Z Downloaded phf_shared v0.13.1
10052026-04-03T04:00:21.007Z Downloaded num_enum_derive v0.5.11
10062026-04-03T04:00:21.007Z Downloaded hyper v1.8.1
10072026-04-03T04:00:21.010Z Downloaded progenitor-extras v0.1.1
10082026-04-03T04:00:21.013Z Downloaded serde_derive_internals v0.29.1
10092026-04-03T04:00:21.016Z Downloaded ssh-cipher v0.2.0
10102026-04-03T04:00:21.023Z Downloaded rustls-pki-types v1.14.0
10112026-04-03T04:00:21.026Z Downloaded rustc_version v0.4.1
10122026-04-03T04:00:21.026Z Downloaded num-bigint v0.4.6
10132026-04-03T04:00:21.029Z Downloaded nix v0.27.1
10142026-04-03T04:00:21.035Z Downloaded sqlparser_derive v0.5.0
10152026-04-03T04:00:21.038Z Downloaded oxnet v0.1.4
10162026-04-03T04:00:21.038Z Downloaded signal-hook-registry v1.4.8
10172026-04-03T04:00:21.041Z Downloaded shlex v1.3.0
10182026-04-03T04:00:21.041Z Downloaded scrypt v0.11.0
10192026-04-03T04:00:21.041Z Downloaded hkdf v0.12.4
10202026-04-03T04:00:21.044Z Downloaded pem-rfc7468 v0.7.0
10212026-04-03T04:00:21.044Z Downloaded slog-envlogger v2.2.0
10222026-04-03T04:00:21.047Z Downloaded libxml v0.3.3
10232026-04-03T04:00:21.050Z Downloaded slog-async v2.8.0
10242026-04-03T04:00:21.050Z Downloaded simd-adler32 v0.3.8
10252026-04-03T04:00:21.053Z Downloaded ron v0.8.1
10262026-04-03T04:00:21.056Z Downloaded rustc_version v0.1.7
10272026-04-03T04:00:21.056Z Downloaded slog-json v2.6.1
10282026-04-03T04:00:21.060Z Downloaded radium v0.7.0
10292026-04-03T04:00:21.060Z Downloaded iri-string v0.7.10
10302026-04-03T04:00:21.062Z Downloaded progenitor-impl v0.13.0
10312026-04-03T04:00:21.065Z Downloaded structmeta-derive v0.3.0
10322026-04-03T04:00:21.065Z Downloaded strum v0.27.2
10332026-04-03T04:00:21.068Z Downloaded prettyplease v0.2.37
10342026-04-03T04:00:21.068Z Downloaded strum v0.26.3
10352026-04-03T04:00:21.071Z Downloaded phf_shared v0.11.3
10362026-04-03T04:00:21.071Z Downloaded psm v0.1.30
10372026-04-03T04:00:21.074Z Downloaded nom v7.1.3
10382026-04-03T04:00:21.076Z Downloaded quinn-udp v0.5.14
10392026-04-03T04:00:21.076Z Downloaded predicates-tree v1.0.13
10402026-04-03T04:00:21.079Z Downloaded r2d2 v0.8.10
10412026-04-03T04:00:21.079Z Downloaded progenitor-impl v0.11.2
10422026-04-03T04:00:21.079Z Downloaded phf v0.12.1
10432026-04-03T04:00:21.082Z Downloaded snafu-derive v0.8.9
10442026-04-03T04:00:21.082Z Downloaded pretty_assertions v1.4.1
10452026-04-03T04:00:21.085Z Downloaded ref-cast-impl v1.0.25
10462026-04-03T04:00:21.085Z Downloaded h2 v0.4.13
10472026-04-03T04:00:21.088Z Downloaded subtle v2.6.1
10482026-04-03T04:00:21.091Z Downloaded signal-hook-tokio v0.3.1
10492026-04-03T04:00:21.091Z Downloaded rtoolbox v0.0.3
10502026-04-03T04:00:21.091Z Downloaded blake3 v1.8.3
10512026-04-03T04:00:21.094Z Downloaded rand_chacha v0.3.1
10522026-04-03T04:00:21.097Z Downloaded owo-colors v4.3.0
10532026-04-03T04:00:21.100Z Downloaded ryu v1.0.23
10542026-04-03T04:00:21.100Z Downloaded static_assertions v1.1.0
10552026-04-03T04:00:21.103Z Downloaded same-file v1.0.6
10562026-04-03T04:00:21.103Z Downloaded ssh-encoding v0.2.0
10572026-04-03T04:00:21.103Z Downloaded sqlformat v0.3.5
10582026-04-03T04:00:21.106Z Downloaded tagptr v0.2.0
10592026-04-03T04:00:21.106Z Downloaded tap v1.0.1
10602026-04-03T04:00:21.106Z Downloaded tabwriter v1.4.1
10612026-04-03T04:00:21.109Z Downloaded string_cache v0.8.9
10622026-04-03T04:00:21.109Z Downloaded termtree v0.5.1
10632026-04-03T04:00:21.109Z Downloaded shell-words v1.1.1
10642026-04-03T04:00:21.112Z Downloaded proc-macro-crate v1.3.1
10652026-04-03T04:00:21.112Z Downloaded rusty-fork v0.3.1
10662026-04-03T04:00:21.112Z Downloaded rand_chacha v0.9.0
10672026-04-03T04:00:21.115Z Downloaded stacker v0.1.23
10682026-04-03T04:00:21.115Z Downloaded rand v0.10.0
10692026-04-03T04:00:21.118Z Downloaded num-bigint-dig v0.8.6
10702026-04-03T04:00:21.121Z Downloaded itertools v0.14.0
10712026-04-03T04:00:21.125Z Downloaded stringprep v0.1.5
10722026-04-03T04:00:21.131Z Downloaded strum_macros v0.27.2
10732026-04-03T04:00:21.134Z Downloaded thread-id v5.1.0
10742026-04-03T04:00:21.134Z Downloaded strum_macros v0.24.3
10752026-04-03T04:00:21.138Z Downloaded time-core v0.1.8
10762026-04-03T04:00:21.138Z Downloaded publicsuffix v2.3.0
10772026-04-03T04:00:21.141Z Downloaded structmeta v0.3.0
10782026-04-03T04:00:21.141Z Downloaded slog-scope v4.4.1
10792026-04-03T04:00:21.141Z Downloaded rustls-webpki v0.103.9
10802026-04-03T04:00:21.144Z Downloaded serde_cbor v0.11.2
10812026-04-03T04:00:21.144Z Downloaded rand v0.8.5
10822026-04-03T04:00:21.146Z Downloaded qorb v0.4.1
10832026-04-03T04:00:21.149Z Downloaded pbkdf2 v0.12.2
10842026-04-03T04:00:21.152Z Downloaded russh-cryptovec v0.7.3
10852026-04-03T04:00:21.152Z Downloaded support-bundle-viewer v0.1.2
10862026-04-03T04:00:21.155Z Downloaded postgres-types v0.2.12
10872026-04-03T04:00:21.158Z Downloaded rand v0.9.2
10882026-04-03T04:00:21.161Z Downloaded pin-project v1.1.11
10892026-04-03T04:00:21.166Z Downloaded progenitor-macro v0.13.0
10902026-04-03T04:00:21.169Z Downloaded signal-hook v0.3.18
10912026-04-03T04:00:21.172Z Downloaded thiserror-no-std v2.0.2
10922026-04-03T04:00:21.172Z Downloaded phf_shared v0.12.1
10932026-04-03T04:00:21.174Z Downloaded rustls-platform-verifier v0.6.2
10942026-04-03T04:00:21.177Z Downloaded seq-macro v0.3.6
10952026-04-03T04:00:21.177Z Downloaded libm v0.2.16
10962026-04-03T04:00:21.183Z Downloaded serde_path_to_error v0.1.20
10972026-04-03T04:00:21.185Z Downloaded spin v0.9.8
10982026-04-03T04:00:21.189Z Downloaded slog-stdlog v4.1.1
10992026-04-03T04:00:21.189Z Downloaded rayon-core v1.13.0
11002026-04-03T04:00:21.192Z Downloaded tower-layer v0.3.3
11012026-04-03T04:00:21.192Z Downloaded schemars v0.8.22
11022026-04-03T04:00:21.196Z Downloaded supports-color v3.0.2
11032026-04-03T04:00:21.199Z Downloaded rsa v0.9.10
11042026-04-03T04:00:21.202Z Downloaded try-lock v0.2.5
11052026-04-03T04:00:21.202Z Downloaded slog-dtrace v0.3.0
11062026-04-03T04:00:21.205Z Downloaded trait-variant v0.1.2
11072026-04-03T04:00:21.205Z Downloaded thread_local v1.1.9
11082026-04-03T04:00:21.205Z Downloaded slog v2.8.2
11092026-04-03T04:00:21.208Z Downloaded tui-tree-widget v0.23.1
11102026-04-03T04:00:21.208Z Downloaded toml v0.9.12+spec-1.1.0
11112026-04-03T04:00:21.210Z Downloaded smallvec v0.6.14
11122026-04-03T04:00:21.213Z Downloaded bitvec v1.0.1
11132026-04-03T04:00:21.220Z Downloaded socket2 v0.5.10
11142026-04-03T04:00:21.223Z Downloaded unarray v0.1.4
11152026-04-03T04:00:21.223Z Downloaded predicates-core v1.0.10
11162026-04-03T04:00:21.223Z Downloaded scroll v0.13.0
11172026-04-03T04:00:21.226Z Downloaded typify-macro v0.6.1
11182026-04-03T04:00:21.229Z Downloaded strum_macros v0.26.4
11192026-04-03T04:00:21.229Z Downloaded serde_with_macros v3.17.0
11202026-04-03T04:00:21.232Z Downloaded tls_codec_derive v0.4.2
11212026-04-03T04:00:21.232Z Downloaded p521 v0.13.3
11222026-04-03T04:00:21.236Z Downloaded russh-keys v0.45.0
11232026-04-03T04:00:21.239Z Downloaded tokio-dtrace v0.1.1
11242026-04-03T04:00:21.239Z Downloaded tokio-native-tls v0.3.1
11252026-04-03T04:00:21.244Z Downloaded term v0.7.0
11262026-04-03T04:00:21.247Z Downloaded testing_table v0.3.0
11272026-04-03T04:00:21.247Z Downloaded sync-ptr v0.1.4
11282026-04-03T04:00:21.247Z Downloaded tabled_derive v0.11.0
11292026-04-03T04:00:21.247Z Downloaded vergen-git2 v1.0.7
11302026-04-03T04:00:21.247Z Downloaded term v1.2.1
11312026-04-03T04:00:21.250Z Downloaded similar v2.7.0
11322026-04-03T04:00:21.253Z Downloaded schemars v1.2.1
11332026-04-03T04:00:21.261Z Downloaded utf-8 v0.7.6
11342026-04-03T04:00:21.264Z Downloaded usdt-attr-macro v0.6.0
11352026-04-03T04:00:21.264Z Downloaded usdt v0.6.0
11362026-04-03T04:00:21.264Z Downloaded scroll_derive v0.13.1
11372026-04-03T04:00:21.267Z Downloaded ref-cast v1.0.25
11382026-04-03T04:00:21.267Z Downloaded unicode-truncate v1.1.0
11392026-04-03T04:00:21.270Z Downloaded progenitor-client v0.13.0
11402026-04-03T04:00:21.270Z Downloaded untrusted v0.9.0
11412026-04-03T04:00:21.270Z Downloaded untrusted v0.7.1
11422026-04-03T04:00:21.273Z Downloaded unit-prefix v0.5.2
11432026-04-03T04:00:21.273Z Downloaded tinyvec_macros v0.1.1
11442026-04-03T04:00:21.273Z Downloaded usdt-macro v0.6.0
11452026-04-03T04:00:21.273Z Downloaded bindgen v0.71.1
11462026-04-03T04:00:21.277Z Downloaded typify-macro v0.4.3
11472026-04-03T04:00:21.280Z Downloaded quinn v0.11.9
11482026-04-03T04:00:21.282Z Downloaded snafu v0.8.9
11492026-04-03T04:00:21.285Z Downloaded subprocess v0.2.15
11502026-04-03T04:00:21.288Z Downloaded socket2 v0.6.2
11512026-04-03T04:00:21.292Z Downloaded universal-hash v0.5.1
11522026-04-03T04:00:21.295Z Downloaded toml_writer v1.0.6+spec-1.1.0
11532026-04-03T04:00:21.295Z Downloaded termios v0.3.3
11542026-04-03T04:00:21.298Z Downloaded tiny-keccak v2.0.2
11552026-04-03T04:00:21.298Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11562026-04-03T04:00:21.301Z Downloaded tls_codec v0.4.2
11572026-04-03T04:00:21.301Z Downloaded tokio-stream v0.1.18
11582026-04-03T04:00:21.304Z Downloaded time-macros v0.2.27
11592026-04-03T04:00:21.307Z Downloaded rustls-native-certs v0.8.3
11602026-04-03T04:00:21.309Z Downloaded tokio-tungstenite v0.21.0
11612026-04-03T04:00:21.312Z Downloaded tokio-rustls v0.26.4
11622026-04-03T04:00:21.312Z Downloaded rayon v1.11.0
11632026-04-03T04:00:21.318Z Downloaded serde_bytes v0.11.19
11642026-04-03T04:00:21.321Z Downloaded unicase v2.9.0
11652026-04-03T04:00:21.321Z Downloaded void v1.0.2
11662026-04-03T04:00:21.321Z Downloaded signature v2.2.0
11672026-04-03T04:00:21.321Z Downloaded tokio-tungstenite v0.23.1
11682026-04-03T04:00:21.325Z Downloaded want v0.3.1
11692026-04-03T04:00:21.325Z Downloaded uzers v0.12.2
11702026-04-03T04:00:21.328Z Downloaded smf v0.2.3
11712026-04-03T04:00:21.328Z Downloaded schemars v0.9.0
11722026-04-03T04:00:21.335Z Downloaded rand_core v0.9.5
11732026-04-03T04:00:21.338Z Downloaded sct v0.7.1
11742026-04-03T04:00:21.341Z Downloaded usdt-impl v0.6.0
11752026-04-03T04:00:21.343Z Downloaded walkdir v2.5.0
11762026-04-03T04:00:21.344Z Downloaded sha1 v0.10.6
11772026-04-03T04:00:21.344Z Downloaded wait-timeout v0.2.1
11782026-04-03T04:00:21.346Z Downloaded zone_cfg_derive v0.3.1
11792026-04-03T04:00:21.346Z Downloaded lalrpop v0.19.12
11802026-04-03T04:00:21.351Z Downloaded russh v0.45.0
11812026-04-03T04:00:21.357Z Downloaded tower-service v0.3.3
11822026-04-03T04:00:21.360Z Downloaded siphasher v1.0.2
11832026-04-03T04:00:21.360Z Downloaded unicode-properties v0.1.4
11842026-04-03T04:00:21.360Z Downloaded tracing-attributes v0.1.31
11852026-04-03T04:00:21.363Z Downloaded toml v0.7.8
11862026-04-03T04:00:21.366Z Downloaded tokio-rustls v0.24.1
11872026-04-03T04:00:21.366Z Downloaded xattr v1.6.1
11882026-04-03T04:00:21.366Z Downloaded tinyvec v1.10.0
11892026-04-03T04:00:21.370Z Downloaded whoami v2.1.0
11902026-04-03T04:00:21.370Z Downloaded whoami v1.6.1
11912026-04-03T04:00:21.372Z Downloaded rustyline v14.0.0
11922026-04-03T04:00:21.375Z Downloaded unsafe-libyaml v0.2.11
11932026-04-03T04:00:21.375Z Downloaded wyz v0.5.1
11942026-04-03T04:00:21.378Z Downloaded steno v0.4.1
11952026-04-03T04:00:21.378Z Downloaded regex v1.12.3
11962026-04-03T04:00:21.381Z Downloaded tar v0.4.45
11972026-04-03T04:00:21.384Z Downloaded slab v0.4.12
11982026-04-03T04:00:21.384Z Downloaded reqwest v0.13.2
11992026-04-03T04:00:21.387Z Downloaded zeroize v1.8.2
12002026-04-03T04:00:21.390Z Downloaded xshell-macros v0.2.7
12012026-04-03T04:00:21.390Z Downloaded goblin v0.10.5
12022026-04-03T04:00:21.393Z Downloaded zstd v0.13.3
12032026-04-03T04:00:21.396Z Downloaded test-strategy v0.4.5
12042026-04-03T04:00:21.399Z Downloaded thiserror-impl-no-std v2.0.2
12052026-04-03T04:00:21.399Z Downloaded strip-ansi-escapes v0.2.1
12062026-04-03T04:00:21.399Z Downloaded proptest v1.10.0
12072026-04-03T04:00:21.403Z Downloaded zstd-safe v7.2.4
12082026-04-03T04:00:21.406Z Downloaded typify v0.4.3
12092026-04-03T04:00:21.408Z Downloaded tungstenite v0.21.0
12102026-04-03T04:00:21.408Z Downloaded spki v0.7.3
12112026-04-03T04:00:21.412Z Downloaded zone v0.3.1
12122026-04-03T04:00:21.412Z Downloaded xshell v0.2.7
12132026-04-03T04:00:21.412Z Downloaded rcgen v0.12.1
12142026-04-03T04:00:21.415Z Downloaded rpassword v7.4.0
12152026-04-03T04:00:21.415Z Downloaded ron v0.12.0
12162026-04-03T04:00:21.419Z Downloaded unicode-bidi v0.3.18
12172026-04-03T04:00:21.423Z Downloaded quick-xml v0.37.5
12182026-04-03T04:00:21.423Z Downloaded vergen-gitcl v1.0.8
12192026-04-03T04:00:21.425Z Downloaded tungstenite v0.23.0
12202026-04-03T04:00:21.425Z Downloaded p384 v0.13.1
12212026-04-03T04:00:21.428Z Downloaded typify v0.6.1
12222026-04-03T04:00:21.431Z Downloaded vte v0.14.1
12232026-04-03T04:00:21.434Z Downloaded yasna v0.5.2
12242026-04-03T04:00:21.434Z Downloaded salty v0.3.0
12252026-04-03T04:00:21.437Z Downloaded zerocopy v0.6.6
12262026-04-03T04:00:21.440Z Downloaded tokio-macros v2.6.0
12272026-04-03T04:00:21.443Z Downloaded vergen v9.0.6
12282026-04-03T04:00:21.446Z Downloaded sync_wrapper v1.0.2
12292026-04-03T04:00:21.447Z Downloaded take_mut v0.2.2
12302026-04-03T04:00:21.450Z Downloaded tracing-core v0.1.36
12312026-04-03T04:00:21.452Z Downloaded uuid v1.21.0
12322026-04-03T04:00:21.470Z Downloaded samael v0.0.19
12332026-04-03T04:00:21.478Z Downloaded reedline v0.40.0
12342026-04-03T04:00:21.482Z Downloaded toml_edit v0.23.10+spec-1.0.0
12352026-04-03T04:00:21.485Z Downloaded toml_edit v0.19.15
12362026-04-03T04:00:21.493Z Downloaded zeroize_derive v1.4.3
12372026-04-03T04:00:21.496Z Downloaded typed-path v0.9.3
12382026-04-03T04:00:21.499Z Downloaded waitgroup v0.1.2
12392026-04-03T04:00:21.499Z Downloaded ssh-key v0.6.7
12402026-04-03T04:00:21.502Z Downloaded unicode_categories v0.1.1
12412026-04-03T04:00:21.505Z Downloaded tokio-rustls v0.25.0
12422026-04-03T04:00:21.515Z Downloaded topological-sort v0.2.2
12432026-04-03T04:00:21.518Z Downloaded x509-cert v0.2.5
12442026-04-03T04:00:21.522Z Downloaded tokio-postgres v0.7.16
12452026-04-03T04:00:21.528Z Downloaded toml_parser v1.0.9+spec-1.1.0
12462026-04-03T04:00:21.531Z Downloaded moka v0.12.13
12472026-04-03T04:00:21.534Z Downloaded xz2 v0.1.7
12482026-04-03T04:00:21.537Z Downloaded vergen-lib v0.1.6
12492026-04-03T04:00:21.537Z Downloaded zip v0.6.6
12502026-04-03T04:00:21.540Z Downloaded portable-atomic v1.13.1
12512026-04-03T04:00:21.544Z Downloaded rand_core v0.6.4
12522026-04-03T04:00:21.552Z Downloaded vsss-rs v3.3.4
12532026-04-03T04:00:21.554Z Downloaded twox-hash v2.1.2
12542026-04-03T04:00:21.557Z Downloaded winnow v0.5.40
12552026-04-03T04:00:21.562Z Downloaded rustls-webpki v0.101.7
12562026-04-03T04:00:21.591Z Downloaded zopfli v0.8.3
12572026-04-03T04:00:21.594Z Downloaded yansi v1.0.1
12582026-04-03T04:00:21.597Z Downloaded bstr v1.12.1
12592026-04-03T04:00:21.601Z Downloaded petname v2.0.2
12602026-04-03T04:00:21.623Z Downloaded serde_with v3.17.0
12612026-04-03T04:00:21.630Z Downloaded unicode-normalization v0.1.25
12622026-04-03T04:00:21.632Z Downloaded rustls-webpki v0.102.8
12632026-04-03T04:00:21.643Z Downloaded zerocopy-derive v0.8.40
12642026-04-03T04:00:21.648Z Downloaded unicode-segmentation v1.12.0
12652026-04-03T04:00:21.650Z Downloaded tower v0.5.3
12662026-04-03T04:00:21.655Z Downloaded tower-http v0.6.8
12672026-04-03T04:00:21.660Z Downloaded object v0.30.4
12682026-04-03T04:00:21.666Z Downloaded regress v0.10.5
12692026-04-03T04:00:21.670Z Downloaded tough v0.20.0
12702026-04-03T04:00:21.675Z Downloaded zlib-rs v0.6.2
12712026-04-03T04:00:21.678Z Downloaded rustix v0.38.44
12722026-04-03T04:00:21.692Z Downloaded zip v4.6.1
12732026-04-03T04:00:21.695Z Downloaded smoltcp v0.11.0
12742026-04-03T04:00:21.701Z Downloaded rustls v0.21.12
12752026-04-03T04:00:21.707Z Downloaded zerocopy v0.8.40
12762026-04-03T04:00:21.712Z Downloaded polar-core v0.27.3
12772026-04-03T04:00:21.717Z Downloaded smoltcp v0.9.1
12782026-04-03T04:00:21.723Z Downloaded radix_trie v0.2.1
12792026-04-03T04:00:21.726Z Downloaded winnow v0.6.26
12802026-04-03T04:00:21.732Z Downloaded regex-syntax v0.8.10
12812026-04-03T04:00:21.735Z Downloaded quinn-proto v0.11.13
12822026-04-03T04:00:21.739Z Downloaded openssl v0.10.75
12832026-04-03T04:00:21.745Z Downloaded sled v0.34.7
12842026-04-03T04:00:21.751Z Downloaded nix v0.29.0
12852026-04-03T04:00:21.758Z Downloaded tokio-util v0.7.18
12862026-04-03T04:00:21.762Z Downloaded nix v0.31.1
12872026-04-03T04:00:21.769Z Downloaded tracing v0.1.44
12882026-04-03T04:00:21.782Z Downloaded petgraph v0.6.5
12892026-04-03T04:00:21.792Z Downloaded nix v0.28.0
12902026-04-03T04:00:21.799Z Downloaded tabled v0.20.0
12912026-04-03T04:00:21.808Z Downloaded regex-syntax v0.6.29
12922026-04-03T04:00:21.812Z Downloaded hickory-proto v0.24.4
12932026-04-03T04:00:21.821Z Downloaded time v0.3.47
12942026-04-03T04:00:21.836Z Downloaded sha3 v0.10.8
12952026-04-03T04:00:21.839Z Downloaded object v0.37.3
12962026-04-03T04:00:21.845Z Downloaded vcpkg v0.2.15
12972026-04-03T04:00:21.867Z Downloaded openapiv3 v2.2.0
12982026-04-03T04:00:21.874Z Downloaded encoding_rs v0.8.35
12992026-04-03T04:00:21.887Z Downloaded webpki-roots v1.0.6
13002026-04-03T04:00:21.890Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13012026-04-03T04:00:21.900Z Downloaded rustls v0.23.37
13022026-04-03T04:00:21.907Z Downloaded rustls v0.22.4
13032026-04-03T04:00:22.025Z Downloaded bzip2-sys v0.1.13+1.0.8
13042026-04-03T04:00:22.036Z Downloaded sqlparser v0.61.0
13052026-04-03T04:00:22.047Z Downloaded ratatui v0.29.0
13062026-04-03T04:00:22.058Z Downloaded typify-impl v0.6.1
13072026-04-03T04:00:22.083Z Downloaded typify-impl v0.4.3
13082026-04-03T04:00:22.126Z Downloaded zerocopy-derive v0.6.6
13092026-04-03T04:00:22.132Z Downloaded regex-automata v0.4.14
13102026-04-03T04:00:22.146Z Downloaded jiff v0.2.21
13112026-04-03T04:00:22.157Z Downloaded chrono-tz v0.10.4
13122026-04-03T04:00:22.168Z Downloaded lzma-sys v0.1.20
13132026-04-03T04:00:22.191Z Downloaded petgraph v0.8.3
13142026-04-03T04:00:22.212Z Downloaded libz-sys v1.1.24
13152026-04-03T04:00:22.240Z Downloaded tokio v1.49.0
13162026-04-03T04:00:22.347Z Downloaded ring v0.17.14
13172026-04-03T04:00:22.386Z Downloaded libgit2-sys v0.18.3+1.9.2
13182026-04-03T04:00:22.904Z Downloaded aws-lc-sys v0.37.1
13192026-04-03T04:00:23.155Z Compiling libc v0.2.180
13202026-04-03T04:00:23.158Z Compiling serde v1.0.228
13212026-04-03T04:00:23.158Z Compiling log v0.4.29
13222026-04-03T04:00:23.158Z Compiling shlex v1.3.0
13232026-04-03T04:00:23.158Z Compiling find-msvc-tools v0.1.9
13242026-04-03T04:00:23.158Z Compiling smallvec v1.15.1
13252026-04-03T04:00:23.158Z Compiling typenum v1.19.0
13262026-04-03T04:00:23.158Z Compiling subtle v2.6.1
13272026-04-03T04:00:23.158Z Compiling generic-array v0.14.7
13282026-04-03T04:00:23.158Z Compiling scopeguard v1.2.0
13292026-04-03T04:00:23.291Z Compiling portable-atomic v1.13.1
13302026-04-03T04:00:23.369Z Compiling const-oid v0.9.6
13312026-04-03T04:00:23.384Z Compiling critical-section v1.2.0
13322026-04-03T04:00:23.387Z Compiling zerocopy v0.8.40
13332026-04-03T04:00:23.397Z Compiling syn v2.0.117
13342026-04-03T04:00:23.427Z Compiling lock_api v0.4.14
13352026-04-03T04:00:23.484Z Compiling pin-project-lite v0.2.17
13362026-04-03T04:00:23.500Z Compiling parking_lot_core v0.9.12
13372026-04-03T04:00:23.513Z Compiling serde_json v1.0.149
13382026-04-03T04:00:23.529Z Compiling pkg-config v0.3.32
13392026-04-03T04:00:23.562Z Compiling bitflags v2.11.0
13402026-04-03T04:00:23.576Z Compiling libm v0.2.16
13412026-04-03T04:00:23.592Z Compiling num-traits v0.2.19
13422026-04-03T04:00:23.607Z Compiling futures-core v0.3.32
13432026-04-03T04:00:23.695Z Compiling percent-encoding v2.3.2
13442026-04-03T04:00:23.713Z Compiling allocator-api2 v0.2.21
13452026-04-03T04:00:23.740Z Compiling foldhash v0.2.0
13462026-04-03T04:00:23.801Z Compiling cpufeatures v0.2.17
13472026-04-03T04:00:23.861Z Compiling futures-sink v0.3.32
13482026-04-03T04:00:23.877Z Compiling futures-task v0.3.32
13492026-04-03T04:00:23.910Z Compiling slab v0.4.12
13502026-04-03T04:00:23.913Z Compiling futures-io v0.3.32
13512026-04-03T04:00:23.939Z Compiling getrandom v0.4.1
13522026-04-03T04:00:23.984Z Compiling futures-channel v0.3.32
13532026-04-03T04:00:23.984Z Compiling rustversion v1.0.22
13542026-04-03T04:00:24.046Z Compiling hashbrown v0.16.1
13552026-04-03T04:00:24.049Z Compiling rand_core v0.10.0
13562026-04-03T04:00:24.076Z Compiling getrandom v0.3.4
13572026-04-03T04:00:24.094Z Compiling form_urlencoded v1.2.2
13582026-04-03T04:00:24.111Z Compiling base64ct v1.8.3
13592026-04-03T04:00:24.126Z Compiling dunce v1.0.5
13602026-04-03T04:00:24.126Z Compiling ident_case v1.0.1
13612026-04-03T04:00:24.224Z Compiling getrandom v0.2.17
13622026-04-03T04:00:24.241Z Compiling jobserver v0.1.34
13632026-04-03T04:00:24.257Z Compiling errno v0.3.14
13642026-04-03T04:00:24.290Z Compiling mio v1.1.1
13652026-04-03T04:00:24.306Z Compiling socket2 v0.6.2
13662026-04-03T04:00:24.375Z Compiling rand_core v0.6.4
13672026-04-03T04:00:24.416Z Compiling signal-hook-registry v1.4.8
13682026-04-03T04:00:24.432Z Compiling fs_extra v1.3.0
13692026-04-03T04:00:24.474Z Compiling cc v1.2.56
13702026-04-03T04:00:24.502Z Compiling once_cell v1.21.3
13712026-04-03T04:00:24.539Z Compiling parking_lot v0.12.5
13722026-04-03T04:00:24.580Z Compiling indexmap v2.13.0
13732026-04-03T04:00:24.631Z Compiling pem-rfc7468 v0.7.0
13742026-04-03T04:00:24.631Z Compiling flagset v0.4.7
13752026-04-03T04:00:24.665Z Compiling iana-time-zone v0.1.65
13762026-04-03T04:00:24.711Z Compiling rustix v1.1.3
13772026-04-03T04:00:24.728Z Compiling uuid v1.21.0
13782026-04-03T04:00:24.744Z Compiling rustc_version v0.4.1
13792026-04-03T04:00:24.776Z Compiling vcpkg v0.2.15
13802026-04-03T04:00:24.779Z Compiling regex-syntax v0.8.10
13812026-04-03T04:00:24.886Z Compiling aws-lc-rs v1.16.0
13822026-04-03T04:00:24.924Z Compiling tracing-core v0.1.36
13832026-04-03T04:00:24.940Z Compiling crossbeam-utils v0.8.21
13842026-04-03T04:00:24.967Z Compiling base64 v0.22.1
13852026-04-03T04:00:25.078Z Compiling rand_core v0.9.5
13862026-04-03T04:00:25.094Z Compiling schemars v0.8.22
13872026-04-03T04:00:25.128Z Compiling openssl-probe v0.2.1
13882026-04-03T04:00:25.197Z Compiling cmake v0.1.57
13892026-04-03T04:00:25.211Z Compiling syn v1.0.109
13902026-04-03T04:00:25.249Z Compiling untrusted v0.7.1
13912026-04-03T04:00:25.287Z Compiling httparse v1.10.1
13922026-04-03T04:00:25.313Z Compiling untrusted v0.9.0
13932026-04-03T04:00:25.370Z Compiling atomic-waker v1.1.2
13942026-04-03T04:00:25.386Z Compiling tower-service v0.3.3
13952026-04-03T04:00:25.402Z Compiling try-lock v0.2.5
13962026-04-03T04:00:25.511Z Compiling tower-layer v0.3.3
13972026-04-03T04:00:25.511Z Compiling dyn-clone v1.0.20
13982026-04-03T04:00:25.541Z Compiling rustls v0.23.37
13992026-04-03T04:00:25.545Z Compiling tinyvec_macros v0.1.1
14002026-04-03T04:00:25.545Z Compiling spin v0.9.8
14012026-04-03T04:00:25.583Z Compiling want v0.3.1
14022026-04-03T04:00:25.583Z Compiling aho-corasick v1.1.4
14032026-04-03T04:00:25.615Z Compiling tinyvec v1.10.0
14042026-04-03T04:00:25.650Z Compiling time-core v0.1.8
14052026-04-03T04:00:25.653Z Compiling powerfmt v0.2.0
14062026-04-03T04:00:25.720Z Compiling pin-utils v0.1.0
14072026-04-03T04:00:25.737Z Compiling num-conv v0.2.0
14082026-04-03T04:00:25.785Z Compiling foreign-types-shared v0.1.1
14092026-04-03T04:00:25.808Z Compiling openssl v0.10.75
14102026-04-03T04:00:25.824Z Compiling httpdate v1.0.3
14112026-04-03T04:00:25.854Z Compiling crc32fast v1.5.0
14122026-04-03T04:00:25.871Z Compiling foreign-types v0.3.2
14132026-04-03T04:00:25.890Z Compiling deranged v0.5.8
14142026-04-03T04:00:25.906Z Compiling time-macros v0.2.27
14152026-04-03T04:00:25.930Z Compiling wait-timeout v0.2.1
14162026-04-03T04:00:25.962Z Compiling usdt-impl v0.6.0
14172026-04-03T04:00:25.977Z Compiling simd-adler32 v0.3.8
14182026-04-03T04:00:26.035Z Compiling bit-vec v0.8.0
14192026-04-03T04:00:26.067Z Compiling num_threads v0.1.7
14202026-04-03T04:00:26.082Z Compiling either v1.15.0
14212026-04-03T04:00:26.179Z Compiling quick-error v1.2.3
14222026-04-03T04:00:26.182Z Compiling aws-lc-sys v0.37.1
14232026-04-03T04:00:26.207Z Compiling ring v0.17.14
14242026-04-03T04:00:26.221Z Compiling openssl-sys v0.9.111
14252026-04-03T04:00:26.224Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14262026-04-03T04:00:26.253Z Compiling native-tls v0.2.18
14272026-04-03T04:00:26.269Z Compiling siphasher v1.0.2
14282026-04-03T04:00:26.307Z Compiling bit-set v0.8.0
14292026-04-03T04:00:26.338Z Compiling synstructure v0.13.2
14302026-04-03T04:00:26.358Z Compiling serde_derive_internals v0.29.1
14312026-04-03T04:00:26.480Z Compiling pest_generator v2.8.6
14322026-04-03T04:00:26.494Z Compiling darling_core v0.20.11
14332026-04-03T04:00:26.497Z Compiling regex-automata v0.4.14
14342026-04-03T04:00:26.739Z Compiling tempfile v3.25.0
14352026-04-03T04:00:26.973Z Compiling rusty-fork v0.3.1
14362026-04-03T04:00:27.001Z Compiling darling_core v0.21.3
14372026-04-03T04:00:27.080Z Compiling time v0.3.47
14382026-04-03T04:00:27.231Z Compiling bzip2-sys v0.1.13+1.0.8
14392026-04-03T04:00:27.328Z Compiling unicode-normalization v0.1.25
14402026-04-03T04:00:27.343Z Compiling crossbeam-epoch v0.9.18
14412026-04-03T04:00:27.358Z Compiling rand_xorshift v0.4.0
14422026-04-03T04:00:27.375Z Compiling slog v2.8.2
14432026-04-03T04:00:27.454Z Compiling heapless v0.7.17
14442026-04-03T04:00:27.491Z Compiling thread-id v5.1.0
14452026-04-03T04:00:27.546Z Compiling sync_wrapper v1.0.2
14462026-04-03T04:00:27.561Z Compiling cookie v0.18.1
14472026-04-03T04:00:27.589Z Compiling zstd-safe v7.2.4
14482026-04-03T04:00:27.603Z Compiling paste v1.0.15
14492026-04-03T04:00:27.672Z Compiling signal-hook v0.3.18
14502026-04-03T04:00:27.688Z Compiling adler2 v2.0.1
14512026-04-03T04:00:27.724Z Compiling unicode-properties v0.1.4
14522026-04-03T04:00:27.770Z Compiling anyhow v1.0.102
14532026-04-03T04:00:27.818Z Compiling unarray v0.1.4
14542026-04-03T04:00:27.833Z Compiling unicode-bidi v0.3.18
14552026-04-03T04:00:27.850Z Compiling rayon-core v1.13.0
14562026-04-03T04:00:27.873Z Compiling unicode-segmentation v1.12.0
14572026-04-03T04:00:27.961Z Compiling miniz_oxide v0.8.9
14582026-04-03T04:00:28.055Z Compiling crossbeam-deque v0.8.6
14592026-04-03T04:00:28.105Z Compiling num-integer v0.1.46
14602026-04-03T04:00:28.142Z Compiling serde_derive v1.0.228
14612026-04-03T04:00:28.296Z Compiling zeroize_derive v1.4.3
14622026-04-03T04:00:28.310Z Compiling zerofrom-derive v0.1.6
14632026-04-03T04:00:28.366Z Compiling yoke-derive v0.8.1
14642026-04-03T04:00:28.409Z Compiling zerocopy-derive v0.8.40
14652026-04-03T04:00:28.468Z Compiling zerovec-derive v0.11.2
14662026-04-03T04:00:28.623Z Compiling displaydoc v0.2.5
14672026-04-03T04:00:28.757Z Compiling tokio-macros v2.6.0
14682026-04-03T04:00:28.852Z Compiling futures-macro v0.3.32
14692026-04-03T04:00:28.895Z Compiling der_derive v0.7.3
14702026-04-03T04:00:28.988Z Compiling zeroize v1.8.2
14712026-04-03T04:00:29.429Z Compiling thiserror-impl v2.0.18
14722026-04-03T04:00:29.543Z Compiling rustls-pki-types v1.14.0
14732026-04-03T04:00:29.599Z Compiling tracing-attributes v0.1.31
14742026-04-03T04:00:29.634Z Compiling pest_derive v2.8.6
14752026-04-03T04:00:29.656Z Compiling scroll_derive v0.13.1
14762026-04-03T04:00:29.755Z Compiling crypto-common v0.1.7
14772026-04-03T04:00:29.803Z Compiling zerofrom v0.1.6
14782026-04-03T04:00:29.820Z Compiling block-buffer v0.10.4
14792026-04-03T04:00:29.823Z Compiling futures-util v0.3.32
14802026-04-03T04:00:29.929Z Compiling yoke v0.8.1
14812026-04-03T04:00:29.949Z Compiling block-padding v0.3.3
14822026-04-03T04:00:29.964Z Compiling digest v0.10.7
14832026-04-03T04:00:30.015Z Compiling der v0.7.10
14842026-04-03T04:00:30.030Z Compiling schemars_derive v0.8.22
14852026-04-03T04:00:30.125Z Compiling zerovec v0.11.5
14862026-04-03T04:00:30.128Z Compiling zerotrie v0.2.3
14872026-04-03T04:00:30.155Z Compiling inout v0.1.4
14882026-04-03T04:00:30.232Z Compiling hmac v0.12.1
14892026-04-03T04:00:30.344Z Compiling cipher v0.4.4
14902026-04-03T04:00:30.408Z Compiling sha2 v0.10.9
14912026-04-03T04:00:30.514Z Compiling pbkdf2 v0.12.2
14922026-04-03T04:00:30.570Z Compiling scroll v0.13.0
14932026-04-03T04:00:30.657Z Compiling tinystr v0.8.2
14942026-04-03T04:00:30.672Z Compiling potential_utf v0.1.4
14952026-04-03T04:00:30.687Z Compiling salsa20 v0.10.2
14962026-04-03T04:00:30.791Z Compiling aes v0.8.4
14972026-04-03T04:00:30.808Z Compiling icu_collections v2.1.1
14982026-04-03T04:00:30.860Z Compiling icu_locale_core v2.1.1
14992026-04-03T04:00:30.880Z Compiling scrypt v0.11.0
15002026-04-03T04:00:30.926Z Compiling cbc v0.1.2
15012026-04-03T04:00:30.929Z Compiling thiserror v2.0.18
15022026-04-03T04:00:30.929Z Compiling spki v0.7.3
15032026-04-03T04:00:31.051Z Compiling tracing v0.1.44
15042026-04-03T04:00:31.068Z Compiling darling_macro v0.20.11
15052026-04-03T04:00:31.151Z Compiling goblin v0.10.5
15062026-04-03T04:00:31.154Z Compiling openssl-macros v0.1.1
15072026-04-03T04:00:31.315Z Compiling pkcs5 v0.7.1
15082026-04-03T04:00:31.332Z Compiling thiserror-impl v1.0.69
15092026-04-03T04:00:31.350Z Compiling dtrace-parser v0.3.0
15102026-04-03T04:00:31.397Z Compiling signature v2.2.0
15112026-04-03T04:00:31.584Z Compiling icu_provider v2.1.1
15122026-04-03T04:00:31.601Z Compiling darling v0.20.11
15132026-04-03T04:00:31.730Z Compiling bytes v1.11.1
15142026-04-03T04:00:31.756Z Compiling chrono v0.4.44
15152026-04-03T04:00:31.784Z Compiling pkcs8 v0.10.2
15162026-04-03T04:00:31.827Z Compiling icu_properties v2.1.2
15172026-04-03T04:00:31.873Z Compiling icu_normalizer v2.1.1
15182026-04-03T04:00:31.890Z Compiling ipnet v2.11.0
15192026-04-03T04:00:31.909Z Compiling derive_builder_core v0.20.2
15202026-04-03T04:00:32.129Z Compiling rustls-native-certs v0.8.3
15212026-04-03T04:00:32.145Z Compiling scroll_derive v0.12.1
15222026-04-03T04:00:32.188Z Compiling toml_datetime v0.6.11
15232026-04-03T04:00:32.376Z Compiling tokio v1.49.0
15242026-04-03T04:00:32.414Z Compiling http v1.4.0
15252026-04-03T04:00:32.440Z Compiling serde_spanned v0.6.9
15262026-04-03T04:00:32.455Z Compiling serde_tokenstream v0.2.3
15272026-04-03T04:00:32.472Z Compiling erased-serde v0.3.31
15282026-04-03T04:00:32.604Z Compiling md-5 v0.10.6
15292026-04-03T04:00:32.651Z Compiling thiserror v1.0.69
15302026-04-03T04:00:32.773Z Compiling idna_adapter v1.2.1
15312026-04-03T04:00:32.796Z Compiling webpki-roots v1.0.6
15322026-04-03T04:00:32.812Z Compiling darling_macro v0.21.3
15332026-04-03T04:00:32.836Z Compiling ppv-lite86 v0.2.21
15342026-04-03T04:00:32.853Z Compiling scroll v0.12.0
15352026-04-03T04:00:32.875Z Compiling derive_builder_macro v0.20.2
15362026-04-03T04:00:32.936Z Compiling idna v1.1.0
15372026-04-03T04:00:32.939Z Compiling stringprep v0.1.5
15382026-04-03T04:00:32.968Z Compiling zerocopy-derive v0.7.35
15392026-04-03T04:00:32.984Z Compiling vergen-lib v0.1.6
15402026-04-03T04:00:33.059Z Compiling curve25519-dalek v4.1.3
15412026-04-03T04:00:33.152Z Compiling rand_chacha v0.9.0
15422026-04-03T04:00:33.193Z Compiling http-body v1.0.1
15432026-04-03T04:00:33.196Z Compiling rand_chacha v0.3.1
15442026-04-03T04:00:33.222Z Compiling ff v0.13.1
15452026-04-03T04:00:33.329Z Compiling url v2.5.8
15462026-04-03T04:00:33.363Z Compiling rand v0.9.2
15472026-04-03T04:00:33.379Z Compiling http-body-util v0.1.3
15482026-04-03T04:00:33.425Z Compiling hash32 v0.2.1
15492026-04-03T04:00:33.428Z Compiling memoffset v0.9.1
15502026-04-03T04:00:33.428Z Compiling ryu v1.0.23
15512026-04-03T04:00:33.457Z Compiling cfg_aliases v0.2.1
15522026-04-03T04:00:33.549Z Compiling fallible-iterator v0.2.0
15532026-04-03T04:00:33.564Z Compiling zlib-rs v0.6.2
15542026-04-03T04:00:33.618Z Compiling smoltcp v0.9.1
15552026-04-03T04:00:33.643Z Compiling base16ct v0.2.0
15562026-04-03T04:00:33.643Z Compiling rustix v0.38.44
15572026-04-03T04:00:33.673Z Compiling num-bigint-dig v0.8.6
15582026-04-03T04:00:33.676Z Compiling litrs v1.0.0
15592026-04-03T04:00:33.874Z Compiling dof v0.4.0
15602026-04-03T04:00:33.889Z Compiling iri-string v0.7.10
15612026-04-03T04:00:33.917Z Compiling ref-cast v1.0.25
15622026-04-03T04:00:33.979Z Compiling proptest v1.10.0
15632026-04-03T04:00:34.035Z Compiling psl-types v2.0.11
15642026-04-03T04:00:34.145Z Compiling publicsuffix v2.3.0
15652026-04-03T04:00:34.178Z Compiling postgres-protocol v0.6.10
15662026-04-03T04:00:34.208Z Compiling document-features v0.2.12
15672026-04-03T04:00:34.211Z Compiling zerocopy v0.7.35
15682026-04-03T04:00:34.241Z Compiling sec1 v0.7.3
15692026-04-03T04:00:34.328Z Compiling serde_urlencoded v0.7.1
15702026-04-03T04:00:34.376Z Compiling nix v0.31.1
15712026-04-03T04:00:34.677Z Compiling ipnetwork v0.21.1
15722026-04-03T04:00:34.741Z Compiling derive_builder v0.20.2
15732026-04-03T04:00:34.771Z Compiling rand v0.8.5
15742026-04-03T04:00:34.787Z Compiling group v0.13.0
15752026-04-03T04:00:34.802Z Compiling darling v0.21.3
15762026-04-03T04:00:34.847Z Compiling goblin v0.8.2
15772026-04-03T04:00:34.892Z Compiling cargo-platform v0.1.9
15782026-04-03T04:00:34.907Z Compiling hkdf v0.12.4
15792026-04-03T04:00:34.985Z Compiling oxnet v0.1.4
15802026-04-03T04:00:35.060Z Compiling hubpack_derive v0.1.1
15812026-04-03T04:00:35.093Z Compiling crypto-bigint v0.5.5
15822026-04-03T04:00:35.158Z Compiling regex v1.12.3
15832026-04-03T04:00:35.193Z Compiling num-iter v0.1.45
15842026-04-03T04:00:35.332Z Compiling heck v0.4.1
15852026-04-03T04:00:35.420Z Compiling strum_macros v0.27.2
15862026-04-03T04:00:35.480Z Compiling daft-derive v0.1.5
15872026-04-03T04:00:35.482Z Compiling curve25519-dalek-derive v0.1.1
15882026-04-03T04:00:35.594Z Compiling ref-cast-impl v1.0.25
15892026-04-03T04:00:35.597Z Compiling async-trait v0.1.89
15902026-04-03T04:00:35.611Z Compiling proc-macro-error v1.0.4
15912026-04-03T04:00:35.810Z Compiling terminal_size v0.4.3
15922026-04-03T04:00:35.955Z Compiling phf_shared v0.13.1
15932026-04-03T04:00:35.971Z Compiling lazy_static v1.5.0
15942026-04-03T04:00:35.974Z Compiling vergen v9.0.6
15952026-04-03T04:00:36.008Z Compiling fs-err v3.3.0
15962026-04-03T04:00:36.092Z Compiling tokio-util v0.7.18
15972026-04-03T04:00:36.196Z Compiling tower v0.5.3
15982026-04-03T04:00:36.196Z Compiling tokio-native-tls v0.3.1
15992026-04-03T04:00:36.227Z Compiling ahash v0.8.12
16002026-04-03T04:00:36.244Z Compiling foldhash v0.1.5
16012026-04-03T04:00:36.247Z Compiling managed v0.8.0
16022026-04-03T04:00:36.262Z Compiling libbz2-rs-sys v0.2.2
16032026-04-03T04:00:36.275Z Compiling bitflags v1.3.2
16042026-04-03T04:00:36.380Z Compiling newtype-uuid v1.3.2
16052026-04-03T04:00:36.396Z Compiling bumpalo v3.20.2
16062026-04-03T04:00:36.436Z Compiling flate2 v1.1.9
16072026-04-03T04:00:36.458Z Compiling winnow v0.5.40
16082026-04-03T04:00:36.494Z Compiling object v0.37.3
16092026-04-03T04:00:36.669Z Compiling tower-http v0.6.8
16102026-04-03T04:00:36.684Z Compiling daft v0.1.5
16112026-04-03T04:00:36.719Z Compiling bzip2 v0.6.1
16122026-04-03T04:00:36.747Z Compiling zopfli v0.8.3
16132026-04-03T04:00:36.795Z Compiling h2 v0.4.13
16142026-04-03T04:00:36.925Z Compiling hashbrown v0.15.5
16152026-04-03T04:00:37.000Z Compiling console v0.16.2
16162026-04-03T04:00:37.015Z Compiling clap_builder v4.5.60
16172026-04-03T04:00:37.165Z Compiling dof v0.3.0
16182026-04-03T04:00:37.203Z Compiling phf v0.13.1
16192026-04-03T04:00:37.316Z Compiling elliptic-curve v0.13.8
16202026-04-03T04:00:37.466Z Compiling zone_cfg_derive v0.3.1
16212026-04-03T04:00:37.511Z Compiling strum v0.27.2
16222026-04-03T04:00:37.525Z Compiling signal-hook-mio v0.2.5
16232026-04-03T04:00:37.593Z Compiling cargo_metadata v0.19.2
16242026-04-03T04:00:37.655Z Compiling rayon v1.11.0
16252026-04-03T04:00:37.670Z Compiling hubpack v0.1.2
16262026-04-03T04:00:37.724Z Compiling cookie_store v0.22.1
16272026-04-03T04:00:37.742Z Compiling usdt-attr-macro v0.6.0
16282026-04-03T04:00:37.920Z Compiling toml_edit v0.19.15
16292026-04-03T04:00:37.923Z Compiling usdt-macro v0.6.0
16302026-04-03T04:00:38.072Z Compiling bzip2 v0.4.4
16312026-04-03T04:00:38.141Z Compiling serde_with_macros v3.17.0
16322026-04-03T04:00:38.324Z Compiling zstd v0.13.3
16332026-04-03T04:00:38.349Z Compiling postgres-types v0.2.12
16342026-04-03T04:00:38.517Z Compiling dtrace-parser v0.2.0
16352026-04-03T04:00:38.590Z Compiling pkcs1 v0.7.5
16362026-04-03T04:00:38.612Z Compiling ed25519 v2.2.3
16372026-04-03T04:00:38.725Z Compiling serde-big-array v0.5.1
16382026-04-03T04:00:38.887Z Compiling hex v0.4.3
16392026-04-03T04:00:38.929Z Compiling rfc6979 v0.4.0
16402026-04-03T04:00:38.965Z Compiling bstr v1.12.1
16412026-04-03T04:00:39.008Z Compiling strum_macros v0.26.4
16422026-04-03T04:00:39.069Z Compiling enum-as-inner v0.6.1
16432026-04-03T04:00:39.188Z Compiling serde_repr v0.1.20
16442026-04-03T04:00:39.291Z Compiling clap_derive v4.5.55
16452026-04-03T04:00:39.315Z Compiling phf_shared v0.11.3
16462026-04-03T04:00:39.427Z Compiling itertools v0.12.1
16472026-04-03T04:00:39.517Z Compiling float-cmp v0.10.0
16482026-04-03T04:00:39.539Z Compiling memmap2 v0.9.10
16492026-04-03T04:00:39.603Z Compiling thread-id v4.2.2
16502026-04-03T04:00:39.606Z Compiling env_filter v1.0.0
16512026-04-03T04:00:39.647Z Compiling encoding_rs v0.8.35
16522026-04-03T04:00:39.698Z Compiling difflib v0.4.0
16532026-04-03T04:00:39.719Z Compiling rustc-hash v2.1.1
16542026-04-03T04:00:39.752Z Compiling normalize-line-endings v0.3.0
16552026-04-03T04:00:39.780Z Compiling hyper v1.8.1
16562026-04-03T04:00:39.860Z Compiling predicates-core v1.0.10
16572026-04-03T04:00:39.860Z Compiling fixedbitset v0.4.2
16582026-04-03T04:00:39.942Z Compiling whoami v2.1.0
16592026-04-03T04:00:40.050Z Compiling new_debug_unreachable v1.0.6
16602026-04-03T04:00:40.066Z Compiling static_assertions v1.1.0
16612026-04-03T04:00:40.099Z Compiling keccak v0.1.6
16622026-04-03T04:00:40.142Z Compiling fixedbitset v0.5.7
16632026-04-03T04:00:40.157Z Compiling jiff v0.2.21
16642026-04-03T04:00:40.160Z Compiling mime v0.3.17
16652026-04-03T04:00:40.291Z Compiling unit-prefix v0.5.2
16662026-04-03T04:00:40.352Z Compiling precomputed-hash v0.1.1
16672026-04-03T04:00:40.475Z Compiling data-encoding v2.10.0
16682026-04-03T04:00:40.503Z Compiling toml_edit v0.22.27
16692026-04-03T04:00:40.517Z Compiling string_cache v0.8.9
16702026-04-03T04:00:40.532Z Compiling indicatif v0.18.4
16712026-04-03T04:00:40.621Z Compiling zone v0.3.1
16722026-04-03T04:00:40.711Z Compiling petgraph v0.8.3
16732026-04-03T04:00:40.776Z Compiling sha3 v0.10.8
16742026-04-03T04:00:40.842Z Compiling strum v0.26.3
16752026-04-03T04:00:40.858Z Compiling hickory-proto v0.25.2
16762026-04-03T04:00:40.964Z Compiling hyper-util v0.1.20
16772026-04-03T04:00:40.995Z Compiling tokio-postgres v0.7.16
16782026-04-03T04:00:41.164Z Compiling clap v4.5.60
16792026-04-03T04:00:41.204Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16802026-04-03T04:00:41.260Z Compiling petgraph v0.6.5
16812026-04-03T04:00:41.277Z Compiling predicates v3.1.4
16822026-04-03T04:00:41.293Z Compiling iddqd v0.3.17
16832026-04-03T04:00:41.333Z Compiling env_logger v0.11.9
16842026-04-03T04:00:41.433Z Compiling usdt v0.6.0
16852026-04-03T04:00:41.466Z Compiling usdt-impl v0.5.0
16862026-04-03T04:00:41.717Z Compiling similar v2.7.0
16872026-04-03T04:00:41.720Z Compiling crossterm v0.28.1
16882026-04-03T04:00:41.967Z Compiling serde_with v3.17.0
16892026-04-03T04:00:42.089Z Compiling toml v0.7.8
16902026-04-03T04:00:42.489Z Compiling hyper-tls v0.6.0
16912026-04-03T04:00:42.624Z Compiling ecdsa v0.16.9
16922026-04-03T04:00:42.723Z Compiling rsa v0.9.10
16932026-04-03T04:00:42.743Z Compiling ed25519-dalek v2.2.0
16942026-04-03T04:00:42.806Z Compiling zip v0.6.6
16952026-04-03T04:00:43.055Z Compiling zip v4.6.1
16962026-04-03T04:00:43.259Z Compiling tokio-stream v0.1.18
16972026-04-03T04:00:43.307Z Compiling toml_parser v1.0.9+spec-1.1.0
16982026-04-03T04:00:43.348Z Compiling buf-list v1.1.2
16992026-04-03T04:00:43.414Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17002026-04-03T04:00:43.437Z Compiling openapiv3 v2.2.0
17012026-04-03T04:00:43.511Z Compiling x509-cert v0.2.5
17022026-04-03T04:00:43.645Z Compiling sha1 v0.10.6
17032026-04-03T04:00:43.705Z Compiling itertools v0.13.0
17042026-04-03T04:00:43.750Z Compiling toml_datetime v0.7.5+spec-1.1.0
17052026-04-03T04:00:43.765Z Compiling lalrpop-util v0.19.12
17062026-04-03T04:00:43.892Z Compiling peg-runtime v0.8.5
17072026-04-03T04:00:43.965Z Compiling thread_local v1.1.9
17082026-04-03T04:00:43.979Z Compiling slog-async v2.8.0
17092026-04-03T04:00:44.006Z Compiling futures-executor v0.3.32
17102026-04-03T04:00:44.044Z Compiling crossbeam-channel v0.5.15
17112026-04-03T04:00:44.070Z Compiling is-terminal v0.4.17
17122026-04-03T04:00:44.183Z Compiling filetime v0.2.27
17132026-04-03T04:00:44.200Z Compiling take_mut v0.2.2
17142026-04-03T04:00:44.215Z Compiling xattr v1.6.1
17152026-04-03T04:00:44.239Z Compiling term v1.2.1
17162026-04-03T04:00:44.293Z Compiling futures v0.3.32
17172026-04-03T04:00:44.384Z Compiling tar v0.4.45
17182026-04-03T04:00:44.516Z Compiling slog-term v2.9.2
17192026-04-03T04:00:59.594Z Compiling rustls-webpki v0.103.9
17202026-04-03T04:01:02.388Z Compiling tokio-rustls v0.26.4
17212026-04-03T04:01:02.388Z Compiling rustls-platform-verifier v0.6.2
17222026-04-03T04:01:02.579Z Compiling hyper-rustls v0.27.7
17232026-04-03T04:01:02.774Z Compiling reqwest v0.12.28
17242026-04-03T04:01:02.774Z Compiling reqwest v0.13.2
17252026-04-03T04:01:04.746Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17262026-04-03T04:01:04.980Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17272026-04-03T04:01:07.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.33s
17282026-04-03T04:01:07.918Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17292026-04-03T04:01:07.975ZApr 03 04:01:07.108 INFO Starting download, target: Clickhouse
17302026-04-03T04:01:07.975ZApr 03 04:01:07.108 INFO Starting download, target: Console
17312026-04-03T04:01:07.975ZApr 03 04:01:07.108 INFO Starting download, target: Cockroach
17322026-04-03T04:01:07.978ZApr 03 04:01:07.108 INFO Starting download, target: DendriteStub
17332026-04-03T04:01:07.978ZApr 03 04:01:07.108 INFO Starting download, target: MaghemiteMgd
17342026-04-03T04:01:07.978ZApr 03 04:01:07.108 INFO Starting download, target: TransceiverControl
17352026-04-03T04:01:07.978ZApr 03 04:01:07.108 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17362026-04-03T04:01:07.978ZApr 03 04:01:07.109 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17372026-04-03T04:01:07.978ZApr 03 04:01:07.109 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-04-03T04:01:07.978ZApr 03 04:01:07.109 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17392026-04-03T04:01:07.978ZApr 03 04:01:07.109 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17402026-04-03T04:01:07.978ZApr 03 04:01:07.109 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17412026-04-03T04:01:08.510ZApr 03 04:01:07.639 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17422026-04-03T04:01:08.745ZApr 03 04:01:07.869 INFO Download complete, target: TransceiverControl
17432026-04-03T04:01:08.963ZApr 03 04:01:08.089 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17442026-04-03T04:01:09.196ZApr 03 04:01:08.329 INFO Download complete, target: Console
17452026-04-03T04:01:09.612ZApr 03 04:01:08.742 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-04-03T04:01:09.923ZApr 03 04:01:09.056 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17472026-04-03T04:01:09.990ZApr 03 04:01:09.123 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17482026-04-03T04:01:10.521ZApr 03 04:01:09.654 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-04-03T04:01:10.521ZApr 03 04:01:09.655 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-04-03T04:01:12.032ZApr 03 04:01:11.166 INFO Download complete, target: DendriteStub
17512026-04-03T04:01:12.295ZApr 03 04:01:11.428 INFO Download complete, target: MaghemiteMgd
17522026-04-03T04:01:15.186ZApr 03 04:01:14.320 INFO Checking that binary works, target: Cockroach
17532026-04-03T04:01:15.290ZApr 03 04:01:14.423 INFO Download complete, target: Cockroach
17542026-04-03T04:01:16.738ZApr 03 04:01:15.871 INFO Checking that binary works, target: Clickhouse
17552026-04-03T04:01:16.825ZApr 03 04:01:15.958 INFO Download complete, target: Clickhouse
17562026-04-03T04:01:16.831ZAll prerequisites installed successfully
17572026-04-03T04:01:16.834Z
17582026-04-03T04:01:16.834Zreal 2:43.781521490
17592026-04-03T04:01:16.834Zuser 7:15.462660933
17602026-04-03T04:01:16.834Zsys 1:46.513762828
17612026-04-03T04:01:16.834Ztrap 0.244909091
17622026-04-03T04:01:16.834Ztflt 1.103106828
17632026-04-03T04:01:16.834Zdflt 1.863337073
17642026-04-03T04:01:16.834Zkflt 0.021734122
17652026-04-03T04:01:16.834Zlock 22:11.884077018
17662026-04-03T04:01:16.834Zslp 19:30.728084234
17672026-04-03T04:01:16.834Zlat 24.170155256
17682026-04-03T04:01:16.834Zstop 3:00.915645328
17692026-04-03T04:01:16.834Z+ ptime -m cargo xtask download softnpu
17702026-04-03T04:01:17.354Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17712026-04-03T04:01:17.384Z Running `target/debug/xtask download softnpu`
17722026-04-03T04:01:18.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17732026-04-03T04:01:18.218Z Running `target/debug/xtask-downloader softnpu`
17742026-04-03T04:01:18.264ZApr 03 04:01:17.398 INFO Starting download, target: Softnpu
17752026-04-03T04:01:18.267ZApr 03 04:01:17.398 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17762026-04-03T04:01:19.018ZApr 03 04:01:18.151 INFO Download complete, target: Softnpu
17772026-04-03T04:01:19.021Z
17782026-04-03T04:01:19.024Zreal 2.184522300
17792026-04-03T04:01:19.024Zuser 1.297789534
17802026-04-03T04:01:19.024Zsys 0.649659055
17812026-04-03T04:01:19.024Ztrap 0.000602155
17822026-04-03T04:01:19.024Ztflt 0.000262598
17832026-04-03T04:01:19.024Zdflt 0.000053975
17842026-04-03T04:01:19.024Zkflt 0.000000000
17852026-04-03T04:01:19.024Zlock 13.778767230
17862026-04-03T04:01:19.024Zslp 0.545642529
17872026-04-03T04:01:19.024Zlat 0.069448967
17882026-04-03T04:01:19.024Zstop 0.000198038
17892026-04-03T04:01:19.024Z+ export CARGO_INCREMENTAL=0
17902026-04-03T04:01:19.025Z+ CARGO_INCREMENTAL=0
17912026-04-03T04:01:19.025Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17922026-04-03T04:01:19.921Z Compiling proc-macro2 v1.0.106
17932026-04-03T04:01:19.922Z Compiling quote v1.0.44
17942026-04-03T04:01:19.922Z Compiling unicode-ident v1.0.24
17952026-04-03T04:01:19.925Z Compiling libc v0.2.180
17962026-04-03T04:01:19.925Z Compiling serde_core v1.0.228
17972026-04-03T04:01:19.925Z Compiling serde v1.0.228
17982026-04-03T04:01:19.925Z Compiling cfg-if v1.0.4
17992026-04-03T04:01:19.925Z Compiling version_check v0.9.5
18002026-04-03T04:01:20.069Z Compiling find-msvc-tools v0.1.9
18012026-04-03T04:01:20.105Z Compiling shlex v1.3.0
18022026-04-03T04:01:20.119Z Compiling typenum v1.19.0
18032026-04-03T04:01:20.122Z Compiling autocfg v1.5.0
18042026-04-03T04:01:20.134Z Compiling zmij v1.0.21
18052026-04-03T04:01:20.137Z Compiling portable-atomic v1.13.1
18062026-04-03T04:01:20.148Z Compiling serde_json v1.0.149
18072026-04-03T04:01:20.200Z Compiling memchr v2.8.0
18082026-04-03T04:01:20.273Z Compiling zerocopy v0.8.40
18092026-04-03T04:01:20.389Z Compiling generic-array v0.14.7
18102026-04-03T04:01:20.495Z Compiling libm v0.2.16
18112026-04-03T04:01:20.530Z Compiling smallvec v1.15.1
18122026-04-03T04:01:20.616Z Compiling parking_lot_core v0.9.12
18132026-04-03T04:01:20.668Z Compiling icu_properties_data v2.1.2
18142026-04-03T04:01:20.693Z Compiling icu_normalizer_data v2.1.1
18152026-04-03T04:01:20.713Z Compiling itoa v1.0.17
18162026-04-03T04:01:20.716Z Compiling getrandom v0.4.1
18172026-04-03T04:01:20.716Z Compiling log v0.4.29
18182026-04-03T04:01:20.762Z Compiling num-traits v0.2.19
18192026-04-03T04:01:20.829Z Compiling stable_deref_trait v1.2.1
18202026-04-03T04:01:20.832Z Compiling pkg-config v0.3.32
18212026-04-03T04:01:20.875Z Compiling subtle v2.6.1
18222026-04-03T04:01:21.019Z Compiling jobserver v0.1.34
18232026-04-03T04:01:21.053Z Compiling getrandom v0.2.17
18242026-04-03T04:01:21.073Z Compiling errno v0.3.14
18252026-04-03T04:01:21.109Z Compiling scopeguard v1.2.0
18262026-04-03T04:01:21.250Z Compiling cc v1.2.56
18272026-04-03T04:01:21.271Z Compiling rand_core v0.6.4
18282026-04-03T04:01:21.305Z Compiling lock_api v0.4.14
18292026-04-03T04:01:21.382Z Compiling litemap v0.8.1
18302026-04-03T04:01:21.398Z Compiling writeable v0.6.2
18312026-04-03T04:01:21.415Z Compiling percent-encoding v2.3.2
18322026-04-03T04:01:21.431Z Compiling syn v2.0.117
18332026-04-03T04:01:21.515Z Compiling thiserror v2.0.18
18342026-04-03T04:01:21.529Z Compiling fnv v1.0.7
18352026-04-03T04:01:21.612Z Compiling pin-project-lite v0.2.17
18362026-04-03T04:01:21.615Z Compiling getrandom v0.3.4
18372026-04-03T04:01:21.723Z Compiling critical-section v1.2.0
18382026-04-03T04:01:21.788Z Compiling equivalent v1.0.2
18392026-04-03T04:01:21.791Z Compiling allocator-api2 v0.2.21
18402026-04-03T04:01:21.839Z Compiling schemars v0.8.22
18412026-04-03T04:01:21.839Z Compiling rustversion v1.0.22
18422026-04-03T04:01:21.875Z Compiling fs_extra v1.3.0
18432026-04-03T04:01:21.907Z Compiling dunce v1.0.5
18442026-04-03T04:01:21.908Z Compiling rand_core v0.10.0
18452026-04-03T04:01:21.966Z Compiling foldhash v0.2.0
18462026-04-03T04:01:22.075Z Compiling cmake v0.1.57
18472026-04-03T04:01:22.089Z Compiling utf8_iter v1.0.4
18482026-04-03T04:01:22.151Z Compiling form_urlencoded v1.2.2
18492026-04-03T04:01:22.208Z Compiling once_cell v1.21.3
18502026-04-03T04:01:22.260Z Compiling hashbrown v0.16.1
18512026-04-03T04:01:22.278Z Compiling semver v1.0.27
18522026-04-03T04:01:22.465Z Compiling bitflags v2.11.0
18532026-04-03T04:01:22.499Z Compiling const-oid v0.9.6
18542026-04-03T04:01:22.553Z Compiling signal-hook-registry v1.4.8
18552026-04-03T04:01:22.635Z Compiling ring v0.17.14
18562026-04-03T04:01:22.655Z Compiling aws-lc-sys v0.37.1
18572026-04-03T04:01:22.673Z Compiling rustix v1.1.3
18582026-04-03T04:01:22.676Z Compiling mio v1.1.1
18592026-04-03T04:01:22.833Z Compiling indexmap v2.13.0
18602026-04-03T04:01:22.864Z Compiling parking_lot v0.12.5
18612026-04-03T04:01:22.882Z Compiling socket2 v0.6.2
18622026-04-03T04:01:22.920Z Compiling thiserror v1.0.69
18632026-04-03T04:01:22.948Z Compiling aws-lc-rs v1.16.0
18642026-04-03T04:01:23.045Z Compiling futures-core v0.3.32
18652026-04-03T04:01:23.060Z Compiling strsim v0.11.1
18662026-04-03T04:01:23.246Z Compiling syn v1.0.109
18672026-04-03T04:01:23.249Z Compiling byteorder v1.5.0
18682026-04-03T04:01:23.279Z Compiling httparse v1.10.1
18692026-04-03T04:01:23.362Z Compiling ucd-trie v0.1.7
18702026-04-03T04:01:23.430Z Compiling iana-time-zone v0.1.65
18712026-04-03T04:01:23.462Z Compiling heck v0.5.0
18722026-04-03T04:01:23.462Z Compiling ident_case v1.0.1
18732026-04-03T04:01:23.498Z Compiling vcpkg v0.2.15
18742026-04-03T04:01:23.615Z Compiling pest v2.8.6
18752026-04-03T04:01:23.632Z Compiling uuid v1.21.0
18762026-04-03T04:01:23.635Z Compiling cpufeatures v0.2.17
18772026-04-03T04:01:23.822Z Compiling regex-syntax v0.8.10
18782026-04-03T04:01:23.825Z Compiling crossbeam-utils v0.8.21
18792026-04-03T04:01:23.955Z Compiling rustc_version v0.4.1
18802026-04-03T04:01:23.996Z Compiling futures-sink v0.3.32
18812026-04-03T04:01:24.075Z Compiling openssl-sys v0.9.111
18822026-04-03T04:01:24.100Z Compiling rustls v0.23.37
18832026-04-03T04:01:24.131Z Compiling futures-channel v0.3.32
18842026-04-03T04:01:24.204Z Compiling synstructure v0.13.2
18852026-04-03T04:01:24.257Z Compiling serde_derive_internals v0.29.1
18862026-04-03T04:01:24.273Z Compiling futures-task v0.3.32
18872026-04-03T04:01:24.276Z Compiling slab v0.4.12
18882026-04-03T04:01:24.306Z Compiling futures-io v0.3.32
18892026-04-03T04:01:24.509Z Compiling dyn-clone v1.0.20
18902026-04-03T04:01:24.525Z Compiling plain v0.2.3
18912026-04-03T04:01:24.528Z Compiling aho-corasick v1.1.4
18922026-04-03T04:01:24.572Z Compiling time-core v0.1.8
18932026-04-03T04:01:24.679Z Compiling pest_meta v2.8.6
18942026-04-03T04:01:24.724Z Compiling num-conv v0.2.0
18952026-04-03T04:01:24.782Z Compiling pretty-hex v0.4.1
18962026-04-03T04:01:24.886Z Compiling time-macros v0.2.27
18972026-04-03T04:01:24.900Z Compiling base64 v0.22.1
18982026-04-03T04:01:24.923Z Compiling openssl v0.10.75
18992026-04-03T04:01:25.157Z Compiling base64ct v1.8.3
19002026-04-03T04:01:25.185Z Compiling either v1.15.0
19012026-04-03T04:01:25.201Z Compiling anyhow v1.0.102
19022026-04-03T04:01:25.218Z Compiling crc32fast v1.5.0
19032026-04-03T04:01:25.245Z Compiling darling_core v0.21.3
19042026-04-03T04:01:25.264Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19052026-04-03T04:01:25.281Z Compiling pest_generator v2.8.6
19062026-04-03T04:01:25.418Z Compiling regex-automata v0.4.14
19072026-04-03T04:01:25.434Z Compiling pem-rfc7468 v0.7.0
19082026-04-03T04:01:25.478Z Compiling flagset v0.4.7
19092026-04-03T04:01:25.506Z Compiling serde_derive v1.0.228
19102026-04-03T04:01:25.524Z Compiling zeroize_derive v1.4.3
19112026-04-03T04:01:25.538Z Compiling zerofrom-derive v0.1.6
19122026-04-03T04:01:25.556Z Compiling yoke-derive v0.8.1
19132026-04-03T04:01:25.633Z Compiling zerovec-derive v0.11.2
19142026-04-03T04:01:25.665Z Compiling displaydoc v0.2.5
19152026-04-03T04:01:25.729Z Compiling zerocopy-derive v0.8.40
19162026-04-03T04:01:25.860Z Compiling tokio-macros v2.6.0
19172026-04-03T04:01:25.944Z Compiling futures-macro v0.3.32
19182026-04-03T04:01:25.971Z Compiling thiserror-impl v2.0.18
19192026-04-03T04:01:25.972Z Compiling schemars_derive v0.8.22
19202026-04-03T04:01:26.003Z Compiling der_derive v0.7.3
19212026-04-03T04:01:26.155Z Compiling zeroize v1.8.2
19222026-04-03T04:01:26.521Z Compiling tracing-attributes v0.1.31
19232026-04-03T04:01:26.590Z Compiling thiserror-impl v1.0.69
19242026-04-03T04:01:26.687Z Compiling zerofrom v0.1.6
19252026-04-03T04:01:26.742Z Compiling pest_derive v2.8.6
19262026-04-03T04:01:26.838Z Compiling yoke v0.8.1
19272026-04-03T04:01:26.921Z Compiling crypto-common v0.1.7
19282026-04-03T04:01:26.983Z Compiling block-buffer v0.10.4
19292026-04-03T04:01:27.076Z Compiling zerovec v0.11.5
19302026-04-03T04:01:27.093Z Compiling zerotrie v0.2.3
19312026-04-03T04:01:27.168Z Compiling digest v0.10.7
19322026-04-03T04:01:27.234Z Compiling futures-util v0.3.32
19332026-04-03T04:01:27.392Z Compiling block-padding v0.3.3
19342026-04-03T04:01:27.503Z Compiling hmac v0.12.1
19352026-04-03T04:01:27.535Z Compiling inout v0.1.4
19362026-04-03T04:01:27.551Z Compiling sha2 v0.10.9
19372026-04-03T04:01:27.569Z Compiling rustls-pki-types v1.14.0
19382026-04-03T04:01:27.620Z Compiling tinystr v0.8.2
19392026-04-03T04:01:27.669Z Compiling potential_utf v0.1.4
19402026-04-03T04:01:27.714Z Compiling cipher v0.4.4
19412026-04-03T04:01:27.747Z Compiling scroll_derive v0.12.1
19422026-04-03T04:01:27.763Z Compiling scroll_derive v0.13.1
19432026-04-03T04:01:27.859Z Compiling icu_locale_core v2.1.1
19442026-04-03T04:01:27.877Z Compiling icu_collections v2.1.1
19452026-04-03T04:01:28.164Z Compiling openssl-macros v0.1.1
19462026-04-03T04:01:28.371Z Compiling native-tls v0.2.18
19472026-04-03T04:01:28.432Z Compiling regex v1.12.3
19482026-04-03T04:01:28.534Z Compiling icu_provider v2.1.1
19492026-04-03T04:01:28.609Z Compiling bytes v1.11.1
19502026-04-03T04:01:28.657Z Compiling chrono v0.4.44
19512026-04-03T04:01:28.701Z Compiling serde_tokenstream v0.2.3
19522026-04-03T04:01:28.724Z Compiling darling_macro v0.21.3
19532026-04-03T04:01:28.842Z Compiling icu_normalizer v2.1.1
19542026-04-03T04:01:28.869Z Compiling icu_properties v2.1.2
19552026-04-03T04:01:29.004Z Compiling der v0.7.10
19562026-04-03T04:01:29.020Z Compiling zerocopy-derive v0.7.35
19572026-04-03T04:01:29.210Z Compiling tokio v1.49.0
19582026-04-03T04:01:29.396Z Compiling http v1.4.0
19592026-04-03T04:01:29.545Z Compiling rand_core v0.9.5
19602026-04-03T04:01:29.780Z Compiling idna_adapter v1.2.1
19612026-04-03T04:01:29.895Z Compiling idna v1.1.0
19622026-04-03T04:01:29.980Z Compiling slog v2.8.2
19632026-04-03T04:01:30.095Z Compiling ppv-lite86 v0.2.21
19642026-04-03T04:01:30.210Z Compiling url v2.5.8
19652026-04-03T04:01:30.229Z Compiling tracing-core v0.1.36
19662026-04-03T04:01:30.456Z Compiling untrusted v0.9.0
19672026-04-03T04:01:30.473Z Compiling rayon-core v1.13.0
19682026-04-03T04:01:30.555Z Compiling spki v0.7.3
19692026-04-03T04:01:30.606Z Compiling tracing v0.1.44
19702026-04-03T04:01:30.674Z Compiling darling v0.21.3
19712026-04-03T04:01:30.760Z Compiling salsa20 v0.10.2
19722026-04-03T04:01:30.776Z Compiling pbkdf2 v0.12.2
19732026-04-03T04:01:31.149Z Compiling cookie v0.18.1
19742026-04-03T04:01:31.239Z Compiling camino v1.2.2
19752026-04-03T04:01:31.477Z Compiling scrypt v0.11.0
19762026-04-03T04:01:31.492Z Compiling rand_chacha v0.9.0
19772026-04-03T04:01:31.555Z Compiling cbc v0.1.2
19782026-04-03T04:01:31.575Z Compiling aes v0.8.4
19792026-04-03T04:01:32.054Z Compiling usdt-impl v0.5.0
19802026-04-03T04:01:32.117Z Compiling ref-cast v1.0.25
19812026-04-03T04:01:32.134Z Compiling winnow v0.7.14
19822026-04-03T04:01:32.150Z Compiling usdt-impl v0.6.0
19832026-04-03T04:01:32.165Z Compiling paste v1.0.15
19842026-04-03T04:01:32.421Z Compiling pkcs5 v0.7.1
19852026-04-03T04:01:32.486Z Compiling rand v0.9.2
19862026-04-03T04:01:32.502Z Compiling http-body v1.0.1
19872026-04-03T04:01:32.693Z Compiling serde_spanned v0.6.9
19882026-04-03T04:01:32.854Z Compiling toml_datetime v0.6.11
19892026-04-03T04:01:32.871Z Compiling scroll v0.13.0
19902026-04-03T04:01:32.890Z Compiling scroll v0.12.0
19912026-04-03T04:01:32.939Z Compiling tokio-util v0.7.18
19922026-04-03T04:01:32.960Z Compiling heapless v0.7.17
19932026-04-03T04:01:33.111Z Compiling bzip2-sys v0.1.13+1.0.8
19942026-04-03T04:01:33.127Z Compiling atomic-waker v1.1.2
19952026-04-03T04:01:33.159Z Compiling openssl-probe v0.2.1
19962026-04-03T04:01:33.281Z Compiling signal-hook v0.3.18
19972026-04-03T04:01:33.356Z Compiling untrusted v0.7.1
19982026-04-03T04:01:33.374Z Compiling zstd-safe v7.2.4
19992026-04-03T04:01:33.480Z Compiling toml_parser v1.0.9+spec-1.1.0
20002026-04-03T04:01:33.501Z Compiling goblin v0.8.2
20012026-04-03T04:01:33.584Z Compiling goblin v0.10.5
20022026-04-03T04:01:33.610Z Compiling pkcs8 v0.10.2
20032026-04-03T04:01:33.910Z Compiling zerocopy v0.7.35
20042026-04-03T04:01:34.037Z Compiling ref-cast-impl v1.0.25
20052026-04-03T04:01:34.053Z Compiling curve25519-dalek v4.1.3
20062026-04-03T04:01:34.119Z Compiling darling_core v0.20.11
20072026-04-03T04:01:34.304Z Compiling toml_datetime v0.7.5+spec-1.1.0
20082026-04-03T04:01:34.342Z Compiling memoffset v0.9.1
20092026-04-03T04:01:34.358Z Compiling try-lock v0.2.5
20102026-04-03T04:01:34.475Z Compiling tower-layer v0.3.3
20112026-04-03T04:01:34.590Z Compiling fastrand v2.3.0
20122026-04-03T04:01:34.621Z Compiling tower-service v0.3.3
20132026-04-03T04:01:34.747Z Compiling rustix v0.38.44
20142026-04-03T04:01:34.828Z Compiling tinyvec_macros v0.1.1
20152026-04-03T04:01:34.916Z Compiling winnow v0.5.40
20162026-04-03T04:01:34.989Z Compiling litrs v1.0.0
20172026-04-03T04:01:35.169Z Compiling tinyvec v1.10.0
20182026-04-03T04:01:35.216Z Compiling h2 v0.4.13
20192026-04-03T04:01:35.464Z Compiling document-features v0.2.12
20202026-04-03T04:01:35.480Z Compiling want v0.3.1
20212026-04-03T04:01:35.718Z Compiling dof v0.3.0
20222026-04-03T04:01:36.117Z Compiling darling_macro v0.20.11
20232026-04-03T04:01:36.259Z Compiling toml_edit v0.19.15
20242026-04-03T04:01:36.370Z Compiling dof v0.4.0
20252026-04-03T04:01:36.421Z Compiling dtrace-parser v0.2.0
20262026-04-03T04:01:36.436Z Compiling dtrace-parser v0.3.0
20272026-04-03T04:01:36.586Z Compiling ipnet v2.11.0
20282026-04-03T04:01:36.883Z Compiling daft-derive v0.1.5
20292026-04-03T04:01:36.898Z Compiling async-trait v0.1.89
20302026-04-03T04:01:37.055Z Compiling spin v0.9.8
20312026-04-03T04:01:37.073Z Compiling thread-id v5.1.0
20322026-04-03T04:01:37.090Z Compiling thread-id v4.2.2
20332026-04-03T04:01:37.176Z Compiling proc-macro-error-attr v1.0.4
20342026-04-03T04:01:37.192Z Compiling pin-utils v0.1.0
20352026-04-03T04:01:37.282Z Compiling httpdate v1.0.3
20362026-04-03T04:01:37.319Z Compiling foreign-types-shared v0.1.1
20372026-04-03T04:01:37.362Z Compiling smoltcp v0.9.1
20382026-04-03T04:01:37.425Z Compiling num-bigint-dig v0.8.6
20392026-04-03T04:01:37.516Z Compiling powerfmt v0.2.0
20402026-04-03T04:01:37.566Z Compiling cfg_aliases v0.2.1
20412026-04-03T04:01:37.582Z Compiling tempfile v3.25.0
20422026-04-03T04:01:37.667Z Compiling nix v0.31.1
20432026-04-03T04:01:37.682Z Compiling deranged v0.5.8
20442026-04-03T04:01:37.700Z Compiling foreign-types v0.3.2
20452026-04-03T04:01:37.854Z Compiling darling v0.20.11
20462026-04-03T04:01:38.053Z Compiling ipnetwork v0.21.1
20472026-04-03T04:01:38.240Z Compiling hyper v1.8.1
20482026-04-03T04:01:38.481Z Compiling strum_macros v0.26.4
20492026-04-03T04:01:38.499Z Compiling curve25519-dalek-derive v0.1.1
20502026-04-03T04:01:38.538Z Compiling wait-timeout v0.2.1
20512026-04-03T04:01:38.669Z Compiling proc-macro-error v1.0.4
20522026-04-03T04:01:38.795Z Compiling siphasher v1.0.2
20532026-04-03T04:01:38.813Z Compiling anstyle v1.0.13
20542026-04-03T04:01:38.885Z Compiling simd-adler32 v0.3.8
20552026-04-03T04:01:38.963Z Compiling unicode-segmentation v1.12.0
20562026-04-03T04:01:38.994Z Compiling bit-vec v0.8.0
20572026-04-03T04:01:39.056Z Compiling utf8parse v0.2.2
20582026-04-03T04:01:39.192Z Compiling quick-error v1.2.3
20592026-04-03T04:01:39.240Z Compiling num_threads v0.1.7
20602026-04-03T04:01:39.288Z Compiling rusty-fork v0.3.1
20612026-04-03T04:01:39.306Z Compiling hyper-util v0.1.20
20622026-04-03T04:01:39.339Z Compiling time v0.3.47
20632026-04-03T04:01:39.359Z Compiling bit-set v0.8.0
20642026-04-03T04:01:39.362Z Compiling anstyle-parse v0.2.7
20652026-04-03T04:01:40.021Z Compiling crossbeam-epoch v0.9.18
20662026-04-03T04:01:40.079Z Compiling derive_builder_core v0.20.2
20672026-04-03T04:01:40.371Z Compiling unicode-normalization v0.1.25
20682026-04-03T04:01:40.860Z Compiling rustls-native-certs v0.8.3
20692026-04-03T04:01:40.908Z Compiling rand_xorshift v0.4.0
20702026-04-03T04:01:41.069Z Compiling signature v2.2.0
20712026-04-03T04:01:41.089Z Compiling hubpack_derive v0.1.1
20722026-04-03T04:01:41.133Z Compiling strum_macros v0.27.2
20732026-04-03T04:01:41.234Z Compiling sync_wrapper v1.0.2
20742026-04-03T04:01:41.292Z Compiling fs-err v3.3.0
20752026-04-03T04:01:41.366Z Compiling ahash v0.8.12
20762026-04-03T04:01:41.496Z Compiling unicode-bidi v0.3.18
20772026-04-03T04:01:41.531Z Compiling anstyle-query v1.1.5
20782026-04-03T04:01:41.572Z Compiling object v0.37.3
20792026-04-03T04:01:41.656Z Compiling colorchoice v1.0.4
20802026-04-03T04:01:41.659Z Compiling unarray v0.1.4
20812026-04-03T04:01:41.744Z Compiling unicode-properties v0.1.4
20822026-04-03T04:01:41.791Z Compiling is_terminal_polyfill v1.70.2
20832026-04-03T04:01:41.810Z Compiling adler2 v2.0.1
20842026-04-03T04:01:41.838Z Compiling proptest v1.10.0
20852026-04-03T04:01:41.898Z Compiling anstream v0.6.21
20862026-04-03T04:01:41.960Z Compiling stringprep v0.1.5
20872026-04-03T04:01:41.982Z Compiling miniz_oxide v0.8.9
20882026-04-03T04:01:42.264Z Compiling tower v0.5.3
20892026-04-03T04:01:42.351Z Compiling derive_builder_macro v0.20.2
20902026-04-03T04:01:42.535Z Compiling crossbeam-deque v0.8.6
20912026-04-03T04:01:42.747Z Compiling heck v0.4.1
20922026-04-03T04:01:42.762Z Compiling usdt-macro v0.6.0
20932026-04-03T04:01:42.819Z Compiling usdt-attr-macro v0.6.0
20942026-04-03T04:01:43.030Z Compiling http-body-util v0.1.3
20952026-04-03T04:01:43.328Z Compiling webpki-roots v1.0.6
20962026-04-03T04:01:43.475Z Compiling rand_chacha v0.3.1
20972026-04-03T04:01:43.514Z Compiling erased-serde v0.3.31
20982026-04-03T04:01:43.517Z Compiling md-5 v0.10.6
20992026-04-03T04:01:43.591Z Compiling num-integer v0.1.46
21002026-04-03T04:01:43.615Z Compiling hash32 v0.2.1
21012026-04-03T04:01:43.684Z Compiling vergen-lib v0.1.6
21022026-04-03T04:01:43.706Z Compiling ff v0.13.1
21032026-04-03T04:01:43.726Z Compiling fallible-iterator v0.2.0
21042026-04-03T04:01:43.778Z Compiling ryu v1.0.23
21052026-04-03T04:01:43.795Z Compiling psl-types v2.0.11
21062026-04-03T04:01:43.814Z Compiling iri-string v0.7.10
21072026-04-03T04:01:43.829Z Compiling zlib-rs v0.6.2
21082026-04-03T04:01:43.866Z Compiling base16ct v0.2.0
21092026-04-03T04:01:43.919Z Compiling publicsuffix v2.3.0
21102026-04-03T04:01:43.942Z Compiling serde_urlencoded v0.7.1
21112026-04-03T04:01:43.994Z Compiling sec1 v0.7.3
21122026-04-03T04:01:44.050Z Compiling postgres-protocol v0.6.10
21132026-04-03T04:01:44.089Z Compiling group v0.13.0
21142026-04-03T04:01:44.122Z Compiling num-iter v0.1.45
21152026-04-03T04:01:44.172Z Compiling newtype-uuid v1.3.2
21162026-04-03T04:01:44.301Z Compiling rand v0.8.5
21172026-04-03T04:01:44.517Z Compiling oxnet v0.1.4
21182026-04-03T04:01:44.593Z Compiling zone_cfg_derive v0.3.1
21192026-04-03T04:01:44.770Z Compiling derive_builder v0.20.2
21202026-04-03T04:01:44.773Z Compiling tokio-native-tls v0.3.1
21212026-04-03T04:01:44.891Z Compiling phf_shared v0.13.1
21222026-04-03T04:01:44.965Z Compiling tower-http v0.6.8
21232026-04-03T04:01:44.968Z Compiling lazy_static v1.5.0
21242026-04-03T04:01:45.048Z Compiling terminal_size v0.4.3
21252026-04-03T04:01:45.081Z Compiling serde_with_macros v3.17.0
21262026-04-03T04:01:45.155Z Compiling cargo-platform v0.1.9
21272026-04-03T04:01:45.158Z Compiling hkdf v0.12.4
21282026-04-03T04:01:45.175Z Compiling crypto-bigint v0.5.5
21292026-04-03T04:01:45.224Z Compiling enum-as-inner v0.6.1
21302026-04-03T04:01:45.244Z Compiling clap_derive v4.5.55
21312026-04-03T04:01:45.248Z Compiling serde_repr v0.1.20
21322026-04-03T04:01:45.298Z Compiling vergen v9.0.6
21332026-04-03T04:01:45.408Z Compiling clap_lex v1.0.0
21342026-04-03T04:01:45.536Z Compiling bitflags v1.3.2
21352026-04-03T04:01:45.555Z Compiling managed v0.8.0
21362026-04-03T04:01:45.637Z Compiling libbz2-rs-sys v0.2.2
21372026-04-03T04:01:45.654Z Compiling bumpalo v3.20.2
21382026-04-03T04:01:45.748Z Compiling unicode-width v0.2.0
21392026-04-03T04:01:45.800Z Compiling foldhash v0.1.5
21402026-04-03T04:01:45.876Z Compiling flate2 v1.1.9
21412026-04-03T04:01:45.918Z Compiling zopfli v0.8.3
21422026-04-03T04:01:45.984Z Compiling console v0.16.2
21432026-04-03T04:01:46.035Z Compiling hashbrown v0.15.5
21442026-04-03T04:01:46.051Z Compiling bzip2 v0.6.1
21452026-04-03T04:01:46.147Z Compiling elliptic-curve v0.13.8
21462026-04-03T04:01:46.164Z Compiling clap_builder v4.5.60
21472026-04-03T04:01:46.292Z Compiling cargo_metadata v0.19.2
21482026-04-03T04:01:46.496Z Compiling phf v0.13.1
21492026-04-03T04:01:46.594Z Compiling hyper-tls v0.6.0
21502026-04-03T04:01:46.612Z Compiling signal-hook-mio v0.2.5
21512026-04-03T04:01:46.627Z Compiling zstd v0.13.3
21522026-04-03T04:01:46.750Z Compiling daft v0.1.5
21532026-04-03T04:01:46.892Z Compiling rayon v1.11.0
21542026-04-03T04:01:46.908Z Compiling cookie_store v0.22.1
21552026-04-03T04:01:46.993Z Compiling postgres-types v0.2.12
21562026-04-03T04:01:47.045Z Compiling bzip2 v0.4.4
21572026-04-03T04:01:47.120Z Compiling strum v0.27.2
21582026-04-03T04:01:47.303Z Compiling hubpack v0.1.2
21592026-04-03T04:01:47.345Z Compiling ed25519 v2.2.3
21602026-04-03T04:01:47.454Z Compiling phf_shared v0.11.3
21612026-04-03T04:01:47.544Z Compiling pkcs1 v0.7.5
21622026-04-03T04:01:47.606Z Compiling hex v0.4.3
21632026-04-03T04:01:47.655Z Compiling serde-big-array v0.5.1
21642026-04-03T04:01:47.820Z Compiling bstr v1.12.1
21652026-04-03T04:01:47.849Z Compiling rfc6979 v0.4.0
21662026-04-03T04:01:47.923Z Compiling itertools v0.12.1
21672026-04-03T04:01:47.939Z Compiling float-cmp v0.10.0
21682026-04-03T04:01:47.942Z Compiling memmap2 v0.9.10
21692026-04-03T04:01:47.957Z Compiling env_filter v1.0.0
21702026-04-03T04:01:48.027Z Compiling encoding_rs v0.8.35
21712026-04-03T04:01:48.116Z Compiling fixedbitset v0.5.7
21722026-04-03T04:01:48.131Z Compiling static_assertions v1.1.0
21732026-04-03T04:01:48.218Z Compiling new_debug_unreachable v1.0.6
21742026-04-03T04:01:48.307Z Compiling whoami v2.1.0
21752026-04-03T04:01:48.323Z Compiling toml_write v0.1.2
21762026-04-03T04:01:48.417Z Compiling predicates-core v1.0.10
21772026-04-03T04:01:48.434Z Compiling rustc-hash v2.1.1
21782026-04-03T04:01:48.518Z Compiling unit-prefix v0.5.2
21792026-04-03T04:01:48.542Z Compiling difflib v0.4.0
21802026-04-03T04:01:48.588Z Compiling precomputed-hash v0.1.1
21812026-04-03T04:01:48.607Z Compiling data-encoding v2.10.0
21822026-04-03T04:01:48.625Z Compiling fixedbitset v0.4.2
21832026-04-03T04:01:48.643Z Compiling mime v0.3.17
21842026-04-03T04:01:48.659Z Compiling jiff v0.2.21
21852026-04-03T04:01:48.677Z Compiling keccak v0.1.6
21862026-04-03T04:01:48.704Z Compiling normalize-line-endings v0.3.0
21872026-04-03T04:01:48.805Z Compiling predicates v3.1.4
21882026-04-03T04:01:48.823Z Compiling petgraph v0.6.5
21892026-04-03T04:01:48.847Z Compiling sha3 v0.10.8
21902026-04-03T04:01:48.889Z Compiling string_cache v0.8.9
21912026-04-03T04:01:49.062Z Compiling zone v0.3.1
21922026-04-03T04:01:49.139Z Compiling hickory-proto v0.25.2
21932026-04-03T04:01:49.142Z Compiling indicatif v0.18.4
21942026-04-03T04:01:49.194Z Compiling iddqd v0.3.17
21952026-04-03T04:01:49.358Z Compiling tokio-postgres v0.7.16
21962026-04-03T04:01:49.395Z Compiling toml_edit v0.22.27
21972026-04-03T04:01:49.516Z Compiling petgraph v0.8.3
21982026-04-03T04:01:49.690Z Compiling similar v2.7.0
21992026-04-03T04:01:49.978Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22002026-04-03T04:01:50.313Z Compiling env_logger v0.11.9
22012026-04-03T04:01:50.354Z Compiling usdt v0.6.0
22022026-04-03T04:01:50.830Z Compiling ecdsa v0.16.9
22032026-04-03T04:01:50.940Z Compiling serde_with v3.17.0
22042026-04-03T04:01:51.278Z Compiling zip v4.6.1
22052026-04-03T04:01:51.437Z Compiling rsa v0.9.10
22062026-04-03T04:01:51.693Z Compiling clap v4.5.60
22072026-04-03T04:01:51.792Z Compiling ed25519-dalek v2.2.0
22082026-04-03T04:01:52.359Z Compiling crossterm v0.28.1
22092026-04-03T04:01:52.409Z Compiling zip v0.6.6
22102026-04-03T04:01:52.492Z Compiling strum v0.26.3
22112026-04-03T04:01:52.642Z Compiling toml v0.7.8
22122026-04-03T04:01:52.661Z Compiling tokio-stream v0.1.18
22132026-04-03T04:01:52.747Z Compiling buf-list v1.1.2
22142026-04-03T04:01:52.951Z Compiling x509-cert v0.2.5
22152026-04-03T04:01:53.031Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22162026-04-03T04:01:53.149Z Compiling openapiv3 v2.2.0
22172026-04-03T04:01:53.255Z Compiling sha1 v0.10.6
22182026-04-03T04:01:53.420Z Compiling itertools v0.13.0
22192026-04-03T04:01:53.550Z Compiling lalrpop-util v0.19.12
22202026-04-03T04:01:53.624Z Compiling peg-runtime v0.8.5
22212026-04-03T04:02:11.089Z Compiling macaddr v1.0.1
22222026-04-03T04:02:11.204Z Compiling structmeta-derive v0.3.0
22232026-04-03T04:02:11.387Z Compiling crucible-workspace-hack v0.1.0
22242026-04-03T04:02:11.428Z Compiling secrecy v0.10.3
22252026-04-03T04:02:11.490Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22262026-04-03T04:02:11.633Z Compiling itertools v0.14.0
22272026-04-03T04:02:11.659Z Compiling rustls v0.22.4
22282026-04-03T04:02:11.676Z Compiling heapless v0.8.0
22292026-04-03T04:02:11.890Z Compiling toml_edit v0.23.10+spec-1.0.0
22302026-04-03T04:02:11.912Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22312026-04-03T04:02:11.929Z Compiling rustls-webpki v0.102.8
22322026-04-03T04:02:12.080Z Compiling futures-executor v0.3.32
22332026-04-03T04:02:12.153Z Compiling hash32 v0.3.1
22342026-04-03T04:02:12.196Z Compiling structmeta v0.3.0
22352026-04-03T04:02:12.344Z Compiling rustls-webpki v0.103.9
22362026-04-03T04:02:12.433Z Compiling multer v3.1.0
22372026-04-03T04:02:12.450Z Compiling thread_local v1.1.9
22382026-04-03T04:02:12.604Z Compiling smoltcp v0.11.0
22392026-04-03T04:02:12.646Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22402026-04-03T04:02:12.674Z Compiling match_cfg v0.1.0
22412026-04-03T04:02:12.765Z Compiling slog-async v2.8.0
22422026-04-03T04:02:12.813Z Compiling hostname v0.3.1
22432026-04-03T04:02:12.927Z Compiling ingot-macros v0.1.1
22442026-04-03T04:02:12.969Z Compiling derive-ex v0.1.8
22452026-04-03T04:02:13.019Z Compiling proc-macro-crate v3.4.0
22462026-04-03T04:02:13.022Z Compiling futures v0.3.32
22472026-04-03T04:02:13.069Z Compiling slog-json v2.6.1
22482026-04-03T04:02:13.155Z Compiling crossbeam-channel v0.5.15
22492026-04-03T04:02:13.172Z Compiling half v2.7.1
22502026-04-03T04:02:13.175Z Compiling newtype-uuid-macros v0.1.0
22512026-04-03T04:02:13.395Z Compiling cobs v0.3.0
22522026-04-03T04:02:13.473Z Compiling thiserror-impl-no-std v2.0.2
22532026-04-03T04:02:13.543Z Compiling universal-hash v0.5.1
22542026-04-03T04:02:13.559Z Compiling async-stream-impl v0.3.6
22552026-04-03T04:02:13.710Z Compiling serde_spanned v1.0.4
22562026-04-03T04:02:13.757Z Compiling is-terminal v0.4.17
22572026-04-03T04:02:13.797Z Compiling dropshot v0.16.7
22582026-04-03T04:02:13.852Z Compiling term v1.2.1
22592026-04-03T04:02:13.878Z Compiling toml_writer v1.0.6+spec-1.1.0
22602026-04-03T04:02:13.895Z Compiling opaque-debug v0.3.1
22612026-04-03T04:02:13.932Z Compiling take_mut v0.2.2
22622026-04-03T04:02:13.992Z Compiling ciborium-io v0.2.2
22632026-04-03T04:02:14.019Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22642026-04-03T04:02:14.074Z Compiling convert_case v0.4.0
22652026-04-03T04:02:14.117Z Compiling ciborium-ll v0.2.2
22662026-04-03T04:02:14.147Z Compiling async-stream v0.3.6
22672026-04-03T04:02:14.179Z Compiling slog-term v2.9.2
22682026-04-03T04:02:14.258Z Compiling toml v0.9.12+spec-1.1.0
22692026-04-03T04:02:14.415Z Compiling derive_more v0.99.20
22702026-04-03T04:02:14.474Z Compiling poly1305 v0.8.0
22712026-04-03T04:02:14.548Z Compiling test-strategy v0.4.5
22722026-04-03T04:02:14.564Z Compiling thiserror-no-std v2.0.2
22732026-04-03T04:02:14.682Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22742026-04-03T04:02:14.921Z Compiling postcard v1.1.3
22752026-04-03T04:02:15.143Z Compiling tokio-rustls v0.25.0
22762026-04-03T04:02:15.413Z Compiling num_enum_derive v0.7.5
22772026-04-03T04:02:15.477Z Compiling slog-bunyan v2.5.0
22782026-04-03T04:02:15.528Z Compiling ingot-types v0.1.2
22792026-04-03T04:02:15.699Z Compiling parse-display-derive v0.10.0
22802026-04-03T04:02:15.720Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
22812026-04-03T04:02:15.737Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22822026-04-03T04:02:15.894Z Compiling proc-macro-crate v1.3.1
22832026-04-03T04:02:15.998Z Compiling tokio-rustls v0.26.4
22842026-04-03T04:02:16.015Z Compiling rustls-platform-verifier v0.6.2
22852026-04-03T04:02:16.242Z Compiling hyper-rustls v0.27.7
22862026-04-03T04:02:16.277Z Compiling ingot v0.1.1
22872026-04-03T04:02:16.294Z Compiling backon v1.6.0
22882026-04-03T04:02:16.371Z Compiling waitgroup v0.1.2
22892026-04-03T04:02:16.471Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
22902026-04-03T04:02:16.548Z Compiling reqwest v0.12.28
22912026-04-03T04:02:16.584Z Compiling reqwest v0.13.2
22922026-04-03T04:02:16.603Z Compiling password-hash v0.5.0
22932026-04-03T04:02:16.606Z Compiling dropshot_endpoint v0.16.7
22942026-04-03T04:02:16.638Z Compiling chacha20 v0.9.1
22952026-04-03T04:02:16.866Z Compiling rustls-pemfile v2.2.0
22962026-04-03T04:02:16.917Z Compiling blake2 v0.10.6
22972026-04-03T04:02:17.175Z Compiling aead v0.5.2
22982026-04-03T04:02:17.191Z Compiling foreign-types-macros v0.2.3
22992026-04-03T04:02:17.325Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23002026-04-03T04:02:17.392Z Compiling serde_path_to_error v0.1.20
23012026-04-03T04:02:17.446Z Compiling hostname v0.4.2
23022026-04-03T04:02:17.584Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23032026-04-03T04:02:17.604Z Compiling instant v0.1.13
23042026-04-03T04:02:17.620Z Compiling debug-ignore v1.0.5
23052026-04-03T04:02:17.638Z Compiling foreign-types-shared v0.3.1
23062026-04-03T04:02:17.752Z Compiling typeid v1.0.3
23072026-04-03T04:02:17.755Z Compiling cpufeatures v0.3.0
23082026-04-03T04:02:17.769Z Compiling backoff v0.4.0
23092026-04-03T04:02:17.798Z Compiling chacha20poly1305 v0.10.1
23102026-04-03T04:02:17.817Z Compiling foreign-types v0.5.0
23112026-04-03T04:02:17.863Z Compiling chacha20 v0.10.0
23122026-04-03T04:02:17.880Z Compiling parse-display v0.10.0
23132026-04-03T04:02:17.883Z Compiling argon2 v0.5.3
23142026-04-03T04:02:17.935Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23152026-04-03T04:02:17.973Z Compiling num_enum v0.7.5
23162026-04-03T04:02:18.038Z Compiling num_enum_derive v0.5.11
23172026-04-03T04:02:18.110Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23182026-04-03T04:02:18.127Z Compiling vsss-rs v3.3.4
23192026-04-03T04:02:18.187Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23202026-04-03T04:02:18.463Z Compiling ciborium v0.2.2
23212026-04-03T04:02:18.657Z Compiling toml v0.8.23
23222026-04-03T04:02:18.755Z Compiling tabwriter v1.4.1
23232026-04-03T04:02:18.926Z Compiling byte-wrapper v0.1.0
23242026-04-03T04:02:18.989Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23252026-04-03T04:02:19.147Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23262026-04-03T04:02:19.282Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23272026-04-03T04:02:19.320Z Compiling regress v0.10.5
23282026-04-03T04:02:19.615Z Compiling cstr-argument v0.1.2
23292026-04-03T04:02:19.632Z Compiling erased-serde v0.4.9
23302026-04-03T04:02:19.655Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23312026-04-03T04:02:19.813Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23322026-04-03T04:02:19.832Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23332026-04-03T04:02:19.870Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23342026-04-03T04:02:19.903Z Compiling num_enum v0.5.11
23352026-04-03T04:02:19.928Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23362026-04-03T04:02:19.968Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23372026-04-03T04:02:20.008Z Compiling rand v0.10.0
23382026-04-03T04:02:20.024Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23392026-04-03T04:02:20.055Z Compiling colored v3.1.1
23402026-04-03T04:02:20.118Z Compiling libefi-sys v0.1.0
23412026-04-03T04:02:20.188Z Compiling indent_write v2.2.0
23422026-04-03T04:02:20.258Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23432026-04-03T04:02:20.369Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23442026-04-03T04:02:20.389Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23452026-04-03T04:02:20.406Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23462026-04-03T04:02:20.409Z Compiling camino-tempfile v1.4.1
23472026-04-03T04:02:20.651Z Compiling usdt-attr-macro v0.5.0
23482026-04-03T04:02:20.766Z Compiling usdt-macro v0.5.0
23492026-04-03T04:02:20.824Z Compiling bitfield-struct v0.6.2
23502026-04-03T04:02:20.850Z Compiling num-derive v0.4.2
23512026-04-03T04:02:20.858Z Compiling ordered-float v2.10.1
23522026-04-03T04:02:20.924Z Compiling blake3 v1.8.3
23532026-04-03T04:02:20.941Z Compiling sigpipe v0.1.3
23542026-04-03T04:02:21.058Z Compiling memmap v0.7.0
23552026-04-03T04:02:21.081Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23562026-04-03T04:02:21.181Z Compiling glob v0.3.3
23572026-04-03T04:02:21.302Z Compiling swrite v0.1.0
23582026-04-03T04:02:21.354Z Compiling serde-value v0.7.0
23592026-04-03T04:02:21.417Z Compiling serde-untagged v0.1.9
23602026-04-03T04:02:21.435Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23612026-04-03T04:02:21.476Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-04-03T04:02:21.502Z Compiling usdt v0.5.0
23632026-04-03T04:02:21.748Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23642026-04-03T04:02:21.766Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23652026-04-03T04:02:21.838Z Compiling smf v0.2.3
23662026-04-03T04:02:22.042Z Compiling filetime v0.2.27
23672026-04-03T04:02:22.058Z Compiling arrayvec v0.7.6
23682026-04-03T04:02:22.061Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23692026-04-03T04:02:22.115Z Compiling unicode-xid v0.2.6
23702026-04-03T04:02:22.155Z Compiling xattr v1.6.1
23712026-04-03T04:02:22.175Z Compiling whoami v1.6.1
23722026-04-03T04:02:22.278Z Compiling arrayref v0.3.9
23732026-04-03T04:02:22.296Z Compiling same-file v1.0.6
23742026-04-03T04:02:22.299Z Compiling constant_time_eq v0.4.2
23752026-04-03T04:02:22.330Z Compiling tar v0.4.45
23762026-04-03T04:02:22.357Z Compiling cargo-util-schemas v0.8.2
23772026-04-03T04:02:22.376Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23782026-04-03T04:02:22.379Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23792026-04-03T04:02:22.487Z Compiling walkdir v2.5.0
23802026-04-03T04:02:22.513Z Compiling tokio-dtrace v0.1.1
23812026-04-03T04:02:22.651Z Compiling gethostname v0.5.0
23822026-04-03T04:02:22.667Z Compiling cargo-platform v0.2.0
23832026-04-03T04:02:22.815Z Compiling topological-sort v0.2.2
23842026-04-03T04:02:22.878Z Compiling oxide-tokio-rt v0.1.3
23852026-04-03T04:02:23.017Z Compiling shell-words v1.1.1
23862026-04-03T04:02:23.033Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23872026-04-03T04:02:23.570Z Compiling cargo_metadata v0.21.0
23882026-04-03T04:02:32.324Z Compiling progenitor-client v0.10.0
23892026-04-03T04:02:32.324Z Compiling omicron-zone-package v0.12.2
23902026-04-03T04:02:32.366Z Compiling progenitor-client v0.13.0
23912026-04-03T04:02:32.449Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23922026-04-03T04:02:32.449Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23932026-04-03T04:02:32.483Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23942026-04-03T04:02:32.500Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23952026-04-03T04:02:32.782Z Compiling progenitor-extras v0.1.1
23962026-04-03T04:02:32.818Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23972026-04-03T04:02:32.839Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23982026-04-03T04:02:32.865Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23992026-04-03T04:02:33.000Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24002026-04-03T04:02:33.053Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24012026-04-03T04:02:38.087Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24022026-04-03T04:02:44.844Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24032026-04-03T04:02:48.192Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24042026-04-03T04:02:49.191Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24052026-04-03T04:02:57.457Z Finished `release` profile [optimized] target(s) in 1m 38s
24062026-04-03T04:02:57.611Z Running `target/release/omicron-package -t test target create -p dev`
24072026-04-03T04:02:57.674ZLogging to: /work/oxidecomputer/omicron/out/LOG
24082026-04-03T04:02:57.677ZCreated new build target 'test' and set it as active
24092026-04-03T04:02:57.680Z
24102026-04-03T04:02:57.680Zreal 1:38.649345056
24112026-04-03T04:02:57.680Zuser 16:27.395881675
24122026-04-03T04:02:57.680Zsys 2:37.086086270
24132026-04-03T04:02:57.680Ztrap 0.451510233
24142026-04-03T04:02:57.680Ztflt 2.885070621
24152026-04-03T04:02:57.680Zdflt 3.550553250
24162026-04-03T04:02:57.680Zkflt 0.003818772
24172026-04-03T04:02:57.680Zlock 51:38.647153448
24182026-04-03T04:02:57.680Zslp 41:40.307406034
24192026-04-03T04:02:57.680Zlat 46.690653502
24202026-04-03T04:02:57.680Zstop 5:40.149510130
24212026-04-03T04:02:57.680Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24222026-04-03T04:02:58.571Z Finished `release` profile [optimized] target(s) in 0.88s
24232026-04-03T04:02:58.645Z Running `target/release/omicron-package -t test package`
24242026-04-03T04:02:58.703ZLogging to: /work/oxidecomputer/omicron/out/LOG
24252026-04-03T04:03:00.130Z Compiling regress v0.10.5
24262026-04-03T04:03:00.130Z Compiling heck v0.5.0
24272026-04-03T04:03:00.134Z Compiling unsafe-libyaml v0.2.11
24282026-04-03T04:03:00.369Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24292026-04-03T04:03:00.389Z Compiling prettyplease v0.2.37
24302026-04-03T04:03:00.412Z Compiling unicode-width v0.1.14
24312026-04-03T04:03:00.415Z Compiling is-terminal v0.4.17
24322026-04-03T04:03:00.433Z Compiling serde_spanned v1.0.4
24332026-04-03T04:03:00.436Z Compiling toml_writer v1.0.6+spec-1.1.0
24342026-04-03T04:03:00.436Z Compiling bytecount v0.6.9
24352026-04-03T04:03:00.499Z Compiling rustls v0.22.4
24362026-04-03T04:03:00.502Z Compiling rustls-webpki v0.102.8
24372026-04-03T04:03:00.521Z Compiling derive-where v1.6.0
24382026-04-03T04:03:00.524Z Compiling thread_local v1.1.9
24392026-04-03T04:03:00.541Z Compiling typify-impl v0.6.1
24402026-04-03T04:03:00.544Z Compiling match_cfg v0.1.0
24412026-04-03T04:03:00.631Z Compiling multer v3.1.0
24422026-04-03T04:03:00.634Z Compiling slog-async v2.8.0
24432026-04-03T04:03:00.671Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24442026-04-03T04:03:00.735Z Compiling toml v0.9.12+spec-1.1.0
24452026-04-03T04:03:00.738Z Compiling hostname v0.3.1
24462026-04-03T04:03:00.738Z Compiling slog-json v2.6.1
24472026-04-03T04:03:00.760Z Compiling crossbeam-channel v0.5.15
24482026-04-03T04:03:00.803Z Compiling futures-executor v0.3.32
24492026-04-03T04:03:00.826Z Compiling term v1.2.1
24502026-04-03T04:03:00.888Z Compiling serde_yaml v0.9.34+deprecated
24512026-04-03T04:03:00.923Z Compiling take_mut v0.2.2
24522026-04-03T04:03:00.989Z Compiling slog-bunyan v2.5.0
24532026-04-03T04:03:01.018Z Compiling futures v0.3.32
24542026-04-03T04:03:01.112Z Compiling slog-term v2.9.2
24552026-04-03T04:03:01.134Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24562026-04-03T04:03:01.156Z Compiling dropshot v0.16.7
24572026-04-03T04:03:01.197Z Compiling async-stream v0.3.6
24582026-04-03T04:03:01.224Z Compiling progenitor-client v0.13.0
24592026-04-03T04:03:01.335Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24602026-04-03T04:03:01.357Z Compiling waitgroup v0.1.2
24612026-04-03T04:03:01.396Z Compiling backon v1.6.0
24622026-04-03T04:03:01.505Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24632026-04-03T04:03:01.526Z Compiling rustls-pemfile v2.2.0
24642026-04-03T04:03:01.549Z Compiling serde_path_to_error v0.1.20
24652026-04-03T04:03:01.552Z Compiling hostname v0.4.2
24662026-04-03T04:03:01.629Z Compiling instant v0.1.13
24672026-04-03T04:03:01.633Z Compiling debug-ignore v1.0.5
24682026-04-03T04:03:01.703Z Compiling progenitor-extras v0.1.1
24692026-04-03T04:03:01.730Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24702026-04-03T04:03:01.753Z Compiling backoff v0.4.0
24712026-04-03T04:03:01.756Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24722026-04-03T04:03:01.756Z Compiling parse-display v0.10.0
24732026-04-03T04:03:01.822Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24742026-04-03T04:03:01.822Z Compiling progenitor-client v0.10.0
24752026-04-03T04:03:01.887Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24762026-04-03T04:03:01.923Z Compiling macaddr v1.0.1
24772026-04-03T04:03:01.984Z Compiling num-rational v0.4.2
24782026-04-03T04:03:01.984Z Compiling console v0.15.11
24792026-04-03T04:03:02.093Z Compiling num-complex v0.4.6
24802026-04-03T04:03:02.195Z Compiling slog-dtrace v0.3.0
24812026-04-03T04:03:02.215Z Compiling newline-converter v0.3.0
24822026-04-03T04:03:02.289Z Compiling atomicwrites v0.4.4
24832026-04-03T04:03:02.309Z Compiling async-recursion v1.1.1
24842026-04-03T04:03:02.387Z Compiling float-ord v0.3.2
24852026-04-03T04:03:02.416Z Compiling cancel-safe-futures v0.1.5
24862026-04-03T04:03:02.508Z Compiling num v0.4.3
24872026-04-03T04:03:02.560Z Compiling owo-colors v4.3.0
24882026-04-03T04:03:02.632Z Compiling expectorate v1.2.0
24892026-04-03T04:03:02.636Z Compiling libsw-core v0.3.2
24902026-04-03T04:03:02.636Z Compiling resolv-conf v0.7.6
24912026-04-03T04:03:02.697Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24922026-04-03T04:03:02.746Z Compiling toml v0.8.23
24932026-04-03T04:03:02.877Z Compiling tokio-rustls v0.25.0
24942026-04-03T04:03:02.901Z Compiling libsw v3.5.0
24952026-04-03T04:03:02.948Z Compiling linear-map v1.2.0
24962026-04-03T04:03:02.993Z Compiling linked-hash-map v0.5.6
24972026-04-03T04:03:03.032Z Compiling minimal-lexical v0.2.1
24982026-04-03T04:03:03.158Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24992026-04-03T04:03:03.201Z Compiling unicode-xid v0.2.6
25002026-04-03T04:03:03.259Z Compiling nom v7.1.3
25012026-04-03T04:03:03.284Z Compiling lru-cache v0.1.2
25022026-04-03T04:03:03.312Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25032026-04-03T04:03:03.316Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25042026-04-03T04:03:03.354Z Compiling globset v0.4.18
25052026-04-03T04:03:03.358Z Compiling hickory-proto v0.24.4
25062026-04-03T04:03:03.358Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25072026-04-03T04:03:03.459Z Compiling convert_case v0.10.0
25082026-04-03T04:03:03.758Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25092026-04-03T04:03:03.873Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25102026-04-03T04:03:03.988Z Compiling derive_more-impl v2.1.1
25112026-04-03T04:03:04.662Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25122026-04-03T04:03:04.738Z Compiling pin-project-internal v1.1.11
25132026-04-03T04:03:04.775Z Compiling derive_more v2.1.1
25142026-04-03T04:03:04.798Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25152026-04-03T04:03:04.891Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25162026-04-03T04:03:05.147Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25172026-04-03T04:03:05.254Z Compiling typify-macro v0.6.1
25182026-04-03T04:03:05.312Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25192026-04-03T04:03:05.533Z Compiling pem v3.0.6
25202026-04-03T04:03:05.791Z Compiling pin-project v1.1.11
25212026-04-03T04:03:05.927Z Compiling hickory-resolver v0.24.4
25222026-04-03T04:03:06.091Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25232026-04-03T04:03:06.157Z Compiling snafu-derive v0.8.9
25242026-04-03T04:03:06.241Z Compiling termtree v0.5.1
25252026-04-03T04:03:06.440Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25262026-04-03T04:03:06.785Z Compiling typify v0.6.1
25272026-04-03T04:03:06.919Z Compiling progenitor-impl v0.13.0
25282026-04-03T04:03:07.168Z Compiling qorb v0.4.1
25292026-04-03T04:03:07.790Z Compiling crossterm v0.29.0
25302026-04-03T04:03:07.816Z Compiling phf_shared v0.12.1
25312026-04-03T04:03:07.850Z Compiling snafu v0.8.9
25322026-04-03T04:03:08.108Z Compiling olpc-cjson v0.1.4
25332026-04-03T04:03:08.351Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25342026-04-03T04:03:08.446Z Compiling serde_plain v1.0.2
25352026-04-03T04:03:08.762Z Compiling vte v0.14.1
25362026-04-03T04:03:08.876Z Compiling csv-core v0.1.13
25372026-04-03T04:03:09.014Z Compiling typed-path v0.9.3
25382026-04-03T04:03:09.086Z Compiling progenitor-macro v0.13.0
25392026-04-03T04:03:09.183Z Compiling chrono-tz v0.10.4
25402026-04-03T04:03:09.318Z Compiling highway v1.3.0
25412026-04-03T04:03:09.425Z Compiling csv v1.4.0
25422026-04-03T04:03:09.456Z Compiling strip-ansi-escapes v0.2.1
25432026-04-03T04:03:10.030Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25442026-04-03T04:03:10.085Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25452026-04-03T04:03:10.425Z Compiling tough v0.20.0
25462026-04-03T04:03:10.767Z Compiling phf v0.12.1
25472026-04-03T04:03:10.965Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25482026-04-03T04:03:11.434Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25492026-04-03T04:03:11.925Z Compiling const_format_proc_macros v0.2.34
25502026-04-03T04:03:11.956Z Compiling papergrid v0.11.0
25512026-04-03T04:03:11.991Z Compiling fd-lock v4.0.4
25522026-04-03T04:03:12.170Z Compiling peg-macros v0.8.5
25532026-04-03T04:03:12.577Z Compiling tabled_derive v0.7.0
25542026-04-03T04:03:12.693Z Compiling nu-ansi-term v0.50.3
25552026-04-03T04:03:13.009Z Compiling reedline v0.40.0
25562026-04-03T04:03:13.133Z Compiling progenitor v0.13.0
25572026-04-03T04:03:13.321Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25582026-04-03T04:03:13.442Z Compiling peg v0.8.5
25592026-04-03T04:03:13.479Z Compiling tabled v0.15.0
25602026-04-03T04:03:13.546Z Compiling const_format v0.2.35
25612026-04-03T04:03:14.575Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25622026-04-03T04:03:14.954Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25632026-04-03T04:03:15.332Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25642026-04-03T04:03:15.960Z Compiling bcs v0.1.6
25652026-04-03T04:03:16.139Z Compiling base64 v0.21.7
25662026-04-03T04:03:16.397Z Compiling semver v0.1.20
25672026-04-03T04:03:16.681Z Compiling rustc_version v0.1.7
25682026-04-03T04:03:16.681Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25692026-04-03T04:03:16.917Z Compiling newtype_derive v0.1.6
25702026-04-03T04:03:16.951Z Compiling unicode-linebreak v0.1.5
25712026-04-03T04:03:17.162Z Compiling smawk v0.3.2
25722026-04-03T04:03:17.183Z Compiling humantime v2.3.0
25732026-04-03T04:03:17.367Z Compiling textwrap v0.16.2
25742026-04-03T04:03:17.396Z Compiling dropshot-api-manager-types v0.6.0
25752026-04-03T04:03:17.676Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25762026-04-03T04:03:17.914Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25772026-04-03T04:03:18.025Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25782026-04-03T04:03:18.102Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25792026-04-03T04:03:18.391Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25802026-04-03T04:03:18.438Z Compiling steno v0.4.1
25812026-04-03T04:03:18.985Z Compiling utf-8 v0.7.6
25822026-04-03T04:03:19.156Z Compiling tagptr v0.2.0
25832026-04-03T04:03:19.239Z Compiling tungstenite v0.21.0
25842026-04-03T04:03:19.260Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25852026-04-03T04:03:19.344Z Compiling moka v0.12.13
25862026-04-03T04:03:19.441Z Compiling radium v0.7.0
25872026-04-03T04:03:19.784Z Compiling typify-impl v0.4.3
25882026-04-03T04:03:19.921Z Compiling tokio-tungstenite v0.21.0
25892026-04-03T04:03:20.312Z Compiling maybe-uninit v2.0.0
25902026-04-03T04:03:20.590Z Compiling hickory-resolver v0.25.2
25912026-04-03T04:03:20.615Z Compiling tap v1.0.1
25922026-04-03T04:03:20.758Z Compiling wyz v0.5.1
25932026-04-03T04:03:21.301Z Compiling zerocopy-derive v0.6.6
25942026-04-03T04:03:21.339Z Compiling crc-catalog v2.4.0
25952026-04-03T04:03:21.388Z Compiling packed_struct v0.10.1
25962026-04-03T04:03:21.468Z Compiling display-error-chain v0.2.2
25972026-04-03T04:03:21.652Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25982026-04-03T04:03:21.675Z Compiling funty v2.0.0
25992026-04-03T04:03:22.063Z Compiling zerocopy v0.6.6
26002026-04-03T04:03:22.119Z Compiling bitvec v1.0.1
26012026-04-03T04:03:22.471Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26022026-04-03T04:03:22.681Z Compiling crc v3.4.0
26032026-04-03T04:03:23.007Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26042026-04-03T04:03:23.257Z Compiling typify-macro v0.4.3
26052026-04-03T04:03:23.361Z Compiling packed_struct_codegen v0.10.1
26062026-04-03T04:03:23.636Z Compiling bitfield-macros v0.19.4
26072026-04-03T04:03:23.720Z Compiling indexmap v1.9.3
26082026-04-03T04:03:23.945Z Compiling nodrop v0.1.14
26092026-04-03T04:03:24.025Z Compiling smallvec v0.6.14
26102026-04-03T04:03:24.074Z Compiling array-init v0.0.4
26112026-04-03T04:03:24.342Z Compiling bitfield v0.19.4
26122026-04-03T04:03:24.365Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26132026-04-03T04:03:24.469Z Compiling num-derive v0.3.3
26142026-04-03T04:03:24.690Z Compiling proc-macro-error-attr2 v2.0.0
26152026-04-03T04:03:24.784Z Compiling hashbrown v0.12.3
26162026-04-03T04:03:25.108Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26172026-04-03T04:03:25.355Z Compiling libscf-sys v1.1.0
26182026-04-03T04:03:25.528Z Compiling proc-macro-error2 v2.0.1
26192026-04-03T04:03:25.880Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26202026-04-03T04:03:25.936Z Compiling serde-hex v0.1.0
26212026-04-03T04:03:25.957Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26222026-04-03T04:03:26.203Z Compiling ron v0.8.1
26232026-04-03T04:03:26.333Z Compiling hashbrown v0.13.2
26242026-04-03T04:03:26.950Z Compiling vergen-gitcl v1.0.8
26252026-04-03T04:03:26.971Z Compiling dirs-sys-next v0.1.2
26262026-04-03T04:03:26.992Z Compiling glob v0.3.3
26272026-04-03T04:03:27.055Z Compiling crc-any v2.5.0
26282026-04-03T04:03:27.161Z Compiling maplit v1.0.2
26292026-04-03T04:03:27.183Z Compiling diesel_derives v2.3.7
26302026-04-03T04:03:27.244Z Compiling crunchy v0.2.4
26312026-04-03T04:03:27.318Z Compiling dirs-next v2.0.0
26322026-04-03T04:03:27.368Z Compiling clang-sys v1.8.1
26332026-04-03T04:03:27.391Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26342026-04-03T04:03:27.441Z Compiling object v0.30.4
26352026-04-03T04:03:27.469Z Compiling tabled_derive v0.11.0
26362026-04-03T04:03:27.491Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26372026-04-03T04:03:27.559Z Compiling typify v0.4.3
26382026-04-03T04:03:27.696Z Compiling papergrid v0.17.0
26392026-04-03T04:03:27.757Z Compiling testing_table v0.3.0
26402026-04-03T04:03:28.049Z Compiling dsl_auto_type v0.2.0
26412026-04-03T04:03:28.078Z Compiling scheduled-thread-pool v0.2.7
26422026-04-03T04:03:28.188Z Compiling diesel_table_macro_syntax v0.3.0
26432026-04-03T04:03:28.209Z Compiling tiny-keccak v2.0.2
26442026-04-03T04:03:28.419Z Compiling path-slash v0.1.5
26452026-04-03T04:03:28.471Z Compiling r2d2 v0.8.10
26462026-04-03T04:03:28.623Z Compiling term v0.7.0
26472026-04-03T04:03:28.705Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26482026-04-03T04:03:28.729Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26492026-04-03T04:03:28.768Z Compiling xshell-macros v0.2.7
26502026-04-03T04:03:28.954Z Compiling tabled v0.20.0
26512026-04-03T04:03:29.139Z Compiling downcast-rs v2.0.2
26522026-04-03T04:03:29.142Z Compiling bit-vec v0.6.3
26532026-04-03T04:03:29.163Z Compiling xshell v0.2.7
26542026-04-03T04:03:29.275Z Compiling ascii-canvas v3.0.0
26552026-04-03T04:03:29.407Z Compiling bit-set v0.5.3
26562026-04-03T04:03:29.480Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26572026-04-03T04:03:29.556Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26582026-04-03T04:03:29.559Z Compiling itertools v0.10.5
26592026-04-03T04:03:29.630Z Compiling ena v0.14.4
26602026-04-03T04:03:29.881Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26612026-04-03T04:03:30.045Z Compiling libloading v0.8.9
26622026-04-03T04:03:30.188Z Compiling regex-syntax v0.6.29
26632026-04-03T04:03:30.283Z Compiling bindgen v0.71.1
26642026-04-03T04:03:30.529Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26652026-04-03T04:03:30.569Z Compiling diff v0.1.13
26662026-04-03T04:03:30.705Z Compiling unicase v2.9.0
26672026-04-03T04:03:30.987Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26682026-04-03T04:03:32.081Z Compiling lalrpop v0.19.12
26692026-04-03T04:03:32.287Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26702026-04-03T04:03:33.269Z Compiling diesel v2.3.7
26712026-04-03T04:03:33.389Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26722026-04-03T04:03:33.547Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26732026-04-03T04:03:33.575Z Compiling cexpr v0.6.0
26742026-04-03T04:03:33.991Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26752026-04-03T04:03:34.078Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26762026-04-03T04:03:34.198Z Compiling crc8 v0.1.1
26772026-04-03T04:03:34.267Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26782026-04-03T04:03:34.295Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26792026-04-03T04:03:34.339Z Compiling headers-core v0.3.0
26802026-04-03T04:03:34.521Z Compiling libxml v0.3.3
26812026-04-03T04:03:34.672Z Compiling headers v0.4.1
26822026-04-03T04:03:34.852Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26832026-04-03T04:03:34.921Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26842026-04-03T04:03:35.150Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26852026-04-03T04:03:35.665Z Compiling strum_macros v0.24.3
26862026-04-03T04:03:35.942Z Compiling indoc v1.0.9
26872026-04-03T04:03:36.348Z Compiling progenitor-impl v0.10.0
26882026-04-03T04:03:36.379Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26892026-04-03T04:03:36.402Z Compiling derive_builder v0.20.2
26902026-04-03T04:03:36.523Z Compiling oso-derive v0.27.3
26912026-04-03T04:03:36.575Z Compiling quick-xml v0.37.5
26922026-04-03T04:03:36.607Z Compiling impl-trait-for-tuples v0.2.3
26932026-04-03T04:03:36.731Z Compiling openssl-probe v0.1.6
26942026-04-03T04:03:36.934Z Compiling half v1.8.3
26952026-04-03T04:03:37.066Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26962026-04-03T04:03:37.387Z Compiling serde_cbor v0.11.2
26972026-04-03T04:03:37.782Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26982026-04-03T04:03:37.884Z Compiling arc-swap v1.8.2
26992026-04-03T04:03:37.977Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27002026-04-03T04:03:38.260Z Compiling slog-scope v4.4.1
27012026-04-03T04:03:38.384Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27022026-04-03T04:03:38.495Z Compiling progenitor-macro v0.10.0
27032026-04-03T04:03:38.608Z Compiling bb8 v0.8.6
27042026-04-03T04:03:38.711Z Compiling trait-variant v0.1.2
27052026-04-03T04:03:38.911Z Compiling samael v0.0.19
27062026-04-03T04:03:39.015Z Compiling slog-stdlog v4.1.1
27072026-04-03T04:03:39.270Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27082026-04-03T04:03:39.345Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27092026-04-03T04:03:39.366Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27102026-04-03T04:03:39.474Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27112026-04-03T04:03:39.685Z Compiling polar-core v0.27.3
27122026-04-03T04:03:39.706Z Compiling fxhash v0.2.1
27132026-04-03T04:03:39.733Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27142026-04-03T04:03:39.800Z Compiling slog-envlogger v2.2.0
27152026-04-03T04:03:39.878Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27162026-04-03T04:03:40.007Z Compiling kstat-rs v0.2.4
27172026-04-03T04:03:40.435Z Compiling libz-sys v1.1.24
27182026-04-03T04:03:40.505Z Compiling nonempty v0.12.0
27192026-04-03T04:03:40.737Z Compiling salty v0.3.0
27202026-04-03T04:03:40.969Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27212026-04-03T04:03:41.061Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27222026-04-03T04:03:41.270Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27232026-04-03T04:03:41.311Z Compiling progenitor-impl v0.11.2
27242026-04-03T04:03:41.526Z Compiling darling_core v0.23.0
27252026-04-03T04:03:42.551Z Compiling progenitor v0.10.0
27262026-04-03T04:03:42.747Z Compiling nanorand v0.7.0
27272026-04-03T04:03:43.118Z Compiling fs-err v2.11.0
27282026-04-03T04:03:43.347Z Compiling parking_lot_core v0.8.6
27292026-04-03T04:03:43.458Z Compiling progenitor-macro v0.11.2
27302026-04-03T04:03:43.678Z Compiling mime_guess v2.0.5
27312026-04-03T04:03:43.722Z Compiling darling_macro v0.23.0
27322026-04-03T04:03:43.815Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27332026-04-03T04:03:44.228Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27342026-04-03T04:03:44.251Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27352026-04-03T04:03:45.626Z Compiling flume v0.11.1
27362026-04-03T04:03:45.828Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27372026-04-03T04:03:46.026Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27382026-04-03T04:03:47.453Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27392026-04-03T04:03:48.495Z Compiling oso v0.27.3
27402026-04-03T04:03:49.633Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27412026-04-03T04:03:50.221Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27422026-04-03T04:03:50.778Z Compiling async-bb8-diesel v0.2.1
27432026-04-03T04:03:51.291Z Compiling diesel-dtrace v0.5.0
27442026-04-03T04:03:51.478Z Compiling progenitor-client v0.11.2
27452026-04-03T04:03:51.838Z Compiling git-stub v1.0.0
27462026-04-03T04:03:52.019Z Compiling libgit2-sys v0.18.3+1.9.2
27472026-04-03T04:03:52.091Z Compiling instability v0.3.11
27482026-04-03T04:03:52.112Z Compiling git-stub-vcs v0.1.0
27492026-04-03T04:03:52.227Z Compiling progenitor v0.11.2
27502026-04-03T04:03:52.352Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27512026-04-03T04:03:52.416Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27522026-04-03T04:03:52.472Z Compiling darling v0.23.0
27532026-04-03T04:03:53.611Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27542026-04-03T04:03:53.810Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27552026-04-03T04:03:54.618Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27562026-04-03T04:03:54.753Z Compiling ignore v0.4.25
27572026-04-03T04:03:54.983Z Compiling primeorder v0.13.6
27582026-04-03T04:03:55.312Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-04-03T04:03:55.696Z Compiling castaway v0.2.4
27602026-04-03T04:03:55.858Z Compiling atty v0.2.14
27612026-04-03T04:03:56.010Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-04-03T04:03:56.244Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27632026-04-03T04:03:56.469Z Compiling http-range v0.1.5
27642026-04-03T04:03:56.525Z Compiling indoc v2.0.7
27652026-04-03T04:03:56.699Z Compiling parse-size v1.1.0
27662026-04-03T04:03:56.836Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27672026-04-03T04:03:56.989Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27682026-04-03T04:03:57.575Z Compiling compact_str v0.8.1
27692026-04-03T04:03:57.654Z Compiling globwalk v0.9.1
27702026-04-03T04:03:58.742Z Compiling p384 v0.13.1
27712026-04-03T04:03:59.586Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27722026-04-03T04:03:59.653Z Compiling parking_lot v0.11.2
27732026-04-03T04:04:00.506Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27742026-04-03T04:04:00.575Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27752026-04-03T04:04:00.860Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27762026-04-03T04:04:00.882Z Compiling predicates-tree v1.0.13
27772026-04-03T04:04:00.970Z Compiling unicode-truncate v1.1.0
27782026-04-03T04:04:01.191Z Compiling lru v0.12.5
27792026-04-03T04:04:01.243Z Compiling prefix-trie v0.7.0
27802026-04-03T04:04:01.268Z Compiling vergen-git2 v1.0.7
27812026-04-03T04:04:01.336Z Compiling cassowary v0.3.0
27822026-04-03T04:04:01.422Z Compiling camino-tempfile-ext v0.3.3
27832026-04-03T04:04:01.569Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27842026-04-03T04:04:01.737Z Compiling hickory-server v0.25.2
27852026-04-03T04:04:02.061Z Compiling ratatui v0.29.0
27862026-04-03T04:04:02.515Z Compiling hyper-staticfile v0.10.1
27872026-04-03T04:04:02.914Z Compiling sled v0.34.7
27882026-04-03T04:04:03.996Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27892026-04-03T04:04:04.020Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27902026-04-03T04:04:04.023Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27912026-04-03T04:04:04.286Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27922026-04-03T04:04:04.743Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27932026-04-03T04:04:04.844Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27942026-04-03T04:04:05.573Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27952026-04-03T04:04:05.949Z Compiling rand_seeder v0.4.0
27962026-04-03T04:04:06.117Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27972026-04-03T04:04:06.205Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27982026-04-03T04:04:06.359Z Compiling lzma-sys v0.1.20
27992026-04-03T04:04:06.674Z Compiling corncobs v0.1.4
28002026-04-03T04:04:06.762Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28012026-04-03T04:04:06.784Z Compiling rustls v0.21.12
28022026-04-03T04:04:06.913Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28032026-04-03T04:04:06.994Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28042026-04-03T04:04:07.036Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28052026-04-03T04:04:07.076Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28062026-04-03T04:04:07.099Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28072026-04-03T04:04:07.358Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28082026-04-03T04:04:07.619Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28092026-04-03T04:04:07.643Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28102026-04-03T04:04:07.816Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28112026-04-03T04:04:07.994Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28122026-04-03T04:04:10.723Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28132026-04-03T04:04:10.779Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28142026-04-03T04:04:10.868Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28152026-04-03T04:04:11.009Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28162026-04-03T04:04:11.091Z Compiling cargo_toml v0.22.3
28172026-04-03T04:04:11.115Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28182026-04-03T04:04:11.228Z Compiling rustls-webpki v0.101.7
28192026-04-03T04:04:12.410Z Compiling sct v0.7.1
28202026-04-03T04:04:12.680Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28212026-04-03T04:04:12.711Z Compiling nix v0.29.0
28222026-04-03T04:04:12.887Z Compiling secrecy v0.8.0
28232026-04-03T04:04:12.930Z Compiling void v1.0.2
28242026-04-03T04:04:13.056Z Compiling lzss v0.8.2
28252026-04-03T04:04:13.083Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28262026-04-03T04:04:13.361Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28272026-04-03T04:04:13.446Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28282026-04-03T04:04:13.814Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28292026-04-03T04:04:13.837Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28302026-04-03T04:04:14.163Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28312026-04-03T04:04:14.392Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28322026-04-03T04:04:14.511Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28332026-04-03T04:04:15.134Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28342026-04-03T04:04:15.387Z Compiling tungstenite v0.23.0
28352026-04-03T04:04:15.414Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28362026-04-03T04:04:15.649Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28372026-04-03T04:04:15.873Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28382026-04-03T04:04:15.899Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28392026-04-03T04:04:16.105Z Compiling nix v0.27.1
28402026-04-03T04:04:16.127Z Compiling serde_bytes v0.11.19
28412026-04-03T04:04:16.488Z Compiling tokio-tungstenite v0.23.1
28422026-04-03T04:04:16.645Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28432026-04-03T04:04:16.858Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28442026-04-03T04:04:17.251Z Compiling tokio-rustls v0.24.1
28452026-04-03T04:04:17.328Z Compiling git2 v0.20.4
28462026-04-03T04:04:17.537Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28472026-04-03T04:04:17.719Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28482026-04-03T04:04:18.469Z Compiling ron v0.12.0
28492026-04-03T04:04:19.202Z Compiling xz2 v0.1.7
28502026-04-03T04:04:19.917Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28512026-04-03T04:04:20.423Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28522026-04-03T04:04:20.578Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28532026-04-03T04:04:21.692Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28542026-04-03T04:04:22.281Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28552026-04-03T04:04:22.604Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28562026-04-03T04:04:22.697Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
28572026-04-03T04:04:23.362Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28582026-04-03T04:04:23.700Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28592026-04-03T04:04:24.645Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28602026-04-03T04:04:24.829Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28612026-04-03T04:04:25.484Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28622026-04-03T04:04:26.447Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28632026-04-03T04:04:26.852Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28642026-04-03T04:04:27.600Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28652026-04-03T04:04:27.823Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28662026-04-03T04:04:29.250Z Compiling rustls-pemfile v1.0.4
28672026-04-03T04:04:29.667Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28682026-04-03T04:04:30.461Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28692026-04-03T04:04:30.714Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28702026-04-03T04:04:30.853Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28712026-04-03T04:04:30.951Z Compiling signal-hook-tokio v0.3.1
28722026-04-03T04:04:31.080Z Compiling yasna v0.5.2
28732026-04-03T04:04:31.136Z Compiling twox-hash v2.1.2
28742026-04-03T04:04:31.159Z Compiling is_ci v1.2.0
28752026-04-03T04:04:31.377Z Compiling base16ct v1.0.0
28762026-04-03T04:04:31.659Z Compiling rcgen v0.12.1
28772026-04-03T04:04:31.707Z Compiling supports-color v3.0.2
28782026-04-03T04:04:31.780Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28792026-04-03T04:04:32.003Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28802026-04-03T04:04:32.041Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28812026-04-03T04:04:32.618Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28822026-04-03T04:04:32.878Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28832026-04-03T04:04:34.099Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28842026-04-03T04:04:34.614Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28852026-04-03T04:04:34.653Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28862026-04-03T04:04:35.369Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28872026-04-03T04:04:36.051Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28882026-04-03T04:04:36.235Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28892026-04-03T04:04:36.465Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28902026-04-03T04:04:36.695Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28912026-04-03T04:04:36.920Z Compiling fatfs v0.3.6
28922026-04-03T04:04:37.821Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28932026-04-03T04:04:38.187Z Compiling subprocess v0.2.15
28942026-04-03T04:04:39.195Z Compiling rtoolbox v0.0.3
28952026-04-03T04:04:39.479Z Compiling assert_matches v1.5.0
28962026-04-03T04:04:39.588Z Compiling seq-macro v0.3.6
28972026-04-03T04:04:40.069Z Compiling rpassword v7.4.0
28982026-04-03T04:04:40.351Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28992026-04-03T04:04:40.390Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29002026-04-03T04:04:41.586Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29012026-04-03T04:04:41.711Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29022026-04-03T04:04:41.905Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29032026-04-03T04:04:42.040Z Compiling tui-tree-widget v0.23.1
29042026-04-03T04:04:42.333Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29052026-04-03T04:04:42.640Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29062026-04-03T04:04:43.166Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29072026-04-03T04:04:44.088Z Compiling uzers v0.12.2
29082026-04-03T04:04:45.368Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29092026-04-03T04:04:45.530Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29102026-04-03T04:04:46.628Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29112026-04-03T04:04:49.214Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29122026-04-03T04:04:49.983Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29132026-04-03T04:04:52.136Z Compiling support-bundle-viewer v0.1.2
29142026-04-03T04:04:52.176Z Compiling multimap v0.10.1
29152026-04-03T04:04:57.378Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29162026-04-03T04:05:09.688Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29172026-04-03T04:05:10.074Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29182026-04-03T04:05:12.035Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29192026-04-03T04:11:16.472Z Finished `release` profile [optimized] target(s) in 8m 17s
29202026-04-03T04:11:58.718Z
29212026-04-03T04:11:58.719Zreal 9:01.006663429
29222026-04-03T04:11:58.719Zuser 1:17:08.254141875
29232026-04-03T04:11:58.722Zsys 3:24.916016075
29242026-04-03T04:11:58.722Ztrap 1.742234587
29252026-04-03T04:11:58.722Ztflt 2.281344286
29262026-04-03T04:11:58.722Zdflt 14.923096695
29272026-04-03T04:11:58.722Zkflt 0.003267980
29282026-04-03T04:11:58.722Zlock 6:53:39.537253222
29292026-04-03T04:11:58.722Zslp 2:15:42.734505032
29302026-04-03T04:11:58.722Zlat 2:29.794555570
29312026-04-03T04:11:58.722Zstop 5:07.738433390
29322026-04-03T04:11:58.722Z+ mapfile -t packages
29332026-04-03T04:11:58.722Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29342026-04-03T04:11:59.681Z Finished `release` profile [optimized] target(s) in 0.95s
29352026-04-03T04:11:59.756Z Running `target/release/omicron-package -t test list-outputs`
29362026-04-03T04:11:59.813ZLogging to: /work/oxidecomputer/omicron/out/LOG
29372026-04-03T04:11:59.816Z+ ptime -m cargo build --locked --release -p xtask
29382026-04-03T04:12:00.358Z Compiling libc v0.2.180
29392026-04-03T04:12:00.358Z Compiling serde v1.0.228
29402026-04-03T04:12:00.361Z Compiling serde_core v1.0.228
29412026-04-03T04:12:00.451Z Compiling rustix v1.1.3
29422026-04-03T04:12:00.461Z Compiling serde_json v1.0.149
29432026-04-03T04:12:00.464Z Compiling bitflags v2.11.0
29442026-04-03T04:12:00.496Z Compiling num-traits v0.2.19
29452026-04-03T04:12:00.505Z Compiling syn v2.0.117
29462026-04-03T04:12:00.515Z Compiling hashbrown v0.16.1
29472026-04-03T04:12:00.535Z Compiling smallvec v1.15.1
29482026-04-03T04:12:00.538Z Compiling usdt-impl v0.5.0
29492026-04-03T04:12:00.558Z Compiling syn v1.0.109
29502026-04-03T04:12:00.569Z Compiling percent-encoding v2.3.2
29512026-04-03T04:12:00.572Z Compiling log v0.4.29
29522026-04-03T04:12:00.712Z Compiling getrandom v0.4.1
29532026-04-03T04:12:00.840Z Compiling form_urlencoded v1.2.2
29542026-04-03T04:12:00.846Z Compiling fs-err v3.3.0
29552026-04-03T04:12:00.925Z Compiling heck v0.4.1
29562026-04-03T04:12:00.945Z Compiling once_cell v1.21.3
29572026-04-03T04:12:00.989Z Compiling anyhow v1.0.102
29582026-04-03T04:12:01.113Z Compiling indexmap v2.13.0
29592026-04-03T04:12:01.202Z Compiling errno v0.3.14
29602026-04-03T04:12:01.213Z Compiling thread-id v4.2.2
29612026-04-03T04:12:01.234Z Compiling memmap v0.7.0
29622026-04-03T04:12:01.541Z Compiling ordered-float v2.10.1
29632026-04-03T04:12:02.081Z Compiling proc-macro-error v1.0.4
29642026-04-03T04:12:02.196Z Compiling terminal_size v0.4.3
29652026-04-03T04:12:02.196Z Compiling tempfile v3.25.0
29662026-04-03T04:12:02.299Z Compiling clap_builder v4.5.60
29672026-04-03T04:12:02.299Z Compiling textwrap v0.16.2
29682026-04-03T04:12:02.336Z Compiling tabled_derive v0.7.0
29692026-04-03T04:12:02.430Z Compiling camino-tempfile v1.4.1
29702026-04-03T04:12:02.981Z Compiling tabled v0.15.0
29712026-04-03T04:12:03.020Z Compiling synstructure v0.13.2
29722026-04-03T04:12:03.020Z Compiling pest_generator v2.8.6
29732026-04-03T04:12:03.406Z Compiling serde_derive v1.0.228
29742026-04-03T04:12:03.406Z Compiling zerofrom-derive v0.1.6
29752026-04-03T04:12:03.409Z Compiling yoke-derive v0.8.1
29762026-04-03T04:12:03.409Z Compiling zerovec-derive v0.11.2
29772026-04-03T04:12:03.409Z Compiling displaydoc v0.2.5
29782026-04-03T04:12:03.410Z Compiling thiserror-impl v1.0.69
29792026-04-03T04:12:03.410Z Compiling zerocopy-derive v0.7.35
29802026-04-03T04:12:03.410Z Compiling scroll_derive v0.12.1
29812026-04-03T04:12:03.410Z Compiling thiserror-impl v2.0.18
29822026-04-03T04:12:03.410Z Compiling clap_derive v4.5.55
29832026-04-03T04:12:03.577Z Compiling pest_derive v2.8.6
29842026-04-03T04:12:04.096Z Compiling scroll v0.12.0
29852026-04-03T04:12:04.223Z Compiling zerocopy v0.7.35
29862026-04-03T04:12:04.397Z Compiling goblin v0.8.2
29872026-04-03T04:12:04.507Z Compiling zerofrom v0.1.6
29882026-04-03T04:12:04.536Z Compiling thiserror v1.0.69
29892026-04-03T04:12:04.620Z Compiling yoke v0.8.1
29902026-04-03T04:12:04.651Z Compiling dtrace-parser v0.2.0
29912026-04-03T04:12:04.714Z Compiling thiserror v2.0.18
29922026-04-03T04:12:04.809Z Compiling zerovec v0.11.5
29932026-04-03T04:12:04.840Z Compiling zerotrie v0.2.3
29942026-04-03T04:12:05.086Z Compiling clap v4.5.60
29952026-04-03T04:12:05.357Z Compiling tinystr v0.8.2
29962026-04-03T04:12:05.373Z Compiling potential_utf v0.1.4
29972026-04-03T04:12:05.581Z Compiling icu_locale_core v2.1.1
29982026-04-03T04:12:05.593Z Compiling icu_collections v2.1.1
29992026-04-03T04:12:06.318Z Compiling icu_provider v2.1.1
30002026-04-03T04:12:06.776Z Compiling toml_datetime v0.6.11
30012026-04-03T04:12:07.159Z Compiling serde_spanned v0.6.9
30022026-04-03T04:12:07.215Z Compiling icu_normalizer v2.1.1
30032026-04-03T04:12:07.291Z Compiling icu_properties v2.1.2
30042026-04-03T04:12:07.304Z Compiling toml_edit v0.22.27
30052026-04-03T04:12:07.328Z Compiling dof v0.3.0
30062026-04-03T04:12:07.328Z Compiling serde_tokenstream v0.2.3
30072026-04-03T04:12:07.361Z Compiling serde-value v0.7.0
30082026-04-03T04:12:07.400Z Compiling cargo-platform v0.2.0
30092026-04-03T04:12:07.462Z Compiling macaddr v1.0.1
30102026-04-03T04:12:08.193Z Compiling idna_adapter v1.2.1
30112026-04-03T04:12:08.216Z Compiling usdt-macro v0.5.0
30122026-04-03T04:12:08.229Z Compiling usdt-attr-macro v0.5.0
30132026-04-03T04:12:08.320Z Compiling idna v1.1.0
30142026-04-03T04:12:08.629Z Compiling url v2.5.8
30152026-04-03T04:12:08.835Z Compiling usdt v0.5.0
30162026-04-03T04:12:08.846Z Compiling toml v0.8.23
30172026-04-03T04:12:09.293Z Compiling cargo-util-schemas v0.8.2
30182026-04-03T04:12:09.293Z Compiling cargo_toml v0.21.0
30192026-04-03T04:12:10.302Z Compiling cargo_metadata v0.21.0
30202026-04-03T04:12:13.388Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30212026-04-03T04:12:16.336Z Finished `release` profile [optimized] target(s) in 16.51s
30222026-04-03T04:12:16.498Z
30232026-04-03T04:12:16.498Zreal 16.647909189
30242026-04-03T04:12:16.498Zuser 2:21.680118139
30252026-04-03T04:12:16.498Zsys 16.840267127
30262026-04-03T04:12:16.501Ztrap 0.101555135
30272026-04-03T04:12:16.501Ztflt 0.554648009
30282026-04-03T04:12:16.501Zdflt 1.637323086
30292026-04-03T04:12:16.501Zkflt 0.000255690
30302026-04-03T04:12:16.501Zlock 5:18.985179299
30312026-04-03T04:12:16.501Zslp 3:24.268850283
30322026-04-03T04:12:16.501Zlat 6.110177019
30332026-04-03T04:12:16.501Zstop 18.981326067
30342026-04-03T04:12:16.501Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30352026-04-03T04:12:16.501Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30362026-04-03T04:12:16.501Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30372026-04-03T04:12:16.501Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30382026-04-03T04:12:16.501Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30392026-04-03T04:12:17.432Z Compiling regress v0.10.5
30402026-04-03T04:12:17.435Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30412026-04-03T04:12:17.578Z Compiling serde_spanned v1.0.4
30422026-04-03T04:12:17.581Z Compiling toml_writer v1.0.6+spec-1.1.0
30432026-04-03T04:12:17.581Z Compiling newtype-uuid-macros v0.1.0
30442026-04-03T04:12:17.581Z Compiling progenitor-client v0.13.0
30452026-04-03T04:12:17.581Z Compiling structmeta-derive v0.3.0
30462026-04-03T04:12:17.581Z Compiling rustls v0.22.4
30472026-04-03T04:12:17.581Z Compiling rustls-webpki v0.102.8
30482026-04-03T04:12:17.581Z Compiling multer v3.1.0
30492026-04-03T04:12:17.581Z Compiling match_cfg v0.1.0
30502026-04-03T04:12:17.584Z Compiling debug-ignore v1.0.5
30512026-04-03T04:12:17.584Z Compiling slog-json v2.6.1
30522026-04-03T04:12:17.584Z Compiling async-stream-impl v0.3.6
30532026-04-03T04:12:17.584Z Compiling dropshot v0.16.7
30542026-04-03T04:12:17.584Z Compiling itertools v0.14.0
30552026-04-03T04:12:17.824Z Compiling hostname v0.3.1
30562026-04-03T04:12:17.875Z Compiling waitgroup v0.1.2
30572026-04-03T04:12:17.897Z Compiling rustls-pemfile v2.2.0
30582026-04-03T04:12:17.977Z Compiling dropshot_endpoint v0.16.7
30592026-04-03T04:12:18.013Z Compiling toml v0.9.12+spec-1.1.0
30602026-04-03T04:12:18.013Z Compiling slog-bunyan v2.5.0
30612026-04-03T04:12:18.066Z Compiling serde_path_to_error v0.1.20
30622026-04-03T04:12:18.069Z Compiling hostname v0.4.2
30632026-04-03T04:12:18.069Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30642026-04-03T04:12:18.132Z Compiling macaddr v1.0.1
30652026-04-03T04:12:18.136Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30662026-04-03T04:12:18.207Z Compiling progenitor-client v0.10.0
30672026-04-03T04:12:18.242Z Compiling instant v0.1.13
30682026-04-03T04:12:18.295Z Compiling async-stream v0.3.6
30692026-04-03T04:12:18.312Z Compiling backon v1.6.0
30702026-04-03T04:12:18.369Z Compiling backoff v0.4.0
30712026-04-03T04:12:18.396Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30722026-04-03T04:12:18.488Z Compiling progenitor-extras v0.1.1
30732026-04-03T04:12:18.505Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30742026-04-03T04:12:18.523Z Compiling crucible-workspace-hack v0.1.0
30752026-04-03T04:12:18.543Z Compiling toml v0.8.23
30762026-04-03T04:12:18.547Z Compiling universal-hash v0.5.1
30772026-04-03T04:12:18.581Z Compiling opaque-debug v0.3.1
30782026-04-03T04:12:18.583Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30792026-04-03T04:12:18.617Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30802026-04-03T04:12:18.617Z Compiling unsafe-libyaml v0.2.11
30812026-04-03T04:12:18.673Z Compiling half v2.7.1
30822026-04-03T04:12:18.722Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30832026-04-03T04:12:18.758Z Compiling ciborium-io v0.2.2
30842026-04-03T04:12:18.776Z Compiling convert_case v0.4.0
30852026-04-03T04:12:18.839Z Compiling aead v0.5.2
30862026-04-03T04:12:18.878Z Compiling secrecy v0.10.3
30872026-04-03T04:12:18.896Z Compiling poly1305 v0.8.0
30882026-04-03T04:12:18.898Z Compiling structmeta v0.3.0
30892026-04-03T04:12:18.898Z Compiling chacha20 v0.9.1
30902026-04-03T04:12:19.002Z Compiling ciborium-ll v0.2.2
30912026-04-03T04:12:19.020Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
30922026-04-03T04:12:19.054Z Compiling typify-impl v0.6.1
30932026-04-03T04:12:19.071Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30942026-04-03T04:12:19.163Z Compiling derive-ex v0.1.8
30952026-04-03T04:12:19.183Z Compiling parse-display-derive v0.10.0
30962026-04-03T04:12:19.203Z Compiling serde_yaml v0.9.34+deprecated
30972026-04-03T04:12:19.221Z Compiling derive_more v0.99.20
30982026-04-03T04:12:19.240Z Compiling ciborium v0.2.2
30992026-04-03T04:12:19.243Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31002026-04-03T04:12:19.359Z Compiling thiserror-impl-no-std v2.0.2
31012026-04-03T04:12:19.407Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31022026-04-03T04:12:19.425Z Compiling byte-wrapper v0.1.0
31032026-04-03T04:12:19.464Z Compiling password-hash v0.5.0
31042026-04-03T04:12:19.533Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31052026-04-03T04:12:19.602Z Compiling blake2 v0.10.6
31062026-04-03T04:12:19.665Z Compiling chacha20poly1305 v0.10.1
31072026-04-03T04:12:19.768Z Compiling indent_write v2.2.0
31082026-04-03T04:12:19.791Z Compiling toml_edit v0.23.10+spec-1.0.0
31092026-04-03T04:12:19.840Z Compiling heapless v0.8.0
31102026-04-03T04:12:19.843Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31112026-04-03T04:12:19.902Z Compiling argon2 v0.5.3
31122026-04-03T04:12:19.936Z Compiling ingot-macros v0.1.1
31132026-04-03T04:12:20.093Z Compiling tokio-rustls v0.25.0
31142026-04-03T04:12:20.208Z Compiling tabwriter v1.4.1
31152026-04-03T04:12:20.366Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31162026-04-03T04:12:20.468Z Compiling proc-macro-crate v3.4.0
31172026-04-03T04:12:20.594Z Compiling thiserror-no-std v2.0.2
31182026-04-03T04:12:20.677Z Compiling hash32 v0.3.1
31192026-04-03T04:12:20.713Z Compiling vsss-rs v3.3.4
31202026-04-03T04:12:20.731Z Compiling smoltcp v0.11.0
31212026-04-03T04:12:20.752Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31222026-04-03T04:12:20.908Z Compiling test-strategy v0.4.5
31232026-04-03T04:12:20.925Z Compiling cobs v0.3.0
31242026-04-03T04:12:20.979Z Compiling parse-display v0.10.0
31252026-04-03T04:12:20.999Z Compiling foreign-types-macros v0.2.3
31262026-04-03T04:12:21.052Z Compiling num_enum_derive v0.7.5
31272026-04-03T04:12:21.142Z Compiling cpufeatures v0.3.0
31282026-04-03T04:12:21.159Z Compiling foreign-types-shared v0.3.1
31292026-04-03T04:12:21.162Z Compiling colored v3.1.1
31302026-04-03T04:12:21.242Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31312026-04-03T04:12:21.309Z Compiling chacha20 v0.10.0
31322026-04-03T04:12:21.342Z Compiling postcard v1.1.3
31332026-04-03T04:12:21.566Z Compiling proc-macro-crate v1.3.1
31342026-04-03T04:12:21.595Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31352026-04-03T04:12:21.660Z Compiling foreign-types v0.5.0
31362026-04-03T04:12:21.677Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31372026-04-03T04:12:21.703Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31382026-04-03T04:12:21.762Z Compiling cstr-argument v0.1.2
31392026-04-03T04:12:21.781Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31402026-04-03T04:12:21.799Z Compiling rand v0.10.0
31412026-04-03T04:12:21.870Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31422026-04-03T04:12:21.952Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31432026-04-03T04:12:21.998Z Compiling num-rational v0.4.2
31442026-04-03T04:12:22.016Z Compiling num-complex v0.4.6
31452026-04-03T04:12:22.051Z Compiling num_enum_derive v0.5.11
31462026-04-03T04:12:22.075Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31472026-04-03T04:12:22.091Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31482026-04-03T04:12:22.110Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31492026-04-03T04:12:22.183Z Compiling num_enum v0.7.5
31502026-04-03T04:12:22.238Z Compiling prettyplease v0.2.37
31512026-04-03T04:12:22.255Z Compiling camino-tempfile v1.4.1
31522026-04-03T04:12:22.332Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31532026-04-03T04:12:22.362Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31542026-04-03T04:12:22.454Z Compiling num v0.4.3
31552026-04-03T04:12:22.504Z Compiling float-ord v0.3.2
31562026-04-03T04:12:22.522Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31572026-04-03T04:12:22.579Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31582026-04-03T04:12:22.598Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31592026-04-03T04:12:22.628Z Compiling smf v0.2.3
31602026-04-03T04:12:22.654Z Compiling num-derive v0.4.2
31612026-04-03T04:12:22.732Z Compiling sigpipe v0.1.3
31622026-04-03T04:12:22.761Z Compiling glob v0.3.3
31632026-04-03T04:12:22.777Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31642026-04-03T04:12:22.830Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31652026-04-03T04:12:22.847Z Compiling whoami v1.6.1
31662026-04-03T04:12:22.931Z Compiling ingot-types v0.1.2
31672026-04-03T04:12:23.022Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31682026-04-03T04:12:23.046Z Compiling gethostname v0.5.0
31692026-04-03T04:12:23.107Z Compiling usdt-macro v0.5.0
31702026-04-03T04:12:23.141Z Compiling usdt-attr-macro v0.5.0
31712026-04-03T04:12:23.159Z Compiling memmap v0.7.0
31722026-04-03T04:12:23.177Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31732026-04-03T04:12:23.180Z Compiling num_enum v0.5.11
31742026-04-03T04:12:23.214Z Compiling atomicwrites v0.4.4
31752026-04-03T04:12:23.217Z Compiling derive-where v1.6.0
31762026-04-03T04:12:23.217Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31772026-04-03T04:12:23.341Z Compiling ingot v0.1.1
31782026-04-03T04:12:23.378Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31792026-04-03T04:12:23.395Z Compiling resolv-conf v0.7.6
31802026-04-03T04:12:23.412Z Compiling cancel-safe-futures v0.1.5
31812026-04-03T04:12:23.452Z Compiling owo-colors v4.3.0
31822026-04-03T04:12:23.681Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31832026-04-03T04:12:23.698Z Compiling typify-macro v0.6.1
31842026-04-03T04:12:23.716Z Compiling libsw-core v0.3.2
31852026-04-03T04:12:23.735Z Compiling async-recursion v1.1.1
31862026-04-03T04:12:23.786Z Compiling typify-impl v0.4.3
31872026-04-03T04:12:23.917Z Compiling libsw v3.5.0
31882026-04-03T04:12:23.936Z Compiling linear-map v1.2.0
31892026-04-03T04:12:23.936Z Compiling libefi-sys v0.1.0
31902026-04-03T04:12:24.002Z Compiling usdt v0.5.0
31912026-04-03T04:12:24.091Z Compiling hickory-proto v0.24.4
31922026-04-03T04:12:24.113Z Compiling newline-converter v0.3.0
31932026-04-03T04:12:24.134Z Compiling console v0.15.11
31942026-04-03T04:12:24.134Z Compiling bitfield-struct v0.6.2
31952026-04-03T04:12:24.186Z Compiling linked-hash-map v0.5.6
31962026-04-03T04:12:24.209Z Compiling semver v0.1.20
31972026-04-03T04:12:24.299Z Compiling tokio-dtrace v0.1.1
31982026-04-03T04:12:24.403Z Compiling rustc_version v0.1.7
31992026-04-03T04:12:24.453Z Compiling lru-cache v0.1.2
32002026-04-03T04:12:24.479Z Compiling dropshot-api-manager-types v0.6.0
32012026-04-03T04:12:24.530Z Compiling expectorate v1.2.0
32022026-04-03T04:12:24.607Z Compiling pin-project-internal v1.1.11
32032026-04-03T04:12:24.610Z Compiling slog-dtrace v0.3.0
32042026-04-03T04:12:24.641Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32052026-04-03T04:12:24.673Z Compiling minimal-lexical v0.2.1
32062026-04-03T04:12:24.676Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32072026-04-03T04:12:24.719Z Compiling newtype_derive v0.1.6
32082026-04-03T04:12:24.772Z Compiling oxide-tokio-rt v0.1.3
32092026-04-03T04:12:24.794Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32102026-04-03T04:12:24.832Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32112026-04-03T04:12:24.852Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32122026-04-03T04:12:24.917Z Compiling nom v7.1.3
32132026-04-03T04:12:24.941Z Compiling phf_shared v0.12.1
32142026-04-03T04:12:24.969Z Compiling pem v3.0.6
32152026-04-03T04:12:25.030Z Compiling snafu-derive v0.8.9
32162026-04-03T04:12:25.103Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32172026-04-03T04:12:25.151Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32182026-04-03T04:12:25.199Z Compiling csv-core v0.1.13
32192026-04-03T04:12:25.286Z Compiling chrono-tz v0.10.4
32202026-04-03T04:12:25.342Z Compiling xshell-macros v0.2.7
32212026-04-03T04:12:25.415Z Compiling highway v1.3.0
32222026-04-03T04:12:25.494Z Compiling base64 v0.21.7
32232026-04-03T04:12:25.510Z Compiling same-file v1.0.6
32242026-04-03T04:12:25.568Z Compiling typify v0.6.1
32252026-04-03T04:12:25.610Z Compiling const_format_proc_macros v0.2.34
32262026-04-03T04:12:25.707Z Compiling progenitor-impl v0.13.0
32272026-04-03T04:12:25.723Z Compiling walkdir v2.5.0
32282026-04-03T04:12:25.766Z Compiling xshell v0.2.7
32292026-04-03T04:12:25.787Z Compiling pin-project v1.1.11
32302026-04-03T04:12:25.809Z Compiling csv v1.4.0
32312026-04-03T04:12:25.812Z Compiling phf v0.12.1
32322026-04-03T04:12:25.926Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32332026-04-03T04:12:26.069Z Compiling globset v0.4.18
32342026-04-03T04:12:26.245Z Compiling hickory-resolver v0.24.4
32352026-04-03T04:12:26.271Z Compiling olpc-cjson v0.1.4
32362026-04-03T04:12:26.300Z Compiling primeorder v0.13.6
32372026-04-03T04:12:26.318Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32382026-04-03T04:12:26.321Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32392026-04-03T04:12:26.374Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32402026-04-03T04:12:26.532Z Compiling serde_plain v1.0.2
32412026-04-03T04:12:26.548Z Compiling typed-path v0.9.3
32422026-04-03T04:12:26.577Z Compiling const_format v0.2.35
32432026-04-03T04:12:26.642Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32442026-04-03T04:12:26.871Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32452026-04-03T04:12:26.889Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32462026-04-03T04:12:26.929Z Compiling tabled_derive v0.7.0
32472026-04-03T04:12:26.974Z Compiling bcs v0.1.6
32482026-04-03T04:12:27.036Z Compiling snafu v0.8.9
32492026-04-03T04:12:27.325Z Compiling qorb v0.4.1
32502026-04-03T04:12:27.341Z Compiling termtree v0.5.1
32512026-04-03T04:12:27.442Z Compiling salty v0.3.0
32522026-04-03T04:12:27.499Z Compiling tough v0.20.0
32532026-04-03T04:12:27.517Z Compiling radium v0.7.0
32542026-04-03T04:12:27.534Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32552026-04-03T04:12:27.724Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32562026-04-03T04:12:27.742Z Compiling utf-8 v0.7.6
32572026-04-03T04:12:27.848Z Compiling textwrap v0.16.2
32582026-04-03T04:12:27.894Z Compiling tungstenite v0.21.0
32592026-04-03T04:12:27.952Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32602026-04-03T04:12:27.969Z Compiling steno v0.4.1
32612026-04-03T04:12:27.984Z Compiling tabled v0.15.0
32622026-04-03T04:12:28.120Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32632026-04-03T04:12:28.208Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32642026-04-03T04:12:28.231Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32652026-04-03T04:12:28.295Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32662026-04-03T04:12:28.350Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32672026-04-03T04:12:28.354Z Compiling typify-macro v0.4.3
32682026-04-03T04:12:28.494Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32692026-04-03T04:12:28.497Z Compiling progenitor-macro v0.13.0
32702026-04-03T04:12:28.552Z Compiling tagptr v0.2.0
32712026-04-03T04:12:28.733Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32722026-04-03T04:12:28.792Z Compiling tap v1.0.1
32732026-04-03T04:12:28.840Z Compiling humantime v2.3.0
32742026-04-03T04:12:28.872Z Compiling maybe-uninit v2.0.0
32752026-04-03T04:12:28.932Z Compiling wyz v0.5.1
32762026-04-03T04:12:29.167Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32772026-04-03T04:12:29.186Z Compiling moka v0.12.13
32782026-04-03T04:12:29.272Z Compiling tokio-tungstenite v0.21.0
32792026-04-03T04:12:29.288Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32802026-04-03T04:12:29.860Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32812026-04-03T04:12:29.889Z Compiling p384 v0.13.1
32822026-04-03T04:12:29.906Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32832026-04-03T04:12:29.996Z Compiling packed_struct v0.10.1
32842026-04-03T04:12:30.124Z Compiling parking_lot_core v0.8.6
32852026-04-03T04:12:30.160Z Compiling typify v0.4.3
32862026-04-03T04:12:30.228Z Compiling funty v2.0.0
32872026-04-03T04:12:30.296Z Compiling progenitor-impl v0.10.0
32882026-04-03T04:12:30.339Z Compiling hickory-resolver v0.25.2
32892026-04-03T04:12:30.410Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32902026-04-03T04:12:30.429Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32912026-04-03T04:12:30.477Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32922026-04-03T04:12:30.552Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32932026-04-03T04:12:30.555Z Compiling polyval v0.6.2
32942026-04-03T04:12:30.595Z Compiling bitvec v1.0.1
32952026-04-03T04:12:30.838Z Compiling git-stub v1.0.0
32962026-04-03T04:12:30.857Z Compiling packed_struct_codegen v0.10.1
32972026-04-03T04:12:30.918Z Compiling zerocopy-derive v0.6.6
32982026-04-03T04:12:31.138Z Compiling bitfield-macros v0.19.4
32992026-04-03T04:12:31.463Z Compiling proc-macro-error-attr2 v2.0.0
33002026-04-03T04:12:31.579Z Compiling indexmap v1.9.3
33012026-04-03T04:12:31.617Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33022026-04-03T04:12:31.774Z Compiling nodrop v0.1.14
33032026-04-03T04:12:31.807Z Compiling crc-catalog v2.4.0
33042026-04-03T04:12:31.895Z Compiling array-init v0.0.4
33052026-04-03T04:12:31.913Z Compiling crc v3.4.0
33062026-04-03T04:12:31.916Z Compiling zerocopy v0.6.6
33072026-04-03T04:12:31.931Z Compiling proc-macro-error2 v2.0.1
33082026-04-03T04:12:31.949Z Compiling git-stub-vcs v0.1.0
33092026-04-03T04:12:31.952Z Compiling bitfield v0.19.4
33102026-04-03T04:12:32.005Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33112026-04-03T04:12:32.091Z Compiling ghash v0.5.1
33122026-04-03T04:12:32.152Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33132026-04-03T04:12:32.235Z Compiling smallvec v0.6.14
33142026-04-03T04:12:32.286Z Compiling num-derive v0.3.3
33152026-04-03T04:12:32.303Z Compiling ctr v0.9.2
33162026-04-03T04:12:32.321Z Compiling arc-swap v1.8.2
33172026-04-03T04:12:32.337Z Compiling lzma-sys v0.1.20
33182026-04-03T04:12:32.340Z Compiling unicase v2.9.0
33192026-04-03T04:12:32.370Z Compiling hashbrown v0.12.3
33202026-04-03T04:12:32.478Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33212026-04-03T04:12:32.535Z Compiling aes-gcm v0.10.3
33222026-04-03T04:12:32.594Z Compiling mime_guess v2.0.5
33232026-04-03T04:12:32.611Z Compiling slog-scope v4.4.1
33242026-04-03T04:12:32.655Z Compiling parking_lot v0.11.2
33252026-04-03T04:12:32.736Z Compiling serde-hex v0.1.0
33262026-04-03T04:12:32.766Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33272026-04-03T04:12:32.811Z Compiling tabled_derive v0.11.0
33282026-04-03T04:12:32.915Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33292026-04-03T04:12:33.001Z Compiling progenitor-macro v0.10.0
33302026-04-03T04:12:33.139Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33312026-04-03T04:12:33.191Z Compiling progenitor-impl v0.11.2
33322026-04-03T04:12:33.249Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33332026-04-03T04:12:33.269Z Compiling libscf-sys v1.1.0
33342026-04-03T04:12:33.285Z Compiling ron v0.8.1
33352026-04-03T04:12:33.322Z Compiling papergrid v0.17.0
33362026-04-03T04:12:33.325Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
33372026-04-03T04:12:33.444Z Compiling cargo_toml v0.22.3
33382026-04-03T04:12:33.460Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33392026-04-03T04:12:33.681Z Compiling progenitor v0.13.0
33402026-04-03T04:12:33.684Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33412026-04-03T04:12:33.714Z Compiling hashbrown v0.13.2
33422026-04-03T04:12:33.858Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33432026-04-03T04:12:33.876Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33442026-04-03T04:12:34.048Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33452026-04-03T04:12:34.068Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33462026-04-03T04:12:34.242Z Compiling testing_table v0.3.0
33472026-04-03T04:12:34.305Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33482026-04-03T04:12:34.523Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33492026-04-03T04:12:34.590Z Compiling blowfish v0.9.1
33502026-04-03T04:12:34.653Z Compiling ssh-encoding v0.2.0
33512026-04-03T04:12:34.757Z Compiling prefix-trie v0.7.0
33522026-04-03T04:12:34.774Z Compiling fxhash v0.2.1
33532026-04-03T04:12:34.869Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33542026-04-03T04:12:34.945Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33552026-04-03T04:12:34.945Z Compiling crc-any v2.5.0
33562026-04-03T04:12:35.153Z Compiling corncobs v0.1.4
33572026-04-03T04:12:35.183Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33582026-04-03T04:12:35.219Z Compiling hickory-server v0.25.2
33592026-04-03T04:12:35.219Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33602026-04-03T04:12:35.252Z Compiling sled v0.34.7
33612026-04-03T04:12:35.268Z Compiling ssh-cipher v0.2.0
33622026-04-03T04:12:35.359Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33632026-04-03T04:12:35.470Z Compiling bcrypt-pbkdf v0.10.0
33642026-04-03T04:12:35.542Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33652026-04-03T04:12:35.655Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33662026-04-03T04:12:35.797Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33672026-04-03T04:12:35.851Z Compiling tabled v0.20.0
33682026-04-03T04:12:35.887Z Compiling object v0.30.4
33692026-04-03T04:12:35.970Z Compiling progenitor-macro v0.11.2
33702026-04-03T04:12:36.324Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33712026-04-03T04:12:36.837Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33722026-04-03T04:12:37.153Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33732026-04-03T04:12:37.174Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33742026-04-03T04:12:37.331Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33752026-04-03T04:12:37.495Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33762026-04-03T04:12:37.670Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33772026-04-03T04:12:37.974Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33782026-04-03T04:12:38.055Z Compiling slog-stdlog v4.1.1
33792026-04-03T04:12:38.157Z Compiling progenitor v0.10.0
33802026-04-03T04:12:38.316Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33812026-04-03T04:12:38.317Z Compiling progenitor-client v0.11.2
33822026-04-03T04:12:38.351Z Compiling password-hash v0.4.2
33832026-04-03T04:12:38.369Z Compiling secrecy v0.8.0
33842026-04-03T04:12:38.536Z Compiling path-slash v0.1.5
33852026-04-03T04:12:38.557Z Compiling http-range v0.1.5
33862026-04-03T04:12:38.678Z Compiling half v1.8.3
33872026-04-03T04:12:38.701Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33882026-04-03T04:12:38.798Z Compiling pbkdf2 v0.11.0
33892026-04-03T04:12:38.952Z Compiling serde_cbor v0.11.2
33902026-04-03T04:12:39.039Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33912026-04-03T04:12:39.067Z Compiling slog-envlogger v2.2.0
33922026-04-03T04:12:39.129Z Compiling ron v0.12.0
33932026-04-03T04:12:39.189Z Compiling xz2 v0.1.7
33942026-04-03T04:12:39.269Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33952026-04-03T04:12:39.465Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33962026-04-03T04:12:39.481Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33972026-04-03T04:12:39.694Z Compiling ssh-key v0.6.7
33982026-04-03T04:12:40.091Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33992026-04-03T04:12:40.184Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34002026-04-03T04:12:40.222Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
34012026-04-03T04:12:40.506Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34022026-04-03T04:12:40.609Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34032026-04-03T04:12:40.727Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34042026-04-03T04:12:40.817Z Compiling p256 v0.13.2
34052026-04-03T04:12:41.030Z Compiling p521 v0.13.3
34062026-04-03T04:12:41.077Z Compiling progenitor v0.11.2
34072026-04-03T04:12:41.131Z Compiling yasna v0.5.2
34082026-04-03T04:12:41.192Z Compiling kstat-rs v0.2.4
34092026-04-03T04:12:41.226Z Compiling headers-core v0.3.0
34102026-04-03T04:12:41.246Z Compiling nanorand v0.7.0
34112026-04-03T04:12:41.269Z Compiling russh-cryptovec v0.7.3
34122026-04-03T04:12:41.297Z Compiling atty v0.2.14
34132026-04-03T04:12:41.317Z Compiling base16ct v1.0.0
34142026-04-03T04:12:41.357Z Compiling md5 v0.7.0
34152026-04-03T04:12:41.379Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34162026-04-03T04:12:41.396Z Compiling crc8 v0.1.1
34172026-04-03T04:12:41.451Z Compiling home v0.5.12
34182026-04-03T04:12:41.504Z Compiling flume v0.11.1
34192026-04-03T04:12:41.527Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34202026-04-03T04:12:41.591Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34212026-04-03T04:12:41.610Z Compiling rcgen v0.12.1
34222026-04-03T04:12:41.646Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34232026-04-03T04:12:41.667Z Compiling headers v0.4.1
34242026-04-03T04:12:41.714Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34252026-04-03T04:12:41.855Z Compiling russh-keys v0.45.0
34262026-04-03T04:12:41.883Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34272026-04-03T04:12:42.064Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34282026-04-03T04:12:42.305Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34292026-04-03T04:12:42.323Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34302026-04-03T04:12:42.457Z Compiling hyper-staticfile v0.10.1
34312026-04-03T04:12:42.492Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34322026-04-03T04:12:42.495Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34332026-04-03T04:12:42.528Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34342026-04-03T04:12:42.750Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34352026-04-03T04:12:42.768Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34362026-04-03T04:12:42.838Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34372026-04-03T04:12:42.895Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34382026-04-03T04:12:43.018Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34392026-04-03T04:12:43.151Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34402026-04-03T04:12:43.334Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34412026-04-03T04:12:43.353Z Compiling num-bigint v0.4.6
34422026-04-03T04:12:43.460Z Compiling des v0.8.1
34432026-04-03T04:12:43.510Z Compiling subprocess v0.2.15
34442026-04-03T04:12:43.555Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34452026-04-03T04:12:43.645Z Compiling hex-literal v0.4.1
34462026-04-03T04:12:43.664Z Compiling display-error-chain v0.2.2
34472026-04-03T04:12:43.692Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34482026-04-03T04:12:43.787Z Compiling colored v2.2.0
34492026-04-03T04:12:43.821Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34502026-04-03T04:12:43.840Z Compiling socket2 v0.5.10
34512026-04-03T04:12:44.016Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34522026-04-03T04:12:44.087Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34532026-04-03T04:12:44.104Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34542026-04-03T04:12:44.107Z Compiling internet-checksum v0.2.1
34552026-04-03T04:12:44.555Z Compiling russh v0.45.0
34562026-04-03T04:12:46.621Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34572026-04-03T04:12:47.330Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34582026-04-03T04:12:47.812Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34592026-04-03T04:12:47.829Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34602026-04-03T04:12:55.464Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34612026-04-03T04:12:55.464Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34622026-04-03T04:12:55.467Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34632026-04-03T04:12:55.467Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34642026-04-03T04:12:57.148Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34652026-04-03T04:12:57.274Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34662026-04-03T04:13:01.393Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34672026-04-03T04:13:20.942Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34682026-04-03T04:13:38.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
34692026-04-03T04:13:38.960Z
34702026-04-03T04:13:38.961Zreal 1:22.396167163
34712026-04-03T04:13:38.961Zuser 8:12.755374999
34722026-04-03T04:13:38.961Zsys 1:43.074017013
34732026-04-03T04:13:38.961Ztrap 0.257248070
34742026-04-03T04:13:38.961Ztflt 0.522597469
34752026-04-03T04:13:38.961Zdflt 1.710504752
34762026-04-03T04:13:38.961Zkflt 0.000686110
34772026-04-03T04:13:38.961Zlock 29:26.881671898
34782026-04-03T04:13:38.964Zslp 19:17.389871660
34792026-04-03T04:13:38.964Zlat 40.159371666
34802026-04-03T04:13:38.964Zstop 2:51.004808730
34812026-04-03T04:13:38.964Z+ mkdir tests
34822026-04-03T04:13:38.967Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34832026-04-03T04:13:38.967Z+ xargs -I '{}' -t cp '{}' tests/
34842026-04-03T04:13:38.995Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-dd62d5f27c16b217 tests/
34852026-04-03T04:13:39.025Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-96025564fdcbc0be tests/
34862026-04-03T04:13:39.053Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-38fc98e62670483d tests/
34872026-04-03T04:13:39.082Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-863326776330a3e1 tests/
34882026-04-03T04:13:39.401Z+ 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-04-03T04:13:39.404Z+ 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-96025564fdcbc0be tests/commtest-38fc98e62670483d tests/dhcp_server-dd62d5f27c16b217 tests/end_to_end_tests-863326776330a3e1 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-04-03T04:15:01.649ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34912026-04-03T04:15:01.649Za .github/buildomat/ci-env.sh 1K
34922026-04-03T04:15:01.649Za out/target/test 1K
34932026-04-03T04:15:01.649Za out/npuzone/npuzone 27402K
34942026-04-03T04:15:01.649Za package-manifest.toml 35K
34952026-04-03T04:15:01.649Za smf/sled-agent/non-gimlet/config.toml 6K
34962026-04-03T04:15:01.649Za target/release/omicron-package 45878K
34972026-04-03T04:15:01.649Za target/release/xtask 11439K
34982026-04-03T04:15:01.649Za target/debug/bootstrap 338880K
34992026-04-03T04:15:01.649Za tests/bootstrap-96025564fdcbc0be 31310K
35002026-04-03T04:15:01.649Za tests/commtest-38fc98e62670483d 32395K
35012026-04-03T04:15:01.649Za tests/dhcp_server-dd62d5f27c16b217 31310K
35022026-04-03T04:15:01.649Za tests/end_to_end_tests-863326776330a3e1 381101K
35032026-04-03T04:15:01.649Za out/clickhouse.tar.gz 309559K
35042026-04-03T04:15:01.649Za out/clickhouse_keeper.tar.gz 294987K
35052026-04-03T04:15:01.649Za out/clickhouse_server.tar.gz 309558K
35062026-04-03T04:15:01.649Za out/cockroachdb.tar.gz 157698K
35072026-04-03T04:15:01.649Za out/crucible-pantry-zone.tar.gz 40488K
35082026-04-03T04:15:01.649Za out/crucible-utils.tar 17744K
35092026-04-03T04:15:01.649Za out/crucible-zone.tar.gz 54626K
35102026-04-03T04:15:01.649Za out/external-dns.tar.gz 44321K
35112026-04-03T04:15:01.649Za out/internal-dns.tar.gz 44321K
35122026-04-03T04:15:01.649Za out/mg-ddm-gz.tar 78377K
35132026-04-03T04:15:01.649Za out/nexus.tar.gz 216485K
35142026-04-03T04:15:01.649Za out/ntp.tar.gz 26953K
35152026-04-03T04:15:01.649Za out/omicron-gateway-softnpu.tar.gz 28466K
35162026-04-03T04:15:01.649Za out/omicron-sled-agent.tar 195305K
35172026-04-03T04:15:01.649Za out/overlay.tar.gz 3K
35182026-04-03T04:15:01.649Za out/oximeter.tar.gz 59798K
35192026-04-03T04:15:01.650Za out/oxlog.tar 3782K
35202026-04-03T04:15:01.650Za out/probe.tar.gz 3037K
35212026-04-03T04:15:01.650Za out/propolis-server.tar.gz 33249K
35222026-04-03T04:15:01.650Za out/pumpkind-gz.tar 26647K
35232026-04-03T04:15:01.650Za out/switch-softnpu.tar.gz 374104K
35242026-04-03T04:15:01.653Z
35252026-04-03T04:15:01.653Zreal 1:22.244082857
35262026-04-03T04:15:01.653Zuser 1:19.746657305
35272026-04-03T04:15:01.653Zsys 4.125331460
35282026-04-03T04:15:01.653Ztrap 0.005976544
35292026-04-03T04:15:01.653Ztflt 0.000000000
35302026-04-03T04:15:01.654Zdflt 0.000000000
35312026-04-03T04:15:01.654Zkflt 0.000000000
35322026-04-03T04:15:01.654Zlock 0.000000000
35332026-04-03T04:15:01.654Zslp 1:19.703771206
35342026-04-03T04:15:01.654Zlat 0.901200845
35352026-04-03T04:15:01.654Zstop 0.000727076
35362026-04-03T04:15:01.654Zprocess exited: duration 988633 ms, exit code 0
 
35372026-04-03T04:15:01.667Zfound 1 output files
35382026-04-03T04:15:01.667Zuploading: /work/package.tar.gz (2329902804 bytes)
35392026-04-03T04:15:27.649Zuploaded: /work/package.tar.gz