01M03FZ0T87WKHWG9RZZE2WSXZ: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0-16c64gb",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01M03FZEH69E86SBMWT78Z6E4N

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-15T19:57:49.798Zjob assigned to worker 01M03FZQ0M7AQJPCMVJX71KZSH [factory aws, i-0d995057db71f9266] (queued for 52 s)
 
22026-08-15T19:57:57.309Zstarting task 0: "setup"
32026-08-15T19:57:57.319Z++ uname -s
42026-08-15T19:57:57.319Z+ kern=SunOS
52026-08-15T19:57:57.319Z+ build_user=build
62026-08-15T19:57:57.320Z+ build_uid=12345
72026-08-15T19:57:57.320Z+ work_dir=/work
82026-08-15T19:57:57.320Z+ input_dir=/input
92026-08-15T19:57:57.320Z+ [[ 0 == 12345 ]]
102026-08-15T19:57:57.320Z+ case "$kern" in
112026-08-15T19:57:57.320Z+ groupadd -g 12345 build
122026-08-15T19:57:57.331Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-15T19:57:59.334Z+ zfs create -o mountpoint=/work rpool/work
142026-08-15T19:57:59.444Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-15T19:57:59.452Z+ home_fs=zfs
162026-08-15T19:57:59.452Z+ [[ zfs == autofs ]]
172026-08-15T19:57:59.452Z+ mkdir -p /home/build
182026-08-15T19:57:59.452Z+ chown build:build /home/build /work
192026-08-15T19:58:01.448Z+ chmod 0700 /home/build /work
202026-08-15T19:58:01.451Zprocess exited: duration 4145 ms, exit code 0
 
212026-08-15T19:58:01.457Zstarting task 1: "rust-toolchain"
222026-08-15T19:58:01.463Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-15T19:58:01.463Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-15T19:58:01.463Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-15T19:58:01.463Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-15T19:58:01.463Z * rust toolchain channel = "1.97.1"
272026-08-15T19:58:01.463Z * rust toolchain profile = "default"
282026-08-15T19:58:01.466Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-15T19:58:01.466Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-15T19:58:01.576Zinfo: downloading installer
312026-08-15T19:58:03.280Zwarn: It looks like you have an existing rustup settings file at:
322026-08-15T19:58:03.281Zwarn: /home/build/.rustup/settings.toml
332026-08-15T19:58:03.281Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-15T19:58:03.281Zwarn: instead of the one inferred from the default host triple.
352026-08-15T19:58:03.293Zinfo: profile set to default
362026-08-15T19:58:03.293Zinfo: default host triple is x86_64-unknown-illumos
372026-08-15T19:58:03.295Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-15T19:58:03.444Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-15T19:58:03.447Zinfo: downloading 6 components
402026-08-15T19:58:18.237Z
412026-08-15T19:58:18.237Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-15T19:58:18.268Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-15T19:58:18.268Z
442026-08-15T19:58:18.268Z
452026-08-15T19:58:18.268ZRust is installed now. Great!
462026-08-15T19:58:18.268Z
472026-08-15T19:58:18.268ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-15T19:58:18.268Zenvironment variable. This has not been done automatically.
492026-08-15T19:58:18.268Z
502026-08-15T19:58:18.268ZTo configure your current shell, you need to source
512026-08-15T19:58:18.268Zthe corresponding env file under $HOME/.cargo.
522026-08-15T19:58:18.268Z
532026-08-15T19:58:18.269ZThis is usually done by running one of the following (note the leading DOT):
542026-08-15T19:58:18.269Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-15T19:58:18.269Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-15T19:58:18.269Zsource "~/.cargo/env.nu" # For nushell
572026-08-15T19:58:18.269Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-15T19:58:18.269Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-15T19:58:18.269Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-15T19:58:18.279Zwarn: no default linker (`cc`) was found in your PATH
612026-08-15T19:58:18.279Zwarn: many Rust crates require a system C toolchain to build
622026-08-15T19:58:18.389Z+ rustup --version
632026-08-15T19:58:18.392Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-15T19:58:18.392Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-15T19:58:18.408Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-15T19:58:18.413Z+ cargo --version
672026-08-15T19:58:18.420Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-15T19:58:18.434Z+ rustc --version
692026-08-15T19:58:18.443Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-15T19:58:18.446Zprocess exited: duration 16987 ms, exit code 0
 
712026-08-15T19:58:18.453Zstarting task 2: "authentication"
722026-08-15T19:58:18.471Zprocess exited: duration 17 ms, exit code 0
 
732026-08-15T19:58:18.478Zstarting task 3: "clone repository"
742026-08-15T19:58:18.483Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-15T19:58:18.485Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-15T19:58:18.519ZCloning into '/work/oxidecomputer/omicron'...
772026-08-15T19:58:30.093Z+ cd /work/oxidecomputer/omicron
782026-08-15T19:58:30.093Z+ git fetch origin bcbde49b9886d4e3b88ddb346aba0a719c0e4c5c
792026-08-15T19:58:30.410ZFrom https://github.com/oxidecomputer/omicron
802026-08-15T19:58:30.410Z * branch bcbde49b9886d4e3b88ddb346aba0a719c0e4c5c -> FETCH_HEAD
812026-08-15T19:58:30.424Z+ [[ -n '' ]]
822026-08-15T19:58:30.424Z+ git reset --hard bcbde49b9886d4e3b88ddb346aba0a719c0e4c5c
832026-08-15T19:58:30.678ZHEAD is now at bcbde49b9 Advance sush to the macOS build fix
842026-08-15T19:58:30.681Zprocess exited: duration 12202 ms, exit code 0
 
