01M0XH0P50V20B3BDCCNR9SA34: 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: 01M0XH1406E6VTBV7BKW7Y8XE3

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T22:36:26.291Zjob assigned to worker 01M0XH1BZDZ1RX00TEP3VZF3NK [factory aws, i-002b13a466f65ede8] (queued for 49 s)
 
22026-08-25T22:36:34.124Zstarting task 0: "setup"
32026-08-25T22:36:34.128Z++ uname -s
42026-08-25T22:36:34.131Z+ kern=SunOS
52026-08-25T22:36:34.131Z+ build_user=build
62026-08-25T22:36:34.131Z+ build_uid=12345
72026-08-25T22:36:34.131Z+ work_dir=/work
82026-08-25T22:36:34.131Z+ input_dir=/input
92026-08-25T22:36:34.131Z+ [[ 0 == 12345 ]]
102026-08-25T22:36:34.131Z+ case "$kern" in
112026-08-25T22:36:34.131Z+ groupadd -g 12345 build
122026-08-25T22:36:34.144Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T22:36:36.150Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T22:36:36.220Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T22:36:36.223Z+ home_fs=zfs
162026-08-25T22:36:36.223Z+ [[ zfs == autofs ]]
172026-08-25T22:36:36.223Z+ mkdir -p /home/build
182026-08-25T22:36:36.223Z+ chown build:build /home/build /work
192026-08-25T22:36:38.226Z+ chmod 0700 /home/build /work
202026-08-25T22:36:38.229Zprocess exited: duration 4106 ms, exit code 0
 
212026-08-25T22:36:38.235Zstarting task 1: "rust-toolchain"
222026-08-25T22:36:38.240Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T22:36:38.240Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-25T22:36:38.240Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-25T22:36:38.240Z * rust toolchain channel = "1.97.1"
262026-08-25T22:36:38.240Z * rust toolchain profile = "default"
272026-08-25T22:36:38.240Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T22:36:38.243Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T22:36:38.243Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T22:36:38.327Zinfo: downloading installer
312026-08-25T22:36:39.710Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T22:36:39.710Zwarn: /home/build/.rustup/settings.toml
332026-08-25T22:36:39.710Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T22:36:39.710Zwarn: instead of the one inferred from the default host triple.
352026-08-25T22:36:39.722Zinfo: profile set to default
362026-08-25T22:36:39.722Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T22:36:39.725Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T22:36:39.861Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T22:36:39.864Zinfo: downloading 6 components
402026-08-25T22:36:54.457Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-25T22:36:54.457Z
422026-08-25T22:36:54.483Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T22:36:54.483Z
442026-08-25T22:36:54.483Z
452026-08-25T22:36:54.483ZRust is installed now. Great!
462026-08-25T22:36:54.483Z
472026-08-25T22:36:54.483ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T22:36:54.483Zenvironment variable. This has not been done automatically.
492026-08-25T22:36:54.484Z
502026-08-25T22:36:54.484ZTo configure your current shell, you need to source
512026-08-25T22:36:54.484Zthe corresponding env file under $HOME/.cargo.
522026-08-25T22:36:54.484Z
532026-08-25T22:36:54.484ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T22:36:54.487Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T22:36:54.487Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T22:36:54.487Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T22:36:54.487Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T22:36:54.487Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T22:36:54.487Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T22:36:54.487Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T22:36:54.487Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T22:36:54.583Z+ rustup --version
632026-08-25T22:36:54.589Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T22:36:54.592Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T22:36:54.609Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T22:36:54.613Z+ cargo --version
672026-08-25T22:36:54.621Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T22:36:54.624Z+ rustc --version
692026-08-25T22:36:54.644Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T22:36:54.648Zprocess exited: duration 16412 ms, exit code 0
 
712026-08-25T22:36:54.653Zstarting task 2: "authentication"
722026-08-25T22:36:54.671Zprocess exited: duration 17 ms, exit code 0
 
732026-08-25T22:36:54.678Zstarting task 3: "clone repository"
742026-08-25T22:36:54.682Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-25T22:36:54.686Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-25T22:36:54.727ZCloning into '/work/oxidecomputer/omicron'...
772026-08-25T22:37:13.830Z+ cd /work/oxidecomputer/omicron
782026-08-25T22:37:13.830Z+ git fetch origin 1f434a86565fc333096a97e446b86bdac323e6f1
792026-08-25T22:37:14.194ZFrom https://github.com/oxidecomputer/omicron
802026-08-25T22:37:14.194Z * branch 1f434a86565fc333096a97e446b86bdac323e6f1 -> FETCH_HEAD
812026-08-25T22:37:14.208Z+ [[ -n alan/gzip-to-lz4 ]]
822026-08-25T22:37:14.211Z++ git branch --show-current
832026-08-25T22:37:14.211Z+ current=main
842026-08-25T22:37:14.211Z+ [[ main != alan/gzip-to-lz4 ]]
852026-08-25T22:37:14.211Z+ git branch -f alan/gzip-to-lz4 1f434a86565fc333096a97e446b86bdac323e6f1
862026-08-25T22:37:14.215Z+ git checkout -f alan/gzip-to-lz4
872026-08-25T22:37:14.322ZSwitched to branch 'alan/gzip-to-lz4'
882026-08-25T22:37:14.326Z+ git reset --hard 1f434a86565fc333096a97e446b86bdac323e6f1
892026-08-25T22:37:14.438ZHEAD is now at 1f434a865 fix expected test output
902026-08-25T22:37:14.441Zprocess exited: duration 19760 ms, exit code 0
 
