01KWZFF0Q3HKKZQCMW3Y3AJDWT: 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: 01KWZFFF8KHR1WNP8RRAHEWRR3

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-07T23:44:59.079Zjob assigned to worker 01KWZFFMMDYTVFM5KXFDNQHZZX [factory aws, i-0e974bc1e4d9143af] (queued for 48 s)
 
22026-07-07T23:45:06.559Zstarting task 0: "setup"
32026-07-07T23:45:06.563Z++ uname -s
42026-07-07T23:45:06.566Z+ kern=SunOS
52026-07-07T23:45:06.566Z+ build_user=build
62026-07-07T23:45:06.566Z+ build_uid=12345
72026-07-07T23:45:06.566Z+ work_dir=/work
82026-07-07T23:45:06.566Z+ input_dir=/input
92026-07-07T23:45:06.566Z+ [[ 0 == 12345 ]]
102026-07-07T23:45:06.566Z+ case "$kern" in
112026-07-07T23:45:06.566Z+ groupadd -g 12345 build
122026-07-07T23:45:06.569Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-07T23:45:08.574Z+ zfs create -o mountpoint=/work rpool/work
142026-07-07T23:45:08.691Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-07T23:45:08.694Z+ home_fs=zfs
162026-07-07T23:45:08.694Z+ [[ zfs == autofs ]]
172026-07-07T23:45:08.694Z+ mkdir -p /home/build
182026-07-07T23:45:08.697Z+ chown build:build /home/build /work
192026-07-07T23:45:10.697Z+ chmod 0700 /home/build /work
202026-07-07T23:45:10.700Zprocess exited: duration 4142 ms, exit code 0
 
212026-07-07T23:45:10.707Zstarting task 1: "rust-toolchain"
222026-07-07T23:45:10.712Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-07T23:45:10.712Z * rust toolchain channel = "1.96.1"
242026-07-07T23:45:10.712Z * rust toolchain profile = "default"
252026-07-07T23:45:10.712Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-07T23:45:10.712Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-07T23:45:10.712Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-07T23:45:10.716Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-07T23:45:10.716Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-07T23:45:10.778Zinfo: downloading installer
312026-07-07T23:45:12.506Zwarn: It looks like you have an existing rustup settings file at:
322026-07-07T23:45:12.506Zwarn: /home/build/.rustup/settings.toml
332026-07-07T23:45:12.506Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-07T23:45:12.506Zwarn: instead of the one inferred from the default host triple.
352026-07-07T23:45:12.518Zinfo: profile set to default
362026-07-07T23:45:12.518Zinfo: default host triple is x86_64-unknown-illumos
372026-07-07T23:45:12.521Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-07T23:45:12.676Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-07T23:45:12.679Zinfo: downloading 6 components
402026-07-07T23:45:27.951Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-07T23:45:27.951Z
422026-07-07T23:45:27.978Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-07T23:45:27.978Z
442026-07-07T23:45:27.978Z
452026-07-07T23:45:27.978ZRust is installed now. Great!
462026-07-07T23:45:27.978Z
472026-07-07T23:45:27.978ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-07T23:45:27.978Zenvironment variable. This has not been done automatically.
492026-07-07T23:45:27.978Z
502026-07-07T23:45:27.978ZTo configure your current shell, you need to source
512026-07-07T23:45:27.978Zthe corresponding env file under $HOME/.cargo.
522026-07-07T23:45:27.978Z
532026-07-07T23:45:27.978ZThis is usually done by running one of the following (note the leading DOT):
542026-07-07T23:45:27.982Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-07T23:45:27.982Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-07T23:45:27.982Zsource "~/.cargo/env.nu" # For nushell
572026-07-07T23:45:27.982Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-07T23:45:27.982Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-07T23:45:27.982Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-07T23:45:27.982Zwarn: no default linker (`cc`) was found in your PATH
612026-07-07T23:45:27.982Zwarn: many Rust crates require a system C toolchain to build
622026-07-07T23:45:28.085Z+ rustup --version
632026-07-07T23:45:28.092Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-07T23:45:28.094Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-07T23:45:28.114Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-07T23:45:28.117Z+ cargo --version
672026-07-07T23:45:28.125Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-07T23:45:28.128Z+ rustc --version
692026-07-07T23:45:28.150Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-07T23:45:28.154Zprocess exited: duration 17444 ms, exit code 0
 
712026-07-07T23:45:28.160Zstarting task 2: "authentication"
722026-07-07T23:45:28.174ZWARNING: control request failure (retrying): Invalid Response Payload (b"<html>\r\n<head><title>502 Bad Gateway</title></head>\r\n<body>\r\n<center><h1>502 Bad Gateway</h1></center>\r\n<hr><center>nginx/1.29.0</center>\r\n</body>\r\n</html>\r\n"): expected value at line 1 column 1
732026-07-07T23:45:30.185Zprocess exited: duration 2025 ms, exit code 0
 
742026-07-07T23:45:30.192Zstarting task 3: "clone repository"
752026-07-07T23:45:30.197Z+ mkdir -p /work/oxidecomputer/omicron
762026-07-07T23:45:30.200Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-07-07T23:45:30.236ZCloning into '/work/oxidecomputer/omicron'...
782026-07-07T23:45:40.895Z+ cd /work/oxidecomputer/omicron
792026-07-07T23:45:40.895Z+ git fetch origin 041867f7c27550747541203db19d3aac19bc088d
802026-07-07T23:45:41.179ZFrom https://github.com/oxidecomputer/omicron
812026-07-07T23:45:41.179Z * branch 041867f7c27550747541203db19d3aac19bc088d -> FETCH_HEAD
822026-07-07T23:45:41.193Z+ [[ -n jmcarp/oximeter-queue-depth-metric ]]
832026-07-07T23:45:41.196Z++ git branch --show-current
842026-07-07T23:45:41.199Z+ current=main
852026-07-07T23:45:41.199Z+ [[ main != jmcarp/oximeter-queue-depth-metric ]]
862026-07-07T23:45:41.199Z+ git branch -f jmcarp/oximeter-queue-depth-metric 041867f7c27550747541203db19d3aac19bc088d
872026-07-07T23:45:41.202Z+ git checkout -f jmcarp/oximeter-queue-depth-metric
882026-07-07T23:45:41.245ZSwitched to branch 'jmcarp/oximeter-queue-depth-metric'
892026-07-07T23:45:41.248Z+ git reset --hard 041867f7c27550747541203db19d3aac19bc088d
902026-07-07T23:45:41.290ZHEAD is now at 041867f7c Oximeter: add queue depth metric.
912026-07-07T23:45:41.293Zprocess exited: duration 11099 ms, exit code 0
 
