01M15G5JKRAHW9JKGEV1D2V0Q4: 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: 01M15G69KK3D3WC30H4692RGRG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-29T00:55:43.184Zjob assigned to worker 01M15G6H874BCJ6N9PCEFWW6GZ [factory aws, i-00491ab9f1e83bc99] (queued for 50 s)
 
22026-08-29T00:55:50.085Zstarting task 0: "setup"
32026-08-29T00:55:50.088Z++ uname -s
42026-08-29T00:55:50.088Z+ kern=SunOS
52026-08-29T00:55:50.088Z+ build_user=build
62026-08-29T00:55:50.088Z+ build_uid=12345
72026-08-29T00:55:50.088Z+ work_dir=/work
82026-08-29T00:55:50.088Z+ input_dir=/input
92026-08-29T00:55:50.088Z+ [[ 0 == 12345 ]]
102026-08-29T00:55:50.088Z+ case "$kern" in
112026-08-29T00:55:50.088Z+ groupadd -g 12345 build
122026-08-29T00:55:50.092Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-29T00:55:52.099Z+ zfs create -o mountpoint=/work rpool/work
142026-08-29T00:55:52.179Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-29T00:55:52.181Z+ home_fs=zfs
162026-08-29T00:55:52.181Z+ [[ zfs == autofs ]]
172026-08-29T00:55:52.181Z+ mkdir -p /home/build
182026-08-29T00:55:52.184Z+ chown build:build /home/build /work
192026-08-29T00:55:54.185Z+ chmod 0700 /home/build /work
202026-08-29T00:55:54.191Zprocess exited: duration 4107 ms, exit code 0
 
212026-08-29T00:55:54.198Zstarting task 1: "rust-toolchain"
222026-08-29T00:55:54.203Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-29T00:55:54.203Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-29T00:55:54.203Z * rust toolchain channel = "1.97.1"
252026-08-29T00:55:54.203Z * rust toolchain profile = "default"
262026-08-29T00:55:54.203Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-29T00:55:54.205Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-29T00:55:54.208Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-29T00:55:54.208Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-29T00:55:54.344Zinfo: downloading installer
312026-08-29T00:55:55.655Zwarn: It looks like you have an existing rustup settings file at:
322026-08-29T00:55:55.655Zwarn: /home/build/.rustup/settings.toml
332026-08-29T00:55:55.655Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-29T00:55:55.655Zwarn: instead of the one inferred from the default host triple.
352026-08-29T00:55:55.666Zinfo: profile set to default
362026-08-29T00:55:55.666Zinfo: default host triple is x86_64-unknown-illumos
372026-08-29T00:55:55.669Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-29T00:55:55.795Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-29T00:55:55.798Zinfo: downloading 6 components
402026-08-29T00:56:08.902Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-29T00:56:08.902Z
422026-08-29T00:56:08.955Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-29T00:56:08.955Z
442026-08-29T00:56:08.956Z
452026-08-29T00:56:08.956ZRust is installed now. Great!
462026-08-29T00:56:08.956Z
472026-08-29T00:56:08.956ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-29T00:56:08.956Zenvironment variable. This has not been done automatically.
492026-08-29T00:56:08.956Z
502026-08-29T00:56:08.956ZTo configure your current shell, you need to source
512026-08-29T00:56:08.956Zthe corresponding env file under $HOME/.cargo.
522026-08-29T00:56:08.956Z
532026-08-29T00:56:08.956ZThis is usually done by running one of the following (note the leading DOT):
542026-08-29T00:56:08.956Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-29T00:56:08.956Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-29T00:56:08.956Zsource "~/.cargo/env.nu" # For nushell
572026-08-29T00:56:08.956Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-29T00:56:08.956Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-29T00:56:08.956Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-29T00:56:08.959Zwarn: no default linker (`cc`) was found in your PATH
612026-08-29T00:56:08.959Zwarn: many Rust crates require a system C toolchain to build
622026-08-29T00:56:09.063Z+ rustup --version
632026-08-29T00:56:09.069Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-29T00:56:09.072Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-29T00:56:09.091Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-29T00:56:09.094Z+ cargo --version
672026-08-29T00:56:09.102Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-29T00:56:09.104Z+ rustc --version
692026-08-29T00:56:09.125Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-29T00:56:09.129Zprocess exited: duration 14931 ms, exit code 0
 
712026-08-29T00:56:09.135Zstarting task 2: "authentication"
722026-08-29T00:56:09.153Zprocess exited: duration 17 ms, exit code 0
 
732026-08-29T00:56:09.160Zstarting task 3: "clone repository"
742026-08-29T00:56:09.165Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-29T00:56:09.171Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-29T00:56:09.202ZCloning into '/work/oxidecomputer/omicron'...
772026-08-29T00:56:21.686Z+ cd /work/oxidecomputer/omicron
782026-08-29T00:56:21.687Z+ git fetch origin b08bf38c1017cf31822c8159c41a1863c22b25b8
792026-08-29T00:56:21.985ZFrom https://github.com/oxidecomputer/omicron
802026-08-29T00:56:21.985Z * branch b08bf38c1017cf31822c8159c41a1863c22b25b8 -> FETCH_HEAD
812026-08-29T00:56:22.130Z+ [[ -n renovate/crate-tokio-postgres-vulnerability ]]
822026-08-29T00:56:22.130Z++ git branch --show-current
832026-08-29T00:56:22.131Z+ current=main
842026-08-29T00:56:22.131Z+ [[ main != renovate/crate-tokio-postgres-vulnerability ]]
852026-08-29T00:56:22.131Z+ git branch -f renovate/crate-tokio-postgres-vulnerability b08bf38c1017cf31822c8159c41a1863c22b25b8
862026-08-29T00:56:22.131Z+ git checkout -f renovate/crate-tokio-postgres-vulnerability
872026-08-29T00:56:22.280ZSwitched to branch 'renovate/crate-tokio-postgres-vulnerability'
882026-08-29T00:56:22.390Z+ git reset --hard b08bf38c1017cf31822c8159c41a1863c22b25b8
892026-08-29T00:56:22.391ZHEAD is now at b08bf38c1 Update Rust crate tokio-postgres to v0.7.18 [SECURITY]
902026-08-29T00:56:22.391Zprocess exited: duration 13051 ms, exit code 0
 
