01M0X8W5CE4SWVNGKMG5Y8P0SA: 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: 01M0X8XHV7GF64AQHK14AE4XW6

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T20:14:42.696Zjob assigned to worker 01M0X8XSHAPQCX1FE5A5WRHDXQ [factory aws, i-075ffad6b32532bc7] (queued for 51 s)
 
22026-08-25T20:14:50.013Zstarting task 0: "setup"
32026-08-25T20:14:50.019Z++ uname -s
42026-08-25T20:14:50.020Z+ kern=SunOS
52026-08-25T20:14:50.020Z+ build_user=build
62026-08-25T20:14:50.020Z+ build_uid=12345
72026-08-25T20:14:50.020Z+ work_dir=/work
82026-08-25T20:14:50.020Z+ input_dir=/input
92026-08-25T20:14:50.020Z+ [[ 0 == 12345 ]]
102026-08-25T20:14:50.020Z+ case "$kern" in
112026-08-25T20:14:50.020Z+ groupadd -g 12345 build
122026-08-25T20:14:50.021Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T20:14:52.027Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T20:14:52.108Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T20:14:52.114Z+ home_fs=zfs
162026-08-25T20:14:52.114Z+ [[ zfs == autofs ]]
172026-08-25T20:14:52.114Z+ mkdir -p /home/build
182026-08-25T20:14:52.114Z+ chown build:build /home/build /work
192026-08-25T20:14:54.123Z+ chmod 0700 /home/build /work
202026-08-25T20:14:54.128Zprocess exited: duration 4111 ms, exit code 0
 
212026-08-25T20:14:54.137Zstarting task 1: "rust-toolchain"
222026-08-25T20:14:54.142Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T20:14:54.142Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-25T20:14:54.142Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-25T20:14:54.142Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-25T20:14:54.143Z * rust toolchain channel = "1.97.1"
272026-08-25T20:14:54.143Z * rust toolchain profile = "default"
282026-08-25T20:14:54.151Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T20:14:54.151Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T20:14:54.238Zinfo: downloading installer
312026-08-25T20:14:55.724Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T20:14:55.724Zwarn: /home/build/.rustup/settings.toml
332026-08-25T20:14:55.725Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T20:14:55.725Zwarn: instead of the one inferred from the default host triple.
352026-08-25T20:14:55.731Zinfo: profile set to default
362026-08-25T20:14:55.731Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T20:14:55.731Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T20:14:55.886Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T20:14:55.891Zinfo: downloading 6 components
402026-08-25T20:15:11.423Z
412026-08-25T20:15:11.423Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-25T20:15:11.451Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T20:15:11.451Z
442026-08-25T20:15:11.451Z
452026-08-25T20:15:11.451ZRust is installed now. Great!
462026-08-25T20:15:11.451Z
472026-08-25T20:15:11.451ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T20:15:11.451Zenvironment variable. This has not been done automatically.
492026-08-25T20:15:11.451Z
502026-08-25T20:15:11.451ZTo configure your current shell, you need to source
512026-08-25T20:15:11.451Zthe corresponding env file under $HOME/.cargo.
522026-08-25T20:15:11.451Z
532026-08-25T20:15:11.451ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T20:15:11.456Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T20:15:11.456Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T20:15:11.456Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T20:15:11.456Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T20:15:11.456Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T20:15:11.456Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T20:15:11.456Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T20:15:11.456Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T20:15:11.561Z+ rustup --version
632026-08-25T20:15:11.566Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T20:15:11.567Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T20:15:11.582Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T20:15:11.586Z+ cargo --version
672026-08-25T20:15:11.593Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T20:15:11.596Z+ rustc --version
692026-08-25T20:15:11.619Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T20:15:11.633Zprocess exited: duration 17482 ms, exit code 0
 
712026-08-25T20:15:11.643Zstarting task 2: "authentication"
722026-08-25T20:15:11.667Zprocess exited: duration 22 ms, exit code 0
 
732026-08-25T20:15:11.692Zstarting task 3: "clone repository"
742026-08-25T20:15:11.699Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-25T20:15:11.699Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-25T20:15:11.727ZCloning into '/work/oxidecomputer/omicron'...
772026-08-25T20:15:23.783Z+ cd /work/oxidecomputer/omicron
782026-08-25T20:15:23.783Z+ git fetch origin f9406b5460c1f04022a1060d2b372426b70b4370
792026-08-25T20:15:24.089ZFrom https://github.com/oxidecomputer/omicron
802026-08-25T20:15:24.089Z * branch f9406b5460c1f04022a1060d2b372426b70b4370 -> FETCH_HEAD
812026-08-25T20:15:24.105Z+ [[ -n '' ]]
822026-08-25T20:15:24.105Z+ git reset --hard f9406b5460c1f04022a1060d2b372426b70b4370
832026-08-25T20:15:24.364ZHEAD is now at f9406b546 set a longer 60s timeout
842026-08-25T20:15:24.367Zprocess exited: duration 12680 ms, exit code 0
 