852026-08-15T19:58:30.687Zstarting task 4: "build"
862026-08-15T19:58:30.692Z+ source .github/buildomat/ci-env.sh
872026-08-15T19:58:30.692Z++ export CARGO_TERM_COLOR=always
882026-08-15T19:58:30.692Z++ CARGO_TERM_COLOR=always
892026-08-15T19:58:30.695Z+++ uname -s
902026-08-15T19:58:30.695Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-15T19:58:30.695Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-15T19:58:30.698Z+ cargo --version
932026-08-15T19:58:30.707Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-15T19:58:30.709Z+ rustc --version
952026-08-15T19:58:30.730Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-15T19:58:30.733Z+ WORK=/work
972026-08-15T19:58:30.733Z+ pfexec mkdir -p /work
982026-08-15T19:58:30.736Z+ pfexec chown build /work
992026-08-15T19:58:30.739Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002026-08-15T19:58:32.622Z Startup: Refreshing catalog 'helios' ... Done
1012026-08-15T19:58:32.933Z Startup: Caching catalogs ... Done
1022026-08-15T19:58:34.653ZPlanning: Solver setup ... Done (1.616s)
1032026-08-15T19:58:34.706ZPlanning: Running solver ... Done (0.053s)
1042026-08-15T19:58:34.746ZPlanning: Finding local manifests ... Done (0.003s)
1052026-08-15T19:58:34.758ZPlanning: Fetching manifests: 0/2 0% complete
1062026-08-15T19:58:34.777ZPlanning: Fetching manifests: 2/2 100% complete
1072026-08-15T19:58:34.789ZPlanning: Package planning ... Done (0.013s)
1082026-08-15T19:58:34.792ZPlanning: Merging actions ... Done (0.002s)
1092026-08-15T19:58:34.958ZPlanning: Checking for conflicting actions ... Done (0.162s)
1102026-08-15T19:58:34.961ZPlanning: Consolidating action changes ... Done (0.001s)
1112026-08-15T19:58:35.775ZPlanning: Evaluating mediators ... Done (0.821s)
1122026-08-15T19:58:35.778ZPlanning: Planning completed in 2.81 seconds
1132026-08-15T19:58:35.785Z Packages to install: 2
1142026-08-15T19:58:35.785Z Estimated space available: 156.01 GB
1152026-08-15T19:58:35.785ZEstimated space to be consumed: 67.96 MB
1162026-08-15T19:58:35.785Z Create boot environment: No
1172026-08-15T19:58:35.788ZCreate backup boot environment: No
1182026-08-15T19:58:35.788Z Rebuild boot archive: No
1192026-08-15T19:58:35.788Z
1202026-08-15T19:58:35.788ZChanged packages:
1212026-08-15T19:58:35.788Zhelios
1222026-08-15T19:58:35.788Z developer/build-essential
1232026-08-15T19:58:35.788Z None -> 11-3.0
1242026-08-15T19:58:35.788Z library/libxmlsec1
1252026-08-15T19:58:35.788Z None -> 1.2.35-3.0
1262026-08-15T19:58:35.815Z
1272026-08-15T19:58:35.815ZDownload: 0/214 items 0.0/1.3MB 0% complete
1282026-08-15T19:58:35.881ZDownload: Completed 1.28 MB in 0.07 seconds (19.2M/s)
1292026-08-15T19:58:35.953Z Actions: 1/268 actions (Installing new actions)
1302026-08-15T19:58:35.996Z Actions: Completed 268 actions in 0.04 seconds.
1312026-08-15T19:58:36.021ZFinalize: Updating package state database ... Done (0.029s)
1322026-08-15T19:58:36.021ZFinalize: Updating package cache ... Done (0.000s)
1332026-08-15T19:58:36.095ZFinalize: Updating image state ... Done (0.073s)
1342026-08-15T19:58:38.717ZFinalize: Creating fast lookup database ... Done (2.576s)
1352026-08-15T19:58:38.783ZFinalize: Reading search index ... Done (0.012s)
1362026-08-15T19:58:38.786ZFinalize: Updating search index ... Done (0.000s)
1372026-08-15T19:58:38.900ZFinalize: Updating package cache ... Done (0.000s)
1382026-08-15T19:58:39.252ZPlanning: Evaluating mediator changes ... Done
1392026-08-15T19:58:39.358ZPlanning: Checking for conflicting actions ... Done
1402026-08-15T19:58:39.361ZPlanning: Consolidating action changes ... Done
1412026-08-15T19:58:39.512ZPlanning: Evaluating mediators ... Done
1422026-08-15T19:58:39.515ZPlanning: Planning completed in 0.26 seconds
1432026-08-15T19:58:39.535Z Mediators to change: 2
1442026-08-15T19:58:39.535Z Create boot environment: No
1452026-08-15T19:58:39.535ZCreate backup boot environment: No
1462026-08-15T19:58:39.583ZFinalize: Updating package state database ... Done
1472026-08-15T19:58:39.583ZFinalize: Updating package cache ... Done
1482026-08-15T19:58:39.627ZFinalize: Updating image state ... Done
1492026-08-15T19:58:41.558ZFinalize: Creating fast lookup database ... Done
1502026-08-15T19:58:41.619ZFinalize: Reading search index ... Done
1512026-08-15T19:58:41.622ZFinalize: Updating search index ... Done
1522026-08-15T19:58:41.683ZFinalize: Updating package cache ... Done
1532026-08-15T19:58:41.968ZPlanning: Evaluating mediator changes ... Done
1542026-08-15T19:58:42.074ZPlanning: Checking for conflicting actions ... Done
1552026-08-15T19:58:42.077ZPlanning: Consolidating action changes ... Done
1562026-08-15T19:58:42.229ZPlanning: Evaluating mediators ... Done
1572026-08-15T19:58:42.231ZPlanning: Planning completed in 0.26 seconds
1582026-08-15T19:58:42.252Z Mediators to change: 1
1592026-08-15T19:58:42.252Z Create boot environment: No
1602026-08-15T19:58:42.256ZCreate backup boot environment: No
1612026-08-15T19:58:42.294ZFinalize: Updating package state database ... Done
1622026-08-15T19:58:42.295ZFinalize: Updating package cache ... Done
1632026-08-15T19:58:42.339ZFinalize: Updating image state ... Done
1642026-08-15T19:58:44.267ZFinalize: Creating fast lookup database ... Done
1652026-08-15T19:58:44.334ZFinalize: Reading search index ... Done
1662026-08-15T19:58:44.337ZFinalize: Updating search index ... Done
1672026-08-15T19:58:44.408ZFinalize: Updating package cache ... Done
1682026-08-15T19:58:44.714ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1692026-08-15T19:58:44.715Zapache system 2.4 system
1702026-08-15T19:58:44.715Zclang system 15 system
1712026-08-15T19:58:44.715Zcsh system system illumos
1722026-08-15T19:58:44.715Zctags system system illumos
1732026-08-15T19:58:44.715Zfile vendor vendor darwinsys
1742026-08-15T19:58:44.715Zfile system system illumos
1752026-08-15T19:58:44.715Zgcc vendor 14 vendor
1762026-08-15T19:58:44.715Zgcc system 13 system
1772026-08-15T19:58:44.715Zgcc system 10 system
1782026-08-15T19:58:44.715Zgo system 1.25 system
1792026-08-15T19:58:44.715Zllvm system 15 system
1802026-08-15T19:58:44.715Zmariadb system 11.4 system
1812026-08-15T19:58:44.715Zmta vendor vendor dma
1822026-08-15T19:58:44.715Zopenjdk system 17 system
1832026-08-15T19:58:44.715Zopenjdk system 11 system
1842026-08-15T19:58:44.715Zopenssl vendor 3 vendor
1852026-08-15T19:58:44.715Zperl system 5.40 system
1862026-08-15T19:58:44.715Zpostgresql system 18 system
1872026-08-15T19:58:44.716Zpostgresql system 17 system
1882026-08-15T19:58:44.716Zpython vendor 3 vendor
1892026-08-15T19:58:44.716Zpython system 2 system
1902026-08-15T19:58:44.716Zpython3 vendor 3.13 vendor
1912026-08-15T19:58:44.716Zruby system 3.4 system
1922026-08-15T19:58:44.716Zruby system 3.0 system
1932026-08-15T19:58:44.716Zwords vendor vendor american-english
1942026-08-15T19:58:44.716Zwords system system australian-english
1952026-08-15T19:58:44.716Zwords system system british-english
1962026-08-15T19:58:44.716Zwords system system canadian-english
1972026-08-15T19:58:44.716Zwords system system french
1982026-08-15T19:58:44.717Zwords system system italian
1992026-08-15T19:58:44.717Zwords system system ngerman
2002026-08-15T19:58:44.717Zwords system system ogerman
2012026-08-15T19:58:44.717Zwords system system spanish
2022026-08-15T19:58:44.966ZPUBLISHER TYPE STATUS P LOCATION
2032026-08-15T19:58:44.966Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2042026-08-15T19:58:45.397ZFMRI IFO
2052026-08-15T19:58:45.397Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2062026-08-15T19:58:45.397Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2072026-08-15T19:58:45.397Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2082026-08-15T19:58:45.397Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2092026-08-15T19:58:45.397Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2102026-08-15T19:58:45.397Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2112026-08-15T19:58:45.397Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2122026-08-15T19:58:45.397Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2132026-08-15T19:58:45.397Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2142026-08-15T19:58:45.715Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2152026-08-15T19:58:46.031Z Updating crates.io index
2162026-08-15T19:58:46.034Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2172026-08-15T19:58:46.327Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2182026-08-15T19:58:46.676Z Updating git repository `https://github.com/oxidecomputer/propolis`
2192026-08-15T19:58:47.644Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2202026-08-15T19:58:48.208Z Updating git repository `https://github.com/oxidecomputer/crucible`
2212026-08-15T19:58:50.204Z Updating git repository `https://github.com/oxidecomputer/opte`
2222026-08-15T19:58:51.079Z Updating git repository `https://github.com/oxidecomputer/tofino`
2232026-08-15T19:58:51.380Z Updating git repository `https://github.com/oxidecomputer/lldp`
2242026-08-15T19:58:51.743Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2252026-08-15T19:58:53.253Z Updating git repository `https://github.com/oxidecomputer/clickward`
2262026-08-15T19:58:53.875Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2272026-08-15T19:58:54.256Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2282026-08-15T19:58:54.523Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2292026-08-15T19:58:54.806Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2302026-08-15T19:58:55.095Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2312026-08-15T19:58:55.377Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2322026-08-15T19:58:55.663Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2332026-08-15T19:58:55.964Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2342026-08-15T19:58:56.375Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-08-15T19:58:56.847Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2362026-08-15T19:58:57.241Z Updating git repository `https://github.com/oxidecomputer/sush`
2372026-08-15T19:58:57.707Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2382026-08-15T19:58:58.257Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2392026-08-15T19:58:58.580Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2402026-08-15T19:58:59.112Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2412026-08-15T19:58:59.471Z Updating git repository `https://github.com/oxidecomputer/erebor`
2422026-08-15T19:58:59.823Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-08-15T19:59:00.295Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-08-15T19:59:00.589Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2452026-08-15T19:59:00.981Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-08-15T19:59:01.377Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-08-15T19:59:01.638Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2482026-08-15T19:59:02.040Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2492026-08-15T19:59:02.537Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2502026-08-15T19:59:02.949Z Updating git repository `https://github.com/oxidecomputer/tough`
2512026-08-15T19:59:03.501Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2522026-08-15T19:59:03.794Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-08-15T19:59:04.084Z Updating git repository `https://github.com/oxidecomputer/rumors`
2542026-08-15T19:59:08.373Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2552026-08-15T19:59:08.687Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2562026-08-15T19:59:09.008Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2572026-08-15T19:59:09.288Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-08-15T19:59:09.719Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2592026-08-15T19:59:09.998Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2602026-08-15T19:59:10.310Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2612026-08-15T19:59:10.614Z Updating git repository `https://github.com/illumos/smf-rs`
2622026-08-15T19:59:13.448Z Downloading crates ...
2632026-08-15T19:59:13.507Z Downloaded errno v0.3.14
2642026-08-15T19:59:13.510Z Downloaded byteorder v1.5.0
2652026-08-15T19:59:13.510Z Downloaded anstream v1.0.0
2662026-08-15T19:59:13.513Z Downloaded camino v1.2.5
2672026-08-15T19:59:13.516Z Downloaded zerocopy-derive v0.7.35
2682026-08-15T19:59:13.519Z Downloaded anstyle-query v1.1.5
2692026-08-15T19:59:13.519Z Downloaded bytecount v0.6.9
2702026-08-15T19:59:13.521Z Downloaded zmij v1.0.21
2712026-08-15T19:59:13.524Z Downloaded block-buffer v0.10.4
2722026-08-15T19:59:13.524Z Downloaded heck v0.5.0
2732026-08-15T19:59:13.527Z Downloaded dof v0.3.0
2742026-08-15T19:59:13.527Z Downloaded fnv v1.0.7
2752026-08-15T19:59:13.527Z Downloaded macaddr v1.0.1
2762026-08-15T19:59:13.529Z Downloaded heck v0.4.1
2772026-08-15T19:59:13.530Z Downloaded zerocopy v0.7.35
2782026-08-15T19:59:13.536Z Downloaded crypto-common v0.1.7
2792026-08-15T19:59:13.539Z Downloaded colorchoice v1.0.4
2802026-08-15T19:59:13.539Z Downloaded cargo-platform v0.3.2
2812026-08-15T19:59:13.539Z Downloaded equivalent v1.0.2
2822026-08-15T19:59:13.543Z Downloaded fastrand v2.3.0
2832026-08-15T19:59:13.547Z Downloaded tabled_derive v0.7.0
2842026-08-15T19:59:13.549Z Downloaded is_terminal_polyfill v1.70.2
2852026-08-15T19:59:13.549Z Downloaded cargo_toml v0.21.0
2862026-08-15T19:59:13.549Z Downloaded digest v0.10.7
2872026-08-15T19:59:13.552Z Downloaded fs-err v3.3.0
2882026-08-15T19:59:13.552Z Downloaded dtrace-parser v0.2.0
2892026-08-15T19:59:13.555Z Downloaded memmap v0.7.0
2902026-08-15T19:59:13.566Z Downloaded clap_lex v1.0.0
2912026-08-15T19:59:13.568Z Downloaded strsim v0.11.1
2922026-08-15T19:59:13.574Z Downloaded usdt-macro v0.5.0
2932026-08-15T19:59:13.577Z Downloaded scroll_derive v0.12.1
2942026-08-15T19:59:13.577Z Downloaded smawk v0.3.2
2952026-08-15T19:59:13.580Z Downloaded terminal_size v0.4.3
2962026-08-15T19:59:13.582Z Downloaded plain v0.2.3
2972026-08-15T19:59:13.582Z Downloaded cfg-if v1.0.4
2982026-08-15T19:59:13.582Z Downloaded itoa v1.0.17
2992026-08-15T19:59:13.585Z Downloaded usdt-attr-macro v0.5.0
3002026-08-15T19:59:13.588Z Downloaded swrite v0.1.0
3012026-08-15T19:59:13.591Z Downloaded unicode-linebreak v0.1.5
3022026-08-15T19:59:13.591Z Downloaded pretty-hex v0.4.1
3032026-08-15T19:59:13.593Z Downloaded version_check v0.9.5
3042026-08-15T19:59:13.593Z Downloaded proc-macro-error-attr v1.0.4
3052026-08-15T19:59:13.596Z Downloaded thread-id v4.2.2
3062026-08-15T19:59:13.601Z Downloaded toml_write v0.1.2
3072026-08-15T19:59:13.613Z Downloaded toml_datetime v0.6.11
3082026-08-15T19:59:13.616Z Downloaded anstyle-parse v1.0.0
3092026-08-15T19:59:13.619Z Downloaded serde_spanned v0.6.9
3102026-08-15T19:59:13.623Z Downloaded anstyle v1.0.14
3112026-08-15T19:59:13.626Z Downloaded generic-array v0.14.7
3122026-08-15T19:59:13.626Z Downloaded autocfg v1.5.0
3132026-08-15T19:59:13.629Z Downloaded usdt v0.5.0
3142026-08-15T19:59:13.645Z Downloaded camino-tempfile v1.4.1
3152026-08-15T19:59:13.648Z Downloaded cpufeatures v0.2.17
3162026-08-15T19:59:13.648Z Downloaded proc-macro-error v1.0.4
3172026-08-15T19:59:13.653Z Downloaded sha2 v0.10.9
3182026-08-15T19:59:13.656Z Downloaded thiserror v1.0.69
3192026-08-15T19:59:13.658Z Downloaded utf8parse v0.2.2
3202026-08-15T19:59:13.665Z Downloaded thiserror-impl v2.0.18
3212026-08-15T19:59:13.669Z Downloaded scroll v0.12.0
3222026-08-15T19:59:13.672Z Downloaded thiserror v2.0.18
3232026-08-15T19:59:13.674Z Downloaded thiserror-impl v1.0.69
3242026-08-15T19:59:13.678Z Downloaded bitflags v2.11.0
3252026-08-15T19:59:13.680Z Downloaded cargo_metadata v0.23.1
3262026-08-15T19:59:13.683Z Downloaded serde_tokenstream v0.2.3
3272026-08-15T19:59:13.686Z Downloaded anyhow v1.0.104
3282026-08-15T19:59:13.688Z Downloaded log v0.4.33
3292026-08-15T19:59:13.691Z Downloaded clap_derive v4.6.1
3302026-08-15T19:59:13.691Z Downloaded pest_generator v2.8.6
3312026-08-15T19:59:13.698Z Downloaded once_cell v1.21.3
3322026-08-15T19:59:13.700Z Downloaded pest_derive v2.8.6
3332026-08-15T19:59:13.706Z Downloaded quote v1.0.45
3342026-08-15T19:59:13.716Z Downloaded semver v1.0.28
3352026-08-15T19:59:13.718Z Downloaded tempfile v3.27.0
3362026-08-15T19:59:13.718Z Downloaded ucd-trie v0.1.7
3372026-08-15T19:59:13.718Z Downloaded usdt-impl v0.5.0
3382026-08-15T19:59:13.721Z Downloaded toml v0.8.23
3392026-08-15T19:59:13.730Z Downloaded papergrid v0.11.0
3402026-08-15T19:59:13.735Z Downloaded serde_derive v1.0.228
3412026-08-15T19:59:13.738Z Downloaded serde_core v1.0.228
3422026-08-15T19:59:13.742Z Downloaded proc-macro2 v1.0.106
3432026-08-15T19:59:13.744Z Downloaded textwrap v0.16.2
3442026-08-15T19:59:13.744Z Downloaded unicode-ident v1.0.24
3452026-08-15T19:59:13.748Z Downloaded getrandom v0.3.4
3462026-08-15T19:59:13.764Z Downloaded clap v4.6.1
3472026-08-15T19:59:13.769Z Downloaded toml_edit v0.22.27
3482026-08-15T19:59:13.771Z Downloaded pest_meta v2.8.6
3492026-08-15T19:59:13.784Z Downloaded serde v1.0.228
3502026-08-15T19:59:13.793Z Downloaded indexmap v2.14.0
3512026-08-15T19:59:13.810Z Downloaded memchr v2.8.0
3522026-08-15T19:59:13.848Z Downloaded typenum v1.20.1
3532026-08-15T19:59:13.851Z Downloaded pest v2.8.6
3542026-08-15T19:59:13.851Z Downloaded serde_json v1.0.151
3552026-08-15T19:59:13.854Z Downloaded hashbrown v0.17.0
3562026-08-15T19:59:13.858Z Downloaded clap_builder v4.6.0
3572026-08-15T19:59:13.867Z Downloaded goblin v0.8.2
3582026-08-15T19:59:13.870Z Downloaded winnow v0.7.14
3592026-08-15T19:59:13.892Z Downloaded tabled v0.15.0
3602026-08-15T19:59:13.908Z Downloaded unicode-width v0.2.0
3612026-08-15T19:59:13.911Z Downloaded unicode-width v0.1.14
3622026-08-15T19:59:13.917Z Downloaded syn v1.0.109
3632026-08-15T19:59:13.922Z Downloaded syn v2.0.117
3642026-08-15T19:59:13.934Z Downloaded rustix v1.1.4
3652026-08-15T19:59:13.975Z Downloaded libc v0.2.185
3662026-08-15T19:59:14.478Z Compiling proc-macro2 v1.0.106
3672026-08-15T19:59:14.478Z Compiling quote v1.0.45
3682026-08-15T19:59:14.534Z Compiling unicode-ident v1.0.24
3692026-08-15T19:59:14.535Z Compiling serde_core v1.0.228
3702026-08-15T19:59:14.535Z Compiling libc v0.2.185
3712026-08-15T19:59:14.535Z Compiling version_check v0.9.5
3722026-08-15T19:59:14.535Z Compiling memchr v2.8.0
3732026-08-15T19:59:14.535Z Compiling serde v1.0.228
3742026-08-15T19:59:14.535Z Compiling zmij v1.0.21
3752026-08-15T19:59:14.535Z Compiling itoa v1.0.17
3762026-08-15T19:59:14.535Z Compiling ucd-trie v0.1.7
3772026-08-15T19:59:14.535Z Compiling thiserror v1.0.69
3782026-08-15T19:59:14.535Z Compiling rustix v1.1.4
3792026-08-15T19:59:14.535Z Compiling byteorder v1.5.0
3802026-08-15T19:59:14.611Z Compiling serde_json v1.0.151
3812026-08-15T19:59:14.611Z Compiling bitflags v2.11.0
3822026-08-15T19:59:14.700Z Compiling proc-macro-error-attr v1.0.4
3832026-08-15T19:59:14.793Z Compiling usdt-impl v0.5.0
3842026-08-15T19:59:14.793Z Compiling camino v1.2.5
3852026-08-15T19:59:14.869Z Compiling syn v1.0.109
3862026-08-15T19:59:14.869Z Compiling pest v2.8.6
3872026-08-15T19:59:14.936Z Compiling proc-macro-error v1.0.4
3882026-08-15T19:59:14.984Z Compiling plain v0.2.3
3892026-08-15T19:59:15.052Z Compiling log v0.4.33
3902026-08-15T19:59:15.093Z Compiling equivalent v1.0.2
3912026-08-15T19:59:15.093Z Compiling utf8parse v0.2.2
3922026-08-15T19:59:15.093Z Compiling hashbrown v0.17.0
3932026-08-15T19:59:15.122Z Compiling getrandom v0.3.4
3942026-08-15T19:59:15.158Z Compiling anstyle v1.0.14
3952026-08-15T19:59:15.198Z Compiling thiserror v2.0.18
3962026-08-15T19:59:15.248Z Compiling anstyle-parse v1.0.0
3972026-08-15T19:59:15.284Z Compiling pretty-hex v0.4.1
3982026-08-15T19:59:15.284Z Compiling toml_write v0.1.2
3992026-08-15T19:59:15.327Z Compiling cfg-if v1.0.4
4002026-08-15T19:59:15.346Z Compiling anstyle-query v1.1.5
4012026-08-15T19:59:15.473Z Compiling errno v0.3.14
4022026-08-15T19:59:15.489Z Compiling thread-id v4.2.2
4032026-08-15T19:59:15.505Z Compiling colorchoice v1.0.4
4042026-08-15T19:59:15.526Z Compiling is_terminal_polyfill v1.70.2
4052026-08-15T19:59:15.540Z Compiling winnow v0.7.14
4062026-08-15T19:59:15.544Z Compiling autocfg v1.5.0
4072026-08-15T19:59:15.586Z Compiling strsim v0.11.1
4082026-08-15T19:59:15.638Z Compiling syn v2.0.117
4092026-08-15T19:59:15.653Z Compiling anstream v1.0.0
4102026-08-15T19:59:15.709Z Compiling indexmap v2.14.0
4112026-08-15T19:59:15.726Z Compiling bytecount v0.6.9
4122026-08-15T19:59:15.768Z Compiling once_cell v1.21.3
4132026-08-15T19:59:15.877Z Compiling fnv v1.0.7
4142026-08-15T19:59:15.902Z Compiling pest_meta v2.8.6
4152026-08-15T19:59:15.951Z Compiling heck v0.4.1
4162026-08-15T19:59:15.981Z Compiling clap_lex v1.0.0
4172026-08-15T19:59:15.999Z Compiling heck v0.5.0
4182026-08-15T19:59:16.016Z Compiling fs-err v3.3.0
4192026-08-15T19:59:16.034Z Compiling anyhow v1.0.104
4202026-08-15T19:59:16.118Z Compiling fastrand v2.3.0
4212026-08-15T19:59:16.136Z Compiling unicode-width v0.1.14
4222026-08-15T19:59:16.167Z Compiling memmap v0.7.0
4232026-08-15T19:59:16.197Z Compiling unicode-width v0.2.0
4242026-08-15T19:59:16.247Z Compiling unicode-linebreak v0.1.5
4252026-08-15T19:59:16.265Z Compiling smawk v0.3.2
4262026-08-15T19:59:16.341Z Compiling swrite v0.1.0
4272026-08-15T19:59:16.380Z Compiling papergrid v0.11.0
4282026-08-15T19:59:16.446Z Compiling terminal_size v0.4.3
4292026-08-15T19:59:16.446Z Compiling tempfile v3.27.0
4302026-08-15T19:59:16.568Z Compiling clap_builder v4.6.0
4312026-08-15T19:59:16.569Z Compiling textwrap v0.16.2
4322026-08-15T19:59:16.642Z Compiling semver v1.0.28
4332026-08-15T19:59:16.661Z Compiling cargo-platform v0.3.2
4342026-08-15T19:59:16.907Z Compiling camino-tempfile v1.4.1
4352026-08-15T19:59:17.230Z Compiling tabled_derive v0.7.0
4362026-08-15T19:59:17.776Z Compiling pest_generator v2.8.6
4372026-08-15T19:59:17.906Z Compiling tabled v0.15.0
4382026-08-15T19:59:18.255Z Compiling serde_derive v1.0.228
4392026-08-15T19:59:18.261Z Compiling thiserror-impl v1.0.69
4402026-08-15T19:59:18.261Z Compiling zerocopy-derive v0.7.35
4412026-08-15T19:59:18.261Z Compiling scroll_derive v0.12.1
4422026-08-15T19:59:18.261Z Compiling thiserror-impl v2.0.18
4432026-08-15T19:59:18.261Z Compiling clap_derive v4.6.1
4442026-08-15T19:59:18.339Z Compiling pest_derive v2.8.6
4452026-08-15T19:59:18.978Z Compiling scroll v0.12.0
4462026-08-15T19:59:19.023Z Compiling zerocopy v0.7.35
4472026-08-15T19:59:19.187Z Compiling goblin v0.8.2
4482026-08-15T19:59:19.330Z Compiling dtrace-parser v0.2.0
4492026-08-15T19:59:19.678Z Compiling clap v4.6.1
4502026-08-15T19:59:20.756Z Compiling toml_datetime v0.6.11
4512026-08-15T19:59:20.756Z Compiling serde_spanned v0.6.9
4522026-08-15T19:59:20.761Z Compiling macaddr v1.0.1
4532026-08-15T19:59:20.761Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4542026-08-15T19:59:20.761Z Compiling cargo_metadata v0.23.1
4552026-08-15T19:59:20.774Z Compiling dof v0.3.0
4562026-08-15T19:59:20.777Z Compiling serde_tokenstream v0.2.3
4572026-08-15T19:59:20.996Z Compiling toml_edit v0.22.27
4582026-08-15T19:59:21.534Z Compiling usdt-attr-macro v0.5.0
4592026-08-15T19:59:21.537Z Compiling usdt-macro v0.5.0
4602026-08-15T19:59:22.129Z Compiling usdt v0.5.0
4612026-08-15T19:59:22.257Z Compiling toml v0.8.23
4622026-08-15T19:59:22.577Z Compiling cargo_toml v0.21.0
4632026-08-15T19:59:23.845Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4642026-08-15T19:59:25.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.37s
4652026-08-15T19:59:26.126Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4662026-08-15T19:59:26.652Z Downloading crates ...
4672026-08-15T19:59:26.706Z Downloaded atty v0.2.14
4682026-08-15T19:59:26.709Z Downloaded bit-set v0.5.3
4692026-08-15T19:59:26.712Z Downloaded async-recursion v1.1.1
4702026-08-15T19:59:26.717Z Downloaded adler2 v2.0.1
4712026-08-15T19:59:26.719Z Downloaded aead v0.5.2
4722026-08-15T19:59:26.719Z Downloaded endian-type v0.1.2
4732026-08-15T19:59:26.722Z Downloaded bit-set v0.8.0
4742026-08-15T19:59:26.722Z Downloaded cfg_aliases v0.2.1
4752026-08-15T19:59:26.722Z Downloaded arrayvec v0.7.6
4762026-08-15T19:59:26.725Z Downloaded foreign-types-shared v0.1.1
4772026-08-15T19:59:26.727Z Downloaded aead v0.6.1
4782026-08-15T19:59:26.730Z Downloaded atomic-waker v1.1.2
4792026-08-15T19:59:26.733Z Downloaded async-trait v0.1.89
4802026-08-15T19:59:26.733Z Downloaded bytesize v2.7.0
4812026-08-15T19:59:26.735Z Downloaded filetime v0.2.27
4822026-08-15T19:59:26.735Z Downloaded addr2line v0.25.1
4832026-08-15T19:59:26.738Z Downloaded async-bb8-diesel v0.2.1
4842026-08-15T19:59:26.738Z Downloaded flume v0.11.1
4852026-08-15T19:59:26.740Z Downloaded array-init v0.0.4
4862026-08-15T19:59:26.740Z Downloaded atomicwrites v0.4.4
4872026-08-15T19:59:26.743Z Downloaded ghash v0.6.0
4882026-08-15T19:59:26.743Z Downloaded env_filter v2.0.0
4892026-08-15T19:59:26.743Z Downloaded fd-lock v4.0.4
4902026-08-15T19:59:26.745Z Downloaded home v0.5.12
4912026-08-15T19:59:26.745Z Downloaded async-stream v0.3.6
4922026-08-15T19:59:26.745Z Downloaded ahash v0.8.12
4932026-08-15T19:59:26.748Z Downloaded anstyle-parse v0.2.7
4942026-08-15T19:59:26.748Z Downloaded allocator-api2 v0.2.21
4952026-08-15T19:59:26.750Z Downloaded funty v2.0.0
4962026-08-15T19:59:26.753Z Downloaded async-stream-impl v0.3.6
4972026-08-15T19:59:26.753Z Downloaded embedded-io v0.6.1
4982026-08-15T19:59:26.755Z Downloaded assert_matches v1.5.0
4992026-08-15T19:59:26.755Z Downloaded base16ct v1.0.0
5002026-08-15T19:59:26.758Z Downloaded bb8 v0.8.6
5012026-08-15T19:59:26.758Z Downloaded embedded-io v0.4.0
5022026-08-15T19:59:26.761Z Downloaded anstream v0.6.21
5032026-08-15T19:59:26.761Z Downloaded backtrace-ext v0.2.1
5042026-08-15T19:59:26.764Z Downloaded argon2 v0.6.0-rc.8
5052026-08-15T19:59:26.764Z Downloaded aes-gcm v0.11.0
5062026-08-15T19:59:26.767Z Downloaded bit-vec v0.8.0
5072026-08-15T19:59:26.770Z Downloaded foreign-types v0.3.2
5082026-08-15T19:59:26.770Z Downloaded backoff v0.4.0
5092026-08-15T19:59:26.770Z Downloaded bcs v0.1.6
5102026-08-15T19:59:26.773Z Downloaded arrayref v0.3.9
5112026-08-15T19:59:26.775Z Downloaded foreign-types-shared v0.3.1
5122026-08-15T19:59:26.775Z Downloaded futures-core v0.3.32
5132026-08-15T19:59:26.775Z Downloaded futures-io v0.3.32
5142026-08-15T19:59:26.775Z Downloaded bitfield-macros v0.19.4
5152026-08-15T19:59:26.779Z Downloaded compression-core v0.4.31
5162026-08-15T19:59:26.782Z Downloaded ascii-canvas v3.0.0
5172026-08-15T19:59:26.782Z Downloaded base16ct v0.2.0
5182026-08-15T19:59:26.785Z Downloaded bcrypt-pbkdf v0.11.0
5192026-08-15T19:59:26.785Z Downloaded fixedbitset v0.4.2
5202026-08-15T19:59:26.785Z Downloaded flagset v0.4.7
5212026-08-15T19:59:26.787Z Downloaded float-cmp v0.10.0
5222026-08-15T19:59:26.787Z Downloaded foreign-types-macros v0.2.3
5232026-08-15T19:59:26.787Z Downloaded form_urlencoded v1.2.2
5242026-08-15T19:59:26.787Z Downloaded hash32 v0.2.1
5252026-08-15T19:59:26.790Z Downloaded bitfield-struct v0.6.2
5262026-08-15T19:59:26.793Z Downloaded block-buffer v0.12.1
5272026-08-15T19:59:26.793Z Downloaded futures-sink v0.3.32
5282026-08-15T19:59:26.795Z Downloaded fxhash v0.2.1
5292026-08-15T19:59:26.796Z Downloaded http-body v1.0.1
5302026-08-15T19:59:26.796Z Downloaded foreign-types v0.5.0
5312026-08-15T19:59:26.796Z Downloaded enum-as-inner v0.6.1
5322026-08-15T19:59:26.796Z Downloaded float-ord v0.3.2
5332026-08-15T19:59:26.799Z Downloaded ciborium-ll v0.2.2
5342026-08-15T19:59:26.801Z Downloaded futures-macro v0.3.32
5352026-08-15T19:59:26.804Z Downloaded newline-converter v0.3.0
5362026-08-15T19:59:26.806Z Downloaded fs-err v2.11.0
5372026-08-15T19:59:26.809Z Downloaded ed25519 v2.2.3
5382026-08-15T19:59:26.809Z Downloaded ed25519 v3.0.0
5392026-08-15T19:59:26.809Z Downloaded ena v0.14.4
5402026-08-15T19:59:26.812Z Downloaded git-stub-vcs v0.1.0
5412026-08-15T19:59:26.812Z Downloaded env_logger v0.11.11
5422026-08-15T19:59:26.812Z Downloaded ff v0.13.1
5432026-08-15T19:59:26.814Z Downloaded foldhash v0.2.0
5442026-08-15T19:59:26.814Z Downloaded console v0.15.11
5452026-08-15T19:59:26.817Z Downloaded git-stub v1.0.0
5462026-08-15T19:59:26.820Z Downloaded cfg_aliases v0.1.1
5472026-08-15T19:59:26.820Z Downloaded hex-literal v1.1.0
5482026-08-15T19:59:26.820Z Downloaded hash32 v0.3.1
5492026-08-15T19:59:26.826Z Downloaded gethostname v0.5.0
5502026-08-15T19:59:26.829Z Downloaded ciborium-io v0.2.2
5512026-08-15T19:59:26.831Z Downloaded globwalk v0.9.1
5522026-08-15T19:59:26.831Z Downloaded block-padding v0.4.2
5532026-08-15T19:59:26.834Z Downloaded cobs v0.3.0
5542026-08-15T19:59:26.834Z Downloaded hostname v0.4.2
5552026-08-15T19:59:26.837Z Downloaded headers-core v0.3.0
5562026-08-15T19:59:26.837Z Downloaded argon2 v0.5.3
5572026-08-15T19:59:26.839Z Downloaded ciborium v0.2.2
5582026-08-15T19:59:26.839Z Downloaded futures-task v0.3.32
5592026-08-15T19:59:26.839Z Downloaded hostname v0.3.1
5602026-08-15T19:59:26.842Z Downloaded normalize-line-endings v0.3.0
5612026-08-15T19:59:26.842Z Downloaded hex v0.4.3
5622026-08-15T19:59:26.842Z Downloaded nibble_vec v0.1.0
5632026-08-15T19:59:26.845Z Downloaded opaque-debug v0.3.1
5642026-08-15T19:59:26.845Z Downloaded openssl-probe v0.2.1
5652026-08-15T19:59:26.850Z Downloaded parse-size v1.1.0
5662026-08-15T19:59:26.853Z Downloaded phf_shared v0.13.1
5672026-08-15T19:59:26.855Z Downloaded precomputed-hash v0.1.1
5682026-08-15T19:59:26.858Z Downloaded futures-executor v0.3.32
5692026-08-15T19:59:26.858Z Downloaded either v1.15.0
5702026-08-15T19:59:26.860Z Downloaded enum_dispatch v0.3.13
5712026-08-15T19:59:26.860Z Downloaded ff v0.14.0
5722026-08-15T19:59:26.863Z Downloaded fs_extra v1.3.0
5732026-08-15T19:59:26.863Z Downloaded cmov v0.5.4
5742026-08-15T19:59:26.863Z Downloaded erased-serde v0.3.31
5752026-08-15T19:59:26.866Z Downloaded cmake v0.1.57
5762026-08-15T19:59:26.866Z Downloaded base64ct v1.8.3
5772026-08-15T19:59:26.868Z Downloaded bitfield v0.19.4
5782026-08-15T19:59:26.868Z Downloaded buf-list v1.1.2
5792026-08-15T19:59:26.868Z Downloaded group v0.13.0
5802026-08-15T19:59:26.871Z Downloaded camino-tempfile-ext v0.3.3
5812026-08-15T19:59:26.875Z Downloaded cassowary v0.3.0
5822026-08-15T19:59:26.875Z Downloaded bitflags v1.3.2
5832026-08-15T19:59:26.878Z Downloaded byte-wrapper v0.1.0
5842026-08-15T19:59:26.878Z Downloaded glob v0.3.3
5852026-08-15T19:59:26.878Z Downloaded fallible-iterator v0.2.0
5862026-08-15T19:59:26.880Z Downloaded psl-types v2.0.11
5872026-08-15T19:59:26.880Z Downloaded rand_xorshift v0.4.0
5882026-08-15T19:59:26.885Z Downloaded ref-cast v1.0.25
5892026-08-15T19:59:26.894Z Downloaded bs58 v0.5.1
5902026-08-15T19:59:26.898Z Downloaded cipher v0.4.4
5912026-08-15T19:59:26.900Z Downloaded castaway v0.2.4
5922026-08-15T19:59:26.900Z Downloaded cbc v0.2.1
5932026-08-15T19:59:26.900Z Downloaded compression-codecs v0.4.37
5942026-08-15T19:59:26.903Z Downloaded signal-hook-mio v0.2.5
5952026-08-15T19:59:26.903Z Downloaded find-msvc-tools v0.1.9
5962026-08-15T19:59:26.906Z Downloaded fixedbitset v0.5.7
5972026-08-15T19:59:26.906Z Downloaded cexpr v0.6.0
5982026-08-15T19:59:26.906Z Downloaded cipher v0.5.2
5992026-08-15T19:59:26.908Z Downloaded borsh v1.8.0
6002026-08-15T19:59:26.912Z Downloaded num_enum_derive v0.5.11
6012026-08-15T19:59:26.912Z Downloaded foldhash v0.1.5
6022026-08-15T19:59:26.912Z Downloaded secrecy v0.10.3
6032026-08-15T19:59:26.915Z Downloaded num-rational v0.4.2
6042026-08-15T19:59:26.922Z Downloaded parse-display-derive v0.10.0
6052026-08-15T19:59:26.925Z Downloaded serde_urlencoded v0.7.1
6062026-08-15T19:59:26.927Z Downloaded pkcs8 v0.10.2
6072026-08-15T19:59:26.927Z Downloaded siphasher v1.0.2
6082026-08-15T19:59:26.930Z Downloaded supports-color v3.0.2
6092026-08-15T19:59:26.930Z Downloaded packed_struct v0.10.1
6102026-08-15T19:59:26.933Z Downloaded structmeta v0.3.0
6112026-08-15T19:59:26.935Z Downloaded backon v1.6.0
6122026-08-15T19:59:26.938Z Downloaded bit-vec v0.6.3
6132026-08-15T19:59:26.938Z Downloaded clang-sys v1.8.1
6142026-08-15T19:59:26.940Z Downloaded phc v0.6.1
6152026-08-15T19:59:26.940Z Downloaded borsh-derive v1.8.0
6162026-08-15T19:59:26.943Z Downloaded bzip2 v0.4.4
6172026-08-15T19:59:26.943Z Downloaded cancel-safe-futures v0.1.5
6182026-08-15T19:59:26.945Z Downloaded colored v2.2.0
6192026-08-15T19:59:26.945Z Downloaded futures-channel v0.3.32
6202026-08-15T19:59:26.948Z Downloaded primeorder v0.13.6
6212026-08-15T19:59:26.948Z Downloaded primeorder v0.14.0
6222026-08-15T19:59:26.948Z Downloaded progenitor-client v0.13.0
6232026-08-15T19:59:26.950Z Downloaded rand_chacha v0.3.1
6242026-08-15T19:59:26.951Z Downloaded termtree v0.5.1
6252026-08-15T19:59:26.951Z Downloaded tinyvec_macros v0.1.1
6262026-08-15T19:59:26.958Z Downloaded colored v3.1.1
6272026-08-15T19:59:26.961Z Downloaded sync_wrapper v1.0.2
6282026-08-15T19:59:26.965Z Downloaded pem-rfc7468 v0.7.0
6292026-08-15T19:59:26.967Z Downloaded blowfish v0.10.0
6302026-08-15T19:59:26.967Z Downloaded chacha20 v0.10.0
6312026-08-15T19:59:26.970Z Downloaded multer v3.1.0
6322026-08-15T19:59:26.970Z Downloaded unit-prefix v0.5.2
6332026-08-15T19:59:26.970Z Downloaded untrusted v0.7.1
6342026-08-15T19:59:26.973Z Downloaded wait-timeout v0.2.1
6352026-08-15T19:59:26.973Z Downloaded rpassword v7.5.4
6362026-08-15T19:59:26.975Z Downloaded thread-id v5.1.0
6372026-08-15T19:59:26.978Z Downloaded rustc-hash v2.1.1
6382026-08-15T19:59:26.978Z Downloaded rustls-native-certs v0.8.3
6392026-08-15T19:59:26.978Z Downloaded heapless v0.7.17
6402026-08-15T19:59:26.981Z Downloaded peg-macros v0.8.5
6412026-08-15T19:59:26.981Z Downloaded trait-variant v0.1.2
6422026-08-15T19:59:26.984Z Downloaded bzip2 v0.6.1
6432026-08-15T19:59:26.987Z Downloaded ml-kem v0.3.2
6442026-08-15T19:59:26.987Z Downloaded num-complex v0.4.6
6452026-08-15T19:59:26.989Z Downloaded blake2 v0.11.0-rc.6
6462026-08-15T19:59:26.989Z Downloaded rand_core v0.10.0
6472026-08-15T19:59:26.992Z Downloaded schemars_derive v0.8.22
6482026-08-15T19:59:26.995Z Downloaded usdt-attr-macro v0.6.0
6492026-08-15T19:59:26.998Z Downloaded utf8_iter v1.0.4
6502026-08-15T19:59:27.001Z Downloaded waitgroup v0.1.2
6512026-08-15T19:59:27.003Z Downloaded defmt-parser v1.0.0
6522026-08-15T19:59:27.006Z Downloaded cpufeatures v0.3.0
6532026-08-15T19:59:27.006Z Downloaded difflib v0.4.0
6542026-08-15T19:59:27.006Z Downloaded poly1305 v0.9.0
6552026-08-15T19:59:27.008Z Downloaded slog-json v2.6.1
6562026-08-15T19:59:27.009Z Downloaded time-macros v0.2.27
6572026-08-15T19:59:27.009Z Downloaded highway v1.3.0
6582026-08-15T19:59:27.011Z Downloaded half v1.8.3
6592026-08-15T19:59:27.011Z Downloaded hmac v0.12.1
6602026-08-15T19:59:27.014Z Downloaded blake2 v0.10.6
6612026-08-15T19:59:27.016Z Downloaded globset v0.4.18
6622026-08-15T19:59:27.016Z Downloaded group v0.14.0
6632026-08-15T19:59:27.016Z Downloaded chacha20 v0.9.1
6642026-08-15T19:59:27.019Z Downloaded tokio-tungstenite v0.23.1
6652026-08-15T19:59:27.021Z Downloaded hmac v0.13.0
6662026-08-15T19:59:27.021Z Downloaded tokio-tungstenite v0.28.0
6672026-08-15T19:59:27.025Z Downloaded dirs-sys-next v0.1.2
6682026-08-15T19:59:27.036Z Downloaded slog-async v2.8.0
6692026-08-15T19:59:27.039Z Downloaded smallvec v0.6.14
6702026-08-15T19:59:27.039Z Downloaded darling_macro v0.23.0
6712026-08-15T19:59:27.039Z Downloaded debug-ignore v1.0.5
6722026-08-15T19:59:27.042Z Downloaded arc-swap v1.8.2
6732026-08-15T19:59:27.044Z Downloaded snafu-derive v0.8.9
6742026-08-15T19:59:27.044Z Downloaded writeable v0.6.2
6752026-08-15T19:59:27.047Z Downloaded yoke v0.8.1
6762026-08-15T19:59:27.050Z Downloaded parking_lot v0.11.2
6772026-08-15T19:59:27.053Z Downloaded dsl_auto_type v0.2.0
6782026-08-15T19:59:27.053Z Downloaded dtrace-parser v0.3.0
6792026-08-15T19:59:27.053Z Downloaded http-range-header v0.4.2
6802026-08-15T19:59:27.053Z Downloaded hubpack_derive v0.1.1
6812026-08-15T19:59:27.057Z Downloaded getrandom v0.2.17
6822026-08-15T19:59:27.057Z Downloaded illumos-nvpair-sys v0.2.0
6832026-08-15T19:59:27.060Z Downloaded illumos-nvpair v0.3.0
6842026-08-15T19:59:27.062Z Downloaded strum_macros v0.27.2
6852026-08-15T19:59:27.062Z Downloaded tabwriter v1.4.1
6862026-08-15T19:59:27.065Z Downloaded serde_path_to_error v0.1.20
6872026-08-15T19:59:27.065Z Downloaded futures v0.3.32
6882026-08-15T19:59:27.068Z Downloaded pkcs5 v0.8.1
6892026-08-15T19:59:27.071Z Downloaded getrandom v0.4.3
6902026-08-15T19:59:27.074Z Downloaded crossbeam-deque v0.8.6
6912026-08-15T19:59:27.076Z Downloaded indent_write v2.2.0
6922026-08-15T19:59:27.079Z Downloaded kstat-rs v0.2.5
6932026-08-15T19:59:27.081Z Downloaded managed v0.8.0
6942026-08-15T19:59:27.085Z Downloaded lzss v0.8.2
6952026-08-15T19:59:27.087Z Downloaded md5 v0.8.0
6962026-08-15T19:59:27.087Z Downloaded num v0.4.3
6972026-08-15T19:59:27.093Z Downloaded tokio-dtrace v0.1.1
6982026-08-15T19:59:27.096Z Downloaded toml_writer v1.1.1+spec-1.1.0
6992026-08-15T19:59:27.101Z Downloaded uzers v0.12.2
7002026-08-15T19:59:27.104Z Downloaded linked-hash-map v0.5.6
7012026-08-15T19:59:27.104Z Downloaded lru v0.12.5
7022026-08-15T19:59:27.112Z Downloaded newtype_derive v0.1.6
7032026-08-15T19:59:27.115Z Downloaded oso-derive v0.27.3
7042026-08-15T19:59:27.117Z Downloaded backtrace v0.3.76
7052026-08-15T19:59:27.120Z Downloaded chumsky v0.9.3
7062026-08-15T19:59:27.122Z Downloaded generic-array v1.4.3
7072026-08-15T19:59:27.125Z Downloaded chacha20poly1305 v0.10.1
7082026-08-15T19:59:27.125Z Downloaded compact_str v0.8.1
7092026-08-15T19:59:27.128Z Downloaded sha2 v0.11.0
7102026-08-15T19:59:27.133Z Downloaded num-conv v0.2.0
7112026-08-15T19:59:27.136Z Downloaded num_threads v0.1.7
7122026-08-15T19:59:27.136Z Downloaded dof v0.4.0
7132026-08-15T19:59:27.136Z Downloaded peg-runtime v0.8.5
7142026-08-15T19:59:27.136Z Downloaded fatfs v0.3.6
7152026-08-15T19:59:27.141Z Downloaded impl-trait-for-tuples v0.2.3
7162026-08-15T19:59:27.144Z Downloaded quick-error v1.2.3
7172026-08-15T19:59:27.144Z Downloaded elliptic-curve v0.14.1
7182026-08-15T19:59:27.147Z Downloaded elliptic-curve v0.13.8
7192026-08-15T19:59:27.149Z Downloaded half v2.7.1
7202026-08-15T19:59:27.149Z Downloaded oxide-update-engine-types v0.1.2
7212026-08-15T19:59:27.152Z Downloaded rfc6979 v0.4.0
7222026-08-15T19:59:27.152Z Downloaded static_assertions v1.1.0
7232026-08-15T19:59:27.154Z Downloaded openssl-sys v0.9.117
7242026-08-15T19:59:27.157Z Downloaded console v0.16.2
7252026-08-15T19:59:27.160Z Downloaded const-oid v0.9.6
7262026-08-15T19:59:27.160Z Downloaded diesel-dtrace v0.5.0
7272026-08-15T19:59:27.163Z Downloaded radium v0.7.0
7282026-08-15T19:59:27.163Z Downloaded knus-derive v3.4.0
7292026-08-15T19:59:27.163Z Downloaded libloading v0.8.9
7302026-08-15T19:59:27.163Z Downloaded libsw-core v0.3.2
7312026-08-15T19:59:27.165Z Downloaded term v0.7.0
7322026-08-15T19:59:27.165Z Downloaded scroll_derive v0.13.1
7332026-08-15T19:59:27.168Z Downloaded serde_plain v1.0.2
7342026-08-15T19:59:27.168Z Downloaded sha1 v0.10.6
7352026-08-15T19:59:27.171Z Downloaded sha1 v0.11.0
7362026-08-15T19:59:27.171Z Downloaded derive_builder v0.20.2
7372026-08-15T19:59:27.174Z Downloaded base64 v0.22.1
7382026-08-15T19:59:27.176Z Downloaded bumpalo v3.20.2
7392026-08-15T19:59:27.176Z Downloaded base64 v0.21.7
7402026-08-15T19:59:27.179Z Downloaded rtoolbox v0.0.3
7412026-08-15T19:59:27.179Z Downloaded tungstenite v0.21.0
7422026-08-15T19:59:27.181Z Downloaded typify v0.6.2
7432026-08-15T19:59:27.184Z Downloaded ed25519-dalek v3.0.0
7442026-08-15T19:59:27.184Z Downloaded postgres-types v0.2.12
7452026-08-15T19:59:27.187Z Downloaded prefix-trie v0.7.0
7462026-08-15T19:59:27.187Z Downloaded toml_parser v1.1.2+spec-1.1.0
7472026-08-15T19:59:27.190Z Downloaded ctutils v0.4.2
7482026-08-15T19:59:27.190Z Downloaded mime_guess v2.0.5
7492026-08-15T19:59:27.193Z Downloaded native-tls v0.2.18
7502026-08-15T19:59:27.198Z Downloaded ssh-encoding v0.2.0
7512026-08-15T19:59:27.201Z Downloaded strsim v0.10.0
7522026-08-15T19:59:27.201Z Downloaded ar_archive_writer v0.5.1
7532026-08-15T19:59:27.204Z Downloaded owo-colors v4.3.0
7542026-08-15T19:59:27.204Z Downloaded same-file v1.0.6
7552026-08-15T19:59:27.206Z Downloaded serde-big-array v0.5.1
7562026-08-15T19:59:27.206Z Downloaded cc v1.2.56
7572026-08-15T19:59:27.209Z Downloaded pin-project-lite v0.2.17
7582026-08-15T19:59:27.211Z Downloaded stable_deref_trait v1.2.1
7592026-08-15T19:59:27.211Z Downloaded ppv-lite86 v0.2.21
7602026-08-15T19:59:27.211Z Downloaded predicates v3.1.4
7612026-08-15T19:59:27.214Z Downloaded yasna v0.5.2
7622026-08-15T19:59:27.214Z Downloaded iana-time-zone v0.1.65
7632026-08-15T19:59:27.217Z Downloaded port-file v0.1.0
7642026-08-15T19:59:27.217Z Downloaded rand_core v0.6.4
7652026-08-15T19:59:27.221Z Downloaded zopfli v0.8.3
7662026-08-15T19:59:27.225Z Downloaded schemars v0.8.22
7672026-08-15T19:59:27.231Z Downloaded signal-hook v0.3.18
7682026-08-15T19:59:27.234Z Downloaded crc32fast v1.5.0
7692026-08-15T19:59:27.234Z Downloaded num_enum_derive v0.7.6
7702026-08-15T19:59:27.245Z Downloaded sec1 v0.8.1
7712026-08-15T19:59:27.245Z Downloaded paste v1.0.15
7722026-08-15T19:59:27.245Z Downloaded universal-hash v0.5.1
7732026-08-15T19:59:27.245Z Downloaded tower-layer v0.3.3
7742026-08-15T19:59:27.245Z Downloaded heapless v0.8.0
7752026-08-15T19:59:27.248Z Downloaded serde_derive_internals v0.29.1
7762026-08-15T19:59:27.248Z Downloaded async-compression v0.4.41
7772026-08-15T19:59:27.250Z Downloaded bytes v1.11.1
7782026-08-15T19:59:27.253Z Downloaded tokio-test v0.4.5
7792026-08-15T19:59:27.256Z Downloaded shlex v1.3.0
7802026-08-15T19:59:27.259Z Downloaded ed25519-dalek v2.2.0
7812026-08-15T19:59:27.261Z Downloaded expectorate v1.2.0
7822026-08-15T19:59:27.264Z Downloaded hyper-rustls v0.27.7
7832026-08-15T19:59:27.264Z Downloaded proc-macro-error2 v2.0.1
7842026-08-15T19:59:27.267Z Downloaded progenitor-extras v0.2.0
7852026-08-15T19:59:27.267Z Downloaded r2d2 v0.8.10
7862026-08-15T19:59:27.267Z Downloaded usdt-macro v0.6.0
7872026-08-15T19:59:27.270Z Downloaded progenitor-impl v0.14.0
7882026-08-15T19:59:27.272Z Downloaded tap v1.0.1
7892026-08-15T19:59:27.275Z Downloaded ryu v1.0.23
7902026-08-15T19:59:27.277Z Downloaded schemars v0.9.0
7912026-08-15T19:59:27.282Z Downloaded yansi v1.0.1
7922026-08-15T19:59:27.285Z Downloaded ignore v0.4.25
7932026-08-15T19:59:27.285Z Downloaded cookie v0.18.1
7942026-08-15T19:59:27.288Z Downloaded signal-hook-registry v1.4.8
7952026-08-15T19:59:27.288Z Downloaded httpdate v1.0.3
7962026-08-15T19:59:27.290Z Downloaded zone v0.3.1
7972026-08-15T19:59:27.294Z Downloaded crc-catalog v2.4.0
7982026-08-15T19:59:27.299Z Downloaded slog-scope v4.4.1
7992026-08-15T19:59:27.302Z Downloaded slog-stdlog v4.1.1
8002026-08-15T19:59:27.302Z Downloaded strum_macros v0.24.3
8012026-08-15T19:59:27.302Z Downloaded support-bundle-viewer v0.1.2
8022026-08-15T19:59:27.305Z Downloaded flate2 v1.1.9
8032026-08-15T19:59:27.311Z Downloaded hickory-resolver v0.24.4
8042026-08-15T19:59:27.311Z Downloaded salsa20 v0.11.0
8052026-08-15T19:59:27.314Z Downloaded synstructure v0.13.2
8062026-08-15T19:59:27.317Z Downloaded whoami v1.6.1
8072026-08-15T19:59:27.317Z Downloaded headers v0.4.1
8082026-08-15T19:59:27.319Z Downloaded idna_adapter v1.2.1
8092026-08-15T19:59:27.324Z Downloaded internet-checksum v0.2.1
8102026-08-15T19:59:27.327Z Downloaded indoc v1.0.9
8112026-08-15T19:59:27.335Z Downloaded pkcs8 v0.11.0
8122026-08-15T19:59:27.337Z Downloaded spki v0.7.3
8132026-08-15T19:59:27.340Z Downloaded corncobs v0.1.4
8142026-08-15T19:59:27.340Z Downloaded num-iter v0.1.45
8152026-08-15T19:59:27.340Z Downloaded olpc-cjson v0.1.4
8162026-08-15T19:59:27.343Z Downloaded openssl-probe v0.1.6
8172026-08-15T19:59:27.343Z Downloaded aes v0.9.1
8182026-08-15T19:59:27.345Z Downloaded tinystr v0.8.2
8192026-08-15T19:59:27.348Z Downloaded dashu-base v0.5.1
8202026-08-15T19:59:27.348Z Downloaded lru-cache v0.1.2
8212026-08-15T19:59:27.348Z Downloaded hashbrown v0.12.3
8222026-08-15T19:59:27.351Z Downloaded oso v0.27.3
8232026-08-15T19:59:27.357Z Downloaded lru-slab v0.1.2
8242026-08-15T19:59:27.359Z Downloaded path-slash v0.1.5
8252026-08-15T19:59:27.359Z Downloaded packed_struct_codegen v0.10.1
8262026-08-15T19:59:27.362Z Downloaded phf_shared v0.11.3
8272026-08-15T19:59:27.362Z Downloaded proc-macro-error-attr2 v2.0.0
8282026-08-15T19:59:27.365Z Downloaded proc-macro-crate v3.4.0
8292026-08-15T19:59:27.369Z Downloaded derive_builder_core v0.20.2
8302026-08-15T19:59:27.371Z Downloaded toml_edit v0.23.10+spec-1.0.0
8312026-08-15T19:59:27.374Z Downloaded uuid v1.23.4
8322026-08-15T19:59:27.374Z Downloaded zerotrie v0.2.3
8332026-08-15T19:59:27.376Z Downloaded vergen-gitcl v1.0.8
8342026-08-15T19:59:27.376Z Downloaded vergen-lib v0.1.6
8352026-08-15T19:59:27.379Z Downloaded keccak v0.1.6
8362026-08-15T19:59:27.379Z Downloaded potential_utf v0.1.4
8372026-08-15T19:59:27.382Z Downloaded daft v0.1.7
8382026-08-15T19:59:27.382Z Downloaded der_derive v0.7.3
8392026-08-15T19:59:27.385Z Downloaded linear-map v1.2.0
8402026-08-15T19:59:27.392Z Downloaded thread_local v1.1.9
8412026-08-15T19:59:27.401Z Downloaded parking_lot_core v0.9.12
8422026-08-15T19:59:27.403Z Downloaded snafu v0.8.9
8432026-08-15T19:59:27.406Z Downloaded libefi-sys v0.1.0
8442026-08-15T19:59:27.406Z Downloaded darling_core v0.13.4
8452026-08-15T19:59:27.409Z Downloaded russh-util v0.52.0
8462026-08-15T19:59:27.411Z Downloaded secrecy v0.8.0
8472026-08-15T19:59:27.411Z Downloaded serde_bytes v0.11.19
8482026-08-15T19:59:27.416Z Downloaded signal-hook-tokio v0.3.1
8492026-08-15T19:59:27.418Z Downloaded indoc v2.0.7
8502026-08-15T19:59:27.422Z Downloaded slog v2.8.2
8512026-08-15T19:59:27.425Z Downloaded crossbeam-epoch v0.9.18
8522026-08-15T19:59:27.425Z Downloaded steno v0.4.1
8532026-08-15T19:59:27.427Z Downloaded tokio-stream v0.1.18
8542026-08-15T19:59:27.430Z Downloaded num_enum v0.5.11
8552026-08-15T19:59:27.432Z Downloaded slog-bunyan v2.5.0
8562026-08-15T19:59:27.432Z Downloaded crossbeam-utils v0.8.21
8572026-08-15T19:59:27.435Z Downloaded sqlparser_derive v0.5.0
8582026-08-15T19:59:27.435Z Downloaded p384 v0.14.0
8592026-08-15T19:59:27.438Z Downloaded sync-ptr v0.1.4
8602026-08-15T19:59:27.438Z Downloaded des v0.9.0
8612026-08-15T19:59:27.440Z Downloaded hickory-server v0.25.2
8622026-08-15T19:59:27.443Z Downloaded poly1305 v0.8.0
8632026-08-15T19:59:27.443Z Downloaded testing_table v0.3.0
8642026-08-15T19:59:27.443Z Downloaded time-core v0.1.8
8652026-08-15T19:59:27.445Z Downloaded nanorand v0.7.0
8662026-08-15T19:59:27.445Z Downloaded phf_shared v0.12.1
8672026-08-15T19:59:27.445Z Downloaded digest v0.11.3
8682026-08-15T19:59:27.448Z Downloaded progenitor v0.13.0
8692026-08-15T19:59:27.448Z Downloaded icu_collections v2.1.1
8702026-08-15T19:59:27.451Z Downloaded ssh-cipher v0.2.0
8712026-08-15T19:59:27.454Z Downloaded supports-unicode v3.0.0
8722026-08-15T19:59:27.454Z Downloaded diff v0.1.13
8732026-08-15T19:59:27.456Z Downloaded ecdsa v0.17.0
8742026-08-15T19:59:27.456Z Downloaded tokio-postgres v0.7.16
8752026-08-15T19:59:27.459Z Downloaded unicode-xid v0.2.6
8762026-08-15T19:59:27.462Z Downloaded usdt v0.6.0
8772026-08-15T19:59:27.462Z Downloaded utf-8 v0.7.6
8782026-08-15T19:59:27.465Z Downloaded pem-rfc7468 v1.0.0
8792026-08-15T19:59:27.467Z Downloaded num-bigint-dig v0.8.6
8802026-08-15T19:59:27.470Z Downloaded rayon-core v1.13.0
8812026-08-15T19:59:27.473Z Downloaded xattr v1.6.1
8822026-08-15T19:59:27.476Z Downloaded tungstenite v0.23.0
8832026-08-15T19:59:27.478Z Downloaded schemars v1.2.1
8842026-08-15T19:59:27.487Z Downloaded hickory-resolver v0.25.2
8852026-08-15T19:59:27.489Z Downloaded rand_seeder v0.4.0
8862026-08-15T19:59:27.492Z Downloaded http v1.4.2
8872026-08-15T19:59:27.494Z Downloaded zerocopy v0.6.6
8882026-08-15T19:59:27.494Z Downloaded scroll v0.13.0
8892026-08-15T19:59:27.497Z Downloaded cstr-argument v0.1.2
8902026-08-15T19:59:27.497Z Downloaded darling_macro v0.20.11
8912026-08-15T19:59:27.497Z Downloaded minimal-lexical v0.2.1
8922026-08-15T19:59:27.500Z Downloaded crucible-workspace-hack v0.1.0
8932026-08-15T19:59:27.500Z Downloaded derive_more v2.1.1
8942026-08-15T19:59:27.507Z Downloaded futures-util v0.3.32
8952026-08-15T19:59:27.514Z Downloaded strum_macros v0.26.4
8962026-08-15T19:59:27.517Z Downloaded dropshot-api-manager-types v0.7.2
8972026-08-15T19:59:27.517Z Downloaded simd-adler32 v0.3.8
8982026-08-15T19:59:27.517Z Downloaded digest-io v0.1.0
8992026-08-15T19:59:27.520Z Downloaded diesel_table_macro_syntax v0.3.0
9002026-08-15T19:59:27.520Z Downloaded hubpack v0.1.2
9012026-08-15T19:59:27.520Z Downloaded progenitor-impl v0.13.0
9022026-08-15T19:59:27.523Z Downloaded oxnet v0.1.6
9032026-08-15T19:59:27.523Z Downloaded tls_codec_derive v0.4.2
9042026-08-15T19:59:27.523Z Downloaded unicode-segmentation v1.12.0
9052026-08-15T19:59:27.525Z Downloaded is_ci v1.2.0
9062026-08-15T19:59:27.526Z Downloaded ron v0.8.1
9072026-08-15T19:59:27.528Z Downloaded zip v4.6.1
9082026-08-15T19:59:27.531Z Downloaded drift v0.2.0
9092026-08-15T19:59:27.536Z Downloaded dropshot_endpoint v0.17.1
9102026-08-15T19:59:27.539Z Downloaded string_cache v0.8.9
9112026-08-15T19:59:27.541Z Downloaded tokio-tungstenite v0.21.0
9122026-08-15T19:59:27.541Z Downloaded inout v0.1.4
9132026-08-15T19:59:27.544Z Downloaded jiff-static v0.2.34
9142026-08-15T19:59:27.544Z Downloaded libscf-sys v1.2.0
9152026-08-15T19:59:27.544Z Downloaded usdt-impl v0.6.0
9162026-08-15T19:59:27.544Z Downloaded mime v0.3.17
9172026-08-15T19:59:27.544Z Downloaded md-5 v0.10.6
9182026-08-15T19:59:27.547Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9192026-08-15T19:59:27.547Z Downloaded tungstenite v0.28.0
9202026-08-15T19:59:27.550Z Downloaded rustyline v14.0.0
9212026-08-15T19:59:27.552Z Downloaded tar v0.4.46
9222026-08-15T19:59:27.555Z Downloaded darling v0.21.3
9232026-08-15T19:59:27.559Z Downloaded zeroize v1.9.0
9242026-08-15T19:59:27.559Z Downloaded parse-display v0.10.0
9252026-08-15T19:59:27.561Z Downloaded nodrop v0.1.14
9262026-08-15T19:59:27.561Z Downloaded predicates-core v1.0.10
9272026-08-15T19:59:27.561Z Downloaded const-oid v0.10.2
9282026-08-15T19:59:27.561Z Downloaded predicates-tree v1.0.13
9292026-08-15T19:59:27.564Z Downloaded convert_case v0.10.0
9302026-08-15T19:59:27.564Z Downloaded hashbrown v0.13.2
9312026-08-15T19:59:27.567Z Downloaded serde_with_macros v1.5.2
9322026-08-15T19:59:27.576Z Downloaded der v0.8.0
9332026-08-15T19:59:27.581Z Downloaded sapling-renderdag v0.1.0
9342026-08-15T19:59:27.589Z Downloaded ecdsa v0.16.9
9352026-08-15T19:59:27.592Z Downloaded defmt-macros v1.0.1
9362026-08-15T19:59:27.595Z Downloaded delegate v0.13.5
9372026-08-15T19:59:27.597Z Downloaded darling_core v0.23.0
9382026-08-15T19:59:27.600Z Downloaded tinyvec v1.12.0
9392026-08-15T19:59:27.600Z Downloaded slog-envlogger v2.2.0
9402026-08-15T19:59:27.602Z Downloaded spin v0.9.8
9412026-08-15T19:59:27.602Z Downloaded defmt v1.0.1
9422026-08-15T19:59:27.605Z Downloaded icu_locale_core v2.1.1
9432026-08-15T19:59:27.608Z Downloaded sigpipe v0.1.3
9442026-08-15T19:59:27.608Z Downloaded strum v0.26.3
9452026-08-15T19:59:27.610Z Downloaded supports-hyperlinks v3.2.0
9462026-08-15T19:59:27.610Z Downloaded oxide-update-engine v0.1.2
9472026-08-15T19:59:27.613Z Downloaded humantime v2.3.0
9482026-08-15T19:59:27.616Z Downloaded try-lock v0.2.5
9492026-08-15T19:59:27.619Z Downloaded want v0.3.1
9502026-08-15T19:59:27.619Z Downloaded ingot-types v0.2.0
9512026-08-15T19:59:27.623Z Downloaded unicode-truncate v1.1.0
9522026-08-15T19:59:27.625Z Downloaded rsa v0.9.10
9532026-08-15T19:59:27.629Z Downloaded lru v0.18.2
9542026-08-15T19:59:27.635Z Downloaded unicode_categories v0.1.1
9552026-08-15T19:59:27.639Z Downloaded rand_core v0.9.5
9562026-08-15T19:59:27.642Z Downloaded darling v0.23.0
9572026-08-15T19:59:27.644Z Downloaded void v1.0.2
9582026-08-15T19:59:27.645Z Downloaded rand_chacha v0.9.0
9592026-08-15T19:59:27.647Z Downloaded crypto-common v0.2.2
9602026-08-15T19:59:27.647Z Downloaded document-features v0.2.12
9612026-08-15T19:59:27.650Z Downloaded defmt v0.3.100
9622026-08-15T19:59:27.653Z Downloaded peg v0.8.5
9632026-08-15T19:59:27.656Z Downloaded hashbrown v0.14.5
9642026-08-15T19:59:27.664Z Downloaded rcgen v0.12.1
9652026-08-15T19:59:27.670Z Downloaded num-bigint v0.4.6
9662026-08-15T19:59:27.672Z Downloaded serde-hex v0.1.0
9672026-08-15T19:59:27.675Z Downloaded rlimit v0.10.2
9682026-08-15T19:59:27.675Z Downloaded http-range v0.1.5
9692026-08-15T19:59:27.678Z Downloaded slog-dtrace v0.3.0
9702026-08-15T19:59:27.680Z Downloaded ident_case v1.0.1
9712026-08-15T19:59:27.680Z Downloaded instant v0.1.13
9722026-08-15T19:59:27.683Z Downloaded hashbrown v0.15.5
9732026-08-15T19:59:27.685Z Downloaded psm v0.1.30
9742026-08-15T19:59:27.688Z Downloaded match_cfg v0.1.0
9752026-08-15T19:59:27.688Z Downloaded new_debug_unreachable v1.0.6
9762026-08-15T19:59:27.688Z Downloaded stacker v0.1.23
9772026-08-15T19:59:27.691Z Downloaded ssh-key v0.6.7
9782026-08-15T19:59:27.693Z Downloaded smallvec v1.15.1
9792026-08-15T19:59:27.695Z Downloaded toml_edit v0.19.15
9802026-08-15T19:59:27.703Z Downloaded progenitor-macro v0.13.0
9812026-08-15T19:59:27.706Z Downloaded icu_normalizer v2.1.1
9822026-08-15T19:59:27.708Z Downloaded hashbrown v0.16.1
9832026-08-15T19:59:27.711Z Downloaded phf v0.13.1
9842026-08-15T19:59:27.711Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9852026-08-15T19:59:27.711Z Downloaded thiserror-no-std v2.0.2
9862026-08-15T19:59:27.713Z Downloaded unicode-bidi v0.3.18
9872026-08-15T19:59:27.717Z Downloaded rfc6979 v0.6.0
9882026-08-15T19:59:27.717Z Downloaded wyz v0.5.1
9892026-08-15T19:59:27.717Z Downloaded tracing-core v0.1.36
9902026-08-15T19:59:27.720Z Downloaded crossterm v0.29.0
9912026-08-15T19:59:27.725Z Downloaded pretty_assertions v1.4.1
9922026-08-15T19:59:27.728Z Downloaded postcard v1.1.3
9932026-08-15T19:59:27.730Z Downloaded ctr v0.10.1
9942026-08-15T19:59:27.730Z Downloaded displaydoc v0.2.5
9952026-08-15T19:59:27.733Z Downloaded zerovec-derive v0.11.2
9962026-08-15T19:59:27.733Z Downloaded const_format_proc_macros v0.2.34
9972026-08-15T19:59:27.736Z Downloaded take_mut v0.2.2
9982026-08-15T19:59:27.736Z Downloaded zstd-safe v7.2.4
9992026-08-15T19:59:27.736Z Downloaded critical-section v1.2.0
10002026-08-15T19:59:27.736Z Downloaded russh-cryptovec v0.62.0
10012026-08-15T19:59:27.739Z Downloaded crc-any v2.5.0
10022026-08-15T19:59:27.739Z Downloaded csv-core v0.1.13
10032026-08-15T19:59:27.741Z Downloaded strum v0.27.2
10042026-08-15T19:59:27.744Z Downloaded thiserror-impl-no-std v2.0.2
10052026-08-15T19:59:27.744Z Downloaded unarray v0.1.4
10062026-08-15T19:59:27.747Z Downloaded nom v7.1.3
10072026-08-15T19:59:27.749Z Downloaded pkcs1 v0.8.0-rc.4
10082026-08-15T19:59:27.752Z Downloaded keccak v0.2.0
10092026-08-15T19:59:27.755Z Downloaded zerofrom-derive v0.1.6
10102026-08-15T19:59:27.757Z Downloaded aho-corasick v1.1.4
10112026-08-15T19:59:27.760Z Downloaded serde_with_macros v3.21.0
10122026-08-15T19:59:27.763Z Downloaded serde_with v1.14.0
10132026-08-15T19:59:27.765Z Downloaded parking_lot_core v0.8.6
10142026-08-15T19:59:27.768Z Downloaded xshell-macros v0.2.7
10152026-08-15T19:59:27.772Z Downloaded curve25519-dalek-derive v0.1.1
10162026-08-15T19:59:27.772Z Downloaded darling_macro v0.21.3
10172026-08-15T19:59:27.772Z Downloaded internal-russh-num-bigint v0.5.0
10182026-08-15T19:59:27.778Z Downloaded miette-derive v7.6.0
10192026-08-15T19:59:27.780Z Downloaded num-traits v0.2.19
10202026-08-15T19:59:27.783Z Downloaded rand_pcg v0.10.2
10212026-08-15T19:59:27.786Z Downloaded sqlformat v0.3.5
10222026-08-15T19:59:27.788Z Downloaded num-derive v0.4.2
10232026-08-15T19:59:27.791Z Downloaded nonempty v0.12.0
10242026-08-15T19:59:27.791Z Downloaded const_format v0.2.35
10252026-08-15T19:59:27.795Z Downloaded rusty-fork v0.3.1
10262026-08-15T19:59:27.798Z Downloaded itertools v0.13.0
10272026-08-15T19:59:27.801Z Downloaded polyval v0.7.1
10282026-08-15T19:59:27.803Z Downloaded nu-ansi-term v0.50.3
10292026-08-15T19:59:27.803Z Downloaded num-primitive v0.2.1
10302026-08-15T19:59:27.804Z Downloaded p384 v0.13.1
10312026-08-15T19:59:27.806Z Downloaded rsa v0.10.0-rc.18
10322026-08-15T19:59:27.810Z Downloaded pem v3.0.6
10332026-08-15T19:59:27.812Z Downloaded postgres-protocol v0.6.10
10342026-08-15T19:59:27.812Z Downloaded slog-term v2.9.2
10352026-08-15T19:59:27.815Z Downloaded maybe-uninit v2.0.0
10362026-08-15T19:59:27.815Z Downloaded x509-cert v0.2.5
10372026-08-15T19:59:27.817Z Downloaded progenitor-macro v0.14.0
10382026-08-15T19:59:27.830Z Downloaded lalrpop-util v0.19.12
10392026-08-15T19:59:27.833Z Downloaded smf v0.2.3
10402026-08-15T19:59:27.833Z Downloaded ssh-cipher v0.3.0
10412026-08-15T19:59:27.833Z Downloaded ref-cast-impl v1.0.25
10422026-08-15T19:59:27.833Z Downloaded tokio-native-tls v0.3.1
10432026-08-15T19:59:27.836Z Downloaded shell-words v1.1.1
10442026-08-15T19:59:27.836Z Downloaded percent-encoding v2.3.2
10452026-08-15T19:59:27.838Z Downloaded scopeguard v1.2.0
10462026-08-15T19:59:27.838Z Downloaded sponge-cursor v0.1.0
10472026-08-15T19:59:27.838Z Downloaded indexmap v1.9.3
10482026-08-15T19:59:27.841Z Downloaded serde_yaml v0.9.34+deprecated
10492026-08-15T19:59:27.843Z Downloaded pin-project-internal v1.1.11
10502026-08-15T19:59:27.843Z Downloaded serde_repr v0.1.20
10512026-08-15T19:59:27.843Z Downloaded quinn v0.11.11
10522026-08-15T19:59:27.846Z Downloaded hkdf v0.13.0
10532026-08-15T19:59:27.849Z Downloaded whoami v2.1.0
10542026-08-15T19:59:27.849Z Downloaded crc v3.4.0
10552026-08-15T19:59:27.849Z Downloaded hkdf v0.12.4
10562026-08-15T19:59:27.851Z Downloaded cpubits v0.1.1
10572026-08-15T19:59:27.851Z Downloaded crc8 v0.1.1
10582026-08-15T19:59:27.859Z Downloaded miniz_oxide v0.8.9
10592026-08-15T19:59:27.861Z Downloaded httparse v1.10.1
10602026-08-15T19:59:27.864Z Downloaded litemap v0.8.1
10612026-08-15T19:59:27.864Z Downloaded tracing-attributes v0.1.31
10622026-08-15T19:59:27.867Z Downloaded wnaf v0.14.0
10632026-08-15T19:59:27.867Z Downloaded is-terminal v0.4.17
10642026-08-15T19:59:27.871Z Downloaded vergen-lib v9.1.0
10652026-08-15T19:59:27.884Z Downloaded serde_cbor v0.11.2
10662026-08-15T19:59:27.887Z Downloaded tokio-macros v2.7.0
10672026-08-15T19:59:27.887Z Downloaded miette v7.6.0
10682026-08-15T19:59:27.890Z Downloaded dirs-next v2.0.0
10692026-08-15T19:59:27.890Z Downloaded darling_macro v0.13.4
10702026-08-15T19:59:27.892Z Downloaded dunce v1.0.5
10712026-08-15T19:59:27.892Z Downloaded newtype-uuid-macros v0.1.0
10722026-08-15T19:59:27.895Z Downloaded primefield v0.14.0
10732026-08-15T19:59:27.897Z Downloaded knus v3.4.0
10742026-08-15T19:59:27.900Z Downloaded derive-ex v0.1.8
10752026-08-15T19:59:27.905Z Downloaded dyn-clone v1.0.20
10762026-08-15T19:59:27.908Z Downloaded resolv-conf v0.7.6
10772026-08-15T19:59:27.910Z Downloaded scheduled-thread-pool v0.2.7
10782026-08-15T19:59:27.910Z Downloaded serde_spanned v1.1.1
10792026-08-15T19:59:27.913Z Downloaded signature v3.0.0
10802026-08-15T19:59:27.916Z Downloaded crossterm v0.28.1
10812026-08-15T19:59:27.920Z Downloaded tagptr v0.2.0
10822026-08-15T19:59:27.922Z Downloaded blake3 v1.8.5
10832026-08-15T19:59:27.925Z Downloaded structmeta-derive v0.3.0
10842026-08-15T19:59:27.928Z Downloaded scrypt v0.12.0
10852026-08-15T19:59:27.928Z Downloaded phf v0.12.1
10862026-08-15T19:59:27.932Z Downloaded rustc_version v0.4.1
10872026-08-15T19:59:27.936Z Downloaded topological-sort v0.2.2
10882026-08-15T19:59:27.938Z Downloaded http-body-util v0.1.3
10892026-08-15T19:59:27.938Z Downloaded tower-service v0.3.3
10902026-08-15T19:59:27.938Z Downloaded convert_case v0.4.0
10912026-08-15T19:59:27.941Z Downloaded maplit v1.0.2
10922026-08-15T19:59:27.941Z Downloaded zip v0.6.6
10932026-08-15T19:59:27.944Z Downloaded hybrid-array v0.4.13
10942026-08-15T19:59:27.947Z Downloaded rustls-webpki v0.103.13
10952026-08-15T19:59:27.949Z Downloaded ipnetwork v0.21.1
10962026-08-15T19:59:27.949Z Downloaded itertools v0.12.1
10972026-08-15T19:59:27.952Z Downloaded samael v0.0.19
10982026-08-15T19:59:27.956Z Downloaded icu_provider v2.1.1
10992026-08-15T19:59:27.958Z Downloaded mio v1.2.0
11002026-08-15T19:59:27.961Z Downloaded strip-ansi-escapes v0.2.1
11012026-08-15T19:59:27.961Z Downloaded tokio-rustls v0.26.4
11022026-08-15T19:59:27.964Z Downloaded tower-http v0.6.8
11032026-08-15T19:59:27.967Z Downloaded num-integer v0.1.46
11042026-08-15T19:59:27.969Z Downloaded libbz2-rs-sys v0.2.2
11052026-08-15T19:59:27.969Z Downloaded zerofrom v0.1.6
11062026-08-15T19:59:27.969Z Downloaded bindgen v0.71.1
11072026-08-15T19:59:27.972Z Downloaded crunchy v0.2.4
11082026-08-15T19:59:27.975Z Downloaded walkdir v2.5.0
11092026-08-15T19:59:27.975Z Downloaded rustls-platform-verifier v0.6.2
11102026-08-15T19:59:27.977Z Downloaded constant_time_eq v0.4.2
11112026-08-15T19:59:27.978Z Downloaded tui-tree-widget v0.23.1
11122026-08-15T19:59:27.983Z Downloaded spki v0.8.0
11132026-08-15T19:59:27.985Z Downloaded untrusted v0.9.0
11142026-08-15T19:59:27.988Z Downloaded dropshot-api-manager v0.7.2
11152026-08-15T19:59:27.992Z Downloaded reedline v0.40.0
11162026-08-15T19:59:27.996Z Downloaded unicode-normalization v0.1.25
11172026-08-15T19:59:27.998Z Downloaded p256 v0.13.2
11182026-08-15T19:59:28.001Z Downloaded vergen v9.1.0
11192026-08-15T19:59:28.001Z Downloaded aws-lc-rs v1.16.3
11202026-08-15T19:59:28.006Z Downloaded daft-derive v0.1.7
11212026-08-15T19:59:28.008Z Downloaded proc-macro-crate v1.3.1
11222026-08-15T19:59:28.011Z Downloaded openssl-macros v0.1.1
11232026-08-15T19:59:28.011Z Downloaded derive_builder_macro v0.20.2
11242026-08-15T19:59:28.011Z Downloaded iddqd v0.4.2
11252026-08-15T19:59:28.014Z Downloaded ingot v0.2.1
11262026-08-15T19:59:28.017Z Downloaded recursive v0.1.1
11272026-08-15T19:59:28.017Z Downloaded rustc_version v0.1.7
11282026-08-15T19:59:28.017Z Downloaded subtle v2.6.1
11292026-08-15T19:59:28.017Z Downloaded multimap v0.10.1
11302026-08-15T19:59:28.017Z Downloaded rand v0.10.1
11312026-08-15T19:59:28.019Z Downloaded lock_api v0.4.14
11322026-08-15T19:59:28.022Z Downloaded zerovec v0.11.5
11332026-08-15T19:59:28.024Z Downloaded pkg-config v0.3.32
11342026-08-15T19:59:28.024Z Downloaded derive-where v1.6.0
11352026-08-15T19:59:28.027Z Downloaded ingot-macros v0.2.0
11362026-08-15T19:59:28.027Z Downloaded itertools v0.14.0
11372026-08-15T19:59:28.029Z Downloaded bitvec v1.0.1
11382026-08-15T19:59:28.038Z Downloaded parking_lot v0.12.5
11392026-08-15T19:59:28.041Z Downloaded progenitor v0.14.0
11402026-08-15T19:59:28.041Z Downloaded rustls-pki-types v1.14.0
11412026-08-15T19:59:28.043Z Downloaded termios v0.3.3
11422026-08-15T19:59:28.043Z Downloaded typify-macro v0.6.2
11432026-08-15T19:59:28.043Z Downloaded omicron-zone-package v0.12.3
11442026-08-15T19:59:28.046Z Downloaded tiny-keccak v2.0.2
11452026-08-15T19:59:28.046Z Downloaded tls_codec v0.4.2
11462026-08-15T19:59:28.049Z Downloaded yoke-derive v0.8.1
11472026-08-15T19:59:28.049Z Downloaded progenitor-client v0.14.0
11482026-08-15T19:59:28.049Z Downloaded data-encoding v2.10.0
11492026-08-15T19:59:28.049Z Downloaded h2 v0.4.15
11502026-08-15T19:59:28.052Z Downloaded proptest v1.11.0
11512026-08-15T19:59:28.057Z Downloaded quinn-udp v0.5.14
11522026-08-15T19:59:28.060Z Downloaded scuffle v0.1.0
11532026-08-15T19:59:28.062Z Downloaded libsw v3.5.0
11542026-08-15T19:59:28.062Z Downloaded password-hash v0.5.0
11552026-08-15T19:59:28.062Z Downloaded serdect v0.4.3
11562026-08-15T19:59:28.065Z Downloaded seq-macro v0.3.6
11572026-08-15T19:59:28.065Z Downloaded stringprep v0.1.5
11582026-08-15T19:59:28.065Z Downloaded zone_cfg_derive v0.3.1
11592026-08-15T19:59:28.065Z Downloaded p521 v0.14.0
11602026-08-15T19:59:28.067Z Downloaded slab v0.4.12
11612026-08-15T19:59:28.067Z Downloaded oxide-tokio-rt v0.1.4
11622026-08-15T19:59:28.070Z Downloaded pwd v1.4.0
11632026-08-15T19:59:28.070Z Downloaded test-strategy v0.4.5
11642026-08-15T19:59:28.073Z Downloaded password-hash v0.6.1
11652026-08-15T19:59:28.073Z Downloaded lazy_static v1.5.0
11662026-08-15T19:59:28.073Z Downloaded deranged v0.5.8
11672026-08-15T19:59:28.075Z Downloaded memoffset v0.9.1
11682026-08-15T19:59:28.075Z Downloaded signature v2.2.0
11692026-08-15T19:59:28.075Z Downloaded kem v0.3.0
11702026-08-15T19:59:28.078Z Downloaded russh v0.62.4
11712026-08-15T19:59:28.083Z Downloaded downcast-rs v2.0.2
11722026-08-15T19:59:28.085Z Downloaded url v2.5.8
11732026-08-15T19:59:28.085Z Downloaded rustls-pemfile v2.2.0
11742026-08-15T19:59:28.088Z Downloaded iri-string v0.7.10
11752026-08-15T19:59:28.091Z Downloaded pkcs1 v0.7.5
11762026-08-15T19:59:28.095Z Downloaded hyper-tls v0.6.0
11772026-08-15T19:59:28.110Z Downloaded num_enum v0.7.6
11782026-08-15T19:59:28.113Z Downloaded publicsuffix v2.3.0
11792026-08-15T19:59:28.118Z Downloaded display-error-chain v0.2.2
11802026-08-15T19:59:28.121Z Downloaded instability v0.3.11
11812026-08-15T19:59:28.121Z Downloaded vergen-git2 v9.1.0
11822026-08-15T19:59:28.121Z Downloaded inout v0.2.2
11832026-08-15T19:59:28.125Z Downloaded powerfmt v0.2.0
11842026-08-15T19:59:28.127Z Downloaded recursive-proc-macro-impl v0.1.1
11852026-08-15T19:59:28.127Z Downloaded semver v0.1.20
11862026-08-15T19:59:28.127Z Downloaded zeroize_derive v1.5.0
11872026-08-15T19:59:28.130Z Downloaded universal-hash v0.6.1
11882026-08-15T19:59:28.130Z Downloaded unsafe-libyaml v0.2.11
11892026-08-15T19:59:28.136Z Downloaded petname v2.0.2
11902026-08-15T19:59:28.139Z Downloaded toml v1.1.2+spec-1.1.0
11912026-08-15T19:59:28.143Z Downloaded crypto-bigint v0.5.5
11922026-08-15T19:59:28.146Z Downloaded portable-atomic v1.13.1
11932026-08-15T19:59:28.151Z Downloaded rustc-demangle v0.1.27
11942026-08-15T19:59:28.153Z Downloaded module-lattice v0.2.3
11952026-08-15T19:59:28.153Z Downloaded ssh-encoding v0.3.0
11962026-08-15T19:59:28.156Z Downloaded indicatif v0.18.4
11972026-08-15T19:59:28.156Z Downloaded git2 v0.20.4
11982026-08-15T19:59:28.160Z Downloaded jobserver v0.1.34
11992026-08-15T19:59:28.163Z Downloaded pbkdf2 v0.13.0
12002026-08-15T19:59:28.163Z Downloaded unicase v2.9.0
12012026-08-15T19:59:28.163Z Downloaded tower v0.5.3
12022026-08-15T19:59:28.167Z Downloaded ipnet v2.12.1
12032026-08-15T19:59:28.170Z Downloaded typed-path v0.9.3
12042026-08-15T19:59:28.172Z Downloaded zerocopy-derive v0.8.56
12052026-08-15T19:59:28.177Z Downloaded sec1 v0.7.3
12062026-08-15T19:59:28.179Z Downloaded litrs v1.0.0
12072026-08-15T19:59:28.179Z Downloaded p256 v0.14.0
12082026-08-15T19:59:28.182Z Downloaded hyper v1.10.1
12092026-08-15T19:59:28.185Z Downloaded serde_with v3.21.0
12102026-08-15T19:59:28.192Z Downloaded num-modular v0.6.4
12112026-08-15T19:59:28.195Z Downloaded quinn-proto v0.11.16
12122026-08-15T19:59:28.197Z Downloaded newtype-uuid v1.3.2
12132026-08-15T19:59:28.200Z Downloaded oxide-update-engine-display v0.1.2
12142026-08-15T19:59:28.200Z Downloaded darling v0.13.4
12152026-08-15T19:59:28.203Z Downloaded itertools v0.10.5
12162026-08-15T19:59:28.206Z Downloaded vsss-rs v3.3.4
12172026-08-15T19:59:28.208Z Downloaded icu_properties v2.1.2
12182026-08-15T19:59:28.212Z Downloaded rustversion v1.0.22
12192026-08-15T19:59:28.212Z Downloaded hyper-staticfile v0.10.1
12202026-08-15T19:59:28.212Z Downloaded xshell v0.2.7
12212026-08-15T19:59:28.212Z Downloaded cookie_store v0.22.1
12222026-08-15T19:59:28.215Z Downloaded similar v2.7.0
12232026-08-15T19:59:28.217Z Downloaded winnow v0.5.40
12242026-08-15T19:59:28.222Z Downloaded darling v0.20.11
12252026-08-15T19:59:28.225Z Downloaded derive_more v0.99.20
12262026-08-15T19:59:28.230Z Downloaded rand v0.8.6
12272026-08-15T19:59:28.235Z Downloaded papergrid v0.18.0
12282026-08-15T19:59:28.238Z Downloaded vte v0.14.1
12292026-08-15T19:59:28.245Z Downloaded unicode-properties v0.1.4
12302026-08-15T19:59:28.247Z Downloaded memmap2 v0.9.10
12312026-08-15T19:59:28.247Z Downloaded radix_trie v0.2.1
12322026-08-15T19:59:28.250Z Downloaded term v1.2.1
12332026-08-15T19:59:28.253Z Downloaded zstd v0.13.3
12342026-08-15T19:59:28.255Z Downloaded icu_normalizer_data v2.1.1
12352026-08-15T19:59:28.255Z Downloaded toml v0.7.8
12362026-08-15T19:59:28.258Z Downloaded darling_core v0.21.3
12372026-08-15T19:59:28.261Z Downloaded twox-hash v2.1.2
12382026-08-15T19:59:28.263Z Downloaded chrono v0.4.45
12392026-08-15T19:59:28.266Z Downloaded icu_properties_data v2.1.2
12402026-08-15T19:59:28.271Z Downloaded socket2 v0.6.3
12412026-08-15T19:59:28.274Z Downloaded vcpkg v0.2.15
12422026-08-15T19:59:28.296Z Downloaded tokio-util v0.7.18
12432026-08-15T19:59:28.300Z Downloaded nix v0.27.1
12442026-08-15T19:59:28.306Z Downloaded pin-project v1.1.11
12452026-08-15T19:59:28.312Z Downloaded goblin v0.10.5
12462026-08-15T19:59:28.318Z Downloaded nom v8.0.0
12472026-08-15T19:59:28.322Z Downloaded p521 v0.13.3
12482026-08-15T19:59:28.326Z Downloaded rayon v1.11.0
12492026-08-15T19:59:28.330Z Downloaded der v0.7.10
12502026-08-15T19:59:28.330Z Downloaded diesel_derives v2.3.7
12512026-08-15T19:59:28.333Z Downloaded libm v0.2.16
12522026-08-15T19:59:28.337Z Downloaded darling_core v0.20.11
12532026-08-15T19:59:28.340Z Downloaded winnow v1.0.3
12542026-08-15T19:59:28.346Z Downloaded dashu-int v0.5.1
12552026-08-15T19:59:28.355Z Downloaded socket2 v0.5.10
12562026-08-15T19:59:28.355Z Downloaded rawzip v0.4.4
12572026-08-15T19:59:28.359Z Downloaded smoltcp v0.9.1
12582026-08-15T19:59:28.362Z Downloaded regex v1.12.3
12592026-08-15T19:59:28.365Z Downloaded crypto-primes v0.7.2
12602026-08-15T19:59:28.369Z Downloaded rand v0.9.2
12612026-08-15T19:59:28.372Z Downloaded prettyplease v0.2.37
12622026-08-15T19:59:28.376Z Downloaded subprocess v0.2.15
12632026-08-15T19:59:28.376Z Downloaded qorb v0.4.1
12642026-08-15T19:59:28.379Z Downloaded derive_more-impl v2.1.1
12652026-08-15T19:59:28.382Z Downloaded regex-syntax v0.6.29
12662026-08-15T19:59:28.386Z Downloaded lalrpop v0.19.12
12672026-08-15T19:59:28.389Z Downloaded hyper-util v0.1.20
12682026-08-15T19:59:28.398Z Downloaded crossbeam-channel v0.5.15
12692026-08-15T19:59:28.401Z Downloaded libxml v0.3.3
12702026-08-15T19:59:28.405Z Downloaded gimli v0.32.3
12712026-08-15T19:59:28.409Z Downloaded crypto-bigint v0.7.5
12722026-08-15T19:59:28.417Z Downloaded idna v1.1.0
12732026-08-15T19:59:28.421Z Downloaded jiff-core v0.1.0
12742026-08-15T19:59:28.427Z Downloaded itertools v0.15.0
12752026-08-15T19:59:28.431Z Downloaded quick-xml v0.37.5
12762026-08-15T19:59:28.434Z Downloaded tough v0.22.0
12772026-08-15T19:59:28.438Z Downloaded curve25519-dalek v4.1.3
12782026-08-15T19:59:28.443Z Downloaded smoltcp v0.11.0
12792026-08-15T19:59:28.450Z Downloaded winnow v0.6.26
12802026-08-15T19:59:28.454Z Downloaded sha3 v0.12.0
12812026-08-15T19:59:28.458Z Downloaded reqwest v0.12.28
12822026-08-15T19:59:28.465Z Downloaded reqwest v0.13.2
12832026-08-15T19:59:28.470Z Downloaded bstr v1.12.1
12842026-08-15T19:59:28.476Z Downloaded regress v0.10.5
12852026-08-15T19:59:28.487Z Downloaded ssh-key v0.7.0-rc.11
12862026-08-15T19:59:28.493Z Downloaded tabled v0.21.0
12872026-08-15T19:59:28.503Z Downloaded salty v0.3.0
12882026-08-15T19:59:28.506Z Downloaded curve25519-dalek v5.0.0
12892026-08-15T19:59:28.512Z Downloaded regex-syntax v0.8.10
12902026-08-15T19:59:28.516Z Downloaded hickory-proto v0.24.4
12912026-08-15T19:59:28.524Z Downloaded object v0.37.3
12922026-08-15T19:59:28.530Z Downloaded zlib-rs v0.6.2
12932026-08-15T19:59:28.533Z Downloaded zerocopy v0.8.56
12942026-08-15T19:59:28.551Z Downloaded moka v0.12.13
12952026-08-15T19:59:28.558Z Downloaded rustls v0.23.41
12962026-08-15T19:59:28.566Z Downloaded hickory-proto v0.25.2
12972026-08-15T19:59:28.574Z Downloaded time v0.3.47
12982026-08-15T19:59:28.581Z Downloaded nix v0.28.0
12992026-08-15T19:59:28.586Z Downloaded nix v0.31.2
13002026-08-15T19:59:28.593Z Downloaded rustix v0.38.44
13012026-08-15T19:59:28.605Z Downloaded regress v0.11.1
13022026-08-15T19:59:28.612Z Downloaded polar-core v0.27.3
13032026-08-15T19:59:28.617Z Downloaded object v0.30.4
13042026-08-15T19:59:28.623Z Downloaded dropshot v0.17.1
13052026-08-15T19:59:28.635Z Downloaded openssl v0.10.80
13062026-08-15T19:59:28.640Z Downloaded sqlparser v0.61.0
13072026-08-15T19:59:28.646Z Downloaded typify-impl v0.6.2
13082026-08-15T19:59:28.653Z Downloaded openapiv3 v2.2.0
13092026-08-15T19:59:28.701Z Downloaded ratatui v0.29.0
13102026-08-15T19:59:28.719Z Downloaded sled v0.34.7
13112026-08-15T19:59:28.724Z Downloaded tracing v0.1.44
13122026-08-15T19:59:28.735Z Downloaded diesel v2.3.7
13132026-08-15T19:59:28.747Z Downloaded sha3 v0.11.0
13142026-08-15T19:59:28.758Z Downloaded zerocopy-derive v0.6.6
13152026-08-15T19:59:28.766Z Downloaded petgraph v0.6.5
13162026-08-15T19:59:28.778Z Downloaded bzip2-sys v0.1.13+1.0.8
13172026-08-15T19:59:28.817Z Downloaded petgraph v0.8.3
13182026-08-15T19:59:28.831Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13192026-08-15T19:59:28.840Z Downloaded jiff v0.2.34
13202026-08-15T19:59:28.852Z Downloaded regex-automata v0.4.14
13212026-08-15T19:59:28.860Z Downloaded chrono-tz v0.10.4
13222026-08-15T19:59:28.872Z Downloaded libz-sys v1.1.24
13232026-08-15T19:59:28.905Z Downloaded csv v1.4.0
13242026-08-15T19:59:28.917Z Downloaded sha3 v0.10.8
13252026-08-15T19:59:28.924Z Downloaded encoding_rs v0.8.35
13262026-08-15T19:59:28.936Z Downloaded tokio v1.52.1
13272026-08-15T19:59:28.958Z Downloaded ring v0.17.14
13282026-08-15T19:59:29.123Z Downloaded libgit2-sys v0.18.3+1.9.2
13292026-08-15T19:59:29.664Z Downloaded dsi-bitstream v0.10.1
13302026-08-15T19:59:29.886Z Downloaded aws-lc-sys v0.40.0
13312026-08-15T19:59:30.153Z Compiling libc v0.2.185
13322026-08-15T19:59:30.153Z Compiling serde_core v1.0.228
13332026-08-15T19:59:30.153Z Compiling serde v1.0.228
13342026-08-15T19:59:30.157Z Compiling portable-atomic v1.13.1
13352026-08-15T19:59:30.157Z Compiling smallvec v1.15.1
13362026-08-15T19:59:30.157Z Compiling log v0.4.33
13372026-08-15T19:59:30.157Z Compiling critical-section v1.2.0
13382026-08-15T19:59:30.157Z Compiling subtle v2.6.1
13392026-08-15T19:59:30.157Z Compiling allocator-api2 v0.2.21
13402026-08-15T19:59:30.355Z Compiling zerocopy v0.8.56
13412026-08-15T19:59:30.358Z Compiling typenum v1.20.1
13422026-08-15T19:59:30.376Z Compiling foldhash v0.2.0
13432026-08-15T19:59:30.438Z Compiling scopeguard v1.2.0
13442026-08-15T19:59:30.442Z Compiling find-msvc-tools v0.1.9
13452026-08-15T19:59:30.442Z Compiling shlex v1.3.0
13462026-08-15T19:59:30.442Z Compiling syn v2.0.117
13472026-08-15T19:59:30.501Z Compiling stable_deref_trait v1.2.1
13482026-08-15T19:59:30.544Z Compiling generic-array v0.14.7
13492026-08-15T19:59:30.590Z Compiling lock_api v0.4.14
13502026-08-15T19:59:30.623Z Compiling const-oid v0.9.6
13512026-08-15T19:59:30.623Z Compiling serde_json v1.0.151
13522026-08-15T19:59:30.627Z Compiling libm v0.2.16
13532026-08-15T19:59:30.685Z Compiling hashbrown v0.17.0
13542026-08-15T19:59:30.718Z Compiling num-traits v0.2.19
13552026-08-15T19:59:30.721Z Compiling getrandom v0.3.4
13562026-08-15T19:59:30.733Z Compiling writeable v0.6.2
13572026-08-15T19:59:30.784Z Compiling parking_lot_core v0.9.12
13582026-08-15T19:59:30.846Z Compiling pin-project-lite v0.2.17
13592026-08-15T19:59:30.889Z Compiling litemap v0.8.1
13602026-08-15T19:59:30.906Z Compiling percent-encoding v2.3.2
13612026-08-15T19:59:30.923Z Compiling icu_normalizer_data v2.1.1
13622026-08-15T19:59:30.967Z Compiling icu_properties_data v2.1.2
13632026-08-15T19:59:30.986Z Compiling rustix v1.1.4
13642026-08-15T19:59:31.089Z Compiling pkg-config v0.3.32
13652026-08-15T19:59:31.109Z Compiling futures-core v0.3.32
13662026-08-15T19:59:31.126Z Compiling base64ct v1.8.3
13672026-08-15T19:59:31.126Z Compiling utf8_iter v1.0.4
13682026-08-15T19:59:31.228Z Compiling form_urlencoded v1.2.2
13692026-08-15T19:59:31.276Z Compiling errno v0.3.14
13702026-08-15T19:59:31.290Z Compiling getrandom v0.2.17
13712026-08-15T19:59:31.306Z Compiling jobserver v0.1.34
13722026-08-15T19:59:31.370Z Compiling mio v1.2.0
13732026-08-15T19:59:31.370Z Compiling socket2 v0.6.3
13742026-08-15T19:59:31.401Z Compiling signal-hook-registry v1.4.8
13752026-08-15T19:59:31.449Z Compiling rand_core v0.6.4
13762026-08-15T19:59:31.454Z Compiling pem-rfc7468 v0.7.0
13772026-08-15T19:59:31.454Z Compiling getrandom v0.4.3
13782026-08-15T19:59:31.479Z Compiling once_cell v1.21.3
13792026-08-15T19:59:31.547Z Compiling cc v1.2.56
13802026-08-15T19:59:31.663Z Compiling parking_lot v0.12.5
13812026-08-15T19:59:31.677Z Compiling cfg_aliases v0.2.1
13822026-08-15T19:59:31.692Z Compiling flagset v0.4.7
13832026-08-15T19:59:31.708Z Compiling rand_core v0.10.0
13842026-08-15T19:59:31.711Z Compiling winnow v1.0.3
13852026-08-15T19:59:31.738Z Compiling futures-sink v0.3.32
13862026-08-15T19:59:31.764Z Compiling toml_datetime v0.7.5+spec-1.1.0
13872026-08-15T19:59:31.779Z Compiling futures-task v0.3.32
13882026-08-15T19:59:31.796Z Compiling slab v0.4.12
13892026-08-15T19:59:31.799Z Compiling rustversion v1.0.22
13902026-08-15T19:59:31.846Z Compiling futures-io v0.3.32
13912026-08-15T19:59:31.877Z Compiling futures-channel v0.3.32
13922026-08-15T19:59:31.880Z Compiling borsh v1.8.0
13932026-08-15T19:59:31.908Z Compiling base64 v0.22.1
13942026-08-15T19:59:31.973Z Compiling iana-time-zone v0.1.65
13952026-08-15T19:59:31.993Z Compiling cpufeatures v0.2.17
13962026-08-15T19:59:32.016Z Compiling ident_case v1.0.1
13972026-08-15T19:59:32.032Z Compiling simd-adler32 v0.3.8
13982026-08-15T19:59:32.056Z Compiling adler2 v2.0.1
13992026-08-15T19:59:32.076Z Compiling syn v1.0.109
14002026-08-15T19:59:32.129Z Compiling spin v0.9.8
14012026-08-15T19:59:32.169Z Compiling ahash v0.8.12
14022026-08-15T19:59:32.190Z Compiling schemars v0.8.22
14032026-08-15T19:59:32.250Z Compiling miniz_oxide v0.8.9
14042026-08-15T19:59:32.253Z Compiling dyn-clone v1.0.20
14052026-08-15T19:59:32.267Z Compiling dunce v1.0.5
14062026-08-15T19:59:32.296Z Compiling fs_extra v1.3.0
14072026-08-15T19:59:32.313Z Compiling rand_core v0.9.5
14082026-08-15T19:59:32.341Z Compiling tracing-core v0.1.36
14092026-08-15T19:59:32.397Z Compiling cmake v0.1.57
14102026-08-15T19:59:32.399Z Compiling regex-syntax v0.8.10
14112026-08-15T19:59:32.429Z Compiling tinyvec_macros v0.1.1
14122026-08-15T19:59:32.489Z Compiling num-integer v0.1.46
14132026-08-15T19:59:32.508Z Compiling tinyvec v1.12.0
14142026-08-15T19:59:32.524Z Compiling anyhow v1.0.104
14152026-08-15T19:59:32.527Z Compiling vcpkg v0.2.15
14162026-08-15T19:59:32.580Z Compiling bitflags v2.11.0
14172026-08-15T19:59:32.625Z Compiling indexmap v2.14.0
14182026-08-15T19:59:32.845Z Compiling semver v1.0.28
14192026-08-15T19:59:32.848Z Compiling toml_parser v1.1.2+spec-1.1.0
14202026-08-15T19:59:32.893Z Compiling aws-lc-rs v1.16.3
14212026-08-15T19:59:32.895Z Compiling object v0.37.3
14222026-08-15T19:59:32.895Z Compiling num-bigint-dig v0.8.6
14232026-08-15T19:59:32.941Z Compiling num-iter v0.1.45
14242026-08-15T19:59:32.944Z Compiling lazy_static v1.5.0
14252026-08-15T19:59:33.070Z Compiling ff v0.13.1
14262026-08-15T19:59:33.085Z Compiling base16ct v0.2.0
14272026-08-15T19:59:33.132Z Compiling rustc_version v0.4.1
14282026-08-15T19:59:33.226Z Compiling gimli v0.32.3
14292026-08-15T19:59:33.229Z Compiling group v0.13.0
14302026-08-15T19:59:33.242Z Compiling aws-lc-sys v0.40.0
14312026-08-15T19:59:33.271Z Compiling toml_edit v0.23.10+spec-1.0.0
14322026-08-15T19:59:33.317Z Compiling openssl-sys v0.9.117
14332026-08-15T19:59:33.320Z Compiling owo-colors v4.3.0
14342026-08-15T19:59:33.320Z Compiling openssl-probe v0.2.1
14352026-08-15T19:59:33.361Z Compiling synstructure v0.13.2
14362026-08-15T19:59:33.451Z Compiling serde_derive_internals v0.29.1
14372026-08-15T19:59:33.469Z Compiling pest_generator v2.8.6
14382026-08-15T19:59:33.544Z Compiling cmov v0.5.4
14392026-08-15T19:59:33.595Z Compiling rustc-demangle v0.1.27
14402026-08-15T19:59:33.669Z Compiling untrusted v0.7.1
14412026-08-15T19:59:33.766Z Compiling crc32fast v1.5.0
14422026-08-15T19:59:33.809Z Compiling httparse v1.10.1
14432026-08-15T19:59:33.875Z Compiling proc-macro-crate v3.4.0
14442026-08-15T19:59:33.968Z Compiling terminal_size v0.4.3
14452026-08-15T19:59:34.001Z Compiling tempfile v3.27.0
14462026-08-15T19:59:34.097Z Compiling clap_builder v4.6.0
14472026-08-15T19:59:34.120Z Compiling ctutils v0.4.2
14482026-08-15T19:59:34.188Z Compiling curve25519-dalek v4.1.3
14492026-08-15T19:59:34.213Z Compiling darling_core v0.23.0
14502026-08-15T19:59:34.230Z Compiling camino v1.2.5
14512026-08-15T19:59:34.258Z Compiling proc-macro-error-attr2 v2.0.0
14522026-08-15T19:59:34.350Z Compiling aho-corasick v1.1.4
14532026-08-15T19:59:34.371Z Compiling atomic-waker v1.1.2
14542026-08-15T19:59:34.430Z Compiling tower-layer v0.3.3
14552026-08-15T19:59:34.450Z Compiling try-lock v0.2.5
14562026-08-15T19:59:34.465Z Compiling radium v0.7.0
14572026-08-15T19:59:34.559Z Compiling tower-service v0.3.3
14582026-08-15T19:59:34.580Z Compiling is_ci v1.2.0
14592026-08-15T19:59:34.602Z Compiling rustls v0.23.41
14602026-08-15T19:59:34.616Z Compiling untrusted v0.9.0
14612026-08-15T19:59:34.672Z Compiling supports-color v3.0.2
14622026-08-15T19:59:34.710Z Compiling proc-macro-error2 v2.0.1
14632026-08-15T19:59:34.732Z Compiling textwrap v0.16.2
14642026-08-15T19:59:34.752Z Compiling want v0.3.1
14652026-08-15T19:59:34.813Z Compiling darling_core v0.20.11
14662026-08-15T19:59:34.851Z Compiling slog v2.8.2
14672026-08-15T19:59:34.947Z Compiling powerfmt v0.2.0
14682026-08-15T19:59:35.015Z Compiling addr2line v0.25.1
14692026-08-15T19:59:35.044Z Compiling httpdate v1.0.3
14702026-08-15T19:59:35.061Z Compiling time-core v0.1.8
14712026-08-15T19:59:35.103Z Compiling tap v1.0.1
14722026-08-15T19:59:35.135Z Compiling serde_derive v1.0.228
14732026-08-15T19:59:35.163Z Compiling zeroize_derive v1.5.0
14742026-08-15T19:59:35.217Z Compiling zerocopy-derive v0.8.56
14752026-08-15T19:59:35.233Z Compiling zerofrom-derive v0.1.6
14762026-08-15T19:59:35.236Z Compiling yoke-derive v0.8.1
14772026-08-15T19:59:35.269Z Compiling zerovec-derive v0.11.2
14782026-08-15T19:59:35.299Z Compiling displaydoc v0.2.5
14792026-08-15T19:59:35.371Z Compiling tokio-macros v2.7.0
14802026-08-15T19:59:35.549Z Compiling thiserror-impl v2.0.18
14812026-08-15T19:59:35.871Z Compiling zeroize v1.9.0
14822026-08-15T19:59:36.126Z Compiling der_derive v0.7.3
14832026-08-15T19:59:36.145Z Compiling futures-macro v0.3.32
14842026-08-15T19:59:36.172Z Compiling borsh-derive v1.8.0
14852026-08-15T19:59:36.464Z Compiling thiserror-impl v1.0.69
14862026-08-15T19:59:36.480Z Compiling schemars_derive v0.8.22
14872026-08-15T19:59:36.494Z Compiling tracing-attributes v0.1.31
14882026-08-15T19:59:36.536Z Compiling clap_derive v4.6.1
14892026-08-15T19:59:36.698Z Compiling crypto-common v0.1.7
14902026-08-15T19:59:36.731Z Compiling zerofrom v0.1.6
14912026-08-15T19:59:36.830Z Compiling block-buffer v0.10.4
14922026-08-15T19:59:36.874Z Compiling yoke v0.8.1
14932026-08-15T19:59:36.891Z Compiling pest_derive v2.8.6
14942026-08-15T19:59:36.971Z Compiling digest v0.10.7
14952026-08-15T19:59:37.020Z Compiling thiserror v2.0.18
14962026-08-15T19:59:37.035Z Compiling futures-util v0.3.32
14972026-08-15T19:59:37.088Z Compiling zerovec v0.11.5
14982026-08-15T19:59:37.149Z Compiling zerotrie v0.2.3
14992026-08-15T19:59:37.165Z Compiling der v0.7.10
15002026-08-15T19:59:37.192Z Compiling hmac v0.12.1
15012026-08-15T19:59:37.254Z Compiling sha2 v0.10.9
15022026-08-15T19:59:37.278Z Compiling signature v2.2.0
15032026-08-15T19:59:37.365Z Compiling rustls-pki-types v1.14.0
15042026-08-15T19:59:37.381Z Compiling hkdf v0.12.4
15052026-08-15T19:59:37.466Z Compiling crypto-bigint v0.5.5
15062026-08-15T19:59:37.482Z Compiling backtrace v0.3.76
15072026-08-15T19:59:37.546Z Compiling tinystr v0.8.2
15082026-08-15T19:59:37.571Z Compiling potential_utf v0.1.4
15092026-08-15T19:59:37.614Z Compiling async-trait v0.1.89
15102026-08-15T19:59:37.756Z Compiling icu_locale_core v2.1.1
15112026-08-15T19:59:37.774Z Compiling icu_collections v2.1.1
15122026-08-15T19:59:37.793Z Compiling thiserror v1.0.69
15132026-08-15T19:59:37.793Z Compiling scroll_derive v0.12.1
15142026-08-15T19:59:37.838Z Compiling rfc6979 v0.4.0
15152026-08-15T19:59:37.870Z Compiling tracing v0.1.44
15162026-08-15T19:59:37.927Z Compiling backtrace-ext v0.2.1
15172026-08-15T19:59:37.980Z Compiling darling_macro v0.23.0
15182026-08-15T19:59:38.110Z Compiling spki v0.7.3
15192026-08-15T19:59:38.156Z Compiling hybrid-array v0.4.13
15202026-08-15T19:59:38.283Z Compiling pkcs8 v0.10.2
15212026-08-15T19:59:38.335Z Compiling x509-cert v0.2.5
15222026-08-15T19:59:38.353Z Compiling clap v4.6.1
15232026-08-15T19:59:38.402Z Compiling icu_provider v2.1.1
15242026-08-15T19:59:38.443Z Compiling pkcs1 v0.7.5
15252026-08-15T19:59:38.499Z Compiling sec1 v0.7.3
15262026-08-15T19:59:38.514Z Compiling scroll v0.12.0
15272026-08-15T19:59:38.556Z Compiling regex-automata v0.4.14
15282026-08-15T19:59:38.577Z Compiling curve25519-dalek-derive v0.1.1
15292026-08-15T19:59:38.649Z Compiling bytes v1.11.1
15302026-08-15T19:59:38.665Z Compiling icu_properties v2.1.2
15312026-08-15T19:59:38.668Z Compiling icu_normalizer v2.1.1
15322026-08-15T19:59:38.708Z Compiling chrono v0.4.45
15332026-08-15T19:59:38.728Z Compiling ipnet v2.12.1
15342026-08-15T19:59:38.788Z Compiling hex v0.4.3
15352026-08-15T19:59:38.804Z Compiling elliptic-curve v0.13.8
15362026-08-15T19:59:38.846Z Compiling serde_tokenstream v0.2.3
15372026-08-15T19:59:38.947Z Compiling serde_spanned v0.6.9
15382026-08-15T19:59:39.071Z Compiling toml_datetime v0.6.11
15392026-08-15T19:59:39.119Z Compiling zerocopy-derive v0.7.35
15402026-08-15T19:59:39.171Z Compiling tokio v1.52.1
15412026-08-15T19:59:39.238Z Compiling http v1.4.2
15422026-08-15T19:59:39.242Z Compiling scroll_derive v0.13.1
15432026-08-15T19:59:39.272Z Compiling miette-derive v7.6.0
15442026-08-15T19:59:39.286Z Compiling supports-hyperlinks v3.2.0
15452026-08-15T19:59:39.361Z Compiling maybe-uninit v2.0.0
15462026-08-15T19:59:39.416Z Compiling num-conv v0.2.0
15472026-08-15T19:59:39.470Z Compiling foreign-types-shared v0.1.1
15482026-08-15T19:59:39.571Z Compiling openssl v0.10.80
15492026-08-15T19:59:39.586Z Compiling idna_adapter v1.2.1
15502026-08-15T19:59:39.661Z Compiling uuid v1.23.4
15512026-08-15T19:59:39.700Z Compiling idna v1.1.0
15522026-08-15T19:59:39.705Z Compiling supports-unicode v3.0.0
15532026-08-15T19:59:39.740Z Compiling keccak v0.1.6
15542026-08-15T19:59:39.824Z Compiling ppv-lite86 v0.2.21
15552026-08-15T19:59:39.906Z Compiling http-body v1.0.1
15562026-08-15T19:59:40.014Z Compiling url v2.5.8
15572026-08-15T19:59:40.018Z Compiling sha3 v0.10.8
15582026-08-15T19:59:40.084Z Compiling hashbrown v0.14.5
15592026-08-15T19:59:40.100Z Compiling zerocopy v0.7.35
15602026-08-15T19:59:40.114Z Compiling half v2.7.1
15612026-08-15T19:59:40.146Z Compiling rand_chacha v0.3.1
15622026-08-15T19:59:40.165Z Compiling rand_chacha v0.9.0
15632026-08-15T19:59:40.181Z Compiling scroll v0.13.0
15642026-08-15T19:59:40.249Z Compiling time-macros v0.2.27
15652026-08-15T19:59:40.386Z Compiling rand v0.8.6
15662026-08-15T19:59:40.411Z Compiling rand v0.9.2
15672026-08-15T19:59:40.430Z Compiling foreign-types v0.3.2
15682026-08-15T19:59:40.503Z Compiling primeorder v0.13.6
15692026-08-15T19:59:40.518Z Compiling ecdsa v0.16.9
15702026-08-15T19:59:40.546Z Compiling miette v7.6.0
15712026-08-15T19:59:40.670Z Compiling chumsky v0.9.3
15722026-08-15T19:59:40.687Z Compiling goblin v0.8.2
15732026-08-15T19:59:40.774Z Compiling erased-serde v0.3.31
15742026-08-15T19:59:40.832Z Compiling darling v0.23.0
15752026-08-15T19:59:40.892Z Compiling ed25519 v2.2.3
15762026-08-15T19:59:40.929Z Compiling darling_macro v0.20.11
15772026-08-15T19:59:40.944Z Compiling hubpack_derive v0.1.1
15782026-08-15T19:59:40.958Z Compiling wyz v0.5.1
15792026-08-15T19:59:41.204Z Compiling openssl-macros v0.1.1
15802026-08-15T19:59:41.233Z Compiling knus-derive v3.4.0
15812026-08-15T19:59:41.276Z Compiling deranged v0.5.8
15822026-08-15T19:59:41.463Z Compiling bzip2-sys v0.1.13+1.0.8
15832026-08-15T19:59:41.579Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15842026-08-15T19:59:41.627Z Compiling unicode-normalization v0.1.25
15852026-08-15T19:59:41.718Z Compiling socket2 v0.5.10
15862026-08-15T19:59:41.766Z Compiling wait-timeout v0.2.1
15872026-08-15T19:59:41.824Z Compiling env_filter v2.0.0
15882026-08-15T19:59:41.859Z Compiling packed_struct v0.10.1
15892026-08-15T19:59:41.875Z Compiling funty v2.0.0
15902026-08-15T19:59:41.910Z Compiling native-tls v0.2.18
15912026-08-15T19:59:41.998Z Compiling num_threads v0.1.7
15922026-08-15T19:59:42.051Z Compiling quick-error v1.2.3
15932026-08-15T19:59:42.113Z Compiling crossbeam-utils v0.8.21
15942026-08-15T19:59:42.113Z Compiling bit-vec v0.8.0
15952026-08-15T19:59:42.145Z Compiling ciborium-io v0.2.2
15962026-08-15T19:59:42.148Z Compiling rusty-fork v0.3.1
15972026-08-15T19:59:42.205Z Compiling rsa v0.9.10
15982026-08-15T19:59:42.234Z Compiling bitvec v1.0.1
15992026-08-15T19:59:42.282Z Compiling ciborium-ll v0.2.2
16002026-08-15T19:59:42.300Z Compiling time v0.3.47
16012026-08-15T19:59:42.370Z Compiling bit-set v0.8.0
16022026-08-15T19:59:42.453Z Compiling env_logger v0.11.11
16032026-08-15T19:59:42.509Z Compiling darling v0.20.11
16042026-08-15T19:59:42.548Z Compiling hubpack v0.1.2
16052026-08-15T19:59:42.762Z Compiling knus v3.4.0
16062026-08-15T19:59:42.782Z Compiling ed25519-dalek v2.2.0
16072026-08-15T19:59:42.798Z Compiling serde_with_macros v3.21.0
16082026-08-15T19:59:42.822Z Compiling p384 v0.13.1
16092026-08-15T19:59:43.014Z Compiling tokio-util v0.7.18
16102026-08-15T19:59:43.247Z Compiling dof v0.3.0
16112026-08-15T19:59:43.314Z Compiling goblin v0.10.5
16122026-08-15T19:59:43.448Z Compiling dtrace-parser v0.2.0
16132026-08-15T19:59:43.463Z Compiling sha1 v0.10.6
16142026-08-15T19:59:43.663Z Compiling packed_struct_codegen v0.10.1
16152026-08-15T19:59:43.699Z Compiling h2 v0.4.15
16162026-08-15T19:59:43.886Z Compiling strum_macros v0.26.4
16172026-08-15T19:59:43.976Z Compiling bitfield-macros v0.19.4
16182026-08-15T19:59:43.992Z Compiling zerocopy-derive v0.6.6
16192026-08-15T19:59:43.995Z Compiling rand_xorshift v0.4.0
16202026-08-15T19:59:44.077Z Compiling thread-id v4.2.2
16212026-08-15T19:59:44.174Z Compiling sync_wrapper v1.0.2
16222026-08-15T19:59:44.190Z Compiling indexmap v1.9.3
16232026-08-15T19:59:44.218Z Compiling crc-catalog v2.4.0
16242026-08-15T19:59:44.234Z Compiling unicode-segmentation v1.12.0
16252026-08-15T19:59:44.298Z Compiling salty v0.3.0
16262026-08-15T19:59:44.326Z Compiling nodrop v0.1.14
16272026-08-15T19:59:44.436Z Compiling siphasher v1.0.2
16282026-08-15T19:59:44.451Z Compiling usdt-impl v0.6.0
16292026-08-15T19:59:44.570Z Compiling unarray v0.1.4
16302026-08-15T19:59:44.645Z Compiling zlib-rs v0.6.2
16312026-08-15T19:59:44.679Z Compiling paste v1.0.15
16322026-08-15T19:59:44.727Z Compiling proptest v1.11.0
16332026-08-15T19:59:44.769Z Compiling bitfield v0.19.4
16342026-08-15T19:59:44.891Z Compiling zerocopy v0.6.6
16352026-08-15T19:59:45.043Z Compiling array-init v0.0.4
16362026-08-15T19:59:45.059Z Compiling crc v3.4.0
16372026-08-15T19:59:45.074Z Compiling tower v0.5.3
16382026-08-15T19:59:45.090Z Compiling usdt-impl v0.5.0
16392026-08-15T19:59:45.240Z Compiling serde_with v3.21.0
16402026-08-15T19:59:45.273Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
16412026-08-15T19:59:45.301Z Compiling smallvec v0.6.14
16422026-08-15T19:59:45.503Z Compiling derive_builder_core v0.20.2
16432026-08-15T19:59:45.532Z Compiling ciborium v0.2.2
16442026-08-15T19:59:45.575Z Compiling ipnetwork v0.21.1
16452026-08-15T19:59:45.700Z Compiling http-body-util v0.1.3
16462026-08-15T19:59:45.725Z Compiling strum v0.26.3
16472026-08-15T19:59:45.879Z Compiling dtrace-parser v0.3.0
16482026-08-15T19:59:45.964Z Compiling structmeta-derive v0.3.0
16492026-08-15T19:59:45.989Z Compiling enum-as-inner v0.6.1
16502026-08-15T19:59:46.028Z Compiling heapless v0.7.17
16512026-08-15T19:59:46.106Z Compiling dof v0.4.0
16522026-08-15T19:59:46.173Z Compiling thread-id v5.1.0
16532026-08-15T19:59:46.277Z Compiling cookie v0.18.1
16542026-08-15T19:59:46.294Z Compiling data-encoding v2.10.0
16552026-08-15T19:59:46.379Z Compiling iri-string v0.7.10
16562026-08-15T19:59:46.486Z Compiling winnow v0.5.40
16572026-08-15T19:59:46.515Z Compiling zstd-safe v7.2.4
16582026-08-15T19:59:46.530Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
16592026-08-15T19:59:46.641Z Compiling hashbrown v0.12.3
16602026-08-15T19:59:46.737Z Compiling unicode-bidi v0.3.18
16612026-08-15T19:59:46.741Z Compiling base64 v0.21.7
16622026-08-15T19:59:47.010Z Compiling hyper v1.10.1
16632026-08-15T19:59:47.074Z Compiling signal-hook v0.3.18
16642026-08-15T19:59:47.090Z Compiling static_assertions v1.1.0
16652026-08-15T19:59:47.104Z Compiling ryu v1.0.23
16662026-08-15T19:59:47.118Z Compiling unicode-properties v0.1.4
16672026-08-15T19:59:47.172Z Compiling structmeta v0.3.0
16682026-08-15T19:59:47.289Z Compiling stringprep v0.1.5
16692026-08-15T19:59:47.305Z Compiling serde_urlencoded v0.7.1
16702026-08-15T19:59:47.312Z Compiling newtype-uuid v1.3.2
16712026-08-15T19:59:47.349Z Compiling ron v0.8.1
16722026-08-15T19:59:47.402Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
16732026-08-15T19:59:47.573Z Compiling flate2 v1.1.9
16742026-08-15T19:59:47.643Z Compiling tower-http v0.6.8
16752026-08-15T19:59:47.758Z Compiling derive_builder_macro v0.20.2
16762026-08-15T19:59:47.798Z Compiling toml_edit v0.19.15
16772026-08-15T19:59:47.913Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16782026-08-15T19:59:47.930Z Compiling oxnet v0.1.6
16792026-08-15T19:59:47.944Z Compiling serde-hex v0.1.0
16802026-08-15T19:59:47.961Z Compiling bzip2 v0.4.4
16812026-08-15T19:59:47.994Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16822026-08-15T19:59:48.187Z Compiling hyper-util v0.1.20
16832026-08-15T19:59:48.272Z Compiling tokio-native-tls v0.3.1
16842026-08-15T19:59:48.288Z Compiling heck v0.4.1
16852026-08-15T19:59:48.303Z Compiling bstr v1.12.1
16862026-08-15T19:59:48.390Z Compiling hashbrown v0.13.2
16872026-08-15T19:59:48.463Z Compiling futures-executor v0.3.32
16882026-08-15T19:59:48.479Z Compiling crypto-common v0.2.2
16892026-08-15T19:59:48.534Z Compiling block-padding v0.4.2
16902026-08-15T19:59:48.617Z Compiling block-buffer v0.12.1
16912026-08-15T19:59:48.716Z Compiling serde-big-array v0.5.1
16922026-08-15T19:59:48.745Z Compiling rustls-native-certs v0.8.3
16932026-08-15T19:59:48.761Z Compiling md-5 v0.10.6
16942026-08-15T19:59:48.835Z Compiling pin-project-internal v1.1.11
16952026-08-15T19:59:48.883Z Compiling daft-derive v0.1.7
16962026-08-15T19:59:48.899Z Compiling vergen-lib v9.1.0
16972026-08-15T19:59:48.949Z Compiling hash32 v0.2.1
16982026-08-15T19:59:48.952Z Compiling memoffset v0.9.1
16992026-08-15T19:59:49.059Z Compiling encoding_rs v0.8.35
17002026-08-15T19:59:49.107Z Compiling thread_local v1.1.9
17012026-08-15T19:59:49.159Z Compiling mime v0.3.17
17022026-08-15T19:59:49.182Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
17032026-08-15T19:59:49.198Z Compiling fallible-iterator v0.2.0
17042026-08-15T19:59:49.286Z Compiling slog-async v2.8.0
17052026-08-15T19:59:49.381Z Compiling psl-types v2.0.11
17062026-08-15T19:59:49.426Z Compiling rustix v0.38.44
17072026-08-15T19:59:49.442Z Compiling linked-hash-map v0.5.6
17082026-08-15T19:59:49.555Z Compiling smoltcp v0.9.1
17092026-08-15T19:59:49.570Z Compiling crc-any v2.5.0
17102026-08-15T19:59:49.626Z Compiling litrs v1.0.0
17112026-08-15T19:59:49.647Z Compiling ref-cast v1.0.25
17122026-08-15T19:59:49.711Z Compiling daft v0.1.7
17132026-08-15T19:59:49.778Z Compiling lru-cache v0.1.2
17142026-08-15T19:59:49.811Z Compiling hyper-tls v0.6.0
17152026-08-15T19:59:49.894Z Compiling publicsuffix v2.3.0
17162026-08-15T19:59:49.929Z Compiling postgres-protocol v0.6.10
17172026-08-15T19:59:49.989Z Compiling toml_edit v0.22.27
17182026-08-15T19:59:50.050Z Compiling toml v0.7.8
17192026-08-15T19:59:50.054Z Compiling pin-project v1.1.11
17202026-08-15T19:59:50.054Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17212026-08-15T19:59:50.133Z Compiling object v0.30.4
17222026-08-15T19:59:50.149Z Compiling inout v0.2.2
17232026-08-15T19:59:50.166Z Compiling futures v0.3.32
17242026-08-15T19:59:50.182Z Compiling document-features v0.2.12
17252026-08-15T19:59:50.205Z Compiling snafu-derive v0.8.9
17262026-08-15T19:59:50.265Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17272026-08-15T19:59:50.300Z Compiling derive_builder v0.20.2
17282026-08-15T19:59:50.350Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17292026-08-15T19:59:50.452Z Compiling zip v0.6.6
17302026-08-15T19:59:50.603Z Compiling derive-ex v0.1.8
17312026-08-15T19:59:50.666Z Compiling hickory-proto v0.24.4
17322026-08-15T19:59:50.705Z Compiling crossbeam-channel v0.5.15
17332026-08-15T19:59:50.768Z Compiling usdt-macro v0.5.0
17342026-08-15T19:59:50.802Z Compiling usdt-attr-macro v0.5.0
17352026-08-15T19:59:50.818Z Compiling phf_shared v0.13.1
17362026-08-15T19:59:50.977Z Compiling regex v1.12.3
17372026-08-15T19:59:51.053Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17382026-08-15T19:59:51.097Z Compiling ref-cast-impl v1.0.25
17392026-08-15T19:59:51.100Z Compiling strum_macros v0.27.2
17402026-08-15T19:59:51.196Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17412026-08-15T19:59:51.212Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=b8782742d1bd91546887fbc1757a7d024a5469ef#b8782742)
17422026-08-15T19:59:51.380Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17432026-08-15T19:59:51.434Z Compiling vergen v9.1.0
17442026-08-15T19:59:51.450Z Compiling cargo-platform v0.3.2
17452026-08-15T19:59:51.553Z Compiling nix v0.31.2
17462026-08-15T19:59:51.637Z Compiling memmap v0.7.0
17472026-08-15T19:59:51.650Z Compiling is-terminal v0.4.17
17482026-08-15T19:59:51.666Z Compiling fs-err v3.3.0
17492026-08-15T19:59:51.690Z Compiling take_mut v0.2.2
17502026-08-15T19:59:51.736Z Compiling managed v0.8.0
17512026-08-15T19:59:51.763Z Compiling path-slash v0.1.5
17522026-08-15T19:59:51.816Z Compiling jiff-core v0.1.0
17532026-08-15T19:59:51.831Z Compiling term v1.2.1
17542026-08-15T19:59:51.873Z Compiling bumpalo v3.20.2
17552026-08-15T19:59:51.912Z Compiling resolv-conf v0.7.6
17562026-08-15T19:59:51.950Z Compiling same-file v1.0.6
17572026-08-15T19:59:51.964Z Compiling corncobs v0.1.4
17582026-08-15T19:59:52.173Z Compiling foldhash v0.1.5
17592026-08-15T19:59:52.188Z Compiling bitflags v1.3.2
17602026-08-15T19:59:52.191Z Compiling libbz2-rs-sys v0.2.2
17612026-08-15T19:59:52.224Z Compiling snafu v0.8.9
17622026-08-15T19:59:52.299Z Compiling hashbrown v0.15.5
17632026-08-15T19:59:52.358Z Compiling slog-term v2.9.2
17642026-08-15T19:59:52.379Z Compiling test-strategy v0.4.5
17652026-08-15T19:59:52.459Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17662026-08-15T19:59:52.593Z Compiling jiff v0.2.34
17672026-08-15T19:59:52.676Z Compiling bzip2 v0.6.1
17682026-08-15T19:59:52.815Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17692026-08-15T19:59:52.859Z Compiling hickory-resolver v0.24.4
17702026-08-15T19:59:52.875Z Compiling zopfli v0.8.3
17712026-08-15T19:59:52.894Z Compiling walkdir v2.5.0
17722026-08-15T19:59:52.957Z Compiling usdt v0.5.0
17732026-08-15T19:59:53.104Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17742026-08-15T19:59:53.142Z Compiling cargo_metadata v0.23.1
17752026-08-15T19:59:53.160Z Compiling strum v0.27.2
17762026-08-15T19:59:53.195Z Compiling toml v0.8.23
17772026-08-15T19:59:53.239Z Compiling phf v0.13.1
17782026-08-15T19:59:53.256Z Compiling signal-hook-mio v0.2.5
17792026-08-15T19:59:53.308Z Compiling cookie_store v0.22.1
17802026-08-15T19:59:53.414Z Compiling postgres-types v0.2.12
17812026-08-15T19:59:53.429Z Compiling cipher v0.5.2
17822026-08-15T19:59:53.647Z Compiling zstd v0.13.3
17832026-08-15T19:59:53.747Z Compiling reqwest v0.12.28
17842026-08-15T19:59:53.893Z Compiling globset v0.4.18
17852026-08-15T19:59:53.929Z Compiling usdt-attr-macro v0.6.0
17862026-08-15T19:59:53.946Z Compiling usdt-macro v0.6.0
17872026-08-15T19:59:53.980Z Compiling phf_shared v0.11.3
17882026-08-15T19:59:53.995Z Compiling tokio-stream v0.1.18
17892026-08-15T19:59:54.011Z Compiling olpc-cjson v0.1.4
17902026-08-15T19:59:54.181Z Compiling byte-wrapper v0.1.0
17912026-08-15T19:59:54.181Z Compiling serde_plain v1.0.2
17922026-08-15T19:59:54.254Z Compiling inout v0.1.4
17932026-08-15T19:59:54.451Z Compiling secrecy v0.8.0
17942026-08-15T19:59:54.468Z Compiling async-recursion v1.1.1
17952026-08-15T19:59:54.497Z Compiling derive-where v1.6.0
17962026-08-15T19:59:54.526Z Compiling serde_repr v0.1.20
17972026-08-15T19:59:54.574Z Compiling float-cmp v0.10.0
17982026-08-15T19:59:54.599Z Compiling pem v3.0.6
17992026-08-15T19:59:54.618Z Compiling memmap2 v0.9.10
18002026-08-15T19:59:54.633Z Compiling hashbrown v0.16.1
18012026-08-15T19:59:54.743Z Compiling const-oid v0.10.2
18022026-08-15T19:59:54.806Z Compiling fixedbitset v0.5.7
18032026-08-15T19:59:54.825Z Compiling fixedbitset v0.4.2
18042026-08-15T19:59:54.854Z Compiling new_debug_unreachable v1.0.6
18052026-08-15T19:59:54.945Z Compiling debug-ignore v1.0.5
18062026-08-15T19:59:54.961Z Compiling difflib v0.4.0
18072026-08-15T19:59:54.980Z Compiling predicates-core v1.0.10
18082026-08-15T19:59:55.006Z Compiling precomputed-hash v0.1.1
18092026-08-15T19:59:55.075Z Compiling cpufeatures v0.3.0
18102026-08-15T19:59:55.083Z Compiling either v1.15.0
18112026-08-15T19:59:55.112Z Compiling normalize-line-endings v0.3.0
18122026-08-15T19:59:55.127Z Compiling whoami v2.1.0
18132026-08-15T19:59:55.144Z Compiling typed-path v0.9.3
18142026-08-15T19:59:55.159Z Compiling chacha20 v0.10.0
18152026-08-15T19:59:55.175Z Compiling iddqd v0.4.2
18162026-08-15T19:59:55.190Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18172026-08-15T19:59:55.193Z Compiling string_cache v0.8.9
18182026-08-15T19:59:55.221Z Compiling predicates v3.1.4
18192026-08-15T19:59:55.254Z Compiling petgraph v0.8.3
18202026-08-15T19:59:55.312Z Compiling itertools v0.13.0
18212026-08-15T19:59:55.458Z Compiling tokio-postgres v0.7.16
18222026-08-15T19:59:55.532Z Compiling petgraph v0.6.5
18232026-08-15T19:59:55.548Z Compiling digest v0.11.3
18242026-08-15T19:59:55.563Z Compiling zip v4.6.1
18252026-08-15T19:59:55.804Z Compiling usdt v0.6.0
18262026-08-15T19:59:55.821Z Compiling crossterm v0.28.1
18272026-08-15T19:59:55.860Z Compiling qorb v0.4.1
18282026-08-15T19:59:55.891Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18292026-08-15T19:59:56.097Z Compiling cipher v0.4.4
18302026-08-15T19:59:56.497Z Compiling similar v2.7.0
18312026-08-15T19:59:56.575Z Compiling hickory-proto v0.25.2
18322026-08-15T19:59:56.605Z Compiling crossbeam-epoch v0.9.18
18332026-08-15T19:59:56.670Z Compiling buf-list v1.1.2
18342026-08-15T19:59:56.829Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18352026-08-15T19:59:56.958Z Compiling openapiv3 v2.2.0
18362026-08-15T19:59:56.973Z Compiling lalrpop-util v0.19.12
18372026-08-15T19:59:57.065Z Compiling peg-runtime v0.8.5
18382026-08-15T19:59:57.125Z Compiling filetime v0.2.27
18392026-08-15T19:59:57.155Z Compiling xattr v1.6.1
18402026-08-15T19:59:57.184Z Compiling camino-tempfile v1.4.1
18412026-08-15T19:59:57.320Z Compiling tar v0.4.46
18422026-08-15T20:00:15.056Z Compiling rustls-webpki v0.103.13
18432026-08-15T20:00:17.747Z Compiling tokio-rustls v0.26.4
18442026-08-15T20:00:17.748Z Compiling rustls-platform-verifier v0.6.2
18452026-08-15T20:00:17.750Z Compiling tough v0.22.0
18462026-08-15T20:00:17.944Z Compiling hyper-rustls v0.27.7
18472026-08-15T20:00:18.139Z Compiling reqwest v0.13.2
18482026-08-15T20:00:20.309Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18492026-08-15T20:00:20.542Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18502026-08-15T20:00:23.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.29s
18512026-08-15T20:00:23.488Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
18522026-08-15T20:00:23.488Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
18532026-08-15T20:00:23.630Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18542026-08-15T20:00:23.689ZAug 15 20:00:23.003 INFO Starting download, target: Clickhouse
18552026-08-15T20:00:23.689ZAug 15 20:00:23.004 INFO Starting download, target: Cockroach
18562026-08-15T20:00:23.689ZAug 15 20:00:23.004 INFO Starting download, target: DendriteStub
18572026-08-15T20:00:23.689ZAug 15 20:00:23.004 INFO Starting download, target: Console
18582026-08-15T20:00:23.689ZAug 15 20:00:23.004 INFO Starting download, target: MaghemiteMgd
18592026-08-15T20:00:23.689ZAug 15 20:00:23.004 INFO Starting download, target: MaghemiteDdmd
18602026-08-15T20:00:23.692ZAug 15 20:00:23.004 INFO Starting download, target: TransceiverControl
18612026-08-15T20:00:23.692ZAug 15 20:00:23.004 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18622026-08-15T20:00:23.692ZAug 15 20:00:23.004 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18632026-08-15T20:00:23.692ZAug 15 20:00:23.004 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18642026-08-15T20:00:23.692ZAug 15 20:00:23.004 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18652026-08-15T20:00:23.692ZAug 15 20:00:23.004 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18662026-08-15T20:00:23.692ZAug 15 20:00:23.004 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18672026-08-15T20:00:23.692ZAug 15 20:00:23.004 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18682026-08-15T20:00:24.026ZAug 15 20:00:23.340 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18692026-08-15T20:00:24.308ZAug 15 20:00:23.607 INFO Download complete, target: TransceiverControl
18702026-08-15T20:00:25.525ZAug 15 20:00:24.831 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18712026-08-15T20:00:25.757ZAug 15 20:00:25.064 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18722026-08-15T20:00:25.983ZAug 15 20:00:25.296 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18732026-08-15T20:00:25.990ZAug 15 20:00:25.303 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18742026-08-15T20:00:26.023ZAug 15 20:00:25.325 INFO Download complete, target: Console
18752026-08-15T20:00:26.172ZAug 15 20:00:25.487 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18762026-08-15T20:00:26.240ZAug 15 20:00:25.555 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18772026-08-15T20:00:26.240ZAug 15 20:00:25.555 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18782026-08-15T20:00:27.493ZAug 15 20:00:26.808 INFO Download complete, target: MaghemiteDdmd
18792026-08-15T20:00:28.670ZAug 15 20:00:27.985 INFO Download complete, target: DendriteStub
18802026-08-15T20:00:28.708ZAug 15 20:00:28.023 INFO Download complete, target: MaghemiteMgd
18812026-08-15T20:00:30.940ZAug 15 20:00:30.255 INFO Checking that binary works, target: Cockroach
18822026-08-15T20:00:31.066ZAug 15 20:00:30.380 INFO Download complete, target: Cockroach
18832026-08-15T20:00:32.925ZAug 15 20:00:32.239 INFO Checking that binary works, target: Clickhouse
18842026-08-15T20:00:33.009ZAug 15 20:00:32.324 INFO Download complete, target: Clickhouse
18852026-08-15T20:00:33.016ZAll prerequisites installed successfully
18862026-08-15T20:00:33.019Z
18872026-08-15T20:00:33.019Zreal 2:02.275337673
18882026-08-15T20:00:33.019Zuser 7:47.554562529
18892026-08-15T20:00:33.019Zsys 1:55.328337402
18902026-08-15T20:00:33.019Ztrap 0.294293323
18912026-08-15T20:00:33.019Ztflt 0.891141838
18922026-08-15T20:00:33.019Zdflt 1.813808215
18932026-08-15T20:00:33.019Zkflt 0.024720515
18942026-08-15T20:00:33.019Zlock 30:37.018811709
18952026-08-15T20:00:33.019Zslp 21:24.475441879
18962026-08-15T20:00:33.019Zlat 33.270626751
18972026-08-15T20:00:33.019Zstop 3:57.438836375
18982026-08-15T20:00:33.019Z+ ptime -m cargo xtask download softnpu
18992026-08-15T20:00:33.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19002026-08-15T20:00:33.526Z Running `target/debug/xtask download softnpu`
19012026-08-15T20:00:34.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
19022026-08-15T20:00:34.336Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
19032026-08-15T20:00:34.336Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
19042026-08-15T20:00:34.401Z Running `target/debug/xtask-downloader softnpu`
19052026-08-15T20:00:34.443ZAug 15 20:00:33.758 INFO Starting download, target: Softnpu
19062026-08-15T20:00:34.446ZAug 15 20:00:33.759 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
19072026-08-15T20:00:34.991ZAug 15 20:00:34.306 INFO Download complete, target: Softnpu
19082026-08-15T20:00:34.994Z
19092026-08-15T20:00:34.997Zreal 1.971852491
19102026-08-15T20:00:34.997Zuser 1.356873081
19112026-08-15T20:00:34.997Zsys 0.652178194
19122026-08-15T20:00:34.997Ztrap 0.000656370
19132026-08-15T20:00:34.997Ztflt 0.000504960
19142026-08-15T20:00:34.997Zdflt 0.000270940
19152026-08-15T20:00:34.997Zkflt 0.000003820
19162026-08-15T20:00:34.997Zlock 10.327754336
19172026-08-15T20:00:34.997Zslp 0.414674128
19182026-08-15T20:00:34.997Zlat 0.094951859
19192026-08-15T20:00:34.997Zstop 0.000185140
19202026-08-15T20:00:34.997Z+ export CARGO_INCREMENTAL=0
19212026-08-15T20:00:34.997Z+ CARGO_INCREMENTAL=0
19222026-08-15T20:00:34.997Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
19232026-08-15T20:00:35.979Z Compiling proc-macro2 v1.0.106
19242026-08-15T20:00:35.979Z Compiling quote v1.0.45
19252026-08-15T20:00:35.979Z Compiling unicode-ident v1.0.24
19262026-08-15T20:00:35.979Z Compiling libc v0.2.185
19272026-08-15T20:00:35.986Z Compiling serde_core v1.0.228
19282026-08-15T20:00:35.986Z Compiling serde v1.0.228
19292026-08-15T20:00:35.986Z Compiling cfg-if v1.0.4
19302026-08-15T20:00:35.986Z Compiling version_check v0.9.5
19312026-08-15T20:00:36.125Z Compiling portable-atomic v1.13.1
19322026-08-15T20:00:36.130Z Compiling memchr v2.8.0
19332026-08-15T20:00:36.131Z Compiling zerocopy v0.8.56
19342026-08-15T20:00:36.131Z Compiling autocfg v1.5.0
19352026-08-15T20:00:36.131Z Compiling critical-section v1.2.0
19362026-08-15T20:00:36.131Z Compiling zmij v1.0.21
19372026-08-15T20:00:36.131Z Compiling allocator-api2 v0.2.21
19382026-08-15T20:00:36.324Z Compiling serde_json v1.0.151
19392026-08-15T20:00:36.369Z Compiling shlex v1.3.0
19402026-08-15T20:00:36.438Z Compiling find-msvc-tools v0.1.9
19412026-08-15T20:00:36.596Z Compiling equivalent v1.0.2
19422026-08-15T20:00:36.625Z Compiling foldhash v0.2.0
19432026-08-15T20:00:36.643Z Compiling libm v0.2.16
19442026-08-15T20:00:36.687Z Compiling icu_properties_data v2.1.2
19452026-08-15T20:00:36.700Z Compiling generic-array v0.14.7
19462026-08-15T20:00:36.716Z Compiling icu_normalizer_data v2.1.1
19472026-08-15T20:00:36.782Z Compiling num-traits v0.2.19
19482026-08-15T20:00:36.820Z Compiling hashbrown v0.17.0
19492026-08-15T20:00:36.836Z Compiling parking_lot_core v0.9.12
19502026-08-15T20:00:36.867Z Compiling smallvec v1.15.1
19512026-08-15T20:00:36.901Z Compiling getrandom v0.3.4
19522026-08-15T20:00:36.919Z Compiling getrandom v0.4.3
19532026-08-15T20:00:36.941Z Compiling itoa v1.0.17
19542026-08-15T20:00:36.965Z Compiling log v0.4.33
19552026-08-15T20:00:36.976Z Compiling cfg_aliases v0.2.1
19562026-08-15T20:00:37.011Z Compiling thiserror v2.0.18
19572026-08-15T20:00:37.062Z Compiling jobserver v0.1.34
19582026-08-15T20:00:37.084Z Compiling subtle v2.6.1
19592026-08-15T20:00:37.144Z Compiling errno v0.3.14
19602026-08-15T20:00:37.206Z Compiling once_cell v1.21.3
19612026-08-15T20:00:37.275Z Compiling cc v1.2.56
19622026-08-15T20:00:37.298Z Compiling winnow v0.7.14
19632026-08-15T20:00:37.327Z Compiling rustix v1.1.4
19642026-08-15T20:00:37.343Z Compiling winnow v1.0.3
19652026-08-15T20:00:37.403Z Compiling toml_datetime v0.7.5+spec-1.1.0
19662026-08-15T20:00:37.421Z Compiling syn v2.0.117
19672026-08-15T20:00:37.438Z Compiling borsh v1.8.0
19682026-08-15T20:00:37.441Z Compiling typenum v1.20.1
19692026-08-15T20:00:37.441Z Compiling stable_deref_trait v1.2.1
19702026-08-15T20:00:37.486Z Compiling heck v0.5.0
19712026-08-15T20:00:37.520Z Compiling pkg-config v0.3.32
19722026-08-15T20:00:37.536Z Compiling getrandom v0.2.17
19732026-08-15T20:00:37.618Z Compiling scopeguard v1.2.0
19742026-08-15T20:00:37.703Z Compiling rand_core v0.6.4
19752026-08-15T20:00:37.719Z Compiling lock_api v0.4.14
19762026-08-15T20:00:37.904Z Compiling thiserror v1.0.69
19772026-08-15T20:00:37.933Z Compiling syn v1.0.109
19782026-08-15T20:00:37.974Z Compiling rustversion v1.0.22
19792026-08-15T20:00:38.006Z Compiling strsim v0.11.1
19802026-08-15T20:00:38.049Z Compiling const-oid v0.9.6
19812026-08-15T20:00:38.092Z Compiling schemars v0.8.22
19822026-08-15T20:00:38.167Z Compiling litemap v0.8.1
19832026-08-15T20:00:38.182Z Compiling writeable v0.6.2
19842026-08-15T20:00:38.313Z Compiling indexmap v2.14.0
19852026-08-15T20:00:38.333Z Compiling toml_parser v1.1.2+spec-1.1.0
19862026-08-15T20:00:38.350Z Compiling bitflags v2.11.0
19872026-08-15T20:00:38.353Z Compiling semver v1.0.28
19882026-08-15T20:00:38.400Z Compiling percent-encoding v2.3.2
19892026-08-15T20:00:38.488Z Compiling pin-project-lite v0.2.17
19902026-08-15T20:00:38.851Z Compiling utf8_iter v1.0.4
19912026-08-15T20:00:38.882Z Compiling form_urlencoded v1.2.2
19922026-08-15T20:00:38.921Z Compiling toml_edit v0.23.10+spec-1.0.0
19932026-08-15T20:00:39.006Z Compiling cmake v0.1.57
19942026-08-15T20:00:39.024Z Compiling signal-hook-registry v1.4.8
19952026-08-15T20:00:39.066Z Compiling dunce v1.0.5
19962026-08-15T20:00:39.069Z Compiling byteorder v1.5.0
19972026-08-15T20:00:39.173Z Compiling fs_extra v1.3.0
19982026-08-15T20:00:39.189Z Compiling rand_core v0.10.0
19992026-08-15T20:00:39.207Z Compiling parking_lot v0.12.5
20002026-08-15T20:00:39.220Z Compiling mio v1.2.0
20012026-08-15T20:00:39.362Z Compiling socket2 v0.6.3
20022026-08-15T20:00:39.478Z Compiling proc-macro-crate v3.4.0
20032026-08-15T20:00:39.519Z Compiling aws-lc-sys v0.40.0
20042026-08-15T20:00:39.610Z Compiling ident_case v1.0.1
20052026-08-15T20:00:39.915Z Compiling futures-core v0.3.32
20062026-08-15T20:00:39.919Z Compiling base64ct v1.8.3
20072026-08-15T20:00:40.088Z Compiling rustc_version v0.4.1
20082026-08-15T20:00:40.121Z Compiling flagset v0.4.7
20092026-08-15T20:00:40.121Z Compiling aws-lc-rs v1.16.3
20102026-08-15T20:00:40.186Z Compiling pem-rfc7468 v0.7.0
20112026-08-15T20:00:40.206Z Compiling synstructure v0.13.2
20122026-08-15T20:00:40.241Z Compiling serde_derive_internals v0.29.1
20132026-08-15T20:00:40.259Z Compiling iana-time-zone v0.1.65
20142026-08-15T20:00:40.370Z Compiling ucd-trie v0.1.7
20152026-08-15T20:00:40.433Z Compiling anyhow v1.0.104
20162026-08-15T20:00:40.544Z Compiling pest v2.8.6
20172026-08-15T20:00:40.583Z Compiling ahash v0.8.12
20182026-08-15T20:00:40.598Z Compiling httparse v1.10.1
20192026-08-15T20:00:40.697Z Compiling crc32fast v1.5.0
20202026-08-15T20:00:40.755Z Compiling fnv v1.0.7
20212026-08-15T20:00:40.771Z Compiling regex-syntax v0.8.10
20222026-08-15T20:00:40.871Z Compiling base64 v0.22.1
20232026-08-15T20:00:40.887Z Compiling futures-sink v0.3.32
20242026-08-15T20:00:40.920Z Compiling vcpkg v0.2.15
20252026-08-15T20:00:40.938Z Compiling darling_core v0.23.0
20262026-08-15T20:00:40.974Z Compiling futures-task v0.3.32
20272026-08-15T20:00:41.013Z Compiling futures-channel v0.3.32
20282026-08-15T20:00:41.047Z Compiling cpufeatures v0.2.17
20292026-08-15T20:00:41.050Z Compiling futures-io v0.3.32
20302026-08-15T20:00:41.140Z Compiling slab v0.4.12
20312026-08-15T20:00:41.154Z Compiling num-bigint-dig v0.8.6
20322026-08-15T20:00:41.285Z Compiling dyn-clone v1.0.20
20332026-08-15T20:00:41.301Z Compiling rustls v0.23.41
20342026-08-15T20:00:41.305Z Compiling terminal_size v0.4.3
20352026-08-15T20:00:41.426Z Compiling plain v0.2.3
20362026-08-15T20:00:41.429Z Compiling anstyle v1.0.14
20372026-08-15T20:00:41.460Z Compiling time-core v0.1.8
20382026-08-15T20:00:41.463Z Compiling crossbeam-utils v0.8.21
20392026-08-15T20:00:41.509Z Compiling openssl-sys v0.9.117
20402026-08-15T20:00:41.512Z Compiling simd-adler32 v0.3.8
20412026-08-15T20:00:41.512Z Compiling num-conv v0.2.0
20422026-08-15T20:00:41.512Z Compiling camino v1.2.5
20432026-08-15T20:00:41.577Z Compiling serde_derive v1.0.228
20442026-08-15T20:00:41.592Z Compiling zeroize_derive v1.5.0
20452026-08-15T20:00:41.644Z Compiling zerocopy-derive v0.8.56
20462026-08-15T20:00:41.662Z Compiling zerofrom-derive v0.1.6
20472026-08-15T20:00:41.701Z Compiling yoke-derive v0.8.1
20482026-08-15T20:00:41.738Z Compiling zerovec-derive v0.11.2
20492026-08-15T20:00:41.792Z Compiling displaydoc v0.2.5
20502026-08-15T20:00:41.792Z Compiling tokio-macros v2.7.0
20512026-08-15T20:00:41.802Z Compiling thiserror-impl v2.0.18
20522026-08-15T20:00:41.928Z Compiling borsh-derive v1.8.0
20532026-08-15T20:00:42.006Z Compiling der_derive v0.7.3
20542026-08-15T20:00:42.006Z Compiling futures-macro v0.3.32
20552026-08-15T20:00:42.034Z Compiling thiserror-impl v1.0.69
20562026-08-15T20:00:42.157Z Compiling schemars_derive v0.8.22
20572026-08-15T20:00:42.261Z Compiling zeroize v1.9.0
20582026-08-15T20:00:42.488Z Compiling tracing-attributes v0.1.31
20592026-08-15T20:00:42.683Z Compiling pest_meta v2.8.6
20602026-08-15T20:00:42.687Z Compiling clap_derive v4.6.1
20612026-08-15T20:00:42.768Z Compiling futures-util v0.3.32
20622026-08-15T20:00:42.788Z Compiling der v0.7.10
20632026-08-15T20:00:42.812Z Compiling zerofrom v0.1.6
20642026-08-15T20:00:42.954Z Compiling yoke v0.8.1
20652026-08-15T20:00:42.991Z Compiling crypto-common v0.1.7
20662026-08-15T20:00:43.175Z Compiling zerovec v0.11.5
20672026-08-15T20:00:43.206Z Compiling zerotrie v0.2.3
20682026-08-15T20:00:43.207Z Compiling block-buffer v0.10.4
20692026-08-15T20:00:43.346Z Compiling digest v0.10.7
20702026-08-15T20:00:43.530Z Compiling pest_generator v2.8.6
20712026-08-15T20:00:43.581Z Compiling darling_macro v0.23.0
20722026-08-15T20:00:43.657Z Compiling spki v0.7.3
20732026-08-15T20:00:43.679Z Compiling utf8parse v0.2.2
20742026-08-15T20:00:43.733Z Compiling tinystr v0.8.2
20752026-08-15T20:00:43.775Z Compiling potential_utf v0.1.4
20762026-08-15T20:00:43.907Z Compiling pkcs8 v0.10.2
20772026-08-15T20:00:44.067Z Compiling anstyle-parse v1.0.0
20782026-08-15T20:00:44.067Z Compiling icu_locale_core v2.1.1
20792026-08-15T20:00:44.131Z Compiling icu_collections v2.1.1
20802026-08-15T20:00:44.131Z Compiling time-macros v0.2.27
20812026-08-15T20:00:44.157Z Compiling darling v0.23.0
20822026-08-15T20:00:44.157Z Compiling async-trait v0.1.89
20832026-08-15T20:00:44.168Z Compiling pest_derive v2.8.6
20842026-08-15T20:00:44.237Z Compiling slog v2.8.2
20852026-08-15T20:00:44.502Z Compiling colorchoice v1.0.4
20862026-08-15T20:00:44.558Z Compiling is_terminal_polyfill v1.70.2
20872026-08-15T20:00:44.624Z Compiling icu_provider v2.1.1
20882026-08-15T20:00:44.642Z Compiling anstyle-query v1.1.5
20892026-08-15T20:00:44.720Z Compiling bytes v1.11.1
20902026-08-15T20:00:44.755Z Compiling ipnet v2.12.1
20912026-08-15T20:00:44.772Z Compiling adler2 v2.0.1
20922026-08-15T20:00:44.865Z Compiling chrono v0.4.45
20932026-08-15T20:00:44.932Z Compiling icu_properties v2.1.2
20942026-08-15T20:00:44.946Z Compiling icu_normalizer v2.1.1
20952026-08-15T20:00:45.064Z Compiling miniz_oxide v0.8.9
20962026-08-15T20:00:45.203Z Compiling tokio v1.52.1
20972026-08-15T20:00:45.366Z Compiling anstream v1.0.0
20982026-08-15T20:00:45.632Z Compiling serde_spanned v0.6.9
20992026-08-15T20:00:45.660Z Compiling toml_datetime v0.6.11
21002026-08-15T20:00:45.761Z Compiling hmac v0.12.1
21012026-08-15T20:00:45.795Z Compiling sha2 v0.10.9
21022026-08-15T20:00:45.878Z Compiling idna_adapter v1.2.1
21032026-08-15T20:00:45.945Z Compiling ppv-lite86 v0.2.21
21042026-08-15T20:00:46.029Z Compiling uuid v1.23.4
21052026-08-15T20:00:46.042Z Compiling idna v1.1.0
21062026-08-15T20:00:46.094Z Compiling spin v0.9.8
21072026-08-15T20:00:46.125Z Compiling aho-corasick v1.1.4
21082026-08-15T20:00:46.160Z Compiling pretty-hex v0.4.1
21092026-08-15T20:00:46.332Z Compiling rand_chacha v0.3.1
21102026-08-15T20:00:46.351Z Compiling hex v0.4.3
21112026-08-15T20:00:46.365Z Compiling url v2.5.8
21122026-08-15T20:00:46.399Z Compiling serde_tokenstream v0.2.3
21132026-08-15T20:00:46.428Z Compiling signature v2.2.0
21142026-08-15T20:00:46.556Z Compiling rand v0.8.6
21152026-08-15T20:00:46.608Z Compiling scroll_derive v0.12.1
21162026-08-15T20:00:46.650Z Compiling object v0.37.3
21172026-08-15T20:00:46.667Z Compiling radium v0.7.0
21182026-08-15T20:00:46.714Z Compiling clap_lex v1.0.0
21192026-08-15T20:00:46.744Z Compiling curve25519-dalek v4.1.3
21202026-08-15T20:00:46.925Z Compiling clap_builder v4.6.0
21212026-08-15T20:00:46.943Z Compiling zerocopy-derive v0.7.35
21222026-08-15T20:00:46.960Z Compiling regex-automata v0.4.14
21232026-08-15T20:00:47.028Z Compiling num-integer v0.1.46
21242026-08-15T20:00:47.209Z Compiling tracing-core v0.1.36
21252026-08-15T20:00:47.285Z Compiling maybe-uninit v2.0.0
21262026-08-15T20:00:47.299Z Compiling openssl v0.10.80
21272026-08-15T20:00:47.360Z Compiling winnow v0.5.40
21282026-08-15T20:00:47.573Z Compiling num-iter v0.1.45
21292026-08-15T20:00:47.695Z Compiling tracing v0.1.44
21302026-08-15T20:00:47.751Z Compiling lazy_static v1.5.0
21312026-08-15T20:00:47.790Z Compiling scroll_derive v0.13.1
21322026-08-15T20:00:47.879Z Compiling curve25519-dalek-derive v0.1.1
21332026-08-15T20:00:48.072Z Compiling rand_core v0.9.5
21342026-08-15T20:00:48.129Z Compiling ff v0.13.1
21352026-08-15T20:00:48.174Z Compiling base16ct v0.2.0
21362026-08-15T20:00:48.237Z Compiling gimli v0.32.3
21372026-08-15T20:00:48.261Z Compiling group v0.13.0
21382026-08-15T20:00:48.365Z Compiling sec1 v0.7.3
21392026-08-15T20:00:48.459Z Compiling clap v4.6.1
21402026-08-15T20:00:48.587Z Compiling hkdf v0.12.4
21412026-08-15T20:00:48.661Z Compiling toml_edit v0.19.15
21422026-08-15T20:00:48.678Z Compiling pkcs1 v0.7.5
21432026-08-15T20:00:48.755Z Compiling x509-cert v0.2.5
21442026-08-15T20:00:48.795Z Compiling crypto-bigint v0.5.5
21452026-08-15T20:00:48.838Z Compiling hubpack_derive v0.1.1
21462026-08-15T20:00:48.900Z Compiling openssl-macros v0.1.1
21472026-08-15T20:00:49.079Z Compiling strum_macros v0.26.4
21482026-08-15T20:00:49.340Z Compiling zstd-sys v2.0.16+zstd.1.5.7
21492026-08-15T20:00:49.384Z Compiling bzip2-sys v0.1.13+1.0.8
21502026-08-15T20:00:49.459Z Compiling usdt-impl v0.5.0
21512026-08-15T20:00:49.691Z Compiling rustc-demangle v0.1.27
21522026-08-15T20:00:49.707Z Compiling packed_struct v0.10.1
21532026-08-15T20:00:49.735Z Compiling owo-colors v4.3.0
21542026-08-15T20:00:49.738Z Compiling tinyvec_macros v0.1.1
21552026-08-15T20:00:49.835Z Compiling native-tls v0.2.18
21562026-08-15T20:00:49.910Z Compiling tinyvec v1.12.0
21572026-08-15T20:00:49.966Z Compiling addr2line v0.25.1
21582026-08-15T20:00:50.062Z Compiling elliptic-curve v0.13.8
21592026-08-15T20:00:50.077Z Compiling regex v1.12.3
21602026-08-15T20:00:50.102Z Compiling rsa v0.9.10
21612026-08-15T20:00:50.138Z Compiling tokio-util v0.7.18
21622026-08-15T20:00:50.236Z Compiling rand_chacha v0.9.0
21632026-08-15T20:00:50.292Z Compiling scroll v0.12.0
21642026-08-15T20:00:50.339Z Compiling http v1.4.2
21652026-08-15T20:00:50.500Z Compiling proc-macro-error-attr2 v2.0.0
21662026-08-15T20:00:50.544Z Compiling cookie v0.18.1
21672026-08-15T20:00:50.547Z Compiling fastrand v2.3.0
21682026-08-15T20:00:50.577Z Compiling is_ci v1.2.0
21692026-08-15T20:00:50.641Z Compiling smawk v0.3.2
21702026-08-15T20:00:50.674Z Compiling unicode-width v0.2.0
21712026-08-15T20:00:50.728Z Compiling unicode-linebreak v0.1.5
21722026-08-15T20:00:50.759Z Compiling supports-color v3.0.2
21732026-08-15T20:00:50.797Z Compiling goblin v0.8.2
21742026-08-15T20:00:50.898Z Compiling proc-macro-error2 v2.0.1
21752026-08-15T20:00:50.914Z Compiling rand v0.9.2
21762026-08-15T20:00:50.944Z Compiling textwrap v0.16.2
21772026-08-15T20:00:51.128Z Compiling backtrace v0.3.76
21782026-08-15T20:00:51.157Z Compiling zerocopy v0.7.35
21792026-08-15T20:00:51.268Z Compiling hashbrown v0.14.5
21802026-08-15T20:00:51.285Z Compiling rfc6979 v0.4.0
21812026-08-15T20:00:51.326Z Compiling serde_with_macros v3.21.0
21822026-08-15T20:00:51.359Z Compiling rustls-pki-types v1.14.0
21832026-08-15T20:00:51.429Z Compiling packed_struct_codegen v0.10.1
21842026-08-15T20:00:51.510Z Compiling zerocopy-derive v0.6.6
21852026-08-15T20:00:51.678Z Compiling backtrace-ext v0.2.1
21862026-08-15T20:00:51.739Z Compiling miette-derive v7.6.0
21872026-08-15T20:00:51.755Z Compiling bitfield-macros v0.19.4
21882026-08-15T20:00:51.794Z Compiling indexmap v1.9.3
21892026-08-15T20:00:51.849Z Compiling supports-unicode v3.0.0
21902026-08-15T20:00:51.865Z Compiling keccak v0.1.6
21912026-08-15T20:00:52.013Z Compiling salty v0.3.0
21922026-08-15T20:00:52.028Z Compiling paste v1.0.15
21932026-08-15T20:00:52.067Z Compiling unicode-width v0.1.14
21942026-08-15T20:00:52.229Z Compiling supports-hyperlinks v3.2.0
21952026-08-15T20:00:52.246Z Compiling sha3 v0.10.8
21962026-08-15T20:00:52.267Z Compiling chumsky v0.9.3
21972026-08-15T20:00:52.282Z Compiling tempfile v3.27.0
21982026-08-15T20:00:52.355Z Compiling ecdsa v0.16.9
21992026-08-15T20:00:52.373Z Compiling knus-derive v3.4.0
22002026-08-15T20:00:52.405Z Compiling http-body v1.0.1
22012026-08-15T20:00:52.408Z Compiling primeorder v0.13.6
22022026-08-15T20:00:52.464Z Compiling ed25519 v2.2.3
22032026-08-15T20:00:52.560Z Compiling dtrace-parser v0.2.0
22042026-08-15T20:00:52.651Z Compiling thread-id v4.2.2
22052026-08-15T20:00:52.693Z Compiling either v1.15.0
22062026-08-15T20:00:52.720Z Compiling unicode-segmentation v1.12.0
22072026-08-15T20:00:52.752Z Compiling cmov v0.5.4
22082026-08-15T20:00:52.803Z Compiling miette v7.6.0
22092026-08-15T20:00:52.909Z Compiling ref-cast v1.0.25
22102026-08-15T20:00:52.926Z Compiling openssl-probe v0.2.1
22112026-08-15T20:00:53.018Z Compiling untrusted v0.7.1
22122026-08-15T20:00:53.040Z Compiling dof v0.3.0
22132026-08-15T20:00:53.108Z Compiling usdt-impl v0.6.0
22142026-08-15T20:00:53.125Z Compiling ed25519-dalek v2.2.0
22152026-08-15T20:00:53.148Z Compiling ctutils v0.4.2
22162026-08-15T20:00:53.202Z Compiling p384 v0.13.1
22172026-08-15T20:00:53.458Z Compiling scroll v0.13.0
22182026-08-15T20:00:53.483Z Compiling sha1 v0.10.6
22192026-08-15T20:00:53.543Z Compiling enum-as-inner v0.6.1
22202026-08-15T20:00:53.729Z Compiling knus v3.4.0
22212026-08-15T20:00:53.752Z Compiling heapless v0.7.17
22222026-08-15T20:00:53.756Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
22232026-08-15T20:00:53.784Z Compiling zstd-safe v7.2.4
22242026-08-15T20:00:53.800Z Compiling tower-layer v0.3.3
22252026-08-15T20:00:53.835Z Compiling rustix v0.38.44
22262026-08-15T20:00:53.883Z Compiling tower-service v0.3.3
22272026-08-15T20:00:53.922Z Compiling untrusted v0.9.0
22282026-08-15T20:00:53.964Z Compiling try-lock v0.2.5
22292026-08-15T20:00:53.981Z Compiling atomic-waker v1.1.2
22302026-08-15T20:00:54.005Z Compiling litrs v1.0.0
22312026-08-15T20:00:54.033Z Compiling powerfmt v0.2.0
22322026-08-15T20:00:54.055Z Compiling signal-hook v0.3.18
22332026-08-15T20:00:54.095Z Compiling want v0.3.1
22342026-08-15T20:00:54.100Z Compiling h2 v0.4.15
22352026-08-15T20:00:54.218Z Compiling deranged v0.5.8
22362026-08-15T20:00:54.253Z Compiling goblin v0.10.5
22372026-08-15T20:00:54.269Z Compiling hybrid-array v0.4.13
22382026-08-15T20:00:54.316Z Compiling heck v0.4.1
22392026-08-15T20:00:54.433Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
22402026-08-15T20:00:54.460Z Compiling document-features v0.2.12
22412026-08-15T20:00:54.649Z Compiling structmeta-derive v0.3.0
22422026-08-15T20:00:54.747Z Compiling ref-cast-impl v1.0.25
22432026-08-15T20:00:54.871Z Compiling daft-derive v0.1.7
22442026-08-15T20:00:54.984Z Compiling darling_core v0.20.11
22452026-08-15T20:00:55.000Z Compiling memoffset v0.9.1
22462026-08-15T20:00:55.223Z Compiling tap v1.0.1
22472026-08-15T20:00:55.329Z Compiling foreign-types-shared v0.1.1
22482026-08-15T20:00:55.392Z Compiling httpdate v1.0.3
22492026-08-15T20:00:55.586Z Compiling slog-async v2.8.0
22502026-08-15T20:00:55.603Z Compiling num_threads v0.1.7
22512026-08-15T20:00:55.762Z Compiling structmeta v0.3.0
22522026-08-15T20:00:55.778Z Compiling foreign-types v0.3.2
22532026-08-15T20:00:55.796Z Compiling wyz v0.5.1
22542026-08-15T20:00:55.813Z Compiling time v0.3.47
22552026-08-15T20:00:56.229Z Compiling usdt-macro v0.5.0
22562026-08-15T20:00:56.245Z Compiling usdt-attr-macro v0.5.0
22572026-08-15T20:00:56.707Z Compiling unicode-normalization v0.1.25
22582026-08-15T20:00:56.812Z Compiling half v2.7.1
22592026-08-15T20:00:56.957Z Compiling erased-serde v0.3.31
22602026-08-15T20:00:57.017Z Compiling darling_macro v0.20.11
22612026-08-15T20:00:57.033Z Compiling dof v0.4.0
22622026-08-15T20:00:57.081Z Compiling dtrace-parser v0.3.0
22632026-08-15T20:00:57.157Z Compiling pin-project-internal v1.1.11
22642026-08-15T20:00:57.442Z Compiling hyper v1.10.1
22652026-08-15T20:00:57.458Z Compiling env_filter v2.0.0
22662026-08-15T20:00:57.461Z Compiling socket2 v0.5.10
22672026-08-15T20:00:57.524Z Compiling thread-id v5.1.0
22682026-08-15T20:00:57.626Z Compiling wait-timeout v0.2.1
22692026-08-15T20:00:57.839Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
22702026-08-15T20:00:58.001Z Compiling funty v2.0.0
22712026-08-15T20:00:58.066Z Compiling smoltcp v0.9.1
22722026-08-15T20:00:58.099Z Compiling quick-error v1.2.3
22732026-08-15T20:00:58.134Z Compiling bit-vec v0.8.0
22742026-08-15T20:00:58.190Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
22752026-08-15T20:00:58.207Z Compiling ciborium-io v0.2.2
22762026-08-15T20:00:58.242Z Compiling rusty-fork v0.3.1
22772026-08-15T20:00:58.335Z Compiling ciborium-ll v0.2.2
22782026-08-15T20:00:58.352Z Compiling bitvec v1.0.1
22792026-08-15T20:00:58.410Z Compiling bit-set v0.8.0
22802026-08-15T20:00:58.534Z Compiling hyper-util v0.1.20
22812026-08-15T20:00:58.568Z Compiling env_logger v0.11.11
22822026-08-15T20:00:58.591Z Compiling darling v0.20.11
22832026-08-15T20:00:59.093Z Compiling hubpack v0.1.2
22842026-08-15T20:00:59.110Z Compiling rand_xorshift v0.4.0
22852026-08-15T20:00:59.152Z Compiling ipnetwork v0.21.1
22862026-08-15T20:00:59.502Z Compiling sync_wrapper v1.0.2
22872026-08-15T20:00:59.627Z Compiling nix v0.31.2
22882026-08-15T20:00:59.794Z Compiling zlib-rs v0.6.2
22892026-08-15T20:00:59.993Z Compiling unarray v0.1.4
22902026-08-15T20:01:00.039Z Compiling nodrop v0.1.14
22912026-08-15T20:01:00.127Z Compiling siphasher v1.0.2
22922026-08-15T20:01:00.151Z Compiling crc-catalog v2.4.0
22932026-08-15T20:01:00.218Z Compiling array-init v0.0.4
22942026-08-15T20:01:00.239Z Compiling crc v3.4.0
22952026-08-15T20:01:00.282Z Compiling proptest v1.11.0
22962026-08-15T20:01:00.664Z Compiling tower v0.5.3
22972026-08-15T20:01:00.702Z Compiling smallvec v0.6.14
22982026-08-15T20:01:00.929Z Compiling derive_builder_core v0.20.2
22992026-08-15T20:01:01.159Z Compiling ciborium v0.2.2
23002026-08-15T20:01:01.176Z Compiling snafu-derive v0.8.9
23012026-08-15T20:01:01.415Z Compiling http-body-util v0.1.3
23022026-08-15T20:01:01.608Z Compiling bitfield v0.19.4
23032026-08-15T20:01:01.629Z Compiling serde_with v3.21.0
23042026-08-15T20:01:01.704Z Compiling zerocopy v0.6.6
23052026-08-15T20:01:01.742Z Compiling strum v0.26.3
23062026-08-15T20:01:01.775Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=b8782742d1bd91546887fbc1757a7d024a5469ef#b8782742)
23072026-08-15T20:01:01.893Z Compiling flate2 v1.1.9
23082026-08-15T20:01:01.971Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23092026-08-15T20:01:02.003Z Compiling strum_macros v0.27.2
23102026-08-15T20:01:02.057Z Compiling fs-err v3.3.0
23112026-08-15T20:01:02.107Z Compiling unicode-bidi v0.3.18
23122026-08-15T20:01:02.135Z Compiling static_assertions v1.1.0
23132026-08-15T20:01:02.224Z Compiling hashbrown v0.12.3
23142026-08-15T20:01:02.279Z Compiling ryu v1.0.23
23152026-08-15T20:01:02.303Z Compiling base64 v0.21.7
23162026-08-15T20:01:02.390Z Compiling unicode-properties v0.1.4
23172026-08-15T20:01:02.599Z Compiling data-encoding v2.10.0
23182026-08-15T20:01:02.622Z Compiling iri-string v0.7.10
23192026-08-15T20:01:02.638Z Compiling stringprep v0.1.5
23202026-08-15T20:01:02.843Z Compiling ron v0.8.1
23212026-08-15T20:01:03.010Z Compiling serde_urlencoded v0.7.1
23222026-08-15T20:01:03.112Z Compiling newtype-uuid v1.3.2
23232026-08-15T20:01:03.188Z Compiling oxnet v0.1.6
23242026-08-15T20:01:03.257Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23252026-08-15T20:01:03.274Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23262026-08-15T20:01:03.444Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
23272026-08-15T20:01:03.461Z Compiling derive_builder_macro v0.20.2
23282026-08-15T20:01:03.604Z Compiling tokio-native-tls v0.3.1
23292026-08-15T20:01:03.686Z Compiling serde-hex v0.1.0
23302026-08-15T20:01:03.732Z Compiling bzip2 v0.4.4
23312026-08-15T20:01:03.802Z Compiling tower-http v0.6.8
23322026-08-15T20:01:03.940Z Compiling usdt-macro v0.6.0
23332026-08-15T20:01:03.961Z Compiling usdt-attr-macro v0.6.0
23342026-08-15T20:01:03.964Z Compiling derive-ex v0.1.8
23352026-08-15T20:01:03.996Z Compiling block-buffer v0.12.1
23362026-08-15T20:01:04.057Z Compiling crypto-common v0.2.2
23372026-08-15T20:01:04.193Z Compiling block-padding v0.4.2
23382026-08-15T20:01:04.478Z Compiling rustls-native-certs v0.8.3
23392026-08-15T20:01:04.756Z Compiling bstr v1.12.1
23402026-08-15T20:01:04.774Z Compiling hashbrown v0.13.2
23412026-08-15T20:01:04.799Z Compiling futures-executor v0.3.32
23422026-08-15T20:01:05.047Z Compiling serde-big-array v0.5.1
23432026-08-15T20:01:05.099Z Compiling md-5 v0.10.6
23442026-08-15T20:01:05.286Z Compiling hash32 v0.2.1
23452026-08-15T20:01:05.289Z Compiling vergen-lib v9.1.0
23462026-08-15T20:01:05.397Z Compiling encoding_rs v0.8.35
23472026-08-15T20:01:05.498Z Compiling thread_local v1.1.9
23482026-08-15T20:01:05.516Z Compiling toml_write v0.1.2
23492026-08-15T20:01:05.519Z Compiling mime v0.3.17
23502026-08-15T20:01:05.608Z Compiling cpufeatures v0.3.0
23512026-08-15T20:01:05.624Z Compiling psl-types v2.0.11
23522026-08-15T20:01:05.702Z Compiling linked-hash-map v0.5.6
23532026-08-15T20:01:05.750Z Compiling fallible-iterator v0.2.0
23542026-08-15T20:01:05.781Z Compiling crc-any v2.5.0
23552026-08-15T20:01:05.827Z Compiling publicsuffix v2.3.0
23562026-08-15T20:01:05.909Z Compiling lru-cache v0.1.2
23572026-08-15T20:01:06.016Z Compiling toml_edit v0.22.27
23582026-08-15T20:01:06.050Z Compiling postgres-protocol v0.6.10
23592026-08-15T20:01:06.100Z Compiling test-strategy v0.4.5
23602026-08-15T20:01:06.531Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23612026-08-15T20:01:06.714Z Compiling object v0.30.4
23622026-08-15T20:01:06.757Z Compiling futures v0.3.32
23632026-08-15T20:01:07.034Z Compiling inout v0.2.2
23642026-08-15T20:01:07.148Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
23652026-08-15T20:01:07.215Z Compiling derive_builder v0.20.2
23662026-08-15T20:01:07.267Z Compiling zip v0.6.6
23672026-08-15T20:01:07.284Z Compiling hyper-tls v0.6.0
23682026-08-15T20:01:07.363Z Compiling daft v0.1.7
23692026-08-15T20:01:07.385Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23702026-08-15T20:01:07.477Z Compiling hickory-proto v0.24.4
23712026-08-15T20:01:07.531Z Compiling crossbeam-channel v0.5.15
23722026-08-15T20:01:07.662Z Compiling phf_shared v0.13.1
23732026-08-15T20:01:07.719Z Compiling pin-project v1.1.11
23742026-08-15T20:01:07.929Z Compiling toml v0.7.8
23752026-08-15T20:01:07.979Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
23762026-08-15T20:01:08.038Z Compiling async-recursion v1.1.1
23772026-08-15T20:01:08.066Z Compiling derive-where v1.6.0
23782026-08-15T20:01:08.261Z Compiling serde_repr v0.1.20
23792026-08-15T20:01:08.276Z Compiling vergen v9.1.0
23802026-08-15T20:01:08.378Z Compiling cargo-platform v0.3.2
23812026-08-15T20:01:08.504Z Compiling is-terminal v0.4.17
23822026-08-15T20:01:08.623Z Compiling memmap v0.7.0
23832026-08-15T20:01:08.652Z Compiling take_mut v0.2.2
23842026-08-15T20:01:08.797Z Compiling corncobs v0.1.4
23852026-08-15T20:01:08.821Z Compiling foldhash v0.1.5
23862026-08-15T20:01:08.945Z Compiling path-slash v0.1.5
23872026-08-15T20:01:08.976Z Compiling bumpalo v3.20.2
23882026-08-15T20:01:09.010Z Compiling libbz2-rs-sys v0.2.2
23892026-08-15T20:01:09.224Z Compiling resolv-conf v0.7.6
23902026-08-15T20:01:09.241Z Compiling same-file v1.0.6
23912026-08-15T20:01:09.374Z Compiling managed v0.8.0
23922026-08-15T20:01:09.426Z Compiling jiff-core v0.1.0
23932026-08-15T20:01:09.541Z Compiling bitflags v1.3.2
23942026-08-15T20:01:09.597Z Compiling term v1.2.1
23952026-08-15T20:01:09.635Z Compiling hickory-resolver v0.24.4
23962026-08-15T20:01:09.657Z Compiling bzip2 v0.6.1
23972026-08-15T20:01:09.714Z Compiling walkdir v2.5.0
23982026-08-15T20:01:09.881Z Compiling slog-term v2.9.2
23992026-08-15T20:01:10.109Z Compiling zopfli v0.8.3
24002026-08-15T20:01:10.147Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24012026-08-15T20:01:10.229Z Compiling jiff v0.2.34
24022026-08-15T20:01:10.389Z Compiling hashbrown v0.15.5
24032026-08-15T20:01:10.446Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
24042026-08-15T20:01:10.495Z Compiling usdt v0.5.0
24052026-08-15T20:01:10.629Z Compiling cargo_metadata v0.23.1
24062026-08-15T20:01:11.054Z Compiling phf v0.13.1
24072026-08-15T20:01:11.108Z Compiling snafu v0.8.9
24082026-08-15T20:01:11.234Z Compiling reqwest v0.12.28
24092026-08-15T20:01:11.251Z Compiling toml v0.8.23
24102026-08-15T20:01:11.347Z Compiling cipher v0.5.2
24112026-08-15T20:01:11.364Z Compiling cookie_store v0.22.1
24122026-08-15T20:01:11.470Z Compiling signal-hook-mio v0.2.5
24132026-08-15T20:01:11.496Z Compiling postgres-types v0.2.12
24142026-08-15T20:01:11.608Z Compiling zstd v0.13.3
24152026-08-15T20:01:11.625Z Compiling globset v0.4.18
24162026-08-15T20:01:11.640Z Compiling strum v0.27.2
24172026-08-15T20:01:11.790Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24182026-08-15T20:01:11.940Z Compiling phf_shared v0.11.3
24192026-08-15T20:01:11.971Z Compiling olpc-cjson v0.1.4
24202026-08-15T20:01:12.003Z Compiling crossbeam-epoch v0.9.18
24212026-08-15T20:01:12.203Z Compiling tokio-stream v0.1.18
24222026-08-15T20:01:12.323Z Compiling byte-wrapper v0.1.0
24232026-08-15T20:01:12.490Z Compiling serde_plain v1.0.2
24242026-08-15T20:01:12.630Z Compiling inout v0.1.4
24252026-08-15T20:01:12.651Z Compiling secrecy v0.8.0
24262026-08-15T20:01:12.678Z Compiling pem v3.0.6
24272026-08-15T20:01:12.694Z Compiling float-cmp v0.10.0
24282026-08-15T20:01:12.812Z Compiling memmap2 v0.9.10
24292026-08-15T20:01:12.847Z Compiling hashbrown v0.16.1
24302026-08-15T20:01:12.864Z Compiling predicates-core v1.0.10
24312026-08-15T20:01:13.055Z Compiling fixedbitset v0.4.2
24322026-08-15T20:01:13.058Z Compiling normalize-line-endings v0.3.0
24332026-08-15T20:01:13.126Z Compiling fixedbitset v0.5.7
24342026-08-15T20:01:13.187Z Compiling new_debug_unreachable v1.0.6
24352026-08-15T20:01:13.251Z Compiling difflib v0.4.0
24362026-08-15T20:01:13.315Z Compiling const-oid v0.10.2
24372026-08-15T20:01:13.428Z Compiling whoami v2.1.0
24382026-08-15T20:01:13.446Z Compiling debug-ignore v1.0.5
24392026-08-15T20:01:13.449Z Compiling typed-path v0.9.3
24402026-08-15T20:01:13.503Z Compiling precomputed-hash v0.1.1
24412026-08-15T20:01:13.520Z Compiling digest v0.11.3
24422026-08-15T20:01:13.536Z Compiling predicates v3.1.4
24432026-08-15T20:01:13.564Z Compiling qorb v0.4.1
24442026-08-15T20:01:13.611Z Compiling string_cache v0.8.9
24452026-08-15T20:01:13.704Z Compiling tokio-postgres v0.7.16
24462026-08-15T20:01:13.738Z Compiling iddqd v0.4.2
24472026-08-15T20:01:13.844Z Compiling petgraph v0.8.3
24482026-08-15T20:01:14.111Z Compiling petgraph v0.6.5
24492026-08-15T20:01:14.447Z Compiling chacha20 v0.10.0
24502026-08-15T20:01:14.773Z Compiling usdt v0.6.0
24512026-08-15T20:01:14.962Z Compiling cipher v0.4.4
24522026-08-15T20:01:15.044Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24532026-08-15T20:01:15.317Z Compiling zip v4.6.1
24542026-08-15T20:01:15.842Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24552026-08-15T20:01:15.984Z Compiling crossterm v0.28.1
24562026-08-15T20:01:16.260Z Compiling similar v2.7.0
24572026-08-15T20:01:16.337Z Compiling hickory-proto v0.25.2
24582026-08-15T20:01:16.803Z Compiling itertools v0.13.0
24592026-08-15T20:01:17.157Z Compiling buf-list v1.1.2
24602026-08-15T20:01:17.430Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24612026-08-15T20:01:17.727Z Compiling openapiv3 v2.2.0
24622026-08-15T20:01:17.946Z Compiling lalrpop-util v0.19.12
24632026-08-15T20:01:18.005Z Compiling peg-runtime v0.8.5
24642026-08-15T20:01:34.698Z Compiling rustls-webpki v0.103.13
24652026-08-15T20:01:38.345Z Compiling tokio-rustls v0.26.4
24662026-08-15T20:01:38.552Z Compiling rustls-platform-verifier v0.6.2
24672026-08-15T20:01:38.555Z Compiling tough v0.22.0
24682026-08-15T20:01:38.638Z Compiling hyper-rustls v0.27.7
24692026-08-15T20:01:38.958Z Compiling reqwest v0.13.2
24702026-08-15T20:01:40.403Z Compiling proc-macro-crate v1.3.1
24712026-08-15T20:01:40.593Z Compiling macaddr v1.0.1
24722026-08-15T20:01:40.761Z Compiling rayon-core v1.13.0
24732026-08-15T20:01:40.909Z Compiling crucible-workspace-hack v0.1.0
24742026-08-15T20:01:40.926Z Compiling itertools v0.15.0
24752026-08-15T20:01:40.997Z Compiling secrecy v0.10.3
24762026-08-15T20:01:41.143Z Compiling heapless v0.8.0
24772026-08-15T20:01:41.268Z Compiling crossbeam-deque v0.8.6
24782026-08-15T20:01:41.284Z Compiling hash32 v0.3.1
24792026-08-15T20:01:41.315Z Compiling multer v3.1.0
24802026-08-15T20:01:41.475Z Compiling smoltcp v0.11.0
24812026-08-15T20:01:41.514Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24822026-08-15T20:01:41.541Z Compiling compression-core v0.4.31
24832026-08-15T20:01:41.643Z Compiling match_cfg v0.1.0
24842026-08-15T20:01:41.739Z Compiling hostname v0.3.1
24852026-08-15T20:01:41.757Z Compiling compression-codecs v0.4.37
24862026-08-15T20:01:41.859Z Compiling atomicwrites v0.4.4
24872026-08-15T20:01:41.901Z Compiling slog-json v2.6.1
24882026-08-15T20:01:41.930Z Compiling newtype-uuid-macros v0.1.0
24892026-08-15T20:01:42.136Z Compiling cobs v0.3.0
24902026-08-15T20:01:42.156Z Compiling universal-hash v0.5.1
24912026-08-15T20:01:42.192Z Compiling thiserror-impl-no-std v2.0.2
24922026-08-15T20:01:42.209Z Compiling async-stream-impl v0.3.6
24932026-08-15T20:01:42.229Z Compiling toml_datetime v1.1.1+spec-1.1.0
24942026-08-15T20:01:42.243Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24952026-08-15T20:01:42.272Z Compiling ingot-macros v0.2.0
24962026-08-15T20:01:42.314Z Compiling serde_spanned v1.1.1
24972026-08-15T20:01:42.332Z Compiling proc-macro-error-attr v1.0.4
24982026-08-15T20:01:42.431Z Compiling dropshot v0.17.1
24992026-08-15T20:01:42.487Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25002026-08-15T20:01:42.512Z Compiling toml_writer v1.1.1+spec-1.1.0
25012026-08-15T20:01:42.555Z Compiling opaque-debug v0.3.1
25022026-08-15T20:01:42.603Z Compiling convert_case v0.4.0
25032026-08-15T20:01:42.647Z Compiling poly1305 v0.8.0
25042026-08-15T20:01:42.684Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25052026-08-15T20:01:42.744Z Compiling toml v1.1.2+spec-1.1.0
25062026-08-15T20:01:42.778Z Compiling postcard v1.1.3
25072026-08-15T20:01:42.814Z Compiling async-stream v0.3.6
25082026-08-15T20:01:42.855Z Compiling slog-bunyan v2.5.0
25092026-08-15T20:01:42.916Z Compiling derive_more v0.99.20
25102026-08-15T20:01:43.026Z Compiling async-compression v0.4.41
25112026-08-15T20:01:43.091Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25122026-08-15T20:01:43.198Z Compiling num_enum_derive v0.7.6
25132026-08-15T20:01:43.229Z Compiling thiserror-no-std v2.0.2
25142026-08-15T20:01:43.302Z Compiling chacha20 v0.9.1
25152026-08-15T20:01:43.328Z Compiling sha1 v0.11.0
25162026-08-15T20:01:43.344Z Compiling parse-display-derive v0.10.0
25172026-08-15T20:01:43.512Z Compiling waitgroup v0.1.2
25182026-08-15T20:01:43.575Z Compiling rustls-pemfile v2.2.0
25192026-08-15T20:01:43.694Z Compiling backon v1.6.0
25202026-08-15T20:01:43.793Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25212026-08-15T20:01:43.877Z Compiling dropshot_endpoint v0.17.1
25222026-08-15T20:01:43.963Z Compiling blake2 v0.10.6
25232026-08-15T20:01:44.188Z Compiling aead v0.5.2
25242026-08-15T20:01:44.219Z Compiling password-hash v0.5.0
25252026-08-15T20:01:44.403Z Compiling foreign-types-macros v0.2.3
25262026-08-15T20:01:44.480Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25272026-08-15T20:01:44.737Z Compiling serde_path_to_error v0.1.20
25282026-08-15T20:01:44.853Z Compiling hostname v0.4.2
25292026-08-15T20:01:44.857Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25302026-08-15T20:01:44.888Z Compiling ingot-types v0.2.0
25312026-08-15T20:01:44.908Z Compiling proc-macro-error v1.0.4
25322026-08-15T20:01:45.010Z Compiling instant v0.1.13
25332026-08-15T20:01:45.064Z Compiling foreign-types-shared v0.3.1
25342026-08-15T20:01:45.137Z Compiling backoff v0.4.0
25352026-08-15T20:01:45.169Z Compiling foreign-types v0.5.0
25362026-08-15T20:01:45.172Z Compiling parse-display v0.10.0
25372026-08-15T20:01:45.187Z Compiling argon2 v0.5.3
25382026-08-15T20:01:45.219Z Compiling chacha20poly1305 v0.10.1
25392026-08-15T20:01:45.222Z Compiling num_enum v0.7.6
25402026-08-15T20:01:45.249Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25412026-08-15T20:01:45.297Z Compiling vsss-rs v3.3.4
25422026-08-15T20:01:45.313Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25432026-08-15T20:01:45.395Z Compiling ingot v0.2.1
25442026-08-15T20:01:45.499Z Compiling num_enum_derive v0.5.11
25452026-08-15T20:01:45.555Z Compiling regress v0.10.5
25462026-08-15T20:01:45.592Z Compiling itertools v0.14.0
25472026-08-15T20:01:45.746Z Compiling tabwriter v1.4.1
25482026-08-15T20:01:45.846Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25492026-08-15T20:01:45.869Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25502026-08-15T20:01:46.053Z Compiling cstr-argument v0.1.2
25512026-08-15T20:01:46.056Z Compiling humantime v2.3.0
25522026-08-15T20:01:46.164Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
25532026-08-15T20:01:46.246Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25542026-08-15T20:01:46.304Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25552026-08-15T20:01:46.338Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25562026-08-15T20:01:46.432Z Compiling rayon v1.11.0
25572026-08-15T20:01:46.460Z Compiling rand v0.10.1
25582026-08-15T20:01:46.478Z Compiling num_enum v0.5.11
25592026-08-15T20:01:46.538Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25602026-08-15T20:01:46.563Z Compiling libefi-sys v0.1.0
25612026-08-15T20:01:46.583Z Compiling colored v3.1.1
25622026-08-15T20:01:46.625Z Compiling indent_write v2.2.0
25632026-08-15T20:01:46.659Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25642026-08-15T20:01:46.799Z Compiling zone_cfg_derive v0.3.1
25652026-08-15T20:01:46.815Z Compiling itertools v0.12.1
25662026-08-15T20:01:46.866Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25672026-08-15T20:01:46.882Z Compiling camino-tempfile v1.4.1
25682026-08-15T20:01:46.920Z Compiling bitfield-struct v0.6.2
25692026-08-15T20:01:47.152Z Compiling num-derive v0.4.2
25702026-08-15T20:01:47.227Z Compiling blake3 v1.8.5
25712026-08-15T20:01:47.243Z Compiling sigpipe v0.1.3
25722026-08-15T20:01:47.261Z Compiling glob v0.3.3
25732026-08-15T20:01:47.276Z Compiling swrite v0.1.0
25742026-08-15T20:01:47.294Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25752026-08-15T20:01:47.357Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25762026-08-15T20:01:47.405Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25772026-08-15T20:01:47.508Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25782026-08-15T20:01:47.549Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25792026-08-15T20:01:47.660Z Compiling smf v0.2.3
25802026-08-15T20:01:47.718Z Compiling filetime v0.2.27
25812026-08-15T20:01:47.881Z Compiling arrayvec v0.7.6
25822026-08-15T20:01:47.897Z Compiling arrayref v0.3.9
25832026-08-15T20:01:47.952Z Compiling constant_time_eq v0.4.2
25842026-08-15T20:01:47.968Z Compiling xattr v1.6.1
25852026-08-15T20:01:47.989Z Compiling whoami v1.6.1
25862026-08-15T20:01:48.043Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25872026-08-15T20:01:48.113Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25882026-08-15T20:01:48.139Z Compiling zone v0.3.1
25892026-08-15T20:01:48.188Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25902026-08-15T20:01:48.205Z Compiling tar v0.4.46
25912026-08-15T20:01:48.220Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25922026-08-15T20:01:48.301Z Compiling gethostname v0.5.0
25932026-08-15T20:01:48.481Z Compiling tokio-dtrace v0.1.1
25942026-08-15T20:01:48.499Z Compiling console v0.16.2
25952026-08-15T20:01:48.729Z Compiling topological-sort v0.2.2
25962026-08-15T20:01:48.819Z Compiling unit-prefix v0.5.2
25972026-08-15T20:01:48.835Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25982026-08-15T20:01:48.921Z Compiling oxide-tokio-rt v0.1.4
25992026-08-15T20:01:49.004Z Compiling indicatif v0.18.4
26002026-08-15T20:01:49.073Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
26012026-08-15T20:01:49.153Z Compiling shell-words v1.1.1
26022026-08-15T20:01:50.180Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26032026-08-15T20:01:58.391Z Compiling progenitor-client v0.14.0
26042026-08-15T20:01:58.391Z Compiling omicron-zone-package v0.12.3
26052026-08-15T20:01:58.639Z Compiling progenitor-extras v0.2.0
26062026-08-15T20:01:58.937Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26072026-08-15T20:01:59.064Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26082026-08-15T20:01:59.068Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26092026-08-15T20:01:59.163Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26102026-08-15T20:01:59.178Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26112026-08-15T20:01:59.232Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26122026-08-15T20:01:59.309Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26132026-08-15T20:01:59.405Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26142026-08-15T20:02:00.335Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26152026-08-15T20:02:03.999Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26162026-08-15T20:02:12.160Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26172026-08-15T20:02:15.379Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26182026-08-15T20:02:16.467Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26192026-08-15T20:02:25.939Z Finished `release` profile [optimized] target(s) in 1m 50s
26202026-08-15T20:02:25.942Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
26212026-08-15T20:02:25.942Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
26222026-08-15T20:02:26.094Z Running `target/release/omicron-package -t test target create -p dev`
26232026-08-15T20:02:26.160ZLogging to: /work/oxidecomputer/omicron/out/LOG
26242026-08-15T20:02:26.163ZCreated new build target 'test' and set it as active
26252026-08-15T20:02:26.163Z
26262026-08-15T20:02:26.163Zreal 1:51.163377346
26272026-08-15T20:02:26.163Zuser 18:43.830858398
26282026-08-15T20:02:26.163Zsys 2:59.161787243
26292026-08-15T20:02:26.163Ztrap 0.527529594
26302026-08-15T20:02:26.163Ztflt 2.227157709
26312026-08-15T20:02:26.163Zdflt 4.926187180
26322026-08-15T20:02:26.163Zkflt 0.000564500
26332026-08-15T20:02:26.163Zlock 1:01:52.429967933
26342026-08-15T20:02:26.163Zslp 47:37.440804631
26352026-08-15T20:02:26.163Zlat 59.247437634
26362026-08-15T20:02:26.163Zstop 6:51.437668872
26372026-08-15T20:02:26.163Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
26382026-08-15T20:02:27.096Z Finished `release` profile [optimized] target(s) in 0.92s
26392026-08-15T20:02:27.099Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
26402026-08-15T20:02:27.099Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
26412026-08-15T20:02:27.170Z Running `target/release/omicron-package -t test package`
26422026-08-15T20:02:27.230ZLogging to: /work/oxidecomputer/omicron/out/LOG
26432026-08-15T20:02:28.743Z Compiling heck v0.5.0
26442026-08-15T20:02:28.744Z Compiling regress v0.11.1
26452026-08-15T20:02:28.747Z Compiling unsafe-libyaml v0.2.11
26462026-08-15T20:02:29.024Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26472026-08-15T20:02:29.052Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26482026-08-15T20:02:29.076Z Compiling bytecount v0.6.9
26492026-08-15T20:02:29.079Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26502026-08-15T20:02:29.079Z Compiling atomicwrites v0.4.4
26512026-08-15T20:02:29.079Z Compiling slog-dtrace v0.3.0
26522026-08-15T20:02:29.079Z Compiling prettyplease v0.2.37
26532026-08-15T20:02:29.187Z Compiling newline-converter v0.3.0
26542026-08-15T20:02:29.190Z Compiling console v0.15.11
26552026-08-15T20:02:29.230Z Compiling oxide-update-engine-types v0.1.2
26562026-08-15T20:02:29.234Z Compiling num-rational v0.4.2
26572026-08-15T20:02:29.234Z Compiling num-complex v0.4.6
26582026-08-15T20:02:29.298Z Compiling cancel-safe-futures v0.1.5
26592026-08-15T20:02:29.301Z Compiling compression-core v0.4.31
26602026-08-15T20:02:29.340Z Compiling match_cfg v0.1.0
26612026-08-15T20:02:29.343Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26622026-08-15T20:02:29.430Z Compiling unicode-width v0.1.14
26632026-08-15T20:02:29.475Z Compiling compression-codecs v0.4.37
26642026-08-15T20:02:29.499Z Compiling serde_yaml v0.9.34+deprecated
26652026-08-15T20:02:29.562Z Compiling hostname v0.3.1
26662026-08-15T20:02:29.626Z Compiling expectorate v1.2.0
26672026-08-15T20:02:29.721Z Compiling num v0.4.3
26682026-08-15T20:02:29.742Z Compiling multer v3.1.0
26692026-08-15T20:02:29.764Z Compiling slog-json v2.6.1
26702026-08-15T20:02:29.764Z Compiling toml_datetime v1.1.1+spec-1.1.0
26712026-08-15T20:02:29.807Z Compiling serde_spanned v1.1.1
26722026-08-15T20:02:29.830Z Compiling toml_writer v1.1.1+spec-1.1.0
26732026-08-15T20:02:29.834Z Compiling float-ord v0.3.2
26742026-08-15T20:02:29.988Z Compiling slog-bunyan v2.5.0
26752026-08-15T20:02:30.010Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
26762026-08-15T20:02:30.033Z Compiling async-compression v0.4.41
26772026-08-15T20:02:30.060Z Compiling toml v1.1.2+spec-1.1.0
26782026-08-15T20:02:30.155Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26792026-08-15T20:02:30.257Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26802026-08-15T20:02:30.291Z Compiling dropshot v0.17.1
26812026-08-15T20:02:30.314Z Compiling async-stream v0.3.6
26822026-08-15T20:02:30.365Z Compiling sha1 v0.11.0
26832026-08-15T20:02:30.420Z Compiling progenitor-client v0.14.0
26842026-08-15T20:02:30.485Z Compiling waitgroup v0.1.2
26852026-08-15T20:02:30.509Z Compiling rustls-pemfile v2.2.0
26862026-08-15T20:02:30.530Z Compiling typify-impl v0.6.2
26872026-08-15T20:02:30.653Z Compiling backon v1.6.0
26882026-08-15T20:02:30.657Z Compiling serde_path_to_error v0.1.20
26892026-08-15T20:02:30.717Z Compiling hostname v0.4.2
26902026-08-15T20:02:30.740Z Compiling instant v0.1.13
26912026-08-15T20:02:30.888Z Compiling linear-map v1.2.0
26922026-08-15T20:02:30.911Z Compiling minimal-lexical v0.2.1
26932026-08-15T20:02:30.915Z Compiling backoff v0.4.0
26942026-08-15T20:02:31.057Z Compiling progenitor-extras v0.2.0
26952026-08-15T20:02:31.140Z Compiling nom v7.1.3
26962026-08-15T20:02:31.169Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26972026-08-15T20:02:31.174Z Compiling oxide-update-engine v0.1.2
26982026-08-15T20:02:31.211Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26992026-08-15T20:02:31.238Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27002026-08-15T20:02:31.353Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27012026-08-15T20:02:31.430Z Compiling parse-display v0.10.0
27022026-08-15T20:02:31.557Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27032026-08-15T20:02:31.759Z Compiling itertools v0.14.0
27042026-08-15T20:02:31.815Z Compiling regress v0.10.5
27052026-08-15T20:02:32.277Z Compiling macaddr v1.0.1
27062026-08-15T20:02:32.531Z Compiling humantime v2.3.0
27072026-08-15T20:02:32.557Z Compiling unicode-xid v0.2.6
27082026-08-15T20:02:32.677Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27092026-08-15T20:02:32.711Z Compiling convert_case v0.10.0
27102026-08-15T20:02:32.757Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27112026-08-15T20:02:32.848Z Compiling owo-colors v4.3.0
27122026-08-15T20:02:32.995Z Compiling derive_more-impl v2.1.1
27132026-08-15T20:02:33.057Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27142026-08-15T20:02:33.228Z Compiling papergrid v0.11.0
27152026-08-15T20:02:33.393Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27162026-08-15T20:02:33.679Z Compiling tabled_derive v0.7.0
27172026-08-15T20:02:33.744Z Compiling termtree v0.5.1
27182026-08-15T20:02:33.789Z Compiling derive_more v2.1.1
27192026-08-15T20:02:33.817Z Compiling phf_shared v0.12.1
27202026-08-15T20:02:33.856Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27212026-08-15T20:02:33.900Z Compiling crossterm v0.29.0
27222026-08-15T20:02:33.951Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27232026-08-15T20:02:34.043Z Compiling typify-macro v0.6.2
27242026-08-15T20:02:34.068Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27252026-08-15T20:02:34.092Z Compiling csv-core v0.1.13
27262026-08-15T20:02:34.498Z Compiling vte v0.14.1
27272026-08-15T20:02:34.539Z Compiling highway v1.3.0
27282026-08-15T20:02:34.615Z Compiling tabled v0.15.0
27292026-08-15T20:02:34.774Z Compiling chrono-tz v0.10.4
27302026-08-15T20:02:34.947Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27312026-08-15T20:02:35.025Z Compiling strip-ansi-escapes v0.2.1
27322026-08-15T20:02:35.280Z Compiling csv v1.4.0
27332026-08-15T20:02:35.643Z Compiling phf v0.12.1
27342026-08-15T20:02:35.665Z Compiling typify v0.6.2
27352026-08-15T20:02:35.835Z Compiling progenitor-impl v0.14.0
27362026-08-15T20:02:35.856Z Compiling const_format_proc_macros v0.2.34
27372026-08-15T20:02:35.859Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27382026-08-15T20:02:36.230Z Compiling fd-lock v4.0.4
27392026-08-15T20:02:36.384Z Compiling peg-macros v0.8.5
27402026-08-15T20:02:36.628Z Compiling nu-ansi-term v0.50.3
27412026-08-15T20:02:36.771Z Compiling const_format v0.2.35
27422026-08-15T20:02:37.163Z Compiling reedline v0.40.0
27432026-08-15T20:02:37.998Z Compiling progenitor-macro v0.14.0
27442026-08-15T20:02:38.452Z Compiling peg v0.8.5
27452026-08-15T20:02:38.455Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27462026-08-15T20:02:38.562Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27472026-08-15T20:02:38.702Z Compiling bcs v0.1.6
27482026-08-15T20:02:39.144Z Compiling nom v8.0.0
27492026-08-15T20:02:39.179Z Compiling semver v0.1.20
27502026-08-15T20:02:39.334Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27512026-08-15T20:02:39.400Z Compiling rustc_version v0.1.7
27522026-08-15T20:02:39.596Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
27532026-08-15T20:02:39.634Z Compiling newtype_derive v0.1.6
27542026-08-15T20:02:39.860Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27552026-08-15T20:02:40.252Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27562026-08-15T20:02:40.364Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27572026-08-15T20:02:40.386Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27582026-08-15T20:02:41.157Z Compiling steno v0.4.1
27592026-08-15T20:02:41.180Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27602026-08-15T20:02:41.716Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27612026-08-15T20:02:41.771Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27622026-08-15T20:02:41.908Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27632026-08-15T20:02:42.196Z Compiling progenitor v0.14.0
27642026-08-15T20:02:42.239Z Compiling sha1 v0.10.6
27652026-08-15T20:02:42.389Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27662026-08-15T20:02:42.531Z Compiling dropshot-api-manager-types v0.7.2
27672026-08-15T20:02:42.699Z Compiling utf-8 v0.7.6
27682026-08-15T20:02:42.731Z Compiling tagptr v0.2.0
27692026-08-15T20:02:42.871Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27702026-08-15T20:02:42.942Z Compiling moka v0.12.13
27712026-08-15T20:02:42.966Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
27722026-08-15T20:02:43.097Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27732026-08-15T20:02:43.147Z Compiling tungstenite v0.21.0
27742026-08-15T20:02:43.174Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
27752026-08-15T20:02:43.391Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
27762026-08-15T20:02:44.272Z Compiling hickory-resolver v0.25.2
27772026-08-15T20:02:44.714Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27782026-08-15T20:02:45.233Z Compiling tokio-tungstenite v0.21.0
27792026-08-15T20:02:45.673Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27802026-08-15T20:02:45.805Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27812026-08-15T20:02:47.568Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27822026-08-15T20:02:48.231Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27832026-08-15T20:02:48.400Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27842026-08-15T20:02:49.778Z Compiling darling_core v0.21.3
27852026-08-15T20:02:50.232Z Compiling display-error-chain v0.2.2
27862026-08-15T20:02:50.419Z Compiling libscf-sys v1.2.0
27872026-08-15T20:02:50.487Z Compiling vergen-lib v0.1.6
27882026-08-15T20:02:50.592Z Compiling diesel_derives v2.3.7
27892026-08-15T20:02:50.748Z Compiling scheduled-thread-pool v0.2.7
27902026-08-15T20:02:50.783Z Compiling vergen-gitcl v1.0.8
27912026-08-15T20:02:50.847Z Compiling diesel_table_macro_syntax v0.3.0
27922026-08-15T20:02:50.929Z Compiling dirs-sys-next v0.1.2
27932026-08-15T20:02:51.007Z Compiling maplit v1.0.2
27942026-08-15T20:02:51.029Z Compiling crunchy v0.2.4
27952026-08-15T20:02:51.051Z Compiling glob v0.3.3
27962026-08-15T20:02:51.108Z Compiling dirs-next v2.0.0
27972026-08-15T20:02:51.132Z Compiling r2d2 v0.8.10
27982026-08-15T20:02:51.255Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27992026-08-15T20:02:51.349Z Compiling papergrid v0.18.0
28002026-08-15T20:02:51.352Z Compiling downcast-rs v2.0.2
28012026-08-15T20:02:51.415Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
28022026-08-15T20:02:51.438Z Compiling clang-sys v1.8.1
28032026-08-15T20:02:51.438Z Compiling tiny-keccak v2.0.2
28042026-08-15T20:02:51.587Z Compiling term v0.7.0
28052026-08-15T20:02:51.715Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
28062026-08-15T20:02:51.863Z Compiling itertools v0.15.0
28072026-08-15T20:02:51.919Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
28082026-08-15T20:02:51.941Z Compiling darling_macro v0.21.3
28092026-08-15T20:02:52.040Z Compiling bit-vec v0.6.3
28102026-08-15T20:02:52.096Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
28112026-08-15T20:02:52.219Z Compiling ascii-canvas v3.0.0
28122026-08-15T20:02:52.308Z Compiling bit-set v0.5.3
28132026-08-15T20:02:52.499Z Compiling darling v0.21.3
28142026-08-15T20:02:52.542Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28152026-08-15T20:02:52.615Z Compiling dsl_auto_type v0.2.0
28162026-08-15T20:02:52.643Z Compiling tabled v0.21.0
28172026-08-15T20:02:52.726Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
28182026-08-15T20:02:53.133Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
28192026-08-15T20:02:53.157Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
28202026-08-15T20:02:53.182Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28212026-08-15T20:02:53.381Z Compiling itertools v0.10.5
28222026-08-15T20:02:53.453Z Compiling ena v0.14.4
28232026-08-15T20:02:53.507Z Compiling libloading v0.8.9
28242026-08-15T20:02:53.699Z Compiling regex-syntax v0.6.29
28252026-08-15T20:02:53.744Z Compiling xshell-macros v0.2.7
28262026-08-15T20:02:54.162Z Compiling unicase v2.9.0
28272026-08-15T20:02:54.203Z Compiling bindgen v0.71.1
28282026-08-15T20:02:54.423Z Compiling diff v0.1.13
28292026-08-15T20:02:54.472Z Compiling xshell v0.2.7
28302026-08-15T20:02:54.916Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28312026-08-15T20:02:55.583Z Compiling lalrpop v0.19.12
28322026-08-15T20:02:55.776Z Compiling cexpr v0.6.0
28332026-08-15T20:02:56.412Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28342026-08-15T20:02:56.632Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28352026-08-15T20:02:56.746Z Compiling crc8 v0.1.1
28362026-08-15T20:02:56.888Z Compiling rustc-hash v2.1.1
28372026-08-15T20:02:57.056Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28382026-08-15T20:02:57.078Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28392026-08-15T20:02:57.082Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28402026-08-15T20:02:57.160Z Compiling headers-core v0.3.0
28412026-08-15T20:02:57.328Z Compiling libxml v0.3.3
28422026-08-15T20:02:57.351Z Compiling headers v0.4.1
28432026-08-15T20:02:57.422Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
28442026-08-15T20:02:57.642Z Compiling strum_macros v0.24.3
28452026-08-15T20:02:57.666Z Compiling indoc v1.0.9
28462026-08-15T20:02:57.826Z Compiling diesel v2.3.7
28472026-08-15T20:02:58.110Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28482026-08-15T20:02:58.237Z Compiling derive_builder v0.20.2
28492026-08-15T20:02:58.295Z Compiling oso-derive v0.27.3
28502026-08-15T20:02:58.327Z Compiling quick-xml v0.37.5
28512026-08-15T20:02:58.419Z Compiling impl-trait-for-tuples v0.2.3
28522026-08-15T20:02:58.813Z Compiling openssl-probe v0.1.6
28532026-08-15T20:02:58.930Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28542026-08-15T20:02:58.949Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
28552026-08-15T20:02:59.094Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
28562026-08-15T20:02:59.120Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
28572026-08-15T20:02:59.311Z Compiling bb8 v0.8.6
28582026-08-15T20:02:59.551Z Compiling trait-variant v0.1.2
28592026-08-15T20:02:59.670Z Compiling half v1.8.3
28602026-08-15T20:02:59.731Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
28612026-08-15T20:02:59.781Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28622026-08-15T20:03:00.044Z Compiling serde_cbor v0.11.2
28632026-08-15T20:03:00.109Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
28642026-08-15T20:03:00.162Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28652026-08-15T20:03:00.542Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
28662026-08-15T20:03:00.952Z Compiling progenitor-impl v0.13.0
28672026-08-15T20:03:01.008Z Compiling nonempty v0.12.0
28682026-08-15T20:03:01.032Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28692026-08-15T20:03:01.242Z Compiling progenitor-client v0.13.0
28702026-08-15T20:03:01.707Z Compiling samael v0.0.19
28712026-08-15T20:03:01.764Z Compiling fxhash v0.2.1
28722026-08-15T20:03:01.964Z Compiling libz-sys v1.1.24
28732026-08-15T20:03:02.334Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28742026-08-15T20:03:02.368Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
28752026-08-15T20:03:02.509Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28762026-08-15T20:03:02.744Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28772026-08-15T20:03:02.973Z Compiling polar-core v0.27.3
28782026-08-15T20:03:03.087Z Compiling progenitor-macro v0.13.0
28792026-08-15T20:03:03.781Z Compiling kstat-rs v0.2.5
28802026-08-15T20:03:04.235Z Compiling dashu-int v0.5.1
28812026-08-15T20:03:04.459Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28822026-08-15T20:03:04.876Z Compiling seq-macro v0.3.6
28832026-08-15T20:03:05.031Z Compiling mime_guess v2.0.5
28842026-08-15T20:03:05.413Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28852026-08-15T20:03:05.576Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28862026-08-15T20:03:05.631Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28872026-08-15T20:03:05.654Z Compiling ssh-encoding v0.2.0
28882026-08-15T20:03:06.237Z Compiling nanorand v0.7.0
28892026-08-15T20:03:06.314Z Compiling libgit2-sys v0.18.3+1.9.2
28902026-08-15T20:03:06.627Z Compiling parking_lot_core v0.8.6
28912026-08-15T20:03:06.755Z Compiling num-modular v0.6.4
28922026-08-15T20:03:06.869Z Compiling rlimit v0.10.2
28932026-08-15T20:03:06.911Z Compiling dashu-base v0.5.1
28942026-08-15T20:03:07.236Z Compiling progenitor v0.13.0
28952026-08-15T20:03:07.436Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28962026-08-15T20:03:07.874Z Compiling flume v0.11.1
28972026-08-15T20:03:08.285Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28982026-08-15T20:03:08.499Z Compiling ssh-cipher v0.2.0
28992026-08-15T20:03:08.808Z Compiling tungstenite v0.28.0
29002026-08-15T20:03:08.901Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29012026-08-15T20:03:09.059Z Compiling p256 v0.13.2
29022026-08-15T20:03:09.264Z Compiling git-stub v1.0.0
29032026-08-15T20:03:09.533Z Compiling strsim v0.10.0
29042026-08-15T20:03:09.843Z Compiling num-primitive v0.2.1
29052026-08-15T20:03:09.990Z Compiling http-range v0.1.5
29062026-08-15T20:03:10.065Z Compiling instability v0.3.11
29072026-08-15T20:03:10.323Z Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=c987748c331dd8f78873f77fc5a39c11520d9fc9#c987748c)
29082026-08-15T20:03:10.414Z Compiling darling_core v0.13.4
29092026-08-15T20:03:10.521Z Compiling dsi-bitstream v0.10.1
29102026-08-15T20:03:10.724Z Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe)
29112026-08-15T20:03:11.247Z Compiling git-stub-vcs v0.1.0
29122026-08-15T20:03:11.546Z Compiling tokio-tungstenite v0.28.0
29132026-08-15T20:03:11.605Z Compiling ssh-key v0.6.7
29142026-08-15T20:03:11.924Z Compiling oso v0.27.3
29152026-08-15T20:03:12.060Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29162026-08-15T20:03:13.986Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
29172026-08-15T20:03:14.077Z Compiling ignore v0.4.25
29182026-08-15T20:03:16.311Z Compiling async-bb8-diesel v0.2.1
29192026-08-15T20:03:16.779Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29202026-08-15T20:03:17.413Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29212026-08-15T20:03:17.472Z Compiling diesel-dtrace v0.5.0
29222026-08-15T20:03:17.809Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29232026-08-15T20:03:18.228Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
29242026-08-15T20:03:18.451Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
29252026-08-15T20:03:18.499Z Compiling anstyle-parse v0.2.7
29262026-08-15T20:03:18.573Z Compiling vergen-git2 v9.1.0
29272026-08-15T20:03:18.760Z Compiling castaway v0.2.4
29282026-08-15T20:03:18.801Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
29292026-08-15T20:03:18.931Z Compiling indoc v2.0.7
29302026-08-15T20:03:18.969Z Compiling bytesize v2.7.0
29312026-08-15T20:03:19.007Z Compiling http-range-header v0.4.2
29322026-08-15T20:03:19.106Z Compiling compact_str v0.8.1
29332026-08-15T20:03:19.437Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
29342026-08-15T20:03:19.912Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29352026-08-15T20:03:20.143Z Compiling anstream v0.6.21
29362026-08-15T20:03:20.206Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
29372026-08-15T20:03:20.706Z Compiling globwalk v0.9.1
29382026-08-15T20:03:20.730Z Compiling parking_lot v0.11.2
29392026-08-15T20:03:21.312Z Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe)
29402026-08-15T20:03:21.359Z Compiling hyper-staticfile v0.10.1
29412026-08-15T20:03:21.539Z Compiling darling_macro v0.13.4
29422026-08-15T20:03:21.636Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29432026-08-15T20:03:22.061Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29442026-08-15T20:03:22.202Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
29452026-08-15T20:03:22.513Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29462026-08-15T20:03:22.704Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29472026-08-15T20:03:23.619Z Compiling predicates-tree v1.0.13
29482026-08-15T20:03:24.030Z Compiling unicode-truncate v1.1.0
29492026-08-15T20:03:24.247Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29502026-08-15T20:03:24.273Z Compiling digest-io v0.1.0
29512026-08-15T20:03:24.398Z Compiling lru v0.12.5
29522026-08-15T20:03:24.465Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29532026-08-15T20:03:24.487Z Compiling sha2 v0.11.0
29542026-08-15T20:03:24.512Z Compiling prefix-trie v0.7.0
29552026-08-15T20:03:24.657Z Compiling rand_seeder v0.4.0
29562026-08-15T20:03:24.913Z Compiling illumos-nvpair-sys v0.2.0
29572026-08-15T20:03:24.938Z Compiling rawzip v0.4.4
29582026-08-15T20:03:25.020Z Compiling cassowary v0.3.0
29592026-08-15T20:03:25.173Z Compiling hickory-server v0.25.2
29602026-08-15T20:03:25.478Z Compiling ratatui v0.29.0
29612026-08-15T20:03:25.540Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
29622026-08-15T20:03:26.012Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
29632026-08-15T20:03:26.056Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29642026-08-15T20:03:26.307Z Compiling camino-tempfile-ext v0.3.3
29652026-08-15T20:03:26.589Z Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe)
29662026-08-15T20:03:26.874Z Compiling darling v0.13.4
29672026-08-15T20:03:26.895Z Compiling sled v0.34.7
29682026-08-15T20:03:26.992Z Compiling sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=c987748c331dd8f78873f77fc5a39c11520d9fc9#c987748c)
29692026-08-15T20:03:30.212Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29702026-08-15T20:03:30.517Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29712026-08-15T20:03:31.707Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
29722026-08-15T20:03:31.744Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29732026-08-15T20:03:31.989Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29742026-08-15T20:03:32.207Z Compiling lru v0.18.2
29752026-08-15T20:03:32.469Z Compiling git2 v0.20.4
29762026-08-15T20:03:32.490Z Compiling pwd v1.4.0
29772026-08-15T20:03:32.659Z Compiling sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=c987748c331dd8f78873f77fc5a39c11520d9fc9#c987748c)
29782026-08-15T20:03:32.796Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29792026-08-15T20:03:33.056Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29802026-08-15T20:03:33.789Z Compiling serde_with_macros v1.5.2
29812026-08-15T20:03:33.812Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
29822026-08-15T20:03:34.878Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
29832026-08-15T20:03:35.390Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
29842026-08-15T20:03:35.460Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29852026-08-15T20:03:35.485Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29862026-08-15T20:03:35.756Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29872026-08-15T20:03:35.984Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29882026-08-15T20:03:36.237Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29892026-08-15T20:03:36.262Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29902026-08-15T20:03:36.262Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29912026-08-15T20:03:36.459Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29922026-08-15T20:03:36.497Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29932026-08-15T20:03:36.523Z Compiling arc-swap v1.8.2
29942026-08-15T20:03:36.730Z Compiling void v1.0.2
29952026-08-15T20:03:36.897Z Compiling lzss v0.8.2
29962026-08-15T20:03:36.965Z Compiling slog-scope v4.4.1
29972026-08-15T20:03:37.348Z Compiling illumos-nvpair v0.3.0
29982026-08-15T20:03:37.373Z Compiling serde_with v1.14.0
29992026-08-15T20:03:37.694Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
30002026-08-15T20:03:37.736Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
30012026-08-15T20:03:37.834Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
30022026-08-15T20:03:38.536Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
30032026-08-15T20:03:39.672Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
30042026-08-15T20:03:40.668Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
30052026-08-15T20:03:41.208Z Compiling scuffle v0.1.0
30062026-08-15T20:03:43.333Z Compiling tungstenite v0.23.0
30072026-08-15T20:03:43.472Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
30082026-08-15T20:03:43.661Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
30092026-08-15T20:03:44.598Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30102026-08-15T20:03:44.825Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30112026-08-15T20:03:45.049Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
30122026-08-15T20:03:45.523Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30132026-08-15T20:03:45.629Z Compiling nix v0.27.1
30142026-08-15T20:03:45.709Z Compiling twox-hash v2.1.2
30152026-08-15T20:03:45.733Z Compiling libsw-core v0.3.2
30162026-08-15T20:03:45.782Z Compiling atty v0.2.14
30172026-08-15T20:03:45.815Z Compiling serde_bytes v0.11.19
30182026-08-15T20:03:45.939Z Compiling libsw v3.5.0
30192026-08-15T20:03:45.963Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
30202026-08-15T20:03:46.181Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
30212026-08-15T20:03:46.205Z Compiling tokio-tungstenite v0.23.1
30222026-08-15T20:03:46.233Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
30232026-08-15T20:03:46.592Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
30242026-08-15T20:03:46.790Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
30252026-08-15T20:03:47.578Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
30262026-08-15T20:03:49.605Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30272026-08-15T20:03:49.656Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30282026-08-15T20:03:49.939Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
30292026-08-15T20:03:50.424Z Compiling slog-stdlog v4.1.1
30302026-08-15T20:03:50.646Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30312026-08-15T20:03:50.851Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
30322026-08-15T20:03:51.047Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
30332026-08-15T20:03:51.122Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
30342026-08-15T20:03:51.177Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
30352026-08-15T20:03:51.330Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
30362026-08-15T20:03:53.051Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
30372026-08-15T20:03:53.648Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30382026-08-15T20:03:55.724Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
30392026-08-15T20:03:57.867Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30402026-08-15T20:03:58.261Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
30412026-08-15T20:03:58.857Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30422026-08-15T20:03:59.256Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30432026-08-15T20:03:59.903Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30442026-08-15T20:04:00.881Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30452026-08-15T20:04:01.733Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30462026-08-15T20:04:01.987Z Compiling fatfs v0.3.6
30472026-08-15T20:04:02.024Z Compiling signal-hook-tokio v0.3.1
30482026-08-15T20:04:02.116Z Compiling yasna v0.5.2
30492026-08-15T20:04:02.222Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
30502026-08-15T20:04:02.468Z Compiling assert_matches v1.5.0
30512026-08-15T20:04:02.604Z Compiling is_ci v1.2.0
30522026-08-15T20:04:02.840Z Compiling supports-color v3.0.2
30532026-08-15T20:04:03.143Z Compiling rcgen v0.12.1
30542026-08-15T20:04:03.196Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30552026-08-15T20:04:03.629Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30562026-08-15T20:04:05.739Z Compiling slog-envlogger v2.2.0
30572026-08-15T20:04:05.872Z Compiling oxide-update-engine-display v0.1.2
30582026-08-15T20:04:06.065Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30592026-08-15T20:04:06.170Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30602026-08-15T20:04:06.242Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30612026-08-15T20:04:06.525Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30622026-08-15T20:04:06.715Z Compiling port-file v0.1.0
30632026-08-15T20:04:06.753Z Compiling subprocess v0.2.15
30642026-08-15T20:04:06.830Z Compiling rtoolbox v0.0.3
30652026-08-15T20:04:06.900Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30662026-08-15T20:04:07.054Z Compiling rpassword v7.5.4
30672026-08-15T20:04:07.456Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30682026-08-15T20:04:07.675Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30692026-08-15T20:04:07.816Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30702026-08-15T20:04:08.899Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30712026-08-15T20:04:09.960Z Compiling tui-tree-widget v0.23.1
30722026-08-15T20:04:10.103Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30732026-08-15T20:04:10.264Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
30742026-08-15T20:04:12.203Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30752026-08-15T20:04:12.582Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
30762026-08-15T20:04:12.836Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30772026-08-15T20:04:13.071Z Compiling uzers v0.12.2
30782026-08-15T20:04:14.193Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30792026-08-15T20:04:14.510Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30802026-08-15T20:04:15.556Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30812026-08-15T20:04:15.710Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30822026-08-15T20:04:17.636Z Compiling sush-proxy v0.1.0 (/work/oxidecomputer/omicron/sush-proxy)
30832026-08-15T20:04:18.562Z Compiling support-bundle-viewer v0.1.2
30842026-08-15T20:04:20.429Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30852026-08-15T20:04:22.632Z Compiling multimap v0.10.1
30862026-08-15T20:04:27.080Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30872026-08-15T20:04:32.667Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30882026-08-15T20:04:36.621Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30892026-08-15T20:04:43.160Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30902026-08-15T20:04:43.329Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30912026-08-15T20:14:11.017Z Finished `release` profile [optimized] target(s) in 11m 43s
30922026-08-15T20:14:11.020Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30932026-08-15T20:14:11.020Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30942026-08-15T20:15:04.350Z
30952026-08-15T20:15:04.350Zreal 12:38.156601405
30962026-08-15T20:15:04.350Zuser 1:28:09.034240798
30972026-08-15T20:15:04.353Zsys 3:44.242579594
30982026-08-15T20:15:04.353Ztrap 1.887151053
30992026-08-15T20:15:04.353Ztflt 2.213972508
31002026-08-15T20:15:04.353Zdflt 20.987096586
31012026-08-15T20:15:04.353Zkflt 0.006036610
31022026-08-15T20:15:04.353Zlock 9:29:48.651864289
31032026-08-15T20:15:04.353Zslp 2:31:52.734518171
31042026-08-15T20:15:04.353Zlat 2:38.984436012
31052026-08-15T20:15:04.353Zstop 5:45.784953812
31062026-08-15T20:15:04.353Z+ mapfile -t packages
31072026-08-15T20:15:04.354Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
31082026-08-15T20:15:05.356Z Finished `release` profile [optimized] target(s) in 0.99s
31092026-08-15T20:15:05.359Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31102026-08-15T20:15:05.359Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31112026-08-15T20:15:05.433Z Running `target/release/omicron-package -t test list-outputs`
31122026-08-15T20:15:05.495ZLogging to: /work/oxidecomputer/omicron/out/LOG
31132026-08-15T20:15:05.498Z+ ptime -m cargo build --locked --release -p xtask
31142026-08-15T20:15:06.005Z Compiling libc v0.2.185
31152026-08-15T20:15:06.005Z Compiling serde_core v1.0.228
31162026-08-15T20:15:06.005Z Compiling serde v1.0.228
31172026-08-15T20:15:06.008Z Compiling rustix v1.1.4
31182026-08-15T20:15:06.008Z Compiling serde_json v1.0.151
31192026-08-15T20:15:06.008Z Compiling bitflags v2.11.0
31202026-08-15T20:15:06.161Z Compiling syn v2.0.117
31212026-08-15T20:15:06.162Z Compiling usdt-impl v0.5.0
31222026-08-15T20:15:06.165Z Compiling syn v1.0.109
31232026-08-15T20:15:06.195Z Compiling getrandom v0.3.4
31242026-08-15T20:15:06.196Z Compiling log v0.4.33
31252026-08-15T20:15:06.207Z Compiling hashbrown v0.17.0
31262026-08-15T20:15:06.231Z Compiling fs-err v3.3.0
31272026-08-15T20:15:06.393Z Compiling heck v0.4.1
31282026-08-15T20:15:06.450Z Compiling anyhow v1.0.104
31292026-08-15T20:15:06.501Z Compiling once_cell v1.21.3
31302026-08-15T20:15:06.833Z Compiling indexmap v2.14.0
31312026-08-15T20:15:06.844Z Compiling errno v0.3.14
31322026-08-15T20:15:06.847Z Compiling thread-id v4.2.2
31332026-08-15T20:15:06.847Z Compiling memmap v0.7.0
31342026-08-15T20:15:07.656Z Compiling proc-macro-error v1.0.4
31352026-08-15T20:15:07.855Z Compiling terminal_size v0.4.3
31362026-08-15T20:15:07.855Z Compiling tempfile v3.27.0
31372026-08-15T20:15:07.920Z Compiling tabled_derive v0.7.0
31382026-08-15T20:15:07.952Z Compiling clap_builder v4.6.0
31392026-08-15T20:15:07.955Z Compiling textwrap v0.16.2
31402026-08-15T20:15:08.337Z Compiling camino v1.2.5
31412026-08-15T20:15:08.337Z Compiling cargo-platform v0.3.2
31422026-08-15T20:15:08.341Z Compiling semver v1.0.28
31432026-08-15T20:15:08.349Z Compiling pest_generator v2.8.6
31442026-08-15T20:15:08.622Z Compiling tabled v0.15.0
31452026-08-15T20:15:08.683Z Compiling camino-tempfile v1.4.1
31462026-08-15T20:15:08.825Z Compiling serde_derive v1.0.228
31472026-08-15T20:15:08.828Z Compiling thiserror-impl v1.0.69
31482026-08-15T20:15:08.828Z Compiling zerocopy-derive v0.7.35
31492026-08-15T20:15:08.845Z Compiling scroll_derive v0.12.1
31502026-08-15T20:15:08.856Z Compiling thiserror-impl v2.0.18
31512026-08-15T20:15:08.866Z Compiling clap_derive v4.6.1
31522026-08-15T20:15:08.921Z Compiling pest_derive v2.8.6
31532026-08-15T20:15:09.522Z Compiling scroll v0.12.0
31542026-08-15T20:15:09.657Z Compiling zerocopy v0.7.35
31552026-08-15T20:15:09.802Z Compiling goblin v0.8.2
31562026-08-15T20:15:09.934Z Compiling thiserror v1.0.69
31572026-08-15T20:15:10.012Z Compiling thiserror v2.0.18
31582026-08-15T20:15:10.061Z Compiling dtrace-parser v0.2.0
31592026-08-15T20:15:10.324Z Compiling clap v4.6.1
31602026-08-15T20:15:12.029Z Compiling dof v0.3.0
31612026-08-15T20:15:12.050Z Compiling serde_tokenstream v0.2.3
31622026-08-15T20:15:12.069Z Compiling toml_datetime v0.6.11
31632026-08-15T20:15:12.096Z Compiling serde_spanned v0.6.9
31642026-08-15T20:15:12.246Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31652026-08-15T20:15:12.266Z Compiling toml_edit v0.22.27
31662026-08-15T20:15:12.291Z Compiling cargo_metadata v0.23.1
31672026-08-15T20:15:12.364Z Compiling macaddr v1.0.1
31682026-08-15T20:15:12.761Z Compiling usdt-macro v0.5.0
31692026-08-15T20:15:12.761Z Compiling usdt-attr-macro v0.5.0
31702026-08-15T20:15:13.424Z Compiling usdt v0.5.0
31712026-08-15T20:15:13.796Z Compiling toml v0.8.23
31722026-08-15T20:15:14.233Z Compiling cargo_toml v0.21.0
31732026-08-15T20:15:18.643Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31742026-08-15T20:15:21.857Z Finished `release` profile [optimized] target(s) in 16.34s
31752026-08-15T20:15:22.003Z
31762026-08-15T20:15:22.003Zreal 16.466274976
31772026-08-15T20:15:22.007Zuser 2:05.628135062
31782026-08-15T20:15:22.007Zsys 13.931730067
31792026-08-15T20:15:22.007Ztrap 0.058423800
31802026-08-15T20:15:22.007Ztflt 0.481743064
31812026-08-15T20:15:22.007Zdflt 1.671172650
31822026-08-15T20:15:22.007Zkflt 0.000052320
31832026-08-15T20:15:22.007Zlock 4:46.014359997
31842026-08-15T20:15:22.007Zslp 2:41.485701699
31852026-08-15T20:15:22.007Zlat 4.386339311
31862026-08-15T20:15:22.007Zstop 16.763695160
31872026-08-15T20:15:22.007Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
31882026-08-15T20:15:22.007Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
31892026-08-15T20:15:22.007Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
31902026-08-15T20:15:22.007Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
31912026-08-15T20:15:22.007Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
31922026-08-15T20:15:23.005Z Compiling match_cfg v0.1.0
31932026-08-15T20:15:23.005Z Compiling slog-json v2.6.1
31942026-08-15T20:15:23.005Z Compiling progenitor-client v0.14.0
31952026-08-15T20:15:23.008Z Compiling sha1 v0.11.0
31962026-08-15T20:15:23.008Z Compiling newtype-uuid-macros v0.1.0
31972026-08-15T20:15:23.008Z Compiling async-stream-impl v0.3.6
31982026-08-15T20:15:23.008Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31992026-08-15T20:15:23.008Z Compiling multer v3.1.0
32002026-08-15T20:15:23.008Z Compiling compression-core v0.4.31
32012026-08-15T20:15:23.162Z Compiling serde_spanned v1.1.1
32022026-08-15T20:15:23.165Z Compiling toml_datetime v1.1.1+spec-1.1.0
32032026-08-15T20:15:23.165Z Compiling dropshot v0.17.1
32042026-08-15T20:15:23.179Z Compiling toml_writer v1.1.1+spec-1.1.0
32052026-08-15T20:15:23.182Z Compiling waitgroup v0.1.2
32062026-08-15T20:15:23.182Z Compiling rustls-pemfile v2.2.0
32072026-08-15T20:15:23.182Z Compiling dropshot_endpoint v0.17.1
32082026-08-15T20:15:23.246Z Compiling hostname v0.3.1
32092026-08-15T20:15:23.344Z Compiling compression-codecs v0.4.37
32102026-08-15T20:15:23.347Z Compiling serde_path_to_error v0.1.20
32112026-08-15T20:15:23.445Z Compiling hostname v0.4.2
32122026-08-15T20:15:23.515Z Compiling toml v1.1.2+spec-1.1.0
32132026-08-15T20:15:23.534Z Compiling atomicwrites v0.4.4
32142026-08-15T20:15:23.555Z Compiling macaddr v1.0.1
32152026-08-15T20:15:23.590Z Compiling instant v0.1.13
32162026-08-15T20:15:23.649Z Compiling itertools v0.14.0
32172026-08-15T20:15:23.667Z Compiling slog-bunyan v2.5.0
32182026-08-15T20:15:23.720Z Compiling async-compression v0.4.41
32192026-08-15T20:15:23.741Z Compiling regress v0.10.5
32202026-08-15T20:15:23.775Z Compiling parse-display-derive v0.10.0
32212026-08-15T20:15:23.779Z Compiling backon v1.6.0
32222026-08-15T20:15:23.779Z Compiling backoff v0.4.0
32232026-08-15T20:15:23.779Z Compiling humantime v2.3.0
32242026-08-15T20:15:23.847Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
32252026-08-15T20:15:23.850Z Compiling crucible-workspace-hack v0.1.0
32262026-08-15T20:15:23.850Z Compiling regress v0.11.1
32272026-08-15T20:15:23.899Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
32282026-08-15T20:15:23.978Z Compiling async-stream v0.3.6
32292026-08-15T20:15:24.034Z Compiling progenitor-extras v0.2.0
32302026-08-15T20:15:24.058Z Compiling convert_case v0.4.0
32312026-08-15T20:15:24.074Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32322026-08-15T20:15:24.113Z Compiling secrecy v0.10.3
32332026-08-15T20:15:24.133Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32342026-08-15T20:15:24.170Z Compiling unsafe-libyaml v0.2.11
32352026-08-15T20:15:24.188Z Compiling proc-macro-crate v1.3.1
32362026-08-15T20:15:24.226Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
32372026-08-15T20:15:24.244Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32382026-08-15T20:15:24.290Z Compiling thiserror-impl-no-std v2.0.2
32392026-08-15T20:15:24.314Z Compiling universal-hash v0.5.1
32402026-08-15T20:15:24.353Z Compiling opaque-debug v0.3.1
32412026-08-15T20:15:24.442Z Compiling poly1305 v0.8.0
32422026-08-15T20:15:24.459Z Compiling derive_more v0.99.20
32432026-08-15T20:15:24.475Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32442026-08-15T20:15:24.492Z Compiling chacha20 v0.9.1
32452026-08-15T20:15:24.511Z Compiling blake2 v0.10.6
32462026-08-15T20:15:24.619Z Compiling aead v0.5.2
32472026-08-15T20:15:24.774Z Compiling serde_yaml v0.9.34+deprecated
32482026-08-15T20:15:24.845Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32492026-08-15T20:15:24.863Z Compiling password-hash v0.5.0
32502026-08-15T20:15:24.906Z Compiling indent_write v2.2.0
32512026-08-15T20:15:24.944Z Compiling chacha20poly1305 v0.10.1
32522026-08-15T20:15:24.947Z Compiling itertools v0.15.0
32532026-08-15T20:15:24.947Z Compiling rayon-core v1.13.0
32542026-08-15T20:15:25.065Z Compiling num_enum_derive v0.7.6
32552026-08-15T20:15:25.088Z Compiling num-derive v0.4.2
32562026-08-15T20:15:25.126Z Compiling argon2 v0.5.3
32572026-08-15T20:15:25.193Z Compiling crossbeam-deque v0.8.6
32582026-08-15T20:15:25.215Z Compiling heapless v0.8.0
32592026-08-15T20:15:25.290Z Compiling tabwriter v1.4.1
32602026-08-15T20:15:25.526Z Compiling parse-display v0.10.0
32612026-08-15T20:15:25.545Z Compiling typify-impl v0.6.2
32622026-08-15T20:15:25.545Z Compiling thiserror-no-std v2.0.2
32632026-08-15T20:15:25.581Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32642026-08-15T20:15:25.680Z Compiling vsss-rs v3.3.4
32652026-08-15T20:15:25.878Z Compiling hash32 v0.3.1
32662026-08-15T20:15:26.052Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32672026-08-15T20:15:26.056Z Compiling smoltcp v0.11.0
32682026-08-15T20:15:26.111Z Compiling cobs v0.3.0
32692026-08-15T20:15:26.237Z Compiling num_enum v0.7.6
32702026-08-15T20:15:26.273Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32712026-08-15T20:15:26.321Z Compiling colored v3.1.1
32722026-08-15T20:15:26.338Z Compiling postcard v1.1.3
32732026-08-15T20:15:26.355Z Compiling proc-macro-error v1.0.4
32742026-08-15T20:15:26.359Z Compiling ingot-macros v0.2.0
32752026-08-15T20:15:26.391Z Compiling rand v0.10.1
32762026-08-15T20:15:26.481Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32772026-08-15T20:15:26.557Z Compiling foreign-types-macros v0.2.3
32782026-08-15T20:15:26.602Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32792026-08-15T20:15:26.704Z Compiling foreign-types-shared v0.3.1
32802026-08-15T20:15:26.798Z Compiling num_enum_derive v0.5.11
32812026-08-15T20:15:26.826Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32822026-08-15T20:15:26.870Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32832026-08-15T20:15:26.886Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32842026-08-15T20:15:26.915Z Compiling cstr-argument v0.1.2
32852026-08-15T20:15:26.965Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32862026-08-15T20:15:26.999Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32872026-08-15T20:15:27.136Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32882026-08-15T20:15:27.166Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32892026-08-15T20:15:27.196Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32902026-08-15T20:15:27.230Z Compiling cpubits v0.1.1
32912026-08-15T20:15:27.245Z Compiling zone_cfg_derive v0.3.1
32922026-08-15T20:15:27.248Z Compiling foreign-types v0.5.0
32932026-08-15T20:15:27.285Z Compiling rayon v1.11.0
32942026-08-15T20:15:27.316Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32952026-08-15T20:15:27.335Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32962026-08-15T20:15:27.369Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32972026-08-15T20:15:27.403Z Compiling itertools v0.12.1
32982026-08-15T20:15:27.406Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32992026-08-15T20:15:27.471Z Compiling sigpipe v0.1.3
33002026-08-15T20:15:27.519Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33012026-08-15T20:15:27.565Z Compiling glob v0.3.3
33022026-08-15T20:15:27.599Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33032026-08-15T20:15:27.644Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33042026-08-15T20:15:27.767Z Compiling smf v0.2.3
33052026-08-15T20:15:27.871Z Compiling whoami v1.6.1
33062026-08-15T20:15:27.889Z Compiling gethostname v0.5.0
33072026-08-15T20:15:27.926Z Compiling num_enum v0.5.11
33082026-08-15T20:15:27.965Z Compiling num-rational v0.4.2
33092026-08-15T20:15:28.005Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33102026-08-15T20:15:28.033Z Compiling pem-rfc7468 v1.0.0
33112026-08-15T20:15:28.065Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33122026-08-15T20:15:28.084Z Compiling num-complex v0.4.6
33132026-08-15T20:15:28.190Z Compiling float-ord v0.3.2
33142026-08-15T20:15:28.346Z Compiling hmac v0.13.0
33152026-08-15T20:15:28.363Z Compiling universal-hash v0.6.1
33162026-08-15T20:15:28.381Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33172026-08-15T20:15:28.398Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33182026-08-15T20:15:28.414Z Compiling cancel-safe-futures v0.1.5
33192026-08-15T20:15:28.513Z Compiling num v0.4.3
33202026-08-15T20:15:28.531Z Compiling polyval v0.7.1
33212026-08-15T20:15:28.559Z Compiling der v0.8.0
33222026-08-15T20:15:28.577Z Compiling zone v0.3.1
33232026-08-15T20:15:28.596Z Compiling prettyplease v0.2.37
33242026-08-15T20:15:28.615Z Compiling pbkdf2 v0.13.0
33252026-08-15T20:15:28.618Z Compiling crypto-bigint v0.7.5
33262026-08-15T20:15:28.698Z Compiling aes v0.9.1
33272026-08-15T20:15:28.770Z Compiling ghash v0.6.0
33282026-08-15T20:15:28.798Z Compiling oxide-update-engine-types v0.1.2
33292026-08-15T20:15:28.871Z Compiling newline-converter v0.3.0
33302026-08-15T20:15:28.931Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33312026-08-15T20:15:29.013Z Compiling console v0.15.11
33322026-08-15T20:15:29.017Z Compiling ctr v0.10.1
33332026-08-15T20:15:29.122Z Compiling aead v0.6.1
33342026-08-15T20:15:29.140Z Compiling sha2 v0.11.0
33352026-08-15T20:15:29.269Z Compiling libefi-sys v0.1.0
33362026-08-15T20:15:29.287Z Compiling linear-map v1.2.0
33372026-08-15T20:15:29.321Z Compiling aes-gcm v0.11.0
33382026-08-15T20:15:29.391Z Compiling ingot-types v0.2.0
33392026-08-15T20:15:29.510Z Compiling spki v0.8.0
33402026-08-15T20:15:29.536Z Compiling expectorate v1.2.0
33412026-08-15T20:15:29.570Z Compiling salsa20 v0.11.0
33422026-08-15T20:15:29.621Z Compiling bitfield-struct v0.6.2
33432026-08-15T20:15:29.726Z Compiling nom v8.0.0
33442026-08-15T20:15:29.755Z Compiling semver v0.1.20
33452026-08-15T20:15:29.772Z Compiling ingot v0.2.1
33462026-08-15T20:15:29.819Z Compiling oxide-update-engine v0.1.2
33472026-08-15T20:15:29.845Z Compiling scrypt v0.12.0
33482026-08-15T20:15:30.046Z Compiling rustc_version v0.1.7
33492026-08-15T20:15:30.081Z Compiling tokio-dtrace v0.1.1
33502026-08-15T20:15:30.099Z Compiling cbc v0.2.1
33512026-08-15T20:15:30.158Z Compiling typify-macro v0.6.2
33522026-08-15T20:15:30.176Z Compiling slog-dtrace v0.3.0
33532026-08-15T20:15:30.291Z Compiling minimal-lexical v0.2.1
33542026-08-15T20:15:30.313Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33552026-08-15T20:15:30.331Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33562026-08-15T20:15:30.355Z Compiling newtype_derive v0.1.6
33572026-08-15T20:15:30.390Z Compiling oxide-tokio-rt v0.1.4
33582026-08-15T20:15:30.429Z Compiling pkcs5 v0.8.1
33592026-08-15T20:15:30.472Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33602026-08-15T20:15:30.584Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33612026-08-15T20:15:30.601Z Compiling nom v7.1.3
33622026-08-15T20:15:30.651Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
33632026-08-15T20:15:30.713Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33642026-08-15T20:15:30.733Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33652026-08-15T20:15:30.736Z Compiling phf_shared v0.12.1
33662026-08-15T20:15:30.772Z Compiling dropshot-api-manager-types v0.7.2
33672026-08-15T20:15:30.775Z Compiling csv-core v0.1.13
33682026-08-15T20:15:30.888Z Compiling chrono-tz v0.10.4
33692026-08-15T20:15:30.925Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33702026-08-15T20:15:30.953Z Compiling highway v1.3.0
33712026-08-15T20:15:30.980Z Compiling unicode-xid v0.2.6
33722026-08-15T20:15:30.999Z Compiling utf-8 v0.7.6
33732026-08-15T20:15:31.024Z Compiling xshell-macros v0.2.7
33742026-08-15T20:15:31.068Z Compiling csv v1.4.0
33752026-08-15T20:15:31.120Z Compiling phf v0.12.1
33762026-08-15T20:15:31.138Z Compiling const_format_proc_macros v0.2.34
33772026-08-15T20:15:31.153Z Compiling pkcs8 v0.11.0
33782026-08-15T20:15:31.304Z Compiling ff v0.14.0
33792026-08-15T20:15:31.365Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33802026-08-15T20:15:31.425Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33812026-08-15T20:15:31.447Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33822026-08-15T20:15:31.473Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33832026-08-15T20:15:31.563Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33842026-08-15T20:15:31.627Z Compiling xshell v0.2.7
33852026-08-15T20:15:31.645Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33862026-08-15T20:15:31.707Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33872026-08-15T20:15:32.055Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33882026-08-15T20:15:32.072Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33892026-08-15T20:15:32.093Z Compiling typify v0.6.2
33902026-08-15T20:15:32.119Z Compiling const_format v0.2.35
33912026-08-15T20:15:32.189Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33922026-08-15T20:15:32.238Z Compiling progenitor-impl v0.14.0
33932026-08-15T20:15:32.257Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33942026-08-15T20:15:32.480Z Compiling tabled_derive v0.7.0
33952026-08-15T20:15:32.642Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33962026-08-15T20:15:32.662Z Compiling bcs v0.1.6
33972026-08-15T20:15:32.823Z Compiling termtree v0.5.1
33982026-08-15T20:15:33.011Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33992026-08-15T20:15:33.014Z Compiling tagptr v0.2.0
34002026-08-15T20:15:33.047Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34012026-08-15T20:15:33.068Z Compiling group v0.14.0
34022026-08-15T20:15:33.086Z Compiling steno v0.4.1
34032026-08-15T20:15:33.209Z Compiling moka v0.12.13
34042026-08-15T20:15:33.288Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34052026-08-15T20:15:33.311Z Compiling signature v3.0.0
34062026-08-15T20:15:33.394Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34072026-08-15T20:15:33.471Z Compiling base16ct v1.0.0
34082026-08-15T20:15:33.521Z Compiling tabled v0.15.0
34092026-08-15T20:15:33.538Z Compiling hkdf v0.13.0
34102026-08-15T20:15:33.584Z Compiling libscf-sys v1.2.0
34112026-08-15T20:15:33.695Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34122026-08-15T20:15:33.739Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34132026-08-15T20:15:33.760Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34142026-08-15T20:15:33.777Z Compiling sec1 v0.8.1
34152026-08-15T20:15:34.059Z Compiling hickory-resolver v0.25.2
34162026-08-15T20:15:34.077Z Compiling elliptic-curve v0.14.1
34172026-08-15T20:15:34.111Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34182026-08-15T20:15:34.482Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34192026-08-15T20:15:34.502Z Compiling blake3 v1.8.5
34202026-08-15T20:15:34.506Z Compiling parking_lot_core v0.8.6
34212026-08-15T20:15:34.540Z Compiling dashu-int v0.5.1
34222026-08-15T20:15:34.667Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34232026-08-15T20:15:34.785Z Compiling wnaf v0.14.0
34242026-08-15T20:15:34.832Z Compiling primefield v0.14.0
34252026-08-15T20:15:34.948Z Compiling progenitor-macro v0.14.0
34262026-08-15T20:15:35.006Z Compiling rfc6979 v0.6.0
34272026-08-15T20:15:35.056Z Compiling tungstenite v0.21.0
34282026-08-15T20:15:35.086Z Compiling papergrid v0.18.0
34292026-08-15T20:15:35.186Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34302026-08-15T20:15:35.242Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34312026-08-15T20:15:35.424Z Compiling git-stub v1.0.0
34322026-08-15T20:15:35.498Z Compiling ssh-encoding v0.2.0
34332026-08-15T20:15:35.528Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34342026-08-15T20:15:35.663Z Compiling arrayvec v0.7.6
34352026-08-15T20:15:35.711Z Compiling constant_time_eq v0.4.2
34362026-08-15T20:15:35.757Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34372026-08-15T20:15:35.788Z Compiling arrayref v0.3.9
34382026-08-15T20:15:35.883Z Compiling num-modular v0.6.4
34392026-08-15T20:15:35.901Z Compiling rlimit v0.10.2
34402026-08-15T20:15:35.931Z Compiling dashu-base v0.5.1
34412026-08-15T20:15:36.019Z Compiling ssh-cipher v0.2.0
34422026-08-15T20:15:36.036Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34432026-08-15T20:15:36.061Z Compiling tabled v0.21.0
34442026-08-15T20:15:36.095Z Compiling git-stub-vcs v0.1.0
34452026-08-15T20:15:36.175Z Compiling tokio-tungstenite v0.21.0
34462026-08-15T20:15:36.209Z Compiling ecdsa v0.17.0
34472026-08-15T20:15:36.233Z Compiling primeorder v0.14.0
34482026-08-15T20:15:36.506Z Compiling tungstenite v0.28.0
34492026-08-15T20:15:36.530Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34502026-08-15T20:15:36.611Z Compiling p256 v0.13.2
34512026-08-15T20:15:36.654Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34522026-08-15T20:15:36.671Z Compiling curve25519-dalek v5.0.0
34532026-08-15T20:15:36.700Z Compiling unicase v2.9.0
34542026-08-15T20:15:36.733Z Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=c987748c331dd8f78873f77fc5a39c11520d9fc9#c987748c)
34552026-08-15T20:15:36.808Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34562026-08-15T20:15:36.931Z Compiling num-primitive v0.2.1
34572026-08-15T20:15:36.983Z Compiling illumos-nvpair-sys v0.2.0
34582026-08-15T20:15:37.046Z Compiling mime_guess v2.0.5
34592026-08-15T20:15:37.110Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34602026-08-15T20:15:37.221Z Compiling tokio-tungstenite v0.28.0
34612026-08-15T20:15:37.246Z Compiling ssh-key v0.6.7
34622026-08-15T20:15:37.463Z Compiling parking_lot v0.11.2
34632026-08-15T20:15:37.484Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34642026-08-15T20:15:37.559Z Compiling dsi-bitstream v0.10.1
34652026-08-15T20:15:37.579Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34662026-08-15T20:15:37.613Z Compiling progenitor-impl v0.13.0
34672026-08-15T20:15:37.633Z Compiling ssh-encoding v0.3.0
34682026-08-15T20:15:37.891Z Compiling prefix-trie v0.7.0
34692026-08-15T20:15:37.931Z Compiling fxhash v0.2.1
34702026-08-15T20:15:38.014Z Compiling keccak v0.2.0
34712026-08-15T20:15:38.032Z Compiling crc8 v0.1.1
34722026-08-15T20:15:38.102Z Compiling bytesize v2.7.0
34732026-08-15T20:15:38.176Z Compiling http-range-header v0.4.2
34742026-08-15T20:15:38.223Z Compiling sled v0.34.7
34752026-08-15T20:15:38.330Z Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe)
34762026-08-15T20:15:38.444Z Compiling hickory-server v0.25.2
34772026-08-15T20:15:38.890Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34782026-08-15T20:15:38.971Z Compiling ed25519 v3.0.0
34792026-08-15T20:15:39.029Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34802026-08-15T20:15:39.090Z Compiling crypto-primes v0.7.2
34812026-08-15T20:15:39.108Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34822026-08-15T20:15:39.479Z Compiling pkcs1 v0.8.0-rc.4
34832026-08-15T20:15:39.523Z Compiling poly1305 v0.9.0
34842026-08-15T20:15:39.869Z Compiling progenitor-client v0.13.0
34852026-08-15T20:15:39.899Z Compiling blowfish v0.10.0
34862026-08-15T20:15:40.100Z Compiling blake2 v0.11.0-rc.6
34872026-08-15T20:15:40.126Z Compiling seq-macro v0.3.6
34882026-08-15T20:15:40.150Z Compiling progenitor v0.14.0
34892026-08-15T20:15:40.174Z Compiling half v1.8.3
34902026-08-15T20:15:40.224Z Compiling http-range v0.1.5
34912026-08-15T20:15:40.296Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34922026-08-15T20:15:40.323Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34932026-08-15T20:15:40.343Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34942026-08-15T20:15:40.346Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34952026-08-15T20:15:40.380Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34962026-08-15T20:15:40.383Z Compiling progenitor-macro v0.13.0
34972026-08-15T20:15:40.442Z Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe)
34982026-08-15T20:15:40.468Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34992026-08-15T20:15:40.582Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
35002026-08-15T20:15:40.676Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35012026-08-15T20:15:40.716Z Compiling serde_cbor v0.11.2
35022026-08-15T20:15:40.933Z Compiling argon2 v0.6.0-rc.8
35032026-08-15T20:15:40.956Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35042026-08-15T20:15:41.281Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
35052026-08-15T20:15:41.431Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
35062026-08-15T20:15:41.870Z Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe)
35072026-08-15T20:15:41.944Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35082026-08-15T20:15:42.074Z Compiling bcrypt-pbkdf v0.11.0
35092026-08-15T20:15:42.092Z Compiling rsa v0.10.0-rc.18
35102026-08-15T20:15:42.584Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
35112026-08-15T20:15:42.617Z Compiling ssh-cipher v0.3.0
35122026-08-15T20:15:42.754Z Compiling ed25519-dalek v3.0.0
35132026-08-15T20:15:42.973Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
35142026-08-15T20:15:43.093Z Compiling sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=c987748c331dd8f78873f77fc5a39c11520d9fc9#c987748c)
35152026-08-15T20:15:43.240Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
35162026-08-15T20:15:43.296Z Compiling illumos-nvpair v0.3.0
35172026-08-15T20:15:43.583Z Compiling sha3 v0.11.0
35182026-08-15T20:15:43.831Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35192026-08-15T20:15:43.878Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35202026-08-15T20:15:43.905Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
35212026-08-15T20:15:44.079Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35222026-08-15T20:15:44.298Z Compiling p384 v0.14.0
35232026-08-15T20:15:44.479Z Compiling p256 v0.14.0
35242026-08-15T20:15:44.551Z Compiling p521 v0.14.0
35252026-08-15T20:15:44.881Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35262026-08-15T20:15:44.955Z Compiling scuffle v0.1.0
35272026-08-15T20:15:44.958Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
35282026-08-15T20:15:45.204Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35292026-08-15T20:15:45.576Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35302026-08-15T20:15:45.608Z Compiling yasna v0.5.2
35312026-08-15T20:15:45.639Z Compiling progenitor v0.13.0
35322026-08-15T20:15:45.793Z Compiling kstat-rs v0.2.5
35332026-08-15T20:15:45.818Z Compiling pwd v1.4.0
35342026-08-15T20:15:45.835Z Compiling headers-core v0.3.0
35352026-08-15T20:15:45.907Z Compiling kem v0.3.0
35362026-08-15T20:15:45.925Z Compiling module-lattice v0.2.3
35372026-08-15T20:15:45.988Z Compiling nanorand v0.7.0
35382026-08-15T20:15:46.037Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
35392026-08-15T20:15:46.060Z Compiling lru v0.18.2
35402026-08-15T20:15:46.107Z Compiling sponge-cursor v0.1.0
35412026-08-15T20:15:46.126Z Compiling rcgen v0.12.1
35422026-08-15T20:15:46.204Z Compiling flume v0.11.1
35432026-08-15T20:15:46.222Z Compiling ml-kem v0.3.2
35442026-08-15T20:15:46.273Z Compiling sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=c987748c331dd8f78873f77fc5a39c11520d9fc9#c987748c)
35452026-08-15T20:15:46.293Z Compiling sha3 v0.12.0
35462026-08-15T20:15:46.313Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35472026-08-15T20:15:46.316Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
35482026-08-15T20:15:46.507Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35492026-08-15T20:15:46.542Z Compiling headers v0.4.1
35502026-08-15T20:15:46.662Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35512026-08-15T20:15:46.823Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35522026-08-15T20:15:46.879Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
35532026-08-15T20:15:46.967Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35542026-08-15T20:15:47.018Z Compiling hyper-staticfile v0.10.1
35552026-08-15T20:15:47.100Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
35562026-08-15T20:15:47.169Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35572026-08-15T20:15:47.187Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35582026-08-15T20:15:47.371Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35592026-08-15T20:15:47.444Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35602026-08-15T20:15:47.555Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
35612026-08-15T20:15:47.588Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35622026-08-15T20:15:47.591Z Compiling russh-cryptovec v0.62.0
35632026-08-15T20:15:47.751Z Compiling ssh-key v0.7.0-rc.11
35642026-08-15T20:15:47.777Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35652026-08-15T20:15:47.857Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35662026-08-15T20:15:47.861Z Compiling internal-russh-num-bigint v0.5.0
35672026-08-15T20:15:47.925Z Compiling port-file v0.1.0
35682026-08-15T20:15:47.990Z Compiling num-bigint v0.4.6
35692026-08-15T20:15:48.009Z Compiling generic-array v1.4.3
35702026-08-15T20:15:48.185Z Compiling russh-util v0.52.0
35712026-08-15T20:15:48.205Z Compiling delegate v0.13.5
35722026-08-15T20:15:48.279Z Compiling enum_dispatch v0.3.13
35732026-08-15T20:15:48.372Z Compiling subprocess v0.2.15
35742026-08-15T20:15:48.515Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35752026-08-15T20:15:48.704Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35762026-08-15T20:15:49.133Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35772026-08-15T20:15:49.203Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35782026-08-15T20:15:49.221Z Compiling md5 v0.8.0
35792026-08-15T20:15:49.287Z Compiling display-error-chain v0.2.2
35802026-08-15T20:15:49.461Z Compiling hex-literal v1.1.0
35812026-08-15T20:15:49.549Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35822026-08-15T20:15:49.606Z Compiling russh v0.62.4
35832026-08-15T20:15:49.676Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35842026-08-15T20:15:49.911Z Compiling colored v2.2.0
35852026-08-15T20:15:49.935Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35862026-08-15T20:15:49.954Z Compiling internet-checksum v0.2.1
35872026-08-15T20:15:51.573Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35882026-08-15T20:15:52.326Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35892026-08-15T20:15:52.837Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35902026-08-15T20:15:55.070Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35912026-08-15T20:16:04.001Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35922026-08-15T20:16:04.001Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35932026-08-15T20:16:04.001Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35942026-08-15T20:16:04.005Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35952026-08-15T20:16:05.820Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35962026-08-15T20:16:05.838Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35972026-08-15T20:16:10.032Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35982026-08-15T20:17:08.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 45s
35992026-08-15T20:17:08.019Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
36002026-08-15T20:17:08.019Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
36012026-08-15T20:17:08.250Z
36022026-08-15T20:17:08.250Zreal 1:46.178087531
36032026-08-15T20:17:08.250Zuser 9:08.900452523
36042026-08-15T20:17:08.253Zsys 1:40.620799944
36052026-08-15T20:17:08.253Ztrap 0.238378690
36062026-08-15T20:17:08.253Ztflt 0.278662065
36072026-08-15T20:17:08.253Zdflt 1.853412261
36082026-08-15T20:17:08.253Zkflt 0.000341600
36092026-08-15T20:17:08.253Zlock 34:04.022806040
36102026-08-15T20:17:08.253Zslp 19:51.571860668
36112026-08-15T20:17:08.253Zlat 37.658436211
36122026-08-15T20:17:08.253Zstop 3:02.277401247
36132026-08-15T20:17:08.253Z+ mkdir tests
36142026-08-15T20:17:08.257Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
36152026-08-15T20:17:08.257Z+ xargs -I '{}' -t cp '{}' tests/
36162026-08-15T20:17:08.279Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f80200e9b20cc8aa tests/
36172026-08-15T20:17:08.301Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f92dff1935c98627 tests/
36182026-08-15T20:17:08.323Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-25be24ee57693854 tests/
36192026-08-15T20:17:08.345Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fed407bb4c330e4d tests/
36202026-08-15T20:17:08.655Z+ 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/* tools/opte_version tools/opte_version_override)
36212026-08-15T20:17:08.659Z+ 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-f92dff1935c98627 tests/commtest-25be24ee57693854 tests/dhcp_server-f80200e9b20cc8aa tests/end_to_end_tests-fed407bb4c330e4d tools/opte_version tools/opte_version_override 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
36222026-08-15T20:18:39.115ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
36232026-08-15T20:18:39.115Za .github/buildomat/ci-env.sh 1K
36242026-08-15T20:18:39.115Za out/target/test 1K
36252026-08-15T20:18:39.115Za out/npuzone/npuzone 27402K
36262026-08-15T20:18:39.115Za package-manifest.toml 35K
36272026-08-15T20:18:39.115Za smf/sled-agent/non-gimlet/config.toml 6K
36282026-08-15T20:18:39.115Za target/release/omicron-package 49139K
36292026-08-15T20:18:39.115Za target/release/xtask 11727K
36302026-08-15T20:18:39.115Za target/debug/bootstrap 436122K
36312026-08-15T20:18:39.116Za tests/bootstrap-f92dff1935c98627 34431K
36322026-08-15T20:18:39.116Za tests/commtest-25be24ee57693854 34432K
36332026-08-15T20:18:39.116Za tests/dhcp_server-f80200e9b20cc8aa 34431K
36342026-08-15T20:18:39.116Za tests/end_to_end_tests-fed407bb4c330e4d 500269K
36352026-08-15T20:18:39.116Za tools/opte_version 1K
36362026-08-15T20:18:39.116Za tools/opte_version_override 2K
36372026-08-15T20:18:39.116Za out/clickhouse.tar.gz 330685K
36382026-08-15T20:18:39.116Za out/clickhouse_keeper.tar.gz 314648K
36392026-08-15T20:18:39.116Za out/clickhouse_server.tar.gz 330682K
36402026-08-15T20:18:39.116Za out/cockroachdb.tar.gz 170096K
36412026-08-15T20:18:39.116Za out/crucible-pantry-zone.tar.gz 41826K
36422026-08-15T20:18:39.116Za out/crucible-utils.tar 18900K
36432026-08-15T20:18:39.116Za out/crucible-zone.tar.gz 56639K
36442026-08-15T20:18:39.116Za out/external-dns.tar.gz 54225K
36452026-08-15T20:18:39.116Za out/internal-dns.tar.gz 54225K
36462026-08-15T20:18:39.116Za out/mg-ddm-gz.tar 100917K
36472026-08-15T20:18:39.116Za out/nexus.tar.gz 354309K
36482026-08-15T20:18:39.116Za out/ntp.tar.gz 35206K
36492026-08-15T20:18:39.116Za out/omicron-gateway-softnpu.tar.gz 29754K
36502026-08-15T20:18:39.116Za out/omicron-sled-agent.tar 269019K
36512026-08-15T20:18:39.116Za out/overlay.tar.gz 4K
36522026-08-15T20:18:39.116Za out/oximeter.tar.gz 71574K
36532026-08-15T20:18:39.116Za out/oxlog.tar 4092K
36542026-08-15T20:18:39.116Za out/probe.tar.gz 3037K
36552026-08-15T20:18:39.116Za out/propolis-server.tar.gz 34642K
36562026-08-15T20:18:39.116Za out/pumpkind-gz.tar 26647K
36572026-08-15T20:18:39.116Za out/switch-softnpu.tar.gz 521649K
36582026-08-15T20:18:39.120Z
36592026-08-15T20:18:39.120Zreal 1:30.456059517
36602026-08-15T20:18:39.120Zuser 1:27.485518768
36612026-08-15T20:18:39.120Zsys 5.008931456
36622026-08-15T20:18:39.120Ztrap 0.006420742
36632026-08-15T20:18:39.120Ztflt 0.000000000
36642026-08-15T20:18:39.120Zdflt 0.000000000
36652026-08-15T20:18:39.121Zkflt 0.000000000
36662026-08-15T20:18:39.121Zlock 0.000000000
36672026-08-15T20:18:39.121Zslp 1:27.303905311
36682026-08-15T20:18:39.121Zlat 1.102735104
36692026-08-15T20:18:39.121Zstop 0.000205230
36702026-08-15T20:18:39.121Zprocess exited: duration 1208423 ms, exit code 0
 
36712026-08-15T20:18:39.136Zfound 1 output files
36722026-08-15T20:18:39.136Zuploading: /work/package.tar.gz (2801715918 bytes)
36732026-08-15T20:19:14.234Zuploaded: /work/package.tar.gz