01KWJ98AMAF8BF2GV94S5FAME7: 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: 01KWJ992S4QAP3QS4NZB68KMF5

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-02T20:46:31.190Zjob assigned to worker 01KWJ999NS4818KX365DEE5FRN [factory aws, i-058a06c6e034f6932] (queued for 48 s)
 
22026-07-02T20:46:38.941Zstarting task 0: "setup"
32026-07-02T20:46:38.949Z++ uname -s
42026-07-02T20:46:38.952Z+ kern=SunOS
52026-07-02T20:46:38.952Z+ build_user=build
62026-07-02T20:46:38.952Z+ build_uid=12345
72026-07-02T20:46:38.952Z+ work_dir=/work
82026-07-02T20:46:38.952Z+ input_dir=/input
92026-07-02T20:46:38.952Z+ [[ 0 == 12345 ]]
102026-07-02T20:46:38.952Z+ case "$kern" in
112026-07-02T20:46:38.952Z+ groupadd -g 12345 build
122026-07-02T20:46:38.955Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-02T20:46:40.963Z+ zfs create -o mountpoint=/work rpool/work
142026-07-02T20:46:41.077Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-02T20:46:41.082Z+ home_fs=zfs
162026-07-02T20:46:41.082Z+ [[ zfs == autofs ]]
172026-07-02T20:46:41.082Z+ mkdir -p /home/build
182026-07-02T20:46:41.087Z+ chown build:build /home/build /work
192026-07-02T20:46:43.084Z+ chmod 0700 /home/build /work
202026-07-02T20:46:43.087Zprocess exited: duration 4149 ms, exit code 0
 
212026-07-02T20:46:43.093Zstarting task 1: "rust-toolchain"
222026-07-02T20:46:43.099Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-02T20:46:43.099Z * rust toolchain channel = "1.96.1"
242026-07-02T20:46:43.099Z * rust toolchain profile = "default"
252026-07-02T20:46:43.099Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-02T20:46:43.099Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-02T20:46:43.099Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-02T20:46:43.104Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-02T20:46:43.104Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-02T20:46:43.211Zinfo: downloading installer
312026-07-02T20:46:44.648Zwarn: It looks like you have an existing rustup settings file at:
322026-07-02T20:46:44.648Zwarn: /home/build/.rustup/settings.toml
332026-07-02T20:46:44.648Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-02T20:46:44.648Zwarn: instead of the one inferred from the default host triple.
352026-07-02T20:46:44.660Zinfo: profile set to default
362026-07-02T20:46:44.660Zinfo: default host triple is x86_64-unknown-illumos
372026-07-02T20:46:44.663Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-02T20:46:44.824Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-02T20:46:44.827Zinfo: downloading 6 components
402026-07-02T20:47:00.165Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-02T20:47:00.165Z
422026-07-02T20:47:00.199Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-02T20:47:00.199Z
442026-07-02T20:47:00.199Z
452026-07-02T20:47:00.199ZRust is installed now. Great!
462026-07-02T20:47:00.199Z
472026-07-02T20:47:00.199ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-02T20:47:00.199Zenvironment variable. This has not been done automatically.
492026-07-02T20:47:00.199Z
502026-07-02T20:47:00.199ZTo configure your current shell, you need to source
512026-07-02T20:47:00.199Zthe corresponding env file under $HOME/.cargo.
522026-07-02T20:47:00.199Z
532026-07-02T20:47:00.199ZThis is usually done by running one of the following (note the leading DOT):
542026-07-02T20:47:00.202Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-02T20:47:00.202Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-02T20:47:00.202Zsource "~/.cargo/env.nu" # For nushell
572026-07-02T20:47:00.202Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-02T20:47:00.202Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-02T20:47:00.202Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-02T20:47:00.203Zwarn: no default linker (`cc`) was found in your PATH
612026-07-02T20:47:00.203Zwarn: many Rust crates require a system C toolchain to build
622026-07-02T20:47:00.300Z+ rustup --version
632026-07-02T20:47:00.307Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-02T20:47:00.307Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-02T20:47:00.328Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-02T20:47:00.331Z+ cargo --version
672026-07-02T20:47:00.340Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-02T20:47:00.346Z+ rustc --version
692026-07-02T20:47:00.363Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-02T20:47:00.367Zprocess exited: duration 17272 ms, exit code 0
 
712026-07-02T20:47:00.374Zstarting task 2: "authentication"
722026-07-02T20:47:00.397Zprocess exited: duration 23 ms, exit code 0
 
732026-07-02T20:47:00.406Zstarting task 3: "clone repository"
742026-07-02T20:47:00.438Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-02T20:47:00.438Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-02T20:47:00.448ZCloning into '/work/oxidecomputer/omicron'...
772026-07-02T20:47:10.550Z+ cd /work/oxidecomputer/omicron
782026-07-02T20:47:10.550Z+ git fetch origin b831bf41c12f245329744a302354e935ca90124c
792026-07-02T20:47:10.835ZFrom https://github.com/oxidecomputer/omicron
802026-07-02T20:47:10.835Z * branch b831bf41c12f245329744a302354e935ca90124c -> FETCH_HEAD
812026-07-02T20:47:10.850Z+ [[ -n jmcarp/oximeter-queue-depth-metric ]]
822026-07-02T20:47:10.853Z++ git branch --show-current
832026-07-02T20:47:10.856Z+ current=main
842026-07-02T20:47:10.856Z+ [[ main != jmcarp/oximeter-queue-depth-metric ]]
852026-07-02T20:47:10.856Z+ git branch -f jmcarp/oximeter-queue-depth-metric b831bf41c12f245329744a302354e935ca90124c
862026-07-02T20:47:10.859Z+ git checkout -f jmcarp/oximeter-queue-depth-metric
872026-07-02T20:47:11.103ZSwitched to branch 'jmcarp/oximeter-queue-depth-metric'
882026-07-02T20:47:11.108Z+ git reset --hard b831bf41c12f245329744a302354e935ca90124c
892026-07-02T20:47:11.125ZHEAD is now at b831bf41c Oximeter: add queue depth metric.
902026-07-02T20:47:11.128Zprocess exited: duration 10723 ms, exit code 0
 
