01KVRC9Z0CSXQWVT7MGTDTXKVY: 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: 01KVRCFABQX46RM3NZ9Q6CMBGK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-22T19:22:40.666Zjob assigned to worker 01KVRCGHVEKA9JSZ4VY72088PA [factory aws, i-00e2fda36e2b699c5] (queued for 1 m 23 s)
 
22026-06-22T19:22:48.228Zstarting task 0: "setup"
32026-06-22T19:22:48.230Z++ uname -s
42026-06-22T19:22:48.233Z+ kern=SunOS
52026-06-22T19:22:48.233Z+ build_user=build
62026-06-22T19:22:48.233Z+ build_uid=12345
72026-06-22T19:22:48.233Z+ work_dir=/work
82026-06-22T19:22:48.233Z+ input_dir=/input
92026-06-22T19:22:48.233Z+ [[ 0 == 12345 ]]
102026-06-22T19:22:48.233Z+ case "$kern" in
112026-06-22T19:22:48.233Z+ groupadd -g 12345 build
122026-06-22T19:22:48.238Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-22T19:22:50.243Z+ zfs create -o mountpoint=/work rpool/work
142026-06-22T19:22:50.307Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-22T19:22:50.311Z+ home_fs=zfs
162026-06-22T19:22:50.311Z+ [[ zfs == autofs ]]
172026-06-22T19:22:50.311Z+ mkdir -p /home/build
182026-06-22T19:22:50.319Z+ chown build:build /home/build /work
192026-06-22T19:22:52.314Z+ chmod 0700 /home/build /work
202026-06-22T19:22:52.317Zprocess exited: duration 4091 ms, exit code 0
 
212026-06-22T19:22:52.324Zstarting task 1: "rust-toolchain"
222026-06-22T19:22:52.328Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-22T19:22:52.328Z * rust toolchain channel = "1.94.0"
242026-06-22T19:22:52.328Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-22T19:22:52.328Z * rust toolchain profile = "default"
262026-06-22T19:22:52.328Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-22T19:22:52.328Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-22T19:22:52.331Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-22T19:22:52.331Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-22T19:22:52.416Zinfo: downloading installer
312026-06-22T19:22:53.924Zwarn: It looks like you have an existing rustup settings file at:
322026-06-22T19:22:53.924Zwarn: /home/build/.rustup/settings.toml
332026-06-22T19:22:53.924Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-22T19:22:53.924Zwarn: instead of the one inferred from the default host triple.
352026-06-22T19:22:53.966Zinfo: profile set to default
362026-06-22T19:22:53.966Zinfo: default host triple is x86_64-unknown-illumos
372026-06-22T19:22:53.966Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-22T19:22:54.079Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-22T19:22:54.092Zinfo: downloading 6 components
402026-06-22T19:23:08.988Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-22T19:23:08.988Z
422026-06-22T19:23:09.016Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-22T19:23:09.016Z
442026-06-22T19:23:09.016Z
452026-06-22T19:23:09.019ZRust is installed now. Great!
462026-06-22T19:23:09.019Z
472026-06-22T19:23:09.019ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-22T19:23:09.019Zenvironment variable. This has not been done automatically.
492026-06-22T19:23:09.019Z
502026-06-22T19:23:09.019ZTo configure your current shell, you need to source
512026-06-22T19:23:09.019Zthe corresponding env file under $HOME/.cargo.
522026-06-22T19:23:09.019Z
532026-06-22T19:23:09.019ZThis is usually done by running one of the following (note the leading DOT):
542026-06-22T19:23:09.019Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-22T19:23:09.019Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-22T19:23:09.019Zsource "~/.cargo/env.nu" # For nushell
572026-06-22T19:23:09.019Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-22T19:23:09.019Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-22T19:23:09.020Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-22T19:23:09.020Zwarn: no default linker (`cc`) was found in your PATH
612026-06-22T19:23:09.020Zwarn: many Rust crates require a system C toolchain to build
622026-06-22T19:23:09.116Z+ rustup --version
632026-06-22T19:23:09.122Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-22T19:23:09.126Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-22T19:23:09.143Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-22T19:23:09.146Z+ cargo --version
672026-06-22T19:23:09.153Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-22T19:23:09.159Z+ rustc --version
692026-06-22T19:23:09.177Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-22T19:23:09.181Zprocess exited: duration 16857 ms, exit code 0
 
712026-06-22T19:23:09.187Zstarting task 2: "authentication"
722026-06-22T19:23:09.201ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-06-22T19:24:00.525Zprocess exited: duration 51337 ms, exit code 0
 
742026-06-22T19:24:00.536Zstarting task 3: "clone repository"
752026-06-22T19:24:00.539Z+ mkdir -p /work/oxidecomputer/omicron
762026-06-22T19:24:00.542Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-06-22T19:24:00.576ZCloning into '/work/oxidecomputer/omicron'...
782026-06-22T19:24:10.494Z+ cd /work/oxidecomputer/omicron
792026-06-22T19:24:10.494Z+ git fetch origin 771b95972e0100f9ed18917c477d12a1b6b19350
802026-06-22T19:24:10.758ZFrom https://github.com/oxidecomputer/omicron
812026-06-22T19:24:10.758Z * branch 771b95972e0100f9ed18917c477d12a1b6b19350 -> FETCH_HEAD
822026-06-22T19:24:10.770Z+ [[ -n '' ]]
832026-06-22T19:24:10.770Z+ git reset --hard 771b95972e0100f9ed18917c477d12a1b6b19350
842026-06-22T19:24:11.014ZHEAD is now at 771b95972 [spr] initial version
852026-06-22T19:24:11.018Zprocess exited: duration 10481 ms, exit code 0
 