922026-07-07T23:45:41.299Zstarting task 4: "build"
932026-07-07T23:45:41.303Z+ source .github/buildomat/ci-env.sh
942026-07-07T23:45:41.303Z++ export CARGO_TERM_COLOR=always
952026-07-07T23:45:41.306Z++ CARGO_TERM_COLOR=always
962026-07-07T23:45:41.306Z+++ uname -s
972026-07-07T23:45:41.306Z++ [[ SunOS == \S\u\n\O\S ]]
982026-07-07T23:45:41.306Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
992026-07-07T23:45:41.309Z+ cargo --version
1002026-07-07T23:45:41.318Zcargo 1.96.1 (356927216 2026-06-26)
1012026-07-07T23:45:41.321Z+ rustc --version
1022026-07-07T23:45:41.341Zrustc 1.96.1 (31fca3adb 2026-06-26)
1032026-07-07T23:45:41.344Z+ WORK=/work
1042026-07-07T23:45:41.344Z+ pfexec mkdir -p /work
1052026-07-07T23:45:41.346Z+ pfexec chown build /work
1062026-07-07T23:45:41.349Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1072026-07-07T23:45:43.394Z Startup: Refreshing catalog 'helios' ... Done
1082026-07-07T23:45:43.507Z Startup: Caching catalogs ... Done
1092026-07-07T23:45:44.001ZPlanning: Solver setup ... Done (0.439s)
1102026-07-07T23:45:44.027ZPlanning: Running solver ... Done (0.027s)
1112026-07-07T23:45:44.039ZPlanning: Finding local manifests ... Done (0.003s)
1122026-07-07T23:45:44.051ZPlanning: Fetching manifests: 0/2 0% complete
1132026-07-07T23:45:44.068ZPlanning: Fetching manifests: 2/2 100% complete
1142026-07-07T23:45:44.082ZPlanning: Package planning ... Done (0.014s)
1152026-07-07T23:45:44.085ZPlanning: Merging actions ... Done (0.001s)
1162026-07-07T23:45:44.255ZPlanning: Checking for conflicting actions ... Done (0.172s)
1172026-07-07T23:45:44.258ZPlanning: Consolidating action changes ... Done (0.001s)
1182026-07-07T23:45:45.079ZPlanning: Evaluating mediators ... Done (0.822s)
1192026-07-07T23:45:45.082ZPlanning: Planning completed in 1.55 seconds
1202026-07-07T23:45:45.090Z Packages to install: 2
1212026-07-07T23:45:45.090Z Estimated space available: 156.06 GB
1222026-07-07T23:45:45.090ZEstimated space to be consumed: 30.99 MB
1232026-07-07T23:45:45.090Z Create boot environment: No
1242026-07-07T23:45:45.093ZCreate backup boot environment: No
1252026-07-07T23:45:45.093Z Rebuild boot archive: No
1262026-07-07T23:45:45.093Z
1272026-07-07T23:45:45.093ZChanged packages:
1282026-07-07T23:45:45.093Zhelios
1292026-07-07T23:45:45.093Z developer/build-essential
1302026-07-07T23:45:45.093Z None -> 11-3.0
1312026-07-07T23:45:45.093Z library/libxmlsec1
1322026-07-07T23:45:45.093Z None -> 1.2.35-3.0
1332026-07-07T23:45:45.115Z
1342026-07-07T23:45:45.115ZDownload: 0/214 items 0.0/1.3MB 0% complete
1352026-07-07T23:45:45.641ZDownload: Completed 1.28 MB in 0.53 seconds (2.4M/s)
1362026-07-07T23:45:45.720Z Actions: 1/268 actions (Installing new actions)
1372026-07-07T23:45:45.759Z Actions: Completed 268 actions in 0.04 seconds.
1382026-07-07T23:45:45.771ZFinalize: Updating package state database ... Done (0.012s)
1392026-07-07T23:45:45.771ZFinalize: Updating package cache ... Done (0.000s)
1402026-07-07T23:45:45.799ZFinalize: Updating image state ... Done (0.028s)
1412026-07-07T23:45:48.362ZFinalize: Creating fast lookup database ... Done (2.538s)
1422026-07-07T23:45:48.433ZFinalize: Reading search index ... Done (0.012s)
1432026-07-07T23:45:48.436ZFinalize: Updating search index ... Done (0.000s)
1442026-07-07T23:45:48.506ZFinalize: Updating package cache ... Done (0.000s)
1452026-07-07T23:45:48.820ZPlanning: Evaluating mediator changes ... Done
1462026-07-07T23:45:48.925ZPlanning: Checking for conflicting actions ... Done
1472026-07-07T23:45:48.928ZPlanning: Consolidating action changes ... Done
1482026-07-07T23:45:49.082ZPlanning: Evaluating mediators ... Done
1492026-07-07T23:45:49.085ZPlanning: Planning completed in 0.26 seconds
1502026-07-07T23:45:49.105Z Mediators to change: 2
1512026-07-07T23:45:49.105Z Create boot environment: No
1522026-07-07T23:45:49.105ZCreate backup boot environment: No
1532026-07-07T23:45:49.162ZFinalize: Updating package state database ... Done
1542026-07-07T23:45:49.162ZFinalize: Updating package cache ... Done
1552026-07-07T23:45:49.180ZFinalize: Updating image state ... Done
1562026-07-07T23:45:51.132ZFinalize: Creating fast lookup database ... Done
1572026-07-07T23:45:51.197ZFinalize: Reading search index ... Done
1582026-07-07T23:45:51.200ZFinalize: Updating search index ... Done
1592026-07-07T23:45:51.271ZFinalize: Updating package cache ... Done
1602026-07-07T23:45:51.559ZPlanning: Evaluating mediator changes ... Done
1612026-07-07T23:45:51.665ZPlanning: Checking for conflicting actions ... Done
1622026-07-07T23:45:51.668ZPlanning: Consolidating action changes ... Done
1632026-07-07T23:45:51.821ZPlanning: Evaluating mediators ... Done
1642026-07-07T23:45:51.824ZPlanning: Planning completed in 0.26 seconds
1652026-07-07T23:45:51.844Z Mediators to change: 1
1662026-07-07T23:45:51.844Z Create boot environment: No
1672026-07-07T23:45:51.847ZCreate backup boot environment: No
1682026-07-07T23:45:51.887ZFinalize: Updating package state database ... Done
1692026-07-07T23:45:51.887ZFinalize: Updating package cache ... Done
1702026-07-07T23:45:51.903ZFinalize: Updating image state ... Done
1712026-07-07T23:45:53.851ZFinalize: Creating fast lookup database ... Done
1722026-07-07T23:45:53.914ZFinalize: Reading search index ... Done
1732026-07-07T23:45:53.917ZFinalize: Updating search index ... Done
1742026-07-07T23:45:53.976ZFinalize: Updating package cache ... Done
1752026-07-07T23:45:54.289ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1762026-07-07T23:45:54.289Zapache system 2.4 system
1772026-07-07T23:45:54.290Zclang system 15 system
1782026-07-07T23:45:54.290Zcsh system system illumos
1792026-07-07T23:45:54.290Zctags system system illumos
1802026-07-07T23:45:54.290Zfile vendor vendor darwinsys
1812026-07-07T23:45:54.290Zfile system system illumos
1822026-07-07T23:45:54.290Zgcc vendor 14 vendor
1832026-07-07T23:45:54.290Zgcc system 13 system
1842026-07-07T23:45:54.290Zgcc system 10 system
1852026-07-07T23:45:54.290Zgo system 1.25 system
1862026-07-07T23:45:54.290Zllvm system 15 system
1872026-07-07T23:45:54.290Zmariadb system 11.4 system
1882026-07-07T23:45:54.290Zmta vendor vendor dma
1892026-07-07T23:45:54.290Zopenjdk system 17 system
1902026-07-07T23:45:54.290Zopenjdk system 11 system
1912026-07-07T23:45:54.290Zopenssl vendor 3 vendor
1922026-07-07T23:45:54.290Zperl system 5.40 system
1932026-07-07T23:45:54.290Zpostgresql system 18 system
1942026-07-07T23:45:54.290Zpostgresql system 17 system
1952026-07-07T23:45:54.290Zpython vendor 3 vendor
1962026-07-07T23:45:54.290Zpython system 2 system
1972026-07-07T23:45:54.290Zpython3 vendor 3.13 vendor
1982026-07-07T23:45:54.290Zruby system 3.4 system
1992026-07-07T23:45:54.290Zruby system 3.0 system
2002026-07-07T23:45:54.290Zwords vendor vendor american-english
2012026-07-07T23:45:54.290Zwords system system australian-english
2022026-07-07T23:45:54.291Zwords system system british-english
2032026-07-07T23:45:54.291Zwords system system canadian-english
2042026-07-07T23:45:54.291Zwords system system french
2052026-07-07T23:45:54.291Zwords system system italian
2062026-07-07T23:45:54.291Zwords system system ngerman
2072026-07-07T23:45:54.291Zwords system system ogerman
2082026-07-07T23:45:54.291Zwords system system spanish
2092026-07-07T23:45:54.539ZPUBLISHER TYPE STATUS P LOCATION
2102026-07-07T23:45:54.539Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2112026-07-07T23:45:54.848ZFMRI IFO
2122026-07-07T23:45:54.848Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2132026-07-07T23:45:54.849Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2142026-07-07T23:45:54.849Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2152026-07-07T23:45:54.849Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2162026-07-07T23:45:54.849Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2172026-07-07T23:45:54.849Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2182026-07-07T23:45:54.849Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2192026-07-07T23:45:54.849Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2202026-07-07T23:45:54.849Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2212026-07-07T23:45:55.102Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2222026-07-07T23:45:55.360Z Updating crates.io index
2232026-07-07T23:45:55.363Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2242026-07-07T23:45:55.571Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2252026-07-07T23:45:55.849Z Updating git repository `https://github.com/oxidecomputer/propolis`
2262026-07-07T23:45:56.891Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2272026-07-07T23:45:57.452Z Updating git repository `https://github.com/oxidecomputer/crucible`
2282026-07-07T23:45:59.274Z Updating git repository `https://github.com/oxidecomputer/opte`
2292026-07-07T23:45:59.989Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-07-07T23:46:00.218Z Updating git repository `https://github.com/oxidecomputer/lldp`
2312026-07-07T23:46:00.527Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2322026-07-07T23:46:01.568Z Updating git repository `https://github.com/oxidecomputer/clickward`
2332026-07-07T23:46:01.798Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2342026-07-07T23:46:02.123Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2352026-07-07T23:46:02.362Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2362026-07-07T23:46:02.762Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2372026-07-07T23:46:03.256Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2382026-07-07T23:46:03.531Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2392026-07-07T23:46:03.752Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2402026-07-07T23:46:03.999Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2412026-07-07T23:46:04.269Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2422026-07-07T23:46:04.486Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2432026-07-07T23:46:04.709Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2442026-07-07T23:46:04.934Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2452026-07-07T23:46:05.286Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2462026-07-07T23:46:05.575Z Updating git repository `https://github.com/oxidecomputer/erebor`
2472026-07-07T23:46:05.945Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2482026-07-07T23:46:06.359Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2492026-07-07T23:46:06.591Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-07-07T23:46:06.853Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-07-07T23:46:07.066Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522026-07-07T23:46:07.293Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-07-07T23:46:07.615Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-07T23:46:07.956Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-07-07T23:46:08.214Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2562026-07-07T23:46:08.488Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-07-07T23:46:08.717Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-07-07T23:46:08.976Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-07-07T23:46:09.249Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-07-07T23:46:09.458Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-07-07T23:46:09.701Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-07-07T23:46:09.955Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-07-07T23:46:12.952Z Downloading crates ...
2642026-07-07T23:46:13.003Z Downloaded cfg-if v1.0.4
2652026-07-07T23:46:13.006Z Downloaded anstyle v1.0.14
2662026-07-07T23:46:13.010Z Downloaded anstream v1.0.0
2672026-07-07T23:46:13.014Z Downloaded papergrid v0.11.0
2682026-07-07T23:46:13.021Z Downloaded itoa v1.0.17
2692026-07-07T23:46:13.024Z Downloaded zmij v1.0.21
2702026-07-07T23:46:13.027Z Downloaded cargo_toml v0.21.0
2712026-07-07T23:46:13.029Z Downloaded equivalent v1.0.2
2722026-07-07T23:46:13.029Z Downloaded cargo-platform v0.3.2
2732026-07-07T23:46:13.032Z Downloaded zerocopy-derive v0.7.35
2742026-07-07T23:46:13.032Z Downloaded bytecount v0.6.9
2752026-07-07T23:46:13.035Z Downloaded cargo_metadata v0.23.1
2762026-07-07T23:46:13.035Z Downloaded fs-err v3.3.0
2772026-07-07T23:46:13.038Z Downloaded clap_lex v1.0.0
2782026-07-07T23:46:13.038Z Downloaded swrite v0.1.0
2792026-07-07T23:46:13.041Z Downloaded cpufeatures v0.2.17
2802026-07-07T23:46:13.041Z Downloaded fastrand v2.3.0
2812026-07-07T23:46:13.043Z Downloaded zerocopy v0.7.35
2822026-07-07T23:46:13.052Z Downloaded digest v0.10.7
2832026-07-07T23:46:13.055Z Downloaded anstyle-query v1.1.5
2842026-07-07T23:46:13.057Z Downloaded unicode-linebreak v0.1.5
2852026-07-07T23:46:13.057Z Downloaded memmap v0.7.0
2862026-07-07T23:46:13.060Z Downloaded serde_spanned v0.6.9
2872026-07-07T23:46:13.064Z Downloaded fnv v1.0.7
2882026-07-07T23:46:13.067Z Downloaded byteorder v1.5.0
2892026-07-07T23:46:13.072Z Downloaded once_cell v1.21.3
2902026-07-07T23:46:13.075Z Downloaded usdt-macro v0.5.0
2912026-07-07T23:46:13.075Z Downloaded heck v0.4.1
2922026-07-07T23:46:13.075Z Downloaded is_terminal_polyfill v1.70.2
2932026-07-07T23:46:13.078Z Downloaded colorchoice v1.0.4
2942026-07-07T23:46:13.078Z Downloaded generic-array v0.14.7
2952026-07-07T23:46:13.078Z Downloaded autocfg v1.5.0
2962026-07-07T23:46:13.081Z Downloaded errno v0.3.14
2972026-07-07T23:46:13.084Z Downloaded version_check v0.9.5
2982026-07-07T23:46:13.091Z Downloaded camino-tempfile v1.4.1
2992026-07-07T23:46:13.093Z Downloaded anyhow v1.0.102
3002026-07-07T23:46:13.096Z Downloaded bitflags v2.11.0
3012026-07-07T23:46:13.096Z Downloaded heck v0.5.0
3022026-07-07T23:46:13.099Z Downloaded clap v4.6.1
3032026-07-07T23:46:13.102Z Downloaded terminal_size v0.4.3
3042026-07-07T23:46:13.102Z Downloaded thread-id v4.2.2
3052026-07-07T23:46:13.104Z Downloaded scroll_derive v0.12.1
3062026-07-07T23:46:13.104Z Downloaded dtrace-parser v0.2.0
3072026-07-07T23:46:13.105Z Downloaded crypto-common v0.1.7
3082026-07-07T23:46:13.105Z Downloaded smawk v0.3.2
3092026-07-07T23:46:13.105Z Downloaded dof v0.3.0
3102026-07-07T23:46:13.108Z Downloaded pretty-hex v0.4.1
3112026-07-07T23:46:13.108Z Downloaded block-buffer v0.10.4
3122026-07-07T23:46:13.111Z Downloaded proc-macro-error-attr v1.0.4
3132026-07-07T23:46:13.128Z Downloaded plain v0.2.3
3142026-07-07T23:46:13.131Z Downloaded usdt-attr-macro v0.5.0
3152026-07-07T23:46:13.134Z Downloaded strsim v0.11.1
3162026-07-07T23:46:13.137Z Downloaded toml_datetime v0.6.11
3172026-07-07T23:46:13.137Z Downloaded tabled_derive v0.7.0
3182026-07-07T23:46:13.144Z Downloaded serde_tokenstream v0.2.3
3192026-07-07T23:46:13.147Z Downloaded anstyle-parse v1.0.0
3202026-07-07T23:46:13.147Z Downloaded macaddr v1.0.1
3212026-07-07T23:46:13.150Z Downloaded clap_derive v4.6.1
3222026-07-07T23:46:13.152Z Downloaded sha2 v0.10.9
3232026-07-07T23:46:13.152Z Downloaded camino v1.2.2
3242026-07-07T23:46:13.155Z Downloaded usdt v0.5.0
3252026-07-07T23:46:13.155Z Downloaded log v0.4.29
3262026-07-07T23:46:13.158Z Downloaded utf8parse v0.2.2
3272026-07-07T23:46:13.158Z Downloaded toml_write v0.1.2
3282026-07-07T23:46:13.160Z Downloaded thiserror v1.0.69
3292026-07-07T23:46:13.173Z Downloaded thiserror-impl v1.0.69
3302026-07-07T23:46:13.175Z Downloaded proc-macro-error v1.0.4
3312026-07-07T23:46:13.179Z Downloaded usdt-impl v0.5.0
3322026-07-07T23:46:13.186Z Downloaded thiserror v2.0.18
3332026-07-07T23:46:13.189Z Downloaded thiserror-impl v2.0.18
3342026-07-07T23:46:13.191Z Downloaded getrandom v0.4.1
3352026-07-07T23:46:13.198Z Downloaded tempfile v3.25.0
3362026-07-07T23:46:13.201Z Downloaded pest_generator v2.8.6
3372026-07-07T23:46:13.204Z Downloaded semver v1.0.28
3382026-07-07T23:46:13.207Z Downloaded ucd-trie v0.1.7
3392026-07-07T23:46:13.210Z Downloaded toml v0.8.23
3402026-07-07T23:46:13.210Z Downloaded scroll v0.12.0
3412026-07-07T23:46:13.214Z Downloaded serde_derive v1.0.228
3422026-07-07T23:46:13.217Z Downloaded quote v1.0.45
3432026-07-07T23:46:13.222Z Downloaded pest_derive v2.8.6
3442026-07-07T23:46:13.225Z Downloaded indexmap v2.14.0
3452026-07-07T23:46:13.227Z Downloaded unicode-ident v1.0.24
3462026-07-07T23:46:13.227Z Downloaded serde_core v1.0.228
3472026-07-07T23:46:13.230Z Downloaded textwrap v0.16.2
3482026-07-07T23:46:13.251Z Downloaded proc-macro2 v1.0.106
3492026-07-07T23:46:13.259Z Downloaded pest_meta v2.8.6
3502026-07-07T23:46:13.263Z Downloaded memchr v2.8.0
3512026-07-07T23:46:13.265Z Downloaded toml_edit v0.22.27
3522026-07-07T23:46:13.268Z Downloaded serde v1.0.228
3532026-07-07T23:46:13.294Z Downloaded typenum v1.20.1
3542026-07-07T23:46:13.310Z Downloaded clap_builder v4.6.0
3552026-07-07T23:46:13.313Z Downloaded hashbrown v0.17.0
3562026-07-07T23:46:13.328Z Downloaded pest v2.8.6
3572026-07-07T23:46:13.333Z Downloaded serde_json v1.0.150
3582026-07-07T23:46:13.362Z Downloaded winnow v0.7.14
3592026-07-07T23:46:13.366Z Downloaded tabled v0.15.0
3602026-07-07T23:46:13.374Z Downloaded goblin v0.8.2
3612026-07-07T23:46:13.383Z Downloaded syn v1.0.109
3622026-07-07T23:46:13.407Z Downloaded unicode-width v0.2.0
3632026-07-07T23:46:13.410Z Downloaded syn v2.0.117
3642026-07-07T23:46:13.415Z Downloaded unicode-width v0.1.14
3652026-07-07T23:46:13.433Z Downloaded rustix v1.1.3
3662026-07-07T23:46:13.464Z Downloaded libc v0.2.185
3672026-07-07T23:46:13.526Z Compiling proc-macro2 v1.0.106
3682026-07-07T23:46:13.526Z Compiling quote v1.0.45
3692026-07-07T23:46:13.529Z Compiling unicode-ident v1.0.24
3702026-07-07T23:46:13.529Z Compiling serde_core v1.0.228
3712026-07-07T23:46:13.529Z Compiling libc v0.2.185
3722026-07-07T23:46:13.529Z Compiling version_check v0.9.5
3732026-07-07T23:46:13.529Z Compiling memchr v2.8.0
3742026-07-07T23:46:13.529Z Compiling serde v1.0.228
3752026-07-07T23:46:13.529Z Compiling zmij v1.0.21
3762026-07-07T23:46:13.707Z Compiling thiserror v1.0.69
3772026-07-07T23:46:13.710Z Compiling itoa v1.0.17
3782026-07-07T23:46:13.710Z Compiling ucd-trie v0.1.7
3792026-07-07T23:46:13.710Z Compiling rustix v1.1.3
3802026-07-07T23:46:13.710Z Compiling byteorder v1.5.0
3812026-07-07T23:46:13.955Z Compiling serde_json v1.0.150
3822026-07-07T23:46:14.174Z Compiling bitflags v2.11.0
3832026-07-07T23:46:14.301Z Compiling pest v2.8.6
3842026-07-07T23:46:14.381Z Compiling proc-macro-error-attr v1.0.4
3852026-07-07T23:46:14.381Z Compiling usdt-impl v0.5.0
3862026-07-07T23:46:14.381Z Compiling camino v1.2.2
3872026-07-07T23:46:14.449Z Compiling syn v1.0.109
3882026-07-07T23:46:14.534Z Compiling proc-macro-error v1.0.4
3892026-07-07T23:46:14.586Z Compiling getrandom v0.4.1
3902026-07-07T23:46:14.649Z Compiling equivalent v1.0.2
3912026-07-07T23:46:14.697Z Compiling log v0.4.29
3922026-07-07T23:46:14.697Z Compiling plain v0.2.3
3932026-07-07T23:46:14.786Z Compiling utf8parse v0.2.2
3942026-07-07T23:46:14.786Z Compiling hashbrown v0.17.0
3952026-07-07T23:46:14.841Z Compiling anstyle-query v1.1.5
3962026-07-07T23:46:14.841Z Compiling colorchoice v1.0.4
3972026-07-07T23:46:14.878Z Compiling anstyle-parse v1.0.0
3982026-07-07T23:46:14.878Z Compiling pretty-hex v0.4.1
3992026-07-07T23:46:14.878Z Compiling toml_write v0.1.2
4002026-07-07T23:46:14.923Z Compiling errno v0.3.14
4012026-07-07T23:46:14.945Z Compiling thread-id v4.2.2
4022026-07-07T23:46:14.945Z Compiling anstyle v1.0.14
4032026-07-07T23:46:14.988Z Compiling is_terminal_polyfill v1.70.2
4042026-07-07T23:46:14.988Z Compiling thiserror v2.0.18
4052026-07-07T23:46:14.988Z Compiling autocfg v1.5.0
4062026-07-07T23:46:15.052Z Compiling cfg-if v1.0.4
4072026-07-07T23:46:15.060Z Compiling winnow v0.7.14
4082026-07-07T23:46:15.109Z Compiling fastrand v2.3.0
4092026-07-07T23:46:15.153Z Compiling strsim v0.11.1
4102026-07-07T23:46:15.258Z Compiling anstream v1.0.0
4112026-07-07T23:46:15.295Z Compiling clap_lex v1.0.0
4122026-07-07T23:46:15.295Z Compiling unicode-width v0.1.14
4132026-07-07T23:46:15.349Z Compiling syn v2.0.117
4142026-07-07T23:46:15.382Z Compiling indexmap v2.14.0
4152026-07-07T23:46:15.420Z Compiling pest_meta v2.8.6
4162026-07-07T23:46:15.472Z Compiling fnv v1.0.7
4172026-07-07T23:46:15.474Z Compiling fs-err v3.3.0
4182026-07-07T23:46:15.505Z Compiling heck v0.5.0
4192026-07-07T23:46:15.526Z Compiling bytecount v0.6.9
4202026-07-07T23:46:15.542Z Compiling once_cell v1.21.3
4212026-07-07T23:46:15.588Z Compiling heck v0.4.1
4222026-07-07T23:46:15.659Z Compiling anyhow v1.0.102
4232026-07-07T23:46:15.677Z Compiling papergrid v0.11.0
4242026-07-07T23:46:15.682Z Compiling memmap v0.7.0
4252026-07-07T23:46:15.757Z Compiling unicode-linebreak v0.1.5
4262026-07-07T23:46:15.779Z Compiling smawk v0.3.2
4272026-07-07T23:46:15.836Z Compiling unicode-width v0.2.0
4282026-07-07T23:46:15.870Z Compiling swrite v0.1.0
4292026-07-07T23:46:15.941Z Compiling terminal_size v0.4.3
4302026-07-07T23:46:15.941Z Compiling tempfile v3.25.0
4312026-07-07T23:46:16.058Z Compiling clap_builder v4.6.0
4322026-07-07T23:46:16.099Z Compiling textwrap v0.16.2
4332026-07-07T23:46:16.280Z Compiling cargo-platform v0.3.2
4342026-07-07T23:46:16.300Z Compiling semver v1.0.28
4352026-07-07T23:46:16.543Z Compiling camino-tempfile v1.4.1
4362026-07-07T23:46:16.831Z Compiling tabled_derive v0.7.0
4372026-07-07T23:46:17.481Z Compiling tabled v0.15.0
4382026-07-07T23:46:17.500Z Compiling pest_generator v2.8.6
4392026-07-07T23:46:17.988Z Compiling serde_derive v1.0.228
4402026-07-07T23:46:17.988Z Compiling thiserror-impl v1.0.69
4412026-07-07T23:46:17.991Z Compiling zerocopy-derive v0.7.35
4422026-07-07T23:46:17.991Z Compiling scroll_derive v0.12.1
4432026-07-07T23:46:17.991Z Compiling thiserror-impl v2.0.18
4442026-07-07T23:46:17.991Z Compiling clap_derive v4.6.1
4452026-07-07T23:46:18.069Z Compiling pest_derive v2.8.6
4462026-07-07T23:46:18.676Z Compiling scroll v0.12.0
4472026-07-07T23:46:18.728Z Compiling zerocopy v0.7.35
4482026-07-07T23:46:18.893Z Compiling goblin v0.8.2
4492026-07-07T23:46:19.050Z Compiling dtrace-parser v0.2.0
4502026-07-07T23:46:19.417Z Compiling clap v4.6.1
4512026-07-07T23:46:20.424Z Compiling dof v0.3.0
4522026-07-07T23:46:20.424Z Compiling serde_tokenstream v0.2.3
4532026-07-07T23:46:20.427Z Compiling serde_spanned v0.6.9
4542026-07-07T23:46:20.427Z Compiling toml_datetime v0.6.11
4552026-07-07T23:46:20.427Z Compiling cargo_metadata v0.23.1
4562026-07-07T23:46:20.427Z Compiling macaddr v1.0.1
4572026-07-07T23:46:20.441Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4582026-07-07T23:46:20.693Z Compiling toml_edit v0.22.27
4592026-07-07T23:46:21.097Z Compiling usdt-attr-macro v0.5.0
4602026-07-07T23:46:21.097Z Compiling usdt-macro v0.5.0
4612026-07-07T23:46:21.710Z Compiling usdt v0.5.0
4622026-07-07T23:46:21.937Z Compiling toml v0.8.23
4632026-07-07T23:46:22.252Z Compiling cargo_toml v0.21.0
4642026-07-07T23:46:23.519Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652026-07-07T23:46:25.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.57s
4662026-07-07T23:46:25.732Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4672026-07-07T23:46:26.234Z Downloading crates ...
4682026-07-07T23:46:26.337Z Downloaded ahash v0.8.12
4692026-07-07T23:46:26.343Z Downloaded adler2 v2.0.1
4702026-07-07T23:46:26.347Z Downloaded async-recursion v1.1.1
4712026-07-07T23:46:26.351Z Downloaded aes-gcm v0.11.0
4722026-07-07T23:46:26.355Z Downloaded atty v0.2.14
4732026-07-07T23:46:26.355Z Downloaded base16ct v1.0.0
4742026-07-07T23:46:26.361Z Downloaded arrayvec v0.7.6
4752026-07-07T23:46:26.361Z Downloaded async-stream-impl v0.3.6
4762026-07-07T23:46:26.362Z Downloaded arrayref v0.3.9
4772026-07-07T23:46:26.366Z Downloaded assert_matches v1.5.0
4782026-07-07T23:46:26.366Z Downloaded ascii-canvas v3.0.0
4792026-07-07T23:46:26.366Z Downloaded ctutils v0.4.2
4802026-07-07T23:46:26.370Z Downloaded bitfield v0.19.4
4812026-07-07T23:46:26.370Z Downloaded base16ct v0.2.0
4822026-07-07T23:46:26.375Z Downloaded cookie v0.18.1
4832026-07-07T23:46:26.379Z Downloaded bit-set v0.5.3
4842026-07-07T23:46:26.379Z Downloaded atomicwrites v0.4.4
4852026-07-07T23:46:26.379Z Downloaded atomic-waker v1.1.2
4862026-07-07T23:46:26.379Z Downloaded async-stream v0.3.6
4872026-07-07T23:46:26.383Z Downloaded backoff v0.4.0
4882026-07-07T23:46:26.388Z Downloaded darling_macro v0.23.0
4892026-07-07T23:46:26.388Z Downloaded bitfield-macros v0.19.4
4902026-07-07T23:46:26.388Z Downloaded crypto-common v0.2.2
4912026-07-07T23:46:26.392Z Downloaded cstr-argument v0.1.2
4922026-07-07T23:46:26.392Z Downloaded crc8 v0.1.1
4932026-07-07T23:46:26.392Z Downloaded bit-set v0.8.0
4942026-07-07T23:46:26.392Z Downloaded crunchy v0.2.4
4952026-07-07T23:46:26.392Z Downloaded crucible-workspace-hack v0.1.0
4962026-07-07T23:46:26.392Z Downloaded darling_macro v0.21.3
4972026-07-07T23:46:26.399Z Downloaded async-trait v0.1.89
4982026-07-07T23:46:26.399Z Downloaded aead v0.6.1
4992026-07-07T23:46:26.399Z Downloaded anstyle-parse v0.2.7
5002026-07-07T23:46:26.404Z Downloaded crc-catalog v2.4.0
5012026-07-07T23:46:26.405Z Downloaded cpubits v0.1.1
5022026-07-07T23:46:26.405Z Downloaded argon2 v0.6.0-rc.8
5032026-07-07T23:46:26.405Z Downloaded argon2 v0.5.3
5042026-07-07T23:46:26.409Z Downloaded array-init v0.0.4
5052026-07-07T23:46:26.409Z Downloaded curve25519-dalek-derive v0.1.1
5062026-07-07T23:46:26.409Z Downloaded cpufeatures v0.3.0
5072026-07-07T23:46:26.409Z Downloaded base64ct v1.8.3
5082026-07-07T23:46:26.414Z Downloaded bcrypt-pbkdf v0.11.0
5092026-07-07T23:46:26.418Z Downloaded ciborium-io v0.2.2
5102026-07-07T23:46:26.422Z Downloaded aead v0.5.2
5112026-07-07T23:46:26.422Z Downloaded csv-core v0.1.13
5122026-07-07T23:46:26.426Z Downloaded crc v3.4.0
5132026-07-07T23:46:26.426Z Downloaded critical-section v1.2.0
5142026-07-07T23:46:26.426Z Downloaded compression-core v0.4.31
5152026-07-07T23:46:26.432Z Downloaded ctr v0.10.1
5162026-07-07T23:46:26.442Z Downloaded bb8 v0.8.6
5172026-07-07T23:46:26.447Z Downloaded dirs-sys-next v0.1.2
5182026-07-07T23:46:26.447Z Downloaded darling_macro v0.13.4
5192026-07-07T23:46:26.447Z Downloaded dunce v1.0.5
5202026-07-07T23:46:26.447Z Downloaded darling_macro v0.20.11
5212026-07-07T23:46:26.447Z Downloaded crossbeam-channel v0.5.15
5222026-07-07T23:46:26.447Z Downloaded block-buffer v0.12.1
5232026-07-07T23:46:26.447Z Downloaded dropshot-api-manager-types v0.7.2
5242026-07-07T23:46:26.452Z Downloaded ciborium-ll v0.2.2
5252026-07-07T23:46:26.452Z Downloaded bitfield-struct v0.6.2
5262026-07-07T23:46:26.452Z Downloaded bit-vec v0.6.3
5272026-07-07T23:46:26.452Z Downloaded difflib v0.4.0
5282026-07-07T23:46:26.452Z Downloaded async-bb8-diesel v0.2.1
5292026-07-07T23:46:26.455Z Downloaded cfg_aliases v0.1.1
5302026-07-07T23:46:26.459Z Downloaded convert_case v0.4.0
5312026-07-07T23:46:26.462Z Downloaded daft v0.1.7
5322026-07-07T23:46:26.462Z Downloaded convert_case v0.10.0
5332026-07-07T23:46:26.462Z Downloaded data-encoding v2.10.0
5342026-07-07T23:46:26.465Z Downloaded crossbeam-deque v0.8.6
5352026-07-07T23:46:26.465Z Downloaded block-padding v0.4.2
5362026-07-07T23:46:26.468Z Downloaded defmt v1.0.1
5372026-07-07T23:46:26.471Z Downloaded cfg_aliases v0.2.1
5382026-07-07T23:46:26.471Z Downloaded castaway v0.2.4
5392026-07-07T23:46:26.474Z Downloaded endian-type v0.1.2
5402026-07-07T23:46:26.478Z Downloaded enum-as-inner v0.6.1
5412026-07-07T23:46:26.478Z Downloaded derive_builder_macro v0.20.2
5422026-07-07T23:46:26.478Z Downloaded defmt-parser v1.0.0
5432026-07-07T23:46:26.482Z Downloaded env_filter v1.0.0
5442026-07-07T23:46:26.487Z Downloaded embedded-io v0.6.1
5452026-07-07T23:46:26.490Z Downloaded dtrace-parser v0.3.0
5462026-07-07T23:46:26.491Z Downloaded downcast-rs v2.0.2
5472026-07-07T23:46:26.491Z Downloaded defmt v0.3.100
5482026-07-07T23:46:26.491Z Downloaded display-error-chain v0.2.2
5492026-07-07T23:46:26.495Z Downloaded flagset v0.4.7
5502026-07-07T23:46:26.495Z Downloaded fixedbitset v0.4.2
5512026-07-07T23:46:26.495Z Downloaded foreign-types v0.5.0
5522026-07-07T23:46:26.495Z Downloaded foreign-types v0.3.2
5532026-07-07T23:46:26.498Z Downloaded document-features v0.2.12
5542026-07-07T23:46:26.498Z Downloaded foreign-types-macros v0.2.3
5552026-07-07T23:46:26.498Z Downloaded dof v0.4.0
5562026-07-07T23:46:26.498Z Downloaded allocator-api2 v0.2.21
5572026-07-07T23:46:26.502Z Downloaded embedded-io v0.4.0
5582026-07-07T23:46:26.502Z Downloaded cobs v0.3.0
5592026-07-07T23:46:26.502Z Downloaded bcs v0.1.6
5602026-07-07T23:46:26.505Z Downloaded diesel_table_macro_syntax v0.3.0
5612026-07-07T23:46:26.505Z Downloaded cipher v0.5.2
5622026-07-07T23:46:26.505Z Downloaded deranged v0.5.8
5632026-07-07T23:46:26.510Z Downloaded backon v1.6.0
5642026-07-07T23:46:26.510Z Downloaded cbc v0.2.1
5652026-07-07T23:46:26.512Z Downloaded crc32fast v1.5.0
5662026-07-07T23:46:26.512Z Downloaded anstream v0.6.21
5672026-07-07T23:46:26.512Z Downloaded darling v0.13.4
5682026-07-07T23:46:26.515Z Downloaded cipher v0.4.4
5692026-07-07T23:46:26.515Z Downloaded cookie_store v0.22.1
5702026-07-07T23:46:26.518Z Downloaded cmov v0.5.4
5712026-07-07T23:46:26.518Z Downloaded cexpr v0.6.0
5722026-07-07T23:46:26.519Z Downloaded bitflags v1.3.2
5732026-07-07T23:46:26.523Z Downloaded dirs-next v2.0.0
5742026-07-07T23:46:26.523Z Downloaded buf-list v1.1.2
5752026-07-07T23:46:26.526Z Downloaded fd-lock v4.0.4
5762026-07-07T23:46:26.526Z Downloaded foreign-types-shared v0.1.1
5772026-07-07T23:46:26.526Z Downloaded dsl_auto_type v0.2.0
5782026-07-07T23:46:26.530Z Downloaded ed25519 v2.2.3
5792026-07-07T23:46:26.530Z Downloaded futures-task v0.3.32
5802026-07-07T23:46:26.530Z Downloaded futures-sink v0.3.32
5812026-07-07T23:46:26.534Z Downloaded futures-macro v0.3.32
5822026-07-07T23:46:26.534Z Downloaded futures-io v0.3.32
5832026-07-07T23:46:26.534Z Downloaded ghash v0.6.0
5842026-07-07T23:46:26.534Z Downloaded gethostname v0.5.0
5852026-07-07T23:46:26.534Z Downloaded ed25519 v3.0.0
5862026-07-07T23:46:26.537Z Downloaded displaydoc v0.2.5
5872026-07-07T23:46:26.537Z Downloaded float-cmp v0.10.0
5882026-07-07T23:46:26.537Z Downloaded chacha20 v0.9.1
5892026-07-07T23:46:26.540Z Downloaded foreign-types-shared v0.3.1
5902026-07-07T23:46:26.540Z Downloaded const_format_proc_macros v0.2.34
5912026-07-07T23:46:26.545Z Downloaded funty v2.0.0
5922026-07-07T23:46:26.545Z Downloaded futures-core v0.3.32
5932026-07-07T23:46:26.545Z Downloaded cmake v0.1.57
5942026-07-07T23:46:26.545Z Downloaded camino-tempfile-ext v0.3.3
5952026-07-07T23:46:26.549Z Downloaded cassowary v0.3.0
5962026-07-07T23:46:26.549Z Downloaded byte-wrapper v0.1.0
5972026-07-07T23:46:26.549Z Downloaded form_urlencoded v1.2.2
5982026-07-07T23:46:26.549Z Downloaded float-ord v0.3.2
5992026-07-07T23:46:26.553Z Downloaded erased-serde v0.3.31
6002026-07-07T23:46:26.553Z Downloaded crossbeam-utils v0.8.21
6012026-07-07T23:46:26.553Z Downloaded find-msvc-tools v0.1.9
6022026-07-07T23:46:26.556Z Downloaded daft-derive v0.1.7
6032026-07-07T23:46:26.556Z Downloaded delegate v0.13.5
6042026-07-07T23:46:26.561Z Downloaded diesel-dtrace v0.5.0
6052026-07-07T23:46:26.561Z Downloaded ff v0.14.0
6062026-07-07T23:46:26.565Z Downloaded console v0.15.11
6072026-07-07T23:46:26.565Z Downloaded ciborium v0.2.2
6082026-07-07T23:46:26.565Z Downloaded bzip2 v0.6.1
6092026-07-07T23:46:26.565Z Downloaded derive-ex v0.1.8
6102026-07-07T23:46:26.568Z Downloaded fallible-iterator v0.2.0
6112026-07-07T23:46:26.568Z Downloaded globwalk v0.9.1
6122026-07-07T23:46:26.568Z Downloaded console v0.16.2
6132026-07-07T23:46:26.571Z Downloaded bit-vec v0.8.0
6142026-07-07T23:46:26.571Z Downloaded ecdsa v0.16.9
6152026-07-07T23:46:26.571Z Downloaded digest v0.11.3
6162026-07-07T23:46:26.575Z Downloaded defmt-macros v1.0.1
6172026-07-07T23:46:26.578Z Downloaded hash32 v0.2.1
6182026-07-07T23:46:26.578Z Downloaded git-stub v1.0.0
6192026-07-07T23:46:26.578Z Downloaded fxhash v0.2.1
6202026-07-07T23:46:26.578Z Downloaded der_derive v0.7.3
6212026-07-07T23:46:26.578Z Downloaded darling v0.23.0
6222026-07-07T23:46:26.583Z Downloaded hex v0.4.3
6232026-07-07T23:46:26.587Z Downloaded either v1.15.0
6242026-07-07T23:46:26.587Z Downloaded headers-core v0.3.0
6252026-07-07T23:46:26.587Z Downloaded fs_extra v1.3.0
6262026-07-07T23:46:26.587Z Downloaded fs-err v2.11.0
6272026-07-07T23:46:26.591Z Downloaded filetime v0.2.27
6282026-07-07T23:46:26.591Z Downloaded crc-any v2.5.0
6292026-07-07T23:46:26.591Z Downloaded home v0.5.12
6302026-07-07T23:46:26.591Z Downloaded ff v0.13.1
6312026-07-07T23:46:26.594Z Downloaded env_logger v0.11.9
6322026-07-07T23:46:26.594Z Downloaded enum_dispatch v0.3.13
6332026-07-07T23:46:26.598Z Downloaded ena v0.14.4
6342026-07-07T23:46:26.598Z Downloaded chacha20 v0.10.0
6352026-07-07T23:46:26.603Z Downloaded blowfish v0.10.0
6362026-07-07T23:46:26.603Z Downloaded blake2 v0.10.6
6372026-07-07T23:46:26.603Z Downloaded hash32 v0.3.1
6382026-07-07T23:46:26.603Z Downloaded cancel-safe-futures v0.1.5
6392026-07-07T23:46:26.607Z Downloaded crossbeam-epoch v0.9.18
6402026-07-07T23:46:26.607Z Downloaded hostname v0.4.2
6412026-07-07T23:46:26.608Z Downloaded http-range v0.1.5
6422026-07-07T23:46:26.612Z Downloaded group v0.14.0
6432026-07-07T23:46:26.612Z Downloaded fixedbitset v0.5.7
6442026-07-07T23:46:26.612Z Downloaded constant_time_eq v0.4.2
6452026-07-07T23:46:26.612Z Downloaded hyper-tls v0.6.0
6462026-07-07T23:46:26.616Z Downloaded const-oid v0.10.2
6472026-07-07T23:46:26.616Z Downloaded derive_builder v0.20.2
6482026-07-07T23:46:26.621Z Downloaded foldhash v0.2.0
6492026-07-07T23:46:26.621Z Downloaded colored v3.1.1
6502026-07-07T23:46:26.621Z Downloaded const-oid v0.9.6
6512026-07-07T23:46:26.623Z Downloaded hex-literal v1.1.0
6522026-07-07T23:46:26.623Z Downloaded blake2 v0.11.0-rc.6
6532026-07-07T23:46:26.623Z Downloaded base64 v0.21.7
6542026-07-07T23:46:26.626Z Downloaded httpdate v1.0.3
6552026-07-07T23:46:26.626Z Downloaded debug-ignore v1.0.5
6562026-07-07T23:46:26.629Z Downloaded corncobs v0.1.4
6572026-07-07T23:46:26.629Z Downloaded colored v2.2.0
6582026-07-07T23:46:26.632Z Downloaded http-body v1.0.1
6592026-07-07T23:46:26.632Z Downloaded hostname v0.3.1
6602026-07-07T23:46:26.632Z Downloaded futures-executor v0.3.32
6612026-07-07T23:46:26.635Z Downloaded darling v0.21.3
6622026-07-07T23:46:26.640Z Downloaded async-compression v0.4.41
6632026-07-07T23:46:26.644Z Downloaded indent_write v2.2.0
6642026-07-07T23:46:26.644Z Downloaded ecdsa v0.17.0-rc.18
6652026-07-07T23:46:26.644Z Downloaded inout v0.1.4
6662026-07-07T23:46:26.644Z Downloaded indoc v1.0.9
6672026-07-07T23:46:26.647Z Downloaded illumos-nvpair-sys v0.2.0
6682026-07-07T23:46:26.647Z Downloaded futures-channel v0.3.32
6692026-07-07T23:46:26.647Z Downloaded dyn-clone v1.0.20
6702026-07-07T23:46:26.647Z Downloaded compression-codecs v0.4.37
6712026-07-07T23:46:26.650Z Downloaded is-terminal v0.4.17
6722026-07-07T23:46:26.650Z Downloaded bzip2 v0.4.4
6732026-07-07T23:46:26.655Z Downloaded keccak v0.1.6
6742026-07-07T23:46:26.655Z Downloaded hubpack_derive v0.1.1
6752026-07-07T23:46:26.659Z Downloaded is_ci v1.2.0
6762026-07-07T23:46:26.659Z Downloaded lazy_static v1.5.0
6772026-07-07T23:46:26.659Z Downloaded arc-swap v1.8.2
6782026-07-07T23:46:26.664Z Downloaded http-body-util v0.1.3
6792026-07-07T23:46:26.664Z Downloaded glob v0.3.3
6802026-07-07T23:46:26.668Z Downloaded darling_core v0.13.4
6812026-07-07T23:46:26.672Z Downloaded hubpack v0.1.2
6822026-07-07T23:46:26.675Z Downloaded illumos-nvpair v0.3.0
6832026-07-07T23:46:26.675Z Downloaded ident_case v1.0.1
6842026-07-07T23:46:26.675Z Downloaded globset v0.4.18
6852026-07-07T23:46:26.675Z Downloaded instant v0.1.13
6862026-07-07T23:46:26.679Z Downloaded instability v0.3.11
6872026-07-07T23:46:26.679Z Downloaded git-stub-vcs v0.1.0
6882026-07-07T23:46:26.680Z Downloaded derive_builder_core v0.20.2
6892026-07-07T23:46:26.683Z Downloaded darling_core v0.20.11
6902026-07-07T23:46:26.683Z Downloaded group v0.13.0
6912026-07-07T23:46:26.686Z Downloaded idna_adapter v1.2.1
6922026-07-07T23:46:26.686Z Downloaded ar_archive_writer v0.5.1
6932026-07-07T23:46:26.689Z Downloaded inout v0.2.2
6942026-07-07T23:46:26.691Z Downloaded const_format v0.2.35
6952026-07-07T23:46:26.696Z Downloaded compact_str v0.8.1
6962026-07-07T23:46:26.699Z Downloaded half v1.8.3
6972026-07-07T23:46:26.699Z Downloaded des v0.9.0
6982026-07-07T23:46:26.699Z Downloaded diff v0.1.13
6992026-07-07T23:46:26.703Z Downloaded lzss v0.8.2
7002026-07-07T23:46:26.706Z Downloaded match_cfg v0.1.0
7012026-07-07T23:46:26.706Z Downloaded lru-cache v0.1.2
7022026-07-07T23:46:26.706Z Downloaded lru v0.12.5
7032026-07-07T23:46:26.713Z Downloaded base64 v0.22.1
7042026-07-07T23:46:26.717Z Downloaded impl-trait-for-tuples v0.2.3
7052026-07-07T23:46:26.717Z Downloaded foldhash v0.1.5
7062026-07-07T23:46:26.717Z Downloaded highway v1.3.0
7072026-07-07T23:46:26.717Z Downloaded md5 v0.8.0
7082026-07-07T23:46:26.725Z Downloaded kstat-rs v0.2.4
7092026-07-07T23:46:26.725Z Downloaded md-5 v0.10.6
7102026-07-07T23:46:26.725Z Downloaded libscf-sys v1.1.0
7112026-07-07T23:46:26.725Z Downloaded internet-checksum v0.2.1
7122026-07-07T23:46:26.733Z Downloaded hmac v0.13.0
7132026-07-07T23:46:26.733Z Downloaded lalrpop-util v0.19.12
7142026-07-07T23:46:26.733Z Downloaded ipnetwork v0.21.1
7152026-07-07T23:46:26.733Z Downloaded jobserver v0.1.34
7162026-07-07T23:46:26.733Z Downloaded mime v0.3.17
7172026-07-07T23:46:26.733Z Downloaded managed v0.8.0
7182026-07-07T23:46:26.741Z Downloaded getrandom v0.2.17
7192026-07-07T23:46:26.741Z Downloaded maybe-uninit v2.0.0
7202026-07-07T23:46:26.742Z Downloaded multimap v0.10.1
7212026-07-07T23:46:26.745Z Downloaded elliptic-curve v0.14.0-rc.33
7222026-07-07T23:46:26.745Z Downloaded darling v0.20.11
7232026-07-07T23:46:26.745Z Downloaded keccak v0.2.0
7242026-07-07T23:46:26.745Z Downloaded httparse v1.10.1
7252026-07-07T23:46:26.749Z Downloaded getrandom v0.3.4
7262026-07-07T23:46:26.749Z Downloaded humantime v2.3.0
7272026-07-07T23:46:26.752Z Downloaded hybrid-array v0.4.13
7282026-07-07T23:46:26.752Z Downloaded memoffset v0.9.1
7292026-07-07T23:46:26.752Z Downloaded maplit v1.0.2
7302026-07-07T23:46:26.759Z Downloaded hyper-staticfile v0.10.1
7312026-07-07T23:46:26.759Z Downloaded derive-where v1.6.0
7322026-07-07T23:46:26.763Z Downloaded linked-hash-map v0.5.6
7332026-07-07T23:46:26.763Z Downloaded derive_more v0.99.20
7342026-07-07T23:46:26.763Z Downloaded libsw v3.5.0
7352026-07-07T23:46:26.763Z Downloaded libefi-sys v0.1.0
7362026-07-07T23:46:26.763Z Downloaded crypto-bigint v0.5.5
7372026-07-07T23:46:26.768Z Downloaded normalize-line-endings v0.3.0
7382026-07-07T23:46:26.772Z Downloaded nodrop v0.1.14
7392026-07-07T23:46:26.772Z Downloaded newtype_derive v0.1.6
7402026-07-07T23:46:26.772Z Downloaded nonempty v0.12.0
7412026-07-07T23:46:26.772Z Downloaded bytes v1.11.1
7422026-07-07T23:46:26.775Z Downloaded libsw-core v0.3.2
7432026-07-07T23:46:26.775Z Downloaded newline-converter v0.3.0
7442026-07-07T23:46:26.775Z Downloaded new_debug_unreachable v1.0.6
7452026-07-07T23:46:26.775Z Downloaded ingot v0.1.1
7462026-07-07T23:46:26.779Z Downloaded lru-slab v0.1.2
7472026-07-07T23:46:26.779Z Downloaded kem v0.3.0
7482026-07-07T23:46:26.779Z Downloaded num-conv v0.2.0
7492026-07-07T23:46:26.779Z Downloaded ipnet v2.11.0
7502026-07-07T23:46:26.782Z Downloaded indoc v2.0.7
7512026-07-07T23:46:26.782Z Downloaded chacha20poly1305 v0.10.1
7522026-07-07T23:46:26.782Z Downloaded libloading v0.8.9
7532026-07-07T23:46:26.786Z Downloaded nibble_vec v0.1.0
7542026-07-07T23:46:26.786Z Downloaded newtype-uuid-macros v0.1.0
7552026-07-07T23:46:26.786Z Downloaded num v0.4.3
7562026-07-07T23:46:26.801Z Downloaded num-iter v0.1.45
7572026-07-07T23:46:26.801Z Downloaded num-derive v0.3.3
7582026-07-07T23:46:26.801Z Downloaded darling_core v0.23.0
7592026-07-07T23:46:26.804Z Downloaded fatfs v0.3.6
7602026-07-07T23:46:26.804Z Downloaded ingot-macros v0.1.1
7612026-07-07T23:46:26.804Z Downloaded futures v0.3.32
7622026-07-07T23:46:26.804Z Downloaded clang-sys v1.8.1
7632026-07-07T23:46:26.804Z Downloaded mime_guess v2.0.5
7642026-07-07T23:46:26.812Z Downloaded openssl-macros v0.1.1
7652026-07-07T23:46:26.819Z Downloaded bumpalo v3.20.2
7662026-07-07T23:46:26.819Z Downloaded aes v0.9.1
7672026-07-07T23:46:26.822Z Downloaded newtype-uuid v1.3.2
7682026-07-07T23:46:26.822Z Downloaded num_threads v0.1.7
7692026-07-07T23:46:26.822Z Downloaded num_enum_derive v0.5.11
7702026-07-07T23:46:26.822Z Downloaded opaque-debug v0.3.1
7712026-07-07T23:46:26.822Z Downloaded native-tls v0.2.18
7722026-07-07T23:46:26.822Z Downloaded nanorand v0.7.0
7732026-07-07T23:46:26.826Z Downloaded multer v3.1.0
7742026-07-07T23:46:26.826Z Downloaded module-lattice v0.2.3
7752026-07-07T23:46:26.831Z Downloaded lock_api v0.4.14
7762026-07-07T23:46:26.831Z Downloaded linear-map v1.2.0
7772026-07-07T23:46:26.831Z Downloaded dropshot_endpoint v0.17.1
7782026-07-07T23:46:26.834Z Downloaded drift v0.2.0
7792026-07-07T23:46:26.845Z Downloaded openssl-probe v0.2.1
7802026-07-07T23:46:26.848Z Downloaded nu-ansi-term v0.50.3
7812026-07-07T23:46:26.849Z Downloaded iana-time-zone v0.1.65
7822026-07-07T23:46:26.849Z Downloaded cc v1.2.56
7832026-07-07T23:46:26.849Z Downloaded olpc-cjson v0.1.4
7842026-07-07T23:46:26.849Z Downloaded hyper-rustls v0.27.7
7852026-07-07T23:46:26.852Z Downloaded icu_properties v2.1.2
7862026-07-07T23:46:26.852Z Downloaded openssl-probe v0.1.6
7872026-07-07T23:46:26.852Z Downloaded num-complex v0.4.6
7882026-07-07T23:46:26.859Z Downloaded ingot-types v0.1.2
7892026-07-07T23:46:26.859Z Downloaded indexmap v1.9.3
7902026-07-07T23:46:26.863Z Downloaded generic-array v1.4.3
7912026-07-07T23:46:26.863Z Downloaded oso-derive v0.27.3
7922026-07-07T23:46:26.863Z Downloaded parse-display v0.10.0
7932026-07-07T23:46:26.863Z Downloaded heapless v0.8.0
7942026-07-07T23:46:26.863Z Downloaded flume v0.11.1
7952026-07-07T23:46:26.867Z Downloaded elliptic-curve v0.13.8
7962026-07-07T23:46:26.875Z Downloaded memmap2 v0.9.10
7972026-07-07T23:46:26.887Z Downloaded percent-encoding v2.3.2
7982026-07-07T23:46:26.887Z Downloaded packed_struct_codegen v0.10.1
7992026-07-07T23:46:26.887Z Downloaded peg-runtime v0.8.5
8002026-07-07T23:46:26.887Z Downloaded path-slash v0.1.5
8012026-07-07T23:46:26.887Z Downloaded owo-colors v4.3.0
8022026-07-07T23:46:26.892Z Downloaded hmac v0.12.1
8032026-07-07T23:46:26.892Z Downloaded parse-size v1.1.0
8042026-07-07T23:46:26.892Z Downloaded expectorate v1.2.0
8052026-07-07T23:46:26.892Z Downloaded libbz2-rs-sys v0.2.2
8062026-07-07T23:46:26.904Z Downloaded phf_shared v0.11.3
8072026-07-07T23:46:26.907Z Downloaded precomputed-hash v0.1.1
8082026-07-07T23:46:26.907Z Downloaded icu_normalizer v2.1.1
8092026-07-07T23:46:26.907Z Downloaded icu_locale_core v2.1.1
8102026-07-07T23:46:26.911Z Downloaded litemap v0.8.1
8112026-07-07T23:46:26.916Z Downloaded oxnet v0.1.6
8122026-07-07T23:46:26.916Z Downloaded num-integer v0.1.46
8132026-07-07T23:46:26.916Z Downloaded num-derive v0.4.2
8142026-07-07T23:46:26.919Z Downloaded num_enum v0.7.6
8152026-07-07T23:46:26.919Z Downloaded proc-macro-crate v1.3.1
8162026-07-07T23:46:26.919Z Downloaded predicates-core v1.0.10
8172026-07-07T23:46:26.923Z Downloaded num_enum_derive v0.7.6
8182026-07-07T23:46:26.923Z Downloaded phf_shared v0.13.1
8192026-07-07T23:46:26.923Z Downloaded phf_shared v0.12.1
8202026-07-07T23:46:26.926Z Downloaded aho-corasick v1.1.4
8212026-07-07T23:46:26.926Z Downloaded num-rational v0.4.2
8222026-07-07T23:46:26.930Z Downloaded oxide-tokio-rt v0.1.4
8232026-07-07T23:46:26.933Z Downloaded der v0.7.10
8242026-07-07T23:46:26.936Z Downloaded password-hash v0.6.1
8252026-07-07T23:46:26.937Z Downloaded darling_core v0.21.3
8262026-07-07T23:46:26.940Z Downloaded parking_lot_core v0.8.6
8272026-07-07T23:46:26.940Z Downloaded heapless v0.7.17
8282026-07-07T23:46:26.945Z Downloaded ed25519-dalek v2.2.0
8292026-07-07T23:46:26.949Z Downloaded peg-macros v0.8.5
8302026-07-07T23:46:26.955Z Downloaded pem-rfc7468 v0.7.0
8312026-07-07T23:46:26.958Z Downloaded parse-display-derive v0.10.0
8322026-07-07T23:46:26.959Z Downloaded powerfmt v0.2.0
8332026-07-07T23:46:26.959Z Downloaded potential_utf v0.1.4
8342026-07-07T23:46:26.959Z Downloaded phf v0.13.1
8352026-07-07T23:46:26.959Z Downloaded predicates-tree v1.0.13
8362026-07-07T23:46:26.962Z Downloaded packed_struct v0.10.1
8372026-07-07T23:46:26.962Z Downloaded half v2.7.1
8382026-07-07T23:46:26.965Z Downloaded ignore v0.4.25
8392026-07-07T23:46:26.969Z Downloaded icu_provider v2.1.1
8402026-07-07T23:46:26.976Z Downloaded pem v3.0.6
8412026-07-07T23:46:26.981Z Downloaded pem-rfc7468 v1.0.0
8422026-07-07T23:46:26.981Z Downloaded proc-macro-error-attr2 v2.0.0
8432026-07-07T23:46:26.981Z Downloaded proc-macro-crate v3.4.0
8442026-07-07T23:46:26.981Z Downloaded poly1305 v0.8.0
8452026-07-07T23:46:26.984Z Downloaded paste v1.0.15
8462026-07-07T23:46:26.984Z Downloaded progenitor-macro v0.14.0
8472026-07-07T23:46:26.984Z Downloaded quick-error v1.2.3
8482026-07-07T23:46:26.984Z Downloaded progenitor-macro v0.13.0
8492026-07-07T23:46:26.988Z Downloaded progenitor-client v0.14.0
8502026-07-07T23:46:26.988Z Downloaded psl-types v2.0.11
8512026-07-07T23:46:26.988Z Downloaded radium v0.7.0
8522026-07-07T23:46:26.988Z Downloaded derive_more-impl v2.1.1
8532026-07-07T23:46:26.991Z Downloaded password-hash v0.5.0
8542026-07-07T23:46:27.006Z Downloaded phc v0.6.1
8552026-07-07T23:46:27.007Z Downloaded pin-project-lite v0.2.17
8562026-07-07T23:46:27.012Z Downloaded flate2 v1.1.9
8572026-07-07T23:46:27.012Z Downloaded headers v0.4.1
8582026-07-07T23:46:27.012Z Downloaded predicates v3.1.4
8592026-07-07T23:46:27.012Z Downloaded derive_more v2.1.1
8602026-07-07T23:46:27.019Z Downloaded litrs v1.0.0
8612026-07-07T23:46:27.019Z Downloaded ppv-lite86 v0.2.21
8622026-07-07T23:46:27.019Z Downloaded pkg-config v0.3.32
8632026-07-07T23:46:27.022Z Downloaded pkcs8 v0.10.2
8642026-07-07T23:46:27.022Z Downloaded parking_lot v0.12.5
8652026-07-07T23:46:27.022Z Downloaded parking_lot_core v0.9.12
8662026-07-07T23:46:27.022Z Downloaded primeorder v0.14.0-rc.10
8672026-07-07T23:46:27.023Z Downloaded num_enum v0.5.11
8682026-07-07T23:46:27.027Z Downloaded rand_xorshift v0.4.0
8692026-07-07T23:46:27.027Z Downloaded primefield v0.14.0
8702026-07-07T23:46:27.030Z Downloaded indicatif v0.18.4
8712026-07-07T23:46:27.030Z Downloaded ed25519-dalek v3.0.0-rc.0
8722026-07-07T23:46:27.033Z Downloaded peg v0.8.5
8732026-07-07T23:46:27.037Z Downloaded pbkdf2 v0.13.0
8742026-07-07T23:46:27.037Z Downloaded icu_normalizer_data v2.1.1
8752026-07-07T23:46:27.037Z Downloaded recursive-proc-macro-impl v0.1.1
8762026-07-07T23:46:27.041Z Downloaded omicron-zone-package v0.12.3
8772026-07-07T23:46:27.041Z Downloaded ml-kem v0.3.2
8782026-07-07T23:46:27.044Z Downloaded pin-project-internal v1.1.11
8792026-07-07T23:46:27.044Z Downloaded progenitor v0.13.0
8802026-07-07T23:46:27.044Z Downloaded postgres-protocol v0.6.10
8812026-07-07T23:46:27.048Z Downloaded jiff-static v0.2.21
8822026-07-07T23:46:27.048Z Downloaded recursive v0.1.1
8832026-07-07T23:46:27.048Z Downloaded rand_chacha v0.3.1
8842026-07-07T23:46:27.053Z Downloaded parking_lot v0.11.2
8852026-07-07T23:46:27.054Z Downloaded oso v0.27.3
8862026-07-07T23:46:27.058Z Downloaded pkcs1 v0.8.0-rc.4
8872026-07-07T23:46:27.058Z Downloaded psm v0.1.30
8882026-07-07T23:46:27.058Z Downloaded phf v0.12.1
8892026-07-07T23:46:27.061Z Downloaded rfc6979 v0.4.0
8902026-07-07T23:46:27.065Z Downloaded progenitor-client v0.13.0
8912026-07-07T23:46:27.068Z Downloaded r2d2 v0.8.10
8922026-07-07T23:46:27.068Z Downloaded ref-cast-impl v1.0.25
8932026-07-07T23:46:27.068Z Downloaded ref-cast v1.0.25
8942026-07-07T23:46:27.071Z Downloaded poly1305 v0.9.0
8952026-07-07T23:46:27.072Z Downloaded pkcs1 v0.7.5
8962026-07-07T23:46:27.072Z Downloaded progenitor v0.14.0
8972026-07-07T23:46:27.075Z Downloaded russh-cryptovec v0.61.0
8982026-07-07T23:46:27.084Z Downloaded postgres-types v0.2.12
8992026-07-07T23:46:27.084Z Downloaded polyval v0.7.1
9002026-07-07T23:46:27.087Z Downloaded rand_core v0.9.5
9012026-07-07T23:46:27.087Z Downloaded rand_core v0.10.0
9022026-07-07T23:46:27.087Z Downloaded rtoolbox v0.0.3
9032026-07-07T23:46:27.091Z Downloaded icu_collections v2.1.1
9042026-07-07T23:46:27.094Z Downloaded proc-macro-error2 v2.0.1
9052026-07-07T23:46:27.098Z Downloaded primeorder v0.13.6
9062026-07-07T23:46:27.098Z Downloaded miniz_oxide v0.8.9
9072026-07-07T23:46:27.105Z Downloaded num-traits v0.2.19
9082026-07-07T23:46:27.105Z Downloaded russh-util v0.52.0
9092026-07-07T23:46:27.108Z Downloaded rustc_version v0.1.7
9102026-07-07T23:46:27.108Z Downloaded same-file v1.0.6
9112026-07-07T23:46:27.108Z Downloaded scopeguard v1.2.0
9122026-07-07T23:46:27.108Z Downloaded der v0.8.0
9132026-07-07T23:46:27.112Z Downloaded rand_core v0.6.4
9142026-07-07T23:46:27.112Z Downloaded diesel_derives v2.3.7
9152026-07-07T23:46:27.119Z Downloaded http v1.4.2
9162026-07-07T23:46:27.122Z Downloaded rand_chacha v0.9.0
9172026-07-07T23:46:27.122Z Downloaded rustc_version v0.4.1
9182026-07-07T23:46:27.122Z Downloaded openssl-sys v0.9.115
9192026-07-07T23:46:27.126Z Downloaded crossterm v0.28.1
9202026-07-07T23:46:27.129Z Downloaded pkcs8 v0.11.0
9212026-07-07T23:46:27.129Z Downloaded postcard v1.1.3
9222026-07-07T23:46:27.133Z Downloaded scroll_derive v0.13.1
9232026-07-07T23:46:27.133Z Downloaded rfc6979 v0.5.0
9242026-07-07T23:46:27.136Z Downloaded seq-macro v0.3.6
9252026-07-07T23:46:27.136Z Downloaded hyper-util v0.1.20
9262026-07-07T23:46:27.139Z Downloaded scheduled-thread-pool v0.2.7
9272026-07-07T23:46:27.139Z Downloaded sapling-renderdag v0.1.0
9282026-07-07T23:46:27.149Z Downloaded secrecy v0.10.3
9292026-07-07T23:46:27.156Z Downloaded rand_seeder v0.4.0
9302026-07-07T23:46:27.156Z Downloaded semver v0.1.20
9312026-07-07T23:46:27.160Z Downloaded serde_bytes v0.11.19
9322026-07-07T23:46:27.160Z Downloaded papergrid v0.17.0
9332026-07-07T23:46:27.160Z Downloaded serde_spanned v1.1.1
9342026-07-07T23:46:27.160Z Downloaded serde_repr v0.1.20
9352026-07-07T23:46:27.160Z Downloaded progenitor-extras v0.2.0
9362026-07-07T23:46:27.164Z Downloaded prefix-trie v0.7.0
9372026-07-07T23:46:27.164Z Downloaded serde-big-array v0.5.1
9382026-07-07T23:46:27.167Z Downloaded serde_plain v1.0.2
9392026-07-07T23:46:27.170Z Downloaded sha1 v0.11.0
9402026-07-07T23:46:27.174Z Downloaded itertools v0.10.5
9412026-07-07T23:46:27.177Z Downloaded serde_urlencoded v0.7.1
9422026-07-07T23:46:27.177Z Downloaded resolv-conf v0.7.6
9432026-07-07T23:46:27.180Z Downloaded hashbrown v0.12.3
9442026-07-07T23:46:27.183Z Downloaded rusty-fork v0.3.1
9452026-07-07T23:46:27.183Z Downloaded signal-hook-tokio v0.3.1
9462026-07-07T23:46:27.186Z Downloaded hashbrown v0.13.2
9472026-07-07T23:46:27.189Z Downloaded signature v2.2.0
9482026-07-07T23:46:27.189Z Downloaded hickory-resolver v0.25.2
9492026-07-07T23:46:27.192Z Downloaded hickory-resolver v0.24.4
9502026-07-07T23:46:27.195Z Downloaded mio v1.2.0
9512026-07-07T23:46:27.199Z Downloaded rustc-hash v2.1.1
9522026-07-07T23:46:27.199Z Downloaded p384 v0.14.0-rc.10
9532026-07-07T23:46:27.202Z Downloaded pin-project v1.1.11
9542026-07-07T23:46:27.207Z Downloaded quinn-udp v0.5.14
9552026-07-07T23:46:27.210Z Downloaded siphasher v1.0.2
9562026-07-07T23:46:27.210Z Downloaded sigpipe v0.1.3
9572026-07-07T23:46:27.210Z Downloaded crossterm v0.29.0
9582026-07-07T23:46:27.214Z Downloaded slog-bunyan v2.5.0
9592026-07-07T23:46:27.217Z Downloaded shell-words v1.1.1
9602026-07-07T23:46:27.217Z Downloaded sha1 v0.10.6
9612026-07-07T23:46:27.217Z Downloaded signal-hook-mio v0.2.5
9622026-07-07T23:46:27.220Z Downloaded pkcs5 v0.8.1
9632026-07-07T23:46:27.223Z Downloaded hickory-server v0.25.2
9642026-07-07T23:46:27.226Z Downloaded serde-hex v0.1.0
9652026-07-07T23:46:27.226Z Downloaded rustls-pemfile v2.2.0
9662026-07-07T23:46:27.230Z Downloaded rustversion v1.0.22
9672026-07-07T23:46:27.230Z Downloaded rustls-native-certs v0.8.3
9682026-07-07T23:46:27.235Z Downloaded serde_derive_internals v0.29.1
9692026-07-07T23:46:27.239Z Downloaded signature v3.0.0
9702026-07-07T23:46:27.239Z Downloaded schemars_derive v0.8.22
9712026-07-07T23:46:27.242Z Downloaded prettyplease v0.2.37
9722026-07-07T23:46:27.246Z Downloaded pretty_assertions v1.4.1
9732026-07-07T23:46:27.249Z Downloaded internal-russh-num-bigint v0.5.0
9742026-07-07T23:46:27.249Z Downloaded hashbrown v0.16.1
9752026-07-07T23:46:27.252Z Downloaded serde_with_macros v1.5.2
9762026-07-07T23:46:27.258Z Downloaded rcgen v0.12.1
9772026-07-07T23:46:27.261Z Downloaded sec1 v0.8.1
9782026-07-07T23:46:27.262Z Downloaded shlex v1.3.0
9792026-07-07T23:46:27.262Z Downloaded scroll v0.13.0
9802026-07-07T23:46:27.262Z Downloaded serde_path_to_error v0.1.20
9812026-07-07T23:46:27.266Z Downloaded sec1 v0.7.3
9822026-07-07T23:46:27.266Z Downloaded scrypt v0.12.0
9832026-07-07T23:46:27.287Z Downloaded secrecy v0.8.0
9842026-07-07T23:46:27.290Z Downloaded slab v0.4.12
9852026-07-07T23:46:27.290Z Downloaded simd-adler32 v0.3.8
9862026-07-07T23:46:27.294Z Downloaded slog-async v2.8.0
9872026-07-07T23:46:27.300Z Downloaded serdect v0.4.3
9882026-07-07T23:46:27.303Z Downloaded signal-hook-registry v1.4.8
9892026-07-07T23:46:27.306Z Downloaded slog-scope v4.4.1
9902026-07-07T23:46:27.309Z Downloaded sqlparser_derive v0.5.0
9912026-07-07T23:46:27.317Z Downloaded nom v7.1.3
9922026-07-07T23:46:27.320Z Downloaded salsa20 v0.11.0
9932026-07-07T23:46:27.323Z Downloaded smf v0.2.3
9942026-07-07T23:46:27.323Z Downloaded rustls-pki-types v1.14.0
9952026-07-07T23:46:27.326Z Downloaded strip-ansi-escapes v0.2.1
9962026-07-07T23:46:27.326Z Downloaded stable_deref_trait v1.2.1
9972026-07-07T23:46:27.330Z Downloaded minimal-lexical v0.2.1
9982026-07-07T23:46:27.332Z Downloaded sync-ptr v0.1.4
9992026-07-07T23:46:27.333Z Downloaded serde_with_macros v3.17.0
10002026-07-07T23:46:27.335Z Downloaded tabwriter v1.4.1
10012026-07-07T23:46:27.336Z Downloaded slog-dtrace v0.3.0
10022026-07-07T23:46:27.336Z Downloaded p256 v0.14.0-rc.10
10032026-07-07T23:46:27.339Z Downloaded sync_wrapper v1.0.2
10042026-07-07T23:46:27.339Z Downloaded rustls-platform-verifier v0.6.2
10052026-07-07T23:46:27.342Z Downloaded structmeta v0.3.0
10062026-07-07T23:46:27.342Z Downloaded supports-color v3.0.2
10072026-07-07T23:46:27.345Z Downloaded structmeta-derive v0.3.0
10082026-07-07T23:46:27.345Z Downloaded strsim v0.10.0
10092026-07-07T23:46:27.345Z Downloaded strum v0.27.2
10102026-07-07T23:46:27.345Z Downloaded strum v0.26.3
10112026-07-07T23:46:27.348Z Downloaded take_mut v0.2.2
10122026-07-07T23:46:27.352Z Downloaded aws-lc-rs v1.16.3
10132026-07-07T23:46:27.355Z Downloaded spki v0.8.0
10142026-07-07T23:46:27.359Z Downloaded slog-term v2.9.2
10152026-07-07T23:46:27.359Z Downloaded schemars v0.8.22
10162026-07-07T23:46:27.364Z Downloaded tagptr v0.2.0
10172026-07-07T23:46:27.367Z Downloaded qorb v0.4.1
10182026-07-07T23:46:27.370Z Downloaded testing_table v0.3.0
10192026-07-07T23:46:27.370Z Downloaded termtree v0.5.1
10202026-07-07T23:46:27.370Z Downloaded tabled_derive v0.11.0
10212026-07-07T23:46:27.373Z Downloaded smallvec v0.6.14
10222026-07-07T23:46:27.373Z Downloaded slog-json v2.6.1
10232026-07-07T23:46:27.373Z Downloaded slog-envlogger v2.2.0
10242026-07-07T23:46:27.376Z Downloaded sha2 v0.11.0
10252026-07-07T23:46:27.376Z Downloaded subtle v2.6.1
10262026-07-07T23:46:27.379Z Downloaded rand v0.8.6
10272026-07-07T23:46:27.379Z Downloaded ron v0.8.1
10282026-07-07T23:46:27.382Z Downloaded progenitor-impl v0.14.0
10292026-07-07T23:46:27.385Z Downloaded hyper v1.10.1
10302026-07-07T23:46:27.388Z Downloaded tinyvec_macros v0.1.1
10312026-07-07T23:46:27.391Z Downloaded time-core v0.1.8
10322026-07-07T23:46:27.391Z Downloaded tap v1.0.1
10332026-07-07T23:46:27.391Z Downloaded thread-id v5.1.0
10342026-07-07T23:46:27.394Z Downloaded serde_cbor v0.11.2
10352026-07-07T23:46:27.394Z Downloaded p521 v0.14.0-rc.10
10362026-07-07T23:46:27.397Z Downloaded num-bigint-dig v0.8.6
10372026-07-07T23:46:27.401Z Downloaded ssh-cipher v0.3.0-rc.9
10382026-07-07T23:46:27.401Z Downloaded icu_properties_data v2.1.2
10392026-07-07T23:46:27.407Z Downloaded static_assertions v1.1.0
10402026-07-07T23:46:27.410Z Downloaded string_cache v0.8.9
10412026-07-07T23:46:27.410Z Downloaded rayon-core v1.13.0
10422026-07-07T23:46:27.413Z Downloaded iri-string v0.7.10
10432026-07-07T23:46:27.416Z Downloaded support-bundle-viewer v0.1.2
10442026-07-07T23:46:27.416Z Downloaded tokio-test v0.4.5
10452026-07-07T23:46:27.419Z Downloaded strum_macros v0.26.4
10462026-07-07T23:46:27.420Z Downloaded stringprep v0.1.5
10472026-07-07T23:46:27.420Z Downloaded stacker v0.1.23
10482026-07-07T23:46:27.423Z Downloaded ryu v1.0.23
10492026-07-07T23:46:27.423Z Downloaded spin v0.9.8
10502026-07-07T23:46:27.427Z Downloaded strum_macros v0.24.3
10512026-07-07T23:46:27.427Z Downloaded snafu-derive v0.8.9
10522026-07-07T23:46:27.431Z Downloaded libm v0.2.16
10532026-07-07T23:46:27.434Z Downloaded tokio-macros v2.7.0
10542026-07-07T23:46:27.434Z Downloaded progenitor-impl v0.13.0
10552026-07-07T23:46:27.437Z Downloaded itertools v0.14.0
10562026-07-07T23:46:27.440Z Downloaded similar v2.7.0
10572026-07-07T23:46:27.443Z Downloaded slog v2.8.2
10582026-07-07T23:46:27.447Z Downloaded dropshot-api-manager v0.7.2
10592026-07-07T23:46:27.450Z Downloaded num-bigint v0.4.6
10602026-07-07T23:46:27.453Z Downloaded ssh-encoding v0.3.0-rc.9
10612026-07-07T23:46:27.453Z Downloaded strum_macros v0.27.2
10622026-07-07T23:46:27.456Z Downloaded rsa v0.9.10
10632026-07-07T23:46:27.459Z Downloaded try-lock v0.2.5
10642026-07-07T23:46:27.459Z Downloaded trait-variant v0.1.2
10652026-07-07T23:46:27.459Z Downloaded rand v0.9.2
10662026-07-07T23:46:27.462Z Downloaded synstructure v0.13.2
10672026-07-07T23:46:27.465Z Downloaded thiserror-impl-no-std v2.0.2
10682026-07-07T23:46:27.466Z Downloaded termios v0.3.3
10692026-07-07T23:46:27.466Z Downloaded nom v8.0.0
10702026-07-07T23:46:27.469Z Downloaded h2 v0.4.15
10712026-07-07T23:46:27.472Z Downloaded sqlformat v0.3.5
10722026-07-07T23:46:27.475Z Downloaded hkdf v0.13.0
10732026-07-07T23:46:27.475Z Downloaded spki v0.7.3
10742026-07-07T23:46:27.478Z Downloaded slog-stdlog v4.1.1
10752026-07-07T23:46:27.478Z Downloaded thiserror-no-std v2.0.2
10762026-07-07T23:46:27.481Z Downloaded hashbrown v0.15.5
10772026-07-07T23:46:27.484Z Downloaded untrusted v0.9.0
10782026-07-07T23:46:27.484Z Downloaded publicsuffix v2.3.0
10792026-07-07T23:46:27.488Z Downloaded universal-hash v0.6.1
10802026-07-07T23:46:27.488Z Downloaded utf8_iter v1.0.4
10812026-07-07T23:46:27.491Z Downloaded untrusted v0.7.1
10822026-07-07T23:46:27.491Z Downloaded universal-hash v0.5.1
10832026-07-07T23:46:27.491Z Downloaded time-macros v0.2.27
10842026-07-07T23:46:27.491Z Downloaded tiny-keccak v2.0.2
10852026-07-07T23:46:27.495Z Downloaded term v0.7.0
10862026-07-07T23:46:27.499Z Downloaded tower-service v0.3.3
10872026-07-07T23:46:27.499Z Downloaded topological-sort v0.2.2
10882026-07-07T23:46:27.499Z Downloaded quinn v0.11.9
10892026-07-07T23:46:27.502Z Downloaded serde_yaml v0.9.34+deprecated
10902026-07-07T23:46:27.503Z Downloaded libxml v0.3.3
10912026-07-07T23:46:27.505Z Downloaded tower-layer v0.3.3
10922026-07-07T23:46:27.505Z Downloaded usdt-attr-macro v0.6.0
10932026-07-07T23:46:27.506Z Downloaded bindgen v0.71.1
10942026-07-07T23:46:27.510Z Downloaded utf-8 v0.7.6
10952026-07-07T23:46:27.513Z Downloaded usdt-macro v0.6.0
10962026-07-07T23:46:27.513Z Downloaded unit-prefix v0.5.2
10972026-07-07T23:46:27.513Z Downloaded usdt v0.6.0
10982026-07-07T23:46:27.513Z Downloaded unarray v0.1.4
10992026-07-07T23:46:27.517Z Downloaded typify-macro v0.6.2
11002026-07-07T23:46:27.517Z Downloaded toml_writer v1.1.1+spec-1.1.0
11012026-07-07T23:46:27.517Z Downloaded thread_local v1.1.9
11022026-07-07T23:46:27.517Z Downloaded signal-hook v0.3.18
11032026-07-07T23:46:27.520Z Downloaded crypto-primes v0.7.2
11042026-07-07T23:46:27.523Z Downloaded tinystr v0.8.2
11052026-07-07T23:46:27.526Z Downloaded waitgroup v0.1.2
11062026-07-07T23:46:27.529Z Downloaded rsa v0.10.0-rc.18
11072026-07-07T23:46:27.532Z Downloaded tui-tree-widget v0.23.1
11082026-07-07T23:46:27.532Z Downloaded void v1.0.2
11092026-07-07T23:46:27.536Z Downloaded tokio-native-tls v0.3.1
11102026-07-07T23:46:27.539Z Downloaded tokio-dtrace v0.1.1
11112026-07-07T23:46:27.539Z Downloaded tls_codec_derive v0.4.2
11122026-07-07T23:46:27.539Z Downloaded tls_codec v0.4.2
11132026-07-07T23:46:27.542Z Downloaded unicode-truncate v1.1.0
11142026-07-07T23:46:27.542Z Downloaded want v0.3.1
11152026-07-07T23:46:27.545Z Downloaded tokio-rustls v0.26.4
11162026-07-07T23:46:27.548Z Downloaded idna v1.1.0
11172026-07-07T23:46:27.551Z Downloaded itertools v0.12.1
11182026-07-07T23:46:27.556Z Downloaded xattr v1.6.1
11192026-07-07T23:46:27.561Z Downloaded socket2 v0.5.10
11202026-07-07T23:46:27.564Z Downloaded xshell-macros v0.2.7
11212026-07-07T23:46:27.564Z Downloaded yoke-derive v0.8.1
11222026-07-07T23:46:27.564Z Downloaded tokio-tungstenite v0.23.1
11232026-07-07T23:46:27.569Z Downloaded term v1.2.1
11242026-07-07T23:46:27.570Z Downloaded blake3 v1.8.5
11252026-07-07T23:46:27.573Z Downloaded wait-timeout v0.2.1
11262026-07-07T23:46:27.576Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11272026-07-07T23:46:27.576Z Downloaded socket2 v0.6.3
11282026-07-07T23:46:27.576Z Downloaded smallvec v1.15.1
11292026-07-07T23:46:27.581Z Downloaded futures-util v0.3.32
11302026-07-07T23:46:27.588Z Downloaded usdt-impl v0.6.0
11312026-07-07T23:46:27.601Z Downloaded vergen-gitcl v1.0.8
11322026-07-07T23:46:27.605Z Downloaded zerofrom-derive v0.1.6
11332026-07-07T23:46:27.608Z Downloaded chrono v0.4.44
11342026-07-07T23:46:27.611Z Downloaded uzers v0.12.2
11352026-07-07T23:46:27.614Z Downloaded unicase v2.9.0
11362026-07-07T23:46:27.617Z Downloaded unicode-xid v0.2.6
11372026-07-07T23:46:27.620Z Downloaded zerofrom v0.1.6
11382026-07-07T23:46:27.620Z Downloaded vsss-rs v3.3.4
11392026-07-07T23:46:27.641Z Downloaded vergen-lib v9.1.0
11402026-07-07T23:46:27.679Z Downloaded zone v0.3.1
11412026-07-07T23:46:27.679Z Downloaded samael v0.0.19
11422026-07-07T23:46:27.679Z Downloaded zone_cfg_derive v0.3.1
11432026-07-07T23:46:27.679Z Downloaded whoami v2.1.0
11442026-07-07T23:46:27.679Z Downloaded schemars v1.2.1
11452026-07-07T23:46:27.679Z Downloaded zeroize_derive v1.4.3
11462026-07-07T23:46:27.679Z Downloaded tokio-tungstenite v0.21.0
11472026-07-07T23:46:27.679Z Downloaded subprocess v0.2.15
11482026-07-07T23:46:27.679Z Downloaded writeable v0.6.2
11492026-07-07T23:46:27.679Z Downloaded vergen-lib v0.1.6
11502026-07-07T23:46:27.679Z Downloaded tokio-stream v0.1.18
11512026-07-07T23:46:27.679Z Downloaded itertools v0.13.0
11522026-07-07T23:46:27.679Z Downloaded snafu v0.8.9
11532026-07-07T23:46:27.680Z Downloaded tinyvec v1.10.0
11542026-07-07T23:46:27.680Z Downloaded walkdir v2.5.0
11552026-07-07T23:46:27.680Z Downloaded rustls-webpki v0.103.13
11562026-07-07T23:46:27.680Z Downloaded toml_parser v1.1.2+spec-1.1.0
11572026-07-07T23:46:27.680Z Downloaded toml v1.1.2+spec-1.1.0
11582026-07-07T23:46:27.680Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11592026-07-07T23:46:27.680Z Downloaded hkdf v0.12.4
11602026-07-07T23:46:27.685Z Downloaded vergen v9.1.0
11612026-07-07T23:46:27.685Z Downloaded wyz v0.5.1
11622026-07-07T23:46:27.685Z Downloaded twox-hash v2.1.2
11632026-07-07T23:46:27.685Z Downloaded tungstenite v0.21.0
11642026-07-07T23:46:27.688Z Downloaded serde_with v1.14.0
11652026-07-07T23:46:27.692Z Downloaded zerovec-derive v0.11.2
11662026-07-07T23:46:27.692Z Downloaded typify v0.6.2
11672026-07-07T23:46:27.695Z Downloaded vergen-git2 v9.1.0
11682026-07-07T23:46:27.695Z Downloaded tungstenite v0.23.0
11692026-07-07T23:46:27.698Z Downloaded whoami v1.6.1
11702026-07-07T23:46:27.701Z Downloaded tracing-attributes v0.1.31
11712026-07-07T23:46:27.704Z Downloaded rand v0.10.1
11722026-07-07T23:46:27.707Z Downloaded xshell v0.2.7
11732026-07-07T23:46:27.710Z Downloaded yasna v0.5.2
11742026-07-07T23:46:27.714Z Downloaded yoke v0.8.1
11752026-07-07T23:46:27.718Z Downloaded bitvec v1.0.1
11762026-07-07T23:46:27.724Z Downloaded unicode-properties v0.1.4
11772026-07-07T23:46:27.726Z Downloaded schemars v0.9.0
11782026-07-07T23:46:27.733Z Downloaded zerocopy v0.6.6
11792026-07-07T23:46:27.741Z Downloaded zstd-safe v7.2.4
11802026-07-07T23:46:27.744Z Downloaded zstd v0.13.3
11812026-07-07T23:46:27.744Z Downloaded test-strategy v0.4.5
11822026-07-07T23:46:27.748Z Downloaded toml v0.7.8
11832026-07-07T23:46:27.751Z Downloaded vte v0.14.1
11842026-07-07T23:46:27.755Z Downloaded steno v0.4.1
11852026-07-07T23:46:27.762Z Downloaded tokio-postgres v0.7.16
11862026-07-07T23:46:27.765Z Downloaded unsafe-libyaml v0.2.11
11872026-07-07T23:46:27.772Z Downloaded tracing-core v0.1.36
11882026-07-07T23:46:27.777Z Downloaded unicode-bidi v0.3.18
11892026-07-07T23:46:27.781Z Downloaded reedline v0.40.0
11902026-07-07T23:46:27.786Z Downloaded zeroize v1.8.2
11912026-07-07T23:46:27.788Z Downloaded toml_edit v0.19.15
11922026-07-07T23:46:27.797Z Downloaded uuid v1.23.4
11932026-07-07T23:46:27.800Z Downloaded tar v0.4.45
11942026-07-07T23:46:27.803Z Downloaded rpassword v7.4.0
11952026-07-07T23:46:27.803Z Downloaded iddqd v0.4.2
11962026-07-07T23:46:27.808Z Downloaded zopfli v0.8.3
11972026-07-07T23:46:27.811Z Downloaded rayon v1.11.0
11982026-07-07T23:46:27.816Z Downloaded toml_edit v0.23.10+spec-1.0.0
11992026-07-07T23:46:27.819Z Downloaded moka v0.12.13
12002026-07-07T23:46:27.823Z Downloaded yansi v1.0.1
12012026-07-07T23:46:27.827Z Downloaded unicode_categories v0.1.1
12022026-07-07T23:46:27.842Z Downloaded goblin v0.10.5
12032026-07-07T23:46:27.846Z Downloaded quick-xml v0.37.5
12042026-07-07T23:46:27.850Z Downloaded zip v0.6.6
12052026-07-07T23:46:27.853Z Downloaded zerotrie v0.2.3
12062026-07-07T23:46:27.856Z Downloaded rustyline v14.0.0
12072026-07-07T23:46:27.909Z Downloaded x509-cert v0.2.5
12082026-07-07T23:46:27.912Z Downloaded url v2.5.8
12092026-07-07T23:46:27.915Z Downloaded ssh-key v0.7.0-rc.10
12102026-07-07T23:46:27.920Z Downloaded regex v1.12.3
12112026-07-07T23:46:27.923Z Downloaded git2 v0.20.4
12122026-07-07T23:46:27.928Z Downloaded typed-path v0.9.3
12132026-07-07T23:46:27.932Z Downloaded salty v0.3.0
12142026-07-07T23:46:27.936Z Downloaded reqwest v0.13.2
12152026-07-07T23:46:27.939Z Downloaded reqwest v0.12.28
12162026-07-07T23:46:27.945Z Downloaded unicode-segmentation v1.12.0
12172026-07-07T23:46:27.945Z Downloaded tokio-util v0.7.18
12182026-07-07T23:46:27.959Z Downloaded tower-http v0.6.8
12192026-07-07T23:46:27.965Z Downloaded zerocopy-derive v0.8.40
12202026-07-07T23:46:27.970Z Downloaded portable-atomic v1.13.1
12212026-07-07T23:46:27.976Z Downloaded quinn-proto v0.11.13
12222026-07-07T23:46:27.980Z Downloaded p384 v0.13.1
12232026-07-07T23:46:27.983Z Downloaded radix_trie v0.2.1
12242026-07-07T23:46:27.991Z Downloaded zerovec v0.11.5
12252026-07-07T23:46:28.002Z Downloaded lalrpop v0.19.12
12262026-07-07T23:46:28.010Z Downloaded russh v0.61.2
12272026-07-07T23:46:28.020Z Downloaded tower v0.5.3
12282026-07-07T23:46:28.024Z Downloaded winnow v0.5.40
12292026-07-07T23:46:28.033Z Downloaded winnow v0.6.26
12302026-07-07T23:46:28.040Z Downloaded openssl v0.10.79
12312026-07-07T23:46:28.046Z Downloaded bstr v1.12.1
12322026-07-07T23:46:28.061Z Downloaded nix v0.28.0
12332026-07-07T23:46:28.068Z Downloaded tabled v0.20.0
12342026-07-07T23:46:28.078Z Downloaded unicode-normalization v0.1.25
12352026-07-07T23:46:28.081Z Downloaded zip v4.6.1
12362026-07-07T23:46:28.084Z Downloaded nix v0.31.2
12372026-07-07T23:46:28.091Z Downloaded regex-syntax v0.6.29
12382026-07-07T23:46:28.095Z Downloaded proptest v1.10.0
12392026-07-07T23:46:28.101Z Downloaded curve25519-dalek v4.1.3
12402026-07-07T23:46:28.106Z Downloaded crypto-bigint v0.7.5
12412026-07-07T23:46:28.131Z Downloaded vcpkg v0.2.15
12422026-07-07T23:46:28.155Z Downloaded tough v0.22.0
12432026-07-07T23:46:28.162Z Downloaded hickory-proto v0.25.2
12442026-07-07T23:46:28.168Z Downloaded zlib-rs v0.6.2
12452026-07-07T23:46:28.171Z Downloaded petname v2.0.2
12462026-07-07T23:46:28.175Z Downloaded serde_with v3.17.0
12472026-07-07T23:46:28.181Z Downloaded openapiv3 v2.2.0
12482026-07-07T23:46:28.193Z Downloaded nix v0.27.1
12492026-07-07T23:46:28.199Z Downloaded zerocopy v0.8.40
12502026-07-07T23:46:28.204Z Downloaded regress v0.11.1
12512026-07-07T23:46:28.230Z Downloaded object v0.30.4
12522026-07-07T23:46:28.239Z Downloaded dropshot v0.17.1
12532026-07-07T23:46:28.253Z Downloaded winnow v1.0.3
12542026-07-07T23:46:28.258Z Downloaded curve25519-dalek v5.0.0-rc.0
12552026-07-07T23:46:28.273Z Downloaded polar-core v0.27.3
12562026-07-07T23:46:28.278Z Downloaded time v0.3.47
12572026-07-07T23:46:28.293Z Downloaded smoltcp v0.9.1
12582026-07-07T23:46:28.320Z Downloaded sled v0.34.7
12592026-07-07T23:46:28.326Z Downloaded bzip2-sys v0.1.13+1.0.8
12602026-07-07T23:46:28.337Z Downloaded hickory-proto v0.24.4
12612026-07-07T23:46:28.346Z Downloaded sha3 v0.11.0
12622026-07-07T23:46:28.353Z Downloaded ratatui v0.29.0
12632026-07-07T23:46:28.364Z Downloaded object v0.37.3
12642026-07-07T23:46:28.384Z Downloaded smoltcp v0.11.0
12652026-07-07T23:46:28.392Z Downloaded zerocopy-derive v0.6.6
12662026-07-07T23:46:28.406Z Downloaded regex-automata v0.4.14
12672026-07-07T23:46:28.415Z Downloaded diesel v2.3.7
12682026-07-07T23:46:28.427Z Downloaded chrono-tz v0.10.4
12692026-07-07T23:46:28.438Z Downloaded regress v0.10.5
12702026-07-07T23:46:28.443Z Downloaded rustls v0.23.41
12712026-07-07T23:46:28.449Z Downloaded regex-syntax v0.8.10
12722026-07-07T23:46:28.454Z Downloaded jiff v0.2.21
12732026-07-07T23:46:28.474Z Downloaded rustix v0.38.44
12742026-07-07T23:46:28.507Z Downloaded sha3 v0.10.8
12752026-07-07T23:46:28.523Z Downloaded tokio v1.52.1
12762026-07-07T23:46:28.546Z Downloaded sqlparser v0.61.0
12772026-07-07T23:46:28.565Z Downloaded fiat-crypto v0.3.0
12782026-07-07T23:46:28.587Z Downloaded typify-impl v0.6.2
12792026-07-07T23:46:28.591Z Downloaded tracing v0.1.44
12802026-07-07T23:46:28.611Z Downloaded encoding_rs v0.8.35
12812026-07-07T23:46:28.667Z Downloaded petgraph v0.6.5
12822026-07-07T23:46:28.691Z Downloaded petgraph v0.8.3
12832026-07-07T23:46:28.704Z Downloaded csv v1.4.0
12842026-07-07T23:46:28.716Z Downloaded libgit2-sys v0.18.3+1.9.2
12852026-07-07T23:46:28.749Z Downloaded libz-sys v1.1.24
12862026-07-07T23:46:28.762Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12872026-07-07T23:46:28.818Z Downloaded ring v0.17.14
12882026-07-07T23:46:29.313Z Downloaded aws-lc-sys v0.40.0
12892026-07-07T23:46:29.562Z Compiling libc v0.2.185
12902026-07-07T23:46:29.562Z Compiling serde_core v1.0.228
12912026-07-07T23:46:29.562Z Compiling serde v1.0.228
12922026-07-07T23:46:29.565Z Compiling log v0.4.29
12932026-07-07T23:46:29.565Z Compiling smallvec v1.15.1
12942026-07-07T23:46:29.565Z Compiling find-msvc-tools v0.1.9
12952026-07-07T23:46:29.565Z Compiling shlex v1.3.0
12962026-07-07T23:46:29.565Z Compiling subtle v2.6.1
12972026-07-07T23:46:29.565Z Compiling scopeguard v1.2.0
12982026-07-07T23:46:29.794Z Compiling stable_deref_trait v1.2.1
12992026-07-07T23:46:29.797Z Compiling typenum v1.20.1
13002026-07-07T23:46:29.820Z Compiling serde_json v1.0.150
13012026-07-07T23:46:29.820Z Compiling portable-atomic v1.13.1
13022026-07-07T23:46:29.823Z Compiling zerocopy v0.8.40
13032026-07-07T23:46:29.823Z Compiling syn v2.0.117
13042026-07-07T23:46:29.876Z Compiling pin-project-lite v0.2.17
13052026-07-07T23:46:29.891Z Compiling lock_api v0.4.14
13062026-07-07T23:46:29.905Z Compiling parking_lot_core v0.9.12
13072026-07-07T23:46:29.918Z Compiling critical-section v1.2.0
13082026-07-07T23:46:29.933Z Compiling pkg-config v0.3.32
13092026-07-07T23:46:29.973Z Compiling futures-core v0.3.32
13102026-07-07T23:46:29.976Z Compiling getrandom v0.4.1
13112026-07-07T23:46:30.001Z Compiling libm v0.2.16
13122026-07-07T23:46:30.016Z Compiling num-traits v0.2.19
13132026-07-07T23:46:30.045Z Compiling generic-array v0.14.7
13142026-07-07T23:46:30.085Z Compiling const-oid v0.9.6
13152026-07-07T23:46:30.099Z Compiling rand_core v0.10.0
13162026-07-07T23:46:30.147Z Compiling litemap v0.8.1
13172026-07-07T23:46:30.150Z Compiling percent-encoding v2.3.2
13182026-07-07T23:46:30.212Z Compiling writeable v0.6.2
13192026-07-07T23:46:30.301Z Compiling icu_properties_data v2.1.2
13202026-07-07T23:46:30.339Z Compiling icu_normalizer_data v2.1.1
13212026-07-07T23:46:30.354Z Compiling futures-sink v0.3.32
13222026-07-07T23:46:30.368Z Compiling futures-task v0.3.32
13232026-07-07T23:46:30.396Z Compiling slab v0.4.12
13242026-07-07T23:46:30.452Z Compiling futures-channel v0.3.32
13252026-07-07T23:46:30.455Z Compiling futures-io v0.3.32
13262026-07-07T23:46:30.483Z Compiling utf8_iter v1.0.4
13272026-07-07T23:46:30.483Z Compiling getrandom v0.3.4
13282026-07-07T23:46:30.561Z Compiling rustversion v1.0.22
13292026-07-07T23:46:30.603Z Compiling form_urlencoded v1.2.2
13302026-07-07T23:46:30.619Z Compiling fs_extra v1.3.0
13312026-07-07T23:46:30.653Z Compiling jobserver v0.1.34
13322026-07-07T23:46:30.668Z Compiling errno v0.3.14
13332026-07-07T23:46:30.671Z Compiling getrandom v0.2.17
13342026-07-07T23:46:30.729Z Compiling mio v1.2.0
13352026-07-07T23:46:30.758Z Compiling socket2 v0.6.3
13362026-07-07T23:46:30.817Z Compiling signal-hook-registry v1.4.8
13372026-07-07T23:46:30.849Z Compiling rand_core v0.6.4
13382026-07-07T23:46:30.902Z Compiling cc v1.2.56
13392026-07-07T23:46:30.931Z Compiling ident_case v1.0.1
13402026-07-07T23:46:30.953Z Compiling parking_lot v0.12.5
13412026-07-07T23:46:30.972Z Compiling once_cell v1.21.3
13422026-07-07T23:46:31.045Z Compiling rustix v1.1.3
13432026-07-07T23:46:31.076Z Compiling dunce v1.0.5
13442026-07-07T23:46:31.091Z Compiling iana-time-zone v0.1.65
13452026-07-07T23:46:31.094Z Compiling regex-syntax v0.8.10
13462026-07-07T23:46:31.121Z Compiling vcpkg v0.2.15
13472026-07-07T23:46:31.145Z Compiling base64ct v1.8.3
13482026-07-07T23:46:31.187Z Compiling tracing-core v0.1.36
13492026-07-07T23:46:31.216Z Compiling aws-lc-rs v1.16.3
13502026-07-07T23:46:31.231Z Compiling flagset v0.4.7
13512026-07-07T23:46:31.312Z Compiling base64 v0.22.1
13522026-07-07T23:46:31.364Z Compiling openssl-probe v0.2.1
13532026-07-07T23:46:31.378Z Compiling cmov v0.5.4
13542026-07-07T23:46:31.460Z Compiling rand_core v0.9.5
13552026-07-07T23:46:31.522Z Compiling pem-rfc7468 v0.7.0
13562026-07-07T23:46:31.547Z Compiling tinyvec_macros v0.1.1
13572026-07-07T23:46:31.562Z Compiling httparse v1.10.1
13582026-07-07T23:46:31.612Z Compiling tinyvec v1.10.0
13592026-07-07T23:46:31.629Z Compiling ctutils v0.4.2
13602026-07-07T23:46:31.645Z Compiling aho-corasick v1.1.4
13612026-07-07T23:46:31.659Z Compiling tower-service v0.3.3
13622026-07-07T23:46:31.676Z Compiling cmake v0.1.57
13632026-07-07T23:46:31.723Z Compiling untrusted v0.7.1
13642026-07-07T23:46:31.754Z Compiling try-lock v0.2.5
13652026-07-07T23:46:31.768Z Compiling schemars v0.8.22
13662026-07-07T23:46:31.773Z Compiling dyn-clone v1.0.20
13672026-07-07T23:46:31.858Z Compiling tower-layer v0.3.3
13682026-07-07T23:46:31.874Z Compiling atomic-waker v1.1.2
13692026-07-07T23:46:31.887Z Compiling want v0.3.1
13702026-07-07T23:46:31.890Z Compiling untrusted v0.9.0
13712026-07-07T23:46:31.917Z Compiling cpufeatures v0.2.17
13722026-07-07T23:46:31.917Z Compiling httpdate v1.0.3
13732026-07-07T23:46:31.956Z Compiling bitflags v2.11.0
13742026-07-07T23:46:31.983Z Compiling semver v1.0.28
13752026-07-07T23:46:31.997Z Compiling indexmap v2.14.0
13762026-07-07T23:46:32.014Z Compiling uuid v1.23.4
13772026-07-07T23:46:32.052Z Compiling foreign-types-shared v0.1.1
13782026-07-07T23:46:32.080Z Compiling rustls v0.23.41
13792026-07-07T23:46:32.108Z Compiling openssl v0.10.79
13802026-07-07T23:46:32.111Z Compiling unicode-normalization v0.1.25
13812026-07-07T23:46:32.154Z Compiling foreign-types v0.3.2
13822026-07-07T23:46:32.175Z Compiling spin v0.9.8
13832026-07-07T23:46:32.218Z Compiling rustc_version v0.4.1
13842026-07-07T23:46:32.234Z Compiling num-conv v0.2.0
13852026-07-07T23:46:32.287Z Compiling crc32fast v1.5.0
13862026-07-07T23:46:32.331Z Compiling native-tls v0.2.18
13872026-07-07T23:46:32.380Z Compiling time-core v0.1.8
13882026-07-07T23:46:32.400Z Compiling powerfmt v0.2.0
13892026-07-07T23:46:32.415Z Compiling wait-timeout v0.2.1
13902026-07-07T23:46:32.428Z Compiling sync_wrapper v1.0.2
13912026-07-07T23:46:32.522Z Compiling aws-lc-sys v0.40.0
13922026-07-07T23:46:32.540Z Compiling openssl-sys v0.9.115
13932026-07-07T23:46:32.554Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13942026-07-07T23:46:32.576Z Compiling deranged v0.5.8
13952026-07-07T23:46:32.591Z Compiling time-macros v0.2.27
13962026-07-07T23:46:32.606Z Compiling syn v1.0.109
13972026-07-07T23:46:32.620Z Compiling regex-automata v0.4.14
13982026-07-07T23:46:32.689Z Compiling usdt-impl v0.6.0
13992026-07-07T23:46:32.700Z Compiling siphasher v1.0.2
14002026-07-07T23:46:32.714Z Compiling num_threads v0.1.7
14012026-07-07T23:46:32.799Z Compiling synstructure v0.13.2
14022026-07-07T23:46:32.827Z Compiling serde_derive_internals v0.29.1
14032026-07-07T23:46:32.913Z Compiling pest_generator v2.8.6
14042026-07-07T23:46:32.941Z Compiling darling_core v0.20.11
14052026-07-07T23:46:32.965Z Compiling simd-adler32 v0.3.8
14062026-07-07T23:46:33.146Z Compiling tempfile v3.25.0
14072026-07-07T23:46:33.247Z Compiling crossbeam-utils v0.8.21
14082026-07-07T23:46:33.410Z Compiling bit-vec v0.8.0
14092026-07-07T23:46:33.439Z Compiling quick-error v1.2.3
14102026-07-07T23:46:33.524Z Compiling darling_core v0.21.3
14112026-07-07T23:46:33.539Z Compiling rusty-fork v0.3.1
14122026-07-07T23:46:33.568Z Compiling heapless v0.7.17
14132026-07-07T23:46:33.608Z Compiling bit-set v0.8.0
14142026-07-07T23:46:33.623Z Compiling bzip2-sys v0.1.13+1.0.8
14152026-07-07T23:46:33.656Z Compiling slog v2.8.2
14162026-07-07T23:46:33.659Z Compiling rand_xorshift v0.4.0
14172026-07-07T23:46:33.700Z Compiling thread-id v5.1.0
14182026-07-07T23:46:33.756Z Compiling time v0.3.47
14192026-07-07T23:46:33.756Z Compiling cookie v0.18.1
14202026-07-07T23:46:33.785Z Compiling zstd-safe v7.2.4
14212026-07-07T23:46:33.799Z Compiling allocator-api2 v0.2.21
14222026-07-07T23:46:33.802Z Compiling anyhow v1.0.102
14232026-07-07T23:46:33.850Z Compiling unarray v0.1.4
14242026-07-07T23:46:33.864Z Compiling unicode-bidi v0.3.18
14252026-07-07T23:46:33.878Z Compiling unicode-properties v0.1.4
14262026-07-07T23:46:33.893Z Compiling adler2 v2.0.1
14272026-07-07T23:46:33.951Z Compiling ryu v1.0.23
14282026-07-07T23:46:34.025Z Compiling paste v1.0.15
14292026-07-07T23:46:34.029Z Compiling iri-string v0.7.10
14302026-07-07T23:46:34.054Z Compiling signal-hook v0.3.18
14312026-07-07T23:46:34.120Z Compiling miniz_oxide v0.8.9
14322026-07-07T23:46:34.280Z Compiling stringprep v0.1.5
14332026-07-07T23:46:34.400Z Compiling camino v1.2.2
14342026-07-07T23:46:34.424Z Compiling curve25519-dalek v4.1.3
14352026-07-07T23:46:34.461Z Compiling num-integer v0.1.46
14362026-07-07T23:46:34.500Z Compiling serde_derive v1.0.228
14372026-07-07T23:46:34.710Z Compiling zeroize_derive v1.4.3
14382026-07-07T23:46:34.746Z Compiling zerofrom-derive v0.1.6
14392026-07-07T23:46:34.761Z Compiling yoke-derive v0.8.1
14402026-07-07T23:46:34.804Z Compiling zerocopy-derive v0.8.40
14412026-07-07T23:46:34.808Z Compiling zerovec-derive v0.11.2
14422026-07-07T23:46:34.808Z Compiling displaydoc v0.2.5
14432026-07-07T23:46:34.901Z Compiling tokio-macros v2.7.0
14442026-07-07T23:46:35.351Z Compiling futures-macro v0.3.32
14452026-07-07T23:46:35.404Z Compiling zeroize v1.8.2
14462026-07-07T23:46:35.459Z Compiling thiserror-impl v2.0.18
14472026-07-07T23:46:35.631Z Compiling der_derive v0.7.3
14482026-07-07T23:46:35.636Z Compiling tracing-attributes v0.1.31
14492026-07-07T23:46:35.670Z Compiling rustls-pki-types v1.14.0
14502026-07-07T23:46:36.000Z Compiling hybrid-array v0.4.13
14512026-07-07T23:46:36.042Z Compiling pest_derive v2.8.6
14522026-07-07T23:46:36.110Z Compiling crypto-common v0.1.7
14532026-07-07T23:46:36.180Z Compiling block-buffer v0.10.4
14542026-07-07T23:46:36.194Z Compiling scroll_derive v0.13.1
14552026-07-07T23:46:36.218Z Compiling zerofrom v0.1.6
14562026-07-07T23:46:36.233Z Compiling futures-util v0.3.32
14572026-07-07T23:46:36.269Z Compiling schemars_derive v0.8.22
14582026-07-07T23:46:36.359Z Compiling yoke v0.8.1
14592026-07-07T23:46:36.376Z Compiling digest v0.10.7
14602026-07-07T23:46:36.535Z Compiling zerovec v0.11.5
14612026-07-07T23:46:36.559Z Compiling zerotrie v0.2.3
14622026-07-07T23:46:36.654Z Compiling darling_macro v0.20.11
14632026-07-07T23:46:36.681Z Compiling der v0.7.10
14642026-07-07T23:46:36.816Z Compiling openssl-macros v0.1.1
14652026-07-07T23:46:36.874Z Compiling hmac v0.12.1
14662026-07-07T23:46:36.903Z Compiling thiserror v2.0.18
14672026-07-07T23:46:36.927Z Compiling sha2 v0.10.9
14682026-07-07T23:46:37.034Z Compiling tinystr v0.8.2
14692026-07-07T23:46:37.049Z Compiling potential_utf v0.1.4
14702026-07-07T23:46:37.065Z Compiling tracing v0.1.44
14712026-07-07T23:46:37.079Z Compiling scroll v0.13.0
14722026-07-07T23:46:37.079Z Compiling dtrace-parser v0.3.0
14732026-07-07T23:46:37.195Z Compiling icu_collections v2.1.1
14742026-07-07T23:46:37.224Z Compiling icu_locale_core v2.1.1
14752026-07-07T23:46:37.256Z Compiling darling v0.20.11
14762026-07-07T23:46:37.348Z Compiling goblin v0.10.5
14772026-07-07T23:46:37.351Z Compiling derive_builder_core v0.20.2
14782026-07-07T23:46:37.378Z Compiling scroll_derive v0.12.1
14792026-07-07T23:46:37.575Z Compiling spki v0.7.3
14802026-07-07T23:46:37.688Z Compiling thiserror-impl v1.0.69
14812026-07-07T23:46:37.800Z Compiling pkcs8 v0.10.2
14822026-07-07T23:46:37.830Z Compiling block-buffer v0.12.1
14832026-07-07T23:46:37.919Z Compiling icu_provider v2.1.1
14842026-07-07T23:46:38.040Z Compiling bytes v1.11.1
14852026-07-07T23:46:38.064Z Compiling chrono v0.4.44
14862026-07-07T23:46:38.076Z Compiling ipnet v2.11.0
14872026-07-07T23:46:38.109Z Compiling scroll v0.12.0
14882026-07-07T23:46:38.123Z Compiling erased-serde v0.3.31
14892026-07-07T23:46:38.147Z Compiling serde_urlencoded v0.7.1
14902026-07-07T23:46:38.227Z Compiling icu_properties v2.1.2
14912026-07-07T23:46:38.242Z Compiling icu_normalizer v2.1.1
14922026-07-07T23:46:38.342Z Compiling derive_builder_macro v0.20.2
14932026-07-07T23:46:38.393Z Compiling toml_datetime v0.6.11
14942026-07-07T23:46:38.410Z Compiling serde_spanned v0.6.9
14952026-07-07T23:46:38.569Z Compiling tokio v1.52.1
14962026-07-07T23:46:38.600Z Compiling http v1.4.2
14972026-07-07T23:46:38.621Z Compiling serde_tokenstream v0.2.3
14982026-07-07T23:46:38.634Z Compiling crypto-common v0.2.2
14992026-07-07T23:46:38.667Z Compiling block-padding v0.4.2
15002026-07-07T23:46:38.682Z Compiling md-5 v0.10.6
15012026-07-07T23:46:38.801Z Compiling signature v2.2.0
15022026-07-07T23:46:38.847Z Compiling darling_macro v0.21.3
15032026-07-07T23:46:38.862Z Compiling rustls-native-certs v0.8.3
15042026-07-07T23:46:38.875Z Compiling bstr v1.12.1
15052026-07-07T23:46:38.946Z Compiling zerocopy-derive v0.7.35
15062026-07-07T23:46:39.024Z Compiling async-trait v0.1.89
15072026-07-07T23:46:39.075Z Compiling thiserror v1.0.69
15082026-07-07T23:46:39.216Z Compiling idna_adapter v1.2.1
15092026-07-07T23:46:39.255Z Compiling pin-project-internal v1.1.11
15102026-07-07T23:46:39.373Z Compiling idna v1.1.0
15112026-07-07T23:46:39.421Z Compiling ppv-lite86 v0.2.21
15122026-07-07T23:46:39.466Z Compiling http-body v1.0.1
15132026-07-07T23:46:39.484Z Compiling vergen-lib v9.1.0
15142026-07-07T23:46:39.553Z Compiling hash32 v0.2.1
15152026-07-07T23:46:39.618Z Compiling http-body-util v0.1.3
15162026-07-07T23:46:39.647Z Compiling memoffset v0.9.1
15172026-07-07T23:46:39.706Z Compiling url v2.5.8
15182026-07-07T23:46:39.759Z Compiling rand_chacha v0.9.0
15192026-07-07T23:46:39.770Z Compiling rand_chacha v0.3.1
15202026-07-07T23:46:39.883Z Compiling encoding_rs v0.8.35
15212026-07-07T23:46:39.886Z Compiling num-bigint-dig v0.8.6
15222026-07-07T23:46:39.917Z Compiling rustix v0.38.44
15232026-07-07T23:46:39.965Z Compiling rand v0.9.2
15242026-07-07T23:46:40.059Z Compiling cfg_aliases v0.2.1
15252026-07-07T23:46:40.123Z Compiling dof v0.4.0
15262026-07-07T23:46:40.138Z Compiling mime v0.3.17
15272026-07-07T23:46:40.152Z Compiling ref-cast v1.0.25
15282026-07-07T23:46:40.349Z Compiling smoltcp v0.9.1
15292026-07-07T23:46:40.416Z Compiling psl-types v2.0.11
15302026-07-07T23:46:40.430Z Compiling fallible-iterator v0.2.0
15312026-07-07T23:46:40.473Z Compiling litrs v1.0.0
15322026-07-07T23:46:40.487Z Compiling zlib-rs v0.6.2
15332026-07-07T23:46:40.545Z Compiling proptest v1.10.0
15342026-07-07T23:46:40.559Z Compiling publicsuffix v2.3.0
15352026-07-07T23:46:40.562Z Compiling pin-project v1.1.11
15362026-07-07T23:46:40.705Z Compiling nix v0.31.2
15372026-07-07T23:46:40.719Z Compiling postgres-protocol v0.6.10
15382026-07-07T23:46:40.762Z Compiling rand v0.8.6
15392026-07-07T23:46:40.793Z Compiling zerocopy v0.7.35
15402026-07-07T23:46:41.000Z Compiling document-features v0.2.12
15412026-07-07T23:46:41.013Z Compiling darling v0.21.3
15422026-07-07T23:46:41.108Z Compiling ipnetwork v0.21.1
15432026-07-07T23:46:41.122Z Compiling derive_builder v0.20.2
15442026-07-07T23:46:41.262Z Compiling inout v0.2.2
15452026-07-07T23:46:41.325Z Compiling futures-executor v0.3.32
15462026-07-07T23:46:41.360Z Compiling oxnet v0.1.6
15472026-07-07T23:46:41.416Z Compiling goblin v0.8.2
15482026-07-07T23:46:41.416Z Compiling hubpack_derive v0.1.1
15492026-07-07T23:46:41.448Z Compiling hex v0.4.3
15502026-07-07T23:46:41.527Z Compiling regex v1.12.3
15512026-07-07T23:46:41.666Z Compiling num-iter v0.1.45
15522026-07-07T23:46:41.666Z Compiling ref-cast-impl v1.0.25
15532026-07-07T23:46:41.698Z Compiling snafu-derive v0.8.9
15542026-07-07T23:46:41.713Z Compiling curve25519-dalek-derive v0.1.1
15552026-07-07T23:46:41.729Z Compiling strum_macros v0.27.2
15562026-07-07T23:46:41.742Z Compiling daft-derive v0.1.7
15572026-07-07T23:46:41.928Z Compiling terminal_size v0.4.3
15582026-07-07T23:46:41.962Z Compiling phf_shared v0.13.1
15592026-07-07T23:46:42.015Z Compiling lazy_static v1.5.0
15602026-07-07T23:46:42.082Z Compiling anstyle-parse v0.2.7
15612026-07-07T23:46:42.119Z Compiling cargo-platform v0.3.2
15622026-07-07T23:46:42.134Z Compiling vergen v9.1.0
15632026-07-07T23:46:42.137Z Compiling ff v0.13.1
15642026-07-07T23:46:42.220Z Compiling fs-err v3.3.0
15652026-07-07T23:46:42.269Z Compiling ahash v0.8.12
15662026-07-07T23:46:42.285Z Compiling bitflags v1.3.2
15672026-07-07T23:46:42.305Z Compiling managed v0.8.0
15682026-07-07T23:46:42.347Z Compiling object v0.37.3
15692026-07-07T23:46:42.362Z Compiling foldhash v0.2.0
15702026-07-07T23:46:42.378Z Compiling base16ct v0.2.0
15712026-07-07T23:46:42.399Z Compiling foldhash v0.1.5
15722026-07-07T23:46:42.415Z Compiling tokio-util v0.7.18
15732026-07-07T23:46:42.448Z Compiling tower v0.5.3
15742026-07-07T23:46:42.512Z Compiling tokio-native-tls v0.3.1
15752026-07-07T23:46:42.528Z Compiling same-file v1.0.6
15762026-07-07T23:46:42.541Z Compiling unicode-segmentation v1.12.0
15772026-07-07T23:46:42.562Z Compiling libbz2-rs-sys v0.2.2
15782026-07-07T23:46:42.583Z Compiling winnow v0.5.40
15792026-07-07T23:46:42.603Z Compiling bumpalo v3.20.2
15802026-07-07T23:46:42.699Z Compiling walkdir v2.5.0
15812026-07-07T23:46:42.726Z Compiling hashbrown v0.16.1
15822026-07-07T23:46:42.764Z Compiling hashbrown v0.15.5
15832026-07-07T23:46:42.867Z Compiling tower-http v0.6.8
15842026-07-07T23:46:42.928Z Compiling zopfli v0.8.3
15852026-07-07T23:46:42.931Z Compiling sec1 v0.7.3
15862026-07-07T23:46:43.019Z Compiling newtype-uuid v1.3.2
15872026-07-07T23:46:43.236Z Compiling h2 v0.4.15
15882026-07-07T23:46:43.251Z Compiling daft v0.1.7
15892026-07-07T23:46:43.283Z Compiling bzip2 v0.6.1
15902026-07-07T23:46:43.451Z Compiling flate2 v1.1.9
15912026-07-07T23:46:43.489Z Compiling clap_builder v4.6.0
15922026-07-07T23:46:43.506Z Compiling cargo_metadata v0.23.1
15932026-07-07T23:46:43.601Z Compiling dof v0.3.0
15942026-07-07T23:46:43.640Z Compiling snafu v0.8.9
15952026-07-07T23:46:43.666Z Compiling group v0.13.0
15962026-07-07T23:46:43.725Z Compiling strum v0.27.2
15972026-07-07T23:46:43.806Z Compiling anstream v0.6.21
15982026-07-07T23:46:43.854Z Compiling phf v0.13.1
15992026-07-07T23:46:43.874Z Compiling toml_edit v0.19.15
16002026-07-07T23:46:44.042Z Compiling signal-hook-mio v0.2.5
16012026-07-07T23:46:44.079Z Compiling hubpack v0.1.2
16022026-07-07T23:46:44.174Z Compiling cookie_store v0.22.1
16032026-07-07T23:46:44.177Z Compiling usdt-attr-macro v0.6.0
16042026-07-07T23:46:44.202Z Compiling usdt-macro v0.6.0
16052026-07-07T23:46:44.313Z Compiling bzip2 v0.4.4
16062026-07-07T23:46:44.370Z Compiling futures v0.3.32
16072026-07-07T23:46:44.386Z Compiling cipher v0.5.2
16082026-07-07T23:46:44.459Z Compiling serde_with_macros v3.17.0
16092026-07-07T23:46:44.471Z Compiling postgres-types v0.2.12
16102026-07-07T23:46:44.539Z Compiling zstd v0.13.3
16112026-07-07T23:46:44.816Z Compiling globset v0.4.18
16122026-07-07T23:46:44.858Z Compiling dtrace-parser v0.2.0
16132026-07-07T23:46:44.897Z Compiling ed25519 v2.2.3
16142026-07-07T23:46:44.933Z Compiling serde_plain v1.0.2
16152026-07-07T23:46:45.013Z Compiling olpc-cjson v0.1.4
16162026-07-07T23:46:45.059Z Compiling serde-big-array v0.5.1
16172026-07-07T23:46:45.074Z Compiling pkcs1 v0.7.5
16182026-07-07T23:46:45.146Z Compiling hkdf v0.12.4
16192026-07-07T23:46:45.189Z Compiling crypto-bigint v0.5.5
16202026-07-07T23:46:45.217Z Compiling clap_derive v4.6.1
16212026-07-07T23:46:45.329Z Compiling strum_macros v0.26.4
16222026-07-07T23:46:45.483Z Compiling async-recursion v1.1.1
16232026-07-07T23:46:45.529Z Compiling serde_repr v0.1.20
16242026-07-07T23:46:45.639Z Compiling enum-as-inner v0.6.1
16252026-07-07T23:46:45.654Z Compiling phf_shared v0.11.3
16262026-07-07T23:46:45.829Z Compiling float-cmp v0.10.0
16272026-07-07T23:46:45.850Z Compiling pem v3.0.6
16282026-07-07T23:46:45.936Z Compiling thread-id v4.2.2
16292026-07-07T23:46:45.993Z Compiling memmap2 v0.9.10
16302026-07-07T23:46:46.033Z Compiling env_filter v1.0.0
16312026-07-07T23:46:46.141Z Compiling static_assertions v1.1.0
16322026-07-07T23:46:46.223Z Compiling fixedbitset v0.5.7
16332026-07-07T23:46:46.223Z Compiling difflib v0.4.0
16342026-07-07T23:46:46.253Z Compiling fixedbitset v0.4.2
16352026-07-07T23:46:46.256Z Compiling winnow v1.0.3
16362026-07-07T23:46:46.256Z Compiling cpufeatures v0.3.0
16372026-07-07T23:46:46.367Z Compiling either v1.15.0
16382026-07-07T23:46:46.391Z Compiling predicates-core v1.0.10
16392026-07-07T23:46:46.479Z Compiling hyper v1.10.1
16402026-07-07T23:46:46.500Z Compiling normalize-line-endings v0.3.0
16412026-07-07T23:46:46.566Z Compiling data-encoding v2.10.0
16422026-07-07T23:46:46.586Z Compiling typed-path v0.9.3
16432026-07-07T23:46:46.600Z Compiling jiff v0.2.21
16442026-07-07T23:46:46.616Z Compiling new_debug_unreachable v1.0.6
16452026-07-07T23:46:46.633Z Compiling const-oid v0.10.2
16462026-07-07T23:46:46.633Z Compiling whoami v2.1.0
16472026-07-07T23:46:46.660Z Compiling precomputed-hash v0.1.1
16482026-07-07T23:46:46.710Z Compiling keccak v0.1.6
16492026-07-07T23:46:46.759Z Compiling toml_edit v0.22.27
16502026-07-07T23:46:46.822Z Compiling digest v0.11.3
16512026-07-07T23:46:46.850Z Compiling string_cache v0.8.9
16522026-07-07T23:46:47.038Z Compiling sha3 v0.10.8
16532026-07-07T23:46:47.078Z Compiling hickory-proto v0.25.2
16542026-07-07T23:46:47.097Z Compiling tokio-postgres v0.7.16
16552026-07-07T23:46:47.119Z Compiling clap v4.6.1
16562026-07-07T23:46:47.173Z Compiling strum v0.26.3
16572026-07-07T23:46:47.206Z Compiling toml_parser v1.1.2+spec-1.1.0
16582026-07-07T23:46:47.284Z Compiling predicates v3.1.4
16592026-07-07T23:46:47.320Z Compiling itertools v0.13.0
16602026-07-07T23:46:47.352Z Compiling petgraph v0.8.3
16612026-07-07T23:46:47.453Z Compiling petgraph v0.6.5
16622026-07-07T23:46:47.518Z Compiling chacha20 v0.10.0
16632026-07-07T23:46:47.533Z Compiling env_logger v0.11.9
16642026-07-07T23:46:47.809Z Compiling hyper-util v0.1.20
16652026-07-07T23:46:47.857Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16662026-07-07T23:46:47.904Z Compiling elliptic-curve v0.13.8
16672026-07-07T23:46:47.919Z Compiling usdt v0.6.0
16682026-07-07T23:46:47.974Z Compiling usdt-impl v0.5.0
16692026-07-07T23:46:48.126Z Compiling crossterm v0.28.1
16702026-07-07T23:46:48.198Z Compiling serde_with v3.17.0
16712026-07-07T23:46:48.325Z Compiling rsa v0.9.10
16722026-07-07T23:46:48.579Z Compiling toml v0.7.8
16732026-07-07T23:46:48.594Z Compiling ed25519-dalek v2.2.0
16742026-07-07T23:46:49.209Z Compiling zip v4.6.1
16752026-07-07T23:46:49.265Z Compiling hyper-tls v0.6.0
16762026-07-07T23:46:49.331Z Compiling zip v0.6.6
16772026-07-07T23:46:49.507Z Compiling reqwest v0.12.28
16782026-07-07T23:46:49.523Z Compiling iddqd v0.4.2
16792026-07-07T23:46:49.624Z Compiling tokio-stream v0.1.18
16802026-07-07T23:46:49.657Z Compiling similar v2.7.0
16812026-07-07T23:46:49.780Z Compiling heck v0.4.1
16822026-07-07T23:46:50.029Z Compiling buf-list v1.1.2
16832026-07-07T23:46:50.050Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16842026-07-07T23:46:50.103Z Compiling openapiv3 v2.2.0
16852026-07-07T23:46:50.202Z Compiling x509-cert v0.2.5
16862026-07-07T23:46:50.220Z Compiling crossbeam-epoch v0.9.18
16872026-07-07T23:46:50.323Z Compiling peg-runtime v0.8.5
16882026-07-07T23:46:50.372Z Compiling lalrpop-util v0.19.12
16892026-07-07T23:46:50.567Z Compiling thread_local v1.1.9
16902026-07-07T23:46:50.580Z Compiling slog-async v2.8.0
16912026-07-07T23:46:50.597Z Compiling crossbeam-channel v0.5.15
16922026-07-07T23:46:50.629Z Compiling filetime v0.2.27
16932026-07-07T23:46:50.721Z Compiling is-terminal v0.4.17
16942026-07-07T23:46:50.776Z Compiling term v1.2.1
16952026-07-07T23:46:50.825Z Compiling take_mut v0.2.2
16962026-07-07T23:46:50.839Z Compiling xattr v1.6.1
16972026-07-07T23:46:50.853Z Compiling camino-tempfile v1.4.1
16982026-07-07T23:46:51.077Z Compiling slog-term v2.9.2
16992026-07-07T23:46:51.099Z Compiling tar v0.4.45
17002026-07-07T23:47:08.726Z Compiling rustls-webpki v0.103.13
17012026-07-07T23:47:11.442Z Compiling tokio-rustls v0.26.4
17022026-07-07T23:47:11.442Z Compiling rustls-platform-verifier v0.6.2
17032026-07-07T23:47:11.442Z Compiling tough v0.22.0
17042026-07-07T23:47:11.638Z Compiling hyper-rustls v0.27.7
17052026-07-07T23:47:11.828Z Compiling reqwest v0.13.2
17062026-07-07T23:47:13.993Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17072026-07-07T23:47:14.240Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17082026-07-07T23:47:17.076Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.27s
17092026-07-07T23:47:17.207Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17102026-07-07T23:47:17.270ZJul 07 23:47:16.411 INFO Starting download, target: DendriteStub
17112026-07-07T23:47:17.270ZJul 07 23:47:16.411 INFO Starting download, target: MaghemiteMgd
17122026-07-07T23:47:17.270ZJul 07 23:47:16.411 INFO Starting download, target: Clickhouse
17132026-07-07T23:47:17.278ZJul 07 23:47:16.411 INFO Starting download, target: Cockroach
17142026-07-07T23:47:17.278ZJul 07 23:47:16.411 INFO Starting download, target: Console
17152026-07-07T23:47:17.278ZJul 07 23:47:16.411 INFO Starting download, target: MaghemiteDdmd
17162026-07-07T23:47:17.278ZJul 07 23:47:16.411 INFO Starting download, target: TransceiverControl
17172026-07-07T23:47:17.278ZJul 07 23:47:16.412 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17182026-07-07T23:47:17.278ZJul 07 23:47:16.412 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17192026-07-07T23:47:17.278ZJul 07 23:47:16.412 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17202026-07-07T23:47:17.278ZJul 07 23:47:16.412 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17212026-07-07T23:47:17.278ZJul 07 23:47:16.412 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17222026-07-07T23:47:17.278ZJul 07 23:47:16.412 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17232026-07-07T23:47:17.278ZJul 07 23:47:16.412 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17242026-07-07T23:47:18.005ZJul 07 23:47:17.145 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17252026-07-07T23:47:18.215ZJul 07 23:47:17.348 INFO Download complete, target: TransceiverControl
17262026-07-07T23:47:19.308ZJul 07 23:47:18.459 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17272026-07-07T23:47:19.489ZJul 07 23:47:18.636 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17282026-07-07T23:47:19.583ZJul 07 23:47:18.731 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17292026-07-07T23:47:19.641ZJul 07 23:47:18.778 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17302026-07-07T23:47:19.748ZJul 07 23:47:18.891 INFO Download complete, target: Console
17312026-07-07T23:47:19.942ZJul 07 23:47:19.091 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17322026-07-07T23:47:20.253ZJul 07 23:47:19.399 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17332026-07-07T23:47:20.253ZJul 07 23:47:19.399 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17342026-07-07T23:47:21.146ZJul 07 23:47:20.295 INFO Download complete, target: MaghemiteDdmd
17352026-07-07T23:47:22.142ZJul 07 23:47:21.277 INFO Download complete, target: DendriteStub
17362026-07-07T23:47:22.470ZJul 07 23:47:21.562 INFO Download complete, target: MaghemiteMgd
17372026-07-07T23:47:24.889ZJul 07 23:47:24.039 INFO Checking that binary works, target: Cockroach
17382026-07-07T23:47:25.015ZJul 07 23:47:24.165 INFO Download complete, target: Cockroach
17392026-07-07T23:47:26.268ZJul 07 23:47:25.396 INFO Checking that binary works, target: Clickhouse
17402026-07-07T23:47:26.338ZJul 07 23:47:25.484 INFO Download complete, target: Clickhouse
17412026-07-07T23:47:26.354ZAll prerequisites installed successfully
17422026-07-07T23:47:26.354Z
17432026-07-07T23:47:26.354Zreal 1:44.987441731
17442026-07-07T23:47:26.354Zuser 6:36.567733107
17452026-07-07T23:47:26.354Zsys 1:38.404693769
17462026-07-07T23:47:26.354Ztrap 0.255245265
17472026-07-07T23:47:26.354Ztflt 0.829631564
17482026-07-07T23:47:26.354Zdflt 1.793469797
17492026-07-07T23:47:26.354Zkflt 0.028804989
17502026-07-07T23:47:26.355Zlock 23:10.044469669
17512026-07-07T23:47:26.355Zslp 18:09.652747476
17522026-07-07T23:47:26.355Zlat 23.707626060
17532026-07-07T23:47:26.355Zstop 2:44.520277514
17542026-07-07T23:47:26.355Z+ ptime -m cargo xtask download softnpu
17552026-07-07T23:47:26.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17562026-07-07T23:47:26.806Z Running `target/debug/xtask download softnpu`
17572026-07-07T23:47:27.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
17582026-07-07T23:47:27.578Z Running `target/debug/xtask-downloader softnpu`
17592026-07-07T23:47:27.626ZJul 07 23:47:26.767 INFO Starting download, target: Softnpu
17602026-07-07T23:47:27.629ZJul 07 23:47:26.768 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17612026-07-07T23:47:28.127ZJul 07 23:47:27.277 INFO Download complete, target: Softnpu
17622026-07-07T23:47:28.132Z
17632026-07-07T23:47:28.136Zreal 1.784095686
17642026-07-07T23:47:28.136Zuser 1.246506139
17652026-07-07T23:47:28.136Zsys 0.596812025
17662026-07-07T23:47:28.136Ztrap 0.000828820
17672026-07-07T23:47:28.136Ztflt 0.000104240
17682026-07-07T23:47:28.136Zdflt 0.000361230
17692026-07-07T23:47:28.136Zkflt 0.000000000
17702026-07-07T23:47:28.136Zlock 9.259869885
17712026-07-07T23:47:28.136Zslp 0.379340214
17722026-07-07T23:47:28.136Zlat 0.090940073
17732026-07-07T23:47:28.136Zstop 0.000159280
17742026-07-07T23:47:28.136Z+ export CARGO_INCREMENTAL=0
17752026-07-07T23:47:28.136Z+ CARGO_INCREMENTAL=0
17762026-07-07T23:47:28.136Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17772026-07-07T23:47:28.996Z Compiling proc-macro2 v1.0.106
17782026-07-07T23:47:28.996Z Compiling quote v1.0.45
17792026-07-07T23:47:28.996Z Compiling unicode-ident v1.0.24
17802026-07-07T23:47:28.996Z Compiling libc v0.2.185
17812026-07-07T23:47:28.996Z Compiling serde_core v1.0.228
17822026-07-07T23:47:29.139Z Compiling serde v1.0.228
17832026-07-07T23:47:29.148Z Compiling cfg-if v1.0.4
17842026-07-07T23:47:29.152Z Compiling version_check v0.9.5
17852026-07-07T23:47:29.162Z Compiling shlex v1.3.0
17862026-07-07T23:47:29.166Z Compiling find-msvc-tools v0.1.9
17872026-07-07T23:47:29.166Z Compiling memchr v2.8.0
17882026-07-07T23:47:29.166Z Compiling zmij v1.0.21
17892026-07-07T23:47:29.166Z Compiling serde_json v1.0.150
17902026-07-07T23:47:29.166Z Compiling autocfg v1.5.0
17912026-07-07T23:47:29.261Z Compiling portable-atomic v1.13.1
17922026-07-07T23:47:29.266Z Compiling zerocopy v0.8.40
17932026-07-07T23:47:29.377Z Compiling getrandom v0.4.1
17942026-07-07T23:47:29.612Z Compiling libm v0.2.16
17952026-07-07T23:47:29.638Z Compiling parking_lot_core v0.9.12
17962026-07-07T23:47:29.652Z Compiling icu_properties_data v2.1.2
17972026-07-07T23:47:29.682Z Compiling icu_normalizer_data v2.1.1
17982026-07-07T23:47:29.685Z Compiling smallvec v1.15.1
17992026-07-07T23:47:29.714Z Compiling generic-array v0.14.7
18002026-07-07T23:47:29.718Z Compiling itoa v1.0.17
18012026-07-07T23:47:29.744Z Compiling log v0.4.29
18022026-07-07T23:47:29.763Z Compiling num-traits v0.2.19
18032026-07-07T23:47:29.949Z Compiling subtle v2.6.1
18042026-07-07T23:47:29.952Z Compiling pkg-config v0.3.32
18052026-07-07T23:47:29.980Z Compiling stable_deref_trait v1.2.1
18062026-07-07T23:47:29.985Z Compiling typenum v1.20.1
18072026-07-07T23:47:30.034Z Compiling jobserver v0.1.34
18082026-07-07T23:47:30.090Z Compiling errno v0.3.14
18092026-07-07T23:47:30.105Z Compiling scopeguard v1.2.0
18102026-07-07T23:47:30.159Z Compiling fnv v1.0.7
18112026-07-07T23:47:30.193Z Compiling lock_api v0.4.14
18122026-07-07T23:47:30.221Z Compiling rand_core v0.10.0
18132026-07-07T23:47:30.266Z Compiling cc v1.2.56
18142026-07-07T23:47:30.296Z Compiling pin-project-lite v0.2.17
18152026-07-07T23:47:30.332Z Compiling getrandom v0.3.4
18162026-07-07T23:47:30.349Z Compiling thiserror v2.0.18
18172026-07-07T23:47:30.386Z Compiling syn v2.0.117
18182026-07-07T23:47:30.452Z Compiling equivalent v1.0.2
18192026-07-07T23:47:30.455Z Compiling writeable v0.6.2
18202026-07-07T23:47:30.455Z Compiling percent-encoding v2.3.2
18212026-07-07T23:47:30.467Z Compiling litemap v0.8.1
18222026-07-07T23:47:30.527Z Compiling getrandom v0.2.17
18232026-07-07T23:47:30.610Z Compiling rustversion v1.0.22
18242026-07-07T23:47:30.670Z Compiling rand_core v0.6.4
18252026-07-07T23:47:30.748Z Compiling critical-section v1.2.0
18262026-07-07T23:47:30.753Z Compiling fs_extra v1.3.0
18272026-07-07T23:47:30.753Z Compiling schemars v0.8.22
18282026-07-07T23:47:30.791Z Compiling dunce v1.0.5
18292026-07-07T23:47:30.821Z Compiling rustix v1.1.3
18302026-07-07T23:47:30.919Z Compiling hashbrown v0.17.0
18312026-07-07T23:47:31.020Z Compiling cmake v0.1.57
18322026-07-07T23:47:31.036Z Compiling signal-hook-registry v1.4.8
18332026-07-07T23:47:31.124Z Compiling once_cell v1.21.3
18342026-07-07T23:47:31.174Z Compiling heck v0.5.0
18352026-07-07T23:47:31.197Z Compiling utf8_iter v1.0.4
18362026-07-07T23:47:31.409Z Compiling semver v1.0.28
18372026-07-07T23:47:31.457Z Compiling indexmap v2.14.0
18382026-07-07T23:47:31.477Z Compiling bitflags v2.11.0
18392026-07-07T23:47:31.504Z Compiling parking_lot v0.12.5
18402026-07-07T23:47:31.530Z Compiling form_urlencoded v1.2.2
18412026-07-07T23:47:31.575Z Compiling socket2 v0.6.3
18422026-07-07T23:47:31.591Z Compiling aws-lc-sys v0.40.0
18432026-07-07T23:47:31.626Z Compiling mio v1.2.0
18442026-07-07T23:47:31.672Z Compiling futures-core v0.3.32
18452026-07-07T23:47:31.753Z Compiling aws-lc-rs v1.16.3
18462026-07-07T23:47:31.853Z Compiling httparse v1.10.1
18472026-07-07T23:47:31.881Z Compiling strsim v0.11.1
18482026-07-07T23:47:32.181Z Compiling byteorder v1.5.0
18492026-07-07T23:47:32.195Z Compiling ucd-trie v0.1.7
18502026-07-07T23:47:32.195Z Compiling thiserror v1.0.69
18512026-07-07T23:47:32.294Z Compiling iana-time-zone v0.1.65
18522026-07-07T23:47:32.347Z Compiling pest v2.8.6
18532026-07-07T23:47:32.356Z Compiling const-oid v0.9.6
18542026-07-07T23:47:32.390Z Compiling syn v1.0.109
18552026-07-07T23:47:32.444Z Compiling vcpkg v0.2.15
18562026-07-07T23:47:32.501Z Compiling ident_case v1.0.1
18572026-07-07T23:47:32.501Z Compiling regex-syntax v0.8.10
18582026-07-07T23:47:32.660Z Compiling uuid v1.23.4
18592026-07-07T23:47:32.771Z Compiling rustc_version v0.4.1
18602026-07-07T23:47:32.851Z Compiling futures-sink v0.3.32
18612026-07-07T23:47:32.885Z Compiling rustls v0.23.41
18622026-07-07T23:47:32.979Z Compiling futures-channel v0.3.32
18632026-07-07T23:47:32.985Z Compiling openssl-sys v0.9.115
18642026-07-07T23:47:33.082Z Compiling aho-corasick v1.1.4
18652026-07-07T23:47:33.123Z Compiling futures-task v0.3.32
18662026-07-07T23:47:33.150Z Compiling futures-io v0.3.32
18672026-07-07T23:47:33.176Z Compiling slab v0.4.12
18682026-07-07T23:47:33.259Z Compiling synstructure v0.13.2
18692026-07-07T23:47:33.278Z Compiling serde_derive_internals v0.29.1
18702026-07-07T23:47:33.449Z Compiling pest_meta v2.8.6
18712026-07-07T23:47:33.487Z Compiling crc32fast v1.5.0
18722026-07-07T23:47:33.521Z Compiling dyn-clone v1.0.20
18732026-07-07T23:47:33.565Z Compiling num-conv v0.2.0
18742026-07-07T23:47:33.578Z Compiling time-core v0.1.8
18752026-07-07T23:47:33.578Z Compiling plain v0.2.3
18762026-07-07T23:47:33.723Z Compiling base64 v0.22.1
18772026-07-07T23:47:33.763Z Compiling crossbeam-utils v0.8.21
18782026-07-07T23:47:33.763Z Compiling time-macros v0.2.27
18792026-07-07T23:47:33.920Z Compiling pretty-hex v0.4.1
18802026-07-07T23:47:33.945Z Compiling openssl v0.10.79
18812026-07-07T23:47:33.985Z Compiling regex-automata v0.4.14
18822026-07-07T23:47:34.062Z Compiling darling_core v0.21.3
18832026-07-07T23:47:34.098Z Compiling pest_generator v2.8.6
18842026-07-07T23:47:34.098Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18852026-07-07T23:47:34.173Z Compiling anyhow v1.0.102
18862026-07-07T23:47:34.205Z Compiling native-tls v0.2.18
18872026-07-07T23:47:34.219Z Compiling rand_core v0.9.5
18882026-07-07T23:47:34.439Z Compiling serde_derive v1.0.228
18892026-07-07T23:47:34.484Z Compiling zeroize_derive v1.4.3
18902026-07-07T23:47:34.534Z Compiling zerofrom-derive v0.1.6
18912026-07-07T23:47:34.535Z Compiling yoke-derive v0.8.1
18922026-07-07T23:47:34.535Z Compiling zerovec-derive v0.11.2
18932026-07-07T23:47:34.535Z Compiling displaydoc v0.2.5
18942026-07-07T23:47:34.572Z Compiling zerocopy-derive v0.8.40
18952026-07-07T23:47:34.708Z Compiling tokio-macros v2.7.0
18962026-07-07T23:47:34.723Z Compiling futures-macro v0.3.32
18972026-07-07T23:47:34.753Z Compiling thiserror-impl v2.0.18
18982026-07-07T23:47:35.074Z Compiling zeroize v1.8.2
18992026-07-07T23:47:35.225Z Compiling schemars_derive v0.8.22
19002026-07-07T23:47:35.333Z Compiling tracing-attributes v0.1.31
19012026-07-07T23:47:35.429Z Compiling der_derive v0.7.3
19022026-07-07T23:47:35.471Z Compiling thiserror-impl v1.0.69
19032026-07-07T23:47:35.555Z Compiling pest_derive v2.8.6
19042026-07-07T23:47:35.588Z Compiling zerofrom v0.1.6
19052026-07-07T23:47:35.732Z Compiling yoke v0.8.1
19062026-07-07T23:47:35.906Z Compiling zerovec v0.11.5
19072026-07-07T23:47:35.925Z Compiling zerotrie v0.2.3
19082026-07-07T23:47:36.029Z Compiling crypto-common v0.1.7
19092026-07-07T23:47:36.129Z Compiling futures-util v0.3.32
19102026-07-07T23:47:36.337Z Compiling block-buffer v0.10.4
19112026-07-07T23:47:36.491Z Compiling tinystr v0.8.2
19122026-07-07T23:47:36.508Z Compiling potential_utf v0.1.4
19132026-07-07T23:47:36.512Z Compiling digest v0.10.7
19142026-07-07T23:47:36.570Z Compiling scroll_derive v0.13.1
19152026-07-07T23:47:36.586Z Compiling scroll_derive v0.12.1
19162026-07-07T23:47:36.622Z Compiling openssl-macros v0.1.1
19172026-07-07T23:47:36.707Z Compiling icu_locale_core v2.1.1
19182026-07-07T23:47:36.721Z Compiling icu_collections v2.1.1
19192026-07-07T23:47:36.810Z Compiling regex v1.12.3
19202026-07-07T23:47:37.050Z Compiling darling_macro v0.21.3
19212026-07-07T23:47:37.358Z Compiling zerocopy-derive v0.7.35
19222026-07-07T23:47:37.374Z Compiling slog v2.8.2
19232026-07-07T23:47:37.405Z Compiling icu_provider v2.1.1
19242026-07-07T23:47:37.418Z Compiling tracing-core v0.1.36
19252026-07-07T23:47:37.576Z Compiling bytes v1.11.1
19262026-07-07T23:47:37.648Z Compiling chrono v0.4.44
19272026-07-07T23:47:37.740Z Compiling icu_normalizer v2.1.1
19282026-07-07T23:47:37.755Z Compiling icu_properties v2.1.2
19292026-07-07T23:47:37.871Z Compiling serde_tokenstream v0.2.3
19302026-07-07T23:47:38.128Z Compiling tokio v1.52.1
19312026-07-07T23:47:38.476Z Compiling http v1.4.2
19322026-07-07T23:47:38.734Z Compiling idna_adapter v1.2.1
19332026-07-07T23:47:38.789Z Compiling cookie v0.18.1
19342026-07-07T23:47:38.826Z Compiling camino v1.2.2
19352026-07-07T23:47:38.886Z Compiling idna v1.1.0
19362026-07-07T23:47:38.948Z Compiling ppv-lite86 v0.2.21
19372026-07-07T23:47:39.096Z Compiling base64ct v1.8.3
19382026-07-07T23:47:39.236Z Compiling url v2.5.8
19392026-07-07T23:47:39.286Z Compiling tracing v0.1.44
19402026-07-07T23:47:39.344Z Compiling pem-rfc7468 v0.7.0
19412026-07-07T23:47:39.439Z Compiling darling v0.21.3
19422026-07-07T23:47:39.728Z Compiling flagset v0.4.7
19432026-07-07T23:47:39.871Z Compiling der v0.7.10
19442026-07-07T23:47:40.129Z Compiling rand_chacha v0.9.0
19452026-07-07T23:47:40.263Z Compiling http-body v1.0.1
19462026-07-07T23:47:40.307Z Compiling rustls-pki-types v1.14.0
19472026-07-07T23:47:40.524Z Compiling usdt-impl v0.5.0
19482026-07-07T23:47:40.658Z Compiling paste v1.0.15
19492026-07-07T23:47:40.683Z Compiling usdt-impl v0.6.0
19502026-07-07T23:47:40.700Z Compiling tinyvec_macros v0.1.1
19512026-07-07T23:47:40.737Z Compiling cmov v0.5.4
19522026-07-07T23:47:40.923Z Compiling openssl-probe v0.2.1
19532026-07-07T23:47:40.958Z Compiling fastrand v2.3.0
19542026-07-07T23:47:40.986Z Compiling either v1.15.0
19552026-07-07T23:47:40.998Z Compiling ref-cast v1.0.25
19562026-07-07T23:47:41.141Z Compiling ctutils v0.4.2
19572026-07-07T23:47:41.158Z Compiling tinyvec v1.10.0
19582026-07-07T23:47:41.238Z Compiling spki v0.7.3
19592026-07-07T23:47:41.260Z Compiling rand v0.9.2
19602026-07-07T23:47:41.324Z Compiling toml_datetime v0.6.11
19612026-07-07T23:47:41.324Z Compiling serde_spanned v0.6.9
19622026-07-07T23:47:41.416Z Compiling scroll v0.13.0
19632026-07-07T23:47:41.453Z Compiling scroll v0.12.0
19642026-07-07T23:47:41.453Z Compiling async-trait v0.1.89
19652026-07-07T23:47:41.487Z Compiling heapless v0.7.17
19662026-07-07T23:47:41.557Z Compiling bzip2-sys v0.1.13+1.0.8
19672026-07-07T23:47:41.570Z Compiling atomic-waker v1.1.2
19682026-07-07T23:47:41.588Z Compiling tower-service v0.3.3
19692026-07-07T23:47:41.591Z Compiling untrusted v0.7.1
19702026-07-07T23:47:41.698Z Compiling try-lock v0.2.5
19712026-07-07T23:47:41.714Z Compiling litrs v1.0.0
19722026-07-07T23:47:41.717Z Compiling tower-layer v0.3.3
19732026-07-07T23:47:41.742Z Compiling signal-hook v0.3.18
19742026-07-07T23:47:41.758Z Compiling winnow v1.0.3
19752026-07-07T23:47:41.762Z Compiling rustix v0.38.44
19762026-07-07T23:47:41.789Z Compiling winnow v0.7.14
19772026-07-07T23:47:41.824Z Compiling zstd-safe v7.2.4
19782026-07-07T23:47:41.908Z Compiling tokio-util v0.7.18
19792026-07-07T23:47:41.963Z Compiling cpufeatures v0.2.17
19802026-07-07T23:47:41.986Z Compiling want v0.3.1
19812026-07-07T23:47:42.025Z Compiling goblin v0.8.2
19822026-07-07T23:47:42.050Z Compiling toml_parser v1.1.2+spec-1.1.0
19832026-07-07T23:47:42.068Z Compiling goblin v0.10.5
19842026-07-07T23:47:42.165Z Compiling hybrid-array v0.4.13
19852026-07-07T23:47:42.181Z Compiling document-features v0.2.12
19862026-07-07T23:47:42.650Z Compiling h2 v0.4.15
19872026-07-07T23:47:42.741Z Compiling zerocopy v0.7.35
19882026-07-07T23:47:42.889Z Compiling ipnet v2.11.0
19892026-07-07T23:47:43.030Z Compiling ref-cast-impl v1.0.25
19902026-07-07T23:47:43.200Z Compiling darling_core v0.20.11
19912026-07-07T23:47:43.295Z Compiling curve25519-dalek v4.1.3
19922026-07-07T23:47:43.325Z Compiling memoffset v0.9.1
19932026-07-07T23:47:43.360Z Compiling powerfmt v0.2.0
19942026-07-07T23:47:43.530Z Compiling httpdate v1.0.3
19952026-07-07T23:47:43.588Z Compiling utf8parse v0.2.2
19962026-07-07T23:47:43.606Z Compiling untrusted v0.9.0
19972026-07-07T23:47:43.649Z Compiling foreign-types-shared v0.1.1
19982026-07-07T23:47:43.713Z Compiling winnow v0.5.40
19992026-07-07T23:47:43.776Z Compiling foreign-types v0.3.2
20002026-07-07T23:47:43.794Z Compiling deranged v0.5.8
20012026-07-07T23:47:43.991Z Compiling tempfile v3.25.0
20022026-07-07T23:47:44.021Z Compiling unicode-normalization v0.1.25
20032026-07-07T23:47:44.333Z Compiling dof v0.3.0
20042026-07-07T23:47:44.495Z Compiling pkcs8 v0.10.2
20052026-07-07T23:47:44.621Z Compiling dtrace-parser v0.2.0
20062026-07-07T23:47:44.899Z Compiling dof v0.4.0
20072026-07-07T23:47:45.033Z Compiling toml_edit v0.19.15
20082026-07-07T23:47:45.152Z Compiling darling_macro v0.20.11
20092026-07-07T23:47:45.168Z Compiling dtrace-parser v0.3.0
20102026-07-07T23:47:45.221Z Compiling pin-project-internal v1.1.11
20112026-07-07T23:47:45.458Z Compiling daft-derive v0.1.7
20122026-07-07T23:47:45.501Z Compiling spin v0.9.8
20132026-07-07T23:47:45.531Z Compiling thread-id v4.2.2
20142026-07-07T23:47:45.632Z Compiling thread-id v5.1.0
20152026-07-07T23:47:45.659Z Compiling num_threads v0.1.7
20162026-07-07T23:47:45.761Z Compiling cfg_aliases v0.2.1
20172026-07-07T23:47:45.848Z Compiling hyper v1.10.1
20182026-07-07T23:47:45.896Z Compiling smoltcp v0.9.1
20192026-07-07T23:47:45.913Z Compiling anstyle v1.0.14
20202026-07-07T23:47:45.927Z Compiling num-bigint-dig v0.8.6
20212026-07-07T23:47:46.097Z Compiling time v0.3.47
20222026-07-07T23:47:46.160Z Compiling nix v0.31.2
20232026-07-07T23:47:46.251Z Compiling darling v0.20.11
20242026-07-07T23:47:46.542Z Compiling sha2 v0.10.9
20252026-07-07T23:47:46.556Z Compiling ipnetwork v0.21.1
20262026-07-07T23:47:46.722Z Compiling hmac v0.12.1
20272026-07-07T23:47:46.878Z Compiling curve25519-dalek-derive v0.1.1
20282026-07-07T23:47:46.893Z Compiling strum_macros v0.26.4
20292026-07-07T23:47:47.049Z Compiling hyper-util v0.1.20
20302026-07-07T23:47:47.199Z Compiling sync_wrapper v1.0.2
20312026-07-07T23:47:47.267Z Compiling wait-timeout v0.2.1
20322026-07-07T23:47:47.335Z Compiling anstyle-query v1.1.5
20332026-07-07T23:47:47.551Z Compiling simd-adler32 v0.3.8
20342026-07-07T23:47:47.554Z Compiling quick-error v1.2.3
20352026-07-07T23:47:47.687Z Compiling bit-vec v0.8.0
20362026-07-07T23:47:47.702Z Compiling is_terminal_polyfill v1.70.2
20372026-07-07T23:47:47.718Z Compiling siphasher v1.0.2
20382026-07-07T23:47:47.815Z Compiling colorchoice v1.0.4
20392026-07-07T23:47:47.916Z Compiling bit-set v0.8.0
20402026-07-07T23:47:47.950Z Compiling rusty-fork v0.3.1
20412026-07-07T23:47:48.248Z Compiling tower v0.5.3
20422026-07-07T23:47:48.590Z Compiling derive_builder_core v0.20.2
20432026-07-07T23:47:48.801Z Compiling http-body-util v0.1.3
20442026-07-07T23:47:48.818Z Compiling hubpack_derive v0.1.1
20452026-07-07T23:47:48.990Z Compiling strum_macros v0.27.2
20462026-07-07T23:47:49.055Z Compiling snafu-derive v0.8.9
20472026-07-07T23:47:49.069Z Compiling rand_xorshift v0.4.0
20482026-07-07T23:47:49.242Z Compiling fs-err v3.3.0
20492026-07-07T23:47:49.258Z Compiling ahash v0.8.12
20502026-07-07T23:47:49.314Z Compiling adler2 v2.0.1
20512026-07-07T23:47:49.377Z Compiling unicode-segmentation v1.12.0
20522026-07-07T23:47:49.448Z Compiling unicode-properties v0.1.4
20532026-07-07T23:47:49.462Z Compiling ryu v1.0.23
20542026-07-07T23:47:49.482Z Compiling allocator-api2 v0.2.21
20552026-07-07T23:47:49.504Z Compiling unicode-bidi v0.3.18
20562026-07-07T23:47:49.645Z Compiling iri-string v0.7.10
20572026-07-07T23:47:49.773Z Compiling unarray v0.1.4
20582026-07-07T23:47:49.788Z Compiling object v0.37.3
20592026-07-07T23:47:49.915Z Compiling proptest v1.10.0
20602026-07-07T23:47:49.954Z Compiling stringprep v0.1.5
20612026-07-07T23:47:49.984Z Compiling serde_urlencoded v0.7.1
20622026-07-07T23:47:50.218Z Compiling miniz_oxide v0.8.9
20632026-07-07T23:47:50.247Z Compiling derive_builder_macro v0.20.2
20642026-07-07T23:47:50.386Z Compiling tokio-native-tls v0.3.1
20652026-07-07T23:47:50.583Z Compiling usdt-attr-macro v0.6.0
20662026-07-07T23:47:50.629Z Compiling usdt-macro v0.6.0
20672026-07-07T23:47:50.765Z Compiling anstyle-parse v1.0.0
20682026-07-07T23:47:50.780Z Compiling tower-http v0.6.8
20692026-07-07T23:47:50.783Z Compiling crypto-common v0.2.2
20702026-07-07T23:47:50.960Z Compiling block-buffer v0.12.1
20712026-07-07T23:47:51.088Z Compiling block-padding v0.4.2
20722026-07-07T23:47:51.255Z Compiling rustls-native-certs v0.8.3
20732026-07-07T23:47:51.280Z Compiling rand_chacha v0.3.1
20742026-07-07T23:47:51.433Z Compiling erased-serde v0.3.31
20752026-07-07T23:47:51.452Z Compiling md-5 v0.10.6
20762026-07-07T23:47:51.512Z Compiling signature v2.2.0
20772026-07-07T23:47:51.540Z Compiling bstr v1.12.1
20782026-07-07T23:47:51.616Z Compiling num-integer v0.1.46
20792026-07-07T23:47:51.666Z Compiling hash32 v0.2.1
20802026-07-07T23:47:51.780Z Compiling vergen-lib v9.1.0
20812026-07-07T23:47:51.871Z Compiling encoding_rs v0.8.35
20822026-07-07T23:47:51.929Z Compiling fallible-iterator v0.2.0
20832026-07-07T23:47:51.964Z Compiling psl-types v2.0.11
20842026-07-07T23:47:51.999Z Compiling mime v0.3.17
20852026-07-07T23:47:52.030Z Compiling zlib-rs v0.6.2
20862026-07-07T23:47:52.104Z Compiling cpufeatures v0.3.0
20872026-07-07T23:47:52.205Z Compiling postgres-protocol v0.6.10
20882026-07-07T23:47:52.220Z Compiling publicsuffix v2.3.0
20892026-07-07T23:47:52.279Z Compiling newtype-uuid v1.3.2
20902026-07-07T23:47:52.369Z Compiling num-iter v0.1.45
20912026-07-07T23:47:52.600Z Compiling rand v0.8.6
20922026-07-07T23:47:52.909Z Compiling inout v0.2.2
20932026-07-07T23:47:53.015Z Compiling oxnet v0.1.6
20942026-07-07T23:47:53.078Z Compiling anstream v1.0.0
20952026-07-07T23:47:53.097Z Compiling derive_builder v0.20.2
20962026-07-07T23:47:53.128Z Compiling hyper-tls v0.6.0
20972026-07-07T23:47:53.142Z Compiling heck v0.4.1
20982026-07-07T23:47:53.234Z Compiling phf_shared v0.13.1
20992026-07-07T23:47:53.250Z Compiling pin-project v1.1.11
21002026-07-07T23:47:53.386Z Compiling lazy_static v1.5.0
21012026-07-07T23:47:53.418Z Compiling anstyle-parse v0.2.7
21022026-07-07T23:47:53.510Z Compiling terminal_size v0.4.3
21032026-07-07T23:47:53.524Z Compiling serde_with_macros v3.17.0
21042026-07-07T23:47:53.550Z Compiling futures-executor v0.3.32
21052026-07-07T23:47:53.575Z Compiling hex v0.4.3
21062026-07-07T23:47:53.635Z Compiling clap_derive v4.6.1
21072026-07-07T23:47:53.652Z Compiling async-recursion v1.1.1
21082026-07-07T23:47:53.666Z Compiling serde_repr v0.1.20
21092026-07-07T23:47:53.797Z Compiling enum-as-inner v0.6.1
21102026-07-07T23:47:53.859Z Compiling ff v0.13.1
21112026-07-07T23:47:53.881Z Compiling vergen v9.1.0
21122026-07-07T23:47:53.908Z Compiling cargo-platform v0.3.2
21132026-07-07T23:47:54.031Z Compiling clap_lex v1.0.0
21142026-07-07T23:47:54.105Z Compiling same-file v1.0.6
21152026-07-07T23:47:54.176Z Compiling flate2 v1.1.9
21162026-07-07T23:47:54.211Z Compiling managed v0.8.0
21172026-07-07T23:47:54.280Z Compiling bitflags v1.3.2
21182026-07-07T23:47:54.310Z Compiling foldhash v0.1.5
21192026-07-07T23:47:54.331Z Compiling bumpalo v3.20.2
21202026-07-07T23:47:54.572Z Compiling libbz2-rs-sys v0.2.2
21212026-07-07T23:47:54.591Z Compiling foldhash v0.2.0
21222026-07-07T23:47:54.607Z Compiling base16ct v0.2.0
21232026-07-07T23:47:54.753Z Compiling sec1 v0.7.3
21242026-07-07T23:47:54.768Z Compiling hashbrown v0.16.1
21252026-07-07T23:47:54.831Z Compiling zopfli v0.8.3
21262026-07-07T23:47:55.014Z Compiling bzip2 v0.6.1
21272026-07-07T23:47:55.032Z Compiling hashbrown v0.15.5
21282026-07-07T23:47:55.147Z Compiling walkdir v2.5.0
21292026-07-07T23:47:55.231Z Compiling clap_builder v4.6.0
21302026-07-07T23:47:55.301Z Compiling cargo_metadata v0.23.1
21312026-07-07T23:47:55.372Z Compiling group v0.13.0
21322026-07-07T23:47:55.469Z Compiling futures v0.3.32
21332026-07-07T23:47:55.558Z Compiling anstream v0.6.21
21342026-07-07T23:47:55.605Z Compiling zstd v0.13.3
21352026-07-07T23:47:55.968Z Compiling phf v0.13.1
21362026-07-07T23:47:56.071Z Compiling snafu v0.8.9
21372026-07-07T23:47:56.148Z Compiling daft v0.1.7
21382026-07-07T23:47:56.303Z Compiling reqwest v0.12.28
21392026-07-07T23:47:56.442Z Compiling cipher v0.5.2
21402026-07-07T23:47:56.617Z Compiling signal-hook-mio v0.2.5
21412026-07-07T23:47:56.693Z Compiling cookie_store v0.22.1
21422026-07-07T23:47:56.726Z Compiling postgres-types v0.2.12
21432026-07-07T23:47:56.742Z Compiling bzip2 v0.4.4
21442026-07-07T23:47:56.756Z Compiling globset v0.4.18
21452026-07-07T23:47:56.805Z Compiling ed25519 v2.2.3
21462026-07-07T23:47:56.850Z Compiling strum v0.27.2
21472026-07-07T23:47:57.049Z Compiling hubpack v0.1.2
21482026-07-07T23:47:57.101Z Compiling phf_shared v0.11.3
21492026-07-07T23:47:57.117Z Compiling hkdf v0.12.4
21502026-07-07T23:47:57.234Z Compiling crossbeam-epoch v0.9.18
21512026-07-07T23:47:57.270Z Compiling pkcs1 v0.7.5
21522026-07-07T23:47:57.302Z Compiling olpc-cjson v0.1.4
21532026-07-07T23:47:57.546Z Compiling pem v3.0.6
21542026-07-07T23:47:57.620Z Compiling serde_plain v1.0.2
21552026-07-07T23:47:57.637Z Compiling serde-big-array v0.5.1
21562026-07-07T23:47:57.778Z Compiling crypto-bigint v0.5.5
21572026-07-07T23:47:57.799Z Compiling float-cmp v0.10.0
21582026-07-07T23:47:57.823Z Compiling memmap2 v0.9.10
21592026-07-07T23:47:57.850Z Compiling env_filter v1.0.0
21602026-07-07T23:47:57.957Z Compiling whoami v2.1.0
21612026-07-07T23:47:58.018Z Compiling static_assertions v1.1.0
21622026-07-07T23:47:58.049Z Compiling toml_write v0.1.2
21632026-07-07T23:47:58.088Z Compiling precomputed-hash v0.1.1
21642026-07-07T23:47:58.104Z Compiling normalize-line-endings v0.3.0
21652026-07-07T23:47:58.118Z Compiling difflib v0.4.0
21662026-07-07T23:47:58.152Z Compiling fixedbitset v0.5.7
21672026-07-07T23:47:58.191Z Compiling jiff v0.2.21
21682026-07-07T23:47:58.214Z Compiling const-oid v0.10.2
21692026-07-07T23:47:58.266Z Compiling predicates-core v1.0.10
21702026-07-07T23:47:58.374Z Compiling typed-path v0.9.3
21712026-07-07T23:47:58.421Z Compiling new_debug_unreachable v1.0.6
21722026-07-07T23:47:58.437Z Compiling fixedbitset v0.4.2
21732026-07-07T23:47:58.454Z Compiling keccak v0.1.6
21742026-07-07T23:47:58.504Z Compiling data-encoding v2.10.0
21752026-07-07T23:47:58.579Z Compiling string_cache v0.8.9
21762026-07-07T23:47:58.625Z Compiling sha3 v0.10.8
21772026-07-07T23:47:58.652Z Compiling petgraph v0.6.5
21782026-07-07T23:47:58.707Z Compiling digest v0.11.3
21792026-07-07T23:47:58.757Z Compiling elliptic-curve v0.13.8
21802026-07-07T23:47:58.813Z Compiling hickory-proto v0.25.2
21812026-07-07T23:47:58.854Z Compiling predicates v3.1.4
21822026-07-07T23:47:58.900Z Compiling petgraph v0.8.3
21832026-07-07T23:47:58.903Z Compiling toml_edit v0.22.27
21842026-07-07T23:47:58.930Z Compiling tokio-postgres v0.7.16
21852026-07-07T23:47:59.053Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21862026-07-07T23:47:59.117Z Compiling chacha20 v0.10.0
21872026-07-07T23:47:59.423Z Compiling env_logger v0.11.9
21882026-07-07T23:47:59.438Z Compiling usdt v0.6.0
21892026-07-07T23:47:59.751Z Compiling rsa v0.9.10
21902026-07-07T23:48:00.782Z Compiling zip v4.6.1
21912026-07-07T23:48:01.046Z Compiling ed25519-dalek v2.2.0
21922026-07-07T23:48:01.111Z Compiling zip v0.6.6
21932026-07-07T23:48:01.213Z Compiling crossterm v0.28.1
21942026-07-07T23:48:01.361Z Compiling clap v4.6.1
21952026-07-07T23:48:01.646Z Compiling iddqd v0.4.2
21962026-07-07T23:48:01.824Z Compiling serde_with v3.17.0
21972026-07-07T23:48:01.839Z Compiling similar v2.7.0
21982026-07-07T23:48:01.896Z Compiling strum v0.26.3
21992026-07-07T23:48:01.913Z Compiling toml v0.7.8
22002026-07-07T23:48:01.986Z Compiling tokio-stream v0.1.18
22012026-07-07T23:48:02.037Z Compiling buf-list v1.1.2
22022026-07-07T23:48:02.309Z Compiling x509-cert v0.2.5
22032026-07-07T23:48:02.430Z Compiling itertools v0.13.0
22042026-07-07T23:48:02.497Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22052026-07-07T23:48:02.815Z Compiling openapiv3 v2.2.0
22062026-07-07T23:48:03.553Z Compiling lalrpop-util v0.19.12
22072026-07-07T23:48:03.605Z Compiling peg-runtime v0.8.5
22082026-07-07T23:48:20.052Z Compiling rustls-webpki v0.103.13
22092026-07-07T23:48:20.703Z Compiling macaddr v1.0.1
22102026-07-07T23:48:20.781Z Compiling structmeta-derive v0.3.0
22112026-07-07T23:48:20.836Z Compiling crucible-workspace-hack v0.1.0
22122026-07-07T23:48:20.992Z Compiling rayon-core v1.13.0
22132026-07-07T23:48:21.008Z Compiling itertools v0.14.0
22142026-07-07T23:48:21.068Z Compiling secrecy v0.10.3
22152026-07-07T23:48:21.113Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22162026-07-07T23:48:21.240Z Compiling toml_datetime v0.7.5+spec-1.1.0
22172026-07-07T23:48:21.255Z Compiling heapless v0.8.0
22182026-07-07T23:48:21.288Z Compiling crossbeam-deque v0.8.6
22192026-07-07T23:48:21.380Z Compiling inout v0.1.4
22202026-07-07T23:48:21.491Z Compiling toml_edit v0.23.10+spec-1.0.0
22212026-07-07T23:48:21.507Z Compiling hash32 v0.3.1
22222026-07-07T23:48:21.524Z Compiling multer v3.1.0
22232026-07-07T23:48:21.540Z Compiling thread_local v1.1.9
22242026-07-07T23:48:21.557Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22252026-07-07T23:48:21.690Z Compiling match_cfg v0.1.0
22262026-07-07T23:48:21.727Z Compiling compression-core v0.4.31
22272026-07-07T23:48:21.757Z Compiling unicode-width v0.2.0
22282026-07-07T23:48:21.760Z Compiling smoltcp v0.11.0
22292026-07-07T23:48:21.788Z Compiling slog-async v2.8.0
22302026-07-07T23:48:21.791Z Compiling structmeta v0.3.0
22312026-07-07T23:48:21.914Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22322026-07-07T23:48:21.928Z Compiling compression-codecs v0.4.37
22332026-07-07T23:48:22.030Z Compiling derive-ex v0.1.8
22342026-07-07T23:48:22.100Z Compiling proc-macro-crate v3.4.0
22352026-07-07T23:48:22.165Z Compiling hostname v0.3.1
22362026-07-07T23:48:22.197Z Compiling cipher v0.4.4
22372026-07-07T23:48:22.299Z Compiling ingot-macros v0.1.1
22382026-07-07T23:48:22.314Z Compiling atomicwrites v0.4.4
22392026-07-07T23:48:22.344Z Compiling slog-json v2.6.1
22402026-07-07T23:48:22.421Z Compiling crossbeam-channel v0.5.15
22412026-07-07T23:48:22.480Z Compiling half v2.7.1
22422026-07-07T23:48:22.557Z Compiling newtype-uuid-macros v0.1.0
22432026-07-07T23:48:22.619Z Compiling cobs v0.3.0
22442026-07-07T23:48:22.635Z Compiling thiserror-impl-no-std v2.0.2
22452026-07-07T23:48:22.671Z Compiling universal-hash v0.5.1
22462026-07-07T23:48:22.846Z Compiling async-stream-impl v0.3.6
22472026-07-07T23:48:22.873Z Compiling serde_spanned v1.1.1
22482026-07-07T23:48:22.928Z Compiling toml_datetime v1.1.1+spec-1.1.0
22492026-07-07T23:48:23.041Z Compiling is-terminal v0.4.17
22502026-07-07T23:48:23.156Z Compiling proc-macro-error-attr v1.0.4
22512026-07-07T23:48:23.172Z Compiling dropshot v0.17.1
22522026-07-07T23:48:23.325Z Compiling take_mut v0.2.2
22532026-07-07T23:48:23.374Z Compiling convert_case v0.4.0
22542026-07-07T23:48:23.395Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22552026-07-07T23:48:23.413Z Compiling ciborium-io v0.2.2
22562026-07-07T23:48:23.462Z Compiling toml_writer v1.1.1+spec-1.1.0
22572026-07-07T23:48:23.477Z Compiling tokio-rustls v0.26.4
22582026-07-07T23:48:23.532Z Compiling rustls-platform-verifier v0.6.2
22592026-07-07T23:48:23.607Z Compiling tough v0.22.0
22602026-07-07T23:48:23.625Z Compiling opaque-debug v0.3.1
22612026-07-07T23:48:23.705Z Compiling term v1.2.1
22622026-07-07T23:48:23.722Z Compiling hyper-rustls v0.27.7
22632026-07-07T23:48:23.724Z Compiling thiserror-no-std v2.0.2
22642026-07-07T23:48:23.752Z Compiling derive_more v0.99.20
22652026-07-07T23:48:23.769Z Compiling poly1305 v0.8.0
22662026-07-07T23:48:23.769Z Compiling toml v1.1.2+spec-1.1.0
22672026-07-07T23:48:23.827Z Compiling test-strategy v0.4.5
22682026-07-07T23:48:23.844Z Compiling ciborium-ll v0.2.2
22692026-07-07T23:48:24.026Z Compiling reqwest v0.13.2
22702026-07-07T23:48:24.118Z Compiling slog-term v2.9.2
22712026-07-07T23:48:24.417Z Compiling async-stream v0.3.6
22722026-07-07T23:48:24.662Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22732026-07-07T23:48:24.685Z Compiling postcard v1.1.3
22742026-07-07T23:48:24.940Z Compiling ingot-types v0.1.2
22752026-07-07T23:48:25.082Z Compiling num_enum_derive v0.7.6
22762026-07-07T23:48:25.120Z Compiling slog-bunyan v2.5.0
22772026-07-07T23:48:25.323Z Compiling chacha20 v0.9.1
22782026-07-07T23:48:25.397Z Compiling ingot v0.1.1
22792026-07-07T23:48:25.508Z Compiling async-compression v0.4.41
22802026-07-07T23:48:25.586Z Compiling parse-display-derive v0.10.0
22812026-07-07T23:48:25.680Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22822026-07-07T23:48:25.937Z Compiling sha1 v0.11.0
22832026-07-07T23:48:25.989Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22842026-07-07T23:48:26.051Z Compiling proc-macro-crate v1.3.1
22852026-07-07T23:48:26.237Z Compiling waitgroup v0.1.2
22862026-07-07T23:48:26.369Z Compiling backon v1.6.0
22872026-07-07T23:48:26.402Z Compiling password-hash v0.5.0
22882026-07-07T23:48:26.457Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22892026-07-07T23:48:26.585Z Compiling rustls-pemfile v2.2.0
22902026-07-07T23:48:26.605Z Compiling dropshot_endpoint v0.17.1
22912026-07-07T23:48:26.635Z Compiling blake2 v0.10.6
22922026-07-07T23:48:26.866Z Compiling aead v0.5.2
22932026-07-07T23:48:26.892Z Compiling foreign-types-macros v0.2.3
22942026-07-07T23:48:27.048Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22952026-07-07T23:48:27.080Z Compiling serde_path_to_error v0.1.20
22962026-07-07T23:48:27.151Z Compiling hostname v0.4.2
22972026-07-07T23:48:27.154Z Compiling proc-macro-error v1.0.4
22982026-07-07T23:48:27.297Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22992026-07-07T23:48:27.344Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23002026-07-07T23:48:27.378Z Compiling instant v0.1.13
23012026-07-07T23:48:27.399Z Compiling debug-ignore v1.0.5
23022026-07-07T23:48:27.533Z Compiling foreign-types-shared v0.3.1
23032026-07-07T23:48:27.550Z Compiling backoff v0.4.0
23042026-07-07T23:48:27.553Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23052026-07-07T23:48:27.598Z Compiling parse-display v0.10.0
23062026-07-07T23:48:27.617Z Compiling foreign-types v0.5.0
23072026-07-07T23:48:27.649Z Compiling chacha20poly1305 v0.10.1
23082026-07-07T23:48:27.683Z Compiling argon2 v0.5.3
23092026-07-07T23:48:27.686Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23102026-07-07T23:48:27.686Z Compiling num_enum_derive v0.5.11
23112026-07-07T23:48:27.732Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23122026-07-07T23:48:27.787Z Compiling num_enum v0.7.6
23132026-07-07T23:48:27.817Z Compiling ciborium v0.2.2
23142026-07-07T23:48:27.837Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23152026-07-07T23:48:27.925Z Compiling vsss-rs v3.3.4
23162026-07-07T23:48:27.988Z Compiling tabwriter v1.4.1
23172026-07-07T23:48:28.064Z Compiling regress v0.10.5
23182026-07-07T23:48:28.234Z Compiling byte-wrapper v0.1.0
23192026-07-07T23:48:28.284Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23202026-07-07T23:48:28.305Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23212026-07-07T23:48:28.372Z Compiling cstr-argument v0.1.2
23222026-07-07T23:48:28.460Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23232026-07-07T23:48:28.478Z Compiling humantime v2.3.0
23242026-07-07T23:48:28.554Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23252026-07-07T23:48:28.713Z Compiling num_enum v0.5.11
23262026-07-07T23:48:28.746Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23272026-07-07T23:48:28.749Z Compiling rayon v1.11.0
23282026-07-07T23:48:28.779Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23292026-07-07T23:48:28.855Z Compiling rand v0.10.1
23302026-07-07T23:48:28.919Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23312026-07-07T23:48:28.943Z Compiling indent_write v2.2.0
23322026-07-07T23:48:28.991Z Compiling libefi-sys v0.1.0
23332026-07-07T23:48:29.007Z Compiling colored v3.1.1
23342026-07-07T23:48:29.021Z Compiling zone_cfg_derive v0.3.1
23352026-07-07T23:48:29.126Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23362026-07-07T23:48:29.141Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23372026-07-07T23:48:29.247Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23382026-07-07T23:48:29.294Z Compiling camino-tempfile v1.4.1
23392026-07-07T23:48:29.314Z Compiling itertools v0.12.1
23402026-07-07T23:48:29.317Z Compiling usdt-macro v0.5.0
23412026-07-07T23:48:29.370Z Compiling usdt-attr-macro v0.5.0
23422026-07-07T23:48:29.626Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23432026-07-07T23:48:29.676Z Compiling num-derive v0.4.2
23442026-07-07T23:48:29.679Z Compiling bitfield-struct v0.6.2
23452026-07-07T23:48:29.709Z Compiling blake3 v1.8.5
23462026-07-07T23:48:29.727Z Compiling memmap v0.7.0
23472026-07-07T23:48:29.742Z Compiling sigpipe v0.1.3
23482026-07-07T23:48:29.745Z Compiling glob v0.3.3
23492026-07-07T23:48:29.778Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23502026-07-07T23:48:29.847Z Compiling swrite v0.1.0
23512026-07-07T23:48:29.985Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23522026-07-07T23:48:30.063Z Compiling smf v0.2.3
23532026-07-07T23:48:30.154Z Compiling usdt v0.5.0
23542026-07-07T23:48:30.249Z Compiling filetime v0.2.27
23552026-07-07T23:48:30.292Z Compiling whoami v1.6.1
23562026-07-07T23:48:30.332Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23572026-07-07T23:48:30.470Z Compiling arrayref v0.3.9
23582026-07-07T23:48:30.528Z Compiling arrayvec v0.7.6
23592026-07-07T23:48:30.560Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23602026-07-07T23:48:30.586Z Compiling xattr v1.6.1
23612026-07-07T23:48:30.601Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23622026-07-07T23:48:30.651Z Compiling zone v0.3.1
23632026-07-07T23:48:30.683Z Compiling constant_time_eq v0.4.2
23642026-07-07T23:48:30.752Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23652026-07-07T23:48:30.782Z Compiling tar v0.4.45
23662026-07-07T23:48:30.797Z Compiling tokio-dtrace v0.1.1
23672026-07-07T23:48:30.812Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23682026-07-07T23:48:30.843Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23692026-07-07T23:48:30.891Z Compiling console v0.16.2
23702026-07-07T23:48:30.940Z Compiling gethostname v0.5.0
23712026-07-07T23:48:31.096Z Compiling topological-sort v0.2.2
23722026-07-07T23:48:31.138Z Compiling unit-prefix v0.5.2
23732026-07-07T23:48:31.224Z Compiling oxide-tokio-rt v0.1.4
23742026-07-07T23:48:31.283Z Compiling toml v0.8.23
23752026-07-07T23:48:31.302Z Compiling indicatif v0.18.4
23762026-07-07T23:48:31.438Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23772026-07-07T23:48:31.524Z Compiling shell-words v1.1.1
23782026-07-07T23:48:40.742Z Compiling progenitor-client v0.14.0
23792026-07-07T23:48:40.742Z Compiling omicron-zone-package v0.12.3
23802026-07-07T23:48:40.977Z Compiling progenitor-extras v0.2.0
23812026-07-07T23:48:41.293Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23822026-07-07T23:48:41.312Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23832026-07-07T23:48:41.363Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23842026-07-07T23:48:41.421Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23852026-07-07T23:48:41.466Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23862026-07-07T23:48:41.502Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23872026-07-07T23:48:41.614Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23882026-07-07T23:48:41.747Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23892026-07-07T23:48:42.301Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23902026-07-07T23:48:46.243Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23912026-07-07T23:48:54.232Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23922026-07-07T23:48:57.367Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23932026-07-07T23:48:58.404Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23942026-07-07T23:49:07.813Z Finished `release` profile [optimized] target(s) in 1m 39s
23952026-07-07T23:49:07.954Z Running `target/release/omicron-package -t test target create -p dev`
23962026-07-07T23:49:08.016ZLogging to: /work/oxidecomputer/omicron/out/LOG
23972026-07-07T23:49:08.019ZCreated new build target 'test' and set it as active
23982026-07-07T23:49:08.019Z
23992026-07-07T23:49:08.019Zreal 1:39.882552521
24002026-07-07T23:49:08.019Zuser 16:23.467292998
24012026-07-07T23:49:08.019Zsys 2:33.669917338
24022026-07-07T23:49:08.019Ztrap 0.474380730
24032026-07-07T23:49:08.019Ztflt 2.420416563
24042026-07-07T23:49:08.019Zdflt 4.558292884
24052026-07-07T23:49:08.019Zkflt 0.000558370
24062026-07-07T23:49:08.019Zlock 51:35.936620962
24072026-07-07T23:49:08.019Zslp 42:09.134027174
24082026-07-07T23:49:08.019Zlat 41.764559521
24092026-07-07T23:49:08.019Zstop 5:13.126144873
24102026-07-07T23:49:08.022Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24112026-07-07T23:49:08.849Z Finished `release` profile [optimized] target(s) in 0.82s
24122026-07-07T23:49:08.918Z Running `target/release/omicron-package -t test package`
24132026-07-07T23:49:08.972ZLogging to: /work/oxidecomputer/omicron/out/LOG
24142026-07-07T23:49:10.341Z Compiling heck v0.5.0
24152026-07-07T23:49:10.341Z Compiling regress v0.11.1
24162026-07-07T23:49:10.560Z Compiling unsafe-libyaml v0.2.11
24172026-07-07T23:49:10.594Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24182026-07-07T23:49:10.623Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24192026-07-07T23:49:10.626Z Compiling unicode-width v0.1.14
24202026-07-07T23:49:10.664Z Compiling atomicwrites v0.4.4
24212026-07-07T23:49:10.684Z Compiling derive-where v1.6.0
24222026-07-07T23:49:10.687Z Compiling bytecount v0.6.9
24232026-07-07T23:49:10.702Z Compiling is-terminal v0.4.17
24242026-07-07T23:49:10.742Z Compiling prettyplease v0.2.37
24252026-07-07T23:49:10.745Z Compiling console v0.15.11
24262026-07-07T23:49:10.745Z Compiling newline-converter v0.3.0
24272026-07-07T23:49:10.745Z Compiling slog-dtrace v0.3.0
24282026-07-07T23:49:10.801Z Compiling resolv-conf v0.7.6
24292026-07-07T23:49:10.843Z Compiling cancel-safe-futures v0.1.5
24302026-07-07T23:49:10.869Z Compiling owo-colors v4.3.0
24312026-07-07T23:49:10.872Z Compiling num-rational v0.4.2
24322026-07-07T23:49:10.909Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24332026-07-07T23:49:10.909Z Compiling libsw-core v0.3.2
24342026-07-07T23:49:10.970Z Compiling num-complex v0.4.6
24352026-07-07T23:49:11.021Z Compiling thread_local v1.1.9
24362026-07-07T23:49:11.095Z Compiling serde_yaml v0.9.34+deprecated
24372026-07-07T23:49:11.158Z Compiling expectorate v1.2.0
24382026-07-07T23:49:11.186Z Compiling match_cfg v0.1.0
24392026-07-07T23:49:11.249Z Compiling compression-core v0.4.31
24402026-07-07T23:49:11.310Z Compiling hostname v0.3.1
24412026-07-07T23:49:11.390Z Compiling compression-codecs v0.4.37
24422026-07-07T23:49:11.422Z Compiling num v0.4.3
24432026-07-07T23:49:11.446Z Compiling libsw v3.5.0
24442026-07-07T23:49:11.446Z Compiling slog-async v2.8.0
24452026-07-07T23:49:11.486Z Compiling multer v3.1.0
24462026-07-07T23:49:11.520Z Compiling crossbeam-channel v0.5.15
24472026-07-07T23:49:11.543Z Compiling slog-json v2.6.1
24482026-07-07T23:49:11.565Z Compiling toml_datetime v1.1.1+spec-1.1.0
24492026-07-07T23:49:11.652Z Compiling serde_spanned v1.1.1
24502026-07-07T23:49:11.673Z Compiling toml_writer v1.1.1+spec-1.1.0
24512026-07-07T23:49:11.676Z Compiling linear-map v1.2.0
24522026-07-07T23:49:11.766Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24532026-07-07T23:49:11.813Z Compiling float-ord v0.3.2
24542026-07-07T23:49:11.833Z Compiling linked-hash-map v0.5.6
24552026-07-07T23:49:11.859Z Compiling take_mut v0.2.2
24562026-07-07T23:49:11.881Z Compiling term v1.2.1
24572026-07-07T23:49:11.906Z Compiling toml v1.1.2+spec-1.1.0
24582026-07-07T23:49:11.926Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24592026-07-07T23:49:11.930Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24602026-07-07T23:49:11.971Z Compiling slog-bunyan v2.5.0
24612026-07-07T23:49:11.992Z Compiling async-compression v0.4.41
24622026-07-07T23:49:12.051Z Compiling lru-cache v0.1.2
24632026-07-07T23:49:12.087Z Compiling typify-impl v0.6.2
24642026-07-07T23:49:12.204Z Compiling slog-term v2.9.2
24652026-07-07T23:49:12.224Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24662026-07-07T23:49:12.380Z Compiling dropshot v0.17.1
24672026-07-07T23:49:12.401Z Compiling async-stream v0.3.6
24682026-07-07T23:49:12.401Z Compiling sha1 v0.11.0
24692026-07-07T23:49:12.443Z Compiling progenitor-client v0.14.0
24702026-07-07T23:49:12.487Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24712026-07-07T23:49:12.491Z Compiling waitgroup v0.1.2
24722026-07-07T23:49:12.617Z Compiling rustls-pemfile v2.2.0
24732026-07-07T23:49:12.631Z Compiling backon v1.6.0
24742026-07-07T23:49:12.668Z Compiling hostname v0.4.2
24752026-07-07T23:49:12.695Z Compiling serde_path_to_error v0.1.20
24762026-07-07T23:49:12.714Z Compiling instant v0.1.13
24772026-07-07T23:49:12.734Z Compiling minimal-lexical v0.2.1
24782026-07-07T23:49:12.790Z Compiling debug-ignore v1.0.5
24792026-07-07T23:49:12.819Z Compiling backoff v0.4.0
24802026-07-07T23:49:12.841Z Compiling progenitor-extras v0.2.0
24812026-07-07T23:49:12.867Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24822026-07-07T23:49:12.871Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24832026-07-07T23:49:12.919Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24842026-07-07T23:49:13.053Z Compiling nom v7.1.3
24852026-07-07T23:49:13.074Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24862026-07-07T23:49:13.096Z Compiling parse-display v0.10.0
24872026-07-07T23:49:13.121Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24882026-07-07T23:49:13.172Z Compiling hickory-proto v0.24.4
24892026-07-07T23:49:13.389Z Compiling regress v0.10.5
24902026-07-07T23:49:13.726Z Compiling macaddr v1.0.1
24912026-07-07T23:49:13.758Z Compiling humantime v2.3.0
24922026-07-07T23:49:13.846Z Compiling unicode-xid v0.2.6
24932026-07-07T23:49:13.996Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24942026-07-07T23:49:14.071Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24952026-07-07T23:49:14.199Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24962026-07-07T23:49:14.437Z Compiling convert_case v0.10.0
24972026-07-07T23:49:14.459Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24982026-07-07T23:49:14.732Z Compiling derive_more-impl v2.1.1
24992026-07-07T23:49:15.058Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25002026-07-07T23:49:15.111Z Compiling toml v0.8.23
25012026-07-07T23:49:15.349Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25022026-07-07T23:49:15.439Z Compiling papergrid v0.11.0
25032026-07-07T23:49:15.514Z Compiling tabled_derive v0.7.0
25042026-07-07T23:49:15.535Z Compiling derive_more v2.1.1
25052026-07-07T23:49:15.558Z Compiling typify-macro v0.6.2
25062026-07-07T23:49:15.643Z Compiling termtree v0.5.1
25072026-07-07T23:49:15.690Z Compiling hickory-resolver v0.24.4
25082026-07-07T23:49:15.713Z Compiling crossterm v0.29.0
25092026-07-07T23:49:15.837Z Compiling phf_shared v0.12.1
25102026-07-07T23:49:16.089Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25112026-07-07T23:49:16.427Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25122026-07-07T23:49:16.644Z Compiling tabled v0.15.0
25132026-07-07T23:49:16.667Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25142026-07-07T23:49:17.131Z Compiling typify v0.6.2
25152026-07-07T23:49:17.424Z Compiling progenitor-impl v0.14.0
25162026-07-07T23:49:17.837Z Compiling qorb v0.4.1
25172026-07-07T23:49:18.664Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25182026-07-07T23:49:19.195Z Compiling csv-core v0.1.13
25192026-07-07T23:49:19.599Z Compiling progenitor-macro v0.14.0
25202026-07-07T23:49:19.620Z Compiling vte v0.14.1
25212026-07-07T23:49:19.881Z Compiling highway v1.3.0
25222026-07-07T23:49:20.630Z Compiling chrono-tz v0.10.4
25232026-07-07T23:49:20.653Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25242026-07-07T23:49:20.916Z Compiling strip-ansi-escapes v0.2.1
25252026-07-07T23:49:20.941Z Compiling csv v1.4.0
25262026-07-07T23:49:21.029Z Compiling phf v0.12.1
25272026-07-07T23:49:21.174Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25282026-07-07T23:49:21.228Z Compiling const_format_proc_macros v0.2.34
25292026-07-07T23:49:21.284Z Compiling fd-lock v4.0.4
25302026-07-07T23:49:21.452Z Compiling peg-macros v0.8.5
25312026-07-07T23:49:21.656Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25322026-07-07T23:49:21.920Z Compiling nu-ansi-term v0.50.3
25332026-07-07T23:49:22.024Z Compiling const_format v0.2.35
25342026-07-07T23:49:22.305Z Compiling reedline v0.40.0
25352026-07-07T23:49:22.496Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25362026-07-07T23:49:22.736Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25372026-07-07T23:49:23.348Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25382026-07-07T23:49:23.638Z Compiling progenitor v0.14.0
25392026-07-07T23:49:23.778Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25402026-07-07T23:49:23.817Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25412026-07-07T23:49:23.838Z Compiling peg v0.8.5
25422026-07-07T23:49:23.859Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25432026-07-07T23:49:23.942Z Compiling bcs v0.1.6
25442026-07-07T23:49:24.388Z Compiling nom v8.0.0
25452026-07-07T23:49:24.684Z Compiling semver v0.1.20
25462026-07-07T23:49:24.973Z Compiling rustc_version v0.1.7
25472026-07-07T23:49:25.216Z Compiling newtype_derive v0.1.6
25482026-07-07T23:49:25.457Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25492026-07-07T23:49:25.745Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25502026-07-07T23:49:25.864Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25512026-07-07T23:49:25.958Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25522026-07-07T23:49:25.979Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25532026-07-07T23:49:26.262Z Compiling unicode-linebreak v0.1.5
25542026-07-07T23:49:26.373Z Compiling smawk v0.3.2
25552026-07-07T23:49:26.532Z Compiling textwrap v0.16.2
25562026-07-07T23:49:26.581Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25572026-07-07T23:49:26.668Z Compiling steno v0.4.1
25582026-07-07T23:49:26.692Z Compiling base64 v0.21.7
25592026-07-07T23:49:27.225Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25602026-07-07T23:49:27.479Z Compiling dropshot-api-manager-types v0.7.2
25612026-07-07T23:49:27.692Z Compiling sha1 v0.10.6
25622026-07-07T23:49:28.081Z Compiling utf-8 v0.7.6
25632026-07-07T23:49:28.137Z Compiling tagptr v0.2.0
25642026-07-07T23:49:28.159Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25652026-07-07T23:49:28.177Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25662026-07-07T23:49:28.316Z Compiling moka v0.12.13
25672026-07-07T23:49:28.336Z Compiling tungstenite v0.21.0
25682026-07-07T23:49:28.359Z Compiling display-error-chain v0.2.2
25692026-07-07T23:49:28.533Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25702026-07-07T23:49:28.596Z Compiling radium v0.7.0
25712026-07-07T23:49:28.754Z Compiling tap v1.0.1
25722026-07-07T23:49:28.894Z Compiling maybe-uninit v2.0.0
25732026-07-07T23:49:28.945Z Compiling tokio-tungstenite v0.21.0
25742026-07-07T23:49:29.264Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25752026-07-07T23:49:29.583Z Compiling hickory-resolver v0.25.2
25762026-07-07T23:49:29.605Z Compiling wyz v0.5.1
25772026-07-07T23:49:29.638Z Compiling vergen-lib v0.1.6
25782026-07-07T23:49:29.866Z Compiling zerocopy-derive v0.6.6
25792026-07-07T23:49:29.890Z Compiling diesel_derives v2.3.7
25802026-07-07T23:49:30.137Z Compiling crc-catalog v2.4.0
25812026-07-07T23:49:30.257Z Compiling funty v2.0.0
25822026-07-07T23:49:30.471Z Compiling packed_struct v0.10.1
25832026-07-07T23:49:30.673Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25842026-07-07T23:49:30.811Z Compiling zerocopy v0.6.6
25852026-07-07T23:49:31.192Z Compiling bitvec v1.0.1
25862026-07-07T23:49:31.234Z Compiling crc v3.4.0
25872026-07-07T23:49:31.478Z Compiling scheduled-thread-pool v0.2.7
25882026-07-07T23:49:31.589Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25892026-07-07T23:49:32.057Z Compiling dsl_auto_type v0.2.0
25902026-07-07T23:49:32.302Z Compiling packed_struct_codegen v0.10.1
25912026-07-07T23:49:32.632Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25922026-07-07T23:49:32.667Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25932026-07-07T23:49:32.715Z Compiling vergen-gitcl v1.0.8
25942026-07-07T23:49:32.779Z Compiling diesel_table_macro_syntax v0.3.0
25952026-07-07T23:49:32.951Z Compiling bitfield-macros v0.19.4
25962026-07-07T23:49:33.014Z Compiling proc-macro-error-attr2 v2.0.0
25972026-07-07T23:49:33.064Z Compiling dirs-sys-next v0.1.2
25982026-07-07T23:49:33.333Z Compiling indexmap v1.9.3
25992026-07-07T23:49:33.354Z Compiling nodrop v0.1.14
26002026-07-07T23:49:33.442Z Compiling glob v0.3.3
26012026-07-07T23:49:33.484Z Compiling maplit v1.0.2
26022026-07-07T23:49:33.585Z Compiling crunchy v0.2.4
26032026-07-07T23:49:33.639Z Compiling array-init v0.0.4
26042026-07-07T23:49:33.683Z Compiling bitfield v0.19.4
26052026-07-07T23:49:33.819Z Compiling clang-sys v1.8.1
26062026-07-07T23:49:33.918Z Compiling proc-macro-error2 v2.0.1
26072026-07-07T23:49:34.029Z Compiling dirs-next v2.0.0
26082026-07-07T23:49:34.206Z Compiling r2d2 v0.8.10
26092026-07-07T23:49:34.226Z Compiling smallvec v0.6.14
26102026-07-07T23:49:34.488Z Compiling num-derive v0.3.3
26112026-07-07T23:49:34.510Z Compiling hashbrown v0.12.3
26122026-07-07T23:49:34.575Z Compiling downcast-rs v2.0.2
26132026-07-07T23:49:34.701Z Compiling tiny-keccak v2.0.2
26142026-07-07T23:49:34.980Z Compiling serde-hex v0.1.0
26152026-07-07T23:49:35.174Z Compiling tabled_derive v0.11.0
26162026-07-07T23:49:35.270Z Compiling term v0.7.0
26172026-07-07T23:49:35.398Z Compiling libscf-sys v1.1.0
26182026-07-07T23:49:35.443Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26192026-07-07T23:49:35.572Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26202026-07-07T23:49:35.633Z Compiling ron v0.8.1
26212026-07-07T23:49:35.654Z Compiling papergrid v0.17.0
26222026-07-07T23:49:35.761Z Compiling testing_table v0.3.0
26232026-07-07T23:49:35.809Z Compiling hashbrown v0.13.2
26242026-07-07T23:49:35.959Z Compiling bit-vec v0.6.3
26252026-07-07T23:49:36.194Z Compiling crc-any v2.5.0
26262026-07-07T23:49:36.215Z Compiling bit-set v0.5.3
26272026-07-07T23:49:36.395Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26282026-07-07T23:49:36.430Z Compiling object v0.30.4
26292026-07-07T23:49:36.473Z Compiling ascii-canvas v3.0.0
26302026-07-07T23:49:36.616Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26312026-07-07T23:49:36.721Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26322026-07-07T23:49:37.059Z Compiling tabled v0.20.0
26332026-07-07T23:49:37.096Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26342026-07-07T23:49:37.429Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26352026-07-07T23:49:37.626Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26362026-07-07T23:49:37.992Z Compiling progenitor-impl v0.13.0
26372026-07-07T23:49:38.275Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26382026-07-07T23:49:38.422Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26392026-07-07T23:49:38.534Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26402026-07-07T23:49:38.559Z Compiling itertools v0.10.5
26412026-07-07T23:49:38.711Z Compiling ena v0.14.4
26422026-07-07T23:49:38.767Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26432026-07-07T23:49:38.810Z Compiling diesel v2.3.7
26442026-07-07T23:49:38.954Z Compiling libloading v0.8.9
26452026-07-07T23:49:39.040Z Compiling bindgen v0.71.1
26462026-07-07T23:49:39.187Z Compiling xshell-macros v0.2.7
26472026-07-07T23:49:39.335Z Compiling regex-syntax v0.6.29
26482026-07-07T23:49:39.588Z Compiling diff v0.1.13
26492026-07-07T23:49:39.699Z Compiling path-slash v0.1.5
26502026-07-07T23:49:39.847Z Compiling unicase v2.9.0
26512026-07-07T23:49:39.884Z Compiling xshell v0.2.7
26522026-07-07T23:49:39.942Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26532026-07-07T23:49:40.144Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26542026-07-07T23:49:40.166Z Compiling progenitor-macro v0.13.0
26552026-07-07T23:49:41.209Z Compiling lalrpop v0.19.12
26562026-07-07T23:49:41.378Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26572026-07-07T23:49:42.186Z Compiling cexpr v0.6.0
26582026-07-07T23:49:42.866Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26592026-07-07T23:49:43.134Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26602026-07-07T23:49:43.618Z Compiling progenitor-client v0.13.0
26612026-07-07T23:49:44.124Z Compiling rustc-hash v2.1.1
26622026-07-07T23:49:44.155Z Compiling progenitor v0.13.0
26632026-07-07T23:49:44.227Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26642026-07-07T23:49:44.557Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26652026-07-07T23:49:44.940Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26662026-07-07T23:49:45.419Z Compiling headers-core v0.3.0
26672026-07-07T23:49:45.442Z Compiling libxml v0.3.3
26682026-07-07T23:49:45.541Z Compiling crc8 v0.1.1
26692026-07-07T23:49:45.578Z Compiling headers v0.4.1
26702026-07-07T23:49:45.675Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26712026-07-07T23:49:45.766Z Compiling strum_macros v0.24.3
26722026-07-07T23:49:45.788Z Compiling indoc v1.0.9
26732026-07-07T23:49:45.964Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26742026-07-07T23:49:46.157Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26752026-07-07T23:49:46.241Z Compiling git-stub v1.0.0
26762026-07-07T23:49:46.385Z Compiling derive_builder v0.20.2
26772026-07-07T23:49:46.497Z Compiling oso-derive v0.27.3
26782026-07-07T23:49:46.548Z Compiling quick-xml v0.37.5
26792026-07-07T23:49:46.791Z Compiling impl-trait-for-tuples v0.2.3
26802026-07-07T23:49:47.037Z Compiling openssl-probe v0.1.6
26812026-07-07T23:49:47.059Z Compiling git-stub-vcs v0.1.0
26822026-07-07T23:49:47.239Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26832026-07-07T23:49:47.335Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26842026-07-07T23:49:47.409Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26852026-07-07T23:49:47.646Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26862026-07-07T23:49:47.770Z Compiling bb8 v0.8.6
26872026-07-07T23:49:47.992Z Compiling trait-variant v0.1.2
26882026-07-07T23:49:48.081Z Compiling half v1.8.3
26892026-07-07T23:49:48.195Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26902026-07-07T23:49:48.446Z Compiling serde_cbor v0.11.2
26912026-07-07T23:49:48.560Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26922026-07-07T23:49:48.610Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26932026-07-07T23:49:48.631Z Compiling polar-core v0.27.3
26942026-07-07T23:49:48.877Z Compiling samael v0.0.19
26952026-07-07T23:49:49.119Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26962026-07-07T23:49:49.311Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26972026-07-07T23:49:49.437Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26982026-07-07T23:49:49.560Z Compiling nonempty v0.12.0
26992026-07-07T23:49:49.640Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27002026-07-07T23:49:49.722Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27012026-07-07T23:49:49.785Z Compiling fxhash v0.2.1
27022026-07-07T23:49:49.958Z Compiling libz-sys v1.1.24
27032026-07-07T23:49:50.213Z Compiling salty v0.3.0
27042026-07-07T23:49:50.531Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27052026-07-07T23:49:50.768Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27062026-07-07T23:49:50.820Z Compiling kstat-rs v0.2.4
27072026-07-07T23:49:51.090Z Compiling arc-swap v1.8.2
27082026-07-07T23:49:51.293Z Compiling fs-err v2.11.0
27092026-07-07T23:49:51.674Z Compiling mime_guess v2.0.5
27102026-07-07T23:49:51.702Z Compiling slog-scope v4.4.1
27112026-07-07T23:49:51.988Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27122026-07-07T23:49:52.059Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27132026-07-07T23:49:52.212Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27142026-07-07T23:49:52.731Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27152026-07-07T23:49:52.807Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27162026-07-07T23:49:53.290Z Compiling rfc6979 v0.4.0
27172026-07-07T23:49:53.447Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27182026-07-07T23:49:53.478Z Compiling nanorand v0.7.0
27192026-07-07T23:49:53.851Z Compiling darling_core v0.23.0
27202026-07-07T23:49:53.909Z Compiling libgit2-sys v0.18.3+1.9.2
27212026-07-07T23:49:54.044Z Compiling parking_lot_core v0.8.6
27222026-07-07T23:49:54.386Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27232026-07-07T23:49:54.639Z Compiling flume v0.11.1
27242026-07-07T23:49:55.041Z Compiling ecdsa v0.16.9
27252026-07-07T23:49:55.638Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27262026-07-07T23:49:55.791Z Compiling slog-stdlog v4.1.1
27272026-07-07T23:49:56.006Z Compiling darling_macro v0.23.0
27282026-07-07T23:49:56.259Z Compiling async-bb8-diesel v0.2.1
27292026-07-07T23:49:56.439Z Compiling diesel-dtrace v0.5.0
27302026-07-07T23:49:56.680Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27312026-07-07T23:49:56.700Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27322026-07-07T23:49:56.724Z Compiling primeorder v0.13.6
27332026-07-07T23:49:56.755Z Compiling atty v0.2.14
27342026-07-07T23:49:56.898Z Compiling parse-size v1.1.0
27352026-07-07T23:49:57.028Z Compiling http-range v0.1.5
27362026-07-07T23:49:57.110Z Compiling instability v0.3.11
27372026-07-07T23:49:57.364Z Compiling strsim v0.10.0
27382026-07-07T23:49:57.385Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27392026-07-07T23:49:57.647Z Compiling oso v0.27.3
27402026-07-07T23:49:57.702Z Compiling darling_core v0.13.4
27412026-07-07T23:49:58.036Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27422026-07-07T23:49:59.413Z Compiling p384 v0.13.1
27432026-07-07T23:49:59.680Z Compiling darling v0.23.0
27442026-07-07T23:49:59.794Z Compiling slog-envlogger v2.2.0
27452026-07-07T23:50:00.963Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27462026-07-07T23:50:01.531Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27472026-07-07T23:50:02.135Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27482026-07-07T23:50:03.654Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27492026-07-07T23:50:04.177Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27502026-07-07T23:50:04.393Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27512026-07-07T23:50:04.740Z Compiling ignore v0.4.25
27522026-07-07T23:50:04.935Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-07-07T23:50:05.551Z Compiling castaway v0.2.4
27542026-07-07T23:50:05.703Z Compiling vergen-git2 v9.1.0
27552026-07-07T23:50:05.706Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-07-07T23:50:05.951Z Compiling indoc v2.0.7
27572026-07-07T23:50:06.148Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-07-07T23:50:06.360Z Compiling compact_str v0.8.1
27592026-07-07T23:50:07.109Z Compiling globwalk v0.9.1
27602026-07-07T23:50:07.320Z Compiling parking_lot v0.11.2
27612026-07-07T23:50:07.482Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27622026-07-07T23:50:07.772Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27632026-07-07T23:50:07.841Z Compiling hyper-staticfile v0.10.1
27642026-07-07T23:50:08.133Z Compiling darling_macro v0.13.4
27652026-07-07T23:50:08.542Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27662026-07-07T23:50:08.611Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27672026-07-07T23:50:08.644Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27682026-07-07T23:50:09.043Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27692026-07-07T23:50:09.110Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27702026-07-07T23:50:09.186Z Compiling predicates-tree v1.0.13
27712026-07-07T23:50:09.388Z Compiling unicode-truncate v1.1.0
27722026-07-07T23:50:09.496Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27732026-07-07T23:50:09.601Z Compiling lru v0.12.5
27742026-07-07T23:50:09.639Z Compiling rand_seeder v0.4.0
27752026-07-07T23:50:09.675Z Compiling prefix-trie v0.7.0
27762026-07-07T23:50:09.728Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27772026-07-07T23:50:09.830Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27782026-07-07T23:50:09.887Z Compiling illumos-nvpair-sys v0.2.0
27792026-07-07T23:50:09.936Z Compiling corncobs v0.1.4
27802026-07-07T23:50:10.087Z Compiling cassowary v0.3.0
27812026-07-07T23:50:10.176Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-07-07T23:50:10.200Z Compiling hickory-server v0.25.2
27832026-07-07T23:50:10.200Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27842026-07-07T23:50:10.278Z Compiling camino-tempfile-ext v0.3.3
27852026-07-07T23:50:10.411Z Compiling ratatui v0.29.0
27862026-07-07T23:50:10.473Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27872026-07-07T23:50:10.886Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27882026-07-07T23:50:10.908Z Compiling darling v0.13.4
27892026-07-07T23:50:11.014Z Compiling sled v0.34.7
27902026-07-07T23:50:11.642Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27912026-07-07T23:50:11.664Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27922026-07-07T23:50:12.200Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27932026-07-07T23:50:13.509Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27942026-07-07T23:50:14.210Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27952026-07-07T23:50:14.445Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27962026-07-07T23:50:14.678Z Compiling secrecy v0.8.0
27972026-07-07T23:50:14.722Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27982026-07-07T23:50:14.893Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27992026-07-07T23:50:15.221Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28002026-07-07T23:50:15.630Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28012026-07-07T23:50:15.663Z Compiling serde_with_macros v1.5.2
28022026-07-07T23:50:16.478Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28032026-07-07T23:50:16.792Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28042026-07-07T23:50:17.789Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28052026-07-07T23:50:18.033Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28062026-07-07T23:50:18.268Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28072026-07-07T23:50:18.511Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28082026-07-07T23:50:18.764Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28092026-07-07T23:50:18.788Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28102026-07-07T23:50:18.963Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28112026-07-07T23:50:19.011Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28122026-07-07T23:50:19.035Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28132026-07-07T23:50:19.202Z Compiling void v1.0.2
28142026-07-07T23:50:19.309Z Compiling lzss v0.8.2
28152026-07-07T23:50:19.670Z Compiling illumos-nvpair v0.3.0
28162026-07-07T23:50:19.828Z Compiling git2 v0.20.4
28172026-07-07T23:50:20.159Z Compiling serde_with v1.14.0
28182026-07-07T23:50:20.206Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28192026-07-07T23:50:20.760Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28202026-07-07T23:50:21.315Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28212026-07-07T23:50:21.342Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28222026-07-07T23:50:21.930Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28232026-07-07T23:50:23.404Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28242026-07-07T23:50:23.563Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28252026-07-07T23:50:23.898Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28262026-07-07T23:50:24.508Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28272026-07-07T23:50:24.612Z Compiling tungstenite v0.23.0
28282026-07-07T23:50:24.697Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28292026-07-07T23:50:24.749Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28302026-07-07T23:50:26.613Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28312026-07-07T23:50:26.731Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28322026-07-07T23:50:26.830Z Compiling nix v0.27.1
28332026-07-07T23:50:26.857Z Compiling twox-hash v2.1.2
28342026-07-07T23:50:26.949Z Compiling serde_bytes v0.11.19
28352026-07-07T23:50:27.050Z Compiling tokio-tungstenite v0.23.1
28362026-07-07T23:50:27.252Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28372026-07-07T23:50:27.373Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28382026-07-07T23:50:27.438Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28392026-07-07T23:50:27.669Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28402026-07-07T23:50:27.889Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28412026-07-07T23:50:28.040Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28422026-07-07T23:50:29.434Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28432026-07-07T23:50:30.087Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28442026-07-07T23:50:31.396Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28452026-07-07T23:50:31.813Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28462026-07-07T23:50:31.976Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28472026-07-07T23:50:32.019Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28482026-07-07T23:50:32.329Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28492026-07-07T23:50:32.536Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28502026-07-07T23:50:32.873Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28512026-07-07T23:50:33.125Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28522026-07-07T23:50:33.258Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28532026-07-07T23:50:34.039Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28542026-07-07T23:50:34.567Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28552026-07-07T23:50:36.359Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28562026-07-07T23:50:36.383Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28572026-07-07T23:50:36.771Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28582026-07-07T23:50:38.494Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28592026-07-07T23:50:38.839Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28602026-07-07T23:50:39.237Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28612026-07-07T23:50:39.469Z Compiling fatfs v0.3.6
28622026-07-07T23:50:39.797Z Compiling signal-hook-tokio v0.3.1
28632026-07-07T23:50:39.880Z Compiling yasna v0.5.2
28642026-07-07T23:50:39.991Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28652026-07-07T23:50:40.023Z Compiling assert_matches v1.5.0
28662026-07-07T23:50:40.127Z Compiling is_ci v1.2.0
28672026-07-07T23:50:40.331Z Compiling seq-macro v0.3.6
28682026-07-07T23:50:40.711Z Compiling rcgen v0.12.1
28692026-07-07T23:50:40.861Z Compiling supports-color v3.0.2
28702026-07-07T23:50:41.140Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28712026-07-07T23:50:41.470Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28722026-07-07T23:50:41.816Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28732026-07-07T23:50:43.555Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28742026-07-07T23:50:43.812Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28752026-07-07T23:50:43.834Z Compiling subprocess v0.2.15
28762026-07-07T23:50:44.060Z Compiling rtoolbox v0.0.3
28772026-07-07T23:50:44.348Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28782026-07-07T23:50:45.319Z Compiling rpassword v7.4.0
28792026-07-07T23:50:45.676Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28802026-07-07T23:50:45.773Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28812026-07-07T23:50:46.089Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28822026-07-07T23:50:46.220Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28832026-07-07T23:50:48.104Z Compiling tui-tree-widget v0.23.1
28842026-07-07T23:50:48.369Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28852026-07-07T23:50:48.392Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28862026-07-07T23:50:49.494Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28872026-07-07T23:50:49.753Z Compiling uzers v0.12.2
28882026-07-07T23:50:49.778Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28892026-07-07T23:50:50.254Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28902026-07-07T23:50:50.986Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28912026-07-07T23:50:52.761Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28922026-07-07T23:50:53.319Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28932026-07-07T23:50:55.173Z Compiling support-bundle-viewer v0.1.2
28942026-07-07T23:50:55.591Z Compiling multimap v0.10.1
28952026-07-07T23:51:10.799Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28962026-07-07T23:51:11.913Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28972026-07-07T23:51:17.604Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28982026-07-07T23:51:18.178Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28992026-07-07T23:51:18.306Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29002026-07-07T23:58:19.169Z Finished `release` profile [optimized] target(s) in 9m 10s
29012026-07-07T23:59:06.315Z
29022026-07-07T23:59:06.315Zreal 9:58.262435865
29032026-07-07T23:59:06.315Zuser 1:19:07.841907072
29042026-07-07T23:59:06.315Zsys 3:29.365612087
29052026-07-07T23:59:06.318Ztrap 1.797639478
29062026-07-07T23:59:06.318Ztflt 2.282105866
29072026-07-07T23:59:06.318Zdflt 19.293696586
29082026-07-07T23:59:06.318Zkflt 0.005974807
29092026-07-07T23:59:06.319Zlock 7:06:17.988787577
29102026-07-07T23:59:06.319Zslp 2:13:30.495080904
29112026-07-07T23:59:06.319Zlat 2:20.870106472
29122026-07-07T23:59:06.319Zstop 4:58.103519275
29132026-07-07T23:59:06.319Z+ mapfile -t packages
29142026-07-07T23:59:06.319Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29152026-07-07T23:59:07.205Z Finished `release` profile [optimized] target(s) in 0.87s
29162026-07-07T23:59:07.272Z Running `target/release/omicron-package -t test list-outputs`
29172026-07-07T23:59:07.328ZLogging to: /work/oxidecomputer/omicron/out/LOG
29182026-07-07T23:59:07.332Z+ ptime -m cargo build --locked --release -p xtask
29192026-07-07T23:59:07.791Z Compiling libc v0.2.185
29202026-07-07T23:59:07.791Z Compiling serde_core v1.0.228
29212026-07-07T23:59:07.795Z Compiling serde v1.0.228
29222026-07-07T23:59:07.795Z Compiling rustix v1.1.3
29232026-07-07T23:59:07.795Z Compiling bitflags v2.11.0
29242026-07-07T23:59:07.795Z Compiling serde_json v1.0.150
29252026-07-07T23:59:07.932Z Compiling usdt-impl v0.5.0
29262026-07-07T23:59:07.949Z Compiling syn v2.0.117
29272026-07-07T23:59:07.953Z Compiling syn v1.0.109
29282026-07-07T23:59:07.968Z Compiling getrandom v0.4.1
29292026-07-07T23:59:07.972Z Compiling log v0.4.29
29302026-07-07T23:59:07.989Z Compiling indexmap v2.14.0
29312026-07-07T23:59:08.002Z Compiling fs-err v3.3.0
29322026-07-07T23:59:08.193Z Compiling anyhow v1.0.102
29332026-07-07T23:59:08.299Z Compiling heck v0.4.1
29342026-07-07T23:59:08.329Z Compiling once_cell v1.21.3
29352026-07-07T23:59:08.733Z Compiling thread-id v4.2.2
29362026-07-07T23:59:08.765Z Compiling errno v0.3.14
29372026-07-07T23:59:08.765Z Compiling memmap v0.7.0
29382026-07-07T23:59:09.420Z Compiling proc-macro-error v1.0.4
29392026-07-07T23:59:09.660Z Compiling tabled_derive v0.7.0
29402026-07-07T23:59:09.685Z Compiling terminal_size v0.4.3
29412026-07-07T23:59:09.685Z Compiling tempfile v3.25.0
29422026-07-07T23:59:09.781Z Compiling clap_builder v4.6.0
29432026-07-07T23:59:09.781Z Compiling textwrap v0.16.2
29442026-07-07T23:59:10.093Z Compiling camino v1.2.2
29452026-07-07T23:59:10.093Z Compiling semver v1.0.28
29462026-07-07T23:59:10.127Z Compiling pest_generator v2.8.6
29472026-07-07T23:59:10.144Z Compiling cargo-platform v0.3.2
29482026-07-07T23:59:10.360Z Compiling tabled v0.15.0
29492026-07-07T23:59:10.425Z Compiling camino-tempfile v1.4.1
29502026-07-07T23:59:10.609Z Compiling serde_derive v1.0.228
29512026-07-07T23:59:10.610Z Compiling thiserror-impl v1.0.69
29522026-07-07T23:59:10.610Z Compiling zerocopy-derive v0.7.35
29532026-07-07T23:59:10.619Z Compiling scroll_derive v0.12.1
29542026-07-07T23:59:10.619Z Compiling thiserror-impl v2.0.18
29552026-07-07T23:59:10.632Z Compiling clap_derive v4.6.1
29562026-07-07T23:59:10.677Z Compiling pest_derive v2.8.6
29572026-07-07T23:59:11.322Z Compiling scroll v0.12.0
29582026-07-07T23:59:11.486Z Compiling zerocopy v0.7.35
29592026-07-07T23:59:11.581Z Compiling goblin v0.8.2
29602026-07-07T23:59:11.763Z Compiling thiserror v1.0.69
29612026-07-07T23:59:11.837Z Compiling thiserror v2.0.18
29622026-07-07T23:59:11.888Z Compiling dtrace-parser v0.2.0
29632026-07-07T23:59:12.154Z Compiling clap v4.6.1
29642026-07-07T23:59:13.725Z Compiling dof v0.3.0
29652026-07-07T23:59:13.740Z Compiling serde_tokenstream v0.2.3
29662026-07-07T23:59:13.786Z Compiling toml_datetime v0.6.11
29672026-07-07T23:59:13.829Z Compiling serde_spanned v0.6.9
29682026-07-07T23:59:13.866Z Compiling macaddr v1.0.1
29692026-07-07T23:59:13.882Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29702026-07-07T23:59:13.894Z Compiling cargo_metadata v0.23.1
29712026-07-07T23:59:14.044Z Compiling toml_edit v0.22.27
29722026-07-07T23:59:14.510Z Compiling usdt-macro v0.5.0
29732026-07-07T23:59:14.541Z Compiling usdt-attr-macro v0.5.0
29742026-07-07T23:59:15.241Z Compiling usdt v0.5.0
29752026-07-07T23:59:15.606Z Compiling toml v0.8.23
29762026-07-07T23:59:16.044Z Compiling cargo_toml v0.21.0
29772026-07-07T23:59:20.485Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29782026-07-07T23:59:23.429Z Finished `release` profile [optimized] target(s) in 16.08s
29792026-07-07T23:59:23.534Z
29802026-07-07T23:59:23.534Zreal 16.170337888
29812026-07-07T23:59:23.534Zuser 2:05.093678536
29822026-07-07T23:59:23.534Zsys 14.002411751
29832026-07-07T23:59:23.537Ztrap 0.070512895
29842026-07-07T23:59:23.537Ztflt 0.392129429
29852026-07-07T23:59:23.537Zdflt 1.559892910
29862026-07-07T23:59:23.537Zkflt 0.000037740
29872026-07-07T23:59:23.537Zlock 4:31.766919446
29882026-07-07T23:59:23.537Zslp 2:46.816209791
29892026-07-07T23:59:23.537Zlat 3.887262958
29902026-07-07T23:59:23.537Zstop 14.461649289
29912026-07-07T23:59:23.537Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29922026-07-07T23:59:23.537Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29932026-07-07T23:59:23.537Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29942026-07-07T23:59:23.537Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29952026-07-07T23:59:23.537Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
29962026-07-07T23:59:24.461Z Compiling progenitor-client v0.14.0
29972026-07-07T23:59:24.464Z Compiling newtype-uuid-macros v0.1.0
29982026-07-07T23:59:24.464Z Compiling match_cfg v0.1.0
29992026-07-07T23:59:24.464Z Compiling slog-json v2.6.1
30002026-07-07T23:59:24.464Z Compiling structmeta-derive v0.3.0
30012026-07-07T23:59:24.464Z Compiling sha1 v0.11.0
30022026-07-07T23:59:24.611Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30032026-07-07T23:59:24.652Z Compiling multer v3.1.0
30042026-07-07T23:59:24.655Z Compiling debug-ignore v1.0.5
30052026-07-07T23:59:24.655Z Compiling compression-core v0.4.31
30062026-07-07T23:59:24.655Z Compiling atomicwrites v0.4.4
30072026-07-07T23:59:24.669Z Compiling itertools v0.14.0
30082026-07-07T23:59:24.672Z Compiling async-stream-impl v0.3.6
30092026-07-07T23:59:24.672Z Compiling toml_datetime v1.1.1+spec-1.1.0
30102026-07-07T23:59:24.701Z Compiling serde_spanned v1.1.1
30112026-07-07T23:59:24.704Z Compiling hostname v0.3.1
30122026-07-07T23:59:24.713Z Compiling dropshot v0.17.1
30132026-07-07T23:59:24.875Z Compiling slog-bunyan v2.5.0
30142026-07-07T23:59:24.925Z Compiling toml_writer v1.1.1+spec-1.1.0
30152026-07-07T23:59:24.928Z Compiling rustls-pemfile v2.2.0
30162026-07-07T23:59:24.928Z Compiling waitgroup v0.1.2
30172026-07-07T23:59:24.986Z Compiling dropshot_endpoint v0.17.1
30182026-07-07T23:59:25.003Z Compiling compression-codecs v0.4.37
30192026-07-07T23:59:25.077Z Compiling serde_path_to_error v0.1.20
30202026-07-07T23:59:25.080Z Compiling hostname v0.4.2
30212026-07-07T23:59:25.131Z Compiling toml v1.1.2+spec-1.1.0
30222026-07-07T23:59:25.152Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30232026-07-07T23:59:25.152Z Compiling macaddr v1.0.1
30242026-07-07T23:59:25.172Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30252026-07-07T23:59:25.189Z Compiling instant v0.1.13
30262026-07-07T23:59:25.237Z Compiling async-compression v0.4.41
30272026-07-07T23:59:25.273Z Compiling regress v0.10.5
30282026-07-07T23:59:25.294Z Compiling backon v1.6.0
30292026-07-07T23:59:25.314Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30302026-07-07T23:59:25.348Z Compiling backoff v0.4.0
30312026-07-07T23:59:25.366Z Compiling humantime v2.3.0
30322026-07-07T23:59:25.398Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30332026-07-07T23:59:25.420Z Compiling regress v0.11.1
30342026-07-07T23:59:25.449Z Compiling half v2.7.1
30352026-07-07T23:59:25.509Z Compiling async-stream v0.3.6
30362026-07-07T23:59:25.524Z Compiling progenitor-extras v0.2.0
30372026-07-07T23:59:25.539Z Compiling ciborium-io v0.2.2
30382026-07-07T23:59:25.577Z Compiling crucible-workspace-hack v0.1.0
30392026-07-07T23:59:25.593Z Compiling convert_case v0.4.0
30402026-07-07T23:59:25.650Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30412026-07-07T23:59:25.667Z Compiling secrecy v0.10.3
30422026-07-07T23:59:25.670Z Compiling unsafe-libyaml v0.2.11
30432026-07-07T23:59:25.705Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30442026-07-07T23:59:25.772Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30452026-07-07T23:59:25.790Z Compiling structmeta v0.3.0
30462026-07-07T23:59:25.809Z Compiling ciborium-ll v0.2.2
30472026-07-07T23:59:25.843Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30482026-07-07T23:59:25.860Z Compiling inout v0.1.4
30492026-07-07T23:59:25.889Z Compiling thiserror-impl-no-std v2.0.2
30502026-07-07T23:59:25.945Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30512026-07-07T23:59:25.992Z Compiling derive_more v0.99.20
30522026-07-07T23:59:26.041Z Compiling derive-ex v0.1.8
30532026-07-07T23:59:26.058Z Compiling parse-display-derive v0.10.0
30542026-07-07T23:59:26.076Z Compiling ciborium v0.2.2
30552026-07-07T23:59:26.079Z Compiling cipher v0.4.4
30562026-07-07T23:59:26.108Z Compiling universal-hash v0.5.1
30572026-07-07T23:59:26.127Z Compiling opaque-debug v0.3.1
30582026-07-07T23:59:26.130Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30592026-07-07T23:59:26.180Z Compiling serde_yaml v0.9.34+deprecated
30602026-07-07T23:59:26.216Z Compiling byte-wrapper v0.1.0
30612026-07-07T23:59:26.263Z Compiling poly1305 v0.8.0
30622026-07-07T23:59:26.348Z Compiling chacha20 v0.9.1
30632026-07-07T23:59:26.423Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30642026-07-07T23:59:26.461Z Compiling blake2 v0.10.6
30652026-07-07T23:59:26.586Z Compiling aead v0.5.2
30662026-07-07T23:59:26.632Z Compiling password-hash v0.5.0
30672026-07-07T23:59:26.649Z Compiling toml_datetime v0.7.5+spec-1.1.0
30682026-07-07T23:59:26.682Z Compiling indent_write v2.2.0
30692026-07-07T23:59:26.815Z Compiling toml_edit v0.23.10+spec-1.0.0
30702026-07-07T23:59:26.845Z Compiling chacha20poly1305 v0.10.1
30712026-07-07T23:59:26.920Z Compiling argon2 v0.5.3
30722026-07-07T23:59:27.021Z Compiling typify-impl v0.6.2
30732026-07-07T23:59:27.038Z Compiling heapless v0.8.0
30742026-07-07T23:59:27.053Z Compiling ingot-macros v0.1.1
30752026-07-07T23:59:27.071Z Compiling tabwriter v1.4.1
30762026-07-07T23:59:27.149Z Compiling thiserror-no-std v2.0.2
30772026-07-07T23:59:27.262Z Compiling vsss-rs v3.3.4
30782026-07-07T23:59:27.333Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30792026-07-07T23:59:27.379Z Compiling proc-macro-crate v3.4.0
30802026-07-07T23:59:27.693Z Compiling hash32 v0.3.1
30812026-07-07T23:59:27.791Z Compiling test-strategy v0.4.5
30822026-07-07T23:59:27.815Z Compiling smoltcp v0.11.0
30832026-07-07T23:59:27.844Z Compiling parse-display v0.10.0
30842026-07-07T23:59:27.878Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30852026-07-07T23:59:27.963Z Compiling num_enum_derive v0.7.6
30862026-07-07T23:59:28.138Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30872026-07-07T23:59:28.173Z Compiling cobs v0.3.0
30882026-07-07T23:59:28.194Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30892026-07-07T23:59:28.242Z Compiling colored v3.1.1
30902026-07-07T23:59:28.261Z Compiling proc-macro-error v1.0.4
30912026-07-07T23:59:28.389Z Compiling postcard v1.1.3
30922026-07-07T23:59:28.452Z Compiling proc-macro-crate v1.3.1
30932026-07-07T23:59:28.483Z Compiling rand v0.10.1
30942026-07-07T23:59:28.590Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30952026-07-07T23:59:28.607Z Compiling foreign-types-macros v0.2.3
30962026-07-07T23:59:28.630Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30972026-07-07T23:59:28.646Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30982026-07-07T23:59:28.729Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30992026-07-07T23:59:28.772Z Compiling rayon-core v1.13.0
31002026-07-07T23:59:28.880Z Compiling foreign-types-shared v0.3.1
31012026-07-07T23:59:28.902Z Compiling num_enum_derive v0.5.11
31022026-07-07T23:59:29.002Z Compiling crossbeam-deque v0.8.6
31032026-07-07T23:59:29.038Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31042026-07-07T23:59:29.055Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31052026-07-07T23:59:29.072Z Compiling cstr-argument v0.1.2
31062026-07-07T23:59:29.095Z Compiling num_enum v0.7.6
31072026-07-07T23:59:29.110Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31082026-07-07T23:59:29.235Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31092026-07-07T23:59:29.270Z Compiling foreign-types v0.5.0
31102026-07-07T23:59:29.270Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31112026-07-07T23:59:29.374Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31122026-07-07T23:59:29.390Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31132026-07-07T23:59:29.393Z Compiling zone_cfg_derive v0.3.1
31142026-07-07T23:59:29.438Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31152026-07-07T23:59:29.472Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31162026-07-07T23:59:29.538Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31172026-07-07T23:59:29.570Z Compiling itertools v0.12.1
31182026-07-07T23:59:29.607Z Compiling num-derive v0.4.2
31192026-07-07T23:59:29.675Z Compiling rayon v1.11.0
31202026-07-07T23:59:29.693Z Compiling sigpipe v0.1.3
31212026-07-07T23:59:29.725Z Compiling glob v0.3.3
31222026-07-07T23:59:29.770Z Compiling cpubits v0.1.1
31232026-07-07T23:59:29.823Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31242026-07-07T23:59:29.869Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31252026-07-07T23:59:29.954Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31262026-07-07T23:59:29.970Z Compiling smf v0.2.3
31272026-07-07T23:59:30.010Z Compiling ingot-types v0.1.2
31282026-07-07T23:59:30.036Z Compiling num_enum v0.5.11
31292026-07-07T23:59:30.109Z Compiling whoami v1.6.1
31302026-07-07T23:59:30.182Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31312026-07-07T23:59:30.200Z Compiling usdt-macro v0.5.0
31322026-07-07T23:59:30.203Z Compiling usdt-attr-macro v0.5.0
31332026-07-07T23:59:30.246Z Compiling gethostname v0.5.0
31342026-07-07T23:59:30.267Z Compiling num-rational v0.4.2
31352026-07-07T23:59:30.437Z Compiling ingot v0.1.1
31362026-07-07T23:59:30.483Z Compiling pem-rfc7468 v1.0.0
31372026-07-07T23:59:30.526Z Compiling num-complex v0.4.6
31382026-07-07T23:59:30.574Z Compiling memmap v0.7.0
31392026-07-07T23:59:30.667Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31402026-07-07T23:59:30.684Z Compiling derive-where v1.6.0
31412026-07-07T23:59:30.793Z Compiling zone v0.3.1
31422026-07-07T23:59:30.820Z Compiling float-ord v0.3.2
31432026-07-07T23:59:30.890Z Compiling num v0.4.3
31442026-07-07T23:59:30.906Z Compiling toml v0.8.23
31452026-07-07T23:59:30.959Z Compiling hmac v0.13.0
31462026-07-07T23:59:30.959Z Compiling universal-hash v0.6.1
31472026-07-07T23:59:30.991Z Compiling resolv-conf v0.7.6
31482026-07-07T23:59:31.033Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31492026-07-07T23:59:31.087Z Compiling cancel-safe-futures v0.1.5
31502026-07-07T23:59:31.104Z Compiling usdt v0.5.0
31512026-07-07T23:59:31.121Z Compiling owo-colors v4.3.0
31522026-07-07T23:59:31.187Z Compiling polyval v0.7.1
31532026-07-07T23:59:31.204Z Compiling der v0.8.0
31542026-07-07T23:59:31.322Z Compiling libsw-core v0.3.2
31552026-07-07T23:59:31.365Z Compiling prettyplease v0.2.37
31562026-07-07T23:59:31.406Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31572026-07-07T23:59:31.451Z Compiling ghash v0.6.0
31582026-07-07T23:59:31.521Z Compiling libsw v3.5.0
31592026-07-07T23:59:31.524Z Compiling pbkdf2 v0.13.0
31602026-07-07T23:59:31.589Z Compiling aes v0.9.1
31612026-07-07T23:59:31.606Z Compiling console v0.15.11
31622026-07-07T23:59:31.624Z Compiling hickory-proto v0.24.4
31632026-07-07T23:59:31.659Z Compiling typify-macro v0.6.2
31642026-07-07T23:59:31.683Z Compiling newline-converter v0.3.0
31652026-07-07T23:59:31.700Z Compiling ctr v0.10.1
31662026-07-07T23:59:31.728Z Compiling aead v0.6.1
31672026-07-07T23:59:31.745Z Compiling sha2 v0.11.0
31682026-07-07T23:59:31.827Z Compiling libefi-sys v0.1.0
31692026-07-07T23:59:31.917Z Compiling linked-hash-map v0.5.6
31702026-07-07T23:59:31.943Z Compiling linear-map v1.2.0
31712026-07-07T23:59:32.025Z Compiling aes-gcm v0.11.0
31722026-07-07T23:59:32.090Z Compiling expectorate v1.2.0
31732026-07-07T23:59:32.106Z Compiling lru-cache v0.1.2
31742026-07-07T23:59:32.141Z Compiling spki v0.8.0
31752026-07-07T23:59:32.234Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31762026-07-07T23:59:32.260Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31772026-07-07T23:59:32.277Z Compiling crypto-bigint v0.7.5
31782026-07-07T23:59:32.304Z Compiling git-stub v1.0.0
31792026-07-07T23:59:32.327Z Compiling cbc v0.2.1
31802026-07-07T23:59:32.396Z Compiling salsa20 v0.11.0
31812026-07-07T23:59:32.413Z Compiling bitfield-struct v0.6.2
31822026-07-07T23:59:32.517Z Compiling nom v8.0.0
31832026-07-07T23:59:32.537Z Compiling semver v0.1.20
31842026-07-07T23:59:32.566Z Compiling scrypt v0.12.0
31852026-07-07T23:59:32.585Z Compiling git-stub-vcs v0.1.0
31862026-07-07T23:59:32.744Z Compiling rustc_version v0.1.7
31872026-07-07T23:59:32.827Z Compiling tokio-dtrace v0.1.1
31882026-07-07T23:59:32.858Z Compiling dropshot-api-manager-types v0.7.2
31892026-07-07T23:59:32.886Z Compiling slog-dtrace v0.3.0
31902026-07-07T23:59:32.969Z Compiling minimal-lexical v0.2.1
31912026-07-07T23:59:33.003Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31922026-07-07T23:59:33.125Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31932026-07-07T23:59:33.142Z Compiling oxide-tokio-rt v0.1.4
31942026-07-07T23:59:33.204Z Compiling nom v7.1.3
31952026-07-07T23:59:33.223Z Compiling newtype_derive v0.1.6
31962026-07-07T23:59:33.255Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31972026-07-07T23:59:33.348Z Compiling pkcs5 v0.8.1
31982026-07-07T23:59:33.377Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31992026-07-07T23:59:33.455Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32002026-07-07T23:59:33.472Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32012026-07-07T23:59:33.475Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32022026-07-07T23:59:33.505Z Compiling phf_shared v0.12.1
32032026-07-07T23:59:33.534Z Compiling typify v0.6.2
32042026-07-07T23:59:33.616Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32052026-07-07T23:59:33.654Z Compiling progenitor-impl v0.14.0
32062026-07-07T23:59:33.671Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32072026-07-07T23:59:33.707Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32082026-07-07T23:59:33.878Z Compiling hickory-resolver v0.24.4
32092026-07-07T23:59:33.912Z Compiling csv-core v0.1.13
32102026-07-07T23:59:33.933Z Compiling unicode-xid v0.2.6
32112026-07-07T23:59:34.085Z Compiling highway v1.3.0
32122026-07-07T23:59:34.102Z Compiling chrono-tz v0.10.4
32132026-07-07T23:59:34.203Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32142026-07-07T23:59:34.297Z Compiling xshell-macros v0.2.7
32152026-07-07T23:59:34.332Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32162026-07-07T23:59:34.521Z Compiling csv v1.4.0
32172026-07-07T23:59:34.621Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32182026-07-07T23:59:34.638Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32192026-07-07T23:59:34.752Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32202026-07-07T23:59:34.850Z Compiling xshell v0.2.7
32212026-07-07T23:59:34.867Z Compiling const_format_proc_macros v0.2.34
32222026-07-07T23:59:34.889Z Compiling qorb v0.4.1
32232026-07-07T23:59:35.107Z Compiling pkcs8 v0.11.0
32242026-07-07T23:59:35.217Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32252026-07-07T23:59:35.236Z Compiling phf v0.12.1
32262026-07-07T23:59:35.416Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32272026-07-07T23:59:35.438Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32282026-07-07T23:59:35.524Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32292026-07-07T23:59:35.540Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32302026-07-07T23:59:35.796Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32312026-07-07T23:59:35.814Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32322026-07-07T23:59:35.833Z Compiling const_format v0.2.35
32332026-07-07T23:59:35.886Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32342026-07-07T23:59:35.937Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32352026-07-07T23:59:36.093Z Compiling tabled_derive v0.7.0
32362026-07-07T23:59:36.146Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32372026-07-07T23:59:36.183Z Compiling bcs v0.1.6
32382026-07-07T23:59:36.386Z Compiling progenitor-macro v0.14.0
32392026-07-07T23:59:36.530Z Compiling ff v0.14.0
32402026-07-07T23:59:36.664Z Compiling salty v0.3.0
32412026-07-07T23:59:36.701Z Compiling tagptr v0.2.0
32422026-07-07T23:59:36.753Z Compiling termtree v0.5.1
32432026-07-07T23:59:36.881Z Compiling textwrap v0.16.2
32442026-07-07T23:59:36.940Z Compiling moka v0.12.13
32452026-07-07T23:59:36.990Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32462026-07-07T23:59:37.038Z Compiling steno v0.4.1
32472026-07-07T23:59:37.096Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32482026-07-07T23:59:37.147Z Compiling tabled v0.15.0
32492026-07-07T23:59:37.172Z Compiling sha1 v0.10.6
32502026-07-07T23:59:37.245Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32512026-07-07T23:59:37.279Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32522026-07-07T23:59:37.295Z Compiling signature v3.0.0
32532026-07-07T23:59:37.399Z Compiling base16ct v1.0.0
32542026-07-07T23:59:37.429Z Compiling base64 v0.21.7
32552026-07-07T23:59:37.510Z Compiling radium v0.7.0
32562026-07-07T23:59:37.550Z Compiling group v0.14.0
32572026-07-07T23:59:37.613Z Compiling sec1 v0.8.1
32582026-07-07T23:59:37.765Z Compiling hickory-resolver v0.25.2
32592026-07-07T23:59:37.780Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32602026-07-07T23:59:37.796Z Compiling hkdf v0.13.0
32612026-07-07T23:59:37.847Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32622026-07-07T23:59:37.954Z Compiling rfc6979 v0.4.0
32632026-07-07T23:59:37.957Z Compiling tap v1.0.1
32642026-07-07T23:59:37.999Z Compiling maybe-uninit v2.0.0
32652026-07-07T23:59:38.041Z Compiling elliptic-curve v0.14.0-rc.33
32662026-07-07T23:59:38.109Z Compiling wyz v0.5.1
32672026-07-07T23:59:38.125Z Compiling ecdsa v0.16.9
32682026-07-07T23:59:38.336Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32692026-07-07T23:59:38.397Z Compiling primeorder v0.13.6
32702026-07-07T23:59:38.560Z Compiling proc-macro-error-attr2 v2.0.0
32712026-07-07T23:59:38.577Z Compiling parking_lot_core v0.8.6
32722026-07-07T23:59:38.708Z Compiling funty v2.0.0
32732026-07-07T23:59:38.727Z Compiling utf-8 v0.7.6
32742026-07-07T23:59:38.750Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32752026-07-07T23:59:38.888Z Compiling packed_struct v0.10.1
32762026-07-07T23:59:38.962Z Compiling tungstenite v0.21.0
32772026-07-07T23:59:39.018Z Compiling proc-macro-error2 v2.0.1
32782026-07-07T23:59:39.022Z Compiling p384 v0.13.1
32792026-07-07T23:59:39.219Z Compiling bitvec v1.0.1
32802026-07-07T23:59:39.372Z Compiling rfc6979 v0.5.0
32812026-07-07T23:59:39.426Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32822026-07-07T23:59:39.534Z Compiling packed_struct_codegen v0.10.1
32832026-07-07T23:59:39.558Z Compiling num-derive v0.3.3
32842026-07-07T23:59:39.603Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32852026-07-07T23:59:39.640Z Compiling zerocopy-derive v0.6.6
32862026-07-07T23:59:39.693Z Compiling bitfield-macros v0.19.4
32872026-07-07T23:59:39.717Z Compiling indexmap v1.9.3
32882026-07-07T23:59:39.735Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32892026-07-07T23:59:39.848Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32902026-07-07T23:59:39.970Z Compiling nodrop v0.1.14
32912026-07-07T23:59:39.990Z Compiling crc-catalog v2.4.0
32922026-07-07T23:59:40.113Z Compiling array-init v0.0.4
32932026-07-07T23:59:40.158Z Compiling crc v3.4.0
32942026-07-07T23:59:40.230Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32952026-07-07T23:59:40.246Z Compiling ecdsa v0.17.0-rc.18
32962026-07-07T23:59:40.341Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32972026-07-07T23:59:40.395Z Compiling tokio-tungstenite v0.21.0
32982026-07-07T23:59:40.502Z Compiling smallvec v0.6.14
32992026-07-07T23:59:40.519Z Compiling tabled_derive v0.11.0
33002026-07-07T23:59:40.546Z Compiling bitfield v0.19.4
33012026-07-07T23:59:40.563Z Compiling libscf-sys v1.1.0
33022026-07-07T23:59:40.631Z Compiling zerocopy v0.6.6
33032026-07-07T23:59:40.735Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33042026-07-07T23:59:40.772Z Compiling primeorder v0.14.0-rc.10
33052026-07-07T23:59:40.791Z Compiling primefield v0.14.0
33062026-07-07T23:59:40.809Z Compiling progenitor-impl v0.13.0
33072026-07-07T23:59:40.883Z Compiling papergrid v0.17.0
33082026-07-07T23:59:40.911Z Compiling testing_table v0.3.0
33092026-07-07T23:59:41.003Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33102026-07-07T23:59:41.052Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33112026-07-07T23:59:41.055Z Compiling curve25519-dalek v5.0.0-rc.0
33122026-07-07T23:59:41.106Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33132026-07-07T23:59:41.126Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33142026-07-07T23:59:41.199Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33152026-07-07T23:59:41.334Z Compiling hashbrown v0.12.3
33162026-07-07T23:59:41.368Z Compiling unicase v2.9.0
33172026-07-07T23:59:41.455Z Compiling illumos-nvpair-sys v0.2.0
33182026-07-07T23:59:41.482Z Compiling corncobs v0.1.4
33192026-07-07T23:59:41.516Z Compiling progenitor v0.14.0
33202026-07-07T23:59:41.602Z Compiling mime_guess v2.0.5
33212026-07-07T23:59:41.620Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33222026-07-07T23:59:41.682Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33232026-07-07T23:59:41.682Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33242026-07-07T23:59:41.757Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33252026-07-07T23:59:41.852Z Compiling tabled v0.20.0
33262026-07-07T23:59:41.898Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33272026-07-07T23:59:42.065Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33282026-07-07T23:59:42.125Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33292026-07-07T23:59:42.148Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33302026-07-07T23:59:42.213Z Compiling parking_lot v0.11.2
33312026-07-07T23:59:42.230Z Compiling serde-hex v0.1.0
33322026-07-07T23:59:42.233Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33332026-07-07T23:59:42.370Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33342026-07-07T23:59:42.500Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33352026-07-07T23:59:42.529Z Compiling ron v0.8.1
33362026-07-07T23:59:42.622Z Compiling ssh-encoding v0.3.0-rc.9
33372026-07-07T23:59:42.639Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33382026-07-07T23:59:42.658Z Compiling hashbrown v0.13.2
33392026-07-07T23:59:42.997Z Compiling progenitor-client v0.13.0
33402026-07-07T23:59:43.144Z Compiling prefix-trie v0.7.0
33412026-07-07T23:59:43.161Z Compiling fxhash v0.2.1
33422026-07-07T23:59:43.192Z Compiling secrecy v0.8.0
33432026-07-07T23:59:43.325Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33442026-07-07T23:59:43.351Z Compiling crc-any v2.5.0
33452026-07-07T23:59:43.514Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33462026-07-07T23:59:43.565Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33472026-07-07T23:59:43.582Z Compiling progenitor-macro v0.13.0
33482026-07-07T23:59:43.638Z Compiling hickory-server v0.25.2
33492026-07-07T23:59:44.014Z Compiling sled v0.34.7
33502026-07-07T23:59:44.140Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33512026-07-07T23:59:44.290Z Compiling object v0.30.4
33522026-07-07T23:59:44.468Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33532026-07-07T23:59:44.487Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33542026-07-07T23:59:44.556Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33552026-07-07T23:59:44.587Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33562026-07-07T23:59:44.762Z Compiling ed25519 v3.0.0
33572026-07-07T23:59:45.021Z Compiling crypto-primes v0.7.2
33582026-07-07T23:59:45.209Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33592026-07-07T23:59:45.579Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33602026-07-07T23:59:45.916Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33612026-07-07T23:59:45.937Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33622026-07-07T23:59:45.962Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33632026-07-07T23:59:45.980Z Compiling pkcs1 v0.8.0-rc.4
33642026-07-07T23:59:46.091Z Compiling poly1305 v0.9.0
33652026-07-07T23:59:46.108Z Compiling blowfish v0.10.0
33662026-07-07T23:59:46.394Z Compiling blake2 v0.11.0-rc.6
33672026-07-07T23:59:46.418Z Compiling keccak v0.2.0
33682026-07-07T23:59:46.563Z Compiling http-range v0.1.5
33692026-07-07T23:59:46.627Z Compiling half v1.8.3
33702026-07-07T23:59:46.643Z Compiling fiat-crypto v0.3.0
33712026-07-07T23:59:46.781Z Compiling crc8 v0.1.1
33722026-07-07T23:59:46.874Z Compiling path-slash v0.1.5
33732026-07-07T23:59:46.890Z Compiling serde_cbor v0.11.2
33742026-07-07T23:59:46.928Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33752026-07-07T23:59:46.944Z Compiling argon2 v0.6.0-rc.8
33762026-07-07T23:59:46.961Z Compiling sha3 v0.11.0
33772026-07-07T23:59:47.023Z Compiling ssh-cipher v0.3.0-rc.9
33782026-07-07T23:59:47.045Z Compiling bcrypt-pbkdf v0.11.0
33792026-07-07T23:59:47.124Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33802026-07-07T23:59:47.319Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33812026-07-07T23:59:47.377Z Compiling rsa v0.10.0-rc.18
33822026-07-07T23:59:47.518Z Compiling ed25519-dalek v3.0.0-rc.0
33832026-07-07T23:59:47.604Z Compiling illumos-nvpair v0.3.0
33842026-07-07T23:59:47.825Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33852026-07-07T23:59:47.878Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33862026-07-07T23:59:48.025Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33872026-07-07T23:59:48.054Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33882026-07-07T23:59:48.058Z Compiling p256 v0.14.0-rc.10
33892026-07-07T23:59:48.087Z Compiling p521 v0.14.0-rc.10
33902026-07-07T23:59:48.208Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33912026-07-07T23:59:48.312Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33922026-07-07T23:59:48.353Z Compiling yasna v0.5.2
33932026-07-07T23:59:48.543Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33942026-07-07T23:59:48.666Z Compiling progenitor v0.13.0
33952026-07-07T23:59:48.717Z Compiling kstat-rs v0.2.4
33962026-07-07T23:59:48.761Z Compiling headers-core v0.3.0
33972026-07-07T23:59:48.818Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33982026-07-07T23:59:48.837Z Compiling kem v0.3.0
33992026-07-07T23:59:48.875Z Compiling module-lattice v0.2.3
34002026-07-07T23:59:48.911Z Compiling nanorand v0.7.0
34012026-07-07T23:59:48.987Z Compiling atty v0.2.14
34022026-07-07T23:59:49.035Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34032026-07-07T23:59:49.065Z Compiling headers v0.4.1
34042026-07-07T23:59:49.082Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34052026-07-07T23:59:49.115Z Compiling flume v0.11.1
34062026-07-07T23:59:49.155Z Compiling ml-kem v0.3.2
34072026-07-07T23:59:49.221Z Compiling rcgen v0.12.1
34082026-07-07T23:59:49.293Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34092026-07-07T23:59:49.456Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34102026-07-07T23:59:49.703Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34112026-07-07T23:59:49.855Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34122026-07-07T23:59:49.960Z Compiling hyper-staticfile v0.10.1
34132026-07-07T23:59:50.124Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34142026-07-07T23:59:50.167Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34152026-07-07T23:59:50.231Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34162026-07-07T23:59:50.527Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34172026-07-07T23:59:50.545Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34182026-07-07T23:59:50.806Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34192026-07-07T23:59:50.953Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34202026-07-07T23:59:50.978Z Compiling russh-cryptovec v0.61.0
34212026-07-07T23:59:51.238Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34222026-07-07T23:59:51.259Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34232026-07-07T23:59:51.285Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34242026-07-07T23:59:51.439Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34252026-07-07T23:59:51.519Z Compiling internal-russh-num-bigint v0.5.0
34262026-07-07T23:59:51.555Z Compiling num-bigint v0.4.6
34272026-07-07T23:59:51.713Z Compiling generic-array v1.4.3
34282026-07-07T23:59:51.733Z Compiling russh-util v0.52.0
34292026-07-07T23:59:51.752Z Compiling enum_dispatch v0.3.13
34302026-07-07T23:59:51.908Z Compiling p384 v0.14.0-rc.10
34312026-07-07T23:59:52.071Z Compiling delegate v0.13.5
34322026-07-07T23:59:52.195Z Compiling subprocess v0.2.15
34332026-07-07T23:59:52.215Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34342026-07-07T23:59:52.218Z Compiling hex-literal v1.1.0
34352026-07-07T23:59:52.218Z Compiling md5 v0.8.0
34362026-07-07T23:59:52.343Z Compiling display-error-chain v0.2.2
34372026-07-07T23:59:52.420Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34382026-07-07T23:59:52.513Z Compiling colored v2.2.0
34392026-07-07T23:59:52.527Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34402026-07-07T23:59:52.687Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34412026-07-07T23:59:52.765Z Compiling socket2 v0.5.10
34422026-07-07T23:59:52.785Z Compiling internet-checksum v0.2.1
34432026-07-07T23:59:53.355Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34442026-07-07T23:59:54.036Z Compiling ssh-key v0.7.0-rc.10
34452026-07-07T23:59:54.098Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34462026-07-07T23:59:54.596Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34472026-07-07T23:59:55.286Z Compiling russh v0.61.2
34482026-07-07T23:59:55.866Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34492026-07-07T23:59:56.841Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34502026-07-08T00:00:05.187Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34512026-07-08T00:00:05.187Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34522026-07-08T00:00:05.191Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34532026-07-08T00:00:05.191Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34542026-07-08T00:00:06.905Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34552026-07-08T00:00:07.030Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34562026-07-08T00:00:11.051Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34572026-07-08T00:00:51.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34582026-07-08T00:00:51.457Z
34592026-07-08T00:00:51.457Zreal 1:27.857536636
34602026-07-08T00:00:51.457Zuser 8:42.880693533
34612026-07-08T00:00:51.457Zsys 1:43.530890161
34622026-07-08T00:00:51.461Ztrap 0.263791555
34632026-07-08T00:00:51.461Ztflt 0.344190430
34642026-07-08T00:00:51.461Zdflt 1.597553154
34652026-07-08T00:00:51.461Zkflt 0.000278190
34662026-07-08T00:00:51.461Zlock 31:02.675018020
34672026-07-08T00:00:51.461Zslp 20:01.731901678
34682026-07-08T00:00:51.461Zlat 43.287593385
34692026-07-08T00:00:51.461Zstop 2:59.057107212
34702026-07-08T00:00:51.461Z+ mkdir tests
34712026-07-08T00:00:51.464Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34722026-07-08T00:00:51.464Z+ xargs -I '{}' -t cp '{}' tests/
34732026-07-08T00:00:51.487Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7642b2d57d595135 tests/
34742026-07-08T00:00:51.509Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ca561ce3ba29e3d2 tests/
34752026-07-08T00:00:51.539Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-de50baf115444d57 tests/
34762026-07-08T00:00:51.572Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f893b9f61afabf44 tests/
34772026-07-08T00:00:51.939Z+ 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)
34782026-07-08T00:00:51.942Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-ca561ce3ba29e3d2 tests/commtest-de50baf115444d57 tests/dhcp_server-7642b2d57d595135 tests/end_to_end_tests-f893b9f61afabf44 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34792026-07-08T00:02:12.296ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34802026-07-08T00:02:12.296Za .github/buildomat/ci-env.sh 1K
34812026-07-08T00:02:12.296Za out/target/test 1K
34822026-07-08T00:02:12.296Za out/npuzone/npuzone 27402K
34832026-07-08T00:02:12.296Za package-manifest.toml 35K
34842026-07-08T00:02:12.296Za smf/sled-agent/non-gimlet/config.toml 6K
34852026-07-08T00:02:12.296Za target/release/omicron-package 40719K
34862026-07-08T00:02:12.296Za target/release/xtask 10425K
34872026-07-08T00:02:12.296Za target/debug/bootstrap 349418K
34882026-07-08T00:02:12.296Za tests/bootstrap-ca561ce3ba29e3d2 31974K
34892026-07-08T00:02:12.296Za tests/commtest-de50baf115444d57 32169K
34902026-07-08T00:02:12.296Za tests/dhcp_server-7642b2d57d595135 31974K
34912026-07-08T00:02:12.296Za tests/end_to_end_tests-f893b9f61afabf44 399293K
34922026-07-08T00:02:12.296Za tools/opte_version 1K
34932026-07-08T00:02:12.296Za tools/opte_version_override 2K
34942026-07-08T00:02:12.296Za out/clickhouse.tar.gz 310727K
34952026-07-08T00:02:12.296Za out/clickhouse_keeper.tar.gz 297197K
34962026-07-08T00:02:12.296Za out/clickhouse_server.tar.gz 310724K
34972026-07-08T00:02:12.296Za out/cockroachdb.tar.gz 161735K
34982026-07-08T00:02:12.297Za out/crucible-pantry-zone.tar.gz 39110K
34992026-07-08T00:02:12.297Za out/crucible-utils.tar 18900K
35002026-07-08T00:02:12.297Za out/crucible-zone.tar.gz 53806K
35012026-07-08T00:02:12.297Za out/external-dns.tar.gz 46794K
35022026-07-08T00:02:12.297Za out/internal-dns.tar.gz 46794K
35032026-07-08T00:02:12.297Za out/mg-ddm-gz.tar 97917K
35042026-07-08T00:02:12.297Za out/nexus.tar.gz 274508K
35052026-07-08T00:02:12.297Za out/ntp.tar.gz 29911K
35062026-07-08T00:02:12.297Za out/omicron-gateway-softnpu.tar.gz 27555K
35072026-07-08T00:02:12.297Za out/omicron-sled-agent.tar 197547K
35082026-07-08T00:02:12.297Za out/overlay.tar.gz 3K
35092026-07-08T00:02:12.297Za out/oximeter.tar.gz 62132K
35102026-07-08T00:02:12.297Za out/oxlog.tar 3808K
35112026-07-08T00:02:12.297Za out/probe.tar.gz 3037K
35122026-07-08T00:02:12.297Za out/propolis-server.tar.gz 34372K
35132026-07-08T00:02:12.297Za out/pumpkind-gz.tar 26647K
35142026-07-08T00:02:12.297Za out/switch-softnpu.tar.gz 447905K
35152026-07-08T00:02:12.301Z
35162026-07-08T00:02:12.301Zreal 1:20.353267520
35172026-07-08T00:02:12.301Zuser 1:17.710595458
35182026-07-08T00:02:12.301Zsys 4.409626601
35192026-07-08T00:02:12.301Ztrap 0.005749728
35202026-07-08T00:02:12.301Ztflt 0.000000000
35212026-07-08T00:02:12.301Zdflt 0.000000000
35222026-07-08T00:02:12.301Zkflt 0.000000000
35232026-07-08T00:02:12.302Zlock 0.000000000
35242026-07-08T00:02:12.302Zslp 1:17.580369689
35252026-07-08T00:02:12.302Zlat 0.995233991
35262026-07-08T00:02:12.302Zstop 0.000245560
35272026-07-08T00:02:12.302Zprocess exited: duration 990987 ms, exit code 0
 
35282026-07-08T00:02:12.316Zfound 1 output files
35292026-07-08T00:02:12.316Zuploading: /work/package.tar.gz (2485686000 bytes)
35302026-07-08T00:02:42.384Zuploaded: /work/package.tar.gz