01M0BXG30BP0NJPQGGEHA9CV5B: 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: 01M0BXGGYVEF1ZXVPKYGG3W1SP

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-19T02:29:22.537Zjob assigned to worker 01M0BXGN69NMZTJ6FK62DFHYSH [factory aws, i-0a468671c3e99fb0f] (queued for 1 m 58 s)
 
22026-08-19T02:29:29.807Zstarting task 0: "setup"
32026-08-19T02:29:29.811Z++ uname -s
42026-08-19T02:29:29.815Z+ kern=SunOS
52026-08-19T02:29:29.815Z+ build_user=build
62026-08-19T02:29:29.815Z+ build_uid=12345
72026-08-19T02:29:29.815Z+ work_dir=/work
82026-08-19T02:29:29.815Z+ input_dir=/input
92026-08-19T02:29:29.815Z+ [[ 0 == 12345 ]]
102026-08-19T02:29:29.815Z+ case "$kern" in
112026-08-19T02:29:29.815Z+ groupadd -g 12345 build
122026-08-19T02:29:29.819Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-19T02:29:29.823Z+ zfs create -o mountpoint=/work rpool/work
142026-08-19T02:29:30.012Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-19T02:29:30.016Z+ home_fs=zfs
162026-08-19T02:29:30.016Z+ [[ zfs == autofs ]]
172026-08-19T02:29:30.016Z+ mkdir -p /home/build
182026-08-19T02:29:30.016Z+ chown build:build /home/build /work
192026-08-19T02:29:30.019Z+ chmod 0700 /home/build /work
202026-08-19T02:29:30.022Zprocess exited: duration 216 ms, exit code 0
 
212026-08-19T02:29:30.030Zstarting task 1: "rust-toolchain"
222026-08-19T02:29:30.035Z * rust toolchain channel = "1.97.1"
232026-08-19T02:29:30.035Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
242026-08-19T02:29:30.035Z * rust toolchain profile = "default"
252026-08-19T02:29:30.035Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-19T02:29:30.035Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-19T02:29:30.035Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-19T02:29:30.039Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-19T02:29:30.039Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-19T02:29:30.147Zinfo: downloading installer
312026-08-19T02:29:31.500Zwarn: It looks like you have an existing rustup settings file at:
322026-08-19T02:29:31.500Zwarn: /home/build/.rustup/settings.toml
332026-08-19T02:29:31.500Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-19T02:29:31.500Zwarn: instead of the one inferred from the default host triple.
352026-08-19T02:29:31.512Zinfo: profile set to default
362026-08-19T02:29:31.512Zinfo: default host triple is x86_64-unknown-illumos
372026-08-19T02:29:31.515Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-19T02:29:31.644Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-19T02:29:31.647Zinfo: downloading 6 components
402026-08-19T02:29:45.934Z
412026-08-19T02:29:45.934Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-19T02:29:45.962Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-19T02:29:45.962Z
442026-08-19T02:29:45.962Z
452026-08-19T02:29:45.962ZRust is installed now. Great!
462026-08-19T02:29:45.963Z
472026-08-19T02:29:45.963ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-19T02:29:45.963Zenvironment variable. This has not been done automatically.
492026-08-19T02:29:45.963Z
502026-08-19T02:29:45.963ZTo configure your current shell, you need to source
512026-08-19T02:29:45.963Zthe corresponding env file under $HOME/.cargo.
522026-08-19T02:29:45.963Z
532026-08-19T02:29:45.963ZThis is usually done by running one of the following (note the leading DOT):
542026-08-19T02:29:45.963Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-19T02:29:45.963Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-19T02:29:45.963Zsource "~/.cargo/env.nu" # For nushell
572026-08-19T02:29:45.963Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-19T02:29:45.963Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-19T02:29:45.963Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-19T02:29:45.967Zwarn: no default linker (`cc`) was found in your PATH
612026-08-19T02:29:45.967Zwarn: many Rust crates require a system C toolchain to build
622026-08-19T02:29:46.066Z+ rustup --version
632026-08-19T02:29:46.072Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-19T02:29:46.075Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-19T02:29:46.092Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-19T02:29:46.095Z+ cargo --version
672026-08-19T02:29:46.103Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-19T02:29:46.106Z+ rustc --version
692026-08-19T02:29:46.126Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-19T02:29:46.130Zprocess exited: duration 16099 ms, exit code 0
 
712026-08-19T02:29:46.136Zstarting task 2: "authentication"
722026-08-19T02:29:46.156Zprocess exited: duration 19 ms, exit code 0
 
732026-08-19T02:29:46.162Zstarting task 3: "clone repository"
742026-08-19T02:29:46.167Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-19T02:29:46.170Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-19T02:29:46.202ZCloning into '/work/oxidecomputer/omicron'...
772026-08-19T02:30:03.983Z+ cd /work/oxidecomputer/omicron
782026-08-19T02:30:03.984Z+ git fetch origin 9c058b23a309bfcbfd3cc8dc5286d95c46ee394c
792026-08-19T02:30:04.368ZFrom https://github.com/oxidecomputer/omicron
802026-08-19T02:30:04.369Z * branch 9c058b23a309bfcbfd3cc8dc5286d95c46ee394c -> FETCH_HEAD
812026-08-19T02:30:04.385Z+ [[ -n '' ]]
822026-08-19T02:30:04.385Z+ git reset --hard 9c058b23a309bfcbfd3cc8dc5286d95c46ee394c
832026-08-19T02:30:04.638ZHEAD is now at 9c058b23a rebase on main
842026-08-19T02:30:04.641Zprocess exited: duration 18478 ms, exit code 0
 