862026-06-22T19:24:11.045Zstarting task 4: "build"
872026-06-22T19:24:11.059Z+ source .github/buildomat/ci-env.sh
882026-06-22T19:24:11.059Z++ export CARGO_TERM_COLOR=always
892026-06-22T19:24:11.059Z++ CARGO_TERM_COLOR=always
902026-06-22T19:24:11.059Z+ cargo --version
912026-06-22T19:24:11.070Zcargo 1.94.0 (85eff7c80 2026-01-15)
922026-06-22T19:24:11.070Z+ rustc --version
932026-06-22T19:24:11.079Zrustc 1.94.0 (4a4ef493e 2026-03-02)
942026-06-22T19:24:11.088Z+ WORK=/work
952026-06-22T19:24:11.088Z+ pfexec mkdir -p /work
962026-06-22T19:24:11.088Z+ pfexec chown build /work
972026-06-22T19:24:11.088Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
982026-06-22T19:24:12.641Z Startup: Refreshing catalog 'helios' ... Done
992026-06-22T19:24:12.869Z Startup: Caching catalogs ... Done
1002026-06-22T19:24:13.298ZPlanning: Solver setup ... Done (0.377s)
1012026-06-22T19:24:13.319ZPlanning: Running solver ... Done (0.024s)
1022026-06-22T19:24:13.328ZPlanning: Finding local manifests ... Done (0.003s)
1032026-06-22T19:24:13.344ZPlanning: Fetching manifests: 0/2 0% complete
1042026-06-22T19:24:13.374ZPlanning: Fetching manifests: 2/2 100% complete
1052026-06-22T19:24:13.792ZPlanning: Package planning ... Done (0.014s)
1062026-06-22T19:24:13.795ZPlanning: Merging actions ... Done (0.002s)
1072026-06-22T19:24:13.795ZPlanning: Checking for conflicting actions ... Done (0.173s)
1082026-06-22T19:24:13.795ZPlanning: Consolidating action changes ... Done (0.001s)
1092026-06-22T19:24:14.423ZPlanning: Evaluating mediators ... Done (0.861s)
1102026-06-22T19:24:14.427ZPlanning: Planning completed in 1.53 seconds
1112026-06-22T19:24:14.434Z Packages to install: 2
1122026-06-22T19:24:14.434Z Estimated space available: 156.07 GB
1132026-06-22T19:24:14.443ZEstimated space to be consumed: 28.17 MB
1142026-06-22T19:24:14.443Z Create boot environment: No
1152026-06-22T19:24:14.443ZCreate backup boot environment: No
1162026-06-22T19:24:14.443Z Rebuild boot archive: No
1172026-06-22T19:24:14.443Z
1182026-06-22T19:24:14.443ZChanged packages:
1192026-06-22T19:24:14.443Zhelios
1202026-06-22T19:24:14.443Z developer/build-essential
1212026-06-22T19:24:14.443Z None -> 11-3.0
1222026-06-22T19:24:14.443Z library/libxmlsec1
1232026-06-22T19:24:14.443Z None -> 1.2.35-3.0
1242026-06-22T19:24:14.459Z
1252026-06-22T19:24:14.459ZDownload: 0/214 items 0.0/1.3MB 0% complete
1262026-06-22T19:24:15.720ZDownload: Completed 1.28 MB in 1.26 seconds (1.0M/s)
1272026-06-22T19:24:15.795Z Actions: 1/268 actions (Installing new actions)
1282026-06-22T19:24:15.833Z Actions: Completed 268 actions in 0.04 seconds.
1292026-06-22T19:24:15.843ZFinalize: Updating package state database ... Done (0.010s)
1302026-06-22T19:24:15.843ZFinalize: Updating package cache ... Done (0.000s)
1312026-06-22T19:24:15.873ZFinalize: Updating image state ... Done (0.026s)
1322026-06-22T19:24:18.457ZFinalize: Creating fast lookup database ... Done (2.562s)
1332026-06-22T19:24:18.528ZFinalize: Reading search index ... Done (0.012s)
1342026-06-22T19:24:18.949ZFinalize: Updating search index ... Done (0.000s)
1352026-06-22T19:24:18.953ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-22T19:24:18.953ZPlanning: Evaluating mediator changes ... Done
1372026-06-22T19:24:19.410ZPlanning: Checking for conflicting actions ... Done
1382026-06-22T19:24:19.415ZPlanning: Consolidating action changes ... Done
1392026-06-22T19:24:19.415ZPlanning: Evaluating mediators ... Done
1402026-06-22T19:24:19.415ZPlanning: Planning completed in 0.26 seconds
1412026-06-22T19:24:19.415Z Mediators to change: 2
1422026-06-22T19:24:19.415Z Create boot environment: No
1432026-06-22T19:24:19.415ZCreate backup boot environment: No
1442026-06-22T19:24:19.415ZFinalize: Updating package state database ... Done
1452026-06-22T19:24:19.415ZFinalize: Updating package cache ... Done
1462026-06-22T19:24:19.415ZFinalize: Updating image state ... Done
1472026-06-22T19:24:21.201ZFinalize: Creating fast lookup database ... Done
1482026-06-22T19:24:21.260ZFinalize: Reading search index ... Done
1492026-06-22T19:24:21.264ZFinalize: Updating search index ... Done
1502026-06-22T19:24:21.322ZFinalize: Updating package cache ... Done
1512026-06-22T19:24:21.603ZPlanning: Evaluating mediator changes ... Done
1522026-06-22T19:24:21.708ZPlanning: Checking for conflicting actions ... Done
1532026-06-22T19:24:21.712ZPlanning: Consolidating action changes ... Done
1542026-06-22T19:24:21.867ZPlanning: Evaluating mediators ... Done
1552026-06-22T19:24:21.872ZPlanning: Planning completed in 0.26 seconds
1562026-06-22T19:24:21.892Z Mediators to change: 1
1572026-06-22T19:24:21.892Z Create boot environment: No
1582026-06-22T19:24:21.892ZCreate backup boot environment: No
1592026-06-22T19:24:21.931ZFinalize: Updating package state database ... Done
1602026-06-22T19:24:21.931ZFinalize: Updating package cache ... Done
1612026-06-22T19:24:21.949ZFinalize: Updating image state ... Done
1622026-06-22T19:24:23.928ZFinalize: Creating fast lookup database ... Done
1632026-06-22T19:24:23.982ZFinalize: Reading search index ... Done
1642026-06-22T19:24:24.023ZFinalize: Updating search index ... Done
1652026-06-22T19:24:24.049ZFinalize: Updating package cache ... Done
1662026-06-22T19:24:24.391ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1672026-06-22T19:24:24.391Zapache system 2.4 system
1682026-06-22T19:24:24.391Zclang system 15 system
1692026-06-22T19:24:24.391Zcsh system system illumos
1702026-06-22T19:24:24.391Zctags system system illumos
1712026-06-22T19:24:24.391Zfile vendor vendor darwinsys
1722026-06-22T19:24:24.391Zfile system system illumos
1732026-06-22T19:24:24.391Zgcc vendor 14 vendor
1742026-06-22T19:24:24.391Zgcc system 13 system
1752026-06-22T19:24:24.391Zgcc system 10 system
1762026-06-22T19:24:24.391Zgo system 1.25 system
1772026-06-22T19:24:24.391Zllvm system 15 system
1782026-06-22T19:24:24.391Zmariadb system 11.4 system
1792026-06-22T19:24:24.391Zmta vendor vendor dma
1802026-06-22T19:24:24.391Zopenjdk system 17 system
1812026-06-22T19:24:24.391Zopenjdk system 11 system
1822026-06-22T19:24:24.391Zopenssl vendor 3 vendor
1832026-06-22T19:24:24.392Zperl system 5.40 system
1842026-06-22T19:24:24.392Zpostgresql system 18 system
1852026-06-22T19:24:24.392Zpostgresql system 17 system
1862026-06-22T19:24:24.392Zpython vendor 3 vendor
1872026-06-22T19:24:24.392Zpython system 2 system
1882026-06-22T19:24:24.392Zpython3 vendor 3.13 vendor
1892026-06-22T19:24:24.392Zruby system 3.4 system
1902026-06-22T19:24:24.392Zruby system 3.0 system
1912026-06-22T19:24:24.392Zwords vendor vendor american-english
1922026-06-22T19:24:24.392Zwords system system australian-english
1932026-06-22T19:24:24.392Zwords system system british-english
1942026-06-22T19:24:24.392Zwords system system canadian-english
1952026-06-22T19:24:24.392Zwords system system french
1962026-06-22T19:24:24.392Zwords system system italian
1972026-06-22T19:24:24.392Zwords system system ngerman
1982026-06-22T19:24:24.392Zwords system system ogerman
1992026-06-22T19:24:24.392Zwords system system spanish
2002026-06-22T19:24:24.591ZPUBLISHER TYPE STATUS P LOCATION
2012026-06-22T19:24:24.592Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2022026-06-22T19:24:24.899ZFMRI IFO
2032026-06-22T19:24:24.899Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2042026-06-22T19:24:24.900Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2052026-06-22T19:24:24.900Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2062026-06-22T19:24:24.900Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2072026-06-22T19:24:24.900Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2082026-06-22T19:24:24.900Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2092026-06-22T19:24:24.900Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2102026-06-22T19:24:24.900Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2112026-06-22T19:24:24.900Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2122026-06-22T19:24:25.139Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2132026-06-22T19:24:25.430Z Updating crates.io index
2142026-06-22T19:24:25.466Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2152026-06-22T19:24:25.652Z Updating git repository `https://github.com/oxidecomputer/lldp`
2162026-06-22T19:24:26.944Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2172026-06-22T19:24:27.424Z Updating git repository `https://github.com/oxidecomputer/propolis`
2182026-06-22T19:24:28.624Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2192026-06-22T19:24:29.203Z Updating git repository `https://github.com/oxidecomputer/crucible`
2202026-06-22T19:24:30.698Z Updating git repository `https://github.com/oxidecomputer/opte`
2212026-06-22T19:24:31.781Z Updating git repository `https://github.com/oxidecomputer/tofino`
2222026-06-22T19:24:32.024Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2232026-06-22T19:24:33.300Z Updating git repository `https://github.com/oxidecomputer/clickward`
2242026-06-22T19:24:33.519Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2252026-06-22T19:24:33.951Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2262026-06-22T19:24:34.257Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2272026-06-22T19:24:34.802Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2282026-06-22T19:24:35.277Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2292026-06-22T19:24:35.502Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2302026-06-22T19:24:35.847Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2312026-06-22T19:24:36.186Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2322026-06-22T19:24:36.626Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2332026-06-22T19:24:37.069Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2342026-06-22T19:24:37.700Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2352026-06-22T19:24:37.703Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2362026-06-22T19:24:37.926Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2372026-06-22T19:24:38.324Z Updating git repository `https://github.com/oxidecomputer/erebor`
2382026-06-22T19:24:38.755Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2392026-06-22T19:24:39.241Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2402026-06-22T19:24:39.465Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2412026-06-22T19:24:39.764Z Updating git repository `https://github.com/oxidecomputer/ispf`
2422026-06-22T19:24:40.071Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2432026-06-22T19:24:41.430Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2442026-06-22T19:24:41.780Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2452026-06-22T19:24:42.202Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2462026-06-22T19:24:42.662Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2472026-06-22T19:24:43.035Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2482026-06-22T19:24:43.637Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2492026-06-22T19:24:43.693Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2502026-06-22T19:24:44.024Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2512026-06-22T19:24:44.879Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2522026-06-22T19:24:44.882Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2532026-06-22T19:24:45.926Z Updating git repository `https://github.com/illumos/smf-rs`
2542026-06-22T19:24:48.251Z Downloading crates ...
2552026-06-22T19:24:48.254Z Downloaded cpufeatures v0.2.17
2562026-06-22T19:24:48.254Z Downloaded colorchoice v1.0.4
2572026-06-22T19:24:48.254Z Downloaded clap_lex v1.0.0
2582026-06-22T19:24:48.254Z Downloaded anstream v1.0.0
2592026-06-22T19:24:48.254Z Downloaded serde-value v0.7.0
2602026-06-22T19:24:48.254Z Downloaded camino v1.2.2
2612026-06-22T19:24:48.254Z Downloaded quote v1.0.45
2622026-06-22T19:24:48.254Z Downloaded typeid v1.0.3
2632026-06-22T19:24:48.254Z Downloaded unicode-linebreak v0.1.5
2642026-06-22T19:24:48.254Z Downloaded anstyle-query v1.1.5
2652026-06-22T19:24:48.254Z Downloaded errno v0.3.14
2662026-06-22T19:24:48.254Z Downloaded pest_generator v2.8.6
2672026-06-22T19:24:48.254Z Downloaded utf8_iter v1.0.4
2682026-06-22T19:24:48.254Z Downloaded zmij v1.0.21
2692026-06-22T19:24:48.254Z Downloaded toml_write v0.1.2
2702026-06-22T19:24:48.254Z Downloaded pest_meta v2.8.6
2712026-06-22T19:24:48.254Z Downloaded toml_datetime v0.6.11
2722026-06-22T19:24:48.254Z Downloaded yoke-derive v0.8.1
2732026-06-22T19:24:48.254Z Downloaded thread-id v4.2.2
2742026-06-22T19:24:48.255Z Downloaded percent-encoding v2.3.2
2752026-06-22T19:24:48.255Z Downloaded unicode-xid v0.2.6
2762026-06-22T19:24:48.255Z Downloaded unicode-ident v1.0.24
2772026-06-22T19:24:48.255Z Downloaded typenum v1.19.0
2782026-06-22T19:24:48.255Z Downloaded thiserror-impl v1.0.69
2792026-06-22T19:24:48.255Z Downloaded usdt-attr-macro v0.5.0
2802026-06-22T19:24:48.255Z Downloaded pest_derive v2.8.6
2812026-06-22T19:24:48.255Z Downloaded rustix v1.1.3
2822026-06-22T19:24:48.255Z Downloaded zerovec-derive v0.11.2
2832026-06-22T19:24:48.255Z Downloaded yoke v0.8.1
2842026-06-22T19:24:48.255Z Downloaded zerofrom-derive v0.1.6
2852026-06-22T19:24:48.255Z Downloaded usdt-impl v0.5.0
2862026-06-22T19:24:48.255Z Downloaded usdt v0.5.0
2872026-06-22T19:24:48.255Z Downloaded potential_utf v0.1.4
2882026-06-22T19:24:48.255Z Downloaded generic-array v0.14.7
2892026-06-22T19:24:48.255Z Downloaded tinystr v0.8.2
2902026-06-22T19:24:48.255Z Downloaded scroll_derive v0.12.1
2912026-06-22T19:24:48.255Z Downloaded pretty-hex v0.4.1
2922026-06-22T19:24:48.255Z Downloaded proc-macro2 v1.0.106
2932026-06-22T19:24:48.255Z Downloaded version_check v0.9.5
2942026-06-22T19:24:48.255Z Downloaded thiserror-impl v2.0.18
2952026-06-22T19:24:48.255Z Downloaded block-buffer v0.10.4
2962026-06-22T19:24:48.255Z Downloaded ordered-float v2.10.1
2972026-06-22T19:24:48.255Z Downloaded num-traits v0.2.19
2982026-06-22T19:24:48.255Z Downloaded autocfg v1.5.0
2992026-06-22T19:24:48.255Z Downloaded cfg-if v1.0.4
3002026-06-22T19:24:48.255Z Downloaded camino-tempfile v1.4.1
3012026-06-22T19:24:48.255Z Downloaded form_urlencoded v1.2.2
3022026-06-22T19:24:48.255Z Downloaded swrite v0.1.0
3032026-06-22T19:24:48.255Z Downloaded zerocopy-derive v0.7.35
3042026-06-22T19:24:48.255Z Downloaded zerotrie v0.2.3
3052026-06-22T19:24:48.255Z Downloaded utf8parse v0.2.2
3062026-06-22T19:24:48.255Z Downloaded toml_edit v0.22.27
3072026-06-22T19:24:48.255Z Downloaded tabled_derive v0.7.0
3082026-06-22T19:24:48.255Z Downloaded fnv v1.0.7
3092026-06-22T19:24:48.255Z Downloaded cargo-platform v0.2.0
3102026-06-22T19:24:48.255Z Downloaded url v2.5.8
3112026-06-22T19:24:48.256Z Downloaded plain v0.2.3
3122026-06-22T19:24:48.256Z Downloaded usdt-macro v0.5.0
3132026-06-22T19:24:48.256Z Downloaded zerofrom v0.1.6
3142026-06-22T19:24:48.256Z Downloaded proc-macro-error-attr v1.0.4
3152026-06-22T19:24:48.256Z Downloaded crypto-common v0.1.7
3162026-06-22T19:24:48.256Z Downloaded writeable v0.6.2
3172026-06-22T19:24:48.256Z Downloaded thiserror v2.0.18
3182026-06-22T19:24:48.256Z Downloaded ucd-trie v0.1.7
3192026-06-22T19:24:48.256Z Downloaded scroll v0.12.0
3202026-06-22T19:24:48.256Z Downloaded bitflags v2.11.0
3212026-06-22T19:24:48.256Z Downloaded zerocopy v0.7.35
3222026-06-22T19:24:48.256Z Downloaded zerovec v0.11.5
3232026-06-22T19:24:48.256Z Downloaded winnow v0.7.14
3242026-06-22T19:24:48.256Z Downloaded textwrap v0.16.2
3252026-06-22T19:24:48.256Z Downloaded toml v0.8.23
3262026-06-22T19:24:48.256Z Downloaded unicode-width v0.1.14
3272026-06-22T19:24:48.256Z Downloaded strsim v0.11.1
3282026-06-22T19:24:48.256Z Downloaded stable_deref_trait v1.2.1
3292026-06-22T19:24:48.256Z Downloaded serde_spanned v0.6.9
3302026-06-22T19:24:48.256Z Downloaded thiserror v1.0.69
3312026-06-22T19:24:48.256Z Downloaded terminal_size v0.4.3
3322026-06-22T19:24:48.256Z Downloaded smawk v0.3.2
3332026-06-22T19:24:48.256Z Downloaded heck v0.4.1
3342026-06-22T19:24:48.256Z Downloaded unicode-width v0.2.0
3352026-06-22T19:24:48.256Z Downloaded dof v0.3.0
3362026-06-22T19:24:48.256Z Downloaded is_terminal_polyfill v1.70.2
3372026-06-22T19:24:48.256Z Downloaded fastrand v2.3.0
3382026-06-22T19:24:48.256Z Downloaded itoa v1.0.17
3392026-06-22T19:24:48.256Z Downloaded idna_adapter v1.2.1
3402026-06-22T19:24:48.256Z Downloaded heck v0.5.0
3412026-06-22T19:24:48.256Z Downloaded equivalent v1.0.2
3422026-06-22T19:24:48.256Z Downloaded memmap v0.7.0
3432026-06-22T19:24:48.256Z Downloaded dtrace-parser v0.2.0
3442026-06-22T19:24:48.256Z Downloaded macaddr v1.0.1
3452026-06-22T19:24:48.256Z Downloaded byteorder v1.5.0
3462026-06-22T19:24:48.256Z Downloaded cargo_toml v0.21.0
3472026-06-22T19:24:48.256Z Downloaded erased-serde v0.4.9
3482026-06-22T19:24:48.256Z Downloaded serde-untagged v0.1.9
3492026-06-22T19:24:48.257Z Downloaded displaydoc v0.2.5
3502026-06-22T19:24:48.257Z Downloaded anstyle-parse v1.0.0
3512026-06-22T19:24:48.257Z Downloaded synstructure v0.13.2
3522026-06-22T19:24:48.257Z Downloaded fs-err v3.3.0
3532026-06-22T19:24:48.257Z Downloaded serde_tokenstream v0.2.3
3542026-06-22T19:24:48.257Z Downloaded sha2 v0.10.9
3552026-06-22T19:24:48.260Z Downloaded cargo_metadata v0.21.0
3562026-06-22T19:24:48.260Z Downloaded proc-macro-error v1.0.4
3572026-06-22T19:24:48.260Z Downloaded bytecount v0.6.9
3582026-06-22T19:24:48.260Z Downloaded anstyle v1.0.14
3592026-06-22T19:24:48.260Z Downloaded clap_derive v4.6.1
3602026-06-22T19:24:48.260Z Downloaded semver v1.0.28
3612026-06-22T19:24:48.260Z Downloaded cargo-util-schemas v0.8.2
3622026-06-22T19:24:48.260Z Downloaded anyhow v1.0.102
3632026-06-22T19:24:48.260Z Downloaded serde_core v1.0.228
3642026-06-22T19:24:48.260Z Downloaded litemap v0.8.1
3652026-06-22T19:24:48.260Z Downloaded smallvec v1.15.1
3662026-06-22T19:24:48.260Z Downloaded tempfile v3.25.0
3672026-06-22T19:24:48.260Z Downloaded digest v0.10.7
3682026-06-22T19:24:48.260Z Downloaded icu_provider v2.1.1
3692026-06-22T19:24:48.260Z Downloaded icu_properties v2.1.2
3702026-06-22T19:24:48.260Z Downloaded log v0.4.29
3712026-06-22T19:24:48.260Z Downloaded getrandom v0.4.1
3722026-06-22T19:24:48.260Z Downloaded once_cell v1.21.3
3732026-06-22T19:24:48.260Z Downloaded clap v4.6.1
3742026-06-22T19:24:48.260Z Downloaded papergrid v0.11.0
3752026-06-22T19:24:48.261Z Downloaded icu_normalizer_data v2.1.1
3762026-06-22T19:24:48.261Z Downloaded serde_derive v1.0.228
3772026-06-22T19:24:48.261Z Downloaded icu_normalizer v2.1.1
3782026-06-22T19:24:48.261Z Downloaded indexmap v2.14.0
3792026-06-22T19:24:48.261Z Downloaded serde v1.0.228
3802026-06-22T19:24:48.261Z Downloaded memchr v2.8.0
3812026-06-22T19:24:48.261Z Downloaded icu_locale_core v2.1.1
3822026-06-22T19:24:48.261Z Downloaded icu_collections v2.1.1
3832026-06-22T19:24:48.271Z Downloaded pest v2.8.6
3842026-06-22T19:24:48.278Z Downloaded serde_json v1.0.149
3852026-06-22T19:24:48.290Z Downloaded hashbrown v0.17.0
3862026-06-22T19:24:48.293Z Downloaded idna v1.1.0
3872026-06-22T19:24:48.298Z Downloaded icu_properties_data v2.1.2
3882026-06-22T19:24:48.302Z Downloaded clap_builder v4.6.0
3892026-06-22T19:24:48.308Z Downloaded goblin v0.8.2
3902026-06-22T19:24:48.314Z Downloaded tabled v0.15.0
3912026-06-22T19:24:48.321Z Downloaded syn v1.0.109
3922026-06-22T19:24:48.328Z Downloaded syn v2.0.117
3932026-06-22T19:24:48.373Z Downloaded libc v0.2.185
3942026-06-22T19:24:48.841Z Compiling proc-macro2 v1.0.106
3952026-06-22T19:24:49.261Z Compiling unicode-ident v1.0.24
3962026-06-22T19:24:49.261Z Compiling quote v1.0.45
3972026-06-22T19:24:49.262Z Compiling serde_core v1.0.228
3982026-06-22T19:24:49.262Z Compiling libc v0.2.185
3992026-06-22T19:24:49.262Z Compiling version_check v0.9.5
4002026-06-22T19:24:49.262Z Compiling serde v1.0.228
4012026-06-22T19:24:49.262Z Compiling stable_deref_trait v1.2.1
4022026-06-22T19:24:49.262Z Compiling memchr v2.8.0
4032026-06-22T19:24:49.262Z Compiling zmij v1.0.21
4042026-06-22T19:24:49.262Z Compiling itoa v1.0.17
4052026-06-22T19:24:49.262Z Compiling thiserror v1.0.69
4062026-06-22T19:24:49.262Z Compiling autocfg v1.5.0
4072026-06-22T19:24:49.262Z Compiling ucd-trie v0.1.7
4082026-06-22T19:24:49.262Z Compiling writeable v0.6.2
4092026-06-22T19:24:49.262Z Compiling litemap v0.8.1
4102026-06-22T19:24:49.275Z Compiling byteorder v1.5.0
4112026-06-22T19:24:49.275Z Compiling rustix v1.1.3
4122026-06-22T19:24:49.275Z Compiling icu_normalizer_data v2.1.1
4132026-06-22T19:24:49.276Z Compiling pest v2.8.6
4142026-06-22T19:24:49.276Z Compiling icu_properties_data v2.1.2
4152026-06-22T19:24:49.276Z Compiling bitflags v2.11.0
4162026-06-22T19:24:49.276Z Compiling serde_json v1.0.149
4172026-06-22T19:24:49.276Z Compiling num-traits v0.2.19
4182026-06-22T19:24:49.276Z Compiling hashbrown v0.17.0
4192026-06-22T19:24:49.386Z Compiling typeid v1.0.3
4202026-06-22T19:24:49.464Z Compiling equivalent v1.0.2
4212026-06-22T19:24:49.485Z Compiling smallvec v1.15.1
4222026-06-22T19:24:49.536Z Compiling proc-macro-error-attr v1.0.4
4232026-06-22T19:24:49.965Z Compiling usdt-impl v0.5.0
4242026-06-22T19:24:50.374Z Compiling winnow v0.7.14
4252026-06-22T19:24:50.374Z Compiling toml_write v0.1.2
4262026-06-22T19:24:50.374Z Compiling syn v1.0.109
4272026-06-22T19:24:50.374Z Compiling erased-serde v0.4.9
4282026-06-22T19:24:50.374Z Compiling errno v0.3.14
4292026-06-22T19:24:50.374Z Compiling indexmap v2.14.0
4302026-06-22T19:24:50.374Z Compiling thread-id v4.2.2
4312026-06-22T19:24:50.374Z Compiling proc-macro-error v1.0.4
4322026-06-22T19:24:50.374Z Compiling plain v0.2.3
4332026-06-22T19:24:50.374Z Compiling getrandom v0.4.1
4342026-06-22T19:24:50.380Z Compiling log v0.4.29
4352026-06-22T19:24:50.380Z Compiling utf8parse v0.2.2
4362026-06-22T19:24:50.380Z Compiling syn v2.0.117
4372026-06-22T19:24:50.380Z Compiling camino v1.2.2
4382026-06-22T19:24:50.380Z Compiling utf8_iter v1.0.4
4392026-06-22T19:24:50.380Z Compiling thiserror v2.0.18
4402026-06-22T19:24:50.381Z Compiling percent-encoding v2.3.2
4412026-06-22T19:24:50.381Z Compiling pest_meta v2.8.6
4422026-06-22T19:24:50.381Z Compiling anstyle-parse v1.0.0
4432026-06-22T19:24:50.381Z Compiling form_urlencoded v1.2.2
4442026-06-22T19:24:50.438Z Compiling anstyle-query v1.1.5
4452026-06-22T19:24:50.455Z Compiling is_terminal_polyfill v1.70.2
4462026-06-22T19:24:50.502Z Compiling ordered-float v2.10.1
4472026-06-22T19:24:50.553Z Compiling colorchoice v1.0.4
4482026-06-22T19:24:50.596Z Compiling anstyle v1.0.14
4492026-06-22T19:24:50.597Z Compiling pretty-hex v0.4.1
4502026-06-22T19:24:50.622Z Compiling cfg-if v1.0.4
4512026-06-22T19:24:51.053Z Compiling fs-err v3.3.0
4522026-06-22T19:24:51.058Z Compiling unicode-xid v0.2.6
4532026-06-22T19:24:51.058Z Compiling fnv v1.0.7
4542026-06-22T19:24:51.058Z Compiling heck v0.4.1
4552026-06-22T19:24:51.059Z Compiling heck v0.5.0
4562026-06-22T19:24:51.059Z Compiling terminal_size v0.4.3
4572026-06-22T19:24:51.059Z Compiling anstream v1.0.0
4582026-06-22T19:24:51.059Z Compiling clap_lex v1.0.0
4592026-06-22T19:24:51.059Z Compiling unicode-width v0.1.14
4602026-06-22T19:24:51.059Z Compiling semver v1.0.28
4612026-06-22T19:24:51.063Z Compiling strsim v0.11.1
4622026-06-22T19:24:51.089Z Compiling once_cell v1.21.3
4632026-06-22T19:24:51.124Z Compiling anyhow v1.0.102
4642026-06-22T19:24:51.139Z Compiling fastrand v2.3.0
4652026-06-22T19:24:51.143Z Compiling bytecount v0.6.9
4662026-06-22T19:24:51.184Z Compiling memmap v0.7.0
4672026-06-22T19:24:51.288Z Compiling clap_builder v4.6.0
4682026-06-22T19:24:51.303Z Compiling papergrid v0.11.0
4692026-06-22T19:24:51.319Z Compiling serde-untagged v0.1.9
4702026-06-22T19:24:51.392Z Compiling tempfile v3.25.0
4712026-06-22T19:24:51.414Z Compiling unicode-linebreak v0.1.5
4722026-06-22T19:24:51.414Z Compiling unicode-width v0.2.0
4732026-06-22T19:24:51.851Z Compiling smawk v0.3.2
4742026-06-22T19:24:51.863Z Compiling swrite v0.1.0
4752026-06-22T19:24:51.863Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4762026-06-22T19:24:51.863Z Compiling camino-tempfile v1.4.1
4772026-06-22T19:24:51.863Z Compiling textwrap v0.16.2
4782026-06-22T19:24:52.073Z Compiling tabled_derive v0.7.0
4792026-06-22T19:24:52.588Z Compiling synstructure v0.13.2
4802026-06-22T19:24:52.588Z Compiling pest_generator v2.8.6
4812026-06-22T19:24:52.717Z Compiling tabled v0.15.0
4822026-06-22T19:24:53.142Z Compiling serde_derive v1.0.228
4832026-06-22T19:24:53.142Z Compiling zerofrom-derive v0.1.6
4842026-06-22T19:24:53.145Z Compiling yoke-derive v0.8.1
4852026-06-22T19:24:53.145Z Compiling zerovec-derive v0.11.2
4862026-06-22T19:24:53.145Z Compiling displaydoc v0.2.5
4872026-06-22T19:24:53.145Z Compiling thiserror-impl v1.0.69
4882026-06-22T19:24:53.161Z Compiling zerocopy-derive v0.7.35
4892026-06-22T19:24:53.194Z Compiling scroll_derive v0.12.1
4902026-06-22T19:24:53.198Z Compiling thiserror-impl v2.0.18
4912026-06-22T19:24:53.198Z Compiling clap_derive v4.6.1
4922026-06-22T19:24:53.243Z Compiling pest_derive v2.8.6
4932026-06-22T19:24:53.929Z Compiling scroll v0.12.0
4942026-06-22T19:24:54.109Z Compiling zerocopy v0.7.35
4952026-06-22T19:24:54.142Z Compiling zerofrom v0.1.6
4962026-06-22T19:24:54.187Z Compiling goblin v0.8.2
4972026-06-22T19:24:54.255Z Compiling yoke v0.8.1
4982026-06-22T19:24:54.388Z Compiling dtrace-parser v0.2.0
4992026-06-22T19:24:54.420Z Compiling zerovec v0.11.5
5002026-06-22T19:24:54.420Z Compiling zerotrie v0.2.3
5012026-06-22T19:24:54.641Z Compiling clap v4.6.1
5022026-06-22T19:24:54.889Z Compiling tinystr v0.8.2
5032026-06-22T19:24:54.889Z Compiling potential_utf v0.1.4
5042026-06-22T19:24:55.029Z Compiling icu_collections v2.1.1
5052026-06-22T19:24:55.043Z Compiling icu_locale_core v2.1.1
5062026-06-22T19:24:55.596Z Compiling icu_provider v2.1.1
5072026-06-22T19:24:55.679Z Compiling toml_datetime v0.6.11
5082026-06-22T19:24:55.679Z Compiling serde_spanned v0.6.9
5092026-06-22T19:24:55.679Z Compiling serde-value v0.7.0
5102026-06-22T19:24:55.690Z Compiling cargo-platform v0.2.0
5112026-06-22T19:24:55.690Z Compiling macaddr v1.0.1
5122026-06-22T19:24:55.690Z Compiling dof v0.3.0
5132026-06-22T19:24:55.690Z Compiling serde_tokenstream v0.2.3
5142026-06-22T19:24:55.779Z Compiling icu_properties v2.1.2
5152026-06-22T19:24:55.779Z Compiling icu_normalizer v2.1.1
5162026-06-22T19:24:55.895Z Compiling toml_edit v0.22.27
5172026-06-22T19:24:56.488Z Compiling usdt-macro v0.5.0
5182026-06-22T19:24:56.502Z Compiling usdt-attr-macro v0.5.0
5192026-06-22T19:24:57.111Z Compiling idna_adapter v1.2.1
5202026-06-22T19:24:57.151Z Compiling idna v1.1.0
5212026-06-22T19:24:57.151Z Compiling url v2.5.8
5222026-06-22T19:24:57.151Z Compiling usdt v0.5.0
5232026-06-22T19:24:57.249Z Compiling toml v0.8.23
5242026-06-22T19:24:57.544Z Compiling cargo-util-schemas v0.8.2
5252026-06-22T19:24:57.544Z Compiling cargo_toml v0.21.0
5262026-06-22T19:24:59.114Z Compiling cargo_metadata v0.21.0
5272026-06-22T19:24:59.254Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5282026-06-22T19:25:01.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.39s
5292026-06-22T19:25:01.638Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5302026-06-22T19:25:02.109Z Downloading crates ...
5312026-06-22T19:25:02.214Z Downloaded arrayref v0.3.9
5322026-06-22T19:25:02.234Z Downloaded aead v0.5.2
5332026-06-22T19:25:02.234Z Downloaded ascii-canvas v3.0.0
5342026-06-22T19:25:02.234Z Downloaded adler2 v2.0.1
5352026-06-22T19:25:02.234Z Downloaded crc8 v0.1.1
5362026-06-22T19:25:02.234Z Downloaded arrayvec v0.7.6
5372026-06-22T19:25:02.234Z Downloaded atty v0.2.14
5382026-06-22T19:25:02.234Z Downloaded ahash v0.8.12
5392026-06-22T19:25:02.234Z Downloaded crc-any v2.5.0
5402026-06-22T19:25:02.234Z Downloaded derive_builder_macro v0.20.2
5412026-06-22T19:25:02.234Z Downloaded env_logger v0.11.9
5422026-06-22T19:25:02.234Z Downloaded dsl_auto_type v0.2.0
5432026-06-22T19:25:02.234Z Downloaded defmt v0.3.100
5442026-06-22T19:25:02.234Z Downloaded blowfish v0.9.1
5452026-06-22T19:25:02.234Z Downloaded arc-swap v1.8.2
5462026-06-22T19:25:02.234Z Downloaded diesel_table_macro_syntax v0.3.0
5472026-06-22T19:25:02.234Z Downloaded darling_macro v0.23.0
5482026-06-22T19:25:02.234Z Downloaded castaway v0.2.4
5492026-06-22T19:25:02.234Z Downloaded ciborium v0.2.2
5502026-06-22T19:25:02.234Z Downloaded argon2 v0.5.3
5512026-06-22T19:25:02.234Z Downloaded chacha20poly1305 v0.10.1
5522026-06-22T19:25:02.272Z Downloaded cfg_aliases v0.2.1
5532026-06-22T19:25:02.272Z Downloaded buf-list v1.1.2
5542026-06-22T19:25:02.272Z Downloaded difflib v0.4.0
5552026-06-22T19:25:02.272Z Downloaded darling_macro v0.13.4
5562026-06-22T19:25:02.272Z Downloaded bit-set v0.8.0
5572026-06-22T19:25:02.272Z Downloaded anstyle-parse v0.2.7
5582026-06-22T19:25:02.272Z Downloaded defmt-parser v1.0.0
5592026-06-22T19:25:02.272Z Downloaded darling_macro v0.21.3
5602026-06-22T19:25:02.272Z Downloaded bitfield v0.19.4
5612026-06-22T19:25:02.272Z Downloaded daft v0.1.7
5622026-06-22T19:25:02.272Z Downloaded chacha20 v0.9.1
5632026-06-22T19:25:02.272Z Downloaded diesel-dtrace v0.5.0
5642026-06-22T19:25:02.272Z Downloaded crossbeam-deque v0.8.6
5652026-06-22T19:25:02.272Z Downloaded cbc v0.1.2
5662026-06-22T19:25:02.320Z Downloaded bitfield-macros v0.19.4
5672026-06-22T19:25:02.320Z Downloaded clang-sys v1.8.1
5682026-06-22T19:25:02.320Z Downloaded assert_matches v1.5.0
5692026-06-22T19:25:02.320Z Downloaded elliptic-curve v0.13.8
5702026-06-22T19:25:02.320Z Downloaded cassowary v0.3.0
5712026-06-22T19:25:02.320Z Downloaded bit-vec v0.8.0
5722026-06-22T19:25:02.320Z Downloaded atomic-waker v1.1.2
5732026-06-22T19:25:02.320Z Downloaded async-stream-impl v0.3.6
5742026-06-22T19:25:02.320Z Downloaded dunce v1.0.5
5752026-06-22T19:25:02.320Z Downloaded compression-core v0.4.31
5762026-06-22T19:25:02.320Z Downloaded convert_case v0.10.0
5772026-06-22T19:25:02.320Z Downloaded dyn-clone v1.0.20
5782026-06-22T19:25:02.320Z Downloaded dropshot-api-manager-types v0.7.2
5792026-06-22T19:25:02.320Z Downloaded bitfield-struct v0.6.2
5802026-06-22T19:25:02.320Z Downloaded bcs v0.1.6
5812026-06-22T19:25:02.321Z Downloaded embedded-io v0.6.1
5822026-06-22T19:25:02.321Z Downloaded downcast-rs v2.0.2
5832026-06-22T19:25:02.321Z Downloaded dirs-sys-next v0.1.2
5842026-06-22T19:25:02.321Z Downloaded async-stream v0.3.6
5852026-06-22T19:25:02.321Z Downloaded debug-ignore v1.0.5
5862026-06-22T19:25:02.321Z Downloaded document-features v0.2.12
5872026-06-22T19:25:02.321Z Downloaded dirs-next v2.0.0
5882026-06-22T19:25:02.321Z Downloaded curve25519-dalek-derive v0.1.1
5892026-06-22T19:25:02.321Z Downloaded array-init v0.0.4
5902026-06-22T19:25:02.321Z Downloaded dtrace-parser v0.3.0
5912026-06-22T19:25:02.321Z Downloaded enum-as-inner v0.6.1
5922026-06-22T19:25:02.321Z Downloaded fd-lock v4.0.4
5932026-06-22T19:25:02.787Z Downloaded data-encoding v2.10.0
5942026-06-22T19:25:02.787Z Downloaded crucible-workspace-hack v0.1.0
5952026-06-22T19:25:02.787Z Downloaded atomicwrites v0.4.4
5962026-06-22T19:25:02.787Z Downloaded endian-type v0.1.2
5972026-06-22T19:25:02.787Z Downloaded cfg_aliases v0.1.1
5982026-06-22T19:25:02.787Z Downloaded block-padding v0.3.3
5992026-06-22T19:25:02.787Z Downloaded embedded-io v0.4.0
6002026-06-22T19:25:02.787Z Downloaded dof v0.4.0
6012026-06-22T19:25:02.787Z Downloaded crunchy v0.2.4
6022026-06-22T19:25:02.787Z Downloaded convert_case v0.4.0
6032026-06-22T19:25:02.787Z Downloaded ciborium-io v0.2.2
6042026-06-22T19:25:02.787Z Downloaded bit-set v0.5.3
6052026-06-22T19:25:02.787Z Downloaded ecdsa v0.16.9
6062026-06-22T19:25:02.787Z Downloaded cobs v0.3.0
6072026-06-22T19:25:02.787Z Downloaded float-cmp v0.10.0
6082026-06-22T19:25:02.787Z Downloaded backoff v0.4.0
6092026-06-22T19:25:02.787Z Downloaded flume v0.11.1
6102026-06-22T19:25:02.787Z Downloaded float-ord v0.3.2
6112026-06-22T19:25:02.787Z Downloaded cstr-argument v0.1.2
6122026-06-22T19:25:02.787Z Downloaded async-recursion v1.1.1
6132026-06-22T19:25:02.787Z Downloaded crc-catalog v2.4.0
6142026-06-22T19:25:02.787Z Downloaded async-compression v0.4.41
6152026-06-22T19:25:02.787Z Downloaded foreign-types v0.5.0
6162026-06-22T19:25:02.843Z Downloaded ciborium-ll v0.2.2
6172026-06-22T19:25:02.843Z Downloaded futures-core v0.3.32
6182026-06-22T19:25:02.843Z Downloaded fixedbitset v0.4.2
6192026-06-22T19:25:02.843Z Downloaded cargo-platform v0.3.2
6202026-06-22T19:25:02.843Z Downloaded bcrypt-pbkdf v0.10.0
6212026-06-22T19:25:02.843Z Downloaded darling_macro v0.20.11
6222026-06-22T19:25:02.843Z Downloaded base16ct v0.2.0
6232026-06-22T19:25:02.843Z Downloaded foreign-types-shared v0.1.1
6242026-06-22T19:25:02.843Z Downloaded display-error-chain v0.2.2
6252026-06-22T19:25:02.843Z Downloaded funty v2.0.0
6262026-06-22T19:25:02.843Z Downloaded cpufeatures v0.3.0
6272026-06-22T19:25:02.843Z Downloaded env_filter v1.0.0
6282026-06-22T19:25:02.843Z Downloaded foreign-types-shared v0.3.1
6292026-06-22T19:25:02.843Z Downloaded futures-sink v0.3.32
6302026-06-22T19:25:02.843Z Downloaded futures-task v0.3.32
6312026-06-22T19:25:02.843Z Downloaded flagset v0.4.7
6322026-06-22T19:25:02.843Z Downloaded crossbeam-epoch v0.9.18
6332026-06-22T19:25:02.843Z Downloaded foreign-types v0.3.2
6342026-06-22T19:25:02.843Z Downloaded bb8 v0.8.6
6352026-06-22T19:25:02.843Z Downloaded either v1.15.0
6362026-06-22T19:25:02.843Z Downloaded gethostname v0.5.0
6372026-06-22T19:25:02.843Z Downloaded futures-macro v0.3.32
6382026-06-22T19:25:02.843Z Downloaded fxhash v0.2.1
6392026-06-22T19:25:02.843Z Downloaded cipher v0.4.4
6402026-06-22T19:25:02.843Z Downloaded corncobs v0.1.4
6412026-06-22T19:25:02.843Z Downloaded constant_time_eq v0.4.2
6422026-06-22T19:25:02.843Z Downloaded const_format_proc_macros v0.2.34
6432026-06-22T19:25:02.843Z Downloaded headers-core v0.3.0
6442026-06-22T19:25:02.843Z Downloaded bitflags v1.3.2
6452026-06-22T19:25:02.844Z Downloaded daft-derive v0.1.7
6462026-06-22T19:25:02.844Z Downloaded async-trait v0.1.89
6472026-06-22T19:25:02.844Z Downloaded anstream v0.6.21
6482026-06-22T19:25:02.844Z Downloaded fallible-iterator v0.2.0
6492026-06-22T19:25:02.844Z Downloaded globwalk v0.9.1
6502026-06-22T19:25:02.844Z Downloaded cmake v0.1.57
6512026-06-22T19:25:02.844Z Downloaded erased-serde v0.3.31
6522026-06-22T19:25:02.844Z Downloaded git-stub v1.0.0
6532026-06-22T19:25:02.844Z Downloaded defmt v1.0.1
6542026-06-22T19:25:02.844Z Downloaded hash32 v0.3.1
6552026-06-22T19:25:02.844Z Downloaded ctr v0.9.2
6562026-06-22T19:25:02.844Z Downloaded http-range v0.1.5
6572026-06-22T19:25:02.844Z Downloaded const-oid v0.9.6
6582026-06-22T19:25:02.844Z Downloaded ff v0.13.1
6592026-06-22T19:25:02.844Z Downloaded deranged v0.5.8
6602026-06-22T19:25:02.844Z Downloaded defmt-macros v1.0.1
6612026-06-22T19:25:02.844Z Downloaded http-body v1.0.1
6622026-06-22T19:25:02.844Z Downloaded filetime v0.2.27
6632026-06-22T19:25:02.844Z Downloaded darling v0.13.4
6642026-06-22T19:25:02.844Z Downloaded find-msvc-tools v0.1.9
6652026-06-22T19:25:02.844Z Downloaded futures-io v0.3.32
6662026-06-22T19:25:02.844Z Downloaded hash32 v0.2.1
6672026-06-22T19:25:02.844Z Downloaded derive-ex v0.1.8
6682026-06-22T19:25:02.844Z Downloaded ed25519 v2.2.3
6692026-06-22T19:25:02.844Z Downloaded compression-codecs v0.4.37
6702026-06-22T19:25:02.844Z Downloaded hex-literal v0.4.1
6712026-06-22T19:25:02.844Z Downloaded darling v0.21.3
6722026-06-22T19:25:02.844Z Downloaded hostname v0.4.2
6732026-06-22T19:25:02.844Z Downloaded httpdate v1.0.3
6742026-06-22T19:25:02.844Z Downloaded fixedbitset v0.5.7
6752026-06-22T19:25:02.844Z Downloaded darling v0.20.11
6762026-06-22T19:25:02.844Z Downloaded derive_builder_core v0.20.2
6772026-06-22T19:25:02.844Z Downloaded crc v3.4.0
6782026-06-22T19:25:02.844Z Downloaded cexpr v0.6.0
6792026-06-22T19:25:02.844Z Downloaded hyper-tls v0.6.0
6802026-06-22T19:25:02.844Z Downloaded futures-executor v0.3.32
6812026-06-22T19:25:02.844Z Downloaded critical-section v1.2.0
6822026-06-22T19:25:02.845Z Downloaded fs_extra v1.3.0
6832026-06-22T19:25:02.845Z Downloaded glob v0.3.3
6842026-06-22T19:25:02.845Z Downloaded bit-vec v0.6.3
6852026-06-22T19:25:02.845Z Downloaded globset v0.4.18
6862026-06-22T19:25:02.845Z Downloaded diff v0.1.13
6872026-06-22T19:25:02.845Z Downloaded ena v0.14.4
6882026-06-22T19:25:02.845Z Downloaded fs-err v2.11.0
6892026-06-22T19:25:02.845Z Downloaded der_derive v0.7.3
6902026-06-22T19:25:02.845Z Downloaded git-stub-vcs v0.1.0
6912026-06-22T19:25:02.845Z Downloaded indent_write v2.2.0
6922026-06-22T19:25:02.845Z Downloaded foldhash v0.2.0
6932026-06-22T19:25:02.845Z Downloaded byte-wrapper v0.1.0
6942026-06-22T19:25:02.845Z Downloaded ident_case v1.0.1
6952026-06-22T19:25:02.845Z Downloaded des v0.8.1
6962026-06-22T19:25:02.845Z Downloaded foreign-types-macros v0.2.3
6972026-06-22T19:25:02.845Z Downloaded foldhash v0.1.5
6982026-06-22T19:25:02.845Z Downloaded darling v0.23.0
6992026-06-22T19:25:02.845Z Downloaded illumos-nvpair-sys v0.2.0
7002026-06-22T19:25:02.845Z Downloaded backon v1.6.0
7012026-06-22T19:25:02.845Z Downloaded illumos-nvpair v0.3.0
7022026-06-22T19:25:02.845Z Downloaded hubpack_derive v0.1.1
7032026-06-22T19:25:02.845Z Downloaded bzip2 v0.4.4
7042026-06-22T19:25:02.845Z Downloaded camino-tempfile-ext v0.3.3
7052026-06-22T19:25:02.845Z Downloaded highway v1.3.0
7062026-06-22T19:25:02.845Z Downloaded console v0.15.11
7072026-06-22T19:25:02.845Z Downloaded colored v2.2.0
7082026-06-22T19:25:02.845Z Downloaded instant v0.1.13
7092026-06-22T19:25:02.845Z Downloaded is_ci v1.2.0
7102026-06-22T19:25:02.845Z Downloaded inout v0.1.4
7112026-06-22T19:25:02.845Z Downloaded hex v0.4.3
7122026-06-22T19:25:02.845Z Downloaded indoc v1.0.9
7132026-06-22T19:25:02.845Z Downloaded crossbeam-utils v0.8.21
7142026-06-22T19:25:02.845Z Downloaded group v0.13.0
7152026-06-22T19:25:02.845Z Downloaded csv-core v0.1.13
7162026-06-22T19:25:02.878Z Downloaded chacha20 v0.10.0
7172026-06-22T19:25:02.878Z Downloaded cargo_metadata v0.23.1
7182026-06-22T19:25:02.878Z Downloaded ghash v0.5.1
7192026-06-22T19:25:02.878Z Downloaded hostname v0.3.1
7202026-06-22T19:25:02.878Z Downloaded home v0.5.12
7212026-06-22T19:25:02.878Z Downloaded http-body-util v0.1.3
7222026-06-22T19:25:02.878Z Downloaded instability v0.3.11
7232026-06-22T19:25:02.878Z Downloaded is-terminal v0.4.17
7242026-06-22T19:25:02.878Z Downloaded internet-checksum v0.2.1
7252026-06-22T19:25:02.878Z Downloaded darling_core v0.13.4
7262026-06-22T19:25:02.878Z Downloaded futures-channel v0.3.32
7272026-06-22T19:25:02.878Z Downloaded dropshot_endpoint v0.17.0
7282026-06-22T19:25:02.878Z Downloaded hubpack v0.1.2
7292026-06-22T19:25:02.878Z Downloaded keccak v0.1.6
7302026-06-22T19:25:02.878Z Downloaded kstat-rs v0.2.4
7312026-06-22T19:25:02.878Z Downloaded lalrpop-util v0.19.12
7322026-06-22T19:25:02.878Z Downloaded linked-hash-map v0.5.6
7332026-06-22T19:25:02.878Z Downloaded libscf-sys v1.1.0
7342026-06-22T19:25:02.878Z Downloaded darling_core v0.20.11
7352026-06-22T19:25:02.878Z Downloaded drift v0.2.0
7362026-06-22T19:25:02.878Z Downloaded cookie_store v0.22.1
7372026-06-22T19:25:02.878Z Downloaded mime v0.3.17
7382026-06-22T19:25:02.878Z Downloaded md5 v0.7.0
7392026-06-22T19:25:02.878Z Downloaded maybe-uninit v2.0.0
7402026-06-22T19:25:02.878Z Downloaded maplit v1.0.2
7412026-06-22T19:25:02.878Z Downloaded lzss v0.8.2
7422026-06-22T19:25:02.878Z Downloaded cookie v0.18.1
7432026-06-22T19:25:02.878Z Downloaded humantime v2.3.0
7442026-06-22T19:25:02.878Z Downloaded getrandom v0.2.17
7452026-06-22T19:25:02.878Z Downloaded console v0.16.2
7462026-06-22T19:25:02.879Z Downloaded colored v3.1.1
7472026-06-22T19:25:02.879Z Downloaded base64ct v1.8.3
7482026-06-22T19:25:02.879Z Downloaded lru-slab v0.1.2
7492026-06-22T19:25:02.879Z Downloaded match_cfg v0.1.0
7502026-06-22T19:25:02.879Z Downloaded lru-cache v0.1.2
7512026-06-22T19:25:02.879Z Downloaded lru v0.12.5
7522026-06-22T19:25:02.879Z Downloaded md-5 v0.10.6
7532026-06-22T19:25:02.879Z Downloaded ipnetwork v0.21.1
7542026-06-22T19:25:02.879Z Downloaded ingot-types v0.1.2
7552026-06-22T19:25:02.879Z Downloaded indoc v2.0.7
7562026-06-22T19:25:02.879Z Downloaded memoffset v0.9.1
7572026-06-22T19:25:02.879Z Downloaded impl-trait-for-tuples v0.2.3
7582026-06-22T19:25:02.879Z Downloaded multimap v0.10.1
7592026-06-22T19:25:02.879Z Downloaded hmac v0.12.1
7602026-06-22T19:25:02.879Z Downloaded allocator-api2 v0.2.21
7612026-06-22T19:25:02.879Z Downloaded cancel-safe-futures v0.1.5
7622026-06-22T19:25:02.879Z Downloaded async-bb8-diesel v0.2.1
7632026-06-22T19:25:02.879Z Downloaded derive_more v0.99.20
7642026-06-22T19:25:02.879Z Downloaded derive_builder v0.20.2
7652026-06-22T19:25:02.879Z Downloaded newtype_derive v0.1.6
7662026-06-22T19:25:02.879Z Downloaded newline-converter v0.3.0
7672026-06-22T19:25:02.879Z Downloaded num v0.4.3
7682026-06-22T19:25:02.879Z Downloaded nodrop v0.1.14
7692026-06-22T19:25:02.879Z Downloaded ipnet v2.11.0
7702026-06-22T19:25:02.879Z Downloaded nibble_vec v0.1.0
7712026-06-22T19:25:02.879Z Downloaded new_debug_unreachable v1.0.6
7722026-06-22T19:25:02.879Z Downloaded ingot v0.1.1
7732026-06-22T19:25:02.879Z Downloaded bumpalo v3.20.2
7742026-06-22T19:25:02.879Z Downloaded libefi-sys v0.1.0
7752026-06-22T19:25:02.879Z Downloaded hyper-staticfile v0.10.1
7762026-06-22T19:25:02.879Z Downloaded fatfs v0.3.6
7772026-06-22T19:25:02.879Z Downloaded num-derive v0.3.3
7782026-06-22T19:25:02.879Z Downloaded lazy_static v1.5.0
7792026-06-22T19:25:02.879Z Downloaded half v1.8.3
7802026-06-22T19:25:02.879Z Downloaded num-derive v0.4.2
7812026-06-22T19:25:02.879Z Downloaded num-conv v0.2.0
7822026-06-22T19:25:02.879Z Downloaded lock_api v0.4.14
7832026-06-22T19:25:02.879Z Downloaded linear-map v1.2.0
7842026-06-22T19:25:02.880Z Downloaded derive-where v1.6.0
7852026-06-22T19:25:02.880Z Downloaded dropshot-api-manager v0.7.2
7862026-06-22T19:25:02.880Z Downloaded libloading v0.8.9
7872026-06-22T19:25:02.880Z Downloaded newtype-uuid-macros v0.1.0
7882026-06-22T19:25:02.880Z Downloaded bzip2 v0.6.1
7892026-06-22T19:25:02.880Z Downloaded num-iter v0.1.45
7902026-06-22T19:25:02.880Z Downloaded normalize-line-endings v0.3.0
7912026-06-22T19:25:02.880Z Downloaded oso-derive v0.27.3
7922026-06-22T19:25:02.880Z Downloaded openssl-probe v0.2.1
7932026-06-22T19:25:02.880Z Downloaded managed v0.8.0
7942026-06-22T19:25:02.880Z Downloaded nonempty v0.12.0
7952026-06-22T19:25:02.880Z Downloaded num_enum_derive v0.5.11
7962026-06-22T19:25:02.880Z Downloaded crypto-bigint v0.5.5
7972026-06-22T19:25:02.880Z Downloaded openssl-probe v0.1.6
7982026-06-22T19:25:02.880Z Downloaded openssl-macros v0.1.1
7992026-06-22T19:25:02.880Z Downloaded opaque-debug v0.3.1
8002026-06-22T19:25:02.880Z Downloaded num_threads v0.1.7
8012026-06-22T19:25:02.880Z Downloaded crc32fast v1.5.0
8022026-06-22T19:25:02.880Z Downloaded libsw-core v0.3.2
8032026-06-22T19:25:02.880Z Downloaded packed_struct_codegen v0.10.1
8042026-06-22T19:25:02.880Z Downloaded iana-time-zone v0.1.65
8052026-06-22T19:25:02.880Z Downloaded newtype-uuid v1.3.2
8062026-06-22T19:25:02.880Z Downloaded mime_guess v2.0.5
8072026-06-22T19:25:02.880Z Downloaded blake2 v0.10.6
8082026-06-22T19:25:02.880Z Downloaded hyper-rustls v0.27.7
8092026-06-22T19:25:02.880Z Downloaded const_format v0.2.35
8102026-06-22T19:25:02.880Z Downloaded ingot-macros v0.1.1
8112026-06-22T19:25:02.880Z Downloaded peg-runtime v0.8.5
8122026-06-22T19:25:02.880Z Downloaded parse-size v1.1.0
8132026-06-22T19:25:02.880Z Downloaded getrandom v0.3.4
8142026-06-22T19:25:02.880Z Downloaded num_enum v0.5.11
8152026-06-22T19:25:02.880Z Downloaded parse-display v0.10.0
8162026-06-22T19:25:03.328Z Downloaded darling_core v0.23.0
8172026-06-22T19:25:03.328Z Downloaded multer v3.1.0
8182026-06-22T19:25:03.328Z Downloaded num_enum v0.7.6
8192026-06-22T19:25:03.328Z Downloaded pbkdf2 v0.11.0
8202026-06-22T19:25:03.328Z Downloaded native-tls v0.2.18
8212026-06-22T19:25:03.328Z Downloaded path-slash v0.1.5
8222026-06-22T19:25:03.328Z Downloaded pbkdf2 v0.12.2
8232026-06-22T19:25:03.328Z Downloaded darling_core v0.21.3
8242026-06-22T19:25:03.328Z Downloaded nanorand v0.7.0
8252026-06-22T19:25:03.328Z Downloaded cc v1.2.56
8262026-06-22T19:25:03.328Z Downloaded phf_shared v0.13.1
8272026-06-22T19:25:03.328Z Downloaded olpc-cjson v0.1.4
8282026-06-22T19:25:03.328Z Downloaded base64 v0.22.1
8292026-06-22T19:25:03.328Z Downloaded pin-utils v0.1.0
8302026-06-22T19:25:03.328Z Downloaded num-complex v0.4.6
8312026-06-22T19:25:03.328Z Downloaded nu-ansi-term v0.50.3
8322026-06-22T19:25:03.329Z Downloaded packed_struct v0.10.1
8332026-06-22T19:25:03.329Z Downloaded oxnet v0.1.6
8342026-06-22T19:25:03.329Z Downloaded oxide-tokio-rt v0.1.4
8352026-06-22T19:25:03.329Z Downloaded phf_shared v0.12.1
8362026-06-22T19:25:03.329Z Downloaded phf_shared v0.11.3
8372026-06-22T19:25:03.329Z Downloaded predicates-tree v1.0.13
8382026-06-22T19:25:03.329Z Downloaded num_enum_derive v0.7.6
8392026-06-22T19:25:03.329Z Downloaded num-rational v0.4.2
8402026-06-22T19:25:03.329Z Downloaded precomputed-hash v0.1.1
8412026-06-22T19:25:03.329Z Downloaded powerfmt v0.2.0
8422026-06-22T19:25:03.330Z Downloaded num-integer v0.1.46
8432026-06-22T19:25:03.330Z Downloaded proc-macro-crate v3.4.0
8442026-06-22T19:25:03.330Z Downloaded proc-macro-crate v1.3.1
8452026-06-22T19:25:03.330Z Downloaded bytes v1.11.1
8462026-06-22T19:25:03.330Z Downloaded flate2 v1.1.9
8472026-06-22T19:25:03.330Z Downloaded der v0.7.10
8482026-06-22T19:25:03.330Z Downloaded futures v0.3.32
8492026-06-22T19:25:03.330Z Downloaded owo-colors v4.3.0
8502026-06-22T19:25:03.330Z Downloaded litrs v1.0.0
8512026-06-22T19:25:03.330Z Downloaded crossbeam-channel v0.5.15
8522026-06-22T19:25:03.330Z Downloaded psl-types v2.0.11
8532026-06-22T19:25:03.330Z Downloaded proc-macro-error-attr2 v2.0.0
8542026-06-22T19:25:03.331Z Downloaded predicates-core v1.0.10
8552026-06-22T19:25:03.331Z Downloaded quick-error v1.2.3
8562026-06-22T19:25:03.331Z Downloaded pem v3.0.6
8572026-06-22T19:25:03.331Z Downloaded password-hash v0.4.2
8582026-06-22T19:25:03.331Z Downloaded libbz2-rs-sys v0.2.2
8592026-06-22T19:25:03.331Z Downloaded memmap2 v0.9.10
8602026-06-22T19:25:03.331Z Downloaded httparse v1.10.1
8612026-06-22T19:25:03.331Z Downloaded half v2.7.1
8622026-06-22T19:25:03.331Z Downloaded peg-macros v0.8.5
8632026-06-22T19:25:03.331Z Downloaded parking_lot_core v0.8.6
8642026-06-22T19:25:03.331Z Downloaded radium v0.7.0
8652026-06-22T19:25:03.331Z Downloaded pin-project-internal v1.1.11
8662026-06-22T19:25:03.331Z Downloaded progenitor-macro v0.14.0
8672026-06-22T19:25:03.331Z Downloaded diesel_derives v2.3.7
8682026-06-22T19:25:03.331Z Downloaded progenitor-macro v0.13.0
8692026-06-22T19:25:03.331Z Downloaded ignore v0.4.25
8702026-06-22T19:25:03.331Z Downloaded expectorate v1.2.0
8712026-06-22T19:25:03.331Z Downloaded pkg-config v0.3.32
8722026-06-22T19:25:03.331Z Downloaded parse-display-derive v0.10.0
8732026-06-22T19:25:03.332Z Downloaded polyval v0.6.2
8742026-06-22T19:25:03.332Z Downloaded pin-project-lite v0.2.17
8752026-06-22T19:25:03.332Z Downloaded phf v0.13.1
8762026-06-22T19:25:03.332Z Downloaded phf v0.12.1
8772026-06-22T19:25:03.332Z Downloaded paste v1.0.15
8782026-06-22T19:25:03.332Z Downloaded password-hash v0.5.0
8792026-06-22T19:25:03.332Z Downloaded indexmap v1.9.3
8802026-06-22T19:25:03.332Z Downloaded hickory-resolver v0.25.2
8812026-06-22T19:25:03.332Z Downloaded pem-rfc7468 v0.7.0
8822026-06-22T19:25:03.332Z Downloaded peg v0.8.5
8832026-06-22T19:25:03.332Z Downloaded postgres-protocol v0.6.10
8842026-06-22T19:25:03.332Z Downloaded recursive-proc-macro-impl v0.1.1
8852026-06-22T19:25:03.332Z Downloaded rand_xorshift v0.4.0
8862026-06-22T19:25:03.332Z Downloaded ppv-lite86 v0.2.21
8872026-06-22T19:25:03.332Z Downloaded parking_lot v0.11.2
8882026-06-22T19:25:03.332Z Downloaded compact_str v0.8.1
8892026-06-22T19:25:03.332Z Downloaded primeorder v0.13.6
8902026-06-22T19:25:03.332Z Downloaded parking_lot_core v0.9.12
8912026-06-22T19:25:03.332Z Downloaded libsw v3.5.0
8922026-06-22T19:25:03.332Z Downloaded jobserver v0.1.34
8932026-06-22T19:25:03.332Z Downloaded heapless v0.7.17
8942026-06-22T19:25:03.332Z Downloaded ed25519-dalek v2.2.0
8952026-06-22T19:25:03.332Z Downloaded progenitor-extras v0.2.0
8962026-06-22T19:25:03.332Z Downloaded progenitor-client v0.14.0
8972026-06-22T19:25:03.332Z Downloaded progenitor-client v0.13.0
8982026-06-22T19:25:03.332Z Downloaded progenitor v0.14.0
8992026-06-22T19:25:03.333Z Downloaded indicatif v0.18.4
9002026-06-22T19:25:03.333Z Downloaded psm v0.1.30
9012026-06-22T19:25:03.333Z Downloaded derive_more v2.1.1
9022026-06-22T19:25:03.333Z Downloaded recursive v0.1.1
9032026-06-22T19:25:03.333Z Downloaded predicates v3.1.4
9042026-06-22T19:25:03.333Z Downloaded pkcs8 v0.10.2
9052026-06-22T19:25:03.333Z Downloaded pkcs5 v0.7.1
9062026-06-22T19:25:03.333Z Downloaded russh-cryptovec v0.7.3
9072026-06-22T19:25:03.333Z Downloaded progenitor v0.13.0
9082026-06-22T19:25:03.333Z Downloaded omicron-zone-package v0.12.2
9092026-06-22T19:25:03.333Z Downloaded ref-cast-impl v1.0.25
9102026-06-22T19:25:03.333Z Downloaded proc-macro-error2 v2.0.1
9112026-06-22T19:25:03.333Z Downloaded rand_seeder v0.4.0
9122026-06-22T19:25:03.333Z Downloaded rand_core v0.10.0
9132026-06-22T19:25:03.333Z Downloaded miniz_oxide v0.8.9
9142026-06-22T19:25:03.333Z Downloaded hickory-resolver v0.24.4
9152026-06-22T19:25:03.333Z Downloaded poly1305 v0.8.0
9162026-06-22T19:25:03.368Z Downloaded postgres-types v0.2.12
9172026-06-22T19:25:03.368Z Downloaded papergrid v0.17.0
9182026-06-22T19:25:03.369Z Downloaded salsa20 v0.10.2
9192026-06-22T19:25:03.369Z Downloaded same-file v1.0.6
9202026-06-22T19:25:03.369Z Downloaded derive_more-impl v2.1.1
9212026-06-22T19:25:03.369Z Downloaded rustc_version v0.4.1
9222026-06-22T19:25:03.369Z Downloaded rustc_version v0.1.7
9232026-06-22T19:25:03.369Z Downloaded rfc6979 v0.4.0
9242026-06-22T19:25:03.369Z Downloaded hyper-util v0.1.20
9252026-06-22T19:25:03.369Z Downloaded rustc-hash v2.1.1
9262026-06-22T19:25:03.369Z Downloaded rand_chacha v0.3.1
9272026-06-22T19:25:03.369Z Downloaded scopeguard v1.2.0
9282026-06-22T19:25:03.369Z Downloaded r2d2 v0.8.10
9292026-06-22T19:25:03.369Z Downloaded scroll_derive v0.13.1
9302026-06-22T19:25:03.369Z Downloaded seq-macro v0.3.6
9312026-06-22T19:25:03.369Z Downloaded secrecy v0.10.3
9322026-06-22T19:25:03.369Z Downloaded serde-big-array v0.5.1
9332026-06-22T19:25:03.369Z Downloaded ref-cast v1.0.25
9342026-06-22T19:25:03.369Z Downloaded sapling-renderdag v0.1.0
9352026-06-22T19:25:03.369Z Downloaded pkcs1 v0.7.5
9362026-06-22T19:25:03.369Z Downloaded openssl-sys v0.9.115
9372026-06-22T19:25:03.369Z Downloaded rtoolbox v0.0.3
9382026-06-22T19:25:03.369Z Downloaded heapless v0.8.0
9392026-06-22T19:25:03.369Z Downloaded hashbrown v0.12.3
9402026-06-22T19:25:03.369Z Downloaded serde_plain v1.0.2
9412026-06-22T19:25:03.369Z Downloaded serde_urlencoded v0.7.1
9422026-06-22T19:25:03.369Z Downloaded serde_spanned v1.0.4
9432026-06-22T19:25:03.369Z Downloaded serde_repr v0.1.20
9442026-06-22T19:25:03.369Z Downloaded rand_core v0.9.5
9452026-06-22T19:25:03.369Z Downloaded rand_core v0.6.4
9462026-06-22T19:25:03.369Z Downloaded scrypt v0.11.0
9472026-06-22T19:25:03.369Z Downloaded rand_chacha v0.9.0
9482026-06-22T19:25:03.369Z Downloaded hashbrown v0.13.2
9492026-06-22T19:25:03.369Z Downloaded hickory-server v0.25.2
9502026-06-22T19:25:03.369Z Downloaded semver v0.1.20
9512026-06-22T19:25:03.369Z Downloaded serde_bytes v0.11.19
9522026-06-22T19:25:03.369Z Downloaded parking_lot v0.12.5
9532026-06-22T19:25:03.369Z Downloaded sha1 v0.10.6
9542026-06-22T19:25:03.369Z Downloaded signal-hook-tokio v0.3.1
9552026-06-22T19:25:03.370Z Downloaded signal-hook-mio v0.2.5
9562026-06-22T19:25:03.370Z Downloaded oso v0.27.3
9572026-06-22T19:25:03.370Z Downloaded secrecy v0.8.0
9582026-06-22T19:25:03.370Z Downloaded base64 v0.21.7
9592026-06-22T19:25:03.370Z Downloaded progenitor-impl v0.13.0
9602026-06-22T19:25:03.370Z Downloaded siphasher v1.0.2
9612026-06-22T19:25:03.370Z Downloaded sigpipe v0.1.3
9622026-06-22T19:25:03.370Z Downloaded p256 v0.13.2
9632026-06-22T19:25:03.370Z Downloaded sct v0.7.1
9642026-06-22T19:25:03.370Z Downloaded sec1 v0.7.3
9652026-06-22T19:25:03.370Z Downloaded slog-envlogger v2.2.0
9662026-06-22T19:25:03.370Z Downloaded slog-bunyan v2.5.0
9672026-06-22T19:25:03.370Z Downloaded signature v2.2.0
9682026-06-22T19:25:03.370Z Downloaded resolv-conf v0.7.6
9692026-06-22T19:25:03.370Z Downloaded quinn-udp v0.5.14
9702026-06-22T19:25:03.370Z Downloaded rustls-native-certs v0.8.3
9712026-06-22T19:25:03.370Z Downloaded russh-keys v0.45.0
9722026-06-22T19:25:03.370Z Downloaded rusty-fork v0.3.1
9732026-06-22T19:25:03.370Z Downloaded rustversion v1.0.22
9742026-06-22T19:25:03.370Z Downloaded serde_with_macros v1.5.2
9752026-06-22T19:25:03.370Z Downloaded crossterm v0.28.1
9762026-06-22T19:25:03.370Z Downloaded rustls-pki-types v1.14.0
9772026-06-22T19:25:03.370Z Downloaded jiff-static v0.2.21
9782026-06-22T19:25:03.370Z Downloaded headers v0.4.1
9792026-06-22T19:25:03.370Z Downloaded minimal-lexical v0.2.1
9802026-06-22T19:25:03.370Z Downloaded shlex v1.3.0
9812026-06-22T19:25:03.370Z Downloaded signal-hook-registry v1.4.8
9822026-06-22T19:25:03.370Z Downloaded shell-words v1.1.1
9832026-06-22T19:25:03.370Z Downloaded rustls-pemfile v2.2.0
9842026-06-22T19:25:03.370Z Downloaded sqlparser_derive v0.5.0
9852026-06-22T19:25:03.370Z Downloaded scroll v0.13.0
9862026-06-22T19:25:03.370Z Downloaded scheduled-thread-pool v0.2.7
9872026-06-22T19:25:03.370Z Downloaded ssh-cipher v0.2.0
9882026-06-22T19:25:03.370Z Downloaded http v1.4.0
9892026-06-22T19:25:03.370Z Downloaded serde_derive_internals v0.29.1
9902026-06-22T19:25:03.370Z Downloaded prettyplease v0.2.37
9912026-06-22T19:25:03.371Z Downloaded ar_archive_writer v0.5.1
9922026-06-22T19:25:03.371Z Downloaded simd-adler32 v0.3.8
9932026-06-22T19:25:03.371Z Downloaded strip-ansi-escapes v0.2.1
9942026-06-22T19:25:03.371Z Downloaded postcard v1.1.3
9952026-06-22T19:25:03.371Z Downloaded strum v0.27.2
9962026-06-22T19:25:03.371Z Downloaded structmeta v0.3.0
9972026-06-22T19:25:03.371Z Downloaded strsim v0.10.0
9982026-06-22T19:25:03.371Z Downloaded schemars_derive v0.8.22
9992026-06-22T19:25:03.371Z Downloaded serde-hex v0.1.0
10002026-06-22T19:25:03.371Z Downloaded ssh-encoding v0.2.0
10012026-06-22T19:25:03.371Z Downloaded slog-scope v4.4.1
10022026-06-22T19:25:03.371Z Downloaded slog-dtrace v0.3.0
10032026-06-22T19:25:03.371Z Downloaded sync_wrapper v1.0.2
10042026-06-22T19:25:03.371Z Downloaded slog-json v2.6.1
10052026-06-22T19:25:03.371Z Downloaded slog-async v2.8.0
10062026-06-22T19:25:03.371Z Downloaded serde_path_to_error v0.1.20
10072026-06-22T19:25:03.371Z Downloaded prefix-trie v0.7.0
10082026-06-22T19:25:03.371Z Downloaded crossterm v0.29.0
10092026-06-22T19:25:03.371Z Downloaded rustls-platform-verifier v0.6.2
10102026-06-22T19:25:03.371Z Downloaded progenitor-impl v0.14.0
10112026-06-22T19:25:03.371Z Downloaded tagptr v0.2.0
10122026-06-22T19:25:03.371Z Downloaded sync-ptr v0.1.4
10132026-06-22T19:25:03.371Z Downloaded slog-term v2.9.2
10142026-06-22T19:25:03.371Z Downloaded strum v0.26.3
10152026-06-22T19:25:03.371Z Downloaded spki v0.7.3
10162026-06-22T19:25:03.383Z Downloaded slog-stdlog v4.1.1
10172026-06-22T19:25:03.383Z Downloaded supports-color v3.0.2
10182026-06-22T19:25:03.383Z Downloaded structmeta-derive v0.3.0
10192026-06-22T19:25:03.383Z Downloaded rayon-core v1.13.0
10202026-06-22T19:25:03.383Z Downloaded serde_with_macros v3.17.0
10212026-06-22T19:25:03.383Z Downloaded aes v0.8.4
10222026-06-22T19:25:03.383Z Downloaded smallvec v0.6.14
10232026-06-22T19:25:03.383Z Downloaded tap v1.0.1
10242026-06-22T19:25:03.383Z Downloaded take_mut v0.2.2
10252026-06-22T19:25:03.383Z Downloaded termtree v0.5.1
10262026-06-22T19:25:03.384Z Downloaded sqlformat v0.3.5
10272026-06-22T19:25:03.384Z Downloaded rustls-pemfile v1.0.4
10282026-06-22T19:25:03.384Z Downloaded string_cache v0.8.9
10292026-06-22T19:25:03.384Z Downloaded slab v0.4.12
10302026-06-22T19:25:03.384Z Downloaded ryu v1.0.23
10312026-06-22T19:25:03.384Z Downloaded tabwriter v1.4.1
10322026-06-22T19:25:03.384Z Downloaded static_assertions v1.1.0
10332026-06-22T19:25:03.384Z Downloaded stacker v0.1.23
10342026-06-22T19:25:03.384Z Downloaded thread-id v5.1.0
10352026-06-22T19:25:03.384Z Downloaded publicsuffix v2.3.0
10362026-06-22T19:25:03.384Z Downloaded stringprep v0.1.5
10372026-06-22T19:25:03.384Z Downloaded num-bigint v0.4.6
10382026-06-22T19:25:03.384Z Downloaded libxml v0.3.3
10392026-06-22T19:25:03.384Z Downloaded time-core v0.1.8
10402026-06-22T19:25:03.384Z Downloaded support-bundle-viewer v0.1.2
10412026-06-22T19:25:03.384Z Downloaded strum_macros v0.27.2
10422026-06-22T19:25:03.384Z Downloaded snafu-derive v0.8.9
10432026-06-22T19:25:03.384Z Downloaded tabled_derive v0.11.0
10442026-06-22T19:25:03.384Z Downloaded serde_cbor v0.11.2
10452026-06-22T19:25:03.384Z Downloaded tinyvec_macros v0.1.1
10462026-06-22T19:25:03.384Z Downloaded hashbrown v0.16.1
10472026-06-22T19:25:03.384Z Downloaded smf v0.2.3
10482026-06-22T19:25:03.384Z Downloaded thiserror-impl-no-std v2.0.2
10492026-06-22T19:25:03.384Z Downloaded testing_table v0.3.0
10502026-06-22T19:25:03.384Z Downloaded signal-hook v0.3.18
10512026-06-22T19:25:03.384Z Downloaded spin v0.9.8
10522026-06-22T19:25:03.384Z Downloaded termios v0.3.3
10532026-06-22T19:25:03.384Z Downloaded aes-gcm v0.10.3
10542026-06-22T19:25:03.384Z Downloaded schemars v0.9.0
10552026-06-22T19:25:03.384Z Downloaded itertools v0.13.0
10562026-06-22T19:25:03.384Z Downloaded tower-layer v0.3.3
10572026-06-22T19:25:03.384Z Downloaded subtle v2.6.1
10582026-06-22T19:25:03.384Z Downloaded strum_macros v0.26.4
10592026-06-22T19:25:03.384Z Downloaded num-bigint-dig v0.8.6
10602026-06-22T19:25:03.384Z Downloaded strum_macros v0.24.3
10612026-06-22T19:25:03.384Z Downloaded time-macros v0.2.27
10622026-06-22T19:25:03.384Z Downloaded slog v2.8.2
10632026-06-22T19:25:03.384Z Downloaded try-lock v0.2.5
10642026-06-22T19:25:03.385Z Downloaded tower-service v0.3.3
10652026-06-22T19:25:03.385Z Downloaded ron v0.8.1
10662026-06-22T19:25:03.385Z Downloaded unarray v0.1.4
10672026-06-22T19:25:03.385Z Downloaded tiny-keccak v2.0.2
10682026-06-22T19:25:03.385Z Downloaded rand v0.9.2
10692026-06-22T19:25:03.385Z Downloaded rsa v0.9.10
10702026-06-22T19:25:03.385Z Downloaded tokio-macros v2.7.0
10712026-06-22T19:25:03.385Z Downloaded tokio-rustls v0.25.0
10722026-06-22T19:25:03.385Z Downloaded pin-project v1.1.11
10732026-06-22T19:25:03.385Z Downloaded tokio-native-tls v0.3.1
10742026-06-22T19:25:03.385Z Downloaded tokio-dtrace v0.1.1
10752026-06-22T19:25:03.385Z Downloaded schemars v0.8.22
10762026-06-22T19:25:03.385Z Downloaded unicode-truncate v1.1.0
10772026-06-22T19:25:03.385Z Downloaded universal-hash v0.5.1
10782026-06-22T19:25:03.385Z Downloaded typify-macro v0.6.2
10792026-06-22T19:25:03.385Z Downloaded trait-variant v0.1.2
10802026-06-22T19:25:03.385Z Downloaded term v1.2.1
10812026-06-22T19:25:03.385Z Downloaded utf-8 v0.7.6
10822026-06-22T19:25:03.385Z Downloaded usdt-macro v0.6.0
10832026-06-22T19:25:03.385Z Downloaded usdt-attr-macro v0.6.0
10842026-06-22T19:25:03.385Z Downloaded untrusted v0.9.0
10852026-06-22T19:25:03.385Z Downloaded term v0.7.0
10862026-06-22T19:25:03.385Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10872026-06-22T19:25:03.385Z Downloaded samael v0.0.19
10882026-06-22T19:25:03.385Z Downloaded iri-string v0.7.10
10892026-06-22T19:25:03.385Z Downloaded thiserror-no-std v2.0.2
10902026-06-22T19:25:03.385Z Downloaded nom v8.0.0
10912026-06-22T19:25:03.385Z Downloaded untrusted v0.7.1
10922026-06-22T19:25:03.385Z Downloaded schemars v1.2.1
10932026-06-22T19:25:03.385Z Downloaded unicase v2.9.0
10942026-06-22T19:25:03.385Z Downloaded tui-tree-widget v0.23.1
10952026-06-22T19:25:03.385Z Downloaded topological-sort v0.2.2
10962026-06-22T19:25:03.385Z Downloaded serde_yaml v0.9.34+deprecated
10972026-06-22T19:25:03.385Z Downloaded void v1.0.2
10982026-06-22T19:25:03.385Z Downloaded qorb v0.4.1
10992026-06-22T19:25:03.385Z Downloaded want v0.3.1
11002026-06-22T19:25:03.386Z Downloaded itertools v0.12.1
11012026-06-22T19:25:03.386Z Downloaded quinn v0.11.9
11022026-06-22T19:25:03.386Z Downloaded mio v1.2.0
11032026-06-22T19:25:03.386Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11042026-06-22T19:25:03.386Z Downloaded tls_codec_derive v0.4.2
11052026-06-22T19:25:03.386Z Downloaded tls_codec v0.4.2
11062026-06-22T19:25:03.386Z Downloaded unit-prefix v0.5.2
11072026-06-22T19:25:03.386Z Downloaded xattr v1.6.1
11082026-06-22T19:25:03.386Z Downloaded tokio-tungstenite v0.21.0
11092026-06-22T19:25:03.386Z Downloaded xshell-macros v0.2.7
11102026-06-22T19:25:03.386Z Downloaded snafu v0.8.9
11112026-06-22T19:25:03.386Z Downloaded tokio-tungstenite v0.23.1
11122026-06-22T19:25:03.386Z Downloaded waitgroup v0.1.2
11132026-06-22T19:25:03.386Z Downloaded toml_writer v1.0.6+spec-1.1.0
11142026-06-22T19:25:03.386Z Downloaded tokio-rustls v0.26.4
11152026-06-22T19:25:03.386Z Downloaded similar v2.7.0
11162026-06-22T19:25:03.460Z Downloaded usdt-impl v0.6.0
11172026-06-22T19:25:03.460Z Downloaded itertools v0.10.5
11182026-06-22T19:25:03.460Z Downloaded usdt v0.6.0
11192026-06-22T19:25:03.460Z Downloaded nom v7.1.3
11202026-06-22T19:25:03.460Z Downloaded uzers v0.12.2
11212026-06-22T19:25:03.460Z Downloaded rand v0.8.6
11222026-06-22T19:25:03.460Z Downloaded vergen-lib v9.1.0
11232026-06-22T19:25:03.460Z Downloaded itertools v0.14.0
11242026-06-22T19:25:03.460Z Downloaded zone_cfg_derive v0.3.1
11252026-06-22T19:25:03.460Z Downloaded zeroize_derive v1.4.3
11262026-06-22T19:25:03.461Z Downloaded hashbrown v0.15.5
11272026-06-22T19:25:03.461Z Downloaded thread_local v1.1.9
11282026-06-22T19:25:03.461Z Downloaded hkdf v0.12.4
11292026-06-22T19:25:03.461Z Downloaded pretty_assertions v1.4.1
11302026-06-22T19:25:03.461Z Downloaded tracing-attributes v0.1.31
11312026-06-22T19:25:03.461Z Downloaded rcgen v0.12.1
11322026-06-22T19:25:03.461Z Downloaded walkdir v2.5.0
11332026-06-22T19:25:03.461Z Downloaded twox-hash v2.1.2
11342026-06-22T19:25:03.461Z Downloaded whoami v1.6.1
11352026-06-22T19:25:03.461Z Downloaded unicode-properties v0.1.4
11362026-06-22T19:25:03.461Z Downloaded russh v0.45.0
11372026-06-22T19:25:03.461Z Downloaded tinyvec v1.10.0
11382026-06-22T19:25:03.461Z Downloaded socket2 v0.6.3
11392026-06-22T19:25:03.461Z Downloaded socket2 v0.5.10
11402026-06-22T19:25:03.461Z Downloaded rand v0.10.0
11412026-06-22T19:25:03.461Z Downloaded xshell v0.2.7
11422026-06-22T19:25:03.461Z Downloaded vergen-lib v0.1.6
11432026-06-22T19:25:03.461Z Downloaded zone v0.3.1
11442026-06-22T19:25:03.461Z Downloaded tokio-rustls v0.24.1
11452026-06-22T19:25:03.461Z Downloaded vergen-gitcl v1.0.8
11462026-06-22T19:25:03.461Z Downloaded vergen-git2 v9.1.0
11472026-06-22T19:25:03.461Z Downloaded toml v1.0.6+spec-1.1.0
11482026-06-22T19:25:03.461Z Downloaded vergen v9.1.0
11492026-06-22T19:25:03.461Z Downloaded tokio-stream v0.1.18
11502026-06-22T19:25:03.461Z Downloaded rustls-webpki v0.103.9
11512026-06-22T19:25:03.461Z Downloaded wait-timeout v0.2.1
11522026-06-22T19:25:03.461Z Downloaded zeroize v1.8.2
11532026-06-22T19:25:03.461Z Downloaded vsss-rs v3.3.4
11542026-06-22T19:25:03.461Z Downloaded toml_parser v1.0.9+spec-1.1.0
11552026-06-22T19:25:03.461Z Downloaded unicode-bidi v0.3.18
11562026-06-22T19:25:03.461Z Downloaded zstd-safe v7.2.4
11572026-06-22T19:25:03.461Z Downloaded iddqd v0.4.2
11582026-06-22T19:25:03.461Z Downloaded whoami v2.1.0
11592026-06-22T19:25:03.461Z Downloaded wyz v0.5.1
11602026-06-22T19:25:03.461Z Downloaded test-strategy v0.4.5
11612026-06-22T19:25:03.461Z Downloaded hyper v1.8.1
11622026-06-22T19:25:03.461Z Downloaded unsafe-libyaml v0.2.11
11632026-06-22T19:25:03.462Z Downloaded yasna v0.5.2
11642026-06-22T19:25:03.462Z Downloaded aho-corasick v1.1.4
11652026-06-22T19:25:03.462Z Downloaded zerocopy v0.6.6
11662026-06-22T19:25:03.462Z Downloaded uuid v1.23.0
11672026-06-22T19:25:03.462Z Downloaded futures-util v0.3.32
11682026-06-22T19:25:03.478Z Downloaded tungstenite v0.23.0
11692026-06-22T19:25:03.478Z Downloaded toml v0.7.8
11702026-06-22T19:25:03.478Z Downloaded zstd v0.13.3
11712026-06-22T19:25:03.478Z Downloaded tungstenite v0.21.0
11722026-06-22T19:25:03.478Z Downloaded vte v0.14.1
11732026-06-22T19:25:03.478Z Downloaded subprocess v0.2.15
11742026-06-22T19:25:03.478Z Downloaded h2 v0.4.13
11752026-06-22T19:25:03.478Z Downloaded git2 v0.20.4
11762026-06-22T19:25:03.479Z Downloaded serde_with v1.14.0
11772026-06-22T19:25:03.479Z Downloaded rustyline v14.0.0
11782026-06-22T19:25:03.479Z Downloaded curve25519-dalek v4.1.3
11792026-06-22T19:25:03.479Z Downloaded toml_edit v0.19.15
11802026-06-22T19:25:03.479Z Downloaded typify v0.6.2
11812026-06-22T19:25:03.479Z Downloaded tracing-core v0.1.36
11822026-06-22T19:25:03.479Z Downloaded toml_edit v0.23.10+spec-1.0.0
11832026-06-22T19:25:03.479Z Downloaded tar v0.4.45
11842026-06-22T19:25:03.479Z Downloaded ssh-key v0.6.7
11852026-06-22T19:25:03.479Z Downloaded zopfli v0.8.3
11862026-06-22T19:25:03.479Z Downloaded reqwest v0.12.28
11872026-06-22T19:25:03.479Z Downloaded portable-atomic v1.13.1
11882026-06-22T19:25:03.479Z Downloaded steno v0.4.1
11892026-06-22T19:25:03.914Z Downloaded tower v0.5.3
11902026-06-22T19:25:03.914Z Downloaded zip v0.6.6
11912026-06-22T19:25:03.914Z Downloaded unicode-segmentation v1.12.0
11922026-06-22T19:25:03.933Z Downloaded yansi v1.0.1
11932026-06-22T19:25:03.933Z Downloaded zerocopy-derive v0.8.40
11942026-06-22T19:25:03.933Z Downloaded salty v0.3.0
11952026-06-22T19:25:03.933Z Downloaded libm v0.2.16
11962026-06-22T19:25:03.933Z Downloaded typed-path v0.9.3
11972026-06-22T19:25:03.933Z Downloaded p521 v0.13.3
11982026-06-22T19:25:03.933Z Downloaded rpassword v7.4.0
11992026-06-22T19:25:03.933Z Downloaded tokio-postgres v0.7.16
12002026-06-22T19:25:03.933Z Downloaded lalrpop v0.19.12
12012026-06-22T19:25:03.933Z Downloaded serde_with v3.17.0
12022026-06-22T19:25:03.933Z Downloaded unicode-normalization v0.1.25
12032026-06-22T19:25:03.933Z Downloaded chrono v0.4.44
12042026-06-22T19:25:03.933Z Downloaded tough v0.22.0
12052026-06-22T19:25:03.933Z Downloaded tower-http v0.6.8
12062026-06-22T19:25:03.933Z Downloaded reedline v0.40.0
12072026-06-22T19:25:03.934Z Downloaded reqwest v0.13.2
12082026-06-22T19:25:03.934Z Downloaded blake3 v1.8.3
12092026-06-22T19:25:03.934Z Downloaded bindgen v0.71.1
12102026-06-22T19:25:03.934Z Downloaded tokio-util v0.7.18
12112026-06-22T19:25:03.934Z Downloaded unicode_categories v0.1.1
12122026-06-22T19:25:03.934Z Downloaded regex v1.12.3
12132026-06-22T19:25:03.934Z Downloaded openssl v0.10.79
12142026-06-22T19:25:03.934Z Downloaded bitvec v1.0.1
12152026-06-22T19:25:03.934Z Downloaded x509-cert v0.2.5
12162026-06-22T19:25:03.934Z Downloaded rustls v0.21.12
12172026-06-22T19:25:03.934Z Downloaded nix v0.28.0
12182026-06-22T19:25:03.934Z Downloaded p384 v0.13.1
12192026-06-22T19:25:03.934Z Downloaded regex-syntax v0.6.29
12202026-06-22T19:25:03.934Z Downloaded dropshot v0.17.0
12212026-06-22T19:25:03.934Z Downloaded rayon v1.11.0
12222026-06-22T19:25:03.934Z Downloaded vcpkg v0.2.15
12232026-06-22T19:25:03.934Z Downloaded zip v4.6.1
12242026-06-22T19:25:03.934Z Downloaded diesel v2.3.7
12252026-06-22T19:25:03.934Z Downloaded aws-lc-rs v1.16.3
12262026-06-22T19:25:03.934Z Downloaded rustls-webpki v0.101.7
12272026-06-22T19:25:03.934Z Downloaded rustls v0.22.4
12282026-06-22T19:25:03.934Z Downloaded zerocopy v0.8.40
12292026-06-22T19:25:03.934Z Downloaded regex-syntax v0.8.10
12302026-06-22T19:25:03.934Z Downloaded rustls-webpki v0.102.8
12312026-06-22T19:25:03.934Z Downloaded regress v0.11.1
12322026-06-22T19:25:03.934Z Downloaded rustls v0.23.37
12332026-06-22T19:25:03.934Z Downloaded petname v2.0.2
12342026-06-22T19:25:03.934Z Downloaded proptest v1.10.0
12352026-06-22T19:25:03.934Z Downloaded rustix v0.38.44
12362026-06-22T19:25:03.934Z Downloaded winnow v0.5.40
12372026-06-22T19:25:03.934Z Downloaded winnow v0.6.26
12382026-06-22T19:25:03.934Z Downloaded goblin v0.10.5
12392026-06-22T19:25:03.935Z Downloaded moka v0.12.13
12402026-06-22T19:25:03.935Z Downloaded quick-xml v0.37.5
12412026-06-22T19:25:03.935Z Downloaded object v0.30.4
12422026-06-22T19:25:03.935Z Downloaded radix_trie v0.2.1
12432026-06-22T19:25:03.935Z Downloaded sqlparser v0.61.0
12442026-06-22T19:25:03.935Z Downloaded quinn-proto v0.11.13
12452026-06-22T19:25:03.935Z Downloaded typify-impl v0.6.2
12462026-06-22T19:25:03.935Z Downloaded nix v0.27.1
12472026-06-22T19:25:03.935Z Downloaded ratatui v0.29.0
12482026-06-22T19:25:04.361Z Downloaded tabled v0.20.0
12492026-06-22T19:25:04.362Z Downloaded polar-core v0.27.3
12502026-06-22T19:25:04.391Z Downloaded zerocopy-derive v0.6.6
12512026-06-22T19:25:04.391Z Downloaded time v0.3.47
12522026-06-22T19:25:04.391Z Downloaded smoltcp v0.9.1
12532026-06-22T19:25:04.391Z Downloaded jiff v0.2.21
12542026-06-22T19:25:04.391Z Downloaded zlib-rs v0.6.2
12552026-06-22T19:25:04.391Z Downloaded csv v1.4.0
12562026-06-22T19:25:04.391Z Downloaded webpki-roots v1.0.6
12572026-06-22T19:25:04.391Z Downloaded nix v0.31.2
12582026-06-22T19:25:04.391Z Downloaded object v0.37.3
12592026-06-22T19:25:04.391Z Downloaded hickory-proto v0.24.4
12602026-06-22T19:25:04.391Z Downloaded bstr v1.12.1
12612026-06-22T19:25:04.391Z Downloaded openapiv3 v2.2.0
12622026-06-22T19:25:04.391Z Downloaded regress v0.10.5
12632026-06-22T19:25:04.391Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12642026-06-22T19:25:04.391Z Downloaded smoltcp v0.11.0
12652026-06-22T19:25:04.391Z Downloaded sha3 v0.10.8
12662026-06-22T19:25:04.391Z Downloaded hickory-proto v0.25.2
12672026-06-22T19:25:04.392Z Downloaded tokio v1.52.1
12682026-06-22T19:25:04.392Z Downloaded encoding_rs v0.8.35
12692026-06-22T19:25:04.392Z Downloaded sled v0.34.7
12702026-06-22T19:25:04.392Z Downloaded tracing v0.1.44
12712026-06-22T19:25:04.392Z Downloaded bzip2-sys v0.1.13+1.0.8
12722026-06-22T19:25:04.392Z Downloaded regex-automata v0.4.14
12732026-06-22T19:25:04.392Z Downloaded petgraph v0.6.5
12742026-06-22T19:25:04.392Z Downloaded chrono-tz v0.10.4
12752026-06-22T19:25:04.392Z Downloaded petgraph v0.8.3
12762026-06-22T19:25:04.392Z Downloaded libz-sys v1.1.24
12772026-06-22T19:25:04.519Z Downloaded ring v0.17.14
12782026-06-22T19:25:04.583Z Downloaded libgit2-sys v0.18.3+1.9.2
12792026-06-22T19:25:05.195Z Downloaded aws-lc-sys v0.40.0
12802026-06-22T19:25:05.431Z Compiling libc v0.2.185
12812026-06-22T19:25:05.432Z Compiling serde v1.0.228
12822026-06-22T19:25:05.465Z Compiling log v0.4.29
12832026-06-22T19:25:05.465Z Compiling shlex v1.3.0
12842026-06-22T19:25:05.465Z Compiling find-msvc-tools v0.1.9
12852026-06-22T19:25:05.465Z Compiling smallvec v1.15.1
12862026-06-22T19:25:05.561Z Compiling typenum v1.19.0
12872026-06-22T19:25:05.589Z Compiling subtle v2.6.1
12882026-06-22T19:25:05.618Z Compiling generic-array v0.14.7
12892026-06-22T19:25:05.618Z Compiling scopeguard v1.2.0
12902026-06-22T19:25:05.664Z Compiling const-oid v0.9.6
12912026-06-22T19:25:05.772Z Compiling serde_json v1.0.149
12922026-06-22T19:25:05.772Z Compiling syn v2.0.117
12932026-06-22T19:25:05.772Z Compiling zerocopy v0.8.40
12942026-06-22T19:25:05.772Z Compiling parking_lot_core v0.9.12
12952026-06-22T19:25:05.772Z Compiling portable-atomic v1.13.1
12962026-06-22T19:25:06.193Z Compiling lock_api v0.4.14
12972026-06-22T19:25:06.193Z Compiling pin-project-lite v0.2.17
12982026-06-22T19:25:06.193Z Compiling pkg-config v0.3.32
12992026-06-22T19:25:06.220Z Compiling bitflags v2.11.0
13002026-06-22T19:25:06.220Z Compiling futures-core v0.3.32
13012026-06-22T19:25:06.220Z Compiling critical-section v1.2.0
13022026-06-22T19:25:06.220Z Compiling libm v0.2.16
13032026-06-22T19:25:06.220Z Compiling num-traits v0.2.19
13042026-06-22T19:25:06.220Z Compiling percent-encoding v2.3.2
13052026-06-22T19:25:06.220Z Compiling futures-sink v0.3.32
13062026-06-22T19:25:06.220Z Compiling getrandom v0.4.1
13072026-06-22T19:25:06.220Z Compiling futures-task v0.3.32
13082026-06-22T19:25:06.220Z Compiling cpufeatures v0.2.17
13092026-06-22T19:25:06.220Z Compiling slab v0.4.12
13102026-06-22T19:25:06.220Z Compiling futures-channel v0.3.32
13112026-06-22T19:25:06.220Z Compiling futures-io v0.3.32
13122026-06-22T19:25:06.220Z Compiling rand_core v0.10.0
13132026-06-22T19:25:06.220Z Compiling indexmap v2.14.0
13142026-06-22T19:25:06.675Z Compiling rustversion v1.0.22
13152026-06-22T19:25:07.110Z Compiling getrandom v0.3.4
13162026-06-22T19:25:07.110Z Compiling form_urlencoded v1.2.2
13172026-06-22T19:25:07.110Z Compiling dunce v1.0.5
13182026-06-22T19:25:07.110Z Compiling fs_extra v1.3.0
13192026-06-22T19:25:07.110Z Compiling base64ct v1.8.3
13202026-06-22T19:25:07.111Z Compiling ident_case v1.0.1
13212026-06-22T19:25:07.111Z Compiling iana-time-zone v0.1.65
13222026-06-22T19:25:07.111Z Compiling rustix v1.1.3
13232026-06-22T19:25:07.111Z Compiling flagset v0.4.7
13242026-06-22T19:25:07.111Z Compiling getrandom v0.2.17
13252026-06-22T19:25:07.111Z Compiling jobserver v0.1.34
13262026-06-22T19:25:07.111Z Compiling errno v0.3.14
13272026-06-22T19:25:07.111Z Compiling mio v1.2.0
13282026-06-22T19:25:07.112Z Compiling socket2 v0.6.3
13292026-06-22T19:25:07.133Z Compiling rand_core v0.6.4
13302026-06-22T19:25:07.133Z Compiling signal-hook-registry v1.4.8
13312026-06-22T19:25:07.133Z Compiling once_cell v1.21.3
13322026-06-22T19:25:07.133Z Compiling cc v1.2.56
13332026-06-22T19:25:07.133Z Compiling parking_lot v0.12.5
13342026-06-22T19:25:07.133Z Compiling pem-rfc7468 v0.7.0
13352026-06-22T19:25:07.133Z Compiling regex-syntax v0.8.10
13362026-06-22T19:25:07.133Z Compiling vcpkg v0.2.15
13372026-06-22T19:25:07.133Z Compiling aws-lc-rs v1.16.3
13382026-06-22T19:25:07.133Z Compiling uuid v1.23.0
13392026-06-22T19:25:07.134Z Compiling tracing-core v0.1.36
13402026-06-22T19:25:07.168Z Compiling rustc_version v0.4.1
13412026-06-22T19:25:07.195Z Compiling base64 v0.22.1
13422026-06-22T19:25:07.295Z Compiling openssl-probe v0.2.1
13432026-06-22T19:25:07.338Z Compiling tinyvec_macros v0.1.1
13442026-06-22T19:25:07.380Z Compiling rand_core v0.9.5
13452026-06-22T19:25:07.380Z Compiling httparse v1.10.1
13462026-06-22T19:25:07.806Z Compiling untrusted v0.7.1
13472026-06-22T19:25:07.836Z Compiling untrusted v0.9.0
13482026-06-22T19:25:07.836Z Compiling tinyvec v1.10.0
13492026-06-22T19:25:07.836Z Compiling aho-corasick v1.1.4
13502026-06-22T19:25:07.837Z Compiling cmake v0.1.57
13512026-06-22T19:25:07.837Z Compiling atomic-waker v1.1.2
13522026-06-22T19:25:07.837Z Compiling tower-layer v0.3.3
13532026-06-22T19:25:07.837Z Compiling try-lock v0.2.5
13542026-06-22T19:25:07.837Z Compiling rustls v0.23.37
13552026-06-22T19:25:07.837Z Compiling tower-service v0.3.3
13562026-06-22T19:25:07.837Z Compiling schemars v0.8.22
13572026-06-22T19:25:07.837Z Compiling dyn-clone v1.0.20
13582026-06-22T19:25:07.837Z Compiling want v0.3.1
13592026-06-22T19:25:07.837Z Compiling openssl v0.10.79
13602026-06-22T19:25:07.837Z Compiling foreign-types-shared v0.1.1
13612026-06-22T19:25:07.837Z Compiling httpdate v1.0.3
13622026-06-22T19:25:07.837Z Compiling pin-utils v0.1.0
13632026-06-22T19:25:07.838Z Compiling unicode-normalization v0.1.25
13642026-06-22T19:25:07.874Z Compiling socket2 v0.5.10
13652026-06-22T19:25:07.898Z Compiling foreign-types v0.3.2
13662026-06-22T19:25:07.898Z Compiling spin v0.9.8
13672026-06-22T19:25:07.898Z Compiling time-core v0.1.8
13682026-06-22T19:25:07.918Z Compiling native-tls v0.2.18
13692026-06-22T19:25:07.944Z Compiling crc32fast v1.5.0
13702026-06-22T19:25:07.979Z Compiling powerfmt v0.2.0
13712026-06-22T19:25:07.979Z Compiling num-conv v0.2.0
13722026-06-22T19:25:07.999Z Compiling wait-timeout v0.2.1
13732026-06-22T19:25:08.044Z Compiling sync_wrapper v1.0.2
13742026-06-22T19:25:08.072Z Compiling syn v1.0.109
13752026-06-22T19:25:08.088Z Compiling usdt-impl v0.6.0
13762026-06-22T19:25:08.107Z Compiling tempfile v3.25.0
13772026-06-22T19:25:08.554Z Compiling time-macros v0.2.27
13782026-06-22T19:25:08.581Z Compiling deranged v0.5.8
13792026-06-22T19:25:08.582Z Compiling bit-vec v0.8.0
13802026-06-22T19:25:08.582Z Compiling unicode-segmentation v1.12.0
13812026-06-22T19:25:08.582Z Compiling quick-error v1.2.3
13822026-06-22T19:25:08.582Z Compiling num_threads v0.1.7
13832026-06-22T19:25:08.582Z Compiling simd-adler32 v0.3.8
13842026-06-22T19:25:08.582Z Compiling siphasher v1.0.2
13852026-06-22T19:25:08.582Z Compiling crossbeam-utils v0.8.21
13862026-06-22T19:25:08.582Z Compiling rusty-fork v0.3.1
13872026-06-22T19:25:08.582Z Compiling aws-lc-sys v0.40.0
13882026-06-22T19:25:08.582Z Compiling ring v0.17.14
13892026-06-22T19:25:08.582Z Compiling openssl-sys v0.9.115
13902026-06-22T19:25:08.582Z Compiling regex-automata v0.4.14
13912026-06-22T19:25:08.582Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13922026-06-22T19:25:08.582Z Compiling synstructure v0.13.2
13932026-06-22T19:25:08.582Z Compiling serde_derive_internals v0.29.1
13942026-06-22T19:25:08.615Z Compiling pest_generator v2.8.6
13952026-06-22T19:25:08.628Z Compiling darling_core v0.20.11
13962026-06-22T19:25:08.697Z Compiling darling_core v0.21.3
13972026-06-22T19:25:08.804Z Compiling bzip2-sys v0.1.13+1.0.8
13982026-06-22T19:25:09.187Z Compiling bit-set v0.8.0
13992026-06-22T19:25:09.261Z Compiling slog v2.8.2
14002026-06-22T19:25:09.288Z Compiling time v0.3.47
14012026-06-22T19:25:09.342Z Compiling heapless v0.7.17
14022026-06-22T19:25:09.770Z Compiling rand_xorshift v0.4.0
14032026-06-22T19:25:09.777Z Compiling thread-id v5.1.0
14042026-06-22T19:25:09.777Z Compiling cookie v0.18.1
14052026-06-22T19:25:09.777Z Compiling paste v1.0.15
14062026-06-22T19:25:09.777Z Compiling ryu v1.0.23
14072026-06-22T19:25:09.777Z Compiling unicode-bidi v0.3.18
14082026-06-22T19:25:09.777Z Compiling iri-string v0.7.10
14092026-06-22T19:25:09.777Z Compiling adler2 v2.0.1
14102026-06-22T19:25:09.778Z Compiling allocator-api2 v0.2.21
14112026-06-22T19:25:09.778Z Compiling anyhow v1.0.102
14122026-06-22T19:25:09.778Z Compiling zstd-safe v7.2.4
14132026-06-22T19:25:09.778Z Compiling signal-hook v0.3.18
14142026-06-22T19:25:09.778Z Compiling unicode-properties v0.1.4
14152026-06-22T19:25:09.778Z Compiling unarray v0.1.4
14162026-06-22T19:25:10.291Z Compiling stringprep v0.1.5
14172026-06-22T19:25:10.739Z Compiling miniz_oxide v0.8.9
14182026-06-22T19:25:10.739Z Compiling heck v0.4.1
14192026-06-22T19:25:10.739Z Compiling num-integer v0.1.46
14202026-06-22T19:25:11.180Z Compiling serde_derive v1.0.228
14212026-06-22T19:25:11.180Z Compiling zeroize_derive v1.4.3
14222026-06-22T19:25:11.180Z Compiling zerofrom-derive v0.1.6
14232026-06-22T19:25:11.180Z Compiling yoke-derive v0.8.1
14242026-06-22T19:25:11.180Z Compiling zerocopy-derive v0.8.40
14252026-06-22T19:25:11.180Z Compiling zerovec-derive v0.11.2
14262026-06-22T19:25:11.197Z Compiling displaydoc v0.2.5
14272026-06-22T19:25:11.197Z Compiling tokio-macros v2.7.0
14282026-06-22T19:25:11.197Z Compiling zeroize v1.8.2
14292026-06-22T19:25:11.197Z Compiling futures-macro v0.3.32
14302026-06-22T19:25:11.197Z Compiling der_derive v0.7.3
14312026-06-22T19:25:11.358Z Compiling rustls-pki-types v1.14.0
14322026-06-22T19:25:11.573Z Compiling thiserror-impl v2.0.18
14332026-06-22T19:25:11.706Z Compiling tracing-attributes v0.1.31
14342026-06-22T19:25:11.789Z Compiling scroll_derive v0.13.1
14352026-06-22T19:25:11.825Z Compiling crypto-common v0.1.7
14362026-06-22T19:25:11.851Z Compiling zerofrom v0.1.6
14372026-06-22T19:25:11.886Z Compiling block-buffer v0.10.4
14382026-06-22T19:25:11.886Z Compiling block-padding v0.3.3
14392026-06-22T19:25:11.972Z Compiling futures-util v0.3.32
14402026-06-22T19:25:12.016Z Compiling yoke v0.8.1
14412026-06-22T19:25:12.017Z Compiling schemars_derive v0.8.22
14422026-06-22T19:25:12.046Z Compiling digest v0.10.7
14432026-06-22T19:25:12.046Z Compiling inout v0.1.4
14442026-06-22T19:25:12.156Z Compiling zerovec v0.11.5
14452026-06-22T19:25:12.156Z Compiling zerotrie v0.2.3
14462026-06-22T19:25:12.247Z Compiling cipher v0.4.4
14472026-06-22T19:25:12.327Z Compiling hmac v0.12.1
14482026-06-22T19:25:12.489Z Compiling sha2 v0.10.9
14492026-06-22T19:25:12.542Z Compiling der v0.7.10
14502026-06-22T19:25:12.566Z Compiling salsa20 v0.10.2
14512026-06-22T19:25:12.618Z Compiling pbkdf2 v0.12.2
14522026-06-22T19:25:12.692Z Compiling tinystr v0.8.2
14532026-06-22T19:25:12.733Z Compiling potential_utf v0.1.4
14542026-06-22T19:25:12.742Z Compiling aes v0.8.4
14552026-06-22T19:25:12.742Z Compiling cbc v0.1.2
14562026-06-22T19:25:12.908Z Compiling icu_locale_core v2.1.1
14572026-06-22T19:25:12.966Z Compiling icu_collections v2.1.1
14582026-06-22T19:25:12.966Z Compiling scrypt v0.11.0
14592026-06-22T19:25:13.018Z Compiling thiserror v2.0.18
14602026-06-22T19:25:13.474Z Compiling tracing v0.1.44
14612026-06-22T19:25:13.501Z Compiling pest_derive v2.8.6
14622026-06-22T19:25:13.501Z Compiling scroll v0.13.0
14632026-06-22T19:25:13.501Z Compiling darling_macro v0.20.11
14642026-06-22T19:25:13.502Z Compiling spki v0.7.3
14652026-06-22T19:25:13.502Z Compiling openssl-macros v0.1.1
14662026-06-22T19:25:13.502Z Compiling goblin v0.10.5
14672026-06-22T19:25:13.585Z Compiling icu_provider v2.1.1
14682026-06-22T19:25:13.607Z Compiling pkcs5 v0.7.1
14692026-06-22T19:25:13.720Z Compiling rustls-native-certs v0.8.3
14702026-06-22T19:25:14.189Z Compiling darling v0.20.11
14712026-06-22T19:25:14.621Z Compiling bytes v1.11.1
14722026-06-22T19:25:14.621Z Compiling icu_normalizer v2.1.1
14732026-06-22T19:25:14.621Z Compiling icu_properties v2.1.2
14742026-06-22T19:25:14.621Z Compiling chrono v0.4.44
14752026-06-22T19:25:14.621Z Compiling ipnet v2.11.0
14762026-06-22T19:25:14.621Z Compiling derive_builder_core v0.20.2
14772026-06-22T19:25:14.622Z Compiling pkcs8 v0.10.2
14782026-06-22T19:25:14.622Z Compiling dtrace-parser v0.3.0
14792026-06-22T19:25:14.622Z Compiling signature v2.2.0
14802026-06-22T19:25:14.628Z Compiling webpki-roots v1.0.6
14812026-06-22T19:25:14.628Z Compiling tokio v1.52.1
14822026-06-22T19:25:14.628Z Compiling http v1.4.0
14832026-06-22T19:25:14.628Z Compiling thiserror-impl v1.0.69
14842026-06-22T19:25:14.628Z Compiling scroll_derive v0.12.1
14852026-06-22T19:25:14.628Z Compiling serde_urlencoded v0.7.1
14862026-06-22T19:25:14.628Z Compiling serde_spanned v0.6.9
14872026-06-22T19:25:14.668Z Compiling serde_tokenstream v0.2.3
14882026-06-22T19:25:14.762Z Compiling erased-serde v0.3.31
14892026-06-22T19:25:15.249Z Compiling idna_adapter v1.2.1
14902026-06-22T19:25:15.253Z Compiling derive_builder_macro v0.20.2
14912026-06-22T19:25:15.253Z Compiling ppv-lite86 v0.2.21
14922026-06-22T19:25:15.254Z Compiling idna v1.1.0
14932026-06-22T19:25:15.254Z Compiling http-body v1.0.1
14942026-06-22T19:25:15.254Z Compiling toml_datetime v0.6.11
14952026-06-22T19:25:15.281Z Compiling http-body-util v0.1.3
14962026-06-22T19:25:15.308Z Compiling scroll v0.12.0
14972026-06-22T19:25:15.330Z Compiling md-5 v0.10.6
14982026-06-22T19:25:15.379Z Compiling darling_macro v0.21.3
14992026-06-22T19:25:15.446Z Compiling url v2.5.8
15002026-06-22T19:25:15.481Z Compiling rand_chacha v0.9.0
15012026-06-22T19:25:15.504Z Compiling rand_chacha v0.3.1
15022026-06-22T19:25:15.504Z Compiling bstr v1.12.1
15032026-06-22T19:25:15.516Z Compiling zerocopy-derive v0.7.35
15042026-06-22T19:25:15.535Z Compiling pin-project-internal v1.1.11
15052026-06-22T19:25:15.551Z Compiling async-trait v0.1.89
15062026-06-22T19:25:15.601Z Compiling vergen-lib v9.1.0
15072026-06-22T19:25:15.813Z Compiling rand v0.9.2
15082026-06-22T19:25:15.831Z Compiling curve25519-dalek v4.1.3
15092026-06-22T19:25:16.263Z Compiling thiserror v1.0.69
15102026-06-22T19:25:16.732Z Compiling ff v0.13.1
15112026-06-22T19:25:16.732Z Compiling hash32 v0.2.1
15122026-06-22T19:25:16.732Z Compiling memoffset v0.9.1
15132026-06-22T19:25:16.732Z Compiling encoding_rs v0.8.35
15142026-06-22T19:25:16.732Z Compiling smoltcp v0.9.1
15152026-06-22T19:25:16.732Z Compiling ref-cast v1.0.25
15162026-06-22T19:25:16.790Z Compiling fallible-iterator v0.2.0
15172026-06-22T19:25:16.790Z Compiling litrs v1.0.0
15182026-06-22T19:25:16.790Z Compiling dof v0.4.0
15192026-06-22T19:25:16.790Z Compiling proptest v1.10.0
15202026-06-22T19:25:16.790Z Compiling psl-types v2.0.11
15212026-06-22T19:25:16.790Z Compiling rustix v0.38.44
15222026-06-22T19:25:16.790Z Compiling cfg_aliases v0.2.1
15232026-06-22T19:25:16.790Z Compiling mime v0.3.17
15242026-06-22T19:25:16.790Z Compiling base16ct v0.2.0
15252026-06-22T19:25:16.790Z Compiling zlib-rs v0.6.2
15262026-06-22T19:25:17.220Z Compiling num-bigint-dig v0.8.6
15272026-06-22T19:25:17.220Z Compiling ipnetwork v0.21.1
15282026-06-22T19:25:17.234Z Compiling document-features v0.2.12
15292026-06-22T19:25:17.234Z Compiling sec1 v0.7.3
15302026-06-22T19:25:17.234Z Compiling nix v0.31.2
15312026-06-22T19:25:17.234Z Compiling publicsuffix v2.3.0
15322026-06-22T19:25:17.234Z Compiling oxnet v0.1.6
15332026-06-22T19:25:17.235Z Compiling pin-project v1.1.11
15342026-06-22T19:25:17.235Z Compiling postgres-protocol v0.6.10
15352026-06-22T19:25:17.277Z Compiling zerocopy v0.7.35
15362026-06-22T19:25:17.750Z Compiling group v0.13.0
15372026-06-22T19:25:18.173Z Compiling darling v0.21.3
15382026-06-22T19:25:18.173Z Compiling rand v0.8.6
15392026-06-22T19:25:18.173Z Compiling goblin v0.8.2
15402026-06-22T19:25:18.173Z Compiling derive_builder v0.20.2
15412026-06-22T19:25:18.173Z Compiling futures-executor v0.3.32
15422026-06-22T19:25:18.173Z Compiling hubpack_derive v0.1.1
15432026-06-22T19:25:18.173Z Compiling hex v0.4.3
15442026-06-22T19:25:18.173Z Compiling hkdf v0.12.4
15452026-06-22T19:25:18.195Z Compiling crypto-bigint v0.5.5
15462026-06-22T19:25:18.195Z Compiling regex v1.12.3
15472026-06-22T19:25:18.195Z Compiling num-iter v0.1.45
15482026-06-22T19:25:18.195Z Compiling snafu-derive v0.8.9
15492026-06-22T19:25:18.195Z Compiling strum_macros v0.27.2
15502026-06-22T19:25:18.195Z Compiling curve25519-dalek-derive v0.1.1
15512026-06-22T19:25:18.195Z Compiling ref-cast-impl v1.0.25
15522026-06-22T19:25:18.195Z Compiling daft-derive v0.1.7
15532026-06-22T19:25:18.271Z Compiling tokio-util v0.7.18
15542026-06-22T19:25:18.319Z Compiling tower v0.5.3
15552026-06-22T19:25:18.381Z Compiling tokio-native-tls v0.3.1
15562026-06-22T19:25:18.600Z Compiling phf_shared v0.13.1
15572026-06-22T19:25:18.609Z Compiling terminal_size v0.4.3
15582026-06-22T19:25:18.671Z Compiling lazy_static v1.5.0
15592026-06-22T19:25:18.690Z Compiling anstyle-parse v0.2.7
15602026-06-22T19:25:18.741Z Compiling tower-http v0.6.8
15612026-06-22T19:25:19.164Z Compiling vergen v9.1.0
15622026-06-22T19:25:19.171Z Compiling cargo-platform v0.3.2
15632026-06-22T19:25:19.171Z Compiling fs-err v3.3.0
15642026-06-22T19:25:19.171Z Compiling ahash v0.8.12
15652026-06-22T19:25:19.171Z Compiling same-file v1.0.6
15662026-06-22T19:25:19.171Z Compiling managed v0.8.0
15672026-06-22T19:25:19.172Z Compiling h2 v0.4.13
15682026-06-22T19:25:19.172Z Compiling newtype-uuid v1.3.2
15692026-06-22T19:25:19.172Z Compiling foldhash v0.1.5
15702026-06-22T19:25:19.172Z Compiling bumpalo v3.20.2
15712026-06-22T19:25:19.172Z Compiling object v0.37.3
15722026-06-22T19:25:19.172Z Compiling bitflags v1.3.2
15732026-06-22T19:25:19.236Z Compiling foldhash v0.2.0
15742026-06-22T19:25:19.253Z Compiling winnow v0.5.40
15752026-06-22T19:25:19.266Z Compiling libbz2-rs-sys v0.2.2
15762026-06-22T19:25:19.342Z Compiling zopfli v0.8.3
15772026-06-22T19:25:19.360Z Compiling daft v0.1.7
15782026-06-22T19:25:19.387Z Compiling hashbrown v0.16.1
15792026-06-22T19:25:19.482Z Compiling hashbrown v0.15.5
15802026-06-22T19:25:19.652Z Compiling flate2 v1.1.9
15812026-06-22T19:25:19.926Z Compiling snafu v0.8.9
15822026-06-22T19:25:19.988Z Compiling dof v0.3.0
15832026-06-22T19:25:20.029Z Compiling strum v0.27.2
15842026-06-22T19:25:20.046Z Compiling bzip2 v0.6.1
15852026-06-22T19:25:20.046Z Compiling clap_builder v4.6.0
15862026-06-22T19:25:20.477Z Compiling cargo_metadata v0.23.1
15872026-06-22T19:25:20.482Z Compiling walkdir v2.5.0
15882026-06-22T19:25:20.482Z Compiling anstream v0.6.21
15892026-06-22T19:25:20.482Z Compiling phf v0.13.1
15902026-06-22T19:25:20.482Z Compiling elliptic-curve v0.13.8
15912026-06-22T19:25:20.482Z Compiling signal-hook-mio v0.2.5
15922026-06-22T19:25:20.482Z Compiling hubpack v0.1.2
15932026-06-22T19:25:20.482Z Compiling cookie_store v0.22.1
15942026-06-22T19:25:20.482Z Compiling usdt-macro v0.6.0
15952026-06-22T19:25:20.482Z Compiling usdt-attr-macro v0.6.0
15962026-06-22T19:25:21.088Z Compiling toml_edit v0.19.15
15972026-06-22T19:25:21.105Z Compiling bzip2 v0.4.4
15982026-06-22T19:25:21.105Z Compiling futures v0.3.32
15992026-06-22T19:25:21.106Z Compiling postgres-types v0.2.12
16002026-06-22T19:25:21.106Z Compiling serde_with_macros v3.17.0
16012026-06-22T19:25:21.106Z Compiling zstd v0.13.3
16022026-06-22T19:25:21.106Z Compiling dtrace-parser v0.2.0
16032026-06-22T19:25:21.147Z Compiling globset v0.4.18
16042026-06-22T19:25:21.224Z Compiling ed25519 v2.2.3
16052026-06-22T19:25:21.328Z Compiling pkcs1 v0.7.5
16062026-06-22T19:25:21.375Z Compiling serde-big-array v0.5.1
16072026-06-22T19:25:21.419Z Compiling serde_plain v1.0.2
16082026-06-22T19:25:21.916Z Compiling olpc-cjson v0.1.4
16092026-06-22T19:25:21.922Z Compiling rfc6979 v0.4.0
16102026-06-22T19:25:21.922Z Compiling clap_derive v4.6.1
16112026-06-22T19:25:21.922Z Compiling strum_macros v0.26.4
16122026-06-22T19:25:21.922Z Compiling enum-as-inner v0.6.1
16132026-06-22T19:25:21.922Z Compiling serde_repr v0.1.20
16142026-06-22T19:25:21.922Z Compiling async-recursion v1.1.1
16152026-06-22T19:25:21.922Z Compiling phf_shared v0.11.3
16162026-06-22T19:25:21.961Z Compiling hyper v1.8.1
16172026-06-22T19:25:22.084Z Compiling float-cmp v0.10.0
16182026-06-22T19:25:22.151Z Compiling pem v3.0.6
16192026-06-22T19:25:22.175Z Compiling thread-id v4.2.2
16202026-06-22T19:25:22.204Z Compiling memmap2 v0.9.10
16212026-06-22T19:25:22.235Z Compiling env_filter v1.0.0
16222026-06-22T19:25:22.275Z Compiling predicates-core v1.0.10
16232026-06-22T19:25:22.318Z Compiling either v1.15.0
16242026-06-22T19:25:22.447Z Compiling normalize-line-endings v0.3.0
16252026-06-22T19:25:22.462Z Compiling typed-path v0.9.3
16262026-06-22T19:25:22.512Z Compiling difflib v0.4.0
16272026-06-22T19:25:22.526Z Compiling whoami v2.1.0
16282026-06-22T19:25:22.550Z Compiling keccak v0.1.6
16292026-06-22T19:25:22.550Z Compiling fixedbitset v0.4.2
16302026-06-22T19:25:22.983Z Compiling precomputed-hash v0.1.1
16312026-06-22T19:25:23.402Z Compiling fixedbitset v0.5.7
16322026-06-22T19:25:23.402Z Compiling static_assertions v1.1.0
16332026-06-22T19:25:23.402Z Compiling data-encoding v2.10.0
16342026-06-22T19:25:23.402Z Compiling new_debug_unreachable v1.0.6
16352026-06-22T19:25:23.402Z Compiling jiff v0.2.21
16362026-06-22T19:25:23.428Z Compiling petgraph v0.8.3
16372026-06-22T19:25:23.428Z Compiling hyper-util v0.1.20
16382026-06-22T19:25:23.428Z Compiling string_cache v0.8.9
16392026-06-22T19:25:23.428Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16402026-06-22T19:25:23.669Z Compiling hickory-proto v0.25.2
16412026-06-22T19:25:23.669Z Compiling tokio-postgres v0.7.16
16422026-06-22T19:25:23.669Z Compiling petgraph v0.6.5
16432026-06-22T19:25:23.669Z Compiling predicates v3.1.4
16442026-06-22T19:25:23.669Z Compiling clap v4.6.1
16452026-06-22T19:25:23.669Z Compiling strum v0.26.3
16462026-06-22T19:25:23.669Z Compiling sha3 v0.10.8
16472026-06-22T19:25:23.669Z Compiling toml_edit v0.22.27
16482026-06-22T19:25:23.670Z Compiling itertools v0.13.0
16492026-06-22T19:25:23.670Z Compiling env_logger v0.11.9
16502026-06-22T19:25:23.724Z Compiling usdt v0.6.0
16512026-06-22T19:25:24.396Z Compiling usdt-impl v0.5.0
16522026-06-22T19:25:24.409Z Compiling toml v0.7.8
16532026-06-22T19:25:24.409Z Compiling serde_with v3.17.0
16542026-06-22T19:25:24.410Z Compiling crossterm v0.28.1
16552026-06-22T19:25:24.621Z Compiling hyper-tls v0.6.0
16562026-06-22T19:25:24.651Z Compiling ecdsa v0.16.9
16572026-06-22T19:25:24.877Z Compiling rsa v0.9.10
16582026-06-22T19:25:24.893Z Compiling ed25519-dalek v2.2.0
16592026-06-22T19:25:25.410Z Compiling zip v0.6.6
16602026-06-22T19:25:25.415Z Compiling iddqd v0.4.2
16612026-06-22T19:25:25.626Z Compiling zip v4.6.1
16622026-06-22T19:25:25.656Z Compiling tokio-stream v0.1.18
16632026-06-22T19:25:25.700Z Compiling toml_parser v1.0.9+spec-1.1.0
16642026-06-22T19:25:25.809Z Compiling buf-list v1.1.2
16652026-06-22T19:25:25.846Z Compiling similar v2.7.0
16662026-06-22T19:25:25.969Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16672026-06-22T19:25:26.064Z Compiling openapiv3 v2.2.0
16682026-06-22T19:25:26.513Z Compiling x509-cert v0.2.5
16692026-06-22T19:25:26.538Z Compiling sha1 v0.10.6
16702026-06-22T19:25:26.538Z Compiling crossbeam-epoch v0.9.18
16712026-06-22T19:25:26.538Z Compiling lalrpop-util v0.19.12
16722026-06-22T19:25:26.539Z Compiling peg-runtime v0.8.5
16732026-06-22T19:25:26.539Z Compiling thread_local v1.1.9
16742026-06-22T19:25:26.539Z Compiling slog-async v2.8.0
16752026-06-22T19:25:26.539Z Compiling crossbeam-channel v0.5.15
16762026-06-22T19:25:26.585Z Compiling filetime v0.2.27
16772026-06-22T19:25:26.611Z Compiling is-terminal v0.4.17
16782026-06-22T19:25:26.635Z Compiling term v1.2.1
16792026-06-22T19:25:26.696Z Compiling xattr v1.6.1
16802026-06-22T19:25:26.733Z Compiling take_mut v0.2.2
16812026-06-22T19:25:26.921Z Compiling tar v0.4.45
16822026-06-22T19:25:26.947Z Compiling slog-term v2.9.2
16832026-06-22T19:25:44.531Z Compiling rustls-webpki v0.103.9
16842026-06-22T19:25:47.304Z Compiling tokio-rustls v0.26.4
16852026-06-22T19:25:47.304Z Compiling rustls-platform-verifier v0.6.2
16862026-06-22T19:25:47.492Z Compiling hyper-rustls v0.27.7
16872026-06-22T19:25:47.708Z Compiling reqwest v0.12.28
16882026-06-22T19:25:47.735Z Compiling reqwest v0.13.2
16892026-06-22T19:25:49.016Z Compiling tough v0.22.0
16902026-06-22T19:25:51.478Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16912026-06-22T19:25:51.660Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16922026-06-22T19:25:54.965Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.83s
16932026-06-22T19:25:55.038Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
16942026-06-22T19:25:55.038ZJun 22 19:25:53.785 INFO Starting download, target: Cockroach
16952026-06-22T19:25:55.038ZJun 22 19:25:53.786 INFO Starting download, target: DendriteStub
16962026-06-22T19:25:55.038ZJun 22 19:25:53.786 INFO Starting download, target: Console
16972026-06-22T19:25:55.038ZJun 22 19:25:53.786 INFO Starting download, target: Clickhouse
16982026-06-22T19:25:55.038ZJun 22 19:25:53.786 INFO Starting download, target: MaghemiteMgd
16992026-06-22T19:25:55.038ZJun 22 19:25:53.786 INFO Starting download, target: MaghemiteDdmd
17002026-06-22T19:25:55.038ZJun 22 19:25:53.786 INFO Starting download, target: TransceiverControl
17012026-06-22T19:25:55.039ZJun 22 19:25:53.786 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17022026-06-22T19:25:55.039ZJun 22 19:25:53.786 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17032026-06-22T19:25:55.039ZJun 22 19:25:53.786 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17042026-06-22T19:25:55.039ZJun 22 19:25:53.786 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17052026-06-22T19:25:55.039ZJun 22 19:25:53.786 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17062026-06-22T19:25:55.039ZJun 22 19:25:53.786 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17072026-06-22T19:25:55.039ZJun 22 19:25:53.786 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17082026-06-22T19:25:55.612ZJun 22 19:25:54.716 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17092026-06-22T19:25:55.695ZJun 22 19:25:54.805 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17102026-06-22T19:25:55.895ZJun 22 19:25:54.956 INFO Download complete, target: Console
17112026-06-22T19:25:55.953ZJun 22 19:25:55.041 INFO Download complete, target: TransceiverControl
17122026-06-22T19:25:56.477ZJun 22 19:25:55.563 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17132026-06-22T19:26:03.071ZJun 22 19:26:02.145 INFO Checking that binary works, target: Clickhouse
17142026-06-22T19:26:03.130ZJun 22 19:26:02.236 INFO Download complete, target: Clickhouse
17152026-06-22T19:26:06.959ZJun 22 19:26:06.058 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17162026-06-22T19:26:07.059ZJun 22 19:26:06.157 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17172026-06-22T19:26:08.782ZJun 22 19:26:07.887 INFO Download complete, target: MaghemiteDdmd
17182026-06-22T19:26:09.188ZJun 22 19:26:08.259 INFO Download complete, target: MaghemiteMgd
17192026-06-22T19:26:14.884ZJun 22 19:26:13.890 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17202026-06-22T19:26:17.323ZJun 22 19:26:16.359 INFO Download complete, target: DendriteStub
17212026-06-22T19:26:37.680ZJun 22 19:26:36.791 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17222026-06-22T19:26:37.680ZJun 22 19:26:36.791 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17232026-06-22T19:26:42.176ZJun 22 19:26:41.285 INFO Checking that binary works, target: Cockroach
17242026-06-22T19:26:42.462ZJun 22 19:26:41.406 INFO Download complete, target: Cockroach
17252026-06-22T19:26:43.085ZAll prerequisites installed successfully
17262026-06-22T19:26:43.085Z
17272026-06-22T19:26:43.085Zreal 2:31.203685761
17282026-06-22T19:26:43.085Zuser 6:52.975701085
17292026-06-22T19:26:43.085Zsys 1:45.591593715
17302026-06-22T19:26:43.086Ztrap 0.238432352
17312026-06-22T19:26:43.086Ztflt 1.382531840
17322026-06-22T19:26:43.086Zdflt 1.622742316
17332026-06-22T19:26:43.086Zkflt 0.024756866
17342026-06-22T19:26:43.086Zlock 41:07.041330586
17352026-06-22T19:26:43.086Zslp 20:11.710683514
17362026-06-22T19:26:43.086Zlat 25.453119243
17372026-06-22T19:26:43.086Zstop 2:49.138201293
17382026-06-22T19:26:43.086Z+ ptime -m cargo xtask download softnpu
17392026-06-22T19:26:43.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17402026-06-22T19:26:43.125Z Running `target/debug/xtask download softnpu`
17412026-06-22T19:26:43.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
17422026-06-22T19:26:43.652Z Running `target/debug/xtask-downloader softnpu`
17432026-06-22T19:26:43.652ZJun 22 19:26:42.660 INFO Starting download, target: Softnpu
17442026-06-22T19:26:43.652ZJun 22 19:26:42.661 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17452026-06-22T19:26:49.688ZJun 22 19:26:48.768 INFO Download complete, target: Softnpu
17462026-06-22T19:26:49.704Z
17472026-06-22T19:26:49.704Zreal 7.353411652
17482026-06-22T19:26:49.704Zuser 1.292889889
17492026-06-22T19:26:49.704Zsys 0.661022857
17502026-06-22T19:26:49.704Ztrap 0.000969960
17512026-06-22T19:26:49.704Ztflt 0.000064120
17522026-06-22T19:26:49.704Zdflt 0.000578950
17532026-06-22T19:26:49.704Zkflt 0.000000000
17542026-06-22T19:26:49.704Zlock 2:04.053371763
17552026-06-22T19:26:49.704Zslp 5.837344696
17562026-06-22T19:26:49.704Zlat 0.224653478
17572026-06-22T19:26:49.704Zstop 0.000220070
17582026-06-22T19:26:49.704Z+ export CARGO_INCREMENTAL=0
17592026-06-22T19:26:49.704Z+ CARGO_INCREMENTAL=0
17602026-06-22T19:26:49.704Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17612026-06-22T19:26:50.489Z Compiling proc-macro2 v1.0.106
17622026-06-22T19:26:50.489Z Compiling quote v1.0.45
17632026-06-22T19:26:50.503Z Compiling unicode-ident v1.0.24
17642026-06-22T19:26:50.503Z Compiling libc v0.2.185
17652026-06-22T19:26:50.503Z Compiling serde_core v1.0.228
17662026-06-22T19:26:50.503Z Compiling serde v1.0.228
17672026-06-22T19:26:50.503Z Compiling cfg-if v1.0.4
17682026-06-22T19:26:50.503Z Compiling version_check v0.9.5
17692026-06-22T19:26:50.503Z Compiling shlex v1.3.0
17702026-06-22T19:26:50.503Z Compiling find-msvc-tools v0.1.9
17712026-06-22T19:26:50.503Z Compiling typenum v1.19.0
17722026-06-22T19:26:50.503Z Compiling autocfg v1.5.0
17732026-06-22T19:26:50.503Z Compiling zmij v1.0.21
17742026-06-22T19:26:50.504Z Compiling memchr v2.8.0
17752026-06-22T19:26:50.504Z Compiling serde_json v1.0.149
17762026-06-22T19:26:50.818Z Compiling portable-atomic v1.13.1
17772026-06-22T19:26:50.903Z Compiling libm v0.2.16
17782026-06-22T19:26:50.967Z Compiling zerocopy v0.8.40
17792026-06-22T19:26:50.995Z Compiling parking_lot_core v0.9.12
17802026-06-22T19:26:51.037Z Compiling smallvec v1.15.1
17812026-06-22T19:26:51.083Z Compiling icu_properties_data v2.1.2
17822026-06-22T19:26:51.114Z Compiling generic-array v0.14.7
17832026-06-22T19:26:51.177Z Compiling icu_normalizer_data v2.1.1
17842026-06-22T19:26:51.177Z Compiling itoa v1.0.17
17852026-06-22T19:26:51.232Z Compiling num-traits v0.2.19
17862026-06-22T19:26:51.271Z Compiling getrandom v0.4.1
17872026-06-22T19:26:51.298Z Compiling log v0.4.29
17882026-06-22T19:26:51.355Z Compiling stable_deref_trait v1.2.1
17892026-06-22T19:26:51.381Z Compiling pkg-config v0.3.32
17902026-06-22T19:26:51.389Z Compiling subtle v2.6.1
17912026-06-22T19:26:51.644Z Compiling scopeguard v1.2.0
17922026-06-22T19:26:51.719Z Compiling jobserver v0.1.34
17932026-06-22T19:26:51.731Z Compiling getrandom v0.2.17
17942026-06-22T19:26:51.731Z Compiling errno v0.3.14
17952026-06-22T19:26:51.762Z Compiling lock_api v0.4.14
17962026-06-22T19:26:51.840Z Compiling rand_core v0.6.4
17972026-06-22T19:26:51.881Z Compiling cc v1.2.56
17982026-06-22T19:26:51.938Z Compiling litemap v0.8.1
17992026-06-22T19:26:51.972Z Compiling writeable v0.6.2
18002026-06-22T19:26:51.998Z Compiling syn v2.0.117
18012026-06-22T19:26:52.053Z Compiling fnv v1.0.7
18022026-06-22T19:26:52.069Z Compiling percent-encoding v2.3.2
18032026-06-22T19:26:52.106Z Compiling thiserror v2.0.18
18042026-06-22T19:26:52.128Z Compiling pin-project-lite v0.2.17
18052026-06-22T19:26:52.159Z Compiling getrandom v0.3.4
18062026-06-22T19:26:52.248Z Compiling rand_core v0.10.0
18072026-06-22T19:26:52.256Z Compiling equivalent v1.0.2
18082026-06-22T19:26:52.305Z Compiling dunce v1.0.5
18092026-06-22T19:26:52.325Z Compiling fs_extra v1.3.0
18102026-06-22T19:26:52.361Z Compiling rustversion v1.0.22
18112026-06-22T19:26:52.373Z Compiling schemars v0.8.22
18122026-06-22T19:26:52.423Z Compiling critical-section v1.2.0
18132026-06-22T19:26:52.485Z Compiling rustix v1.1.3
18142026-06-22T19:26:52.493Z Compiling utf8_iter v1.0.4
18152026-06-22T19:26:52.557Z Compiling form_urlencoded v1.2.2
18162026-06-22T19:26:52.613Z Compiling hashbrown v0.17.0
18172026-06-22T19:26:52.646Z Compiling cmake v0.1.57
18182026-06-22T19:26:52.700Z Compiling signal-hook-registry v1.4.8
18192026-06-22T19:26:52.715Z Compiling const-oid v0.9.6
18202026-06-22T19:26:52.974Z Compiling once_cell v1.21.3
18212026-06-22T19:26:52.991Z Compiling parking_lot v0.12.5
18222026-06-22T19:26:53.173Z Compiling bitflags v2.11.0
18232026-06-22T19:26:53.194Z Compiling semver v1.0.28
18242026-06-22T19:26:53.194Z Compiling indexmap v2.14.0
18252026-06-22T19:26:53.227Z Compiling ring v0.17.14
18262026-06-22T19:26:53.235Z Compiling aws-lc-sys v0.40.0
18272026-06-22T19:26:53.278Z Compiling mio v1.2.0
18282026-06-22T19:26:53.309Z Compiling socket2 v0.6.3
18292026-06-22T19:26:53.402Z Compiling aws-lc-rs v1.16.3
18302026-06-22T19:26:53.490Z Compiling futures-core v0.3.32
18312026-06-22T19:26:53.528Z Compiling thiserror v1.0.69
18322026-06-22T19:26:53.546Z Compiling strsim v0.11.1
18332026-06-22T19:26:53.554Z Compiling httparse v1.10.1
18342026-06-22T19:26:53.693Z Compiling iana-time-zone v0.1.65
18352026-06-22T19:26:53.713Z Compiling ucd-trie v0.1.7
18362026-06-22T19:26:53.848Z Compiling byteorder v1.5.0
18372026-06-22T19:26:53.875Z Compiling vcpkg v0.2.15
18382026-06-22T19:26:53.889Z Compiling pest v2.8.6
18392026-06-22T19:26:53.941Z Compiling regex-syntax v0.8.10
18402026-06-22T19:26:53.965Z Compiling syn v1.0.109
18412026-06-22T19:26:53.968Z Compiling ident_case v1.0.1
18422026-06-22T19:26:53.998Z Compiling heck v0.5.0
18432026-06-22T19:26:54.003Z Compiling uuid v1.23.0
18442026-06-22T19:26:54.108Z Compiling cpufeatures v0.2.17
18452026-06-22T19:26:54.290Z Compiling rustls v0.23.37
18462026-06-22T19:26:54.308Z Compiling rustc_version v0.4.1
18472026-06-22T19:26:54.389Z Compiling futures-sink v0.3.32
18482026-06-22T19:26:54.473Z Compiling openssl-sys v0.9.115
18492026-06-22T19:26:54.505Z Compiling futures-channel v0.3.32
18502026-06-22T19:26:54.597Z Compiling aho-corasick v1.1.4
18512026-06-22T19:26:54.619Z Compiling slab v0.4.12
18522026-06-22T19:26:54.676Z Compiling futures-io v0.3.32
18532026-06-22T19:26:54.707Z Compiling futures-task v0.3.32
18542026-06-22T19:26:54.798Z Compiling synstructure v0.13.2
18552026-06-22T19:26:54.816Z Compiling serde_derive_internals v0.29.1
18562026-06-22T19:26:54.905Z Compiling dyn-clone v1.0.20
18572026-06-22T19:26:55.005Z Compiling pest_meta v2.8.6
18582026-06-22T19:26:55.090Z Compiling plain v0.2.3
18592026-06-22T19:26:55.132Z Compiling crc32fast v1.5.0
18602026-06-22T19:26:55.143Z Compiling time-core v0.1.8
18612026-06-22T19:26:55.208Z Compiling base64 v0.22.1
18622026-06-22T19:26:55.226Z Compiling num-conv v0.2.0
18632026-06-22T19:26:55.238Z Compiling crossbeam-utils v0.8.21
18642026-06-22T19:26:55.313Z Compiling openssl v0.10.79
18652026-06-22T19:26:55.384Z Compiling time-macros v0.2.27
18662026-06-22T19:26:55.477Z Compiling regex-automata v0.4.14
18672026-06-22T19:26:55.544Z Compiling pretty-hex v0.4.1
18682026-06-22T19:26:55.605Z Compiling pest_generator v2.8.6
18692026-06-22T19:26:55.608Z Compiling base64ct v1.8.3
18702026-06-22T19:26:55.651Z Compiling anyhow v1.0.102
18712026-06-22T19:26:55.697Z Compiling native-tls v0.2.18
18722026-06-22T19:26:55.723Z Compiling darling_core v0.21.3
18732026-06-22T19:26:55.901Z Compiling pem-rfc7468 v0.7.0
18742026-06-22T19:26:55.929Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18752026-06-22T19:26:55.949Z Compiling flagset v0.4.7
18762026-06-22T19:26:55.989Z Compiling rand_core v0.9.5
18772026-06-22T19:26:56.103Z Compiling serde_derive v1.0.228
18782026-06-22T19:26:56.107Z Compiling zeroize_derive v1.4.3
18792026-06-22T19:26:56.131Z Compiling zerofrom-derive v0.1.6
18802026-06-22T19:26:56.175Z Compiling yoke-derive v0.8.1
18812026-06-22T19:26:56.188Z Compiling zerovec-derive v0.11.2
18822026-06-22T19:26:56.207Z Compiling displaydoc v0.2.5
18832026-06-22T19:26:56.263Z Compiling zerocopy-derive v0.8.40
18842026-06-22T19:26:56.284Z Compiling tokio-macros v2.7.0
18852026-06-22T19:26:56.320Z Compiling futures-macro v0.3.32
18862026-06-22T19:26:56.369Z Compiling thiserror-impl v2.0.18
18872026-06-22T19:26:56.702Z Compiling zeroize v1.8.2
18882026-06-22T19:26:56.983Z Compiling schemars_derive v0.8.22
18892026-06-22T19:26:57.114Z Compiling tracing-attributes v0.1.31
18902026-06-22T19:26:57.147Z Compiling der_derive v0.7.3
18912026-06-22T19:26:57.231Z Compiling thiserror-impl v1.0.69
18922026-06-22T19:26:57.246Z Compiling zerofrom v0.1.6
18932026-06-22T19:26:57.389Z Compiling yoke v0.8.1
18942026-06-22T19:26:57.525Z Compiling crypto-common v0.1.7
18952026-06-22T19:26:57.590Z Compiling zerovec v0.11.5
18962026-06-22T19:26:57.603Z Compiling zerotrie v0.2.3
18972026-06-22T19:26:57.826Z Compiling block-buffer v0.10.4
18982026-06-22T19:26:57.998Z Compiling digest v0.10.7
18992026-06-22T19:26:58.060Z Compiling pest_derive v2.8.6
19002026-06-22T19:26:58.127Z Compiling tinystr v0.8.2
19012026-06-22T19:26:58.179Z Compiling potential_utf v0.1.4
19022026-06-22T19:26:58.267Z Compiling hmac v0.12.1
19032026-06-22T19:26:58.286Z Compiling futures-util v0.3.32
19042026-06-22T19:26:58.339Z Compiling icu_locale_core v2.1.1
19052026-06-22T19:26:58.362Z Compiling icu_collections v2.1.1
19062026-06-22T19:26:58.386Z Compiling block-padding v0.3.3
19072026-06-22T19:26:58.428Z Compiling sha2 v0.10.9
19082026-06-22T19:26:58.533Z Compiling inout v0.1.4
19092026-06-22T19:26:58.733Z Compiling cipher v0.4.4
19102026-06-22T19:26:58.793Z Compiling rustls-pki-types v1.14.0
19112026-06-22T19:26:58.933Z Compiling scroll_derive v0.12.1
19122026-06-22T19:26:58.983Z Compiling openssl-macros v0.1.1
19132026-06-22T19:26:59.096Z Compiling icu_provider v2.1.1
19142026-06-22T19:26:59.224Z Compiling bytes v1.11.1
19152026-06-22T19:26:59.310Z Compiling chrono v0.4.44
19162026-06-22T19:26:59.424Z Compiling icu_normalizer v2.1.1
19172026-06-22T19:26:59.534Z Compiling icu_properties v2.1.2
19182026-06-22T19:26:59.603Z Compiling serde_tokenstream v0.2.3
19192026-06-22T19:26:59.695Z Compiling scroll_derive v0.13.1
19202026-06-22T19:26:59.842Z Compiling tokio v1.52.1
19212026-06-22T19:27:00.477Z Compiling idna_adapter v1.2.1
19222026-06-22T19:27:00.548Z Compiling ppv-lite86 v0.2.21
19232026-06-22T19:27:00.621Z Compiling idna v1.1.0
19242026-06-22T19:27:00.862Z Compiling http v1.4.0
19252026-06-22T19:27:00.963Z Compiling url v2.5.8
19262026-06-22T19:27:00.993Z Compiling der v0.7.10
19272026-06-22T19:27:01.019Z Compiling darling_macro v0.21.3
19282026-06-22T19:27:01.019Z Compiling regex v1.12.3
19292026-06-22T19:27:01.126Z Compiling zerocopy-derive v0.7.35
19302026-06-22T19:27:01.189Z Compiling slog v2.8.2
19312026-06-22T19:27:01.435Z Compiling tracing-core v0.1.36
19322026-06-22T19:27:01.786Z Compiling untrusted v0.9.0
19332026-06-22T19:27:01.980Z Compiling tracing v0.1.44
19342026-06-22T19:27:02.102Z Compiling spki v0.7.3
19352026-06-22T19:27:02.362Z Compiling darling v0.21.3
19362026-06-22T19:27:02.371Z Compiling salsa20 v0.10.2
19372026-06-22T19:27:02.453Z Compiling pbkdf2 v0.12.2
19382026-06-22T19:27:02.844Z Compiling cookie v0.18.1
19392026-06-22T19:27:02.963Z Compiling camino v1.2.2
19402026-06-22T19:27:03.216Z Compiling scrypt v0.11.0
19412026-06-22T19:27:03.267Z Compiling http-body v1.0.1
19422026-06-22T19:27:03.278Z Compiling rand_chacha v0.9.0
19432026-06-22T19:27:03.303Z Compiling aes v0.8.4
19442026-06-22T19:27:03.406Z Compiling cbc v0.1.2
19452026-06-22T19:27:03.455Z Compiling usdt-impl v0.5.0
19462026-06-22T19:27:03.459Z Compiling untrusted v0.7.1
19472026-06-22T19:27:03.506Z Compiling openssl-probe v0.2.1
19482026-06-22T19:27:03.559Z Compiling tokio-util v0.7.18
19492026-06-22T19:27:03.663Z Compiling paste v1.0.15
19502026-06-22T19:27:03.682Z Compiling winnow v0.7.14
19512026-06-22T19:27:03.700Z Compiling fastrand v2.3.0
19522026-06-22T19:27:03.716Z Compiling unicode-segmentation v1.12.0
19532026-06-22T19:27:03.716Z Compiling usdt-impl v0.6.0
19542026-06-22T19:27:03.776Z Compiling ref-cast v1.0.25
19552026-06-22T19:27:03.979Z Compiling either v1.15.0
19562026-06-22T19:27:04.067Z Compiling tinyvec_macros v0.1.1
19572026-06-22T19:27:04.141Z Compiling tinyvec v1.10.0
19582026-06-22T19:27:04.158Z Compiling pkcs5 v0.7.1
19592026-06-22T19:27:04.182Z Compiling rand v0.9.2
19602026-06-22T19:27:04.521Z Compiling scroll v0.13.0
19612026-06-22T19:27:04.556Z Compiling scroll v0.12.0
19622026-06-22T19:27:04.653Z Compiling serde_spanned v0.6.9
19632026-06-22T19:27:04.691Z Compiling toml_datetime v0.6.11
19642026-06-22T19:27:04.778Z Compiling async-trait v0.1.89
19652026-06-22T19:27:04.806Z Compiling heapless v0.7.17
19662026-06-22T19:27:04.879Z Compiling bzip2-sys v0.1.13+1.0.8
19672026-06-22T19:27:04.898Z Compiling tower-service v0.3.3
19682026-06-22T19:27:04.922Z Compiling atomic-waker v1.1.2
19692026-06-22T19:27:04.952Z Compiling signal-hook v0.3.18
19702026-06-22T19:27:05.075Z Compiling rustix v0.38.44
19712026-06-22T19:27:05.089Z Compiling try-lock v0.2.5
19722026-06-22T19:27:05.148Z Compiling tower-layer v0.3.3
19732026-06-22T19:27:05.177Z Compiling zstd-safe v7.2.4
19742026-06-22T19:27:05.213Z Compiling want v0.3.1
19752026-06-22T19:27:05.234Z Compiling h2 v0.4.13
19762026-06-22T19:27:05.307Z Compiling toml_parser v1.0.9+spec-1.1.0
19772026-06-22T19:27:05.422Z Compiling goblin v0.8.2
19782026-06-22T19:27:05.449Z Compiling goblin v0.10.5
19792026-06-22T19:27:05.653Z Compiling pkcs8 v0.10.2
19802026-06-22T19:27:05.891Z Compiling heck v0.4.1
19812026-06-22T19:27:05.908Z Compiling zerocopy v0.7.35
19822026-06-22T19:27:05.918Z Compiling ipnet v2.11.0
19832026-06-22T19:27:05.941Z Compiling ref-cast-impl v1.0.25
19842026-06-22T19:27:06.106Z Compiling darling_core v0.20.11
19852026-06-22T19:27:06.137Z Compiling curve25519-dalek v4.1.3
19862026-06-22T19:27:06.173Z Compiling memoffset v0.9.1
19872026-06-22T19:27:06.367Z Compiling utf8parse v0.2.2
19882026-06-22T19:27:06.392Z Compiling pin-utils v0.1.0
19892026-06-22T19:27:06.498Z Compiling litrs v1.0.0
19902026-06-22T19:27:06.521Z Compiling httpdate v1.0.3
19912026-06-22T19:27:06.717Z Compiling winnow v0.5.40
19922026-06-22T19:27:06.732Z Compiling foreign-types-shared v0.1.1
19932026-06-22T19:27:06.914Z Compiling tempfile v3.25.0
19942026-06-22T19:27:06.932Z Compiling foreign-types v0.3.2
19952026-06-22T19:27:06.957Z Compiling document-features v0.2.12
19962026-06-22T19:27:07.335Z Compiling unicode-normalization v0.1.25
19972026-06-22T19:27:07.683Z Compiling dof v0.3.0
19982026-06-22T19:27:07.864Z Compiling dtrace-parser v0.2.0
19992026-06-22T19:27:08.143Z Compiling darling_macro v0.20.11
20002026-06-22T19:27:08.155Z Compiling toml_edit v0.19.15
20012026-06-22T19:27:08.188Z Compiling hyper v1.8.1
20022026-06-22T19:27:08.202Z Compiling dof v0.4.0
20032026-06-22T19:27:08.470Z Compiling dtrace-parser v0.3.0
20042026-06-22T19:27:08.667Z Compiling daft-derive v0.1.7
20052026-06-22T19:27:08.685Z Compiling pin-project-internal v1.1.11
20062026-06-22T19:27:08.899Z Compiling spin v0.9.8
20072026-06-22T19:27:08.917Z Compiling socket2 v0.5.10
20082026-06-22T19:27:09.110Z Compiling thread-id v5.1.0
20092026-06-22T19:27:09.167Z Compiling thread-id v4.2.2
20102026-06-22T19:27:09.219Z Compiling cfg_aliases v0.2.1
20112026-06-22T19:27:09.234Z Compiling anstyle v1.0.14
20122026-06-22T19:27:09.256Z Compiling smoltcp v0.9.1
20132026-06-22T19:27:09.274Z Compiling num-bigint-dig v0.8.6
20142026-06-22T19:27:09.291Z Compiling powerfmt v0.2.0
20152026-06-22T19:27:09.378Z Compiling nix v0.31.2
20162026-06-22T19:27:09.448Z Compiling hyper-util v0.1.20
20172026-06-22T19:27:09.478Z Compiling deranged v0.5.8
20182026-06-22T19:27:09.755Z Compiling darling v0.20.11
20192026-06-22T19:27:09.860Z Compiling rustls-native-certs v0.8.3
20202026-06-22T19:27:09.928Z Compiling ipnetwork v0.21.1
20212026-06-22T19:27:10.166Z Compiling strum_macros v0.26.4
20222026-06-22T19:27:10.298Z Compiling curve25519-dalek-derive v0.1.1
20232026-06-22T19:27:10.452Z Compiling sync_wrapper v1.0.2
20242026-06-22T19:27:10.517Z Compiling wait-timeout v0.2.1
20252026-06-22T19:27:10.766Z Compiling bit-vec v0.8.0
20262026-06-22T19:27:10.804Z Compiling quick-error v1.2.3
20272026-06-22T19:27:10.961Z Compiling is_terminal_polyfill v1.70.2
20282026-06-22T19:27:11.018Z Compiling colorchoice v1.0.4
20292026-06-22T19:27:11.055Z Compiling simd-adler32 v0.3.8
20302026-06-22T19:27:11.080Z Compiling num_threads v0.1.7
20312026-06-22T19:27:11.129Z Compiling siphasher v1.0.2
20322026-06-22T19:27:11.151Z Compiling anstyle-query v1.1.5
20332026-06-22T19:27:11.182Z Compiling time v0.3.47
20342026-06-22T19:27:11.281Z Compiling bit-set v0.8.0
20352026-06-22T19:27:11.286Z Compiling rusty-fork v0.3.1
20362026-06-22T19:27:11.471Z Compiling tower v0.5.3
20372026-06-22T19:27:11.577Z Compiling derive_builder_core v0.20.2
20382026-06-22T19:27:11.748Z Compiling snafu-derive v0.8.9
20392026-06-22T19:27:11.761Z Compiling http-body-util v0.1.3
20402026-06-22T19:27:12.002Z Compiling webpki-roots v1.0.6
20412026-06-22T19:27:12.231Z Compiling signature v2.2.0
20422026-06-22T19:27:12.278Z Compiling hubpack_derive v0.1.1
20432026-06-22T19:27:12.306Z Compiling rand_xorshift v0.4.0
20442026-06-22T19:27:12.357Z Compiling strum_macros v0.27.2
20452026-06-22T19:27:12.865Z Compiling fs-err v3.3.0
20462026-06-22T19:27:12.868Z Compiling ahash v0.8.12
20472026-06-22T19:27:12.868Z Compiling ryu v1.0.23
20482026-06-22T19:27:12.869Z Compiling unicode-properties v0.1.4
20492026-06-22T19:27:12.869Z Compiling allocator-api2 v0.2.21
20502026-06-22T19:27:12.869Z Compiling iri-string v0.7.10
20512026-06-22T19:27:12.909Z Compiling unarray v0.1.4
20522026-06-22T19:27:12.977Z Compiling object v0.37.3
20532026-06-22T19:27:12.990Z Compiling unicode-bidi v0.3.18
20542026-06-22T19:27:13.036Z Compiling adler2 v2.0.1
20552026-06-22T19:27:13.190Z Compiling miniz_oxide v0.8.9
20562026-06-22T19:27:13.259Z Compiling proptest v1.10.0
20572026-06-22T19:27:13.392Z Compiling stringprep v0.1.5
20582026-06-22T19:27:13.483Z Compiling serde_urlencoded v0.7.1
20592026-06-22T19:27:13.769Z Compiling derive_builder_macro v0.20.2
20602026-06-22T19:27:13.873Z Compiling tokio-native-tls v0.3.1
20612026-06-22T19:27:14.019Z Compiling tower-http v0.6.8
20622026-06-22T19:27:14.104Z Compiling usdt-macro v0.6.0
20632026-06-22T19:27:14.169Z Compiling usdt-attr-macro v0.6.0
20642026-06-22T19:27:14.467Z Compiling anstyle-parse v1.0.0
20652026-06-22T19:27:14.838Z Compiling rand_chacha v0.3.1
20662026-06-22T19:27:14.857Z Compiling erased-serde v0.3.31
20672026-06-22T19:27:14.870Z Compiling md-5 v0.10.6
20682026-06-22T19:27:14.947Z Compiling bstr v1.12.1
20692026-06-22T19:27:15.012Z Compiling num-integer v0.1.46
20702026-06-22T19:27:15.025Z Compiling hash32 v0.2.1
20712026-06-22T19:27:15.108Z Compiling vergen-lib v9.1.0
20722026-06-22T19:27:15.187Z Compiling ff v0.13.1
20732026-06-22T19:27:15.235Z Compiling encoding_rs v0.8.35
20742026-06-22T19:27:15.294Z Compiling psl-types v2.0.11
20752026-06-22T19:27:15.318Z Compiling zlib-rs v0.6.2
20762026-06-22T19:27:15.335Z Compiling base16ct v0.2.0
20772026-06-22T19:27:15.382Z Compiling mime v0.3.17
20782026-06-22T19:27:15.432Z Compiling fallible-iterator v0.2.0
20792026-06-22T19:27:15.532Z Compiling sec1 v0.7.3
20802026-06-22T19:27:15.565Z Compiling publicsuffix v2.3.0
20812026-06-22T19:27:16.145Z Compiling postgres-protocol v0.6.10
20822026-06-22T19:27:16.150Z Compiling newtype-uuid v1.3.2
20832026-06-22T19:27:16.150Z Compiling group v0.13.0
20842026-06-22T19:27:16.150Z Compiling num-iter v0.1.45
20852026-06-22T19:27:16.150Z Compiling rand v0.8.6
20862026-06-22T19:27:16.437Z Compiling anstream v1.0.0
20872026-06-22T19:27:16.532Z Compiling oxnet v0.1.6
20882026-06-22T19:27:16.549Z Compiling derive_builder v0.20.2
20892026-06-22T19:27:16.582Z Compiling hyper-tls v0.6.0
20902026-06-22T19:27:16.710Z Compiling phf_shared v0.13.1
20912026-06-22T19:27:16.756Z Compiling pin-project v1.1.11
20922026-06-22T19:27:16.828Z Compiling lazy_static v1.5.0
20932026-06-22T19:27:16.834Z Compiling anstyle-parse v0.2.7
20942026-06-22T19:27:17.355Z Compiling terminal_size v0.4.3
20952026-06-22T19:27:17.359Z Compiling serde_with_macros v3.17.0
20962026-06-22T19:27:17.359Z Compiling futures-executor v0.3.32
20972026-06-22T19:27:17.359Z Compiling hex v0.4.3
20982026-06-22T19:27:17.359Z Compiling hkdf v0.12.4
20992026-06-22T19:27:17.359Z Compiling crypto-bigint v0.5.5
21002026-06-22T19:27:17.359Z Compiling async-recursion v1.1.1
21012026-06-22T19:27:17.359Z Compiling enum-as-inner v0.6.1
21022026-06-22T19:27:17.359Z Compiling serde_repr v0.1.20
21032026-06-22T19:27:17.359Z Compiling clap_derive v4.6.1
21042026-06-22T19:27:17.359Z Compiling flate2 v1.1.9
21052026-06-22T19:27:17.386Z Compiling vergen v9.1.0
21062026-06-22T19:27:17.422Z Compiling cargo-platform v0.3.2
21072026-06-22T19:27:17.629Z Compiling bitflags v1.3.2
21082026-06-22T19:27:17.687Z Compiling clap_lex v1.0.0
21092026-06-22T19:27:17.757Z Compiling same-file v1.0.6
21102026-06-22T19:27:17.885Z Compiling libbz2-rs-sys v0.2.2
21112026-06-22T19:27:17.969Z Compiling managed v0.8.0
21122026-06-22T19:27:18.025Z Compiling foldhash v0.1.5
21132026-06-22T19:27:18.090Z Compiling foldhash v0.2.0
21142026-06-22T19:27:18.230Z Compiling bumpalo v3.20.2
21152026-06-22T19:27:18.247Z Compiling hashbrown v0.15.5
21162026-06-22T19:27:18.252Z Compiling hashbrown v0.16.1
21172026-06-22T19:27:18.293Z Compiling bzip2 v0.6.1
21182026-06-22T19:27:18.463Z Compiling zopfli v0.8.3
21192026-06-22T19:27:18.475Z Compiling elliptic-curve v0.13.8
21202026-06-22T19:27:18.529Z Compiling walkdir v2.5.0
21212026-06-22T19:27:18.786Z Compiling clap_builder v4.6.0
21222026-06-22T19:27:18.832Z Compiling cargo_metadata v0.23.1
21232026-06-22T19:27:18.864Z Compiling futures v0.3.32
21242026-06-22T19:27:19.172Z Compiling anstream v0.6.21
21252026-06-22T19:27:19.385Z Compiling zstd v0.13.3
21262026-06-22T19:27:19.475Z Compiling phf v0.13.1
21272026-06-22T19:27:19.660Z Compiling snafu v0.8.9
21282026-06-22T19:27:20.075Z Compiling daft v0.1.7
21292026-06-22T19:27:20.078Z Compiling signal-hook-mio v0.2.5
21302026-06-22T19:27:20.525Z Compiling cookie_store v0.22.1
21312026-06-22T19:27:20.529Z Compiling postgres-types v0.2.12
21322026-06-22T19:27:20.529Z Compiling bzip2 v0.4.4
21332026-06-22T19:27:20.529Z Compiling globset v0.4.18
21342026-06-22T19:27:20.529Z Compiling strum v0.27.2
21352026-06-22T19:27:20.529Z Compiling hubpack v0.1.2
21362026-06-22T19:27:20.541Z Compiling ed25519 v2.2.3
21372026-06-22T19:27:20.568Z Compiling phf_shared v0.11.3
21382026-06-22T19:27:20.721Z Compiling crossbeam-epoch v0.9.18
21392026-06-22T19:27:20.739Z Compiling olpc-cjson v0.1.4
21402026-06-22T19:27:21.155Z Compiling pkcs1 v0.7.5
21412026-06-22T19:27:21.158Z Compiling pem v3.0.6
21422026-06-22T19:27:21.158Z Compiling serde-big-array v0.5.1
21432026-06-22T19:27:21.158Z Compiling serde_plain v1.0.2
21442026-06-22T19:27:21.158Z Compiling rfc6979 v0.4.0
21452026-06-22T19:27:21.158Z Compiling float-cmp v0.10.0
21462026-06-22T19:27:21.158Z Compiling memmap2 v0.9.10
21472026-06-22T19:27:21.158Z Compiling env_filter v1.0.0
21482026-06-22T19:27:21.158Z Compiling predicates-core v1.0.10
21492026-06-22T19:27:21.164Z Compiling toml_write v0.1.2
21502026-06-22T19:27:21.575Z Compiling keccak v0.1.6
21512026-06-22T19:27:21.580Z Compiling whoami v2.1.0
21522026-06-22T19:27:21.580Z Compiling jiff v0.2.21
21532026-06-22T19:27:21.580Z Compiling fixedbitset v0.4.2
21542026-06-22T19:27:21.580Z Compiling typed-path v0.9.3
21552026-06-22T19:27:21.580Z Compiling normalize-line-endings v0.3.0
21562026-06-22T19:27:21.580Z Compiling difflib v0.4.0
21572026-06-22T19:27:21.580Z Compiling precomputed-hash v0.1.1
21582026-06-22T19:27:21.580Z Compiling data-encoding v2.10.0
21592026-06-22T19:27:21.580Z Compiling new_debug_unreachable v1.0.6
21602026-06-22T19:27:21.580Z Compiling static_assertions v1.1.0
21612026-06-22T19:27:21.580Z Compiling fixedbitset v0.5.7
21622026-06-22T19:27:22.017Z Compiling string_cache v0.8.9
21632026-06-22T19:27:22.020Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21642026-06-22T19:27:22.020Z Compiling petgraph v0.6.5
21652026-06-22T19:27:22.021Z Compiling predicates v3.1.4
21662026-06-22T19:27:22.021Z Compiling hickory-proto v0.25.2
21672026-06-22T19:27:22.021Z Compiling petgraph v0.8.3
21682026-06-22T19:27:22.065Z Compiling tokio-postgres v0.7.16
21692026-06-22T19:27:22.246Z Compiling sha3 v0.10.8
21702026-06-22T19:27:22.366Z Compiling toml_edit v0.22.27
21712026-06-22T19:27:22.535Z Compiling usdt v0.6.0
21722026-06-22T19:27:22.966Z Compiling env_logger v0.11.9
21732026-06-22T19:27:22.975Z Compiling ecdsa v0.16.9
21742026-06-22T19:27:22.975Z Compiling rsa v0.9.10
21752026-06-22T19:27:23.305Z Compiling ed25519-dalek v2.2.0
21762026-06-22T19:27:23.907Z Compiling zip v4.6.1
21772026-06-22T19:27:24.046Z Compiling zip v0.6.6
21782026-06-22T19:27:24.159Z Compiling clap v4.6.1
21792026-06-22T19:27:24.423Z Compiling crossterm v0.28.1
21802026-06-22T19:27:24.588Z Compiling iddqd v0.4.2
21812026-06-22T19:27:24.646Z Compiling serde_with v3.17.0
21822026-06-22T19:27:24.711Z Compiling similar v2.7.0
21832026-06-22T19:27:24.853Z Compiling strum v0.26.3
21842026-06-22T19:27:24.960Z Compiling toml v0.7.8
21852026-06-22T19:27:24.992Z Compiling tokio-stream v0.1.18
21862026-06-22T19:27:25.418Z Compiling itertools v0.13.0
21872026-06-22T19:27:25.473Z Compiling buf-list v1.1.2
21882026-06-22T19:27:25.566Z Compiling x509-cert v0.2.5
21892026-06-22T19:27:25.640Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21902026-06-22T19:27:25.826Z Compiling openapiv3 v2.2.0
21912026-06-22T19:27:25.953Z Compiling sha1 v0.10.6
21922026-06-22T19:27:26.263Z Compiling lalrpop-util v0.19.12
21932026-06-22T19:27:26.775Z Compiling peg-runtime v0.8.5
21942026-06-22T19:27:41.357Z Compiling rustls-webpki v0.103.9
21952026-06-22T19:27:43.004Z Compiling macaddr v1.0.1
21962026-06-22T19:27:43.121Z Compiling structmeta-derive v0.3.0
21972026-06-22T19:27:43.121Z Compiling rayon-core v1.13.0
21982026-06-22T19:27:43.121Z Compiling crucible-workspace-hack v0.1.0
21992026-06-22T19:27:43.121Z Compiling itertools v0.14.0
22002026-06-22T19:27:43.181Z Compiling secrecy v0.10.3
22012026-06-22T19:27:43.181Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22022026-06-22T19:27:43.181Z Compiling heapless v0.8.0
22032026-06-22T19:27:43.329Z Compiling toml_datetime v0.7.5+spec-1.1.0
22042026-06-22T19:27:43.437Z Compiling rustls v0.22.4
22052026-06-22T19:27:43.894Z Compiling toml_edit v0.23.10+spec-1.0.0
22062026-06-22T19:27:44.006Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22072026-06-22T19:27:44.006Z Compiling crossbeam-deque v0.8.6
22082026-06-22T19:27:44.006Z Compiling structmeta v0.3.0
22092026-06-22T19:27:44.006Z Compiling rustls-webpki v0.102.8
22102026-06-22T19:27:44.006Z Compiling hash32 v0.3.1
22112026-06-22T19:27:44.006Z Compiling multer v3.1.0
22122026-06-22T19:27:44.006Z Compiling thread_local v1.1.9
22132026-06-22T19:27:44.006Z Compiling unicode-width v0.2.0
22142026-06-22T19:27:44.006Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22152026-06-22T19:27:44.006Z Compiling smoltcp v0.11.0
22162026-06-22T19:27:44.006Z Compiling compression-core v0.4.31
22172026-06-22T19:27:44.049Z Compiling match_cfg v0.1.0
22182026-06-22T19:27:44.049Z Compiling slog-async v2.8.0
22192026-06-22T19:27:44.091Z Compiling compression-codecs v0.4.37
22202026-06-22T19:27:44.091Z Compiling proc-macro-crate v3.4.0
22212026-06-22T19:27:44.128Z Compiling hostname v0.3.1
22222026-06-22T19:27:44.162Z Compiling derive-ex v0.1.8
22232026-06-22T19:27:44.162Z Compiling ingot-macros v0.1.1
22242026-06-22T19:27:44.359Z Compiling atomicwrites v0.4.4
22252026-06-22T19:27:44.418Z Compiling slog-json v2.6.1
22262026-06-22T19:27:44.872Z Compiling crossbeam-channel v0.5.15
22272026-06-22T19:27:44.935Z Compiling half v2.7.1
22282026-06-22T19:27:44.935Z Compiling newtype-uuid-macros v0.1.0
22292026-06-22T19:27:44.935Z Compiling cobs v0.3.0
22302026-06-22T19:27:44.935Z Compiling tokio-rustls v0.26.4
22312026-06-22T19:27:44.970Z Compiling rustls-platform-verifier v0.6.2
22322026-06-22T19:27:45.018Z Compiling thiserror-impl-no-std v2.0.2
22332026-06-22T19:27:45.169Z Compiling hyper-rustls v0.27.7
22342026-06-22T19:27:45.169Z Compiling universal-hash v0.5.1
22352026-06-22T19:27:45.193Z Compiling async-stream-impl v0.3.6
22362026-06-22T19:27:45.728Z Compiling serde_spanned v1.0.4
22372026-06-22T19:27:45.754Z Compiling reqwest v0.12.28
22382026-06-22T19:27:45.754Z Compiling reqwest v0.13.2
22392026-06-22T19:27:45.754Z Compiling toml_datetime v1.0.0+spec-1.1.0
22402026-06-22T19:27:45.754Z Compiling is-terminal v0.4.17
22412026-06-22T19:27:45.754Z Compiling dropshot v0.17.0
22422026-06-22T19:27:45.754Z Compiling proc-macro-error-attr v1.0.4
22432026-06-22T19:27:45.786Z Compiling convert_case v0.4.0
22442026-06-22T19:27:45.830Z Compiling opaque-debug v0.3.1
22452026-06-22T19:27:45.903Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22462026-06-22T19:27:45.932Z Compiling ciborium-io v0.2.2
22472026-06-22T19:27:45.949Z Compiling term v1.2.1
22482026-06-22T19:27:45.949Z Compiling toml_writer v1.0.6+spec-1.1.0
22492026-06-22T19:27:46.067Z Compiling take_mut v0.2.2
22502026-06-22T19:27:46.108Z Compiling thiserror-no-std v2.0.2
22512026-06-22T19:27:46.108Z Compiling derive_more v0.99.20
22522026-06-22T19:27:46.169Z Compiling ciborium-ll v0.2.2
22532026-06-22T19:27:46.191Z Compiling toml v1.0.6+spec-1.1.0
22542026-06-22T19:27:46.292Z Compiling slog-term v2.9.2
22552026-06-22T19:27:46.354Z Compiling tokio-rustls v0.25.0
22562026-06-22T19:27:46.445Z Compiling poly1305 v0.8.0
22572026-06-22T19:27:46.466Z Compiling async-stream v0.3.6
22582026-06-22T19:27:46.603Z Compiling test-strategy v0.4.5
22592026-06-22T19:27:46.691Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22602026-06-22T19:27:46.809Z Compiling ingot-types v0.1.2
22612026-06-22T19:27:47.071Z Compiling tough v0.22.0
22622026-06-22T19:27:47.305Z Compiling ingot v0.1.1
22632026-06-22T19:27:47.469Z Compiling postcard v1.1.3
22642026-06-22T19:27:47.736Z Compiling slog-bunyan v2.5.0
22652026-06-22T19:27:48.263Z Compiling num_enum_derive v0.7.6
22662026-06-22T19:27:48.269Z Compiling async-compression v0.4.41
22672026-06-22T19:27:48.269Z Compiling parse-display-derive v0.10.0
22682026-06-22T19:27:48.269Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22692026-06-22T19:27:48.390Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22702026-06-22T19:27:48.918Z Compiling proc-macro-crate v1.3.1
22712026-06-22T19:27:48.922Z Compiling waitgroup v0.1.2
22722026-06-22T19:27:48.922Z Compiling backon v1.6.0
22732026-06-22T19:27:48.922Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22742026-06-22T19:27:48.922Z Compiling password-hash v0.5.0
22752026-06-22T19:27:48.923Z Compiling chacha20 v0.9.1
22762026-06-22T19:27:48.923Z Compiling dropshot_endpoint v0.17.0
22772026-06-22T19:27:49.025Z Compiling rustls-pemfile v2.2.0
22782026-06-22T19:27:49.120Z Compiling blake2 v0.10.6
22792026-06-22T19:27:49.120Z Compiling aead v0.5.2
22802026-06-22T19:27:49.370Z Compiling foreign-types-macros v0.2.3
22812026-06-22T19:27:49.389Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22822026-06-22T19:27:49.455Z Compiling serde_path_to_error v0.1.20
22832026-06-22T19:27:49.522Z Compiling hostname v0.4.2
22842026-06-22T19:27:49.957Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22852026-06-22T19:27:49.968Z Compiling proc-macro-error v1.0.4
22862026-06-22T19:27:49.968Z Compiling instant v0.1.13
22872026-06-22T19:27:49.968Z Compiling debug-ignore v1.0.5
22882026-06-22T19:27:49.968Z Compiling cpufeatures v0.3.0
22892026-06-22T19:27:49.969Z Compiling foreign-types-shared v0.3.1
22902026-06-22T19:27:49.969Z Compiling typeid v1.0.3
22912026-06-22T19:27:49.969Z Compiling chacha20 v0.10.0
22922026-06-22T19:27:49.969Z Compiling backoff v0.4.0
22932026-06-22T19:27:49.969Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22942026-06-22T19:27:49.969Z Compiling foreign-types v0.5.0
22952026-06-22T19:27:49.977Z Compiling parse-display v0.10.0
22962026-06-22T19:27:50.007Z Compiling argon2 v0.5.3
22972026-06-22T19:27:50.064Z Compiling chacha20poly1305 v0.10.1
22982026-06-22T19:27:50.528Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22992026-06-22T19:27:50.533Z Compiling num_enum_derive v0.5.11
23002026-06-22T19:27:50.534Z Compiling num_enum v0.7.6
23012026-06-22T19:27:50.534Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23022026-06-22T19:27:50.534Z Compiling ciborium v0.2.2
23032026-06-22T19:27:50.534Z Compiling vsss-rs v3.3.4
23042026-06-22T19:27:50.664Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23052026-06-22T19:27:51.085Z Compiling tabwriter v1.4.1
23062026-06-22T19:27:51.088Z Compiling regress v0.10.5
23072026-06-22T19:27:51.088Z Compiling byte-wrapper v0.1.0
23082026-06-22T19:27:51.088Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23092026-06-22T19:27:51.088Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23102026-06-22T19:27:51.088Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23112026-06-22T19:27:51.092Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23122026-06-22T19:27:51.105Z Compiling cstr-argument v0.1.2
23132026-06-22T19:27:51.402Z Compiling humantime v2.3.0
23142026-06-22T19:27:51.473Z Compiling erased-serde v0.4.9
23152026-06-22T19:27:51.595Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23162026-06-22T19:27:51.991Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23172026-06-22T19:27:52.696Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23182026-06-22T19:27:52.696Z Compiling num_enum v0.5.11
23192026-06-22T19:27:52.696Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23202026-06-22T19:27:52.696Z Compiling rand v0.10.0
23212026-06-22T19:27:52.696Z Compiling rayon v1.11.0
23222026-06-22T19:27:52.696Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23232026-06-22T19:27:52.697Z Compiling colored v3.1.1
23242026-06-22T19:27:52.697Z Compiling libefi-sys v0.1.0
23252026-06-22T19:27:52.856Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23262026-06-22T19:27:52.856Z Compiling indent_write v2.2.0
23272026-06-22T19:27:52.856Z Compiling zone_cfg_derive v0.3.1
23282026-06-22T19:27:52.856Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23292026-06-22T19:27:52.856Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23302026-06-22T19:27:52.856Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23312026-06-22T19:27:52.856Z Compiling camino-tempfile v1.4.1
23322026-06-22T19:27:52.856Z Compiling itertools v0.12.1
23332026-06-22T19:27:52.856Z Compiling usdt-macro v0.5.0
23342026-06-22T19:27:52.856Z Compiling usdt-attr-macro v0.5.0
23352026-06-22T19:27:52.864Z Compiling bitfield-struct v0.6.2
23362026-06-22T19:27:52.864Z Compiling num-derive v0.4.2
23372026-06-22T19:27:52.864Z Compiling blake3 v1.8.3
23382026-06-22T19:27:52.864Z Compiling ordered-float v2.10.1
23392026-06-22T19:27:53.129Z Compiling memmap v0.7.0
23402026-06-22T19:27:53.215Z Compiling sigpipe v0.1.3
23412026-06-22T19:27:53.335Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23422026-06-22T19:27:53.754Z Compiling swrite v0.1.0
23432026-06-22T19:27:53.759Z Compiling glob v0.3.3
23442026-06-22T19:27:53.759Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23452026-06-22T19:27:53.759Z Compiling usdt v0.5.0
23462026-06-22T19:27:53.759Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23472026-06-22T19:27:53.759Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23482026-06-22T19:27:53.763Z Compiling zone v0.3.1
23492026-06-22T19:27:54.285Z Compiling serde-value v0.7.0
23502026-06-22T19:27:54.288Z Compiling serde-untagged v0.1.9
23512026-06-22T19:27:54.288Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23522026-06-22T19:27:54.705Z Compiling toml v0.8.23
23532026-06-22T19:27:55.122Z Compiling smf v0.2.3
23542026-06-22T19:27:55.122Z Compiling filetime v0.2.27
23552026-06-22T19:27:55.122Z Compiling arrayvec v0.7.6
23562026-06-22T19:27:55.122Z Compiling arrayref v0.3.9
23572026-06-22T19:27:55.122Z Compiling constant_time_eq v0.4.2
23582026-06-22T19:27:55.122Z Compiling unicode-xid v0.2.6
23592026-06-22T19:27:55.122Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23602026-06-22T19:27:55.122Z Compiling xattr v1.6.1
23612026-06-22T19:27:55.122Z Compiling whoami v1.6.1
23622026-06-22T19:27:55.122Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23632026-06-22T19:27:55.122Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23642026-06-22T19:27:55.129Z Compiling tokio-dtrace v0.1.1
23652026-06-22T19:27:55.129Z Compiling cargo-util-schemas v0.8.2
23662026-06-22T19:27:55.129Z Compiling tar v0.4.45
23672026-06-22T19:27:55.129Z Compiling console v0.16.2
23682026-06-22T19:27:55.129Z Compiling gethostname v0.5.0
23692026-06-22T19:27:55.317Z Compiling cargo-platform v0.2.0
23702026-06-22T19:27:55.408Z Compiling topological-sort v0.2.2
23712026-06-22T19:27:55.825Z Compiling unit-prefix v0.5.2
23722026-06-22T19:27:56.234Z Compiling oxide-tokio-rt v0.1.4
23732026-06-22T19:27:56.235Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23742026-06-22T19:27:56.235Z Compiling indicatif v0.18.4
23752026-06-22T19:27:56.235Z Compiling shell-words v1.1.1
23762026-06-22T19:27:56.240Z Compiling cargo_metadata v0.21.0
23772026-06-22T19:28:05.197Z Compiling progenitor-client v0.14.0
23782026-06-22T19:28:05.263Z Compiling omicron-zone-package v0.12.2
23792026-06-22T19:28:05.677Z Compiling progenitor-extras v0.2.0
23802026-06-22T19:28:07.901Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23812026-06-22T19:28:07.901Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23822026-06-22T19:28:07.901Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23832026-06-22T19:28:07.927Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23842026-06-22T19:28:07.963Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23852026-06-22T19:28:08.092Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23862026-06-22T19:28:08.159Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23872026-06-22T19:28:08.284Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23882026-06-22T19:28:08.370Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23892026-06-22T19:28:12.209Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23902026-06-22T19:28:19.802Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23912026-06-22T19:28:22.876Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23922026-06-22T19:28:23.878Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23932026-06-22T19:28:33.946Z Finished `release` profile [optimized] target(s) in 1m 44s
23942026-06-22T19:28:34.080Z Running `target/release/omicron-package -t test target create -p dev`
23952026-06-22T19:28:34.139ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-06-22T19:28:34.143ZCreated new build target 'test' and set it as active
23972026-06-22T19:28:34.146Z
23982026-06-22T19:28:34.146Zreal 1:44.488655052
23992026-06-22T19:28:34.146Zuser 17:02.385231858
24002026-06-22T19:28:34.146Zsys 2:40.797710658
24012026-06-22T19:28:34.146Ztrap 0.458943741
24022026-06-22T19:28:34.146Ztflt 2.801338135
24032026-06-22T19:28:34.146Zdflt 4.462517811
24042026-06-22T19:28:34.147Zkflt 0.008258002
24052026-06-22T19:28:34.147Zlock 53:14.093805395
24062026-06-22T19:28:34.147Zslp 43:45.461409165
24072026-06-22T19:28:34.147Zlat 41.185860193
24082026-06-22T19:28:34.147Zstop 5:18.694043296
24092026-06-22T19:28:34.147Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24102026-06-22T19:28:34.951Z Finished `release` profile [optimized] target(s) in 0.79s
24112026-06-22T19:28:35.012Z Running `target/release/omicron-package -t test package`
24122026-06-22T19:28:35.068ZLogging to: /work/oxidecomputer/omicron/out/LOG
24132026-06-22T19:28:36.421Z Compiling heck v0.5.0
24142026-06-22T19:28:36.426Z Compiling regress v0.11.1
24152026-06-22T19:28:36.634Z Compiling unsafe-libyaml v0.2.11
24162026-06-22T19:28:36.677Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24172026-06-22T19:28:36.700Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24182026-06-22T19:28:36.725Z Compiling unicode-width v0.1.14
24192026-06-22T19:28:36.725Z Compiling atomicwrites v0.4.4
24202026-06-22T19:28:36.740Z Compiling derive-where v1.6.0
24212026-06-22T19:28:36.760Z Compiling bytecount v0.6.9
24222026-06-22T19:28:36.802Z Compiling is-terminal v0.4.17
24232026-06-22T19:28:36.802Z Compiling prettyplease v0.2.37
24242026-06-22T19:28:36.804Z Compiling console v0.15.11
24252026-06-22T19:28:36.804Z Compiling newline-converter v0.3.0
24262026-06-22T19:28:36.804Z Compiling slog-dtrace v0.3.0
24272026-06-22T19:28:36.845Z Compiling owo-colors v4.3.0
24282026-06-22T19:28:36.928Z Compiling resolv-conf v0.7.6
24292026-06-22T19:28:36.949Z Compiling cancel-safe-futures v0.1.5
24302026-06-22T19:28:36.953Z Compiling rustls v0.22.4
24312026-06-22T19:28:36.971Z Compiling num-rational v0.4.2
24322026-06-22T19:28:36.994Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24332026-06-22T19:28:37.015Z Compiling libsw-core v0.3.2
24342026-06-22T19:28:37.060Z Compiling rustls-webpki v0.102.8
24352026-06-22T19:28:37.144Z Compiling num-complex v0.4.6
24362026-06-22T19:28:37.152Z Compiling serde_yaml v0.9.34+deprecated
24372026-06-22T19:28:37.245Z Compiling expectorate v1.2.0
24382026-06-22T19:28:37.305Z Compiling thread_local v1.1.9
24392026-06-22T19:28:37.327Z Compiling match_cfg v0.1.0
24402026-06-22T19:28:37.332Z Compiling compression-core v0.4.31
24412026-06-22T19:28:37.429Z Compiling hostname v0.3.1
24422026-06-22T19:28:37.482Z Compiling compression-codecs v0.4.37
24432026-06-22T19:28:37.582Z Compiling num v0.4.3
24442026-06-22T19:28:37.624Z Compiling libsw v3.5.0
24452026-06-22T19:28:37.660Z Compiling multer v3.1.0
24462026-06-22T19:28:37.730Z Compiling slog-async v2.8.0
24472026-06-22T19:28:37.754Z Compiling crossbeam-channel v0.5.15
24482026-06-22T19:28:37.773Z Compiling slog-json v2.6.1
24492026-06-22T19:28:37.795Z Compiling serde_spanned v1.0.4
24502026-06-22T19:28:37.835Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24512026-06-22T19:28:37.963Z Compiling toml_datetime v1.0.0+spec-1.1.0
24522026-06-22T19:28:37.987Z Compiling term v1.2.1
24532026-06-22T19:28:38.012Z Compiling take_mut v0.2.2
24542026-06-22T19:28:38.016Z Compiling toml_writer v1.0.6+spec-1.1.0
24552026-06-22T19:28:38.038Z Compiling linear-map v1.2.0
24562026-06-22T19:28:38.056Z Compiling linked-hash-map v0.5.6
24572026-06-22T19:28:38.079Z Compiling float-ord v0.3.2
24582026-06-22T19:28:38.141Z Compiling typify-impl v0.6.2
24592026-06-22T19:28:38.212Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24602026-06-22T19:28:38.236Z Compiling toml v1.0.6+spec-1.1.0
24612026-06-22T19:28:38.271Z Compiling lru-cache v0.1.2
24622026-06-22T19:28:38.291Z Compiling slog-term v2.9.2
24632026-06-22T19:28:38.310Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24642026-06-22T19:28:38.442Z Compiling slog-bunyan v2.5.0
24652026-06-22T19:28:38.511Z Compiling async-compression v0.4.41
24662026-06-22T19:28:38.600Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24672026-06-22T19:28:38.615Z Compiling dropshot v0.17.0
24682026-06-22T19:28:38.679Z Compiling async-stream v0.3.6
24692026-06-22T19:28:38.700Z Compiling progenitor-client v0.14.0
24702026-06-22T19:28:38.748Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24712026-06-22T19:28:38.832Z Compiling waitgroup v0.1.2
24722026-06-22T19:28:38.861Z Compiling backon v1.6.0
24732026-06-22T19:28:38.876Z Compiling rustls-pemfile v2.2.0
24742026-06-22T19:28:38.916Z Compiling serde_path_to_error v0.1.20
24752026-06-22T19:28:38.962Z Compiling hostname v0.4.2
24762026-06-22T19:28:38.995Z Compiling instant v0.1.13
24772026-06-22T19:28:39.028Z Compiling debug-ignore v1.0.5
24782026-06-22T19:28:39.079Z Compiling minimal-lexical v0.2.1
24792026-06-22T19:28:39.103Z Compiling progenitor-extras v0.2.0
24802026-06-22T19:28:39.130Z Compiling backoff v0.4.0
24812026-06-22T19:28:39.152Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24822026-06-22T19:28:39.173Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24832026-06-22T19:28:39.325Z Compiling nom v7.1.3
24842026-06-22T19:28:39.357Z Compiling tokio-rustls v0.25.0
24852026-06-22T19:28:39.378Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24862026-06-22T19:28:39.400Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24872026-06-22T19:28:39.422Z Compiling parse-display v0.10.0
24882026-06-22T19:28:39.468Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24892026-06-22T19:28:39.625Z Compiling hickory-proto v0.24.4
24902026-06-22T19:28:39.743Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24912026-06-22T19:28:40.119Z Compiling regress v0.10.5
24922026-06-22T19:28:40.435Z Compiling macaddr v1.0.1
24932026-06-22T19:28:40.567Z Compiling unicode-xid v0.2.6
24942026-06-22T19:28:40.685Z Compiling humantime v2.3.0
24952026-06-22T19:28:40.706Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24962026-06-22T19:28:40.807Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24972026-06-22T19:28:40.892Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24982026-06-22T19:28:41.374Z Compiling convert_case v0.10.0
24992026-06-22T19:28:41.379Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25002026-06-22T19:28:41.379Z Compiling toml v0.8.23
25012026-06-22T19:28:41.379Z Compiling derive_more-impl v2.1.1
25022026-06-22T19:28:41.468Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25032026-06-22T19:28:41.652Z Compiling typify-macro v0.6.2
25042026-06-22T19:28:41.723Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25052026-06-22T19:28:41.746Z Compiling papergrid v0.11.0
25062026-06-22T19:28:41.894Z Compiling tabled_derive v0.7.0
25072026-06-22T19:28:42.050Z Compiling hickory-resolver v0.24.4
25082026-06-22T19:28:42.154Z Compiling derive_more v2.1.1
25092026-06-22T19:28:42.247Z Compiling termtree v0.5.1
25102026-06-22T19:28:42.266Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25112026-06-22T19:28:42.454Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25122026-06-22T19:28:42.802Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25132026-06-22T19:28:43.020Z Compiling tabled v0.15.0
25142026-06-22T19:28:43.234Z Compiling typify v0.6.2
25152026-06-22T19:28:43.372Z Compiling progenitor-impl v0.14.0
25162026-06-22T19:28:44.097Z Compiling qorb v0.4.1
25172026-06-22T19:28:44.245Z Compiling crossterm v0.29.0
25182026-06-22T19:28:45.590Z Compiling progenitor-macro v0.14.0
25192026-06-22T19:28:47.010Z Compiling phf_shared v0.12.1
25202026-06-22T19:28:47.237Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25212026-06-22T19:28:47.263Z Compiling vte v0.14.1
25222026-06-22T19:28:47.367Z Compiling csv-core v0.1.13
25232026-06-22T19:28:47.523Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25242026-06-22T19:28:47.574Z Compiling highway v1.3.0
25252026-06-22T19:28:47.734Z Compiling chrono-tz v0.10.4
25262026-06-22T19:28:47.795Z Compiling csv v1.4.0
25272026-06-22T19:28:47.846Z Compiling strip-ansi-escapes v0.2.1
25282026-06-22T19:28:47.886Z Compiling phf v0.12.1
25292026-06-22T19:28:47.886Z Compiling const_format_proc_macros v0.2.34
25302026-06-22T19:28:48.013Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25312026-06-22T19:28:48.039Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25322026-06-22T19:28:48.302Z Compiling fd-lock v4.0.4
25332026-06-22T19:28:48.465Z Compiling peg-macros v0.8.5
25342026-06-22T19:28:48.616Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25352026-06-22T19:28:48.736Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25362026-06-22T19:28:48.844Z Compiling nu-ansi-term v0.50.3
25372026-06-22T19:28:49.173Z Compiling reedline v0.40.0
25382026-06-22T19:28:49.721Z Compiling peg v0.8.5
25392026-06-22T19:28:49.744Z Compiling progenitor v0.14.0
25402026-06-22T19:28:49.829Z Compiling const_format v0.2.35
25412026-06-22T19:28:49.919Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25422026-06-22T19:28:49.955Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25432026-06-22T19:28:50.327Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25442026-06-22T19:28:50.375Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25452026-06-22T19:28:50.952Z Compiling bcs v0.1.6
25462026-06-22T19:28:51.182Z Compiling nom v8.0.0
25472026-06-22T19:28:51.382Z Compiling semver v0.1.20
25482026-06-22T19:28:51.669Z Compiling rustc_version v0.1.7
25492026-06-22T19:28:51.981Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25502026-06-22T19:28:52.419Z Compiling newtype_derive v0.1.6
25512026-06-22T19:28:52.651Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25522026-06-22T19:28:52.694Z Compiling smawk v0.3.2
25532026-06-22T19:28:52.778Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25542026-06-22T19:28:52.886Z Compiling unicode-linebreak v0.1.5
25552026-06-22T19:28:52.908Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25562026-06-22T19:28:53.016Z Compiling base64 v0.21.7
25572026-06-22T19:28:53.065Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25582026-06-22T19:28:53.127Z Compiling textwrap v0.16.2
25592026-06-22T19:28:53.202Z Compiling steno v0.4.1
25602026-06-22T19:28:53.549Z Compiling dropshot-api-manager-types v0.7.2
25612026-06-22T19:28:53.754Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25622026-06-22T19:28:53.938Z Compiling utf-8 v0.7.6
25632026-06-22T19:28:53.990Z Compiling tagptr v0.2.0
25642026-06-22T19:28:54.195Z Compiling moka v0.12.13
25652026-06-22T19:28:54.206Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25662026-06-22T19:28:54.228Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25672026-06-22T19:28:54.398Z Compiling tungstenite v0.21.0
25682026-06-22T19:28:54.458Z Compiling display-error-chain v0.2.2
25692026-06-22T19:28:54.792Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25702026-06-22T19:28:54.818Z Compiling radium v0.7.0
25712026-06-22T19:28:55.148Z Compiling tokio-tungstenite v0.21.0
25722026-06-22T19:28:55.333Z Compiling hickory-resolver v0.25.2
25732026-06-22T19:28:55.490Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25742026-06-22T19:28:55.555Z Compiling vergen-lib v0.1.6
25752026-06-22T19:28:55.785Z Compiling diesel_derives v2.3.7
25762026-06-22T19:28:55.798Z Compiling maybe-uninit v2.0.0
25772026-06-22T19:28:55.998Z Compiling tap v1.0.1
25782026-06-22T19:28:56.148Z Compiling wyz v0.5.1
25792026-06-22T19:28:56.400Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25802026-06-22T19:28:56.612Z Compiling dsl_auto_type v0.2.0
25812026-06-22T19:28:56.730Z Compiling scheduled-thread-pool v0.2.7
25822026-06-22T19:28:57.250Z Compiling vergen-gitcl v1.0.8
25832026-06-22T19:28:57.321Z Compiling diesel_table_macro_syntax v0.3.0
25842026-06-22T19:28:57.426Z Compiling zerocopy-derive v0.6.6
25852026-06-22T19:28:57.531Z Compiling dirs-sys-next v0.1.2
25862026-06-22T19:28:57.656Z Compiling packed_struct v0.10.1
25872026-06-22T19:28:57.798Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25882026-06-22T19:28:57.924Z Compiling funty v2.0.0
25892026-06-22T19:28:58.593Z Compiling glob v0.3.3
25902026-06-22T19:28:58.597Z Compiling crc-catalog v2.4.0
25912026-06-22T19:28:58.597Z Compiling maplit v1.0.2
25922026-06-22T19:28:58.597Z Compiling crunchy v0.2.4
25932026-06-22T19:28:58.597Z Compiling clang-sys v1.8.1
25942026-06-22T19:28:58.667Z Compiling crc v3.4.0
25952026-06-22T19:28:58.888Z Compiling bitvec v1.0.1
25962026-06-22T19:28:58.912Z Compiling zerocopy v0.6.6
25972026-06-22T19:28:59.019Z Compiling dirs-next v2.0.0
25982026-06-22T19:28:59.157Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25992026-06-22T19:28:59.291Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26002026-06-22T19:28:59.353Z Compiling r2d2 v0.8.10
26012026-06-22T19:28:59.774Z Compiling packed_struct_codegen v0.10.1
26022026-06-22T19:28:59.840Z Compiling bitfield-macros v0.19.4
26032026-06-22T19:29:00.440Z Compiling proc-macro-error-attr2 v2.0.0
26042026-06-22T19:29:00.545Z Compiling indexmap v1.9.3
26052026-06-22T19:29:00.731Z Compiling nodrop v0.1.14
26062026-06-22T19:29:00.780Z Compiling tiny-keccak v2.0.2
26072026-06-22T19:29:00.805Z Compiling downcast-rs v2.0.2
26082026-06-22T19:29:00.843Z Compiling proc-macro-error2 v2.0.1
26092026-06-22T19:29:00.867Z Compiling array-init v0.0.4
26102026-06-22T19:29:01.072Z Compiling bitfield v0.19.4
26112026-06-22T19:29:01.148Z Compiling smallvec v0.6.14
26122026-06-22T19:29:01.269Z Compiling term v0.7.0
26132026-06-22T19:29:01.468Z Compiling num-derive v0.3.3
26142026-06-22T19:29:01.523Z Compiling hashbrown v0.12.3
26152026-06-22T19:29:01.539Z Compiling bit-vec v0.6.3
26162026-06-22T19:29:01.695Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26172026-06-22T19:29:01.770Z Compiling bit-set v0.5.3
26182026-06-22T19:29:02.196Z Compiling ascii-canvas v3.0.0
26192026-06-22T19:29:02.211Z Compiling serde-hex v0.1.0
26202026-06-22T19:29:02.211Z Compiling tabled_derive v0.11.0
26212026-06-22T19:29:02.211Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26222026-06-22T19:29:02.211Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26232026-06-22T19:29:02.238Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26242026-06-22T19:29:02.366Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26252026-06-22T19:29:02.773Z Compiling libscf-sys v1.1.0
26262026-06-22T19:29:02.780Z Compiling ron v0.8.1
26272026-06-22T19:29:02.780Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26282026-06-22T19:29:02.780Z Compiling papergrid v0.17.0
26292026-06-22T19:29:02.780Z Compiling testing_table v0.3.0
26302026-06-22T19:29:02.827Z Compiling hashbrown v0.13.2
26312026-06-22T19:29:03.004Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26322026-06-22T19:29:03.201Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26332026-06-22T19:29:03.220Z Compiling itertools v0.10.5
26342026-06-22T19:29:03.389Z Compiling ena v0.14.4
26352026-06-22T19:29:03.467Z Compiling libloading v0.8.9
26362026-06-22T19:29:03.622Z Compiling bindgen v0.71.1
26372026-06-22T19:29:03.687Z Compiling diesel v2.3.7
26382026-06-22T19:29:03.707Z Compiling unicase v2.9.0
26392026-06-22T19:29:03.905Z Compiling crc-any v2.5.0
26402026-06-22T19:29:03.972Z Compiling diff v0.1.13
26412026-06-22T19:29:04.007Z Compiling regex-syntax v0.6.29
26422026-06-22T19:29:04.279Z Compiling tabled v0.20.0
26432026-06-22T19:29:04.336Z Compiling object v0.30.4
26442026-06-22T19:29:04.374Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26452026-06-22T19:29:04.778Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26462026-06-22T19:29:05.073Z Compiling progenitor-impl v0.13.0
26472026-06-22T19:29:05.112Z Compiling cexpr v0.6.0
26482026-06-22T19:29:05.477Z Compiling lalrpop v0.19.12
26492026-06-22T19:29:05.731Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26502026-06-22T19:29:05.951Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26512026-06-22T19:29:05.968Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26522026-06-22T19:29:06.204Z Compiling xshell-macros v0.2.7
26532026-06-22T19:29:06.579Z Compiling rustc-hash v2.1.1
26542026-06-22T19:29:06.740Z Compiling path-slash v0.1.5
26552026-06-22T19:29:06.934Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26562026-06-22T19:29:07.277Z Compiling progenitor-macro v0.13.0
26572026-06-22T19:29:07.320Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26582026-06-22T19:29:08.302Z Compiling xshell v0.2.7
26592026-06-22T19:29:09.147Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26602026-06-22T19:29:09.655Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26612026-06-22T19:29:10.494Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26622026-06-22T19:29:10.964Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26632026-06-22T19:29:11.330Z Compiling progenitor-client v0.13.0
26642026-06-22T19:29:11.419Z Compiling headers-core v0.3.0
26652026-06-22T19:29:11.575Z Compiling libxml v0.3.3
26662026-06-22T19:29:11.614Z Compiling headers v0.4.1
26672026-06-22T19:29:11.861Z Compiling progenitor v0.13.0
26682026-06-22T19:29:11.936Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26692026-06-22T19:29:12.041Z Compiling samael v0.0.19
26702026-06-22T19:29:12.096Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26712026-06-22T19:29:12.329Z Compiling strum_macros v0.24.3
26722026-06-22T19:29:12.806Z Compiling indoc v1.0.9
26732026-06-22T19:29:13.422Z Compiling crc8 v0.1.1
26742026-06-22T19:29:13.426Z Compiling polar-core v0.27.3
26752026-06-22T19:29:13.426Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26762026-06-22T19:29:13.426Z Compiling derive_builder v0.20.2
26772026-06-22T19:29:13.426Z Compiling quick-xml v0.37.5
26782026-06-22T19:29:13.426Z Compiling oso-derive v0.27.3
26792026-06-22T19:29:13.426Z Compiling impl-trait-for-tuples v0.2.3
26802026-06-22T19:29:13.442Z Compiling openssl-probe v0.1.6
26812026-06-22T19:29:13.623Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26822026-06-22T19:29:13.749Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26832026-06-22T19:29:13.830Z Compiling git-stub v1.0.0
26842026-06-22T19:29:14.118Z Compiling git-stub-vcs v0.1.0
26852026-06-22T19:29:14.493Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26862026-06-22T19:29:14.516Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26872026-06-22T19:29:14.610Z Compiling bb8 v0.8.6
26882026-06-22T19:29:14.724Z Compiling trait-variant v0.1.2
26892026-06-22T19:29:14.776Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26902026-06-22T19:29:14.982Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26912026-06-22T19:29:15.002Z Compiling half v1.8.3
26922026-06-22T19:29:15.056Z Compiling nonempty v0.12.0
26932026-06-22T19:29:15.110Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26942026-06-22T19:29:15.262Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26952026-06-22T19:29:15.289Z Compiling serde_cbor v0.11.2
26962026-06-22T19:29:15.443Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26972026-06-22T19:29:15.481Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26982026-06-22T19:29:15.704Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26992026-06-22T19:29:15.836Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27002026-06-22T19:29:16.282Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27012026-06-22T19:29:16.618Z Compiling fxhash v0.2.1
27022026-06-22T19:29:16.808Z Compiling libz-sys v1.1.24
27032026-06-22T19:29:16.998Z Compiling salty v0.3.0
27042026-06-22T19:29:17.337Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27052026-06-22T19:29:17.617Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27062026-06-22T19:29:17.676Z Compiling kstat-rs v0.2.4
27072026-06-22T19:29:18.103Z Compiling arc-swap v1.8.2
27082026-06-22T19:29:18.107Z Compiling fs-err v2.11.0
27092026-06-22T19:29:18.367Z Compiling slog-scope v4.4.1
27102026-06-22T19:29:18.389Z Compiling mime_guess v2.0.5
27112026-06-22T19:29:18.465Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27122026-06-22T19:29:18.821Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27132026-06-22T19:29:19.654Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27142026-06-22T19:29:19.771Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27152026-06-22T19:29:20.392Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27162026-06-22T19:29:20.396Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27172026-06-22T19:29:20.703Z Compiling nanorand v0.7.0
27182026-06-22T19:29:21.073Z Compiling diesel-dtrace v0.5.0
27192026-06-22T19:29:21.101Z Compiling async-bb8-diesel v0.2.1
27202026-06-22T19:29:21.290Z Compiling darling_core v0.23.0
27212026-06-22T19:29:21.401Z Compiling libgit2-sys v0.18.3+1.9.2
27222026-06-22T19:29:21.556Z Compiling parking_lot_core v0.8.6
27232026-06-22T19:29:21.921Z Compiling flume v0.11.1
27242026-06-22T19:29:22.137Z Compiling oso v0.27.3
27252026-06-22T19:29:22.316Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27262026-06-22T19:29:23.162Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27272026-06-22T19:29:23.508Z Compiling darling_macro v0.23.0
27282026-06-22T19:29:23.845Z Compiling slog-stdlog v4.1.1
27292026-06-22T19:29:24.409Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27302026-06-22T19:29:24.469Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27312026-06-22T19:29:24.497Z Compiling primeorder v0.13.6
27322026-06-22T19:29:24.815Z Compiling atty v0.2.14
27332026-06-22T19:29:24.967Z Compiling instability v0.3.11
27342026-06-22T19:29:25.062Z Compiling http-range v0.1.5
27352026-06-22T19:29:25.211Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27362026-06-22T19:29:25.802Z Compiling parse-size v1.1.0
27372026-06-22T19:29:25.805Z Compiling strsim v0.10.0
27382026-06-22T19:29:25.805Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27392026-06-22T19:29:25.805Z Compiling darling_core v0.13.4
27402026-06-22T19:29:25.805Z Compiling p384 v0.13.1
27412026-06-22T19:29:27.322Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27422026-06-22T19:29:27.933Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27432026-06-22T19:29:28.643Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27442026-06-22T19:29:29.391Z Compiling darling v0.23.0
27452026-06-22T19:29:29.511Z Compiling slog-envlogger v2.2.0
27462026-06-22T19:29:30.873Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27472026-06-22T19:29:31.190Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27482026-06-22T19:29:31.771Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27492026-06-22T19:29:31.881Z Compiling ignore v0.4.25
27502026-06-22T19:29:31.929Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27512026-06-22T19:29:32.331Z Compiling vergen-git2 v9.1.0
27522026-06-22T19:29:32.580Z Compiling castaway v0.2.4
27532026-06-22T19:29:32.735Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-06-22T19:29:32.968Z Compiling indoc v2.0.7
27552026-06-22T19:29:33.433Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-06-22T19:29:33.632Z Compiling compact_str v0.8.1
27572026-06-22T19:29:34.124Z Compiling globwalk v0.9.1
27582026-06-22T19:29:34.148Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27592026-06-22T19:29:34.802Z Compiling parking_lot v0.11.2
27602026-06-22T19:29:34.823Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27612026-06-22T19:29:34.843Z Compiling hyper-staticfile v0.10.1
27622026-06-22T19:29:35.015Z Compiling darling_macro v0.13.4
27632026-06-22T19:29:35.508Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27642026-06-22T19:29:35.567Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27652026-06-22T19:29:35.747Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27662026-06-22T19:29:35.779Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27672026-06-22T19:29:35.922Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27682026-06-22T19:29:36.064Z Compiling predicates-tree v1.0.13
27692026-06-22T19:29:36.090Z Compiling unicode-truncate v1.1.0
27702026-06-22T19:29:36.190Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27712026-06-22T19:29:36.234Z Compiling lru v0.12.5
27722026-06-22T19:29:36.307Z Compiling prefix-trie v0.7.0
27732026-06-22T19:29:36.351Z Compiling rand_seeder v0.4.0
27742026-06-22T19:29:36.415Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27752026-06-22T19:29:36.458Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27762026-06-22T19:29:36.524Z Compiling cassowary v0.3.0
27772026-06-22T19:29:37.011Z Compiling rustls v0.21.12
27782026-06-22T19:29:37.015Z Compiling illumos-nvpair-sys v0.2.0
27792026-06-22T19:29:37.015Z Compiling corncobs v0.1.4
27802026-06-22T19:29:37.015Z Compiling ratatui v0.29.0
27812026-06-22T19:29:37.015Z Compiling hickory-server v0.25.2
27822026-06-22T19:29:37.015Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-06-22T19:29:37.015Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27842026-06-22T19:29:37.109Z Compiling camino-tempfile-ext v0.3.3
27852026-06-22T19:29:37.217Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-06-22T19:29:37.642Z Compiling darling v0.13.4
27872026-06-22T19:29:37.769Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27882026-06-22T19:29:37.782Z Compiling sled v0.34.7
27892026-06-22T19:29:37.824Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27902026-06-22T19:29:38.114Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27912026-06-22T19:29:38.968Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27922026-06-22T19:29:40.309Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27932026-06-22T19:29:40.888Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27942026-06-22T19:29:41.113Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27952026-06-22T19:29:41.335Z Compiling sct v0.7.1
27962026-06-22T19:29:41.613Z Compiling rustls-webpki v0.101.7
27972026-06-22T19:29:41.938Z Compiling secrecy v0.8.0
27982026-06-22T19:29:41.977Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27992026-06-22T19:29:42.601Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28002026-06-22T19:29:42.738Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28012026-06-22T19:29:43.306Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28022026-06-22T19:29:43.431Z Compiling serde_with_macros v1.5.2
28032026-06-22T19:29:44.251Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28042026-06-22T19:29:44.447Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28052026-06-22T19:29:44.937Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28062026-06-22T19:29:45.174Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28072026-06-22T19:29:45.399Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28082026-06-22T19:29:45.629Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28092026-06-22T19:29:45.845Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28102026-06-22T19:29:46.069Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28112026-06-22T19:29:46.300Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28122026-06-22T19:29:46.523Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28132026-06-22T19:29:46.709Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28142026-06-22T19:29:47.029Z Compiling void v1.0.2
28152026-06-22T19:29:47.256Z Compiling lzss v0.8.2
28162026-06-22T19:29:47.487Z Compiling git2 v0.20.4
28172026-06-22T19:29:47.738Z Compiling illumos-nvpair v0.3.0
28182026-06-22T19:29:47.969Z Compiling serde_with v1.14.0
28192026-06-22T19:29:48.010Z Compiling tokio-rustls v0.24.1
28202026-06-22T19:29:48.276Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28212026-06-22T19:29:48.482Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28222026-06-22T19:29:48.595Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28232026-06-22T19:29:49.121Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28242026-06-22T19:29:50.596Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28252026-06-22T19:29:50.980Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28262026-06-22T19:29:51.560Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28272026-06-22T19:29:52.293Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28282026-06-22T19:29:52.342Z Compiling tungstenite v0.23.0
28292026-06-22T19:29:52.531Z Compiling rustls-pemfile v1.0.4
28302026-06-22T19:29:52.575Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28312026-06-22T19:29:52.927Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28322026-06-22T19:29:53.165Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28332026-06-22T19:29:53.393Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28342026-06-22T19:29:53.680Z Compiling nix v0.27.1
28352026-06-22T19:29:54.080Z Compiling twox-hash v2.1.2
28362026-06-22T19:29:54.618Z Compiling serde_bytes v0.11.19
28372026-06-22T19:29:54.678Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28382026-06-22T19:29:54.764Z Compiling tokio-tungstenite v0.23.1
28392026-06-22T19:29:54.848Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28402026-06-22T19:29:54.914Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28412026-06-22T19:29:55.159Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28422026-06-22T19:29:55.482Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28432026-06-22T19:29:55.939Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28442026-06-22T19:29:57.338Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28452026-06-22T19:29:57.994Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28462026-06-22T19:29:59.248Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28472026-06-22T19:29:59.364Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28482026-06-22T19:30:00.003Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28492026-06-22T19:30:00.008Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28502026-06-22T19:30:00.008Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28512026-06-22T19:30:00.279Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28522026-06-22T19:30:00.417Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28532026-06-22T19:30:00.567Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28542026-06-22T19:30:00.811Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28552026-06-22T19:30:01.481Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28562026-06-22T19:30:02.102Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28572026-06-22T19:30:04.392Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28582026-06-22T19:30:04.704Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28592026-06-22T19:30:05.151Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28602026-06-22T19:30:05.999Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28612026-06-22T19:30:07.217Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28622026-06-22T19:30:07.375Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28632026-06-22T19:30:07.463Z Compiling signal-hook-tokio v0.3.1
28642026-06-22T19:30:07.467Z Compiling fatfs v0.3.6
28652026-06-22T19:30:07.504Z Compiling yasna v0.5.2
28662026-06-22T19:30:07.669Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28672026-06-22T19:30:08.022Z Compiling assert_matches v1.5.0
28682026-06-22T19:30:08.541Z Compiling is_ci v1.2.0
28692026-06-22T19:30:08.547Z Compiling seq-macro v0.3.6
28702026-06-22T19:30:08.547Z Compiling supports-color v3.0.2
28712026-06-22T19:30:08.624Z Compiling rcgen v0.12.1
28722026-06-22T19:30:08.709Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28732026-06-22T19:30:09.036Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28742026-06-22T19:30:09.868Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28752026-06-22T19:30:11.526Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28762026-06-22T19:30:11.771Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28772026-06-22T19:30:12.015Z Compiling rtoolbox v0.0.3
28782026-06-22T19:30:12.049Z Compiling subprocess v0.2.15
28792026-06-22T19:30:12.307Z Compiling rpassword v7.4.0
28802026-06-22T19:30:12.603Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28812026-06-22T19:30:13.214Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28822026-06-22T19:30:13.867Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28832026-06-22T19:30:14.026Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28842026-06-22T19:30:14.280Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28852026-06-22T19:30:15.832Z Compiling tui-tree-widget v0.23.1
28862026-06-22T19:30:16.139Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28872026-06-22T19:30:16.285Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28882026-06-22T19:30:16.586Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28892026-06-22T19:30:16.814Z Compiling uzers v0.12.2
28902026-06-22T19:30:17.620Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28912026-06-22T19:30:17.863Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28922026-06-22T19:30:18.907Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28932026-06-22T19:30:20.652Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28942026-06-22T19:30:21.086Z Compiling support-bundle-viewer v0.1.2
28952026-06-22T19:30:22.987Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28962026-06-22T19:30:23.600Z Compiling multimap v0.10.1
28972026-06-22T19:30:34.819Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28982026-06-22T19:30:38.944Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28992026-06-22T19:30:45.239Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29002026-06-22T19:30:46.461Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29012026-06-22T19:30:48.218Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29022026-06-22T19:31:13.471Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29032026-06-22T19:38:10.666Z Finished `release` profile [optimized] target(s) in 9m 35s
29042026-06-22T19:39:49.933Z
29052026-06-22T19:39:49.954Zreal 11:15.717995223
29062026-06-22T19:39:49.954Zuser 1:20:19.944433391
29072026-06-22T19:39:49.954Zsys 3:33.360240940
29082026-06-22T19:39:49.954Ztrap 1.759965275
29092026-06-22T19:39:49.954Ztflt 2.528235004
29102026-06-22T19:39:49.954Zdflt 17.842138079
29112026-06-22T19:39:49.954Zkflt 0.005122020
29122026-06-22T19:39:49.954Zlock 7:55:37.814457717
29132026-06-22T19:39:49.954Zslp 2:17:58.521347390
29142026-06-22T19:39:49.954Zlat 2:28.567437710
29152026-06-22T19:39:49.954Zstop 5:13.766126387
29162026-06-22T19:39:49.954Z+ mapfile -t packages
29172026-06-22T19:39:49.954Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29182026-06-22T19:39:50.765Z Finished `release` profile [optimized] target(s) in 0.86s
29192026-06-22T19:39:50.840Z Running `target/release/omicron-package -t test list-outputs`
29202026-06-22T19:39:50.900ZLogging to: /work/oxidecomputer/omicron/out/LOG
29212026-06-22T19:39:50.906Z+ ptime -m cargo build --locked --release -p xtask
29222026-06-22T19:39:51.378Z Compiling libc v0.2.185
29232026-06-22T19:39:51.378Z Compiling serde v1.0.228
29242026-06-22T19:39:51.389Z Compiling serde_core v1.0.228
29252026-06-22T19:39:51.389Z Compiling rustix v1.1.3
29262026-06-22T19:39:51.389Z Compiling bitflags v2.11.0
29272026-06-22T19:39:51.389Z Compiling serde_json v1.0.149
29282026-06-22T19:39:51.513Z Compiling num-traits v0.2.19
29292026-06-22T19:39:51.523Z Compiling syn v2.0.117
29302026-06-22T19:39:51.536Z Compiling smallvec v1.15.1
29312026-06-22T19:39:51.572Z Compiling indexmap v2.14.0
29322026-06-22T19:39:51.577Z Compiling usdt-impl v0.5.0
29332026-06-22T19:39:51.577Z Compiling syn v1.0.109
29342026-06-22T19:39:51.593Z Compiling getrandom v0.4.1
29352026-06-22T19:39:51.609Z Compiling percent-encoding v2.3.2
29362026-06-22T19:39:51.739Z Compiling log v0.4.29
29372026-06-22T19:39:51.815Z Compiling form_urlencoded v1.2.2
29382026-06-22T19:39:51.978Z Compiling fs-err v3.3.0
29392026-06-22T19:39:51.978Z Compiling heck v0.4.1
29402026-06-22T19:39:51.981Z Compiling once_cell v1.21.3
29412026-06-22T19:39:51.995Z Compiling anyhow v1.0.102
29422026-06-22T19:39:52.236Z Compiling errno v0.3.14
29432026-06-22T19:39:52.253Z Compiling thread-id v4.2.2
29442026-06-22T19:39:52.253Z Compiling memmap v0.7.0
29452026-06-22T19:39:52.542Z Compiling ordered-float v2.10.1
29462026-06-22T19:39:53.094Z Compiling proc-macro-error v1.0.4
29472026-06-22T19:39:53.257Z Compiling terminal_size v0.4.3
29482026-06-22T19:39:53.257Z Compiling tempfile v3.25.0
29492026-06-22T19:39:53.333Z Compiling clap_builder v4.6.0
29502026-06-22T19:39:53.333Z Compiling textwrap v0.16.2
29512026-06-22T19:39:53.358Z Compiling tabled_derive v0.7.0
29522026-06-22T19:39:53.471Z Compiling camino-tempfile v1.4.1
29532026-06-22T19:39:54.006Z Compiling tabled v0.15.0
29542026-06-22T19:39:54.033Z Compiling synstructure v0.13.2
29552026-06-22T19:39:54.033Z Compiling pest_generator v2.8.6
29562026-06-22T19:39:54.442Z Compiling serde_derive v1.0.228
29572026-06-22T19:39:54.442Z Compiling zerofrom-derive v0.1.6
29582026-06-22T19:39:54.473Z Compiling yoke-derive v0.8.1
29592026-06-22T19:39:54.473Z Compiling zerovec-derive v0.11.2
29602026-06-22T19:39:54.473Z Compiling displaydoc v0.2.5
29612026-06-22T19:39:54.473Z Compiling thiserror-impl v1.0.69
29622026-06-22T19:39:54.473Z Compiling zerocopy-derive v0.7.35
29632026-06-22T19:39:54.473Z Compiling scroll_derive v0.12.1
29642026-06-22T19:39:54.473Z Compiling thiserror-impl v2.0.18
29652026-06-22T19:39:54.473Z Compiling clap_derive v4.6.1
29662026-06-22T19:39:54.570Z Compiling pest_derive v2.8.6
29672026-06-22T19:39:55.154Z Compiling scroll v0.12.0
29682026-06-22T19:39:55.350Z Compiling zerocopy v0.7.35
29692026-06-22T19:39:55.413Z Compiling goblin v0.8.2
29702026-06-22T19:39:55.506Z Compiling zerofrom v0.1.6
29712026-06-22T19:39:55.547Z Compiling thiserror v1.0.69
29722026-06-22T19:39:55.646Z Compiling yoke v0.8.1
29732026-06-22T19:39:55.673Z Compiling dtrace-parser v0.2.0
29742026-06-22T19:39:55.724Z Compiling thiserror v2.0.18
29752026-06-22T19:39:55.826Z Compiling zerovec v0.11.5
29762026-06-22T19:39:55.840Z Compiling zerotrie v0.2.3
29772026-06-22T19:39:56.166Z Compiling clap v4.6.1
29782026-06-22T19:39:56.393Z Compiling tinystr v0.8.2
29792026-06-22T19:39:56.423Z Compiling potential_utf v0.1.4
29802026-06-22T19:39:56.677Z Compiling icu_locale_core v2.1.1
29812026-06-22T19:39:56.729Z Compiling icu_collections v2.1.1
29822026-06-22T19:39:57.333Z Compiling icu_provider v2.1.1
29832026-06-22T19:39:57.756Z Compiling serde_spanned v0.6.9
29842026-06-22T19:39:57.776Z Compiling toml_datetime v0.6.11
29852026-06-22T19:39:57.864Z Compiling icu_normalizer v2.1.1
29862026-06-22T19:39:58.026Z Compiling icu_properties v2.1.2
29872026-06-22T19:39:58.082Z Compiling toml_edit v0.22.27
29882026-06-22T19:39:58.165Z Compiling dof v0.3.0
29892026-06-22T19:39:58.195Z Compiling serde_tokenstream v0.2.3
29902026-06-22T19:39:58.545Z Compiling serde-value v0.7.0
29912026-06-22T19:39:58.568Z Compiling cargo-platform v0.2.0
29922026-06-22T19:39:58.594Z Compiling macaddr v1.0.1
29932026-06-22T19:39:58.860Z Compiling idna_adapter v1.2.1
29942026-06-22T19:39:59.001Z Compiling idna v1.1.0
29952026-06-22T19:39:59.038Z Compiling usdt-macro v0.5.0
29962026-06-22T19:39:59.079Z Compiling usdt-attr-macro v0.5.0
29972026-06-22T19:39:59.353Z Compiling url v2.5.8
29982026-06-22T19:39:59.553Z Compiling toml v0.8.23
29992026-06-22T19:39:59.730Z Compiling usdt v0.5.0
30002026-06-22T19:40:00.016Z Compiling cargo-util-schemas v0.8.2
30012026-06-22T19:40:00.127Z Compiling cargo_toml v0.21.0
30022026-06-22T19:40:01.097Z Compiling cargo_metadata v0.21.0
30032026-06-22T19:40:04.173Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30042026-06-22T19:40:07.172Z Finished `release` profile [optimized] target(s) in 16.25s
30052026-06-22T19:40:07.278Z
30062026-06-22T19:40:07.278Zreal 16.336641269
30072026-06-22T19:40:07.278Zuser 2:21.424157344
30082026-06-22T19:40:07.288Zsys 16.794481089
30092026-06-22T19:40:07.288Ztrap 0.075515000
30102026-06-22T19:40:07.288Ztflt 0.434192056
30112026-06-22T19:40:07.288Zdflt 1.432304977
30122026-06-22T19:40:07.288Zkflt 0.000056480
30132026-06-22T19:40:07.288Zlock 5:24.148379535
30142026-06-22T19:40:07.288Zslp 3:31.320858098
30152026-06-22T19:40:07.288Zlat 6.124255977
30162026-06-22T19:40:07.288Zstop 19.401913000
30172026-06-22T19:40:07.288Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30182026-06-22T19:40:07.288Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30192026-06-22T19:40:07.288Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30202026-06-22T19:40:07.288Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30212026-06-22T19:40:07.288Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30222026-06-22T19:40:08.189Z Compiling progenitor-client v0.14.0
30232026-06-22T19:40:08.221Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30242026-06-22T19:40:08.221Z Compiling newtype-uuid-macros v0.1.0
30252026-06-22T19:40:08.307Z Compiling match_cfg v0.1.0
30262026-06-22T19:40:08.336Z Compiling slog-json v2.6.1
30272026-06-22T19:40:08.336Z Compiling structmeta-derive v0.3.0
30282026-06-22T19:40:08.336Z Compiling rustls v0.22.4
30292026-06-22T19:40:08.336Z Compiling rustls-webpki v0.102.8
30302026-06-22T19:40:08.336Z Compiling multer v3.1.0
30312026-06-22T19:40:08.348Z Compiling debug-ignore v1.0.5
30322026-06-22T19:40:08.348Z Compiling compression-core v0.4.31
30332026-06-22T19:40:08.348Z Compiling atomicwrites v0.4.4
30342026-06-22T19:40:08.348Z Compiling itertools v0.14.0
30352026-06-22T19:40:08.460Z Compiling async-stream-impl v0.3.6
30362026-06-22T19:40:08.519Z Compiling serde_spanned v1.0.4
30372026-06-22T19:40:08.519Z Compiling toml_datetime v1.0.0+spec-1.1.0
30382026-06-22T19:40:08.570Z Compiling compression-codecs v0.4.37
30392026-06-22T19:40:08.594Z Compiling dropshot v0.17.0
30402026-06-22T19:40:08.594Z Compiling toml_writer v1.0.6+spec-1.1.0
30412026-06-22T19:40:08.594Z Compiling waitgroup v0.1.2
30422026-06-22T19:40:08.629Z Compiling hostname v0.3.1
30432026-06-22T19:40:08.654Z Compiling dropshot_endpoint v0.17.0
30442026-06-22T19:40:08.718Z Compiling rustls-pemfile v2.2.0
30452026-06-22T19:40:08.718Z Compiling hostname v0.4.2
30462026-06-22T19:40:08.761Z Compiling slog-bunyan v2.5.0
30472026-06-22T19:40:08.888Z Compiling toml v1.0.6+spec-1.1.0
30482026-06-22T19:40:08.937Z Compiling async-compression v0.4.41
30492026-06-22T19:40:08.937Z Compiling serde_path_to_error v0.1.20
30502026-06-22T19:40:08.938Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30512026-06-22T19:40:08.938Z Compiling macaddr v1.0.1
30522026-06-22T19:40:08.938Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30532026-06-22T19:40:08.961Z Compiling instant v0.1.13
30542026-06-22T19:40:08.961Z Compiling regress v0.10.5
30552026-06-22T19:40:09.065Z Compiling backon v1.6.0
30562026-06-22T19:40:09.108Z Compiling async-stream v0.3.6
30572026-06-22T19:40:09.108Z Compiling backoff v0.4.0
30582026-06-22T19:40:09.139Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30592026-06-22T19:40:09.187Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30602026-06-22T19:40:09.187Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30612026-06-22T19:40:09.220Z Compiling humantime v2.3.0
30622026-06-22T19:40:09.251Z Compiling progenitor-extras v0.2.0
30632026-06-22T19:40:09.288Z Compiling universal-hash v0.5.1
30642026-06-22T19:40:09.321Z Compiling opaque-debug v0.3.1
30652026-06-22T19:40:09.321Z Compiling regress v0.11.1
30662026-06-22T19:40:09.341Z Compiling half v2.7.1
30672026-06-22T19:40:09.341Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30682026-06-22T19:40:09.374Z Compiling ciborium-io v0.2.2
30692026-06-22T19:40:09.408Z Compiling crucible-workspace-hack v0.1.0
30702026-06-22T19:40:09.489Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30712026-06-22T19:40:09.537Z Compiling convert_case v0.4.0
30722026-06-22T19:40:09.537Z Compiling aead v0.5.2
30732026-06-22T19:40:09.537Z Compiling secrecy v0.10.3
30742026-06-22T19:40:09.719Z Compiling ciborium-ll v0.2.2
30752026-06-22T19:40:10.149Z Compiling structmeta v0.3.0
30762026-06-22T19:40:10.149Z Compiling poly1305 v0.8.0
30772026-06-22T19:40:10.149Z Compiling chacha20 v0.9.1
30782026-06-22T19:40:10.149Z Compiling unsafe-libyaml v0.2.11
30792026-06-22T19:40:10.161Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30802026-06-22T19:40:10.161Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30812026-06-22T19:40:10.161Z Compiling ciborium v0.2.2
30822026-06-22T19:40:10.161Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30832026-06-22T19:40:10.161Z Compiling thiserror-impl-no-std v2.0.2
30842026-06-22T19:40:10.161Z Compiling derive-ex v0.1.8
30852026-06-22T19:40:10.162Z Compiling parse-display-derive v0.10.0
30862026-06-22T19:40:10.162Z Compiling derive_more v0.99.20
30872026-06-22T19:40:10.162Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30882026-06-22T19:40:10.162Z Compiling byte-wrapper v0.1.0
30892026-06-22T19:40:10.162Z Compiling blake2 v0.10.6
30902026-06-22T19:40:10.195Z Compiling password-hash v0.5.0
30912026-06-22T19:40:10.462Z Compiling serde_yaml v0.9.34+deprecated
30922026-06-22T19:40:10.505Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30932026-06-22T19:40:10.505Z Compiling toml_datetime v0.7.5+spec-1.1.0
30942026-06-22T19:40:10.505Z Compiling argon2 v0.5.3
30952026-06-22T19:40:10.527Z Compiling chacha20poly1305 v0.10.1
30962026-06-22T19:40:10.527Z Compiling indent_write v2.2.0
30972026-06-22T19:40:10.611Z Compiling heapless v0.8.0
30982026-06-22T19:40:10.693Z Compiling toml_edit v0.23.10+spec-1.0.0
30992026-06-22T19:40:10.706Z Compiling tokio-rustls v0.25.0
31002026-06-22T19:40:10.743Z Compiling ingot-macros v0.1.1
31012026-06-22T19:40:10.762Z Compiling tabwriter v1.4.1
31022026-06-22T19:40:10.972Z Compiling typify-impl v0.6.2
31032026-06-22T19:40:11.036Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31042026-06-22T19:40:11.174Z Compiling thiserror-no-std v2.0.2
31052026-06-22T19:40:11.232Z Compiling vsss-rs v3.3.4
31062026-06-22T19:40:11.342Z Compiling proc-macro-crate v3.4.0
31072026-06-22T19:40:11.716Z Compiling test-strategy v0.4.5
31082026-06-22T19:40:11.860Z Compiling parse-display v0.10.0
31092026-06-22T19:40:11.888Z Compiling hash32 v0.3.1
31102026-06-22T19:40:11.968Z Compiling num_enum_derive v0.7.6
31112026-06-22T19:40:12.065Z Compiling smoltcp v0.11.0
31122026-06-22T19:40:12.065Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31132026-06-22T19:40:12.124Z Compiling cobs v0.3.0
31142026-06-22T19:40:12.191Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31152026-06-22T19:40:12.232Z Compiling colored v3.1.1
31162026-06-22T19:40:12.268Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31172026-06-22T19:40:12.300Z Compiling postcard v1.1.3
31182026-06-22T19:40:12.300Z Compiling proc-macro-error v1.0.4
31192026-06-22T19:40:12.362Z Compiling proc-macro-crate v1.3.1
31202026-06-22T19:40:12.456Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31212026-06-22T19:40:12.515Z Compiling foreign-types-macros v0.2.3
31222026-06-22T19:40:12.649Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31232026-06-22T19:40:12.691Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31242026-06-22T19:40:12.691Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31252026-06-22T19:40:12.692Z Compiling cpufeatures v0.3.0
31262026-06-22T19:40:12.734Z Compiling foreign-types-shared v0.3.1
31272026-06-22T19:40:12.787Z Compiling rayon-core v1.13.0
31282026-06-22T19:40:12.824Z Compiling chacha20 v0.10.0
31292026-06-22T19:40:12.879Z Compiling num_enum_derive v0.5.11
31302026-06-22T19:40:12.952Z Compiling crossbeam-deque v0.8.6
31312026-06-22T19:40:12.994Z Compiling camino-tempfile v1.4.1
31322026-06-22T19:40:13.033Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31332026-06-22T19:40:13.034Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31342026-06-22T19:40:13.058Z Compiling num_enum v0.7.6
31352026-06-22T19:40:13.058Z Compiling cstr-argument v0.1.2
31362026-06-22T19:40:13.171Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31372026-06-22T19:40:13.178Z Compiling foreign-types v0.5.0
31382026-06-22T19:40:13.244Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31392026-06-22T19:40:13.286Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31402026-06-22T19:40:13.287Z Compiling rand v0.10.0
31412026-06-22T19:40:13.287Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31422026-06-22T19:40:13.358Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31432026-06-22T19:40:13.484Z Compiling zone_cfg_derive v0.3.1
31442026-06-22T19:40:13.511Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31452026-06-22T19:40:13.561Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31462026-06-22T19:40:13.609Z Compiling rayon v1.11.0
31472026-06-22T19:40:13.643Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31482026-06-22T19:40:13.686Z Compiling itertools v0.12.1
31492026-06-22T19:40:13.742Z Compiling num-derive v0.4.2
31502026-06-22T19:40:13.742Z Compiling sigpipe v0.1.3
31512026-06-22T19:40:13.770Z Compiling ingot-types v0.1.2
31522026-06-22T19:40:13.797Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31532026-06-22T19:40:13.837Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31542026-06-22T19:40:13.865Z Compiling glob v0.3.3
31552026-06-22T19:40:13.865Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31562026-06-22T19:40:13.986Z Compiling num_enum v0.5.11
31572026-06-22T19:40:14.060Z Compiling smf v0.2.3
31582026-06-22T19:40:14.111Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31592026-06-22T19:40:14.155Z Compiling ingot v0.1.1
31602026-06-22T19:40:14.183Z Compiling whoami v1.6.1
31612026-06-22T19:40:14.239Z Compiling usdt-attr-macro v0.5.0
31622026-06-22T19:40:14.672Z Compiling usdt-macro v0.5.0
31632026-06-22T19:40:14.672Z Compiling gethostname v0.5.0
31642026-06-22T19:40:14.705Z Compiling num-rational v0.4.2
31652026-06-22T19:40:14.705Z Compiling num-complex v0.4.6
31662026-06-22T19:40:14.706Z Compiling memmap v0.7.0
31672026-06-22T19:40:14.706Z Compiling derive-where v1.6.0
31682026-06-22T19:40:14.706Z Compiling float-ord v0.3.2
31692026-06-22T19:40:14.706Z Compiling toml v0.8.23
31702026-06-22T19:40:15.162Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31712026-06-22T19:40:15.223Z Compiling zone v0.3.1
31722026-06-22T19:40:15.223Z Compiling num v0.4.3
31732026-06-22T19:40:15.223Z Compiling resolv-conf v0.7.6
31742026-06-22T19:40:15.223Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31752026-06-22T19:40:15.223Z Compiling cancel-safe-futures v0.1.5
31762026-06-22T19:40:15.223Z Compiling owo-colors v4.3.0
31772026-06-22T19:40:15.224Z Compiling usdt v0.5.0
31782026-06-22T19:40:15.224Z Compiling libsw-core v0.3.2
31792026-06-22T19:40:15.224Z Compiling prettyplease v0.2.37
31802026-06-22T19:40:15.249Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31812026-06-22T19:40:15.382Z Compiling libsw v3.5.0
31822026-06-22T19:40:15.427Z Compiling console v0.15.11
31832026-06-22T19:40:15.465Z Compiling hickory-proto v0.24.4
31842026-06-22T19:40:15.493Z Compiling newline-converter v0.3.0
31852026-06-22T19:40:15.493Z Compiling libefi-sys v0.1.0
31862026-06-22T19:40:15.527Z Compiling linear-map v1.2.0
31872026-06-22T19:40:15.550Z Compiling linked-hash-map v0.5.6
31882026-06-22T19:40:15.616Z Compiling git-stub v1.0.0
31892026-06-22T19:40:15.646Z Compiling typify-macro v0.6.2
31902026-06-22T19:40:15.677Z Compiling bitfield-struct v0.6.2
31912026-06-22T19:40:15.705Z Compiling nom v8.0.0
31922026-06-22T19:40:15.723Z Compiling expectorate v1.2.0
31932026-06-22T19:40:15.741Z Compiling lru-cache v0.1.2
31942026-06-22T19:40:15.911Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31952026-06-22T19:40:15.955Z Compiling semver v0.1.20
31962026-06-22T19:40:15.955Z Compiling git-stub-vcs v0.1.0
31972026-06-22T19:40:16.040Z Compiling tokio-dtrace v0.1.1
31982026-06-22T19:40:16.073Z Compiling dropshot-api-manager-types v0.7.2
31992026-06-22T19:40:16.090Z Compiling slog-dtrace v0.3.0
32002026-06-22T19:40:16.151Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32012026-06-22T19:40:16.232Z Compiling rustc_version v0.1.7
32022026-06-22T19:40:16.277Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32032026-06-22T19:40:16.324Z Compiling minimal-lexical v0.2.1
32042026-06-22T19:40:16.346Z Compiling oxide-tokio-rt v0.1.4
32052026-06-22T19:40:16.378Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32062026-06-22T19:40:16.388Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32072026-06-22T19:40:16.394Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32082026-06-22T19:40:16.429Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32092026-06-22T19:40:16.484Z Compiling newtype_derive v0.1.6
32102026-06-22T19:40:16.566Z Compiling phf_shared v0.12.1
32112026-06-22T19:40:16.624Z Compiling nom v7.1.3
32122026-06-22T19:40:16.658Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32132026-06-22T19:40:16.680Z Compiling csv-core v0.1.13
32142026-06-22T19:40:16.705Z Compiling highway v1.3.0
32152026-06-22T19:40:16.712Z Compiling xshell-macros v0.2.7
32162026-06-22T19:40:16.730Z Compiling chrono-tz v0.10.4
32172026-06-22T19:40:16.956Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32182026-06-22T19:40:16.971Z Compiling const_format_proc_macros v0.2.34
32192026-06-22T19:40:17.048Z Compiling csv v1.4.0
32202026-06-22T19:40:17.058Z Compiling phf v0.12.1
32212026-06-22T19:40:17.105Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32222026-06-22T19:40:17.138Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32232026-06-22T19:40:17.157Z Compiling xshell v0.2.7
32242026-06-22T19:40:17.254Z Compiling primeorder v0.13.6
32252026-06-22T19:40:17.567Z Compiling hickory-resolver v0.24.4
32262026-06-22T19:40:17.594Z Compiling typify v0.6.2
32272026-06-22T19:40:17.594Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32282026-06-22T19:40:17.653Z Compiling tabled_derive v0.7.0
32292026-06-22T19:40:17.701Z Compiling progenitor-impl v0.14.0
32302026-06-22T19:40:17.723Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32312026-06-22T19:40:17.744Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32322026-06-22T19:40:17.823Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32332026-06-22T19:40:17.859Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32342026-06-22T19:40:17.991Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32352026-06-22T19:40:18.021Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32362026-06-22T19:40:18.548Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32372026-06-22T19:40:18.603Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32382026-06-22T19:40:18.618Z Compiling qorb v0.4.1
32392026-06-22T19:40:19.088Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32402026-06-22T19:40:19.106Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32412026-06-22T19:40:19.106Z Compiling const_format v0.2.35
32422026-06-22T19:40:19.106Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32432026-06-22T19:40:19.106Z Compiling bcs v0.1.6
32442026-06-22T19:40:19.119Z Compiling salty v0.3.0
32452026-06-22T19:40:19.229Z Compiling termtree v0.5.1
32462026-06-22T19:40:19.257Z Compiling tagptr v0.2.0
32472026-06-22T19:40:19.394Z Compiling moka v0.12.13
32482026-06-22T19:40:19.416Z Compiling textwrap v0.16.2
32492026-06-22T19:40:19.436Z Compiling tabled v0.15.0
32502026-06-22T19:40:19.490Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32512026-06-22T19:40:19.517Z Compiling steno v0.4.1
32522026-06-22T19:40:19.625Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32532026-06-22T19:40:19.711Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32542026-06-22T19:40:19.866Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32552026-06-22T19:40:19.884Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32562026-06-22T19:40:20.349Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32572026-06-22T19:40:20.369Z Compiling radium v0.7.0
32582026-06-22T19:40:20.369Z Compiling base64 v0.21.7
32592026-06-22T19:40:20.369Z Compiling hickory-resolver v0.25.2
32602026-06-22T19:40:20.369Z Compiling p384 v0.13.1
32612026-06-22T19:40:20.518Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32622026-06-22T19:40:20.555Z Compiling progenitor-macro v0.14.0
32632026-06-22T19:40:20.716Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32642026-06-22T19:40:20.767Z Compiling tap v1.0.1
32652026-06-22T19:40:20.798Z Compiling maybe-uninit v2.0.0
32662026-06-22T19:40:20.913Z Compiling wyz v0.5.1
32672026-06-22T19:40:20.932Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32682026-06-22T19:40:21.039Z Compiling proc-macro-error-attr2 v2.0.0
32692026-06-22T19:40:21.067Z Compiling parking_lot_core v0.8.6
32702026-06-22T19:40:21.167Z Compiling packed_struct v0.10.1
32712026-06-22T19:40:21.208Z Compiling utf-8 v0.7.6
32722026-06-22T19:40:21.298Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32732026-06-22T19:40:21.813Z Compiling funty v2.0.0
32742026-06-22T19:40:21.853Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32752026-06-22T19:40:21.853Z Compiling tungstenite v0.21.0
32762026-06-22T19:40:21.853Z Compiling proc-macro-error2 v2.0.1
32772026-06-22T19:40:21.853Z Compiling polyval v0.6.2
32782026-06-22T19:40:21.853Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32792026-06-22T19:40:21.853Z Compiling packed_struct_codegen v0.10.1
32802026-06-22T19:40:21.853Z Compiling bitvec v1.0.1
32812026-06-22T19:40:21.879Z Compiling num-derive v0.3.3
32822026-06-22T19:40:21.906Z Compiling bitfield-macros v0.19.4
32832026-06-22T19:40:21.997Z Compiling zerocopy-derive v0.6.6
32842026-06-22T19:40:22.416Z Compiling indexmap v1.9.3
32852026-06-22T19:40:22.625Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32862026-06-22T19:40:22.625Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32872026-06-22T19:40:22.625Z Compiling crc-catalog v2.4.0
32882026-06-22T19:40:22.625Z Compiling nodrop v0.1.14
32892026-06-22T19:40:22.625Z Compiling crc v3.4.0
32902026-06-22T19:40:22.625Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32912026-06-22T19:40:22.739Z Compiling array-init v0.0.4
32922026-06-22T19:40:22.739Z Compiling tokio-tungstenite v0.21.0
32932026-06-22T19:40:22.739Z Compiling tabled_derive v0.11.0
32942026-06-22T19:40:22.739Z Compiling ghash v0.5.1
32952026-06-22T19:40:22.847Z Compiling bitfield v0.19.4
32962026-06-22T19:40:22.848Z Compiling smallvec v0.6.14
32972026-06-22T19:40:22.848Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32982026-06-22T19:40:22.892Z Compiling libscf-sys v1.1.0
32992026-06-22T19:40:22.893Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33002026-06-22T19:40:23.340Z Compiling zerocopy v0.6.6
33012026-06-22T19:40:23.341Z Compiling progenitor-impl v0.13.0
33022026-06-22T19:40:23.341Z Compiling papergrid v0.17.0
33032026-06-22T19:40:23.377Z Compiling testing_table v0.3.0
33042026-06-22T19:40:23.378Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33052026-06-22T19:40:23.378Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33062026-06-22T19:40:23.378Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33072026-06-22T19:40:23.378Z Compiling ctr v0.9.2
33082026-06-22T19:40:23.378Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33092026-06-22T19:40:23.378Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33102026-06-22T19:40:23.378Z Compiling corncobs v0.1.4
33112026-06-22T19:40:23.384Z Compiling hashbrown v0.12.3
33122026-06-22T19:40:23.411Z Compiling illumos-nvpair-sys v0.2.0
33132026-06-22T19:40:23.464Z Compiling unicase v2.9.0
33142026-06-22T19:40:23.542Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33152026-06-22T19:40:23.724Z Compiling aes-gcm v0.10.3
33162026-06-22T19:40:23.895Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33172026-06-22T19:40:23.895Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33182026-06-22T19:40:23.895Z Compiling mime_guess v2.0.5
33192026-06-22T19:40:23.895Z Compiling parking_lot v0.11.2
33202026-06-22T19:40:23.962Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33212026-06-22T19:40:23.962Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33222026-06-22T19:40:24.066Z Compiling tabled v0.20.0
33232026-06-22T19:40:24.104Z Compiling serde-hex v0.1.0
33242026-06-22T19:40:24.184Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33252026-06-22T19:40:24.655Z Compiling ron v0.8.1
33262026-06-22T19:40:24.891Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33272026-06-22T19:40:24.891Z Compiling hashbrown v0.13.2
33282026-06-22T19:40:24.891Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33292026-06-22T19:40:24.891Z Compiling progenitor-client v0.13.0
33302026-06-22T19:40:24.966Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33312026-06-22T19:40:24.966Z Compiling blowfish v0.9.1
33322026-06-22T19:40:24.966Z Compiling prefix-trie v0.7.0
33332026-06-22T19:40:25.288Z Compiling ssh-encoding v0.2.0
33342026-06-22T19:40:25.806Z Compiling fxhash v0.2.1
33352026-06-22T19:40:25.807Z Compiling secrecy v0.8.0
33362026-06-22T19:40:25.807Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33372026-06-22T19:40:25.807Z Compiling crc-any v2.5.0
33382026-06-22T19:40:25.807Z Compiling hickory-server v0.25.2
33392026-06-22T19:40:25.807Z Compiling sled v0.34.7
33402026-06-22T19:40:26.022Z Compiling ssh-cipher v0.2.0
33412026-06-22T19:40:26.022Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33422026-06-22T19:40:26.022Z Compiling bcrypt-pbkdf v0.10.0
33432026-06-22T19:40:26.022Z Compiling object v0.30.4
33442026-06-22T19:40:26.022Z Compiling progenitor-macro v0.13.0
33452026-06-22T19:40:26.022Z Compiling progenitor v0.14.0
33462026-06-22T19:40:26.235Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33472026-06-22T19:40:26.235Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33482026-06-22T19:40:26.235Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33492026-06-22T19:40:27.005Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33502026-06-22T19:40:27.005Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33512026-06-22T19:40:27.384Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33522026-06-22T19:40:27.384Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33532026-06-22T19:40:27.384Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33542026-06-22T19:40:27.384Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33552026-06-22T19:40:27.384Z Compiling password-hash v0.4.2
33562026-06-22T19:40:27.384Z Compiling half v1.8.3
33572026-06-22T19:40:27.887Z Compiling http-range v0.1.5
33582026-06-22T19:40:27.888Z Compiling path-slash v0.1.5
33592026-06-22T19:40:27.888Z Compiling crc8 v0.1.1
33602026-06-22T19:40:27.888Z Compiling serde_cbor v0.11.2
33612026-06-22T19:40:27.888Z Compiling pbkdf2 v0.11.0
33622026-06-22T19:40:28.196Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33632026-06-22T19:40:28.197Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33642026-06-22T19:40:28.452Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33652026-06-22T19:40:29.680Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33662026-06-22T19:40:29.680Z Compiling illumos-nvpair v0.3.0
33672026-06-22T19:40:29.832Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33682026-06-22T19:40:29.832Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33692026-06-22T19:40:29.832Z Compiling ssh-key v0.6.7
33702026-06-22T19:40:29.832Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33712026-06-22T19:40:29.832Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33722026-06-22T19:40:29.832Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33732026-06-22T19:40:29.832Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33742026-06-22T19:40:29.832Z Compiling p256 v0.13.2
33752026-06-22T19:40:29.832Z Compiling p521 v0.13.3
33762026-06-22T19:40:29.832Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33772026-06-22T19:40:34.376Z Compiling yasna v0.5.2
33782026-06-22T19:40:34.376Z Compiling kstat-rs v0.2.4
33792026-06-22T19:40:34.594Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33802026-06-22T19:40:34.594Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33812026-06-22T19:40:34.594Z Compiling headers-core v0.3.0
33822026-06-22T19:40:34.594Z Compiling nanorand v0.7.0
33832026-06-22T19:40:34.594Z Compiling russh-cryptovec v0.7.3
33842026-06-22T19:40:34.595Z Compiling atty v0.2.14
33852026-06-22T19:40:34.595Z Compiling md5 v0.7.0
33862026-06-22T19:40:34.595Z Compiling home v0.5.12
33872026-06-22T19:40:34.595Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33882026-06-22T19:40:34.595Z Compiling flume v0.11.1
33892026-06-22T19:40:34.595Z Compiling headers v0.4.1
33902026-06-22T19:40:34.595Z Compiling russh-keys v0.45.0
33912026-06-22T19:40:34.595Z Compiling rcgen v0.12.1
33922026-06-22T19:40:34.595Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33932026-06-22T19:40:34.595Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33942026-06-22T19:40:34.595Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33952026-06-22T19:40:34.595Z Compiling hyper-staticfile v0.10.1
33962026-06-22T19:40:34.595Z Compiling progenitor v0.13.0
33972026-06-22T19:40:34.595Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33982026-06-22T19:40:34.595Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33992026-06-22T19:40:34.595Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34002026-06-22T19:40:34.595Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34012026-06-22T19:40:34.595Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34022026-06-22T19:40:34.595Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34032026-06-22T19:40:34.595Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34042026-06-22T19:40:34.595Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34052026-06-22T19:40:34.595Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34062026-06-22T19:40:34.595Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34072026-06-22T19:40:34.595Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34082026-06-22T19:40:34.595Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34092026-06-22T19:40:34.595Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34102026-06-22T19:40:34.595Z Compiling num-bigint v0.4.6
34112026-06-22T19:40:34.595Z Compiling des v0.8.1
34122026-06-22T19:40:34.595Z Compiling subprocess v0.2.15
34132026-06-22T19:40:34.595Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34142026-06-22T19:40:34.595Z Compiling hex-literal v0.4.1
34152026-06-22T19:40:34.595Z Compiling display-error-chain v0.2.2
34162026-06-22T19:40:34.595Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34172026-06-22T19:40:34.596Z Compiling colored v2.2.0
34182026-06-22T19:40:34.596Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34192026-06-22T19:40:34.596Z Compiling internet-checksum v0.2.1
34202026-06-22T19:40:34.596Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34212026-06-22T19:40:34.596Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34222026-06-22T19:40:34.869Z Compiling russh v0.45.0
34232026-06-22T19:40:34.869Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34242026-06-22T19:40:34.869Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34252026-06-22T19:40:34.869Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34262026-06-22T19:40:36.871Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34272026-06-22T19:40:37.515Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34282026-06-22T19:40:37.815Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34292026-06-22T19:40:38.002Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34302026-06-22T19:40:40.074Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34312026-06-22T19:40:48.313Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34322026-06-22T19:40:48.313Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34332026-06-22T19:40:48.387Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34342026-06-22T19:40:48.387Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34352026-06-22T19:40:50.025Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34362026-06-22T19:40:50.070Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34372026-06-22T19:40:53.933Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34382026-06-22T19:41:33.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34392026-06-22T19:41:33.726Z
34402026-06-22T19:41:33.844Zreal 1:25.997058665
34412026-06-22T19:41:33.844Zuser 8:01.648761620
34422026-06-22T19:41:33.844Zsys 1:39.410032985
34432026-06-22T19:41:33.844Ztrap 0.226350499
34442026-06-22T19:41:33.844Ztflt 0.713237627
34452026-06-22T19:41:33.844Zdflt 1.703349070
34462026-06-22T19:41:33.844Zkflt 0.000661340
34472026-06-22T19:41:33.845Zlock 26:59.044619607
34482026-06-22T19:41:33.845Zslp 18:04.460205486
34492026-06-22T19:41:33.845Zlat 36.290529600
34502026-06-22T19:41:33.845Zstop 2:37.210385458
34512026-06-22T19:41:33.845Z+ mkdir tests
34522026-06-22T19:41:33.845Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34532026-06-22T19:41:33.845Z+ xargs -I '{}' -t cp '{}' tests/
34542026-06-22T19:41:33.845Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f35f394bfb169ef7 tests/
34552026-06-22T19:41:33.845Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-924fc3fc47321669 tests/
34562026-06-22T19:41:33.845Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-408c589a9be9a15a tests/
34572026-06-22T19:41:33.845Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f00a927a2ca939a9 tests/
34582026-06-22T19:41:33.845Z+ 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)
34592026-06-22T19:41:33.845Z+ 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-924fc3fc47321669 tests/commtest-408c589a9be9a15a tests/dhcp_server-f35f394bfb169ef7 tests/end_to_end_tests-f00a927a2ca939a9 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
34602026-06-22T19:42:53.991ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34612026-06-22T19:42:53.991Za .github/buildomat/ci-env.sh 1K
34622026-06-22T19:42:53.991Za out/target/test 1K
34632026-06-22T19:42:53.991Za out/npuzone/npuzone 27402K
34642026-06-22T19:42:53.991Za package-manifest.toml 35K
34652026-06-22T19:42:53.991Za smf/sled-agent/non-gimlet/config.toml 6K
34662026-06-22T19:42:53.991Za target/release/omicron-package 45241K
34672026-06-22T19:42:53.991Za target/release/xtask 11453K
34682026-06-22T19:42:53.991Za target/debug/bootstrap 356178K
34692026-06-22T19:42:53.992Za tests/bootstrap-924fc3fc47321669 31215K
34702026-06-22T19:42:53.992Za tests/commtest-408c589a9be9a15a 32300K
34712026-06-22T19:42:53.992Za tests/dhcp_server-f35f394bfb169ef7 31215K
34722026-06-22T19:42:53.992Za tests/end_to_end_tests-f00a927a2ca939a9 398002K
34732026-06-22T19:42:53.992Za tools/opte_version 1K
34742026-06-22T19:42:53.992Za tools/opte_version_override 2K
34752026-06-22T19:42:53.992Za out/clickhouse.tar.gz 313512K
34762026-06-22T19:42:53.992Za out/clickhouse_keeper.tar.gz 298568K
34772026-06-22T19:42:53.992Za out/clickhouse_server.tar.gz 313508K
34782026-06-22T19:42:53.992Za out/cockroachdb.tar.gz 157713K
34792026-06-22T19:42:53.992Za out/crucible-pantry-zone.tar.gz 36484K
34802026-06-22T19:42:53.992Za out/crucible-utils.tar 16478K
34812026-06-22T19:42:53.992Za out/crucible-zone.tar.gz 52054K
34822026-06-22T19:42:53.992Za out/external-dns.tar.gz 42923K
34832026-06-22T19:42:53.992Za out/internal-dns.tar.gz 42922K
34842026-06-22T19:42:53.992Za out/mg-ddm-gz.tar 97917K
34852026-06-22T19:42:53.992Za out/nexus.tar.gz 279260K
34862026-06-22T19:42:53.992Za out/ntp.tar.gz 24125K
34872026-06-22T19:42:53.992Za out/omicron-gateway-softnpu.tar.gz 30220K
34882026-06-22T19:42:53.992Za out/omicron-sled-agent.tar 194835K
34892026-06-22T19:42:53.992Za out/overlay.tar.gz 3K
34902026-06-22T19:42:53.992Za out/oximeter.tar.gz 62320K
34912026-06-22T19:42:53.992Za out/oxlog.tar 3782K
34922026-06-22T19:42:53.992Za out/probe.tar.gz 3037K
34932026-06-22T19:42:53.993Za out/propolis-server.tar.gz 34918K
34942026-06-22T19:42:53.993Za out/pumpkind-gz.tar 26647K
34952026-06-22T19:42:53.993Za out/switch-softnpu.tar.gz 448516K
34962026-06-22T19:42:54.040Z
34972026-06-22T19:42:54.040Zreal 1:20.261989686
34982026-06-22T19:42:54.040Zuser 1:17.566090572
34992026-06-22T19:42:54.040Zsys 4.421169190
35002026-06-22T19:42:54.040Ztrap 0.005593112
35012026-06-22T19:42:54.040Ztflt 0.000000000
35022026-06-22T19:42:54.040Zdflt 0.000000000
35032026-06-22T19:42:54.040Zkflt 0.000000000
35042026-06-22T19:42:54.040Zlock 0.000000000
35052026-06-22T19:42:54.040Zslp 1:17.516647124
35062026-06-22T19:42:54.040Zlat 1.010027709
35072026-06-22T19:42:54.040Zstop 0.000226850
35082026-06-22T19:42:54.040Zprocess exited: duration 1122923 ms, exit code 0
 
35092026-06-22T19:42:54.090Zfound 1 output files
35102026-06-22T19:42:54.090Zuploading: /work/package.tar.gz (2481759104 bytes)
35112026-06-22T19:44:50.699Zuploaded: /work/package.tar.gz