912026-07-02T20:47:11.134Zstarting task 4: "build"
922026-07-02T20:47:11.140Z+ source .github/buildomat/ci-env.sh
932026-07-02T20:47:11.144Z++ export CARGO_TERM_COLOR=always
942026-07-02T20:47:11.144Z++ CARGO_TERM_COLOR=always
952026-07-02T20:47:11.144Z+ cargo --version
962026-07-02T20:47:11.151Zcargo 1.96.1 (356927216 2026-06-26)
972026-07-02T20:47:11.154Z+ rustc --version
982026-07-02T20:47:11.174Zrustc 1.96.1 (31fca3adb 2026-06-26)
992026-07-02T20:47:11.176Z+ WORK=/work
1002026-07-02T20:47:11.177Z+ pfexec mkdir -p /work
1012026-07-02T20:47:11.179Z+ pfexec chown build /work
1022026-07-02T20:47:11.182Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-07-02T20:47:12.763Z Startup: Refreshing catalog 'helios' ... Done
1042026-07-02T20:47:12.874Z Startup: Caching catalogs ... Done
1052026-07-02T20:47:13.368ZPlanning: Solver setup ... Done (0.440s)
1062026-07-02T20:47:13.406ZPlanning: Running solver ... Done (0.027s)
1072026-07-02T20:47:13.425ZPlanning: Finding local manifests ... Done (0.021s)
1082026-07-02T20:47:13.453ZPlanning: Fetching manifests: 0/2 0% complete
1092026-07-02T20:47:13.486ZPlanning: Fetching manifests: 2/2 100% complete
1102026-07-02T20:47:13.500ZPlanning: Package planning ... Done (0.014s)
1112026-07-02T20:47:13.505ZPlanning: Merging actions ... Done (0.001s)
1122026-07-02T20:47:13.670ZPlanning: Checking for conflicting actions ... Done (0.168s)
1132026-07-02T20:47:13.673ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-07-02T20:47:14.530ZPlanning: Evaluating mediators ... Done (0.859s)
1152026-07-02T20:47:14.533ZPlanning: Planning completed in 1.63 seconds
1162026-07-02T20:47:14.540Z Packages to install: 2
1172026-07-02T20:47:14.540Z Estimated space available: 156.06 GB
1182026-07-02T20:47:14.540ZEstimated space to be consumed: 30.98 MB
1192026-07-02T20:47:14.540Z Create boot environment: No
1202026-07-02T20:47:14.540ZCreate backup boot environment: No
1212026-07-02T20:47:14.540Z Rebuild boot archive: No
1222026-07-02T20:47:14.543Z
1232026-07-02T20:47:14.543ZChanged packages:
1242026-07-02T20:47:14.543Zhelios
1252026-07-02T20:47:14.543Z developer/build-essential
1262026-07-02T20:47:14.544Z None -> 11-3.0
1272026-07-02T20:47:14.544Z library/libxmlsec1
1282026-07-02T20:47:14.544Z None -> 1.2.35-3.0
1292026-07-02T20:47:14.567Z
1302026-07-02T20:47:14.567ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-07-02T20:47:15.178ZDownload: Completed 1.28 MB in 0.61 seconds (2.1M/s)
1322026-07-02T20:47:15.241Z Actions: 1/268 actions (Installing new actions)
1332026-07-02T20:47:15.280Z Actions: Completed 268 actions in 0.04 seconds.
1342026-07-02T20:47:15.292ZFinalize: Updating package state database ... Done (0.011s)
1352026-07-02T20:47:15.292ZFinalize: Updating package cache ... Done (0.000s)
1362026-07-02T20:47:15.322ZFinalize: Updating image state ... Done (0.029s)
1372026-07-02T20:47:17.902ZFinalize: Creating fast lookup database ... Done (2.553s)
1382026-07-02T20:47:17.975ZFinalize: Reading search index ... Done (0.012s)
1392026-07-02T20:47:17.979ZFinalize: Updating search index ... Done (0.000s)
1402026-07-02T20:47:18.067ZFinalize: Updating package cache ... Done (0.000s)
1412026-07-02T20:47:18.442ZPlanning: Evaluating mediator changes ... Done
1422026-07-02T20:47:18.483ZPlanning: Checking for conflicting actions ... Done
1432026-07-02T20:47:18.486ZPlanning: Consolidating action changes ... Done
1442026-07-02T20:47:18.639ZPlanning: Evaluating mediators ... Done
1452026-07-02T20:47:18.643ZPlanning: Planning completed in 0.26 seconds
1462026-07-02T20:47:18.663Z Mediators to change: 2
1472026-07-02T20:47:18.664Z Create boot environment: No
1482026-07-02T20:47:18.664ZCreate backup boot environment: No
1492026-07-02T20:47:18.706ZFinalize: Updating package state database ... Done
1502026-07-02T20:47:18.706ZFinalize: Updating package cache ... Done
1512026-07-02T20:47:18.723ZFinalize: Updating image state ... Done
1522026-07-02T20:47:20.677ZFinalize: Creating fast lookup database ... Done
1532026-07-02T20:47:20.741ZFinalize: Reading search index ... Done
1542026-07-02T20:47:20.744ZFinalize: Updating search index ... Done
1552026-07-02T20:47:20.796ZFinalize: Updating package cache ... Done
1562026-07-02T20:47:21.112ZPlanning: Evaluating mediator changes ... Done
1572026-07-02T20:47:21.184ZPlanning: Checking for conflicting actions ... Done
1582026-07-02T20:47:21.188ZPlanning: Consolidating action changes ... Done
1592026-07-02T20:47:21.342ZPlanning: Evaluating mediators ... Done
1602026-07-02T20:47:21.345ZPlanning: Planning completed in 0.26 seconds
1612026-07-02T20:47:21.366Z Mediators to change: 1
1622026-07-02T20:47:21.367Z Create boot environment: No
1632026-07-02T20:47:21.367ZCreate backup boot environment: No
1642026-07-02T20:47:21.405ZFinalize: Updating package state database ... Done
1652026-07-02T20:47:21.405ZFinalize: Updating package cache ... Done
1662026-07-02T20:47:21.424ZFinalize: Updating image state ... Done
1672026-07-02T20:47:23.388ZFinalize: Creating fast lookup database ... Done
1682026-07-02T20:47:23.449ZFinalize: Reading search index ... Done
1692026-07-02T20:47:23.459ZFinalize: Updating search index ... Done
1702026-07-02T20:47:23.513ZFinalize: Updating package cache ... Done
1712026-07-02T20:47:23.808ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-07-02T20:47:23.808Zapache system 2.4 system
1732026-07-02T20:47:23.808Zclang system 15 system
1742026-07-02T20:47:23.808Zcsh system system illumos
1752026-07-02T20:47:23.808Zctags system system illumos
1762026-07-02T20:47:23.808Zfile vendor vendor darwinsys
1772026-07-02T20:47:23.808Zfile system system illumos
1782026-07-02T20:47:23.808Zgcc vendor 14 vendor
1792026-07-02T20:47:23.809Zgcc system 13 system
1802026-07-02T20:47:23.809Zgcc system 10 system
1812026-07-02T20:47:23.809Zgo system 1.25 system
1822026-07-02T20:47:23.809Zllvm system 15 system
1832026-07-02T20:47:23.809Zmariadb system 11.4 system
1842026-07-02T20:47:23.809Zmta vendor vendor dma
1852026-07-02T20:47:23.809Zopenjdk system 17 system
1862026-07-02T20:47:23.809Zopenjdk system 11 system
1872026-07-02T20:47:23.809Zopenssl vendor 3 vendor
1882026-07-02T20:47:23.809Zperl system 5.40 system
1892026-07-02T20:47:23.809Zpostgresql system 18 system
1902026-07-02T20:47:23.809Zpostgresql system 17 system
1912026-07-02T20:47:23.809Zpython vendor 3 vendor
1922026-07-02T20:47:23.809Zpython system 2 system
1932026-07-02T20:47:23.809Zpython3 vendor 3.13 vendor
1942026-07-02T20:47:23.809Zruby system 3.4 system
1952026-07-02T20:47:23.809Zruby system 3.0 system
1962026-07-02T20:47:23.809Zwords vendor vendor american-english
1972026-07-02T20:47:23.810Zwords system system australian-english
1982026-07-02T20:47:23.810Zwords system system british-english
1992026-07-02T20:47:23.810Zwords system system canadian-english
2002026-07-02T20:47:23.810Zwords system system french
2012026-07-02T20:47:23.810Zwords system system italian
2022026-07-02T20:47:23.810Zwords system system ngerman
2032026-07-02T20:47:23.810Zwords system system ogerman
2042026-07-02T20:47:23.810Zwords system system spanish
2052026-07-02T20:47:24.060ZPUBLISHER TYPE STATUS P LOCATION
2062026-07-02T20:47:24.060Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-07-02T20:47:24.368ZFMRI IFO
2082026-07-02T20:47:24.369Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-07-02T20:47:24.369Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-07-02T20:47:24.369Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-07-02T20:47:24.369Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-07-02T20:47:24.369Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-07-02T20:47:24.369Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-07-02T20:47:24.369Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-07-02T20:47:24.369Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-07-02T20:47:24.369Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-07-02T20:47:24.624Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-07-02T20:47:24.869Z Updating crates.io index
2192026-07-02T20:47:24.873Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-07-02T20:47:25.079Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2212026-07-02T20:47:25.350Z Updating git repository `https://github.com/oxidecomputer/propolis`
2222026-07-02T20:47:26.264Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2232026-07-02T20:47:26.716Z Updating git repository `https://github.com/oxidecomputer/crucible`
2242026-07-02T20:47:28.237Z Updating git repository `https://github.com/oxidecomputer/opte`
2252026-07-02T20:47:28.972Z Updating git repository `https://github.com/oxidecomputer/tofino`
2262026-07-02T20:47:29.196Z Updating git repository `https://github.com/oxidecomputer/lldp`
2272026-07-02T20:47:29.488Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-07-02T20:47:30.489Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-07-02T20:47:30.703Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-07-02T20:47:31.008Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-07-02T20:47:31.237Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-07-02T20:47:31.617Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-07-02T20:47:32.051Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-07-02T20:47:32.261Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-07-02T20:47:32.485Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-07-02T20:47:32.750Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-07-02T20:47:33.033Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-07-02T20:47:33.383Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-07-02T20:47:33.603Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-07-02T20:47:33.851Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-07-02T20:47:34.190Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-07-02T20:47:34.497Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-07-02T20:47:34.746Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-07-02T20:47:35.148Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-07-02T20:47:35.380Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-07-02T20:47:35.675Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-07-02T20:47:35.904Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-07-02T20:47:36.143Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-07-02T20:47:36.457Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-07-02T20:47:36.810Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-07-02T20:47:37.211Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-07-02T20:47:37.481Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-07-02T20:47:37.728Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-07-02T20:47:37.965Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-07-02T20:47:38.396Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-07-02T20:47:38.615Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-07-02T20:47:38.849Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-07-02T20:47:39.076Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-07-02T20:47:42.602Z Downloading crates ...
2602026-07-02T20:47:42.657Z Downloaded is_terminal_polyfill v1.70.2
2612026-07-02T20:47:42.667Z Downloaded swrite v0.1.0
2622026-07-02T20:47:42.667Z Downloaded thiserror v1.0.69
2632026-07-02T20:47:42.667Z Downloaded cpufeatures v0.2.17
2642026-07-02T20:47:42.667Z Downloaded clap v4.6.1
2652026-07-02T20:47:42.675Z Downloaded log v0.4.29
2662026-07-02T20:47:42.690Z Downloaded anyhow v1.0.102
2672026-07-02T20:47:42.690Z Downloaded zmij v1.0.21
2682026-07-02T20:47:42.690Z Downloaded zerocopy v0.7.35
2692026-07-02T20:47:42.714Z Downloaded papergrid v0.11.0
2702026-07-02T20:47:42.715Z Downloaded clap_lex v1.0.0
2712026-07-02T20:47:42.715Z Downloaded fastrand v2.3.0
2722026-07-02T20:47:42.715Z Downloaded crypto-common v0.1.7
2732026-07-02T20:47:42.715Z Downloaded cargo_metadata v0.23.1
2742026-07-02T20:47:42.716Z Downloaded clap_builder v4.6.0
2752026-07-02T20:47:42.716Z Downloaded autocfg v1.5.0
2762026-07-02T20:47:42.716Z Downloaded zerocopy-derive v0.7.35
2772026-07-02T20:47:42.733Z Downloaded hashbrown v0.17.0
2782026-07-02T20:47:42.733Z Downloaded getrandom v0.4.1
2792026-07-02T20:47:42.733Z Downloaded heck v0.5.0
2802026-07-02T20:47:42.733Z Downloaded errno v0.3.14
2812026-07-02T20:47:42.733Z Downloaded byteorder v1.5.0
2822026-07-02T20:47:42.733Z Downloaded itoa v1.0.17
2832026-07-02T20:47:42.733Z Downloaded generic-array v0.14.7
2842026-07-02T20:47:42.733Z Downloaded serde_spanned v0.6.9
2852026-07-02T20:47:42.733Z Downloaded dtrace-parser v0.2.0
2862026-07-02T20:47:42.733Z Downloaded block-buffer v0.10.4
2872026-07-02T20:47:42.734Z Downloaded dof v0.3.0
2882026-07-02T20:47:42.734Z Downloaded equivalent v1.0.2
2892026-07-02T20:47:42.734Z Downloaded memmap v0.7.0
2902026-07-02T20:47:42.734Z Downloaded cfg-if v1.0.4
2912026-07-02T20:47:42.756Z Downloaded digest v0.10.7
2922026-07-02T20:47:42.756Z Downloaded macaddr v1.0.1
2932026-07-02T20:47:42.756Z Downloaded cargo-platform v0.3.2
2942026-07-02T20:47:42.756Z Downloaded toml_write v0.1.2
2952026-07-02T20:47:42.763Z Downloaded smawk v0.3.2
2962026-07-02T20:47:42.763Z Downloaded thread-id v4.2.2
2972026-07-02T20:47:42.763Z Downloaded heck v0.4.1
2982026-07-02T20:47:42.781Z Downloaded fnv v1.0.7
2992026-07-02T20:47:42.781Z Downloaded once_cell v1.21.3
3002026-07-02T20:47:42.781Z Downloaded anstyle v1.0.14
3012026-07-02T20:47:42.781Z Downloaded version_check v0.9.5
3022026-07-02T20:47:42.781Z Downloaded tabled_derive v0.7.0
3032026-07-02T20:47:42.781Z Downloaded colorchoice v1.0.4
3042026-07-02T20:47:42.782Z Downloaded clap_derive v4.6.1
3052026-07-02T20:47:42.782Z Downloaded unicode-linebreak v0.1.5
3062026-07-02T20:47:42.792Z Downloaded proc-macro-error-attr v1.0.4
3072026-07-02T20:47:42.792Z Downloaded strsim v0.11.1
3082026-07-02T20:47:42.792Z Downloaded usdt-attr-macro v0.5.0
3092026-07-02T20:47:42.792Z Downloaded pretty-hex v0.4.1
3102026-07-02T20:47:42.792Z Downloaded usdt-macro v0.5.0
3112026-07-02T20:47:42.793Z Downloaded terminal_size v0.4.3
3122026-07-02T20:47:42.793Z Downloaded scroll_derive v0.12.1
3132026-07-02T20:47:42.818Z Downloaded toml_datetime v0.6.11
3142026-07-02T20:47:42.818Z Downloaded utf8parse v0.2.2
3152026-07-02T20:47:42.818Z Downloaded anstyle-query v1.1.5
3162026-07-02T20:47:42.819Z Downloaded usdt v0.5.0
3172026-07-02T20:47:42.819Z Downloaded bytecount v0.6.9
3182026-07-02T20:47:42.819Z Downloaded thiserror-impl v2.0.18
3192026-07-02T20:47:42.848Z Downloaded camino-tempfile v1.4.1
3202026-07-02T20:47:42.848Z Downloaded anstream v1.0.0
3212026-07-02T20:47:42.848Z Downloaded quote v1.0.45
3222026-07-02T20:47:42.849Z Downloaded thiserror-impl v1.0.69
3232026-07-02T20:47:42.849Z Downloaded sha2 v0.10.9
3242026-07-02T20:47:42.849Z Downloaded serde_tokenstream v0.2.3
3252026-07-02T20:47:42.849Z Downloaded plain v0.2.3
3262026-07-02T20:47:42.849Z Downloaded tempfile v3.25.0
3272026-07-02T20:47:42.849Z Downloaded scroll v0.12.0
3282026-07-02T20:47:42.849Z Downloaded proc-macro-error v1.0.4
3292026-07-02T20:47:42.849Z Downloaded cargo_toml v0.21.0
3302026-07-02T20:47:42.849Z Downloaded fs-err v3.3.0
3312026-07-02T20:47:42.849Z Downloaded usdt-impl v0.5.0
3322026-07-02T20:47:42.869Z Downloaded thiserror v2.0.18
3332026-07-02T20:47:42.869Z Downloaded anstyle-parse v1.0.0
3342026-07-02T20:47:42.869Z Downloaded toml v0.8.23
3352026-07-02T20:47:42.869Z Downloaded pest_derive v2.8.6
3362026-07-02T20:47:42.869Z Downloaded ucd-trie v0.1.7
3372026-07-02T20:47:42.869Z Downloaded pest_generator v2.8.6
3382026-07-02T20:47:42.887Z Downloaded bitflags v2.11.0
3392026-07-02T20:47:42.887Z Downloaded unicode-ident v1.0.24
3402026-07-02T20:47:42.887Z Downloaded camino v1.2.2
3412026-07-02T20:47:42.887Z Downloaded serde_core v1.0.228
3422026-07-02T20:47:42.923Z Downloaded textwrap v0.16.2
3432026-07-02T20:47:42.926Z Downloaded serde_derive v1.0.228
3442026-07-02T20:47:42.926Z Downloaded proc-macro2 v1.0.106
3452026-07-02T20:47:42.926Z Downloaded semver v1.0.28
3462026-07-02T20:47:42.926Z Downloaded pest_meta v2.8.6
3472026-07-02T20:47:42.948Z Downloaded serde v1.0.228
3482026-07-02T20:47:42.948Z Downloaded toml_edit v0.22.27
3492026-07-02T20:47:42.948Z Downloaded memchr v2.8.0
3502026-07-02T20:47:42.948Z Downloaded indexmap v2.14.0
3512026-07-02T20:47:42.966Z Downloaded typenum v1.20.1
3522026-07-02T20:47:42.995Z Downloaded pest v2.8.6
3532026-07-02T20:47:43.038Z Downloaded serde_json v1.0.150
3542026-07-02T20:47:43.038Z Downloaded goblin v0.8.2
3552026-07-02T20:47:43.104Z Downloaded winnow v0.7.14
3562026-07-02T20:47:43.104Z Downloaded tabled v0.15.0
3572026-07-02T20:47:43.104Z Downloaded syn v1.0.109
3582026-07-02T20:47:43.104Z Downloaded unicode-width v0.2.0
3592026-07-02T20:47:43.104Z Downloaded unicode-width v0.1.14
3602026-07-02T20:47:43.124Z Downloaded syn v2.0.117
3612026-07-02T20:47:43.125Z Downloaded rustix v1.1.3
3622026-07-02T20:47:43.125Z Downloaded libc v0.2.185
3632026-07-02T20:47:43.175Z Compiling proc-macro2 v1.0.106
3642026-07-02T20:47:43.176Z Compiling unicode-ident v1.0.24
3652026-07-02T20:47:43.176Z Compiling quote v1.0.45
3662026-07-02T20:47:43.176Z Compiling serde_core v1.0.228
3672026-07-02T20:47:43.201Z Compiling libc v0.2.185
3682026-07-02T20:47:43.201Z Compiling version_check v0.9.5
3692026-07-02T20:47:43.201Z Compiling memchr v2.8.0
3702026-07-02T20:47:43.201Z Compiling serde v1.0.228
3712026-07-02T20:47:43.201Z Compiling zmij v1.0.21
3722026-07-02T20:47:43.201Z Compiling ucd-trie v0.1.7
3732026-07-02T20:47:43.201Z Compiling thiserror v1.0.69
3742026-07-02T20:47:43.345Z Compiling itoa v1.0.17
3752026-07-02T20:47:43.353Z Compiling rustix v1.1.3
3762026-07-02T20:47:43.353Z Compiling byteorder v1.5.0
3772026-07-02T20:47:43.593Z Compiling serde_json v1.0.150
3782026-07-02T20:47:43.704Z Compiling bitflags v2.11.0
3792026-07-02T20:47:43.797Z Compiling usdt-impl v0.5.0
3802026-07-02T20:47:43.862Z Compiling proc-macro-error-attr v1.0.4
3812026-07-02T20:47:43.961Z Compiling camino v1.2.2
3822026-07-02T20:47:43.988Z Compiling pest v2.8.6
3832026-07-02T20:47:44.075Z Compiling syn v1.0.109
3842026-07-02T20:47:44.171Z Compiling proc-macro-error v1.0.4
3852026-07-02T20:47:44.171Z Compiling log v0.4.29
3862026-07-02T20:47:44.171Z Compiling getrandom v0.4.1
3872026-07-02T20:47:44.215Z Compiling plain v0.2.3
3882026-07-02T20:47:44.283Z Compiling hashbrown v0.17.0
3892026-07-02T20:47:44.313Z Compiling equivalent v1.0.2
3902026-07-02T20:47:44.327Z Compiling utf8parse v0.2.2
3912026-07-02T20:47:44.432Z Compiling cfg-if v1.0.4
3922026-07-02T20:47:44.512Z Compiling thiserror v2.0.18
3932026-07-02T20:47:44.512Z Compiling anstyle-parse v1.0.0
3942026-07-02T20:47:44.513Z Compiling winnow v0.7.14
3952026-07-02T20:47:44.599Z Compiling anstyle-query v1.1.5
3962026-07-02T20:47:44.599Z Compiling toml_write v0.1.2
3972026-07-02T20:47:44.599Z Compiling anstyle v1.0.14
3982026-07-02T20:47:44.600Z Compiling autocfg v1.5.0
3992026-07-02T20:47:44.600Z Compiling pretty-hex v0.4.1
4002026-07-02T20:47:44.648Z Compiling is_terminal_polyfill v1.70.2
4012026-07-02T20:47:44.691Z Compiling errno v0.3.14
4022026-07-02T20:47:44.692Z Compiling thread-id v4.2.2
4032026-07-02T20:47:44.791Z Compiling colorchoice v1.0.4
4042026-07-02T20:47:44.891Z Compiling anyhow v1.0.102
4052026-07-02T20:47:44.891Z Compiling indexmap v2.14.0
4062026-07-02T20:47:44.891Z Compiling syn v2.0.117
4072026-07-02T20:47:45.056Z Compiling anstream v1.0.0
4082026-07-02T20:47:45.056Z Compiling bytecount v0.6.9
4092026-07-02T20:47:45.056Z Compiling fnv v1.0.7
4102026-07-02T20:47:45.056Z Compiling fastrand v2.3.0
4112026-07-02T20:47:45.202Z Compiling fs-err v3.3.0
4122026-07-02T20:47:45.203Z Compiling heck v0.5.0
4132026-07-02T20:47:45.203Z Compiling once_cell v1.21.3
4142026-07-02T20:47:45.203Z Compiling strsim v0.11.1
4152026-07-02T20:47:45.203Z Compiling pest_meta v2.8.6
4162026-07-02T20:47:45.333Z Compiling clap_lex v1.0.0
4172026-07-02T20:47:45.333Z Compiling heck v0.4.1
4182026-07-02T20:47:45.444Z Compiling unicode-width v0.1.14
4192026-07-02T20:47:45.444Z Compiling memmap v0.7.0
4202026-07-02T20:47:45.611Z Compiling unicode-width v0.2.0
4212026-07-02T20:47:45.611Z Compiling unicode-linebreak v0.1.5
4222026-07-02T20:47:45.611Z Compiling smawk v0.3.2
4232026-07-02T20:47:45.611Z Compiling swrite v0.1.0
4242026-07-02T20:47:45.700Z Compiling papergrid v0.11.0
4252026-07-02T20:47:45.700Z Compiling cargo-platform v0.3.2
4262026-07-02T20:47:45.700Z Compiling semver v1.0.28
4272026-07-02T20:47:45.700Z Compiling terminal_size v0.4.3
4282026-07-02T20:47:45.763Z Compiling tempfile v3.25.0
4292026-07-02T20:47:45.874Z Compiling clap_builder v4.6.0
4302026-07-02T20:47:45.874Z Compiling textwrap v0.16.2
4312026-07-02T20:47:46.073Z Compiling camino-tempfile v1.4.1
4322026-07-02T20:47:46.421Z Compiling tabled_derive v0.7.0
4332026-07-02T20:47:47.030Z Compiling pest_generator v2.8.6
4342026-07-02T20:47:47.111Z Compiling tabled v0.15.0
4352026-07-02T20:47:47.529Z Compiling serde_derive v1.0.228
4362026-07-02T20:47:47.537Z Compiling thiserror-impl v1.0.69
4372026-07-02T20:47:47.537Z Compiling zerocopy-derive v0.7.35
4382026-07-02T20:47:47.537Z Compiling scroll_derive v0.12.1
4392026-07-02T20:47:47.537Z Compiling thiserror-impl v2.0.18
4402026-07-02T20:47:47.537Z Compiling clap_derive v4.6.1
4412026-07-02T20:47:47.601Z Compiling pest_derive v2.8.6
4422026-07-02T20:47:48.258Z Compiling zerocopy v0.7.35
4432026-07-02T20:47:48.327Z Compiling scroll v0.12.0
4442026-07-02T20:47:48.455Z Compiling goblin v0.8.2
4452026-07-02T20:47:48.589Z Compiling dtrace-parser v0.2.0
4462026-07-02T20:47:48.879Z Compiling clap v4.6.1
4472026-07-02T20:47:50.059Z Compiling toml_datetime v0.6.11
4482026-07-02T20:47:50.059Z Compiling serde_spanned v0.6.9
4492026-07-02T20:47:50.093Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4502026-07-02T20:47:50.094Z Compiling cargo_metadata v0.23.1
4512026-07-02T20:47:50.094Z Compiling macaddr v1.0.1
4522026-07-02T20:47:50.094Z Compiling dof v0.3.0
4532026-07-02T20:47:50.094Z Compiling serde_tokenstream v0.2.3
4542026-07-02T20:47:50.238Z Compiling toml_edit v0.22.27
4552026-07-02T20:47:50.781Z Compiling usdt-macro v0.5.0
4562026-07-02T20:47:50.781Z Compiling usdt-attr-macro v0.5.0
4572026-07-02T20:47:51.352Z Compiling usdt v0.5.0
4582026-07-02T20:47:51.507Z Compiling toml v0.8.23
4592026-07-02T20:47:51.820Z Compiling cargo_toml v0.21.0
4602026-07-02T20:47:53.114Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4612026-07-02T20:47:55.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.64s
4622026-07-02T20:47:55.325Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4632026-07-02T20:47:55.819Z Downloading crates ...
4642026-07-02T20:47:55.925Z Downloaded ar_archive_writer v0.5.1
4652026-07-02T20:47:55.930Z Downloaded async-bb8-diesel v0.2.1
4662026-07-02T20:47:55.930Z Downloaded async-stream v0.3.6
4672026-07-02T20:47:55.935Z Downloaded argon2 v0.5.3
4682026-07-02T20:47:55.940Z Downloaded atty v0.2.14
4692026-07-02T20:47:55.944Z Downloaded assert_matches v1.5.0
4702026-07-02T20:47:55.944Z Downloaded async-recursion v1.1.1
4712026-07-02T20:47:55.949Z Downloaded difflib v0.4.0
4722026-07-02T20:47:55.949Z Downloaded async-stream-impl v0.3.6
4732026-07-02T20:47:55.949Z Downloaded array-init v0.0.4
4742026-07-02T20:47:55.949Z Downloaded aead v0.5.2
4752026-07-02T20:47:55.949Z Downloaded async-trait v0.1.89
4762026-07-02T20:47:55.956Z Downloaded critical-section v1.2.0
4772026-07-02T20:47:55.956Z Downloaded adler2 v2.0.1
4782026-07-02T20:47:55.956Z Downloaded bcrypt-pbkdf v0.11.0
4792026-07-02T20:47:55.963Z Downloaded convert_case v0.10.0
4802026-07-02T20:47:55.963Z Downloaded argon2 v0.6.0-rc.8
4812026-07-02T20:47:55.967Z Downloaded crc-catalog v2.4.0
4822026-07-02T20:47:55.967Z Downloaded darling_macro v0.20.11
4832026-07-02T20:47:55.967Z Downloaded aws-lc-rs v1.16.3
4842026-07-02T20:47:55.976Z Downloaded cstr-argument v0.1.2
4852026-07-02T20:47:55.976Z Downloaded crypto-bigint v0.5.5
4862026-07-02T20:47:55.986Z Downloaded crypto-common v0.2.2
4872026-07-02T20:47:55.986Z Downloaded cpubits v0.1.1
4882026-07-02T20:47:55.986Z Downloaded arrayvec v0.7.6
4892026-07-02T20:47:55.986Z Downloaded bb8 v0.8.6
4902026-07-02T20:47:55.986Z Downloaded allocator-api2 v0.2.21
4912026-07-02T20:47:55.990Z Downloaded darling_macro v0.13.4
4922026-07-02T20:47:55.991Z Downloaded anstream v0.6.21
4932026-07-02T20:47:55.991Z Downloaded crucible-workspace-hack v0.1.0
4942026-07-02T20:47:55.991Z Downloaded ctutils v0.4.2
4952026-07-02T20:47:55.991Z Downloaded bitfield-macros v0.19.4
4962026-07-02T20:47:55.996Z Downloaded ahash v0.8.12
4972026-07-02T20:47:55.996Z Downloaded cookie_store v0.22.1
4982026-07-02T20:47:55.996Z Downloaded dtrace-parser v0.3.0
4992026-07-02T20:47:55.996Z Downloaded compression-core v0.4.31
5002026-07-02T20:47:55.996Z Downloaded base16ct v0.2.0
5012026-07-02T20:47:56.007Z Downloaded dsl_auto_type v0.2.0
5022026-07-02T20:47:56.007Z Downloaded atomic-waker v1.1.2
5032026-07-02T20:47:56.007Z Downloaded base16ct v1.0.0
5042026-07-02T20:47:56.007Z Downloaded atomicwrites v0.4.4
5052026-07-02T20:47:56.019Z Downloaded ascii-canvas v3.0.0
5062026-07-02T20:47:56.019Z Downloaded darling_macro v0.23.0
5072026-07-02T20:47:56.019Z Downloaded curve25519-dalek-derive v0.1.1
5082026-07-02T20:47:56.019Z Downloaded crossbeam-utils v0.8.21
5092026-07-02T20:47:56.019Z Downloaded darling v0.23.0
5102026-07-02T20:47:56.020Z Downloaded bit-set v0.8.0
5112026-07-02T20:47:56.020Z Downloaded darling v0.13.4
5122026-07-02T20:47:56.029Z Downloaded crossbeam-deque v0.8.6
5132026-07-02T20:47:56.029Z Downloaded csv-core v0.1.13
5142026-07-02T20:47:56.029Z Downloaded arc-swap v1.8.2
5152026-07-02T20:47:56.029Z Downloaded bit-vec v0.8.0
5162026-07-02T20:47:56.029Z Downloaded anstyle-parse v0.2.7
5172026-07-02T20:47:56.029Z Downloaded bit-set v0.5.3
5182026-07-02T20:47:56.029Z Downloaded bit-vec v0.6.3
5192026-07-02T20:47:56.029Z Downloaded ed25519 v2.2.3
5202026-07-02T20:47:56.029Z Downloaded crc32fast v1.5.0
5212026-07-02T20:47:56.030Z Downloaded crc8 v0.1.1
5222026-07-02T20:47:56.030Z Downloaded cpufeatures v0.3.0
5232026-07-02T20:47:56.034Z Downloaded embedded-io v0.6.1
5242026-07-02T20:47:56.035Z Downloaded dropshot-api-manager-types v0.7.2
5252026-07-02T20:47:56.035Z Downloaded display-error-chain v0.2.2
5262026-07-02T20:47:56.035Z Downloaded dunce v1.0.5
5272026-07-02T20:47:56.035Z Downloaded darling v0.20.11
5282026-07-02T20:47:56.041Z Downloaded darling_core v0.20.11
5292026-07-02T20:47:56.041Z Downloaded darling v0.21.3
5302026-07-02T20:47:56.045Z Downloaded block-padding v0.4.2
5312026-07-02T20:47:56.045Z Downloaded ciborium-ll v0.2.2
5322026-07-02T20:47:56.045Z Downloaded ciborium-io v0.2.2
5332026-07-02T20:47:56.045Z Downloaded castaway v0.2.4
5342026-07-02T20:47:56.046Z Downloaded darling_core v0.13.4
5352026-07-02T20:47:56.051Z Downloaded dirs-sys-next v0.1.2
5362026-07-02T20:47:56.051Z Downloaded derive_builder_macro v0.20.2
5372026-07-02T20:47:56.051Z Downloaded arrayref v0.3.9
5382026-07-02T20:47:56.055Z Downloaded defmt-parser v1.0.0
5392026-07-02T20:47:56.055Z Downloaded defmt v0.3.100
5402026-07-02T20:47:56.055Z Downloaded darling_core v0.23.0
5412026-07-02T20:47:56.063Z Downloaded dirs-next v2.0.0
5422026-07-02T20:47:56.063Z Downloaded cobs v0.3.0
5432026-07-02T20:47:56.063Z Downloaded cfg_aliases v0.2.1
5442026-07-02T20:47:56.067Z Downloaded darling_macro v0.21.3
5452026-07-02T20:47:56.072Z Downloaded deranged v0.5.8
5462026-07-02T20:47:56.072Z Downloaded drift v0.2.0
5472026-07-02T20:47:56.080Z Downloaded fixedbitset v0.4.2
5482026-07-02T20:47:56.086Z Downloaded convert_case v0.4.0
5492026-07-02T20:47:56.086Z Downloaded float-ord v0.3.2
5502026-07-02T20:47:56.086Z Downloaded endian-type v0.1.2
5512026-07-02T20:47:56.086Z Downloaded crunchy v0.2.4
5522026-07-02T20:47:56.086Z Downloaded bcs v0.1.6
5532026-07-02T20:47:56.086Z Downloaded cfg_aliases v0.1.1
5542026-07-02T20:47:56.087Z Downloaded funty v2.0.0
5552026-07-02T20:47:56.087Z Downloaded block-buffer v0.12.1
5562026-07-02T20:47:56.091Z Downloaded delegate v0.13.5
5572026-07-02T20:47:56.092Z Downloaded foreign-types v0.5.0
5582026-07-02T20:47:56.092Z Downloaded futures-task v0.3.32
5592026-07-02T20:47:56.092Z Downloaded crc v3.4.0
5602026-07-02T20:47:56.093Z Downloaded constant_time_eq v0.4.2
5612026-07-02T20:47:56.099Z Downloaded derive_builder_core v0.20.2
5622026-07-02T20:47:56.100Z Downloaded compression-codecs v0.4.37
5632026-07-02T20:47:56.100Z Downloaded buf-list v1.1.2
5642026-07-02T20:47:56.100Z Downloaded enum-as-inner v0.6.1
5652026-07-02T20:47:56.100Z Downloaded dof v0.4.0
5662026-07-02T20:47:56.108Z Downloaded env_filter v1.0.0
5672026-07-02T20:47:56.108Z Downloaded ed25519 v3.0.0
5682026-07-02T20:47:56.108Z Downloaded digest v0.11.3
5692026-07-02T20:47:56.108Z Downloaded foreign-types-shared v0.1.1
5702026-07-02T20:47:56.108Z Downloaded debug-ignore v1.0.5
5712026-07-02T20:47:56.108Z Downloaded defmt v1.0.1
5722026-07-02T20:47:56.118Z Downloaded flagset v0.4.7
5732026-07-02T20:47:56.118Z Downloaded fd-lock v4.0.4
5742026-07-02T20:47:56.118Z Downloaded foreign-types v0.3.2
5752026-07-02T20:47:56.119Z Downloaded float-cmp v0.10.0
5762026-07-02T20:47:56.119Z Downloaded crossbeam-epoch v0.9.18
5772026-07-02T20:47:56.126Z Downloaded foreign-types-shared v0.3.1
5782026-07-02T20:47:56.126Z Downloaded dyn-clone v1.0.20
5792026-07-02T20:47:56.126Z Downloaded gethostname v0.5.0
5802026-07-02T20:47:56.126Z Downloaded futures-io v0.3.32
5812026-07-02T20:47:56.126Z Downloaded foreign-types-macros v0.2.3
5822026-07-02T20:47:56.126Z Downloaded corncobs v0.1.4
5832026-07-02T20:47:56.126Z Downloaded embedded-io v0.4.0
5842026-07-02T20:47:56.126Z Downloaded base64ct v1.8.3
5852026-07-02T20:47:56.126Z Downloaded fxhash v0.2.1
5862026-07-02T20:47:56.126Z Downloaded ff v0.14.0
5872026-07-02T20:47:56.131Z Downloaded cmov v0.5.4
5882026-07-02T20:47:56.132Z Downloaded backoff v0.4.0
5892026-07-02T20:47:56.132Z Downloaded aead v0.6.1
5902026-07-02T20:47:56.132Z Downloaded diesel-dtrace v0.5.0
5912026-07-02T20:47:56.132Z Downloaded ghash v0.6.0
5922026-07-02T20:47:56.135Z Downloaded git-stub v1.0.0
5932026-07-02T20:47:56.135Z Downloaded diesel_table_macro_syntax v0.3.0
5942026-07-02T20:47:56.135Z Downloaded bitfield v0.19.4
5952026-07-02T20:47:56.135Z Downloaded downcast-rs v2.0.2
5962026-07-02T20:47:56.139Z Downloaded document-features v0.2.12
5972026-07-02T20:47:56.139Z Downloaded cipher v0.4.4
5982026-07-02T20:47:56.146Z Downloaded bitflags v1.3.2
5992026-07-02T20:47:56.152Z Downloaded form_urlencoded v1.2.2
6002026-07-02T20:47:56.152Z Downloaded const_format_proc_macros v0.2.34
6012026-07-02T20:47:56.152Z Downloaded bitfield-struct v0.6.2
6022026-07-02T20:47:56.152Z Downloaded futures-sink v0.3.32
6032026-07-02T20:47:56.152Z Downloaded futures-macro v0.3.32
6042026-07-02T20:47:56.152Z Downloaded chacha20 v0.9.1
6052026-07-02T20:47:56.157Z Downloaded camino-tempfile-ext v0.3.3
6062026-07-02T20:47:56.157Z Downloaded filetime v0.2.27
6072026-07-02T20:47:56.157Z Downloaded data-encoding v2.10.0
6082026-07-02T20:47:56.157Z Downloaded foldhash v0.2.0
6092026-07-02T20:47:56.162Z Downloaded daft-derive v0.1.7
6102026-07-02T20:47:56.166Z Downloaded hash32 v0.3.1
6112026-07-02T20:47:56.166Z Downloaded hash32 v0.2.1
6122026-07-02T20:47:56.166Z Downloaded cassowary v0.3.0
6132026-07-02T20:47:56.208Z Downloaded cipher v0.5.2
6142026-07-02T20:47:56.208Z Downloaded ena v0.14.4
6152026-07-02T20:47:56.208Z Downloaded globwalk v0.9.1
6162026-07-02T20:47:56.208Z Downloaded ecdsa v0.17.0-rc.18
6172026-07-02T20:47:56.220Z Downloaded cexpr v0.6.0
6182026-07-02T20:47:56.220Z Downloaded hex-literal v1.1.0
6192026-07-02T20:47:56.220Z Downloaded headers-core v0.3.0
6202026-07-02T20:47:56.220Z Downloaded hex v0.4.3
6212026-07-02T20:47:56.220Z Downloaded daft v0.1.7
6222026-07-02T20:47:56.220Z Downloaded blowfish v0.10.0
6232026-07-02T20:47:56.220Z Downloaded ctr v0.10.1
6242026-07-02T20:47:56.220Z Downloaded env_logger v0.11.9
6252026-07-02T20:47:56.220Z Downloaded des v0.9.0
6262026-07-02T20:47:56.220Z Downloaded derive_builder v0.20.2
6272026-07-02T20:47:56.220Z Downloaded fs-err v2.11.0
6282026-07-02T20:47:56.220Z Downloaded ff v0.13.1
6292026-07-02T20:47:56.220Z Downloaded futures-executor v0.3.32
6302026-07-02T20:47:56.220Z Downloaded futures-core v0.3.32
6312026-07-02T20:47:56.221Z Downloaded http-body v1.0.1
6322026-07-02T20:47:56.221Z Downloaded hubpack v0.1.2
6332026-07-02T20:47:56.221Z Downloaded httpdate v1.0.3
6342026-07-02T20:47:56.221Z Downloaded home v0.5.12
6352026-07-02T20:47:56.221Z Downloaded http-range v0.1.5
6362026-07-02T20:47:56.221Z Downloaded derive_more v0.99.20
6372026-07-02T20:47:56.221Z Downloaded hostname v0.4.2
6382026-07-02T20:47:56.221Z Downloaded find-msvc-tools v0.1.9
6392026-07-02T20:47:56.221Z Downloaded hostname v0.3.1
6402026-07-02T20:47:56.221Z Downloaded fallible-iterator v0.2.0
6412026-07-02T20:47:56.221Z Downloaded git-stub-vcs v0.1.0
6422026-07-02T20:47:56.221Z Downloaded either v1.15.0
6432026-07-02T20:47:56.221Z Downloaded blake2 v0.10.6
6442026-07-02T20:47:56.221Z Downloaded group v0.14.0
6452026-07-02T20:47:56.234Z Downloaded group v0.13.0
6462026-07-02T20:47:56.234Z Downloaded displaydoc v0.2.5
6472026-07-02T20:47:56.234Z Downloaded backon v1.6.0
6482026-07-02T20:47:56.234Z Downloaded der_derive v0.7.3
6492026-07-02T20:47:56.234Z Downloaded chacha20 v0.10.0
6502026-07-02T20:47:56.234Z Downloaded colored v2.2.0
6512026-07-02T20:47:56.235Z Downloaded cmake v0.1.57
6522026-07-02T20:47:56.235Z Downloaded byte-wrapper v0.1.0
6532026-07-02T20:47:56.235Z Downloaded crossbeam-channel v0.5.15
6542026-07-02T20:47:56.241Z Downloaded foldhash v0.1.5
6552026-07-02T20:47:56.241Z Downloaded cookie v0.18.1
6562026-07-02T20:47:56.241Z Downloaded console v0.15.11
6572026-07-02T20:47:56.241Z Downloaded colored v3.1.1
6582026-07-02T20:47:56.241Z Downloaded ciborium v0.2.2
6592026-07-02T20:47:56.241Z Downloaded illumos-nvpair-sys v0.2.0
6602026-07-02T20:47:56.241Z Downloaded idna_adapter v1.2.1
6612026-07-02T20:47:56.241Z Downloaded hubpack_derive v0.1.1
6622026-07-02T20:47:56.241Z Downloaded bzip2 v0.4.4
6632026-07-02T20:47:56.241Z Downloaded blake2 v0.11.0-rc.6
6642026-07-02T20:47:56.253Z Downloaded globset v0.4.18
6652026-07-02T20:47:56.253Z Downloaded glob v0.3.3
6662026-07-02T20:47:56.253Z Downloaded cbc v0.2.1
6672026-07-02T20:47:56.253Z Downloaded dropshot_endpoint v0.17.1
6682026-07-02T20:47:56.267Z Downloaded bzip2 v0.6.1
6692026-07-02T20:47:56.267Z Downloaded console v0.16.2
6702026-07-02T20:47:56.267Z Downloaded derive-ex v0.1.8
6712026-07-02T20:47:56.267Z Downloaded ident_case v1.0.1
6722026-07-02T20:47:56.267Z Downloaded defmt-macros v1.0.1
6732026-07-02T20:47:56.268Z Downloaded internet-checksum v0.2.1
6742026-07-02T20:47:56.268Z Downloaded inout v0.2.2
6752026-07-02T20:47:56.268Z Downloaded clang-sys v1.8.1
6762026-07-02T20:47:56.268Z Downloaded indent_write v2.2.0
6772026-07-02T20:47:56.268Z Downloaded cancel-safe-futures v0.1.5
6782026-07-02T20:47:56.268Z Downloaded erased-serde v0.3.31
6792026-07-02T20:47:56.268Z Downloaded derive-where v1.6.0
6802026-07-02T20:47:56.274Z Downloaded enum_dispatch v0.3.13
6812026-07-02T20:47:56.274Z Downloaded ecdsa v0.16.9
6822026-07-02T20:47:56.274Z Downloaded instant v0.1.13
6832026-07-02T20:47:56.274Z Downloaded highway v1.3.0
6842026-07-02T20:47:56.274Z Downloaded futures-channel v0.3.32
6852026-07-02T20:47:56.275Z Downloaded inout v0.1.4
6862026-07-02T20:47:56.285Z Downloaded keccak v0.1.6
6872026-07-02T20:47:56.285Z Downloaded is_ci v1.2.0
6882026-07-02T20:47:56.285Z Downloaded is-terminal v0.4.17
6892026-07-02T20:47:56.285Z Downloaded instability v0.3.11
6902026-07-02T20:47:56.290Z Downloaded kem v0.3.0
6912026-07-02T20:47:56.290Z Downloaded fs_extra v1.3.0
6922026-07-02T20:47:56.290Z Downloaded getrandom v0.2.17
6932026-07-02T20:47:56.290Z Downloaded http-body-util v0.1.3
6942026-07-02T20:47:56.296Z Downloaded const-oid v0.10.2
6952026-07-02T20:47:56.296Z Downloaded hyper-staticfile v0.10.1
6962026-07-02T20:47:56.296Z Downloaded kstat-rs v0.2.4
6972026-07-02T20:47:56.300Z Downloaded fixedbitset v0.5.7
6982026-07-02T20:47:56.301Z Downloaded const-oid v0.9.6
6992026-07-02T20:47:56.301Z Downloaded humantime v2.3.0
7002026-07-02T20:47:56.305Z Downloaded crc-any v2.5.0
7012026-07-02T20:47:56.306Z Downloaded lazy_static v1.5.0
7022026-07-02T20:47:56.324Z Downloaded fatfs v0.3.6
7032026-07-02T20:47:56.334Z Downloaded libscf-sys v1.1.0
7042026-07-02T20:47:56.334Z Downloaded illumos-nvpair v0.3.0
7052026-07-02T20:47:56.334Z Downloaded linked-hash-map v0.5.6
7062026-07-02T20:47:56.334Z Downloaded managed v0.8.0
7072026-07-02T20:47:56.334Z Downloaded lru-slab v0.1.2
7082026-07-02T20:47:56.334Z Downloaded elliptic-curve v0.14.0-rc.33
7092026-07-02T20:47:56.334Z Downloaded lzss v0.8.2
7102026-07-02T20:47:56.334Z Downloaded lru v0.12.5
7112026-07-02T20:47:56.334Z Downloaded match_cfg v0.1.0
7122026-07-02T20:47:56.334Z Downloaded ingot v0.1.1
7132026-07-02T20:47:56.334Z Downloaded half v1.8.3
7142026-07-02T20:47:56.340Z Downloaded md-5 v0.10.6
7152026-07-02T20:47:56.340Z Downloaded md5 v0.8.0
7162026-07-02T20:47:56.340Z Downloaded maybe-uninit v2.0.0
7172026-07-02T20:47:56.340Z Downloaded mime v0.3.17
7182026-07-02T20:47:56.341Z Downloaded futures v0.3.32
7192026-07-02T20:47:56.341Z Downloaded multimap v0.10.1
7202026-07-02T20:47:56.341Z Downloaded memoffset v0.9.1
7212026-07-02T20:47:56.341Z Downloaded maplit v1.0.2
7222026-07-02T20:47:56.341Z Downloaded ipnet v2.11.0
7232026-07-02T20:47:56.348Z Downloaded lru-cache v0.1.2
7242026-07-02T20:47:56.348Z Downloaded indoc v2.0.7
7252026-07-02T20:47:56.348Z Downloaded indoc v1.0.9
7262026-07-02T20:47:56.348Z Downloaded impl-trait-for-tuples v0.2.3
7272026-07-02T20:47:56.351Z Downloaded newline-converter v0.3.0
7282026-07-02T20:47:56.351Z Downloaded async-compression v0.4.41
7292026-07-02T20:47:56.351Z Downloaded generic-array v1.4.3
7302026-07-02T20:47:56.351Z Downloaded new_debug_unreachable v1.0.6
7312026-07-02T20:47:56.358Z Downloaded diff v0.1.13
7322026-07-02T20:47:56.358Z Downloaded ipnetwork v0.21.1
7332026-07-02T20:47:56.366Z Downloaded jobserver v0.1.34
7342026-07-02T20:47:56.366Z Downloaded lalrpop-util v0.19.12
7352026-07-02T20:47:56.366Z Downloaded newtype_derive v0.1.6
7362026-07-02T20:47:56.366Z Downloaded newtype-uuid-macros v0.1.0
7372026-07-02T20:47:56.374Z Downloaded nibble_vec v0.1.0
7382026-07-02T20:47:56.374Z Downloaded num v0.4.3
7392026-07-02T20:47:56.374Z Downloaded hmac v0.12.1
7402026-07-02T20:47:56.374Z Downloaded nonempty v0.12.0
7412026-07-02T20:47:56.374Z Downloaded nodrop v0.1.14
7422026-07-02T20:47:56.383Z Downloaded num-derive v0.3.3
7432026-07-02T20:47:56.384Z Downloaded keccak v0.2.0
7442026-07-02T20:47:56.384Z Downloaded base64 v0.22.1
7452026-07-02T20:47:56.384Z Downloaded hmac v0.13.0
7462026-07-02T20:47:56.384Z Downloaded elliptic-curve v0.13.8
7472026-07-02T20:47:56.389Z Downloaded httparse v1.10.1
7482026-07-02T20:47:56.389Z Downloaded hyper-tls v0.6.0
7492026-07-02T20:47:56.389Z Downloaded hyper-rustls v0.27.7
7502026-07-02T20:47:56.389Z Downloaded libloading v0.8.9
7512026-07-02T20:47:56.405Z Downloaded num-iter v0.1.45
7522026-07-02T20:47:56.408Z Downloaded libsw-core v0.3.2
7532026-07-02T20:47:56.409Z Downloaded num-derive v0.4.2
7542026-07-02T20:47:56.409Z Downloaded bytes v1.11.1
7552026-07-02T20:47:56.409Z Downloaded opaque-debug v0.3.1
7562026-07-02T20:47:56.409Z Downloaded olpc-cjson v0.1.4
7572026-07-02T20:47:56.409Z Downloaded libefi-sys v0.1.0
7582026-07-02T20:47:56.409Z Downloaded num_enum_derive v0.5.11
7592026-07-02T20:47:56.409Z Downloaded bumpalo v3.20.2
7602026-07-02T20:47:56.417Z Downloaded num_threads v0.1.7
7612026-07-02T20:47:56.417Z Downloaded der v0.7.10
7622026-07-02T20:47:56.422Z Downloaded base64 v0.21.7
7632026-07-02T20:47:56.422Z Downloaded num-conv v0.2.0
7642026-07-02T20:47:56.422Z Downloaded native-tls v0.2.18
7652026-07-02T20:47:56.422Z Downloaded oso-derive v0.27.3
7662026-07-02T20:47:56.423Z Downloaded normalize-line-endings v0.3.0
7672026-07-02T20:47:56.423Z Downloaded libsw v3.5.0
7682026-07-02T20:47:56.423Z Downloaded lock_api v0.4.14
7692026-07-02T20:47:56.429Z Downloaded ingot-types v0.1.2
7702026-07-02T20:47:56.429Z Downloaded ingot-macros v0.1.1
7712026-07-02T20:47:56.429Z Downloaded iana-time-zone v0.1.65
7722026-07-02T20:47:56.429Z Downloaded derive_more v2.1.1
7732026-07-02T20:47:56.435Z Downloaded openssl-probe v0.1.6
7742026-07-02T20:47:56.444Z Downloaded openssl-macros v0.1.1
7752026-07-02T20:47:56.444Z Downloaded getrandom v0.3.4
7762026-07-02T20:47:56.444Z Downloaded hybrid-array v0.4.13
7772026-07-02T20:47:56.444Z Downloaded flume v0.11.1
7782026-07-02T20:47:56.473Z Downloaded newtype-uuid v1.3.2
7792026-07-02T20:47:56.473Z Downloaded multer v3.1.0
7802026-07-02T20:47:56.473Z Downloaded num-complex v0.4.6
7812026-07-02T20:47:56.473Z Downloaded module-lattice v0.2.3
7822026-07-02T20:47:56.473Z Downloaded darling_core v0.21.3
7832026-07-02T20:47:56.473Z Downloaded compact_str v0.8.1
7842026-07-02T20:47:56.473Z Downloaded parse-size v1.1.0
7852026-07-02T20:47:56.473Z Downloaded openssl-probe v0.2.1
7862026-07-02T20:47:56.519Z Downloaded ed25519-dalek v2.2.0
7872026-07-02T20:47:56.520Z Downloaded const_format v0.2.35
7882026-07-02T20:47:56.520Z Downloaded chacha20poly1305 v0.10.1
7892026-07-02T20:47:56.520Z Downloaded half v2.7.1
7902026-07-02T20:47:56.520Z Downloaded cc v1.2.56
7912026-07-02T20:47:56.520Z Downloaded parse-display v0.10.0
7922026-07-02T20:47:56.520Z Downloaded packed_struct_codegen v0.10.1
7932026-07-02T20:47:56.520Z Downloaded peg-runtime v0.8.5
7942026-07-02T20:47:56.520Z Downloaded password-hash v0.6.1
7952026-07-02T20:47:56.520Z Downloaded icu_provider v2.1.1
7962026-07-02T20:47:56.520Z Downloaded path-slash v0.1.5
7972026-07-02T20:47:56.520Z Downloaded num_enum v0.5.11
7982026-07-02T20:47:56.520Z Downloaded icu_properties v2.1.2
7992026-07-02T20:47:56.537Z Downloaded percent-encoding v2.3.2
8002026-07-02T20:47:56.537Z Downloaded linear-map v1.2.0
8012026-07-02T20:47:56.537Z Downloaded phf_shared v0.11.3
8022026-07-02T20:47:56.537Z Downloaded ed25519-dalek v3.0.0-rc.0
8032026-07-02T20:47:56.537Z Downloaded ignore v0.4.25
8042026-07-02T20:47:56.538Z Downloaded heapless v0.8.0
8052026-07-02T20:47:56.538Z Downloaded num_enum v0.7.6
8062026-07-02T20:47:56.538Z Downloaded oxnet v0.1.6
8072026-07-02T20:47:56.538Z Downloaded mime_guess v2.0.5
8082026-07-02T20:47:56.538Z Downloaded litrs v1.0.0
8092026-07-02T20:47:56.538Z Downloaded owo-colors v4.3.0
8102026-07-02T20:47:56.538Z Downloaded phf_shared v0.12.1
8112026-07-02T20:47:56.538Z Downloaded nanorand v0.7.0
8122026-07-02T20:47:56.538Z Downloaded memmap2 v0.9.10
8132026-07-02T20:47:56.538Z Downloaded phf_shared v0.13.1
8142026-07-02T20:47:56.538Z Downloaded flate2 v1.1.9
8152026-07-02T20:47:56.538Z Downloaded packed_struct v0.10.1
8162026-07-02T20:47:56.553Z Downloaded predicates-core v1.0.10
8172026-07-02T20:47:56.553Z Downloaded nu-ansi-term v0.50.3
8182026-07-02T20:47:56.553Z Downloaded proc-macro-error-attr2 v2.0.0
8192026-07-02T20:47:56.553Z Downloaded paste v1.0.15
8202026-07-02T20:47:56.553Z Downloaded num-integer v0.1.46
8212026-07-02T20:47:56.553Z Downloaded oxide-tokio-rt v0.1.4
8222026-07-02T20:47:56.561Z Downloaded powerfmt v0.2.0
8232026-07-02T20:47:56.561Z Downloaded potential_utf v0.1.4
8242026-07-02T20:47:56.561Z Downloaded icu_normalizer_data v2.1.1
8252026-07-02T20:47:56.561Z Downloaded precomputed-hash v0.1.1
8262026-07-02T20:47:56.561Z Downloaded proc-macro-crate v3.4.0
8272026-07-02T20:47:56.561Z Downloaded proc-macro-crate v1.3.1
8282026-07-02T20:47:56.561Z Downloaded pem-rfc7468 v1.0.0
8292026-07-02T20:47:56.581Z Downloaded psl-types v2.0.11
8302026-07-02T20:47:56.581Z Downloaded expectorate v1.2.0
8312026-07-02T20:47:56.582Z Downloaded progenitor-client v0.14.0
8322026-07-02T20:47:56.582Z Downloaded pem-rfc7468 v0.7.0
8332026-07-02T20:47:56.582Z Downloaded pem v3.0.6
8342026-07-02T20:47:56.582Z Downloaded parse-display-derive v0.10.0
8352026-07-02T20:47:56.582Z Downloaded parking_lot_core v0.8.6
8362026-07-02T20:47:56.584Z Downloaded icu_normalizer v2.1.1
8372026-07-02T20:47:56.584Z Downloaded num-rational v0.4.2
8382026-07-02T20:47:56.605Z Downloaded icu_locale_core v2.1.1
8392026-07-02T20:47:56.606Z Downloaded progenitor-macro v0.13.0
8402026-07-02T20:47:56.606Z Downloaded libbz2-rs-sys v0.2.2
8412026-07-02T20:47:56.606Z Downloaded litemap v0.8.1
8422026-07-02T20:47:56.606Z Downloaded num_enum_derive v0.7.6
8432026-07-02T20:47:56.606Z Downloaded phf v0.12.1
8442026-07-02T20:47:56.606Z Downloaded quick-error v1.2.3
8452026-07-02T20:47:56.606Z Downloaded pkg-config v0.3.32
8462026-07-02T20:47:56.606Z Downloaded peg-macros v0.8.5
8472026-07-02T20:47:56.606Z Downloaded peg v0.8.5
8482026-07-02T20:47:56.606Z Downloaded progenitor-macro v0.14.0
8492026-07-02T20:47:56.606Z Downloaded pbkdf2 v0.13.0
8502026-07-02T20:47:56.613Z Downloaded indicatif v0.18.4
8512026-07-02T20:47:56.613Z Downloaded heapless v0.7.17
8522026-07-02T20:47:56.613Z Downloaded poly1305 v0.8.0
8532026-07-02T20:47:56.613Z Downloaded indexmap v1.9.3
8542026-07-02T20:47:56.613Z Downloaded phf v0.13.1
8552026-07-02T20:47:56.613Z Downloaded headers v0.4.1
8562026-07-02T20:47:56.613Z Downloaded ml-kem v0.3.2
8572026-07-02T20:47:56.613Z Downloaded pin-project-lite v0.2.17
8582026-07-02T20:47:56.624Z Downloaded radium v0.7.0
8592026-07-02T20:47:56.624Z Downloaded rand_chacha v0.3.1
8602026-07-02T20:47:56.630Z Downloaded predicates-tree v1.0.13
8612026-07-02T20:47:56.631Z Downloaded postgres-protocol v0.6.10
8622026-07-02T20:47:56.631Z Downloaded rand_xorshift v0.4.0
8632026-07-02T20:47:56.637Z Downloaded derive_more-impl v2.1.1
8642026-07-02T20:47:56.644Z Downloaded parking_lot v0.11.2
8652026-07-02T20:47:56.648Z Downloaded progenitor-client v0.13.0
8662026-07-02T20:47:56.648Z Downloaded progenitor v0.14.0
8672026-07-02T20:47:56.652Z Downloaded diesel_derives v2.3.7
8682026-07-02T20:47:56.652Z Downloaded predicates v3.1.4
8692026-07-02T20:47:56.657Z Downloaded recursive-proc-macro-impl v0.1.1
8702026-07-02T20:47:56.657Z Downloaded psm v0.1.30
8712026-07-02T20:47:56.661Z Downloaded recursive v0.1.1
8722026-07-02T20:47:56.661Z Downloaded password-hash v0.5.0
8732026-07-02T20:47:56.661Z Downloaded proc-macro-error2 v2.0.1
8742026-07-02T20:47:56.665Z Downloaded progenitor v0.13.0
8752026-07-02T20:47:56.666Z Downloaded oso v0.27.3
8762026-07-02T20:47:56.666Z Downloaded primeorder v0.14.0-rc.10
8772026-07-02T20:47:56.670Z Downloaded primefield v0.14.0
8782026-07-02T20:47:56.670Z Downloaded ppv-lite86 v0.2.21
8792026-07-02T20:47:56.670Z Downloaded ref-cast-impl v1.0.25
8802026-07-02T20:47:56.670Z Downloaded rfc6979 v0.4.0
8812026-07-02T20:47:56.673Z Downloaded parking_lot v0.12.5
8822026-07-02T20:47:56.673Z Downloaded russh-cryptovec v0.61.0
8832026-07-02T20:47:56.673Z Downloaded ref-cast v1.0.25
8842026-07-02T20:47:56.678Z Downloaded rustc_version v0.4.1
8852026-07-02T20:47:56.678Z Downloaded hickory-resolver v0.24.4
8862026-07-02T20:47:56.681Z Downloaded progenitor-extras v0.2.0
8872026-07-02T20:47:56.681Z Downloaded pkcs1 v0.7.5
8882026-07-02T20:47:56.681Z Downloaded r2d2 v0.8.10
8892026-07-02T20:47:56.684Z Downloaded rfc6979 v0.5.0
8902026-07-02T20:47:56.695Z Downloaded jiff-static v0.2.21
8912026-07-02T20:47:56.701Z Downloaded postcard v1.1.3
8922026-07-02T20:47:56.701Z Downloaded omicron-zone-package v0.12.3
8932026-07-02T20:47:56.701Z Downloaded pkcs1 v0.8.0-rc.4
8942026-07-02T20:47:56.706Z Downloaded russh-util v0.52.0
8952026-07-02T20:47:56.706Z Downloaded rand_seeder v0.4.0
8962026-07-02T20:47:56.706Z Downloaded rand_core v0.9.5
8972026-07-02T20:47:56.706Z Downloaded rand_chacha v0.9.0
8982026-07-02T20:47:56.706Z Downloaded polyval v0.7.1
8992026-07-02T20:47:56.711Z Downloaded pkcs8 v0.11.0
9002026-07-02T20:47:56.711Z Downloaded rustc_version v0.1.7
9012026-07-02T20:47:56.711Z Downloaded scheduled-thread-pool v0.2.7
9022026-07-02T20:47:56.711Z Downloaded rtoolbox v0.0.3
9032026-07-02T20:47:56.715Z Downloaded pin-project-internal v1.1.11
9042026-07-02T20:47:56.715Z Downloaded der v0.8.0
9052026-07-02T20:47:56.719Z Downloaded rand_core v0.10.0
9062026-07-02T20:47:56.719Z Downloaded rand_core v0.6.4
9072026-07-02T20:47:56.724Z Downloaded icu_collections v2.1.1
9082026-07-02T20:47:56.724Z Downloaded poly1305 v0.9.0
9092026-07-02T20:47:56.732Z Downloaded papergrid v0.17.0
9102026-07-02T20:47:56.736Z Downloaded parking_lot_core v0.9.12
9112026-07-02T20:47:56.736Z Downloaded crypto-primes v0.7.2
9122026-07-02T20:47:56.736Z Downloaded num-traits v0.2.19
9132026-07-02T20:47:56.736Z Downloaded postgres-types v0.2.12
9142026-07-02T20:47:56.739Z Downloaded miniz_oxide v0.8.9
9152026-07-02T20:47:56.739Z Downloaded hashbrown v0.13.2
9162026-07-02T20:47:56.742Z Downloaded same-file v1.0.6
9172026-07-02T20:47:56.742Z Downloaded hickory-resolver v0.25.2
9182026-07-02T20:47:56.746Z Downloaded primeorder v0.13.6
9192026-07-02T20:47:56.751Z Downloaded secrecy v0.8.0
9202026-07-02T20:47:56.755Z Downloaded resolv-conf v0.7.6
9212026-07-02T20:47:56.755Z Downloaded secrecy v0.10.3
9222026-07-02T20:47:56.755Z Downloaded serde_bytes v0.11.19
9232026-07-02T20:47:56.755Z Downloaded semver v0.1.20
9242026-07-02T20:47:56.758Z Downloaded serde_plain v1.0.2
9252026-07-02T20:47:56.759Z Downloaded serde-big-array v0.5.1
9262026-07-02T20:47:56.759Z Downloaded seq-macro v0.3.6
9272026-07-02T20:47:56.762Z Downloaded scopeguard v1.2.0
9282026-07-02T20:47:56.765Z Downloaded crossterm v0.28.1
9292026-07-02T20:47:56.768Z Downloaded phc v0.6.1
9302026-07-02T20:47:56.771Z Downloaded aes v0.9.1
9312026-07-02T20:47:56.774Z Downloaded http v1.4.2
9322026-07-02T20:47:56.779Z Downloaded prefix-trie v0.7.0
9332026-07-02T20:47:56.782Z Downloaded quinn-udp v0.5.14
9342026-07-02T20:47:56.782Z Downloaded rustc-hash v2.1.1
9352026-07-02T20:47:56.782Z Downloaded hashbrown v0.12.3
9362026-07-02T20:47:56.785Z Downloaded rustls-native-certs v0.8.3
9372026-07-02T20:47:56.790Z Downloaded rustversion v1.0.22
9382026-07-02T20:47:56.790Z Downloaded rustls-pemfile v2.2.0
9392026-07-02T20:47:56.796Z Downloaded sha1 v0.10.6
9402026-07-02T20:47:56.796Z Downloaded pkcs8 v0.10.2
9412026-07-02T20:47:56.796Z Downloaded pkcs5 v0.8.1
9422026-07-02T20:47:56.796Z Downloaded pin-project v1.1.11
9432026-07-02T20:47:56.803Z Downloaded serde_urlencoded v0.7.1
9442026-07-02T20:47:56.803Z Downloaded sha1 v0.11.0
9452026-07-02T20:47:56.808Z Downloaded serde_spanned v1.1.1
9462026-07-02T20:47:56.808Z Downloaded sapling-renderdag v0.1.0
9472026-07-02T20:47:56.810Z Downloaded shell-words v1.1.1
9482026-07-02T20:47:56.811Z Downloaded signal-hook-mio v0.2.5
9492026-07-02T20:47:56.814Z Downloaded signal-hook-tokio v0.3.1
9502026-07-02T20:47:56.824Z Downloaded minimal-lexical v0.2.1
9512026-07-02T20:47:56.830Z Downloaded openssl-sys v0.9.115
9522026-07-02T20:47:56.834Z Downloaded serde_repr v0.1.20
9532026-07-02T20:47:56.838Z Downloaded serde-hex v0.1.0
9542026-07-02T20:47:56.838Z Downloaded sec1 v0.8.1
9552026-07-02T20:47:56.838Z Downloaded p256 v0.14.0-rc.10
9562026-07-02T20:47:56.842Z Downloaded slog-envlogger v2.2.0
9572026-07-02T20:47:56.843Z Downloaded sigpipe v0.1.3
9582026-07-02T20:47:56.846Z Downloaded hyper-util v0.1.20
9592026-07-02T20:47:56.851Z Downloaded progenitor-impl v0.14.0
9602026-07-02T20:47:56.853Z Downloaded itertools v0.10.5
9612026-07-02T20:47:56.856Z Downloaded signature v3.0.0
9622026-07-02T20:47:56.859Z Downloaded scroll_derive v0.13.1
9632026-07-02T20:47:56.859Z Downloaded scroll v0.13.0
9642026-07-02T20:47:56.859Z Downloaded schemars_derive v0.8.22
9652026-07-02T20:47:56.862Z Downloaded num-bigint v0.4.6
9662026-07-02T20:47:56.865Z Downloaded prettyplease v0.2.37
9672026-07-02T20:47:56.865Z Downloaded sec1 v0.7.3
9682026-07-02T20:47:56.868Z Downloaded progenitor-impl v0.13.0
9692026-07-02T20:47:56.868Z Downloaded serde_path_to_error v0.1.20
9702026-07-02T20:47:56.872Z Downloaded scrypt v0.12.0
9712026-07-02T20:47:56.872Z Downloaded serde_derive_internals v0.29.1
9722026-07-02T20:47:56.877Z Downloaded pretty_assertions v1.4.1
9732026-07-02T20:47:56.877Z Downloaded slog-bunyan v2.5.0
9742026-07-02T20:47:56.877Z Downloaded internal-russh-num-bigint v0.5.0
9752026-07-02T20:47:56.881Z Downloaded sqlparser_derive v0.5.0
9762026-07-02T20:47:56.881Z Downloaded hickory-server v0.25.2
9772026-07-02T20:47:56.895Z Downloaded siphasher v1.0.2
9782026-07-02T20:47:56.898Z Downloaded signal-hook-registry v1.4.8
9792026-07-02T20:47:56.898Z Downloaded shlex v1.3.0
9802026-07-02T20:47:56.902Z Downloaded serdect v0.4.3
9812026-07-02T20:47:56.906Z Downloaded stable_deref_trait v1.2.1
9822026-07-02T20:47:56.906Z Downloaded serde_with_macros v1.5.2
9832026-07-02T20:47:56.906Z Downloaded rusty-fork v0.3.1
9842026-07-02T20:47:56.913Z Downloaded mio v1.2.0
9852026-07-02T20:47:56.916Z Downloaded simd-adler32 v0.3.8
9862026-07-02T20:47:56.924Z Downloaded rustls-pki-types v1.14.0
9872026-07-02T20:47:56.934Z Downloaded signature v2.2.0
9882026-07-02T20:47:56.934Z Downloaded smallvec v0.6.14
9892026-07-02T20:47:56.940Z Downloaded slog-dtrace v0.3.0
9902026-07-02T20:47:56.940Z Downloaded strum v0.26.3
9912026-07-02T20:47:56.940Z Downloaded strsim v0.10.0
9922026-07-02T20:47:56.940Z Downloaded sync-ptr v0.1.4
9932026-07-02T20:47:56.940Z Downloaded structmeta v0.3.0
9942026-07-02T20:47:56.940Z Downloaded aes-gcm v0.11.0
9952026-07-02T20:47:56.940Z Downloaded strip-ansi-escapes v0.2.1
9962026-07-02T20:47:56.940Z Downloaded p384 v0.14.0-rc.10
9972026-07-02T20:47:56.946Z Downloaded strum v0.27.2
9982026-07-02T20:47:56.946Z Downloaded structmeta-derive v0.3.0
9992026-07-02T20:47:56.947Z Downloaded subtle v2.6.1
10002026-07-02T20:47:56.952Z Downloaded sync_wrapper v1.0.2
10012026-07-02T20:47:56.952Z Downloaded supports-color v3.0.2
10022026-07-02T20:47:56.952Z Downloaded rcgen v0.12.1
10032026-07-02T20:47:56.993Z Downloaded aho-corasick v1.1.4
10042026-07-02T20:47:56.993Z Downloaded ryu v1.0.23
10052026-07-02T20:47:56.993Z Downloaded smf v0.2.3
10062026-07-02T20:47:56.993Z Downloaded serde_with_macros v3.17.0
10072026-07-02T20:47:56.993Z Downloaded rustls-platform-verifier v0.6.2
10082026-07-02T20:47:56.993Z Downloaded slog-term v2.9.2
10092026-07-02T20:47:56.993Z Downloaded tap v1.0.1
10102026-07-02T20:47:56.993Z Downloaded sha2 v0.11.0
10112026-07-02T20:47:56.994Z Downloaded slog-stdlog v4.1.1
10122026-07-02T20:47:56.994Z Downloaded tabwriter v1.4.1
10132026-07-02T20:47:56.994Z Downloaded spki v0.7.3
10142026-07-02T20:47:56.994Z Downloaded slog-scope v4.4.1
10152026-07-02T20:47:56.994Z Downloaded dropshot-api-manager v0.7.2
10162026-07-02T20:47:56.994Z Downloaded spki v0.8.0
10172026-07-02T20:47:56.994Z Downloaded slog-json v2.6.1
10182026-07-02T20:47:56.994Z Downloaded tagptr v0.2.0
10192026-07-02T20:47:56.994Z Downloaded slog-async v2.8.0
10202026-07-02T20:47:56.994Z Downloaded take_mut v0.2.2
10212026-07-02T20:47:56.994Z Downloaded slab v0.4.12
10222026-07-02T20:47:56.995Z Downloaded nom v7.1.3
10232026-07-02T20:47:56.995Z Downloaded serde_cbor v0.11.2
10242026-07-02T20:47:56.995Z Downloaded ssh-cipher v0.3.0-rc.9
10252026-07-02T20:47:57.001Z Downloaded crossterm v0.29.0
10262026-07-02T20:47:57.001Z Downloaded time-core v0.1.8
10272026-07-02T20:47:57.001Z Downloaded thiserror-impl-no-std v2.0.2
10282026-07-02T20:47:57.001Z Downloaded testing_table v0.3.0
10292026-07-02T20:47:57.001Z Downloaded termtree v0.5.1
10302026-07-02T20:47:57.001Z Downloaded stacker v0.1.23
10312026-07-02T20:47:57.001Z Downloaded publicsuffix v2.3.0
10322026-07-02T20:47:57.009Z Downloaded stringprep v0.1.5
10332026-07-02T20:47:57.009Z Downloaded static_assertions v1.1.0
10342026-07-02T20:47:57.018Z Downloaded string_cache v0.8.9
10352026-07-02T20:47:57.028Z Downloaded smallvec v1.15.1
10362026-07-02T20:47:57.028Z Downloaded thread-id v5.1.0
10372026-07-02T20:47:57.028Z Downloaded futures-util v0.3.32
10382026-07-02T20:47:57.046Z Downloaded itertools v0.13.0
10392026-07-02T20:47:57.046Z Downloaded p521 v0.14.0-rc.10
10402026-07-02T20:47:57.046Z Downloaded tokio-macros v2.7.0
10412026-07-02T20:47:57.046Z Downloaded salsa20 v0.11.0
10422026-07-02T20:47:57.056Z Downloaded tabled_derive v0.11.0
10432026-07-02T20:47:57.056Z Downloaded synstructure v0.13.2
10442026-07-02T20:47:57.056Z Downloaded support-bundle-viewer v0.1.2
10452026-07-02T20:47:57.056Z Downloaded strum_macros v0.27.2
10462026-07-02T20:47:57.056Z Downloaded strum_macros v0.26.4
10472026-07-02T20:47:57.056Z Downloaded sqlformat v0.3.5
10482026-07-02T20:47:57.056Z Downloaded num-bigint-dig v0.8.6
10492026-07-02T20:47:57.056Z Downloaded qorb v0.4.1
10502026-07-02T20:47:57.063Z Downloaded snafu-derive v0.8.9
10512026-07-02T20:47:57.064Z Downloaded schemars v0.9.0
10522026-07-02T20:47:57.078Z Downloaded ssh-encoding v0.3.0-rc.9
10532026-07-02T20:47:57.078Z Downloaded tinyvec_macros v0.1.1
10542026-07-02T20:47:57.078Z Downloaded tower-layer v0.3.3
10552026-07-02T20:47:57.078Z Downloaded tls_codec v0.4.2
10562026-07-02T20:47:57.078Z Downloaded quinn v0.11.9
10572026-07-02T20:47:57.078Z Downloaded time-macros v0.2.27
10582026-07-02T20:47:57.078Z Downloaded signal-hook v0.3.18
10592026-07-02T20:47:57.087Z Downloaded topological-sort v0.2.2
10602026-07-02T20:47:57.087Z Downloaded try-lock v0.2.5
10612026-07-02T20:47:57.088Z Downloaded rand v0.8.6
10622026-07-02T20:47:57.088Z Downloaded h2 v0.4.15
10632026-07-02T20:47:57.088Z Downloaded tiny-keccak v2.0.2
10642026-07-02T20:47:57.088Z Downloaded hashbrown v0.15.5
10652026-07-02T20:47:57.094Z Downloaded serde_yaml v0.9.34+deprecated
10662026-07-02T20:47:57.094Z Downloaded libxml v0.3.3
10672026-07-02T20:47:57.095Z Downloaded tower-service v0.3.3
10682026-07-02T20:47:57.095Z Downloaded termios v0.3.3
10692026-07-02T20:47:57.103Z Downloaded typify-macro v0.6.2
10702026-07-02T20:47:57.103Z Downloaded unarray v0.1.4
10712026-07-02T20:47:57.103Z Downloaded trait-variant v0.1.2
10722026-07-02T20:47:57.103Z Downloaded similar v2.7.0
10732026-07-02T20:47:57.109Z Downloaded tokio-dtrace v0.1.1
10742026-07-02T20:47:57.109Z Downloaded hkdf v0.13.0
10752026-07-02T20:47:57.109Z Downloaded thread_local v1.1.9
10762026-07-02T20:47:57.109Z Downloaded strum_macros v0.24.3
10772026-07-02T20:47:57.109Z Downloaded rand v0.10.1
10782026-07-02T20:47:57.116Z Downloaded socket2 v0.5.10
10792026-07-02T20:47:57.116Z Downloaded rayon-core v1.13.0
10802026-07-02T20:47:57.117Z Downloaded itertools v0.12.1
10812026-07-02T20:47:57.126Z Downloaded unicode-truncate v1.1.0
10822026-07-02T20:47:57.126Z Downloaded schemars v0.8.22
10832026-07-02T20:47:57.130Z Downloaded usdt-attr-macro v0.6.0
10842026-07-02T20:47:57.130Z Downloaded untrusted v0.9.0
10852026-07-02T20:47:57.130Z Downloaded universal-hash v0.6.1
10862026-07-02T20:47:57.130Z Downloaded unicode-xid v0.2.6
10872026-07-02T20:47:57.130Z Downloaded tls_codec_derive v0.4.2
10882026-07-02T20:47:57.130Z Downloaded thiserror-no-std v2.0.2
10892026-07-02T20:47:57.130Z Downloaded tokio-native-tls v0.3.1
10902026-07-02T20:47:57.135Z Downloaded hkdf v0.12.4
10912026-07-02T20:47:57.135Z Downloaded spin v0.9.8
10922026-07-02T20:47:57.139Z Downloaded utf-8 v0.7.6
10932026-07-02T20:47:57.139Z Downloaded usdt v0.6.0
10942026-07-02T20:47:57.139Z Downloaded hashbrown v0.16.1
10952026-07-02T20:47:57.147Z Downloaded toml_writer v1.1.1+spec-1.1.0
10962026-07-02T20:47:57.147Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10972026-07-02T20:47:57.147Z Downloaded term v0.7.0
10982026-07-02T20:47:57.147Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10992026-07-02T20:47:57.153Z Downloaded untrusted v0.7.1
11002026-07-02T20:47:57.153Z Downloaded universal-hash v0.5.1
11012026-07-02T20:47:57.153Z Downloaded utf8_iter v1.0.4
11022026-07-02T20:47:57.156Z Downloaded icu_properties_data v2.1.2
11032026-07-02T20:47:57.159Z Downloaded tokio-tungstenite v0.23.1
11042026-07-02T20:47:57.160Z Downloaded usdt-macro v0.6.0
11052026-07-02T20:47:57.163Z Downloaded tokio-test v0.4.5
11062026-07-02T20:47:57.163Z Downloaded tokio-tungstenite v0.21.0
11072026-07-02T20:47:57.166Z Downloaded tui-tree-widget v0.23.1
11082026-07-02T20:47:57.166Z Downloaded want v0.3.1
11092026-07-02T20:47:57.166Z Downloaded rsa v0.9.10
11102026-07-02T20:47:57.171Z Downloaded snafu v0.8.9
11112026-07-02T20:47:57.175Z Downloaded ron v0.8.1
11122026-07-02T20:47:57.178Z Downloaded rand v0.9.2
11132026-07-02T20:47:57.182Z Downloaded nom v8.0.0
11142026-07-02T20:47:57.184Z Downloaded socket2 v0.6.3
11152026-07-02T20:47:57.184Z Downloaded unit-prefix v0.5.2
11162026-07-02T20:47:57.192Z Downloaded wait-timeout v0.2.1
11172026-07-02T20:47:57.196Z Downloaded void v1.0.2
11182026-07-02T20:47:57.196Z Downloaded yoke-derive v0.8.1
11192026-07-02T20:47:57.201Z Downloaded waitgroup v0.1.2
11202026-07-02T20:47:57.206Z Downloaded idna v1.1.0
11212026-07-02T20:47:57.210Z Downloaded usdt-impl v0.6.0
11222026-07-02T20:47:57.219Z Downloaded itertools v0.14.0
11232026-07-02T20:47:57.222Z Downloaded term v1.2.1
11242026-07-02T20:47:57.222Z Downloaded test-strategy v0.4.5
11252026-07-02T20:47:57.222Z Downloaded toml_parser v1.1.2+spec-1.1.0
11262026-07-02T20:47:57.222Z Downloaded tinystr v0.8.2
11272026-07-02T20:47:57.222Z Downloaded samael v0.0.19
11282026-07-02T20:47:57.225Z Downloaded iri-string v0.7.10
11292026-07-02T20:47:57.229Z Downloaded zone v0.3.1
11302026-07-02T20:47:57.232Z Downloaded xattr v1.6.1
11312026-07-02T20:47:57.232Z Downloaded unicase v2.9.0
11322026-07-02T20:47:57.232Z Downloaded xshell-macros v0.2.7
11332026-07-02T20:47:57.236Z Downloaded twox-hash v2.1.2
11342026-07-02T20:47:57.241Z Downloaded blake3 v1.8.5
11352026-07-02T20:47:57.246Z Downloaded walkdir v2.5.0
11362026-07-02T20:47:57.249Z Downloaded vergen-gitcl v1.0.8
11372026-07-02T20:47:57.249Z Downloaded vergen-git2 v9.1.0
11382026-07-02T20:47:57.253Z Downloaded subprocess v0.2.15
11392026-07-02T20:47:57.253Z Downloaded schemars v1.2.1
11402026-07-02T20:47:57.260Z Downloaded zerofrom-derive v0.1.6
11412026-07-02T20:47:57.262Z Downloaded zerofrom v0.1.6
11422026-07-02T20:47:57.262Z Downloaded hyper v1.10.1
11432026-07-02T20:47:57.265Z Downloaded zone_cfg_derive v0.3.1
11442026-07-02T20:47:57.268Z Downloaded zeroize_derive v1.4.3
11452026-07-02T20:47:57.268Z Downloaded uzers v0.12.2
11462026-07-02T20:47:57.268Z Downloaded tokio-stream v0.1.18
11472026-07-02T20:47:57.271Z Downloaded tokio-rustls v0.26.4
11482026-07-02T20:47:57.275Z Downloaded writeable v0.6.2
11492026-07-02T20:47:57.275Z Downloaded rustls-webpki v0.103.13
11502026-07-02T20:47:57.278Z Downloaded rsa v0.10.0-rc.18
11512026-07-02T20:47:57.287Z Downloaded vergen-lib v9.1.0
11522026-07-02T20:47:57.290Z Downloaded tracing-attributes v0.1.31
11532026-07-02T20:47:57.290Z Downloaded vsss-rs v3.3.4
11542026-07-02T20:47:57.290Z Downloaded zeroize v1.8.2
11552026-07-02T20:47:57.306Z Downloaded zstd v0.13.3
11562026-07-02T20:47:57.309Z Downloaded zstd-safe v7.2.4
11572026-07-02T20:47:57.309Z Downloaded zerovec-derive v0.11.2
11582026-07-02T20:47:57.309Z Downloaded vergen v9.1.0
11592026-07-02T20:47:57.313Z Downloaded tinyvec v1.10.0
11602026-07-02T20:47:57.317Z Downloaded tungstenite v0.21.0
11612026-07-02T20:47:57.320Z Downloaded xshell v0.2.7
11622026-07-02T20:47:57.320Z Downloaded wyz v0.5.1
11632026-07-02T20:47:57.323Z Downloaded tungstenite v0.23.0
11642026-07-02T20:47:57.323Z Downloaded whoami v2.1.0
11652026-07-02T20:47:57.328Z Downloaded libm v0.2.16
11662026-07-02T20:47:57.335Z Downloaded unicode-bidi v0.3.18
11672026-07-02T20:47:57.343Z Downloaded toml v0.7.8
11682026-07-02T20:47:57.343Z Downloaded slog v2.8.2
11692026-07-02T20:47:57.348Z Downloaded unsafe-libyaml v0.2.11
11702026-07-02T20:47:57.348Z Downloaded toml v1.1.2+spec-1.1.0
11712026-07-02T20:47:57.349Z Downloaded iddqd v0.4.2
11722026-07-02T20:47:57.352Z Downloaded zerocopy v0.6.6
11732026-07-02T20:47:57.355Z Downloaded toml_edit v0.23.10+spec-1.0.0
11742026-07-02T20:47:57.359Z Downloaded uuid v1.23.4
11752026-07-02T20:47:57.362Z Downloaded unicode-properties v0.1.4
11762026-07-02T20:47:57.365Z Downloaded whoami v1.6.1
11772026-07-02T20:47:57.368Z Downloaded vergen-lib v0.1.6
11782026-07-02T20:47:57.371Z Downloaded reedline v0.40.0
11792026-07-02T20:47:57.377Z Downloaded tracing-core v0.1.36
11802026-07-02T20:47:57.380Z Downloaded steno v0.4.1
11812026-07-02T20:47:57.383Z Downloaded yoke v0.8.1
11822026-07-02T20:47:57.388Z Downloaded yasna v0.5.2
11832026-07-02T20:47:57.391Z Downloaded typify v0.6.2
11842026-07-02T20:47:57.394Z Downloaded rustyline v14.0.0
11852026-07-02T20:47:57.397Z Downloaded bitvec v1.0.1
11862026-07-02T20:47:57.404Z Downloaded tokio-postgres v0.7.16
11872026-07-02T20:47:57.407Z Downloaded git2 v0.20.4
11882026-07-02T20:47:57.414Z Downloaded tar v0.4.45
11892026-07-02T20:47:57.417Z Downloaded toml_edit v0.19.15
11902026-07-02T20:47:57.426Z Downloaded vte v0.14.1
11912026-07-02T20:47:57.429Z Downloaded rpassword v7.4.0
11922026-07-02T20:47:57.436Z Downloaded reqwest v0.13.2
11932026-07-02T20:47:57.444Z Downloaded portable-atomic v1.13.1
11942026-07-02T20:47:57.448Z Downloaded curve25519-dalek v4.1.3
11952026-07-02T20:47:57.458Z Downloaded lalrpop v0.19.12
11962026-07-02T20:47:57.464Z Downloaded yansi v1.0.1
11972026-07-02T20:47:57.467Z Downloaded zip v0.6.6
11982026-07-02T20:47:57.470Z Downloaded zopfli v0.8.3
11992026-07-02T20:47:57.481Z Downloaded chrono v0.4.44
12002026-07-02T20:47:57.485Z Downloaded serde_with v1.14.0
12012026-07-02T20:47:57.488Z Downloaded unicode-segmentation v1.12.0
12022026-07-02T20:47:57.494Z Downloaded p384 v0.13.1
12032026-07-02T20:47:57.497Z Downloaded unicode_categories v0.1.1
12042026-07-02T20:47:57.500Z Downloaded bindgen v0.71.1
12052026-07-02T20:47:57.505Z Downloaded crypto-bigint v0.7.5
12062026-07-02T20:47:57.511Z Downloaded zerotrie v0.2.3
12072026-07-02T20:47:57.514Z Downloaded url v2.5.8
12082026-07-02T20:47:57.524Z Downloaded reqwest v0.12.28
12092026-07-02T20:47:57.531Z Downloaded tower v0.5.3
12102026-07-02T20:47:57.531Z Downloaded ssh-key v0.7.0-rc.10
12112026-07-02T20:47:57.534Z Downloaded quick-xml v0.37.5
12122026-07-02T20:47:57.534Z Downloaded regex v1.12.3
12132026-07-02T20:47:57.537Z Downloaded salty v0.3.0
12142026-07-02T20:47:57.540Z Downloaded rayon v1.11.0
12152026-07-02T20:47:57.571Z Downloaded moka v0.12.13
12162026-07-02T20:47:57.576Z Downloaded x509-cert v0.2.5
12172026-07-02T20:47:57.580Z Downloaded unicode-normalization v0.1.25
12182026-07-02T20:47:57.583Z Downloaded typed-path v0.9.3
12192026-07-02T20:47:57.589Z Downloaded zerocopy-derive v0.8.40
12202026-07-02T20:47:57.598Z Downloaded tokio-util v0.7.18
12212026-07-02T20:47:57.615Z Downloaded zip v4.6.1
12222026-07-02T20:47:57.620Z Downloaded tower-http v0.6.8
12232026-07-02T20:47:57.626Z Downloaded proptest v1.10.0
12242026-07-02T20:47:57.632Z Downloaded goblin v0.10.5
12252026-07-02T20:47:57.636Z Downloaded russh v0.61.2
12262026-07-02T20:47:57.645Z Downloaded tough v0.22.0
12272026-07-02T20:47:57.648Z Downloaded serde_with v3.17.0
12282026-07-02T20:47:57.653Z Downloaded petname v2.0.2
12292026-07-02T20:47:57.657Z Downloaded quinn-proto v0.11.13
12302026-07-02T20:47:57.664Z Downloaded radix_trie v0.2.1
12312026-07-02T20:47:57.669Z Downloaded winnow v0.5.40
12322026-07-02T20:47:57.674Z Downloaded curve25519-dalek v5.0.0-rc.0
12332026-07-02T20:47:57.680Z Downloaded winnow v0.6.26
12342026-07-02T20:47:57.685Z Downloaded openssl v0.10.79
12352026-07-02T20:47:57.691Z Downloaded object v0.30.4
12362026-07-02T20:47:57.698Z Downloaded zerovec v0.11.5
12372026-07-02T20:47:57.701Z Downloaded dropshot v0.17.1
12382026-07-02T20:47:57.726Z Downloaded winnow v1.0.3
12392026-07-02T20:47:57.732Z Downloaded tabled v0.20.0
12402026-07-02T20:47:57.751Z Downloaded bstr v1.12.1
12412026-07-02T20:47:57.769Z Downloaded hickory-proto v0.24.4
12422026-07-02T20:47:57.777Z Downloaded smoltcp v0.9.1
12432026-07-02T20:47:57.786Z Downloaded polar-core v0.27.3
12442026-07-02T20:47:57.789Z Downloaded zlib-rs v0.6.2
12452026-07-02T20:47:57.792Z Downloaded nix v0.27.1
12462026-07-02T20:47:57.797Z Downloaded diesel v2.3.7
12472026-07-02T20:47:57.810Z Downloaded vcpkg v0.2.15
12482026-07-02T20:47:57.833Z Downloaded time v0.3.47
12492026-07-02T20:47:57.840Z Downloaded smoltcp v0.11.0
12502026-07-02T20:47:57.849Z Downloaded nix v0.31.2
12512026-07-02T20:47:57.857Z Downloaded zerocopy v0.8.40
12522026-07-02T20:47:57.864Z Downloaded regress v0.11.1
12532026-07-02T20:47:57.867Z Downloaded object v0.37.3
12542026-07-02T20:47:57.872Z Downloaded regress v0.10.5
12552026-07-02T20:47:57.876Z Downloaded rustix v0.38.44
12562026-07-02T20:47:57.889Z Downloaded rustls v0.23.41
12572026-07-02T20:47:57.896Z Downloaded regex-syntax v0.6.29
12582026-07-02T20:47:57.899Z Downloaded nix v0.28.0
12592026-07-02T20:47:57.906Z Downloaded hickory-proto v0.25.2
12602026-07-02T20:47:57.915Z Downloaded regex-syntax v0.8.10
12612026-07-02T20:47:57.920Z Downloaded openapiv3 v2.2.0
12622026-07-02T20:47:57.944Z Downloaded sqlparser v0.61.0
12632026-07-02T20:47:57.993Z Downloaded ratatui v0.29.0
12642026-07-02T20:47:58.005Z Downloaded sha3 v0.11.0
12652026-07-02T20:47:58.008Z Downloaded regex-automata v0.4.14
12662026-07-02T20:47:58.015Z Downloaded zerocopy-derive v0.6.6
12672026-07-02T20:47:58.022Z Downloaded petgraph v0.6.5
12682026-07-02T20:47:58.053Z Downloaded csv v1.4.0
12692026-07-02T20:47:58.067Z Downloaded sha3 v0.10.8
12702026-07-02T20:47:58.076Z Downloaded typify-impl v0.6.2
12712026-07-02T20:47:58.088Z Downloaded sled v0.34.7
12722026-07-02T20:47:58.103Z Downloaded tracing v0.1.44
12732026-07-02T20:47:58.116Z Downloaded fiat-crypto v0.3.0
12742026-07-02T20:47:58.144Z Downloaded libgit2-sys v0.18.3+1.9.2
12752026-07-02T20:47:58.172Z Downloaded bzip2-sys v0.1.13+1.0.8
12762026-07-02T20:47:58.245Z Downloaded chrono-tz v0.10.4
12772026-07-02T20:47:58.262Z Downloaded jiff v0.2.21
12782026-07-02T20:47:58.296Z Downloaded petgraph v0.8.3
12792026-07-02T20:47:58.309Z Downloaded libz-sys v1.1.24
12802026-07-02T20:47:58.323Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12812026-07-02T20:47:58.380Z Downloaded tokio v1.52.1
12822026-07-02T20:47:58.461Z Downloaded encoding_rs v0.8.35
12832026-07-02T20:47:58.488Z Downloaded ring v0.17.14
12842026-07-02T20:47:59.239Z Downloaded aws-lc-sys v0.40.0
12852026-07-02T20:47:59.482Z Compiling libc v0.2.185
12862026-07-02T20:47:59.482Z Compiling serde_core v1.0.228
12872026-07-02T20:47:59.482Z Compiling serde v1.0.228
12882026-07-02T20:47:59.485Z Compiling log v0.4.29
12892026-07-02T20:47:59.486Z Compiling smallvec v1.15.1
12902026-07-02T20:47:59.486Z Compiling find-msvc-tools v0.1.9
12912026-07-02T20:47:59.486Z Compiling shlex v1.3.0
12922026-07-02T20:47:59.486Z Compiling subtle v2.6.1
12932026-07-02T20:47:59.486Z Compiling scopeguard v1.2.0
12942026-07-02T20:47:59.486Z Compiling stable_deref_trait v1.2.1
12952026-07-02T20:47:59.619Z Compiling typenum v1.20.1
12962026-07-02T20:47:59.632Z Compiling serde_json v1.0.150
12972026-07-02T20:47:59.675Z Compiling portable-atomic v1.13.1
12982026-07-02T20:47:59.699Z Compiling syn v2.0.117
12992026-07-02T20:47:59.711Z Compiling zerocopy v0.8.40
13002026-07-02T20:47:59.723Z Compiling pin-project-lite v0.2.17
13012026-07-02T20:47:59.741Z Compiling parking_lot_core v0.9.12
13022026-07-02T20:47:59.807Z Compiling lock_api v0.4.14
13032026-07-02T20:47:59.830Z Compiling critical-section v1.2.0
13042026-07-02T20:47:59.843Z Compiling pkg-config v0.3.32
13052026-07-02T20:47:59.874Z Compiling libm v0.2.16
13062026-07-02T20:47:59.923Z Compiling futures-core v0.3.32
13072026-07-02T20:47:59.938Z Compiling getrandom v0.4.1
13082026-07-02T20:47:59.956Z Compiling num-traits v0.2.19
13092026-07-02T20:47:59.981Z Compiling generic-array v0.14.7
13102026-07-02T20:48:00.006Z Compiling const-oid v0.9.6
13112026-07-02T20:48:00.020Z Compiling rand_core v0.10.0
13122026-07-02T20:48:00.074Z Compiling writeable v0.6.2
13132026-07-02T20:48:00.105Z Compiling litemap v0.8.1
13142026-07-02T20:48:00.134Z Compiling percent-encoding v2.3.2
13152026-07-02T20:48:00.218Z Compiling icu_normalizer_data v2.1.1
13162026-07-02T20:48:00.325Z Compiling icu_properties_data v2.1.2
13172026-07-02T20:48:00.325Z Compiling futures-sink v0.3.32
13182026-07-02T20:48:00.353Z Compiling slab v0.4.12
13192026-07-02T20:48:00.357Z Compiling futures-io v0.3.32
13202026-07-02T20:48:00.357Z Compiling futures-task v0.3.32
13212026-07-02T20:48:00.423Z Compiling utf8_iter v1.0.4
13222026-07-02T20:48:00.427Z Compiling rustversion v1.0.22
13232026-07-02T20:48:00.451Z Compiling futures-channel v0.3.32
13242026-07-02T20:48:00.464Z Compiling getrandom v0.3.4
13252026-07-02T20:48:00.536Z Compiling form_urlencoded v1.2.2
13262026-07-02T20:48:00.539Z Compiling dunce v1.0.5
13272026-07-02T20:48:00.564Z Compiling jobserver v0.1.34
13282026-07-02T20:48:00.564Z Compiling errno v0.3.14
13292026-07-02T20:48:00.592Z Compiling getrandom v0.2.17
13302026-07-02T20:48:00.621Z Compiling mio v1.2.0
13312026-07-02T20:48:00.659Z Compiling socket2 v0.6.3
13322026-07-02T20:48:00.701Z Compiling signal-hook-registry v1.4.8
13332026-07-02T20:48:00.770Z Compiling fs_extra v1.3.0
13342026-07-02T20:48:00.785Z Compiling rand_core v0.6.4
13352026-07-02T20:48:00.838Z Compiling cc v1.2.56
13362026-07-02T20:48:00.854Z Compiling parking_lot v0.12.5
13372026-07-02T20:48:00.882Z Compiling once_cell v1.21.3
13382026-07-02T20:48:01.002Z Compiling ident_case v1.0.1
13392026-07-02T20:48:01.013Z Compiling rustix v1.1.3
13402026-07-02T20:48:01.034Z Compiling iana-time-zone v0.1.65
13412026-07-02T20:48:01.061Z Compiling regex-syntax v0.8.10
13422026-07-02T20:48:01.075Z Compiling base64ct v1.8.3
13432026-07-02T20:48:01.114Z Compiling vcpkg v0.2.15
13442026-07-02T20:48:01.121Z Compiling tracing-core v0.1.36
13452026-07-02T20:48:01.124Z Compiling base64 v0.22.1
13462026-07-02T20:48:01.162Z Compiling aws-lc-rs v1.16.3
13472026-07-02T20:48:01.266Z Compiling flagset v0.4.7
13482026-07-02T20:48:01.277Z Compiling cmov v0.5.4
13492026-07-02T20:48:01.400Z Compiling pem-rfc7468 v0.7.0
13502026-07-02T20:48:01.415Z Compiling rand_core v0.9.5
13512026-07-02T20:48:01.512Z Compiling httparse v1.10.1
13522026-07-02T20:48:01.532Z Compiling openssl-probe v0.2.1
13532026-07-02T20:48:01.532Z Compiling tinyvec_macros v0.1.1
13542026-07-02T20:48:01.585Z Compiling ctutils v0.4.2
13552026-07-02T20:48:01.585Z Compiling aho-corasick v1.1.4
13562026-07-02T20:48:01.612Z Compiling cmake v0.1.57
13572026-07-02T20:48:01.670Z Compiling tinyvec v1.10.0
13582026-07-02T20:48:01.684Z Compiling schemars v0.8.22
13592026-07-02T20:48:01.712Z Compiling dyn-clone v1.0.20
13602026-07-02T20:48:01.719Z Compiling tower-service v0.3.3
13612026-07-02T20:48:01.755Z Compiling try-lock v0.2.5
13622026-07-02T20:48:01.762Z Compiling tower-layer v0.3.3
13632026-07-02T20:48:01.808Z Compiling untrusted v0.7.1
13642026-07-02T20:48:01.825Z Compiling atomic-waker v1.1.2
13652026-07-02T20:48:01.976Z Compiling want v0.3.1
13662026-07-02T20:48:01.987Z Compiling rustls v0.23.41
13672026-07-02T20:48:01.987Z Compiling httpdate v1.0.3
13682026-07-02T20:48:01.987Z Compiling openssl v0.10.79
13692026-07-02T20:48:01.987Z Compiling foreign-types-shared v0.1.1
13702026-07-02T20:48:01.988Z Compiling untrusted v0.9.0
13712026-07-02T20:48:02.001Z Compiling cpufeatures v0.2.17
13722026-07-02T20:48:02.002Z Compiling unicode-normalization v0.1.25
13732026-07-02T20:48:02.030Z Compiling foreign-types v0.3.2
13742026-07-02T20:48:02.049Z Compiling spin v0.9.8
13752026-07-02T20:48:02.064Z Compiling crc32fast v1.5.0
13762026-07-02T20:48:02.064Z Compiling powerfmt v0.2.0
13772026-07-02T20:48:02.124Z Compiling bitflags v2.11.0
13782026-07-02T20:48:02.141Z Compiling semver v1.0.28
13792026-07-02T20:48:02.142Z Compiling indexmap v2.14.0
13802026-07-02T20:48:02.149Z Compiling uuid v1.23.4
13812026-07-02T20:48:02.178Z Compiling num-conv v0.2.0
13822026-07-02T20:48:02.267Z Compiling time-core v0.1.8
13832026-07-02T20:48:02.368Z Compiling native-tls v0.2.18
13842026-07-02T20:48:02.368Z Compiling deranged v0.5.8
13852026-07-02T20:48:02.368Z Compiling wait-timeout v0.2.1
13862026-07-02T20:48:02.414Z Compiling rustc_version v0.4.1
13872026-07-02T20:48:02.445Z Compiling time-macros v0.2.27
13882026-07-02T20:48:02.535Z Compiling sync_wrapper v1.0.2
13892026-07-02T20:48:02.536Z Compiling num_threads v0.1.7
13902026-07-02T20:48:02.588Z Compiling aws-lc-sys v0.40.0
13912026-07-02T20:48:02.588Z Compiling openssl-sys v0.9.115
13922026-07-02T20:48:02.588Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13932026-07-02T20:48:02.588Z Compiling usdt-impl v0.6.0
13942026-07-02T20:48:02.610Z Compiling simd-adler32 v0.3.8
13952026-07-02T20:48:02.611Z Compiling regex-automata v0.4.14
13962026-07-02T20:48:02.698Z Compiling quick-error v1.2.3
13972026-07-02T20:48:02.800Z Compiling synstructure v0.13.2
13982026-07-02T20:48:02.800Z Compiling pest_generator v2.8.6
13992026-07-02T20:48:02.835Z Compiling serde_derive_internals v0.29.1
14002026-07-02T20:48:02.865Z Compiling darling_core v0.20.11
14012026-07-02T20:48:02.889Z Compiling syn v1.0.109
14022026-07-02T20:48:03.212Z Compiling tempfile v3.25.0
14032026-07-02T20:48:03.336Z Compiling siphasher v1.0.2
14042026-07-02T20:48:03.412Z Compiling crossbeam-utils v0.8.21
14052026-07-02T20:48:03.413Z Compiling bit-vec v0.8.0
14062026-07-02T20:48:03.467Z Compiling rusty-fork v0.3.1
14072026-07-02T20:48:03.580Z Compiling darling_core v0.21.3
14082026-07-02T20:48:03.597Z Compiling heapless v0.7.17
14092026-07-02T20:48:03.597Z Compiling bit-set v0.8.0
14102026-07-02T20:48:03.618Z Compiling bzip2-sys v0.1.13+1.0.8
14112026-07-02T20:48:03.649Z Compiling time v0.3.47
14122026-07-02T20:48:03.689Z Compiling slog v2.8.2
14132026-07-02T20:48:03.732Z Compiling rand_xorshift v0.4.0
14142026-07-02T20:48:03.769Z Compiling thread-id v5.1.0
14152026-07-02T20:48:03.778Z Compiling cookie v0.18.1
14162026-07-02T20:48:03.812Z Compiling adler2 v2.0.1
14172026-07-02T20:48:03.834Z Compiling ryu v1.0.23
14182026-07-02T20:48:03.848Z Compiling paste v1.0.15
14192026-07-02T20:48:03.898Z Compiling allocator-api2 v0.2.21
14202026-07-02T20:48:03.941Z Compiling anyhow v1.0.102
14212026-07-02T20:48:03.941Z Compiling unarray v0.1.4
14222026-07-02T20:48:03.942Z Compiling unicode-bidi v0.3.18
14232026-07-02T20:48:03.954Z Compiling unicode-properties v0.1.4
14242026-07-02T20:48:03.967Z Compiling zstd-safe v7.2.4
14252026-07-02T20:48:04.007Z Compiling signal-hook v0.3.18
14262026-07-02T20:48:04.019Z Compiling iri-string v0.7.10
14272026-07-02T20:48:04.183Z Compiling miniz_oxide v0.8.9
14282026-07-02T20:48:04.239Z Compiling stringprep v0.1.5
14292026-07-02T20:48:04.351Z Compiling camino v1.2.2
14302026-07-02T20:48:04.481Z Compiling curve25519-dalek v4.1.3
14312026-07-02T20:48:04.505Z Compiling num-integer v0.1.46
14322026-07-02T20:48:04.537Z Compiling serde_derive v1.0.228
14332026-07-02T20:48:04.721Z Compiling zeroize_derive v1.4.3
14342026-07-02T20:48:04.752Z Compiling zerofrom-derive v0.1.6
14352026-07-02T20:48:04.782Z Compiling yoke-derive v0.8.1
14362026-07-02T20:48:04.818Z Compiling zerocopy-derive v0.8.40
14372026-07-02T20:48:04.829Z Compiling zerovec-derive v0.11.2
14382026-07-02T20:48:04.847Z Compiling displaydoc v0.2.5
14392026-07-02T20:48:04.866Z Compiling tokio-macros v2.7.0
14402026-07-02T20:48:05.258Z Compiling futures-macro v0.3.32
14412026-07-02T20:48:05.298Z Compiling thiserror-impl v2.0.18
14422026-07-02T20:48:05.425Z Compiling zeroize v1.8.2
14432026-07-02T20:48:05.632Z Compiling der_derive v0.7.3
14442026-07-02T20:48:05.646Z Compiling tracing-attributes v0.1.31
14452026-07-02T20:48:05.659Z Compiling rustls-pki-types v1.14.0
14462026-07-02T20:48:05.968Z Compiling hybrid-array v0.4.13
14472026-07-02T20:48:06.016Z Compiling schemars_derive v0.8.22
14482026-07-02T20:48:06.126Z Compiling futures-util v0.3.32
14492026-07-02T20:48:06.147Z Compiling block-buffer v0.10.4
14502026-07-02T20:48:06.162Z Compiling crypto-common v0.1.7
14512026-07-02T20:48:06.173Z Compiling pest_derive v2.8.6
14522026-07-02T20:48:06.199Z Compiling zerofrom v0.1.6
14532026-07-02T20:48:06.330Z Compiling yoke v0.8.1
14542026-07-02T20:48:06.330Z Compiling digest v0.10.7
14552026-07-02T20:48:06.362Z Compiling scroll_derive v0.13.1
14562026-07-02T20:48:06.529Z Compiling zerovec v0.11.5
14572026-07-02T20:48:06.609Z Compiling zerotrie v0.2.3
14582026-07-02T20:48:06.648Z Compiling der v0.7.10
14592026-07-02T20:48:06.679Z Compiling darling_macro v0.20.11
14602026-07-02T20:48:06.706Z Compiling thiserror v2.0.18
14612026-07-02T20:48:06.764Z Compiling openssl-macros v0.1.1
14622026-07-02T20:48:06.830Z Compiling sha2 v0.10.9
14632026-07-02T20:48:06.846Z Compiling hmac v0.12.1
14642026-07-02T20:48:06.919Z Compiling dtrace-parser v0.3.0
14652026-07-02T20:48:07.008Z Compiling tinystr v0.8.2
14662026-07-02T20:48:07.027Z Compiling potential_utf v0.1.4
14672026-07-02T20:48:07.062Z Compiling tracing v0.1.44
14682026-07-02T20:48:07.211Z Compiling icu_locale_core v2.1.1
14692026-07-02T20:48:07.228Z Compiling icu_collections v2.1.1
14702026-07-02T20:48:07.231Z Compiling darling v0.20.11
14712026-07-02T20:48:07.257Z Compiling scroll v0.13.0
14722026-07-02T20:48:07.326Z Compiling derive_builder_core v0.20.2
14732026-07-02T20:48:07.339Z Compiling scroll_derive v0.12.1
14742026-07-02T20:48:07.352Z Compiling thiserror-impl v1.0.69
14752026-07-02T20:48:07.553Z Compiling spki v0.7.3
14762026-07-02T20:48:07.677Z Compiling goblin v0.10.5
14772026-07-02T20:48:07.735Z Compiling pkcs8 v0.10.2
14782026-07-02T20:48:07.772Z Compiling crypto-common v0.2.2
14792026-07-02T20:48:07.901Z Compiling icu_provider v2.1.1
14802026-07-02T20:48:08.008Z Compiling bytes v1.11.1
14812026-07-02T20:48:08.036Z Compiling chrono v0.4.44
14822026-07-02T20:48:08.050Z Compiling ipnet v2.11.0
14832026-07-02T20:48:08.122Z Compiling scroll v0.12.0
14842026-07-02T20:48:08.190Z Compiling icu_normalizer v2.1.1
14852026-07-02T20:48:08.207Z Compiling icu_properties v2.1.2
14862026-07-02T20:48:08.222Z Compiling derive_builder_macro v0.20.2
14872026-07-02T20:48:08.260Z Compiling serde_spanned v0.6.9
14882026-07-02T20:48:08.435Z Compiling serde_tokenstream v0.2.3
14892026-07-02T20:48:08.448Z Compiling serde_urlencoded v0.7.1
14902026-07-02T20:48:08.496Z Compiling toml_datetime v0.6.11
14912026-07-02T20:48:08.627Z Compiling tokio v1.52.1
14922026-07-02T20:48:08.714Z Compiling http v1.4.2
14932026-07-02T20:48:08.739Z Compiling thiserror v1.0.69
14942026-07-02T20:48:08.756Z Compiling erased-serde v0.3.31
14952026-07-02T20:48:08.778Z Compiling block-padding v0.4.2
14962026-07-02T20:48:08.806Z Compiling block-buffer v0.12.1
14972026-07-02T20:48:08.829Z Compiling signature v2.2.0
14982026-07-02T20:48:08.883Z Compiling md-5 v0.10.6
14992026-07-02T20:48:08.981Z Compiling darling_macro v0.21.3
15002026-07-02T20:48:08.999Z Compiling rustls-native-certs v0.8.3
15012026-07-02T20:48:09.016Z Compiling bstr v1.12.1
15022026-07-02T20:48:09.033Z Compiling pin-project-internal v1.1.11
15032026-07-02T20:48:09.040Z Compiling async-trait v0.1.89
15042026-07-02T20:48:09.277Z Compiling idna_adapter v1.2.1
15052026-07-02T20:48:09.277Z Compiling ppv-lite86 v0.2.21
15062026-07-02T20:48:09.402Z Compiling idna v1.1.0
15072026-07-02T20:48:09.420Z Compiling http-body v1.0.1
15082026-07-02T20:48:09.448Z Compiling zerocopy-derive v0.7.35
15092026-07-02T20:48:09.481Z Compiling vergen-lib v9.1.0
15102026-07-02T20:48:09.535Z Compiling hash32 v0.2.1
15112026-07-02T20:48:09.563Z Compiling http-body-util v0.1.3
15122026-07-02T20:48:09.609Z Compiling rand_chacha v0.9.0
15132026-07-02T20:48:09.672Z Compiling rand_chacha v0.3.1
15142026-07-02T20:48:09.692Z Compiling memoffset v0.9.1
15152026-07-02T20:48:09.705Z Compiling encoding_rs v0.8.35
15162026-07-02T20:48:09.735Z Compiling url v2.5.8
15172026-07-02T20:48:09.823Z Compiling rand v0.9.2
15182026-07-02T20:48:09.951Z Compiling smoltcp v0.9.1
15192026-07-02T20:48:09.980Z Compiling zlib-rs v0.6.2
15202026-07-02T20:48:10.095Z Compiling fallible-iterator v0.2.0
15212026-07-02T20:48:10.146Z Compiling mime v0.3.17
15222026-07-02T20:48:10.223Z Compiling cfg_aliases v0.2.1
15232026-07-02T20:48:10.316Z Compiling ref-cast v1.0.25
15242026-07-02T20:48:10.325Z Compiling litrs v1.0.0
15252026-07-02T20:48:10.371Z Compiling rustix v0.38.44
15262026-07-02T20:48:10.394Z Compiling num-bigint-dig v0.8.6
15272026-07-02T20:48:10.413Z Compiling proptest v1.10.0
15282026-07-02T20:48:10.434Z Compiling psl-types v2.0.11
15292026-07-02T20:48:10.495Z Compiling dof v0.4.0
15302026-07-02T20:48:10.570Z Compiling publicsuffix v2.3.0
15312026-07-02T20:48:10.583Z Compiling postgres-protocol v0.6.10
15322026-07-02T20:48:10.659Z Compiling zerocopy v0.7.35
15332026-07-02T20:48:10.673Z Compiling nix v0.31.2
15342026-07-02T20:48:10.763Z Compiling pin-project v1.1.11
15352026-07-02T20:48:10.858Z Compiling document-features v0.2.12
15362026-07-02T20:48:10.875Z Compiling rand v0.8.6
15372026-07-02T20:48:10.921Z Compiling darling v0.21.3
15382026-07-02T20:48:11.017Z Compiling inout v0.2.2
15392026-07-02T20:48:11.097Z Compiling derive_builder v0.20.2
15402026-07-02T20:48:11.163Z Compiling ipnetwork v0.21.1
15412026-07-02T20:48:11.211Z Compiling goblin v0.8.2
15422026-07-02T20:48:11.249Z Compiling futures-executor v0.3.32
15432026-07-02T20:48:11.281Z Compiling hubpack_derive v0.1.1
15442026-07-02T20:48:11.379Z Compiling hex v0.4.3
15452026-07-02T20:48:11.408Z Compiling oxnet v0.1.6
15462026-07-02T20:48:11.507Z Compiling regex v1.12.3
15472026-07-02T20:48:11.671Z Compiling num-iter v0.1.45
15482026-07-02T20:48:11.692Z Compiling ref-cast-impl v1.0.25
15492026-07-02T20:48:11.713Z Compiling daft-derive v0.1.7
15502026-07-02T20:48:11.770Z Compiling strum_macros v0.27.2
15512026-07-02T20:48:11.797Z Compiling curve25519-dalek-derive v0.1.1
15522026-07-02T20:48:11.810Z Compiling snafu-derive v0.8.9
15532026-07-02T20:48:11.937Z Compiling phf_shared v0.13.1
15542026-07-02T20:48:12.063Z Compiling terminal_size v0.4.3
15552026-07-02T20:48:12.077Z Compiling lazy_static v1.5.0
15562026-07-02T20:48:12.159Z Compiling cargo-platform v0.3.2
15572026-07-02T20:48:12.176Z Compiling anstyle-parse v0.2.7
15582026-07-02T20:48:12.195Z Compiling vergen v9.1.0
15592026-07-02T20:48:12.203Z Compiling ff v0.13.1
15602026-07-02T20:48:12.220Z Compiling fs-err v3.3.0
15612026-07-02T20:48:12.267Z Compiling ahash v0.8.12
15622026-07-02T20:48:12.360Z Compiling managed v0.8.0
15632026-07-02T20:48:12.378Z Compiling bumpalo v3.20.2
15642026-07-02T20:48:12.411Z Compiling same-file v1.0.6
15652026-07-02T20:48:12.414Z Compiling base16ct v0.2.0
15662026-07-02T20:48:12.456Z Compiling tokio-util v0.7.18
15672026-07-02T20:48:12.469Z Compiling tower v0.5.3
15682026-07-02T20:48:12.483Z Compiling tokio-native-tls v0.3.1
15692026-07-02T20:48:12.497Z Compiling libbz2-rs-sys v0.2.2
15702026-07-02T20:48:12.525Z Compiling object v0.37.3
15712026-07-02T20:48:12.587Z Compiling winnow v0.5.40
15722026-07-02T20:48:12.601Z Compiling foldhash v0.2.0
15732026-07-02T20:48:12.615Z Compiling foldhash v0.1.5
15742026-07-02T20:48:12.637Z Compiling unicode-segmentation v1.12.0
15752026-07-02T20:48:12.671Z Compiling bitflags v1.3.2
15762026-07-02T20:48:12.754Z Compiling hashbrown v0.16.1
15772026-07-02T20:48:12.794Z Compiling newtype-uuid v1.3.2
15782026-07-02T20:48:12.830Z Compiling hashbrown v0.15.5
15792026-07-02T20:48:12.897Z Compiling tower-http v0.6.8
15802026-07-02T20:48:13.001Z Compiling flate2 v1.1.9
15812026-07-02T20:48:13.040Z Compiling daft v0.1.7
15822026-07-02T20:48:13.153Z Compiling h2 v0.4.15
15832026-07-02T20:48:13.183Z Compiling bzip2 v0.6.1
15842026-07-02T20:48:13.323Z Compiling zopfli v0.8.3
15852026-07-02T20:48:13.341Z Compiling sec1 v0.7.3
15862026-07-02T20:48:13.393Z Compiling dof v0.3.0
15872026-07-02T20:48:13.409Z Compiling walkdir v2.5.0
15882026-07-02T20:48:13.549Z Compiling clap_builder v4.6.0
15892026-07-02T20:48:13.576Z Compiling cargo_metadata v0.23.1
15902026-07-02T20:48:13.657Z Compiling group v0.13.0
15912026-07-02T20:48:13.762Z Compiling snafu v0.8.9
15922026-07-02T20:48:13.827Z Compiling anstream v0.6.21
15932026-07-02T20:48:13.844Z Compiling strum v0.27.2
15942026-07-02T20:48:13.993Z Compiling toml_edit v0.19.15
15952026-07-02T20:48:14.103Z Compiling phf v0.13.1
15962026-07-02T20:48:14.119Z Compiling usdt-macro v0.6.0
15972026-07-02T20:48:14.134Z Compiling usdt-attr-macro v0.6.0
15982026-07-02T20:48:14.159Z Compiling signal-hook-mio v0.2.5
15992026-07-02T20:48:14.191Z Compiling cookie_store v0.22.1
16002026-07-02T20:48:14.272Z Compiling hubpack v0.1.2
16012026-07-02T20:48:14.298Z Compiling bzip2 v0.4.4
16022026-07-02T20:48:14.460Z Compiling futures v0.3.32
16032026-07-02T20:48:14.511Z Compiling cipher v0.5.2
16042026-07-02T20:48:14.546Z Compiling serde_with_macros v3.17.0
16052026-07-02T20:48:14.560Z Compiling postgres-types v0.2.12
16062026-07-02T20:48:14.671Z Compiling zstd v0.13.3
16072026-07-02T20:48:14.826Z Compiling globset v0.4.18
16082026-07-02T20:48:14.885Z Compiling ed25519 v2.2.3
16092026-07-02T20:48:14.953Z Compiling dtrace-parser v0.2.0
16102026-07-02T20:48:14.967Z Compiling serde_plain v1.0.2
16112026-07-02T20:48:15.003Z Compiling olpc-cjson v0.1.4
16122026-07-02T20:48:15.021Z Compiling serde-big-array v0.5.1
16132026-07-02T20:48:15.160Z Compiling pkcs1 v0.7.5
16142026-07-02T20:48:15.182Z Compiling hkdf v0.12.4
16152026-07-02T20:48:15.198Z Compiling crypto-bigint v0.5.5
16162026-07-02T20:48:15.201Z Compiling async-recursion v1.1.1
16172026-07-02T20:48:15.364Z Compiling serde_repr v0.1.20
16182026-07-02T20:48:15.532Z Compiling strum_macros v0.26.4
16192026-07-02T20:48:15.575Z Compiling clap_derive v4.6.1
16202026-07-02T20:48:15.727Z Compiling enum-as-inner v0.6.1
16212026-07-02T20:48:15.741Z Compiling phf_shared v0.11.3
16222026-07-02T20:48:15.816Z Compiling float-cmp v0.10.0
16232026-07-02T20:48:15.876Z Compiling pem v3.0.6
16242026-07-02T20:48:15.920Z Compiling thread-id v4.2.2
16252026-07-02T20:48:15.946Z Compiling memmap2 v0.9.10
16262026-07-02T20:48:15.962Z Compiling env_filter v1.0.0
16272026-07-02T20:48:15.985Z Compiling typed-path v0.9.3
16282026-07-02T20:48:16.014Z Compiling jiff v0.2.21
16292026-07-02T20:48:16.182Z Compiling whoami v2.1.0
16302026-07-02T20:48:16.221Z Compiling difflib v0.4.0
16312026-07-02T20:48:16.264Z Compiling fixedbitset v0.5.7
16322026-07-02T20:48:16.301Z Compiling winnow v1.0.3
16332026-07-02T20:48:16.539Z Compiling hyper v1.10.1
16342026-07-02T20:48:16.616Z Compiling static_assertions v1.1.0
16352026-07-02T20:48:16.622Z Compiling fixedbitset v0.4.2
16362026-07-02T20:48:16.686Z Compiling keccak v0.1.6
16372026-07-02T20:48:16.700Z Compiling cpufeatures v0.3.0
16382026-07-02T20:48:16.717Z Compiling data-encoding v2.10.0
16392026-07-02T20:48:16.770Z Compiling precomputed-hash v0.1.1
16402026-07-02T20:48:16.790Z Compiling new_debug_unreachable v1.0.6
16412026-07-02T20:48:16.827Z Compiling predicates-core v1.0.10
16422026-07-02T20:48:16.852Z Compiling either v1.15.0
16432026-07-02T20:48:16.869Z Compiling const-oid v0.10.2
16442026-07-02T20:48:16.885Z Compiling normalize-line-endings v0.3.0
16452026-07-02T20:48:16.986Z Compiling predicates v3.1.4
16462026-07-02T20:48:17.029Z Compiling digest v0.11.3
16472026-07-02T20:48:17.074Z Compiling itertools v0.13.0
16482026-07-02T20:48:17.091Z Compiling hickory-proto v0.25.2
16492026-07-02T20:48:17.271Z Compiling string_cache v0.8.9
16502026-07-02T20:48:17.286Z Compiling sha3 v0.10.8
16512026-07-02T20:48:17.376Z Compiling strum v0.26.3
16522026-07-02T20:48:17.399Z Compiling toml_edit v0.22.27
16532026-07-02T20:48:17.431Z Compiling petgraph v0.6.5
16542026-07-02T20:48:17.446Z Compiling chacha20 v0.10.0
16552026-07-02T20:48:17.464Z Compiling clap v4.6.1
16562026-07-02T20:48:17.523Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16572026-07-02T20:48:17.539Z Compiling toml_parser v1.1.2+spec-1.1.0
16582026-07-02T20:48:17.542Z Compiling petgraph v0.8.3
16592026-07-02T20:48:17.568Z Compiling tokio-postgres v0.7.16
16602026-07-02T20:48:17.669Z Compiling hyper-util v0.1.20
16612026-07-02T20:48:17.756Z Compiling elliptic-curve v0.13.8
16622026-07-02T20:48:17.860Z Compiling env_logger v0.11.9
16632026-07-02T20:48:18.181Z Compiling usdt v0.6.0
16642026-07-02T20:48:18.195Z Compiling usdt-impl v0.5.0
16652026-07-02T20:48:18.213Z Compiling serde_with v3.17.0
16662026-07-02T20:48:18.216Z Compiling crossterm v0.28.1
16672026-07-02T20:48:18.354Z Compiling toml v0.7.8
16682026-07-02T20:48:18.460Z Compiling rsa v0.9.10
16692026-07-02T20:48:18.833Z Compiling zip v4.6.1
16702026-07-02T20:48:19.003Z Compiling ed25519-dalek v2.2.0
16712026-07-02T20:48:19.505Z Compiling hyper-tls v0.6.0
16722026-07-02T20:48:19.586Z Compiling zip v0.6.6
16732026-07-02T20:48:19.689Z Compiling reqwest v0.12.28
16742026-07-02T20:48:19.738Z Compiling iddqd v0.4.2
16752026-07-02T20:48:19.854Z Compiling tokio-stream v0.1.18
16762026-07-02T20:48:19.966Z Compiling heck v0.4.1
16772026-07-02T20:48:20.009Z Compiling similar v2.7.0
16782026-07-02T20:48:20.203Z Compiling buf-list v1.1.2
16792026-07-02T20:48:20.206Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16802026-07-02T20:48:20.233Z Compiling openapiv3 v2.2.0
16812026-07-02T20:48:20.233Z Compiling x509-cert v0.2.5
16822026-07-02T20:48:20.299Z Compiling crossbeam-epoch v0.9.18
16832026-07-02T20:48:20.345Z Compiling lalrpop-util v0.19.12
16842026-07-02T20:48:20.500Z Compiling peg-runtime v0.8.5
16852026-07-02T20:48:20.517Z Compiling thread_local v1.1.9
16862026-07-02T20:48:20.541Z Compiling slog-async v2.8.0
16872026-07-02T20:48:20.557Z Compiling crossbeam-channel v0.5.15
16882026-07-02T20:48:20.644Z Compiling is-terminal v0.4.17
16892026-07-02T20:48:20.756Z Compiling filetime v0.2.27
16902026-07-02T20:48:20.771Z Compiling term v1.2.1
16912026-07-02T20:48:20.792Z Compiling xattr v1.6.1
16922026-07-02T20:48:20.806Z Compiling take_mut v0.2.2
16932026-07-02T20:48:20.901Z Compiling camino-tempfile v1.4.1
16942026-07-02T20:48:20.934Z Compiling tar v0.4.45
16952026-07-02T20:48:21.144Z Compiling slog-term v2.9.2
16962026-07-02T20:48:38.925Z Compiling rustls-webpki v0.103.13
16972026-07-02T20:48:41.617Z Compiling tokio-rustls v0.26.4
16982026-07-02T20:48:41.617Z Compiling rustls-platform-verifier v0.6.2
16992026-07-02T20:48:41.617Z Compiling tough v0.22.0
17002026-07-02T20:48:41.815Z Compiling hyper-rustls v0.27.7
17012026-07-02T20:48:42.006Z Compiling reqwest v0.13.2
17022026-07-02T20:48:44.164Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17032026-07-02T20:48:44.404Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17042026-07-02T20:48:47.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.83s
17052026-07-02T20:48:47.358Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17062026-07-02T20:48:47.412ZJul 02 20:48:46.647 INFO Starting download, target: Cockroach
17072026-07-02T20:48:47.412ZJul 02 20:48:46.648 INFO Starting download, target: Clickhouse
17082026-07-02T20:48:47.412ZJul 02 20:48:46.648 INFO Starting download, target: DendriteStub
17092026-07-02T20:48:47.412ZJul 02 20:48:46.648 INFO Starting download, target: Console
17102026-07-02T20:48:47.412ZJul 02 20:48:46.648 INFO Starting download, target: MaghemiteMgd
17112026-07-02T20:48:47.412ZJul 02 20:48:46.648 INFO Starting download, target: MaghemiteDdmd
17122026-07-02T20:48:47.418ZJul 02 20:48:46.648 INFO Starting download, target: TransceiverControl
17132026-07-02T20:48:47.418ZJul 02 20:48:46.648 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17142026-07-02T20:48:47.418ZJul 02 20:48:46.648 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17152026-07-02T20:48:47.418ZJul 02 20:48:46.648 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17162026-07-02T20:48:47.418ZJul 02 20:48:46.648 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17172026-07-02T20:48:47.418ZJul 02 20:48:46.648 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17182026-07-02T20:48:47.418ZJul 02 20:48:46.648 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17192026-07-02T20:48:47.419ZJul 02 20:48:46.648 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17202026-07-02T20:48:47.803ZJul 02 20:48:47.034 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17212026-07-02T20:48:48.078ZJul 02 20:48:47.291 INFO Download complete, target: TransceiverControl
17222026-07-02T20:48:48.914ZJul 02 20:48:48.120 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17232026-07-02T20:48:49.381ZJul 02 20:48:48.607 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17242026-07-02T20:48:49.565ZJul 02 20:48:48.775 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17252026-07-02T20:48:49.724ZJul 02 20:48:48.954 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17262026-07-02T20:48:49.814ZJul 02 20:48:49.029 INFO Download complete, target: Console
17272026-07-02T20:48:50.299ZJul 02 20:48:49.524 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17282026-07-02T20:48:50.455ZJul 02 20:48:49.673 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17292026-07-02T20:48:50.455ZJul 02 20:48:49.674 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17302026-07-02T20:48:51.427ZJul 02 20:48:50.659 INFO Download complete, target: MaghemiteDdmd
17312026-07-02T20:48:51.454ZJul 02 20:48:50.660 INFO Download complete, target: DendriteStub
17322026-07-02T20:48:52.248ZJul 02 20:48:51.478 INFO Download complete, target: MaghemiteMgd
17332026-07-02T20:48:55.075ZJul 02 20:48:54.294 INFO Checking that binary works, target: Cockroach
17342026-07-02T20:48:55.184ZJul 02 20:48:54.414 INFO Download complete, target: Cockroach
17352026-07-02T20:48:56.963ZJul 02 20:48:56.146 INFO Checking that binary works, target: Clickhouse
17362026-07-02T20:48:56.996ZJul 02 20:48:56.230 INFO Download complete, target: Clickhouse
17372026-07-02T20:48:57.007ZAll prerequisites installed successfully
17382026-07-02T20:48:57.012Z
17392026-07-02T20:48:57.012Zreal 1:45.813620341
17402026-07-02T20:48:57.013Zuser 6:38.133522037
17412026-07-02T20:48:57.013Zsys 1:39.035526720
17422026-07-02T20:48:57.013Ztrap 0.256127807
17432026-07-02T20:48:57.013Ztflt 0.711580840
17442026-07-02T20:48:57.013Zdflt 1.662208551
17452026-07-02T20:48:57.013Zkflt 0.023649795
17462026-07-02T20:48:57.013Zlock 24:20.484985548
17472026-07-02T20:48:57.013Zslp 18:15.843992958
17482026-07-02T20:48:57.013Zlat 23.617277249
17492026-07-02T20:48:57.013Zstop 2:41.800127834
17502026-07-02T20:48:57.013Z+ ptime -m cargo xtask download softnpu
17512026-07-02T20:48:57.455Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17522026-07-02T20:48:57.475Z Running `target/debug/xtask download softnpu`
17532026-07-02T20:48:58.229Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17542026-07-02T20:48:58.311Z Running `target/debug/xtask-downloader softnpu`
17552026-07-02T20:48:58.357ZJul 02 20:48:57.505 INFO Starting download, target: Softnpu
17562026-07-02T20:48:58.357ZJul 02 20:48:57.506 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17572026-07-02T20:49:05.353ZJul 02 20:49:04.573 INFO Download complete, target: Softnpu
17582026-07-02T20:49:05.391Z
17592026-07-02T20:49:05.391Zreal 8.334710436
17602026-07-02T20:49:05.391Zuser 1.281293150
17612026-07-02T20:49:05.391Zsys 0.627650747
17622026-07-02T20:49:05.391Ztrap 0.000910250
17632026-07-02T20:49:05.391Ztflt 0.000173550
17642026-07-02T20:49:05.392Zdflt 0.000152780
17652026-07-02T20:49:05.392Zkflt 0.000000000
17662026-07-02T20:49:05.392Zlock 2:18.105474126
17672026-07-02T20:49:05.392Zslp 6.865153891
17682026-07-02T20:49:05.392Zlat 0.182571811
17692026-07-02T20:49:05.392Zstop 0.000187660
17702026-07-02T20:49:05.392Z+ export CARGO_INCREMENTAL=0
17712026-07-02T20:49:05.392Z+ CARGO_INCREMENTAL=0
17722026-07-02T20:49:05.392Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17732026-07-02T20:49:06.195Z Compiling proc-macro2 v1.0.106
17742026-07-02T20:49:06.196Z Compiling quote v1.0.45
17752026-07-02T20:49:06.196Z Compiling unicode-ident v1.0.24
17762026-07-02T20:49:06.196Z Compiling libc v0.2.185
17772026-07-02T20:49:06.224Z Compiling serde_core v1.0.228
17782026-07-02T20:49:06.224Z Compiling serde v1.0.228
17792026-07-02T20:49:06.224Z Compiling cfg-if v1.0.4
17802026-07-02T20:49:06.225Z Compiling version_check v0.9.5
17812026-07-02T20:49:06.342Z Compiling shlex v1.3.0
17822026-07-02T20:49:06.352Z Compiling find-msvc-tools v0.1.9
17832026-07-02T20:49:06.352Z Compiling zmij v1.0.21
17842026-07-02T20:49:06.352Z Compiling memchr v2.8.0
17852026-07-02T20:49:06.352Z Compiling serde_json v1.0.150
17862026-07-02T20:49:06.377Z Compiling autocfg v1.5.0
17872026-07-02T20:49:06.469Z Compiling portable-atomic v1.13.1
17882026-07-02T20:49:06.562Z Compiling zerocopy v0.8.40
17892026-07-02T20:49:06.590Z Compiling getrandom v0.4.1
17902026-07-02T20:49:06.596Z Compiling libm v0.2.16
17912026-07-02T20:49:06.645Z Compiling parking_lot_core v0.9.12
17922026-07-02T20:49:06.788Z Compiling smallvec v1.15.1
17932026-07-02T20:49:06.856Z Compiling icu_properties_data v2.1.2
17942026-07-02T20:49:06.940Z Compiling num-traits v0.2.19
17952026-07-02T20:49:06.955Z Compiling icu_normalizer_data v2.1.1
17962026-07-02T20:49:07.008Z Compiling generic-array v0.14.7
17972026-07-02T20:49:07.008Z Compiling itoa v1.0.17
17982026-07-02T20:49:07.025Z Compiling log v0.4.29
17992026-07-02T20:49:07.069Z Compiling subtle v2.6.1
18002026-07-02T20:49:07.087Z Compiling pkg-config v0.3.32
18012026-07-02T20:49:07.096Z Compiling stable_deref_trait v1.2.1
18022026-07-02T20:49:07.204Z Compiling typenum v1.20.1
18032026-07-02T20:49:07.210Z Compiling scopeguard v1.2.0
18042026-07-02T20:49:07.272Z Compiling rand_core v0.10.0
18052026-07-02T20:49:07.284Z Compiling fnv v1.0.7
18062026-07-02T20:49:07.321Z Compiling jobserver v0.1.34
18072026-07-02T20:49:07.332Z Compiling errno v0.3.14
18082026-07-02T20:49:07.382Z Compiling lock_api v0.4.14
18092026-07-02T20:49:07.477Z Compiling pin-project-lite v0.2.17
18102026-07-02T20:49:07.500Z Compiling thiserror v2.0.18
18112026-07-02T20:49:07.509Z Compiling cc v1.2.56
18122026-07-02T20:49:07.525Z Compiling getrandom v0.3.4
18132026-07-02T20:49:07.582Z Compiling percent-encoding v2.3.2
18142026-07-02T20:49:07.599Z Compiling syn v2.0.117
18152026-07-02T20:49:07.617Z Compiling litemap v0.8.1
18162026-07-02T20:49:07.622Z Compiling writeable v0.6.2
18172026-07-02T20:49:07.643Z Compiling equivalent v1.0.2
18182026-07-02T20:49:07.658Z Compiling getrandom v0.2.17
18192026-07-02T20:49:07.764Z Compiling rustversion v1.0.22
18202026-07-02T20:49:07.828Z Compiling rand_core v0.6.4
18212026-07-02T20:49:07.874Z Compiling rustix v1.1.3
18222026-07-02T20:49:07.881Z Compiling schemars v0.8.22
18232026-07-02T20:49:07.916Z Compiling dunce v1.0.5
18242026-07-02T20:49:07.932Z Compiling critical-section v1.2.0
18252026-07-02T20:49:07.948Z Compiling fs_extra v1.3.0
18262026-07-02T20:49:08.080Z Compiling hashbrown v0.17.0
18272026-07-02T20:49:08.171Z Compiling signal-hook-registry v1.4.8
18282026-07-02T20:49:08.243Z Compiling cmake v0.1.57
18292026-07-02T20:49:08.253Z Compiling once_cell v1.21.3
18302026-07-02T20:49:08.289Z Compiling heck v0.5.0
18312026-07-02T20:49:08.336Z Compiling utf8_iter v1.0.4
18322026-07-02T20:49:08.519Z Compiling semver v1.0.28
18332026-07-02T20:49:08.596Z Compiling indexmap v2.14.0
18342026-07-02T20:49:08.617Z Compiling parking_lot v0.12.5
18352026-07-02T20:49:08.650Z Compiling bitflags v2.11.0
18362026-07-02T20:49:08.701Z Compiling form_urlencoded v1.2.2
18372026-07-02T20:49:08.724Z Compiling mio v1.2.0
18382026-07-02T20:49:08.800Z Compiling socket2 v0.6.3
18392026-07-02T20:49:08.808Z Compiling aws-lc-sys v0.40.0
18402026-07-02T20:49:08.815Z Compiling aws-lc-rs v1.16.3
18412026-07-02T20:49:08.838Z Compiling futures-core v0.3.32
18422026-07-02T20:49:08.968Z Compiling httparse v1.10.1
18432026-07-02T20:49:09.007Z Compiling strsim v0.11.1
18442026-07-02T20:49:09.307Z Compiling byteorder v1.5.0
18452026-07-02T20:49:09.322Z Compiling thiserror v1.0.69
18462026-07-02T20:49:09.331Z Compiling ucd-trie v0.1.7
18472026-07-02T20:49:09.385Z Compiling iana-time-zone v0.1.65
18482026-07-02T20:49:09.419Z Compiling ident_case v1.0.1
18492026-07-02T20:49:09.436Z Compiling vcpkg v0.2.15
18502026-07-02T20:49:09.452Z Compiling const-oid v0.9.6
18512026-07-02T20:49:09.452Z Compiling syn v1.0.109
18522026-07-02T20:49:09.533Z Compiling pest v2.8.6
18532026-07-02T20:49:09.548Z Compiling regex-syntax v0.8.10
18542026-07-02T20:49:09.736Z Compiling uuid v1.23.4
18552026-07-02T20:49:09.862Z Compiling rustc_version v0.4.1
18562026-07-02T20:49:09.935Z Compiling futures-sink v0.3.32
18572026-07-02T20:49:09.979Z Compiling rustls v0.23.41
18582026-07-02T20:49:10.015Z Compiling openssl-sys v0.9.115
18592026-07-02T20:49:10.057Z Compiling futures-channel v0.3.32
18602026-07-02T20:49:10.201Z Compiling aho-corasick v1.1.4
18612026-07-02T20:49:10.217Z Compiling futures-task v0.3.32
18622026-07-02T20:49:10.242Z Compiling futures-io v0.3.32
18632026-07-02T20:49:10.313Z Compiling slab v0.4.12
18642026-07-02T20:49:10.390Z Compiling synstructure v0.13.2
18652026-07-02T20:49:10.404Z Compiling serde_derive_internals v0.29.1
18662026-07-02T20:49:10.597Z Compiling plain v0.2.3
18672026-07-02T20:49:10.622Z Compiling crc32fast v1.5.0
18682026-07-02T20:49:10.622Z Compiling pest_meta v2.8.6
18692026-07-02T20:49:10.656Z Compiling time-core v0.1.8
18702026-07-02T20:49:10.686Z Compiling num-conv v0.2.0
18712026-07-02T20:49:10.690Z Compiling dyn-clone v1.0.20
18722026-07-02T20:49:10.807Z Compiling time-macros v0.2.27
18732026-07-02T20:49:10.837Z Compiling crossbeam-utils v0.8.21
18742026-07-02T20:49:10.855Z Compiling base64 v0.22.1
18752026-07-02T20:49:11.041Z Compiling regex-automata v0.4.14
18762026-07-02T20:49:11.047Z Compiling openssl v0.10.79
18772026-07-02T20:49:11.063Z Compiling pretty-hex v0.4.1
18782026-07-02T20:49:11.134Z Compiling darling_core v0.21.3
18792026-07-02T20:49:11.150Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18802026-07-02T20:49:11.211Z Compiling pest_generator v2.8.6
18812026-07-02T20:49:11.269Z Compiling anyhow v1.0.102
18822026-07-02T20:49:11.321Z Compiling native-tls v0.2.18
18832026-07-02T20:49:11.337Z Compiling rand_core v0.9.5
18842026-07-02T20:49:11.588Z Compiling slog v2.8.2
18852026-07-02T20:49:11.605Z Compiling tracing-core v0.1.36
18862026-07-02T20:49:11.646Z Compiling serde_derive v1.0.228
18872026-07-02T20:49:11.666Z Compiling zeroize_derive v1.4.3
18882026-07-02T20:49:11.669Z Compiling zerofrom-derive v0.1.6
18892026-07-02T20:49:11.693Z Compiling yoke-derive v0.8.1
18902026-07-02T20:49:11.825Z Compiling zerovec-derive v0.11.2
18912026-07-02T20:49:11.858Z Compiling displaydoc v0.2.5
18922026-07-02T20:49:11.871Z Compiling zerocopy-derive v0.8.40
18932026-07-02T20:49:11.953Z Compiling tokio-macros v2.7.0
18942026-07-02T20:49:11.954Z Compiling futures-macro v0.3.32
18952026-07-02T20:49:12.145Z Compiling thiserror-impl v2.0.18
18962026-07-02T20:49:12.285Z Compiling zeroize v1.8.2
18972026-07-02T20:49:12.583Z Compiling schemars_derive v0.8.22
18982026-07-02T20:49:12.619Z Compiling tracing-attributes v0.1.31
18992026-07-02T20:49:12.656Z Compiling der_derive v0.7.3
19002026-07-02T20:49:12.708Z Compiling thiserror-impl v1.0.69
19012026-07-02T20:49:12.791Z Compiling zerofrom v0.1.6
19022026-07-02T20:49:12.930Z Compiling yoke v0.8.1
19032026-07-02T20:49:13.144Z Compiling zerovec v0.11.5
19042026-07-02T20:49:13.195Z Compiling zerotrie v0.2.3
19052026-07-02T20:49:13.279Z Compiling crypto-common v0.1.7
19062026-07-02T20:49:13.336Z Compiling pest_derive v2.8.6
19072026-07-02T20:49:13.441Z Compiling futures-util v0.3.32
19082026-07-02T20:49:13.646Z Compiling block-buffer v0.10.4
19092026-07-02T20:49:13.727Z Compiling tinystr v0.8.2
19102026-07-02T20:49:13.750Z Compiling potential_utf v0.1.4
19112026-07-02T20:49:13.808Z Compiling digest v0.10.7
19122026-07-02T20:49:13.840Z Compiling scroll_derive v0.12.1
19132026-07-02T20:49:13.940Z Compiling icu_locale_core v2.1.1
19142026-07-02T20:49:13.943Z Compiling icu_collections v2.1.1
19152026-07-02T20:49:13.969Z Compiling scroll_derive v0.13.1
19162026-07-02T20:49:14.075Z Compiling openssl-macros v0.1.1
19172026-07-02T20:49:14.501Z Compiling regex v1.12.3
19182026-07-02T20:49:14.556Z Compiling darling_macro v0.21.3
19192026-07-02T20:49:14.677Z Compiling zerocopy-derive v0.7.35
19202026-07-02T20:49:14.707Z Compiling icu_provider v2.1.1
19212026-07-02T20:49:14.826Z Compiling bytes v1.11.1
19222026-07-02T20:49:14.848Z Compiling chrono v0.4.44
19232026-07-02T20:49:14.905Z Compiling serde_tokenstream v0.2.3
19242026-07-02T20:49:14.937Z Compiling cookie v0.18.1
19252026-07-02T20:49:15.058Z Compiling icu_normalizer v2.1.1
19262026-07-02T20:49:15.134Z Compiling icu_properties v2.1.2
19272026-07-02T20:49:15.227Z Compiling camino v1.2.2
19282026-07-02T20:49:15.378Z Compiling tokio v1.52.1
19292026-07-02T20:49:15.554Z Compiling http v1.4.2
19302026-07-02T20:49:15.757Z Compiling base64ct v1.8.3
19312026-07-02T20:49:16.112Z Compiling idna_adapter v1.2.1
19322026-07-02T20:49:16.202Z Compiling idna v1.1.0
19332026-07-02T20:49:16.276Z Compiling ppv-lite86 v0.2.21
19342026-07-02T20:49:16.293Z Compiling pem-rfc7468 v0.7.0
19352026-07-02T20:49:16.547Z Compiling darling v0.21.3
19362026-07-02T20:49:16.607Z Compiling url v2.5.8
19372026-07-02T20:49:16.620Z Compiling tracing v0.1.44
19382026-07-02T20:49:17.001Z Compiling flagset v0.4.7
19392026-07-02T20:49:17.167Z Compiling der v0.7.10
19402026-07-02T20:49:17.253Z Compiling rand_chacha v0.9.0
19412026-07-02T20:49:17.260Z Compiling http-body v1.0.1
19422026-07-02T20:49:17.374Z Compiling rustls-pki-types v1.14.0
19432026-07-02T20:49:17.572Z Compiling usdt-impl v0.5.0
19442026-07-02T20:49:17.652Z Compiling either v1.15.0
19452026-07-02T20:49:17.681Z Compiling cmov v0.5.4
19462026-07-02T20:49:17.701Z Compiling ref-cast v1.0.25
19472026-07-02T20:49:17.805Z Compiling fastrand v2.3.0
19482026-07-02T20:49:17.849Z Compiling tinyvec_macros v0.1.1
19492026-07-02T20:49:17.876Z Compiling openssl-probe v0.2.1
19502026-07-02T20:49:18.007Z Compiling usdt-impl v0.6.0
19512026-07-02T20:49:18.050Z Compiling paste v1.0.15
19522026-07-02T20:49:18.296Z Compiling ctutils v0.4.2
19532026-07-02T20:49:18.337Z Compiling spki v0.7.3
19542026-07-02T20:49:18.338Z Compiling tinyvec v1.10.0
19552026-07-02T20:49:18.378Z Compiling rand v0.9.2
19562026-07-02T20:49:18.445Z Compiling scroll v0.13.0
19572026-07-02T20:49:18.455Z Compiling toml_datetime v0.6.11
19582026-07-02T20:49:18.476Z Compiling serde_spanned v0.6.9
19592026-07-02T20:49:18.522Z Compiling scroll v0.12.0
19602026-07-02T20:49:18.587Z Compiling async-trait v0.1.89
19612026-07-02T20:49:18.615Z Compiling heapless v0.7.17
19622026-07-02T20:49:18.723Z Compiling bzip2-sys v0.1.13+1.0.8
19632026-07-02T20:49:18.820Z Compiling tower-service v0.3.3
19642026-07-02T20:49:18.820Z Compiling try-lock v0.2.5
19652026-07-02T20:49:18.820Z Compiling signal-hook v0.3.18
19662026-07-02T20:49:18.872Z Compiling rustix v0.38.44
19672026-07-02T20:49:18.872Z Compiling litrs v1.0.0
19682026-07-02T20:49:18.872Z Compiling untrusted v0.7.1
19692026-07-02T20:49:18.872Z Compiling winnow v0.7.14
19702026-07-02T20:49:19.192Z Compiling atomic-waker v1.1.2
19712026-07-02T20:49:19.329Z Compiling winnow v1.0.3
19722026-07-02T20:49:19.388Z Compiling zstd-safe v7.2.4
19732026-07-02T20:49:19.388Z Compiling cpufeatures v0.2.17
19742026-07-02T20:49:19.388Z Compiling tower-layer v0.3.3
19752026-07-02T20:49:19.388Z Compiling want v0.3.1
19762026-07-02T20:49:19.388Z Compiling goblin v0.8.2
19772026-07-02T20:49:19.388Z Compiling tokio-util v0.7.18
19782026-07-02T20:49:19.388Z Compiling goblin v0.10.5
19792026-07-02T20:49:19.388Z Compiling toml_parser v1.1.2+spec-1.1.0
19802026-07-02T20:49:19.389Z Compiling document-features v0.2.12
19812026-07-02T20:49:19.389Z Compiling hybrid-array v0.4.13
19822026-07-02T20:49:19.896Z Compiling zerocopy v0.7.35
19832026-07-02T20:49:19.991Z Compiling ipnet v2.11.0
19842026-07-02T20:49:20.170Z Compiling h2 v0.4.15
19852026-07-02T20:49:20.294Z Compiling ref-cast-impl v1.0.25
19862026-07-02T20:49:20.456Z Compiling darling_core v0.20.11
19872026-07-02T20:49:20.456Z Compiling curve25519-dalek v4.1.3
19882026-07-02T20:49:20.711Z Compiling memoffset v0.9.1
19892026-07-02T20:49:20.721Z Compiling httpdate v1.0.3
19902026-07-02T20:49:20.902Z Compiling untrusted v0.9.0
19912026-07-02T20:49:20.902Z Compiling winnow v0.5.40
19922026-07-02T20:49:20.902Z Compiling foreign-types-shared v0.1.1
19932026-07-02T20:49:20.906Z Compiling powerfmt v0.2.0
19942026-07-02T20:49:21.183Z Compiling utf8parse v0.2.2
19952026-07-02T20:49:21.389Z Compiling tempfile v3.25.0
19962026-07-02T20:49:21.389Z Compiling deranged v0.5.8
19972026-07-02T20:49:21.390Z Compiling foreign-types v0.3.2
19982026-07-02T20:49:21.390Z Compiling unicode-normalization v0.1.25
19992026-07-02T20:49:21.706Z Compiling dof v0.3.0
20002026-07-02T20:49:22.673Z Compiling dtrace-parser v0.2.0
20012026-07-02T20:49:22.857Z Compiling toml_edit v0.19.15
20022026-07-02T20:49:22.857Z Compiling dof v0.4.0
20032026-07-02T20:49:22.857Z Compiling pkcs8 v0.10.2
20042026-07-02T20:49:22.857Z Compiling darling_macro v0.20.11
20052026-07-02T20:49:22.857Z Compiling dtrace-parser v0.3.0
20062026-07-02T20:49:22.879Z Compiling pin-project-internal v1.1.11
20072026-07-02T20:49:22.879Z Compiling daft-derive v0.1.7
20082026-07-02T20:49:22.879Z Compiling spin v0.9.8
20092026-07-02T20:49:23.064Z Compiling thread-id v4.2.2
20102026-07-02T20:49:23.064Z Compiling thread-id v5.1.0
20112026-07-02T20:49:23.064Z Compiling num_threads v0.1.7
20122026-07-02T20:49:23.266Z Compiling num-bigint-dig v0.8.6
20132026-07-02T20:49:23.266Z Compiling cfg_aliases v0.2.1
20142026-07-02T20:49:23.266Z Compiling smoltcp v0.9.1
20152026-07-02T20:49:23.405Z Compiling hyper v1.10.1
20162026-07-02T20:49:23.405Z Compiling anstyle v1.0.14
20172026-07-02T20:49:23.405Z Compiling nix v0.31.2
20182026-07-02T20:49:23.405Z Compiling time v0.3.47
20192026-07-02T20:49:23.581Z Compiling darling v0.20.11
20202026-07-02T20:49:23.724Z Compiling sha2 v0.10.9
20212026-07-02T20:49:24.046Z Compiling ipnetwork v0.21.1
20222026-07-02T20:49:24.199Z Compiling hmac v0.12.1
20232026-07-02T20:49:24.199Z Compiling strum_macros v0.26.4
20242026-07-02T20:49:24.199Z Compiling curve25519-dalek-derive v0.1.1
20252026-07-02T20:49:24.319Z Compiling sync_wrapper v1.0.2
20262026-07-02T20:49:24.319Z Compiling wait-timeout v0.2.1
20272026-07-02T20:49:24.407Z Compiling hyper-util v0.1.20
20282026-07-02T20:49:24.742Z Compiling quick-error v1.2.3
20292026-07-02T20:49:24.869Z Compiling siphasher v1.0.2
20302026-07-02T20:49:24.869Z Compiling simd-adler32 v0.3.8
20312026-07-02T20:49:24.869Z Compiling bit-vec v0.8.0
20322026-07-02T20:49:25.048Z Compiling anstyle-query v1.1.5
20332026-07-02T20:49:25.131Z Compiling is_terminal_polyfill v1.70.2
20342026-07-02T20:49:25.131Z Compiling colorchoice v1.0.4
20352026-07-02T20:49:25.389Z Compiling bit-set v0.8.0
20362026-07-02T20:49:29.637Z Compiling rusty-fork v0.3.1
20372026-07-02T20:49:30.155Z Compiling tower v0.5.3
20382026-07-02T20:49:30.155Z Compiling derive_builder_core v0.20.2
20392026-07-02T20:49:30.155Z Compiling http-body-util v0.1.3
20402026-07-02T20:49:30.155Z Compiling hubpack_derive v0.1.1
20412026-07-02T20:49:30.155Z Compiling snafu-derive v0.8.9
20422026-07-02T20:49:30.155Z Compiling strum_macros v0.27.2
20432026-07-02T20:49:30.155Z Compiling rand_xorshift v0.4.0
20442026-07-02T20:49:30.155Z Compiling fs-err v3.3.0
20452026-07-02T20:49:30.155Z Compiling ahash v0.8.12
20462026-07-02T20:49:30.155Z Compiling iri-string v0.7.10
20472026-07-02T20:49:30.155Z Compiling ryu v1.0.23
20482026-07-02T20:49:30.155Z Compiling adler2 v2.0.1
20492026-07-02T20:49:30.155Z Compiling object v0.37.3
20502026-07-02T20:49:30.155Z Compiling unarray v0.1.4
20512026-07-02T20:49:30.155Z Compiling unicode-segmentation v1.12.0
20522026-07-02T20:49:30.155Z Compiling unicode-properties v0.1.4
20532026-07-02T20:49:30.155Z Compiling unicode-bidi v0.3.18
20542026-07-02T20:49:30.155Z Compiling allocator-api2 v0.2.21
20552026-07-02T20:49:30.155Z Compiling proptest v1.10.0
20562026-07-02T20:49:30.155Z Compiling miniz_oxide v0.8.9
20572026-07-02T20:49:30.155Z Compiling serde_urlencoded v0.7.1
20582026-07-02T20:49:30.155Z Compiling stringprep v0.1.5
20592026-07-02T20:49:30.155Z Compiling derive_builder_macro v0.20.2
20602026-07-02T20:49:30.155Z Compiling tower-http v0.6.8
20612026-07-02T20:49:30.155Z Compiling tokio-native-tls v0.3.1
20622026-07-02T20:49:30.156Z Compiling usdt-attr-macro v0.6.0
20632026-07-02T20:49:30.156Z Compiling usdt-macro v0.6.0
20642026-07-02T20:49:30.156Z Compiling anstyle-parse v1.0.0
20652026-07-02T20:49:30.156Z Compiling block-buffer v0.12.1
20662026-07-02T20:49:30.156Z Compiling block-padding v0.4.2
20672026-07-02T20:49:30.156Z Compiling crypto-common v0.2.2
20682026-07-02T20:49:30.156Z Compiling rustls-native-certs v0.8.3
20692026-07-02T20:49:30.156Z Compiling rand_chacha v0.3.1
20702026-07-02T20:49:30.156Z Compiling erased-serde v0.3.31
20712026-07-02T20:49:30.156Z Compiling signature v2.2.0
20722026-07-02T20:49:30.156Z Compiling md-5 v0.10.6
20732026-07-02T20:49:30.156Z Compiling bstr v1.12.1
20742026-07-02T20:49:30.156Z Compiling num-integer v0.1.46
20752026-07-02T20:49:30.156Z Compiling hash32 v0.2.1
20762026-07-02T20:49:30.156Z Compiling vergen-lib v9.1.0
20772026-07-02T20:49:30.460Z Compiling encoding_rs v0.8.35
20782026-07-02T20:49:30.460Z Compiling mime v0.3.17
20792026-07-02T20:49:30.460Z Compiling psl-types v2.0.11
20802026-07-02T20:49:30.460Z Compiling zlib-rs v0.6.2
20812026-07-02T20:49:30.460Z Compiling fallible-iterator v0.2.0
20822026-07-02T20:49:30.460Z Compiling cpufeatures v0.3.0
20832026-07-02T20:49:30.460Z Compiling publicsuffix v2.3.0
20842026-07-02T20:49:30.460Z Compiling newtype-uuid v1.3.2
20852026-07-02T20:49:30.460Z Compiling num-iter v0.1.45
20862026-07-02T20:49:30.460Z Compiling postgres-protocol v0.6.10
20872026-07-02T20:49:30.460Z Compiling rand v0.8.6
20882026-07-02T20:49:30.460Z Compiling inout v0.2.2
20892026-07-02T20:49:30.460Z Compiling oxnet v0.1.6
20902026-07-02T20:49:30.461Z Compiling anstream v1.0.0
20912026-07-02T20:49:30.461Z Compiling derive_builder v0.20.2
20922026-07-02T20:49:30.461Z Compiling hyper-tls v0.6.0
20932026-07-02T20:49:30.533Z Compiling heck v0.4.1
20942026-07-02T20:49:30.534Z Compiling phf_shared v0.13.1
20952026-07-02T20:49:30.534Z Compiling pin-project v1.1.11
20962026-07-02T20:49:30.571Z Compiling lazy_static v1.5.0
20972026-07-02T20:49:30.571Z Compiling anstyle-parse v0.2.7
20982026-07-02T20:49:30.646Z Compiling terminal_size v0.4.3
20992026-07-02T20:49:30.659Z Compiling serde_with_macros v3.17.0
21002026-07-02T20:49:30.662Z Compiling futures-executor v0.3.32
21012026-07-02T20:49:30.693Z Compiling hex v0.4.3
21022026-07-02T20:49:30.756Z Compiling async-recursion v1.1.1
21032026-07-02T20:49:30.796Z Compiling enum-as-inner v0.6.1
21042026-07-02T20:49:30.913Z Compiling clap_derive v4.6.1
21052026-07-02T20:49:30.927Z Compiling serde_repr v0.1.20
21062026-07-02T20:49:30.985Z Compiling ff v0.13.1
21072026-07-02T20:49:31.005Z Compiling vergen v9.1.0
21082026-07-02T20:49:31.035Z Compiling cargo-platform v0.3.2
21092026-07-02T20:49:31.235Z Compiling flate2 v1.1.9
21102026-07-02T20:49:31.293Z Compiling foldhash v0.1.5
21112026-07-02T20:49:31.320Z Compiling foldhash v0.2.0
21122026-07-02T20:49:31.371Z Compiling clap_lex v1.0.0
21132026-07-02T20:49:31.482Z Compiling same-file v1.0.6
21142026-07-02T20:49:31.562Z Compiling managed v0.8.0
21152026-07-02T20:49:31.708Z Compiling bitflags v1.3.2
21162026-07-02T20:49:31.725Z Compiling libbz2-rs-sys v0.2.2
21172026-07-02T20:49:31.725Z Compiling base16ct v0.2.0
21182026-07-02T20:49:31.779Z Compiling bumpalo v3.20.2
21192026-07-02T20:49:31.810Z Compiling sec1 v0.7.3
21202026-07-02T20:49:31.981Z Compiling zopfli v0.8.3
21212026-07-02T20:49:32.029Z Compiling bzip2 v0.6.1
21222026-07-02T20:49:32.093Z Compiling walkdir v2.5.0
21232026-07-02T20:49:32.201Z Compiling clap_builder v4.6.0
21242026-07-02T20:49:32.216Z Compiling hashbrown v0.16.1
21252026-07-02T20:49:32.241Z Compiling hashbrown v0.15.5
21262026-07-02T20:49:32.399Z Compiling cargo_metadata v0.23.1
21272026-07-02T20:49:32.529Z Compiling group v0.13.0
21282026-07-02T20:49:32.714Z Compiling zstd v0.13.3
21292026-07-02T20:49:32.733Z Compiling futures v0.3.32
21302026-07-02T20:49:32.833Z Compiling anstream v0.6.21
21312026-07-02T20:49:33.076Z Compiling phf v0.13.1
21322026-07-02T20:49:33.224Z Compiling snafu v0.8.9
21332026-07-02T20:49:33.255Z Compiling reqwest v0.12.28
21342026-07-02T20:49:33.568Z Compiling daft v0.1.7
21352026-07-02T20:49:33.852Z Compiling signal-hook-mio v0.2.5
21362026-07-02T20:49:33.874Z Compiling cipher v0.5.2
21372026-07-02T20:49:33.877Z Compiling postgres-types v0.2.12
21382026-07-02T20:49:33.929Z Compiling cookie_store v0.22.1
21392026-07-02T20:49:33.947Z Compiling bzip2 v0.4.4
21402026-07-02T20:49:33.986Z Compiling globset v0.4.18
21412026-07-02T20:49:33.989Z Compiling ed25519 v2.2.3
21422026-07-02T20:49:34.064Z Compiling strum v0.27.2
21432026-07-02T20:49:34.234Z Compiling hubpack v0.1.2
21442026-07-02T20:49:34.293Z Compiling phf_shared v0.11.3
21452026-07-02T20:49:34.376Z Compiling hkdf v0.12.4
21462026-07-02T20:49:34.416Z Compiling crossbeam-epoch v0.9.18
21472026-07-02T20:49:34.502Z Compiling pkcs1 v0.7.5
21482026-07-02T20:49:34.520Z Compiling olpc-cjson v0.1.4
21492026-07-02T20:49:34.698Z Compiling pem v3.0.6
21502026-07-02T20:49:34.777Z Compiling serde_plain v1.0.2
21512026-07-02T20:49:34.812Z Compiling serde-big-array v0.5.1
21522026-07-02T20:49:34.934Z Compiling crypto-bigint v0.5.5
21532026-07-02T20:49:34.995Z Compiling float-cmp v0.10.0
21542026-07-02T20:49:35.010Z Compiling memmap2 v0.9.10
21552026-07-02T20:49:35.027Z Compiling env_filter v1.0.0
21562026-07-02T20:49:35.061Z Compiling data-encoding v2.10.0
21572026-07-02T20:49:35.147Z Compiling keccak v0.1.6
21582026-07-02T20:49:35.162Z Compiling typed-path v0.9.3
21592026-07-02T20:49:35.239Z Compiling toml_write v0.1.2
21602026-07-02T20:49:35.299Z Compiling precomputed-hash v0.1.1
21612026-07-02T20:49:35.314Z Compiling const-oid v0.10.2
21622026-07-02T20:49:35.426Z Compiling normalize-line-endings v0.3.0
21632026-07-02T20:49:35.496Z Compiling whoami v2.1.0
21642026-07-02T20:49:35.500Z Compiling static_assertions v1.1.0
21652026-07-02T20:49:35.528Z Compiling fixedbitset v0.4.2
21662026-07-02T20:49:35.558Z Compiling jiff v0.2.21
21672026-07-02T20:49:35.597Z Compiling new_debug_unreachable v1.0.6
21682026-07-02T20:49:35.612Z Compiling difflib v0.4.0
21692026-07-02T20:49:35.683Z Compiling predicates-core v1.0.10
21702026-07-02T20:49:35.700Z Compiling fixedbitset v0.5.7
21712026-07-02T20:49:35.742Z Compiling tokio-postgres v0.7.16
21722026-07-02T20:49:35.818Z Compiling petgraph v0.6.5
21732026-07-02T20:49:35.840Z Compiling string_cache v0.8.9
21742026-07-02T20:49:35.865Z Compiling predicates v3.1.4
21752026-07-02T20:49:35.882Z Compiling elliptic-curve v0.13.8
21762026-07-02T20:49:35.997Z Compiling petgraph v0.8.3
21772026-07-02T20:49:36.034Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21782026-07-02T20:49:36.072Z Compiling chacha20 v0.10.0
21792026-07-02T20:49:36.075Z Compiling digest v0.11.3
21802026-07-02T20:49:36.250Z Compiling toml_edit v0.22.27
21812026-07-02T20:49:36.279Z Compiling hickory-proto v0.25.2
21822026-07-02T20:49:36.294Z Compiling sha3 v0.10.8
21832026-07-02T20:49:36.394Z Compiling env_logger v0.11.9
21842026-07-02T20:49:36.446Z Compiling usdt v0.6.0
21852026-07-02T20:49:36.731Z Compiling rsa v0.9.10
21862026-07-02T20:49:37.915Z Compiling ed25519-dalek v2.2.0
21872026-07-02T20:49:38.061Z Compiling zip v0.6.6
21882026-07-02T20:49:38.086Z Compiling crossterm v0.28.1
21892026-07-02T20:49:38.241Z Compiling zip v4.6.1
21902026-07-02T20:49:38.532Z Compiling iddqd v0.4.2
21912026-07-02T20:49:38.856Z Compiling clap v4.6.1
21922026-07-02T20:49:38.991Z Compiling serde_with v3.17.0
21932026-07-02T20:49:39.027Z Compiling similar v2.7.0
21942026-07-02T20:49:39.218Z Compiling strum v0.26.3
21952026-07-02T20:49:39.272Z Compiling toml v0.7.8
21962026-07-02T20:49:39.299Z Compiling tokio-stream v0.1.18
21972026-07-02T20:49:39.312Z Compiling buf-list v1.1.2
21982026-07-02T20:49:39.363Z Compiling x509-cert v0.2.5
21992026-07-02T20:49:39.647Z Compiling itertools v0.13.0
22002026-07-02T20:49:39.773Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22012026-07-02T20:49:40.279Z Compiling openapiv3 v2.2.0
22022026-07-02T20:49:40.565Z Compiling peg-runtime v0.8.5
22032026-07-02T20:49:40.839Z Compiling lalrpop-util v0.19.12
22042026-07-02T20:49:56.795Z Compiling rustls-webpki v0.103.13
22052026-07-02T20:49:57.821Z Compiling macaddr v1.0.1
22062026-07-02T20:49:57.824Z Compiling structmeta-derive v0.3.0
22072026-07-02T20:49:57.898Z Compiling crucible-workspace-hack v0.1.0
22082026-07-02T20:49:58.114Z Compiling rayon-core v1.13.0
22092026-07-02T20:49:58.146Z Compiling itertools v0.14.0
22102026-07-02T20:49:58.178Z Compiling secrecy v0.10.3
22112026-07-02T20:49:58.251Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22122026-07-02T20:49:58.287Z Compiling toml_datetime v0.7.5+spec-1.1.0
22132026-07-02T20:49:58.361Z Compiling heapless v0.8.0
22142026-07-02T20:49:58.470Z Compiling crossbeam-deque v0.8.6
22152026-07-02T20:49:58.570Z Compiling toml_edit v0.23.10+spec-1.0.0
22162026-07-02T20:49:58.613Z Compiling inout v0.1.4
22172026-07-02T20:49:58.707Z Compiling hash32 v0.3.1
22182026-07-02T20:49:58.724Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22192026-07-02T20:49:58.787Z Compiling multer v3.1.0
22202026-07-02T20:49:58.831Z Compiling thread_local v1.1.9
22212026-07-02T20:49:58.868Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22222026-07-02T20:49:58.883Z Compiling structmeta v0.3.0
22232026-07-02T20:49:58.902Z Compiling match_cfg v0.1.0
22242026-07-02T20:49:58.930Z Compiling compression-core v0.4.31
22252026-07-02T20:49:58.980Z Compiling slog-async v2.8.0
22262026-07-02T20:49:59.080Z Compiling smoltcp v0.11.0
22272026-07-02T20:49:59.110Z Compiling unicode-width v0.2.0
22282026-07-02T20:49:59.130Z Compiling derive-ex v0.1.8
22292026-07-02T20:49:59.166Z Compiling proc-macro-crate v3.4.0
22302026-07-02T20:49:59.268Z Compiling compression-codecs v0.4.37
22312026-07-02T20:49:59.270Z Compiling hostname v0.3.1
22322026-07-02T20:49:59.437Z Compiling cipher v0.4.4
22332026-07-02T20:49:59.452Z Compiling ingot-macros v0.1.1
22342026-07-02T20:49:59.480Z Compiling atomicwrites v0.4.4
22352026-07-02T20:49:59.524Z Compiling slog-json v2.6.1
22362026-07-02T20:49:59.620Z Compiling crossbeam-channel v0.5.15
22372026-07-02T20:49:59.655Z Compiling half v2.7.1
22382026-07-02T20:49:59.703Z Compiling newtype-uuid-macros v0.1.0
22392026-07-02T20:49:59.775Z Compiling cobs v0.3.0
22402026-07-02T20:49:59.790Z Compiling universal-hash v0.5.1
22412026-07-02T20:49:59.885Z Compiling thiserror-impl-no-std v2.0.2
22422026-07-02T20:49:59.952Z Compiling async-stream-impl v0.3.6
22432026-07-02T20:50:00.037Z Compiling toml_datetime v1.1.1+spec-1.1.0
22442026-07-02T20:50:00.074Z Compiling serde_spanned v1.1.1
22452026-07-02T20:50:00.242Z Compiling is-terminal v0.4.17
22462026-07-02T20:50:00.342Z Compiling proc-macro-error-attr v1.0.4
22472026-07-02T20:50:00.363Z Compiling dropshot v0.17.1
22482026-07-02T20:50:00.462Z Compiling tokio-rustls v0.26.4
22492026-07-02T20:50:00.485Z Compiling rustls-platform-verifier v0.6.2
22502026-07-02T20:50:00.563Z Compiling tough v0.22.0
22512026-07-02T20:50:00.578Z Compiling ciborium-io v0.2.2
22522026-07-02T20:50:00.600Z Compiling opaque-debug v0.3.1
22532026-07-02T20:50:00.656Z Compiling toml_writer v1.1.1+spec-1.1.0
22542026-07-02T20:50:00.686Z Compiling take_mut v0.2.2
22552026-07-02T20:50:00.701Z Compiling term v1.2.1
22562026-07-02T20:50:00.716Z Compiling hyper-rustls v0.27.7
22572026-07-02T20:50:00.749Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22582026-07-02T20:50:00.821Z Compiling convert_case v0.4.0
22592026-07-02T20:50:00.932Z Compiling thiserror-no-std v2.0.2
22602026-07-02T20:50:00.932Z Compiling toml v1.1.2+spec-1.1.0
22612026-07-02T20:50:00.969Z Compiling reqwest v0.13.2
22622026-07-02T20:50:01.033Z Compiling slog-term v2.9.2
22632026-07-02T20:50:01.059Z Compiling poly1305 v0.8.0
22642026-07-02T20:50:01.139Z Compiling derive_more v0.99.20
22652026-07-02T20:50:01.704Z Compiling ciborium-ll v0.2.2
22662026-07-02T20:50:01.754Z Compiling test-strategy v0.4.5
22672026-07-02T20:50:02.051Z Compiling async-stream v0.3.6
22682026-07-02T20:50:02.083Z Compiling ingot-types v0.1.2
22692026-07-02T20:50:02.097Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22702026-07-02T20:50:02.261Z Compiling postcard v1.1.3
22712026-07-02T20:50:02.290Z Compiling slog-bunyan v2.5.0
22722026-07-02T20:50:02.321Z Compiling chacha20 v0.9.1
22732026-07-02T20:50:02.487Z Compiling ingot v0.1.1
22742026-07-02T20:50:02.503Z Compiling num_enum_derive v0.7.6
22752026-07-02T20:50:02.553Z Compiling async-compression v0.4.41
22762026-07-02T20:50:02.653Z Compiling parse-display-derive v0.10.0
22772026-07-02T20:50:03.028Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22782026-07-02T20:50:03.117Z Compiling sha1 v0.11.0
22792026-07-02T20:50:03.362Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22802026-07-02T20:50:03.477Z Compiling proc-macro-crate v1.3.1
22812026-07-02T20:50:03.555Z Compiling waitgroup v0.1.2
22822026-07-02T20:50:03.735Z Compiling password-hash v0.5.0
22832026-07-02T20:50:03.752Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22842026-07-02T20:50:03.790Z Compiling backon v1.6.0
22852026-07-02T20:50:03.806Z Compiling rustls-pemfile v2.2.0
22862026-07-02T20:50:03.827Z Compiling dropshot_endpoint v0.17.1
22872026-07-02T20:50:03.879Z Compiling blake2 v0.10.6
22882026-07-02T20:50:04.030Z Compiling aead v0.5.2
22892026-07-02T20:50:04.097Z Compiling foreign-types-macros v0.2.3
22902026-07-02T20:50:04.124Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22912026-07-02T20:50:04.143Z Compiling serde_path_to_error v0.1.20
22922026-07-02T20:50:04.186Z Compiling hostname v0.4.2
22932026-07-02T20:50:04.250Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22942026-07-02T20:50:04.253Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22952026-07-02T20:50:04.369Z Compiling proc-macro-error v1.0.4
22962026-07-02T20:50:04.437Z Compiling instant v0.1.13
22972026-07-02T20:50:04.513Z Compiling debug-ignore v1.0.5
22982026-07-02T20:50:04.574Z Compiling foreign-types-shared v0.3.1
22992026-07-02T20:50:04.593Z Compiling backoff v0.4.0
23002026-07-02T20:50:04.630Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23012026-07-02T20:50:04.647Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23022026-07-02T20:50:04.691Z Compiling parse-display v0.10.0
23032026-07-02T20:50:04.707Z Compiling chacha20poly1305 v0.10.1
23042026-07-02T20:50:04.724Z Compiling foreign-types v0.5.0
23052026-07-02T20:50:04.740Z Compiling argon2 v0.5.3
23062026-07-02T20:50:04.743Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23072026-07-02T20:50:04.769Z Compiling num_enum_derive v0.5.11
23082026-07-02T20:50:04.822Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23092026-07-02T20:50:04.839Z Compiling num_enum v0.7.6
23102026-07-02T20:50:04.902Z Compiling ciborium v0.2.2
23112026-07-02T20:50:05.073Z Compiling vsss-rs v3.3.4
23122026-07-02T20:50:05.102Z Compiling tabwriter v1.4.1
23132026-07-02T20:50:05.155Z Compiling regress v0.10.5
23142026-07-02T20:50:05.289Z Compiling byte-wrapper v0.1.0
23152026-07-02T20:50:05.472Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23162026-07-02T20:50:05.493Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23172026-07-02T20:50:05.550Z Compiling cstr-argument v0.1.2
23182026-07-02T20:50:05.567Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23192026-07-02T20:50:05.657Z Compiling humantime v2.3.0
23202026-07-02T20:50:05.733Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23212026-07-02T20:50:05.736Z Compiling num_enum v0.5.11
23222026-07-02T20:50:05.805Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23232026-07-02T20:50:05.845Z Compiling rayon v1.11.0
23242026-07-02T20:50:05.915Z Compiling rand v0.10.1
23252026-07-02T20:50:05.943Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23262026-07-02T20:50:06.068Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23272026-07-02T20:50:06.082Z Compiling libefi-sys v0.1.0
23282026-07-02T20:50:06.097Z Compiling indent_write v2.2.0
23292026-07-02T20:50:06.119Z Compiling colored v3.1.1
23302026-07-02T20:50:06.165Z Compiling zone_cfg_derive v0.3.1
23312026-07-02T20:50:06.181Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23322026-07-02T20:50:06.269Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23332026-07-02T20:50:06.333Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23342026-07-02T20:50:06.375Z Compiling camino-tempfile v1.4.1
23352026-07-02T20:50:06.390Z Compiling itertools v0.12.1
23362026-07-02T20:50:06.435Z Compiling usdt-macro v0.5.0
23372026-07-02T20:50:06.598Z Compiling usdt-attr-macro v0.5.0
23382026-07-02T20:50:06.714Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23392026-07-02T20:50:06.729Z Compiling bitfield-struct v0.6.2
23402026-07-02T20:50:06.765Z Compiling num-derive v0.4.2
23412026-07-02T20:50:06.801Z Compiling blake3 v1.8.5
23422026-07-02T20:50:06.817Z Compiling sigpipe v0.1.3
23432026-07-02T20:50:06.817Z Compiling memmap v0.7.0
23442026-07-02T20:50:06.849Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23452026-07-02T20:50:06.852Z Compiling swrite v0.1.0
23462026-07-02T20:50:06.943Z Compiling glob v0.3.3
23472026-07-02T20:50:06.986Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23482026-07-02T20:50:07.163Z Compiling smf v0.2.3
23492026-07-02T20:50:07.296Z Compiling filetime v0.2.27
23502026-07-02T20:50:07.328Z Compiling arrayvec v0.7.6
23512026-07-02T20:50:07.378Z Compiling usdt v0.5.0
23522026-07-02T20:50:07.393Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23532026-07-02T20:50:07.520Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23542026-07-02T20:50:08.580Z Compiling constant_time_eq v0.4.2
23552026-07-02T20:50:08.583Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23562026-07-02T20:50:08.583Z Compiling whoami v1.6.1
23572026-07-02T20:50:08.583Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23582026-07-02T20:50:08.583Z Compiling zone v0.3.1
23592026-07-02T20:50:08.583Z Compiling arrayref v0.3.9
23602026-07-02T20:50:08.583Z Compiling xattr v1.6.1
23612026-07-02T20:50:08.583Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-07-02T20:50:08.583Z Compiling tokio-dtrace v0.1.1
23632026-07-02T20:50:08.583Z Compiling tar v0.4.45
23642026-07-02T20:50:08.583Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23652026-07-02T20:50:08.584Z Compiling console v0.16.2
23662026-07-02T20:50:08.584Z Compiling gethostname v0.5.0
23672026-07-02T20:50:08.585Z Compiling unit-prefix v0.5.2
23682026-07-02T20:50:08.585Z Compiling topological-sort v0.2.2
23692026-07-02T20:50:08.585Z Compiling oxide-tokio-rt v0.1.4
23702026-07-02T20:50:08.585Z Compiling toml v0.8.23
23712026-07-02T20:50:08.585Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23722026-07-02T20:50:08.585Z Compiling indicatif v0.18.4
23732026-07-02T20:50:08.585Z Compiling shell-words v1.1.1
23742026-07-02T20:50:17.845Z Compiling progenitor-client v0.14.0
23752026-07-02T20:50:17.845Z Compiling omicron-zone-package v0.12.3
23762026-07-02T20:50:18.086Z Compiling progenitor-extras v0.2.0
23772026-07-02T20:50:18.427Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23782026-07-02T20:50:18.472Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23792026-07-02T20:50:18.535Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23802026-07-02T20:50:18.571Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23812026-07-02T20:50:18.635Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23822026-07-02T20:50:18.638Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23832026-07-02T20:50:18.766Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23842026-07-02T20:50:18.857Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23852026-07-02T20:50:19.825Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23862026-07-02T20:50:23.646Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23872026-07-02T20:50:31.680Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23882026-07-02T20:50:34.866Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23892026-07-02T20:50:35.890Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23902026-07-02T20:50:45.231Z Finished `release` profile [optimized] target(s) in 1m 39s
23912026-07-02T20:50:45.373Z Running `target/release/omicron-package -t test target create -p dev`
23922026-07-02T20:50:45.432ZLogging to: /work/oxidecomputer/omicron/out/LOG
23932026-07-02T20:50:45.436ZCreated new build target 'test' and set it as active
23942026-07-02T20:50:45.436Z
23952026-07-02T20:50:45.436Zreal 1:40.089817784
23962026-07-02T20:50:45.437Zuser 16:21.695244268
23972026-07-02T20:50:45.437Zsys 2:34.691674473
23982026-07-02T20:50:45.437Ztrap 0.465960198
23992026-07-02T20:50:45.437Ztflt 2.309857320
24002026-07-02T20:50:45.437Zdflt 4.116136746
24012026-07-02T20:50:45.437Zkflt 0.007057444
24022026-07-02T20:50:45.437Zlock 51:32.596810788
24032026-07-02T20:50:45.437Zslp 42:08.561849680
24042026-07-02T20:50:45.438Zlat 42.578569641
24052026-07-02T20:50:45.438Zstop 5:11.075375350
24062026-07-02T20:50:45.441Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24072026-07-02T20:50:46.276Z Finished `release` profile [optimized] target(s) in 0.83s
24082026-07-02T20:50:46.345Z Running `target/release/omicron-package -t test package`
24092026-07-02T20:50:46.401ZLogging to: /work/oxidecomputer/omicron/out/LOG
24102026-07-02T20:50:47.762Z Compiling heck v0.5.0
24112026-07-02T20:50:47.762Z Compiling regress v0.11.1
24122026-07-02T20:50:47.981Z Compiling unsafe-libyaml v0.2.11
24132026-07-02T20:50:48.017Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24142026-07-02T20:50:48.045Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24152026-07-02T20:50:48.066Z Compiling unicode-width v0.1.14
24162026-07-02T20:50:48.066Z Compiling atomicwrites v0.4.4
24172026-07-02T20:50:48.086Z Compiling derive-where v1.6.0
24182026-07-02T20:50:48.105Z Compiling bytecount v0.6.9
24192026-07-02T20:50:48.108Z Compiling is-terminal v0.4.17
24202026-07-02T20:50:48.126Z Compiling prettyplease v0.2.37
24212026-07-02T20:50:48.188Z Compiling console v0.15.11
24222026-07-02T20:50:48.188Z Compiling newline-converter v0.3.0
24232026-07-02T20:50:48.191Z Compiling slog-dtrace v0.3.0
24242026-07-02T20:50:48.249Z Compiling owo-colors v4.3.0
24252026-07-02T20:50:48.268Z Compiling cancel-safe-futures v0.1.5
24262026-07-02T20:50:48.291Z Compiling resolv-conf v0.7.6
24272026-07-02T20:50:48.291Z Compiling num-rational v0.4.2
24282026-07-02T20:50:48.334Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24292026-07-02T20:50:48.383Z Compiling libsw-core v0.3.2
24302026-07-02T20:50:48.404Z Compiling num-complex v0.4.6
24312026-07-02T20:50:48.469Z Compiling thread_local v1.1.9
24322026-07-02T20:50:48.512Z Compiling serde_yaml v0.9.34+deprecated
24332026-07-02T20:50:48.579Z Compiling expectorate v1.2.0
24342026-07-02T20:50:48.581Z Compiling compression-core v0.4.31
24352026-07-02T20:50:48.658Z Compiling match_cfg v0.1.0
24362026-07-02T20:50:48.751Z Compiling hostname v0.3.1
24372026-07-02T20:50:48.789Z Compiling compression-codecs v0.4.37
24382026-07-02T20:50:48.811Z Compiling num v0.4.3
24392026-07-02T20:50:48.887Z Compiling libsw v3.5.0
24402026-07-02T20:50:48.908Z Compiling multer v3.1.0
24412026-07-02T20:50:48.910Z Compiling slog-async v2.8.0
24422026-07-02T20:50:48.950Z Compiling crossbeam-channel v0.5.15
24432026-07-02T20:50:48.978Z Compiling slog-json v2.6.1
24442026-07-02T20:50:48.998Z Compiling toml_datetime v1.1.1+spec-1.1.0
24452026-07-02T20:50:49.074Z Compiling serde_spanned v1.1.1
24462026-07-02T20:50:49.541Z Compiling toml_writer v1.1.1+spec-1.1.0
24472026-07-02T20:50:49.574Z Compiling take_mut v0.2.2
24482026-07-02T20:50:49.574Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24492026-07-02T20:50:49.574Z Compiling linked-hash-map v0.5.6
24502026-07-02T20:50:49.574Z Compiling linear-map v1.2.0
24512026-07-02T20:50:49.574Z Compiling term v1.2.1
24522026-07-02T20:50:49.574Z Compiling float-ord v0.3.2
24532026-07-02T20:50:49.574Z Compiling toml v1.1.2+spec-1.1.0
24542026-07-02T20:50:49.574Z Compiling slog-bunyan v2.5.0
24552026-07-02T20:50:49.574Z Compiling async-compression v0.4.41
24562026-07-02T20:50:49.574Z Compiling lru-cache v0.1.2
24572026-07-02T20:50:49.574Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24582026-07-02T20:50:49.574Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24592026-07-02T20:50:49.598Z Compiling typify-impl v0.6.2
24602026-07-02T20:50:49.628Z Compiling slog-term v2.9.2
24612026-07-02T20:50:49.653Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24622026-07-02T20:50:49.768Z Compiling async-stream v0.3.6
24632026-07-02T20:50:49.811Z Compiling dropshot v0.17.1
24642026-07-02T20:50:49.836Z Compiling sha1 v0.11.0
24652026-07-02T20:50:49.853Z Compiling progenitor-client v0.14.0
24662026-07-02T20:50:49.856Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24672026-07-02T20:50:49.895Z Compiling waitgroup v0.1.2
24682026-07-02T20:50:49.981Z Compiling rustls-pemfile v2.2.0
24692026-07-02T20:50:50.054Z Compiling backon v1.6.0
24702026-07-02T20:50:50.075Z Compiling hostname v0.4.2
24712026-07-02T20:50:50.078Z Compiling serde_path_to_error v0.1.20
24722026-07-02T20:50:50.114Z Compiling instant v0.1.13
24732026-07-02T20:50:50.143Z Compiling debug-ignore v1.0.5
24742026-07-02T20:50:50.181Z Compiling minimal-lexical v0.2.1
24752026-07-02T20:50:50.200Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24762026-07-02T20:50:50.234Z Compiling progenitor-extras v0.2.0
24772026-07-02T20:50:50.270Z Compiling backoff v0.4.0
24782026-07-02T20:50:50.292Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24792026-07-02T20:50:50.295Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24802026-07-02T20:50:50.466Z Compiling nom v7.1.3
24812026-07-02T20:50:50.500Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24822026-07-02T20:50:50.503Z Compiling parse-display v0.10.0
24832026-07-02T20:50:50.542Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24842026-07-02T20:50:50.542Z Compiling hickory-proto v0.24.4
24852026-07-02T20:50:50.739Z Compiling regress v0.10.5
24862026-07-02T20:50:51.123Z Compiling macaddr v1.0.1
24872026-07-02T20:50:51.178Z Compiling humantime v2.3.0
24882026-07-02T20:50:51.229Z Compiling unicode-xid v0.2.6
24892026-07-02T20:50:51.391Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24902026-07-02T20:50:51.467Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24912026-07-02T20:50:51.619Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24922026-07-02T20:50:51.833Z Compiling convert_case v0.10.0
24932026-07-02T20:50:51.940Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24942026-07-02T20:50:52.127Z Compiling derive_more-impl v2.1.1
24952026-07-02T20:50:52.454Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24962026-07-02T20:50:52.622Z Compiling toml v0.8.23
24972026-07-02T20:50:52.774Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24982026-07-02T20:50:52.795Z Compiling papergrid v0.11.0
24992026-07-02T20:50:52.924Z Compiling derive_more v2.1.1
25002026-07-02T20:50:52.946Z Compiling tabled_derive v0.7.0
25012026-07-02T20:50:52.994Z Compiling typify-macro v0.6.2
25022026-07-02T20:50:53.037Z Compiling termtree v0.5.1
25032026-07-02T20:50:53.152Z Compiling hickory-resolver v0.24.4
25042026-07-02T20:50:53.206Z Compiling crossterm v0.29.0
25052026-07-02T20:50:53.235Z Compiling phf_shared v0.12.1
25062026-07-02T20:50:53.482Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25072026-07-02T20:50:53.869Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25082026-07-02T20:50:53.957Z Compiling tabled v0.15.0
25092026-07-02T20:50:54.106Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25102026-07-02T20:50:54.569Z Compiling typify v0.6.2
25112026-07-02T20:50:54.870Z Compiling progenitor-impl v0.14.0
25122026-07-02T20:50:55.171Z Compiling qorb v0.4.1
25132026-07-02T20:50:56.227Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25142026-07-02T20:50:56.754Z Compiling csv-core v0.1.13
25152026-07-02T20:50:57.040Z Compiling progenitor-macro v0.14.0
25162026-07-02T20:50:57.184Z Compiling vte v0.14.1
25172026-07-02T20:50:57.439Z Compiling chrono-tz v0.10.4
25182026-07-02T20:50:57.666Z Compiling highway v1.3.0
25192026-07-02T20:50:58.003Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25202026-07-02T20:50:58.340Z Compiling strip-ansi-escapes v0.2.1
25212026-07-02T20:50:58.396Z Compiling csv v1.4.0
25222026-07-02T20:50:58.563Z Compiling phf v0.12.1
25232026-07-02T20:50:58.566Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25242026-07-02T20:50:58.638Z Compiling const_format_proc_macros v0.2.34
25252026-07-02T20:50:58.767Z Compiling fd-lock v4.0.4
25262026-07-02T20:50:58.942Z Compiling peg-macros v0.8.5
25272026-07-02T20:50:59.097Z Compiling nu-ansi-term v0.50.3
25282026-07-02T20:50:59.220Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25292026-07-02T20:50:59.450Z Compiling const_format v0.2.35
25302026-07-02T20:50:59.645Z Compiling reedline v0.40.0
25312026-07-02T20:50:59.821Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25322026-07-02T20:51:00.241Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25332026-07-02T20:51:00.617Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25342026-07-02T20:51:01.031Z Compiling progenitor v0.14.0
25352026-07-02T20:51:01.216Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25362026-07-02T20:51:01.236Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25372026-07-02T20:51:01.240Z Compiling peg v0.8.5
25382026-07-02T20:51:01.391Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25392026-07-02T20:51:01.439Z Compiling bcs v0.1.6
25402026-07-02T20:51:01.872Z Compiling nom v8.0.0
25412026-07-02T20:51:01.973Z Compiling semver v0.1.20
25422026-07-02T20:51:02.263Z Compiling rustc_version v0.1.7
25432026-07-02T20:51:02.488Z Compiling newtype_derive v0.1.6
25442026-07-02T20:51:02.742Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25452026-07-02T20:51:02.987Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25462026-07-02T20:51:03.116Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25472026-07-02T20:51:03.225Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25482026-07-02T20:51:03.508Z Compiling smawk v0.3.2
25492026-07-02T20:51:03.532Z Compiling unicode-linebreak v0.1.5
25502026-07-02T20:51:03.712Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25512026-07-02T20:51:03.805Z Compiling textwrap v0.16.2
25522026-07-02T20:51:03.846Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25532026-07-02T20:51:03.996Z Compiling steno v0.4.1
25542026-07-02T20:51:04.020Z Compiling base64 v0.21.7
25552026-07-02T20:51:04.570Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25562026-07-02T20:51:04.890Z Compiling dropshot-api-manager-types v0.7.2
25572026-07-02T20:51:05.172Z Compiling sha1 v0.10.6
25582026-07-02T20:51:05.476Z Compiling tagptr v0.2.0
25592026-07-02T20:51:05.498Z Compiling utf-8 v0.7.6
25602026-07-02T20:51:05.608Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25612026-07-02T20:51:05.670Z Compiling moka v0.12.13
25622026-07-02T20:51:05.715Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25632026-07-02T20:51:05.736Z Compiling tungstenite v0.21.0
25642026-07-02T20:51:05.874Z Compiling display-error-chain v0.2.2
25652026-07-02T20:51:06.009Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25662026-07-02T20:51:06.043Z Compiling radium v0.7.0
25672026-07-02T20:51:06.065Z Compiling tap v1.0.1
25682026-07-02T20:51:06.213Z Compiling maybe-uninit v2.0.0
25692026-07-02T20:51:06.346Z Compiling tokio-tungstenite v0.21.0
25702026-07-02T20:51:06.730Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25712026-07-02T20:51:06.818Z Compiling hickory-resolver v0.25.2
25722026-07-02T20:51:06.946Z Compiling wyz v0.5.1
25732026-07-02T20:51:06.991Z Compiling vergen-lib v0.1.6
25742026-07-02T20:51:07.203Z Compiling zerocopy-derive v0.6.6
25752026-07-02T20:51:07.271Z Compiling funty v2.0.0
25762026-07-02T20:51:07.855Z Compiling packed_struct v0.10.1
25772026-07-02T20:51:08.014Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25782026-07-02T20:51:08.150Z Compiling diesel_derives v2.3.7
25792026-07-02T20:51:08.213Z Compiling crc-catalog v2.4.0
25802026-07-02T20:51:08.348Z Compiling crc v3.4.0
25812026-07-02T20:51:08.439Z Compiling zerocopy v0.6.6
25822026-07-02T20:51:08.573Z Compiling bitvec v1.0.1
25832026-07-02T20:51:08.864Z Compiling scheduled-thread-pool v0.2.7
25842026-07-02T20:51:08.990Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25852026-07-02T20:51:09.473Z Compiling dsl_auto_type v0.2.0
25862026-07-02T20:51:09.901Z Compiling packed_struct_codegen v0.10.1
25872026-07-02T20:51:10.029Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25882026-07-02T20:51:10.082Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25892026-07-02T20:51:10.129Z Compiling vergen-gitcl v1.0.8
25902026-07-02T20:51:10.166Z Compiling diesel_table_macro_syntax v0.3.0
25912026-07-02T20:51:10.373Z Compiling bitfield-macros v0.19.4
25922026-07-02T20:51:10.414Z Compiling proc-macro-error-attr2 v2.0.0
25932026-07-02T20:51:10.434Z Compiling dirs-sys-next v0.1.2
25942026-07-02T20:51:10.695Z Compiling indexmap v1.9.3
25952026-07-02T20:51:10.847Z Compiling crunchy v0.2.4
25962026-07-02T20:51:10.949Z Compiling maplit v1.0.2
25972026-07-02T20:51:10.971Z Compiling nodrop v0.1.14
25982026-07-02T20:51:11.068Z Compiling glob v0.3.3
25992026-07-02T20:51:11.103Z Compiling array-init v0.0.4
26002026-07-02T20:51:11.126Z Compiling bitfield v0.19.4
26012026-07-02T20:51:11.424Z Compiling clang-sys v1.8.1
26022026-07-02T20:51:11.488Z Compiling proc-macro-error2 v2.0.1
26032026-07-02T20:51:11.491Z Compiling dirs-next v2.0.0
26042026-07-02T20:51:11.683Z Compiling r2d2 v0.8.10
26052026-07-02T20:51:11.796Z Compiling smallvec v0.6.14
26062026-07-02T20:51:11.978Z Compiling num-derive v0.3.3
26072026-07-02T20:51:12.066Z Compiling downcast-rs v2.0.2
26082026-07-02T20:51:12.158Z Compiling tiny-keccak v2.0.2
26092026-07-02T20:51:12.203Z Compiling hashbrown v0.12.3
26102026-07-02T20:51:12.422Z Compiling serde-hex v0.1.0
26112026-07-02T20:51:12.490Z Compiling tabled_derive v0.11.0
26122026-07-02T20:51:12.763Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26132026-07-02T20:51:12.795Z Compiling term v0.7.0
26142026-07-02T20:51:12.920Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26152026-07-02T20:51:12.941Z Compiling libscf-sys v1.1.0
26162026-07-02T20:51:13.104Z Compiling ron v0.8.1
26172026-07-02T20:51:13.126Z Compiling papergrid v0.17.0
26182026-07-02T20:51:13.150Z Compiling testing_table v0.3.0
26192026-07-02T20:51:13.258Z Compiling hashbrown v0.13.2
26202026-07-02T20:51:13.311Z Compiling crc-any v2.5.0
26212026-07-02T20:51:13.540Z Compiling bit-vec v0.6.3
26222026-07-02T20:51:13.586Z Compiling ascii-canvas v3.0.0
26232026-07-02T20:51:13.726Z Compiling bit-set v0.5.3
26242026-07-02T20:51:13.783Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26252026-07-02T20:51:13.844Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26262026-07-02T20:51:13.870Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26272026-07-02T20:51:13.910Z Compiling object v0.30.4
26282026-07-02T20:51:14.517Z Compiling tabled v0.20.0
26292026-07-02T20:51:14.621Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26302026-07-02T20:51:14.783Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26312026-07-02T20:51:15.161Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26322026-07-02T20:51:15.489Z Compiling progenitor-impl v0.13.0
26332026-07-02T20:51:15.637Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26342026-07-02T20:51:15.784Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26352026-07-02T20:51:15.816Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26362026-07-02T20:51:15.943Z Compiling itertools v0.10.5
26372026-07-02T20:51:16.002Z Compiling ena v0.14.4
26382026-07-02T20:51:16.068Z Compiling libloading v0.8.9
26392026-07-02T20:51:16.250Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26402026-07-02T20:51:16.272Z Compiling diesel v2.3.7
26412026-07-02T20:51:16.305Z Compiling bindgen v0.71.1
26422026-07-02T20:51:16.514Z Compiling xshell-macros v0.2.7
26432026-07-02T20:51:16.617Z Compiling regex-syntax v0.6.29
26442026-07-02T20:51:16.919Z Compiling path-slash v0.1.5
26452026-07-02T20:51:17.065Z Compiling diff v0.1.13
26462026-07-02T20:51:17.121Z Compiling unicase v2.9.0
26472026-07-02T20:51:17.267Z Compiling xshell v0.2.7
26482026-07-02T20:51:17.331Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26492026-07-02T20:51:17.457Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26502026-07-02T20:51:17.630Z Compiling progenitor-macro v0.13.0
26512026-07-02T20:51:18.523Z Compiling lalrpop v0.19.12
26522026-07-02T20:51:18.828Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26532026-07-02T20:51:19.610Z Compiling cexpr v0.6.0
26542026-07-02T20:51:20.422Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26552026-07-02T20:51:20.543Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26562026-07-02T20:51:21.020Z Compiling progenitor-client v0.13.0
26572026-07-02T20:51:21.565Z Compiling rustc-hash v2.1.1
26582026-07-02T20:51:21.616Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26592026-07-02T20:51:21.668Z Compiling progenitor v0.13.0
26602026-07-02T20:51:21.964Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26612026-07-02T20:51:22.400Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26622026-07-02T20:51:22.823Z Compiling headers-core v0.3.0
26632026-07-02T20:51:22.875Z Compiling libxml v0.3.3
26642026-07-02T20:51:22.978Z Compiling crc8 v0.1.1
26652026-07-02T20:51:23.015Z Compiling headers v0.4.1
26662026-07-02T20:51:23.129Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26672026-07-02T20:51:23.190Z Compiling strum_macros v0.24.3
26682026-07-02T20:51:23.198Z Compiling indoc v1.0.9
26692026-07-02T20:51:23.400Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26702026-07-02T20:51:23.571Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26712026-07-02T20:51:23.641Z Compiling git-stub v1.0.0
26722026-07-02T20:51:23.859Z Compiling derive_builder v0.20.2
26732026-07-02T20:51:23.932Z Compiling oso-derive v0.27.3
26742026-07-02T20:51:23.965Z Compiling quick-xml v0.37.5
26752026-07-02T20:51:24.283Z Compiling impl-trait-for-tuples v0.2.3
26762026-07-02T20:51:24.459Z Compiling openssl-probe v0.1.6
26772026-07-02T20:51:24.494Z Compiling git-stub-vcs v0.1.0
26782026-07-02T20:51:24.645Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26792026-07-02T20:51:24.750Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26802026-07-02T20:51:24.842Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26812026-07-02T20:51:25.076Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26822026-07-02T20:51:25.148Z Compiling bb8 v0.8.6
26832026-07-02T20:51:25.371Z Compiling trait-variant v0.1.2
26842026-07-02T20:51:25.530Z Compiling half v1.8.3
26852026-07-02T20:51:25.588Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26862026-07-02T20:51:25.823Z Compiling serde_cbor v0.11.2
26872026-07-02T20:51:25.949Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26882026-07-02T20:51:25.999Z Compiling polar-core v0.27.3
26892026-07-02T20:51:26.029Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26902026-07-02T20:51:26.293Z Compiling samael v0.0.19
26912026-07-02T20:51:26.477Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26922026-07-02T20:51:26.713Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26932026-07-02T20:51:26.833Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26942026-07-02T20:51:26.983Z Compiling nonempty v0.12.0
26952026-07-02T20:51:27.045Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26962026-07-02T20:51:27.215Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26972026-07-02T20:51:27.344Z Compiling fxhash v0.2.1
26982026-07-02T20:51:27.518Z Compiling libz-sys v1.1.24
26992026-07-02T20:51:27.805Z Compiling salty v0.3.0
27002026-07-02T20:51:28.139Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27012026-07-02T20:51:28.210Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27022026-07-02T20:51:28.303Z Compiling kstat-rs v0.2.4
27032026-07-02T20:51:28.577Z Compiling arc-swap v1.8.2
27042026-07-02T20:51:28.766Z Compiling fs-err v2.11.0
27052026-07-02T20:51:29.188Z Compiling slog-scope v4.4.1
27062026-07-02T20:51:29.210Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27072026-07-02T20:51:29.232Z Compiling mime_guess v2.0.5
27082026-07-02T20:51:29.543Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27092026-07-02T20:51:29.773Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27102026-07-02T20:51:30.261Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27112026-07-02T20:51:30.399Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27122026-07-02T20:51:30.784Z Compiling rfc6979 v0.4.0
27132026-07-02T20:51:30.854Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27142026-07-02T20:51:30.965Z Compiling nanorand v0.7.0
27152026-07-02T20:51:31.331Z Compiling darling_core v0.23.0
27162026-07-02T20:51:31.354Z Compiling libgit2-sys v0.18.3+1.9.2
27172026-07-02T20:51:31.570Z Compiling parking_lot_core v0.8.6
27182026-07-02T20:51:31.893Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27192026-07-02T20:51:32.029Z Compiling flume v0.11.1
27202026-07-02T20:51:32.426Z Compiling ecdsa v0.16.9
27212026-07-02T20:51:32.857Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27222026-07-02T20:51:33.107Z Compiling slog-stdlog v4.1.1
27232026-07-02T20:51:33.527Z Compiling darling_macro v0.23.0
27242026-07-02T20:51:33.796Z Compiling diesel-dtrace v0.5.0
27252026-07-02T20:51:33.823Z Compiling async-bb8-diesel v0.2.1
27262026-07-02T20:51:34.091Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27272026-07-02T20:51:34.114Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27282026-07-02T20:51:34.167Z Compiling primeorder v0.13.6
27292026-07-02T20:51:34.264Z Compiling atty v0.2.14
27302026-07-02T20:51:34.414Z Compiling strsim v0.10.0
27312026-07-02T20:51:34.486Z Compiling parse-size v1.1.0
27322026-07-02T20:51:34.707Z Compiling http-range v0.1.5
27332026-07-02T20:51:34.743Z Compiling instability v0.3.11
27342026-07-02T20:51:35.005Z Compiling oso v0.27.3
27352026-07-02T20:51:35.050Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27362026-07-02T20:51:35.362Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27372026-07-02T20:51:35.407Z Compiling darling_core v0.13.4
27382026-07-02T20:51:37.008Z Compiling p384 v0.13.1
27392026-07-02T20:51:37.104Z Compiling darling v0.23.0
27402026-07-02T20:51:37.223Z Compiling slog-envlogger v2.2.0
27412026-07-02T20:51:38.380Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27422026-07-02T20:51:39.563Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27432026-07-02T20:51:39.707Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27442026-07-02T20:51:41.340Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27452026-07-02T20:51:41.567Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27462026-07-02T20:51:42.325Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27472026-07-02T20:51:42.377Z Compiling ignore v0.4.25
27482026-07-02T20:51:42.377Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27492026-07-02T20:51:42.861Z Compiling castaway v0.2.4
27502026-07-02T20:51:42.998Z Compiling vergen-git2 v9.1.0
27512026-07-02T20:51:43.030Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27522026-07-02T20:51:43.261Z Compiling indoc v2.0.7
27532026-07-02T20:51:43.382Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-07-02T20:51:43.775Z Compiling compact_str v0.8.1
27552026-07-02T20:51:44.486Z Compiling globwalk v0.9.1
27562026-07-02T20:51:44.713Z Compiling parking_lot v0.11.2
27572026-07-02T20:51:44.898Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27582026-07-02T20:51:45.088Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27592026-07-02T20:51:45.235Z Compiling hyper-staticfile v0.10.1
27602026-07-02T20:51:45.539Z Compiling darling_macro v0.13.4
27612026-07-02T20:51:50.268Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27622026-07-02T20:51:50.361Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27632026-07-02T20:51:50.361Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27642026-07-02T20:51:50.361Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27652026-07-02T20:51:50.361Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27662026-07-02T20:51:50.361Z Compiling predicates-tree v1.0.13
27672026-07-02T20:51:50.361Z Compiling unicode-truncate v1.1.0
27682026-07-02T20:51:50.361Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27692026-07-02T20:51:50.361Z Compiling lru v0.12.5
27702026-07-02T20:51:50.361Z Compiling rand_seeder v0.4.0
27712026-07-02T20:51:50.361Z Compiling prefix-trie v0.7.0
27722026-07-02T20:51:50.362Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27732026-07-02T20:51:50.362Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27742026-07-02T20:51:50.362Z Compiling corncobs v0.1.4
27752026-07-02T20:51:50.362Z Compiling cassowary v0.3.0
27762026-07-02T20:51:50.362Z Compiling illumos-nvpair-sys v0.2.0
27772026-07-02T20:51:50.362Z Compiling hickory-server v0.25.2
27782026-07-02T20:51:50.362Z Compiling ratatui v0.29.0
27792026-07-02T20:51:50.362Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27802026-07-02T20:51:50.362Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27812026-07-02T20:51:50.362Z Compiling camino-tempfile-ext v0.3.3
27822026-07-02T20:51:50.362Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-07-02T20:51:50.362Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27842026-07-02T20:51:50.362Z Compiling darling v0.13.4
27852026-07-02T20:51:50.362Z Compiling sled v0.34.7
27862026-07-02T20:51:50.362Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27872026-07-02T20:51:50.588Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27882026-07-02T20:51:50.588Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27892026-07-02T20:51:51.024Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27902026-07-02T20:51:51.490Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27912026-07-02T20:51:51.723Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27922026-07-02T20:51:51.951Z Compiling secrecy v0.8.0
27932026-07-02T20:51:51.975Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27942026-07-02T20:51:52.255Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27952026-07-02T20:51:52.541Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27962026-07-02T20:51:53.021Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27972026-07-02T20:51:53.046Z Compiling serde_with_macros v1.5.2
27982026-07-02T20:51:53.871Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27992026-07-02T20:51:54.816Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28002026-07-02T20:51:55.128Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28012026-07-02T20:51:55.151Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28022026-07-02T20:51:55.437Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28032026-07-02T20:51:55.628Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28042026-07-02T20:51:55.864Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28052026-07-02T20:51:55.934Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28062026-07-02T20:51:56.110Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28072026-07-02T20:51:56.177Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28082026-07-02T20:51:56.346Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28092026-07-02T20:51:56.372Z Compiling void v1.0.2
28102026-07-02T20:51:56.518Z Compiling lzss v0.8.2
28112026-07-02T20:51:56.897Z Compiling illumos-nvpair v0.3.0
28122026-07-02T20:51:57.017Z Compiling git2 v0.20.4
28132026-07-02T20:51:57.396Z Compiling serde_with v1.14.0
28142026-07-02T20:51:57.452Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28152026-07-02T20:51:57.854Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28162026-07-02T20:51:58.561Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28172026-07-02T20:51:58.653Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28182026-07-02T20:52:00.116Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28192026-07-02T20:52:00.174Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28202026-07-02T20:52:00.670Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28212026-07-02T20:52:01.721Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28222026-07-02T20:52:02.059Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28232026-07-02T20:52:02.299Z Compiling tungstenite v0.23.0
28242026-07-02T20:52:02.434Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28252026-07-02T20:52:02.618Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28262026-07-02T20:52:03.124Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28272026-07-02T20:52:03.365Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28282026-07-02T20:52:03.611Z Compiling nix v0.27.1
28292026-07-02T20:52:04.499Z Compiling twox-hash v2.1.2
28302026-07-02T20:52:04.649Z Compiling serde_bytes v0.11.19
28312026-07-02T20:52:04.757Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28322026-07-02T20:52:04.778Z Compiling tokio-tungstenite v0.23.1
28332026-07-02T20:52:04.799Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28342026-07-02T20:52:04.949Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28352026-07-02T20:52:05.013Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28362026-07-02T20:52:05.050Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28372026-07-02T20:52:05.150Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28382026-07-02T20:52:06.543Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28392026-07-02T20:52:07.176Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28402026-07-02T20:52:08.556Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28412026-07-02T20:52:08.967Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28422026-07-02T20:52:09.177Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28432026-07-02T20:52:09.423Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28442026-07-02T20:52:09.465Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28452026-07-02T20:52:09.995Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28462026-07-02T20:52:10.028Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28472026-07-02T20:52:10.223Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28482026-07-02T20:52:10.529Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28492026-07-02T20:52:11.127Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28502026-07-02T20:52:11.730Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28512026-07-02T20:52:13.313Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28522026-07-02T20:52:13.870Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28532026-07-02T20:52:14.267Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28542026-07-02T20:52:15.782Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28552026-07-02T20:52:15.993Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28562026-07-02T20:52:16.378Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28572026-07-02T20:52:16.594Z Compiling fatfs v0.3.6
28582026-07-02T20:52:16.940Z Compiling signal-hook-tokio v0.3.1
28592026-07-02T20:52:16.979Z Compiling yasna v0.5.2
28602026-07-02T20:52:17.141Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28612026-07-02T20:52:17.512Z Compiling seq-macro v0.3.6
28622026-07-02T20:52:17.527Z Compiling assert_matches v1.5.0
28632026-07-02T20:52:17.620Z Compiling is_ci v1.2.0
28642026-07-02T20:52:17.839Z Compiling supports-color v3.0.2
28652026-07-02T20:52:17.864Z Compiling rcgen v0.12.1
28662026-07-02T20:52:17.968Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28672026-07-02T20:52:18.481Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28682026-07-02T20:52:18.641Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28692026-07-02T20:52:20.980Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28702026-07-02T20:52:21.222Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28712026-07-02T20:52:21.473Z Compiling subprocess v0.2.15
28722026-07-02T20:52:22.333Z Compiling rtoolbox v0.0.3
28732026-07-02T20:52:22.412Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28742026-07-02T20:52:22.548Z Compiling rpassword v7.4.0
28752026-07-02T20:52:22.689Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28762026-07-02T20:52:22.830Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28772026-07-02T20:52:23.737Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28782026-07-02T20:52:25.785Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28792026-07-02T20:52:25.923Z Compiling tui-tree-widget v0.23.1
28802026-07-02T20:52:26.230Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28812026-07-02T20:52:26.278Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28822026-07-02T20:52:26.303Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28832026-07-02T20:52:26.550Z Compiling uzers v0.12.2
28842026-07-02T20:52:26.590Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28852026-07-02T20:52:27.664Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28862026-07-02T20:52:27.984Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28872026-07-02T20:52:30.682Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28882026-07-02T20:52:31.072Z Compiling support-bundle-viewer v0.1.2
28892026-07-02T20:52:31.670Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28902026-07-02T20:52:32.946Z Compiling multimap v0.10.1
28912026-07-02T20:52:44.840Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28922026-07-02T20:52:49.354Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28932026-07-02T20:52:54.185Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28942026-07-02T20:52:55.096Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28952026-07-02T20:52:55.469Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28962026-07-02T20:59:57.442Z Finished `release` profile [optimized] target(s) in 9m 10s
28972026-07-02T21:00:44.208Z
28982026-07-02T21:00:44.208Zreal 9:58.741577568
28992026-07-02T21:00:44.212Zuser 1:19:39.522786430
29002026-07-02T21:00:44.212Zsys 3:30.347522107
29012026-07-02T21:00:44.214Ztrap 1.752030827
29022026-07-02T21:00:44.214Ztflt 2.285095016
29032026-07-02T21:00:44.214Zdflt 17.782757112
29042026-07-02T21:00:44.214Zkflt 0.032048882
29052026-07-02T21:00:44.214Zlock 7:05:51.577009980
29062026-07-02T21:00:44.214Zslp 2:14:21.965672415
29072026-07-02T21:00:44.214Zlat 2:20.123046555
29082026-07-02T21:00:44.214Zstop 5:09.549609425
29092026-07-02T21:00:44.214Z+ mapfile -t packages
29102026-07-02T21:00:44.214Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29112026-07-02T21:00:45.102Z Finished `release` profile [optimized] target(s) in 0.88s
29122026-07-02T21:00:45.169Z Running `target/release/omicron-package -t test list-outputs`
29132026-07-02T21:00:45.226ZLogging to: /work/oxidecomputer/omicron/out/LOG
29142026-07-02T21:00:45.230Z+ ptime -m cargo build --locked --release -p xtask
29152026-07-02T21:00:45.692Z Compiling libc v0.2.185
29162026-07-02T21:00:45.692Z Compiling serde_core v1.0.228
29172026-07-02T21:00:45.695Z Compiling serde v1.0.228
29182026-07-02T21:00:45.695Z Compiling rustix v1.1.3
29192026-07-02T21:00:45.695Z Compiling serde_json v1.0.150
29202026-07-02T21:00:45.695Z Compiling bitflags v2.11.0
29212026-07-02T21:00:45.846Z Compiling usdt-impl v0.5.0
29222026-07-02T21:00:45.848Z Compiling syn v2.0.117
29232026-07-02T21:00:45.867Z Compiling syn v1.0.109
29242026-07-02T21:00:45.881Z Compiling getrandom v0.4.1
29252026-07-02T21:00:45.882Z Compiling log v0.4.29
29262026-07-02T21:00:45.885Z Compiling indexmap v2.14.0
29272026-07-02T21:00:45.916Z Compiling fs-err v3.3.0
29282026-07-02T21:00:46.116Z Compiling heck v0.4.1
29292026-07-02T21:00:46.188Z Compiling once_cell v1.21.3
29302026-07-02T21:00:46.223Z Compiling anyhow v1.0.102
29312026-07-02T21:00:47.590Z Compiling errno v0.3.14
29322026-07-02T21:00:47.595Z Compiling thread-id v4.2.2
29332026-07-02T21:00:47.596Z Compiling memmap v0.7.0
29342026-07-02T21:00:47.597Z Compiling proc-macro-error v1.0.4
29352026-07-02T21:00:47.597Z Compiling terminal_size v0.4.3
29362026-07-02T21:00:47.597Z Compiling tempfile v3.25.0
29372026-07-02T21:00:47.600Z Compiling tabled_derive v0.7.0
29382026-07-02T21:00:47.675Z Compiling clap_builder v4.6.0
29392026-07-02T21:00:47.675Z Compiling textwrap v0.16.2
29402026-07-02T21:00:47.906Z Compiling camino v1.2.2
29412026-07-02T21:00:47.944Z Compiling cargo-platform v0.3.2
29422026-07-02T21:00:47.948Z Compiling semver v1.0.28
29432026-07-02T21:00:48.035Z Compiling pest_generator v2.8.6
29442026-07-02T21:00:48.219Z Compiling camino-tempfile v1.4.1
29452026-07-02T21:00:48.406Z Compiling tabled v0.15.0
29462026-07-02T21:00:48.597Z Compiling serde_derive v1.0.228
29472026-07-02T21:00:48.597Z Compiling thiserror-impl v1.0.69
29482026-07-02T21:00:48.601Z Compiling zerocopy-derive v0.7.35
29492026-07-02T21:00:48.601Z Compiling pest_derive v2.8.6
29502026-07-02T21:00:48.601Z Compiling scroll_derive v0.12.1
29512026-07-02T21:00:48.601Z Compiling thiserror-impl v2.0.18
29522026-07-02T21:00:48.601Z Compiling clap_derive v4.6.1
29532026-07-02T21:00:49.302Z Compiling scroll v0.12.0
29542026-07-02T21:00:49.459Z Compiling zerocopy v0.7.35
29552026-07-02T21:00:49.584Z Compiling goblin v0.8.2
29562026-07-02T21:00:49.727Z Compiling thiserror v1.0.69
29572026-07-02T21:00:49.851Z Compiling dtrace-parser v0.2.0
29582026-07-02T21:00:50.036Z Compiling thiserror v2.0.18
29592026-07-02T21:00:50.047Z Compiling clap v4.6.1
29602026-07-02T21:00:51.796Z Compiling dof v0.3.0
29612026-07-02T21:00:51.825Z Compiling serde_tokenstream v0.2.3
29622026-07-02T21:00:51.836Z Compiling serde_spanned v0.6.9
29632026-07-02T21:00:51.856Z Compiling toml_datetime v0.6.11
29642026-07-02T21:00:51.882Z Compiling macaddr v1.0.1
29652026-07-02T21:00:52.003Z Compiling cargo_metadata v0.23.1
29662026-07-02T21:00:52.025Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29672026-07-02T21:00:52.070Z Compiling toml_edit v0.22.27
29682026-07-02T21:00:52.492Z Compiling usdt-attr-macro v0.5.0
29692026-07-02T21:00:52.492Z Compiling usdt-macro v0.5.0
29702026-07-02T21:00:53.162Z Compiling usdt v0.5.0
29712026-07-02T21:00:53.582Z Compiling toml v0.8.23
29722026-07-02T21:00:54.012Z Compiling cargo_toml v0.21.0
29732026-07-02T21:00:58.488Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29742026-07-02T21:01:01.443Z Finished `release` profile [optimized] target(s) in 16.20s
29752026-07-02T21:01:01.548Z
29762026-07-02T21:01:01.548Zreal 16.284244505
29772026-07-02T21:01:01.548Zuser 2:05.097047336
29782026-07-02T21:01:01.548Zsys 14.128624626
29792026-07-02T21:01:01.548Ztrap 0.068890007
29802026-07-02T21:01:01.548Ztflt 0.580930491
29812026-07-02T21:01:01.551Zdflt 1.580919868
29822026-07-02T21:01:01.552Zkflt 0.000047050
29832026-07-02T21:01:01.552Zlock 4:30.484698822
29842026-07-02T21:01:01.552Zslp 2:43.580209965
29852026-07-02T21:01:01.552Zlat 4.256912570
29862026-07-02T21:01:01.552Zstop 14.991887962
29872026-07-02T21:01:01.552Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29882026-07-02T21:01:01.552Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29892026-07-02T21:01:01.552Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29902026-07-02T21:01:01.552Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29912026-07-02T21:01:01.552Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
29922026-07-02T21:01:02.461Z Compiling progenitor-client v0.14.0
29932026-07-02T21:01:02.464Z Compiling newtype-uuid-macros v0.1.0
29942026-07-02T21:01:02.465Z Compiling match_cfg v0.1.0
29952026-07-02T21:01:02.465Z Compiling slog-json v2.6.1
29962026-07-02T21:01:02.465Z Compiling structmeta-derive v0.3.0
29972026-07-02T21:01:02.465Z Compiling sha1 v0.11.0
29982026-07-02T21:01:02.622Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29992026-07-02T21:01:02.649Z Compiling multer v3.1.0
30002026-07-02T21:01:02.652Z Compiling compression-core v0.4.31
30012026-07-02T21:01:02.652Z Compiling debug-ignore v1.0.5
30022026-07-02T21:01:02.652Z Compiling atomicwrites v0.4.4
30032026-07-02T21:01:02.652Z Compiling itertools v0.14.0
30042026-07-02T21:01:02.654Z Compiling async-stream-impl v0.3.6
30052026-07-02T21:01:02.654Z Compiling toml_datetime v1.1.1+spec-1.1.0
30062026-07-02T21:01:02.669Z Compiling serde_spanned v1.1.1
30072026-07-02T21:01:02.672Z Compiling dropshot v0.17.1
30082026-07-02T21:01:02.738Z Compiling hostname v0.3.1
30092026-07-02T21:01:02.915Z Compiling toml_writer v1.1.1+spec-1.1.0
30102026-07-02T21:01:02.920Z Compiling waitgroup v0.1.2
30112026-07-02T21:01:02.941Z Compiling compression-codecs v0.4.37
30122026-07-02T21:01:02.961Z Compiling rustls-pemfile v2.2.0
30132026-07-02T21:01:02.996Z Compiling dropshot_endpoint v0.17.1
30142026-07-02T21:01:02.996Z Compiling serde_path_to_error v0.1.20
30152026-07-02T21:01:03.035Z Compiling hostname v0.4.2
30162026-07-02T21:01:03.055Z Compiling slog-bunyan v2.5.0
30172026-07-02T21:01:03.058Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30182026-07-02T21:01:03.092Z Compiling toml v1.1.2+spec-1.1.0
30192026-07-02T21:01:03.126Z Compiling macaddr v1.0.1
30202026-07-02T21:01:03.145Z Compiling async-compression v0.4.41
30212026-07-02T21:01:03.184Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30222026-07-02T21:01:03.218Z Compiling instant v0.1.13
30232026-07-02T21:01:03.225Z Compiling regress v0.10.5
30242026-07-02T21:01:03.250Z Compiling backon v1.6.0
30252026-07-02T21:01:03.286Z Compiling humantime v2.3.0
30262026-07-02T21:01:03.349Z Compiling backoff v0.4.0
30272026-07-02T21:01:03.370Z Compiling regress v0.11.1
30282026-07-02T21:01:03.370Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30292026-07-02T21:01:03.406Z Compiling half v2.7.1
30302026-07-02T21:01:03.426Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30312026-07-02T21:01:03.442Z Compiling async-stream v0.3.6
30322026-07-02T21:01:03.478Z Compiling progenitor-extras v0.2.0
30332026-07-02T21:01:03.496Z Compiling ciborium-io v0.2.2
30342026-07-02T21:01:03.567Z Compiling crucible-workspace-hack v0.1.0
30352026-07-02T21:01:03.592Z Compiling convert_case v0.4.0
30362026-07-02T21:01:03.617Z Compiling secrecy v0.10.3
30372026-07-02T21:01:03.649Z Compiling unsafe-libyaml v0.2.11
30382026-07-02T21:01:03.665Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30392026-07-02T21:01:03.681Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30402026-07-02T21:01:03.741Z Compiling ciborium-ll v0.2.2
30412026-07-02T21:01:03.759Z Compiling structmeta v0.3.0
30422026-07-02T21:01:03.762Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30432026-07-02T21:01:03.814Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30442026-07-02T21:01:03.852Z Compiling inout v0.1.4
30452026-07-02T21:01:03.872Z Compiling thiserror-impl-no-std v2.0.2
30462026-07-02T21:01:03.929Z Compiling ciborium v0.2.2
30472026-07-02T21:01:03.984Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30482026-07-02T21:01:04.001Z Compiling derive_more v0.99.20
30492026-07-02T21:01:04.019Z Compiling derive-ex v0.1.8
30502026-07-02T21:01:04.042Z Compiling parse-display-derive v0.10.0
30512026-07-02T21:01:04.063Z Compiling cipher v0.4.4
30522026-07-02T21:01:04.081Z Compiling universal-hash v0.5.1
30532026-07-02T21:01:04.099Z Compiling opaque-debug v0.3.1
30542026-07-02T21:01:04.116Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30552026-07-02T21:01:04.133Z Compiling byte-wrapper v0.1.0
30562026-07-02T21:01:04.186Z Compiling blake2 v0.10.6
30572026-07-02T21:01:04.233Z Compiling serde_yaml v0.9.34+deprecated
30582026-07-02T21:01:04.352Z Compiling chacha20 v0.9.1
30592026-07-02T21:01:04.432Z Compiling poly1305 v0.8.0
30602026-07-02T21:01:04.435Z Compiling aead v0.5.2
30612026-07-02T21:01:04.500Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30622026-07-02T21:01:04.533Z Compiling password-hash v0.5.0
30632026-07-02T21:01:04.625Z Compiling toml_datetime v0.7.5+spec-1.1.0
30642026-07-02T21:01:04.666Z Compiling indent_write v2.2.0
30652026-07-02T21:01:04.690Z Compiling heapless v0.8.0
30662026-07-02T21:01:04.806Z Compiling argon2 v0.5.3
30672026-07-02T21:01:04.843Z Compiling toml_edit v0.23.10+spec-1.0.0
30682026-07-02T21:01:04.926Z Compiling chacha20poly1305 v0.10.1
30692026-07-02T21:01:04.975Z Compiling ingot-macros v0.1.1
30702026-07-02T21:01:05.048Z Compiling typify-impl v0.6.2
30712026-07-02T21:01:05.163Z Compiling thiserror-no-std v2.0.2
30722026-07-02T21:01:05.248Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30732026-07-02T21:01:05.279Z Compiling vsss-rs v3.3.4
30742026-07-02T21:01:05.308Z Compiling tabwriter v1.4.1
30752026-07-02T21:01:05.549Z Compiling proc-macro-crate v3.4.0
30762026-07-02T21:01:05.577Z Compiling hash32 v0.3.1
30772026-07-02T21:01:05.768Z Compiling smoltcp v0.11.0
30782026-07-02T21:01:05.798Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30792026-07-02T21:01:05.817Z Compiling test-strategy v0.4.5
30802026-07-02T21:01:05.846Z Compiling parse-display v0.10.0
30812026-07-02T21:01:06.024Z Compiling cobs v0.3.0
30822026-07-02T21:01:06.083Z Compiling colored v3.1.1
30832026-07-02T21:01:06.143Z Compiling num_enum_derive v0.7.6
30842026-07-02T21:01:06.175Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30852026-07-02T21:01:06.218Z Compiling postcard v1.1.3
30862026-07-02T21:01:06.251Z Compiling proc-macro-error v1.0.4
30872026-07-02T21:01:06.403Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30882026-07-02T21:01:06.502Z Compiling proc-macro-crate v1.3.1
30892026-07-02T21:01:06.519Z Compiling rand v0.10.1
30902026-07-02T21:01:06.541Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30912026-07-02T21:01:06.590Z Compiling foreign-types-macros v0.2.3
30922026-07-02T21:01:06.608Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30932026-07-02T21:01:06.628Z Compiling foreign-types-shared v0.3.1
30942026-07-02T21:01:06.714Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30952026-07-02T21:01:06.733Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30962026-07-02T21:01:06.763Z Compiling rayon-core v1.13.0
30972026-07-02T21:01:06.939Z Compiling crossbeam-deque v0.8.6
30982026-07-02T21:01:06.960Z Compiling num_enum_derive v0.5.11
30992026-07-02T21:01:07.013Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31002026-07-02T21:01:07.034Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31012026-07-02T21:01:07.051Z Compiling cstr-argument v0.1.2
31022026-07-02T21:01:07.106Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31032026-07-02T21:01:07.248Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31042026-07-02T21:01:07.335Z Compiling foreign-types v0.5.0
31052026-07-02T21:01:07.519Z Compiling num_enum v0.7.6
31062026-07-02T21:01:07.523Z Compiling zone_cfg_derive v0.3.1
31072026-07-02T21:01:07.523Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31082026-07-02T21:01:07.523Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31092026-07-02T21:01:07.523Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31102026-07-02T21:01:07.523Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31112026-07-02T21:01:07.607Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31122026-07-02T21:01:07.623Z Compiling rayon v1.11.0
31132026-07-02T21:01:07.630Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31142026-07-02T21:01:07.683Z Compiling itertools v0.12.1
31152026-07-02T21:01:07.686Z Compiling num-derive v0.4.2
31162026-07-02T21:01:07.715Z Compiling sigpipe v0.1.3
31172026-07-02T21:01:07.830Z Compiling glob v0.3.3
31182026-07-02T21:01:07.855Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31192026-07-02T21:01:07.873Z Compiling cpubits v0.1.1
31202026-07-02T21:01:07.877Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31212026-07-02T21:01:07.981Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31222026-07-02T21:01:07.998Z Compiling ingot-types v0.1.2
31232026-07-02T21:01:08.023Z Compiling smf v0.2.3
31242026-07-02T21:01:08.078Z Compiling num_enum v0.5.11
31252026-07-02T21:01:08.114Z Compiling whoami v1.6.1
31262026-07-02T21:01:08.135Z Compiling usdt-macro v0.5.0
31272026-07-02T21:01:08.150Z Compiling usdt-attr-macro v0.5.0
31282026-07-02T21:01:08.223Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31292026-07-02T21:01:08.258Z Compiling gethostname v0.5.0
31302026-07-02T21:01:08.308Z Compiling num-rational v0.4.2
31312026-07-02T21:01:08.409Z Compiling ingot v0.1.1
31322026-07-02T21:01:08.454Z Compiling pem-rfc7468 v1.0.0
31332026-07-02T21:01:08.571Z Compiling num-complex v0.4.6
31342026-07-02T21:01:08.571Z Compiling memmap v0.7.0
31352026-07-02T21:01:08.702Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31362026-07-02T21:01:08.719Z Compiling derive-where v1.6.0
31372026-07-02T21:01:08.786Z Compiling float-ord v0.3.2
31382026-07-02T21:01:08.808Z Compiling toml v0.8.23
31392026-07-02T21:01:08.933Z Compiling zone v0.3.1
31402026-07-02T21:01:08.937Z Compiling num v0.4.3
31412026-07-02T21:01:08.968Z Compiling hmac v0.13.0
31422026-07-02T21:01:08.987Z Compiling universal-hash v0.6.1
31432026-07-02T21:01:09.006Z Compiling resolv-conf v0.7.6
31442026-07-02T21:01:09.031Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31452026-07-02T21:01:09.049Z Compiling usdt v0.5.0
31462026-07-02T21:01:09.121Z Compiling cancel-safe-futures v0.1.5
31472026-07-02T21:01:09.148Z Compiling owo-colors v4.3.0
31482026-07-02T21:01:09.182Z Compiling polyval v0.7.1
31492026-07-02T21:01:09.198Z Compiling der v0.8.0
31502026-07-02T21:01:09.246Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31512026-07-02T21:01:09.358Z Compiling libsw-core v0.3.2
31522026-07-02T21:01:09.384Z Compiling prettyplease v0.2.37
31532026-07-02T21:01:09.418Z Compiling ghash v0.6.0
31542026-07-02T21:01:09.451Z Compiling pbkdf2 v0.13.0
31552026-07-02T21:01:09.471Z Compiling aes v0.9.1
31562026-07-02T21:01:09.558Z Compiling libsw v3.5.0
31572026-07-02T21:01:09.578Z Compiling console v0.15.11
31582026-07-02T21:01:09.613Z Compiling hickory-proto v0.24.4
31592026-07-02T21:01:09.683Z Compiling newline-converter v0.3.0
31602026-07-02T21:01:09.687Z Compiling typify-macro v0.6.2
31612026-07-02T21:01:09.720Z Compiling ctr v0.10.1
31622026-07-02T21:01:09.791Z Compiling aead v0.6.1
31632026-07-02T21:01:09.847Z Compiling sha2 v0.11.0
31642026-07-02T21:01:09.888Z Compiling libefi-sys v0.1.0
31652026-07-02T21:01:09.905Z Compiling linear-map v1.2.0
31662026-07-02T21:01:10.026Z Compiling linked-hash-map v0.5.6
31672026-07-02T21:01:10.030Z Compiling aes-gcm v0.11.0
31682026-07-02T21:01:10.119Z Compiling expectorate v1.2.0
31692026-07-02T21:01:10.161Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31702026-07-02T21:01:10.178Z Compiling spki v0.8.0
31712026-07-02T21:01:10.240Z Compiling lru-cache v0.1.2
31722026-07-02T21:01:10.278Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31732026-07-02T21:01:10.316Z Compiling crypto-bigint v0.7.5
31742026-07-02T21:01:10.356Z Compiling git-stub v1.0.0
31752026-07-02T21:01:10.402Z Compiling cbc v0.2.1
31762026-07-02T21:01:10.419Z Compiling salsa20 v0.11.0
31772026-07-02T21:01:10.437Z Compiling bitfield-struct v0.6.2
31782026-07-02T21:01:10.567Z Compiling nom v8.0.0
31792026-07-02T21:01:10.590Z Compiling semver v0.1.20
31802026-07-02T21:01:10.607Z Compiling git-stub-vcs v0.1.0
31812026-07-02T21:01:10.654Z Compiling scrypt v0.12.0
31822026-07-02T21:01:10.657Z Compiling tokio-dtrace v0.1.1
31832026-07-02T21:01:10.852Z Compiling rustc_version v0.1.7
31842026-07-02T21:01:10.927Z Compiling dropshot-api-manager-types v0.7.2
31852026-07-02T21:01:10.980Z Compiling slog-dtrace v0.3.0
31862026-07-02T21:01:10.997Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31872026-07-02T21:01:11.014Z Compiling minimal-lexical v0.2.1
31882026-07-02T21:01:11.123Z Compiling newtype_derive v0.1.6
31892026-07-02T21:01:11.175Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31902026-07-02T21:01:11.294Z Compiling nom v7.1.3
31912026-07-02T21:01:11.315Z Compiling oxide-tokio-rt v0.1.4
31922026-07-02T21:01:11.321Z Compiling pkcs5 v0.8.1
31932026-07-02T21:01:11.346Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31942026-07-02T21:01:11.374Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31952026-07-02T21:01:11.498Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31962026-07-02T21:01:11.513Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31972026-07-02T21:01:11.582Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31982026-07-02T21:01:11.604Z Compiling typify v0.6.2
31992026-07-02T21:01:11.623Z Compiling phf_shared v0.12.1
32002026-07-02T21:01:11.654Z Compiling csv-core v0.1.13
32012026-07-02T21:01:11.745Z Compiling progenitor-impl v0.14.0
32022026-07-02T21:01:11.782Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32032026-07-02T21:01:11.825Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32042026-07-02T21:01:11.906Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32052026-07-02T21:01:11.931Z Compiling hickory-resolver v0.24.4
32062026-07-02T21:01:11.947Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32072026-07-02T21:01:12.002Z Compiling unicode-xid v0.2.6
32082026-07-02T21:01:12.044Z Compiling highway v1.3.0
32092026-07-02T21:01:12.166Z Compiling chrono-tz v0.10.4
32102026-07-02T21:01:12.182Z Compiling xshell-macros v0.2.7
32112026-07-02T21:01:12.423Z Compiling const_format_proc_macros v0.2.34
32122026-07-02T21:01:12.454Z Compiling csv v1.4.0
32132026-07-02T21:01:12.656Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32142026-07-02T21:01:12.748Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32152026-07-02T21:01:12.856Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32162026-07-02T21:01:12.946Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32172026-07-02T21:01:12.968Z Compiling xshell v0.2.7
32182026-07-02T21:01:13.002Z Compiling qorb v0.4.1
32192026-07-02T21:01:13.056Z Compiling phf v0.12.1
32202026-07-02T21:01:13.247Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32212026-07-02T21:01:13.339Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32222026-07-02T21:01:13.398Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32232026-07-02T21:01:13.466Z Compiling pkcs8 v0.11.0
32242026-07-02T21:01:13.555Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32252026-07-02T21:01:13.670Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32262026-07-02T21:01:13.790Z Compiling const_format v0.2.35
32272026-07-02T21:01:13.824Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32282026-07-02T21:01:13.869Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32292026-07-02T21:01:13.885Z Compiling tabled_derive v0.7.0
32302026-07-02T21:01:13.982Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32312026-07-02T21:01:14.135Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32322026-07-02T21:01:14.188Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32332026-07-02T21:01:14.207Z Compiling bcs v0.1.6
32342026-07-02T21:01:14.454Z Compiling progenitor-macro v0.14.0
32352026-07-02T21:01:14.558Z Compiling ff v0.14.0
32362026-07-02T21:01:14.658Z Compiling tagptr v0.2.0
32372026-07-02T21:01:14.737Z Compiling salty v0.3.0
32382026-07-02T21:01:14.786Z Compiling termtree v0.5.1
32392026-07-02T21:01:14.884Z Compiling textwrap v0.16.2
32402026-07-02T21:01:14.947Z Compiling tabled v0.15.0
32412026-07-02T21:01:15.009Z Compiling moka v0.12.13
32422026-07-02T21:01:15.063Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32432026-07-02T21:01:15.117Z Compiling steno v0.4.1
32442026-07-02T21:01:15.138Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32452026-07-02T21:01:15.156Z Compiling sha1 v0.10.6
32462026-07-02T21:01:15.308Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32472026-07-02T21:01:15.329Z Compiling signature v3.0.0
32482026-07-02T21:01:15.399Z Compiling base16ct v1.0.0
32492026-07-02T21:01:15.422Z Compiling base64 v0.21.7
32502026-07-02T21:01:15.489Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32512026-07-02T21:01:15.537Z Compiling radium v0.7.0
32522026-07-02T21:01:15.633Z Compiling sec1 v0.8.1
32532026-07-02T21:01:15.782Z Compiling hickory-resolver v0.25.2
32542026-07-02T21:01:15.846Z Compiling group v0.14.0
32552026-07-02T21:01:15.892Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32562026-07-02T21:01:15.942Z Compiling hkdf v0.13.0
32572026-07-02T21:01:15.972Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32582026-07-02T21:01:16.017Z Compiling rfc6979 v0.4.0
32592026-07-02T21:01:16.066Z Compiling tap v1.0.1
32602026-07-02T21:01:16.085Z Compiling maybe-uninit v2.0.0
32612026-07-02T21:01:16.142Z Compiling ecdsa v0.16.9
32622026-07-02T21:01:16.176Z Compiling wyz v0.5.1
32632026-07-02T21:01:16.212Z Compiling elliptic-curve v0.14.0-rc.33
32642026-07-02T21:01:16.453Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32652026-07-02T21:01:16.498Z Compiling primeorder v0.13.6
32662026-07-02T21:01:16.573Z Compiling proc-macro-error-attr2 v2.0.0
32672026-07-02T21:01:16.654Z Compiling packed_struct v0.10.1
32682026-07-02T21:01:16.849Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32692026-07-02T21:01:16.866Z Compiling utf-8 v0.7.6
32702026-07-02T21:01:16.976Z Compiling parking_lot_core v0.8.6
32712026-07-02T21:01:17.018Z Compiling funty v2.0.0
32722026-07-02T21:01:17.103Z Compiling proc-macro-error2 v2.0.1
32732026-07-02T21:01:17.139Z Compiling tungstenite v0.21.0
32742026-07-02T21:01:17.157Z Compiling p384 v0.13.1
32752026-07-02T21:01:17.370Z Compiling bitvec v1.0.1
32762026-07-02T21:01:17.403Z Compiling rfc6979 v0.5.0
32772026-07-02T21:01:17.472Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32782026-07-02T21:01:17.586Z Compiling packed_struct_codegen v0.10.1
32792026-07-02T21:01:17.630Z Compiling num-derive v0.3.3
32802026-07-02T21:01:17.752Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32812026-07-02T21:01:17.770Z Compiling bitfield-macros v0.19.4
32822026-07-02T21:01:17.790Z Compiling zerocopy-derive v0.6.6
32832026-07-02T21:01:17.846Z Compiling indexmap v1.9.3
32842026-07-02T21:01:17.884Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32852026-07-02T21:01:18.022Z Compiling nodrop v0.1.14
32862026-07-02T21:01:18.089Z Compiling crc-catalog v2.4.0
32872026-07-02T21:01:18.136Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32882026-07-02T21:01:18.180Z Compiling crc v3.4.0
32892026-07-02T21:01:18.210Z Compiling array-init v0.0.4
32902026-07-02T21:01:18.308Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32912026-07-02T21:01:18.411Z Compiling tokio-tungstenite v0.21.0
32922026-07-02T21:01:18.427Z Compiling ecdsa v0.17.0-rc.18
32932026-07-02T21:01:18.557Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32942026-07-02T21:01:18.599Z Compiling tabled_derive v0.11.0
32952026-07-02T21:01:18.615Z Compiling bitfield v0.19.4
32962026-07-02T21:01:18.642Z Compiling libscf-sys v1.1.0
32972026-07-02T21:01:18.692Z Compiling smallvec v0.6.14
32982026-07-02T21:01:18.722Z Compiling zerocopy v0.6.6
32992026-07-02T21:01:18.838Z Compiling primeorder v0.14.0-rc.10
33002026-07-02T21:01:18.883Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33012026-07-02T21:01:18.911Z Compiling primefield v0.14.0
33022026-07-02T21:01:18.931Z Compiling progenitor-impl v0.13.0
33032026-07-02T21:01:18.953Z Compiling papergrid v0.17.0
33042026-07-02T21:01:18.999Z Compiling testing_table v0.3.0
33052026-07-02T21:01:19.073Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33062026-07-02T21:01:19.089Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33072026-07-02T21:01:19.171Z Compiling curve25519-dalek v5.0.0-rc.0
33082026-07-02T21:01:19.189Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33092026-07-02T21:01:19.192Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33102026-07-02T21:01:19.267Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33112026-07-02T21:01:19.453Z Compiling corncobs v0.1.4
33122026-07-02T21:01:19.453Z Compiling hashbrown v0.12.3
33132026-07-02T21:01:19.523Z Compiling unicase v2.9.0
33142026-07-02T21:01:19.552Z Compiling illumos-nvpair-sys v0.2.0
33152026-07-02T21:01:19.635Z Compiling progenitor v0.14.0
33162026-07-02T21:01:19.656Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33172026-07-02T21:01:19.765Z Compiling mime_guess v2.0.5
33182026-07-02T21:01:19.821Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33192026-07-02T21:01:19.824Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33202026-07-02T21:01:19.880Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33212026-07-02T21:01:20.008Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33222026-07-02T21:01:20.087Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33232026-07-02T21:01:20.125Z Compiling tabled v0.20.0
33242026-07-02T21:01:20.142Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33252026-07-02T21:01:20.175Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33262026-07-02T21:01:20.360Z Compiling parking_lot v0.11.2
33272026-07-02T21:01:20.391Z Compiling serde-hex v0.1.0
33282026-07-02T21:01:20.407Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33292026-07-02T21:01:20.444Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33302026-07-02T21:01:20.658Z Compiling ron v0.8.1
33312026-07-02T21:01:20.658Z Compiling ssh-encoding v0.3.0-rc.9
33322026-07-02T21:01:20.736Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33332026-07-02T21:01:20.774Z Compiling hashbrown v0.13.2
33342026-07-02T21:01:20.813Z Compiling progenitor-client v0.13.0
33352026-07-02T21:01:21.039Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33362026-07-02T21:01:21.166Z Compiling prefix-trie v0.7.0
33372026-07-02T21:01:21.192Z Compiling fxhash v0.2.1
33382026-07-02T21:01:21.224Z Compiling secrecy v0.8.0
33392026-07-02T21:01:21.320Z Compiling crc-any v2.5.0
33402026-07-02T21:01:21.363Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33412026-07-02T21:01:21.592Z Compiling hickory-server v0.25.2
33422026-07-02T21:01:21.609Z Compiling sled v0.34.7
33432026-07-02T21:01:21.645Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33442026-07-02T21:01:21.668Z Compiling object v0.30.4
33452026-07-02T21:01:21.704Z Compiling progenitor-macro v0.13.0
33462026-07-02T21:01:22.195Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33472026-07-02T21:01:22.214Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33482026-07-02T21:01:22.547Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33492026-07-02T21:01:22.588Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33502026-07-02T21:01:22.814Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33512026-07-02T21:01:22.937Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33522026-07-02T21:01:23.197Z Compiling ed25519 v3.0.0
33532026-07-02T21:01:23.330Z Compiling crypto-primes v0.7.2
33542026-07-02T21:01:23.520Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33552026-07-02T21:01:23.563Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33562026-07-02T21:01:24.170Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33572026-07-02T21:01:24.242Z Compiling pkcs1 v0.8.0-rc.4
33582026-07-02T21:01:24.336Z Compiling poly1305 v0.9.0
33592026-07-02T21:01:24.376Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33602026-07-02T21:01:24.605Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33612026-07-02T21:01:24.625Z Compiling blowfish v0.10.0
33622026-07-02T21:01:24.655Z Compiling blake2 v0.11.0-rc.6
33632026-07-02T21:01:24.659Z Compiling keccak v0.2.0
33642026-07-02T21:01:24.767Z Compiling http-range v0.1.5
33652026-07-02T21:01:24.918Z Compiling path-slash v0.1.5
33662026-07-02T21:01:24.940Z Compiling half v1.8.3
33672026-07-02T21:01:24.959Z Compiling crc8 v0.1.1
33682026-07-02T21:01:25.019Z Compiling fiat-crypto v0.3.0
33692026-07-02T21:01:25.060Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33702026-07-02T21:01:25.090Z Compiling argon2 v0.6.0-rc.8
33712026-07-02T21:01:25.110Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33722026-07-02T21:01:25.153Z Compiling sha3 v0.11.0
33732026-07-02T21:01:25.251Z Compiling serde_cbor v0.11.2
33742026-07-02T21:01:25.290Z Compiling bcrypt-pbkdf v0.11.0
33752026-07-02T21:01:25.368Z Compiling ssh-cipher v0.3.0-rc.9
33762026-07-02T21:01:25.640Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33772026-07-02T21:01:25.658Z Compiling rsa v0.10.0-rc.18
33782026-07-02T21:01:25.674Z Compiling ed25519-dalek v3.0.0-rc.0
33792026-07-02T21:01:25.898Z Compiling illumos-nvpair v0.3.0
33802026-07-02T21:01:26.180Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33812026-07-02T21:01:26.217Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33822026-07-02T21:01:26.296Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33832026-07-02T21:01:26.356Z Compiling p256 v0.14.0-rc.10
33842026-07-02T21:01:26.383Z Compiling p521 v0.14.0-rc.10
33852026-07-02T21:01:26.528Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33862026-07-02T21:01:26.566Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33872026-07-02T21:01:26.569Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33882026-07-02T21:01:26.621Z Compiling yasna v0.5.2
33892026-07-02T21:01:26.701Z Compiling kstat-rs v0.2.4
33902026-07-02T21:01:26.752Z Compiling headers-core v0.3.0
33912026-07-02T21:01:26.770Z Compiling progenitor v0.13.0
33922026-07-02T21:01:26.898Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33932026-07-02T21:01:26.939Z Compiling kem v0.3.0
33942026-07-02T21:01:27.014Z Compiling module-lattice v0.2.3
33952026-07-02T21:01:27.090Z Compiling nanorand v0.7.0
33962026-07-02T21:01:27.110Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33972026-07-02T21:01:27.127Z Compiling atty v0.2.14
33982026-07-02T21:01:27.261Z Compiling ml-kem v0.3.2
33992026-07-02T21:01:27.285Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34002026-07-02T21:01:27.323Z Compiling flume v0.11.1
34012026-07-02T21:01:27.342Z Compiling rcgen v0.12.1
34022026-07-02T21:01:27.406Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34032026-07-02T21:01:27.520Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34042026-07-02T21:01:27.601Z Compiling headers v0.4.1
34052026-07-02T21:01:27.670Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34062026-07-02T21:01:28.086Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34072026-07-02T21:01:28.244Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34082026-07-02T21:01:28.291Z Compiling hyper-staticfile v0.10.1
34092026-07-02T21:01:28.386Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34102026-07-02T21:01:28.458Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34112026-07-02T21:01:28.518Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34122026-07-02T21:01:28.589Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34132026-07-02T21:01:28.794Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34142026-07-02T21:01:28.826Z Compiling russh-cryptovec v0.61.0
34152026-07-02T21:01:29.086Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34162026-07-02T21:01:29.105Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34172026-07-02T21:01:29.220Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34182026-07-02T21:01:29.238Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34192026-07-02T21:01:29.310Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34202026-07-02T21:01:29.364Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34212026-07-02T21:01:29.547Z Compiling internal-russh-num-bigint v0.5.0
34222026-07-02T21:01:29.566Z Compiling num-bigint v0.4.6
34232026-07-02T21:01:29.939Z Compiling generic-array v1.4.3
34242026-07-02T21:01:29.960Z Compiling russh-util v0.52.0
34252026-07-02T21:01:30.079Z Compiling enum_dispatch v0.3.13
34262026-07-02T21:01:30.127Z Compiling delegate v0.13.5
34272026-07-02T21:01:30.145Z Compiling subprocess v0.2.15
34282026-07-02T21:01:30.311Z Compiling p384 v0.14.0-rc.10
34292026-07-02T21:01:30.426Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34302026-07-02T21:01:30.457Z Compiling md5 v0.8.0
34312026-07-02T21:01:30.638Z Compiling display-error-chain v0.2.2
34322026-07-02T21:01:30.737Z Compiling hex-literal v1.1.0
34332026-07-02T21:01:30.778Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34342026-07-02T21:01:30.814Z Compiling colored v2.2.0
34352026-07-02T21:01:30.877Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34362026-07-02T21:01:30.899Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34372026-07-02T21:01:30.936Z Compiling socket2 v0.5.10
34382026-07-02T21:01:30.953Z Compiling internet-checksum v0.2.1
34392026-07-02T21:01:31.947Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34402026-07-02T21:01:32.417Z Compiling ssh-key v0.7.0-rc.10
34412026-07-02T21:01:32.647Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34422026-07-02T21:01:33.104Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34432026-07-02T21:01:33.654Z Compiling russh v0.61.2
34442026-07-02T21:01:33.927Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34452026-07-02T21:01:34.701Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34462026-07-02T21:01:43.072Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34472026-07-02T21:01:43.072Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34482026-07-02T21:01:43.075Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34492026-07-02T21:01:43.075Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34502026-07-02T21:01:44.816Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34512026-07-02T21:01:44.872Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34522026-07-02T21:01:48.806Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34532026-07-02T21:02:28.960Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34542026-07-02T21:02:29.179Z
34552026-07-02T21:02:29.179Zreal 1:27.567166012
34562026-07-02T21:02:29.179Zuser 8:44.231101663
34572026-07-02T21:02:29.179Zsys 1:44.819468835
34582026-07-02T21:02:29.179Ztrap 0.276563173
34592026-07-02T21:02:29.179Ztflt 0.390637078
34602026-07-02T21:02:29.180Zdflt 1.557447533
34612026-07-02T21:02:29.180Zkflt 0.000163210
34622026-07-02T21:02:29.184Zlock 31:08.830099228
34632026-07-02T21:02:29.184Zslp 20:04.185344653
34642026-07-02T21:02:29.184Zlat 42.085920613
34652026-07-02T21:02:29.184Zstop 3:03.300385400
34662026-07-02T21:02:29.184Z+ mkdir tests
34672026-07-02T21:02:29.184Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34682026-07-02T21:02:29.187Z+ xargs -I '{}' -t cp '{}' tests/
34692026-07-02T21:02:29.207Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7642b2d57d595135 tests/
34702026-07-02T21:02:29.236Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ca561ce3ba29e3d2 tests/
34712026-07-02T21:02:29.266Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-de50baf115444d57 tests/
34722026-07-02T21:02:29.295Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f893b9f61afabf44 tests/
34732026-07-02T21:02:29.537Z+ 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)
34742026-07-02T21:02:29.540Z+ 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-ca561ce3ba29e3d2 tests/commtest-de50baf115444d57 tests/dhcp_server-7642b2d57d595135 tests/end_to_end_tests-f893b9f61afabf44 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
34752026-07-02T21:03:49.896ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34762026-07-02T21:03:49.897Za .github/buildomat/ci-env.sh 1K
34772026-07-02T21:03:49.897Za out/target/test 1K
34782026-07-02T21:03:49.897Za out/npuzone/npuzone 27402K
34792026-07-02T21:03:49.897Za package-manifest.toml 35K
34802026-07-02T21:03:49.897Za smf/sled-agent/non-gimlet/config.toml 6K
34812026-07-02T21:03:49.898Za target/release/omicron-package 40719K
34822026-07-02T21:03:49.898Za target/release/xtask 10425K
34832026-07-02T21:03:49.898Za target/debug/bootstrap 349351K
34842026-07-02T21:03:49.898Za tests/bootstrap-ca561ce3ba29e3d2 31974K
34852026-07-02T21:03:49.898Za tests/commtest-de50baf115444d57 32169K
34862026-07-02T21:03:49.898Za tests/dhcp_server-7642b2d57d595135 31974K
34872026-07-02T21:03:49.898Za tests/end_to_end_tests-f893b9f61afabf44 399234K
34882026-07-02T21:03:49.898Za tools/opte_version 1K
34892026-07-02T21:03:49.898Za tools/opte_version_override 2K
34902026-07-02T21:03:49.898Za out/clickhouse.tar.gz 311363K
34912026-07-02T21:03:49.898Za out/clickhouse_keeper.tar.gz 297833K
34922026-07-02T21:03:49.899Za out/clickhouse_server.tar.gz 311360K
34932026-07-02T21:03:49.899Za out/cockroachdb.tar.gz 161734K
34942026-07-02T21:03:49.899Za out/crucible-pantry-zone.tar.gz 39110K
34952026-07-02T21:03:49.899Za out/crucible-utils.tar 18900K
34962026-07-02T21:03:49.899Za out/crucible-zone.tar.gz 53806K
34972026-07-02T21:03:49.899Za out/external-dns.tar.gz 46794K
34982026-07-02T21:03:49.899Za out/internal-dns.tar.gz 46794K
34992026-07-02T21:03:49.899Za out/mg-ddm-gz.tar 97917K
35002026-07-02T21:03:49.899Za out/nexus.tar.gz 274413K
35012026-07-02T21:03:49.899Za out/ntp.tar.gz 29911K
35022026-07-02T21:03:49.899Za out/omicron-gateway-softnpu.tar.gz 27767K
35032026-07-02T21:03:49.899Za out/omicron-sled-agent.tar 197544K
35042026-07-02T21:03:49.899Za out/overlay.tar.gz 3K
35052026-07-02T21:03:49.899Za out/oximeter.tar.gz 62559K
35062026-07-02T21:03:49.899Za out/oxlog.tar 3808K
35072026-07-02T21:03:49.899Za out/probe.tar.gz 3037K
35082026-07-02T21:03:49.899Za out/propolis-server.tar.gz 34372K
35092026-07-02T21:03:49.900Za out/pumpkind-gz.tar 26647K
35102026-07-02T21:03:49.900Za out/switch-softnpu.tar.gz 448269K
35112026-07-02T21:03:49.904Z
35122026-07-02T21:03:49.904Zreal 1:20.356492758
35132026-07-02T21:03:49.904Zuser 1:17.680591760
35142026-07-02T21:03:49.905Zsys 4.449030904
35152026-07-02T21:03:49.905Ztrap 0.006037674
35162026-07-02T21:03:49.905Ztflt 0.000000000
35172026-07-02T21:03:49.905Zdflt 0.000000000
35182026-07-02T21:03:49.905Zkflt 0.000000000
35192026-07-02T21:03:49.905Zlock 0.000000000
35202026-07-02T21:03:49.905Zslp 1:17.593081094
35212026-07-02T21:03:49.905Zlat 0.979302547
35222026-07-02T21:03:49.905Zstop 0.000301340
35232026-07-02T21:03:49.905Zprocess exited: duration 998752 ms, exit code 0
 
35242026-07-02T21:03:49.920Zfound 1 output files
35252026-07-02T21:03:49.920Zuploading: /work/package.tar.gz (2488531408 bytes)
35262026-07-02T21:04:23.363Zuploaded: /work/package.tar.gz