912026-08-25T22:37:14.447Zstarting task 4: "build"
922026-08-25T22:37:14.452Z+ source .github/buildomat/ci-env.sh
932026-08-25T22:37:14.452Z++ export CARGO_TERM_COLOR=always
942026-08-25T22:37:14.452Z++ CARGO_TERM_COLOR=always
952026-08-25T22:37:14.455Z+++ uname -s
962026-08-25T22:37:14.456Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-25T22:37:14.456Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-25T22:37:14.459Z+ cargo --version
992026-08-25T22:37:14.468Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-25T22:37:14.473Z+ rustc --version
1012026-08-25T22:37:14.491Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-25T22:37:14.494Z+ WORK=/work
1032026-08-25T22:37:14.494Z+ pfexec mkdir -p /work
1042026-08-25T22:37:14.498Z+ pfexec chown build /work
1052026-08-25T22:37:14.501Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-25T22:37:16.759Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-25T22:37:17.141Z Startup: Caching catalogs ... Done
1082026-08-25T22:37:19.303ZPlanning: Solver setup ... Done (2.041s)
1092026-08-25T22:37:19.364ZPlanning: Running solver ... Done (0.061s)
1102026-08-25T22:37:19.409ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-25T22:37:19.422ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-25T22:37:19.443ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-25T22:37:19.457ZPlanning: Package planning ... Done (0.014s)
1142026-08-25T22:37:19.460ZPlanning: Merging actions ... Done (0.002s)
1152026-08-25T22:37:19.673ZPlanning: Checking for conflicting actions ... Done (0.214s)
1162026-08-25T22:37:19.676ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-25T22:37:20.392ZPlanning: Evaluating mediators ... Done (0.717s)
1182026-08-25T22:37:20.397ZPlanning: Planning completed in 3.21 seconds
1192026-08-25T22:37:20.400Z Packages to install: 2
1202026-08-25T22:37:20.400Z Estimated space available: 156.01 GB
1212026-08-25T22:37:20.403ZEstimated space to be consumed: 80.56 MB
1222026-08-25T22:37:20.403Z Create boot environment: No
1232026-08-25T22:37:20.403ZCreate backup boot environment: No
1242026-08-25T22:37:20.403Z Rebuild boot archive: No
1252026-08-25T22:37:20.403Z
1262026-08-25T22:37:20.403ZChanged packages:
1272026-08-25T22:37:20.403Zhelios
1282026-08-25T22:37:20.403Z developer/build-essential
1292026-08-25T22:37:20.403Z None -> 11-3.0
1302026-08-25T22:37:20.403Z library/libxmlsec1
1312026-08-25T22:37:20.403Z None -> 1.2.35-3.0
1322026-08-25T22:37:20.427Z
1332026-08-25T22:37:20.427ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-25T22:37:20.493ZDownload: Completed 1.28 MB in 0.07 seconds (19.0M/s)
1352026-08-25T22:37:20.550Z Actions: 1/268 actions (Installing new actions)
1362026-08-25T22:37:20.588Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-25T22:37:20.624ZFinalize: Updating package state database ... Done (0.036s)
1382026-08-25T22:37:20.624ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-25T22:37:20.713ZFinalize: Updating image state ... Done (0.088s)
1402026-08-25T22:37:23.285ZFinalize: Creating fast lookup database ... Done (2.521s)
1412026-08-25T22:37:23.350ZFinalize: Reading search index ... Done (0.012s)
1422026-08-25T22:37:23.353ZFinalize: Updating search index ... Done (0.000s)
1432026-08-25T22:37:23.446ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-25T22:37:23.819ZPlanning: Evaluating mediator changes ... Done
1452026-08-25T22:37:23.923ZPlanning: Checking for conflicting actions ... Done
1462026-08-25T22:37:23.928ZPlanning: Consolidating action changes ... Done
1472026-08-25T22:37:24.081ZPlanning: Evaluating mediators ... Done
1482026-08-25T22:37:24.084ZPlanning: Planning completed in 0.26 seconds
1492026-08-25T22:37:24.104Z Mediators to change: 2
1502026-08-25T22:37:24.104Z Create boot environment: No
1512026-08-25T22:37:24.104ZCreate backup boot environment: No
1522026-08-25T22:37:24.150ZFinalize: Updating package state database ... Done
1532026-08-25T22:37:24.150ZFinalize: Updating package cache ... Done
1542026-08-25T22:37:24.202ZFinalize: Updating image state ... Done
1552026-08-25T22:37:26.124ZFinalize: Creating fast lookup database ... Done
1562026-08-25T22:37:26.184ZFinalize: Reading search index ... Done
1572026-08-25T22:37:26.187ZFinalize: Updating search index ... Done
1582026-08-25T22:37:26.254ZFinalize: Updating package cache ... Done
1592026-08-25T22:37:26.537ZPlanning: Evaluating mediator changes ... Done
1602026-08-25T22:37:26.641ZPlanning: Checking for conflicting actions ... Done
1612026-08-25T22:37:26.645ZPlanning: Consolidating action changes ... Done
1622026-08-25T22:37:26.797ZPlanning: Evaluating mediators ... Done
1632026-08-25T22:37:26.800ZPlanning: Planning completed in 0.26 seconds
1642026-08-25T22:37:26.820Z Mediators to change: 1
1652026-08-25T22:37:26.820Z Create boot environment: No
1662026-08-25T22:37:26.823ZCreate backup boot environment: No
1672026-08-25T22:37:26.943ZFinalize: Updating package state database ... Done
1682026-08-25T22:37:26.943ZFinalize: Updating package cache ... Done
1692026-08-25T22:37:26.995ZFinalize: Updating image state ... Done
1702026-08-25T22:37:28.908ZFinalize: Creating fast lookup database ... Done
1712026-08-25T22:37:28.967ZFinalize: Reading search index ... Done
1722026-08-25T22:37:28.970ZFinalize: Updating search index ... Done
1732026-08-25T22:37:29.026ZFinalize: Updating package cache ... Done
1742026-08-25T22:37:29.333ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-25T22:37:29.333Zapache system 2.4 system
1762026-08-25T22:37:29.333Zclang system 15 system
1772026-08-25T22:37:29.333Zcsh system system illumos
1782026-08-25T22:37:29.333Zctags system system illumos
1792026-08-25T22:37:29.333Zfile vendor vendor darwinsys
1802026-08-25T22:37:29.333Zfile system system illumos
1812026-08-25T22:37:29.333Zgcc vendor 14 vendor
1822026-08-25T22:37:29.333Zgcc system 13 system
1832026-08-25T22:37:29.333Zgcc system 10 system
1842026-08-25T22:37:29.333Zgo system 1.25 system
1852026-08-25T22:37:29.333Zllvm system 15 system
1862026-08-25T22:37:29.333Zmariadb system 11.4 system
1872026-08-25T22:37:29.333Zmta vendor vendor dma
1882026-08-25T22:37:29.334Zopenjdk system 17 system
1892026-08-25T22:37:29.334Zopenjdk system 11 system
1902026-08-25T22:37:29.334Zopenssl vendor 3 vendor
1912026-08-25T22:37:29.334Zperl system 5.40 system
1922026-08-25T22:37:29.334Zpostgresql system 18 system
1932026-08-25T22:37:29.334Zpostgresql system 17 system
1942026-08-25T22:37:29.334Zpython vendor 3 vendor
1952026-08-25T22:37:29.334Zpython system 2 system
1962026-08-25T22:37:29.334Zpython3 vendor 3.13 vendor
1972026-08-25T22:37:29.334Zruby system 3.4 system
1982026-08-25T22:37:29.334Zruby system 3.0 system
1992026-08-25T22:37:29.334Zwords vendor vendor american-english
2002026-08-25T22:37:29.334Zwords system system australian-english
2012026-08-25T22:37:29.334Zwords system system british-english
2022026-08-25T22:37:29.334Zwords system system canadian-english
2032026-08-25T22:37:29.334Zwords system system french
2042026-08-25T22:37:29.334Zwords system system italian
2052026-08-25T22:37:29.334Zwords system system ngerman
2062026-08-25T22:37:29.334Zwords system system ogerman
2072026-08-25T22:37:29.334Zwords system system spanish
2082026-08-25T22:37:29.580ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-25T22:37:29.580Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-25T22:37:30.065ZFMRI IFO
2112026-08-25T22:37:30.065Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-25T22:37:30.066Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-25T22:37:30.066Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-25T22:37:30.066Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-25T22:37:30.066Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-25T22:37:30.066Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-25T22:37:30.066Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-25T22:37:30.066Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-25T22:37:30.066Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-25T22:37:30.394Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-25T22:37:30.685Z Updating crates.io index
2222026-08-25T22:37:30.688Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-25T22:37:30.940Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-25T22:37:31.325Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-08-25T22:37:32.653Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-08-25T22:37:33.281Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-08-25T22:37:35.218Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-08-25T22:37:36.484Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-08-25T22:37:36.768Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-08-25T22:37:37.139Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-08-25T22:37:38.689Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-08-25T22:37:38.981Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-08-25T22:37:39.448Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-08-25T22:37:39.723Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-08-25T22:37:39.990Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2362026-08-25T22:37:40.317Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2372026-08-25T22:37:40.620Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-08-25T22:37:40.887Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-08-25T22:37:41.194Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2402026-08-25T22:37:41.797Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-08-25T22:37:42.251Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2422026-08-25T22:37:42.634Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2432026-08-25T22:37:42.954Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2442026-08-25T22:37:43.655Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2452026-08-25T22:37:44.964Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-08-25T22:37:45.269Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-08-25T22:37:45.718Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-08-25T22:37:46.002Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-08-25T22:37:46.420Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-08-25T22:37:47.043Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-08-25T22:37:47.344Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-08-25T22:37:47.679Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-08-25T22:37:48.278Z Updating git repository `https://github.com/oxidecomputer/tough`
2542026-08-25T22:37:48.879Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-08-25T22:37:49.171Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-08-25T22:37:49.452Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2572026-08-25T22:37:49.763Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2582026-08-25T22:37:50.394Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2592026-08-25T22:37:50.679Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-08-25T22:37:50.981Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-08-25T22:37:51.303Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-08-25T22:37:51.570Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-08-25T22:37:51.887Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2642026-08-25T22:37:54.739Z Downloading crates ...
2652026-08-25T22:37:54.779Z Downloaded anstyle-query v1.1.5
2662026-08-25T22:37:54.783Z Downloaded equivalent v1.0.2
2672026-08-25T22:37:54.799Z Downloaded swrite v0.1.0
2682026-08-25T22:37:54.803Z Downloaded toml_datetime v0.6.11
2692026-08-25T22:37:54.807Z Downloaded anstream v1.0.0
2702026-08-25T22:37:54.810Z Downloaded usdt-impl v0.5.0
2712026-08-25T22:37:54.810Z Downloaded cargo-platform v0.3.2
2722026-08-25T22:37:54.813Z Downloaded zerocopy v0.7.35
2732026-08-25T22:37:54.828Z Downloaded indexmap v2.14.0
2742026-08-25T22:37:54.844Z Downloaded tempfile v3.27.0
2752026-08-25T22:37:54.844Z Downloaded byteorder v1.5.0
2762026-08-25T22:37:54.844Z Downloaded anyhow v1.0.104
2772026-08-25T22:37:54.844Z Downloaded clap_derive v4.6.1
2782026-08-25T22:37:54.844Z Downloaded errno v0.3.14
2792026-08-25T22:37:54.844Z Downloaded dtrace-parser v0.2.0
2802026-08-25T22:37:54.844Z Downloaded pretty-hex v0.4.1
2812026-08-25T22:37:54.844Z Downloaded digest v0.10.7
2822026-08-25T22:37:54.853Z Downloaded serde_tokenstream v0.2.3
2832026-08-25T22:37:54.853Z Downloaded clap v4.6.1
2842026-08-25T22:37:54.853Z Downloaded clap_lex v1.0.0
2852026-08-25T22:37:54.856Z Downloaded heck v0.5.0
2862026-08-25T22:37:54.856Z Downloaded plain v0.2.3
2872026-08-25T22:37:54.856Z Downloaded terminal_size v0.4.3
2882026-08-25T22:37:54.856Z Downloaded cpufeatures v0.2.17
2892026-08-25T22:37:54.856Z Downloaded usdt-attr-macro v0.5.0
2902026-08-25T22:37:54.860Z Downloaded utf8parse v0.2.2
2912026-08-25T22:37:54.860Z Downloaded heck v0.4.1
2922026-08-25T22:37:54.860Z Downloaded usdt v0.5.0
2932026-08-25T22:37:54.860Z Downloaded usdt-macro v0.5.0
2942026-08-25T22:37:54.860Z Downloaded generic-array v0.14.7
2952026-08-25T22:37:54.863Z Downloaded cfg-if v1.0.4
2962026-08-25T22:37:54.870Z Downloaded crypto-common v0.1.7
2972026-08-25T22:37:54.870Z Downloaded macaddr v1.0.1
2982026-08-25T22:37:54.870Z Downloaded colorchoice v1.0.4
2992026-08-25T22:37:54.870Z Downloaded thread-id v4.2.2
3002026-08-25T22:37:54.874Z Downloaded memmap v0.7.0
3012026-08-25T22:37:54.874Z Downloaded bytecount v0.6.9
3022026-08-25T22:37:54.874Z Downloaded proc-macro-error v1.0.4
3032026-08-25T22:37:54.874Z Downloaded tabled_derive v0.7.0
3042026-08-25T22:37:54.877Z Downloaded thiserror-impl v1.0.69
3052026-08-25T22:37:54.877Z Downloaded camino v1.2.5
3062026-08-25T22:37:54.878Z Downloaded is_terminal_polyfill v1.70.2
3072026-08-25T22:37:54.881Z Downloaded block-buffer v0.10.4
3082026-08-25T22:37:54.884Z Downloaded fastrand v2.3.0
3092026-08-25T22:37:54.884Z Downloaded proc-macro-error-attr v1.0.4
3102026-08-25T22:37:54.888Z Downloaded scroll_derive v0.12.1
3112026-08-25T22:37:54.888Z Downloaded fnv v1.0.7
3122026-08-25T22:37:54.888Z Downloaded serde_spanned v0.6.9
3132026-08-25T22:37:54.892Z Downloaded version_check v0.9.5
3142026-08-25T22:37:54.893Z Downloaded dof v0.3.0
3152026-08-25T22:37:54.897Z Downloaded unicode-linebreak v0.1.5
3162026-08-25T22:37:54.900Z Downloaded smawk v0.3.2
3172026-08-25T22:37:54.903Z Downloaded anstyle v1.0.14
3182026-08-25T22:37:54.903Z Downloaded strsim v0.11.1
3192026-08-25T22:37:54.906Z Downloaded sha2 v0.10.9
3202026-08-25T22:37:54.906Z Downloaded camino-tempfile v1.4.1
3212026-08-25T22:37:54.911Z Downloaded itoa v1.0.17
3222026-08-25T22:37:54.914Z Downloaded cargo_toml v0.21.0
3232026-08-25T22:37:54.914Z Downloaded cargo_metadata v0.23.1
3242026-08-25T22:37:54.918Z Downloaded autocfg v1.5.0
3252026-08-25T22:37:54.921Z Downloaded fs-err v3.3.0
3262026-08-25T22:37:54.925Z Downloaded anstyle-parse v1.0.0
3272026-08-25T22:37:54.928Z Downloaded quote v1.0.45
3282026-08-25T22:37:54.930Z Downloaded toml_write v0.1.2
3292026-08-25T22:37:54.933Z Downloaded thiserror v2.0.18
3302026-08-25T22:37:54.936Z Downloaded thiserror-impl v2.0.18
3312026-08-25T22:37:54.936Z Downloaded toml v0.8.23
3322026-08-25T22:37:54.936Z Downloaded zmij v1.0.21
3332026-08-25T22:37:54.940Z Downloaded semver v1.0.28
3342026-08-25T22:37:54.942Z Downloaded thiserror v1.0.69
3352026-08-25T22:37:54.946Z Downloaded pest_derive v2.8.6
3362026-08-25T22:37:54.949Z Downloaded pest_generator v2.8.6
3372026-08-25T22:37:54.949Z Downloaded zerocopy-derive v0.7.35
3382026-08-25T22:37:54.952Z Downloaded scroll v0.12.0
3392026-08-25T22:37:54.955Z Downloaded once_cell v1.21.3
3402026-08-25T22:37:54.959Z Downloaded ucd-trie v0.1.7
3412026-08-25T22:37:54.962Z Downloaded bitflags v2.11.0
3422026-08-25T22:37:54.966Z Downloaded log v0.4.33
3432026-08-25T22:37:54.966Z Downloaded unicode-ident v1.0.24
3442026-08-25T22:37:54.969Z Downloaded serde_derive v1.0.228
3452026-08-25T22:37:54.969Z Downloaded serde_json v1.0.151
3462026-08-25T22:37:54.972Z Downloaded getrandom v0.4.3
3472026-08-25T22:37:54.975Z Downloaded proc-macro2 v1.0.106
3482026-08-25T22:37:54.978Z Downloaded serde_core v1.0.228
3492026-08-25T22:37:54.981Z Downloaded papergrid v0.11.0
3502026-08-25T22:37:54.990Z Downloaded pest_meta v2.8.6
3512026-08-25T22:37:54.994Z Downloaded textwrap v0.16.2
3522026-08-25T22:37:54.997Z Downloaded memchr v2.8.0
3532026-08-25T22:37:55.001Z Downloaded toml_edit v0.22.27
3542026-08-25T22:37:55.005Z Downloaded serde v1.0.228
3552026-08-25T22:37:55.009Z Downloaded typenum v1.20.1
3562026-08-25T22:37:55.025Z Downloaded tabled v0.15.0
3572026-08-25T22:37:55.039Z Downloaded pest v2.8.6
3582026-08-25T22:37:55.059Z Downloaded hashbrown v0.17.0
3592026-08-25T22:37:55.094Z Downloaded winnow v0.7.14
3602026-08-25T22:37:55.094Z Downloaded clap_builder v4.6.0
3612026-08-25T22:37:55.094Z Downloaded goblin v0.8.2
3622026-08-25T22:37:55.094Z Downloaded syn v1.0.109
3632026-08-25T22:37:55.177Z Downloaded unicode-width v0.1.14
3642026-08-25T22:37:55.178Z Downloaded unicode-width v0.2.0
3652026-08-25T22:37:55.178Z Downloaded syn v2.0.117
3662026-08-25T22:37:55.178Z Downloaded rustix v1.1.4
3672026-08-25T22:37:55.178Z Downloaded libc v0.2.185
3682026-08-25T22:37:55.211Z Compiling proc-macro2 v1.0.106
3692026-08-25T22:37:55.211Z Compiling quote v1.0.45
3702026-08-25T22:37:55.211Z Compiling unicode-ident v1.0.24
3712026-08-25T22:37:55.211Z Compiling serde_core v1.0.228
3722026-08-25T22:37:55.211Z Compiling libc v0.2.185
3732026-08-25T22:37:55.211Z Compiling version_check v0.9.5
3742026-08-25T22:37:55.211Z Compiling memchr v2.8.0
3752026-08-25T22:37:55.211Z Compiling serde v1.0.228
3762026-08-25T22:37:55.211Z Compiling zmij v1.0.21
3772026-08-25T22:37:55.211Z Compiling thiserror v1.0.69
3782026-08-25T22:37:55.365Z Compiling ucd-trie v0.1.7
3792026-08-25T22:37:55.376Z Compiling itoa v1.0.17
3802026-08-25T22:37:55.376Z Compiling byteorder v1.5.0
3812026-08-25T22:37:55.376Z Compiling rustix v1.1.4
3822026-08-25T22:37:55.612Z Compiling bitflags v2.11.0
3832026-08-25T22:37:55.695Z Compiling serde_json v1.0.151
3842026-08-25T22:37:55.851Z Compiling pest v2.8.6
3852026-08-25T22:37:55.874Z Compiling syn v1.0.109
3862026-08-25T22:37:55.897Z Compiling proc-macro-error-attr v1.0.4
3872026-08-25T22:37:56.012Z Compiling usdt-impl v0.5.0
3882026-08-25T22:37:56.149Z Compiling camino v1.2.5
3892026-08-25T22:37:56.274Z Compiling proc-macro-error v1.0.4
3902026-08-25T22:37:56.321Z Compiling plain v0.2.3
3912026-08-25T22:37:56.350Z Compiling log v0.4.33
3922026-08-25T22:37:56.356Z Compiling hashbrown v0.17.0
3932026-08-25T22:37:56.356Z Compiling utf8parse v0.2.2
3942026-08-25T22:37:56.370Z Compiling equivalent v1.0.2
3952026-08-25T22:37:56.456Z Compiling getrandom v0.4.3
3962026-08-25T22:37:56.559Z Compiling colorchoice v1.0.4
3972026-08-25T22:37:56.564Z Compiling anstyle-parse v1.0.0
3982026-08-25T22:37:56.564Z Compiling anstyle-query v1.1.5
3992026-08-25T22:37:56.564Z Compiling anstyle v1.0.14
4002026-08-25T22:37:56.620Z Compiling is_terminal_polyfill v1.70.2
4012026-08-25T22:37:56.716Z Compiling autocfg v1.5.0
4022026-08-25T22:37:56.741Z Compiling cfg-if v1.0.4
4032026-08-25T22:37:56.765Z Compiling winnow v0.7.14
4042026-08-25T22:37:56.785Z Compiling toml_write v0.1.2
4052026-08-25T22:37:56.785Z Compiling thiserror v2.0.18
4062026-08-25T22:37:56.829Z Compiling pretty-hex v0.4.1
4072026-08-25T22:37:56.849Z Compiling errno v0.3.14
4082026-08-25T22:37:56.853Z Compiling thread-id v4.2.2
4092026-08-25T22:37:56.919Z Compiling pest_meta v2.8.6
4102026-08-25T22:37:56.937Z Compiling indexmap v2.14.0
4112026-08-25T22:37:56.956Z Compiling anstream v1.0.0
4122026-08-25T22:37:57.013Z Compiling heck v0.4.1
4132026-08-25T22:37:57.048Z Compiling clap_lex v1.0.0
4142026-08-25T22:37:57.051Z Compiling fnv v1.0.7
4152026-08-25T22:37:57.125Z Compiling once_cell v1.21.3
4162026-08-25T22:37:57.150Z Compiling heck v0.5.0
4172026-08-25T22:37:57.169Z Compiling fs-err v3.3.0
4182026-08-25T22:37:57.202Z Compiling syn v2.0.117
4192026-08-25T22:37:57.275Z Compiling strsim v0.11.1
4202026-08-25T22:37:57.313Z Compiling bytecount v0.6.9
4212026-08-25T22:37:57.316Z Compiling anyhow v1.0.104
4222026-08-25T22:37:57.360Z Compiling fastrand v2.3.0
4232026-08-25T22:37:57.389Z Compiling unicode-width v0.1.14
4242026-08-25T22:37:57.408Z Compiling memmap v0.7.0
4252026-08-25T22:37:57.482Z Compiling unicode-linebreak v0.1.5
4262026-08-25T22:37:57.543Z Compiling unicode-width v0.2.0
4272026-08-25T22:37:57.590Z Compiling smawk v0.3.2
4282026-08-25T22:37:57.666Z Compiling papergrid v0.11.0
4292026-08-25T22:37:57.679Z Compiling swrite v0.1.0
4302026-08-25T22:37:57.853Z Compiling terminal_size v0.4.3
4312026-08-25T22:37:57.853Z Compiling tempfile v3.27.0
4322026-08-25T22:37:57.971Z Compiling clap_builder v4.6.0
4332026-08-25T22:37:57.971Z Compiling textwrap v0.16.2
4342026-08-25T22:37:58.184Z Compiling cargo-platform v0.3.2
4352026-08-25T22:37:58.184Z Compiling semver v1.0.28
4362026-08-25T22:37:58.493Z Compiling camino-tempfile v1.4.1
4372026-08-25T22:37:58.687Z Compiling tabled_derive v0.7.0
4382026-08-25T22:37:59.332Z Compiling pest_generator v2.8.6
4392026-08-25T22:37:59.367Z Compiling tabled v0.15.0
4402026-08-25T22:37:59.841Z Compiling serde_derive v1.0.228
4412026-08-25T22:37:59.845Z Compiling thiserror-impl v1.0.69
4422026-08-25T22:37:59.845Z Compiling zerocopy-derive v0.7.35
4432026-08-25T22:37:59.845Z Compiling scroll_derive v0.12.1
4442026-08-25T22:37:59.845Z Compiling thiserror-impl v2.0.18
4452026-08-25T22:37:59.845Z Compiling clap_derive v4.6.1
4462026-08-25T22:37:59.943Z Compiling pest_derive v2.8.6
4472026-08-25T22:38:00.498Z Compiling scroll v0.12.0
4482026-08-25T22:38:00.524Z Compiling zerocopy v0.7.35
4492026-08-25T22:38:00.708Z Compiling goblin v0.8.2
4502026-08-25T22:38:00.889Z Compiling dtrace-parser v0.2.0
4512026-08-25T22:38:01.220Z Compiling clap v4.6.1
4522026-08-25T22:38:02.207Z Compiling serde_spanned v0.6.9
4532026-08-25T22:38:02.207Z Compiling toml_datetime v0.6.11
4542026-08-25T22:38:02.207Z Compiling cargo_metadata v0.23.1
4552026-08-25T22:38:02.210Z Compiling macaddr v1.0.1
4562026-08-25T22:38:02.210Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4572026-08-25T22:38:02.224Z Compiling dof v0.3.0
4582026-08-25T22:38:02.228Z Compiling serde_tokenstream v0.2.3
4592026-08-25T22:38:02.421Z Compiling toml_edit v0.22.27
4602026-08-25T22:38:02.965Z Compiling usdt-attr-macro v0.5.0
4612026-08-25T22:38:02.970Z Compiling usdt-macro v0.5.0
4622026-08-25T22:38:03.563Z Compiling usdt v0.5.0
4632026-08-25T22:38:03.659Z Compiling toml v0.8.23
4642026-08-25T22:38:03.974Z Compiling cargo_toml v0.21.0
4652026-08-25T22:38:05.264Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662026-08-25T22:38:07.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.06s
4672026-08-25T22:38:07.503Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4682026-08-25T22:38:08.005Z Downloading crates ...
4692026-08-25T22:38:08.058Z Downloaded bitfield-struct v0.6.2
4702026-08-25T22:38:08.072Z Downloaded compression-core v0.4.31
4712026-08-25T22:38:08.075Z Downloaded anstream v0.6.21
4722026-08-25T22:38:08.078Z Downloaded foreign-types-macros v0.2.3
4732026-08-25T22:38:08.078Z Downloaded addr2line v0.25.1
4742026-08-25T22:38:08.081Z Downloaded allocator-api2 v0.2.21
4752026-08-25T22:38:08.081Z Downloaded cmov v0.5.4
4762026-08-25T22:38:08.084Z Downloaded enum-as-inner v0.6.1
4772026-08-25T22:38:08.084Z Downloaded endian-type v0.1.2
4782026-08-25T22:38:08.084Z Downloaded blake2 v0.10.6
4792026-08-25T22:38:08.087Z Downloaded env_filter v2.0.0
4802026-08-25T22:38:08.087Z Downloaded fs_extra v1.3.0
4812026-08-25T22:38:08.087Z Downloaded aes-gcm v0.11.0
4822026-08-25T22:38:08.090Z Downloaded base16ct v1.0.0
4832026-08-25T22:38:08.090Z Downloaded ahash v0.8.12
4842026-08-25T22:38:08.095Z Downloaded enum_dispatch v0.3.13
4852026-08-25T22:38:08.095Z Downloaded futures-channel v0.3.32
4862026-08-25T22:38:08.095Z Downloaded const-oid v0.10.2
4872026-08-25T22:38:08.098Z Downloaded hash32 v0.2.1
4882026-08-25T22:38:08.098Z Downloaded getrandom v0.2.17
4892026-08-25T22:38:08.101Z Downloaded arrayvec v0.7.6
4902026-08-25T22:38:08.104Z Downloaded form_urlencoded v1.2.2
4912026-08-25T22:38:08.109Z Downloaded arc-swap v1.8.2
4922026-08-25T22:38:08.112Z Downloaded flume v0.11.1
4932026-08-25T22:38:08.115Z Downloaded fs-err v2.11.0
4942026-08-25T22:38:08.115Z Downloaded http v1.4.2
4952026-08-25T22:38:08.118Z Downloaded flagset v0.4.7
4962026-08-25T22:38:08.118Z Downloaded foldhash v0.1.5
4972026-08-25T22:38:08.118Z Downloaded fixedbitset v0.5.7
4982026-08-25T22:38:08.118Z Downloaded float-ord v0.3.2
4992026-08-25T22:38:08.121Z Downloaded bcrypt-pbkdf v0.11.0
5002026-08-25T22:38:08.121Z Downloaded find-msvc-tools v0.1.9
5012026-08-25T22:38:08.121Z Downloaded funty v2.0.0
5022026-08-25T22:38:08.121Z Downloaded bit-set v0.8.0
5032026-08-25T22:38:08.121Z Downloaded futures-io v0.3.32
5042026-08-25T22:38:08.124Z Downloaded futures-sink v0.3.32
5052026-08-25T22:38:08.124Z Downloaded futures v0.3.32
5062026-08-25T22:38:08.127Z Downloaded futures-core v0.3.32
5072026-08-25T22:38:08.127Z Downloaded backtrace-ext v0.2.1
5082026-08-25T22:38:08.127Z Downloaded adler2 v2.0.1
5092026-08-25T22:38:08.127Z Downloaded assert_matches v1.5.0
5102026-08-25T22:38:08.127Z Downloaded futures-task v0.3.32
5112026-08-25T22:38:08.127Z Downloaded atomicwrites v0.4.4
5122026-08-25T22:38:08.130Z Downloaded foreign-types v0.5.0
5132026-08-25T22:38:08.131Z Downloaded async-recursion v1.1.1
5142026-08-25T22:38:08.131Z Downloaded foreign-types-shared v0.3.1
5152026-08-25T22:38:08.131Z Downloaded aho-corasick v1.1.4
5162026-08-25T22:38:08.133Z Downloaded arrayref v0.3.9
5172026-08-25T22:38:08.134Z Downloaded ff v0.14.0
5182026-08-25T22:38:08.137Z Downloaded foldhash v0.2.0
5192026-08-25T22:38:08.137Z Downloaded aead v0.6.1
5202026-08-25T22:38:08.137Z Downloaded argon2 v0.5.3
5212026-08-25T22:38:08.137Z Downloaded aead v0.5.2
5222026-08-25T22:38:08.141Z Downloaded async-stream-impl v0.3.6
5232026-08-25T22:38:08.141Z Downloaded atomic-waker v1.1.2
5242026-08-25T22:38:08.141Z Downloaded bitfield-macros v0.19.4
5252026-08-25T22:38:08.141Z Downloaded futures-util v0.3.32
5262026-08-25T22:38:08.144Z Downloaded foreign-types v0.3.2
5272026-08-25T22:38:08.147Z Downloaded bb8 v0.8.6
5282026-08-25T22:38:08.147Z Downloaded gethostname v0.5.0
5292026-08-25T22:38:08.147Z Downloaded ascii-canvas v3.0.0
5302026-08-25T22:38:08.147Z Downloaded async-stream v0.3.6
5312026-08-25T22:38:08.147Z Downloaded atty v0.2.14
5322026-08-25T22:38:08.150Z Downloaded base16ct v0.2.0
5332026-08-25T22:38:08.150Z Downloaded foreign-types-shared v0.1.1
5342026-08-25T22:38:08.150Z Downloaded bit-set v0.5.3
5352026-08-25T22:38:08.150Z Downloaded embedded-io v0.6.1
5362026-08-25T22:38:08.150Z Downloaded fd-lock v4.0.4
5372026-08-25T22:38:08.154Z Downloaded embedded-io v0.4.0
5382026-08-25T22:38:08.154Z Downloaded float-cmp v0.10.0
5392026-08-25T22:38:08.154Z Downloaded fxhash v0.2.1
5402026-08-25T22:38:08.154Z Downloaded hash32 v0.3.1
5412026-08-25T22:38:08.154Z Downloaded backoff v0.4.0
5422026-08-25T22:38:08.158Z Downloaded futures-macro v0.3.32
5432026-08-25T22:38:08.158Z Downloaded fixedbitset v0.4.2
5442026-08-25T22:38:08.159Z Downloaded hubpack v0.1.2
5452026-08-25T22:38:08.159Z Downloaded ciborium-io v0.2.2
5462026-08-25T22:38:08.162Z Downloaded hostname v0.3.1
5472026-08-25T22:38:08.162Z Downloaded castaway v0.2.4
5482026-08-25T22:38:08.162Z Downloaded hostname v0.4.2
5492026-08-25T22:38:08.165Z Downloaded ff v0.13.1
5502026-08-25T22:38:08.168Z Downloaded block-buffer v0.12.1
5512026-08-25T22:38:08.170Z Downloaded cfg_aliases v0.1.1
5522026-08-25T22:38:08.171Z Downloaded hex-literal v1.1.0
5532026-08-25T22:38:08.174Z Downloaded home v0.5.12
5542026-08-25T22:38:08.174Z Downloaded http-range v0.1.5
5552026-08-25T22:38:08.177Z Downloaded block-padding v0.4.2
5562026-08-25T22:38:08.177Z Downloaded bit-vec v0.8.0
5572026-08-25T22:38:08.177Z Downloaded bit-vec v0.6.3
5582026-08-25T22:38:08.180Z Downloaded parse-size v1.1.0
5592026-08-25T22:38:08.180Z Downloaded phf_shared v0.13.1
5602026-08-25T22:38:08.183Z Downloaded hex v0.4.3
5612026-08-25T22:38:08.183Z Downloaded normalize-line-endings v0.3.0
5622026-08-25T22:38:08.186Z Downloaded oxide-generation-macros v0.2.0
5632026-08-25T22:38:08.190Z Downloaded hubpack_derive v0.1.1
5642026-08-25T22:38:08.193Z Downloaded http-body v1.0.1
5652026-08-25T22:38:08.193Z Downloaded httpdate v1.0.3
5662026-08-25T22:38:08.196Z Downloaded cobs v0.3.0
5672026-08-25T22:38:08.196Z Downloaded globwalk v0.9.1
5682026-08-25T22:38:08.199Z Downloaded ghash v0.6.0
5692026-08-25T22:38:08.202Z Downloaded array-init v0.0.4
5702026-08-25T22:38:08.202Z Downloaded headers-core v0.3.0
5712026-08-25T22:38:08.202Z Downloaded nodrop v0.1.14
5722026-08-25T22:38:08.202Z Downloaded filetime v0.2.27
5732026-08-25T22:38:08.205Z Downloaded openssl-macros v0.1.1
5742026-08-25T22:38:08.206Z Downloaded fallible-iterator v0.2.0
5752026-08-25T22:38:08.206Z Downloaded anstyle-parse v0.2.7
5762026-08-25T22:38:08.209Z Downloaded async-trait v0.1.89
5772026-08-25T22:38:08.211Z Downloaded cfg_aliases v0.2.1
5782026-08-25T22:38:08.216Z Downloaded rand_chacha v0.3.1
5792026-08-25T22:38:08.220Z Downloaded newline-converter v0.3.0
5802026-08-25T22:38:08.224Z Downloaded recursive v0.1.1
5812026-08-25T22:38:08.224Z Downloaded nibble_vec v0.1.0
5822026-08-25T22:38:08.228Z Downloaded radium v0.7.0
5832026-08-25T22:38:08.231Z Downloaded bcs v0.1.6
5842026-08-25T22:38:08.234Z Downloaded cipher v0.5.2
5852026-08-25T22:38:08.242Z Downloaded ciborium-ll v0.2.2
5862026-08-25T22:38:08.245Z Downloaded cmake v0.1.57
5872026-08-25T22:38:08.245Z Downloaded ena v0.14.4
5882026-08-25T22:38:08.249Z Downloaded blowfish v0.10.0
5892026-08-25T22:38:08.249Z Downloaded bs58 v0.5.1
5902026-08-25T22:38:08.249Z Downloaded cassowary v0.3.0
5912026-08-25T22:38:08.249Z Downloaded git-stub v1.0.0
5922026-08-25T22:38:08.252Z Downloaded rustc-hash v2.1.1
5932026-08-25T22:38:08.252Z Downloaded highway v1.3.0
5942026-08-25T22:38:08.252Z Downloaded rustc_version v0.1.7
5952026-08-25T22:38:08.252Z Downloaded rand_xorshift v0.4.0
5962026-08-25T22:38:08.255Z Downloaded git-stub-vcs v0.1.0
5972026-08-25T22:38:08.255Z Downloaded glob v0.3.3
5982026-08-25T22:38:08.255Z Downloaded same-file v1.0.6
5992026-08-25T22:38:08.255Z Downloaded scopeguard v1.2.0
6002026-08-25T22:38:08.258Z Downloaded group v0.14.0
6012026-08-25T22:38:08.258Z Downloaded num_threads v0.1.7
6022026-08-25T22:38:08.258Z Downloaded pbkdf2 v0.13.0
6032026-08-25T22:38:08.258Z Downloaded pem v3.0.6
6042026-08-25T22:38:08.261Z Downloaded shell-words v1.1.1
6052026-08-25T22:38:08.264Z Downloaded group v0.13.0
6062026-08-25T22:38:08.267Z Downloaded futures-executor v0.3.32
6072026-08-25T22:38:08.270Z Downloaded base64ct v1.8.3
6082026-08-25T22:38:08.273Z Downloaded bitflags v1.3.2
6092026-08-25T22:38:08.273Z Downloaded chacha20 v0.9.1
6102026-08-25T22:38:08.276Z Downloaded structmeta v0.3.0
6112026-08-25T22:38:08.276Z Downloaded cipher v0.4.4
6122026-08-25T22:38:08.276Z Downloaded hmac v0.13.0
6132026-08-25T22:38:08.279Z Downloaded compression-codecs v0.4.37
6142026-08-25T22:38:08.282Z Downloaded http-body-util v0.1.3
6152026-08-25T22:38:08.282Z Downloaded erased-serde v0.3.31
6162026-08-25T22:38:08.282Z Downloaded env_logger v0.11.11
6172026-08-25T22:38:08.285Z Downloaded backtrace v0.3.76
6182026-08-25T22:38:08.288Z Downloaded bitfield v0.19.4
6192026-08-25T22:38:08.291Z Downloaded num-integer v0.1.46
6202026-08-25T22:38:08.291Z Downloaded supports-unicode v3.0.0
6212026-08-25T22:38:08.291Z Downloaded tokio-macros v2.7.0
6222026-08-25T22:38:08.294Z Downloaded camino-tempfile-ext v0.3.3
6232026-08-25T22:38:08.294Z Downloaded tagptr v0.2.0
6242026-08-25T22:38:08.297Z Downloaded progenitor v0.14.0
6252026-08-25T22:38:08.297Z Downloaded unicode-xid v0.2.6
6262026-08-25T22:38:08.300Z Downloaded pkg-config v0.3.32
6272026-08-25T22:38:08.300Z Downloaded postgres-protocol v0.6.10
6282026-08-25T22:38:08.300Z Downloaded primefield v0.14.0
6292026-08-25T22:38:08.300Z Downloaded cexpr v0.6.0
6302026-08-25T22:38:08.303Z Downloaded num_enum v0.5.11
6312026-08-25T22:38:08.306Z Downloaded byte-wrapper v0.1.0
6322026-08-25T22:38:08.306Z Downloaded pkcs8 v0.10.2
6332026-08-25T22:38:08.306Z Downloaded serde_with_macros v1.5.2
6342026-08-25T22:38:08.309Z Downloaded phf v0.12.1
6352026-08-25T22:38:08.309Z Downloaded serde_path_to_error v0.1.20
6362026-08-25T22:38:08.312Z Downloaded serde_tokenstream v0.3.0
6372026-08-25T22:38:08.312Z Downloaded slog-term v2.9.2
6382026-08-25T22:38:08.312Z Downloaded spki v0.7.3
6392026-08-25T22:38:08.314Z Downloaded usdt v0.6.0
6402026-08-25T22:38:08.315Z Downloaded async-bb8-diesel v0.2.1
6412026-08-25T22:38:08.315Z Downloaded smallvec v0.6.14
6422026-08-25T22:38:08.318Z Downloaded utf-8 v0.7.6
6432026-08-25T22:38:08.318Z Downloaded xshell-macros v0.2.7
6442026-08-25T22:38:08.321Z Downloaded ciborium v0.2.2
6452026-08-25T22:38:08.324Z Downloaded blake2 v0.11.0-rc.6
6462026-08-25T22:38:08.326Z Downloaded colored v2.2.0
6472026-08-25T22:38:08.327Z Downloaded argon2 v0.6.0-rc.8
6482026-08-25T22:38:08.327Z Downloaded cancel-safe-futures v0.1.5
6492026-08-25T22:38:08.330Z Downloaded clang-sys v1.8.1
6502026-08-25T22:38:08.330Z Downloaded globset v0.4.18
6512026-08-25T22:38:08.330Z Downloaded strum_macros v0.24.3
6522026-08-25T22:38:08.335Z Downloaded strum_macros v0.26.4
6532026-08-25T22:38:08.335Z Downloaded rpassword v7.5.4
6542026-08-25T22:38:08.335Z Downloaded sec1 v0.7.3
6552026-08-25T22:38:08.338Z Downloaded shlex v1.3.0
6562026-08-25T22:38:08.338Z Downloaded parking_lot_core v0.9.12
6572026-08-25T22:38:08.338Z Downloaded yoke-derive v0.8.1
6582026-08-25T22:38:08.338Z Downloaded half v1.8.3
6592026-08-25T22:38:08.338Z Downloaded zeroize_derive v1.5.0
6602026-08-25T22:38:08.339Z Downloaded zone_cfg_derive v0.3.1
6612026-08-25T22:38:08.339Z Downloaded convert_case v0.4.0
6622026-08-25T22:38:08.342Z Downloaded slog-dtrace v0.3.0
6632026-08-25T22:38:08.342Z Downloaded string_cache v0.8.9
6642026-08-25T22:38:08.344Z Downloaded hmac v0.12.1
6652026-08-25T22:38:08.345Z Downloaded buf-list v1.1.2
6662026-08-25T22:38:08.347Z Downloaded console v0.16.2
6672026-08-25T22:38:08.348Z Downloaded console v0.15.11
6682026-08-25T22:38:08.348Z Downloaded synstructure v0.13.2
6692026-08-25T22:38:08.351Z Downloaded testing_table v0.3.0
6702026-08-25T22:38:08.351Z Downloaded cbc v0.2.1
6712026-08-25T22:38:08.351Z Downloaded colored v3.1.1
6722026-08-25T22:38:08.354Z Downloaded const-oid v0.9.6
6732026-08-25T22:38:08.354Z Downloaded bzip2 v0.4.4
6742026-08-25T22:38:08.357Z Downloaded crc-catalog v2.4.0
6752026-08-25T22:38:08.360Z Downloaded fatfs v0.3.6
6762026-08-25T22:38:08.363Z Downloaded tiny-keccak v2.0.2
6772026-08-25T22:38:08.363Z Downloaded bzip2 v0.6.1
6782026-08-25T22:38:08.363Z Downloaded tls_codec v0.4.2
6792026-08-25T22:38:08.366Z Downloaded tower-layer v0.3.3
6802026-08-25T22:38:08.366Z Downloaded darling_macro v0.20.11
6812026-08-25T22:38:08.370Z Downloaded debug-ignore v1.0.5
6822026-08-25T22:38:08.370Z Downloaded dirs-sys-next v0.1.2
6832026-08-25T22:38:08.370Z Downloaded display-error-chain v0.2.2
6842026-08-25T22:38:08.370Z Downloaded document-features v0.2.12
6852026-08-25T22:38:08.374Z Downloaded pkcs1 v0.7.5
6862026-08-25T22:38:08.377Z Downloaded postgres-types v0.2.12
6872026-08-25T22:38:08.377Z Downloaded tui-tree-widget v0.23.1
6882026-08-25T22:38:08.380Z Downloaded progenitor-client v0.13.0
6892026-08-25T22:38:08.380Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6902026-08-25T22:38:08.380Z Downloaded defmt-parser v1.0.0
6912026-08-25T22:38:08.380Z Downloaded pkcs8 v0.11.0
6922026-08-25T22:38:08.383Z Downloaded spin v0.9.8
6932026-08-25T22:38:08.386Z Downloaded progenitor v0.13.0
6942026-08-25T22:38:08.389Z Downloaded walkdir v2.5.0
6952026-08-25T22:38:08.389Z Downloaded backon v1.6.0
6962026-08-25T22:38:08.389Z Downloaded hyper-tls v0.6.0
6972026-08-25T22:38:08.392Z Downloaded illumos-nvpair-sys v0.2.0
6982026-08-25T22:38:08.395Z Downloaded chacha20 v0.10.0
6992026-08-25T22:38:08.398Z Downloaded instability v0.3.11
7002026-08-25T22:38:08.398Z Downloaded is_ci v1.2.0
7012026-08-25T22:38:08.398Z Downloaded kstat-rs v0.2.5
7022026-08-25T22:38:08.398Z Downloaded match_cfg v0.1.0
7032026-08-25T22:38:08.401Z Downloaded generic-array v1.4.3
7042026-08-25T22:38:08.407Z Downloaded sec1 v0.8.1
7052026-08-25T22:38:08.407Z Downloaded wyz v0.5.1
7062026-08-25T22:38:08.407Z Downloaded getrandom v0.3.4
7072026-08-25T22:38:08.409Z Downloaded new_debug_unreachable v1.0.6
7082026-08-25T22:38:08.412Z Downloaded omicron-zone-package v0.12.3
7092026-08-25T22:38:08.412Z Downloaded papergrid v0.18.0
7102026-08-25T22:38:08.419Z Downloaded term v1.2.1
7112026-08-25T22:38:08.422Z Downloaded corncobs v0.1.4
7122026-08-25T22:38:08.422Z Downloaded kem v0.3.0
7132026-08-25T22:38:08.425Z Downloaded elliptic-curve v0.14.1
7142026-08-25T22:38:08.428Z Downloaded heapless v0.8.0
7152026-08-25T22:38:08.428Z Downloaded headers v0.4.1
7162026-08-25T22:38:08.431Z Downloaded heapless v0.7.17
7172026-08-25T22:38:08.434Z Downloaded memoffset v0.9.1
7182026-08-25T22:38:08.434Z Downloaded thread_local v1.1.9
7192026-08-25T22:38:08.434Z Downloaded ctr v0.10.1
7202026-08-25T22:38:08.437Z Downloaded ctutils v0.4.2
7212026-08-25T22:38:08.437Z Downloaded num-iter v0.1.45
7222026-08-25T22:38:08.437Z Downloaded tokio-rustls v0.26.4
7232026-08-25T22:38:08.442Z Downloaded derive_builder_core v0.20.2
7242026-08-25T22:38:08.445Z Downloaded oxide-update-engine-types v0.1.2
7252026-08-25T22:38:08.449Z Downloaded potential_utf v0.1.4
7262026-08-25T22:38:08.449Z Downloaded precomputed-hash v0.1.1
7272026-08-25T22:38:08.452Z Downloaded toml_parser v1.1.2+spec-1.1.0
7282026-08-25T22:38:08.455Z Downloaded der_derive v0.7.3
7292026-08-25T22:38:08.455Z Downloaded diesel-dtrace v0.5.0
7302026-08-25T22:38:08.458Z Downloaded rustls-platform-verifier v0.6.2
7312026-08-25T22:38:08.461Z Downloaded percent-encoding v2.3.2
7322026-08-25T22:38:08.461Z Downloaded proc-macro-crate v3.4.0
7332026-08-25T22:38:08.461Z Downloaded slog v2.8.2
7342026-08-25T22:38:08.461Z Downloaded proc-macro-error-attr2 v2.0.0
7352026-08-25T22:38:08.464Z Downloaded rand_pcg v0.10.2
7362026-08-25T22:38:08.464Z Downloaded socket2 v0.6.3
7372026-08-25T22:38:08.464Z Downloaded unicode-properties v0.1.4
7382026-08-25T22:38:08.464Z Downloaded ref-cast v1.0.25
7392026-08-25T22:38:08.467Z Downloaded russh-cryptovec v0.62.0
7402026-08-25T22:38:08.467Z Downloaded internet-checksum v0.2.1
7412026-08-25T22:38:08.467Z Downloaded russh-util v0.52.0
7422026-08-25T22:38:08.470Z Downloaded secrecy v0.8.0
7432026-08-25T22:38:08.470Z Downloaded serde-big-array v0.5.1
7442026-08-25T22:38:08.473Z Downloaded base64 v0.22.1
7452026-08-25T22:38:08.473Z Downloaded sigpipe v0.1.3
7462026-08-25T22:38:08.476Z Downloaded rcgen v0.12.1
7472026-08-25T22:38:08.480Z Downloaded lock_api v0.4.14
7482026-08-25T22:38:08.483Z Downloaded half v2.7.1
7492026-08-25T22:38:08.486Z Downloaded openssl-sys v0.9.117
7502026-08-25T22:38:08.488Z Downloaded httparse v1.10.1
7512026-08-25T22:38:08.488Z Downloaded vergen-lib v0.1.6
7522026-08-25T22:38:08.489Z Downloaded serde_urlencoded v0.7.1
7532026-08-25T22:38:08.493Z Downloaded base64 v0.21.7
7542026-08-25T22:38:08.496Z Downloaded sponge-cursor v0.1.0
7552026-08-25T22:38:08.498Z Downloaded strum v0.27.2
7562026-08-25T22:38:08.498Z Downloaded termtree v0.5.1
7572026-08-25T22:38:08.503Z Downloaded compact_str v0.8.1
7582026-08-25T22:38:08.506Z Downloaded hickory-resolver v0.25.2
7592026-08-25T22:38:08.509Z Downloaded knus-derive v3.4.0
7602026-08-25T22:38:08.512Z Downloaded num_enum_derive v0.5.11
7612026-08-25T22:38:08.512Z Downloaded tabwriter v1.4.1
7622026-08-25T22:38:08.512Z Downloaded trait-variant v0.1.2
7632026-08-25T22:38:08.512Z Downloaded try-lock v0.2.5
7642026-08-25T22:38:08.515Z Downloaded unicode-truncate v1.1.0
7652026-08-25T22:38:08.515Z Downloaded async-compression v0.4.41
7662026-08-25T22:38:08.518Z Downloaded owo-colors v4.3.0
7672026-08-25T22:38:08.521Z Downloaded tungstenite v0.23.0
7682026-08-25T22:38:08.521Z Downloaded displaydoc v0.2.5
7692026-08-25T22:38:08.524Z Downloaded num_enum_derive v0.7.6
7702026-08-25T22:38:08.524Z Downloaded hybrid-array v0.4.13
7712026-08-25T22:38:08.525Z Downloaded password-hash v0.5.0
7722026-08-25T22:38:08.528Z Downloaded oxide-update-engine-display v0.1.2
7732026-08-25T22:38:08.528Z Downloaded peg v0.8.5
7742026-08-25T22:38:08.528Z Downloaded predicates v3.1.4
7752026-08-25T22:38:08.530Z Downloaded prettyplease v0.2.37
7762026-08-25T22:38:08.533Z Downloaded tungstenite v0.21.0
7772026-08-25T22:38:08.533Z Downloaded tower-service v0.3.3
7782026-08-25T22:38:08.536Z Downloaded usdt-attr-macro v0.6.0
7792026-08-25T22:38:08.536Z Downloaded utf8_iter v1.0.4
7802026-08-25T22:38:08.536Z Downloaded socket2 v0.5.10
7812026-08-25T22:38:08.536Z Downloaded vte v0.14.1
7822026-08-25T22:38:08.541Z Downloaded serdect v0.4.3
7832026-08-25T22:38:08.545Z Downloaded pem-rfc7468 v1.0.0
7842026-08-25T22:38:08.547Z Downloaded proc-macro-error2 v2.0.1
7852026-08-25T22:38:08.548Z Downloaded p384 v0.14.0
7862026-08-25T22:38:08.550Z Downloaded ecdsa v0.17.0
7872026-08-25T22:38:08.555Z Downloaded schemars_derive v0.8.22
7882026-08-25T22:38:08.555Z Downloaded rand_core v0.10.0
7892026-08-25T22:38:08.558Z Downloaded flate2 v1.1.9
7902026-08-25T22:38:08.558Z Downloaded simd-adler32 v0.3.8
7912026-08-25T22:38:08.561Z Downloaded iana-time-zone v0.1.65
7922026-08-25T22:38:08.564Z Downloaded hickory-resolver v0.24.4
7932026-08-25T22:38:08.571Z Downloaded bytes v1.11.1
7942026-08-25T22:38:08.574Z Downloaded litrs v1.0.0
7952026-08-25T22:38:08.577Z Downloaded rayon-core v1.13.0
7962026-08-25T22:38:08.577Z Downloaded scuffle v0.1.0
7972026-08-25T22:38:08.580Z Downloaded smf v0.2.3
7982026-08-25T22:38:08.580Z Downloaded spki v0.8.0
7992026-08-25T22:38:08.583Z Downloaded strum_macros v0.27.2
8002026-08-25T22:38:08.583Z Downloaded snafu-derive v0.8.9
8012026-08-25T22:38:08.583Z Downloaded stringprep v0.1.5
8022026-08-25T22:38:08.583Z Downloaded memmap2 v0.9.10
8032026-08-25T22:38:08.586Z Downloaded diesel_table_macro_syntax v0.3.0
8042026-08-25T22:38:08.586Z Downloaded instant v0.1.13
8052026-08-25T22:38:08.586Z Downloaded cc v1.2.56
8062026-08-25T22:38:08.589Z Downloaded derive_builder v0.20.2
8072026-08-25T22:38:08.592Z Downloaded chacha20poly1305 v0.10.1
8082026-08-25T22:38:08.592Z Downloaded parking_lot v0.12.5
8092026-08-25T22:38:08.595Z Downloaded universal-hash v0.6.1
8102026-08-25T22:38:08.595Z Downloaded vergen-lib v9.1.0
8112026-08-25T22:38:08.595Z Downloaded slog-json v2.6.1
8122026-08-25T22:38:08.595Z Downloaded whoami v2.1.0
8132026-08-25T22:38:08.598Z Downloaded linked-hash-map v0.5.6
8142026-08-25T22:38:08.598Z Downloaded maplit v1.0.2
8152026-08-25T22:38:08.598Z Downloaded maybe-uninit v2.0.0
8162026-08-25T22:38:08.601Z Downloaded num-conv v0.2.0
8172026-08-25T22:38:08.602Z Downloaded dsl_auto_type v0.2.0
8182026-08-25T22:38:08.604Z Downloaded indent_write v2.2.0
8192026-08-25T22:38:08.604Z Downloaded quinn v0.11.11
8202026-08-25T22:38:08.608Z Downloaded rustls-webpki v0.103.13
8212026-08-25T22:38:08.611Z Downloaded unsafe-libyaml v0.2.11
8222026-08-25T22:38:08.611Z Downloaded crossbeam-utils v0.8.21
8232026-08-25T22:38:08.611Z Downloaded zip v0.6.6
8242026-08-25T22:38:08.614Z Downloaded pin-project-lite v0.2.17
8252026-08-25T22:38:08.617Z Downloaded tokio-dtrace v0.1.1
8262026-08-25T22:38:08.617Z Downloaded tokio-native-tls v0.3.1
8272026-08-25T22:38:08.620Z Downloaded vergen-gitcl v1.0.8
8282026-08-25T22:38:08.620Z Downloaded convert_case v0.10.0
8292026-08-25T22:38:08.620Z Downloaded constant_time_eq v0.4.2
8302026-08-25T22:38:08.624Z Downloaded lalrpop-util v0.19.12
8312026-08-25T22:38:08.624Z Downloaded is-terminal v0.4.17
8322026-08-25T22:38:08.624Z Downloaded path-slash v0.1.5
8332026-08-25T22:38:08.627Z Downloaded multimap v0.10.1
8342026-08-25T22:38:08.627Z Downloaded powerfmt v0.2.0
8352026-08-25T22:38:08.627Z Downloaded progenitor-macro v0.13.0
8362026-08-25T22:38:08.627Z Downloaded expectorate v1.2.0
8372026-08-25T22:38:08.632Z Downloaded chumsky v0.9.3
8382026-08-25T22:38:08.635Z Downloaded daft v0.1.8
8392026-08-25T22:38:08.636Z Downloaded delegate v0.13.5
8402026-08-25T22:38:08.639Z Downloaded hashbrown v0.13.2
8412026-08-25T22:38:08.639Z Downloaded pin-project-internal v1.1.11
8422026-08-25T22:38:08.639Z Downloaded quinn-udp v0.5.14
8432026-08-25T22:38:08.642Z Downloaded writeable v0.6.2
8442026-08-25T22:38:08.642Z Downloaded newtype-uuid-macros v0.1.0
8452026-08-25T22:38:08.645Z Downloaded opaque-debug v0.3.1
8462026-08-25T22:38:08.645Z Downloaded openssl-probe v0.2.1
8472026-08-25T22:38:08.659Z Downloaded ingot-macros v0.2.0
8482026-08-25T22:38:08.662Z Downloaded samael v0.0.19
8492026-08-25T22:38:08.665Z Downloaded darling_core v0.20.11
8502026-08-25T22:38:08.667Z Downloaded serde_cbor v0.11.2
8512026-08-25T22:38:08.667Z Downloaded digest-io v0.1.0
8522026-08-25T22:38:08.667Z Downloaded data-encoding v2.10.0
8532026-08-25T22:38:08.670Z Downloaded ron v0.8.1
8542026-08-25T22:38:08.671Z Downloaded rfc6979 v0.6.0
8552026-08-25T22:38:08.674Z Downloaded semver v0.1.20
8562026-08-25T22:38:08.674Z Downloaded lru-slab v0.1.2
8572026-08-25T22:38:08.674Z Downloaded num-complex v0.4.6
8582026-08-25T22:38:08.674Z Downloaded slog-bunyan v2.5.0
8592026-08-25T22:38:08.674Z Downloaded serde_spanned v1.1.1
8602026-08-25T22:38:08.677Z Downloaded slog-envlogger v2.2.0
8612026-08-25T22:38:08.677Z Downloaded structmeta-derive v0.3.0
8622026-08-25T22:38:08.677Z Downloaded strum v0.26.3
8632026-08-25T22:38:08.680Z Downloaded tokio-test v0.4.5
8642026-08-25T22:38:08.683Z Downloaded paste v1.0.15
8652026-08-25T22:38:08.686Z Downloaded crc-any v2.5.0
8662026-08-25T22:38:08.686Z Downloaded ryu v1.0.23
8672026-08-25T22:38:08.689Z Downloaded indicatif v0.18.4
8682026-08-25T22:38:08.689Z Downloaded zerocopy v0.6.6
8692026-08-25T22:38:08.693Z Downloaded cookie v0.18.1
8702026-08-25T22:38:08.696Z Downloaded darling v0.21.3
8712026-08-25T22:38:08.696Z Downloaded sha1 v0.11.0
8722026-08-25T22:38:08.699Z Downloaded signal-hook-tokio v0.3.1
8732026-08-25T22:38:08.699Z Downloaded zerofrom v0.1.6
8742026-08-25T22:38:08.702Z Downloaded hashbrown v0.12.3
8752026-08-25T22:38:08.707Z Downloaded ingot v0.2.1
8762026-08-25T22:38:08.710Z Downloaded libsw v3.5.0
8772026-08-25T22:38:08.713Z Downloaded strsim v0.10.0
8782026-08-25T22:38:08.716Z Downloaded strip-ansi-escapes v0.2.1
8792026-08-25T22:38:08.716Z Downloaded void v1.0.2
8802026-08-25T22:38:08.716Z Downloaded zerofrom-derive v0.1.6
8812026-08-25T22:38:08.719Z Downloaded cpubits v0.1.1
8822026-08-25T22:38:08.722Z Downloaded cstr-argument v0.1.2
8832026-08-25T22:38:08.722Z Downloaded curve25519-dalek-derive v0.1.1
8842026-08-25T22:38:08.726Z Downloaded publicsuffix v2.3.0
8852026-08-25T22:38:08.728Z Downloaded zeroize v1.9.0
8862026-08-25T22:38:08.728Z Downloaded untrusted v0.9.0
8872026-08-25T22:38:08.731Z Downloaded crc8 v0.1.1
8882026-08-25T22:38:08.731Z Downloaded darling_macro v0.21.3
8892026-08-25T22:38:08.734Z Downloaded rustls-native-certs v0.8.3
8902026-08-25T22:38:08.737Z Downloaded parking_lot_core v0.8.6
8912026-08-25T22:38:08.737Z Downloaded rusty-fork v0.3.1
8922026-08-25T22:38:08.740Z Downloaded scroll v0.13.0
8932026-08-25T22:38:08.741Z Downloaded polyval v0.7.1
8942026-08-25T22:38:08.741Z Downloaded r2d2 v0.8.10
8952026-08-25T22:38:08.741Z Downloaded inout v0.2.2
8962026-08-25T22:38:08.745Z Downloaded subtle v2.6.1
8972026-08-25T22:38:08.748Z Downloaded tracing-core v0.1.36
8982026-08-25T22:38:08.751Z Downloaded crossbeam-epoch v0.9.18
8992026-08-25T22:38:08.751Z Downloaded idna_adapter v1.2.1
9002026-08-25T22:38:08.751Z Downloaded ssh-encoding v0.3.0
9012026-08-25T22:38:08.754Z Downloaded inout v0.1.4
9022026-08-25T22:38:08.757Z Downloaded libscf-sys v1.2.0
9032026-08-25T22:38:08.757Z Downloaded rand v0.10.1
9042026-08-25T22:38:08.760Z Downloaded md-5 v0.10.6
9052026-08-25T22:38:08.760Z Downloaded md5 v0.8.0
9062026-08-25T22:38:08.763Z Downloaded signal-hook v0.3.18
9072026-08-25T22:38:08.763Z Downloaded bumpalo v3.20.2
9082026-08-25T22:38:08.766Z Downloaded zopfli v0.8.3
9092026-08-25T22:38:08.766Z Downloaded ar_archive_writer v0.5.1
9102026-08-25T22:38:08.769Z Downloaded knus v3.4.0
9112026-08-25T22:38:08.769Z Downloaded tokio-tungstenite v0.21.0
9122026-08-25T22:38:08.773Z Downloaded serde_bytes v0.11.19
9132026-08-25T22:38:08.773Z Downloaded postcard v1.1.3
9142026-08-25T22:38:08.775Z Downloaded newtype_derive v0.1.6
9152026-08-25T22:38:08.776Z Downloaded olpc-cjson v0.1.4
9162026-08-25T22:38:08.781Z Downloaded ppv-lite86 v0.2.21
9172026-08-25T22:38:08.785Z Downloaded hickory-server v0.25.2
9182026-08-25T22:38:08.788Z Downloaded pin-project v1.1.11
9192026-08-25T22:38:08.794Z Downloaded tinyvec v1.10.0
9202026-08-25T22:38:08.796Z Downloaded jobserver v0.1.34
9212026-08-25T22:38:08.796Z Downloaded openssl-probe v0.1.6
9222026-08-25T22:38:08.800Z Downloaded sqlformat v0.3.5
9232026-08-25T22:38:08.800Z Downloaded vsss-rs v3.3.4
9242026-08-25T22:38:08.800Z Downloaded packed_struct_codegen v0.10.1
9252026-08-25T22:38:08.800Z Downloaded proc-macro-crate v1.3.1
9262026-08-25T22:38:08.800Z Downloaded progenitor-client v0.14.0
9272026-08-25T22:38:08.803Z Downloaded psl-types v2.0.11
9282026-08-25T22:38:08.803Z Downloaded static_assertions v1.1.0
9292026-08-25T22:38:08.803Z Downloaded unicase v2.9.0
9302026-08-25T22:38:08.803Z Downloaded scroll_derive v0.13.1
9312026-08-25T22:38:08.803Z Downloaded serde_repr v0.1.20
9322026-08-25T22:38:08.806Z Downloaded drift v0.2.0
9332026-08-25T22:38:08.809Z Downloaded salsa20 v0.11.0
9342026-08-25T22:38:08.812Z Downloaded critical-section v1.2.0
9352026-08-25T22:38:08.812Z Downloaded defmt-macros v1.0.1
9362026-08-25T22:38:08.815Z Downloaded hashbrown v0.15.5
9372026-08-25T22:38:08.819Z Downloaded scheduled-thread-pool v0.2.7
9382026-08-25T22:38:08.819Z Downloaded difflib v0.4.0
9392026-08-25T22:38:08.819Z Downloaded ed25519 v3.0.0
9402026-08-25T22:38:08.819Z Downloaded icu_provider v2.1.1
9412026-08-25T22:38:08.828Z Downloaded signal-hook-mio v0.2.5
9422026-08-25T22:38:08.828Z Downloaded aes v0.9.1
9432026-08-25T22:38:08.828Z Downloaded sqlparser_derive v0.5.0
9442026-08-25T22:38:08.828Z Downloaded tinyvec_macros v0.1.1
9452026-08-25T22:38:08.828Z Downloaded topological-sort v0.2.2
9462026-08-25T22:38:08.828Z Downloaded hyper-staticfile v0.10.1
9472026-08-25T22:38:08.833Z Downloaded yansi v1.0.1
9482026-08-25T22:38:08.836Z Downloaded tap v1.0.1
9492026-08-25T22:38:08.836Z Downloaded time-core v0.1.8
9502026-08-25T22:38:08.839Z Downloaded oso v0.27.3
9512026-08-25T22:38:08.842Z Downloaded oxnet v0.1.6
9522026-08-25T22:38:08.842Z Downloaded zerocopy-derive v0.8.55
9532026-08-25T22:38:08.845Z Downloaded peg-macros v0.8.5
9542026-08-25T22:38:08.848Z Downloaded yasna v0.5.2
9552026-08-25T22:38:08.848Z Downloaded downcast-rs v2.0.2
9562026-08-25T22:38:08.848Z Downloaded hashbrown v0.16.1
9572026-08-25T22:38:08.851Z Downloaded hyper-rustls v0.27.7
9582026-08-25T22:38:08.855Z Downloaded keccak v0.2.0
9592026-08-25T22:38:08.855Z Downloaded unit-prefix v0.5.2
9602026-08-25T22:38:08.855Z Downloaded darling_core v0.23.0
9612026-08-25T22:38:08.858Z Downloaded crucible-workspace-hack v0.1.0
9622026-08-25T22:38:08.858Z Downloaded dropshot_endpoint v0.17.1
9632026-08-25T22:38:08.860Z Downloaded newtype-uuid v1.3.2
9642026-08-25T22:38:08.860Z Downloaded rand_core v0.6.4
9652026-08-25T22:38:08.863Z Downloaded rustc_version v0.4.1
9662026-08-25T22:38:08.863Z Downloaded daft-derive v0.1.8
9672026-08-25T22:38:08.866Z Downloaded darling_macro v0.23.0
9682026-08-25T22:38:08.866Z Downloaded defmt v0.3.100
9692026-08-25T22:38:08.866Z Downloaded dof v0.4.0
9702026-08-25T22:38:08.866Z Downloaded phc v0.6.1
9712026-08-25T22:38:08.869Z Downloaded crunchy v0.2.4
9722026-08-25T22:38:08.872Z Downloaded hashbrown v0.14.5
9732026-08-25T22:38:08.875Z Downloaded serde-hex v0.1.0
9742026-08-25T22:38:08.875Z Downloaded port-file v0.1.0
9752026-08-25T22:38:08.878Z Downloaded rand_chacha v0.9.0
9762026-08-25T22:38:08.878Z Downloaded num-bigint-dig v0.8.6
9772026-08-25T22:38:08.881Z Downloaded qorb v0.4.1
9782026-08-25T22:38:08.884Z Downloaded rand v0.9.2
9792026-08-25T22:38:08.887Z Downloaded ed25519-dalek v3.0.0
9802026-08-25T22:38:08.887Z Downloaded stacker v0.1.23
9812026-08-25T22:38:08.890Z Downloaded indoc v1.0.9
9822026-08-25T22:38:08.893Z Downloaded progenitor-macro v0.14.0
9832026-08-25T22:38:08.893Z Downloaded hyper-util v0.1.20
9842026-08-25T22:38:08.897Z Downloaded pkcs5 v0.8.1
9852026-08-25T22:38:08.899Z Downloaded ref-cast-impl v1.0.25
9862026-08-25T22:38:08.900Z Downloaded tls_codec_derive v0.4.2
9872026-08-25T22:38:08.903Z Downloaded typify v0.6.2
9882026-08-25T22:38:08.908Z Downloaded diff v0.1.13
9892026-08-25T22:38:08.911Z Downloaded slog-async v2.8.0
9902026-08-25T22:38:08.914Z Downloaded serde_plain v1.0.2
9912026-08-25T22:38:08.914Z Downloaded siphasher v1.0.2
9922026-08-25T22:38:08.924Z Downloaded der v0.7.10
9932026-08-25T22:38:08.931Z Downloaded steno v0.4.1
9942026-08-25T22:38:08.935Z Downloaded pkcs1 v0.8.0-rc.4
9952026-08-25T22:38:08.938Z Downloaded ed25519 v2.2.3
9962026-08-25T22:38:08.941Z Downloaded usdt-impl v0.6.0
9972026-08-25T22:38:08.944Z Downloaded vergen-git2 v9.1.0
9982026-08-25T22:38:08.944Z Downloaded rustls-pki-types v1.14.0
9992026-08-25T22:38:08.944Z Downloaded usdt-macro v0.6.0
10002026-08-25T22:38:08.947Z Downloaded wait-timeout v0.2.1
10012026-08-25T22:38:08.947Z Downloaded libsw-core v0.3.2
10022026-08-25T22:38:08.947Z Downloaded sapling-renderdag v0.1.0
10032026-08-25T22:38:08.950Z Downloaded dropshot-api-manager-types v0.8.0
10042026-08-25T22:38:08.953Z Downloaded dtrace-parser v0.3.0
10052026-08-25T22:38:08.956Z Downloaded tower-http v0.6.8
10062026-08-25T22:38:08.960Z Downloaded p521 v0.14.0
10072026-08-25T22:38:08.963Z Downloaded nu-ansi-term v0.50.3
10082026-08-25T22:38:08.966Z Downloaded subprocess v0.2.15
10092026-08-25T22:38:08.966Z Downloaded similar v2.7.0
10102026-08-25T22:38:08.969Z Downloaded jiff-static v0.2.34
10112026-08-25T22:38:08.969Z Downloaded parse-display-derive v0.10.0
10122026-08-25T22:38:08.969Z Downloaded num v0.4.3
10132026-08-25T22:38:08.972Z Downloaded crc v3.4.0
10142026-08-25T22:38:08.972Z Downloaded password-hash v0.6.1
10152026-08-25T22:38:08.972Z Downloaded phf_shared v0.12.1
10162026-08-25T22:38:08.972Z Downloaded impl-trait-for-tuples v0.2.3
10172026-08-25T22:38:08.975Z Downloaded reqwest v0.12.28
10182026-08-25T22:38:08.978Z Downloaded resolv-conf v0.7.6
10192026-08-25T22:38:08.978Z Downloaded miniz_oxide v0.8.9
10202026-08-25T22:38:08.982Z Downloaded const_format_proc_macros v0.2.34
10212026-08-25T22:38:08.985Z Downloaded managed v0.8.0
10222026-08-25T22:38:08.985Z Downloaded cookie_store v0.22.1
10232026-08-25T22:38:08.985Z Downloaded darling v0.23.0
10242026-08-25T22:38:08.999Z Downloaded crypto-bigint v0.5.5
10252026-08-25T22:38:09.003Z Downloaded h2 v0.4.15
10262026-08-25T22:38:09.008Z Downloaded parse-display v0.10.0
10272026-08-25T22:38:09.011Z Downloaded ssh-cipher v0.3.0
10282026-08-25T22:38:09.011Z Downloaded typify-macro v0.6.2
10292026-08-25T22:38:09.011Z Downloaded progenitor-impl v0.14.0
10302026-08-25T22:38:09.014Z Downloaded time-macros v0.2.27
10312026-08-25T22:38:09.014Z Downloaded tinystr v0.8.2
10322026-08-25T22:38:09.014Z Downloaded hkdf v0.12.4
10332026-08-25T22:38:09.017Z Downloaded slog-scope v4.4.1
10342026-08-25T22:38:09.017Z Downloaded indexmap v1.9.3
10352026-08-25T22:38:09.017Z Downloaded nanorand v0.7.0
10362026-08-25T22:38:09.020Z Downloaded pem-rfc7468 v0.7.0
10372026-08-25T22:38:09.020Z Downloaded rand_seeder v0.4.0
10382026-08-25T22:38:09.020Z Downloaded primeorder v0.13.6
10392026-08-25T22:38:09.023Z Downloaded hkdf v0.13.0
10402026-08-25T22:38:09.023Z Downloaded ed25519-dalek v2.2.0
10412026-08-25T22:38:09.026Z Downloaded stable_deref_trait v1.2.1
10422026-08-25T22:38:09.026Z Downloaded des v0.9.0
10432026-08-25T22:38:09.026Z Downloaded scrypt v0.12.0
10442026-08-25T22:38:09.026Z Downloaded derive_more v2.1.1
10452026-08-25T22:38:09.033Z Downloaded whoami v1.6.1
10462026-08-25T22:38:09.036Z Downloaded humantime v2.3.0
10472026-08-25T22:38:09.036Z Downloaded sha2 v0.11.0
10482026-08-25T22:38:09.039Z Downloaded termios v0.3.3
10492026-08-25T22:38:09.039Z Downloaded crossterm v0.28.1
10502026-08-25T22:38:09.042Z Downloaded nonempty v0.12.0
10512026-08-25T22:38:09.042Z Downloaded oxide-generation v0.1.3
10522026-08-25T22:38:09.043Z Downloaded oxide-update-engine v0.1.2
10532026-08-25T22:38:09.046Z Downloaded tokio-postgres v0.7.16
10542026-08-25T22:38:09.049Z Downloaded dunce v1.0.5
10552026-08-25T22:38:09.049Z Downloaded mime v0.3.17
10562026-08-25T22:38:09.049Z Downloaded mio v1.2.0
10572026-08-25T22:38:09.052Z Downloaded rustyline v14.0.0
10582026-08-25T22:38:09.055Z Downloaded winnow v0.6.26
10592026-08-25T22:38:09.058Z Downloaded parking_lot v0.11.2
10602026-08-25T22:38:09.061Z Downloaded toml_edit v0.19.15
10612026-08-25T22:38:09.066Z Downloaded unicode_categories v0.1.1
10622026-08-25T22:38:09.069Z Downloaded zip v4.6.1
10632026-08-25T22:38:09.072Z Downloaded smallvec v1.15.1
10642026-08-25T22:38:09.072Z Downloaded tokio-util v0.7.18
10652026-08-25T22:38:09.075Z Downloaded libloading v0.8.9
10662026-08-25T22:38:09.079Z Downloaded prefix-trie v0.7.0
10672026-08-25T22:38:09.079Z Downloaded slog-stdlog v4.1.1
10682026-08-25T22:38:09.082Z Downloaded diesel_derives v2.3.7
10692026-08-25T22:38:09.082Z Downloaded tokio-stream v0.1.18
10702026-08-25T22:38:09.085Z Downloaded ingot-types v0.2.0
10712026-08-25T22:38:09.085Z Downloaded miette-derive v7.6.0
10722026-08-25T22:38:09.088Z Downloaded derive-where v1.6.0
10732026-08-25T22:38:09.088Z Downloaded url v2.5.8
10742026-08-25T22:38:09.091Z Downloaded zerotrie v0.2.3
10752026-08-25T22:38:09.091Z Downloaded quick-error v1.2.3
10762026-08-25T22:38:09.094Z Downloaded rsa v0.9.10
10772026-08-25T22:38:09.094Z Downloaded cpufeatures v0.3.0
10782026-08-25T22:38:09.097Z Downloaded digest v0.11.3
10792026-08-25T22:38:09.100Z Downloaded uzers v0.12.2
10802026-08-25T22:38:09.102Z Downloaded want v0.3.1
10812026-08-25T22:38:09.102Z Downloaded rustc-demangle v0.1.27
10822026-08-25T22:38:09.102Z Downloaded recursive-proc-macro-impl v0.1.1
10832026-08-25T22:38:09.102Z Downloaded signature v3.0.0
10842026-08-25T22:38:09.105Z Downloaded thiserror-impl-no-std v2.0.2
10852026-08-25T22:38:09.105Z Downloaded nom v7.1.3
10862026-08-25T22:38:09.108Z Downloaded universal-hash v0.5.1
10872026-08-25T22:38:09.108Z Downloaded icu_normalizer_data v2.1.1
10882026-08-25T22:38:09.111Z Downloaded darling v0.13.4
10892026-08-25T22:38:09.111Z Downloaded dirs-next v2.0.0
10902026-08-25T22:38:09.115Z Downloaded derive_builder_macro v0.20.2
10912026-08-25T22:38:09.115Z Downloaded lzss v0.8.2
10922026-08-25T22:38:09.118Z Downloaded test-strategy v0.4.5
10932026-08-25T22:38:09.118Z Downloaded signature v2.2.0
10942026-08-25T22:38:09.118Z Downloaded tokio-tungstenite v0.23.1
10952026-08-25T22:38:09.122Z Downloaded idna v1.1.0
10962026-08-25T22:38:09.129Z Downloaded serde_with_macros v3.21.0
10972026-08-25T22:38:09.132Z Downloaded support-bundle-viewer v0.1.2
10982026-08-25T22:38:09.136Z Downloaded ipnet v2.12.0
10992026-08-25T22:38:09.136Z Downloaded ipnetwork v0.21.1
11002026-08-25T22:38:09.136Z Downloaded oxide-tokio-rt v0.1.4
11012026-08-25T22:38:09.139Z Downloaded supports-hyperlinks v3.2.0
11022026-08-25T22:38:09.139Z Downloaded num-bigint v0.4.6
11032026-08-25T22:38:09.142Z Downloaded poly1305 v0.8.0
11042026-08-25T22:38:09.142Z Downloaded darling_macro v0.13.4
11052026-08-25T22:38:09.142Z Downloaded peg-runtime v0.8.5
11062026-08-25T22:38:09.142Z Downloaded lazy_static v1.5.0
11072026-08-25T22:38:09.145Z Downloaded secrecy v0.10.3
11082026-08-25T22:38:09.145Z Downloaded rfc6979 v0.4.0
11092026-08-25T22:38:09.146Z Downloaded supports-color v3.0.2
11102026-08-25T22:38:09.146Z Downloaded num_enum v0.7.6
11112026-08-25T22:38:09.148Z Downloaded primeorder v0.14.0
11122026-08-25T22:38:09.148Z Downloaded term v0.7.0
11132026-08-25T22:38:09.153Z Downloaded vergen v9.1.0
11142026-08-25T22:38:09.153Z Downloaded crc32fast v1.5.0
11152026-08-25T22:38:09.153Z Downloaded defmt v1.0.1
11162026-08-25T22:38:09.156Z Downloaded icu_locale_core v2.1.1
11172026-08-25T22:38:09.159Z Downloaded rustls-pemfile v2.2.0
11182026-08-25T22:38:09.159Z Downloaded deranged v0.5.8
11192026-08-25T22:38:09.159Z Downloaded litemap v0.8.1
11202026-08-25T22:38:09.162Z Downloaded predicates-core v1.0.10
11212026-08-25T22:38:09.162Z Downloaded seq-macro v0.3.6
11222026-08-25T22:38:09.162Z Downloaded take_mut v0.2.2
11232026-08-25T22:38:09.162Z Downloaded native-tls v0.2.18
11242026-08-25T22:38:09.165Z Downloaded xattr v1.6.1
11252026-08-25T22:38:09.165Z Downloaded unarray v0.1.4
11262026-08-25T22:38:09.165Z Downloaded zstd v0.13.3
11272026-08-25T22:38:09.168Z Downloaded serde_derive_internals v0.29.1
11282026-08-25T22:38:09.168Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11292026-08-25T22:38:09.168Z Downloaded untrusted v0.7.1
11302026-08-25T22:38:09.171Z Downloaded nom v8.0.0
11312026-08-25T22:38:09.183Z Downloaded num-traits v0.2.19
11322026-08-25T22:38:09.186Z Downloaded mime_guess v2.0.5
11332026-08-25T22:38:09.186Z Downloaded oso-derive v0.27.3
11342026-08-25T22:38:09.189Z Downloaded sha1 v0.10.6
11352026-08-25T22:38:09.189Z Downloaded sync-ptr v0.1.4
11362026-08-25T22:38:09.192Z Downloaded zone v0.3.1
11372026-08-25T22:38:09.192Z Downloaded ident_case v1.0.1
11382026-08-25T22:38:09.195Z Downloaded dyn-clone v1.0.20
11392026-08-25T22:38:09.205Z Downloaded keccak v0.1.6
11402026-08-25T22:38:09.209Z Downloaded sync_wrapper v1.0.2
11412026-08-25T22:38:09.213Z Downloaded yoke v0.8.1
11422026-08-25T22:38:09.217Z Downloaded crypto-common v0.2.2
11432026-08-25T22:38:09.221Z Downloaded icu_collections v2.1.1
11442026-08-25T22:38:09.231Z Downloaded rustversion v1.0.22
11452026-08-25T22:38:09.234Z Downloaded packed_struct v0.10.1
11462026-08-25T22:38:09.237Z Downloaded num-derive v0.4.2
11472026-08-25T22:38:09.240Z Downloaded predicates-tree v1.0.13
11482026-08-25T22:38:09.240Z Downloaded darling_core v0.21.3
11492026-08-25T22:38:09.243Z Downloaded libefi-sys v0.1.0
11502026-08-25T22:38:09.247Z Downloaded lru-cache v0.1.2
11512026-08-25T22:38:09.250Z Downloaded crypto-primes v0.7.2
11522026-08-25T22:38:09.253Z Downloaded minimal-lexical v0.2.1
11532026-08-25T22:38:09.256Z Downloaded ignore v0.4.25
11542026-08-25T22:38:09.259Z Downloaded lru v0.12.5
11552026-08-25T22:38:09.259Z Downloaded toml_writer v1.1.1+spec-1.1.0
11562026-08-25T22:38:09.263Z Downloaded thiserror-no-std v2.0.2
11572026-08-25T22:38:09.263Z Downloaded xshell v0.2.7
11582026-08-25T22:38:09.266Z Downloaded phf_shared v0.11.3
11592026-08-25T22:38:09.268Z Downloaded waitgroup v0.1.2
11602026-08-25T22:38:09.268Z Downloaded wnaf v0.14.0
11612026-08-25T22:38:09.271Z Downloaded derive_more v0.99.20
11622026-08-25T22:38:09.280Z Downloaded serde_yaml v0.9.34+deprecated
11632026-08-25T22:38:09.283Z Downloaded crossbeam-deque v0.8.6
11642026-08-25T22:38:09.291Z Downloaded ecdsa v0.16.9
11652026-08-25T22:38:09.299Z Downloaded illumos-nvpair v0.3.0
11662026-08-25T22:38:09.302Z Downloaded thread-id v5.1.0
11672026-08-25T22:38:09.302Z Downloaded phf v0.13.1
11682026-08-25T22:38:09.305Z Downloaded git2 v0.20.4
11692026-08-25T22:38:09.309Z Downloaded either v1.15.0
11702026-08-25T22:38:09.312Z Downloaded itertools v0.14.0
11712026-08-25T22:38:09.315Z Downloaded csv-core v0.1.13
11722026-08-25T22:38:09.315Z Downloaded toml v0.7.8
11732026-08-25T22:38:09.318Z Downloaded derive-ex v0.1.8
11742026-08-25T22:38:09.318Z Downloaded module-lattice v0.2.3
11752026-08-25T22:38:09.318Z Downloaded num-rational v0.4.2
11762026-08-25T22:38:09.321Z Downloaded rtoolbox v0.0.3
11772026-08-25T22:38:09.321Z Downloaded snafu v0.8.9
11782026-08-25T22:38:09.324Z Downloaded indoc v2.0.7
11792026-08-25T22:38:09.326Z Downloaded linear-map v1.2.0
11802026-08-25T22:38:09.326Z Downloaded signal-hook-registry v1.4.8
11812026-08-25T22:38:09.329Z Downloaded rand_core v0.9.5
11822026-08-25T22:38:09.333Z Downloaded psm v0.1.30
11832026-08-25T22:38:09.336Z Downloaded tower v0.5.3
11842026-08-25T22:38:09.340Z Downloaded zerovec-derive v0.11.2
11852026-08-25T22:38:09.343Z Downloaded zstd-safe v7.2.4
11862026-08-25T22:38:09.343Z Downloaded rand v0.8.6
11872026-08-25T22:38:09.350Z Downloaded elliptic-curve v0.13.8
11882026-08-25T22:38:09.353Z Downloaded ml-kem v0.3.2
11892026-08-25T22:38:09.356Z Downloaded libbz2-rs-sys v0.2.2
11902026-08-25T22:38:09.359Z Downloaded multer v3.1.0
11912026-08-25T22:38:09.363Z Downloaded itertools v0.15.0
11922026-08-25T22:38:09.366Z Downloaded toml_edit v0.23.10+spec-1.0.0
11932026-08-25T22:38:09.369Z Downloaded reedline v0.40.0
11942026-08-25T22:38:09.372Z Downloaded icu_properties_data v2.1.2
11952026-08-25T22:38:09.377Z Downloaded const_format v0.2.35
11962026-08-25T22:38:09.380Z Downloaded pretty_assertions v1.4.1
11972026-08-25T22:38:09.384Z Downloaded progenitor-impl v0.13.0
11982026-08-25T22:38:09.388Z Downloaded sha3 v0.12.0
11992026-08-25T22:38:09.391Z Downloaded slab v0.4.12
12002026-08-25T22:38:09.391Z Downloaded russh v0.62.4
12012026-08-25T22:38:09.394Z Downloaded miette v7.6.0
12022026-08-25T22:38:09.397Z Downloaded iri-string v0.7.10
12032026-08-25T22:38:09.400Z Downloaded aws-lc-rs v1.16.3
12042026-08-25T22:38:09.406Z Downloaded darling_core v0.13.4
12052026-08-25T22:38:09.409Z Downloaded serde_with v1.14.0
12062026-08-25T22:38:09.412Z Downloaded poly1305 v0.9.0
12072026-08-25T22:38:09.415Z Downloaded twox-hash v2.1.2
12082026-08-25T22:38:09.415Z Downloaded derive_more-impl v2.1.1
12092026-08-25T22:38:09.418Z Downloaded goblin v0.10.5
12102026-08-25T22:38:09.420Z Downloaded icu_properties v2.1.2
12112026-08-25T22:38:09.423Z Downloaded icu_normalizer v2.1.1
12122026-08-25T22:38:09.426Z Downloaded tar v0.4.46
12132026-08-25T22:38:09.426Z Downloaded typed-path v0.9.3
12142026-08-25T22:38:09.429Z Downloaded tracing-attributes v0.1.31
12152026-08-25T22:38:09.432Z Downloaded libm v0.2.16
12162026-08-25T22:38:09.435Z Downloaded serde_with v3.21.0
12172026-08-25T22:38:09.441Z Downloaded schemars v1.2.1
12182026-08-25T22:38:09.449Z Downloaded p384 v0.13.1
12192026-08-25T22:38:09.452Z Downloaded tough v0.22.0
12202026-08-25T22:38:09.457Z Downloaded darling v0.20.11
12212026-08-25T22:38:09.460Z Downloaded bitvec v1.0.1
12222026-08-25T22:38:09.467Z Downloaded regex v1.12.3
12232026-08-25T22:38:09.471Z Downloaded hyper v1.10.1
12242026-08-25T22:38:09.475Z Downloaded uuid v1.23.4
12252026-08-25T22:38:09.478Z Downloaded progenitor-extras v0.2.0
12262026-08-25T22:38:09.478Z Downloaded schemars v0.8.22
12272026-08-25T22:38:09.484Z Downloaded schemars v0.9.0
12282026-08-25T22:38:09.490Z Downloaded itertools v0.10.5
12292026-08-25T22:38:09.494Z Downloaded toml v1.1.2+spec-1.1.0
12302026-08-25T22:38:09.497Z Downloaded crossbeam-channel v0.5.15
12312026-08-25T22:38:09.500Z Downloaded vcpkg v0.2.15
12322026-08-25T22:38:09.521Z Downloaded gimli v0.32.3
12332026-08-25T22:38:09.526Z Downloaded unicode-segmentation v1.12.0
12342026-08-25T22:38:09.529Z Downloaded blake3 v1.8.5
12352026-08-25T22:38:09.533Z Downloaded p256 v0.14.0
12362026-08-25T22:38:09.536Z Downloaded time v0.3.47
12372026-08-25T22:38:09.541Z Downloaded reqwest v0.13.2
12382026-08-25T22:38:09.544Z Downloaded x509-cert v0.2.5
12392026-08-25T22:38:09.547Z Downloaded bindgen v0.71.1
12402026-08-25T22:38:09.551Z Downloaded object v0.30.4
12412026-08-25T22:38:09.556Z Downloaded crossterm v0.29.0
12422026-08-25T22:38:09.560Z Downloaded libxml v0.3.3
12432026-08-25T22:38:09.563Z Downloaded ssh-key v0.7.0-rc.11
12442026-08-25T22:38:09.567Z Downloaded dropshot-api-manager v0.8.0
12452026-08-25T22:38:09.570Z Downloaded chrono v0.4.45
12462026-08-25T22:38:09.574Z Downloaded winnow v0.5.40
12472026-08-25T22:38:09.579Z Downloaded nix v0.27.1
12482026-08-25T22:38:09.584Z Downloaded jiff-core v0.1.0
12492026-08-25T22:38:09.587Z Downloaded unicode-bidi v0.3.18
12502026-08-25T22:38:09.590Z Downloaded itertools v0.12.1
12512026-08-25T22:38:09.592Z Downloaded rayon v1.11.0
12522026-08-25T22:38:09.596Z Downloaded rsa v0.10.0-rc.18
12532026-08-25T22:38:09.612Z Downloaded unicode-normalization v0.1.25
12542026-08-25T22:38:09.616Z Downloaded zerovec v0.11.5
12552026-08-25T22:38:09.620Z Downloaded itertools v0.13.0
12562026-08-25T22:38:09.633Z Downloaded lalrpop v0.19.12
12572026-08-25T22:38:09.640Z Downloaded tabled v0.21.0
12582026-08-25T22:38:09.651Z Downloaded moka v0.12.13
12592026-08-25T22:38:09.659Z Downloaded salty v0.3.0
12602026-08-25T22:38:09.663Z Downloaded hickory-proto v0.24.4
12612026-08-25T22:38:09.682Z Downloaded internal-russh-num-bigint v0.5.0
12622026-08-25T22:38:09.687Z Downloaded der v0.8.0
12632026-08-25T22:38:09.690Z Downloaded petname v2.0.2
12642026-08-25T22:38:09.696Z Downloaded iddqd v0.4.2
12652026-08-25T22:38:09.705Z Downloaded hickory-proto v0.25.2
12662026-08-25T22:38:09.713Z Downloaded portable-atomic v1.13.1
12672026-08-25T22:38:09.717Z Downloaded winnow v1.0.3
12682026-08-25T22:38:09.736Z Downloaded quinn-proto v0.11.16
12692026-08-25T22:38:09.753Z Downloaded radix_trie v0.2.1
12702026-08-25T22:38:09.762Z Downloaded curve25519-dalek v4.1.3
12712026-08-25T22:38:09.767Z Downloaded zlib-rs v0.6.2
12722026-08-25T22:38:09.774Z Downloaded regress v0.10.5
12732026-08-25T22:38:09.779Z Downloaded rawzip v0.4.4
12742026-08-25T22:38:09.782Z Downloaded smoltcp v0.9.1
12752026-08-25T22:38:09.798Z Downloaded regex-syntax v0.6.29
12762026-08-25T22:38:09.801Z Downloaded curve25519-dalek v5.0.0
12772026-08-25T22:38:09.806Z Downloaded openssl v0.10.80
12782026-08-25T22:38:09.811Z Downloaded smoltcp v0.11.0
12792026-08-25T22:38:09.817Z Downloaded quick-xml v0.37.5
12802026-08-25T22:38:09.820Z Downloaded proptest v1.11.0
12812026-08-25T22:38:09.826Z Downloaded bstr v1.12.1
12822026-08-25T22:38:09.831Z Downloaded crypto-bigint v0.7.5
12832026-08-25T22:38:09.853Z Downloaded nix v0.31.2
12842026-08-25T22:38:09.860Z Downloaded rustls v0.23.41
12852026-08-25T22:38:09.866Z Downloaded dropshot v0.17.1
12862026-08-25T22:38:09.878Z Downloaded regress v0.11.1
12872026-08-25T22:38:09.884Z Downloaded sqlparser v0.61.0
12882026-08-25T22:38:09.889Z Downloaded typify-impl v0.6.2
12892026-08-25T22:38:09.899Z Downloaded zerocopy v0.8.55
12902026-08-25T22:38:09.912Z Downloaded ratatui v0.29.0
12912026-08-25T22:38:09.924Z Downloaded regex-syntax v0.8.10
12922026-08-25T22:38:09.928Z Downloaded petgraph v0.6.5
12932026-08-25T22:38:09.941Z Downloaded syn v3.0.3
12942026-08-25T22:38:09.948Z Downloaded regex-automata v0.4.14
12952026-08-25T22:38:09.957Z Downloaded nix v0.28.0
12962026-08-25T22:38:09.964Z Downloaded polar-core v0.27.3
12972026-08-25T22:38:09.969Z Downloaded jiff v0.2.34
12982026-08-25T22:38:09.980Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12992026-08-25T22:38:10.011Z Downloaded csv v1.4.0
13002026-08-25T22:38:10.027Z Downloaded rustix v0.38.44
13012026-08-25T22:38:10.041Z Downloaded openapiv3 v2.2.0
13022026-08-25T22:38:10.048Z Downloaded sha3 v0.11.0
13032026-08-25T22:38:10.051Z Downloaded diesel v2.3.7
13042026-08-25T22:38:10.063Z Downloaded encoding_rs v0.8.35
13052026-08-25T22:38:10.078Z Downloaded tracing v0.1.44
13062026-08-25T22:38:10.092Z Downloaded object v0.37.3
13072026-08-25T22:38:10.099Z Downloaded libgit2-sys v0.18.3+1.9.2
13082026-08-25T22:38:10.133Z Downloaded bzip2-sys v0.1.13+1.0.8
13092026-08-25T22:38:10.140Z Downloaded sled v0.34.7
13102026-08-25T22:38:10.146Z Downloaded zerocopy-derive v0.6.6
13112026-08-25T22:38:10.231Z Downloaded chrono-tz v0.10.4
13122026-08-25T22:38:10.269Z Downloaded petgraph v0.8.3
13132026-08-25T22:38:10.283Z Downloaded libz-sys v1.1.24
13142026-08-25T22:38:10.300Z Downloaded sha3 v0.10.8
13152026-08-25T22:38:10.303Z Downloaded tokio v1.52.1
13162026-08-25T22:38:10.376Z Downloaded ring v0.17.14
13172026-08-25T22:38:10.958Z Downloaded aws-lc-sys v0.40.0
13182026-08-25T22:38:11.223Z Compiling serde_core v1.0.228
13192026-08-25T22:38:11.223Z Compiling libc v0.2.185
13202026-08-25T22:38:11.227Z Compiling serde v1.0.228
13212026-08-25T22:38:11.227Z Compiling log v0.4.33
13222026-08-25T22:38:11.227Z Compiling smallvec v1.15.1
13232026-08-25T22:38:11.227Z Compiling find-msvc-tools v0.1.9
13242026-08-25T22:38:11.227Z Compiling shlex v1.3.0
13252026-08-25T22:38:11.227Z Compiling subtle v2.6.1
13262026-08-25T22:38:11.368Z Compiling scopeguard v1.2.0
13272026-08-25T22:38:11.371Z Compiling stable_deref_trait v1.2.1
13282026-08-25T22:38:11.382Z Compiling zerocopy v0.8.55
13292026-08-25T22:38:11.385Z Compiling typenum v1.20.1
13302026-08-25T22:38:11.385Z Compiling portable-atomic v1.13.1
13312026-08-25T22:38:11.430Z Compiling serde_json v1.0.151
13322026-08-25T22:38:11.444Z Compiling syn v2.0.117
13332026-08-25T22:38:11.468Z Compiling critical-section v1.2.0
13342026-08-25T22:38:11.471Z Compiling libm v0.2.16
13352026-08-25T22:38:11.593Z Compiling lock_api v0.4.14
13362026-08-25T22:38:11.608Z Compiling num-traits v0.2.19
13372026-08-25T22:38:11.623Z Compiling pkg-config v0.3.32
13382026-08-25T22:38:11.650Z Compiling getrandom v0.4.3
13392026-08-25T22:38:11.654Z Compiling generic-array v0.14.7
13402026-08-25T22:38:11.665Z Compiling parking_lot_core v0.9.12
13412026-08-25T22:38:11.723Z Compiling pin-project-lite v0.2.17
13422026-08-25T22:38:11.759Z Compiling rand_core v0.10.0
13432026-08-25T22:38:11.763Z Compiling const-oid v0.9.6
13442026-08-25T22:38:11.844Z Compiling litemap v0.8.1
13452026-08-25T22:38:11.873Z Compiling writeable v0.6.2
13462026-08-25T22:38:11.967Z Compiling percent-encoding v2.3.2
13472026-08-25T22:38:11.970Z Compiling futures-core v0.3.32
13482026-08-25T22:38:11.997Z Compiling icu_normalizer_data v2.1.1
13492026-08-25T22:38:12.002Z Compiling icu_properties_data v2.1.2
13502026-08-25T22:38:12.038Z Compiling rustix v1.1.4
13512026-08-25T22:38:12.066Z Compiling getrandom v0.3.4
13522026-08-25T22:38:12.080Z Compiling futures-sink v0.3.32
13532026-08-25T22:38:12.097Z Compiling utf8_iter v1.0.4
13542026-08-25T22:38:12.141Z Compiling form_urlencoded v1.2.2
13552026-08-25T22:38:12.166Z Compiling futures-channel v0.3.32
13562026-08-25T22:38:12.215Z Compiling futures-io v0.3.32
13572026-08-25T22:38:12.215Z Compiling futures-task v0.3.32
13582026-08-25T22:38:12.242Z Compiling errno v0.3.14
13592026-08-25T22:38:12.250Z Compiling jobserver v0.1.34
13602026-08-25T22:38:12.250Z Compiling getrandom v0.2.17
13612026-08-25T22:38:12.355Z Compiling mio v1.2.0
13622026-08-25T22:38:12.386Z Compiling signal-hook-registry v1.4.8
13632026-08-25T22:38:12.403Z Compiling rand_core v0.6.4
13642026-08-25T22:38:12.447Z Compiling cc v1.2.56
13652026-08-25T22:38:12.535Z Compiling parking_lot v0.12.5
13662026-08-25T22:38:12.539Z Compiling once_cell v1.21.3
13672026-08-25T22:38:12.545Z Compiling socket2 v0.6.3
13682026-08-25T22:38:12.561Z Compiling slab v0.4.12
13692026-08-25T22:38:12.616Z Compiling rustversion v1.0.22
13702026-08-25T22:38:12.631Z Compiling iana-time-zone v0.1.65
13712026-08-25T22:38:12.647Z Compiling base64ct v1.8.3
13722026-08-25T22:38:12.693Z Compiling regex-syntax v0.8.10
13732026-08-25T22:38:12.723Z Compiling ident_case v1.0.1
13742026-08-25T22:38:12.751Z Compiling flagset v0.4.7
13752026-08-25T22:38:12.766Z Compiling fs_extra v1.3.0
13762026-08-25T22:38:12.818Z Compiling dunce v1.0.5
13772026-08-25T22:38:12.839Z Compiling base64 v0.22.1
13782026-08-25T22:38:12.854Z Compiling schemars v0.8.22
13792026-08-25T22:38:12.893Z Compiling pem-rfc7468 v0.7.0
13802026-08-25T22:38:12.908Z Compiling rand_core v0.9.5
13812026-08-25T22:38:12.932Z Compiling vcpkg v0.2.15
13822026-08-25T22:38:12.946Z Compiling dyn-clone v1.0.20
13832026-08-25T22:38:12.959Z Compiling syn v1.0.109
13842026-08-25T22:38:12.976Z Compiling tracing-core v0.1.36
13852026-08-25T22:38:13.018Z Compiling cpufeatures v0.2.17
13862026-08-25T22:38:13.049Z Compiling aws-lc-rs v1.16.3
13872026-08-25T22:38:13.092Z Compiling simd-adler32 v0.3.8
13882026-08-25T22:38:13.107Z Compiling spin v0.9.8
13892026-08-25T22:38:13.110Z Compiling adler2 v2.0.1
13902026-08-25T22:38:13.172Z Compiling cmake v0.1.57
13912026-08-25T22:38:13.195Z Compiling cmov v0.5.4
13922026-08-25T22:38:13.210Z Compiling httparse v1.10.1
13932026-08-25T22:38:13.267Z Compiling tinyvec_macros v0.1.1
13942026-08-25T22:38:13.319Z Compiling openssl-probe v0.2.1
13952026-08-25T22:38:13.344Z Compiling crc32fast v1.5.0
13962026-08-25T22:38:13.371Z Compiling tinyvec v1.10.0
13972026-08-25T22:38:13.375Z Compiling miniz_oxide v0.8.9
13982026-08-25T22:38:13.399Z Compiling ctutils v0.4.2
13992026-08-25T22:38:13.415Z Compiling aho-corasick v1.1.4
14002026-08-25T22:38:13.520Z Compiling bitflags v2.11.0
14012026-08-25T22:38:13.571Z Compiling semver v1.0.28
14022026-08-25T22:38:13.584Z Compiling indexmap v2.14.0
14032026-08-25T22:38:13.631Z Compiling uuid v1.23.4
14042026-08-25T22:38:13.675Z Compiling tower-service v0.3.3
14052026-08-25T22:38:13.706Z Compiling try-lock v0.2.5
14062026-08-25T22:38:13.720Z Compiling tower-layer v0.3.3
14072026-08-25T22:38:13.735Z Compiling atomic-waker v1.1.2
14082026-08-25T22:38:13.769Z Compiling radium v0.7.0
14092026-08-25T22:38:13.784Z Compiling rustc_version v0.4.1
14102026-08-25T22:38:13.820Z Compiling untrusted v0.7.1
14112026-08-25T22:38:13.873Z Compiling want v0.3.1
14122026-08-25T22:38:13.960Z Compiling wait-timeout v0.2.1
14132026-08-25T22:38:14.011Z Compiling foreign-types-shared v0.1.1
14142026-08-25T22:38:14.082Z Compiling aws-lc-sys v0.40.0
14152026-08-25T22:38:14.116Z Compiling openssl-sys v0.9.117
14162026-08-25T22:38:14.144Z Compiling untrusted v0.9.0
14172026-08-25T22:38:14.165Z Compiling rustls v0.23.41
14182026-08-25T22:38:14.180Z Compiling bit-vec v0.8.0
14192026-08-25T22:38:14.195Z Compiling tap v1.0.1
14202026-08-25T22:38:14.297Z Compiling synstructure v0.13.2
14212026-08-25T22:38:14.297Z Compiling serde_derive_internals v0.29.1
14222026-08-25T22:38:14.325Z Compiling pest_generator v2.8.6
14232026-08-25T22:38:14.328Z Compiling darling_core v0.20.11
14242026-08-25T22:38:14.354Z Compiling regex-automata v0.4.14
14252026-08-25T22:38:14.371Z Compiling httpdate v1.0.3
14262026-08-25T22:38:14.409Z Compiling openssl v0.10.80
14272026-08-25T22:38:14.458Z Compiling quick-error v1.2.3
14282026-08-25T22:38:14.578Z Compiling maybe-uninit v2.0.0
14292026-08-25T22:38:14.625Z Compiling bit-set v0.8.0
14302026-08-25T22:38:14.663Z Compiling tempfile v3.27.0
14312026-08-25T22:38:14.810Z Compiling terminal_size v0.4.3
14322026-08-25T22:38:14.824Z Compiling wyz v0.5.1
14332026-08-25T22:38:14.914Z Compiling rusty-fork v0.3.1
14342026-08-25T22:38:14.947Z Compiling foreign-types v0.3.2
14352026-08-25T22:38:14.963Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14362026-08-25T22:38:15.023Z Compiling bzip2-sys v0.1.13+1.0.8
14372026-08-25T22:38:15.038Z Compiling unicode-normalization v0.1.25
14382026-08-25T22:38:15.054Z Compiling num-integer v0.1.46
14392026-08-25T22:38:15.070Z Compiling rand_xorshift v0.4.0
14402026-08-25T22:38:15.137Z Compiling ahash v0.8.12
14412026-08-25T22:38:15.151Z Compiling time-core v0.1.8
14422026-08-25T22:38:15.256Z Compiling native-tls v0.2.18
14432026-08-25T22:38:15.259Z Compiling packed_struct v0.10.1
14442026-08-25T22:38:15.259Z Compiling funty v2.0.0
14452026-08-25T22:38:15.298Z Compiling unarray v0.1.4
14462026-08-25T22:38:15.315Z Compiling num-conv v0.2.0
14472026-08-25T22:38:15.330Z Compiling paste v1.0.15
14482026-08-25T22:38:15.370Z Compiling powerfmt v0.2.0
14492026-08-25T22:38:15.386Z Compiling num-bigint-dig v0.8.6
14502026-08-25T22:38:15.459Z Compiling time-macros v0.2.27
14512026-08-25T22:38:15.475Z Compiling clap_builder v4.6.0
14522026-08-25T22:38:15.522Z Compiling deranged v0.5.8
14532026-08-25T22:38:15.558Z Compiling num-iter v0.1.45
14542026-08-25T22:38:15.612Z Compiling bitvec v1.0.1
14552026-08-25T22:38:15.657Z Compiling slog v2.8.2
14562026-08-25T22:38:15.679Z Compiling lazy_static v1.5.0
14572026-08-25T22:38:15.692Z Compiling sync_wrapper v1.0.2
14582026-08-25T22:38:15.782Z Compiling syn v3.0.3
14592026-08-25T22:38:15.812Z Compiling indexmap v1.9.3
14602026-08-25T22:38:15.882Z Compiling object v0.37.3
14612026-08-25T22:38:15.896Z Compiling num_threads v0.1.7
14622026-08-25T22:38:16.008Z Compiling crc-catalog v2.4.0
14632026-08-25T22:38:16.023Z Compiling zlib-rs v0.6.2
14642026-08-25T22:38:16.040Z Compiling serde_derive v1.0.228
14652026-08-25T22:38:16.116Z Compiling zeroize_derive v1.5.0
14662026-08-25T22:38:16.166Z Compiling zerofrom-derive v0.1.6
14672026-08-25T22:38:16.275Z Compiling zerocopy-derive v0.8.55
14682026-08-25T22:38:16.539Z Compiling yoke-derive v0.8.1
14692026-08-25T22:38:16.564Z Compiling zerovec-derive v0.11.2
14702026-08-25T22:38:16.682Z Compiling displaydoc v0.2.5
14712026-08-25T22:38:16.697Z Compiling tokio-macros v2.7.0
14722026-08-25T22:38:16.777Z Compiling futures-macro v0.3.32
14732026-08-25T22:38:17.111Z Compiling der_derive v0.7.3
14742026-08-25T22:38:17.338Z Compiling thiserror-impl v2.0.18
14752026-08-25T22:38:17.469Z Compiling schemars_derive v0.8.22
14762026-08-25T22:38:17.485Z Compiling tracing-attributes v0.1.31
14772026-08-25T22:38:17.613Z Compiling zerofrom v0.1.6
14782026-08-25T22:38:17.631Z Compiling futures-util v0.3.32
14792026-08-25T22:38:17.741Z Compiling pest_derive v2.8.6
14802026-08-25T22:38:17.755Z Compiling scroll_derive v0.13.1
14812026-08-25T22:38:17.775Z Compiling yoke v0.8.1
14822026-08-25T22:38:17.984Z Compiling zerovec v0.11.5
14832026-08-25T22:38:18.124Z Compiling zerotrie v0.2.3
14842026-08-25T22:38:18.231Z Compiling darling_macro v0.20.11
14852026-08-25T22:38:18.469Z Compiling tinystr v0.8.2
14862026-08-25T22:38:18.550Z Compiling potential_utf v0.1.4
14872026-08-25T22:38:18.594Z Compiling thiserror-impl v1.0.69
14882026-08-25T22:38:18.617Z Compiling openssl-macros v0.1.1
14892026-08-25T22:38:18.636Z Compiling icu_locale_core v2.1.1
14902026-08-25T22:38:18.692Z Compiling icu_collections v2.1.1
14912026-08-25T22:38:18.737Z Compiling scroll v0.13.0
14922026-08-25T22:38:18.751Z Compiling thiserror v2.0.18
14932026-08-25T22:38:18.794Z Compiling darling v0.20.11
14942026-08-25T22:38:18.817Z Compiling packed_struct_codegen v0.10.1
14952026-08-25T22:38:18.868Z Compiling tracing v0.1.44
14962026-08-25T22:38:18.883Z Compiling zerocopy-derive v0.6.6
14972026-08-25T22:38:18.898Z Compiling clap_derive v4.6.1
14982026-08-25T22:38:19.083Z Compiling goblin v0.10.5
14992026-08-25T22:38:19.207Z Compiling bitfield-macros v0.19.4
15002026-08-25T22:38:19.254Z Compiling crossbeam-utils v0.8.21
15012026-08-25T22:38:19.308Z Compiling siphasher v1.0.2
15022026-08-25T22:38:19.385Z Compiling icu_provider v2.1.1
15032026-08-25T22:38:19.512Z Compiling usdt-impl v0.6.0
15042026-08-25T22:38:19.559Z Compiling zeroize v1.9.0
15052026-08-25T22:38:19.590Z Compiling bytes v1.11.1
15062026-08-25T22:38:19.620Z Compiling chrono v0.4.45
15072026-08-25T22:38:19.702Z Compiling icu_properties v2.1.2
15082026-08-25T22:38:19.802Z Compiling icu_normalizer v2.1.1
15092026-08-25T22:38:19.835Z Compiling der v0.7.10
15102026-08-25T22:38:19.956Z Compiling rustls-pki-types v1.14.0
15112026-08-25T22:38:19.972Z Compiling hybrid-array v0.4.13
15122026-08-25T22:38:20.014Z Compiling ipnet v2.12.0
15132026-08-25T22:38:20.029Z Compiling hex v0.4.3
15142026-08-25T22:38:20.236Z Compiling tokio v1.52.1
15152026-08-25T22:38:20.315Z Compiling block-buffer v0.10.4
15162026-08-25T22:38:20.332Z Compiling crypto-common v0.1.7
15172026-08-25T22:38:20.369Z Compiling http v1.4.2
15182026-08-25T22:38:20.429Z Compiling thiserror v1.0.69
15192026-08-25T22:38:20.496Z Compiling digest v0.10.7
15202026-08-25T22:38:20.511Z Compiling serde_spanned v0.6.9
15212026-08-25T22:38:20.527Z Compiling toml_datetime v0.6.11
15222026-08-25T22:38:20.544Z Compiling nodrop v0.1.14
15232026-08-25T22:38:20.646Z Compiling idna_adapter v1.2.1
15242026-08-25T22:38:20.671Z Compiling spki v0.7.3
15252026-08-25T22:38:20.767Z Compiling idna v1.1.0
15262026-08-25T22:38:20.782Z Compiling sha2 v0.10.9
15272026-08-25T22:38:20.786Z Compiling signature v2.2.0
15282026-08-25T22:38:20.810Z Compiling hmac v0.12.1
15292026-08-25T22:38:20.810Z Compiling clap v4.6.1
15302026-08-25T22:38:20.837Z Compiling array-init v0.0.4
15312026-08-25T22:38:20.902Z Compiling ppv-lite86 v0.2.21
15322026-08-25T22:38:20.917Z Compiling pkcs8 v0.10.2
15332026-08-25T22:38:21.001Z Compiling http-body v1.0.1
15342026-08-25T22:38:21.051Z Compiling bitfield v0.19.4
15352026-08-25T22:38:21.070Z Compiling url v2.5.8
15362026-08-25T22:38:21.162Z Compiling http-body-util v0.1.3
15372026-08-25T22:38:21.190Z Compiling rand_chacha v0.9.0
15382026-08-25T22:38:21.205Z Compiling rand_chacha v0.3.1
15392026-08-25T22:38:21.229Z Compiling pkcs1 v0.7.5
15402026-08-25T22:38:21.243Z Compiling zerocopy v0.6.6
15412026-08-25T22:38:21.362Z Compiling erased-serde v0.3.31
15422026-08-25T22:38:21.422Z Compiling rand v0.9.2
15432026-08-25T22:38:21.447Z Compiling rand v0.8.6
15442026-08-25T22:38:21.643Z Compiling daft-derive v0.1.8
15452026-08-25T22:38:21.666Z Compiling flate2 v1.1.9
15462026-08-25T22:38:21.866Z Compiling dof v0.4.0
15472026-08-25T22:38:21.891Z Compiling derive_builder_core v0.20.2
15482026-08-25T22:38:21.909Z Compiling dtrace-parser v0.3.0
15492026-08-25T22:38:21.988Z Compiling proptest v1.11.0
15502026-08-25T22:38:22.113Z Compiling time v0.3.47
15512026-08-25T22:38:22.210Z Compiling crc v3.4.0
15522026-08-25T22:38:22.238Z Compiling structmeta-derive v0.3.0
15532026-08-25T22:38:22.276Z Compiling scroll_derive v0.12.1
15542026-08-25T22:38:22.353Z Compiling ipnetwork v0.21.1
15552026-08-25T22:38:22.414Z Compiling smallvec v0.6.14
15562026-08-25T22:38:22.627Z Compiling oxnet v0.1.6
15572026-08-25T22:38:22.658Z Compiling darling_core v0.23.0
15582026-08-25T22:38:22.762Z Compiling heapless v0.7.17
15592026-08-25T22:38:22.776Z Compiling thread-id v5.1.0
15602026-08-25T22:38:22.872Z Compiling env_filter v2.0.0
15612026-08-25T22:38:22.887Z Compiling cookie v0.18.1
15622026-08-25T22:38:22.915Z Compiling iri-string v0.7.10
15632026-08-25T22:38:22.959Z Compiling unicode-properties v0.1.4
15642026-08-25T22:38:23.021Z Compiling signal-hook v0.3.18
15652026-08-25T22:38:23.042Z Compiling zstd-safe v7.2.4
15662026-08-25T22:38:23.075Z Compiling ryu v1.0.23
15672026-08-25T22:38:23.089Z Compiling base64 v0.21.7
15682026-08-25T22:38:23.178Z Compiling unicode-bidi v0.3.18
15692026-08-25T22:38:23.192Z Compiling hashbrown v0.12.3
15702026-08-25T22:38:23.209Z Compiling allocator-api2 v0.2.21
15712026-08-25T22:38:23.253Z Compiling gimli v0.32.3
15722026-08-25T22:38:23.270Z Compiling winnow v0.5.40
15732026-08-25T22:38:23.338Z Compiling anyhow v1.0.104
15742026-08-25T22:38:23.361Z Compiling structmeta v0.3.0
15752026-08-25T22:38:23.409Z Compiling ron v0.8.1
15762026-08-25T22:38:23.548Z Compiling stringprep v0.1.5
15772026-08-25T22:38:23.598Z Compiling serde_urlencoded v0.7.1
15782026-08-25T22:38:23.705Z Compiling rsa v0.9.10
15792026-08-25T22:38:23.709Z Compiling env_logger v0.11.11
15802026-08-25T22:38:23.790Z Compiling scroll v0.12.0
15812026-08-25T22:38:23.886Z Compiling derive_builder_macro v0.20.2
15822026-08-25T22:38:23.999Z Compiling tokio-util v0.7.18
15832026-08-25T22:38:24.055Z Compiling tower v0.5.3
15842026-08-25T22:38:24.098Z Compiling tokio-native-tls v0.3.1
15852026-08-25T22:38:24.128Z Compiling serde-hex v0.1.0
15862026-08-25T22:38:24.388Z Compiling newtype-uuid v1.3.2
15872026-08-25T22:38:24.429Z Compiling camino v1.2.5
15882026-08-25T22:38:24.453Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15892026-08-25T22:38:24.490Z Compiling tower-http v0.6.8
15902026-08-25T22:38:24.648Z Compiling daft v0.1.8
15912026-08-25T22:38:24.694Z Compiling toml_edit v0.19.15
15922026-08-25T22:38:24.737Z Compiling h2 v0.4.15
15932026-08-25T22:38:24.752Z Compiling bzip2 v0.4.4
15942026-08-25T22:38:24.837Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15952026-08-25T22:38:24.959Z Compiling hashbrown v0.13.2
15962026-08-25T22:38:24.981Z Compiling addr2line v0.25.1
15972026-08-25T22:38:25.111Z Compiling x509-cert v0.2.5
15982026-08-25T22:38:25.180Z Compiling darling_macro v0.23.0
15992026-08-25T22:38:25.251Z Compiling md-5 v0.10.6
16002026-08-25T22:38:25.323Z Compiling crypto-common v0.2.2
16012026-08-25T22:38:25.422Z Compiling block-padding v0.4.2
16022026-08-25T22:38:25.435Z Compiling block-buffer v0.12.1
16032026-08-25T22:38:25.465Z Compiling rustls-native-certs v0.8.3
16042026-08-25T22:38:25.623Z Compiling serde_tokenstream v0.2.3
16052026-08-25T22:38:25.658Z Compiling bstr v1.12.1
16062026-08-25T22:38:25.700Z Compiling async-trait v0.1.89
16072026-08-25T22:38:25.775Z Compiling pin-project-internal v1.1.11
16082026-08-25T22:38:25.931Z Compiling zerocopy-derive v0.7.35
16092026-08-25T22:38:25.973Z Compiling curve25519-dalek v4.1.3
16102026-08-25T22:38:26.012Z Compiling vergen-lib v9.1.0
16112026-08-25T22:38:26.201Z Compiling hash32 v0.2.1
16122026-08-25T22:38:26.317Z Compiling memoffset v0.9.1
16132026-08-25T22:38:26.331Z Compiling encoding_rs v0.8.35
16142026-08-25T22:38:26.407Z Compiling psl-types v2.0.11
16152026-08-25T22:38:26.527Z Compiling rustc-demangle v0.1.27
16162026-08-25T22:38:26.545Z Compiling rustix v0.38.44
16172026-08-25T22:38:26.749Z Compiling mime v0.3.17
16182026-08-25T22:38:26.772Z Compiling cfg_aliases v0.2.1
16192026-08-25T22:38:26.833Z Compiling litrs v1.0.0
16202026-08-25T22:38:26.848Z Compiling fallible-iterator v0.2.0
16212026-08-25T22:38:26.863Z Compiling crc-any v2.5.0
16222026-08-25T22:38:26.908Z Compiling smoltcp v0.9.1
16232026-08-25T22:38:26.923Z Compiling owo-colors v4.3.0
16242026-08-25T22:38:26.938Z Compiling ref-cast v1.0.25
16252026-08-25T22:38:27.019Z Compiling pin-project v1.1.11
16262026-08-25T22:38:27.108Z Compiling backtrace v0.3.76
16272026-08-25T22:38:27.131Z Compiling postgres-protocol v0.6.10
16282026-08-25T22:38:27.172Z Compiling nix v0.31.2
16292026-08-25T22:38:27.176Z Compiling zerocopy v0.7.35
16302026-08-25T22:38:27.333Z Compiling publicsuffix v2.3.0
16312026-08-25T22:38:27.363Z Compiling document-features v0.2.12
16322026-08-25T22:38:27.420Z Compiling toml v0.7.8
16332026-08-25T22:38:27.434Z Compiling darling v0.23.0
16342026-08-25T22:38:27.468Z Compiling inout v0.2.2
16352026-08-25T22:38:27.522Z Compiling object v0.30.4
16362026-08-25T22:38:27.537Z Compiling zip v0.6.6
16372026-08-25T22:38:27.562Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16382026-08-25T22:38:27.624Z Compiling derive_builder v0.20.2
16392026-08-25T22:38:27.664Z Compiling goblin v0.8.2
16402026-08-25T22:38:27.838Z Compiling derive-ex v0.1.8
16412026-08-25T22:38:27.873Z Compiling hyper v1.10.1
16422026-08-25T22:38:27.968Z Compiling futures-executor v0.3.32
16432026-08-25T22:38:28.028Z Compiling phf_shared v0.13.1
16442026-08-25T22:38:28.062Z Compiling hubpack_derive v0.1.1
16452026-08-25T22:38:28.077Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16462026-08-25T22:38:28.100Z Compiling regex v1.12.3
16472026-08-25T22:38:28.133Z Compiling strum_macros v0.27.2
16482026-08-25T22:38:28.242Z Compiling snafu-derive v0.8.9
16492026-08-25T22:38:28.296Z Compiling curve25519-dalek-derive v0.1.1
16502026-08-25T22:38:28.312Z Compiling ref-cast-impl v1.0.25
16512026-08-25T22:38:28.315Z Compiling vergen v9.1.0
16522026-08-25T22:38:28.528Z Compiling cargo-platform v0.3.2
16532026-08-25T22:38:28.555Z Compiling ff v0.13.1
16542026-08-25T22:38:28.568Z Compiling fs-err v3.3.0
16552026-08-25T22:38:28.709Z Compiling either v1.15.0
16562026-08-25T22:38:28.775Z Compiling managed v0.8.0
16572026-08-25T22:38:28.816Z Compiling path-slash v0.1.5
16582026-08-25T22:38:28.887Z Compiling jiff-core v0.1.0
16592026-08-25T22:38:28.927Z Compiling bitflags v1.3.2
16602026-08-25T22:38:28.941Z Compiling same-file v1.0.6
16612026-08-25T22:38:28.965Z Compiling hyper-util v0.1.20
16622026-08-25T22:38:28.979Z Compiling bumpalo v3.20.2
16632026-08-25T22:38:29.014Z Compiling foldhash v0.1.5
16642026-08-25T22:38:29.048Z Compiling libbz2-rs-sys v0.2.2
16652026-08-25T22:38:29.118Z Compiling foldhash v0.2.0
16662026-08-25T22:38:29.220Z Compiling unicode-segmentation v1.12.0
16672026-08-25T22:38:29.250Z Compiling base16ct v0.2.0
16682026-08-25T22:38:29.357Z Compiling is_ci v1.2.0
16692026-08-25T22:38:29.447Z Compiling textwrap v0.16.2
16702026-08-25T22:38:29.473Z Compiling supports-color v3.0.2
16712026-08-25T22:38:29.513Z Compiling bzip2 v0.6.1
16722026-08-25T22:38:29.536Z Compiling sec1 v0.7.3
16732026-08-25T22:38:29.597Z Compiling test-strategy v0.4.5
16742026-08-25T22:38:29.628Z Compiling hashbrown v0.16.1
16752026-08-25T22:38:29.661Z Compiling jiff v0.2.34
16762026-08-25T22:38:29.743Z Compiling zopfli v0.8.3
16772026-08-25T22:38:29.758Z Compiling hashbrown v0.15.5
16782026-08-25T22:38:29.840Z Compiling walkdir v2.5.0
16792026-08-25T22:38:29.926Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16802026-08-25T22:38:30.016Z Compiling dof v0.3.0
16812026-08-25T22:38:30.194Z Compiling strum v0.27.2
16822026-08-25T22:38:30.233Z Compiling snafu v0.8.9
16832026-08-25T22:38:30.445Z Compiling hyper-tls v0.6.0
16842026-08-25T22:38:30.460Z Compiling cargo_metadata v0.23.1
16852026-08-25T22:38:30.464Z Compiling group v0.13.0
16862026-08-25T22:38:30.490Z Compiling hubpack v0.1.2
16872026-08-25T22:38:30.629Z Compiling reqwest v0.12.28
16882026-08-25T22:38:30.675Z Compiling phf v0.13.1
16892026-08-25T22:38:30.700Z Compiling futures v0.3.32
16902026-08-25T22:38:30.731Z Compiling cookie_store v0.22.1
16912026-08-25T22:38:30.760Z Compiling zstd v0.13.3
16922026-08-25T22:38:30.793Z Compiling signal-hook-mio v0.2.5
16932026-08-25T22:38:30.851Z Compiling cipher v0.5.2
16942026-08-25T22:38:30.964Z Compiling backtrace-ext v0.2.1
16952026-08-25T22:38:31.020Z Compiling serde_with_macros v3.21.0
16962026-08-25T22:38:31.046Z Compiling postgres-types v0.2.12
16972026-08-25T22:38:31.201Z Compiling globset v0.4.18
16982026-08-25T22:38:31.224Z Compiling usdt-macro v0.6.0
16992026-08-25T22:38:31.227Z Compiling usdt-attr-macro v0.6.0
17002026-08-25T22:38:31.388Z Compiling byte-wrapper v0.1.0
17012026-08-25T22:38:31.403Z Compiling ed25519 v2.2.3
17022026-08-25T22:38:31.606Z Compiling hkdf v0.12.4
17032026-08-25T22:38:31.736Z Compiling dtrace-parser v0.2.0
17042026-08-25T22:38:31.794Z Compiling crypto-bigint v0.5.5
17052026-08-25T22:38:31.834Z Compiling olpc-cjson v0.1.4
17062026-08-25T22:38:31.894Z Compiling serde-big-array v0.5.1
17072026-08-25T22:38:31.909Z Compiling serde_plain v1.0.2
17082026-08-25T22:38:32.012Z Compiling phf_shared v0.11.3
17092026-08-25T22:38:32.015Z Compiling serde_repr v0.1.20
17102026-08-25T22:38:32.060Z Compiling enum-as-inner v0.6.1
17112026-08-25T22:38:32.090Z Compiling strum_macros v0.26.4
17122026-08-25T22:38:32.121Z Compiling async-recursion v1.1.1
17132026-08-25T22:38:32.200Z Compiling miette-derive v7.6.0
17142026-08-25T22:38:32.226Z Compiling float-cmp v0.10.0
17152026-08-25T22:38:32.305Z Compiling pem v3.0.6
17162026-08-25T22:38:32.325Z Compiling thread-id v4.2.2
17172026-08-25T22:38:32.385Z Compiling memmap2 v0.9.10
17182026-08-25T22:38:32.421Z Compiling precomputed-hash v0.1.1
17192026-08-25T22:38:32.501Z Compiling normalize-line-endings v0.3.0
17202026-08-25T22:38:32.523Z Compiling data-encoding v2.10.0
17212026-08-25T22:38:32.572Z Compiling supports-hyperlinks v3.2.0
17222026-08-25T22:38:32.595Z Compiling cpufeatures v0.3.0
17232026-08-25T22:38:32.610Z Compiling typed-path v0.9.3
17242026-08-25T22:38:32.624Z Compiling whoami v2.1.0
17252026-08-25T22:38:32.648Z Compiling fixedbitset v0.4.2
17262026-08-25T22:38:32.685Z Compiling keccak v0.1.6
17272026-08-25T22:38:32.744Z Compiling winnow v1.0.3
17282026-08-25T22:38:32.817Z Compiling const-oid v0.10.2
17292026-08-25T22:38:32.883Z Compiling predicates-core v1.0.10
17302026-08-25T22:38:33.018Z Compiling new_debug_unreachable v1.0.6
17312026-08-25T22:38:33.033Z Compiling fixedbitset v0.5.7
17322026-08-25T22:38:33.061Z Compiling difflib v0.4.0
17332026-08-25T22:38:33.075Z Compiling static_assertions v1.1.0
17342026-08-25T22:38:33.104Z Compiling supports-unicode v3.0.0
17352026-08-25T22:38:33.155Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17362026-08-25T22:38:33.237Z Compiling string_cache v0.8.9
17372026-08-25T22:38:33.251Z Compiling petgraph v0.8.3
17382026-08-25T22:38:33.255Z Compiling digest v0.11.3
17392026-08-25T22:38:33.279Z Compiling tokio-postgres v0.7.16
17402026-08-25T22:38:33.354Z Compiling predicates v3.1.4
17412026-08-25T22:38:33.402Z Compiling miette v7.6.0
17422026-08-25T22:38:33.431Z Compiling sha3 v0.10.8
17432026-08-25T22:38:33.488Z Compiling hickory-proto v0.25.2
17442026-08-25T22:38:33.520Z Compiling petgraph v0.6.5
17452026-08-25T22:38:33.622Z Compiling elliptic-curve v0.13.8
17462026-08-25T22:38:33.853Z Compiling toml_parser v1.1.2+spec-1.1.0
17472026-08-25T22:38:33.868Z Compiling chacha20 v0.10.0
17482026-08-25T22:38:33.883Z Compiling strum v0.26.3
17492026-08-25T22:38:33.901Z Compiling toml_edit v0.22.27
17502026-08-25T22:38:33.918Z Compiling usdt v0.6.0
17512026-08-25T22:38:34.025Z Compiling usdt-impl v0.5.0
17522026-08-25T22:38:34.070Z Compiling serde_with v3.21.0
17532026-08-25T22:38:34.092Z Compiling crossterm v0.28.1
17542026-08-25T22:38:34.227Z Compiling zip v4.6.1
17552026-08-25T22:38:34.306Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17562026-08-25T22:38:34.370Z Compiling ed25519-dalek v2.2.0
17572026-08-25T22:38:34.936Z Compiling iddqd v0.4.2
17582026-08-25T22:38:34.958Z Compiling heck v0.4.1
17592026-08-25T22:38:35.079Z Compiling similar v2.7.0
17602026-08-25T22:38:35.105Z Compiling itertools v0.15.0
17612026-08-25T22:38:35.196Z Compiling itertools v0.13.0
17622026-08-25T22:38:35.211Z Compiling crossbeam-epoch v0.9.18
17632026-08-25T22:38:35.269Z Compiling oxide-generation v0.1.3
17642026-08-25T22:38:35.387Z Compiling tokio-stream v0.1.18
17652026-08-25T22:38:35.552Z Compiling buf-list v1.1.2
17662026-08-25T22:38:35.591Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17672026-08-25T22:38:35.616Z Compiling openapiv3 v2.2.0
17682026-08-25T22:38:35.841Z Compiling lalrpop-util v0.19.12
17692026-08-25T22:38:35.857Z Compiling peg-runtime v0.8.5
17702026-08-25T22:38:35.873Z Compiling thread_local v1.1.9
17712026-08-25T22:38:35.920Z Compiling slog-async v2.8.0
17722026-08-25T22:38:35.935Z Compiling crossbeam-channel v0.5.15
17732026-08-25T22:38:35.963Z Compiling is-terminal v0.4.17
17742026-08-25T22:38:36.033Z Compiling filetime v0.2.27
17752026-08-25T22:38:36.058Z Compiling take_mut v0.2.2
17762026-08-25T22:38:36.080Z Compiling xattr v1.6.1
17772026-08-25T22:38:36.153Z Compiling term v1.2.1
17782026-08-25T22:38:36.168Z Compiling camino-tempfile v1.4.1
17792026-08-25T22:38:36.226Z Compiling tar v0.4.46
17802026-08-25T22:38:36.424Z Compiling slog-term v2.9.2
17812026-08-25T22:38:53.607Z Compiling rustls-webpki v0.103.13
17822026-08-25T22:38:56.284Z Compiling tokio-rustls v0.26.4
17832026-08-25T22:38:56.284Z Compiling rustls-platform-verifier v0.6.2
17842026-08-25T22:38:56.287Z Compiling tough v0.22.0
17852026-08-25T22:38:56.503Z Compiling hyper-rustls v0.27.7
17862026-08-25T22:38:56.686Z Compiling reqwest v0.13.2
17872026-08-25T22:38:58.814Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17882026-08-25T22:38:59.049Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17892026-08-25T22:39:01.926Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.36s
17902026-08-25T22:39:02.063Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17912026-08-25T22:39:02.118ZAug 25 22:39:01.369 INFO Starting download, target: Cockroach
17922026-08-25T22:39:02.118ZAug 25 22:39:01.369 INFO Starting download, target: MaghemiteMgd
17932026-08-25T22:39:02.118ZAug 25 22:39:01.369 INFO Starting download, target: DendriteStub
17942026-08-25T22:39:02.122ZAug 25 22:39:01.369 INFO Starting download, target: Console
17952026-08-25T22:39:02.123ZAug 25 22:39:01.369 INFO Starting download, target: Clickhouse
17962026-08-25T22:39:02.123ZAug 25 22:39:01.369 INFO Starting download, target: TransceiverControl
17972026-08-25T22:39:02.123ZAug 25 22:39:01.369 INFO Starting download, target: MaghemiteDdmd
17982026-08-25T22:39:02.123ZAug 25 22:39:01.370 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17992026-08-25T22:39:02.123ZAug 25 22:39:01.370 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18002026-08-25T22:39:02.123ZAug 25 22:39:01.370 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18012026-08-25T22:39:02.123ZAug 25 22:39:01.370 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18022026-08-25T22:39:02.123ZAug 25 22:39:01.370 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18032026-08-25T22:39:02.123ZAug 25 22:39:01.370 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18042026-08-25T22:39:02.123ZAug 25 22:39:01.370 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18052026-08-25T22:39:03.878ZAug 25 22:39:03.128 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18062026-08-25T22:39:03.945ZAug 25 22:39:03.190 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18072026-08-25T22:39:04.153ZAug 25 22:39:03.376 INFO Download complete, target: Console
18082026-08-25T22:39:04.198ZAug 25 22:39:03.422 INFO Download complete, target: TransceiverControl
18092026-08-25T22:39:05.065ZAug 25 22:39:04.262 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18102026-08-25T22:39:06.217ZAug 25 22:39:05.467 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18112026-08-25T22:39:06.832ZAug 25 22:39:06.033 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18122026-08-25T22:39:07.236ZAug 25 22:39:06.457 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18132026-08-25T22:39:08.168ZAug 25 22:39:07.405 INFO Download complete, target: MaghemiteDdmd
18142026-08-25T22:39:08.296ZAug 25 22:39:07.540 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18152026-08-25T22:39:08.296ZAug 25 22:39:07.540 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18162026-08-25T22:39:09.298ZAug 25 22:39:08.544 INFO Download complete, target: DendriteStub
18172026-08-25T22:39:09.847ZAug 25 22:39:09.082 INFO Download complete, target: MaghemiteMgd
18182026-08-25T22:39:11.908ZAug 25 22:39:11.159 INFO Checking that binary works, target: Clickhouse
18192026-08-25T22:39:12.131ZAug 25 22:39:11.382 INFO Download complete, target: Clickhouse
18202026-08-25T22:39:12.963ZAug 25 22:39:12.214 INFO Checking that binary works, target: Cockroach
18212026-08-25T22:39:13.175ZAug 25 22:39:12.426 INFO Download complete, target: Cockroach
18222026-08-25T22:39:13.181ZAll prerequisites installed successfully
18232026-08-25T22:39:13.185Z
18242026-08-25T22:39:13.185Zreal 1:58.668919763
18252026-08-25T22:39:13.185Zuser 7:19.494252597
18262026-08-25T22:39:13.185Zsys 1:44.740932537
18272026-08-25T22:39:13.185Ztrap 0.281557735
18282026-08-25T22:39:13.185Ztflt 2.334674382
18292026-08-25T22:39:13.185Zdflt 2.944463374
18302026-08-25T22:39:13.185Zkflt 0.074862469
18312026-08-25T22:39:13.185Zlock 29:22.030202249
18322026-08-25T22:39:13.185Zslp 20:33.694729554
18332026-08-25T22:39:13.185Zlat 25.637122351
18342026-08-25T22:39:13.185Zstop 3:25.153374003
18352026-08-25T22:39:13.185Z+ ptime -m cargo xtask download softnpu
18362026-08-25T22:39:13.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18372026-08-25T22:39:13.671Z Running `target/debug/xtask download softnpu`
18382026-08-25T22:39:14.440Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
18392026-08-25T22:39:14.510Z Running `target/debug/xtask-downloader softnpu`
18402026-08-25T22:39:14.548ZAug 25 22:39:13.799 INFO Starting download, target: Softnpu
18412026-08-25T22:39:14.552ZAug 25 22:39:13.799 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18422026-08-25T22:39:15.184ZAug 25 22:39:14.435 INFO Download complete, target: Softnpu
18432026-08-25T22:39:15.187Z
18442026-08-25T22:39:15.187Zreal 1.999211016
18452026-08-25T22:39:15.187Zuser 1.324927437
18462026-08-25T22:39:15.187Zsys 0.621457088
18472026-08-25T22:39:15.187Ztrap 0.000488302
18482026-08-25T22:39:15.187Ztflt 0.000450790
18492026-08-25T22:39:15.187Zdflt 0.000495734
18502026-08-25T22:39:15.187Zkflt 0.000000000
18512026-08-25T22:39:15.187Zlock 11.815223630
18522026-08-25T22:39:15.187Zslp 0.488589083
18532026-08-25T22:39:15.187Zlat 0.094779998
18542026-08-25T22:39:15.187Zstop 0.000156618
18552026-08-25T22:39:15.191Z+ export CARGO_INCREMENTAL=0
18562026-08-25T22:39:15.191Z+ CARGO_INCREMENTAL=0
18572026-08-25T22:39:15.191Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18582026-08-25T22:39:16.103Z Compiling proc-macro2 v1.0.106
18592026-08-25T22:39:16.104Z Compiling quote v1.0.45
18602026-08-25T22:39:16.104Z Compiling unicode-ident v1.0.24
18612026-08-25T22:39:16.108Z Compiling serde_core v1.0.228
18622026-08-25T22:39:16.108Z Compiling libc v0.2.185
18632026-08-25T22:39:16.108Z Compiling serde v1.0.228
18642026-08-25T22:39:16.108Z Compiling cfg-if v1.0.4
18652026-08-25T22:39:16.108Z Compiling version_check v0.9.5
18662026-08-25T22:39:16.108Z Compiling autocfg v1.5.0
18672026-08-25T22:39:16.108Z Compiling shlex v1.3.0
18682026-08-25T22:39:16.251Z Compiling find-msvc-tools v0.1.9
18692026-08-25T22:39:16.256Z Compiling memchr v2.8.0
18702026-08-25T22:39:16.256Z Compiling zmij v1.0.21
18712026-08-25T22:39:16.256Z Compiling serde_json v1.0.151
18722026-08-25T22:39:16.434Z Compiling portable-atomic v1.13.1
18732026-08-25T22:39:16.465Z Compiling zerocopy v0.8.55
18742026-08-25T22:39:16.510Z Compiling libm v0.2.16
18752026-08-25T22:39:16.624Z Compiling getrandom v0.4.3
18762026-08-25T22:39:16.642Z Compiling icu_normalizer_data v2.1.1
18772026-08-25T22:39:16.645Z Compiling icu_properties_data v2.1.2
18782026-08-25T22:39:16.672Z Compiling parking_lot_core v0.9.12
18792026-08-25T22:39:16.837Z Compiling num-traits v0.2.19
18802026-08-25T22:39:16.867Z Compiling generic-array v0.14.7
18812026-08-25T22:39:16.871Z Compiling smallvec v1.15.1
18822026-08-25T22:39:16.897Z Compiling itoa v1.0.17
18832026-08-25T22:39:16.901Z Compiling log v0.4.33
18842026-08-25T22:39:16.901Z Compiling pkg-config v0.3.32
18852026-08-25T22:39:16.959Z Compiling subtle v2.6.1
18862026-08-25T22:39:17.067Z Compiling stable_deref_trait v1.2.1
18872026-08-25T22:39:17.086Z Compiling rustix v1.1.4
18882026-08-25T22:39:17.171Z Compiling typenum v1.20.1
18892026-08-25T22:39:17.233Z Compiling getrandom v0.3.4
18902026-08-25T22:39:17.252Z Compiling scopeguard v1.2.0
18912026-08-25T22:39:17.299Z Compiling jobserver v0.1.34
18922026-08-25T22:39:17.302Z Compiling errno v0.3.14
18932026-08-25T22:39:17.316Z Compiling thiserror v2.0.18
18942026-08-25T22:39:17.394Z Compiling lock_api v0.4.14
18952026-08-25T22:39:17.501Z Compiling rand_core v0.10.0
18962026-08-25T22:39:17.553Z Compiling cc v1.2.56
18972026-08-25T22:39:17.564Z Compiling getrandom v0.2.17
18982026-08-25T22:39:17.659Z Compiling syn v2.0.117
18992026-08-25T22:39:17.723Z Compiling equivalent v1.0.2
19002026-08-25T22:39:17.727Z Compiling critical-section v1.2.0
19012026-08-25T22:39:17.738Z Compiling heck v0.5.0
19022026-08-25T22:39:17.753Z Compiling schemars v0.8.22
19032026-08-25T22:39:17.837Z Compiling rand_core v0.6.4
19042026-08-25T22:39:17.883Z Compiling pin-project-lite v0.2.17
19052026-08-25T22:39:17.922Z Compiling litemap v0.8.1
19062026-08-25T22:39:17.977Z Compiling percent-encoding v2.3.2
19072026-08-25T22:39:18.004Z Compiling writeable v0.6.2
19082026-08-25T22:39:18.016Z Compiling syn v1.0.109
19092026-08-25T22:39:18.019Z Compiling rustversion v1.0.22
19102026-08-25T22:39:18.109Z Compiling hashbrown v0.17.0
19112026-08-25T22:39:18.123Z Compiling once_cell v1.21.3
19122026-08-25T22:39:18.285Z Compiling cmake v0.1.57
19132026-08-25T22:39:18.301Z Compiling dunce v1.0.5
19142026-08-25T22:39:18.318Z Compiling fs_extra v1.3.0
19152026-08-25T22:39:18.351Z Compiling byteorder v1.5.0
19162026-08-25T22:39:18.414Z Compiling utf8_iter v1.0.4
19172026-08-25T22:39:18.417Z Compiling strsim v0.11.1
19182026-08-25T22:39:18.611Z Compiling semver v1.0.28
19192026-08-25T22:39:18.615Z Compiling bitflags v2.11.0
19202026-08-25T22:39:18.645Z Compiling indexmap v2.14.0
19212026-08-25T22:39:18.758Z Compiling form_urlencoded v1.2.2
19222026-08-25T22:39:18.844Z Compiling aws-lc-sys v0.40.0
19232026-08-25T22:39:18.860Z Compiling signal-hook-registry v1.4.8
19242026-08-25T22:39:18.879Z Compiling thiserror v1.0.69
19252026-08-25T22:39:18.909Z Compiling parking_lot v0.12.5
19262026-08-25T22:39:18.924Z Compiling socket2 v0.6.3
19272026-08-25T22:39:19.019Z Compiling mio v1.2.0
19282026-08-25T22:39:19.257Z Compiling aws-lc-rs v1.16.3
19292026-08-25T22:39:19.295Z Compiling const-oid v0.9.6
19302026-08-25T22:39:19.324Z Compiling futures-core v0.3.32
19312026-08-25T22:39:19.396Z Compiling regex-syntax v0.8.10
19322026-08-25T22:39:19.426Z Compiling httparse v1.10.1
19332026-08-25T22:39:19.430Z Compiling fnv v1.0.7
19342026-08-25T22:39:19.772Z Compiling iana-time-zone v0.1.65
19352026-08-25T22:39:19.777Z Compiling crc32fast v1.5.0
19362026-08-25T22:39:19.792Z Compiling ucd-trie v0.1.7
19372026-08-25T22:39:19.938Z Compiling ident_case v1.0.1
19382026-08-25T22:39:19.949Z Compiling pest v2.8.6
19392026-08-25T22:39:19.964Z Compiling vcpkg v0.2.15
19402026-08-25T22:39:20.058Z Compiling uuid v1.23.4
19412026-08-25T22:39:20.141Z Compiling rustc_version v0.4.1
19422026-08-25T22:39:20.226Z Compiling futures-sink v0.3.32
19432026-08-25T22:39:20.305Z Compiling rustls v0.23.41
19442026-08-25T22:39:20.414Z Compiling futures-channel v0.3.32
19452026-08-25T22:39:20.431Z Compiling synstructure v0.13.2
19462026-08-25T22:39:20.453Z Compiling serde_derive_internals v0.29.1
19472026-08-25T22:39:20.549Z Compiling openssl-sys v0.9.117
19482026-08-25T22:39:20.699Z Compiling aho-corasick v1.1.4
19492026-08-25T22:39:20.721Z Compiling dyn-clone v1.0.20
19502026-08-25T22:39:20.793Z Compiling futures-io v0.3.32
19512026-08-25T22:39:20.834Z Compiling slab v0.4.12
19522026-08-25T22:39:20.847Z Compiling futures-task v0.3.32
19532026-08-25T22:39:21.060Z Compiling pest_meta v2.8.6
19542026-08-25T22:39:21.087Z Compiling time-core v0.1.8
19552026-08-25T22:39:21.099Z Compiling plain v0.2.3
19562026-08-25T22:39:21.099Z Compiling radium v0.7.0
19572026-08-25T22:39:21.119Z Compiling num-conv v0.2.0
19582026-08-25T22:39:21.232Z Compiling crossbeam-utils v0.8.21
19592026-08-25T22:39:21.268Z Compiling base64ct v1.8.3
19602026-08-25T22:39:21.300Z Compiling time-macros v0.2.27
19612026-08-25T22:39:21.367Z Compiling openssl v0.10.80
19622026-08-25T22:39:21.381Z Compiling maybe-uninit v2.0.0
19632026-08-25T22:39:21.433Z Compiling base64 v0.22.1
19642026-08-25T22:39:21.477Z Compiling pretty-hex v0.4.1
19652026-08-25T22:39:21.515Z Compiling regex-automata v0.4.14
19662026-08-25T22:39:21.529Z Compiling pem-rfc7468 v0.7.0
19672026-08-25T22:39:21.562Z Compiling rand_core v0.9.5
19682026-08-25T22:39:21.584Z Compiling slog v2.8.2
19692026-08-25T22:39:21.624Z Compiling flagset v0.4.7
19702026-08-25T22:39:21.643Z Compiling pest_generator v2.8.6
19712026-08-25T22:39:21.657Z Compiling darling_core v0.23.0
19722026-08-25T22:39:21.680Z Compiling serde_derive v1.0.228
19732026-08-25T22:39:21.787Z Compiling zeroize_derive v1.5.0
19742026-08-25T22:39:21.830Z Compiling zerofrom-derive v0.1.6
19752026-08-25T22:39:21.830Z Compiling yoke-derive v0.8.1
19762026-08-25T22:39:21.860Z Compiling zerocopy-derive v0.8.55
19772026-08-25T22:39:21.860Z Compiling zerovec-derive v0.11.2
19782026-08-25T22:39:21.881Z Compiling displaydoc v0.2.5
19792026-08-25T22:39:21.939Z Compiling tokio-macros v2.7.0
19802026-08-25T22:39:21.960Z Compiling futures-macro v0.3.32
19812026-08-25T22:39:22.095Z Compiling thiserror-impl v2.0.18
19822026-08-25T22:39:22.270Z Compiling schemars_derive v0.8.22
19832026-08-25T22:39:22.304Z Compiling der_derive v0.7.3
19842026-08-25T22:39:22.337Z Compiling tracing-attributes v0.1.31
19852026-08-25T22:39:22.410Z Compiling thiserror-impl v1.0.69
19862026-08-25T22:39:22.563Z Compiling pest_derive v2.8.6
19872026-08-25T22:39:22.631Z Compiling scroll_derive v0.13.1
19882026-08-25T22:39:22.785Z Compiling futures-util v0.3.32
19892026-08-25T22:39:22.884Z Compiling scroll_derive v0.12.1
19902026-08-25T22:39:22.907Z Compiling openssl-macros v0.1.1
19912026-08-25T22:39:22.947Z Compiling zerofrom v0.1.6
19922026-08-25T22:39:23.097Z Compiling yoke v0.8.1
19932026-08-25T22:39:23.314Z Compiling zerovec v0.11.5
19942026-08-25T22:39:23.366Z Compiling zerotrie v0.2.3
19952026-08-25T22:39:23.454Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19962026-08-25T22:39:23.517Z Compiling bzip2-sys v0.1.13+1.0.8
19972026-08-25T22:39:23.534Z Compiling ahash v0.8.12
19982026-08-25T22:39:23.557Z Compiling anyhow v1.0.104
19992026-08-25T22:39:23.731Z Compiling packed_struct v0.10.1
20002026-08-25T22:39:23.770Z Compiling native-tls v0.2.18
20012026-08-25T22:39:23.820Z Compiling num-bigint-dig v0.8.6
20022026-08-25T22:39:23.858Z Compiling tinystr v0.8.2
20032026-08-25T22:39:23.894Z Compiling potential_utf v0.1.4
20042026-08-25T22:39:23.934Z Compiling paste v1.0.15
20052026-08-25T22:39:23.947Z Compiling darling_macro v0.23.0
20062026-08-25T22:39:23.991Z Compiling regex v1.12.3
20072026-08-25T22:39:24.008Z Compiling zerocopy-derive v0.7.35
20082026-08-25T22:39:24.074Z Compiling icu_locale_core v2.1.1
20092026-08-25T22:39:24.091Z Compiling icu_collections v2.1.1
20102026-08-25T22:39:24.466Z Compiling tracing-core v0.1.36
20112026-08-25T22:39:24.562Z Compiling cookie v0.18.1
20122026-08-25T22:39:24.645Z Compiling cpufeatures v0.2.17
20132026-08-25T22:39:24.751Z Compiling icu_provider v2.1.1
20142026-08-25T22:39:24.795Z Compiling camino v1.2.5
20152026-08-25T22:39:24.850Z Compiling zeroize v1.9.0
20162026-08-25T22:39:24.961Z Compiling bytes v1.11.1
20172026-08-25T22:39:25.014Z Compiling chrono v0.4.45
20182026-08-25T22:39:25.101Z Compiling icu_properties v2.1.2
20192026-08-25T22:39:25.115Z Compiling icu_normalizer v2.1.1
20202026-08-25T22:39:25.499Z Compiling tokio v1.52.1
20212026-08-25T22:39:25.578Z Compiling crypto-common v0.1.7
20222026-08-25T22:39:25.719Z Compiling block-buffer v0.10.4
20232026-08-25T22:39:25.822Z Compiling serde_tokenstream v0.2.3
20242026-08-25T22:39:25.862Z Compiling digest v0.10.7
20252026-08-25T22:39:25.929Z Compiling der v0.7.10
20262026-08-25T22:39:26.100Z Compiling idna_adapter v1.2.1
20272026-08-25T22:39:26.131Z Compiling ppv-lite86 v0.2.21
20282026-08-25T22:39:26.170Z Compiling http v1.4.2
20292026-08-25T22:39:26.253Z Compiling idna v1.1.0
20302026-08-25T22:39:26.411Z Compiling rand_chacha v0.9.0
20312026-08-25T22:39:26.503Z Compiling toml_datetime v0.6.11
20322026-08-25T22:39:26.589Z Compiling url v2.5.8
20332026-08-25T22:39:26.668Z Compiling rand v0.9.2
20342026-08-25T22:39:26.673Z Compiling serde_spanned v0.6.9
20352026-08-25T22:39:26.756Z Compiling spki v0.7.3
20362026-08-25T22:39:26.787Z Compiling tracing v0.1.44
20372026-08-25T22:39:26.932Z Compiling darling v0.23.0
20382026-08-25T22:39:26.975Z Compiling packed_struct_codegen v0.10.1
20392026-08-25T22:39:27.029Z Compiling zerocopy-derive v0.6.6
20402026-08-25T22:39:27.044Z Compiling bitfield-macros v0.19.4
20412026-08-25T22:39:27.127Z Compiling clap_derive v4.6.1
20422026-08-25T22:39:27.373Z Compiling syn v3.0.3
20432026-08-25T22:39:27.476Z Compiling indexmap v1.9.3
20442026-08-25T22:39:27.693Z Compiling simd-adler32 v0.3.8
20452026-08-25T22:39:27.742Z Compiling object v0.37.3
20462026-08-25T22:39:27.809Z Compiling fastrand v2.3.0
20472026-08-25T22:39:28.034Z Compiling http-body v1.0.1
20482026-08-25T22:39:28.073Z Compiling pkcs8 v0.10.2
20492026-08-25T22:39:28.142Z Compiling rustls-pki-types v1.14.0
20502026-08-25T22:39:28.386Z Compiling spin v0.9.8
20512026-08-25T22:39:28.403Z Compiling usdt-impl v0.5.0
20522026-08-25T22:39:28.573Z Compiling either v1.15.0
20532026-08-25T22:39:28.590Z Compiling cmov v0.5.4
20542026-08-25T22:39:28.615Z Compiling adler2 v2.0.1
20552026-08-25T22:39:28.636Z Compiling usdt-impl v0.6.0
20562026-08-25T22:39:28.776Z Compiling anstyle v1.0.14
20572026-08-25T22:39:28.840Z Compiling utf8parse v0.2.2
20582026-08-25T22:39:28.866Z Compiling ref-cast v1.0.25
20592026-08-25T22:39:28.967Z Compiling openssl-probe v0.2.1
20602026-08-25T22:39:28.981Z Compiling tinyvec_macros v0.1.1
20612026-08-25T22:39:29.011Z Compiling winnow v0.5.40
20622026-08-25T22:39:29.075Z Compiling tinyvec v1.10.0
20632026-08-25T22:39:29.099Z Compiling tempfile v3.27.0
20642026-08-25T22:39:29.103Z Compiling anstyle-parse v1.0.0
20652026-08-25T22:39:29.162Z Compiling ctutils v0.4.2
20662026-08-25T22:39:29.208Z Compiling miniz_oxide v0.8.9
20672026-08-25T22:39:29.294Z Compiling sha2 v0.10.9
20682026-08-25T22:39:29.435Z Compiling tokio-util v0.7.18
20692026-08-25T22:39:29.453Z Compiling scroll v0.12.0
20702026-08-25T22:39:29.458Z Compiling scroll v0.13.0
20712026-08-25T22:39:29.612Z Compiling async-trait v0.1.89
20722026-08-25T22:39:29.634Z Compiling terminal_size v0.4.3
20732026-08-25T22:39:29.650Z Compiling heapless v0.7.17
20742026-08-25T22:39:29.808Z Compiling winnow v0.7.14
20752026-08-25T22:39:29.822Z Compiling tower-layer v0.3.3
20762026-08-25T22:39:29.844Z Compiling zstd-safe v7.2.4
20772026-08-25T22:39:29.903Z Compiling tower-service v0.3.3
20782026-08-25T22:39:29.999Z Compiling colorchoice v1.0.4
20792026-08-25T22:39:30.016Z Compiling atomic-waker v1.1.2
20802026-08-25T22:39:30.054Z Compiling is_terminal_polyfill v1.70.2
20812026-08-25T22:39:30.131Z Compiling litrs v1.0.0
20822026-08-25T22:39:30.171Z Compiling rustix v0.38.44
20832026-08-25T22:39:30.184Z Compiling signal-hook v0.3.18
20842026-08-25T22:39:30.386Z Compiling toml_edit v0.19.15
20852026-08-25T22:39:30.401Z Compiling untrusted v0.7.1
20862026-08-25T22:39:30.419Z Compiling daft-derive v0.1.8
20872026-08-25T22:39:30.434Z Compiling anstyle-query v1.1.5
20882026-08-25T22:39:30.495Z Compiling winnow v1.0.3
20892026-08-25T22:39:30.545Z Compiling try-lock v0.2.5
20902026-08-25T22:39:30.587Z Compiling document-features v0.2.12
20912026-08-25T22:39:30.668Z Compiling h2 v0.4.15
20922026-08-25T22:39:30.693Z Compiling want v0.3.1
20932026-08-25T22:39:30.726Z Compiling anstream v1.0.0
20942026-08-25T22:39:31.169Z Compiling goblin v0.8.2
20952026-08-25T22:39:31.270Z Compiling goblin v0.10.5
20962026-08-25T22:39:31.316Z Compiling hybrid-array v0.4.13
20972026-08-25T22:39:31.423Z Compiling toml_parser v1.1.2+spec-1.1.0
20982026-08-25T22:39:31.507Z Compiling itertools v0.15.0
20992026-08-25T22:39:31.945Z Compiling ipnet v2.12.0
21002026-08-25T22:39:31.996Z Compiling zerocopy v0.7.35
21012026-08-25T22:39:32.106Z Compiling ref-cast-impl v1.0.25
21022026-08-25T22:39:32.120Z Compiling structmeta-derive v0.3.0
21032026-08-25T22:39:32.185Z Compiling curve25519-dalek v4.1.3
21042026-08-25T22:39:32.199Z Compiling darling_core v0.20.11
21052026-08-25T22:39:32.438Z Compiling wait-timeout v0.2.1
21062026-08-25T22:39:32.472Z Compiling memoffset v0.9.1
21072026-08-25T22:39:33.012Z Compiling untrusted v0.9.0
21082026-08-25T22:39:33.017Z Compiling powerfmt v0.2.0
21092026-08-25T22:39:33.017Z Compiling foreign-types-shared v0.1.1
21102026-08-25T22:39:33.017Z Compiling httpdate v1.0.3
21112026-08-25T22:39:33.017Z Compiling quick-error v1.2.3
21122026-08-25T22:39:33.017Z Compiling bit-vec v0.8.0
21132026-08-25T22:39:33.017Z Compiling tap v1.0.1
21142026-08-25T22:39:33.017Z Compiling rusty-fork v0.3.1
21152026-08-25T22:39:33.017Z Compiling deranged v0.5.8
21162026-08-25T22:39:33.017Z Compiling foreign-types v0.3.2
21172026-08-25T22:39:33.032Z Compiling wyz v0.5.1
21182026-08-25T22:39:33.101Z Compiling bit-set v0.8.0
21192026-08-25T22:39:33.150Z Compiling structmeta v0.3.0
21202026-08-25T22:39:33.276Z Compiling unicode-normalization v0.1.25
21212026-08-25T22:39:33.392Z Compiling ipnetwork v0.21.1
21222026-08-25T22:39:33.411Z Compiling dof v0.3.0
21232026-08-25T22:39:33.485Z Compiling dtrace-parser v0.2.0
21242026-08-25T22:39:33.759Z Compiling rand_chacha v0.3.1
21252026-08-25T22:39:33.786Z Compiling signature v2.2.0
21262026-08-25T22:39:33.953Z Compiling hyper v1.10.1
21272026-08-25T22:39:33.965Z Compiling dof v0.4.0
21282026-08-25T22:39:34.015Z Compiling hex v0.4.3
21292026-08-25T22:39:34.132Z Compiling dtrace-parser v0.3.0
21302026-08-25T22:39:34.148Z Compiling rand_xorshift v0.4.0
21312026-08-25T22:39:34.172Z Compiling darling_macro v0.20.11
21322026-08-25T22:39:34.233Z Compiling pin-project-internal v1.1.11
21332026-08-25T22:39:34.334Z Compiling num-integer v0.1.46
21342026-08-25T22:39:34.537Z Compiling thread-id v4.2.2
21352026-08-25T22:39:34.541Z Compiling thread-id v5.1.0
21362026-08-25T22:39:34.655Z Compiling clap_lex v1.0.0
21372026-08-25T22:39:34.661Z Compiling smoltcp v0.9.1
21382026-08-25T22:39:34.687Z Compiling owo-colors v4.3.0
21392026-08-25T22:39:34.715Z Compiling cfg_aliases v0.2.1
21402026-08-25T22:39:34.748Z Compiling num_threads v0.1.7
21412026-08-25T22:39:34.863Z Compiling unarray v0.1.4
21422026-08-25T22:39:34.882Z Compiling funty v2.0.0
21432026-08-25T22:39:34.955Z Compiling time v0.3.47
21442026-08-25T22:39:34.985Z Compiling proptest v1.11.0
21452026-08-25T22:39:35.002Z Compiling clap_builder v4.6.0
21462026-08-25T22:39:35.006Z Compiling nix v0.31.2
21472026-08-25T22:39:35.006Z Compiling darling v0.20.11
21482026-08-25T22:39:35.047Z Compiling hyper-util v0.1.20
21492026-08-25T22:39:35.196Z Compiling num-iter v0.1.45
21502026-08-25T22:39:35.228Z Compiling bitvec v1.0.1
21512026-08-25T22:39:35.345Z Compiling rand v0.8.6
21522026-08-25T22:39:35.563Z Compiling lazy_static v1.5.0
21532026-08-25T22:39:35.669Z Compiling hmac v0.12.1
21542026-08-25T22:39:35.887Z Compiling curve25519-dalek-derive v0.1.1
21552026-08-25T22:39:35.975Z Compiling sync_wrapper v1.0.2
21562026-08-25T22:39:36.098Z Compiling nodrop v0.1.14
21572026-08-25T22:39:36.356Z Compiling siphasher v1.0.2
21582026-08-25T22:39:36.487Z Compiling zlib-rs v0.6.2
21592026-08-25T22:39:36.524Z Compiling crc-catalog v2.4.0
21602026-08-25T22:39:36.635Z Compiling crc v3.4.0
21612026-08-25T22:39:36.680Z Compiling clap v4.6.1
21622026-08-25T22:39:36.785Z Compiling array-init v0.0.4
21632026-08-25T22:39:37.156Z Compiling newtype-uuid v1.3.2
21642026-08-25T22:39:37.313Z Compiling tower v0.5.3
21652026-08-25T22:39:37.794Z Compiling oxnet v0.1.6
21662026-08-25T22:39:37.809Z Compiling smallvec v0.6.14
21672026-08-25T22:39:37.878Z Compiling derive_builder_core v0.20.2
21682026-08-25T22:39:37.980Z Compiling pkcs1 v0.7.5
21692026-08-25T22:39:38.013Z Compiling http-body-util v0.1.3
21702026-08-25T22:39:38.051Z Compiling zerocopy v0.6.6
21712026-08-25T22:39:38.089Z Compiling bitfield v0.19.4
21722026-08-25T22:39:38.218Z Compiling erased-serde v0.3.31
21732026-08-25T22:39:38.363Z Compiling hubpack_derive v0.1.1
21742026-08-25T22:39:38.402Z Compiling snafu-derive v0.8.9
21752026-08-25T22:39:38.419Z Compiling strum_macros v0.27.2
21762026-08-25T22:39:38.435Z Compiling strum_macros v0.26.4
21772026-08-25T22:39:38.583Z Compiling flate2 v1.1.9
21782026-08-25T22:39:38.685Z Compiling env_filter v2.0.0
21792026-08-25T22:39:38.830Z Compiling fs-err v3.3.0
21802026-08-25T22:39:38.876Z Compiling ryu v1.0.23
21812026-08-25T22:39:38.902Z Compiling iri-string v0.7.10
21822026-08-25T22:39:38.986Z Compiling base64 v0.21.7
21832026-08-25T22:39:38.989Z Compiling hashbrown v0.12.3
21842026-08-25T22:39:39.069Z Compiling unicode-segmentation v1.12.0
21852026-08-25T22:39:39.296Z Compiling unicode-bidi v0.3.18
21862026-08-25T22:39:39.319Z Compiling unicode-properties v0.1.4
21872026-08-25T22:39:39.483Z Compiling allocator-api2 v0.2.21
21882026-08-25T22:39:39.496Z Compiling gimli v0.32.3
21892026-08-25T22:39:39.773Z Compiling stringprep v0.1.5
21902026-08-25T22:39:39.820Z Compiling ron v0.8.1
21912026-08-25T22:39:39.993Z Compiling serde_urlencoded v0.7.1
21922026-08-25T22:39:40.035Z Compiling tower-http v0.6.8
21932026-08-25T22:39:40.168Z Compiling env_logger v0.11.11
21942026-08-25T22:39:40.244Z Compiling derive_builder_macro v0.20.2
21952026-08-25T22:39:40.275Z Compiling rsa v0.9.10
21962026-08-25T22:39:40.464Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21972026-08-25T22:39:40.485Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21982026-08-25T22:39:40.684Z Compiling daft v0.1.8
21992026-08-25T22:39:40.737Z Compiling serde-hex v0.1.0
22002026-08-25T22:39:40.916Z Compiling tokio-native-tls v0.3.1
22012026-08-25T22:39:40.932Z Compiling hashbrown v0.13.2
22022026-08-25T22:39:40.968Z Compiling bzip2 v0.4.4
22032026-08-25T22:39:40.996Z Compiling usdt-macro v0.6.0
22042026-08-25T22:39:41.017Z Compiling usdt-attr-macro v0.6.0
22052026-08-25T22:39:41.033Z Compiling derive-ex v0.1.8
22062026-08-25T22:39:41.106Z Compiling block-buffer v0.12.1
22072026-08-25T22:39:41.299Z Compiling addr2line v0.25.1
22082026-08-25T22:39:41.316Z Compiling crypto-common v0.2.2
22092026-08-25T22:39:41.381Z Compiling block-padding v0.4.2
22102026-08-25T22:39:41.627Z Compiling rustls-native-certs v0.8.3
22112026-08-25T22:39:41.660Z Compiling x509-cert v0.2.5
22122026-08-25T22:39:41.749Z Compiling md-5 v0.10.6
22132026-08-25T22:39:41.931Z Compiling bstr v1.12.1
22142026-08-25T22:39:42.150Z Compiling vergen-lib v9.1.0
22152026-08-25T22:39:42.158Z Compiling hash32 v0.2.1
22162026-08-25T22:39:42.374Z Compiling encoding_rs v0.8.35
22172026-08-25T22:39:42.544Z Compiling psl-types v2.0.11
22182026-08-25T22:39:42.578Z Compiling fallible-iterator v0.2.0
22192026-08-25T22:39:42.583Z Compiling cpufeatures v0.3.0
22202026-08-25T22:39:42.583Z Compiling unicode-width v0.2.0
22212026-08-25T22:39:42.666Z Compiling mime v0.3.17
22222026-08-25T22:39:42.683Z Compiling crc-any v2.5.0
22232026-08-25T22:39:42.888Z Compiling rustc-demangle v0.1.27
22242026-08-25T22:39:42.931Z Compiling postgres-protocol v0.6.10
22252026-08-25T22:39:42.934Z Compiling publicsuffix v2.3.0
22262026-08-25T22:39:43.165Z Compiling test-strategy v0.4.5
22272026-08-25T22:39:43.214Z Compiling backtrace v0.3.76
22282026-08-25T22:39:43.709Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22292026-08-25T22:39:43.795Z Compiling inout v0.2.2
22302026-08-25T22:39:43.900Z Compiling object v0.30.4
22312026-08-25T22:39:43.941Z Compiling zip v0.6.6
22322026-08-25T22:39:43.958Z Compiling hyper-tls v0.6.0
22332026-08-25T22:39:43.990Z Compiling derive_builder v0.20.2
22342026-08-25T22:39:44.045Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22352026-08-25T22:39:44.134Z Compiling heck v0.4.1
22362026-08-25T22:39:44.151Z Compiling phf_shared v0.13.1
22372026-08-25T22:39:44.204Z Compiling pin-project v1.1.11
22382026-08-25T22:39:44.359Z Compiling toml v0.7.8
22392026-08-25T22:39:44.458Z Compiling serde_with_macros v3.21.0
22402026-08-25T22:39:44.488Z Compiling futures-executor v0.3.32
22412026-08-25T22:39:44.758Z Compiling serde_repr v0.1.20
22422026-08-25T22:39:44.813Z Compiling miette-derive v7.6.0
22432026-08-25T22:39:44.885Z Compiling async-recursion v1.1.1
22442026-08-25T22:39:44.907Z Compiling enum-as-inner v0.6.1
22452026-08-25T22:39:44.967Z Compiling ff v0.13.1
22462026-08-25T22:39:44.994Z Compiling vergen v9.1.0
22472026-08-25T22:39:45.014Z Compiling cargo-platform v0.3.2
22482026-08-25T22:39:45.127Z Compiling foldhash v0.2.0
22492026-08-25T22:39:45.284Z Compiling bitflags v1.3.2
22502026-08-25T22:39:45.299Z Compiling jiff-core v0.1.0
22512026-08-25T22:39:45.351Z Compiling bumpalo v3.20.2
22522026-08-25T22:39:45.374Z Compiling same-file v1.0.6
22532026-08-25T22:39:45.507Z Compiling foldhash v0.1.5
22542026-08-25T22:39:45.609Z Compiling is_ci v1.2.0
22552026-08-25T22:39:45.627Z Compiling base16ct v0.2.0
22562026-08-25T22:39:45.687Z Compiling smawk v0.3.2
22572026-08-25T22:39:45.770Z Compiling libbz2-rs-sys v0.2.2
22582026-08-25T22:39:45.810Z Compiling managed v0.8.0
22592026-08-25T22:39:45.861Z Compiling path-slash v0.1.5
22602026-08-25T22:39:45.894Z Compiling unicode-linebreak v0.1.5
22612026-08-25T22:39:46.043Z Compiling jiff v0.2.34
22622026-08-25T22:39:46.052Z Compiling sec1 v0.7.3
22632026-08-25T22:39:46.137Z Compiling textwrap v0.16.2
22642026-08-25T22:39:46.153Z Compiling supports-color v3.0.2
22652026-08-25T22:39:46.157Z Compiling hashbrown v0.15.5
22662026-08-25T22:39:46.264Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22672026-08-25T22:39:46.330Z Compiling bzip2 v0.6.1
22682026-08-25T22:39:46.349Z Compiling zopfli v0.8.3
22692026-08-25T22:39:46.536Z Compiling walkdir v2.5.0
22702026-08-25T22:39:46.552Z Compiling hashbrown v0.16.1
22712026-08-25T22:39:46.764Z Compiling cargo_metadata v0.23.1
22722026-08-25T22:39:46.784Z Compiling group v0.13.0
22732026-08-25T22:39:47.045Z Compiling futures v0.3.32
22742026-08-25T22:39:47.395Z Compiling phf v0.13.1
22752026-08-25T22:39:47.429Z Compiling snafu v0.8.9
22762026-08-25T22:39:47.530Z Compiling reqwest v0.12.28
22772026-08-25T22:39:47.618Z Compiling signal-hook-mio v0.2.5
22782026-08-25T22:39:47.659Z Compiling cipher v0.5.2
22792026-08-25T22:39:47.701Z Compiling cookie_store v0.22.1
22802026-08-25T22:39:47.755Z Compiling backtrace-ext v0.2.1
22812026-08-25T22:39:47.780Z Compiling zstd v0.13.3
22822026-08-25T22:39:47.888Z Compiling postgres-types v0.2.12
22832026-08-25T22:39:47.932Z Compiling globset v0.4.18
22842026-08-25T22:39:47.950Z Compiling strum v0.27.2
22852026-08-25T22:39:48.073Z Compiling hubpack v0.1.2
22862026-08-25T22:39:48.198Z Compiling phf_shared v0.11.3
22872026-08-25T22:39:48.221Z Compiling hkdf v0.12.4
22882026-08-25T22:39:48.293Z Compiling crossbeam-epoch v0.9.18
22892026-08-25T22:39:48.325Z Compiling byte-wrapper v0.1.0
22902026-08-25T22:39:48.347Z Compiling ed25519 v2.2.3
22912026-08-25T22:39:48.391Z Compiling olpc-cjson v0.1.4
22922026-08-25T22:39:48.577Z Compiling crypto-bigint v0.5.5
22932026-08-25T22:39:48.617Z Compiling serde-big-array v0.5.1
22942026-08-25T22:39:48.632Z Compiling serde_plain v1.0.2
22952026-08-25T22:39:48.666Z Compiling pem v3.0.6
22962026-08-25T22:39:48.741Z Compiling float-cmp v0.10.0
22972026-08-25T22:39:48.781Z Compiling memmap2 v0.9.10
22982026-08-25T22:39:48.831Z Compiling supports-unicode v3.0.0
22992026-08-25T22:39:48.903Z Compiling fixedbitset v0.4.2
23002026-08-25T22:39:48.965Z Compiling toml_write v0.1.2
23012026-08-25T22:39:49.015Z Compiling unicode-width v0.1.14
23022026-08-25T22:39:49.029Z Compiling difflib v0.4.0
23032026-08-25T22:39:49.076Z Compiling fixedbitset v0.5.7
23042026-08-25T22:39:49.157Z Compiling keccak v0.1.6
23052026-08-25T22:39:49.179Z Compiling const-oid v0.10.2
23062026-08-25T22:39:49.182Z Compiling predicates-core v1.0.10
23072026-08-25T22:39:49.267Z Compiling normalize-line-endings v0.3.0
23082026-08-25T22:39:49.303Z Compiling static_assertions v1.1.0
23092026-08-25T22:39:49.371Z Compiling new_debug_unreachable v1.0.6
23102026-08-25T22:39:49.371Z Compiling supports-hyperlinks v3.2.0
23112026-08-25T22:39:49.405Z Compiling typed-path v0.9.3
23122026-08-25T22:39:49.409Z Compiling data-encoding v2.10.0
23132026-08-25T22:39:49.409Z Compiling whoami v2.1.0
23142026-08-25T22:39:49.409Z Compiling precomputed-hash v0.1.1
23152026-08-25T22:39:49.478Z Compiling elliptic-curve v0.13.8
23162026-08-25T22:39:49.478Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23172026-08-25T22:39:49.546Z Compiling string_cache v0.8.9
23182026-08-25T22:39:49.560Z Compiling miette v7.6.0
23192026-08-25T22:39:49.660Z Compiling predicates v3.1.4
23202026-08-25T22:39:49.804Z Compiling hickory-proto v0.25.2
23212026-08-25T22:39:49.862Z Compiling tokio-postgres v0.7.16
23222026-08-25T22:39:49.952Z Compiling digest v0.11.3
23232026-08-25T22:39:50.193Z Compiling sha3 v0.10.8
23242026-08-25T22:39:50.265Z Compiling petgraph v0.8.3
23252026-08-25T22:39:50.408Z Compiling toml_edit v0.22.27
23262026-08-25T22:39:50.576Z Compiling petgraph v0.6.5
23272026-08-25T22:39:50.679Z Compiling chacha20 v0.10.0
23282026-08-25T22:39:50.779Z Compiling usdt v0.6.0
23292026-08-25T22:39:51.929Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23302026-08-25T22:39:51.947Z Compiling ed25519-dalek v2.2.0
23312026-08-25T22:39:52.190Z Compiling zip v4.6.1
23322026-08-25T22:39:52.292Z Compiling crossterm v0.28.1
23332026-08-25T22:39:52.679Z Compiling iddqd v0.4.2
23342026-08-25T22:39:52.824Z Compiling oxide-generation v0.1.3
23352026-08-25T22:39:53.033Z Compiling serde_with v3.21.0
23362026-08-25T22:39:53.088Z Compiling similar v2.7.0
23372026-08-25T22:39:53.147Z Compiling strum v0.26.3
23382026-08-25T22:39:53.298Z Compiling tokio-stream v0.1.18
23392026-08-25T22:39:53.433Z Compiling buf-list v1.1.2
23402026-08-25T22:39:53.518Z Compiling itertools v0.13.0
23412026-08-25T22:39:53.676Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23422026-08-25T22:39:53.768Z Compiling openapiv3 v2.2.0
23432026-08-25T22:39:54.371Z Compiling lalrpop-util v0.19.12
23442026-08-25T22:39:54.562Z Compiling peg-runtime v0.8.5
23452026-08-25T22:40:08.943Z Compiling rustls-webpki v0.103.13
23462026-08-25T22:40:12.901Z Compiling tokio-rustls v0.26.4
23472026-08-25T22:40:13.053Z Compiling rustls-platform-verifier v0.6.2
23482026-08-25T22:40:13.090Z Compiling tough v0.22.0
23492026-08-25T22:40:13.180Z Compiling hyper-rustls v0.27.7
23502026-08-25T22:40:13.503Z Compiling reqwest v0.13.2
23512026-08-25T22:40:16.246Z Compiling macaddr v1.0.1
23522026-08-25T22:40:16.424Z Compiling crucible-workspace-hack v0.1.0
23532026-08-25T22:40:16.487Z Compiling rayon-core v1.13.0
23542026-08-25T22:40:16.533Z Compiling secrecy v0.10.3
23552026-08-25T22:40:16.568Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23562026-08-25T22:40:16.607Z Compiling heapless v0.8.0
23572026-08-25T22:40:16.623Z Compiling toml_datetime v0.7.5+spec-1.1.0
23582026-08-25T22:40:16.711Z Compiling crossbeam-deque v0.8.6
23592026-08-25T22:40:16.760Z Compiling ingot-macros v0.2.0
23602026-08-25T22:40:16.779Z Compiling inout v0.1.4
23612026-08-25T22:40:16.796Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23622026-08-25T22:40:16.828Z Compiling toml_edit v0.23.10+spec-1.0.0
23632026-08-25T22:40:16.874Z Compiling hash32 v0.3.1
23642026-08-25T22:40:16.926Z Compiling multer v3.1.0
23652026-08-25T22:40:16.942Z Compiling thread_local v1.1.9
23662026-08-25T22:40:16.977Z Compiling smoltcp v0.11.0
23672026-08-25T22:40:16.995Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23682026-08-25T22:40:17.016Z Compiling compression-core v0.4.31
23692026-08-25T22:40:17.059Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23702026-08-25T22:40:17.093Z Compiling match_cfg v0.1.0
23712026-08-25T22:40:17.124Z Compiling slog-async v2.8.0
23722026-08-25T22:40:17.188Z Compiling hostname v0.3.1
23732026-08-25T22:40:17.204Z Compiling compression-codecs v0.4.37
23742026-08-25T22:40:17.264Z Compiling cipher v0.4.4
23752026-08-25T22:40:17.356Z Compiling atomicwrites v0.4.4
23762026-08-25T22:40:17.373Z Compiling slog-json v2.6.1
23772026-08-25T22:40:17.377Z Compiling crossbeam-channel v0.5.15
23782026-08-25T22:40:17.513Z Compiling proc-macro-crate v3.4.0
23792026-08-25T22:40:17.544Z Compiling half v2.7.1
23802026-08-25T22:40:17.582Z Compiling newtype-uuid-macros v0.1.0
23812026-08-25T22:40:17.642Z Compiling universal-hash v0.5.1
23822026-08-25T22:40:17.659Z Compiling cobs v0.3.0
23832026-08-25T22:40:17.730Z Compiling thiserror-impl-no-std v2.0.2
23842026-08-25T22:40:17.774Z Compiling async-stream-impl v0.3.6
23852026-08-25T22:40:17.789Z Compiling serde_spanned v1.1.1
23862026-08-25T22:40:17.812Z Compiling toml_datetime v1.1.1+spec-1.1.0
23872026-08-25T22:40:17.907Z Compiling is-terminal v0.4.17
23882026-08-25T22:40:17.954Z Compiling dropshot v0.17.1
23892026-08-25T22:40:17.958Z Compiling proc-macro-error-attr v1.0.4
23902026-08-25T22:40:17.984Z Compiling term v1.2.1
23912026-08-25T22:40:18.027Z Compiling toml_writer v1.1.1+spec-1.1.0
23922026-08-25T22:40:18.080Z Compiling take_mut v0.2.2
23932026-08-25T22:40:18.176Z Compiling opaque-debug v0.3.1
23942026-08-25T22:40:18.192Z Compiling ciborium-io v0.2.2
23952026-08-25T22:40:18.224Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
23962026-08-25T22:40:18.266Z Compiling convert_case v0.4.0
23972026-08-25T22:40:18.282Z Compiling ciborium-ll v0.2.2
23982026-08-25T22:40:18.309Z Compiling poly1305 v0.8.0
23992026-08-25T22:40:18.325Z Compiling slog-term v2.9.2
24002026-08-25T22:40:18.328Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24012026-08-25T22:40:18.368Z Compiling async-stream v0.3.6
24022026-08-25T22:40:18.465Z Compiling toml v1.1.2+spec-1.1.0
24032026-08-25T22:40:18.593Z Compiling derive_more v0.99.20
24042026-08-25T22:40:18.688Z Compiling num_enum_derive v0.7.6
24052026-08-25T22:40:18.757Z Compiling thiserror-no-std v2.0.2
24062026-08-25T22:40:18.795Z Compiling postcard v1.1.3
24072026-08-25T22:40:18.962Z Compiling slog-bunyan v2.5.0
24082026-08-25T22:40:18.978Z Compiling chacha20 v0.9.1
24092026-08-25T22:40:19.089Z Compiling async-compression v0.4.41
24102026-08-25T22:40:19.256Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24112026-08-25T22:40:19.275Z Compiling sha1 v0.11.0
24122026-08-25T22:40:19.386Z Compiling ingot-types v0.2.0
24132026-08-25T22:40:19.575Z Compiling parse-display-derive v0.10.0
24142026-08-25T22:40:19.592Z Compiling proc-macro-crate v1.3.1
24152026-08-25T22:40:19.610Z Compiling waitgroup v0.1.2
24162026-08-25T22:40:19.725Z Compiling rustls-pemfile v2.2.0
24172026-08-25T22:40:19.741Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24182026-08-25T22:40:19.788Z Compiling ingot v0.2.1
24192026-08-25T22:40:19.803Z Compiling backon v1.6.0
24202026-08-25T22:40:19.860Z Compiling dropshot_endpoint v0.17.1
24212026-08-25T22:40:19.940Z Compiling blake2 v0.10.6
24222026-08-25T22:40:20.037Z Compiling aead v0.5.2
24232026-08-25T22:40:20.066Z Compiling password-hash v0.5.0
24242026-08-25T22:40:20.253Z Compiling foreign-types-macros v0.2.3
24252026-08-25T22:40:20.364Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24262026-08-25T22:40:20.470Z Compiling serde_path_to_error v0.1.20
24272026-08-25T22:40:20.577Z Compiling hostname v0.4.2
24282026-08-25T22:40:20.765Z Compiling proc-macro-error v1.0.4
24292026-08-25T22:40:20.784Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24302026-08-25T22:40:20.787Z Compiling instant v0.1.13
24312026-08-25T22:40:20.801Z Compiling foreign-types-shared v0.3.1
24322026-08-25T22:40:20.836Z Compiling debug-ignore v1.0.5
24332026-08-25T22:40:20.922Z Compiling foreign-types v0.5.0
24342026-08-25T22:40:20.937Z Compiling backoff v0.4.0
24352026-08-25T22:40:20.955Z Compiling argon2 v0.5.3
24362026-08-25T22:40:20.971Z Compiling chacha20poly1305 v0.10.1
24372026-08-25T22:40:21.019Z Compiling parse-display v0.10.0
24382026-08-25T22:40:21.037Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24392026-08-25T22:40:21.037Z Compiling num_enum_derive v0.5.11
24402026-08-25T22:40:21.070Z Compiling num_enum v0.7.6
24412026-08-25T22:40:21.109Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24422026-08-25T22:40:21.141Z Compiling vsss-rs v3.3.4
24432026-08-25T22:40:21.278Z Compiling ciborium v0.2.2
24442026-08-25T22:40:21.435Z Compiling regress v0.10.5
24452026-08-25T22:40:21.482Z Compiling itertools v0.14.0
24462026-08-25T22:40:21.540Z Compiling tabwriter v1.4.1
24472026-08-25T22:40:21.570Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24482026-08-25T22:40:21.812Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24492026-08-25T22:40:21.927Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24502026-08-25T22:40:21.943Z Compiling cstr-argument v0.1.2
24512026-08-25T22:40:21.971Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24522026-08-25T22:40:22.009Z Compiling humantime v2.3.0
24532026-08-25T22:40:22.023Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24542026-08-25T22:40:22.103Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24552026-08-25T22:40:22.146Z Compiling num_enum v0.5.11
24562026-08-25T22:40:22.199Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24572026-08-25T22:40:22.238Z Compiling rayon v1.11.0
24582026-08-25T22:40:22.315Z Compiling rand v0.10.1
24592026-08-25T22:40:22.409Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24602026-08-25T22:40:22.450Z Compiling libefi-sys v0.1.0
24612026-08-25T22:40:22.469Z Compiling colored v3.1.1
24622026-08-25T22:40:22.485Z Compiling indent_write v2.2.0
24632026-08-25T22:40:22.502Z Compiling zone_cfg_derive v0.3.1
24642026-08-25T22:40:22.533Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24652026-08-25T22:40:22.549Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24662026-08-25T22:40:22.666Z Compiling camino-tempfile v1.4.1
24672026-08-25T22:40:22.699Z Compiling itertools v0.12.1
24682026-08-25T22:40:22.727Z Compiling usdt-attr-macro v0.5.0
24692026-08-25T22:40:22.779Z Compiling usdt-macro v0.5.0
24702026-08-25T22:40:22.795Z Compiling bitfield-struct v0.6.2
24712026-08-25T22:40:23.075Z Compiling num-derive v0.4.2
24722026-08-25T22:40:23.093Z Compiling blake3 v1.8.5
24732026-08-25T22:40:23.096Z Compiling sigpipe v0.1.3
24742026-08-25T22:40:23.123Z Compiling memmap v0.7.0
24752026-08-25T22:40:23.140Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24762026-08-25T22:40:23.225Z Compiling glob v0.3.3
24772026-08-25T22:40:23.350Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24782026-08-25T22:40:23.378Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24792026-08-25T22:40:23.452Z Compiling swrite v0.1.0
24802026-08-25T22:40:23.491Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24812026-08-25T22:40:23.508Z Compiling usdt v0.5.0
24822026-08-25T22:40:23.593Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24832026-08-25T22:40:23.768Z Compiling smf v0.2.3
24842026-08-25T22:40:23.783Z Compiling filetime v0.2.27
24852026-08-25T22:40:23.819Z Compiling arrayref v0.3.9
24862026-08-25T22:40:23.886Z Compiling xattr v1.6.1
24872026-08-25T22:40:23.909Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24882026-08-25T22:40:23.951Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24892026-08-25T22:40:23.982Z Compiling constant_time_eq v0.4.2
24902026-08-25T22:40:24.008Z Compiling whoami v1.6.1
24912026-08-25T22:40:24.023Z Compiling arrayvec v0.7.6
24922026-08-25T22:40:24.050Z Compiling zone v0.3.1
24932026-08-25T22:40:24.103Z Compiling tar v0.4.46
24942026-08-25T22:40:24.164Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24952026-08-25T22:40:24.181Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24962026-08-25T22:40:24.198Z Compiling tokio-dtrace v0.1.1
24972026-08-25T22:40:24.273Z Compiling gethostname v0.5.0
24982026-08-25T22:40:24.405Z Compiling console v0.16.2
24992026-08-25T22:40:24.438Z Compiling topological-sort v0.2.2
25002026-08-25T22:40:24.467Z Compiling unit-prefix v0.5.2
25012026-08-25T22:40:24.542Z Compiling oxide-tokio-rt v0.1.4
25022026-08-25T22:40:24.628Z Compiling toml v0.8.23
25032026-08-25T22:40:24.631Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25042026-08-25T22:40:24.842Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25052026-08-25T22:40:24.926Z Compiling indicatif v0.18.4
25062026-08-25T22:40:24.965Z Compiling shell-words v1.1.1
25072026-08-25T22:40:34.180Z Compiling progenitor-client v0.14.0
25082026-08-25T22:40:34.180Z Compiling omicron-zone-package v0.12.3
25092026-08-25T22:40:34.418Z Compiling progenitor-extras v0.2.0
25102026-08-25T22:40:34.711Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25112026-08-25T22:40:34.826Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25122026-08-25T22:40:34.850Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25132026-08-25T22:40:34.930Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25142026-08-25T22:40:35.033Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25152026-08-25T22:40:35.062Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25162026-08-25T22:40:35.169Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25172026-08-25T22:40:35.270Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25182026-08-25T22:40:35.737Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25192026-08-25T22:40:39.255Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25202026-08-25T22:40:48.182Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25212026-08-25T22:40:51.439Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25222026-08-25T22:40:52.499Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25232026-08-25T22:41:02.592Z Finished `release` profile [optimized] target(s) in 1m 47s
25242026-08-25T22:41:02.750Z Running `target/release/omicron-package -t test target create -p dev`
25252026-08-25T22:41:02.799ZLogging to: /work/oxidecomputer/omicron/out/LOG
25262026-08-25T22:41:02.810ZCreated new build target 'test' and set it as active
25272026-08-25T22:41:02.810Z
25282026-08-25T22:41:02.811Zreal 1:47.598222274
25292026-08-25T22:41:02.811Zuser 17:47.142849911
25302026-08-25T22:41:02.811Zsys 2:45.777228867
25312026-08-25T22:41:02.811Ztrap 0.501214442
25322026-08-25T22:41:02.811Ztflt 2.405440540
25332026-08-25T22:41:02.811Zdflt 4.693950544
25342026-08-25T22:41:02.811Zkflt 0.009917374
25352026-08-25T22:41:02.811Zlock 58:10.213056042
25362026-08-25T22:41:02.811Zslp 45:24.216480950
25372026-08-25T22:41:02.811Zlat 52.383306620
25382026-08-25T22:41:02.811Zstop 6:10.452519865
25392026-08-25T22:41:02.811Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25402026-08-25T22:41:03.688Z Finished `release` profile [optimized] target(s) in 0.88s
25412026-08-25T22:41:03.757Z Running `target/release/omicron-package -t test package`
25422026-08-25T22:41:03.812ZLogging to: /work/oxidecomputer/omicron/out/LOG
25432026-08-25T22:41:05.278Z Compiling heck v0.5.0
25442026-08-25T22:41:05.526Z Compiling regress v0.11.1
25452026-08-25T22:41:05.538Z Compiling unsafe-libyaml v0.2.11
25462026-08-25T22:41:05.541Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25472026-08-25T22:41:05.566Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25482026-08-25T22:41:05.566Z Compiling derive-where v1.6.0
25492026-08-25T22:41:05.570Z Compiling bytecount v0.6.9
25502026-08-25T22:41:05.631Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25512026-08-25T22:41:05.646Z Compiling atomicwrites v0.4.4
25522026-08-25T22:41:05.647Z Compiling is-terminal v0.4.17
25532026-08-25T22:41:05.647Z Compiling prettyplease v0.2.37
25542026-08-25T22:41:05.647Z Compiling newline-converter v0.3.0
25552026-08-25T22:41:05.731Z Compiling console v0.15.11
25562026-08-25T22:41:05.735Z Compiling slog-dtrace v0.3.0
25572026-08-25T22:41:05.735Z Compiling cancel-safe-futures v0.1.5
25582026-08-25T22:41:05.797Z Compiling resolv-conf v0.7.6
25592026-08-25T22:41:05.803Z Compiling num-rational v0.4.2
25602026-08-25T22:41:05.841Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25612026-08-25T22:41:05.846Z Compiling num-complex v0.4.6
25622026-08-25T22:41:05.883Z Compiling thread_local v1.1.9
25632026-08-25T22:41:05.967Z Compiling compression-core v0.4.31
25642026-08-25T22:41:06.040Z Compiling serde_yaml v0.9.34+deprecated
25652026-08-25T22:41:06.133Z Compiling expectorate v1.2.0
25662026-08-25T22:41:06.608Z Compiling match_cfg v0.1.0
25672026-08-25T22:41:06.683Z Compiling compression-codecs v0.4.37
25682026-08-25T22:41:06.684Z Compiling num v0.4.3
25692026-08-25T22:41:06.684Z Compiling hostname v0.3.1
25702026-08-25T22:41:06.684Z Compiling multer v3.1.0
25712026-08-25T22:41:06.684Z Compiling slog-async v2.8.0
25722026-08-25T22:41:06.684Z Compiling crossbeam-channel v0.5.15
25732026-08-25T22:41:06.684Z Compiling slog-json v2.6.1
25742026-08-25T22:41:06.684Z Compiling serde_spanned v1.1.1
25752026-08-25T22:41:06.684Z Compiling toml_datetime v1.1.1+spec-1.1.0
25762026-08-25T22:41:06.684Z Compiling linear-map v1.2.0
25772026-08-25T22:41:06.684Z Compiling float-ord v0.3.2
25782026-08-25T22:41:06.711Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25792026-08-25T22:41:06.751Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25802026-08-25T22:41:06.765Z Compiling take_mut v0.2.2
25812026-08-25T22:41:06.785Z Compiling term v1.2.1
25822026-08-25T22:41:06.789Z Compiling toml_writer v1.1.1+spec-1.1.0
25832026-08-25T22:41:06.865Z Compiling oxide-update-engine-types v0.1.2
25842026-08-25T22:41:06.865Z Compiling linked-hash-map v0.5.6
25852026-08-25T22:41:06.884Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25862026-08-25T22:41:06.884Z Compiling slog-bunyan v2.5.0
25872026-08-25T22:41:06.929Z Compiling async-compression v0.4.41
25882026-08-25T22:41:07.060Z Compiling typify-impl v0.6.2
25892026-08-25T22:41:07.090Z Compiling lru-cache v0.1.2
25902026-08-25T22:41:07.090Z Compiling toml v1.1.2+spec-1.1.0
25912026-08-25T22:41:07.158Z Compiling slog-term v2.9.2
25922026-08-25T22:41:07.318Z Compiling async-stream v0.3.6
25932026-08-25T22:41:07.329Z Compiling dropshot v0.17.1
25942026-08-25T22:41:07.356Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25952026-08-25T22:41:07.381Z Compiling sha1 v0.11.0
25962026-08-25T22:41:07.413Z Compiling progenitor-client v0.14.0
25972026-08-25T22:41:07.514Z Compiling waitgroup v0.1.2
25982026-08-25T22:41:07.550Z Compiling rustls-pemfile v2.2.0
25992026-08-25T22:41:07.574Z Compiling backon v1.6.0
26002026-08-25T22:41:07.630Z Compiling hostname v0.4.2
26012026-08-25T22:41:07.670Z Compiling serde_path_to_error v0.1.20
26022026-08-25T22:41:07.676Z Compiling instant v0.1.13
26032026-08-25T22:41:07.729Z Compiling minimal-lexical v0.2.1
26042026-08-25T22:41:07.769Z Compiling debug-ignore v1.0.5
26052026-08-25T22:41:07.791Z Compiling backoff v0.4.0
26062026-08-25T22:41:07.797Z Compiling progenitor-extras v0.2.0
26072026-08-25T22:41:07.839Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26082026-08-25T22:41:07.907Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26092026-08-25T22:41:08.042Z Compiling nom v7.1.3
26102026-08-25T22:41:08.053Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26112026-08-25T22:41:08.090Z Compiling parse-display v0.10.0
26122026-08-25T22:41:08.112Z Compiling oxide-update-engine v0.1.2
26132026-08-25T22:41:08.222Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26142026-08-25T22:41:08.312Z Compiling hickory-proto v0.24.4
26152026-08-25T22:41:08.708Z Compiling itertools v0.14.0
26162026-08-25T22:41:08.897Z Compiling regress v0.10.5
26172026-08-25T22:41:09.342Z Compiling macaddr v1.0.1
26182026-08-25T22:41:09.465Z Compiling humantime v2.3.0
26192026-08-25T22:41:09.514Z Compiling unicode-xid v0.2.6
26202026-08-25T22:41:09.638Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26212026-08-25T22:41:09.736Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26222026-08-25T22:41:09.827Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26232026-08-25T22:41:09.862Z Compiling convert_case v0.10.0
26242026-08-25T22:41:09.984Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26252026-08-25T22:41:10.066Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26262026-08-25T22:41:10.123Z Compiling toml v0.8.23
26272026-08-25T22:41:10.168Z Compiling derive_more-impl v2.1.1
26282026-08-25T22:41:10.261Z Compiling papergrid v0.11.0
26292026-08-25T22:41:10.472Z Compiling typify-macro v0.6.2
26302026-08-25T22:41:10.670Z Compiling tabled_derive v0.7.0
26312026-08-25T22:41:10.698Z Compiling termtree v0.5.1
26322026-08-25T22:41:10.885Z Compiling hickory-resolver v0.24.4
26332026-08-25T22:41:10.885Z Compiling phf_shared v0.12.1
26342026-08-25T22:41:10.930Z Compiling derive_more v2.1.1
26352026-08-25T22:41:11.038Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26362026-08-25T22:41:11.156Z Compiling crossterm v0.29.0
26372026-08-25T22:41:11.443Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26382026-08-25T22:41:11.563Z Compiling tabled v0.15.0
26392026-08-25T22:41:12.016Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26402026-08-25T22:41:12.046Z Compiling typify v0.6.2
26412026-08-25T22:41:12.345Z Compiling progenitor-impl v0.14.0
26422026-08-25T22:41:12.758Z Compiling qorb v0.4.1
26432026-08-25T22:41:13.084Z Compiling csv-core v0.1.13
26442026-08-25T22:41:13.514Z Compiling vte v0.14.1
26452026-08-25T22:41:13.770Z Compiling highway v1.3.0
26462026-08-25T22:41:14.037Z Compiling chrono-tz v0.10.4
26472026-08-25T22:41:14.499Z Compiling progenitor-macro v0.14.0
26482026-08-25T22:41:14.522Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26492026-08-25T22:41:15.345Z Compiling strip-ansi-escapes v0.2.1
26502026-08-25T22:41:15.446Z Compiling csv v1.4.0
26512026-08-25T22:41:15.913Z Compiling phf v0.12.1
26522026-08-25T22:41:16.021Z Compiling const_format_proc_macros v0.2.34
26532026-08-25T22:41:16.042Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26542026-08-25T22:41:16.450Z Compiling fd-lock v4.0.4
26552026-08-25T22:41:16.478Z Compiling peg-macros v0.8.5
26562026-08-25T22:41:16.619Z Compiling nu-ansi-term v0.50.3
26572026-08-25T22:41:16.782Z Compiling const_format v0.2.35
26582026-08-25T22:41:16.870Z Compiling reedline v0.40.0
26592026-08-25T22:41:17.177Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26602026-08-25T22:41:17.301Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26612026-08-25T22:41:17.681Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26622026-08-25T22:41:17.753Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26632026-08-25T22:41:18.642Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26642026-08-25T22:41:18.648Z Compiling progenitor v0.14.0
26652026-08-25T22:41:18.819Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26662026-08-25T22:41:18.948Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26672026-08-25T22:41:19.224Z Compiling peg v0.8.5
26682026-08-25T22:41:19.329Z Compiling bcs v0.1.6
26692026-08-25T22:41:19.550Z Compiling nom v8.0.0
26702026-08-25T22:41:19.758Z Compiling semver v0.1.20
26712026-08-25T22:41:20.070Z Compiling rustc_version v0.1.7
26722026-08-25T22:41:20.318Z Compiling newtype_derive v0.1.6
26732026-08-25T22:41:20.437Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26742026-08-25T22:41:20.526Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26752026-08-25T22:41:20.580Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26762026-08-25T22:41:20.661Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26772026-08-25T22:41:20.717Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26782026-08-25T22:41:20.988Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26792026-08-25T22:41:21.340Z Compiling serde_tokenstream v0.3.0
26802026-08-25T22:41:21.630Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26812026-08-25T22:41:21.714Z Compiling oxide-generation-macros v0.2.0
26822026-08-25T22:41:21.932Z Compiling steno v0.4.1
26832026-08-25T22:41:21.987Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26842026-08-25T22:41:22.088Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26852026-08-25T22:41:22.482Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26862026-08-25T22:41:22.524Z Compiling dropshot-api-manager-types v0.8.0
26872026-08-25T22:41:23.024Z Compiling sha1 v0.10.6
26882026-08-25T22:41:23.121Z Compiling tagptr v0.2.0
26892026-08-25T22:41:23.292Z Compiling utf-8 v0.7.6
26902026-08-25T22:41:23.424Z Compiling moka v0.12.13
26912026-08-25T22:41:23.475Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26922026-08-25T22:41:23.539Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26932026-08-25T22:41:23.662Z Compiling tungstenite v0.21.0
26942026-08-25T22:41:23.966Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26952026-08-25T22:41:24.661Z Compiling hickory-resolver v0.25.2
26962026-08-25T22:41:24.711Z Compiling tokio-tungstenite v0.21.0
26972026-08-25T22:41:25.100Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26982026-08-25T22:41:25.748Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26992026-08-25T22:41:26.570Z Compiling darling_core v0.21.3
27002026-08-25T22:41:27.162Z Compiling display-error-chain v0.2.2
27012026-08-25T22:41:27.352Z Compiling libscf-sys v1.2.0
27022026-08-25T22:41:27.519Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27032026-08-25T22:41:27.576Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27042026-08-25T22:41:27.654Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27052026-08-25T22:41:28.731Z Compiling darling_macro v0.21.3
27062026-08-25T22:41:29.029Z Compiling vergen-lib v0.1.6
27072026-08-25T22:41:29.234Z Compiling darling v0.21.3
27082026-08-25T22:41:29.260Z Compiling diesel_derives v2.3.7
27092026-08-25T22:41:29.356Z Compiling dsl_auto_type v0.2.0
27102026-08-25T22:41:29.601Z Compiling scheduled-thread-pool v0.2.7
27112026-08-25T22:41:29.727Z Compiling vergen-gitcl v1.0.8
27122026-08-25T22:41:29.878Z Compiling diesel_table_macro_syntax v0.3.0
27132026-08-25T22:41:29.900Z Compiling dirs-sys-next v0.1.2
27142026-08-25T22:41:29.939Z Compiling crunchy v0.2.4
27152026-08-25T22:41:29.959Z Compiling maplit v1.0.2
27162026-08-25T22:41:30.080Z Compiling glob v0.3.3
27172026-08-25T22:41:30.161Z Compiling dirs-next v2.0.0
27182026-08-25T22:41:30.203Z Compiling r2d2 v0.8.10
27192026-08-25T22:41:30.279Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27202026-08-25T22:41:30.306Z Compiling papergrid v0.18.0
27212026-08-25T22:41:30.385Z Compiling downcast-rs v2.0.2
27222026-08-25T22:41:30.435Z Compiling clang-sys v1.8.1
27232026-08-25T22:41:30.493Z Compiling xshell-macros v0.2.7
27242026-08-25T22:41:30.513Z Compiling tiny-keccak v2.0.2
27252026-08-25T22:41:30.759Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27262026-08-25T22:41:30.873Z Compiling xshell v0.2.7
27272026-08-25T22:41:30.943Z Compiling term v0.7.0
27282026-08-25T22:41:30.947Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27292026-08-25T22:41:31.071Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27302026-08-25T22:41:31.215Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27312026-08-25T22:41:31.334Z Compiling bit-vec v0.6.3
27322026-08-25T22:41:31.441Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27332026-08-25T22:41:31.482Z Compiling tabled v0.21.0
27342026-08-25T22:41:31.530Z Compiling bit-set v0.5.3
27352026-08-25T22:41:31.574Z Compiling ascii-canvas v3.0.0
27362026-08-25T22:41:31.714Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27372026-08-25T22:41:32.079Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27382026-08-25T22:41:32.122Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27392026-08-25T22:41:32.277Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27402026-08-25T22:41:32.571Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27412026-08-25T22:41:32.901Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27422026-08-25T22:41:33.115Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27432026-08-25T22:41:33.249Z Compiling itertools v0.10.5
27442026-08-25T22:41:33.274Z Compiling ena v0.14.4
27452026-08-25T22:41:33.311Z Compiling libloading v0.8.9
27462026-08-25T22:41:33.340Z Compiling unicase v2.9.0
27472026-08-25T22:41:33.565Z Compiling bindgen v0.71.1
27482026-08-25T22:41:33.568Z Compiling regex-syntax v0.6.29
27492026-08-25T22:41:33.673Z Compiling diff v0.1.13
27502026-08-25T22:41:34.119Z Compiling cexpr v0.6.0
27512026-08-25T22:41:34.354Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27522026-08-25T22:41:34.579Z Compiling crc8 v0.1.1
27532026-08-25T22:41:34.716Z Compiling rustc-hash v2.1.1
27542026-08-25T22:41:34.770Z Compiling diesel v2.3.7
27552026-08-25T22:41:34.877Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27562026-08-25T22:41:34.926Z Compiling lalrpop v0.19.12
27572026-08-25T22:41:35.053Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27582026-08-25T22:41:35.566Z Compiling headers-core v0.3.0
27592026-08-25T22:41:35.721Z Compiling libxml v0.3.3
27602026-08-25T22:41:35.836Z Compiling headers v0.4.1
27612026-08-25T22:41:36.032Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27622026-08-25T22:41:36.143Z Compiling strum_macros v0.24.3
27632026-08-25T22:41:36.247Z Compiling indoc v1.0.9
27642026-08-25T22:41:36.358Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27652026-08-25T22:41:36.574Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27662026-08-25T22:41:36.674Z Compiling derive_builder v0.20.2
27672026-08-25T22:41:36.796Z Compiling quick-xml v0.37.5
27682026-08-25T22:41:36.844Z Compiling oso-derive v0.27.3
27692026-08-25T22:41:37.088Z Compiling impl-trait-for-tuples v0.2.3
27702026-08-25T22:41:37.352Z Compiling openssl-probe v0.1.6
27712026-08-25T22:41:37.407Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27722026-08-25T22:41:37.429Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27732026-08-25T22:41:37.658Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27742026-08-25T22:41:38.117Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27752026-08-25T22:41:38.163Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27762026-08-25T22:41:38.381Z Compiling bb8 v0.8.6
27772026-08-25T22:41:38.402Z Compiling trait-variant v0.1.2
27782026-08-25T22:41:38.430Z Compiling proc-macro-error-attr2 v2.0.0
27792026-08-25T22:41:38.770Z Compiling half v1.8.3
27802026-08-25T22:41:38.838Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27812026-08-25T22:41:38.876Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27822026-08-25T22:41:38.937Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27832026-08-25T22:41:39.173Z Compiling serde_cbor v0.11.2
27842026-08-25T22:41:39.210Z Compiling proc-macro-error2 v2.0.1
27852026-08-25T22:41:39.465Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27862026-08-25T22:41:39.521Z Compiling hashbrown v0.14.5
27872026-08-25T22:41:39.565Z Compiling rfc6979 v0.4.0
27882026-08-25T22:41:39.685Z Compiling salty v0.3.0
27892026-08-25T22:41:39.744Z Compiling ecdsa v0.16.9
27902026-08-25T22:41:40.007Z Compiling knus-derive v3.4.0
27912026-08-25T22:41:40.022Z Compiling samael v0.0.19
27922026-08-25T22:41:40.112Z Compiling chumsky v0.9.3
27932026-08-25T22:41:40.181Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27942026-08-25T22:41:40.293Z Compiling progenitor-impl v0.13.0
27952026-08-25T22:41:40.489Z Compiling primeorder v0.13.6
27962026-08-25T22:41:40.775Z Compiling nonempty v0.12.0
27972026-08-25T22:41:41.035Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27982026-08-25T22:41:41.320Z Compiling p384 v0.13.1
27992026-08-25T22:41:41.345Z Compiling knus v3.4.0
28002026-08-25T22:41:42.237Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28012026-08-25T22:41:42.371Z Compiling polar-core v0.27.3
28022026-08-25T22:41:42.421Z Compiling progenitor-macro v0.13.0
28032026-08-25T22:41:42.814Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
28042026-08-25T22:41:43.519Z Compiling progenitor-client v0.13.0
28052026-08-25T22:41:43.735Z Compiling fxhash v0.2.1
28062026-08-25T22:41:43.906Z Compiling libz-sys v1.1.24
28072026-08-25T22:41:44.005Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28082026-08-25T22:41:44.056Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
28092026-08-25T22:41:44.384Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28102026-08-25T22:41:44.629Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28112026-08-25T22:41:44.906Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28122026-08-25T22:41:44.999Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28132026-08-25T22:41:45.343Z Compiling kstat-rs v0.2.5
28142026-08-25T22:41:46.017Z Compiling mime_guess v2.0.5
28152026-08-25T22:41:46.484Z Compiling progenitor v0.13.0
28162026-08-25T22:41:46.549Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28172026-08-25T22:41:47.793Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28182026-08-25T22:41:47.827Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28192026-08-25T22:41:47.975Z Compiling nanorand v0.7.0
28202026-08-25T22:41:48.093Z Compiling libgit2-sys v0.18.3+1.9.2
28212026-08-25T22:41:48.345Z Compiling parking_lot_core v0.8.6
28222026-08-25T22:41:48.653Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28232026-08-25T22:41:48.878Z Compiling flume v0.11.1
28242026-08-25T22:41:48.981Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28252026-08-25T22:41:49.409Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28262026-08-25T22:41:49.916Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28272026-08-25T22:41:50.104Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28282026-08-25T22:41:50.563Z Compiling git-stub v1.0.0
28292026-08-25T22:41:50.621Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28302026-08-25T22:41:50.828Z Compiling instability v0.3.11
28312026-08-25T22:41:50.869Z Compiling strsim v0.10.0
28322026-08-25T22:41:51.054Z Compiling http-range v0.1.5
28332026-08-25T22:41:51.106Z Compiling corncobs v0.1.4
28342026-08-25T22:41:51.261Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28352026-08-25T22:41:51.357Z Compiling darling_core v0.13.4
28362026-08-25T22:41:51.386Z Compiling oso v0.27.3
28372026-08-25T22:41:52.107Z Compiling async-bb8-diesel v0.2.1
28382026-08-25T22:41:52.637Z Compiling diesel-dtrace v0.5.0
28392026-08-25T22:41:52.978Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28402026-08-25T22:41:53.065Z Compiling git-stub-vcs v0.1.0
28412026-08-25T22:41:54.663Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28422026-08-25T22:41:55.875Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28432026-08-25T22:41:56.253Z Compiling ignore v0.4.25
28442026-08-25T22:41:57.223Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28452026-08-25T22:41:57.479Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28462026-08-25T22:41:57.507Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28472026-08-25T22:41:57.545Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28482026-08-25T22:41:57.957Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28492026-08-25T22:41:58.870Z Compiling anstyle-parse v0.2.7
28502026-08-25T22:41:59.132Z Compiling secrecy v0.8.0
28512026-08-25T22:41:59.238Z Compiling castaway v0.2.4
28522026-08-25T22:41:59.263Z Compiling vergen-git2 v9.1.0
28532026-08-25T22:41:59.331Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28542026-08-25T22:41:59.372Z Compiling indoc v2.0.7
28552026-08-25T22:41:59.401Z Compiling compact_str v0.8.1
28562026-08-25T22:41:59.625Z Compiling anstream v0.6.21
28572026-08-25T22:41:59.814Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28582026-08-25T22:42:00.498Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28592026-08-25T22:42:00.856Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28602026-08-25T22:42:01.140Z Compiling globwalk v0.9.1
28612026-08-25T22:42:01.767Z Compiling hyper-staticfile v0.10.1
28622026-08-25T22:42:01.925Z Compiling parking_lot v0.11.2
28632026-08-25T22:42:01.951Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28642026-08-25T22:42:02.661Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28652026-08-25T22:42:02.831Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28662026-08-25T22:42:02.921Z Compiling darling_macro v0.13.4
28672026-08-25T22:42:03.317Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28682026-08-25T22:42:03.430Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28692026-08-25T22:42:03.940Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28702026-08-25T22:42:03.964Z Compiling predicates-tree v1.0.13
28712026-08-25T22:42:04.190Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28722026-08-25T22:42:04.371Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28732026-08-25T22:42:04.414Z Compiling unicode-truncate v1.1.0
28742026-08-25T22:42:04.619Z Compiling lru v0.12.5
28752026-08-25T22:42:04.666Z Compiling digest-io v0.1.0
28762026-08-25T22:42:04.689Z Compiling sha2 v0.11.0
28772026-08-25T22:42:04.851Z Compiling rand_seeder v0.4.0
28782026-08-25T22:42:04.874Z Compiling prefix-trie v0.7.0
28792026-08-25T22:42:04.911Z Compiling illumos-nvpair-sys v0.2.0
28802026-08-25T22:42:05.110Z Compiling cassowary v0.3.0
28812026-08-25T22:42:05.134Z Compiling rawzip v0.4.4
28822026-08-25T22:42:05.309Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28832026-08-25T22:42:05.378Z Compiling hickory-server v0.25.2
28842026-08-25T22:42:05.511Z Compiling ratatui v0.29.0
28852026-08-25T22:42:05.567Z Compiling camino-tempfile-ext v0.3.3
28862026-08-25T22:42:05.590Z Compiling darling v0.13.4
28872026-08-25T22:42:05.705Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28882026-08-25T22:42:06.185Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28892026-08-25T22:42:06.213Z Compiling sled v0.34.7
28902026-08-25T22:42:06.669Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28912026-08-25T22:42:06.930Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28922026-08-25T22:42:08.672Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28932026-08-25T22:42:09.481Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28942026-08-25T22:42:09.702Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28952026-08-25T22:42:10.402Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28962026-08-25T22:42:11.737Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
28972026-08-25T22:42:12.670Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28982026-08-25T22:42:13.706Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28992026-08-25T22:42:13.751Z Compiling serde_with_macros v1.5.2
29002026-08-25T22:42:13.898Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
29012026-08-25T22:42:13.946Z Compiling git2 v0.20.4
29022026-08-25T22:42:14.014Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29032026-08-25T22:42:14.237Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29042026-08-25T22:42:14.385Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29052026-08-25T22:42:14.474Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29062026-08-25T22:42:14.571Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29072026-08-25T22:42:14.612Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29082026-08-25T22:42:14.696Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29092026-08-25T22:42:14.797Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29102026-08-25T22:42:14.847Z Compiling arc-swap v1.8.2
29112026-08-25T22:42:14.919Z Compiling void v1.0.2
29122026-08-25T22:42:15.084Z Compiling lzss v0.8.2
29132026-08-25T22:42:15.171Z Compiling slog-scope v4.4.1
29142026-08-25T22:42:15.405Z Compiling serde_with v1.14.0
29152026-08-25T22:42:15.578Z Compiling illumos-nvpair v0.3.0
29162026-08-25T22:42:15.793Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29172026-08-25T22:42:16.077Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29182026-08-25T22:42:17.064Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29192026-08-25T22:42:17.122Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29202026-08-25T22:42:17.162Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29212026-08-25T22:42:17.192Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29222026-08-25T22:42:17.479Z Compiling scuffle v0.1.0
29232026-08-25T22:42:17.881Z Compiling tungstenite v0.23.0
29242026-08-25T22:42:18.405Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29252026-08-25T22:42:19.556Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29262026-08-25T22:42:19.996Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29272026-08-25T22:42:20.146Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29282026-08-25T22:42:20.365Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29292026-08-25T22:42:20.617Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29302026-08-25T22:42:20.664Z Compiling nix v0.27.1
29312026-08-25T22:42:20.876Z Compiling twox-hash v2.1.2
29322026-08-25T22:42:21.328Z Compiling libsw-core v0.3.2
29332026-08-25T22:42:21.388Z Compiling serde_bytes v0.11.19
29342026-08-25T22:42:21.535Z Compiling atty v0.2.14
29352026-08-25T22:42:21.557Z Compiling libsw v3.5.0
29362026-08-25T22:42:21.672Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29372026-08-25T22:42:21.757Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29382026-08-25T22:42:21.780Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29392026-08-25T22:42:21.833Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29402026-08-25T22:42:22.016Z Compiling tokio-tungstenite v0.23.1
29412026-08-25T22:42:22.419Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29422026-08-25T22:42:22.581Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29432026-08-25T22:42:23.128Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29442026-08-25T22:42:23.327Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29452026-08-25T22:42:24.662Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29462026-08-25T22:42:25.312Z Compiling slog-stdlog v4.1.1
29472026-08-25T22:42:25.704Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29482026-08-25T22:42:25.977Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29492026-08-25T22:42:26.662Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29502026-08-25T22:42:27.118Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29512026-08-25T22:42:27.742Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29522026-08-25T22:42:27.800Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29532026-08-25T22:42:28.543Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29542026-08-25T22:42:30.200Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29552026-08-25T22:42:31.010Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29562026-08-25T22:42:31.176Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29572026-08-25T22:42:31.600Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29582026-08-25T22:42:32.614Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29592026-08-25T22:42:34.867Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29602026-08-25T22:42:35.387Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29612026-08-25T22:42:35.419Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29622026-08-25T22:42:36.788Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29632026-08-25T22:42:37.728Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29642026-08-25T22:42:37.954Z Compiling signal-hook-tokio v0.3.1
29652026-08-25T22:42:38.157Z Compiling fatfs v0.3.6
29662026-08-25T22:42:38.600Z Compiling yasna v0.5.2
29672026-08-25T22:42:38.740Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29682026-08-25T22:42:39.461Z Compiling seq-macro v0.3.6
29692026-08-25T22:42:40.008Z Compiling assert_matches v1.5.0
29702026-08-25T22:42:40.031Z Compiling rcgen v0.12.1
29712026-08-25T22:42:40.114Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29722026-08-25T22:42:40.251Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29732026-08-25T22:42:40.852Z Compiling slog-envlogger v2.2.0
29742026-08-25T22:42:42.076Z Compiling oxide-update-engine-display v0.1.2
29752026-08-25T22:42:42.548Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29762026-08-25T22:42:43.037Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29772026-08-25T22:42:43.864Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29782026-08-25T22:42:44.089Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29792026-08-25T22:42:44.317Z Compiling port-file v0.1.0
29802026-08-25T22:42:44.495Z Compiling rtoolbox v0.0.3
29812026-08-25T22:42:44.650Z Compiling subprocess v0.2.15
29822026-08-25T22:42:44.821Z Compiling rpassword v7.5.4
29832026-08-25T22:42:45.458Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29842026-08-25T22:42:45.672Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29852026-08-25T22:42:46.840Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29862026-08-25T22:42:46.862Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29872026-08-25T22:42:47.026Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29882026-08-25T22:42:47.239Z Compiling tui-tree-widget v0.23.1
29892026-08-25T22:42:47.533Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29902026-08-25T22:42:49.061Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29912026-08-25T22:42:50.764Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29922026-08-25T22:42:51.038Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29932026-08-25T22:42:51.703Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29942026-08-25T22:42:51.929Z Compiling uzers v0.12.2
29952026-08-25T22:42:52.848Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29962026-08-25T22:42:53.156Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29972026-08-25T22:42:53.228Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29982026-08-25T22:42:54.189Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29992026-08-25T22:42:55.074Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30002026-08-25T22:42:55.169Z Compiling support-bundle-viewer v0.1.2
30012026-08-25T22:42:57.013Z Compiling multimap v0.10.1
30022026-08-25T22:43:04.772Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30032026-08-25T22:43:06.802Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30042026-08-25T22:43:11.422Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30052026-08-25T22:43:15.534Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30062026-08-25T22:43:17.747Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30072026-08-25T22:51:42.018Z Finished `release` profile [optimized] target(s) in 10m 38s
30082026-08-25T22:51:42.021Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30092026-08-25T22:51:42.021Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30102026-08-25T22:52:36.041Z
30112026-08-25T22:52:36.041Zreal 11:33.208256304
30122026-08-25T22:52:36.041Zuser 1:22:59.914604894
30132026-08-25T22:52:36.046Zsys 3:38.534364074
30142026-08-25T22:52:36.046Ztrap 1.781080356
30152026-08-25T22:52:36.047Ztflt 3.381237848
30162026-08-25T22:52:36.047Zdflt 21.085764817
30172026-08-25T22:52:36.047Zkflt 0.062017309
30182026-08-25T22:52:36.047Zlock 8:35:44.293120179
30192026-08-25T22:52:36.047Zslp 2:22:39.152870828
30202026-08-25T22:52:36.047Zlat 2:26.004622332
30212026-08-25T22:52:36.047Zstop 5:33.239689137
30222026-08-25T22:52:36.047Z+ mapfile -t packages
30232026-08-25T22:52:36.047Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30242026-08-25T22:52:37.003Z Finished `release` profile [optimized] target(s) in 0.95s
30252026-08-25T22:52:37.092Z Running `target/release/omicron-package -t test list-outputs`
30262026-08-25T22:52:37.148ZLogging to: /work/oxidecomputer/omicron/out/LOG
30272026-08-25T22:52:37.156Z+ ptime -m cargo build --locked --release -p xtask
30282026-08-25T22:52:37.620Z Compiling libc v0.2.185
30292026-08-25T22:52:37.620Z Compiling serde_core v1.0.228
30302026-08-25T22:52:37.621Z Compiling serde v1.0.228
30312026-08-25T22:52:37.630Z Compiling rustix v1.1.4
30322026-08-25T22:52:37.630Z Compiling bitflags v2.11.0
30332026-08-25T22:52:37.630Z Compiling serde_json v1.0.151
30342026-08-25T22:52:37.630Z Compiling usdt-impl v0.5.0
30352026-08-25T22:52:37.630Z Compiling syn v2.0.117
30362026-08-25T22:52:37.717Z Compiling syn v1.0.109
30372026-08-25T22:52:37.797Z Compiling getrandom v0.4.3
30382026-08-25T22:52:37.812Z Compiling log v0.4.33
30392026-08-25T22:52:37.833Z Compiling indexmap v2.14.0
30402026-08-25T22:52:37.851Z Compiling fs-err v3.3.0
30412026-08-25T22:52:38.024Z Compiling once_cell v1.21.3
30422026-08-25T22:52:38.077Z Compiling heck v0.4.1
30432026-08-25T22:52:38.084Z Compiling anyhow v1.0.104
30442026-08-25T22:52:38.518Z Compiling thread-id v4.2.2
30452026-08-25T22:52:38.535Z Compiling errno v0.3.14
30462026-08-25T22:52:38.535Z Compiling memmap v0.7.0
30472026-08-25T22:52:39.180Z Compiling proc-macro-error v1.0.4
30482026-08-25T22:52:39.448Z Compiling tabled_derive v0.7.0
30492026-08-25T22:52:39.509Z Compiling terminal_size v0.4.3
30502026-08-25T22:52:39.509Z Compiling tempfile v3.27.0
30512026-08-25T22:52:39.591Z Compiling clap_builder v4.6.0
30522026-08-25T22:52:39.592Z Compiling textwrap v0.16.2
30532026-08-25T22:52:39.858Z Compiling camino v1.2.5
30542026-08-25T22:52:39.858Z Compiling cargo-platform v0.3.2
30552026-08-25T22:52:39.879Z Compiling semver v1.0.28
30562026-08-25T22:52:39.941Z Compiling pest_generator v2.8.6
30572026-08-25T22:52:40.132Z Compiling tabled v0.15.0
30582026-08-25T22:52:40.189Z Compiling camino-tempfile v1.4.1
30592026-08-25T22:52:40.497Z Compiling serde_derive v1.0.228
30602026-08-25T22:52:40.501Z Compiling thiserror-impl v1.0.69
30612026-08-25T22:52:40.501Z Compiling zerocopy-derive v0.7.35
30622026-08-25T22:52:40.501Z Compiling pest_derive v2.8.6
30632026-08-25T22:52:40.501Z Compiling scroll_derive v0.12.1
30642026-08-25T22:52:40.501Z Compiling thiserror-impl v2.0.18
30652026-08-25T22:52:40.501Z Compiling clap_derive v4.6.1
30662026-08-25T22:52:41.214Z Compiling scroll v0.12.0
30672026-08-25T22:52:41.340Z Compiling zerocopy v0.7.35
30682026-08-25T22:52:41.543Z Compiling goblin v0.8.2
30692026-08-25T22:52:41.695Z Compiling thiserror v1.0.69
30702026-08-25T22:52:41.819Z Compiling dtrace-parser v0.2.0
30712026-08-25T22:52:41.922Z Compiling thiserror v2.0.18
30722026-08-25T22:52:41.941Z Compiling clap v4.6.1
30732026-08-25T22:52:43.608Z Compiling serde_spanned v0.6.9
30742026-08-25T22:52:43.646Z Compiling dof v0.3.0
30752026-08-25T22:52:43.686Z Compiling serde_tokenstream v0.2.3
30762026-08-25T22:52:43.723Z Compiling toml_datetime v0.6.11
30772026-08-25T22:52:43.779Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30782026-08-25T22:52:43.792Z Compiling cargo_metadata v0.23.1
30792026-08-25T22:52:43.971Z Compiling toml_edit v0.22.27
30802026-08-25T22:52:43.989Z Compiling macaddr v1.0.1
30812026-08-25T22:52:44.393Z Compiling usdt-attr-macro v0.5.0
30822026-08-25T22:52:44.396Z Compiling usdt-macro v0.5.0
30832026-08-25T22:52:45.046Z Compiling usdt v0.5.0
30842026-08-25T22:52:45.490Z Compiling toml v0.8.23
30852026-08-25T22:52:45.919Z Compiling cargo_toml v0.21.0
30862026-08-25T22:52:50.303Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30872026-08-25T22:52:53.533Z Finished `release` profile [optimized] target(s) in 16.38s
30882026-08-25T22:52:53.636Z
30892026-08-25T22:52:53.640Zreal 16.463708236
30902026-08-25T22:52:53.640Zuser 2:05.121693455
30912026-08-25T22:52:53.640Zsys 13.519610956
30922026-08-25T22:52:53.640Ztrap 0.057360310
30932026-08-25T22:52:53.640Ztflt 0.545432178
30942026-08-25T22:52:53.640Zdflt 1.180867514
30952026-08-25T22:52:53.640Zkflt 0.000074736
30962026-08-25T22:52:53.640Zlock 4:46.145934813
30972026-08-25T22:52:53.640Zslp 2:41.649548921
30982026-08-25T22:52:53.640Zlat 3.469199016
30992026-08-25T22:52:53.640Zstop 16.793791143
31002026-08-25T22:52:53.640Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
31012026-08-25T22:52:53.640Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
31022026-08-25T22:52:53.640Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
31032026-08-25T22:52:53.641Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
31042026-08-25T22:52:53.641Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
31052026-08-25T22:52:54.596Z Compiling match_cfg v0.1.0
31062026-08-25T22:52:54.596Z Compiling progenitor-client v0.14.0
31072026-08-25T22:52:54.596Z Compiling slog-json v2.6.1
31082026-08-25T22:52:54.600Z Compiling newtype-uuid-macros v0.1.0
31092026-08-25T22:52:54.600Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31102026-08-25T22:52:54.600Z Compiling sha1 v0.11.0
31112026-08-25T22:52:54.600Z Compiling multer v3.1.0
31122026-08-25T22:52:54.600Z Compiling compression-core v0.4.31
31132026-08-25T22:52:54.600Z Compiling debug-ignore v1.0.5
31142026-08-25T22:52:54.746Z Compiling async-stream-impl v0.3.6
31152026-08-25T22:52:54.749Z Compiling serde_spanned v1.1.1
31162026-08-25T22:52:54.749Z Compiling toml_datetime v1.1.1+spec-1.1.0
31172026-08-25T22:52:54.749Z Compiling dropshot v0.17.1
31182026-08-25T22:52:54.749Z Compiling toml_writer v1.1.1+spec-1.1.0
31192026-08-25T22:52:54.766Z Compiling waitgroup v0.1.2
31202026-08-25T22:52:54.769Z Compiling rustls-pemfile v2.2.0
31212026-08-25T22:52:54.978Z Compiling dropshot_endpoint v0.17.1
31222026-08-25T22:52:55.017Z Compiling hostname v0.4.2
31232026-08-25T22:52:55.061Z Compiling serde_path_to_error v0.1.20
31242026-08-25T22:52:55.096Z Compiling hostname v0.3.1
31252026-08-25T22:52:55.100Z Compiling compression-codecs v0.4.37
31262026-08-25T22:52:55.100Z Compiling toml v1.1.2+spec-1.1.0
31272026-08-25T22:52:55.185Z Compiling atomicwrites v0.4.4
31282026-08-25T22:52:55.189Z Compiling macaddr v1.0.1
31292026-08-25T22:52:55.189Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31302026-08-25T22:52:55.206Z Compiling slog-bunyan v2.5.0
31312026-08-25T22:52:55.256Z Compiling instant v0.1.13
31322026-08-25T22:52:55.256Z Compiling regress v0.10.5
31332026-08-25T22:52:55.259Z Compiling parse-display-derive v0.10.0
31342026-08-25T22:52:55.349Z Compiling async-compression v0.4.41
31352026-08-25T22:52:55.398Z Compiling backon v1.6.0
31362026-08-25T22:52:55.418Z Compiling backoff v0.4.0
31372026-08-25T22:52:55.421Z Compiling itertools v0.14.0
31382026-08-25T22:52:55.456Z Compiling humantime v2.3.0
31392026-08-25T22:52:55.459Z Compiling half v2.7.1
31402026-08-25T22:52:55.488Z Compiling ciborium-io v0.2.2
31412026-08-25T22:52:55.509Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31422026-08-25T22:52:55.525Z Compiling async-stream v0.3.6
31432026-08-25T22:52:55.580Z Compiling progenitor-extras v0.2.0
31442026-08-25T22:52:55.607Z Compiling crucible-workspace-hack v0.1.0
31452026-08-25T22:52:55.625Z Compiling convert_case v0.4.0
31462026-08-25T22:52:55.643Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31472026-08-25T22:52:55.658Z Compiling regress v0.11.1
31482026-08-25T22:52:55.685Z Compiling secrecy v0.10.3
31492026-08-25T22:52:55.722Z Compiling ciborium-ll v0.2.2
31502026-08-25T22:52:55.755Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31512026-08-25T22:52:55.778Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31522026-08-25T22:52:55.796Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31532026-08-25T22:52:55.796Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31542026-08-25T22:52:55.853Z Compiling inout v0.1.4
31552026-08-25T22:52:55.870Z Compiling thiserror-impl-no-std v2.0.2
31562026-08-25T22:52:55.961Z Compiling ciborium v0.2.2
31572026-08-25T22:52:55.979Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31582026-08-25T22:52:55.979Z Compiling universal-hash v0.5.1
31592026-08-25T22:52:56.012Z Compiling derive_more v0.99.20
31602026-08-25T22:52:56.035Z Compiling cipher v0.4.4
31612026-08-25T22:52:56.053Z Compiling unsafe-libyaml v0.2.11
31622026-08-25T22:52:56.137Z Compiling opaque-debug v0.3.1
31632026-08-25T22:52:56.160Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31642026-08-25T22:52:56.164Z Compiling blake2 v0.10.6
31652026-08-25T22:52:56.231Z Compiling poly1305 v0.8.0
31662026-08-25T22:52:56.321Z Compiling chacha20 v0.9.1
31672026-08-25T22:52:56.457Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31682026-08-25T22:52:56.505Z Compiling aead v0.5.2
31692026-08-25T22:52:56.582Z Compiling password-hash v0.5.0
31702026-08-25T22:52:56.622Z Compiling serde_yaml v0.9.34+deprecated
31712026-08-25T22:52:56.710Z Compiling indent_write v2.2.0
31722026-08-25T22:52:56.751Z Compiling chacha20poly1305 v0.10.1
31732026-08-25T22:52:56.770Z Compiling toml_datetime v0.7.5+spec-1.1.0
31742026-08-25T22:52:56.788Z Compiling num-derive v0.4.2
31752026-08-25T22:52:56.849Z Compiling argon2 v0.5.3
31762026-08-25T22:52:56.873Z Compiling heapless v0.8.0
31772026-08-25T22:52:56.937Z Compiling ingot-macros v0.2.0
31782026-08-25T22:52:57.029Z Compiling toml_edit v0.23.10+spec-1.0.0
31792026-08-25T22:52:57.047Z Compiling tabwriter v1.4.1
31802026-08-25T22:52:57.050Z Compiling parse-display v0.10.0
31812026-08-25T22:52:57.084Z Compiling hash32 v0.3.1
31822026-08-25T22:52:57.115Z Compiling thiserror-no-std v2.0.2
31832026-08-25T22:52:57.221Z Compiling vsss-rs v3.3.4
31842026-08-25T22:52:57.240Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31852026-08-25T22:52:57.307Z Compiling typify-impl v0.6.2
31862026-08-25T22:52:57.406Z Compiling smoltcp v0.11.0
31872026-08-25T22:52:57.460Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31882026-08-25T22:52:57.697Z Compiling proc-macro-crate v3.4.0
31892026-08-25T22:52:57.824Z Compiling cobs v0.3.0
31902026-08-25T22:52:57.841Z Compiling colored v3.1.1
31912026-08-25T22:52:58.010Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31922026-08-25T22:52:58.050Z Compiling postcard v1.1.3
31932026-08-25T22:52:58.109Z Compiling proc-macro-error v1.0.4
31942026-08-25T22:52:58.126Z Compiling rand v0.10.1
31952026-08-25T22:52:58.236Z Compiling proc-macro-crate v1.3.1
31962026-08-25T22:52:58.258Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31972026-08-25T22:52:58.279Z Compiling num_enum_derive v0.7.6
31982026-08-25T22:52:58.322Z Compiling foreign-types-macros v0.2.3
31992026-08-25T22:52:58.430Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32002026-08-25T22:52:58.460Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32012026-08-25T22:52:58.477Z Compiling foreign-types-shared v0.3.1
32022026-08-25T22:52:58.557Z Compiling rayon-core v1.13.0
32032026-08-25T22:52:58.682Z Compiling num_enum_derive v0.5.11
32042026-08-25T22:52:58.686Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32052026-08-25T22:52:58.715Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32062026-08-25T22:52:58.750Z Compiling crossbeam-deque v0.8.6
32072026-08-25T22:52:58.810Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32082026-08-25T22:52:58.824Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32092026-08-25T22:52:58.839Z Compiling cstr-argument v0.1.2
32102026-08-25T22:52:58.968Z Compiling foreign-types v0.5.0
32112026-08-25T22:52:58.986Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32122026-08-25T22:52:59.018Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32132026-08-25T22:52:59.038Z Compiling zone_cfg_derive v0.3.1
32142026-08-25T22:52:59.068Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32152026-08-25T22:52:59.221Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32162026-08-25T22:52:59.302Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32172026-08-25T22:52:59.348Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32182026-08-25T22:52:59.365Z Compiling itertools v0.12.1
32192026-08-25T22:52:59.385Z Compiling sigpipe v0.1.3
32202026-08-25T22:52:59.404Z Compiling num_enum v0.7.6
32212026-08-25T22:52:59.423Z Compiling rayon v1.11.0
32222026-08-25T22:52:59.423Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32232026-08-25T22:52:59.459Z Compiling glob v0.3.3
32242026-08-25T22:52:59.500Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32252026-08-25T22:52:59.559Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32262026-08-25T22:52:59.576Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32272026-08-25T22:52:59.681Z Compiling smf v0.2.3
32282026-08-25T22:52:59.705Z Compiling cpubits v0.1.1
32292026-08-25T22:52:59.792Z Compiling num_enum v0.5.11
32302026-08-25T22:52:59.809Z Compiling whoami v1.6.1
32312026-08-25T22:52:59.828Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32322026-08-25T22:52:59.847Z Compiling gethostname v0.5.0
32332026-08-25T22:52:59.851Z Compiling derive-where v1.6.0
32342026-08-25T22:52:59.881Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32352026-08-25T22:52:59.885Z Compiling ingot-types v0.2.0
32362026-08-25T22:52:59.916Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32372026-08-25T22:52:59.919Z Compiling usdt-macro v0.5.0
32382026-08-25T22:52:59.951Z Compiling usdt-attr-macro v0.5.0
32392026-08-25T22:52:59.980Z Compiling num-rational v0.4.2
32402026-08-25T22:52:59.999Z Compiling num-complex v0.4.6
32412026-08-25T22:53:00.225Z Compiling memmap v0.7.0
32422026-08-25T22:53:00.257Z Compiling ingot v0.2.1
32432026-08-25T22:53:00.322Z Compiling toml v0.8.23
32442026-08-25T22:53:00.404Z Compiling num v0.4.3
32452026-08-25T22:53:00.432Z Compiling pem-rfc7468 v1.0.0
32462026-08-25T22:53:00.450Z Compiling float-ord v0.3.2
32472026-08-25T22:53:00.503Z Compiling zone v0.3.1
32482026-08-25T22:53:00.593Z Compiling cancel-safe-futures v0.1.5
32492026-08-25T22:53:00.611Z Compiling resolv-conf v0.7.6
32502026-08-25T22:53:00.630Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32512026-08-25T22:53:00.747Z Compiling hmac v0.13.0
32522026-08-25T22:53:00.768Z Compiling universal-hash v0.6.1
32532026-08-25T22:53:00.821Z Compiling usdt v0.5.0
32542026-08-25T22:53:00.930Z Compiling sha1 v0.10.6
32552026-08-25T22:53:00.967Z Compiling linear-map v1.2.0
32562026-08-25T22:53:00.984Z Compiling prettyplease v0.2.37
32572026-08-25T22:53:00.988Z Compiling libefi-sys v0.1.0
32582026-08-25T22:53:01.128Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32592026-08-25T22:53:01.189Z Compiling polyval v0.7.1
32602026-08-25T22:53:01.206Z Compiling der v0.8.0
32612026-08-25T22:53:01.224Z Compiling hickory-proto v0.24.4
32622026-08-25T22:53:01.228Z Compiling newline-converter v0.3.0
32632026-08-25T22:53:01.261Z Compiling oxide-update-engine-types v0.1.2
32642026-08-25T22:53:01.294Z Compiling console v0.15.11
32652026-08-25T22:53:01.316Z Compiling bitfield-struct v0.6.2
32662026-08-25T22:53:01.330Z Compiling linked-hash-map v0.5.6
32672026-08-25T22:53:01.447Z Compiling ghash v0.6.0
32682026-08-25T22:53:01.626Z Compiling lru-cache v0.1.2
32692026-08-25T22:53:01.643Z Compiling pbkdf2 v0.13.0
32702026-08-25T22:53:01.666Z Compiling crypto-bigint v0.7.5
32712026-08-25T22:53:01.783Z Compiling expectorate v1.2.0
32722026-08-25T22:53:01.799Z Compiling aes v0.9.1
32732026-08-25T22:53:01.820Z Compiling ctr v0.10.1
32742026-08-25T22:53:01.873Z Compiling typify-macro v0.6.2
32752026-08-25T22:53:01.963Z Compiling aead v0.6.1
32762026-08-25T22:53:01.982Z Compiling sha2 v0.11.0
32772026-08-25T22:53:02.063Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32782026-08-25T22:53:02.081Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32792026-08-25T22:53:02.167Z Compiling nom v8.0.0
32802026-08-25T22:53:02.265Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32812026-08-25T22:53:02.369Z Compiling semver v0.1.20
32822026-08-25T22:53:02.397Z Compiling oxide-update-engine v0.1.2
32832026-08-25T22:53:02.552Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32842026-08-25T22:53:02.589Z Compiling rustc_version v0.1.7
32852026-08-25T22:53:02.629Z Compiling aes-gcm v0.11.0
32862026-08-25T22:53:02.647Z Compiling spki v0.8.0
32872026-08-25T22:53:02.698Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32882026-08-25T22:53:02.849Z Compiling tokio-dtrace v0.1.1
32892026-08-25T22:53:02.866Z Compiling dropshot-api-manager-types v0.8.0
32902026-08-25T22:53:02.903Z Compiling salsa20 v0.11.0
32912026-08-25T22:53:02.936Z Compiling slog-dtrace v0.3.0
32922026-08-25T22:53:02.955Z Compiling minimal-lexical v0.2.1
32932026-08-25T22:53:02.991Z Compiling xshell-macros v0.2.7
32942026-08-25T22:53:03.009Z Compiling newtype_derive v0.1.6
32952026-08-25T22:53:03.086Z Compiling oxide-tokio-rt v0.1.4
32962026-08-25T22:53:03.153Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32972026-08-25T22:53:03.182Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32982026-08-25T22:53:03.207Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32992026-08-25T22:53:03.224Z Compiling nom v7.1.3
33002026-08-25T22:53:03.263Z Compiling scrypt v0.12.0
33012026-08-25T22:53:03.305Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33022026-08-25T22:53:03.417Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33032026-08-25T22:53:03.434Z Compiling hickory-resolver v0.24.4
33042026-08-25T22:53:03.476Z Compiling xshell v0.2.7
33052026-08-25T22:53:03.563Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33062026-08-25T22:53:03.600Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33072026-08-25T22:53:03.730Z Compiling typify v0.6.2
33082026-08-25T22:53:03.799Z Compiling phf_shared v0.12.1
33092026-08-25T22:53:03.873Z Compiling progenitor-impl v0.14.0
33102026-08-25T22:53:04.008Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33112026-08-25T22:53:04.026Z Compiling rfc6979 v0.4.0
33122026-08-25T22:53:04.175Z Compiling cbc v0.2.1
33132026-08-25T22:53:04.195Z Compiling proc-macro-error-attr2 v2.0.0
33142026-08-25T22:53:04.227Z Compiling csv-core v0.1.13
33152026-08-25T22:53:04.230Z Compiling highway v1.3.0
33162026-08-25T22:53:04.371Z Compiling unicode-xid v0.2.6
33172026-08-25T22:53:04.522Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33182026-08-25T22:53:04.541Z Compiling qorb v0.4.1
33192026-08-25T22:53:04.561Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33202026-08-25T22:53:04.578Z Compiling chrono-tz v0.10.4
33212026-08-25T22:53:04.640Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33222026-08-25T22:53:04.658Z Compiling proc-macro-error2 v2.0.1
33232026-08-25T22:53:04.661Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33242026-08-25T22:53:04.661Z Compiling const_format_proc_macros v0.2.34
33252026-08-25T22:53:04.661Z Compiling csv v1.4.0
33262026-08-25T22:53:04.820Z Compiling pkcs5 v0.8.1
33272026-08-25T22:53:04.837Z Compiling ecdsa v0.16.9
33282026-08-25T22:53:05.012Z Compiling phf v0.12.1
33292026-08-25T22:53:05.096Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33302026-08-25T22:53:05.282Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33312026-08-25T22:53:05.299Z Compiling primeorder v0.13.6
33322026-08-25T22:53:05.314Z Compiling serde_tokenstream v0.3.0
33332026-08-25T22:53:05.382Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33342026-08-25T22:53:05.464Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33352026-08-25T22:53:05.540Z Compiling hashbrown v0.14.5
33362026-08-25T22:53:05.558Z Compiling salty v0.3.0
33372026-08-25T22:53:05.594Z Compiling const_format v0.2.35
33382026-08-25T22:53:05.634Z Compiling p384 v0.13.1
33392026-08-25T22:53:05.666Z Compiling oxide-generation-macros v0.2.0
33402026-08-25T22:53:05.850Z Compiling pkcs8 v0.11.0
33412026-08-25T22:53:05.939Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33422026-08-25T22:53:06.160Z Compiling chumsky v0.9.3
33432026-08-25T22:53:06.187Z Compiling knus-derive v3.4.0
33442026-08-25T22:53:06.219Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33452026-08-25T22:53:06.255Z Compiling tabled_derive v0.7.0
33462026-08-25T22:53:06.479Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33472026-08-25T22:53:06.591Z Compiling progenitor-macro v0.14.0
33482026-08-25T22:53:06.646Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33492026-08-25T22:53:06.702Z Compiling bcs v0.1.6
33502026-08-25T22:53:06.807Z Compiling ff v0.14.0
33512026-08-25T22:53:06.923Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33522026-08-25T22:53:06.987Z Compiling termtree v0.5.1
33532026-08-25T22:53:07.061Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
33542026-08-25T22:53:07.174Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33552026-08-25T22:53:07.336Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33562026-08-25T22:53:07.371Z Compiling tabled v0.15.0
33572026-08-25T22:53:07.525Z Compiling steno v0.4.1
33582026-08-25T22:53:07.542Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33592026-08-25T22:53:07.560Z Compiling tagptr v0.2.0
33602026-08-25T22:53:07.591Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33612026-08-25T22:53:07.656Z Compiling group v0.14.0
33622026-08-25T22:53:07.739Z Compiling moka v0.12.13
33632026-08-25T22:53:07.845Z Compiling knus v3.4.0
33642026-08-25T22:53:07.845Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33652026-08-25T22:53:07.877Z Compiling signature v3.0.0
33662026-08-25T22:53:07.881Z Compiling base16ct v1.0.0
33672026-08-25T22:53:08.030Z Compiling sec1 v0.8.1
33682026-08-25T22:53:08.112Z Compiling hkdf v0.13.0
33692026-08-25T22:53:08.231Z Compiling libscf-sys v1.2.0
33702026-08-25T22:53:08.312Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33712026-08-25T22:53:08.329Z Compiling elliptic-curve v0.14.1
33722026-08-25T22:53:08.366Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33732026-08-25T22:53:08.395Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33742026-08-25T22:53:08.528Z Compiling hickory-resolver v0.25.2
33752026-08-25T22:53:08.598Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33762026-08-25T22:53:08.633Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33772026-08-25T22:53:08.784Z Compiling parking_lot_core v0.8.6
33782026-08-25T22:53:08.921Z Compiling utf-8 v0.7.6
33792026-08-25T22:53:08.938Z Compiling corncobs v0.1.4
33802026-08-25T22:53:09.095Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33812026-08-25T22:53:09.133Z Compiling tungstenite v0.21.0
33822026-08-25T22:53:09.152Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33832026-08-25T22:53:09.228Z Compiling wnaf v0.14.0
33842026-08-25T22:53:09.373Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33852026-08-25T22:53:09.454Z Compiling primefield v0.14.0
33862026-08-25T22:53:09.505Z Compiling rfc6979 v0.6.0
33872026-08-25T22:53:09.521Z Compiling papergrid v0.18.0
33882026-08-25T22:53:09.539Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33892026-08-25T22:53:09.691Z Compiling git-stub v1.0.0
33902026-08-25T22:53:09.712Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33912026-08-25T22:53:09.730Z Compiling secrecy v0.8.0
33922026-08-25T22:53:09.969Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33932026-08-25T22:53:09.986Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33942026-08-25T22:53:10.011Z Compiling git-stub-vcs v0.1.0
33952026-08-25T22:53:10.092Z Compiling ecdsa v0.17.0
33962026-08-25T22:53:10.248Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33972026-08-25T22:53:10.270Z Compiling tokio-tungstenite v0.21.0
33982026-08-25T22:53:10.405Z Compiling primeorder v0.14.0
33992026-08-25T22:53:10.439Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34002026-08-25T22:53:10.514Z Compiling tabled v0.21.0
34012026-08-25T22:53:10.611Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34022026-08-25T22:53:10.630Z Compiling curve25519-dalek v5.0.0
34032026-08-25T22:53:10.680Z Compiling unicase v2.9.0
34042026-08-25T22:53:10.697Z Compiling illumos-nvpair-sys v0.2.0
34052026-08-25T22:53:10.808Z Compiling parking_lot v0.11.2
34062026-08-25T22:53:10.837Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34072026-08-25T22:53:10.856Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34082026-08-25T22:53:10.912Z Compiling mime_guess v2.0.5
34092026-08-25T22:53:10.930Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34102026-08-25T22:53:10.974Z Compiling ssh-encoding v0.3.0
34112026-08-25T22:53:11.077Z Compiling progenitor-impl v0.13.0
34122026-08-25T22:53:11.187Z Compiling prefix-trie v0.7.0
34132026-08-25T22:53:11.225Z Compiling fxhash v0.2.1
34142026-08-25T22:53:11.244Z Compiling keccak v0.2.0
34152026-08-25T22:53:11.342Z Compiling crc8 v0.1.1
34162026-08-25T22:53:11.389Z Compiling sled v0.34.7
34172026-08-25T22:53:11.485Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34182026-08-25T22:53:11.570Z Compiling ed25519 v3.0.0
34192026-08-25T22:53:11.648Z Compiling hickory-server v0.25.2
34202026-08-25T22:53:11.665Z Compiling crypto-primes v0.7.2
34212026-08-25T22:53:11.857Z Compiling progenitor v0.14.0
34222026-08-25T22:53:11.878Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34232026-08-25T22:53:12.030Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34242026-08-25T22:53:12.051Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34252026-08-25T22:53:12.070Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34262026-08-25T22:53:12.692Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34272026-08-25T22:53:12.713Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34282026-08-25T22:53:12.731Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34292026-08-25T22:53:12.790Z Compiling pkcs1 v0.8.0-rc.4
34302026-08-25T22:53:13.092Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34312026-08-25T22:53:13.219Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34322026-08-25T22:53:13.417Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34332026-08-25T22:53:13.439Z Compiling poly1305 v0.9.0
34342026-08-25T22:53:13.462Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34352026-08-25T22:53:13.554Z Compiling progenitor-client v0.13.0
34362026-08-25T22:53:13.604Z Compiling blowfish v0.10.0
34372026-08-25T22:53:13.832Z Compiling progenitor-macro v0.13.0
34382026-08-25T22:53:13.833Z Compiling blake2 v0.11.0-rc.6
34392026-08-25T22:53:13.888Z Compiling http-range v0.1.5
34402026-08-25T22:53:13.909Z Compiling half v1.8.3
34412026-08-25T22:53:14.019Z Compiling bcrypt-pbkdf v0.11.0
34422026-08-25T22:53:14.111Z Compiling ssh-cipher v0.3.0
34432026-08-25T22:53:14.244Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34442026-08-25T22:53:14.361Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34452026-08-25T22:53:14.461Z Compiling serde_cbor v0.11.2
34462026-08-25T22:53:14.725Z Compiling argon2 v0.6.0-rc.8
34472026-08-25T22:53:14.762Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34482026-08-25T22:53:14.831Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34492026-08-25T22:53:15.078Z Compiling rsa v0.10.0-rc.18
34502026-08-25T22:53:15.193Z Compiling ed25519-dalek v3.0.0
34512026-08-25T22:53:15.231Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34522026-08-25T22:53:15.590Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34532026-08-25T22:53:15.828Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34542026-08-25T22:53:15.952Z Compiling illumos-nvpair v0.3.0
34552026-08-25T22:53:16.139Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34562026-08-25T22:53:16.231Z Compiling sha3 v0.11.0
34572026-08-25T22:53:16.383Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34582026-08-25T22:53:16.633Z Compiling p256 v0.14.0
34592026-08-25T22:53:16.651Z Compiling p384 v0.14.0
34602026-08-25T22:53:16.678Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34612026-08-25T22:53:16.748Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34622026-08-25T22:53:16.766Z Compiling p521 v0.14.0
34632026-08-25T22:53:17.009Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34642026-08-25T22:53:17.027Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34652026-08-25T22:53:17.306Z Compiling scuffle v0.1.0
34662026-08-25T22:53:17.607Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34672026-08-25T22:53:17.801Z Compiling yasna v0.5.2
34682026-08-25T22:53:17.819Z Compiling kstat-rs v0.2.5
34692026-08-25T22:53:18.150Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34702026-08-25T22:53:18.285Z Compiling headers-core v0.3.0
34712026-08-25T22:53:18.399Z Compiling kem v0.3.0
34722026-08-25T22:53:18.432Z Compiling module-lattice v0.2.3
34732026-08-25T22:53:18.450Z Compiling nanorand v0.7.0
34742026-08-25T22:53:18.520Z Compiling sponge-cursor v0.1.0
34752026-08-25T22:53:18.559Z Compiling headers v0.4.1
34762026-08-25T22:53:18.633Z Compiling rcgen v0.12.1
34772026-08-25T22:53:18.685Z Compiling flume v0.11.1
34782026-08-25T22:53:18.722Z Compiling sha3 v0.12.0
34792026-08-25T22:53:18.762Z Compiling ml-kem v0.3.2
34802026-08-25T22:53:18.785Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34812026-08-25T22:53:18.985Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34822026-08-25T22:53:19.004Z Compiling progenitor v0.13.0
34832026-08-25T22:53:19.027Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34842026-08-25T22:53:19.044Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34852026-08-25T22:53:19.074Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34862026-08-25T22:53:19.145Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34872026-08-25T22:53:19.206Z Compiling hyper-staticfile v0.10.1
34882026-08-25T22:53:19.302Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34892026-08-25T22:53:19.325Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34902026-08-25T22:53:19.399Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34912026-08-25T22:53:19.523Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34922026-08-25T22:53:19.699Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34932026-08-25T22:53:19.740Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34942026-08-25T22:53:19.760Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34952026-08-25T22:53:19.795Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34962026-08-25T22:53:19.862Z Compiling russh-cryptovec v0.62.0
34972026-08-25T22:53:19.890Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34982026-08-25T22:53:19.936Z Compiling ssh-key v0.7.0-rc.11
34992026-08-25T22:53:20.031Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35002026-08-25T22:53:20.053Z Compiling internal-russh-num-bigint v0.5.0
35012026-08-25T22:53:20.101Z Compiling port-file v0.1.0
35022026-08-25T22:53:20.121Z Compiling num-bigint v0.4.6
35032026-08-25T22:53:20.148Z Compiling generic-array v1.4.3
35042026-08-25T22:53:20.210Z Compiling russh-util v0.52.0
35052026-08-25T22:53:20.272Z Compiling enum_dispatch v0.3.13
35062026-08-25T22:53:20.388Z Compiling delegate v0.13.5
35072026-08-25T22:53:20.404Z Compiling subprocess v0.2.15
35082026-08-25T22:53:20.551Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35092026-08-25T22:53:20.654Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35102026-08-25T22:53:20.826Z Compiling hex-literal v1.1.0
35112026-08-25T22:53:20.969Z Compiling md5 v0.8.0
35122026-08-25T22:53:20.997Z Compiling display-error-chain v0.2.2
35132026-08-25T22:53:21.169Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35142026-08-25T22:53:21.202Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35152026-08-25T22:53:21.225Z Compiling colored v2.2.0
35162026-08-25T22:53:21.258Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35172026-08-25T22:53:21.275Z Compiling socket2 v0.5.10
35182026-08-25T22:53:21.377Z Compiling internet-checksum v0.2.1
35192026-08-25T22:53:21.393Z Compiling russh v0.62.4
35202026-08-25T22:53:21.802Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35212026-08-25T22:53:21.966Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35222026-08-25T22:53:22.024Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35232026-08-25T22:53:24.505Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35242026-08-25T22:53:25.257Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35252026-08-25T22:53:25.774Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35262026-08-25T22:53:26.975Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35272026-08-25T22:53:27.129Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35282026-08-25T22:53:35.982Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35292026-08-25T22:53:35.982Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35302026-08-25T22:53:35.982Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35312026-08-25T22:53:35.985Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35322026-08-25T22:53:35.985Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35332026-08-25T22:53:37.839Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35342026-08-25T22:53:37.856Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35352026-08-25T22:53:42.090Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35362026-08-25T22:54:23.341Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
35372026-08-25T22:54:23.344Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35382026-08-25T22:54:23.344Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35392026-08-25T22:54:23.568Z
35402026-08-25T22:54:23.568Zreal 1:29.864602781
35412026-08-25T22:54:23.568Zuser 8:39.518302855
35422026-08-25T22:54:23.569Zsys 1:43.421401805
35432026-08-25T22:54:23.569Ztrap 0.252237792
35442026-08-25T22:54:23.569Ztflt 0.306353148
35452026-08-25T22:54:23.569Zdflt 1.928948385
35462026-08-25T22:54:23.569Zkflt 0.000289685
35472026-08-25T22:54:23.574Zlock 32:11.475121040
35482026-08-25T22:54:23.575Zslp 19:42.901337261
35492026-08-25T22:54:23.575Zlat 41.039834775
35502026-08-25T22:54:23.575Zstop 3:03.572875567
35512026-08-25T22:54:23.575Z+ mkdir tests
35522026-08-25T22:54:23.579Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35532026-08-25T22:54:23.579Z+ xargs -I '{}' -t cp '{}' tests/
35542026-08-25T22:54:23.598Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-18c8e701cc772c1a tests/
35552026-08-25T22:54:23.629Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e7456782bda4b131 tests/
35562026-08-25T22:54:23.662Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-dd0f6826be0b7d2d tests/
35572026-08-25T22:54:23.693Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-0227f105ade49820 tests/
35582026-08-25T22:54:24.051Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override)
35592026-08-25T22:54:24.054Z+ 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-e7456782bda4b131 tests/commtest-dd0f6826be0b7d2d tests/dhcp_server-18c8e701cc772c1a tests/end_to_end_tests-0227f105ade49820 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
35602026-08-25T22:55:53.334ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35612026-08-25T22:55:53.334Za .github/buildomat/ci-env.sh 1K
35622026-08-25T22:55:53.334Za out/target/test 1K
35632026-08-25T22:55:53.334Za out/npuzone/npuzone 27402K
35642026-08-25T22:55:53.334Za package-manifest.toml 35K
35652026-08-25T22:55:53.334Za smf/sled-agent/non-gimlet/config.toml 6K
35662026-08-25T22:55:53.334Za target/release/omicron-package 48313K
35672026-08-25T22:55:53.334Za target/release/xtask 11727K
35682026-08-25T22:55:53.334Za target/debug/bootstrap 439318K
35692026-08-25T22:55:53.334Za tests/bootstrap-e7456782bda4b131 34430K
35702026-08-25T22:55:53.334Za tests/commtest-dd0f6826be0b7d2d 34431K
35712026-08-25T22:55:53.334Za tests/dhcp_server-18c8e701cc772c1a 34431K
35722026-08-25T22:55:53.334Za tests/end_to_end_tests-0227f105ade49820 502850K
35732026-08-25T22:55:53.334Za tools/opte_version 1K
35742026-08-25T22:55:53.334Za tools/opte_version_override 2K
35752026-08-25T22:55:53.334Za out/clickhouse.tar.gz 330304K
35762026-08-25T22:55:53.334Za out/clickhouse_keeper.tar.gz 314303K
35772026-08-25T22:55:53.334Za out/clickhouse_server.tar.gz 330301K
35782026-08-25T22:55:53.334Za out/cockroachdb.tar.gz 169642K
35792026-08-25T22:55:53.334Za out/crucible-pantry-zone.tar.gz 41358K
35802026-08-25T22:55:53.334Za out/crucible-utils.tar 18900K
35812026-08-25T22:55:53.335Za out/crucible-zone.tar.gz 56170K
35822026-08-25T22:55:53.335Za out/external-dns.tar.gz 47478K
35832026-08-25T22:55:53.335Za out/internal-dns.tar.gz 47478K
35842026-08-25T22:55:53.335Za out/mg-ddm-gz.tar 100917K
35852026-08-25T22:55:53.335Za out/nexus.tar.gz 360956K
35862026-08-25T22:55:53.335Za out/ntp.tar.gz 34702K
35872026-08-25T22:55:53.335Za out/omicron-gateway-softnpu.tar.gz 28243K
35882026-08-25T22:55:53.335Za out/omicron-sled-agent.tar 239907K
35892026-08-25T22:55:53.335Za out/overlay.tar.gz 4K
35902026-08-25T22:55:53.335Za out/oximeter.tar.gz 70937K
35912026-08-25T22:55:53.335Za out/oxlog.tar 4070K
35922026-08-25T22:55:53.335Za out/probe.tar.gz 3037K
35932026-08-25T22:55:53.335Za out/propolis-server.tar.gz 34642K
35942026-08-25T22:55:53.335Za out/pumpkind-gz.tar 26647K
35952026-08-25T22:55:53.335Za out/switch-softnpu.tar.gz 501837K
35962026-08-25T22:55:53.339Z
35972026-08-25T22:55:53.339Zreal 1:29.279479841
35982026-08-25T22:55:53.339Zuser 1:26.377745560
35992026-08-25T22:55:53.339Zsys 4.888518432
36002026-08-25T22:55:53.339Ztrap 0.006665808
36012026-08-25T22:55:53.339Ztflt 0.000000000
36022026-08-25T22:55:53.339Zdflt 0.000000000
36032026-08-25T22:55:53.339Zkflt 0.000000000
36042026-08-25T22:55:53.339Zlock 0.000000000
36052026-08-25T22:55:53.339Zslp 1:26.201367990
36062026-08-25T22:55:53.339Zlat 1.078576077
36072026-08-25T22:55:53.339Zstop 0.000175228
36082026-08-25T22:55:53.339Zprocess exited: duration 1118872 ms, exit code 0
 
36092026-08-25T22:55:53.354Zfound 1 output files
36102026-08-25T22:55:53.355Zuploading: /work/package.tar.gz (2764215192 bytes)
36112026-08-25T22:56:29.699Zuploaded: /work/package.tar.gz