852026-08-19T02:30:04.649Zstarting task 4: "build"
862026-08-19T02:30:04.655Z+ source .github/buildomat/ci-env.sh
872026-08-19T02:30:04.655Z++ export CARGO_TERM_COLOR=always
882026-08-19T02:30:04.655Z++ CARGO_TERM_COLOR=always
892026-08-19T02:30:04.658Z+++ uname -s
902026-08-19T02:30:04.658Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-19T02:30:04.658Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-19T02:30:04.661Z+ cargo --version
932026-08-19T02:30:04.670Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-19T02:30:04.673Z+ rustc --version
952026-08-19T02:30:04.693Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-19T02:30:04.696Z+ WORK=/work
972026-08-19T02:30:04.697Z+ pfexec mkdir -p /work
982026-08-19T02:30:04.701Z+ pfexec chown build /work
992026-08-19T02:30:04.704Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002026-08-19T02:30:06.656Z Startup: Refreshing catalog 'helios' ... Done
1012026-08-19T02:30:06.975Z Startup: Caching catalogs ... Done
1022026-08-19T02:30:08.739ZPlanning: Solver setup ... Done (1.667s)
1032026-08-19T02:30:08.793ZPlanning: Running solver ... Done (0.054s)
1042026-08-19T02:30:08.833ZPlanning: Finding local manifests ... Done (0.003s)
1052026-08-19T02:30:08.847ZPlanning: Fetching manifests: 0/2 0% complete
1062026-08-19T02:30:08.866ZPlanning: Fetching manifests: 2/2 100% complete
1072026-08-19T02:30:08.880ZPlanning: Package planning ... Done (0.015s)
1082026-08-19T02:30:08.883ZPlanning: Merging actions ... Done (0.001s)
1092026-08-19T02:30:09.043ZPlanning: Checking for conflicting actions ... Done (0.161s)
1102026-08-19T02:30:09.046ZPlanning: Consolidating action changes ... Done (0.001s)
1112026-08-19T02:30:09.970ZPlanning: Evaluating mediators ... Done (0.925s)
1122026-08-19T02:30:09.973ZPlanning: Planning completed in 2.96 seconds
1132026-08-19T02:30:09.979Z Packages to install: 2
1142026-08-19T02:30:09.979Z Estimated space available: 156.01 GB
1152026-08-19T02:30:09.982ZEstimated space to be consumed: 69.36 MB
1162026-08-19T02:30:09.982Z Create boot environment: No
1172026-08-19T02:30:09.982ZCreate backup boot environment: No
1182026-08-19T02:30:09.982Z Rebuild boot archive: No
1192026-08-19T02:30:09.982Z
1202026-08-19T02:30:09.983ZChanged packages:
1212026-08-19T02:30:09.983Zhelios
1222026-08-19T02:30:09.983Z developer/build-essential
1232026-08-19T02:30:09.983Z None -> 11-3.0
1242026-08-19T02:30:09.983Z library/libxmlsec1
1252026-08-19T02:30:09.983Z None -> 1.2.35-3.0
1262026-08-19T02:30:10.006Z
1272026-08-19T02:30:10.006ZDownload: 0/214 items 0.0/1.3MB 0% complete
1282026-08-19T02:30:10.076ZDownload: Completed 1.28 MB in 0.07 seconds (17.9M/s)
1292026-08-19T02:30:10.125Z Actions: 1/268 actions (Installing new actions)
1302026-08-19T02:30:10.163Z Actions: Completed 268 actions in 0.04 seconds.
1312026-08-19T02:30:10.196ZFinalize: Updating package state database ... Done (0.032s)
1322026-08-19T02:30:10.198ZFinalize: Updating package cache ... Done (0.000s)
1332026-08-19T02:30:10.270ZFinalize: Updating image state ... Done (0.074s)
1342026-08-19T02:30:12.913ZFinalize: Creating fast lookup database ... Done (2.599s)
1352026-08-19T02:30:12.982ZFinalize: Reading search index ... Done (0.014s)
1362026-08-19T02:30:12.985ZFinalize: Updating search index ... Done (0.000s)
1372026-08-19T02:30:13.095ZFinalize: Updating package cache ... Done (0.000s)
1382026-08-19T02:30:13.458ZPlanning: Evaluating mediator changes ... Done
1392026-08-19T02:30:13.564ZPlanning: Checking for conflicting actions ... Done
1402026-08-19T02:30:13.567ZPlanning: Consolidating action changes ... Done
1412026-08-19T02:30:13.725ZPlanning: Evaluating mediators ... Done
1422026-08-19T02:30:13.728ZPlanning: Planning completed in 0.27 seconds
1432026-08-19T02:30:13.748Z Mediators to change: 2
1442026-08-19T02:30:13.750Z Create boot environment: No
1452026-08-19T02:30:13.750ZCreate backup boot environment: No
1462026-08-19T02:30:13.797ZFinalize: Updating package state database ... Done
1472026-08-19T02:30:13.797ZFinalize: Updating package cache ... Done
1482026-08-19T02:30:13.841ZFinalize: Updating image state ... Done
1492026-08-19T02:30:15.791ZFinalize: Creating fast lookup database ... Done
1502026-08-19T02:30:15.850ZFinalize: Reading search index ... Done
1512026-08-19T02:30:15.853ZFinalize: Updating search index ... Done
1522026-08-19T02:30:15.937ZFinalize: Updating package cache ... Done
1532026-08-19T02:30:16.224ZPlanning: Evaluating mediator changes ... Done
1542026-08-19T02:30:16.330ZPlanning: Checking for conflicting actions ... Done
1552026-08-19T02:30:16.334ZPlanning: Consolidating action changes ... Done
1562026-08-19T02:30:16.489ZPlanning: Evaluating mediators ... Done
1572026-08-19T02:30:16.492ZPlanning: Planning completed in 0.27 seconds
1582026-08-19T02:30:16.513Z Mediators to change: 1
1592026-08-19T02:30:16.513Z Create boot environment: No
1602026-08-19T02:30:16.513ZCreate backup boot environment: No
1612026-08-19T02:30:16.558ZFinalize: Updating package state database ... Done
1622026-08-19T02:30:16.558ZFinalize: Updating package cache ... Done
1632026-08-19T02:30:16.605ZFinalize: Updating image state ... Done
1642026-08-19T02:30:18.562ZFinalize: Creating fast lookup database ... Done
1652026-08-19T02:30:18.627ZFinalize: Reading search index ... Done
1662026-08-19T02:30:18.631ZFinalize: Updating search index ... Done
1672026-08-19T02:30:18.696ZFinalize: Updating package cache ... Done
1682026-08-19T02:30:19.008ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1692026-08-19T02:30:19.008Zapache system 2.4 system
1702026-08-19T02:30:19.008Zclang system 15 system
1712026-08-19T02:30:19.008Zcsh system system illumos
1722026-08-19T02:30:19.009Zctags system system illumos
1732026-08-19T02:30:19.009Zfile vendor vendor darwinsys
1742026-08-19T02:30:19.009Zfile system system illumos
1752026-08-19T02:30:19.009Zgcc vendor 14 vendor
1762026-08-19T02:30:19.009Zgcc system 13 system
1772026-08-19T02:30:19.009Zgcc system 10 system
1782026-08-19T02:30:19.009Zgo system 1.25 system
1792026-08-19T02:30:19.009Zllvm system 15 system
1802026-08-19T02:30:19.009Zmariadb system 11.4 system
1812026-08-19T02:30:19.009Zmta vendor vendor dma
1822026-08-19T02:30:19.009Zopenjdk system 17 system
1832026-08-19T02:30:19.009Zopenjdk system 11 system
1842026-08-19T02:30:19.009Zopenssl vendor 3 vendor
1852026-08-19T02:30:19.009Zperl system 5.40 system
1862026-08-19T02:30:19.009Zpostgresql system 18 system
1872026-08-19T02:30:19.009Zpostgresql system 17 system
1882026-08-19T02:30:19.009Zpython vendor 3 vendor
1892026-08-19T02:30:19.009Zpython system 2 system
1902026-08-19T02:30:19.009Zpython3 vendor 3.13 vendor
1912026-08-19T02:30:19.009Zruby system 3.4 system
1922026-08-19T02:30:19.009Zruby system 3.0 system
1932026-08-19T02:30:19.009Zwords vendor vendor american-english
1942026-08-19T02:30:19.009Zwords system system australian-english
1952026-08-19T02:30:19.009Zwords system system british-english
1962026-08-19T02:30:19.009Zwords system system canadian-english
1972026-08-19T02:30:19.009Zwords system system french
1982026-08-19T02:30:19.009Zwords system system italian
1992026-08-19T02:30:19.009Zwords system system ngerman
2002026-08-19T02:30:19.009Zwords system system ogerman
2012026-08-19T02:30:19.009Zwords system system spanish
2022026-08-19T02:30:19.261ZPUBLISHER TYPE STATUS P LOCATION
2032026-08-19T02:30:19.262Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2042026-08-19T02:30:19.712ZFMRI IFO
2052026-08-19T02:30:19.712Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2062026-08-19T02:30:19.712Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2072026-08-19T02:30:19.712Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2082026-08-19T02:30:19.712Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2092026-08-19T02:30:19.712Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2102026-08-19T02:30:19.713Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2112026-08-19T02:30:19.713Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2122026-08-19T02:30:19.713Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2132026-08-19T02:30:19.713Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2142026-08-19T02:30:20.033Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2152026-08-19T02:30:20.370Z Updating crates.io index
2162026-08-19T02:30:20.376Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2172026-08-19T02:30:20.661Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2182026-08-19T02:30:21.049Z Updating git repository `https://github.com/oxidecomputer/propolis`
2192026-08-19T02:30:22.342Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2202026-08-19T02:30:22.971Z Updating git repository `https://github.com/oxidecomputer/crucible`
2212026-08-19T02:30:25.028Z Updating git repository `https://github.com/oxidecomputer/opte`
2222026-08-19T02:30:26.080Z Updating git repository `https://github.com/oxidecomputer/tofino`
2232026-08-19T02:30:26.409Z Updating git repository `https://github.com/oxidecomputer/lldp`
2242026-08-19T02:30:26.809Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2252026-08-19T02:30:28.161Z Updating git repository `https://github.com/oxidecomputer/clickward`
2262026-08-19T02:30:28.479Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2272026-08-19T02:30:28.941Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2282026-08-19T02:30:29.226Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2292026-08-19T02:30:29.505Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2302026-08-19T02:30:29.818Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2312026-08-19T02:30:30.123Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2322026-08-19T02:30:30.445Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2332026-08-19T02:30:30.763Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2342026-08-19T02:30:31.321Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2352026-08-19T02:30:31.703Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2362026-08-19T02:30:32.089Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2372026-08-19T02:30:32.407Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2382026-08-19T02:30:33.035Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2392026-08-19T02:30:33.422Z Updating git repository `https://github.com/oxidecomputer/erebor`
2402026-08-19T02:30:33.690Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2412026-08-19T02:30:34.174Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2422026-08-19T02:30:34.473Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2432026-08-19T02:30:34.771Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2442026-08-19T02:30:35.179Z Updating git repository `https://github.com/oxidecomputer/ispf`
2452026-08-19T02:30:35.432Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2462026-08-19T02:30:35.770Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2472026-08-19T02:30:36.237Z Updating git repository `https://github.com/oxidecomputer/tough`
2482026-08-19T02:30:36.758Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-08-19T02:30:37.041Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2502026-08-19T02:30:37.320Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2512026-08-19T02:30:37.629Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2522026-08-19T02:30:37.949Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2532026-08-19T02:30:38.238Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542026-08-19T02:30:38.519Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2552026-08-19T02:30:38.834Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2562026-08-19T02:30:39.111Z Updating git repository `https://github.com/illumos/smf-rs`
2572026-08-19T02:30:39.394Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-08-19T02:30:42.072Z Downloading crates ...
2592026-08-19T02:30:42.127Z Downloaded dtrace-parser v0.2.0
2602026-08-19T02:30:42.132Z Downloaded anstream v1.0.0
2612026-08-19T02:30:42.137Z Downloaded bitflags v2.11.0
2622026-08-19T02:30:42.137Z Downloaded fastrand v2.3.0
2632026-08-19T02:30:42.141Z Downloaded anstyle v1.0.14
2642026-08-19T02:30:42.141Z Downloaded thread-id v4.2.2
2652026-08-19T02:30:42.141Z Downloaded zerocopy-derive v0.7.35
2662026-08-19T02:30:42.145Z Downloaded equivalent v1.0.2
2672026-08-19T02:30:42.145Z Downloaded fnv v1.0.7
2682026-08-19T02:30:42.148Z Downloaded getrandom v0.3.4
2692026-08-19T02:30:42.153Z Downloaded terminal_size v0.4.3
2702026-08-19T02:30:42.153Z Downloaded crypto-common v0.1.7
2712026-08-19T02:30:42.158Z Downloaded itoa v1.0.17
2722026-08-19T02:30:42.158Z Downloaded zerocopy v0.7.35
2732026-08-19T02:30:42.162Z Downloaded zmij v1.0.21
2742026-08-19T02:30:42.165Z Downloaded toml_edit v0.22.27
2752026-08-19T02:30:42.165Z Downloaded ucd-trie v0.1.7
2762026-08-19T02:30:42.169Z Downloaded clap_derive v4.6.1
2772026-08-19T02:30:42.172Z Downloaded cfg-if v1.0.4
2782026-08-19T02:30:42.175Z Downloaded generic-array v0.14.7
2792026-08-19T02:30:42.180Z Downloaded block-buffer v0.10.4
2802026-08-19T02:30:42.183Z Downloaded is_terminal_polyfill v1.70.2
2812026-08-19T02:30:42.183Z Downloaded memmap v0.7.0
2822026-08-19T02:30:42.183Z Downloaded heck v0.4.1
2832026-08-19T02:30:42.189Z Downloaded fs-err v3.3.0
2842026-08-19T02:30:42.193Z Downloaded digest v0.10.7
2852026-08-19T02:30:42.193Z Downloaded pest_meta v2.8.6
2862026-08-19T02:30:42.193Z Downloaded heck v0.5.0
2872026-08-19T02:30:42.202Z Downloaded bytecount v0.6.9
2882026-08-19T02:30:42.208Z Downloaded camino-tempfile v1.4.1
2892026-08-19T02:30:42.208Z Downloaded anyhow v1.0.104
2902026-08-19T02:30:42.211Z Downloaded macaddr v1.0.1
2912026-08-19T02:30:42.211Z Downloaded usdt v0.5.0
2922026-08-19T02:30:42.211Z Downloaded errno v0.3.14
2932026-08-19T02:30:42.211Z Downloaded anstyle-query v1.1.5
2942026-08-19T02:30:42.214Z Downloaded cargo-platform v0.3.2
2952026-08-19T02:30:42.218Z Downloaded cpufeatures v0.2.17
2962026-08-19T02:30:42.221Z Downloaded utf8parse v0.2.2
2972026-08-19T02:30:42.226Z Downloaded strsim v0.11.1
2982026-08-19T02:30:42.229Z Downloaded proc-macro-error-attr v1.0.4
2992026-08-19T02:30:42.238Z Downloaded autocfg v1.5.0
3002026-08-19T02:30:42.240Z Downloaded camino v1.2.5
3012026-08-19T02:30:42.245Z Downloaded usdt-attr-macro v0.5.0
3022026-08-19T02:30:42.248Z Downloaded toml_datetime v0.6.11
3032026-08-19T02:30:42.251Z Downloaded smawk v0.3.2
3042026-08-19T02:30:42.264Z Downloaded swrite v0.1.0
3052026-08-19T02:30:42.270Z Downloaded pretty-hex v0.4.1
3062026-08-19T02:30:42.270Z Downloaded usdt-macro v0.5.0
3072026-08-19T02:30:42.270Z Downloaded unicode-linebreak v0.1.5
3082026-08-19T02:30:42.270Z Downloaded clap_lex v1.0.0
3092026-08-19T02:30:42.270Z Downloaded dof v0.3.0
3102026-08-19T02:30:42.270Z Downloaded serde_spanned v0.6.9
3112026-08-19T02:30:42.274Z Downloaded colorchoice v1.0.4
3122026-08-19T02:30:42.277Z Downloaded tabled_derive v0.7.0
3132026-08-19T02:30:42.277Z Downloaded version_check v0.9.5
3142026-08-19T02:30:42.277Z Downloaded plain v0.2.3
3152026-08-19T02:30:42.277Z Downloaded proc-macro-error v1.0.4
3162026-08-19T02:30:42.280Z Downloaded thiserror-impl v1.0.69
3172026-08-19T02:30:42.281Z Downloaded thiserror v2.0.18
3182026-08-19T02:30:42.286Z Downloaded once_cell v1.21.3
3192026-08-19T02:30:42.289Z Downloaded scroll v0.12.0
3202026-08-19T02:30:42.289Z Downloaded serde_tokenstream v0.2.3
3212026-08-19T02:30:42.289Z Downloaded thiserror-impl v2.0.18
3222026-08-19T02:30:42.295Z Downloaded usdt-impl v0.5.0
3232026-08-19T02:30:42.298Z Downloaded cargo_toml v0.21.0
3242026-08-19T02:30:42.299Z Downloaded scroll_derive v0.12.1
3252026-08-19T02:30:42.299Z Downloaded toml_write v0.1.2
3262026-08-19T02:30:42.303Z Downloaded quote v1.0.45
3272026-08-19T02:30:42.307Z Downloaded byteorder v1.5.0
3282026-08-19T02:30:42.307Z Downloaded sha2 v0.10.9
3292026-08-19T02:30:42.307Z Downloaded cargo_metadata v0.23.1
3302026-08-19T02:30:42.314Z Downloaded thiserror v1.0.69
3312026-08-19T02:30:42.314Z Downloaded anstyle-parse v1.0.0
3322026-08-19T02:30:42.322Z Downloaded pest_generator v2.8.6
3332026-08-19T02:30:42.332Z Downloaded toml v0.8.23
3342026-08-19T02:30:42.335Z Downloaded semver v1.0.28
3352026-08-19T02:30:42.345Z Downloaded log v0.4.33
3362026-08-19T02:30:42.352Z Downloaded pest_derive v2.8.6
3372026-08-19T02:30:42.359Z Downloaded serde_derive v1.0.228
3382026-08-19T02:30:42.359Z Downloaded serde_core v1.0.228
3392026-08-19T02:30:42.363Z Downloaded clap v4.6.1
3402026-08-19T02:30:42.363Z Downloaded unicode-ident v1.0.24
3412026-08-19T02:30:42.363Z Downloaded textwrap v0.16.2
3422026-08-19T02:30:42.374Z Downloaded tempfile v3.27.0
3432026-08-19T02:30:42.377Z Downloaded proc-macro2 v1.0.106
3442026-08-19T02:30:42.381Z Downloaded hashbrown v0.17.0
3452026-08-19T02:30:42.393Z Downloaded memchr v2.8.0
3462026-08-19T02:30:42.402Z Downloaded serde v1.0.228
3472026-08-19T02:30:42.413Z Downloaded indexmap v2.14.0
3482026-08-19T02:30:42.420Z Downloaded papergrid v0.11.0
3492026-08-19T02:30:42.423Z Downloaded typenum v1.20.1
3502026-08-19T02:30:42.429Z Downloaded goblin v0.8.2
3512026-08-19T02:30:42.456Z Downloaded pest v2.8.6
3522026-08-19T02:30:42.460Z Downloaded clap_builder v4.6.0
3532026-08-19T02:30:42.467Z Downloaded serde_json v1.0.151
3542026-08-19T02:30:42.478Z Downloaded winnow v0.7.14
3552026-08-19T02:30:42.489Z Downloaded tabled v0.15.0
3562026-08-19T02:30:42.508Z Downloaded syn v1.0.109
3572026-08-19T02:30:42.519Z Downloaded unicode-width v0.1.14
3582026-08-19T02:30:42.526Z Downloaded unicode-width v0.2.0
3592026-08-19T02:30:42.532Z Downloaded syn v2.0.117
3602026-08-19T02:30:42.535Z Downloaded rustix v1.1.4
3612026-08-19T02:30:42.571Z Downloaded libc v0.2.185
3622026-08-19T02:30:42.633Z Compiling proc-macro2 v1.0.106
3632026-08-19T02:30:42.633Z Compiling unicode-ident v1.0.24
3642026-08-19T02:30:42.633Z Compiling quote v1.0.45
3652026-08-19T02:30:42.633Z Compiling serde_core v1.0.228
3662026-08-19T02:30:42.637Z Compiling libc v0.2.185
3672026-08-19T02:30:42.637Z Compiling version_check v0.9.5
3682026-08-19T02:30:42.637Z Compiling memchr v2.8.0
3692026-08-19T02:30:42.637Z Compiling serde v1.0.228
3702026-08-19T02:30:42.637Z Compiling zmij v1.0.21
3712026-08-19T02:30:42.637Z Compiling thiserror v1.0.69
3722026-08-19T02:30:42.871Z Compiling itoa v1.0.17
3732026-08-19T02:30:42.876Z Compiling ucd-trie v0.1.7
3742026-08-19T02:30:42.876Z Compiling byteorder v1.5.0
3752026-08-19T02:30:42.876Z Compiling rustix v1.1.4
3762026-08-19T02:30:43.074Z Compiling bitflags v2.11.0
3772026-08-19T02:30:43.167Z Compiling serde_json v1.0.151
3782026-08-19T02:30:43.281Z Compiling syn v1.0.109
3792026-08-19T02:30:43.286Z Compiling camino v1.2.5
3802026-08-19T02:30:43.286Z Compiling proc-macro-error-attr v1.0.4
3812026-08-19T02:30:43.390Z Compiling pest v2.8.6
3822026-08-19T02:30:43.427Z Compiling usdt-impl v0.5.0
3832026-08-19T02:30:43.511Z Compiling proc-macro-error v1.0.4
3842026-08-19T02:30:43.516Z Compiling equivalent v1.0.2
3852026-08-19T02:30:43.548Z Compiling utf8parse v0.2.2
3862026-08-19T02:30:43.638Z Compiling log v0.4.33
3872026-08-19T02:30:43.641Z Compiling plain v0.2.3
3882026-08-19T02:30:43.641Z Compiling getrandom v0.3.4
3892026-08-19T02:30:43.732Z Compiling hashbrown v0.17.0
3902026-08-19T02:30:43.751Z Compiling anstyle-parse v1.0.0
3912026-08-19T02:30:43.771Z Compiling is_terminal_polyfill v1.70.2
3922026-08-19T02:30:43.858Z Compiling colorchoice v1.0.4
3932026-08-19T02:30:43.874Z Compiling thiserror v2.0.18
3942026-08-19T02:30:43.944Z Compiling anstyle-query v1.1.5
3952026-08-19T02:30:43.944Z Compiling cfg-if v1.0.4
3962026-08-19T02:30:43.978Z Compiling pretty-hex v0.4.1
3972026-08-19T02:30:43.982Z Compiling anstyle v1.0.14
3982026-08-19T02:30:44.016Z Compiling winnow v0.7.14
3992026-08-19T02:30:44.021Z Compiling autocfg v1.5.0
4002026-08-19T02:30:44.049Z Compiling toml_write v0.1.2
4012026-08-19T02:30:44.053Z Compiling heck v0.5.0
4022026-08-19T02:30:44.087Z Compiling errno v0.3.14
4032026-08-19T02:30:44.090Z Compiling thread-id v4.2.2
4042026-08-19T02:30:44.257Z Compiling anstream v1.0.0
4052026-08-19T02:30:44.287Z Compiling anyhow v1.0.104
4062026-08-19T02:30:44.306Z Compiling fastrand v2.3.0
4072026-08-19T02:30:44.323Z Compiling once_cell v1.21.3
4082026-08-19T02:30:44.358Z Compiling syn v2.0.117
4092026-08-19T02:30:44.414Z Compiling indexmap v2.14.0
4102026-08-19T02:30:44.480Z Compiling pest_meta v2.8.6
4112026-08-19T02:30:44.504Z Compiling fs-err v3.3.0
4122026-08-19T02:30:44.577Z Compiling bytecount v0.6.9
4132026-08-19T02:30:44.601Z Compiling clap_lex v1.0.0
4142026-08-19T02:30:44.604Z Compiling fnv v1.0.7
4152026-08-19T02:30:44.638Z Compiling heck v0.4.1
4162026-08-19T02:30:44.708Z Compiling strsim v0.11.1
4172026-08-19T02:30:44.735Z Compiling unicode-width v0.1.14
4182026-08-19T02:30:44.769Z Compiling memmap v0.7.0
4192026-08-19T02:30:44.847Z Compiling smawk v0.3.2
4202026-08-19T02:30:44.875Z Compiling unicode-width v0.2.0
4212026-08-19T02:30:44.893Z Compiling unicode-linebreak v0.1.5
4222026-08-19T02:30:44.987Z Compiling papergrid v0.11.0
4232026-08-19T02:30:45.023Z Compiling swrite v0.1.0
4242026-08-19T02:30:45.081Z Compiling terminal_size v0.4.3
4252026-08-19T02:30:45.084Z Compiling tempfile v3.27.0
4262026-08-19T02:30:45.173Z Compiling semver v1.0.28
4272026-08-19T02:30:45.202Z Compiling clap_builder v4.6.0
4282026-08-19T02:30:45.243Z Compiling cargo-platform v0.3.2
4292026-08-19T02:30:45.301Z Compiling textwrap v0.16.2
4302026-08-19T02:30:45.439Z Compiling camino-tempfile v1.4.1
4312026-08-19T02:30:45.917Z Compiling tabled_derive v0.7.0
4322026-08-19T02:30:46.492Z Compiling pest_generator v2.8.6
4332026-08-19T02:30:46.601Z Compiling tabled v0.15.0
4342026-08-19T02:30:46.979Z Compiling serde_derive v1.0.228
4352026-08-19T02:30:46.986Z Compiling thiserror-impl v1.0.69
4362026-08-19T02:30:46.986Z Compiling zerocopy-derive v0.7.35
4372026-08-19T02:30:46.986Z Compiling scroll_derive v0.12.1
4382026-08-19T02:30:46.986Z Compiling thiserror-impl v2.0.18
4392026-08-19T02:30:46.986Z Compiling clap_derive v4.6.1
4402026-08-19T02:30:47.064Z Compiling pest_derive v2.8.6
4412026-08-19T02:30:47.578Z Compiling scroll v0.12.0
4422026-08-19T02:30:47.693Z Compiling zerocopy v0.7.35
4432026-08-19T02:30:47.788Z Compiling goblin v0.8.2
4442026-08-19T02:30:47.991Z Compiling dtrace-parser v0.2.0
4452026-08-19T02:30:48.291Z Compiling clap v4.6.1
4462026-08-19T02:30:49.406Z Compiling dof v0.3.0
4472026-08-19T02:30:49.406Z Compiling serde_tokenstream v0.2.3
4482026-08-19T02:30:49.422Z Compiling toml_datetime v0.6.11
4492026-08-19T02:30:49.426Z Compiling serde_spanned v0.6.9
4502026-08-19T02:30:49.426Z Compiling macaddr v1.0.1
4512026-08-19T02:30:49.426Z Compiling cargo_metadata v0.23.1
4522026-08-19T02:30:49.426Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4532026-08-19T02:30:49.642Z Compiling toml_edit v0.22.27
4542026-08-19T02:30:50.093Z Compiling usdt-macro v0.5.0
4552026-08-19T02:30:50.093Z Compiling usdt-attr-macro v0.5.0
4562026-08-19T02:30:50.701Z Compiling usdt v0.5.0
4572026-08-19T02:30:50.908Z Compiling toml v0.8.23
4582026-08-19T02:30:51.223Z Compiling cargo_toml v0.21.0
4592026-08-19T02:30:52.489Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4602026-08-19T02:30:54.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.69s
4612026-08-19T02:30:54.762Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4622026-08-19T02:30:55.275Z Downloading crates ...
4632026-08-19T02:30:55.338Z Downloaded ahash v0.8.12
4642026-08-19T02:30:55.341Z Downloaded argon2 v0.6.0-rc.8
4652026-08-19T02:30:55.344Z Downloaded adler2 v2.0.1
4662026-08-19T02:30:55.344Z Downloaded allocator-api2 v0.2.21
4672026-08-19T02:30:55.344Z Downloaded bitfield-struct v0.6.2
4682026-08-19T02:30:55.344Z Downloaded async-recursion v1.1.1
4692026-08-19T02:30:55.347Z Downloaded cipher v0.4.4
4702026-08-19T02:30:55.347Z Downloaded async-stream v0.3.6
4712026-08-19T02:30:55.350Z Downloaded bitfield-macros v0.19.4
4722026-08-19T02:30:55.350Z Downloaded embedded-io v0.6.1
4732026-08-19T02:30:55.350Z Downloaded backoff v0.4.0
4742026-08-19T02:30:55.351Z Downloaded cmake v0.1.57
4752026-08-19T02:30:55.351Z Downloaded foreign-types-shared v0.3.1
4762026-08-19T02:30:55.353Z Downloaded futures-task v0.3.32
4772026-08-19T02:30:55.358Z Downloaded anstream v0.6.21
4782026-08-19T02:30:55.358Z Downloaded aead v0.6.1
4792026-08-19T02:30:55.358Z Downloaded addr2line v0.25.1
4802026-08-19T02:30:55.358Z Downloaded erased-serde v0.3.31
4812026-08-19T02:30:55.358Z Downloaded const-oid v0.10.2
4822026-08-19T02:30:55.361Z Downloaded ghash v0.6.0
4832026-08-19T02:30:55.361Z Downloaded bit-set v0.5.3
4842026-08-19T02:30:55.361Z Downloaded embedded-io v0.4.0
4852026-08-19T02:30:55.361Z Downloaded async-stream-impl v0.3.6
4862026-08-19T02:30:55.364Z Downloaded base64ct v1.8.3
4872026-08-19T02:30:55.367Z Downloaded fs_extra v1.3.0
4882026-08-19T02:30:55.367Z Downloaded atty v0.2.14
4892026-08-19T02:30:55.367Z Downloaded backon v1.6.0
4902026-08-19T02:30:55.370Z Downloaded fd-lock v4.0.4
4912026-08-19T02:30:55.370Z Downloaded funty v2.0.0
4922026-08-19T02:30:55.370Z Downloaded array-init v0.0.4
4932026-08-19T02:30:55.370Z Downloaded backtrace-ext v0.2.1
4942026-08-19T02:30:55.370Z Downloaded bit-vec v0.6.3
4952026-08-19T02:30:55.373Z Downloaded endian-type v0.1.2
4962026-08-19T02:30:55.373Z Downloaded enum-as-inner v0.6.1
4972026-08-19T02:30:55.373Z Downloaded foreign-types v0.5.0
4982026-08-19T02:30:55.373Z Downloaded hash32 v0.2.1
4992026-08-19T02:30:55.373Z Downloaded argon2 v0.5.3
5002026-08-19T02:30:55.376Z Downloaded atomic-waker v1.1.2
5012026-08-19T02:30:55.379Z Downloaded atomicwrites v0.4.4
5022026-08-19T02:30:55.379Z Downloaded fatfs v0.3.6
5032026-08-19T02:30:55.380Z Downloaded async-compression v0.4.41
5042026-08-19T02:30:55.383Z Downloaded arrayvec v0.7.6
5052026-08-19T02:30:55.383Z Downloaded filetime v0.2.27
5062026-08-19T02:30:55.386Z Downloaded float-cmp v0.10.0
5072026-08-19T02:30:55.386Z Downloaded group v0.13.0
5082026-08-19T02:30:55.386Z Downloaded ff v0.13.1
5092026-08-19T02:30:55.386Z Downloaded arc-swap v1.8.2
5102026-08-19T02:30:55.390Z Downloaded aead v0.5.2
5112026-08-19T02:30:55.390Z Downloaded arrayref v0.3.9
5122026-08-19T02:30:55.390Z Downloaded fs-err v2.11.0
5132026-08-19T02:30:55.393Z Downloaded ascii-canvas v3.0.0
5142026-08-19T02:30:55.393Z Downloaded half v1.8.3
5152026-08-19T02:30:55.393Z Downloaded assert_matches v1.5.0
5162026-08-19T02:30:55.393Z Downloaded bcrypt-pbkdf v0.11.0
5172026-08-19T02:30:55.393Z Downloaded futures-io v0.3.32
5182026-08-19T02:30:55.393Z Downloaded anstyle-parse v0.2.7
5192026-08-19T02:30:55.396Z Downloaded futures-macro v0.3.32
5202026-08-19T02:30:55.396Z Downloaded fxhash v0.2.1
5212026-08-19T02:30:55.399Z Downloaded float-ord v0.3.2
5222026-08-19T02:30:55.399Z Downloaded gethostname v0.5.0
5232026-08-19T02:30:55.399Z Downloaded group v0.14.0
5242026-08-19T02:30:55.402Z Downloaded bit-set v0.8.0
5252026-08-19T02:30:55.402Z Downloaded find-msvc-tools v0.1.9
5262026-08-19T02:30:55.406Z Downloaded base16ct v0.2.0
5272026-08-19T02:30:55.406Z Downloaded bb8 v0.8.6
5282026-08-19T02:30:55.407Z Downloaded block-padding v0.4.2
5292026-08-19T02:30:55.408Z Downloaded env_filter v2.0.0
5302026-08-19T02:30:55.412Z Downloaded fixedbitset v0.4.2
5312026-08-19T02:30:55.412Z Downloaded foreign-types-shared v0.1.1
5322026-08-19T02:30:55.412Z Downloaded async-trait v0.1.89
5332026-08-19T02:30:55.412Z Downloaded foreign-types v0.3.2
5342026-08-19T02:30:55.412Z Downloaded futures-core v0.3.32
5352026-08-19T02:30:55.412Z Downloaded globwalk v0.9.1
5362026-08-19T02:30:55.412Z Downloaded httpdate v1.0.3
5372026-08-19T02:30:55.415Z Downloaded hubpack v0.1.2
5382026-08-19T02:30:55.415Z Downloaded castaway v0.2.4
5392026-08-19T02:30:55.415Z Downloaded hex-literal v1.1.0
5402026-08-19T02:30:55.418Z Downloaded flagset v0.4.7
5412026-08-19T02:30:55.421Z Downloaded fixedbitset v0.5.7
5422026-08-19T02:30:55.424Z Downloaded ff v0.14.0
5432026-08-19T02:30:55.424Z Downloaded form_urlencoded v1.2.2
5442026-08-19T02:30:55.427Z Downloaded cfg_aliases v0.1.1
5452026-08-19T02:30:55.427Z Downloaded cfg_aliases v0.2.1
5462026-08-19T02:30:55.427Z Downloaded ena v0.14.4
5472026-08-19T02:30:55.427Z Downloaded futures-executor v0.3.32
5482026-08-19T02:30:55.430Z Downloaded futures-sink v0.3.32
5492026-08-19T02:30:55.430Z Downloaded ciborium-io v0.2.2
5502026-08-19T02:30:55.433Z Downloaded bit-vec v0.8.0
5512026-08-19T02:30:55.433Z Downloaded home v0.5.12
5522026-08-19T02:30:55.436Z Downloaded foreign-types-macros v0.2.3
5532026-08-19T02:30:55.436Z Downloaded hostname v0.3.1
5542026-08-19T02:30:55.439Z Downloaded cobs v0.3.0
5552026-08-19T02:30:55.439Z Downloaded hostname v0.4.2
5562026-08-19T02:30:55.442Z Downloaded password-hash v0.6.1
5572026-08-19T02:30:55.445Z Downloaded hex v0.4.3
5582026-08-19T02:30:55.445Z Downloaded http-range v0.1.5
5592026-08-19T02:30:55.445Z Downloaded base16ct v1.0.0
5602026-08-19T02:30:55.445Z Downloaded http-body v1.0.1
5612026-08-19T02:30:55.448Z Downloaded hash32 v0.3.1
5622026-08-19T02:30:55.448Z Downloaded hubpack_derive v0.1.1
5632026-08-19T02:30:55.448Z Downloaded openssl-macros v0.1.1
5642026-08-19T02:30:55.448Z Downloaded ciborium-ll v0.2.2
5652026-08-19T02:30:55.451Z Downloaded nodrop v0.1.14
5662026-08-19T02:30:55.454Z Downloaded headers-core v0.3.0
5672026-08-19T02:30:55.457Z Downloaded compression-core v0.4.31
5682026-08-19T02:30:55.457Z Downloaded num_threads v0.1.7
5692026-08-19T02:30:55.457Z Downloaded newline-converter v0.3.0
5702026-08-19T02:30:55.464Z Downloaded num-iter v0.1.45
5712026-08-19T02:30:55.467Z Downloaded progenitor-macro v0.14.0
5722026-08-19T02:30:55.467Z Downloaded async-bb8-diesel v0.2.1
5732026-08-19T02:30:55.467Z Downloaded bitfield v0.19.4
5742026-08-19T02:30:55.470Z Downloaded cassowary v0.3.0
5752026-08-19T02:30:55.470Z Downloaded oso-derive v0.27.3
5762026-08-19T02:30:55.470Z Downloaded elliptic-curve v0.14.1
5772026-08-19T02:30:55.470Z Downloaded enum_dispatch v0.3.13
5782026-08-19T02:30:55.473Z Downloaded env_logger v0.11.11
5792026-08-19T02:30:55.476Z Downloaded foldhash v0.2.0
5802026-08-19T02:30:55.476Z Downloaded psl-types v2.0.11
5812026-08-19T02:30:55.481Z Downloaded block-buffer v0.12.1
5822026-08-19T02:30:55.481Z Downloaded bcs v0.1.6
5832026-08-19T02:30:55.481Z Downloaded bs58 v0.5.1
5842026-08-19T02:30:55.481Z Downloaded rfc6979 v0.4.0
5852026-08-19T02:30:55.481Z Downloaded futures-channel v0.3.32
5862026-08-19T02:30:55.483Z Downloaded compression-codecs v0.4.37
5872026-08-19T02:30:55.487Z Downloaded bitflags v1.3.2
5882026-08-19T02:30:55.487Z Downloaded proc-macro-error-attr2 v2.0.0
5892026-08-19T02:30:55.490Z Downloaded rtoolbox v0.0.3
5902026-08-19T02:30:55.490Z Downloaded seq-macro v0.3.6
5912026-08-19T02:30:55.493Z Downloaded rand_pcg v0.10.2
5922026-08-19T02:30:55.493Z Downloaded ref-cast-impl v1.0.25
5932026-08-19T02:30:55.493Z Downloaded progenitor-client v0.14.0
5942026-08-19T02:30:55.493Z Downloaded sapling-renderdag v0.1.0
5952026-08-19T02:30:55.493Z Downloaded serde_spanned v1.1.1
5962026-08-19T02:30:55.496Z Downloaded serde_repr v0.1.20
5972026-08-19T02:30:55.496Z Downloaded sha1 v0.10.6
5982026-08-19T02:30:55.496Z Downloaded sha1 v0.11.0
5992026-08-19T02:30:55.499Z Downloaded scroll_derive v0.13.1
6002026-08-19T02:30:55.499Z Downloaded signal-hook-tokio v0.3.1
6012026-08-19T02:30:55.502Z Downloaded heapless v0.7.17
6022026-08-19T02:30:55.505Z Downloaded foldhash v0.1.5
6032026-08-19T02:30:55.505Z Downloaded git-stub v1.0.0
6042026-08-19T02:30:55.505Z Downloaded byte-wrapper v0.1.0
6052026-08-19T02:30:55.508Z Downloaded glob v0.3.3
6062026-08-19T02:30:55.508Z Downloaded buf-list v1.1.2
6072026-08-19T02:30:55.511Z Downloaded blowfish v0.10.0
6082026-08-19T02:30:55.511Z Downloaded cmov v0.5.4
6092026-08-19T02:30:55.515Z Downloaded cipher v0.5.2
6102026-08-19T02:30:55.515Z Downloaded git-stub-vcs v0.1.0
6112026-08-19T02:30:55.515Z Downloaded http-body-util v0.1.3
6122026-08-19T02:30:55.519Z Downloaded globset v0.4.18
6132026-08-19T02:30:55.519Z Downloaded pem-rfc7468 v0.7.0
6142026-08-19T02:30:55.519Z Downloaded slog-bunyan v2.5.0
6152026-08-19T02:30:55.519Z Downloaded highway v1.3.0
6162026-08-19T02:30:55.519Z Downloaded cbc v0.2.1
6172026-08-19T02:30:55.519Z Downloaded newtype-uuid v1.3.2
6182026-08-19T02:30:55.522Z Downloaded phf v0.13.1
6192026-08-19T02:30:55.522Z Downloaded ciborium v0.2.2
6202026-08-19T02:30:55.523Z Downloaded camino-tempfile-ext v0.3.3
6212026-08-19T02:30:55.523Z Downloaded num-integer v0.1.46
6222026-08-19T02:30:55.526Z Downloaded parse-display-derive v0.10.0
6232026-08-19T02:30:55.526Z Downloaded strsim v0.10.0
6242026-08-19T02:30:55.526Z Downloaded strum v0.27.2
6252026-08-19T02:30:55.526Z Downloaded fallible-iterator v0.2.0
6262026-08-19T02:30:55.526Z Downloaded packed_struct v0.10.1
6272026-08-19T02:30:55.529Z Downloaded poly1305 v0.8.0
6282026-08-19T02:30:55.532Z Downloaded getrandom v0.2.17
6292026-08-19T02:30:55.533Z Downloaded blake2 v0.11.0-rc.6
6302026-08-19T02:30:55.536Z Downloaded postgres-protocol v0.6.10
6312026-08-19T02:30:55.536Z Downloaded pin-project-internal v1.1.11
6322026-08-19T02:30:55.539Z Downloaded thiserror-impl-no-std v2.0.2
6332026-08-19T02:30:55.539Z Downloaded psm v0.1.30
6342026-08-19T02:30:55.539Z Downloaded resolv-conf v0.7.6
6352026-08-19T02:30:55.542Z Downloaded cancel-safe-futures v0.1.5
6362026-08-19T02:30:55.542Z Downloaded colored v3.1.1
6372026-08-19T02:30:55.542Z Downloaded colored v2.2.0
6382026-08-19T02:30:55.546Z Downloaded blake2 v0.10.6
6392026-08-19T02:30:55.546Z Downloaded bzip2 v0.6.1
6402026-08-19T02:30:55.549Z Downloaded chacha20 v0.10.0
6412026-08-19T02:30:55.549Z Downloaded hmac v0.12.1
6422026-08-19T02:30:55.549Z Downloaded cexpr v0.6.0
6432026-08-19T02:30:55.552Z Downloaded rand_chacha v0.9.0
6442026-08-19T02:30:55.552Z Downloaded testing_table v0.3.0
6452026-08-19T02:30:55.552Z Downloaded progenitor-client v0.13.0
6462026-08-19T02:30:55.552Z Downloaded unarray v0.1.4
6472026-08-19T02:30:55.552Z Downloaded usdt v0.6.0
6482026-08-19T02:30:55.552Z Downloaded want v0.3.1
6492026-08-19T02:30:55.552Z Downloaded flume v0.11.1
6502026-08-19T02:30:55.555Z Downloaded universal-hash v0.6.1
6512026-08-19T02:30:55.555Z Downloaded yoke-derive v0.8.1
6522026-08-19T02:30:55.555Z Downloaded slog-envlogger v2.2.0
6532026-08-19T02:30:55.558Z Downloaded rustls-native-certs v0.8.3
6542026-08-19T02:30:55.561Z Downloaded scrypt v0.12.0
6552026-08-19T02:30:55.561Z Downloaded serdect v0.4.3
6562026-08-19T02:30:55.561Z Downloaded simd-adler32 v0.3.8
6572026-08-19T02:30:55.564Z Downloaded usdt-attr-macro v0.6.0
6582026-08-19T02:30:55.564Z Downloaded chacha20 v0.9.1
6592026-08-19T02:30:55.567Z Downloaded console v0.16.2
6602026-08-19T02:30:55.568Z Downloaded crc-catalog v2.4.0
6612026-08-19T02:30:55.570Z Downloaded clang-sys v1.8.1
6622026-08-19T02:30:55.571Z Downloaded slog-dtrace v0.3.0
6632026-08-19T02:30:55.574Z Downloaded ssh-encoding v0.3.0
6642026-08-19T02:30:55.574Z Downloaded xshell-macros v0.2.7
6652026-08-19T02:30:55.574Z Downloaded zone_cfg_derive v0.3.1
6662026-08-19T02:30:55.580Z Downloaded httparse v1.10.1
6672026-08-19T02:30:55.583Z Downloaded slog-async v2.8.0
6682026-08-19T02:30:55.583Z Downloaded support-bundle-viewer v0.1.2
6692026-08-19T02:30:55.586Z Downloaded tiny-keccak v2.0.2
6702026-08-19T02:30:55.586Z Downloaded tinystr v0.8.2
6712026-08-19T02:30:55.586Z Downloaded zeroize_derive v1.5.0
6722026-08-19T02:30:55.589Z Downloaded zone v0.3.1
6732026-08-19T02:30:55.589Z Downloaded peg-macros v0.8.5
6742026-08-19T02:30:55.590Z Downloaded strum_macros v0.24.3
6752026-08-19T02:30:55.590Z Downloaded crunchy v0.2.4
6762026-08-19T02:30:55.590Z Downloaded darling_macro v0.20.11
6772026-08-19T02:30:55.593Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6782026-08-19T02:30:55.593Z Downloaded toml_writer v1.1.1+spec-1.1.0
6792026-08-19T02:30:55.593Z Downloaded debug-ignore v1.0.5
6802026-08-19T02:30:55.596Z Downloaded defmt-parser v1.0.0
6812026-08-19T02:30:55.596Z Downloaded synstructure v0.13.2
6822026-08-19T02:30:55.596Z Downloaded hmac v0.13.0
6832026-08-19T02:30:55.596Z Downloaded const-oid v0.9.6
6842026-08-19T02:30:55.599Z Downloaded tagptr v0.2.0
6852026-08-19T02:30:55.599Z Downloaded parking_lot v0.11.2
6862026-08-19T02:30:55.602Z Downloaded dunce v1.0.5
6872026-08-19T02:30:55.602Z Downloaded rustc_version v0.4.1
6882026-08-19T02:30:55.608Z Downloaded hyper-tls v0.6.0
6892026-08-19T02:30:55.611Z Downloaded whoami v1.6.1
6902026-08-19T02:30:55.611Z Downloaded dirs-sys-next v0.1.2
6912026-08-19T02:30:55.611Z Downloaded dof v0.4.0
6922026-08-19T02:30:55.611Z Downloaded futures v0.3.32
6932026-08-19T02:30:55.614Z Downloaded tokio-dtrace v0.1.1
6942026-08-19T02:30:55.617Z Downloaded base64 v0.22.1
6952026-08-19T02:30:55.618Z Downloaded rustls-pemfile v2.2.0
6962026-08-19T02:30:55.622Z Downloaded rustls-pki-types v1.14.0
6972026-08-19T02:30:55.626Z Downloaded vergen-git2 v9.1.0
6982026-08-19T02:30:55.629Z Downloaded wyz v0.5.1
6992026-08-19T02:30:55.629Z Downloaded bzip2 v0.4.4
7002026-08-19T02:30:55.629Z Downloaded illumos-nvpair-sys v0.2.0
7012026-08-19T02:30:55.632Z Downloaded instability v0.3.11
7022026-08-19T02:30:55.632Z Downloaded internet-checksum v0.2.1
7032026-08-19T02:30:55.632Z Downloaded is-terminal v0.4.17
7042026-08-19T02:30:55.632Z Downloaded match_cfg v0.1.0
7052026-08-19T02:30:55.632Z Downloaded lalrpop-util v0.19.12
7062026-08-19T02:30:55.632Z Downloaded kem v0.3.0
7072026-08-19T02:30:55.636Z Downloaded md5 v0.8.0
7082026-08-19T02:30:55.636Z Downloaded mime v0.3.17
7092026-08-19T02:30:55.636Z Downloaded oso v0.27.3
7102026-08-19T02:30:55.639Z Downloaded multimap v0.10.1
7112026-08-19T02:30:55.641Z Downloaded nonempty v0.12.0
7122026-08-19T02:30:55.641Z Downloaded corncobs v0.1.4
7132026-08-19T02:30:55.644Z Downloaded num_enum_derive v0.5.11
7142026-08-19T02:30:55.647Z Downloaded getrandom v0.4.3
7152026-08-19T02:30:55.647Z Downloaded peg-runtime v0.8.5
7162026-08-19T02:30:55.651Z Downloaded ctr v0.10.1
7172026-08-19T02:30:55.651Z Downloaded percent-encoding v2.3.2
7182026-08-19T02:30:55.653Z Downloaded pkcs5 v0.8.1
7192026-08-19T02:30:55.656Z Downloaded console v0.15.11
7202026-08-19T02:30:55.659Z Downloaded openssl-probe v0.1.6
7212026-08-19T02:30:55.659Z Downloaded openssl-probe v0.2.1
7222026-08-19T02:30:55.659Z Downloaded predicates-core v1.0.10
7232026-08-19T02:30:55.663Z Downloaded unicode-properties v0.1.4
7242026-08-19T02:30:55.663Z Downloaded prefix-trie v0.7.0
7252026-08-19T02:30:55.666Z Downloaded diesel-dtrace v0.5.0
7262026-08-19T02:30:55.666Z Downloaded potential_utf v0.1.4
7272026-08-19T02:30:55.669Z Downloaded rand_chacha v0.3.1
7282026-08-19T02:30:55.669Z Downloaded recursive v0.1.1
7292026-08-19T02:30:55.669Z Downloaded dtrace-parser v0.3.0
7302026-08-19T02:30:55.674Z Downloaded backtrace v0.3.76
7312026-08-19T02:30:55.674Z Downloaded serde_cbor v0.11.2
7322026-08-19T02:30:55.674Z Downloaded ar_archive_writer v0.5.1
7332026-08-19T02:30:55.677Z Downloaded base64 v0.21.7
7342026-08-19T02:30:55.680Z Downloaded chacha20poly1305 v0.10.1
7352026-08-19T02:30:55.680Z Downloaded chumsky v0.9.3
7362026-08-19T02:30:55.680Z Downloaded bytes v1.11.1
7372026-08-19T02:30:55.684Z Downloaded headers v0.4.1
7382026-08-19T02:30:55.687Z Downloaded rustc-hash v2.1.1
7392026-08-19T02:30:55.690Z Downloaded secrecy v0.8.0
7402026-08-19T02:30:55.690Z Downloaded term v1.2.1
7412026-08-19T02:30:55.690Z Downloaded secrecy v0.10.3
7422026-08-19T02:30:55.694Z Downloaded serde_plain v1.0.2
7432026-08-19T02:30:55.698Z Downloaded slog v2.8.2
7442026-08-19T02:30:55.701Z Downloaded tui-tree-widget v0.23.1
7452026-08-19T02:30:55.704Z Downloaded miette-derive v7.6.0
7462026-08-19T02:30:55.704Z Downloaded parse-display v0.10.0
7472026-08-19T02:30:55.705Z Downloaded vergen v9.1.0
7482026-08-19T02:30:55.708Z Downloaded lazy_static v1.5.0
7492026-08-19T02:30:55.711Z Downloaded multer v3.1.0
7502026-08-19T02:30:55.714Z Downloaded termtree v0.5.1
7512026-08-19T02:30:55.714Z Downloaded sync_wrapper v1.0.2
7522026-08-19T02:30:55.718Z Downloaded tap v1.0.1
7532026-08-19T02:30:55.718Z Downloaded tokio-macros v2.7.0
7542026-08-19T02:30:55.718Z Downloaded darling v0.20.11
7552026-08-19T02:30:55.722Z Downloaded num-rational v0.4.2
7562026-08-19T02:30:55.725Z Downloaded hashbrown v0.13.2
7572026-08-19T02:30:55.728Z Downloaded postcard v1.1.3
7582026-08-19T02:30:55.731Z Downloaded generic-array v1.4.3
7592026-08-19T02:30:55.731Z Downloaded half v2.7.1
7602026-08-19T02:30:55.734Z Downloaded port-file v0.1.0
7612026-08-19T02:30:55.734Z Downloaded primeorder v0.13.6
7622026-08-19T02:30:55.734Z Downloaded oxnet v0.1.6
7632026-08-19T02:30:55.738Z Downloaded phc v0.6.1
7642026-08-19T02:30:55.739Z Downloaded radium v0.7.0
7652026-08-19T02:30:55.739Z Downloaded utf-8 v0.7.6
7662026-08-19T02:30:55.742Z Downloaded p256 v0.14.0
7672026-08-19T02:30:55.746Z Downloaded hybrid-array v0.4.13
7682026-08-19T02:30:55.749Z Downloaded compact_str v0.8.1
7692026-08-19T02:30:55.752Z Downloaded derive_builder v0.20.2
7702026-08-19T02:30:55.755Z Downloaded ingot-macros v0.2.0
7712026-08-19T02:30:55.755Z Downloaded primeorder v0.14.0
7722026-08-19T02:30:55.755Z Downloaded serde_with_macros v1.5.2
7732026-08-19T02:30:55.758Z Downloaded wait-timeout v0.2.1
7742026-08-19T02:30:55.758Z Downloaded wnaf v0.14.0
7752026-08-19T02:30:55.758Z Downloaded cstr-argument v0.1.2
7762026-08-19T02:30:55.761Z Downloaded expectorate v1.2.0
7772026-08-19T02:30:55.761Z Downloaded pretty_assertions v1.4.1
7782026-08-19T02:30:55.761Z Downloaded cpubits v0.1.1
7792026-08-19T02:30:55.764Z Downloaded flate2 v1.1.9
7802026-08-19T02:30:55.769Z Downloaded litemap v0.8.1
7812026-08-19T02:30:55.772Z Downloaded slog-stdlog v4.1.1
7822026-08-19T02:30:55.772Z Downloaded litrs v1.0.0
7832026-08-19T02:30:55.775Z Downloaded parking_lot_core v0.9.12
7842026-08-19T02:30:55.775Z Downloaded rand_seeder v0.4.0
7852026-08-19T02:30:55.775Z Downloaded rusty-fork v0.3.1
7862026-08-19T02:30:55.778Z Downloaded diesel_table_macro_syntax v0.3.0
7872026-08-19T02:30:55.778Z Downloaded static_assertions v1.1.0
7882026-08-19T02:30:55.781Z Downloaded darling_macro v0.23.0
7892026-08-19T02:30:55.781Z Downloaded derive_builder_macro v0.20.2
7902026-08-19T02:30:55.781Z Downloaded tracing-attributes v0.1.31
7912026-08-19T02:30:55.781Z Downloaded dyn-clone v1.0.20
7922026-08-19T02:30:55.784Z Downloaded smf v0.2.3
7932026-08-19T02:30:55.785Z Downloaded spki v0.8.0
7942026-08-19T02:30:55.785Z Downloaded crc-any v2.5.0
7952026-08-19T02:30:55.788Z Downloaded inout v0.2.2
7962026-08-19T02:30:55.788Z Downloaded rcgen v0.12.1
7972026-08-19T02:30:55.788Z Downloaded string_cache v0.8.9
7982026-08-19T02:30:55.791Z Downloaded spki v0.7.3
7992026-08-19T02:30:55.794Z Downloaded thread_local v1.1.9
8002026-08-19T02:30:55.797Z Downloaded crossbeam-utils v0.8.21
8012026-08-19T02:30:55.801Z Downloaded heapless v0.8.0
8022026-08-19T02:30:55.805Z Downloaded unicode-truncate v1.1.0
8032026-08-19T02:30:55.808Z Downloaded indoc v1.0.9
8042026-08-19T02:30:55.808Z Downloaded instant v0.1.13
8052026-08-19T02:30:55.812Z Downloaded typify-macro v0.6.2
8062026-08-19T02:30:55.812Z Downloaded bumpalo v3.20.2
8072026-08-19T02:30:55.816Z Downloaded linked-hash-map v0.5.6
8082026-08-19T02:30:55.816Z Downloaded memoffset v0.9.1
8092026-08-19T02:30:55.816Z Downloaded hickory-resolver v0.24.4
8102026-08-19T02:30:55.816Z Downloaded illumos-nvpair v0.3.0
8112026-08-19T02:30:55.819Z Downloaded libscf-sys v1.2.0
8122026-08-19T02:30:55.819Z Downloaded vergen-lib v0.1.6
8132026-08-19T02:30:55.822Z Downloaded rustc-demangle v0.1.27
8142026-08-19T02:30:55.825Z Downloaded writeable v0.6.2
8152026-08-19T02:30:55.828Z Downloaded zstd v0.13.3
8162026-08-19T02:30:55.835Z Downloaded packed_struct_codegen v0.10.1
8172026-08-19T02:30:55.839Z Downloaded constant_time_eq v0.4.2
8182026-08-19T02:30:55.842Z Downloaded newtype-uuid-macros v0.1.0
8192026-08-19T02:30:55.842Z Downloaded phf_shared v0.13.1
8202026-08-19T02:30:55.842Z Downloaded crossbeam-deque v0.8.6
8212026-08-19T02:30:55.842Z Downloaded icu_provider v2.1.1
8222026-08-19T02:30:55.845Z Downloaded sha2 v0.11.0
8232026-08-19T02:30:55.845Z Downloaded defmt v1.0.1
8242026-08-19T02:30:55.848Z Downloaded omicron-zone-package v0.12.3
8252026-08-19T02:30:55.851Z Downloaded stringprep v0.1.5
8262026-08-19T02:30:55.851Z Downloaded deranged v0.5.8
8272026-08-19T02:30:55.851Z Downloaded schemars v1.2.1
8282026-08-19T02:30:55.858Z Downloaded humantime v2.3.0
8292026-08-19T02:30:55.862Z Downloaded precomputed-hash v0.1.1
8302026-08-19T02:30:55.862Z Downloaded darling v0.13.4
8312026-08-19T02:30:55.863Z Downloaded displaydoc v0.2.5
8322026-08-19T02:30:55.904Z Downloaded tokio-stream v0.1.18
8332026-08-19T02:30:55.904Z Downloaded ecdsa v0.16.9
8342026-08-19T02:30:55.904Z Downloaded libefi-sys v0.1.0
8352026-08-19T02:30:55.904Z Downloaded quick-error v1.2.3
8362026-08-19T02:30:55.904Z Downloaded rand_xorshift v0.4.0
8372026-08-19T02:30:55.904Z Downloaded progenitor-impl v0.13.0
8382026-08-19T02:30:55.904Z Downloaded zerotrie v0.2.3
8392026-08-19T02:30:55.905Z Downloaded russh-cryptovec v0.62.0
8402026-08-19T02:30:55.905Z Downloaded scheduled-thread-pool v0.2.7
8412026-08-19T02:30:55.905Z Downloaded hickory-resolver v0.25.2
8422026-08-19T02:30:55.905Z Downloaded signature v2.2.0
8432026-08-19T02:30:55.905Z Downloaded cc v1.2.56
8442026-08-19T02:30:55.905Z Downloaded stable_deref_trait v1.2.1
8452026-08-19T02:30:55.905Z Downloaded nom v7.1.3
8462026-08-19T02:30:55.905Z Downloaded darling_core v0.20.11
8472026-08-19T02:30:55.905Z Downloaded linear-map v1.2.0
8482026-08-19T02:30:55.905Z Downloaded maplit v1.0.2
8492026-08-19T02:30:55.905Z Downloaded same-file v1.0.6
8502026-08-19T02:30:55.905Z Downloaded crossbeam-epoch v0.9.18
8512026-08-19T02:30:55.905Z Downloaded serde_with_macros v3.21.0
8522026-08-19T02:30:55.905Z Downloaded cookie_store v0.22.1
8532026-08-19T02:30:55.905Z Downloaded siphasher v1.0.2
8542026-08-19T02:30:55.905Z Downloaded take_mut v0.2.2
8552026-08-19T02:30:55.905Z Downloaded supports-hyperlinks v3.2.0
8562026-08-19T02:30:55.910Z Downloaded tokio-test v0.4.5
8572026-08-19T02:30:55.910Z Downloaded universal-hash v0.5.1
8582026-08-19T02:30:55.910Z Downloaded topological-sort v0.2.2
8592026-08-19T02:30:55.913Z Downloaded http v1.4.2
8602026-08-19T02:30:55.916Z Downloaded proc-macro-crate v1.3.1
8612026-08-19T02:30:55.919Z Downloaded schemars v0.8.22
8622026-08-19T02:30:55.923Z Downloaded pem-rfc7468 v1.0.0
8632026-08-19T02:30:55.926Z Downloaded polyval v0.7.1
8642026-08-19T02:30:55.926Z Downloaded iana-time-zone v0.1.65
8652026-08-19T02:30:55.930Z Downloaded tinyvec v1.10.0
8662026-08-19T02:30:55.930Z Downloaded aes v0.9.1
8672026-08-19T02:30:55.933Z Downloaded tungstenite v0.23.0
8682026-08-19T02:30:55.936Z Downloaded progenitor-impl v0.14.0
8692026-08-19T02:30:55.936Z Downloaded toml_parser v1.1.2+spec-1.1.0
8702026-08-19T02:30:55.939Z Downloaded progenitor-extras v0.2.0
8712026-08-19T02:30:55.939Z Downloaded toml v0.7.8
8722026-08-19T02:30:55.942Z Downloaded cpufeatures v0.3.0
8732026-08-19T02:30:55.942Z Downloaded defmt v0.3.100
8742026-08-19T02:30:55.945Z Downloaded crucible-workspace-hack v0.1.0
8752026-08-19T02:30:55.945Z Downloaded rayon-core v1.13.0
8762026-08-19T02:30:55.950Z Downloaded schemars_derive v0.8.22
8772026-08-19T02:30:55.953Z Downloaded hashbrown v0.12.3
8782026-08-19T02:30:55.953Z Downloaded dirs-next v2.0.0
8792026-08-19T02:30:55.956Z Downloaded hickory-server v0.25.2
8802026-08-19T02:30:55.959Z Downloaded serde_derive_internals v0.29.1
8812026-08-19T02:30:55.959Z Downloaded serde_path_to_error v0.1.20
8822026-08-19T02:30:55.959Z Downloaded strum_macros v0.27.2
8832026-08-19T02:30:55.962Z Downloaded thiserror-no-std v2.0.2
8842026-08-19T02:30:55.962Z Downloaded serde_yaml v0.9.34+deprecated
8852026-08-19T02:30:55.965Z Downloaded snafu-derive v0.8.9
8862026-08-19T02:30:55.965Z Downloaded slog-term v2.9.2
8872026-08-19T02:30:55.969Z Downloaded tabwriter v1.4.1
8882026-08-19T02:30:55.969Z Downloaded tls_codec v0.4.2
8892026-08-19T02:30:55.973Z Downloaded is_ci v1.2.0
8902026-08-19T02:30:55.973Z Downloaded derive_more v2.1.1
8912026-08-19T02:30:55.979Z Downloaded oxide-update-engine v0.1.2
8922026-08-19T02:30:55.982Z Downloaded num-bigint-dig v0.8.6
8932026-08-19T02:30:55.985Z Downloaded kstat-rs v0.2.5
8942026-08-19T02:30:55.985Z Downloaded lru-slab v0.1.2
8952026-08-19T02:30:55.985Z Downloaded md-5 v0.10.6
8962026-08-19T02:30:55.988Z Downloaded nibble_vec v0.1.0
8972026-08-19T02:30:55.988Z Downloaded num v0.4.3
8982026-08-19T02:30:55.988Z Downloaded opaque-debug v0.3.1
8992026-08-19T02:30:55.991Z Downloaded uzers v0.12.2
9002026-08-19T02:30:55.994Z Downloaded icu_locale_core v2.1.1
9012026-08-19T02:30:55.998Z Downloaded typed-path v0.9.3
9022026-08-19T02:30:56.001Z Downloaded poly1305 v0.9.0
9032026-08-19T02:30:56.004Z Downloaded vsss-rs v3.3.4
9042026-08-19T02:30:56.004Z Downloaded toml_edit v0.23.10+spec-1.0.0
9052026-08-19T02:30:56.007Z Downloaded powerfmt v0.2.0
9062026-08-19T02:30:56.008Z Downloaded zeroize v1.9.0
9072026-08-19T02:30:56.008Z Downloaded snafu v0.8.9
9082026-08-19T02:30:56.011Z Downloaded unicode_categories v0.1.1
9092026-08-19T02:30:56.014Z Downloaded csv-core v0.1.13
9102026-08-19T02:30:56.014Z Downloaded predicates-tree v1.0.13
9112026-08-19T02:30:56.014Z Downloaded aes-gcm v0.11.0
9122026-08-19T02:30:56.017Z Downloaded indicatif v0.18.4
9132026-08-19T02:30:56.017Z Downloaded quinn-udp v0.5.14
9142026-08-19T02:30:56.017Z Downloaded const_format_proc_macros v0.2.34
9152026-08-19T02:30:56.021Z Downloaded critical-section v1.2.0
9162026-08-19T02:30:56.022Z Downloaded derive_builder_core v0.20.2
9172026-08-19T02:30:56.022Z Downloaded data-encoding v2.10.0
9182026-08-19T02:30:56.022Z Downloaded progenitor-macro v0.13.0
9192026-08-19T02:30:56.022Z Downloaded hkdf v0.13.0
9202026-08-19T02:30:56.025Z Downloaded futures-util v0.3.32
9212026-08-19T02:30:56.028Z Downloaded zerocopy-derive v0.8.55
9222026-08-19T02:30:56.033Z Downloaded hyper-staticfile v0.10.1
9232026-08-19T02:30:56.038Z Downloaded ssh-cipher v0.3.0
9242026-08-19T02:30:56.038Z Downloaded knus-derive v3.4.0
9252026-08-19T02:30:56.038Z Downloaded rfc6979 v0.6.0
9262026-08-19T02:30:56.038Z Downloaded semver v0.1.20
9272026-08-19T02:30:56.038Z Downloaded supports-color v3.0.2
9282026-08-19T02:30:56.041Z Downloaded shell-words v1.1.1
9292026-08-19T02:30:56.044Z Downloaded indoc v2.0.7
9302026-08-19T02:30:56.048Z Downloaded ingot v0.2.1
9312026-08-19T02:30:56.048Z Downloaded keccak v0.2.0
9322026-08-19T02:30:56.048Z Downloaded steno v0.4.1
9332026-08-19T02:30:56.051Z Downloaded zip v0.6.6
9342026-08-19T02:30:56.051Z Downloaded num-traits v0.2.19
9352026-08-19T02:30:56.054Z Downloaded papergrid v0.18.0
9362026-08-19T02:30:56.057Z Downloaded pkcs1 v0.8.0-rc.4
9372026-08-19T02:30:56.057Z Downloaded strip-ansi-escapes v0.2.1
9382026-08-19T02:30:56.057Z Downloaded tinyvec_macros v0.1.1
9392026-08-19T02:30:56.057Z Downloaded tokio-rustls v0.26.4
9402026-08-19T02:30:56.060Z Downloaded tower-layer v0.3.3
9412026-08-19T02:30:56.060Z Downloaded ed25519-dalek v3.0.0
9422026-08-19T02:30:56.060Z Downloaded nanorand v0.7.0
9432026-08-19T02:30:56.063Z Downloaded num_enum v0.5.11
9442026-08-19T02:30:56.066Z Downloaded schemars v0.9.0
9452026-08-19T02:30:56.070Z Downloaded trait-variant v0.1.2
9462026-08-19T02:30:56.073Z Downloaded zerofrom v0.1.6
9472026-08-19T02:30:56.073Z Downloaded zerofrom-derive v0.1.6
9482026-08-19T02:30:56.073Z Downloaded diesel_derives v2.3.7
9492026-08-19T02:30:56.077Z Downloaded yasna v0.5.2
9502026-08-19T02:30:56.080Z Downloaded serde_urlencoded v0.7.1
9512026-08-19T02:30:56.080Z Downloaded knus v3.4.0
9522026-08-19T02:30:56.083Z Downloaded downcast-rs v2.0.2
9532026-08-19T02:30:56.086Z Downloaded ron v0.8.1
9542026-08-19T02:30:56.089Z Downloaded rand_core v0.9.5
9552026-08-19T02:30:56.092Z Downloaded hashbrown v0.16.1
9562026-08-19T02:30:56.092Z Downloaded url v2.5.8
9572026-08-19T02:30:56.097Z Downloaded hashbrown v0.15.5
9582026-08-19T02:30:56.101Z Downloaded crypto-common v0.2.2
9592026-08-19T02:30:56.101Z Downloaded hashbrown v0.14.5
9602026-08-19T02:30:56.101Z Downloaded ecdsa v0.17.0
9612026-08-19T02:30:56.104Z Downloaded slab v0.4.12
9622026-08-19T02:30:56.104Z Downloaded indent_write v2.2.0
9632026-08-19T02:30:56.104Z Downloaded miniz_oxide v0.8.9
9642026-08-19T02:30:56.107Z Downloaded vte v0.14.1
9652026-08-19T02:30:56.107Z Downloaded num-conv v0.2.0
9662026-08-19T02:30:56.107Z Downloaded num-derive v0.4.2
9672026-08-19T02:30:56.107Z Downloaded diff v0.1.13
9682026-08-19T02:30:56.111Z Downloaded slog-json v2.6.1
9692026-08-19T02:30:56.111Z Downloaded rand_core v0.10.0
9702026-08-19T02:30:56.111Z Downloaded lzss v0.8.2
9712026-08-19T02:30:56.118Z Downloaded stacker v0.1.23
9722026-08-19T02:30:56.121Z Downloaded darling_core v0.21.3
9732026-08-19T02:30:56.124Z Downloaded unsafe-libyaml v0.2.11
9742026-08-19T02:30:56.129Z Downloaded parking_lot v0.12.5
9752026-08-19T02:30:56.133Z Downloaded paste v1.0.15
9762026-08-19T02:30:56.133Z Downloaded xshell v0.2.7
9772026-08-19T02:30:56.136Z Downloaded aws-lc-rs v1.16.3
9782026-08-19T02:30:56.139Z Downloaded der v0.8.0
9792026-08-19T02:30:56.142Z Downloaded toml_edit v0.19.15
9802026-08-19T02:30:56.151Z Downloaded zopfli v0.8.3
9812026-08-19T02:30:56.154Z Downloaded rustc_version v0.1.7
9822026-08-19T02:30:56.154Z Downloaded serde_bytes v0.11.19
9832026-08-19T02:30:56.154Z Downloaded sponge-cursor v0.1.0
9842026-08-19T02:30:56.154Z Downloaded pem v3.0.6
9852026-08-19T02:30:56.157Z Downloaded digest v0.11.3
9862026-08-19T02:30:56.161Z Downloaded pkcs8 v0.11.0
9872026-08-19T02:30:56.162Z Downloaded signature v3.0.0
9882026-08-19T02:30:56.162Z Downloaded subtle v2.6.1
9892026-08-19T02:30:56.162Z Downloaded usdt-macro v0.6.0
9902026-08-19T02:30:56.162Z Downloaded utf8_iter v1.0.4
9912026-08-19T02:30:56.166Z Downloaded darling_core v0.13.4
9922026-08-19T02:30:56.166Z Downloaded drift v0.2.0
9932026-08-19T02:30:56.170Z Downloaded impl-trait-for-tuples v0.2.3
9942026-08-19T02:30:56.173Z Downloaded walkdir v2.5.0
9952026-08-19T02:30:56.173Z Downloaded daft-derive v0.1.7
9962026-08-19T02:30:56.176Z Downloaded libloading v0.8.9
9972026-08-19T02:30:56.176Z Downloaded xattr v1.6.1
9982026-08-19T02:30:56.176Z Downloaded aho-corasick v1.1.4
9992026-08-19T02:30:56.179Z Downloaded document-features v0.2.12
10002026-08-19T02:30:56.179Z Downloaded ed25519 v2.2.3
10012026-08-19T02:30:56.189Z Downloaded unicode-bidi v0.3.18
10022026-08-19T02:30:56.192Z Downloaded ignore v0.4.25
10032026-08-19T02:30:56.196Z Downloaded mime_guess v2.0.5
10042026-08-19T02:30:56.199Z Downloaded oxide-update-engine-display v0.1.2
10052026-08-19T02:30:56.199Z Downloaded dropshot-api-manager-types v0.8.0
10062026-08-19T02:30:56.202Z Downloaded maybe-uninit v2.0.0
10072026-08-19T02:30:56.205Z Downloaded jiff-static v0.2.34
10082026-08-19T02:30:56.205Z Downloaded reqwest v0.13.2
10092026-08-19T02:30:56.208Z Downloaded rsa v0.10.0-rc.18
10102026-08-19T02:30:56.211Z Downloaded tokio-tungstenite v0.21.0
10112026-08-19T02:30:56.211Z Downloaded tower-http v0.6.8
10122026-08-19T02:30:56.235Z Downloaded primefield v0.14.0
10132026-08-19T02:30:56.235Z Downloaded progenitor v0.14.0
10142026-08-19T02:30:56.235Z Downloaded yansi v1.0.1
10152026-08-19T02:30:56.273Z Downloaded proc-macro-crate v3.4.0
10162026-08-19T02:30:56.273Z Downloaded pin-project-lite v0.2.17
10172026-08-19T02:30:56.273Z Downloaded pin-project v1.1.11
10182026-08-19T02:30:56.273Z Downloaded ssh-key v0.7.0-rc.11
10192026-08-19T02:30:56.273Z Downloaded path-slash v0.1.5
10202026-08-19T02:30:56.273Z Downloaded ref-cast v1.0.25
10212026-08-19T02:30:56.274Z Downloaded rpassword v7.5.4
10222026-08-19T02:30:56.274Z Downloaded sigpipe v0.1.3
10232026-08-19T02:30:56.274Z Downloaded rustls-platform-verifier v0.6.2
10242026-08-19T02:30:56.274Z Downloaded usdt-impl v0.6.0
10252026-08-19T02:30:56.274Z Downloaded sqlformat v0.3.5
10262026-08-19T02:30:56.274Z Downloaded time-core v0.1.8
10272026-08-19T02:30:56.274Z Downloaded tls_codec_derive v0.4.2
10282026-08-19T02:30:56.274Z Downloaded curve25519-dalek-derive v0.1.1
10292026-08-19T02:30:56.275Z Downloaded shlex v1.3.0
10302026-08-19T02:30:56.275Z Downloaded zerovec-derive v0.11.2
10312026-08-19T02:30:56.275Z Downloaded zstd-safe v7.2.4
10322026-08-19T02:30:56.279Z Downloaded daft v0.1.7
10332026-08-19T02:30:56.280Z Downloaded num-bigint v0.4.6
10342026-08-19T02:30:56.280Z Downloaded spin v0.9.8
10352026-08-19T02:30:56.280Z Downloaded h2 v0.4.15
10362026-08-19T02:30:56.280Z Downloaded structmeta v0.3.0
10372026-08-19T02:30:56.280Z Downloaded waitgroup v0.1.2
10382026-08-19T02:30:56.280Z Downloaded dropshot-api-manager v0.8.0
10392026-08-19T02:30:56.280Z Downloaded libxml v0.3.3
10402026-08-19T02:30:56.280Z Downloaded test-strategy v0.4.5
10412026-08-19T02:30:56.280Z Downloaded lock_api v0.4.14
10422026-08-19T02:30:56.280Z Downloaded void v1.0.2
10432026-08-19T02:30:56.280Z Downloaded crc v3.4.0
10442026-08-19T02:30:56.280Z Downloaded darling_macro v0.13.4
10452026-08-19T02:30:56.280Z Downloaded difflib v0.4.0
10462026-08-19T02:30:56.280Z Downloaded keccak v0.1.6
10472026-08-19T02:30:56.283Z Downloaded dsl_auto_type v0.2.0
10482026-08-19T02:30:56.284Z Downloaded olpc-cjson v0.1.4
10492026-08-19T02:30:56.284Z Downloaded normalize-line-endings v0.3.0
10502026-08-19T02:30:56.284Z Downloaded typify v0.6.2
10512026-08-19T02:30:56.287Z Downloaded phf_shared v0.11.3
10522026-08-19T02:30:56.287Z Downloaded tokio-util v0.7.18
10532026-08-19T02:30:56.290Z Downloaded native-tls v0.2.18
10542026-08-19T02:30:56.293Z Downloaded unicode-segmentation v1.12.0
10552026-08-19T02:30:56.297Z Downloaded hyper-util v0.1.20
10562026-08-19T02:30:56.300Z Downloaded num_enum v0.7.6
10572026-08-19T02:30:56.300Z Downloaded oxide-tokio-rt v0.1.4
10582026-08-19T02:30:56.303Z Downloaded phf v0.12.1
10592026-08-19T02:30:56.303Z Downloaded rand_core v0.6.4
10602026-08-19T02:30:56.303Z Downloaded uuid v1.23.4
10612026-08-19T02:30:56.307Z Downloaded module-lattice v0.2.3
10622026-08-19T02:30:56.314Z Downloaded proc-macro-error2 v2.0.1
10632026-08-19T02:30:56.314Z Downloaded derive_more v0.99.20
10642026-08-19T02:30:56.320Z Downloaded sec1 v0.8.1
10652026-08-19T02:30:56.320Z Downloaded term v0.7.0
10662026-08-19T02:30:56.320Z Downloaded darling v0.21.3
10672026-08-19T02:30:56.329Z Downloaded sqlparser_derive v0.5.0
10682026-08-19T02:30:56.329Z Downloaded prettyplease v0.2.37
10692026-08-19T02:30:56.329Z Downloaded supports-unicode v3.0.0
10702026-08-19T02:30:56.329Z Downloaded termios v0.3.3
10712026-08-19T02:30:56.330Z Downloaded icu_collections v2.1.1
10722026-08-19T02:30:56.338Z Downloaded icu_properties v2.1.2
10732026-08-19T02:30:56.338Z Downloaded time-macros v0.2.27
10742026-08-19T02:30:56.338Z Downloaded ed25519-dalek v2.2.0
10752026-08-19T02:30:56.338Z Downloaded darling v0.23.0
10762026-08-19T02:30:56.338Z Downloaded tokio-tungstenite v0.23.1
10772026-08-19T02:30:56.338Z Downloaded convert_case v0.4.0
10782026-08-19T02:30:56.342Z Downloaded tar v0.4.46
10792026-08-19T02:30:56.342Z Downloaded des v0.9.0
10802026-08-19T02:30:56.342Z Downloaded hkdf v0.12.4
10812026-08-19T02:30:56.343Z Downloaded pkcs1 v0.7.5
10822026-08-19T02:30:56.347Z Downloaded oxide-update-engine-types v0.1.2
10832026-08-19T02:30:56.350Z Downloaded ed25519 v3.0.0
10842026-08-19T02:30:56.350Z Downloaded either v1.15.0
10852026-08-19T02:30:56.350Z Downloaded jobserver v0.1.34
10862026-08-19T02:30:56.350Z Downloaded new_debug_unreachable v1.0.6
10872026-08-19T02:30:56.353Z Downloaded display-error-chain v0.2.2
10882026-08-19T02:30:56.353Z Downloaded ipnetwork v0.21.1
10892026-08-19T02:30:56.353Z Downloaded icu_properties_data v2.1.2
10902026-08-19T02:30:56.358Z Downloaded rustyline v14.0.0
10912026-08-19T02:30:56.361Z Downloaded salsa20 v0.11.0
10922026-08-19T02:30:56.365Z Downloaded thread-id v5.1.0
10932026-08-19T02:30:56.365Z Downloaded der_derive v0.7.3
10942026-08-19T02:30:56.365Z Downloaded signal-hook-mio v0.2.5
10952026-08-19T02:30:56.365Z Downloaded try-lock v0.2.5
10962026-08-19T02:30:56.365Z Downloaded phf_shared v0.12.1
10972026-08-19T02:30:56.369Z Downloaded untrusted v0.9.0
10982026-08-19T02:30:56.374Z Downloaded rand v0.10.1
10992026-08-19T02:30:56.380Z Downloaded rustls-webpki v0.103.13
11002026-08-19T02:30:56.380Z Downloaded smallvec v1.15.1
11012026-08-19T02:30:56.380Z Downloaded slog-scope v4.4.1
11022026-08-19T02:30:56.385Z Downloaded unit-prefix v0.5.2
11032026-08-19T02:30:56.386Z Downloaded p521 v0.14.0
11042026-08-19T02:30:56.394Z Downloaded tokio-native-tls v0.3.1
11052026-08-19T02:30:56.407Z Downloaded yoke v0.8.1
11062026-08-19T02:30:56.408Z Downloaded rustversion v1.0.22
11072026-08-19T02:30:56.408Z Downloaded tungstenite v0.21.0
11082026-08-19T02:30:56.408Z Downloaded unicase v2.9.0
11092026-08-19T02:30:56.408Z Downloaded strum v0.26.3
11102026-08-19T02:30:56.408Z Downloaded idna_adapter v1.2.1
11112026-08-19T02:30:56.408Z Downloaded digest-io v0.1.0
11122026-08-19T02:30:56.408Z Downloaded ident_case v1.0.1
11132026-08-19T02:30:56.408Z Downloaded managed v0.8.0
11142026-08-19T02:30:56.408Z Downloaded structmeta-derive v0.3.0
11152026-08-19T02:30:56.408Z Downloaded twox-hash v2.1.2
11162026-08-19T02:30:56.408Z Downloaded convert_case v0.10.0
11172026-08-19T02:30:56.421Z Downloaded derive-ex v0.1.8
11182026-08-19T02:30:56.421Z Downloaded ingot-types v0.2.0
11192026-08-19T02:30:56.441Z Downloaded p384 v0.14.0
11202026-08-19T02:30:56.442Z Downloaded recursive-proc-macro-impl v0.1.1
11212026-08-19T02:30:56.442Z Downloaded lru v0.12.5
11222026-08-19T02:30:56.442Z Downloaded crc8 v0.1.1
11232026-08-19T02:30:56.442Z Downloaded darling_macro v0.21.3
11242026-08-19T02:30:56.442Z Downloaded minimal-lexical v0.2.1
11252026-08-19T02:30:56.443Z Downloaded parking_lot_core v0.8.6
11262026-08-19T02:30:56.443Z Downloaded blake3 v1.8.5
11272026-08-19T02:30:56.443Z Downloaded scuffle v0.1.0
11282026-08-19T02:30:56.443Z Downloaded parse-size v1.1.0
11292026-08-19T02:30:56.443Z Downloaded unicode-xid v0.2.6
11302026-08-19T02:30:56.460Z Downloaded postgres-types v0.2.12
11312026-08-19T02:30:56.461Z Downloaded serde-big-array v0.5.1
11322026-08-19T02:30:56.461Z Downloaded predicates v3.1.4
11332026-08-19T02:30:56.461Z Downloaded progenitor v0.13.0
11342026-08-19T02:30:56.462Z Downloaded scroll v0.13.0
11352026-08-19T02:30:56.462Z Downloaded itertools v0.15.0
11362026-08-19T02:30:56.462Z Downloaded itertools v0.14.0
11372026-08-19T02:30:56.462Z Downloaded nom v8.0.0
11382026-08-19T02:30:56.462Z Downloaded itertools v0.12.1
11392026-08-19T02:30:56.462Z Downloaded itertools v0.13.0
11402026-08-19T02:30:56.468Z Downloaded der v0.7.10
11412026-08-19T02:30:56.468Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11422026-08-19T02:30:56.468Z Downloaded delegate v0.13.5
11432026-08-19T02:30:56.469Z Downloaded pbkdf2 v0.13.0
11442026-08-19T02:30:56.469Z Downloaded serde-hex v0.1.0
11452026-08-19T02:30:56.469Z Downloaded sync-ptr v0.1.4
11462026-08-19T02:30:56.484Z Downloaded tower-service v0.3.3
11472026-08-19T02:30:56.484Z Downloaded russh-util v0.52.0
11482026-08-19T02:30:56.484Z Downloaded salty v0.3.0
11492026-08-19T02:30:56.484Z Downloaded strum_macros v0.26.4
11502026-08-19T02:30:56.484Z Downloaded itertools v0.10.5
11512026-08-19T02:30:56.484Z Downloaded vergen-lib v9.1.0
11522026-08-19T02:30:56.503Z Downloaded untrusted v0.7.1
11532026-08-19T02:30:56.504Z Downloaded crypto-primes v0.7.2
11542026-08-19T02:30:56.504Z Downloaded password-hash v0.5.0
11552026-08-19T02:30:56.504Z Downloaded inout v0.1.4
11562026-08-19T02:30:56.504Z Downloaded tower v0.5.3
11572026-08-19T02:30:56.505Z Downloaded icu_normalizer_data v2.1.1
11582026-08-19T02:30:56.506Z Downloaded newtype_derive v0.1.6
11592026-08-19T02:30:56.541Z Downloaded bitvec v1.0.1
11602026-08-19T02:30:56.541Z Downloaded publicsuffix v2.3.0
11612026-08-19T02:30:56.541Z Downloaded libsw v3.5.0
11622026-08-19T02:30:56.541Z Downloaded signal-hook-registry v1.4.8
11632026-08-19T02:30:56.541Z Downloaded defmt-macros v1.0.1
11642026-08-19T02:30:56.541Z Downloaded ml-kem v0.3.2
11652026-08-19T02:30:56.541Z Downloaded idna v1.1.0
11662026-08-19T02:30:56.541Z Downloaded ppv-lite86 v0.2.21
11672026-08-19T02:30:56.542Z Downloaded signal-hook v0.3.18
11682026-08-19T02:30:56.542Z Downloaded smallvec v0.6.14
11692026-08-19T02:30:56.542Z Downloaded nu-ansi-term v0.50.3
11702026-08-19T02:30:56.542Z Downloaded whoami v2.1.0
11712026-08-19T02:30:56.542Z Downloaded p384 v0.13.1
11722026-08-19T02:30:56.559Z Downloaded git2 v0.20.4
11732026-08-19T02:30:56.560Z Downloaded sec1 v0.7.3
11742026-08-19T02:30:56.561Z Downloaded cookie v0.18.1
11752026-08-19T02:30:56.561Z Downloaded lru-cache v0.1.2
11762026-08-19T02:30:56.561Z Downloaded scopeguard v1.2.0
11772026-08-19T02:30:56.561Z Downloaded crc32fast v1.5.0
11782026-08-19T02:30:56.561Z Downloaded num-complex v0.4.6
11792026-08-19T02:30:56.561Z Downloaded peg v0.8.5
11802026-08-19T02:30:56.561Z Downloaded pkcs8 v0.10.2
11812026-08-19T02:30:56.561Z Downloaded tough v0.22.0
11822026-08-19T02:30:56.561Z Downloaded winnow v0.6.26
11832026-08-19T02:30:56.561Z Downloaded proptest v1.11.0
11842026-08-19T02:30:56.581Z Downloaded ryu v1.0.23
11852026-08-19T02:30:56.581Z Downloaded pkg-config v0.3.32
11862026-08-19T02:30:56.581Z Downloaded memmap2 v0.9.10
11872026-08-19T02:30:56.581Z Downloaded toml v1.1.2+spec-1.1.0
11882026-08-19T02:30:56.582Z Downloaded const_format v0.2.35
11892026-08-19T02:30:56.582Z Downloaded samael v0.0.19
11902026-08-19T02:30:56.583Z Downloaded libsw-core v0.3.2
11912026-08-19T02:30:56.599Z Downloaded num_enum_derive v0.7.6
11922026-08-19T02:30:56.599Z Downloaded vergen-gitcl v1.0.8
11932026-08-19T02:30:56.599Z Downloaded ipnet v2.12.0
11942026-08-19T02:30:56.599Z Downloaded bindgen v0.71.1
11952026-08-19T02:30:56.599Z Downloaded icu_normalizer v2.1.1
11962026-08-19T02:30:56.599Z Downloaded rand v0.8.6
11972026-08-19T02:30:56.599Z Downloaded owo-colors v4.3.0
11982026-08-19T02:30:56.601Z Downloaded chrono v0.4.45
11992026-08-19T02:30:56.601Z Downloaded hyper-rustls v0.27.7
12002026-08-19T02:30:56.601Z Downloaded reedline v0.40.0
12012026-08-19T02:30:56.610Z Downloaded miette v7.6.0
12022026-08-19T02:30:56.610Z Downloaded elliptic-curve v0.13.8
12032026-08-19T02:30:56.610Z Downloaded ctutils v0.4.2
12042026-08-19T02:30:56.610Z Downloaded winnow v1.0.3
12052026-08-19T02:30:56.610Z Downloaded dropshot_endpoint v0.17.1
12062026-08-19T02:30:56.610Z Downloaded zerocopy v0.6.6
12072026-08-19T02:30:56.610Z Downloaded r2d2 v0.8.10
12082026-08-19T02:30:56.634Z Downloaded libbz2-rs-sys v0.2.2
12092026-08-19T02:30:56.634Z Downloaded socket2 v0.5.10
12102026-08-19T02:30:56.634Z Downloaded darling_core v0.23.0
12112026-08-19T02:30:56.644Z Downloaded crypto-bigint v0.5.5
12122026-08-19T02:30:56.644Z Downloaded vcpkg v0.2.15
12132026-08-19T02:30:56.649Z Downloaded zip v4.6.1
12142026-08-19T02:30:56.650Z Downloaded tokio-postgres v0.7.16
12152026-08-19T02:30:56.663Z Downloaded winnow v0.5.40
12162026-08-19T02:30:56.663Z Downloaded object v0.30.4
12172026-08-19T02:30:56.669Z Downloaded serde_with v1.14.0
12182026-08-19T02:30:56.669Z Downloaded qorb v0.4.1
12192026-08-19T02:30:56.669Z Downloaded tracing-core v0.1.36
12202026-08-19T02:30:56.669Z Downloaded crossterm v0.28.1
12212026-08-19T02:30:56.672Z Downloaded derive-where v1.6.0
12222026-08-19T02:30:56.679Z Downloaded subprocess v0.2.15
12232026-08-19T02:30:56.679Z Downloaded zerovec v0.11.5
12242026-08-19T02:30:56.686Z Downloaded petname v2.0.2
12252026-08-19T02:30:56.686Z Downloaded zlib-rs v0.6.2
12262026-08-19T02:30:56.697Z Downloaded lalrpop v0.19.12
12272026-08-19T02:30:56.707Z Downloaded quinn v0.11.11
12282026-08-19T02:30:56.707Z Downloaded polar-core v0.27.3
12292026-08-19T02:30:56.707Z Downloaded socket2 v0.6.3
12302026-08-19T02:30:56.707Z Downloaded openssl-sys v0.9.117
12312026-08-19T02:30:56.708Z Downloaded unicode-normalization v0.1.25
12322026-08-19T02:30:56.720Z Downloaded similar v2.7.0
12332026-08-19T02:30:56.721Z Downloaded reqwest v0.12.28
12342026-08-19T02:30:56.752Z Downloaded indexmap v1.9.3
12352026-08-19T02:30:56.760Z Downloaded rsa v0.9.10
12362026-08-19T02:30:56.760Z Downloaded iri-string v0.7.10
12372026-08-19T02:30:56.760Z Downloaded rand v0.9.2
12382026-08-19T02:30:56.760Z Downloaded internal-russh-num-bigint v0.5.0
12392026-08-19T02:30:56.760Z Downloaded regex-syntax v0.6.29
12402026-08-19T02:30:56.761Z Downloaded quinn-proto v0.11.16
12412026-08-19T02:30:56.767Z Downloaded crossterm v0.29.0
12422026-08-19T02:30:56.767Z Downloaded crossbeam-channel v0.5.15
12432026-08-19T02:30:56.767Z Downloaded mio v1.2.0
12442026-08-19T02:30:56.767Z Downloaded x509-cert v0.2.5
12452026-08-19T02:30:56.767Z Downloaded gimli v0.32.3
12462026-08-19T02:30:56.767Z Downloaded derive_more-impl v2.1.1
12472026-08-19T02:30:56.767Z Downloaded goblin v0.10.5
12482026-08-19T02:30:56.768Z Downloaded jiff-core v0.1.0
12492026-08-19T02:30:56.777Z Downloaded sha3 v0.12.0
12502026-08-19T02:30:56.777Z Downloaded rawzip v0.4.4
12512026-08-19T02:30:56.777Z Downloaded hyper v1.10.1
12522026-08-19T02:30:56.781Z Downloaded moka v0.12.13
12532026-08-19T02:30:56.796Z Downloaded nix v0.27.1
12542026-08-19T02:30:56.805Z Downloaded libm v0.2.16
12552026-08-19T02:30:56.805Z Downloaded iddqd v0.4.2
12562026-08-19T02:30:56.809Z Downloaded portable-atomic v1.13.1
12572026-08-19T02:30:56.820Z Downloaded bstr v1.12.1
12582026-08-19T02:30:56.820Z Downloaded radix_trie v0.2.1
12592026-08-19T02:30:56.844Z Downloaded hickory-proto v0.24.4
12602026-08-19T02:30:56.844Z Downloaded russh v0.62.4
12612026-08-19T02:30:56.861Z Downloaded rayon v1.11.0
12622026-08-19T02:30:56.861Z Downloaded time v0.3.47
12632026-08-19T02:30:56.861Z Downloaded regress v0.11.1
12642026-08-19T02:30:56.861Z Downloaded regex v1.12.3
12652026-08-19T02:30:56.869Z Downloaded regress v0.10.5
12662026-08-19T02:30:56.869Z Downloaded serde_with v3.21.0
12672026-08-19T02:30:56.873Z Downloaded hickory-proto v0.25.2
12682026-08-19T02:30:56.890Z Downloaded curve25519-dalek v5.0.0
12692026-08-19T02:30:56.905Z Downloaded object v0.37.3
12702026-08-19T02:30:56.906Z Downloaded rustls v0.23.41
12712026-08-19T02:30:56.928Z Downloaded nix v0.28.0
12722026-08-19T02:30:56.928Z Downloaded quick-xml v0.37.5
12732026-08-19T02:30:56.928Z Downloaded curve25519-dalek v4.1.3
12742026-08-19T02:30:56.931Z Downloaded crypto-bigint v0.7.5
12752026-08-19T02:30:56.931Z Downloaded openssl v0.10.80
12762026-08-19T02:30:56.938Z Downloaded zerocopy v0.8.55
12772026-08-19T02:30:56.955Z Downloaded diesel v2.3.7
12782026-08-19T02:30:56.980Z Downloaded tabled v0.21.0
12792026-08-19T02:30:56.999Z Downloaded smoltcp v0.9.1
12802026-08-19T02:30:56.999Z Downloaded smoltcp v0.11.0
12812026-08-19T02:30:56.999Z Downloaded dropshot v0.17.1
12822026-08-19T02:30:56.999Z Downloaded zerocopy-derive v0.6.6
12832026-08-19T02:30:57.006Z Downloaded sqlparser v0.61.0
12842026-08-19T02:30:57.012Z Downloaded sha3 v0.11.0
12852026-08-19T02:30:57.024Z Downloaded nix v0.31.2
12862026-08-19T02:30:57.024Z Downloaded openapiv3 v2.2.0
12872026-08-19T02:30:57.031Z Downloaded sled v0.34.7
12882026-08-19T02:30:57.050Z Downloaded tokio v1.52.1
12892026-08-19T02:30:57.082Z Downloaded libz-sys v1.1.24
12902026-08-19T02:30:57.106Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12912026-08-19T02:30:57.113Z Downloaded ratatui v0.29.0
12922026-08-19T02:30:57.113Z Downloaded rustix v0.38.44
12932026-08-19T02:30:57.123Z Downloaded regex-syntax v0.8.10
12942026-08-19T02:30:57.127Z Downloaded encoding_rs v0.8.35
12952026-08-19T02:30:57.136Z Downloaded typify-impl v0.6.2
12962026-08-19T02:30:57.154Z Downloaded bzip2-sys v0.1.13+1.0.8
12972026-08-19T02:30:57.185Z Downloaded tracing v0.1.44
12982026-08-19T02:30:57.203Z Downloaded regex-automata v0.4.14
12992026-08-19T02:30:57.223Z Downloaded petgraph v0.6.5
13002026-08-19T02:30:57.239Z Downloaded chrono-tz v0.10.4
13012026-08-19T02:30:57.247Z Downloaded jiff v0.2.34
13022026-08-19T02:30:57.257Z Downloaded petgraph v0.8.3
13032026-08-19T02:30:57.292Z Downloaded sha3 v0.10.8
13042026-08-19T02:30:57.299Z Downloaded csv v1.4.0
13052026-08-19T02:30:57.430Z Downloaded ring v0.17.14
13062026-08-19T02:30:57.470Z Downloaded libgit2-sys v0.18.3+1.9.2
13072026-08-19T02:30:57.917Z Downloaded aws-lc-sys v0.40.0
13082026-08-19T02:30:58.180Z Compiling serde_core v1.0.228
13092026-08-19T02:30:58.180Z Compiling libc v0.2.185
13102026-08-19T02:30:58.181Z Compiling serde v1.0.228
13112026-08-19T02:30:58.184Z Compiling log v0.4.33
13122026-08-19T02:30:58.184Z Compiling smallvec v1.15.1
13132026-08-19T02:30:58.185Z Compiling shlex v1.3.0
13142026-08-19T02:30:58.185Z Compiling find-msvc-tools v0.1.9
13152026-08-19T02:30:58.185Z Compiling subtle v2.6.1
13162026-08-19T02:30:58.185Z Compiling scopeguard v1.2.0
13172026-08-19T02:30:58.185Z Compiling stable_deref_trait v1.2.1
13182026-08-19T02:30:58.185Z Compiling typenum v1.20.1
13192026-08-19T02:30:58.312Z Compiling zerocopy v0.8.55
13202026-08-19T02:30:58.315Z Compiling portable-atomic v1.13.1
13212026-08-19T02:30:58.353Z Compiling serde_json v1.0.151
13222026-08-19T02:30:58.365Z Compiling syn v2.0.117
13232026-08-19T02:30:58.376Z Compiling critical-section v1.2.0
13242026-08-19T02:30:58.537Z Compiling lock_api v0.4.14
13252026-08-19T02:30:58.547Z Compiling libm v0.2.16
13262026-08-19T02:30:58.558Z Compiling num-traits v0.2.19
13272026-08-19T02:30:58.580Z Compiling pkg-config v0.3.32
13282026-08-19T02:30:58.580Z Compiling generic-array v0.14.7
13292026-08-19T02:30:58.591Z Compiling parking_lot_core v0.9.12
13302026-08-19T02:30:58.612Z Compiling const-oid v0.9.6
13312026-08-19T02:30:58.636Z Compiling pin-project-lite v0.2.17
13322026-08-19T02:30:58.808Z Compiling getrandom v0.3.4
13332026-08-19T02:30:58.839Z Compiling writeable v0.6.2
13342026-08-19T02:30:58.843Z Compiling futures-core v0.3.32
13352026-08-19T02:30:58.867Z Compiling percent-encoding v2.3.2
13362026-08-19T02:30:58.884Z Compiling litemap v0.8.1
13372026-08-19T02:30:58.957Z Compiling icu_properties_data v2.1.2
13382026-08-19T02:30:58.983Z Compiling icu_normalizer_data v2.1.1
13392026-08-19T02:30:59.023Z Compiling rustix v1.1.4
13402026-08-19T02:30:59.052Z Compiling getrandom v0.4.3
13412026-08-19T02:30:59.087Z Compiling rand_core v0.10.0
13422026-08-19T02:30:59.103Z Compiling futures-sink v0.3.32
13432026-08-19T02:30:59.113Z Compiling slab v0.4.12
13442026-08-19T02:30:59.218Z Compiling futures-channel v0.3.32
13452026-08-19T02:30:59.252Z Compiling futures-task v0.3.32
13462026-08-19T02:30:59.273Z Compiling futures-io v0.3.32
13472026-08-19T02:30:59.286Z Compiling utf8_iter v1.0.4
13482026-08-19T02:30:59.315Z Compiling form_urlencoded v1.2.2
13492026-08-19T02:30:59.331Z Compiling errno v0.3.14
13502026-08-19T02:30:59.347Z Compiling jobserver v0.1.34
13512026-08-19T02:30:59.405Z Compiling getrandom v0.2.17
13522026-08-19T02:30:59.434Z Compiling mio v1.2.0
13532026-08-19T02:30:59.438Z Compiling socket2 v0.6.3
13542026-08-19T02:30:59.467Z Compiling signal-hook-registry v1.4.8
13552026-08-19T02:30:59.515Z Compiling rustversion v1.0.22
13562026-08-19T02:30:59.523Z Compiling iana-time-zone v0.1.65
13572026-08-19T02:30:59.531Z Compiling base64ct v1.8.3
13582026-08-19T02:30:59.558Z Compiling rand_core v0.6.4
13592026-08-19T02:30:59.660Z Compiling cc v1.2.56
13602026-08-19T02:30:59.676Z Compiling once_cell v1.21.3
13612026-08-19T02:30:59.742Z Compiling parking_lot v0.12.5
13622026-08-19T02:30:59.766Z Compiling ident_case v1.0.1
13632026-08-19T02:30:59.778Z Compiling regex-syntax v0.8.10
13642026-08-19T02:30:59.778Z Compiling dunce v1.0.5
13652026-08-19T02:30:59.856Z Compiling pem-rfc7468 v0.7.0
13662026-08-19T02:30:59.874Z Compiling fs_extra v1.3.0
13672026-08-19T02:30:59.916Z Compiling flagset v0.4.7
13682026-08-19T02:30:59.932Z Compiling base64 v0.22.1
13692026-08-19T02:30:59.932Z Compiling vcpkg v0.2.15
13702026-08-19T02:30:59.932Z Compiling syn v1.0.109
13712026-08-19T02:30:59.978Z Compiling rand_core v0.9.5
13722026-08-19T02:31:00.085Z Compiling tracing-core v0.1.36
13732026-08-19T02:31:00.101Z Compiling simd-adler32 v0.3.8
13742026-08-19T02:31:00.199Z Compiling cpufeatures v0.2.17
13752026-08-19T02:31:00.233Z Compiling schemars v0.8.22
13762026-08-19T02:31:00.242Z Compiling aws-lc-rs v1.16.3
13772026-08-19T02:31:00.254Z Compiling dyn-clone v1.0.20
13782026-08-19T02:31:00.299Z Compiling spin v0.9.8
13792026-08-19T02:31:00.313Z Compiling openssl-probe v0.2.1
13802026-08-19T02:31:00.341Z Compiling cmov v0.5.4
13812026-08-19T02:31:00.405Z Compiling adler2 v2.0.1
13822026-08-19T02:31:00.442Z Compiling cmake v0.1.57
13832026-08-19T02:31:00.475Z Compiling crc32fast v1.5.0
13842026-08-19T02:31:00.525Z Compiling httparse v1.10.1
13852026-08-19T02:31:00.541Z Compiling tinyvec_macros v0.1.1
13862026-08-19T02:31:00.544Z Compiling ctutils v0.4.2
13872026-08-19T02:31:00.571Z Compiling miniz_oxide v0.8.9
13882026-08-19T02:31:00.575Z Compiling aho-corasick v1.1.4
13892026-08-19T02:31:00.575Z Compiling atomic-waker v1.1.2
13902026-08-19T02:31:00.620Z Compiling tinyvec v1.10.0
13912026-08-19T02:31:00.672Z Compiling bitflags v2.11.0
13922026-08-19T02:31:00.721Z Compiling semver v1.0.28
13932026-08-19T02:31:00.734Z Compiling indexmap v2.14.0
13942026-08-19T02:31:00.771Z Compiling uuid v1.23.4
13952026-08-19T02:31:00.857Z Compiling untrusted v0.7.1
13962026-08-19T02:31:00.871Z Compiling try-lock v0.2.5
13972026-08-19T02:31:00.927Z Compiling tower-service v0.3.3
13982026-08-19T02:31:00.941Z Compiling rustc_version v0.4.1
13992026-08-19T02:31:00.993Z Compiling radium v0.7.0
14002026-08-19T02:31:01.008Z Compiling tower-layer v0.3.3
14012026-08-19T02:31:01.022Z Compiling want v0.3.1
14022026-08-19T02:31:01.206Z Compiling untrusted v0.9.0
14032026-08-19T02:31:01.229Z Compiling tap v1.0.1
14042026-08-19T02:31:01.243Z Compiling httpdate v1.0.3
14052026-08-19T02:31:01.292Z Compiling foreign-types-shared v0.1.1
14062026-08-19T02:31:01.307Z Compiling openssl v0.10.80
14072026-08-19T02:31:01.311Z Compiling rustls v0.23.41
14082026-08-19T02:31:01.339Z Compiling aws-lc-sys v0.40.0
14092026-08-19T02:31:01.352Z Compiling openssl-sys v0.9.117
14102026-08-19T02:31:01.356Z Compiling maybe-uninit v2.0.0
14112026-08-19T02:31:01.382Z Compiling foreign-types v0.3.2
14122026-08-19T02:31:01.394Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14132026-08-19T02:31:01.428Z Compiling bzip2-sys v0.1.13+1.0.8
14142026-08-19T02:31:01.458Z Compiling wyz v0.5.1
14152026-08-19T02:31:01.491Z Compiling synstructure v0.13.2
14162026-08-19T02:31:01.510Z Compiling serde_derive_internals v0.29.1
14172026-08-19T02:31:01.514Z Compiling pest_generator v2.8.6
14182026-08-19T02:31:01.568Z Compiling darling_core v0.20.11
14192026-08-19T02:31:01.655Z Compiling regex-automata v0.4.14
14202026-08-19T02:31:01.739Z Compiling unicode-normalization v0.1.25
14212026-08-19T02:31:01.823Z Compiling terminal_size v0.4.3
14222026-08-19T02:31:01.896Z Compiling tempfile v3.27.0
14232026-08-19T02:31:01.950Z Compiling num-integer v0.1.46
14242026-08-19T02:31:01.987Z Compiling wait-timeout v0.2.1
14252026-08-19T02:31:02.076Z Compiling ahash v0.8.12
14262026-08-19T02:31:02.126Z Compiling time-core v0.1.8
14272026-08-19T02:31:02.251Z Compiling bit-vec v0.8.0
14282026-08-19T02:31:02.272Z Compiling native-tls v0.2.18
14292026-08-19T02:31:02.287Z Compiling quick-error v1.2.3
14302026-08-19T02:31:02.303Z Compiling num-bigint-dig v0.8.6
14312026-08-19T02:31:02.316Z Compiling num-conv v0.2.0
14322026-08-19T02:31:02.321Z Compiling powerfmt v0.2.0
14332026-08-19T02:31:02.330Z Compiling funty v2.0.0
14342026-08-19T02:31:02.334Z Compiling packed_struct v0.10.1
14352026-08-19T02:31:02.392Z Compiling clap_builder v4.6.0
14362026-08-19T02:31:02.427Z Compiling rusty-fork v0.3.1
14372026-08-19T02:31:02.474Z Compiling time-macros v0.2.27
14382026-08-19T02:31:02.530Z Compiling deranged v0.5.8
14392026-08-19T02:31:02.534Z Compiling bit-set v0.8.0
14402026-08-19T02:31:02.541Z Compiling num-iter v0.1.45
14412026-08-19T02:31:02.661Z Compiling lazy_static v1.5.0
14422026-08-19T02:31:02.689Z Compiling bitvec v1.0.1
14432026-08-19T02:31:02.723Z Compiling rand_xorshift v0.4.0
14442026-08-19T02:31:02.723Z Compiling sync_wrapper v1.0.2
14452026-08-19T02:31:02.765Z Compiling indexmap v1.9.3
14462026-08-19T02:31:02.779Z Compiling siphasher v1.0.2
14472026-08-19T02:31:02.857Z Compiling num_threads v0.1.7
14482026-08-19T02:31:02.909Z Compiling crc-catalog v2.4.0
14492026-08-19T02:31:02.972Z Compiling object v0.37.3
14502026-08-19T02:31:02.986Z Compiling zlib-rs v0.6.2
14512026-08-19T02:31:02.990Z Compiling usdt-impl v0.6.0
14522026-08-19T02:31:03.003Z Compiling unarray v0.1.4
14532026-08-19T02:31:03.018Z Compiling paste v1.0.15
14542026-08-19T02:31:03.142Z Compiling crossbeam-utils v0.8.21
14552026-08-19T02:31:03.225Z Compiling nodrop v0.1.14
14562026-08-19T02:31:03.277Z Compiling serde_derive v1.0.228
14572026-08-19T02:31:03.311Z Compiling zeroize_derive v1.5.0
14582026-08-19T02:31:03.325Z Compiling zerocopy-derive v0.8.55
14592026-08-19T02:31:03.340Z Compiling zerofrom-derive v0.1.6
14602026-08-19T02:31:03.449Z Compiling yoke-derive v0.8.1
14612026-08-19T02:31:03.537Z Compiling zerovec-derive v0.11.2
14622026-08-19T02:31:03.552Z Compiling displaydoc v0.2.5
14632026-08-19T02:31:03.576Z Compiling tokio-macros v2.7.0
14642026-08-19T02:31:03.967Z Compiling futures-macro v0.3.32
14652026-08-19T02:31:04.018Z Compiling thiserror-impl v2.0.18
14662026-08-19T02:31:04.149Z Compiling der_derive v0.7.3
14672026-08-19T02:31:04.350Z Compiling tracing-attributes v0.1.31
14682026-08-19T02:31:04.371Z Compiling schemars_derive v0.8.22
14692026-08-19T02:31:04.432Z Compiling pest_derive v2.8.6
14702026-08-19T02:31:04.717Z Compiling scroll_derive v0.13.1
14712026-08-19T02:31:04.754Z Compiling darling_macro v0.20.11
14722026-08-19T02:31:04.812Z Compiling zerofrom v0.1.6
14732026-08-19T02:31:04.825Z Compiling futures-util v0.3.32
14742026-08-19T02:31:04.932Z Compiling yoke v0.8.1
14752026-08-19T02:31:04.948Z Compiling thiserror-impl v1.0.69
14762026-08-19T02:31:05.130Z Compiling zerovec v0.11.5
14772026-08-19T02:31:05.144Z Compiling zerotrie v0.2.3
14782026-08-19T02:31:05.357Z Compiling openssl-macros v0.1.1
14792026-08-19T02:31:05.379Z Compiling thiserror v2.0.18
14802026-08-19T02:31:05.467Z Compiling darling v0.20.11
14812026-08-19T02:31:05.485Z Compiling packed_struct_codegen v0.10.1
14822026-08-19T02:31:05.503Z Compiling zerocopy-derive v0.6.6
14832026-08-19T02:31:05.560Z Compiling bitfield-macros v0.19.4
14842026-08-19T02:31:05.573Z Compiling scroll v0.13.0
14852026-08-19T02:31:05.661Z Compiling tinystr v0.8.2
14862026-08-19T02:31:05.675Z Compiling potential_utf v0.1.4
14872026-08-19T02:31:05.737Z Compiling tracing v0.1.44
14882026-08-19T02:31:05.857Z Compiling icu_locale_core v2.1.1
14892026-08-19T02:31:05.875Z Compiling icu_collections v2.1.1
14902026-08-19T02:31:05.891Z Compiling goblin v0.10.5
14912026-08-19T02:31:05.919Z Compiling clap_derive v4.6.1
14922026-08-19T02:31:06.033Z Compiling flate2 v1.1.9
14932026-08-19T02:31:06.285Z Compiling derive_builder_core v0.20.2
14942026-08-19T02:31:06.310Z Compiling thiserror v1.0.69
14952026-08-19T02:31:06.355Z Compiling bitfield v0.19.4
14962026-08-19T02:31:06.419Z Compiling zerocopy v0.6.6
14972026-08-19T02:31:06.434Z Compiling dtrace-parser v0.3.0
14982026-08-19T02:31:06.437Z Compiling time v0.3.47
14992026-08-19T02:31:06.605Z Compiling icu_provider v2.1.1
15002026-08-19T02:31:06.678Z Compiling array-init v0.0.4
15012026-08-19T02:31:06.713Z Compiling structmeta-derive v0.3.0
15022026-08-19T02:31:06.763Z Compiling scroll_derive v0.12.1
15032026-08-19T02:31:06.794Z Compiling zeroize v1.9.0
15042026-08-19T02:31:06.866Z Compiling bytes v1.11.1
15052026-08-19T02:31:06.923Z Compiling icu_properties v2.1.2
15062026-08-19T02:31:07.040Z Compiling icu_normalizer v2.1.1
15072026-08-19T02:31:07.177Z Compiling chrono v0.4.45
15082026-08-19T02:31:07.194Z Compiling der v0.7.10
15092026-08-19T02:31:07.212Z Compiling rustls-pki-types v1.14.0
15102026-08-19T02:31:07.449Z Compiling tokio v1.52.1
15112026-08-19T02:31:07.491Z Compiling http v1.4.2
15122026-08-19T02:31:07.596Z Compiling crypto-common v0.1.7
15132026-08-19T02:31:07.611Z Compiling block-buffer v0.10.4
15142026-08-19T02:31:07.682Z Compiling hybrid-array v0.4.13
15152026-08-19T02:31:07.740Z Compiling ipnet v2.12.0
15162026-08-19T02:31:07.765Z Compiling idna_adapter v1.2.1
15172026-08-19T02:31:07.798Z Compiling ppv-lite86 v0.2.21
15182026-08-19T02:31:07.822Z Compiling digest v0.10.7
15192026-08-19T02:31:07.923Z Compiling idna v1.1.0
15202026-08-19T02:31:07.979Z Compiling hex v0.4.3
15212026-08-19T02:31:08.022Z Compiling spki v0.7.3
15222026-08-19T02:31:08.038Z Compiling sha2 v0.10.9
15232026-08-19T02:31:08.086Z Compiling rand_chacha v0.9.0
15242026-08-19T02:31:08.134Z Compiling http-body v1.0.1
15252026-08-19T02:31:08.247Z Compiling url v2.5.8
15262026-08-19T02:31:08.250Z Compiling pkcs8 v0.10.2
15272026-08-19T02:31:08.275Z Compiling rand_chacha v0.3.1
15282026-08-19T02:31:08.304Z Compiling rand v0.9.2
15292026-08-19T02:31:08.391Z Compiling signature v2.2.0
15302026-08-19T02:31:08.409Z Compiling hmac v0.12.1
15312026-08-19T02:31:08.468Z Compiling serde_spanned v0.6.9
15322026-08-19T02:31:08.524Z Compiling rand v0.8.6
15332026-08-19T02:31:08.539Z Compiling toml_datetime v0.6.11
15342026-08-19T02:31:08.584Z Compiling dof v0.4.0
15352026-08-19T02:31:08.587Z Compiling pkcs1 v0.7.5
15362026-08-19T02:31:08.612Z Compiling http-body-util v0.1.3
15372026-08-19T02:31:08.883Z Compiling clap v4.6.1
15382026-08-19T02:31:08.975Z Compiling proptest v1.11.0
15392026-08-19T02:31:09.053Z Compiling crc v3.4.0
15402026-08-19T02:31:09.068Z Compiling smallvec v0.6.14
15412026-08-19T02:31:09.081Z Compiling darling_core v0.23.0
15422026-08-19T02:31:09.133Z Compiling heapless v0.7.17
15432026-08-19T02:31:09.149Z Compiling slog v2.8.2
15442026-08-19T02:31:09.257Z Compiling thread-id v5.1.0
15452026-08-19T02:31:09.282Z Compiling env_filter v2.0.0
15462026-08-19T02:31:09.354Z Compiling cookie v0.18.1
15472026-08-19T02:31:09.369Z Compiling zstd-safe v7.2.4
15482026-08-19T02:31:09.372Z Compiling iri-string v0.7.10
15492026-08-19T02:31:09.398Z Compiling anyhow v1.0.104
15502026-08-19T02:31:09.433Z Compiling hashbrown v0.12.3
15512026-08-19T02:31:09.552Z Compiling gimli v0.32.3
15522026-08-19T02:31:09.583Z Compiling unicode-bidi v0.3.18
15532026-08-19T02:31:09.598Z Compiling allocator-api2 v0.2.21
15542026-08-19T02:31:09.632Z Compiling ipnetwork v0.21.1
15552026-08-19T02:31:09.717Z Compiling signal-hook v0.3.18
15562026-08-19T02:31:09.862Z Compiling winnow v0.5.40
15572026-08-19T02:31:09.905Z Compiling base64 v0.21.7
15582026-08-19T02:31:09.919Z Compiling unicode-properties v0.1.4
15592026-08-19T02:31:09.939Z Compiling ryu v1.0.23
15602026-08-19T02:31:10.048Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15612026-08-19T02:31:10.125Z Compiling stringprep v0.1.5
15622026-08-19T02:31:10.139Z Compiling ron v0.8.1
15632026-08-19T02:31:10.143Z Compiling serde_urlencoded v0.7.1
15642026-08-19T02:31:10.182Z Compiling rsa v0.9.10
15652026-08-19T02:31:10.236Z Compiling oxnet v0.1.6
15662026-08-19T02:31:10.555Z Compiling env_logger v0.11.11
15672026-08-19T02:31:10.638Z Compiling serde-hex v0.1.0
15682026-08-19T02:31:10.656Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15692026-08-19T02:31:10.682Z Compiling camino v1.2.5
15702026-08-19T02:31:10.857Z Compiling hashbrown v0.13.2
15712026-08-19T02:31:10.928Z Compiling crypto-common v0.2.2
15722026-08-19T02:31:10.941Z Compiling block-buffer v0.12.1
15732026-08-19T02:31:11.080Z Compiling block-padding v0.4.2
15742026-08-19T02:31:11.105Z Compiling x509-cert v0.2.5
15752026-08-19T02:31:11.157Z Compiling toml_edit v0.19.15
15762026-08-19T02:31:11.186Z Compiling md-5 v0.10.6
15772026-08-19T02:31:11.262Z Compiling addr2line v0.25.1
15782026-08-19T02:31:11.313Z Compiling tokio-util v0.7.18
15792026-08-19T02:31:11.373Z Compiling tower v0.5.3
15802026-08-19T02:31:11.387Z Compiling newtype-uuid v1.3.2
15812026-08-19T02:31:11.503Z Compiling tokio-native-tls v0.3.1
15822026-08-19T02:31:11.616Z Compiling structmeta v0.3.0
15832026-08-19T02:31:11.631Z Compiling darling_macro v0.23.0
15842026-08-19T02:31:11.694Z Compiling rustls-native-certs v0.8.3
15852026-08-19T02:31:11.734Z Compiling scroll v0.12.0
15862026-08-19T02:31:11.845Z Compiling tower-http v0.6.8
15872026-08-19T02:31:11.877Z Compiling derive_builder_macro v0.20.2
15882026-08-19T02:31:12.002Z Compiling h2 v0.4.15
15892026-08-19T02:31:12.026Z Compiling erased-serde v0.3.31
15902026-08-19T02:31:12.147Z Compiling serde_tokenstream v0.2.3
15912026-08-19T02:31:12.428Z Compiling bzip2 v0.4.4
15922026-08-19T02:31:12.444Z Compiling bstr v1.12.1
15932026-08-19T02:31:12.553Z Compiling pin-project-internal v1.1.11
15942026-08-19T02:31:12.649Z Compiling zerocopy-derive v0.7.35
15952026-08-19T02:31:12.672Z Compiling async-trait v0.1.89
15962026-08-19T02:31:12.750Z Compiling daft-derive v0.1.7
15972026-08-19T02:31:12.828Z Compiling curve25519-dalek v4.1.3
15982026-08-19T02:31:12.930Z Compiling vergen-lib v9.1.0
15992026-08-19T02:31:13.106Z Compiling hash32 v0.2.1
16002026-08-19T02:31:13.123Z Compiling encoding_rs v0.8.35
16012026-08-19T02:31:13.176Z Compiling memoffset v0.9.1
16022026-08-19T02:31:13.263Z Compiling psl-types v2.0.11
16032026-08-19T02:31:13.320Z Compiling mime v0.3.17
16042026-08-19T02:31:13.370Z Compiling litrs v1.0.0
16052026-08-19T02:31:13.393Z Compiling owo-colors v4.3.0
16062026-08-19T02:31:13.407Z Compiling smoltcp v0.9.1
16072026-08-19T02:31:13.531Z Compiling cfg_aliases v0.2.1
16082026-08-19T02:31:13.554Z Compiling rustix v0.38.44
16092026-08-19T02:31:13.595Z Compiling rustc-demangle v0.1.27
16102026-08-19T02:31:13.616Z Compiling fallible-iterator v0.2.0
16112026-08-19T02:31:13.761Z Compiling crc-any v2.5.0
16122026-08-19T02:31:13.776Z Compiling ref-cast v1.0.25
16132026-08-19T02:31:13.826Z Compiling pin-project v1.1.11
16142026-08-19T02:31:13.842Z Compiling nix v0.31.2
16152026-08-19T02:31:13.856Z Compiling zerocopy v0.7.35
16162026-08-19T02:31:13.934Z Compiling daft v0.1.7
16172026-08-19T02:31:13.952Z Compiling document-features v0.2.12
16182026-08-19T02:31:13.998Z Compiling postgres-protocol v0.6.10
16192026-08-19T02:31:14.013Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16202026-08-19T02:31:14.080Z Compiling publicsuffix v2.3.0
16212026-08-19T02:31:14.241Z Compiling zip v0.6.6
16222026-08-19T02:31:14.256Z Compiling toml v0.7.8
16232026-08-19T02:31:14.286Z Compiling derive_builder v0.20.2
16242026-08-19T02:31:14.436Z Compiling darling v0.23.0
16252026-08-19T02:31:14.451Z Compiling goblin v0.8.2
16262026-08-19T02:31:14.533Z Compiling derive-ex v0.1.8
16272026-08-19T02:31:14.562Z Compiling object v0.30.4
16282026-08-19T02:31:14.576Z Compiling inout v0.2.2
16292026-08-19T02:31:14.635Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16302026-08-19T02:31:14.774Z Compiling futures-executor v0.3.32
16312026-08-19T02:31:14.834Z Compiling hubpack_derive v0.1.1
16322026-08-19T02:31:14.881Z Compiling regex v1.12.3
16332026-08-19T02:31:14.919Z Compiling ref-cast-impl v1.0.25
16342026-08-19T02:31:14.948Z Compiling curve25519-dalek-derive v0.1.1
16352026-08-19T02:31:15.050Z Compiling backtrace v0.3.76
16362026-08-19T02:31:15.065Z Compiling strum_macros v0.27.2
16372026-08-19T02:31:15.096Z Compiling snafu-derive v0.8.9
16382026-08-19T02:31:15.220Z Compiling hyper v1.10.1
16392026-08-19T02:31:15.317Z Compiling phf_shared v0.13.1
16402026-08-19T02:31:15.336Z Compiling vergen v9.1.0
16412026-08-19T02:31:15.373Z Compiling cargo-platform v0.3.2
16422026-08-19T02:31:15.503Z Compiling ff v0.13.1
16432026-08-19T02:31:15.539Z Compiling fs-err v3.3.0
16442026-08-19T02:31:15.582Z Compiling libbz2-rs-sys v0.2.2
16452026-08-19T02:31:15.624Z Compiling bumpalo v3.20.2
16462026-08-19T02:31:15.662Z Compiling path-slash v0.1.5
16472026-08-19T02:31:15.677Z Compiling unicode-segmentation v1.12.0
16482026-08-19T02:31:15.750Z Compiling either v1.15.0
16492026-08-19T02:31:15.827Z Compiling bitflags v1.3.2
16502026-08-19T02:31:15.898Z Compiling base16ct v0.2.0
16512026-08-19T02:31:15.916Z Compiling foldhash v0.1.5
16522026-08-19T02:31:15.974Z Compiling same-file v1.0.6
16532026-08-19T02:31:16.077Z Compiling foldhash v0.2.0
16542026-08-19T02:31:16.094Z Compiling jiff-core v0.1.0
16552026-08-19T02:31:16.110Z Compiling managed v0.8.0
16562026-08-19T02:31:16.153Z Compiling is_ci v1.2.0
16572026-08-19T02:31:16.276Z Compiling hashbrown v0.16.1
16582026-08-19T02:31:16.280Z Compiling supports-color v3.0.2
16592026-08-19T02:31:16.288Z Compiling test-strategy v0.4.5
16602026-08-19T02:31:16.319Z Compiling walkdir v2.5.0
16612026-08-19T02:31:16.332Z Compiling hashbrown v0.15.5
16622026-08-19T02:31:16.346Z Compiling hyper-util v0.1.20
16632026-08-19T02:31:16.448Z Compiling sec1 v0.7.3
16642026-08-19T02:31:16.641Z Compiling bzip2 v0.6.1
16652026-08-19T02:31:16.749Z Compiling dof v0.3.0
16662026-08-19T02:31:16.845Z Compiling jiff v0.2.34
16672026-08-19T02:31:16.868Z Compiling textwrap v0.16.2
16682026-08-19T02:31:16.884Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16692026-08-19T02:31:16.900Z Compiling zopfli v0.8.3
16702026-08-19T02:31:17.062Z Compiling snafu v0.8.9
16712026-08-19T02:31:17.101Z Compiling strum v0.27.2
16722026-08-19T02:31:17.230Z Compiling group v0.13.0
16732026-08-19T02:31:17.246Z Compiling cargo_metadata v0.23.1
16742026-08-19T02:31:17.355Z Compiling phf v0.13.1
16752026-08-19T02:31:17.445Z Compiling backtrace-ext v0.2.1
16762026-08-19T02:31:17.474Z Compiling hubpack v0.1.2
16772026-08-19T02:31:17.499Z Compiling cookie_store v0.22.1
16782026-08-19T02:31:17.547Z Compiling futures v0.3.32
16792026-08-19T02:31:17.576Z Compiling signal-hook-mio v0.2.5
16802026-08-19T02:31:17.633Z Compiling zstd v0.13.3
16812026-08-19T02:31:17.647Z Compiling cipher v0.5.2
16822026-08-19T02:31:17.709Z Compiling serde_with_macros v3.21.0
16832026-08-19T02:31:17.724Z Compiling postgres-types v0.2.12
16842026-08-19T02:31:17.796Z Compiling hyper-tls v0.6.0
16852026-08-19T02:31:17.977Z Compiling reqwest v0.12.28
16862026-08-19T02:31:18.020Z Compiling globset v0.4.18
16872026-08-19T02:31:18.041Z Compiling usdt-macro v0.6.0
16882026-08-19T02:31:18.134Z Compiling usdt-attr-macro v0.6.0
16892026-08-19T02:31:18.170Z Compiling byte-wrapper v0.1.0
16902026-08-19T02:31:18.305Z Compiling hkdf v0.12.4
16912026-08-19T02:31:18.328Z Compiling ed25519 v2.2.3
16922026-08-19T02:31:18.493Z Compiling crypto-bigint v0.5.5
16932026-08-19T02:31:18.515Z Compiling olpc-cjson v0.1.4
16942026-08-19T02:31:18.633Z Compiling serde-big-array v0.5.1
16952026-08-19T02:31:18.729Z Compiling serde_plain v1.0.2
16962026-08-19T02:31:18.743Z Compiling dtrace-parser v0.2.0
16972026-08-19T02:31:18.762Z Compiling async-recursion v1.1.1
16982026-08-19T02:31:18.789Z Compiling serde_repr v0.1.20
16992026-08-19T02:31:18.878Z Compiling strum_macros v0.26.4
17002026-08-19T02:31:18.912Z Compiling miette-derive v7.6.0
17012026-08-19T02:31:18.941Z Compiling enum-as-inner v0.6.1
17022026-08-19T02:31:19.021Z Compiling phf_shared v0.11.3
17032026-08-19T02:31:19.072Z Compiling float-cmp v0.10.0
17042026-08-19T02:31:19.221Z Compiling pem v3.0.6
17052026-08-19T02:31:19.241Z Compiling thread-id v4.2.2
17062026-08-19T02:31:19.282Z Compiling memmap2 v0.9.10
17072026-08-19T02:31:19.339Z Compiling const-oid v0.10.2
17082026-08-19T02:31:19.366Z Compiling static_assertions v1.1.0
17092026-08-19T02:31:19.452Z Compiling precomputed-hash v0.1.1
17102026-08-19T02:31:19.465Z Compiling whoami v2.1.0
17112026-08-19T02:31:19.489Z Compiling cpufeatures v0.3.0
17122026-08-19T02:31:19.510Z Compiling difflib v0.4.0
17132026-08-19T02:31:19.524Z Compiling fixedbitset v0.4.2
17142026-08-19T02:31:19.554Z Compiling fixedbitset v0.5.7
17152026-08-19T02:31:19.569Z Compiling winnow v1.0.3
17162026-08-19T02:31:19.583Z Compiling keccak v0.1.6
17172026-08-19T02:31:19.587Z Compiling predicates-core v1.0.10
17182026-08-19T02:31:19.750Z Compiling normalize-line-endings v0.3.0
17192026-08-19T02:31:19.776Z Compiling new_debug_unreachable v1.0.6
17202026-08-19T02:31:19.858Z Compiling data-encoding v2.10.0
17212026-08-19T02:31:19.862Z Compiling supports-unicode v3.0.0
17222026-08-19T02:31:19.886Z Compiling supports-hyperlinks v3.2.0
17232026-08-19T02:31:19.891Z Compiling typed-path v0.9.3
17242026-08-19T02:31:20.013Z Compiling string_cache v0.8.9
17252026-08-19T02:31:20.035Z Compiling predicates v3.1.4
17262026-08-19T02:31:20.059Z Compiling petgraph v0.8.3
17272026-08-19T02:31:20.096Z Compiling toml_edit v0.22.27
17282026-08-19T02:31:20.100Z Compiling miette v7.6.0
17292026-08-19T02:31:20.180Z Compiling hickory-proto v0.25.2
17302026-08-19T02:31:20.282Z Compiling sha3 v0.10.8
17312026-08-19T02:31:20.352Z Compiling tokio-postgres v0.7.16
17322026-08-19T02:31:20.463Z Compiling petgraph v0.6.5
17332026-08-19T02:31:20.595Z Compiling toml_parser v1.1.2+spec-1.1.0
17342026-08-19T02:31:20.681Z Compiling chacha20 v0.10.0
17352026-08-19T02:31:20.698Z Compiling strum v0.26.3
17362026-08-19T02:31:20.715Z Compiling elliptic-curve v0.13.8
17372026-08-19T02:31:20.715Z Compiling digest v0.11.3
17382026-08-19T02:31:20.745Z Compiling usdt v0.6.0
17392026-08-19T02:31:20.840Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17402026-08-19T02:31:20.968Z Compiling usdt-impl v0.5.0
17412026-08-19T02:31:21.018Z Compiling zip v4.6.1
17422026-08-19T02:31:21.076Z Compiling serde_with v3.21.0
17432026-08-19T02:31:21.136Z Compiling crossterm v0.28.1
17442026-08-19T02:31:21.171Z Compiling ed25519-dalek v2.2.0
17452026-08-19T02:31:21.233Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17462026-08-19T02:31:21.687Z Compiling iddqd v0.4.2
17472026-08-19T02:31:21.815Z Compiling similar v2.7.0
17482026-08-19T02:31:21.993Z Compiling heck v0.4.1
17492026-08-19T02:31:22.009Z Compiling itertools v0.15.0
17502026-08-19T02:31:22.034Z Compiling itertools v0.13.0
17512026-08-19T02:31:22.129Z Compiling crossbeam-epoch v0.9.18
17522026-08-19T02:31:22.239Z Compiling tokio-stream v0.1.18
17532026-08-19T02:31:22.407Z Compiling buf-list v1.1.2
17542026-08-19T02:31:22.466Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17552026-08-19T02:31:22.601Z Compiling openapiv3 v2.2.0
17562026-08-19T02:31:22.688Z Compiling lalrpop-util v0.19.12
17572026-08-19T02:31:22.703Z Compiling peg-runtime v0.8.5
17582026-08-19T02:31:22.720Z Compiling thread_local v1.1.9
17592026-08-19T02:31:22.761Z Compiling slog-async v2.8.0
17602026-08-19T02:31:22.777Z Compiling crossbeam-channel v0.5.15
17612026-08-19T02:31:22.866Z Compiling filetime v0.2.27
17622026-08-19T02:31:22.889Z Compiling is-terminal v0.4.17
17632026-08-19T02:31:22.904Z Compiling xattr v1.6.1
17642026-08-19T02:31:22.972Z Compiling term v1.2.1
17652026-08-19T02:31:22.996Z Compiling take_mut v0.2.2
17662026-08-19T02:31:22.999Z Compiling camino-tempfile v1.4.1
17672026-08-19T02:31:23.024Z Compiling tar v0.4.46
17682026-08-19T02:31:23.260Z Compiling slog-term v2.9.2
17692026-08-19T02:31:40.528Z Compiling rustls-webpki v0.103.13
17702026-08-19T02:31:43.191Z Compiling tokio-rustls v0.26.4
17712026-08-19T02:31:43.191Z Compiling rustls-platform-verifier v0.6.2
17722026-08-19T02:31:43.194Z Compiling tough v0.22.0
17732026-08-19T02:31:43.385Z Compiling hyper-rustls v0.27.7
17742026-08-19T02:31:43.573Z Compiling reqwest v0.13.2
17752026-08-19T02:31:45.723Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17762026-08-19T02:31:45.949Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17772026-08-19T02:31:48.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.02s
17782026-08-19T02:31:48.986Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17792026-08-19T02:31:49.041ZAug 19 02:31:48.364 INFO Starting download, target: Cockroach
17802026-08-19T02:31:49.041ZAug 19 02:31:48.364 INFO Starting download, target: Clickhouse
17812026-08-19T02:31:49.041ZAug 19 02:31:48.364 INFO Starting download, target: Console
17822026-08-19T02:31:49.044ZAug 19 02:31:48.364 INFO Starting download, target: DendriteStub
17832026-08-19T02:31:49.044ZAug 19 02:31:48.364 INFO Starting download, target: MaghemiteMgd
17842026-08-19T02:31:49.044ZAug 19 02:31:48.364 INFO Starting download, target: MaghemiteDdmd
17852026-08-19T02:31:49.044ZAug 19 02:31:48.364 INFO Starting download, target: TransceiverControl
17862026-08-19T02:31:49.044ZAug 19 02:31:48.365 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17872026-08-19T02:31:49.045ZAug 19 02:31:48.365 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17882026-08-19T02:31:49.045ZAug 19 02:31:48.365 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17892026-08-19T02:31:49.045ZAug 19 02:31:48.365 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17902026-08-19T02:31:49.045ZAug 19 02:31:48.365 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17912026-08-19T02:31:49.045ZAug 19 02:31:48.365 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17922026-08-19T02:31:49.046ZAug 19 02:31:48.365 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17932026-08-19T02:31:50.700ZAug 19 02:31:50.017 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17942026-08-19T02:31:50.913ZAug 19 02:31:50.235 INFO Download complete, target: TransceiverControl
17952026-08-19T02:31:51.015ZAug 19 02:31:50.339 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17962026-08-19T02:31:51.273ZAug 19 02:31:50.592 INFO Download complete, target: Console
17972026-08-19T02:31:52.294ZAug 19 02:31:51.618 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17982026-08-19T02:31:52.441ZAug 19 02:31:51.762 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17992026-08-19T02:31:52.531ZAug 19 02:31:51.852 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18002026-08-19T02:31:52.746ZAug 19 02:31:52.060 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18012026-08-19T02:31:53.053ZAug 19 02:31:52.377 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18022026-08-19T02:31:53.053ZAug 19 02:31:52.377 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18032026-08-19T02:31:54.518ZAug 19 02:31:53.842 INFO Download complete, target: MaghemiteDdmd
18042026-08-19T02:31:55.119ZAug 19 02:31:54.443 INFO Download complete, target: DendriteStub
18052026-08-19T02:31:55.450ZAug 19 02:31:54.774 INFO Download complete, target: MaghemiteMgd
18062026-08-19T02:31:57.844ZAug 19 02:31:57.168 INFO Checking that binary works, target: Cockroach
18072026-08-19T02:31:57.971ZAug 19 02:31:57.294 INFO Download complete, target: Cockroach
18082026-08-19T02:31:59.158ZAug 19 02:31:58.481 INFO Checking that binary works, target: Clickhouse
18092026-08-19T02:31:59.240ZAug 19 02:31:58.564 INFO Download complete, target: Clickhouse
18102026-08-19T02:31:59.247ZAll prerequisites installed successfully
18112026-08-19T02:31:59.251Z
18122026-08-19T02:31:59.251Zreal 1:54.540316458
18132026-08-19T02:31:59.251Zuser 7:17.753682736
18142026-08-19T02:31:59.251Zsys 1:44.740239480
18152026-08-19T02:31:59.251Ztrap 0.299488042
18162026-08-19T02:31:59.251Ztflt 0.844134123
18172026-08-19T02:31:59.251Zdflt 1.638612396
18182026-08-19T02:31:59.251Zkflt 0.021325710
18192026-08-19T02:31:59.251Zlock 28:59.817599144
18202026-08-19T02:31:59.251Zslp 20:05.246703439
18212026-08-19T02:31:59.251Zlat 28.988717688
18222026-08-19T02:31:59.251Zstop 3:29.803307021
18232026-08-19T02:31:59.251Z+ ptime -m cargo xtask download softnpu
18242026-08-19T02:31:59.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18252026-08-19T02:31:59.734Z Running `target/debug/xtask download softnpu`
18262026-08-19T02:32:00.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
18272026-08-19T02:32:00.567Z Running `target/debug/xtask-downloader softnpu`
18282026-08-19T02:32:00.609ZAug 19 02:31:59.932 INFO Starting download, target: Softnpu
18292026-08-19T02:32:00.612ZAug 19 02:31:59.933 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18302026-08-19T02:32:01.241ZAug 19 02:32:00.565 INFO Download complete, target: Softnpu
18312026-08-19T02:32:01.245Z
18322026-08-19T02:32:01.249Zreal 1.991521683
18332026-08-19T02:32:01.249Zuser 1.329259121
18342026-08-19T02:32:01.249Zsys 0.623417844
18352026-08-19T02:32:01.249Ztrap 0.000727980
18362026-08-19T02:32:01.249Ztflt 0.000208330
18372026-08-19T02:32:01.249Zdflt 0.000117860
18382026-08-19T02:32:01.249Zkflt 0.000000000
18392026-08-19T02:32:01.249Zlock 12.044733944
18402026-08-19T02:32:01.249Zslp 0.480679600
18412026-08-19T02:32:01.249Zlat 0.095422118
18422026-08-19T02:32:01.249Zstop 0.000180080
18432026-08-19T02:32:01.250Z+ export CARGO_INCREMENTAL=0
18442026-08-19T02:32:01.250Z+ CARGO_INCREMENTAL=0
18452026-08-19T02:32:01.250Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18462026-08-19T02:32:02.179Z Compiling proc-macro2 v1.0.106
18472026-08-19T02:32:02.179Z Compiling quote v1.0.45
18482026-08-19T02:32:02.179Z Compiling unicode-ident v1.0.24
18492026-08-19T02:32:02.182Z Compiling serde_core v1.0.228
18502026-08-19T02:32:02.182Z Compiling libc v0.2.185
18512026-08-19T02:32:02.182Z Compiling serde v1.0.228
18522026-08-19T02:32:02.182Z Compiling cfg-if v1.0.4
18532026-08-19T02:32:02.182Z Compiling version_check v0.9.5
18542026-08-19T02:32:02.182Z Compiling autocfg v1.5.0
18552026-08-19T02:32:02.182Z Compiling shlex v1.3.0
18562026-08-19T02:32:02.182Z Compiling find-msvc-tools v0.1.9
18572026-08-19T02:32:02.182Z Compiling memchr v2.8.0
18582026-08-19T02:32:02.182Z Compiling zmij v1.0.21
18592026-08-19T02:32:02.182Z Compiling serde_json v1.0.151
18602026-08-19T02:32:02.549Z Compiling portable-atomic v1.13.1
18612026-08-19T02:32:02.566Z Compiling zerocopy v0.8.55
18622026-08-19T02:32:02.629Z Compiling libm v0.2.16
18632026-08-19T02:32:02.744Z Compiling parking_lot_core v0.9.12
18642026-08-19T02:32:02.808Z Compiling generic-array v0.14.7
18652026-08-19T02:32:02.840Z Compiling icu_properties_data v2.1.2
18662026-08-19T02:32:02.886Z Compiling smallvec v1.15.1
18672026-08-19T02:32:02.889Z Compiling icu_normalizer_data v2.1.1
18682026-08-19T02:32:02.901Z Compiling itoa v1.0.17
18692026-08-19T02:32:03.010Z Compiling num-traits v0.2.19
18702026-08-19T02:32:03.024Z Compiling getrandom v0.4.3
18712026-08-19T02:32:03.039Z Compiling log v0.4.33
18722026-08-19T02:32:03.086Z Compiling getrandom v0.3.4
18732026-08-19T02:32:03.103Z Compiling subtle v2.6.1
18742026-08-19T02:32:03.107Z Compiling pkg-config v0.3.32
18752026-08-19T02:32:03.195Z Compiling typenum v1.20.1
18762026-08-19T02:32:03.237Z Compiling stable_deref_trait v1.2.1
18772026-08-19T02:32:03.276Z Compiling rustix v1.1.4
18782026-08-19T02:32:03.339Z Compiling scopeguard v1.2.0
18792026-08-19T02:32:03.342Z Compiling thiserror v2.0.18
18802026-08-19T02:32:03.456Z Compiling jobserver v0.1.34
18812026-08-19T02:32:03.473Z Compiling errno v0.3.14
18822026-08-19T02:32:03.489Z Compiling lock_api v0.4.14
18832026-08-19T02:32:03.611Z Compiling getrandom v0.2.17
18842026-08-19T02:32:03.664Z Compiling heck v0.5.0
18852026-08-19T02:32:03.698Z Compiling cc v1.2.56
18862026-08-19T02:32:03.701Z Compiling equivalent v1.0.2
18872026-08-19T02:32:03.766Z Compiling rand_core v0.6.4
18882026-08-19T02:32:03.782Z Compiling syn v2.0.117
18892026-08-19T02:32:03.849Z Compiling critical-section v1.2.0
18902026-08-19T02:32:03.852Z Compiling syn v1.0.109
18912026-08-19T02:32:03.882Z Compiling pin-project-lite v0.2.17
18922026-08-19T02:32:03.962Z Compiling litemap v0.8.1
18932026-08-19T02:32:04.031Z Compiling schemars v0.8.22
18942026-08-19T02:32:04.045Z Compiling writeable v0.6.2
18952026-08-19T02:32:04.063Z Compiling percent-encoding v2.3.2
18962026-08-19T02:32:04.066Z Compiling hashbrown v0.17.0
18972026-08-19T02:32:04.158Z Compiling rustversion v1.0.22
18982026-08-19T02:32:04.195Z Compiling fs_extra v1.3.0
18992026-08-19T02:32:04.211Z Compiling dunce v1.0.5
19002026-08-19T02:32:04.241Z Compiling once_cell v1.21.3
19012026-08-19T02:32:04.369Z Compiling byteorder v1.5.0
19022026-08-19T02:32:04.464Z Compiling cmake v0.1.57
19032026-08-19T02:32:04.516Z Compiling strsim v0.11.1
19042026-08-19T02:32:04.529Z Compiling rand_core v0.10.0
19052026-08-19T02:32:04.674Z Compiling semver v1.0.28
19062026-08-19T02:32:04.782Z Compiling bitflags v2.11.0
19072026-08-19T02:32:04.786Z Compiling indexmap v2.14.0
19082026-08-19T02:32:04.884Z Compiling signal-hook-registry v1.4.8
19092026-08-19T02:32:04.987Z Compiling thiserror v1.0.69
19102026-08-19T02:32:05.005Z Compiling aws-lc-sys v0.40.0
19112026-08-19T02:32:05.020Z Compiling utf8_iter v1.0.4
19122026-08-19T02:32:05.024Z Compiling parking_lot v0.12.5
19132026-08-19T02:32:05.024Z Compiling form_urlencoded v1.2.2
19142026-08-19T02:32:05.165Z Compiling socket2 v0.6.3
19152026-08-19T02:32:05.222Z Compiling mio v1.2.0
19162026-08-19T02:32:05.327Z Compiling futures-core v0.3.32
19172026-08-19T02:32:05.343Z Compiling const-oid v0.9.6
19182026-08-19T02:32:05.387Z Compiling aws-lc-rs v1.16.3
19192026-08-19T02:32:05.511Z Compiling httparse v1.10.1
19202026-08-19T02:32:05.645Z Compiling regex-syntax v0.8.10
19212026-08-19T02:32:05.875Z Compiling ucd-trie v0.1.7
19222026-08-19T02:32:05.903Z Compiling fnv v1.0.7
19232026-08-19T02:32:05.922Z Compiling crc32fast v1.5.0
19242026-08-19T02:32:05.989Z Compiling ident_case v1.0.1
19252026-08-19T02:32:06.003Z Compiling iana-time-zone v0.1.65
19262026-08-19T02:32:06.034Z Compiling vcpkg v0.2.15
19272026-08-19T02:32:06.050Z Compiling pest v2.8.6
19282026-08-19T02:32:06.278Z Compiling uuid v1.23.4
19292026-08-19T02:32:06.296Z Compiling rustc_version v0.4.1
19302026-08-19T02:32:06.352Z Compiling futures-sink v0.3.32
19312026-08-19T02:32:06.372Z Compiling rustls v0.23.41
19322026-08-19T02:32:06.451Z Compiling futures-channel v0.3.32
19332026-08-19T02:32:06.594Z Compiling synstructure v0.13.2
19342026-08-19T02:32:06.621Z Compiling serde_derive_internals v0.29.1
19352026-08-19T02:32:06.640Z Compiling openssl-sys v0.9.117
19362026-08-19T02:32:06.835Z Compiling aho-corasick v1.1.4
19372026-08-19T02:32:06.850Z Compiling futures-task v0.3.32
19382026-08-19T02:32:06.982Z Compiling slab v0.4.12
19392026-08-19T02:32:07.069Z Compiling futures-io v0.3.32
19402026-08-19T02:32:07.184Z Compiling pest_meta v2.8.6
19412026-08-19T02:32:07.257Z Compiling dyn-clone v1.0.20
19422026-08-19T02:32:07.261Z Compiling num-conv v0.2.0
19432026-08-19T02:32:07.273Z Compiling radium v0.7.0
19442026-08-19T02:32:07.321Z Compiling time-core v0.1.8
19452026-08-19T02:32:07.369Z Compiling plain v0.2.3
19462026-08-19T02:32:07.463Z Compiling crossbeam-utils v0.8.21
19472026-08-19T02:32:07.477Z Compiling openssl v0.10.80
19482026-08-19T02:32:07.480Z Compiling pretty-hex v0.4.1
19492026-08-19T02:32:07.512Z Compiling base64 v0.22.1
19502026-08-19T02:32:07.512Z Compiling time-macros v0.2.27
19512026-08-19T02:32:07.583Z Compiling maybe-uninit v2.0.0
19522026-08-19T02:32:07.670Z Compiling regex-automata v0.4.14
19532026-08-19T02:32:07.693Z Compiling base64ct v1.8.3
19542026-08-19T02:32:07.727Z Compiling flagset v0.4.7
19552026-08-19T02:32:07.777Z Compiling darling_core v0.23.0
19562026-08-19T02:32:07.780Z Compiling rand_core v0.9.5
19572026-08-19T02:32:07.851Z Compiling serde_derive v1.0.228
19582026-08-19T02:32:07.879Z Compiling zeroize_derive v1.5.0
19592026-08-19T02:32:07.901Z Compiling zerofrom-derive v0.1.6
19602026-08-19T02:32:07.917Z Compiling yoke-derive v0.8.1
19612026-08-19T02:32:08.016Z Compiling zerocopy-derive v0.8.55
19622026-08-19T02:32:08.039Z Compiling zerovec-derive v0.11.2
19632026-08-19T02:32:08.055Z Compiling displaydoc v0.2.5
19642026-08-19T02:32:08.072Z Compiling tokio-macros v2.7.0
19652026-08-19T02:32:08.186Z Compiling futures-macro v0.3.32
19662026-08-19T02:32:08.253Z Compiling thiserror-impl v2.0.18
19672026-08-19T02:32:08.365Z Compiling schemars_derive v0.8.22
19682026-08-19T02:32:08.467Z Compiling der_derive v0.7.3
19692026-08-19T02:32:08.522Z Compiling tracing-attributes v0.1.31
19702026-08-19T02:32:08.527Z Compiling thiserror-impl v1.0.69
19712026-08-19T02:32:08.752Z Compiling pest_generator v2.8.6
19722026-08-19T02:32:08.776Z Compiling pem-rfc7468 v0.7.0
19732026-08-19T02:32:08.899Z Compiling scroll_derive v0.13.1
19742026-08-19T02:32:08.979Z Compiling futures-util v0.3.32
19752026-08-19T02:32:09.041Z Compiling zerofrom v0.1.6
19762026-08-19T02:32:09.200Z Compiling yoke v0.8.1
19772026-08-19T02:32:09.414Z Compiling zerovec v0.11.5
19782026-08-19T02:32:09.414Z Compiling zerotrie v0.2.3
19792026-08-19T02:32:09.482Z Compiling pest_derive v2.8.6
19802026-08-19T02:32:09.687Z Compiling scroll_derive v0.12.1
19812026-08-19T02:32:09.703Z Compiling openssl-macros v0.1.1
19822026-08-19T02:32:09.707Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19832026-08-19T02:32:09.785Z Compiling bzip2-sys v0.1.13+1.0.8
19842026-08-19T02:32:09.810Z Compiling ahash v0.8.12
19852026-08-19T02:32:09.889Z Compiling anyhow v1.0.104
19862026-08-19T02:32:09.913Z Compiling tinystr v0.8.2
19872026-08-19T02:32:09.996Z Compiling potential_utf v0.1.4
19882026-08-19T02:32:10.113Z Compiling icu_locale_core v2.1.1
19892026-08-19T02:32:10.132Z Compiling icu_collections v2.1.1
19902026-08-19T02:32:10.149Z Compiling native-tls v0.2.18
19912026-08-19T02:32:10.163Z Compiling packed_struct v0.10.1
19922026-08-19T02:32:10.358Z Compiling num-bigint-dig v0.8.6
19932026-08-19T02:32:10.366Z Compiling darling_macro v0.23.0
19942026-08-19T02:32:10.404Z Compiling regex v1.12.3
19952026-08-19T02:32:10.448Z Compiling zerocopy-derive v0.7.35
19962026-08-19T02:32:10.847Z Compiling icu_provider v2.1.1
19972026-08-19T02:32:10.891Z Compiling slog v2.8.2
19982026-08-19T02:32:10.905Z Compiling tracing-core v0.1.36
19992026-08-19T02:32:11.085Z Compiling zeroize v1.9.0
20002026-08-19T02:32:11.109Z Compiling bytes v1.11.1
20012026-08-19T02:32:11.160Z Compiling chrono v0.4.45
20022026-08-19T02:32:11.163Z Compiling icu_properties v2.1.2
20032026-08-19T02:32:11.363Z Compiling icu_normalizer v2.1.1
20042026-08-19T02:32:11.744Z Compiling tokio v1.52.1
20052026-08-19T02:32:11.902Z Compiling crypto-common v0.1.7
20062026-08-19T02:32:11.935Z Compiling block-buffer v0.10.4
20072026-08-19T02:32:12.020Z Compiling serde_tokenstream v0.2.3
20082026-08-19T02:32:12.085Z Compiling digest v0.10.7
20092026-08-19T02:32:12.120Z Compiling idna_adapter v1.2.1
20102026-08-19T02:32:12.124Z Compiling der v0.7.10
20112026-08-19T02:32:12.270Z Compiling idna v1.1.0
20122026-08-19T02:32:12.369Z Compiling http v1.4.2
20132026-08-19T02:32:12.597Z Compiling ppv-lite86 v0.2.21
20142026-08-19T02:32:12.629Z Compiling url v2.5.8
20152026-08-19T02:32:12.804Z Compiling cookie v0.18.1
20162026-08-19T02:32:12.835Z Compiling camino v1.2.5
20172026-08-19T02:32:12.953Z Compiling cpufeatures v0.2.17
20182026-08-19T02:32:12.987Z Compiling spki v0.7.3
20192026-08-19T02:32:13.029Z Compiling rand_chacha v0.9.0
20202026-08-19T02:32:13.055Z Compiling tracing v0.1.44
20212026-08-19T02:32:13.228Z Compiling serde_spanned v0.6.9
20222026-08-19T02:32:13.264Z Compiling toml_datetime v0.6.11
20232026-08-19T02:32:13.408Z Compiling darling v0.23.0
20242026-08-19T02:32:13.426Z Compiling zerocopy-derive v0.6.6
20252026-08-19T02:32:13.442Z Compiling bitfield-macros v0.19.4
20262026-08-19T02:32:13.484Z Compiling clap_derive v4.6.1
20272026-08-19T02:32:13.514Z Compiling packed_struct_codegen v0.10.1
20282026-08-19T02:32:13.552Z Compiling indexmap v1.9.3
20292026-08-19T02:32:13.658Z Compiling paste v1.0.15
20302026-08-19T02:32:13.778Z Compiling simd-adler32 v0.3.8
20312026-08-19T02:32:13.945Z Compiling object v0.37.3
20322026-08-19T02:32:14.202Z Compiling http-body v1.0.1
20332026-08-19T02:32:14.222Z Compiling rand v0.9.2
20342026-08-19T02:32:14.239Z Compiling pkcs8 v0.10.2
20352026-08-19T02:32:14.242Z Compiling rustls-pki-types v1.14.0
20362026-08-19T02:32:14.464Z Compiling spin v0.9.8
20372026-08-19T02:32:14.482Z Compiling usdt-impl v0.5.0
20382026-08-19T02:32:14.505Z Compiling cmov v0.5.4
20392026-08-19T02:32:14.522Z Compiling winnow v0.5.40
20402026-08-19T02:32:14.625Z Compiling usdt-impl v0.6.0
20412026-08-19T02:32:14.701Z Compiling tinyvec_macros v0.1.1
20422026-08-19T02:32:14.717Z Compiling adler2 v2.0.1
20432026-08-19T02:32:14.734Z Compiling openssl-probe v0.2.1
20442026-08-19T02:32:14.797Z Compiling either v1.15.0
20452026-08-19T02:32:14.886Z Compiling anstyle v1.0.14
20462026-08-19T02:32:14.997Z Compiling utf8parse v0.2.2
20472026-08-19T02:32:15.033Z Compiling fastrand v2.3.0
20482026-08-19T02:32:15.073Z Compiling ref-cast v1.0.25
20492026-08-19T02:32:15.133Z Compiling ctutils v0.4.2
20502026-08-19T02:32:15.150Z Compiling anstyle-parse v1.0.0
20512026-08-19T02:32:15.153Z Compiling miniz_oxide v0.8.9
20522026-08-19T02:32:15.185Z Compiling tinyvec v1.10.0
20532026-08-19T02:32:15.396Z Compiling sha2 v0.10.9
20542026-08-19T02:32:15.426Z Compiling scroll v0.12.0
20552026-08-19T02:32:15.482Z Compiling scroll v0.13.0
20562026-08-19T02:32:15.564Z Compiling tokio-util v0.7.18
20572026-08-19T02:32:15.606Z Compiling terminal_size v0.4.3
20582026-08-19T02:32:15.713Z Compiling async-trait v0.1.89
20592026-08-19T02:32:15.732Z Compiling heapless v0.7.17
20602026-08-19T02:32:15.806Z Compiling toml_edit v0.19.15
20612026-08-19T02:32:15.899Z Compiling atomic-waker v1.1.2
20622026-08-19T02:32:15.931Z Compiling rustix v0.38.44
20632026-08-19T02:32:16.050Z Compiling winnow v0.7.14
20642026-08-19T02:32:16.078Z Compiling winnow v1.0.3
20652026-08-19T02:32:16.078Z Compiling tower-service v0.3.3
20662026-08-19T02:32:16.208Z Compiling try-lock v0.2.5
20672026-08-19T02:32:16.275Z Compiling signal-hook v0.3.18
20682026-08-19T02:32:16.350Z Compiling tower-layer v0.3.3
20692026-08-19T02:32:16.510Z Compiling colorchoice v1.0.4
20702026-08-19T02:32:16.528Z Compiling is_terminal_polyfill v1.70.2
20712026-08-19T02:32:16.545Z Compiling anstyle-query v1.1.5
20722026-08-19T02:32:16.599Z Compiling litrs v1.0.0
20732026-08-19T02:32:16.675Z Compiling untrusted v0.7.1
20742026-08-19T02:32:16.717Z Compiling zstd-safe v7.2.4
20752026-08-19T02:32:16.839Z Compiling tempfile v3.27.0
20762026-08-19T02:32:16.864Z Compiling anstream v1.0.0
20772026-08-19T02:32:16.867Z Compiling want v0.3.1
20782026-08-19T02:32:16.952Z Compiling h2 v0.4.15
20792026-08-19T02:32:17.078Z Compiling toml_parser v1.1.2+spec-1.1.0
20802026-08-19T02:32:17.098Z Compiling document-features v0.2.12
20812026-08-19T02:32:17.516Z Compiling goblin v0.10.5
20822026-08-19T02:32:17.519Z Compiling goblin v0.8.2
20832026-08-19T02:32:17.578Z Compiling hybrid-array v0.4.13
20842026-08-19T02:32:17.671Z Compiling itertools v0.15.0
20852026-08-19T02:32:17.715Z Compiling zerocopy v0.7.35
20862026-08-19T02:32:17.731Z Compiling ipnet v2.12.0
20872026-08-19T02:32:17.952Z Compiling structmeta-derive v0.3.0
20882026-08-19T02:32:18.101Z Compiling daft-derive v0.1.7
20892026-08-19T02:32:18.117Z Compiling ref-cast-impl v1.0.25
20902026-08-19T02:32:18.221Z Compiling curve25519-dalek v4.1.3
20912026-08-19T02:32:18.242Z Compiling darling_core v0.20.11
20922026-08-19T02:32:18.365Z Compiling memoffset v0.9.1
20932026-08-19T02:32:18.421Z Compiling httpdate v1.0.3
20942026-08-19T02:32:18.499Z Compiling foreign-types-shared v0.1.1
20952026-08-19T02:32:18.597Z Compiling untrusted v0.9.0
20962026-08-19T02:32:18.748Z Compiling tap v1.0.1
20972026-08-19T02:32:18.801Z Compiling powerfmt v0.2.0
20982026-08-19T02:32:18.867Z Compiling wyz v0.5.1
20992026-08-19T02:32:18.898Z Compiling foreign-types v0.3.2
21002026-08-19T02:32:18.961Z Compiling structmeta v0.3.0
21012026-08-19T02:32:18.991Z Compiling deranged v0.5.8
21022026-08-19T02:32:19.087Z Compiling unicode-normalization v0.1.25
21032026-08-19T02:32:19.235Z Compiling dtrace-parser v0.2.0
21042026-08-19T02:32:19.316Z Compiling rand_chacha v0.3.1
21052026-08-19T02:32:19.599Z Compiling signature v2.2.0
21062026-08-19T02:32:19.645Z Compiling hex v0.4.3
21072026-08-19T02:32:19.721Z Compiling dtrace-parser v0.3.0
21082026-08-19T02:32:19.786Z Compiling dof v0.3.0
21092026-08-19T02:32:19.904Z Compiling pin-project-internal v1.1.11
21102026-08-19T02:32:19.949Z Compiling num-integer v0.1.46
21112026-08-19T02:32:20.166Z Compiling hyper v1.10.1
21122026-08-19T02:32:20.200Z Compiling darling_macro v0.20.11
21132026-08-19T02:32:20.247Z Compiling dof v0.4.0
21142026-08-19T02:32:20.294Z Compiling thread-id v5.1.0
21152026-08-19T02:32:20.338Z Compiling wait-timeout v0.2.1
21162026-08-19T02:32:20.407Z Compiling thread-id v4.2.2
21172026-08-19T02:32:20.422Z Compiling funty v2.0.0
21182026-08-19T02:32:20.605Z Compiling cfg_aliases v0.2.1
21192026-08-19T02:32:20.705Z Compiling clap_lex v1.0.0
21202026-08-19T02:32:20.719Z Compiling num_threads v0.1.7
21212026-08-19T02:32:20.776Z Compiling bit-vec v0.8.0
21222026-08-19T02:32:20.854Z Compiling smoltcp v0.9.1
21232026-08-19T02:32:20.922Z Compiling quick-error v1.2.3
21242026-08-19T02:32:20.938Z Compiling owo-colors v4.3.0
21252026-08-19T02:32:20.955Z Compiling clap_builder v4.6.0
21262026-08-19T02:32:20.958Z Compiling time v0.3.47
21272026-08-19T02:32:21.052Z Compiling bit-set v0.8.0
21282026-08-19T02:32:21.055Z Compiling rusty-fork v0.3.1
21292026-08-19T02:32:21.182Z Compiling bitvec v1.0.1
21302026-08-19T02:32:21.199Z Compiling darling v0.20.11
21312026-08-19T02:32:21.249Z Compiling nix v0.31.2
21322026-08-19T02:32:21.288Z Compiling hyper-util v0.1.20
21332026-08-19T02:32:21.308Z Compiling num-iter v0.1.45
21342026-08-19T02:32:21.459Z Compiling rand v0.8.6
21352026-08-19T02:32:21.665Z Compiling lazy_static v1.5.0
21362026-08-19T02:32:21.704Z Compiling ipnetwork v0.21.1
21372026-08-19T02:32:21.792Z Compiling hmac v0.12.1
21382026-08-19T02:32:22.121Z Compiling rand_xorshift v0.4.0
21392026-08-19T02:32:22.137Z Compiling curve25519-dalek-derive v0.1.1
21402026-08-19T02:32:22.299Z Compiling sync_wrapper v1.0.2
21412026-08-19T02:32:22.422Z Compiling crc-catalog v2.4.0
21422026-08-19T02:32:22.438Z Compiling siphasher v1.0.2
21432026-08-19T02:32:22.545Z Compiling nodrop v0.1.14
21442026-08-19T02:32:22.668Z Compiling zlib-rs v0.6.2
21452026-08-19T02:32:22.768Z Compiling unarray v0.1.4
21462026-08-19T02:32:22.883Z Compiling proptest v1.11.0
21472026-08-19T02:32:23.307Z Compiling array-init v0.0.4
21482026-08-19T02:32:23.355Z Compiling crc v3.4.0
21492026-08-19T02:32:23.572Z Compiling clap v4.6.1
21502026-08-19T02:32:23.679Z Compiling tower v0.5.3
21512026-08-19T02:32:24.005Z Compiling smallvec v0.6.14
21522026-08-19T02:32:24.173Z Compiling derive_builder_core v0.20.2
21532026-08-19T02:32:24.327Z Compiling pkcs1 v0.7.5
21542026-08-19T02:32:24.358Z Compiling http-body-util v0.1.3
21552026-08-19T02:32:24.614Z Compiling zerocopy v0.6.6
21562026-08-19T02:32:24.632Z Compiling bitfield v0.19.4
21572026-08-19T02:32:24.684Z Compiling flate2 v1.1.9
21582026-08-19T02:32:24.715Z Compiling snafu-derive v0.8.9
21592026-08-19T02:32:24.857Z Compiling strum_macros v0.27.2
21602026-08-19T02:32:24.934Z Compiling strum_macros v0.26.4
21612026-08-19T02:32:24.934Z Compiling hubpack_derive v0.1.1
21622026-08-19T02:32:24.982Z Compiling env_filter v2.0.0
21632026-08-19T02:32:25.017Z Compiling fs-err v3.3.0
21642026-08-19T02:32:25.096Z Compiling unicode-segmentation v1.12.0
21652026-08-19T02:32:25.266Z Compiling ryu v1.0.23
21662026-08-19T02:32:25.347Z Compiling hashbrown v0.12.3
21672026-08-19T02:32:25.407Z Compiling gimli v0.32.3
21682026-08-19T02:32:25.502Z Compiling unicode-bidi v0.3.18
21692026-08-19T02:32:25.769Z Compiling allocator-api2 v0.2.21
21702026-08-19T02:32:25.851Z Compiling iri-string v0.7.10
21712026-08-19T02:32:25.914Z Compiling unicode-properties v0.1.4
21722026-08-19T02:32:25.984Z Compiling base64 v0.21.7
21732026-08-19T02:32:26.140Z Compiling stringprep v0.1.5
21742026-08-19T02:32:26.313Z Compiling ron v0.8.1
21752026-08-19T02:32:26.351Z Compiling serde_urlencoded v0.7.1
21762026-08-19T02:32:26.549Z Compiling env_logger v0.11.11
21772026-08-19T02:32:26.656Z Compiling derive_builder_macro v0.20.2
21782026-08-19T02:32:26.798Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21792026-08-19T02:32:26.828Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21802026-08-19T02:32:26.887Z Compiling newtype-uuid v1.3.2
21812026-08-19T02:32:26.902Z Compiling rsa v0.9.10
21822026-08-19T02:32:27.027Z Compiling tower-http v0.6.8
21832026-08-19T02:32:27.167Z Compiling addr2line v0.25.1
21842026-08-19T02:32:27.183Z Compiling oxnet v0.1.6
21852026-08-19T02:32:27.199Z Compiling serde-hex v0.1.0
21862026-08-19T02:32:27.219Z Compiling tokio-native-tls v0.3.1
21872026-08-19T02:32:27.259Z Compiling hashbrown v0.13.2
21882026-08-19T02:32:27.318Z Compiling bzip2 v0.4.4
21892026-08-19T02:32:27.476Z Compiling usdt-attr-macro v0.6.0
21902026-08-19T02:32:27.523Z Compiling usdt-macro v0.6.0
21912026-08-19T02:32:27.540Z Compiling derive-ex v0.1.8
21922026-08-19T02:32:27.556Z Compiling block-padding v0.4.2
21932026-08-19T02:32:27.576Z Compiling block-buffer v0.12.1
21942026-08-19T02:32:27.592Z Compiling crypto-common v0.2.2
21952026-08-19T02:32:27.862Z Compiling rustls-native-certs v0.8.3
21962026-08-19T02:32:27.973Z Compiling x509-cert v0.2.5
21972026-08-19T02:32:28.138Z Compiling md-5 v0.10.6
21982026-08-19T02:32:28.292Z Compiling erased-serde v0.3.31
21992026-08-19T02:32:28.325Z Compiling bstr v1.12.1
22002026-08-19T02:32:28.538Z Compiling vergen-lib v9.1.0
22012026-08-19T02:32:28.553Z Compiling hash32 v0.2.1
22022026-08-19T02:32:28.651Z Compiling encoding_rs v0.8.35
22032026-08-19T02:32:28.750Z Compiling cpufeatures v0.3.0
22042026-08-19T02:32:28.781Z Compiling unicode-width v0.2.0
22052026-08-19T02:32:28.868Z Compiling fallible-iterator v0.2.0
22062026-08-19T02:32:28.928Z Compiling mime v0.3.17
22072026-08-19T02:32:28.961Z Compiling crc-any v2.5.0
22082026-08-19T02:32:29.095Z Compiling psl-types v2.0.11
22092026-08-19T02:32:29.119Z Compiling rustc-demangle v0.1.27
22102026-08-19T02:32:29.237Z Compiling publicsuffix v2.3.0
22112026-08-19T02:32:29.256Z Compiling postgres-protocol v0.6.10
22122026-08-19T02:32:29.273Z Compiling test-strategy v0.4.5
22132026-08-19T02:32:29.732Z Compiling backtrace v0.3.76
22142026-08-19T02:32:30.002Z Compiling object v0.30.4
22152026-08-19T02:32:30.024Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22162026-08-19T02:32:30.102Z Compiling inout v0.2.2
22172026-08-19T02:32:30.138Z Compiling zip v0.6.6
22182026-08-19T02:32:30.268Z Compiling daft v0.1.7
22192026-08-19T02:32:30.291Z Compiling hyper-tls v0.6.0
22202026-08-19T02:32:30.313Z Compiling derive_builder v0.20.2
22212026-08-19T02:32:30.359Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22222026-08-19T02:32:30.556Z Compiling heck v0.4.1
22232026-08-19T02:32:30.583Z Compiling phf_shared v0.13.1
22242026-08-19T02:32:30.638Z Compiling pin-project v1.1.11
22252026-08-19T02:32:30.689Z Compiling toml v0.7.8
22262026-08-19T02:32:30.787Z Compiling serde_with_macros v3.21.0
22272026-08-19T02:32:30.790Z Compiling futures-executor v0.3.32
22282026-08-19T02:32:30.869Z Compiling enum-as-inner v0.6.1
22292026-08-19T02:32:31.019Z Compiling serde_repr v0.1.20
22302026-08-19T02:32:31.026Z Compiling async-recursion v1.1.1
22312026-08-19T02:32:31.061Z Compiling miette-derive v7.6.0
22322026-08-19T02:32:31.148Z Compiling ff v0.13.1
22332026-08-19T02:32:31.217Z Compiling vergen v9.1.0
22342026-08-19T02:32:31.236Z Compiling cargo-platform v0.3.2
22352026-08-19T02:32:31.363Z Compiling libbz2-rs-sys v0.2.2
22362026-08-19T02:32:31.441Z Compiling is_ci v1.2.0
22372026-08-19T02:32:31.517Z Compiling jiff-core v0.1.0
22382026-08-19T02:32:31.533Z Compiling base16ct v0.2.0
22392026-08-19T02:32:31.601Z Compiling same-file v1.0.6
22402026-08-19T02:32:31.696Z Compiling foldhash v0.2.0
22412026-08-19T02:32:31.849Z Compiling smawk v0.3.2
22422026-08-19T02:32:31.936Z Compiling bitflags v1.3.2
22432026-08-19T02:32:31.959Z Compiling managed v0.8.0
22442026-08-19T02:32:32.056Z Compiling bumpalo v3.20.2
22452026-08-19T02:32:32.056Z Compiling path-slash v0.1.5
22462026-08-19T02:32:32.118Z Compiling foldhash v0.1.5
22472026-08-19T02:32:32.158Z Compiling unicode-linebreak v0.1.5
22482026-08-19T02:32:32.307Z Compiling jiff v0.2.34
22492026-08-19T02:32:32.322Z Compiling zopfli v0.8.3
22502026-08-19T02:32:32.337Z Compiling hashbrown v0.15.5
22512026-08-19T02:32:32.433Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22522026-08-19T02:32:32.433Z Compiling textwrap v0.16.2
22532026-08-19T02:32:32.805Z Compiling hashbrown v0.16.1
22542026-08-19T02:32:32.831Z Compiling bzip2 v0.6.1
22552026-08-19T02:32:32.875Z Compiling walkdir v2.5.0
22562026-08-19T02:32:32.897Z Compiling sec1 v0.7.3
22572026-08-19T02:32:32.919Z Compiling supports-color v3.0.2
22582026-08-19T02:32:33.019Z Compiling cargo_metadata v0.23.1
22592026-08-19T02:32:33.068Z Compiling group v0.13.0
22602026-08-19T02:32:33.235Z Compiling futures v0.3.32
22612026-08-19T02:32:33.408Z Compiling phf v0.13.1
22622026-08-19T02:32:33.498Z Compiling snafu v0.8.9
22632026-08-19T02:32:33.630Z Compiling reqwest v0.12.28
22642026-08-19T02:32:33.866Z Compiling cipher v0.5.2
22652026-08-19T02:32:33.870Z Compiling signal-hook-mio v0.2.5
22662026-08-19T02:32:33.896Z Compiling backtrace-ext v0.2.1
22672026-08-19T02:32:34.023Z Compiling cookie_store v0.22.1
22682026-08-19T02:32:34.038Z Compiling zstd v0.13.3
22692026-08-19T02:32:34.085Z Compiling postgres-types v0.2.12
22702026-08-19T02:32:34.144Z Compiling globset v0.4.18
22712026-08-19T02:32:34.255Z Compiling strum v0.27.2
22722026-08-19T02:32:34.276Z Compiling hubpack v0.1.2
22732026-08-19T02:32:34.419Z Compiling phf_shared v0.11.3
22742026-08-19T02:32:34.453Z Compiling hkdf v0.12.4
22752026-08-19T02:32:34.472Z Compiling crossbeam-epoch v0.9.18
22762026-08-19T02:32:34.551Z Compiling byte-wrapper v0.1.0
22772026-08-19T02:32:34.618Z Compiling ed25519 v2.2.3
22782026-08-19T02:32:34.636Z Compiling olpc-cjson v0.1.4
22792026-08-19T02:32:34.870Z Compiling crypto-bigint v0.5.5
22802026-08-19T02:32:34.916Z Compiling serde-big-array v0.5.1
22812026-08-19T02:32:34.947Z Compiling serde_plain v1.0.2
22822026-08-19T02:32:34.950Z Compiling pem v3.0.6
22832026-08-19T02:32:35.059Z Compiling float-cmp v0.10.0
22842026-08-19T02:32:35.121Z Compiling memmap2 v0.9.10
22852026-08-19T02:32:35.183Z Compiling static_assertions v1.1.0
22862026-08-19T02:32:35.253Z Compiling difflib v0.4.0
22872026-08-19T02:32:35.270Z Compiling toml_write v0.1.2
22882026-08-19T02:32:35.362Z Compiling typed-path v0.9.3
22892026-08-19T02:32:35.429Z Compiling normalize-line-endings v0.3.0
22902026-08-19T02:32:35.445Z Compiling predicates-core v1.0.10
22912026-08-19T02:32:35.490Z Compiling supports-hyperlinks v3.2.0
22922026-08-19T02:32:35.552Z Compiling supports-unicode v3.0.0
22932026-08-19T02:32:35.611Z Compiling const-oid v0.10.2
22942026-08-19T02:32:35.641Z Compiling data-encoding v2.10.0
22952026-08-19T02:32:35.670Z Compiling new_debug_unreachable v1.0.6
22962026-08-19T02:32:35.686Z Compiling whoami v2.1.0
22972026-08-19T02:32:35.719Z Compiling fixedbitset v0.5.7
22982026-08-19T02:32:35.735Z Compiling precomputed-hash v0.1.1
22992026-08-19T02:32:35.767Z Compiling keccak v0.1.6
23002026-08-19T02:32:35.840Z Compiling unicode-width v0.1.14
23012026-08-19T02:32:35.858Z Compiling fixedbitset v0.4.2
23022026-08-19T02:32:35.986Z Compiling hickory-proto v0.25.2
23032026-08-19T02:32:35.987Z Compiling petgraph v0.8.3
23042026-08-19T02:32:36.018Z Compiling sha3 v0.10.8
23052026-08-19T02:32:36.036Z Compiling petgraph v0.6.5
23062026-08-19T02:32:36.036Z Compiling tokio-postgres v0.7.16
23072026-08-19T02:32:36.107Z Compiling miette v7.6.0
23082026-08-19T02:32:36.191Z Compiling string_cache v0.8.9
23092026-08-19T02:32:36.319Z Compiling elliptic-curve v0.13.8
23102026-08-19T02:32:36.400Z Compiling digest v0.11.3
23112026-08-19T02:32:36.614Z Compiling predicates v3.1.4
23122026-08-19T02:32:36.631Z Compiling toml_edit v0.22.27
23132026-08-19T02:32:36.715Z Compiling chacha20 v0.10.0
23142026-08-19T02:32:37.164Z Compiling usdt v0.6.0
23152026-08-19T02:32:37.198Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23162026-08-19T02:32:37.764Z Compiling ed25519-dalek v2.2.0
23172026-08-19T02:32:37.949Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23182026-08-19T02:32:38.200Z Compiling zip v4.6.1
23192026-08-19T02:32:38.733Z Compiling crossterm v0.28.1
23202026-08-19T02:32:39.103Z Compiling iddqd v0.4.2
23212026-08-19T02:32:39.135Z Compiling serde_with v3.21.0
23222026-08-19T02:32:39.252Z Compiling similar v2.7.0
23232026-08-19T02:32:39.345Z Compiling strum v0.26.3
23242026-08-19T02:32:39.674Z Compiling tokio-stream v0.1.18
23252026-08-19T02:32:39.734Z Compiling buf-list v1.1.2
23262026-08-19T02:32:39.967Z Compiling itertools v0.13.0
23272026-08-19T02:32:40.004Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23282026-08-19T02:32:40.037Z Compiling openapiv3 v2.2.0
23292026-08-19T02:32:40.412Z Compiling lalrpop-util v0.19.12
23302026-08-19T02:32:40.870Z Compiling peg-runtime v0.8.5
23312026-08-19T02:32:55.469Z Compiling rustls-webpki v0.103.13
23322026-08-19T02:32:59.439Z Compiling tokio-rustls v0.26.4
23332026-08-19T02:32:59.467Z Compiling rustls-platform-verifier v0.6.2
23342026-08-19T02:32:59.660Z Compiling tough v0.22.0
23352026-08-19T02:32:59.718Z Compiling hyper-rustls v0.27.7
23362026-08-19T02:33:00.051Z Compiling reqwest v0.13.2
23372026-08-19T02:33:03.056Z Compiling macaddr v1.0.1
23382026-08-19T02:33:03.225Z Compiling rayon-core v1.13.0
23392026-08-19T02:33:03.242Z Compiling crucible-workspace-hack v0.1.0
23402026-08-19T02:33:03.258Z Compiling secrecy v0.10.3
23412026-08-19T02:33:03.309Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23422026-08-19T02:33:03.382Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23432026-08-19T02:33:03.399Z Compiling toml_datetime v0.7.5+spec-1.1.0
23442026-08-19T02:33:03.403Z Compiling heapless v0.8.0
23452026-08-19T02:33:03.505Z Compiling crossbeam-deque v0.8.6
23462026-08-19T02:33:03.537Z Compiling ingot-macros v0.2.0
23472026-08-19T02:33:03.610Z Compiling toml_edit v0.23.10+spec-1.0.0
23482026-08-19T02:33:03.630Z Compiling inout v0.1.4
23492026-08-19T02:33:03.633Z Compiling hash32 v0.3.1
23502026-08-19T02:33:03.665Z Compiling multer v3.1.0
23512026-08-19T02:33:03.754Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23522026-08-19T02:33:03.770Z Compiling thread_local v1.1.9
23532026-08-19T02:33:03.802Z Compiling slog-async v2.8.0
23542026-08-19T02:33:03.829Z Compiling compression-core v0.4.31
23552026-08-19T02:33:03.845Z Compiling smoltcp v0.11.0
23562026-08-19T02:33:03.892Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23572026-08-19T02:33:03.927Z Compiling match_cfg v0.1.0
23582026-08-19T02:33:04.028Z Compiling hostname v0.3.1
23592026-08-19T02:33:04.044Z Compiling compression-codecs v0.4.37
23602026-08-19T02:33:04.133Z Compiling cipher v0.4.4
23612026-08-19T02:33:04.168Z Compiling proc-macro-crate v3.4.0
23622026-08-19T02:33:04.236Z Compiling atomicwrites v0.4.4
23632026-08-19T02:33:04.254Z Compiling slog-json v2.6.1
23642026-08-19T02:33:04.268Z Compiling crossbeam-channel v0.5.15
23652026-08-19T02:33:04.366Z Compiling half v2.7.1
23662026-08-19T02:33:04.410Z Compiling newtype-uuid-macros v0.1.0
23672026-08-19T02:33:04.428Z Compiling universal-hash v0.5.1
23682026-08-19T02:33:04.475Z Compiling cobs v0.3.0
23692026-08-19T02:33:04.540Z Compiling async-stream-impl v0.3.6
23702026-08-19T02:33:04.556Z Compiling thiserror-impl-no-std v2.0.2
23712026-08-19T02:33:04.556Z Compiling toml_datetime v1.1.1+spec-1.1.0
23722026-08-19T02:33:04.619Z Compiling serde_spanned v1.1.1
23732026-08-19T02:33:04.622Z Compiling is-terminal v0.4.17
23742026-08-19T02:33:04.753Z Compiling proc-macro-error-attr v1.0.4
23752026-08-19T02:33:04.769Z Compiling dropshot v0.17.1
23762026-08-19T02:33:04.784Z Compiling convert_case v0.4.0
23772026-08-19T02:33:04.802Z Compiling toml_writer v1.1.1+spec-1.1.0
23782026-08-19T02:33:04.977Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
23792026-08-19T02:33:05.008Z Compiling ciborium-io v0.2.2
23802026-08-19T02:33:05.011Z Compiling opaque-debug v0.3.1
23812026-08-19T02:33:05.045Z Compiling term v1.2.1
23822026-08-19T02:33:05.101Z Compiling take_mut v0.2.2
23832026-08-19T02:33:05.119Z Compiling derive_more v0.99.20
23842026-08-19T02:33:05.133Z Compiling ciborium-ll v0.2.2
23852026-08-19T02:33:05.151Z Compiling poly1305 v0.8.0
23862026-08-19T02:33:05.166Z Compiling async-stream v0.3.6
23872026-08-19T02:33:05.184Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23882026-08-19T02:33:05.375Z Compiling slog-term v2.9.2
23892026-08-19T02:33:05.392Z Compiling toml v1.1.2+spec-1.1.0
23902026-08-19T02:33:05.430Z Compiling postcard v1.1.3
23912026-08-19T02:33:05.447Z Compiling num_enum_derive v0.7.6
23922026-08-19T02:33:05.617Z Compiling thiserror-no-std v2.0.2
23932026-08-19T02:33:05.682Z Compiling slog-bunyan v2.5.0
23942026-08-19T02:33:05.817Z Compiling chacha20 v0.9.1
23952026-08-19T02:33:05.900Z Compiling async-compression v0.4.41
23962026-08-19T02:33:05.966Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23972026-08-19T02:33:06.108Z Compiling sha1 v0.11.0
23982026-08-19T02:33:06.144Z Compiling ingot-types v0.2.0
23992026-08-19T02:33:06.404Z Compiling parse-display-derive v0.10.0
24002026-08-19T02:33:06.420Z Compiling proc-macro-crate v1.3.1
24012026-08-19T02:33:06.450Z Compiling waitgroup v0.1.2
24022026-08-19T02:33:06.600Z Compiling ingot v0.2.1
24032026-08-19T02:33:06.649Z Compiling backon v1.6.0
24042026-08-19T02:33:06.669Z Compiling rustls-pemfile v2.2.0
24052026-08-19T02:33:06.683Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24062026-08-19T02:33:06.799Z Compiling blake2 v0.10.6
24072026-08-19T02:33:06.865Z Compiling dropshot_endpoint v0.17.1
24082026-08-19T02:33:06.945Z Compiling aead v0.5.2
24092026-08-19T02:33:06.994Z Compiling password-hash v0.5.0
24102026-08-19T02:33:07.157Z Compiling foreign-types-macros v0.2.3
24112026-08-19T02:33:07.183Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24122026-08-19T02:33:07.328Z Compiling serde_path_to_error v0.1.20
24132026-08-19T02:33:07.351Z Compiling hostname v0.4.2
24142026-08-19T02:33:07.443Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24152026-08-19T02:33:07.553Z Compiling proc-macro-error v1.0.4
24162026-08-19T02:33:07.624Z Compiling instant v0.1.13
24172026-08-19T02:33:07.673Z Compiling foreign-types-shared v0.3.1
24182026-08-19T02:33:07.771Z Compiling debug-ignore v1.0.5
24192026-08-19T02:33:07.786Z Compiling foreign-types v0.5.0
24202026-08-19T02:33:07.790Z Compiling backoff v0.4.0
24212026-08-19T02:33:07.817Z Compiling argon2 v0.5.3
24222026-08-19T02:33:07.896Z Compiling chacha20poly1305 v0.10.1
24232026-08-19T02:33:07.913Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24242026-08-19T02:33:07.930Z Compiling parse-display v0.10.0
24252026-08-19T02:33:07.945Z Compiling num_enum_derive v0.5.11
24262026-08-19T02:33:07.961Z Compiling num_enum v0.7.6
24272026-08-19T02:33:07.977Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24282026-08-19T02:33:08.064Z Compiling vsss-rs v3.3.4
24292026-08-19T02:33:08.096Z Compiling ciborium v0.2.2
24302026-08-19T02:33:08.416Z Compiling regress v0.10.5
24312026-08-19T02:33:08.432Z Compiling itertools v0.14.0
24322026-08-19T02:33:08.478Z Compiling tabwriter v1.4.1
24332026-08-19T02:33:08.494Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24342026-08-19T02:33:08.754Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24352026-08-19T02:33:08.851Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24362026-08-19T02:33:08.883Z Compiling cstr-argument v0.1.2
24372026-08-19T02:33:08.900Z Compiling humantime v2.3.0
24382026-08-19T02:33:08.915Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24392026-08-19T02:33:08.993Z Compiling num_enum v0.5.11
24402026-08-19T02:33:09.021Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24412026-08-19T02:33:09.097Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24422026-08-19T02:33:09.120Z Compiling rayon v1.11.0
24432026-08-19T02:33:09.163Z Compiling rand v0.10.1
24442026-08-19T02:33:09.304Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24452026-08-19T02:33:09.320Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24462026-08-19T02:33:09.370Z Compiling libefi-sys v0.1.0
24472026-08-19T02:33:09.387Z Compiling indent_write v2.2.0
24482026-08-19T02:33:09.448Z Compiling colored v3.1.1
24492026-08-19T02:33:09.485Z Compiling zone_cfg_derive v0.3.1
24502026-08-19T02:33:09.521Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24512026-08-19T02:33:09.575Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24522026-08-19T02:33:09.593Z Compiling camino-tempfile v1.4.1
24532026-08-19T02:33:09.596Z Compiling itertools v0.12.1
24542026-08-19T02:33:09.665Z Compiling usdt-attr-macro v0.5.0
24552026-08-19T02:33:09.929Z Compiling usdt-macro v0.5.0
24562026-08-19T02:33:09.945Z Compiling num-derive v0.4.2
24572026-08-19T02:33:09.972Z Compiling bitfield-struct v0.6.2
24582026-08-19T02:33:10.013Z Compiling blake3 v1.8.5
24592026-08-19T02:33:10.080Z Compiling sigpipe v0.1.3
24602026-08-19T02:33:10.096Z Compiling memmap v0.7.0
24612026-08-19T02:33:10.126Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24622026-08-19T02:33:10.207Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24632026-08-19T02:33:10.342Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24642026-08-19T02:33:10.362Z Compiling swrite v0.1.0
24652026-08-19T02:33:10.414Z Compiling glob v0.3.3
24662026-08-19T02:33:10.500Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24672026-08-19T02:33:10.610Z Compiling smf v0.2.3
24682026-08-19T02:33:10.626Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24692026-08-19T02:33:10.675Z Compiling usdt v0.5.0
24702026-08-19T02:33:10.822Z Compiling filetime v0.2.27
24712026-08-19T02:33:10.838Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24722026-08-19T02:33:10.864Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24732026-08-19T02:33:10.940Z Compiling zone v0.3.1
24742026-08-19T02:33:10.971Z Compiling arrayvec v0.7.6
24752026-08-19T02:33:10.989Z Compiling arrayref v0.3.9
24762026-08-19T02:33:11.035Z Compiling whoami v1.6.1
24772026-08-19T02:33:11.059Z Compiling constant_time_eq v0.4.2
24782026-08-19T02:33:11.085Z Compiling xattr v1.6.1
24792026-08-19T02:33:11.101Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24802026-08-19T02:33:11.240Z Compiling tar v0.4.46
24812026-08-19T02:33:11.314Z Compiling tokio-dtrace v0.1.1
24822026-08-19T02:33:11.329Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24832026-08-19T02:33:11.347Z Compiling gethostname v0.5.0
24842026-08-19T02:33:11.350Z Compiling console v0.16.2
24852026-08-19T02:33:11.521Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24862026-08-19T02:33:11.554Z Compiling topological-sort v0.2.2
24872026-08-19T02:33:11.630Z Compiling unit-prefix v0.5.2
24882026-08-19T02:33:11.676Z Compiling oxide-tokio-rt v0.1.4
24892026-08-19T02:33:11.751Z Compiling toml v0.8.23
24902026-08-19T02:33:11.798Z Compiling indicatif v0.18.4
24912026-08-19T02:33:11.832Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24922026-08-19T02:33:12.170Z Compiling shell-words v1.1.1
24932026-08-19T02:33:21.151Z Compiling progenitor-client v0.14.0
24942026-08-19T02:33:21.151Z Compiling omicron-zone-package v0.12.3
24952026-08-19T02:33:21.393Z Compiling progenitor-extras v0.2.0
24962026-08-19T02:33:21.704Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24972026-08-19T02:33:21.789Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24982026-08-19T02:33:21.805Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24992026-08-19T02:33:21.886Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25002026-08-19T02:33:21.911Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25012026-08-19T02:33:21.987Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25022026-08-19T02:33:22.129Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25032026-08-19T02:33:22.236Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25042026-08-19T02:33:22.523Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25052026-08-19T02:33:26.249Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25062026-08-19T02:33:34.549Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25072026-08-19T02:33:37.770Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25082026-08-19T02:33:38.840Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25092026-08-19T02:33:48.209Z Finished `release` profile [optimized] target(s) in 1m 46s
25102026-08-19T02:33:48.358Z Running `target/release/omicron-package -t test target create -p dev`
25112026-08-19T02:33:48.420ZLogging to: /work/oxidecomputer/omicron/out/LOG
25122026-08-19T02:33:48.424ZCreated new build target 'test' and set it as active
25132026-08-19T02:33:48.424Z
25142026-08-19T02:33:48.427Zreal 1:47.173514601
25152026-08-19T02:33:48.427Zuser 17:41.948904431
25162026-08-19T02:33:48.427Zsys 2:57.320748003
25172026-08-19T02:33:48.427Ztrap 0.501350196
25182026-08-19T02:33:48.427Ztflt 2.525245891
25192026-08-19T02:33:48.427Zdflt 4.663382501
25202026-08-19T02:33:48.427Zkflt 0.000565720
25212026-08-19T02:33:48.427Zlock 58:15.943954152
25222026-08-19T02:33:48.427Zslp 45:41.091899430
25232026-08-19T02:33:48.427Zlat 52.681441553
25242026-08-19T02:33:48.427Zstop 6:20.106935889
25252026-08-19T02:33:48.427Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25262026-08-19T02:33:49.308Z Finished `release` profile [optimized] target(s) in 0.87s
25272026-08-19T02:33:49.377Z Running `target/release/omicron-package -t test package`
25282026-08-19T02:33:49.433ZLogging to: /work/oxidecomputer/omicron/out/LOG
25292026-08-19T02:33:50.882Z Compiling heck v0.5.0
25302026-08-19T02:33:50.882Z Compiling regress v0.11.1
25312026-08-19T02:33:51.110Z Compiling unsafe-libyaml v0.2.11
25322026-08-19T02:33:51.150Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25332026-08-19T02:33:51.178Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25342026-08-19T02:33:51.179Z Compiling derive-where v1.6.0
25352026-08-19T02:33:51.182Z Compiling bytecount v0.6.9
25362026-08-19T02:33:51.239Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25372026-08-19T02:33:51.239Z Compiling atomicwrites v0.4.4
25382026-08-19T02:33:51.243Z Compiling is-terminal v0.4.17
25392026-08-19T02:33:51.243Z Compiling prettyplease v0.2.37
25402026-08-19T02:33:51.243Z Compiling newline-converter v0.3.0
25412026-08-19T02:33:51.258Z Compiling console v0.15.11
25422026-08-19T02:33:51.320Z Compiling slog-dtrace v0.3.0
25432026-08-19T02:33:51.324Z Compiling cancel-safe-futures v0.1.5
25442026-08-19T02:33:51.409Z Compiling resolv-conf v0.7.6
25452026-08-19T02:33:51.413Z Compiling num-rational v0.4.2
25462026-08-19T02:33:51.450Z Compiling num-complex v0.4.6
25472026-08-19T02:33:51.480Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25482026-08-19T02:33:51.536Z Compiling thread_local v1.1.9
25492026-08-19T02:33:51.584Z Compiling compression-core v0.4.31
25502026-08-19T02:33:51.668Z Compiling serde_yaml v0.9.34+deprecated
25512026-08-19T02:33:51.761Z Compiling expectorate v1.2.0
25522026-08-19T02:33:51.801Z Compiling match_cfg v0.1.0
25532026-08-19T02:33:51.805Z Compiling compression-codecs v0.4.37
25542026-08-19T02:33:51.901Z Compiling hostname v0.3.1
25552026-08-19T02:33:51.933Z Compiling num v0.4.3
25562026-08-19T02:33:51.997Z Compiling multer v3.1.0
25572026-08-19T02:33:52.033Z Compiling slog-async v2.8.0
25582026-08-19T02:33:52.055Z Compiling crossbeam-channel v0.5.15
25592026-08-19T02:33:52.075Z Compiling slog-json v2.6.1
25602026-08-19T02:33:52.079Z Compiling toml_datetime v1.1.1+spec-1.1.0
25612026-08-19T02:33:52.116Z Compiling serde_spanned v1.1.1
25622026-08-19T02:33:52.139Z Compiling linked-hash-map v0.5.6
25632026-08-19T02:33:52.291Z Compiling take_mut v0.2.2
25642026-08-19T02:33:52.314Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25652026-08-19T02:33:52.336Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25662026-08-19T02:33:52.358Z Compiling toml_writer v1.1.1+spec-1.1.0
25672026-08-19T02:33:52.382Z Compiling linear-map v1.2.0
25682026-08-19T02:33:52.404Z Compiling float-ord v0.3.2
25692026-08-19T02:33:52.432Z Compiling oxide-update-engine-types v0.1.2
25702026-08-19T02:33:52.436Z Compiling term v1.2.1
25712026-08-19T02:33:52.479Z Compiling lru-cache v0.1.2
25722026-08-19T02:33:52.524Z Compiling slog-bunyan v2.5.0
25732026-08-19T02:33:52.567Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25742026-08-19T02:33:52.594Z Compiling toml v1.1.2+spec-1.1.0
25752026-08-19T02:33:52.615Z Compiling async-compression v0.4.41
25762026-08-19T02:33:52.662Z Compiling typify-impl v0.6.2
25772026-08-19T02:33:52.691Z Compiling dropshot v0.17.1
25782026-08-19T02:33:52.756Z Compiling slog-term v2.9.2
25792026-08-19T02:33:52.969Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25802026-08-19T02:33:52.973Z Compiling async-stream v0.3.6
25812026-08-19T02:33:53.013Z Compiling sha1 v0.11.0
25822026-08-19T02:33:53.016Z Compiling progenitor-client v0.14.0
25832026-08-19T02:33:53.138Z Compiling waitgroup v0.1.2
25842026-08-19T02:33:53.179Z Compiling rustls-pemfile v2.2.0
25852026-08-19T02:33:53.199Z Compiling backon v1.6.0
25862026-08-19T02:33:53.271Z Compiling hostname v0.4.2
25872026-08-19T02:33:53.301Z Compiling serde_path_to_error v0.1.20
25882026-08-19T02:33:53.323Z Compiling instant v0.1.13
25892026-08-19T02:33:53.351Z Compiling minimal-lexical v0.2.1
25902026-08-19T02:33:53.411Z Compiling debug-ignore v1.0.5
25912026-08-19T02:33:53.432Z Compiling backoff v0.4.0
25922026-08-19T02:33:53.436Z Compiling progenitor-extras v0.2.0
25932026-08-19T02:33:53.475Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25942026-08-19T02:33:53.546Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25952026-08-19T02:33:53.655Z Compiling oxide-update-engine v0.1.2
25962026-08-19T02:33:53.676Z Compiling nom v7.1.3
25972026-08-19T02:33:53.696Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25982026-08-19T02:33:53.740Z Compiling parse-display v0.10.0
25992026-08-19T02:33:53.763Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26002026-08-19T02:33:53.763Z Compiling hickory-proto v0.24.4
26012026-08-19T02:33:54.245Z Compiling regress v0.10.5
26022026-08-19T02:33:54.429Z Compiling itertools v0.14.0
26032026-08-19T02:33:54.905Z Compiling macaddr v1.0.1
26042026-08-19T02:33:55.028Z Compiling unicode-xid v0.2.6
26052026-08-19T02:33:55.067Z Compiling humantime v2.3.0
26062026-08-19T02:33:55.188Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26072026-08-19T02:33:55.374Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26082026-08-19T02:33:55.412Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26092026-08-19T02:33:55.501Z Compiling convert_case v0.10.0
26102026-08-19T02:33:55.659Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26112026-08-19T02:33:55.722Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26122026-08-19T02:33:55.777Z Compiling toml v0.8.23
26132026-08-19T02:33:55.797Z Compiling derive_more-impl v2.1.1
26142026-08-19T02:33:55.930Z Compiling papergrid v0.11.0
26152026-08-19T02:33:56.093Z Compiling typify-macro v0.6.2
26162026-08-19T02:33:56.231Z Compiling hickory-resolver v0.24.4
26172026-08-19T02:33:56.357Z Compiling tabled_derive v0.7.0
26182026-08-19T02:33:56.387Z Compiling termtree v0.5.1
26192026-08-19T02:33:56.588Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26202026-08-19T02:33:56.630Z Compiling derive_more v2.1.1
26212026-08-19T02:33:56.739Z Compiling crossterm v0.29.0
26222026-08-19T02:33:57.048Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26232026-08-19T02:33:57.294Z Compiling tabled v0.15.0
26242026-08-19T02:33:57.586Z Compiling qorb v0.4.1
26252026-08-19T02:33:57.676Z Compiling typify v0.6.2
26262026-08-19T02:33:57.997Z Compiling progenitor-impl v0.14.0
26272026-08-19T02:33:58.775Z Compiling phf_shared v0.12.1
26282026-08-19T02:33:59.031Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26292026-08-19T02:33:59.561Z Compiling vte v0.14.1
26302026-08-19T02:33:59.589Z Compiling csv-core v0.1.13
26312026-08-19T02:33:59.811Z Compiling highway v1.3.0
26322026-08-19T02:34:00.170Z Compiling progenitor-macro v0.14.0
26332026-08-19T02:34:00.520Z Compiling chrono-tz v0.10.4
26342026-08-19T02:34:00.762Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26352026-08-19T02:34:01.176Z Compiling csv v1.4.0
26362026-08-19T02:34:01.179Z Compiling strip-ansi-escapes v0.2.1
26372026-08-19T02:34:01.588Z Compiling phf v0.12.1
26382026-08-19T02:34:01.699Z Compiling const_format_proc_macros v0.2.34
26392026-08-19T02:34:01.753Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26402026-08-19T02:34:01.791Z Compiling fd-lock v4.0.4
26412026-08-19T02:34:01.976Z Compiling peg-macros v0.8.5
26422026-08-19T02:34:02.137Z Compiling nu-ansi-term v0.50.3
26432026-08-19T02:34:02.482Z Compiling const_format v0.2.35
26442026-08-19T02:34:02.506Z Compiling reedline v0.40.0
26452026-08-19T02:34:02.650Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26462026-08-19T02:34:02.650Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26472026-08-19T02:34:03.225Z Compiling peg v0.8.5
26482026-08-19T02:34:03.327Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26492026-08-19T02:34:03.542Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26502026-08-19T02:34:04.297Z Compiling progenitor v0.14.0
26512026-08-19T02:34:04.432Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26522026-08-19T02:34:04.455Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26532026-08-19T02:34:04.496Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26542026-08-19T02:34:04.593Z Compiling bcs v0.1.6
26552026-08-19T02:34:05.026Z Compiling nom v8.0.0
26562026-08-19T02:34:05.339Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26572026-08-19T02:34:05.624Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26582026-08-19T02:34:06.131Z Compiling semver v0.1.20
26592026-08-19T02:34:06.430Z Compiling rustc_version v0.1.7
26602026-08-19T02:34:06.513Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26612026-08-19T02:34:06.715Z Compiling newtype_derive v0.1.6
26622026-08-19T02:34:06.770Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26632026-08-19T02:34:06.792Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26642026-08-19T02:34:06.897Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26652026-08-19T02:34:07.012Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26662026-08-19T02:34:07.034Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26672026-08-19T02:34:07.584Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26682026-08-19T02:34:07.779Z Compiling steno v0.4.1
26692026-08-19T02:34:08.014Z Compiling dropshot-api-manager-types v0.8.0
26702026-08-19T02:34:08.640Z Compiling sha1 v0.10.6
26712026-08-19T02:34:08.882Z Compiling utf-8 v0.7.6
26722026-08-19T02:34:09.116Z Compiling tagptr v0.2.0
26732026-08-19T02:34:09.138Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26742026-08-19T02:34:09.308Z Compiling moka v0.12.13
26752026-08-19T02:34:09.332Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26762026-08-19T02:34:09.631Z Compiling tungstenite v0.21.0
26772026-08-19T02:34:09.885Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26782026-08-19T02:34:10.160Z Compiling darling_core v0.21.3
26792026-08-19T02:34:10.554Z Compiling hickory-resolver v0.25.2
26802026-08-19T02:34:11.728Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26812026-08-19T02:34:12.307Z Compiling tokio-tungstenite v0.21.0
26822026-08-19T02:34:12.598Z Compiling darling_macro v0.21.3
26832026-08-19T02:34:12.710Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26842026-08-19T02:34:12.884Z Compiling display-error-chain v0.2.2
26852026-08-19T02:34:13.065Z Compiling libscf-sys v1.2.0
26862026-08-19T02:34:13.123Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26872026-08-19T02:34:13.236Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26882026-08-19T02:34:13.295Z Compiling darling v0.21.3
26892026-08-19T02:34:13.375Z Compiling vergen-lib v0.1.6
26902026-08-19T02:34:13.402Z Compiling diesel_derives v2.3.7
26912026-08-19T02:34:13.450Z Compiling dsl_auto_type v0.2.0
26922026-08-19T02:34:13.680Z Compiling scheduled-thread-pool v0.2.7
26932026-08-19T02:34:13.701Z Compiling vergen-gitcl v1.0.8
26942026-08-19T02:34:13.821Z Compiling diesel_table_macro_syntax v0.3.0
26952026-08-19T02:34:13.926Z Compiling dirs-sys-next v0.1.2
26962026-08-19T02:34:14.026Z Compiling crunchy v0.2.4
26972026-08-19T02:34:14.047Z Compiling glob v0.3.3
26982026-08-19T02:34:14.072Z Compiling maplit v1.0.2
26992026-08-19T02:34:14.188Z Compiling dirs-next v2.0.0
27002026-08-19T02:34:14.304Z Compiling r2d2 v0.8.10
27012026-08-19T02:34:14.379Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27022026-08-19T02:34:14.399Z Compiling clang-sys v1.8.1
27032026-08-19T02:34:14.599Z Compiling papergrid v0.18.0
27042026-08-19T02:34:14.717Z Compiling tiny-keccak v2.0.2
27052026-08-19T02:34:14.764Z Compiling downcast-rs v2.0.2
27062026-08-19T02:34:14.889Z Compiling xshell-macros v0.2.7
27072026-08-19T02:34:14.977Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27082026-08-19T02:34:15.161Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27092026-08-19T02:34:15.278Z Compiling xshell v0.2.7
27102026-08-19T02:34:15.706Z Compiling term v0.7.0
27112026-08-19T02:34:16.233Z Compiling tabled v0.21.0
27122026-08-19T02:34:16.236Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27132026-08-19T02:34:16.499Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27142026-08-19T02:34:16.776Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27152026-08-19T02:34:17.010Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27162026-08-19T02:34:17.034Z Compiling bit-vec v0.6.3
27172026-08-19T02:34:17.213Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27182026-08-19T02:34:17.280Z Compiling bit-set v0.5.3
27192026-08-19T02:34:17.473Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27202026-08-19T02:34:17.523Z Compiling ascii-canvas v3.0.0
27212026-08-19T02:34:17.964Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27222026-08-19T02:34:18.020Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27232026-08-19T02:34:18.468Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27242026-08-19T02:34:18.544Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27252026-08-19T02:34:18.624Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27262026-08-19T02:34:18.803Z Compiling itertools v0.10.5
27272026-08-19T02:34:18.831Z Compiling ena v0.14.4
27282026-08-19T02:34:18.902Z Compiling diesel v2.3.7
27292026-08-19T02:34:18.924Z Compiling libloading v0.8.9
27302026-08-19T02:34:19.079Z Compiling diff v0.1.13
27312026-08-19T02:34:19.159Z Compiling regex-syntax v0.6.29
27322026-08-19T02:34:19.182Z Compiling bindgen v0.71.1
27332026-08-19T02:34:19.341Z Compiling unicase v2.9.0
27342026-08-19T02:34:19.768Z Compiling cexpr v0.6.0
27352026-08-19T02:34:19.890Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27362026-08-19T02:34:19.912Z Compiling rustc-hash v2.1.1
27372026-08-19T02:34:20.068Z Compiling crc8 v0.1.1
27382026-08-19T02:34:20.160Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27392026-08-19T02:34:20.208Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27402026-08-19T02:34:20.390Z Compiling headers-core v0.3.0
27412026-08-19T02:34:20.413Z Compiling libxml v0.3.3
27422026-08-19T02:34:20.559Z Compiling lalrpop v0.19.12
27432026-08-19T02:34:20.709Z Compiling headers v0.4.1
27442026-08-19T02:34:20.741Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27452026-08-19T02:34:21.015Z Compiling strum_macros v0.24.3
27462026-08-19T02:34:21.335Z Compiling indoc v1.0.9
27472026-08-19T02:34:21.780Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27482026-08-19T02:34:21.977Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27492026-08-19T02:34:22.002Z Compiling derive_builder v0.20.2
27502026-08-19T02:34:22.180Z Compiling quick-xml v0.37.5
27512026-08-19T02:34:22.250Z Compiling oso-derive v0.27.3
27522026-08-19T02:34:22.314Z Compiling impl-trait-for-tuples v0.2.3
27532026-08-19T02:34:22.335Z Compiling openssl-probe v0.1.6
27542026-08-19T02:34:22.634Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27552026-08-19T02:34:22.659Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27562026-08-19T02:34:22.751Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27572026-08-19T02:34:23.374Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27582026-08-19T02:34:23.588Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27592026-08-19T02:34:23.610Z Compiling bb8 v0.8.6
27602026-08-19T02:34:23.766Z Compiling trait-variant v0.1.2
27612026-08-19T02:34:23.809Z Compiling proc-macro-error-attr2 v2.0.0
27622026-08-19T02:34:23.932Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27632026-08-19T02:34:23.997Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27642026-08-19T02:34:24.159Z Compiling half v1.8.3
27652026-08-19T02:34:24.237Z Compiling proc-macro-error2 v2.0.1
27662026-08-19T02:34:24.267Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27672026-08-19T02:34:24.320Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27682026-08-19T02:34:24.483Z Compiling serde_cbor v0.11.2
27692026-08-19T02:34:24.566Z Compiling hashbrown v0.14.5
27702026-08-19T02:34:24.596Z Compiling rfc6979 v0.4.0
27712026-08-19T02:34:24.762Z Compiling salty v0.3.0
27722026-08-19T02:34:24.828Z Compiling ecdsa v0.16.9
27732026-08-19T02:34:25.061Z Compiling knus-derive v3.4.0
27742026-08-19T02:34:25.156Z Compiling chumsky v0.9.3
27752026-08-19T02:34:25.454Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27762026-08-19T02:34:25.534Z Compiling progenitor-impl v0.13.0
27772026-08-19T02:34:25.602Z Compiling primeorder v0.13.6
27782026-08-19T02:34:25.645Z Compiling samael v0.0.19
27792026-08-19T02:34:25.915Z Compiling nonempty v0.12.0
27802026-08-19T02:34:26.143Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27812026-08-19T02:34:26.405Z Compiling p384 v0.13.1
27822026-08-19T02:34:26.454Z Compiling knus v3.4.0
27832026-08-19T02:34:27.399Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27842026-08-19T02:34:27.701Z Compiling progenitor-macro v0.13.0
27852026-08-19T02:34:27.994Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27862026-08-19T02:34:28.091Z Compiling polar-core v0.27.3
27872026-08-19T02:34:28.708Z Compiling progenitor-client v0.13.0
27882026-08-19T02:34:28.976Z Compiling fxhash v0.2.1
27892026-08-19T02:34:29.233Z Compiling libz-sys v1.1.24
27902026-08-19T02:34:29.398Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27912026-08-19T02:34:29.525Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27922026-08-19T02:34:29.727Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27932026-08-19T02:34:29.793Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27942026-08-19T02:34:30.172Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27952026-08-19T02:34:30.345Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27962026-08-19T02:34:30.832Z Compiling kstat-rs v0.2.5
27972026-08-19T02:34:31.335Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27982026-08-19T02:34:31.505Z Compiling mime_guess v2.0.5
27992026-08-19T02:34:31.949Z Compiling progenitor v0.13.0
28002026-08-19T02:34:32.448Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28012026-08-19T02:34:33.260Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28022026-08-19T02:34:33.445Z Compiling nanorand v0.7.0
28032026-08-19T02:34:33.834Z Compiling libgit2-sys v0.18.3+1.9.2
28042026-08-19T02:34:34.204Z Compiling parking_lot_core v0.8.6
28052026-08-19T02:34:34.401Z Compiling flume v0.11.1
28062026-08-19T02:34:34.525Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28072026-08-19T02:34:34.832Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28082026-08-19T02:34:35.272Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28092026-08-19T02:34:35.335Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28102026-08-19T02:34:35.776Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28112026-08-19T02:34:35.995Z Compiling git-stub v1.0.0
28122026-08-19T02:34:36.252Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28132026-08-19T02:34:36.507Z Compiling async-bb8-diesel v0.2.1
28142026-08-19T02:34:36.584Z Compiling diesel-dtrace v0.5.0
28152026-08-19T02:34:36.931Z Compiling instability v0.3.11
28162026-08-19T02:34:36.990Z Compiling http-range v0.1.5
28172026-08-19T02:34:37.153Z Compiling strsim v0.10.0
28182026-08-19T02:34:37.324Z Compiling oso v0.27.3
28192026-08-19T02:34:37.353Z Compiling corncobs v0.1.4
28202026-08-19T02:34:37.464Z Compiling darling_core v0.13.4
28212026-08-19T02:34:37.629Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28222026-08-19T02:34:38.328Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28232026-08-19T02:34:39.163Z Compiling git-stub-vcs v0.1.0
28242026-08-19T02:34:39.889Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28252026-08-19T02:34:40.743Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28262026-08-19T02:34:41.070Z Compiling ignore v0.4.25
28272026-08-19T02:34:42.585Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28282026-08-19T02:34:42.869Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28292026-08-19T02:34:42.930Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28302026-08-19T02:34:43.877Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28312026-08-19T02:34:44.006Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28322026-08-19T02:34:44.139Z Compiling anstyle-parse v0.2.7
28332026-08-19T02:34:44.168Z Compiling secrecy v0.8.0
28342026-08-19T02:34:44.371Z Compiling vergen-git2 v9.1.0
28352026-08-19T02:34:44.404Z Compiling castaway v0.2.4
28362026-08-19T02:34:44.564Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28372026-08-19T02:34:44.595Z Compiling indoc v2.0.7
28382026-08-19T02:34:44.895Z Compiling compact_str v0.8.1
28392026-08-19T02:34:45.040Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28402026-08-19T02:34:45.423Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28412026-08-19T02:34:45.954Z Compiling anstream v0.6.21
28422026-08-19T02:34:46.027Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28432026-08-19T02:34:46.490Z Compiling globwalk v0.9.1
28442026-08-19T02:34:46.620Z Compiling parking_lot v0.11.2
28452026-08-19T02:34:47.070Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28462026-08-19T02:34:47.156Z Compiling hyper-staticfile v0.10.1
28472026-08-19T02:34:47.578Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28482026-08-19T02:34:47.749Z Compiling darling_macro v0.13.4
28492026-08-19T02:34:48.080Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28502026-08-19T02:34:48.277Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28512026-08-19T02:34:48.301Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28522026-08-19T02:34:48.368Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28532026-08-19T02:34:48.931Z Compiling predicates-tree v1.0.13
28542026-08-19T02:34:49.320Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28552026-08-19T02:34:49.348Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28562026-08-19T02:34:49.548Z Compiling unicode-truncate v1.1.0
28572026-08-19T02:34:49.627Z Compiling lru v0.12.5
28582026-08-19T02:34:49.651Z Compiling sha2 v0.11.0
28592026-08-19T02:34:49.760Z Compiling digest-io v0.1.0
28602026-08-19T02:34:49.857Z Compiling prefix-trie v0.7.0
28612026-08-19T02:34:49.939Z Compiling rand_seeder v0.4.0
28622026-08-19T02:34:50.203Z Compiling cassowary v0.3.0
28632026-08-19T02:34:50.218Z Compiling illumos-nvpair-sys v0.2.0
28642026-08-19T02:34:50.355Z Compiling rawzip v0.4.4
28652026-08-19T02:34:50.519Z Compiling ratatui v0.29.0
28662026-08-19T02:34:50.654Z Compiling hickory-server v0.25.2
28672026-08-19T02:34:50.818Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28682026-08-19T02:34:51.033Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28692026-08-19T02:34:51.268Z Compiling camino-tempfile-ext v0.3.3
28702026-08-19T02:34:51.291Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28712026-08-19T02:34:51.330Z Compiling darling v0.13.4
28722026-08-19T02:34:51.445Z Compiling sled v0.34.7
28732026-08-19T02:34:51.740Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28742026-08-19T02:34:51.874Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28752026-08-19T02:34:53.901Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28762026-08-19T02:34:54.403Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28772026-08-19T02:34:54.624Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28782026-08-19T02:34:55.668Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28792026-08-19T02:34:56.969Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
28802026-08-19T02:34:57.765Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28812026-08-19T02:34:58.381Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28822026-08-19T02:34:58.619Z Compiling serde_with_macros v1.5.2
28832026-08-19T02:34:58.850Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28842026-08-19T02:34:58.989Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28852026-08-19T02:34:59.210Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28862026-08-19T02:34:59.432Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28872026-08-19T02:34:59.456Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28882026-08-19T02:34:59.661Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28892026-08-19T02:34:59.690Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28902026-08-19T02:34:59.779Z Compiling git2 v0.20.4
28912026-08-19T02:34:59.892Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28922026-08-19T02:34:59.917Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28932026-08-19T02:35:00.155Z Compiling arc-swap v1.8.2
28942026-08-19T02:35:00.205Z Compiling void v1.0.2
28952026-08-19T02:35:00.349Z Compiling lzss v0.8.2
28962026-08-19T02:35:00.439Z Compiling slog-scope v4.4.1
28972026-08-19T02:35:00.558Z Compiling serde_with v1.14.0
28982026-08-19T02:35:00.641Z Compiling illumos-nvpair v0.3.0
28992026-08-19T02:35:00.841Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29002026-08-19T02:35:01.148Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29012026-08-19T02:35:01.734Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29022026-08-19T02:35:02.815Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29032026-08-19T02:35:02.855Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29042026-08-19T02:35:02.877Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29052026-08-19T02:35:02.904Z Compiling scuffle v0.1.0
29062026-08-19T02:35:03.513Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29072026-08-19T02:35:03.545Z Compiling tungstenite v0.23.0
29082026-08-19T02:35:05.006Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29092026-08-19T02:35:05.184Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29102026-08-19T02:35:05.753Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29112026-08-19T02:35:05.823Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29122026-08-19T02:35:05.987Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29132026-08-19T02:35:06.055Z Compiling nix v0.27.1
29142026-08-19T02:35:06.242Z Compiling twox-hash v2.1.2
29152026-08-19T02:35:06.464Z Compiling libsw-core v0.3.2
29162026-08-19T02:35:06.692Z Compiling serde_bytes v0.11.19
29172026-08-19T02:35:06.777Z Compiling atty v0.2.14
29182026-08-19T02:35:06.933Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29192026-08-19T02:35:07.003Z Compiling libsw v3.5.0
29202026-08-19T02:35:07.031Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29212026-08-19T02:35:07.257Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29222026-08-19T02:35:07.282Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29232026-08-19T02:35:07.302Z Compiling tokio-tungstenite v0.23.1
29242026-08-19T02:35:07.687Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29252026-08-19T02:35:07.720Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29262026-08-19T02:35:08.411Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29272026-08-19T02:35:08.962Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29282026-08-19T02:35:10.326Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29292026-08-19T02:35:10.965Z Compiling slog-stdlog v4.1.1
29302026-08-19T02:35:11.354Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29312026-08-19T02:35:11.458Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29322026-08-19T02:35:11.637Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29332026-08-19T02:35:12.145Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29342026-08-19T02:35:12.882Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29352026-08-19T02:35:13.080Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29362026-08-19T02:35:14.005Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29372026-08-19T02:35:15.643Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29382026-08-19T02:35:16.200Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29392026-08-19T02:35:16.582Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29402026-08-19T02:35:17.240Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29412026-08-19T02:35:17.868Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29422026-08-19T02:35:17.982Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29432026-08-19T02:35:20.244Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29442026-08-19T02:35:20.725Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29452026-08-19T02:35:21.162Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29462026-08-19T02:35:21.436Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29472026-08-19T02:35:22.209Z Compiling fatfs v0.3.6
29482026-08-19T02:35:22.311Z Compiling signal-hook-tokio v0.3.1
29492026-08-19T02:35:22.503Z Compiling yasna v0.5.2
29502026-08-19T02:35:22.607Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29512026-08-19T02:35:23.504Z Compiling assert_matches v1.5.0
29522026-08-19T02:35:23.616Z Compiling seq-macro v0.3.6
29532026-08-19T02:35:24.041Z Compiling rcgen v0.12.1
29542026-08-19T02:35:24.106Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29552026-08-19T02:35:24.179Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29562026-08-19T02:35:25.786Z Compiling slog-envlogger v2.2.0
29572026-08-19T02:35:26.157Z Compiling oxide-update-engine-display v0.1.2
29582026-08-19T02:35:26.392Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29592026-08-19T02:35:26.980Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29602026-08-19T02:35:27.051Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29612026-08-19T02:35:27.090Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29622026-08-19T02:35:27.272Z Compiling port-file v0.1.0
29632026-08-19T02:35:27.317Z Compiling subprocess v0.2.15
29642026-08-19T02:35:27.606Z Compiling rtoolbox v0.0.3
29652026-08-19T02:35:27.909Z Compiling rpassword v7.5.4
29662026-08-19T02:35:28.501Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29672026-08-19T02:35:28.604Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29682026-08-19T02:35:30.195Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29692026-08-19T02:35:30.340Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29702026-08-19T02:35:30.570Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29712026-08-19T02:35:32.259Z Compiling tui-tree-widget v0.23.1
29722026-08-19T02:35:32.563Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29732026-08-19T02:35:32.590Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29742026-08-19T02:35:33.813Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29752026-08-19T02:35:35.037Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29762026-08-19T02:35:35.738Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29772026-08-19T02:35:35.967Z Compiling uzers v0.12.2
29782026-08-19T02:35:37.245Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29792026-08-19T02:35:37.385Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29802026-08-19T02:35:37.451Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29812026-08-19T02:35:38.443Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29822026-08-19T02:35:38.973Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29832026-08-19T02:35:39.205Z Compiling support-bundle-viewer v0.1.2
29842026-08-19T02:35:41.069Z Compiling multimap v0.10.1
29852026-08-19T02:35:49.225Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29862026-08-19T02:35:51.135Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29872026-08-19T02:35:56.463Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29882026-08-19T02:35:59.951Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29892026-08-19T02:36:01.790Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29902026-08-19T02:44:46.349Z Finished `release` profile [optimized] target(s) in 10m 56s
29912026-08-19T02:44:46.388Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29922026-08-19T02:44:46.388Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29932026-08-19T02:45:36.848Z
29942026-08-19T02:45:36.851Zreal 11:48.391414021
29952026-08-19T02:45:36.851Zuser 1:22:52.393500944
29962026-08-19T02:45:36.851Zsys 3:40.196984515
29972026-08-19T02:45:36.851Ztrap 1.842749509
29982026-08-19T02:45:36.851Ztflt 1.770874813
29992026-08-19T02:45:36.851Zdflt 20.240708020
30002026-08-19T02:45:36.851Zkflt 0.113413109
30012026-08-19T02:45:36.851Zlock 8:42:16.148408374
30022026-08-19T02:45:36.851Zslp 2:23:29.511756436
30032026-08-19T02:45:36.852Zlat 2:32.636404909
30042026-08-19T02:45:36.852Zstop 5:40.879156861
30052026-08-19T02:45:36.852Z+ mapfile -t packages
30062026-08-19T02:45:36.852Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30072026-08-19T02:45:37.808Z Finished `release` profile [optimized] target(s) in 0.94s
30082026-08-19T02:45:37.882Z Running `target/release/omicron-package -t test list-outputs`
30092026-08-19T02:45:37.941ZLogging to: /work/oxidecomputer/omicron/out/LOG
30102026-08-19T02:45:37.944Z+ ptime -m cargo build --locked --release -p xtask
30112026-08-19T02:45:38.423Z Compiling libc v0.2.185
30122026-08-19T02:45:38.423Z Compiling serde_core v1.0.228
30132026-08-19T02:45:38.423Z Compiling serde v1.0.228
30142026-08-19T02:45:38.428Z Compiling rustix v1.1.4
30152026-08-19T02:45:38.428Z Compiling serde_json v1.0.151
30162026-08-19T02:45:38.428Z Compiling bitflags v2.11.0
30172026-08-19T02:45:38.428Z Compiling usdt-impl v0.5.0
30182026-08-19T02:45:38.523Z Compiling syn v2.0.117
30192026-08-19T02:45:38.591Z Compiling syn v1.0.109
30202026-08-19T02:45:38.613Z Compiling getrandom v0.3.4
30212026-08-19T02:45:38.623Z Compiling log v0.4.33
30222026-08-19T02:45:38.626Z Compiling indexmap v2.14.0
30232026-08-19T02:45:38.648Z Compiling fs-err v3.3.0
30242026-08-19T02:45:38.886Z Compiling once_cell v1.21.3
30252026-08-19T02:45:38.890Z Compiling heck v0.4.1
30262026-08-19T02:45:38.890Z Compiling anyhow v1.0.104
30272026-08-19T02:45:39.266Z Compiling errno v0.3.14
30282026-08-19T02:45:39.269Z Compiling thread-id v4.2.2
30292026-08-19T02:45:39.270Z Compiling memmap v0.7.0
30302026-08-19T02:45:40.011Z Compiling proc-macro-error v1.0.4
30312026-08-19T02:45:40.234Z Compiling terminal_size v0.4.3
30322026-08-19T02:45:40.234Z Compiling tempfile v3.27.0
30332026-08-19T02:45:40.270Z Compiling tabled_derive v0.7.0
30342026-08-19T02:45:40.340Z Compiling clap_builder v4.6.0
30352026-08-19T02:45:40.340Z Compiling textwrap v0.16.2
30362026-08-19T02:45:40.661Z Compiling camino v1.2.5
30372026-08-19T02:45:40.686Z Compiling semver v1.0.28
30382026-08-19T02:45:40.696Z Compiling cargo-platform v0.3.2
30392026-08-19T02:45:40.714Z Compiling pest_generator v2.8.6
30402026-08-19T02:45:40.946Z Compiling tabled v0.15.0
30412026-08-19T02:45:40.976Z Compiling camino-tempfile v1.4.1
30422026-08-19T02:45:41.207Z Compiling serde_derive v1.0.228
30432026-08-19T02:45:41.207Z Compiling thiserror-impl v1.0.69
30442026-08-19T02:45:41.211Z Compiling zerocopy-derive v0.7.35
30452026-08-19T02:45:41.211Z Compiling scroll_derive v0.12.1
30462026-08-19T02:45:41.211Z Compiling thiserror-impl v2.0.18
30472026-08-19T02:45:41.211Z Compiling clap_derive v4.6.1
30482026-08-19T02:45:41.270Z Compiling pest_derive v2.8.6
30492026-08-19T02:45:41.883Z Compiling scroll v0.12.0
30502026-08-19T02:45:42.048Z Compiling zerocopy v0.7.35
30512026-08-19T02:45:42.143Z Compiling goblin v0.8.2
30522026-08-19T02:45:42.271Z Compiling thiserror v2.0.18
30532026-08-19T02:45:42.351Z Compiling thiserror v1.0.69
30542026-08-19T02:45:42.473Z Compiling dtrace-parser v0.2.0
30552026-08-19T02:45:42.580Z Compiling clap v4.6.1
30562026-08-19T02:45:44.382Z Compiling dof v0.3.0
30572026-08-19T02:45:44.413Z Compiling serde_spanned v0.6.9
30582026-08-19T02:45:44.452Z Compiling toml_datetime v0.6.11
30592026-08-19T02:45:44.472Z Compiling serde_tokenstream v0.2.3
30602026-08-19T02:45:44.562Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30612026-08-19T02:45:44.601Z Compiling cargo_metadata v0.23.1
30622026-08-19T02:45:44.792Z Compiling toml_edit v0.22.27
30632026-08-19T02:45:44.802Z Compiling macaddr v1.0.1
30642026-08-19T02:45:45.178Z Compiling usdt-attr-macro v0.5.0
30652026-08-19T02:45:45.178Z Compiling usdt-macro v0.5.0
30662026-08-19T02:45:45.853Z Compiling usdt v0.5.0
30672026-08-19T02:45:46.348Z Compiling toml v0.8.23
30682026-08-19T02:45:46.774Z Compiling cargo_toml v0.21.0
30692026-08-19T02:45:51.185Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30702026-08-19T02:45:54.391Z Finished `release` profile [optimized] target(s) in 16.43s
30712026-08-19T02:45:54.491Z
30722026-08-19T02:45:54.494Zreal 16.516981758
30732026-08-19T02:45:54.494Zuser 2:05.500984272
30742026-08-19T02:45:54.494Zsys 13.368956577
30752026-08-19T02:45:54.494Ztrap 0.086066597
30762026-08-19T02:45:54.494Ztflt 0.533759009
30772026-08-19T02:45:54.494Zdflt 1.351016816
30782026-08-19T02:45:54.494Zkflt 0.000019020
30792026-08-19T02:45:54.494Zlock 4:47.396011234
30802026-08-19T02:45:54.494Zslp 2:41.784940890
30812026-08-19T02:45:54.494Zlat 4.549491422
30822026-08-19T02:45:54.494Zstop 15.819537680
30832026-08-19T02:45:54.494Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30842026-08-19T02:45:54.494Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30852026-08-19T02:45:54.494Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30862026-08-19T02:45:54.494Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30872026-08-19T02:45:54.496Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30882026-08-19T02:45:55.442Z Compiling match_cfg v0.1.0
30892026-08-19T02:45:55.442Z Compiling progenitor-client v0.14.0
30902026-08-19T02:45:55.442Z Compiling slog-json v2.6.1
30912026-08-19T02:45:55.442Z Compiling newtype-uuid-macros v0.1.0
30922026-08-19T02:45:55.446Z Compiling sha1 v0.11.0
30932026-08-19T02:45:55.446Z Compiling multer v3.1.0
30942026-08-19T02:45:55.446Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30952026-08-19T02:45:55.446Z Compiling debug-ignore v1.0.5
30962026-08-19T02:45:55.446Z Compiling compression-core v0.4.31
30972026-08-19T02:45:55.446Z Compiling async-stream-impl v0.3.6
30982026-08-19T02:45:55.446Z Compiling toml_datetime v1.1.1+spec-1.1.0
30992026-08-19T02:45:55.446Z Compiling serde_spanned v1.1.1
31002026-08-19T02:45:55.594Z Compiling dropshot v0.17.1
31012026-08-19T02:45:55.597Z Compiling toml_writer v1.1.1+spec-1.1.0
31022026-08-19T02:45:55.613Z Compiling waitgroup v0.1.2
31032026-08-19T02:45:55.616Z Compiling rustls-pemfile v2.2.0
31042026-08-19T02:45:55.846Z Compiling compression-codecs v0.4.37
31052026-08-19T02:45:55.864Z Compiling dropshot_endpoint v0.17.1
31062026-08-19T02:45:55.898Z Compiling serde_path_to_error v0.1.20
31072026-08-19T02:45:55.901Z Compiling hostname v0.4.2
31082026-08-19T02:45:55.914Z Compiling atomicwrites v0.4.4
31092026-08-19T02:45:55.965Z Compiling hostname v0.3.1
31102026-08-19T02:45:55.968Z Compiling toml v1.1.2+spec-1.1.0
31112026-08-19T02:45:55.968Z Compiling macaddr v1.0.1
31122026-08-19T02:45:56.060Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31132026-08-19T02:45:56.095Z Compiling slog-bunyan v2.5.0
31142026-08-19T02:45:56.098Z Compiling async-compression v0.4.41
31152026-08-19T02:45:56.098Z Compiling instant v0.1.13
31162026-08-19T02:45:56.165Z Compiling regress v0.10.5
31172026-08-19T02:45:56.168Z Compiling parse-display-derive v0.10.0
31182026-08-19T02:45:56.168Z Compiling backon v1.6.0
31192026-08-19T02:45:56.216Z Compiling async-stream v0.3.6
31202026-08-19T02:45:56.254Z Compiling backoff v0.4.0
31212026-08-19T02:45:56.258Z Compiling itertools v0.14.0
31222026-08-19T02:45:56.258Z Compiling humantime v2.3.0
31232026-08-19T02:45:56.258Z Compiling half v2.7.1
31242026-08-19T02:45:56.321Z Compiling ciborium-io v0.2.2
31252026-08-19T02:45:56.349Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31262026-08-19T02:45:56.402Z Compiling progenitor-extras v0.2.0
31272026-08-19T02:45:56.422Z Compiling crucible-workspace-hack v0.1.0
31282026-08-19T02:45:56.438Z Compiling regress v0.11.1
31292026-08-19T02:45:56.454Z Compiling convert_case v0.4.0
31302026-08-19T02:45:56.502Z Compiling secrecy v0.10.3
31312026-08-19T02:45:56.519Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31322026-08-19T02:45:56.570Z Compiling ciborium-ll v0.2.2
31332026-08-19T02:45:56.592Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31342026-08-19T02:45:56.613Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31352026-08-19T02:45:56.631Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31362026-08-19T02:45:56.668Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31372026-08-19T02:45:56.671Z Compiling inout v0.1.4
31382026-08-19T02:45:56.703Z Compiling unsafe-libyaml v0.2.11
31392026-08-19T02:45:56.786Z Compiling ciborium v0.2.2
31402026-08-19T02:45:56.804Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31412026-08-19T02:45:56.822Z Compiling thiserror-impl-no-std v2.0.2
31422026-08-19T02:45:56.841Z Compiling derive_more v0.99.20
31432026-08-19T02:45:56.878Z Compiling cipher v0.4.4
31442026-08-19T02:45:56.906Z Compiling universal-hash v0.5.1
31452026-08-19T02:45:56.988Z Compiling opaque-debug v0.3.1
31462026-08-19T02:45:57.013Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31472026-08-19T02:45:57.067Z Compiling poly1305 v0.8.0
31482026-08-19T02:45:57.083Z Compiling blake2 v0.10.6
31492026-08-19T02:45:57.154Z Compiling chacha20 v0.9.1
31502026-08-19T02:45:57.276Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31512026-08-19T02:45:57.294Z Compiling serde_yaml v0.9.34+deprecated
31522026-08-19T02:45:57.376Z Compiling aead v0.5.2
31532026-08-19T02:45:57.432Z Compiling password-hash v0.5.0
31542026-08-19T02:45:57.482Z Compiling indent_write v2.2.0
31552026-08-19T02:45:57.509Z Compiling toml_datetime v0.7.5+spec-1.1.0
31562026-08-19T02:45:57.543Z Compiling chacha20poly1305 v0.10.1
31572026-08-19T02:45:57.615Z Compiling num-derive v0.4.2
31582026-08-19T02:45:57.649Z Compiling heapless v0.8.0
31592026-08-19T02:45:57.672Z Compiling ingot-macros v0.2.0
31602026-08-19T02:45:57.725Z Compiling argon2 v0.5.3
31612026-08-19T02:45:57.781Z Compiling toml_edit v0.23.10+spec-1.0.0
31622026-08-19T02:45:57.816Z Compiling tabwriter v1.4.1
31632026-08-19T02:45:57.851Z Compiling hash32 v0.3.1
31642026-08-19T02:45:57.917Z Compiling parse-display v0.10.0
31652026-08-19T02:45:58.036Z Compiling typify-impl v0.6.2
31662026-08-19T02:45:58.064Z Compiling thiserror-no-std v2.0.2
31672026-08-19T02:45:58.081Z Compiling smoltcp v0.11.0
31682026-08-19T02:45:58.163Z Compiling vsss-rs v3.3.4
31692026-08-19T02:45:58.180Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31702026-08-19T02:45:58.232Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31712026-08-19T02:45:58.457Z Compiling proc-macro-crate v3.4.0
31722026-08-19T02:45:58.542Z Compiling cobs v0.3.0
31732026-08-19T02:45:58.582Z Compiling colored v3.1.1
31742026-08-19T02:45:58.762Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31752026-08-19T02:45:58.780Z Compiling postcard v1.1.3
31762026-08-19T02:45:58.860Z Compiling proc-macro-error v1.0.4
31772026-08-19T02:45:58.927Z Compiling rand v0.10.1
31782026-08-19T02:45:59.002Z Compiling proc-macro-crate v1.3.1
31792026-08-19T02:45:59.018Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31802026-08-19T02:45:59.040Z Compiling num_enum_derive v0.7.6
31812026-08-19T02:45:59.113Z Compiling foreign-types-macros v0.2.3
31822026-08-19T02:45:59.148Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31832026-08-19T02:45:59.192Z Compiling foreign-types-shared v0.3.1
31842026-08-19T02:45:59.313Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31852026-08-19T02:45:59.336Z Compiling rayon-core v1.13.0
31862026-08-19T02:45:59.456Z Compiling num_enum_derive v0.5.11
31872026-08-19T02:45:59.460Z Compiling crossbeam-deque v0.8.6
31882026-08-19T02:45:59.491Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31892026-08-19T02:45:59.510Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31902026-08-19T02:45:59.563Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31912026-08-19T02:45:59.580Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31922026-08-19T02:45:59.717Z Compiling cstr-argument v0.1.2
31932026-08-19T02:45:59.759Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
31942026-08-19T02:45:59.786Z Compiling foreign-types v0.5.0
31952026-08-19T02:45:59.819Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31962026-08-19T02:45:59.887Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31972026-08-19T02:45:59.922Z Compiling zone_cfg_derive v0.3.1
31982026-08-19T02:46:00.007Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31992026-08-19T02:46:00.070Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32002026-08-19T02:46:00.098Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32012026-08-19T02:46:00.163Z Compiling itertools v0.12.1
32022026-08-19T02:46:00.180Z Compiling sigpipe v0.1.3
32032026-08-19T02:46:00.202Z Compiling num_enum v0.7.6
32042026-08-19T02:46:00.220Z Compiling rayon v1.11.0
32052026-08-19T02:46:00.220Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32062026-08-19T02:46:00.258Z Compiling glob v0.3.3
32072026-08-19T02:46:00.292Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32082026-08-19T02:46:00.326Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32092026-08-19T02:46:00.358Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32102026-08-19T02:46:00.468Z Compiling smf v0.2.3
32112026-08-19T02:46:00.493Z Compiling whoami v1.6.1
32122026-08-19T02:46:00.584Z Compiling cpubits v0.1.1
32132026-08-19T02:46:00.601Z Compiling num_enum v0.5.11
32142026-08-19T02:46:00.623Z Compiling ingot-types v0.2.0
32152026-08-19T02:46:00.626Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32162026-08-19T02:46:00.680Z Compiling gethostname v0.5.0
32172026-08-19T02:46:00.698Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32182026-08-19T02:46:00.704Z Compiling derive-where v1.6.0
32192026-08-19T02:46:00.740Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32202026-08-19T02:46:00.768Z Compiling usdt-macro v0.5.0
32212026-08-19T02:46:00.788Z Compiling usdt-attr-macro v0.5.0
32222026-08-19T02:46:00.807Z Compiling num-rational v0.4.2
32232026-08-19T02:46:00.826Z Compiling num-complex v0.4.6
32242026-08-19T02:46:00.842Z Compiling memmap v0.7.0
32252026-08-19T02:46:01.021Z Compiling ingot v0.2.1
32262026-08-19T02:46:01.088Z Compiling toml v0.8.23
32272026-08-19T02:46:01.106Z Compiling pem-rfc7468 v1.0.0
32282026-08-19T02:46:01.255Z Compiling num v0.4.3
32292026-08-19T02:46:01.339Z Compiling zone v0.3.1
32302026-08-19T02:46:01.356Z Compiling float-ord v0.3.2
32312026-08-19T02:46:01.424Z Compiling cancel-safe-futures v0.1.5
32322026-08-19T02:46:01.443Z Compiling resolv-conf v0.7.6
32332026-08-19T02:46:01.463Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32342026-08-19T02:46:01.501Z Compiling hmac v0.13.0
32352026-08-19T02:46:01.597Z Compiling universal-hash v0.6.1
32362026-08-19T02:46:01.656Z Compiling usdt v0.5.0
32372026-08-19T02:46:01.722Z Compiling sha1 v0.10.6
32382026-08-19T02:46:01.760Z Compiling libefi-sys v0.1.0
32392026-08-19T02:46:01.778Z Compiling prettyplease v0.2.37
32402026-08-19T02:46:01.811Z Compiling linear-map v1.2.0
32412026-08-19T02:46:01.951Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32422026-08-19T02:46:01.994Z Compiling polyval v0.7.1
32432026-08-19T02:46:02.018Z Compiling der v0.8.0
32442026-08-19T02:46:02.035Z Compiling hickory-proto v0.24.4
32452026-08-19T02:46:02.072Z Compiling newline-converter v0.3.0
32462026-08-19T02:46:02.075Z Compiling console v0.15.11
32472026-08-19T02:46:02.109Z Compiling bitfield-struct v0.6.2
32482026-08-19T02:46:02.109Z Compiling oxide-update-engine-types v0.1.2
32492026-08-19T02:46:02.113Z Compiling linked-hash-map v0.5.6
32502026-08-19T02:46:02.219Z Compiling ghash v0.6.0
32512026-08-19T02:46:02.357Z Compiling lru-cache v0.1.2
32522026-08-19T02:46:02.381Z Compiling pbkdf2 v0.13.0
32532026-08-19T02:46:02.468Z Compiling expectorate v1.2.0
32542026-08-19T02:46:02.507Z Compiling crypto-bigint v0.7.5
32552026-08-19T02:46:02.529Z Compiling aes v0.9.1
32562026-08-19T02:46:02.555Z Compiling ctr v0.10.1
32572026-08-19T02:46:02.659Z Compiling aead v0.6.1
32582026-08-19T02:46:02.696Z Compiling sha2 v0.11.0
32592026-08-19T02:46:02.699Z Compiling typify-macro v0.6.2
32602026-08-19T02:46:02.799Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32612026-08-19T02:46:02.816Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32622026-08-19T02:46:02.857Z Compiling nom v8.0.0
32632026-08-19T02:46:02.963Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32642026-08-19T02:46:03.062Z Compiling semver v0.1.20
32652026-08-19T02:46:03.130Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32662026-08-19T02:46:03.290Z Compiling oxide-update-engine v0.1.2
32672026-08-19T02:46:03.363Z Compiling rustc_version v0.1.7
32682026-08-19T02:46:03.382Z Compiling aes-gcm v0.11.0
32692026-08-19T02:46:03.386Z Compiling spki v0.8.0
32702026-08-19T02:46:03.417Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32712026-08-19T02:46:03.544Z Compiling tokio-dtrace v0.1.1
32722026-08-19T02:46:03.623Z Compiling dropshot-api-manager-types v0.8.0
32732026-08-19T02:46:03.623Z Compiling salsa20 v0.11.0
32742026-08-19T02:46:03.656Z Compiling slog-dtrace v0.3.0
32752026-08-19T02:46:03.656Z Compiling xshell-macros v0.2.7
32762026-08-19T02:46:03.659Z Compiling minimal-lexical v0.2.1
32772026-08-19T02:46:03.804Z Compiling scrypt v0.12.0
32782026-08-19T02:46:03.822Z Compiling oxide-tokio-rt v0.1.4
32792026-08-19T02:46:03.841Z Compiling newtype_derive v0.1.6
32802026-08-19T02:46:03.938Z Compiling nom v7.1.3
32812026-08-19T02:46:03.955Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32822026-08-19T02:46:03.975Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32832026-08-19T02:46:03.975Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32842026-08-19T02:46:04.068Z Compiling phf_shared v0.12.1
32852026-08-19T02:46:04.100Z Compiling xshell v0.2.7
32862026-08-19T02:46:04.122Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32872026-08-19T02:46:04.149Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32882026-08-19T02:46:04.212Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32892026-08-19T02:46:04.263Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32902026-08-19T02:46:04.280Z Compiling hickory-resolver v0.24.4
32912026-08-19T02:46:04.469Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32922026-08-19T02:46:04.567Z Compiling rfc6979 v0.4.0
32932026-08-19T02:46:04.584Z Compiling typify v0.6.2
32942026-08-19T02:46:04.607Z Compiling cbc v0.2.1
32952026-08-19T02:46:04.626Z Compiling proc-macro-error-attr2 v2.0.0
32962026-08-19T02:46:04.767Z Compiling progenitor-impl v0.14.0
32972026-08-19T02:46:04.784Z Compiling csv-core v0.1.13
32982026-08-19T02:46:04.860Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32992026-08-19T02:46:04.957Z Compiling highway v1.3.0
33002026-08-19T02:46:05.057Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33012026-08-19T02:46:05.074Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33022026-08-19T02:46:05.132Z Compiling chrono-tz v0.10.4
33032026-08-19T02:46:05.242Z Compiling unicode-xid v0.2.6
33042026-08-19T02:46:05.292Z Compiling proc-macro-error2 v2.0.1
33052026-08-19T02:46:05.311Z Compiling csv v1.4.0
33062026-08-19T02:46:05.351Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33072026-08-19T02:46:05.393Z Compiling qorb v0.4.1
33082026-08-19T02:46:05.411Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33092026-08-19T02:46:05.414Z Compiling const_format_proc_macros v0.2.34
33102026-08-19T02:46:05.573Z Compiling pkcs5 v0.8.1
33112026-08-19T02:46:05.647Z Compiling ecdsa v0.16.9
33122026-08-19T02:46:05.700Z Compiling phf v0.12.1
33132026-08-19T02:46:05.877Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33142026-08-19T02:46:05.971Z Compiling primeorder v0.13.6
33152026-08-19T02:46:06.103Z Compiling hashbrown v0.14.5
33162026-08-19T02:46:06.148Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33172026-08-19T02:46:06.176Z Compiling salty v0.3.0
33182026-08-19T02:46:06.274Z Compiling p384 v0.13.1
33192026-08-19T02:46:06.291Z Compiling const_format v0.2.35
33202026-08-19T02:46:06.384Z Compiling pkcs8 v0.11.0
33212026-08-19T02:46:06.435Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33222026-08-19T02:46:06.462Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33232026-08-19T02:46:06.634Z Compiling chumsky v0.9.3
33242026-08-19T02:46:06.637Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33252026-08-19T02:46:06.723Z Compiling knus-derive v3.4.0
33262026-08-19T02:46:06.803Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33272026-08-19T02:46:06.864Z Compiling tabled_derive v0.7.0
33282026-08-19T02:46:07.290Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33292026-08-19T02:46:07.463Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33302026-08-19T02:46:07.497Z Compiling bcs v0.1.6
33312026-08-19T02:46:07.517Z Compiling progenitor-macro v0.14.0
33322026-08-19T02:46:07.520Z Compiling ff v0.14.0
33332026-08-19T02:46:07.706Z Compiling termtree v0.5.1
33342026-08-19T02:46:07.845Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33352026-08-19T02:46:07.888Z Compiling tabled v0.15.0
33362026-08-19T02:46:07.891Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33372026-08-19T02:46:08.001Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33382026-08-19T02:46:08.018Z Compiling steno v0.4.1
33392026-08-19T02:46:08.133Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33402026-08-19T02:46:08.152Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33412026-08-19T02:46:08.243Z Compiling tagptr v0.2.0
33422026-08-19T02:46:08.260Z Compiling knus v3.4.0
33432026-08-19T02:46:08.350Z Compiling group v0.14.0
33442026-08-19T02:46:08.398Z Compiling moka v0.12.13
33452026-08-19T02:46:08.422Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33462026-08-19T02:46:08.440Z Compiling signature v3.0.0
33472026-08-19T02:46:08.573Z Compiling base16ct v1.0.0
33482026-08-19T02:46:08.666Z Compiling hkdf v0.13.0
33492026-08-19T02:46:08.774Z Compiling sec1 v0.8.1
33502026-08-19T02:46:08.791Z Compiling libscf-sys v1.2.0
33512026-08-19T02:46:08.810Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33522026-08-19T02:46:08.864Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33532026-08-19T02:46:08.953Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33542026-08-19T02:46:09.026Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33552026-08-19T02:46:09.103Z Compiling hickory-resolver v0.25.2
33562026-08-19T02:46:09.148Z Compiling elliptic-curve v0.14.1
33572026-08-19T02:46:09.177Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33582026-08-19T02:46:09.214Z Compiling corncobs v0.1.4
33592026-08-19T02:46:09.410Z Compiling parking_lot_core v0.8.6
33602026-08-19T02:46:09.512Z Compiling utf-8 v0.7.6
33612026-08-19T02:46:09.529Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33622026-08-19T02:46:09.746Z Compiling tungstenite v0.21.0
33632026-08-19T02:46:09.809Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33642026-08-19T02:46:09.978Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33652026-08-19T02:46:10.000Z Compiling wnaf v0.14.0
33662026-08-19T02:46:10.004Z Compiling primefield v0.14.0
33672026-08-19T02:46:10.124Z Compiling rfc6979 v0.6.0
33682026-08-19T02:46:10.199Z Compiling papergrid v0.18.0
33692026-08-19T02:46:10.222Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33702026-08-19T02:46:10.268Z Compiling git-stub v1.0.0
33712026-08-19T02:46:10.286Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33722026-08-19T02:46:10.316Z Compiling secrecy v0.8.0
33732026-08-19T02:46:10.484Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33742026-08-19T02:46:10.555Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33752026-08-19T02:46:10.578Z Compiling git-stub-vcs v0.1.0
33762026-08-19T02:46:10.627Z Compiling ecdsa v0.17.0
33772026-08-19T02:46:10.793Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33782026-08-19T02:46:10.814Z Compiling tokio-tungstenite v0.21.0
33792026-08-19T02:46:11.006Z Compiling primeorder v0.14.0
33802026-08-19T02:46:11.110Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33812026-08-19T02:46:11.155Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33822026-08-19T02:46:11.198Z Compiling tabled v0.21.0
33832026-08-19T02:46:11.253Z Compiling curve25519-dalek v5.0.0
33842026-08-19T02:46:11.290Z Compiling unicase v2.9.0
33852026-08-19T02:46:11.308Z Compiling illumos-nvpair-sys v0.2.0
33862026-08-19T02:46:11.354Z Compiling parking_lot v0.11.2
33872026-08-19T02:46:11.414Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33882026-08-19T02:46:11.446Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33892026-08-19T02:46:11.537Z Compiling mime_guess v2.0.5
33902026-08-19T02:46:11.562Z Compiling ssh-encoding v0.3.0
33912026-08-19T02:46:11.768Z Compiling progenitor-impl v0.13.0
33922026-08-19T02:46:11.789Z Compiling prefix-trie v0.7.0
33932026-08-19T02:46:11.801Z Compiling fxhash v0.2.1
33942026-08-19T02:46:11.821Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33952026-08-19T02:46:11.910Z Compiling keccak v0.2.0
33962026-08-19T02:46:11.927Z Compiling crc8 v0.1.1
33972026-08-19T02:46:11.969Z Compiling sled v0.34.7
33982026-08-19T02:46:12.161Z Compiling hickory-server v0.25.2
33992026-08-19T02:46:12.178Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34002026-08-19T02:46:12.208Z Compiling ed25519 v3.0.0
34012026-08-19T02:46:12.225Z Compiling crypto-primes v0.7.2
34022026-08-19T02:46:12.636Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34032026-08-19T02:46:12.653Z Compiling pkcs1 v0.8.0-rc.4
34042026-08-19T02:46:12.692Z Compiling poly1305 v0.9.0
34052026-08-19T02:46:12.711Z Compiling progenitor v0.14.0
34062026-08-19T02:46:12.896Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34072026-08-19T02:46:13.068Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34082026-08-19T02:46:13.257Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34092026-08-19T02:46:13.274Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34102026-08-19T02:46:13.333Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34112026-08-19T02:46:13.455Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34122026-08-19T02:46:13.722Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34132026-08-19T02:46:13.794Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34142026-08-19T02:46:13.898Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34152026-08-19T02:46:14.006Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34162026-08-19T02:46:14.038Z Compiling progenitor-client v0.13.0
34172026-08-19T02:46:14.242Z Compiling blowfish v0.10.0
34182026-08-19T02:46:14.422Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34192026-08-19T02:46:14.509Z Compiling progenitor-macro v0.13.0
34202026-08-19T02:46:14.528Z Compiling blake2 v0.11.0-rc.6
34212026-08-19T02:46:14.595Z Compiling http-range v0.1.5
34222026-08-19T02:46:14.697Z Compiling half v1.8.3
34232026-08-19T02:46:14.860Z Compiling bcrypt-pbkdf v0.11.0
34242026-08-19T02:46:15.058Z Compiling serde_cbor v0.11.2
34252026-08-19T02:46:15.202Z Compiling argon2 v0.6.0-rc.8
34262026-08-19T02:46:15.231Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34272026-08-19T02:46:15.688Z Compiling rsa v0.10.0-rc.18
34282026-08-19T02:46:15.707Z Compiling ssh-cipher v0.3.0
34292026-08-19T02:46:15.725Z Compiling ed25519-dalek v3.0.0
34302026-08-19T02:46:16.279Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34312026-08-19T02:46:16.283Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34322026-08-19T02:46:16.333Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34332026-08-19T02:46:16.351Z Compiling illumos-nvpair v0.3.0
34342026-08-19T02:46:16.408Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34352026-08-19T02:46:16.589Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34362026-08-19T02:46:16.897Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34372026-08-19T02:46:16.977Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34382026-08-19T02:46:17.000Z Compiling sha3 v0.11.0
34392026-08-19T02:46:17.119Z Compiling p384 v0.14.0
34402026-08-19T02:46:17.242Z Compiling p256 v0.14.0
34412026-08-19T02:46:17.281Z Compiling p521 v0.14.0
34422026-08-19T02:46:17.491Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34432026-08-19T02:46:17.622Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34442026-08-19T02:46:17.706Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34452026-08-19T02:46:17.723Z Compiling scuffle v0.1.0
34462026-08-19T02:46:18.024Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34472026-08-19T02:46:18.258Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34482026-08-19T02:46:18.370Z Compiling yasna v0.5.2
34492026-08-19T02:46:18.659Z Compiling kstat-rs v0.2.5
34502026-08-19T02:46:18.691Z Compiling headers-core v0.3.0
34512026-08-19T02:46:18.820Z Compiling kem v0.3.0
34522026-08-19T02:46:18.838Z Compiling module-lattice v0.2.3
34532026-08-19T02:46:18.841Z Compiling nanorand v0.7.0
34542026-08-19T02:46:18.938Z Compiling sponge-cursor v0.1.0
34552026-08-19T02:46:18.968Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34562026-08-19T02:46:18.985Z Compiling rcgen v0.12.1
34572026-08-19T02:46:19.056Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34582026-08-19T02:46:19.102Z Compiling sha3 v0.12.0
34592026-08-19T02:46:19.118Z Compiling flume v0.11.1
34602026-08-19T02:46:19.165Z Compiling ml-kem v0.3.2
34612026-08-19T02:46:19.264Z Compiling headers v0.4.1
34622026-08-19T02:46:19.469Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34632026-08-19T02:46:19.487Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34642026-08-19T02:46:19.526Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34652026-08-19T02:46:19.673Z Compiling hyper-staticfile v0.10.1
34662026-08-19T02:46:19.701Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34672026-08-19T02:46:19.704Z Compiling progenitor v0.13.0
34682026-08-19T02:46:19.913Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34692026-08-19T02:46:19.930Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34702026-08-19T02:46:19.933Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34712026-08-19T02:46:20.066Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34722026-08-19T02:46:20.161Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34732026-08-19T02:46:20.178Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34742026-08-19T02:46:20.207Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34752026-08-19T02:46:20.364Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34762026-08-19T02:46:20.387Z Compiling russh-cryptovec v0.62.0
34772026-08-19T02:46:20.461Z Compiling ssh-key v0.7.0-rc.11
34782026-08-19T02:46:20.488Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34792026-08-19T02:46:20.533Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34802026-08-19T02:46:20.586Z Compiling internal-russh-num-bigint v0.5.0
34812026-08-19T02:46:20.646Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34822026-08-19T02:46:20.663Z Compiling port-file v0.1.0
34832026-08-19T02:46:20.700Z Compiling num-bigint v0.4.6
34842026-08-19T02:46:20.719Z Compiling generic-array v1.4.3
34852026-08-19T02:46:20.761Z Compiling russh-util v0.52.0
34862026-08-19T02:46:20.928Z Compiling enum_dispatch v0.3.13
34872026-08-19T02:46:20.947Z Compiling delegate v0.13.5
34882026-08-19T02:46:20.986Z Compiling subprocess v0.2.15
34892026-08-19T02:46:21.203Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34902026-08-19T02:46:21.238Z Compiling md5 v0.8.0
34912026-08-19T02:46:21.336Z Compiling hex-literal v1.1.0
34922026-08-19T02:46:21.474Z Compiling display-error-chain v0.2.2
34932026-08-19T02:46:21.555Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34942026-08-19T02:46:21.644Z Compiling colored v2.2.0
34952026-08-19T02:46:21.662Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34962026-08-19T02:46:21.757Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34972026-08-19T02:46:21.920Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34982026-08-19T02:46:21.941Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34992026-08-19T02:46:21.956Z Compiling russh v0.62.4
35002026-08-19T02:46:22.038Z Compiling socket2 v0.5.10
35012026-08-19T02:46:22.208Z Compiling internet-checksum v0.2.1
35022026-08-19T02:46:22.482Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35032026-08-19T02:46:24.578Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35042026-08-19T02:46:25.311Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35052026-08-19T02:46:25.867Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35062026-08-19T02:46:27.232Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35072026-08-19T02:46:27.626Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35082026-08-19T02:46:36.672Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35092026-08-19T02:46:36.675Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35102026-08-19T02:46:36.675Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35112026-08-19T02:46:36.675Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35122026-08-19T02:46:36.675Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35132026-08-19T02:46:38.519Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35142026-08-19T02:46:38.594Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35152026-08-19T02:46:42.649Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35162026-08-19T02:47:23.762Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
35172026-08-19T02:47:23.765Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35182026-08-19T02:47:23.765Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35192026-08-19T02:47:23.992Z
35202026-08-19T02:47:23.992Zreal 1:29.432499793
35212026-08-19T02:47:23.992Zuser 8:37.557568668
35222026-08-19T02:47:23.992Zsys 1:41.985401802
35232026-08-19T02:47:23.992Ztrap 0.247911534
35242026-08-19T02:47:23.992Ztflt 0.328432556
35252026-08-19T02:47:23.992Zdflt 1.953552602
35262026-08-19T02:47:23.992Zkflt 0.000162440
35272026-08-19T02:47:23.992Zlock 31:57.440793093
35282026-08-19T02:47:23.992Zslp 19:38.052262160
35292026-08-19T02:47:23.993Zlat 38.954043527
35302026-08-19T02:47:23.993Zstop 3:01.295664731
35312026-08-19T02:47:23.996Z+ mkdir tests
35322026-08-19T02:47:24.000Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35332026-08-19T02:47:24.000Z+ xargs -I '{}' -t cp '{}' tests/
35342026-08-19T02:47:24.023Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-cd0a670b0b070735 tests/
35352026-08-19T02:47:24.054Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a751262b70ed4362 tests/
35362026-08-19T02:47:24.088Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-da6bbe32ffc33edb tests/
35372026-08-19T02:47:24.111Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-51271dc8acf685e6 tests/
35382026-08-19T02:47:24.403Z+ 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)
35392026-08-19T02:47:24.406Z+ 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-a751262b70ed4362 tests/commtest-da6bbe32ffc33edb tests/dhcp_server-cd0a670b0b070735 tests/end_to_end_tests-51271dc8acf685e6 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
35402026-08-19T02:48:53.966ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35412026-08-19T02:48:53.966Za .github/buildomat/ci-env.sh 1K
35422026-08-19T02:48:53.966Za out/target/test 1K
35432026-08-19T02:48:53.966Za out/npuzone/npuzone 27402K
35442026-08-19T02:48:53.966Za package-manifest.toml 35K
35452026-08-19T02:48:53.966Za smf/sled-agent/non-gimlet/config.toml 6K
35462026-08-19T02:48:53.966Za target/release/omicron-package 48103K
35472026-08-19T02:48:53.966Za target/release/xtask 11727K
35482026-08-19T02:48:53.966Za target/debug/bootstrap 435961K
35492026-08-19T02:48:53.966Za tests/bootstrap-a751262b70ed4362 34430K
35502026-08-19T02:48:53.966Za tests/commtest-da6bbe32ffc33edb 34431K
35512026-08-19T02:48:53.966Za tests/dhcp_server-cd0a670b0b070735 34431K
35522026-08-19T02:48:53.966Za tests/end_to_end_tests-51271dc8acf685e6 499477K
35532026-08-19T02:48:53.966Za tools/opte_version 1K
35542026-08-19T02:48:53.966Za tools/opte_version_override 2K
35552026-08-19T02:48:53.966Za out/clickhouse.tar.gz 329992K
35562026-08-19T02:48:53.966Za out/clickhouse_keeper.tar.gz 313998K
35572026-08-19T02:48:53.966Za out/clickhouse_server.tar.gz 329989K
35582026-08-19T02:48:53.969Za out/cockroachdb.tar.gz 169490K
35592026-08-19T02:48:53.969Za out/crucible-pantry-zone.tar.gz 41282K
35602026-08-19T02:48:53.969Za out/crucible-utils.tar 18900K
35612026-08-19T02:48:53.969Za out/crucible-zone.tar.gz 56094K
35622026-08-19T02:48:53.969Za out/external-dns.tar.gz 54203K
35632026-08-19T02:48:53.969Za out/internal-dns.tar.gz 54202K
35642026-08-19T02:48:53.969Za out/mg-ddm-gz.tar 100917K
35652026-08-19T02:48:53.969Za out/nexus.tar.gz 356554K
35662026-08-19T02:48:53.969Za out/ntp.tar.gz 34630K
35672026-08-19T02:48:53.969Za out/omicron-gateway-softnpu.tar.gz 29909K
35682026-08-19T02:48:53.969Za out/omicron-sled-agent.tar 243895K
35692026-08-19T02:48:53.969Za out/overlay.tar.gz 4K
35702026-08-19T02:48:53.969Za out/oximeter.tar.gz 72276K
35712026-08-19T02:48:53.969Za out/oxlog.tar 4071K
35722026-08-19T02:48:53.969Za out/probe.tar.gz 3037K
35732026-08-19T02:48:53.969Za out/propolis-server.tar.gz 34642K
35742026-08-19T02:48:53.969Za out/pumpkind-gz.tar 26647K
35752026-08-19T02:48:53.969Za out/switch-softnpu.tar.gz 502441K
35762026-08-19T02:48:53.973Z
35772026-08-19T02:48:53.973Zreal 1:29.559737837
35782026-08-19T02:48:53.973Zuser 1:26.544281193
35792026-08-19T02:48:53.973Zsys 5.035342817
35802026-08-19T02:48:53.973Ztrap 0.008043062
35812026-08-19T02:48:53.973Ztflt 0.000000000
35822026-08-19T02:48:53.973Zdflt 0.000000000
35832026-08-19T02:48:53.973Zkflt 0.000000000
35842026-08-19T02:48:53.973Zlock 0.000000000
35852026-08-19T02:48:53.973Zslp 1:26.358832719
35862026-08-19T02:48:53.973Zlat 1.168315186
35872026-08-19T02:48:53.973Zstop 0.000197550
35882026-08-19T02:48:53.973Zprocess exited: duration 1129311 ms, exit code 0
 
35892026-08-19T02:48:53.987Zfound 1 output files
35902026-08-19T02:48:54.028Zuploading: /work/package.tar.gz (2775025187 bytes)
35912026-08-19T02:49:29.624Zuploaded: /work/package.tar.gz