01KWG0WSFGQRH12N5BMFTA2J1Y: 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: 01KWG0XYF1Y02V2F06R645YMKA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-01T23:42:22.475Zjob assigned to worker 01KWG0Y2J6XSKB7WXE3381MGV4 [factory aws, i-012957a32256ba7a9] (queued for 1 m 2 s)
 
22026-07-01T23:42:30.787Zstarting task 0: "setup"
32026-07-01T23:42:30.798Z++ uname -s
42026-07-01T23:42:30.799Z+ kern=SunOS
52026-07-01T23:42:30.799Z+ build_user=build
62026-07-01T23:42:30.799Z+ build_uid=12345
72026-07-01T23:42:30.799Z+ work_dir=/work
82026-07-01T23:42:30.799Z+ input_dir=/input
92026-07-01T23:42:30.799Z+ [[ 0 == 12345 ]]
102026-07-01T23:42:30.800Z+ case "$kern" in
112026-07-01T23:42:30.800Z+ groupadd -g 12345 build
122026-07-01T23:42:30.800Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-01T23:42:32.785Z+ zfs create -o mountpoint=/work rpool/work
142026-07-01T23:42:32.891Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-01T23:42:32.941Z+ home_fs=zfs
162026-07-01T23:42:32.942Z+ [[ zfs == autofs ]]
172026-07-01T23:42:32.942Z+ mkdir -p /home/build
182026-07-01T23:42:32.942Z+ chown build:build /home/build /work
192026-07-01T23:42:34.898Z+ chmod 0700 /home/build /work
202026-07-01T23:42:34.917Zprocess exited: duration 4131 ms, exit code 0
 
212026-07-01T23:42:34.946Zstarting task 1: "rust-toolchain"
222026-07-01T23:42:34.961Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-01T23:42:34.962Z * rust toolchain channel = "1.96.1"
242026-07-01T23:42:34.962Z * rust toolchain profile = "default"
252026-07-01T23:42:34.962Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-01T23:42:34.962Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-01T23:42:34.962Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-01T23:42:34.962Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-01T23:42:34.962Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-01T23:42:35.060Zinfo: downloading installer
312026-07-01T23:42:36.705Zwarn: It looks like you have an existing rustup settings file at:
322026-07-01T23:42:36.705Zwarn: /home/build/.rustup/settings.toml
332026-07-01T23:42:36.705Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-01T23:42:36.705Zwarn: instead of the one inferred from the default host triple.
352026-07-01T23:42:36.806Zinfo: profile set to default
362026-07-01T23:42:36.806Zinfo: default host triple is x86_64-unknown-illumos
372026-07-01T23:42:36.806Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-01T23:42:36.899Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-01T23:42:36.899Zinfo: downloading 6 components
402026-07-01T23:42:53.435Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-01T23:42:53.435Z
422026-07-01T23:42:53.501Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-01T23:42:53.501Z
442026-07-01T23:42:53.501Z
452026-07-01T23:42:53.502ZRust is installed now. Great!
462026-07-01T23:42:53.502Z
472026-07-01T23:42:53.502ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-01T23:42:53.502Zenvironment variable. This has not been done automatically.
492026-07-01T23:42:53.502Z
502026-07-01T23:42:53.502ZTo configure your current shell, you need to source
512026-07-01T23:42:53.502Zthe corresponding env file under $HOME/.cargo.
522026-07-01T23:42:53.502Z
532026-07-01T23:42:53.502ZThis is usually done by running one of the following (note the leading DOT):
542026-07-01T23:42:53.502Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-01T23:42:53.502Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-01T23:42:53.502Zsource "~/.cargo/env.nu" # For nushell
572026-07-01T23:42:53.502Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-01T23:42:53.502Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-01T23:42:53.502Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-01T23:42:53.502Zwarn: no default linker (`cc`) was found in your PATH
612026-07-01T23:42:53.502Zwarn: many Rust crates require a system C toolchain to build
622026-07-01T23:42:53.539Z+ rustup --version
632026-07-01T23:42:53.539Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-01T23:42:53.539Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-01T23:42:53.539Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-01T23:42:53.539Z+ cargo --version
672026-07-01T23:42:53.559Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-01T23:42:53.559Z+ rustc --version
692026-07-01T23:42:53.607Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-01T23:42:53.607Zprocess exited: duration 18615 ms, exit code 0
 
712026-07-01T23:42:53.661Zstarting task 2: "authentication"
722026-07-01T23:42:53.731ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-07-01T23:43:06.460Zprocess exited: duration 12788 ms, exit code 0
 
742026-07-01T23:43:06.502Zstarting task 3: "clone repository"
752026-07-01T23:43:06.511Z+ mkdir -p /work/oxidecomputer/omicron
762026-07-01T23:43:06.512Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-07-01T23:43:06.544ZCloning into '/work/oxidecomputer/omicron'...
782026-07-01T23:43:16.842Z+ cd /work/oxidecomputer/omicron
792026-07-01T23:43:16.842Z+ git fetch origin 1468adb792651ea108413d39043eb0dbfc9451d7
802026-07-01T23:43:17.273ZFrom https://github.com/oxidecomputer/omicron
812026-07-01T23:43:17.273Z * branch 1468adb792651ea108413d39043eb0dbfc9451d7 -> FETCH_HEAD
822026-07-01T23:43:17.294Z+ [[ -n '' ]]
832026-07-01T23:43:17.294Z+ git reset --hard 1468adb792651ea108413d39043eb0dbfc9451d7
842026-07-01T23:43:17.480ZHEAD is now at 1468adb79 [update-status] Re-enable stuck saga reporting
852026-07-01T23:43:17.492Zprocess exited: duration 10986 ms, exit code 0
 