912026-08-29T00:56:22.618Zstarting task 4: "build"
922026-08-29T00:56:22.691Z+ source .github/buildomat/ci-env.sh
932026-08-29T00:56:22.691Z++ export CARGO_TERM_COLOR=always
942026-08-29T00:56:22.691Z++ CARGO_TERM_COLOR=always
952026-08-29T00:56:22.691Z+++ uname -s
962026-08-29T00:56:22.691Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-29T00:56:22.692Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-29T00:56:22.692Z+ cargo --version
992026-08-29T00:56:22.692Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-29T00:56:22.692Z+ rustc --version
1012026-08-29T00:56:22.693Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-29T00:56:22.693Z+ WORK=/work
1032026-08-29T00:56:22.693Z+ pfexec mkdir -p /work
1042026-08-29T00:56:22.693Z+ pfexec chown build /work
1052026-08-29T00:56:22.693Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-29T00:56:25.315Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-29T00:56:25.731Z Startup: Caching catalogs ... Done
1082026-08-29T00:56:28.069ZPlanning: Solver setup ... Done (2.210s)
1092026-08-29T00:56:28.121ZPlanning: Running solver ... Done (0.066s)
1102026-08-29T00:56:28.181ZPlanning: Finding local manifests ... Done (0.004s)
1112026-08-29T00:56:28.194ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-29T00:56:28.209ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-29T00:56:28.225ZPlanning: Package planning ... Done (0.015s)
1142026-08-29T00:56:28.229ZPlanning: Merging actions ... Done (0.001s)
1152026-08-29T00:56:28.461ZPlanning: Checking for conflicting actions ... Done (0.231s)
1162026-08-29T00:56:28.466ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-29T00:56:29.323ZPlanning: Evaluating mediators ... Done (0.867s)
1182026-08-29T00:56:29.326ZPlanning: Planning completed in 3.56 seconds
1192026-08-29T00:56:29.333Z Packages to install: 2
1202026-08-29T00:56:29.333Z Estimated space available: 156.00 GB
1212026-08-29T00:56:29.333ZEstimated space to be consumed: 83.65 MB
1222026-08-29T00:56:29.333Z Create boot environment: No
1232026-08-29T00:56:29.333ZCreate backup boot environment: No
1242026-08-29T00:56:29.333Z Rebuild boot archive: No
1252026-08-29T00:56:29.336Z
1262026-08-29T00:56:29.336ZChanged packages:
1272026-08-29T00:56:29.336Zhelios
1282026-08-29T00:56:29.336Z developer/build-essential
1292026-08-29T00:56:29.336Z None -> 11-3.0
1302026-08-29T00:56:29.336Z library/libxmlsec1
1312026-08-29T00:56:29.336Z None -> 1.2.35-3.0
1322026-08-29T00:56:29.360Z
1332026-08-29T00:56:29.360ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-29T00:56:29.429ZDownload: Completed 1.28 MB in 0.07 seconds (18.7M/s)
1352026-08-29T00:56:29.493Z Actions: 1/268 actions (Installing new actions)
1362026-08-29T00:56:29.532Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-29T00:56:29.572ZFinalize: Updating package state database ... Done (0.039s)
1382026-08-29T00:56:29.572ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-29T00:56:29.663ZFinalize: Updating image state ... Done (0.091s)
1402026-08-29T00:56:32.332ZFinalize: Creating fast lookup database ... Done (2.616s)
1412026-08-29T00:56:32.400ZFinalize: Reading search index ... Done (0.012s)
1422026-08-29T00:56:32.406ZFinalize: Updating search index ... Done (0.000s)
1432026-08-29T00:56:32.528ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-29T00:56:32.910ZPlanning: Evaluating mediator changes ... Done
1452026-08-29T00:56:33.018ZPlanning: Checking for conflicting actions ... Done
1462026-08-29T00:56:33.024ZPlanning: Consolidating action changes ... Done
1472026-08-29T00:56:33.175ZPlanning: Evaluating mediators ... Done
1482026-08-29T00:56:33.180ZPlanning: Planning completed in 0.27 seconds
1492026-08-29T00:56:33.198Z Mediators to change: 2
1502026-08-29T00:56:33.198Z Create boot environment: No
1512026-08-29T00:56:33.198ZCreate backup boot environment: No
1522026-08-29T00:56:33.243ZFinalize: Updating package state database ... Done
1532026-08-29T00:56:33.243ZFinalize: Updating package cache ... Done
1542026-08-29T00:56:33.297ZFinalize: Updating image state ... Done
1552026-08-29T00:56:35.269ZFinalize: Creating fast lookup database ... Done
1562026-08-29T00:56:35.334ZFinalize: Reading search index ... Done
1572026-08-29T00:56:35.338ZFinalize: Updating search index ... Done
1582026-08-29T00:56:35.438ZFinalize: Updating package cache ... Done
1592026-08-29T00:56:35.721ZPlanning: Evaluating mediator changes ... Done
1602026-08-29T00:56:35.829ZPlanning: Checking for conflicting actions ... Done
1612026-08-29T00:56:35.834ZPlanning: Consolidating action changes ... Done
1622026-08-29T00:56:35.994ZPlanning: Evaluating mediators ... Done
1632026-08-29T00:56:36.006ZPlanning: Planning completed in 0.27 seconds
1642026-08-29T00:56:36.013Z Mediators to change: 1
1652026-08-29T00:56:36.013Z Create boot environment: No
1662026-08-29T00:56:36.013ZCreate backup boot environment: No
1672026-08-29T00:56:36.061ZFinalize: Updating package state database ... Done
1682026-08-29T00:56:36.061ZFinalize: Updating package cache ... Done
1692026-08-29T00:56:36.118ZFinalize: Updating image state ... Done
1702026-08-29T00:56:38.082ZFinalize: Creating fast lookup database ... Done
1712026-08-29T00:56:38.146ZFinalize: Reading search index ... Done
1722026-08-29T00:56:38.149ZFinalize: Updating search index ... Done
1732026-08-29T00:56:38.250ZFinalize: Updating package cache ... Done
1742026-08-29T00:56:38.568ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-29T00:56:38.568Zapache system 2.4 system
1762026-08-29T00:56:38.568Zclang system 15 system
1772026-08-29T00:56:38.568Zcsh system system illumos
1782026-08-29T00:56:38.568Zctags system system illumos
1792026-08-29T00:56:38.568Zfile vendor vendor darwinsys
1802026-08-29T00:56:38.568Zfile system system illumos
1812026-08-29T00:56:38.568Zgcc vendor 14 vendor
1822026-08-29T00:56:38.568Zgcc system 13 system
1832026-08-29T00:56:38.568Zgcc system 10 system
1842026-08-29T00:56:38.568Zgo system 1.25 system
1852026-08-29T00:56:38.568Zllvm system 15 system
1862026-08-29T00:56:38.569Zmariadb system 11.4 system
1872026-08-29T00:56:38.569Zmta vendor vendor dma
1882026-08-29T00:56:38.569Zopenjdk system 17 system
1892026-08-29T00:56:38.569Zopenjdk system 11 system
1902026-08-29T00:56:38.569Zopenssl vendor 3 vendor
1912026-08-29T00:56:38.569Zperl system 5.40 system
1922026-08-29T00:56:38.569Zpostgresql system 18 system
1932026-08-29T00:56:38.569Zpostgresql system 17 system
1942026-08-29T00:56:38.569Zpython vendor 3 vendor
1952026-08-29T00:56:38.569Zpython system 2 system
1962026-08-29T00:56:38.569Zpython3 vendor 3.13 vendor
1972026-08-29T00:56:38.569Zruby system 3.4 system
1982026-08-29T00:56:38.569Zruby system 3.0 system
1992026-08-29T00:56:38.569Zwords vendor vendor american-english
2002026-08-29T00:56:38.569Zwords system system australian-english
2012026-08-29T00:56:38.569Zwords system system british-english
2022026-08-29T00:56:38.569Zwords system system canadian-english
2032026-08-29T00:56:38.569Zwords system system french
2042026-08-29T00:56:38.569Zwords system system italian
2052026-08-29T00:56:38.569Zwords system system ngerman
2062026-08-29T00:56:38.569Zwords system system ogerman
2072026-08-29T00:56:38.569Zwords system system spanish
2082026-08-29T00:56:38.824ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-29T00:56:38.824Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-29T00:56:39.324ZFMRI IFO
2112026-08-29T00:56:39.324Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-29T00:56:39.324Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-29T00:56:39.324Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-29T00:56:39.324Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-29T00:56:39.324Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-29T00:56:39.324Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-29T00:56:39.324Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-29T00:56:39.324Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-29T00:56:39.324Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-29T00:56:39.672Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-29T00:56:40.029Z Updating crates.io index
2222026-08-29T00:56:40.035Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-29T00:56:40.304Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-29T00:56:40.682Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2252026-08-29T00:56:40.974Z Updating git repository `https://github.com/oxidecomputer/propolis`
2262026-08-29T00:56:42.195Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2272026-08-29T00:56:42.720Z Updating git repository `https://github.com/oxidecomputer/crucible`
2282026-08-29T00:56:44.320Z Updating git repository `https://github.com/oxidecomputer/opte`
2292026-08-29T00:56:45.189Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-08-29T00:56:45.513Z Updating git repository `https://github.com/oxidecomputer/lldp`
2312026-08-29T00:56:45.898Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2322026-08-29T00:56:47.360Z Updating git repository `https://github.com/oxidecomputer/clickward`
2332026-08-29T00:56:47.669Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2342026-08-29T00:56:48.068Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2352026-08-29T00:56:48.342Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2362026-08-29T00:56:48.630Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2372026-08-29T00:56:48.932Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2382026-08-29T00:56:49.233Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2392026-08-29T00:56:49.495Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2402026-08-29T00:56:49.806Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-08-29T00:56:50.187Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2422026-08-29T00:56:50.701Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2432026-08-29T00:56:50.967Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2442026-08-29T00:56:51.531Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2452026-08-29T00:56:51.835Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-08-29T00:56:52.120Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-08-29T00:56:52.558Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-08-29T00:56:52.826Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-08-29T00:56:53.254Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-08-29T00:56:53.592Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-08-29T00:56:53.862Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-08-29T00:56:54.190Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-08-29T00:56:54.589Z Updating git repository `https://github.com/oxidecomputer/tough`
2542026-08-29T00:56:55.174Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-08-29T00:56:55.472Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-08-29T00:56:55.743Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2572026-08-29T00:56:56.100Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2582026-08-29T00:56:56.436Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2592026-08-29T00:56:56.715Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-08-29T00:56:57.027Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-08-29T00:56:57.354Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-08-29T00:56:57.652Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2632026-08-29T00:56:58.114Z Updating git repository `https://github.com/illumos/smf-rs`
2642026-08-29T00:57:00.964Z Downloading crates ...
2652026-08-29T00:57:01.032Z Downloaded fnv v1.0.7
2662026-08-29T00:57:01.039Z Downloaded heck v0.5.0
2672026-08-29T00:57:01.039Z Downloaded dof v0.3.0
2682026-08-29T00:57:01.040Z Downloaded itoa v1.0.17
2692026-08-29T00:57:01.040Z Downloaded errno v0.3.14
2702026-08-29T00:57:01.049Z Downloaded memmap v0.7.0
2712026-08-29T00:57:01.050Z Downloaded proc-macro-error-attr v1.0.4
2722026-08-29T00:57:01.050Z Downloaded zmij v1.0.21
2732026-08-29T00:57:01.050Z Downloaded anstream v1.0.0
2742026-08-29T00:57:01.050Z Downloaded anstyle-query v1.1.5
2752026-08-29T00:57:01.050Z Downloaded clap_lex v1.0.0
2762026-08-29T00:57:01.056Z Downloaded macaddr v1.0.1
2772026-08-29T00:57:01.056Z Downloaded zerocopy-derive v0.7.35
2782026-08-29T00:57:01.056Z Downloaded cargo-platform v0.3.2
2792026-08-29T00:57:01.057Z Downloaded heck v0.4.1
2802026-08-29T00:57:01.057Z Downloaded cfg-if v1.0.4
2812026-08-29T00:57:01.057Z Downloaded zerocopy v0.7.35
2822026-08-29T00:57:01.066Z Downloaded dtrace-parser v0.2.0
2832026-08-29T00:57:01.076Z Downloaded anstyle-parse v1.0.0
2842026-08-29T00:57:01.077Z Downloaded cargo_toml v0.21.0
2852026-08-29T00:57:01.077Z Downloaded fastrand v2.3.0
2862026-08-29T00:57:01.080Z Downloaded block-buffer v0.10.4
2872026-08-29T00:57:01.080Z Downloaded generic-array v0.14.7
2882026-08-29T00:57:01.080Z Downloaded colorchoice v1.0.4
2892026-08-29T00:57:01.080Z Downloaded cpufeatures v0.2.17
2902026-08-29T00:57:01.080Z Downloaded crypto-common v0.1.7
2912026-08-29T00:57:01.083Z Downloaded digest v0.10.7
2922026-08-29T00:57:01.088Z Downloaded pest_generator v2.8.6
2932026-08-29T00:57:01.088Z Downloaded textwrap v0.16.2
2942026-08-29T00:57:01.090Z Downloaded autocfg v1.5.0
2952026-08-29T00:57:01.094Z Downloaded cargo_metadata v0.23.1
2962026-08-29T00:57:01.094Z Downloaded fs-err v3.3.0
2972026-08-29T00:57:01.094Z Downloaded camino-tempfile v1.4.1
2982026-08-29T00:57:01.094Z Downloaded byteorder v1.5.0
2992026-08-29T00:57:01.094Z Downloaded usdt v0.5.0
3002026-08-29T00:57:01.099Z Downloaded usdt-macro v0.5.0
3012026-08-29T00:57:01.102Z Downloaded toml_datetime v0.6.11
3022026-08-29T00:57:01.102Z Downloaded serde_spanned v0.6.9
3032026-08-29T00:57:01.102Z Downloaded strsim v0.11.1
3042026-08-29T00:57:01.102Z Downloaded pretty-hex v0.4.1
3052026-08-29T00:57:01.106Z Downloaded tabled_derive v0.7.0
3062026-08-29T00:57:01.109Z Downloaded usdt-attr-macro v0.5.0
3072026-08-29T00:57:01.109Z Downloaded equivalent v1.0.2
3082026-08-29T00:57:01.109Z Downloaded plain v0.2.3
3092026-08-29T00:57:01.109Z Downloaded is_terminal_polyfill v1.70.2
3102026-08-29T00:57:01.112Z Downloaded bitflags v2.11.0
3112026-08-29T00:57:01.115Z Downloaded clap_derive v4.6.1
3122026-08-29T00:57:01.122Z Downloaded terminal_size v0.4.3
3132026-08-29T00:57:01.126Z Downloaded toml_write v0.1.2
3142026-08-29T00:57:01.130Z Downloaded unicode-linebreak v0.1.5
3152026-08-29T00:57:01.134Z Downloaded utf8parse v0.2.2
3162026-08-29T00:57:01.137Z Downloaded hashbrown v0.17.0
3172026-08-29T00:57:01.140Z Downloaded anstyle v1.0.14
3182026-08-29T00:57:01.143Z Downloaded swrite v0.1.0
3192026-08-29T00:57:01.143Z Downloaded version_check v0.9.5
3202026-08-29T00:57:01.150Z Downloaded thiserror-impl v2.0.18
3212026-08-29T00:57:01.153Z Downloaded smawk v0.3.2
3222026-08-29T00:57:01.157Z Downloaded papergrid v0.11.0
3232026-08-29T00:57:01.159Z Downloaded clap v4.6.1
3242026-08-29T00:57:01.163Z Downloaded anyhow v1.0.104
3252026-08-29T00:57:01.166Z Downloaded getrandom v0.4.3
3262026-08-29T00:57:01.248Z Downloaded log v0.4.33
3272026-08-29T00:57:01.248Z Downloaded proc-macro-error v1.0.4
3282026-08-29T00:57:01.248Z Downloaded scroll_derive v0.12.1
3292026-08-29T00:57:01.250Z Downloaded thiserror-impl v1.0.69
3302026-08-29T00:57:01.251Z Downloaded thiserror v1.0.69
3312026-08-29T00:57:01.251Z Downloaded thiserror v2.0.18
3322026-08-29T00:57:01.251Z Downloaded serde_tokenstream v0.2.3
3332026-08-29T00:57:01.251Z Downloaded usdt-impl v0.5.0
3342026-08-29T00:57:01.251Z Downloaded quote v1.0.45
3352026-08-29T00:57:01.251Z Downloaded camino v1.2.5
3362026-08-29T00:57:01.251Z Downloaded scroll v0.12.0
3372026-08-29T00:57:01.251Z Downloaded thread-id v4.2.2
3382026-08-29T00:57:01.251Z Downloaded sha2 v0.10.9
3392026-08-29T00:57:01.251Z Downloaded bytecount v0.6.9
3402026-08-29T00:57:01.251Z Downloaded pest_derive v2.8.6
3412026-08-29T00:57:01.251Z Downloaded once_cell v1.21.3
3422026-08-29T00:57:01.251Z Downloaded tempfile v3.27.0
3432026-08-29T00:57:01.252Z Downloaded ucd-trie v0.1.7
3442026-08-29T00:57:01.252Z Downloaded semver v1.0.28
3452026-08-29T00:57:01.252Z Downloaded unicode-ident v1.0.24
3462026-08-29T00:57:01.252Z Downloaded serde_core v1.0.228
3472026-08-29T00:57:01.252Z Downloaded serde_derive v1.0.228
3482026-08-29T00:57:01.252Z Downloaded proc-macro2 v1.0.106
3492026-08-29T00:57:01.252Z Downloaded toml_edit v0.22.27
3502026-08-29T00:57:01.252Z Downloaded toml v0.8.23
3512026-08-29T00:57:01.261Z Downloaded pest_meta v2.8.6
3522026-08-29T00:57:01.262Z Downloaded serde v1.0.228
3532026-08-29T00:57:01.262Z Downloaded memchr v2.8.0
3542026-08-29T00:57:01.266Z Downloaded indexmap v2.14.0
3552026-08-29T00:57:01.266Z Downloaded pest v2.8.6
3562026-08-29T00:57:01.272Z Downloaded typenum v1.20.1
3572026-08-29T00:57:01.288Z Downloaded clap_builder v4.6.0
3582026-08-29T00:57:01.296Z Downloaded goblin v0.8.2
3592026-08-29T00:57:01.303Z Downloaded serde_json v1.0.151
3602026-08-29T00:57:01.324Z Downloaded winnow v0.7.14
3612026-08-29T00:57:01.327Z Downloaded syn v1.0.109
3622026-08-29T00:57:01.335Z Downloaded tabled v0.15.0
3632026-08-29T00:57:01.342Z Downloaded unicode-width v0.1.14
3642026-08-29T00:57:01.349Z Downloaded unicode-width v0.2.0
3652026-08-29T00:57:01.352Z Downloaded syn v2.0.117
3662026-08-29T00:57:01.362Z Downloaded rustix v1.1.4
3672026-08-29T00:57:01.383Z Downloaded libc v0.2.185
3682026-08-29T00:57:01.443Z Compiling proc-macro2 v1.0.106
3692026-08-29T00:57:01.443Z Compiling quote v1.0.45
3702026-08-29T00:57:01.443Z Compiling unicode-ident v1.0.24
3712026-08-29T00:57:01.448Z Compiling serde_core v1.0.228
3722026-08-29T00:57:01.448Z Compiling libc v0.2.185
3732026-08-29T00:57:01.448Z Compiling version_check v0.9.5
3742026-08-29T00:57:01.622Z Compiling memchr v2.8.0
3752026-08-29T00:57:01.630Z Compiling serde v1.0.228
3762026-08-29T00:57:01.633Z Compiling zmij v1.0.21
3772026-08-29T00:57:01.636Z Compiling thiserror v1.0.69
3782026-08-29T00:57:01.636Z Compiling ucd-trie v0.1.7
3792026-08-29T00:57:01.650Z Compiling itoa v1.0.17
3802026-08-29T00:57:01.653Z Compiling byteorder v1.5.0
3812026-08-29T00:57:01.653Z Compiling rustix v1.1.4
3822026-08-29T00:57:01.868Z Compiling bitflags v2.11.0
3832026-08-29T00:57:02.051Z Compiling serde_json v1.0.151
3842026-08-29T00:57:02.107Z Compiling proc-macro-error-attr v1.0.4
3852026-08-29T00:57:02.110Z Compiling usdt-impl v0.5.0
3862026-08-29T00:57:02.187Z Compiling pest v2.8.6
3872026-08-29T00:57:02.241Z Compiling syn v1.0.109
3882026-08-29T00:57:02.277Z Compiling camino v1.2.5
3892026-08-29T00:57:02.420Z Compiling proc-macro-error v1.0.4
3902026-08-29T00:57:02.424Z Compiling hashbrown v0.17.0
3912026-08-29T00:57:02.424Z Compiling getrandom v0.4.3
3922026-08-29T00:57:02.509Z Compiling log v0.4.33
3932026-08-29T00:57:02.527Z Compiling plain v0.2.3
3942026-08-29T00:57:02.530Z Compiling utf8parse v0.2.2
3952026-08-29T00:57:02.564Z Compiling errno v0.3.14
3962026-08-29T00:57:02.615Z Compiling thread-id v4.2.2
3972026-08-29T00:57:02.650Z Compiling equivalent v1.0.2
3982026-08-29T00:57:02.724Z Compiling anstyle-parse v1.0.0
3992026-08-29T00:57:02.727Z Compiling winnow v0.7.14
4002026-08-29T00:57:02.727Z Compiling autocfg v1.5.0
4012026-08-29T00:57:02.793Z Compiling pretty-hex v0.4.1
4022026-08-29T00:57:02.796Z Compiling cfg-if v1.0.4
4032026-08-29T00:57:02.797Z Compiling toml_write v0.1.2
4042026-08-29T00:57:02.797Z Compiling anstyle-query v1.1.5
4052026-08-29T00:57:02.797Z Compiling thiserror v2.0.18
4062026-08-29T00:57:02.881Z Compiling anstyle v1.0.14
4072026-08-29T00:57:02.921Z Compiling colorchoice v1.0.4
4082026-08-29T00:57:02.939Z Compiling is_terminal_polyfill v1.70.2
4092026-08-29T00:57:02.977Z Compiling indexmap v2.14.0
4102026-08-29T00:57:03.061Z Compiling bytecount v0.6.9
4112026-08-29T00:57:03.079Z Compiling anstream v1.0.0
4122026-08-29T00:57:03.104Z Compiling anyhow v1.0.104
4132026-08-29T00:57:03.115Z Compiling once_cell v1.21.3
4142026-08-29T00:57:03.144Z Compiling syn v2.0.117
4152026-08-29T00:57:03.253Z Compiling fs-err v3.3.0
4162026-08-29T00:57:03.259Z Compiling heck v0.5.0
4172026-08-29T00:57:03.306Z Compiling pest_meta v2.8.6
4182026-08-29T00:57:03.382Z Compiling clap_lex v1.0.0
4192026-08-29T00:57:03.462Z Compiling fnv v1.0.7
4202026-08-29T00:57:03.490Z Compiling heck v0.4.1
4212026-08-29T00:57:03.548Z Compiling unicode-width v0.1.14
4222026-08-29T00:57:03.647Z Compiling strsim v0.11.1
4232026-08-29T00:57:03.647Z Compiling fastrand v2.3.0
4242026-08-29T00:57:03.751Z Compiling memmap v0.7.0
4252026-08-29T00:57:03.790Z Compiling terminal_size v0.4.3
4262026-08-29T00:57:03.790Z Compiling unicode-linebreak v0.1.5
4272026-08-29T00:57:03.790Z Compiling smawk v0.3.2
4282026-08-29T00:57:03.790Z Compiling tempfile v3.27.0
4292026-08-29T00:57:03.822Z Compiling clap_builder v4.6.0
4302026-08-29T00:57:03.847Z Compiling papergrid v0.11.0
4312026-08-29T00:57:03.863Z Compiling unicode-width v0.2.0
4322026-08-29T00:57:03.965Z Compiling swrite v0.1.0
4332026-08-29T00:57:04.069Z Compiling cargo-platform v0.3.2
4342026-08-29T00:57:04.158Z Compiling semver v1.0.28
4352026-08-29T00:57:04.211Z Compiling textwrap v0.16.2
4362026-08-29T00:57:04.284Z Compiling camino-tempfile v1.4.1
4372026-08-29T00:57:04.725Z Compiling tabled_derive v0.7.0
4382026-08-29T00:57:05.379Z Compiling pest_generator v2.8.6
4392026-08-29T00:57:05.398Z Compiling tabled v0.15.0
4402026-08-29T00:57:05.856Z Compiling serde_derive v1.0.228
4412026-08-29T00:57:05.856Z Compiling thiserror-impl v1.0.69
4422026-08-29T00:57:05.861Z Compiling zerocopy-derive v0.7.35
4432026-08-29T00:57:05.862Z Compiling scroll_derive v0.12.1
4442026-08-29T00:57:05.862Z Compiling thiserror-impl v2.0.18
4452026-08-29T00:57:05.862Z Compiling clap_derive v4.6.1
4462026-08-29T00:57:05.949Z Compiling pest_derive v2.8.6
4472026-08-29T00:57:06.466Z Compiling scroll v0.12.0
4482026-08-29T00:57:06.596Z Compiling zerocopy v0.7.35
4492026-08-29T00:57:06.681Z Compiling goblin v0.8.2
4502026-08-29T00:57:06.876Z Compiling dtrace-parser v0.2.0
4512026-08-29T00:57:07.199Z Compiling clap v4.6.1
4522026-08-29T00:57:08.220Z Compiling serde_spanned v0.6.9
4532026-08-29T00:57:08.220Z Compiling toml_datetime v0.6.11
4542026-08-29T00:57:08.221Z Compiling macaddr v1.0.1
4552026-08-29T00:57:08.224Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4562026-08-29T00:57:08.224Z Compiling cargo_metadata v0.23.1
4572026-08-29T00:57:08.238Z Compiling dof v0.3.0
4582026-08-29T00:57:08.242Z Compiling serde_tokenstream v0.2.3
4592026-08-29T00:57:08.428Z Compiling toml_edit v0.22.27
4602026-08-29T00:57:09.020Z Compiling usdt-macro v0.5.0
4612026-08-29T00:57:09.024Z Compiling usdt-attr-macro v0.5.0
4622026-08-29T00:57:09.626Z Compiling usdt v0.5.0
4632026-08-29T00:57:09.715Z Compiling toml v0.8.23
4642026-08-29T00:57:10.039Z Compiling cargo_toml v0.21.0
4652026-08-29T00:57:11.350Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662026-08-29T00:57:13.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.89s
4672026-08-29T00:57:13.604Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4682026-08-29T00:57:14.119Z Downloading crates ...
4692026-08-29T00:57:14.185Z Downloaded backon v1.6.0
4702026-08-29T00:57:14.191Z Downloaded embedded-io v0.6.1
4712026-08-29T00:57:14.195Z Downloaded adler2 v2.0.1
4722026-08-29T00:57:14.201Z Downloaded aead v0.5.2
4732026-08-29T00:57:14.204Z Downloaded atty v0.2.14
4742026-08-29T00:57:14.204Z Downloaded bitfield-macros v0.19.4
4752026-08-29T00:57:14.204Z Downloaded endian-type v0.1.2
4762026-08-29T00:57:14.204Z Downloaded enum-as-inner v0.6.1
4772026-08-29T00:57:14.204Z Downloaded foldhash v0.2.0
4782026-08-29T00:57:14.207Z Downloaded byte-wrapper v0.1.0
4792026-08-29T00:57:14.207Z Downloaded aead v0.6.1
4802026-08-29T00:57:14.210Z Downloaded blake3 v1.8.5
4812026-08-29T00:57:14.213Z Downloaded bit-vec v0.8.0
4822026-08-29T00:57:14.217Z Downloaded elliptic-curve v0.14.1
4832026-08-29T00:57:14.217Z Downloaded generic-array v1.4.3
4842026-08-29T00:57:14.221Z Downloaded addr2line v0.25.1
4852026-08-29T00:57:14.221Z Downloaded fxhash v0.2.1
4862026-08-29T00:57:14.221Z Downloaded ghash v0.6.0
4872026-08-29T00:57:14.222Z Downloaded embedded-io v0.4.0
4882026-08-29T00:57:14.222Z Downloaded env_filter v2.0.0
4892026-08-29T00:57:14.222Z Downloaded base16ct v1.0.0
4902026-08-29T00:57:14.227Z Downloaded cobs v0.3.0
4912026-08-29T00:57:14.227Z Downloaded enum_dispatch v0.3.13
4922026-08-29T00:57:14.227Z Downloaded float-cmp v0.10.0
4932026-08-29T00:57:14.227Z Downloaded foreign-types-shared v0.3.1
4942026-08-29T00:57:14.227Z Downloaded float-ord v0.3.2
4952026-08-29T00:57:14.227Z Downloaded array-init v0.0.4
4962026-08-29T00:57:14.227Z Downloaded ascii-canvas v3.0.0
4972026-08-29T00:57:14.227Z Downloaded ena v0.14.4
4982026-08-29T00:57:14.230Z Downloaded group v0.13.0
4992026-08-29T00:57:14.230Z Downloaded const-oid v0.10.2
5002026-08-29T00:57:14.230Z Downloaded async-recursion v1.1.1
5012026-08-29T00:57:14.233Z Downloaded foreign-types v0.3.2
5022026-08-29T00:57:14.233Z Downloaded foreign-types-shared v0.1.1
5032026-08-29T00:57:14.233Z Downloaded bb8 v0.8.6
5042026-08-29T00:57:14.233Z Downloaded bit-set v0.8.0
5052026-08-29T00:57:14.233Z Downloaded fixedbitset v0.5.7
5062026-08-29T00:57:14.236Z Downloaded foreign-types v0.5.0
5072026-08-29T00:57:14.236Z Downloaded heapless v0.7.17
5082026-08-29T00:57:14.236Z Downloaded form_urlencoded v1.2.2
5092026-08-29T00:57:14.239Z Downloaded futures-macro v0.3.32
5102026-08-29T00:57:14.239Z Downloaded bs58 v0.5.1
5112026-08-29T00:57:14.239Z Downloaded arrayref v0.3.9
5122026-08-29T00:57:14.239Z Downloaded async-stream-impl v0.3.6
5132026-08-29T00:57:14.239Z Downloaded erased-serde v0.3.31
5142026-08-29T00:57:14.243Z Downloaded fixedbitset v0.4.2
5152026-08-29T00:57:14.243Z Downloaded funty v2.0.0
5162026-08-29T00:57:14.243Z Downloaded futures-core v0.3.32
5172026-08-29T00:57:14.243Z Downloaded atomicwrites v0.4.4
5182026-08-29T00:57:14.243Z Downloaded block-padding v0.4.2
5192026-08-29T00:57:14.246Z Downloaded fd-lock v4.0.4
5202026-08-29T00:57:14.246Z Downloaded atomic-waker v1.1.2
5212026-08-29T00:57:14.246Z Downloaded anstream v0.6.21
5222026-08-29T00:57:14.246Z Downloaded bitfield v0.19.4
5232026-08-29T00:57:14.251Z Downloaded chacha20 v0.9.1
5242026-08-29T00:57:14.251Z Downloaded base16ct v0.2.0
5252026-08-29T00:57:14.251Z Downloaded cfg_aliases v0.2.1
5262026-08-29T00:57:14.251Z Downloaded find-msvc-tools v0.1.9
5272026-08-29T00:57:14.254Z Downloaded flagset v0.4.7
5282026-08-29T00:57:14.254Z Downloaded gethostname v0.5.0
5292026-08-29T00:57:14.254Z Downloaded assert_matches v1.5.0
5302026-08-29T00:57:14.254Z Downloaded async-stream v0.3.6
5312026-08-29T00:57:14.254Z Downloaded hash32 v0.3.1
5322026-08-29T00:57:14.254Z Downloaded bit-set v0.5.3
5332026-08-29T00:57:14.257Z Downloaded cfg_aliases v0.1.1
5342026-08-29T00:57:14.257Z Downloaded ff v0.14.0
5352026-08-29T00:57:14.257Z Downloaded futures-executor v0.3.32
5362026-08-29T00:57:14.260Z Downloaded fallible-iterator v0.2.0
5372026-08-29T00:57:14.260Z Downloaded filetime v0.2.27
5382026-08-29T00:57:14.260Z Downloaded backtrace-ext v0.2.1
5392026-08-29T00:57:14.263Z Downloaded futures-channel v0.3.32
5402026-08-29T00:57:14.263Z Downloaded foreign-types-macros v0.2.3
5412026-08-29T00:57:14.263Z Downloaded home v0.5.12
5422026-08-29T00:57:14.266Z Downloaded headers-core v0.3.0
5432026-08-29T00:57:14.269Z Downloaded futures-task v0.3.32
5442026-08-29T00:57:14.272Z Downloaded hex v0.4.3
5452026-08-29T00:57:14.277Z Downloaded hash32 v0.2.1
5462026-08-29T00:57:14.281Z Downloaded bcrypt-pbkdf v0.11.0
5472026-08-29T00:57:14.281Z Downloaded block-buffer v0.12.1
5482026-08-29T00:57:14.281Z Downloaded futures-sink v0.3.32
5492026-08-29T00:57:14.284Z Downloaded fs_extra v1.3.0
5502026-08-29T00:57:14.284Z Downloaded num_enum v0.7.6
5512026-08-29T00:57:14.288Z Downloaded ff v0.13.1
5522026-08-29T00:57:14.294Z Downloaded foldhash v0.1.5
5532026-08-29T00:57:14.294Z Downloaded ciborium-io v0.2.2
5542026-08-29T00:57:14.294Z Downloaded castaway v0.2.4
5552026-08-29T00:57:14.294Z Downloaded futures-io v0.3.32
5562026-08-29T00:57:14.294Z Downloaded ciborium-ll v0.2.2
5572026-08-29T00:57:14.294Z Downloaded cipher v0.4.4
5582026-08-29T00:57:14.299Z Downloaded compression-core v0.4.31
5592026-08-29T00:57:14.299Z Downloaded hostname v0.4.2
5602026-08-29T00:57:14.299Z Downloaded httpdate v1.0.3
5612026-08-29T00:57:14.302Z Downloaded http-body v1.0.1
5622026-08-29T00:57:14.302Z Downloaded bitfield-struct v0.6.2
5632026-08-29T00:57:14.305Z Downloaded hostname v0.3.1
5642026-08-29T00:57:14.309Z Downloaded hubpack_derive v0.1.1
5652026-08-29T00:57:14.313Z Downloaded http-range v0.1.5
5662026-08-29T00:57:14.313Z Downloaded nibble_vec v0.1.0
5672026-08-29T00:57:14.313Z Downloaded nodrop v0.1.14
5682026-08-29T00:57:14.313Z Downloaded normalize-line-endings v0.3.0
5692026-08-29T00:57:14.313Z Downloaded hubpack v0.1.2
5702026-08-29T00:57:14.313Z Downloaded newline-converter v0.3.0
5712026-08-29T00:57:14.316Z Downloaded openssl-macros v0.1.1
5722026-08-29T00:57:14.316Z Downloaded globwalk v0.9.1
5732026-08-29T00:57:14.316Z Downloaded git-stub v1.0.0
5742026-08-29T00:57:14.321Z Downloaded hex-literal v1.1.0
5752026-08-29T00:57:14.324Z Downloaded password-hash v0.6.1
5762026-08-29T00:57:14.324Z Downloaded async-trait v0.1.89
5772026-08-29T00:57:14.328Z Downloaded progenitor-macro v0.14.0
5782026-08-29T00:57:14.331Z Downloaded oso-derive v0.27.3
5792026-08-29T00:57:14.331Z Downloaded phf_shared v0.13.1
5802026-08-29T00:57:14.334Z Downloaded powerfmt v0.2.0
5812026-08-29T00:57:14.334Z Downloaded cancel-safe-futures v0.1.5
5822026-08-29T00:57:14.338Z Downloaded console v0.15.11
5832026-08-29T00:57:14.342Z Downloaded cassowary v0.3.0
5842026-08-29T00:57:14.343Z Downloaded bumpalo v3.20.2
5852026-08-29T00:57:14.343Z Downloaded radium v0.7.0
5862026-08-29T00:57:14.346Z Downloaded globset v0.4.18
5872026-08-29T00:57:14.346Z Downloaded env_logger v0.11.11
5882026-08-29T00:57:14.346Z Downloaded git-stub-vcs v0.1.0
5892026-08-29T00:57:14.349Z Downloaded camino-tempfile-ext v0.3.3
5902026-08-29T00:57:14.349Z Downloaded cbc v0.2.1
5912026-08-29T00:57:14.349Z Downloaded bitflags v1.3.2
5922026-08-29T00:57:14.355Z Downloaded bit-vec v0.6.3
5932026-08-29T00:57:14.358Z Downloaded cmov v0.5.4
5942026-08-29T00:57:14.358Z Downloaded serde_repr v0.1.20
5952026-08-29T00:57:14.361Z Downloaded serde_spanned v1.1.1
5962026-08-29T00:57:14.361Z Downloaded shell-words v1.1.1
5972026-08-29T00:57:14.361Z Downloaded slog-envlogger v2.2.0
5982026-08-29T00:57:14.361Z Downloaded semver v0.1.20
5992026-08-29T00:57:14.416Z Downloaded scopeguard v1.2.0
6002026-08-29T00:57:14.416Z Downloaded scroll_derive v0.13.1
6012026-08-29T00:57:14.416Z Downloaded siphasher v1.0.2
6022026-08-29T00:57:14.416Z Downloaded sqlparser_derive v0.5.0
6032026-08-29T00:57:14.417Z Downloaded bzip2 v0.6.1
6042026-08-29T00:57:14.421Z Downloaded subtle v2.6.1
6052026-08-29T00:57:14.421Z Downloaded structmeta v0.3.0
6062026-08-29T00:57:14.422Z Downloaded cexpr v0.6.0
6072026-08-29T00:57:14.422Z Downloaded anstyle-parse v0.2.7
6082026-08-29T00:57:14.422Z Downloaded bcs v0.1.6
6092026-08-29T00:57:14.422Z Downloaded buf-list v1.1.2
6102026-08-29T00:57:14.422Z Downloaded supports-unicode v3.0.0
6112026-08-29T00:57:14.422Z Downloaded fs-err v2.11.0
6122026-08-29T00:57:14.423Z Downloaded testing_table v0.3.0
6132026-08-29T00:57:14.423Z Downloaded thiserror-impl-no-std v2.0.2
6142026-08-29T00:57:14.423Z Downloaded compression-codecs v0.4.37
6152026-08-29T00:57:14.423Z Downloaded highway v1.3.0
6162026-08-29T00:57:14.423Z Downloaded base64ct v1.8.3
6172026-08-29T00:57:14.423Z Downloaded blowfish v0.10.0
6182026-08-29T00:57:14.423Z Downloaded glob v0.3.3
6192026-08-29T00:57:14.423Z Downloaded group v0.14.0
6202026-08-29T00:57:14.423Z Downloaded cmake v0.1.57
6212026-08-29T00:57:14.423Z Downloaded backoff v0.4.0
6222026-08-29T00:57:14.423Z Downloaded allocator-api2 v0.2.21
6232026-08-29T00:57:14.423Z Downloaded cipher v0.5.2
6242026-08-29T00:57:14.423Z Downloaded num-complex v0.4.6
6252026-08-29T00:57:14.423Z Downloaded argon2 v0.5.3
6262026-08-29T00:57:14.423Z Downloaded colored v3.1.1
6272026-08-29T00:57:14.423Z Downloaded ciborium v0.2.2
6282026-08-29T00:57:14.423Z Downloaded oxide-update-engine-display v0.1.2
6292026-08-29T00:57:14.423Z Downloaded password-hash v0.5.0
6302026-08-29T00:57:14.423Z Downloaded ahash v0.8.12
6312026-08-29T00:57:14.423Z Downloaded oxide-update-engine v0.1.2
6322026-08-29T00:57:14.424Z Downloaded pem-rfc7468 v0.7.0
6332026-08-29T00:57:14.424Z Downloaded progenitor v0.13.0
6342026-08-29T00:57:14.424Z Downloaded ppv-lite86 v0.2.21
6352026-08-29T00:57:14.424Z Downloaded time-core v0.1.8
6362026-08-29T00:57:14.424Z Downloaded progenitor-extras v0.2.0
6372026-08-29T00:57:14.424Z Downloaded getrandom v0.2.17
6382026-08-29T00:57:14.424Z Downloaded tokio-macros v2.7.0
6392026-08-29T00:57:14.424Z Downloaded topological-sort v0.2.2
6402026-08-29T00:57:14.424Z Downloaded argon2 v0.6.0-rc.8
6412026-08-29T00:57:14.424Z Downloaded arrayvec v0.7.6
6422026-08-29T00:57:14.425Z Downloaded const-oid v0.9.6
6432026-08-29T00:57:14.436Z Downloaded hmac v0.12.1
6442026-08-29T00:57:14.436Z Downloaded bzip2 v0.4.4
6452026-08-29T00:57:14.436Z Downloaded seq-macro v0.3.6
6462026-08-29T00:57:14.436Z Downloaded untrusted v0.7.1
6472026-08-29T00:57:14.436Z Downloaded yoke-derive v0.8.1
6482026-08-29T00:57:14.436Z Downloaded unarray v0.1.4
6492026-08-29T00:57:14.436Z Downloaded want v0.3.1
6502026-08-29T00:57:14.436Z Downloaded pem v3.0.6
6512026-08-29T00:57:14.447Z Downloaded http-body-util v0.1.3
6522026-08-29T00:57:14.447Z Downloaded console v0.16.2
6532026-08-29T00:57:14.447Z Downloaded scroll v0.13.0
6542026-08-29T00:57:14.447Z Downloaded blake2 v0.10.6
6552026-08-29T00:57:14.447Z Downloaded chacha20 v0.10.0
6562026-08-29T00:57:14.455Z Downloaded slog-json v2.6.1
6572026-08-29T00:57:14.456Z Downloaded string_cache v0.8.9
6582026-08-29T00:57:14.456Z Downloaded strum_macros v0.24.3
6592026-08-29T00:57:14.456Z Downloaded xshell-macros v0.2.7
6602026-08-29T00:57:14.456Z Downloaded crunchy v0.2.4
6612026-08-29T00:57:14.456Z Downloaded utf-8 v0.7.6
6622026-08-29T00:57:14.456Z Downloaded utf8_iter v1.0.4
6632026-08-29T00:57:14.456Z Downloaded convert_case v0.4.0
6642026-08-29T00:57:14.456Z Downloaded cstr-argument v0.1.2
6652026-08-29T00:57:14.456Z Downloaded defmt-parser v1.0.0
6662026-08-29T00:57:14.456Z Downloaded parking_lot v0.11.2
6672026-08-29T00:57:14.456Z Downloaded async-bb8-diesel v0.2.1
6682026-08-29T00:57:14.456Z Downloaded flate2 v1.1.9
6692026-08-29T00:57:14.463Z Downloaded time-macros v0.2.27
6702026-08-29T00:57:14.463Z Downloaded httparse v1.10.1
6712026-08-29T00:57:14.463Z Downloaded spki v0.8.0
6722026-08-29T00:57:14.463Z Downloaded zone v0.3.1
6732026-08-29T00:57:14.463Z Downloaded curve25519-dalek-derive v0.1.1
6742026-08-29T00:57:14.463Z Downloaded hmac v0.13.0
6752026-08-29T00:57:14.468Z Downloaded num_enum v0.5.11
6762026-08-29T00:57:14.468Z Downloaded pkcs1 v0.8.0-rc.4
6772026-08-29T00:57:14.472Z Downloaded poly1305 v0.9.0
6782026-08-29T00:57:14.472Z Downloaded primefield v0.14.0
6792026-08-29T00:57:14.472Z Downloaded rpassword v7.5.4
6802026-08-29T00:57:14.472Z Downloaded synstructure v0.13.2
6812026-08-29T00:57:14.475Z Downloaded ident_case v1.0.1
6822026-08-29T00:57:14.475Z Downloaded debug-ignore v1.0.5
6832026-08-29T00:57:14.480Z Downloaded fatfs v0.3.6
6842026-08-29T00:57:14.481Z Downloaded getrandom v0.3.4
6852026-08-29T00:57:14.485Z Downloaded half v1.8.3
6862026-08-29T00:57:14.485Z Downloaded blake2 v0.11.0-rc.6
6872026-08-29T00:57:14.485Z Downloaded toml_writer v1.1.1+spec-1.1.0
6882026-08-29T00:57:14.486Z Downloaded clang-sys v1.8.1
6892026-08-29T00:57:14.492Z Downloaded illumos-nvpair-sys v0.2.0
6902026-08-29T00:57:14.492Z Downloaded jiff-static v0.2.34
6912026-08-29T00:57:14.492Z Downloaded darling_macro v0.20.11
6922026-08-29T00:57:14.492Z Downloaded difflib v0.4.0
6932026-08-29T00:57:14.492Z Downloaded digest-io v0.1.0
6942026-08-29T00:57:14.492Z Downloaded dtrace-parser v0.3.0
6952026-08-29T00:57:14.497Z Downloaded tui-tree-widget v0.23.1
6962026-08-29T00:57:14.497Z Downloaded instant v0.1.13
6972026-08-29T00:57:14.497Z Downloaded pkcs1 v0.7.5
6982026-08-29T00:57:14.497Z Downloaded vergen-git2 v9.1.0
6992026-08-29T00:57:14.501Z Downloaded chacha20poly1305 v0.10.1
7002026-08-29T00:57:14.501Z Downloaded serde_tokenstream v0.3.0
7012026-08-29T00:57:14.501Z Downloaded colored v2.2.0
7022026-08-29T00:57:14.504Z Downloaded writeable v0.6.2
7032026-08-29T00:57:14.504Z Downloaded zeroize_derive v1.5.0
7042026-08-29T00:57:14.508Z Downloaded instability v0.3.11
7052026-08-29T00:57:14.512Z Downloaded is-terminal v0.4.17
7062026-08-29T00:57:14.512Z Downloaded num-iter v0.1.45
7072026-08-29T00:57:14.512Z Downloaded linked-hash-map v0.5.6
7082026-08-29T00:57:14.512Z Downloaded olpc-cjson v0.1.4
7092026-08-29T00:57:14.515Z Downloaded expectorate v1.2.0
7102026-08-29T00:57:14.515Z Downloaded lzss v0.8.2
7112026-08-29T00:57:14.519Z Downloaded term v1.2.1
7122026-08-29T00:57:14.519Z Downloaded futures v0.3.32
7132026-08-29T00:57:14.522Z Downloaded half v2.7.1
7142026-08-29T00:57:14.522Z Downloaded convert_case v0.10.0
7152026-08-29T00:57:14.530Z Downloaded libscf-sys v1.2.0
7162026-08-29T00:57:14.535Z Downloaded lru-slab v0.1.2
7172026-08-29T00:57:14.535Z Downloaded mime v0.3.17
7182026-08-29T00:57:14.535Z Downloaded omicron-zone-package v0.12.3
7192026-08-29T00:57:14.535Z Downloaded oxide-update-engine-types v0.1.2
7202026-08-29T00:57:14.536Z Downloaded der_derive v0.7.3
7212026-08-29T00:57:14.536Z Downloaded oso v0.27.3
7222026-08-29T00:57:14.543Z Downloaded deranged v0.5.8
7232026-08-29T00:57:14.543Z Downloaded parse-display v0.10.0
7242026-08-29T00:57:14.543Z Downloaded precomputed-hash v0.1.1
7252026-08-29T00:57:14.543Z Downloaded tracing-attributes v0.1.31
7262026-08-29T00:57:14.543Z Downloaded base64 v0.22.1
7272026-08-29T00:57:14.549Z Downloaded tokio-stream v0.1.18
7282026-08-29T00:57:14.549Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7292026-08-29T00:57:14.549Z Downloaded openssl-probe v0.1.6
7302026-08-29T00:57:14.549Z Downloaded packed_struct_codegen v0.10.1
7312026-08-29T00:57:14.552Z Downloaded quick-error v1.2.3
7322026-08-29T00:57:14.553Z Downloaded unicode-properties v0.1.4
7332026-08-29T00:57:14.553Z Downloaded vergen-gitcl v1.0.8
7342026-08-29T00:57:14.553Z Downloaded jobserver v0.1.34
7352026-08-29T00:57:14.558Z Downloaded schemars v0.8.22
7362026-08-29T00:57:14.562Z Downloaded rand_pcg v0.10.2
7372026-08-29T00:57:14.569Z Downloaded diesel-dtrace v0.5.0
7382026-08-29T00:57:14.569Z Downloaded hyper-tls v0.6.0
7392026-08-29T00:57:14.569Z Downloaded progenitor-macro v0.13.0
7402026-08-29T00:57:14.569Z Downloaded sapling-renderdag v0.1.0
7412026-08-29T00:57:14.569Z Downloaded ref-cast v1.0.25
7422026-08-29T00:57:14.579Z Downloaded bytes v1.11.1
7432026-08-29T00:57:14.579Z Downloaded digest v0.11.3
7442026-08-29T00:57:14.584Z Downloaded similar v2.7.0
7452026-08-29T00:57:14.584Z Downloaded mime_guess v2.0.5
7462026-08-29T00:57:14.584Z Downloaded proc-macro-crate v1.3.1
7472026-08-29T00:57:14.584Z Downloaded signal-hook-mio v0.2.5
7482026-08-29T00:57:14.593Z Downloaded ref-cast-impl v1.0.25
7492026-08-29T00:57:14.593Z Downloaded sponge-cursor v0.1.0
7502026-08-29T00:57:14.593Z Downloaded rustc_version v0.4.1
7512026-08-29T00:57:14.593Z Downloaded tabwriter v1.4.1
7522026-08-29T00:57:14.597Z Downloaded tagptr v0.2.0
7532026-08-29T00:57:14.597Z Downloaded chumsky v0.9.3
7542026-08-29T00:57:14.597Z Downloaded libsw v3.5.0
7552026-08-29T00:57:14.597Z Downloaded tokio-test v0.4.5
7562026-08-29T00:57:14.597Z Downloaded phf v0.12.1
7572026-08-29T00:57:14.597Z Downloaded headers v0.4.1
7582026-08-29T00:57:14.604Z Downloaded critical-section v1.2.0
7592026-08-29T00:57:14.604Z Downloaded native-tls v0.2.18
7602026-08-29T00:57:14.604Z Downloaded structmeta-derive v0.3.0
7612026-08-29T00:57:14.604Z Downloaded heapless v0.8.0
7622026-08-29T00:57:14.614Z Downloaded crossbeam-utils v0.8.21
7632026-08-29T00:57:14.614Z Downloaded num_enum_derive v0.7.6
7642026-08-29T00:57:14.614Z Downloaded oxide-generation v0.1.3
7652026-08-29T00:57:14.618Z Downloaded prettyplease v0.2.37
7662026-08-29T00:57:14.618Z Downloaded unicode-xid v0.2.6
7672026-08-29T00:57:14.618Z Downloaded usdt-macro v0.6.0
7682026-08-29T00:57:14.618Z Downloaded thread-id v5.1.0
7692026-08-29T00:57:14.618Z Downloaded postgres-protocol v0.6.12
7702026-08-29T00:57:14.623Z Downloaded flume v0.11.1
7712026-08-29T00:57:14.623Z Downloaded packed_struct v0.10.1
7722026-08-29T00:57:14.631Z Downloaded trait-variant v0.1.2
7732026-08-29T00:57:14.631Z Downloaded ar_archive_writer v0.5.1
7742026-08-29T00:57:14.631Z Downloaded backtrace v0.3.76
7752026-08-29T00:57:14.631Z Downloaded base64 v0.21.7
7762026-08-29T00:57:14.638Z Downloaded rayon-core v1.13.0
7772026-08-29T00:57:14.638Z Downloaded ecdsa v0.17.0
7782026-08-29T00:57:14.638Z Downloaded peg v0.8.5
7792026-08-29T00:57:14.638Z Downloaded rustls-platform-verifier v0.6.2
7802026-08-29T00:57:14.644Z Downloaded arc-swap v1.8.2
7812026-08-29T00:57:14.644Z Downloaded universal-hash v0.6.1
7822026-08-29T00:57:14.644Z Downloaded unsafe-libyaml v0.2.11
7832026-08-29T00:57:14.644Z Downloaded hybrid-array v0.4.13
7842026-08-29T00:57:14.644Z Downloaded pem-rfc7468 v1.0.0
7852026-08-29T00:57:14.644Z Downloaded pkcs8 v0.10.2
7862026-08-29T00:57:14.648Z Downloaded rand_seeder v0.4.0
7872026-08-29T00:57:14.649Z Downloaded tower-layer v0.3.3
7882026-08-29T00:57:14.649Z Downloaded usdt-attr-macro v0.6.0
7892026-08-29T00:57:14.649Z Downloaded wait-timeout v0.2.1
7902026-08-29T00:57:14.649Z Downloaded cc v1.2.56
7912026-08-29T00:57:14.649Z Downloaded schemars_derive v0.8.22
7922026-08-29T00:57:14.654Z Downloaded rcgen v0.12.1
7932026-08-29T00:57:14.654Z Downloaded poly1305 v0.8.0
7942026-08-29T00:57:14.654Z Downloaded progenitor-client v0.13.0
7952026-08-29T00:57:14.654Z Downloaded rustls-pemfile v2.2.0
7962026-08-29T00:57:14.654Z Downloaded shlex v1.3.0
7972026-08-29T00:57:14.657Z Downloaded serdect v0.4.3
7982026-08-29T00:57:14.657Z Downloaded sec1 v0.8.1
7992026-08-29T00:57:14.658Z Downloaded serde-hex v0.1.0
8002026-08-29T00:57:14.662Z Downloaded sqlformat v0.3.5
8012026-08-29T00:57:14.662Z Downloaded serde_path_to_error v0.1.20
8022026-08-29T00:57:14.666Z Downloaded dropshot-api-manager-types v0.8.0
8032026-08-29T00:57:14.666Z Downloaded dirs-sys-next v0.1.2
8042026-08-29T00:57:14.670Z Downloaded slog-scope v4.4.1
8052026-08-29T00:57:14.679Z Downloaded quinn v0.11.11
8062026-08-29T00:57:14.682Z Downloaded rsa v0.9.10
8072026-08-29T00:57:14.686Z Downloaded darling v0.13.4
8082026-08-29T00:57:14.689Z Downloaded dof v0.4.0
8092026-08-29T00:57:14.689Z Downloaded hickory-resolver v0.25.2
8102026-08-29T00:57:14.689Z Downloaded strum_macros v0.27.2
8112026-08-29T00:57:14.693Z Downloaded thiserror-no-std v2.0.2
8122026-08-29T00:57:14.693Z Downloaded rustls-webpki v0.103.13
8132026-08-29T00:57:14.697Z Downloaded thread_local v1.1.9
8142026-08-29T00:57:14.697Z Downloaded idna_adapter v1.2.1
8152026-08-29T00:57:14.697Z Downloaded is_ci v1.2.0
8162026-08-29T00:57:14.697Z Downloaded keccak v0.1.6
8172026-08-29T00:57:14.697Z Downloaded lru-cache v0.1.2
8182026-08-29T00:57:14.697Z Downloaded whoami v2.1.0
8192026-08-29T00:57:14.704Z Downloaded usdt-impl v0.6.0
8202026-08-29T00:57:14.704Z Downloaded wyz v0.5.1
8212026-08-29T00:57:14.704Z Downloaded compact_str v0.8.1
8222026-08-29T00:57:14.707Z Downloaded num-conv v0.2.0
8232026-08-29T00:57:14.707Z Downloaded zeroize v1.9.0
8242026-08-29T00:57:14.707Z Downloaded indexmap v1.9.3
8252026-08-29T00:57:14.707Z Downloaded async-compression v0.4.41
8262026-08-29T00:57:14.710Z Downloaded newtype-uuid-macros v0.1.0
8272026-08-29T00:57:14.714Z Downloaded newtype_derive v0.1.6
8282026-08-29T00:57:14.714Z Downloaded maybe-uninit v2.0.0
8292026-08-29T00:57:14.714Z Downloaded openssl-probe v0.2.1
8302026-08-29T00:57:14.714Z Downloaded path-slash v0.1.5
8312026-08-29T00:57:14.717Z Downloaded proc-macro-crate v3.4.0
8322026-08-29T00:57:14.720Z Downloaded same-file v1.0.6
8332026-08-29T00:57:14.720Z Downloaded constant_time_eq v0.4.2
8342026-08-29T00:57:14.725Z Downloaded zip v0.6.6
8352026-08-29T00:57:14.729Z Downloaded zstd v0.13.3
8362026-08-29T00:57:14.730Z Downloaded delegate v0.13.5
8372026-08-29T00:57:14.730Z Downloaded rand v0.8.6
8382026-08-29T00:57:14.730Z Downloaded samael v0.0.19
8392026-08-29T00:57:14.733Z Downloaded crc-any v2.5.0
8402026-08-29T00:57:14.733Z Downloaded memmap2 v0.9.10
8412026-08-29T00:57:14.736Z Downloaded smallvec v1.15.1
8422026-08-29T00:57:14.739Z Downloaded csv-core v0.1.13
8432026-08-29T00:57:14.739Z Downloaded rand_chacha v0.3.1
8442026-08-29T00:57:14.749Z Downloaded dyn-clone v1.0.20
8452026-08-29T00:57:14.752Z Downloaded ecdsa v0.16.9
8462026-08-29T00:57:14.752Z Downloaded recursive v0.1.1
8472026-08-29T00:57:14.752Z Downloaded secrecy v0.8.0
8482026-08-29T00:57:14.752Z Downloaded darling_core v0.20.11
8492026-08-29T00:57:14.752Z Downloaded unicase v2.9.0
8502026-08-29T00:57:14.752Z Downloaded predicates-tree v1.0.13
8512026-08-29T00:57:14.752Z Downloaded hickory-resolver v0.24.4
8522026-08-29T00:57:14.763Z Downloaded toml_parser v1.1.2+spec-1.1.0
8532026-08-29T00:57:14.763Z Downloaded russh-cryptovec v0.62.0
8542026-08-29T00:57:14.763Z Downloaded rustc_version v0.1.7
8552026-08-29T00:57:14.768Z Downloaded strip-ansi-escapes v0.2.1
8562026-08-29T00:57:14.768Z Downloaded libsw-core v0.3.2
8572026-08-29T00:57:14.768Z Downloaded twox-hash v2.1.2
8582026-08-29T00:57:14.768Z Downloaded libbz2-rs-sys v0.2.2
8592026-08-29T00:57:14.776Z Downloaded strsim v0.10.0
8602026-08-29T00:57:14.776Z Downloaded hashbrown v0.12.3
8612026-08-29T00:57:14.776Z Downloaded libefi-sys v0.1.0
8622026-08-29T00:57:14.776Z Downloaded knus-derive v3.4.0
8632026-08-29T00:57:14.782Z Downloaded pbkdf2 v0.13.0
8642026-08-29T00:57:14.782Z Downloaded peg-macros v0.8.5
8652026-08-29T00:57:14.782Z Downloaded sha1 v0.11.0
8662026-08-29T00:57:14.782Z Downloaded crc32fast v1.5.0
8672026-08-29T00:57:14.782Z Downloaded indicatif v0.18.4
8682026-08-29T00:57:14.785Z Downloaded ryu v1.0.23
8692026-08-29T00:57:14.786Z Downloaded cookie v0.18.1
8702026-08-29T00:57:14.789Z Downloaded module-lattice v0.2.3
8712026-08-29T00:57:14.789Z Downloaded tower-service v0.3.3
8722026-08-29T00:57:14.796Z Downloaded aes v0.9.1
8732026-08-29T00:57:14.803Z Downloaded usdt v0.6.0
8742026-08-29T00:57:14.803Z Downloaded darling_macro v0.23.0
8752026-08-29T00:57:14.803Z Downloaded pin-project-lite v0.2.17
8762026-08-29T00:57:14.803Z Downloaded polyval v0.7.1
8772026-08-29T00:57:14.803Z Downloaded socket2 v0.5.10
8782026-08-29T00:57:14.803Z Downloaded test-strategy v0.4.5
8792026-08-29T00:57:14.810Z Downloaded crossbeam-epoch v0.9.18
8802026-08-29T00:57:14.810Z Downloaded signal-hook v0.3.18
8812026-08-29T00:57:14.810Z Downloaded typify-macro v0.6.2
8822026-08-29T00:57:14.810Z Downloaded untrusted v0.9.0
8832026-08-29T00:57:14.815Z Downloaded subprocess v0.2.15
8842026-08-29T00:57:14.815Z Downloaded darling v0.21.3
8852026-08-29T00:57:14.815Z Downloaded ingot-macros v0.2.0
8862026-08-29T00:57:14.820Z Downloaded darling v0.23.0
8872026-08-29T00:57:14.820Z Downloaded progenitor v0.14.0
8882026-08-29T00:57:14.820Z Downloaded r2d2 v0.8.10
8892026-08-29T00:57:14.820Z Downloaded secrecy v0.10.3
8902026-08-29T00:57:14.820Z Downloaded dsl_auto_type v0.2.0
8912026-08-29T00:57:14.820Z Downloaded sec1 v0.7.3
8922026-08-29T00:57:14.825Z Downloaded psm v0.1.30
8932026-08-29T00:57:14.825Z Downloaded hashbrown v0.13.2
8942026-08-29T00:57:14.829Z Downloaded scrypt v0.12.0
8952026-08-29T00:57:14.829Z Downloaded slab v0.4.12
8962026-08-29T00:57:14.829Z Downloaded smallvec v0.6.14
8972026-08-29T00:57:14.830Z Downloaded crypto-common v0.2.2
8982026-08-29T00:57:14.830Z Downloaded hickory-server v0.25.2
8992026-08-29T00:57:14.833Z Downloaded crc-catalog v2.4.0
9002026-08-29T00:57:14.833Z Downloaded rand v0.9.2
9012026-08-29T00:57:14.833Z Downloaded dirs-next v2.0.0
9022026-08-29T00:57:14.833Z Downloaded pretty_assertions v1.4.1
9032026-08-29T00:57:14.834Z Downloaded ssh-cipher v0.3.0
9042026-08-29T00:57:14.846Z Downloaded toml v1.1.2+spec-1.1.0
9052026-08-29T00:57:14.846Z Downloaded kem v0.3.0
9062026-08-29T00:57:14.846Z Downloaded stringprep v0.1.5
9072026-08-29T00:57:14.853Z Downloaded tokio-native-tls v0.3.1
9082026-08-29T00:57:14.853Z Downloaded inout v0.2.2
9092026-08-29T00:57:14.853Z Downloaded match_cfg v0.1.0
9102026-08-29T00:57:14.853Z Downloaded static_assertions v1.1.0
9112026-08-29T00:57:14.853Z Downloaded tiny-keccak v2.0.2
9122026-08-29T00:57:14.853Z Downloaded opaque-debug v0.3.1
9132026-08-29T00:57:14.853Z Downloaded tokio-tungstenite v0.23.1
9142026-08-29T00:57:14.858Z Downloaded tinystr v0.8.2
9152026-08-29T00:57:14.858Z Downloaded derive-where v1.6.0
9162026-08-29T00:57:14.858Z Downloaded inout v0.1.4
9172026-08-29T00:57:14.858Z Downloaded indoc v1.0.9
9182026-08-29T00:57:14.862Z Downloaded parking_lot_core v0.9.12
9192026-08-29T00:57:14.865Z Downloaded defmt-macros v1.0.1
9202026-08-29T00:57:14.870Z Downloaded peg-runtime v0.8.5
9212026-08-29T00:57:14.871Z Downloaded ignore v0.4.25
9222026-08-29T00:57:14.874Z Downloaded recursive-proc-macro-impl v0.1.1
9232026-08-29T00:57:14.874Z Downloaded rsa v0.10.0-rc.18
9242026-08-29T00:57:14.874Z Downloaded walkdir v2.5.0
9252026-08-29T00:57:14.875Z Downloaded whoami v1.6.1
9262026-08-29T00:57:14.875Z Downloaded xshell v0.2.7
9272026-08-29T00:57:14.880Z Downloaded p256 v0.14.0
9282026-08-29T00:57:14.880Z Downloaded minimal-lexical v0.2.1
9292026-08-29T00:57:14.883Z Downloaded quinn-udp v0.5.14
9302026-08-29T00:57:14.883Z Downloaded zstd-safe v7.2.4
9312026-08-29T00:57:14.886Z Downloaded pin-project v1.1.11
9322026-08-29T00:57:14.894Z Downloaded serde_plain v1.0.2
9332026-08-29T00:57:14.899Z Downloaded corncobs v0.1.4
9342026-08-29T00:57:14.899Z Downloaded http v1.4.2
9352026-08-29T00:57:14.899Z Downloaded icu_properties v2.1.2
9362026-08-29T00:57:14.899Z Downloaded rfc6979 v0.4.0
9372026-08-29T00:57:14.899Z Downloaded derive_more v2.1.1
9382026-08-29T00:57:14.904Z Downloaded serde_urlencoded v0.7.1
9392026-08-29T00:57:14.914Z Downloaded sigpipe v0.1.3
9402026-08-29T00:57:14.914Z Downloaded hashbrown v0.14.5
9412026-08-29T00:57:14.914Z Downloaded hashbrown v0.15.5
9422026-08-29T00:57:14.921Z Downloaded downcast-rs v2.0.2
9432026-08-29T00:57:14.921Z Downloaded term v0.7.0
9442026-08-29T00:57:14.921Z Downloaded md-5 v0.11.0
9452026-08-29T00:57:14.921Z Downloaded num v0.4.3
9462026-08-29T00:57:14.921Z Downloaded supports-color v3.0.2
9472026-08-29T00:57:14.921Z Downloaded num-bigint-dig v0.8.6
9482026-08-29T00:57:14.921Z Downloaded typed-path v0.9.3
9492026-08-29T00:57:14.926Z Downloaded zerofrom v0.1.6
9502026-08-29T00:57:14.926Z Downloaded either v1.15.0
9512026-08-29T00:57:14.926Z Downloaded litemap v0.8.1
9522026-08-29T00:57:14.926Z Downloaded qorb v0.4.1
9532026-08-29T00:57:14.929Z Downloaded unicode-segmentation v1.12.0
9542026-08-29T00:57:14.929Z Downloaded newtype-uuid v1.3.2
9552026-08-29T00:57:14.933Z Downloaded slog-bunyan v2.5.0
9562026-08-29T00:57:14.933Z Downloaded ml-kem v0.3.2
9572026-08-29T00:57:14.933Z Downloaded num-traits v0.2.19
9582026-08-29T00:57:14.936Z Downloaded derive_more v0.99.20
9592026-08-29T00:57:14.936Z Downloaded multer v3.1.0
9602026-08-29T00:57:14.939Z Downloaded unit-prefix v0.5.2
9612026-08-29T00:57:14.939Z Downloaded crucible-workspace-hack v0.1.0
9622026-08-29T00:57:14.939Z Downloaded parking_lot_core v0.8.6
9632026-08-29T00:57:14.939Z Downloaded futures-util v0.3.32
9642026-08-29T00:57:14.946Z Downloaded rand_core v0.10.0
9652026-08-29T00:57:14.950Z Downloaded zerovec-derive v0.11.2
9662026-08-29T00:57:14.950Z Downloaded void v1.0.2
9672026-08-29T00:57:14.950Z Downloaded crc v3.4.0
9682026-08-29T00:57:14.950Z Downloaded steno v0.4.1
9692026-08-29T00:57:14.950Z Downloaded darling_core v0.13.4
9702026-08-29T00:57:14.952Z Downloaded pin-project-internal v1.1.11
9712026-08-29T00:57:14.952Z Downloaded port-file v0.1.0
9722026-08-29T00:57:14.955Z Downloaded predicates v3.1.4
9732026-08-29T00:57:14.955Z Downloaded internet-checksum v0.2.1
9742026-08-29T00:57:14.958Z Downloaded primeorder v0.14.0
9752026-08-29T00:57:14.958Z Downloaded ctr v0.10.1
9762026-08-29T00:57:14.962Z Downloaded display-error-chain v0.2.2
9772026-08-29T00:57:14.967Z Downloaded md5 v0.8.0
9782026-08-29T00:57:14.967Z Downloaded aes-gcm v0.11.0
9792026-08-29T00:57:14.973Z Downloaded des v0.9.0
9802026-08-29T00:57:14.979Z Downloaded rustversion v1.0.22
9812026-08-29T00:57:14.979Z Downloaded serde-big-array v0.5.1
9822026-08-29T00:57:14.979Z Downloaded signal-hook-registry v1.4.8
9832026-08-29T00:57:14.979Z Downloaded progenitor-client v0.14.0
9842026-08-29T00:57:14.984Z Downloaded maplit v1.0.2
9852026-08-29T00:57:14.984Z Downloaded nonempty v0.12.0
9862026-08-29T00:57:14.984Z Downloaded spki v0.7.3
9872026-08-29T00:57:14.984Z Downloaded stacker v0.1.23
9882026-08-29T00:57:14.984Z Downloaded hashbrown v0.16.1
9892026-08-29T00:57:14.988Z Downloaded support-bundle-viewer v0.1.2
9902026-08-29T00:57:14.988Z Downloaded tokio-tungstenite v0.21.0
9912026-08-29T00:57:14.989Z Downloaded ed25519-dalek v3.0.0
9922026-08-29T00:57:14.995Z Downloaded phf_shared v0.12.1
9932026-08-29T00:57:14.995Z Downloaded signal-hook-tokio v0.3.1
9942026-08-29T00:57:14.995Z Downloaded aho-corasick v1.1.4
9952026-08-29T00:57:14.999Z Downloaded smf v0.2.3
9962026-08-29T00:57:14.999Z Downloaded num_enum_derive v0.5.11
9972026-08-29T00:57:15.003Z Downloaded tungstenite v0.21.0
9982026-08-29T00:57:15.003Z Downloaded vsss-rs v3.3.4
9992026-08-29T00:57:15.006Z Downloaded tap v1.0.1
10002026-08-29T00:57:15.006Z Downloaded tinyvec_macros v0.1.1
10012026-08-29T00:57:15.009Z Downloaded num-bigint v0.4.6
10022026-08-29T00:57:15.009Z Downloaded try-lock v0.2.5
10032026-08-29T00:57:15.012Z Downloaded derive_builder v0.20.2
10042026-08-29T00:57:15.015Z Downloaded serde_bytes v0.11.19
10052026-08-29T00:57:15.022Z Downloaded daft-derive v0.1.8
10062026-08-29T00:57:15.025Z Downloaded keccak v0.2.0
10072026-08-29T00:57:15.028Z Downloaded cpubits v0.1.1
10082026-08-29T00:57:15.031Z Downloaded resolv-conf v0.7.6
10092026-08-29T00:57:15.084Z Downloaded waitgroup v0.1.2
10102026-08-29T00:57:15.084Z Downloaded cpufeatures v0.3.0
10112026-08-29T00:57:15.084Z Downloaded defmt v0.3.100
10122026-08-29T00:57:15.085Z Downloaded document-features v0.2.12
10132026-08-29T00:57:15.085Z Downloaded darling_macro v0.21.3
10142026-08-29T00:57:15.085Z Downloaded hyper-util v0.1.20
10152026-08-29T00:57:15.085Z Downloaded daft v0.1.8
10162026-08-29T00:57:15.085Z Downloaded linear-map v1.2.0
10172026-08-29T00:57:15.085Z Downloaded socket2 v0.6.3
10182026-08-29T00:57:15.085Z Downloaded nanorand v0.7.0
10192026-08-29T00:57:15.085Z Downloaded oxnet v0.1.6
10202026-08-29T00:57:15.085Z Downloaded num-rational v0.4.2
10212026-08-29T00:57:15.085Z Downloaded hkdf v0.13.0
10222026-08-29T00:57:15.085Z Downloaded x509-cert v0.2.5
10232026-08-29T00:57:15.085Z Downloaded litrs v1.0.0
10242026-08-29T00:57:15.085Z Downloaded toml_edit v0.23.10+spec-1.0.0
10252026-08-29T00:57:15.085Z Downloaded memoffset v0.9.1
10262026-08-29T00:57:15.085Z Downloaded num_threads v0.1.7
10272026-08-29T00:57:15.085Z Downloaded oxide-generation-macros v0.2.0
10282026-08-29T00:57:15.085Z Downloaded proc-macro-error-attr2 v2.0.0
10292026-08-29T00:57:15.090Z Downloaded tls_codec v0.4.2
10302026-08-29T00:57:15.090Z Downloaded diesel_derives v2.3.7
10312026-08-29T00:57:15.096Z Downloaded reqwest v0.12.28
10322026-08-29T00:57:15.096Z Downloaded icu_collections v2.1.1
10332026-08-29T00:57:15.096Z Downloaded rustls-native-certs v0.8.3
10342026-08-29T00:57:15.096Z Downloaded russh-util v0.52.0
10352026-08-29T00:57:15.096Z Downloaded signature v3.0.0
10362026-08-29T00:57:15.096Z Downloaded ssh-key v0.7.0-rc.11
10372026-08-29T00:57:15.100Z Downloaded slog-stdlog v4.1.1
10382026-08-29T00:57:15.104Z Downloaded progenitor-impl v0.13.0
10392026-08-29T00:57:15.104Z Downloaded uzers v0.12.2
10402026-08-29T00:57:15.107Z Downloaded data-encoding v2.10.0
10412026-08-29T00:57:15.107Z Downloaded yansi v1.0.1
10422026-08-29T00:57:15.107Z Downloaded scuffle v0.1.0
10432026-08-29T00:57:15.115Z Downloaded take_mut v0.2.2
10442026-08-29T00:57:15.120Z Downloaded hkdf v0.12.4
10452026-08-29T00:57:15.124Z Downloaded tokio-util v0.7.18
10462026-08-29T00:57:15.124Z Downloaded icu_normalizer_data v2.1.1
10472026-08-29T00:57:15.129Z Downloaded hyper-rustls v0.27.7
10482026-08-29T00:57:15.129Z Downloaded impl-trait-for-tuples v0.2.3
10492026-08-29T00:57:15.129Z Downloaded kstat-rs v0.2.5
10502026-08-29T00:57:15.129Z Downloaded new_debug_unreachable v1.0.6
10512026-08-29T00:57:15.133Z Downloaded dropshot-api-manager v0.8.0
10522026-08-29T00:57:15.133Z Downloaded salsa20 v0.11.0
10532026-08-29T00:57:15.133Z Downloaded knus v3.4.0
10542026-08-29T00:57:15.138Z Downloaded ed25519 v3.0.0
10552026-08-29T00:57:15.138Z Downloaded rfc6979 v0.6.0
10562026-08-29T00:57:15.138Z Downloaded rtoolbox v0.0.3
10572026-08-29T00:57:15.147Z Downloaded illumos-nvpair v0.3.0
10582026-08-29T00:57:15.147Z Downloaded sha2 v0.11.0
10592026-08-29T00:57:15.147Z Downloaded ingot-types v0.2.0
10602026-08-29T00:57:15.147Z Downloaded pkg-config v0.3.32
10612026-08-29T00:57:15.151Z Downloaded zip v4.6.1
10622026-08-29T00:57:15.151Z Downloaded unicode_categories v0.1.1
10632026-08-29T00:57:15.151Z Downloaded vte v0.14.1
10642026-08-29T00:57:15.154Z Downloaded spin v0.9.8
10652026-08-29T00:57:15.157Z Downloaded parse-display-derive v0.10.0
10662026-08-29T00:57:15.157Z Downloaded predicates-core v1.0.10
10672026-08-29T00:57:15.160Z Downloaded termtree v0.5.1
10682026-08-29T00:57:15.163Z Downloaded zerofrom-derive v0.1.6
10692026-08-29T00:57:15.165Z Downloaded tls_codec_derive v0.4.2
10702026-08-29T00:57:15.165Z Downloaded rusty-fork v0.3.1
10712026-08-29T00:57:15.165Z Downloaded url v2.5.8
10722026-08-29T00:57:15.168Z Downloaded yoke v0.8.1
10732026-08-29T00:57:15.171Z Downloaded const_format_proc_macros v0.2.34
10742026-08-29T00:57:15.171Z Downloaded crossbeam-deque v0.8.6
10752026-08-29T00:57:15.175Z Downloaded strum v0.27.2
10762026-08-29T00:57:15.175Z Downloaded rand v0.10.1
10772026-08-29T00:57:15.180Z Downloaded dropshot_endpoint v0.17.1
10782026-08-29T00:57:15.184Z Downloaded icu_properties_data v2.1.2
10792026-08-29T00:57:15.189Z Downloaded darling v0.20.11
10802026-08-29T00:57:15.193Z Downloaded slog-dtrace v0.3.0
10812026-08-29T00:57:15.194Z Downloaded slog-term v2.9.2
10822026-08-29T00:57:15.194Z Downloaded wnaf v0.14.0
10832026-08-29T00:57:15.197Z Downloaded icu_normalizer v2.1.1
10842026-08-29T00:57:15.197Z Downloaded lazy_static v1.5.0
10852026-08-29T00:57:15.197Z Downloaded strum_macros v0.26.4
10862026-08-29T00:57:15.197Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10872026-08-29T00:57:15.200Z Downloaded h2 v0.4.15
10882026-08-29T00:57:15.202Z Downloaded iana-time-zone v0.1.65
10892026-08-29T00:57:15.205Z Downloaded iri-string v0.7.10
10902026-08-29T00:57:15.208Z Downloaded ipnet v2.12.0
10912026-08-29T00:57:15.208Z Downloaded miette v7.6.0
10922026-08-29T00:57:15.211Z Downloaded internal-russh-num-bigint v0.5.0
10932026-08-29T00:57:15.213Z Downloaded pkcs5 v0.8.1
10942026-08-29T00:57:15.216Z Downloaded reedline v0.40.0
10952026-08-29T00:57:15.220Z Downloaded humantime v2.3.0
10962026-08-29T00:57:15.220Z Downloaded phc v0.6.1
10972026-08-29T00:57:15.223Z Downloaded diesel_table_macro_syntax v0.3.0
10982026-08-29T00:57:15.223Z Downloaded num-derive v0.4.2
10992026-08-29T00:57:15.223Z Downloaded managed v0.8.0
11002026-08-29T00:57:15.223Z Downloaded p521 v0.14.0
11012026-08-29T00:57:15.226Z Downloaded parking_lot v0.12.5
11022026-08-29T00:57:15.229Z Downloaded crossterm v0.28.1
11032026-08-29T00:57:15.231Z Downloaded prefix-trie v0.7.0
11042026-08-29T00:57:15.234Z Downloaded proc-macro-error2 v2.0.1
11052026-08-29T00:57:15.234Z Downloaded tracing-core v0.1.36
11062026-08-29T00:57:15.236Z Downloaded simd-adler32 v0.3.8
11072026-08-29T00:57:15.236Z Downloaded termios v0.3.3
11082026-08-29T00:57:15.239Z Downloaded oxide-tokio-rt v0.1.4
11092026-08-29T00:57:15.239Z Downloaded parse-size v1.1.0
11102026-08-29T00:57:15.239Z Downloaded aws-lc-rs v1.16.3
11112026-08-29T00:57:15.243Z Downloaded sync_wrapper v1.0.2
11122026-08-29T00:57:15.246Z Downloaded crc8 v0.1.1
11132026-08-29T00:57:15.246Z Downloaded tar v0.4.46
11142026-08-29T00:57:15.246Z Downloaded rand_core v0.6.4
11152026-08-29T00:57:15.248Z Downloaded yasna v0.5.2
11162026-08-29T00:57:15.248Z Downloaded paste v1.0.15
11172026-08-29T00:57:15.251Z Downloaded primeorder v0.13.6
11182026-08-29T00:57:15.251Z Downloaded sync-ptr v0.1.4
11192026-08-29T00:57:15.251Z Downloaded darling_macro v0.13.4
11202026-08-29T00:57:15.251Z Downloaded serde_cbor v0.11.2
11212026-08-29T00:57:15.254Z Downloaded winnow v0.6.26
11222026-08-29T00:57:15.257Z Downloaded nom v8.0.0
11232026-08-29T00:57:15.260Z Downloaded snafu-derive v0.8.9
11242026-08-29T00:57:15.262Z Downloaded zopfli v0.8.3
11252026-08-29T00:57:15.262Z Downloaded lalrpop-util v0.19.12
11262026-08-29T00:57:15.265Z Downloaded sha3 v0.12.0
11272026-08-29T00:57:15.268Z Downloaded portable-atomic v1.13.1
11282026-08-29T00:57:15.271Z Downloaded potential_utf v0.1.4
11292026-08-29T00:57:15.274Z Downloaded universal-hash v0.5.1
11302026-08-29T00:57:15.274Z Downloaded displaydoc v0.2.5
11312026-08-29T00:57:15.278Z Downloaded progenitor-impl v0.14.0
11322026-08-29T00:57:15.281Z Downloaded derive_builder_macro v0.20.2
11332026-08-29T00:57:15.281Z Downloaded ipnetwork v0.21.1
11342026-08-29T00:57:15.284Z Downloaded miette-derive v7.6.0
11352026-08-29T00:57:15.284Z Downloaded percent-encoding v2.3.2
11362026-08-29T00:57:15.284Z Downloaded ed25519-dalek v2.2.0
11372026-08-29T00:57:15.287Z Downloaded serde_with_macros v1.5.2
11382026-08-29T00:57:15.287Z Downloaded signature v2.2.0
11392026-08-29T00:57:15.290Z Downloaded bitvec v1.0.1
11402026-08-29T00:57:15.299Z Downloaded scheduled-thread-pool v0.2.7
11412026-08-29T00:57:15.301Z Downloaded zone_cfg_derive v0.3.1
11422026-08-29T00:57:15.302Z Downloaded rand_xorshift v0.4.0
11432026-08-29T00:57:15.302Z Downloaded rustc-hash v2.1.1
11442026-08-29T00:57:15.302Z Downloaded unicode-truncate v1.1.0
11452026-08-29T00:57:15.304Z Downloaded regex v1.12.3
11462026-08-29T00:57:15.307Z Downloaded hyper-staticfile v0.10.1
11472026-08-29T00:57:15.312Z Downloaded ssh-encoding v0.3.0
11482026-08-29T00:57:15.315Z Downloaded dunce v1.0.5
11492026-08-29T00:57:15.315Z Downloaded sha1 v0.10.6
11502026-08-29T00:57:15.319Z Downloaded vergen-lib v0.1.6
11512026-08-29T00:57:15.321Z Downloaded cookie_store v0.22.1
11522026-08-29T00:57:15.325Z Downloaded slog-async v2.8.0
11532026-08-29T00:57:15.325Z Downloaded supports-hyperlinks v3.2.0
11542026-08-29T00:57:15.331Z Downloaded psl-types v2.0.11
11552026-08-29T00:57:15.337Z Downloaded toml v0.7.8
11562026-08-29T00:57:15.340Z Downloaded indent_write v2.2.0
11572026-08-29T00:57:15.342Z Downloaded derive_builder_core v0.20.2
11582026-08-29T00:57:15.342Z Downloaded diff v0.1.13
11592026-08-29T00:57:15.347Z Downloaded drift v0.2.0
11602026-08-29T00:57:15.350Z Downloaded multimap v0.10.1
11612026-08-29T00:57:15.353Z Downloaded xattr v1.6.1
11622026-08-29T00:57:15.353Z Downloaded stable_deref_trait v1.2.1
11632026-08-29T00:57:15.358Z Downloaded phf_shared v0.11.3
11642026-08-29T00:57:15.363Z Downloaded lru v0.12.5
11652026-08-29T00:57:15.363Z Downloaded nu-ansi-term v0.50.3
11662026-08-29T00:57:15.363Z Downloaded postcard v1.1.3
11672026-08-29T00:57:15.365Z Downloaded pkcs8 v0.11.0
11682026-08-29T00:57:15.368Z Downloaded phf v0.13.1
11692026-08-29T00:57:15.371Z Downloaded ingot v0.2.1
11702026-08-29T00:57:15.375Z Downloaded num-integer v0.1.46
11712026-08-29T00:57:15.377Z Downloaded toml_edit v0.19.15
11722026-08-29T00:57:15.388Z Downloaded ron v0.8.1
11732026-08-29T00:57:15.391Z Downloaded typify v0.6.2
11742026-08-29T00:57:15.391Z Downloaded petname v2.0.2
11752026-08-29T00:57:15.394Z Downloaded itertools v0.14.0
11762026-08-29T00:57:15.397Z Downloaded defmt v1.0.1
11772026-08-29T00:57:15.400Z Downloaded rustc-demangle v0.1.27
11782026-08-29T00:57:15.403Z Downloaded derive_more-impl v2.1.1
11792026-08-29T00:57:15.405Z Downloaded proptest v1.11.0
11802026-08-29T00:57:15.409Z Downloaded crypto-primes v0.7.2
11812026-08-29T00:57:15.413Z Downloaded libloading v0.8.9
11822026-08-29T00:57:15.413Z Downloaded rustls-pki-types v1.14.0
11832026-08-29T00:57:15.417Z Downloaded darling_core v0.21.3
11842026-08-29T00:57:15.417Z Downloaded darling_core v0.23.0
11852026-08-29T00:57:15.419Z Downloaded chrono v0.4.45
11862026-08-29T00:57:15.423Z Downloaded hyper v1.10.1
11872026-08-29T00:57:15.428Z Downloaded indoc v2.0.7
11882026-08-29T00:57:15.432Z Downloaded owo-colors v4.3.0
11892026-08-29T00:57:15.432Z Downloaded postgres-types v0.2.14
11902026-08-29T00:57:15.435Z Downloaded strum v0.26.3
11912026-08-29T00:57:15.435Z Downloaded git2 v0.20.4
11922026-08-29T00:57:15.438Z Downloaded tokio-rustls v0.26.4
11932026-08-29T00:57:15.438Z Downloaded zerocopy v0.6.6
11942026-08-29T00:57:15.441Z Downloaded lock_api v0.4.14
11952026-08-29T00:57:15.441Z Downloaded rand_chacha v0.9.0
11962026-08-29T00:57:15.441Z Downloaded rand_core v0.9.5
11972026-08-29T00:57:15.441Z Downloaded bindgen v0.71.1
11982026-08-29T00:57:15.444Z Downloaded ed25519 v2.2.3
11992026-08-29T00:57:15.446Z Downloaded libxml v0.3.3
12002026-08-29T00:57:15.449Z Downloaded quick-xml v0.37.5
12012026-08-29T00:57:15.453Z Downloaded serde_derive_internals v0.29.1
12022026-08-29T00:57:15.453Z Downloaded tokio-dtrace v0.1.1
12032026-08-29T00:57:15.453Z Downloaded derive-ex v0.1.8
12042026-08-29T00:57:15.456Z Downloaded unicode-bidi v0.3.18
12052026-08-29T00:57:15.456Z Downloaded crossterm v0.29.0
12062026-08-29T00:57:15.459Z Downloaded uuid v1.23.4
12072026-08-29T00:57:15.464Z Downloaded papergrid v0.18.0
12082026-08-29T00:57:15.468Z Downloaded serde_with_macros v3.21.0
12092026-08-29T00:57:15.471Z Downloaded vergen v9.1.0
12102026-08-29T00:57:15.471Z Downloaded vergen-lib v9.1.0
12112026-08-29T00:57:15.493Z Downloaded icu_locale_core v2.1.1
12122026-08-29T00:57:15.496Z Downloaded ctutils v0.4.2
12132026-08-29T00:57:15.497Z Downloaded schemars v1.2.1
12142026-08-29T00:57:15.505Z Downloaded icu_provider v2.1.1
12152026-08-29T00:57:15.509Z Downloaded der v0.7.10
12162026-08-29T00:57:15.512Z Downloaded der v0.8.0
12172026-08-29T00:57:15.514Z Downloaded lalrpop v0.19.12
12182026-08-29T00:57:15.520Z Downloaded miniz_oxide v0.8.9
12192026-08-29T00:57:15.523Z Downloaded snafu v0.8.9
12202026-08-29T00:57:15.527Z Downloaded tinyvec v1.10.0
12212026-08-29T00:57:15.530Z Downloaded tungstenite v0.23.0
12222026-08-29T00:57:15.530Z Downloaded itertools v0.10.5
12232026-08-29T00:57:15.532Z Downloaded publicsuffix v2.3.0
12242026-08-29T00:57:15.533Z Downloaded tough v0.22.0
12252026-08-29T00:57:15.537Z Downloaded serde_with v1.14.0
12262026-08-29T00:57:15.540Z Downloaded zerotrie v0.2.3
12272026-08-29T00:57:15.544Z Downloaded radix_trie v0.2.1
12282026-08-29T00:57:15.546Z Downloaded smoltcp v0.9.1
12292026-08-29T00:57:15.550Z Downloaded zerovec v0.11.5
12302026-08-29T00:57:15.553Z Downloaded idna v1.1.0
12312026-08-29T00:57:15.556Z Downloaded serde_yaml v0.9.34+deprecated
12322026-08-29T00:57:15.559Z Downloaded tower v0.5.3
12332026-08-29T00:57:15.562Z Downloaded unicode-normalization v0.1.25
12342026-08-29T00:57:15.565Z Downloaded goblin v0.10.5
12352026-08-29T00:57:15.568Z Downloaded slog v2.8.2
12362026-08-29T00:57:15.571Z Downloaded nom v7.1.3
12372026-08-29T00:57:15.574Z Downloaded p384 v0.14.0
12382026-08-29T00:57:15.576Z Downloaded elliptic-curve v0.13.8
12392026-08-29T00:57:15.576Z Downloaded crossbeam-channel v0.5.15
12402026-08-29T00:57:15.579Z Downloaded itertools v0.15.0
12412026-08-29T00:57:15.582Z Downloaded tabled v0.21.0
12422026-08-29T00:57:15.592Z Downloaded zerocopy-derive v0.8.55
12432026-08-29T00:57:15.599Z Downloaded openssl-sys v0.9.117
12442026-08-29T00:57:15.603Z Downloaded crypto-bigint v0.5.5
12452026-08-29T00:57:15.606Z Downloaded itertools v0.12.1
12462026-08-29T00:57:15.608Z Downloaded tokio-postgres v0.7.18
12472026-08-29T00:57:15.611Z Downloaded const_format v0.2.35
12482026-08-29T00:57:15.613Z Downloaded itertools v0.13.0
12492026-08-29T00:57:15.616Z Downloaded schemars v0.9.0
12502026-08-29T00:57:15.624Z Downloaded p384 v0.13.1
12512026-08-29T00:57:15.626Z Downloaded rustyline v14.0.0
12522026-08-29T00:57:15.629Z Downloaded russh v0.62.4
12532026-08-29T00:57:15.632Z Downloaded serde_with v3.21.0
12542026-08-29T00:57:15.640Z Downloaded winnow v0.5.40
12552026-08-29T00:57:15.644Z Downloaded tower-http v0.6.8
12562026-08-29T00:57:15.649Z Downloaded gimli v0.32.3
12572026-08-29T00:57:15.652Z Downloaded salty v0.3.0
12582026-08-29T00:57:15.659Z Downloaded rayon v1.11.0
12592026-08-29T00:57:15.661Z Downloaded iddqd v0.4.2
12602026-08-29T00:57:15.666Z Downloaded libm v0.2.16
12612026-08-29T00:57:15.671Z Downloaded rawzip v0.4.4
12622026-08-29T00:57:15.674Z Downloaded mio v1.2.0
12632026-08-29T00:57:15.678Z Downloaded zerocopy v0.8.55
12642026-08-29T00:57:15.689Z Downloaded reqwest v0.13.2
12652026-08-29T00:57:15.692Z Downloaded nix v0.27.1
12662026-08-29T00:57:15.697Z Downloaded zlib-rs v0.6.2
12672026-08-29T00:57:15.700Z Downloaded winnow v1.0.3
12682026-08-29T00:57:15.706Z Downloaded jiff-core v0.1.0
12692026-08-29T00:57:15.708Z Downloaded bstr v1.12.1
12702026-08-29T00:57:15.713Z Downloaded smoltcp v0.11.0
12712026-08-29T00:57:15.723Z Downloaded vcpkg v0.2.15
12722026-08-29T00:57:15.742Z Downloaded polar-core v0.27.3
12732026-08-29T00:57:15.746Z Downloaded quinn-proto v0.11.16
12742026-08-29T00:57:15.750Z Downloaded time v0.3.47
12752026-08-29T00:57:15.759Z Downloaded moka v0.12.13
12762026-08-29T00:57:15.762Z Downloaded regress v0.11.1
12772026-08-29T00:57:15.768Z Downloaded hickory-proto v0.24.4
12782026-08-29T00:57:15.775Z Downloaded object v0.30.4
12792026-08-29T00:57:15.780Z Downloaded rustls v0.23.41
12802026-08-29T00:57:15.787Z Downloaded hickory-proto v0.25.2
12812026-08-29T00:57:15.795Z Downloaded openssl v0.10.80
12822026-08-29T00:57:15.801Z Downloaded object v0.37.3
12832026-08-29T00:57:15.807Z Downloaded nix v0.28.0
12842026-08-29T00:57:15.813Z Downloaded curve25519-dalek v5.0.0
12852026-08-29T00:57:15.818Z Downloaded curve25519-dalek v4.1.3
12862026-08-29T00:57:15.828Z Downloaded nix v0.31.2
12872026-08-29T00:57:15.850Z Downloaded regress v0.10.5
12882026-08-29T00:57:15.855Z Downloaded regex-syntax v0.8.10
12892026-08-29T00:57:15.868Z Downloaded openapiv3 v2.2.0
12902026-08-29T00:57:15.875Z Downloaded regex-syntax v0.6.29
12912026-08-29T00:57:15.878Z Downloaded rustix v0.38.44
12922026-08-29T00:57:15.891Z Downloaded crypto-bigint v0.7.5
12932026-08-29T00:57:15.899Z Downloaded sqlparser v0.61.0
12942026-08-29T00:57:15.905Z Downloaded syn v3.0.3
12952026-08-29T00:57:15.925Z Downloaded dropshot v0.17.1
12962026-08-29T00:57:15.961Z Downloaded sled v0.34.7
12972026-08-29T00:57:15.965Z Downloaded sha3 v0.11.0
12982026-08-29T00:57:15.976Z Downloaded typify-impl v0.6.2
12992026-08-29T00:57:15.988Z Downloaded zerocopy-derive v0.6.6
13002026-08-29T00:57:16.030Z Downloaded petgraph v0.6.5
13012026-08-29T00:57:16.030Z Downloaded regex-automata v0.4.14
13022026-08-29T00:57:16.030Z Downloaded diesel v2.3.7
13032026-08-29T00:57:16.037Z Downloaded bzip2-sys v0.1.13+1.0.8
13042026-08-29T00:57:16.037Z Downloaded petgraph v0.8.3
13052026-08-29T00:57:16.048Z Downloaded sha3 v0.10.8
13062026-08-29T00:57:16.054Z Downloaded ratatui v0.29.0
13072026-08-29T00:57:16.058Z Downloaded tracing v0.1.44
13082026-08-29T00:57:16.070Z Downloaded tokio v1.52.1
13092026-08-29T00:57:16.093Z Downloaded libz-sys v1.1.24
13102026-08-29T00:57:16.105Z Downloaded chrono-tz v0.10.4
13112026-08-29T00:57:16.115Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13122026-08-29T00:57:16.127Z Downloaded encoding_rs v0.8.35
13132026-08-29T00:57:16.138Z Downloaded jiff v0.2.34
13142026-08-29T00:57:16.148Z Downloaded ring v0.17.14
13152026-08-29T00:57:16.172Z Downloaded csv v1.4.0
13162026-08-29T00:57:16.266Z Downloaded libgit2-sys v0.18.3+1.9.2
13172026-08-29T00:57:16.763Z Downloaded aws-lc-sys v0.40.0
13182026-08-29T00:57:17.073Z Compiling serde_core v1.0.228
13192026-08-29T00:57:17.073Z Compiling libc v0.2.185
13202026-08-29T00:57:17.073Z Compiling serde v1.0.228
13212026-08-29T00:57:17.087Z Compiling log v0.4.33
13222026-08-29T00:57:17.088Z Compiling smallvec v1.15.1
13232026-08-29T00:57:17.088Z Compiling subtle v2.6.1
13242026-08-29T00:57:17.088Z Compiling find-msvc-tools v0.1.9
13252026-08-29T00:57:17.088Z Compiling shlex v1.3.0
13262026-08-29T00:57:17.088Z Compiling typenum v1.20.1
13272026-08-29T00:57:17.176Z Compiling scopeguard v1.2.0
13282026-08-29T00:57:17.188Z Compiling stable_deref_trait v1.2.1
13292026-08-29T00:57:17.191Z Compiling getrandom v0.4.3
13302026-08-29T00:57:17.226Z Compiling portable-atomic v1.13.1
13312026-08-29T00:57:17.239Z Compiling serde_json v1.0.151
13322026-08-29T00:57:17.257Z Compiling syn v2.0.117
13332026-08-29T00:57:17.261Z Compiling rand_core v0.10.0
13342026-08-29T00:57:17.331Z Compiling lock_api v0.4.14
13352026-08-29T00:57:17.402Z Compiling critical-section v1.2.0
13362026-08-29T00:57:17.416Z Compiling zerocopy v0.8.55
13372026-08-29T00:57:17.436Z Compiling libm v0.2.16
13382026-08-29T00:57:17.488Z Compiling num-traits v0.2.19
13392026-08-29T00:57:17.501Z Compiling pkg-config v0.3.32
13402026-08-29T00:57:17.505Z Compiling pin-project-lite v0.2.17
13412026-08-29T00:57:17.545Z Compiling parking_lot_core v0.9.12
13422026-08-29T00:57:17.547Z Compiling futures-core v0.3.32
13432026-08-29T00:57:17.574Z Compiling litemap v0.8.1
13442026-08-29T00:57:17.618Z Compiling writeable v0.6.2
13452026-08-29T00:57:17.621Z Compiling percent-encoding v2.3.2
13462026-08-29T00:57:17.661Z Compiling icu_normalizer_data v2.1.1
13472026-08-29T00:57:17.703Z Compiling icu_properties_data v2.1.2
13482026-08-29T00:57:17.739Z Compiling generic-array v0.14.7
13492026-08-29T00:57:17.807Z Compiling const-oid v0.9.6
13502026-08-29T00:57:17.835Z Compiling rustix v1.1.4
13512026-08-29T00:57:17.865Z Compiling futures-sink v0.3.32
13522026-08-29T00:57:17.865Z Compiling utf8_iter v1.0.4
13532026-08-29T00:57:17.877Z Compiling futures-io v0.3.32
13542026-08-29T00:57:17.930Z Compiling futures-task v0.3.32
13552026-08-29T00:57:18.003Z Compiling futures-channel v0.3.32
13562026-08-29T00:57:18.022Z Compiling slab v0.4.12
13572026-08-29T00:57:18.037Z Compiling form_urlencoded v1.2.2
13582026-08-29T00:57:18.054Z Compiling cmov v0.5.4
13592026-08-29T00:57:18.069Z Compiling getrandom v0.3.4
13602026-08-29T00:57:18.088Z Compiling rustversion v1.0.22
13612026-08-29T00:57:18.099Z Compiling base64ct v1.8.3
13622026-08-29T00:57:18.112Z Compiling iana-time-zone v0.1.65
13632026-08-29T00:57:18.137Z Compiling errno v0.3.14
13642026-08-29T00:57:18.251Z Compiling jobserver v0.1.34
13652026-08-29T00:57:18.315Z Compiling getrandom v0.2.17
13662026-08-29T00:57:18.345Z Compiling mio v1.2.0
13672026-08-29T00:57:18.345Z Compiling signal-hook-registry v1.4.8
13682026-08-29T00:57:18.378Z Compiling once_cell v1.21.3
13692026-08-29T00:57:18.397Z Compiling socket2 v0.6.3
13702026-08-29T00:57:18.481Z Compiling cc v1.2.56
13712026-08-29T00:57:18.495Z Compiling rand_core v0.6.4
13722026-08-29T00:57:18.545Z Compiling parking_lot v0.12.5
13732026-08-29T00:57:18.585Z Compiling ctutils v0.4.2
13742026-08-29T00:57:18.683Z Compiling pem-rfc7468 v0.7.0
13752026-08-29T00:57:18.694Z Compiling ident_case v1.0.1
13762026-08-29T00:57:18.694Z Compiling dunce v1.0.5
13772026-08-29T00:57:18.799Z Compiling fs_extra v1.3.0
13782026-08-29T00:57:18.804Z Compiling regex-syntax v0.8.10
13792026-08-29T00:57:18.813Z Compiling flagset v0.4.7
13802026-08-29T00:57:18.817Z Compiling base64 v0.22.1
13812026-08-29T00:57:18.858Z Compiling vcpkg v0.2.15
13822026-08-29T00:57:18.890Z Compiling syn v1.0.109
13832026-08-29T00:57:18.893Z Compiling tracing-core v0.1.36
13842026-08-29T00:57:18.964Z Compiling aws-lc-rs v1.16.3
13852026-08-29T00:57:18.983Z Compiling dyn-clone v1.0.20
13862026-08-29T00:57:18.997Z Compiling simd-adler32 v0.3.8
13872026-08-29T00:57:19.011Z Compiling schemars v0.8.22
13882026-08-29T00:57:19.117Z Compiling rand_core v0.9.5
13892026-08-29T00:57:19.120Z Compiling spin v0.9.8
13902026-08-29T00:57:19.146Z Compiling httparse v1.10.1
13912026-08-29T00:57:19.199Z Compiling crc32fast v1.5.0
13922026-08-29T00:57:19.256Z Compiling cmake v0.1.57
13932026-08-29T00:57:19.291Z Compiling adler2 v2.0.1
13942026-08-29T00:57:19.309Z Compiling openssl-probe v0.2.1
13952026-08-29T00:57:19.339Z Compiling tinyvec_macros v0.1.1
13962026-08-29T00:57:19.344Z Compiling aho-corasick v1.1.4
13972026-08-29T00:57:19.367Z Compiling tower-layer v0.3.3
13982026-08-29T00:57:19.418Z Compiling tinyvec v1.10.0
13992026-08-29T00:57:19.431Z Compiling miniz_oxide v0.8.9
14002026-08-29T00:57:19.476Z Compiling tower-service v0.3.3
14012026-08-29T00:57:19.501Z Compiling bitflags v2.11.0
14022026-08-29T00:57:19.516Z Compiling semver v1.0.28
14032026-08-29T00:57:19.544Z Compiling indexmap v2.14.0
14042026-08-29T00:57:19.547Z Compiling uuid v1.23.4
14052026-08-29T00:57:19.643Z Compiling try-lock v0.2.5
14062026-08-29T00:57:19.659Z Compiling atomic-waker v1.1.2
14072026-08-29T00:57:19.689Z Compiling unicode-segmentation v1.12.0
14082026-08-29T00:57:19.752Z Compiling rustc_version v0.4.1
14092026-08-29T00:57:19.769Z Compiling radium v0.7.0
14102026-08-29T00:57:19.793Z Compiling untrusted v0.7.1
14112026-08-29T00:57:19.808Z Compiling want v0.3.1
14122026-08-29T00:57:19.997Z Compiling const-oid v0.10.2
14132026-08-29T00:57:20.075Z Compiling untrusted v0.9.0
14142026-08-29T00:57:20.090Z Compiling maybe-uninit v2.0.0
14152026-08-29T00:57:20.090Z Compiling httpdate v1.0.3
14162026-08-29T00:57:20.093Z Compiling foreign-types-shared v0.1.1
14172026-08-29T00:57:20.134Z Compiling aws-lc-sys v0.40.0
14182026-08-29T00:57:20.134Z Compiling openssl-sys v0.9.117
14192026-08-29T00:57:20.206Z Compiling tap v1.0.1
14202026-08-29T00:57:20.219Z Compiling cpufeatures v0.2.17
14212026-08-29T00:57:20.233Z Compiling openssl v0.10.80
14222026-08-29T00:57:20.249Z Compiling synstructure v0.13.2
14232026-08-29T00:57:20.266Z Compiling serde_derive_internals v0.29.1
14242026-08-29T00:57:20.279Z Compiling pest_generator v2.8.6
14252026-08-29T00:57:20.305Z Compiling darling_core v0.20.11
14262026-08-29T00:57:20.333Z Compiling rustls v0.23.41
14272026-08-29T00:57:20.347Z Compiling wyz v0.5.1
14282026-08-29T00:57:20.413Z Compiling regex-automata v0.4.14
14292026-08-29T00:57:20.526Z Compiling foreign-types v0.3.2
14302026-08-29T00:57:20.541Z Compiling bzip2-sys v0.1.13+1.0.8
14312026-08-29T00:57:20.559Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14322026-08-29T00:57:20.610Z Compiling tempfile v3.27.0
14332026-08-29T00:57:20.733Z Compiling terminal_size v0.4.3
14342026-08-29T00:57:20.877Z Compiling unicode-normalization v0.1.25
14352026-08-29T00:57:20.888Z Compiling num-integer v0.1.46
14362026-08-29T00:57:20.902Z Compiling socket2 v0.5.10
14372026-08-29T00:57:20.980Z Compiling wait-timeout v0.2.1
14382026-08-29T00:57:21.029Z Compiling ahash v0.8.12
14392026-08-29T00:57:21.046Z Compiling funty v2.0.0
14402026-08-29T00:57:21.071Z Compiling num-conv v0.2.0
14412026-08-29T00:57:21.118Z Compiling packed_struct v0.10.1
14422026-08-29T00:57:21.202Z Compiling native-tls v0.2.18
14432026-08-29T00:57:21.222Z Compiling time-core v0.1.8
14442026-08-29T00:57:21.242Z Compiling bit-vec v0.8.0
14452026-08-29T00:57:21.268Z Compiling cpufeatures v0.3.0
14462026-08-29T00:57:21.284Z Compiling powerfmt v0.2.0
14472026-08-29T00:57:21.314Z Compiling quick-error v1.2.3
14482026-08-29T00:57:21.340Z Compiling num-bigint-dig v0.8.6
14492026-08-29T00:57:21.360Z Compiling clap_builder v4.6.0
14502026-08-29T00:57:21.402Z Compiling time-macros v0.2.27
14512026-08-29T00:57:21.446Z Compiling bit-set v0.8.0
14522026-08-29T00:57:21.451Z Compiling deranged v0.5.8
14532026-08-29T00:57:21.451Z Compiling rusty-fork v0.3.1
14542026-08-29T00:57:21.489Z Compiling bitvec v1.0.1
14552026-08-29T00:57:21.506Z Compiling num-iter v0.1.45
14562026-08-29T00:57:21.628Z Compiling lazy_static v1.5.0
14572026-08-29T00:57:21.697Z Compiling rand_xorshift v0.4.0
14582026-08-29T00:57:21.713Z Compiling sync_wrapper v1.0.2
14592026-08-29T00:57:21.713Z Compiling indexmap v1.9.3
14602026-08-29T00:57:21.737Z Compiling unarray v0.1.4
14612026-08-29T00:57:21.781Z Compiling siphasher v1.0.2
14622026-08-29T00:57:21.814Z Compiling zlib-rs v0.6.2
14632026-08-29T00:57:21.829Z Compiling nodrop v0.1.14
14642026-08-29T00:57:21.859Z Compiling paste v1.0.15
14652026-08-29T00:57:21.881Z Compiling num_threads v0.1.7
14662026-08-29T00:57:21.940Z Compiling usdt-impl v0.6.0
14672026-08-29T00:57:21.995Z Compiling crossbeam-utils v0.8.21
14682026-08-29T00:57:22.008Z Compiling crc-catalog v2.4.0
14692026-08-29T00:57:22.072Z Compiling serde_derive v1.0.228
14702026-08-29T00:57:22.112Z Compiling zeroize_derive v1.5.0
14712026-08-29T00:57:22.141Z Compiling zerofrom-derive v0.1.6
14722026-08-29T00:57:22.155Z Compiling yoke-derive v0.8.1
14732026-08-29T00:57:22.301Z Compiling zerocopy-derive v0.8.55
14742026-08-29T00:57:22.481Z Compiling zerovec-derive v0.11.2
14752026-08-29T00:57:22.496Z Compiling displaydoc v0.2.5
14762026-08-29T00:57:22.517Z Compiling tokio-macros v2.7.0
14772026-08-29T00:57:22.698Z Compiling futures-macro v0.3.32
14782026-08-29T00:57:22.793Z Compiling thiserror-impl v2.0.18
14792026-08-29T00:57:22.990Z Compiling der_derive v0.7.3
14802026-08-29T00:57:23.385Z Compiling tracing-attributes v0.1.31
14812026-08-29T00:57:23.393Z Compiling schemars_derive v0.8.22
14822026-08-29T00:57:23.393Z Compiling pest_derive v2.8.6
14832026-08-29T00:57:23.403Z Compiling scroll_derive v0.13.1
14842026-08-29T00:57:23.627Z Compiling futures-util v0.3.32
14852026-08-29T00:57:23.643Z Compiling zerofrom v0.1.6
14862026-08-29T00:57:23.728Z Compiling darling_macro v0.20.11
14872026-08-29T00:57:23.786Z Compiling yoke v0.8.1
14882026-08-29T00:57:23.870Z Compiling openssl-macros v0.1.1
14892026-08-29T00:57:23.985Z Compiling zerovec v0.11.5
14902026-08-29T00:57:24.017Z Compiling zerotrie v0.2.3
14912026-08-29T00:57:24.242Z Compiling scroll v0.13.0
14922026-08-29T00:57:24.242Z Compiling thiserror v2.0.18
14932026-08-29T00:57:24.318Z Compiling thiserror-impl v1.0.69
14942026-08-29T00:57:24.337Z Compiling darling v0.20.11
14952026-08-29T00:57:24.378Z Compiling packed_struct_codegen v0.10.1
14962026-08-29T00:57:24.425Z Compiling bitfield-macros v0.19.4
14972026-08-29T00:57:24.507Z Compiling tinystr v0.8.2
14982026-08-29T00:57:24.528Z Compiling potential_utf v0.1.4
14992026-08-29T00:57:24.548Z Compiling goblin v0.10.5
15002026-08-29T00:57:24.689Z Compiling icu_locale_core v2.1.1
15012026-08-29T00:57:24.724Z Compiling icu_collections v2.1.1
15022026-08-29T00:57:24.740Z Compiling clap_derive v4.6.1
15032026-08-29T00:57:24.756Z Compiling tracing v0.1.44
15042026-08-29T00:57:24.756Z Compiling zerocopy-derive v0.6.6
15052026-08-29T00:57:25.061Z Compiling object v0.37.3
15062026-08-29T00:57:25.141Z Compiling flate2 v1.1.9
15072026-08-29T00:57:25.185Z Compiling bitfield v0.19.4
15082026-08-29T00:57:25.248Z Compiling derive_builder_core v0.20.2
15092026-08-29T00:57:25.362Z Compiling icu_provider v2.1.1
15102026-08-29T00:57:25.521Z Compiling dtrace-parser v0.3.0
15112026-08-29T00:57:25.560Z Compiling time v0.3.47
15122026-08-29T00:57:25.576Z Compiling thiserror v1.0.69
15132026-08-29T00:57:25.636Z Compiling zeroize v1.9.0
15142026-08-29T00:57:25.659Z Compiling bytes v1.11.1
15152026-08-29T00:57:25.679Z Compiling icu_properties v2.1.2
15162026-08-29T00:57:25.694Z Compiling icu_normalizer v2.1.1
15172026-08-29T00:57:25.697Z Compiling chrono v0.4.45
15182026-08-29T00:57:25.708Z Compiling ipnet v2.12.0
15192026-08-29T00:57:26.024Z Compiling hybrid-array v0.4.13
15202026-08-29T00:57:26.093Z Compiling der v0.7.10
15212026-08-29T00:57:26.224Z Compiling tokio v1.52.1
15222026-08-29T00:57:26.250Z Compiling http v1.4.2
15232026-08-29T00:57:26.283Z Compiling rustls-pki-types v1.14.0
15242026-08-29T00:57:26.296Z Compiling hex v0.4.3
15252026-08-29T00:57:26.447Z Compiling block-buffer v0.10.4
15262026-08-29T00:57:26.550Z Compiling idna_adapter v1.2.1
15272026-08-29T00:57:26.583Z Compiling crypto-common v0.1.7
15282026-08-29T00:57:26.633Z Compiling serde_spanned v0.6.9
15292026-08-29T00:57:26.703Z Compiling idna v1.1.0
15302026-08-29T00:57:26.749Z Compiling digest v0.10.7
15312026-08-29T00:57:26.753Z Compiling block-buffer v0.12.1
15322026-08-29T00:57:26.788Z Compiling crypto-common v0.2.2
15332026-08-29T00:57:26.802Z Compiling block-padding v0.4.2
15342026-08-29T00:57:26.815Z Compiling toml_datetime v0.6.11
15352026-08-29T00:57:26.981Z Compiling ppv-lite86 v0.2.21
15362026-08-29T00:57:26.996Z Compiling spki v0.7.3
15372026-08-29T00:57:27.024Z Compiling url v2.5.8
15382026-08-29T00:57:27.069Z Compiling http-body v1.0.1
15392026-08-29T00:57:27.084Z Compiling signature v2.2.0
15402026-08-29T00:57:27.113Z Compiling inout v0.2.2
15412026-08-29T00:57:27.160Z Compiling pkcs8 v0.10.2
15422026-08-29T00:57:27.175Z Compiling sha2 v0.10.9
15432026-08-29T00:57:27.225Z Compiling http-body-util v0.1.3
15442026-08-29T00:57:27.237Z Compiling dof v0.4.0
15452026-08-29T00:57:27.287Z Compiling rand_chacha v0.9.0
15462026-08-29T00:57:27.302Z Compiling rand_chacha v0.3.1
15472026-08-29T00:57:27.334Z Compiling pkcs1 v0.7.5
15482026-08-29T00:57:27.371Z Compiling clap v4.6.1
15492026-08-29T00:57:27.442Z Compiling digest v0.11.3
15502026-08-29T00:57:27.463Z Compiling cipher v0.5.2
15512026-08-29T00:57:27.484Z Compiling zerocopy v0.6.6
15522026-08-29T00:57:27.679Z Compiling rand v0.9.2
15532026-08-29T00:57:27.696Z Compiling rand v0.8.6
15542026-08-29T00:57:27.755Z Compiling chacha20 v0.10.0
15552026-08-29T00:57:27.881Z Compiling crc v3.4.0
15562026-08-29T00:57:27.912Z Compiling scroll_derive v0.12.1
15572026-08-29T00:57:27.992Z Compiling structmeta-derive v0.3.0
15582026-08-29T00:57:28.093Z Compiling array-init v0.0.4
15592026-08-29T00:57:28.130Z Compiling smallvec v0.6.14
15602026-08-29T00:57:28.144Z Compiling darling_core v0.23.0
15612026-08-29T00:57:28.414Z Compiling ipnetwork v0.21.1
15622026-08-29T00:57:28.459Z Compiling proptest v1.11.0
15632026-08-29T00:57:28.510Z Compiling heapless v0.7.17
15642026-08-29T00:57:28.561Z Compiling slog v2.8.2
15652026-08-29T00:57:28.577Z Compiling thread-id v5.1.0
15662026-08-29T00:57:28.593Z Compiling env_filter v2.0.0
15672026-08-29T00:57:28.605Z Compiling syn v3.0.3
15682026-08-29T00:57:28.667Z Compiling cookie v0.18.1
15692026-08-29T00:57:28.681Z Compiling ryu v1.0.23
15702026-08-29T00:57:28.774Z Compiling zstd-safe v7.2.4
15712026-08-29T00:57:28.789Z Compiling allocator-api2 v0.2.21
15722026-08-29T00:57:28.818Z Compiling hashbrown v0.12.3
15732026-08-29T00:57:28.831Z Compiling iri-string v0.7.10
15742026-08-29T00:57:28.866Z Compiling winnow v0.5.40
15752026-08-29T00:57:28.881Z Compiling base64 v0.21.7
15762026-08-29T00:57:28.909Z Compiling anyhow v1.0.104
15772026-08-29T00:57:28.939Z Compiling unicode-properties v0.1.4
15782026-08-29T00:57:28.985Z Compiling gimli v0.32.3
15792026-08-29T00:57:29.132Z Compiling unicode-bidi v0.3.18
15802026-08-29T00:57:29.136Z Compiling signal-hook v0.3.18
15812026-08-29T00:57:29.162Z Compiling structmeta v0.3.0
15822026-08-29T00:57:29.176Z Compiling ron v0.8.1
15832026-08-29T00:57:29.224Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15842026-08-29T00:57:29.391Z Compiling serde_urlencoded v0.7.1
15852026-08-29T00:57:29.462Z Compiling stringprep v0.1.5
15862026-08-29T00:57:29.477Z Compiling rsa v0.9.10
15872026-08-29T00:57:29.673Z Compiling env_logger v0.11.11
15882026-08-29T00:57:29.688Z Compiling scroll v0.12.0
15892026-08-29T00:57:29.702Z Compiling oxnet v0.1.6
15902026-08-29T00:57:30.055Z Compiling serde-hex v0.1.0
15912026-08-29T00:57:30.119Z Compiling tokio-util v0.7.18
15922026-08-29T00:57:30.154Z Compiling tower v0.5.3
15932026-08-29T00:57:30.173Z Compiling tokio-native-tls v0.3.1
15942026-08-29T00:57:30.352Z Compiling toml_edit v0.19.15
15952026-08-29T00:57:30.366Z Compiling camino v1.2.5
15962026-08-29T00:57:30.407Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15972026-08-29T00:57:30.548Z Compiling rand v0.10.1
15982026-08-29T00:57:30.604Z Compiling tower-http v0.6.8
15992026-08-29T00:57:30.751Z Compiling darling_macro v0.23.0
16002026-08-29T00:57:30.775Z Compiling addr2line v0.25.1
16012026-08-29T00:57:30.972Z Compiling h2 v0.4.15
16022026-08-29T00:57:31.037Z Compiling newtype-uuid v1.3.2
16032026-08-29T00:57:31.193Z Compiling md-5 v0.11.0
16042026-08-29T00:57:31.207Z Compiling sha2 v0.11.0
16052026-08-29T00:57:31.288Z Compiling hmac v0.13.0
16062026-08-29T00:57:31.382Z Compiling hashbrown v0.13.2
16072026-08-29T00:57:31.398Z Compiling x509-cert v0.2.5
16082026-08-29T00:57:31.482Z Compiling rustls-native-certs v0.8.3
16092026-08-29T00:57:31.517Z Compiling derive_builder_macro v0.20.2
16102026-08-29T00:57:31.643Z Compiling bzip2 v0.4.4
16112026-08-29T00:57:31.794Z Compiling serde_tokenstream v0.2.3
16122026-08-29T00:57:31.823Z Compiling erased-serde v0.3.31
16132026-08-29T00:57:31.882Z Compiling bstr v1.12.1
16142026-08-29T00:57:32.025Z Compiling async-trait v0.1.89
16152026-08-29T00:57:32.101Z Compiling pin-project-internal v1.1.11
16162026-08-29T00:57:32.118Z Compiling zerocopy-derive v0.7.35
16172026-08-29T00:57:32.120Z Compiling daft-derive v0.1.8
16182026-08-29T00:57:32.335Z Compiling curve25519-dalek v4.1.3
16192026-08-29T00:57:32.553Z Compiling heck v0.4.1
16202026-08-29T00:57:32.580Z Compiling vergen-lib v9.1.0
16212026-08-29T00:57:32.684Z Compiling hash32 v0.2.1
16222026-08-29T00:57:32.774Z Compiling memoffset v0.9.1
16232026-08-29T00:57:32.839Z Compiling encoding_rs v0.8.35
16242026-08-29T00:57:32.862Z Compiling cfg_aliases v0.2.1
16252026-08-29T00:57:32.893Z Compiling rustc-demangle v0.1.27
16262026-08-29T00:57:32.951Z Compiling fallible-iterator v0.2.0
16272026-08-29T00:57:32.964Z Compiling mime v0.3.17
16282026-08-29T00:57:32.997Z Compiling psl-types v2.0.11
16292026-08-29T00:57:33.038Z Compiling crc-any v2.5.0
16302026-08-29T00:57:33.055Z Compiling litrs v1.0.0
16312026-08-29T00:57:33.068Z Compiling rustix v0.38.44
16322026-08-29T00:57:33.100Z Compiling ref-cast v1.0.25
16332026-08-29T00:57:33.136Z Compiling owo-colors v4.3.0
16342026-08-29T00:57:33.271Z Compiling smoltcp v0.9.1
16352026-08-29T00:57:33.292Z Compiling pin-project v1.1.11
16362026-08-29T00:57:33.308Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16372026-08-29T00:57:33.339Z Compiling postgres-protocol v0.6.12
16382026-08-29T00:57:33.356Z Compiling publicsuffix v2.3.0
16392026-08-29T00:57:33.404Z Compiling zerocopy v0.7.35
16402026-08-29T00:57:33.548Z Compiling nix v0.31.2
16412026-08-29T00:57:33.559Z Compiling daft v0.1.8
16422026-08-29T00:57:33.589Z Compiling document-features v0.2.12
16432026-08-29T00:57:33.617Z Compiling snafu-derive v0.8.9
16442026-08-29T00:57:33.863Z Compiling derive_builder v0.20.2
16452026-08-29T00:57:33.917Z Compiling object v0.30.4
16462026-08-29T00:57:33.936Z Compiling zip v0.6.6
16472026-08-29T00:57:33.993Z Compiling toml v0.7.8
16482026-08-29T00:57:33.995Z Compiling darling v0.23.0
16492026-08-29T00:57:34.021Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16502026-08-29T00:57:34.082Z Compiling goblin v0.8.2
16512026-08-29T00:57:34.274Z Compiling hyper v1.10.1
16522026-08-29T00:57:34.296Z Compiling derive-ex v0.1.8
16532026-08-29T00:57:34.390Z Compiling hmac v0.12.1
16542026-08-29T00:57:34.482Z Compiling backtrace v0.3.76
16552026-08-29T00:57:34.565Z Compiling futures-executor v0.3.32
16562026-08-29T00:57:34.633Z Compiling hubpack_derive v0.1.1
16572026-08-29T00:57:34.689Z Compiling regex v1.12.3
16582026-08-29T00:57:34.776Z Compiling strum_macros v0.27.2
16592026-08-29T00:57:34.853Z Compiling ref-cast-impl v1.0.25
16602026-08-29T00:57:34.853Z Compiling curve25519-dalek-derive v0.1.1
16612026-08-29T00:57:34.967Z Compiling phf_shared v0.13.1
16622026-08-29T00:57:35.112Z Compiling convert_case v0.10.0
16632026-08-29T00:57:35.180Z Compiling cargo-platform v0.3.2
16642026-08-29T00:57:35.256Z Compiling vergen v9.1.0
16652026-08-29T00:57:35.258Z Compiling ff v0.13.1
16662026-08-29T00:57:35.320Z Compiling fs-err v3.3.0
16672026-08-29T00:57:35.382Z Compiling hyper-util v0.1.20
16682026-08-29T00:57:35.383Z Compiling managed v0.8.0
16692026-08-29T00:57:35.438Z Compiling is_ci v1.2.0
16702026-08-29T00:57:35.438Z Compiling bumpalo v3.20.2
16712026-08-29T00:57:35.503Z Compiling libbz2-rs-sys v0.2.2
16722026-08-29T00:57:35.568Z Compiling jiff-core v0.1.0
16732026-08-29T00:57:35.569Z Compiling foldhash v0.2.0
16742026-08-29T00:57:35.613Z Compiling foldhash v0.1.5
16752026-08-29T00:57:35.675Z Compiling same-file v1.0.6
16762026-08-29T00:57:35.774Z Compiling bitflags v1.3.2
16772026-08-29T00:57:35.774Z Compiling base16ct v0.2.0
16782026-08-29T00:57:35.840Z Compiling path-slash v0.1.5
16792026-08-29T00:57:35.841Z Compiling walkdir v2.5.0
16802026-08-29T00:57:35.841Z Compiling sec1 v0.7.3
16812026-08-29T00:57:35.878Z Compiling hashbrown v0.15.5
16822026-08-29T00:57:35.907Z Compiling hashbrown v0.16.1
16832026-08-29T00:57:35.926Z Compiling bzip2 v0.6.1
16842026-08-29T00:57:36.023Z Compiling test-strategy v0.4.5
16852026-08-29T00:57:36.101Z Compiling textwrap v0.16.2
16862026-08-29T00:57:36.118Z Compiling snafu v0.8.9
16872026-08-29T00:57:36.131Z Compiling zopfli v0.8.3
16882026-08-29T00:57:36.284Z Compiling jiff v0.2.34
16892026-08-29T00:57:36.399Z Compiling dof v0.3.0
16902026-08-29T00:57:36.488Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16912026-08-29T00:57:36.492Z Compiling supports-color v3.0.2
16922026-08-29T00:57:36.601Z Compiling derive_more-impl v2.1.1
16932026-08-29T00:57:36.689Z Compiling group v0.13.0
16942026-08-29T00:57:36.704Z Compiling hyper-tls v0.6.0
16952026-08-29T00:57:36.729Z Compiling strum v0.27.2
16962026-08-29T00:57:36.849Z Compiling cargo_metadata v0.23.1
16972026-08-29T00:57:36.863Z Compiling hubpack v0.1.2
16982026-08-29T00:57:36.877Z Compiling phf v0.13.1
16992026-08-29T00:57:36.890Z Compiling reqwest v0.12.28
17002026-08-29T00:57:36.949Z Compiling backtrace-ext v0.2.1
17012026-08-29T00:57:37.046Z Compiling futures v0.3.32
17022026-08-29T00:57:37.079Z Compiling signal-hook-mio v0.2.5
17032026-08-29T00:57:37.102Z Compiling hkdf v0.12.4
17042026-08-29T00:57:37.138Z Compiling cookie_store v0.22.1
17052026-08-29T00:57:37.183Z Compiling zstd v0.13.3
17062026-08-29T00:57:37.233Z Compiling serde_with_macros v3.21.0
17072026-08-29T00:57:37.314Z Compiling postgres-types v0.2.14
17082026-08-29T00:57:37.550Z Compiling globset v0.4.18
17092026-08-29T00:57:37.624Z Compiling usdt-macro v0.6.0
17102026-08-29T00:57:37.802Z Compiling usdt-attr-macro v0.6.0
17112026-08-29T00:57:37.815Z Compiling byte-wrapper v0.1.0
17122026-08-29T00:57:37.865Z Compiling ed25519 v2.2.3
17132026-08-29T00:57:37.944Z Compiling crypto-bigint v0.5.5
17142026-08-29T00:57:38.248Z Compiling dtrace-parser v0.2.0
17152026-08-29T00:57:38.347Z Compiling olpc-cjson v0.1.4
17162026-08-29T00:57:38.347Z Compiling serde_plain v1.0.2
17172026-08-29T00:57:38.422Z Compiling serde-big-array v0.5.1
17182026-08-29T00:57:38.498Z Compiling async-recursion v1.1.1
17192026-08-29T00:57:38.498Z Compiling enum-as-inner v0.6.1
17202026-08-29T00:57:38.498Z Compiling strum_macros v0.26.4
17212026-08-29T00:57:38.504Z Compiling serde_repr v0.1.20
17222026-08-29T00:57:38.511Z Compiling miette-derive v7.6.0
17232026-08-29T00:57:39.111Z Compiling phf_shared v0.11.3
17242026-08-29T00:57:39.159Z Compiling float-cmp v0.10.0
17252026-08-29T00:57:39.159Z Compiling pem v3.0.6
17262026-08-29T00:57:39.159Z Compiling thread-id v4.2.2
17272026-08-29T00:57:39.159Z Compiling memmap2 v0.9.10
17282026-08-29T00:57:39.159Z Compiling keccak v0.1.6
17292026-08-29T00:57:39.159Z Compiling static_assertions v1.1.0
17302026-08-29T00:57:39.159Z Compiling supports-unicode v3.0.0
17312026-08-29T00:57:39.159Z Compiling data-encoding v2.10.0
17322026-08-29T00:57:39.159Z Compiling difflib v0.4.0
17332026-08-29T00:57:39.159Z Compiling predicates-core v1.0.10
17342026-08-29T00:57:39.159Z Compiling either v1.15.0
17352026-08-29T00:57:39.185Z Compiling fixedbitset v0.5.7
17362026-08-29T00:57:39.200Z Compiling typed-path v0.9.3
17372026-08-29T00:57:39.320Z Compiling precomputed-hash v0.1.1
17382026-08-29T00:57:39.368Z Compiling supports-hyperlinks v3.2.0
17392026-08-29T00:57:39.398Z Compiling new_debug_unreachable v1.0.6
17402026-08-29T00:57:39.493Z Compiling winnow v1.0.3
17412026-08-29T00:57:39.537Z Compiling normalize-line-endings v0.3.0
17422026-08-29T00:57:39.569Z Compiling whoami v2.1.0
17432026-08-29T00:57:39.604Z Compiling fixedbitset v0.4.2
17442026-08-29T00:57:39.631Z Compiling predicates v3.1.4
17452026-08-29T00:57:39.651Z Compiling string_cache v0.8.9
17462026-08-29T00:57:39.700Z Compiling toml_edit v0.22.27
17472026-08-29T00:57:39.719Z Compiling miette v7.6.0
17482026-08-29T00:57:39.739Z Compiling petgraph v0.8.3
17492026-08-29T00:57:39.796Z Compiling petgraph v0.6.5
17502026-08-29T00:57:39.835Z Compiling tokio-postgres v0.7.18
17512026-08-29T00:57:39.878Z Compiling hickory-proto v0.25.2
17522026-08-29T00:57:39.919Z Compiling itertools v0.13.0
17532026-08-29T00:57:39.935Z Compiling sha3 v0.10.8
17542026-08-29T00:57:40.189Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17552026-08-29T00:57:40.294Z Compiling usdt v0.6.0
17562026-08-29T00:57:40.303Z Compiling strum v0.26.3
17572026-08-29T00:57:40.413Z Compiling elliptic-curve v0.13.8
17582026-08-29T00:57:40.446Z Compiling toml_parser v1.1.2+spec-1.1.0
17592026-08-29T00:57:40.483Z Compiling usdt-impl v0.5.0
17602026-08-29T00:57:40.567Z Compiling zip v4.6.1
17612026-08-29T00:57:40.580Z Compiling serde_with v3.21.0
17622026-08-29T00:57:40.702Z Compiling crossterm v0.28.1
17632026-08-29T00:57:40.818Z Compiling ed25519-dalek v2.2.0
17642026-08-29T00:57:40.898Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17652026-08-29T00:57:41.079Z Compiling derive_more v2.1.1
17662026-08-29T00:57:41.182Z Compiling iddqd v0.4.2
17672026-08-29T00:57:41.370Z Compiling similar v2.7.0
17682026-08-29T00:57:41.503Z Compiling crossbeam-epoch v0.9.18
17692026-08-29T00:57:41.528Z Compiling tokio-stream v0.1.18
17702026-08-29T00:57:41.720Z Compiling buf-list v1.1.2
17712026-08-29T00:57:41.738Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17722026-08-29T00:57:41.851Z Compiling openapiv3 v2.2.0
17732026-08-29T00:57:41.990Z Compiling peg-runtime v0.8.5
17742026-08-29T00:57:42.006Z Compiling lalrpop-util v0.19.12
17752026-08-29T00:57:42.022Z Compiling thread_local v1.1.9
17762026-08-29T00:57:42.048Z Compiling slog-async v2.8.0
17772026-08-29T00:57:42.201Z Compiling crossbeam-channel v0.5.15
17782026-08-29T00:57:42.218Z Compiling is-terminal v0.4.17
17792026-08-29T00:57:42.242Z Compiling filetime v0.2.27
17802026-08-29T00:57:42.286Z Compiling term v1.2.1
17812026-08-29T00:57:42.300Z Compiling xattr v1.6.1
17822026-08-29T00:57:42.334Z Compiling take_mut v0.2.2
17832026-08-29T00:57:42.401Z Compiling camino-tempfile v1.4.1
17842026-08-29T00:57:42.425Z Compiling tar v0.4.46
17852026-08-29T00:57:42.574Z Compiling slog-term v2.9.2
17862026-08-29T00:57:59.852Z Compiling rustls-webpki v0.103.13
17872026-08-29T00:58:02.554Z Compiling tokio-rustls v0.26.4
17882026-08-29T00:58:02.554Z Compiling rustls-platform-verifier v0.6.2
17892026-08-29T00:58:02.554Z Compiling tough v0.22.0
17902026-08-29T00:58:02.746Z Compiling hyper-rustls v0.27.7
17912026-08-29T00:58:02.935Z Compiling reqwest v0.13.2
17922026-08-29T00:58:05.134Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17932026-08-29T00:58:05.366Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17942026-08-29T00:58:08.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.64s
17952026-08-29T00:58:08.495Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17962026-08-29T00:58:08.527ZAug 29 00:58:07.812 INFO Starting download, target: MaghemiteMgd
17972026-08-29T00:58:08.527ZAug 29 00:58:07.813 INFO Starting download, target: Cockroach
17982026-08-29T00:58:08.528ZAug 29 00:58:07.813 INFO Starting download, target: DendriteStub
17992026-08-29T00:58:08.641ZAug 29 00:58:07.813 INFO Starting download, target: Clickhouse
18002026-08-29T00:58:08.641ZAug 29 00:58:07.813 INFO Starting download, target: Console
18012026-08-29T00:58:08.642ZAug 29 00:58:07.813 INFO Starting download, target: MaghemiteDdmd
18022026-08-29T00:58:08.642ZAug 29 00:58:07.813 INFO Starting download, target: TransceiverControl
18032026-08-29T00:58:08.642ZAug 29 00:58:07.813 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18042026-08-29T00:58:08.642ZAug 29 00:58:07.813 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18052026-08-29T00:58:08.642ZAug 29 00:58:07.813 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18062026-08-29T00:58:08.642ZAug 29 00:58:07.813 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18072026-08-29T00:58:08.642ZAug 29 00:58:07.814 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18082026-08-29T00:58:08.642ZAug 29 00:58:07.814 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18092026-08-29T00:58:08.642ZAug 29 00:58:07.814 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18102026-08-29T00:58:10.084ZAug 29 00:58:09.120 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18112026-08-29T00:58:10.272ZAug 29 00:58:09.380 INFO Download complete, target: TransceiverControl
18122026-08-29T00:58:10.381ZAug 29 00:58:09.592 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18132026-08-29T00:58:10.575ZAug 29 00:58:09.840 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18142026-08-29T00:58:10.915ZAug 29 00:58:10.084 INFO Download complete, target: Console
18152026-08-29T00:58:13.668ZAug 29 00:58:12.942 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18162026-08-29T00:58:13.890ZAug 29 00:58:13.164 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18172026-08-29T00:58:14.514ZAug 29 00:58:13.794 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18182026-08-29T00:58:15.332ZAug 29 00:58:14.625 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18192026-08-29T00:58:15.333ZAug 29 00:58:14.625 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18202026-08-29T00:58:15.532ZAug 29 00:58:14.819 INFO Download complete, target: MaghemiteDdmd
18212026-08-29T00:58:16.348ZAug 29 00:58:15.632 INFO Download complete, target: DendriteStub
18222026-08-29T00:58:16.946ZAug 29 00:58:16.241 INFO Checking that binary works, target: Clickhouse
18232026-08-29T00:58:16.963ZAug 29 00:58:16.252 INFO Download complete, target: MaghemiteMgd
18242026-08-29T00:58:17.138ZAug 29 00:58:16.367 INFO Download complete, target: Clickhouse
18252026-08-29T00:58:19.853ZAug 29 00:58:19.141 INFO Checking that binary works, target: Cockroach
18262026-08-29T00:58:19.986ZAug 29 00:58:19.276 INFO Download complete, target: Cockroach
18272026-08-29T00:58:19.993ZAll prerequisites installed successfully
18282026-08-29T00:58:19.993Z
18292026-08-29T00:58:19.993Zreal 1:57.379948291
18302026-08-29T00:58:19.993Zuser 7:25.597241438
18312026-08-29T00:58:19.993Zsys 1:45.728428430
18322026-08-29T00:58:19.993Ztrap 0.319234756
18332026-08-29T00:58:19.993Ztflt 0.967947723
18342026-08-29T00:58:19.993Zdflt 1.456848679
18352026-08-29T00:58:19.994Zkflt 0.030848160
18362026-08-29T00:58:19.994Zlock 30:21.946484304
18372026-08-29T00:58:19.994Zslp 20:28.867090285
18382026-08-29T00:58:19.994Zlat 29.321133215
18392026-08-29T00:58:19.994Zstop 3:29.329340410
18402026-08-29T00:58:19.994Z+ ptime -m cargo xtask download softnpu
18412026-08-29T00:58:20.490Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18422026-08-29T00:58:20.511Z Running `target/debug/xtask download softnpu`
18432026-08-29T00:58:21.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18442026-08-29T00:58:21.324Z Running `target/debug/xtask-downloader softnpu`
18452026-08-29T00:58:21.363ZAug 29 00:58:20.658 INFO Starting download, target: Softnpu
18462026-08-29T00:58:21.369ZAug 29 00:58:20.658 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18472026-08-29T00:58:22.833ZAug 29 00:58:21.995 INFO Download complete, target: Softnpu
18482026-08-29T00:58:22.854Z
18492026-08-29T00:58:22.854Zreal 2.709714591
18502026-08-29T00:58:22.854Zuser 1.321129049
18512026-08-29T00:58:22.854Zsys 0.637024078
18522026-08-29T00:58:22.855Ztrap 0.000730480
18532026-08-29T00:58:22.855Ztflt 0.000113570
18542026-08-29T00:58:22.855Zdflt 0.000541240
18552026-08-29T00:58:22.855Zkflt 0.000000000
18562026-08-29T00:58:22.855Zlock 25.352931192
18572026-08-29T00:58:22.855Zslp 1.198385613
18582026-08-29T00:58:22.855Zlat 0.113029362
18592026-08-29T00:58:22.855Zstop 0.000178510
18602026-08-29T00:58:22.855Z+ export CARGO_INCREMENTAL=0
18612026-08-29T00:58:22.855Z+ CARGO_INCREMENTAL=0
18622026-08-29T00:58:22.855Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18632026-08-29T00:58:23.680Z Compiling proc-macro2 v1.0.106
18642026-08-29T00:58:23.680Z Compiling quote v1.0.45
18652026-08-29T00:58:23.680Z Compiling unicode-ident v1.0.24
18662026-08-29T00:58:23.708Z Compiling serde_core v1.0.228
18672026-08-29T00:58:23.709Z Compiling libc v0.2.185
18682026-08-29T00:58:23.709Z Compiling serde v1.0.228
18692026-08-29T00:58:23.709Z Compiling cfg-if v1.0.4
18702026-08-29T00:58:23.709Z Compiling version_check v0.9.5
18712026-08-29T00:58:23.817Z Compiling autocfg v1.5.0
18722026-08-29T00:58:23.844Z Compiling shlex v1.3.0
18732026-08-29T00:58:23.844Z Compiling find-msvc-tools v0.1.9
18742026-08-29T00:58:23.844Z Compiling memchr v2.8.0
18752026-08-29T00:58:23.844Z Compiling zmij v1.0.21
18762026-08-29T00:58:23.847Z Compiling serde_json v1.0.151
18772026-08-29T00:58:24.084Z Compiling getrandom v0.4.3
18782026-08-29T00:58:24.125Z Compiling portable-atomic v1.13.1
18792026-08-29T00:58:24.142Z Compiling zerocopy v0.8.55
18802026-08-29T00:58:24.143Z Compiling libm v0.2.16
18812026-08-29T00:58:24.155Z Compiling smallvec v1.15.1
18822026-08-29T00:58:24.195Z Compiling icu_normalizer_data v2.1.1
18832026-08-29T00:58:24.198Z Compiling icu_properties_data v2.1.2
18842026-08-29T00:58:24.198Z Compiling parking_lot_core v0.9.12
18852026-08-29T00:58:24.331Z Compiling itoa v1.0.17
18862026-08-29T00:58:24.377Z Compiling num-traits v0.2.19
18872026-08-29T00:58:24.439Z Compiling generic-array v0.14.7
18882026-08-29T00:58:24.499Z Compiling log v0.4.33
18892026-08-29T00:58:24.544Z Compiling subtle v2.6.1
18902026-08-29T00:58:24.544Z Compiling pkg-config v0.3.32
18912026-08-29T00:58:24.576Z Compiling stable_deref_trait v1.2.1
18922026-08-29T00:58:24.603Z Compiling typenum v1.20.1
18932026-08-29T00:58:24.618Z Compiling rustix v1.1.4
18942026-08-29T00:58:24.733Z Compiling rand_core v0.10.0
18952026-08-29T00:58:24.794Z Compiling scopeguard v1.2.0
18962026-08-29T00:58:24.872Z Compiling thiserror v2.0.18
18972026-08-29T00:58:24.882Z Compiling lock_api v0.4.14
18982026-08-29T00:58:24.930Z Compiling getrandom v0.3.4
18992026-08-29T00:58:24.977Z Compiling jobserver v0.1.34
19002026-08-29T00:58:25.127Z Compiling errno v0.3.14
19012026-08-29T00:58:25.163Z Compiling syn v2.0.117
19022026-08-29T00:58:25.215Z Compiling cc v1.2.56
19032026-08-29T00:58:25.238Z Compiling critical-section v1.2.0
19042026-08-29T00:58:25.243Z Compiling litemap v0.8.1
19052026-08-29T00:58:25.243Z Compiling equivalent v1.0.2
19062026-08-29T00:58:25.287Z Compiling percent-encoding v2.3.2
19072026-08-29T00:58:25.317Z Compiling schemars v0.8.22
19082026-08-29T00:58:25.322Z Compiling writeable v0.6.2
19092026-08-29T00:58:25.370Z Compiling pin-project-lite v0.2.17
19102026-08-29T00:58:25.376Z Compiling syn v1.0.109
19112026-08-29T00:58:25.480Z Compiling rustversion v1.0.22
19122026-08-29T00:58:25.628Z Compiling once_cell v1.21.3
19132026-08-29T00:58:25.669Z Compiling heck v0.5.0
19142026-08-29T00:58:25.669Z Compiling hashbrown v0.17.0
19152026-08-29T00:58:25.670Z Compiling getrandom v0.2.17
19162026-08-29T00:58:25.670Z Compiling dunce v1.0.5
19172026-08-29T00:58:25.752Z Compiling fs_extra v1.3.0
19182026-08-29T00:58:25.881Z Compiling rand_core v0.6.4
19192026-08-29T00:58:25.965Z Compiling utf8_iter v1.0.4
19202026-08-29T00:58:25.965Z Compiling byteorder v1.5.0
19212026-08-29T00:58:26.009Z Compiling form_urlencoded v1.2.2
19222026-08-29T00:58:26.058Z Compiling cmake v0.1.57
19232026-08-29T00:58:26.142Z Compiling strsim v0.11.1
19242026-08-29T00:58:26.188Z Compiling signal-hook-registry v1.4.8
19252026-08-29T00:58:26.268Z Compiling thiserror v1.0.69
19262026-08-29T00:58:26.268Z Compiling semver v1.0.28
19272026-08-29T00:58:26.328Z Compiling bitflags v2.11.0
19282026-08-29T00:58:26.481Z Compiling indexmap v2.14.0
19292026-08-29T00:58:26.542Z Compiling parking_lot v0.12.5
19302026-08-29T00:58:26.605Z Compiling aws-lc-sys v0.40.0
19312026-08-29T00:58:26.605Z Compiling socket2 v0.6.3
19322026-08-29T00:58:26.605Z Compiling mio v1.2.0
19332026-08-29T00:58:26.724Z Compiling futures-core v0.3.32
19342026-08-29T00:58:26.778Z Compiling aws-lc-rs v1.16.3
19352026-08-29T00:58:26.814Z Compiling httparse v1.10.1
19362026-08-29T00:58:26.831Z Compiling iana-time-zone v0.1.65
19372026-08-29T00:58:26.957Z Compiling fnv v1.0.7
19382026-08-29T00:58:27.082Z Compiling ucd-trie v0.1.7
19392026-08-29T00:58:27.124Z Compiling crc32fast v1.5.0
19402026-08-29T00:58:27.140Z Compiling regex-syntax v0.8.10
19412026-08-29T00:58:27.262Z Compiling pest v2.8.6
19422026-08-29T00:58:27.403Z Compiling uuid v1.23.4
19432026-08-29T00:58:27.500Z Compiling ident_case v1.0.1
19442026-08-29T00:58:27.500Z Compiling vcpkg v0.2.15
19452026-08-29T00:58:27.500Z Compiling const-oid v0.9.6
19462026-08-29T00:58:27.666Z Compiling rustc_version v0.4.1
19472026-08-29T00:58:27.711Z Compiling rustls v0.23.41
19482026-08-29T00:58:27.890Z Compiling dyn-clone v1.0.20
19492026-08-29T00:58:27.916Z Compiling futures-sink v0.3.32
19502026-08-29T00:58:28.010Z Compiling openssl-sys v0.9.117
19512026-08-29T00:58:28.028Z Compiling synstructure v0.13.2
19522026-08-29T00:58:28.028Z Compiling serde_derive_internals v0.29.1
19532026-08-29T00:58:28.028Z Compiling futures-channel v0.3.32
19542026-08-29T00:58:28.244Z Compiling aho-corasick v1.1.4
19552026-08-29T00:58:28.316Z Compiling futures-task v0.3.32
19562026-08-29T00:58:28.371Z Compiling futures-io v0.3.32
19572026-08-29T00:58:28.431Z Compiling pest_meta v2.8.6
19582026-08-29T00:58:28.546Z Compiling slab v0.4.12
19592026-08-29T00:58:28.693Z Compiling cmov v0.5.4
19602026-08-29T00:58:28.805Z Compiling num-conv v0.2.0
19612026-08-29T00:58:28.805Z Compiling plain v0.2.3
19622026-08-29T00:58:28.805Z Compiling time-core v0.1.8
19632026-08-29T00:58:28.876Z Compiling radium v0.7.0
19642026-08-29T00:58:28.876Z Compiling crossbeam-utils v0.8.21
19652026-08-29T00:58:28.876Z Compiling ctutils v0.4.2
19662026-08-29T00:58:28.942Z Compiling time-macros v0.2.27
19672026-08-29T00:58:29.050Z Compiling pest_generator v2.8.6
19682026-08-29T00:58:29.116Z Compiling base64ct v1.8.3
19692026-08-29T00:58:29.116Z Compiling regex-automata v0.4.14
19702026-08-29T00:58:29.116Z Compiling pretty-hex v0.4.1
19712026-08-29T00:58:29.170Z Compiling maybe-uninit v2.0.0
19722026-08-29T00:58:29.170Z Compiling openssl v0.10.80
19732026-08-29T00:58:29.263Z Compiling base64 v0.22.1
19742026-08-29T00:58:29.319Z Compiling slog v2.8.2
19752026-08-29T00:58:29.319Z Compiling serde_derive v1.0.228
19762026-08-29T00:58:29.360Z Compiling zeroize_derive v1.5.0
19772026-08-29T00:58:29.360Z Compiling zerofrom-derive v0.1.6
19782026-08-29T00:58:29.429Z Compiling yoke-derive v0.8.1
19792026-08-29T00:58:29.466Z Compiling zerovec-derive v0.11.2
19802026-08-29T00:58:29.466Z Compiling displaydoc v0.2.5
19812026-08-29T00:58:29.466Z Compiling zerocopy-derive v0.8.55
19822026-08-29T00:58:29.466Z Compiling tokio-macros v2.7.0
19832026-08-29T00:58:29.645Z Compiling futures-macro v0.3.32
19842026-08-29T00:58:29.721Z Compiling thiserror-impl v2.0.18
19852026-08-29T00:58:29.721Z Compiling schemars_derive v0.8.22
19862026-08-29T00:58:29.721Z Compiling der_derive v0.7.3
19872026-08-29T00:58:29.777Z Compiling tracing-attributes v0.1.31
19882026-08-29T00:58:29.846Z Compiling thiserror-impl v1.0.69
19892026-08-29T00:58:29.905Z Compiling pest_derive v2.8.6
19902026-08-29T00:58:29.936Z Compiling scroll_derive v0.12.1
19912026-08-29T00:58:30.159Z Compiling scroll_derive v0.13.1
19922026-08-29T00:58:30.208Z Compiling pem-rfc7468 v0.7.0
19932026-08-29T00:58:30.437Z Compiling unicode-segmentation v1.12.0
19942026-08-29T00:58:30.469Z Compiling flagset v0.4.7
19952026-08-29T00:58:30.470Z Compiling futures-util v0.3.32
19962026-08-29T00:58:30.494Z Compiling zerofrom v0.1.6
19972026-08-29T00:58:30.602Z Compiling yoke v0.8.1
19982026-08-29T00:58:30.646Z Compiling openssl-macros v0.1.1
19992026-08-29T00:58:30.751Z Compiling darling_core v0.23.0
20002026-08-29T00:58:30.838Z Compiling zerovec v0.11.5
20012026-08-29T00:58:30.863Z Compiling zerotrie v0.2.3
20022026-08-29T00:58:30.973Z Compiling bzip2-sys v0.1.13+1.0.8
20032026-08-29T00:58:31.060Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20042026-08-29T00:58:31.078Z Compiling syn v3.0.3
20052026-08-29T00:58:31.088Z Compiling ahash v0.8.12
20062026-08-29T00:58:31.188Z Compiling num-bigint-dig v0.8.6
20072026-08-29T00:58:31.265Z Compiling packed_struct v0.10.1
20082026-08-29T00:58:31.288Z Compiling native-tls v0.2.18
20092026-08-29T00:58:31.321Z Compiling tinystr v0.8.2
20102026-08-29T00:58:31.403Z Compiling potential_utf v0.1.4
20112026-08-29T00:58:31.518Z Compiling anyhow v1.0.104
20122026-08-29T00:58:31.542Z Compiling icu_locale_core v2.1.1
20132026-08-29T00:58:31.548Z Compiling icu_collections v2.1.1
20142026-08-29T00:58:31.548Z Compiling paste v1.0.15
20152026-08-29T00:58:31.646Z Compiling regex v1.12.3
20162026-08-29T00:58:31.766Z Compiling zerocopy-derive v0.7.35
20172026-08-29T00:58:32.285Z Compiling icu_provider v2.1.1
20182026-08-29T00:58:32.349Z Compiling zeroize v1.9.0
20192026-08-29T00:58:32.478Z Compiling bytes v1.11.1
20202026-08-29T00:58:32.556Z Compiling chrono v0.4.45
20212026-08-29T00:58:32.603Z Compiling icu_properties v2.1.2
20222026-08-29T00:58:32.753Z Compiling icu_normalizer v2.1.1
20232026-08-29T00:58:33.091Z Compiling tokio v1.52.1
20242026-08-29T00:58:33.156Z Compiling crypto-common v0.1.7
20252026-08-29T00:58:33.293Z Compiling block-buffer v0.10.4
20262026-08-29T00:58:33.318Z Compiling hybrid-array v0.4.13
20272026-08-29T00:58:33.436Z Compiling digest v0.10.7
20282026-08-29T00:58:33.594Z Compiling idna_adapter v1.2.1
20292026-08-29T00:58:33.671Z Compiling serde_tokenstream v0.2.3
20302026-08-29T00:58:33.748Z Compiling idna v1.1.0
20312026-08-29T00:58:33.976Z Compiling ppv-lite86 v0.2.21
20322026-08-29T00:58:34.048Z Compiling der v0.7.10
20332026-08-29T00:58:34.144Z Compiling url v2.5.8
20342026-08-29T00:58:34.208Z Compiling http v1.4.2
20352026-08-29T00:58:34.323Z Compiling darling_macro v0.23.0
20362026-08-29T00:58:34.341Z Compiling tracing-core v0.1.36
20372026-08-29T00:58:34.345Z Compiling cookie v0.18.1
20382026-08-29T00:58:34.411Z Compiling fastrand v2.3.0
20392026-08-29T00:58:34.733Z Compiling camino v1.2.5
20402026-08-29T00:58:34.851Z Compiling darling v0.23.0
20412026-08-29T00:58:34.888Z Compiling tracing v0.1.44
20422026-08-29T00:58:34.921Z Compiling spki v0.7.3
20432026-08-29T00:58:34.930Z Compiling block-buffer v0.12.1
20442026-08-29T00:58:35.063Z Compiling crypto-common v0.2.2
20452026-08-29T00:58:35.138Z Compiling serde_spanned v0.6.9
20462026-08-29T00:58:35.260Z Compiling toml_datetime v0.6.11
20472026-08-29T00:58:35.341Z Compiling clap_derive v4.6.1
20482026-08-29T00:58:35.376Z Compiling bitfield-macros v0.19.4
20492026-08-29T00:58:35.420Z Compiling zerocopy-derive v0.6.6
20502026-08-29T00:58:35.537Z Compiling packed_struct_codegen v0.10.1
20512026-08-29T00:58:35.903Z Compiling indexmap v1.9.3
20522026-08-29T00:58:36.150Z Compiling simd-adler32 v0.3.8
20532026-08-29T00:58:36.185Z Compiling object v0.37.3
20542026-08-29T00:58:36.185Z Compiling pkcs8 v0.10.2
20552026-08-29T00:58:36.239Z Compiling http-body v1.0.1
20562026-08-29T00:58:36.319Z Compiling daft-derive v0.1.8
20572026-08-29T00:58:36.390Z Compiling rustls-pki-types v1.14.0
20582026-08-29T00:58:36.443Z Compiling rand_core v0.9.5
20592026-08-29T00:58:36.536Z Compiling spin v0.9.8
20602026-08-29T00:58:36.609Z Compiling usdt-impl v0.5.0
20612026-08-29T00:58:36.654Z Compiling adler2 v2.0.1
20622026-08-29T00:58:36.763Z Compiling openssl-probe v0.2.1
20632026-08-29T00:58:36.813Z Compiling utf8parse v0.2.2
20642026-08-29T00:58:36.863Z Compiling tinyvec_macros v0.1.1
20652026-08-29T00:58:36.896Z Compiling usdt-impl v0.6.0
20662026-08-29T00:58:36.896Z Compiling winnow v0.5.40
20672026-08-29T00:58:36.956Z Compiling tokio-util v0.7.18
20682026-08-29T00:58:36.973Z Compiling anstyle v1.0.14
20692026-08-29T00:58:36.990Z Compiling either v1.15.0
20702026-08-29T00:58:37.068Z Compiling ref-cast v1.0.25
20712026-08-29T00:58:37.105Z Compiling anstyle-parse v1.0.0
20722026-08-29T00:58:37.219Z Compiling tinyvec v1.10.0
20732026-08-29T00:58:37.227Z Compiling miniz_oxide v0.8.9
20742026-08-29T00:58:37.371Z Compiling tempfile v3.27.0
20752026-08-29T00:58:37.475Z Compiling scroll v0.13.0
20762026-08-29T00:58:37.518Z Compiling scroll v0.12.0
20772026-08-29T00:58:37.547Z Compiling terminal_size v0.4.3
20782026-08-29T00:58:37.700Z Compiling async-trait v0.1.89
20792026-08-29T00:58:37.760Z Compiling heapless v0.7.17
20802026-08-29T00:58:37.879Z Compiling untrusted v0.7.1
20812026-08-29T00:58:37.916Z Compiling colorchoice v1.0.4
20822026-08-29T00:58:38.153Z Compiling anstyle-query v1.1.5
20832026-08-29T00:58:38.164Z Compiling try-lock v0.2.5
20842026-08-29T00:58:38.164Z Compiling winnow v0.7.14
20852026-08-29T00:58:38.173Z Compiling cpufeatures v0.2.17
20862026-08-29T00:58:38.192Z Compiling atomic-waker v1.1.2
20872026-08-29T00:58:38.212Z Compiling toml_edit v0.19.15
20882026-08-29T00:58:38.279Z Compiling signal-hook v0.3.18
20892026-08-29T00:58:38.308Z Compiling zstd-safe v7.2.4
20902026-08-29T00:58:38.326Z Compiling is_terminal_polyfill v1.70.2
20912026-08-29T00:58:38.361Z Compiling litrs v1.0.0
20922026-08-29T00:58:38.373Z Compiling rustix v0.38.44
20932026-08-29T00:58:38.377Z Compiling tower-layer v0.3.3
20942026-08-29T00:58:38.449Z Compiling winnow v1.0.3
20952026-08-29T00:58:38.467Z Compiling tower-service v0.3.3
20962026-08-29T00:58:38.534Z Compiling anstream v1.0.0
20972026-08-29T00:58:38.566Z Compiling h2 v0.4.15
20982026-08-29T00:58:38.576Z Compiling want v0.3.1
20992026-08-29T00:58:38.822Z Compiling document-features v0.2.12
21002026-08-29T00:58:39.268Z Compiling goblin v0.8.2
21012026-08-29T00:58:39.302Z Compiling goblin v0.10.5
21022026-08-29T00:58:39.321Z Compiling rand_chacha v0.9.0
21032026-08-29T00:58:39.405Z Compiling ipnetwork v0.21.1
21042026-08-29T00:58:39.422Z Compiling block-padding v0.4.2
21052026-08-29T00:58:39.521Z Compiling toml_parser v1.1.2+spec-1.1.0
21062026-08-29T00:58:39.522Z Compiling zerocopy v0.7.35
21072026-08-29T00:58:39.546Z Compiling ipnet v2.12.0
21082026-08-29T00:58:39.690Z Compiling heck v0.4.1
21092026-08-29T00:58:39.911Z Compiling structmeta-derive v0.3.0
21102026-08-29T00:58:39.911Z Compiling ref-cast-impl v1.0.25
21112026-08-29T00:58:39.966Z Compiling darling_core v0.20.11
21122026-08-29T00:58:40.013Z Compiling curve25519-dalek v4.1.3
21132026-08-29T00:58:40.260Z Compiling memoffset v0.9.1
21142026-08-29T00:58:40.260Z Compiling cpufeatures v0.3.0
21152026-08-29T00:58:40.260Z Compiling const-oid v0.10.2
21162026-08-29T00:58:40.265Z Compiling untrusted v0.9.0
21172026-08-29T00:58:40.464Z Compiling httpdate v1.0.3
21182026-08-29T00:58:40.494Z Compiling powerfmt v0.2.0
21192026-08-29T00:58:40.515Z Compiling tap v1.0.1
21202026-08-29T00:58:40.542Z Compiling foreign-types-shared v0.1.1
21212026-08-29T00:58:40.644Z Compiling foreign-types v0.3.2
21222026-08-29T00:58:40.659Z Compiling deranged v0.5.8
21232026-08-29T00:58:40.707Z Compiling wyz v0.5.1
21242026-08-29T00:58:40.908Z Compiling digest v0.11.3
21252026-08-29T00:58:40.958Z Compiling rand v0.9.2
21262026-08-29T00:58:40.958Z Compiling inout v0.2.2
21272026-08-29T00:58:40.958Z Compiling structmeta v0.3.0
21282026-08-29T00:58:40.993Z Compiling unicode-normalization v0.1.25
21292026-08-29T00:58:41.068Z Compiling dtrace-parser v0.2.0
21302026-08-29T00:58:41.133Z Compiling rand_chacha v0.3.1
21312026-08-29T00:58:41.150Z Compiling signature v2.2.0
21322026-08-29T00:58:41.370Z Compiling hex v0.4.3
21332026-08-29T00:58:41.426Z Compiling dtrace-parser v0.3.0
21342026-08-29T00:58:41.485Z Compiling dof v0.3.0
21352026-08-29T00:58:41.518Z Compiling pin-project-internal v1.1.11
21362026-08-29T00:58:41.580Z Compiling num-integer v0.1.46
21372026-08-29T00:58:41.681Z Compiling thread-id v5.1.0
21382026-08-29T00:58:41.773Z Compiling hyper v1.10.1
21392026-08-29T00:58:41.773Z Compiling wait-timeout v0.2.1
21402026-08-29T00:58:41.963Z Compiling thread-id v4.2.2
21412026-08-29T00:58:42.062Z Compiling darling_macro v0.20.11
21422026-08-29T00:58:42.062Z Compiling socket2 v0.5.10
21432026-08-29T00:58:42.062Z Compiling dof v0.4.0
21442026-08-29T00:58:42.062Z Compiling owo-colors v4.3.0
21452026-08-29T00:58:42.062Z Compiling bit-vec v0.8.0
21462026-08-29T00:58:42.174Z Compiling funty v2.0.0
21472026-08-29T00:58:42.289Z Compiling num_threads v0.1.7
21482026-08-29T00:58:42.531Z Compiling cfg_aliases v0.2.1
21492026-08-29T00:58:42.537Z Compiling quick-error v1.2.3
21502026-08-29T00:58:42.537Z Compiling smoltcp v0.9.1
21512026-08-29T00:58:42.537Z Compiling clap_lex v1.0.0
21522026-08-29T00:58:42.537Z Compiling nix v0.31.2
21532026-08-29T00:58:42.538Z Compiling darling v0.20.11
21542026-08-29T00:58:42.569Z Compiling bitvec v1.0.1
21552026-08-29T00:58:42.583Z Compiling time v0.3.47
21562026-08-29T00:58:42.594Z Compiling rusty-fork v0.3.1
21572026-08-29T00:58:42.612Z Compiling bit-set v0.8.0
21582026-08-29T00:58:42.844Z Compiling clap_builder v4.6.0
21592026-08-29T00:58:42.942Z Compiling num-iter v0.1.45
21602026-08-29T00:58:42.954Z Compiling hyper-util v0.1.20
21612026-08-29T00:58:43.021Z Compiling rand v0.8.6
21622026-08-29T00:58:43.036Z Compiling cipher v0.5.2
21632026-08-29T00:58:43.036Z Compiling sha2 v0.10.9
21642026-08-29T00:58:43.333Z Compiling lazy_static v1.5.0
21652026-08-29T00:58:43.410Z Compiling rand_xorshift v0.4.0
21662026-08-29T00:58:43.494Z Compiling erased-serde v0.3.31
21672026-08-29T00:58:43.671Z Compiling curve25519-dalek-derive v0.1.1
21682026-08-29T00:58:43.693Z Compiling sync_wrapper v1.0.2
21692026-08-29T00:58:44.138Z Compiling siphasher v1.0.2
21702026-08-29T00:58:44.156Z Compiling crc-catalog v2.4.0
21712026-08-29T00:58:44.252Z Compiling unarray v0.1.4
21722026-08-29T00:58:44.332Z Compiling zlib-rs v0.6.2
21732026-08-29T00:58:44.384Z Compiling nodrop v0.1.14
21742026-08-29T00:58:44.384Z Compiling proptest v1.11.0
21752026-08-29T00:58:44.467Z Compiling clap v4.6.1
21762026-08-29T00:58:44.622Z Compiling array-init v0.0.4
21772026-08-29T00:58:45.266Z Compiling crc v3.4.0
21782026-08-29T00:58:45.630Z Compiling tower v0.5.3
21792026-08-29T00:58:45.841Z Compiling chacha20 v0.10.0
21802026-08-29T00:58:45.965Z Compiling smallvec v0.6.14
21812026-08-29T00:58:46.079Z Compiling derive_builder_core v0.20.2
21822026-08-29T00:58:46.079Z Compiling snafu-derive v0.8.9
21832026-08-29T00:58:46.277Z Compiling pkcs1 v0.7.5
21842026-08-29T00:58:46.356Z Compiling http-body-util v0.1.3
21852026-08-29T00:58:46.632Z Compiling flate2 v1.1.9
21862026-08-29T00:58:46.728Z Compiling zerocopy v0.6.6
21872026-08-29T00:58:46.728Z Compiling bitfield v0.19.4
21882026-08-29T00:58:46.728Z Compiling strum_macros v0.27.2
21892026-08-29T00:58:46.728Z Compiling strum_macros v0.26.4
21902026-08-29T00:58:46.728Z Compiling hubpack_derive v0.1.1
21912026-08-29T00:58:47.010Z Compiling env_filter v2.0.0
21922026-08-29T00:58:47.093Z Compiling fs-err v3.3.0
21932026-08-29T00:58:47.093Z Compiling hashbrown v0.12.3
21942026-08-29T00:58:47.134Z Compiling ryu v1.0.23
21952026-08-29T00:58:47.178Z Compiling unicode-bidi v0.3.18
21962026-08-29T00:58:47.198Z Compiling base64 v0.21.7
21972026-08-29T00:58:47.458Z Compiling gimli v0.32.3
21982026-08-29T00:58:47.517Z Compiling allocator-api2 v0.2.21
21992026-08-29T00:58:47.578Z Compiling iri-string v0.7.10
22002026-08-29T00:58:47.629Z Compiling unicode-properties v0.1.4
22012026-08-29T00:58:47.836Z Compiling stringprep v0.1.5
22022026-08-29T00:58:47.869Z Compiling ron v0.8.1
22032026-08-29T00:58:48.885Z Compiling serde_urlencoded v0.7.1
22042026-08-29T00:58:49.032Z Compiling env_logger v0.11.11
22052026-08-29T00:58:49.032Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22062026-08-29T00:58:49.032Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22072026-08-29T00:58:49.032Z Compiling derive_builder_macro v0.20.2
22082026-08-29T00:58:49.032Z Compiling rsa v0.9.10
22092026-08-29T00:58:49.032Z Compiling tower-http v0.6.8
22102026-08-29T00:58:49.032Z Compiling newtype-uuid v1.3.2
22112026-08-29T00:58:49.032Z Compiling oxnet v0.1.6
22122026-08-29T00:58:49.168Z Compiling serde-hex v0.1.0
22132026-08-29T00:58:49.168Z Compiling addr2line v0.25.1
22142026-08-29T00:58:49.320Z Compiling rand v0.10.1
22152026-08-29T00:58:49.321Z Compiling hashbrown v0.13.2
22162026-08-29T00:58:49.321Z Compiling tokio-native-tls v0.3.1
22172026-08-29T00:58:49.373Z Compiling bzip2 v0.4.4
22182026-08-29T00:58:49.373Z Compiling usdt-attr-macro v0.6.0
22192026-08-29T00:58:49.373Z Compiling usdt-macro v0.6.0
22202026-08-29T00:58:49.373Z Compiling sha2 v0.11.0
22212026-08-29T00:58:49.373Z Compiling derive-ex v0.1.8
22222026-08-29T00:58:49.534Z Compiling md-5 v0.11.0
22232026-08-29T00:58:49.658Z Compiling hmac v0.13.0
22242026-08-29T00:58:53.076Z Compiling rustls-native-certs v0.8.3
22252026-08-29T00:58:53.099Z Compiling x509-cert v0.2.5
22262026-08-29T00:58:53.099Z Compiling bstr v1.12.1
22272026-08-29T00:58:53.099Z Compiling convert_case v0.10.0
22282026-08-29T00:58:53.099Z Compiling vergen-lib v9.1.0
22292026-08-29T00:58:53.099Z Compiling hash32 v0.2.1
22302026-08-29T00:58:53.099Z Compiling encoding_rs v0.8.35
22312026-08-29T00:58:53.099Z Compiling mime v0.3.17
22322026-08-29T00:58:53.099Z Compiling fallible-iterator v0.2.0
22332026-08-29T00:58:53.099Z Compiling unicode-width v0.2.0
22342026-08-29T00:58:53.099Z Compiling crc-any v2.5.0
22352026-08-29T00:58:53.099Z Compiling psl-types v2.0.11
22362026-08-29T00:58:53.099Z Compiling rustc-demangle v0.1.27
22372026-08-29T00:58:53.099Z Compiling postgres-protocol v0.6.12
22382026-08-29T00:58:53.099Z Compiling publicsuffix v2.3.0
22392026-08-29T00:58:53.100Z Compiling test-strategy v0.4.5
22402026-08-29T00:58:53.100Z Compiling derive_more-impl v2.1.1
22412026-08-29T00:58:53.100Z Compiling backtrace v0.3.76
22422026-08-29T00:58:53.100Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22432026-08-29T00:58:53.100Z Compiling object v0.30.4
22442026-08-29T00:58:53.100Z Compiling zip v0.6.6
22452026-08-29T00:58:53.100Z Compiling hyper-tls v0.6.0
22462026-08-29T00:58:53.100Z Compiling daft v0.1.8
22472026-08-29T00:58:53.100Z Compiling derive_builder v0.20.2
22482026-08-29T00:58:53.100Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22492026-08-29T00:58:53.100Z Compiling phf_shared v0.13.1
22502026-08-29T00:58:53.100Z Compiling pin-project v1.1.11
22512026-08-29T00:58:53.100Z Compiling toml v0.7.8
22522026-08-29T00:58:53.100Z Compiling serde_with_macros v3.21.0
22532026-08-29T00:58:53.100Z Compiling hmac v0.12.1
22542026-08-29T00:58:53.100Z Compiling futures-executor v0.3.32
22552026-08-29T00:58:53.100Z Compiling serde_repr v0.1.20
22562026-08-29T00:58:53.100Z Compiling enum-as-inner v0.6.1
22572026-08-29T00:58:53.100Z Compiling async-recursion v1.1.1
22582026-08-29T00:58:53.100Z Compiling miette-derive v7.6.0
22592026-08-29T00:58:53.258Z Compiling ff v0.13.1
22602026-08-29T00:58:53.288Z Compiling vergen v9.1.0
22612026-08-29T00:58:53.300Z Compiling cargo-platform v0.3.2
22622026-08-29T00:58:53.324Z Compiling path-slash v0.1.5
22632026-08-29T00:58:53.457Z Compiling is_ci v1.2.0
22642026-08-29T00:58:53.468Z Compiling foldhash v0.2.0
22652026-08-29T00:58:53.524Z Compiling unicode-linebreak v0.1.5
22662026-08-29T00:58:53.539Z Compiling bumpalo v3.20.2
22672026-08-29T00:58:53.607Z Compiling foldhash v0.1.5
22682026-08-29T00:58:53.899Z Compiling managed v0.8.0
22692026-08-29T00:58:53.958Z Compiling jiff-core v0.1.0
22702026-08-29T00:58:53.958Z Compiling libbz2-rs-sys v0.2.2
22712026-08-29T00:58:53.958Z Compiling bitflags v1.3.2
22722026-08-29T00:58:53.958Z Compiling same-file v1.0.6
22732026-08-29T00:58:53.958Z Compiling smawk v0.3.2
22742026-08-29T00:58:54.039Z Compiling base16ct v0.2.0
22752026-08-29T00:58:54.060Z Compiling textwrap v0.16.2
22762026-08-29T00:58:54.209Z Compiling sec1 v0.7.3
22772026-08-29T00:58:54.276Z Compiling walkdir v2.5.0
22782026-08-29T00:58:54.405Z Compiling bzip2 v0.6.1
22792026-08-29T00:58:54.449Z Compiling zopfli v0.8.3
22802026-08-29T00:58:54.476Z Compiling hashbrown v0.15.5
22812026-08-29T00:58:54.513Z Compiling hashbrown v0.16.1
22822026-08-29T00:58:54.677Z Compiling jiff v0.2.34
22832026-08-29T00:58:54.833Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22842026-08-29T00:58:54.970Z Compiling supports-color v3.0.2
22852026-08-29T00:58:55.289Z Compiling cargo_metadata v0.23.1
22862026-08-29T00:58:55.289Z Compiling group v0.13.0
22872026-08-29T00:58:55.342Z Compiling futures v0.3.32
22882026-08-29T00:58:55.343Z Compiling hkdf v0.12.4
22892026-08-29T00:58:55.419Z Compiling phf v0.13.1
22902026-08-29T00:58:55.688Z Compiling snafu v0.8.9
22912026-08-29T00:58:55.961Z Compiling reqwest v0.12.28
22922026-08-29T00:58:56.039Z Compiling signal-hook-mio v0.2.5
22932026-08-29T00:58:56.039Z Compiling cookie_store v0.22.1
22942026-08-29T00:58:56.167Z Compiling zstd v0.13.3
22952026-08-29T00:58:56.252Z Compiling backtrace-ext v0.2.1
22962026-08-29T00:58:56.252Z Compiling postgres-types v0.2.14
22972026-08-29T00:58:56.252Z Compiling globset v0.4.18
22982026-08-29T00:58:56.333Z Compiling strum v0.27.2
22992026-08-29T00:58:56.403Z Compiling hubpack v0.1.2
23002026-08-29T00:58:56.462Z Compiling phf_shared v0.11.3
23012026-08-29T00:58:56.540Z Compiling crossbeam-epoch v0.9.18
23022026-08-29T00:58:56.540Z Compiling byte-wrapper v0.1.0
23032026-08-29T00:58:56.595Z Compiling olpc-cjson v0.1.4
23042026-08-29T00:58:56.627Z Compiling ed25519 v2.2.3
23052026-08-29T00:58:56.893Z Compiling crypto-bigint v0.5.5
23062026-08-29T00:58:56.915Z Compiling serde-big-array v0.5.1
23072026-08-29T00:58:56.915Z Compiling serde_plain v1.0.2
23082026-08-29T00:58:56.915Z Compiling pem v3.0.6
23092026-08-29T00:58:57.455Z Compiling float-cmp v0.10.0
23102026-08-29T00:58:57.504Z Compiling memmap2 v0.9.10
23112026-08-29T00:58:57.504Z Compiling data-encoding v2.10.0
23122026-08-29T00:58:57.504Z Compiling keccak v0.1.6
23132026-08-29T00:58:57.504Z Compiling difflib v0.4.0
23142026-08-29T00:58:57.504Z Compiling supports-hyperlinks v3.2.0
23152026-08-29T00:58:57.504Z Compiling typed-path v0.9.3
23162026-08-29T00:58:57.504Z Compiling toml_write v0.1.2
23172026-08-29T00:58:57.504Z Compiling fixedbitset v0.4.2
23182026-08-29T00:58:57.682Z Compiling static_assertions v1.1.0
23192026-08-29T00:58:57.722Z Compiling unicode-width v0.1.14
23202026-08-29T00:58:57.766Z Compiling new_debug_unreachable v1.0.6
23212026-08-29T00:58:57.766Z Compiling precomputed-hash v0.1.1
23222026-08-29T00:58:57.767Z Compiling whoami v2.1.0
23232026-08-29T00:58:57.823Z Compiling supports-unicode v3.0.0
23242026-08-29T00:58:57.855Z Compiling fixedbitset v0.5.7
23252026-08-29T00:58:57.946Z Compiling normalize-line-endings v0.3.0
23262026-08-29T00:58:58.020Z Compiling predicates-core v1.0.10
23272026-08-29T00:58:58.061Z Compiling tokio-postgres v0.7.18
23282026-08-29T00:58:58.061Z Compiling petgraph v0.8.3
23292026-08-29T00:58:58.154Z Compiling predicates v3.1.4
23302026-08-29T00:58:58.178Z Compiling miette v7.6.0
23312026-08-29T00:58:58.206Z Compiling string_cache v0.8.9
23322026-08-29T00:58:58.355Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23332026-08-29T00:58:58.434Z Compiling elliptic-curve v0.13.8
23342026-08-29T00:58:58.506Z Compiling petgraph v0.6.5
23352026-08-29T00:58:58.650Z Compiling toml_edit v0.22.27
23362026-08-29T00:58:58.711Z Compiling hickory-proto v0.25.2
23372026-08-29T00:58:58.803Z Compiling sha3 v0.10.8
23382026-08-29T00:58:59.110Z Compiling usdt v0.6.0
23392026-08-29T00:58:59.487Z Compiling zip v4.6.1
23402026-08-29T00:58:59.955Z Compiling ed25519-dalek v2.2.0
23412026-08-29T00:59:00.094Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23422026-08-29T00:59:00.266Z Compiling crossterm v0.28.1
23432026-08-29T00:59:00.849Z Compiling iddqd v0.4.2
23442026-08-29T00:59:01.045Z Compiling serde_with v3.21.0
23452026-08-29T00:59:01.151Z Compiling derive_more v2.1.1
23462026-08-29T00:59:01.274Z Compiling similar v2.7.0
23472026-08-29T00:59:01.301Z Compiling strum v0.26.3
23482026-08-29T00:59:01.425Z Compiling tokio-stream v0.1.18
23492026-08-29T00:59:01.445Z Compiling itertools v0.13.0
23502026-08-29T00:59:01.501Z Compiling buf-list v1.1.2
23512026-08-29T00:59:01.520Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23522026-08-29T00:59:01.776Z Compiling openapiv3 v2.2.0
23532026-08-29T00:59:02.655Z Compiling lalrpop-util v0.19.12
23542026-08-29T00:59:02.777Z Compiling peg-runtime v0.8.5
23552026-08-29T00:59:17.084Z Compiling rustls-webpki v0.103.13
23562026-08-29T00:59:20.689Z Compiling tokio-rustls v0.26.4
23572026-08-29T00:59:20.975Z Compiling hyper-rustls v0.27.7
23582026-08-29T00:59:21.011Z Compiling rustls-platform-verifier v0.6.2
23592026-08-29T00:59:21.128Z Compiling tough v0.22.0
23602026-08-29T00:59:21.242Z Compiling reqwest v0.13.2
23612026-08-29T00:59:23.912Z Compiling macaddr v1.0.1
23622026-08-29T00:59:24.037Z Compiling rayon-core v1.13.0
23632026-08-29T00:59:24.128Z Compiling crucible-workspace-hack v0.1.0
23642026-08-29T00:59:24.215Z Compiling itertools v0.15.0
23652026-08-29T00:59:24.264Z Compiling secrecy v0.10.3
23662026-08-29T00:59:24.350Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23672026-08-29T00:59:24.433Z Compiling heapless v0.8.0
23682026-08-29T00:59:24.454Z Compiling toml_datetime v0.7.5+spec-1.1.0
23692026-08-29T00:59:24.590Z Compiling crossbeam-deque v0.8.6
23702026-08-29T00:59:24.611Z Compiling inout v0.1.4
23712026-08-29T00:59:24.627Z Compiling toml_edit v0.23.10+spec-1.0.0
23722026-08-29T00:59:24.712Z Compiling hash32 v0.3.1
23732026-08-29T00:59:24.729Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23742026-08-29T00:59:24.777Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23752026-08-29T00:59:24.798Z Compiling multer v3.1.0
23762026-08-29T00:59:24.846Z Compiling thread_local v1.1.9
23772026-08-29T00:59:24.895Z Compiling smoltcp v0.11.0
23782026-08-29T00:59:24.940Z Compiling slog-async v2.8.0
23792026-08-29T00:59:24.963Z Compiling compression-core v0.4.31
23802026-08-29T00:59:24.980Z Compiling match_cfg v0.1.0
23812026-08-29T00:59:25.070Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23822026-08-29T00:59:25.108Z Compiling compression-codecs v0.4.37
23832026-08-29T00:59:25.156Z Compiling hostname v0.3.1
23842026-08-29T00:59:25.174Z Compiling proc-macro-crate v3.4.0
23852026-08-29T00:59:25.354Z Compiling cipher v0.4.4
23862026-08-29T00:59:25.357Z Compiling atomicwrites v0.4.4
23872026-08-29T00:59:25.382Z Compiling slog-json v2.6.1
23882026-08-29T00:59:25.408Z Compiling crossbeam-channel v0.5.15
23892026-08-29T00:59:25.474Z Compiling newtype-uuid-macros v0.1.0
23902026-08-29T00:59:25.542Z Compiling half v2.7.1
23912026-08-29T00:59:25.558Z Compiling ingot-macros v0.2.0
23922026-08-29T00:59:25.614Z Compiling universal-hash v0.5.1
23932026-08-29T00:59:25.670Z Compiling serde_tokenstream v0.3.0
23942026-08-29T00:59:25.670Z Compiling cobs v0.3.0
23952026-08-29T00:59:25.670Z Compiling async-stream-impl v0.3.6
23962026-08-29T00:59:25.777Z Compiling thiserror-impl-no-std v2.0.2
23972026-08-29T00:59:25.828Z Compiling serde_spanned v1.1.1
23982026-08-29T00:59:25.909Z Compiling toml_datetime v1.1.1+spec-1.1.0
23992026-08-29T00:59:25.948Z Compiling is-terminal v0.4.17
24002026-08-29T00:59:25.964Z Compiling dropshot v0.17.1
24012026-08-29T00:59:25.996Z Compiling proc-macro-error-attr v1.0.4
24022026-08-29T00:59:26.074Z Compiling opaque-debug v0.3.1
24032026-08-29T00:59:26.100Z Compiling toml_writer v1.1.1+spec-1.1.0
24042026-08-29T00:59:26.168Z Compiling take_mut v0.2.2
24052026-08-29T00:59:26.184Z Compiling term v1.2.1
24062026-08-29T00:59:26.219Z Compiling ciborium-io v0.2.2
24072026-08-29T00:59:26.222Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24082026-08-29T00:59:26.250Z Compiling convert_case v0.4.0
24092026-08-29T00:59:26.302Z Compiling toml v1.1.2+spec-1.1.0
24102026-08-29T00:59:26.339Z Compiling ciborium-ll v0.2.2
24112026-08-29T00:59:26.386Z Compiling async-stream v0.3.6
24122026-08-29T00:59:26.463Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24132026-08-29T00:59:26.568Z Compiling derive_more v0.99.20
24142026-08-29T00:59:26.603Z Compiling slog-term v2.9.2
24152026-08-29T00:59:26.750Z Compiling poly1305 v0.8.0
24162026-08-29T00:59:26.781Z Compiling thiserror-no-std v2.0.2
24172026-08-29T00:59:26.834Z Compiling oxide-generation-macros v0.2.0
24182026-08-29T00:59:26.897Z Compiling postcard v1.1.3
24192026-08-29T00:59:27.248Z Compiling num_enum_derive v0.7.6
24202026-08-29T00:59:27.266Z Compiling chacha20 v0.9.1
24212026-08-29T00:59:27.303Z Compiling slog-bunyan v2.5.0
24222026-08-29T00:59:27.499Z Compiling async-compression v0.4.41
24232026-08-29T00:59:27.546Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24242026-08-29T00:59:27.564Z Compiling oxide-generation v0.1.3
24252026-08-29T00:59:27.579Z Compiling sha1 v0.11.0
24262026-08-29T00:59:27.886Z Compiling parse-display-derive v0.10.0
24272026-08-29T00:59:27.988Z Compiling proc-macro-crate v1.3.1
24282026-08-29T00:59:28.004Z Compiling waitgroup v0.1.2
24292026-08-29T00:59:28.067Z Compiling rustls-pemfile v2.2.0
24302026-08-29T00:59:28.200Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24312026-08-29T00:59:28.217Z Compiling ingot-types v0.2.0
24322026-08-29T00:59:28.231Z Compiling backon v1.6.0
24332026-08-29T00:59:28.352Z Compiling dropshot_endpoint v0.17.1
24342026-08-29T00:59:28.382Z Compiling blake2 v0.10.6
24352026-08-29T00:59:28.415Z Compiling aead v0.5.2
24362026-08-29T00:59:28.499Z Compiling password-hash v0.5.0
24372026-08-29T00:59:28.637Z Compiling ingot v0.2.1
24382026-08-29T00:59:28.703Z Compiling foreign-types-macros v0.2.3
24392026-08-29T00:59:28.734Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24402026-08-29T00:59:28.768Z Compiling serde_path_to_error v0.1.20
24412026-08-29T00:59:28.820Z Compiling hostname v0.4.2
24422026-08-29T00:59:28.912Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24432026-08-29T00:59:28.976Z Compiling proc-macro-error v1.0.4
24442026-08-29T00:59:29.137Z Compiling instant v0.1.13
24452026-08-29T00:59:29.163Z Compiling foreign-types-shared v0.3.1
24462026-08-29T00:59:29.195Z Compiling illumos-nvpair-sys v0.2.0
24472026-08-29T00:59:29.231Z Compiling debug-ignore v1.0.5
24482026-08-29T00:59:29.256Z Compiling backoff v0.4.0
24492026-08-29T00:59:29.306Z Compiling foreign-types v0.5.0
24502026-08-29T00:59:29.351Z Compiling argon2 v0.5.3
24512026-08-29T00:59:29.367Z Compiling chacha20poly1305 v0.10.1
24522026-08-29T00:59:29.370Z Compiling parse-display v0.10.0
24532026-08-29T00:59:29.401Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24542026-08-29T00:59:29.432Z Compiling num_enum_derive v0.5.11
24552026-08-29T00:59:29.455Z Compiling num_enum v0.7.6
24562026-08-29T00:59:29.476Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
24572026-08-29T00:59:29.498Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24582026-08-29T00:59:29.536Z Compiling vsss-rs v3.3.4
24592026-08-29T00:59:29.643Z Compiling ciborium v0.2.2
24602026-08-29T00:59:29.990Z Compiling regress v0.10.5
24612026-08-29T00:59:30.075Z Compiling itertools v0.14.0
24622026-08-29T00:59:30.097Z Compiling tabwriter v1.4.1
24632026-08-29T00:59:30.190Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24642026-08-29T00:59:30.208Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24652026-08-29T00:59:30.340Z Compiling cstr-argument v0.1.2
24662026-08-29T00:59:30.370Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24672026-08-29T00:59:30.441Z Compiling humantime v2.3.0
24682026-08-29T00:59:30.490Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24692026-08-29T00:59:30.507Z Compiling num_enum v0.5.11
24702026-08-29T00:59:30.525Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24712026-08-29T00:59:30.542Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24722026-08-29T00:59:30.660Z Compiling rayon v1.11.0
24732026-08-29T00:59:30.674Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24742026-08-29T00:59:30.774Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24752026-08-29T00:59:30.790Z Compiling libefi-sys v0.1.0
24762026-08-29T00:59:30.819Z Compiling indent_write v2.2.0
24772026-08-29T00:59:30.854Z Compiling colored v3.1.1
24782026-08-29T00:59:30.888Z Compiling illumos-nvpair v0.3.0
24792026-08-29T00:59:30.903Z Compiling zone_cfg_derive v0.3.1
24802026-08-29T00:59:30.907Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24812026-08-29T00:59:30.991Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24822026-08-29T00:59:31.033Z Compiling camino-tempfile v1.4.1
24832026-08-29T00:59:31.051Z Compiling itertools v0.12.1
24842026-08-29T00:59:31.209Z Compiling usdt-attr-macro v0.5.0
24852026-08-29T00:59:31.225Z Compiling usdt-macro v0.5.0
24862026-08-29T00:59:31.364Z Compiling num-derive v0.4.2
24872026-08-29T00:59:31.431Z Compiling bitfield-struct v0.6.2
24882026-08-29T00:59:31.448Z Compiling blake3 v1.8.5
24892026-08-29T00:59:31.476Z Compiling memmap v0.7.0
24902026-08-29T00:59:31.546Z Compiling sigpipe v0.1.3
24912026-08-29T00:59:31.616Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24922026-08-29T00:59:31.654Z Compiling glob v0.3.3
24932026-08-29T00:59:31.727Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24942026-08-29T00:59:31.831Z Compiling swrite v0.1.0
24952026-08-29T00:59:31.884Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24962026-08-29T00:59:31.965Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24972026-08-29T00:59:32.003Z Compiling usdt v0.5.0
24982026-08-29T00:59:32.065Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24992026-08-29T00:59:32.271Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25002026-08-29T00:59:32.295Z Compiling smf v0.2.3
25012026-08-29T00:59:32.329Z Compiling filetime v0.2.27
25022026-08-29T00:59:32.341Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25032026-08-29T00:59:32.428Z Compiling zone v0.3.1
25042026-08-29T00:59:32.457Z Compiling xattr v1.6.1
25052026-08-29T00:59:32.518Z Compiling arrayvec v0.7.6
25062026-08-29T00:59:32.537Z Compiling whoami v1.6.1
25072026-08-29T00:59:32.560Z Compiling constant_time_eq v0.4.2
25082026-08-29T00:59:32.582Z Compiling arrayref v0.3.9
25092026-08-29T00:59:32.600Z Compiling tar v0.4.46
25102026-08-29T00:59:32.621Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25112026-08-29T00:59:32.665Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25122026-08-29T00:59:32.728Z Compiling tokio-dtrace v0.1.1
25132026-08-29T00:59:32.789Z Compiling gethostname v0.5.0
25142026-08-29T00:59:32.879Z Compiling console v0.16.2
25152026-08-29T00:59:32.984Z Compiling unit-prefix v0.5.2
25162026-08-29T00:59:33.018Z Compiling topological-sort v0.2.2
25172026-08-29T00:59:33.018Z Compiling oxide-tokio-rt v0.1.4
25182026-08-29T00:59:33.110Z Compiling toml v0.8.23
25192026-08-29T00:59:33.167Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25202026-08-29T00:59:33.320Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25212026-08-29T00:59:33.452Z Compiling indicatif v0.18.4
25222026-08-29T00:59:33.523Z Compiling shell-words v1.1.1
25232026-08-29T00:59:42.730Z Compiling progenitor-client v0.14.0
25242026-08-29T00:59:42.730Z Compiling omicron-zone-package v0.12.3
25252026-08-29T00:59:42.977Z Compiling progenitor-extras v0.2.0
25262026-08-29T00:59:43.254Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25272026-08-29T00:59:43.272Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25282026-08-29T00:59:43.400Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25292026-08-29T00:59:43.430Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25302026-08-29T00:59:43.478Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25312026-08-29T00:59:43.498Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25322026-08-29T00:59:43.554Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25332026-08-29T00:59:43.704Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25342026-08-29T00:59:44.210Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25352026-08-29T00:59:47.794Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25362026-08-29T00:59:57.085Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25372026-08-29T01:00:00.416Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25382026-08-29T01:00:01.498Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25392026-08-29T01:00:12.059Z Finished `release` profile [optimized] target(s) in 1m 49s
25402026-08-29T01:00:12.206Z Running `target/release/omicron-package -t test target create -p dev`
25412026-08-29T01:00:12.268ZLogging to: /work/oxidecomputer/omicron/out/LOG
25422026-08-29T01:00:12.271ZCreated new build target 'test' and set it as active
25432026-08-29T01:00:12.271Z
25442026-08-29T01:00:12.271Zreal 1:49.563767043
25452026-08-29T01:00:12.271Zuser 18:02.681556061
25462026-08-29T01:00:12.271Zsys 2:48.346041493
25472026-08-29T01:00:12.271Ztrap 0.504376143
25482026-08-29T01:00:12.271Ztflt 2.485390613
25492026-08-29T01:00:12.271Zdflt 4.897119329
25502026-08-29T01:00:12.271Zkflt 0.000780900
25512026-08-29T01:00:12.272Zlock 58:59.554227266
25522026-08-29T01:00:12.272Zslp 45:43.569967497
25532026-08-29T01:00:12.272Zlat 51.664199189
25542026-08-29T01:00:12.272Zstop 6:33.417668908
25552026-08-29T01:00:12.275Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25562026-08-29T01:00:13.186Z Finished `release` profile [optimized] target(s) in 0.90s
25572026-08-29T01:00:13.260Z Running `target/release/omicron-package -t test package`
25582026-08-29T01:00:13.317ZLogging to: /work/oxidecomputer/omicron/out/LOG
25592026-08-29T01:00:14.790Z Compiling heck v0.5.0
25602026-08-29T01:00:14.790Z Compiling regress v0.11.1
25612026-08-29T01:00:15.079Z Compiling unsafe-libyaml v0.2.11
25622026-08-29T01:00:15.090Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25632026-08-29T01:00:15.100Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25642026-08-29T01:00:15.100Z Compiling derive-where v1.6.0
25652026-08-29T01:00:15.100Z Compiling bytecount v0.6.9
25662026-08-29T01:00:15.157Z Compiling atomicwrites v0.4.4
25672026-08-29T01:00:15.157Z Compiling is-terminal v0.4.17
25682026-08-29T01:00:15.160Z Compiling prettyplease v0.2.37
25692026-08-29T01:00:15.161Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25702026-08-29T01:00:15.161Z Compiling newline-converter v0.3.0
25712026-08-29T01:00:15.262Z Compiling console v0.15.11
25722026-08-29T01:00:15.262Z Compiling slog-dtrace v0.3.0
25732026-08-29T01:00:15.284Z Compiling cancel-safe-futures v0.1.5
25742026-08-29T01:00:15.330Z Compiling num-rational v0.4.2
25752026-08-29T01:00:15.355Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25762026-08-29T01:00:15.359Z Compiling num-complex v0.4.6
25772026-08-29T01:00:15.359Z Compiling thread_local v1.1.9
25782026-08-29T01:00:15.398Z Compiling resolv-conf v0.7.6
25792026-08-29T01:00:15.501Z Compiling match_cfg v0.1.0
25802026-08-29T01:00:15.546Z Compiling serde_yaml v0.9.34+deprecated
25812026-08-29T01:00:15.641Z Compiling compression-core v0.4.31
25822026-08-29T01:00:15.662Z Compiling expectorate v1.2.0
25832026-08-29T01:00:15.819Z Compiling compression-codecs v0.4.37
25842026-08-29T01:00:15.844Z Compiling num v0.4.3
25852026-08-29T01:00:15.866Z Compiling hostname v0.3.1
25862026-08-29T01:00:15.891Z Compiling multer v3.1.0
25872026-08-29T01:00:15.940Z Compiling slog-async v2.8.0
25882026-08-29T01:00:15.961Z Compiling crossbeam-channel v0.5.15
25892026-08-29T01:00:16.008Z Compiling slog-json v2.6.1
25902026-08-29T01:00:16.030Z Compiling serde_spanned v1.1.1
25912026-08-29T01:00:16.033Z Compiling toml_datetime v1.1.1+spec-1.1.0
25922026-08-29T01:00:16.073Z Compiling term v1.2.1
25932026-08-29T01:00:16.097Z Compiling linear-map v1.2.0
25942026-08-29T01:00:16.231Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25952026-08-29T01:00:16.254Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25962026-08-29T01:00:16.256Z Compiling oxide-update-engine-types v0.1.2
25972026-08-29T01:00:16.294Z Compiling toml_writer v1.1.1+spec-1.1.0
25982026-08-29T01:00:16.321Z Compiling take_mut v0.2.2
25992026-08-29T01:00:16.348Z Compiling float-ord v0.3.2
26002026-08-29T01:00:16.351Z Compiling slog-bunyan v2.5.0
26012026-08-29T01:00:16.389Z Compiling slog-term v2.9.2
26022026-08-29T01:00:16.414Z Compiling async-compression v0.4.41
26032026-08-29T01:00:16.507Z Compiling toml v1.1.2+spec-1.1.0
26042026-08-29T01:00:16.531Z Compiling typify-impl v0.6.2
26052026-08-29T01:00:16.550Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
26062026-08-29T01:00:16.592Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26072026-08-29T01:00:16.771Z Compiling dropshot v0.17.1
26082026-08-29T01:00:16.839Z Compiling async-stream v0.3.6
26092026-08-29T01:00:16.862Z Compiling progenitor-client v0.14.0
26102026-08-29T01:00:16.864Z Compiling oxide-generation v0.1.3
26112026-08-29T01:00:16.903Z Compiling sha1 v0.11.0
26122026-08-29T01:00:16.903Z Compiling waitgroup v0.1.2
26132026-08-29T01:00:17.019Z Compiling rustls-pemfile v2.2.0
26142026-08-29T01:00:17.041Z Compiling backon v1.6.0
26152026-08-29T01:00:17.078Z Compiling serde_path_to_error v0.1.20
26162026-08-29T01:00:17.181Z Compiling hostname v0.4.2
26172026-08-29T01:00:17.181Z Compiling instant v0.1.13
26182026-08-29T01:00:17.222Z Compiling debug-ignore v1.0.5
26192026-08-29T01:00:17.245Z Compiling linked-hash-map v0.5.6
26202026-08-29T01:00:17.279Z Compiling minimal-lexical v0.2.1
26212026-08-29T01:00:17.335Z Compiling backoff v0.4.0
26222026-08-29T01:00:17.356Z Compiling progenitor-extras v0.2.0
26232026-08-29T01:00:17.359Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26242026-08-29T01:00:17.443Z Compiling lru-cache v0.1.2
26252026-08-29T01:00:17.481Z Compiling oxide-update-engine v0.1.2
26262026-08-29T01:00:17.557Z Compiling nom v7.1.3
26272026-08-29T01:00:17.600Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26282026-08-29T01:00:17.623Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26292026-08-29T01:00:17.644Z Compiling parse-display v0.10.0
26302026-08-29T01:00:17.644Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26312026-08-29T01:00:17.882Z Compiling regress v0.10.5
26322026-08-29T01:00:17.947Z Compiling itertools v0.14.0
26332026-08-29T01:00:18.263Z Compiling macaddr v1.0.1
26342026-08-29T01:00:18.357Z Compiling humantime v2.3.0
26352026-08-29T01:00:18.547Z Compiling unicode-xid v0.2.6
26362026-08-29T01:00:18.652Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26372026-08-29T01:00:18.676Z Compiling hickory-proto v0.24.4
26382026-08-29T01:00:18.836Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26392026-08-29T01:00:18.859Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26402026-08-29T01:00:18.969Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26412026-08-29T01:00:19.221Z Compiling toml v0.8.23
26422026-08-29T01:00:19.269Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26432026-08-29T01:00:19.365Z Compiling papergrid v0.11.0
26442026-08-29T01:00:19.718Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26452026-08-29T01:00:19.812Z Compiling tabled_derive v0.7.0
26462026-08-29T01:00:19.913Z Compiling termtree v0.5.1
26472026-08-29T01:00:19.994Z Compiling crossterm v0.29.0
26482026-08-29T01:00:20.032Z Compiling typify-macro v0.6.2
26492026-08-29T01:00:20.121Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26502026-08-29T01:00:20.699Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26512026-08-29T01:00:21.021Z Compiling tabled v0.15.0
26522026-08-29T01:00:21.097Z Compiling phf_shared v0.12.1
26532026-08-29T01:00:21.190Z Compiling hickory-resolver v0.24.4
26542026-08-29T01:00:21.346Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26552026-08-29T01:00:21.617Z Compiling typify v0.6.2
26562026-08-29T01:00:21.877Z Compiling progenitor-impl v0.14.0
26572026-08-29T01:00:22.330Z Compiling csv-core v0.1.13
26582026-08-29T01:00:22.368Z Compiling qorb v0.4.1
26592026-08-29T01:00:22.765Z Compiling vte v0.14.1
26602026-08-29T01:00:22.809Z Compiling chrono-tz v0.10.4
26612026-08-29T01:00:23.025Z Compiling highway v1.3.0
26622026-08-29T01:00:23.082Z Compiling strip-ansi-escapes v0.2.1
26632026-08-29T01:00:23.664Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26642026-08-29T01:00:23.771Z Compiling csv v1.4.0
26652026-08-29T01:00:24.064Z Compiling progenitor-macro v0.14.0
26662026-08-29T01:00:24.723Z Compiling phf v0.12.1
26672026-08-29T01:00:24.921Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26682026-08-29T01:00:25.006Z Compiling const_format_proc_macros v0.2.34
26692026-08-29T01:00:25.389Z Compiling fd-lock v4.0.4
26702026-08-29T01:00:25.548Z Compiling peg-macros v0.8.5
26712026-08-29T01:00:25.705Z Compiling nu-ansi-term v0.50.3
26722026-08-29T01:00:25.809Z Compiling const_format v0.2.35
26732026-08-29T01:00:25.958Z Compiling reedline v0.40.0
26742026-08-29T01:00:26.311Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26752026-08-29T01:00:26.851Z Compiling peg v0.8.5
26762026-08-29T01:00:26.956Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26772026-08-29T01:00:27.318Z Compiling bcs v0.1.6
26782026-08-29T01:00:27.562Z Compiling nom v8.0.0
26792026-08-29T01:00:27.752Z Compiling semver v0.1.20
26802026-08-29T01:00:28.072Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26812026-08-29T01:00:28.092Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26822026-08-29T01:00:28.190Z Compiling progenitor v0.14.0
26832026-08-29T01:00:28.374Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26842026-08-29T01:00:28.478Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26852026-08-29T01:00:29.112Z Compiling rustc_version v0.1.7
26862026-08-29T01:00:29.351Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26872026-08-29T01:00:29.417Z Compiling newtype_derive v0.1.6
26882026-08-29T01:00:29.513Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26892026-08-29T01:00:29.644Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26902026-08-29T01:00:29.746Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26912026-08-29T01:00:29.839Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26922026-08-29T01:00:29.861Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26932026-08-29T01:00:30.224Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26942026-08-29T01:00:30.515Z Compiling steno v0.4.1
26952026-08-29T01:00:31.115Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26962026-08-29T01:00:31.278Z Compiling dropshot-api-manager-types v0.8.0
26972026-08-29T01:00:31.344Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26982026-08-29T01:00:31.409Z Compiling sha1 v0.10.6
26992026-08-29T01:00:31.879Z Compiling utf-8 v0.7.6
27002026-08-29T01:00:31.882Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
27012026-08-29T01:00:31.954Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27022026-08-29T01:00:32.078Z Compiling tagptr v0.2.0
27032026-08-29T01:00:32.119Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27042026-08-29T01:00:32.322Z Compiling moka v0.12.13
27052026-08-29T01:00:32.376Z Compiling tungstenite v0.21.0
27062026-08-29T01:00:32.777Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
27072026-08-29T01:00:33.657Z Compiling hickory-resolver v0.25.2
27082026-08-29T01:00:34.104Z Compiling tokio-tungstenite v0.21.0
27092026-08-29T01:00:34.498Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27102026-08-29T01:00:34.527Z Compiling darling_core v0.21.3
27112026-08-29T01:00:35.430Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27122026-08-29T01:00:36.460Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27132026-08-29T01:00:36.700Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27142026-08-29T01:00:36.840Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27152026-08-29T01:00:36.990Z Compiling darling_macro v0.21.3
27162026-08-29T01:00:37.561Z Compiling display-error-chain v0.2.2
27172026-08-29T01:00:37.751Z Compiling darling v0.21.3
27182026-08-29T01:00:37.872Z Compiling vergen-lib v0.1.6
27192026-08-29T01:00:38.096Z Compiling diesel_derives v2.3.7
27202026-08-29T01:00:38.170Z Compiling dsl_auto_type v0.2.0
27212026-08-29T01:00:38.511Z Compiling scheduled-thread-pool v0.2.7
27222026-08-29T01:00:38.707Z Compiling vergen-gitcl v1.0.8
27232026-08-29T01:00:38.914Z Compiling diesel_table_macro_syntax v0.3.0
27242026-08-29T01:00:38.937Z Compiling dirs-sys-next v0.1.2
27252026-08-29T01:00:39.088Z Compiling glob v0.3.3
27262026-08-29T01:00:39.133Z Compiling crunchy v0.2.4
27272026-08-29T01:00:39.201Z Compiling maplit v1.0.2
27282026-08-29T01:00:39.443Z Compiling dirs-next v2.0.0
27292026-08-29T01:00:39.467Z Compiling clang-sys v1.8.1
27302026-08-29T01:00:39.551Z Compiling r2d2 v0.8.10
27312026-08-29T01:00:39.793Z Compiling libscf-sys v1.2.0
27322026-08-29T01:00:39.842Z Compiling tiny-keccak v2.0.2
27332026-08-29T01:00:39.875Z Compiling xshell-macros v0.2.7
27342026-08-29T01:00:39.929Z Compiling downcast-rs v2.0.2
27352026-08-29T01:00:40.056Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27362026-08-29T01:00:40.110Z Compiling term v0.7.0
27372026-08-29T01:00:40.235Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27382026-08-29T01:00:40.264Z Compiling papergrid v0.18.0
27392026-08-29T01:00:40.285Z Compiling xshell v0.2.7
27402026-08-29T01:00:40.513Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27412026-08-29T01:00:40.594Z Compiling bit-vec v0.6.3
27422026-08-29T01:00:40.655Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27432026-08-29T01:00:40.769Z Compiling ascii-canvas v3.0.0
27442026-08-29T01:00:40.838Z Compiling bit-set v0.5.3
27452026-08-29T01:00:41.067Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27462026-08-29T01:00:41.200Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27472026-08-29T01:00:41.308Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27482026-08-29T01:00:41.533Z Compiling tabled v0.21.0
27492026-08-29T01:00:41.764Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27502026-08-29T01:00:41.785Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27512026-08-29T01:00:41.978Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27522026-08-29T01:00:42.009Z Compiling itertools v0.15.0
27532026-08-29T01:00:42.536Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27542026-08-29T01:00:42.714Z Compiling itertools v0.10.5
27552026-08-29T01:00:42.788Z Compiling ena v0.14.4
27562026-08-29T01:00:42.895Z Compiling libloading v0.8.9
27572026-08-29T01:00:43.041Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27582026-08-29T01:00:43.069Z Compiling regex-syntax v0.6.29
27592026-08-29T01:00:43.127Z Compiling unicase v2.9.0
27602026-08-29T01:00:43.271Z Compiling bindgen v0.71.1
27612026-08-29T01:00:43.443Z Compiling diff v0.1.13
27622026-08-29T01:00:43.599Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27632026-08-29T01:00:43.704Z Compiling cexpr v0.6.0
27642026-08-29T01:00:43.770Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27652026-08-29T01:00:43.873Z Compiling rustc-hash v2.1.1
27662026-08-29T01:00:44.026Z Compiling diesel v2.3.7
27672026-08-29T01:00:44.069Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27682026-08-29T01:00:44.233Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27692026-08-29T01:00:44.287Z Compiling headers-core v0.3.0
27702026-08-29T01:00:44.346Z Compiling libxml v0.3.3
27712026-08-29T01:00:44.450Z Compiling lalrpop v0.19.12
27722026-08-29T01:00:44.604Z Compiling crc8 v0.1.1
27732026-08-29T01:00:44.754Z Compiling headers v0.4.1
27742026-08-29T01:00:44.951Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27752026-08-29T01:00:45.240Z Compiling strum_macros v0.24.3
27762026-08-29T01:00:45.927Z Compiling indoc v1.0.9
27772026-08-29T01:00:46.341Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27782026-08-29T01:00:46.380Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
27792026-08-29T01:00:46.466Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27802026-08-29T01:00:46.487Z Compiling derive_builder v0.20.2
27812026-08-29T01:00:46.564Z Compiling oso-derive v0.27.3
27822026-08-29T01:00:46.655Z Compiling quick-xml v0.37.5
27832026-08-29T01:00:46.790Z Compiling impl-trait-for-tuples v0.2.3
27842026-08-29T01:00:47.076Z Compiling openssl-probe v0.1.6
27852026-08-29T01:00:47.220Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27862026-08-29T01:00:47.387Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27872026-08-29T01:00:47.781Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27882026-08-29T01:00:47.959Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27892026-08-29T01:00:47.983Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27902026-08-29T01:00:48.109Z Compiling bb8 v0.8.6
27912026-08-29T01:00:48.203Z Compiling trait-variant v0.1.2
27922026-08-29T01:00:48.273Z Compiling proc-macro-error-attr2 v2.0.0
27932026-08-29T01:00:48.514Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27942026-08-29T01:00:48.721Z Compiling half v1.8.3
27952026-08-29T01:00:48.785Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27962026-08-29T01:00:48.812Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27972026-08-29T01:00:49.044Z Compiling serde_cbor v0.11.2
27982026-08-29T01:00:49.159Z Compiling proc-macro-error2 v2.0.1
27992026-08-29T01:00:49.450Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28002026-08-29T01:00:49.472Z Compiling rfc6979 v0.4.0
28012026-08-29T01:00:49.495Z Compiling hashbrown v0.14.5
28022026-08-29T01:00:49.639Z Compiling salty v0.3.0
28032026-08-29T01:00:49.698Z Compiling ecdsa v0.16.9
28042026-08-29T01:00:49.813Z Compiling samael v0.0.19
28052026-08-29T01:00:49.936Z Compiling knus-derive v3.4.0
28062026-08-29T01:00:50.014Z Compiling chumsky v0.9.3
28072026-08-29T01:00:50.126Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
28082026-08-29T01:00:50.170Z Compiling primeorder v0.13.6
28092026-08-29T01:00:50.363Z Compiling nonempty v0.12.0
28102026-08-29T01:00:50.461Z Compiling p384 v0.13.1
28112026-08-29T01:00:51.026Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28122026-08-29T01:00:51.304Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28132026-08-29T01:00:51.325Z Compiling knus v3.4.0
28142026-08-29T01:00:51.582Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
28152026-08-29T01:00:51.893Z Compiling polar-core v0.27.3
28162026-08-29T01:00:52.237Z Compiling fxhash v0.2.1
28172026-08-29T01:00:52.399Z Compiling libz-sys v1.1.24
28182026-08-29T01:00:52.448Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28192026-08-29T01:00:52.653Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
28202026-08-29T01:00:52.754Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28212026-08-29T01:00:52.922Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28222026-08-29T01:00:53.149Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28232026-08-29T01:00:53.483Z Compiling kstat-rs v0.2.5
28242026-08-29T01:00:53.864Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28252026-08-29T01:00:53.933Z Compiling mime_guess v2.0.5
28262026-08-29T01:00:54.449Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28272026-08-29T01:00:55.220Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28282026-08-29T01:00:56.282Z Compiling nanorand v0.7.0
28292026-08-29T01:00:56.476Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28302026-08-29T01:00:56.644Z Compiling libgit2-sys v0.18.3+1.9.2
28312026-08-29T01:00:56.836Z Compiling parking_lot_core v0.8.6
28322026-08-29T01:00:57.139Z Compiling flume v0.11.1
28332026-08-29T01:00:57.195Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28342026-08-29T01:00:57.566Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28352026-08-29T01:00:57.732Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28362026-08-29T01:00:58.216Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28372026-08-29T01:00:58.465Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28382026-08-29T01:00:58.489Z Compiling git-stub v1.0.0
28392026-08-29T01:00:58.757Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28402026-08-29T01:00:58.938Z Compiling corncobs v0.1.4
28412026-08-29T01:00:59.039Z Compiling instability v0.3.11
28422026-08-29T01:00:59.188Z Compiling strsim v0.10.0
28432026-08-29T01:00:59.212Z Compiling http-range v0.1.5
28442026-08-29T01:00:59.290Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28452026-08-29T01:00:59.345Z Compiling git-stub-vcs v0.1.0
28462026-08-29T01:00:59.495Z Compiling darling_core v0.13.4
28472026-08-29T01:00:59.961Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28482026-08-29T01:01:00.724Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28492026-08-29T01:01:00.929Z Compiling oso v0.27.3
28502026-08-29T01:01:00.952Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28512026-08-29T01:01:01.174Z Compiling progenitor-impl v0.13.0
28522026-08-29T01:01:03.407Z Compiling async-bb8-diesel v0.2.1
28532026-08-29T01:01:03.894Z Compiling diesel-dtrace v0.5.0
28542026-08-29T01:01:04.223Z Compiling ignore v0.4.25
28552026-08-29T01:01:04.384Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28562026-08-29T01:01:04.649Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
28572026-08-29T01:01:04.762Z Compiling anstyle-parse v0.2.7
28582026-08-29T01:01:05.030Z Compiling secrecy v0.8.0
28592026-08-29T01:01:05.219Z Compiling vergen-git2 v9.1.0
28602026-08-29T01:01:05.244Z Compiling castaway v0.2.4
28612026-08-29T01:01:05.376Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
28622026-08-29T01:01:05.411Z Compiling indoc v2.0.7
28632026-08-29T01:01:05.474Z Compiling compact_str v0.8.1
28642026-08-29T01:01:05.674Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
28652026-08-29T01:01:06.538Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28662026-08-29T01:01:06.578Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28672026-08-29T01:01:07.236Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28682026-08-29T01:01:07.514Z Compiling anstream v0.6.21
28692026-08-29T01:01:08.052Z Compiling globwalk v0.9.1
28702026-08-29T01:01:08.698Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28712026-08-29T01:01:09.099Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28722026-08-29T01:01:09.148Z Compiling progenitor-macro v0.13.0
28732026-08-29T01:01:09.721Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28742026-08-29T01:01:09.858Z Compiling darling_macro v0.13.4
28752026-08-29T01:01:10.364Z Compiling parking_lot v0.11.2
28762026-08-29T01:01:11.043Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28772026-08-29T01:01:11.264Z Compiling hyper-staticfile v0.10.1
28782026-08-29T01:01:11.286Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28792026-08-29T01:01:11.363Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28802026-08-29T01:01:11.721Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28812026-08-29T01:01:11.767Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28822026-08-29T01:01:12.407Z Compiling predicates-tree v1.0.13
28832026-08-29T01:01:12.525Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28842026-08-29T01:01:12.746Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28852026-08-29T01:01:12.820Z Compiling unicode-truncate v1.1.0
28862026-08-29T01:01:13.033Z Compiling lru v0.12.5
28872026-08-29T01:01:13.256Z Compiling progenitor-client v0.13.0
28882026-08-29T01:01:13.325Z Compiling digest-io v0.1.0
28892026-08-29T01:01:13.507Z Compiling prefix-trie v0.7.0
28902026-08-29T01:01:13.588Z Compiling rand_seeder v0.4.0
28912026-08-29T01:01:13.716Z Compiling cassowary v0.3.0
28922026-08-29T01:01:13.773Z Compiling rawzip v0.4.4
28932026-08-29T01:01:13.849Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28942026-08-29T01:01:14.038Z Compiling ratatui v0.29.0
28952026-08-29T01:01:14.060Z Compiling hickory-server v0.25.2
28962026-08-29T01:01:14.699Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28972026-08-29T01:01:14.855Z Compiling progenitor v0.13.0
28982026-08-29T01:01:14.913Z Compiling camino-tempfile-ext v0.3.3
28992026-08-29T01:01:15.032Z Compiling sled v0.34.7
29002026-08-29T01:01:15.056Z Compiling darling v0.13.4
29012026-08-29T01:01:15.170Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
29022026-08-29T01:01:15.495Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29032026-08-29T01:01:17.747Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29042026-08-29T01:01:19.295Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
29052026-08-29T01:01:20.355Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29062026-08-29T01:01:20.590Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29072026-08-29T01:01:21.649Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29082026-08-29T01:01:21.683Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
29092026-08-29T01:01:22.289Z Compiling git2 v0.20.4
29102026-08-29T01:01:22.345Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29112026-08-29T01:01:22.429Z Compiling serde_with_macros v1.5.2
29122026-08-29T01:01:22.612Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
29132026-08-29T01:01:23.272Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
29142026-08-29T01:01:23.709Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29152026-08-29T01:01:23.929Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29162026-08-29T01:01:24.159Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29172026-08-29T01:01:24.213Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29182026-08-29T01:01:24.377Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29192026-08-29T01:01:24.440Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29202026-08-29T01:01:24.751Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29212026-08-29T01:01:24.987Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29222026-08-29T01:01:25.174Z Compiling arc-swap v1.8.2
29232026-08-29T01:01:25.219Z Compiling void v1.0.2
29242026-08-29T01:01:25.344Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29252026-08-29T01:01:25.369Z Compiling lzss v0.8.2
29262026-08-29T01:01:25.545Z Compiling slog-scope v4.4.1
29272026-08-29T01:01:25.879Z Compiling serde_with v1.14.0
29282026-08-29T01:01:25.948Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29292026-08-29T01:01:26.835Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29302026-08-29T01:01:27.086Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29312026-08-29T01:01:27.109Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29322026-08-29T01:01:27.423Z Compiling scuffle v0.1.0
29332026-08-29T01:01:27.651Z Compiling tungstenite v0.23.0
29342026-08-29T01:01:27.825Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29352026-08-29T01:01:28.244Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29362026-08-29T01:01:29.151Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29372026-08-29T01:01:29.384Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29382026-08-29T01:01:29.583Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29392026-08-29T01:01:29.614Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29402026-08-29T01:01:29.842Z Compiling nix v0.27.1
29412026-08-29T01:01:29.863Z Compiling twox-hash v2.1.2
29422026-08-29T01:01:29.965Z Compiling libsw-core v0.3.2
29432026-08-29T01:01:30.198Z Compiling serde_bytes v0.11.19
29442026-08-29T01:01:30.292Z Compiling atty v0.2.14
29452026-08-29T01:01:30.371Z Compiling libsw v3.5.0
29462026-08-29T01:01:30.416Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29472026-08-29T01:01:30.445Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29482026-08-29T01:01:30.560Z Compiling tokio-tungstenite v0.23.1
29492026-08-29T01:01:30.594Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29502026-08-29T01:01:30.940Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29512026-08-29T01:01:30.963Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29522026-08-29T01:01:32.537Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29532026-08-29T01:01:32.787Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29542026-08-29T01:01:32.900Z Compiling slog-stdlog v4.1.1
29552026-08-29T01:01:33.309Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29562026-08-29T01:01:34.143Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29572026-08-29T01:01:34.633Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29582026-08-29T01:01:35.096Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29592026-08-29T01:01:36.119Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29602026-08-29T01:01:37.655Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29612026-08-29T01:01:38.309Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29622026-08-29T01:01:39.996Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29632026-08-29T01:01:40.033Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29642026-08-29T01:01:40.737Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29652026-08-29T01:01:40.974Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29662026-08-29T01:01:41.372Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29672026-08-29T01:01:41.761Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29682026-08-29T01:01:42.761Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29692026-08-29T01:01:43.338Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29702026-08-29T01:01:44.971Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29712026-08-29T01:01:45.147Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29722026-08-29T01:01:45.370Z Compiling signal-hook-tokio v0.3.1
29732026-08-29T01:01:45.564Z Compiling fatfs v0.3.6
29742026-08-29T01:01:45.826Z Compiling yasna v0.5.2
29752026-08-29T01:01:45.858Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29762026-08-29T01:01:46.647Z Compiling seq-macro v0.3.6
29772026-08-29T01:01:46.875Z Compiling assert_matches v1.5.0
29782026-08-29T01:01:47.038Z Compiling rcgen v0.12.1
29792026-08-29T01:01:47.173Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29802026-08-29T01:01:48.144Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29812026-08-29T01:01:48.768Z Compiling slog-envlogger v2.2.0
29822026-08-29T01:01:49.346Z Compiling oxide-update-engine-display v0.1.2
29832026-08-29T01:01:49.645Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29842026-08-29T01:01:49.967Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29852026-08-29T01:01:50.307Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29862026-08-29T01:01:50.534Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29872026-08-29T01:01:50.759Z Compiling port-file v0.1.0
29882026-08-29T01:01:51.091Z Compiling subprocess v0.2.15
29892026-08-29T01:01:51.505Z Compiling rtoolbox v0.0.3
29902026-08-29T01:01:51.786Z Compiling rpassword v7.5.4
29912026-08-29T01:01:52.142Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29922026-08-29T01:01:52.468Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29932026-08-29T01:01:53.796Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29942026-08-29T01:01:55.948Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29952026-08-29T01:01:56.031Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29962026-08-29T01:01:56.088Z Compiling tui-tree-widget v0.23.1
29972026-08-29T01:01:56.375Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29982026-08-29T01:01:57.350Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29992026-08-29T01:01:57.917Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
30002026-08-29T01:01:59.787Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
30012026-08-29T01:02:00.056Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30022026-08-29T01:02:00.275Z Compiling uzers v0.12.2
30032026-08-29T01:02:01.334Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30042026-08-29T01:02:01.430Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30052026-08-29T01:02:01.703Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30062026-08-29T01:02:02.513Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30072026-08-29T01:02:03.738Z Compiling support-bundle-viewer v0.1.2
30082026-08-29T01:02:04.425Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30092026-08-29T01:02:05.603Z Compiling multimap v0.10.1
30102026-08-29T01:02:14.007Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30112026-08-29T01:02:17.005Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30122026-08-29T01:02:22.832Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30132026-08-29T01:02:25.014Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30142026-08-29T01:02:25.703Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30152026-08-29T01:13:23.796Z Finished `release` profile [optimized] target(s) in 13m 10s
30162026-08-29T01:13:23.799Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30172026-08-29T01:13:23.800Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30182026-08-29T01:14:14.532Z
30192026-08-29T01:14:14.532Zreal 14:02.234661530
30202026-08-29T01:14:14.532Zuser 1:25:27.271881729
30212026-08-29T01:14:14.556Zsys 3:40.257484261
30222026-08-29T01:14:14.556Ztrap 1.850427281
30232026-08-29T01:14:14.557Ztflt 1.670592956
30242026-08-29T01:14:14.557Zdflt 20.471802620
30252026-08-29T01:14:14.557Zkflt 0.010034857
30262026-08-29T01:14:14.557Zlock 10:12:45.388263632
30272026-08-29T01:14:14.557Zslp 2:32:09.485440202
30282026-08-29T01:14:14.557Zlat 2:38.209281930
30292026-08-29T01:14:14.557Zstop 5:33.709526648
30302026-08-29T01:14:14.557Z+ mapfile -t packages
30312026-08-29T01:14:14.557Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30322026-08-29T01:14:19.477Z Finished `release` profile [optimized] target(s) in 0.95s
30332026-08-29T01:14:19.477Z Running `target/release/omicron-package -t test list-outputs`
30342026-08-29T01:14:19.478ZLogging to: /work/oxidecomputer/omicron/out/LOG
30352026-08-29T01:14:19.478Z+ ptime -m cargo build --locked --release -p xtask
30362026-08-29T01:14:19.478Z Compiling libc v0.2.185
30372026-08-29T01:14:19.478Z Compiling serde_core v1.0.228
30382026-08-29T01:14:19.478Z Compiling serde v1.0.228
30392026-08-29T01:14:19.478Z Compiling rustix v1.1.4
30402026-08-29T01:14:19.478Z Compiling serde_json v1.0.151
30412026-08-29T01:14:19.478Z Compiling bitflags v2.11.0
30422026-08-29T01:14:19.478Z Compiling syn v2.0.117
30432026-08-29T01:14:19.478Z Compiling usdt-impl v0.5.0
30442026-08-29T01:14:19.478Z Compiling syn v1.0.109
30452026-08-29T01:14:19.478Z Compiling log v0.4.33
30462026-08-29T01:14:19.478Z Compiling getrandom v0.4.3
30472026-08-29T01:14:19.478Z Compiling indexmap v2.14.0
30482026-08-29T01:14:19.478Z Compiling fs-err v3.3.0
30492026-08-29T01:14:19.478Z Compiling heck v0.4.1
30502026-08-29T01:14:19.478Z Compiling anyhow v1.0.104
30512026-08-29T01:14:19.478Z Compiling once_cell v1.21.3
30522026-08-29T01:14:19.478Z Compiling thread-id v4.2.2
30532026-08-29T01:14:19.485Z Compiling errno v0.3.14
30542026-08-29T01:14:19.485Z Compiling memmap v0.7.0
30552026-08-29T01:14:19.485Z Compiling proc-macro-error v1.0.4
30562026-08-29T01:14:19.485Z Compiling terminal_size v0.4.3
30572026-08-29T01:14:19.485Z Compiling tempfile v3.27.0
30582026-08-29T01:14:19.485Z Compiling tabled_derive v0.7.0
30592026-08-29T01:14:19.485Z Compiling clap_builder v4.6.0
30602026-08-29T01:14:19.485Z Compiling textwrap v0.16.2
30612026-08-29T01:14:19.485Z Compiling camino v1.2.5
30622026-08-29T01:14:19.485Z Compiling cargo-platform v0.3.2
30632026-08-29T01:14:19.485Z Compiling semver v1.0.28
30642026-08-29T01:14:19.492Z Compiling pest_generator v2.8.6
30652026-08-29T01:14:19.492Z Compiling tabled v0.15.0
30662026-08-29T01:14:19.492Z Compiling camino-tempfile v1.4.1
30672026-08-29T01:14:19.492Z Compiling serde_derive v1.0.228
30682026-08-29T01:14:19.492Z Compiling thiserror-impl v1.0.69
30692026-08-29T01:14:19.492Z Compiling zerocopy-derive v0.7.35
30702026-08-29T01:14:19.492Z Compiling scroll_derive v0.12.1
30712026-08-29T01:14:19.492Z Compiling thiserror-impl v2.0.18
30722026-08-29T01:14:19.492Z Compiling clap_derive v4.6.1
30732026-08-29T01:14:19.492Z Compiling pest_derive v2.8.6
30742026-08-29T01:14:19.688Z Compiling scroll v0.12.0
30752026-08-29T01:14:19.860Z Compiling zerocopy v0.7.35
30762026-08-29T01:14:19.969Z Compiling goblin v0.8.2
30772026-08-29T01:14:20.097Z Compiling thiserror v1.0.69
30782026-08-29T01:14:20.224Z Compiling dtrace-parser v0.2.0
30792026-08-29T01:14:20.438Z Compiling thiserror v2.0.18
30802026-08-29T01:14:20.452Z Compiling clap v4.6.1
30812026-08-29T01:14:22.182Z Compiling dof v0.3.0
30822026-08-29T01:14:22.241Z Compiling toml_datetime v0.6.11
30832026-08-29T01:14:22.295Z Compiling serde_spanned v0.6.9
30842026-08-29T01:14:22.298Z Compiling serde_tokenstream v0.2.3
30852026-08-29T01:14:22.469Z Compiling toml_edit v0.22.27
30862026-08-29T01:14:22.481Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30872026-08-29T01:14:22.510Z Compiling macaddr v1.0.1
30882026-08-29T01:14:22.521Z Compiling cargo_metadata v0.23.1
30892026-08-29T01:14:22.917Z Compiling usdt-macro v0.5.0
30902026-08-29T01:14:22.918Z Compiling usdt-attr-macro v0.5.0
30912026-08-29T01:14:23.568Z Compiling usdt v0.5.0
30922026-08-29T01:14:24.007Z Compiling toml v0.8.23
30932026-08-29T01:14:24.443Z Compiling cargo_toml v0.21.0
30942026-08-29T01:14:28.842Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30952026-08-29T01:14:32.060Z Finished `release` profile [optimized] target(s) in 16.41s
30962026-08-29T01:14:32.167Z
30972026-08-29T01:14:32.171Zreal 16.496572533
30982026-08-29T01:14:32.171Zuser 2:05.837150827
30992026-08-29T01:14:32.171Zsys 13.627636114
31002026-08-29T01:14:32.171Ztrap 0.074132589
31012026-08-29T01:14:32.171Ztflt 0.611443592
31022026-08-29T01:14:32.171Zdflt 1.124196989
31032026-08-29T01:14:32.171Zkflt 0.000058840
31042026-08-29T01:14:32.171Zlock 4:43.306984318
31052026-08-29T01:14:32.171Zslp 2:40.531356259
31062026-08-29T01:14:32.171Zlat 4.151597111
31072026-08-29T01:14:32.171Zstop 16.374810816
31082026-08-29T01:14:32.171Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
31092026-08-29T01:14:32.171Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
31102026-08-29T01:14:32.172Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
31112026-08-29T01:14:32.172Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
31122026-08-29T01:14:32.172Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
31132026-08-29T01:14:33.126Z Compiling progenitor-client v0.14.0
31142026-08-29T01:14:33.130Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31152026-08-29T01:14:33.130Z Compiling match_cfg v0.1.0
31162026-08-29T01:14:33.130Z Compiling slog-json v2.6.1
31172026-08-29T01:14:33.130Z Compiling newtype-uuid-macros v0.1.0
31182026-08-29T01:14:33.130Z Compiling sha1 v0.11.0
31192026-08-29T01:14:33.130Z Compiling multer v3.1.0
31202026-08-29T01:14:33.130Z Compiling debug-ignore v1.0.5
31212026-08-29T01:14:33.277Z Compiling compression-core v0.4.31
31222026-08-29T01:14:33.280Z Compiling async-stream-impl v0.3.6
31232026-08-29T01:14:33.281Z Compiling toml_datetime v1.1.1+spec-1.1.0
31242026-08-29T01:14:33.281Z Compiling serde_spanned v1.1.1
31252026-08-29T01:14:33.281Z Compiling dropshot v0.17.1
31262026-08-29T01:14:33.308Z Compiling toml_writer v1.1.1+spec-1.1.0
31272026-08-29T01:14:33.311Z Compiling waitgroup v0.1.2
31282026-08-29T01:14:33.311Z Compiling rustls-pemfile v2.2.0
31292026-08-29T01:14:33.567Z Compiling toml v1.1.2+spec-1.1.0
31302026-08-29T01:14:33.571Z Compiling hostname v0.3.1
31312026-08-29T01:14:33.602Z Compiling compression-codecs v0.4.37
31322026-08-29T01:14:33.606Z Compiling dropshot_endpoint v0.17.1
31332026-08-29T01:14:33.606Z Compiling serde_path_to_error v0.1.20
31342026-08-29T01:14:33.606Z Compiling hostname v0.4.2
31352026-08-29T01:14:33.676Z Compiling slog-bunyan v2.5.0
31362026-08-29T01:14:33.694Z Compiling atomicwrites v0.4.4
31372026-08-29T01:14:33.697Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31382026-08-29T01:14:33.769Z Compiling macaddr v1.0.1
31392026-08-29T01:14:33.769Z Compiling serde_tokenstream v0.3.0
31402026-08-29T01:14:33.770Z Compiling oxide-generation v0.1.3
31412026-08-29T01:14:33.774Z Compiling instant v0.1.13
31422026-08-29T01:14:33.836Z Compiling async-compression v0.4.41
31432026-08-29T01:14:33.876Z Compiling parse-display-derive v0.10.0
31442026-08-29T01:14:33.895Z Compiling async-stream v0.3.6
31452026-08-29T01:14:33.916Z Compiling regress v0.10.5
31462026-08-29T01:14:33.920Z Compiling backon v1.6.0
31472026-08-29T01:14:33.969Z Compiling backoff v0.4.0
31482026-08-29T01:14:33.973Z Compiling itertools v0.14.0
31492026-08-29T01:14:34.030Z Compiling humantime v2.3.0
31502026-08-29T01:14:34.107Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31512026-08-29T01:14:34.127Z Compiling progenitor-extras v0.2.0
31522026-08-29T01:14:34.131Z Compiling half v2.7.1
31532026-08-29T01:14:34.131Z Compiling oxide-generation-macros v0.2.0
31542026-08-29T01:14:34.180Z Compiling ciborium-io v0.2.2
31552026-08-29T01:14:34.198Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31562026-08-29T01:14:34.217Z Compiling crucible-workspace-hack v0.1.0
31572026-08-29T01:14:34.222Z Compiling convert_case v0.4.0
31582026-08-29T01:14:34.300Z Compiling secrecy v0.10.3
31592026-08-29T01:14:34.319Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31602026-08-29T01:14:34.339Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31612026-08-29T01:14:34.345Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31622026-08-29T01:14:34.373Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31632026-08-29T01:14:34.398Z Compiling ciborium-ll v0.2.2
31642026-08-29T01:14:34.463Z Compiling inout v0.1.4
31652026-08-29T01:14:34.498Z Compiling regress v0.11.1
31662026-08-29T01:14:34.560Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31672026-08-29T01:14:34.578Z Compiling ciborium v0.2.2
31682026-08-29T01:14:34.597Z Compiling thiserror-impl-no-std v2.0.2
31692026-08-29T01:14:34.616Z Compiling derive_more v0.99.20
31702026-08-29T01:14:34.636Z Compiling cipher v0.4.4
31712026-08-29T01:14:34.658Z Compiling universal-hash v0.5.1
31722026-08-29T01:14:34.725Z Compiling opaque-debug v0.3.1
31732026-08-29T01:14:34.745Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31742026-08-29T01:14:34.816Z Compiling poly1305 v0.8.0
31752026-08-29T01:14:34.833Z Compiling blake2 v0.10.6
31762026-08-29T01:14:34.862Z Compiling chacha20 v0.9.1
31772026-08-29T01:14:34.921Z Compiling aead v0.5.2
31782026-08-29T01:14:34.949Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31792026-08-29T01:14:35.031Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31802026-08-29T01:14:35.157Z Compiling password-hash v0.5.0
31812026-08-29T01:14:35.174Z Compiling indent_write v2.2.0
31822026-08-29T01:14:35.192Z Compiling chacha20poly1305 v0.10.1
31832026-08-29T01:14:35.224Z Compiling toml_datetime v0.7.5+spec-1.1.0
31842026-08-29T01:14:35.267Z Compiling unsafe-libyaml v0.2.11
31852026-08-29T01:14:35.288Z Compiling itertools v0.15.0
31862026-08-29T01:14:35.340Z Compiling num-derive v0.4.2
31872026-08-29T01:14:35.375Z Compiling heapless v0.8.0
31882026-08-29T01:14:35.416Z Compiling argon2 v0.5.3
31892026-08-29T01:14:35.496Z Compiling toml_edit v0.23.10+spec-1.0.0
31902026-08-29T01:14:35.577Z Compiling tabwriter v1.4.1
31912026-08-29T01:14:35.594Z Compiling hash32 v0.3.1
31922026-08-29T01:14:35.662Z Compiling parse-display v0.10.0
31932026-08-29T01:14:35.786Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31942026-08-29T01:14:35.821Z Compiling thiserror-no-std v2.0.2
31952026-08-29T01:14:35.838Z Compiling serde_yaml v0.9.34+deprecated
31962026-08-29T01:14:35.894Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31972026-08-29T01:14:35.941Z Compiling vsss-rs v3.3.4
31982026-08-29T01:14:35.988Z Compiling smoltcp v0.11.0
31992026-08-29T01:14:36.075Z Compiling typify-impl v0.6.2
32002026-08-29T01:14:36.140Z Compiling proc-macro-crate v3.4.0
32012026-08-29T01:14:36.341Z Compiling cobs v0.3.0
32022026-08-29T01:14:36.395Z Compiling colored v3.1.1
32032026-08-29T01:14:36.515Z Compiling illumos-nvpair-sys v0.2.0
32042026-08-29T01:14:36.577Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32052026-08-29T01:14:36.594Z Compiling postcard v1.1.3
32062026-08-29T01:14:36.722Z Compiling ingot-macros v0.2.0
32072026-08-29T01:14:36.756Z Compiling num_enum_derive v0.7.6
32082026-08-29T01:14:36.774Z Compiling proc-macro-error v1.0.4
32092026-08-29T01:14:36.791Z Compiling proc-macro-crate v1.3.1
32102026-08-29T01:14:36.831Z Compiling foreign-types-macros v0.2.3
32112026-08-29T01:14:36.885Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32122026-08-29T01:14:36.964Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32132026-08-29T01:14:37.117Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32142026-08-29T01:14:37.136Z Compiling foreign-types-shared v0.3.1
32152026-08-29T01:14:37.140Z Compiling rayon-core v1.13.0
32162026-08-29T01:14:37.297Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32172026-08-29T01:14:37.300Z Compiling num_enum_derive v0.5.11
32182026-08-29T01:14:37.341Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32192026-08-29T01:14:37.419Z Compiling crossbeam-deque v0.8.6
32202026-08-29T01:14:37.437Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32212026-08-29T01:14:37.453Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32222026-08-29T01:14:37.507Z Compiling foreign-types v0.5.0
32232026-08-29T01:14:37.542Z Compiling cstr-argument v0.1.2
32242026-08-29T01:14:37.586Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32252026-08-29T01:14:37.612Z Compiling illumos-nvpair v0.3.0
32262026-08-29T01:14:37.728Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32272026-08-29T01:14:37.800Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32282026-08-29T01:14:37.842Z Compiling zone_cfg_derive v0.3.1
32292026-08-29T01:14:37.895Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32302026-08-29T01:14:37.912Z Compiling num_enum v0.7.6
32312026-08-29T01:14:37.934Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32322026-08-29T01:14:37.959Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32332026-08-29T01:14:38.015Z Compiling itertools v0.12.1
32342026-08-29T01:14:38.032Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32352026-08-29T01:14:38.054Z Compiling sigpipe v0.1.3
32362026-08-29T01:14:38.073Z Compiling rayon v1.11.0
32372026-08-29T01:14:38.094Z Compiling glob v0.3.3
32382026-08-29T01:14:38.166Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32392026-08-29T01:14:38.183Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32402026-08-29T01:14:38.187Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32412026-08-29T01:14:38.360Z Compiling smf v0.2.3
32422026-08-29T01:14:38.419Z Compiling cpubits v0.1.1
32432026-08-29T01:14:38.436Z Compiling num_enum v0.5.11
32442026-08-29T01:14:38.465Z Compiling whoami v1.6.1
32452026-08-29T01:14:38.486Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32462026-08-29T01:14:38.489Z Compiling gethostname v0.5.0
32472026-08-29T01:14:38.524Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32482026-08-29T01:14:38.544Z Compiling num-rational v0.4.2
32492026-08-29T01:14:38.566Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32502026-08-29T01:14:38.584Z Compiling num-complex v0.4.6
32512026-08-29T01:14:38.614Z Compiling derive-where v1.6.0
32522026-08-29T01:14:38.656Z Compiling toml v0.8.23
32532026-08-29T01:14:38.675Z Compiling usdt-macro v0.5.0
32542026-08-29T01:14:38.892Z Compiling usdt-attr-macro v0.5.0
32552026-08-29T01:14:38.913Z Compiling pem-rfc7468 v1.0.0
32562026-08-29T01:14:39.001Z Compiling num v0.4.3
32572026-08-29T01:14:39.066Z Compiling memmap v0.7.0
32582026-08-29T01:14:39.101Z Compiling float-ord v0.3.2
32592026-08-29T01:14:39.150Z Compiling cancel-safe-futures v0.1.5
32602026-08-29T01:14:39.243Z Compiling zone v0.3.1
32612026-08-29T01:14:39.247Z Compiling universal-hash v0.6.1
32622026-08-29T01:14:39.288Z Compiling resolv-conf v0.7.6
32632026-08-29T01:14:39.316Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32642026-08-29T01:14:39.319Z Compiling sha1 v0.10.6
32652026-08-29T01:14:39.426Z Compiling prettyplease v0.2.37
32662026-08-29T01:14:39.494Z Compiling libefi-sys v0.1.0
32672026-08-29T01:14:39.603Z Compiling linear-map v1.2.0
32682026-08-29T01:14:39.639Z Compiling ingot-types v0.2.0
32692026-08-29T01:14:39.658Z Compiling polyval v0.7.1
32702026-08-29T01:14:39.702Z Compiling der v0.8.0
32712026-08-29T01:14:39.720Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32722026-08-29T01:14:39.746Z Compiling usdt v0.5.0
32732026-08-29T01:14:39.804Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32742026-08-29T01:14:39.825Z Compiling newline-converter v0.3.0
32752026-08-29T01:14:39.863Z Compiling console v0.15.11
32762026-08-29T01:14:39.913Z Compiling bitfield-struct v0.6.2
32772026-08-29T01:14:39.931Z Compiling ghash v0.6.0
32782026-08-29T01:14:39.997Z Compiling oxide-update-engine-types v0.1.2
32792026-08-29T01:14:40.057Z Compiling ingot v0.2.1
32802026-08-29T01:14:40.091Z Compiling aes v0.9.1
32812026-08-29T01:14:40.094Z Compiling crypto-bigint v0.7.5
32822026-08-29T01:14:40.165Z Compiling hickory-proto v0.24.4
32832026-08-29T01:14:40.341Z Compiling expectorate v1.2.0
32842026-08-29T01:14:40.472Z Compiling pbkdf2 v0.13.0
32852026-08-29T01:14:40.533Z Compiling ctr v0.10.1
32862026-08-29T01:14:40.551Z Compiling aead v0.6.1
32872026-08-29T01:14:40.617Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32882026-08-29T01:14:40.634Z Compiling nom v8.0.0
32892026-08-29T01:14:40.758Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32902026-08-29T01:14:40.779Z Compiling semver v0.1.20
32912026-08-29T01:14:40.782Z Compiling typify-macro v0.6.2
32922026-08-29T01:14:40.860Z Compiling linked-hash-map v0.5.6
32932026-08-29T01:14:40.939Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32942026-08-29T01:14:40.984Z Compiling rustc_version v0.1.7
32952026-08-29T01:14:41.070Z Compiling oxide-update-engine v0.1.2
32962026-08-29T01:14:41.113Z Compiling lru-cache v0.1.2
32972026-08-29T01:14:41.156Z Compiling aes-gcm v0.11.0
32982026-08-29T01:14:41.182Z Compiling spki v0.8.0
32992026-08-29T01:14:41.222Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
33002026-08-29T01:14:41.242Z Compiling tokio-dtrace v0.1.1
33012026-08-29T01:14:41.245Z Compiling dropshot-api-manager-types v0.8.0
33022026-08-29T01:14:41.277Z Compiling salsa20 v0.11.0
33032026-08-29T01:14:41.365Z Compiling slog-dtrace v0.3.0
33042026-08-29T01:14:41.388Z Compiling xshell-macros v0.2.7
33052026-08-29T01:14:41.439Z Compiling minimal-lexical v0.2.1
33062026-08-29T01:14:41.459Z Compiling oxide-tokio-rt v0.1.4
33072026-08-29T01:14:41.463Z Compiling scrypt v0.12.0
33082026-08-29T01:14:41.542Z Compiling newtype_derive v0.1.6
33092026-08-29T01:14:41.591Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33102026-08-29T01:14:41.609Z Compiling phf_shared v0.12.1
33112026-08-29T01:14:41.655Z Compiling nom v7.1.3
33122026-08-29T01:14:41.690Z Compiling rfc6979 v0.4.0
33132026-08-29T01:14:41.724Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33142026-08-29T01:14:41.779Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33152026-08-29T01:14:41.797Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33162026-08-29T01:14:41.800Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33172026-08-29T01:14:41.834Z Compiling xshell v0.2.7
33182026-08-29T01:14:41.838Z Compiling cbc v0.2.1
33192026-08-29T01:14:41.866Z Compiling proc-macro-error-attr2 v2.0.0
33202026-08-29T01:14:41.996Z Compiling csv-core v0.1.13
33212026-08-29T01:14:42.101Z Compiling unicode-xid v0.2.6
33222026-08-29T01:14:42.176Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33232026-08-29T01:14:42.262Z Compiling chrono-tz v0.10.4
33242026-08-29T01:14:42.279Z Compiling highway v1.3.0
33252026-08-29T01:14:42.344Z Compiling hickory-resolver v0.24.4
33262026-08-29T01:14:42.361Z Compiling proc-macro-error2 v2.0.1
33272026-08-29T01:14:42.415Z Compiling const_format_proc_macros v0.2.34
33282026-08-29T01:14:42.507Z Compiling csv v1.4.0
33292026-08-29T01:14:42.688Z Compiling pkcs5 v0.8.1
33302026-08-29T01:14:42.705Z Compiling typify v0.6.2
33312026-08-29T01:14:42.725Z Compiling ecdsa v0.16.9
33322026-08-29T01:14:42.854Z Compiling progenitor-impl v0.14.0
33332026-08-29T01:14:43.010Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33342026-08-29T01:14:43.091Z Compiling phf v0.12.1
33352026-08-29T01:14:43.110Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33362026-08-29T01:14:43.126Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33372026-08-29T01:14:43.214Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33382026-08-29T01:14:43.277Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33392026-08-29T01:14:43.296Z Compiling primeorder v0.13.6
33402026-08-29T01:14:43.313Z Compiling hashbrown v0.14.5
33412026-08-29T01:14:43.465Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33422026-08-29T01:14:43.486Z Compiling qorb v0.4.1
33432026-08-29T01:14:43.516Z Compiling salty v0.3.0
33442026-08-29T01:14:43.544Z Compiling const_format v0.2.35
33452026-08-29T01:14:43.595Z Compiling p384 v0.13.1
33462026-08-29T01:14:43.797Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33472026-08-29T01:14:43.895Z Compiling chumsky v0.9.3
33482026-08-29T01:14:43.968Z Compiling pkcs8 v0.11.0
33492026-08-29T01:14:44.050Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33502026-08-29T01:14:44.161Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33512026-08-29T01:14:44.203Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33522026-08-29T01:14:44.389Z Compiling knus-derive v3.4.0
33532026-08-29T01:14:44.652Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33542026-08-29T01:14:44.915Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33552026-08-29T01:14:44.934Z Compiling tabled_derive v0.7.0
33562026-08-29T01:14:44.956Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33572026-08-29T01:14:45.130Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33582026-08-29T01:14:45.203Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33592026-08-29T01:14:45.420Z Compiling bcs v0.1.6
33602026-08-29T01:14:45.577Z Compiling ff v0.14.0
33612026-08-29T01:14:45.650Z Compiling progenitor-macro v0.14.0
33622026-08-29T01:14:45.751Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33632026-08-29T01:14:45.769Z Compiling termtree v0.5.1
33642026-08-29T01:14:45.786Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33652026-08-29T01:14:45.834Z Compiling steno v0.4.1
33662026-08-29T01:14:45.921Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33672026-08-29T01:14:45.945Z Compiling knus v3.4.0
33682026-08-29T01:14:45.963Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33692026-08-29T01:14:46.018Z Compiling tabled v0.15.0
33702026-08-29T01:14:46.038Z Compiling group v0.14.0
33712026-08-29T01:14:46.057Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33722026-08-29T01:14:46.139Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
33732026-08-29T01:14:46.214Z Compiling signature v3.0.0
33742026-08-29T01:14:46.253Z Compiling base16ct v1.0.0
33752026-08-29T01:14:46.319Z Compiling tagptr v0.2.0
33762026-08-29T01:14:46.425Z Compiling sec1 v0.8.1
33772026-08-29T01:14:46.481Z Compiling moka v0.12.13
33782026-08-29T01:14:46.485Z Compiling hkdf v0.13.0
33792026-08-29T01:14:46.510Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33802026-08-29T01:14:46.676Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33812026-08-29T01:14:46.676Z Compiling elliptic-curve v0.14.1
33822026-08-29T01:14:46.752Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33832026-08-29T01:14:46.770Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33842026-08-29T01:14:46.880Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33852026-08-29T01:14:47.039Z Compiling corncobs v0.1.4
33862026-08-29T01:14:47.244Z Compiling hickory-resolver v0.25.2
33872026-08-29T01:14:47.276Z Compiling utf-8 v0.7.6
33882026-08-29T01:14:47.294Z Compiling parking_lot_core v0.8.6
33892026-08-29T01:14:47.341Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33902026-08-29T01:14:47.497Z Compiling tungstenite v0.21.0
33912026-08-29T01:14:47.607Z Compiling wnaf v0.14.0
33922026-08-29T01:14:47.626Z Compiling primefield v0.14.0
33932026-08-29T01:14:47.726Z Compiling rfc6979 v0.6.0
33942026-08-29T01:14:47.776Z Compiling libscf-sys v1.2.0
33952026-08-29T01:14:47.843Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33962026-08-29T01:14:47.895Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33972026-08-29T01:14:47.915Z Compiling git-stub v1.0.0
33982026-08-29T01:14:47.949Z Compiling secrecy v0.8.0
33992026-08-29T01:14:47.982Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34002026-08-29T01:14:48.126Z Compiling git-stub-vcs v0.1.0
34012026-08-29T01:14:48.205Z Compiling tokio-tungstenite v0.21.0
34022026-08-29T01:14:48.250Z Compiling ecdsa v0.17.0
34032026-08-29T01:14:48.411Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34042026-08-29T01:14:48.430Z Compiling primeorder v0.14.0
34052026-08-29T01:14:48.468Z Compiling papergrid v0.18.0
34062026-08-29T01:14:48.539Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34072026-08-29T01:14:48.571Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34082026-08-29T01:14:48.698Z Compiling curve25519-dalek v5.0.0
34092026-08-29T01:14:48.732Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34102026-08-29T01:14:48.772Z Compiling unicase v2.9.0
34112026-08-29T01:14:48.796Z Compiling parking_lot v0.11.2
34122026-08-29T01:14:48.888Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34132026-08-29T01:14:48.931Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34142026-08-29T01:14:49.030Z Compiling mime_guess v2.0.5
34152026-08-29T01:14:49.063Z Compiling ssh-encoding v0.3.0
34162026-08-29T01:14:49.191Z Compiling prefix-trie v0.7.0
34172026-08-29T01:14:49.210Z Compiling fxhash v0.2.1
34182026-08-29T01:14:49.235Z Compiling keccak v0.2.0
34192026-08-29T01:14:49.373Z Compiling sled v0.34.7
34202026-08-29T01:14:49.429Z Compiling tabled v0.21.0
34212026-08-29T01:14:49.455Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34222026-08-29T01:14:49.465Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34232026-08-29T01:14:49.528Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34242026-08-29T01:14:49.601Z Compiling hickory-server v0.25.2
34252026-08-29T01:14:49.619Z Compiling ed25519 v3.0.0
34262026-08-29T01:14:49.669Z Compiling crypto-primes v0.7.2
34272026-08-29T01:14:49.686Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34282026-08-29T01:14:50.195Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34292026-08-29T01:14:50.555Z Compiling pkcs1 v0.8.0-rc.4
34302026-08-29T01:14:50.621Z Compiling poly1305 v0.9.0
34312026-08-29T01:14:50.722Z Compiling blowfish v0.10.0
34322026-08-29T01:14:50.783Z Compiling blake2 v0.11.0-rc.6
34332026-08-29T01:14:50.833Z Compiling progenitor v0.14.0
34342026-08-29T01:14:50.898Z Compiling half v1.8.3
34352026-08-29T01:14:50.963Z Compiling http-range v0.1.5
34362026-08-29T01:14:50.997Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34372026-08-29T01:14:51.016Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34382026-08-29T01:14:51.034Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34392026-08-29T01:14:51.197Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34402026-08-29T01:14:51.329Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34412026-08-29T01:14:51.397Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34422026-08-29T01:14:51.415Z Compiling crc8 v0.1.1
34432026-08-29T01:14:51.495Z Compiling serde_cbor v0.11.2
34442026-08-29T01:14:51.518Z Compiling argon2 v0.6.0-rc.8
34452026-08-29T01:14:51.579Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34462026-08-29T01:14:51.584Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34472026-08-29T01:14:51.864Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34482026-08-29T01:14:51.943Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34492026-08-29T01:14:51.970Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34502026-08-29T01:14:52.175Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34512026-08-29T01:14:52.489Z Compiling ssh-cipher v0.3.0
34522026-08-29T01:14:52.542Z Compiling bcrypt-pbkdf v0.11.0
34532026-08-29T01:14:52.567Z Compiling rsa v0.10.0-rc.18
34542026-08-29T01:14:52.669Z Compiling ed25519-dalek v3.0.0
34552026-08-29T01:14:52.885Z Compiling sha3 v0.11.0
34562026-08-29T01:14:53.143Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34572026-08-29T01:14:53.206Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34582026-08-29T01:14:53.223Z Compiling p521 v0.14.0
34592026-08-29T01:14:53.373Z Compiling p384 v0.14.0
34602026-08-29T01:14:53.809Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34612026-08-29T01:14:53.910Z Compiling p256 v0.14.0
34622026-08-29T01:14:54.164Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34632026-08-29T01:14:54.506Z Compiling scuffle v0.1.0
34642026-08-29T01:14:54.553Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34652026-08-29T01:14:54.873Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34662026-08-29T01:14:55.088Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34672026-08-29T01:14:55.200Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34682026-08-29T01:14:55.376Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34692026-08-29T01:14:55.491Z Compiling yasna v0.5.2
34702026-08-29T01:14:55.510Z Compiling kstat-rs v0.2.5
34712026-08-29T01:14:55.985Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34722026-08-29T01:14:55.994Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34732026-08-29T01:14:55.994Z Compiling headers-core v0.3.0
34742026-08-29T01:14:55.994Z Compiling kem v0.3.0
34752026-08-29T01:14:55.994Z Compiling module-lattice v0.2.3
34762026-08-29T01:14:55.994Z Compiling nanorand v0.7.0
34772026-08-29T01:14:55.994Z Compiling sponge-cursor v0.1.0
34782026-08-29T01:14:55.994Z Compiling rcgen v0.12.1
34792026-08-29T01:14:56.052Z Compiling sha3 v0.12.0
34802026-08-29T01:14:56.128Z Compiling flume v0.11.1
34812026-08-29T01:14:56.171Z Compiling ml-kem v0.3.2
34822026-08-29T01:14:56.193Z Compiling headers v0.4.1
34832026-08-29T01:14:56.212Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34842026-08-29T01:14:56.480Z Compiling ssh-key v0.7.0-rc.11
34852026-08-29T01:14:56.586Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34862026-08-29T01:14:56.649Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34872026-08-29T01:14:56.716Z Compiling hyper-staticfile v0.10.1
34882026-08-29T01:14:56.741Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34892026-08-29T01:14:56.862Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34902026-08-29T01:14:56.973Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34912026-08-29T01:14:56.991Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34922026-08-29T01:14:57.167Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34932026-08-29T01:14:57.239Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34942026-08-29T01:14:57.299Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34952026-08-29T01:14:57.319Z Compiling russh-cryptovec v0.62.0
34962026-08-29T01:14:57.363Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34972026-08-29T01:14:57.420Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34982026-08-29T01:14:57.571Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34992026-08-29T01:14:57.590Z Compiling port-file v0.1.0
35002026-08-29T01:14:57.650Z Compiling internal-russh-num-bigint v0.5.0
35012026-08-29T01:14:57.669Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
35022026-08-29T01:14:57.714Z Compiling num-bigint v0.4.6
35032026-08-29T01:14:57.733Z Compiling generic-array v1.4.3
35042026-08-29T01:14:57.800Z Compiling russh-util v0.52.0
35052026-08-29T01:14:57.865Z Compiling enum_dispatch v0.3.13
35062026-08-29T01:14:57.883Z Compiling delegate v0.13.5
35072026-08-29T01:14:57.901Z Compiling subprocess v0.2.15
35082026-08-29T01:14:57.987Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35092026-08-29T01:14:58.005Z Compiling hex-literal v1.1.0
35102026-08-29T01:14:58.145Z Compiling display-error-chain v0.2.2
35112026-08-29T01:14:58.265Z Compiling md5 v0.8.0
35122026-08-29T01:14:58.341Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35132026-08-29T01:14:58.382Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35142026-08-29T01:14:58.438Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35152026-08-29T01:14:58.557Z Compiling colored v2.2.0
35162026-08-29T01:14:58.682Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35172026-08-29T01:14:58.767Z Compiling internet-checksum v0.2.1
35182026-08-29T01:14:58.896Z Compiling russh v0.62.4
35192026-08-29T01:14:59.232Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35202026-08-29T01:14:59.337Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35212026-08-29T01:15:00.308Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35222026-08-29T01:15:00.308Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35232026-08-29T01:15:03.029Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35242026-08-29T01:15:03.716Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35252026-08-29T01:15:04.218Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35262026-08-29T01:15:05.538Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35272026-08-29T01:15:05.642Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35282026-08-29T01:15:14.830Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35292026-08-29T01:15:14.831Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35302026-08-29T01:15:14.831Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35312026-08-29T01:15:14.841Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35322026-08-29T01:15:14.841Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35332026-08-29T01:15:16.688Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35342026-08-29T01:15:16.756Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35352026-08-29T01:15:21.029Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35362026-08-29T01:16:02.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
35372026-08-29T01:16:02.600Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35382026-08-29T01:16:02.600Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35392026-08-29T01:16:02.830Z
35402026-08-29T01:16:02.830Zreal 1:30.592926667
35412026-08-29T01:16:02.830Zuser 8:26.542696296
35422026-08-29T01:16:02.830Zsys 1:40.098145694
35432026-08-29T01:16:02.830Ztrap 0.249608674
35442026-08-29T01:16:02.830Ztflt 0.378984160
35452026-08-29T01:16:02.830Zdflt 1.783086409
35462026-08-29T01:16:02.830Zkflt 0.000277270
35472026-08-29T01:16:02.834Zlock 31:07.384186133
35482026-08-29T01:16:02.834Zslp 18:57.991209504
35492026-08-29T01:16:02.834Zlat 38.248981699
35502026-08-29T01:16:02.834Zstop 3:02.100144806
35512026-08-29T01:16:02.834Z+ mkdir tests
35522026-08-29T01:16:02.834Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35532026-08-29T01:16:02.838Z+ xargs -I '{}' -t cp '{}' tests/
35542026-08-29T01:16:02.861Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-d794e9f0c016be88 tests/
35552026-08-29T01:16:02.883Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-398752ef8e220776 tests/
35562026-08-29T01:16:02.906Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-8043b927c1393077 tests/
35572026-08-29T01:16:02.928Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-5f0c1165b87e9cac tests/
35582026-08-29T01:16:03.261Z+ 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)
35592026-08-29T01:16:03.266Z+ 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-398752ef8e220776 tests/commtest-8043b927c1393077 tests/dhcp_server-d794e9f0c016be88 tests/end_to_end_tests-5f0c1165b87e9cac 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
35602026-08-29T01:17:32.782ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35612026-08-29T01:17:32.782Za .github/buildomat/ci-env.sh 1K
35622026-08-29T01:17:32.782Za out/target/test 1K
35632026-08-29T01:17:32.782Za out/npuzone/npuzone 27402K
35642026-08-29T01:17:32.782Za package-manifest.toml 35K
35652026-08-29T01:17:32.782Za smf/sled-agent/non-gimlet/config.toml 6K
35662026-08-29T01:17:32.782Za target/release/omicron-package 48516K
35672026-08-29T01:17:32.782Za target/release/xtask 11727K
35682026-08-29T01:17:32.782Za target/debug/bootstrap 440492K
35692026-08-29T01:17:32.782Za tests/bootstrap-398752ef8e220776 34430K
35702026-08-29T01:17:32.782Za tests/commtest-8043b927c1393077 34431K
35712026-08-29T01:17:32.782Za tests/dhcp_server-d794e9f0c016be88 34431K
35722026-08-29T01:17:32.782Za tests/end_to_end_tests-5f0c1165b87e9cac 503886K
35732026-08-29T01:17:32.782Za tools/opte_version 1K
35742026-08-29T01:17:32.782Za tools/opte_version_override 2K
35752026-08-29T01:17:32.782Za out/clickhouse.tar.gz 329041K
35762026-08-29T01:17:32.782Za out/clickhouse_keeper.tar.gz 313029K
35772026-08-29T01:17:32.782Za out/clickhouse_server.tar.gz 329038K
35782026-08-29T01:17:32.782Za out/cockroachdb.tar.gz 169309K
35792026-08-29T01:17:32.782Za out/crucible-pantry-zone.tar.gz 41418K
35802026-08-29T01:17:32.782Za out/crucible-utils.tar 18900K
35812026-08-29T01:17:32.782Za out/crucible-zone.tar.gz 56231K
35822026-08-29T01:17:32.782Za out/external-dns.tar.gz 46324K
35832026-08-29T01:17:32.782Za out/internal-dns.tar.gz 46323K
35842026-08-29T01:17:32.782Za out/mg-ddm-gz.tar 100917K
35852026-08-29T01:17:32.783Za out/nexus.tar.gz 363115K
35862026-08-29T01:17:32.783Za out/ntp.tar.gz 34787K
35872026-08-29T01:17:32.783Za out/omicron-gateway-softnpu.tar.gz 29156K
35882026-08-29T01:17:32.783Za out/omicron-sled-agent.tar 242950K
35892026-08-29T01:17:32.783Za out/overlay.tar.gz 4K
35902026-08-29T01:17:32.783Za out/oximeter.tar.gz 72704K
35912026-08-29T01:17:32.783Za out/oxlog.tar 4089K
35922026-08-29T01:17:32.783Za out/probe.tar.gz 3037K
35932026-08-29T01:17:32.783Za out/propolis-server.tar.gz 34642K
35942026-08-29T01:17:32.783Za out/pumpkind-gz.tar 26647K
35952026-08-29T01:17:32.783Za out/switch-softnpu.tar.gz 504233K
35962026-08-29T01:17:32.787Z
35972026-08-29T01:17:32.787Zreal 1:29.518228610
35982026-08-29T01:17:32.787Zuser 1:26.587963333
35992026-08-29T01:17:32.787Zsys 4.964719286
36002026-08-29T01:17:32.787Ztrap 0.006030026
36012026-08-29T01:17:32.787Ztflt 0.000000000
36022026-08-29T01:17:32.787Zdflt 0.000000000
36032026-08-29T01:17:32.787Zkflt 0.000000000
36042026-08-29T01:17:32.787Zlock 0.000000000
36052026-08-29T01:17:32.788Zslp 1:26.389430376
36062026-08-29T01:17:32.788Zlat 1.083395006
36072026-08-29T01:17:32.788Zstop 0.000181240
36082026-08-29T01:17:32.788Zprocess exited: duration 1270229 ms, exit code 0
 
36092026-08-29T01:17:32.804Zfound 1 output files
36102026-08-29T01:17:32.850Zuploading: /work/package.tar.gz (2766853340 bytes)
36112026-08-29T01:18:04.640Zuploaded: /work/package.tar.gz