01KPDT22XAB71JQS8JTMHKMBMF: 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: 01KPDT2G2D7FBYBVWN0B3JV3MT

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-17T13:29:39.360Zjob assigned to worker 01KPDT2Q1TPS2QB14DG91F3TEQ [factory aws, i-0eb4b1cd4f495b1c5] (queued for 49 s)
 
22026-04-17T13:29:46.960Zstarting task 0: "setup"
32026-04-17T13:29:46.965Z++ uname -s
42026-04-17T13:29:46.969Z+ kern=SunOS
52026-04-17T13:29:46.969Z+ build_user=build
62026-04-17T13:29:46.969Z+ build_uid=12345
72026-04-17T13:29:46.969Z+ work_dir=/work
82026-04-17T13:29:46.969Z+ input_dir=/input
92026-04-17T13:29:46.969Z+ [[ 0 == 12345 ]]
102026-04-17T13:29:46.969Z+ case "$kern" in
112026-04-17T13:29:46.969Z+ groupadd -g 12345 build
122026-04-17T13:29:46.972Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-17T13:29:48.979Z+ zfs create -o mountpoint=/work rpool/work
142026-04-17T13:29:49.098Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-17T13:29:49.101Z+ home_fs=zfs
162026-04-17T13:29:49.101Z+ [[ zfs == autofs ]]
172026-04-17T13:29:49.101Z+ mkdir -p /home/build
182026-04-17T13:29:49.104Z+ chown build:build /home/build /work
192026-04-17T13:29:51.105Z+ chmod 0700 /home/build /work
202026-04-17T13:29:51.109Zprocess exited: duration 4151 ms, exit code 0
 
212026-04-17T13:29:51.115Zstarting task 1: "rust-toolchain"
222026-04-17T13:29:51.121Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-17T13:29:51.121Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-17T13:29:51.124Z * rust toolchain channel = "1.94.0"
252026-04-17T13:29:51.124Z * rust toolchain profile = "default"
262026-04-17T13:29:51.124Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-17T13:29:51.124Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-17T13:29:51.124Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-17T13:29:51.124Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-17T13:29:51.257Zinfo: downloading installer
312026-04-17T13:29:52.653Zwarn: It looks like you have an existing installation of Rust at:
322026-04-17T13:29:52.653Zwarn: /opt/ooce/bin
332026-04-17T13:29:52.653Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-17T13:29:52.653Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-17T13:29:52.656Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-17T13:29:52.656Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-17T13:29:52.656Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-17T13:29:52.656Zerror: cannot install while Rust is installed
392026-04-17T13:29:52.656Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-17T13:29:52.656Zwarn: It looks like you have an existing rustup settings file at:
412026-04-17T13:29:52.656Zwarn: /home/build/.rustup/settings.toml
422026-04-17T13:29:52.656Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-17T13:29:52.656Zwarn: instead of the one inferred from the default host triple.
442026-04-17T13:29:52.674Zinfo: profile set to default
452026-04-17T13:29:52.674Zinfo: default host triple is x86_64-unknown-illumos
462026-04-17T13:29:52.678Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-17T13:29:52.803Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-17T13:29:52.806Zinfo: downloading 6 components
492026-04-17T13:30:07.093Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-17T13:30:07.093Z
512026-04-17T13:30:07.124Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-17T13:30:07.124Z
532026-04-17T13:30:07.124Z
542026-04-17T13:30:07.124ZRust is installed now. Great!
552026-04-17T13:30:07.124Z
562026-04-17T13:30:07.124ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-17T13:30:07.124Zenvironment variable. This has not been done automatically.
582026-04-17T13:30:07.124Z
592026-04-17T13:30:07.124ZTo configure your current shell, you need to source
602026-04-17T13:30:07.124Zthe corresponding env file under $HOME/.cargo.
612026-04-17T13:30:07.124Z
622026-04-17T13:30:07.124ZThis is usually done by running one of the following (note the leading DOT):
632026-04-17T13:30:07.124Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-17T13:30:07.124Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-17T13:30:07.124Zsource "~/.cargo/env.nu" # For nushell
662026-04-17T13:30:07.124Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-17T13:30:07.124Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-17T13:30:07.124Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-17T13:30:07.128Zwarn: no default linker (`cc`) was found in your PATH
702026-04-17T13:30:07.128Zwarn: many Rust crates require a system C toolchain to build
712026-04-17T13:30:07.226Z+ rustup --version
722026-04-17T13:30:07.232Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-17T13:30:07.235Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-17T13:30:07.254Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-17T13:30:07.257Z+ cargo --version
762026-04-17T13:30:07.266Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-17T13:30:07.269Z+ rustc --version
782026-04-17T13:30:07.289Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-17T13:30:07.292Zprocess exited: duration 16175 ms, exit code 0
 
802026-04-17T13:30:07.298Zstarting task 2: "authentication"
812026-04-17T13:30:07.316Zprocess exited: duration 18 ms, exit code 0
 
822026-04-17T13:30:07.322Zstarting task 3: "clone repository"
832026-04-17T13:30:07.327Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-17T13:30:07.330Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-17T13:30:07.360ZCloning into '/work/oxidecomputer/omicron'...
862026-04-17T13:30:17.871Z+ cd /work/oxidecomputer/omicron
872026-04-17T13:30:17.871Z+ git fetch origin bc2c71da7b9daffb4890314dbd6b0afa27903fa2
882026-04-17T13:30:18.159ZFrom https://github.com/oxidecomputer/omicron
892026-04-17T13:30:18.159Z * branch bc2c71da7b9daffb4890314dbd6b0afa27903fa2 -> FETCH_HEAD
902026-04-17T13:30:18.172Z+ [[ -n john/stronger-unnumbered-types-2 ]]
912026-04-17T13:30:18.175Z++ git branch --show-current
922026-04-17T13:30:18.178Z+ current=main
932026-04-17T13:30:18.178Z+ [[ main != john/stronger-unnumbered-types-2 ]]
942026-04-17T13:30:18.178Z+ git branch -f john/stronger-unnumbered-types-2 bc2c71da7b9daffb4890314dbd6b0afa27903fa2
952026-04-17T13:30:18.181Z+ git checkout -f john/stronger-unnumbered-types-2
962026-04-17T13:30:18.277ZSwitched to branch 'john/stronger-unnumbered-types-2'
972026-04-17T13:30:18.280Z+ git reset --hard bc2c71da7b9daffb4890314dbd6b0afa27903fa2
982026-04-17T13:30:18.377ZHEAD is now at bc2c71da7 use `deprecated-field` for old BgpPeer interface name
992026-04-17T13:30:18.380Zprocess exited: duration 11054 ms, exit code 0
 