862026-07-01T23:43:17.507Zstarting task 4: "build"
872026-07-01T23:43:17.513Z+ source .github/buildomat/ci-env.sh
882026-07-01T23:43:17.513Z++ export CARGO_TERM_COLOR=always
892026-07-01T23:43:17.513Z++ CARGO_TERM_COLOR=always
902026-07-01T23:43:17.520Z+ cargo --version
912026-07-01T23:43:17.537Zcargo 1.96.1 (356927216 2026-06-26)
922026-07-01T23:43:17.537Z+ rustc --version
932026-07-01T23:43:17.550Zrustc 1.96.1 (31fca3adb 2026-06-26)
942026-07-01T23:43:17.554Z+ WORK=/work
952026-07-01T23:43:17.554Z+ pfexec mkdir -p /work
962026-07-01T23:43:17.554Z+ pfexec chown build /work
972026-07-01T23:43:17.554Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
982026-07-01T23:43:19.513Z Startup: Refreshing catalog 'helios' ... Done
992026-07-01T23:43:19.629Z Startup: Caching catalogs ... Done
1002026-07-01T23:43:20.122ZPlanning: Solver setup ... Done (0.446s)
1012026-07-01T23:43:20.147ZPlanning: Running solver ... Done (0.026s)
1022026-07-01T23:43:20.162ZPlanning: Finding local manifests ... Done (0.003s)
1032026-07-01T23:43:20.175ZPlanning: Fetching manifests: 0/2 0% complete
1042026-07-01T23:43:20.193ZPlanning: Fetching manifests: 2/2 100% complete
1052026-07-01T23:43:20.207ZPlanning: Package planning ... Done (0.014s)
1062026-07-01T23:43:20.211ZPlanning: Merging actions ... Done (0.001s)
1072026-07-01T23:43:20.393ZPlanning: Checking for conflicting actions ... Done (0.165s)
1082026-07-01T23:43:20.415ZPlanning: Consolidating action changes ... Done (0.001s)
1092026-07-01T23:43:21.261ZPlanning: Evaluating mediators ... Done (0.880s)
1102026-07-01T23:43:21.272ZPlanning: Planning completed in 1.61 seconds
1112026-07-01T23:43:21.277Z Packages to install: 2
1122026-07-01T23:43:21.277Z Estimated space available: 156.06 GB
1132026-07-01T23:43:21.277ZEstimated space to be consumed: 30.98 MB
1142026-07-01T23:43:21.277Z Create boot environment: No
1152026-07-01T23:43:21.277ZCreate backup boot environment: No
1162026-07-01T23:43:21.277Z Rebuild boot archive: No
1172026-07-01T23:43:21.277Z
1182026-07-01T23:43:21.277ZChanged packages:
1192026-07-01T23:43:21.277Zhelios
1202026-07-01T23:43:21.277Z developer/build-essential
1212026-07-01T23:43:21.277Z None -> 11-3.0
1222026-07-01T23:43:21.277Z library/libxmlsec1
1232026-07-01T23:43:21.277Z None -> 1.2.35-3.0
1242026-07-01T23:43:21.296Z
1252026-07-01T23:43:21.297ZDownload: 0/214 items 0.0/1.3MB 0% complete
1262026-07-01T23:43:21.895ZDownload: Completed 1.28 MB in 0.60 seconds (2.1M/s)
1272026-07-01T23:43:21.954Z Actions: 1/268 actions (Installing new actions)
1282026-07-01T23:43:21.997Z Actions: Completed 268 actions in 0.04 seconds.
1292026-07-01T23:43:22.005ZFinalize: Updating package state database ... Done (0.010s)
1302026-07-01T23:43:22.005ZFinalize: Updating package cache ... Done (0.000s)
1312026-07-01T23:43:22.037ZFinalize: Updating image state ... Done (0.029s)
1322026-07-01T23:43:24.632ZFinalize: Creating fast lookup database ... Done (2.573s)
1332026-07-01T23:43:24.699ZFinalize: Reading search index ... Done (0.012s)
1342026-07-01T23:43:24.702ZFinalize: Updating search index ... Done (0.000s)
1352026-07-01T23:43:24.829ZFinalize: Updating package cache ... Done (0.000s)
1362026-07-01T23:43:25.147ZPlanning: Evaluating mediator changes ... Done
1372026-07-01T23:43:25.256ZPlanning: Checking for conflicting actions ... Done
1382026-07-01T23:43:25.262ZPlanning: Consolidating action changes ... Done
1392026-07-01T23:43:25.417ZPlanning: Evaluating mediators ... Done
1402026-07-01T23:43:25.427ZPlanning: Planning completed in 0.27 seconds
1412026-07-01T23:43:25.436Z Mediators to change: 2
1422026-07-01T23:43:25.436Z Create boot environment: No
1432026-07-01T23:43:25.436ZCreate backup boot environment: No
1442026-07-01T23:43:25.514ZFinalize: Updating package state database ... Done
1452026-07-01T23:43:25.514ZFinalize: Updating package cache ... Done
1462026-07-01T23:43:25.533ZFinalize: Updating image state ... Done
1472026-07-01T23:43:27.521ZFinalize: Creating fast lookup database ... Done
1482026-07-01T23:43:27.588ZFinalize: Reading search index ... Done
1492026-07-01T23:43:27.596ZFinalize: Updating search index ... Done
1502026-07-01T23:43:27.688ZFinalize: Updating package cache ... Done
1512026-07-01T23:43:27.941ZPlanning: Evaluating mediator changes ... Done
1522026-07-01T23:43:28.044ZPlanning: Checking for conflicting actions ... Done
1532026-07-01T23:43:28.048ZPlanning: Consolidating action changes ... Done
1542026-07-01T23:43:28.206ZPlanning: Evaluating mediators ... Done
1552026-07-01T23:43:28.214ZPlanning: Planning completed in 0.27 seconds
1562026-07-01T23:43:28.230Z Mediators to change: 1
1572026-07-01T23:43:28.230Z Create boot environment: No
1582026-07-01T23:43:28.230ZCreate backup boot environment: No
1592026-07-01T23:43:28.265ZFinalize: Updating package state database ... Done
1602026-07-01T23:43:28.265ZFinalize: Updating package cache ... Done
1612026-07-01T23:43:28.283ZFinalize: Updating image state ... Done
1622026-07-01T23:43:30.283ZFinalize: Creating fast lookup database ... Done
1632026-07-01T23:43:30.341ZFinalize: Reading search index ... Done
1642026-07-01T23:43:30.344ZFinalize: Updating search index ... Done
1652026-07-01T23:43:30.392ZFinalize: Updating package cache ... Done
1662026-07-01T23:43:30.701ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1672026-07-01T23:43:30.701Zapache system 2.4 system
1682026-07-01T23:43:30.701Zclang system 15 system
1692026-07-01T23:43:30.701Zcsh system system illumos
1702026-07-01T23:43:30.701Zctags system system illumos
1712026-07-01T23:43:30.701Zfile vendor vendor darwinsys
1722026-07-01T23:43:30.701Zfile system system illumos
1732026-07-01T23:43:30.701Zgcc vendor 14 vendor
1742026-07-01T23:43:30.701Zgcc system 13 system
1752026-07-01T23:43:30.701Zgcc system 10 system
1762026-07-01T23:43:30.701Zgo system 1.25 system
1772026-07-01T23:43:30.701Zllvm system 15 system
1782026-07-01T23:43:30.701Zmariadb system 11.4 system
1792026-07-01T23:43:30.701Zmta vendor vendor dma
1802026-07-01T23:43:30.701Zopenjdk system 17 system
1812026-07-01T23:43:30.701Zopenjdk system 11 system
1822026-07-01T23:43:30.701Zopenssl vendor 3 vendor
1832026-07-01T23:43:30.701Zperl system 5.40 system
1842026-07-01T23:43:30.701Zpostgresql system 18 system
1852026-07-01T23:43:30.701Zpostgresql system 17 system
1862026-07-01T23:43:30.701Zpython vendor 3 vendor
1872026-07-01T23:43:30.701Zpython system 2 system
1882026-07-01T23:43:30.701Zpython3 vendor 3.13 vendor
1892026-07-01T23:43:30.701Zruby system 3.4 system
1902026-07-01T23:43:30.702Zruby system 3.0 system
1912026-07-01T23:43:30.702Zwords vendor vendor american-english
1922026-07-01T23:43:30.702Zwords system system australian-english
1932026-07-01T23:43:30.702Zwords system system british-english
1942026-07-01T23:43:30.702Zwords system system canadian-english
1952026-07-01T23:43:30.702Zwords system system french
1962026-07-01T23:43:30.702Zwords system system italian
1972026-07-01T23:43:30.702Zwords system system ngerman
1982026-07-01T23:43:30.702Zwords system system ogerman
1992026-07-01T23:43:30.702Zwords system system spanish
2002026-07-01T23:43:30.961ZPUBLISHER TYPE STATUS P LOCATION
2012026-07-01T23:43:30.961Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2022026-07-01T23:43:31.271ZFMRI IFO
2032026-07-01T23:43:31.271Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2042026-07-01T23:43:31.271Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2052026-07-01T23:43:31.271Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2062026-07-01T23:43:31.271Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2072026-07-01T23:43:31.271Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2082026-07-01T23:43:31.271Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2092026-07-01T23:43:31.271Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2102026-07-01T23:43:31.271Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2112026-07-01T23:43:31.271Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2122026-07-01T23:43:31.521Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2132026-07-01T23:43:31.803Z Updating crates.io index
2142026-07-01T23:43:31.807Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2152026-07-01T23:43:32.060Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2162026-07-01T23:43:32.347Z Updating git repository `https://github.com/oxidecomputer/propolis`
2172026-07-01T23:43:33.257Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2182026-07-01T23:43:33.770Z Updating git repository `https://github.com/oxidecomputer/crucible`
2192026-07-01T23:43:35.276Z Updating git repository `https://github.com/oxidecomputer/opte`
2202026-07-01T23:43:36.041Z Updating git repository `https://github.com/oxidecomputer/tofino`
2212026-07-01T23:43:36.313Z Updating git repository `https://github.com/oxidecomputer/lldp`
2222026-07-01T23:43:36.640Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2232026-07-01T23:43:37.663Z Updating git repository `https://github.com/oxidecomputer/clickward`
2242026-07-01T23:43:38.181Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2252026-07-01T23:43:38.340Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2262026-07-01T23:43:38.524Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2272026-07-01T23:43:38.924Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2282026-07-01T23:43:39.377Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2292026-07-01T23:43:39.774Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2302026-07-01T23:43:40.027Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2312026-07-01T23:43:40.300Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2322026-07-01T23:43:40.597Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2332026-07-01T23:43:40.835Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2342026-07-01T23:43:41.050Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2352026-07-01T23:43:41.321Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2362026-07-01T23:43:41.735Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2372026-07-01T23:43:42.059Z Updating git repository `https://github.com/oxidecomputer/erebor`
2382026-07-01T23:43:42.328Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2392026-07-01T23:43:42.711Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2402026-07-01T23:43:42.971Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2412026-07-01T23:43:43.239Z Updating git repository `https://github.com/oxidecomputer/ispf`
2422026-07-01T23:43:43.498Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2432026-07-01T23:43:43.748Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2442026-07-01T23:43:44.095Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2452026-07-01T23:43:44.522Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2462026-07-01T23:43:44.758Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2472026-07-01T23:43:45.021Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2482026-07-01T23:43:45.273Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2492026-07-01T23:43:45.559Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2502026-07-01T23:43:45.903Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2512026-07-01T23:43:46.170Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2522026-07-01T23:43:46.453Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2532026-07-01T23:43:46.686Z Updating git repository `https://github.com/illumos/smf-rs`
2542026-07-01T23:43:49.423Z Downloading crates ...
2552026-07-01T23:43:49.485Z Downloaded cargo-platform v0.3.2
2562026-07-01T23:43:49.496Z Downloaded anstyle-parse v1.0.0
2572026-07-01T23:43:49.500Z Downloaded dtrace-parser v0.2.0
2582026-07-01T23:43:49.503Z Downloaded autocfg v1.5.0
2592026-07-01T23:43:49.503Z Downloaded once_cell v1.21.3
2602026-07-01T23:43:49.507Z Downloaded memchr v2.8.0
2612026-07-01T23:43:49.509Z Downloaded clap_derive v4.6.1
2622026-07-01T23:43:49.514Z Downloaded zerocopy-derive v0.7.35
2632026-07-01T23:43:49.518Z Downloaded zmij v1.0.21
2642026-07-01T23:43:49.521Z Downloaded serde_spanned v0.6.9
2652026-07-01T23:43:49.521Z Downloaded errno v0.3.14
2662026-07-01T23:43:49.523Z Downloaded thiserror-impl v1.0.69
2672026-07-01T23:43:49.523Z Downloaded anstyle v1.0.14
2682026-07-01T23:43:49.526Z Downloaded ucd-trie v0.1.7
2692026-07-01T23:43:49.526Z Downloaded semver v1.0.28
2702026-07-01T23:43:49.529Z Downloaded zerocopy v0.7.35
2712026-07-01T23:43:49.537Z Downloaded proc-macro-error-attr v1.0.4
2722026-07-01T23:43:49.540Z Downloaded getrandom v0.4.1
2732026-07-01T23:43:49.540Z Downloaded fastrand v2.3.0
2742026-07-01T23:43:49.543Z Downloaded clap_lex v1.0.0
2752026-07-01T23:43:49.543Z Downloaded dof v0.3.0
2762026-07-01T23:43:49.546Z Downloaded heck v0.4.1
2772026-07-01T23:43:49.546Z Downloaded cargo_toml v0.21.0
2782026-07-01T23:43:49.549Z Downloaded cargo_metadata v0.23.1
2792026-07-01T23:43:49.552Z Downloaded is_terminal_polyfill v1.70.2
2802026-07-01T23:43:49.555Z Downloaded crypto-common v0.1.7
2812026-07-01T23:43:49.555Z Downloaded hashbrown v0.17.0
2822026-07-01T23:43:49.559Z Downloaded indexmap v2.14.0
2832026-07-01T23:43:49.562Z Downloaded colorchoice v1.0.4
2842026-07-01T23:43:49.562Z Downloaded proc-macro2 v1.0.106
2852026-07-01T23:43:49.572Z Downloaded camino v1.2.2
2862026-07-01T23:43:49.576Z Downloaded swrite v0.1.0
2872026-07-01T23:43:49.579Z Downloaded itoa v1.0.17
2882026-07-01T23:43:49.579Z Downloaded fnv v1.0.7
2892026-07-01T23:43:49.585Z Downloaded cfg-if v1.0.4
2902026-07-01T23:43:49.588Z Downloaded bytecount v0.6.9
2912026-07-01T23:43:49.588Z Downloaded camino-tempfile v1.4.1
2922026-07-01T23:43:49.590Z Downloaded version_check v0.9.5
2932026-07-01T23:43:49.591Z Downloaded byteorder v1.5.0
2942026-07-01T23:43:49.591Z Downloaded pretty-hex v0.4.1
2952026-07-01T23:43:49.600Z Downloaded anstyle-query v1.1.5
2962026-07-01T23:43:49.603Z Downloaded heck v0.5.0
2972026-07-01T23:43:49.609Z Downloaded proc-macro-error v1.0.4
2982026-07-01T23:43:49.613Z Downloaded scroll v0.12.0
2992026-07-01T23:43:49.613Z Downloaded fs-err v3.3.0
3002026-07-01T23:43:49.616Z Downloaded usdt-attr-macro v0.5.0
3012026-07-01T23:43:49.619Z Downloaded tabled_derive v0.7.0
3022026-07-01T23:43:49.619Z Downloaded equivalent v1.0.2
3032026-07-01T23:43:49.625Z Downloaded scroll_derive v0.12.1
3042026-07-01T23:43:49.629Z Downloaded macaddr v1.0.1
3052026-07-01T23:43:49.629Z Downloaded plain v0.2.3
3062026-07-01T23:43:49.629Z Downloaded usdt v0.5.0
3072026-07-01T23:43:49.634Z Downloaded toml_write v0.1.2
3082026-07-01T23:43:49.634Z Downloaded smawk v0.3.2
3092026-07-01T23:43:49.634Z Downloaded strsim v0.11.1
3102026-07-01T23:43:49.637Z Downloaded utf8parse v0.2.2
3112026-07-01T23:43:49.637Z Downloaded toml_datetime v0.6.11
3122026-07-01T23:43:49.637Z Downloaded memmap v0.7.0
3132026-07-01T23:43:49.642Z Downloaded usdt-macro v0.5.0
3142026-07-01T23:43:49.647Z Downloaded cpufeatures v0.2.17
3152026-07-01T23:43:49.647Z Downloaded terminal_size v0.4.3
3162026-07-01T23:43:49.651Z Downloaded thread-id v4.2.2
3172026-07-01T23:43:49.651Z Downloaded generic-array v0.14.7
3182026-07-01T23:43:49.654Z Downloaded block-buffer v0.10.4
3192026-07-01T23:43:49.663Z Downloaded quote v1.0.45
3202026-07-01T23:43:49.670Z Downloaded anyhow v1.0.102
3212026-07-01T23:43:49.673Z Downloaded log v0.4.29
3222026-07-01T23:43:49.677Z Downloaded anstream v1.0.0
3232026-07-01T23:43:49.681Z Downloaded thiserror v1.0.69
3242026-07-01T23:43:49.685Z Downloaded usdt-impl v0.5.0
3252026-07-01T23:43:49.685Z Downloaded unicode-linebreak v0.1.5
3262026-07-01T23:43:49.685Z Downloaded thiserror-impl v2.0.18
3272026-07-01T23:43:49.685Z Downloaded sha2 v0.10.9
3282026-07-01T23:43:49.699Z Downloaded toml v0.8.23
3292026-07-01T23:43:49.704Z Downloaded serde_tokenstream v0.2.3
3302026-07-01T23:43:49.704Z Downloaded digest v0.10.7
3312026-07-01T23:43:49.707Z Downloaded bitflags v2.11.0
3322026-07-01T23:43:49.707Z Downloaded unicode-ident v1.0.24
3332026-07-01T23:43:49.711Z Downloaded clap v4.6.1
3342026-07-01T23:43:49.714Z Downloaded thiserror v2.0.18
3352026-07-01T23:43:49.725Z Downloaded pest_generator v2.8.6
3362026-07-01T23:43:49.732Z Downloaded pest_derive v2.8.6
3372026-07-01T23:43:49.732Z Downloaded tempfile v3.25.0
3382026-07-01T23:43:49.737Z Downloaded serde_derive v1.0.228
3392026-07-01T23:43:49.748Z Downloaded textwrap v0.16.2
3402026-07-01T23:43:49.762Z Downloaded serde v1.0.228
3412026-07-01T23:43:49.796Z Downloaded papergrid v0.11.0
3422026-07-01T23:43:49.799Z Downloaded pest_meta v2.8.6
3432026-07-01T23:43:49.799Z Downloaded toml_edit v0.22.27
3442026-07-01T23:43:49.799Z Downloaded serde_core v1.0.228
3452026-07-01T23:43:49.799Z Downloaded typenum v1.20.1
3462026-07-01T23:43:49.829Z Downloaded pest v2.8.6
3472026-07-01T23:43:49.844Z Downloaded serde_json v1.0.150
3482026-07-01T23:43:49.882Z Downloaded clap_builder v4.6.0
3492026-07-01T23:43:49.885Z Downloaded winnow v0.7.14
3502026-07-01T23:43:49.891Z Downloaded goblin v0.8.2
3512026-07-01T23:43:49.910Z Downloaded tabled v0.15.0
3522026-07-01T23:43:49.919Z Downloaded syn v1.0.109
3532026-07-01T23:43:49.933Z Downloaded unicode-width v0.2.0
3542026-07-01T23:43:49.938Z Downloaded unicode-width v0.1.14
3552026-07-01T23:43:49.942Z Downloaded syn v2.0.117
3562026-07-01T23:43:49.958Z Downloaded rustix v1.1.3
3572026-07-01T23:43:49.992Z Downloaded libc v0.2.185
3582026-07-01T23:43:50.055Z Compiling proc-macro2 v1.0.106
3592026-07-01T23:43:50.055Z Compiling quote v1.0.45
3602026-07-01T23:43:50.055Z Compiling unicode-ident v1.0.24
3612026-07-01T23:43:50.058Z Compiling serde_core v1.0.228
3622026-07-01T23:43:50.058Z Compiling libc v0.2.185
3632026-07-01T23:43:50.058Z Compiling version_check v0.9.5
3642026-07-01T23:43:50.058Z Compiling memchr v2.8.0
3652026-07-01T23:43:50.058Z Compiling serde v1.0.228
3662026-07-01T23:43:50.058Z Compiling zmij v1.0.21
3672026-07-01T23:43:50.058Z Compiling ucd-trie v0.1.7
3682026-07-01T23:43:50.058Z Compiling itoa v1.0.17
3692026-07-01T23:43:50.058Z Compiling thiserror v1.0.69
3702026-07-01T23:43:50.238Z Compiling rustix v1.1.3
3712026-07-01T23:43:50.241Z Compiling byteorder v1.5.0
3722026-07-01T23:43:50.424Z Compiling bitflags v2.11.0
3732026-07-01T23:43:50.488Z Compiling serde_json v1.0.150
3742026-07-01T23:43:50.714Z Compiling camino v1.2.2
3752026-07-01T23:43:50.721Z Compiling syn v1.0.109
3762026-07-01T23:43:50.736Z Compiling usdt-impl v0.5.0
3772026-07-01T23:43:50.754Z Compiling pest v2.8.6
3782026-07-01T23:43:50.874Z Compiling proc-macro-error-attr v1.0.4
3792026-07-01T23:43:51.016Z Compiling proc-macro-error v1.0.4
3802026-07-01T23:43:51.021Z Compiling getrandom v0.4.1
3812026-07-01T23:43:51.054Z Compiling log v0.4.29
3822026-07-01T23:43:51.054Z Compiling equivalent v1.0.2
3832026-07-01T23:43:51.105Z Compiling hashbrown v0.17.0
3842026-07-01T23:43:51.157Z Compiling utf8parse v0.2.2
3852026-07-01T23:43:51.185Z Compiling plain v0.2.3
3862026-07-01T23:43:51.203Z Compiling errno v0.3.14
3872026-07-01T23:43:51.207Z Compiling thread-id v4.2.2
3882026-07-01T23:43:51.254Z Compiling anstyle-parse v1.0.0
3892026-07-01T23:43:51.293Z Compiling colorchoice v1.0.4
3902026-07-01T23:43:51.309Z Compiling anstyle-query v1.1.5
3912026-07-01T23:43:51.326Z Compiling toml_write v0.1.2
3922026-07-01T23:43:51.329Z Compiling autocfg v1.5.0
3932026-07-01T23:43:51.329Z Compiling pretty-hex v0.4.1
3942026-07-01T23:43:51.412Z Compiling anstyle v1.0.14
3952026-07-01T23:43:51.430Z Compiling winnow v0.7.14
3962026-07-01T23:43:51.468Z Compiling is_terminal_polyfill v1.70.2
3972026-07-01T23:43:51.472Z Compiling thiserror v2.0.18
3982026-07-01T23:43:51.489Z Compiling cfg-if v1.0.4
3992026-07-01T23:43:51.537Z Compiling unicode-width v0.1.14
4002026-07-01T23:43:51.556Z Compiling once_cell v1.21.3
4012026-07-01T23:43:51.611Z Compiling indexmap v2.14.0
4022026-07-01T23:43:51.626Z Compiling anstream v1.0.0
4032026-07-01T23:43:51.662Z Compiling heck v0.5.0
4042026-07-01T23:43:51.680Z Compiling bytecount v0.6.9
4052026-07-01T23:43:51.698Z Compiling fnv v1.0.7
4062026-07-01T23:43:51.806Z Compiling fs-err v3.3.0
4072026-07-01T23:43:51.824Z Compiling strsim v0.11.1
4082026-07-01T23:43:51.824Z Compiling clap_lex v1.0.0
4092026-07-01T23:43:51.861Z Compiling pest_meta v2.8.6
4102026-07-01T23:43:51.861Z Compiling heck v0.4.1
4112026-07-01T23:43:51.921Z Compiling fastrand v2.3.0
4122026-07-01T23:43:51.959Z Compiling anyhow v1.0.102
4132026-07-01T23:43:52.038Z Compiling syn v2.0.117
4142026-07-01T23:43:52.108Z Compiling papergrid v0.11.0
4152026-07-01T23:43:52.141Z Compiling memmap v0.7.0
4162026-07-01T23:43:52.163Z Compiling unicode-linebreak v0.1.5
4172026-07-01T23:43:52.198Z Compiling smawk v0.3.2
4182026-07-01T23:43:52.222Z Compiling unicode-width v0.2.0
4192026-07-01T23:43:52.261Z Compiling terminal_size v0.4.3
4202026-07-01T23:43:52.360Z Compiling tempfile v3.25.0
4212026-07-01T23:43:52.371Z Compiling swrite v0.1.0
4222026-07-01T23:43:52.425Z Compiling clap_builder v4.6.0
4232026-07-01T23:43:52.559Z Compiling semver v1.0.28
4242026-07-01T23:43:52.562Z Compiling cargo-platform v0.3.2
4252026-07-01T23:43:52.614Z Compiling textwrap v0.16.2
4262026-07-01T23:43:52.808Z Compiling camino-tempfile v1.4.1
4272026-07-01T23:43:53.483Z Compiling tabled_derive v0.7.0
4282026-07-01T23:43:54.134Z Compiling tabled v0.15.0
4292026-07-01T23:43:54.193Z Compiling pest_generator v2.8.6
4302026-07-01T23:43:54.693Z Compiling serde_derive v1.0.228
4312026-07-01T23:43:54.693Z Compiling thiserror-impl v1.0.69
4322026-07-01T23:43:54.705Z Compiling zerocopy-derive v0.7.35
4332026-07-01T23:43:54.705Z Compiling scroll_derive v0.12.1
4342026-07-01T23:43:54.705Z Compiling thiserror-impl v2.0.18
4352026-07-01T23:43:54.705Z Compiling clap_derive v4.6.1
4362026-07-01T23:43:54.753Z Compiling pest_derive v2.8.6
4372026-07-01T23:43:55.310Z Compiling scroll v0.12.0
4382026-07-01T23:43:55.462Z Compiling zerocopy v0.7.35
4392026-07-01T23:43:55.525Z Compiling goblin v0.8.2
4402026-07-01T23:43:55.704Z Compiling dtrace-parser v0.2.0
4412026-07-01T23:43:56.088Z Compiling clap v4.6.1
4422026-07-01T23:43:57.149Z Compiling toml_datetime v0.6.11
4432026-07-01T23:43:57.149Z Compiling serde_spanned v0.6.9
4442026-07-01T23:43:57.149Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4452026-07-01T23:43:57.160Z Compiling cargo_metadata v0.23.1
4462026-07-01T23:43:57.160Z Compiling macaddr v1.0.1
4472026-07-01T23:43:57.171Z Compiling dof v0.3.0
4482026-07-01T23:43:57.195Z Compiling serde_tokenstream v0.2.3
4492026-07-01T23:43:57.359Z Compiling toml_edit v0.22.27
4502026-07-01T23:43:57.886Z Compiling usdt-macro v0.5.0
4512026-07-01T23:43:57.889Z Compiling usdt-attr-macro v0.5.0
4522026-07-01T23:43:58.482Z Compiling usdt v0.5.0
4532026-07-01T23:43:58.615Z Compiling toml v0.8.23
4542026-07-01T23:43:58.933Z Compiling cargo_toml v0.21.0
4552026-07-01T23:44:00.223Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4562026-07-01T23:44:02.228Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.87s
4572026-07-01T23:44:02.450Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4582026-07-01T23:44:02.944Z Downloading crates ...
4592026-07-01T23:44:03.044Z Downloaded adler2 v2.0.1
4602026-07-01T23:44:03.059Z Downloaded async-stream v0.3.6
4612026-07-01T23:44:03.062Z Downloaded ar_archive_writer v0.5.1
4622026-07-01T23:44:03.065Z Downloaded anstyle-parse v0.2.7
4632026-07-01T23:44:03.065Z Downloaded cpufeatures v0.3.0
4642026-07-01T23:44:03.069Z Downloaded aead v0.5.2
4652026-07-01T23:44:03.069Z Downloaded bit-vec v0.6.3
4662026-07-01T23:44:03.069Z Downloaded atty v0.2.14
4672026-07-01T23:44:03.072Z Downloaded async-trait v0.1.89
4682026-07-01T23:44:03.072Z Downloaded crossbeam-epoch v0.9.18
4692026-07-01T23:44:03.075Z Downloaded arrayvec v0.7.6
4702026-07-01T23:44:03.079Z Downloaded ctutils v0.4.2
4712026-07-01T23:44:03.086Z Downloaded crossbeam-deque v0.8.6
4722026-07-01T23:44:03.092Z Downloaded bit-set v0.8.0
4732026-07-01T23:44:03.095Z Downloaded base16ct v1.0.0
4742026-07-01T23:44:03.095Z Downloaded atomicwrites v0.4.4
4752026-07-01T23:44:03.095Z Downloaded cookie v0.18.1
4762026-07-01T23:44:03.099Z Downloaded cobs v0.3.0
4772026-07-01T23:44:03.102Z Downloaded array-init v0.0.4
4782026-07-01T23:44:03.102Z Downloaded crossbeam-utils v0.8.21
4792026-07-01T23:44:03.105Z Downloaded crossbeam-channel v0.5.15
4802026-07-01T23:44:03.108Z Downloaded cpubits v0.1.1
4812026-07-01T23:44:03.108Z Downloaded ascii-canvas v3.0.0
4822026-07-01T23:44:03.111Z Downloaded bit-set v0.5.3
4832026-07-01T23:44:03.111Z Downloaded base16ct v0.2.0
4842026-07-01T23:44:03.111Z Downloaded der v0.8.0
4852026-07-01T23:44:03.114Z Downloaded crossterm v0.28.1
4862026-07-01T23:44:03.142Z Downloaded darling_macro v0.21.3
4872026-07-01T23:44:03.142Z Downloaded darling_core v0.21.3
4882026-07-01T23:44:03.142Z Downloaded convert_case v0.10.0
4892026-07-01T23:44:03.142Z Downloaded darling v0.20.11
4902026-07-01T23:44:03.142Z Downloaded darling_core v0.13.4
4912026-07-01T23:44:03.142Z Downloaded block-padding v0.4.2
4922026-07-01T23:44:03.142Z Downloaded convert_case v0.4.0
4932026-07-01T23:44:03.142Z Downloaded cfg_aliases v0.1.1
4942026-07-01T23:44:03.142Z Downloaded bb8 v0.8.6
4952026-07-01T23:44:03.142Z Downloaded arrayref v0.3.9
4962026-07-01T23:44:03.142Z Downloaded atomic-waker v1.1.2
4972026-07-01T23:44:03.142Z Downloaded ed25519 v2.2.3
4982026-07-01T23:44:03.142Z Downloaded derive-where v1.6.0
4992026-07-01T23:44:03.148Z Downloaded der_derive v0.7.3
5002026-07-01T23:44:03.148Z Downloaded darling_macro v0.23.0
5012026-07-01T23:44:03.148Z Downloaded crc8 v0.1.1
5022026-07-01T23:44:03.148Z Downloaded crc-any v2.5.0
5032026-07-01T23:44:03.155Z Downloaded cassowary v0.3.0
5042026-07-01T23:44:03.159Z Downloaded base64ct v1.8.3
5052026-07-01T23:44:03.159Z Downloaded crc-catalog v2.4.0
5062026-07-01T23:44:03.159Z Downloaded darling_macro v0.20.11
5072026-07-01T23:44:03.159Z Downloaded crucible-workspace-hack v0.1.0
5082026-07-01T23:44:03.159Z Downloaded chacha20 v0.9.1
5092026-07-01T23:44:03.159Z Downloaded compression-codecs v0.4.37
5102026-07-01T23:44:03.164Z Downloaded curve25519-dalek-derive v0.1.1
5112026-07-01T23:44:03.164Z Downloaded argon2 v0.5.3
5122026-07-01T23:44:03.164Z Downloaded critical-section v1.2.0
5132026-07-01T23:44:03.169Z Downloaded cmake v0.1.57
5142026-07-01T23:44:03.169Z Downloaded cexpr v0.6.0
5152026-07-01T23:44:03.169Z Downloaded blowfish v0.10.0
5162026-07-01T23:44:03.169Z Downloaded diesel_table_macro_syntax v0.3.0
5172026-07-01T23:44:03.174Z Downloaded aead v0.6.1
5182026-07-01T23:44:03.174Z Downloaded cmov v0.5.4
5192026-07-01T23:44:03.174Z Downloaded bit-vec v0.8.0
5202026-07-01T23:44:03.174Z Downloaded cstr-argument v0.1.2
5212026-07-01T23:44:03.174Z Downloaded bcrypt-pbkdf v0.11.0
5222026-07-01T23:44:03.182Z Downloaded async-recursion v1.1.1
5232026-07-01T23:44:03.182Z Downloaded dirs-next v2.0.0
5242026-07-01T23:44:03.182Z Downloaded defmt v1.0.1
5252026-07-01T23:44:03.187Z Downloaded byte-wrapper v0.1.0
5262026-07-01T23:44:03.187Z Downloaded defmt-macros v1.0.1
5272026-07-01T23:44:03.187Z Downloaded daft v0.1.7
5282026-07-01T23:44:03.187Z Downloaded dsl_auto_type v0.2.0
5292026-07-01T23:44:03.187Z Downloaded embedded-io v0.4.0
5302026-07-01T23:44:03.191Z Downloaded dropshot-api-manager-types v0.7.2
5312026-07-01T23:44:03.191Z Downloaded ciborium-ll v0.2.2
5322026-07-01T23:44:03.191Z Downloaded darling_core v0.23.0
5332026-07-01T23:44:03.197Z Downloaded cfg_aliases v0.2.1
5342026-07-01T23:44:03.198Z Downloaded async-stream-impl v0.3.6
5352026-07-01T23:44:03.198Z Downloaded bitfield-macros v0.19.4
5362026-07-01T23:44:03.198Z Downloaded digest v0.11.3
5372026-07-01T23:44:03.198Z Downloaded des v0.9.0
5382026-07-01T23:44:03.204Z Downloaded darling v0.13.4
5392026-07-01T23:44:03.204Z Downloaded compression-core v0.4.31
5402026-07-01T23:44:03.204Z Downloaded ciborium-io v0.2.2
5412026-07-01T23:44:03.204Z Downloaded embedded-io v0.6.1
5422026-07-01T23:44:03.204Z Downloaded derive_builder_macro v0.20.2
5432026-07-01T23:44:03.204Z Downloaded crc v3.4.0
5442026-07-01T23:44:03.210Z Downloaded assert_matches v1.5.0
5452026-07-01T23:44:03.210Z Downloaded debug-ignore v1.0.5
5462026-07-01T23:44:03.210Z Downloaded document-features v0.2.12
5472026-07-01T23:44:03.210Z Downloaded const_format_proc_macros v0.2.34
5482026-07-01T23:44:03.210Z Downloaded difflib v0.4.0
5492026-07-01T23:44:03.210Z Downloaded env_filter v1.0.0
5502026-07-01T23:44:03.222Z Downloaded cbc v0.2.1
5512026-07-01T23:44:03.222Z Downloaded crunchy v0.2.4
5522026-07-01T23:44:03.222Z Downloaded bcs v0.1.6
5532026-07-01T23:44:03.222Z Downloaded ctr v0.10.1
5542026-07-01T23:44:03.223Z Downloaded bitfield-struct v0.6.2
5552026-07-01T23:44:03.223Z Downloaded corncobs v0.1.4
5562026-07-01T23:44:03.231Z Downloaded cipher v0.5.2
5572026-07-01T23:44:03.231Z Downloaded camino-tempfile-ext v0.3.3
5582026-07-01T23:44:03.232Z Downloaded backoff v0.4.0
5592026-07-01T23:44:03.232Z Downloaded endian-type v0.1.2
5602026-07-01T23:44:03.232Z Downloaded castaway v0.2.4
5612026-07-01T23:44:03.232Z Downloaded block-buffer v0.12.1
5622026-07-01T23:44:03.232Z Downloaded anstream v0.6.21
5632026-07-01T23:44:03.232Z Downloaded display-error-chain v0.2.2
5642026-07-01T23:44:03.232Z Downloaded crc32fast v1.5.0
5652026-07-01T23:44:03.232Z Downloaded deranged v0.5.8
5662026-07-01T23:44:03.237Z Downloaded ciborium v0.2.2
5672026-07-01T23:44:03.237Z Downloaded chacha20 v0.10.0
5682026-07-01T23:44:03.237Z Downloaded float-cmp v0.10.0
5692026-07-01T23:44:03.237Z Downloaded dyn-clone v1.0.20
5702026-07-01T23:44:03.244Z Downloaded darling_macro v0.13.4
5712026-07-01T23:44:03.244Z Downloaded async-bb8-diesel v0.2.1
5722026-07-01T23:44:03.244Z Downloaded bzip2 v0.4.4
5732026-07-01T23:44:03.244Z Downloaded bzip2 v0.6.1
5742026-07-01T23:44:03.249Z Downloaded crypto-common v0.2.2
5752026-07-01T23:44:03.249Z Downloaded const-oid v0.9.6
5762026-07-01T23:44:03.249Z Downloaded defmt v0.3.100
5772026-07-01T23:44:03.249Z Downloaded cookie_store v0.22.1
5782026-07-01T23:44:03.250Z Downloaded bitfield v0.19.4
5792026-07-01T23:44:03.250Z Downloaded fixedbitset v0.4.2
5802026-07-01T23:44:03.254Z Downloaded fd-lock v4.0.4
5812026-07-01T23:44:03.254Z Downloaded dof v0.4.0
5822026-07-01T23:44:03.258Z Downloaded futures-sink v0.3.32
5832026-07-01T23:44:03.258Z Downloaded dtrace-parser v0.3.0
5842026-07-01T23:44:03.258Z Downloaded dirs-sys-next v0.1.2
5852026-07-01T23:44:03.258Z Downloaded ena v0.14.4
5862026-07-01T23:44:03.271Z Downloaded cipher v0.4.4
5872026-07-01T23:44:03.271Z Downloaded foreign-types-shared v0.3.1
5882026-07-01T23:44:03.271Z Downloaded foreign-types v0.5.0
5892026-07-01T23:44:03.271Z Downloaded futures-task v0.3.32
5902026-07-01T23:44:03.271Z Downloaded erased-serde v0.3.31
5912026-07-01T23:44:03.277Z Downloaded env_logger v0.11.9
5922026-07-01T23:44:03.277Z Downloaded dunce v1.0.5
5932026-07-01T23:44:03.277Z Downloaded constant_time_eq v0.4.2
5942026-07-01T23:44:03.277Z Downloaded float-ord v0.3.2
5952026-07-01T23:44:03.277Z Downloaded foreign-types-macros v0.2.3
5962026-07-01T23:44:03.277Z Downloaded derive_builder v0.20.2
5972026-07-01T23:44:03.277Z Downloaded bitflags v1.3.2
5982026-07-01T23:44:03.277Z Downloaded ff v0.13.1
5992026-07-01T23:44:03.287Z Downloaded ecdsa v0.16.9
6002026-07-01T23:44:03.287Z Downloaded blake2 v0.10.6
6012026-07-01T23:44:03.287Z Downloaded downcast-rs v2.0.2
6022026-07-01T23:44:03.287Z Downloaded backon v1.6.0
6032026-07-01T23:44:03.296Z Downloaded data-encoding v2.10.0
6042026-07-01T23:44:03.296Z Downloaded console v0.15.11
6052026-07-01T23:44:03.296Z Downloaded futures-io v0.3.32
6062026-07-01T23:44:03.296Z Downloaded foreign-types v0.3.2
6072026-07-01T23:44:03.296Z Downloaded fallible-iterator v0.2.0
6082026-07-01T23:44:03.296Z Downloaded enum_dispatch v0.3.13
6092026-07-01T23:44:03.296Z Downloaded derive-ex v0.1.8
6102026-07-01T23:44:03.301Z Downloaded defmt-parser v1.0.0
6112026-07-01T23:44:03.301Z Downloaded form_urlencoded v1.2.2
6122026-07-01T23:44:03.301Z Downloaded gethostname v0.5.0
6132026-07-01T23:44:03.301Z Downloaded futures-macro v0.3.32
6142026-07-01T23:44:03.301Z Downloaded diesel-dtrace v0.5.0
6152026-07-01T23:44:03.301Z Downloaded darling v0.23.0
6162026-07-01T23:44:03.301Z Downloaded buf-list v1.1.2
6172026-07-01T23:44:03.309Z Downloaded ff v0.14.0
6182026-07-01T23:44:03.309Z Downloaded elliptic-curve v0.13.8
6192026-07-01T23:44:03.309Z Downloaded daft-derive v0.1.7
6202026-07-01T23:44:03.313Z Downloaded allocator-api2 v0.2.21
6212026-07-01T23:44:03.313Z Downloaded diff v0.1.13
6222026-07-01T23:44:03.313Z Downloaded globwalk v0.9.1
6232026-07-01T23:44:03.313Z Downloaded hex-literal v1.1.0
6242026-07-01T23:44:03.313Z Downloaded funty v2.0.0
6252026-07-01T23:44:03.318Z Downloaded csv-core v0.1.13
6262026-07-01T23:44:03.318Z Downloaded ed25519 v3.0.0
6272026-07-01T23:44:03.318Z Downloaded fixedbitset v0.5.7
6282026-07-01T23:44:03.326Z Downloaded foreign-types-shared v0.1.1
6292026-07-01T23:44:03.326Z Downloaded hostname v0.3.1
6302026-07-01T23:44:03.326Z Downloaded either v1.15.0
6312026-07-01T23:44:03.326Z Downloaded displaydoc v0.2.5
6322026-07-01T23:44:03.330Z Downloaded futures-executor v0.3.32
6332026-07-01T23:44:03.330Z Downloaded fs_extra v1.3.0
6342026-07-01T23:44:03.330Z Downloaded futures-core v0.3.32
6352026-07-01T23:44:03.330Z Downloaded filetime v0.2.27
6362026-07-01T23:44:03.330Z Downloaded foldhash v0.1.5
6372026-07-01T23:44:03.331Z Downloaded colored v3.1.1
6382026-07-01T23:44:03.335Z Downloaded delegate v0.13.5
6392026-07-01T23:44:03.335Z Downloaded cancel-safe-futures v0.1.5
6402026-07-01T23:44:03.335Z Downloaded ahash v0.8.12
6412026-07-01T23:44:03.340Z Downloaded enum-as-inner v0.6.1
6422026-07-01T23:44:03.340Z Downloaded clang-sys v1.8.1
6432026-07-01T23:44:03.340Z Downloaded hash32 v0.2.1
6442026-07-01T23:44:03.345Z Downloaded colored v2.2.0
6452026-07-01T23:44:03.345Z Downloaded console v0.16.2
6462026-07-01T23:44:03.345Z Downloaded const-oid v0.10.2
6472026-07-01T23:44:03.349Z Downloaded derive_builder_core v0.20.2
6482026-07-01T23:44:03.349Z Downloaded find-msvc-tools v0.1.9
6492026-07-01T23:44:03.354Z Downloaded http-body v1.0.1
6502026-07-01T23:44:03.354Z Downloaded argon2 v0.6.0-rc.8
6512026-07-01T23:44:03.360Z Downloaded headers-core v0.3.0
6522026-07-01T23:44:03.360Z Downloaded foldhash v0.2.0
6532026-07-01T23:44:03.360Z Downloaded darling v0.21.3
6542026-07-01T23:44:03.774Z Downloaded flagset v0.4.7
6552026-07-01T23:44:03.774Z Downloaded hostname v0.4.2
6562026-07-01T23:44:03.774Z Downloaded dropshot_endpoint v0.17.1
6572026-07-01T23:44:03.777Z Downloaded indent_write v2.2.0
6582026-07-01T23:44:03.777Z Downloaded hubpack_derive v0.1.1
6592026-07-01T23:44:03.777Z Downloaded hubpack v0.1.2
6602026-07-01T23:44:03.777Z Downloaded fatfs v0.3.6
6612026-07-01T23:44:03.777Z Downloaded hyper-tls v0.6.0
6622026-07-01T23:44:03.777Z Downloaded fs-err v2.11.0
6632026-07-01T23:44:03.777Z Downloaded ecdsa v0.17.0-rc.18
6642026-07-01T23:44:03.777Z Downloaded const_format v0.2.35
6652026-07-01T23:44:03.777Z Downloaded base64 v0.22.1
6662026-07-01T23:44:03.778Z Downloaded home v0.5.12
6672026-07-01T23:44:03.778Z Downloaded hex v0.4.3
6682026-07-01T23:44:03.778Z Downloaded elliptic-curve v0.14.0-rc.33
6692026-07-01T23:44:03.778Z Downloaded base64 v0.21.7
6702026-07-01T23:44:03.778Z Downloaded arc-swap v1.8.2
6712026-07-01T23:44:03.778Z Downloaded compact_str v0.8.1
6722026-07-01T23:44:03.778Z Downloaded aes v0.9.1
6732026-07-01T23:44:03.778Z Downloaded derive_more v0.99.20
6742026-07-01T23:44:03.778Z Downloaded internet-checksum v0.2.1
6752026-07-01T23:44:03.778Z Downloaded httpdate v1.0.3
6762026-07-01T23:44:03.778Z Downloaded highway v1.3.0
6772026-07-01T23:44:03.778Z Downloaded drift v0.2.0
6782026-07-01T23:44:03.778Z Downloaded futures-channel v0.3.32
6792026-07-01T23:44:03.778Z Downloaded lazy_static v1.5.0
6802026-07-01T23:44:03.778Z Downloaded kstat-rs v0.2.4
6812026-07-01T23:44:03.778Z Downloaded bumpalo v3.20.2
6822026-07-01T23:44:03.778Z Downloaded bytes v1.11.1
6832026-07-01T23:44:03.778Z Downloaded chacha20poly1305 v0.10.1
6842026-07-01T23:44:03.778Z Downloaded fxhash v0.2.1
6852026-07-01T23:44:03.778Z Downloaded globset v0.4.18
6862026-07-01T23:44:03.778Z Downloaded blake2 v0.11.0-rc.6
6872026-07-01T23:44:03.778Z Downloaded flume v0.11.1
6882026-07-01T23:44:03.778Z Downloaded git-stub-vcs v0.1.0
6892026-07-01T23:44:03.778Z Downloaded md5 v0.8.0
6902026-07-01T23:44:03.778Z Downloaded cc v1.2.56
6912026-07-01T23:44:03.778Z Downloaded ident_case v1.0.1
6922026-07-01T23:44:03.778Z Downloaded git-stub v1.0.0
6932026-07-01T23:44:03.778Z Downloaded glob v0.3.3
6942026-07-01T23:44:03.778Z Downloaded http-range v0.1.5
6952026-07-01T23:44:03.778Z Downloaded hash32 v0.3.1
6962026-07-01T23:44:03.778Z Downloaded group v0.13.0
6972026-07-01T23:44:03.778Z Downloaded httparse v1.10.1
6982026-07-01T23:44:03.778Z Downloaded derive_more v2.1.1
6992026-07-01T23:44:03.778Z Downloaded jobserver v0.1.34
7002026-07-01T23:44:03.778Z Downloaded lru v0.12.5
7012026-07-01T23:44:03.778Z Downloaded ipnet v2.11.0
7022026-07-01T23:44:03.779Z Downloaded ghash v0.6.0
7032026-07-01T23:44:03.779Z Downloaded ingot-types v0.1.2
7042026-07-01T23:44:03.779Z Downloaded lru-cache v0.1.2
7052026-07-01T23:44:03.779Z Downloaded indoc v2.0.7
7062026-07-01T23:44:03.779Z Downloaded illumos-nvpair v0.3.0
7072026-07-01T23:44:03.779Z Downloaded inout v0.2.2
7082026-07-01T23:44:03.779Z Downloaded hyper-staticfile v0.10.1
7092026-07-01T23:44:03.779Z Downloaded crypto-bigint v0.5.5
7102026-07-01T23:44:03.779Z Downloaded is-terminal v0.4.17
7112026-07-01T23:44:03.779Z Downloaded keccak v0.1.6
7122026-07-01T23:44:03.779Z Downloaded linked-hash-map v0.5.6
7132026-07-01T23:44:03.779Z Downloaded humantime v2.3.0
7142026-07-01T23:44:03.779Z Downloaded lzss v0.8.2
7152026-07-01T23:44:03.779Z Downloaded instability v0.3.11
7162026-07-01T23:44:03.779Z Downloaded impl-trait-for-tuples v0.2.3
7172026-07-01T23:44:03.779Z Downloaded getrandom v0.2.17
7182026-07-01T23:44:03.779Z Downloaded mime v0.3.17
7192026-07-01T23:44:03.779Z Downloaded futures v0.3.32
7202026-07-01T23:44:03.779Z Downloaded group v0.14.0
7212026-07-01T23:44:03.779Z Downloaded match_cfg v0.1.0
7222026-07-01T23:44:03.779Z Downloaded getrandom v0.3.4
7232026-07-01T23:44:03.779Z Downloaded lock_api v0.4.14
7242026-07-01T23:44:03.779Z Downloaded half v1.8.3
7252026-07-01T23:44:03.779Z Downloaded linear-map v1.2.0
7262026-07-01T23:44:03.779Z Downloaded newline-converter v0.3.0
7272026-07-01T23:44:03.779Z Downloaded indoc v1.0.9
7282026-07-01T23:44:03.779Z Downloaded half v2.7.1
7292026-07-01T23:44:03.779Z Downloaded async-compression v0.4.41
7302026-07-01T23:44:03.779Z Downloaded lalrpop-util v0.19.12
7312026-07-01T23:44:03.779Z Downloaded ingot-macros v0.1.1
7322026-07-01T23:44:03.779Z Downloaded hyper-rustls v0.27.7
7332026-07-01T23:44:03.779Z Downloaded inout v0.1.4
7342026-07-01T23:44:03.779Z Downloaded darling_core v0.20.11
7352026-07-01T23:44:03.779Z Downloaded libscf-sys v1.1.0
7362026-07-01T23:44:03.779Z Downloaded num_threads v0.1.7
7372026-07-01T23:44:03.779Z Downloaded ingot v0.1.1
7382026-07-01T23:44:03.779Z Downloaded num-iter v0.1.45
7392026-07-01T23:44:03.779Z Downloaded normalize-line-endings v0.3.0
7402026-07-01T23:44:03.779Z Downloaded nibble_vec v0.1.0
7412026-07-01T23:44:03.780Z Downloaded new_debug_unreachable v1.0.6
7422026-07-01T23:44:03.780Z Downloaded maplit v1.0.2
7432026-07-01T23:44:03.780Z Downloaded hmac v0.12.1
7442026-07-01T23:44:03.780Z Downloaded expectorate v1.2.0
7452026-07-01T23:44:03.780Z Downloaded hybrid-array v0.4.13
7462026-07-01T23:44:03.780Z Downloaded num v0.4.3
7472026-07-01T23:44:03.780Z Downloaded newtype_derive v0.1.6
7482026-07-01T23:44:03.780Z Downloaded der v0.7.10
7492026-07-01T23:44:03.780Z Downloaded lru-slab v0.1.2
7502026-07-01T23:44:03.780Z Downloaded maybe-uninit v2.0.0
7512026-07-01T23:44:03.780Z Downloaded num_enum_derive v0.5.11
7522026-07-01T23:44:03.780Z Downloaded nodrop v0.1.14
7532026-07-01T23:44:03.780Z Downloaded indexmap v1.9.3
7542026-07-01T23:44:03.780Z Downloaded memoffset v0.9.1
7552026-07-01T23:44:03.780Z Downloaded http-body-util v0.1.3
7562026-07-01T23:44:03.780Z Downloaded iana-time-zone v0.1.65
7572026-07-01T23:44:03.785Z Downloaded olpc-cjson v0.1.4
7582026-07-01T23:44:03.785Z Downloaded openssl-probe v0.2.1
7592026-07-01T23:44:03.785Z Downloaded ipnetwork v0.21.1
7602026-07-01T23:44:03.785Z Downloaded icu_provider v2.1.1
7612026-07-01T23:44:03.785Z Downloaded illumos-nvpair-sys v0.2.0
7622026-07-01T23:44:03.785Z Downloaded opaque-debug v0.3.1
7632026-07-01T23:44:03.785Z Downloaded native-tls v0.2.18
7642026-07-01T23:44:03.785Z Downloaded instant v0.1.13
7652026-07-01T23:44:03.785Z Downloaded idna_adapter v1.2.1
7662026-07-01T23:44:03.785Z Downloaded multer v3.1.0
7672026-07-01T23:44:03.785Z Downloaded md-5 v0.10.6
7682026-07-01T23:44:03.785Z Downloaded libsw v3.5.0
7692026-07-01T23:44:03.785Z Downloaded libloading v0.8.9
7702026-07-01T23:44:03.785Z Downloaded managed v0.8.0
7712026-07-01T23:44:03.785Z Downloaded libefi-sys v0.1.0
7722026-07-01T23:44:03.785Z Downloaded ignore v0.4.25
7732026-07-01T23:44:03.785Z Downloaded hmac v0.13.0
7742026-07-01T23:44:03.785Z Downloaded keccak v0.2.0
7752026-07-01T23:44:03.785Z Downloaded diesel_derives v2.3.7
7762026-07-01T23:44:03.785Z Downloaded headers v0.4.1
7772026-07-01T23:44:03.785Z Downloaded flate2 v1.1.9
7782026-07-01T23:44:03.785Z Downloaded kem v0.3.0
7792026-07-01T23:44:03.785Z Downloaded is_ci v1.2.0
7802026-07-01T23:44:03.785Z Downloaded derive_more-impl v2.1.1
7812026-07-01T23:44:03.785Z Downloaded nonempty v0.12.0
7822026-07-01T23:44:03.785Z Downloaded multimap v0.10.1
7832026-07-01T23:44:03.785Z Downloaded password-hash v0.6.1
7842026-07-01T23:44:03.785Z Downloaded num-integer v0.1.46
7852026-07-01T23:44:03.786Z Downloaded libsw-core v0.3.2
7862026-07-01T23:44:03.786Z Downloaded percent-encoding v2.3.2
7872026-07-01T23:44:03.786Z Downloaded peg-runtime v0.8.5
7882026-07-01T23:44:03.786Z Downloaded hickory-resolver v0.24.4
7892026-07-01T23:44:03.786Z Downloaded oso-derive v0.27.3
7902026-07-01T23:44:03.786Z Downloaded heapless v0.7.17
7912026-07-01T23:44:03.786Z Downloaded ml-kem v0.3.2
7922026-07-01T23:44:03.786Z Downloaded aes-gcm v0.11.0
7932026-07-01T23:44:03.786Z Downloaded num_enum_derive v0.7.6
7942026-07-01T23:44:03.786Z Downloaded icu_properties v2.1.2
7952026-07-01T23:44:03.786Z Downloaded nu-ansi-term v0.50.3
7962026-07-01T23:44:03.786Z Downloaded newtype-uuid-macros v0.1.0
7972026-07-01T23:44:03.786Z Downloaded indicatif v0.18.4
7982026-07-01T23:44:03.786Z Downloaded ed25519-dalek v3.0.0-rc.0
7992026-07-01T23:44:03.786Z Downloaded generic-array v1.4.3
8002026-07-01T23:44:03.786Z Downloaded newtype-uuid v1.3.2
8012026-07-01T23:44:03.786Z Downloaded mime_guess v2.0.5
8022026-07-01T23:44:03.786Z Downloaded ed25519-dalek v2.2.0
8032026-07-01T23:44:03.786Z Downloaded path-slash v0.1.5
8042026-07-01T23:44:03.786Z Downloaded num-derive v0.4.2
8052026-07-01T23:44:03.786Z Downloaded module-lattice v0.2.3
8062026-07-01T23:44:03.786Z Downloaded litrs v1.0.0
8072026-07-01T23:44:03.786Z Downloaded miniz_oxide v0.8.9
8082026-07-01T23:44:03.786Z Downloaded num_enum v0.5.11
8092026-07-01T23:44:03.786Z Downloaded potential_utf v0.1.4
8102026-07-01T23:44:03.786Z Downloaded packed_struct v0.10.1
8112026-07-01T23:44:03.786Z Downloaded phf_shared v0.11.3
8122026-07-01T23:44:03.786Z Downloaded crossterm v0.29.0
8132026-07-01T23:44:03.786Z Downloaded parse-display v0.10.0
8142026-07-01T23:44:03.786Z Downloaded predicates-core v1.0.10
8152026-07-01T23:44:03.786Z Downloaded precomputed-hash v0.1.1
8162026-07-01T23:44:03.786Z Downloaded icu_collections v2.1.1
8172026-07-01T23:44:03.786Z Downloaded peg v0.8.5
8182026-07-01T23:44:03.786Z Downloaded nanorand v0.7.0
8192026-07-01T23:44:03.786Z Downloaded num-derive v0.3.3
8202026-07-01T23:44:03.786Z Downloaded parse-display-derive v0.10.0
8212026-07-01T23:44:03.786Z Downloaded packed_struct_codegen v0.10.1
8222026-07-01T23:44:03.786Z Downloaded num-complex v0.4.6
8232026-07-01T23:44:03.786Z Downloaded phf v0.12.1
8242026-07-01T23:44:03.786Z Downloaded heapless v0.8.0
8252026-07-01T23:44:03.787Z Downloaded owo-colors v4.3.0
8262026-07-01T23:44:03.787Z Downloaded num-rational v0.4.2
8272026-07-01T23:44:03.787Z Downloaded phc v0.6.1
8282026-07-01T23:44:03.787Z Downloaded phf v0.13.1
8292026-07-01T23:44:03.787Z Downloaded litemap v0.8.1
8302026-07-01T23:44:03.787Z Downloaded oxide-tokio-rt v0.1.4
8312026-07-01T23:44:03.787Z Downloaded icu_normalizer_data v2.1.1
8322026-07-01T23:44:03.787Z Downloaded icu_locale_core v2.1.1
8332026-07-01T23:44:03.787Z Downloaded http v1.4.2
8342026-07-01T23:44:03.787Z Downloaded peg-macros v0.8.5
8352026-07-01T23:44:03.787Z Downloaded pem-rfc7468 v0.7.0
8362026-07-01T23:44:03.787Z Downloaded aho-corasick v1.1.4
8372026-07-01T23:44:03.787Z Downloaded psl-types v2.0.11
8382026-07-01T23:44:03.787Z Downloaded progenitor-client v0.14.0
8392026-07-01T23:44:03.787Z Downloaded pem-rfc7468 v1.0.0
8402026-07-01T23:44:03.787Z Downloaded pin-project-internal v1.1.11
8412026-07-01T23:44:03.787Z Downloaded blake3 v1.8.5
8422026-07-01T23:44:03.787Z Downloaded radium v0.7.0
8432026-07-01T23:44:03.787Z Downloaded quick-error v1.2.3
8442026-07-01T23:44:03.787Z Downloaded polyval v0.7.1
8452026-07-01T23:44:03.787Z Downloaded rand_chacha v0.3.1
8462026-07-01T23:44:03.787Z Downloaded poly1305 v0.8.0
8472026-07-01T23:44:03.787Z Downloaded progenitor-macro v0.13.0
8482026-07-01T23:44:03.787Z Downloaded icu_normalizer v2.1.1
8492026-07-01T23:44:03.787Z Downloaded memmap2 v0.9.10
8502026-07-01T23:44:03.787Z Downloaded parking_lot_core v0.9.12
8512026-07-01T23:44:03.787Z Downloaded rand_xorshift v0.4.0
8522026-07-01T23:44:03.787Z Downloaded hashbrown v0.13.2
8532026-07-01T23:44:03.787Z Downloaded dropshot-api-manager v0.7.2
8542026-07-01T23:44:03.792Z Downloaded pbkdf2 v0.13.0
8552026-07-01T23:44:03.792Z Downloaded parking_lot v0.11.2
8562026-07-01T23:44:03.792Z Downloaded libbz2-rs-sys v0.2.2
8572026-07-01T23:44:03.792Z Downloaded hickory-resolver v0.25.2
8582026-07-01T23:44:03.792Z Downloaded postgres-protocol v0.6.10
8592026-07-01T23:44:03.796Z Downloaded predicates v3.1.4
8602026-07-01T23:44:03.796Z Downloaded num-conv v0.2.0
8612026-07-01T23:44:03.796Z Downloaded ppv-lite86 v0.2.21
8622026-07-01T23:44:03.802Z Downloaded parking_lot v0.12.5
8632026-07-01T23:44:03.807Z Downloaded num-traits v0.2.19
8642026-07-01T23:44:03.807Z Downloaded primefield v0.14.0
8652026-07-01T23:44:03.807Z Downloaded predicates-tree v1.0.13
8662026-07-01T23:44:03.807Z Downloaded paste v1.0.15
8672026-07-01T23:44:03.812Z Downloaded primeorder v0.13.6
8682026-07-01T23:44:03.812Z Downloaded proc-macro-crate v3.4.0
8692026-07-01T23:44:03.816Z Downloaded omicron-zone-package v0.12.3
8702026-07-01T23:44:03.819Z Downloaded primeorder v0.14.0-rc.10
8712026-07-01T23:44:03.824Z Downloaded hyper-util v0.1.20
8722026-07-01T23:44:03.827Z Downloaded oso v0.27.3
8732026-07-01T23:44:03.827Z Downloaded rand_core v0.6.4
8742026-07-01T23:44:03.827Z Downloaded progenitor-extras v0.2.0
8752026-07-01T23:44:03.831Z Downloaded progenitor-client v0.13.0
8762026-07-01T23:44:03.831Z Downloaded progenitor v0.13.0
8772026-07-01T23:44:03.831Z Downloaded russh-util v0.52.0
8782026-07-01T23:44:03.836Z Downloaded pkg-config v0.3.32
8792026-07-01T23:44:03.836Z Downloaded psm v0.1.30
8802026-07-01T23:44:03.842Z Downloaded jiff-static v0.2.21
8812026-07-01T23:44:03.842Z Downloaded internal-russh-num-bigint v0.5.0
8822026-07-01T23:44:03.849Z Downloaded rfc6979 v0.4.0
8832026-07-01T23:44:03.850Z Downloaded recursive-proc-macro-impl v0.1.1
8842026-07-01T23:44:03.860Z Downloaded poly1305 v0.9.0
8852026-07-01T23:44:03.860Z Downloaded ref-cast v1.0.25
8862026-07-01T23:44:03.868Z Downloaded rfc6979 v0.5.0
8872026-07-01T23:44:03.868Z Downloaded rand_seeder v0.4.0
8882026-07-01T23:44:03.868Z Downloaded hashbrown v0.12.3
8892026-07-01T23:44:03.872Z Downloaded rand_core v0.9.5
8902026-07-01T23:44:03.872Z Downloaded rand_chacha v0.9.0
8912026-07-01T23:44:03.872Z Downloaded pkcs1 v0.7.5
8922026-07-01T23:44:03.872Z Downloaded rustc-hash v2.1.1
8932026-07-01T23:44:03.872Z Downloaded papergrid v0.17.0
8942026-07-01T23:44:04.284Z Downloaded rustc_version v0.1.7
8952026-07-01T23:44:04.284Z Downloaded resolv-conf v0.7.6
8962026-07-01T23:44:04.284Z Downloaded proc-macro-error2 v2.0.1
8972026-07-01T23:44:04.288Z Downloaded russh-cryptovec v0.61.0
8982026-07-01T23:44:04.288Z Downloaded postgres-types v0.2.12
8992026-07-01T23:44:04.288Z Downloaded scheduled-thread-pool v0.2.7
9002026-07-01T23:44:04.288Z Downloaded rtoolbox v0.0.3
9012026-07-01T23:44:04.288Z Downloaded progenitor v0.14.0
9022026-07-01T23:44:04.288Z Downloaded hickory-server v0.25.2
9032026-07-01T23:44:04.288Z Downloaded hyper v1.10.1
9042026-07-01T23:44:04.288Z Downloaded pin-project-lite v0.2.17
9052026-07-01T23:44:04.288Z Downloaded pin-project v1.1.11
9062026-07-01T23:44:04.288Z Downloaded secrecy v0.10.3
9072026-07-01T23:44:04.288Z Downloaded scroll_derive v0.13.1
9082026-07-01T23:44:04.288Z Downloaded rustc_version v0.4.1
9092026-07-01T23:44:04.288Z Downloaded postcard v1.1.3
9102026-07-01T23:44:04.288Z Downloaded openssl-probe v0.1.6
9112026-07-01T23:44:04.288Z Downloaded minimal-lexical v0.2.1
9122026-07-01T23:44:04.288Z Downloaded pkcs5 v0.8.1
9132026-07-01T23:44:04.288Z Downloaded rustls-native-certs v0.8.3
9142026-07-01T23:44:04.288Z Downloaded p384 v0.14.0-rc.10
9152026-07-01T23:44:04.288Z Downloaded aws-lc-rs v1.16.3
9162026-07-01T23:44:04.288Z Downloaded semver v0.1.20
9172026-07-01T23:44:04.288Z Downloaded serde_repr v0.1.20
9182026-07-01T23:44:04.288Z Downloaded serde_bytes v0.11.19
9192026-07-01T23:44:04.288Z Downloaded crypto-primes v0.7.2
9202026-07-01T23:44:04.288Z Downloaded rustversion v1.0.22
9212026-07-01T23:44:04.288Z Downloaded serde_spanned v1.1.1
9222026-07-01T23:44:04.288Z Downloaded num_enum v0.7.6
9232026-07-01T23:44:04.288Z Downloaded rustls-pemfile v2.2.0
9242026-07-01T23:44:04.288Z Downloaded sha1 v0.11.0
9252026-07-01T23:44:04.288Z Downloaded serde_plain v1.0.2
9262026-07-01T23:44:04.288Z Downloaded sapling-renderdag v0.1.0
9272026-07-01T23:44:04.288Z Downloaded itertools v0.12.1
9282026-07-01T23:44:04.288Z Downloaded sha1 v0.10.6
9292026-07-01T23:44:04.288Z Downloaded serde_urlencoded v0.7.1
9302026-07-01T23:44:04.288Z Downloaded rustls-pki-types v1.14.0
9312026-07-01T23:44:04.289Z Downloaded serde-big-array v0.5.1
9322026-07-01T23:44:04.289Z Downloaded hkdf v0.12.4
9332026-07-01T23:44:04.289Z Downloaded same-file v1.0.6
9342026-07-01T23:44:04.289Z Downloaded chrono v0.4.44
9352026-07-01T23:44:04.289Z Downloaded iri-string v0.7.10
9362026-07-01T23:44:04.289Z Downloaded sec1 v0.8.1
9372026-07-01T23:44:04.289Z Downloaded scroll v0.13.0
9382026-07-01T23:44:04.289Z Downloaded prefix-trie v0.7.0
9392026-07-01T23:44:04.289Z Downloaded progenitor-impl v0.13.0
9402026-07-01T23:44:04.289Z Downloaded openssl-sys v0.9.115
9412026-07-01T23:44:04.289Z Downloaded signal-hook-mio v0.2.5
9422026-07-01T23:44:04.289Z Downloaded scrypt v0.12.0
9432026-07-01T23:44:04.289Z Downloaded scopeguard v1.2.0
9442026-07-01T23:44:04.289Z Downloaded hashbrown v0.15.5
9452026-07-01T23:44:04.289Z Downloaded mio v1.2.0
9462026-07-01T23:44:04.289Z Downloaded sec1 v0.7.3
9472026-07-01T23:44:04.289Z Downloaded parse-size v1.1.0
9482026-07-01T23:44:04.289Z Downloaded openssl-macros v0.1.1
9492026-07-01T23:44:04.289Z Downloaded p256 v0.14.0-rc.10
9502026-07-01T23:44:04.289Z Downloaded h2 v0.4.15
9512026-07-01T23:44:04.289Z Downloaded serde_path_to_error v0.1.20
9522026-07-01T23:44:04.289Z Downloaded quinn-udp v0.5.14
9532026-07-01T23:44:04.289Z Downloaded signal-hook-tokio v0.3.1
9542026-07-01T23:44:04.289Z Downloaded oxnet v0.1.6
9552026-07-01T23:44:04.289Z Downloaded signature v3.0.0
9562026-07-01T23:44:04.289Z Downloaded siphasher v1.0.2
9572026-07-01T23:44:04.289Z Downloaded slog-envlogger v2.2.0
9582026-07-01T23:44:04.289Z Downloaded serde_with_macros v1.5.2
9592026-07-01T23:44:04.289Z Downloaded rcgen v0.12.1
9602026-07-01T23:44:04.289Z Downloaded slog-bunyan v2.5.0
9612026-07-01T23:44:04.289Z Downloaded sigpipe v0.1.3
9622026-07-01T23:44:04.289Z Downloaded quinn v0.11.9
9632026-07-01T23:44:04.289Z Downloaded itertools v0.13.0
9642026-07-01T23:44:04.289Z Downloaded rusty-fork v0.3.1
9652026-07-01T23:44:04.289Z Downloaded serde_derive_internals v0.29.1
9662026-07-01T23:44:04.290Z Downloaded shlex v1.3.0
9672026-07-01T23:44:04.290Z Downloaded bindgen v0.71.1
9682026-07-01T23:44:04.290Z Downloaded phf_shared v0.12.1
9692026-07-01T23:44:04.290Z Downloaded seq-macro v0.3.6
9702026-07-01T23:44:04.290Z Downloaded sqlparser_derive v0.5.0
9712026-07-01T23:44:04.290Z Downloaded signal-hook-registry v1.4.8
9722026-07-01T23:44:04.290Z Downloaded pem v3.0.6
9732026-07-01T23:44:04.290Z Downloaded password-hash v0.5.0
9742026-07-01T23:44:04.290Z Downloaded hashbrown v0.16.1
9752026-07-01T23:44:04.290Z Downloaded num-bigint v0.4.6
9762026-07-01T23:44:04.290Z Downloaded ryu v1.0.23
9772026-07-01T23:44:04.290Z Downloaded powerfmt v0.2.0
9782026-07-01T23:44:04.290Z Downloaded shell-words v1.1.1
9792026-07-01T23:44:04.290Z Downloaded schemars_derive v0.8.22
9802026-07-01T23:44:04.290Z Downloaded itertools v0.10.5
9812026-07-01T23:44:04.290Z Downloaded stable_deref_trait v1.2.1
9822026-07-01T23:44:04.290Z Downloaded simd-adler32 v0.3.8
9832026-07-01T23:44:04.290Z Downloaded proc-macro-crate v1.3.1
9842026-07-01T23:44:04.290Z Downloaded serde_with_macros v3.17.0
9852026-07-01T23:44:04.290Z Downloaded slog-scope v4.4.1
9862026-07-01T23:44:04.290Z Downloaded sha2 v0.11.0
9872026-07-01T23:44:04.290Z Downloaded icu_properties_data v2.1.2
9882026-07-01T23:44:04.290Z Downloaded structmeta-derive v0.3.0
9892026-07-01T23:44:04.290Z Downloaded phf_shared v0.13.1
9902026-07-01T23:44:04.290Z Downloaded structmeta v0.3.0
9912026-07-01T23:44:04.290Z Downloaded strsim v0.10.0
9922026-07-01T23:44:04.290Z Downloaded strip-ansi-escapes v0.2.1
9932026-07-01T23:44:04.290Z Downloaded serde_cbor v0.11.2
9942026-07-01T23:44:04.290Z Downloaded libxml v0.3.3
9952026-07-01T23:44:04.290Z Downloaded slog-term v2.9.2
9962026-07-01T23:44:04.290Z Downloaded slog-stdlog v4.1.1
9972026-07-01T23:44:04.335Z Downloaded sync_wrapper v1.0.2
9982026-07-01T23:44:04.335Z Downloaded sync-ptr v0.1.4
9992026-07-01T23:44:04.335Z Downloaded smallvec v0.6.14
10002026-07-01T23:44:04.335Z Downloaded tabled_derive v0.11.0
10012026-07-01T23:44:04.335Z Downloaded proc-macro-error-attr2 v2.0.0
10022026-07-01T23:44:04.335Z Downloaded slog-json v2.6.1
10032026-07-01T23:44:04.335Z Downloaded rustls-platform-verifier v0.6.2
10042026-07-01T23:44:04.335Z Downloaded prettyplease v0.2.37
10052026-07-01T23:44:04.335Z Downloaded slog-dtrace v0.3.0
10062026-07-01T23:44:04.335Z Downloaded parking_lot_core v0.8.6
10072026-07-01T23:44:04.335Z Downloaded slab v0.4.12
10082026-07-01T23:44:04.335Z Downloaded signature v2.2.0
10092026-07-01T23:44:04.335Z Downloaded tap v1.0.1
10102026-07-01T23:44:04.335Z Downloaded ref-cast-impl v1.0.25
10112026-07-01T23:44:04.335Z Downloaded tabwriter v1.4.1
10122026-07-01T23:44:04.335Z Downloaded smf v0.2.3
10132026-07-01T23:44:04.336Z Downloaded serdect v0.4.3
10142026-07-01T23:44:04.336Z Downloaded recursive v0.1.1
10152026-07-01T23:44:04.336Z Downloaded salsa20 v0.11.0
10162026-07-01T23:44:04.336Z Downloaded nom v7.1.3
10172026-07-01T23:44:04.336Z Downloaded spki v0.8.0
10182026-07-01T23:44:04.336Z Downloaded pkcs8 v0.10.2
10192026-07-01T23:44:04.336Z Downloaded qorb v0.4.1
10202026-07-01T23:44:04.336Z Downloaded bitvec v1.0.1
10212026-07-01T23:44:04.336Z Downloaded take_mut v0.2.2
10222026-07-01T23:44:04.336Z Downloaded tagptr v0.2.0
10232026-07-01T23:44:04.336Z Downloaded supports-color v3.0.2
10242026-07-01T23:44:04.336Z Downloaded thiserror-impl-no-std v2.0.2
10252026-07-01T23:44:04.336Z Downloaded testing_table v0.3.0
10262026-07-01T23:44:04.336Z Downloaded stringprep v0.1.5
10272026-07-01T23:44:04.336Z Downloaded ssh-encoding v0.3.0-rc.9
10282026-07-01T23:44:04.336Z Downloaded spki v0.7.3
10292026-07-01T23:44:04.336Z Downloaded schemars v0.8.22
10302026-07-01T23:44:04.336Z Downloaded ssh-cipher v0.3.0-rc.9
10312026-07-01T23:44:04.336Z Downloaded publicsuffix v2.3.0
10322026-07-01T23:44:04.336Z Downloaded string_cache v0.8.9
10332026-07-01T23:44:04.336Z Downloaded pkcs1 v0.8.0-rc.4
10342026-07-01T23:44:04.336Z Downloaded thread-id v5.1.0
10352026-07-01T23:44:04.336Z Downloaded tinyvec_macros v0.1.1
10362026-07-01T23:44:04.336Z Downloaded rand_core v0.10.0
10372026-07-01T23:44:04.336Z Downloaded rustls-webpki v0.103.9
10382026-07-01T23:44:04.336Z Downloaded idna v1.1.0
10392026-07-01T23:44:04.336Z Downloaded subtle v2.6.1
10402026-07-01T23:44:04.336Z Downloaded libm v0.2.16
10412026-07-01T23:44:04.336Z Downloaded rsa v0.9.10
10422026-07-01T23:44:04.336Z Downloaded static_assertions v1.1.0
10432026-07-01T23:44:04.336Z Downloaded sqlformat v0.3.5
10442026-07-01T23:44:04.336Z Downloaded secrecy v0.8.0
10452026-07-01T23:44:04.336Z Downloaded progenitor-macro v0.14.0
10462026-07-01T23:44:04.336Z Downloaded synstructure v0.13.2
10472026-07-01T23:44:04.336Z Downloaded snafu-derive v0.8.9
10482026-07-01T23:44:04.336Z Downloaded strum_macros v0.26.4
10492026-07-01T23:44:04.336Z Downloaded strum_macros v0.27.2
10502026-07-01T23:44:04.337Z Downloaded strum v0.27.2
10512026-07-01T23:44:04.337Z Downloaded strum_macros v0.24.3
10522026-07-01T23:44:04.337Z Downloaded smallvec v1.15.1
10532026-07-01T23:44:04.337Z Downloaded strum v0.26.3
10542026-07-01T23:44:04.337Z Downloaded pkcs8 v0.11.0
10552026-07-01T23:44:04.337Z Downloaded nom v8.0.0
10562026-07-01T23:44:04.337Z Downloaded spin v0.9.8
10572026-07-01T23:44:04.337Z Downloaded hkdf v0.13.0
10582026-07-01T23:44:04.337Z Downloaded termtree v0.5.1
10592026-07-01T23:44:04.337Z Downloaded num-bigint-dig v0.8.6
10602026-07-01T23:44:04.337Z Downloaded time-core v0.1.8
10612026-07-01T23:44:04.337Z Downloaded tokio-macros v2.7.0
10622026-07-01T23:44:04.337Z Downloaded tower-service v0.3.3
10632026-07-01T23:44:04.337Z Downloaded topological-sort v0.2.2
10642026-07-01T23:44:04.337Z Downloaded signal-hook v0.3.18
10652026-07-01T23:44:04.337Z Downloaded try-lock v0.2.5
10662026-07-01T23:44:04.337Z Downloaded typify-macro v0.6.2
10672026-07-01T23:44:04.337Z Downloaded thread_local v1.1.9
10682026-07-01T23:44:04.337Z Downloaded trait-variant v0.1.2
10692026-07-01T23:44:04.337Z Downloaded itertools v0.14.0
10702026-07-01T23:44:04.337Z Downloaded tokio-test v0.4.5
10712026-07-01T23:44:04.337Z Downloaded termios v0.3.3
10722026-07-01T23:44:04.337Z Downloaded similar v2.7.0
10732026-07-01T23:44:04.337Z Downloaded tiny-keccak v2.0.2
10742026-07-01T23:44:04.337Z Downloaded time-macros v0.2.27
10752026-07-01T23:44:04.337Z Downloaded thiserror-no-std v2.0.2
10762026-07-01T23:44:04.337Z Downloaded rand v0.9.2
10772026-07-01T23:44:04.337Z Downloaded tinystr v0.8.2
10782026-07-01T23:44:04.337Z Downloaded stacker v0.1.23
10792026-07-01T23:44:04.337Z Downloaded tokio-dtrace v0.1.1
10802026-07-01T23:44:04.337Z Downloaded tls_codec_derive v0.4.2
10812026-07-01T23:44:04.337Z Downloaded slog-async v2.8.0
10822026-07-01T23:44:04.337Z Downloaded serde-hex v0.1.0
10832026-07-01T23:44:04.337Z Downloaded rsa v0.10.0-rc.18
10842026-07-01T23:44:04.338Z Downloaded tower-layer v0.3.3
10852026-07-01T23:44:04.338Z Downloaded r2d2 v0.8.10
10862026-07-01T23:44:04.338Z Downloaded usdt v0.6.0
10872026-07-01T23:44:04.338Z Downloaded slog v2.8.2
10882026-07-01T23:44:04.338Z Downloaded rand v0.8.6
10892026-07-01T23:44:04.338Z Downloaded ron v0.8.1
10902026-07-01T23:44:04.338Z Downloaded schemars v0.9.0
10912026-07-01T23:44:04.338Z Downloaded void v1.0.2
10922026-07-01T23:44:04.338Z Downloaded wait-timeout v0.2.1
10932026-07-01T23:44:04.338Z Downloaded usdt-macro v0.6.0
10942026-07-01T23:44:04.338Z Downloaded utf8_iter v1.0.4
10952026-07-01T23:44:04.338Z Downloaded utf-8 v0.7.6
10962026-07-01T23:44:04.338Z Downloaded socket2 v0.6.3
10972026-07-01T23:44:04.351Z Downloaded socket2 v0.5.10
10982026-07-01T23:44:04.351Z Downloaded unarray v0.1.4
10992026-07-01T23:44:04.351Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11002026-07-01T23:44:04.351Z Downloaded tokio-tungstenite v0.23.1
11012026-07-01T23:44:04.351Z Downloaded untrusted v0.7.1
11022026-07-01T23:44:04.351Z Downloaded unicode-truncate v1.1.0
11032026-07-01T23:44:04.351Z Downloaded tokio-tungstenite v0.21.0
11042026-07-01T23:44:04.351Z Downloaded universal-hash v0.5.1
11052026-07-01T23:44:04.351Z Downloaded toml_writer v1.1.1+spec-1.1.0
11062026-07-01T23:44:04.351Z Downloaded want v0.3.1
11072026-07-01T23:44:04.351Z Downloaded untrusted v0.9.0
11082026-07-01T23:44:04.352Z Downloaded unit-prefix v0.5.2
11092026-07-01T23:44:04.352Z Downloaded tokio-native-tls v0.3.1
11102026-07-01T23:44:04.352Z Downloaded tui-tree-widget v0.23.1
11112026-07-01T23:44:04.352Z Downloaded p521 v0.14.0-rc.10
11122026-07-01T23:44:04.352Z Downloaded usdt-attr-macro v0.6.0
11132026-07-01T23:44:04.352Z Downloaded xattr v1.6.1
11142026-07-01T23:44:04.373Z Downloaded waitgroup v0.1.2
11152026-07-01T23:44:04.373Z Downloaded futures-util v0.3.32
11162026-07-01T23:44:04.373Z Downloaded progenitor-impl v0.14.0
11172026-07-01T23:44:04.373Z Downloaded unicode-xid v0.2.6
11182026-07-01T23:44:04.373Z Downloaded unicase v2.9.0
11192026-07-01T23:44:04.373Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11202026-07-01T23:44:04.784Z Downloaded support-bundle-viewer v0.1.2
11212026-07-01T23:44:04.784Z Downloaded yoke-derive v0.8.1
11222026-07-01T23:44:04.784Z Downloaded xshell-macros v0.2.7
11232026-07-01T23:44:04.784Z Downloaded vergen-git2 v9.1.0
11242026-07-01T23:44:04.784Z Downloaded term v1.2.1
11252026-07-01T23:44:04.784Z Downloaded zeroize_derive v1.4.3
11262026-07-01T23:44:04.784Z Downloaded zerofrom-derive v0.1.6
11272026-07-01T23:44:04.784Z Downloaded pretty_assertions v1.4.1
11282026-07-01T23:44:04.784Z Downloaded tls_codec v0.4.2
11292026-07-01T23:44:04.787Z Downloaded subprocess v0.2.15
11302026-07-01T23:44:04.787Z Downloaded zone_cfg_derive v0.3.1
11312026-07-01T23:44:04.787Z Downloaded term v0.7.0
11322026-07-01T23:44:04.787Z Downloaded zone v0.3.1
11332026-07-01T23:44:04.787Z Downloaded zerofrom v0.1.6
11342026-07-01T23:44:04.787Z Downloaded git2 v0.20.4
11352026-07-01T23:44:04.787Z Downloaded vergen-lib v0.1.6
11362026-07-01T23:44:04.787Z Downloaded iddqd v0.4.2
11372026-07-01T23:44:04.787Z Downloaded uzers v0.12.2
11382026-07-01T23:44:04.787Z Downloaded serde_yaml v0.9.34+deprecated
11392026-07-01T23:44:04.787Z Downloaded universal-hash v0.6.1
11402026-07-01T23:44:04.787Z Downloaded tracing-attributes v0.1.31
11412026-07-01T23:44:04.787Z Downloaded whoami v1.6.1
11422026-07-01T23:44:04.788Z Downloaded vergen-lib v9.1.0
11432026-07-01T23:44:04.788Z Downloaded twox-hash v2.1.2
11442026-07-01T23:44:04.788Z Downloaded vsss-rs v3.3.4
11452026-07-01T23:44:04.788Z Downloaded usdt-impl v0.6.0
11462026-07-01T23:44:04.788Z Downloaded test-strategy v0.4.5
11472026-07-01T23:44:04.788Z Downloaded whoami v2.1.0
11482026-07-01T23:44:04.788Z Downloaded unicode-properties v0.1.4
11492026-07-01T23:44:04.788Z Downloaded writeable v0.6.2
11502026-07-01T23:44:04.788Z Downloaded tokio-rustls v0.26.4
11512026-07-01T23:44:04.788Z Downloaded walkdir v2.5.0
11522026-07-01T23:44:04.788Z Downloaded crypto-bigint v0.7.5
11532026-07-01T23:44:04.788Z Downloaded toml_parser v1.1.2+spec-1.1.0
11542026-07-01T23:44:04.788Z Downloaded schemars v1.2.1
11552026-07-01T23:44:04.788Z Downloaded yoke v0.8.1
11562026-07-01T23:44:04.788Z Downloaded tar v0.4.45
11572026-07-01T23:44:04.788Z Downloaded bstr v1.12.1
11582026-07-01T23:44:04.788Z Downloaded xshell v0.2.7
11592026-07-01T23:44:04.788Z Downloaded wyz v0.5.1
11602026-07-01T23:44:04.788Z Downloaded vergen v9.1.0
11612026-07-01T23:44:04.788Z Downloaded rayon-core v1.13.0
11622026-07-01T23:44:04.788Z Downloaded zerovec-derive v0.11.2
11632026-07-01T23:44:04.788Z Downloaded snafu v0.8.9
11642026-07-01T23:44:04.788Z Downloaded vergen-gitcl v1.0.8
11652026-07-01T23:44:04.788Z Downloaded zstd-safe v7.2.4
11662026-07-01T23:44:04.788Z Downloaded tokio-stream v0.1.18
11672026-07-01T23:44:04.788Z Downloaded tracing-core v0.1.36
11682026-07-01T23:44:04.788Z Downloaded tinyvec v1.10.0
11692026-07-01T23:44:04.789Z Downloaded toml v0.7.8
11702026-07-01T23:44:04.789Z Downloaded unicode-bidi v0.3.18
11712026-07-01T23:44:04.789Z Downloaded yasna v0.5.2
11722026-07-01T23:44:04.789Z Downloaded rustyline v14.0.0
11732026-07-01T23:44:04.789Z Downloaded serde_with v1.14.0
11742026-07-01T23:44:04.789Z Downloaded zerocopy v0.6.6
11752026-07-01T23:44:04.789Z Downloaded toml v1.1.2+spec-1.1.0
11762026-07-01T23:44:04.789Z Downloaded zstd v0.13.3
11772026-07-01T23:44:04.789Z Downloaded zeroize v1.8.2
11782026-07-01T23:44:04.789Z Downloaded p384 v0.13.1
11792026-07-01T23:44:04.789Z Downloaded toml_edit v0.23.10+spec-1.0.0
11802026-07-01T23:44:04.789Z Downloaded rpassword v7.4.0
11812026-07-01T23:44:04.789Z Downloaded steno v0.4.1
11822026-07-01T23:44:04.789Z Downloaded typify v0.6.2
11832026-07-01T23:44:04.789Z Downloaded tungstenite v0.23.0
11842026-07-01T23:44:04.789Z Downloaded goblin v0.10.5
11852026-07-01T23:44:04.789Z Downloaded reedline v0.40.0
11862026-07-01T23:44:04.789Z Downloaded tungstenite v0.21.0
11872026-07-01T23:44:04.789Z Downloaded zopfli v0.8.3
11882026-07-01T23:44:04.789Z Downloaded samael v0.0.19
11892026-07-01T23:44:04.789Z Downloaded proptest v1.10.0
11902026-07-01T23:44:04.789Z Downloaded uuid v1.23.4
11912026-07-01T23:44:04.789Z Downloaded vte v0.14.1
11922026-07-01T23:44:04.789Z Downloaded toml_edit v0.19.15
11932026-07-01T23:44:04.789Z Downloaded rand v0.10.1
11942026-07-01T23:44:04.789Z Downloaded reqwest v0.12.28
11952026-07-01T23:44:04.789Z Downloaded lalrpop v0.19.12
11962026-07-01T23:44:04.789Z Downloaded rayon v1.11.0
11972026-07-01T23:44:04.789Z Downloaded zip v0.6.6
11982026-07-01T23:44:04.789Z Downloaded url v2.5.8
11992026-07-01T23:44:04.789Z Downloaded regex v1.12.3
12002026-07-01T23:44:04.789Z Downloaded unsafe-libyaml v0.2.11
12012026-07-01T23:44:04.790Z Downloaded yansi v1.0.1
12022026-07-01T23:44:04.790Z Downloaded unicode-segmentation v1.12.0
12032026-07-01T23:44:04.790Z Downloaded curve25519-dalek v4.1.3
12042026-07-01T23:44:04.790Z Downloaded quick-xml v0.37.5
12052026-07-01T23:44:04.790Z Downloaded tokio-postgres v0.7.16
12062026-07-01T23:44:04.790Z Downloaded salty v0.3.0
12072026-07-01T23:44:04.790Z Downloaded unicode_categories v0.1.1
12082026-07-01T23:44:04.790Z Downloaded x509-cert v0.2.5
12092026-07-01T23:44:04.790Z Downloaded zerotrie v0.2.3
12102026-07-01T23:44:04.790Z Downloaded serde_with v3.17.0
12112026-07-01T23:44:04.790Z Downloaded typed-path v0.9.3
12122026-07-01T23:44:04.790Z Downloaded ssh-key v0.7.0-rc.10
12132026-07-01T23:44:04.790Z Downloaded portable-atomic v1.13.1
12142026-07-01T23:44:04.790Z Downloaded zerocopy-derive v0.8.40
12152026-07-01T23:44:04.790Z Downloaded moka v0.12.13
12162026-07-01T23:44:04.790Z Downloaded tower v0.5.3
12172026-07-01T23:44:04.790Z Downloaded curve25519-dalek v5.0.0-rc.0
12182026-07-01T23:44:04.790Z Downloaded unicode-normalization v0.1.25
12192026-07-01T23:44:04.790Z Downloaded zip v4.6.1
12202026-07-01T23:44:04.798Z Downloaded petname v2.0.2
12212026-07-01T23:44:04.798Z Downloaded tower-http v0.6.8
12222026-07-01T23:44:04.803Z Downloaded reqwest v0.13.2
12232026-07-01T23:44:04.807Z Downloaded tough v0.22.0
12242026-07-01T23:44:04.811Z Downloaded zerovec v0.11.5
12252026-07-01T23:44:04.814Z Downloaded dropshot v0.17.1
12262026-07-01T23:44:04.823Z Downloaded tokio-util v0.7.18
12272026-07-01T23:44:04.831Z Downloaded radix_trie v0.2.1
12282026-07-01T23:44:04.836Z Downloaded winnow v0.6.26
12292026-07-01T23:44:04.847Z Downloaded nix v0.27.1
12302026-07-01T23:44:04.853Z Downloaded polar-core v0.27.3
12312026-07-01T23:44:04.858Z Downloaded russh v0.61.2
12322026-07-01T23:44:04.863Z Downloaded nix v0.28.0
12332026-07-01T23:44:04.890Z Downloaded object v0.30.4
12342026-07-01T23:44:04.896Z Downloaded winnow v0.5.40
12352026-07-01T23:44:04.901Z Downloaded openssl v0.10.79
12362026-07-01T23:44:04.910Z Downloaded hickory-proto v0.24.4
12372026-07-01T23:44:04.917Z Downloaded regex-syntax v0.6.29
12382026-07-01T23:44:04.925Z Downloaded smoltcp v0.9.1
12392026-07-01T23:44:04.930Z Downloaded winnow v1.0.3
12402026-07-01T23:44:04.935Z Downloaded quinn-proto v0.11.13
12412026-07-01T23:44:04.939Z Downloaded nix v0.31.2
12422026-07-01T23:44:04.946Z Downloaded tabled v0.20.0
12432026-07-01T23:44:04.956Z Downloaded zlib-rs v0.6.2
12442026-07-01T23:44:04.961Z Downloaded object v0.37.3
12452026-07-01T23:44:04.972Z Downloaded diesel v2.3.7
12462026-07-01T23:44:04.981Z Downloaded vcpkg v0.2.15
12472026-07-01T23:44:05.005Z Downloaded time v0.3.47
12482026-07-01T23:44:05.008Z Downloaded regress v0.11.1
12492026-07-01T23:44:05.018Z Downloaded openapiv3 v2.2.0
12502026-07-01T23:44:05.021Z Downloaded smoltcp v0.11.0
12512026-07-01T23:44:05.028Z Downloaded regress v0.10.5
12522026-07-01T23:44:05.071Z Downloaded hickory-proto v0.25.2
12532026-07-01T23:44:05.101Z Downloaded zerocopy v0.8.40
12542026-07-01T23:44:05.101Z Downloaded rustls v0.23.41
12552026-07-01T23:44:05.101Z Downloaded regex-syntax v0.8.10
12562026-07-01T23:44:05.110Z Downloaded fiat-crypto v0.3.0
12572026-07-01T23:44:05.117Z Downloaded sqlparser v0.61.0
12582026-07-01T23:44:05.148Z Downloaded bzip2-sys v0.1.13+1.0.8
12592026-07-01T23:44:05.155Z Downloaded rustix v0.38.44
12602026-07-01T23:44:05.166Z Downloaded sha3 v0.11.0
12612026-07-01T23:44:05.190Z Downloaded zerocopy-derive v0.6.6
12622026-07-01T23:44:05.215Z Downloaded ratatui v0.29.0
12632026-07-01T23:44:05.223Z Downloaded sled v0.34.7
12642026-07-01T23:44:05.634Z Downloaded petgraph v0.6.5
12652026-07-01T23:44:05.638Z Downloaded typify-impl v0.6.2
12662026-07-01T23:44:05.638Z Downloaded tracing v0.1.44
12672026-07-01T23:44:05.638Z Downloaded csv v1.4.0
12682026-07-01T23:44:05.638Z Downloaded chrono-tz v0.10.4
12692026-07-01T23:44:05.638Z Downloaded sha3 v0.10.8
12702026-07-01T23:44:05.638Z Downloaded libz-sys v1.1.24
12712026-07-01T23:44:05.638Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12722026-07-01T23:44:05.638Z Downloaded jiff v0.2.21
12732026-07-01T23:44:05.638Z Downloaded regex-automata v0.4.14
12742026-07-01T23:44:05.638Z Downloaded ring v0.17.14
12752026-07-01T23:44:05.638Z Downloaded petgraph v0.8.3
12762026-07-01T23:44:05.638Z Downloaded tokio v1.52.1
12772026-07-01T23:44:05.638Z Downloaded encoding_rs v0.8.35
12782026-07-01T23:44:05.638Z Downloaded libgit2-sys v0.18.3+1.9.2
12792026-07-01T23:44:06.245Z Downloaded aws-lc-sys v0.40.0
12802026-07-01T23:44:06.483Z Compiling libc v0.2.185
12812026-07-01T23:44:06.483Z Compiling serde_core v1.0.228
12822026-07-01T23:44:06.483Z Compiling serde v1.0.228
12832026-07-01T23:44:06.486Z Compiling log v0.4.29
12842026-07-01T23:44:06.486Z Compiling smallvec v1.15.1
12852026-07-01T23:44:06.486Z Compiling find-msvc-tools v0.1.9
12862026-07-01T23:44:06.486Z Compiling shlex v1.3.0
12872026-07-01T23:44:06.486Z Compiling subtle v2.6.1
12882026-07-01T23:44:06.486Z Compiling scopeguard v1.2.0
12892026-07-01T23:44:06.704Z Compiling stable_deref_trait v1.2.1
12902026-07-01T23:44:06.704Z Compiling typenum v1.20.1
12912026-07-01T23:44:06.707Z Compiling serde_json v1.0.150
12922026-07-01T23:44:06.741Z Compiling zerocopy v0.8.40
12932026-07-01T23:44:06.753Z Compiling syn v2.0.117
12942026-07-01T23:44:06.756Z Compiling portable-atomic v1.13.1
12952026-07-01T23:44:06.756Z Compiling parking_lot_core v0.9.12
12962026-07-01T23:44:06.797Z Compiling lock_api v0.4.14
12972026-07-01T23:44:06.810Z Compiling pin-project-lite v0.2.17
12982026-07-01T23:44:06.855Z Compiling pkg-config v0.3.32
12992026-07-01T23:44:06.870Z Compiling critical-section v1.2.0
13002026-07-01T23:44:06.885Z Compiling libm v0.2.16
13012026-07-01T23:44:06.888Z Compiling futures-core v0.3.32
13022026-07-01T23:44:06.919Z Compiling getrandom v0.4.1
13032026-07-01T23:44:06.957Z Compiling num-traits v0.2.19
13042026-07-01T23:44:07.001Z Compiling generic-array v0.14.7
13052026-07-01T23:44:07.434Z Compiling const-oid v0.9.6
13062026-07-01T23:44:07.437Z Compiling rand_core v0.10.0
13072026-07-01T23:44:07.437Z Compiling writeable v0.6.2
13082026-07-01T23:44:07.437Z Compiling percent-encoding v2.3.2
13092026-07-01T23:44:07.437Z Compiling litemap v0.8.1
13102026-07-01T23:44:07.437Z Compiling icu_properties_data v2.1.2
13112026-07-01T23:44:07.437Z Compiling icu_normalizer_data v2.1.1
13122026-07-01T23:44:07.437Z Compiling futures-sink v0.3.32
13132026-07-01T23:44:07.437Z Compiling futures-task v0.3.32
13142026-07-01T23:44:07.437Z Compiling futures-io v0.3.32
13152026-07-01T23:44:07.437Z Compiling slab v0.4.12
13162026-07-01T23:44:07.437Z Compiling futures-channel v0.3.32
13172026-07-01T23:44:07.437Z Compiling getrandom v0.3.4
13182026-07-01T23:44:07.437Z Compiling rustversion v1.0.22
13192026-07-01T23:44:07.457Z Compiling utf8_iter v1.0.4
13202026-07-01T23:44:07.904Z Compiling form_urlencoded v1.2.2
13212026-07-01T23:44:08.314Z Compiling fs_extra v1.3.0
13222026-07-01T23:44:08.314Z Compiling ident_case v1.0.1
13232026-07-01T23:44:08.314Z Compiling jobserver v0.1.34
13242026-07-01T23:44:08.314Z Compiling errno v0.3.14
13252026-07-01T23:44:08.314Z Compiling getrandom v0.2.17
13262026-07-01T23:44:08.314Z Compiling mio v1.2.0
13272026-07-01T23:44:08.314Z Compiling socket2 v0.6.3
13282026-07-01T23:44:08.314Z Compiling dunce v1.0.5
13292026-07-01T23:44:08.314Z Compiling rand_core v0.6.4
13302026-07-01T23:44:08.314Z Compiling cc v1.2.56
13312026-07-01T23:44:08.314Z Compiling once_cell v1.21.3
13322026-07-01T23:44:08.314Z Compiling signal-hook-registry v1.4.8
13332026-07-01T23:44:08.314Z Compiling parking_lot v0.12.5
13342026-07-01T23:44:08.317Z Compiling rustix v1.1.3
13352026-07-01T23:44:08.317Z Compiling iana-time-zone v0.1.65
13362026-07-01T23:44:08.317Z Compiling regex-syntax v0.8.10
13372026-07-01T23:44:08.317Z Compiling base64ct v1.8.3
13382026-07-01T23:44:08.317Z Compiling vcpkg v0.2.15
13392026-07-01T23:44:08.317Z Compiling tracing-core v0.1.36
13402026-07-01T23:44:08.317Z Compiling flagset v0.4.7
13412026-07-01T23:44:08.317Z Compiling base64 v0.22.1
13422026-07-01T23:44:08.317Z Compiling aws-lc-rs v1.16.3
13432026-07-01T23:44:08.344Z Compiling pem-rfc7468 v0.7.0
13442026-07-01T23:44:08.395Z Compiling httparse v1.10.1
13452026-07-01T23:44:08.428Z Compiling openssl-probe v0.2.1
13462026-07-01T23:44:08.531Z Compiling rand_core v0.9.5
13472026-07-01T23:44:08.545Z Compiling cmov v0.5.4
13482026-07-01T23:44:08.603Z Compiling tinyvec_macros v0.1.1
13492026-07-01T23:44:08.618Z Compiling aho-corasick v1.1.4
13502026-07-01T23:44:08.637Z Compiling dyn-clone v1.0.20
13512026-07-01T23:44:09.055Z Compiling tower-service v0.3.3
13522026-07-01T23:44:09.058Z Compiling cmake v0.1.57
13532026-07-01T23:44:09.058Z Compiling tinyvec v1.10.0
13542026-07-01T23:44:09.058Z Compiling atomic-waker v1.1.2
13552026-07-01T23:44:09.058Z Compiling ctutils v0.4.2
13562026-07-01T23:44:09.058Z Compiling try-lock v0.2.5
13572026-07-01T23:44:09.058Z Compiling tower-layer v0.3.3
13582026-07-01T23:44:09.058Z Compiling schemars v0.8.22
13592026-07-01T23:44:09.058Z Compiling untrusted v0.7.1
13602026-07-01T23:44:09.058Z Compiling openssl v0.10.79
13612026-07-01T23:44:09.058Z Compiling untrusted v0.9.0
13622026-07-01T23:44:09.058Z Compiling bitflags v2.11.0
13632026-07-01T23:44:09.058Z Compiling semver v1.0.28
13642026-07-01T23:44:09.058Z Compiling indexmap v2.14.0
13652026-07-01T23:44:09.058Z Compiling uuid v1.23.4
13662026-07-01T23:44:09.058Z Compiling want v0.3.1
13672026-07-01T23:44:09.068Z Compiling rustls v0.23.41
13682026-07-01T23:44:09.083Z Compiling foreign-types-shared v0.1.1
13692026-07-01T23:44:09.128Z Compiling cpufeatures v0.2.17
13702026-07-01T23:44:09.142Z Compiling httpdate v1.0.3
13712026-07-01T23:44:09.170Z Compiling foreign-types v0.3.2
13722026-07-01T23:44:09.185Z Compiling rustc_version v0.4.1
13732026-07-01T23:44:09.199Z Compiling unicode-normalization v0.1.25
13742026-07-01T23:44:09.214Z Compiling spin v0.9.8
13752026-07-01T23:44:09.219Z Compiling powerfmt v0.2.0
13762026-07-01T23:44:09.251Z Compiling crc32fast v1.5.0
13772026-07-01T23:44:09.282Z Compiling native-tls v0.2.18
13782026-07-01T23:44:09.311Z Compiling num-conv v0.2.0
13792026-07-01T23:44:09.386Z Compiling time-core v0.1.8
13802026-07-01T23:44:09.441Z Compiling deranged v0.5.8
13812026-07-01T23:44:09.441Z Compiling wait-timeout v0.2.1
13822026-07-01T23:44:09.467Z Compiling sync_wrapper v1.0.2
13832026-07-01T23:44:09.939Z Compiling aws-lc-sys v0.40.0
13842026-07-01T23:44:09.953Z Compiling openssl-sys v0.9.115
13852026-07-01T23:44:09.953Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13862026-07-01T23:44:09.953Z Compiling regex-automata v0.4.14
13872026-07-01T23:44:09.954Z Compiling time-macros v0.2.27
13882026-07-01T23:44:09.954Z Compiling num_threads v0.1.7
13892026-07-01T23:44:09.954Z Compiling simd-adler32 v0.3.8
13902026-07-01T23:44:09.954Z Compiling crossbeam-utils v0.8.21
13912026-07-01T23:44:09.954Z Compiling synstructure v0.13.2
13922026-07-01T23:44:09.954Z Compiling pest_generator v2.8.6
13932026-07-01T23:44:09.954Z Compiling serde_derive_internals v0.29.1
13942026-07-01T23:44:09.954Z Compiling darling_core v0.20.11
13952026-07-01T23:44:10.030Z Compiling tempfile v3.25.0
13962026-07-01T23:44:10.071Z Compiling quick-error v1.2.3
13972026-07-01T23:44:10.232Z Compiling siphasher v1.0.2
13982026-07-01T23:44:10.290Z Compiling usdt-impl v0.6.0
13992026-07-01T23:44:10.346Z Compiling syn v1.0.109
14002026-07-01T23:44:10.411Z Compiling bit-vec v0.8.0
14012026-07-01T23:44:10.468Z Compiling rusty-fork v0.3.1
14022026-07-01T23:44:10.494Z Compiling darling_core v0.21.3
14032026-07-01T23:44:10.514Z Compiling heapless v0.7.17
14042026-07-01T23:44:10.542Z Compiling bzip2-sys v0.1.13+1.0.8
14052026-07-01T23:44:10.589Z Compiling rand_xorshift v0.4.0
14062026-07-01T23:44:10.674Z Compiling bit-set v0.8.0
14072026-07-01T23:44:10.689Z Compiling slog v2.8.2
14082026-07-01T23:44:10.721Z Compiling thread-id v5.1.0
14092026-07-01T23:44:10.737Z Compiling cookie v0.18.1
14102026-07-01T23:44:10.768Z Compiling time v0.3.47
14112026-07-01T23:44:10.781Z Compiling zstd-safe v7.2.4
14122026-07-01T23:44:11.214Z Compiling paste v1.0.15
14132026-07-01T23:44:11.218Z Compiling unicode-properties v0.1.4
14142026-07-01T23:44:11.219Z Compiling unarray v0.1.4
14152026-07-01T23:44:11.219Z Compiling allocator-api2 v0.2.21
14162026-07-01T23:44:11.219Z Compiling ryu v1.0.23
14172026-07-01T23:44:11.219Z Compiling signal-hook v0.3.18
14182026-07-01T23:44:11.219Z Compiling anyhow v1.0.102
14192026-07-01T23:44:11.219Z Compiling adler2 v2.0.1
14202026-07-01T23:44:11.219Z Compiling iri-string v0.7.10
14212026-07-01T23:44:11.219Z Compiling unicode-bidi v0.3.18
14222026-07-01T23:44:11.219Z Compiling miniz_oxide v0.8.9
14232026-07-01T23:44:11.219Z Compiling camino v1.2.2
14242026-07-01T23:44:11.222Z Compiling curve25519-dalek v4.1.3
14252026-07-01T23:44:11.443Z Compiling serde_derive v1.0.228
14262026-07-01T23:44:11.493Z Compiling zeroize_derive v1.4.3
14272026-07-01T23:44:11.588Z Compiling zerofrom-derive v0.1.6
14282026-07-01T23:44:11.603Z Compiling yoke-derive v0.8.1
14292026-07-01T23:44:11.642Z Compiling zerovec-derive v0.11.2
14302026-07-01T23:44:12.124Z Compiling zerocopy-derive v0.8.40
14312026-07-01T23:44:12.130Z Compiling displaydoc v0.2.5
14322026-07-01T23:44:12.130Z Compiling tokio-macros v2.7.0
14332026-07-01T23:44:12.177Z Compiling zeroize v1.8.2
14342026-07-01T23:44:12.326Z Compiling futures-macro v0.3.32
14352026-07-01T23:44:12.427Z Compiling thiserror-impl v2.0.18
14362026-07-01T23:44:12.944Z Compiling tracing-attributes v0.1.31
14372026-07-01T23:44:12.947Z Compiling der_derive v0.7.3
14382026-07-01T23:44:12.947Z Compiling rustls-pki-types v1.14.0
14392026-07-01T23:44:12.947Z Compiling hybrid-array v0.4.13
14402026-07-01T23:44:12.947Z Compiling pest_derive v2.8.6
14412026-07-01T23:44:13.404Z Compiling crypto-common v0.1.7
14422026-07-01T23:44:13.407Z Compiling zerofrom v0.1.6
14432026-07-01T23:44:13.407Z Compiling block-buffer v0.10.4
14442026-07-01T23:44:13.407Z Compiling schemars_derive v0.8.22
14452026-07-01T23:44:13.407Z Compiling scroll_derive v0.13.1
14462026-07-01T23:44:13.407Z Compiling yoke v0.8.1
14472026-07-01T23:44:13.407Z Compiling futures-util v0.3.32
14482026-07-01T23:44:13.407Z Compiling digest v0.10.7
14492026-07-01T23:44:13.407Z Compiling darling_macro v0.20.11
14502026-07-01T23:44:13.407Z Compiling zerovec v0.11.5
14512026-07-01T23:44:13.549Z Compiling zerotrie v0.2.3
14522026-07-01T23:44:13.588Z Compiling der v0.7.10
14532026-07-01T23:44:13.605Z Compiling openssl-macros v0.1.1
14542026-07-01T23:44:13.745Z Compiling hmac v0.12.1
14552026-07-01T23:44:13.858Z Compiling thiserror v2.0.18
14562026-07-01T23:44:13.875Z Compiling tinystr v0.8.2
14572026-07-01T23:44:13.875Z Compiling potential_utf v0.1.4
14582026-07-01T23:44:13.921Z Compiling darling v0.20.11
14592026-07-01T23:44:13.939Z Compiling tracing v0.1.44
14602026-07-01T23:44:13.954Z Compiling sha2 v0.10.9
14612026-07-01T23:44:13.978Z Compiling dtrace-parser v0.3.0
14622026-07-01T23:44:14.014Z Compiling icu_collections v2.1.1
14632026-07-01T23:44:14.040Z Compiling icu_locale_core v2.1.1
14642026-07-01T23:44:14.069Z Compiling scroll v0.13.0
14652026-07-01T23:44:14.097Z Compiling derive_builder_core v0.20.2
14662026-07-01T23:44:14.232Z Compiling scroll_derive v0.12.1
14672026-07-01T23:44:14.357Z Compiling goblin v0.10.5
14682026-07-01T23:44:14.487Z Compiling spki v0.7.3
14692026-07-01T23:44:14.515Z Compiling thiserror-impl v1.0.69
14702026-07-01T23:44:14.711Z Compiling icu_provider v2.1.1
14712026-07-01T23:44:14.749Z Compiling pkcs8 v0.10.2
14722026-07-01T23:44:14.851Z Compiling block-padding v0.4.2
14732026-07-01T23:44:14.946Z Compiling bytes v1.11.1
14742026-07-01T23:44:14.961Z Compiling icu_normalizer v2.1.1
14752026-07-01T23:44:14.976Z Compiling icu_properties v2.1.2
14762026-07-01T23:44:15.006Z Compiling chrono v0.4.44
14772026-07-01T23:44:15.424Z Compiling ipnet v2.11.0
14782026-07-01T23:44:15.836Z Compiling derive_builder_macro v0.20.2
14792026-07-01T23:44:15.836Z Compiling scroll v0.12.0
14802026-07-01T23:44:15.836Z Compiling erased-serde v0.3.31
14812026-07-01T23:44:15.836Z Compiling serde_spanned v0.6.9
14822026-07-01T23:44:15.836Z Compiling toml_datetime v0.6.11
14832026-07-01T23:44:15.839Z Compiling tokio v1.52.1
14842026-07-01T23:44:15.839Z Compiling http v1.4.2
14852026-07-01T23:44:15.839Z Compiling serde_urlencoded v0.7.1
14862026-07-01T23:44:15.840Z Compiling serde_tokenstream v0.2.3
14872026-07-01T23:44:15.840Z Compiling crypto-common v0.2.2
14882026-07-01T23:44:15.840Z Compiling block-buffer v0.12.1
14892026-07-01T23:44:15.840Z Compiling signature v2.2.0
14902026-07-01T23:44:15.840Z Compiling md-5 v0.10.6
14912026-07-01T23:44:15.846Z Compiling darling_macro v0.21.3
14922026-07-01T23:44:15.862Z Compiling rustls-native-certs v0.8.3
14932026-07-01T23:44:15.874Z Compiling bstr v1.12.1
14942026-07-01T23:44:15.877Z Compiling thiserror v1.0.69
14952026-07-01T23:44:15.903Z Compiling idna_adapter v1.2.1
14962026-07-01T23:44:15.981Z Compiling pin-project-internal v1.1.11
14972026-07-01T23:44:16.000Z Compiling async-trait v0.1.89
14982026-07-01T23:44:16.066Z Compiling idna v1.1.0
14992026-07-01T23:44:16.164Z Compiling zerocopy-derive v0.7.35
15002026-07-01T23:44:16.176Z Compiling stringprep v0.1.5
15012026-07-01T23:44:16.813Z Compiling ppv-lite86 v0.2.21
15022026-07-01T23:44:17.225Z Compiling url v2.5.8
15032026-07-01T23:44:17.225Z Compiling http-body v1.0.1
15042026-07-01T23:44:17.225Z Compiling num-integer v0.1.46
15052026-07-01T23:44:17.225Z Compiling http-body-util v0.1.3
15062026-07-01T23:44:17.225Z Compiling vergen-lib v9.1.0
15072026-07-01T23:44:17.225Z Compiling rand_chacha v0.9.0
15082026-07-01T23:44:17.225Z Compiling rand_chacha v0.3.1
15092026-07-01T23:44:17.290Z Compiling hash32 v0.2.1
15102026-07-01T23:44:17.290Z Compiling memoffset v0.9.1
15112026-07-01T23:44:17.290Z Compiling encoding_rs v0.8.35
15122026-07-01T23:44:17.290Z Compiling psl-types v2.0.11
15132026-07-01T23:44:17.290Z Compiling rand v0.9.2
15142026-07-01T23:44:17.290Z Compiling smoltcp v0.9.1
15152026-07-01T23:44:17.290Z Compiling rustix v0.38.44
15162026-07-01T23:44:17.290Z Compiling litrs v1.0.0
15172026-07-01T23:44:17.290Z Compiling zlib-rs v0.6.2
15182026-07-01T23:44:17.290Z Compiling dof v0.4.0
15192026-07-01T23:44:17.297Z Compiling ref-cast v1.0.25
15202026-07-01T23:44:17.755Z Compiling fallible-iterator v0.2.0
15212026-07-01T23:44:17.758Z Compiling mime v0.3.17
15222026-07-01T23:44:17.758Z Compiling num-bigint-dig v0.8.6
15232026-07-01T23:44:17.758Z Compiling cfg_aliases v0.2.1
15242026-07-01T23:44:17.758Z Compiling nix v0.31.2
15252026-07-01T23:44:17.758Z Compiling pin-project v1.1.11
15262026-07-01T23:44:17.758Z Compiling proptest v1.10.0
15272026-07-01T23:44:17.758Z Compiling document-features v0.2.12
15282026-07-01T23:44:17.758Z Compiling postgres-protocol v0.6.10
15292026-07-01T23:44:17.758Z Compiling zerocopy v0.7.35
15302026-07-01T23:44:17.758Z Compiling publicsuffix v2.3.0
15312026-07-01T23:44:17.852Z Compiling rand v0.8.6
15322026-07-01T23:44:17.886Z Compiling ipnetwork v0.21.1
15332026-07-01T23:44:17.981Z Compiling num-iter v0.1.45
15342026-07-01T23:44:18.114Z Compiling darling v0.21.3
15352026-07-01T23:44:18.208Z Compiling oxnet v0.1.6
15362026-07-01T23:44:18.270Z Compiling derive_builder v0.20.2
15372026-07-01T23:44:18.293Z Compiling futures-executor v0.3.32
15382026-07-01T23:44:18.322Z Compiling goblin v0.8.2
15392026-07-01T23:44:18.338Z Compiling hubpack_derive v0.1.1
15402026-07-01T23:44:18.400Z Compiling inout v0.2.2
15412026-07-01T23:44:18.416Z Compiling hex v0.4.3
15422026-07-01T23:44:18.546Z Compiling regex v1.12.3
15432026-07-01T23:44:18.597Z Compiling strum_macros v0.27.2
15442026-07-01T23:44:18.660Z Compiling snafu-derive v0.8.9
15452026-07-01T23:44:18.685Z Compiling curve25519-dalek-derive v0.1.1
15462026-07-01T23:44:19.103Z Compiling daft-derive v0.1.7
15472026-07-01T23:44:19.107Z Compiling ref-cast-impl v1.0.25
15482026-07-01T23:44:19.107Z Compiling phf_shared v0.13.1
15492026-07-01T23:44:19.107Z Compiling terminal_size v0.4.3
15502026-07-01T23:44:19.107Z Compiling lazy_static v1.5.0
15512026-07-01T23:44:19.107Z Compiling anstyle-parse v0.2.7
15522026-07-01T23:44:19.107Z Compiling cargo-platform v0.3.2
15532026-07-01T23:44:19.107Z Compiling vergen v9.1.0
15542026-07-01T23:44:19.107Z Compiling ff v0.13.1
15552026-07-01T23:44:19.111Z Compiling fs-err v3.3.0
15562026-07-01T23:44:19.192Z Compiling ahash v0.8.12
15572026-07-01T23:44:19.249Z Compiling bumpalo v3.20.2
15582026-07-01T23:44:19.289Z Compiling unicode-segmentation v1.12.0
15592026-07-01T23:44:19.713Z Compiling managed v0.8.0
15602026-07-01T23:44:19.716Z Compiling bitflags v1.3.2
15612026-07-01T23:44:19.716Z Compiling same-file v1.0.6
15622026-07-01T23:44:19.716Z Compiling object v0.37.3
15632026-07-01T23:44:19.716Z Compiling tokio-util v0.7.18
15642026-07-01T23:44:19.716Z Compiling tower v0.5.3
15652026-07-01T23:44:19.716Z Compiling tokio-native-tls v0.3.1
15662026-07-01T23:44:19.716Z Compiling base16ct v0.2.0
15672026-07-01T23:44:19.716Z Compiling foldhash v0.1.5
15682026-07-01T23:44:19.716Z Compiling foldhash v0.2.0
15692026-07-01T23:44:19.716Z Compiling winnow v0.5.40
15702026-07-01T23:44:19.717Z Compiling libbz2-rs-sys v0.2.2
15712026-07-01T23:44:19.717Z Compiling hashbrown v0.16.1
15722026-07-01T23:44:19.717Z Compiling hashbrown v0.15.5
15732026-07-01T23:44:19.717Z Compiling sec1 v0.7.3
15742026-07-01T23:44:19.764Z Compiling zopfli v0.8.3
15752026-07-01T23:44:19.910Z Compiling tower-http v0.6.8
15762026-07-01T23:44:20.009Z Compiling newtype-uuid v1.3.2
15772026-07-01T23:44:20.264Z Compiling h2 v0.4.15
15782026-07-01T23:44:20.286Z Compiling flate2 v1.1.9
15792026-07-01T23:44:20.319Z Compiling daft v0.1.7
15802026-07-01T23:44:20.336Z Compiling bzip2 v0.6.1
15812026-07-01T23:44:20.843Z Compiling walkdir v2.5.0
15822026-07-01T23:44:20.846Z Compiling clap_builder v4.6.0
15832026-07-01T23:44:20.846Z Compiling dof v0.3.0
15842026-07-01T23:44:20.846Z Compiling snafu v0.8.9
15852026-07-01T23:44:20.847Z Compiling cargo_metadata v0.23.1
15862026-07-01T23:44:20.847Z Compiling group v0.13.0
15872026-07-01T23:44:20.847Z Compiling strum v0.27.2
15882026-07-01T23:44:20.847Z Compiling anstream v0.6.21
15892026-07-01T23:44:20.847Z Compiling phf v0.13.1
15902026-07-01T23:44:20.847Z Compiling signal-hook-mio v0.2.5
15912026-07-01T23:44:20.861Z Compiling hubpack v0.1.2
15922026-07-01T23:44:20.958Z Compiling toml_edit v0.19.15
15932026-07-01T23:44:21.011Z Compiling usdt-attr-macro v0.6.0
15942026-07-01T23:44:21.025Z Compiling usdt-macro v0.6.0
15952026-07-01T23:44:21.463Z Compiling cookie_store v0.22.1
15962026-07-01T23:44:21.467Z Compiling cipher v0.5.2
15972026-07-01T23:44:21.467Z Compiling bzip2 v0.4.4
15982026-07-01T23:44:21.467Z Compiling futures v0.3.32
15992026-07-01T23:44:21.467Z Compiling serde_with_macros v3.17.0
16002026-07-01T23:44:21.467Z Compiling postgres-types v0.2.12
16012026-07-01T23:44:21.592Z Compiling zstd v0.13.3
16022026-07-01T23:44:21.744Z Compiling globset v0.4.18
16032026-07-01T23:44:21.851Z Compiling dtrace-parser v0.2.0
16042026-07-01T23:44:21.882Z Compiling ed25519 v2.2.3
16052026-07-01T23:44:21.898Z Compiling serde-big-array v0.5.1
16062026-07-01T23:44:21.901Z Compiling serde_plain v1.0.2
16072026-07-01T23:44:22.008Z Compiling olpc-cjson v0.1.4
16082026-07-01T23:44:22.059Z Compiling pkcs1 v0.7.5
16092026-07-01T23:44:22.073Z Compiling hkdf v0.12.4
16102026-07-01T23:44:22.121Z Compiling crypto-bigint v0.5.5
16112026-07-01T23:44:22.190Z Compiling async-recursion v1.1.1
16122026-07-01T23:44:22.260Z Compiling serde_repr v0.1.20
16132026-07-01T23:44:22.463Z Compiling strum_macros v0.26.4
16142026-07-01T23:44:22.482Z Compiling clap_derive v4.6.1
16152026-07-01T23:44:22.607Z Compiling enum-as-inner v0.6.1
16162026-07-01T23:44:22.620Z Compiling phf_shared v0.11.3
16172026-07-01T23:44:22.738Z Compiling float-cmp v0.10.0
16182026-07-01T23:44:22.822Z Compiling pem v3.0.6
16192026-07-01T23:44:22.837Z Compiling thread-id v4.2.2
16202026-07-01T23:44:22.850Z Compiling memmap2 v0.9.10
16212026-07-01T23:44:22.908Z Compiling env_filter v1.0.0
16222026-07-01T23:44:22.924Z Compiling cpufeatures v0.3.0
16232026-07-01T23:44:22.936Z Compiling difflib v0.4.0
16242026-07-01T23:44:23.011Z Compiling whoami v2.1.0
16252026-07-01T23:44:23.083Z Compiling static_assertions v1.1.0
16262026-07-01T23:44:23.166Z Compiling const-oid v0.10.2
16272026-07-01T23:44:23.182Z Compiling fixedbitset v0.5.7
16282026-07-01T23:44:23.186Z Compiling jiff v0.2.21
16292026-07-01T23:44:23.231Z Compiling precomputed-hash v0.1.1
16302026-07-01T23:44:23.332Z Compiling keccak v0.1.6
16312026-07-01T23:44:23.388Z Compiling either v1.15.0
16322026-07-01T23:44:23.413Z Compiling winnow v1.0.3
16332026-07-01T23:44:23.925Z Compiling hyper v1.10.1
16342026-07-01T23:44:23.928Z Compiling predicates-core v1.0.10
16352026-07-01T23:44:23.928Z Compiling fixedbitset v0.4.2
16362026-07-01T23:44:23.928Z Compiling typed-path v0.9.3
16372026-07-01T23:44:23.928Z Compiling new_debug_unreachable v1.0.6
16382026-07-01T23:44:23.928Z Compiling data-encoding v2.10.0
16392026-07-01T23:44:23.929Z Compiling normalize-line-endings v0.3.0
16402026-07-01T23:44:23.929Z Compiling toml_parser v1.1.2+spec-1.1.0
16412026-07-01T23:44:23.929Z Compiling predicates v3.1.4
16422026-07-01T23:44:23.929Z Compiling petgraph v0.6.5
16432026-07-01T23:44:23.929Z Compiling string_cache v0.8.9
16442026-07-01T23:44:24.064Z Compiling hickory-proto v0.25.2
16452026-07-01T23:44:24.090Z Compiling itertools v0.13.0
16462026-07-01T23:44:24.270Z Compiling toml_edit v0.22.27
16472026-07-01T23:44:24.322Z Compiling strum v0.26.3
16482026-07-01T23:44:24.351Z Compiling clap v4.6.1
16492026-07-01T23:44:24.403Z Compiling sha3 v0.10.8
16502026-07-01T23:44:24.406Z Compiling petgraph v0.8.3
16512026-07-01T23:44:24.443Z Compiling digest v0.11.3
16522026-07-01T23:44:24.469Z Compiling tokio-postgres v0.7.16
16532026-07-01T23:44:24.502Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16542026-07-01T23:44:24.595Z Compiling elliptic-curve v0.13.8
16552026-07-01T23:44:24.681Z Compiling hyper-util v0.1.20
16562026-07-01T23:44:24.863Z Compiling env_logger v0.11.9
16572026-07-01T23:44:24.877Z Compiling usdt v0.6.0
16582026-07-01T23:44:25.023Z Compiling chacha20 v0.10.0
16592026-07-01T23:44:25.198Z Compiling usdt-impl v0.5.0
16602026-07-01T23:44:25.212Z Compiling serde_with v3.17.0
16612026-07-01T23:44:25.236Z Compiling crossterm v0.28.1
16622026-07-01T23:44:25.341Z Compiling toml v0.7.8
16632026-07-01T23:44:25.382Z Compiling rsa v0.9.10
16642026-07-01T23:44:25.465Z Compiling ed25519-dalek v2.2.0
16652026-07-01T23:44:26.002Z Compiling zip v4.6.1
16662026-07-01T23:44:26.145Z Compiling hyper-tls v0.6.0
16672026-07-01T23:44:26.396Z Compiling reqwest v0.12.28
16682026-07-01T23:44:26.483Z Compiling zip v0.6.6
16692026-07-01T23:44:26.507Z Compiling iddqd v0.4.2
16702026-07-01T23:44:26.896Z Compiling tokio-stream v0.1.18
16712026-07-01T23:44:27.047Z Compiling similar v2.7.0
16722026-07-01T23:44:27.064Z Compiling heck v0.4.1
16732026-07-01T23:44:27.079Z Compiling buf-list v1.1.2
16742026-07-01T23:44:27.105Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16752026-07-01T23:44:27.122Z Compiling openapiv3 v2.2.0
16762026-07-01T23:44:27.311Z Compiling x509-cert v0.2.5
16772026-07-01T23:44:27.378Z Compiling crossbeam-epoch v0.9.18
16782026-07-01T23:44:27.395Z Compiling peg-runtime v0.8.5
16792026-07-01T23:44:27.432Z Compiling lalrpop-util v0.19.12
16802026-07-01T23:44:27.492Z Compiling thread_local v1.1.9
16812026-07-01T23:44:27.534Z Compiling slog-async v2.8.0
16822026-07-01T23:44:27.554Z Compiling crossbeam-channel v0.5.15
16832026-07-01T23:44:27.641Z Compiling is-terminal v0.4.17
16842026-07-01T23:44:27.707Z Compiling filetime v0.2.27
16852026-07-01T23:44:27.725Z Compiling term v1.2.1
16862026-07-01T23:44:27.754Z Compiling xattr v1.6.1
16872026-07-01T23:44:27.769Z Compiling take_mut v0.2.2
16882026-07-01T23:44:27.849Z Compiling camino-tempfile v1.4.1
16892026-07-01T23:44:28.293Z Compiling tar v0.4.45
16902026-07-01T23:44:28.296Z Compiling slog-term v2.9.2
16912026-07-01T23:44:45.813Z Compiling rustls-webpki v0.103.9
16922026-07-01T23:44:48.536Z Compiling tokio-rustls v0.26.4
16932026-07-01T23:44:48.536Z Compiling rustls-platform-verifier v0.6.2
16942026-07-01T23:44:48.551Z Compiling tough v0.22.0
16952026-07-01T23:44:48.740Z Compiling hyper-rustls v0.27.7
16962026-07-01T23:44:48.926Z Compiling reqwest v0.13.2
16972026-07-01T23:44:51.082Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16982026-07-01T23:44:51.324Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16992026-07-01T23:44:54.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.63s
17002026-07-01T23:44:54.282Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17012026-07-01T23:44:54.337ZJul 01 23:44:53.698 INFO Starting download, target: DendriteStub
17022026-07-01T23:44:54.338ZJul 01 23:44:53.698 INFO Starting download, target: Cockroach
17032026-07-01T23:44:54.338ZJul 01 23:44:53.698 INFO Starting download, target: Console
17042026-07-01T23:44:54.341ZJul 01 23:44:53.698 INFO Starting download, target: Clickhouse
17052026-07-01T23:44:54.341ZJul 01 23:44:53.698 INFO Starting download, target: MaghemiteMgd
17062026-07-01T23:44:54.341ZJul 01 23:44:53.698 INFO Starting download, target: MaghemiteDdmd
17072026-07-01T23:44:54.342ZJul 01 23:44:53.698 INFO Starting download, target: TransceiverControl
17082026-07-01T23:44:54.342ZJul 01 23:44:53.699 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17092026-07-01T23:44:54.342ZJul 01 23:44:53.699 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17102026-07-01T23:44:54.342ZJul 01 23:44:53.699 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17112026-07-01T23:44:54.342ZJul 01 23:44:53.699 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17122026-07-01T23:44:54.342ZJul 01 23:44:53.699 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17132026-07-01T23:44:54.342ZJul 01 23:44:53.699 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17142026-07-01T23:44:54.342ZJul 01 23:44:53.699 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17152026-07-01T23:44:54.812ZJul 01 23:44:54.135 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17162026-07-01T23:44:55.022ZJul 01 23:44:54.361 INFO Download complete, target: TransceiverControl
17172026-07-01T23:44:56.162ZJul 01 23:44:55.506 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17182026-07-01T23:44:56.412ZJul 01 23:44:55.752 INFO Download complete, target: Console
17192026-07-01T23:44:57.025ZJul 01 23:44:56.360 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17202026-07-01T23:44:57.047ZJul 01 23:44:56.399 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17212026-07-01T23:44:57.087ZJul 01 23:44:56.436 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17222026-07-01T23:44:57.102ZJul 01 23:44:56.436 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17232026-07-01T23:44:57.258ZJul 01 23:44:56.616 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17242026-07-01T23:44:57.408ZJul 01 23:44:56.767 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17252026-07-01T23:44:58.833ZJul 01 23:44:58.195 INFO Download complete, target: MaghemiteDdmd
17262026-07-01T23:44:59.904ZJul 01 23:44:59.265 INFO Download complete, target: DendriteStub
17272026-07-01T23:44:59.997ZJul 01 23:44:59.359 INFO Download complete, target: MaghemiteMgd
17282026-07-01T23:45:01.660ZJul 01 23:45:01.019 INFO Checking that binary works, target: Cockroach
17292026-07-01T23:45:01.775ZJul 01 23:45:01.136 INFO Download complete, target: Cockroach
17302026-07-01T23:45:03.616ZJul 01 23:45:02.977 INFO Checking that binary works, target: Clickhouse
17312026-07-01T23:45:03.703ZJul 01 23:45:03.061 INFO Download complete, target: Clickhouse
17322026-07-01T23:45:03.706ZAll prerequisites installed successfully
17332026-07-01T23:45:03.709Z
17342026-07-01T23:45:03.709Zreal 1:46.150041527
17352026-07-01T23:45:03.709Zuser 6:37.791671916
17362026-07-01T23:45:03.709Zsys 1:38.970532581
17372026-07-01T23:45:03.709Ztrap 0.257237440
17382026-07-01T23:45:03.709Ztflt 0.777527774
17392026-07-01T23:45:03.710Zdflt 1.619398823
17402026-07-01T23:45:03.710Zkflt 0.023716053
17412026-07-01T23:45:03.710Zlock 23:15.924899111
17422026-07-01T23:45:03.710Zslp 18:16.470661825
17432026-07-01T23:45:03.710Zlat 22.273881305
17442026-07-01T23:45:03.710Zstop 2:39.358252382
17452026-07-01T23:45:03.710Z+ ptime -m cargo xtask download softnpu
17462026-07-01T23:45:04.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17472026-07-01T23:45:04.171Z Running `target/debug/xtask download softnpu`
17482026-07-01T23:45:04.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17492026-07-01T23:45:04.960Z Running `target/debug/xtask-downloader softnpu`
17502026-07-01T23:45:04.998ZJul 01 23:45:04.359 INFO Starting download, target: Softnpu
17512026-07-01T23:45:05.001ZJul 01 23:45:04.360 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17522026-07-01T23:45:05.496ZJul 01 23:45:04.857 INFO Download complete, target: Softnpu
17532026-07-01T23:45:05.500Z
17542026-07-01T23:45:05.500Zreal 1.787257825
17552026-07-01T23:45:05.500Zuser 1.267907693
17562026-07-01T23:45:05.500Zsys 0.587864445
17572026-07-01T23:45:05.500Ztrap 0.000575682
17582026-07-01T23:45:05.500Ztflt 0.000122369
17592026-07-01T23:45:05.500Zdflt 0.000286346
17602026-07-01T23:45:05.500Zkflt 0.000000000
17612026-07-01T23:45:05.500Zlock 8.813392121
17622026-07-01T23:45:05.500Zslp 0.370076883
17632026-07-01T23:45:05.500Zlat 0.085879821
17642026-07-01T23:45:05.500Zstop 0.000164680
17652026-07-01T23:45:05.504Z+ export CARGO_INCREMENTAL=0
17662026-07-01T23:45:05.504Z+ CARGO_INCREMENTAL=0
17672026-07-01T23:45:05.504Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17682026-07-01T23:45:06.355Z Compiling proc-macro2 v1.0.106
17692026-07-01T23:45:06.355Z Compiling quote v1.0.45
17702026-07-01T23:45:06.355Z Compiling unicode-ident v1.0.24
17712026-07-01T23:45:06.358Z Compiling libc v0.2.185
17722026-07-01T23:45:06.358Z Compiling serde_core v1.0.228
17732026-07-01T23:45:06.358Z Compiling serde v1.0.228
17742026-07-01T23:45:06.358Z Compiling cfg-if v1.0.4
17752026-07-01T23:45:06.358Z Compiling version_check v0.9.5
17762026-07-01T23:45:06.358Z Compiling shlex v1.3.0
17772026-07-01T23:45:06.502Z Compiling find-msvc-tools v0.1.9
17782026-07-01T23:45:06.505Z Compiling zmij v1.0.21
17792026-07-01T23:45:06.505Z Compiling memchr v2.8.0
17802026-07-01T23:45:06.505Z Compiling serde_json v1.0.150
17812026-07-01T23:45:06.515Z Compiling autocfg v1.5.0
17822026-07-01T23:45:06.646Z Compiling portable-atomic v1.13.1
17832026-07-01T23:45:06.690Z Compiling zerocopy v0.8.40
17842026-07-01T23:45:06.793Z Compiling getrandom v0.4.1
17852026-07-01T23:45:06.903Z Compiling libm v0.2.16
17862026-07-01T23:45:06.920Z Compiling parking_lot_core v0.9.12
17872026-07-01T23:45:06.954Z Compiling icu_normalizer_data v2.1.1
17882026-07-01T23:45:06.969Z Compiling icu_properties_data v2.1.2
17892026-07-01T23:45:07.077Z Compiling smallvec v1.15.1
17902026-07-01T23:45:07.140Z Compiling generic-array v0.14.7
17912026-07-01T23:45:07.158Z Compiling num-traits v0.2.19
17922026-07-01T23:45:07.181Z Compiling itoa v1.0.17
17932026-07-01T23:45:07.199Z Compiling log v0.4.29
17942026-07-01T23:45:07.245Z Compiling subtle v2.6.1
17952026-07-01T23:45:07.248Z Compiling pkg-config v0.3.32
17962026-07-01T23:45:07.289Z Compiling stable_deref_trait v1.2.1
17972026-07-01T23:45:07.372Z Compiling jobserver v0.1.34
17982026-07-01T23:45:07.387Z Compiling typenum v1.20.1
17992026-07-01T23:45:07.429Z Compiling errno v0.3.14
18002026-07-01T23:45:07.446Z Compiling scopeguard v1.2.0
18012026-07-01T23:45:07.488Z Compiling fnv v1.0.7
18022026-07-01T23:45:07.536Z Compiling rand_core v0.10.0
18032026-07-01T23:45:07.553Z Compiling lock_api v0.4.14
18042026-07-01T23:45:07.608Z Compiling cc v1.2.56
18052026-07-01T23:45:07.664Z Compiling pin-project-lite v0.2.17
18062026-07-01T23:45:07.709Z Compiling thiserror v2.0.18
18072026-07-01T23:45:07.712Z Compiling getrandom v0.3.4
18082026-07-01T23:45:07.768Z Compiling syn v2.0.117
18092026-07-01T23:45:07.784Z Compiling litemap v0.8.1
18102026-07-01T23:45:07.786Z Compiling equivalent v1.0.2
18112026-07-01T23:45:07.816Z Compiling percent-encoding v2.3.2
18122026-07-01T23:45:07.822Z Compiling writeable v0.6.2
18132026-07-01T23:45:07.860Z Compiling getrandom v0.2.17
18142026-07-01T23:45:07.917Z Compiling rustversion v1.0.22
18152026-07-01T23:45:08.006Z Compiling rand_core v0.6.4
18162026-07-01T23:45:08.097Z Compiling rustix v1.1.3
18172026-07-01T23:45:08.125Z Compiling schemars v0.8.22
18182026-07-01T23:45:08.143Z Compiling fs_extra v1.3.0
18192026-07-01T23:45:08.146Z Compiling dunce v1.0.5
18202026-07-01T23:45:08.158Z Compiling critical-section v1.2.0
18212026-07-01T23:45:08.300Z Compiling hashbrown v0.17.0
18222026-07-01T23:45:08.392Z Compiling cmake v0.1.57
18232026-07-01T23:45:08.440Z Compiling once_cell v1.21.3
18242026-07-01T23:45:08.460Z Compiling signal-hook-registry v1.4.8
18252026-07-01T23:45:08.543Z Compiling utf8_iter v1.0.4
18262026-07-01T23:45:08.559Z Compiling heck v0.5.0
18272026-07-01T23:45:08.758Z Compiling parking_lot v0.12.5
18282026-07-01T23:45:08.773Z Compiling form_urlencoded v1.2.2
18292026-07-01T23:45:08.792Z Compiling mio v1.2.0
18302026-07-01T23:45:08.809Z Compiling socket2 v0.6.3
18312026-07-01T23:45:08.836Z Compiling futures-core v0.3.32
18322026-07-01T23:45:08.959Z Compiling semver v1.0.28
18332026-07-01T23:45:08.962Z Compiling aws-lc-sys v0.40.0
18342026-07-01T23:45:09.060Z Compiling indexmap v2.14.0
18352026-07-01T23:45:09.075Z Compiling aws-lc-rs v1.16.3
18362026-07-01T23:45:09.078Z Compiling bitflags v2.11.0
18372026-07-01T23:45:09.292Z Compiling strsim v0.11.1
18382026-07-01T23:45:09.324Z Compiling httparse v1.10.1
18392026-07-01T23:45:09.541Z Compiling thiserror v1.0.69
18402026-07-01T23:45:09.599Z Compiling ucd-trie v0.1.7
18412026-07-01T23:45:09.622Z Compiling byteorder v1.5.0
18422026-07-01T23:45:09.676Z Compiling vcpkg v0.2.15
18432026-07-01T23:45:09.695Z Compiling syn v1.0.109
18442026-07-01T23:45:09.695Z Compiling const-oid v0.9.6
18452026-07-01T23:45:09.710Z Compiling ident_case v1.0.1
18462026-07-01T23:45:09.716Z Compiling regex-syntax v0.8.10
18472026-07-01T23:45:09.740Z Compiling iana-time-zone v0.1.65
18482026-07-01T23:45:09.799Z Compiling pest v2.8.6
18492026-07-01T23:45:10.156Z Compiling uuid v1.23.4
18502026-07-01T23:45:10.175Z Compiling rustc_version v0.4.1
18512026-07-01T23:45:10.240Z Compiling rustls v0.23.41
18522026-07-01T23:45:10.260Z Compiling openssl-sys v0.9.115
18532026-07-01T23:45:10.310Z Compiling futures-sink v0.3.32
18542026-07-01T23:45:10.406Z Compiling futures-channel v0.3.32
18552026-07-01T23:45:10.489Z Compiling aho-corasick v1.1.4
18562026-07-01T23:45:10.550Z Compiling slab v0.4.12
18572026-07-01T23:45:10.645Z Compiling futures-task v0.3.32
18582026-07-01T23:45:10.658Z Compiling synstructure v0.13.2
18592026-07-01T23:45:10.658Z Compiling serde_derive_internals v0.29.1
18602026-07-01T23:45:10.737Z Compiling futures-io v0.3.32
18612026-07-01T23:45:10.926Z Compiling pest_meta v2.8.6
18622026-07-01T23:45:10.980Z Compiling dyn-clone v1.0.20
18632026-07-01T23:45:11.029Z Compiling num-conv v0.2.0
18642026-07-01T23:45:11.029Z Compiling plain v0.2.3
18652026-07-01T23:45:11.085Z Compiling time-core v0.1.8
18662026-07-01T23:45:11.155Z Compiling crc32fast v1.5.0
18672026-07-01T23:45:11.155Z Compiling crossbeam-utils v0.8.21
18682026-07-01T23:45:11.168Z Compiling base64 v0.22.1
18692026-07-01T23:45:11.182Z Compiling time-macros v0.2.27
18702026-07-01T23:45:11.322Z Compiling regex-automata v0.4.14
18712026-07-01T23:45:11.339Z Compiling openssl v0.10.79
18722026-07-01T23:45:11.367Z Compiling pretty-hex v0.4.1
18732026-07-01T23:45:11.442Z Compiling darling_core v0.21.3
18742026-07-01T23:45:11.516Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18752026-07-01T23:45:11.540Z Compiling pest_generator v2.8.6
18762026-07-01T23:45:11.624Z Compiling native-tls v0.2.18
18772026-07-01T23:45:11.635Z Compiling anyhow v1.0.102
18782026-07-01T23:45:11.684Z Compiling rand_core v0.9.5
18792026-07-01T23:45:11.882Z Compiling serde_derive v1.0.228
18802026-07-01T23:45:11.895Z Compiling zeroize_derive v1.4.3
18812026-07-01T23:45:11.914Z Compiling zerofrom-derive v0.1.6
18822026-07-01T23:45:11.914Z Compiling yoke-derive v0.8.1
18832026-07-01T23:45:11.951Z Compiling zerovec-derive v0.11.2
18842026-07-01T23:45:11.956Z Compiling displaydoc v0.2.5
18852026-07-01T23:45:11.974Z Compiling zerocopy-derive v0.8.40
18862026-07-01T23:45:12.193Z Compiling tokio-macros v2.7.0
18872026-07-01T23:45:12.205Z Compiling futures-macro v0.3.32
18882026-07-01T23:45:12.245Z Compiling thiserror-impl v2.0.18
18892026-07-01T23:45:12.388Z Compiling schemars_derive v0.8.22
18902026-07-01T23:45:12.545Z Compiling zeroize v1.8.2
18912026-07-01T23:45:12.810Z Compiling tracing-attributes v0.1.31
18922026-07-01T23:45:12.909Z Compiling der_derive v0.7.3
18932026-07-01T23:45:12.924Z Compiling thiserror-impl v1.0.69
18942026-07-01T23:45:13.029Z Compiling pest_derive v2.8.6
18952026-07-01T23:45:13.064Z Compiling zerofrom v0.1.6
18962026-07-01T23:45:13.207Z Compiling yoke v0.8.1
18972026-07-01T23:45:13.422Z Compiling zerovec v0.11.5
18982026-07-01T23:45:13.428Z Compiling zerotrie v0.2.3
18992026-07-01T23:45:13.538Z Compiling crypto-common v0.1.7
19002026-07-01T23:45:13.558Z Compiling futures-util v0.3.32
19012026-07-01T23:45:13.611Z Compiling block-buffer v0.10.4
19022026-07-01T23:45:13.834Z Compiling digest v0.10.7
19032026-07-01T23:45:13.976Z Compiling tinystr v0.8.2
19042026-07-01T23:45:13.992Z Compiling potential_utf v0.1.4
19052026-07-01T23:45:14.072Z Compiling scroll_derive v0.12.1
19062026-07-01T23:45:14.085Z Compiling scroll_derive v0.13.1
19072026-07-01T23:45:14.088Z Compiling openssl-macros v0.1.1
19082026-07-01T23:45:14.121Z Compiling icu_collections v2.1.1
19092026-07-01T23:45:14.194Z Compiling icu_locale_core v2.1.1
19102026-07-01T23:45:14.209Z Compiling darling_macro v0.21.3
19112026-07-01T23:45:14.536Z Compiling regex v1.12.3
19122026-07-01T23:45:14.827Z Compiling zerocopy-derive v0.7.35
19132026-07-01T23:45:14.845Z Compiling slog v2.8.2
19142026-07-01T23:45:14.860Z Compiling tracing-core v0.1.36
19152026-07-01T23:45:14.953Z Compiling icu_provider v2.1.1
19162026-07-01T23:45:15.069Z Compiling bytes v1.11.1
19172026-07-01T23:45:15.102Z Compiling chrono v0.4.44
19182026-07-01T23:45:15.212Z Compiling icu_properties v2.1.2
19192026-07-01T23:45:15.340Z Compiling icu_normalizer v2.1.1
19202026-07-01T23:45:15.375Z Compiling serde_tokenstream v0.2.3
19212026-07-01T23:45:15.637Z Compiling tokio v1.52.1
19222026-07-01T23:45:15.895Z Compiling http v1.4.2
19232026-07-01T23:45:15.983Z Compiling cookie v0.18.1
19242026-07-01T23:45:16.186Z Compiling idna_adapter v1.2.1
19252026-07-01T23:45:16.201Z Compiling camino v1.2.2
19262026-07-01T23:45:16.216Z Compiling base64ct v1.8.3
19272026-07-01T23:45:16.339Z Compiling idna v1.1.0
19282026-07-01T23:45:16.544Z Compiling ppv-lite86 v0.2.21
19292026-07-01T23:45:16.576Z Compiling pem-rfc7468 v0.7.0
19302026-07-01T23:45:16.628Z Compiling tracing v0.1.44
19312026-07-01T23:45:16.787Z Compiling url v2.5.8
19322026-07-01T23:45:16.876Z Compiling darling v0.21.3
19332026-07-01T23:45:17.056Z Compiling flagset v0.4.7
19342026-07-01T23:45:17.203Z Compiling der v0.7.10
19352026-07-01T23:45:17.491Z Compiling rand_chacha v0.9.0
19362026-07-01T23:45:17.590Z Compiling http-body v1.0.1
19372026-07-01T23:45:17.764Z Compiling rustls-pki-types v1.14.0
19382026-07-01T23:45:17.982Z Compiling usdt-impl v0.5.0
19392026-07-01T23:45:18.044Z Compiling either v1.15.0
19402026-07-01T23:45:18.100Z Compiling ref-cast v1.0.25
19412026-07-01T23:45:18.209Z Compiling openssl-probe v0.2.1
19422026-07-01T23:45:18.239Z Compiling cmov v0.5.4
19432026-07-01T23:45:18.271Z Compiling tinyvec_macros v0.1.1
19442026-07-01T23:45:18.353Z Compiling paste v1.0.15
19452026-07-01T23:45:18.390Z Compiling fastrand v2.3.0
19462026-07-01T23:45:18.425Z Compiling usdt-impl v0.6.0
19472026-07-01T23:45:18.499Z Compiling ctutils v0.4.2
19482026-07-01T23:45:18.520Z Compiling tinyvec v1.10.0
19492026-07-01T23:45:18.724Z Compiling spki v0.7.3
19502026-07-01T23:45:18.739Z Compiling rand v0.9.2
19512026-07-01T23:45:18.784Z Compiling toml_datetime v0.6.11
19522026-07-01T23:45:18.815Z Compiling serde_spanned v0.6.9
19532026-07-01T23:45:18.836Z Compiling scroll v0.13.0
19542026-07-01T23:45:18.892Z Compiling scroll v0.12.0
19552026-07-01T23:45:18.947Z Compiling async-trait v0.1.89
19562026-07-01T23:45:18.966Z Compiling heapless v0.7.17
19572026-07-01T23:45:19.037Z Compiling bzip2-sys v0.1.13+1.0.8
19582026-07-01T23:45:19.040Z Compiling atomic-waker v1.1.2
19592026-07-01T23:45:19.068Z Compiling rustix v0.38.44
19602026-07-01T23:45:19.071Z Compiling litrs v1.0.0
19612026-07-01T23:45:19.117Z Compiling tower-layer v0.3.3
19622026-07-01T23:45:19.171Z Compiling cpufeatures v0.2.17
19632026-07-01T23:45:19.205Z Compiling winnow v0.7.14
19642026-07-01T23:45:19.250Z Compiling untrusted v0.7.1
19652026-07-01T23:45:19.266Z Compiling signal-hook v0.3.18
19662026-07-01T23:45:19.301Z Compiling try-lock v0.2.5
19672026-07-01T23:45:19.323Z Compiling winnow v1.0.3
19682026-07-01T23:45:19.365Z Compiling tower-service v0.3.3
19692026-07-01T23:45:19.390Z Compiling zstd-safe v7.2.4
19702026-07-01T23:45:19.443Z Compiling want v0.3.1
19712026-07-01T23:45:19.477Z Compiling goblin v0.8.2
19722026-07-01T23:45:19.493Z Compiling goblin v0.10.5
19732026-07-01T23:45:19.536Z Compiling tokio-util v0.7.18
19742026-07-01T23:45:19.572Z Compiling document-features v0.2.12
19752026-07-01T23:45:19.619Z Compiling toml_parser v1.1.2+spec-1.1.0
19762026-07-01T23:45:19.682Z Compiling hybrid-array v0.4.13
19772026-07-01T23:45:20.123Z Compiling zerocopy v0.7.35
19782026-07-01T23:45:20.215Z Compiling ipnet v2.11.0
19792026-07-01T23:45:20.358Z Compiling h2 v0.4.15
19802026-07-01T23:45:20.519Z Compiling ref-cast-impl v1.0.25
19812026-07-01T23:45:20.535Z Compiling darling_core v0.20.11
19822026-07-01T23:45:20.662Z Compiling curve25519-dalek v4.1.3
19832026-07-01T23:45:20.709Z Compiling memoffset v0.9.1
19842026-07-01T23:45:20.727Z Compiling untrusted v0.9.0
19852026-07-01T23:45:20.871Z Compiling winnow v0.5.40
19862026-07-01T23:45:20.947Z Compiling powerfmt v0.2.0
19872026-07-01T23:45:20.978Z Compiling utf8parse v0.2.2
19882026-07-01T23:45:21.091Z Compiling foreign-types-shared v0.1.1
19892026-07-01T23:45:21.107Z Compiling httpdate v1.0.3
19902026-07-01T23:45:21.274Z Compiling foreign-types v0.3.2
19912026-07-01T23:45:21.313Z Compiling deranged v0.5.8
19922026-07-01T23:45:21.407Z Compiling tempfile v3.25.0
19932026-07-01T23:45:21.620Z Compiling pkcs8 v0.10.2
19942026-07-01T23:45:21.780Z Compiling dof v0.3.0
19952026-07-01T23:45:21.882Z Compiling unicode-normalization v0.1.25
19962026-07-01T23:45:22.123Z Compiling dtrace-parser v0.2.0
19972026-07-01T23:45:22.223Z Compiling toml_edit v0.19.15
19982026-07-01T23:45:22.352Z Compiling dof v0.4.0
19992026-07-01T23:45:22.549Z Compiling darling_macro v0.20.11
20002026-07-01T23:45:22.674Z Compiling dtrace-parser v0.3.0
20012026-07-01T23:45:22.782Z Compiling pin-project-internal v1.1.11
20022026-07-01T23:45:23.049Z Compiling daft-derive v0.1.7
20032026-07-01T23:45:23.088Z Compiling spin v0.9.8
20042026-07-01T23:45:23.121Z Compiling thread-id v5.1.0
20052026-07-01T23:45:23.224Z Compiling thread-id v4.2.2
20062026-07-01T23:45:23.278Z Compiling anstyle v1.0.14
20072026-07-01T23:45:23.334Z Compiling cfg_aliases v0.2.1
20082026-07-01T23:45:23.395Z Compiling num-bigint-dig v0.8.6
20092026-07-01T23:45:23.480Z Compiling num_threads v0.1.7
20102026-07-01T23:45:23.528Z Compiling smoltcp v0.9.1
20112026-07-01T23:45:23.569Z Compiling hyper v1.10.1
20122026-07-01T23:45:23.594Z Compiling time v0.3.47
20132026-07-01T23:45:23.645Z Compiling nix v0.31.2
20142026-07-01T23:45:23.871Z Compiling darling v0.20.11
20152026-07-01T23:45:24.028Z Compiling sha2 v0.10.9
20162026-07-01T23:45:24.267Z Compiling ipnetwork v0.21.1
20172026-07-01T23:45:24.321Z Compiling hmac v0.12.1
20182026-07-01T23:45:24.397Z Compiling strum_macros v0.26.4
20192026-07-01T23:45:24.481Z Compiling curve25519-dalek-derive v0.1.1
20202026-07-01T23:45:24.536Z Compiling sync_wrapper v1.0.2
20212026-07-01T23:45:24.554Z Compiling wait-timeout v0.2.1
20222026-07-01T23:45:24.724Z Compiling hyper-util v0.1.20
20232026-07-01T23:45:25.012Z Compiling bit-vec v0.8.0
20242026-07-01T23:45:25.033Z Compiling simd-adler32 v0.3.8
20252026-07-01T23:45:25.166Z Compiling is_terminal_polyfill v1.70.2
20262026-07-01T23:45:25.296Z Compiling anstyle-query v1.1.5
20272026-07-01T23:45:25.319Z Compiling colorchoice v1.0.4
20282026-07-01T23:45:25.319Z Compiling quick-error v1.2.3
20292026-07-01T23:45:25.375Z Compiling siphasher v1.0.2
20302026-07-01T23:45:25.399Z Compiling rusty-fork v0.3.1
20312026-07-01T23:45:25.696Z Compiling bit-set v0.8.0
20322026-07-01T23:45:25.878Z Compiling tower v0.5.3
20332026-07-01T23:45:26.202Z Compiling derive_builder_core v0.20.2
20342026-07-01T23:45:26.376Z Compiling http-body-util v0.1.3
20352026-07-01T23:45:26.426Z Compiling hubpack_derive v0.1.1
20362026-07-01T23:45:26.553Z Compiling strum_macros v0.27.2
20372026-07-01T23:45:26.577Z Compiling snafu-derive v0.8.9
20382026-07-01T23:45:26.675Z Compiling rand_xorshift v0.4.0
20392026-07-01T23:45:26.840Z Compiling fs-err v3.3.0
20402026-07-01T23:45:26.906Z Compiling ahash v0.8.12
20412026-07-01T23:45:26.989Z Compiling unicode-segmentation v1.12.0
20422026-07-01T23:45:27.079Z Compiling allocator-api2 v0.2.21
20432026-07-01T23:45:27.158Z Compiling iri-string v0.7.10
20442026-07-01T23:45:27.174Z Compiling adler2 v2.0.1
20452026-07-01T23:45:27.314Z Compiling ryu v1.0.23
20462026-07-01T23:45:27.328Z Compiling unicode-bidi v0.3.18
20472026-07-01T23:45:27.431Z Compiling unarray v0.1.4
20482026-07-01T23:45:27.460Z Compiling object v0.37.3
20492026-07-01T23:45:27.474Z Compiling unicode-properties v0.1.4
20502026-07-01T23:45:27.498Z Compiling serde_urlencoded v0.7.1
20512026-07-01T23:45:27.561Z Compiling proptest v1.10.0
20522026-07-01T23:45:27.754Z Compiling stringprep v0.1.5
20532026-07-01T23:45:27.767Z Compiling miniz_oxide v0.8.9
20542026-07-01T23:45:27.831Z Compiling derive_builder_macro v0.20.2
20552026-07-01T23:45:28.092Z Compiling tokio-native-tls v0.3.1
20562026-07-01T23:45:28.278Z Compiling usdt-attr-macro v0.6.0
20572026-07-01T23:45:28.295Z Compiling usdt-macro v0.6.0
20582026-07-01T23:45:28.314Z Compiling anstyle-parse v1.0.0
20592026-07-01T23:45:28.350Z Compiling tower-http v0.6.8
20602026-07-01T23:45:28.353Z Compiling crypto-common v0.2.2
20612026-07-01T23:45:28.529Z Compiling block-padding v0.4.2
20622026-07-01T23:45:28.563Z Compiling block-buffer v0.12.1
20632026-07-01T23:45:28.852Z Compiling rustls-native-certs v0.8.3
20642026-07-01T23:45:28.947Z Compiling rand_chacha v0.3.1
20652026-07-01T23:45:29.107Z Compiling erased-serde v0.3.31
20662026-07-01T23:45:29.121Z Compiling md-5 v0.10.6
20672026-07-01T23:45:29.136Z Compiling signature v2.2.0
20682026-07-01T23:45:29.140Z Compiling bstr v1.12.1
20692026-07-01T23:45:29.234Z Compiling num-integer v0.1.46
20702026-07-01T23:45:29.260Z Compiling hash32 v0.2.1
20712026-07-01T23:45:29.280Z Compiling vergen-lib v9.1.0
20722026-07-01T23:45:29.412Z Compiling encoding_rs v0.8.35
20732026-07-01T23:45:29.459Z Compiling mime v0.3.17
20742026-07-01T23:45:29.498Z Compiling zlib-rs v0.6.2
20752026-07-01T23:45:29.570Z Compiling fallible-iterator v0.2.0
20762026-07-01T23:45:29.716Z Compiling cpufeatures v0.3.0
20772026-07-01T23:45:29.719Z Compiling psl-types v2.0.11
20782026-07-01T23:45:29.812Z Compiling newtype-uuid v1.3.2
20792026-07-01T23:45:29.880Z Compiling postgres-protocol v0.6.10
20802026-07-01T23:45:29.902Z Compiling publicsuffix v2.3.0
20812026-07-01T23:45:30.018Z Compiling num-iter v0.1.45
20822026-07-01T23:45:30.165Z Compiling rand v0.8.6
20832026-07-01T23:45:30.616Z Compiling inout v0.2.2
20842026-07-01T23:45:30.633Z Compiling oxnet v0.1.6
20852026-07-01T23:45:30.646Z Compiling anstream v1.0.0
20862026-07-01T23:45:30.716Z Compiling derive_builder v0.20.2
20872026-07-01T23:45:30.733Z Compiling hyper-tls v0.6.0
20882026-07-01T23:45:30.763Z Compiling heck v0.4.1
20892026-07-01T23:45:30.801Z Compiling phf_shared v0.13.1
20902026-07-01T23:45:30.906Z Compiling pin-project v1.1.11
20912026-07-01T23:45:30.975Z Compiling lazy_static v1.5.0
20922026-07-01T23:45:30.993Z Compiling anstyle-parse v0.2.7
20932026-07-01T23:45:31.086Z Compiling terminal_size v0.4.3
20942026-07-01T23:45:31.097Z Compiling serde_with_macros v3.17.0
20952026-07-01T23:45:31.112Z Compiling futures-executor v0.3.32
20962026-07-01T23:45:31.136Z Compiling hex v0.4.3
20972026-07-01T23:45:31.196Z Compiling enum-as-inner v0.6.1
20982026-07-01T23:45:31.215Z Compiling clap_derive v4.6.1
20992026-07-01T23:45:31.236Z Compiling serde_repr v0.1.20
21002026-07-01T23:45:31.356Z Compiling async-recursion v1.1.1
21012026-07-01T23:45:31.465Z Compiling ff v0.13.1
21022026-07-01T23:45:31.485Z Compiling vergen v9.1.0
21032026-07-01T23:45:31.501Z Compiling cargo-platform v0.3.2
21042026-07-01T23:45:31.623Z Compiling flate2 v1.1.9
21052026-07-01T23:45:31.718Z Compiling base16ct v0.2.0
21062026-07-01T23:45:31.758Z Compiling managed v0.8.0
21072026-07-01T23:45:31.777Z Compiling bitflags v1.3.2
21082026-07-01T23:45:31.875Z Compiling clap_lex v1.0.0
21092026-07-01T23:45:31.907Z Compiling foldhash v0.1.5
21102026-07-01T23:45:31.923Z Compiling same-file v1.0.6
21112026-07-01T23:45:31.941Z Compiling foldhash v0.2.0
21122026-07-01T23:45:32.013Z Compiling bumpalo v3.20.2
21132026-07-01T23:45:32.092Z Compiling libbz2-rs-sys v0.2.2
21142026-07-01T23:45:32.174Z Compiling hashbrown v0.16.1
21152026-07-01T23:45:32.233Z Compiling zopfli v0.8.3
21162026-07-01T23:45:32.369Z Compiling clap_builder v4.6.0
21172026-07-01T23:45:32.385Z Compiling walkdir v2.5.0
21182026-07-01T23:45:32.476Z Compiling hashbrown v0.15.5
21192026-07-01T23:45:32.683Z Compiling bzip2 v0.6.1
21202026-07-01T23:45:32.810Z Compiling sec1 v0.7.3
21212026-07-01T23:45:32.909Z Compiling cargo_metadata v0.23.1
21222026-07-01T23:45:32.924Z Compiling group v0.13.0
21232026-07-01T23:45:33.053Z Compiling futures v0.3.32
21242026-07-01T23:45:33.150Z Compiling anstream v0.6.21
21252026-07-01T23:45:33.212Z Compiling zstd v0.13.3
21262026-07-01T23:45:33.486Z Compiling phf v0.13.1
21272026-07-01T23:45:33.663Z Compiling snafu v0.8.9
21282026-07-01T23:45:33.689Z Compiling reqwest v0.12.28
21292026-07-01T23:45:33.787Z Compiling daft v0.1.7
21302026-07-01T23:45:34.090Z Compiling cipher v0.5.2
21312026-07-01T23:45:34.164Z Compiling signal-hook-mio v0.2.5
21322026-07-01T23:45:34.177Z Compiling cookie_store v0.22.1
21332026-07-01T23:45:34.328Z Compiling postgres-types v0.2.12
21342026-07-01T23:45:34.381Z Compiling bzip2 v0.4.4
21352026-07-01T23:45:34.431Z Compiling globset v0.4.18
21362026-07-01T23:45:34.525Z Compiling ed25519 v2.2.3
21372026-07-01T23:45:34.618Z Compiling strum v0.27.2
21382026-07-01T23:45:34.750Z Compiling hubpack v0.1.2
21392026-07-01T23:45:34.772Z Compiling phf_shared v0.11.3
21402026-07-01T23:45:34.789Z Compiling hkdf v0.12.4
21412026-07-01T23:45:34.822Z Compiling crossbeam-epoch v0.9.18
21422026-07-01T23:45:34.862Z Compiling olpc-cjson v0.1.4
21432026-07-01T23:45:34.880Z Compiling pkcs1 v0.7.5
21442026-07-01T23:45:35.049Z Compiling pem v3.0.6
21452026-07-01T23:45:35.209Z Compiling serde-big-array v0.5.1
21462026-07-01T23:45:35.241Z Compiling serde_plain v1.0.2
21472026-07-01T23:45:35.335Z Compiling crypto-bigint v0.5.5
21482026-07-01T23:45:35.353Z Compiling float-cmp v0.10.0
21492026-07-01T23:45:35.369Z Compiling env_filter v1.0.0
21502026-07-01T23:45:35.449Z Compiling memmap2 v0.9.10
21512026-07-01T23:45:35.467Z Compiling fixedbitset v0.4.2
21522026-07-01T23:45:35.516Z Compiling difflib v0.4.0
21532026-07-01T23:45:35.580Z Compiling new_debug_unreachable v1.0.6
21542026-07-01T23:45:35.664Z Compiling toml_write v0.1.2
21552026-07-01T23:45:35.682Z Compiling whoami v2.1.0
21562026-07-01T23:45:35.696Z Compiling predicates-core v1.0.10
21572026-07-01T23:45:35.726Z Compiling precomputed-hash v0.1.1
21582026-07-01T23:45:35.773Z Compiling const-oid v0.10.2
21592026-07-01T23:45:35.791Z Compiling typed-path v0.9.3
21602026-07-01T23:45:35.877Z Compiling static_assertions v1.1.0
21612026-07-01T23:45:35.892Z Compiling normalize-line-endings v0.3.0
21622026-07-01T23:45:35.964Z Compiling data-encoding v2.10.0
21632026-07-01T23:45:35.981Z Compiling keccak v0.1.6
21642026-07-01T23:45:35.995Z Compiling fixedbitset v0.5.7
21652026-07-01T23:45:36.029Z Compiling jiff v0.2.21
21662026-07-01T23:45:36.197Z Compiling sha3 v0.10.8
21672026-07-01T23:45:36.213Z Compiling petgraph v0.8.3
21682026-07-01T23:45:36.292Z Compiling hickory-proto v0.25.2
21692026-07-01T23:45:36.406Z Compiling elliptic-curve v0.13.8
21702026-07-01T23:45:36.434Z Compiling predicates v3.1.4
21712026-07-01T23:45:36.450Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21722026-07-01T23:45:36.482Z Compiling digest v0.11.3
21732026-07-01T23:45:36.510Z Compiling tokio-postgres v0.7.16
21742026-07-01T23:45:36.537Z Compiling chacha20 v0.10.0
21752026-07-01T23:45:36.704Z Compiling toml_edit v0.22.27
21762026-07-01T23:45:36.721Z Compiling string_cache v0.8.9
21772026-07-01T23:45:36.966Z Compiling petgraph v0.6.5
21782026-07-01T23:45:36.983Z Compiling usdt v0.6.0
21792026-07-01T23:45:37.024Z Compiling env_logger v0.11.9
21802026-07-01T23:45:37.370Z Compiling rsa v0.9.10
21812026-07-01T23:45:38.600Z Compiling ed25519-dalek v2.2.0
21822026-07-01T23:45:38.646Z Compiling zip v4.6.1
21832026-07-01T23:45:38.732Z Compiling zip v0.6.6
21842026-07-01T23:45:38.984Z Compiling crossterm v0.28.1
21852026-07-01T23:45:39.261Z Compiling iddqd v0.4.2
21862026-07-01T23:45:39.278Z Compiling clap v4.6.1
21872026-07-01T23:45:39.457Z Compiling serde_with v3.17.0
21882026-07-01T23:45:39.574Z Compiling similar v2.7.0
21892026-07-01T23:45:39.712Z Compiling strum v0.26.3
21902026-07-01T23:45:39.733Z Compiling toml v0.7.8
21912026-07-01T23:45:39.771Z Compiling tokio-stream v0.1.18
21922026-07-01T23:45:39.865Z Compiling buf-list v1.1.2
21932026-07-01T23:45:40.110Z Compiling x509-cert v0.2.5
21942026-07-01T23:45:40.194Z Compiling itertools v0.13.0
21952026-07-01T23:45:40.286Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21962026-07-01T23:45:40.493Z Compiling openapiv3 v2.2.0
21972026-07-01T23:45:41.155Z Compiling lalrpop-util v0.19.12
21982026-07-01T23:45:41.171Z Compiling peg-runtime v0.8.5
21992026-07-01T23:45:57.418Z Compiling rustls-webpki v0.103.9
22002026-07-01T23:45:58.431Z Compiling macaddr v1.0.1
22012026-07-01T23:45:58.582Z Compiling structmeta-derive v0.3.0
22022026-07-01T23:45:58.609Z Compiling crucible-workspace-hack v0.1.0
22032026-07-01T23:45:58.624Z Compiling rayon-core v1.13.0
22042026-07-01T23:45:58.737Z Compiling itertools v0.14.0
22052026-07-01T23:45:58.873Z Compiling secrecy v0.10.3
22062026-07-01T23:45:58.891Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22072026-07-01T23:45:58.946Z Compiling heapless v0.8.0
22082026-07-01T23:45:59.082Z Compiling toml_datetime v0.7.5+spec-1.1.0
22092026-07-01T23:45:59.323Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22102026-07-01T23:45:59.339Z Compiling toml_edit v0.23.10+spec-1.0.0
22112026-07-01T23:45:59.395Z Compiling crossbeam-deque v0.8.6
22122026-07-01T23:45:59.444Z Compiling inout v0.1.4
22132026-07-01T23:45:59.464Z Compiling hash32 v0.3.1
22142026-07-01T23:45:59.494Z Compiling multer v3.1.0
22152026-07-01T23:45:59.558Z Compiling thread_local v1.1.9
22162026-07-01T23:45:59.615Z Compiling structmeta v0.3.0
22172026-07-01T23:45:59.631Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22182026-07-01T23:45:59.645Z Compiling match_cfg v0.1.0
22192026-07-01T23:45:59.648Z Compiling slog-async v2.8.0
22202026-07-01T23:45:59.721Z Compiling compression-core v0.4.31
22212026-07-01T23:45:59.750Z Compiling unicode-width v0.2.0
22222026-07-01T23:45:59.837Z Compiling smoltcp v0.11.0
22232026-07-01T23:45:59.901Z Compiling proc-macro-crate v3.4.0
22242026-07-01T23:45:59.917Z Compiling compression-codecs v0.4.37
22252026-07-01T23:45:59.933Z Compiling derive-ex v0.1.8
22262026-07-01T23:46:00.006Z Compiling ingot-macros v0.1.1
22272026-07-01T23:46:00.022Z Compiling hostname v0.3.1
22282026-07-01T23:46:00.226Z Compiling cipher v0.4.4
22292026-07-01T23:46:00.290Z Compiling atomicwrites v0.4.4
22302026-07-01T23:46:00.315Z Compiling slog-json v2.6.1
22312026-07-01T23:46:00.345Z Compiling crossbeam-channel v0.5.15
22322026-07-01T23:46:00.362Z Compiling half v2.7.1
22332026-07-01T23:46:00.499Z Compiling newtype-uuid-macros v0.1.0
22342026-07-01T23:46:00.583Z Compiling cobs v0.3.0
22352026-07-01T23:46:00.594Z Compiling universal-hash v0.5.1
22362026-07-01T23:46:00.733Z Compiling thiserror-impl-no-std v2.0.2
22372026-07-01T23:46:00.745Z Compiling async-stream-impl v0.3.6
22382026-07-01T23:46:00.762Z Compiling serde_spanned v1.1.1
22392026-07-01T23:46:00.878Z Compiling toml_datetime v1.1.1+spec-1.1.0
22402026-07-01T23:46:00.928Z Compiling is-terminal v0.4.17
22412026-07-01T23:46:01.064Z Compiling proc-macro-error-attr v1.0.4
22422026-07-01T23:46:01.070Z Compiling dropshot v0.17.1
22432026-07-01T23:46:01.263Z Compiling tokio-rustls v0.26.4
22442026-07-01T23:46:01.280Z Compiling rustls-platform-verifier v0.6.2
22452026-07-01T23:46:01.299Z Compiling tough v0.22.0
22462026-07-01T23:46:01.331Z Compiling opaque-debug v0.3.1
22472026-07-01T23:46:01.350Z Compiling take_mut v0.2.2
22482026-07-01T23:46:01.449Z Compiling toml_writer v1.1.1+spec-1.1.0
22492026-07-01T23:46:01.470Z Compiling convert_case v0.4.0
22502026-07-01T23:46:01.506Z Compiling hyper-rustls v0.27.7
22512026-07-01T23:46:01.535Z Compiling ciborium-io v0.2.2
22522026-07-01T23:46:01.557Z Compiling term v1.2.1
22532026-07-01T23:46:01.655Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22542026-07-01T23:46:01.683Z Compiling toml v1.1.2+spec-1.1.0
22552026-07-01T23:46:01.733Z Compiling ciborium-ll v0.2.2
22562026-07-01T23:46:01.805Z Compiling reqwest v0.13.2
22572026-07-01T23:46:01.821Z Compiling thiserror-no-std v2.0.2
22582026-07-01T23:46:01.838Z Compiling derive_more v0.99.20
22592026-07-01T23:46:01.907Z Compiling slog-term v2.9.2
22602026-07-01T23:46:01.935Z Compiling test-strategy v0.4.5
22612026-07-01T23:46:02.398Z Compiling poly1305 v0.8.0
22622026-07-01T23:46:02.680Z Compiling ingot-types v0.1.2
22632026-07-01T23:46:02.754Z Compiling async-stream v0.3.6
22642026-07-01T23:46:03.039Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22652026-07-01T23:46:03.082Z Compiling postcard v1.1.3
22662026-07-01T23:46:03.126Z Compiling ingot v0.1.1
22672026-07-01T23:46:03.220Z Compiling slog-bunyan v2.5.0
22682026-07-01T23:46:03.274Z Compiling chacha20 v0.9.1
22692026-07-01T23:46:03.291Z Compiling num_enum_derive v0.7.6
22702026-07-01T23:46:03.415Z Compiling async-compression v0.4.41
22712026-07-01T23:46:03.487Z Compiling parse-display-derive v0.10.0
22722026-07-01T23:46:03.542Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22732026-07-01T23:46:03.919Z Compiling sha1 v0.11.0
22742026-07-01T23:46:04.168Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22752026-07-01T23:46:04.247Z Compiling proc-macro-crate v1.3.1
22762026-07-01T23:46:04.419Z Compiling waitgroup v0.1.2
22772026-07-01T23:46:04.471Z Compiling backon v1.6.0
22782026-07-01T23:46:04.602Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22792026-07-01T23:46:04.602Z Compiling password-hash v0.5.0
22802026-07-01T23:46:04.605Z Compiling rustls-pemfile v2.2.0
22812026-07-01T23:46:04.745Z Compiling dropshot_endpoint v0.17.1
22822026-07-01T23:46:04.762Z Compiling blake2 v0.10.6
22832026-07-01T23:46:04.806Z Compiling aead v0.5.2
22842026-07-01T23:46:04.942Z Compiling foreign-types-macros v0.2.3
22852026-07-01T23:46:04.945Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22862026-07-01T23:46:04.990Z Compiling serde_path_to_error v0.1.20
22872026-07-01T23:46:05.020Z Compiling hostname v0.4.2
22882026-07-01T23:46:05.111Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22892026-07-01T23:46:05.203Z Compiling proc-macro-error v1.0.4
22902026-07-01T23:46:05.294Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22912026-07-01T23:46:05.374Z Compiling instant v0.1.13
22922026-07-01T23:46:05.453Z Compiling debug-ignore v1.0.5
22932026-07-01T23:46:05.471Z Compiling foreign-types-shared v0.3.1
22942026-07-01T23:46:05.476Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22952026-07-01T23:46:05.498Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22962026-07-01T23:46:05.526Z Compiling backoff v0.4.0
22972026-07-01T23:46:05.543Z Compiling argon2 v0.5.3
22982026-07-01T23:46:05.543Z Compiling parse-display v0.10.0
22992026-07-01T23:46:05.590Z Compiling chacha20poly1305 v0.10.1
23002026-07-01T23:46:05.607Z Compiling foreign-types v0.5.0
23012026-07-01T23:46:05.621Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23022026-07-01T23:46:05.624Z Compiling num_enum_derive v0.5.11
23032026-07-01T23:46:05.661Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23042026-07-01T23:46:05.703Z Compiling num_enum v0.7.6
23052026-07-01T23:46:05.759Z Compiling ciborium v0.2.2
23062026-07-01T23:46:05.846Z Compiling vsss-rs v3.3.4
23072026-07-01T23:46:05.863Z Compiling tabwriter v1.4.1
23082026-07-01T23:46:05.937Z Compiling regress v0.10.5
23092026-07-01T23:46:06.145Z Compiling byte-wrapper v0.1.0
23102026-07-01T23:46:06.247Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23112026-07-01T23:46:06.360Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23122026-07-01T23:46:06.376Z Compiling cstr-argument v0.1.2
23132026-07-01T23:46:06.465Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23142026-07-01T23:46:06.484Z Compiling humantime v2.3.0
23152026-07-01T23:46:06.557Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23162026-07-01T23:46:06.647Z Compiling num_enum v0.5.11
23172026-07-01T23:46:06.662Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23182026-07-01T23:46:06.729Z Compiling rayon v1.11.0
23192026-07-01T23:46:06.768Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23202026-07-01T23:46:06.794Z Compiling rand v0.10.1
23212026-07-01T23:46:06.906Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23222026-07-01T23:46:06.922Z Compiling libefi-sys v0.1.0
23232026-07-01T23:46:06.938Z Compiling colored v3.1.1
23242026-07-01T23:46:06.957Z Compiling indent_write v2.2.0
23252026-07-01T23:46:06.997Z Compiling zone_cfg_derive v0.3.1
23262026-07-01T23:46:07.087Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23272026-07-01T23:46:07.131Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23282026-07-01T23:46:07.177Z Compiling camino-tempfile v1.4.1
23292026-07-01T23:46:07.194Z Compiling itertools v0.12.1
23302026-07-01T23:46:07.251Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23312026-07-01T23:46:07.310Z Compiling usdt-macro v0.5.0
23322026-07-01T23:46:07.443Z Compiling usdt-attr-macro v0.5.0
23332026-07-01T23:46:07.627Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23342026-07-01T23:46:07.643Z Compiling bitfield-struct v0.6.2
23352026-07-01T23:46:07.646Z Compiling num-derive v0.4.2
23362026-07-01T23:46:07.646Z Compiling blake3 v1.8.5
23372026-07-01T23:46:07.646Z Compiling sigpipe v0.1.3
23382026-07-01T23:46:07.691Z Compiling memmap v0.7.0
23392026-07-01T23:46:07.721Z Compiling swrite v0.1.0
23402026-07-01T23:46:07.743Z Compiling glob v0.3.3
23412026-07-01T23:46:07.807Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23422026-07-01T23:46:07.847Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23432026-07-01T23:46:08.095Z Compiling smf v0.2.3
23442026-07-01T23:46:08.162Z Compiling filetime v0.2.27
23452026-07-01T23:46:08.178Z Compiling usdt v0.5.0
23462026-07-01T23:46:08.266Z Compiling arrayvec v0.7.6
23472026-07-01T23:46:08.297Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23482026-07-01T23:46:08.385Z Compiling arrayref v0.3.9
23492026-07-01T23:46:08.475Z Compiling constant_time_eq v0.4.2
23502026-07-01T23:46:08.509Z Compiling zone v0.3.1
23512026-07-01T23:46:08.513Z Compiling whoami v1.6.1
23522026-07-01T23:46:08.586Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23532026-07-01T23:46:08.602Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23542026-07-01T23:46:08.643Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23552026-07-01T23:46:08.682Z Compiling xattr v1.6.1
23562026-07-01T23:46:08.712Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23572026-07-01T23:46:08.737Z Compiling tokio-dtrace v0.1.1
23582026-07-01T23:46:08.813Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23592026-07-01T23:46:08.905Z Compiling tar v0.4.45
23602026-07-01T23:46:08.949Z Compiling console v0.16.2
23612026-07-01T23:46:09.018Z Compiling gethostname v0.5.0
23622026-07-01T23:46:09.103Z Compiling topological-sort v0.2.2
23632026-07-01T23:46:09.134Z Compiling unit-prefix v0.5.2
23642026-07-01T23:46:09.272Z Compiling oxide-tokio-rt v0.1.4
23652026-07-01T23:46:09.294Z Compiling toml v0.8.23
23662026-07-01T23:46:09.310Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23672026-07-01T23:46:09.394Z Compiling indicatif v0.18.4
23682026-07-01T23:46:09.456Z Compiling shell-words v1.1.1
23692026-07-01T23:46:18.732Z Compiling progenitor-client v0.14.0
23702026-07-01T23:46:18.732Z Compiling omicron-zone-package v0.12.3
23712026-07-01T23:46:18.969Z Compiling progenitor-extras v0.2.0
23722026-07-01T23:46:19.293Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23732026-07-01T23:46:19.317Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23742026-07-01T23:46:19.348Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23752026-07-01T23:46:19.439Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23762026-07-01T23:46:19.519Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23772026-07-01T23:46:19.536Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23782026-07-01T23:46:19.639Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23792026-07-01T23:46:19.663Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23802026-07-01T23:46:20.278Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23812026-07-01T23:46:24.252Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23822026-07-01T23:46:32.377Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23832026-07-01T23:46:35.569Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23842026-07-01T23:46:36.611Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23852026-07-01T23:46:46.083Z Finished `release` profile [optimized] target(s) in 1m 40s
23862026-07-01T23:46:46.231Z Running `target/release/omicron-package -t test target create -p dev`
23872026-07-01T23:46:46.290ZLogging to: /work/oxidecomputer/omicron/out/LOG
23882026-07-01T23:46:46.341ZCreated new build target 'test' and set it as active
23892026-07-01T23:46:46.341Z
23902026-07-01T23:46:46.341Zreal 1:40.788358583
23912026-07-01T23:46:46.341Zuser 16:32.595796178
23922026-07-01T23:46:46.342Zsys 2:35.613031911
23932026-07-01T23:46:46.342Ztrap 0.469100071
23942026-07-01T23:46:46.342Ztflt 2.535276132
23952026-07-01T23:46:46.342Zdflt 4.133152348
23962026-07-01T23:46:46.342Zkflt 0.000603634
23972026-07-01T23:46:46.342Zlock 52:06.311205333
23982026-07-01T23:46:46.342Zslp 42:31.083873660
23992026-07-01T23:46:46.342Zlat 42.184538944
24002026-07-01T23:46:46.342Zstop 5:16.578219340
24012026-07-01T23:46:46.342Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24022026-07-01T23:46:47.134Z Finished `release` profile [optimized] target(s) in 0.83s
24032026-07-01T23:46:47.201Z Running `target/release/omicron-package -t test package`
24042026-07-01T23:46:47.254ZLogging to: /work/oxidecomputer/omicron/out/LOG
24052026-07-01T23:46:48.638Z Compiling heck v0.5.0
24062026-07-01T23:46:48.638Z Compiling regress v0.11.1
24072026-07-01T23:46:48.858Z Compiling unsafe-libyaml v0.2.11
24082026-07-01T23:46:48.893Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24092026-07-01T23:46:48.916Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24102026-07-01T23:46:48.938Z Compiling unicode-width v0.1.14
24112026-07-01T23:46:48.938Z Compiling atomicwrites v0.4.4
24122026-07-01T23:46:48.978Z Compiling derive-where v1.6.0
24132026-07-01T23:46:48.981Z Compiling bytecount v0.6.9
24142026-07-01T23:46:48.997Z Compiling is-terminal v0.4.17
24152026-07-01T23:46:49.037Z Compiling prettyplease v0.2.37
24162026-07-01T23:46:49.040Z Compiling console v0.15.11
24172026-07-01T23:46:49.040Z Compiling newline-converter v0.3.0
24182026-07-01T23:46:49.040Z Compiling slog-dtrace v0.3.0
24192026-07-01T23:46:49.094Z Compiling resolv-conf v0.7.6
24202026-07-01T23:46:49.136Z Compiling cancel-safe-futures v0.1.5
24212026-07-01T23:46:49.159Z Compiling owo-colors v4.3.0
24222026-07-01T23:46:49.162Z Compiling num-rational v0.4.2
24232026-07-01T23:46:49.201Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24242026-07-01T23:46:49.219Z Compiling libsw-core v0.3.2
24252026-07-01T23:46:49.274Z Compiling num-complex v0.4.6
24262026-07-01T23:46:49.346Z Compiling thread_local v1.1.9
24272026-07-01T23:46:49.382Z Compiling serde_yaml v0.9.34+deprecated
24282026-07-01T23:46:49.420Z Compiling match_cfg v0.1.0
24292026-07-01T23:46:49.464Z Compiling compression-core v0.4.31
24302026-07-01T23:46:49.496Z Compiling expectorate v1.2.0
24312026-07-01T23:46:49.551Z Compiling hostname v0.3.1
24322026-07-01T23:46:49.618Z Compiling compression-codecs v0.4.37
24332026-07-01T23:46:49.701Z Compiling num v0.4.3
24342026-07-01T23:46:49.730Z Compiling libsw v3.5.0
24352026-07-01T23:46:49.751Z Compiling slog-async v2.8.0
24362026-07-01T23:46:49.771Z Compiling multer v3.1.0
24372026-07-01T23:46:49.807Z Compiling crossbeam-channel v0.5.15
24382026-07-01T23:46:49.831Z Compiling slog-json v2.6.1
24392026-07-01T23:46:49.853Z Compiling serde_spanned v1.1.1
24402026-07-01T23:46:49.877Z Compiling toml_datetime v1.1.1+spec-1.1.0
24412026-07-01T23:46:49.942Z Compiling toml_writer v1.1.1+spec-1.1.0
24422026-07-01T23:46:50.027Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24432026-07-01T23:46:50.047Z Compiling linked-hash-map v0.5.6
24442026-07-01T23:46:50.070Z Compiling take_mut v0.2.2
24452026-07-01T23:46:50.126Z Compiling term v1.2.1
24462026-07-01T23:46:50.186Z Compiling float-ord v0.3.2
24472026-07-01T23:46:50.186Z Compiling linear-map v1.2.0
24482026-07-01T23:46:50.230Z Compiling toml v1.1.2+spec-1.1.0
24492026-07-01T23:46:50.251Z Compiling slog-bunyan v2.5.0
24502026-07-01T23:46:50.296Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24512026-07-01T23:46:50.296Z Compiling lru-cache v0.1.2
24522026-07-01T23:46:50.357Z Compiling async-compression v0.4.41
24532026-07-01T23:46:50.419Z Compiling typify-impl v0.6.2
24542026-07-01T23:46:50.454Z Compiling slog-term v2.9.2
24552026-07-01T23:46:50.486Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24562026-07-01T23:46:50.532Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24572026-07-01T23:46:50.658Z Compiling dropshot v0.17.1
24582026-07-01T23:46:50.690Z Compiling async-stream v0.3.6
24592026-07-01T23:46:50.710Z Compiling sha1 v0.11.0
24602026-07-01T23:46:50.734Z Compiling progenitor-client v0.14.0
24612026-07-01T23:46:50.734Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24622026-07-01T23:46:50.777Z Compiling waitgroup v0.1.2
24632026-07-01T23:46:50.885Z Compiling rustls-pemfile v2.2.0
24642026-07-01T23:46:50.946Z Compiling backon v1.6.0
24652026-07-01T23:46:50.969Z Compiling serde_path_to_error v0.1.20
24662026-07-01T23:46:50.969Z Compiling hostname v0.4.2
24672026-07-01T23:46:51.009Z Compiling instant v0.1.13
24682026-07-01T23:46:51.012Z Compiling debug-ignore v1.0.5
24692026-07-01T23:46:51.072Z Compiling minimal-lexical v0.2.1
24702026-07-01T23:46:51.099Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24712026-07-01T23:46:51.155Z Compiling backoff v0.4.0
24722026-07-01T23:46:51.176Z Compiling progenitor-extras v0.2.0
24732026-07-01T23:46:51.179Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24742026-07-01T23:46:51.179Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24752026-07-01T23:46:51.362Z Compiling nom v7.1.3
24762026-07-01T23:46:51.386Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24772026-07-01T23:46:51.425Z Compiling parse-display v0.10.0
24782026-07-01T23:46:51.463Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24792026-07-01T23:46:51.484Z Compiling hickory-proto v0.24.4
24802026-07-01T23:46:51.678Z Compiling regress v0.10.5
24812026-07-01T23:46:52.062Z Compiling macaddr v1.0.1
24822026-07-01T23:46:52.151Z Compiling unicode-xid v0.2.6
24832026-07-01T23:46:52.172Z Compiling humantime v2.3.0
24842026-07-01T23:46:52.328Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24852026-07-01T23:46:52.452Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24862026-07-01T23:46:52.549Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24872026-07-01T23:46:52.762Z Compiling convert_case v0.10.0
24882026-07-01T23:46:52.816Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24892026-07-01T23:46:53.068Z Compiling derive_more-impl v2.1.1
24902026-07-01T23:46:53.331Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24912026-07-01T23:46:53.597Z Compiling toml v0.8.23
24922026-07-01T23:46:53.734Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24932026-07-01T23:46:53.758Z Compiling papergrid v0.11.0
24942026-07-01T23:46:53.885Z Compiling derive_more v2.1.1
24952026-07-01T23:46:53.908Z Compiling tabled_derive v0.7.0
24962026-07-01T23:46:53.929Z Compiling typify-macro v0.6.2
24972026-07-01T23:46:53.995Z Compiling termtree v0.5.1
24982026-07-01T23:46:54.068Z Compiling crossterm v0.29.0
24992026-07-01T23:46:54.200Z Compiling hickory-resolver v0.24.4
25002026-07-01T23:46:54.221Z Compiling phf_shared v0.12.1
25012026-07-01T23:46:54.471Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25022026-07-01T23:46:54.841Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25032026-07-01T23:46:55.061Z Compiling tabled v0.15.0
25042026-07-01T23:46:55.083Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25052026-07-01T23:46:55.488Z Compiling typify v0.6.2
25062026-07-01T23:46:55.781Z Compiling progenitor-impl v0.14.0
25072026-07-01T23:46:56.200Z Compiling qorb v0.4.1
25082026-07-01T23:46:57.059Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25092026-07-01T23:46:57.614Z Compiling csv-core v0.1.13
25102026-07-01T23:46:57.981Z Compiling progenitor-macro v0.14.0
25112026-07-01T23:46:58.053Z Compiling vte v0.14.1
25122026-07-01T23:46:58.104Z Compiling highway v1.3.0
25132026-07-01T23:46:58.853Z Compiling chrono-tz v0.10.4
25142026-07-01T23:46:59.048Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25152026-07-01T23:46:59.115Z Compiling strip-ansi-escapes v0.2.1
25162026-07-01T23:46:59.397Z Compiling csv v1.4.0
25172026-07-01T23:46:59.426Z Compiling phf v0.12.1
25182026-07-01T23:46:59.539Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25192026-07-01T23:46:59.626Z Compiling const_format_proc_macros v0.2.34
25202026-07-01T23:46:59.693Z Compiling fd-lock v4.0.4
25212026-07-01T23:46:59.732Z Compiling peg-macros v0.8.5
25222026-07-01T23:46:59.871Z Compiling nu-ansi-term v0.50.3
25232026-07-01T23:47:00.035Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25242026-07-01T23:47:00.433Z Compiling const_format v0.2.35
25252026-07-01T23:47:00.473Z Compiling reedline v0.40.0
25262026-07-01T23:47:00.984Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25272026-07-01T23:47:01.053Z Compiling peg v0.8.5
25282026-07-01T23:47:02.356Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25292026-07-01T23:47:02.417Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25302026-07-01T23:47:02.417Z Compiling progenitor v0.14.0
25312026-07-01T23:47:02.417Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25322026-07-01T23:47:02.417Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25332026-07-01T23:47:02.453Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25342026-07-01T23:47:02.579Z Compiling bcs v0.1.6
25352026-07-01T23:47:03.019Z Compiling nom v8.0.0
25362026-07-01T23:47:03.145Z Compiling semver v0.1.20
25372026-07-01T23:47:03.453Z Compiling rustc_version v0.1.7
25382026-07-01T23:47:03.688Z Compiling newtype_derive v0.1.6
25392026-07-01T23:47:03.929Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25402026-07-01T23:47:04.203Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25412026-07-01T23:47:04.374Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25422026-07-01T23:47:04.609Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25432026-07-01T23:47:04.757Z Compiling smawk v0.3.2
25442026-07-01T23:47:04.876Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25452026-07-01T23:47:04.915Z Compiling unicode-linebreak v0.1.5
25462026-07-01T23:47:05.008Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25472026-07-01T23:47:05.082Z Compiling base64 v0.21.7
25482026-07-01T23:47:05.144Z Compiling textwrap v0.16.2
25492026-07-01T23:47:05.227Z Compiling steno v0.4.1
25502026-07-01T23:47:05.616Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25512026-07-01T23:47:06.090Z Compiling dropshot-api-manager-types v0.7.2
25522026-07-01T23:47:06.273Z Compiling sha1 v0.10.6
25532026-07-01T23:47:06.729Z Compiling tagptr v0.2.0
25542026-07-01T23:47:06.753Z Compiling utf-8 v0.7.6
25552026-07-01T23:47:06.786Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25562026-07-01T23:47:06.807Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25572026-07-01T23:47:06.926Z Compiling moka v0.12.13
25582026-07-01T23:47:06.981Z Compiling tungstenite v0.21.0
25592026-07-01T23:47:07.012Z Compiling display-error-chain v0.2.2
25602026-07-01T23:47:07.191Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25612026-07-01T23:47:07.246Z Compiling radium v0.7.0
25622026-07-01T23:47:07.283Z Compiling tap v1.0.1
25632026-07-01T23:47:07.433Z Compiling maybe-uninit v2.0.0
25642026-07-01T23:47:07.754Z Compiling tokio-tungstenite v0.21.0
25652026-07-01T23:47:07.929Z Compiling wyz v0.5.1
25662026-07-01T23:47:08.116Z Compiling hickory-resolver v0.25.2
25672026-07-01T23:47:08.172Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25682026-07-01T23:47:08.194Z Compiling vergen-lib v0.1.6
25692026-07-01T23:47:08.245Z Compiling zerocopy-derive v0.6.6
25702026-07-01T23:47:08.452Z Compiling diesel_derives v2.3.7
25712026-07-01T23:47:08.682Z Compiling funty v2.0.0
25722026-07-01T23:47:09.086Z Compiling crc-catalog v2.4.0
25732026-07-01T23:47:09.151Z Compiling packed_struct v0.10.1
25742026-07-01T23:47:09.215Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25752026-07-01T23:47:09.474Z Compiling crc v3.4.0
25762026-07-01T23:47:09.695Z Compiling zerocopy v0.6.6
25772026-07-01T23:47:09.744Z Compiling bitvec v1.0.1
25782026-07-01T23:47:10.181Z Compiling scheduled-thread-pool v0.2.7
25792026-07-01T23:47:10.266Z Compiling dsl_auto_type v0.2.0
25802026-07-01T23:47:10.783Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25812026-07-01T23:47:10.806Z Compiling packed_struct_codegen v0.10.1
25822026-07-01T23:47:10.829Z Compiling vergen-gitcl v1.0.8
25832026-07-01T23:47:11.033Z Compiling bitfield-macros v0.19.4
25842026-07-01T23:47:11.064Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25852026-07-01T23:47:11.248Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25862026-07-01T23:47:11.271Z Compiling diesel_table_macro_syntax v0.3.0
25872026-07-01T23:47:11.518Z Compiling dirs-sys-next v0.1.2
25882026-07-01T23:47:11.613Z Compiling proc-macro-error-attr2 v2.0.0
25892026-07-01T23:47:11.779Z Compiling indexmap v1.9.3
25902026-07-01T23:47:11.801Z Compiling glob v0.3.3
25912026-07-01T23:47:11.846Z Compiling maplit v1.0.2
25922026-07-01T23:47:11.970Z Compiling crunchy v0.2.4
25932026-07-01T23:47:12.045Z Compiling nodrop v0.1.14
25942026-07-01T23:47:12.071Z Compiling proc-macro-error2 v2.0.1
25952026-07-01T23:47:12.169Z Compiling array-init v0.0.4
25962026-07-01T23:47:12.189Z Compiling clang-sys v1.8.1
25972026-07-01T23:47:12.390Z Compiling bitfield v0.19.4
25982026-07-01T23:47:12.566Z Compiling dirs-next v2.0.0
25992026-07-01T23:47:12.729Z Compiling r2d2 v0.8.10
26002026-07-01T23:47:12.757Z Compiling smallvec v0.6.14
26012026-07-01T23:47:13.040Z Compiling num-derive v0.3.3
26022026-07-01T23:47:13.125Z Compiling downcast-rs v2.0.2
26032026-07-01T23:47:13.267Z Compiling tiny-keccak v2.0.2
26042026-07-01T23:47:13.347Z Compiling hashbrown v0.12.3
26052026-07-01T23:47:13.653Z Compiling serde-hex v0.1.0
26062026-07-01T23:47:13.853Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26072026-07-01T23:47:13.892Z Compiling term v0.7.0
26082026-07-01T23:47:13.988Z Compiling libscf-sys v1.1.0
26092026-07-01T23:47:14.009Z Compiling tabled_derive v0.11.0
26102026-07-01T23:47:14.127Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26112026-07-01T23:47:14.157Z Compiling ron v0.8.1
26122026-07-01T23:47:14.377Z Compiling papergrid v0.17.0
26132026-07-01T23:47:14.397Z Compiling testing_table v0.3.0
26142026-07-01T23:47:14.444Z Compiling hashbrown v0.13.2
26152026-07-01T23:47:14.563Z Compiling bit-vec v0.6.3
26162026-07-01T23:47:14.807Z Compiling crc-any v2.5.0
26172026-07-01T23:47:14.846Z Compiling bit-set v0.5.3
26182026-07-01T23:47:15.032Z Compiling object v0.30.4
26192026-07-01T23:47:15.063Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26202026-07-01T23:47:15.098Z Compiling ascii-canvas v3.0.0
26212026-07-01T23:47:15.234Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26222026-07-01T23:47:15.358Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26232026-07-01T23:47:15.667Z Compiling tabled v0.20.0
26242026-07-01T23:47:16.008Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26252026-07-01T23:47:16.068Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26262026-07-01T23:47:16.555Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26272026-07-01T23:47:16.577Z Compiling progenitor-impl v0.13.0
26282026-07-01T23:47:16.894Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26292026-07-01T23:47:17.165Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26302026-07-01T23:47:17.194Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26312026-07-01T23:47:17.234Z Compiling itertools v0.10.5
26322026-07-01T23:47:17.366Z Compiling ena v0.14.4
26332026-07-01T23:47:17.388Z Compiling libloading v0.8.9
26342026-07-01T23:47:17.411Z Compiling diesel v2.3.7
26352026-07-01T23:47:17.609Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26362026-07-01T23:47:17.633Z Compiling unicase v2.9.0
26372026-07-01T23:47:17.860Z Compiling path-slash v0.1.5
26382026-07-01T23:47:17.951Z Compiling bindgen v0.71.1
26392026-07-01T23:47:18.070Z Compiling regex-syntax v0.6.29
26402026-07-01T23:47:18.253Z Compiling xshell-macros v0.2.7
26412026-07-01T23:47:18.358Z Compiling diff v0.1.13
26422026-07-01T23:47:18.624Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26432026-07-01T23:47:18.689Z Compiling xshell v0.2.7
26442026-07-01T23:47:18.710Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26452026-07-01T23:47:18.823Z Compiling progenitor-macro v0.13.0
26462026-07-01T23:47:19.979Z Compiling lalrpop v0.19.12
26472026-07-01T23:47:20.103Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26482026-07-01T23:47:20.902Z Compiling cexpr v0.6.0
26492026-07-01T23:47:21.553Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26502026-07-01T23:47:21.792Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26512026-07-01T23:47:22.258Z Compiling progenitor-client v0.13.0
26522026-07-01T23:47:22.799Z Compiling rustc-hash v2.1.1
26532026-07-01T23:47:22.888Z Compiling progenitor v0.13.0
26542026-07-01T23:47:23.047Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26552026-07-01T23:47:23.358Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26562026-07-01T23:47:23.652Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26572026-07-01T23:47:24.116Z Compiling headers-core v0.3.0
26582026-07-01T23:47:24.247Z Compiling libxml v0.3.3
26592026-07-01T23:47:24.300Z Compiling crc8 v0.1.1
26602026-07-01T23:47:24.322Z Compiling headers v0.4.1
26612026-07-01T23:47:24.435Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26622026-07-01T23:47:24.482Z Compiling strum_macros v0.24.3
26632026-07-01T23:47:24.576Z Compiling indoc v1.0.9
26642026-07-01T23:47:24.706Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26652026-07-01T23:47:24.727Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26662026-07-01T23:47:24.974Z Compiling git-stub v1.0.0
26672026-07-01T23:47:25.037Z Compiling derive_builder v0.20.2
26682026-07-01T23:47:25.204Z Compiling oso-derive v0.27.3
26692026-07-01T23:47:25.240Z Compiling quick-xml v0.37.5
26702026-07-01T23:47:25.614Z Compiling impl-trait-for-tuples v0.2.3
26712026-07-01T23:47:25.756Z Compiling openssl-probe v0.1.6
26722026-07-01T23:47:25.776Z Compiling git-stub-vcs v0.1.0
26732026-07-01T23:47:26.020Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26742026-07-01T23:47:26.056Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26752026-07-01T23:47:26.136Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26762026-07-01T23:47:26.376Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26772026-07-01T23:47:26.454Z Compiling bb8 v0.8.6
26782026-07-01T23:47:26.766Z Compiling trait-variant v0.1.2
26792026-07-01T23:47:26.861Z Compiling half v1.8.3
26802026-07-01T23:47:26.959Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26812026-07-01T23:47:27.202Z Compiling serde_cbor v0.11.2
26822026-07-01T23:47:27.372Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26832026-07-01T23:47:27.408Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26842026-07-01T23:47:27.530Z Compiling polar-core v0.27.3
26852026-07-01T23:47:27.624Z Compiling samael v0.0.19
26862026-07-01T23:47:27.717Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26872026-07-01T23:47:27.993Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26882026-07-01T23:47:28.247Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26892026-07-01T23:47:28.329Z Compiling nonempty v0.12.0
26902026-07-01T23:47:28.354Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26912026-07-01T23:47:28.532Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26922026-07-01T23:47:28.564Z Compiling fxhash v0.2.1
26932026-07-01T23:47:28.739Z Compiling libz-sys v1.1.24
26942026-07-01T23:47:29.130Z Compiling salty v0.3.0
26952026-07-01T23:47:29.448Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26962026-07-01T23:47:29.568Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26972026-07-01T23:47:29.660Z Compiling kstat-rs v0.2.4
26982026-07-01T23:47:29.759Z Compiling arc-swap v1.8.2
26992026-07-01T23:47:30.150Z Compiling fs-err v2.11.0
27002026-07-01T23:47:30.398Z Compiling mime_guess v2.0.5
27012026-07-01T23:47:30.579Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27022026-07-01T23:47:30.958Z Compiling slog-scope v4.4.1
27032026-07-01T23:47:30.978Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27042026-07-01T23:47:31.762Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27052026-07-01T23:47:31.766Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27062026-07-01T23:47:32.199Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27072026-07-01T23:47:32.260Z Compiling rfc6979 v0.4.0
27082026-07-01T23:47:32.454Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27092026-07-01T23:47:32.539Z Compiling nanorand v0.7.0
27102026-07-01T23:47:32.720Z Compiling darling_core v0.23.0
27112026-07-01T23:47:32.925Z Compiling libgit2-sys v0.18.3+1.9.2
27122026-07-01T23:47:33.137Z Compiling parking_lot_core v0.8.6
27132026-07-01T23:47:33.470Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27142026-07-01T23:47:33.565Z Compiling flume v0.11.1
27152026-07-01T23:47:33.978Z Compiling ecdsa v0.16.9
27162026-07-01T23:47:34.324Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27172026-07-01T23:47:34.627Z Compiling slog-stdlog v4.1.1
27182026-07-01T23:47:34.918Z Compiling darling_macro v0.23.0
27192026-07-01T23:47:35.436Z Compiling diesel-dtrace v0.5.0
27202026-07-01T23:47:35.471Z Compiling async-bb8-diesel v0.2.1
27212026-07-01T23:47:35.493Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27222026-07-01T23:47:35.687Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27232026-07-01T23:47:35.792Z Compiling primeorder v0.13.6
27242026-07-01T23:47:35.922Z Compiling atty v0.2.14
27252026-07-01T23:47:36.067Z Compiling http-range v0.1.5
27262026-07-01T23:47:36.090Z Compiling instability v0.3.11
27272026-07-01T23:47:36.360Z Compiling parse-size v1.1.0
27282026-07-01T23:47:36.450Z Compiling strsim v0.10.0
27292026-07-01T23:47:36.629Z Compiling oso v0.27.3
27302026-07-01T23:47:36.763Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27312026-07-01T23:47:36.970Z Compiling darling_core v0.13.4
27322026-07-01T23:47:37.046Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27332026-07-01T23:47:38.698Z Compiling p384 v0.13.1
27342026-07-01T23:47:38.733Z Compiling darling v0.23.0
27352026-07-01T23:47:39.739Z Compiling slog-envlogger v2.2.0
27362026-07-01T23:47:40.870Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27372026-07-01T23:47:40.885Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27382026-07-01T23:47:41.663Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27392026-07-01T23:47:42.943Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27402026-07-01T23:47:43.075Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27412026-07-01T23:47:43.362Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27422026-07-01T23:47:43.592Z Compiling ignore v0.4.25
27432026-07-01T23:47:43.681Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27442026-07-01T23:47:44.491Z Compiling castaway v0.2.4
27452026-07-01T23:47:44.650Z Compiling vergen-git2 v9.1.0
27462026-07-01T23:47:44.928Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27472026-07-01T23:47:45.118Z Compiling indoc v2.0.7
27482026-07-01T23:47:45.276Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27492026-07-01T23:47:45.445Z Compiling compact_str v0.8.1
27502026-07-01T23:47:46.127Z Compiling globwalk v0.9.1
27512026-07-01T23:47:46.376Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27522026-07-01T23:47:46.604Z Compiling parking_lot v0.11.2
27532026-07-01T23:47:46.813Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27542026-07-01T23:47:46.865Z Compiling hyper-staticfile v0.10.1
27552026-07-01T23:47:47.076Z Compiling darling_macro v0.13.4
27562026-07-01T23:47:47.577Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27572026-07-01T23:47:47.836Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27582026-07-01T23:47:48.045Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27592026-07-01T23:47:48.153Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27602026-07-01T23:47:48.245Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27612026-07-01T23:47:48.533Z Compiling predicates-tree v1.0.13
27622026-07-01T23:47:48.595Z Compiling unicode-truncate v1.1.0
27632026-07-01T23:47:48.639Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27642026-07-01T23:47:48.822Z Compiling lru v0.12.5
27652026-07-01T23:47:48.892Z Compiling rand_seeder v0.4.0
27662026-07-01T23:47:48.954Z Compiling prefix-trie v0.7.0
27672026-07-01T23:47:48.999Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27682026-07-01T23:47:49.526Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27692026-07-01T23:47:49.527Z Compiling illumos-nvpair-sys v0.2.0
27702026-07-01T23:47:49.527Z Compiling cassowary v0.3.0
27712026-07-01T23:47:49.527Z Compiling corncobs v0.1.4
27722026-07-01T23:47:49.527Z Compiling hickory-server v0.25.2
27732026-07-01T23:47:49.572Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27742026-07-01T23:47:49.572Z Compiling ratatui v0.29.0
27752026-07-01T23:47:49.596Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27762026-07-01T23:47:49.639Z Compiling camino-tempfile-ext v0.3.3
27772026-07-01T23:47:49.833Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27782026-07-01T23:47:50.068Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27792026-07-01T23:47:50.176Z Compiling darling v0.13.4
27802026-07-01T23:47:50.260Z Compiling sled v0.34.7
27812026-07-01T23:47:50.654Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27822026-07-01T23:47:50.715Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27832026-07-01T23:47:51.433Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27842026-07-01T23:47:55.442Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27852026-07-01T23:47:55.488Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27862026-07-01T23:47:55.488Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27872026-07-01T23:47:55.488Z Compiling secrecy v0.8.0
27882026-07-01T23:47:55.488Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27892026-07-01T23:47:55.488Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27902026-07-01T23:47:55.488Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27912026-07-01T23:47:55.488Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27922026-07-01T23:47:55.488Z Compiling serde_with_macros v1.5.2
27932026-07-01T23:47:55.928Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27942026-07-01T23:47:56.252Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27952026-07-01T23:47:56.275Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27962026-07-01T23:47:57.277Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27972026-07-01T23:47:57.637Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
27982026-07-01T23:47:57.754Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27992026-07-01T23:47:57.891Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28002026-07-01T23:47:58.014Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28012026-07-01T23:47:58.137Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28022026-07-01T23:47:58.260Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28032026-07-01T23:47:58.376Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28042026-07-01T23:47:58.451Z Compiling void v1.0.2
28052026-07-01T23:47:58.603Z Compiling lzss v0.8.2
28062026-07-01T23:47:58.990Z Compiling git2 v0.20.4
28072026-07-01T23:47:59.040Z Compiling illumos-nvpair v0.3.0
28082026-07-01T23:47:59.448Z Compiling serde_with v1.14.0
28092026-07-01T23:47:59.556Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28102026-07-01T23:47:59.923Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28112026-07-01T23:48:00.012Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28122026-07-01T23:48:00.632Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28132026-07-01T23:48:02.083Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28142026-07-01T23:48:02.174Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28152026-07-01T23:48:02.650Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28162026-07-01T23:48:03.950Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28172026-07-01T23:48:04.066Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28182026-07-01T23:48:04.182Z Compiling tungstenite v0.23.0
28192026-07-01T23:48:04.319Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28202026-07-01T23:48:04.691Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28212026-07-01T23:48:05.741Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28222026-07-01T23:48:05.988Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28232026-07-01T23:48:06.227Z Compiling nix v0.27.1
28242026-07-01T23:48:06.433Z Compiling twox-hash v2.1.2
28252026-07-01T23:48:06.496Z Compiling serde_bytes v0.11.19
28262026-07-01T23:48:06.729Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28272026-07-01T23:48:06.734Z Compiling tokio-tungstenite v0.23.1
28282026-07-01T23:48:06.793Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28292026-07-01T23:48:06.817Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28302026-07-01T23:48:06.949Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28312026-07-01T23:48:07.074Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28322026-07-01T23:48:07.444Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28332026-07-01T23:48:08.792Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28342026-07-01T23:48:09.451Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28352026-07-01T23:48:10.625Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28362026-07-01T23:48:11.037Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28372026-07-01T23:48:11.382Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28382026-07-01T23:48:11.486Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28392026-07-01T23:48:11.805Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28402026-07-01T23:48:12.008Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28412026-07-01T23:48:12.064Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28422026-07-01T23:48:12.293Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28432026-07-01T23:48:12.677Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28442026-07-01T23:48:13.220Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28452026-07-01T23:48:13.763Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28462026-07-01T23:48:15.775Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28472026-07-01T23:48:16.909Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28482026-07-01T23:48:16.966Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28492026-07-01T23:48:17.873Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28502026-07-01T23:48:18.364Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28512026-07-01T23:48:18.517Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28522026-07-01T23:48:18.636Z Compiling fatfs v0.3.6
28532026-07-01T23:48:18.739Z Compiling signal-hook-tokio v0.3.1
28542026-07-01T23:48:18.934Z Compiling yasna v0.5.2
28552026-07-01T23:48:19.285Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28562026-07-01T23:48:19.386Z Compiling is_ci v1.2.0
28572026-07-01T23:48:19.607Z Compiling seq-macro v0.3.6
28582026-07-01T23:48:19.901Z Compiling assert_matches v1.5.0
28592026-07-01T23:48:20.015Z Compiling supports-color v3.0.2
28602026-07-01T23:48:20.128Z Compiling rcgen v0.12.1
28612026-07-01T23:48:20.304Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28622026-07-01T23:48:20.513Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28632026-07-01T23:48:21.200Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28642026-07-01T23:48:23.190Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28652026-07-01T23:48:23.440Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28662026-07-01T23:48:23.695Z Compiling rtoolbox v0.0.3
28672026-07-01T23:48:23.832Z Compiling subprocess v0.2.15
28682026-07-01T23:48:23.986Z Compiling rpassword v7.4.0
28692026-07-01T23:48:24.280Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28702026-07-01T23:48:24.866Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28712026-07-01T23:48:25.074Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28722026-07-01T23:48:26.082Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28732026-07-01T23:48:26.251Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28742026-07-01T23:48:26.872Z Compiling tui-tree-widget v0.23.1
28752026-07-01T23:48:27.162Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28762026-07-01T23:48:27.617Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28772026-07-01T23:48:28.736Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28782026-07-01T23:48:28.971Z Compiling uzers v0.12.2
28792026-07-01T23:48:29.012Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28802026-07-01T23:48:29.547Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28812026-07-01T23:48:30.418Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28822026-07-01T23:48:31.610Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28832026-07-01T23:48:32.837Z Compiling support-bundle-viewer v0.1.2
28842026-07-01T23:48:34.696Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28852026-07-01T23:48:35.129Z Compiling multimap v0.10.1
28862026-07-01T23:48:49.985Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28872026-07-01T23:48:51.688Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28882026-07-01T23:48:57.197Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28892026-07-01T23:48:57.979Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28902026-07-01T23:48:58.593Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28912026-07-01T23:55:46.668Z Finished `release` profile [optimized] target(s) in 8m 59s
28922026-07-01T23:57:16.232Z
28932026-07-01T23:57:16.232Zreal 10:29.908538836
28942026-07-01T23:57:16.239Zuser 1:19:30.734597294
28952026-07-01T23:57:16.239Zsys 3:29.650696152
28962026-07-01T23:57:16.240Ztrap 1.749644034
28972026-07-01T23:57:16.240Ztflt 2.229284444
28982026-07-01T23:57:16.240Zdflt 19.127860090
28992026-07-01T23:57:16.240Zkflt 0.006849071
29002026-07-01T23:57:16.240Zlock 7:24:07.524602086
29012026-07-01T23:57:16.240Zslp 2:14:38.325632898
29022026-07-01T23:57:16.240Zlat 2:21.787604021
29032026-07-01T23:57:16.240Zstop 5:11.399457073
29042026-07-01T23:57:16.240Z+ mapfile -t packages
29052026-07-01T23:57:16.240Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29062026-07-01T23:57:17.141Z Finished `release` profile [optimized] target(s) in 0.89s
29072026-07-01T23:57:17.212Z Running `target/release/omicron-package -t test list-outputs`
29082026-07-01T23:57:17.267ZLogging to: /work/oxidecomputer/omicron/out/LOG
29092026-07-01T23:57:17.273Z+ ptime -m cargo build --locked --release -p xtask
29102026-07-01T23:57:17.744Z Compiling libc v0.2.185
29112026-07-01T23:57:17.745Z Compiling serde_core v1.0.228
29122026-07-01T23:57:17.745Z Compiling serde v1.0.228
29132026-07-01T23:57:17.752Z Compiling rustix v1.1.3
29142026-07-01T23:57:17.752Z Compiling bitflags v2.11.0
29152026-07-01T23:57:17.752Z Compiling serde_json v1.0.150
29162026-07-01T23:57:17.909Z Compiling usdt-impl v0.5.0
29172026-07-01T23:57:17.919Z Compiling syn v2.0.117
29182026-07-01T23:57:17.928Z Compiling syn v1.0.109
29192026-07-01T23:57:17.935Z Compiling getrandom v0.4.1
29202026-07-01T23:57:17.935Z Compiling log v0.4.29
29212026-07-01T23:57:17.956Z Compiling indexmap v2.14.0
29222026-07-01T23:57:17.967Z Compiling fs-err v3.3.0
29232026-07-01T23:57:18.187Z Compiling anyhow v1.0.102
29242026-07-01T23:57:18.195Z Compiling heck v0.4.1
29252026-07-01T23:57:18.267Z Compiling once_cell v1.21.3
29262026-07-01T23:57:18.626Z Compiling thread-id v4.2.2
29272026-07-01T23:57:18.669Z Compiling errno v0.3.14
29282026-07-01T23:57:18.690Z Compiling memmap v0.7.0
29292026-07-01T23:57:19.382Z Compiling proc-macro-error v1.0.4
29302026-07-01T23:57:19.648Z Compiling terminal_size v0.4.3
29312026-07-01T23:57:19.648Z Compiling tempfile v3.25.0
29322026-07-01T23:57:19.657Z Compiling tabled_derive v0.7.0
29332026-07-01T23:57:19.721Z Compiling clap_builder v4.6.0
29342026-07-01T23:57:19.732Z Compiling textwrap v0.16.2
29352026-07-01T23:57:20.019Z Compiling camino v1.2.2
29362026-07-01T23:57:20.019Z Compiling cargo-platform v0.3.2
29372026-07-01T23:57:20.044Z Compiling semver v1.0.28
29382026-07-01T23:57:20.149Z Compiling pest_generator v2.8.6
29392026-07-01T23:57:20.337Z Compiling tabled v0.15.0
29402026-07-01T23:57:20.364Z Compiling camino-tempfile v1.4.1
29412026-07-01T23:57:20.630Z Compiling serde_derive v1.0.228
29422026-07-01T23:57:20.630Z Compiling thiserror-impl v1.0.69
29432026-07-01T23:57:20.642Z Compiling zerocopy-derive v0.7.35
29442026-07-01T23:57:20.642Z Compiling scroll_derive v0.12.1
29452026-07-01T23:57:20.642Z Compiling thiserror-impl v2.0.18
29462026-07-01T23:57:20.642Z Compiling clap_derive v4.6.1
29472026-07-01T23:57:20.708Z Compiling pest_derive v2.8.6
29482026-07-01T23:57:21.393Z Compiling scroll v0.12.0
29492026-07-01T23:57:21.477Z Compiling zerocopy v0.7.35
29502026-07-01T23:57:21.714Z Compiling goblin v0.8.2
29512026-07-01T23:57:21.769Z Compiling thiserror v1.0.69
29522026-07-01T23:57:21.899Z Compiling dtrace-parser v0.2.0
29532026-07-01T23:57:22.067Z Compiling thiserror v2.0.18
29542026-07-01T23:57:22.353Z Compiling clap v4.6.1
29552026-07-01T23:57:23.852Z Compiling dof v0.3.0
29562026-07-01T23:57:23.901Z Compiling serde_spanned v0.6.9
29572026-07-01T23:57:23.921Z Compiling toml_datetime v0.6.11
29582026-07-01T23:57:23.982Z Compiling serde_tokenstream v0.2.3
29592026-07-01T23:57:24.065Z Compiling cargo_metadata v0.23.1
29602026-07-01T23:57:24.074Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29612026-07-01T23:57:24.074Z Compiling macaddr v1.0.1
29622026-07-01T23:57:24.115Z Compiling toml_edit v0.22.27
29632026-07-01T23:57:24.561Z Compiling usdt-attr-macro v0.5.0
29642026-07-01T23:57:24.561Z Compiling usdt-macro v0.5.0
29652026-07-01T23:57:25.221Z Compiling usdt v0.5.0
29662026-07-01T23:57:25.659Z Compiling toml v0.8.23
29672026-07-01T23:57:26.097Z Compiling cargo_toml v0.21.0
29682026-07-01T23:57:30.607Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29692026-07-01T23:57:33.529Z Finished `release` profile [optimized] target(s) in 16.24s
29702026-07-01T23:57:33.668Z
29712026-07-01T23:57:33.668Zreal 16.326079829
29722026-07-01T23:57:33.694Zuser 2:05.901322777
29732026-07-01T23:57:33.694Zsys 13.926424643
29742026-07-01T23:57:33.694Ztrap 0.060746361
29752026-07-01T23:57:33.695Ztflt 0.439486891
29762026-07-01T23:57:33.695Zdflt 1.736269760
29772026-07-01T23:57:33.695Zkflt 0.000039466
29782026-07-01T23:57:33.695Zlock 4:29.757794741
29792026-07-01T23:57:33.695Zslp 2:43.496936812
29802026-07-01T23:57:33.695Zlat 4.590837310
29812026-07-01T23:57:33.695Zstop 16.173041963
29822026-07-01T23:57:33.695Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29832026-07-01T23:57:33.695Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29842026-07-01T23:57:33.695Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29852026-07-01T23:57:33.695Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29862026-07-01T23:57:33.695Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
29872026-07-01T23:57:34.541Z Compiling progenitor-client v0.14.0
29882026-07-01T23:57:34.567Z Compiling newtype-uuid-macros v0.1.0
29892026-07-01T23:57:34.567Z Compiling match_cfg v0.1.0
29902026-07-01T23:57:34.567Z Compiling slog-json v2.6.1
29912026-07-01T23:57:34.567Z Compiling structmeta-derive v0.3.0
29922026-07-01T23:57:34.567Z Compiling sha1 v0.11.0
29932026-07-01T23:57:34.736Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29942026-07-01T23:57:34.774Z Compiling multer v3.1.0
29952026-07-01T23:57:34.775Z Compiling debug-ignore v1.0.5
29962026-07-01T23:57:34.775Z Compiling compression-core v0.4.31
29972026-07-01T23:57:34.775Z Compiling atomicwrites v0.4.4
29982026-07-01T23:57:34.775Z Compiling itertools v0.14.0
29992026-07-01T23:57:34.775Z Compiling async-stream-impl v0.3.6
30002026-07-01T23:57:34.775Z Compiling toml_datetime v1.1.1+spec-1.1.0
30012026-07-01T23:57:34.790Z Compiling serde_spanned v1.1.1
30022026-07-01T23:57:34.790Z Compiling dropshot v0.17.1
30032026-07-01T23:57:34.850Z Compiling hostname v0.3.1
30042026-07-01T23:57:34.984Z Compiling slog-bunyan v2.5.0
30052026-07-01T23:57:34.994Z Compiling toml_writer v1.1.1+spec-1.1.0
30062026-07-01T23:57:34.994Z Compiling rustls-pemfile v2.2.0
30072026-07-01T23:57:34.994Z Compiling waitgroup v0.1.2
30082026-07-01T23:57:35.148Z Compiling compression-codecs v0.4.37
30092026-07-01T23:57:35.166Z Compiling dropshot_endpoint v0.17.1
30102026-07-01T23:57:35.166Z Compiling serde_path_to_error v0.1.20
30112026-07-01T23:57:35.166Z Compiling hostname v0.4.2
30122026-07-01T23:57:35.166Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30132026-07-01T23:57:35.185Z Compiling toml v1.1.2+spec-1.1.0
30142026-07-01T23:57:35.185Z Compiling macaddr v1.0.1
30152026-07-01T23:57:35.221Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30162026-07-01T23:57:35.233Z Compiling async-compression v0.4.41
30172026-07-01T23:57:35.233Z Compiling instant v0.1.13
30182026-07-01T23:57:35.311Z Compiling regress v0.10.5
30192026-07-01T23:57:35.357Z Compiling backon v1.6.0
30202026-07-01T23:57:35.365Z Compiling backoff v0.4.0
30212026-07-01T23:57:35.390Z Compiling humantime v2.3.0
30222026-07-01T23:57:35.443Z Compiling regress v0.11.1
30232026-07-01T23:57:35.480Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30242026-07-01T23:57:35.486Z Compiling half v2.7.1
30252026-07-01T23:57:35.525Z Compiling async-stream v0.3.6
30262026-07-01T23:57:35.578Z Compiling progenitor-extras v0.2.0
30272026-07-01T23:57:35.586Z Compiling ciborium-io v0.2.2
30282026-07-01T23:57:35.620Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30292026-07-01T23:57:35.645Z Compiling crucible-workspace-hack v0.1.0
30302026-07-01T23:57:35.671Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30312026-07-01T23:57:35.702Z Compiling convert_case v0.4.0
30322026-07-01T23:57:35.720Z Compiling secrecy v0.10.3
30332026-07-01T23:57:35.751Z Compiling unsafe-libyaml v0.2.11
30342026-07-01T23:57:35.774Z Compiling ciborium-ll v0.2.2
30352026-07-01T23:57:35.828Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30362026-07-01T23:57:35.878Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30372026-07-01T23:57:35.878Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30382026-07-01T23:57:35.922Z Compiling structmeta v0.3.0
30392026-07-01T23:57:35.957Z Compiling inout v0.1.4
30402026-07-01T23:57:35.991Z Compiling ciborium v0.2.2
30412026-07-01T23:57:36.023Z Compiling thiserror-impl-no-std v2.0.2
30422026-07-01T23:57:36.023Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30432026-07-01T23:57:36.194Z Compiling derive_more v0.99.20
30442026-07-01T23:57:36.234Z Compiling cipher v0.4.4
30452026-07-01T23:57:36.235Z Compiling universal-hash v0.5.1
30462026-07-01T23:57:36.235Z Compiling derive-ex v0.1.8
30472026-07-01T23:57:36.235Z Compiling parse-display-derive v0.10.0
30482026-07-01T23:57:36.235Z Compiling opaque-debug v0.3.1
30492026-07-01T23:57:36.393Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30502026-07-01T23:57:36.399Z Compiling serde_yaml v0.9.34+deprecated
30512026-07-01T23:57:36.399Z Compiling poly1305 v0.8.0
30522026-07-01T23:57:36.399Z Compiling byte-wrapper v0.1.0
30532026-07-01T23:57:36.399Z Compiling chacha20 v0.9.1
30542026-07-01T23:57:36.493Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30552026-07-01T23:57:36.508Z Compiling blake2 v0.10.6
30562026-07-01T23:57:36.543Z Compiling aead v0.5.2
30572026-07-01T23:57:36.677Z Compiling password-hash v0.5.0
30582026-07-01T23:57:36.689Z Compiling toml_datetime v0.7.5+spec-1.1.0
30592026-07-01T23:57:36.734Z Compiling chacha20poly1305 v0.10.1
30602026-07-01T23:57:36.786Z Compiling indent_write v2.2.0
30612026-07-01T23:57:36.933Z Compiling toml_edit v0.23.10+spec-1.0.0
30622026-07-01T23:57:36.943Z Compiling argon2 v0.5.3
30632026-07-01T23:57:36.984Z Compiling heapless v0.8.0
30642026-07-01T23:57:37.135Z Compiling typify-impl v0.6.2
30652026-07-01T23:57:37.226Z Compiling ingot-macros v0.1.1
30662026-07-01T23:57:37.226Z Compiling tabwriter v1.4.1
30672026-07-01T23:57:37.253Z Compiling thiserror-no-std v2.0.2
30682026-07-01T23:57:37.327Z Compiling vsss-rs v3.3.4
30692026-07-01T23:57:37.376Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30702026-07-01T23:57:37.579Z Compiling proc-macro-crate v3.4.0
30712026-07-01T23:57:37.641Z Compiling hash32 v0.3.1
30722026-07-01T23:57:37.821Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30732026-07-01T23:57:37.888Z Compiling smoltcp v0.11.0
30742026-07-01T23:57:37.973Z Compiling test-strategy v0.4.5
30752026-07-01T23:57:37.998Z Compiling parse-display v0.10.0
30762026-07-01T23:57:38.097Z Compiling cobs v0.3.0
30772026-07-01T23:57:38.141Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30782026-07-01T23:57:38.241Z Compiling num_enum_derive v0.7.6
30792026-07-01T23:57:38.360Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30802026-07-01T23:57:38.426Z Compiling colored v3.1.1
30812026-07-01T23:57:38.426Z Compiling postcard v1.1.3
30822026-07-01T23:57:38.993Z Compiling proc-macro-error v1.0.4
30832026-07-01T23:57:38.993Z Compiling rand v0.10.1
30842026-07-01T23:57:39.192Z Compiling proc-macro-crate v1.3.1
30852026-07-01T23:57:39.192Z Compiling foreign-types-macros v0.2.3
30862026-07-01T23:57:39.192Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30872026-07-01T23:57:39.192Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30882026-07-01T23:57:39.192Z Compiling foreign-types-shared v0.3.1
30892026-07-01T23:57:39.192Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30902026-07-01T23:57:39.192Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30912026-07-01T23:57:39.192Z Compiling rayon-core v1.13.0
30922026-07-01T23:57:39.404Z Compiling num_enum_derive v0.5.11
30932026-07-01T23:57:39.404Z Compiling crossbeam-deque v0.8.6
30942026-07-01T23:57:39.404Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30952026-07-01T23:57:39.404Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30962026-07-01T23:57:39.404Z Compiling cstr-argument v0.1.2
30972026-07-01T23:57:39.404Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30982026-07-01T23:57:39.484Z Compiling num_enum v0.7.6
30992026-07-01T23:57:39.484Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31002026-07-01T23:57:39.485Z Compiling foreign-types v0.5.0
31012026-07-01T23:57:39.485Z Compiling zone_cfg_derive v0.3.1
31022026-07-01T23:57:39.565Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31032026-07-01T23:57:39.566Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31042026-07-01T23:57:39.566Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31052026-07-01T23:57:39.603Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31062026-07-01T23:57:39.603Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31072026-07-01T23:57:39.623Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31082026-07-01T23:57:39.654Z Compiling itertools v0.12.1
31092026-07-01T23:57:39.679Z Compiling num-derive v0.4.2
31102026-07-01T23:57:39.745Z Compiling rayon v1.11.0
31112026-07-01T23:57:39.760Z Compiling sigpipe v0.1.3
31122026-07-01T23:57:39.840Z Compiling cpubits v0.1.1
31132026-07-01T23:57:39.869Z Compiling glob v0.3.3
31142026-07-01T23:57:39.950Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31152026-07-01T23:57:39.977Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31162026-07-01T23:57:39.991Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31172026-07-01T23:57:40.161Z Compiling ingot-types v0.1.2
31182026-07-01T23:57:40.212Z Compiling smf v0.2.3
31192026-07-01T23:57:40.212Z Compiling whoami v1.6.1
31202026-07-01T23:57:40.213Z Compiling num_enum v0.5.11
31212026-07-01T23:57:40.241Z Compiling usdt-attr-macro v0.5.0
31222026-07-01T23:57:40.241Z Compiling usdt-macro v0.5.0
31232026-07-01T23:57:40.286Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31242026-07-01T23:57:40.305Z Compiling gethostname v0.5.0
31252026-07-01T23:57:40.326Z Compiling num-rational v0.4.2
31262026-07-01T23:57:40.450Z Compiling pem-rfc7468 v1.0.0
31272026-07-01T23:57:40.471Z Compiling num-complex v0.4.6
31282026-07-01T23:57:40.551Z Compiling ingot v0.1.1
31292026-07-01T23:57:40.679Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31302026-07-01T23:57:40.693Z Compiling memmap v0.7.0
31312026-07-01T23:57:40.793Z Compiling derive-where v1.6.0
31322026-07-01T23:57:40.891Z Compiling zone v0.3.1
31332026-07-01T23:57:40.910Z Compiling num v0.4.3
31342026-07-01T23:57:40.919Z Compiling float-ord v0.3.2
31352026-07-01T23:57:40.919Z Compiling toml v0.8.23
31362026-07-01T23:57:40.959Z Compiling hmac v0.13.0
31372026-07-01T23:57:41.010Z Compiling universal-hash v0.6.1
31382026-07-01T23:57:41.065Z Compiling resolv-conf v0.7.6
31392026-07-01T23:57:41.080Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31402026-07-01T23:57:41.110Z Compiling usdt v0.5.0
31412026-07-01T23:57:41.110Z Compiling owo-colors v4.3.0
31422026-07-01T23:57:41.177Z Compiling cancel-safe-futures v0.1.5
31432026-07-01T23:57:41.214Z Compiling polyval v0.7.1
31442026-07-01T23:57:41.237Z Compiling der v0.8.0
31452026-07-01T23:57:41.297Z Compiling libsw-core v0.3.2
31462026-07-01T23:57:41.441Z Compiling prettyplease v0.2.37
31472026-07-01T23:57:41.482Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31482026-07-01T23:57:41.538Z Compiling libsw v3.5.0
31492026-07-01T23:57:41.589Z Compiling ghash v0.6.0
31502026-07-01T23:57:41.680Z Compiling pbkdf2 v0.13.0
31512026-07-01T23:57:41.749Z Compiling aes v0.9.1
31522026-07-01T23:57:41.750Z Compiling console v0.15.11
31532026-07-01T23:57:41.792Z Compiling typify-macro v0.6.2
31542026-07-01T23:57:41.792Z Compiling hickory-proto v0.24.4
31552026-07-01T23:57:41.792Z Compiling newline-converter v0.3.0
31562026-07-01T23:57:41.809Z Compiling ctr v0.10.1
31572026-07-01T23:57:41.809Z Compiling aead v0.6.1
31582026-07-01T23:57:41.914Z Compiling sha2 v0.11.0
31592026-07-01T23:57:41.940Z Compiling libefi-sys v0.1.0
31602026-07-01T23:57:41.992Z Compiling linear-map v1.2.0
31612026-07-01T23:57:42.020Z Compiling linked-hash-map v0.5.6
31622026-07-01T23:57:42.121Z Compiling expectorate v1.2.0
31632026-07-01T23:57:42.381Z Compiling spki v0.8.0
31642026-07-01T23:57:42.425Z Compiling lru-cache v0.1.2
31652026-07-01T23:57:42.425Z Compiling aes-gcm v0.11.0
31662026-07-01T23:57:42.425Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31672026-07-01T23:57:42.426Z Compiling crypto-bigint v0.7.5
31682026-07-01T23:57:42.426Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31692026-07-01T23:57:42.426Z Compiling git-stub v1.0.0
31702026-07-01T23:57:42.512Z Compiling salsa20 v0.11.0
31712026-07-01T23:57:42.581Z Compiling cbc v0.2.1
31722026-07-01T23:57:42.606Z Compiling bitfield-struct v0.6.2
31732026-07-01T23:57:42.606Z Compiling nom v8.0.0
31742026-07-01T23:57:42.606Z Compiling semver v0.1.20
31752026-07-01T23:57:43.377Z Compiling git-stub-vcs v0.1.0
31762026-07-01T23:57:43.557Z Compiling scrypt v0.12.0
31772026-07-01T23:57:43.557Z Compiling rustc_version v0.1.7
31782026-07-01T23:57:43.557Z Compiling tokio-dtrace v0.1.1
31792026-07-01T23:57:43.557Z Compiling dropshot-api-manager-types v0.7.2
31802026-07-01T23:57:43.557Z Compiling slog-dtrace v0.3.0
31812026-07-01T23:57:43.557Z Compiling minimal-lexical v0.2.1
31822026-07-01T23:57:43.557Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31832026-07-01T23:57:43.557Z Compiling oxide-tokio-rt v0.1.4
31842026-07-01T23:57:43.557Z Compiling newtype_derive v0.1.6
31852026-07-01T23:57:43.557Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31862026-07-01T23:57:43.557Z Compiling nom v7.1.3
31872026-07-01T23:57:43.557Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31882026-07-01T23:57:43.698Z Compiling pkcs5 v0.8.1
31892026-07-01T23:57:43.699Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31902026-07-01T23:57:43.699Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31912026-07-01T23:57:43.699Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31922026-07-01T23:57:43.699Z Compiling phf_shared v0.12.1
31932026-07-01T23:57:43.745Z Compiling csv-core v0.1.13
31942026-07-01T23:57:43.745Z Compiling typify v0.6.2
31952026-07-01T23:57:43.823Z Compiling progenitor-impl v0.14.0
31962026-07-01T23:57:43.863Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31972026-07-01T23:57:43.863Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31982026-07-01T23:57:43.863Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31992026-07-01T23:57:43.887Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32002026-07-01T23:57:43.950Z Compiling chrono-tz v0.10.4
32012026-07-01T23:57:43.993Z Compiling hickory-resolver v0.24.4
32022026-07-01T23:57:44.023Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32032026-07-01T23:57:44.120Z Compiling xshell-macros v0.2.7
32042026-07-01T23:57:44.149Z Compiling unicode-xid v0.2.6
32052026-07-01T23:57:44.172Z Compiling highway v1.3.0
32062026-07-01T23:57:44.304Z Compiling const_format_proc_macros v0.2.34
32072026-07-01T23:57:44.603Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32082026-07-01T23:57:44.794Z Compiling xshell v0.2.7
32092026-07-01T23:57:44.850Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32102026-07-01T23:57:44.865Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32112026-07-01T23:57:44.997Z Compiling qorb v0.4.1
32122026-07-01T23:57:45.084Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32132026-07-01T23:57:45.164Z Compiling csv v1.4.0
32142026-07-01T23:57:45.238Z Compiling pkcs8 v0.11.0
32152026-07-01T23:57:45.282Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32162026-07-01T23:57:45.320Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32172026-07-01T23:57:45.438Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32182026-07-01T23:57:45.517Z Compiling phf v0.12.1
32192026-07-01T23:57:45.685Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32202026-07-01T23:57:45.709Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32212026-07-01T23:57:45.854Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32222026-07-01T23:57:45.946Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32232026-07-01T23:57:46.020Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32242026-07-01T23:57:46.064Z Compiling const_format v0.2.35
32252026-07-01T23:57:46.128Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32262026-07-01T23:57:46.253Z Compiling tabled_derive v0.7.0
32272026-07-01T23:57:46.344Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32282026-07-01T23:57:46.444Z Compiling progenitor-macro v0.14.0
32292026-07-01T23:57:46.471Z Compiling bcs v0.1.6
32302026-07-01T23:57:46.764Z Compiling ff v0.14.0
32312026-07-01T23:57:47.382Z Compiling tagptr v0.2.0
32322026-07-01T23:57:47.382Z Compiling salty v0.3.0
32332026-07-01T23:57:47.382Z Compiling termtree v0.5.1
32342026-07-01T23:57:47.382Z Compiling moka v0.12.13
32352026-07-01T23:57:47.383Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32362026-07-01T23:57:47.383Z Compiling textwrap v0.16.2
32372026-07-01T23:57:47.383Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32382026-07-01T23:57:47.388Z Compiling tabled v0.15.0
32392026-07-01T23:57:47.521Z Compiling steno v0.4.1
32402026-07-01T23:57:47.521Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32412026-07-01T23:57:47.521Z Compiling sha1 v0.10.6
32422026-07-01T23:57:47.582Z Compiling signature v3.0.0
32432026-07-01T23:57:47.582Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32442026-07-01T23:57:47.647Z Compiling base16ct v1.0.0
32452026-07-01T23:57:47.706Z Compiling radium v0.7.0
32462026-07-01T23:57:47.706Z Compiling base64 v0.21.7
32472026-07-01T23:57:47.792Z Compiling hickory-resolver v0.25.2
32482026-07-01T23:57:47.830Z Compiling sec1 v0.8.1
32492026-07-01T23:57:47.851Z Compiling group v0.14.0
32502026-07-01T23:57:47.940Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32512026-07-01T23:57:47.970Z Compiling hkdf v0.13.0
32522026-07-01T23:57:48.004Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32532026-07-01T23:57:48.061Z Compiling rfc6979 v0.4.0
32542026-07-01T23:57:48.103Z Compiling maybe-uninit v2.0.0
32552026-07-01T23:57:48.144Z Compiling tap v1.0.1
32562026-07-01T23:57:48.171Z Compiling ecdsa v0.16.9
32572026-07-01T23:57:48.196Z Compiling elliptic-curve v0.14.0-rc.33
32582026-07-01T23:57:48.277Z Compiling wyz v0.5.1
32592026-07-01T23:57:48.486Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32602026-07-01T23:57:48.515Z Compiling primeorder v0.13.6
32612026-07-01T23:57:48.620Z Compiling proc-macro-error-attr2 v2.0.0
32622026-07-01T23:57:48.721Z Compiling parking_lot_core v0.8.6
32632026-07-01T23:57:48.840Z Compiling utf-8 v0.7.6
32642026-07-01T23:57:48.855Z Compiling packed_struct v0.10.1
32652026-07-01T23:57:48.942Z Compiling funty v2.0.0
32662026-07-01T23:57:49.048Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32672026-07-01T23:57:49.087Z Compiling tungstenite v0.21.0
32682026-07-01T23:57:49.150Z Compiling proc-macro-error2 v2.0.1
32692026-07-01T23:57:49.180Z Compiling p384 v0.13.1
32702026-07-01T23:57:49.345Z Compiling bitvec v1.0.1
32712026-07-01T23:57:49.543Z Compiling rfc6979 v0.5.0
32722026-07-01T23:57:49.592Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32732026-07-01T23:57:50.633Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32742026-07-01T23:57:50.643Z Compiling packed_struct_codegen v0.10.1
32752026-07-01T23:57:50.643Z Compiling num-derive v0.3.3
32762026-07-01T23:57:50.643Z Compiling zerocopy-derive v0.6.6
32772026-07-01T23:57:50.643Z Compiling bitfield-macros v0.19.4
32782026-07-01T23:57:50.644Z Compiling indexmap v1.9.3
32792026-07-01T23:57:50.644Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32802026-07-01T23:57:50.644Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32812026-07-01T23:57:50.644Z Compiling crc-catalog v2.4.0
32822026-07-01T23:57:50.644Z Compiling nodrop v0.1.14
32832026-07-01T23:57:50.644Z Compiling crc v3.4.0
32842026-07-01T23:57:50.644Z Compiling array-init v0.0.4
32852026-07-01T23:57:50.644Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32862026-07-01T23:57:50.644Z Compiling ecdsa v0.17.0-rc.18
32872026-07-01T23:57:50.644Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32882026-07-01T23:57:50.644Z Compiling tokio-tungstenite v0.21.0
32892026-07-01T23:57:53.688Z Compiling bitfield v0.19.4
32902026-07-01T23:57:53.849Z Compiling smallvec v0.6.14
32912026-07-01T23:57:53.849Z Compiling tabled_derive v0.11.0
32922026-07-01T23:57:53.849Z Compiling zerocopy v0.6.6
32932026-07-01T23:57:53.850Z Compiling libscf-sys v1.1.0
32942026-07-01T23:57:53.902Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32952026-07-01T23:57:53.903Z Compiling primeorder v0.14.0-rc.10
32962026-07-01T23:57:53.904Z Compiling primefield v0.14.0
32972026-07-01T23:57:53.904Z Compiling progenitor-impl v0.13.0
32982026-07-01T23:57:53.904Z Compiling papergrid v0.17.0
32992026-07-01T23:57:53.904Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33002026-07-01T23:57:53.904Z Compiling testing_table v0.3.0
33012026-07-01T23:57:53.904Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33022026-07-01T23:57:53.904Z Compiling curve25519-dalek v5.0.0-rc.0
33032026-07-01T23:57:53.904Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33042026-07-01T23:57:53.904Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33052026-07-01T23:57:53.904Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33062026-07-01T23:57:53.904Z Compiling hashbrown v0.12.3
33072026-07-01T23:57:53.904Z Compiling progenitor v0.14.0
33082026-07-01T23:57:53.904Z Compiling corncobs v0.1.4
33092026-07-01T23:57:53.904Z Compiling illumos-nvpair-sys v0.2.0
33102026-07-01T23:57:53.904Z Compiling unicase v2.9.0
33112026-07-01T23:57:53.904Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33122026-07-01T23:57:53.904Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33132026-07-01T23:57:53.904Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33142026-07-01T23:57:53.904Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33152026-07-01T23:57:53.904Z Compiling mime_guess v2.0.5
33162026-07-01T23:57:53.905Z Compiling tabled v0.20.0
33172026-07-01T23:57:53.905Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33182026-07-01T23:57:53.905Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33192026-07-01T23:57:53.905Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33202026-07-01T23:57:53.905Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33212026-07-01T23:57:53.905Z Compiling parking_lot v0.11.2
33222026-07-01T23:57:53.905Z Compiling serde-hex v0.1.0
33232026-07-01T23:57:53.905Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33242026-07-01T23:57:53.905Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33252026-07-01T23:57:53.906Z Compiling ron v0.8.1
33262026-07-01T23:57:53.906Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33272026-07-01T23:57:53.906Z Compiling ssh-encoding v0.3.0-rc.9
33282026-07-01T23:57:53.906Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33292026-07-01T23:57:53.906Z Compiling hashbrown v0.13.2
33302026-07-01T23:57:53.906Z Compiling progenitor-client v0.13.0
33312026-07-01T23:57:53.906Z Compiling prefix-trie v0.7.0
33322026-07-01T23:57:53.906Z Compiling fxhash v0.2.1
33332026-07-01T23:57:53.906Z Compiling secrecy v0.8.0
33342026-07-01T23:57:53.906Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33352026-07-01T23:57:53.906Z Compiling crc-any v2.5.0
33362026-07-01T23:57:53.906Z Compiling hickory-server v0.25.2
33372026-07-01T23:57:53.906Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33382026-07-01T23:57:53.906Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33392026-07-01T23:57:53.906Z Compiling progenitor-macro v0.13.0
33402026-07-01T23:57:54.181Z Compiling sled v0.34.7
33412026-07-01T23:57:54.382Z Compiling object v0.30.4
33422026-07-01T23:57:54.488Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33432026-07-01T23:57:54.557Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33442026-07-01T23:57:54.648Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33452026-07-01T23:57:54.946Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33462026-07-01T23:57:55.297Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33472026-07-01T23:57:55.323Z Compiling ed25519 v3.0.0
33482026-07-01T23:57:55.323Z Compiling crypto-primes v0.7.2
33492026-07-01T23:57:55.690Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33502026-07-01T23:57:55.732Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33512026-07-01T23:57:56.033Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33522026-07-01T23:57:56.141Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33532026-07-01T23:57:56.199Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33542026-07-01T23:57:56.221Z Compiling pkcs1 v0.8.0-rc.4
33552026-07-01T23:57:56.274Z Compiling poly1305 v0.9.0
33562026-07-01T23:57:56.672Z Compiling blowfish v0.10.0
33572026-07-01T23:57:56.707Z Compiling blake2 v0.11.0-rc.6
33582026-07-01T23:57:56.848Z Compiling keccak v0.2.0
33592026-07-01T23:57:56.870Z Compiling path-slash v0.1.5
33602026-07-01T23:57:56.968Z Compiling fiat-crypto v0.3.0
33612026-07-01T23:57:57.029Z Compiling crc8 v0.1.1
33622026-07-01T23:57:57.047Z Compiling http-range v0.1.5
33632026-07-01T23:57:57.047Z Compiling half v1.8.3
33642026-07-01T23:57:57.077Z Compiling sha3 v0.11.0
33652026-07-01T23:57:57.166Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33662026-07-01T23:57:57.281Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33672026-07-01T23:57:57.350Z Compiling argon2 v0.6.0-rc.8
33682026-07-01T23:57:57.350Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33692026-07-01T23:57:57.459Z Compiling serde_cbor v0.11.2
33702026-07-01T23:57:57.507Z Compiling bcrypt-pbkdf v0.11.0
33712026-07-01T23:57:57.645Z Compiling ssh-cipher v0.3.0-rc.9
33722026-07-01T23:57:57.741Z Compiling rsa v0.10.0-rc.18
33732026-07-01T23:57:57.895Z Compiling ed25519-dalek v3.0.0-rc.0
33742026-07-01T23:57:58.013Z Compiling illumos-nvpair v0.3.0
33752026-07-01T23:57:58.294Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33762026-07-01T23:57:58.315Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33772026-07-01T23:57:58.315Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33782026-07-01T23:57:58.315Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33792026-07-01T23:57:58.315Z Compiling p521 v0.14.0-rc.10
33802026-07-01T23:57:58.409Z Compiling p256 v0.14.0-rc.10
33812026-07-01T23:57:58.572Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33822026-07-01T23:57:58.617Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33832026-07-01T23:57:58.693Z Compiling yasna v0.5.2
33842026-07-01T23:57:58.734Z Compiling kstat-rs v0.2.4
33852026-07-01T23:57:58.863Z Compiling headers-core v0.3.0
33862026-07-01T23:57:58.914Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33872026-07-01T23:57:59.000Z Compiling progenitor v0.13.0
33882026-07-01T23:57:59.057Z Compiling kem v0.3.0
33892026-07-01T23:57:59.164Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33902026-07-01T23:57:59.239Z Compiling module-lattice v0.2.3
33912026-07-01T23:57:59.253Z Compiling nanorand v0.7.0
33922026-07-01T23:57:59.253Z Compiling atty v0.2.14
33932026-07-01T23:57:59.297Z Compiling rcgen v0.12.1
33942026-07-01T23:57:59.378Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33952026-07-01T23:57:59.412Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33962026-07-01T23:57:59.413Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33972026-07-01T23:57:59.438Z Compiling flume v0.11.1
33982026-07-01T23:57:59.523Z Compiling ml-kem v0.3.2
33992026-07-01T23:57:59.650Z Compiling headers v0.4.1
34002026-07-01T23:57:59.777Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34012026-07-01T23:58:00.845Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34022026-07-01T23:58:00.876Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34032026-07-01T23:58:00.876Z Compiling hyper-staticfile v0.10.1
34042026-07-01T23:58:00.876Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34052026-07-01T23:58:00.876Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34062026-07-01T23:58:00.876Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34072026-07-01T23:58:00.876Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34082026-07-01T23:58:00.895Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34092026-07-01T23:58:00.895Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34102026-07-01T23:58:01.209Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34112026-07-01T23:58:01.236Z Compiling russh-cryptovec v0.61.0
34122026-07-01T23:58:01.273Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34132026-07-01T23:58:01.536Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34142026-07-01T23:58:01.556Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34152026-07-01T23:58:01.975Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34162026-07-01T23:58:01.975Z Compiling internal-russh-num-bigint v0.5.0
34172026-07-01T23:58:01.975Z Compiling num-bigint v0.4.6
34182026-07-01T23:58:01.975Z Compiling generic-array v1.4.3
34192026-07-01T23:58:01.975Z Compiling russh-util v0.52.0
34202026-07-01T23:58:02.032Z Compiling enum_dispatch v0.3.13
34212026-07-01T23:58:02.174Z Compiling delegate v0.13.5
34222026-07-01T23:58:02.199Z Compiling subprocess v0.2.15
34232026-07-01T23:58:02.417Z Compiling p384 v0.14.0-rc.10
34242026-07-01T23:58:02.472Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34252026-07-01T23:58:02.482Z Compiling md5 v0.8.0
34262026-07-01T23:58:02.656Z Compiling hex-literal v1.1.0
34272026-07-01T23:58:02.786Z Compiling display-error-chain v0.2.2
34282026-07-01T23:58:02.874Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34292026-07-01T23:58:02.925Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34302026-07-01T23:58:02.962Z Compiling colored v2.2.0
34312026-07-01T23:58:02.998Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34322026-07-01T23:58:02.998Z Compiling socket2 v0.5.10
34332026-07-01T23:58:03.103Z Compiling internet-checksum v0.2.1
34342026-07-01T23:58:03.746Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34352026-07-01T23:58:04.444Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34362026-07-01T23:58:04.532Z Compiling ssh-key v0.7.0-rc.10
34372026-07-01T23:58:04.989Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34382026-07-01T23:58:05.774Z Compiling russh v0.61.2
34392026-07-01T23:58:06.183Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34402026-07-01T23:58:06.881Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34412026-07-01T23:58:15.365Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34422026-07-01T23:58:15.367Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34432026-07-01T23:58:15.367Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34442026-07-01T23:58:15.399Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34452026-07-01T23:58:17.160Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34462026-07-01T23:58:17.191Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34472026-07-01T23:58:21.269Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34482026-07-01T23:59:01.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
34492026-07-01T23:59:02.196Z
34502026-07-01T23:59:02.196Zreal 1:28.473073444
34512026-07-01T23:59:02.196Zuser 8:47.024934240
34522026-07-01T23:59:02.196Zsys 1:43.515457688
34532026-07-01T23:59:02.196Ztrap 0.269298534
34542026-07-01T23:59:02.196Ztflt 0.367974882
34552026-07-01T23:59:02.196Zdflt 1.561869411
34562026-07-01T23:59:02.197Zkflt 0.000221581
34572026-07-01T23:59:02.238Zlock 31:14.353288001
34582026-07-01T23:59:02.238Zslp 20:03.502931697
34592026-07-01T23:59:02.238Zlat 43.507457154
34602026-07-01T23:59:02.238Zstop 3:06.011586047
34612026-07-01T23:59:02.238Z+ mkdir tests
34622026-07-01T23:59:02.238Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34632026-07-01T23:59:02.238Z+ xargs -I '{}' -t cp '{}' tests/
34642026-07-01T23:59:02.239Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-5d8788095df50169 tests/
34652026-07-01T23:59:02.274Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-28ca867972fd04ac tests/
34662026-07-01T23:59:02.274Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-532d150591fa6cbf tests/
34672026-07-01T23:59:02.309Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6647dcf137384933 tests/
34682026-07-01T23:59:03.380Z+ 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)
34692026-07-01T23:59:03.596Z+ 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-28ca867972fd04ac tests/commtest-532d150591fa6cbf tests/dhcp_server-5d8788095df50169 tests/end_to_end_tests-6647dcf137384933 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
34702026-07-02T00:00:21.991ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34712026-07-02T00:00:21.991Za .github/buildomat/ci-env.sh 1K
34722026-07-02T00:00:21.991Za out/target/test 1K
34732026-07-02T00:00:21.991Za out/npuzone/npuzone 27402K
34742026-07-02T00:00:21.991Za package-manifest.toml 35K
34752026-07-02T00:00:21.991Za smf/sled-agent/non-gimlet/config.toml 6K
34762026-07-02T00:00:21.991Za target/release/omicron-package 40715K
34772026-07-02T00:00:21.991Za target/release/xtask 10425K
34782026-07-02T00:00:21.991Za target/debug/bootstrap 348392K
34792026-07-02T00:00:21.991Za tests/bootstrap-28ca867972fd04ac 31974K
34802026-07-02T00:00:21.991Za tests/commtest-532d150591fa6cbf 32169K
34812026-07-02T00:00:21.993Za tests/dhcp_server-5d8788095df50169 31974K
34822026-07-02T00:00:21.993Za tests/end_to_end_tests-6647dcf137384933 399227K
34832026-07-02T00:00:21.993Za tools/opte_version 1K
34842026-07-02T00:00:21.993Za tools/opte_version_override 2K
34852026-07-02T00:00:21.993Za out/clickhouse.tar.gz 308148K
34862026-07-02T00:00:21.993Za out/clickhouse_keeper.tar.gz 294620K
34872026-07-02T00:00:21.993Za out/clickhouse_server.tar.gz 308145K
34882026-07-02T00:00:21.993Za out/cockroachdb.tar.gz 158513K
34892026-07-02T00:00:21.993Za out/crucible-pantry-zone.tar.gz 37339K
34902026-07-02T00:00:21.993Za out/crucible-utils.tar 18900K
34912026-07-02T00:00:21.993Za out/crucible-zone.tar.gz 52035K
34922026-07-02T00:00:21.993Za out/external-dns.tar.gz 43912K
34932026-07-02T00:00:21.993Za out/internal-dns.tar.gz 43912K
34942026-07-02T00:00:21.993Za out/mg-ddm-gz.tar 97917K
34952026-07-02T00:00:21.993Za out/nexus.tar.gz 272082K
34962026-07-02T00:00:21.993Za out/ntp.tar.gz 26492K
34972026-07-02T00:00:21.993Za out/omicron-gateway-softnpu.tar.gz 27897K
34982026-07-02T00:00:21.993Za out/omicron-sled-agent.tar 190844K
34992026-07-02T00:00:21.993Za out/overlay.tar.gz 3K
35002026-07-02T00:00:21.993Za out/oximeter.tar.gz 60742K
35012026-07-02T00:00:21.993Za out/oxlog.tar 3808K
35022026-07-02T00:00:21.993Za out/probe.tar.gz 3037K
35032026-07-02T00:00:21.993Za out/propolis-server.tar.gz 34372K
35042026-07-02T00:00:21.993Za out/pumpkind-gz.tar 26647K
35052026-07-02T00:00:21.993Za out/switch-softnpu.tar.gz 445756K
35062026-07-02T00:00:21.993Z
35072026-07-02T00:00:21.993Zreal 1:19.362879218
35082026-07-02T00:00:21.993Zuser 1:16.733484525
35092026-07-02T00:00:21.993Zsys 4.416153611
35102026-07-02T00:00:21.993Ztrap 0.005802346
35112026-07-02T00:00:21.994Ztflt 0.000000000
35122026-07-02T00:00:21.994Zdflt 0.000000000
35132026-07-02T00:00:21.994Zkflt 0.000000000
35142026-07-02T00:00:21.994Zlock 0.000000000
35152026-07-02T00:00:21.994Zslp 1:16.626263327
35162026-07-02T00:00:21.994Zlat 0.939447224
35172026-07-02T00:00:21.994Zstop 0.000200958
35182026-07-02T00:00:21.994Zprocess exited: duration 1024357 ms, exit code 0
 
35192026-07-02T00:00:22.022Zfound 1 output files
35202026-07-02T00:00:22.022Zuploading: /work/package.tar.gz (2453808967 bytes)
35212026-07-02T00:01:15.347Zuploaded: /work/package.tar.gz