01KQX2AN138WP0724M7J2TBY4Z: 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: 01KQX2B29PDX9T57J78X3YRKHN

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-05T21:58:22.520Zjob assigned to worker 01KQX2B4WP4ZY2QFRC0053QZJC [factory aws, i-05d6c9a524933799a] (queued for 45 s)
 
22026-05-05T21:58:29.852Zstarting task 0: "setup"
32026-05-05T21:58:29.856Z++ uname -s
42026-05-05T21:58:29.859Z+ kern=SunOS
52026-05-05T21:58:29.859Z+ build_user=build
62026-05-05T21:58:29.859Z+ build_uid=12345
72026-05-05T21:58:29.859Z+ work_dir=/work
82026-05-05T21:58:29.859Z+ input_dir=/input
92026-05-05T21:58:29.859Z+ [[ 0 == 12345 ]]
102026-05-05T21:58:29.859Z+ case "$kern" in
112026-05-05T21:58:29.859Z+ groupadd -g 12345 build
122026-05-05T21:58:29.862Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-05T21:58:31.868Z+ zfs create -o mountpoint=/work rpool/work
142026-05-05T21:58:31.996Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-05T21:58:31.999Z+ home_fs=zfs
162026-05-05T21:58:31.999Z+ [[ zfs == autofs ]]
172026-05-05T21:58:31.999Z+ mkdir -p /home/build
182026-05-05T21:58:32.002Z+ chown build:build /home/build /work
192026-05-05T21:58:33.002Z+ chmod 0700 /home/build /work
202026-05-05T21:58:33.005Zprocess exited: duration 3154 ms, exit code 0
 
212026-05-05T21:58:33.010Zstarting task 1: "rust-toolchain"
222026-05-05T21:58:33.016Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-05T21:58:33.016Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-05T21:58:33.016Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-05T21:58:33.016Z * rust toolchain channel = "1.94.0"
262026-05-05T21:58:33.016Z * rust toolchain profile = "default"
272026-05-05T21:58:33.017Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-05T21:58:33.020Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-05T21:58:33.020Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-05T21:58:33.121Zinfo: downloading installer
312026-05-05T21:58:34.482Zwarn: It looks like you have an existing installation of Rust at:
322026-05-05T21:58:34.483Zwarn: /opt/ooce/bin
332026-05-05T21:58:34.483Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-05T21:58:34.483Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-05T21:58:34.483Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-05T21:58:34.483Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-05T21:58:34.483Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-05T21:58:34.483Zerror: cannot install while Rust is installed
392026-05-05T21:58:34.483Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-05T21:58:34.483Zwarn: It looks like you have an existing rustup settings file at:
412026-05-05T21:58:34.483Zwarn: /home/build/.rustup/settings.toml
422026-05-05T21:58:34.483Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-05T21:58:34.483Zwarn: instead of the one inferred from the default host triple.
442026-05-05T21:58:34.496Zinfo: profile set to default
452026-05-05T21:58:34.496Zinfo: default host triple is x86_64-unknown-illumos
462026-05-05T21:58:34.499Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-05T21:58:34.641Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-05T21:58:34.644Zinfo: downloading 6 components
492026-05-05T21:58:48.762Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-05T21:58:48.762Z
512026-05-05T21:58:48.793Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-05T21:58:48.793Z
532026-05-05T21:58:48.793Z
542026-05-05T21:58:48.793ZRust is installed now. Great!
552026-05-05T21:58:48.793Z
562026-05-05T21:58:48.793ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-05T21:58:48.793Zenvironment variable. This has not been done automatically.
582026-05-05T21:58:48.793Z
592026-05-05T21:58:48.793ZTo configure your current shell, you need to source
602026-05-05T21:58:48.793Zthe corresponding env file under $HOME/.cargo.
612026-05-05T21:58:48.793Z
622026-05-05T21:58:48.793ZThis is usually done by running one of the following (note the leading DOT):
632026-05-05T21:58:48.793Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-05T21:58:48.793Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-05T21:58:48.793Zsource "~/.cargo/env.nu" # For nushell
662026-05-05T21:58:48.793Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-05T21:58:48.793Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-05T21:58:48.793Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-05T21:58:48.797Zwarn: no default linker (`cc`) was found in your PATH
702026-05-05T21:58:48.797Zwarn: many Rust crates require a system C toolchain to build
712026-05-05T21:58:48.900Z+ rustup --version
722026-05-05T21:58:48.906Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-05T21:58:48.909Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-05T21:58:48.927Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-05T21:58:48.930Z+ cargo --version
762026-05-05T21:58:48.940Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-05T21:58:48.942Z+ rustc --version
782026-05-05T21:58:48.965Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-05T21:58:48.968Zprocess exited: duration 15955 ms, exit code 0
 
802026-05-05T21:58:48.974Zstarting task 2: "authentication"
812026-05-05T21:58:48.992Zprocess exited: duration 17 ms, exit code 0
 
822026-05-05T21:58:48.998Zstarting task 3: "clone repository"
832026-05-05T21:58:49.002Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-05T21:58:49.005Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-05T21:58:49.037ZCloning into '/work/oxidecomputer/omicron'...
862026-05-05T21:58:58.184Z+ cd /work/oxidecomputer/omicron
872026-05-05T21:58:58.184Z+ git fetch origin 24502fa1e4a0fabc0909c954327853a8653613c1
882026-05-05T21:58:58.500ZFrom https://github.com/oxidecomputer/omicron
892026-05-05T21:58:58.500Z * branch 24502fa1e4a0fabc0909c954327853a8653613c1 -> FETCH_HEAD
902026-05-05T21:58:58.512Z+ [[ -n iliana/cockroach-go1.26 ]]
912026-05-05T21:58:58.515Z++ git branch --show-current
922026-05-05T21:58:58.518Z+ current=main
932026-05-05T21:58:58.518Z+ [[ main != iliana/cockroach-go1.26 ]]
942026-05-05T21:58:58.518Z+ git branch -f iliana/cockroach-go1.26 24502fa1e4a0fabc0909c954327853a8653613c1
952026-05-05T21:58:58.521Z+ git checkout -f iliana/cockroach-go1.26
962026-05-05T21:58:58.762ZSwitched to branch 'iliana/cockroach-go1.26'
972026-05-05T21:58:58.765Z+ git reset --hard 24502fa1e4a0fabc0909c954327853a8653613c1
982026-05-05T21:58:59.003ZHEAD is now at 24502fa1e update cockroachdb (go1.26)
992026-05-05T21:58:59.006Zprocess exited: duration 10006 ms, exit code 0
 