1002026-04-17T13:30:18.387Zstarting task 4: "build"
1012026-04-17T13:30:18.392Z+ source .github/buildomat/ci-env.sh
1022026-04-17T13:30:18.392Z++ export CARGO_TERM_COLOR=always
1032026-04-17T13:30:18.393Z++ CARGO_TERM_COLOR=always
1042026-04-17T13:30:18.393Z+ cargo --version
1052026-04-17T13:30:18.402Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-17T13:30:18.405Z+ rustc --version
1072026-04-17T13:30:18.427Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-17T13:30:18.430Z+ WORK=/work
1092026-04-17T13:30:18.430Z+ pfexec mkdir -p /work
1102026-04-17T13:30:18.433Z+ pfexec chown build /work
1112026-04-17T13:30:18.436Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-04-17T13:30:28.310Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-04-17T13:30:35.741Z Startup: Caching catalogs ... Done
1142026-04-17T13:30:41.584ZPlanning: Solver setup ... Done (4.560s)
1152026-04-17T13:30:41.619ZPlanning: Running solver ... Done (0.032s)
1162026-04-17T13:30:41.761ZPlanning: Finding local manifests ... Done (0.004s)
1172026-04-17T13:30:41.770ZPlanning: Fetching manifests: 0/5 0% complete
1182026-04-17T13:30:42.495ZPlanning: Fetching manifests: 5/5 100% complete
1192026-04-17T13:30:42.528ZPlanning: Package planning ... Done (0.038s)
1202026-04-17T13:30:42.572ZPlanning: Merging actions ... Done (0.037s)
1212026-04-17T13:30:42.752ZPlanning: Checking for conflicting actions ... Done (0.188s)
1222026-04-17T13:30:42.765ZPlanning: Consolidating action changes ... Done (0.009s)
1232026-04-17T13:30:43.636ZPlanning: Evaluating mediators ... Done (0.874s)
1242026-04-17T13:30:43.644ZPlanning: Planning completed in 7.73 seconds
1252026-04-17T13:30:43.656Z Packages to install: 5
1262026-04-17T13:30:43.656Z Mediators to change: 3
1272026-04-17T13:30:43.656Z Services to change: 1
1282026-04-17T13:30:43.656Z Estimated space available: 155.34 GB
1292026-04-17T13:30:43.656ZEstimated space to be consumed: 1.89 GB
1302026-04-17T13:30:43.661Z Create boot environment: No
1312026-04-17T13:30:43.661ZCreate backup boot environment: No
1322026-04-17T13:30:43.662Z Rebuild boot archive: No
1332026-04-17T13:30:43.662Z
1342026-04-17T13:30:43.662ZChanged mediators:
1352026-04-17T13:30:43.662Z mediator clang:
1362026-04-17T13:30:43.662Z version: None -> 15 (system default)
1372026-04-17T13:30:43.662Z
1382026-04-17T13:30:43.662Z mediator llvm:
1392026-04-17T13:30:43.662Z version: 14 (system default) -> 15 (system default)
1402026-04-17T13:30:43.662Z
1412026-04-17T13:30:43.662Z mediator postgresql:
1422026-04-17T13:30:43.662Z version: 15 (system default) -> 18 (system default)
1432026-04-17T13:30:43.662Z
1442026-04-17T13:30:43.662ZChanged packages:
1452026-04-17T13:30:43.662Zhelios-dev
1462026-04-17T13:30:43.662Z developer/build-essential
1472026-04-17T13:30:43.662Z None -> 11-2.0
1482026-04-17T13:30:43.662Z library/libxmlsec1
1492026-04-17T13:30:43.662Z None -> 1.2.35-2.0
1502026-04-17T13:30:43.662Z ooce/developer/clang-15
1512026-04-17T13:30:43.662Z None -> 15.0.7-2.0
1522026-04-17T13:30:43.662Z ooce/developer/llvm-15
1532026-04-17T13:30:43.662Z None -> 15.0.7-2.0
1542026-04-17T13:30:43.662Z ooce/library/postgresql-18
1552026-04-17T13:30:43.662Z None -> 18.1-2.0
1562026-04-17T13:30:43.662Z
1572026-04-17T13:30:43.662ZServices:
1582026-04-17T13:30:43.663Z restart_fmri:
1592026-04-17T13:30:43.663Z svc:/system/update-man-index:default
1602026-04-17T13:30:43.707Z
1612026-04-17T13:30:43.707ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-04-17T13:30:50.378ZDownload: 1197/4272 items 83.5/219.0MB 38% complete (24.4M/s)
1632026-04-17T13:30:54.571ZDownload: 2223/4272 items 119.2/219.0MB 54% complete (13.3M/s)
1642026-04-17T13:30:59.571ZDownload: 2958/4272 items 121.2/219.0MB 55% complete (647k/s)
1652026-04-17T13:31:07.006ZDownload: 4254/4272 items 218.9/219.0MB 99% complete (10.9M/s)
1662026-04-17T13:31:07.047ZDownload: Completed 218.99 MB in 23.34 seconds (9.4M/s)
1672026-04-17T13:31:07.192Z Actions: 1/4789 actions (Installing new actions)
1682026-04-17T13:31:10.610Z Actions: Completed 4789 actions in 3.42 seconds.
1692026-04-17T13:31:11.230Z Done (0.616s)
1702026-04-17T13:31:11.231Z Done (0.000s)
1712026-04-17T13:31:11.880Z Done (0.650s)
1722026-04-17T13:31:15.203Z Done (2.968s)
1732026-04-17T13:31:15.284Z Done (0.013s)
1742026-04-17T13:31:15.287Z Done (0.000s)
1752026-04-17T13:31:15.568Z Done (0.000s)
1762026-04-17T13:31:16.433ZPlanning: Evaluating mediator changes ... Done
1772026-04-17T13:31:16.543ZPlanning: Checking for conflicting actions ... Done
1782026-04-17T13:31:16.546ZPlanning: Consolidating action changes ... Done
1792026-04-17T13:31:16.700ZPlanning: Evaluating mediators ... Done
1802026-04-17T13:31:16.703ZPlanning: Planning completed in 0.27 seconds
1812026-04-17T13:31:16.722Z Mediators to change: 2
1822026-04-17T13:31:16.722Z Create boot environment: No
1832026-04-17T13:31:16.722ZCreate backup boot environment: No
1842026-04-17T13:31:16.855Z Done
1852026-04-17T13:31:16.855Z Done
1862026-04-17T13:31:17.475Z Done
1872026-04-17T13:31:20.037Z Done
1882026-04-17T13:31:20.126Z Done
1892026-04-17T13:31:20.130Z Done
1902026-04-17T13:31:20.274Z Done
1912026-04-17T13:31:20.535ZPlanning: Evaluating mediator changes ... Done
1922026-04-17T13:31:20.642ZPlanning: Checking for conflicting actions ... Done
1932026-04-17T13:31:20.645ZPlanning: Consolidating action changes ... Done
1942026-04-17T13:31:20.799ZPlanning: Evaluating mediators ... Done
1952026-04-17T13:31:20.803ZPlanning: Planning completed in 0.26 seconds
1962026-04-17T13:31:20.820Z Mediators to change: 1
1972026-04-17T13:31:20.820Z Create boot environment: No
1982026-04-17T13:31:20.820ZCreate backup boot environment: No
1992026-04-17T13:31:20.877Z Done
2002026-04-17T13:31:20.877Z Done
2012026-04-17T13:31:21.481Z Done
2022026-04-17T13:31:23.972Z Done
2032026-04-17T13:31:24.044Z Done
2042026-04-17T13:31:24.047Z Done
2052026-04-17T13:31:24.207Z Done
2062026-04-17T13:31:24.500ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2072026-04-17T13:31:24.500Zclang system 15 system
2082026-04-17T13:31:24.500Zcsh system system illumos
2092026-04-17T13:31:24.500Zctags system system illumos
2102026-04-17T13:31:24.500Zfile system system illumos
2112026-04-17T13:31:24.500Zgcc vendor 12 vendor
2122026-04-17T13:31:24.500Zgcc system 14 system
2132026-04-17T13:31:24.500Zgcc system 10 system
2142026-04-17T13:31:24.500Zgo system 1.20 system
2152026-04-17T13:31:24.500Zgo system 1.19 system
2162026-04-17T13:31:24.501Zllvm system 15 system
2172026-04-17T13:31:24.501Zllvm system 14 system
2182026-04-17T13:31:24.501Zmariadb system 10.6 system
2192026-04-17T13:31:24.501Zmta vendor vendor dma
2202026-04-17T13:31:24.501Zopenjdk system 17 system
2212026-04-17T13:31:24.501Zopenjdk system 11 system
2222026-04-17T13:31:24.501Zopenjdk system 1.8 system
2232026-04-17T13:31:24.501Zopenssl vendor 3 vendor
2242026-04-17T13:31:24.501Zperl system 5.36 system
2252026-04-17T13:31:24.501Zpostgresql system 18 system
2262026-04-17T13:31:24.501Zpostgresql system 15 system
2272026-04-17T13:31:24.501Zpostgresql system 13 system
2282026-04-17T13:31:24.501Zpython vendor 3 vendor
2292026-04-17T13:31:24.501Zpython system 2 system
2302026-04-17T13:31:24.501Zpython3 system 3.11 system
2312026-04-17T13:31:24.501Zruby system 3.0 system
2322026-04-17T13:31:24.501Zwords vendor vendor american-english
2332026-04-17T13:31:24.501Zwords system system australian-english
2342026-04-17T13:31:24.501Zwords system system british-english
2352026-04-17T13:31:24.501Zwords system system canadian-english
2362026-04-17T13:31:24.501Zwords system system french
2372026-04-17T13:31:24.501Zwords system system italian
2382026-04-17T13:31:24.501Zwords system system ngerman
2392026-04-17T13:31:24.501Zwords system system ogerman
2402026-04-17T13:31:24.501Zwords system system spanish
2412026-04-17T13:31:24.729ZPUBLISHER TYPE STATUS P LOCATION
2422026-04-17T13:31:24.729Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2432026-04-17T13:31:29.267ZFMRI IFO
2442026-04-17T13:31:29.267Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2452026-04-17T13:31:29.267Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2462026-04-17T13:31:29.267Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2472026-04-17T13:31:29.267Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2482026-04-17T13:31:29.267Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2492026-04-17T13:31:29.267Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2502026-04-17T13:31:29.267Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2512026-04-17T13:31:29.267Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2522026-04-17T13:31:29.267Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2532026-04-17T13:31:29.267Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2542026-04-17T13:31:29.267Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2552026-04-17T13:31:29.267Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2562026-04-17T13:31:29.267Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2572026-04-17T13:31:29.267Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2582026-04-17T13:31:29.267Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2592026-04-17T13:31:29.267Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2602026-04-17T13:31:29.267Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2612026-04-17T13:31:30.423Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2622026-04-17T13:31:30.684Z Updating crates.io index
2632026-04-17T13:31:30.687Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2642026-04-17T13:31:30.943Z Updating git repository `https://github.com/oxidecomputer/lldp`
2652026-04-17T13:31:31.719Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2662026-04-17T13:31:32.173Z Updating git repository `https://github.com/oxidecomputer/propolis`
2672026-04-17T13:31:33.780Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2682026-04-17T13:31:34.276Z Updating git repository `https://github.com/oxidecomputer/crucible`
2692026-04-17T13:31:35.726Z Updating git repository `https://github.com/oxidecomputer/opte`
2702026-04-17T13:31:36.375Z Updating git repository `https://github.com/oxidecomputer/tofino`
2712026-04-17T13:31:36.711Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2722026-04-17T13:31:37.282Z Updating git repository `https://github.com/oxidecomputer/clickward`
2732026-04-17T13:31:37.631Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2742026-04-17T13:31:38.036Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2752026-04-17T13:31:38.319Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2762026-04-17T13:31:39.325Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2772026-04-17T13:31:39.773Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2782026-04-17T13:31:40.136Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2792026-04-17T13:31:40.511Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2802026-04-17T13:31:40.900Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2812026-04-17T13:31:41.260Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2822026-04-17T13:31:41.496Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2832026-04-17T13:31:41.734Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2842026-04-17T13:31:42.188Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2852026-04-17T13:31:42.535Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2862026-04-17T13:31:43.066Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2872026-04-17T13:31:43.354Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2882026-04-17T13:31:43.682Z Updating git repository `https://github.com/oxidecomputer/ispf`
2892026-04-17T13:31:43.949Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2902026-04-17T13:31:44.819Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-04-17T13:31:45.629Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2922026-04-17T13:31:46.020Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2932026-04-17T13:31:46.363Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2942026-04-17T13:31:46.685Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2952026-04-17T13:31:46.998Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2962026-04-17T13:31:47.326Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2972026-04-17T13:31:47.811Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2982026-04-17T13:31:48.045Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2992026-04-17T13:31:48.269Z Updating git repository `https://github.com/illumos/smf-rs`
3002026-04-17T13:31:48.732Z Updating git repository `https://github.com/oxidecomputer/omicron`
3012026-04-17T13:32:00.375Z Downloading crates ...
3022026-04-17T13:32:00.427Z Downloaded anstyle-query v1.1.5
3032026-04-17T13:32:00.434Z Downloaded block-buffer v0.10.4
3042026-04-17T13:32:00.436Z Downloaded zerovec-derive v0.11.2
3052026-04-17T13:32:00.440Z Downloaded usdt-macro v0.5.0
3062026-04-17T13:32:00.443Z Downloaded fastrand v2.3.0
3072026-04-17T13:32:00.443Z Downloaded thiserror-impl v2.0.18
3082026-04-17T13:32:00.443Z Downloaded anstyle-parse v0.2.7
3092026-04-17T13:32:00.446Z Downloaded bytecount v0.6.9
3102026-04-17T13:32:00.446Z Downloaded unicode-ident v1.0.24
3112026-04-17T13:32:00.446Z Downloaded toml_write v0.1.2
3122026-04-17T13:32:00.449Z Downloaded byteorder v1.5.0
3132026-04-17T13:32:00.450Z Downloaded thread-id v4.2.2
3142026-04-17T13:32:00.450Z Downloaded proc-macro-error-attr v1.0.4
3152026-04-17T13:32:00.452Z Downloaded bitflags v2.11.0
3162026-04-17T13:32:00.452Z Downloaded zerofrom-derive v0.1.6
3172026-04-17T13:32:00.452Z Downloaded anstream v0.6.21
3182026-04-17T13:32:00.455Z Downloaded unicode-linebreak v0.1.5
3192026-04-17T13:32:00.455Z Downloaded toml_datetime v0.6.11
3202026-04-17T13:32:00.455Z Downloaded displaydoc v0.2.5
3212026-04-17T13:32:00.458Z Downloaded idna_adapter v1.2.1
3222026-04-17T13:32:00.458Z Downloaded anyhow v1.0.102
3232026-04-17T13:32:00.460Z Downloaded yoke-derive v0.8.1
3242026-04-17T13:32:00.460Z Downloaded tabled_derive v0.7.0
3252026-04-17T13:32:00.461Z Downloaded stable_deref_trait v1.2.1
3262026-04-17T13:32:00.463Z Downloaded zerofrom v0.1.6
3272026-04-17T13:32:00.463Z Downloaded utf8_iter v1.0.4
3282026-04-17T13:32:00.463Z Downloaded unicode-xid v0.2.6
3292026-04-17T13:32:00.464Z Downloaded scroll_derive v0.12.1
3302026-04-17T13:32:00.464Z Downloaded autocfg v1.5.0
3312026-04-17T13:32:00.467Z Downloaded version_check v0.9.5
3322026-04-17T13:32:00.467Z Downloaded typeid v1.0.3
3332026-04-17T13:32:00.467Z Downloaded scroll v0.12.0
3342026-04-17T13:32:00.467Z Downloaded form_urlencoded v1.2.2
3352026-04-17T13:32:00.470Z Downloaded equivalent v1.0.2
3362026-04-17T13:32:00.470Z Downloaded usdt-attr-macro v0.5.0
3372026-04-17T13:32:00.472Z Downloaded plain v0.2.3
3382026-04-17T13:32:00.473Z Downloaded serde-value v0.7.0
3392026-04-17T13:32:00.476Z Downloaded crypto-common v0.1.7
3402026-04-17T13:32:00.476Z Downloaded cfg-if v1.0.4
3412026-04-17T13:32:00.478Z Downloaded clap_lex v1.0.0
3422026-04-17T13:32:00.478Z Downloaded usdt v0.5.0
3432026-04-17T13:32:00.482Z Downloaded utf8parse v0.2.2
3442026-04-17T13:32:00.486Z Downloaded typenum v1.19.0
3452026-04-17T13:32:00.486Z Downloaded yoke v0.8.1
3462026-04-17T13:32:00.489Z Downloaded tinystr v0.8.2
3472026-04-17T13:32:00.489Z Downloaded zmij v1.0.21
3482026-04-17T13:32:00.492Z Downloaded thiserror v2.0.18
3492026-04-17T13:32:00.496Z Downloaded usdt-impl v0.5.0
3502026-04-17T13:32:00.496Z Downloaded percent-encoding v2.3.2
3512026-04-17T13:32:00.496Z Downloaded colorchoice v1.0.4
3522026-04-17T13:32:00.499Z Downloaded thiserror-impl v1.0.69
3532026-04-17T13:32:00.499Z Downloaded cargo-platform v0.2.0
3542026-04-17T13:32:00.499Z Downloaded zerocopy-derive v0.7.35
3552026-04-17T13:32:00.502Z Downloaded ucd-trie v0.1.7
3562026-04-17T13:32:00.505Z Downloaded pretty-hex v0.4.1
3572026-04-17T13:32:00.505Z Downloaded writeable v0.6.2
3582026-04-17T13:32:00.505Z Downloaded strsim v0.11.1
3592026-04-17T13:32:00.508Z Downloaded generic-array v0.14.7
3602026-04-17T13:32:00.508Z Downloaded heck v0.4.1
3612026-04-17T13:32:00.508Z Downloaded toml v0.8.23
3622026-04-17T13:32:00.508Z Downloaded errno v0.3.14
3632026-04-17T13:32:00.512Z Downloaded potential_utf v0.1.4
3642026-04-17T13:32:00.512Z Downloaded is_terminal_polyfill v1.70.2
3652026-04-17T13:32:00.512Z Downloaded thiserror v1.0.69
3662026-04-17T13:32:00.515Z Downloaded memmap v0.7.0
3672026-04-17T13:32:00.515Z Downloaded textwrap v0.16.2
3682026-04-17T13:32:00.515Z Downloaded macaddr v1.0.1
3692026-04-17T13:32:00.519Z Downloaded dof v0.3.0
3702026-04-17T13:32:00.519Z Downloaded cpufeatures v0.2.17
3712026-04-17T13:32:00.522Z Downloaded toml_edit v0.22.27
3722026-04-17T13:32:00.522Z Downloaded zerotrie v0.2.3
3732026-04-17T13:32:00.525Z Downloaded serde_spanned v0.6.9
3742026-04-17T13:32:00.525Z Downloaded fnv v1.0.7
3752026-04-17T13:32:00.528Z Downloaded fs-err v3.3.0
3762026-04-17T13:32:00.530Z Downloaded semver v1.0.27
3772026-04-17T13:32:00.531Z Downloaded itoa v1.0.17
3782026-04-17T13:32:00.533Z Downloaded url v2.5.8
3792026-04-17T13:32:00.534Z Downloaded cargo_toml v0.21.0
3802026-04-17T13:32:00.545Z Downloaded zerovec v0.11.5
3812026-04-17T13:32:00.548Z Downloaded swrite v0.1.0
3822026-04-17T13:32:00.551Z Downloaded terminal_size v0.4.3
3832026-04-17T13:32:00.551Z Downloaded smawk v0.3.2
3842026-04-17T13:32:00.551Z Downloaded sha2 v0.10.9
3852026-04-17T13:32:00.554Z Downloaded zerocopy v0.7.35
3862026-04-17T13:32:00.560Z Downloaded pest_derive v2.8.6
3872026-04-17T13:32:00.563Z Downloaded winnow v0.7.14
3882026-04-17T13:32:00.566Z Downloaded ordered-float v2.10.1
3892026-04-17T13:32:00.569Z Downloaded erased-serde v0.4.9
3902026-04-17T13:32:00.569Z Downloaded anstyle v1.0.13
3912026-04-17T13:32:00.569Z Downloaded unicode-width v0.2.0
3922026-04-17T13:32:00.572Z Downloaded unicode-width v0.1.14
3932026-04-17T13:32:00.575Z Downloaded synstructure v0.13.2
3942026-04-17T13:32:00.578Z Downloaded serde_tokenstream v0.2.3
3952026-04-17T13:32:00.578Z Downloaded serde-untagged v0.1.9
3962026-04-17T13:32:00.578Z Downloaded heck v0.5.0
3972026-04-17T13:32:00.578Z Downloaded litemap v0.8.1
3982026-04-17T13:32:00.583Z Downloaded smallvec v1.15.1
3992026-04-17T13:32:00.583Z Downloaded camino-tempfile v1.4.1
4002026-04-17T13:32:00.583Z Downloaded dtrace-parser v0.2.0
4012026-04-17T13:32:00.583Z Downloaded cargo_metadata v0.21.0
4022026-04-17T13:32:00.587Z Downloaded clap_derive v4.5.55
4032026-04-17T13:32:00.592Z Downloaded quote v1.0.44
4042026-04-17T13:32:00.595Z Downloaded digest v0.10.7
4052026-04-17T13:32:00.598Z Downloaded once_cell v1.21.3
4062026-04-17T13:32:00.605Z Downloaded cargo-util-schemas v0.8.2
4072026-04-17T13:32:00.607Z Downloaded tempfile v3.25.0
4082026-04-17T13:32:00.610Z Downloaded proc-macro-error v1.0.4
4092026-04-17T13:32:00.614Z Downloaded camino v1.2.2
4102026-04-17T13:32:00.618Z Downloaded pest_generator v2.8.6
4112026-04-17T13:32:00.637Z Downloaded icu_provider v2.1.1
4122026-04-17T13:32:00.639Z Downloaded log v0.4.29
4132026-04-17T13:32:00.647Z Downloaded clap v4.5.60
4142026-04-17T13:32:00.654Z Downloaded proc-macro2 v1.0.106
4152026-04-17T13:32:00.657Z Downloaded serde_core v1.0.228
4162026-04-17T13:32:00.661Z Downloaded serde_derive v1.0.228
4172026-04-17T13:32:00.663Z Downloaded getrandom v0.4.1
4182026-04-17T13:32:00.666Z Downloaded pest_meta v2.8.6
4192026-04-17T13:32:00.666Z Downloaded num-traits v0.2.19
4202026-04-17T13:32:00.669Z Downloaded icu_properties v2.1.2
4212026-04-17T13:32:00.669Z Downloaded papergrid v0.11.0
4222026-04-17T13:32:00.672Z Downloaded icu_normalizer v2.1.1
4232026-04-17T13:32:00.676Z Downloaded icu_locale_core v2.1.1
4242026-04-17T13:32:00.684Z Downloaded indexmap v2.13.0
4252026-04-17T13:32:00.687Z Downloaded serde v1.0.228
4262026-04-17T13:32:00.689Z Downloaded icu_collections v2.1.1
4272026-04-17T13:32:00.693Z Downloaded icu_normalizer_data v2.1.1
4282026-04-17T13:32:00.708Z Downloaded memchr v2.8.0
4292026-04-17T13:32:00.712Z Downloaded pest v2.8.6
4302026-04-17T13:32:00.735Z Downloaded serde_json v1.0.149
4312026-04-17T13:32:00.742Z Downloaded idna v1.1.0
4322026-04-17T13:32:00.745Z Downloaded icu_properties_data v2.1.2
4332026-04-17T13:32:00.755Z Downloaded hashbrown v0.16.1
4342026-04-17T13:32:00.759Z Downloaded goblin v0.8.2
4352026-04-17T13:32:00.762Z Downloaded clap_builder v4.5.60
4362026-04-17T13:32:00.773Z Downloaded tabled v0.15.0
4372026-04-17T13:32:00.781Z Downloaded syn v1.0.109
4382026-04-17T13:32:00.786Z Downloaded syn v2.0.117
4392026-04-17T13:32:00.801Z Downloaded rustix v1.1.3
4402026-04-17T13:32:00.829Z Downloaded libc v0.2.185
4412026-04-17T13:32:00.895Z Compiling proc-macro2 v1.0.106
4422026-04-17T13:32:00.895Z Compiling quote v1.0.44
4432026-04-17T13:32:00.895Z Compiling unicode-ident v1.0.24
4442026-04-17T13:32:00.898Z Compiling serde_core v1.0.228
4452026-04-17T13:32:00.898Z Compiling libc v0.2.185
4462026-04-17T13:32:00.898Z Compiling version_check v0.9.5
4472026-04-17T13:32:00.898Z Compiling stable_deref_trait v1.2.1
4482026-04-17T13:32:00.898Z Compiling memchr v2.8.0
4492026-04-17T13:32:00.898Z Compiling serde v1.0.228
4502026-04-17T13:32:00.898Z Compiling zmij v1.0.21
4512026-04-17T13:32:00.898Z Compiling autocfg v1.5.0
4522026-04-17T13:32:00.898Z Compiling itoa v1.0.17
4532026-04-17T13:32:00.898Z Compiling ucd-trie v0.1.7
4542026-04-17T13:32:00.898Z Compiling thiserror v1.0.69
4552026-04-17T13:32:00.898Z Compiling litemap v0.8.1
4562026-04-17T13:32:01.327Z Compiling writeable v0.6.2
4572026-04-17T13:32:01.370Z Compiling icu_normalizer_data v2.1.1
4582026-04-17T13:32:01.496Z Compiling byteorder v1.5.0
4592026-04-17T13:32:01.517Z Compiling rustix v1.1.3
4602026-04-17T13:32:01.520Z Compiling icu_properties_data v2.1.2
4612026-04-17T13:32:01.607Z Compiling serde_json v1.0.149
4622026-04-17T13:32:01.610Z Compiling bitflags v2.11.0
4632026-04-17T13:32:01.627Z Compiling hashbrown v0.16.1
4642026-04-17T13:32:01.715Z Compiling num-traits v0.2.19
4652026-04-17T13:32:01.789Z Compiling pest v2.8.6
4662026-04-17T13:32:01.878Z Compiling typeid v1.0.3
4672026-04-17T13:32:01.989Z Compiling equivalent v1.0.2
4682026-04-17T13:32:02.008Z Compiling smallvec v1.15.1
4692026-04-17T13:32:02.025Z Compiling proc-macro-error-attr v1.0.4
4702026-04-17T13:32:02.047Z Compiling usdt-impl v0.5.0
4712026-04-17T13:32:02.099Z Compiling winnow v0.7.14
4722026-04-17T13:32:02.118Z Compiling toml_write v0.1.2
4732026-04-17T13:32:02.175Z Compiling errno v0.3.14
4742026-04-17T13:32:02.217Z Compiling thread-id v4.2.2
4752026-04-17T13:32:02.240Z Compiling indexmap v2.13.0
4762026-04-17T13:32:02.262Z Compiling erased-serde v0.4.9
4772026-04-17T13:32:02.296Z Compiling syn v1.0.109
4782026-04-17T13:32:02.376Z Compiling proc-macro-error v1.0.4
4792026-04-17T13:32:02.379Z Compiling getrandom v0.4.1
4802026-04-17T13:32:02.379Z Compiling camino v1.2.2
4812026-04-17T13:32:02.466Z Compiling thiserror v2.0.18
4822026-04-17T13:32:02.469Z Compiling percent-encoding v2.3.2
4832026-04-17T13:32:02.587Z Compiling log v0.4.29
4842026-04-17T13:32:02.610Z Compiling plain v0.2.3
4852026-04-17T13:32:02.689Z Compiling utf8_iter v1.0.4
4862026-04-17T13:32:02.709Z Compiling syn v2.0.117
4872026-04-17T13:32:02.741Z Compiling utf8parse v0.2.2
4882026-04-17T13:32:02.816Z Compiling form_urlencoded v1.2.2
4892026-04-17T13:32:02.871Z Compiling pest_meta v2.8.6
4902026-04-17T13:32:02.874Z Compiling anstyle-parse v0.2.7
4912026-04-17T13:32:02.893Z Compiling ordered-float v2.10.1
4922026-04-17T13:32:02.982Z Compiling anstyle v1.0.13
4932026-04-17T13:32:03.012Z Compiling colorchoice v1.0.4
4942026-04-17T13:32:03.066Z Compiling anstyle-query v1.1.5
4952026-04-17T13:32:03.097Z Compiling pretty-hex v0.4.1
4962026-04-17T13:32:03.116Z Compiling cfg-if v1.0.4
4972026-04-17T13:32:03.142Z Compiling is_terminal_polyfill v1.70.2
4982026-04-17T13:32:03.216Z Compiling fs-err v3.3.0
4992026-04-17T13:32:03.221Z Compiling once_cell v1.21.3
5002026-04-17T13:32:03.272Z Compiling terminal_size v0.4.3
5012026-04-17T13:32:03.272Z Compiling anstream v0.6.21
5022026-04-17T13:32:03.276Z Compiling bytecount v0.6.9
5032026-04-17T13:32:03.276Z Compiling unicode-width v0.1.14
5042026-04-17T13:32:03.342Z Compiling heck v0.4.1
5052026-04-17T13:32:03.412Z Compiling clap_lex v1.0.0
5062026-04-17T13:32:03.441Z Compiling fnv v1.0.7
5072026-04-17T13:32:03.460Z Compiling fastrand v2.3.0
5082026-04-17T13:32:03.485Z Compiling anyhow v1.0.102
5092026-04-17T13:32:03.489Z Compiling heck v0.5.0
5102026-04-17T13:32:03.567Z Compiling unicode-xid v0.2.6
5112026-04-17T13:32:03.592Z Compiling strsim v0.11.1
5122026-04-17T13:32:03.654Z Compiling semver v1.0.27
5132026-04-17T13:32:03.698Z Compiling tempfile v3.25.0
5142026-04-17T13:32:03.717Z Compiling papergrid v0.11.0
5152026-04-17T13:32:03.775Z Compiling memmap v0.7.0
5162026-04-17T13:32:03.796Z Compiling clap_builder v4.5.60
5172026-04-17T13:32:03.882Z Compiling unicode-width v0.2.0
5182026-04-17T13:32:03.993Z Compiling smawk v0.3.2
5192026-04-17T13:32:04.009Z Compiling unicode-linebreak v0.1.5
5202026-04-17T13:32:04.083Z Compiling serde-untagged v0.1.9
5212026-04-17T13:32:04.143Z Compiling camino-tempfile v1.4.1
5222026-04-17T13:32:04.202Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5232026-04-17T13:32:04.214Z Compiling swrite v0.1.0
5242026-04-17T13:32:04.316Z Compiling textwrap v0.16.2
5252026-04-17T13:32:04.672Z Compiling tabled_derive v0.7.0
5262026-04-17T13:32:05.301Z Compiling synstructure v0.13.2
5272026-04-17T13:32:05.301Z Compiling pest_generator v2.8.6
5282026-04-17T13:32:05.335Z Compiling tabled v0.15.0
5292026-04-17T13:32:05.843Z Compiling serde_derive v1.0.228
5302026-04-17T13:32:05.843Z Compiling zerofrom-derive v0.1.6
5312026-04-17T13:32:05.847Z Compiling yoke-derive v0.8.1
5322026-04-17T13:32:05.847Z Compiling zerovec-derive v0.11.2
5332026-04-17T13:32:05.847Z Compiling displaydoc v0.2.5
5342026-04-17T13:32:05.847Z Compiling thiserror-impl v1.0.69
5352026-04-17T13:32:05.847Z Compiling zerocopy-derive v0.7.35
5362026-04-17T13:32:05.847Z Compiling scroll_derive v0.12.1
5372026-04-17T13:32:05.847Z Compiling thiserror-impl v2.0.18
5382026-04-17T13:32:05.847Z Compiling clap_derive v4.5.55
5392026-04-17T13:32:05.938Z Compiling pest_derive v2.8.6
5402026-04-17T13:32:06.602Z Compiling scroll v0.12.0
5412026-04-17T13:32:06.721Z Compiling zerocopy v0.7.35
5422026-04-17T13:32:06.856Z Compiling goblin v0.8.2
5432026-04-17T13:32:06.933Z Compiling zerofrom v0.1.6
5442026-04-17T13:32:07.039Z Compiling yoke v0.8.1
5452026-04-17T13:32:07.057Z Compiling dtrace-parser v0.2.0
5462026-04-17T13:32:07.199Z Compiling zerovec v0.11.5
5472026-04-17T13:32:07.199Z Compiling zerotrie v0.2.3
5482026-04-17T13:32:07.238Z Compiling clap v4.5.60
5492026-04-17T13:32:07.673Z Compiling tinystr v0.8.2
5502026-04-17T13:32:07.673Z Compiling potential_utf v0.1.4
5512026-04-17T13:32:07.802Z Compiling icu_collections v2.1.1
5522026-04-17T13:32:07.830Z Compiling icu_locale_core v2.1.1
5532026-04-17T13:32:08.326Z Compiling toml_datetime v0.6.11
5542026-04-17T13:32:08.326Z Compiling serde_spanned v0.6.9
5552026-04-17T13:32:08.326Z Compiling serde-value v0.7.0
5562026-04-17T13:32:08.326Z Compiling cargo-platform v0.2.0
5572026-04-17T13:32:08.329Z Compiling macaddr v1.0.1
5582026-04-17T13:32:08.347Z Compiling dof v0.3.0
5592026-04-17T13:32:08.355Z Compiling serde_tokenstream v0.2.3
5602026-04-17T13:32:08.382Z Compiling icu_provider v2.1.1
5612026-04-17T13:32:08.507Z Compiling toml_edit v0.22.27
5622026-04-17T13:32:08.684Z Compiling icu_properties v2.1.2
5632026-04-17T13:32:08.684Z Compiling icu_normalizer v2.1.1
5642026-04-17T13:32:09.087Z Compiling usdt-attr-macro v0.5.0
5652026-04-17T13:32:09.087Z Compiling usdt-macro v0.5.0
5662026-04-17T13:32:09.478Z Compiling idna_adapter v1.2.1
5672026-04-17T13:32:09.586Z Compiling idna v1.1.0
5682026-04-17T13:32:09.698Z Compiling usdt v0.5.0
5692026-04-17T13:32:09.806Z Compiling toml v0.8.23
5702026-04-17T13:32:09.850Z Compiling url v2.5.8
5712026-04-17T13:32:10.147Z Compiling cargo_toml v0.21.0
5722026-04-17T13:32:10.265Z Compiling cargo-util-schemas v0.8.2
5732026-04-17T13:32:11.056Z Compiling cargo_metadata v0.21.0
5742026-04-17T13:32:11.986Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5752026-04-17T13:32:14.102Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.87s
5762026-04-17T13:32:14.345Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5772026-04-17T13:32:14.915Z Downloading crates ...
5782026-04-17T13:32:15.007Z Downloaded ciborium-io v0.2.2
5792026-04-17T13:32:15.012Z Downloaded cobs v0.3.0
5802026-04-17T13:32:15.016Z Downloaded bit-set v0.5.3
5812026-04-17T13:32:15.021Z Downloaded cexpr v0.6.0
5822026-04-17T13:32:15.021Z Downloaded bitfield-macros v0.19.4
5832026-04-17T13:32:15.021Z Downloaded cstr-argument v0.1.2
5842026-04-17T13:32:15.021Z Downloaded bit-vec v0.8.0
5852026-04-17T13:32:15.021Z Downloaded crucible-workspace-hack v0.1.0
5862026-04-17T13:32:15.032Z Downloaded array-init v0.0.4
5872026-04-17T13:32:15.032Z Downloaded adler2 v2.0.1
5882026-04-17T13:32:15.033Z Downloaded arrayvec v0.7.6
5892026-04-17T13:32:15.033Z Downloaded crc v3.4.0
5902026-04-17T13:32:15.033Z Downloaded cargo-platform v0.1.9
5912026-04-17T13:32:15.038Z Downloaded atomic-waker v1.1.2
5922026-04-17T13:32:15.038Z Downloaded float-cmp v0.10.0
5932026-04-17T13:32:15.038Z Downloaded camino-tempfile-ext v0.3.3
5942026-04-17T13:32:15.038Z Downloaded ascii-canvas v3.0.0
5952026-04-17T13:32:15.041Z Downloaded arrayref v0.3.9
5962026-04-17T13:32:15.041Z Downloaded crc32fast v1.5.0
5972026-04-17T13:32:15.041Z Downloaded bytes v1.11.1
5982026-04-17T13:32:15.044Z Downloaded dropshot-api-manager-types v0.6.0
5992026-04-17T13:32:15.044Z Downloaded bb8 v0.8.6
6002026-04-17T13:32:15.047Z Downloaded atomicwrites v0.4.4
6012026-04-17T13:32:15.047Z Downloaded fixedbitset v0.5.7
6022026-04-17T13:32:15.047Z Downloaded ar_archive_writer v0.5.1
6032026-04-17T13:32:15.052Z Downloaded aead v0.5.2
6042026-04-17T13:32:15.056Z Downloaded crossterm v0.29.0
6052026-04-17T13:32:15.063Z Downloaded curve25519-dalek-derive v0.1.1
6062026-04-17T13:32:15.063Z Downloaded crypto-bigint v0.5.5
6072026-04-17T13:32:15.063Z Downloaded dof v0.4.0
6082026-04-17T13:32:15.063Z Downloaded darling_macro v0.21.3
6092026-04-17T13:32:15.069Z Downloaded either v1.15.0
6102026-04-17T13:32:15.069Z Downloaded base16ct v0.2.0
6112026-04-17T13:32:15.069Z Downloaded backon v1.6.0
6122026-04-17T13:32:15.075Z Downloaded defmt-macros v1.0.1
6132026-04-17T13:32:15.075Z Downloaded darling v0.21.3
6142026-04-17T13:32:15.075Z Downloaded corncobs v0.1.4
6152026-04-17T13:32:15.078Z Downloaded console v0.16.2
6162026-04-17T13:32:15.078Z Downloaded clang-sys v1.8.1
6172026-04-17T13:32:15.078Z Downloaded dirs-next v2.0.0
6182026-04-17T13:32:15.078Z Downloaded bitfield-struct v0.6.2
6192026-04-17T13:32:15.081Z Downloaded castaway v0.2.4
6202026-04-17T13:32:15.081Z Downloaded ctr v0.9.2
6212026-04-17T13:32:15.081Z Downloaded convert_case v0.4.0
6222026-04-17T13:32:15.084Z Downloaded cfg_aliases v0.1.1
6232026-04-17T13:32:15.084Z Downloaded atty v0.2.14
6242026-04-17T13:32:15.084Z Downloaded endian-type v0.1.2
6252026-04-17T13:32:15.087Z Downloaded assert_matches v1.5.0
6262026-04-17T13:32:15.087Z Downloaded document-features v0.2.12
6272026-04-17T13:32:15.087Z Downloaded defmt-parser v1.0.0
6282026-04-17T13:32:15.087Z Downloaded ena v0.14.4
6292026-04-17T13:32:15.091Z Downloaded async-stream v0.3.6
6302026-04-17T13:32:15.091Z Downloaded crossterm v0.28.1
6312026-04-17T13:32:15.095Z Downloaded fd-lock v4.0.4
6322026-04-17T13:32:15.103Z Downloaded crc8 v0.1.1
6332026-04-17T13:32:15.103Z Downloaded allocator-api2 v0.2.21
6342026-04-17T13:32:15.103Z Downloaded diesel_table_macro_syntax v0.3.0
6352026-04-17T13:32:15.103Z Downloaded crc-catalog v2.4.0
6362026-04-17T13:32:15.116Z Downloaded flagset v0.4.7
6372026-04-17T13:32:15.116Z Downloaded cfg_aliases v0.2.1
6382026-04-17T13:32:15.116Z Downloaded compression-core v0.4.31
6392026-04-17T13:32:15.116Z Downloaded async-recursion v1.1.1
6402026-04-17T13:32:15.116Z Downloaded env_filter v1.0.0
6412026-04-17T13:32:15.116Z Downloaded embedded-io v0.6.1
6422026-04-17T13:32:15.116Z Downloaded cpufeatures v0.3.0
6432026-04-17T13:32:15.116Z Downloaded debug-ignore v1.0.5
6442026-04-17T13:32:15.120Z Downloaded darling_macro v0.20.11
6452026-04-17T13:32:15.121Z Downloaded crunchy v0.2.4
6462026-04-17T13:32:15.121Z Downloaded float-ord v0.3.2
6472026-04-17T13:32:15.121Z Downloaded foreign-types v0.3.2
6482026-04-17T13:32:15.121Z Downloaded dtrace-parser v0.3.0
6492026-04-17T13:32:15.121Z Downloaded block-padding v0.3.3
6502026-04-17T13:32:15.121Z Downloaded downcast-rs v2.0.2
6512026-04-17T13:32:15.121Z Downloaded defmt v1.0.1
6522026-04-17T13:32:15.121Z Downloaded ff v0.13.1
6532026-04-17T13:32:15.121Z Downloaded foreign-types-macros v0.2.3
6542026-04-17T13:32:15.121Z Downloaded csv-core v0.1.13
6552026-04-17T13:32:15.126Z Downloaded ciborium-ll v0.2.2
6562026-04-17T13:32:15.130Z Downloaded derive_builder_macro v0.20.2
6572026-04-17T13:32:15.130Z Downloaded enum-as-inner v0.6.1
6582026-04-17T13:32:15.135Z Downloaded futures-sink v0.3.32
6592026-04-17T13:32:15.135Z Downloaded display-error-chain v0.2.2
6602026-04-17T13:32:15.135Z Downloaded dirs-sys-next v0.1.2
6612026-04-17T13:32:15.135Z Downloaded dunce v1.0.5
6622026-04-17T13:32:15.140Z Downloaded foreign-types-shared v0.3.1
6632026-04-17T13:32:15.140Z Downloaded foreign-types-shared v0.1.1
6642026-04-17T13:32:15.140Z Downloaded futures-io v0.3.32
6652026-04-17T13:32:15.140Z Downloaded foreign-types v0.5.0
6662026-04-17T13:32:15.140Z Downloaded fixedbitset v0.4.2
6672026-04-17T13:32:15.140Z Downloaded embedded-io v0.4.0
6682026-04-17T13:32:15.141Z Downloaded async-stream-impl v0.3.6
6692026-04-17T13:32:15.146Z Downloaded defmt v0.3.100
6702026-04-17T13:32:15.146Z Downloaded funty v2.0.0
6712026-04-17T13:32:15.159Z Downloaded difflib v0.4.0
6722026-04-17T13:32:15.159Z Downloaded darling_macro v0.23.0
6732026-04-17T13:32:15.165Z Downloaded futures-core v0.3.32
6742026-04-17T13:32:15.166Z Downloaded gethostname v0.5.0
6752026-04-17T13:32:15.166Z Downloaded const_format v0.2.35
6762026-04-17T13:32:15.166Z Downloaded dyn-clone v1.0.20
6772026-04-17T13:32:15.166Z Downloaded constant_time_eq v0.4.2
6782026-04-17T13:32:15.166Z Downloaded ghash v0.5.1
6792026-04-17T13:32:15.166Z Downloaded byte-wrapper v0.1.0
6802026-04-17T13:32:15.166Z Downloaded filetime v0.2.27
6812026-04-17T13:32:15.170Z Downloaded async-bb8-diesel v0.2.1
6822026-04-17T13:32:15.170Z Downloaded futures-task v0.3.32
6832026-04-17T13:32:15.170Z Downloaded futures-macro v0.3.32
6842026-04-17T13:32:15.170Z Downloaded data-encoding v2.10.0
6852026-04-17T13:32:15.170Z Downloaded blowfish v0.9.1
6862026-04-17T13:32:15.173Z Downloaded git-stub v1.0.0
6872026-04-17T13:32:15.173Z Downloaded dsl_auto_type v0.2.0
6882026-04-17T13:32:15.173Z Downloaded globwalk v0.9.1
6892026-04-17T13:32:15.176Z Downloaded hex v0.4.3
6902026-04-17T13:32:15.176Z Downloaded daft-derive v0.1.5
6912026-04-17T13:32:15.179Z Downloaded foldhash v0.1.5
6922026-04-17T13:32:15.179Z Downloaded hex-literal v0.4.1
6932026-04-17T13:32:15.184Z Downloaded hash32 v0.2.1
6942026-04-17T13:32:15.184Z Downloaded foldhash v0.2.0
6952026-04-17T13:32:15.184Z Downloaded env_logger v0.11.9
6962026-04-17T13:32:15.184Z Downloaded ed25519 v2.2.3
6972026-04-17T13:32:15.189Z Downloaded hash32 v0.3.1
6982026-04-17T13:32:15.189Z Downloaded base64 v0.22.1
6992026-04-17T13:32:15.202Z Downloaded argon2 v0.5.3
7002026-04-17T13:32:15.202Z Downloaded hostname v0.4.2
7012026-04-17T13:32:15.202Z Downloaded http-body v1.0.1
7022026-04-17T13:32:15.202Z Downloaded buf-list v1.1.2
7032026-04-17T13:32:15.202Z Downloaded home v0.5.12
7042026-04-17T13:32:15.226Z Downloaded cipher v0.4.4
7052026-04-17T13:32:15.226Z Downloaded chacha20 v0.9.1
7062026-04-17T13:32:15.232Z Downloaded const_format_proc_macros v0.2.34
7072026-04-17T13:32:15.232Z Downloaded cbc v0.1.2
7082026-04-17T13:32:15.233Z Downloaded bit-vec v0.6.3
7092026-04-17T13:32:15.233Z Downloaded drift v0.1.3
7102026-04-17T13:32:15.233Z Downloaded cassowary v0.3.0
7112026-04-17T13:32:15.233Z Downloaded backoff v0.4.0
7122026-04-17T13:32:15.233Z Downloaded cargo_metadata v0.19.2
7132026-04-17T13:32:15.233Z Downloaded bcs v0.1.6
7142026-04-17T13:32:15.241Z Downloaded derive-ex v0.1.8
7152026-04-17T13:32:15.241Z Downloaded find-msvc-tools v0.1.9
7162026-04-17T13:32:15.241Z Downloaded deranged v0.5.8
7172026-04-17T13:32:15.241Z Downloaded base64ct v1.8.3
7182026-04-17T13:32:15.241Z Downloaded fs_extra v1.3.0
7192026-04-17T13:32:15.241Z Downloaded derive_builder_core v0.20.2
7202026-04-17T13:32:15.241Z Downloaded hyper-tls v0.6.0
7212026-04-17T13:32:15.241Z Downloaded globset v0.4.18
7222026-04-17T13:32:15.242Z Downloaded hubpack v0.1.2
7232026-04-17T13:32:15.242Z Downloaded httpdate v1.0.3
7242026-04-17T13:32:15.242Z Downloaded http-range v0.1.5
7252026-04-17T13:32:15.242Z Downloaded hostname v0.3.1
7262026-04-17T13:32:15.242Z Downloaded hubpack_derive v0.1.1
7272026-04-17T13:32:15.242Z Downloaded group v0.13.0
7282026-04-17T13:32:15.242Z Downloaded futures-executor v0.3.32
7292026-04-17T13:32:15.242Z Downloaded chacha20poly1305 v0.10.1
7302026-04-17T13:32:15.242Z Downloaded colored v3.1.1
7312026-04-17T13:32:15.242Z Downloaded git-stub-vcs v0.1.0
7322026-04-17T13:32:15.242Z Downloaded bzip2 v0.4.4
7332026-04-17T13:32:15.242Z Downloaded glob v0.3.3
7342026-04-17T13:32:15.252Z Downloaded fs-err v2.11.0
7352026-04-17T13:32:15.252Z Downloaded ident_case v1.0.1
7362026-04-17T13:32:15.253Z Downloaded blake2 v0.10.6
7372026-04-17T13:32:15.253Z Downloaded internet-checksum v0.2.1
7382026-04-17T13:32:15.253Z Downloaded instant v0.1.13
7392026-04-17T13:32:15.253Z Downloaded indent_write v2.2.0
7402026-04-17T13:32:15.253Z Downloaded highway v1.3.0
7412026-04-17T13:32:15.260Z Downloaded daft v0.1.5
7422026-04-17T13:32:15.260Z Downloaded kstat-rs v0.2.4
7432026-04-17T13:32:15.260Z Downloaded is_ci v1.2.0
7442026-04-17T13:32:15.260Z Downloaded lalrpop-util v0.19.12
7452026-04-17T13:32:15.260Z Downloaded instability v0.3.11
7462026-04-17T13:32:15.260Z Downloaded inout v0.1.4
7472026-04-17T13:32:15.260Z Downloaded headers-core v0.3.0
7482026-04-17T13:32:15.260Z Downloaded keccak v0.1.6
7492026-04-17T13:32:15.260Z Downloaded lazy_static v1.5.0
7502026-04-17T13:32:15.269Z Downloaded is-terminal v0.4.17
7512026-04-17T13:32:15.269Z Downloaded fallible-iterator v0.2.0
7522026-04-17T13:32:15.269Z Downloaded erased-serde v0.3.31
7532026-04-17T13:32:15.269Z Downloaded lru v0.12.5
7542026-04-17T13:32:15.269Z Downloaded humantime v2.3.0
7552026-04-17T13:32:15.270Z Downloaded colored v2.2.0
7562026-04-17T13:32:15.270Z Downloaded cc v1.2.56
7572026-04-17T13:32:15.278Z Downloaded libscf-sys v1.1.0
7582026-04-17T13:32:15.278Z Downloaded linked-hash-map v0.5.6
7592026-04-17T13:32:15.278Z Downloaded cookie_store v0.22.1
7602026-04-17T13:32:15.278Z Downloaded convert_case v0.10.0
7612026-04-17T13:32:15.278Z Downloaded ahash v0.8.12
7622026-04-17T13:32:15.278Z Downloaded hyper-staticfile v0.10.1
7632026-04-17T13:32:15.287Z Downloaded diff v0.1.13
7642026-04-17T13:32:15.288Z Downloaded http-body-util v0.1.3
7652026-04-17T13:32:15.288Z Downloaded getrandom v0.2.17
7662026-04-17T13:32:15.288Z Downloaded futures-channel v0.3.32
7672026-04-17T13:32:15.291Z Downloaded derive_builder v0.20.2
7682026-04-17T13:32:15.291Z Downloaded maplit v1.0.2
7692026-04-17T13:32:15.291Z Downloaded impl-trait-for-tuples v0.2.3
7702026-04-17T13:32:15.291Z Downloaded darling v0.20.11
7712026-04-17T13:32:15.295Z Downloaded crossbeam-utils v0.8.21
7722026-04-17T13:32:15.295Z Downloaded newtype_derive v0.1.6
7732026-04-17T13:32:15.298Z Downloaded newtype-uuid-macros v0.1.0
7742026-04-17T13:32:15.298Z Downloaded newline-converter v0.3.0
7752026-04-17T13:32:15.298Z Downloaded match_cfg v0.1.0
7762026-04-17T13:32:15.298Z Downloaded lzss v0.8.2
7772026-04-17T13:32:15.301Z Downloaded mime v0.3.17
7782026-04-17T13:32:15.301Z Downloaded lru-cache v0.1.2
7792026-04-17T13:32:15.306Z Downloaded multimap v0.10.1
7802026-04-17T13:32:15.306Z Downloaded diesel-dtrace v0.5.0
7812026-04-17T13:32:15.306Z Downloaded derive_more v0.99.20
7822026-04-17T13:32:15.309Z Downloaded ipnetwork v0.21.1
7832026-04-17T13:32:15.310Z Downloaded derive-where v1.6.0
7842026-04-17T13:32:15.312Z Downloaded memoffset v0.9.1
7852026-04-17T13:32:15.312Z Downloaded maybe-uninit v2.0.0
7862026-04-17T13:32:15.316Z Downloaded linear-map v1.2.0
7872026-04-17T13:32:15.316Z Downloaded libsw v3.5.0
7882026-04-17T13:32:15.320Z Downloaded jobserver v0.1.34
7892026-04-17T13:32:15.320Z Downloaded darling v0.23.0
7902026-04-17T13:32:15.323Z Downloaded num-derive v0.4.2
7912026-04-17T13:32:15.323Z Downloaded num-derive v0.3.3
7922026-04-17T13:32:15.323Z Downloaded num-conv v0.2.0
7932026-04-17T13:32:15.331Z Downloaded num v0.4.3
7942026-04-17T13:32:15.331Z Downloaded num_threads v0.1.7
7952026-04-17T13:32:15.332Z Downloaded ingot-types v0.1.2
7962026-04-17T13:32:15.332Z Downloaded ingot v0.1.1
7972026-04-17T13:32:15.342Z Downloaded libsw-core v0.3.2
7982026-04-17T13:32:15.342Z Downloaded httparse v1.10.1
7992026-04-17T13:32:15.342Z Downloaded hmac v0.12.1
8002026-04-17T13:32:15.342Z Downloaded bitfield v0.19.4
8012026-04-17T13:32:15.342Z Downloaded libefi-sys v0.1.0
8022026-04-17T13:32:15.342Z Downloaded console v0.15.11
8032026-04-17T13:32:15.352Z Downloaded libloading v0.8.9
8042026-04-17T13:32:15.352Z Downloaded crc-any v2.5.0
8052026-04-17T13:32:15.352Z Downloaded num_enum_derive v0.5.11
8062026-04-17T13:32:15.352Z Downloaded opaque-debug v0.3.1
8072026-04-17T13:32:15.352Z Downloaded normalize-line-endings v0.3.0
8082026-04-17T13:32:15.352Z Downloaded nodrop v0.1.14
8092026-04-17T13:32:15.352Z Downloaded bzip2 v0.6.1
8102026-04-17T13:32:15.352Z Downloaded oso-derive v0.27.3
8112026-04-17T13:32:15.352Z Downloaded openssl-probe v0.2.1
8122026-04-17T13:32:15.352Z Downloaded compression-codecs v0.4.37
8132026-04-17T13:32:15.352Z Downloaded openssl-probe v0.1.6
8142026-04-17T13:32:15.353Z Downloaded aes v0.8.4
8152026-04-17T13:32:15.359Z Downloaded olpc-cjson v0.1.4
8162026-04-17T13:32:15.359Z Downloaded dropshot_endpoint v0.17.0
8172026-04-17T13:32:15.359Z Downloaded hyper-rustls v0.27.7
8182026-04-17T13:32:15.359Z Downloaded native-tls v0.2.18
8192026-04-17T13:32:15.359Z Downloaded openssl-macros v0.1.1
8202026-04-17T13:32:15.359Z Downloaded newtype-uuid v1.3.2
8212026-04-17T13:32:15.359Z Downloaded dropshot_endpoint v0.16.7
8222026-04-17T13:32:15.363Z Downloaded fatfs v0.3.6
8232026-04-17T13:32:15.364Z Downloaded getrandom v0.3.4
8242026-04-17T13:32:15.371Z Downloaded des v0.8.1
8252026-04-17T13:32:15.371Z Downloaded lock_api v0.4.14
8262026-04-17T13:32:15.371Z Downloaded indoc v1.0.9
8272026-04-17T13:32:15.376Z Downloaded managed v0.8.0
8282026-04-17T13:32:15.376Z Downloaded parse-size v1.1.0
8292026-04-17T13:32:15.376Z Downloaded pbkdf2 v0.12.2
8302026-04-17T13:32:15.376Z Downloaded parse-display v0.10.0
8312026-04-17T13:32:15.377Z Downloaded flume v0.11.1
8322026-04-17T13:32:15.377Z Downloaded half v1.8.3
8332026-04-17T13:32:15.380Z Downloaded darling_core v0.20.11
8342026-04-17T13:32:15.380Z Downloaded mime_guess v2.0.5
8352026-04-17T13:32:15.380Z Downloaded lru-slab v0.1.2
8362026-04-17T13:32:15.380Z Downloaded nanorand v0.7.0
8372026-04-17T13:32:15.383Z Downloaded packed_struct_codegen v0.10.1
8382026-04-17T13:32:15.383Z Downloaded ingot-macros v0.1.1
8392026-04-17T13:32:15.386Z Downloaded ipnet v2.11.0
8402026-04-17T13:32:15.386Z Downloaded darling_core v0.23.0
8412026-04-17T13:32:15.391Z Downloaded multer v3.1.0
8422026-04-17T13:32:15.391Z Downloaded path-slash v0.1.5
8432026-04-17T13:32:15.394Z Downloaded nu-ansi-term v0.50.3
8442026-04-17T13:32:15.394Z Downloaded elliptic-curve v0.13.8
8452026-04-17T13:32:15.394Z Downloaded nonempty v0.12.0
8462026-04-17T13:32:15.398Z Downloaded nibble_vec v0.1.0
8472026-04-17T13:32:15.398Z Downloaded num-rational v0.4.2
8482026-04-17T13:32:15.398Z Downloaded pbkdf2 v0.11.0
8492026-04-17T13:32:15.401Z Downloaded num_enum_derive v0.7.5
8502026-04-17T13:32:15.401Z Downloaded num-iter v0.1.45
8512026-04-17T13:32:15.401Z Downloaded num-integer v0.1.46
8522026-04-17T13:32:15.401Z Downloaded num-complex v0.4.6
8532026-04-17T13:32:15.405Z Downloaded indoc v2.0.7
8542026-04-17T13:32:15.405Z Downloaded phf_shared v0.11.3
8552026-04-17T13:32:15.405Z Downloaded crossbeam-epoch v0.9.18
8562026-04-17T13:32:15.408Z Downloaded new_debug_unreachable v1.0.6
8572026-04-17T13:32:15.408Z Downloaded pin-utils v0.1.0
8582026-04-17T13:32:15.409Z Downloaded phf_shared v0.13.1
8592026-04-17T13:32:15.411Z Downloaded md5 v0.7.0
8602026-04-17T13:32:15.411Z Downloaded md-5 v0.10.6
8612026-04-17T13:32:15.411Z Downloaded cmake v0.1.57
8622026-04-17T13:32:15.415Z Downloaded peg-runtime v0.8.5
8632026-04-17T13:32:15.428Z Downloaded precomputed-hash v0.1.1
8642026-04-17T13:32:15.433Z Downloaded powerfmt v0.2.0
8652026-04-17T13:32:15.433Z Downloaded num_enum v0.5.11
8662026-04-17T13:32:15.433Z Downloaded ignore v0.4.25
8672026-04-17T13:32:15.447Z Downloaded iana-time-zone v0.1.65
8682026-04-17T13:32:15.447Z Downloaded predicates-tree v1.0.13
8692026-04-17T13:32:15.447Z Downloaded predicates-core v1.0.10
8702026-04-17T13:32:15.447Z Downloaded parse-display-derive v0.10.0
8712026-04-17T13:32:15.447Z Downloaded oxnet v0.1.4
8722026-04-17T13:32:15.447Z Downloaded futures v0.3.32
8732026-04-17T13:32:15.447Z Downloaded parking_lot_core v0.8.6
8742026-04-17T13:32:15.454Z Downloaded paste v1.0.15
8752026-04-17T13:32:15.455Z Downloaded proc-macro-error-attr2 v2.0.0
8762026-04-17T13:32:15.455Z Downloaded proc-macro-crate v3.4.0
8772026-04-17T13:32:15.455Z Downloaded packed_struct v0.10.1
8782026-04-17T13:32:15.455Z Downloaded indexmap v1.9.3
8792026-04-17T13:32:15.455Z Downloaded progenitor-macro v0.10.0
8802026-04-17T13:32:15.456Z Downloaded progenitor-client v0.11.2
8812026-04-17T13:32:15.461Z Downloaded headers v0.4.1
8822026-04-17T13:32:15.461Z Downloaded progenitor-client v0.10.0
8832026-04-17T13:32:15.461Z Downloaded peg v0.8.5
8842026-04-17T13:32:15.461Z Downloaded radium v0.7.0
8852026-04-17T13:32:15.461Z Downloaded quick-error v1.2.3
8862026-04-17T13:32:15.461Z Downloaded heapless v0.8.0
8872026-04-17T13:32:15.474Z Downloaded heapless v0.7.17
8882026-04-17T13:32:15.474Z Downloaded pem v3.0.6
8892026-04-17T13:32:15.475Z Downloaded libbz2-rs-sys v0.2.2
8902026-04-17T13:32:15.475Z Downloaded proc-macro-crate v1.3.1
8912026-04-17T13:32:15.475Z Downloaded owo-colors v4.3.0
8922026-04-17T13:32:15.475Z Downloaded memmap2 v0.9.10
8932026-04-17T13:32:15.475Z Downloaded darling_core v0.21.3
8942026-04-17T13:32:15.488Z Downloaded progenitor-macro v0.11.2
8952026-04-17T13:32:15.488Z Downloaded pkg-config v0.3.32
8962026-04-17T13:32:15.488Z Downloaded pkcs8 v0.10.2
8972026-04-17T13:32:15.488Z Downloaded psl-types v2.0.11
8982026-04-17T13:32:15.488Z Downloaded pin-project-lite v0.2.17
8992026-04-17T13:32:15.488Z Downloaded rand_xorshift v0.4.0
9002026-04-17T13:32:15.488Z Downloaded rand_chacha v0.3.1
9012026-04-17T13:32:15.488Z Downloaded num_enum v0.7.5
9022026-04-17T13:32:15.491Z Downloaded derive_more v2.1.1
9032026-04-17T13:32:15.496Z Downloaded peg-macros v0.8.5
9042026-04-17T13:32:15.496Z Downloaded litrs v1.0.0
9052026-04-17T13:32:15.499Z Downloaded phf v0.12.1
9062026-04-17T13:32:15.499Z Downloaded flate2 v1.1.9
9072026-04-17T13:32:15.499Z Downloaded primeorder v0.13.6
9082026-04-17T13:32:15.503Z Downloaded ref-cast-impl v1.0.25
9092026-04-17T13:32:15.503Z Downloaded recursive-proc-macro-impl v0.1.1
9102026-04-17T13:32:15.503Z Downloaded ref-cast v1.0.25
9112026-04-17T13:32:15.506Z Downloaded ppv-lite86 v0.2.21
9122026-04-17T13:32:15.506Z Downloaded poly1305 v0.8.0
9132026-04-17T13:32:15.506Z Downloaded indicatif v0.18.4
9142026-04-17T13:32:15.509Z Downloaded recursive v0.1.1
9152026-04-17T13:32:15.509Z Downloaded omicron-zone-package v0.12.2
9162026-04-17T13:32:15.513Z Downloaded progenitor v0.11.2
9172026-04-17T13:32:15.513Z Downloaded oxide-tokio-rt v0.1.4
9182026-04-17T13:32:15.515Z Downloaded progenitor v0.10.0
9192026-04-17T13:32:15.516Z Downloaded psm v0.1.30
9202026-04-17T13:32:15.519Z Downloaded progenitor-extras v0.1.1
9212026-04-17T13:32:15.519Z Downloaded postgres-protocol v0.6.10
9222026-04-17T13:32:15.519Z Downloaded parking_lot v0.12.5
9232026-04-17T13:32:15.525Z Downloaded password-hash v0.5.0
9242026-04-17T13:32:15.525Z Downloaded russh-cryptovec v0.7.3
9252026-04-17T13:32:15.525Z Downloaded progenitor-macro v0.13.0
9262026-04-17T13:32:15.525Z Downloaded progenitor v0.13.0
9272026-04-17T13:32:15.528Z Downloaded rustc-hash v2.1.1
9282026-04-17T13:32:15.528Z Downloaded proc-macro-error2 v2.0.1
9292026-04-17T13:32:15.528Z Downloaded half v2.7.1
9302026-04-17T13:32:15.531Z Downloaded r2d2 v0.8.10
9312026-04-17T13:32:15.531Z Downloaded predicates v3.1.4
9322026-04-17T13:32:15.534Z Downloaded hickory-resolver v0.24.4
9332026-04-17T13:32:15.537Z Downloaded hickory-resolver v0.25.2
9342026-04-17T13:32:15.537Z Downloaded parking_lot_core v0.9.12
9352026-04-17T13:32:15.541Z Downloaded pkcs5 v0.7.1
9362026-04-17T13:32:15.543Z Downloaded phf_shared v0.12.1
9372026-04-17T13:32:15.543Z Downloaded rand_seeder v0.4.0
9382026-04-17T13:32:15.543Z Downloaded rand_core v0.10.0
9392026-04-17T13:32:15.543Z Downloaded rand_core v0.9.5
9402026-04-17T13:32:15.547Z Downloaded parking_lot v0.11.2
9412026-04-17T13:32:15.547Z Downloaded ed25519-dalek v2.2.0
9422026-04-17T13:32:15.550Z Downloaded rustc_version v0.4.1
9432026-04-17T13:32:15.550Z Downloaded rfc6979 v0.4.0
9442026-04-17T13:32:15.550Z Downloaded derive_more-impl v2.1.1
9452026-04-17T13:32:15.553Z Downloaded rustc_version v0.1.7
9462026-04-17T13:32:15.555Z Downloaded pkcs1 v0.7.5
9472026-04-17T13:32:15.555Z Downloaded async-compression v0.4.41
9482026-04-17T13:32:15.560Z Downloaded polyval v0.6.2
9492026-04-17T13:32:15.566Z Downloaded arc-swap v1.8.2
9502026-04-17T13:32:15.566Z Downloaded rand_core v0.6.4
9512026-04-17T13:32:15.566Z Downloaded crossbeam-channel v0.5.15
9522026-04-17T13:32:15.579Z Downloaded rand_chacha v0.9.0
9532026-04-17T13:32:15.580Z Downloaded compact_str v0.8.1
9542026-04-17T13:32:15.580Z Downloaded pin-project-internal v1.1.11
9552026-04-17T13:32:15.580Z Downloaded phf v0.13.1
9562026-04-17T13:32:15.580Z Downloaded pem-rfc7468 v0.7.0
9572026-04-17T13:32:15.603Z Downloaded password-hash v0.4.2
9582026-04-17T13:32:15.603Z Downloaded bumpalo v3.20.2
9592026-04-17T13:32:15.603Z Downloaded same-file v1.0.6
9602026-04-17T13:32:15.603Z Downloaded sapling-renderdag v0.1.0
9612026-04-17T13:32:15.603Z Downloaded miniz_oxide v0.8.9
9622026-04-17T13:32:15.603Z Downloaded base64 v0.21.7
9632026-04-17T13:32:15.603Z Downloaded ciborium v0.2.2
9642026-04-17T13:32:15.603Z Downloaded progenitor-client v0.13.0
9652026-04-17T13:32:15.603Z Downloaded oso v0.27.3
9662026-04-17T13:32:15.612Z Downloaded scheduled-thread-pool v0.2.7
9672026-04-17T13:32:15.612Z Downloaded resolv-conf v0.7.6
9682026-04-17T13:32:15.612Z Downloaded postgres-types v0.2.12
9692026-04-17T13:32:15.612Z Downloaded serde-big-array v0.5.1
9702026-04-17T13:32:15.612Z Downloaded scrypt v0.11.0
9712026-04-17T13:32:15.613Z Downloaded scroll_derive v0.13.1
9722026-04-17T13:32:15.613Z Downloaded cookie v0.18.1
9732026-04-17T13:32:15.613Z Downloaded seq-macro v0.3.6
9742026-04-17T13:32:15.613Z Downloaded scopeguard v1.2.0
9752026-04-17T13:32:15.613Z Downloaded aes-gcm v0.10.3
9762026-04-17T13:32:15.613Z Downloaded secrecy v0.10.3
9772026-04-17T13:32:15.613Z Downloaded const-oid v0.9.6
9782026-04-17T13:32:15.613Z Downloaded chacha20 v0.10.0
9792026-04-17T13:32:15.613Z Downloaded jiff-static v0.2.21
9802026-04-17T13:32:15.613Z Downloaded pin-project v1.1.11
9812026-04-17T13:32:15.613Z Downloaded rustls-native-certs v0.8.3
9822026-04-17T13:32:15.617Z Downloaded rustls-pemfile v2.2.0
9832026-04-17T13:32:15.617Z Downloaded rustls-pemfile v1.0.4
9842026-04-17T13:32:15.617Z Downloaded serde_plain v1.0.2
9852026-04-17T13:32:15.617Z Downloaded rustversion v1.0.22
9862026-04-17T13:32:15.629Z Downloaded slog-bunyan v2.5.0
9872026-04-17T13:32:15.629Z Downloaded shell-words v1.1.1
9882026-04-17T13:32:15.629Z Downloaded sha1 v0.10.6
9892026-04-17T13:32:15.629Z Downloaded rtoolbox v0.0.3
9902026-04-17T13:32:15.629Z Downloaded der v0.7.10
9912026-04-17T13:32:15.636Z Downloaded quinn-udp v0.5.14
9922026-04-17T13:32:15.637Z Downloaded expectorate v1.2.0
9932026-04-17T13:32:15.637Z Downloaded openssl-sys v0.9.111
9942026-04-17T13:32:15.637Z Downloaded signal-hook-tokio v0.3.1
9952026-04-17T13:32:15.637Z Downloaded siphasher v1.0.2
9962026-04-17T13:32:15.637Z Downloaded dropshot-api-manager v0.6.0
9972026-04-17T13:32:15.637Z Downloaded diesel_derives v2.3.7
9982026-04-17T13:32:15.643Z Downloaded signature v2.2.0
9992026-04-17T13:32:15.643Z Downloaded serde_urlencoded v0.7.1
10002026-04-17T13:32:15.643Z Downloaded signal-hook-mio v0.2.5
10012026-04-17T13:32:15.643Z Downloaded serde_spanned v1.0.4
10022026-04-17T13:32:15.648Z Downloaded semver v0.1.20
10032026-04-17T13:32:15.648Z Downloaded secrecy v0.8.0
10042026-04-17T13:32:15.648Z Downloaded postcard v1.1.3
10052026-04-17T13:32:15.648Z Downloaded rusty-fork v0.3.1
10062026-04-17T13:32:15.648Z Downloaded cancel-safe-futures v0.1.5
10072026-04-17T13:32:15.657Z Downloaded der_derive v0.7.3
10082026-04-17T13:32:15.657Z Downloaded ecdsa v0.16.9
10092026-04-17T13:32:15.657Z Downloaded crossbeam-deque v0.8.6
10102026-04-17T13:32:15.661Z Downloaded sigpipe v0.1.3
10112026-04-17T13:32:15.661Z Downloaded salsa20 v0.10.2
10122026-04-17T13:32:15.661Z Downloaded slog-envlogger v2.2.0
10132026-04-17T13:32:15.661Z Downloaded serde_repr v0.1.20
10142026-04-17T13:32:15.661Z Downloaded serde_bytes v0.11.19
10152026-04-17T13:32:15.661Z Downloaded progenitor-impl v0.11.2
10162026-04-17T13:32:15.662Z Downloaded critical-section v1.2.0
10172026-04-17T13:32:15.662Z Downloaded fxhash v0.2.1
10182026-04-17T13:32:15.662Z Downloaded bitflags v1.3.2
10192026-04-17T13:32:15.665Z Downloaded bit-set v0.8.0
10202026-04-17T13:32:15.665Z Downloaded prefix-trie v0.7.0
10212026-04-17T13:32:15.665Z Downloaded papergrid v0.17.0
10222026-04-17T13:32:15.669Z Downloaded sec1 v0.7.3
10232026-04-17T13:32:15.673Z Downloaded sct v0.7.1
10242026-04-17T13:32:15.673Z Downloaded schemars_derive v0.8.22
10252026-04-17T13:32:15.673Z Downloaded bcrypt-pbkdf v0.10.0
10262026-04-17T13:32:15.673Z Downloaded async-trait v0.1.89
10272026-04-17T13:32:15.676Z Downloaded scroll v0.13.0
10282026-04-17T13:32:15.680Z Downloaded hashbrown v0.13.2
10292026-04-17T13:32:15.680Z Downloaded hashbrown v0.12.3
10302026-04-17T13:32:15.684Z Downloaded hickory-server v0.25.2
10312026-04-17T13:32:15.688Z Downloaded russh-keys v0.45.0
10322026-04-17T13:32:15.688Z Downloaded serde-hex v0.1.0
10332026-04-17T13:32:15.691Z Downloaded ssh-encoding v0.2.0
10342026-04-17T13:32:15.694Z Downloaded strum v0.26.3
10352026-04-17T13:32:15.694Z Downloaded sqlparser_derive v0.5.0
10362026-04-17T13:32:15.694Z Downloaded ssh-cipher v0.2.0
10372026-04-17T13:32:15.699Z Downloaded prettyplease v0.2.37
10382026-04-17T13:32:15.710Z Downloaded hyper-util v0.1.20
10392026-04-17T13:32:15.716Z Downloaded structmeta v0.3.0
10402026-04-17T13:32:15.716Z Downloaded signal-hook-registry v1.4.8
10412026-04-17T13:32:15.716Z Downloaded strum v0.27.2
10422026-04-17T13:32:15.716Z Downloaded slab v0.4.12
10432026-04-17T13:32:15.721Z Downloaded structmeta-derive v0.3.0
10442026-04-17T13:32:15.721Z Downloaded serde_derive_internals v0.29.1
10452026-04-17T13:32:15.721Z Downloaded strip-ansi-escapes v0.2.1
10462026-04-17T13:32:15.721Z Downloaded sync_wrapper v1.0.2
10472026-04-17T13:32:15.721Z Downloaded supports-color v3.0.2
10482026-04-17T13:32:15.725Z Downloaded slog-scope v4.4.1
10492026-04-17T13:32:15.725Z Downloaded slog-json v2.6.1
10502026-04-17T13:32:15.725Z Downloaded simd-adler32 v0.3.8
10512026-04-17T13:32:15.725Z Downloaded slog-term v2.9.2
10522026-04-17T13:32:15.732Z Downloaded progenitor-impl v0.13.0
10532026-04-17T13:32:15.733Z Downloaded itertools v0.10.5
10542026-04-17T13:32:15.744Z Downloaded subtle v2.6.1
10552026-04-17T13:32:15.744Z Downloaded smf v0.2.3
10562026-04-17T13:32:15.744Z Downloaded tagptr v0.2.0
10572026-04-17T13:32:15.747Z Downloaded snafu-derive v0.8.9
10582026-04-17T13:32:15.747Z Downloaded smallvec v0.6.14
10592026-04-17T13:32:15.747Z Downloaded slog-stdlog v4.1.1
10602026-04-17T13:32:15.747Z Downloaded minimal-lexical v0.2.1
10612026-04-17T13:32:15.758Z Downloaded thread-id v5.1.0
10622026-04-17T13:32:15.758Z Downloaded testing_table v0.3.0
10632026-04-17T13:32:15.758Z Downloaded take_mut v0.2.2
10642026-04-17T13:32:15.758Z Downloaded tabwriter v1.4.1
10652026-04-17T13:32:15.758Z Downloaded tabled_derive v0.11.0
10662026-04-17T13:32:15.758Z Downloaded sync-ptr v0.1.4
10672026-04-17T13:32:15.758Z Downloaded termtree v0.5.1
10682026-04-17T13:32:15.758Z Downloaded http v1.4.0
10692026-04-17T13:32:15.758Z Downloaded ron v0.8.1
10702026-04-17T13:32:15.759Z Downloaded serde_cbor v0.11.2
10712026-04-17T13:32:15.779Z Downloaded pretty_assertions v1.4.1
10722026-04-17T13:32:15.779Z Downloaded p256 v0.13.2
10732026-04-17T13:32:15.779Z Downloaded serde_path_to_error v0.1.20
10742026-04-17T13:32:15.779Z Downloaded rcgen v0.12.1
10752026-04-17T13:32:15.779Z Downloaded rustls-pki-types v1.14.0
10762026-04-17T13:32:15.779Z Downloaded thiserror-impl-no-std v2.0.2
10772026-04-17T13:32:15.793Z Downloaded tinyvec_macros v0.1.1
10782026-04-17T13:32:15.793Z Downloaded sqlformat v0.3.5
10792026-04-17T13:32:15.793Z Downloaded time-core v0.1.8
10802026-04-17T13:32:15.793Z Downloaded stacker v0.1.23
10812026-04-17T13:32:15.793Z Downloaded shlex v1.3.0
10822026-04-17T13:32:15.793Z Downloaded spki v0.7.3
10832026-04-17T13:32:15.794Z Downloaded static_assertions v1.1.0
10842026-04-17T13:32:15.794Z Downloaded rustls-platform-verifier v0.6.2
10852026-04-17T13:32:15.794Z Downloaded string_cache v0.8.9
10862026-04-17T13:32:15.794Z Downloaded slog-dtrace v0.3.0
10872026-04-17T13:32:15.801Z Downloaded slog-async v2.8.0
10882026-04-17T13:32:15.801Z Downloaded support-bundle-viewer v0.1.2
10892026-04-17T13:32:15.801Z Downloaded strum_macros v0.27.2
10902026-04-17T13:32:15.801Z Downloaded tokio-macros v2.7.0
10912026-04-17T13:32:15.805Z Downloaded strum_macros v0.24.3
10922026-04-17T13:32:15.805Z Downloaded qorb v0.4.1
10932026-04-17T13:32:15.805Z Downloaded strum_macros v0.26.4
10942026-04-17T13:32:15.808Z Downloaded ryu v1.0.23
10952026-04-17T13:32:15.808Z Downloaded progenitor-impl v0.10.0
10962026-04-17T13:32:15.813Z Downloaded schemars v0.8.22
10972026-04-17T13:32:15.817Z Downloaded tap v1.0.1
10982026-04-17T13:32:15.820Z Downloaded mio v1.2.0
10992026-04-17T13:32:15.825Z Downloaded spin v0.9.8
11002026-04-17T13:32:15.825Z Downloaded thread_local v1.1.9
11012026-04-17T13:32:15.828Z Downloaded thiserror-no-std v2.0.2
11022026-04-17T13:32:15.828Z Downloaded termios v0.3.3
11032026-04-17T13:32:15.828Z Downloaded hashbrown v0.15.5
11042026-04-17T13:32:15.837Z Downloaded publicsuffix v2.3.0
11052026-04-17T13:32:15.848Z Downloaded num-bigint v0.4.6
11062026-04-17T13:32:15.848Z Downloaded serde_yaml v0.9.34+deprecated
11072026-04-17T13:32:15.848Z Downloaded tokio-dtrace v0.1.1
11082026-04-17T13:32:15.848Z Downloaded tower-service v0.3.3
11092026-04-17T13:32:15.848Z Downloaded topological-sort v0.2.2
11102026-04-17T13:32:15.849Z Downloaded tiny-keccak v2.0.2
11112026-04-17T13:32:15.862Z Downloaded trait-variant v0.1.2
11122026-04-17T13:32:15.862Z Downloaded tower-layer v0.3.3
11132026-04-17T13:32:15.862Z Downloaded time-macros v0.2.27
11142026-04-17T13:32:15.862Z Downloaded try-lock v0.2.5
11152026-04-17T13:32:15.862Z Downloaded serde_with_macros v3.17.0
11162026-04-17T13:32:15.862Z Downloaded typify-macro v0.6.1
11172026-04-17T13:32:15.862Z Downloaded quinn v0.11.9
11182026-04-17T13:32:15.862Z Downloaded nom v7.1.3
11192026-04-17T13:32:15.862Z Downloaded libxml v0.3.3
11202026-04-17T13:32:15.872Z Downloaded similar v2.7.0
11212026-04-17T13:32:15.872Z Downloaded tls_codec_derive v0.4.2
11222026-04-17T13:32:15.874Z Downloaded tls_codec v0.4.2
11232026-04-17T13:32:15.874Z Downloaded stringprep v0.1.5
11242026-04-17T13:32:15.874Z Downloaded tokio-native-tls v0.3.1
11252026-04-17T13:32:15.874Z Downloaded unarray v0.1.4
11262026-04-17T13:32:15.875Z Downloaded typify-macro v0.4.3
11272026-04-17T13:32:15.875Z Downloaded slog v2.8.2
11282026-04-17T13:32:15.875Z Downloaded unit-prefix v0.5.2
11292026-04-17T13:32:15.875Z Downloaded signal-hook v0.3.18
11302026-04-17T13:32:15.930Z Downloaded iddqd v0.3.17
11312026-04-17T13:32:15.930Z Downloaded tokio-rustls v0.25.0
11322026-04-17T13:32:15.930Z Downloaded untrusted v0.7.1
11332026-04-17T13:32:15.930Z Downloaded term v1.2.1
11342026-04-17T13:32:15.930Z Downloaded universal-hash v0.5.1
11352026-04-17T13:32:15.930Z Downloaded utf-8 v0.7.6
11362026-04-17T13:32:15.930Z Downloaded usdt-macro v0.6.0
11372026-04-17T13:32:15.930Z Downloaded tokio-tungstenite v0.23.1
11382026-04-17T13:32:15.930Z Downloaded usdt-attr-macro v0.6.0
11392026-04-17T13:32:15.930Z Downloaded usdt v0.6.0
11402026-04-17T13:32:15.931Z Downloaded toml_writer v1.0.6+spec-1.1.0
11412026-04-17T13:32:15.931Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11422026-04-17T13:32:15.931Z Downloaded term v0.7.0
11432026-04-17T13:32:15.931Z Downloaded void v1.0.2
11442026-04-17T13:32:15.931Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11452026-04-17T13:32:15.951Z Downloaded iri-string v0.7.10
11462026-04-17T13:32:15.951Z Downloaded untrusted v0.9.0
11472026-04-17T13:32:15.951Z Downloaded socket2 v0.6.3
11482026-04-17T13:32:15.951Z Downloaded rsa v0.9.10
11492026-04-17T13:32:15.951Z Downloaded itertools v0.13.0
11502026-04-17T13:32:15.951Z Downloaded rand v0.9.2
11512026-04-17T13:32:15.951Z Downloaded num-bigint-dig v0.8.6
11522026-04-17T13:32:15.951Z Downloaded waitgroup v0.1.2
11532026-04-17T13:32:15.951Z Downloaded wait-timeout v0.2.1
11542026-04-17T13:32:15.951Z Downloaded rustls-webpki v0.103.9
11552026-04-17T13:32:15.951Z Downloaded unicase v2.9.0
11562026-04-17T13:32:15.952Z Downloaded rayon-core v1.13.0
11572026-04-17T13:32:15.952Z Downloaded tui-tree-widget v0.23.1
11582026-04-17T13:32:15.952Z Downloaded unicode-truncate v1.1.0
11592026-04-17T13:32:15.959Z Downloaded want v0.3.1
11602026-04-17T13:32:15.959Z Downloaded xshell-macros v0.2.7
11612026-04-17T13:32:15.959Z Downloaded xattr v1.6.1
11622026-04-17T13:32:15.959Z Downloaded tokio-rustls v0.24.1
11632026-04-17T13:32:15.959Z Downloaded subprocess v0.2.15
11642026-04-17T13:32:15.959Z Downloaded samael v0.0.19
11652026-04-17T13:32:15.959Z Downloaded zone v0.3.1
11662026-04-17T13:32:15.972Z Downloaded tokio-stream v0.1.18
11672026-04-17T13:32:15.972Z Downloaded schemars v0.9.0
11682026-04-17T13:32:15.984Z Downloaded usdt-impl v0.6.0
11692026-04-17T13:32:15.984Z Downloaded toml_parser v1.0.9+spec-1.1.0
11702026-04-17T13:32:15.984Z Downloaded vergen-lib v0.1.6
11712026-04-17T13:32:15.984Z Downloaded rand v0.8.5
11722026-04-17T13:32:15.984Z Downloaded zone_cfg_derive v0.3.1
11732026-04-17T13:32:15.984Z Downloaded hyper v1.8.1
11742026-04-17T13:32:15.984Z Downloaded test-strategy v0.4.5
11752026-04-17T13:32:15.984Z Downloaded vergen-git2 v1.0.7
11762026-04-17T13:32:16.004Z Downloaded uzers v0.12.2
11772026-04-17T13:32:16.004Z Downloaded vergen-gitcl v1.0.8
11782026-04-17T13:32:16.005Z Downloaded tinyvec v1.10.0
11792026-04-17T13:32:16.005Z Downloaded itertools v0.14.0
11802026-04-17T13:32:16.005Z Downloaded itertools v0.12.1
11812026-04-17T13:32:16.005Z Downloaded hkdf v0.12.4
11822026-04-17T13:32:16.005Z Downloaded h2 v0.4.13
11832026-04-17T13:32:16.005Z Downloaded twox-hash v2.1.2
11842026-04-17T13:32:16.005Z Downloaded whoami v1.6.1
11852026-04-17T13:32:16.005Z Downloaded tracing-attributes v0.1.31
11862026-04-17T13:32:16.005Z Downloaded socket2 v0.5.10
11872026-04-17T13:32:16.005Z Downloaded walkdir v2.5.0
11882026-04-17T13:32:16.005Z Downloaded vsss-rs v3.3.4
11892026-04-17T13:32:16.005Z Downloaded tokio-rustls v0.26.4
11902026-04-17T13:32:16.005Z Downloaded wyz v0.5.1
11912026-04-17T13:32:16.016Z Downloaded tokio-tungstenite v0.21.0
11922026-04-17T13:32:16.021Z Downloaded toml v0.7.8
11932026-04-17T13:32:16.021Z Downloaded tar v0.4.45
11942026-04-17T13:32:16.021Z Downloaded schemars v1.2.1
11952026-04-17T13:32:16.027Z Downloaded whoami v2.1.0
11962026-04-17T13:32:16.030Z Downloaded xshell v0.2.7
11972026-04-17T13:32:16.030Z Downloaded toml v1.0.6+spec-1.1.0
11982026-04-17T13:32:16.033Z Downloaded toml v0.9.12+spec-1.1.0
11992026-04-17T13:32:16.052Z Downloaded tracing-core v0.1.36
12002026-04-17T13:32:16.052Z Downloaded snafu v0.8.9
12012026-04-17T13:32:16.052Z Downloaded zeroize v1.8.2
12022026-04-17T13:32:16.052Z Downloaded zeroize_derive v1.4.3
12032026-04-17T13:32:16.052Z Downloaded tungstenite v0.21.0
12042026-04-17T13:32:16.052Z Downloaded zstd v0.13.3
12052026-04-17T13:32:16.052Z Downloaded typify v0.6.1
12062026-04-17T13:32:16.061Z Downloaded tungstenite v0.23.0
12072026-04-17T13:32:16.061Z Downloaded p521 v0.13.3
12082026-04-17T13:32:16.061Z Downloaded futures-util v0.3.32
12092026-04-17T13:32:16.061Z Downloaded libm v0.2.16
12102026-04-17T13:32:16.065Z Downloaded aho-corasick v1.1.4
12112026-04-17T13:32:16.069Z Downloaded unicode-properties v0.1.4
12122026-04-17T13:32:16.069Z Downloaded toml_edit v0.23.10+spec-1.0.0
12132026-04-17T13:32:16.075Z Downloaded steno v0.4.1
12142026-04-17T13:32:16.075Z Downloaded vergen v9.0.6
12152026-04-17T13:32:16.081Z Downloaded unicode-bidi v0.3.18
12162026-04-17T13:32:16.081Z Downloaded russh v0.45.0
12172026-04-17T13:32:16.086Z Downloaded rand v0.10.0
12182026-04-17T13:32:16.099Z Downloaded rustyline v14.0.0
12192026-04-17T13:32:16.099Z Downloaded yasna v0.5.2
12202026-04-17T13:32:16.099Z Downloaded zerocopy v0.6.6
12212026-04-17T13:32:16.109Z Downloaded tokio-postgres v0.7.16
12222026-04-17T13:32:16.109Z Downloaded reedline v0.40.0
12232026-04-17T13:32:16.109Z Downloaded zstd-safe v7.2.4
12242026-04-17T13:32:16.109Z Downloaded uuid v1.23.0
12252026-04-17T13:32:16.113Z Downloaded typify v0.4.3
12262026-04-17T13:32:16.113Z Downloaded rpassword v7.4.0
12272026-04-17T13:32:16.122Z Downloaded blake3 v1.8.3
12282026-04-17T13:32:16.132Z Downloaded vte v0.14.1
12292026-04-17T13:32:16.132Z Downloaded unsafe-libyaml v0.2.11
12302026-04-17T13:32:16.137Z Downloaded unicode_categories v0.1.1
12312026-04-17T13:32:16.149Z Downloaded zopfli v0.8.3
12322026-04-17T13:32:16.153Z Downloaded zip v0.6.6
12332026-04-17T13:32:16.153Z Downloaded yansi v1.0.1
12342026-04-17T13:32:16.158Z Downloaded reqwest v0.12.28
12352026-04-17T13:32:16.164Z Downloaded bitvec v1.0.1
12362026-04-17T13:32:16.174Z Downloaded ssh-key v0.6.7
12372026-04-17T13:32:16.180Z Downloaded p384 v0.13.1
12382026-04-17T13:32:16.185Z Downloaded reqwest v0.13.2
12392026-04-17T13:32:16.202Z Downloaded tower v0.5.3
12402026-04-17T13:32:16.208Z Downloaded chrono v0.4.44
12412026-04-17T13:32:16.215Z Downloaded portable-atomic v1.13.1
12422026-04-17T13:32:16.223Z Downloaded aws-lc-rs v1.16.0
12432026-04-17T13:32:16.228Z Downloaded x509-cert v0.2.5
12442026-04-17T13:32:16.228Z Downloaded toml_edit v0.19.15
12452026-04-17T13:32:16.238Z Downloaded zerocopy-derive v0.8.40
12462026-04-17T13:32:16.245Z Downloaded typed-path v0.9.3
12472026-04-17T13:32:16.245Z Downloaded bindgen v0.71.1
12482026-04-17T13:32:16.248Z Downloaded unicode-segmentation v1.12.0
12492026-04-17T13:32:16.248Z Downloaded salty v0.3.0
12502026-04-17T13:32:16.253Z Downloaded regex v1.12.3
12512026-04-17T13:32:16.262Z Downloaded zip v4.6.1
12522026-04-17T13:32:16.262Z Downloaded rustls-webpki v0.101.7
12532026-04-17T13:32:16.279Z Downloaded tower-http v0.6.8
12542026-04-17T13:32:16.285Z Downloaded git2 v0.20.4
12552026-04-17T13:32:16.285Z Downloaded serde_with v3.17.0
12562026-04-17T13:32:16.285Z Downloaded curve25519-dalek v4.1.3
12572026-04-17T13:32:16.289Z Downloaded unicode-normalization v0.1.25
12582026-04-17T13:32:16.297Z Downloaded rayon v1.11.0
12592026-04-17T13:32:16.297Z Downloaded proptest v1.10.0
12602026-04-17T13:32:16.306Z Downloaded moka v0.12.13
12612026-04-17T13:32:16.309Z Downloaded tokio-util v0.7.18
12622026-04-17T13:32:16.309Z Downloaded lalrpop v0.19.12
12632026-04-17T13:32:16.321Z Downloaded rustls-webpki v0.102.8
12642026-04-17T13:32:16.325Z Downloaded radix_trie v0.2.1
12652026-04-17T13:32:16.328Z Downloaded quick-xml v0.37.5
12662026-04-17T13:32:16.332Z Downloaded goblin v0.10.5
12672026-04-17T13:32:16.340Z Downloaded object v0.30.4
12682026-04-17T13:32:16.355Z Downloaded winnow v0.6.26
12692026-04-17T13:32:16.361Z Downloaded tough v0.20.0
12702026-04-17T13:32:16.376Z Downloaded petname v2.0.2
12712026-04-17T13:32:16.389Z Downloaded quinn-proto v0.11.13
12722026-04-17T13:32:16.394Z Downloaded polar-core v0.27.3
12732026-04-17T13:32:16.400Z Downloaded regex-syntax v0.6.29
12742026-04-17T13:32:16.404Z Downloaded bstr v1.12.1
12752026-04-17T13:32:16.408Z Downloaded nix v0.27.1
12762026-04-17T13:32:16.414Z Downloaded winnow v0.5.40
12772026-04-17T13:32:16.423Z Downloaded nix v0.29.0
12782026-04-17T13:32:16.437Z Downloaded smoltcp v0.9.1
12792026-04-17T13:32:16.446Z Downloaded rustls v0.21.12
12802026-04-17T13:32:16.446Z Downloaded zlib-rs v0.6.2
12812026-04-17T13:32:16.455Z Downloaded object v0.37.3
12822026-04-17T13:32:16.455Z Downloaded hickory-proto v0.24.4
12832026-04-17T13:32:16.459Z Downloaded vcpkg v0.2.15
12842026-04-17T13:32:16.479Z Downloaded openapiv3 v2.2.0
12852026-04-17T13:32:16.486Z Downloaded rustls v0.22.4
12862026-04-17T13:32:16.500Z Downloaded webpki-roots v1.0.6
12872026-04-17T13:32:16.504Z Downloaded diesel v2.3.7
12882026-04-17T13:32:16.510Z Downloaded zerocopy v0.8.40
12892026-04-17T13:32:16.515Z Downloaded hickory-proto v0.25.2
12902026-04-17T13:32:16.523Z Downloaded rustls v0.23.37
12912026-04-17T13:32:16.534Z Downloaded regex-syntax v0.8.10
12922026-04-17T13:32:16.540Z Downloaded smoltcp v0.11.0
12932026-04-17T13:32:16.545Z Downloaded regress v0.10.5
12942026-04-17T13:32:16.556Z Downloaded sqlparser v0.61.0
12952026-04-17T13:32:16.567Z Downloaded nix v0.31.2
12962026-04-17T13:32:16.567Z Downloaded time v0.3.47
12972026-04-17T13:32:16.575Z Downloaded openssl v0.10.75
12982026-04-17T13:32:16.583Z Downloaded rustix v0.38.44
12992026-04-17T13:32:16.588Z Downloaded dropshot v0.17.0
13002026-04-17T13:32:16.597Z Downloaded typify-impl v0.4.3
13012026-04-17T13:32:16.624Z Downloaded ratatui v0.29.0
13022026-04-17T13:32:16.628Z Downloaded nix v0.28.0
13032026-04-17T13:32:16.628Z Downloaded tabled v0.20.0
13042026-04-17T13:32:16.636Z Downloaded dropshot v0.16.7
13052026-04-17T13:32:16.650Z Downloaded csv v1.4.0
13062026-04-17T13:32:16.658Z Downloaded regex-automata v0.4.14
13072026-04-17T13:32:16.669Z Downloaded sled v0.34.7
13082026-04-17T13:32:16.677Z Downloaded jiff v0.2.21
13092026-04-17T13:32:16.687Z Downloaded typify-impl v0.6.1
13102026-04-17T13:32:16.704Z Downloaded tracing v0.1.44
13112026-04-17T13:32:16.710Z Downloaded bzip2-sys v0.1.13+1.0.8
13122026-04-17T13:32:16.731Z Downloaded zerocopy-derive v0.6.6
13132026-04-17T13:32:16.775Z Downloaded chrono-tz v0.10.4
13142026-04-17T13:32:16.790Z Downloaded encoding_rs v0.8.35
13152026-04-17T13:32:16.801Z Downloaded petgraph v0.6.5
13162026-04-17T13:32:16.826Z Downloaded petgraph v0.8.3
13172026-04-17T13:32:16.836Z Downloaded libgit2-sys v0.18.3+1.9.2
13182026-04-17T13:32:16.866Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13192026-04-17T13:32:16.877Z Downloaded sha3 v0.10.8
13202026-04-17T13:32:16.882Z Downloaded libz-sys v1.1.24
13212026-04-17T13:32:16.900Z Downloaded tokio v1.52.1
13222026-04-17T13:32:16.983Z Downloaded ring v0.17.14
13232026-04-17T13:32:17.502Z Downloaded aws-lc-sys v0.37.1
13242026-04-17T13:32:17.750Z Compiling libc v0.2.185
13252026-04-17T13:32:17.750Z Compiling serde v1.0.228
13262026-04-17T13:32:17.753Z Compiling shlex v1.3.0
13272026-04-17T13:32:17.753Z Compiling log v0.4.29
13282026-04-17T13:32:17.753Z Compiling find-msvc-tools v0.1.9
13292026-04-17T13:32:17.753Z Compiling smallvec v1.15.1
13302026-04-17T13:32:17.753Z Compiling typenum v1.19.0
13312026-04-17T13:32:17.753Z Compiling subtle v2.6.1
13322026-04-17T13:32:17.753Z Compiling generic-array v0.14.7
13332026-04-17T13:32:17.753Z Compiling scopeguard v1.2.0
13342026-04-17T13:32:17.753Z Compiling const-oid v0.9.6
13352026-04-17T13:32:17.753Z Compiling portable-atomic v1.13.1
13362026-04-17T13:32:17.753Z Compiling zerocopy v0.8.40
13372026-04-17T13:32:17.912Z Compiling syn v2.0.117
13382026-04-17T13:32:17.965Z Compiling critical-section v1.2.0
13392026-04-17T13:32:17.970Z Compiling serde_json v1.0.149
13402026-04-17T13:32:18.118Z Compiling lock_api v0.4.14
13412026-04-17T13:32:18.135Z Compiling pin-project-lite v0.2.17
13422026-04-17T13:32:18.159Z Compiling parking_lot_core v0.9.12
13432026-04-17T13:32:18.192Z Compiling pkg-config v0.3.32
13442026-04-17T13:32:18.206Z Compiling bitflags v2.11.0
13452026-04-17T13:32:18.221Z Compiling libm v0.2.16
13462026-04-17T13:32:18.242Z Compiling num-traits v0.2.19
13472026-04-17T13:32:18.265Z Compiling futures-core v0.3.32
13482026-04-17T13:32:18.298Z Compiling percent-encoding v2.3.2
13492026-04-17T13:32:18.312Z Compiling allocator-api2 v0.2.21
13502026-04-17T13:32:18.361Z Compiling futures-sink v0.3.32
13512026-04-17T13:32:18.450Z Compiling foldhash v0.2.0
13522026-04-17T13:32:18.480Z Compiling cpufeatures v0.2.17
13532026-04-17T13:32:18.523Z Compiling futures-channel v0.3.32
13542026-04-17T13:32:18.537Z Compiling futures-io v0.3.32
13552026-04-17T13:32:18.540Z Compiling getrandom v0.4.1
13562026-04-17T13:32:18.568Z Compiling slab v0.4.12
13572026-04-17T13:32:18.610Z Compiling hashbrown v0.16.1
13582026-04-17T13:32:18.655Z Compiling futures-task v0.3.32
13592026-04-17T13:32:18.674Z Compiling rustversion v1.0.22
13602026-04-17T13:32:18.688Z Compiling getrandom v0.3.4
13612026-04-17T13:32:18.745Z Compiling rand_core v0.10.0
13622026-04-17T13:32:18.762Z Compiling form_urlencoded v1.2.2
13632026-04-17T13:32:18.781Z Compiling base64ct v1.8.3
13642026-04-17T13:32:18.781Z Compiling dunce v1.0.5
13652026-04-17T13:32:18.807Z Compiling fs_extra v1.3.0
13662026-04-17T13:32:18.839Z Compiling getrandom v0.2.17
13672026-04-17T13:32:18.903Z Compiling jobserver v0.1.34
13682026-04-17T13:32:18.921Z Compiling errno v0.3.14
13692026-04-17T13:32:18.948Z Compiling mio v1.2.0
13702026-04-17T13:32:18.962Z Compiling socket2 v0.6.3
13712026-04-17T13:32:19.039Z Compiling rand_core v0.6.4
13722026-04-17T13:32:19.063Z Compiling once_cell v1.21.3
13732026-04-17T13:32:19.083Z Compiling signal-hook-registry v1.4.8
13742026-04-17T13:32:19.178Z Compiling cc v1.2.56
13752026-04-17T13:32:19.184Z Compiling parking_lot v0.12.5
13762026-04-17T13:32:19.226Z Compiling indexmap v2.13.0
13772026-04-17T13:32:19.306Z Compiling ident_case v1.0.1
13782026-04-17T13:32:19.361Z Compiling pem-rfc7468 v0.7.0
13792026-04-17T13:32:19.390Z Compiling flagset v0.4.7
13802026-04-17T13:32:19.411Z Compiling rustix v1.1.3
13812026-04-17T13:32:19.428Z Compiling iana-time-zone v0.1.65
13822026-04-17T13:32:19.469Z Compiling uuid v1.23.0
13832026-04-17T13:32:19.508Z Compiling rustc_version v0.4.1
13842026-04-17T13:32:19.526Z Compiling regex-syntax v0.8.10
13852026-04-17T13:32:19.549Z Compiling vcpkg v0.2.15
13862026-04-17T13:32:19.555Z Compiling aws-lc-rs v1.16.0
13872026-04-17T13:32:19.602Z Compiling tracing-core v0.1.36
13882026-04-17T13:32:19.670Z Compiling openssl-probe v0.2.1
13892026-04-17T13:32:19.713Z Compiling base64 v0.22.1
13902026-04-17T13:32:19.795Z Compiling rand_core v0.9.5
13912026-04-17T13:32:19.861Z Compiling untrusted v0.7.1
13922026-04-17T13:32:19.877Z Compiling schemars v0.8.22
13932026-04-17T13:32:19.893Z Compiling untrusted v0.9.0
13942026-04-17T13:32:19.896Z Compiling httparse v1.10.1
13952026-04-17T13:32:19.929Z Compiling tower-service v0.3.3
13962026-04-17T13:32:19.984Z Compiling cmake v0.1.57
13972026-04-17T13:32:20.011Z Compiling tower-layer v0.3.3
13982026-04-17T13:32:20.039Z Compiling rustls v0.23.37
13992026-04-17T13:32:20.051Z Compiling try-lock v0.2.5
14002026-04-17T13:32:20.065Z Compiling dyn-clone v1.0.20
14012026-04-17T13:32:20.112Z Compiling tinyvec_macros v0.1.1
14022026-04-17T13:32:20.142Z Compiling atomic-waker v1.1.2
14032026-04-17T13:32:20.161Z Compiling want v0.3.1
14042026-04-17T13:32:20.180Z Compiling spin v0.9.8
14052026-04-17T13:32:20.198Z Compiling tinyvec v1.10.0
14062026-04-17T13:32:20.201Z Compiling aho-corasick v1.1.4
14072026-04-17T13:32:20.201Z Compiling foreign-types-shared v0.1.1
14082026-04-17T13:32:20.241Z Compiling num-conv v0.2.0
14092026-04-17T13:32:20.245Z Compiling pin-utils v0.1.0
14102026-04-17T13:32:20.245Z Compiling time-core v0.1.8
14112026-04-17T13:32:20.287Z Compiling crc32fast v1.5.0
14122026-04-17T13:32:20.329Z Compiling httpdate v1.0.3
14132026-04-17T13:32:20.346Z Compiling openssl v0.10.75
14142026-04-17T13:32:20.349Z Compiling powerfmt v0.2.0
14152026-04-17T13:32:20.373Z Compiling foreign-types v0.3.2
14162026-04-17T13:32:20.401Z Compiling wait-timeout v0.2.1
14172026-04-17T13:32:20.417Z Compiling socket2 v0.5.10
14182026-04-17T13:32:20.433Z Compiling crossbeam-utils v0.8.21
14192026-04-17T13:32:20.451Z Compiling time-macros v0.2.27
14202026-04-17T13:32:20.465Z Compiling bit-vec v0.8.0
14212026-04-17T13:32:20.609Z Compiling deranged v0.5.8
14222026-04-17T13:32:20.630Z Compiling num_threads v0.1.7
14232026-04-17T13:32:20.639Z Compiling siphasher v1.0.2
14242026-04-17T13:32:20.673Z Compiling native-tls v0.2.18
14252026-04-17T13:32:20.711Z Compiling quick-error v1.2.3
14262026-04-17T13:32:20.727Z Compiling simd-adler32 v0.3.8
14272026-04-17T13:32:20.744Z Compiling usdt-impl v0.6.0
14282026-04-17T13:32:20.748Z Compiling syn v1.0.109
14292026-04-17T13:32:20.810Z Compiling bit-set v0.8.0
14302026-04-17T13:32:20.841Z Compiling unicode-normalization v0.1.25
14312026-04-17T13:32:20.867Z Compiling slog v2.8.2
14322026-04-17T13:32:20.880Z Compiling aws-lc-sys v0.37.1
14332026-04-17T13:32:20.895Z Compiling ring v0.17.14
14342026-04-17T13:32:20.911Z Compiling openssl-sys v0.9.111
14352026-04-17T13:32:20.985Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14362026-04-17T13:32:21.018Z Compiling bzip2-sys v0.1.13+1.0.8
14372026-04-17T13:32:21.034Z Compiling rand_xorshift v0.4.0
14382026-04-17T13:32:21.047Z Compiling synstructure v0.13.2
14392026-04-17T13:32:21.077Z Compiling serde_derive_internals v0.29.1
14402026-04-17T13:32:21.108Z Compiling pest_generator v2.8.6
14412026-04-17T13:32:21.225Z Compiling darling_core v0.20.11
14422026-04-17T13:32:21.344Z Compiling regex-automata v0.4.14
14432026-04-17T13:32:21.371Z Compiling tempfile v3.25.0
14442026-04-17T13:32:21.442Z Compiling darling_core v0.21.3
14452026-04-17T13:32:21.615Z Compiling time v0.3.47
14462026-04-17T13:32:21.697Z Compiling rusty-fork v0.3.1
14472026-04-17T13:32:21.712Z Compiling heapless v0.7.17
14482026-04-17T13:32:21.778Z Compiling thread-id v5.1.0
14492026-04-17T13:32:21.867Z Compiling sync_wrapper v1.0.2
14502026-04-17T13:32:21.881Z Compiling cookie v0.18.1
14512026-04-17T13:32:21.984Z Compiling paste v1.0.15
14522026-04-17T13:32:21.998Z Compiling zstd-safe v7.2.4
14532026-04-17T13:32:22.051Z Compiling unicode-properties v0.1.4
14542026-04-17T13:32:22.067Z Compiling anyhow v1.0.102
14552026-04-17T13:32:22.085Z Compiling unarray v0.1.4
14562026-04-17T13:32:22.100Z Compiling adler2 v2.0.1
14572026-04-17T13:32:22.103Z Compiling signal-hook v0.3.18
14582026-04-17T13:32:22.200Z Compiling unicode-bidi v0.3.18
14592026-04-17T13:32:22.215Z Compiling miniz_oxide v0.8.9
14602026-04-17T13:32:22.375Z Compiling num-integer v0.1.46
14612026-04-17T13:32:22.389Z Compiling vergen-lib v0.1.6
14622026-04-17T13:32:22.593Z Compiling stringprep v0.1.5
14632026-04-17T13:32:22.647Z Compiling curve25519-dalek v4.1.3
14642026-04-17T13:32:22.719Z Compiling ff v0.13.1
14652026-04-17T13:32:22.771Z Compiling hash32 v0.2.1
14662026-04-17T13:32:22.877Z Compiling memoffset v0.9.1
14672026-04-17T13:32:22.883Z Compiling num-bigint-dig v0.8.6
14682026-04-17T13:32:22.886Z Compiling iri-string v0.7.10
14692026-04-17T13:32:22.886Z Compiling serde_derive v1.0.228
14702026-04-17T13:32:22.981Z Compiling zeroize_derive v1.4.3
14712026-04-17T13:32:23.008Z Compiling zerofrom-derive v0.1.6
14722026-04-17T13:32:23.076Z Compiling yoke-derive v0.8.1
14732026-04-17T13:32:23.092Z Compiling zerocopy-derive v0.8.40
14742026-04-17T13:32:23.099Z Compiling zerovec-derive v0.11.2
14752026-04-17T13:32:23.124Z Compiling displaydoc v0.2.5
14762026-04-17T13:32:23.282Z Compiling tokio-macros v2.7.0
14772026-04-17T13:32:23.673Z Compiling futures-macro v0.3.32
14782026-04-17T13:32:23.688Z Compiling zeroize v1.8.2
14792026-04-17T13:32:23.931Z Compiling der_derive v0.7.3
14802026-04-17T13:32:24.062Z Compiling thiserror-impl v2.0.18
14812026-04-17T13:32:24.095Z Compiling rustls-pki-types v1.14.0
14822026-04-17T13:32:24.318Z Compiling tracing-attributes v0.1.31
14832026-04-17T13:32:24.355Z Compiling pest_derive v2.8.6
14842026-04-17T13:32:24.499Z Compiling crypto-common v0.1.7
14852026-04-17T13:32:24.515Z Compiling zerofrom v0.1.6
14862026-04-17T13:32:24.531Z Compiling block-buffer v0.10.4
14872026-04-17T13:32:24.548Z Compiling futures-util v0.3.32
14882026-04-17T13:32:24.615Z Compiling block-padding v0.3.3
14892026-04-17T13:32:24.660Z Compiling yoke v0.8.1
14902026-04-17T13:32:24.675Z Compiling digest v0.10.7
14912026-04-17T13:32:24.725Z Compiling scroll_derive v0.13.1
14922026-04-17T13:32:24.803Z Compiling inout v0.1.4
14932026-04-17T13:32:24.822Z Compiling schemars_derive v0.8.22
14942026-04-17T13:32:24.869Z Compiling zerovec v0.11.5
14952026-04-17T13:32:24.943Z Compiling zerotrie v0.2.3
14962026-04-17T13:32:24.976Z Compiling hmac v0.12.1
14972026-04-17T13:32:24.993Z Compiling cipher v0.4.4
14982026-04-17T13:32:25.154Z Compiling sha2 v0.10.9
14992026-04-17T13:32:25.271Z Compiling der v0.7.10
15002026-04-17T13:32:25.287Z Compiling salsa20 v0.10.2
15012026-04-17T13:32:25.419Z Compiling tinystr v0.8.2
15022026-04-17T13:32:25.444Z Compiling potential_utf v0.1.4
15032026-04-17T13:32:25.528Z Compiling pbkdf2 v0.12.2
15042026-04-17T13:32:25.543Z Compiling thiserror v2.0.18
15052026-04-17T13:32:25.592Z Compiling icu_locale_core v2.1.1
15062026-04-17T13:32:25.630Z Compiling icu_collections v2.1.1
15072026-04-17T13:32:25.641Z Compiling scrypt v0.11.0
15082026-04-17T13:32:25.657Z Compiling cbc v0.1.2
15092026-04-17T13:32:25.674Z Compiling aes v0.8.4
15102026-04-17T13:32:25.716Z Compiling tracing v0.1.44
15112026-04-17T13:32:25.827Z Compiling scroll v0.13.0
15122026-04-17T13:32:25.923Z Compiling darling_macro v0.20.11
15132026-04-17T13:32:26.010Z Compiling openssl-macros v0.1.1
15142026-04-17T13:32:26.122Z Compiling spki v0.7.3
15152026-04-17T13:32:26.138Z Compiling goblin v0.10.5
15162026-04-17T13:32:26.154Z Compiling dtrace-parser v0.3.0
15172026-04-17T13:32:26.326Z Compiling icu_provider v2.1.1
15182026-04-17T13:32:26.366Z Compiling pkcs5 v0.7.1
15192026-04-17T13:32:26.454Z Compiling bytes v1.11.1
15202026-04-17T13:32:26.470Z Compiling chrono v0.4.44
15212026-04-17T13:32:26.521Z Compiling ipnet v2.11.0
15222026-04-17T13:32:26.538Z Compiling darling v0.20.11
15232026-04-17T13:32:26.598Z Compiling icu_properties v2.1.2
15242026-04-17T13:32:26.638Z Compiling icu_normalizer v2.1.1
15252026-04-17T13:32:26.658Z Compiling derive_builder_core v0.20.2
15262026-04-17T13:32:26.791Z Compiling pkcs8 v0.10.2
15272026-04-17T13:32:26.885Z Compiling signature v2.2.0
15282026-04-17T13:32:26.923Z Compiling tokio v1.52.1
15292026-04-17T13:32:26.946Z Compiling http v1.4.0
15302026-04-17T13:32:27.040Z Compiling rustls-native-certs v0.8.3
15312026-04-17T13:32:27.081Z Compiling scroll_derive v0.12.1
15322026-04-17T13:32:27.097Z Compiling thiserror-impl v1.0.69
15332026-04-17T13:32:27.117Z Compiling serde_tokenstream v0.2.3
15342026-04-17T13:32:27.196Z Compiling toml_datetime v0.6.11
15352026-04-17T13:32:27.348Z Compiling serde_spanned v0.6.9
15362026-04-17T13:32:27.451Z Compiling idna_adapter v1.2.1
15372026-04-17T13:32:27.475Z Compiling erased-serde v0.3.31
15382026-04-17T13:32:27.511Z Compiling md-5 v0.10.6
15392026-04-17T13:32:27.554Z Compiling ppv-lite86 v0.2.21
15402026-04-17T13:32:27.569Z Compiling idna v1.1.0
15412026-04-17T13:32:27.610Z Compiling http-body v1.0.1
15422026-04-17T13:32:27.703Z Compiling derive_builder_macro v0.20.2
15432026-04-17T13:32:27.731Z Compiling webpki-roots v1.0.6
15442026-04-17T13:32:27.771Z Compiling http-body-util v0.1.3
15452026-04-17T13:32:27.786Z Compiling darling_macro v0.21.3
15462026-04-17T13:32:27.789Z Compiling scroll v0.12.0
15472026-04-17T13:32:27.875Z Compiling url v2.5.8
15482026-04-17T13:32:27.894Z Compiling rand_chacha v0.9.0
15492026-04-17T13:32:27.909Z Compiling rand_chacha v0.3.1
15502026-04-17T13:32:27.912Z Compiling zerocopy-derive v0.7.35
15512026-04-17T13:32:27.981Z Compiling smoltcp v0.9.1
15522026-04-17T13:32:28.042Z Compiling litrs v1.0.0
15532026-04-17T13:32:28.073Z Compiling ref-cast v1.0.25
15542026-04-17T13:32:28.098Z Compiling rand v0.9.2
15552026-04-17T13:32:28.254Z Compiling zlib-rs v0.6.2
15562026-04-17T13:32:28.316Z Compiling cfg_aliases v0.2.1
15572026-04-17T13:32:28.348Z Compiling ryu v1.0.23
15582026-04-17T13:32:28.399Z Compiling rustix v0.38.44
15592026-04-17T13:32:28.413Z Compiling thiserror v1.0.69
15602026-04-17T13:32:28.416Z Compiling base16ct v0.2.0
15612026-04-17T13:32:28.547Z Compiling fallible-iterator v0.2.0
15622026-04-17T13:32:28.547Z Compiling psl-types v2.0.11
15632026-04-17T13:32:28.579Z Compiling document-features v0.2.12
15642026-04-17T13:32:28.609Z Compiling sec1 v0.7.3
15652026-04-17T13:32:28.625Z Compiling serde_urlencoded v0.7.1
15662026-04-17T13:32:28.715Z Compiling proptest v1.10.0
15672026-04-17T13:32:28.745Z Compiling publicsuffix v2.3.0
15682026-04-17T13:32:28.841Z Compiling dof v0.4.0
15692026-04-17T13:32:28.888Z Compiling postgres-protocol v0.6.10
15702026-04-17T13:32:28.903Z Compiling zerocopy v0.7.35
15712026-04-17T13:32:28.935Z Compiling nix v0.31.2
15722026-04-17T13:32:28.982Z Compiling darling v0.21.3
15732026-04-17T13:32:28.997Z Compiling derive_builder v0.20.2
15742026-04-17T13:32:29.043Z Compiling rand v0.8.5
15752026-04-17T13:32:29.101Z Compiling goblin v0.8.2
15762026-04-17T13:32:29.212Z Compiling ipnetwork v0.21.1
15772026-04-17T13:32:29.252Z Compiling cargo-platform v0.1.9
15782026-04-17T13:32:29.379Z Compiling hubpack_derive v0.1.1
15792026-04-17T13:32:29.461Z Compiling oxnet v0.1.4
15802026-04-17T13:32:29.516Z Compiling hkdf v0.12.4
15812026-04-17T13:32:29.516Z Compiling crypto-bigint v0.5.5
15822026-04-17T13:32:29.545Z Compiling regex v1.12.3
15832026-04-17T13:32:29.827Z Compiling curve25519-dalek-derive v0.1.1
15842026-04-17T13:32:29.843Z Compiling ref-cast-impl v1.0.25
15852026-04-17T13:32:29.858Z Compiling daft-derive v0.1.5
15862026-04-17T13:32:29.889Z Compiling async-trait v0.1.89
15872026-04-17T13:32:29.927Z Compiling strum_macros v0.27.2
15882026-04-17T13:32:30.132Z Compiling group v0.13.0
15892026-04-17T13:32:30.305Z Compiling num-iter v0.1.45
15902026-04-17T13:32:30.450Z Compiling terminal_size v0.4.3
15912026-04-17T13:32:30.466Z Compiling phf_shared v0.13.1
15922026-04-17T13:32:30.524Z Compiling lazy_static v1.5.0
15932026-04-17T13:32:30.564Z Compiling vergen v9.0.6
15942026-04-17T13:32:30.619Z Compiling fs-err v3.3.0
15952026-04-17T13:32:30.636Z Compiling ahash v0.8.12
15962026-04-17T13:32:30.652Z Compiling winnow v0.5.40
15972026-04-17T13:32:30.655Z Compiling bitflags v1.3.2
15982026-04-17T13:32:30.687Z Compiling managed v0.8.0
15992026-04-17T13:32:30.734Z Compiling tokio-util v0.7.18
16002026-04-17T13:32:30.762Z Compiling tower v0.5.3
16012026-04-17T13:32:30.776Z Compiling tokio-native-tls v0.3.1
16022026-04-17T13:32:30.838Z Compiling bumpalo v3.20.2
16032026-04-17T13:32:30.867Z Compiling libbz2-rs-sys v0.2.2
16042026-04-17T13:32:30.929Z Compiling object v0.37.3
16052026-04-17T13:32:30.979Z Compiling foldhash v0.1.5
16062026-04-17T13:32:30.994Z Compiling unicode-segmentation v1.12.0
16072026-04-17T13:32:30.999Z Compiling clap_builder v4.5.60
16082026-04-17T13:32:31.118Z Compiling newtype-uuid v1.3.2
16092026-04-17T13:32:31.174Z Compiling tower-http v0.6.8
16102026-04-17T13:32:31.230Z Compiling flate2 v1.1.9
16112026-04-17T13:32:31.326Z Compiling bzip2 v0.6.1
16122026-04-17T13:32:31.405Z Compiling daft v0.1.5
16132026-04-17T13:32:31.481Z Compiling h2 v0.4.13
16142026-04-17T13:32:31.539Z Compiling dof v0.3.0
16152026-04-17T13:32:31.560Z Compiling hashbrown v0.15.5
16162026-04-17T13:32:31.588Z Compiling zopfli v0.8.3
16172026-04-17T13:32:31.736Z Compiling phf v0.13.1
16182026-04-17T13:32:31.822Z Compiling signal-hook-mio v0.2.5
16192026-04-17T13:32:31.922Z Compiling elliptic-curve v0.13.8
16202026-04-17T13:32:31.967Z Compiling toml_edit v0.19.15
16212026-04-17T13:32:31.981Z Compiling strum v0.27.2
16222026-04-17T13:32:32.134Z Compiling usdt-macro v0.6.0
16232026-04-17T13:32:32.150Z Compiling usdt-attr-macro v0.6.0
16242026-04-17T13:32:32.289Z Compiling cargo_metadata v0.19.2
16252026-04-17T13:32:32.339Z Compiling cookie_store v0.22.1
16262026-04-17T13:32:32.425Z Compiling hubpack v0.1.2
16272026-04-17T13:32:32.501Z Compiling bzip2 v0.4.4
16282026-04-17T13:32:32.570Z Compiling postgres-types v0.2.12
16292026-04-17T13:32:32.683Z Compiling zstd v0.13.3
16302026-04-17T13:32:32.768Z Compiling serde_with_macros v3.17.0
16312026-04-17T13:32:32.800Z Compiling dtrace-parser v0.2.0
16322026-04-17T13:32:32.938Z Compiling ed25519 v2.2.3
16332026-04-17T13:32:32.980Z Compiling pkcs1 v0.7.5
16342026-04-17T13:32:33.034Z Compiling hex v0.4.3
16352026-04-17T13:32:33.049Z Compiling serde-big-array v0.5.1
16362026-04-17T13:32:33.168Z Compiling rfc6979 v0.4.0
16372026-04-17T13:32:33.213Z Compiling bstr v1.12.1
16382026-04-17T13:32:33.313Z Compiling clap_derive v4.5.55
16392026-04-17T13:32:33.332Z Compiling strum_macros v0.26.4
16402026-04-17T13:32:33.409Z Compiling enum-as-inner v0.6.1
16412026-04-17T13:32:33.579Z Compiling serde_repr v0.1.20
16422026-04-17T13:32:33.675Z Compiling phf_shared v0.11.3
16432026-04-17T13:32:33.879Z Compiling float-cmp v0.10.0
16442026-04-17T13:32:33.896Z Compiling memmap2 v0.9.10
16452026-04-17T13:32:33.914Z Compiling thread-id v4.2.2
16462026-04-17T13:32:33.917Z Compiling env_filter v1.0.0
16472026-04-17T13:32:33.946Z Compiling encoding_rs v0.8.35
16482026-04-17T13:32:33.949Z Compiling new_debug_unreachable v1.0.6
16492026-04-17T13:32:34.017Z Compiling whoami v2.1.0
16502026-04-17T13:32:34.044Z Compiling rustc-hash v2.1.1
16512026-04-17T13:32:34.060Z Compiling normalize-line-endings v0.3.0
16522026-04-17T13:32:34.096Z Compiling precomputed-hash v0.1.1
16532026-04-17T13:32:34.164Z Compiling jiff v0.2.21
16542026-04-17T13:32:34.182Z Compiling static_assertions v1.1.0
16552026-04-17T13:32:34.198Z Compiling either v1.15.0
16562026-04-17T13:32:34.244Z Compiling predicates-core v1.0.10
16572026-04-17T13:32:34.259Z Compiling difflib v0.4.0
16582026-04-17T13:32:34.274Z Compiling fixedbitset v0.5.7
16592026-04-17T13:32:34.335Z Compiling fixedbitset v0.4.2
16602026-04-17T13:32:34.436Z Compiling mime v0.3.17
16612026-04-17T13:32:34.452Z Compiling keccak v0.1.6
16622026-04-17T13:32:34.468Z Compiling data-encoding v2.10.0
16632026-04-17T13:32:34.583Z Compiling hyper v1.8.1
16642026-04-17T13:32:34.608Z Compiling sha3 v0.10.8
16652026-04-17T13:32:34.726Z Compiling predicates v3.1.4
16662026-04-17T13:32:34.729Z Compiling petgraph v0.6.5
16672026-04-17T13:32:34.866Z Compiling hickory-proto v0.25.2
16682026-04-17T13:32:34.915Z Compiling petgraph v0.8.3
16692026-04-17T13:32:35.101Z Compiling itertools v0.13.0
16702026-04-17T13:32:35.229Z Compiling tokio-postgres v0.7.16
16712026-04-17T13:32:35.245Z Compiling clap v4.5.60
16722026-04-17T13:32:35.249Z Compiling strum v0.26.3
16732026-04-17T13:32:35.303Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16742026-04-17T13:32:35.345Z Compiling string_cache v0.8.9
16752026-04-17T13:32:35.421Z Compiling iddqd v0.3.17
16762026-04-17T13:32:35.439Z Compiling env_logger v0.11.9
16772026-04-17T13:32:35.616Z Compiling toml_edit v0.22.27
16782026-04-17T13:32:35.635Z Compiling usdt v0.6.0
16792026-04-17T13:32:35.651Z Compiling usdt-impl v0.5.0
16802026-04-17T13:32:35.835Z Compiling hyper-util v0.1.20
16812026-04-17T13:32:35.930Z Compiling serde_with v3.17.0
16822026-04-17T13:32:36.263Z Compiling similar v2.7.0
16832026-04-17T13:32:36.298Z Compiling crossterm v0.28.1
16842026-04-17T13:32:36.313Z Compiling toml v0.7.8
16852026-04-17T13:32:36.397Z Compiling ecdsa v0.16.9
16862026-04-17T13:32:36.624Z Compiling rsa v0.9.10
16872026-04-17T13:32:36.922Z Compiling zip v4.6.1
16882026-04-17T13:32:36.940Z Compiling ed25519-dalek v2.2.0
16892026-04-17T13:32:37.187Z Compiling zip v0.6.6
16902026-04-17T13:32:37.247Z Compiling hyper-tls v0.6.0
16912026-04-17T13:32:37.645Z Compiling tokio-stream v0.1.18
16922026-04-17T13:32:37.677Z Compiling heck v0.4.1
16932026-04-17T13:32:37.702Z Compiling toml_parser v1.0.9+spec-1.1.0
16942026-04-17T13:32:37.790Z Compiling buf-list v1.1.2
16952026-04-17T13:32:37.812Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16962026-04-17T13:32:37.935Z Compiling openapiv3 v2.2.0
16972026-04-17T13:32:37.951Z Compiling x509-cert v0.2.5
16982026-04-17T13:32:37.968Z Compiling sha1 v0.10.6
16992026-04-17T13:32:38.099Z Compiling crossbeam-epoch v0.9.18
17002026-04-17T13:32:38.139Z Compiling toml_datetime v0.7.5+spec-1.1.0
17012026-04-17T13:32:38.154Z Compiling peg-runtime v0.8.5
17022026-04-17T13:32:38.157Z Compiling lalrpop-util v0.19.12
17032026-04-17T13:32:38.222Z Compiling thread_local v1.1.9
17042026-04-17T13:32:38.370Z Compiling slog-async v2.8.0
17052026-04-17T13:32:38.394Z Compiling futures-executor v0.3.32
17062026-04-17T13:32:38.459Z Compiling crossbeam-channel v0.5.15
17072026-04-17T13:32:38.459Z Compiling filetime v0.2.27
17082026-04-17T13:32:38.491Z Compiling is-terminal v0.4.17
17092026-04-17T13:32:38.494Z Compiling term v1.2.1
17102026-04-17T13:32:38.520Z Compiling take_mut v0.2.2
17112026-04-17T13:32:38.538Z Compiling xattr v1.6.1
17122026-04-17T13:32:38.622Z Compiling futures v0.3.32
17132026-04-17T13:32:38.685Z Compiling tar v0.4.45
17142026-04-17T13:32:38.990Z Compiling slog-term v2.9.2
17152026-04-17T13:32:54.060Z Compiling rustls-webpki v0.103.9
17162026-04-17T13:32:56.866Z Compiling tokio-rustls v0.26.4
17172026-04-17T13:32:56.867Z Compiling rustls-platform-verifier v0.6.2
17182026-04-17T13:32:57.070Z Compiling hyper-rustls v0.27.7
17192026-04-17T13:32:57.262Z Compiling reqwest v0.12.28
17202026-04-17T13:32:57.262Z Compiling reqwest v0.13.2
17212026-04-17T13:32:59.284Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17222026-04-17T13:32:59.531Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17232026-04-17T13:33:02.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.94s
17242026-04-17T13:33:02.517Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17252026-04-17T13:33:02.575ZApr 17 13:33:01.790 INFO Starting download, target: Console
17262026-04-17T13:33:02.575ZApr 17 13:33:01.791 INFO Starting download, target: Cockroach
17272026-04-17T13:33:02.579ZApr 17 13:33:01.791 INFO Starting download, target: DendriteStub
17282026-04-17T13:33:02.579ZApr 17 13:33:01.791 INFO Starting download, target: Clickhouse
17292026-04-17T13:33:02.579ZApr 17 13:33:01.791 INFO Starting download, target: MaghemiteMgd
17302026-04-17T13:33:02.579ZApr 17 13:33:01.791 INFO Starting download, target: TransceiverControl
17312026-04-17T13:33:02.579ZApr 17 13:33:01.791 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17322026-04-17T13:33:02.579ZApr 17 13:33:01.791 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17332026-04-17T13:33:02.579ZApr 17 13:33:01.791 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17342026-04-17T13:33:02.579ZApr 17 13:33:01.791 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-04-17T13:33:02.579ZApr 17 13:33:01.791 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17362026-04-17T13:33:02.579ZApr 17 13:33:01.791 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17372026-04-17T13:33:02.904ZApr 17 13:33:02.119 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17382026-04-17T13:33:03.127ZApr 17 13:33:02.332 INFO Download complete, target: TransceiverControl
17392026-04-17T13:33:03.582ZApr 17 13:33:02.794 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17402026-04-17T13:33:03.768ZApr 17 13:33:02.986 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17412026-04-17T13:33:03.822ZApr 17 13:33:03.037 INFO Download complete, target: Console
17422026-04-17T13:33:04.077ZApr 17 13:33:03.290 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-04-17T13:33:04.490ZApr 17 13:33:03.707 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17442026-04-17T13:33:04.490ZApr 17 13:33:03.707 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17452026-04-17T13:33:04.647ZApr 17 13:33:03.864 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17462026-04-17T13:33:06.056ZApr 17 13:33:05.272 INFO Download complete, target: MaghemiteMgd
17472026-04-17T13:33:06.475ZApr 17 13:33:05.692 INFO Download complete, target: DendriteStub
17482026-04-17T13:33:09.184ZApr 17 13:33:08.401 INFO Checking that binary works, target: Cockroach
17492026-04-17T13:33:09.285ZApr 17 13:33:08.502 INFO Download complete, target: Cockroach
17502026-04-17T13:33:11.449ZApr 17 13:33:10.664 INFO Checking that binary works, target: Clickhouse
17512026-04-17T13:33:11.535ZApr 17 13:33:10.752 INFO Download complete, target: Clickhouse
17522026-04-17T13:33:11.542ZAll prerequisites installed successfully
17532026-04-17T13:33:11.546Z
17542026-04-17T13:33:11.546Zreal 2:53.077613172
17552026-04-17T13:33:11.546Zuser 7:20.500128290
17562026-04-17T13:33:11.546Zsys 1:43.099254237
17572026-04-17T13:33:11.546Ztrap 0.279063538
17582026-04-17T13:33:11.546Ztflt 1.217777088
17592026-04-17T13:33:11.546Zdflt 1.728697047
17602026-04-17T13:33:11.546Zkflt 0.024554604
17612026-04-17T13:33:11.546Zlock 22:29.910601569
17622026-04-17T13:33:11.546Zslp 19:38.639143640
17632026-04-17T13:33:11.546Zlat 25.556757410
17642026-04-17T13:33:11.546Zstop 3:00.953318298
17652026-04-17T13:33:11.546Z+ ptime -m cargo xtask download softnpu
17662026-04-17T13:33:12.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17672026-04-17T13:33:12.089Z Running `target/debug/xtask download softnpu`
17682026-04-17T13:33:12.849Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17692026-04-17T13:33:12.920Z Running `target/debug/xtask-downloader softnpu`
17702026-04-17T13:33:12.964ZApr 17 13:33:12.180 INFO Starting download, target: Softnpu
17712026-04-17T13:33:12.967ZApr 17 13:33:12.181 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17722026-04-17T13:33:13.503ZApr 17 13:33:12.718 INFO Download complete, target: Softnpu
17732026-04-17T13:33:13.506Z
17742026-04-17T13:33:13.506Zreal 1.956515989
17752026-04-17T13:33:13.506Zuser 1.339402133
17762026-04-17T13:33:13.506Zsys 0.674018202
17772026-04-17T13:33:13.506Ztrap 0.000642648
17782026-04-17T13:33:13.506Ztflt 0.000081815
17792026-04-17T13:33:13.506Zdflt 0.000129637
17802026-04-17T13:33:13.506Zkflt 0.000000000
17812026-04-17T13:33:13.506Zlock 9.777680014
17822026-04-17T13:33:13.506Zslp 0.406023079
17832026-04-17T13:33:13.506Zlat 0.096295016
17842026-04-17T13:33:13.506Zstop 0.000167733
17852026-04-17T13:33:13.509Z+ export CARGO_INCREMENTAL=0
17862026-04-17T13:33:13.509Z+ CARGO_INCREMENTAL=0
17872026-04-17T13:33:13.509Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17882026-04-17T13:33:14.409Z Compiling proc-macro2 v1.0.106
17892026-04-17T13:33:14.409Z Compiling quote v1.0.44
17902026-04-17T13:33:14.409Z Compiling unicode-ident v1.0.24
17912026-04-17T13:33:14.409Z Compiling libc v0.2.185
17922026-04-17T13:33:14.412Z Compiling serde_core v1.0.228
17932026-04-17T13:33:14.412Z Compiling serde v1.0.228
17942026-04-17T13:33:14.412Z Compiling cfg-if v1.0.4
17952026-04-17T13:33:14.412Z Compiling version_check v0.9.5
17962026-04-17T13:33:14.412Z Compiling shlex v1.3.0
17972026-04-17T13:33:14.412Z Compiling find-msvc-tools v0.1.9
17982026-04-17T13:33:14.412Z Compiling typenum v1.19.0
17992026-04-17T13:33:14.552Z Compiling autocfg v1.5.0
18002026-04-17T13:33:14.555Z Compiling zmij v1.0.21
18012026-04-17T13:33:14.555Z Compiling serde_json v1.0.149
18022026-04-17T13:33:14.555Z Compiling portable-atomic v1.13.1
18032026-04-17T13:33:14.664Z Compiling memchr v2.8.0
18042026-04-17T13:33:14.787Z Compiling zerocopy v0.8.40
18052026-04-17T13:33:14.939Z Compiling libm v0.2.16
18062026-04-17T13:33:14.967Z Compiling smallvec v1.15.1
18072026-04-17T13:33:15.016Z Compiling parking_lot_core v0.9.12
18082026-04-17T13:33:15.046Z Compiling generic-array v0.14.7
18092026-04-17T13:33:15.166Z Compiling icu_properties_data v2.1.2
18102026-04-17T13:33:15.183Z Compiling icu_normalizer_data v2.1.1
18112026-04-17T13:33:15.221Z Compiling num-traits v0.2.19
18122026-04-17T13:33:15.262Z Compiling itoa v1.0.17
18132026-04-17T13:33:15.284Z Compiling getrandom v0.4.1
18142026-04-17T13:33:15.297Z Compiling log v0.4.29
18152026-04-17T13:33:15.347Z Compiling stable_deref_trait v1.2.1
18162026-04-17T13:33:15.350Z Compiling pkg-config v0.3.32
18172026-04-17T13:33:15.391Z Compiling subtle v2.6.1
18182026-04-17T13:33:15.530Z Compiling jobserver v0.1.34
18192026-04-17T13:33:15.547Z Compiling getrandom v0.2.17
18202026-04-17T13:33:15.582Z Compiling errno v0.3.14
18212026-04-17T13:33:15.642Z Compiling scopeguard v1.2.0
18222026-04-17T13:33:15.762Z Compiling cc v1.2.56
18232026-04-17T13:33:15.792Z Compiling rand_core v0.6.4
18242026-04-17T13:33:15.833Z Compiling lock_api v0.4.14
18252026-04-17T13:33:15.868Z Compiling percent-encoding v2.3.2
18262026-04-17T13:33:15.883Z Compiling litemap v0.8.1
18272026-04-17T13:33:15.899Z Compiling writeable v0.6.2
18282026-04-17T13:33:15.932Z Compiling fnv v1.0.7
18292026-04-17T13:33:16.002Z Compiling syn v2.0.117
18302026-04-17T13:33:16.037Z Compiling thiserror v2.0.18
18312026-04-17T13:33:16.095Z Compiling getrandom v0.3.4
18322026-04-17T13:33:16.108Z Compiling pin-project-lite v0.2.17
18332026-04-17T13:33:16.215Z Compiling critical-section v1.2.0
18342026-04-17T13:33:16.246Z Compiling allocator-api2 v0.2.21
18352026-04-17T13:33:16.249Z Compiling schemars v0.8.22
18362026-04-17T13:33:16.305Z Compiling rustversion v1.0.22
18372026-04-17T13:33:16.308Z Compiling equivalent v1.0.2
18382026-04-17T13:33:16.366Z Compiling fs_extra v1.3.0
18392026-04-17T13:33:16.380Z Compiling dunce v1.0.5
18402026-04-17T13:33:16.426Z Compiling rand_core v0.10.0
18412026-04-17T13:33:16.431Z Compiling utf8_iter v1.0.4
18422026-04-17T13:33:16.495Z Compiling foldhash v0.2.0
18432026-04-17T13:33:16.510Z Compiling cmake v0.1.57
18442026-04-17T13:33:16.618Z Compiling form_urlencoded v1.2.2
18452026-04-17T13:33:16.650Z Compiling hashbrown v0.16.1
18462026-04-17T13:33:16.697Z Compiling once_cell v1.21.3
18472026-04-17T13:33:16.806Z Compiling semver v1.0.27
18482026-04-17T13:33:16.914Z Compiling bitflags v2.11.0
18492026-04-17T13:33:16.958Z Compiling const-oid v0.9.6
18502026-04-17T13:33:16.988Z Compiling signal-hook-registry v1.4.8
18512026-04-17T13:33:17.094Z Compiling ring v0.17.14
18522026-04-17T13:33:17.126Z Compiling aws-lc-sys v0.37.1
18532026-04-17T13:33:17.130Z Compiling rustix v1.1.3
18542026-04-17T13:33:17.157Z Compiling mio v1.2.0
18552026-04-17T13:33:17.286Z Compiling indexmap v2.13.0
18562026-04-17T13:33:17.304Z Compiling parking_lot v0.12.5
18572026-04-17T13:33:17.308Z Compiling socket2 v0.6.3
18582026-04-17T13:33:17.347Z Compiling aws-lc-rs v1.16.0
18592026-04-17T13:33:17.401Z Compiling strsim v0.11.1
18602026-04-17T13:33:17.474Z Compiling thiserror v1.0.69
18612026-04-17T13:33:17.495Z Compiling futures-core v0.3.32
18622026-04-17T13:33:17.530Z Compiling byteorder v1.5.0
18632026-04-17T13:33:17.684Z Compiling httparse v1.10.1
18642026-04-17T13:33:17.703Z Compiling ucd-trie v0.1.7
18652026-04-17T13:33:17.792Z Compiling iana-time-zone v0.1.65
18662026-04-17T13:33:17.878Z Compiling pest v2.8.6
18672026-04-17T13:33:17.895Z Compiling heck v0.5.0
18682026-04-17T13:33:17.960Z Compiling syn v1.0.109
18692026-04-17T13:33:17.966Z Compiling vcpkg v0.2.15
18702026-04-17T13:33:17.989Z Compiling ident_case v1.0.1
18712026-04-17T13:33:18.032Z Compiling uuid v1.23.0
18722026-04-17T13:33:18.063Z Compiling cpufeatures v0.2.17
18732026-04-17T13:33:18.159Z Compiling regex-syntax v0.8.10
18742026-04-17T13:33:18.366Z Compiling rustc_version v0.4.1
18752026-04-17T13:33:18.474Z Compiling rustls v0.23.37
18762026-04-17T13:33:18.491Z Compiling futures-sink v0.3.32
18772026-04-17T13:33:18.541Z Compiling openssl-sys v0.9.111
18782026-04-17T13:33:18.602Z Compiling futures-channel v0.3.32
18792026-04-17T13:33:18.659Z Compiling slab v0.4.12
18802026-04-17T13:33:18.676Z Compiling futures-task v0.3.32
18812026-04-17T13:33:18.688Z Compiling futures-io v0.3.32
18822026-04-17T13:33:18.850Z Compiling synstructure v0.13.2
18832026-04-17T13:33:18.864Z Compiling serde_derive_internals v0.29.1
18842026-04-17T13:33:18.901Z Compiling dyn-clone v1.0.20
18852026-04-17T13:33:18.904Z Compiling plain v0.2.3
18862026-04-17T13:33:18.947Z Compiling aho-corasick v1.1.4
18872026-04-17T13:33:18.955Z Compiling crossbeam-utils v0.8.21
18882026-04-17T13:33:19.037Z Compiling pest_meta v2.8.6
18892026-04-17T13:33:19.088Z Compiling num-conv v0.2.0
18902026-04-17T13:33:19.118Z Compiling time-core v0.1.8
18912026-04-17T13:33:19.297Z Compiling time-macros v0.2.27
18922026-04-17T13:33:19.327Z Compiling pretty-hex v0.4.1
18932026-04-17T13:33:19.426Z Compiling openssl v0.10.75
18942026-04-17T13:33:19.461Z Compiling base64 v0.22.1
18952026-04-17T13:33:19.649Z Compiling pest_generator v2.8.6
18962026-04-17T13:33:19.671Z Compiling crc32fast v1.5.0
18972026-04-17T13:33:19.690Z Compiling base64ct v1.8.3
18982026-04-17T13:33:19.707Z Compiling anyhow v1.0.102
18992026-04-17T13:33:19.710Z Compiling darling_core v0.21.3
19002026-04-17T13:33:19.722Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19012026-04-17T13:33:19.812Z Compiling flagset v0.4.7
19022026-04-17T13:33:19.958Z Compiling regex-automata v0.4.14
19032026-04-17T13:33:19.973Z Compiling pem-rfc7468 v0.7.0
19042026-04-17T13:33:19.985Z Compiling native-tls v0.2.18
19052026-04-17T13:33:20.005Z Compiling rand_core v0.9.5
19062026-04-17T13:33:20.128Z Compiling serde_derive v1.0.228
19072026-04-17T13:33:20.144Z Compiling zeroize_derive v1.4.3
19082026-04-17T13:33:20.234Z Compiling zerofrom-derive v0.1.6
19092026-04-17T13:33:20.255Z Compiling yoke-derive v0.8.1
19102026-04-17T13:33:20.276Z Compiling zerovec-derive v0.11.2
19112026-04-17T13:33:20.321Z Compiling displaydoc v0.2.5
19122026-04-17T13:33:20.336Z Compiling zerocopy-derive v0.8.40
19132026-04-17T13:33:20.352Z Compiling tokio-macros v2.7.0
19142026-04-17T13:33:20.368Z Compiling futures-macro v0.3.32
19152026-04-17T13:33:20.411Z Compiling thiserror-impl v2.0.18
19162026-04-17T13:33:20.754Z Compiling zeroize v1.8.2
19172026-04-17T13:33:21.050Z Compiling schemars_derive v0.8.22
19182026-04-17T13:33:21.145Z Compiling tracing-attributes v0.1.31
19192026-04-17T13:33:21.232Z Compiling der_derive v0.7.3
19202026-04-17T13:33:21.333Z Compiling thiserror-impl v1.0.69
19212026-04-17T13:33:21.375Z Compiling zerofrom v0.1.6
19222026-04-17T13:33:21.521Z Compiling yoke v0.8.1
19232026-04-17T13:33:21.594Z Compiling crypto-common v0.1.7
19242026-04-17T13:33:21.729Z Compiling zerovec v0.11.5
19252026-04-17T13:33:21.745Z Compiling zerotrie v0.2.3
19262026-04-17T13:33:21.913Z Compiling block-buffer v0.10.4
19272026-04-17T13:33:22.079Z Compiling digest v0.10.7
19282026-04-17T13:33:22.207Z Compiling pest_derive v2.8.6
19292026-04-17T13:33:22.222Z Compiling futures-util v0.3.32
19302026-04-17T13:33:22.320Z Compiling tinystr v0.8.2
19312026-04-17T13:33:22.334Z Compiling potential_utf v0.1.4
19322026-04-17T13:33:22.337Z Compiling hmac v0.12.1
19332026-04-17T13:33:22.366Z Compiling block-padding v0.3.3
19342026-04-17T13:33:22.468Z Compiling icu_collections v2.1.1
19352026-04-17T13:33:22.509Z Compiling icu_locale_core v2.1.1
19362026-04-17T13:33:22.531Z Compiling inout v0.1.4
19372026-04-17T13:33:22.546Z Compiling sha2 v0.10.9
19382026-04-17T13:33:22.662Z Compiling cipher v0.4.4
19392026-04-17T13:33:22.743Z Compiling rustls-pki-types v1.14.0
19402026-04-17T13:33:22.924Z Compiling scroll_derive v0.12.1
19412026-04-17T13:33:23.223Z Compiling icu_provider v2.1.1
19422026-04-17T13:33:23.312Z Compiling bytes v1.11.1
19432026-04-17T13:33:23.397Z Compiling chrono v0.4.44
19442026-04-17T13:33:23.490Z Compiling icu_normalizer v2.1.1
19452026-04-17T13:33:23.572Z Compiling icu_properties v2.1.2
19462026-04-17T13:33:23.656Z Compiling serde_tokenstream v0.2.3
19472026-04-17T13:33:23.671Z Compiling scroll_derive v0.13.1
19482026-04-17T13:33:23.946Z Compiling tokio v1.52.1
19492026-04-17T13:33:24.507Z Compiling idna_adapter v1.2.1
19502026-04-17T13:33:24.665Z Compiling idna v1.1.0
19512026-04-17T13:33:24.683Z Compiling ppv-lite86 v0.2.21
19522026-04-17T13:33:24.909Z Compiling openssl-macros v0.1.1
19532026-04-17T13:33:24.981Z Compiling http v1.4.0
19542026-04-17T13:33:25.043Z Compiling url v2.5.8
19552026-04-17T13:33:25.059Z Compiling regex v1.12.3
19562026-04-17T13:33:25.077Z Compiling der v0.7.10
19572026-04-17T13:33:25.223Z Compiling darling_macro v0.21.3
19582026-04-17T13:33:25.356Z Compiling zerocopy-derive v0.7.35
19592026-04-17T13:33:25.374Z Compiling slog v2.8.2
19602026-04-17T13:33:25.377Z Compiling tracing-core v0.1.36
19612026-04-17T13:33:25.596Z Compiling untrusted v0.9.0
19622026-04-17T13:33:25.893Z Compiling tracing v0.1.44
19632026-04-17T13:33:25.908Z Compiling darling v0.21.3
19642026-04-17T13:33:26.006Z Compiling spki v0.7.3
19652026-04-17T13:33:26.258Z Compiling salsa20 v0.10.2
19662026-04-17T13:33:26.335Z Compiling pbkdf2 v0.12.2
19672026-04-17T13:33:26.494Z Compiling cookie v0.18.1
19682026-04-17T13:33:26.656Z Compiling camino v1.2.2
19692026-04-17T13:33:26.858Z Compiling scrypt v0.11.0
19702026-04-17T13:33:26.895Z Compiling rand_chacha v0.9.0
19712026-04-17T13:33:26.943Z Compiling cbc v0.1.2
19722026-04-17T13:33:26.981Z Compiling aes v0.8.4
19732026-04-17T13:33:27.312Z Compiling usdt-impl v0.5.0
19742026-04-17T13:33:27.400Z Compiling usdt-impl v0.6.0
19752026-04-17T13:33:27.433Z Compiling paste v1.0.15
19762026-04-17T13:33:27.463Z Compiling winnow v0.7.14
19772026-04-17T13:33:27.553Z Compiling either v1.15.0
19782026-04-17T13:33:27.611Z Compiling ref-cast v1.0.25
19792026-04-17T13:33:27.769Z Compiling tokio-util v0.7.18
19802026-04-17T13:33:27.785Z Compiling pkcs5 v0.7.1
19812026-04-17T13:33:27.860Z Compiling rand v0.9.2
19822026-04-17T13:33:27.912Z Compiling http-body v1.0.1
19832026-04-17T13:33:28.130Z Compiling scroll v0.13.0
19842026-04-17T13:33:28.255Z Compiling scroll v0.12.0
19852026-04-17T13:33:28.274Z Compiling toml_datetime v0.6.11
19862026-04-17T13:33:28.420Z Compiling serde_spanned v0.6.9
19872026-04-17T13:33:28.501Z Compiling heapless v0.7.17
19882026-04-17T13:33:28.554Z Compiling bzip2-sys v0.1.13+1.0.8
19892026-04-17T13:33:28.583Z Compiling untrusted v0.7.1
19902026-04-17T13:33:28.599Z Compiling signal-hook v0.3.18
19912026-04-17T13:33:28.654Z Compiling atomic-waker v1.1.2
19922026-04-17T13:33:28.750Z Compiling openssl-probe v0.2.1
19932026-04-17T13:33:28.823Z Compiling zstd-safe v7.2.4
19942026-04-17T13:33:28.917Z Compiling toml_parser v1.0.9+spec-1.1.0
19952026-04-17T13:33:28.970Z Compiling goblin v0.8.2
19962026-04-17T13:33:29.003Z Compiling goblin v0.10.5
19972026-04-17T13:33:29.095Z Compiling pkcs8 v0.10.2
19982026-04-17T13:33:29.193Z Compiling zerocopy v0.7.35
19992026-04-17T13:33:29.411Z Compiling ref-cast-impl v1.0.25
20002026-04-17T13:33:29.498Z Compiling darling_core v0.20.11
20012026-04-17T13:33:29.513Z Compiling curve25519-dalek v4.1.3
20022026-04-17T13:33:29.614Z Compiling toml_datetime v0.7.5+spec-1.1.0
20032026-04-17T13:33:29.674Z Compiling memoffset v0.9.1
20042026-04-17T13:33:29.784Z Compiling tower-service v0.3.3
20052026-04-17T13:33:29.901Z Compiling try-lock v0.2.5
20062026-04-17T13:33:29.917Z Compiling tinyvec_macros v0.1.1
20072026-04-17T13:33:29.980Z Compiling winnow v0.5.40
20082026-04-17T13:33:30.006Z Compiling litrs v1.0.0
20092026-04-17T13:33:30.081Z Compiling fastrand v2.3.0
20102026-04-17T13:33:30.114Z Compiling rustix v0.38.44
20112026-04-17T13:33:30.171Z Compiling tower-layer v0.3.3
20122026-04-17T13:33:30.535Z Compiling want v0.3.1
20132026-04-17T13:33:30.591Z Compiling document-features v0.2.12
20142026-04-17T13:33:30.643Z Compiling h2 v0.4.13
20152026-04-17T13:33:30.730Z Compiling tinyvec v1.10.0
20162026-04-17T13:33:31.203Z Compiling dtrace-parser v0.2.0
20172026-04-17T13:33:31.397Z Compiling toml_edit v0.19.15
20182026-04-17T13:33:31.438Z Compiling dof v0.3.0
20192026-04-17T13:33:31.507Z Compiling darling_macro v0.20.11
20202026-04-17T13:33:31.821Z Compiling dof v0.4.0
20212026-04-17T13:33:32.247Z Compiling dtrace-parser v0.3.0
20222026-04-17T13:33:32.251Z Compiling ipnet v2.11.0
20232026-04-17T13:33:32.251Z Compiling daft-derive v0.1.5
20242026-04-17T13:33:32.251Z Compiling async-trait v0.1.89
20252026-04-17T13:33:32.251Z Compiling spin v0.9.8
20262026-04-17T13:33:32.379Z Compiling thread-id v4.2.2
20272026-04-17T13:33:32.439Z Compiling thread-id v5.1.0
20282026-04-17T13:33:32.480Z Compiling num-bigint-dig v0.8.6
20292026-04-17T13:33:32.534Z Compiling httpdate v1.0.3
20302026-04-17T13:33:32.685Z Compiling cfg_aliases v0.2.1
20312026-04-17T13:33:32.689Z Compiling pin-utils v0.1.0
20322026-04-17T13:33:32.768Z Compiling foreign-types-shared v0.1.1
20332026-04-17T13:33:32.784Z Compiling smoltcp v0.9.1
20342026-04-17T13:33:32.815Z Compiling powerfmt v0.2.0
20352026-04-17T13:33:32.885Z Compiling foreign-types v0.3.2
20362026-04-17T13:33:32.889Z Compiling nix v0.31.2
20372026-04-17T13:33:32.982Z Compiling tempfile v3.25.0
20382026-04-17T13:33:33.010Z Compiling deranged v0.5.8
20392026-04-17T13:33:33.143Z Compiling darling v0.20.11
20402026-04-17T13:33:33.302Z Compiling ipnetwork v0.21.1
20412026-04-17T13:33:33.552Z Compiling curve25519-dalek-derive v0.1.1
20422026-04-17T13:33:33.608Z Compiling strum_macros v0.26.4
20432026-04-17T13:33:33.693Z Compiling hyper v1.8.1
20442026-04-17T13:33:33.938Z Compiling socket2 v0.5.10
20452026-04-17T13:33:34.010Z Compiling wait-timeout v0.2.1
20462026-04-17T13:33:34.272Z Compiling bit-vec v0.8.0
20472026-04-17T13:33:34.396Z Compiling siphasher v1.0.2
20482026-04-17T13:33:34.498Z Compiling num_threads v0.1.7
20492026-04-17T13:33:34.548Z Compiling quick-error v1.2.3
20502026-04-17T13:33:34.572Z Compiling simd-adler32 v0.3.8
20512026-04-17T13:33:34.677Z Compiling utf8parse v0.2.2
20522026-04-17T13:33:34.692Z Compiling anstyle v1.0.13
20532026-04-17T13:33:34.792Z Compiling anstyle-parse v0.2.7
20542026-04-17T13:33:34.808Z Compiling time v0.3.47
20552026-04-17T13:33:34.822Z Compiling rusty-fork v0.3.1
20562026-04-17T13:33:34.839Z Compiling hyper-util v0.1.20
20572026-04-17T13:33:35.003Z Compiling bit-set v0.8.0
20582026-04-17T13:33:35.259Z Compiling derive_builder_core v0.20.2
20592026-04-17T13:33:35.337Z Compiling unicode-normalization v0.1.25
20602026-04-17T13:33:36.087Z Compiling rustls-native-certs v0.8.3
20612026-04-17T13:33:36.379Z Compiling signature v2.2.0
20622026-04-17T13:33:36.556Z Compiling hubpack_derive v0.1.1
20632026-04-17T13:33:36.597Z Compiling rand_xorshift v0.4.0
20642026-04-17T13:33:36.622Z Compiling strum_macros v0.27.2
20652026-04-17T13:33:36.640Z Compiling sync_wrapper v1.0.2
20662026-04-17T13:33:36.725Z Compiling fs-err v3.3.0
20672026-04-17T13:33:36.741Z Compiling ahash v0.8.12
20682026-04-17T13:33:36.782Z Compiling anstyle-query v1.1.5
20692026-04-17T13:33:36.812Z Compiling colorchoice v1.0.4
20702026-04-17T13:33:36.829Z Compiling object v0.37.3
20712026-04-17T13:33:36.915Z Compiling unicode-segmentation v1.12.0
20722026-04-17T13:33:36.971Z Compiling unicode-bidi v0.3.18
20732026-04-17T13:33:37.026Z Compiling unicode-properties v0.1.4
20742026-04-17T13:33:37.053Z Compiling adler2 v2.0.1
20752026-04-17T13:33:37.072Z Compiling unarray v0.1.4
20762026-04-17T13:33:37.114Z Compiling is_terminal_polyfill v1.70.2
20772026-04-17T13:33:37.205Z Compiling anstream v0.6.21
20782026-04-17T13:33:37.208Z Compiling proptest v1.10.0
20792026-04-17T13:33:37.236Z Compiling miniz_oxide v0.8.9
20802026-04-17T13:33:37.512Z Compiling stringprep v0.1.5
20812026-04-17T13:33:37.797Z Compiling tower v0.5.3
20822026-04-17T13:33:37.813Z Compiling derive_builder_macro v0.20.2
20832026-04-17T13:33:37.910Z Compiling usdt-attr-macro v0.6.0
20842026-04-17T13:33:38.046Z Compiling usdt-macro v0.6.0
20852026-04-17T13:33:38.499Z Compiling http-body-util v0.1.3
20862026-04-17T13:33:38.684Z Compiling webpki-roots v1.0.6
20872026-04-17T13:33:38.820Z Compiling rand_chacha v0.3.1
20882026-04-17T13:33:38.823Z Compiling erased-serde v0.3.31
20892026-04-17T13:33:38.849Z Compiling md-5 v0.10.6
20902026-04-17T13:33:38.937Z Compiling num-integer v0.1.46
20912026-04-17T13:33:38.940Z Compiling hash32 v0.2.1
20922026-04-17T13:33:38.983Z Compiling vergen-lib v0.1.6
20932026-04-17T13:33:39.042Z Compiling ff v0.13.1
20942026-04-17T13:33:39.080Z Compiling ryu v1.0.23
20952026-04-17T13:33:39.118Z Compiling psl-types v2.0.11
20962026-04-17T13:33:39.150Z Compiling zlib-rs v0.6.2
20972026-04-17T13:33:39.167Z Compiling base16ct v0.2.0
20982026-04-17T13:33:39.171Z Compiling fallible-iterator v0.2.0
20992026-04-17T13:33:39.251Z Compiling iri-string v0.7.10
21002026-04-17T13:33:39.268Z Compiling newtype-uuid v1.3.2
21012026-04-17T13:33:39.271Z Compiling publicsuffix v2.3.0
21022026-04-17T13:33:39.301Z Compiling sec1 v0.7.3
21032026-04-17T13:33:39.333Z Compiling serde_urlencoded v0.7.1
21042026-04-17T13:33:39.391Z Compiling num-iter v0.1.45
21052026-04-17T13:33:39.481Z Compiling postgres-protocol v0.6.10
21062026-04-17T13:33:39.517Z Compiling group v0.13.0
21072026-04-17T13:33:39.608Z Compiling rand v0.8.5
21082026-04-17T13:33:39.863Z Compiling oxnet v0.1.4
21092026-04-17T13:33:39.993Z Compiling derive_builder v0.20.2
21102026-04-17T13:33:40.010Z Compiling tokio-native-tls v0.3.1
21112026-04-17T13:33:40.045Z Compiling heck v0.4.1
21122026-04-17T13:33:40.113Z Compiling phf_shared v0.13.1
21132026-04-17T13:33:40.219Z Compiling lazy_static v1.5.0
21142026-04-17T13:33:40.270Z Compiling terminal_size v0.4.3
21152026-04-17T13:33:40.273Z Compiling serde_with_macros v3.17.0
21162026-04-17T13:33:40.349Z Compiling cargo-platform v0.1.9
21172026-04-17T13:33:40.395Z Compiling hkdf v0.12.4
21182026-04-17T13:33:40.398Z Compiling crypto-bigint v0.5.5
21192026-04-17T13:33:40.398Z Compiling enum-as-inner v0.6.1
21202026-04-17T13:33:40.398Z Compiling clap_derive v4.5.55
21212026-04-17T13:33:40.457Z Compiling tower-http v0.6.8
21222026-04-17T13:33:40.526Z Compiling serde_repr v0.1.20
21232026-04-17T13:33:40.564Z Compiling vergen v9.0.6
21242026-04-17T13:33:40.675Z Compiling managed v0.8.0
21252026-04-17T13:33:40.727Z Compiling bumpalo v3.20.2
21262026-04-17T13:33:40.742Z Compiling bitflags v1.3.2
21272026-04-17T13:33:40.932Z Compiling clap_lex v1.0.0
21282026-04-17T13:33:40.965Z Compiling libbz2-rs-sys v0.2.2
21292026-04-17T13:33:40.990Z Compiling foldhash v0.1.5
21302026-04-17T13:33:41.006Z Compiling zopfli v0.8.3
21312026-04-17T13:33:41.165Z Compiling hashbrown v0.15.5
21322026-04-17T13:33:41.180Z Compiling clap_builder v4.5.60
21332026-04-17T13:33:41.373Z Compiling flate2 v1.1.9
21342026-04-17T13:33:41.409Z Compiling bzip2 v0.6.1
21352026-04-17T13:33:41.479Z Compiling elliptic-curve v0.13.8
21362026-04-17T13:33:41.581Z Compiling cargo_metadata v0.19.2
21372026-04-17T13:33:41.777Z Compiling phf v0.13.1
21382026-04-17T13:33:41.874Z Compiling hyper-tls v0.6.0
21392026-04-17T13:33:41.891Z Compiling zstd v0.13.3
21402026-04-17T13:33:41.954Z Compiling daft v0.1.5
21412026-04-17T13:33:42.032Z Compiling signal-hook-mio v0.2.5
21422026-04-17T13:33:42.090Z Compiling cookie_store v0.22.1
21432026-04-17T13:33:42.126Z Compiling postgres-types v0.2.12
21442026-04-17T13:33:42.181Z Compiling bzip2 v0.4.4
21452026-04-17T13:33:42.255Z Compiling strum v0.27.2
21462026-04-17T13:33:42.343Z Compiling hubpack v0.1.2
21472026-04-17T13:33:42.462Z Compiling ed25519 v2.2.3
21482026-04-17T13:33:42.538Z Compiling phf_shared v0.11.3
21492026-04-17T13:33:42.653Z Compiling crossbeam-epoch v0.9.18
21502026-04-17T13:33:42.689Z Compiling pkcs1 v0.7.5
21512026-04-17T13:33:42.757Z Compiling hex v0.4.3
21522026-04-17T13:33:42.772Z Compiling serde-big-array v0.5.1
21532026-04-17T13:33:42.919Z Compiling rfc6979 v0.4.0
21542026-04-17T13:33:42.944Z Compiling bstr v1.12.1
21552026-04-17T13:33:43.090Z Compiling float-cmp v0.10.0
21562026-04-17T13:33:43.093Z Compiling memmap2 v0.9.10
21572026-04-17T13:33:43.093Z Compiling env_filter v1.0.0
21582026-04-17T13:33:43.134Z Compiling encoding_rs v0.8.35
21592026-04-17T13:33:43.184Z Compiling precomputed-hash v0.1.1
21602026-04-17T13:33:43.200Z Compiling fixedbitset v0.4.2
21612026-04-17T13:33:43.289Z Compiling rustc-hash v2.1.1
21622026-04-17T13:33:43.319Z Compiling toml_write v0.1.2
21632026-04-17T13:33:43.323Z Compiling data-encoding v2.10.0
21642026-04-17T13:33:43.384Z Compiling predicates-core v1.0.10
21652026-04-17T13:33:43.400Z Compiling static_assertions v1.1.0
21662026-04-17T13:33:43.423Z Compiling whoami v2.1.0
21672026-04-17T13:33:43.439Z Compiling jiff v0.2.21
21682026-04-17T13:33:43.495Z Compiling fixedbitset v0.5.7
21692026-04-17T13:33:43.540Z Compiling normalize-line-endings v0.3.0
21702026-04-17T13:33:43.557Z Compiling mime v0.3.17
21712026-04-17T13:33:43.601Z Compiling new_debug_unreachable v1.0.6
21722026-04-17T13:33:43.654Z Compiling keccak v0.1.6
21732026-04-17T13:33:43.690Z Compiling difflib v0.4.0
21742026-04-17T13:33:43.776Z Compiling petgraph v0.8.3
21752026-04-17T13:33:43.808Z Compiling sha3 v0.10.8
21762026-04-17T13:33:43.822Z Compiling string_cache v0.8.9
21772026-04-17T13:33:43.881Z Compiling tokio-postgres v0.7.16
21782026-04-17T13:33:43.907Z Compiling hickory-proto v0.25.2
21792026-04-17T13:33:44.161Z Compiling predicates v3.1.4
21802026-04-17T13:33:44.177Z Compiling toml_edit v0.22.27
21812026-04-17T13:33:44.208Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21822026-04-17T13:33:44.527Z Compiling iddqd v0.3.17
21832026-04-17T13:33:44.753Z Compiling similar v2.7.0
21842026-04-17T13:33:44.756Z Compiling petgraph v0.6.5
21852026-04-17T13:33:45.651Z Compiling env_logger v0.11.9
21862026-04-17T13:33:45.730Z Compiling usdt v0.6.0
21872026-04-17T13:33:45.987Z Compiling serde_with v3.17.0
21882026-04-17T13:33:45.990Z Compiling ecdsa v0.16.9
21892026-04-17T13:33:46.217Z Compiling zip v4.6.1
21902026-04-17T13:33:46.261Z Compiling rsa v0.9.10
21912026-04-17T13:33:46.543Z Compiling clap v4.5.60
21922026-04-17T13:33:46.643Z Compiling ed25519-dalek v2.2.0
21932026-04-17T13:33:46.987Z Compiling crossterm v0.28.1
21942026-04-17T13:33:47.228Z Compiling zip v0.6.6
21952026-04-17T13:33:47.506Z Compiling strum v0.26.3
21962026-04-17T13:33:47.658Z Compiling toml v0.7.8
21972026-04-17T13:33:47.673Z Compiling tokio-stream v0.1.18
21982026-04-17T13:33:47.769Z Compiling buf-list v1.1.2
21992026-04-17T13:33:47.788Z Compiling itertools v0.13.0
22002026-04-17T13:33:47.862Z Compiling x509-cert v0.2.5
22012026-04-17T13:33:48.165Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22022026-04-17T13:33:48.253Z Compiling openapiv3 v2.2.0
22032026-04-17T13:33:48.270Z Compiling sha1 v0.10.6
22042026-04-17T13:33:48.527Z Compiling peg-runtime v0.8.5
22052026-04-17T13:33:48.871Z Compiling lalrpop-util v0.19.12
22062026-04-17T13:34:02.818Z Compiling rustls-webpki v0.103.9
22072026-04-17T13:34:05.810Z Compiling macaddr v1.0.1
22082026-04-17T13:34:06.017Z Compiling structmeta-derive v0.3.0
22092026-04-17T13:34:06.034Z Compiling crucible-workspace-hack v0.1.0
22102026-04-17T13:34:06.089Z Compiling rayon-core v1.13.0
22112026-04-17T13:34:06.122Z Compiling itertools v0.14.0
22122026-04-17T13:34:06.259Z Compiling secrecy v0.10.3
22132026-04-17T13:34:06.327Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22142026-04-17T13:34:06.345Z Compiling heapless v0.8.0
22152026-04-17T13:34:06.451Z Compiling rustls v0.22.4
22162026-04-17T13:34:06.752Z Compiling tokio-rustls v0.26.4
22172026-04-17T13:34:06.805Z Compiling rustls-platform-verifier v0.6.2
22182026-04-17T13:34:06.839Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22192026-04-17T13:34:06.931Z Compiling crossbeam-deque v0.8.6
22202026-04-17T13:34:07.024Z Compiling hyper-rustls v0.27.7
22212026-04-17T13:34:07.040Z Compiling structmeta v0.3.0
22222026-04-17T13:34:07.059Z Compiling toml_edit v0.23.10+spec-1.0.0
22232026-04-17T13:34:07.063Z Compiling rustls-webpki v0.102.8
22242026-04-17T13:34:07.097Z Compiling futures-executor v0.3.32
22252026-04-17T13:34:07.177Z Compiling hash32 v0.3.1
22262026-04-17T13:34:07.240Z Compiling multer v3.1.0
22272026-04-17T13:34:07.276Z Compiling reqwest v0.12.28
22282026-04-17T13:34:07.292Z Compiling reqwest v0.13.2
22292026-04-17T13:34:07.365Z Compiling thread_local v1.1.9
22302026-04-17T13:34:07.380Z Compiling unicode-width v0.2.0
22312026-04-17T13:34:07.415Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22322026-04-17T13:34:07.432Z Compiling ingot-macros v0.1.1
22332026-04-17T13:34:07.459Z Compiling slog-async v2.8.0
22342026-04-17T13:34:07.589Z Compiling match_cfg v0.1.0
22352026-04-17T13:34:07.655Z Compiling smoltcp v0.11.0
22362026-04-17T13:34:07.707Z Compiling hostname v0.3.1
22372026-04-17T13:34:07.722Z Compiling proc-macro-crate v3.4.0
22382026-04-17T13:34:07.898Z Compiling derive-ex v0.1.8
22392026-04-17T13:34:08.012Z Compiling futures v0.3.32
22402026-04-17T13:34:08.117Z Compiling slog-json v2.6.1
22412026-04-17T13:34:08.173Z Compiling crossbeam-channel v0.5.15
22422026-04-17T13:34:08.394Z Compiling half v2.7.1
22432026-04-17T13:34:08.402Z Compiling newtype-uuid-macros v0.1.0
22442026-04-17T13:34:08.457Z Compiling cobs v0.3.0
22452026-04-17T13:34:08.758Z Compiling thiserror-impl-no-std v2.0.2
22462026-04-17T13:34:08.773Z Compiling universal-hash v0.5.1
22472026-04-17T13:34:08.888Z Compiling async-stream-impl v0.3.6
22482026-04-17T13:34:08.944Z Compiling serde_spanned v1.0.4
22492026-04-17T13:34:08.964Z Compiling is-terminal v0.4.17
22502026-04-17T13:34:09.116Z Compiling proc-macro-error-attr v1.0.4
22512026-04-17T13:34:09.169Z Compiling dropshot v0.16.7
22522026-04-17T13:34:09.184Z Compiling term v1.2.1
22532026-04-17T13:34:09.406Z Compiling toml_writer v1.0.6+spec-1.1.0
22542026-04-17T13:34:10.439Z Compiling opaque-debug v0.3.1
22552026-04-17T13:34:10.442Z Compiling convert_case v0.4.0
22562026-04-17T13:34:10.442Z Compiling ciborium-io v0.2.2
22572026-04-17T13:34:10.442Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22582026-04-17T13:34:10.442Z Compiling take_mut v0.2.2
22592026-04-17T13:34:10.442Z Compiling toml v0.9.12+spec-1.1.0
22602026-04-17T13:34:10.442Z Compiling ciborium-ll v0.2.2
22612026-04-17T13:34:10.442Z Compiling slog-term v2.9.2
22622026-04-17T13:34:10.442Z Compiling derive_more v0.99.20
22632026-04-17T13:34:10.442Z Compiling thiserror-no-std v2.0.2
22642026-04-17T13:34:10.442Z Compiling tokio-rustls v0.25.0
22652026-04-17T13:34:10.442Z Compiling poly1305 v0.8.0
22662026-04-17T13:34:10.442Z Compiling async-stream v0.3.6
22672026-04-17T13:34:10.442Z Compiling ingot-types v0.1.2
22682026-04-17T13:34:10.442Z Compiling test-strategy v0.4.5
22692026-04-17T13:34:10.443Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22702026-04-17T13:34:10.582Z Compiling ingot v0.1.1
22712026-04-17T13:34:10.625Z Compiling postcard v1.1.3
22722026-04-17T13:34:10.719Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22732026-04-17T13:34:11.037Z Compiling slog-bunyan v2.5.0
22742026-04-17T13:34:11.056Z Compiling num_enum_derive v0.7.5
22752026-04-17T13:34:11.073Z Compiling parse-display-derive v0.10.0
22762026-04-17T13:34:11.106Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22772026-04-17T13:34:11.247Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22782026-04-17T13:34:11.347Z Compiling proc-macro-crate v1.3.1
22792026-04-17T13:34:11.505Z Compiling backon v1.6.0
22802026-04-17T13:34:11.524Z Compiling waitgroup v0.1.2
22812026-04-17T13:34:11.646Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22822026-04-17T13:34:11.713Z Compiling password-hash v0.5.0
22832026-04-17T13:34:11.735Z Compiling chacha20 v0.9.1
22842026-04-17T13:34:11.780Z Compiling dropshot_endpoint v0.16.7
22852026-04-17T13:34:12.009Z Compiling rustls-pemfile v2.2.0
22862026-04-17T13:34:12.026Z Compiling blake2 v0.10.6
22872026-04-17T13:34:12.046Z Compiling aead v0.5.2
22882026-04-17T13:34:12.263Z Compiling foreign-types-macros v0.2.3
22892026-04-17T13:34:12.279Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22902026-04-17T13:34:12.296Z Compiling serde_path_to_error v0.1.20
22912026-04-17T13:34:12.317Z Compiling hostname v0.4.2
22922026-04-17T13:34:12.505Z Compiling proc-macro-error v1.0.4
22932026-04-17T13:34:12.551Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22942026-04-17T13:34:12.572Z Compiling instant v0.1.13
22952026-04-17T13:34:12.709Z Compiling foreign-types-shared v0.3.1
22962026-04-17T13:34:12.726Z Compiling cpufeatures v0.3.0
22972026-04-17T13:34:12.729Z Compiling debug-ignore v1.0.5
22982026-04-17T13:34:12.761Z Compiling typeid v1.0.3
22992026-04-17T13:34:12.764Z Compiling backoff v0.4.0
23002026-04-17T13:34:12.807Z Compiling parse-display v0.10.0
23012026-04-17T13:34:12.840Z Compiling chacha20 v0.10.0
23022026-04-17T13:34:12.844Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23032026-04-17T13:34:12.872Z Compiling foreign-types v0.5.0
23042026-04-17T13:34:12.886Z Compiling argon2 v0.5.3
23052026-04-17T13:34:12.889Z Compiling chacha20poly1305 v0.10.1
23062026-04-17T13:34:12.918Z Compiling num_enum v0.7.5
23072026-04-17T13:34:12.921Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23082026-04-17T13:34:12.968Z Compiling num_enum_derive v0.5.11
23092026-04-17T13:34:13.035Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23102026-04-17T13:34:13.069Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23112026-04-17T13:34:13.113Z Compiling ciborium v0.2.2
23122026-04-17T13:34:13.175Z Compiling vsss-rs v3.3.4
23132026-04-17T13:34:13.618Z Compiling tabwriter v1.4.1
23142026-04-17T13:34:13.650Z Compiling byte-wrapper v0.1.0
23152026-04-17T13:34:13.709Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23162026-04-17T13:34:13.908Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23172026-04-17T13:34:13.924Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23182026-04-17T13:34:13.975Z Compiling regress v0.10.5
23192026-04-17T13:34:13.997Z Compiling cstr-argument v0.1.2
23202026-04-17T13:34:14.023Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23212026-04-17T13:34:14.039Z Compiling erased-serde v0.4.9
23222026-04-17T13:34:14.196Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23232026-04-17T13:34:14.266Z Compiling num_enum v0.5.11
23242026-04-17T13:34:14.365Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23252026-04-17T13:34:14.397Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23262026-04-17T13:34:14.589Z Compiling rand v0.10.0
23272026-04-17T13:34:14.608Z Compiling rayon v1.11.0
23282026-04-17T13:34:14.636Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23292026-04-17T13:34:14.658Z Compiling indent_write v2.2.0
23302026-04-17T13:34:14.674Z Compiling colored v3.1.1
23312026-04-17T13:34:14.691Z Compiling libefi-sys v0.1.0
23322026-04-17T13:34:14.742Z Compiling zone_cfg_derive v0.3.1
23332026-04-17T13:34:14.836Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23342026-04-17T13:34:14.917Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23352026-04-17T13:34:15.053Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23362026-04-17T13:34:15.056Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23372026-04-17T13:34:15.267Z Compiling camino-tempfile v1.4.1
23382026-04-17T13:34:15.317Z Compiling itertools v0.12.1
23392026-04-17T13:34:15.397Z Compiling usdt-attr-macro v0.5.0
23402026-04-17T13:34:15.412Z Compiling usdt-macro v0.5.0
23412026-04-17T13:34:15.427Z Compiling num-derive v0.4.2
23422026-04-17T13:34:15.430Z Compiling bitfield-struct v0.6.2
23432026-04-17T13:34:15.628Z Compiling blake3 v1.8.3
23442026-04-17T13:34:15.696Z Compiling ordered-float v2.10.1
23452026-04-17T13:34:15.991Z Compiling sigpipe v0.1.3
23462026-04-17T13:34:16.006Z Compiling memmap v0.7.0
23472026-04-17T13:34:16.074Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23482026-04-17T13:34:16.111Z Compiling glob v0.3.3
23492026-04-17T13:34:16.126Z Compiling swrite v0.1.0
23502026-04-17T13:34:16.163Z Compiling usdt v0.5.0
23512026-04-17T13:34:16.257Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23522026-04-17T13:34:16.319Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23532026-04-17T13:34:16.355Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23542026-04-17T13:34:16.595Z Compiling serde-value v0.7.0
23552026-04-17T13:34:16.765Z Compiling zone v0.3.1
23562026-04-17T13:34:16.826Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23572026-04-17T13:34:16.841Z Compiling serde-untagged v0.1.9
23582026-04-17T13:34:16.924Z Compiling toml v0.8.23
23592026-04-17T13:34:17.077Z Compiling smf v0.2.3
23602026-04-17T13:34:17.093Z Compiling filetime v0.2.27
23612026-04-17T13:34:17.110Z Compiling arrayref v0.3.9
23622026-04-17T13:34:17.158Z Compiling arrayvec v0.7.6
23632026-04-17T13:34:17.202Z Compiling whoami v1.6.1
23642026-04-17T13:34:17.237Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23652026-04-17T13:34:17.311Z Compiling xattr v1.6.1
23662026-04-17T13:34:17.325Z Compiling same-file v1.0.6
23672026-04-17T13:34:17.340Z Compiling unicode-xid v0.2.6
23682026-04-17T13:34:17.380Z Compiling constant_time_eq v0.4.2
23692026-04-17T13:34:17.419Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23702026-04-17T13:34:17.505Z Compiling tar v0.4.45
23712026-04-17T13:34:17.536Z Compiling cargo-util-schemas v0.8.2
23722026-04-17T13:34:17.601Z Compiling walkdir v2.5.0
23732026-04-17T13:34:17.674Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23742026-04-17T13:34:17.934Z Compiling tokio-dtrace v0.1.1
23752026-04-17T13:34:18.112Z Compiling console v0.16.2
23762026-04-17T13:34:18.254Z Compiling gethostname v0.5.0
23772026-04-17T13:34:18.301Z Compiling cargo-platform v0.2.0
23782026-04-17T13:34:18.346Z Compiling topological-sort v0.2.2
23792026-04-17T13:34:18.385Z Compiling unit-prefix v0.5.2
23802026-04-17T13:34:18.413Z Compiling oxide-tokio-rt v0.1.4
23812026-04-17T13:34:18.537Z Compiling indicatif v0.18.4
23822026-04-17T13:34:18.568Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23832026-04-17T13:34:18.704Z Compiling cargo_metadata v0.21.0
23842026-04-17T13:34:18.785Z Compiling shell-words v1.1.1
23852026-04-17T13:34:27.657Z Compiling progenitor-client v0.13.0
23862026-04-17T13:34:27.678Z Compiling progenitor-client v0.10.0
23872026-04-17T13:34:27.681Z Compiling omicron-zone-package v0.12.2
23882026-04-17T13:34:27.772Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23892026-04-17T13:34:27.772Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23902026-04-17T13:34:27.806Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23912026-04-17T13:34:27.832Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23922026-04-17T13:34:28.128Z Compiling progenitor-extras v0.1.1
23932026-04-17T13:34:28.166Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23942026-04-17T13:34:28.183Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23952026-04-17T13:34:28.218Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23962026-04-17T13:34:28.353Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23972026-04-17T13:34:28.390Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23982026-04-17T13:34:33.637Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23992026-04-17T13:34:40.551Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24002026-04-17T13:34:43.714Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24012026-04-17T13:34:44.711Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24022026-04-17T13:34:53.496Z Finished `release` profile [optimized] target(s) in 1m 39s
24032026-04-17T13:34:53.649Z Running `target/release/omicron-package -t test target create -p dev`
24042026-04-17T13:34:53.717ZLogging to: /work/oxidecomputer/omicron/out/LOG
24052026-04-17T13:34:53.721ZCreated new build target 'test' and set it as active
24062026-04-17T13:34:53.721Z
24072026-04-17T13:34:53.721Zreal 1:40.194156936
24082026-04-17T13:34:53.721Zuser 16:44.097072972
24092026-04-17T13:34:53.721Zsys 2:33.898178437
24102026-04-17T13:34:53.721Ztrap 0.475031352
24112026-04-17T13:34:53.721Ztflt 2.731884307
24122026-04-17T13:34:53.721Zdflt 3.514354091
24132026-04-17T13:34:53.721Zkflt 0.000765309
24142026-04-17T13:34:53.721Zlock 52:48.173905752
24152026-04-17T13:34:53.721Zslp 43:01.076162962
24162026-04-17T13:34:53.721Zlat 42.279727646
24172026-04-17T13:34:53.721Zstop 5:13.022357113
24182026-04-17T13:34:53.721Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24192026-04-17T13:34:54.609Z Finished `release` profile [optimized] target(s) in 0.87s
24202026-04-17T13:34:54.683Z Running `target/release/omicron-package -t test package`
24212026-04-17T13:34:54.742ZLogging to: /work/oxidecomputer/omicron/out/LOG
24222026-04-17T13:34:56.160Z Compiling regress v0.10.5
24232026-04-17T13:34:56.160Z Compiling heck v0.5.0
24242026-04-17T13:34:56.377Z Compiling unsafe-libyaml v0.2.11
24252026-04-17T13:34:56.399Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24262026-04-17T13:34:56.422Z Compiling unicode-width v0.1.14
24272026-04-17T13:34:56.425Z Compiling is-terminal v0.4.17
24282026-04-17T13:34:56.464Z Compiling prettyplease v0.2.37
24292026-04-17T13:34:56.464Z Compiling bytecount v0.6.9
24302026-04-17T13:34:56.467Z Compiling rustls v0.22.4
24312026-04-17T13:34:56.467Z Compiling rustls-webpki v0.102.8
24322026-04-17T13:34:56.467Z Compiling derive-where v1.6.0
24332026-04-17T13:34:56.484Z Compiling thread_local v1.1.9
24342026-04-17T13:34:56.503Z Compiling match_cfg v0.1.0
24352026-04-17T13:34:56.506Z Compiling multer v3.1.0
24362026-04-17T13:34:56.522Z Compiling slog-async v2.8.0
24372026-04-17T13:34:56.541Z Compiling typify-impl v0.6.1
24382026-04-17T13:34:56.644Z Compiling hostname v0.3.1
24392026-04-17T13:34:56.647Z Compiling crossbeam-channel v0.5.15
24402026-04-17T13:34:56.662Z Compiling slog-json v2.6.1
24412026-04-17T13:34:56.665Z Compiling futures-executor v0.3.32
24422026-04-17T13:34:56.707Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24432026-04-17T13:34:56.750Z Compiling serde_spanned v1.0.4
24442026-04-17T13:34:56.770Z Compiling take_mut v0.2.2
24452026-04-17T13:34:56.808Z Compiling term v1.2.1
24462026-04-17T13:34:56.831Z Compiling toml_writer v1.0.6+spec-1.1.0
24472026-04-17T13:34:56.885Z Compiling serde_yaml v0.9.34+deprecated
24482026-04-17T13:34:56.951Z Compiling futures v0.3.32
24492026-04-17T13:34:56.954Z Compiling slog-bunyan v2.5.0
24502026-04-17T13:34:56.997Z Compiling dropshot v0.16.7
24512026-04-17T13:34:57.076Z Compiling toml v0.9.12+spec-1.1.0
24522026-04-17T13:34:57.097Z Compiling slog-term v2.9.2
24532026-04-17T13:34:57.120Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24542026-04-17T13:34:57.146Z Compiling async-stream v0.3.6
24552026-04-17T13:34:57.149Z Compiling progenitor-client v0.13.0
24562026-04-17T13:34:57.188Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24572026-04-17T13:34:57.286Z Compiling waitgroup v0.1.2
24582026-04-17T13:34:57.340Z Compiling backon v1.6.0
24592026-04-17T13:34:57.362Z Compiling rustls-pemfile v2.2.0
24602026-04-17T13:34:57.398Z Compiling hostname v0.4.2
24612026-04-17T13:34:57.424Z Compiling serde_path_to_error v0.1.20
24622026-04-17T13:34:57.453Z Compiling instant v0.1.13
24632026-04-17T13:34:57.482Z Compiling debug-ignore v1.0.5
24642026-04-17T13:34:57.507Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24652026-04-17T13:34:57.565Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24662026-04-17T13:34:57.588Z Compiling backoff v0.4.0
24672026-04-17T13:34:57.591Z Compiling progenitor-extras v0.1.1
24682026-04-17T13:34:57.612Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24692026-04-17T13:34:57.655Z Compiling parse-display v0.10.0
24702026-04-17T13:34:57.658Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24712026-04-17T13:34:57.748Z Compiling progenitor-client v0.10.0
24722026-04-17T13:34:57.799Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24732026-04-17T13:34:57.830Z Compiling macaddr v1.0.1
24742026-04-17T13:34:57.922Z Compiling num-rational v0.4.2
24752026-04-17T13:34:57.948Z Compiling num-complex v0.4.6
24762026-04-17T13:34:58.063Z Compiling console v0.15.11
24772026-04-17T13:34:58.200Z Compiling slog-dtrace v0.3.0
24782026-04-17T13:34:58.278Z Compiling float-ord v0.3.2
24792026-04-17T13:34:58.298Z Compiling newline-converter v0.3.0
24802026-04-17T13:34:58.355Z Compiling num v0.4.3
24812026-04-17T13:34:58.421Z Compiling atomicwrites v0.4.4
24822026-04-17T13:34:58.444Z Compiling async-recursion v1.1.1
24832026-04-17T13:34:58.524Z Compiling owo-colors v4.3.0
24842026-04-17T13:34:58.527Z Compiling cancel-safe-futures v0.1.5
24852026-04-17T13:34:58.604Z Compiling expectorate v1.2.0
24862026-04-17T13:34:58.649Z Compiling libsw-core v0.3.2
24872026-04-17T13:34:58.649Z Compiling resolv-conf v0.7.6
24882026-04-17T13:34:58.738Z Compiling toml v0.8.23
24892026-04-17T13:34:58.776Z Compiling tokio-rustls v0.25.0
24902026-04-17T13:34:58.873Z Compiling libsw v3.5.0
24912026-04-17T13:34:58.951Z Compiling linear-map v1.2.0
24922026-04-17T13:34:59.061Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24932026-04-17T13:34:59.113Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24942026-04-17T13:34:59.133Z Compiling minimal-lexical v0.2.1
24952026-04-17T13:34:59.201Z Compiling linked-hash-map v0.5.6
24962026-04-17T13:34:59.323Z Compiling unicode-xid v0.2.6
24972026-04-17T13:34:59.345Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24982026-04-17T13:34:59.369Z Compiling nom v7.1.3
24992026-04-17T13:34:59.390Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25002026-04-17T13:34:59.414Z Compiling lru-cache v0.1.2
25012026-04-17T13:34:59.434Z Compiling globset v0.4.18
25022026-04-17T13:34:59.457Z Compiling hickory-proto v0.24.4
25032026-04-17T13:34:59.487Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25042026-04-17T13:34:59.591Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25052026-04-17T13:34:59.849Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25062026-04-17T13:34:59.986Z Compiling convert_case v0.10.0
25072026-04-17T13:35:00.284Z Compiling derive_more-impl v2.1.1
25082026-04-17T13:35:00.698Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25092026-04-17T13:35:00.764Z Compiling pin-project-internal v1.1.11
25102026-04-17T13:35:00.919Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25112026-04-17T13:35:01.125Z Compiling derive_more v2.1.1
25122026-04-17T13:35:01.174Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25132026-04-17T13:35:01.238Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25142026-04-17T13:35:01.355Z Compiling typify-macro v0.6.1
25152026-04-17T13:35:01.407Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25162026-04-17T13:35:01.628Z Compiling papergrid v0.11.0
25172026-04-17T13:35:01.833Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25182026-04-17T13:35:02.176Z Compiling hickory-resolver v0.24.4
25192026-04-17T13:35:02.235Z Compiling pin-project v1.1.11
25202026-04-17T13:35:02.375Z Compiling tabled_derive v0.7.0
25212026-04-17T13:35:02.908Z Compiling typify v0.6.1
25222026-04-17T13:35:03.050Z Compiling progenitor-impl v0.13.0
25232026-04-17T13:35:03.189Z Compiling pem v3.0.6
25242026-04-17T13:35:03.295Z Compiling snafu-derive v0.8.9
25252026-04-17T13:35:03.641Z Compiling qorb v0.4.1
25262026-04-17T13:35:03.945Z Compiling termtree v0.5.1
25272026-04-17T13:35:04.161Z Compiling tabled v0.15.0
25282026-04-17T13:35:04.205Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25292026-04-17T13:35:05.043Z Compiling snafu v0.8.9
25302026-04-17T13:35:05.300Z Compiling progenitor-macro v0.13.0
25312026-04-17T13:35:05.348Z Compiling crossterm v0.29.0
25322026-04-17T13:35:05.495Z Compiling phf_shared v0.12.1
25332026-04-17T13:35:05.652Z Compiling olpc-cjson v0.1.4
25342026-04-17T13:35:05.756Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25352026-04-17T13:35:05.904Z Compiling serde_plain v1.0.2
25362026-04-17T13:35:06.226Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25372026-04-17T13:35:06.290Z Compiling csv-core v0.1.13
25382026-04-17T13:35:06.751Z Compiling vte v0.14.1
25392026-04-17T13:35:07.031Z Compiling typed-path v0.9.3
25402026-04-17T13:35:07.604Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25412026-04-17T13:35:08.185Z Compiling chrono-tz v0.10.4
25422026-04-17T13:35:08.352Z Compiling highway v1.3.0
25432026-04-17T13:35:08.378Z Compiling tough v0.20.0
25442026-04-17T13:35:08.456Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25452026-04-17T13:35:08.618Z Compiling strip-ansi-escapes v0.2.1
25462026-04-17T13:35:09.130Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25472026-04-17T13:35:09.209Z Compiling csv v1.4.0
25482026-04-17T13:35:09.467Z Compiling progenitor v0.13.0
25492026-04-17T13:35:09.819Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25502026-04-17T13:35:10.047Z Compiling phf v0.12.1
25512026-04-17T13:35:10.212Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25522026-04-17T13:35:10.235Z Compiling const_format_proc_macros v0.2.34
25532026-04-17T13:35:10.265Z Compiling fd-lock v4.0.4
25542026-04-17T13:35:10.444Z Compiling peg-macros v0.8.5
25552026-04-17T13:35:10.698Z Compiling nu-ansi-term v0.50.3
25562026-04-17T13:35:10.980Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25572026-04-17T13:35:11.018Z Compiling reedline v0.40.0
25582026-04-17T13:35:11.049Z Compiling const_format v0.2.35
25592026-04-17T13:35:11.765Z Compiling peg v0.8.5
25602026-04-17T13:35:11.878Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25612026-04-17T13:35:12.232Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25622026-04-17T13:35:12.447Z Compiling bcs v0.1.6
25632026-04-17T13:35:12.679Z Compiling semver v0.1.20
25642026-04-17T13:35:12.891Z Compiling rustc_version v0.1.7
25652026-04-17T13:35:13.000Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25662026-04-17T13:35:13.022Z Compiling unicode-linebreak v0.1.5
25672026-04-17T13:35:13.146Z Compiling newtype_derive v0.1.6
25682026-04-17T13:35:13.263Z Compiling humantime v2.3.0
25692026-04-17T13:35:13.355Z Compiling smawk v0.3.2
25702026-04-17T13:35:13.463Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25712026-04-17T13:35:13.558Z Compiling textwrap v0.16.2
25722026-04-17T13:35:13.858Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25732026-04-17T13:35:13.921Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25742026-04-17T13:35:14.194Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25752026-04-17T13:35:14.747Z Compiling dropshot-api-manager-types v0.6.0
25762026-04-17T13:35:15.292Z Compiling base64 v0.21.7
25772026-04-17T13:35:15.355Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25782026-04-17T13:35:15.404Z Compiling steno v0.4.1
25792026-04-17T13:35:15.425Z Compiling tagptr v0.2.0
25802026-04-17T13:35:15.630Z Compiling utf-8 v0.7.6
25812026-04-17T13:35:15.810Z Compiling moka v0.12.13
25822026-04-17T13:35:15.867Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25832026-04-17T13:35:15.889Z Compiling tungstenite v0.21.0
25842026-04-17T13:35:16.051Z Compiling radium v0.7.0
25852026-04-17T13:35:16.491Z Compiling maybe-uninit v2.0.0
25862026-04-17T13:35:16.760Z Compiling tokio-tungstenite v0.21.0
25872026-04-17T13:35:16.791Z Compiling tap v1.0.1
25882026-04-17T13:35:16.942Z Compiling wyz v0.5.1
25892026-04-17T13:35:17.124Z Compiling hickory-resolver v0.25.2
25902026-04-17T13:35:17.157Z Compiling zerocopy-derive v0.6.6
25912026-04-17T13:35:17.179Z Compiling display-error-chain v0.2.2
25922026-04-17T13:35:17.199Z Compiling crc-catalog v2.4.0
25932026-04-17T13:35:17.339Z Compiling packed_struct v0.10.1
25942026-04-17T13:35:17.367Z Compiling funty v2.0.0
25952026-04-17T13:35:17.525Z Compiling crc v3.4.0
25962026-04-17T13:35:17.664Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25972026-04-17T13:35:17.768Z Compiling bitvec v1.0.1
25982026-04-17T13:35:17.971Z Compiling zerocopy v0.6.6
25992026-04-17T13:35:18.214Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26002026-04-17T13:35:18.326Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26012026-04-17T13:35:18.489Z Compiling packed_struct_codegen v0.10.1
26022026-04-17T13:35:18.551Z Compiling bitfield-macros v0.19.4
26032026-04-17T13:35:19.298Z Compiling indexmap v1.9.3
26042026-04-17T13:35:19.525Z Compiling nodrop v0.1.14
26052026-04-17T13:35:19.643Z Compiling array-init v0.0.4
26062026-04-17T13:35:19.689Z Compiling bitfield v0.19.4
26072026-04-17T13:35:20.036Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26082026-04-17T13:35:20.058Z Compiling smallvec v0.6.14
26092026-04-17T13:35:20.334Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26102026-04-17T13:35:20.560Z Compiling num-derive v0.3.3
26112026-04-17T13:35:21.154Z Compiling proc-macro-error-attr2 v2.0.0
26122026-04-17T13:35:21.485Z Compiling hashbrown v0.12.3
26132026-04-17T13:35:21.576Z Compiling proc-macro-error2 v2.0.1
26142026-04-17T13:35:21.638Z Compiling libscf-sys v1.1.0
26152026-04-17T13:35:21.787Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26162026-04-17T13:35:21.820Z Compiling serde-hex v0.1.0
26172026-04-17T13:35:21.913Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26182026-04-17T13:35:22.163Z Compiling ron v0.8.1
26192026-04-17T13:35:22.341Z Compiling typify-impl v0.4.3
26202026-04-17T13:35:22.678Z Compiling hashbrown v0.13.2
26212026-04-17T13:35:23.201Z Compiling vergen-gitcl v1.0.8
26222026-04-17T13:35:23.318Z Compiling dirs-sys-next v0.1.2
26232026-04-17T13:35:23.352Z Compiling glob v0.3.3
26242026-04-17T13:35:23.448Z Compiling crunchy v0.2.4
26252026-04-17T13:35:23.543Z Compiling diesel_derives v2.3.7
26262026-04-17T13:35:23.609Z Compiling crc-any v2.5.0
26272026-04-17T13:35:23.730Z Compiling maplit v1.0.2
26282026-04-17T13:35:23.784Z Compiling clang-sys v1.8.1
26292026-04-17T13:35:23.832Z Compiling dirs-next v2.0.0
26302026-04-17T13:35:23.876Z Compiling object v0.30.4
26312026-04-17T13:35:23.908Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26322026-04-17T13:35:24.003Z Compiling tabled_derive v0.11.0
26332026-04-17T13:35:24.074Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26342026-04-17T13:35:24.095Z Compiling papergrid v0.17.0
26352026-04-17T13:35:24.195Z Compiling testing_table v0.3.0
26362026-04-17T13:35:24.287Z Compiling dsl_auto_type v0.2.0
26372026-04-17T13:35:24.660Z Compiling scheduled-thread-pool v0.2.7
26382026-04-17T13:35:24.682Z Compiling diesel_table_macro_syntax v0.3.0
26392026-04-17T13:35:24.723Z Compiling path-slash v0.1.5
26402026-04-17T13:35:24.828Z Compiling tiny-keccak v2.0.2
26412026-04-17T13:35:24.875Z Compiling r2d2 v0.8.10
26422026-04-17T13:35:24.968Z Compiling term v0.7.0
26432026-04-17T13:35:25.170Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26442026-04-17T13:35:25.189Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26452026-04-17T13:35:25.258Z Compiling xshell-macros v0.2.7
26462026-04-17T13:35:25.278Z Compiling downcast-rs v2.0.2
26472026-04-17T13:35:25.421Z Compiling tabled v0.20.0
26482026-04-17T13:35:25.441Z Compiling bit-vec v0.6.3
26492026-04-17T13:35:25.565Z Compiling ascii-canvas v3.0.0
26502026-04-17T13:35:25.666Z Compiling bit-set v0.5.3
26512026-04-17T13:35:25.688Z Compiling xshell v0.2.7
26522026-04-17T13:35:25.832Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26532026-04-17T13:35:25.861Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26542026-04-17T13:35:25.953Z Compiling typify-macro v0.4.3
26552026-04-17T13:35:25.974Z Compiling itertools v0.10.5
26562026-04-17T13:35:26.351Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26572026-04-17T13:35:26.563Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26582026-04-17T13:35:26.628Z Compiling ena v0.14.4
26592026-04-17T13:35:26.879Z Compiling libloading v0.8.9
26602026-04-17T13:35:27.046Z Compiling unicase v2.9.0
26612026-04-17T13:35:27.101Z Compiling bindgen v0.71.1
26622026-04-17T13:35:27.120Z Compiling diff v0.1.13
26632026-04-17T13:35:27.367Z Compiling regex-syntax v0.6.29
26642026-04-17T13:35:27.449Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26652026-04-17T13:35:27.490Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26662026-04-17T13:35:28.791Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26672026-04-17T13:35:28.827Z Compiling lalrpop v0.19.12
26682026-04-17T13:35:29.410Z Compiling cexpr v0.6.0
26692026-04-17T13:35:29.432Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26702026-04-17T13:35:29.666Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26712026-04-17T13:35:29.755Z Compiling diesel v2.3.7
26722026-04-17T13:35:29.853Z Compiling crc8 v0.1.1
26732026-04-17T13:35:29.907Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26742026-04-17T13:35:30.094Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26752026-04-17T13:35:30.115Z Compiling typify v0.4.3
26762026-04-17T13:35:30.260Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26772026-04-17T13:35:30.525Z Compiling headers-core v0.3.0
26782026-04-17T13:35:30.693Z Compiling libxml v0.3.3
26792026-04-17T13:35:30.825Z Compiling headers v0.4.1
26802026-04-17T13:35:30.962Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26812026-04-17T13:35:31.021Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26822026-04-17T13:35:31.359Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26832026-04-17T13:35:31.848Z Compiling strum_macros v0.24.3
26842026-04-17T13:35:32.206Z Compiling indoc v1.0.9
26852026-04-17T13:35:32.709Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26862026-04-17T13:35:32.731Z Compiling derive_builder v0.20.2
26872026-04-17T13:35:32.903Z Compiling oso-derive v0.27.3
26882026-04-17T13:35:32.924Z Compiling quick-xml v0.37.5
26892026-04-17T13:35:32.954Z Compiling impl-trait-for-tuples v0.2.3
26902026-04-17T13:35:32.979Z Compiling half v1.8.3
26912026-04-17T13:35:33.186Z Compiling openssl-probe v0.1.6
26922026-04-17T13:35:33.430Z Compiling serde_cbor v0.11.2
26932026-04-17T13:35:33.516Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26942026-04-17T13:35:33.542Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26952026-04-17T13:35:33.611Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26962026-04-17T13:35:34.262Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26972026-04-17T13:35:34.302Z Compiling bb8 v0.8.6
26982026-04-17T13:35:34.512Z Compiling trait-variant v0.1.2
26992026-04-17T13:35:34.573Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27002026-04-17T13:35:34.637Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27012026-04-17T13:35:34.699Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27022026-04-17T13:35:34.913Z Compiling samael v0.0.19
27032026-04-17T13:35:34.934Z Compiling fxhash v0.2.1
27042026-04-17T13:35:34.990Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27052026-04-17T13:35:35.065Z Compiling progenitor-impl v0.10.0
27062026-04-17T13:35:35.106Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27072026-04-17T13:35:35.126Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27082026-04-17T13:35:35.271Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27092026-04-17T13:35:35.615Z Compiling kstat-rs v0.2.4
27102026-04-17T13:35:35.757Z Compiling libz-sys v1.1.24
27112026-04-17T13:35:36.188Z Compiling salty v0.3.0
27122026-04-17T13:35:36.210Z Compiling nonempty v0.12.0
27132026-04-17T13:35:36.515Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27142026-04-17T13:35:36.584Z Compiling progenitor-impl v0.11.2
27152026-04-17T13:35:36.680Z Compiling polar-core v0.27.3
27162026-04-17T13:35:36.853Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27172026-04-17T13:35:36.902Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27182026-04-17T13:35:37.381Z Compiling progenitor-macro v0.10.0
27192026-04-17T13:35:38.534Z Compiling darling_core v0.23.0
27202026-04-17T13:35:38.822Z Compiling nanorand v0.7.0
27212026-04-17T13:35:39.232Z Compiling arc-swap v1.8.2
27222026-04-17T13:35:39.256Z Compiling fs-err v2.11.0
27232026-04-17T13:35:39.640Z Compiling parking_lot_core v0.8.6
27242026-04-17T13:35:39.772Z Compiling mime_guess v2.0.5
27252026-04-17T13:35:40.115Z Compiling slog-scope v4.4.1
27262026-04-17T13:35:40.316Z Compiling flume v0.11.1
27272026-04-17T13:35:40.588Z Compiling progenitor-macro v0.11.2
27282026-04-17T13:35:40.744Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27292026-04-17T13:35:40.863Z Compiling darling_macro v0.23.0
27302026-04-17T13:35:41.428Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27312026-04-17T13:35:41.536Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27322026-04-17T13:35:41.601Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27332026-04-17T13:35:41.934Z Compiling progenitor v0.10.0
27342026-04-17T13:35:42.129Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27352026-04-17T13:35:44.482Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27362026-04-17T13:35:46.008Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27372026-04-17T13:35:46.175Z Compiling oso v0.27.3
27382026-04-17T13:35:46.598Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27392026-04-17T13:35:46.636Z Compiling progenitor-client v0.11.2
27402026-04-17T13:35:47.449Z Compiling git-stub v1.0.0
27412026-04-17T13:35:48.563Z Compiling async-bb8-diesel v0.2.1
27422026-04-17T13:35:49.056Z Compiling diesel-dtrace v0.5.0
27432026-04-17T13:35:49.406Z Compiling libgit2-sys v0.18.3+1.9.2
27442026-04-17T13:35:49.861Z Compiling instability v0.3.11
27452026-04-17T13:35:50.134Z Compiling git-stub-vcs v0.1.0
27462026-04-17T13:35:50.207Z Compiling progenitor v0.11.2
27472026-04-17T13:35:50.411Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27482026-04-17T13:35:50.524Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27492026-04-17T13:35:51.393Z Compiling darling v0.23.0
27502026-04-17T13:35:51.553Z Compiling slog-stdlog v4.1.1
27512026-04-17T13:35:52.584Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27522026-04-17T13:35:52.646Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27532026-04-17T13:35:52.930Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27542026-04-17T13:35:53.118Z Compiling ignore v0.4.25
27552026-04-17T13:35:54.720Z Compiling primeorder v0.13.6
27562026-04-17T13:35:55.046Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-04-17T13:35:55.601Z Compiling castaway v0.2.4
27582026-04-17T13:35:55.770Z Compiling atty v0.2.14
27592026-04-17T13:35:55.929Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27602026-04-17T13:35:56.059Z Compiling parse-size v1.1.0
27612026-04-17T13:35:56.166Z Compiling indoc v2.0.7
27622026-04-17T13:35:56.294Z Compiling http-range v0.1.5
27632026-04-17T13:35:56.509Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27642026-04-17T13:35:56.656Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27652026-04-17T13:35:56.789Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27662026-04-17T13:35:56.811Z Compiling compact_str v0.8.1
27672026-04-17T13:35:57.391Z Compiling p384 v0.13.1
27682026-04-17T13:35:58.454Z Compiling globwalk v0.9.1
27692026-04-17T13:35:58.660Z Compiling parking_lot v0.11.2
27702026-04-17T13:35:58.845Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27712026-04-17T13:35:59.004Z Compiling slog-envlogger v2.2.0
27722026-04-17T13:35:59.658Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27732026-04-17T13:35:59.661Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27742026-04-17T13:35:59.987Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27752026-04-17T13:36:00.044Z Compiling predicates-tree v1.0.13
27762026-04-17T13:36:00.151Z Compiling unicode-truncate v1.1.0
27772026-04-17T13:36:00.191Z Compiling lru v0.12.5
27782026-04-17T13:36:00.252Z Compiling rand_seeder v0.4.0
27792026-04-17T13:36:00.372Z Compiling prefix-trie v0.7.0
27802026-04-17T13:36:00.430Z Compiling vergen-git2 v1.0.7
27812026-04-17T13:36:00.514Z Compiling compression-core v0.4.31
27822026-04-17T13:36:00.535Z Compiling cassowary v0.3.0
27832026-04-17T13:36:00.641Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27842026-04-17T13:36:00.706Z Compiling compression-codecs v0.4.37
27852026-04-17T13:36:00.741Z Compiling camino-tempfile-ext v0.3.3
27862026-04-17T13:36:00.860Z Compiling ratatui v0.29.0
27872026-04-17T13:36:00.884Z Compiling hickory-server v0.25.2
27882026-04-17T13:36:01.051Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27892026-04-17T13:36:01.287Z Compiling hyper-staticfile v0.10.1
27902026-04-17T13:36:01.418Z Compiling sled v0.34.7
27912026-04-17T13:36:02.510Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27922026-04-17T13:36:02.550Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27932026-04-17T13:36:03.195Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27942026-04-17T13:36:03.658Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27952026-04-17T13:36:03.930Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27962026-04-17T13:36:04.034Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27972026-04-17T13:36:04.356Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27982026-04-17T13:36:04.830Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27992026-04-17T13:36:04.922Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28002026-04-17T13:36:05.094Z Compiling toml_datetime v1.0.0+spec-1.1.0
28012026-04-17T13:36:05.408Z Compiling dropshot v0.17.0
28022026-04-17T13:36:05.589Z Compiling rustls v0.21.12
28032026-04-17T13:36:05.658Z Compiling corncobs v0.1.4
28042026-04-17T13:36:05.839Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28052026-04-17T13:36:05.949Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28062026-04-17T13:36:06.201Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28072026-04-17T13:36:06.223Z Compiling toml v1.0.6+spec-1.1.0
28082026-04-17T13:36:06.284Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28092026-04-17T13:36:06.614Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28102026-04-17T13:36:07.074Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28112026-04-17T13:36:07.142Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28122026-04-17T13:36:07.190Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28132026-04-17T13:36:07.359Z Compiling async-compression v0.4.41
28142026-04-17T13:36:07.876Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28152026-04-17T13:36:09.650Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28162026-04-17T13:36:09.685Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28172026-04-17T13:36:10.510Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28182026-04-17T13:36:10.621Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28192026-04-17T13:36:10.751Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28202026-04-17T13:36:10.861Z Compiling rustls-webpki v0.101.7
28212026-04-17T13:36:10.993Z Compiling sct v0.7.1
28222026-04-17T13:36:11.128Z Compiling nix v0.29.0
28232026-04-17T13:36:11.307Z Compiling secrecy v0.8.0
28242026-04-17T13:36:11.516Z Compiling dropshot_endpoint v0.17.0
28252026-04-17T13:36:11.565Z Compiling void v1.0.2
28262026-04-17T13:36:11.733Z Compiling lzss v0.8.2
28272026-04-17T13:36:12.605Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28282026-04-17T13:36:12.695Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28292026-04-17T13:36:13.428Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28302026-04-17T13:36:13.749Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28312026-04-17T13:36:14.260Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28322026-04-17T13:36:15.023Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28332026-04-17T13:36:15.200Z Compiling git2 v0.20.4
28342026-04-17T13:36:15.612Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28352026-04-17T13:36:15.876Z Compiling tungstenite v0.23.0
28362026-04-17T13:36:15.957Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28372026-04-17T13:36:16.065Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28382026-04-17T13:36:16.119Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28392026-04-17T13:36:16.198Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28402026-04-17T13:36:16.298Z Compiling nix v0.27.1
28412026-04-17T13:36:16.355Z Compiling serde_bytes v0.11.19
28422026-04-17T13:36:16.478Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28432026-04-17T13:36:16.675Z Compiling tokio-tungstenite v0.23.1
28442026-04-17T13:36:17.078Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28452026-04-17T13:36:17.853Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28462026-04-17T13:36:18.142Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28472026-04-17T13:36:18.390Z Compiling tokio-rustls v0.24.1
28482026-04-17T13:36:18.419Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28492026-04-17T13:36:18.696Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28502026-04-17T13:36:20.424Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28512026-04-17T13:36:23.402Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28522026-04-17T13:36:23.527Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28532026-04-17T13:36:23.736Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28542026-04-17T13:36:24.014Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28552026-04-17T13:36:24.393Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28562026-04-17T13:36:26.045Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28572026-04-17T13:36:26.289Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28582026-04-17T13:36:26.562Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28592026-04-17T13:36:27.545Z Compiling rustls-pemfile v1.0.4
28602026-04-17T13:36:27.596Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28612026-04-17T13:36:28.051Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28622026-04-17T13:36:28.974Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28632026-04-17T13:36:28.977Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28642026-04-17T13:36:30.683Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28652026-04-17T13:36:30.710Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28662026-04-17T13:36:31.408Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28672026-04-17T13:36:31.826Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28682026-04-17T13:36:32.080Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28692026-04-17T13:36:32.123Z Compiling signal-hook-tokio v0.3.1
28702026-04-17T13:36:32.149Z Compiling twox-hash v2.1.2
28712026-04-17T13:36:32.325Z Compiling yasna v0.5.2
28722026-04-17T13:36:32.350Z Compiling is_ci v1.2.0
28732026-04-17T13:36:32.539Z Compiling supports-color v3.0.2
28742026-04-17T13:36:32.705Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28752026-04-17T13:36:32.887Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28762026-04-17T13:36:32.971Z Compiling rcgen v0.12.1
28772026-04-17T13:36:33.082Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28782026-04-17T13:36:33.948Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28792026-04-17T13:36:34.641Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28802026-04-17T13:36:35.372Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28812026-04-17T13:36:36.353Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28822026-04-17T13:36:37.161Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28832026-04-17T13:36:37.625Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28842026-04-17T13:36:37.650Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28852026-04-17T13:36:37.955Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28862026-04-17T13:36:38.201Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28872026-04-17T13:36:38.443Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28882026-04-17T13:36:38.677Z Compiling fatfs v0.3.6
28892026-04-17T13:36:39.365Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28902026-04-17T13:36:39.842Z Compiling rtoolbox v0.0.3
28912026-04-17T13:36:39.979Z Compiling subprocess v0.2.15
28922026-04-17T13:36:40.132Z Compiling seq-macro v0.3.6
28932026-04-17T13:36:40.654Z Compiling assert_matches v1.5.0
28942026-04-17T13:36:40.778Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28952026-04-17T13:36:40.830Z Compiling rpassword v7.4.0
28962026-04-17T13:36:41.198Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28972026-04-17T13:36:41.747Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28982026-04-17T13:36:41.907Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28992026-04-17T13:36:42.360Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29002026-04-17T13:36:43.288Z Compiling tui-tree-widget v0.23.1
29012026-04-17T13:36:43.585Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29022026-04-17T13:36:44.384Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29032026-04-17T13:36:44.473Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29042026-04-17T13:36:44.941Z Compiling uzers v0.12.2
29052026-04-17T13:36:45.211Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29062026-04-17T13:36:46.041Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29072026-04-17T13:36:47.092Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29082026-04-17T13:36:48.147Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29092026-04-17T13:36:50.419Z Compiling support-bundle-viewer v0.1.2
29102026-04-17T13:36:51.515Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29112026-04-17T13:36:52.385Z Compiling multimap v0.10.1
29122026-04-17T13:37:00.101Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29132026-04-17T13:37:10.416Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29142026-04-17T13:37:12.871Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29152026-04-17T13:37:12.911Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29162026-04-17T13:44:52.648Z Finished `release` profile [optimized] target(s) in 9m 57s
29172026-04-17T13:45:36.830Z
29182026-04-17T13:45:36.830Zreal 10:42.995023987
29192026-04-17T13:45:36.830Zuser 1:22:46.729778115
29202026-04-17T13:45:36.830Zsys 3:30.656247222
29212026-04-17T13:45:36.830Ztrap 1.866940969
29222026-04-17T13:45:36.833Ztflt 1.969382614
29232026-04-17T13:45:36.833Zdflt 16.898700179
29242026-04-17T13:45:36.833Zkflt 0.025245438
29252026-04-17T13:45:36.833Zlock 8:01:41.547180925
29262026-04-17T13:45:36.833Zslp 2:24:54.780715187
29272026-04-17T13:45:36.833Zlat 2:36.190220844
29282026-04-17T13:45:36.833Zstop 5:20.496344094
29292026-04-17T13:45:36.833Z+ mapfile -t packages
29302026-04-17T13:45:36.833Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29312026-04-17T13:45:37.787Z Finished `release` profile [optimized] target(s) in 0.94s
29322026-04-17T13:45:37.859Z Running `target/release/omicron-package -t test list-outputs`
29332026-04-17T13:45:37.913ZLogging to: /work/oxidecomputer/omicron/out/LOG
29342026-04-17T13:45:37.917Z+ ptime -m cargo build --locked --release -p xtask
29352026-04-17T13:45:38.455Z Compiling libc v0.2.185
29362026-04-17T13:45:38.455Z Compiling serde v1.0.228
29372026-04-17T13:45:38.455Z Compiling serde_core v1.0.228
29382026-04-17T13:45:38.458Z Compiling rustix v1.1.3
29392026-04-17T13:45:38.459Z Compiling bitflags v2.11.0
29402026-04-17T13:45:38.459Z Compiling serde_json v1.0.149
29412026-04-17T13:45:38.600Z Compiling num-traits v0.2.19
29422026-04-17T13:45:38.612Z Compiling syn v2.0.117
29432026-04-17T13:45:38.624Z Compiling hashbrown v0.16.1
29442026-04-17T13:45:38.627Z Compiling smallvec v1.15.1
29452026-04-17T13:45:38.654Z Compiling usdt-impl v0.5.0
29462026-04-17T13:45:38.665Z Compiling syn v1.0.109
29472026-04-17T13:45:38.677Z Compiling getrandom v0.4.1
29482026-04-17T13:45:38.681Z Compiling percent-encoding v2.3.2
29492026-04-17T13:45:38.809Z Compiling log v0.4.29
29502026-04-17T13:45:38.946Z Compiling form_urlencoded v1.2.2
29512026-04-17T13:45:39.098Z Compiling fs-err v3.3.0
29522026-04-17T13:45:39.110Z Compiling heck v0.4.1
29532026-04-17T13:45:39.122Z Compiling once_cell v1.21.3
29542026-04-17T13:45:39.125Z Compiling anyhow v1.0.102
29552026-04-17T13:45:39.245Z Compiling indexmap v2.13.0
29562026-04-17T13:45:39.341Z Compiling thread-id v4.2.2
29572026-04-17T13:45:39.374Z Compiling errno v0.3.14
29582026-04-17T13:45:39.408Z Compiling memmap v0.7.0
29592026-04-17T13:45:39.647Z Compiling ordered-float v2.10.1
29602026-04-17T13:45:40.185Z Compiling proc-macro-error v1.0.4
29612026-04-17T13:45:40.399Z Compiling terminal_size v0.4.3
29622026-04-17T13:45:40.399Z Compiling tempfile v3.25.0
29632026-04-17T13:45:40.443Z Compiling tabled_derive v0.7.0
29642026-04-17T13:45:40.498Z Compiling clap_builder v4.5.60
29652026-04-17T13:45:40.498Z Compiling textwrap v0.16.2
29662026-04-17T13:45:40.639Z Compiling camino-tempfile v1.4.1
29672026-04-17T13:45:41.126Z Compiling tabled v0.15.0
29682026-04-17T13:45:41.220Z Compiling synstructure v0.13.2
29692026-04-17T13:45:41.220Z Compiling pest_generator v2.8.6
29702026-04-17T13:45:41.633Z Compiling serde_derive v1.0.228
29712026-04-17T13:45:41.633Z Compiling zerovec-derive v0.11.2
29722026-04-17T13:45:41.636Z Compiling displaydoc v0.2.5
29732026-04-17T13:45:41.636Z Compiling thiserror-impl v1.0.69
29742026-04-17T13:45:41.636Z Compiling zerocopy-derive v0.7.35
29752026-04-17T13:45:41.636Z Compiling scroll_derive v0.12.1
29762026-04-17T13:45:41.636Z Compiling thiserror-impl v2.0.18
29772026-04-17T13:45:41.636Z Compiling clap_derive v4.5.55
29782026-04-17T13:45:41.702Z Compiling zerofrom-derive v0.1.6
29792026-04-17T13:45:41.706Z Compiling yoke-derive v0.8.1
29802026-04-17T13:45:41.759Z Compiling pest_derive v2.8.6
29812026-04-17T13:45:42.376Z Compiling scroll v0.12.0
29822026-04-17T13:45:42.514Z Compiling zerocopy v0.7.35
29832026-04-17T13:45:42.738Z Compiling goblin v0.8.2
29842026-04-17T13:45:42.821Z Compiling thiserror v1.0.69
29852026-04-17T13:45:42.870Z Compiling zerofrom v0.1.6
29862026-04-17T13:45:42.882Z Compiling thiserror v2.0.18
29872026-04-17T13:45:42.925Z Compiling dtrace-parser v0.2.0
29882026-04-17T13:45:43.014Z Compiling yoke v0.8.1
29892026-04-17T13:45:43.214Z Compiling zerovec v0.11.5
29902026-04-17T13:45:43.240Z Compiling zerotrie v0.2.3
29912026-04-17T13:45:43.376Z Compiling clap v4.5.60
29922026-04-17T13:45:43.843Z Compiling tinystr v0.8.2
29932026-04-17T13:45:44.091Z Compiling icu_locale_core v2.1.1
29942026-04-17T13:45:44.947Z Compiling potential_utf v0.1.4
29952026-04-17T13:45:45.014Z Compiling icu_provider v2.1.1
29962026-04-17T13:45:45.162Z Compiling icu_collections v2.1.1
29972026-04-17T13:45:45.392Z Compiling serde_spanned v0.6.9
29982026-04-17T13:45:45.415Z Compiling toml_datetime v0.6.11
29992026-04-17T13:45:45.462Z Compiling dof v0.3.0
30002026-04-17T13:45:45.465Z Compiling serde-value v0.7.0
30012026-04-17T13:45:45.485Z Compiling cargo-platform v0.2.0
30022026-04-17T13:45:45.499Z Compiling macaddr v1.0.1
30032026-04-17T13:45:45.575Z Compiling icu_properties v2.1.2
30042026-04-17T13:45:45.594Z Compiling icu_normalizer v2.1.1
30052026-04-17T13:45:45.633Z Compiling toml_edit v0.22.27
30062026-04-17T13:45:45.818Z Compiling serde_tokenstream v0.2.3
30072026-04-17T13:45:46.610Z Compiling idna_adapter v1.2.1
30082026-04-17T13:45:46.668Z Compiling usdt-attr-macro v0.5.0
30092026-04-17T13:45:46.672Z Compiling usdt-macro v0.5.0
30102026-04-17T13:45:46.761Z Compiling idna v1.1.0
30112026-04-17T13:45:47.088Z Compiling url v2.5.8
30122026-04-17T13:45:47.252Z Compiling toml v0.8.23
30132026-04-17T13:45:47.282Z Compiling usdt v0.5.0
30142026-04-17T13:45:47.698Z Compiling cargo-util-schemas v0.8.2
30152026-04-17T13:45:47.698Z Compiling cargo_toml v0.21.0
30162026-04-17T13:45:48.729Z Compiling cargo_metadata v0.21.0
30172026-04-17T13:45:51.887Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30182026-04-17T13:45:54.948Z Finished `release` profile [optimized] target(s) in 17.01s
30192026-04-17T13:45:55.073Z
30202026-04-17T13:45:55.074Zreal 17.120775953
30212026-04-17T13:45:55.077Zuser 2:26.180046616
30222026-04-17T13:45:55.077Zsys 17.185516817
30232026-04-17T13:45:55.077Ztrap 0.091649839
30242026-04-17T13:45:55.077Ztflt 0.746992142
30252026-04-17T13:45:55.077Zdflt 1.568398704
30262026-04-17T13:45:55.077Zkflt 0.000052290
30272026-04-17T13:45:55.077Zlock 5:24.242765771
30282026-04-17T13:45:55.077Zslp 3:28.742337194
30292026-04-17T13:45:55.078Zlat 5.945440816
30302026-04-17T13:45:55.078Zstop 19.895577932
30312026-04-17T13:45:55.078Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30322026-04-17T13:45:55.078Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30332026-04-17T13:45:55.078Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30342026-04-17T13:45:55.078Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30352026-04-17T13:45:55.078Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30362026-04-17T13:45:56.020Z Compiling regress v0.10.5
30372026-04-17T13:45:56.023Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30382026-04-17T13:45:56.024Z Compiling newtype-uuid-macros v0.1.0
30392026-04-17T13:45:56.024Z Compiling rustls v0.22.4
30402026-04-17T13:45:56.184Z Compiling progenitor-client v0.13.0
30412026-04-17T13:45:56.195Z Compiling rustls-webpki v0.102.8
30422026-04-17T13:45:56.199Z Compiling structmeta-derive v0.3.0
30432026-04-17T13:45:56.199Z Compiling serde_spanned v1.0.4
30442026-04-17T13:45:56.199Z Compiling multer v3.1.0
30452026-04-17T13:45:56.211Z Compiling debug-ignore v1.0.5
30462026-04-17T13:45:56.214Z Compiling match_cfg v0.1.0
30472026-04-17T13:45:56.214Z Compiling toml_writer v1.0.6+spec-1.1.0
30482026-04-17T13:45:56.214Z Compiling slog-json v2.6.1
30492026-04-17T13:45:56.214Z Compiling async-stream-impl v0.3.6
30502026-04-17T13:45:56.218Z Compiling waitgroup v0.1.2
30512026-04-17T13:45:56.218Z Compiling rustls-pemfile v2.2.0
30522026-04-17T13:45:56.478Z Compiling hostname v0.3.1
30532026-04-17T13:45:56.478Z Compiling hostname v0.4.2
30542026-04-17T13:45:56.482Z Compiling serde_path_to_error v0.1.20
30552026-04-17T13:45:56.509Z Compiling itertools v0.14.0
30562026-04-17T13:45:56.512Z Compiling dropshot v0.16.7
30572026-04-17T13:45:56.561Z Compiling toml v0.9.12+spec-1.1.0
30582026-04-17T13:45:56.564Z Compiling dropshot_endpoint v0.16.7
30592026-04-17T13:45:56.578Z Compiling slog-bunyan v2.5.0
30602026-04-17T13:45:56.600Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30612026-04-17T13:45:56.639Z Compiling macaddr v1.0.1
30622026-04-17T13:45:56.676Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30632026-04-17T13:45:56.762Z Compiling instant v0.1.13
30642026-04-17T13:45:56.807Z Compiling progenitor-client v0.10.0
30652026-04-17T13:45:56.827Z Compiling backon v1.6.0
30662026-04-17T13:45:56.843Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30672026-04-17T13:45:56.896Z Compiling backoff v0.4.0
30682026-04-17T13:45:56.911Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30692026-04-17T13:45:56.950Z Compiling async-stream v0.3.6
30702026-04-17T13:45:56.984Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30712026-04-17T13:45:57.056Z Compiling progenitor-extras v0.1.1
30722026-04-17T13:45:57.136Z Compiling universal-hash v0.5.1
30732026-04-17T13:45:57.140Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30742026-04-17T13:45:57.171Z Compiling opaque-debug v0.3.1
30752026-04-17T13:45:57.171Z Compiling half v2.7.1
30762026-04-17T13:45:57.242Z Compiling ciborium-io v0.2.2
30772026-04-17T13:45:57.261Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30782026-04-17T13:45:57.279Z Compiling crucible-workspace-hack v0.1.0
30792026-04-17T13:45:57.297Z Compiling convert_case v0.4.0
30802026-04-17T13:45:57.300Z Compiling aead v0.5.2
30812026-04-17T13:45:57.333Z Compiling secrecy v0.10.3
30822026-04-17T13:45:57.352Z Compiling unsafe-libyaml v0.2.11
30832026-04-17T13:45:57.370Z Compiling poly1305 v0.8.0
30842026-04-17T13:45:57.511Z Compiling ciborium-ll v0.2.2
30852026-04-17T13:45:57.529Z Compiling chacha20 v0.9.1
30862026-04-17T13:45:57.562Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30872026-04-17T13:45:57.565Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30882026-04-17T13:45:57.581Z Compiling structmeta v0.3.0
30892026-04-17T13:45:57.617Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30902026-04-17T13:45:57.634Z Compiling thiserror-impl-no-std v2.0.2
30912026-04-17T13:45:57.706Z Compiling derive_more v0.99.20
30922026-04-17T13:45:57.757Z Compiling ciborium v0.2.2
30932026-04-17T13:45:57.839Z Compiling typify-impl v0.6.1
30942026-04-17T13:45:57.895Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30952026-04-17T13:45:57.899Z Compiling derive-ex v0.1.8
30962026-04-17T13:45:57.899Z Compiling parse-display-derive v0.10.0
30972026-04-17T13:45:57.906Z Compiling serde_yaml v0.9.34+deprecated
30982026-04-17T13:45:57.922Z Compiling byte-wrapper v0.1.0
30992026-04-17T13:45:57.944Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31002026-04-17T13:45:58.122Z Compiling password-hash v0.5.0
31012026-04-17T13:45:58.145Z Compiling blake2 v0.10.6
31022026-04-17T13:45:58.162Z Compiling chacha20poly1305 v0.10.1
31032026-04-17T13:45:58.295Z Compiling indent_write v2.2.0
31042026-04-17T13:45:58.342Z Compiling heapless v0.8.0
31052026-04-17T13:45:58.377Z Compiling ingot-macros v0.1.1
31062026-04-17T13:45:58.411Z Compiling argon2 v0.5.3
31072026-04-17T13:45:58.462Z Compiling toml_edit v0.23.10+spec-1.0.0
31082026-04-17T13:45:58.563Z Compiling hash32 v0.3.1
31092026-04-17T13:45:58.740Z Compiling tokio-rustls v0.25.0
31102026-04-17T13:45:58.768Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31112026-04-17T13:45:58.870Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31122026-04-17T13:45:58.888Z Compiling thiserror-no-std v2.0.2
31132026-04-17T13:45:59.000Z Compiling vsss-rs v3.3.4
31142026-04-17T13:45:59.033Z Compiling smoltcp v0.11.0
31152026-04-17T13:45:59.177Z Compiling proc-macro-crate v3.4.0
31162026-04-17T13:45:59.455Z Compiling tabwriter v1.4.1
31172026-04-17T13:45:59.459Z Compiling cobs v0.3.0
31182026-04-17T13:45:59.606Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31192026-04-17T13:45:59.666Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31202026-04-17T13:45:59.685Z Compiling test-strategy v0.4.5
31212026-04-17T13:45:59.685Z Compiling parse-display v0.10.0
31222026-04-17T13:45:59.717Z Compiling postcard v1.1.3
31232026-04-17T13:45:59.734Z Compiling proc-macro-error v1.0.4
31242026-04-17T13:45:59.770Z Compiling num_enum_derive v0.7.5
31252026-04-17T13:45:59.794Z Compiling proc-macro-crate v1.3.1
31262026-04-17T13:45:59.849Z Compiling num-rational v0.4.2
31272026-04-17T13:46:00.038Z Compiling num-complex v0.4.6
31282026-04-17T13:46:00.088Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31292026-04-17T13:46:00.104Z Compiling foreign-types-macros v0.2.3
31302026-04-17T13:46:00.253Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31312026-04-17T13:46:00.271Z Compiling foreign-types-shared v0.3.1
31322026-04-17T13:46:00.322Z Compiling colored v3.1.1
31332026-04-17T13:46:00.380Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31342026-04-17T13:46:00.397Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31352026-04-17T13:46:00.415Z Compiling rayon-core v1.13.0
31362026-04-17T13:46:00.478Z Compiling cpufeatures v0.3.0
31372026-04-17T13:46:00.495Z Compiling num v0.4.3
31382026-04-17T13:46:00.529Z Compiling num_enum_derive v0.5.11
31392026-04-17T13:46:00.575Z Compiling chacha20 v0.10.0
31402026-04-17T13:46:00.653Z Compiling crossbeam-deque v0.8.6
31412026-04-17T13:46:00.674Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31422026-04-17T13:46:00.721Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31432026-04-17T13:46:00.739Z Compiling cstr-argument v0.1.2
31442026-04-17T13:46:00.755Z Compiling float-ord v0.3.2
31452026-04-17T13:46:00.758Z Compiling foreign-types v0.5.0
31462026-04-17T13:46:00.873Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31472026-04-17T13:46:00.890Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31482026-04-17T13:46:00.910Z Compiling num_enum v0.7.5
31492026-04-17T13:46:00.945Z Compiling rand v0.10.0
31502026-04-17T13:46:00.948Z Compiling toml v0.8.23
31512026-04-17T13:46:01.068Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31522026-04-17T13:46:01.129Z Compiling camino-tempfile v1.4.1
31532026-04-17T13:46:01.151Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31542026-04-17T13:46:01.179Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31552026-04-17T13:46:01.239Z Compiling zone_cfg_derive v0.3.1
31562026-04-17T13:46:01.279Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31572026-04-17T13:46:01.302Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31582026-04-17T13:46:01.305Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31592026-04-17T13:46:01.339Z Compiling ingot-types v0.1.2
31602026-04-17T13:46:01.437Z Compiling rayon v1.11.0
31612026-04-17T13:46:01.477Z Compiling itertools v0.12.1
31622026-04-17T13:46:01.562Z Compiling num-derive v0.4.2
31632026-04-17T13:46:01.580Z Compiling sigpipe v0.1.3
31642026-04-17T13:46:01.689Z Compiling num_enum v0.5.11
31652026-04-17T13:46:01.707Z Compiling glob v0.3.3
31662026-04-17T13:46:01.710Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31672026-04-17T13:46:01.711Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31682026-04-17T13:46:01.819Z Compiling ingot v0.1.1
31692026-04-17T13:46:01.839Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31702026-04-17T13:46:01.859Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31712026-04-17T13:46:01.950Z Compiling smf v0.2.3
31722026-04-17T13:46:01.969Z Compiling whoami v1.6.1
31732026-04-17T13:46:02.004Z Compiling prettyplease v0.2.37
31742026-04-17T13:46:02.023Z Compiling gethostname v0.5.0
31752026-04-17T13:46:02.026Z Compiling usdt-macro v0.5.0
31762026-04-17T13:46:02.183Z Compiling usdt-attr-macro v0.5.0
31772026-04-17T13:46:02.199Z Compiling memmap v0.7.0
31782026-04-17T13:46:02.314Z Compiling atomicwrites v0.4.4
31792026-04-17T13:46:02.427Z Compiling derive-where v1.6.0
31802026-04-17T13:46:02.445Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31812026-04-17T13:46:02.528Z Compiling owo-colors v4.3.0
31822026-04-17T13:46:02.549Z Compiling resolv-conf v0.7.6
31832026-04-17T13:46:02.552Z Compiling typify-macro v0.6.1
31842026-04-17T13:46:02.583Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31852026-04-17T13:46:02.617Z Compiling cancel-safe-futures v0.1.5
31862026-04-17T13:46:02.775Z Compiling zone v0.3.1
31872026-04-17T13:46:02.891Z Compiling libsw-core v0.3.2
31882026-04-17T13:46:02.931Z Compiling async-recursion v1.1.1
31892026-04-17T13:46:03.009Z Compiling linear-map v1.2.0
31902026-04-17T13:46:03.093Z Compiling usdt v0.5.0
31912026-04-17T13:46:03.110Z Compiling libsw v3.5.0
31922026-04-17T13:46:03.232Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31932026-04-17T13:46:03.249Z Compiling libefi-sys v0.1.0
31942026-04-17T13:46:03.315Z Compiling console v0.15.11
31952026-04-17T13:46:03.318Z Compiling hickory-proto v0.24.4
31962026-04-17T13:46:03.350Z Compiling newline-converter v0.3.0
31972026-04-17T13:46:03.400Z Compiling bitfield-struct v0.6.2
31982026-04-17T13:46:03.496Z Compiling semver v0.1.20
31992026-04-17T13:46:03.513Z Compiling linked-hash-map v0.5.6
32002026-04-17T13:46:03.549Z Compiling tokio-dtrace v0.1.1
32012026-04-17T13:46:03.692Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32022026-04-17T13:46:03.743Z Compiling rustc_version v0.1.7
32032026-04-17T13:46:03.766Z Compiling lru-cache v0.1.2
32042026-04-17T13:46:03.784Z Compiling expectorate v1.2.0
32052026-04-17T13:46:03.827Z Compiling dropshot-api-manager-types v0.6.0
32062026-04-17T13:46:03.847Z Compiling pin-project-internal v1.1.11
32072026-04-17T13:46:03.867Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32082026-04-17T13:46:03.871Z Compiling slog-dtrace v0.3.0
32092026-04-17T13:46:03.905Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32102026-04-17T13:46:03.930Z Compiling minimal-lexical v0.2.1
32112026-04-17T13:46:03.953Z Compiling oxide-tokio-rt v0.1.4
32122026-04-17T13:46:03.986Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32132026-04-17T13:46:04.010Z Compiling typify-impl v0.4.3
32142026-04-17T13:46:04.026Z Compiling newtype_derive v0.1.6
32152026-04-17T13:46:04.119Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32162026-04-17T13:46:04.188Z Compiling nom v7.1.3
32172026-04-17T13:46:04.206Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32182026-04-17T13:46:04.226Z Compiling phf_shared v0.12.1
32192026-04-17T13:46:04.229Z Compiling pem v3.0.6
32202026-04-17T13:46:04.263Z Compiling snafu-derive v0.8.9
32212026-04-17T13:46:04.292Z Compiling csv-core v0.1.13
32222026-04-17T13:46:04.456Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32232026-04-17T13:46:04.456Z Compiling highway v1.3.0
32242026-04-17T13:46:04.489Z Compiling typify v0.6.1
32252026-04-17T13:46:04.550Z Compiling same-file v1.0.6
32262026-04-17T13:46:04.584Z Compiling chrono-tz v0.10.4
32272026-04-17T13:46:04.601Z Compiling progenitor-impl v0.13.0
32282026-04-17T13:46:04.760Z Compiling xshell-macros v0.2.7
32292026-04-17T13:46:04.819Z Compiling const_format_proc_macros v0.2.34
32302026-04-17T13:46:04.842Z Compiling walkdir v2.5.0
32312026-04-17T13:46:04.863Z Compiling csv v1.4.0
32322026-04-17T13:46:04.898Z Compiling phf v0.12.1
32332026-04-17T13:46:05.081Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32342026-04-17T13:46:05.099Z Compiling pin-project v1.1.11
32352026-04-17T13:46:05.161Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32362026-04-17T13:46:05.192Z Compiling xshell v0.2.7
32372026-04-17T13:46:05.212Z Compiling globset v0.4.18
32382026-04-17T13:46:05.229Z Compiling olpc-cjson v0.1.4
32392026-04-17T13:46:05.339Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32402026-04-17T13:46:05.437Z Compiling primeorder v0.13.6
32412026-04-17T13:46:05.455Z Compiling serde_plain v1.0.2
32422026-04-17T13:46:05.618Z Compiling hickory-resolver v0.24.4
32432026-04-17T13:46:05.630Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32442026-04-17T13:46:05.699Z Compiling typed-path v0.9.3
32452026-04-17T13:46:05.728Z Compiling const_format v0.2.35
32462026-04-17T13:46:05.737Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32472026-04-17T13:46:05.883Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32482026-04-17T13:46:05.961Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32492026-04-17T13:46:06.072Z Compiling tabled_derive v0.7.0
32502026-04-17T13:46:06.169Z Compiling bcs v0.1.6
32512026-04-17T13:46:06.332Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32522026-04-17T13:46:06.465Z Compiling snafu v0.8.9
32532026-04-17T13:46:06.548Z Compiling radium v0.7.0
32542026-04-17T13:46:06.567Z Compiling salty v0.3.0
32552026-04-17T13:46:06.638Z Compiling termtree v0.5.1
32562026-04-17T13:46:06.669Z Compiling textwrap v0.16.2
32572026-04-17T13:46:06.835Z Compiling qorb v0.4.1
32582026-04-17T13:46:06.859Z Compiling tough v0.20.0
32592026-04-17T13:46:06.917Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32602026-04-17T13:46:06.934Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32612026-04-17T13:46:07.039Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32622026-04-17T13:46:07.164Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32632026-04-17T13:46:07.169Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32642026-04-17T13:46:07.202Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32652026-04-17T13:46:07.214Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32662026-04-17T13:46:07.275Z Compiling tabled v0.15.0
32672026-04-17T13:46:07.349Z Compiling steno v0.4.1
32682026-04-17T13:46:07.395Z Compiling progenitor-macro v0.13.0
32692026-04-17T13:46:07.500Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32702026-04-17T13:46:07.678Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32712026-04-17T13:46:07.722Z Compiling humantime v2.3.0
32722026-04-17T13:46:07.813Z Compiling tap v1.0.1
32732026-04-17T13:46:07.964Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32742026-04-17T13:46:07.982Z Compiling maybe-uninit v2.0.0
32752026-04-17T13:46:08.034Z Compiling tagptr v0.2.0
32762026-04-17T13:46:08.163Z Compiling base64 v0.21.7
32772026-04-17T13:46:08.220Z Compiling moka v0.12.13
32782026-04-17T13:46:08.391Z Compiling wyz v0.5.1
32792026-04-17T13:46:08.554Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32802026-04-17T13:46:08.621Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32812026-04-17T13:46:09.251Z Compiling typify-macro v0.4.3
32822026-04-17T13:46:09.260Z Compiling p384 v0.13.1
32832026-04-17T13:46:09.260Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32842026-04-17T13:46:09.260Z Compiling funty v2.0.0
32852026-04-17T13:46:09.260Z Compiling parking_lot_core v0.8.6
32862026-04-17T13:46:09.295Z Compiling packed_struct v0.10.1
32872026-04-17T13:46:09.325Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32882026-04-17T13:46:09.442Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32892026-04-17T13:46:09.492Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32902026-04-17T13:46:09.622Z Compiling bitvec v1.0.1
32912026-04-17T13:46:09.710Z Compiling hickory-resolver v0.25.2
32922026-04-17T13:46:09.785Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32932026-04-17T13:46:09.845Z Compiling polyval v0.6.2
32942026-04-17T13:46:09.993Z Compiling git-stub v1.0.0
32952026-04-17T13:46:10.116Z Compiling packed_struct_codegen v0.10.1
32962026-04-17T13:46:10.156Z Compiling bitfield-macros v0.19.4
32972026-04-17T13:46:10.297Z Compiling zerocopy-derive v0.6.6
32982026-04-17T13:46:10.431Z Compiling proc-macro-error-attr2 v2.0.0
32992026-04-17T13:46:10.602Z Compiling typify v0.4.3
33002026-04-17T13:46:10.645Z Compiling indexmap v1.9.3
33012026-04-17T13:46:10.743Z Compiling nodrop v0.1.14
33022026-04-17T13:46:10.867Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33032026-04-17T13:46:10.871Z Compiling utf-8 v0.7.6
33042026-04-17T13:46:10.871Z Compiling crc-catalog v2.4.0
33052026-04-17T13:46:10.960Z Compiling bitfield v0.19.4
33062026-04-17T13:46:10.978Z Compiling crc v3.4.0
33072026-04-17T13:46:10.997Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33082026-04-17T13:46:11.000Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33092026-04-17T13:46:11.053Z Compiling tungstenite v0.21.0
33102026-04-17T13:46:11.127Z Compiling proc-macro-error2 v2.0.1
33112026-04-17T13:46:11.127Z Compiling array-init v0.0.4
33122026-04-17T13:46:11.164Z Compiling git-stub-vcs v0.1.0
33132026-04-17T13:46:11.224Z Compiling zerocopy v0.6.6
33142026-04-17T13:46:11.238Z Compiling ghash v0.5.1
33152026-04-17T13:46:11.274Z Compiling smallvec v0.6.14
33162026-04-17T13:46:11.448Z Compiling ctr v0.9.2
33172026-04-17T13:46:11.529Z Compiling num-derive v0.3.3
33182026-04-17T13:46:11.546Z Compiling hashbrown v0.12.3
33192026-04-17T13:46:11.563Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33202026-04-17T13:46:11.614Z Compiling unicase v2.9.0
33212026-04-17T13:46:11.637Z Compiling compression-core v0.4.31
33222026-04-17T13:46:11.654Z Compiling aes-gcm v0.10.3
33232026-04-17T13:46:11.672Z Compiling tokio-tungstenite v0.21.0
33242026-04-17T13:46:11.695Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33252026-04-17T13:46:11.820Z Compiling compression-codecs v0.4.37
33262026-04-17T13:46:11.837Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33272026-04-17T13:46:11.865Z Compiling mime_guess v2.0.5
33282026-04-17T13:46:11.883Z Compiling tabled_derive v0.11.0
33292026-04-17T13:46:12.038Z Compiling parking_lot v0.11.2
33302026-04-17T13:46:12.073Z Compiling serde-hex v0.1.0
33312026-04-17T13:46:12.114Z Compiling progenitor-impl v0.11.2
33322026-04-17T13:46:12.117Z Compiling progenitor-impl v0.10.0
33332026-04-17T13:46:12.198Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33342026-04-17T13:46:12.330Z Compiling ron v0.8.1
33352026-04-17T13:46:12.435Z Compiling papergrid v0.17.0
33362026-04-17T13:46:12.463Z Compiling testing_table v0.3.0
33372026-04-17T13:46:12.479Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33382026-04-17T13:46:12.501Z Compiling libscf-sys v1.1.0
33392026-04-17T13:46:12.626Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33402026-04-17T13:46:12.662Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33412026-04-17T13:46:12.681Z Compiling hashbrown v0.13.2
33422026-04-17T13:46:12.701Z Compiling progenitor v0.13.0
33432026-04-17T13:46:12.727Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33442026-04-17T13:46:12.783Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33452026-04-17T13:46:12.879Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33462026-04-17T13:46:13.036Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33472026-04-17T13:46:13.077Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33482026-04-17T13:46:13.158Z Compiling prefix-trie v0.7.0
33492026-04-17T13:46:13.222Z Compiling blowfish v0.9.1
33502026-04-17T13:46:13.371Z Compiling ssh-encoding v0.2.0
33512026-04-17T13:46:13.517Z Compiling fxhash v0.2.1
33522026-04-17T13:46:13.611Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33532026-04-17T13:46:13.629Z Compiling toml_datetime v1.0.0+spec-1.1.0
33542026-04-17T13:46:13.700Z Compiling dropshot v0.17.0
33552026-04-17T13:46:13.717Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33562026-04-17T13:46:13.800Z Compiling corncobs v0.1.4
33572026-04-17T13:46:13.941Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33582026-04-17T13:46:13.960Z Compiling crc-any v2.5.0
33592026-04-17T13:46:13.995Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33602026-04-17T13:46:14.031Z Compiling toml v1.0.6+spec-1.1.0
33612026-04-17T13:46:14.050Z Compiling sled v0.34.7
33622026-04-17T13:46:14.070Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33632026-04-17T13:46:14.199Z Compiling ssh-cipher v0.2.0
33642026-04-17T13:46:14.224Z Compiling hickory-server v0.25.2
33652026-04-17T13:46:14.242Z Compiling tabled v0.20.0
33662026-04-17T13:46:14.244Z Compiling bcrypt-pbkdf v0.10.0
33672026-04-17T13:46:14.354Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33682026-04-17T13:46:14.470Z Compiling object v0.30.4
33692026-04-17T13:46:14.707Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33702026-04-17T13:46:14.869Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33712026-04-17T13:46:14.910Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33722026-04-17T13:46:14.928Z Compiling progenitor-macro v0.11.2
33732026-04-17T13:46:15.060Z Compiling progenitor-macro v0.10.0
33742026-04-17T13:46:15.290Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33752026-04-17T13:46:15.513Z Compiling async-compression v0.4.41
33762026-04-17T13:46:15.887Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33772026-04-17T13:46:15.946Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33782026-04-17T13:46:16.056Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33792026-04-17T13:46:16.189Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33802026-04-17T13:46:16.365Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33812026-04-17T13:46:16.724Z Compiling progenitor-client v0.11.2
33822026-04-17T13:46:16.789Z Compiling password-hash v0.4.2
33832026-04-17T13:46:16.850Z Compiling dropshot_endpoint v0.17.0
33842026-04-17T13:46:17.115Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33852026-04-17T13:46:17.134Z Compiling secrecy v0.8.0
33862026-04-17T13:46:17.237Z Compiling http-range v0.1.5
33872026-04-17T13:46:17.324Z Compiling path-slash v0.1.5
33882026-04-17T13:46:17.342Z Compiling half v1.8.3
33892026-04-17T13:46:17.498Z Compiling pbkdf2 v0.11.0
33902026-04-17T13:46:17.614Z Compiling serde_cbor v0.11.2
33912026-04-17T13:46:17.656Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33922026-04-17T13:46:17.675Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33932026-04-17T13:46:18.350Z Compiling ssh-key v0.6.7
33942026-04-17T13:46:18.695Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33952026-04-17T13:46:18.716Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33962026-04-17T13:46:18.827Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33972026-04-17T13:46:19.064Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33982026-04-17T13:46:19.273Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33992026-04-17T13:46:19.393Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34002026-04-17T13:46:19.687Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34012026-04-17T13:46:19.762Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34022026-04-17T13:46:19.804Z Compiling p256 v0.13.2
34032026-04-17T13:46:19.822Z Compiling p521 v0.13.3
34042026-04-17T13:46:20.180Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34052026-04-17T13:46:20.226Z Compiling yasna v0.5.2
34062026-04-17T13:46:20.306Z Compiling kstat-rs v0.2.4
34072026-04-17T13:46:20.326Z Compiling progenitor v0.11.2
34082026-04-17T13:46:20.370Z Compiling headers-core v0.3.0
34092026-04-17T13:46:20.373Z Compiling nanorand v0.7.0
34102026-04-17T13:46:20.514Z Compiling russh-cryptovec v0.7.3
34112026-04-17T13:46:20.531Z Compiling progenitor v0.10.0
34122026-04-17T13:46:20.546Z Compiling atty v0.2.14
34132026-04-17T13:46:20.616Z Compiling md5 v0.7.0
34142026-04-17T13:46:20.648Z Compiling home v0.5.12
34152026-04-17T13:46:20.684Z Compiling crc8 v0.1.1
34162026-04-17T13:46:20.703Z Compiling rcgen v0.12.1
34172026-04-17T13:46:20.721Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34182026-04-17T13:46:20.721Z Compiling flume v0.11.1
34192026-04-17T13:46:20.757Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34202026-04-17T13:46:20.822Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34212026-04-17T13:46:20.839Z Compiling russh-keys v0.45.0
34222026-04-17T13:46:20.869Z Compiling headers v0.4.1
34232026-04-17T13:46:20.928Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34242026-04-17T13:46:20.967Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34252026-04-17T13:46:21.076Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34262026-04-17T13:46:21.163Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34272026-04-17T13:46:21.245Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34282026-04-17T13:46:21.544Z Compiling hyper-staticfile v0.10.1
34292026-04-17T13:46:21.561Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34302026-04-17T13:46:21.636Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34312026-04-17T13:46:21.657Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34322026-04-17T13:46:21.696Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34332026-04-17T13:46:21.768Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34342026-04-17T13:46:21.979Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34352026-04-17T13:46:22.061Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34362026-04-17T13:46:22.084Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34372026-04-17T13:46:22.107Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34382026-04-17T13:46:22.123Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34392026-04-17T13:46:22.377Z Compiling num-bigint v0.4.6
34402026-04-17T13:46:22.511Z Compiling des v0.8.1
34412026-04-17T13:46:22.532Z Compiling subprocess v0.2.15
34422026-04-17T13:46:22.532Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34432026-04-17T13:46:22.567Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34442026-04-17T13:46:22.612Z Compiling hex-literal v0.4.1
34452026-04-17T13:46:22.748Z Compiling display-error-chain v0.2.2
34462026-04-17T13:46:22.766Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34472026-04-17T13:46:22.904Z Compiling colored v2.2.0
34482026-04-17T13:46:22.930Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34492026-04-17T13:46:23.027Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34502026-04-17T13:46:23.060Z Compiling internet-checksum v0.2.1
34512026-04-17T13:46:23.685Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34522026-04-17T13:46:23.770Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34532026-04-17T13:46:23.793Z Compiling russh v0.45.0
34542026-04-17T13:46:26.323Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34552026-04-17T13:46:27.052Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34562026-04-17T13:46:27.560Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34572026-04-17T13:46:27.583Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34582026-04-17T13:46:35.691Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34592026-04-17T13:46:35.691Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34602026-04-17T13:46:35.691Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34612026-04-17T13:46:35.694Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34622026-04-17T13:46:37.424Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34632026-04-17T13:46:37.519Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34642026-04-17T13:46:41.711Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34652026-04-17T13:47:01.903Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34662026-04-17T13:47:21.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34672026-04-17T13:47:21.562Z
34682026-04-17T13:47:21.562Zreal 1:26.409512687
34692026-04-17T13:47:21.562Zuser 8:32.758112857
34702026-04-17T13:47:21.562Zsys 1:42.581309920
34712026-04-17T13:47:21.562Ztrap 0.265260000
34722026-04-17T13:47:21.562Ztflt 0.651665057
34732026-04-17T13:47:21.566Zdflt 1.464852764
34742026-04-17T13:47:21.566Zkflt 0.000264929
34752026-04-17T13:47:21.566Zlock 30:20.161895613
34762026-04-17T13:47:21.566Zslp 19:41.105704963
34772026-04-17T13:47:21.566Zlat 38.318325675
34782026-04-17T13:47:21.566Zstop 2:58.740015043
34792026-04-17T13:47:21.566Z+ mkdir tests
34802026-04-17T13:47:21.569Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34812026-04-17T13:47:21.569Z+ xargs -I '{}' -t cp '{}' tests/
34822026-04-17T13:47:21.593Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e5668819ecec3557 tests/
34832026-04-17T13:47:21.614Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a904e180d39f0db8 tests/
34842026-04-17T13:47:21.634Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-a1906e1472ee032b tests/
34852026-04-17T13:47:21.655Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-16c78f706b021106 tests/
34862026-04-17T13:47:21.879Z+ 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/*)
34872026-04-17T13:47:21.882Z+ 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-a904e180d39f0db8 tests/commtest-a1906e1472ee032b tests/dhcp_server-e5668819ecec3557 tests/end_to_end_tests-16c78f706b021106 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
34882026-04-17T13:48:46.036ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34892026-04-17T13:48:46.036Za .github/buildomat/ci-env.sh 1K
34902026-04-17T13:48:46.036Za out/target/test 1K
34912026-04-17T13:48:46.036Za out/npuzone/npuzone 27402K
34922026-04-17T13:48:46.036Za package-manifest.toml 35K
34932026-04-17T13:48:46.036Za smf/sled-agent/non-gimlet/config.toml 6K
34942026-04-17T13:48:46.036Za target/release/omicron-package 45760K
34952026-04-17T13:48:46.036Za target/release/xtask 11446K
34962026-04-17T13:48:46.036Za target/debug/bootstrap 340547K
34972026-04-17T13:48:46.036Za tests/bootstrap-a904e180d39f0db8 31310K
34982026-04-17T13:48:46.036Za tests/commtest-a1906e1472ee032b 32395K
34992026-04-17T13:48:46.036Za tests/dhcp_server-e5668819ecec3557 31310K
35002026-04-17T13:48:46.036Za tests/end_to_end_tests-16c78f706b021106 382942K
35012026-04-17T13:48:46.036Za out/clickhouse.tar.gz 312917K
35022026-04-17T13:48:46.036Za out/clickhouse_keeper.tar.gz 298313K
35032026-04-17T13:48:46.036Za out/clickhouse_server.tar.gz 312915K
35042026-04-17T13:48:46.036Za out/cockroachdb.tar.gz 161152K
35052026-04-17T13:48:46.036Za out/crucible-pantry-zone.tar.gz 43980K
35062026-04-17T13:48:46.036Za out/crucible-utils.tar 17744K
35072026-04-17T13:48:46.036Za out/crucible-zone.tar.gz 58119K
35082026-04-17T13:48:46.036Za out/external-dns.tar.gz 48996K
35092026-04-17T13:48:46.036Za out/internal-dns.tar.gz 48996K
35102026-04-17T13:48:46.036Za out/mg-ddm-gz.tar 78377K
35112026-04-17T13:48:46.036Za out/nexus.tar.gz 218675K
35122026-04-17T13:48:46.036Za out/ntp.tar.gz 31919K
35132026-04-17T13:48:46.036Za out/omicron-gateway-softnpu.tar.gz 28285K
35142026-04-17T13:48:46.036Za out/omicron-sled-agent.tar 200491K
35152026-04-17T13:48:46.036Za out/overlay.tar.gz 3K
35162026-04-17T13:48:46.036Za out/oximeter.tar.gz 63371K
35172026-04-17T13:48:46.036Za out/oxlog.tar 3782K
35182026-04-17T13:48:46.036Za out/probe.tar.gz 3037K
35192026-04-17T13:48:46.036Za out/propolis-server.tar.gz 38727K
35202026-04-17T13:48:46.036Za out/pumpkind-gz.tar 26647K
35212026-04-17T13:48:46.036Za out/switch-softnpu.tar.gz 381536K
35222026-04-17T13:48:46.040Z
35232026-04-17T13:48:46.040Zreal 1:24.142926773
35242026-04-17T13:48:46.040Zuser 1:21.504658072
35252026-04-17T13:48:46.040Zsys 4.410233159
35262026-04-17T13:48:46.040Ztrap 0.007122255
35272026-04-17T13:48:46.040Ztflt 0.000000000
35282026-04-17T13:48:46.040Zdflt 0.000000000
35292026-04-17T13:48:46.040Zkflt 0.000000000
35302026-04-17T13:48:46.040Zlock 0.000000000
35312026-04-17T13:48:46.040Zslp 1:21.406519504
35322026-04-17T13:48:46.040Zlat 0.953441773
35332026-04-17T13:48:46.040Zstop 0.000170726
35342026-04-17T13:48:46.043Zprocess exited: duration 1107491 ms, exit code 0
 
35352026-04-17T13:48:46.056Zfound 1 output files
35362026-04-17T13:48:46.056Zuploading: /work/package.tar.gz (2385753577 bytes)
35372026-04-17T13:49:13.515Zuploaded: /work/package.tar.gz