852026-08-25T20:15:24.373Zstarting task 4: "build"
862026-08-25T20:15:24.379Z+ source .github/buildomat/ci-env.sh
872026-08-25T20:15:24.379Z++ export CARGO_TERM_COLOR=always
882026-08-25T20:15:24.379Z++ CARGO_TERM_COLOR=always
892026-08-25T20:15:24.382Z+++ uname -s
902026-08-25T20:15:24.382Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-25T20:15:24.382Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-25T20:15:24.385Z+ cargo --version
932026-08-25T20:15:24.393Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-25T20:15:24.397Z+ rustc --version
952026-08-25T20:15:24.416Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-25T20:15:24.419Z+ WORK=/work
972026-08-25T20:15:24.420Z+ pfexec mkdir -p /work
982026-08-25T20:15:24.423Z+ pfexec chown build /work
992026-08-25T20:15:24.426Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002026-08-25T20:15:26.451Z Startup: Refreshing catalog 'helios' ... Done
1012026-08-25T20:15:26.836Z Startup: Caching catalogs ... Done
1022026-08-25T20:15:28.977ZPlanning: Solver setup ... Done (2.023s)
1032026-08-25T20:15:29.040ZPlanning: Running solver ... Done (0.063s)
1042026-08-25T20:15:29.091ZPlanning: Finding local manifests ... Done (0.003s)
1052026-08-25T20:15:29.101ZPlanning: Fetching manifests: 0/2 0% complete
1062026-08-25T20:15:29.118ZPlanning: Fetching manifests: 2/2 100% complete
1072026-08-25T20:15:29.133ZPlanning: Package planning ... Done (0.014s)
1082026-08-25T20:15:29.136ZPlanning: Merging actions ... Done (0.001s)
1092026-08-25T20:15:29.357ZPlanning: Checking for conflicting actions ... Done (0.222s)
1102026-08-25T20:15:29.362ZPlanning: Consolidating action changes ... Done (0.001s)
1112026-08-25T20:15:30.223ZPlanning: Evaluating mediators ... Done (0.865s)
1122026-08-25T20:15:30.227ZPlanning: Planning completed in 3.35 seconds
1132026-08-25T20:15:30.233Z Packages to install: 2
1142026-08-25T20:15:30.233Z Estimated space available: 156.01 GB
1152026-08-25T20:15:30.233ZEstimated space to be consumed: 80.56 MB
1162026-08-25T20:15:30.233Z Create boot environment: No
1172026-08-25T20:15:30.233ZCreate backup boot environment: No
1182026-08-25T20:15:30.236Z Rebuild boot archive: No
1192026-08-25T20:15:30.237Z
1202026-08-25T20:15:30.237ZChanged packages:
1212026-08-25T20:15:30.237Zhelios
1222026-08-25T20:15:30.237Z developer/build-essential
1232026-08-25T20:15:30.237Z None -> 11-3.0
1242026-08-25T20:15:30.237Z library/libxmlsec1
1252026-08-25T20:15:30.237Z None -> 1.2.35-3.0
1262026-08-25T20:15:30.260Z
1272026-08-25T20:15:30.260ZDownload: 0/214 items 0.0/1.3MB 0% complete
1282026-08-25T20:15:30.330ZDownload: Completed 1.28 MB in 0.07 seconds (18.3M/s)
1292026-08-25T20:15:30.386Z Actions: 1/268 actions (Installing new actions)
1302026-08-25T20:15:30.424Z Actions: Completed 268 actions in 0.04 seconds.
1312026-08-25T20:15:30.460ZFinalize: Updating package state database ... Done (0.038s)
1322026-08-25T20:15:30.460ZFinalize: Updating package cache ... Done (0.000s)
1332026-08-25T20:15:30.548ZFinalize: Updating image state ... Done (0.088s)
1342026-08-25T20:15:33.240ZFinalize: Creating fast lookup database ... Done (2.638s)
1352026-08-25T20:15:33.310ZFinalize: Reading search index ... Done (0.013s)
1362026-08-25T20:15:33.316ZFinalize: Updating search index ... Done (0.000s)
1372026-08-25T20:15:33.440ZFinalize: Updating package cache ... Done (0.000s)
1382026-08-25T20:15:33.830ZPlanning: Evaluating mediator changes ... Done
1392026-08-25T20:15:33.914ZPlanning: Checking for conflicting actions ... Done
1402026-08-25T20:15:33.919ZPlanning: Consolidating action changes ... Done
1412026-08-25T20:15:34.073ZPlanning: Evaluating mediators ... Done
1422026-08-25T20:15:34.077ZPlanning: Planning completed in 0.27 seconds
1432026-08-25T20:15:34.095Z Mediators to change: 2
1442026-08-25T20:15:34.095Z Create boot environment: No
1452026-08-25T20:15:34.096ZCreate backup boot environment: No
1462026-08-25T20:15:34.155ZFinalize: Updating package state database ... Done
1472026-08-25T20:15:34.155ZFinalize: Updating package cache ... Done
1482026-08-25T20:15:34.213ZFinalize: Updating image state ... Done
1492026-08-25T20:15:36.148ZFinalize: Creating fast lookup database ... Done
1502026-08-25T20:15:36.210ZFinalize: Reading search index ... Done
1512026-08-25T20:15:36.213ZFinalize: Updating search index ... Done
1522026-08-25T20:15:36.293ZFinalize: Updating package cache ... Done
1532026-08-25T20:15:36.574ZPlanning: Evaluating mediator changes ... Done
1542026-08-25T20:15:36.681ZPlanning: Checking for conflicting actions ... Done
1552026-08-25T20:15:36.687ZPlanning: Consolidating action changes ... Done
1562026-08-25T20:15:36.836ZPlanning: Evaluating mediators ... Done
1572026-08-25T20:15:36.841ZPlanning: Planning completed in 0.26 seconds
1582026-08-25T20:15:36.859Z Mediators to change: 1
1592026-08-25T20:15:36.859Z Create boot environment: No
1602026-08-25T20:15:36.859ZCreate backup boot environment: No
1612026-08-25T20:15:36.903ZFinalize: Updating package state database ... Done
1622026-08-25T20:15:36.903ZFinalize: Updating package cache ... Done
1632026-08-25T20:15:36.960ZFinalize: Updating image state ... Done
1642026-08-25T20:15:38.901ZFinalize: Creating fast lookup database ... Done
1652026-08-25T20:15:38.962ZFinalize: Reading search index ... Done
1662026-08-25T20:15:38.965ZFinalize: Updating search index ... Done
1672026-08-25T20:15:39.025ZFinalize: Updating package cache ... Done
1682026-08-25T20:15:39.365ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1692026-08-25T20:15:39.366Zapache system 2.4 system
1702026-08-25T20:15:39.366Zclang system 15 system
1712026-08-25T20:15:39.366Zcsh system system illumos
1722026-08-25T20:15:39.366Zctags system system illumos
1732026-08-25T20:15:39.366Zfile vendor vendor darwinsys
1742026-08-25T20:15:39.366Zfile system system illumos
1752026-08-25T20:15:39.366Zgcc vendor 14 vendor
1762026-08-25T20:15:39.367Zgcc system 13 system
1772026-08-25T20:15:39.367Zgcc system 10 system
1782026-08-25T20:15:39.367Zgo system 1.25 system
1792026-08-25T20:15:39.367Zllvm system 15 system
1802026-08-25T20:15:39.367Zmariadb system 11.4 system
1812026-08-25T20:15:39.367Zmta vendor vendor dma
1822026-08-25T20:15:39.367Zopenjdk system 17 system
1832026-08-25T20:15:39.367Zopenjdk system 11 system
1842026-08-25T20:15:39.367Zopenssl vendor 3 vendor
1852026-08-25T20:15:39.367Zperl system 5.40 system
1862026-08-25T20:15:39.367Zpostgresql system 18 system
1872026-08-25T20:15:39.368Zpostgresql system 17 system
1882026-08-25T20:15:39.368Zpython vendor 3 vendor
1892026-08-25T20:15:39.368Zpython system 2 system
1902026-08-25T20:15:39.368Zpython3 vendor 3.13 vendor
1912026-08-25T20:15:39.368Zruby system 3.4 system
1922026-08-25T20:15:39.368Zruby system 3.0 system
1932026-08-25T20:15:39.368Zwords vendor vendor american-english
1942026-08-25T20:15:39.368Zwords system system australian-english
1952026-08-25T20:15:39.369Zwords system system british-english
1962026-08-25T20:15:39.369Zwords system system canadian-english
1972026-08-25T20:15:39.369Zwords system system french
1982026-08-25T20:15:39.369Zwords system system italian
1992026-08-25T20:15:39.369Zwords system system ngerman
2002026-08-25T20:15:39.370Zwords system system ogerman
2012026-08-25T20:15:39.370Zwords system system spanish
2022026-08-25T20:15:39.595ZPUBLISHER TYPE STATUS P LOCATION
2032026-08-25T20:15:39.595Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2042026-08-25T20:15:40.098ZFMRI IFO
2052026-08-25T20:15:40.104Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2062026-08-25T20:15:40.104Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2072026-08-25T20:15:40.104Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2082026-08-25T20:15:40.105Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2092026-08-25T20:15:40.105Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2102026-08-25T20:15:40.105Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2112026-08-25T20:15:40.105Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2122026-08-25T20:15:40.105Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2132026-08-25T20:15:40.105Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2142026-08-25T20:15:40.428Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2152026-08-25T20:15:40.784Z Updating crates.io index
2162026-08-25T20:15:40.788Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2172026-08-25T20:15:41.059Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2182026-08-25T20:15:42.008Z Updating git repository `https://github.com/oxidecomputer/propolis`
2192026-08-25T20:15:43.081Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2202026-08-25T20:15:44.131Z Updating git repository `https://github.com/oxidecomputer/crucible`
2212026-08-25T20:15:45.806Z Updating git repository `https://github.com/oxidecomputer/opte`
2222026-08-25T20:15:46.808Z Updating git repository `https://github.com/oxidecomputer/tofino`
2232026-08-25T20:15:47.070Z Updating git repository `https://github.com/oxidecomputer/lldp`
2242026-08-25T20:15:47.460Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2252026-08-25T20:15:48.664Z Updating git repository `https://github.com/oxidecomputer/clickward`
2262026-08-25T20:15:49.521Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2272026-08-25T20:15:50.204Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2282026-08-25T20:15:50.776Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2292026-08-25T20:15:51.313Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2302026-08-25T20:15:51.899Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2312026-08-25T20:15:52.300Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2322026-08-25T20:15:53.064Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2332026-08-25T20:15:53.486Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2342026-08-25T20:15:53.975Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2352026-08-25T20:15:54.369Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2362026-08-25T20:15:54.620Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2372026-08-25T20:15:55.111Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2382026-08-25T20:15:55.437Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2392026-08-25T20:15:55.979Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-08-25T20:15:56.347Z Updating git repository `https://github.com/oxidecomputer/erebor`
2412026-08-25T20:15:57.071Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2422026-08-25T20:15:57.515Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2432026-08-25T20:15:58.135Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-08-25T20:15:58.573Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-08-25T20:15:58.948Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-08-25T20:15:59.398Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2472026-08-25T20:15:59.743Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-08-25T20:16:00.136Z Updating git repository `https://github.com/oxidecomputer/tough`
2492026-08-25T20:16:00.999Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-08-25T20:16:01.261Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-08-25T20:16:01.728Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-08-25T20:16:02.022Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2532026-08-25T20:16:02.396Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2542026-08-25T20:16:02.680Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2552026-08-25T20:16:02.960Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2562026-08-25T20:16:03.268Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2572026-08-25T20:16:03.579Z Updating git repository `https://github.com/illumos/smf-rs`
2582026-08-25T20:16:03.886Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2592026-08-25T20:16:06.679Z Downloading crates ...
2602026-08-25T20:16:06.753Z Downloaded terminal_size v0.4.3
2612026-08-25T20:16:06.757Z Downloaded zerocopy-derive v0.7.35
2622026-08-25T20:16:06.762Z Downloaded memchr v2.8.0
2632026-08-25T20:16:06.762Z Downloaded zmij v1.0.21
2642026-08-25T20:16:06.766Z Downloaded proc-macro-error-attr v1.0.4
2652026-08-25T20:16:06.770Z Downloaded zerocopy v0.7.35
2662026-08-25T20:16:06.779Z Downloaded goblin v0.8.2
2672026-08-25T20:16:06.782Z Downloaded heck v0.4.1
2682026-08-25T20:16:06.782Z Downloaded anstyle-parse v1.0.0
2692026-08-25T20:16:06.785Z Downloaded crypto-common v0.1.7
2702026-08-25T20:16:06.785Z Downloaded autocfg v1.5.0
2712026-08-25T20:16:06.785Z Downloaded generic-array v0.14.7
2722026-08-25T20:16:06.785Z Downloaded serde_tokenstream v0.2.3
2732026-08-25T20:16:06.789Z Downloaded equivalent v1.0.2
2742026-08-25T20:16:06.792Z Downloaded is_terminal_polyfill v1.70.2
2752026-08-25T20:16:06.792Z Downloaded scroll_derive v0.12.1
2762026-08-25T20:16:06.792Z Downloaded toml_write v0.1.2
2772026-08-25T20:16:06.793Z Downloaded fnv v1.0.7
2782026-08-25T20:16:06.793Z Downloaded pretty-hex v0.4.1
2792026-08-25T20:16:06.793Z Downloaded block-buffer v0.10.4
2802026-08-25T20:16:06.799Z Downloaded macaddr v1.0.1
2812026-08-25T20:16:06.802Z Downloaded getrandom v0.4.3
2822026-08-25T20:16:06.802Z Downloaded memmap v0.7.0
2832026-08-25T20:16:06.806Z Downloaded errno v0.3.14
2842026-08-25T20:16:06.806Z Downloaded scroll v0.12.0
2852026-08-25T20:16:06.810Z Downloaded textwrap v0.16.2
2862026-08-25T20:16:06.821Z Downloaded serde v1.0.228
2872026-08-25T20:16:06.824Z Downloaded indexmap v2.14.0
2882026-08-25T20:16:06.830Z Downloaded anyhow v1.0.104
2892026-08-25T20:16:06.834Z Downloaded camino v1.2.5
2902026-08-25T20:16:06.834Z Downloaded unicode-ident v1.0.24
2912026-08-25T20:16:06.834Z Downloaded clap_derive v4.6.1
2922026-08-25T20:16:06.838Z Downloaded tabled_derive v0.7.0
2932026-08-25T20:16:06.843Z Downloaded fastrand v2.3.0
2942026-08-25T20:16:06.846Z Downloaded anstyle-query v1.1.5
2952026-08-25T20:16:06.849Z Downloaded plain v0.2.3
2962026-08-25T20:16:06.857Z Downloaded thread-id v4.2.2
2972026-08-25T20:16:06.860Z Downloaded usdt-macro v0.5.0
2982026-08-25T20:16:06.860Z Downloaded toml_datetime v0.6.11
2992026-08-25T20:16:06.863Z Downloaded swrite v0.1.0
3002026-08-25T20:16:06.867Z Downloaded cargo_metadata v0.23.1
3012026-08-25T20:16:06.879Z Downloaded version_check v0.9.5
3022026-08-25T20:16:06.882Z Downloaded smawk v0.3.2
3032026-08-25T20:16:06.889Z Downloaded cargo_toml v0.21.0
3042026-08-25T20:16:06.896Z Downloaded ucd-trie v0.1.7
3052026-08-25T20:16:06.900Z Downloaded byteorder v1.5.0
3062026-08-25T20:16:06.900Z Downloaded proc-macro-error v1.0.4
3072026-08-25T20:16:06.900Z Downloaded thiserror v2.0.18
3082026-08-25T20:16:06.903Z Downloaded thiserror-impl v2.0.18
3092026-08-25T20:16:06.903Z Downloaded pest_derive v2.8.6
3102026-08-25T20:16:06.908Z Downloaded dtrace-parser v0.2.0
3112026-08-25T20:16:06.918Z Downloaded serde_spanned v0.6.9
3122026-08-25T20:16:06.921Z Downloaded cfg-if v1.0.4
3132026-08-25T20:16:06.921Z Downloaded dof v0.3.0
3142026-08-25T20:16:06.921Z Downloaded usdt-attr-macro v0.5.0
3152026-08-25T20:16:06.931Z Downloaded pest_generator v2.8.6
3162026-08-25T20:16:06.934Z Downloaded thiserror v1.0.69
3172026-08-25T20:16:06.937Z Downloaded tempfile v3.27.0
3182026-08-25T20:16:06.943Z Downloaded clap_lex v1.0.0
3192026-08-25T20:16:06.953Z Downloaded usdt v0.5.0
3202026-08-25T20:16:06.959Z Downloaded itoa v1.0.17
3212026-08-25T20:16:06.960Z Downloaded colorchoice v1.0.4
3222026-08-25T20:16:06.960Z Downloaded heck v0.5.0
3232026-08-25T20:16:06.963Z Downloaded cpufeatures v0.2.17
3242026-08-25T20:16:06.963Z Downloaded unicode-linebreak v0.1.5
3252026-08-25T20:16:06.963Z Downloaded cargo-platform v0.3.2
3262026-08-25T20:16:06.966Z Downloaded fs-err v3.3.0
3272026-08-25T20:16:06.969Z Downloaded anstream v1.0.0
3282026-08-25T20:16:06.973Z Downloaded anstyle v1.0.14
3292026-08-25T20:16:06.979Z Downloaded camino-tempfile v1.4.1
3302026-08-25T20:16:06.997Z Downloaded thiserror-impl v1.0.69
3312026-08-25T20:16:07.002Z Downloaded utf8parse v0.2.2
3322026-08-25T20:16:07.002Z Downloaded bytecount v0.6.9
3332026-08-25T20:16:07.002Z Downloaded usdt-impl v0.5.0
3342026-08-25T20:16:07.005Z Downloaded strsim v0.11.1
3352026-08-25T20:16:07.016Z Downloaded digest v0.10.7
3362026-08-25T20:16:07.020Z Downloaded once_cell v1.21.3
3372026-08-25T20:16:07.020Z Downloaded papergrid v0.11.0
3382026-08-25T20:16:07.024Z Downloaded quote v1.0.45
3392026-08-25T20:16:07.024Z Downloaded serde_derive v1.0.228
3402026-08-25T20:16:07.032Z Downloaded sha2 v0.10.9
3412026-08-25T20:16:07.035Z Downloaded bitflags v2.11.0
3422026-08-25T20:16:07.038Z Downloaded semver v1.0.28
3432026-08-25T20:16:07.043Z Downloaded log v0.4.33
3442026-08-25T20:16:07.057Z Downloaded proc-macro2 v1.0.106
3452026-08-25T20:16:07.061Z Downloaded toml v0.8.23
3462026-08-25T20:16:07.067Z Downloaded clap v4.6.1
3472026-08-25T20:16:07.072Z Downloaded serde_core v1.0.228
3482026-08-25T20:16:07.076Z Downloaded typenum v1.20.1
3492026-08-25T20:16:07.081Z Downloaded pest_meta v2.8.6
3502026-08-25T20:16:07.085Z Downloaded toml_edit v0.22.27
3512026-08-25T20:16:07.091Z Downloaded serde_json v1.0.151
3522026-08-25T20:16:07.108Z Downloaded pest v2.8.6
3532026-08-25T20:16:07.151Z Downloaded clap_builder v4.6.0
3542026-08-25T20:16:07.158Z Downloaded hashbrown v0.17.0
3552026-08-25T20:16:07.172Z Downloaded winnow v0.7.14
3562026-08-25T20:16:07.177Z Downloaded tabled v0.15.0
3572026-08-25T20:16:07.194Z Downloaded syn v1.0.109
3582026-08-25T20:16:07.199Z Downloaded unicode-width v0.1.14
3592026-08-25T20:16:07.203Z Downloaded unicode-width v0.2.0
3602026-08-25T20:16:07.208Z Downloaded syn v2.0.117
3612026-08-25T20:16:07.233Z Downloaded rustix v1.1.4
3622026-08-25T20:16:07.260Z Downloaded libc v0.2.185
3632026-08-25T20:16:07.322Z Compiling proc-macro2 v1.0.106
3642026-08-25T20:16:07.322Z Compiling unicode-ident v1.0.24
3652026-08-25T20:16:07.322Z Compiling quote v1.0.45
3662026-08-25T20:16:07.322Z Compiling serde_core v1.0.228
3672026-08-25T20:16:07.322Z Compiling libc v0.2.185
3682026-08-25T20:16:07.328Z Compiling version_check v0.9.5
3692026-08-25T20:16:07.328Z Compiling memchr v2.8.0
3702026-08-25T20:16:07.328Z Compiling serde v1.0.228
3712026-08-25T20:16:07.500Z Compiling zmij v1.0.21
3722026-08-25T20:16:07.505Z Compiling thiserror v1.0.69
3732026-08-25T20:16:07.505Z Compiling itoa v1.0.17
3742026-08-25T20:16:07.505Z Compiling ucd-trie v0.1.7
3752026-08-25T20:16:07.505Z Compiling rustix v1.1.4
3762026-08-25T20:16:07.514Z Compiling byteorder v1.5.0
3772026-08-25T20:16:07.668Z Compiling bitflags v2.11.0
3782026-08-25T20:16:07.859Z Compiling serde_json v1.0.151
3792026-08-25T20:16:07.955Z Compiling pest v2.8.6
3802026-08-25T20:16:07.987Z Compiling proc-macro-error-attr v1.0.4
3812026-08-25T20:16:08.043Z Compiling usdt-impl v0.5.0
3822026-08-25T20:16:08.047Z Compiling syn v1.0.109
3832026-08-25T20:16:08.081Z Compiling camino v1.2.5
3842026-08-25T20:16:08.219Z Compiling proc-macro-error v1.0.4
3852026-08-25T20:16:08.271Z Compiling equivalent v1.0.2
3862026-08-25T20:16:08.291Z Compiling getrandom v0.4.3
3872026-08-25T20:16:08.344Z Compiling utf8parse v0.2.2
3882026-08-25T20:16:08.348Z Compiling hashbrown v0.17.0
3892026-08-25T20:16:08.397Z Compiling log v0.4.33
3902026-08-25T20:16:08.401Z Compiling plain v0.2.3
3912026-08-25T20:16:08.488Z Compiling anstyle-parse v1.0.0
3922026-08-25T20:16:08.492Z Compiling thiserror v2.0.18
3932026-08-25T20:16:08.492Z Compiling colorchoice v1.0.4
3942026-08-25T20:16:08.559Z Compiling errno v0.3.14
3952026-08-25T20:16:08.563Z Compiling thread-id v4.2.2
3962026-08-25T20:16:08.614Z Compiling pretty-hex v0.4.1
3972026-08-25T20:16:08.618Z Compiling autocfg v1.5.0
3982026-08-25T20:16:08.654Z Compiling winnow v0.7.14
3992026-08-25T20:16:08.665Z Compiling is_terminal_polyfill v1.70.2
4002026-08-25T20:16:08.669Z Compiling anstyle v1.0.14
4012026-08-25T20:16:08.669Z Compiling cfg-if v1.0.4
4022026-08-25T20:16:08.718Z Compiling anstyle-query v1.1.5
4032026-08-25T20:16:08.780Z Compiling toml_write v0.1.2
4042026-08-25T20:16:08.780Z Compiling anyhow v1.0.104
4052026-08-25T20:16:08.916Z Compiling bytecount v0.6.9
4062026-08-25T20:16:08.944Z Compiling indexmap v2.14.0
4072026-08-25T20:16:08.989Z Compiling pest_meta v2.8.6
4082026-08-25T20:16:09.054Z Compiling anstream v1.0.0
4092026-08-25T20:16:09.122Z Compiling once_cell v1.21.3
4102026-08-25T20:16:09.152Z Compiling unicode-width v0.1.14
4112026-08-25T20:16:09.152Z Compiling syn v2.0.117
4122026-08-25T20:16:09.182Z Compiling fs-err v3.3.0
4132026-08-25T20:16:09.229Z Compiling heck v0.5.0
4142026-08-25T20:16:09.305Z Compiling strsim v0.11.1
4152026-08-25T20:16:09.334Z Compiling fastrand v2.3.0
4162026-08-25T20:16:09.380Z Compiling fnv v1.0.7
4172026-08-25T20:16:09.405Z Compiling clap_lex v1.0.0
4182026-08-25T20:16:09.405Z Compiling heck v0.4.1
4192026-08-25T20:16:09.472Z Compiling papergrid v0.11.0
4202026-08-25T20:16:09.537Z Compiling memmap v0.7.0
4212026-08-25T20:16:09.588Z Compiling unicode-linebreak v0.1.5
4222026-08-25T20:16:09.671Z Compiling smawk v0.3.2
4232026-08-25T20:16:09.696Z Compiling unicode-width v0.2.0
4242026-08-25T20:16:09.696Z Compiling terminal_size v0.4.3
4252026-08-25T20:16:09.696Z Compiling tempfile v3.27.0
4262026-08-25T20:16:09.800Z Compiling clap_builder v4.6.0
4272026-08-25T20:16:09.826Z Compiling swrite v0.1.0
4282026-08-25T20:16:09.894Z Compiling textwrap v0.16.2
4292026-08-25T20:16:09.981Z Compiling semver v1.0.28
4302026-08-25T20:16:10.008Z Compiling cargo-platform v0.3.2
4312026-08-25T20:16:10.241Z Compiling camino-tempfile v1.4.1
4322026-08-25T20:16:10.609Z Compiling tabled_derive v0.7.0
4332026-08-25T20:16:11.263Z Compiling tabled v0.15.0
4342026-08-25T20:16:11.281Z Compiling pest_generator v2.8.6
4352026-08-25T20:16:11.780Z Compiling serde_derive v1.0.228
4362026-08-25T20:16:11.790Z Compiling thiserror-impl v1.0.69
4372026-08-25T20:16:11.790Z Compiling zerocopy-derive v0.7.35
4382026-08-25T20:16:11.790Z Compiling scroll_derive v0.12.1
4392026-08-25T20:16:11.790Z Compiling thiserror-impl v2.0.18
4402026-08-25T20:16:11.790Z Compiling clap_derive v4.6.1
4412026-08-25T20:16:11.853Z Compiling pest_derive v2.8.6
4422026-08-25T20:16:12.474Z Compiling zerocopy v0.7.35
4432026-08-25T20:16:12.541Z Compiling scroll v0.12.0
4442026-08-25T20:16:12.731Z Compiling goblin v0.8.2
4452026-08-25T20:16:12.853Z Compiling dtrace-parser v0.2.0
4462026-08-25T20:16:13.112Z Compiling clap v4.6.1
4472026-08-25T20:16:14.155Z Compiling serde_spanned v0.6.9
4482026-08-25T20:16:14.155Z Compiling toml_datetime v0.6.11
4492026-08-25T20:16:14.155Z Compiling cargo_metadata v0.23.1
4502026-08-25T20:16:14.158Z Compiling macaddr v1.0.1
4512026-08-25T20:16:14.158Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4522026-08-25T20:16:14.172Z Compiling dof v0.3.0
4532026-08-25T20:16:14.176Z Compiling serde_tokenstream v0.2.3
4542026-08-25T20:16:14.386Z Compiling toml_edit v0.22.27
4552026-08-25T20:16:14.907Z Compiling usdt-attr-macro v0.5.0
4562026-08-25T20:16:14.911Z Compiling usdt-macro v0.5.0
4572026-08-25T20:16:15.525Z Compiling usdt v0.5.0
4582026-08-25T20:16:15.658Z Compiling toml v0.8.23
4592026-08-25T20:16:15.976Z Compiling cargo_toml v0.21.0
4602026-08-25T20:16:17.264Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4612026-08-25T20:16:19.316Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.06s
4622026-08-25T20:16:19.534Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4632026-08-25T20:16:20.036Z Downloading crates ...
4642026-08-25T20:16:20.137Z Downloaded async-stream-impl v0.3.6
4652026-08-25T20:16:20.148Z Downloaded ascii-canvas v3.0.0
4662026-08-25T20:16:20.148Z Downloaded allocator-api2 v0.2.21
4672026-08-25T20:16:20.148Z Downloaded ahash v0.8.12
4682026-08-25T20:16:20.148Z Downloaded bs58 v0.5.1
4692026-08-25T20:16:20.148Z Downloaded block-buffer v0.12.1
4702026-08-25T20:16:20.148Z Downloaded anstream v0.6.21
4712026-08-25T20:16:20.149Z Downloaded atty v0.2.14
4722026-08-25T20:16:20.150Z Downloaded arc-swap v1.8.2
4732026-08-25T20:16:20.150Z Downloaded futures-macro v0.3.32
4742026-08-25T20:16:20.150Z Downloaded base16ct v0.2.0
4752026-08-25T20:16:20.150Z Downloaded async-recursion v1.1.1
4762026-08-25T20:16:20.150Z Downloaded futures-core v0.3.32
4772026-08-25T20:16:20.150Z Downloaded const-oid v0.10.2
4782026-08-25T20:16:20.150Z Downloaded adler2 v2.0.1
4792026-08-25T20:16:20.150Z Downloaded base16ct v1.0.0
4802026-08-25T20:16:20.150Z Downloaded base64 v0.22.1
4812026-08-25T20:16:20.150Z Downloaded bitfield-struct v0.6.2
4822026-08-25T20:16:20.150Z Downloaded enum_dispatch v0.3.13
4832026-08-25T20:16:20.150Z Downloaded ghash v0.6.0
4842026-08-25T20:16:20.150Z Downloaded futures-executor v0.3.32
4852026-08-25T20:16:20.150Z Downloaded hostname v0.4.2
4862026-08-25T20:16:20.150Z Downloaded bit-set v0.8.0
4872026-08-25T20:16:20.150Z Downloaded backon v1.6.0
4882026-08-25T20:16:20.150Z Downloaded atomicwrites v0.4.4
4892026-08-25T20:16:20.150Z Downloaded aead v0.6.1
4902026-08-25T20:16:20.150Z Downloaded backtrace-ext v0.2.1
4912026-08-25T20:16:20.150Z Downloaded futures-sink v0.3.32
4922026-08-25T20:16:20.150Z Downloaded ciborium-io v0.2.2
4932026-08-25T20:16:20.150Z Downloaded getrandom v0.2.17
4942026-08-25T20:16:20.150Z Downloaded array-init v0.0.4
4952026-08-25T20:16:20.155Z Downloaded bitfield-macros v0.19.4
4962026-08-25T20:16:20.155Z Downloaded bb8 v0.8.6
4972026-08-25T20:16:20.155Z Downloaded async-stream v0.3.6
4982026-08-25T20:16:20.155Z Downloaded aead v0.5.2
4992026-08-25T20:16:20.155Z Downloaded expectorate v1.2.0
5002026-08-25T20:16:20.155Z Downloaded arrayvec v0.7.6
5012026-08-25T20:16:20.155Z Downloaded backoff v0.4.0
5022026-08-25T20:16:20.155Z Downloaded hickory-resolver v0.24.4
5032026-08-25T20:16:20.155Z Downloaded arrayref v0.3.9
5042026-08-25T20:16:20.155Z Downloaded cfg_aliases v0.1.1
5052026-08-25T20:16:20.155Z Downloaded generic-array v1.4.3
5062026-08-25T20:16:20.159Z Downloaded erased-serde v0.3.31
5072026-08-25T20:16:20.160Z Downloaded h2 v0.4.15
5082026-08-25T20:16:20.165Z Downloaded bcrypt-pbkdf v0.11.0
5092026-08-25T20:16:20.165Z Downloaded base64ct v1.8.3
5102026-08-25T20:16:20.169Z Downloaded bitfield v0.19.4
5112026-08-25T20:16:20.169Z Downloaded anstyle-parse v0.2.7
5122026-08-25T20:16:20.169Z Downloaded gethostname v0.5.0
5132026-08-25T20:16:20.174Z Downloaded foreign-types-macros v0.2.3
5142026-08-25T20:16:20.174Z Downloaded assert_matches v1.5.0
5152026-08-25T20:16:20.174Z Downloaded flagset v0.4.7
5162026-08-25T20:16:20.174Z Downloaded atomic-waker v1.1.2
5172026-08-25T20:16:20.174Z Downloaded block-padding v0.4.2
5182026-08-25T20:16:20.178Z Downloaded bit-set v0.5.3
5192026-08-25T20:16:20.178Z Downloaded fd-lock v4.0.4
5202026-08-25T20:16:20.178Z Downloaded foreign-types v0.3.2
5212026-08-25T20:16:20.178Z Downloaded fixedbitset v0.4.2
5222026-08-25T20:16:20.182Z Downloaded foreign-types-shared v0.1.1
5232026-08-25T20:16:20.186Z Downloaded ciborium-ll v0.2.2
5242026-08-25T20:16:20.186Z Downloaded endian-type v0.1.2
5252026-08-25T20:16:20.186Z Downloaded env_filter v2.0.0
5262026-08-25T20:16:20.186Z Downloaded fxhash v0.2.1
5272026-08-25T20:16:20.190Z Downloaded compression-core v0.4.31
5282026-08-25T20:16:20.194Z Downloaded cfg_aliases v0.2.1
5292026-08-25T20:16:20.194Z Downloaded cobs v0.3.0
5302026-08-25T20:16:20.194Z Downloaded filetime v0.2.27
5312026-08-25T20:16:20.194Z Downloaded float-ord v0.3.2
5322026-08-25T20:16:20.195Z Downloaded foreign-types-shared v0.3.1
5332026-08-25T20:16:20.195Z Downloaded find-msvc-tools v0.1.9
5342026-08-25T20:16:20.195Z Downloaded foldhash v0.2.0
5352026-08-25T20:16:20.199Z Downloaded castaway v0.2.4
5362026-08-25T20:16:20.199Z Downloaded embedded-io v0.6.1
5372026-08-25T20:16:20.200Z Downloaded enum-as-inner v0.6.1
5382026-08-25T20:16:20.204Z Downloaded futures-io v0.3.32
5392026-08-25T20:16:20.204Z Downloaded hash32 v0.3.1
5402026-08-25T20:16:20.208Z Downloaded http-body v1.0.1
5412026-08-25T20:16:20.208Z Downloaded httpdate v1.0.3
5422026-08-25T20:16:20.208Z Downloaded embedded-io v0.4.0
5432026-08-25T20:16:20.208Z Downloaded http-range v0.1.5
5442026-08-25T20:16:20.208Z Downloaded foreign-types v0.5.0
5452026-08-25T20:16:20.208Z Downloaded hex-literal v1.1.0
5462026-08-25T20:16:20.213Z Downloaded hex v0.4.3
5472026-08-25T20:16:20.213Z Downloaded hubpack v0.1.2
5482026-08-25T20:16:20.217Z Downloaded bcs v0.1.6
5492026-08-25T20:16:20.217Z Downloaded git-stub v1.0.0
5502026-08-25T20:16:20.217Z Downloaded futures-task v0.3.32
5512026-08-25T20:16:20.217Z Downloaded hubpack_derive v0.1.1
5522026-08-25T20:16:20.217Z Downloaded async-trait v0.1.89
5532026-08-25T20:16:20.220Z Downloaded funty v2.0.0
5542026-08-25T20:16:20.220Z Downloaded nibble_vec v0.1.0
5552026-08-25T20:16:20.220Z Downloaded normalize-line-endings v0.3.0
5562026-08-25T20:16:20.225Z Downloaded nodrop v0.1.14
5572026-08-25T20:16:20.225Z Downloaded globwalk v0.9.1
5582026-08-25T20:16:20.233Z Downloaded headers-core v0.3.0
5592026-08-25T20:16:20.237Z Downloaded fs-err v2.11.0
5602026-08-25T20:16:20.237Z Downloaded hostname v0.3.1
5612026-08-25T20:16:20.237Z Downloaded fallible-iterator v0.2.0
5622026-08-25T20:16:20.237Z Downloaded fs_extra v1.3.0
5632026-08-25T20:16:20.241Z Downloaded ena v0.14.4
5642026-08-25T20:16:20.241Z Downloaded form_urlencoded v1.2.2
5652026-08-25T20:16:20.241Z Downloaded ff v0.13.1
5662026-08-25T20:16:20.241Z Downloaded fixedbitset v0.5.7
5672026-08-25T20:16:20.245Z Downloaded bitflags v1.3.2
5682026-08-25T20:16:20.245Z Downloaded compression-codecs v0.4.37
5692026-08-25T20:16:20.248Z Downloaded argon2 v0.5.3
5702026-08-25T20:16:20.248Z Downloaded bit-vec v0.6.3
5712026-08-25T20:16:20.248Z Downloaded cmov v0.5.4
5722026-08-25T20:16:20.248Z Downloaded rand_xorshift v0.4.0
5732026-08-25T20:16:20.249Z Downloaded predicates-core v1.0.10
5742026-08-25T20:16:20.249Z Downloaded blowfish v0.10.0
5752026-08-25T20:16:20.252Z Downloaded chacha20 v0.9.1
5762026-08-25T20:16:20.252Z Downloaded cbc v0.2.1
5772026-08-25T20:16:20.257Z Downloaded bit-vec v0.8.0
5782026-08-25T20:16:20.257Z Downloaded hash32 v0.2.1
5792026-08-25T20:16:20.260Z Downloaded progenitor-macro v0.14.0
5802026-08-25T20:16:20.260Z Downloaded radium v0.7.0
5812026-08-25T20:16:20.265Z Downloaded home v0.5.12
5822026-08-25T20:16:20.270Z Downloaded proc-macro-crate v1.3.1
5832026-08-25T20:16:20.270Z Downloaded argon2 v0.6.0-rc.8
5842026-08-25T20:16:20.274Z Downloaded addr2line v0.25.1
5852026-08-25T20:16:20.274Z Downloaded cancel-safe-futures v0.1.5
5862026-08-25T20:16:20.274Z Downloaded float-cmp v0.10.0
5872026-08-25T20:16:20.278Z Downloaded phf v0.12.1
5882026-08-25T20:16:20.278Z Downloaded foldhash v0.1.5
5892026-08-25T20:16:20.278Z Downloaded base64 v0.21.7
5902026-08-25T20:16:20.278Z Downloaded rustc-hash v2.1.1
5912026-08-25T20:16:20.281Z Downloaded ff v0.14.0
5922026-08-25T20:16:20.281Z Downloaded git-stub-vcs v0.1.0
5932026-08-25T20:16:20.285Z Downloaded scopeguard v1.2.0
5942026-08-25T20:16:20.285Z Downloaded secrecy v0.10.3
5952026-08-25T20:16:20.285Z Downloaded sha1 v0.10.6
5962026-08-25T20:16:20.288Z Downloaded async-bb8-diesel v0.2.1
5972026-08-25T20:16:20.289Z Downloaded buf-list v1.1.2
5982026-08-25T20:16:20.292Z Downloaded cexpr v0.6.0
5992026-08-25T20:16:20.292Z Downloaded rfc6979 v0.4.0
6002026-08-25T20:16:20.292Z Downloaded byte-wrapper v0.1.0
6012026-08-25T20:16:20.292Z Downloaded cassowary v0.3.0
6022026-08-25T20:16:20.292Z Downloaded cipher v0.4.4
6032026-08-25T20:16:20.296Z Downloaded camino-tempfile-ext v0.3.3
6042026-08-25T20:16:20.296Z Downloaded nu-ansi-term v0.50.3
6052026-08-25T20:16:20.296Z Downloaded semver v0.1.20
6062026-08-25T20:16:20.296Z Downloaded num-integer v0.1.46
6072026-08-25T20:16:20.296Z Downloaded oxide-generation v0.1.3
6082026-08-25T20:16:20.301Z Downloaded num_enum v0.7.6
6092026-08-25T20:16:20.304Z Downloaded parking_lot_core v0.8.6
6102026-08-25T20:16:20.304Z Downloaded num_enum v0.5.11
6112026-08-25T20:16:20.304Z Downloaded pin-project-internal v1.1.11
6122026-08-25T20:16:20.308Z Downloaded env_logger v0.11.11
6132026-08-25T20:16:20.308Z Downloaded futures-channel v0.3.32
6142026-08-25T20:16:20.309Z Downloaded proc-macro-error2 v2.0.1
6152026-08-25T20:16:20.312Z Downloaded highway v1.3.0
6162026-08-25T20:16:20.312Z Downloaded postgres-protocol v0.6.10
6172026-08-25T20:16:20.312Z Downloaded stable_deref_trait v1.2.1
6182026-08-25T20:16:20.312Z Downloaded tokio-macros v2.7.0
6192026-08-25T20:16:20.312Z Downloaded fatfs v0.3.6
6202026-08-25T20:16:20.316Z Downloaded shell-words v1.1.1
6212026-08-25T20:16:20.316Z Downloaded supports-color v3.0.2
6222026-08-25T20:16:20.316Z Downloaded progenitor v0.13.0
6232026-08-25T20:16:20.316Z Downloaded chacha20 v0.10.0
6242026-08-25T20:16:20.320Z Downloaded console v0.15.11
6252026-08-25T20:16:20.320Z Downloaded cipher v0.5.2
6262026-08-25T20:16:20.320Z Downloaded subtle v2.6.1
6272026-08-25T20:16:20.324Z Downloaded thiserror-impl-no-std v2.0.2
6282026-08-25T20:16:20.324Z Downloaded futures-util v0.3.32
6292026-08-25T20:16:20.331Z Downloaded take_mut v0.2.2
6302026-08-25T20:16:20.336Z Downloaded ciborium v0.2.2
6312026-08-25T20:16:20.337Z Downloaded const-oid v0.9.6
6322026-08-25T20:16:20.337Z Downloaded rand_chacha v0.3.1
6332026-08-25T20:16:20.337Z Downloaded pem-rfc7468 v0.7.0
6342026-08-25T20:16:20.338Z Downloaded pem v3.0.6
6352026-08-25T20:16:20.338Z Downloaded bzip2 v0.4.4
6362026-08-25T20:16:20.338Z Downloaded clang-sys v1.8.1
6372026-08-25T20:16:20.338Z Downloaded globset v0.4.18
6382026-08-25T20:16:20.338Z Downloaded group v0.14.0
6392026-08-25T20:16:20.345Z Downloaded rpassword v7.5.4
6402026-08-25T20:16:20.345Z Downloaded testing_table v0.3.0
6412026-08-25T20:16:20.350Z Downloaded scroll v0.13.0
6422026-08-25T20:16:20.350Z Downloaded tap v1.0.1
6432026-08-25T20:16:20.350Z Downloaded xshell-macros v0.2.7
6442026-08-25T20:16:20.350Z Downloaded cmake v0.1.57
6452026-08-25T20:16:20.350Z Downloaded unarray v0.1.4
6462026-08-25T20:16:20.350Z Downloaded zone v0.3.1
6472026-08-25T20:16:20.354Z Downloaded yoke-derive v0.8.1
6482026-08-25T20:16:20.355Z Downloaded usdt v0.6.0
6492026-08-25T20:16:20.355Z Downloaded want v0.3.1
6502026-08-25T20:16:20.355Z Downloaded convert_case v0.4.0
6512026-08-25T20:16:20.355Z Downloaded blake2 v0.10.6
6522026-08-25T20:16:20.358Z Downloaded colored v2.2.0
6532026-08-25T20:16:20.358Z Downloaded glob v0.3.3
6542026-08-25T20:16:20.364Z Downloaded colored v3.1.1
6552026-08-25T20:16:20.364Z Downloaded slog-async v2.8.0
6562026-08-25T20:16:20.364Z Downloaded half v1.8.3
6572026-08-25T20:16:20.364Z Downloaded parking_lot v0.11.2
6582026-08-25T20:16:20.367Z Downloaded humantime v2.3.0
6592026-08-25T20:16:20.368Z Downloaded pkcs8 v0.11.0
6602026-08-25T20:16:20.368Z Downloaded postcard v1.1.3
6612026-08-25T20:16:20.368Z Downloaded group v0.13.0
6622026-08-25T20:16:20.368Z Downloaded parking_lot v0.12.5
6632026-08-25T20:16:20.371Z Downloaded poly1305 v0.9.0
6642026-08-25T20:16:20.371Z Downloaded curve25519-dalek-derive v0.1.1
6652026-08-25T20:16:20.371Z Downloaded defmt-parser v1.0.0
6662026-08-25T20:16:20.373Z Downloaded console v0.16.2
6672026-08-25T20:16:20.377Z Downloaded usdt-attr-macro v0.6.0
6682026-08-25T20:16:20.377Z Downloaded unit-prefix v0.5.2
6692026-08-25T20:16:20.377Z Downloaded void v1.0.2
6702026-08-25T20:16:20.377Z Downloaded zeroize_derive v1.5.0
6712026-08-25T20:16:20.382Z Downloaded serde_path_to_error v0.1.20
6722026-08-25T20:16:20.387Z Downloaded serde_tokenstream v0.3.0
6732026-08-25T20:16:20.387Z Downloaded difflib v0.4.0
6742026-08-25T20:16:20.387Z Downloaded dirs-sys-next v0.1.2
6752026-08-25T20:16:20.388Z Downloaded tui-tree-widget v0.23.1
6762026-08-25T20:16:20.393Z Downloaded smallvec v0.6.14
6772026-08-25T20:16:20.400Z Downloaded crunchy v0.2.4
6782026-08-25T20:16:20.400Z Downloaded cstr-argument v0.1.2
6792026-08-25T20:16:20.400Z Downloaded slog-term v2.9.2
6802026-08-25T20:16:20.400Z Downloaded dof v0.4.0
6812026-08-25T20:16:20.404Z Downloaded debug-ignore v1.0.5
6822026-08-25T20:16:20.404Z Downloaded downcast-rs v2.0.2
6832026-08-25T20:16:20.404Z Downloaded indent_write v2.2.0
6842026-08-25T20:16:20.404Z Downloaded instant v0.1.13
6852026-08-25T20:16:20.404Z Downloaded phf v0.13.1
6862026-08-25T20:16:20.404Z Downloaded string_cache v0.8.9
6872026-08-25T20:16:20.408Z Downloaded stringprep v0.1.5
6882026-08-25T20:16:20.408Z Downloaded strum_macros v0.24.3
6892026-08-25T20:16:20.408Z Downloaded blake2 v0.11.0-rc.6
6902026-08-25T20:16:20.411Z Downloaded http-body-util v0.1.3
6912026-08-25T20:16:20.415Z Downloaded hmac v0.12.1
6922026-08-25T20:16:20.420Z Downloaded support-bundle-viewer v0.1.2
6932026-08-25T20:16:20.421Z Downloaded tls_codec v0.4.2
6942026-08-25T20:16:20.421Z Downloaded tokio-tungstenite v0.23.1
6952026-08-25T20:16:20.425Z Downloaded memoffset v0.9.1
6962026-08-25T20:16:20.425Z Downloaded unicase v2.9.0
6972026-08-25T20:16:20.425Z Downloaded multimap v0.10.1
6982026-08-25T20:16:20.425Z Downloaded lru-slab v0.1.2
6992026-08-25T20:16:20.428Z Downloaded critical-section v1.2.0
7002026-08-25T20:16:20.428Z Downloaded lalrpop-util v0.19.12
7012026-08-25T20:16:20.434Z Downloaded new_debug_unreachable v1.0.6
7022026-08-25T20:16:20.434Z Downloaded tiny-keccak v2.0.2
7032026-08-25T20:16:20.434Z Downloaded omicron-zone-package v0.12.3
7042026-08-25T20:16:20.434Z Downloaded bzip2 v0.6.1
7052026-08-25T20:16:20.439Z Downloaded oso v0.27.3
7062026-08-25T20:16:20.439Z Downloaded daft v0.1.8
7072026-08-25T20:16:20.439Z Downloaded olpc-cjson v0.1.4
7082026-08-25T20:16:20.443Z Downloaded httparse v1.10.1
7092026-08-25T20:16:20.444Z Downloaded toml_writer v1.1.1+spec-1.1.0
7102026-08-25T20:16:20.450Z Downloaded serde_with_macros v1.5.2
7112026-08-25T20:16:20.455Z Downloaded der_derive v0.7.3
7122026-08-25T20:16:20.459Z Downloaded precomputed-hash v0.1.1
7132026-08-25T20:16:20.459Z Downloaded progenitor-macro v0.13.0
7142026-08-25T20:16:20.459Z Downloaded quick-error v1.2.3
7152026-08-25T20:16:20.464Z Downloaded flume v0.11.1
7162026-08-25T20:16:20.464Z Downloaded chacha20poly1305 v0.10.1
7172026-08-25T20:16:20.464Z Downloaded diesel-dtrace v0.5.0
7182026-08-25T20:16:20.468Z Downloaded openssl-probe v0.1.6
7192026-08-25T20:16:20.468Z Downloaded parse-display v0.10.0
7202026-08-25T20:16:20.468Z Downloaded tracing-attributes v0.1.31
7212026-08-25T20:16:20.473Z Downloaded twox-hash v2.1.2
7222026-08-25T20:16:20.477Z Downloaded smallvec v1.15.1
7232026-08-25T20:16:20.477Z Downloaded derive_builder_core v0.20.2
7242026-08-25T20:16:20.477Z Downloaded percent-encoding v2.3.2
7252026-08-25T20:16:20.477Z Downloaded proc-macro-crate v3.4.0
7262026-08-25T20:16:20.477Z Downloaded proc-macro-error-attr2 v2.0.0
7272026-08-25T20:16:20.481Z Downloaded scheduled-thread-pool v0.2.7
7282026-08-25T20:16:20.482Z Downloaded ref-cast v1.0.25
7292026-08-25T20:16:20.486Z Downloaded rfc6979 v0.6.0
7302026-08-25T20:16:20.486Z Downloaded russh-util v0.52.0
7312026-08-25T20:16:20.486Z Downloaded serde_plain v1.0.2
7322026-08-25T20:16:20.486Z Downloaded either v1.15.0
7332026-08-25T20:16:20.489Z Downloaded similar v2.7.0
7342026-08-25T20:16:20.489Z Downloaded half v2.7.1
7352026-08-25T20:16:20.493Z Downloaded slog v2.8.2
7362026-08-25T20:16:20.493Z Downloaded zerocopy v0.6.6
7372026-08-25T20:16:20.496Z Downloaded ingot-types v0.2.0
7382026-08-25T20:16:20.497Z Downloaded getrandom v0.3.4
7392026-08-25T20:16:20.497Z Downloaded hmac v0.13.0
7402026-08-25T20:16:20.500Z Downloaded sigpipe v0.1.3
7412026-08-25T20:16:20.500Z Downloaded oxide-update-engine-types v0.1.2
7422026-08-25T20:16:20.500Z Downloaded ipnetwork v0.21.1
7432026-08-25T20:16:20.500Z Downloaded libloading v0.8.9
7442026-08-25T20:16:20.503Z Downloaded linear-map v1.2.0
7452026-08-25T20:16:20.505Z Downloaded mime_guess v2.0.5
7462026-08-25T20:16:20.505Z Downloaded elliptic-curve v0.14.1
7472026-08-25T20:16:20.508Z Downloaded papergrid v0.18.0
7482026-08-25T20:16:20.508Z Downloaded lock_api v0.4.14
7492026-08-25T20:16:20.509Z Downloaded maybe-uninit v2.0.0
7502026-08-25T20:16:20.509Z Downloaded chumsky v0.9.3
7512026-08-25T20:16:20.512Z Downloaded serde-big-array v0.5.1
7522026-08-25T20:16:20.512Z Downloaded futures v0.3.32
7532026-08-25T20:16:20.515Z Downloaded tokio-stream v0.1.18
7542026-08-25T20:16:20.519Z Downloaded oxide-update-engine-display v0.1.2
7552026-08-25T20:16:20.519Z Downloaded compact_str v0.8.1
7562026-08-25T20:16:20.523Z Downloaded headers v0.4.1
7572026-08-25T20:16:20.523Z Downloaded oxnet v0.1.6
7582026-08-25T20:16:20.526Z Downloaded prettyplease v0.2.37
7592026-08-25T20:16:20.527Z Downloaded peg v0.8.5
7602026-08-25T20:16:20.530Z Downloaded pkcs8 v0.10.2
7612026-08-25T20:16:20.530Z Downloaded vergen v9.1.0
7622026-08-25T20:16:20.530Z Downloaded unicode-truncate v1.1.0
7632026-08-25T20:16:20.530Z Downloaded ar_archive_writer v0.5.1
7642026-08-25T20:16:20.535Z Downloaded rayon-core v1.13.0
7652026-08-25T20:16:20.536Z Downloaded rand_core v0.10.0
7662026-08-25T20:16:20.539Z Downloaded structmeta-derive v0.3.0
7672026-08-25T20:16:20.539Z Downloaded flate2 v1.1.9
7682026-08-25T20:16:20.539Z Downloaded rcgen v0.12.1
7692026-08-25T20:16:20.542Z Downloaded impl-trait-for-tuples v0.2.3
7702026-08-25T20:16:20.542Z Downloaded num-complex v0.4.6
7712026-08-25T20:16:20.542Z Downloaded owo-colors v4.3.0
7722026-08-25T20:16:20.549Z Downloaded parse-display-derive v0.10.0
7732026-08-25T20:16:20.553Z Downloaded termtree v0.5.1
7742026-08-25T20:16:20.553Z Downloaded tower-layer v0.3.3
7752026-08-25T20:16:20.553Z Downloaded tower-service v0.3.3
7762026-08-25T20:16:20.553Z Downloaded resolv-conf v0.7.6
7772026-08-25T20:16:20.553Z Downloaded sec1 v0.7.3
7782026-08-25T20:16:20.557Z Downloaded crossbeam-utils v0.8.21
7792026-08-25T20:16:20.562Z Downloaded derive_builder v0.20.2
7802026-08-25T20:16:20.565Z Downloaded cpubits v0.1.1
7812026-08-25T20:16:20.565Z Downloaded bytes v1.11.1
7822026-08-25T20:16:20.566Z Downloaded slog-json v2.6.1
7832026-08-25T20:16:20.566Z Downloaded async-compression v0.4.41
7842026-08-25T20:16:20.569Z Downloaded cookie_store v0.22.1
7852026-08-25T20:16:20.573Z Downloaded usdt-macro v0.6.0
7862026-08-25T20:16:20.576Z Downloaded ecdsa v0.17.0
7872026-08-25T20:16:20.576Z Downloaded serde_derive_internals v0.29.1
7882026-08-25T20:16:20.579Z Downloaded p384 v0.14.0
7892026-08-25T20:16:20.579Z Downloaded dyn-clone v1.0.20
7902026-08-25T20:16:20.583Z Downloaded cc v1.2.56
7912026-08-25T20:16:20.586Z Downloaded backtrace v0.3.76
7922026-08-25T20:16:20.586Z Downloaded publicsuffix v2.3.0
7932026-08-25T20:16:20.589Z Downloaded quinn v0.11.11
7942026-08-25T20:16:20.590Z Downloaded darling_macro v0.20.11
7952026-08-25T20:16:20.590Z Downloaded phc v0.6.1
7962026-08-25T20:16:20.593Z Downloaded tokio-dtrace v0.1.1
7972026-08-25T20:16:20.593Z Downloaded darling_macro v0.13.4
7982026-08-25T20:16:20.593Z Downloaded instability v0.3.11
7992026-08-25T20:16:20.593Z Downloaded is_ci v1.2.0
8002026-08-25T20:16:20.600Z Downloaded icu_provider v2.1.1
8012026-08-25T20:16:20.609Z Downloaded aes v0.9.1
8022026-08-25T20:16:20.612Z Downloaded drift v0.2.0
8032026-08-25T20:16:20.616Z Downloaded rustls-pki-types v1.14.0
8042026-08-25T20:16:20.619Z Downloaded rustls-platform-verifier v0.6.2
8052026-08-25T20:16:20.619Z Downloaded usdt-impl v0.6.0
8062026-08-25T20:16:20.622Z Downloaded whoami v2.1.0
8072026-08-25T20:16:20.623Z Downloaded wyz v0.5.1
8082026-08-25T20:16:20.623Z Downloaded zeroize v1.9.0
8092026-08-25T20:16:20.623Z Downloaded lru v0.12.5
8102026-08-25T20:16:20.626Z Downloaded document-features v0.2.12
8112026-08-25T20:16:20.626Z Downloaded num-derive v0.4.2
8122026-08-25T20:16:20.626Z Downloaded hyper-tls v0.6.0
8132026-08-25T20:16:20.626Z Downloaded heapless v0.8.0
8142026-08-25T20:16:20.633Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8152026-08-25T20:16:20.633Z Downloaded crc-any v2.5.0
8162026-08-25T20:16:20.633Z Downloaded termios v0.3.3
8172026-08-25T20:16:20.633Z Downloaded keccak v0.1.6
8182026-08-25T20:16:20.633Z Downloaded parse-size v1.1.0
8192026-08-25T20:16:20.637Z Downloaded newtype_derive v0.1.6
8202026-08-25T20:16:20.637Z Downloaded potential_utf v0.1.4
8212026-08-25T20:16:20.637Z Downloaded num_enum_derive v0.5.11
8222026-08-25T20:16:20.641Z Downloaded postgres-types v0.2.12
8232026-08-25T20:16:20.641Z Downloaded spki v0.8.0
8242026-08-25T20:16:20.641Z Downloaded vergen-lib v0.1.6
8252026-08-25T20:16:20.644Z Downloaded strum_macros v0.27.2
8262026-08-25T20:16:20.644Z Downloaded newtype-uuid-macros v0.1.0
8272026-08-25T20:16:20.644Z Downloaded vergen-lib v9.1.0
8282026-08-25T20:16:20.644Z Downloaded derive-ex v0.1.8
8292026-08-25T20:16:20.644Z Downloaded phf_shared v0.11.3
8302026-08-25T20:16:20.648Z Downloaded openssl-probe v0.2.1
8312026-08-25T20:16:20.648Z Downloaded psl-types v2.0.11
8322026-08-25T20:16:20.648Z Downloaded shlex v1.3.0
8332026-08-25T20:16:20.649Z Downloaded sapling-renderdag v0.1.0
8342026-08-25T20:16:20.652Z Downloaded bumpalo v3.20.2
8352026-08-25T20:16:20.652Z Downloaded delegate v0.13.5
8362026-08-25T20:16:20.656Z Downloaded pkcs5 v0.8.1
8372026-08-25T20:16:20.659Z Downloaded heapless v0.7.17
8382026-08-25T20:16:20.662Z Downloaded libefi-sys v0.1.0
8392026-08-25T20:16:20.662Z Downloaded constant_time_eq v0.4.2
8402026-08-25T20:16:20.666Z Downloaded recursive-proc-macro-impl v0.1.1
8412026-08-25T20:16:20.666Z Downloaded ref-cast-impl v1.0.25
8422026-08-25T20:16:20.666Z Downloaded russh-cryptovec v0.62.0
8432026-08-25T20:16:20.666Z Downloaded rustc_version v0.1.7
8442026-08-25T20:16:20.666Z Downloaded secrecy v0.8.0
8452026-08-25T20:16:20.670Z Downloaded rand v0.10.1
8462026-08-25T20:16:20.670Z Downloaded signal-hook-tokio v0.3.1
8472026-08-25T20:16:20.670Z Downloaded signature v2.2.0
8482026-08-25T20:16:20.672Z Downloaded hashbrown v0.13.2
8492026-08-25T20:16:20.676Z Downloaded icu_normalizer v2.1.1
8502026-08-25T20:16:20.676Z Downloaded digest v0.11.3
8512026-08-25T20:16:20.676Z Downloaded schemars v0.8.22
8522026-08-25T20:16:20.681Z Downloaded yoke v0.8.1
8532026-08-25T20:16:20.684Z Downloaded writeable v0.6.2
8542026-08-25T20:16:20.685Z Downloaded miette-derive v7.6.0
8552026-08-25T20:16:20.685Z Downloaded strum v0.26.3
8562026-08-25T20:16:20.685Z Downloaded supports-hyperlinks v3.2.0
8572026-08-25T20:16:20.689Z Downloaded spin v0.9.8
8582026-08-25T20:16:20.689Z Downloaded term v0.7.0
8592026-08-25T20:16:20.689Z Downloaded hyper-staticfile v0.10.1
8602026-08-25T20:16:20.692Z Downloaded knus v3.4.0
8612026-08-25T20:16:20.692Z Downloaded elliptic-curve v0.13.8
8622026-08-25T20:16:20.692Z Downloaded crc32fast v1.5.0
8632026-08-25T20:16:20.696Z Downloaded oxide-tokio-rt v0.1.4
8642026-08-25T20:16:20.696Z Downloaded powerfmt v0.2.0
8652026-08-25T20:16:20.696Z Downloaded keccak v0.2.0
8662026-08-25T20:16:20.697Z Downloaded pin-project-lite v0.2.17
8672026-08-25T20:16:20.700Z Downloaded primeorder v0.13.6
8682026-08-25T20:16:20.700Z Downloaded tagptr v0.2.0
8692026-08-25T20:16:20.700Z Downloaded tabwriter v1.4.1
8702026-08-25T20:16:20.704Z Downloaded samael v0.0.19
8712026-08-25T20:16:20.704Z Downloaded term v1.2.1
8722026-08-25T20:16:20.708Z Downloaded toml_parser v1.1.2+spec-1.1.0
8732026-08-25T20:16:20.708Z Downloaded zip v0.6.6
8742026-08-25T20:16:20.712Z Downloaded typify-macro v0.6.2
8752026-08-25T20:16:20.712Z Downloaded libsw-core v0.3.2
8762026-08-25T20:16:20.712Z Downloaded tokio-test v0.4.5
8772026-08-25T20:16:20.712Z Downloaded crossbeam-epoch v0.9.18
8782026-08-25T20:16:20.712Z Downloaded darling_core v0.20.11
8792026-08-25T20:16:20.716Z Downloaded peg-macros v0.8.5
8802026-08-25T20:16:20.717Z Downloaded progenitor-extras v0.2.0
8812026-08-25T20:16:20.717Z Downloaded rand_chacha v0.9.0
8822026-08-25T20:16:20.717Z Downloaded password-hash v0.5.0
8832026-08-25T20:16:20.722Z Downloaded pin-project v1.1.11
8842026-08-25T20:16:20.726Z Downloaded wnaf v0.14.0
8852026-08-25T20:16:20.726Z Downloaded hickory-resolver v0.25.2
8862026-08-25T20:16:20.726Z Downloaded poly1305 v0.8.0
8872026-08-25T20:16:20.729Z Downloaded unicode-xid v0.2.6
8882026-08-25T20:16:20.729Z Downloaded serde_yaml v0.9.34+deprecated
8892026-08-25T20:16:20.736Z Downloaded hashbrown v0.12.3
8902026-08-25T20:16:20.736Z Downloaded schemars_derive v0.8.22
8912026-08-25T20:16:20.736Z Downloaded serdect v0.4.3
8922026-08-25T20:16:20.738Z Downloaded darling_macro v0.23.0
8932026-08-25T20:16:20.738Z Downloaded derive_builder_macro v0.20.2
8942026-08-25T20:16:20.742Z Downloaded multer v3.1.0
8952026-08-25T20:16:20.742Z Downloaded signal-hook-registry v1.4.8
8962026-08-25T20:16:20.742Z Downloaded crypto-common v0.2.2
8972026-08-25T20:16:20.742Z Downloaded is-terminal v0.4.17
8982026-08-25T20:16:20.742Z Downloaded digest-io v0.1.0
8992026-08-25T20:16:20.742Z Downloaded litemap v0.8.1
9002026-08-25T20:16:20.746Z Downloaded csv-core v0.1.13
9012026-08-25T20:16:20.749Z Downloaded tokio-native-tls v0.3.1
9022026-08-25T20:16:20.753Z Downloaded socket2 v0.6.3
9032026-08-25T20:16:20.753Z Downloaded unicode_categories v0.1.1
9042026-08-25T20:16:20.757Z Downloaded darling v0.20.11
9052026-08-25T20:16:20.760Z Downloaded socket2 v0.5.10
9062026-08-25T20:16:20.764Z Downloaded smf v0.2.3
9072026-08-25T20:16:20.764Z Downloaded jiff-static v0.2.34
9082026-08-25T20:16:20.764Z Downloaded libscf-sys v1.2.0
9092026-08-25T20:16:20.764Z Downloaded inout v0.1.4
9102026-08-25T20:16:20.764Z Downloaded md-5 v0.10.6
9112026-08-25T20:16:20.764Z Downloaded static_assertions v1.1.0
9122026-08-25T20:16:20.764Z Downloaded ingot-macros v0.2.0
9132026-08-25T20:16:20.834Z Downloaded indoc v1.0.9
9142026-08-25T20:16:20.834Z Downloaded minimal-lexical v0.2.1
9152026-08-25T20:16:20.834Z Downloaded spki v0.7.3
9162026-08-25T20:16:20.834Z Downloaded ssh-cipher v0.3.0
9172026-08-25T20:16:20.834Z Downloaded dropshot-api-manager-types v0.8.0
9182026-08-25T20:16:20.834Z Downloaded num_enum_derive v0.7.6
9192026-08-25T20:16:20.834Z Downloaded unicode-bidi v0.3.18
9202026-08-25T20:16:20.834Z Downloaded darling_core v0.21.3
9212026-08-25T20:16:20.834Z Downloaded rand_seeder v0.4.0
9222026-08-25T20:16:20.834Z Downloaded mime v0.3.17
9232026-08-25T20:16:20.834Z Downloaded oso-derive v0.27.3
9242026-08-25T20:16:20.834Z Downloaded num-conv v0.2.0
9252026-08-25T20:16:20.834Z Downloaded nonempty v0.12.0
9262026-08-25T20:16:20.835Z Downloaded num v0.4.3
9272026-08-25T20:16:20.835Z Downloaded whoami v1.6.1
9282026-08-25T20:16:20.835Z Downloaded pretty_assertions v1.4.1
9292026-08-25T20:16:20.835Z Downloaded unsafe-libyaml v0.2.11
9302026-08-25T20:16:20.835Z Downloaded ignore v0.4.25
9312026-08-25T20:16:20.835Z Downloaded litrs v1.0.0
9322026-08-25T20:16:20.835Z Downloaded quinn-udp v0.5.14
9332026-08-25T20:16:20.835Z Downloaded defmt-macros v1.0.1
9342026-08-25T20:16:20.835Z Downloaded vergen-git2 v9.1.0
9352026-08-25T20:16:20.835Z Downloaded zerovec-derive v0.11.2
9362026-08-25T20:16:20.835Z Downloaded crc-catalog v2.4.0
9372026-08-25T20:16:20.836Z Downloaded password-hash v0.6.1
9382026-08-25T20:16:20.836Z Downloaded zstd v0.13.3
9392026-08-25T20:16:20.836Z Downloaded rustc-demangle v0.1.27
9402026-08-25T20:16:20.836Z Downloaded rustc_version v0.4.1
9412026-08-25T20:16:20.836Z Downloaded ed25519-dalek v3.0.0
9422026-08-25T20:16:20.836Z Downloaded sync-ptr v0.1.4
9432026-08-25T20:16:20.836Z Downloaded supports-unicode v3.0.0
9442026-08-25T20:16:20.836Z Downloaded strum v0.27.2
9452026-08-25T20:16:20.836Z Downloaded sync_wrapper v1.0.2
9462026-08-25T20:16:20.836Z Downloaded hickory-server v0.25.2
9472026-08-25T20:16:20.836Z Downloaded ml-kem v0.3.2
9482026-08-25T20:16:20.836Z Downloaded serde_cbor v0.11.2
9492026-08-25T20:16:20.848Z Downloaded rustls-webpki v0.103.13
9502026-08-25T20:16:20.849Z Downloaded synstructure v0.13.2
9512026-08-25T20:16:20.849Z Downloaded slog-envlogger v2.2.0
9522026-08-25T20:16:20.849Z Downloaded try-lock v0.2.5
9532026-08-25T20:16:20.849Z Downloaded universal-hash v0.6.1
9542026-08-25T20:16:20.849Z Downloaded utf8_iter v1.0.4
9552026-08-25T20:16:20.849Z Downloaded zerofrom v0.1.6
9562026-08-25T20:16:20.849Z Downloaded scroll_derive v0.13.1
9572026-08-25T20:16:20.849Z Downloaded serde_urlencoded v0.7.1
9582026-08-25T20:16:20.849Z Downloaded utf-8 v0.7.6
9592026-08-25T20:16:20.849Z Downloaded crc v3.4.0
9602026-08-25T20:16:20.849Z Downloaded xattr v1.6.1
9612026-08-25T20:16:20.849Z Downloaded zone_cfg_derive v0.3.1
9622026-08-25T20:16:20.849Z Downloaded steno v0.4.1
9632026-08-25T20:16:20.849Z Downloaded crucible-workspace-hack v0.1.0
9642026-08-25T20:16:20.855Z Downloaded dirs-next v2.0.0
9652026-08-25T20:16:20.855Z Downloaded num-bigint v0.4.6
9662026-08-25T20:16:20.855Z Downloaded newtype-uuid v1.3.2
9672026-08-25T20:16:20.855Z Downloaded aes-gcm v0.11.0
9682026-08-25T20:16:20.879Z Downloaded indicatif v0.18.4
9692026-08-25T20:16:20.879Z Downloaded uzers v0.12.2
9702026-08-25T20:16:20.879Z Downloaded cookie v0.18.1
9712026-08-25T20:16:20.879Z Downloaded kstat-rs v0.2.5
9722026-08-25T20:16:20.880Z Downloaded ppv-lite86 v0.2.21
9732026-08-25T20:16:20.896Z Downloaded lru-cache v0.1.2
9742026-08-25T20:16:20.896Z Downloaded qorb v0.4.1
9752026-08-25T20:16:20.896Z Downloaded aho-corasick v1.1.4
9762026-08-25T20:16:20.896Z Downloaded http v1.4.2
9772026-08-25T20:16:20.896Z Downloaded darling v0.23.0
9782026-08-25T20:16:20.896Z Downloaded polyval v0.7.1
9792026-08-25T20:16:20.896Z Downloaded num_threads v0.1.7
9802026-08-25T20:16:20.896Z Downloaded simd-adler32 v0.3.8
9812026-08-25T20:16:20.896Z Downloaded phf_shared v0.13.1
9822026-08-25T20:16:20.896Z Downloaded match_cfg v0.1.0
9832026-08-25T20:16:20.896Z Downloaded signal-hook-mio v0.2.5
9842026-08-25T20:16:20.896Z Downloaded signature v3.0.0
9852026-08-25T20:16:20.898Z Downloaded progenitor v0.14.0
9862026-08-25T20:16:20.898Z Downloaded serde-hex v0.1.0
9872026-08-25T20:16:20.898Z Downloaded snafu-derive v0.8.9
9882026-08-25T20:16:20.898Z Downloaded hashbrown v0.15.5
9892026-08-25T20:16:20.901Z Downloaded primeorder v0.14.0
9902026-08-25T20:16:20.901Z Downloaded tracing-core v0.1.36
9912026-08-25T20:16:20.901Z Downloaded hashbrown v0.16.1
9922026-08-25T20:16:20.901Z Downloaded stacker v0.1.23
9932026-08-25T20:16:20.902Z Downloaded strip-ansi-escapes v0.2.1
9942026-08-25T20:16:20.902Z Downloaded tls_codec_derive v0.4.2
9952026-08-25T20:16:20.902Z Downloaded iana-time-zone v0.1.65
9962026-08-25T20:16:20.905Z Downloaded slog-dtrace v0.3.0
9972026-08-25T20:16:20.922Z Downloaded serde_spanned v1.1.1
9982026-08-25T20:16:20.964Z Downloaded data-encoding v2.10.0
9992026-08-25T20:16:20.964Z Downloaded paste v1.0.15
10002026-08-25T20:16:20.964Z Downloaded display-error-chain v0.2.2
10012026-08-25T20:16:20.964Z Downloaded rustyline v14.0.0
10022026-08-25T20:16:20.964Z Downloaded dsl_auto_type v0.2.0
10032026-08-25T20:16:20.964Z Downloaded ctr v0.10.1
10042026-08-25T20:16:20.964Z Downloaded salsa20 v0.11.0
10052026-08-25T20:16:20.964Z Downloaded same-file v1.0.6
10062026-08-25T20:16:20.964Z Downloaded serde_repr v0.1.20
10072026-08-25T20:16:20.964Z Downloaded thread-id v5.1.0
10082026-08-25T20:16:20.965Z Downloaded untrusted v0.9.0
10092026-08-25T20:16:20.993Z Downloaded ident_case v1.0.1
10102026-08-25T20:16:20.993Z Downloaded internet-checksum v0.2.1
10112026-08-25T20:16:20.994Z Downloaded linked-hash-map v0.5.6
10122026-08-25T20:16:20.994Z Downloaded derive-where v1.6.0
10132026-08-25T20:16:20.994Z Downloaded managed v0.8.0
10142026-08-25T20:16:20.994Z Downloaded parking_lot_core v0.9.12
10152026-08-25T20:16:20.994Z Downloaded tinyvec v1.10.0
10162026-08-25T20:16:20.994Z Downloaded pkcs1 v0.7.5
10172026-08-25T20:16:20.994Z Downloaded darling_macro v0.21.3
10182026-08-25T20:16:21.005Z Downloaded ed25519 v3.0.0
10192026-08-25T20:16:21.005Z Downloaded indoc v2.0.7
10202026-08-25T20:16:21.005Z Downloaded lzss v0.8.2
10212026-08-25T20:16:21.005Z Downloaded path-slash v0.1.5
10222026-08-25T20:16:21.005Z Downloaded ron v0.8.1
10232026-08-25T20:16:21.005Z Downloaded time-macros v0.2.27
10242026-08-25T20:16:21.005Z Downloaded knus-derive v3.4.0
10252026-08-25T20:16:21.005Z Downloaded opaque-debug v0.3.1
10262026-08-25T20:16:21.005Z Downloaded derive_more v2.1.1
10272026-08-25T20:16:21.005Z Downloaded siphasher v1.0.2
10282026-08-25T20:16:21.006Z Downloaded num-bigint-dig v0.8.6
10292026-08-25T20:16:21.006Z Downloaded hashbrown v0.14.5
10302026-08-25T20:16:21.006Z Downloaded darling v0.21.3
10312026-08-25T20:16:21.006Z Downloaded rtoolbox v0.0.3
10322026-08-25T20:16:21.006Z Downloaded topological-sort v0.2.2
10332026-08-25T20:16:21.006Z Downloaded icu_properties v2.1.2
10342026-08-25T20:16:21.006Z Downloaded uuid v1.23.4
10352026-08-25T20:16:21.006Z Downloaded port-file v0.1.0
10362026-08-25T20:16:21.006Z Downloaded r2d2 v0.8.10
10372026-08-25T20:16:21.006Z Downloaded rand_core v0.6.4
10382026-08-25T20:16:21.006Z Downloaded structmeta v0.3.0
10392026-08-25T20:16:21.013Z Downloaded typed-path v0.9.3
10402026-08-25T20:16:21.013Z Downloaded universal-hash v0.5.1
10412026-08-25T20:16:21.013Z Downloaded dropshot_endpoint v0.17.1
10422026-08-25T20:16:21.013Z Downloaded illumos-nvpair v0.3.0
10432026-08-25T20:16:21.013Z Downloaded illumos-nvpair-sys v0.2.0
10442026-08-25T20:16:21.013Z Downloaded dtrace-parser v0.3.0
10452026-08-25T20:16:21.013Z Downloaded ed25519 v2.2.3
10462026-08-25T20:16:21.013Z Downloaded rustls-pemfile v2.2.0
10472026-08-25T20:16:21.019Z Downloaded scrypt v0.12.0
10482026-08-25T20:16:21.019Z Downloaded sqlformat v0.3.5
10492026-08-25T20:16:21.019Z Downloaded toml_edit v0.23.10+spec-1.0.0
10502026-08-25T20:16:21.023Z Downloaded hyper-rustls v0.27.7
10512026-08-25T20:16:21.023Z Downloaded ipnet v2.12.0
10522026-08-25T20:16:21.024Z Downloaded pkg-config v0.3.32
10532026-08-25T20:16:21.031Z Downloaded tokio-tungstenite v0.21.0
10542026-08-25T20:16:21.031Z Downloaded corncobs v0.1.4
10552026-08-25T20:16:21.031Z Downloaded crossbeam-deque v0.8.6
10562026-08-25T20:16:21.043Z Downloaded zstd-safe v7.2.4
10572026-08-25T20:16:21.043Z Downloaded salty v0.3.0
10582026-08-25T20:16:21.048Z Downloaded iri-string v0.7.10
10592026-08-25T20:16:21.048Z Downloaded libbz2-rs-sys v0.2.2
10602026-08-25T20:16:21.048Z Downloaded zip v4.6.1
10612026-08-25T20:16:21.048Z Downloaded strsim v0.10.0
10622026-08-25T20:16:21.048Z Downloaded tinyvec_macros v0.1.1
10632026-08-25T20:16:21.049Z Downloaded untrusted v0.7.1
10642026-08-25T20:16:21.057Z Downloaded native-tls v0.2.18
10652026-08-25T20:16:21.058Z Downloaded newline-converter v0.3.0
10662026-08-25T20:16:21.063Z Downloaded sha1 v0.11.0
10672026-08-25T20:16:21.063Z Downloaded sqlparser_derive v0.5.0
10682026-08-25T20:16:21.063Z Downloaded serde_bytes v0.11.19
10692026-08-25T20:16:21.063Z Downloaded waitgroup v0.1.2
10702026-08-25T20:16:21.063Z Downloaded hyper-util v0.1.20
10712026-08-25T20:16:21.068Z Downloaded time-core v0.1.8
10722026-08-25T20:16:21.068Z Downloaded tinystr v0.8.2
10732026-08-25T20:16:21.068Z Downloaded const_format_proc_macros v0.2.34
10742026-08-25T20:16:21.068Z Downloaded rand_core v0.9.5
10752026-08-25T20:16:21.071Z Downloaded indexmap v1.9.3
10762026-08-25T20:16:21.072Z Downloaded hkdf v0.12.4
10772026-08-25T20:16:21.072Z Downloaded tower-http v0.6.8
10782026-08-25T20:16:21.076Z Downloaded walkdir v2.5.0
10792026-08-25T20:16:21.082Z Downloaded zerofrom-derive v0.1.6
10802026-08-25T20:16:21.082Z Downloaded defmt v1.0.1
10812026-08-25T20:16:21.094Z Downloaded diesel_table_macro_syntax v0.3.0
10822026-08-25T20:16:21.094Z Downloaded openssl-macros v0.1.1
10832026-08-25T20:16:21.094Z Downloaded peg-runtime v0.8.5
10842026-08-25T20:16:21.094Z Downloaded ed25519-dalek v2.2.0
10852026-08-25T20:16:21.094Z Downloaded reedline v0.40.0
10862026-08-25T20:16:21.098Z Downloaded toml v0.7.8
10872026-08-25T20:16:21.098Z Downloaded thiserror-no-std v2.0.2
10882026-08-25T20:16:21.098Z Downloaded tokio-rustls v0.26.4
10892026-08-25T20:16:21.098Z Downloaded progenitor-client v0.14.0
10902026-08-25T20:16:21.107Z Downloaded idna_adapter v1.2.1
10912026-08-25T20:16:21.107Z Downloaded hkdf v0.13.0
10922026-08-25T20:16:21.107Z Downloaded recursive v0.1.1
10932026-08-25T20:16:21.107Z Downloaded slog-bunyan v2.5.0
10942026-08-25T20:16:21.111Z Downloaded p521 v0.14.0
10952026-08-25T20:16:21.111Z Downloaded winnow v0.6.26
10962026-08-25T20:16:21.117Z Downloaded subprocess v0.2.15
10972026-08-25T20:16:21.124Z Downloaded cpufeatures v0.3.0
10982026-08-25T20:16:21.131Z Downloaded primefield v0.14.0
10992026-08-25T20:16:21.131Z Downloaded dunce v1.0.5
11002026-08-25T20:16:21.136Z Downloaded crossterm v0.28.1
11012026-08-25T20:16:21.141Z Downloaded toml v1.1.2+spec-1.1.0
11022026-08-25T20:16:21.144Z Downloaded strum_macros v0.26.4
11032026-08-25T20:16:21.144Z Downloaded psm v0.1.30
11042026-08-25T20:16:21.149Z Downloaded rustls-native-certs v0.8.3
11052026-08-25T20:16:21.149Z Downloaded rand_pcg v0.10.2
11062026-08-25T20:16:21.150Z Downloaded sponge-cursor v0.1.0
11072026-08-25T20:16:21.155Z Downloaded lazy_static v1.5.0
11082026-08-25T20:16:21.155Z Downloaded serde_with v1.14.0
11092026-08-25T20:16:21.158Z Downloaded jobserver v0.1.34
11102026-08-25T20:16:21.158Z Downloaded seq-macro v0.3.6
11112026-08-25T20:16:21.165Z Downloaded ingot v0.2.1
11122026-08-25T20:16:21.171Z Downloaded progenitor-impl v0.13.0
11132026-08-25T20:16:21.171Z Downloaded aws-lc-rs v1.16.3
11142026-08-25T20:16:21.176Z Downloaded prefix-trie v0.7.0
11152026-08-25T20:16:21.180Z Downloaded oxide-update-engine v0.1.2
11162026-08-25T20:16:21.180Z Downloaded packed_struct v0.10.1
11172026-08-25T20:16:21.180Z Downloaded inout v0.2.2
11182026-08-25T20:16:21.180Z Downloaded convert_case v0.10.0
11192026-08-25T20:16:21.188Z Downloaded crc8 v0.1.1
11202026-08-25T20:16:21.188Z Downloaded nom v8.0.0
11212026-08-25T20:16:21.201Z Downloaded rusty-fork v0.3.1
11222026-08-25T20:16:21.201Z Downloaded vsss-rs v3.3.4
11232026-08-25T20:16:21.201Z Downloaded blake3 v1.8.5
11242026-08-25T20:16:21.206Z Downloaded daft-derive v0.1.8
11252026-08-25T20:16:21.207Z Downloaded ctutils v0.4.2
11262026-08-25T20:16:21.207Z Downloaded openssl-sys v0.9.117
11272026-08-25T20:16:21.207Z Downloaded derive_more v0.99.20
11282026-08-25T20:16:21.207Z Downloaded hybrid-array v0.4.13
11292026-08-25T20:16:21.207Z Downloaded libsw v3.5.0
11302026-08-25T20:16:21.211Z Downloaded trait-variant v0.1.2
11312026-08-25T20:16:21.211Z Downloaded signal-hook v0.3.18
11322026-08-25T20:16:21.212Z Downloaded unicode-properties v0.1.4
11332026-08-25T20:16:21.217Z Downloaded packed_struct_codegen v0.10.1
11342026-08-25T20:16:21.217Z Downloaded kem v0.3.0
11352026-08-25T20:16:21.217Z Downloaded darling_core v0.23.0
11362026-08-25T20:16:21.227Z Downloaded deranged v0.5.8
11372026-08-25T20:16:21.232Z Downloaded tokio-util v0.7.18
11382026-08-25T20:16:21.237Z Downloaded oxide-generation-macros v0.2.0
11392026-08-25T20:16:21.237Z Downloaded itertools v0.15.0
11402026-08-25T20:16:21.244Z Downloaded wait-timeout v0.2.1
11412026-08-25T20:16:21.244Z Downloaded miniz_oxide v0.8.9
11422026-08-25T20:16:21.244Z Downloaded bitvec v1.0.1
11432026-08-25T20:16:21.248Z Downloaded diff v0.1.13
11442026-08-25T20:16:21.252Z Downloaded module-lattice v0.2.3
11452026-08-25T20:16:21.252Z Downloaded pem-rfc7468 v1.0.0
11462026-08-25T20:16:21.252Z Downloaded pbkdf2 v0.13.0
11472026-08-25T20:16:21.274Z Downloaded icu_normalizer_data v2.1.1
11482026-08-25T20:16:21.274Z Downloaded defmt v0.3.100
11492026-08-25T20:16:21.274Z Downloaded num-traits v0.2.19
11502026-08-25T20:16:21.274Z Downloaded md5 v0.8.0
11512026-08-25T20:16:21.274Z Downloaded p256 v0.14.0
11522026-08-25T20:16:21.280Z Downloaded slab v0.4.12
11532026-08-25T20:16:21.280Z Downloaded winnow v1.0.3
11542026-08-25T20:16:21.280Z Downloaded diesel_derives v2.3.7
11552026-08-25T20:16:21.280Z Downloaded progenitor-impl v0.14.0
11562026-08-25T20:16:21.280Z Downloaded serde_with_macros v3.21.0
11572026-08-25T20:16:21.280Z Downloaded des v0.9.0
11582026-08-25T20:16:21.280Z Downloaded vte v0.14.1
11592026-08-25T20:16:21.280Z Downloaded maplit v1.0.2
11602026-08-25T20:16:21.280Z Downloaded num-iter v0.1.45
11612026-08-25T20:16:21.280Z Downloaded phf_shared v0.12.1
11622026-08-25T20:16:21.289Z Downloaded predicates-tree v1.0.13
11632026-08-25T20:16:21.289Z Downloaded crypto-primes v0.7.2
11642026-08-25T20:16:21.289Z Downloaded nanorand v0.7.0
11652026-08-25T20:16:21.294Z Downloaded bindgen v0.71.1
11662026-08-25T20:16:21.294Z Downloaded memmap2 v0.9.10
11672026-08-25T20:16:21.299Z Downloaded slog-scope v4.4.1
11682026-08-25T20:16:21.299Z Downloaded ssh-encoding v0.3.0
11692026-08-25T20:16:21.299Z Downloaded progenitor-client v0.13.0
11702026-08-25T20:16:21.299Z Downloaded itertools v0.14.0
11712026-08-25T20:16:21.303Z Downloaded yasna v0.5.2
11722026-08-25T20:16:21.306Z Downloaded displaydoc v0.2.5
11732026-08-25T20:16:21.306Z Downloaded pkcs1 v0.8.0-rc.4
11742026-08-25T20:16:21.320Z Downloaded rustversion v1.0.22
11752026-08-25T20:16:21.327Z Downloaded rsa v0.9.10
11762026-08-25T20:16:21.327Z Downloaded num-rational v0.4.2
11772026-08-25T20:16:21.327Z Downloaded predicates v3.1.4
11782026-08-25T20:16:21.327Z Downloaded vergen-gitcl v1.0.8
11792026-08-25T20:16:21.331Z Downloaded sec1 v0.8.1
11802026-08-25T20:16:21.331Z Downloaded slog-stdlog v4.1.1
11812026-08-25T20:16:21.331Z Downloaded sha2 v0.11.0
11822026-08-25T20:16:21.331Z Downloaded thread_local v1.1.9
11832026-08-25T20:16:21.335Z Downloaded scuffle v0.1.0
11842026-08-25T20:16:21.340Z Downloaded tungstenite v0.21.0
11852026-08-25T20:16:21.340Z Downloaded x509-cert v0.2.5
11862026-08-25T20:16:21.343Z Downloaded darling v0.13.4
11872026-08-25T20:16:21.344Z Downloaded darling_core v0.13.4
11882026-08-25T20:16:21.347Z Downloaded yansi v1.0.1
11892026-08-25T20:16:21.347Z Downloaded xshell v0.2.7
11902026-08-25T20:16:21.347Z Downloaded ecdsa v0.16.9
11912026-08-25T20:16:21.356Z Downloaded sha3 v0.12.0
11922026-08-25T20:16:21.356Z Downloaded crypto-bigint v0.5.5
11932026-08-25T20:16:21.360Z Downloaded ryu v1.0.23
11942026-08-25T20:16:21.360Z Downloaded snafu v0.8.9
11952026-08-25T20:16:21.360Z Downloaded unicode-segmentation v1.12.0
11962026-08-25T20:16:21.365Z Downloaded url v2.5.8
11972026-08-25T20:16:21.365Z Downloaded icu_collections v2.1.1
11982026-08-25T20:16:21.374Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11992026-08-25T20:16:21.374Z Downloaded internal-russh-num-bigint v0.5.0
12002026-08-25T20:16:21.384Z Downloaded reqwest v0.13.2
12012026-08-25T20:16:21.385Z Downloaded test-strategy v0.4.5
12022026-08-25T20:16:21.385Z Downloaded tungstenite v0.23.0
12032026-08-25T20:16:21.385Z Downloaded nom v7.1.3
12042026-08-25T20:16:21.393Z Downloaded chrono v0.4.45
12052026-08-25T20:16:21.393Z Downloaded russh v0.62.4
12062026-08-25T20:16:21.397Z Downloaded tokio-postgres v0.7.16
12072026-08-25T20:16:21.397Z Downloaded jiff-core v0.1.0
12082026-08-25T20:16:21.405Z Downloaded zopfli v0.8.3
12092026-08-25T20:16:21.405Z Downloaded der v0.7.10
12102026-08-25T20:16:21.410Z Downloaded iddqd v0.4.2
12112026-08-25T20:16:21.416Z Downloaded crossbeam-channel v0.5.15
12122026-08-25T20:16:21.416Z Downloaded git2 v0.20.4
12132026-08-25T20:16:21.419Z Downloaded winnow v0.5.40
12142026-08-25T20:16:21.423Z Downloaded typify v0.6.2
12152026-08-25T20:16:21.428Z Downloaded icu_locale_core v2.1.1
12162026-08-25T20:16:21.433Z Downloaded rand v0.9.2
12172026-08-25T20:16:21.433Z Downloaded dropshot-api-manager v0.8.0
12182026-08-25T20:16:21.438Z Downloaded zerovec v0.11.5
12192026-08-25T20:16:21.442Z Downloaded const_format v0.2.35
12202026-08-25T20:16:21.446Z Downloaded zerotrie v0.2.3
12212026-08-25T20:16:21.446Z Downloaded schemars v0.9.0
12222026-08-25T20:16:21.456Z Downloaded der v0.8.0
12232026-08-25T20:16:21.468Z Downloaded rand v0.8.6
12242026-08-25T20:16:21.468Z Downloaded rsa v0.10.0-rc.18
12252026-08-25T20:16:21.468Z Downloaded itertools v0.12.1
12262026-08-25T20:16:21.534Z Downloaded tar v0.4.46
12272026-08-25T20:16:21.534Z Downloaded crossterm v0.29.0
12282026-08-25T20:16:21.536Z Downloaded vcpkg v0.2.15
12292026-08-25T20:16:21.540Z Downloaded icu_properties_data v2.1.2
12302026-08-25T20:16:21.540Z Downloaded miette v7.6.0
12312026-08-25T20:16:21.540Z Downloaded mio v1.2.0
12322026-08-25T20:16:21.540Z Downloaded goblin v0.10.5
12332026-08-25T20:16:21.540Z Downloaded libm v0.2.16
12342026-08-25T20:16:21.540Z Downloaded tabled v0.21.0
12352026-08-25T20:16:21.540Z Downloaded toml_edit v0.19.15
12362026-08-25T20:16:21.540Z Downloaded zerocopy-derive v0.8.55
12372026-08-25T20:16:21.541Z Downloaded zlib-rs v0.6.2
12382026-08-25T20:16:21.541Z Downloaded quick-xml v0.37.5
12392026-08-25T20:16:21.550Z Downloaded gimli v0.32.3
12402026-08-25T20:16:21.556Z Downloaded derive_more-impl v2.1.1
12412026-08-25T20:16:21.570Z Downloaded bstr v1.12.1
12422026-08-25T20:16:21.575Z Downloaded unicode-normalization v0.1.25
12432026-08-25T20:16:21.579Z Downloaded radix_trie v0.2.1
12442026-08-25T20:16:21.582Z Downloaded openssl v0.10.80
12452026-08-25T20:16:21.586Z Downloaded itertools v0.10.5
12462026-08-25T20:16:21.589Z Downloaded rawzip v0.4.4
12472026-08-25T20:16:21.596Z Downloaded tower v0.5.3
12482026-08-25T20:16:21.601Z Downloaded rayon v1.11.0
12492026-08-25T20:16:21.609Z Downloaded regex v1.12.3
12502026-08-25T20:16:21.613Z Downloaded portable-atomic v1.13.1
12512026-08-25T20:16:21.613Z Downloaded libxml v0.3.3
12522026-08-25T20:16:21.613Z Downloaded tough v0.22.0
12532026-08-25T20:16:21.617Z Downloaded idna v1.1.0
12542026-08-25T20:16:21.620Z Downloaded schemars v1.2.1
12552026-08-25T20:16:21.627Z Downloaded ssh-key v0.7.0-rc.11
12562026-08-25T20:16:21.633Z Downloaded p384 v0.13.1
12572026-08-25T20:16:21.638Z Downloaded nix v0.27.1
12582026-08-25T20:16:21.642Z Downloaded hyper v1.10.1
12592026-08-25T20:16:21.645Z Downloaded smoltcp v0.9.1
12602026-08-25T20:16:21.650Z Downloaded moka v0.12.13
12612026-08-25T20:16:21.654Z Downloaded serde_with v3.21.0
12622026-08-25T20:16:21.662Z Downloaded reqwest v0.12.28
12632026-08-25T20:16:21.666Z Downloaded regress v0.10.5
12642026-08-25T20:16:21.670Z Downloaded quinn-proto v0.11.16
12652026-08-25T20:16:21.675Z Downloaded hickory-proto v0.24.4
12662026-08-25T20:16:21.692Z Downloaded rustls v0.23.41
12672026-08-25T20:16:21.702Z Downloaded itertools v0.13.0
12682026-08-25T20:16:21.705Z Downloaded syn v3.0.3
12692026-08-25T20:16:21.721Z Downloaded object v0.30.4
12702026-08-25T20:16:21.733Z Downloaded hickory-proto v0.25.2
12712026-08-25T20:16:21.743Z Downloaded petname v2.0.2
12722026-08-25T20:16:21.746Z Downloaded curve25519-dalek v5.0.0
12732026-08-25T20:16:21.752Z Downloaded curve25519-dalek v4.1.3
12742026-08-25T20:16:21.760Z Downloaded lalrpop v0.19.12
12752026-08-25T20:16:21.765Z Downloaded polar-core v0.27.3
12762026-08-25T20:16:21.770Z Downloaded time v0.3.47
12772026-08-25T20:16:21.782Z Downloaded crypto-bigint v0.7.5
12782026-08-25T20:16:21.789Z Downloaded proptest v1.11.0
12792026-08-25T20:16:21.793Z Downloaded sqlparser v0.61.0
12802026-08-25T20:16:21.800Z Downloaded regex-syntax v0.6.29
12812026-08-25T20:16:21.804Z Downloaded dropshot v0.17.1
12822026-08-25T20:16:21.821Z Downloaded zerocopy v0.8.55
12832026-08-25T20:16:21.830Z Downloaded rustix v0.38.44
12842026-08-25T20:16:21.847Z Downloaded nix v0.28.0
12852026-08-25T20:16:21.851Z Downloaded object v0.37.3
12862026-08-25T20:16:21.859Z Downloaded nix v0.31.2
12872026-08-25T20:16:21.866Z Downloaded sha3 v0.11.0
12882026-08-25T20:16:21.869Z Downloaded typify-impl v0.6.2
12892026-08-25T20:16:21.878Z Downloaded diesel v2.3.7
12902026-08-25T20:16:21.892Z Downloaded smoltcp v0.11.0
12912026-08-25T20:16:21.899Z Downloaded regex-automata v0.4.14
12922026-08-25T20:16:21.908Z Downloaded tracing v0.1.44
12932026-08-25T20:16:21.922Z Downloaded regress v0.11.1
12942026-08-25T20:16:21.928Z Downloaded sled v0.34.7
12952026-08-25T20:16:21.933Z Downloaded regex-syntax v0.8.10
12962026-08-25T20:16:21.938Z Downloaded jiff v0.2.34
12972026-08-25T20:16:21.949Z Downloaded ratatui v0.29.0
12982026-08-25T20:16:21.960Z Downloaded openapiv3 v2.2.0
12992026-08-25T20:16:21.967Z Downloaded bzip2-sys v0.1.13+1.0.8
13002026-08-25T20:16:21.979Z Downloaded sha3 v0.10.8
13012026-08-25T20:16:21.983Z Downloaded zerocopy-derive v0.6.6
13022026-08-25T20:16:21.993Z Downloaded petgraph v0.8.3
13032026-08-25T20:16:22.050Z Downloaded encoding_rs v0.8.35
13042026-08-25T20:16:22.064Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13052026-08-25T20:16:22.072Z Downloaded chrono-tz v0.10.4
13062026-08-25T20:16:22.083Z Downloaded ring v0.17.14
13072026-08-25T20:16:22.109Z Downloaded petgraph v0.6.5
13082026-08-25T20:16:22.132Z Downloaded libz-sys v1.1.24
13092026-08-25T20:16:22.146Z Downloaded tokio v1.52.1
13102026-08-25T20:16:22.170Z Downloaded csv v1.4.0
13112026-08-25T20:16:22.251Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-08-25T20:16:22.719Z Downloaded aws-lc-sys v0.40.0
13132026-08-25T20:16:22.980Z Compiling serde_core v1.0.228
13142026-08-25T20:16:22.981Z Compiling libc v0.2.185
13152026-08-25T20:16:22.981Z Compiling serde v1.0.228
13162026-08-25T20:16:22.981Z Compiling log v0.4.33
13172026-08-25T20:16:22.984Z Compiling smallvec v1.15.1
13182026-08-25T20:16:22.984Z Compiling find-msvc-tools v0.1.9
13192026-08-25T20:16:22.984Z Compiling shlex v1.3.0
13202026-08-25T20:16:22.984Z Compiling subtle v2.6.1
13212026-08-25T20:16:23.177Z Compiling scopeguard v1.2.0
13222026-08-25T20:16:23.180Z Compiling typenum v1.20.1
13232026-08-25T20:16:23.180Z Compiling stable_deref_trait v1.2.1
13242026-08-25T20:16:23.180Z Compiling zerocopy v0.8.55
13252026-08-25T20:16:23.189Z Compiling portable-atomic v1.13.1
13262026-08-25T20:16:23.215Z Compiling serde_json v1.0.151
13272026-08-25T20:16:23.242Z Compiling syn v2.0.117
13282026-08-25T20:16:23.255Z Compiling critical-section v1.2.0
13292026-08-25T20:16:23.312Z Compiling lock_api v0.4.14
13302026-08-25T20:16:23.327Z Compiling libm v0.2.16
13312026-08-25T20:16:23.341Z Compiling num-traits v0.2.19
13322026-08-25T20:16:23.360Z Compiling pkg-config v0.3.32
13332026-08-25T20:16:23.371Z Compiling generic-array v0.14.7
13342026-08-25T20:16:23.415Z Compiling getrandom v0.4.3
13352026-08-25T20:16:23.431Z Compiling parking_lot_core v0.9.12
13362026-08-25T20:16:23.448Z Compiling const-oid v0.9.6
13372026-08-25T20:16:23.473Z Compiling pin-project-lite v0.2.17
13382026-08-25T20:16:23.519Z Compiling rand_core v0.10.0
13392026-08-25T20:16:23.564Z Compiling futures-core v0.3.32
13402026-08-25T20:16:23.599Z Compiling litemap v0.8.1
13412026-08-25T20:16:23.662Z Compiling percent-encoding v2.3.2
13422026-08-25T20:16:23.688Z Compiling writeable v0.6.2
13432026-08-25T20:16:23.755Z Compiling icu_properties_data v2.1.2
13442026-08-25T20:16:23.772Z Compiling icu_normalizer_data v2.1.1
13452026-08-25T20:16:23.779Z Compiling rustix v1.1.4
13462026-08-25T20:16:23.827Z Compiling getrandom v0.3.4
13472026-08-25T20:16:23.846Z Compiling futures-sink v0.3.32
13482026-08-25T20:16:23.866Z Compiling futures-io v0.3.32
13492026-08-25T20:16:23.895Z Compiling futures-task v0.3.32
13502026-08-25T20:16:23.921Z Compiling slab v0.4.12
13512026-08-25T20:16:23.953Z Compiling futures-channel v0.3.32
13522026-08-25T20:16:23.973Z Compiling utf8_iter v1.0.4
13532026-08-25T20:16:24.113Z Compiling errno v0.3.14
13542026-08-25T20:16:24.130Z Compiling jobserver v0.1.34
13552026-08-25T20:16:24.144Z Compiling getrandom v0.2.17
13562026-08-25T20:16:24.194Z Compiling mio v1.2.0
13572026-08-25T20:16:24.265Z Compiling signal-hook-registry v1.4.8
13582026-08-25T20:16:24.276Z Compiling socket2 v0.6.3
13592026-08-25T20:16:24.288Z Compiling rand_core v0.6.4
13602026-08-25T20:16:24.357Z Compiling form_urlencoded v1.2.2
13612026-08-25T20:16:24.370Z Compiling rustversion v1.0.22
13622026-08-25T20:16:24.406Z Compiling cc v1.2.56
13632026-08-25T20:16:24.440Z Compiling once_cell v1.21.3
13642026-08-25T20:16:24.488Z Compiling parking_lot v0.12.5
13652026-08-25T20:16:24.509Z Compiling base64ct v1.8.3
13662026-08-25T20:16:24.520Z Compiling iana-time-zone v0.1.65
13672026-08-25T20:16:24.537Z Compiling regex-syntax v0.8.10
13682026-08-25T20:16:24.560Z Compiling fs_extra v1.3.0
13692026-08-25T20:16:24.560Z Compiling ident_case v1.0.1
13702026-08-25T20:16:24.680Z Compiling dunce v1.0.5
13712026-08-25T20:16:24.699Z Compiling flagset v0.4.7
13722026-08-25T20:16:24.724Z Compiling base64 v0.22.1
13732026-08-25T20:16:24.730Z Compiling vcpkg v0.2.15
13742026-08-25T20:16:24.753Z Compiling pem-rfc7468 v0.7.0
13752026-08-25T20:16:24.795Z Compiling rand_core v0.9.5
13762026-08-25T20:16:24.823Z Compiling syn v1.0.109
13772026-08-25T20:16:24.843Z Compiling tracing-core v0.1.36
13782026-08-25T20:16:24.855Z Compiling aws-lc-rs v1.16.3
13792026-08-25T20:16:24.927Z Compiling dyn-clone v1.0.20
13802026-08-25T20:16:24.949Z Compiling simd-adler32 v0.3.8
13812026-08-25T20:16:24.957Z Compiling cpufeatures v0.2.17
13822026-08-25T20:16:25.029Z Compiling schemars v0.8.22
13832026-08-25T20:16:25.045Z Compiling spin v0.9.8
13842026-08-25T20:16:25.074Z Compiling cmov v0.5.4
13852026-08-25T20:16:25.108Z Compiling crc32fast v1.5.0
13862026-08-25T20:16:25.114Z Compiling tinyvec_macros v0.1.1
13872026-08-25T20:16:25.165Z Compiling httparse v1.10.1
13882026-08-25T20:16:25.178Z Compiling cmake v0.1.57
13892026-08-25T20:16:25.217Z Compiling adler2 v2.0.1
13902026-08-25T20:16:25.280Z Compiling openssl-probe v0.2.1
13912026-08-25T20:16:25.289Z Compiling ctutils v0.4.2
13922026-08-25T20:16:25.303Z Compiling tinyvec v1.10.0
13932026-08-25T20:16:25.316Z Compiling miniz_oxide v0.8.9
13942026-08-25T20:16:25.364Z Compiling aho-corasick v1.1.4
13952026-08-25T20:16:25.379Z Compiling try-lock v0.2.5
13962026-08-25T20:16:25.431Z Compiling tower-layer v0.3.3
13972026-08-25T20:16:25.464Z Compiling bitflags v2.11.0
13982026-08-25T20:16:25.497Z Compiling semver v1.0.28
13992026-08-25T20:16:25.519Z Compiling indexmap v2.14.0
14002026-08-25T20:16:25.531Z Compiling uuid v1.23.4
14012026-08-25T20:16:25.601Z Compiling atomic-waker v1.1.2
14022026-08-25T20:16:25.618Z Compiling tower-service v0.3.3
14032026-08-25T20:16:25.618Z Compiling radium v0.7.0
14042026-08-25T20:16:25.683Z Compiling untrusted v0.7.1
14052026-08-25T20:16:25.729Z Compiling rustc_version v0.4.1
14062026-08-25T20:16:25.764Z Compiling want v0.3.1
14072026-08-25T20:16:25.849Z Compiling tap v1.0.1
14082026-08-25T20:16:25.939Z Compiling rustls v0.23.41
14092026-08-25T20:16:25.971Z Compiling foreign-types-shared v0.1.1
14102026-08-25T20:16:25.996Z Compiling maybe-uninit v2.0.0
14112026-08-25T20:16:26.011Z Compiling openssl v0.10.80
14122026-08-25T20:16:26.070Z Compiling untrusted v0.9.0
14132026-08-25T20:16:26.084Z Compiling httpdate v1.0.3
14142026-08-25T20:16:26.088Z Compiling aws-lc-sys v0.40.0
14152026-08-25T20:16:26.114Z Compiling openssl-sys v0.9.117
14162026-08-25T20:16:26.117Z Compiling bzip2-sys v0.1.13+1.0.8
14172026-08-25T20:16:26.142Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14182026-08-25T20:16:26.202Z Compiling foreign-types v0.3.2
14192026-08-25T20:16:26.238Z Compiling synstructure v0.13.2
14202026-08-25T20:16:26.263Z Compiling serde_derive_internals v0.29.1
14212026-08-25T20:16:26.278Z Compiling pest_generator v2.8.6
14222026-08-25T20:16:26.294Z Compiling regex-automata v0.4.14
14232026-08-25T20:16:26.297Z Compiling darling_core v0.20.11
14242026-08-25T20:16:26.397Z Compiling wyz v0.5.1
14252026-08-25T20:16:26.565Z Compiling unicode-normalization v0.1.25
14262026-08-25T20:16:26.609Z Compiling terminal_size v0.4.3
14272026-08-25T20:16:26.650Z Compiling tempfile v3.27.0
14282026-08-25T20:16:26.669Z Compiling num-integer v0.1.46
14292026-08-25T20:16:26.767Z Compiling wait-timeout v0.2.1
14302026-08-25T20:16:26.866Z Compiling ahash v0.8.12
14312026-08-25T20:16:26.881Z Compiling powerfmt v0.2.0
14322026-08-25T20:16:26.988Z Compiling packed_struct v0.10.1
14332026-08-25T20:16:27.005Z Compiling time-core v0.1.8
14342026-08-25T20:16:27.020Z Compiling native-tls v0.2.18
14352026-08-25T20:16:27.050Z Compiling funty v2.0.0
14362026-08-25T20:16:27.065Z Compiling bit-vec v0.8.0
14372026-08-25T20:16:27.065Z Compiling num-conv v0.2.0
14382026-08-25T20:16:27.097Z Compiling quick-error v1.2.3
14392026-08-25T20:16:27.100Z Compiling num-bigint-dig v0.8.6
14402026-08-25T20:16:27.178Z Compiling deranged v0.5.8
14412026-08-25T20:16:27.216Z Compiling clap_builder v4.6.0
14422026-08-25T20:16:27.230Z Compiling rusty-fork v0.3.1
14432026-08-25T20:16:27.230Z Compiling time-macros v0.2.27
14442026-08-25T20:16:27.262Z Compiling num-iter v0.1.45
14452026-08-25T20:16:27.308Z Compiling bit-set v0.8.0
14462026-08-25T20:16:27.395Z Compiling bitvec v1.0.1
14472026-08-25T20:16:27.410Z Compiling lazy_static v1.5.0
14482026-08-25T20:16:27.448Z Compiling rand_xorshift v0.4.0
14492026-08-25T20:16:27.482Z Compiling sync_wrapper v1.0.2
14502026-08-25T20:16:27.516Z Compiling indexmap v1.9.3
14512026-08-25T20:16:27.579Z Compiling nodrop v0.1.14
14522026-08-25T20:16:27.602Z Compiling unarray v0.1.4
14532026-08-25T20:16:27.632Z Compiling paste v1.0.15
14542026-08-25T20:16:27.662Z Compiling crc-catalog v2.4.0
14552026-08-25T20:16:27.682Z Compiling crossbeam-utils v0.8.21
14562026-08-25T20:16:27.721Z Compiling usdt-impl v0.6.0
14572026-08-25T20:16:27.736Z Compiling zlib-rs v0.6.2
14582026-08-25T20:16:27.766Z Compiling unicode-segmentation v1.12.0
14592026-08-25T20:16:27.924Z Compiling object v0.37.3
14602026-08-25T20:16:27.986Z Compiling siphasher v1.0.2
14612026-08-25T20:16:27.998Z Compiling num_threads v0.1.7
14622026-08-25T20:16:28.014Z Compiling serde_derive v1.0.228
14632026-08-25T20:16:28.112Z Compiling zeroize_derive v1.5.0
14642026-08-25T20:16:28.156Z Compiling zerocopy-derive v0.8.55
14652026-08-25T20:16:28.175Z Compiling zerofrom-derive v0.1.6
14662026-08-25T20:16:28.219Z Compiling yoke-derive v0.8.1
14672026-08-25T20:16:28.233Z Compiling zerovec-derive v0.11.2
14682026-08-25T20:16:28.318Z Compiling displaydoc v0.2.5
14692026-08-25T20:16:28.335Z Compiling tokio-macros v2.7.0
14702026-08-25T20:16:28.734Z Compiling futures-macro v0.3.32
14712026-08-25T20:16:28.809Z Compiling der_derive v0.7.3
14722026-08-25T20:16:28.936Z Compiling thiserror-impl v2.0.18
14732026-08-25T20:16:29.168Z Compiling tracing-attributes v0.1.31
14742026-08-25T20:16:29.182Z Compiling schemars_derive v0.8.22
14752026-08-25T20:16:29.247Z Compiling scroll_derive v0.13.1
14762026-08-25T20:16:29.380Z Compiling pest_derive v2.8.6
14772026-08-25T20:16:29.453Z Compiling darling_macro v0.20.11
14782026-08-25T20:16:29.608Z Compiling futures-util v0.3.32
14792026-08-25T20:16:29.695Z Compiling zerofrom v0.1.6
14802026-08-25T20:16:29.812Z Compiling yoke v0.8.1
14812026-08-25T20:16:29.866Z Compiling thiserror-impl v1.0.69
14822026-08-25T20:16:29.881Z Compiling openssl-macros v0.1.1
14832026-08-25T20:16:29.964Z Compiling darling v0.20.11
14842026-08-25T20:16:30.015Z Compiling zerovec v0.11.5
14852026-08-25T20:16:30.058Z Compiling zerotrie v0.2.3
14862026-08-25T20:16:30.096Z Compiling scroll v0.13.0
14872026-08-25T20:16:30.383Z Compiling packed_struct_codegen v0.10.1
14882026-08-25T20:16:30.396Z Compiling thiserror v2.0.18
14892026-08-25T20:16:30.412Z Compiling goblin v0.10.5
14902026-08-25T20:16:30.417Z Compiling zerocopy-derive v0.6.6
14912026-08-25T20:16:30.486Z Compiling clap_derive v4.6.1
14922026-08-25T20:16:30.490Z Compiling bitfield-macros v0.19.4
14932026-08-25T20:16:30.538Z Compiling tinystr v0.8.2
14942026-08-25T20:16:30.588Z Compiling potential_utf v0.1.4
14952026-08-25T20:16:30.619Z Compiling tracing v0.1.44
14962026-08-25T20:16:30.759Z Compiling icu_locale_core v2.1.1
14972026-08-25T20:16:30.775Z Compiling icu_collections v2.1.1
14982026-08-25T20:16:30.913Z Compiling flate2 v1.1.9
14992026-08-25T20:16:31.122Z Compiling dtrace-parser v0.3.0
15002026-08-25T20:16:31.224Z Compiling thiserror v1.0.69
15012026-08-25T20:16:31.280Z Compiling bitfield v0.19.4
15022026-08-25T20:16:31.294Z Compiling derive_builder_core v0.20.2
15032026-08-25T20:16:31.309Z Compiling zerocopy v0.6.6
15042026-08-25T20:16:31.343Z Compiling time v0.3.47
15052026-08-25T20:16:31.469Z Compiling icu_provider v2.1.1
15062026-08-25T20:16:31.535Z Compiling scroll_derive v0.12.1
15072026-08-25T20:16:31.590Z Compiling zeroize v1.9.0
15082026-08-25T20:16:31.639Z Compiling bytes v1.11.1
15092026-08-25T20:16:31.655Z Compiling chrono v0.4.45
15102026-08-25T20:16:31.672Z Compiling ipnet v2.12.0
15112026-08-25T20:16:31.819Z Compiling icu_properties v2.1.2
15122026-08-25T20:16:31.882Z Compiling icu_normalizer v2.1.1
15132026-08-25T20:16:31.989Z Compiling der v0.7.10
15142026-08-25T20:16:32.162Z Compiling tokio v1.52.1
15152026-08-25T20:16:32.182Z Compiling http v1.4.2
15162026-08-25T20:16:32.232Z Compiling rustls-pki-types v1.14.0
15172026-08-25T20:16:32.264Z Compiling hybrid-array v0.4.13
15182026-08-25T20:16:32.306Z Compiling crypto-common v0.1.7
15192026-08-25T20:16:32.359Z Compiling block-buffer v0.10.4
15202026-08-25T20:16:32.435Z Compiling hex v0.4.3
15212026-08-25T20:16:32.464Z Compiling toml_datetime v0.6.11
15222026-08-25T20:16:32.542Z Compiling digest v0.10.7
15232026-08-25T20:16:32.690Z Compiling idna_adapter v1.2.1
15242026-08-25T20:16:32.711Z Compiling ppv-lite86 v0.2.21
15252026-08-25T20:16:32.740Z Compiling serde_spanned v0.6.9
15262026-08-25T20:16:32.814Z Compiling idna v1.1.0
15272026-08-25T20:16:32.849Z Compiling spki v0.7.3
15282026-08-25T20:16:32.886Z Compiling http-body v1.0.1
15292026-08-25T20:16:32.902Z Compiling sha2 v0.10.9
15302026-08-25T20:16:32.926Z Compiling signature v2.2.0
15312026-08-25T20:16:32.931Z Compiling hmac v0.12.1
15322026-08-25T20:16:33.017Z Compiling rand_chacha v0.9.0
15332026-08-25T20:16:33.046Z Compiling pkcs8 v0.10.2
15342026-08-25T20:16:33.062Z Compiling rand_chacha v0.3.1
15352026-08-25T20:16:33.065Z Compiling http-body-util v0.1.3
15362026-08-25T20:16:33.088Z Compiling dof v0.4.0
15372026-08-25T20:16:33.118Z Compiling url v2.5.8
15382026-08-25T20:16:33.186Z Compiling clap v4.6.1
15392026-08-25T20:16:33.277Z Compiling rand v0.9.2
15402026-08-25T20:16:33.322Z Compiling rand v0.8.6
15412026-08-25T20:16:33.338Z Compiling pkcs1 v0.7.5
15422026-08-25T20:16:33.354Z Compiling structmeta-derive v0.3.0
15432026-08-25T20:16:33.507Z Compiling crc v3.4.0
15442026-08-25T20:16:33.562Z Compiling array-init v0.0.4
15452026-08-25T20:16:33.729Z Compiling smallvec v0.6.14
15462026-08-25T20:16:33.745Z Compiling darling_core v0.23.0
15472026-08-25T20:16:33.854Z Compiling proptest v1.11.0
15482026-08-25T20:16:33.934Z Compiling heapless v0.7.17
15492026-08-25T20:16:33.954Z Compiling slog v2.8.2
15502026-08-25T20:16:34.127Z Compiling thread-id v5.1.0
15512026-08-25T20:16:34.197Z Compiling env_filter v2.0.0
15522026-08-25T20:16:34.211Z Compiling syn v3.0.3
15532026-08-25T20:16:34.226Z Compiling cookie v0.18.1
15542026-08-25T20:16:34.253Z Compiling winnow v0.5.40
15552026-08-25T20:16:34.300Z Compiling iri-string v0.7.10
15562026-08-25T20:16:34.309Z Compiling ryu v1.0.23
15572026-08-25T20:16:34.405Z Compiling zstd-safe v7.2.4
15582026-08-25T20:16:34.432Z Compiling unicode-bidi v0.3.18
15592026-08-25T20:16:34.479Z Compiling base64 v0.21.7
15602026-08-25T20:16:34.510Z Compiling gimli v0.32.3
15612026-08-25T20:16:34.525Z Compiling hashbrown v0.12.3
15622026-08-25T20:16:34.625Z Compiling ipnetwork v0.21.1
15632026-08-25T20:16:34.649Z Compiling anyhow v1.0.104
15642026-08-25T20:16:34.722Z Compiling unicode-properties v0.1.4
15652026-08-25T20:16:34.802Z Compiling signal-hook v0.3.18
15662026-08-25T20:16:34.947Z Compiling allocator-api2 v0.2.21
15672026-08-25T20:16:35.023Z Compiling rsa v0.9.10
15682026-08-25T20:16:35.037Z Compiling stringprep v0.1.5
15692026-08-25T20:16:35.051Z Compiling oxnet v0.1.6
15702026-08-25T20:16:35.092Z Compiling ron v0.8.1
15712026-08-25T20:16:35.240Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15722026-08-25T20:16:35.286Z Compiling structmeta v0.3.0
15732026-08-25T20:16:35.364Z Compiling serde_urlencoded v0.7.1
15742026-08-25T20:16:35.522Z Compiling env_logger v0.11.11
15752026-08-25T20:16:35.546Z Compiling toml_edit v0.19.15
15762026-08-25T20:16:35.688Z Compiling serde-hex v0.1.0
15772026-08-25T20:16:35.703Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15782026-08-25T20:16:35.840Z Compiling camino v1.2.5
15792026-08-25T20:16:36.041Z Compiling tokio-util v0.7.18
15802026-08-25T20:16:36.245Z Compiling tower v0.5.3
15812026-08-25T20:16:36.282Z Compiling addr2line v0.25.1
15822026-08-25T20:16:36.297Z Compiling darling_macro v0.23.0
15832026-08-25T20:16:36.421Z Compiling newtype-uuid v1.3.2
15842026-08-25T20:16:36.442Z Compiling tokio-native-tls v0.3.1
15852026-08-25T20:16:36.490Z Compiling hashbrown v0.13.2
15862026-08-25T20:16:36.631Z Compiling x509-cert v0.2.5
15872026-08-25T20:16:36.645Z Compiling block-padding v0.4.2
15882026-08-25T20:16:36.749Z Compiling h2 v0.4.15
15892026-08-25T20:16:36.768Z Compiling tower-http v0.6.8
15902026-08-25T20:16:36.819Z Compiling crypto-common v0.2.2
15912026-08-25T20:16:36.837Z Compiling block-buffer v0.12.1
15922026-08-25T20:16:36.997Z Compiling md-5 v0.10.6
15932026-08-25T20:16:37.052Z Compiling rustls-native-certs v0.8.3
15942026-08-25T20:16:37.118Z Compiling scroll v0.12.0
15952026-08-25T20:16:37.175Z Compiling derive_builder_macro v0.20.2
15962026-08-25T20:16:37.178Z Compiling serde_tokenstream v0.2.3
15972026-08-25T20:16:37.354Z Compiling erased-serde v0.3.31
15982026-08-25T20:16:37.459Z Compiling bzip2 v0.4.4
15992026-08-25T20:16:37.514Z Compiling bstr v1.12.1
16002026-08-25T20:16:37.673Z Compiling daft-derive v0.1.8
16012026-08-25T20:16:37.689Z Compiling pin-project-internal v1.1.11
16022026-08-25T20:16:37.704Z Compiling zerocopy-derive v0.7.35
16032026-08-25T20:16:37.852Z Compiling async-trait v0.1.89
16042026-08-25T20:16:38.010Z Compiling curve25519-dalek v4.1.3
16052026-08-25T20:16:38.110Z Compiling vergen-lib v9.1.0
16062026-08-25T20:16:38.177Z Compiling hash32 v0.2.1
16072026-08-25T20:16:38.228Z Compiling memoffset v0.9.1
16082026-08-25T20:16:38.271Z Compiling encoding_rs v0.8.35
16092026-08-25T20:16:38.309Z Compiling cfg_aliases v0.2.1
16102026-08-25T20:16:38.373Z Compiling ref-cast v1.0.25
16112026-08-25T20:16:38.395Z Compiling mime v0.3.17
16122026-08-25T20:16:38.409Z Compiling psl-types v2.0.11
16132026-08-25T20:16:38.426Z Compiling smoltcp v0.9.1
16142026-08-25T20:16:38.440Z Compiling owo-colors v4.3.0
16152026-08-25T20:16:38.546Z Compiling litrs v1.0.0
16162026-08-25T20:16:38.566Z Compiling fallible-iterator v0.2.0
16172026-08-25T20:16:38.618Z Compiling crc-any v2.5.0
16182026-08-25T20:16:38.665Z Compiling rustc-demangle v0.1.27
16192026-08-25T20:16:38.700Z Compiling rustix v0.38.44
16202026-08-25T20:16:38.825Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16212026-08-25T20:16:38.840Z Compiling pin-project v1.1.11
16222026-08-25T20:16:38.858Z Compiling postgres-protocol v0.6.10
16232026-08-25T20:16:38.891Z Compiling zerocopy v0.7.35
16242026-08-25T20:16:38.922Z Compiling publicsuffix v2.3.0
16252026-08-25T20:16:38.955Z Compiling daft v0.1.8
16262026-08-25T20:16:39.074Z Compiling nix v0.31.2
16272026-08-25T20:16:39.088Z Compiling document-features v0.2.12
16282026-08-25T20:16:39.214Z Compiling derive_builder v0.20.2
16292026-08-25T20:16:39.325Z Compiling zip v0.6.6
16302026-08-25T20:16:39.360Z Compiling goblin v0.8.2
16312026-08-25T20:16:39.466Z Compiling object v0.30.4
16322026-08-25T20:16:39.485Z Compiling toml v0.7.8
16332026-08-25T20:16:39.517Z Compiling darling v0.23.0
16342026-08-25T20:16:39.520Z Compiling inout v0.2.2
16352026-08-25T20:16:39.611Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16362026-08-25T20:16:39.713Z Compiling derive-ex v0.1.8
16372026-08-25T20:16:39.903Z Compiling futures-executor v0.3.32
16382026-08-25T20:16:39.925Z Compiling hubpack_derive v0.1.1
16392026-08-25T20:16:39.940Z Compiling hyper v1.10.1
16402026-08-25T20:16:39.958Z Compiling backtrace v0.3.76
16412026-08-25T20:16:40.097Z Compiling regex v1.12.3
16422026-08-25T20:16:40.112Z Compiling phf_shared v0.13.1
16432026-08-25T20:16:40.196Z Compiling convert_case v0.10.0
16442026-08-25T20:16:40.242Z Compiling curve25519-dalek-derive v0.1.1
16452026-08-25T20:16:40.251Z Compiling snafu-derive v0.8.9
16462026-08-25T20:16:40.257Z Compiling ref-cast-impl v1.0.25
16472026-08-25T20:16:40.369Z Compiling strum_macros v0.27.2
16482026-08-25T20:16:40.413Z Compiling cargo-platform v0.3.2
16492026-08-25T20:16:40.527Z Compiling vergen v9.1.0
16502026-08-25T20:16:40.548Z Compiling ff v0.13.1
16512026-08-25T20:16:40.707Z Compiling fs-err v3.3.0
16522026-08-25T20:16:40.725Z Compiling is_ci v1.2.0
16532026-08-25T20:16:40.740Z Compiling managed v0.8.0
16542026-08-25T20:16:40.830Z Compiling libbz2-rs-sys v0.2.2
16552026-08-25T20:16:40.881Z Compiling base16ct v0.2.0
16562026-08-25T20:16:40.898Z Compiling same-file v1.0.6
16572026-08-25T20:16:40.927Z Compiling bumpalo v3.20.2
16582026-08-25T20:16:40.979Z Compiling bitflags v1.3.2
16592026-08-25T20:16:41.003Z Compiling jiff-core v0.1.0
16602026-08-25T20:16:41.065Z Compiling either v1.15.0
16612026-08-25T20:16:41.080Z Compiling hyper-util v0.1.20
16622026-08-25T20:16:41.085Z Compiling foldhash v0.2.0
16632026-08-25T20:16:41.165Z Compiling path-slash v0.1.5
16642026-08-25T20:16:41.204Z Compiling foldhash v0.1.5
16652026-08-25T20:16:41.372Z Compiling bzip2 v0.6.1
16662026-08-25T20:16:41.389Z Compiling hashbrown v0.16.1
16672026-08-25T20:16:41.389Z Compiling hashbrown v0.15.5
16682026-08-25T20:16:41.395Z Compiling zopfli v0.8.3
16692026-08-25T20:16:41.460Z Compiling test-strategy v0.4.5
16702026-08-25T20:16:41.536Z Compiling walkdir v2.5.0
16712026-08-25T20:16:41.603Z Compiling dof v0.3.0
16722026-08-25T20:16:41.861Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16732026-08-25T20:16:41.895Z Compiling jiff v0.2.34
16742026-08-25T20:16:41.925Z Compiling sec1 v0.7.3
16752026-08-25T20:16:42.066Z Compiling textwrap v0.16.2
16762026-08-25T20:16:42.191Z Compiling snafu v0.8.9
16772026-08-25T20:16:42.333Z Compiling supports-color v3.0.2
16782026-08-25T20:16:42.360Z Compiling group v0.13.0
16792026-08-25T20:16:42.391Z Compiling cargo_metadata v0.23.1
16802026-08-25T20:16:42.405Z Compiling derive_more-impl v2.1.1
16812026-08-25T20:16:42.408Z Compiling strum v0.27.2
16822026-08-25T20:16:42.523Z Compiling hyper-tls v0.6.0
16832026-08-25T20:16:42.540Z Compiling hubpack v0.1.2
16842026-08-25T20:16:42.564Z Compiling backtrace-ext v0.2.1
16852026-08-25T20:16:42.637Z Compiling phf v0.13.1
16862026-08-25T20:16:42.640Z Compiling signal-hook-mio v0.2.5
16872026-08-25T20:16:42.726Z Compiling reqwest v0.12.28
16882026-08-25T20:16:42.758Z Compiling futures v0.3.32
16892026-08-25T20:16:42.790Z Compiling cookie_store v0.22.1
16902026-08-25T20:16:42.793Z Compiling zstd v0.13.3
16912026-08-25T20:16:42.865Z Compiling cipher v0.5.2
16922026-08-25T20:16:42.880Z Compiling serde_with_macros v3.21.0
16932026-08-25T20:16:42.916Z Compiling postgres-types v0.2.12
16942026-08-25T20:16:43.173Z Compiling globset v0.4.18
16952026-08-25T20:16:43.191Z Compiling usdt-attr-macro v0.6.0
16962026-08-25T20:16:43.298Z Compiling usdt-macro v0.6.0
16972026-08-25T20:16:43.478Z Compiling byte-wrapper v0.1.0
16982026-08-25T20:16:43.505Z Compiling ed25519 v2.2.3
16992026-08-25T20:16:43.580Z Compiling hkdf v0.12.4
17002026-08-25T20:16:43.759Z Compiling crypto-bigint v0.5.5
17012026-08-25T20:16:43.774Z Compiling serde_plain v1.0.2
17022026-08-25T20:16:43.860Z Compiling serde-big-array v0.5.1
17032026-08-25T20:16:43.863Z Compiling olpc-cjson v0.1.4
17042026-08-25T20:16:43.910Z Compiling dtrace-parser v0.2.0
17052026-08-25T20:16:43.985Z Compiling phf_shared v0.11.3
17062026-08-25T20:16:44.069Z Compiling enum-as-inner v0.6.1
17072026-08-25T20:16:44.085Z Compiling async-recursion v1.1.1
17082026-08-25T20:16:44.100Z Compiling strum_macros v0.26.4
17092026-08-25T20:16:44.116Z Compiling miette-derive v7.6.0
17102026-08-25T20:16:44.132Z Compiling serde_repr v0.1.20
17112026-08-25T20:16:44.176Z Compiling float-cmp v0.10.0
17122026-08-25T20:16:44.193Z Compiling pem v3.0.6
17132026-08-25T20:16:44.294Z Compiling thread-id v4.2.2
17142026-08-25T20:16:44.388Z Compiling memmap2 v0.9.10
17152026-08-25T20:16:44.467Z Compiling precomputed-hash v0.1.1
17162026-08-25T20:16:44.540Z Compiling fixedbitset v0.4.2
17172026-08-25T20:16:44.572Z Compiling cpufeatures v0.3.0
17182026-08-25T20:16:44.605Z Compiling keccak v0.1.6
17192026-08-25T20:16:44.619Z Compiling data-encoding v2.10.0
17202026-08-25T20:16:44.659Z Compiling predicates-core v1.0.10
17212026-08-25T20:16:44.712Z Compiling whoami v2.1.0
17222026-08-25T20:16:44.736Z Compiling static_assertions v1.1.0
17232026-08-25T20:16:44.784Z Compiling supports-unicode v3.0.0
17242026-08-25T20:16:44.787Z Compiling normalize-line-endings v0.3.0
17252026-08-25T20:16:44.823Z Compiling fixedbitset v0.5.7
17262026-08-25T20:16:44.851Z Compiling typed-path v0.9.3
17272026-08-25T20:16:44.912Z Compiling difflib v0.4.0
17282026-08-25T20:16:44.948Z Compiling const-oid v0.10.2
17292026-08-25T20:16:45.084Z Compiling winnow v1.0.3
17302026-08-25T20:16:45.111Z Compiling supports-hyperlinks v3.2.0
17312026-08-25T20:16:45.156Z Compiling new_debug_unreachable v1.0.6
17322026-08-25T20:16:45.177Z Compiling predicates v3.1.4
17332026-08-25T20:16:45.213Z Compiling digest v0.11.3
17342026-08-25T20:16:45.239Z Compiling string_cache v0.8.9
17352026-08-25T20:16:45.286Z Compiling petgraph v0.8.3
17362026-08-25T20:16:45.317Z Compiling miette v7.6.0
17372026-08-25T20:16:45.338Z Compiling tokio-postgres v0.7.16
17382026-08-25T20:16:45.368Z Compiling hickory-proto v0.25.2
17392026-08-25T20:16:45.472Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17402026-08-25T20:16:45.488Z Compiling elliptic-curve v0.13.8
17412026-08-25T20:16:45.510Z Compiling sha3 v0.10.8
17422026-08-25T20:16:45.532Z Compiling toml_edit v0.22.27
17432026-08-25T20:16:45.845Z Compiling petgraph v0.6.5
17442026-08-25T20:16:45.900Z Compiling strum v0.26.3
17452026-08-25T20:16:45.919Z Compiling chacha20 v0.10.0
17462026-08-25T20:16:45.979Z Compiling usdt v0.6.0
17472026-08-25T20:16:45.994Z Compiling usdt-impl v0.5.0
17482026-08-25T20:16:46.044Z Compiling toml_parser v1.1.2+spec-1.1.0
17492026-08-25T20:16:46.111Z Compiling zip v4.6.1
17502026-08-25T20:16:46.189Z Compiling serde_with v3.21.0
17512026-08-25T20:16:46.932Z Compiling crossterm v0.28.1
17522026-08-25T20:16:46.961Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17532026-08-25T20:16:46.961Z Compiling ed25519-dalek v2.2.0
17542026-08-25T20:16:46.961Z Compiling derive_more v2.1.1
17552026-08-25T20:16:46.961Z Compiling iddqd v0.4.2
17562026-08-25T20:16:47.052Z Compiling itertools v0.13.0
17572026-08-25T20:16:47.060Z Compiling itertools v0.15.0
17582026-08-25T20:16:51.275Z Compiling similar v2.7.0
17592026-08-25T20:16:51.343Z Compiling tokio-stream v0.1.18
17602026-08-25T20:16:51.343Z Compiling crossbeam-epoch v0.9.18
17612026-08-25T20:16:51.344Z Compiling buf-list v1.1.2
17622026-08-25T20:16:51.344Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17632026-08-25T20:16:51.344Z Compiling openapiv3 v2.2.0
17642026-08-25T20:16:51.344Z Compiling heck v0.4.1
17652026-08-25T20:16:51.344Z Compiling lalrpop-util v0.19.12
17662026-08-25T20:16:51.344Z Compiling peg-runtime v0.8.5
17672026-08-25T20:16:51.344Z Compiling thread_local v1.1.9
17682026-08-25T20:16:51.344Z Compiling slog-async v2.8.0
17692026-08-25T20:16:51.344Z Compiling crossbeam-channel v0.5.15
17702026-08-25T20:16:51.344Z Compiling filetime v0.2.27
17712026-08-25T20:16:51.344Z Compiling is-terminal v0.4.17
17722026-08-25T20:16:51.344Z Compiling xattr v1.6.1
17732026-08-25T20:16:51.344Z Compiling take_mut v0.2.2
17742026-08-25T20:16:51.344Z Compiling term v1.2.1
17752026-08-25T20:16:51.344Z Compiling camino-tempfile v1.4.1
17762026-08-25T20:16:51.344Z Compiling tar v0.4.46
17772026-08-25T20:16:51.344Z Compiling slog-term v2.9.2
17782026-08-25T20:17:05.897Z Compiling rustls-webpki v0.103.13
17792026-08-25T20:17:08.587Z Compiling tokio-rustls v0.26.4
17802026-08-25T20:17:08.587Z Compiling rustls-platform-verifier v0.6.2
17812026-08-25T20:17:08.587Z Compiling tough v0.22.0
17822026-08-25T20:17:08.779Z Compiling hyper-rustls v0.27.7
17832026-08-25T20:17:08.964Z Compiling reqwest v0.13.2
17842026-08-25T20:17:11.122Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17852026-08-25T20:17:11.445Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17862026-08-25T20:17:14.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.66s
17872026-08-25T20:17:14.413Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17882026-08-25T20:17:14.465ZAug 25 20:17:13.571 INFO Starting download, target: Cockroach
17892026-08-25T20:17:14.465ZAug 25 20:17:13.572 INFO Starting download, target: Console
17902026-08-25T20:17:14.465ZAug 25 20:17:13.572 INFO Starting download, target: Clickhouse
17912026-08-25T20:17:14.465ZAug 25 20:17:13.572 INFO Starting download, target: DendriteStub
17922026-08-25T20:17:14.465ZAug 25 20:17:13.572 INFO Starting download, target: MaghemiteMgd
17932026-08-25T20:17:14.465ZAug 25 20:17:13.572 INFO Starting download, target: MaghemiteDdmd
17942026-08-25T20:17:14.465ZAug 25 20:17:13.572 INFO Starting download, target: TransceiverControl
17952026-08-25T20:17:14.480ZAug 25 20:17:13.572 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17962026-08-25T20:17:14.480ZAug 25 20:17:13.572 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17972026-08-25T20:17:14.480ZAug 25 20:17:13.572 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17982026-08-25T20:17:14.480ZAug 25 20:17:13.572 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17992026-08-25T20:17:14.480ZAug 25 20:17:13.573 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18002026-08-25T20:17:14.481ZAug 25 20:17:13.573 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18012026-08-25T20:17:14.481ZAug 25 20:17:13.573 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18022026-08-25T20:17:16.119ZAug 25 20:17:15.152 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18032026-08-25T20:17:16.323ZAug 25 20:17:15.347 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18042026-08-25T20:17:16.462ZAug 25 20:17:15.375 INFO Download complete, target: TransceiverControl
18052026-08-25T20:17:16.583ZAug 25 20:17:15.593 INFO Download complete, target: Console
18062026-08-25T20:17:16.644ZAug 25 20:17:15.600 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18072026-08-25T20:17:19.330ZAug 25 20:17:18.436 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18082026-08-25T20:17:19.912ZAug 25 20:17:19.011 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18092026-08-25T20:17:20.491ZAug 25 20:17:19.603 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18102026-08-25T20:17:20.851ZAug 25 20:17:19.960 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18112026-08-25T20:17:20.851ZAug 25 20:17:19.960 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18122026-08-25T20:17:21.982ZAug 25 20:17:21.099 INFO Download complete, target: DendriteStub
18132026-08-25T20:17:22.100ZAug 25 20:17:21.217 INFO Download complete, target: MaghemiteDdmd
18142026-08-25T20:17:23.046ZAug 25 20:17:22.163 INFO Download complete, target: MaghemiteMgd
18152026-08-25T20:17:23.373ZAug 25 20:17:22.490 INFO Checking that binary works, target: Clickhouse
18162026-08-25T20:17:23.462ZAug 25 20:17:22.578 INFO Download complete, target: Clickhouse
18172026-08-25T20:17:25.606ZAug 25 20:17:24.681 INFO Checking that binary works, target: Cockroach
18182026-08-25T20:17:25.700ZAug 25 20:17:24.817 INFO Download complete, target: Cockroach
18192026-08-25T20:17:25.705ZAll prerequisites installed successfully
18202026-08-25T20:17:25.710Z
18212026-08-25T20:17:25.710Zreal 2:01.278938487
18222026-08-25T20:17:25.710Zuser 7:22.949427104
18232026-08-25T20:17:25.710Zsys 1:45.748286106
18242026-08-25T20:17:25.710Ztrap 0.311886415
18252026-08-25T20:17:25.710Ztflt 0.867878547
18262026-08-25T20:17:25.710Zdflt 1.687341499
18272026-08-25T20:17:25.710Zkflt 0.026504665
18282026-08-25T20:17:25.710Zlock 30:05.829213224
18292026-08-25T20:17:25.710Zslp 20:25.040090972
18302026-08-25T20:17:25.710Zlat 30.336284640
18312026-08-25T20:17:25.710Zstop 3:34.593921986
18322026-08-25T20:17:25.710Z+ ptime -m cargo xtask download softnpu
18332026-08-25T20:17:26.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18342026-08-25T20:17:26.192Z Running `target/debug/xtask download softnpu`
18352026-08-25T20:17:26.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
18362026-08-25T20:17:27.044Z Running `target/debug/xtask-downloader softnpu`
18372026-08-25T20:17:27.096ZAug 25 20:17:26.207 INFO Starting download, target: Softnpu
18382026-08-25T20:17:27.105ZAug 25 20:17:26.208 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18392026-08-25T20:17:27.814ZAug 25 20:17:26.925 INFO Download complete, target: Softnpu
18402026-08-25T20:17:27.822Z
18412026-08-25T20:17:27.822Zreal 2.099996626
18422026-08-25T20:17:27.822Zuser 1.338733526
18432026-08-25T20:17:27.822Zsys 0.623918407
18442026-08-25T20:17:27.822Ztrap 0.000568480
18452026-08-25T20:17:27.822Ztflt 0.000173258
18462026-08-25T20:17:27.822Zdflt 0.000136149
18472026-08-25T20:17:27.822Zkflt 0.000000000
18482026-08-25T20:17:27.822Zlock 13.816276436
18492026-08-25T20:17:27.823Zslp 0.562329503
18502026-08-25T20:17:27.823Zlat 0.083435257
18512026-08-25T20:17:27.823Zstop 0.000193897
18522026-08-25T20:17:27.823Z+ export CARGO_INCREMENTAL=0
18532026-08-25T20:17:27.823Z+ CARGO_INCREMENTAL=0
18542026-08-25T20:17:27.823Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18552026-08-25T20:17:28.732Z Compiling proc-macro2 v1.0.106
18562026-08-25T20:17:28.732Z Compiling quote v1.0.45
18572026-08-25T20:17:28.732Z Compiling unicode-ident v1.0.24
18582026-08-25T20:17:28.732Z Compiling serde_core v1.0.228
18592026-08-25T20:17:28.742Z Compiling libc v0.2.185
18602026-08-25T20:17:28.743Z Compiling serde v1.0.228
18612026-08-25T20:17:28.743Z Compiling cfg-if v1.0.4
18622026-08-25T20:17:28.743Z Compiling version_check v0.9.5
18632026-08-25T20:17:28.891Z Compiling autocfg v1.5.0
18642026-08-25T20:17:28.897Z Compiling shlex v1.3.0
18652026-08-25T20:17:28.897Z Compiling find-msvc-tools v0.1.9
18662026-08-25T20:17:28.897Z Compiling memchr v2.8.0
18672026-08-25T20:17:28.897Z Compiling zmij v1.0.21
18682026-08-25T20:17:28.897Z Compiling serde_json v1.0.151
18692026-08-25T20:17:29.032Z Compiling portable-atomic v1.13.1
18702026-08-25T20:17:29.104Z Compiling zerocopy v0.8.55
18712026-08-25T20:17:29.152Z Compiling libm v0.2.16
18722026-08-25T20:17:29.194Z Compiling getrandom v0.4.3
18732026-08-25T20:17:29.194Z Compiling icu_normalizer_data v2.1.1
18742026-08-25T20:17:29.287Z Compiling icu_properties_data v2.1.2
18752026-08-25T20:17:29.305Z Compiling smallvec v1.15.1
18762026-08-25T20:17:29.346Z Compiling num-traits v0.2.19
18772026-08-25T20:17:29.361Z Compiling parking_lot_core v0.9.12
18782026-08-25T20:17:29.392Z Compiling generic-array v0.14.7
18792026-08-25T20:17:29.401Z Compiling itoa v1.0.17
18802026-08-25T20:17:29.422Z Compiling log v0.4.33
18812026-08-25T20:17:29.550Z Compiling subtle v2.6.1
18822026-08-25T20:17:29.607Z Compiling pkg-config v0.3.32
18832026-08-25T20:17:29.676Z Compiling stable_deref_trait v1.2.1
18842026-08-25T20:17:29.676Z Compiling rustix v1.1.4
18852026-08-25T20:17:29.676Z Compiling typenum v1.20.1
18862026-08-25T20:17:29.752Z Compiling getrandom v0.3.4
18872026-08-25T20:17:29.767Z Compiling scopeguard v1.2.0
18882026-08-25T20:17:29.821Z Compiling thiserror v2.0.18
18892026-08-25T20:17:29.858Z Compiling lock_api v0.4.14
18902026-08-25T20:17:29.928Z Compiling rand_core v0.10.0
18912026-08-25T20:17:30.003Z Compiling jobserver v0.1.34
18922026-08-25T20:17:30.028Z Compiling errno v0.3.14
18932026-08-25T20:17:30.107Z Compiling heck v0.5.0
18942026-08-25T20:17:30.197Z Compiling critical-section v1.2.0
18952026-08-25T20:17:30.259Z Compiling cc v1.2.56
18962026-08-25T20:17:30.277Z Compiling getrandom v0.2.17
18972026-08-25T20:17:30.287Z Compiling writeable v0.6.2
18982026-08-25T20:17:30.313Z Compiling syn v2.0.117
18992026-08-25T20:17:30.323Z Compiling schemars v0.8.22
19002026-08-25T20:17:30.351Z Compiling equivalent v1.0.2
19012026-08-25T20:17:30.362Z Compiling litemap v0.8.1
19022026-08-25T20:17:30.400Z Compiling percent-encoding v2.3.2
19032026-08-25T20:17:30.424Z Compiling rand_core v0.6.4
19042026-08-25T20:17:30.458Z Compiling syn v1.0.109
19052026-08-25T20:17:30.506Z Compiling pin-project-lite v0.2.17
19062026-08-25T20:17:30.632Z Compiling rustversion v1.0.22
19072026-08-25T20:17:30.689Z Compiling once_cell v1.21.3
19082026-08-25T20:17:30.726Z Compiling hashbrown v0.17.0
19092026-08-25T20:17:30.757Z Compiling fs_extra v1.3.0
19102026-08-25T20:17:30.797Z Compiling dunce v1.0.5
19112026-08-25T20:17:30.804Z Compiling utf8_iter v1.0.4
19122026-08-25T20:17:30.867Z Compiling byteorder v1.5.0
19132026-08-25T20:17:30.909Z Compiling form_urlencoded v1.2.2
19142026-08-25T20:17:30.990Z Compiling strsim v0.11.1
19152026-08-25T20:17:31.053Z Compiling cmake v0.1.57
19162026-08-25T20:17:31.111Z Compiling signal-hook-registry v1.4.8
19172026-08-25T20:17:31.204Z Compiling thiserror v1.0.69
19182026-08-25T20:17:31.305Z Compiling parking_lot v0.12.5
19192026-08-25T20:17:31.325Z Compiling mio v1.2.0
19202026-08-25T20:17:31.415Z Compiling semver v1.0.28
19212026-08-25T20:17:31.485Z Compiling bitflags v2.11.0
19222026-08-25T20:17:31.519Z Compiling indexmap v2.14.0
19232026-08-25T20:17:31.601Z Compiling aws-lc-sys v0.40.0
19242026-08-25T20:17:31.605Z Compiling socket2 v0.6.3
19252026-08-25T20:17:31.750Z Compiling aws-lc-rs v1.16.3
19262026-08-25T20:17:31.772Z Compiling const-oid v0.9.6
19272026-08-25T20:17:31.813Z Compiling futures-core v0.3.32
19282026-08-25T20:17:31.966Z Compiling iana-time-zone v0.1.65
19292026-08-25T20:17:31.981Z Compiling httparse v1.10.1
19302026-08-25T20:17:32.226Z Compiling ucd-trie v0.1.7
19312026-08-25T20:17:32.318Z Compiling fnv v1.0.7
19322026-08-25T20:17:32.328Z Compiling regex-syntax v0.8.10
19332026-08-25T20:17:32.334Z Compiling crc32fast v1.5.0
19342026-08-25T20:17:32.439Z Compiling pest v2.8.6
19352026-08-25T20:17:32.504Z Compiling uuid v1.23.4
19362026-08-25T20:17:32.572Z Compiling ident_case v1.0.1
19372026-08-25T20:17:32.572Z Compiling vcpkg v0.2.15
19382026-08-25T20:17:32.740Z Compiling rustc_version v0.4.1
19392026-08-25T20:17:32.824Z Compiling futures-sink v0.3.32
19402026-08-25T20:17:32.858Z Compiling dyn-clone v1.0.20
19412026-08-25T20:17:32.972Z Compiling rustls v0.23.41
19422026-08-25T20:17:33.033Z Compiling futures-channel v0.3.32
19432026-08-25T20:17:33.124Z Compiling openssl-sys v0.9.117
19442026-08-25T20:17:33.145Z Compiling synstructure v0.13.2
19452026-08-25T20:17:33.175Z Compiling serde_derive_internals v0.29.1
19462026-08-25T20:17:33.294Z Compiling aho-corasick v1.1.4
19472026-08-25T20:17:33.330Z Compiling futures-io v0.3.32
19482026-08-25T20:17:33.360Z Compiling slab v0.4.12
19492026-08-25T20:17:33.461Z Compiling futures-task v0.3.32
19502026-08-25T20:17:33.573Z Compiling pest_meta v2.8.6
19512026-08-25T20:17:33.746Z Compiling radium v0.7.0
19522026-08-25T20:17:33.770Z Compiling time-core v0.1.8
19532026-08-25T20:17:33.770Z Compiling num-conv v0.2.0
19542026-08-25T20:17:33.770Z Compiling plain v0.2.3
19552026-08-25T20:17:33.862Z Compiling crossbeam-utils v0.8.21
19562026-08-25T20:17:33.887Z Compiling maybe-uninit v2.0.0
19572026-08-25T20:17:33.901Z Compiling time-macros v0.2.27
19582026-08-25T20:17:33.926Z Compiling base64 v0.22.1
19592026-08-25T20:17:33.942Z Compiling openssl v0.10.80
19602026-08-25T20:17:34.032Z Compiling pretty-hex v0.4.1
19612026-08-25T20:17:34.064Z Compiling base64ct v1.8.3
19622026-08-25T20:17:34.164Z Compiling pest_generator v2.8.6
19632026-08-25T20:17:34.192Z Compiling regex-automata v0.4.14
19642026-08-25T20:17:34.199Z Compiling slog v2.8.2
19652026-08-25T20:17:34.246Z Compiling flagset v0.4.7
19662026-08-25T20:17:34.313Z Compiling pem-rfc7468 v0.7.0
19672026-08-25T20:17:34.359Z Compiling rand_core v0.9.5
19682026-08-25T20:17:34.390Z Compiling serde_derive v1.0.228
19692026-08-25T20:17:34.417Z Compiling zeroize_derive v1.5.0
19702026-08-25T20:17:34.436Z Compiling zerofrom-derive v0.1.6
19712026-08-25T20:17:34.436Z Compiling yoke-derive v0.8.1
19722026-08-25T20:17:34.448Z Compiling zerocopy-derive v0.8.55
19732026-08-25T20:17:34.448Z Compiling zerovec-derive v0.11.2
19742026-08-25T20:17:34.484Z Compiling displaydoc v0.2.5
19752026-08-25T20:17:34.587Z Compiling tokio-macros v2.7.0
19762026-08-25T20:17:34.617Z Compiling futures-macro v0.3.32
19772026-08-25T20:17:34.665Z Compiling thiserror-impl v2.0.18
19782026-08-25T20:17:34.737Z Compiling schemars_derive v0.8.22
19792026-08-25T20:17:34.786Z Compiling der_derive v0.7.3
19802026-08-25T20:17:34.803Z Compiling tracing-attributes v0.1.31
19812026-08-25T20:17:34.843Z Compiling thiserror-impl v1.0.69
19822026-08-25T20:17:34.891Z Compiling pest_derive v2.8.6
19832026-08-25T20:17:35.011Z Compiling scroll_derive v0.12.1
19842026-08-25T20:17:35.188Z Compiling scroll_derive v0.13.1
19852026-08-25T20:17:35.263Z Compiling openssl-macros v0.1.1
19862026-08-25T20:17:35.371Z Compiling darling_core v0.23.0
19872026-08-25T20:17:35.420Z Compiling futures-util v0.3.32
19882026-08-25T20:17:35.531Z Compiling zerofrom v0.1.6
19892026-08-25T20:17:35.684Z Compiling yoke v0.8.1
19902026-08-25T20:17:35.719Z Compiling bzip2-sys v0.1.13+1.0.8
19912026-08-25T20:17:35.729Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19922026-08-25T20:17:35.869Z Compiling zerovec v0.11.5
19932026-08-25T20:17:35.873Z Compiling zerotrie v0.2.3
19942026-08-25T20:17:36.003Z Compiling syn v3.0.3
19952026-08-25T20:17:36.007Z Compiling ahash v0.8.12
19962026-08-25T20:17:36.071Z Compiling num-bigint-dig v0.8.6
19972026-08-25T20:17:36.134Z Compiling packed_struct v0.10.1
19982026-08-25T20:17:36.251Z Compiling native-tls v0.2.18
19992026-08-25T20:17:36.286Z Compiling paste v1.0.15
20002026-08-25T20:17:36.375Z Compiling anyhow v1.0.104
20012026-08-25T20:17:36.390Z Compiling zerocopy-derive v0.7.35
20022026-08-25T20:17:36.451Z Compiling tinystr v0.8.2
20032026-08-25T20:17:36.481Z Compiling potential_utf v0.1.4
20042026-08-25T20:17:36.649Z Compiling icu_locale_core v2.1.1
20052026-08-25T20:17:36.694Z Compiling icu_collections v2.1.1
20062026-08-25T20:17:36.743Z Compiling regex v1.12.3
20072026-08-25T20:17:37.429Z Compiling icu_provider v2.1.1
20082026-08-25T20:17:37.462Z Compiling tracing-core v0.1.36
20092026-08-25T20:17:37.525Z Compiling darling_macro v0.23.0
20102026-08-25T20:17:37.552Z Compiling cookie v0.18.1
20112026-08-25T20:17:37.679Z Compiling zeroize v1.9.0
20122026-08-25T20:17:37.690Z Compiling bytes v1.11.1
20132026-08-25T20:17:37.772Z Compiling icu_properties v2.1.2
20142026-08-25T20:17:37.802Z Compiling icu_normalizer v2.1.1
20152026-08-25T20:17:37.949Z Compiling chrono v0.4.45
20162026-08-25T20:17:38.328Z Compiling tokio v1.52.1
20172026-08-25T20:17:38.431Z Compiling crypto-common v0.1.7
20182026-08-25T20:17:38.496Z Compiling block-buffer v0.10.4
20192026-08-25T20:17:38.616Z Compiling serde_tokenstream v0.2.3
20202026-08-25T20:17:38.630Z Compiling der v0.7.10
20212026-08-25T20:17:38.666Z Compiling idna_adapter v1.2.1
20222026-08-25T20:17:38.775Z Compiling digest v0.10.7
20232026-08-25T20:17:38.825Z Compiling idna v1.1.0
20242026-08-25T20:17:38.965Z Compiling ppv-lite86 v0.2.21
20252026-08-25T20:17:39.095Z Compiling http v1.4.2
20262026-08-25T20:17:39.234Z Compiling url v2.5.8
20272026-08-25T20:17:39.293Z Compiling cpufeatures v0.2.17
20282026-08-25T20:17:39.313Z Compiling camino v1.2.5
20292026-08-25T20:17:39.380Z Compiling fastrand v2.3.0
20302026-08-25T20:17:39.578Z Compiling spki v0.7.3
20312026-08-25T20:17:39.619Z Compiling rand_chacha v0.9.0
20322026-08-25T20:17:39.710Z Compiling darling v0.23.0
20332026-08-25T20:17:39.750Z Compiling tracing v0.1.44
20342026-08-25T20:17:39.803Z Compiling toml_datetime v0.6.11
20352026-08-25T20:17:39.970Z Compiling serde_spanned v0.6.9
20362026-08-25T20:17:40.126Z Compiling bitfield-macros v0.19.4
20372026-08-25T20:17:40.135Z Compiling zerocopy-derive v0.6.6
20382026-08-25T20:17:40.150Z Compiling clap_derive v4.6.1
20392026-08-25T20:17:40.167Z Compiling packed_struct_codegen v0.10.1
20402026-08-25T20:17:40.615Z Compiling indexmap v1.9.3
20412026-08-25T20:17:40.829Z Compiling simd-adler32 v0.3.8
20422026-08-25T20:17:40.867Z Compiling object v0.37.3
20432026-08-25T20:17:40.956Z Compiling rand v0.9.2
20442026-08-25T20:17:41.018Z Compiling http-body v1.0.1
20452026-08-25T20:17:41.034Z Compiling pkcs8 v0.10.2
20462026-08-25T20:17:41.081Z Compiling daft-derive v0.1.8
20472026-08-25T20:17:41.131Z Compiling rustls-pki-types v1.14.0
20482026-08-25T20:17:41.252Z Compiling spin v0.9.8
20492026-08-25T20:17:41.318Z Compiling usdt-impl v0.5.0
20502026-08-25T20:17:41.344Z Compiling anstyle v1.0.14
20512026-08-25T20:17:41.480Z Compiling ref-cast v1.0.25
20522026-08-25T20:17:41.527Z Compiling adler2 v2.0.1
20532026-08-25T20:17:41.552Z Compiling cmov v0.5.4
20542026-08-25T20:17:41.568Z Compiling usdt-impl v0.6.0
20552026-08-25T20:17:41.584Z Compiling tinyvec_macros v0.1.1
20562026-08-25T20:17:41.611Z Compiling openssl-probe v0.2.1
20572026-08-25T20:17:41.758Z Compiling either v1.15.0
20582026-08-25T20:17:41.786Z Compiling winnow v0.5.40
20592026-08-25T20:17:41.789Z Compiling utf8parse v0.2.2
20602026-08-25T20:17:41.815Z Compiling ctutils v0.4.2
20612026-08-25T20:17:41.848Z Compiling tinyvec v1.10.0
20622026-08-25T20:17:41.852Z Compiling miniz_oxide v0.8.9
20632026-08-25T20:17:41.924Z Compiling anstyle-parse v1.0.0
20642026-08-25T20:17:41.990Z Compiling sha2 v0.10.9
20652026-08-25T20:17:42.214Z Compiling tempfile v3.27.0
20662026-08-25T20:17:42.230Z Compiling scroll v0.13.0
20672026-08-25T20:17:42.309Z Compiling tokio-util v0.7.18
20682026-08-25T20:17:42.348Z Compiling scroll v0.12.0
20692026-08-25T20:17:42.374Z Compiling terminal_size v0.4.3
20702026-08-25T20:17:42.434Z Compiling async-trait v0.1.89
20712026-08-25T20:17:42.530Z Compiling heapless v0.7.17
20722026-08-25T20:17:42.705Z Compiling winnow v0.7.14
20732026-08-25T20:17:42.746Z Compiling litrs v1.0.0
20742026-08-25T20:17:42.790Z Compiling anstyle-query v1.1.5
20752026-08-25T20:17:43.017Z Compiling winnow v1.0.3
20762026-08-25T20:17:43.165Z Compiling toml_edit v0.19.15
20772026-08-25T20:17:43.216Z Compiling rustix v0.38.44
20782026-08-25T20:17:43.246Z Compiling tower-layer v0.3.3
20792026-08-25T20:17:43.298Z Compiling atomic-waker v1.1.2
20802026-08-25T20:17:43.333Z Compiling zstd-safe v7.2.4
20812026-08-25T20:17:43.366Z Compiling colorchoice v1.0.4
20822026-08-25T20:17:43.430Z Compiling try-lock v0.2.5
20832026-08-25T20:17:43.451Z Compiling unicode-segmentation v1.12.0
20842026-08-25T20:17:43.908Z Compiling signal-hook v0.3.18
20852026-08-25T20:17:43.911Z Compiling untrusted v0.7.1
20862026-08-25T20:17:43.911Z Compiling tower-service v0.3.3
20872026-08-25T20:17:43.911Z Compiling is_terminal_polyfill v1.70.2
20882026-08-25T20:17:43.912Z Compiling h2 v0.4.15
20892026-08-25T20:17:43.912Z Compiling want v0.3.1
20902026-08-25T20:17:43.912Z Compiling document-features v0.2.12
20912026-08-25T20:17:43.912Z Compiling anstream v1.0.0
20922026-08-25T20:17:44.065Z Compiling toml_parser v1.1.2+spec-1.1.0
20932026-08-25T20:17:44.200Z Compiling goblin v0.8.2
20942026-08-25T20:17:44.230Z Compiling goblin v0.10.5
20952026-08-25T20:17:44.376Z Compiling hybrid-array v0.4.13
20962026-08-25T20:17:44.394Z Compiling itertools v0.15.0
20972026-08-25T20:17:44.633Z Compiling ipnetwork v0.21.1
20982026-08-25T20:17:44.658Z Compiling ipnet v2.12.0
20992026-08-25T20:17:44.694Z Compiling zerocopy v0.7.35
21002026-08-25T20:17:44.960Z Compiling structmeta-derive v0.3.0
21012026-08-25T20:17:45.099Z Compiling ref-cast-impl v1.0.25
21022026-08-25T20:17:45.139Z Compiling darling_core v0.20.11
21032026-08-25T20:17:45.190Z Compiling curve25519-dalek v4.1.3
21042026-08-25T20:17:45.260Z Compiling memoffset v0.9.1
21052026-08-25T20:17:45.451Z Compiling powerfmt v0.2.0
21062026-08-25T20:17:45.475Z Compiling httpdate v1.0.3
21072026-08-25T20:17:45.582Z Compiling untrusted v0.9.0
21082026-08-25T20:17:45.654Z Compiling foreign-types-shared v0.1.1
21092026-08-25T20:17:45.739Z Compiling tap v1.0.1
21102026-08-25T20:17:45.754Z Compiling foreign-types v0.3.2
21112026-08-25T20:17:45.775Z Compiling deranged v0.5.8
21122026-08-25T20:17:45.846Z Compiling wyz v0.5.1
21132026-08-25T20:17:45.945Z Compiling structmeta v0.3.0
21142026-08-25T20:17:46.014Z Compiling unicode-normalization v0.1.25
21152026-08-25T20:17:46.133Z Compiling dtrace-parser v0.2.0
21162026-08-25T20:17:46.153Z Compiling rand_chacha v0.3.1
21172026-08-25T20:17:46.169Z Compiling signature v2.2.0
21182026-08-25T20:17:46.173Z Compiling hex v0.4.3
21192026-08-25T20:17:46.355Z Compiling dtrace-parser v0.3.0
21202026-08-25T20:17:46.459Z Compiling dof v0.3.0
21212026-08-25T20:17:46.490Z Compiling pin-project-internal v1.1.11
21222026-08-25T20:17:46.556Z Compiling num-integer v0.1.46
21232026-08-25T20:17:46.713Z Compiling thread-id v5.1.0
21242026-08-25T20:17:46.810Z Compiling hyper v1.10.1
21252026-08-25T20:17:46.826Z Compiling wait-timeout v0.2.1
21262026-08-25T20:17:46.868Z Compiling thread-id v4.2.2
21272026-08-25T20:17:46.905Z Compiling dof v0.4.0
21282026-08-25T20:17:46.969Z Compiling owo-colors v4.3.0
21292026-08-25T20:17:47.088Z Compiling clap_lex v1.0.0
21302026-08-25T20:17:47.091Z Compiling darling_macro v0.20.11
21312026-08-25T20:17:47.222Z Compiling cfg_aliases v0.2.1
21322026-08-25T20:17:47.276Z Compiling funty v2.0.0
21332026-08-25T20:17:47.355Z Compiling bit-vec v0.8.0
21342026-08-25T20:17:47.408Z Compiling quick-error v1.2.3
21352026-08-25T20:17:47.459Z Compiling smoltcp v0.9.1
21362026-08-25T20:17:47.484Z Compiling num_threads v0.1.7
21372026-08-25T20:17:47.552Z Compiling rusty-fork v0.3.1
21382026-08-25T20:17:47.561Z Compiling nix v0.31.2
21392026-08-25T20:17:47.564Z Compiling bit-set v0.8.0
21402026-08-25T20:17:47.574Z Compiling time v0.3.47
21412026-08-25T20:17:47.604Z Compiling clap_builder v4.6.0
21422026-08-25T20:17:47.621Z Compiling darling v0.20.11
21432026-08-25T20:17:47.752Z Compiling bitvec v1.0.1
21442026-08-25T20:17:47.773Z Compiling num-iter v0.1.45
21452026-08-25T20:17:47.916Z Compiling rand v0.8.6
21462026-08-25T20:17:47.948Z Compiling lazy_static v1.5.0
21472026-08-25T20:17:47.984Z Compiling hyper-util v0.1.20
21482026-08-25T20:17:48.084Z Compiling hmac v0.12.1
21492026-08-25T20:17:48.166Z Compiling erased-serde v0.3.31
21502026-08-25T20:17:48.346Z Compiling rand_xorshift v0.4.0
21512026-08-25T20:17:48.524Z Compiling curve25519-dalek-derive v0.1.1
21522026-08-25T20:17:48.544Z Compiling sync_wrapper v1.0.2
21532026-08-25T20:17:48.701Z Compiling nodrop v0.1.14
21542026-08-25T20:17:48.808Z Compiling zlib-rs v0.6.2
21552026-08-25T20:17:48.871Z Compiling crc-catalog v2.4.0
21562026-08-25T20:17:48.926Z Compiling unarray v0.1.4
21572026-08-25T20:17:48.978Z Compiling siphasher v1.0.2
21582026-08-25T20:17:49.129Z Compiling clap v4.6.1
21592026-08-25T20:17:49.213Z Compiling proptest v1.11.0
21602026-08-25T20:17:49.234Z Compiling crc v3.4.0
21612026-08-25T20:17:49.443Z Compiling array-init v0.0.4
21622026-08-25T20:17:49.803Z Compiling tower v0.5.3
21632026-08-25T20:17:50.455Z Compiling smallvec v0.6.14
21642026-08-25T20:17:50.572Z Compiling derive_builder_core v0.20.2
21652026-08-25T20:17:50.673Z Compiling pkcs1 v0.7.5
21662026-08-25T20:17:50.713Z Compiling http-body-util v0.1.3
21672026-08-25T20:17:50.747Z Compiling zerocopy v0.6.6
21682026-08-25T20:17:50.846Z Compiling flate2 v1.1.9
21692026-08-25T20:17:50.899Z Compiling bitfield v0.19.4
21702026-08-25T20:17:50.977Z Compiling strum_macros v0.26.4
21712026-08-25T20:17:51.066Z Compiling snafu-derive v0.8.9
21722026-08-25T20:17:51.094Z Compiling strum_macros v0.27.2
21732026-08-25T20:17:51.114Z Compiling hubpack_derive v0.1.1
21742026-08-25T20:17:51.263Z Compiling env_filter v2.0.0
21752026-08-25T20:17:51.340Z Compiling fs-err v3.3.0
21762026-08-25T20:17:51.434Z Compiling base64 v0.21.7
21772026-08-25T20:17:51.532Z Compiling allocator-api2 v0.2.21
21782026-08-25T20:17:51.596Z Compiling unicode-properties v0.1.4
21792026-08-25T20:17:51.742Z Compiling unicode-bidi v0.3.18
21802026-08-25T20:17:51.878Z Compiling gimli v0.32.3
21812026-08-25T20:17:51.953Z Compiling hashbrown v0.12.3
21822026-08-25T20:17:52.190Z Compiling ryu v1.0.23
21832026-08-25T20:17:52.248Z Compiling iri-string v0.7.10
21842026-08-25T20:17:52.362Z Compiling serde_urlencoded v0.7.1
21852026-08-25T20:17:52.527Z Compiling stringprep v0.1.5
21862026-08-25T20:17:52.813Z Compiling ron v0.8.1
21872026-08-25T20:17:52.900Z Compiling env_logger v0.11.11
21882026-08-25T20:17:52.940Z Compiling derive_builder_macro v0.20.2
21892026-08-25T20:17:53.116Z Compiling newtype-uuid v1.3.2
21902026-08-25T20:17:53.230Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21912026-08-25T20:17:53.380Z Compiling rsa v0.9.10
21922026-08-25T20:17:53.439Z Compiling tower-http v0.6.8
21932026-08-25T20:17:53.455Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21942026-08-25T20:17:53.639Z Compiling addr2line v0.25.1
21952026-08-25T20:17:53.656Z Compiling oxnet v0.1.6
21962026-08-25T20:17:53.822Z Compiling serde-hex v0.1.0
21972026-08-25T20:17:53.825Z Compiling hashbrown v0.13.2
21982026-08-25T20:17:53.855Z Compiling tokio-native-tls v0.3.1
21992026-08-25T20:17:53.875Z Compiling bzip2 v0.4.4
22002026-08-25T20:17:53.879Z Compiling usdt-macro v0.6.0
22012026-08-25T20:17:53.971Z Compiling usdt-attr-macro v0.6.0
22022026-08-25T20:17:54.017Z Compiling derive-ex v0.1.8
22032026-08-25T20:17:54.051Z Compiling block-padding v0.4.2
22042026-08-25T20:17:54.076Z Compiling block-buffer v0.12.1
22052026-08-25T20:17:54.102Z Compiling crypto-common v0.2.2
22062026-08-25T20:17:54.295Z Compiling convert_case v0.10.0
22072026-08-25T20:17:54.414Z Compiling rustls-native-certs v0.8.3
22082026-08-25T20:17:54.622Z Compiling x509-cert v0.2.5
22092026-08-25T20:17:54.731Z Compiling md-5 v0.10.6
22102026-08-25T20:17:54.898Z Compiling bstr v1.12.1
22112026-08-25T20:17:55.074Z Compiling vergen-lib v9.1.0
22122026-08-25T20:17:55.102Z Compiling hash32 v0.2.1
22132026-08-25T20:17:55.171Z Compiling encoding_rs v0.8.35
22142026-08-25T20:17:55.436Z Compiling mime v0.3.17
22152026-08-25T20:17:55.486Z Compiling fallible-iterator v0.2.0
22162026-08-25T20:17:55.489Z Compiling rustc-demangle v0.1.27
22172026-08-25T20:17:55.584Z Compiling unicode-width v0.2.0
22182026-08-25T20:17:55.690Z Compiling psl-types v2.0.11
22192026-08-25T20:17:55.694Z Compiling cpufeatures v0.3.0
22202026-08-25T20:17:55.812Z Compiling crc-any v2.5.0
22212026-08-25T20:17:55.830Z Compiling publicsuffix v2.3.0
22222026-08-25T20:17:55.837Z Compiling postgres-protocol v0.6.10
22232026-08-25T20:17:55.907Z Compiling test-strategy v0.4.5
22242026-08-25T20:17:56.249Z Compiling backtrace v0.3.76
22252026-08-25T20:17:56.449Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22262026-08-25T20:17:56.545Z Compiling derive_more-impl v2.1.1
22272026-08-25T20:17:56.659Z Compiling object v0.30.4
22282026-08-25T20:17:56.861Z Compiling inout v0.2.2
22292026-08-25T20:17:56.877Z Compiling zip v0.6.6
22302026-08-25T20:17:56.928Z Compiling hyper-tls v0.6.0
22312026-08-25T20:17:57.048Z Compiling daft v0.1.8
22322026-08-25T20:17:57.166Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22332026-08-25T20:17:57.183Z Compiling derive_builder v0.20.2
22342026-08-25T20:17:57.214Z Compiling phf_shared v0.13.1
22352026-08-25T20:17:57.378Z Compiling pin-project v1.1.11
22362026-08-25T20:17:57.453Z Compiling toml v0.7.8
22372026-08-25T20:17:57.472Z Compiling heck v0.4.1
22382026-08-25T20:17:57.523Z Compiling serde_with_macros v3.21.0
22392026-08-25T20:17:57.578Z Compiling futures-executor v0.3.32
22402026-08-25T20:17:57.698Z Compiling async-recursion v1.1.1
22412026-08-25T20:17:57.730Z Compiling enum-as-inner v0.6.1
22422026-08-25T20:17:57.843Z Compiling serde_repr v0.1.20
22432026-08-25T20:17:57.845Z Compiling miette-derive v7.6.0
22442026-08-25T20:17:57.890Z Compiling ff v0.13.1
22452026-08-25T20:17:57.950Z Compiling vergen v9.1.0
22462026-08-25T20:17:58.002Z Compiling cargo-platform v0.3.2
22472026-08-25T20:17:58.044Z Compiling bumpalo v3.20.2
22482026-08-25T20:17:58.160Z Compiling managed v0.8.0
22492026-08-25T20:17:58.273Z Compiling libbz2-rs-sys v0.2.2
22502026-08-25T20:17:58.312Z Compiling bitflags v1.3.2
22512026-08-25T20:17:58.327Z Compiling smawk v0.3.2
22522026-08-25T20:17:58.342Z Compiling is_ci v1.2.0
22532026-08-25T20:17:58.438Z Compiling foldhash v0.1.5
22542026-08-25T20:17:58.482Z Compiling same-file v1.0.6
22552026-08-25T20:17:58.497Z Compiling foldhash v0.2.0
22562026-08-25T20:17:58.624Z Compiling path-slash v0.1.5
22572026-08-25T20:17:58.689Z Compiling base16ct v0.2.0
22582026-08-25T20:17:58.770Z Compiling unicode-linebreak v0.1.5
22592026-08-25T20:17:58.855Z Compiling jiff-core v0.1.0
22602026-08-25T20:17:58.873Z Compiling sec1 v0.7.3
22612026-08-25T20:17:58.905Z Compiling bzip2 v0.6.1
22622026-08-25T20:17:58.948Z Compiling hashbrown v0.16.1
22632026-08-25T20:17:58.978Z Compiling textwrap v0.16.2
22642026-08-25T20:17:59.014Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22652026-08-25T20:17:59.210Z Compiling walkdir v2.5.0
22662026-08-25T20:17:59.380Z Compiling hashbrown v0.15.5
22672026-08-25T20:17:59.440Z Compiling supports-color v3.0.2
22682026-08-25T20:17:59.505Z Compiling zopfli v0.8.3
22692026-08-25T20:17:59.540Z Compiling cargo_metadata v0.23.1
22702026-08-25T20:17:59.604Z Compiling jiff v0.2.34
22712026-08-25T20:17:59.644Z Compiling group v0.13.0
22722026-08-25T20:18:00.054Z Compiling futures v0.3.32
22732026-08-25T20:18:00.288Z Compiling snafu v0.8.9
22742026-08-25T20:18:00.321Z Compiling phf v0.13.1
22752026-08-25T20:18:00.501Z Compiling reqwest v0.12.28
22762026-08-25T20:18:00.614Z Compiling cipher v0.5.2
22772026-08-25T20:18:00.636Z Compiling signal-hook-mio v0.2.5
22782026-08-25T20:18:00.665Z Compiling cookie_store v0.22.1
22792026-08-25T20:18:00.769Z Compiling backtrace-ext v0.2.1
22802026-08-25T20:18:00.786Z Compiling zstd v0.13.3
22812026-08-25T20:18:00.789Z Compiling postgres-types v0.2.12
22822026-08-25T20:18:00.789Z Compiling globset v0.4.18
22832026-08-25T20:18:00.945Z Compiling strum v0.27.2
22842026-08-25T20:18:01.041Z Compiling hubpack v0.1.2
22852026-08-25T20:18:01.136Z Compiling phf_shared v0.11.3
22862026-08-25T20:18:01.172Z Compiling crossbeam-epoch v0.9.18
22872026-08-25T20:18:01.230Z Compiling hkdf v0.12.4
22882026-08-25T20:18:01.288Z Compiling olpc-cjson v0.1.4
22892026-08-25T20:18:01.295Z Compiling byte-wrapper v0.1.0
22902026-08-25T20:18:01.331Z Compiling ed25519 v2.2.3
22912026-08-25T20:18:01.505Z Compiling crypto-bigint v0.5.5
22922026-08-25T20:18:01.588Z Compiling serde-big-array v0.5.1
22932026-08-25T20:18:01.588Z Compiling serde_plain v1.0.2
22942026-08-25T20:18:01.635Z Compiling pem v3.0.6
22952026-08-25T20:18:01.705Z Compiling float-cmp v0.10.0
22962026-08-25T20:18:01.757Z Compiling memmap2 v0.9.10
22972026-08-25T20:18:01.805Z Compiling const-oid v0.10.2
22982026-08-25T20:18:01.865Z Compiling keccak v0.1.6
22992026-08-25T20:18:01.931Z Compiling typed-path v0.9.3
23002026-08-25T20:18:01.961Z Compiling data-encoding v2.10.0
23012026-08-25T20:18:02.016Z Compiling static_assertions v1.1.0
23022026-08-25T20:18:02.079Z Compiling normalize-line-endings v0.3.0
23032026-08-25T20:18:02.096Z Compiling precomputed-hash v0.1.1
23042026-08-25T20:18:02.125Z Compiling difflib v0.4.0
23052026-08-25T20:18:02.187Z Compiling supports-hyperlinks v3.2.0
23062026-08-25T20:18:02.202Z Compiling predicates-core v1.0.10
23072026-08-25T20:18:02.246Z Compiling supports-unicode v3.0.0
23082026-08-25T20:18:02.379Z Compiling fixedbitset v0.5.7
23092026-08-25T20:18:02.427Z Compiling toml_write v0.1.2
23102026-08-25T20:18:02.483Z Compiling unicode-width v0.1.14
23112026-08-25T20:18:02.517Z Compiling new_debug_unreachable v1.0.6
23122026-08-25T20:18:02.590Z Compiling fixedbitset v0.4.2
23132026-08-25T20:18:02.606Z Compiling whoami v2.1.0
23142026-08-25T20:18:02.623Z Compiling toml_edit v0.22.27
23152026-08-25T20:18:02.639Z Compiling petgraph v0.8.3
23162026-08-25T20:18:02.679Z Compiling string_cache v0.8.9
23172026-08-25T20:18:02.771Z Compiling petgraph v0.6.5
23182026-08-25T20:18:02.787Z Compiling miette v7.6.0
23192026-08-25T20:18:02.920Z Compiling tokio-postgres v0.7.16
23202026-08-25T20:18:03.080Z Compiling chacha20 v0.10.0
23212026-08-25T20:18:03.102Z Compiling elliptic-curve v0.13.8
23222026-08-25T20:18:03.316Z Compiling predicates v3.1.4
23232026-08-25T20:18:03.410Z Compiling hickory-proto v0.25.2
23242026-08-25T20:18:03.527Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23252026-08-25T20:18:03.817Z Compiling sha3 v0.10.8
23262026-08-25T20:18:04.045Z Compiling digest v0.11.3
23272026-08-25T20:18:04.106Z Compiling usdt v0.6.0
23282026-08-25T20:18:04.179Z Compiling zip v4.6.1
23292026-08-25T20:18:04.355Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23302026-08-25T20:18:04.571Z Compiling ed25519-dalek v2.2.0
23312026-08-25T20:18:05.034Z Compiling crossterm v0.28.1
23322026-08-25T20:18:05.149Z Compiling iddqd v0.4.2
23332026-08-25T20:18:05.628Z Compiling serde_with v3.21.0
23342026-08-25T20:18:05.649Z Compiling derive_more v2.1.1
23352026-08-25T20:18:05.705Z Compiling similar v2.7.0
23362026-08-25T20:18:05.743Z Compiling strum v0.26.3
23372026-08-25T20:18:05.894Z Compiling tokio-stream v0.1.18
23382026-08-25T20:18:05.911Z Compiling buf-list v1.1.2
23392026-08-25T20:18:06.174Z Compiling itertools v0.13.0
23402026-08-25T20:18:06.248Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23412026-08-25T20:18:06.280Z Compiling openapiv3 v2.2.0
23422026-08-25T20:18:06.826Z Compiling lalrpop-util v0.19.12
23432026-08-25T20:18:07.459Z Compiling peg-runtime v0.8.5
23442026-08-25T20:18:21.802Z Compiling rustls-webpki v0.103.13
23452026-08-25T20:18:25.322Z Compiling tokio-rustls v0.26.4
23462026-08-25T20:18:25.458Z Compiling rustls-platform-verifier v0.6.2
23472026-08-25T20:18:25.584Z Compiling hyper-rustls v0.27.7
23482026-08-25T20:18:25.644Z Compiling tough v0.22.0
23492026-08-25T20:18:25.896Z Compiling reqwest v0.13.2
23502026-08-25T20:18:29.009Z Compiling macaddr v1.0.1
23512026-08-25T20:18:29.085Z Compiling rayon-core v1.13.0
23522026-08-25T20:18:29.101Z Compiling crucible-workspace-hack v0.1.0
23532026-08-25T20:18:29.179Z Compiling secrecy v0.10.3
23542026-08-25T20:18:29.205Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23552026-08-25T20:18:29.221Z Compiling heapless v0.8.0
23562026-08-25T20:18:29.240Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23572026-08-25T20:18:29.341Z Compiling toml_datetime v0.7.5+spec-1.1.0
23582026-08-25T20:18:29.375Z Compiling crossbeam-deque v0.8.6
23592026-08-25T20:18:29.493Z Compiling ingot-macros v0.2.0
23602026-08-25T20:18:29.499Z Compiling inout v0.1.4
23612026-08-25T20:18:29.499Z Compiling hash32 v0.3.1
23622026-08-25T20:18:29.589Z Compiling toml_edit v0.23.10+spec-1.0.0
23632026-08-25T20:18:29.612Z Compiling multer v3.1.0
23642026-08-25T20:18:29.630Z Compiling thread_local v1.1.9
23652026-08-25T20:18:29.634Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23662026-08-25T20:18:29.664Z Compiling match_cfg v0.1.0
23672026-08-25T20:18:29.668Z Compiling slog-async v2.8.0
23682026-08-25T20:18:29.669Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23692026-08-25T20:18:29.694Z Compiling compression-core v0.4.31
23702026-08-25T20:18:29.783Z Compiling smoltcp v0.11.0
23712026-08-25T20:18:29.818Z Compiling hostname v0.3.1
23722026-08-25T20:18:29.894Z Compiling compression-codecs v0.4.37
23732026-08-25T20:18:29.989Z Compiling cipher v0.4.4
23742026-08-25T20:18:30.021Z Compiling atomicwrites v0.4.4
23752026-08-25T20:18:30.021Z Compiling slog-json v2.6.1
23762026-08-25T20:18:30.054Z Compiling crossbeam-channel v0.5.15
23772026-08-25T20:18:30.132Z Compiling proc-macro-crate v3.4.0
23782026-08-25T20:18:30.203Z Compiling half v2.7.1
23792026-08-25T20:18:30.255Z Compiling newtype-uuid-macros v0.1.0
23802026-08-25T20:18:30.258Z Compiling universal-hash v0.5.1
23812026-08-25T20:18:30.305Z Compiling serde_tokenstream v0.3.0
23822026-08-25T20:18:30.321Z Compiling cobs v0.3.0
23832026-08-25T20:18:30.426Z Compiling async-stream-impl v0.3.6
23842026-08-25T20:18:30.446Z Compiling thiserror-impl-no-std v2.0.2
23852026-08-25T20:18:30.485Z Compiling serde_spanned v1.1.1
23862026-08-25T20:18:30.574Z Compiling toml_datetime v1.1.1+spec-1.1.0
23872026-08-25T20:18:30.591Z Compiling is-terminal v0.4.17
23882026-08-25T20:18:30.616Z Compiling dropshot v0.17.1
23892026-08-25T20:18:30.619Z Compiling proc-macro-error-attr v1.0.4
23902026-08-25T20:18:30.652Z Compiling toml_writer v1.1.1+spec-1.1.0
23912026-08-25T20:18:30.712Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
23922026-08-25T20:18:30.740Z Compiling convert_case v0.4.0
23932026-08-25T20:18:30.832Z Compiling ciborium-io v0.2.2
23942026-08-25T20:18:30.848Z Compiling term v1.2.1
23952026-08-25T20:18:30.916Z Compiling take_mut v0.2.2
23962026-08-25T20:18:30.940Z Compiling opaque-debug v0.3.1
23972026-08-25T20:18:30.979Z Compiling ciborium-ll v0.2.2
23982026-08-25T20:18:31.013Z Compiling async-stream v0.3.6
23992026-08-25T20:18:31.030Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24002026-08-25T20:18:31.033Z Compiling poly1305 v0.8.0
24012026-08-25T20:18:31.080Z Compiling derive_more v0.99.20
24022026-08-25T20:18:31.154Z Compiling toml v1.1.2+spec-1.1.0
24032026-08-25T20:18:31.237Z Compiling slog-term v2.9.2
24042026-08-25T20:18:31.322Z Compiling oxide-generation-macros v0.2.0
24052026-08-25T20:18:31.363Z Compiling num_enum_derive v0.7.6
24062026-08-25T20:18:31.455Z Compiling thiserror-no-std v2.0.2
24072026-08-25T20:18:31.458Z Compiling postcard v1.1.3
24082026-08-25T20:18:31.708Z Compiling slog-bunyan v2.5.0
24092026-08-25T20:18:31.759Z Compiling chacha20 v0.9.1
24102026-08-25T20:18:31.886Z Compiling async-compression v0.4.41
24112026-08-25T20:18:32.020Z Compiling ingot-types v0.2.0
24122026-08-25T20:18:32.055Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24132026-08-25T20:18:32.074Z Compiling sha1 v0.11.0
24142026-08-25T20:18:32.270Z Compiling oxide-generation v0.1.3
24152026-08-25T20:18:32.310Z Compiling parse-display-derive v0.10.0
24162026-08-25T20:18:32.394Z Compiling proc-macro-crate v1.3.1
24172026-08-25T20:18:32.520Z Compiling ingot v0.2.1
24182026-08-25T20:18:32.542Z Compiling waitgroup v0.1.2
24192026-08-25T20:18:32.559Z Compiling rustls-pemfile v2.2.0
24202026-08-25T20:18:32.689Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24212026-08-25T20:18:32.721Z Compiling backon v1.6.0
24222026-08-25T20:18:32.756Z Compiling blake2 v0.10.6
24232026-08-25T20:18:32.861Z Compiling dropshot_endpoint v0.17.1
24242026-08-25T20:18:32.990Z Compiling aead v0.5.2
24252026-08-25T20:18:33.126Z Compiling password-hash v0.5.0
24262026-08-25T20:18:33.221Z Compiling foreign-types-macros v0.2.3
24272026-08-25T20:18:33.237Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24282026-08-25T20:18:33.285Z Compiling serde_path_to_error v0.1.20
24292026-08-25T20:18:33.326Z Compiling hostname v0.4.2
24302026-08-25T20:18:33.342Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24312026-08-25T20:18:33.506Z Compiling proc-macro-error v1.0.4
24322026-08-25T20:18:33.566Z Compiling instant v0.1.13
24332026-08-25T20:18:33.665Z Compiling foreign-types-shared v0.3.1
24342026-08-25T20:18:33.691Z Compiling debug-ignore v1.0.5
24352026-08-25T20:18:33.723Z Compiling illumos-nvpair-sys v0.2.0
24362026-08-25T20:18:33.777Z Compiling backoff v0.4.0
24372026-08-25T20:18:33.792Z Compiling parse-display v0.10.0
24382026-08-25T20:18:33.827Z Compiling argon2 v0.5.3
24392026-08-25T20:18:33.830Z Compiling foreign-types v0.5.0
24402026-08-25T20:18:33.865Z Compiling chacha20poly1305 v0.10.1
24412026-08-25T20:18:33.881Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24422026-08-25T20:18:33.951Z Compiling num_enum_derive v0.5.11
24432026-08-25T20:18:33.966Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
24442026-08-25T20:18:34.016Z Compiling num_enum v0.7.6
24452026-08-25T20:18:34.038Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24462026-08-25T20:18:34.104Z Compiling vsss-rs v3.3.4
24472026-08-25T20:18:34.126Z Compiling ciborium v0.2.2
24482026-08-25T20:18:34.454Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24492026-08-25T20:18:34.547Z Compiling regress v0.10.5
24502026-08-25T20:18:34.597Z Compiling itertools v0.14.0
24512026-08-25T20:18:34.615Z Compiling tabwriter v1.4.1
24522026-08-25T20:18:34.632Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24532026-08-25T20:18:34.753Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24542026-08-25T20:18:34.847Z Compiling cstr-argument v0.1.2
24552026-08-25T20:18:34.872Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24562026-08-25T20:18:34.887Z Compiling humantime v2.3.0
24572026-08-25T20:18:34.999Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24582026-08-25T20:18:35.016Z Compiling num_enum v0.5.11
24592026-08-25T20:18:35.035Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24602026-08-25T20:18:35.158Z Compiling rayon v1.11.0
24612026-08-25T20:18:35.198Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24622026-08-25T20:18:35.267Z Compiling rand v0.10.1
24632026-08-25T20:18:35.286Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24642026-08-25T20:18:35.303Z Compiling libefi-sys v0.1.0
24652026-08-25T20:18:35.341Z Compiling indent_write v2.2.0
24662026-08-25T20:18:35.357Z Compiling colored v3.1.1
24672026-08-25T20:18:35.390Z Compiling zone_cfg_derive v0.3.1
24682026-08-25T20:18:35.406Z Compiling illumos-nvpair v0.3.0
24692026-08-25T20:18:35.546Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24702026-08-25T20:18:35.603Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24712026-08-25T20:18:35.658Z Compiling camino-tempfile v1.4.1
24722026-08-25T20:18:35.674Z Compiling itertools v0.12.1
24732026-08-25T20:18:35.834Z Compiling usdt-attr-macro v0.5.0
24742026-08-25T20:18:35.879Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24752026-08-25T20:18:36.015Z Compiling usdt-macro v0.5.0
24762026-08-25T20:18:36.039Z Compiling num-derive v0.4.2
24772026-08-25T20:18:36.058Z Compiling bitfield-struct v0.6.2
24782026-08-25T20:18:36.126Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24792026-08-25T20:18:36.142Z Compiling blake3 v1.8.5
24802026-08-25T20:18:36.180Z Compiling memmap v0.7.0
24812026-08-25T20:18:36.244Z Compiling sigpipe v0.1.3
24822026-08-25T20:18:36.351Z Compiling glob v0.3.3
24832026-08-25T20:18:36.365Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24842026-08-25T20:18:36.465Z Compiling swrite v0.1.0
24852026-08-25T20:18:36.601Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24862026-08-25T20:18:36.692Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24872026-08-25T20:18:36.744Z Compiling usdt v0.5.0
24882026-08-25T20:18:36.844Z Compiling smf v0.2.3
24892026-08-25T20:18:36.859Z Compiling filetime v0.2.27
24902026-08-25T20:18:36.911Z Compiling xattr v1.6.1
24912026-08-25T20:18:36.942Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24922026-08-25T20:18:37.016Z Compiling zone v0.3.1
24932026-08-25T20:18:37.041Z Compiling constant_time_eq v0.4.2
24942026-08-25T20:18:37.085Z Compiling whoami v1.6.1
24952026-08-25T20:18:37.138Z Compiling arrayref v0.3.9
24962026-08-25T20:18:37.155Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24972026-08-25T20:18:37.155Z Compiling arrayvec v0.7.6
24982026-08-25T20:18:37.228Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24992026-08-25T20:18:37.254Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25002026-08-25T20:18:37.269Z Compiling tar v0.4.46
25012026-08-25T20:18:37.272Z Compiling tokio-dtrace v0.1.1
25022026-08-25T20:18:37.339Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25032026-08-25T20:18:37.378Z Compiling gethostname v0.5.0
25042026-08-25T20:18:37.534Z Compiling console v0.16.2
25052026-08-25T20:18:37.616Z Compiling unit-prefix v0.5.2
25062026-08-25T20:18:37.667Z Compiling topological-sort v0.2.2
25072026-08-25T20:18:37.682Z Compiling oxide-tokio-rt v0.1.4
25082026-08-25T20:18:37.797Z Compiling toml v0.8.23
25092026-08-25T20:18:37.970Z Compiling indicatif v0.18.4
25102026-08-25T20:18:38.038Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25112026-08-25T20:18:38.131Z Compiling shell-words v1.1.1
25122026-08-25T20:18:47.162Z Compiling progenitor-client v0.14.0
25132026-08-25T20:18:47.162Z Compiling omicron-zone-package v0.12.3
25142026-08-25T20:18:47.402Z Compiling progenitor-extras v0.2.0
25152026-08-25T20:18:47.781Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25162026-08-25T20:18:47.809Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25172026-08-25T20:18:47.830Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25182026-08-25T20:18:47.857Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25192026-08-25T20:18:47.922Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25202026-08-25T20:18:47.922Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25212026-08-25T20:18:48.072Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25222026-08-25T20:18:48.224Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25232026-08-25T20:18:48.730Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25242026-08-25T20:18:52.238Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25252026-08-25T20:19:01.160Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25262026-08-25T20:19:04.446Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25272026-08-25T20:19:05.539Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25282026-08-25T20:19:15.876Z Finished `release` profile [optimized] target(s) in 1m 48s
25292026-08-25T20:19:16.026Z Running `target/release/omicron-package -t test target create -p dev`
25302026-08-25T20:19:16.088ZLogging to: /work/oxidecomputer/omicron/out/LOG
25312026-08-25T20:19:16.092ZCreated new build target 'test' and set it as active
25322026-08-25T20:19:16.092Z
25332026-08-25T20:19:16.092Zreal 1:48.273909534
25342026-08-25T20:19:16.092Zuser 17:53.885485239
25352026-08-25T20:19:16.092Zsys 2:48.641128401
25362026-08-25T20:19:16.092Ztrap 0.508936390
25372026-08-25T20:19:16.092Ztflt 2.487918785
25382026-08-25T20:19:16.092Zdflt 4.838563930
25392026-08-25T20:19:16.093Zkflt 0.000462222
25402026-08-25T20:19:16.093Zlock 58:35.040493368
25412026-08-25T20:19:16.093Zslp 45:30.342278332
25422026-08-25T20:19:16.093Zlat 51.333394304
25432026-08-25T20:19:16.093Zstop 6:29.679160724
25442026-08-25T20:19:16.096Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25452026-08-25T20:19:17.004Z Finished `release` profile [optimized] target(s) in 0.90s
25462026-08-25T20:19:17.083Z Running `target/release/omicron-package -t test package`
25472026-08-25T20:19:17.143ZLogging to: /work/oxidecomputer/omicron/out/LOG
25482026-08-25T20:19:18.603Z Compiling heck v0.5.0
25492026-08-25T20:19:18.603Z Compiling regress v0.11.1
25502026-08-25T20:19:18.805Z Compiling unsafe-libyaml v0.2.11
25512026-08-25T20:19:18.865Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25522026-08-25T20:19:18.896Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25532026-08-25T20:19:18.896Z Compiling derive-where v1.6.0
25542026-08-25T20:19:18.900Z Compiling bytecount v0.6.9
25552026-08-25T20:19:18.979Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25562026-08-25T20:19:18.986Z Compiling atomicwrites v0.4.4
25572026-08-25T20:19:18.986Z Compiling is-terminal v0.4.17
25582026-08-25T20:19:18.986Z Compiling prettyplease v0.2.37
25592026-08-25T20:19:18.986Z Compiling newline-converter v0.3.0
25602026-08-25T20:19:19.002Z Compiling console v0.15.11
25612026-08-25T20:19:19.023Z Compiling slog-dtrace v0.3.0
25622026-08-25T20:19:19.041Z Compiling resolv-conf v0.7.6
25632026-08-25T20:19:19.128Z Compiling cancel-safe-futures v0.1.5
25642026-08-25T20:19:19.152Z Compiling num-rational v0.4.2
25652026-08-25T20:19:19.155Z Compiling num-complex v0.4.6
25662026-08-25T20:19:19.155Z Compiling thread_local v1.1.9
25672026-08-25T20:19:19.213Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25682026-08-25T20:19:19.299Z Compiling match_cfg v0.1.0
25692026-08-25T20:19:19.365Z Compiling serde_yaml v0.9.34+deprecated
25702026-08-25T20:19:19.437Z Compiling compression-core v0.4.31
25712026-08-25T20:19:19.515Z Compiling expectorate v1.2.0
25722026-08-25T20:19:19.618Z Compiling compression-codecs v0.4.37
25732026-08-25T20:19:19.642Z Compiling num v0.4.3
25742026-08-25T20:19:19.685Z Compiling hostname v0.3.1
25752026-08-25T20:19:19.706Z Compiling multer v3.1.0
25762026-08-25T20:19:19.740Z Compiling slog-async v2.8.0
25772026-08-25T20:19:19.763Z Compiling crossbeam-channel v0.5.15
25782026-08-25T20:19:19.786Z Compiling slog-json v2.6.1
25792026-08-25T20:19:19.811Z Compiling serde_spanned v1.1.1
25802026-08-25T20:19:19.839Z Compiling toml_datetime v1.1.1+spec-1.1.0
25812026-08-25T20:19:19.862Z Compiling float-ord v0.3.2
25822026-08-25T20:19:19.886Z Compiling toml_writer v1.1.1+spec-1.1.0
25832026-08-25T20:19:20.007Z Compiling take_mut v0.2.2
25842026-08-25T20:19:20.026Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25852026-08-25T20:19:20.030Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25862026-08-25T20:19:20.075Z Compiling linear-map v1.2.0
25872026-08-25T20:19:20.101Z Compiling oxide-update-engine-types v0.1.2
25882026-08-25T20:19:20.126Z Compiling term v1.2.1
25892026-08-25T20:19:20.150Z Compiling linked-hash-map v0.5.6
25902026-08-25T20:19:20.154Z Compiling toml v1.1.2+spec-1.1.0
25912026-08-25T20:19:20.216Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25922026-08-25T20:19:20.241Z Compiling slog-bunyan v2.5.0
25932026-08-25T20:19:20.263Z Compiling async-compression v0.4.41
25942026-08-25T20:19:20.313Z Compiling typify-impl v0.6.2
25952026-08-25T20:19:20.390Z Compiling lru-cache v0.1.2
25962026-08-25T20:19:20.411Z Compiling slog-term v2.9.2
25972026-08-25T20:19:20.674Z Compiling async-stream v0.3.6
25982026-08-25T20:19:20.737Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25992026-08-25T20:19:20.737Z Compiling dropshot v0.17.1
26002026-08-25T20:19:20.754Z Compiling sha1 v0.11.0
26012026-08-25T20:19:20.827Z Compiling progenitor-client v0.14.0
26022026-08-25T20:19:20.847Z Compiling oxide-generation v0.1.3
26032026-08-25T20:19:20.848Z Compiling waitgroup v0.1.2
26042026-08-25T20:19:20.899Z Compiling rustls-pemfile v2.2.0
26052026-08-25T20:19:20.973Z Compiling backon v1.6.0
26062026-08-25T20:19:21.042Z Compiling hostname v0.4.2
26072026-08-25T20:19:21.109Z Compiling serde_path_to_error v0.1.20
26082026-08-25T20:19:21.119Z Compiling instant v0.1.13
26092026-08-25T20:19:21.142Z Compiling debug-ignore v1.0.5
26102026-08-25T20:19:21.155Z Compiling minimal-lexical v0.2.1
26112026-08-25T20:19:21.173Z Compiling progenitor-extras v0.2.0
26122026-08-25T20:19:21.196Z Compiling backoff v0.4.0
26132026-08-25T20:19:21.231Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26142026-08-25T20:19:21.266Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26152026-08-25T20:19:21.314Z Compiling oxide-update-engine v0.1.2
26162026-08-25T20:19:21.437Z Compiling nom v7.1.3
26172026-08-25T20:19:21.542Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26182026-08-25T20:19:21.572Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26192026-08-25T20:19:21.572Z Compiling parse-display v0.10.0
26202026-08-25T20:19:21.572Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26212026-08-25T20:19:21.610Z Compiling hickory-proto v0.24.4
26222026-08-25T20:19:21.925Z Compiling itertools v0.14.0
26232026-08-25T20:19:22.212Z Compiling regress v0.10.5
26242026-08-25T20:19:22.667Z Compiling macaddr v1.0.1
26252026-08-25T20:19:22.779Z Compiling unicode-xid v0.2.6
26262026-08-25T20:19:22.805Z Compiling humantime v2.3.0
26272026-08-25T20:19:22.937Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26282026-08-25T20:19:23.071Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26292026-08-25T20:19:23.167Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26302026-08-25T20:19:23.224Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26312026-08-25T20:19:23.357Z Compiling toml v0.8.23
26322026-08-25T20:19:23.435Z Compiling papergrid v0.11.0
26332026-08-25T20:19:23.543Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26342026-08-25T20:19:23.725Z Compiling typify-macro v0.6.2
26352026-08-25T20:19:23.821Z Compiling tabled_derive v0.7.0
26362026-08-25T20:19:23.904Z Compiling termtree v0.5.1
26372026-08-25T20:19:24.020Z Compiling crossterm v0.29.0
26382026-08-25T20:19:24.094Z Compiling phf_shared v0.12.1
26392026-08-25T20:19:24.207Z Compiling hickory-resolver v0.24.4
26402026-08-25T20:19:24.359Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26412026-08-25T20:19:24.736Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26422026-08-25T20:19:24.794Z Compiling tabled v0.15.0
26432026-08-25T20:19:25.298Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26442026-08-25T20:19:25.319Z Compiling typify v0.6.2
26452026-08-25T20:19:25.593Z Compiling progenitor-impl v0.14.0
26462026-08-25T20:19:26.265Z Compiling qorb v0.4.1
26472026-08-25T20:19:26.309Z Compiling csv-core v0.1.13
26482026-08-25T20:19:26.738Z Compiling vte v0.14.1
26492026-08-25T20:19:26.809Z Compiling chrono-tz v0.10.4
26502026-08-25T20:19:27.000Z Compiling highway v1.3.0
26512026-08-25T20:19:27.101Z Compiling strip-ansi-escapes v0.2.1
26522026-08-25T20:19:27.654Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26532026-08-25T20:19:27.711Z Compiling csv v1.4.0
26542026-08-25T20:19:27.775Z Compiling progenitor-macro v0.14.0
26552026-08-25T20:19:28.668Z Compiling phf v0.12.1
26562026-08-25T20:19:28.893Z Compiling const_format_proc_macros v0.2.34
26572026-08-25T20:19:28.984Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26582026-08-25T20:19:29.340Z Compiling fd-lock v4.0.4
26592026-08-25T20:19:29.451Z Compiling peg-macros v0.8.5
26602026-08-25T20:19:29.666Z Compiling nu-ansi-term v0.50.3
26612026-08-25T20:19:29.705Z Compiling const_format v0.2.35
26622026-08-25T20:19:29.916Z Compiling reedline v0.40.0
26632026-08-25T20:19:30.197Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26642026-08-25T20:19:30.218Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26652026-08-25T20:19:31.327Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26662026-08-25T20:19:31.556Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26672026-08-25T20:19:31.875Z Compiling progenitor v0.14.0
26682026-08-25T20:19:32.066Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26692026-08-25T20:19:32.262Z Compiling peg v0.8.5
26702026-08-25T20:19:32.338Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26712026-08-25T20:19:32.386Z Compiling bcs v0.1.6
26722026-08-25T20:19:32.508Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26732026-08-25T20:19:32.751Z Compiling nom v8.0.0
26742026-08-25T20:19:32.822Z Compiling semver v0.1.20
26752026-08-25T20:19:33.110Z Compiling rustc_version v0.1.7
26762026-08-25T20:19:33.344Z Compiling newtype_derive v0.1.6
26772026-08-25T20:19:33.439Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26782026-08-25T20:19:33.568Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26792026-08-25T20:19:33.667Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26802026-08-25T20:19:33.762Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26812026-08-25T20:19:33.781Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26822026-08-25T20:19:34.307Z Compiling steno v0.4.1
26832026-08-25T20:19:34.540Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26842026-08-25T20:19:34.787Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26852026-08-25T20:19:34.834Z Compiling dropshot-api-manager-types v0.8.0
26862026-08-25T20:19:35.047Z Compiling sha1 v0.10.6
26872026-08-25T20:19:35.416Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26882026-08-25T20:19:35.485Z Compiling utf-8 v0.7.6
26892026-08-25T20:19:35.513Z Compiling tagptr v0.2.0
26902026-08-25T20:19:35.705Z Compiling moka v0.12.13
26912026-08-25T20:19:35.750Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26922026-08-25T20:19:35.772Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26932026-08-25T20:19:35.923Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26942026-08-25T20:19:36.177Z Compiling tungstenite v0.21.0
26952026-08-25T20:19:36.662Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26962026-08-25T20:19:36.979Z Compiling hickory-resolver v0.25.2
26972026-08-25T20:19:37.806Z Compiling tokio-tungstenite v0.21.0
26982026-08-25T20:19:38.195Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26992026-08-25T20:19:38.218Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27002026-08-25T20:19:39.332Z Compiling darling_core v0.21.3
27012026-08-25T20:19:40.245Z Compiling display-error-chain v0.2.2
27022026-08-25T20:19:40.427Z Compiling libscf-sys v1.2.0
27032026-08-25T20:19:40.587Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27042026-08-25T20:19:40.854Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27052026-08-25T20:19:40.992Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27062026-08-25T20:19:41.506Z Compiling darling_macro v0.21.3
27072026-08-25T20:19:42.044Z Compiling darling v0.21.3
27082026-08-25T20:19:42.068Z Compiling vergen-lib v0.1.6
27092026-08-25T20:19:42.134Z Compiling diesel_derives v2.3.7
27102026-08-25T20:19:42.328Z Compiling dsl_auto_type v0.2.0
27112026-08-25T20:19:42.551Z Compiling scheduled-thread-pool v0.2.7
27122026-08-25T20:19:42.805Z Compiling vergen-gitcl v1.0.8
27132026-08-25T20:19:42.922Z Compiling diesel_table_macro_syntax v0.3.0
27142026-08-25T20:19:43.035Z Compiling dirs-sys-next v0.1.2
27152026-08-25T20:19:43.070Z Compiling maplit v1.0.2
27162026-08-25T20:19:43.101Z Compiling crunchy v0.2.4
27172026-08-25T20:19:43.146Z Compiling glob v0.3.3
27182026-08-25T20:19:43.308Z Compiling dirs-next v2.0.0
27192026-08-25T20:19:43.419Z Compiling r2d2 v0.8.10
27202026-08-25T20:19:43.465Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27212026-08-25T20:19:43.490Z Compiling clang-sys v1.8.1
27222026-08-25T20:19:43.657Z Compiling papergrid v0.18.0
27232026-08-25T20:19:43.712Z Compiling xshell-macros v0.2.7
27242026-08-25T20:19:43.769Z Compiling downcast-rs v2.0.2
27252026-08-25T20:19:43.792Z Compiling tiny-keccak v2.0.2
27262026-08-25T20:19:43.920Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27272026-08-25T20:19:43.998Z Compiling term v0.7.0
27282026-08-25T20:19:44.104Z Compiling xshell v0.2.7
27292026-08-25T20:19:44.153Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27302026-08-25T20:19:44.173Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27312026-08-25T20:19:44.410Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27322026-08-25T20:19:44.497Z Compiling bit-vec v0.6.3
27332026-08-25T20:19:44.673Z Compiling bit-set v0.5.3
27342026-08-25T20:19:44.695Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27352026-08-25T20:19:44.729Z Compiling ascii-canvas v3.0.0
27362026-08-25T20:19:44.856Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27372026-08-25T20:19:44.993Z Compiling tabled v0.21.0
27382026-08-25T20:19:45.229Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27392026-08-25T20:19:45.338Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27402026-08-25T20:19:45.358Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27412026-08-25T20:19:45.591Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27422026-08-25T20:19:45.644Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27432026-08-25T20:19:45.876Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27442026-08-25T20:19:45.949Z Compiling itertools v0.10.5
27452026-08-25T20:19:46.056Z Compiling ena v0.14.4
27462026-08-25T20:19:46.299Z Compiling libloading v0.8.9
27472026-08-25T20:19:46.552Z Compiling diff v0.1.13
27482026-08-25T20:19:46.577Z Compiling bindgen v0.71.1
27492026-08-25T20:19:46.606Z Compiling unicase v2.9.0
27502026-08-25T20:19:46.842Z Compiling regex-syntax v0.6.29
27512026-08-25T20:19:47.039Z Compiling cexpr v0.6.0
27522026-08-25T20:19:47.073Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27532026-08-25T20:19:47.296Z Compiling rustc-hash v2.1.1
27542026-08-25T20:19:47.459Z Compiling crc8 v0.1.1
27552026-08-25T20:19:47.701Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27562026-08-25T20:19:47.760Z Compiling diesel v2.3.7
27572026-08-25T20:19:47.885Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27582026-08-25T20:19:48.147Z Compiling headers-core v0.3.0
27592026-08-25T20:19:48.287Z Compiling lalrpop v0.19.12
27602026-08-25T20:19:48.382Z Compiling libxml v0.3.3
27612026-08-25T20:19:48.805Z Compiling headers v0.4.1
27622026-08-25T20:19:48.953Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27632026-08-25T20:19:49.112Z Compiling strum_macros v0.24.3
27642026-08-25T20:19:49.283Z Compiling indoc v1.0.9
27652026-08-25T20:19:49.439Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27662026-08-25T20:19:49.673Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27672026-08-25T20:19:49.710Z Compiling derive_builder v0.20.2
27682026-08-25T20:19:49.830Z Compiling quick-xml v0.37.5
27692026-08-25T20:19:49.895Z Compiling oso-derive v0.27.3
27702026-08-25T20:19:50.337Z Compiling impl-trait-for-tuples v0.2.3
27712026-08-25T20:19:50.368Z Compiling openssl-probe v0.1.6
27722026-08-25T20:19:50.438Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27732026-08-25T20:19:50.509Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27742026-08-25T20:19:50.646Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27752026-08-25T20:19:51.135Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27762026-08-25T20:19:51.254Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27772026-08-25T20:19:51.423Z Compiling bb8 v0.8.6
27782026-08-25T20:19:51.470Z Compiling trait-variant v0.1.2
27792026-08-25T20:19:51.588Z Compiling proc-macro-error-attr2 v2.0.0
27802026-08-25T20:19:51.805Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27812026-08-25T20:19:51.836Z Compiling half v1.8.3
27822026-08-25T20:19:52.028Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27832026-08-25T20:19:52.059Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27842026-08-25T20:19:52.092Z Compiling proc-macro-error2 v2.0.1
27852026-08-25T20:19:52.335Z Compiling serde_cbor v0.11.2
27862026-08-25T20:19:52.454Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27872026-08-25T20:19:52.549Z Compiling hashbrown v0.14.5
27882026-08-25T20:19:52.727Z Compiling rfc6979 v0.4.0
27892026-08-25T20:19:52.857Z Compiling salty v0.3.0
27902026-08-25T20:19:52.917Z Compiling ecdsa v0.16.9
27912026-08-25T20:19:53.149Z Compiling chumsky v0.9.3
27922026-08-25T20:19:53.205Z Compiling knus-derive v3.4.0
27932026-08-25T20:19:53.240Z Compiling samael v0.0.19
27942026-08-25T20:19:53.350Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27952026-08-25T20:19:53.382Z Compiling progenitor-impl v0.13.0
27962026-08-25T20:19:53.627Z Compiling primeorder v0.13.6
27972026-08-25T20:19:53.935Z Compiling nonempty v0.12.0
27982026-08-25T20:19:54.174Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27992026-08-25T20:19:54.402Z Compiling p384 v0.13.1
28002026-08-25T20:19:54.544Z Compiling knus v3.4.0
28012026-08-25T20:19:55.415Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28022026-08-25T20:19:55.501Z Compiling progenitor-macro v0.13.0
28032026-08-25T20:19:55.719Z Compiling polar-core v0.27.3
28042026-08-25T20:19:55.907Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
28052026-08-25T20:19:56.580Z Compiling progenitor-client v0.13.0
28062026-08-25T20:19:56.734Z Compiling fxhash v0.2.1
28072026-08-25T20:19:57.087Z Compiling libz-sys v1.1.24
28082026-08-25T20:19:57.147Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28092026-08-25T20:19:57.423Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
28102026-08-25T20:19:57.584Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28112026-08-25T20:19:57.757Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28122026-08-25T20:19:58.088Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28132026-08-25T20:19:58.164Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28142026-08-25T20:19:58.615Z Compiling kstat-rs v0.2.5
28152026-08-25T20:19:59.298Z Compiling mime_guess v2.0.5
28162026-08-25T20:19:59.614Z Compiling progenitor v0.13.0
28172026-08-25T20:20:00.382Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28182026-08-25T20:20:01.850Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
28192026-08-25T20:20:01.881Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28202026-08-25T20:20:01.881Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28212026-08-25T20:20:01.881Z Compiling nanorand v0.7.0
28222026-08-25T20:20:01.934Z Compiling libgit2-sys v0.18.3+1.9.2
28232026-08-25T20:20:02.022Z Compiling parking_lot_core v0.8.6
28242026-08-25T20:20:03.184Z Compiling flume v0.11.1
28252026-08-25T20:20:03.210Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28262026-08-25T20:20:03.210Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28272026-08-25T20:20:03.210Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28282026-08-25T20:20:03.569Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28292026-08-25T20:20:03.595Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28302026-08-25T20:20:04.236Z Compiling git-stub v1.0.0
28312026-08-25T20:20:04.320Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28322026-08-25T20:20:04.327Z Compiling instability v0.3.11
28332026-08-25T20:20:04.328Z Compiling http-range v0.1.5
28342026-08-25T20:20:04.584Z Compiling corncobs v0.1.4
28352026-08-25T20:20:04.596Z Compiling strsim v0.10.0
28362026-08-25T20:20:04.661Z Compiling oso v0.27.3
28372026-08-25T20:20:04.763Z Compiling darling_core v0.13.4
28382026-08-25T20:20:05.078Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28392026-08-25T20:20:05.420Z Compiling git-stub-vcs v0.1.0
28402026-08-25T20:20:06.216Z Compiling async-bb8-diesel v0.2.1
28412026-08-25T20:20:06.338Z Compiling diesel-dtrace v0.5.0
28422026-08-25T20:20:06.399Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28432026-08-25T20:20:10.913Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28442026-08-25T20:20:11.035Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28452026-08-25T20:20:11.035Z Compiling ignore v0.4.25
28462026-08-25T20:20:13.167Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28472026-08-25T20:20:13.167Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28482026-08-25T20:20:13.167Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28492026-08-25T20:20:13.267Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28502026-08-25T20:20:13.267Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28512026-08-25T20:20:13.267Z Compiling anstyle-parse v0.2.7
28522026-08-25T20:20:13.267Z Compiling secrecy v0.8.0
28532026-08-25T20:20:13.267Z Compiling vergen-git2 v9.1.0
28542026-08-25T20:20:13.267Z Compiling castaway v0.2.4
28552026-08-25T20:20:13.267Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28562026-08-25T20:20:13.267Z Compiling indoc v2.0.7
28572026-08-25T20:20:13.267Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28582026-08-25T20:20:13.267Z Compiling compact_str v0.8.1
28592026-08-25T20:20:14.806Z Compiling anstream v0.6.21
28602026-08-25T20:20:14.882Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28612026-08-25T20:20:14.882Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28622026-08-25T20:20:14.882Z Compiling globwalk v0.9.1
28632026-08-25T20:20:14.991Z Compiling parking_lot v0.11.2
28642026-08-25T20:20:15.077Z Compiling hyper-staticfile v0.10.1
28652026-08-25T20:20:15.270Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28662026-08-25T20:20:15.864Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28672026-08-25T20:20:16.012Z Compiling darling_macro v0.13.4
28682026-08-25T20:20:16.037Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28692026-08-25T20:20:16.221Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28702026-08-25T20:20:16.496Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28712026-08-25T20:20:16.527Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28722026-08-25T20:20:16.888Z Compiling predicates-tree v1.0.13
28732026-08-25T20:20:17.295Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28742026-08-25T20:20:17.315Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28752026-08-25T20:20:17.463Z Compiling unicode-truncate v1.1.0
28762026-08-25T20:20:17.496Z Compiling digest-io v0.1.0
28772026-08-25T20:20:17.722Z Compiling sha2 v0.11.0
28782026-08-25T20:20:17.781Z Compiling lru v0.12.5
28792026-08-25T20:20:17.937Z Compiling rand_seeder v0.4.0
28802026-08-25T20:20:18.204Z Compiling prefix-trie v0.7.0
28812026-08-25T20:20:18.371Z Compiling cassowary v0.3.0
28822026-08-25T20:20:18.404Z Compiling rawzip v0.4.4
28832026-08-25T20:20:18.551Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28842026-08-25T20:20:18.719Z Compiling ratatui v0.29.0
28852026-08-25T20:20:18.735Z Compiling hickory-server v0.25.2
28862026-08-25T20:20:18.962Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28872026-08-25T20:20:19.041Z Compiling camino-tempfile-ext v0.3.3
28882026-08-25T20:20:19.342Z Compiling darling v0.13.4
28892026-08-25T20:20:19.420Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28902026-08-25T20:20:19.519Z Compiling sled v0.34.7
28912026-08-25T20:20:19.646Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28922026-08-25T20:20:19.908Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28932026-08-25T20:20:21.854Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28942026-08-25T20:20:22.327Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28952026-08-25T20:20:22.585Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28962026-08-25T20:20:23.732Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28972026-08-25T20:20:24.929Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
28982026-08-25T20:20:25.694Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28992026-08-25T20:20:26.568Z Compiling serde_with_macros v1.5.2
29002026-08-25T20:20:26.983Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
29012026-08-25T20:20:27.405Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
29022026-08-25T20:20:27.456Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29032026-08-25T20:20:27.659Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29042026-08-25T20:20:27.711Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29052026-08-25T20:20:27.891Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29062026-08-25T20:20:27.935Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29072026-08-25T20:20:28.112Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29082026-08-25T20:20:28.141Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29092026-08-25T20:20:28.365Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29102026-08-25T20:20:28.425Z Compiling git2 v0.20.4
29112026-08-25T20:20:28.511Z Compiling arc-swap v1.8.2
29122026-08-25T20:20:28.640Z Compiling void v1.0.2
29132026-08-25T20:20:28.768Z Compiling slog-scope v4.4.1
29142026-08-25T20:20:28.816Z Compiling lzss v0.8.2
29152026-08-25T20:20:29.120Z Compiling serde_with v1.14.0
29162026-08-25T20:20:29.146Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29172026-08-25T20:20:29.161Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29182026-08-25T20:20:30.370Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29192026-08-25T20:20:30.559Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29202026-08-25T20:20:31.272Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29212026-08-25T20:20:31.300Z Compiling scuffle v0.1.0
29222026-08-25T20:20:31.435Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29232026-08-25T20:20:31.522Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29242026-08-25T20:20:31.575Z Compiling tungstenite v0.23.0
29252026-08-25T20:20:35.719Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29262026-08-25T20:20:35.775Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29272026-08-25T20:20:35.775Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29282026-08-25T20:20:35.775Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29292026-08-25T20:20:35.775Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29302026-08-25T20:20:35.775Z Compiling nix v0.27.1
29312026-08-25T20:20:35.775Z Compiling twox-hash v2.1.2
29322026-08-25T20:20:35.775Z Compiling libsw-core v0.3.2
29332026-08-25T20:20:35.775Z Compiling serde_bytes v0.11.19
29342026-08-25T20:20:35.775Z Compiling atty v0.2.14
29352026-08-25T20:20:35.776Z Compiling libsw v3.5.0
29362026-08-25T20:20:35.776Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29372026-08-25T20:20:35.802Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29382026-08-25T20:20:35.802Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29392026-08-25T20:20:35.802Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29402026-08-25T20:20:35.802Z Compiling tokio-tungstenite v0.23.1
29412026-08-25T20:20:35.825Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29422026-08-25T20:20:36.018Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29432026-08-25T20:20:36.547Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29442026-08-25T20:20:37.376Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29452026-08-25T20:20:37.885Z Compiling slog-stdlog v4.1.1
29462026-08-25T20:20:38.291Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29472026-08-25T20:20:39.459Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29482026-08-25T20:20:39.540Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29492026-08-25T20:20:39.983Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29502026-08-25T20:20:41.319Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29512026-08-25T20:20:41.528Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29522026-08-25T20:20:41.998Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29532026-08-25T20:20:43.661Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29542026-08-25T20:20:44.242Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29552026-08-25T20:20:44.615Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29562026-08-25T20:20:44.905Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29572026-08-25T20:20:45.191Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29582026-08-25T20:20:45.965Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29592026-08-25T20:20:47.700Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29602026-08-25T20:20:48.366Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29612026-08-25T20:20:49.145Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29622026-08-25T20:20:50.391Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29632026-08-25T20:20:50.614Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29642026-08-25T20:20:51.072Z Compiling signal-hook-tokio v0.3.1
29652026-08-25T20:20:51.262Z Compiling fatfs v0.3.6
29662026-08-25T20:20:51.452Z Compiling yasna v0.5.2
29672026-08-25T20:20:52.530Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29682026-08-25T20:20:52.614Z Compiling seq-macro v0.3.6
29692026-08-25T20:20:53.435Z Compiling assert_matches v1.5.0
29702026-08-25T20:20:53.439Z Compiling rcgen v0.12.1
29712026-08-25T20:20:53.439Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29722026-08-25T20:20:53.715Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29732026-08-25T20:20:53.844Z Compiling slog-envlogger v2.2.0
29742026-08-25T20:20:54.947Z Compiling oxide-update-engine-display v0.1.2
29752026-08-25T20:20:54.968Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29762026-08-25T20:20:55.889Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29772026-08-25T20:20:56.263Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29782026-08-25T20:20:56.485Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29792026-08-25T20:20:56.707Z Compiling port-file v0.1.0
29802026-08-25T20:20:57.028Z Compiling subprocess v0.2.15
29812026-08-25T20:20:57.437Z Compiling rtoolbox v0.0.3
29822026-08-25T20:20:57.495Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29832026-08-25T20:20:57.733Z Compiling rpassword v7.5.4
29842026-08-25T20:20:58.099Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29852026-08-25T20:20:59.151Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29862026-08-25T20:20:59.284Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29872026-08-25T20:20:59.714Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29882026-08-25T20:21:00.824Z Compiling tui-tree-widget v0.23.1
29892026-08-25T20:21:01.109Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29902026-08-25T20:21:01.613Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29912026-08-25T20:21:02.771Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29922026-08-25T20:21:04.070Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29932026-08-25T20:21:04.505Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29942026-08-25T20:21:04.734Z Compiling uzers v0.12.2
29952026-08-25T20:21:05.278Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29962026-08-25T20:21:06.134Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29972026-08-25T20:21:06.192Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29982026-08-25T20:21:07.209Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29992026-08-25T20:21:07.906Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30002026-08-25T20:21:08.079Z Compiling support-bundle-viewer v0.1.2
30012026-08-25T20:21:09.972Z Compiling multimap v0.10.1
30022026-08-25T20:21:17.841Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30032026-08-25T20:21:19.887Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30042026-08-25T20:21:26.046Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30052026-08-25T20:21:28.153Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30062026-08-25T20:21:30.954Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30072026-08-25T20:29:51.448Z Finished `release` profile [optimized] target(s) in 10m 34s
30082026-08-25T20:29:51.452Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30092026-08-25T20:29:51.452Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30102026-08-25T20:30:44.980Z
30112026-08-25T20:30:44.980Zreal 11:28.859581862
30122026-08-25T20:30:44.980Zuser 1:23:10.318622950
30132026-08-25T20:30:44.983Zsys 3:39.085473543
30142026-08-25T20:30:44.983Ztrap 1.820871551
30152026-08-25T20:30:44.983Ztflt 2.219836451
30162026-08-25T20:30:44.983Zdflt 21.407091367
30172026-08-25T20:30:44.983Zkflt 0.006225036
30182026-08-25T20:30:44.983Zlock 8:38:58.637630753
30192026-08-25T20:30:44.983Zslp 2:22:00.975286466
30202026-08-25T20:30:44.983Zlat 2:30.084683871
30212026-08-25T20:30:44.983Zstop 5:36.198592393
30222026-08-25T20:30:44.983Z+ mapfile -t packages
30232026-08-25T20:30:44.983Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30242026-08-25T20:30:45.943Z Finished `release` profile [optimized] target(s) in 0.94s
30252026-08-25T20:30:46.010Z Running `target/release/omicron-package -t test list-outputs`
30262026-08-25T20:30:46.066ZLogging to: /work/oxidecomputer/omicron/out/LOG
30272026-08-25T20:30:46.070Z+ ptime -m cargo build --locked --release -p xtask
30282026-08-25T20:30:46.551Z Compiling libc v0.2.185
30292026-08-25T20:30:46.551Z Compiling serde_core v1.0.228
30302026-08-25T20:30:46.551Z Compiling serde v1.0.228
30312026-08-25T20:30:46.555Z Compiling rustix v1.1.4
30322026-08-25T20:30:46.555Z Compiling serde_json v1.0.151
30332026-08-25T20:30:46.555Z Compiling bitflags v2.11.0
30342026-08-25T20:30:46.706Z Compiling usdt-impl v0.5.0
30352026-08-25T20:30:46.715Z Compiling syn v2.0.117
30362026-08-25T20:30:46.718Z Compiling syn v1.0.109
30372026-08-25T20:30:46.738Z Compiling log v0.4.33
30382026-08-25T20:30:46.749Z Compiling getrandom v0.4.3
30392026-08-25T20:30:46.760Z Compiling indexmap v2.14.0
30402026-08-25T20:30:46.773Z Compiling fs-err v3.3.0
30412026-08-25T20:30:46.919Z Compiling heck v0.4.1
30422026-08-25T20:30:47.006Z Compiling once_cell v1.21.3
30432026-08-25T20:30:47.041Z Compiling anyhow v1.0.104
30442026-08-25T20:30:47.351Z Compiling errno v0.3.14
30452026-08-25T20:30:47.356Z Compiling thread-id v4.2.2
30462026-08-25T20:30:47.356Z Compiling memmap v0.7.0
30472026-08-25T20:30:48.133Z Compiling proc-macro-error v1.0.4
30482026-08-25T20:30:48.318Z Compiling terminal_size v0.4.3
30492026-08-25T20:30:48.318Z Compiling tempfile v3.27.0
30502026-08-25T20:30:48.392Z Compiling tabled_derive v0.7.0
30512026-08-25T20:30:48.415Z Compiling clap_builder v4.6.0
30522026-08-25T20:30:48.415Z Compiling textwrap v0.16.2
30532026-08-25T20:30:48.800Z Compiling camino v1.2.5
30542026-08-25T20:30:48.800Z Compiling cargo-platform v0.3.2
30552026-08-25T20:30:48.804Z Compiling semver v1.0.28
30562026-08-25T20:30:48.862Z Compiling pest_generator v2.8.6
30572026-08-25T20:30:49.106Z Compiling tabled v0.15.0
30582026-08-25T20:30:49.131Z Compiling camino-tempfile v1.4.1
30592026-08-25T20:30:49.347Z Compiling serde_derive v1.0.228
30602026-08-25T20:30:49.350Z Compiling thiserror-impl v1.0.69
30612026-08-25T20:30:49.350Z Compiling zerocopy-derive v0.7.35
30622026-08-25T20:30:49.350Z Compiling scroll_derive v0.12.1
30632026-08-25T20:30:49.351Z Compiling thiserror-impl v2.0.18
30642026-08-25T20:30:49.354Z Compiling clap_derive v4.6.1
30652026-08-25T20:30:49.435Z Compiling pest_derive v2.8.6
30662026-08-25T20:30:50.064Z Compiling scroll v0.12.0
30672026-08-25T20:30:50.207Z Compiling zerocopy v0.7.35
30682026-08-25T20:30:50.343Z Compiling goblin v0.8.2
30692026-08-25T20:30:50.495Z Compiling thiserror v1.0.69
30702026-08-25T20:30:50.615Z Compiling dtrace-parser v0.2.0
30712026-08-25T20:30:50.797Z Compiling thiserror v2.0.18
30722026-08-25T20:30:50.836Z Compiling clap v4.6.1
30732026-08-25T20:30:52.490Z Compiling dof v0.3.0
30742026-08-25T20:30:52.498Z Compiling toml_datetime v0.6.11
30752026-08-25T20:30:52.518Z Compiling serde_spanned v0.6.9
30762026-08-25T20:30:52.567Z Compiling serde_tokenstream v0.2.3
30772026-08-25T20:30:52.608Z Compiling macaddr v1.0.1
30782026-08-25T20:30:52.650Z Compiling cargo_metadata v0.23.1
30792026-08-25T20:30:52.693Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30802026-08-25T20:30:52.875Z Compiling toml_edit v0.22.27
30812026-08-25T20:30:53.230Z Compiling usdt-macro v0.5.0
30822026-08-25T20:30:53.232Z Compiling usdt-attr-macro v0.5.0
30832026-08-25T20:30:53.882Z Compiling usdt v0.5.0
30842026-08-25T20:30:54.397Z Compiling toml v0.8.23
30852026-08-25T20:30:54.833Z Compiling cargo_toml v0.21.0
30862026-08-25T20:30:59.251Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30872026-08-25T20:31:02.487Z Finished `release` profile [optimized] target(s) in 16.40s
30882026-08-25T20:31:02.631Z
30892026-08-25T20:31:02.631Zreal 16.524255787
30902026-08-25T20:31:02.631Zuser 2:05.689905784
30912026-08-25T20:31:02.631Zsys 13.465742534
30922026-08-25T20:31:02.631Ztrap 0.060522918
30932026-08-25T20:31:02.631Ztflt 0.454720824
30942026-08-25T20:31:02.631Zdflt 1.418622618
30952026-08-25T20:31:02.631Zkflt 0.000105435
30962026-08-25T20:31:02.631Zlock 4:50.078859732
30972026-08-25T20:31:02.631Zslp 2:39.104908044
30982026-08-25T20:31:02.634Zlat 4.332075774
30992026-08-25T20:31:02.634Zstop 16.843800691
31002026-08-25T20:31:02.634Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
31012026-08-25T20:31:02.634Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
31022026-08-25T20:31:02.634Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
31032026-08-25T20:31:02.635Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
31042026-08-25T20:31:02.635Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
31052026-08-25T20:31:03.589Z Compiling match_cfg v0.1.0
31062026-08-25T20:31:03.589Z Compiling progenitor-client v0.14.0
31072026-08-25T20:31:03.589Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31082026-08-25T20:31:03.593Z Compiling slog-json v2.6.1
31092026-08-25T20:31:03.593Z Compiling newtype-uuid-macros v0.1.0
31102026-08-25T20:31:03.593Z Compiling sha1 v0.11.0
31112026-08-25T20:31:03.593Z Compiling multer v3.1.0
31122026-08-25T20:31:03.593Z Compiling debug-ignore v1.0.5
31132026-08-25T20:31:03.738Z Compiling compression-core v0.4.31
31142026-08-25T20:31:03.741Z Compiling async-stream-impl v0.3.6
31152026-08-25T20:31:03.742Z Compiling toml_datetime v1.1.1+spec-1.1.0
31162026-08-25T20:31:03.742Z Compiling serde_spanned v1.1.1
31172026-08-25T20:31:03.752Z Compiling dropshot v0.17.1
31182026-08-25T20:31:03.756Z Compiling toml_writer v1.1.1+spec-1.1.0
31192026-08-25T20:31:03.776Z Compiling waitgroup v0.1.2
31202026-08-25T20:31:03.780Z Compiling rustls-pemfile v2.2.0
31212026-08-25T20:31:03.890Z Compiling dropshot_endpoint v0.17.1
31222026-08-25T20:31:03.973Z Compiling toml v1.1.2+spec-1.1.0
31232026-08-25T20:31:04.010Z Compiling hostname v0.3.1
31242026-08-25T20:31:04.027Z Compiling compression-codecs v0.4.37
31252026-08-25T20:31:04.030Z Compiling serde_path_to_error v0.1.20
31262026-08-25T20:31:04.065Z Compiling hostname v0.4.2
31272026-08-25T20:31:04.068Z Compiling atomicwrites v0.4.4
31282026-08-25T20:31:04.082Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31292026-08-25T20:31:04.086Z Compiling macaddr v1.0.1
31302026-08-25T20:31:04.099Z Compiling serde_tokenstream v0.3.0
31312026-08-25T20:31:04.185Z Compiling slog-bunyan v2.5.0
31322026-08-25T20:31:04.185Z Compiling oxide-generation v0.1.3
31332026-08-25T20:31:04.220Z Compiling async-compression v0.4.41
31342026-08-25T20:31:04.258Z Compiling instant v0.1.13
31352026-08-25T20:31:04.300Z Compiling regress v0.10.5
31362026-08-25T20:31:04.303Z Compiling parse-display-derive v0.10.0
31372026-08-25T20:31:04.344Z Compiling backon v1.6.0
31382026-08-25T20:31:04.363Z Compiling async-stream v0.3.6
31392026-08-25T20:31:04.383Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31402026-08-25T20:31:04.403Z Compiling backoff v0.4.0
31412026-08-25T20:31:04.421Z Compiling itertools v0.14.0
31422026-08-25T20:31:04.440Z Compiling humantime v2.3.0
31432026-08-25T20:31:04.475Z Compiling oxide-generation-macros v0.2.0
31442026-08-25T20:31:04.517Z Compiling progenitor-extras v0.2.0
31452026-08-25T20:31:04.555Z Compiling half v2.7.1
31462026-08-25T20:31:04.572Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31472026-08-25T20:31:04.575Z Compiling crucible-workspace-hack v0.1.0
31482026-08-25T20:31:04.608Z Compiling ciborium-io v0.2.2
31492026-08-25T20:31:04.627Z Compiling convert_case v0.4.0
31502026-08-25T20:31:04.645Z Compiling regress v0.11.1
31512026-08-25T20:31:04.712Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31522026-08-25T20:31:04.730Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31532026-08-25T20:31:04.733Z Compiling secrecy v0.10.3
31542026-08-25T20:31:04.733Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31552026-08-25T20:31:04.788Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31562026-08-25T20:31:04.832Z Compiling ciborium-ll v0.2.2
31572026-08-25T20:31:04.874Z Compiling inout v0.1.4
31582026-08-25T20:31:04.935Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31592026-08-25T20:31:04.951Z Compiling thiserror-impl-no-std v2.0.2
31602026-08-25T20:31:05.007Z Compiling ciborium v0.2.2
31612026-08-25T20:31:05.025Z Compiling derive_more v0.99.20
31622026-08-25T20:31:05.067Z Compiling cipher v0.4.4
31632026-08-25T20:31:05.070Z Compiling universal-hash v0.5.1
31642026-08-25T20:31:05.134Z Compiling unsafe-libyaml v0.2.11
31652026-08-25T20:31:05.152Z Compiling opaque-debug v0.3.1
31662026-08-25T20:31:05.229Z Compiling poly1305 v0.8.0
31672026-08-25T20:31:05.245Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31682026-08-25T20:31:05.264Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31692026-08-25T20:31:05.280Z Compiling blake2 v0.10.6
31702026-08-25T20:31:05.371Z Compiling chacha20 v0.9.1
31712026-08-25T20:31:05.412Z Compiling aead v0.5.2
31722026-08-25T20:31:05.505Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31732026-08-25T20:31:05.607Z Compiling password-hash v0.5.0
31742026-08-25T20:31:05.631Z Compiling indent_write v2.2.0
31752026-08-25T20:31:05.652Z Compiling chacha20poly1305 v0.10.1
31762026-08-25T20:31:05.669Z Compiling serde_yaml v0.9.34+deprecated
31772026-08-25T20:31:05.747Z Compiling toml_datetime v0.7.5+spec-1.1.0
31782026-08-25T20:31:05.792Z Compiling num-derive v0.4.2
31792026-08-25T20:31:05.828Z Compiling heapless v0.8.0
31802026-08-25T20:31:05.872Z Compiling argon2 v0.5.3
31812026-08-25T20:31:05.916Z Compiling ingot-macros v0.2.0
31822026-08-25T20:31:05.991Z Compiling toml_edit v0.23.10+spec-1.0.0
31832026-08-25T20:31:06.031Z Compiling tabwriter v1.4.1
31842026-08-25T20:31:06.048Z Compiling hash32 v0.3.1
31852026-08-25T20:31:06.094Z Compiling parse-display v0.10.0
31862026-08-25T20:31:06.191Z Compiling thiserror-no-std v2.0.2
31872026-08-25T20:31:06.232Z Compiling typify-impl v0.6.2
31882026-08-25T20:31:06.294Z Compiling vsss-rs v3.3.4
31892026-08-25T20:31:06.311Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31902026-08-25T20:31:06.347Z Compiling smoltcp v0.11.0
31912026-08-25T20:31:06.417Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31922026-08-25T20:31:06.616Z Compiling proc-macro-crate v3.4.0
31932026-08-25T20:31:06.750Z Compiling cobs v0.3.0
31942026-08-25T20:31:06.797Z Compiling colored v3.1.1
31952026-08-25T20:31:06.974Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31962026-08-25T20:31:07.079Z Compiling illumos-nvpair-sys v0.2.0
31972026-08-25T20:31:07.134Z Compiling postcard v1.1.3
31982026-08-25T20:31:07.151Z Compiling proc-macro-error v1.0.4
31992026-08-25T20:31:07.186Z Compiling rand v0.10.1
32002026-08-25T20:31:07.203Z Compiling num_enum_derive v0.7.6
32012026-08-25T20:31:07.247Z Compiling proc-macro-crate v1.3.1
32022026-08-25T20:31:07.321Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32032026-08-25T20:31:07.358Z Compiling foreign-types-macros v0.2.3
32042026-08-25T20:31:07.485Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32052026-08-25T20:31:07.501Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32062026-08-25T20:31:07.561Z Compiling foreign-types-shared v0.3.1
32072026-08-25T20:31:07.614Z Compiling rayon-core v1.13.0
32082026-08-25T20:31:07.691Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32092026-08-25T20:31:07.695Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32102026-08-25T20:31:07.783Z Compiling num_enum_derive v0.5.11
32112026-08-25T20:31:07.816Z Compiling crossbeam-deque v0.8.6
32122026-08-25T20:31:07.858Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32132026-08-25T20:31:07.882Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32142026-08-25T20:31:07.939Z Compiling cstr-argument v0.1.2
32152026-08-25T20:31:07.942Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32162026-08-25T20:31:08.012Z Compiling foreign-types v0.5.0
32172026-08-25T20:31:08.059Z Compiling illumos-nvpair v0.3.0
32182026-08-25T20:31:08.114Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32192026-08-25T20:31:08.136Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32202026-08-25T20:31:08.191Z Compiling zone_cfg_derive v0.3.1
32212026-08-25T20:31:08.317Z Compiling num_enum v0.7.6
32222026-08-25T20:31:08.334Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32232026-08-25T20:31:08.354Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32242026-08-25T20:31:08.387Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32252026-08-25T20:31:08.404Z Compiling itertools v0.12.1
32262026-08-25T20:31:08.467Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32272026-08-25T20:31:08.486Z Compiling rayon v1.11.0
32282026-08-25T20:31:08.505Z Compiling sigpipe v0.1.3
32292026-08-25T20:31:08.524Z Compiling glob v0.3.3
32302026-08-25T20:31:08.541Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32312026-08-25T20:31:08.612Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32322026-08-25T20:31:08.612Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32332026-08-25T20:31:08.737Z Compiling smf v0.2.3
32342026-08-25T20:31:08.784Z Compiling cpubits v0.1.1
32352026-08-25T20:31:08.842Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32362026-08-25T20:31:08.880Z Compiling ingot-types v0.2.0
32372026-08-25T20:31:08.897Z Compiling whoami v1.6.1
32382026-08-25T20:31:08.900Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32392026-08-25T20:31:08.900Z Compiling gethostname v0.5.0
32402026-08-25T20:31:08.952Z Compiling derive-where v1.6.0
32412026-08-25T20:31:08.956Z Compiling num_enum v0.5.11
32422026-08-25T20:31:08.956Z Compiling usdt-macro v0.5.0
32432026-08-25T20:31:09.030Z Compiling usdt-attr-macro v0.5.0
32442026-08-25T20:31:09.132Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32452026-08-25T20:31:09.149Z Compiling num-rational v0.4.2
32462026-08-25T20:31:09.167Z Compiling num-complex v0.4.6
32472026-08-25T20:31:09.287Z Compiling memmap v0.7.0
32482026-08-25T20:31:09.303Z Compiling ingot v0.2.1
32492026-08-25T20:31:09.470Z Compiling toml v0.8.23
32502026-08-25T20:31:09.500Z Compiling pem-rfc7468 v1.0.0
32512026-08-25T20:31:09.593Z Compiling num v0.4.3
32522026-08-25T20:31:09.665Z Compiling zone v0.3.1
32532026-08-25T20:31:09.695Z Compiling float-ord v0.3.2
32542026-08-25T20:31:09.727Z Compiling cancel-safe-futures v0.1.5
32552026-08-25T20:31:09.769Z Compiling resolv-conf v0.7.6
32562026-08-25T20:31:09.843Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32572026-08-25T20:31:09.849Z Compiling hmac v0.13.0
32582026-08-25T20:31:09.864Z Compiling universal-hash v0.6.1
32592026-08-25T20:31:09.942Z Compiling usdt v0.5.0
32602026-08-25T20:31:10.022Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32612026-08-25T20:31:10.064Z Compiling sha1 v0.10.6
32622026-08-25T20:31:10.135Z Compiling prettyplease v0.2.37
32632026-08-25T20:31:10.153Z Compiling linear-map v1.2.0
32642026-08-25T20:31:10.253Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32652026-08-25T20:31:10.315Z Compiling libefi-sys v0.1.0
32662026-08-25T20:31:10.333Z Compiling polyval v0.7.1
32672026-08-25T20:31:10.354Z Compiling der v0.8.0
32682026-08-25T20:31:10.375Z Compiling oxide-update-engine-types v0.1.2
32692026-08-25T20:31:10.409Z Compiling hickory-proto v0.24.4
32702026-08-25T20:31:10.413Z Compiling newline-converter v0.3.0
32712026-08-25T20:31:10.413Z Compiling console v0.15.11
32722026-08-25T20:31:10.461Z Compiling bitfield-struct v0.6.2
32732026-08-25T20:31:10.553Z Compiling linked-hash-map v0.5.6
32742026-08-25T20:31:10.607Z Compiling ghash v0.6.0
32752026-08-25T20:31:10.770Z Compiling expectorate v1.2.0
32762026-08-25T20:31:10.788Z Compiling lru-cache v0.1.2
32772026-08-25T20:31:10.826Z Compiling pbkdf2 v0.13.0
32782026-08-25T20:31:10.863Z Compiling typify-macro v0.6.2
32792026-08-25T20:31:10.881Z Compiling crypto-bigint v0.7.5
32802026-08-25T20:31:10.947Z Compiling aes v0.9.1
32812026-08-25T20:31:10.966Z Compiling ctr v0.10.1
32822026-08-25T20:31:10.983Z Compiling aead v0.6.1
32832026-08-25T20:31:11.039Z Compiling sha2 v0.11.0
32842026-08-25T20:31:11.154Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32852026-08-25T20:31:11.183Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32862026-08-25T20:31:11.208Z Compiling nom v8.0.0
32872026-08-25T20:31:11.278Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32882026-08-25T20:31:11.380Z Compiling semver v0.1.20
32892026-08-25T20:31:11.508Z Compiling oxide-update-engine v0.1.2
32902026-08-25T20:31:11.523Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32912026-08-25T20:31:11.652Z Compiling rustc_version v0.1.7
32922026-08-25T20:31:11.671Z Compiling aes-gcm v0.11.0
32932026-08-25T20:31:11.705Z Compiling spki v0.8.0
32942026-08-25T20:31:11.906Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32952026-08-25T20:31:11.923Z Compiling tokio-dtrace v0.1.1
32962026-08-25T20:31:11.946Z Compiling dropshot-api-manager-types v0.8.0
32972026-08-25T20:31:11.963Z Compiling salsa20 v0.11.0
32982026-08-25T20:31:12.054Z Compiling slog-dtrace v0.3.0
32992026-08-25T20:31:12.077Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33002026-08-25T20:31:12.146Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33012026-08-25T20:31:12.161Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33022026-08-25T20:31:12.184Z Compiling xshell-macros v0.2.7
33032026-08-25T20:31:12.230Z Compiling minimal-lexical v0.2.1
33042026-08-25T20:31:12.315Z Compiling oxide-tokio-rt v0.1.4
33052026-08-25T20:31:12.332Z Compiling scrypt v0.12.0
33062026-08-25T20:31:12.352Z Compiling newtype_derive v0.1.6
33072026-08-25T20:31:12.522Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33082026-08-25T20:31:12.555Z Compiling nom v7.1.3
33092026-08-25T20:31:12.588Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33102026-08-25T20:31:12.611Z Compiling hickory-resolver v0.24.4
33112026-08-25T20:31:12.639Z Compiling xshell v0.2.7
33122026-08-25T20:31:12.660Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33132026-08-25T20:31:12.717Z Compiling typify v0.6.2
33142026-08-25T20:31:12.833Z Compiling progenitor-impl v0.14.0
33152026-08-25T20:31:12.853Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33162026-08-25T20:31:12.870Z Compiling phf_shared v0.12.1
33172026-08-25T20:31:13.068Z Compiling rfc6979 v0.4.0
33182026-08-25T20:31:13.168Z Compiling cbc v0.2.1
33192026-08-25T20:31:13.229Z Compiling proc-macro-error-attr2 v2.0.0
33202026-08-25T20:31:13.250Z Compiling csv-core v0.1.13
33212026-08-25T20:31:13.299Z Compiling chrono-tz v0.10.4
33222026-08-25T20:31:13.357Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33232026-08-25T20:31:13.437Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33242026-08-25T20:31:13.456Z Compiling highway v1.3.0
33252026-08-25T20:31:13.514Z Compiling unicode-xid v0.2.6
33262026-08-25T20:31:13.563Z Compiling csv v1.4.0
33272026-08-25T20:31:13.579Z Compiling pkcs5 v0.8.1
33282026-08-25T20:31:13.598Z Compiling ecdsa v0.16.9
33292026-08-25T20:31:13.666Z Compiling qorb v0.4.1
33302026-08-25T20:31:13.684Z Compiling proc-macro-error2 v2.0.1
33312026-08-25T20:31:13.704Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33322026-08-25T20:31:13.859Z Compiling const_format_proc_macros v0.2.34
33332026-08-25T20:31:13.915Z Compiling phf v0.12.1
33342026-08-25T20:31:13.943Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33352026-08-25T20:31:14.030Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33362026-08-25T20:31:14.149Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33372026-08-25T20:31:14.168Z Compiling primeorder v0.13.6
33382026-08-25T20:31:14.186Z Compiling hashbrown v0.14.5
33392026-08-25T20:31:14.418Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33402026-08-25T20:31:14.474Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33412026-08-25T20:31:14.499Z Compiling salty v0.3.0
33422026-08-25T20:31:14.550Z Compiling p384 v0.13.1
33432026-08-25T20:31:14.751Z Compiling chumsky v0.9.3
33442026-08-25T20:31:14.754Z Compiling const_format v0.2.35
33452026-08-25T20:31:14.867Z Compiling knus-derive v3.4.0
33462026-08-25T20:31:14.913Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33472026-08-25T20:31:15.097Z Compiling pkcs8 v0.11.0
33482026-08-25T20:31:15.118Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33492026-08-25T20:31:15.152Z Compiling tabled_derive v0.7.0
33502026-08-25T20:31:15.522Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33512026-08-25T20:31:15.583Z Compiling progenitor-macro v0.14.0
33522026-08-25T20:31:15.691Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33532026-08-25T20:31:15.752Z Compiling bcs v0.1.6
33542026-08-25T20:31:15.794Z Compiling ff v0.14.0
33552026-08-25T20:31:15.960Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33562026-08-25T20:31:15.977Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33572026-08-25T20:31:16.042Z Compiling termtree v0.5.1
33582026-08-25T20:31:16.135Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33592026-08-25T20:31:16.197Z Compiling tabled v0.15.0
33602026-08-25T20:31:16.231Z Compiling steno v0.4.1
33612026-08-25T20:31:16.280Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33622026-08-25T20:31:16.345Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33632026-08-25T20:31:16.385Z Compiling tagptr v0.2.0
33642026-08-25T20:31:16.414Z Compiling knus v3.4.0
33652026-08-25T20:31:16.569Z Compiling moka v0.12.13
33662026-08-25T20:31:16.612Z Compiling group v0.14.0
33672026-08-25T20:31:16.628Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33682026-08-25T20:31:16.692Z Compiling signature v3.0.0
33692026-08-25T20:31:16.825Z Compiling base16ct v1.0.0
33702026-08-25T20:31:16.917Z Compiling hkdf v0.13.0
33712026-08-25T20:31:17.006Z Compiling sec1 v0.8.1
33722026-08-25T20:31:17.050Z Compiling libscf-sys v1.2.0
33732026-08-25T20:31:17.067Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
33742026-08-25T20:31:17.116Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33752026-08-25T20:31:17.217Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33762026-08-25T20:31:17.335Z Compiling hickory-resolver v0.25.2
33772026-08-25T20:31:17.370Z Compiling elliptic-curve v0.14.1
33782026-08-25T20:31:17.388Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33792026-08-25T20:31:17.391Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33802026-08-25T20:31:17.422Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33812026-08-25T20:31:17.624Z Compiling corncobs v0.1.4
33822026-08-25T20:31:17.770Z Compiling utf-8 v0.7.6
33832026-08-25T20:31:17.827Z Compiling parking_lot_core v0.8.6
33842026-08-25T20:31:17.999Z Compiling tungstenite v0.21.0
33852026-08-25T20:31:18.016Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33862026-08-25T20:31:18.139Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33872026-08-25T20:31:18.182Z Compiling wnaf v0.14.0
33882026-08-25T20:31:18.283Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33892026-08-25T20:31:18.410Z Compiling primefield v0.14.0
33902026-08-25T20:31:18.428Z Compiling rfc6979 v0.6.0
33912026-08-25T20:31:18.444Z Compiling papergrid v0.18.0
33922026-08-25T20:31:18.531Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33932026-08-25T20:31:18.597Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33942026-08-25T20:31:18.612Z Compiling git-stub v1.0.0
33952026-08-25T20:31:18.680Z Compiling secrecy v0.8.0
33962026-08-25T20:31:18.816Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33972026-08-25T20:31:18.858Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33982026-08-25T20:31:18.874Z Compiling git-stub-vcs v0.1.0
33992026-08-25T20:31:18.916Z Compiling primeorder v0.14.0
34002026-08-25T20:31:19.130Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34012026-08-25T20:31:19.153Z Compiling ecdsa v0.17.0
34022026-08-25T20:31:19.286Z Compiling tokio-tungstenite v0.21.0
34032026-08-25T20:31:19.399Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34042026-08-25T20:31:19.423Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34052026-08-25T20:31:19.574Z Compiling tabled v0.21.0
34062026-08-25T20:31:19.597Z Compiling curve25519-dalek v5.0.0
34072026-08-25T20:31:19.616Z Compiling unicase v2.9.0
34082026-08-25T20:31:19.638Z Compiling parking_lot v0.11.2
34092026-08-25T20:31:19.656Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34102026-08-25T20:31:19.673Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34112026-08-25T20:31:19.676Z Compiling ssh-encoding v0.3.0
34122026-08-25T20:31:19.771Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34132026-08-25T20:31:19.850Z Compiling mime_guess v2.0.5
34142026-08-25T20:31:20.074Z Compiling progenitor-impl v0.13.0
34152026-08-25T20:31:20.126Z Compiling prefix-trie v0.7.0
34162026-08-25T20:31:20.145Z Compiling fxhash v0.2.1
34172026-08-25T20:31:20.182Z Compiling keccak v0.2.0
34182026-08-25T20:31:20.245Z Compiling crc8 v0.1.1
34192026-08-25T20:31:20.297Z Compiling sled v0.34.7
34202026-08-25T20:31:20.395Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34212026-08-25T20:31:20.399Z Compiling ed25519 v3.0.0
34222026-08-25T20:31:20.495Z Compiling hickory-server v0.25.2
34232026-08-25T20:31:20.561Z Compiling crypto-primes v0.7.2
34242026-08-25T20:31:20.779Z Compiling progenitor v0.14.0
34252026-08-25T20:31:20.968Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34262026-08-25T20:31:20.986Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34272026-08-25T20:31:21.006Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34282026-08-25T20:31:21.010Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34292026-08-25T20:31:21.545Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34302026-08-25T20:31:21.562Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34312026-08-25T20:31:21.610Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34322026-08-25T20:31:21.744Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34332026-08-25T20:31:22.105Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34342026-08-25T20:31:22.122Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34352026-08-25T20:31:22.142Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34362026-08-25T20:31:22.300Z Compiling pkcs1 v0.8.0-rc.4
34372026-08-25T20:31:22.353Z Compiling poly1305 v0.9.0
34382026-08-25T20:31:22.395Z Compiling progenitor-client v0.13.0
34392026-08-25T20:31:22.439Z Compiling blowfish v0.10.0
34402026-08-25T20:31:22.723Z Compiling blake2 v0.11.0-rc.6
34412026-08-25T20:31:22.741Z Compiling http-range v0.1.5
34422026-08-25T20:31:22.757Z Compiling half v1.8.3
34432026-08-25T20:31:22.761Z Compiling ssh-cipher v0.3.0
34442026-08-25T20:31:22.790Z Compiling progenitor-macro v0.13.0
34452026-08-25T20:31:22.984Z Compiling serde_cbor v0.11.2
34462026-08-25T20:31:23.042Z Compiling argon2 v0.6.0-rc.8
34472026-08-25T20:31:23.210Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34482026-08-25T20:31:23.341Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34492026-08-25T20:31:23.609Z Compiling bcrypt-pbkdf v0.11.0
34502026-08-25T20:31:23.671Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34512026-08-25T20:31:23.690Z Compiling rsa v0.10.0-rc.18
34522026-08-25T20:31:23.801Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34532026-08-25T20:31:24.037Z Compiling ed25519-dalek v3.0.0
34542026-08-25T20:31:24.066Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34552026-08-25T20:31:24.654Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34562026-08-25T20:31:24.797Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34572026-08-25T20:31:24.923Z Compiling sha3 v0.11.0
34582026-08-25T20:31:25.052Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34592026-08-25T20:31:25.115Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34602026-08-25T20:31:25.340Z Compiling p521 v0.14.0
34612026-08-25T20:31:25.406Z Compiling p256 v0.14.0
34622026-08-25T20:31:25.425Z Compiling p384 v0.14.0
34632026-08-25T20:31:25.674Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34642026-08-25T20:31:25.840Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34652026-08-25T20:31:25.934Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34662026-08-25T20:31:26.002Z Compiling scuffle v0.1.0
34672026-08-25T20:31:26.589Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34682026-08-25T20:31:26.612Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34692026-08-25T20:31:26.971Z Compiling yasna v0.5.2
34702026-08-25T20:31:26.989Z Compiling kstat-rs v0.2.5
34712026-08-25T20:31:27.153Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34722026-08-25T20:31:27.312Z Compiling headers-core v0.3.0
34732026-08-25T20:31:27.436Z Compiling kem v0.3.0
34742026-08-25T20:31:27.500Z Compiling module-lattice v0.2.3
34752026-08-25T20:31:27.504Z Compiling nanorand v0.7.0
34762026-08-25T20:31:27.599Z Compiling sponge-cursor v0.1.0
34772026-08-25T20:31:27.646Z Compiling headers v0.4.1
34782026-08-25T20:31:27.681Z Compiling flume v0.11.1
34792026-08-25T20:31:27.739Z Compiling sha3 v0.12.0
34802026-08-25T20:31:27.758Z Compiling ml-kem v0.3.2
34812026-08-25T20:31:27.758Z Compiling rcgen v0.12.1
34822026-08-25T20:31:27.794Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34832026-08-25T20:31:27.797Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34842026-08-25T20:31:27.829Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34852026-08-25T20:31:28.023Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34862026-08-25T20:31:28.070Z Compiling progenitor v0.13.0
34872026-08-25T20:31:28.163Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34882026-08-25T20:31:28.228Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34892026-08-25T20:31:28.244Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34902026-08-25T20:31:28.350Z Compiling hyper-staticfile v0.10.1
34912026-08-25T20:31:28.403Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34922026-08-25T20:31:28.495Z Compiling ssh-key v0.7.0-rc.11
34932026-08-25T20:31:28.528Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34942026-08-25T20:31:28.628Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34952026-08-25T20:31:28.658Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34962026-08-25T20:31:28.704Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34972026-08-25T20:31:28.717Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34982026-08-25T20:31:28.817Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34992026-08-25T20:31:28.818Z Compiling russh-cryptovec v0.62.0
35002026-08-25T20:31:28.888Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35012026-08-25T20:31:28.934Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35022026-08-25T20:31:29.042Z Compiling internal-russh-num-bigint v0.5.0
35032026-08-25T20:31:29.075Z Compiling port-file v0.1.0
35042026-08-25T20:31:29.113Z Compiling num-bigint v0.4.6
35052026-08-25T20:31:29.181Z Compiling generic-array v1.4.3
35062026-08-25T20:31:29.191Z Compiling russh-util v0.52.0
35072026-08-25T20:31:29.196Z Compiling enum_dispatch v0.3.13
35082026-08-25T20:31:29.351Z Compiling delegate v0.13.5
35092026-08-25T20:31:29.376Z Compiling subprocess v0.2.15
35102026-08-25T20:31:29.465Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35112026-08-25T20:31:29.645Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35122026-08-25T20:31:29.786Z Compiling display-error-chain v0.2.2
35132026-08-25T20:31:29.920Z Compiling hex-literal v1.1.0
35142026-08-25T20:31:29.946Z Compiling md5 v0.8.0
35152026-08-25T20:31:30.057Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35162026-08-25T20:31:30.145Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35172026-08-25T20:31:30.162Z Compiling colored v2.2.0
35182026-08-25T20:31:30.248Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35192026-08-25T20:31:30.263Z Compiling socket2 v0.5.10
35202026-08-25T20:31:30.347Z Compiling russh v0.62.4
35212026-08-25T20:31:30.380Z Compiling internet-checksum v0.2.1
35222026-08-25T20:31:30.825Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35232026-08-25T20:31:30.847Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35242026-08-25T20:31:30.988Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35252026-08-25T20:31:33.529Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35262026-08-25T20:31:34.304Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35272026-08-25T20:31:34.863Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35282026-08-25T20:31:36.064Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35292026-08-25T20:31:36.251Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35302026-08-25T20:31:45.169Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35312026-08-25T20:31:45.169Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35322026-08-25T20:31:45.172Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35332026-08-25T20:31:45.172Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35342026-08-25T20:31:45.172Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35352026-08-25T20:31:46.966Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35362026-08-25T20:31:47.126Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35372026-08-25T20:31:51.176Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35382026-08-25T20:32:31.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
35392026-08-25T20:32:31.825Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35402026-08-25T20:32:31.825Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35412026-08-25T20:32:32.067Z
35422026-08-25T20:32:32.071Zreal 1:29.368184401
35432026-08-25T20:32:32.071Zuser 8:42.324793768
35442026-08-25T20:32:32.072Zsys 1:43.254403161
35452026-08-25T20:32:32.072Ztrap 0.252636552
35462026-08-25T20:32:32.072Ztflt 0.303180711
35472026-08-25T20:32:32.072Zdflt 1.882129307
35482026-08-25T20:32:32.072Zkflt 0.001142611
35492026-08-25T20:32:32.072Zlock 30:48.176574526
35502026-08-25T20:32:32.072Zslp 19:46.465367346
35512026-08-25T20:32:32.072Zlat 40.966077599
35522026-08-25T20:32:32.072Zstop 2:54.582108344
35532026-08-25T20:32:32.072Z+ mkdir tests
35542026-08-25T20:32:32.076Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35552026-08-25T20:32:32.076Z+ xargs -I '{}' -t cp '{}' tests/
35562026-08-25T20:32:32.100Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-36f98c9766aea515 tests/
35572026-08-25T20:32:32.131Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-67261a852b77e644 tests/
35582026-08-25T20:32:32.163Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-306e6573fcbb6af8 tests/
35592026-08-25T20:32:32.207Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e9c7699b2310dd45 tests/
35602026-08-25T20:32:32.569Z+ 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)
35612026-08-25T20:32:32.574Z+ 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-67261a852b77e644 tests/commtest-306e6573fcbb6af8 tests/dhcp_server-36f98c9766aea515 tests/end_to_end_tests-e9c7699b2310dd45 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
35622026-08-25T20:34:02.148ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35632026-08-25T20:34:02.148Za .github/buildomat/ci-env.sh 1K
35642026-08-25T20:34:02.148Za out/target/test 1K
35652026-08-25T20:34:02.148Za out/npuzone/npuzone 27402K
35662026-08-25T20:34:02.148Za package-manifest.toml 35K
35672026-08-25T20:34:02.148Za smf/sled-agent/non-gimlet/config.toml 6K
35682026-08-25T20:34:02.148Za target/release/omicron-package 49392K
35692026-08-25T20:34:02.148Za target/release/xtask 11727K
35702026-08-25T20:34:02.148Za target/debug/bootstrap 439737K
35712026-08-25T20:34:02.148Za tests/bootstrap-67261a852b77e644 34430K
35722026-08-25T20:34:02.148Za tests/commtest-306e6573fcbb6af8 34431K
35732026-08-25T20:34:02.149Za tests/dhcp_server-36f98c9766aea515 34431K
35742026-08-25T20:34:02.149Za tests/end_to_end_tests-e9c7699b2310dd45 503269K
35752026-08-25T20:34:02.149Za tools/opte_version 1K
35762026-08-25T20:34:02.149Za tools/opte_version_override 2K
35772026-08-25T20:34:02.149Za out/clickhouse.tar.gz 330887K
35782026-08-25T20:34:02.149Za out/clickhouse_keeper.tar.gz 314893K
35792026-08-25T20:34:02.150Za out/clickhouse_server.tar.gz 330885K
35802026-08-25T20:34:02.150Za out/cockroachdb.tar.gz 170173K
35812026-08-25T20:34:02.150Za out/crucible-pantry-zone.tar.gz 41879K
35822026-08-25T20:34:02.150Za out/crucible-utils.tar 18900K
35832026-08-25T20:34:02.150Za out/crucible-zone.tar.gz 56691K
35842026-08-25T20:34:02.150Za out/external-dns.tar.gz 46732K
35852026-08-25T20:34:02.150Za out/internal-dns.tar.gz 46731K
35862026-08-25T20:34:02.150Za out/mg-ddm-gz.tar 100917K
35872026-08-25T20:34:02.150Za out/nexus.tar.gz 359342K
35882026-08-25T20:34:02.150Za out/ntp.tar.gz 35217K
35892026-08-25T20:34:02.150Za out/omicron-gateway-softnpu.tar.gz 28980K
35902026-08-25T20:34:02.150Za out/omicron-sled-agent.tar 242995K
35912026-08-25T20:34:02.150Za out/overlay.tar.gz 4K
35922026-08-25T20:34:02.150Za out/oximeter.tar.gz 71998K
35932026-08-25T20:34:02.150Za out/oxlog.tar 4088K
35942026-08-25T20:34:02.151Za out/probe.tar.gz 3037K
35952026-08-25T20:34:02.151Za out/propolis-server.tar.gz 34642K
35962026-08-25T20:34:02.151Za out/pumpkind-gz.tar 26647K
35972026-08-25T20:34:02.151Za out/switch-softnpu.tar.gz 502076K
35982026-08-25T20:34:02.156Z
35992026-08-25T20:34:02.156Zreal 1:29.574764141
36002026-08-25T20:34:02.156Zuser 1:26.584271600
36012026-08-25T20:34:02.156Zsys 5.003296611
36022026-08-25T20:34:02.156Ztrap 0.007833708
36032026-08-25T20:34:02.156Ztflt 0.000000000
36042026-08-25T20:34:02.156Zdflt 0.000000000
36052026-08-25T20:34:02.156Zkflt 0.000000000
36062026-08-25T20:34:02.156Zlock 0.000000000
36072026-08-25T20:34:02.156Zslp 1:26.438964420
36082026-08-25T20:34:02.156Zlat 1.110520357
36092026-08-25T20:34:02.156Zstop 0.000182408
36102026-08-25T20:34:02.156Zprocess exited: duration 1117768 ms, exit code 0
 
36112026-08-25T20:34:02.172Zfound 1 output files
36122026-08-25T20:34:02.206Zuploading: /work/package.tar.gz (2768615827 bytes)
36132026-08-25T20:34:42.619Zuploaded: /work/package.tar.gz