1002026-05-05T21:58:59.012Zstarting task 4: "build"
1012026-05-05T21:58:59.017Z+ source .github/buildomat/ci-env.sh
1022026-05-05T21:58:59.017Z++ export CARGO_TERM_COLOR=always
1032026-05-05T21:58:59.018Z++ CARGO_TERM_COLOR=always
1042026-05-05T21:58:59.018Z+ cargo --version
1052026-05-05T21:58:59.027Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-05T21:58:59.030Z+ rustc --version
1072026-05-05T21:58:59.050Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-05T21:58:59.053Z+ WORK=/work
1092026-05-05T21:58:59.053Z+ pfexec mkdir -p /work
1102026-05-05T21:58:59.056Z+ pfexec chown build /work
1112026-05-05T21:58:59.059Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-05-05T21:59:09.244Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-05-05T21:59:16.672Z Startup: Caching catalogs ... Done
1142026-05-05T21:59:23.982ZPlanning: Solver setup ... Done (5.901s)
1152026-05-05T21:59:24.025ZPlanning: Running solver ... Done (0.043s)
1162026-05-05T21:59:24.163ZPlanning: Finding local manifests ... Done (0.003s)
1172026-05-05T21:59:24.175ZPlanning: Fetching manifests: 0/5 0% complete
1182026-05-05T21:59:24.289ZPlanning: Fetching manifests: 5/5 100% complete
1192026-05-05T21:59:24.327ZPlanning: Package planning ... Done (0.036s)
1202026-05-05T21:59:24.364ZPlanning: Merging actions ... Done (0.039s)
1212026-05-05T21:59:24.550ZPlanning: Checking for conflicting actions ... Done (0.186s)
1222026-05-05T21:59:24.561ZPlanning: Consolidating action changes ... Done (0.010s)
1232026-05-05T21:59:25.734ZPlanning: Evaluating mediators ... Done (1.173s)
1242026-05-05T21:59:25.741ZPlanning: Planning completed in 8.90 seconds
1252026-05-05T21:59:25.753Z Packages to install: 5
1262026-05-05T21:59:25.753Z Mediators to change: 3
1272026-05-05T21:59:25.753Z Services to change: 1
1282026-05-05T21:59:25.756Z Estimated space available: 155.34 GB
1292026-05-05T21:59:25.756ZEstimated space to be consumed: 1.90 GB
1302026-05-05T21:59:25.756Z Create boot environment: No
1312026-05-05T21:59:25.756ZCreate backup boot environment: No
1322026-05-05T21:59:25.756Z Rebuild boot archive: No
1332026-05-05T21:59:25.756Z
1342026-05-05T21:59:25.757ZChanged mediators:
1352026-05-05T21:59:25.757Z mediator clang:
1362026-05-05T21:59:25.757Z version: None -> 15 (system default)
1372026-05-05T21:59:25.757Z
1382026-05-05T21:59:25.757Z mediator llvm:
1392026-05-05T21:59:25.757Z version: 14 (system default) -> 15 (system default)
1402026-05-05T21:59:25.757Z
1412026-05-05T21:59:25.757Z mediator postgresql:
1422026-05-05T21:59:25.757Z version: 15 (system default) -> 18 (system default)
1432026-05-05T21:59:25.757Z
1442026-05-05T21:59:25.757ZChanged packages:
1452026-05-05T21:59:25.757Zhelios-dev
1462026-05-05T21:59:25.757Z developer/build-essential
1472026-05-05T21:59:25.757Z None -> 11-2.0
1482026-05-05T21:59:25.757Z library/libxmlsec1
1492026-05-05T21:59:25.757Z None -> 1.2.35-2.0
1502026-05-05T21:59:25.757Z ooce/developer/clang-15
1512026-05-05T21:59:25.757Z None -> 15.0.7-2.0
1522026-05-05T21:59:25.757Z ooce/developer/llvm-15
1532026-05-05T21:59:25.757Z None -> 15.0.7-2.0
1542026-05-05T21:59:25.757Z ooce/library/postgresql-18
1552026-05-05T21:59:25.757Z None -> 18.1-2.0
1562026-05-05T21:59:25.757Z
1572026-05-05T21:59:25.757ZServices:
1582026-05-05T21:59:25.757Z restart_fmri:
1592026-05-05T21:59:25.757Z svc:/system/update-man-index:default
1602026-05-05T21:59:25.799Z
1612026-05-05T21:59:25.799ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-05-05T21:59:30.802ZDownload: 2421/4272 items 119.9/219.0MB 54% complete (24.2M/s)
1632026-05-05T21:59:35.382ZDownload: Completed 218.99 MB in 9.58 seconds (22.9M/s)
1642026-05-05T21:59:35.550Z Actions: 1/4789 actions (Installing new actions)
1652026-05-05T21:59:38.966Z Actions: Completed 4789 actions in 3.41 seconds.
1662026-05-05T21:59:39.255Z Done (0.285s)
1672026-05-05T21:59:39.256Z Done (0.000s)
1682026-05-05T21:59:39.884Z Done (0.628s)
1692026-05-05T21:59:43.368Z Done (3.135s)
1702026-05-05T21:59:43.446Z Done (0.013s)
1712026-05-05T21:59:43.449Z Done (0.000s)
1722026-05-05T21:59:43.639Z Done (0.000s)
1732026-05-05T21:59:44.489ZPlanning: Evaluating mediator changes ... Done
1742026-05-05T21:59:44.595ZPlanning: Checking for conflicting actions ... Done
1752026-05-05T21:59:44.598ZPlanning: Consolidating action changes ... Done
1762026-05-05T21:59:44.754ZPlanning: Evaluating mediators ... Done
1772026-05-05T21:59:44.758ZPlanning: Planning completed in 0.27 seconds
1782026-05-05T21:59:44.776Z Mediators to change: 2
1792026-05-05T21:59:44.776Z Create boot environment: No
1802026-05-05T21:59:44.776ZCreate backup boot environment: No
1812026-05-05T21:59:44.835Z Done
1822026-05-05T21:59:44.835Z Done
1832026-05-05T21:59:45.446Z Done
1842026-05-05T21:59:48.133Z Done
1852026-05-05T21:59:48.209Z Done
1862026-05-05T21:59:48.212Z Done
1872026-05-05T21:59:48.356Z Done
1882026-05-05T21:59:48.616ZPlanning: Evaluating mediator changes ... Done
1892026-05-05T21:59:48.723ZPlanning: Checking for conflicting actions ... Done
1902026-05-05T21:59:48.726ZPlanning: Consolidating action changes ... Done
1912026-05-05T21:59:48.886ZPlanning: Evaluating mediators ... Done
1922026-05-05T21:59:48.890ZPlanning: Planning completed in 0.27 seconds
1932026-05-05T21:59:48.909Z Mediators to change: 1
1942026-05-05T21:59:48.909Z Create boot environment: No
1952026-05-05T21:59:48.909ZCreate backup boot environment: No
1962026-05-05T21:59:48.967Z Done
1972026-05-05T21:59:48.967Z Done
1982026-05-05T21:59:49.557Z Done
1992026-05-05T21:59:52.215Z Done
2002026-05-05T21:59:52.280Z Done
2012026-05-05T21:59:52.318Z Done
2022026-05-05T21:59:52.409Z Done
2032026-05-05T21:59:52.692ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042026-05-05T21:59:52.692Zclang system 15 system
2052026-05-05T21:59:52.692Zcsh system system illumos
2062026-05-05T21:59:52.692Zctags system system illumos
2072026-05-05T21:59:52.692Zfile system system illumos
2082026-05-05T21:59:52.692Zgcc vendor 12 vendor
2092026-05-05T21:59:52.692Zgcc system 14 system
2102026-05-05T21:59:52.692Zgcc system 10 system
2112026-05-05T21:59:52.693Zgo system 1.20 system
2122026-05-05T21:59:52.693Zgo system 1.19 system
2132026-05-05T21:59:52.693Zllvm system 15 system
2142026-05-05T21:59:52.693Zllvm system 14 system
2152026-05-05T21:59:52.693Zmariadb system 10.6 system
2162026-05-05T21:59:52.693Zmta vendor vendor dma
2172026-05-05T21:59:52.693Zopenjdk system 17 system
2182026-05-05T21:59:52.693Zopenjdk system 11 system
2192026-05-05T21:59:52.695Zopenjdk system 1.8 system
2202026-05-05T21:59:52.695Zopenssl vendor 3 vendor
2212026-05-05T21:59:52.695Zperl system 5.36 system
2222026-05-05T21:59:52.695Zpostgresql system 18 system
2232026-05-05T21:59:52.695Zpostgresql system 15 system
2242026-05-05T21:59:52.695Zpostgresql system 13 system
2252026-05-05T21:59:52.695Zpython vendor 3 vendor
2262026-05-05T21:59:52.695Zpython system 2 system
2272026-05-05T21:59:52.695Zpython3 system 3.11 system
2282026-05-05T21:59:52.695Zruby system 3.0 system
2292026-05-05T21:59:52.695Zwords vendor vendor american-english
2302026-05-05T21:59:52.695Zwords system system australian-english
2312026-05-05T21:59:52.696Zwords system system british-english
2322026-05-05T21:59:52.696Zwords system system canadian-english
2332026-05-05T21:59:52.696Zwords system system french
2342026-05-05T21:59:52.696Zwords system system italian
2352026-05-05T21:59:52.696Zwords system system ngerman
2362026-05-05T21:59:52.696Zwords system system ogerman
2372026-05-05T21:59:52.696Zwords system system spanish
2382026-05-05T21:59:52.917ZPUBLISHER TYPE STATUS P LOCATION
2392026-05-05T21:59:52.917Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2402026-05-05T21:59:57.552ZFMRI IFO
2412026-05-05T21:59:57.553Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2422026-05-05T21:59:57.553Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2432026-05-05T21:59:57.553Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2442026-05-05T21:59:57.553Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2452026-05-05T21:59:57.553Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2462026-05-05T21:59:57.553Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2472026-05-05T21:59:57.553Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2482026-05-05T21:59:57.553Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2492026-05-05T21:59:57.553Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2502026-05-05T21:59:57.553Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2512026-05-05T21:59:57.553Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522026-05-05T21:59:57.553Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2532026-05-05T21:59:57.553Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2542026-05-05T21:59:57.553Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552026-05-05T21:59:57.554Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2562026-05-05T21:59:57.554Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2572026-05-05T21:59:57.554Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582026-05-05T21:59:58.693Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592026-05-05T21:59:58.942Z Updating crates.io index
2602026-05-05T21:59:58.981Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2612026-05-05T21:59:59.906Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622026-05-05T22:00:00.460Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2632026-05-05T22:00:01.207Z Updating git repository `https://github.com/oxidecomputer/propolis`
2642026-05-05T22:00:02.169Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2652026-05-05T22:00:03.140Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-05-05T22:00:04.569Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-05-05T22:00:05.527Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-05-05T22:00:05.821Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-05-05T22:00:06.615Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-05-05T22:00:07.180Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-05-05T22:00:07.972Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722026-05-05T22:00:08.456Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-05-05T22:00:09.615Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-05-05T22:00:10.193Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-05-05T22:00:10.811Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762026-05-05T22:00:11.106Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2772026-05-05T22:00:11.790Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782026-05-05T22:00:12.185Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792026-05-05T22:00:12.505Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802026-05-05T22:00:12.766Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2812026-05-05T22:00:13.208Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822026-05-05T22:00:13.929Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2832026-05-05T22:00:14.502Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2842026-05-05T22:00:14.966Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852026-05-05T22:00:15.257Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862026-05-05T22:00:16.889Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-05-05T22:00:17.700Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-05-05T22:00:18.620Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2892026-05-05T22:00:19.244Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2902026-05-05T22:00:19.613Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912026-05-05T22:00:19.994Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2922026-05-05T22:00:20.516Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2932026-05-05T22:00:21.477Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2942026-05-05T22:00:21.725Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2952026-05-05T22:00:22.014Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2962026-05-05T22:00:22.283Z Updating git repository `https://github.com/illumos/smf-rs`
2972026-05-05T22:00:22.743Z Updating git repository `https://github.com/oxidecomputer/omicron`
2982026-05-05T22:00:34.812Z Downloading crates ...
2992026-05-05T22:00:34.875Z Downloaded anstyle v1.0.13
3002026-05-05T22:00:34.879Z Downloaded bitflags v2.11.0
3012026-05-05T22:00:34.881Z Downloaded anyhow v1.0.102
3022026-05-05T22:00:34.881Z Downloaded anstream v0.6.21
3032026-05-05T22:00:34.884Z Downloaded autocfg v1.5.0
3042026-05-05T22:00:34.887Z Downloaded litemap v0.8.1
3052026-05-05T22:00:34.887Z Downloaded generic-array v0.14.7
3062026-05-05T22:00:34.887Z Downloaded digest v0.10.7
3072026-05-05T22:00:34.891Z Downloaded colorchoice v1.0.4
3082026-05-05T22:00:34.893Z Downloaded form_urlencoded v1.2.2
3092026-05-05T22:00:34.893Z Downloaded errno v0.3.14
3102026-05-05T22:00:34.896Z Downloaded textwrap v0.16.2
3112026-05-05T22:00:34.900Z Downloaded zerofrom-derive v0.1.6
3122026-05-05T22:00:34.903Z Downloaded heck v0.4.1
3132026-05-05T22:00:34.903Z Downloaded byteorder v1.5.0
3142026-05-05T22:00:34.903Z Downloaded fastrand v2.3.0
3152026-05-05T22:00:34.903Z Downloaded clap_lex v1.0.0
3162026-05-05T22:00:34.903Z Downloaded thread-id v4.2.2
3172026-05-05T22:00:34.906Z Downloaded unicode-linebreak v0.1.5
3182026-05-05T22:00:34.906Z Downloaded cargo-platform v0.2.0
3192026-05-05T22:00:34.906Z Downloaded unicode-xid v0.2.6
3202026-05-05T22:00:34.906Z Downloaded heck v0.5.0
3212026-05-05T22:00:34.909Z Downloaded equivalent v1.0.2
3222026-05-05T22:00:34.909Z Downloaded displaydoc v0.2.5
3232026-05-05T22:00:34.912Z Downloaded usdt-attr-macro v0.5.0
3242026-05-05T22:00:34.912Z Downloaded toml_datetime v0.6.11
3252026-05-05T22:00:34.912Z Downloaded utf8_iter v1.0.4
3262026-05-05T22:00:34.913Z Downloaded usdt-macro v0.5.0
3272026-05-05T22:00:34.913Z Downloaded camino-tempfile v1.4.1
3282026-05-05T22:00:34.916Z Downloaded is_terminal_polyfill v1.70.2
3292026-05-05T22:00:34.919Z Downloaded zerofrom v0.1.6
3302026-05-05T22:00:34.919Z Downloaded yoke-derive v0.8.1
3312026-05-05T22:00:34.919Z Downloaded block-buffer v0.10.4
3322026-05-05T22:00:34.927Z Downloaded toml_write v0.1.2
3332026-05-05T22:00:34.930Z Downloaded utf8parse v0.2.2
3342026-05-05T22:00:34.930Z Downloaded usdt v0.5.0
3352026-05-05T22:00:34.930Z Downloaded dtrace-parser v0.2.0
3362026-05-05T22:00:34.930Z Downloaded erased-serde v0.4.9
3372026-05-05T22:00:34.933Z Downloaded typeid v1.0.3
3382026-05-05T22:00:34.936Z Downloaded writeable v0.6.2
3392026-05-05T22:00:34.939Z Downloaded usdt-impl v0.5.0
3402026-05-05T22:00:34.939Z Downloaded serde_spanned v0.6.9
3412026-05-05T22:00:34.939Z Downloaded anstyle-query v1.1.5
3422026-05-05T22:00:34.939Z Downloaded memmap v0.7.0
3432026-05-05T22:00:34.942Z Downloaded zerovec-derive v0.11.2
3442026-05-05T22:00:34.945Z Downloaded terminal_size v0.4.3
3452026-05-05T22:00:34.948Z Downloaded tinystr v0.8.2
3462026-05-05T22:00:34.948Z Downloaded thiserror v2.0.18
3472026-05-05T22:00:34.951Z Downloaded serde-value v0.7.0
3482026-05-05T22:00:34.951Z Downloaded thiserror-impl v2.0.18
3492026-05-05T22:00:34.953Z Downloaded thiserror v1.0.69
3502026-05-05T22:00:34.956Z Downloaded idna_adapter v1.2.1
3512026-05-05T22:00:34.956Z Downloaded yoke v0.8.1
3522026-05-05T22:00:34.956Z Downloaded toml v0.8.23
3532026-05-05T22:00:34.959Z Downloaded toml_edit v0.22.27
3542026-05-05T22:00:34.960Z Downloaded bytecount v0.6.9
3552026-05-05T22:00:34.962Z Downloaded sha2 v0.10.9
3562026-05-05T22:00:34.962Z Downloaded ucd-trie v0.1.7
3572026-05-05T22:00:34.962Z Downloaded zmij v1.0.21
3582026-05-05T22:00:34.966Z Downloaded zerocopy-derive v0.7.35
3592026-05-05T22:00:34.966Z Downloaded version_check v0.9.5
3602026-05-05T22:00:34.968Z Downloaded getrandom v0.4.1
3612026-05-05T22:00:34.968Z Downloaded cfg-if v1.0.4
3622026-05-05T22:00:34.971Z Downloaded camino v1.2.2
3632026-05-05T22:00:34.971Z Downloaded unicode-ident v1.0.24
3642026-05-05T22:00:34.971Z Downloaded crypto-common v0.1.7
3652026-05-05T22:00:34.974Z Downloaded percent-encoding v2.3.2
3662026-05-05T22:00:34.974Z Downloaded thiserror-impl v1.0.69
3672026-05-05T22:00:34.974Z Downloaded scroll_derive v0.12.1
3682026-05-05T22:00:34.974Z Downloaded dof v0.3.0
3692026-05-05T22:00:34.977Z Downloaded ordered-float v2.10.1
3702026-05-05T22:00:34.980Z Downloaded zerotrie v0.2.3
3712026-05-05T22:00:34.983Z Downloaded stable_deref_trait v1.2.1
3722026-05-05T22:00:34.983Z Downloaded fnv v1.0.7
3732026-05-05T22:00:34.983Z Downloaded typenum v1.19.0
3742026-05-05T22:00:34.986Z Downloaded tabled_derive v0.7.0
3752026-05-05T22:00:34.986Z Downloaded macaddr v1.0.1
3762026-05-05T22:00:34.991Z Downloaded url v2.5.8
3772026-05-05T22:00:34.994Z Downloaded proc-macro-error-attr v1.0.4
3782026-05-05T22:00:34.994Z Downloaded plain v0.2.3
3792026-05-05T22:00:34.997Z Downloaded itoa v1.0.17
3802026-05-05T22:00:34.997Z Downloaded smawk v0.3.2
3812026-05-05T22:00:35.000Z Downloaded zerovec v0.11.5
3822026-05-05T22:00:35.004Z Downloaded strsim v0.11.1
3832026-05-05T22:00:35.006Z Downloaded clap_derive v4.5.55
3842026-05-05T22:00:35.006Z Downloaded cargo_toml v0.21.0
3852026-05-05T22:00:35.010Z Downloaded zerocopy v0.7.35
3862026-05-05T22:00:35.016Z Downloaded synstructure v0.13.2
3872026-05-05T22:00:35.020Z Downloaded winnow v0.7.14
3882026-05-05T22:00:35.023Z Downloaded pest_generator v2.8.6
3892026-05-05T22:00:35.023Z Downloaded once_cell v1.21.3
3902026-05-05T22:00:35.026Z Downloaded proc-macro-error v1.0.4
3912026-05-05T22:00:35.026Z Downloaded anstyle-parse v0.2.7
3922026-05-05T22:00:35.029Z Downloaded pretty-hex v0.4.1
3932026-05-05T22:00:35.032Z Downloaded unicode-width v0.2.0
3942026-05-05T22:00:35.036Z Downloaded cpufeatures v0.2.17
3952026-05-05T22:00:35.036Z Downloaded unicode-width v0.1.14
3962026-05-05T22:00:35.039Z Downloaded potential_utf v0.1.4
3972026-05-05T22:00:35.043Z Downloaded serde_tokenstream v0.2.3
3982026-05-05T22:00:35.043Z Downloaded fs-err v3.3.0
3992026-05-05T22:00:35.046Z Downloaded swrite v0.1.0
4002026-05-05T22:00:35.046Z Downloaded serde-untagged v0.1.9
4012026-05-05T22:00:35.049Z Downloaded icu_provider v2.1.1
4022026-05-05T22:00:35.052Z Downloaded cargo_metadata v0.21.0
4032026-05-05T22:00:35.052Z Downloaded scroll v0.12.0
4042026-05-05T22:00:35.061Z Downloaded smallvec v1.15.1
4052026-05-05T22:00:35.064Z Downloaded quote v1.0.45
4062026-05-05T22:00:35.067Z Downloaded memchr v2.8.0
4072026-05-05T22:00:35.072Z Downloaded semver v1.0.28
4082026-05-05T22:00:35.086Z Downloaded pest_derive v2.8.6
4092026-05-05T22:00:35.089Z Downloaded cargo-util-schemas v0.8.2
4102026-05-05T22:00:35.095Z Downloaded icu_properties v2.1.2
4112026-05-05T22:00:35.098Z Downloaded icu_normalizer_data v2.1.1
4122026-05-05T22:00:35.104Z Downloaded papergrid v0.11.0
4132026-05-05T22:00:35.109Z Downloaded tempfile v3.25.0
4142026-05-05T22:00:35.112Z Downloaded num-traits v0.2.19
4152026-05-05T22:00:35.112Z Downloaded serde_derive v1.0.228
4162026-05-05T22:00:35.115Z Downloaded serde_core v1.0.228
4172026-05-05T22:00:35.115Z Downloaded proc-macro2 v1.0.106
4182026-05-05T22:00:35.115Z Downloaded log v0.4.29
4192026-05-05T22:00:35.118Z Downloaded icu_normalizer v2.1.1
4202026-05-05T22:00:35.120Z Downloaded icu_locale_core v2.1.1
4212026-05-05T22:00:35.123Z Downloaded clap v4.5.60
4222026-05-05T22:00:35.131Z Downloaded pest_meta v2.8.6
4232026-05-05T22:00:35.134Z Downloaded serde v1.0.228
4242026-05-05T22:00:35.138Z Downloaded icu_collections v2.1.1
4252026-05-05T22:00:35.161Z Downloaded hashbrown v0.17.0
4262026-05-05T22:00:35.170Z Downloaded indexmap v2.14.0
4272026-05-05T22:00:35.174Z Downloaded clap_builder v4.5.60
4282026-05-05T22:00:35.177Z Downloaded pest v2.8.6
4292026-05-05T22:00:35.182Z Downloaded goblin v0.8.2
4302026-05-05T22:00:35.189Z Downloaded icu_properties_data v2.1.2
4312026-05-05T22:00:35.193Z Downloaded idna v1.1.0
4322026-05-05T22:00:35.199Z Downloaded serde_json v1.0.149
4332026-05-05T22:00:35.218Z Downloaded tabled v0.15.0
4342026-05-05T22:00:35.229Z Downloaded syn v1.0.109
4352026-05-05T22:00:35.236Z Downloaded syn v2.0.117
4362026-05-05T22:00:35.256Z Downloaded rustix v1.1.3
4372026-05-05T22:00:35.284Z Downloaded libc v0.2.185
4382026-05-05T22:00:35.348Z Compiling proc-macro2 v1.0.106
4392026-05-05T22:00:35.352Z Compiling quote v1.0.45
4402026-05-05T22:00:35.352Z Compiling unicode-ident v1.0.24
4412026-05-05T22:00:35.352Z Compiling serde_core v1.0.228
4422026-05-05T22:00:35.352Z Compiling libc v0.2.185
4432026-05-05T22:00:35.352Z Compiling version_check v0.9.5
4442026-05-05T22:00:35.353Z Compiling memchr v2.8.0
4452026-05-05T22:00:35.353Z Compiling stable_deref_trait v1.2.1
4462026-05-05T22:00:35.353Z Compiling serde v1.0.228
4472026-05-05T22:00:35.353Z Compiling zmij v1.0.21
4482026-05-05T22:00:35.353Z Compiling thiserror v1.0.69
4492026-05-05T22:00:35.353Z Compiling autocfg v1.5.0
4502026-05-05T22:00:35.534Z Compiling itoa v1.0.17
4512026-05-05T22:00:35.538Z Compiling ucd-trie v0.1.7
4522026-05-05T22:00:35.538Z Compiling writeable v0.6.2
4532026-05-05T22:00:35.796Z Compiling litemap v0.8.1
4542026-05-05T22:00:35.929Z Compiling rustix v1.1.3
4552026-05-05T22:00:35.950Z Compiling pest v2.8.6
4562026-05-05T22:00:35.972Z Compiling icu_properties_data v2.1.2
4572026-05-05T22:00:36.069Z Compiling byteorder v1.5.0
4582026-05-05T22:00:36.084Z Compiling icu_normalizer_data v2.1.1
4592026-05-05T22:00:36.105Z Compiling bitflags v2.11.0
4602026-05-05T22:00:36.109Z Compiling serde_json v1.0.149
4612026-05-05T22:00:36.160Z Compiling num-traits v0.2.19
4622026-05-05T22:00:36.255Z Compiling smallvec v1.15.1
4632026-05-05T22:00:36.408Z Compiling equivalent v1.0.2
4642026-05-05T22:00:36.411Z Compiling typeid v1.0.3
4652026-05-05T22:00:36.411Z Compiling hashbrown v0.17.0
4662026-05-05T22:00:36.560Z Compiling usdt-impl v0.5.0
4672026-05-05T22:00:36.563Z Compiling proc-macro-error-attr v1.0.4
4682026-05-05T22:00:36.601Z Compiling erased-serde v0.4.9
4692026-05-05T22:00:36.605Z Compiling syn v1.0.109
4702026-05-05T22:00:36.619Z Compiling toml_write v0.1.2
4712026-05-05T22:00:36.700Z Compiling errno v0.3.14
4722026-05-05T22:00:36.719Z Compiling thread-id v4.2.2
4732026-05-05T22:00:36.778Z Compiling winnow v0.7.14
4742026-05-05T22:00:36.935Z Compiling proc-macro-error v1.0.4
4752026-05-05T22:00:36.938Z Compiling utf8_iter v1.0.4
4762026-05-05T22:00:36.994Z Compiling indexmap v2.14.0
4772026-05-05T22:00:37.032Z Compiling pest_meta v2.8.6
4782026-05-05T22:00:37.072Z Compiling syn v2.0.117
4792026-05-05T22:00:37.075Z Compiling getrandom v0.4.1
4802026-05-05T22:00:37.075Z Compiling utf8parse v0.2.2
4812026-05-05T22:00:37.131Z Compiling plain v0.2.3
4822026-05-05T22:00:37.152Z Compiling camino v1.2.2
4832026-05-05T22:00:37.179Z Compiling thiserror v2.0.18
4842026-05-05T22:00:37.198Z Compiling log v0.4.29
4852026-05-05T22:00:37.201Z Compiling percent-encoding v2.3.2
4862026-05-05T22:00:37.255Z Compiling anstyle-parse v0.2.7
4872026-05-05T22:00:37.415Z Compiling form_urlencoded v1.2.2
4882026-05-05T22:00:37.477Z Compiling ordered-float v2.10.1
4892026-05-05T22:00:37.560Z Compiling is_terminal_polyfill v1.70.2
4902026-05-05T22:00:37.581Z Compiling cfg-if v1.0.4
4912026-05-05T22:00:37.619Z Compiling anstyle v1.0.13
4922026-05-05T22:00:37.639Z Compiling anstyle-query v1.1.5
4932026-05-05T22:00:37.665Z Compiling colorchoice v1.0.4
4942026-05-05T22:00:37.687Z Compiling pretty-hex v0.4.1
4952026-05-05T22:00:37.793Z Compiling fs-err v3.3.0
4962026-05-05T22:00:37.796Z Compiling heck v0.5.0
4972026-05-05T22:00:37.831Z Compiling terminal_size v0.4.3
4982026-05-05T22:00:37.852Z Compiling anstream v0.6.21
4992026-05-05T22:00:37.875Z Compiling anyhow v1.0.102
5002026-05-05T22:00:37.894Z Compiling unicode-width v0.1.14
5012026-05-05T22:00:37.912Z Compiling fnv v1.0.7
5022026-05-05T22:00:37.932Z Compiling once_cell v1.21.3
5032026-05-05T22:00:38.073Z Compiling semver v1.0.28
5042026-05-05T22:00:38.144Z Compiling unicode-xid v0.2.6
5052026-05-05T22:00:38.199Z Compiling strsim v0.11.1
5062026-05-05T22:00:38.219Z Compiling fastrand v2.3.0
5072026-05-05T22:00:38.222Z Compiling clap_lex v1.0.0
5082026-05-05T22:00:38.239Z Compiling bytecount v0.6.9
5092026-05-05T22:00:38.277Z Compiling heck v0.4.1
5102026-05-05T22:00:38.372Z Compiling papergrid v0.11.0
5112026-05-05T22:00:38.444Z Compiling clap_builder v4.5.60
5122026-05-05T22:00:38.488Z Compiling serde-untagged v0.1.9
5132026-05-05T22:00:38.516Z Compiling tempfile v3.25.0
5142026-05-05T22:00:38.553Z Compiling memmap v0.7.0
5152026-05-05T22:00:38.571Z Compiling unicode-width v0.2.0
5162026-05-05T22:00:38.592Z Compiling smawk v0.3.2
5172026-05-05T22:00:38.612Z Compiling unicode-linebreak v0.1.5
5182026-05-05T22:00:38.764Z Compiling camino-tempfile v1.4.1
5192026-05-05T22:00:38.787Z Compiling swrite v0.1.0
5202026-05-05T22:00:38.823Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5212026-05-05T22:00:38.885Z Compiling textwrap v0.16.2
5222026-05-05T22:00:39.200Z Compiling tabled_derive v0.7.0
5232026-05-05T22:00:39.740Z Compiling synstructure v0.13.2
5242026-05-05T22:00:39.740Z Compiling pest_generator v2.8.6
5252026-05-05T22:00:39.866Z Compiling tabled v0.15.0
5262026-05-05T22:00:40.263Z Compiling serde_derive v1.0.228
5272026-05-05T22:00:40.266Z Compiling zerofrom-derive v0.1.6
5282026-05-05T22:00:40.266Z Compiling yoke-derive v0.8.1
5292026-05-05T22:00:40.266Z Compiling zerovec-derive v0.11.2
5302026-05-05T22:00:40.266Z Compiling displaydoc v0.2.5
5312026-05-05T22:00:40.282Z Compiling thiserror-impl v1.0.69
5322026-05-05T22:00:40.285Z Compiling zerocopy-derive v0.7.35
5332026-05-05T22:00:40.336Z Compiling scroll_derive v0.12.1
5342026-05-05T22:00:40.370Z Compiling thiserror-impl v2.0.18
5352026-05-05T22:00:40.372Z Compiling clap_derive v4.5.55
5362026-05-05T22:00:40.387Z Compiling pest_derive v2.8.6
5372026-05-05T22:00:41.027Z Compiling scroll v0.12.0
5382026-05-05T22:00:41.098Z Compiling zerocopy v0.7.35
5392026-05-05T22:00:41.249Z Compiling goblin v0.8.2
5402026-05-05T22:00:41.280Z Compiling zerofrom v0.1.6
5412026-05-05T22:00:41.394Z Compiling yoke v0.8.1
5422026-05-05T22:00:41.449Z Compiling dtrace-parser v0.2.0
5432026-05-05T22:00:41.562Z Compiling zerovec v0.11.5
5442026-05-05T22:00:41.562Z Compiling zerotrie v0.2.3
5452026-05-05T22:00:41.743Z Compiling clap v4.5.60
5462026-05-05T22:00:41.982Z Compiling tinystr v0.8.2
5472026-05-05T22:00:41.982Z Compiling potential_utf v0.1.4
5482026-05-05T22:00:42.096Z Compiling icu_collections v2.1.1
5492026-05-05T22:00:42.152Z Compiling icu_locale_core v2.1.1
5502026-05-05T22:00:42.696Z Compiling icu_provider v2.1.1
5512026-05-05T22:00:42.752Z Compiling dof v0.3.0
5522026-05-05T22:00:42.752Z Compiling serde_tokenstream v0.2.3
5532026-05-05T22:00:42.769Z Compiling toml_datetime v0.6.11
5542026-05-05T22:00:42.772Z Compiling serde_spanned v0.6.9
5552026-05-05T22:00:42.772Z Compiling serde-value v0.7.0
5562026-05-05T22:00:42.772Z Compiling cargo-platform v0.2.0
5572026-05-05T22:00:42.772Z Compiling macaddr v1.0.1
5582026-05-05T22:00:42.924Z Compiling icu_properties v2.1.2
5592026-05-05T22:00:42.924Z Compiling icu_normalizer v2.1.1
5602026-05-05T22:00:43.017Z Compiling toml_edit v0.22.27
5612026-05-05T22:00:43.492Z Compiling usdt-attr-macro v0.5.0
5622026-05-05T22:00:43.495Z Compiling usdt-macro v0.5.0
5632026-05-05T22:00:43.759Z Compiling idna_adapter v1.2.1
5642026-05-05T22:00:43.872Z Compiling idna v1.1.0
5652026-05-05T22:00:44.091Z Compiling usdt v0.5.0
5662026-05-05T22:00:44.136Z Compiling url v2.5.8
5672026-05-05T22:00:44.340Z Compiling toml v0.8.23
5682026-05-05T22:00:44.666Z Compiling cargo-util-schemas v0.8.2
5692026-05-05T22:00:44.666Z Compiling cargo_toml v0.21.0
5702026-05-05T22:00:45.456Z Compiling cargo_metadata v0.21.0
5712026-05-05T22:00:46.361Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5722026-05-05T22:00:48.450Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.94s
5732026-05-05T22:00:48.710Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5742026-05-05T22:00:49.267Z Downloading crates ...
5752026-05-05T22:00:49.361Z Downloaded array-init v0.0.4
5762026-05-05T22:00:49.364Z Downloaded adler2 v2.0.1
5772026-05-05T22:00:49.369Z Downloaded castaway v0.2.4
5782026-05-05T22:00:49.377Z Downloaded cargo-platform v0.1.9
5792026-05-05T22:00:49.380Z Downloaded cpufeatures v0.3.0
5802026-05-05T22:00:49.381Z Downloaded cobs v0.3.0
5812026-05-05T22:00:49.388Z Downloaded buf-list v1.1.2
5822026-05-05T22:00:49.390Z Downloaded crc32fast v1.5.0
5832026-05-05T22:00:49.394Z Downloaded aho-corasick v1.1.4
5842026-05-05T22:00:49.398Z Downloaded dropshot_endpoint v0.16.7
5852026-05-05T22:00:49.401Z Downloaded data-encoding v2.10.0
5862026-05-05T22:00:49.401Z Downloaded darling_macro v0.21.3
5872026-05-05T22:00:49.404Z Downloaded diesel-dtrace v0.5.0
5882026-05-05T22:00:49.404Z Downloaded const-oid v0.9.6
5892026-05-05T22:00:49.407Z Downloaded bcrypt-pbkdf v0.10.0
5902026-05-05T22:00:49.407Z Downloaded base64ct v1.8.3
5912026-05-05T22:00:49.407Z Downloaded block-padding v0.3.3
5922026-05-05T22:00:49.407Z Downloaded bytes v1.11.1
5932026-05-05T22:00:49.410Z Downloaded blowfish v0.9.1
5942026-05-05T22:00:49.413Z Downloaded bitfield-struct v0.6.2
5952026-05-05T22:00:49.413Z Downloaded atty v0.2.14
5962026-05-05T22:00:49.413Z Downloaded bit-vec v0.6.3
5972026-05-05T22:00:49.413Z Downloaded ascii-canvas v3.0.0
5982026-05-05T22:00:49.416Z Downloaded base16ct v0.2.0
5992026-05-05T22:00:49.416Z Downloaded ctr v0.9.2
6002026-05-05T22:00:49.416Z Downloaded csv-core v0.1.13
6012026-05-05T22:00:49.419Z Downloaded backon v1.6.0
6022026-05-05T22:00:49.419Z Downloaded derive-ex v0.1.8
6032026-05-05T22:00:49.422Z Downloaded async-trait v0.1.89
6042026-05-05T22:00:49.422Z Downloaded allocator-api2 v0.2.21
6052026-05-05T22:00:49.425Z Downloaded colored v2.2.0
6062026-05-05T22:00:49.428Z Downloaded cmake v0.1.57
6072026-05-05T22:00:49.431Z Downloaded foreign-types-shared v0.1.1
6082026-05-05T22:00:49.434Z Downloaded convert_case v0.4.0
6092026-05-05T22:00:49.437Z Downloaded cfg_aliases v0.2.1
6102026-05-05T22:00:49.437Z Downloaded convert_case v0.10.0
6112026-05-05T22:00:49.437Z Downloaded constant_time_eq v0.4.2
6122026-05-05T22:00:49.440Z Downloaded derive_builder_macro v0.20.2
6132026-05-05T22:00:49.440Z Downloaded derive_builder_core v0.20.2
6142026-05-05T22:00:49.443Z Downloaded crossterm v0.29.0
6152026-05-05T22:00:49.448Z Downloaded downcast-rs v2.0.2
6162026-05-05T22:00:49.451Z Downloaded atomic-waker v1.1.2
6172026-05-05T22:00:49.451Z Downloaded cfg_aliases v0.1.1
6182026-05-05T22:00:49.451Z Downloaded async-recursion v1.1.1
6192026-05-05T22:00:49.454Z Downloaded crossterm v0.28.1
6202026-05-05T22:00:49.457Z Downloaded ciborium-io v0.2.2
6212026-05-05T22:00:49.460Z Downloaded argon2 v0.5.3
6222026-05-05T22:00:49.460Z Downloaded crc-catalog v2.4.0
6232026-05-05T22:00:49.460Z Downloaded fd-lock v4.0.4
6242026-05-05T22:00:49.463Z Downloaded difflib v0.4.0
6252026-05-05T22:00:49.463Z Downloaded embedded-io v0.6.1
6262026-05-05T22:00:49.466Z Downloaded cstr-argument v0.1.2
6272026-05-05T22:00:49.466Z Downloaded crc8 v0.1.1
6282026-05-05T22:00:49.466Z Downloaded bitfield-macros v0.19.4
6292026-05-05T22:00:49.466Z Downloaded darling_macro v0.20.11
6302026-05-05T22:00:49.466Z Downloaded bit-set v0.8.0
6312026-05-05T22:00:49.469Z Downloaded atomicwrites v0.4.4
6322026-05-05T22:00:49.469Z Downloaded bb8 v0.8.6
6332026-05-05T22:00:49.472Z Downloaded compression-core v0.4.31
6342026-05-05T22:00:49.475Z Downloaded dirs-sys-next v0.1.2
6352026-05-05T22:00:49.475Z Downloaded debug-ignore v1.0.5
6362026-05-05T22:00:49.478Z Downloaded crc v3.4.0
6372026-05-05T22:00:49.478Z Downloaded display-error-chain v0.2.2
6382026-05-05T22:00:49.481Z Downloaded foreign-types v0.5.0
6392026-05-05T22:00:49.481Z Downloaded dropshot-api-manager-types v0.7.1
6402026-05-05T22:00:49.484Z Downloaded bit-set v0.5.3
6412026-05-05T22:00:49.484Z Downloaded assert_matches v1.5.0
6422026-05-05T22:00:49.484Z Downloaded crucible-workspace-hack v0.1.0
6432026-05-05T22:00:49.487Z Downloaded der_derive v0.7.3
6442026-05-05T22:00:49.494Z Downloaded deranged v0.5.8
6452026-05-05T22:00:49.497Z Downloaded daft-derive v0.1.5
6462026-05-05T22:00:49.500Z Downloaded document-features v0.2.12
6472026-05-05T22:00:49.500Z Downloaded diesel_table_macro_syntax v0.3.0
6482026-05-05T22:00:49.500Z Downloaded foreign-types v0.3.2
6492026-05-05T22:00:49.503Z Downloaded aead v0.5.2
6502026-05-05T22:00:49.508Z Downloaded dirs-next v2.0.0
6512026-05-05T22:00:49.512Z Downloaded flagset v0.4.7
6522026-05-05T22:00:49.513Z Downloaded endian-type v0.1.2
6532026-05-05T22:00:49.515Z Downloaded curve25519-dalek-derive v0.1.1
6542026-05-05T22:00:49.516Z Downloaded enum-as-inner v0.6.1
6552026-05-05T22:00:49.519Z Downloaded float-cmp v0.10.0
6562026-05-05T22:00:49.522Z Downloaded dtrace-parser v0.3.0
6572026-05-05T22:00:49.522Z Downloaded foreign-types-macros v0.2.3
6582026-05-05T22:00:49.522Z Downloaded ciborium-ll v0.2.2
6592026-05-05T22:00:49.522Z Downloaded crunchy v0.2.4
6602026-05-05T22:00:49.526Z Downloaded futures-macro v0.3.32
6612026-05-05T22:00:49.526Z Downloaded foreign-types-shared v0.3.1
6622026-05-05T22:00:49.529Z Downloaded async-stream-impl v0.3.6
6632026-05-05T22:00:49.529Z Downloaded filetime v0.2.27
6642026-05-05T22:00:49.529Z Downloaded futures-io v0.3.32
6652026-05-05T22:00:49.529Z Downloaded futures-core v0.3.32
6662026-05-05T22:00:49.529Z Downloaded env_filter v1.0.0
6672026-05-05T22:00:49.532Z Downloaded defmt-macros v1.0.1
6682026-05-05T22:00:49.533Z Downloaded async-stream v0.3.6
6692026-05-05T22:00:49.535Z Downloaded ghash v0.5.1
6702026-05-05T22:00:49.539Z Downloaded dsl_auto_type v0.2.0
6712026-05-05T22:00:49.543Z Downloaded cbc v0.1.2
6722026-05-05T22:00:49.546Z Downloaded embedded-io v0.4.0
6732026-05-05T22:00:49.546Z Downloaded compact_str v0.8.1
6742026-05-05T22:00:49.549Z Downloaded arrayvec v0.7.6
6752026-05-05T22:00:49.549Z Downloaded bitfield v0.19.4
6762026-05-05T22:00:49.549Z Downloaded camino-tempfile-ext v0.3.3
6772026-05-05T22:00:49.555Z Downloaded futures-sink v0.3.32
6782026-05-05T22:00:49.558Z Downloaded futures-task v0.3.32
6792026-05-05T22:00:49.558Z Downloaded defmt v0.3.100
6802026-05-05T22:00:49.558Z Downloaded git-stub v1.0.0
6812026-05-05T22:00:49.561Z Downloaded byte-wrapper v0.1.0
6822026-05-05T22:00:49.561Z Downloaded corncobs v0.1.4
6832026-05-05T22:00:49.564Z Downloaded fixedbitset v0.4.2
6842026-05-05T22:00:49.564Z Downloaded dunce v1.0.5
6852026-05-05T22:00:49.564Z Downloaded defmt-parser v1.0.0
6862026-05-05T22:00:49.564Z Downloaded cexpr v0.6.0
6872026-05-05T22:00:49.567Z Downloaded dyn-clone v1.0.20
6882026-05-05T22:00:49.568Z Downloaded darling_macro v0.23.0
6892026-05-05T22:00:49.568Z Downloaded float-ord v0.3.2
6902026-05-05T22:00:49.634Z Downloaded globwalk v0.9.1
6912026-05-05T22:00:49.634Z Downloaded funty v2.0.0
6922026-05-05T22:00:49.634Z Downloaded des v0.8.1
6932026-05-05T22:00:49.634Z Downloaded clang-sys v1.8.1
6942026-05-05T22:00:49.634Z Downloaded ed25519 v2.2.3
6952026-05-05T22:00:49.634Z Downloaded fxhash v0.2.1
6962026-05-05T22:00:49.634Z Downloaded ahash v0.8.12
6972026-05-05T22:00:49.634Z Downloaded blake2 v0.10.6
6982026-05-05T22:00:49.634Z Downloaded gethostname v0.5.0
6992026-05-05T22:00:49.634Z Downloaded hash32 v0.3.1
7002026-05-05T22:00:49.634Z Downloaded hash32 v0.2.1
7012026-05-05T22:00:49.634Z Downloaded hex-literal v0.4.1
7022026-05-05T22:00:49.634Z Downloaded hex v0.4.3
7032026-05-05T22:00:49.634Z Downloaded ecdsa v0.16.9
7042026-05-05T22:00:49.634Z Downloaded headers-core v0.3.0
7052026-05-05T22:00:49.634Z Downloaded http-body v1.0.1
7062026-05-05T22:00:49.634Z Downloaded hostname v0.4.2
7072026-05-05T22:00:49.634Z Downloaded hostname v0.3.1
7082026-05-05T22:00:49.634Z Downloaded http-range v0.1.5
7092026-05-05T22:00:49.634Z Downloaded daft v0.1.5
7102026-05-05T22:00:49.634Z Downloaded const_format_proc_macros v0.2.34
7112026-05-05T22:00:49.634Z Downloaded arrayref v0.3.9
7122026-05-05T22:00:49.634Z Downloaded crossbeam-deque v0.8.6
7132026-05-05T22:00:49.634Z Downloaded cassowary v0.3.0
7142026-05-05T22:00:49.635Z Downloaded bit-vec v0.8.0
7152026-05-05T22:00:49.635Z Downloaded cargo_metadata v0.19.2
7162026-05-05T22:00:49.635Z Downloaded bitflags v1.3.2
7172026-05-05T22:00:49.635Z Downloaded home v0.5.12
7182026-05-05T22:00:49.635Z Downloaded compression-codecs v0.4.37
7192026-05-05T22:00:49.635Z Downloaded backoff v0.4.0
7202026-05-05T22:00:49.635Z Downloaded httpdate v1.0.3
7212026-05-05T22:00:49.635Z Downloaded fs_extra v1.3.0
7222026-05-05T22:00:49.635Z Downloaded hyper-tls v0.6.0
7232026-05-05T22:00:49.635Z Downloaded hubpack v0.1.2
7242026-05-05T22:00:49.635Z Downloaded hubpack_derive v0.1.1
7252026-05-05T22:00:49.635Z Downloaded defmt v1.0.1
7262026-05-05T22:00:49.635Z Downloaded futures-executor v0.3.32
7272026-05-05T22:00:49.635Z Downloaded crossbeam-channel v0.5.15
7282026-05-05T22:00:49.635Z Downloaded bcs v0.1.6
7292026-05-05T22:00:49.635Z Downloaded erased-serde v0.3.31
7302026-05-05T22:00:49.636Z Downloaded cipher v0.4.4
7312026-05-05T22:00:49.637Z Downloaded fixedbitset v0.5.7
7322026-05-05T22:00:49.637Z Downloaded ena v0.14.4
7332026-05-05T22:00:49.640Z Downloaded either v1.15.0
7342026-05-05T22:00:49.640Z Downloaded chacha20 v0.10.0
7352026-05-05T22:00:49.641Z Downloaded ff v0.13.1
7362026-05-05T22:00:49.641Z Downloaded dof v0.4.0
7372026-05-05T22:00:49.641Z Downloaded drift v0.1.3
7382026-05-05T22:00:49.645Z Downloaded git-stub-vcs v0.1.0
7392026-05-05T22:00:49.645Z Downloaded foldhash v0.2.0
7402026-05-05T22:00:49.645Z Downloaded fallible-iterator v0.2.0
7412026-05-05T22:00:49.645Z Downloaded instant v0.1.13
7422026-05-05T22:00:49.645Z Downloaded instability v0.3.11
7432026-05-05T22:00:49.648Z Downloaded ident_case v1.0.1
7442026-05-05T22:00:49.648Z Downloaded env_logger v0.11.9
7452026-05-05T22:00:49.648Z Downloaded darling v0.21.3
7462026-05-05T22:00:49.652Z Downloaded group v0.13.0
7472026-05-05T22:00:49.655Z Downloaded globset v0.4.18
7482026-05-05T22:00:49.655Z Downloaded indoc v1.0.9
7492026-05-05T22:00:49.659Z Downloaded indent_write v2.2.0
7502026-05-05T22:00:49.659Z Downloaded ciborium v0.2.2
7512026-05-05T22:00:49.659Z Downloaded cancel-safe-futures v0.1.5
7522026-05-05T22:00:49.663Z Downloaded is-terminal v0.4.17
7532026-05-05T22:00:49.663Z Downloaded is_ci v1.2.0
7542026-05-05T22:00:49.663Z Downloaded inout v0.1.4
7552026-05-05T22:00:49.663Z Downloaded cookie_store v0.22.1
7562026-05-05T22:00:49.666Z Downloaded chacha20 v0.9.1
7572026-05-05T22:00:49.666Z Downloaded kstat-rs v0.2.4
7582026-05-05T22:00:49.666Z Downloaded keccak v0.1.6
7592026-05-05T22:00:49.666Z Downloaded bzip2 v0.6.1
7602026-05-05T22:00:49.669Z Downloaded lazy_static v1.5.0
7612026-05-05T22:00:49.669Z Downloaded lalrpop-util v0.19.12
7622026-05-05T22:00:49.673Z Downloaded http-body-util v0.1.3
7632026-05-05T22:00:49.677Z Downloaded find-msvc-tools v0.1.9
7642026-05-05T22:00:49.680Z Downloaded colored v3.1.1
7652026-05-05T22:00:49.680Z Downloaded derive_builder v0.20.2
7662026-05-05T22:00:49.683Z Downloaded fs-err v2.11.0
7672026-05-05T22:00:49.686Z Downloaded darling v0.23.0
7682026-05-05T22:00:49.691Z Downloaded humantime v2.3.0
7692026-05-05T22:00:49.691Z Downloaded hyper-staticfile v0.10.1
7702026-05-05T22:00:49.691Z Downloaded futures-channel v0.3.32
7712026-05-05T22:00:49.694Z Downloaded console v0.15.11
7722026-05-05T22:00:49.694Z Downloaded console v0.16.2
7732026-05-05T22:00:49.694Z Downloaded darling v0.20.11
7742026-05-05T22:00:49.697Z Downloaded libscf-sys v1.1.0
7752026-05-05T22:00:49.700Z Downloaded crossbeam-epoch v0.9.18
7762026-05-05T22:00:49.700Z Downloaded lru-cache v0.1.2
7772026-05-05T22:00:49.700Z Downloaded lru v0.12.5
7782026-05-05T22:00:49.703Z Downloaded linked-hash-map v0.5.6
7792026-05-05T22:00:49.703Z Downloaded mime v0.3.17
7802026-05-05T22:00:49.707Z Downloaded md5 v0.7.0
7812026-05-05T22:00:49.707Z Downloaded lru-slab v0.1.2
7822026-05-05T22:00:49.707Z Downloaded derive-where v1.6.0
7832026-05-05T22:00:49.710Z Downloaded match_cfg v0.1.0
7842026-05-05T22:00:49.710Z Downloaded impl-trait-for-tuples v0.2.3
7852026-05-05T22:00:49.710Z Downloaded glob v0.3.3
7862026-05-05T22:00:49.713Z Downloaded chacha20poly1305 v0.10.1
7872026-05-05T22:00:49.713Z Downloaded internet-checksum v0.2.1
7882026-05-05T22:00:49.713Z Downloaded md-5 v0.10.6
7892026-05-05T22:00:49.717Z Downloaded maybe-uninit v2.0.0
7902026-05-05T22:00:49.717Z Downloaded ingot-types v0.1.2
7912026-05-05T22:00:49.717Z Downloaded crossbeam-utils v0.8.21
7922026-05-05T22:00:49.721Z Downloaded critical-section v1.2.0
7932026-05-05T22:00:49.721Z Downloaded async-bb8-diesel v0.2.1
7942026-05-05T22:00:49.721Z Downloaded managed v0.8.0
7952026-05-05T22:00:49.724Z Downloaded half v1.8.3
7962026-05-05T22:00:49.727Z Downloaded maplit v1.0.2
7972026-05-05T22:00:49.730Z Downloaded memoffset v0.9.1
7982026-05-05T22:00:49.730Z Downloaded dropshot_endpoint v0.17.0
7992026-05-05T22:00:49.734Z Downloaded lzss v0.8.2
8002026-05-05T22:00:49.734Z Downloaded ipnet v2.11.0
8012026-05-05T22:00:49.737Z Downloaded newtype_derive v0.1.6
8022026-05-05T22:00:49.737Z Downloaded multimap v0.10.1
8032026-05-05T22:00:49.737Z Downloaded newtype-uuid-macros v0.1.0
8042026-05-05T22:00:49.740Z Downloaded new_debug_unreachable v1.0.6
8052026-05-05T22:00:49.740Z Downloaded newline-converter v0.3.0
8062026-05-05T22:00:49.740Z Downloaded indoc v2.0.7
8072026-05-05T22:00:49.743Z Downloaded cookie v0.18.1
8082026-05-05T22:00:49.747Z Downloaded libloading v0.8.9
8092026-05-05T22:00:49.747Z Downloaded ipnetwork v0.21.1
8102026-05-05T22:00:49.747Z Downloaded getrandom v0.2.17
8112026-05-05T22:00:49.752Z Downloaded num v0.4.3
8122026-05-05T22:00:49.752Z Downloaded futures v0.3.32
8132026-05-05T22:00:49.754Z Downloaded nibble_vec v0.1.0
8142026-05-05T22:00:49.754Z Downloaded normalize-line-endings v0.3.0
8152026-05-05T22:00:49.755Z Downloaded crc-any v2.5.0
8162026-05-05T22:00:49.759Z Downloaded bzip2 v0.4.4
8172026-05-05T22:00:49.759Z Downloaded num-iter v0.1.45
8182026-05-05T22:00:49.767Z Downloaded elliptic-curve v0.13.8
8192026-05-05T22:00:49.770Z Downloaded diff v0.1.13
8202026-05-05T22:00:49.773Z Downloaded num-derive v0.3.3
8212026-05-05T22:00:49.776Z Downloaded hmac v0.12.1
8222026-05-05T22:00:49.776Z Downloaded highway v1.3.0
8232026-05-05T22:00:49.776Z Downloaded nonempty v0.12.0
8242026-05-05T22:00:49.781Z Downloaded httparse v1.10.1
8252026-05-05T22:00:49.781Z Downloaded num-conv v0.2.0
8262026-05-05T22:00:49.796Z Downloaded openssl-probe v0.1.6
8272026-05-05T22:00:49.799Z Downloaded openssl-macros v0.1.1
8282026-05-05T22:00:49.799Z Downloaded opaque-debug v0.3.1
8292026-05-05T22:00:49.800Z Downloaded olpc-cjson v0.1.4
8302026-05-05T22:00:49.800Z Downloaded oso-derive v0.27.3
8312026-05-05T22:00:49.800Z Downloaded num_threads v0.1.7
8322026-05-05T22:00:49.800Z Downloaded num_enum_derive v0.5.11
8332026-05-05T22:00:49.800Z Downloaded num-derive v0.4.2
8342026-05-05T22:00:49.803Z Downloaded libsw-core v0.3.2
8352026-05-05T22:00:49.803Z Downloaded libsw v3.5.0
8362026-05-05T22:00:49.803Z Downloaded multer v3.1.0
8372026-05-05T22:00:49.806Z Downloaded iana-time-zone v0.1.65
8382026-05-05T22:00:49.809Z Downloaded foldhash v0.1.5
8392026-05-05T22:00:49.809Z Downloaded lock_api v0.4.14
8402026-05-05T22:00:49.809Z Downloaded fatfs v0.3.6
8412026-05-05T22:00:49.812Z Downloaded libefi-sys v0.1.0
8422026-05-05T22:00:49.812Z Downloaded bumpalo v3.20.2
8432026-05-05T22:00:49.814Z Downloaded darling_core v0.21.3
8442026-05-05T22:00:49.817Z Downloaded arc-swap v1.8.2
8452026-05-05T22:00:49.820Z Downloaded jobserver v0.1.34
8462026-05-05T22:00:49.820Z Downloaded nanorand v0.7.0
8472026-05-05T22:00:49.824Z Downloaded parse-display v0.10.0
8482026-05-05T22:00:49.824Z Downloaded nodrop v0.1.14
8492026-05-05T22:00:49.827Z Downloaded packed_struct_codegen v0.10.1
8502026-05-05T22:00:49.830Z Downloaded native-tls v0.2.18
8512026-05-05T22:00:49.830Z Downloaded ingot-macros v0.1.1
8522026-05-05T22:00:49.835Z Downloaded hyper-rustls v0.27.7
8532026-05-05T22:00:49.839Z Downloaded parse-size v1.1.0
8542026-05-05T22:00:49.841Z Downloaded pbkdf2 v0.12.2
8552026-05-05T22:00:49.841Z Downloaded path-slash v0.1.5
8562026-05-05T22:00:49.844Z Downloaded peg-runtime v0.8.5
8572026-05-05T22:00:49.847Z Downloaded pbkdf2 v0.11.0
8582026-05-05T22:00:49.847Z Downloaded num_enum v0.7.5
8592026-05-05T22:00:49.850Z Downloaded nu-ansi-term v0.50.3
8602026-05-05T22:00:49.853Z Downloaded newtype-uuid v1.3.2
8612026-05-05T22:00:49.853Z Downloaded darling_core v0.23.0
8622026-05-05T22:00:49.856Z Downloaded num_enum v0.5.11
8632026-05-05T22:00:49.859Z Downloaded num-integer v0.1.46
8642026-05-05T22:00:49.862Z Downloaded ar_archive_writer v0.5.1
8652026-05-05T22:00:49.862Z Downloaded phf_shared v0.11.3
8662026-05-05T22:00:49.868Z Downloaded phf_shared v0.12.1
8672026-05-05T22:00:49.868Z Downloaded openssl-probe v0.2.1
8682026-05-05T22:00:49.868Z Downloaded crypto-bigint v0.5.5
8692026-05-05T22:00:49.871Z Downloaded phf_shared v0.13.1
8702026-05-05T22:00:49.871Z Downloaded num_enum_derive v0.7.5
8712026-05-05T22:00:49.874Z Downloaded num-rational v0.4.2
8722026-05-05T22:00:49.874Z Downloaded num-complex v0.4.6
8732026-05-05T22:00:49.874Z Downloaded const_format v0.2.35
8742026-05-05T22:00:49.877Z Downloaded mime_guess v2.0.5
8752026-05-05T22:00:49.881Z Downloaded litrs v1.0.0
8762026-05-05T22:00:49.881Z Downloaded flume v0.11.1
8772026-05-05T22:00:49.884Z Downloaded owo-colors v4.3.0
8782026-05-05T22:00:49.884Z Downloaded base64 v0.21.7
8792026-05-05T22:00:49.887Z Downloaded pin-utils v0.1.0
8802026-05-05T22:00:49.887Z Downloaded powerfmt v0.2.0
8812026-05-05T22:00:49.890Z Downloaded predicates-tree v1.0.13
8822026-05-05T22:00:49.890Z Downloaded predicates-core v1.0.10
8832026-05-05T22:00:49.890Z Downloaded precomputed-hash v0.1.1
8842026-05-05T22:00:49.893Z Downloaded darling_core v0.20.11
8852026-05-05T22:00:49.896Z Downloaded packed_struct v0.10.1
8862026-05-05T22:00:49.901Z Downloaded proc-macro-crate v3.4.0
8872026-05-05T22:00:49.901Z Downloaded memmap2 v0.9.10
8882026-05-05T22:00:49.904Z Downloaded proc-macro-crate v1.3.1
8892026-05-05T22:00:49.904Z Downloaded heapless v0.8.0
8902026-05-05T22:00:49.907Z Downloaded headers v0.4.1
8912026-05-05T22:00:49.910Z Downloaded indexmap v1.9.3
8922026-05-05T22:00:49.910Z Downloaded oxnet v0.1.4
8932026-05-05T22:00:49.914Z Downloaded ingot v0.1.1
8942026-05-05T22:00:49.917Z Downloaded proc-macro-error-attr2 v2.0.0
8952026-05-05T22:00:49.917Z Downloaded parking_lot_core v0.8.6
8962026-05-05T22:00:49.920Z Downloaded password-hash v0.4.2
8972026-05-05T22:00:49.923Z Downloaded progenitor-client v0.10.0
8982026-05-05T22:00:49.923Z Downloaded base64 v0.22.1
8992026-05-05T22:00:49.927Z Downloaded cc v1.2.56
9002026-05-05T22:00:49.930Z Downloaded getrandom v0.3.4
9012026-05-05T22:00:49.930Z Downloaded progenitor-macro v0.10.0
9022026-05-05T22:00:49.933Z Downloaded peg v0.8.5
9032026-05-05T22:00:49.933Z Downloaded progenitor-client v0.11.2
9042026-05-05T22:00:49.937Z Downloaded progenitor-client v0.14.0
9052026-05-05T22:00:49.937Z Downloaded pem-rfc7468 v0.7.0
9062026-05-05T22:00:49.937Z Downloaded derive_more v2.1.1
9072026-05-05T22:00:49.943Z Downloaded libbz2-rs-sys v0.2.2
9082026-05-05T22:00:49.946Z Downloaded heapless v0.7.17
9092026-05-05T22:00:49.946Z Downloaded peg-macros v0.8.5
9102026-05-05T22:00:49.949Z Downloaded derive_more v0.99.20
9112026-05-05T22:00:49.952Z Downloaded psl-types v2.0.11
9122026-05-05T22:00:49.952Z Downloaded quick-error v1.2.3
9132026-05-05T22:00:49.952Z Downloaded progenitor-macro v0.13.0
9142026-05-05T22:00:49.955Z Downloaded progenitor-macro v0.11.2
9152026-05-05T22:00:49.955Z Downloaded progenitor-macro v0.14.0
9162026-05-05T22:00:49.955Z Downloaded phf v0.13.1
9172026-05-05T22:00:49.955Z Downloaded async-compression v0.4.41
9182026-05-05T22:00:49.959Z Downloaded pin-project-lite v0.2.17
9192026-05-05T22:00:49.962Z Downloaded pkg-config v0.3.32
9202026-05-05T22:00:49.964Z Downloaded linear-map v1.2.0
9212026-05-05T22:00:49.964Z Downloaded predicates v3.1.4
9222026-05-05T22:00:49.967Z Downloaded radium v0.7.0
9232026-05-05T22:00:49.967Z Downloaded der v0.7.10
9242026-05-05T22:00:49.970Z Downloaded rand_chacha v0.3.1
9252026-05-05T22:00:49.973Z Downloaded oxide-tokio-rt v0.1.4
9262026-05-05T22:00:49.973Z Downloaded omicron-zone-package v0.12.2
9272026-05-05T22:00:49.976Z Downloaded ppv-lite86 v0.2.21
9282026-05-05T22:00:49.976Z Downloaded ignore v0.4.25
9292026-05-05T22:00:49.979Z Downloaded postgres-protocol v0.6.10
9302026-05-05T22:00:49.979Z Downloaded derive_more-impl v2.1.1
9312026-05-05T22:00:49.982Z Downloaded expectorate v1.2.0
9322026-05-05T22:00:49.985Z Downloaded pem v3.0.6
9332026-05-05T22:00:49.985Z Downloaded hickory-resolver v0.24.4
9342026-05-05T22:00:49.988Z Downloaded half v2.7.1
9352026-05-05T22:00:49.988Z Downloaded paste v1.0.15
9362026-05-05T22:00:49.992Z Downloaded progenitor v0.13.0
9372026-05-05T22:00:49.995Z Downloaded indicatif v0.18.4
9382026-05-05T22:00:49.998Z Downloaded recursive v0.1.1
9392026-05-05T22:00:49.998Z Downloaded proc-macro-error2 v2.0.1
9402026-05-05T22:00:50.001Z Downloaded pkcs8 v0.10.2
9412026-05-05T22:00:50.001Z Downloaded ref-cast v1.0.25
9422026-05-05T22:00:50.004Z Downloaded parse-display-derive v0.10.0
9432026-05-05T22:00:50.004Z Downloaded progenitor v0.11.2
9442026-05-05T22:00:50.007Z Downloaded progenitor-client v0.13.0
9452026-05-05T22:00:50.007Z Downloaded phf v0.12.1
9462026-05-05T22:00:50.007Z Downloaded progenitor v0.10.0
9472026-05-05T22:00:50.007Z Downloaded parking_lot v0.11.2
9482026-05-05T22:00:50.010Z Downloaded recursive-proc-macro-impl v0.1.1
9492026-05-05T22:00:50.013Z Downloaded progenitor v0.14.0
9502026-05-05T22:00:50.013Z Downloaded ref-cast-impl v1.0.25
9512026-05-05T22:00:50.016Z Downloaded rfc6979 v0.4.0
9522026-05-05T22:00:50.020Z Downloaded flate2 v1.1.9
9532026-05-05T22:00:50.030Z Downloaded psm v0.1.30
9542026-05-05T22:00:50.035Z Downloaded p256 v0.13.2
9552026-05-05T22:00:50.038Z Downloaded postcard v1.1.3
9562026-05-05T22:00:50.042Z Downloaded rustc_version v0.4.1
9572026-05-05T22:00:50.042Z Downloaded polyval v0.6.2
9582026-05-05T22:00:50.042Z Downloaded pin-project-internal v1.1.11
9592026-05-05T22:00:50.044Z Downloaded rand_core v0.9.5
9602026-05-05T22:00:50.044Z Downloaded rand_chacha v0.9.0
9612026-05-05T22:00:50.045Z Downloaded diesel_derives v2.3.7
9622026-05-05T22:00:50.048Z Downloaded rtoolbox v0.0.3
9632026-05-05T22:00:50.050Z Downloaded postgres-types v0.2.12
9642026-05-05T22:00:50.053Z Downloaded pkcs1 v0.7.5
9652026-05-05T22:00:50.053Z Downloaded rustc-hash v2.1.1
9662026-05-05T22:00:50.053Z Downloaded russh-cryptovec v0.7.3
9672026-05-05T22:00:50.056Z Downloaded miniz_oxide v0.8.9
9682026-05-05T22:00:50.060Z Downloaded papergrid v0.17.0
9692026-05-05T22:00:50.063Z Downloaded parking_lot v0.12.5
9702026-05-05T22:00:50.066Z Downloaded pkcs5 v0.7.1
9712026-05-05T22:00:50.066Z Downloaded rand_xorshift v0.4.0
9722026-05-05T22:00:50.068Z Downloaded rand_core v0.6.4
9732026-05-05T22:00:50.069Z Downloaded same-file v1.0.6
9742026-05-05T22:00:50.069Z Downloaded salsa20 v0.10.2
9752026-05-05T22:00:50.073Z Downloaded primeorder v0.13.6
9762026-05-05T22:00:50.073Z Downloaded parking_lot_core v0.9.12
9772026-05-05T22:00:50.073Z Downloaded oso v0.27.3
9782026-05-05T22:00:50.083Z Downloaded password-hash v0.5.0
9792026-05-05T22:00:50.086Z Downloaded rand_seeder v0.4.0
9802026-05-05T22:00:50.089Z Downloaded rand_core v0.10.0
9812026-05-05T22:00:50.092Z Downloaded scopeguard v1.2.0
9822026-05-05T22:00:50.095Z Downloaded sapling-renderdag v0.1.0
9832026-05-05T22:00:50.098Z Downloaded scheduled-thread-pool v0.2.7
9842026-05-05T22:00:50.098Z Downloaded seq-macro v0.3.6
9852026-05-05T22:00:50.101Z Downloaded secrecy v0.8.0
9862026-05-05T22:00:50.101Z Downloaded scrypt v0.11.0
9872026-05-05T22:00:50.105Z Downloaded secrecy v0.10.3
9882026-05-05T22:00:50.105Z Downloaded ed25519-dalek v2.2.0
9892026-05-05T22:00:50.112Z Downloaded http v1.4.0
9902026-05-05T22:00:50.116Z Downloaded progenitor-extras v0.2.0
9912026-05-05T22:00:50.119Z Downloaded r2d2 v0.8.10
9922026-05-05T22:00:50.119Z Downloaded quinn-udp v0.5.14
9932026-05-05T22:00:50.122Z Downloaded serde_bytes v0.11.19
9942026-05-05T22:00:50.122Z Downloaded openssl-sys v0.9.114
9952026-05-05T22:00:50.124Z Downloaded rustc_version v0.1.7
9962026-05-05T22:00:50.125Z Downloaded resolv-conf v0.7.6
9972026-05-05T22:00:50.127Z Downloaded serde-big-array v0.5.1
9982026-05-05T22:00:50.130Z Downloaded serde_urlencoded v0.7.1
9992026-05-05T22:00:50.133Z Downloaded serde_plain v1.0.2
10002026-05-05T22:00:50.133Z Downloaded dropshot-api-manager v0.7.1
10012026-05-05T22:00:50.136Z Downloaded serde_repr v0.1.20
10022026-05-05T22:00:50.136Z Downloaded serde_spanned v1.0.4
10032026-05-05T22:00:50.143Z Downloaded rustls-native-certs v0.8.3
10042026-05-05T22:00:50.146Z Downloaded minimal-lexical v0.2.1
10052026-05-05T22:00:50.149Z Downloaded shell-words v1.1.1
10062026-05-05T22:00:50.149Z Downloaded sha1 v0.10.6
10072026-05-05T22:00:50.152Z Downloaded poly1305 v0.8.0
10082026-05-05T22:00:50.152Z Downloaded hashbrown v0.13.2
10092026-05-05T22:00:50.155Z Downloaded rusty-fork v0.3.1
10102026-05-05T22:00:50.155Z Downloaded signal-hook-tokio v0.3.1
10112026-05-05T22:00:50.155Z Downloaded rustversion v1.0.22
10122026-05-05T22:00:50.158Z Downloaded signature v2.2.0
10132026-05-05T22:00:50.158Z Downloaded rustls-pemfile v2.2.0
10142026-05-05T22:00:50.161Z Downloaded sigpipe v0.1.3
10152026-05-05T22:00:50.161Z Downloaded slog-bunyan v2.5.0
10162026-05-05T22:00:50.161Z Downloaded siphasher v1.0.2
10172026-05-05T22:00:50.164Z Downloaded rustls-pemfile v1.0.4
10182026-05-05T22:00:50.164Z Downloaded jiff-static v0.2.21
10192026-05-05T22:00:50.166Z Downloaded hashbrown v0.12.3
10202026-05-05T22:00:50.169Z Downloaded sec1 v0.7.3
10212026-05-05T22:00:50.169Z Downloaded hickory-resolver v0.25.2
10222026-05-05T22:00:50.177Z Downloaded schemars_derive v0.8.22
10232026-05-05T22:00:50.180Z Downloaded semver v0.1.20
10242026-05-05T22:00:50.183Z Downloaded sct v0.7.1
10252026-05-05T22:00:50.186Z Downloaded progenitor-impl v0.10.0
10262026-05-05T22:00:50.189Z Downloaded progenitor-impl v0.14.0
10272026-05-05T22:00:50.189Z Downloaded progenitor-impl v0.11.2
10282026-05-05T22:00:50.192Z Downloaded scroll_derive v0.13.1
10292026-05-05T22:00:50.192Z Downloaded pin-project v1.1.11
10302026-05-05T22:00:50.202Z Downloaded hickory-server v0.25.2
10312026-05-05T22:00:50.207Z Downloaded serde_derive_internals v0.29.1
10322026-05-05T22:00:50.210Z Downloaded serde-hex v0.1.0
10332026-05-05T22:00:50.218Z Downloaded russh-keys v0.45.0
10342026-05-05T22:00:50.220Z Downloaded serde_path_to_error v0.1.20
10352026-05-05T22:00:50.225Z Downloaded signal-hook-mio v0.2.5
10362026-05-05T22:00:50.228Z Downloaded strip-ansi-escapes v0.2.1
10372026-05-05T22:00:50.230Z Downloaded prettyplease v0.2.37
10382026-05-05T22:00:50.234Z Downloaded ssh-cipher v0.2.0
10392026-05-05T22:00:50.238Z Downloaded ssh-encoding v0.2.0
10402026-05-05T22:00:50.241Z Downloaded structmeta v0.3.0
10412026-05-05T22:00:50.244Z Downloaded prefix-trie v0.7.0
10422026-05-05T22:00:50.247Z Downloaded signal-hook-registry v1.4.8
10432026-05-05T22:00:50.250Z Downloaded structmeta-derive v0.3.0
10442026-05-05T22:00:50.250Z Downloaded shlex v1.3.0
10452026-05-05T22:00:50.250Z Downloaded subtle v2.6.1
10462026-05-05T22:00:50.254Z Downloaded slog-envlogger v2.2.0
10472026-05-05T22:00:50.254Z Downloaded slog-async v2.8.0
10482026-05-05T22:00:50.254Z Downloaded strum v0.27.2
10492026-05-05T22:00:50.254Z Downloaded strum v0.26.3
10502026-05-05T22:00:50.254Z Downloaded sync_wrapper v1.0.2
10512026-05-05T22:00:50.257Z Downloaded rustls-pki-types v1.14.0
10522026-05-05T22:00:50.257Z Downloaded slab v0.4.12
10532026-05-05T22:00:50.260Z Downloaded simd-adler32 v0.3.8
10542026-05-05T22:00:50.260Z Downloaded aes v0.8.4
10552026-05-05T22:00:50.265Z Downloaded itertools v0.10.5
10562026-05-05T22:00:50.268Z Downloaded aes-gcm v0.10.3
10572026-05-05T22:00:50.271Z Downloaded scroll v0.13.0
10582026-05-05T22:00:50.274Z Downloaded supports-color v3.0.2
10592026-05-05T22:00:50.277Z Downloaded tagptr v0.2.0
10602026-05-05T22:00:50.277Z Downloaded slog-json v2.6.1
10612026-05-05T22:00:50.277Z Downloaded slog-dtrace v0.3.0
10622026-05-05T22:00:50.279Z Downloaded tabwriter v1.4.1
10632026-05-05T22:00:50.279Z Downloaded slog-stdlog v4.1.1
10642026-05-05T22:00:50.284Z Downloaded take_mut v0.2.2
10652026-05-05T22:00:50.284Z Downloaded tabled_derive v0.11.0
10662026-05-05T22:00:50.284Z Downloaded sync-ptr v0.1.4
10672026-05-05T22:00:50.286Z Downloaded hyper-util v0.1.20
10682026-05-05T22:00:50.286Z Downloaded smallvec v0.6.14
10692026-05-05T22:00:50.289Z Downloaded slog-scope v4.4.1
10702026-05-05T22:00:50.294Z Downloaded sqlparser_derive v0.5.0
10712026-05-05T22:00:50.297Z Downloaded smf v0.2.3
10722026-05-05T22:00:50.297Z Downloaded spki v0.7.3
10732026-05-05T22:00:50.299Z Downloaded serde_cbor v0.11.2
10742026-05-05T22:00:50.302Z Downloaded sqlformat v0.3.5
10752026-05-05T22:00:50.305Z Downloaded time-core v0.1.8
10762026-05-05T22:00:50.305Z Downloaded thread-id v5.1.0
10772026-05-05T22:00:50.305Z Downloaded thiserror-impl-no-std v2.0.2
10782026-05-05T22:00:50.308Z Downloaded termtree v0.5.1
10792026-05-05T22:00:50.308Z Downloaded tap v1.0.1
10802026-05-05T22:00:50.311Z Downloaded pretty_assertions v1.4.1
10812026-05-05T22:00:50.319Z Downloaded tinyvec_macros v0.1.1
10822026-05-05T22:00:50.322Z Downloaded static_assertions v1.1.0
10832026-05-05T22:00:50.325Z Downloaded stringprep v0.1.5
10842026-05-05T22:00:50.325Z Downloaded string_cache v0.8.9
10852026-05-05T22:00:50.328Z Downloaded stacker v0.1.23
10862026-05-05T22:00:50.328Z Downloaded serde_with_macros v3.17.0
10872026-05-05T22:00:50.335Z Downloaded tokio-macros v2.7.0
10882026-05-05T22:00:50.338Z Downloaded mio v1.2.0
10892026-05-05T22:00:50.341Z Downloaded strum_macros v0.27.2
10902026-05-05T22:00:50.344Z Downloaded rayon-core v1.13.0
10912026-05-05T22:00:50.344Z Downloaded hashbrown v0.15.5
10922026-05-05T22:00:50.348Z Downloaded strum_macros v0.26.4
10932026-05-05T22:00:50.351Z Downloaded strum_macros v0.24.3
10942026-05-05T22:00:50.351Z Downloaded rcgen v0.12.1
10952026-05-05T22:00:50.356Z Downloaded support-bundle-viewer v0.1.2
10962026-05-05T22:00:50.363Z Downloaded progenitor-impl v0.13.0
10972026-05-05T22:00:50.366Z Downloaded hashbrown v0.16.1
10982026-05-05T22:00:50.376Z Downloaded termios v0.3.3
10992026-05-05T22:00:50.379Z Downloaded snafu-derive v0.8.9
11002026-05-05T22:00:50.379Z Downloaded libxml v0.3.3
11012026-05-05T22:00:50.385Z Downloaded spin v0.9.8
11022026-05-05T22:00:50.388Z Downloaded testing_table v0.3.0
11032026-05-05T22:00:50.388Z Downloaded quinn v0.11.9
11042026-05-05T22:00:50.391Z Downloaded thiserror-no-std v2.0.2
11052026-05-05T22:00:50.394Z Downloaded num-bigint v0.4.6
11062026-05-05T22:00:50.398Z Downloaded tower-layer v0.3.3
11072026-05-05T22:00:50.401Z Downloaded time-macros v0.2.27
11082026-05-05T22:00:50.405Z Downloaded iddqd v0.3.18
11092026-05-05T22:00:50.409Z Downloaded trait-variant v0.1.2
11102026-05-05T22:00:50.412Z Downloaded tower-service v0.3.3
11112026-05-05T22:00:50.412Z Downloaded ron v0.8.1
11122026-05-05T22:00:50.415Z Downloaded try-lock v0.2.5
11132026-05-05T22:00:50.415Z Downloaded topological-sort v0.2.2
11142026-05-05T22:00:50.419Z Downloaded similar v2.7.0
11152026-05-05T22:00:50.422Z Downloaded typify-macro v0.4.3
11162026-05-05T22:00:50.422Z Downloaded tokio-dtrace v0.1.1
11172026-05-05T22:00:50.422Z Downloaded tls_codec_derive v0.4.2
11182026-05-05T22:00:50.422Z Downloaded tiny-keccak v2.0.2
11192026-05-05T22:00:50.425Z Downloaded tokio-rustls v0.25.0
11202026-05-05T22:00:50.425Z Downloaded rand v0.8.5
11212026-05-05T22:00:50.428Z Downloaded itertools v0.13.0
11222026-05-05T22:00:50.431Z Downloaded rustls-platform-verifier v0.6.2
11232026-05-05T22:00:50.434Z Downloaded num-bigint-dig v0.8.6
11242026-05-05T22:00:50.437Z Downloaded nom v7.1.3
11252026-05-05T22:00:50.439Z Downloaded unarray v0.1.4
11262026-05-05T22:00:50.439Z Downloaded itertools v0.12.1
11272026-05-05T22:00:50.442Z Downloaded unit-prefix v0.5.2
11282026-05-05T22:00:50.445Z Downloaded tokio-tungstenite v0.21.0
11292026-05-05T22:00:50.445Z Downloaded slog v2.8.2
11302026-05-05T22:00:50.449Z Downloaded schemars v0.8.22
11312026-05-05T22:00:50.453Z Downloaded utf-8 v0.7.6
11322026-05-05T22:00:50.456Z Downloaded usdt-macro v0.6.0
11332026-05-05T22:00:50.456Z Downloaded usdt-attr-macro v0.6.0
11342026-05-05T22:00:50.456Z Downloaded untrusted v0.7.1
11352026-05-05T22:00:50.456Z Downloaded usdt v0.6.0
11362026-05-05T22:00:50.458Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11372026-05-05T22:00:50.458Z Downloaded ryu v1.0.23
11382026-05-05T22:00:50.461Z Downloaded schemars v0.9.0
11392026-05-05T22:00:50.466Z Downloaded untrusted v0.9.0
11402026-05-05T22:00:50.469Z Downloaded term v1.2.1
11412026-05-05T22:00:50.469Z Downloaded universal-hash v0.5.1
11422026-05-05T22:00:50.473Z Downloaded term v0.7.0
11432026-05-05T22:00:50.473Z Downloaded socket2 v0.6.3
11442026-05-05T22:00:50.476Z Downloaded slog-term v2.9.2
11452026-05-05T22:00:50.476Z Downloaded socket2 v0.5.10
11462026-05-05T22:00:50.476Z Downloaded rsa v0.9.10
11472026-05-05T22:00:50.479Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11482026-05-05T22:00:50.479Z Downloaded tokio-tungstenite v0.23.1
11492026-05-05T22:00:50.482Z Downloaded qorb v0.4.1
11502026-05-05T22:00:50.485Z Downloaded publicsuffix v2.3.0
11512026-05-05T22:00:50.485Z Downloaded signal-hook v0.3.18
11522026-05-05T22:00:50.487Z Downloaded thread_local v1.1.9
11532026-05-05T22:00:50.487Z Downloaded serde_yaml v0.9.34+deprecated
11542026-05-05T22:00:50.490Z Downloaded toml_writer v1.0.6+spec-1.1.0
11552026-05-05T22:00:50.493Z Downloaded futures-util v0.3.32
11562026-05-05T22:00:50.500Z Downloaded void v1.0.2
11572026-05-05T22:00:50.502Z Downloaded waitgroup v0.1.2
11582026-05-05T22:00:50.502Z Downloaded wait-timeout v0.2.1
11592026-05-05T22:00:50.502Z Downloaded tls_codec v0.4.2
11602026-05-05T22:00:50.505Z Downloaded rand v0.9.2
11612026-05-05T22:00:50.509Z Downloaded tui-tree-widget v0.23.1
11622026-05-05T22:00:50.511Z Downloaded h2 v0.4.13
11632026-05-05T22:00:50.514Z Downloaded typify-macro v0.6.2
11642026-05-05T22:00:50.514Z Downloaded tokio-rustls v0.24.1
11652026-05-05T22:00:50.517Z Downloaded tokio-native-tls v0.3.1
11662026-05-05T22:00:50.517Z Downloaded itertools v0.14.0
11672026-05-05T22:00:50.521Z Downloaded schemars v1.2.1
11682026-05-05T22:00:50.529Z Downloaded want v0.3.1
11692026-05-05T22:00:50.533Z Downloaded usdt-impl v0.6.0
11702026-05-05T22:00:50.533Z Downloaded unicode-truncate v1.1.0
11712026-05-05T22:00:50.533Z Downloaded tokio-rustls v0.26.4
11722026-05-05T22:00:50.536Z Downloaded xshell-macros v0.2.7
11732026-05-05T22:00:50.536Z Downloaded xattr v1.6.1
11742026-05-05T22:00:50.536Z Downloaded zone_cfg_derive v0.3.1
11752026-05-05T22:00:50.536Z Downloaded tokio-stream v0.1.18
11762026-05-05T22:00:50.538Z Downloaded unicase v2.9.0
11772026-05-05T22:00:50.541Z Downloaded snafu v0.8.9
11782026-05-05T22:00:50.543Z Downloaded rustls-webpki v0.103.9
11792026-05-05T22:00:50.547Z Downloaded libm v0.2.16
11802026-05-05T22:00:50.550Z Downloaded subprocess v0.2.15
11812026-05-05T22:00:50.553Z Downloaded hyper v1.8.1
11822026-05-05T22:00:50.556Z Downloaded zeroize_derive v1.4.3
11832026-05-05T22:00:50.559Z Downloaded uzers v0.12.2
11842026-05-05T22:00:50.559Z Downloaded toml_parser v1.0.9+spec-1.1.0
11852026-05-05T22:00:50.562Z Downloaded test-strategy v0.4.5
11862026-05-05T22:00:50.562Z Downloaded samael v0.0.19
11872026-05-05T22:00:50.566Z Downloaded zone v0.3.1
11882026-05-05T22:00:50.566Z Downloaded iri-string v0.7.10
11892026-05-05T22:00:50.576Z Downloaded vergen-git2 v1.0.7
11902026-05-05T22:00:50.579Z Downloaded vergen-gitcl v1.0.8
11912026-05-05T22:00:50.586Z Downloaded rand v0.10.0
11922026-05-05T22:00:50.589Z Downloaded tinyvec v1.10.0
11932026-05-05T22:00:50.633Z Downloaded p521 v0.13.3
11942026-05-05T22:00:50.633Z Downloaded vsss-rs v3.3.4
11952026-05-05T22:00:50.633Z Downloaded twox-hash v2.1.2
11962026-05-05T22:00:50.633Z Downloaded unicode-properties v0.1.4
11972026-05-05T22:00:50.633Z Downloaded tracing-attributes v0.1.31
11982026-05-05T22:00:50.633Z Downloaded vergen-lib v0.1.6
11992026-05-05T22:00:50.633Z Downloaded xshell v0.2.7
12002026-05-05T22:00:50.633Z Downloaded toml v1.0.6+spec-1.1.0
12012026-05-05T22:00:50.633Z Downloaded hkdf v0.12.4
12022026-05-05T22:00:50.634Z Downloaded toml v0.9.12+spec-1.1.0
12032026-05-05T22:00:50.634Z Downloaded wyz v0.5.1
12042026-05-05T22:00:50.634Z Downloaded whoami v2.1.0
12052026-05-05T22:00:50.634Z Downloaded tar v0.4.45
12062026-05-05T22:00:50.634Z Downloaded zstd-safe v7.2.4
12072026-05-05T22:00:50.634Z Downloaded toml v0.7.8
12082026-05-05T22:00:50.634Z Downloaded zeroize v1.8.2
12092026-05-05T22:00:50.638Z Downloaded blake3 v1.8.3
12102026-05-05T22:00:50.647Z Downloaded tungstenite v0.21.0
12112026-05-05T22:00:50.649Z Downloaded russh v0.45.0
12122026-05-05T22:00:50.652Z Downloaded zstd v0.13.3
12132026-05-05T22:00:50.655Z Downloaded aws-lc-rs v1.16.0
12142026-05-05T22:00:50.659Z Downloaded whoami v1.6.1
12152026-05-05T22:00:50.662Z Downloaded vergen v9.0.6
12162026-05-05T22:00:50.662Z Downloaded walkdir v2.5.0
12172026-05-05T22:00:50.665Z Downloaded unsafe-libyaml v0.2.11
12182026-05-05T22:00:50.665Z Downloaded unicode-bidi v0.3.18
12192026-05-05T22:00:50.670Z Downloaded tungstenite v0.23.0
12202026-05-05T22:00:50.676Z Downloaded yasna v0.5.2
12212026-05-05T22:00:50.679Z Downloaded ssh-key v0.6.7
12222026-05-05T22:00:50.699Z Downloaded tokio-postgres v0.7.16
12232026-05-05T22:00:50.703Z Downloaded rustyline v14.0.0
12242026-05-05T22:00:50.706Z Downloaded toml_edit v0.23.10+spec-1.0.0
12252026-05-05T22:00:50.716Z Downloaded chrono v0.4.44
12262026-05-05T22:00:50.721Z Downloaded uuid v1.23.0
12272026-05-05T22:00:50.723Z Downloaded tracing-core v0.1.36
12282026-05-05T22:00:50.726Z Downloaded rpassword v7.4.0
12292026-05-05T22:00:50.729Z Downloaded zopfli v0.8.3
12302026-05-05T22:00:50.733Z Downloaded steno v0.4.1
12312026-05-05T22:00:50.737Z Downloaded vte v0.14.1
12322026-05-05T22:00:50.740Z Downloaded typify v0.4.3
12332026-05-05T22:00:50.745Z Downloaded typify v0.6.2
12342026-05-05T22:00:50.749Z Downloaded reqwest v0.12.28
12352026-05-05T22:00:50.770Z Downloaded yansi v1.0.1
12362026-05-05T22:00:50.775Z Downloaded toml_edit v0.19.15
12372026-05-05T22:00:50.786Z Downloaded reedline v0.40.0
12382026-05-05T22:00:50.794Z Downloaded p384 v0.13.1
12392026-05-05T22:00:50.799Z Downloaded zerocopy-derive v0.8.40
12402026-05-05T22:00:50.804Z Downloaded quick-xml v0.37.5
12412026-05-05T22:00:50.807Z Downloaded bindgen v0.71.1
12422026-05-05T22:00:50.811Z Downloaded bitvec v1.0.1
12432026-05-05T22:00:50.820Z Downloaded unicode_categories v0.1.1
12442026-05-05T22:00:50.823Z Downloaded tower v0.5.3
12452026-05-05T22:00:50.827Z Downloaded zerocopy v0.6.6
12462026-05-05T22:00:50.836Z Downloaded zip v0.6.6
12472026-05-05T22:00:50.841Z Downloaded git2 v0.20.4
12482026-05-05T22:00:50.853Z Downloaded typed-path v0.9.3
12492026-05-05T22:00:50.862Z Downloaded regex v1.12.3
12502026-05-05T22:00:50.865Z Downloaded rustls-webpki v0.101.7
12512026-05-05T22:00:50.873Z Downloaded unicode-normalization v0.1.25
12522026-05-05T22:00:50.876Z Downloaded reqwest v0.13.2
12532026-05-05T22:00:50.879Z Downloaded lalrpop v0.19.12
12542026-05-05T22:00:50.885Z Downloaded tough v0.20.0
12552026-05-05T22:00:50.900Z Downloaded rayon v1.11.0
12562026-05-05T22:00:50.908Z Downloaded dropshot v0.16.7
12572026-05-05T22:00:50.921Z Downloaded x509-cert v0.2.5
12582026-05-05T22:00:50.925Z Downloaded salty v0.3.0
12592026-05-05T22:00:50.929Z Downloaded goblin v0.10.5
12602026-05-05T22:00:50.933Z Downloaded curve25519-dalek v4.1.3
12612026-05-05T22:00:50.939Z Downloaded unicode-segmentation v1.12.0
12622026-05-05T22:00:50.943Z Downloaded portable-atomic v1.13.1
12632026-05-05T22:00:50.946Z Downloaded tower-http v0.6.8
12642026-05-05T22:00:50.953Z Downloaded moka v0.12.13
12652026-05-05T22:00:50.958Z Downloaded object v0.30.4
12662026-05-05T22:00:50.963Z Downloaded winnow v0.6.26
12672026-05-05T22:00:50.968Z Downloaded tokio-util v0.7.18
12682026-05-05T22:00:50.972Z Downloaded petname v2.0.2
12692026-05-05T22:00:50.976Z Downloaded radix_trie v0.2.1
12702026-05-05T22:00:50.979Z Downloaded polar-core v0.27.3
12712026-05-05T22:00:50.984Z Downloaded zip v4.6.1
12722026-05-05T22:00:50.987Z Downloaded serde_with v3.17.0
12732026-05-05T22:00:50.993Z Downloaded rustls-webpki v0.102.8
12742026-05-05T22:00:51.004Z Downloaded openssl v0.10.78
12752026-05-05T22:00:51.009Z Downloaded proptest v1.10.0
12762026-05-05T22:00:51.018Z Downloaded tabled v0.20.0
12772026-05-05T22:00:51.028Z Downloaded nix v0.29.0
12782026-05-05T22:00:51.035Z Downloaded quinn-proto v0.11.13
12792026-05-05T22:00:51.040Z Downloaded nix v0.27.1
12802026-05-05T22:00:51.053Z Downloaded hickory-proto v0.24.4
12812026-05-05T22:00:51.061Z Downloaded winnow v0.5.40
12822026-05-05T22:00:51.066Z Downloaded vcpkg v0.2.15
12832026-05-05T22:00:51.090Z Downloaded nix v0.28.0
12842026-05-05T22:00:51.096Z Downloaded object v0.37.3
12852026-05-05T22:00:51.103Z Downloaded smoltcp v0.11.0
12862026-05-05T22:00:51.110Z Downloaded zerocopy v0.8.40
12872026-05-05T22:00:51.115Z Downloaded diesel v2.3.7
12882026-05-05T22:00:51.127Z Downloaded openapiv3 v2.2.0
12892026-05-05T22:00:51.136Z Downloaded bstr v1.12.1
12902026-05-05T22:00:51.139Z Downloaded dropshot v0.17.0
12912026-05-05T22:00:51.151Z Downloaded time v0.3.47
12922026-05-05T22:00:51.158Z Downloaded regress v0.11.1
12932026-05-05T22:00:51.163Z Downloaded rustls v0.21.12
12942026-05-05T22:00:51.183Z Downloaded sqlparser v0.61.0
12952026-05-05T22:00:51.205Z Downloaded zlib-rs v0.6.2
12962026-05-05T22:00:51.208Z Downloaded regex-syntax v0.6.29
12972026-05-05T22:00:51.213Z Downloaded nix v0.31.2
12982026-05-05T22:00:51.220Z Downloaded typify-impl v0.6.2
12992026-05-05T22:00:51.228Z Downloaded smoltcp v0.9.1
13002026-05-05T22:00:51.256Z Downloaded rustls v0.22.4
13012026-05-05T22:00:51.263Z Downloaded webpki-roots v1.0.6
13022026-05-05T22:00:51.266Z Downloaded regress v0.10.5
13032026-05-05T22:00:51.271Z Downloaded hickory-proto v0.25.2
13042026-05-05T22:00:51.281Z Downloaded regex-syntax v0.8.10
13052026-05-05T22:00:51.308Z Downloaded rustix v0.38.44
13062026-05-05T22:00:51.321Z Downloaded rustls v0.23.37
13072026-05-05T22:00:51.355Z Downloaded libz-sys v1.1.24
13082026-05-05T22:00:51.367Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13092026-05-05T22:00:51.378Z Downloaded csv v1.4.0
13102026-05-05T22:00:51.400Z Downloaded encoding_rs v0.8.35
13112026-05-05T22:00:51.437Z Downloaded bzip2-sys v0.1.13+1.0.8
13122026-05-05T22:00:51.445Z Downloaded ring v0.17.14
13132026-05-05T22:00:51.469Z Downloaded sled v0.34.7
13142026-05-05T22:00:51.486Z Downloaded tracing v0.1.44
13152026-05-05T22:00:51.498Z Downloaded ratatui v0.29.0
13162026-05-05T22:00:51.518Z Downloaded typify-impl v0.4.3
13172026-05-05T22:00:51.536Z Downloaded zerocopy-derive v0.6.6
13182026-05-05T22:00:51.552Z Downloaded regex-automata v0.4.14
13192026-05-05T22:00:51.590Z Downloaded petgraph v0.6.5
13202026-05-05T22:00:51.602Z Downloaded chrono-tz v0.10.4
13212026-05-05T22:00:51.614Z Downloaded jiff v0.2.21
13222026-05-05T22:00:51.635Z Downloaded petgraph v0.8.3
13232026-05-05T22:00:51.669Z Downloaded sha3 v0.10.8
13242026-05-05T22:00:51.675Z Downloaded tokio v1.52.1
13252026-05-05T22:00:51.809Z Downloaded libgit2-sys v0.18.3+1.9.2
13262026-05-05T22:00:52.413Z Downloaded aws-lc-sys v0.37.1
13272026-05-05T22:00:52.650Z Compiling libc v0.2.185
13282026-05-05T22:00:52.653Z Compiling serde v1.0.228
13292026-05-05T22:00:52.653Z Compiling log v0.4.29
13302026-05-05T22:00:52.653Z Compiling shlex v1.3.0
13312026-05-05T22:00:52.653Z Compiling find-msvc-tools v0.1.9
13322026-05-05T22:00:52.653Z Compiling smallvec v1.15.1
13332026-05-05T22:00:52.653Z Compiling typenum v1.19.0
13342026-05-05T22:00:52.653Z Compiling subtle v2.6.1
13352026-05-05T22:00:52.827Z Compiling generic-array v0.14.7
13362026-05-05T22:00:52.827Z Compiling scopeguard v1.2.0
13372026-05-05T22:00:52.839Z Compiling const-oid v0.9.6
13382026-05-05T22:00:52.903Z Compiling portable-atomic v1.13.1
13392026-05-05T22:00:52.917Z Compiling zerocopy v0.8.40
13402026-05-05T22:00:52.932Z Compiling syn v2.0.117
13412026-05-05T22:00:52.935Z Compiling lock_api v0.4.14
13422026-05-05T22:00:52.951Z Compiling serde_json v1.0.149
13432026-05-05T22:00:52.966Z Compiling critical-section v1.2.0
13442026-05-05T22:00:53.037Z Compiling pin-project-lite v0.2.17
13452026-05-05T22:00:53.053Z Compiling parking_lot_core v0.9.12
13462026-05-05T22:00:53.066Z Compiling pkg-config v0.3.32
13472026-05-05T22:00:53.100Z Compiling bitflags v2.11.0
13482026-05-05T22:00:53.117Z Compiling libm v0.2.16
13492026-05-05T22:00:53.148Z Compiling num-traits v0.2.19
13502026-05-05T22:00:53.163Z Compiling futures-core v0.3.32
13512026-05-05T22:00:53.181Z Compiling percent-encoding v2.3.2
13522026-05-05T22:00:53.198Z Compiling futures-sink v0.3.32
13532026-05-05T22:00:53.247Z Compiling cpufeatures v0.2.17
13542026-05-05T22:00:53.334Z Compiling futures-channel v0.3.32
13552026-05-05T22:00:53.367Z Compiling getrandom v0.4.1
13562026-05-05T22:00:53.371Z Compiling futures-task v0.3.32
13572026-05-05T22:00:53.382Z Compiling slab v0.4.12
13582026-05-05T22:00:53.397Z Compiling futures-io v0.3.32
13592026-05-05T22:00:53.445Z Compiling rand_core v0.10.0
13602026-05-05T22:00:53.506Z Compiling getrandom v0.3.4
13612026-05-05T22:00:53.564Z Compiling rustversion v1.0.22
13622026-05-05T22:00:53.582Z Compiling indexmap v2.14.0
13632026-05-05T22:00:53.601Z Compiling form_urlencoded v1.2.2
13642026-05-05T22:00:53.604Z Compiling fs_extra v1.3.0
13652026-05-05T22:00:53.632Z Compiling ident_case v1.0.1
13662026-05-05T22:00:53.653Z Compiling dunce v1.0.5
13672026-05-05T22:00:53.704Z Compiling base64ct v1.8.3
13682026-05-05T22:00:53.719Z Compiling flagset v0.4.7
13692026-05-05T22:00:53.784Z Compiling getrandom v0.2.17
13702026-05-05T22:00:53.804Z Compiling jobserver v0.1.34
13712026-05-05T22:00:53.818Z Compiling errno v0.3.14
13722026-05-05T22:00:53.846Z Compiling mio v1.2.0
13732026-05-05T22:00:53.875Z Compiling socket2 v0.6.3
13742026-05-05T22:00:53.947Z Compiling rand_core v0.6.4
13752026-05-05T22:00:53.963Z Compiling signal-hook-registry v1.4.8
13762026-05-05T22:00:54.022Z Compiling cc v1.2.56
13772026-05-05T22:00:54.038Z Compiling once_cell v1.21.3
13782026-05-05T22:00:54.041Z Compiling parking_lot v0.12.5
13792026-05-05T22:00:54.149Z Compiling pem-rfc7468 v0.7.0
13802026-05-05T22:00:54.214Z Compiling iana-time-zone v0.1.65
13812026-05-05T22:00:54.251Z Compiling rustix v1.1.3
13822026-05-05T22:00:54.269Z Compiling uuid v1.23.0
13832026-05-05T22:00:54.287Z Compiling rustc_version v0.4.1
13842026-05-05T22:00:54.290Z Compiling regex-syntax v0.8.10
13852026-05-05T22:00:54.321Z Compiling aws-lc-rs v1.16.0
13862026-05-05T22:00:54.366Z Compiling vcpkg v0.2.15
13872026-05-05T22:00:54.440Z Compiling tracing-core v0.1.36
13882026-05-05T22:00:54.456Z Compiling httparse v1.10.1
13892026-05-05T22:00:54.490Z Compiling untrusted v0.7.1
13902026-05-05T22:00:54.506Z Compiling base64 v0.22.1
13912026-05-05T22:00:54.638Z Compiling rand_core v0.9.5
13922026-05-05T22:00:54.654Z Compiling schemars v0.8.22
13932026-05-05T22:00:54.670Z Compiling openssl-probe v0.2.1
13942026-05-05T22:00:54.674Z Compiling untrusted v0.9.0
13952026-05-05T22:00:54.716Z Compiling try-lock v0.2.5
13962026-05-05T22:00:54.733Z Compiling rustls v0.23.37
13972026-05-05T22:00:54.838Z Compiling cmake v0.1.57
13982026-05-05T22:00:54.854Z Compiling dyn-clone v1.0.20
13992026-05-05T22:00:54.884Z Compiling atomic-waker v1.1.2
14002026-05-05T22:00:54.887Z Compiling tower-service v0.3.3
14012026-05-05T22:00:54.931Z Compiling tinyvec_macros v0.1.1
14022026-05-05T22:00:54.933Z Compiling tower-layer v0.3.3
14032026-05-05T22:00:54.977Z Compiling want v0.3.1
14042026-05-05T22:00:55.018Z Compiling tinyvec v1.10.0
14052026-05-05T22:00:55.021Z Compiling spin v0.9.8
14062026-05-05T22:00:55.051Z Compiling aho-corasick v1.1.4
14072026-05-05T22:00:55.054Z Compiling foreign-types-shared v0.1.1
14082026-05-05T22:00:55.054Z Compiling time-core v0.1.8
14092026-05-05T22:00:55.054Z Compiling openssl v0.10.78
14102026-05-05T22:00:55.071Z Compiling powerfmt v0.2.0
14112026-05-05T22:00:55.131Z Compiling num-conv v0.2.0
14122026-05-05T22:00:55.153Z Compiling crc32fast v1.5.0
14132026-05-05T22:00:55.187Z Compiling httpdate v1.0.3
14142026-05-05T22:00:55.190Z Compiling pin-utils v0.1.0
14152026-05-05T22:00:55.272Z Compiling foreign-types v0.3.2
14162026-05-05T22:00:55.272Z Compiling wait-timeout v0.2.1
14172026-05-05T22:00:55.301Z Compiling deranged v0.5.8
14182026-05-05T22:00:55.305Z Compiling time-macros v0.2.27
14192026-05-05T22:00:55.305Z Compiling simd-adler32 v0.3.8
14202026-05-05T22:00:55.305Z Compiling native-tls v0.2.18
14212026-05-05T22:00:55.362Z Compiling usdt-impl v0.6.0
14222026-05-05T22:00:55.379Z Compiling quick-error v1.2.3
14232026-05-05T22:00:55.382Z Compiling num_threads v0.1.7
14242026-05-05T22:00:55.410Z Compiling crossbeam-utils v0.8.21
14252026-05-05T22:00:55.446Z Compiling bit-vec v0.8.0
14262026-05-05T22:00:55.498Z Compiling syn v1.0.109
14272026-05-05T22:00:55.514Z Compiling siphasher v1.0.2
14282026-05-05T22:00:55.566Z Compiling unicode-normalization v0.1.25
14292026-05-05T22:00:55.583Z Compiling rand_xorshift v0.4.0
14302026-05-05T22:00:55.627Z Compiling slog v2.8.2
14312026-05-05T22:00:55.644Z Compiling heapless v0.7.17
14322026-05-05T22:00:55.661Z Compiling aws-lc-sys v0.37.1
14332026-05-05T22:00:55.710Z Compiling ring v0.17.14
14342026-05-05T22:00:55.729Z Compiling openssl-sys v0.9.114
14352026-05-05T22:00:55.746Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14362026-05-05T22:00:55.776Z Compiling bzip2-sys v0.1.13+1.0.8
14372026-05-05T22:00:55.829Z Compiling bit-set v0.8.0
14382026-05-05T22:00:55.886Z Compiling synstructure v0.13.2
14392026-05-05T22:00:55.901Z Compiling pest_generator v2.8.6
14402026-05-05T22:00:55.953Z Compiling serde_derive_internals v0.29.1
14412026-05-05T22:00:56.013Z Compiling darling_core v0.20.11
14422026-05-05T22:00:56.104Z Compiling tempfile v3.25.0
14432026-05-05T22:00:56.128Z Compiling regex-automata v0.4.14
14442026-05-05T22:00:56.287Z Compiling darling_core v0.21.3
14452026-05-05T22:00:56.375Z Compiling rusty-fork v0.3.1
14462026-05-05T22:00:56.501Z Compiling time v0.3.47
14472026-05-05T22:00:56.522Z Compiling thread-id v5.1.0
14482026-05-05T22:00:56.541Z Compiling sync_wrapper v1.0.2
14492026-05-05T22:00:56.623Z Compiling cookie v0.18.1
14502026-05-05T22:00:56.639Z Compiling allocator-api2 v0.2.21
14512026-05-05T22:00:56.667Z Compiling unarray v0.1.4
14522026-05-05T22:00:56.710Z Compiling unicode-bidi v0.3.18
14532026-05-05T22:00:56.778Z Compiling adler2 v2.0.1
14542026-05-05T22:00:56.809Z Compiling zstd-safe v7.2.4
14552026-05-05T22:00:56.844Z Compiling unicode-properties v0.1.4
14562026-05-05T22:00:56.858Z Compiling anyhow v1.0.102
14572026-05-05T22:00:56.903Z Compiling signal-hook v0.3.18
14582026-05-05T22:00:56.928Z Compiling paste v1.0.15
14592026-05-05T22:00:56.988Z Compiling miniz_oxide v0.8.9
14602026-05-05T22:00:57.065Z Compiling stringprep v0.1.5
14612026-05-05T22:00:57.286Z Compiling num-integer v0.1.46
14622026-05-05T22:00:57.344Z Compiling vergen-lib v0.1.6
14632026-05-05T22:00:57.436Z Compiling curve25519-dalek v4.1.3
14642026-05-05T22:00:57.543Z Compiling ff v0.13.1
14652026-05-05T22:00:57.585Z Compiling hash32 v0.2.1
14662026-05-05T22:00:57.638Z Compiling serde_derive v1.0.228
14672026-05-05T22:00:57.659Z Compiling zeroize_derive v1.4.3
14682026-05-05T22:00:57.675Z Compiling zerofrom-derive v0.1.6
14692026-05-05T22:00:57.698Z Compiling yoke-derive v0.8.1
14702026-05-05T22:00:57.781Z Compiling zerocopy-derive v0.8.40
14712026-05-05T22:00:57.797Z Compiling zerovec-derive v0.11.2
14722026-05-05T22:00:57.800Z Compiling displaydoc v0.2.5
14732026-05-05T22:00:57.869Z Compiling tokio-macros v2.7.0
14742026-05-05T22:00:58.140Z Compiling futures-macro v0.3.32
14752026-05-05T22:00:58.338Z Compiling zeroize v1.8.2
14762026-05-05T22:00:58.393Z Compiling der_derive v0.7.3
14772026-05-05T22:00:58.599Z Compiling thiserror-impl v2.0.18
14782026-05-05T22:00:58.636Z Compiling rustls-pki-types v1.14.0
14792026-05-05T22:00:58.941Z Compiling tracing-attributes v0.1.31
14802026-05-05T22:00:58.957Z Compiling schemars_derive v0.8.22
14812026-05-05T22:00:59.003Z Compiling scroll_derive v0.13.1
14822026-05-05T22:00:59.017Z Compiling futures-util v0.3.32
14832026-05-05T22:00:59.136Z Compiling crypto-common v0.1.7
14842026-05-05T22:00:59.139Z Compiling zerofrom v0.1.6
14852026-05-05T22:00:59.168Z Compiling block-buffer v0.10.4
14862026-05-05T22:00:59.296Z Compiling yoke v0.8.1
14872026-05-05T22:00:59.310Z Compiling digest v0.10.7
14882026-05-05T22:00:59.359Z Compiling block-padding v0.3.3
14892026-05-05T22:00:59.417Z Compiling der v0.7.10
14902026-05-05T22:00:59.501Z Compiling zerovec v0.11.5
14912026-05-05T22:00:59.538Z Compiling zerotrie v0.2.3
14922026-05-05T22:00:59.576Z Compiling hmac v0.12.1
14932026-05-05T22:00:59.749Z Compiling inout v0.1.4
14942026-05-05T22:00:59.860Z Compiling sha2 v0.10.9
14952026-05-05T22:00:59.876Z Compiling pbkdf2 v0.12.2
14962026-05-05T22:00:59.940Z Compiling cipher v0.4.4
14972026-05-05T22:01:00.006Z Compiling tinystr v0.8.2
14982026-05-05T22:01:00.021Z Compiling potential_utf v0.1.4
14992026-05-05T22:01:00.036Z Compiling thiserror v2.0.18
15002026-05-05T22:01:00.161Z Compiling icu_collections v2.1.1
15012026-05-05T22:01:00.212Z Compiling icu_locale_core v2.1.1
15022026-05-05T22:01:00.236Z Compiling salsa20 v0.10.2
15032026-05-05T22:01:00.250Z Compiling spki v0.7.3
15042026-05-05T22:01:00.285Z Compiling cbc v0.1.2
15052026-05-05T22:01:00.347Z Compiling aes v0.8.4
15062026-05-05T22:01:00.364Z Compiling scrypt v0.11.0
15072026-05-05T22:01:00.410Z Compiling tracing v0.1.44
15082026-05-05T22:01:00.452Z Compiling pest_derive v2.8.6
15092026-05-05T22:01:00.479Z Compiling scroll v0.13.0
15102026-05-05T22:01:00.652Z Compiling darling_macro v0.20.11
15112026-05-05T22:01:00.669Z Compiling openssl-macros v0.1.1
15122026-05-05T22:01:00.683Z Compiling signature v2.2.0
15132026-05-05T22:01:00.718Z Compiling rustls-native-certs v0.8.3
15142026-05-05T22:01:00.767Z Compiling pkcs5 v0.7.1
15152026-05-05T22:01:00.887Z Compiling icu_provider v2.1.1
15162026-05-05T22:01:00.939Z Compiling goblin v0.10.5
15172026-05-05T22:01:00.979Z Compiling dtrace-parser v0.3.0
15182026-05-05T22:01:01.028Z Compiling thiserror-impl v1.0.69
15192026-05-05T22:01:01.096Z Compiling pkcs8 v0.10.2
15202026-05-05T22:01:01.171Z Compiling bytes v1.11.1
15212026-05-05T22:01:01.209Z Compiling icu_normalizer v2.1.1
15222026-05-05T22:01:01.230Z Compiling icu_properties v2.1.2
15232026-05-05T22:01:01.267Z Compiling chrono v0.4.44
15242026-05-05T22:01:01.283Z Compiling ipnet v2.11.0
15252026-05-05T22:01:01.350Z Compiling darling v0.20.11
15262026-05-05T22:01:01.434Z Compiling derive_builder_core v0.20.2
15272026-05-05T22:01:01.437Z Compiling scroll_derive v0.12.1
15282026-05-05T22:01:01.464Z Compiling erased-serde v0.3.31
15292026-05-05T22:01:01.746Z Compiling tokio v1.52.1
15302026-05-05T22:01:01.767Z Compiling http v1.4.0
15312026-05-05T22:01:01.804Z Compiling serde_spanned v0.6.9
15322026-05-05T22:01:01.804Z Compiling toml_datetime v0.6.11
15332026-05-05T22:01:01.961Z Compiling serde_tokenstream v0.2.3
15342026-05-05T22:01:01.976Z Compiling md-5 v0.10.6
15352026-05-05T22:01:02.106Z Compiling ppv-lite86 v0.2.21
15362026-05-05T22:01:02.146Z Compiling idna_adapter v1.2.1
15372026-05-05T22:01:02.161Z Compiling scroll v0.12.0
15382026-05-05T22:01:02.238Z Compiling webpki-roots v1.0.6
15392026-05-05T22:01:02.326Z Compiling idna v1.1.0
15402026-05-05T22:01:02.326Z Compiling derive_builder_macro v0.20.2
15412026-05-05T22:01:02.369Z Compiling darling_macro v0.21.3
15422026-05-05T22:01:02.385Z Compiling zerocopy-derive v0.7.35
15432026-05-05T22:01:02.388Z Compiling memoffset v0.9.1
15442026-05-05T22:01:02.432Z Compiling rand_chacha v0.9.0
15452026-05-05T22:01:02.435Z Compiling http-body v1.0.1
15462026-05-05T22:01:02.488Z Compiling thiserror v1.0.69
15472026-05-05T22:01:02.506Z Compiling rand_chacha v0.3.1
15482026-05-05T22:01:02.609Z Compiling http-body-util v0.1.3
15492026-05-05T22:01:02.628Z Compiling cfg_aliases v0.2.1
15502026-05-05T22:01:02.643Z Compiling rand v0.9.2
15512026-05-05T22:01:02.717Z Compiling url v2.5.8
15522026-05-05T22:01:02.734Z Compiling base16ct v0.2.0
15532026-05-05T22:01:02.750Z Compiling iri-string v0.7.10
15542026-05-05T22:01:02.874Z Compiling ryu v1.0.23
15552026-05-05T22:01:02.874Z Compiling litrs v1.0.0
15562026-05-05T22:01:02.911Z Compiling psl-types v2.0.11
15572026-05-05T22:01:02.930Z Compiling rustix v0.38.44
15582026-05-05T22:01:03.049Z Compiling fallible-iterator v0.2.0
15592026-05-05T22:01:03.065Z Compiling num-bigint-dig v0.8.6
15602026-05-05T22:01:03.087Z Compiling zlib-rs v0.6.2
15612026-05-05T22:01:03.171Z Compiling ref-cast v1.0.25
15622026-05-05T22:01:03.310Z Compiling proptest v1.10.0
15632026-05-05T22:01:03.325Z Compiling smoltcp v0.9.1
15642026-05-05T22:01:03.362Z Compiling postgres-protocol v0.6.10
15652026-05-05T22:01:03.420Z Compiling document-features v0.2.12
15662026-05-05T22:01:03.479Z Compiling zerocopy v0.7.35
15672026-05-05T22:01:03.594Z Compiling publicsuffix v2.3.0
15682026-05-05T22:01:03.666Z Compiling serde_urlencoded v0.7.1
15692026-05-05T22:01:03.708Z Compiling dof v0.4.0
15702026-05-05T22:01:03.723Z Compiling darling v0.21.3
15712026-05-05T22:01:03.791Z Compiling derive_builder v0.20.2
15722026-05-05T22:01:03.825Z Compiling sec1 v0.7.3
15732026-05-05T22:01:03.939Z Compiling nix v0.31.2
15742026-05-05T22:01:03.954Z Compiling rand v0.8.5
15752026-05-05T22:01:04.009Z Compiling goblin v0.8.2
15762026-05-05T22:01:04.066Z Compiling ipnetwork v0.21.1
15772026-05-05T22:01:04.081Z Compiling cargo-platform v0.1.9
15782026-05-05T22:01:04.131Z Compiling hubpack_derive v0.1.1
15792026-05-05T22:01:04.164Z Compiling hkdf v0.12.4
15802026-05-05T22:01:04.291Z Compiling crypto-bigint v0.5.5
15812026-05-05T22:01:04.336Z Compiling oxnet v0.1.4
15822026-05-05T22:01:04.356Z Compiling regex v1.12.3
15832026-05-05T22:01:04.625Z Compiling group v0.13.0
15842026-05-05T22:01:04.640Z Compiling async-trait v0.1.89
15852026-05-05T22:01:04.758Z Compiling daft-derive v0.1.5
15862026-05-05T22:01:04.814Z Compiling strum_macros v0.27.2
15872026-05-05T22:01:04.830Z Compiling ref-cast-impl v1.0.25
15882026-05-05T22:01:04.844Z Compiling curve25519-dalek-derive v0.1.1
15892026-05-05T22:01:04.934Z Compiling num-iter v0.1.45
15902026-05-05T22:01:05.125Z Compiling terminal_size v0.4.3
15912026-05-05T22:01:05.275Z Compiling phf_shared v0.13.1
15922026-05-05T22:01:05.291Z Compiling lazy_static v1.5.0
15932026-05-05T22:01:05.400Z Compiling vergen v9.0.6
15942026-05-05T22:01:05.400Z Compiling fs-err v3.3.0
15952026-05-05T22:01:05.432Z Compiling ahash v0.8.12
15962026-05-05T22:01:05.449Z Compiling managed v0.8.0
15972026-05-05T22:01:05.516Z Compiling bitflags v1.3.2
15982026-05-05T22:01:05.540Z Compiling tokio-util v0.7.18
15992026-05-05T22:01:05.543Z Compiling tower v0.5.3
16002026-05-05T22:01:05.609Z Compiling tokio-native-tls v0.3.1
16012026-05-05T22:01:05.626Z Compiling newtype-uuid v1.3.2
16022026-05-05T22:01:05.629Z Compiling unicode-segmentation v1.12.0
16032026-05-05T22:01:05.629Z Compiling object v0.37.3
16042026-05-05T22:01:05.677Z Compiling bumpalo v3.20.2
16052026-05-05T22:01:05.692Z Compiling winnow v0.5.40
16062026-05-05T22:01:05.713Z Compiling foldhash v0.2.0
16072026-05-05T22:01:05.804Z Compiling foldhash v0.1.5
16082026-05-05T22:01:05.951Z Compiling tower-http v0.6.8
16092026-05-05T22:01:05.969Z Compiling flate2 v1.1.9
16102026-05-05T22:01:05.969Z Compiling libbz2-rs-sys v0.2.2
16112026-05-05T22:01:05.997Z Compiling hashbrown v0.15.5
16122026-05-05T22:01:06.050Z Compiling zopfli v0.8.3
16132026-05-05T22:01:06.066Z Compiling hashbrown v0.16.1
16142026-05-05T22:01:06.070Z Compiling daft v0.1.5
16152026-05-05T22:01:06.367Z Compiling h2 v0.4.13
16162026-05-05T22:01:06.393Z Compiling dof v0.3.0
16172026-05-05T22:01:06.409Z Compiling bzip2 v0.6.1
16182026-05-05T22:01:06.409Z Compiling clap_builder v4.5.60
16192026-05-05T22:01:06.639Z Compiling phf v0.13.1
16202026-05-05T22:01:06.702Z Compiling signal-hook-mio v0.2.5
16212026-05-05T22:01:06.811Z Compiling usdt-attr-macro v0.6.0
16222026-05-05T22:01:06.827Z Compiling usdt-macro v0.6.0
16232026-05-05T22:01:06.842Z Compiling strum v0.27.2
16242026-05-05T22:01:06.860Z Compiling elliptic-curve v0.13.8
16252026-05-05T22:01:06.996Z Compiling toml_edit v0.19.15
16262026-05-05T22:01:07.169Z Compiling cargo_metadata v0.19.2
16272026-05-05T22:01:07.188Z Compiling cookie_store v0.22.1
16282026-05-05T22:01:07.207Z Compiling hubpack v0.1.2
16292026-05-05T22:01:07.349Z Compiling bzip2 v0.4.4
16302026-05-05T22:01:07.495Z Compiling zstd v0.13.3
16312026-05-05T22:01:07.533Z Compiling serde_with_macros v3.17.0
16322026-05-05T22:01:07.590Z Compiling postgres-types v0.2.12
16332026-05-05T22:01:07.631Z Compiling dtrace-parser v0.2.0
16342026-05-05T22:01:07.708Z Compiling ed25519 v2.2.3
16352026-05-05T22:01:07.792Z Compiling pkcs1 v0.7.5
16362026-05-05T22:01:07.850Z Compiling hex v0.4.3
16372026-05-05T22:01:08.062Z Compiling serde-big-array v0.5.1
16382026-05-05T22:01:08.078Z Compiling rfc6979 v0.4.0
16392026-05-05T22:01:08.094Z Compiling bstr v1.12.1
16402026-05-05T22:01:08.188Z Compiling enum-as-inner v0.6.1
16412026-05-05T22:01:08.204Z Compiling serde_repr v0.1.20
16422026-05-05T22:01:08.233Z Compiling clap_derive v4.5.55
16432026-05-05T22:01:08.418Z Compiling strum_macros v0.26.4
16442026-05-05T22:01:08.627Z Compiling phf_shared v0.11.3
16452026-05-05T22:01:08.643Z Compiling float-cmp v0.10.0
16462026-05-05T22:01:08.713Z Compiling memmap2 v0.9.10
16472026-05-05T22:01:08.741Z Compiling thread-id v4.2.2
16482026-05-05T22:01:08.767Z Compiling env_filter v1.0.0
16492026-05-05T22:01:08.785Z Compiling encoding_rs v0.8.35
16502026-05-05T22:01:08.803Z Compiling either v1.15.0
16512026-05-05T22:01:08.821Z Compiling normalize-line-endings v0.3.0
16522026-05-05T22:01:08.838Z Compiling data-encoding v2.10.0
16532026-05-05T22:01:08.852Z Compiling jiff v0.2.21
16542026-05-05T22:01:08.947Z Compiling fixedbitset v0.5.7
16552026-05-05T22:01:08.962Z Compiling predicates-core v1.0.10
16562026-05-05T22:01:09.036Z Compiling mime v0.3.17
16572026-05-05T22:01:09.096Z Compiling whoami v2.1.0
16582026-05-05T22:01:09.174Z Compiling fixedbitset v0.4.2
16592026-05-05T22:01:09.281Z Compiling new_debug_unreachable v1.0.6
16602026-05-05T22:01:09.320Z Compiling keccak v0.1.6
16612026-05-05T22:01:09.370Z Compiling rustc-hash v2.1.1
16622026-05-05T22:01:09.422Z Compiling difflib v0.4.0
16632026-05-05T22:01:09.508Z Compiling hyper v1.8.1
16642026-05-05T22:01:09.529Z Compiling static_assertions v1.1.0
16652026-05-05T22:01:09.569Z Compiling precomputed-hash v0.1.1
16662026-05-05T22:01:09.602Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16672026-05-05T22:01:09.625Z Compiling sha3 v0.10.8
16682026-05-05T22:01:09.673Z Compiling predicates v3.1.4
16692026-05-05T22:01:09.752Z Compiling string_cache v0.8.9
16702026-05-05T22:01:09.801Z Compiling iddqd v0.3.18
16712026-05-05T22:01:10.002Z Compiling petgraph v0.6.5
16722026-05-05T22:01:10.021Z Compiling tokio-postgres v0.7.16
16732026-05-05T22:01:10.103Z Compiling clap v4.5.60
16742026-05-05T22:01:10.118Z Compiling petgraph v0.8.3
16752026-05-05T22:01:10.157Z Compiling hickory-proto v0.25.2
16762026-05-05T22:01:10.205Z Compiling itertools v0.13.0
16772026-05-05T22:01:10.240Z Compiling strum v0.26.3
16782026-05-05T22:01:10.356Z Compiling env_logger v0.11.9
16792026-05-05T22:01:10.377Z Compiling usdt v0.6.0
16802026-05-05T22:01:10.393Z Compiling usdt-impl v0.5.0
16812026-05-05T22:01:10.514Z Compiling toml_edit v0.22.27
16822026-05-05T22:01:10.672Z Compiling hyper-util v0.1.20
16832026-05-05T22:01:10.729Z Compiling serde_with v3.17.0
16842026-05-05T22:01:11.017Z Compiling similar v2.7.0
16852026-05-05T22:01:11.020Z Compiling crossterm v0.28.1
16862026-05-05T22:01:11.137Z Compiling toml v0.7.8
16872026-05-05T22:01:11.469Z Compiling zip v4.6.1
16882026-05-05T22:01:11.484Z Compiling ecdsa v0.16.9
16892026-05-05T22:01:11.886Z Compiling rsa v0.9.10
16902026-05-05T22:01:11.902Z Compiling ed25519-dalek v2.2.0
16912026-05-05T22:01:12.087Z Compiling hyper-tls v0.6.0
16922026-05-05T22:01:12.179Z Compiling zip v0.6.6
16932026-05-05T22:01:12.421Z Compiling tokio-stream v0.1.18
16942026-05-05T22:01:12.504Z Compiling heck v0.4.1
16952026-05-05T22:01:12.504Z Compiling toml_parser v1.0.9+spec-1.1.0
16962026-05-05T22:01:12.534Z Compiling buf-list v1.1.2
16972026-05-05T22:01:12.629Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16982026-05-05T22:01:12.669Z Compiling openapiv3 v2.2.0
16992026-05-05T22:01:12.759Z Compiling x509-cert v0.2.5
17002026-05-05T22:01:12.806Z Compiling sha1 v0.10.6
17012026-05-05T22:01:12.827Z Compiling crossbeam-epoch v0.9.18
17022026-05-05T22:01:12.842Z Compiling toml_datetime v0.7.5+spec-1.1.0
17032026-05-05T22:01:12.914Z Compiling peg-runtime v0.8.5
17042026-05-05T22:01:12.959Z Compiling lalrpop-util v0.19.12
17052026-05-05T22:01:13.055Z Compiling thread_local v1.1.9
17062026-05-05T22:01:13.071Z Compiling slog-async v2.8.0
17072026-05-05T22:01:13.156Z Compiling futures-executor v0.3.32
17082026-05-05T22:01:13.173Z Compiling crossbeam-channel v0.5.15
17092026-05-05T22:01:13.191Z Compiling is-terminal v0.4.17
17102026-05-05T22:01:13.194Z Compiling filetime v0.2.27
17112026-05-05T22:01:13.227Z Compiling xattr v1.6.1
17122026-05-05T22:01:13.288Z Compiling term v1.2.1
17132026-05-05T22:01:13.311Z Compiling take_mut v0.2.2
17142026-05-05T22:01:13.337Z Compiling futures v0.3.32
17152026-05-05T22:01:13.407Z Compiling tar v0.4.45
17162026-05-05T22:01:13.628Z Compiling slog-term v2.9.2
17172026-05-05T22:01:28.773Z Compiling rustls-webpki v0.103.9
17182026-05-05T22:01:31.541Z Compiling tokio-rustls v0.26.4
17192026-05-05T22:01:31.541Z Compiling rustls-platform-verifier v0.6.2
17202026-05-05T22:01:31.739Z Compiling hyper-rustls v0.27.7
17212026-05-05T22:01:31.937Z Compiling reqwest v0.12.28
17222026-05-05T22:01:31.937Z Compiling reqwest v0.13.2
17232026-05-05T22:01:33.907Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17242026-05-05T22:01:34.142Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17252026-05-05T22:01:36.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.15s
17262026-05-05T22:01:37.078Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17272026-05-05T22:01:37.134ZMay 05 22:01:36.215 INFO Starting download, target: Cockroach
17282026-05-05T22:01:37.134ZMay 05 22:01:36.215 INFO Starting download, target: Clickhouse
17292026-05-05T22:01:37.134ZMay 05 22:01:36.215 INFO Starting download, target: DendriteStub
17302026-05-05T22:01:37.134ZMay 05 22:01:36.215 INFO Starting download, target: MaghemiteMgd
17312026-05-05T22:01:37.137ZMay 05 22:01:36.215 INFO Starting download, target: TransceiverControl
17322026-05-05T22:01:37.137ZMay 05 22:01:36.215 INFO Starting download, target: Console
17332026-05-05T22:01:37.137ZMay 05 22:01:36.216 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17342026-05-05T22:01:37.137ZMay 05 22:01:36.216 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-05-05T22:01:37.137ZMay 05 22:01:36.216 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17362026-05-05T22:01:37.137ZMay 05 22:01:36.216 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17372026-05-05T22:01:37.137ZMay 05 22:01:36.216 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17382026-05-05T22:01:37.137ZMay 05 22:01:36.216 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17392026-05-05T22:01:37.702ZMay 05 22:01:36.781 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17402026-05-05T22:01:37.906ZMay 05 22:01:36.986 INFO Download complete, target: TransceiverControl
17412026-05-05T22:01:38.158ZMay 05 22:01:37.236 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17422026-05-05T22:01:38.234ZMay 05 22:01:37.314 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-05-05T22:01:38.397ZMay 05 22:01:37.473 INFO Download complete, target: Console
17442026-05-05T22:01:38.823ZMay 05 22:01:37.903 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17452026-05-05T22:01:39.405ZMay 05 22:01:38.486 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17462026-05-05T22:01:39.405ZMay 05 22:01:38.486 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17472026-05-05T22:01:39.475ZMay 05 22:01:38.556 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17482026-05-05T22:01:40.534ZMay 05 22:01:39.615 INFO Download complete, target: DendriteStub
17492026-05-05T22:01:41.191ZMay 05 22:01:40.272 INFO Download complete, target: MaghemiteMgd
17502026-05-05T22:01:43.736ZMay 05 22:01:42.817 INFO Checking that binary works, target: Cockroach
17512026-05-05T22:01:43.847ZMay 05 22:01:42.928 INFO Download complete, target: Cockroach
17522026-05-05T22:01:46.216ZMay 05 22:01:45.294 INFO Checking that binary works, target: Clickhouse
17532026-05-05T22:01:46.304ZMay 05 22:01:45.384 INFO Download complete, target: Clickhouse
17542026-05-05T22:01:46.311ZAll prerequisites installed successfully
17552026-05-05T22:01:46.313Z
17562026-05-05T22:01:46.314Zreal 2:47.232294460
17572026-05-05T22:01:46.314Zuser 7:16.513499731
17582026-05-05T22:01:46.314Zsys 1:46.142354592
17592026-05-05T22:01:46.314Ztrap 0.245214763
17602026-05-05T22:01:46.314Ztflt 1.235379503
17612026-05-05T22:01:46.314Zdflt 1.627246931
17622026-05-05T22:01:46.314Zkflt 0.025299000
17632026-05-05T22:01:46.314Zlock 22:13.688734911
17642026-05-05T22:01:46.314Zslp 19:14.631129341
17652026-05-05T22:01:46.314Zlat 23.700793462
17662026-05-05T22:01:46.314Zstop 3:01.639923750
17672026-05-05T22:01:46.314Z+ ptime -m cargo xtask download softnpu
17682026-05-05T22:01:46.831Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17692026-05-05T22:01:46.863Z Running `target/debug/xtask download softnpu`
17702026-05-05T22:01:47.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
17712026-05-05T22:01:47.685Z Running `target/debug/xtask-downloader softnpu`
17722026-05-05T22:01:47.730ZMay 05 22:01:46.807 INFO Starting download, target: Softnpu
17732026-05-05T22:01:47.737ZMay 05 22:01:46.808 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17742026-05-05T22:01:48.343ZMay 05 22:01:47.424 INFO Download complete, target: Softnpu
17752026-05-05T22:01:48.346Z
17762026-05-05T22:01:48.349Zreal 2.030725067
17772026-05-05T22:01:48.349Zuser 1.334251640
17782026-05-05T22:01:48.349Zsys 0.663955204
17792026-05-05T22:01:48.349Ztrap 0.000486309
17802026-05-05T22:01:48.349Ztflt 0.000073530
17812026-05-05T22:01:48.349Zdflt 0.000227922
17822026-05-05T22:01:48.350Zkflt 0.000002389
17832026-05-05T22:01:48.350Zlock 11.026005972
17842026-05-05T22:01:48.350Zslp 0.466765764
17852026-05-05T22:01:48.350Zlat 0.086632165
17862026-05-05T22:01:48.350Zstop 0.000185559
17872026-05-05T22:01:48.350Z+ export CARGO_INCREMENTAL=0
17882026-05-05T22:01:48.350Z+ CARGO_INCREMENTAL=0
17892026-05-05T22:01:48.350Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17902026-05-05T22:01:49.239Z Compiling proc-macro2 v1.0.106
17912026-05-05T22:01:49.239Z Compiling quote v1.0.45
17922026-05-05T22:01:49.239Z Compiling unicode-ident v1.0.24
17932026-05-05T22:01:49.239Z Compiling libc v0.2.185
17942026-05-05T22:01:49.246Z Compiling serde_core v1.0.228
17952026-05-05T22:01:49.246Z Compiling serde v1.0.228
17962026-05-05T22:01:49.246Z Compiling cfg-if v1.0.4
17972026-05-05T22:01:49.246Z Compiling version_check v0.9.5
17982026-05-05T22:01:49.387Z Compiling shlex v1.3.0
17992026-05-05T22:01:49.393Z Compiling find-msvc-tools v0.1.9
18002026-05-05T22:01:49.399Z Compiling typenum v1.19.0
18012026-05-05T22:01:49.416Z Compiling autocfg v1.5.0
18022026-05-05T22:01:49.416Z Compiling zmij v1.0.21
18032026-05-05T22:01:49.416Z Compiling serde_json v1.0.149
18042026-05-05T22:01:49.416Z Compiling memchr v2.8.0
18052026-05-05T22:01:49.725Z Compiling generic-array v0.14.7
18062026-05-05T22:01:49.730Z Compiling portable-atomic v1.13.1
18072026-05-05T22:01:49.772Z Compiling zerocopy v0.8.40
18082026-05-05T22:01:49.861Z Compiling libm v0.2.16
18092026-05-05T22:01:49.884Z Compiling num-traits v0.2.19
18102026-05-05T22:01:49.897Z Compiling smallvec v1.15.1
18112026-05-05T22:01:49.902Z Compiling parking_lot_core v0.9.12
18122026-05-05T22:01:49.943Z Compiling icu_normalizer_data v2.1.1
18132026-05-05T22:01:49.960Z Compiling icu_properties_data v2.1.2
18142026-05-05T22:01:50.011Z Compiling itoa v1.0.17
18152026-05-05T22:01:50.161Z Compiling getrandom v0.4.1
18162026-05-05T22:01:50.195Z Compiling log v0.4.29
18172026-05-05T22:01:50.230Z Compiling stable_deref_trait v1.2.1
18182026-05-05T22:01:50.247Z Compiling pkg-config v0.3.32
18192026-05-05T22:01:50.250Z Compiling subtle v2.6.1
18202026-05-05T22:01:50.376Z Compiling scopeguard v1.2.0
18212026-05-05T22:01:50.482Z Compiling jobserver v0.1.34
18222026-05-05T22:01:50.497Z Compiling getrandom v0.2.17
18232026-05-05T22:01:50.528Z Compiling errno v0.3.14
18242026-05-05T22:01:50.560Z Compiling lock_api v0.4.14
18252026-05-05T22:01:50.650Z Compiling rand_core v0.6.4
18262026-05-05T22:01:50.673Z Compiling syn v2.0.117
18272026-05-05T22:01:50.723Z Compiling cc v1.2.56
18282026-05-05T22:01:50.757Z Compiling percent-encoding v2.3.2
18292026-05-05T22:01:50.770Z Compiling writeable v0.6.2
18302026-05-05T22:01:50.773Z Compiling litemap v0.8.1
18312026-05-05T22:01:50.840Z Compiling thiserror v2.0.18
18322026-05-05T22:01:50.857Z Compiling fnv v1.0.7
18332026-05-05T22:01:50.882Z Compiling pin-project-lite v0.2.17
18342026-05-05T22:01:50.994Z Compiling getrandom v0.3.4
18352026-05-05T22:01:51.058Z Compiling critical-section v1.2.0
18362026-05-05T22:01:51.154Z Compiling rustversion v1.0.22
18372026-05-05T22:01:51.201Z Compiling schemars v0.8.22
18382026-05-05T22:01:51.204Z Compiling equivalent v1.0.2
18392026-05-05T22:01:51.222Z Compiling utf8_iter v1.0.4
18402026-05-05T22:01:51.251Z Compiling rand_core v0.10.0
18412026-05-05T22:01:51.269Z Compiling fs_extra v1.3.0
18422026-05-05T22:01:51.352Z Compiling dunce v1.0.5
18432026-05-05T22:01:51.419Z Compiling form_urlencoded v1.2.2
18442026-05-05T22:01:51.476Z Compiling cmake v0.1.57
18452026-05-05T22:01:51.606Z Compiling signal-hook-registry v1.4.8
18462026-05-05T22:01:51.624Z Compiling semver v1.0.28
18472026-05-05T22:01:51.639Z Compiling once_cell v1.21.3
18482026-05-05T22:01:51.784Z Compiling bitflags v2.11.0
18492026-05-05T22:01:51.857Z Compiling hashbrown v0.17.0
18502026-05-05T22:01:51.909Z Compiling const-oid v0.9.6
18512026-05-05T22:01:51.946Z Compiling parking_lot v0.12.5
18522026-05-05T22:01:51.950Z Compiling socket2 v0.6.3
18532026-05-05T22:01:52.001Z Compiling mio v1.2.0
18542026-05-05T22:01:52.055Z Compiling ring v0.17.14
18552026-05-05T22:01:52.094Z Compiling aws-lc-sys v0.37.1
18562026-05-05T22:01:52.110Z Compiling rustix v1.1.3
18572026-05-05T22:01:52.218Z Compiling aws-lc-rs v1.16.0
18582026-05-05T22:01:52.284Z Compiling strsim v0.11.1
18592026-05-05T22:01:52.351Z Compiling indexmap v2.14.0
18602026-05-05T22:01:52.416Z Compiling futures-core v0.3.32
18612026-05-05T22:01:52.452Z Compiling thiserror v1.0.69
18622026-05-05T22:01:52.500Z Compiling httparse v1.10.1
18632026-05-05T22:01:52.564Z Compiling byteorder v1.5.0
18642026-05-05T22:01:52.608Z Compiling ucd-trie v0.1.7
18652026-05-05T22:01:52.728Z Compiling syn v1.0.109
18662026-05-05T22:01:52.765Z Compiling heck v0.5.0
18672026-05-05T22:01:52.791Z Compiling pest v2.8.6
18682026-05-05T22:01:52.810Z Compiling vcpkg v0.2.15
18692026-05-05T22:01:52.845Z Compiling iana-time-zone v0.1.65
18702026-05-05T22:01:52.862Z Compiling ident_case v1.0.1
18712026-05-05T22:01:52.880Z Compiling uuid v1.23.0
18722026-05-05T22:01:52.929Z Compiling cpufeatures v0.2.17
18732026-05-05T22:01:52.965Z Compiling regex-syntax v0.8.10
18742026-05-05T22:01:53.193Z Compiling rustc_version v0.4.1
18752026-05-05T22:01:53.267Z Compiling rustls v0.23.37
18762026-05-05T22:01:53.347Z Compiling futures-sink v0.3.32
18772026-05-05T22:01:53.388Z Compiling openssl-sys v0.9.114
18782026-05-05T22:01:53.447Z Compiling futures-channel v0.3.32
18792026-05-05T22:01:53.484Z Compiling synstructure v0.13.2
18802026-05-05T22:01:53.487Z Compiling serde_derive_internals v0.29.1
18812026-05-05T22:01:53.521Z Compiling futures-task v0.3.32
18822026-05-05T22:01:53.551Z Compiling futures-io v0.3.32
18832026-05-05T22:01:53.601Z Compiling slab v0.4.12
18842026-05-05T22:01:53.747Z Compiling dyn-clone v1.0.20
18852026-05-05T22:01:53.764Z Compiling crc32fast v1.5.0
18862026-05-05T22:01:53.781Z Compiling plain v0.2.3
18872026-05-05T22:01:53.938Z Compiling pest_meta v2.8.6
18882026-05-05T22:01:53.955Z Compiling aho-corasick v1.1.4
18892026-05-05T22:01:53.957Z Compiling crossbeam-utils v0.8.21
18902026-05-05T22:01:53.971Z Compiling num-conv v0.2.0
18912026-05-05T22:01:54.024Z Compiling time-core v0.1.8
18922026-05-05T22:01:54.136Z Compiling base64 v0.22.1
18932026-05-05T22:01:54.188Z Compiling time-macros v0.2.27
18942026-05-05T22:01:54.285Z Compiling openssl v0.10.78
18952026-05-05T22:01:54.358Z Compiling pretty-hex v0.4.1
18962026-05-05T22:01:54.491Z Compiling anyhow v1.0.102
18972026-05-05T22:01:54.508Z Compiling base64ct v1.8.3
18982026-05-05T22:01:54.508Z Compiling darling_core v0.21.3
18992026-05-05T22:01:54.538Z Compiling pest_generator v2.8.6
19002026-05-05T22:01:54.555Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19012026-05-05T22:01:54.646Z Compiling flagset v0.4.7
19022026-05-05T22:01:54.660Z Compiling native-tls v0.2.18
19032026-05-05T22:01:54.693Z Compiling rand_core v0.9.5
19042026-05-05T22:01:54.745Z Compiling serde_derive v1.0.228
19052026-05-05T22:01:54.794Z Compiling zeroize_derive v1.4.3
19062026-05-05T22:01:54.812Z Compiling zerofrom-derive v0.1.6
19072026-05-05T22:01:54.830Z Compiling yoke-derive v0.8.1
19082026-05-05T22:01:54.851Z Compiling zerovec-derive v0.11.2
19092026-05-05T22:01:54.903Z Compiling displaydoc v0.2.5
19102026-05-05T22:01:54.927Z Compiling zerocopy-derive v0.8.40
19112026-05-05T22:01:54.950Z Compiling tokio-macros v2.7.0
19122026-05-05T22:01:55.083Z Compiling futures-macro v0.3.32
19132026-05-05T22:01:55.153Z Compiling thiserror-impl v2.0.18
19142026-05-05T22:01:55.176Z Compiling schemars_derive v0.8.22
19152026-05-05T22:01:55.199Z Compiling tracing-attributes v0.1.31
19162026-05-05T22:01:55.380Z Compiling der_derive v0.7.3
19172026-05-05T22:01:55.410Z Compiling zeroize v1.8.2
19182026-05-05T22:01:55.677Z Compiling thiserror-impl v1.0.69
19192026-05-05T22:01:55.835Z Compiling pest_derive v2.8.6
19202026-05-05T22:01:55.866Z Compiling futures-util v0.3.32
19212026-05-05T22:01:55.895Z Compiling regex-automata v0.4.14
19222026-05-05T22:01:55.958Z Compiling zerofrom v0.1.6
19232026-05-05T22:01:56.104Z Compiling yoke v0.8.1
19242026-05-05T22:01:56.223Z Compiling crypto-common v0.1.7
19252026-05-05T22:01:56.327Z Compiling zerovec v0.11.5
19262026-05-05T22:01:56.346Z Compiling zerotrie v0.2.3
19272026-05-05T22:01:56.431Z Compiling block-buffer v0.10.4
19282026-05-05T22:01:56.528Z Compiling block-padding v0.3.3
19292026-05-05T22:01:56.580Z Compiling digest v0.10.7
19302026-05-05T22:01:56.690Z Compiling inout v0.1.4
19312026-05-05T22:01:56.707Z Compiling rustls-pki-types v1.14.0
19322026-05-05T22:01:56.812Z Compiling hmac v0.12.1
19332026-05-05T22:01:56.815Z Compiling sha2 v0.10.9
19342026-05-05T22:01:56.815Z Compiling scroll_derive v0.12.1
19352026-05-05T22:01:56.874Z Compiling tinystr v0.8.2
19362026-05-05T22:01:56.890Z Compiling potential_utf v0.1.4
19372026-05-05T22:01:56.938Z Compiling cipher v0.4.4
19382026-05-05T22:01:56.973Z Compiling scroll_derive v0.13.1
19392026-05-05T22:01:57.098Z Compiling icu_locale_core v2.1.1
19402026-05-05T22:01:57.116Z Compiling icu_collections v2.1.1
19412026-05-05T22:01:57.212Z Compiling pem-rfc7468 v0.7.0
19422026-05-05T22:01:57.376Z Compiling openssl-macros v0.1.1
19432026-05-05T22:01:57.540Z Compiling der v0.7.10
19442026-05-05T22:01:57.763Z Compiling darling_macro v0.21.3
19452026-05-05T22:01:57.795Z Compiling icu_provider v2.1.1
19462026-05-05T22:01:57.897Z Compiling bytes v1.11.1
19472026-05-05T22:01:57.989Z Compiling chrono v0.4.44
19482026-05-05T22:01:58.011Z Compiling serde_tokenstream v0.2.3
19492026-05-05T22:01:58.011Z Compiling zerocopy-derive v0.7.35
19502026-05-05T22:01:58.234Z Compiling icu_properties v2.1.2
19512026-05-05T22:01:58.262Z Compiling icu_normalizer v2.1.1
19522026-05-05T22:01:58.350Z Compiling regex v1.12.3
19532026-05-05T22:01:58.565Z Compiling tokio v1.52.1
19542026-05-05T22:01:58.795Z Compiling http v1.4.0
19552026-05-05T22:01:58.943Z Compiling slog v2.8.2
19562026-05-05T22:01:59.153Z Compiling idna_adapter v1.2.1
19572026-05-05T22:01:59.154Z Compiling tracing-core v0.1.36
19582026-05-05T22:01:59.316Z Compiling idna v1.1.0
19592026-05-05T22:01:59.441Z Compiling ppv-lite86 v0.2.21
19602026-05-05T22:01:59.581Z Compiling untrusted v0.9.0
19612026-05-05T22:01:59.714Z Compiling url v2.5.8
19622026-05-05T22:01:59.731Z Compiling tracing v0.1.44
19632026-05-05T22:01:59.812Z Compiling spki v0.7.3
19642026-05-05T22:01:59.858Z Compiling darling v0.21.3
19652026-05-05T22:01:59.957Z Compiling salsa20 v0.10.2
19662026-05-05T22:01:59.986Z Compiling pbkdf2 v0.12.2
19672026-05-05T22:02:00.261Z Compiling cookie v0.18.1
19682026-05-05T22:02:00.461Z Compiling camino v1.2.2
19692026-05-05T22:02:00.665Z Compiling scrypt v0.11.0
19702026-05-05T22:02:00.712Z Compiling rand_chacha v0.9.0
19712026-05-05T22:02:00.755Z Compiling cbc v0.1.2
19722026-05-05T22:02:00.772Z Compiling aes v0.8.4
19732026-05-05T22:02:01.352Z Compiling usdt-impl v0.5.0
19742026-05-05T22:02:01.368Z Compiling ref-cast v1.0.25
19752026-05-05T22:02:01.394Z Compiling usdt-impl v0.6.0
19762026-05-05T22:02:01.410Z Compiling either v1.15.0
19772026-05-05T22:02:01.464Z Compiling paste v1.0.15
19782026-05-05T22:02:01.593Z Compiling winnow v0.7.14
19792026-05-05T22:02:01.687Z Compiling pkcs5 v0.7.1
19802026-05-05T22:02:01.778Z Compiling rand v0.9.2
19812026-05-05T22:02:01.794Z Compiling http-body v1.0.1
19822026-05-05T22:02:01.966Z Compiling toml_datetime v0.6.11
19832026-05-05T22:02:02.091Z Compiling serde_spanned v0.6.9
19842026-05-05T22:02:02.108Z Compiling scroll v0.13.0
19852026-05-05T22:02:02.144Z Compiling scroll v0.12.0
19862026-05-05T22:02:02.248Z Compiling heapless v0.7.17
19872026-05-05T22:02:02.266Z Compiling tokio-util v0.7.18
19882026-05-05T22:02:02.346Z Compiling bzip2-sys v0.1.13+1.0.8
19892026-05-05T22:02:02.392Z Compiling zstd-safe v7.2.4
19902026-05-05T22:02:02.427Z Compiling atomic-waker v1.1.2
19912026-05-05T22:02:02.530Z Compiling signal-hook v0.3.18
19922026-05-05T22:02:02.585Z Compiling untrusted v0.7.1
19932026-05-05T22:02:02.626Z Compiling openssl-probe v0.2.1
19942026-05-05T22:02:02.704Z Compiling goblin v0.8.2
19952026-05-05T22:02:02.812Z Compiling goblin v0.10.5
19962026-05-05T22:02:02.927Z Compiling toml_parser v1.0.9+spec-1.1.0
19972026-05-05T22:02:03.066Z Compiling pkcs8 v0.10.2
19982026-05-05T22:02:03.250Z Compiling zerocopy v0.7.35
19992026-05-05T22:02:03.371Z Compiling ref-cast-impl v1.0.25
20002026-05-05T22:02:03.499Z Compiling curve25519-dalek v4.1.3
20012026-05-05T22:02:03.534Z Compiling darling_core v0.20.11
20022026-05-05T22:02:03.698Z Compiling toml_datetime v0.7.5+spec-1.1.0
20032026-05-05T22:02:03.739Z Compiling memoffset v0.9.1
20042026-05-05T22:02:03.762Z Compiling tower-layer v0.3.3
20052026-05-05T22:02:03.818Z Compiling try-lock v0.2.5
20062026-05-05T22:02:03.913Z Compiling rustix v0.38.44
20072026-05-05T22:02:03.944Z Compiling litrs v1.0.0
20082026-05-05T22:02:03.993Z Compiling winnow v0.5.40
20092026-05-05T22:02:04.250Z Compiling tinyvec_macros v0.1.1
20102026-05-05T22:02:04.331Z Compiling tower-service v0.3.3
20112026-05-05T22:02:04.447Z Compiling fastrand v2.3.0
20122026-05-05T22:02:04.682Z Compiling want v0.3.1
20132026-05-05T22:02:04.750Z Compiling h2 v0.4.13
20142026-05-05T22:02:04.784Z Compiling document-features v0.2.12
20152026-05-05T22:02:04.859Z Compiling dof v0.3.0
20162026-05-05T22:02:04.878Z Compiling tinyvec v1.10.0
20172026-05-05T22:02:05.313Z Compiling toml_edit v0.19.15
20182026-05-05T22:02:05.463Z Compiling darling_macro v0.20.11
20192026-05-05T22:02:05.479Z Compiling dof v0.4.0
20202026-05-05T22:02:05.724Z Compiling dtrace-parser v0.2.0
20212026-05-05T22:02:05.781Z Compiling dtrace-parser v0.3.0
20222026-05-05T22:02:05.886Z Compiling ipnet v2.11.0
20232026-05-05T22:02:06.296Z Compiling daft-derive v0.1.5
20242026-05-05T22:02:06.335Z Compiling async-trait v0.1.89
20252026-05-05T22:02:06.370Z Compiling spin v0.9.8
20262026-05-05T22:02:06.389Z Compiling thread-id v5.1.0
20272026-05-05T22:02:06.405Z Compiling thread-id v4.2.2
20282026-05-05T22:02:06.497Z Compiling pin-utils v0.1.0
20292026-05-05T22:02:06.511Z Compiling httpdate v1.0.3
20302026-05-05T22:02:06.543Z Compiling powerfmt v0.2.0
20312026-05-05T22:02:06.662Z Compiling smoltcp v0.9.1
20322026-05-05T22:02:06.700Z Compiling num-bigint-dig v0.8.6
20332026-05-05T22:02:06.736Z Compiling cfg_aliases v0.2.1
20342026-05-05T22:02:06.824Z Compiling foreign-types-shared v0.1.1
20352026-05-05T22:02:06.840Z Compiling nix v0.31.2
20362026-05-05T22:02:06.876Z Compiling tempfile v3.25.0
20372026-05-05T22:02:06.918Z Compiling foreign-types v0.3.2
20382026-05-05T22:02:06.935Z Compiling deranged v0.5.8
20392026-05-05T22:02:07.225Z Compiling darling v0.20.11
20402026-05-05T22:02:07.295Z Compiling ipnetwork v0.21.1
20412026-05-05T22:02:07.568Z Compiling curve25519-dalek-derive v0.1.1
20422026-05-05T22:02:07.624Z Compiling strum_macros v0.26.4
20432026-05-05T22:02:07.765Z Compiling hyper v1.8.1
20442026-05-05T22:02:07.812Z Compiling wait-timeout v0.2.1
20452026-05-05T22:02:07.984Z Compiling bit-vec v0.8.0
20462026-05-05T22:02:08.093Z Compiling simd-adler32 v0.3.8
20472026-05-05T22:02:08.200Z Compiling anstyle v1.0.13
20482026-05-05T22:02:08.234Z Compiling num_threads v0.1.7
20492026-05-05T22:02:08.319Z Compiling siphasher v1.0.2
20502026-05-05T22:02:08.344Z Compiling quick-error v1.2.3
20512026-05-05T22:02:08.453Z Compiling utf8parse v0.2.2
20522026-05-05T22:02:08.492Z Compiling rusty-fork v0.3.1
20532026-05-05T22:02:08.614Z Compiling time v0.3.47
20542026-05-05T22:02:08.631Z Compiling anstyle-parse v0.2.7
20552026-05-05T22:02:08.656Z Compiling bit-set v0.8.0
20562026-05-05T22:02:08.846Z Compiling hyper-util v0.1.20
20572026-05-05T22:02:08.984Z Compiling derive_builder_core v0.20.2
20582026-05-05T22:02:09.222Z Compiling unicode-normalization v0.1.25
20592026-05-05T22:02:09.718Z Compiling rustls-native-certs v0.8.3
20602026-05-05T22:02:09.798Z Compiling signature v2.2.0
20612026-05-05T22:02:09.969Z Compiling hubpack_derive v0.1.1
20622026-05-05T22:02:09.986Z Compiling rand_xorshift v0.4.0
20632026-05-05T22:02:10.149Z Compiling strum_macros v0.27.2
20642026-05-05T22:02:10.211Z Compiling sync_wrapper v1.0.2
20652026-05-05T22:02:10.249Z Compiling fs-err v3.3.0
20662026-05-05T22:02:10.335Z Compiling ahash v0.8.12
20672026-05-05T22:02:10.414Z Compiling allocator-api2 v0.2.21
20682026-05-05T22:02:10.428Z Compiling object v0.37.3
20692026-05-05T22:02:10.500Z Compiling unicode-segmentation v1.12.0
20702026-05-05T22:02:10.588Z Compiling unarray v0.1.4
20712026-05-05T22:02:10.725Z Compiling adler2 v2.0.1
20722026-05-05T22:02:10.739Z Compiling unicode-properties v0.1.4
20732026-05-05T22:02:10.773Z Compiling is_terminal_polyfill v1.70.2
20742026-05-05T22:02:10.880Z Compiling colorchoice v1.0.4
20752026-05-05T22:02:10.902Z Compiling unicode-bidi v0.3.18
20762026-05-05T22:02:10.924Z Compiling anstyle-query v1.1.5
20772026-05-05T22:02:10.935Z Compiling miniz_oxide v0.8.9
20782026-05-05T22:02:10.975Z Compiling proptest v1.10.0
20792026-05-05T22:02:11.059Z Compiling anstream v0.6.21
20802026-05-05T22:02:11.392Z Compiling stringprep v0.1.5
20812026-05-05T22:02:11.520Z Compiling tower v0.5.3
20822026-05-05T22:02:11.721Z Compiling derive_builder_macro v0.20.2
20832026-05-05T22:02:11.782Z Compiling usdt-attr-macro v0.6.0
20842026-05-05T22:02:11.813Z Compiling usdt-macro v0.6.0
20852026-05-05T22:02:12.303Z Compiling http-body-util v0.1.3
20862026-05-05T22:02:12.539Z Compiling webpki-roots v1.0.6
20872026-05-05T22:02:12.599Z Compiling rand_chacha v0.3.1
20882026-05-05T22:02:12.628Z Compiling erased-serde v0.3.31
20892026-05-05T22:02:12.630Z Compiling md-5 v0.10.6
20902026-05-05T22:02:12.698Z Compiling num-integer v0.1.46
20912026-05-05T22:02:12.820Z Compiling hash32 v0.2.1
20922026-05-05T22:02:12.869Z Compiling vergen-lib v0.1.6
20932026-05-05T22:02:12.907Z Compiling ff v0.13.1
20942026-05-05T22:02:12.986Z Compiling ryu v1.0.23
20952026-05-05T22:02:13.004Z Compiling base16ct v0.2.0
20962026-05-05T22:02:13.023Z Compiling iri-string v0.7.10
20972026-05-05T22:02:13.039Z Compiling zlib-rs v0.6.2
20982026-05-05T22:02:13.065Z Compiling fallible-iterator v0.2.0
20992026-05-05T22:02:13.085Z Compiling psl-types v2.0.11
21002026-05-05T22:02:13.196Z Compiling sec1 v0.7.3
21012026-05-05T22:02:13.237Z Compiling publicsuffix v2.3.0
21022026-05-05T22:02:13.274Z Compiling serde_urlencoded v0.7.1
21032026-05-05T22:02:13.367Z Compiling postgres-protocol v0.6.10
21042026-05-05T22:02:13.386Z Compiling group v0.13.0
21052026-05-05T22:02:13.400Z Compiling newtype-uuid v1.3.2
21062026-05-05T22:02:13.556Z Compiling num-iter v0.1.45
21072026-05-05T22:02:13.696Z Compiling rand v0.8.5
21082026-05-05T22:02:13.922Z Compiling derive_builder v0.20.2
21092026-05-05T22:02:13.939Z Compiling oxnet v0.1.4
21102026-05-05T22:02:14.008Z Compiling tokio-native-tls v0.3.1
21112026-05-05T22:02:14.070Z Compiling heck v0.4.1
21122026-05-05T22:02:14.093Z Compiling phf_shared v0.13.1
21132026-05-05T22:02:14.185Z Compiling tower-http v0.6.8
21142026-05-05T22:02:14.255Z Compiling lazy_static v1.5.0
21152026-05-05T22:02:14.329Z Compiling terminal_size v0.4.3
21162026-05-05T22:02:14.366Z Compiling serde_with_macros v3.17.0
21172026-05-05T22:02:14.366Z Compiling cargo-platform v0.1.9
21182026-05-05T22:02:14.399Z Compiling hkdf v0.12.4
21192026-05-05T22:02:14.435Z Compiling crypto-bigint v0.5.5
21202026-05-05T22:02:14.451Z Compiling enum-as-inner v0.6.1
21212026-05-05T22:02:14.504Z Compiling clap_derive v4.5.55
21222026-05-05T22:02:14.586Z Compiling serde_repr v0.1.20
21232026-05-05T22:02:14.603Z Compiling vergen v9.0.6
21242026-05-05T22:02:14.671Z Compiling bitflags v1.3.2
21252026-05-05T22:02:14.760Z Compiling foldhash v0.2.0
21262026-05-05T22:02:14.818Z Compiling managed v0.8.0
21272026-05-05T22:02:14.836Z Compiling bumpalo v3.20.2
21282026-05-05T22:02:14.984Z Compiling libbz2-rs-sys v0.2.2
21292026-05-05T22:02:15.017Z Compiling foldhash v0.1.5
21302026-05-05T22:02:15.098Z Compiling flate2 v1.1.9
21312026-05-05T22:02:15.133Z Compiling clap_lex v1.0.0
21322026-05-05T22:02:15.216Z Compiling hashbrown v0.15.5
21332026-05-05T22:02:15.313Z Compiling clap_builder v4.5.60
21342026-05-05T22:02:15.402Z Compiling bzip2 v0.6.1
21352026-05-05T22:02:15.418Z Compiling elliptic-curve v0.13.8
21362026-05-05T22:02:15.510Z Compiling zopfli v0.8.3
21372026-05-05T22:02:15.537Z Compiling hashbrown v0.16.1
21382026-05-05T22:02:15.775Z Compiling cargo_metadata v0.19.2
21392026-05-05T22:02:16.146Z Compiling phf v0.13.1
21402026-05-05T22:02:16.146Z Compiling daft v0.1.5
21412026-05-05T22:02:16.177Z Compiling hyper-tls v0.6.0
21422026-05-05T22:02:16.232Z Compiling zstd v0.13.3
21432026-05-05T22:02:16.371Z Compiling signal-hook-mio v0.2.5
21442026-05-05T22:02:16.462Z Compiling cookie_store v0.22.1
21452026-05-05T22:02:16.504Z Compiling postgres-types v0.2.12
21462026-05-05T22:02:16.554Z Compiling bzip2 v0.4.4
21472026-05-05T22:02:16.771Z Compiling strum v0.27.2
21482026-05-05T22:02:16.881Z Compiling hubpack v0.1.2
21492026-05-05T22:02:16.974Z Compiling ed25519 v2.2.3
21502026-05-05T22:02:16.994Z Compiling phf_shared v0.11.3
21512026-05-05T22:02:17.055Z Compiling crossbeam-epoch v0.9.18
21522026-05-05T22:02:17.095Z Compiling pkcs1 v0.7.5
21532026-05-05T22:02:17.138Z Compiling bstr v1.12.1
21542026-05-05T22:02:17.180Z Compiling serde-big-array v0.5.1
21552026-05-05T22:02:17.215Z Compiling hex v0.4.3
21562026-05-05T22:02:17.350Z Compiling rfc6979 v0.4.0
21572026-05-05T22:02:17.501Z Compiling float-cmp v0.10.0
21582026-05-05T22:02:17.519Z Compiling memmap2 v0.9.10
21592026-05-05T22:02:17.522Z Compiling env_filter v1.0.0
21602026-05-05T22:02:17.573Z Compiling encoding_rs v0.8.35
21612026-05-05T22:02:17.644Z Compiling data-encoding v2.10.0
21622026-05-05T22:02:17.677Z Compiling static_assertions v1.1.0
21632026-05-05T22:02:17.717Z Compiling predicates-core v1.0.10
21642026-05-05T22:02:17.743Z Compiling mime v0.3.17
21652026-05-05T22:02:17.763Z Compiling toml_write v0.1.2
21662026-05-05T22:02:17.776Z Compiling keccak v0.1.6
21672026-05-05T22:02:17.795Z Compiling jiff v0.2.21
21682026-05-05T22:02:17.826Z Compiling fixedbitset v0.4.2
21692026-05-05T22:02:17.910Z Compiling whoami v2.1.0
21702026-05-05T22:02:17.921Z Compiling new_debug_unreachable v1.0.6
21712026-05-05T22:02:17.982Z Compiling precomputed-hash v0.1.1
21722026-05-05T22:02:18.003Z Compiling rustc-hash v2.1.1
21732026-05-05T22:02:18.006Z Compiling normalize-line-endings v0.3.0
21742026-05-05T22:02:18.037Z Compiling difflib v0.4.0
21752026-05-05T22:02:18.054Z Compiling fixedbitset v0.5.7
21762026-05-05T22:02:18.094Z Compiling string_cache v0.8.9
21772026-05-05T22:02:18.142Z Compiling tokio-postgres v0.7.16
21782026-05-05T22:02:18.159Z Compiling iddqd v0.3.18
21792026-05-05T22:02:18.265Z Compiling petgraph v0.8.3
21802026-05-05T22:02:18.336Z Compiling predicates v3.1.4
21812026-05-05T22:02:18.353Z Compiling petgraph v0.6.5
21822026-05-05T22:02:18.498Z Compiling hickory-proto v0.25.2
21832026-05-05T22:02:18.811Z Compiling sha3 v0.10.8
21842026-05-05T22:02:18.899Z Compiling toml_edit v0.22.27
21852026-05-05T22:02:18.920Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21862026-05-05T22:02:19.058Z Compiling env_logger v0.11.9
21872026-05-05T22:02:19.270Z Compiling usdt v0.6.0
21882026-05-05T22:02:19.549Z Compiling similar v2.7.0
21892026-05-05T22:02:19.830Z Compiling serde_with v3.17.0
21902026-05-05T22:02:20.180Z Compiling ecdsa v0.16.9
21912026-05-05T22:02:20.199Z Compiling rsa v0.9.10
21922026-05-05T22:02:20.295Z Compiling ed25519-dalek v2.2.0
21932026-05-05T22:02:20.594Z Compiling zip v4.6.1
21942026-05-05T22:02:21.480Z Compiling crossterm v0.28.1
21952026-05-05T22:02:21.521Z Compiling clap v4.5.60
21962026-05-05T22:02:21.538Z Compiling zip v0.6.6
21972026-05-05T22:02:21.740Z Compiling strum v0.26.3
21982026-05-05T22:02:21.950Z Compiling toml v0.7.8
21992026-05-05T22:02:21.966Z Compiling tokio-stream v0.1.18
22002026-05-05T22:02:21.986Z Compiling buf-list v1.1.2
22012026-05-05T22:02:22.018Z Compiling itertools v0.13.0
22022026-05-05T22:02:22.114Z Compiling x509-cert v0.2.5
22032026-05-05T22:02:22.262Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
22042026-05-05T22:02:22.514Z Compiling openapiv3 v2.2.0
22052026-05-05T22:02:22.687Z Compiling sha1 v0.10.6
22062026-05-05T22:02:22.903Z Compiling lalrpop-util v0.19.12
22072026-05-05T22:02:22.992Z Compiling peg-runtime v0.8.5
22082026-05-05T22:02:39.181Z Compiling macaddr v1.0.1
22092026-05-05T22:02:39.362Z Compiling structmeta-derive v0.3.0
22102026-05-05T22:02:39.436Z Compiling crucible-workspace-hack v0.1.0
22112026-05-05T22:02:39.481Z Compiling rayon-core v1.13.0
22122026-05-05T22:02:39.498Z Compiling itertools v0.14.0
22132026-05-05T22:02:39.755Z Compiling secrecy v0.10.3
22142026-05-05T22:02:39.771Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22152026-05-05T22:02:39.795Z Compiling rustls v0.22.4
22162026-05-05T22:02:39.944Z Compiling heapless v0.8.0
22172026-05-05T22:02:40.088Z Compiling crossbeam-deque v0.8.6
22182026-05-05T22:02:40.115Z Compiling toml_edit v0.23.10+spec-1.0.0
22192026-05-05T22:02:40.177Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22202026-05-05T22:02:40.328Z Compiling rustls-webpki v0.102.8
22212026-05-05T22:02:40.351Z Compiling futures-executor v0.3.32
22222026-05-05T22:02:40.373Z Compiling structmeta v0.3.0
22232026-05-05T22:02:40.491Z Compiling hash32 v0.3.1
22242026-05-05T22:02:40.603Z Compiling thread_local v1.1.9
22252026-05-05T22:02:40.657Z Compiling multer v3.1.0
22262026-05-05T22:02:40.684Z Compiling compression-core v0.4.31
22272026-05-05T22:02:40.705Z Compiling unicode-width v0.2.0
22282026-05-05T22:02:40.751Z Compiling ingot-macros v0.1.1
22292026-05-05T22:02:40.768Z Compiling slog-async v2.8.0
22302026-05-05T22:02:40.850Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22312026-05-05T22:02:40.879Z Compiling smoltcp v0.11.0
22322026-05-05T22:02:40.895Z Compiling match_cfg v0.1.0
22332026-05-05T22:02:40.961Z Compiling hostname v0.3.1
22342026-05-05T22:02:41.044Z Compiling compression-codecs v0.4.37
22352026-05-05T22:02:41.062Z Compiling proc-macro-crate v3.4.0
22362026-05-05T22:02:41.151Z Compiling derive-ex v0.1.8
22372026-05-05T22:02:41.169Z Compiling rustls-webpki v0.103.9
22382026-05-05T22:02:41.235Z Compiling futures v0.3.32
22392026-05-05T22:02:41.449Z Compiling slog-json v2.6.1
22402026-05-05T22:02:41.532Z Compiling crossbeam-channel v0.5.15
22412026-05-05T22:02:41.570Z Compiling half v2.7.1
22422026-05-05T22:02:41.731Z Compiling newtype-uuid-macros v0.1.0
22432026-05-05T22:02:41.885Z Compiling thiserror-impl-no-std v2.0.2
22442026-05-05T22:02:41.954Z Compiling cobs v0.3.0
22452026-05-05T22:02:42.002Z Compiling universal-hash v0.5.1
22462026-05-05T22:02:42.171Z Compiling async-stream-impl v0.3.6
22472026-05-05T22:02:42.187Z Compiling serde_spanned v1.0.4
22482026-05-05T22:02:42.242Z Compiling toml_datetime v1.0.0+spec-1.1.0
22492026-05-05T22:02:42.264Z Compiling is-terminal v0.4.17
22502026-05-05T22:02:42.379Z Compiling dropshot v0.17.0
22512026-05-05T22:02:42.395Z Compiling proc-macro-error-attr v1.0.4
22522026-05-05T22:02:42.476Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22532026-05-05T22:02:42.598Z Compiling term v1.2.1
22542026-05-05T22:02:42.614Z Compiling take_mut v0.2.2
22552026-05-05T22:02:42.684Z Compiling convert_case v0.4.0
22562026-05-05T22:02:42.700Z Compiling ciborium-io v0.2.2
22572026-05-05T22:02:42.719Z Compiling toml_writer v1.0.6+spec-1.1.0
22582026-05-05T22:02:42.733Z Compiling opaque-debug v0.3.1
22592026-05-05T22:02:42.751Z Compiling test-strategy v0.4.5
22602026-05-05T22:02:42.767Z Compiling async-stream v0.3.6
22612026-05-05T22:02:42.818Z Compiling poly1305 v0.8.0
22622026-05-05T22:02:42.834Z Compiling ciborium-ll v0.2.2
22632026-05-05T22:02:42.948Z Compiling thiserror-no-std v2.0.2
22642026-05-05T22:02:43.003Z Compiling toml v1.0.6+spec-1.1.0
22652026-05-05T22:02:43.019Z Compiling derive_more v0.99.20
22662026-05-05T22:02:43.037Z Compiling slog-term v2.9.2
22672026-05-05T22:02:43.166Z Compiling tokio-rustls v0.25.0
22682026-05-05T22:02:43.187Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22692026-05-05T22:02:43.423Z Compiling ingot-types v0.1.2
22702026-05-05T22:02:43.439Z Compiling postcard v1.1.3
22712026-05-05T22:02:43.832Z Compiling ingot v0.1.1
22722026-05-05T22:02:43.891Z Compiling slog-bunyan v2.5.0
22732026-05-05T22:02:44.048Z Compiling num_enum_derive v0.7.5
22742026-05-05T22:02:44.090Z Compiling async-compression v0.4.41
22752026-05-05T22:02:44.289Z Compiling parse-display-derive v0.10.0
22762026-05-05T22:02:44.388Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22772026-05-05T22:02:44.580Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22782026-05-05T22:02:44.616Z Compiling proc-macro-crate v1.3.1
22792026-05-05T22:02:44.835Z Compiling tokio-rustls v0.26.4
22802026-05-05T22:02:44.972Z Compiling rustls-platform-verifier v0.6.2
22812026-05-05T22:02:45.007Z Compiling backon v1.6.0
22822026-05-05T22:02:45.092Z Compiling hyper-rustls v0.27.7
22832026-05-05T22:02:45.128Z Compiling waitgroup v0.1.2
22842026-05-05T22:02:45.191Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22852026-05-05T22:02:45.222Z Compiling password-hash v0.5.0
22862026-05-05T22:02:45.315Z Compiling dropshot_endpoint v0.17.0
22872026-05-05T22:02:45.332Z Compiling reqwest v0.13.2
22882026-05-05T22:02:45.335Z Compiling reqwest v0.12.28
22892026-05-05T22:02:45.427Z Compiling chacha20 v0.9.1
22902026-05-05T22:02:45.706Z Compiling rustls-pemfile v2.2.0
22912026-05-05T22:02:45.757Z Compiling blake2 v0.10.6
22922026-05-05T22:02:45.780Z Compiling aead v0.5.2
22932026-05-05T22:02:45.962Z Compiling foreign-types-macros v0.2.3
22942026-05-05T22:02:46.000Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22952026-05-05T22:02:46.030Z Compiling serde_path_to_error v0.1.20
22962026-05-05T22:02:46.086Z Compiling hostname v0.4.2
22972026-05-05T22:02:46.196Z Compiling instant v0.1.13
22982026-05-05T22:02:46.281Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22992026-05-05T22:02:46.321Z Compiling proc-macro-error v1.0.4
23002026-05-05T22:02:46.324Z Compiling typeid v1.0.3
23012026-05-05T22:02:46.357Z Compiling cpufeatures v0.3.0
23022026-05-05T22:02:46.380Z Compiling foreign-types-shared v0.3.1
23032026-05-05T22:02:46.451Z Compiling debug-ignore v1.0.5
23042026-05-05T22:02:46.468Z Compiling chacha20 v0.10.0
23052026-05-05T22:02:46.500Z Compiling backoff v0.4.0
23062026-05-05T22:02:46.524Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23072026-05-05T22:02:46.589Z Compiling argon2 v0.5.3
23082026-05-05T22:02:46.606Z Compiling chacha20poly1305 v0.10.1
23092026-05-05T22:02:46.610Z Compiling foreign-types v0.5.0
23102026-05-05T22:02:46.704Z Compiling parse-display v0.10.0
23112026-05-05T22:02:46.707Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23122026-05-05T22:02:46.743Z Compiling num_enum v0.7.5
23132026-05-05T22:02:46.759Z Compiling num_enum_derive v0.5.11
23142026-05-05T22:02:46.761Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23152026-05-05T22:02:46.797Z Compiling vsss-rs v3.3.4
23162026-05-05T22:02:46.894Z Compiling ciborium v0.2.2
23172026-05-05T22:02:47.114Z Compiling tabwriter v1.4.1
23182026-05-05T22:02:47.152Z Compiling regress v0.10.5
23192026-05-05T22:02:47.510Z Compiling byte-wrapper v0.1.0
23202026-05-05T22:02:47.633Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23212026-05-05T22:02:47.653Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23222026-05-05T22:02:47.706Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23232026-05-05T22:02:47.757Z Compiling cstr-argument v0.1.2
23242026-05-05T22:02:47.948Z Compiling erased-serde v0.4.9
23252026-05-05T22:02:48.097Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23262026-05-05T22:02:48.259Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23272026-05-05T22:02:48.285Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23282026-05-05T22:02:48.303Z Compiling num_enum v0.5.11
23292026-05-05T22:02:48.355Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23302026-05-05T22:02:48.432Z Compiling rand v0.10.0
23312026-05-05T22:02:48.451Z Compiling rayon v1.11.0
23322026-05-05T22:02:48.562Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23332026-05-05T22:02:48.609Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23342026-05-05T22:02:48.631Z Compiling libefi-sys v0.1.0
23352026-05-05T22:02:48.651Z Compiling indent_write v2.2.0
23362026-05-05T22:02:48.721Z Compiling colored v3.1.1
23372026-05-05T22:02:48.740Z Compiling zone_cfg_derive v0.3.1
23382026-05-05T22:02:48.743Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23392026-05-05T22:02:48.777Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23402026-05-05T22:02:48.886Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23412026-05-05T22:02:48.948Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23422026-05-05T22:02:49.002Z Compiling camino-tempfile v1.4.1
23432026-05-05T22:02:49.163Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23442026-05-05T22:02:49.240Z Compiling itertools v0.12.1
23452026-05-05T22:02:49.370Z Compiling usdt-macro v0.5.0
23462026-05-05T22:02:49.408Z Compiling usdt-attr-macro v0.5.0
23472026-05-05T22:02:49.425Z Compiling num-derive v0.4.2
23482026-05-05T22:02:49.428Z Compiling bitfield-struct v0.6.2
23492026-05-05T22:02:49.460Z Compiling ordered-float v2.10.1
23502026-05-05T22:02:49.586Z Compiling blake3 v1.8.3
23512026-05-05T22:02:49.761Z Compiling memmap v0.7.0
23522026-05-05T22:02:49.962Z Compiling sigpipe v0.1.3
23532026-05-05T22:02:50.016Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23542026-05-05T22:02:50.076Z Compiling glob v0.3.3
23552026-05-05T22:02:50.092Z Compiling swrite v0.1.0
23562026-05-05T22:02:50.110Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23572026-05-05T22:02:50.171Z Compiling usdt v0.5.0
23582026-05-05T22:02:50.264Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23592026-05-05T22:02:50.323Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23602026-05-05T22:02:50.455Z Compiling serde-value v0.7.0
23612026-05-05T22:02:50.619Z Compiling zone v0.3.1
23622026-05-05T22:02:50.660Z Compiling serde-untagged v0.1.9
23632026-05-05T22:02:50.726Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23642026-05-05T22:02:50.948Z Compiling toml v0.8.23
23652026-05-05T22:02:51.006Z Compiling smf v0.2.3
23662026-05-05T22:02:51.043Z Compiling filetime v0.2.27
23672026-05-05T22:02:51.046Z Compiling whoami v1.6.1
23682026-05-05T22:02:51.046Z Compiling arrayref v0.3.9
23692026-05-05T22:02:51.046Z Compiling same-file v1.0.6
23702026-05-05T22:02:51.152Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23712026-05-05T22:02:51.172Z Compiling unicode-xid v0.2.6
23722026-05-05T22:02:51.250Z Compiling arrayvec v0.7.6
23732026-05-05T22:02:51.280Z Compiling xattr v1.6.1
23742026-05-05T22:02:51.320Z Compiling constant_time_eq v0.4.2
23752026-05-05T22:02:51.323Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-05-05T22:02:51.369Z Compiling walkdir v2.5.0
23772026-05-05T22:02:51.548Z Compiling cargo-util-schemas v0.8.2
23782026-05-05T22:02:51.548Z Compiling tar v0.4.45
23792026-05-05T22:02:51.580Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23802026-05-05T22:02:51.836Z Compiling tokio-dtrace v0.1.1
23812026-05-05T22:02:51.875Z Compiling console v0.16.2
23822026-05-05T22:02:52.051Z Compiling gethostname v0.5.0
23832026-05-05T22:02:52.122Z Compiling cargo-platform v0.2.0
23842026-05-05T22:02:52.202Z Compiling unit-prefix v0.5.2
23852026-05-05T22:02:52.221Z Compiling topological-sort v0.2.2
23862026-05-05T22:02:52.224Z Compiling oxide-tokio-rt v0.1.4
23872026-05-05T22:02:52.224Z Compiling shell-words v1.1.1
23882026-05-05T22:02:52.387Z Compiling indicatif v0.18.4
23892026-05-05T22:02:52.447Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23902026-05-05T22:02:52.829Z Compiling cargo_metadata v0.21.0
23912026-05-05T22:03:01.707Z Compiling progenitor-client v0.14.0
23922026-05-05T22:03:01.725Z Compiling progenitor-client v0.10.0
23932026-05-05T22:03:01.725Z Compiling omicron-zone-package v0.12.2
23942026-05-05T22:03:01.824Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23952026-05-05T22:03:01.824Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23962026-05-05T22:03:01.860Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23972026-05-05T22:03:01.884Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23982026-05-05T22:03:02.165Z Compiling progenitor-extras v0.2.0
23992026-05-05T22:03:02.198Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24002026-05-05T22:03:02.225Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24012026-05-05T22:03:02.243Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24022026-05-05T22:03:02.269Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24032026-05-05T22:03:02.378Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24042026-05-05T22:03:06.943Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24052026-05-05T22:03:14.353Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24062026-05-05T22:03:17.468Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24072026-05-05T22:03:18.471Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24082026-05-05T22:03:27.657Z Finished `release` profile [optimized] target(s) in 1m 39s
24092026-05-05T22:03:27.807Z Running `target/release/omicron-package -t test target create -p dev`
24102026-05-05T22:03:27.870ZLogging to: /work/oxidecomputer/omicron/out/LOG
24112026-05-05T22:03:27.873ZCreated new build target 'test' and set it as active
24122026-05-05T22:03:27.875Z
24132026-05-05T22:03:27.876Zreal 1:39.511440455
24142026-05-05T22:03:27.876Zuser 16:20.776903440
24152026-05-05T22:03:27.876Zsys 2:35.784107838
24162026-05-05T22:03:27.876Ztrap 0.452204741
24172026-05-05T22:03:27.876Ztflt 2.758848798
24182026-05-05T22:03:27.876Zdflt 3.759817578
24192026-05-05T22:03:27.876Zkflt 0.000786086
24202026-05-05T22:03:27.876Zlock 51:38.982179288
24212026-05-05T22:03:27.876Zslp 41:39.953207563
24222026-05-05T22:03:27.876Zlat 46.115812931
24232026-05-05T22:03:27.876Zstop 5:42.853357261
24242026-05-05T22:03:27.876Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24252026-05-05T22:03:28.745Z Finished `release` profile [optimized] target(s) in 0.86s
24262026-05-05T22:03:28.815Z Running `target/release/omicron-package -t test package`
24272026-05-05T22:03:28.874ZLogging to: /work/oxidecomputer/omicron/out/LOG
24282026-05-05T22:03:30.261Z Compiling heck v0.5.0
24292026-05-05T22:03:30.261Z Compiling regress v0.11.1
24302026-05-05T22:03:30.261Z Compiling unsafe-libyaml v0.2.11
24312026-05-05T22:03:30.515Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24322026-05-05T22:03:30.532Z Compiling regress v0.10.5
24332026-05-05T22:03:30.555Z Compiling unicode-width v0.1.14
24342026-05-05T22:03:30.558Z Compiling is-terminal v0.4.17
24352026-05-05T22:03:30.597Z Compiling prettyplease v0.2.37
24362026-05-05T22:03:30.600Z Compiling bytecount v0.6.9
24372026-05-05T22:03:30.600Z Compiling rustls v0.22.4
24382026-05-05T22:03:30.600Z Compiling rustls-webpki v0.102.8
24392026-05-05T22:03:30.638Z Compiling derive-where v1.6.0
24402026-05-05T22:03:30.641Z Compiling thread_local v1.1.9
24412026-05-05T22:03:30.661Z Compiling compression-core v0.4.31
24422026-05-05T22:03:30.663Z Compiling match_cfg v0.1.0
24432026-05-05T22:03:30.719Z Compiling multer v3.1.0
24442026-05-05T22:03:30.722Z Compiling slog-async v2.8.0
24452026-05-05T22:03:30.810Z Compiling hostname v0.3.1
24462026-05-05T22:03:30.833Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24472026-05-05T22:03:30.858Z Compiling compression-codecs v0.4.37
24482026-05-05T22:03:30.858Z Compiling crossbeam-channel v0.5.15
24492026-05-05T22:03:30.905Z Compiling slog-json v2.6.1
24502026-05-05T22:03:30.907Z Compiling futures-executor v0.3.32
24512026-05-05T22:03:30.930Z Compiling toml_datetime v1.0.0+spec-1.1.0
24522026-05-05T22:03:30.976Z Compiling serde_yaml v0.9.34+deprecated
24532026-05-05T22:03:30.978Z Compiling serde_spanned v1.0.4
24542026-05-05T22:03:31.117Z Compiling toml_writer v1.0.6+spec-1.1.0
24552026-05-05T22:03:31.142Z Compiling take_mut v0.2.2
24562026-05-05T22:03:31.165Z Compiling term v1.2.1
24572026-05-05T22:03:31.186Z Compiling futures v0.3.32
24582026-05-05T22:03:31.211Z Compiling slog-bunyan v2.5.0
24592026-05-05T22:03:31.261Z Compiling async-compression v0.4.41
24602026-05-05T22:03:31.332Z Compiling toml v1.0.6+spec-1.1.0
24612026-05-05T22:03:31.381Z Compiling dropshot v0.17.0
24622026-05-05T22:03:31.384Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24632026-05-05T22:03:31.426Z Compiling async-stream v0.3.6
24642026-05-05T22:03:31.452Z Compiling num-rational v0.4.2
24652026-05-05T22:03:31.575Z Compiling slog-term v2.9.2
24662026-05-05T22:03:31.619Z Compiling progenitor-client v0.14.0
24672026-05-05T22:03:31.640Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24682026-05-05T22:03:31.715Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24692026-05-05T22:03:31.736Z Compiling waitgroup v0.1.2
24702026-05-05T22:03:31.760Z Compiling backon v1.6.0
24712026-05-05T22:03:31.878Z Compiling rustls-pemfile v2.2.0
24722026-05-05T22:03:31.900Z Compiling num-complex v0.4.6
24732026-05-05T22:03:31.938Z Compiling hostname v0.4.2
24742026-05-05T22:03:31.960Z Compiling serde_path_to_error v0.1.20
24752026-05-05T22:03:31.985Z Compiling instant v0.1.13
24762026-05-05T22:03:32.007Z Compiling debug-ignore v1.0.5
24772026-05-05T22:03:32.096Z Compiling typify-impl v0.6.2
24782026-05-05T22:03:32.119Z Compiling backoff v0.4.0
24792026-05-05T22:03:32.122Z Compiling progenitor-extras v0.2.0
24802026-05-05T22:03:32.122Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24812026-05-05T22:03:32.181Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24822026-05-05T22:03:32.386Z Compiling num v0.4.3
24832026-05-05T22:03:32.407Z Compiling parse-display v0.10.0
24842026-05-05T22:03:32.427Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24852026-05-05T22:03:32.483Z Compiling progenitor-client v0.13.0
24862026-05-05T22:03:32.507Z Compiling progenitor-client v0.10.0
24872026-05-05T22:03:32.529Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24882026-05-05T22:03:32.552Z Compiling macaddr v1.0.1
24892026-05-05T22:03:32.576Z Compiling float-ord v0.3.2
24902026-05-05T22:03:32.627Z Compiling console v0.15.11
24912026-05-05T22:03:32.748Z Compiling newline-converter v0.3.0
24922026-05-05T22:03:32.826Z Compiling atomicwrites v0.4.4
24932026-05-05T22:03:32.867Z Compiling slog-dtrace v0.3.0
24942026-05-05T22:03:33.000Z Compiling tokio-rustls v0.25.0
24952026-05-05T22:03:33.042Z Compiling expectorate v1.2.0
24962026-05-05T22:03:33.064Z Compiling async-recursion v1.1.1
24972026-05-05T22:03:33.150Z Compiling cancel-safe-futures v0.1.5
24982026-05-05T22:03:33.193Z Compiling owo-colors v4.3.0
24992026-05-05T22:03:33.267Z Compiling libsw-core v0.3.2
25002026-05-05T22:03:33.292Z Compiling resolv-conf v0.7.6
25012026-05-05T22:03:33.356Z Compiling toml v0.8.23
25022026-05-05T22:03:33.508Z Compiling libsw v3.5.0
25032026-05-05T22:03:33.637Z Compiling linear-map v1.2.0
25042026-05-05T22:03:33.697Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25052026-05-05T22:03:33.754Z Compiling minimal-lexical v0.2.1
25062026-05-05T22:03:33.848Z Compiling linked-hash-map v0.5.6
25072026-05-05T22:03:33.916Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25082026-05-05T22:03:33.920Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25092026-05-05T22:03:33.960Z Compiling unicode-xid v0.2.6
25102026-05-05T22:03:33.980Z Compiling nom v7.1.3
25112026-05-05T22:03:34.035Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25122026-05-05T22:03:34.062Z Compiling lru-cache v0.1.2
25132026-05-05T22:03:34.089Z Compiling globset v0.4.18
25142026-05-05T22:03:34.112Z Compiling hickory-proto v0.24.4
25152026-05-05T22:03:34.115Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25162026-05-05T22:03:34.249Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25172026-05-05T22:03:34.561Z Compiling convert_case v0.10.0
25182026-05-05T22:03:34.859Z Compiling derive_more-impl v2.1.1
25192026-05-05T22:03:34.971Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25202026-05-05T22:03:35.364Z Compiling pin-project-internal v1.1.11
25212026-05-05T22:03:35.416Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25222026-05-05T22:03:35.666Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25232026-05-05T22:03:35.689Z Compiling typify-macro v0.6.2
25242026-05-05T22:03:35.925Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25252026-05-05T22:03:36.173Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25262026-05-05T22:03:36.409Z Compiling pin-project v1.1.11
25272026-05-05T22:03:36.548Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25282026-05-05T22:03:36.765Z Compiling hickory-resolver v0.24.4
25292026-05-05T22:03:36.848Z Compiling derive_more v2.1.1
25302026-05-05T22:03:36.871Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25312026-05-05T22:03:36.961Z Compiling papergrid v0.11.0
25322026-05-05T22:03:37.042Z Compiling tabled_derive v0.7.0
25332026-05-05T22:03:37.294Z Compiling typify v0.6.2
25342026-05-05T22:03:37.437Z Compiling progenitor-impl v0.14.0
25352026-05-05T22:03:37.463Z Compiling progenitor-impl v0.13.0
25362026-05-05T22:03:37.968Z Compiling qorb v0.4.1
25372026-05-05T22:03:38.456Z Compiling pem v3.0.6
25382026-05-05T22:03:39.166Z Compiling snafu-derive v0.8.9
25392026-05-05T22:03:39.608Z Compiling progenitor-macro v0.14.0
25402026-05-05T22:03:39.632Z Compiling progenitor-macro v0.13.0
25412026-05-05T22:03:39.836Z Compiling termtree v0.5.1
25422026-05-05T22:03:40.034Z Compiling tabled v0.15.0
25432026-05-05T22:03:40.856Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25442026-05-05T22:03:41.941Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25452026-05-05T22:03:42.242Z Compiling snafu v0.8.9
25462026-05-05T22:03:42.352Z Compiling crossterm v0.29.0
25472026-05-05T22:03:42.651Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25482026-05-05T22:03:42.841Z Compiling phf_shared v0.12.1
25492026-05-05T22:03:43.152Z Compiling olpc-cjson v0.1.4
25502026-05-05T22:03:43.419Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25512026-05-05T22:03:43.700Z Compiling serde_plain v1.0.2
25522026-05-05T22:03:43.729Z Compiling progenitor v0.14.0
25532026-05-05T22:03:43.753Z Compiling progenitor v0.13.0
25542026-05-05T22:03:43.919Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25552026-05-05T22:03:43.941Z Compiling vte v0.14.1
25562026-05-05T22:03:43.982Z Compiling csv-core v0.1.13
25572026-05-05T22:03:44.035Z Compiling chrono-tz v0.10.4
25582026-05-05T22:03:44.215Z Compiling highway v1.3.0
25592026-05-05T22:03:44.305Z Compiling typed-path v0.9.3
25602026-05-05T22:03:44.381Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25612026-05-05T22:03:44.463Z Compiling csv v1.4.0
25622026-05-05T22:03:44.942Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25632026-05-05T22:03:45.011Z Compiling strip-ansi-escapes v0.2.1
25642026-05-05T22:03:45.286Z Compiling phf v0.12.1
25652026-05-05T22:03:45.457Z Compiling tough v0.20.0
25662026-05-05T22:03:45.490Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25672026-05-05T22:03:45.597Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25682026-05-05T22:03:46.071Z Compiling const_format_proc_macros v0.2.34
25692026-05-05T22:03:46.731Z Compiling fd-lock v4.0.4
25702026-05-05T22:03:46.858Z Compiling peg-macros v0.8.5
25712026-05-05T22:03:46.907Z Compiling nu-ansi-term v0.50.3
25722026-05-05T22:03:47.175Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25732026-05-05T22:03:47.479Z Compiling reedline v0.40.0
25742026-05-05T22:03:47.572Z Compiling const_format v0.2.35
25752026-05-05T22:03:48.063Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25762026-05-05T22:03:48.131Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25772026-05-05T22:03:48.154Z Compiling peg v0.8.5
25782026-05-05T22:03:48.260Z Compiling bcs v0.1.6
25792026-05-05T22:03:48.710Z Compiling semver v0.1.20
25802026-05-05T22:03:49.004Z Compiling rustc_version v0.1.7
25812026-05-05T22:03:49.162Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25822026-05-05T22:03:49.240Z Compiling newtype_derive v0.1.6
25832026-05-05T22:03:49.385Z Compiling smawk v0.3.2
25842026-05-05T22:03:49.416Z Compiling humantime v2.3.0
25852026-05-05T22:03:49.475Z Compiling unicode-linebreak v0.1.5
25862026-05-05T22:03:49.644Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25872026-05-05T22:03:49.824Z Compiling textwrap v0.16.2
25882026-05-05T22:03:50.032Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25892026-05-05T22:03:50.210Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25902026-05-05T22:03:50.833Z Compiling dropshot-api-manager-types v0.7.1
25912026-05-05T22:03:50.928Z Compiling base64 v0.21.7
25922026-05-05T22:03:51.371Z Compiling steno v0.4.1
25932026-05-05T22:03:51.463Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25942026-05-05T22:03:51.487Z Compiling utf-8 v0.7.6
25952026-05-05T22:03:51.510Z Compiling tagptr v0.2.0
25962026-05-05T22:03:51.707Z Compiling moka v0.12.13
25972026-05-05T22:03:51.735Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25982026-05-05T22:03:51.891Z Compiling tungstenite v0.21.0
25992026-05-05T22:03:51.913Z Compiling radium v0.7.0
26002026-05-05T22:03:51.940Z Compiling tap v1.0.1
26012026-05-05T22:03:52.097Z Compiling maybe-uninit v2.0.0
26022026-05-05T22:03:52.510Z Compiling tokio-tungstenite v0.21.0
26032026-05-05T22:03:52.597Z Compiling wyz v0.5.1
26042026-05-05T22:03:52.742Z Compiling zerocopy-derive v0.6.6
26052026-05-05T22:03:52.792Z Compiling hickory-resolver v0.25.2
26062026-05-05T22:03:52.834Z Compiling display-error-chain v0.2.2
26072026-05-05T22:03:52.923Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
26082026-05-05T22:03:52.974Z Compiling packed_struct v0.10.1
26092026-05-05T22:03:53.014Z Compiling crc-catalog v2.4.0
26102026-05-05T22:03:53.146Z Compiling funty v2.0.0
26112026-05-05T22:03:53.252Z Compiling crc v3.4.0
26122026-05-05T22:03:53.483Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26132026-05-05T22:03:53.531Z Compiling zerocopy v0.6.6
26142026-05-05T22:03:53.604Z Compiling bitvec v1.0.1
26152026-05-05T22:03:53.917Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26162026-05-05T22:03:54.045Z Compiling num-derive v0.3.3
26172026-05-05T22:03:54.113Z Compiling packed_struct_codegen v0.10.1
26182026-05-05T22:03:54.214Z Compiling bitfield-macros v0.19.4
26192026-05-05T22:03:54.942Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26202026-05-05T22:03:54.967Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26212026-05-05T22:03:55.117Z Compiling proc-macro-error-attr2 v2.0.0
26222026-05-05T22:03:55.395Z Compiling indexmap v1.9.3
26232026-05-05T22:03:55.537Z Compiling nodrop v0.1.14
26242026-05-05T22:03:55.663Z Compiling array-init v0.0.4
26252026-05-05T22:03:55.688Z Compiling proc-macro-error2 v2.0.1
26262026-05-05T22:03:56.063Z Compiling bitfield v0.19.4
26272026-05-05T22:03:56.275Z Compiling libscf-sys v1.1.0
26282026-05-05T22:03:56.432Z Compiling smallvec v0.6.14
26292026-05-05T22:03:56.494Z Compiling typify-impl v0.4.3
26302026-05-05T22:03:56.711Z Compiling hashbrown v0.12.3
26312026-05-05T22:03:56.858Z Compiling serde-hex v0.1.0
26322026-05-05T22:03:57.608Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26332026-05-05T22:03:57.713Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26342026-05-05T22:03:57.843Z Compiling tabled_derive v0.11.0
26352026-05-05T22:03:58.391Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26362026-05-05T22:03:58.526Z Compiling ron v0.8.1
26372026-05-05T22:03:58.632Z Compiling papergrid v0.17.0
26382026-05-05T22:03:58.889Z Compiling testing_table v0.3.0
26392026-05-05T22:03:58.911Z Compiling hashbrown v0.13.2
26402026-05-05T22:03:58.955Z Compiling vergen-gitcl v1.0.8
26412026-05-05T22:03:59.172Z Compiling dirs-sys-next v0.1.2
26422026-05-05T22:03:59.197Z Compiling crc-any v2.5.0
26432026-05-05T22:03:59.245Z Compiling glob v0.3.3
26442026-05-05T22:03:59.331Z Compiling diesel_derives v2.3.7
26452026-05-05T22:03:59.450Z Compiling crunchy v0.2.4
26462026-05-05T22:03:59.530Z Compiling maplit v1.0.2
26472026-05-05T22:03:59.588Z Compiling object v0.30.4
26482026-05-05T22:03:59.611Z Compiling clang-sys v1.8.1
26492026-05-05T22:03:59.631Z Compiling dirs-next v2.0.0
26502026-05-05T22:03:59.655Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26512026-05-05T22:03:59.775Z Compiling tabled v0.20.0
26522026-05-05T22:03:59.830Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26532026-05-05T22:03:59.935Z Compiling dsl_auto_type v0.2.0
26542026-05-05T22:03:59.972Z Compiling typify-macro v0.4.3
26552026-05-05T22:04:00.008Z Compiling scheduled-thread-pool v0.2.7
26562026-05-05T22:04:00.335Z Compiling diesel_table_macro_syntax v0.3.0
26572026-05-05T22:04:00.501Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26582026-05-05T22:04:00.561Z Compiling path-slash v0.1.5
26592026-05-05T22:04:00.607Z Compiling tiny-keccak v2.0.2
26602026-05-05T22:04:00.747Z Compiling xshell-macros v0.2.7
26612026-05-05T22:04:00.793Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26622026-05-05T22:04:00.881Z Compiling r2d2 v0.8.10
26632026-05-05T22:04:00.937Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26642026-05-05T22:04:01.154Z Compiling xshell v0.2.7
26652026-05-05T22:04:01.369Z Compiling term v0.7.0
26662026-05-05T22:04:01.496Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26672026-05-05T22:04:01.744Z Compiling downcast-rs v2.0.2
26682026-05-05T22:04:01.869Z Compiling bit-vec v0.6.3
26692026-05-05T22:04:01.895Z Compiling ascii-canvas v3.0.0
26702026-05-05T22:04:02.127Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26712026-05-05T22:04:02.180Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26722026-05-05T22:04:02.184Z Compiling bit-set v0.5.3
26732026-05-05T22:04:02.392Z Compiling itertools v0.10.5
26742026-05-05T22:04:02.500Z Compiling ena v0.14.4
26752026-05-05T22:04:02.742Z Compiling libloading v0.8.9
26762026-05-05T22:04:02.991Z Compiling diff v0.1.13
26772026-05-05T22:04:03.274Z Compiling regex-syntax v0.6.29
26782026-05-05T22:04:03.355Z Compiling bindgen v0.71.1
26792026-05-05T22:04:03.475Z Compiling unicase v2.9.0
26802026-05-05T22:04:03.706Z Compiling crc8 v0.1.1
26812026-05-05T22:04:03.850Z Compiling typify v0.4.3
26822026-05-05T22:04:03.988Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26832026-05-05T22:04:04.259Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26842026-05-05T22:04:04.448Z Compiling cexpr v0.6.0
26852026-05-05T22:04:04.469Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26862026-05-05T22:04:04.693Z Compiling lalrpop v0.19.12
26872026-05-05T22:04:04.872Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26882026-05-05T22:04:05.077Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26892026-05-05T22:04:05.101Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26902026-05-05T22:04:05.124Z Compiling headers-core v0.3.0
26912026-05-05T22:04:05.192Z Compiling libxml v0.3.3
26922026-05-05T22:04:05.356Z Compiling headers v0.4.1
26932026-05-05T22:04:05.498Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26942026-05-05T22:04:05.558Z Compiling diesel v2.3.7
26952026-05-05T22:04:05.738Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26962026-05-05T22:04:05.966Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26972026-05-05T22:04:06.486Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26982026-05-05T22:04:06.737Z Compiling strum_macros v0.24.3
26992026-05-05T22:04:06.875Z Compiling indoc v1.0.9
27002026-05-05T22:04:07.460Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27012026-05-05T22:04:07.678Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27022026-05-05T22:04:07.700Z Compiling derive_builder v0.20.2
27032026-05-05T22:04:07.880Z Compiling oso-derive v0.27.3
27042026-05-05T22:04:07.994Z Compiling quick-xml v0.37.5
27052026-05-05T22:04:08.015Z Compiling impl-trait-for-tuples v0.2.3
27062026-05-05T22:04:08.174Z Compiling openssl-probe v0.1.6
27072026-05-05T22:04:08.402Z Compiling half v1.8.3
27082026-05-05T22:04:08.506Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27092026-05-05T22:04:08.844Z Compiling serde_cbor v0.11.2
27102026-05-05T22:04:08.930Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27112026-05-05T22:04:09.276Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27122026-05-05T22:04:09.298Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27132026-05-05T22:04:09.371Z Compiling bb8 v0.8.6
27142026-05-05T22:04:09.529Z Compiling trait-variant v0.1.2
27152026-05-05T22:04:09.651Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27162026-05-05T22:04:09.784Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27172026-05-05T22:04:09.859Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27182026-05-05T22:04:09.916Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27192026-05-05T22:04:10.007Z Compiling samael v0.0.19
27202026-05-05T22:04:10.087Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
27212026-05-05T22:04:10.124Z Compiling fxhash v0.2.1
27222026-05-05T22:04:10.154Z Compiling salty v0.3.0
27232026-05-05T22:04:10.340Z Compiling progenitor-impl v0.10.0
27242026-05-05T22:04:10.505Z Compiling progenitor-impl v0.11.2
27252026-05-05T22:04:10.649Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27262026-05-05T22:04:10.671Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27272026-05-05T22:04:11.159Z Compiling kstat-rs v0.2.4
27282026-05-05T22:04:11.275Z Compiling libz-sys v1.1.24
27292026-05-05T22:04:11.509Z Compiling nonempty v0.12.0
27302026-05-05T22:04:11.755Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27312026-05-05T22:04:11.776Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27322026-05-05T22:04:12.180Z Compiling polar-core v0.27.3
27332026-05-05T22:04:12.509Z Compiling progenitor-macro v0.10.0
27342026-05-05T22:04:12.740Z Compiling progenitor-macro v0.11.2
27352026-05-05T22:04:13.899Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27362026-05-05T22:04:15.372Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27372026-05-05T22:04:15.569Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27382026-05-05T22:04:15.971Z Compiling progenitor-client v0.11.2
27392026-05-05T22:04:16.262Z Compiling darling_core v0.23.0
27402026-05-05T22:04:16.532Z Compiling nanorand v0.7.0
27412026-05-05T22:04:16.556Z Compiling arc-swap v1.8.2
27422026-05-05T22:04:16.866Z Compiling fs-err v2.11.0
27432026-05-05T22:04:16.901Z Compiling parking_lot_core v0.8.6
27442026-05-05T22:04:17.107Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27452026-05-05T22:04:17.183Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27462026-05-05T22:04:17.186Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27472026-05-05T22:04:18.427Z Compiling darling_macro v0.23.0
27482026-05-05T22:04:18.936Z Compiling mime_guess v2.0.5
27492026-05-05T22:04:19.464Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27502026-05-05T22:04:20.257Z Compiling progenitor v0.11.2
27512026-05-05T22:04:20.447Z Compiling slog-scope v4.4.1
27522026-05-05T22:04:20.940Z Compiling oso v0.27.3
27532026-05-05T22:04:21.319Z Compiling flume v0.11.1
27542026-05-05T22:04:21.581Z Compiling progenitor v0.10.0
27552026-05-05T22:04:21.752Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27562026-05-05T22:04:21.794Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=d147f0925d14ed6f00eb37cb81f3a1bcbcb3c7f3#d147f092)
27572026-05-05T22:04:24.221Z Compiling async-bb8-diesel v0.2.1
27582026-05-05T22:04:24.672Z Compiling diesel-dtrace v0.5.0
27592026-05-05T22:04:25.001Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27602026-05-05T22:04:25.079Z Compiling primeorder v0.13.6
27612026-05-05T22:04:25.408Z Compiling git-stub v1.0.0
27622026-05-05T22:04:25.470Z Compiling libgit2-sys v0.18.3+1.9.2
27632026-05-05T22:04:25.695Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27642026-05-05T22:04:25.890Z Compiling instability v0.3.11
27652026-05-05T22:04:26.072Z Compiling git-stub-vcs v0.1.0
27662026-05-05T22:04:26.444Z Compiling p384 v0.13.1
27672026-05-05T22:04:26.642Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27682026-05-05T22:04:27.375Z Compiling slog-stdlog v4.1.1
27692026-05-05T22:04:27.939Z Compiling darling v0.23.0
27702026-05-05T22:04:28.060Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27712026-05-05T22:04:28.109Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27722026-05-05T22:04:28.135Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27732026-05-05T22:04:28.282Z Compiling ignore v0.4.25
27742026-05-05T22:04:28.353Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27752026-05-05T22:04:28.593Z Compiling castaway v0.2.4
27762026-05-05T22:04:28.756Z Compiling atty v0.2.14
27772026-05-05T22:04:28.913Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27782026-05-05T22:04:29.152Z Compiling http-range v0.1.5
27792026-05-05T22:04:29.287Z Compiling indoc v2.0.7
27802026-05-05T22:04:29.488Z Compiling parse-size v1.1.0
27812026-05-05T22:04:29.725Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27822026-05-05T22:04:29.748Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27832026-05-05T22:04:30.573Z Compiling globwalk v0.9.1
27842026-05-05T22:04:30.775Z Compiling compact_str v0.8.1
27852026-05-05T22:04:31.257Z Compiling parking_lot v0.11.2
27862026-05-05T22:04:32.196Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27872026-05-05T22:04:32.408Z Compiling slog-envlogger v2.2.0
27882026-05-05T22:04:32.719Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27892026-05-05T22:04:33.182Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27902026-05-05T22:04:33.559Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27912026-05-05T22:04:33.580Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-05-05T22:04:34.061Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27932026-05-05T22:04:34.100Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27942026-05-05T22:04:34.369Z Compiling predicates-tree v1.0.13
27952026-05-05T22:04:34.757Z Compiling unicode-truncate v1.1.0
27962026-05-05T22:04:34.836Z Compiling lru v0.12.5
27972026-05-05T22:04:34.858Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27982026-05-05T22:04:34.905Z Compiling rand_seeder v0.4.0
27992026-05-05T22:04:34.970Z Compiling prefix-trie v0.7.0
28002026-05-05T22:04:35.066Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28012026-05-05T22:04:35.168Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-05-05T22:04:35.171Z Compiling vergen-git2 v1.0.7
28032026-05-05T22:04:35.327Z Compiling cassowary v0.3.0
28042026-05-05T22:04:35.404Z Compiling corncobs v0.1.4
28052026-05-05T22:04:35.458Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28062026-05-05T22:04:35.480Z Compiling hickory-server v0.25.2
28072026-05-05T22:04:35.567Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28082026-05-05T22:04:35.635Z Compiling ratatui v0.29.0
28092026-05-05T22:04:35.657Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28102026-05-05T22:04:35.755Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28112026-05-05T22:04:35.868Z Compiling camino-tempfile-ext v0.3.3
28122026-05-05T22:04:36.262Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28132026-05-05T22:04:36.368Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28142026-05-05T22:04:36.584Z Compiling hyper-staticfile v0.10.1
28152026-05-05T22:04:36.980Z Compiling sled v0.34.7
28162026-05-05T22:04:37.279Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28172026-05-05T22:04:37.798Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28182026-05-05T22:04:37.973Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28192026-05-05T22:04:39.466Z Compiling secrecy v0.8.0
28202026-05-05T22:04:39.666Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28212026-05-05T22:04:39.919Z Compiling rustls v0.21.12
28222026-05-05T22:04:40.443Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28232026-05-05T22:04:40.526Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28242026-05-05T22:04:41.137Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28252026-05-05T22:04:41.439Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28262026-05-05T22:04:42.273Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28272026-05-05T22:04:42.565Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28282026-05-05T22:04:43.154Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28292026-05-05T22:04:44.256Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28302026-05-05T22:04:44.467Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28312026-05-05T22:04:44.702Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28322026-05-05T22:04:44.929Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28332026-05-05T22:04:45.157Z Compiling rustls-webpki v0.101.7
28342026-05-05T22:04:45.353Z Compiling sct v0.7.1
28352026-05-05T22:04:45.376Z Compiling nix v0.29.0
28362026-05-05T22:04:45.628Z Compiling dropshot v0.16.7
28372026-05-05T22:04:46.145Z Compiling void v1.0.2
28382026-05-05T22:04:46.167Z Compiling lzss v0.8.2
28392026-05-05T22:04:46.167Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28402026-05-05T22:04:46.230Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28412026-05-05T22:04:46.832Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28422026-05-05T22:04:46.855Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28432026-05-05T22:04:47.499Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28442026-05-05T22:04:47.872Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28452026-05-05T22:04:48.124Z Compiling tungstenite v0.23.0
28462026-05-05T22:04:48.220Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28472026-05-05T22:04:48.927Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28482026-05-05T22:04:49.029Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28492026-05-05T22:04:49.157Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28502026-05-05T22:04:49.293Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28512026-05-05T22:04:49.386Z Compiling toml v0.9.12+spec-1.1.0
28522026-05-05T22:04:49.493Z Compiling nix v0.27.1
28532026-05-05T22:04:50.192Z Compiling dropshot_endpoint v0.16.7
28542026-05-05T22:04:50.461Z Compiling serde_bytes v0.11.19
28552026-05-05T22:04:50.681Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28562026-05-05T22:04:50.765Z Compiling tokio-tungstenite v0.23.1
28572026-05-05T22:04:50.806Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28582026-05-05T22:04:51.085Z Compiling git2 v0.20.4
28592026-05-05T22:04:51.146Z Compiling tokio-rustls v0.24.1
28602026-05-05T22:04:51.895Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28612026-05-05T22:04:54.135Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28622026-05-05T22:04:54.177Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28632026-05-05T22:04:55.831Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28642026-05-05T22:04:56.265Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28652026-05-05T22:04:56.707Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28662026-05-05T22:04:56.966Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28672026-05-05T22:04:57.231Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28682026-05-05T22:04:58.778Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28692026-05-05T22:04:59.529Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28702026-05-05T22:04:59.641Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28712026-05-05T22:04:59.928Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28722026-05-05T22:05:00.473Z Compiling rustls-pemfile v1.0.4
28732026-05-05T22:05:00.825Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28742026-05-05T22:05:00.877Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28752026-05-05T22:05:01.787Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28762026-05-05T22:05:02.201Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28772026-05-05T22:05:04.026Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28782026-05-05T22:05:04.152Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28792026-05-05T22:05:04.226Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28802026-05-05T22:05:04.278Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28812026-05-05T22:05:04.479Z Compiling signal-hook-tokio v0.3.1
28822026-05-05T22:05:04.635Z Compiling twox-hash v2.1.2
28832026-05-05T22:05:04.695Z Compiling yasna v0.5.2
28842026-05-05T22:05:04.926Z Compiling is_ci v1.2.0
28852026-05-05T22:05:05.156Z Compiling supports-color v3.0.2
28862026-05-05T22:05:05.180Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28872026-05-05T22:05:05.449Z Compiling rcgen v0.12.1
28882026-05-05T22:05:06.172Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28892026-05-05T22:05:06.308Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28902026-05-05T22:05:06.454Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28912026-05-05T22:05:07.007Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28922026-05-05T22:05:07.630Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28932026-05-05T22:05:07.805Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28942026-05-05T22:05:08.492Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28952026-05-05T22:05:09.250Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28962026-05-05T22:05:09.887Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28972026-05-05T22:05:09.931Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28982026-05-05T22:05:10.174Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28992026-05-05T22:05:10.456Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29002026-05-05T22:05:10.685Z Compiling fatfs v0.3.6
29012026-05-05T22:05:10.903Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29022026-05-05T22:05:11.896Z Compiling subprocess v0.2.15
29032026-05-05T22:05:11.950Z Compiling rtoolbox v0.0.3
29042026-05-05T22:05:12.276Z Compiling seq-macro v0.3.6
29052026-05-05T22:05:12.764Z Compiling assert_matches v1.5.0
29062026-05-05T22:05:12.879Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29072026-05-05T22:05:12.925Z Compiling rpassword v7.4.0
29082026-05-05T22:05:13.254Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29092026-05-05T22:05:13.783Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29102026-05-05T22:05:14.078Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29112026-05-05T22:05:14.573Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29122026-05-05T22:05:14.713Z Compiling tui-tree-widget v0.23.1
29132026-05-05T22:05:15.015Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29142026-05-05T22:05:16.171Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29152026-05-05T22:05:16.462Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29162026-05-05T22:05:16.499Z Compiling uzers v0.12.2
29172026-05-05T22:05:16.738Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29182026-05-05T22:05:17.954Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29192026-05-05T22:05:19.042Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29202026-05-05T22:05:19.507Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29212026-05-05T22:05:20.947Z Compiling support-bundle-viewer v0.1.2
29222026-05-05T22:05:22.677Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29232026-05-05T22:05:22.866Z Compiling multimap v0.10.1
29242026-05-05T22:05:30.999Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29252026-05-05T22:05:32.395Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29262026-05-05T22:05:42.050Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29272026-05-05T22:05:43.593Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29282026-05-05T22:10:45.847Z Finished `release` profile [optimized] target(s) in 7m 16s
29292026-05-05T22:11:29.800Z
29302026-05-05T22:11:29.800Zreal 8:01.858128203
29312026-05-05T22:11:29.803Zuser 1:16:57.647510837
29322026-05-05T22:11:29.803Zsys 3:29.631602233
29332026-05-05T22:11:29.803Ztrap 1.751371734
29342026-05-05T22:11:29.803Ztflt 2.096524739
29352026-05-05T22:11:29.803Zdflt 17.026463885
29362026-05-05T22:11:29.804Zkflt 0.004301010
29372026-05-05T22:11:29.804Zlock 6:15:38.484163852
29382026-05-05T22:11:29.804Zslp 2:13:09.599771947
29392026-05-05T22:11:29.804Zlat 2:26.615804545
29402026-05-05T22:11:29.804Zstop 5:17.513281881
29412026-05-05T22:11:29.804Z+ mapfile -t packages
29422026-05-05T22:11:29.804Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29432026-05-05T22:11:30.735Z Finished `release` profile [optimized] target(s) in 0.92s
29442026-05-05T22:11:30.806Z Running `target/release/omicron-package -t test list-outputs`
29452026-05-05T22:11:30.865ZLogging to: /work/oxidecomputer/omicron/out/LOG
29462026-05-05T22:11:30.868Z+ ptime -m cargo build --locked --release -p xtask
29472026-05-05T22:11:31.397Z Compiling libc v0.2.185
29482026-05-05T22:11:31.397Z Compiling serde v1.0.228
29492026-05-05T22:11:31.401Z Compiling serde_core v1.0.228
29502026-05-05T22:11:31.401Z Compiling rustix v1.1.3
29512026-05-05T22:11:31.498Z Compiling bitflags v2.11.0
29522026-05-05T22:11:31.504Z Compiling serde_json v1.0.149
29532026-05-05T22:11:31.532Z Compiling num-traits v0.2.19
29542026-05-05T22:11:31.542Z Compiling syn v2.0.117
29552026-05-05T22:11:31.554Z Compiling smallvec v1.15.1
29562026-05-05T22:11:31.557Z Compiling indexmap v2.14.0
29572026-05-05T22:11:31.585Z Compiling usdt-impl v0.5.0
29582026-05-05T22:11:31.588Z Compiling syn v1.0.109
29592026-05-05T22:11:31.609Z Compiling percent-encoding v2.3.2
29602026-05-05T22:11:31.609Z Compiling log v0.4.29
29612026-05-05T22:11:31.775Z Compiling getrandom v0.4.1
29622026-05-05T22:11:31.868Z Compiling form_urlencoded v1.2.2
29632026-05-05T22:11:31.970Z Compiling fs-err v3.3.0
29642026-05-05T22:11:32.007Z Compiling heck v0.4.1
29652026-05-05T22:11:32.030Z Compiling once_cell v1.21.3
29662026-05-05T22:11:32.033Z Compiling anyhow v1.0.102
29672026-05-05T22:11:32.236Z Compiling thread-id v4.2.2
29682026-05-05T22:11:32.286Z Compiling errno v0.3.14
29692026-05-05T22:11:32.321Z Compiling memmap v0.7.0
29702026-05-05T22:11:32.608Z Compiling ordered-float v2.10.1
29712026-05-05T22:11:33.092Z Compiling proc-macro-error v1.0.4
29722026-05-05T22:11:33.288Z Compiling terminal_size v0.4.3
29732026-05-05T22:11:33.288Z Compiling tempfile v3.25.0
29742026-05-05T22:11:33.333Z Compiling tabled_derive v0.7.0
29752026-05-05T22:11:33.393Z Compiling clap_builder v4.5.60
29762026-05-05T22:11:33.393Z Compiling textwrap v0.16.2
29772026-05-05T22:11:33.511Z Compiling camino-tempfile v1.4.1
29782026-05-05T22:11:33.991Z Compiling tabled v0.15.0
29792026-05-05T22:11:34.034Z Compiling synstructure v0.13.2
29802026-05-05T22:11:34.034Z Compiling pest_generator v2.8.6
29812026-05-05T22:11:34.424Z Compiling serde_derive v1.0.228
29822026-05-05T22:11:34.424Z Compiling zerovec-derive v0.11.2
29832026-05-05T22:11:34.426Z Compiling displaydoc v0.2.5
29842026-05-05T22:11:34.426Z Compiling thiserror-impl v1.0.69
29852026-05-05T22:11:34.427Z Compiling zerocopy-derive v0.7.35
29862026-05-05T22:11:34.427Z Compiling scroll_derive v0.12.1
29872026-05-05T22:11:34.427Z Compiling thiserror-impl v2.0.18
29882026-05-05T22:11:34.436Z Compiling clap_derive v4.5.55
29892026-05-05T22:11:34.468Z Compiling zerofrom-derive v0.1.6
29902026-05-05T22:11:34.472Z Compiling yoke-derive v0.8.1
29912026-05-05T22:11:34.555Z Compiling pest_derive v2.8.6
29922026-05-05T22:11:35.108Z Compiling scroll v0.12.0
29932026-05-05T22:11:35.388Z Compiling zerocopy v0.7.35
29942026-05-05T22:11:35.394Z Compiling goblin v0.8.2
29952026-05-05T22:11:35.552Z Compiling zerofrom v0.1.6
29962026-05-05T22:11:35.579Z Compiling thiserror v1.0.69
29972026-05-05T22:11:35.658Z Compiling thiserror v2.0.18
29982026-05-05T22:11:35.704Z Compiling yoke v0.8.1
29992026-05-05T22:11:35.715Z Compiling dtrace-parser v0.2.0
30002026-05-05T22:11:35.919Z Compiling zerovec v0.11.5
30012026-05-05T22:11:35.919Z Compiling zerotrie v0.2.3
30022026-05-05T22:11:36.121Z Compiling clap v4.5.60
30032026-05-05T22:11:36.541Z Compiling tinystr v0.8.2
30042026-05-05T22:11:36.781Z Compiling icu_locale_core v2.1.1
30052026-05-05T22:11:36.819Z Compiling potential_utf v0.1.4
30062026-05-05T22:11:37.022Z Compiling icu_collections v2.1.1
30072026-05-05T22:11:37.645Z Compiling icu_provider v2.1.1
30082026-05-05T22:11:37.770Z Compiling serde_spanned v0.6.9
30092026-05-05T22:11:37.828Z Compiling toml_datetime v0.6.11
30102026-05-05T22:11:37.923Z Compiling icu_properties v2.1.2
30112026-05-05T22:11:37.949Z Compiling icu_normalizer v2.1.1
30122026-05-05T22:11:38.021Z Compiling dof v0.3.0
30132026-05-05T22:11:38.080Z Compiling toml_edit v0.22.27
30142026-05-05T22:11:38.105Z Compiling serde-value v0.7.0
30152026-05-05T22:11:38.178Z Compiling serde_tokenstream v0.2.3
30162026-05-05T22:11:38.230Z Compiling cargo-platform v0.2.0
30172026-05-05T22:11:38.242Z Compiling macaddr v1.0.1
30182026-05-05T22:11:38.852Z Compiling idna_adapter v1.2.1
30192026-05-05T22:11:38.968Z Compiling idna v1.1.0
30202026-05-05T22:11:39.075Z Compiling usdt-attr-macro v0.5.0
30212026-05-05T22:11:39.091Z Compiling usdt-macro v0.5.0
30222026-05-05T22:11:39.601Z Compiling url v2.5.8
30232026-05-05T22:11:39.686Z Compiling toml v0.8.23
30242026-05-05T22:11:39.742Z Compiling usdt v0.5.0
30252026-05-05T22:11:40.129Z Compiling cargo-util-schemas v0.8.2
30262026-05-05T22:11:40.129Z Compiling cargo_toml v0.21.0
30272026-05-05T22:11:41.167Z Compiling cargo_metadata v0.21.0
30282026-05-05T22:11:44.209Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30292026-05-05T22:11:47.196Z Finished `release` profile [optimized] target(s) in 16.31s
30302026-05-05T22:11:47.357Z
30312026-05-05T22:11:47.357Zreal 16.452546277
30322026-05-05T22:11:47.361Zuser 2:21.180601004
30332026-05-05T22:11:47.361Zsys 16.973621991
30342026-05-05T22:11:47.361Ztrap 0.101688567
30352026-05-05T22:11:47.361Ztflt 0.540269320
30362026-05-05T22:11:47.361Zdflt 1.322063637
30372026-05-05T22:11:47.361Zkflt 0.000087456
30382026-05-05T22:11:47.361Zlock 5:21.374654083
30392026-05-05T22:11:47.361Zslp 3:30.133134802
30402026-05-05T22:11:47.361Zlat 7.690169099
30412026-05-05T22:11:47.361Zstop 19.822022156
30422026-05-05T22:11:47.361Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30432026-05-05T22:11:47.361Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30442026-05-05T22:11:47.361Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30452026-05-05T22:11:47.361Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30462026-05-05T22:11:47.361Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30472026-05-05T22:11:48.289Z Compiling newtype-uuid-macros v0.1.0
30482026-05-05T22:11:48.292Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30492026-05-05T22:11:48.292Z Compiling regress v0.10.5
30502026-05-05T22:11:48.292Z Compiling structmeta-derive v0.3.0
30512026-05-05T22:11:48.435Z Compiling rustls v0.22.4
30522026-05-05T22:11:48.451Z Compiling rustls-webpki v0.102.8
30532026-05-05T22:11:48.454Z Compiling multer v3.1.0
30542026-05-05T22:11:48.454Z Compiling compression-core v0.4.31
30552026-05-05T22:11:48.465Z Compiling match_cfg v0.1.0
30562026-05-05T22:11:48.468Z Compiling debug-ignore v1.0.5
30572026-05-05T22:11:48.468Z Compiling slog-json v2.6.1
30582026-05-05T22:11:48.559Z Compiling async-stream-impl v0.3.6
30592026-05-05T22:11:48.574Z Compiling serde_spanned v1.0.4
30602026-05-05T22:11:48.577Z Compiling toml_datetime v1.0.0+spec-1.1.0
30612026-05-05T22:11:48.589Z Compiling hostname v0.3.1
30622026-05-05T22:11:48.603Z Compiling dropshot v0.17.0
30632026-05-05T22:11:48.607Z Compiling toml_writer v1.0.6+spec-1.1.0
30642026-05-05T22:11:48.669Z Compiling compression-codecs v0.4.37
30652026-05-05T22:11:48.702Z Compiling itertools v0.14.0
30662026-05-05T22:11:48.723Z Compiling waitgroup v0.1.2
30672026-05-05T22:11:48.814Z Compiling toml v1.0.6+spec-1.1.0
30682026-05-05T22:11:48.817Z Compiling slog-bunyan v2.5.0
30692026-05-05T22:11:48.817Z Compiling rustls-pemfile v2.2.0
30702026-05-05T22:11:48.865Z Compiling async-compression v0.4.41
30712026-05-05T22:11:48.922Z Compiling dropshot_endpoint v0.17.0
30722026-05-05T22:11:48.962Z Compiling serde_path_to_error v0.1.20
30732026-05-05T22:11:49.002Z Compiling hostname v0.4.2
30742026-05-05T22:11:49.002Z Compiling progenitor-client v0.14.0
30752026-05-05T22:11:49.043Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30762026-05-05T22:11:49.119Z Compiling macaddr v1.0.1
30772026-05-05T22:11:49.172Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30782026-05-05T22:11:49.205Z Compiling async-stream v0.3.6
30792026-05-05T22:11:49.208Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30802026-05-05T22:11:49.239Z Compiling instant v0.1.13
30812026-05-05T22:11:49.266Z Compiling progenitor-client v0.10.0
30822026-05-05T22:11:49.331Z Compiling backon v1.6.0
30832026-05-05T22:11:49.350Z Compiling backoff v0.4.0
30842026-05-05T22:11:49.369Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30852026-05-05T22:11:49.370Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30862026-05-05T22:11:49.404Z Compiling universal-hash v0.5.1
30872026-05-05T22:11:49.407Z Compiling opaque-debug v0.3.1
30882026-05-05T22:11:49.408Z Compiling half v2.7.1
30892026-05-05T22:11:49.513Z Compiling progenitor-extras v0.2.0
30902026-05-05T22:11:49.540Z Compiling structmeta v0.3.0
30912026-05-05T22:11:49.562Z Compiling unsafe-libyaml v0.2.11
30922026-05-05T22:11:49.581Z Compiling crucible-workspace-hack v0.1.0
30932026-05-05T22:11:49.602Z Compiling ciborium-io v0.2.2
30942026-05-05T22:11:49.602Z Compiling convert_case v0.4.0
30952026-05-05T22:11:49.633Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30962026-05-05T22:11:49.721Z Compiling ciborium-ll v0.2.2
30972026-05-05T22:11:49.764Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30982026-05-05T22:11:49.788Z Compiling derive-ex v0.1.8
30992026-05-05T22:11:49.804Z Compiling parse-display-derive v0.10.0
31002026-05-05T22:11:49.807Z Compiling regress v0.11.1
31012026-05-05T22:11:49.860Z Compiling aead v0.5.2
31022026-05-05T22:11:49.877Z Compiling secrecy v0.10.3
31032026-05-05T22:11:49.959Z Compiling ciborium v0.2.2
31042026-05-05T22:11:49.983Z Compiling poly1305 v0.8.0
31052026-05-05T22:11:50.001Z Compiling chacha20 v0.9.1
31062026-05-05T22:11:50.026Z Compiling derive_more v0.99.20
31072026-05-05T22:11:50.043Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
31082026-05-05T22:11:50.063Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31092026-05-05T22:11:50.092Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31102026-05-05T22:11:50.153Z Compiling serde_yaml v0.9.34+deprecated
31112026-05-05T22:11:50.283Z Compiling thiserror-impl-no-std v2.0.2
31122026-05-05T22:11:50.300Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31132026-05-05T22:11:50.335Z Compiling byte-wrapper v0.1.0
31142026-05-05T22:11:50.485Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31152026-05-05T22:11:50.495Z Compiling blake2 v0.10.6
31162026-05-05T22:11:50.551Z Compiling password-hash v0.5.0
31172026-05-05T22:11:50.567Z Compiling chacha20poly1305 v0.10.1
31182026-05-05T22:11:50.712Z Compiling indent_write v2.2.0
31192026-05-05T22:11:50.744Z Compiling heapless v0.8.0
31202026-05-05T22:11:50.761Z Compiling ingot-macros v0.1.1
31212026-05-05T22:11:50.776Z Compiling toml_edit v0.23.10+spec-1.0.0
31222026-05-05T22:11:50.881Z Compiling tokio-rustls v0.25.0
31232026-05-05T22:11:50.975Z Compiling argon2 v0.5.3
31242026-05-05T22:11:51.046Z Compiling hash32 v0.3.1
31252026-05-05T22:11:51.229Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31262026-05-05T22:11:51.257Z Compiling smoltcp v0.11.0
31272026-05-05T22:11:51.483Z Compiling typify-impl v0.6.2
31282026-05-05T22:11:51.539Z Compiling test-strategy v0.4.5
31292026-05-05T22:11:51.555Z Compiling thiserror-no-std v2.0.2
31302026-05-05T22:11:51.593Z Compiling parse-display v0.10.0
31312026-05-05T22:11:51.637Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31322026-05-05T22:11:51.675Z Compiling vsss-rs v3.3.4
31332026-05-05T22:11:51.741Z Compiling proc-macro-crate v3.4.0
31342026-05-05T22:11:51.882Z Compiling tabwriter v1.4.1
31352026-05-05T22:11:51.925Z Compiling num-rational v0.4.2
31362026-05-05T22:11:51.943Z Compiling cobs v0.3.0
31372026-05-05T22:11:52.174Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31382026-05-05T22:11:52.193Z Compiling num-complex v0.4.6
31392026-05-05T22:11:52.233Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31402026-05-05T22:11:52.327Z Compiling postcard v1.1.3
31412026-05-05T22:11:52.346Z Compiling num_enum_derive v0.7.5
31422026-05-05T22:11:52.382Z Compiling proc-macro-error v1.0.4
31432026-05-05T22:11:52.474Z Compiling proc-macro-crate v1.3.1
31442026-05-05T22:11:52.600Z Compiling num v0.4.3
31452026-05-05T22:11:52.618Z Compiling foreign-types-macros v0.2.3
31462026-05-05T22:11:52.635Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31472026-05-05T22:11:52.684Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31482026-05-05T22:11:52.702Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31492026-05-05T22:11:52.722Z Compiling colored v3.1.1
31502026-05-05T22:11:52.738Z Compiling foreign-types-shared v0.3.1
31512026-05-05T22:11:52.862Z Compiling rayon-core v1.13.0
31522026-05-05T22:11:52.927Z Compiling cpufeatures v0.3.0
31532026-05-05T22:11:52.931Z Compiling float-ord v0.3.2
31542026-05-05T22:11:53.014Z Compiling chacha20 v0.10.0
31552026-05-05T22:11:53.031Z Compiling num_enum_derive v0.5.11
31562026-05-05T22:11:53.048Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31572026-05-05T22:11:53.137Z Compiling crossbeam-deque v0.8.6
31582026-05-05T22:11:53.159Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31592026-05-05T22:11:53.206Z Compiling camino-tempfile v1.4.1
31602026-05-05T22:11:53.243Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31612026-05-05T22:11:53.262Z Compiling foreign-types v0.5.0
31622026-05-05T22:11:53.266Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31632026-05-05T22:11:53.354Z Compiling cstr-argument v0.1.2
31642026-05-05T22:11:53.362Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31652026-05-05T22:11:53.383Z Compiling rand v0.10.0
31662026-05-05T22:11:53.473Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31672026-05-05T22:11:53.492Z Compiling num_enum v0.7.5
31682026-05-05T22:11:53.508Z Compiling toml v0.8.23
31692026-05-05T22:11:53.604Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31702026-05-05T22:11:53.643Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31712026-05-05T22:11:53.740Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31722026-05-05T22:11:53.756Z Compiling ingot-types v0.1.2
31732026-05-05T22:11:53.762Z Compiling zone_cfg_derive v0.3.1
31742026-05-05T22:11:53.792Z Compiling rayon v1.11.0
31752026-05-05T22:11:53.811Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31762026-05-05T22:11:53.852Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31772026-05-05T22:11:53.870Z Compiling itertools v0.12.1
31782026-05-05T22:11:53.892Z Compiling num-derive v0.4.2
31792026-05-05T22:11:53.962Z Compiling sigpipe v0.1.3
31802026-05-05T22:11:54.078Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31812026-05-05T22:11:54.078Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31822026-05-05T22:11:54.111Z Compiling glob v0.3.3
31832026-05-05T22:11:54.168Z Compiling ingot v0.1.1
31842026-05-05T22:11:54.186Z Compiling num_enum v0.5.11
31852026-05-05T22:11:54.202Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31862026-05-05T22:11:54.221Z Compiling smf v0.2.3
31872026-05-05T22:11:54.303Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31882026-05-05T22:11:54.334Z Compiling prettyplease v0.2.37
31892026-05-05T22:11:54.358Z Compiling whoami v1.6.1
31902026-05-05T22:11:54.476Z Compiling gethostname v0.5.0
31912026-05-05T22:11:54.561Z Compiling atomicwrites v0.4.4
31922026-05-05T22:11:54.631Z Compiling usdt-attr-macro v0.5.0
31932026-05-05T22:11:54.648Z Compiling usdt-macro v0.5.0
31942026-05-05T22:11:54.672Z Compiling memmap v0.7.0
31952026-05-05T22:11:54.768Z Compiling derive-where v1.6.0
31962026-05-05T22:11:54.771Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31972026-05-05T22:11:54.802Z Compiling progenitor-client v0.13.0
31982026-05-05T22:11:54.880Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31992026-05-05T22:11:54.897Z Compiling cancel-safe-futures v0.1.5
32002026-05-05T22:11:54.947Z Compiling owo-colors v4.3.0
32012026-05-05T22:11:55.140Z Compiling zone v0.3.1
32022026-05-05T22:11:55.157Z Compiling resolv-conf v0.7.6
32032026-05-05T22:11:55.202Z Compiling libsw-core v0.3.2
32042026-05-05T22:11:55.290Z Compiling async-recursion v1.1.1
32052026-05-05T22:11:55.403Z Compiling libsw v3.5.0
32062026-05-05T22:11:55.441Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32072026-05-05T22:11:55.491Z Compiling usdt v0.5.0
32082026-05-05T22:11:55.595Z Compiling console v0.15.11
32092026-05-05T22:11:55.613Z Compiling newline-converter v0.3.0
32102026-05-05T22:11:55.616Z Compiling libefi-sys v0.1.0
32112026-05-05T22:11:55.757Z Compiling linear-map v1.2.0
32122026-05-05T22:11:55.796Z Compiling hickory-proto v0.24.4
32132026-05-05T22:11:55.813Z Compiling bitfield-struct v0.6.2
32142026-05-05T22:11:55.863Z Compiling semver v0.1.20
32152026-05-05T22:11:55.881Z Compiling linked-hash-map v0.5.6
32162026-05-05T22:11:55.973Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32172026-05-05T22:11:56.008Z Compiling expectorate v1.2.0
32182026-05-05T22:11:56.062Z Compiling rustc_version v0.1.7
32192026-05-05T22:11:56.114Z Compiling lru-cache v0.1.2
32202026-05-05T22:11:56.133Z Compiling tokio-dtrace v0.1.1
32212026-05-05T22:11:56.148Z Compiling dropshot-api-manager-types v0.7.1
32222026-05-05T22:11:56.152Z Compiling pin-project-internal v1.1.11
32232026-05-05T22:11:56.187Z Compiling slog-dtrace v0.3.0
32242026-05-05T22:11:56.190Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32252026-05-05T22:11:56.222Z Compiling typify-macro v0.6.2
32262026-05-05T22:11:56.225Z Compiling minimal-lexical v0.2.1
32272026-05-05T22:11:56.225Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32282026-05-05T22:11:56.311Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32292026-05-05T22:11:56.330Z Compiling newtype_derive v0.1.6
32302026-05-05T22:11:56.346Z Compiling oxide-tokio-rt v0.1.4
32312026-05-05T22:11:56.434Z Compiling typify-impl v0.4.3
32322026-05-05T22:11:56.485Z Compiling nom v7.1.3
32332026-05-05T22:11:56.506Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32342026-05-05T22:11:56.527Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32352026-05-05T22:11:56.530Z Compiling snafu-derive v0.8.9
32362026-05-05T22:11:56.561Z Compiling phf_shared v0.12.1
32372026-05-05T22:11:56.563Z Compiling pem v3.0.6
32382026-05-05T22:11:56.675Z Compiling csv-core v0.1.13
32392026-05-05T22:11:56.726Z Compiling highway v1.3.0
32402026-05-05T22:11:56.765Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32412026-05-05T22:11:56.948Z Compiling xshell-macros v0.2.7
32422026-05-05T22:11:56.970Z Compiling same-file v1.0.6
32432026-05-05T22:11:57.078Z Compiling chrono-tz v0.10.4
32442026-05-05T22:11:57.132Z Compiling const_format_proc_macros v0.2.34
32452026-05-05T22:11:57.136Z Compiling csv v1.4.0
32462026-05-05T22:11:57.208Z Compiling walkdir v2.5.0
32472026-05-05T22:11:57.226Z Compiling phf v0.12.1
32482026-05-05T22:11:57.332Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32492026-05-05T22:11:57.398Z Compiling pin-project v1.1.11
32502026-05-05T22:11:57.433Z Compiling xshell v0.2.7
32512026-05-05T22:11:57.513Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32522026-05-05T22:11:57.530Z Compiling globset v0.4.18
32532026-05-05T22:11:57.571Z Compiling olpc-cjson v0.1.4
32542026-05-05T22:11:57.729Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32552026-05-05T22:11:57.766Z Compiling primeorder v0.13.6
32562026-05-05T22:11:57.833Z Compiling serde_plain v1.0.2
32572026-05-05T22:11:57.927Z Compiling typed-path v0.9.3
32582026-05-05T22:11:57.945Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32592026-05-05T22:11:57.994Z Compiling hickory-resolver v0.24.4
32602026-05-05T22:11:58.025Z Compiling const_format v0.2.35
32612026-05-05T22:11:58.054Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32622026-05-05T22:11:58.101Z Compiling typify v0.6.2
32632026-05-05T22:11:58.177Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32642026-05-05T22:11:58.244Z Compiling progenitor-impl v0.14.0
32652026-05-05T22:11:58.262Z Compiling progenitor-impl v0.13.0
32662026-05-05T22:11:58.383Z Compiling tabled_derive v0.7.0
32672026-05-05T22:11:58.505Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32682026-05-05T22:11:58.598Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32692026-05-05T22:11:58.806Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32702026-05-05T22:11:58.853Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32712026-05-05T22:11:58.930Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32722026-05-05T22:11:59.136Z Compiling qorb v0.4.1
32732026-05-05T22:11:59.254Z Compiling snafu v0.8.9
32742026-05-05T22:11:59.460Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32752026-05-05T22:11:59.662Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32762026-05-05T22:11:59.789Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32772026-05-05T22:11:59.807Z Compiling tough v0.20.0
32782026-05-05T22:11:59.855Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32792026-05-05T22:11:59.916Z Compiling bcs v0.1.6
32802026-05-05T22:12:00.077Z Compiling salty v0.3.0
32812026-05-05T22:12:00.295Z Compiling termtree v0.5.1
32822026-05-05T22:12:00.314Z Compiling textwrap v0.16.2
32832026-05-05T22:12:00.332Z Compiling tabled v0.15.0
32842026-05-05T22:12:00.396Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32852026-05-05T22:12:00.468Z Compiling steno v0.4.1
32862026-05-05T22:12:00.486Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32872026-05-05T22:12:00.651Z Compiling humantime v2.3.0
32882026-05-05T22:12:00.667Z Compiling radium v0.7.0
32892026-05-05T22:12:00.757Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32902026-05-05T22:12:00.826Z Compiling base64 v0.21.7
32912026-05-05T22:12:00.947Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32922026-05-05T22:12:00.963Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32932026-05-05T22:12:01.019Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32942026-05-05T22:12:01.041Z Compiling progenitor-macro v0.14.0
32952026-05-05T22:12:01.075Z Compiling progenitor-macro v0.13.0
32962026-05-05T22:12:01.144Z Compiling typify-macro v0.4.3
32972026-05-05T22:12:01.176Z Compiling tagptr v0.2.0
32982026-05-05T22:12:01.282Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32992026-05-05T22:12:01.355Z Compiling moka v0.12.13
33002026-05-05T22:12:01.620Z Compiling p384 v0.13.1
33012026-05-05T22:12:01.692Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33022026-05-05T22:12:01.847Z Compiling maybe-uninit v2.0.0
33032026-05-05T22:12:01.908Z Compiling tap v1.0.1
33042026-05-05T22:12:02.080Z Compiling hickory-resolver v0.25.2
33052026-05-05T22:12:02.210Z Compiling wyz v0.5.1
33062026-05-05T22:12:02.248Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33072026-05-05T22:12:02.441Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33082026-05-05T22:12:02.459Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33092026-05-05T22:12:02.503Z Compiling proc-macro-error-attr2 v2.0.0
33102026-05-05T22:12:02.695Z Compiling packed_struct v0.10.1
33112026-05-05T22:12:02.734Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33122026-05-05T22:12:02.822Z Compiling parking_lot_core v0.8.6
33132026-05-05T22:12:02.964Z Compiling utf-8 v0.7.6
33142026-05-05T22:12:02.985Z Compiling funty v2.0.0
33152026-05-05T22:12:03.039Z Compiling typify v0.4.3
33162026-05-05T22:12:03.042Z Compiling proc-macro-error2 v2.0.1
33172026-05-05T22:12:03.071Z Compiling polyval v0.6.2
33182026-05-05T22:12:03.137Z Compiling tungstenite v0.21.0
33192026-05-05T22:12:03.171Z Compiling git-stub v1.0.0
33202026-05-05T22:12:03.188Z Compiling packed_struct_codegen v0.10.1
33212026-05-05T22:12:03.204Z Compiling num-derive v0.3.3
33222026-05-05T22:12:03.359Z Compiling bitvec v1.0.1
33232026-05-05T22:12:03.408Z Compiling zerocopy-derive v0.6.6
33242026-05-05T22:12:03.470Z Compiling bitfield-macros v0.19.4
33252026-05-05T22:12:03.581Z Compiling indexmap v1.9.3
33262026-05-05T22:12:03.618Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33272026-05-05T22:12:03.808Z Compiling crc-catalog v2.4.0
33282026-05-05T22:12:03.840Z Compiling nodrop v0.1.14
33292026-05-05T22:12:03.880Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33302026-05-05T22:12:03.934Z Compiling crc v3.4.0
33312026-05-05T22:12:03.982Z Compiling array-init v0.0.4
33322026-05-05T22:12:04.029Z Compiling tokio-tungstenite v0.21.0
33332026-05-05T22:12:04.066Z Compiling tabled_derive v0.11.0
33342026-05-05T22:12:04.173Z Compiling git-stub-vcs v0.1.0
33352026-05-05T22:12:04.233Z Compiling libscf-sys v1.1.0
33362026-05-05T22:12:04.269Z Compiling bitfield v0.19.4
33372026-05-05T22:12:04.340Z Compiling zerocopy v0.6.6
33382026-05-05T22:12:04.364Z Compiling ghash v0.5.1
33392026-05-05T22:12:04.381Z Compiling smallvec v0.6.14
33402026-05-05T22:12:04.384Z Compiling progenitor-impl v0.11.2
33412026-05-05T22:12:04.568Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33422026-05-05T22:12:04.603Z Compiling papergrid v0.17.0
33432026-05-05T22:12:04.635Z Compiling testing_table v0.3.0
33442026-05-05T22:12:04.698Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33452026-05-05T22:12:04.775Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33462026-05-05T22:12:04.822Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33472026-05-05T22:12:04.848Z Compiling ctr v0.9.2
33482026-05-05T22:12:04.973Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33492026-05-05T22:12:05.075Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33502026-05-05T22:12:05.114Z Compiling unicase v2.9.0
33512026-05-05T22:12:05.144Z Compiling hashbrown v0.12.3
33522026-05-05T22:12:05.341Z Compiling corncobs v0.1.4
33532026-05-05T22:12:05.380Z Compiling aes-gcm v0.10.3
33542026-05-05T22:12:05.414Z Compiling mime_guess v2.0.5
33552026-05-05T22:12:05.432Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33562026-05-05T22:12:05.451Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33572026-05-05T22:12:05.454Z Compiling parking_lot v0.11.2
33582026-05-05T22:12:05.551Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33592026-05-05T22:12:05.631Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33602026-05-05T22:12:05.785Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33612026-05-05T22:12:05.809Z Compiling tabled v0.20.0
33622026-05-05T22:12:05.874Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33632026-05-05T22:12:05.997Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33642026-05-05T22:12:06.097Z Compiling serde-hex v0.1.0
33652026-05-05T22:12:06.119Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33662026-05-05T22:12:06.123Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33672026-05-05T22:12:06.281Z Compiling progenitor v0.13.0
33682026-05-05T22:12:06.310Z Compiling progenitor v0.14.0
33692026-05-05T22:12:06.341Z Compiling progenitor-impl v0.10.0
33702026-05-05T22:12:06.399Z Compiling ron v0.8.1
33712026-05-05T22:12:06.463Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33722026-05-05T22:12:06.483Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33732026-05-05T22:12:06.486Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33742026-05-05T22:12:06.550Z Compiling hashbrown v0.13.2
33752026-05-05T22:12:06.554Z Compiling progenitor-client v0.11.2
33762026-05-05T22:12:06.626Z Compiling prefix-trie v0.7.0
33772026-05-05T22:12:06.887Z Compiling ssh-encoding v0.2.0
33782026-05-05T22:12:07.019Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33792026-05-05T22:12:07.047Z Compiling blowfish v0.9.1
33802026-05-05T22:12:07.065Z Compiling fxhash v0.2.1
33812026-05-05T22:12:07.120Z Compiling progenitor-macro v0.11.2
33822026-05-05T22:12:07.196Z Compiling secrecy v0.8.0
33832026-05-05T22:12:07.260Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33842026-05-05T22:12:07.313Z Compiling crc-any v2.5.0
33852026-05-05T22:12:07.400Z Compiling bcrypt-pbkdf v0.10.0
33862026-05-05T22:12:07.521Z Compiling sled v0.34.7
33872026-05-05T22:12:07.583Z Compiling ssh-cipher v0.2.0
33882026-05-05T22:12:07.783Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33892026-05-05T22:12:07.907Z Compiling object v0.30.4
33902026-05-05T22:12:08.211Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33912026-05-05T22:12:08.388Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33922026-05-05T22:12:08.558Z Compiling hickory-server v0.25.2
33932026-05-05T22:12:08.673Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33942026-05-05T22:12:08.727Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33952026-05-05T22:12:08.991Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33962026-05-05T22:12:09.114Z Compiling progenitor-macro v0.10.0
33972026-05-05T22:12:09.312Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33982026-05-05T22:12:09.406Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33992026-05-05T22:12:09.424Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34002026-05-05T22:12:09.531Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34012026-05-05T22:12:10.117Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34022026-05-05T22:12:10.480Z Compiling password-hash v0.4.2
34032026-05-05T22:12:10.722Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34042026-05-05T22:12:10.841Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34052026-05-05T22:12:10.912Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34062026-05-05T22:12:10.928Z Compiling crc8 v0.1.1
34072026-05-05T22:12:10.947Z Compiling path-slash v0.1.5
34082026-05-05T22:12:10.995Z Compiling half v1.8.3
34092026-05-05T22:12:11.086Z Compiling http-range v0.1.5
34102026-05-05T22:12:11.106Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34112026-05-05T22:12:11.124Z Compiling pbkdf2 v0.11.0
34122026-05-05T22:12:11.304Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34132026-05-05T22:12:11.322Z Compiling serde_cbor v0.11.2
34142026-05-05T22:12:11.357Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34152026-05-05T22:12:11.440Z Compiling ssh-key v0.6.7
34162026-05-05T22:12:11.790Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34172026-05-05T22:12:11.808Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34182026-05-05T22:12:11.861Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34192026-05-05T22:12:11.919Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34202026-05-05T22:12:11.937Z Compiling p256 v0.13.2
34212026-05-05T22:12:11.953Z Compiling p521 v0.13.3
34222026-05-05T22:12:12.219Z Compiling yasna v0.5.2
34232026-05-05T22:12:12.374Z Compiling progenitor v0.11.2
34242026-05-05T22:12:12.409Z Compiling kstat-rs v0.2.4
34252026-05-05T22:12:12.484Z Compiling headers-core v0.3.0
34262026-05-05T22:12:12.560Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34272026-05-05T22:12:12.632Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34282026-05-05T22:12:12.636Z Compiling nanorand v0.7.0
34292026-05-05T22:12:12.649Z Compiling atty v0.2.14
34302026-05-05T22:12:12.743Z Compiling russh-cryptovec v0.7.3
34312026-05-05T22:12:12.771Z Compiling home v0.5.12
34322026-05-05T22:12:12.790Z Compiling md5 v0.7.0
34332026-05-05T22:12:12.794Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34342026-05-05T22:12:12.827Z Compiling rcgen v0.12.1
34352026-05-05T22:12:12.941Z Compiling flume v0.11.1
34362026-05-05T22:12:12.944Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34372026-05-05T22:12:12.978Z Compiling russh-keys v0.45.0
34382026-05-05T22:12:12.981Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34392026-05-05T22:12:13.014Z Compiling headers v0.4.1
34402026-05-05T22:12:13.097Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34412026-05-05T22:12:13.240Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34422026-05-05T22:12:13.293Z Compiling hyper-staticfile v0.10.1
34432026-05-05T22:12:13.380Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34442026-05-05T22:12:13.633Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34452026-05-05T22:12:13.748Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34462026-05-05T22:12:13.778Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34472026-05-05T22:12:13.815Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34482026-05-05T22:12:13.841Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34492026-05-05T22:12:14.121Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34502026-05-05T22:12:14.140Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34512026-05-05T22:12:14.237Z Compiling progenitor v0.10.0
34522026-05-05T22:12:14.320Z Compiling num-bigint v0.4.6
34532026-05-05T22:12:14.435Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34542026-05-05T22:12:14.452Z Compiling des v0.8.1
34552026-05-05T22:12:14.497Z Compiling subprocess v0.2.15
34562026-05-05T22:12:14.574Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34572026-05-05T22:12:14.611Z Compiling hex-literal v0.4.1
34582026-05-05T22:12:14.679Z Compiling display-error-chain v0.2.2
34592026-05-05T22:12:14.706Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34602026-05-05T22:12:14.750Z Compiling colored v2.2.0
34612026-05-05T22:12:14.843Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34622026-05-05T22:12:14.881Z Compiling socket2 v0.5.10
34632026-05-05T22:12:15.030Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34642026-05-05T22:12:15.108Z Compiling internet-checksum v0.2.1
34652026-05-05T22:12:15.140Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34662026-05-05T22:12:15.238Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34672026-05-05T22:12:15.536Z Compiling russh v0.45.0
34682026-05-05T22:12:17.759Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34692026-05-05T22:12:18.462Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34702026-05-05T22:12:18.957Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34712026-05-05T22:12:20.552Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34722026-05-05T22:12:28.461Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34732026-05-05T22:12:28.461Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34742026-05-05T22:12:28.464Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34752026-05-05T22:12:28.464Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34762026-05-05T22:12:30.170Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34772026-05-05T22:12:30.295Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34782026-05-05T22:12:34.313Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34792026-05-05T22:12:35.687Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34802026-05-05T22:12:54.472Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34812026-05-05T22:13:12.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34822026-05-05T22:13:13.028Z
34832026-05-05T22:13:13.028Zreal 1:25.600479928
34842026-05-05T22:13:13.028Zuser 8:18.359921191
34852026-05-05T22:13:13.028Zsys 1:43.902622171
34862026-05-05T22:13:13.028Ztrap 0.258767350
34872026-05-05T22:13:13.031Ztflt 0.534476414
34882026-05-05T22:13:13.031Zdflt 1.708305465
34892026-05-05T22:13:13.031Zkflt 0.005435380
34902026-05-05T22:13:13.031Zlock 29:44.837184766
34912026-05-05T22:13:13.031Zslp 19:28.094023246
34922026-05-05T22:13:13.031Zlat 40.695609137
34932026-05-05T22:13:13.031Zstop 2:53.262411510
34942026-05-05T22:13:13.031Z+ mkdir tests
34952026-05-05T22:13:13.034Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34962026-05-05T22:13:13.034Z+ xargs -I '{}' -t cp '{}' tests/
34972026-05-05T22:13:13.060Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-470a60e3d0e6ef24 tests/
34982026-05-05T22:13:13.081Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a30bd6ce46b8f667 tests/
34992026-05-05T22:13:13.100Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-6ff027522a55cd83 tests/
35002026-05-05T22:13:13.121Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-06879957ae11aa92 tests/
35012026-05-05T22:13:13.349Z+ 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/*)
35022026-05-05T22:13:13.352Z+ 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-a30bd6ce46b8f667 tests/commtest-6ff027522a55cd83 tests/dhcp_server-470a60e3d0e6ef24 tests/end_to_end_tests-06879957ae11aa92 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
35032026-05-05T22:14:38.419ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35042026-05-05T22:14:38.419Za .github/buildomat/ci-env.sh 1K
35052026-05-05T22:14:38.419Za out/target/test 1K
35062026-05-05T22:14:38.419Za out/npuzone/npuzone 27402K
35072026-05-05T22:14:38.419Za package-manifest.toml 35K
35082026-05-05T22:14:38.419Za smf/sled-agent/non-gimlet/config.toml 6K
35092026-05-05T22:14:38.419Za target/release/omicron-package 44886K
35102026-05-05T22:14:38.419Za target/release/xtask 11449K
35112026-05-05T22:14:38.419Za target/debug/bootstrap 351804K
35122026-05-05T22:14:38.420Za tests/bootstrap-a30bd6ce46b8f667 31215K
35132026-05-05T22:14:38.420Za tests/commtest-6ff027522a55cd83 32300K
35142026-05-05T22:14:38.420Za tests/dhcp_server-470a60e3d0e6ef24 31215K
35152026-05-05T22:14:38.420Za tests/end_to_end_tests-06879957ae11aa92 392918K
35162026-05-05T22:14:38.420Za out/clickhouse.tar.gz 318955K
35172026-05-05T22:14:38.420Za out/clickhouse_keeper.tar.gz 304309K
35182026-05-05T22:14:38.420Za out/clickhouse_server.tar.gz 318954K
35192026-05-05T22:14:38.420Za out/cockroachdb.tar.gz 160971K
35202026-05-05T22:14:38.420Za out/crucible-pantry-zone.tar.gz 43686K
35212026-05-05T22:14:38.420Za out/crucible-utils.tar 17744K
35222026-05-05T22:14:38.420Za out/crucible-zone.tar.gz 57824K
35232026-05-05T22:14:38.420Za out/external-dns.tar.gz 49279K
35242026-05-05T22:14:38.420Za out/internal-dns.tar.gz 49279K
35252026-05-05T22:14:38.420Za out/mg-ddm-gz.tar 95141K
35262026-05-05T22:14:38.420Za out/nexus.tar.gz 220825K
35272026-05-05T22:14:38.420Za out/ntp.tar.gz 31636K
35282026-05-05T22:14:38.420Za out/omicron-gateway-softnpu.tar.gz 28502K
35292026-05-05T22:14:38.420Za out/omicron-sled-agent.tar 198822K
35302026-05-05T22:14:38.420Za out/overlay.tar.gz 3K
35312026-05-05T22:14:38.420Za out/oximeter.tar.gz 65320K
35322026-05-05T22:14:38.420Za out/oxlog.tar 3782K
35332026-05-05T22:14:38.420Za out/probe.tar.gz 3037K
35342026-05-05T22:14:38.420Za out/propolis-server.tar.gz 38727K
35352026-05-05T22:14:38.420Za out/pumpkind-gz.tar 26647K
35362026-05-05T22:14:38.420Za out/switch-softnpu.tar.gz 393637K
35372026-05-05T22:14:38.424Z
35382026-05-05T22:14:38.424Zreal 1:25.060355644
35392026-05-05T22:14:38.424Zuser 1:22.416683309
35402026-05-05T22:14:38.424Zsys 4.337367999
35412026-05-05T22:14:38.424Ztrap 0.006583517
35422026-05-05T22:14:38.424Ztflt 0.000000000
35432026-05-05T22:14:38.424Zdflt 0.000000000
35442026-05-05T22:14:38.424Zkflt 0.000000000
35452026-05-05T22:14:38.424Zlock 0.000000000
35462026-05-05T22:14:38.424Zslp 1:22.408053238
35472026-05-05T22:14:38.424Zlat 0.947852591
35482026-05-05T22:14:38.424Zstop 0.000241276
35492026-05-05T22:14:38.424Zprocess exited: duration 939315 ms, exit code 0
 
35502026-05-05T22:14:38.438Zfound 1 output files
35512026-05-05T22:14:38.438Zuploading: /work/package.tar.gz (2430026759 bytes)
35522026-05-05T22:15:05.402Zuploaded: /work/package.tar.gz