01KX70MANSH739MMMBSGKDKT4C: 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: 01KX70MSTPCTEGXC0KKB2EY0D7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-10T21:59:44.984Zjob assigned to worker 01KX70N33ZVR8S3XR59387FNYC [factory aws, i-01369fa8bd8e11cb5] (queued for 52 s)
 
22026-07-10T21:59:53.224Zstarting task 0: "setup"
32026-07-10T21:59:53.228Z++ uname -s
42026-07-10T21:59:53.233Z+ kern=SunOS
52026-07-10T21:59:53.233Z+ build_user=build
62026-07-10T21:59:53.233Z+ build_uid=12345
72026-07-10T21:59:53.234Z+ work_dir=/work
82026-07-10T21:59:53.234Z+ input_dir=/input
92026-07-10T21:59:53.234Z+ [[ 0 == 12345 ]]
102026-07-10T21:59:53.234Z+ case "$kern" in
112026-07-10T21:59:53.234Z+ groupadd -g 12345 build
122026-07-10T21:59:53.234Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-10T21:59:55.239Z+ zfs create -o mountpoint=/work rpool/work
142026-07-10T21:59:55.353Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-10T21:59:55.357Z+ home_fs=zfs
162026-07-10T21:59:55.357Z+ [[ zfs == autofs ]]
172026-07-10T21:59:55.357Z+ mkdir -p /home/build
182026-07-10T21:59:55.360Z+ chown build:build /home/build /work
192026-07-10T21:59:56.359Z+ chmod 0700 /home/build /work
202026-07-10T21:59:56.363Zprocess exited: duration 3141 ms, exit code 0
 
212026-07-10T21:59:56.369Zstarting task 1: "rust-toolchain"
222026-07-10T21:59:56.374Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-10T21:59:56.374Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-10T21:59:56.374Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-10T21:59:56.374Z * rust toolchain channel = "1.96.1"
262026-07-10T21:59:56.374Z * rust toolchain profile = "default"
272026-07-10T21:59:56.374Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-10T21:59:56.377Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-10T21:59:56.377Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-10T21:59:56.438Zinfo: downloading installer
312026-07-10T21:59:57.759Zwarn: It looks like you have an existing rustup settings file at:
322026-07-10T21:59:57.760Zwarn: /home/build/.rustup/settings.toml
332026-07-10T21:59:57.760Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-10T21:59:57.760Zwarn: instead of the one inferred from the default host triple.
352026-07-10T21:59:57.771Zinfo: profile set to default
362026-07-10T21:59:57.771Zinfo: default host triple is x86_64-unknown-illumos
372026-07-10T21:59:57.775Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-10T21:59:57.904Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-10T21:59:57.907Zinfo: downloading 6 components
402026-07-10T22:00:12.113Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-10T22:00:12.113Z
422026-07-10T22:00:12.140Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-10T22:00:12.140Z
442026-07-10T22:00:12.140Z
452026-07-10T22:00:12.140ZRust is installed now. Great!
462026-07-10T22:00:12.140Z
472026-07-10T22:00:12.140ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-10T22:00:12.140Zenvironment variable. This has not been done automatically.
492026-07-10T22:00:12.140Z
502026-07-10T22:00:12.140ZTo configure your current shell, you need to source
512026-07-10T22:00:12.140Zthe corresponding env file under $HOME/.cargo.
522026-07-10T22:00:12.140Z
532026-07-10T22:00:12.140ZThis is usually done by running one of the following (note the leading DOT):
542026-07-10T22:00:12.140Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-10T22:00:12.140Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-10T22:00:12.140Zsource "~/.cargo/env.nu" # For nushell
572026-07-10T22:00:12.140Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-10T22:00:12.140Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-10T22:00:12.140Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-10T22:00:12.147Zwarn: no default linker (`cc`) was found in your PATH
612026-07-10T22:00:12.147Zwarn: many Rust crates require a system C toolchain to build
622026-07-10T22:00:12.251Z+ rustup --version
632026-07-10T22:00:12.255Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-10T22:00:12.255Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-10T22:00:12.274Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-10T22:00:12.277Z+ cargo --version
672026-07-10T22:00:12.285Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-10T22:00:12.288Z+ rustc --version
692026-07-10T22:00:12.308Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-10T22:00:12.311Zprocess exited: duration 15941 ms, exit code 0
 
712026-07-10T22:00:12.317Zstarting task 2: "authentication"
722026-07-10T22:00:12.336Zprocess exited: duration 18 ms, exit code 0
 
732026-07-10T22:00:12.344Zstarting task 3: "clone repository"
742026-07-10T22:00:12.348Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-10T22:00:12.351Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-10T22:00:12.381ZCloning into '/work/oxidecomputer/omicron'...
772026-07-10T22:00:23.570Z+ cd /work/oxidecomputer/omicron
782026-07-10T22:00:23.570Z+ git fetch origin f3f8ff9b46e6f16eb15eaa972ae5312936ab40cf
792026-07-10T22:00:23.857ZFrom https://github.com/oxidecomputer/omicron
802026-07-10T22:00:23.857Z * branch f3f8ff9b46e6f16eb15eaa972ae5312936ab40cf -> FETCH_HEAD
812026-07-10T22:00:23.889Z+ [[ -n eliza/inherit-lock ]]
822026-07-10T22:00:23.895Z++ git branch --show-current
832026-07-10T22:00:23.895Z+ current=main
842026-07-10T22:00:23.895Z+ [[ main != eliza/inherit-lock ]]
852026-07-10T22:00:23.895Z+ git branch -f eliza/inherit-lock f3f8ff9b46e6f16eb15eaa972ae5312936ab40cf
862026-07-10T22:00:23.895Z+ git checkout -f eliza/inherit-lock
872026-07-10T22:00:24.109ZSwitched to branch 'eliza/inherit-lock'
882026-07-10T22:00:24.112Z+ git reset --hard f3f8ff9b46e6f16eb15eaa972ae5312936ab40cf
892026-07-10T22:00:24.334ZHEAD is now at f3f8ff9b4 fix some related incorrect comments while we're here
902026-07-10T22:00:24.338Zprocess exited: duration 11994 ms, exit code 0
 
912026-07-10T22:00:24.345Zstarting task 4: "build"
922026-07-10T22:00:24.349Z+ source .github/buildomat/ci-env.sh
932026-07-10T22:00:24.352Z++ export CARGO_TERM_COLOR=always
942026-07-10T22:00:24.352Z++ CARGO_TERM_COLOR=always
952026-07-10T22:00:24.352Z+++ uname -s
962026-07-10T22:00:24.352Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-10T22:00:24.352Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-10T22:00:24.355Z+ cargo --version
992026-07-10T22:00:24.365Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-10T22:00:24.369Z+ rustc --version
1012026-07-10T22:00:24.389Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-10T22:00:24.393Z+ WORK=/work
1032026-07-10T22:00:24.393Z+ pfexec mkdir -p /work
1042026-07-10T22:00:24.396Z+ pfexec chown build /work
1052026-07-10T22:00:24.401Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-10T22:00:26.004Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-10T22:00:26.119Z Startup: Caching catalogs ... Done
1082026-07-10T22:00:26.624ZPlanning: Solver setup ... Done (0.449s)
1092026-07-10T22:00:26.651ZPlanning: Running solver ... Done (0.028s)
1102026-07-10T22:00:26.663ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-10T22:00:26.676ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-10T22:00:26.693ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-10T22:00:26.707ZPlanning: Package planning ... Done (0.014s)
1142026-07-10T22:00:26.710ZPlanning: Merging actions ... Done (0.001s)
1152026-07-10T22:00:26.879ZPlanning: Checking for conflicting actions ... Done (0.171s)
1162026-07-10T22:00:26.883ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-10T22:00:27.746ZPlanning: Evaluating mediators ... Done (0.865s)
1182026-07-10T22:00:27.749ZPlanning: Planning completed in 1.60 seconds
1192026-07-10T22:00:27.755Z Packages to install: 2
1202026-07-10T22:00:27.755Z Estimated space available: 156.06 GB
1212026-07-10T22:00:27.755ZEstimated space to be consumed: 31.27 MB
1222026-07-10T22:00:27.755Z Create boot environment: No
1232026-07-10T22:00:27.755ZCreate backup boot environment: No
1242026-07-10T22:00:27.759Z Rebuild boot archive: No
1252026-07-10T22:00:27.759Z
1262026-07-10T22:00:27.759ZChanged packages:
1272026-07-10T22:00:27.759Zhelios
1282026-07-10T22:00:27.759Z developer/build-essential
1292026-07-10T22:00:27.760Z None -> 11-3.0
1302026-07-10T22:00:27.760Z library/libxmlsec1
1312026-07-10T22:00:27.760Z None -> 1.2.35-3.0
1322026-07-10T22:00:27.781Z
1332026-07-10T22:00:27.782ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-10T22:00:28.318ZDownload: Completed 1.28 MB in 0.54 seconds (2.4M/s)
1352026-07-10T22:00:28.396Z Actions: 1/268 actions (Installing new actions)
1362026-07-10T22:00:28.434Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-10T22:00:28.445ZFinalize: Updating package state database ... Done (0.010s)
1382026-07-10T22:00:28.445ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-10T22:00:28.474ZFinalize: Updating image state ... Done (0.029s)
1402026-07-10T22:00:31.094ZFinalize: Creating fast lookup database ... Done (2.594s)
1412026-07-10T22:00:31.165ZFinalize: Reading search index ... Done (0.013s)
1422026-07-10T22:00:31.169ZFinalize: Updating search index ... Done (0.000s)
1432026-07-10T22:00:31.252ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-10T22:00:31.573ZPlanning: Evaluating mediator changes ... Done
1452026-07-10T22:00:31.680ZPlanning: Checking for conflicting actions ... Done
1462026-07-10T22:00:31.685ZPlanning: Consolidating action changes ... Done
1472026-07-10T22:00:31.835ZPlanning: Evaluating mediators ... Done
1482026-07-10T22:00:31.838ZPlanning: Planning completed in 0.26 seconds
1492026-07-10T22:00:31.859Z Mediators to change: 2
1502026-07-10T22:00:31.859Z Create boot environment: No
1512026-07-10T22:00:31.859ZCreate backup boot environment: No
1522026-07-10T22:00:31.921ZFinalize: Updating package state database ... Done
1532026-07-10T22:00:31.921ZFinalize: Updating package cache ... Done
1542026-07-10T22:00:31.940ZFinalize: Updating image state ... Done
1552026-07-10T22:00:33.961ZFinalize: Creating fast lookup database ... Done
1562026-07-10T22:00:34.022ZFinalize: Reading search index ... Done
1572026-07-10T22:00:34.029ZFinalize: Updating search index ... Done
1582026-07-10T22:00:34.122ZFinalize: Updating package cache ... Done
1592026-07-10T22:00:34.417ZPlanning: Evaluating mediator changes ... Done
1602026-07-10T22:00:34.520ZPlanning: Checking for conflicting actions ... Done
1612026-07-10T22:00:34.523ZPlanning: Consolidating action changes ... Done
1622026-07-10T22:00:34.676ZPlanning: Evaluating mediators ... Done
1632026-07-10T22:00:34.679ZPlanning: Planning completed in 0.26 seconds
1642026-07-10T22:00:34.699Z Mediators to change: 1
1652026-07-10T22:00:34.699Z Create boot environment: No
1662026-07-10T22:00:34.699ZCreate backup boot environment: No
1672026-07-10T22:00:34.753ZFinalize: Updating package state database ... Done
1682026-07-10T22:00:34.753ZFinalize: Updating package cache ... Done
1692026-07-10T22:00:34.772ZFinalize: Updating image state ... Done
1702026-07-10T22:00:36.717ZFinalize: Creating fast lookup database ... Done
1712026-07-10T22:00:36.776ZFinalize: Reading search index ... Done
1722026-07-10T22:00:36.779ZFinalize: Updating search index ... Done
1732026-07-10T22:00:36.856ZFinalize: Updating package cache ... Done
1742026-07-10T22:00:37.169ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-10T22:00:37.169Zapache system 2.4 system
1762026-07-10T22:00:37.169Zclang system 15 system
1772026-07-10T22:00:37.169Zcsh system system illumos
1782026-07-10T22:00:37.169Zctags system system illumos
1792026-07-10T22:00:37.169Zfile vendor vendor darwinsys
1802026-07-10T22:00:37.169Zfile system system illumos
1812026-07-10T22:00:37.169Zgcc vendor 14 vendor
1822026-07-10T22:00:37.169Zgcc system 13 system
1832026-07-10T22:00:37.169Zgcc system 10 system
1842026-07-10T22:00:37.169Zgo system 1.25 system
1852026-07-10T22:00:37.169Zllvm system 15 system
1862026-07-10T22:00:37.171Zmariadb system 11.4 system
1872026-07-10T22:00:37.171Zmta vendor vendor dma
1882026-07-10T22:00:37.171Zopenjdk system 17 system
1892026-07-10T22:00:37.171Zopenjdk system 11 system
1902026-07-10T22:00:37.171Zopenssl vendor 3 vendor
1912026-07-10T22:00:37.171Zperl system 5.40 system
1922026-07-10T22:00:37.171Zpostgresql system 18 system
1932026-07-10T22:00:37.171Zpostgresql system 17 system
1942026-07-10T22:00:37.171Zpython vendor 3 vendor
1952026-07-10T22:00:37.171Zpython system 2 system
1962026-07-10T22:00:37.171Zpython3 vendor 3.13 vendor
1972026-07-10T22:00:37.171Zruby system 3.4 system
1982026-07-10T22:00:37.171Zruby system 3.0 system
1992026-07-10T22:00:37.171Zwords vendor vendor american-english
2002026-07-10T22:00:37.172Zwords system system australian-english
2012026-07-10T22:00:37.172Zwords system system british-english
2022026-07-10T22:00:37.172Zwords system system canadian-english
2032026-07-10T22:00:37.172Zwords system system french
2042026-07-10T22:00:37.172Zwords system system italian
2052026-07-10T22:00:37.172Zwords system system ngerman
2062026-07-10T22:00:37.172Zwords system system ogerman
2072026-07-10T22:00:37.172Zwords system system spanish
2082026-07-10T22:00:37.424ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-10T22:00:37.424Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-10T22:00:37.740ZFMRI IFO
2112026-07-10T22:00:37.740Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-10T22:00:37.740Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-10T22:00:37.740Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-10T22:00:37.740Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-10T22:00:37.740Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-10T22:00:37.740Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-10T22:00:37.740Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-10T22:00:37.740Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-10T22:00:37.740Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-10T22:00:37.996Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-10T22:00:38.267Z Updating crates.io index
2222026-07-10T22:00:38.270Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-10T22:00:38.491Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-10T22:00:38.791Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-10T22:00:39.649Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-10T22:00:40.101Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-10T22:00:41.645Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-10T22:00:42.399Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-10T22:00:42.633Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-10T22:00:42.927Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-10T22:00:43.937Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-10T22:00:44.182Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-10T22:00:44.462Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-10T22:00:44.676Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-10T22:00:45.071Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-10T22:00:45.551Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-10T22:00:45.784Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-10T22:00:46.002Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-10T22:00:46.264Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-10T22:00:46.570Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-10T22:00:46.944Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-10T22:00:47.174Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-10T22:00:47.412Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-10T22:00:47.754Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-10T22:00:48.068Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-10T22:00:48.315Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-10T22:00:48.679Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-10T22:00:48.904Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2492026-07-10T22:00:49.170Z Updating git repository `https://github.com/oxidecomputer/ispf`
2502026-07-10T22:00:49.409Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2512026-07-10T22:00:49.640Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2522026-07-10T22:00:49.971Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2532026-07-10T22:00:50.333Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2542026-07-10T22:00:50.745Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2552026-07-10T22:00:51.031Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-07-10T22:00:51.251Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2572026-07-10T22:00:51.507Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2582026-07-10T22:00:51.970Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2592026-07-10T22:00:52.219Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2602026-07-10T22:00:52.488Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2612026-07-10T22:00:52.715Z Updating git repository `https://github.com/illumos/smf-rs`
2622026-07-10T22:00:55.390Z Downloading crates ...
2632026-07-10T22:00:55.439Z Downloaded errno v0.3.14
2642026-07-10T22:00:55.443Z Downloaded heck v0.5.0
2652026-07-10T22:00:55.443Z Downloaded dtrace-parser v0.2.0
2662026-07-10T22:00:55.448Z Downloaded clap_lex v1.0.0
2672026-07-10T22:00:55.452Z Downloaded autocfg v1.5.0
2682026-07-10T22:00:55.455Z Downloaded anstream v1.0.0
2692026-07-10T22:00:55.458Z Downloaded anstyle-parse v1.0.0
2702026-07-10T22:00:55.461Z Downloaded strsim v0.11.1
2712026-07-10T22:00:55.461Z Downloaded pretty-hex v0.4.1
2722026-07-10T22:00:55.461Z Downloaded zmij v1.0.21
2732026-07-10T22:00:55.464Z Downloaded block-buffer v0.10.4
2742026-07-10T22:00:55.470Z Downloaded zerocopy v0.7.35
2752026-07-10T22:00:55.479Z Downloaded itoa v1.0.17
2762026-07-10T22:00:55.482Z Downloaded generic-array v0.14.7
2772026-07-10T22:00:55.482Z Downloaded cargo-platform v0.3.2
2782026-07-10T22:00:55.482Z Downloaded crypto-common v0.1.7
2792026-07-10T22:00:55.482Z Downloaded colorchoice v1.0.4
2802026-07-10T22:00:55.486Z Downloaded is_terminal_polyfill v1.70.2
2812026-07-10T22:00:55.486Z Downloaded usdt-impl v0.5.0
2822026-07-10T22:00:55.486Z Downloaded thiserror-impl v2.0.18
2832026-07-10T22:00:55.490Z Downloaded anstyle v1.0.14
2842026-07-10T22:00:55.493Z Downloaded cpufeatures v0.2.17
2852026-07-10T22:00:55.497Z Downloaded anstyle-query v1.1.5
2862026-07-10T22:00:55.497Z Downloaded equivalent v1.0.2
2872026-07-10T22:00:55.497Z Downloaded cfg-if v1.0.4
2882026-07-10T22:00:55.504Z Downloaded thread-id v4.2.2
2892026-07-10T22:00:55.507Z Downloaded fnv v1.0.7
2902026-07-10T22:00:55.511Z Downloaded memmap v0.7.0
2912026-07-10T22:00:55.514Z Downloaded byteorder v1.5.0
2922026-07-10T22:00:55.517Z Downloaded fastrand v2.3.0
2932026-07-10T22:00:55.523Z Downloaded once_cell v1.21.3
2942026-07-10T22:00:55.523Z Downloaded digest v0.10.7
2952026-07-10T22:00:55.526Z Downloaded bitflags v2.11.0
2962026-07-10T22:00:55.526Z Downloaded anyhow v1.0.102
2972026-07-10T22:00:55.526Z Downloaded tabled_derive v0.7.0
2982026-07-10T22:00:55.529Z Downloaded scroll_derive v0.12.1
2992026-07-10T22:00:55.529Z Downloaded utf8parse v0.2.2
3002026-07-10T22:00:55.530Z Downloaded bytecount v0.6.9
3012026-07-10T22:00:55.536Z Downloaded swrite v0.1.0
3022026-07-10T22:00:55.540Z Downloaded toml_datetime v0.6.11
3032026-07-10T22:00:55.540Z Downloaded unicode-linebreak v0.1.5
3042026-07-10T22:00:55.544Z Downloaded heck v0.4.1
3052026-07-10T22:00:55.544Z Downloaded usdt-attr-macro v0.5.0
3062026-07-10T22:00:55.547Z Downloaded serde_spanned v0.6.9
3072026-07-10T22:00:55.551Z Downloaded proc-macro-error-attr v1.0.4
3082026-07-10T22:00:55.556Z Downloaded version_check v0.9.5
3092026-07-10T22:00:55.559Z Downloaded toml_write v0.1.2
3102026-07-10T22:00:55.559Z Downloaded smawk v0.3.2
3112026-07-10T22:00:55.559Z Downloaded plain v0.2.3
3122026-07-10T22:00:55.563Z Downloaded usdt v0.5.0
3132026-07-10T22:00:55.567Z Downloaded usdt-macro v0.5.0
3142026-07-10T22:00:55.567Z Downloaded dof v0.3.0
3152026-07-10T22:00:55.567Z Downloaded terminal_size v0.4.3
3162026-07-10T22:00:55.567Z Downloaded fs-err v3.3.0
3172026-07-10T22:00:55.571Z Downloaded cargo_toml v0.21.0
3182026-07-10T22:00:55.571Z Downloaded thiserror-impl v1.0.69
3192026-07-10T22:00:55.575Z Downloaded cargo_metadata v0.23.1
3202026-07-10T22:00:55.579Z Downloaded camino-tempfile v1.4.1
3212026-07-10T22:00:55.583Z Downloaded thiserror v1.0.69
3222026-07-10T22:00:55.587Z Downloaded thiserror v2.0.18
3232026-07-10T22:00:55.593Z Downloaded pest_meta v2.8.6
3242026-07-10T22:00:55.593Z Downloaded camino v1.2.2
3252026-07-10T22:00:55.594Z Downloaded macaddr v1.0.1
3262026-07-10T22:00:55.607Z Downloaded quote v1.0.45
3272026-07-10T22:00:55.613Z Downloaded scroll v0.12.0
3282026-07-10T22:00:55.619Z Downloaded proc-macro2 v1.0.106
3292026-07-10T22:00:55.623Z Downloaded papergrid v0.11.0
3302026-07-10T22:00:55.626Z Downloaded ucd-trie v0.1.7
3312026-07-10T22:00:55.627Z Downloaded sha2 v0.10.9
3322026-07-10T22:00:55.627Z Downloaded clap_derive v4.6.1
3332026-07-10T22:00:55.630Z Downloaded clap v4.6.1
3342026-07-10T22:00:55.633Z Downloaded serde_tokenstream v0.2.3
3352026-07-10T22:00:55.633Z Downloaded pest_generator v2.8.6
3362026-07-10T22:00:55.633Z Downloaded toml v0.8.23
3372026-07-10T22:00:55.637Z Downloaded zerocopy-derive v0.7.35
3382026-07-10T22:00:55.637Z Downloaded semver v1.0.28
3392026-07-10T22:00:55.640Z Downloaded proc-macro-error v1.0.4
3402026-07-10T22:00:55.640Z Downloaded pest_derive v2.8.6
3412026-07-10T22:00:55.643Z Downloaded tempfile v3.25.0
3422026-07-10T22:00:55.643Z Downloaded getrandom v0.4.1
3432026-07-10T22:00:55.648Z Downloaded log v0.4.29
3442026-07-10T22:00:55.653Z Downloaded serde_core v1.0.228
3452026-07-10T22:00:55.656Z Downloaded unicode-ident v1.0.24
3462026-07-10T22:00:55.660Z Downloaded serde_derive v1.0.228
3472026-07-10T22:00:55.675Z Downloaded toml_edit v0.22.27
3482026-07-10T22:00:55.680Z Downloaded serde v1.0.228
3492026-07-10T22:00:55.685Z Downloaded memchr v2.8.0
3502026-07-10T22:00:55.691Z Downloaded pest v2.8.6
3512026-07-10T22:00:55.698Z Downloaded textwrap v0.16.2
3522026-07-10T22:00:55.715Z Downloaded indexmap v2.14.0
3532026-07-10T22:00:55.719Z Downloaded typenum v1.20.1
3542026-07-10T22:00:55.732Z Downloaded goblin v0.8.2
3552026-07-10T22:00:55.742Z Downloaded serde_json v1.0.150
3562026-07-10T22:00:55.746Z Downloaded hashbrown v0.17.0
3572026-07-10T22:00:55.766Z Downloaded clap_builder v4.6.0
3582026-07-10T22:00:55.772Z Downloaded winnow v0.7.14
3592026-07-10T22:00:55.777Z Downloaded tabled v0.15.0
3602026-07-10T22:00:55.786Z Downloaded syn v1.0.109
3612026-07-10T22:00:55.793Z Downloaded unicode-width v0.2.0
3622026-07-10T22:00:55.800Z Downloaded unicode-width v0.1.14
3632026-07-10T22:00:55.807Z Downloaded syn v2.0.117
3642026-07-10T22:00:55.817Z Downloaded rustix v1.1.3
3652026-07-10T22:00:55.844Z Downloaded libc v0.2.185
3662026-07-10T22:00:55.906Z Compiling proc-macro2 v1.0.106
3672026-07-10T22:00:55.910Z Compiling unicode-ident v1.0.24
3682026-07-10T22:00:55.911Z Compiling quote v1.0.45
3692026-07-10T22:00:55.911Z Compiling serde_core v1.0.228
3702026-07-10T22:00:55.911Z Compiling libc v0.2.185
3712026-07-10T22:00:55.911Z Compiling version_check v0.9.5
3722026-07-10T22:00:55.911Z Compiling memchr v2.8.0
3732026-07-10T22:00:55.911Z Compiling serde v1.0.228
3742026-07-10T22:00:55.911Z Compiling zmij v1.0.21
3752026-07-10T22:00:55.911Z Compiling ucd-trie v0.1.7
3762026-07-10T22:00:55.911Z Compiling itoa v1.0.17
3772026-07-10T22:00:56.100Z Compiling thiserror v1.0.69
3782026-07-10T22:00:56.116Z Compiling byteorder v1.5.0
3792026-07-10T22:00:56.161Z Compiling rustix v1.1.3
3802026-07-10T22:00:56.322Z Compiling bitflags v2.11.0
3812026-07-10T22:00:56.502Z Compiling serde_json v1.0.150
3822026-07-10T22:00:56.541Z Compiling pest v2.8.6
3832026-07-10T22:00:56.556Z Compiling camino v1.2.2
3842026-07-10T22:00:56.560Z Compiling proc-macro-error-attr v1.0.4
3852026-07-10T22:00:56.572Z Compiling usdt-impl v0.5.0
3862026-07-10T22:00:56.647Z Compiling syn v1.0.109
3872026-07-10T22:00:56.767Z Compiling proc-macro-error v1.0.4
3882026-07-10T22:00:56.803Z Compiling equivalent v1.0.2
3892026-07-10T22:00:56.915Z Compiling getrandom v0.4.1
3902026-07-10T22:00:56.943Z Compiling log v0.4.29
3912026-07-10T22:00:56.943Z Compiling utf8parse v0.2.2
3922026-07-10T22:00:57.019Z Compiling hashbrown v0.17.0
3932026-07-10T22:00:57.037Z Compiling plain v0.2.3
3942026-07-10T22:00:57.072Z Compiling anstyle-query v1.1.5
3952026-07-10T22:00:57.139Z Compiling anstyle-parse v1.0.0
3962026-07-10T22:00:57.161Z Compiling winnow v0.7.14
3972026-07-10T22:00:57.161Z Compiling anstyle v1.0.14
3982026-07-10T22:00:57.198Z Compiling errno v0.3.14
3992026-07-10T22:00:57.216Z Compiling thread-id v4.2.2
4002026-07-10T22:00:57.216Z Compiling colorchoice v1.0.4
4012026-07-10T22:00:57.256Z Compiling thiserror v2.0.18
4022026-07-10T22:00:57.273Z Compiling autocfg v1.5.0
4032026-07-10T22:00:57.299Z Compiling cfg-if v1.0.4
4042026-07-10T22:00:57.320Z Compiling toml_write v0.1.2
4052026-07-10T22:00:57.390Z Compiling is_terminal_polyfill v1.70.2
4062026-07-10T22:00:57.421Z Compiling pretty-hex v0.4.1
4072026-07-10T22:00:57.436Z Compiling anyhow v1.0.102
4082026-07-10T22:00:57.461Z Compiling fnv v1.0.7
4092026-07-10T22:00:57.525Z Compiling anstream v1.0.0
4102026-07-10T22:00:57.558Z Compiling indexmap v2.14.0
4112026-07-10T22:00:57.617Z Compiling heck v0.5.0
4122026-07-10T22:00:57.638Z Compiling unicode-width v0.1.14
4132026-07-10T22:00:57.638Z Compiling heck v0.4.1
4142026-07-10T22:00:57.652Z Compiling pest_meta v2.8.6
4152026-07-10T22:00:57.773Z Compiling syn v2.0.117
4162026-07-10T22:00:57.806Z Compiling fs-err v3.3.0
4172026-07-10T22:00:57.857Z Compiling clap_lex v1.0.0
4182026-07-10T22:00:57.873Z Compiling bytecount v0.6.9
4192026-07-10T22:00:57.897Z Compiling strsim v0.11.1
4202026-07-10T22:00:57.917Z Compiling fastrand v2.3.0
4212026-07-10T22:00:57.923Z Compiling once_cell v1.21.3
4222026-07-10T22:00:58.028Z Compiling papergrid v0.11.0
4232026-07-10T22:00:58.108Z Compiling memmap v0.7.0
4242026-07-10T22:00:58.173Z Compiling smawk v0.3.2
4252026-07-10T22:00:58.188Z Compiling unicode-linebreak v0.1.5
4262026-07-10T22:00:58.207Z Compiling unicode-width v0.2.0
4272026-07-10T22:00:58.248Z Compiling terminal_size v0.4.3
4282026-07-10T22:00:58.274Z Compiling tempfile v3.25.0
4292026-07-10T22:00:58.326Z Compiling swrite v0.1.0
4302026-07-10T22:00:58.435Z Compiling clap_builder v4.6.0
4312026-07-10T22:00:58.454Z Compiling semver v1.0.28
4322026-07-10T22:00:58.511Z Compiling cargo-platform v0.3.2
4332026-07-10T22:00:58.528Z Compiling textwrap v0.16.2
4342026-07-10T22:00:58.677Z Compiling camino-tempfile v1.4.1
4352026-07-10T22:00:59.190Z Compiling tabled_derive v0.7.0
4362026-07-10T22:00:59.975Z Compiling tabled v0.15.0
4372026-07-10T22:00:59.986Z Compiling pest_generator v2.8.6
4382026-07-10T22:01:00.412Z Compiling serde_derive v1.0.228
4392026-07-10T22:01:00.415Z Compiling thiserror-impl v1.0.69
4402026-07-10T22:01:00.416Z Compiling zerocopy-derive v0.7.35
4412026-07-10T22:01:00.416Z Compiling scroll_derive v0.12.1
4422026-07-10T22:01:00.416Z Compiling thiserror-impl v2.0.18
4432026-07-10T22:01:00.416Z Compiling clap_derive v4.6.1
4442026-07-10T22:01:00.504Z Compiling pest_derive v2.8.6
4452026-07-10T22:01:01.047Z Compiling scroll v0.12.0
4462026-07-10T22:01:01.179Z Compiling zerocopy v0.7.35
4472026-07-10T22:01:01.261Z Compiling goblin v0.8.2
4482026-07-10T22:01:01.438Z Compiling dtrace-parser v0.2.0
4492026-07-10T22:01:01.766Z Compiling clap v4.6.1
4502026-07-10T22:01:02.845Z Compiling dof v0.3.0
4512026-07-10T22:01:02.846Z Compiling serde_tokenstream v0.2.3
4522026-07-10T22:01:02.861Z Compiling serde_spanned v0.6.9
4532026-07-10T22:01:02.865Z Compiling toml_datetime v0.6.11
4542026-07-10T22:01:02.865Z Compiling cargo_metadata v0.23.1
4552026-07-10T22:01:02.865Z Compiling macaddr v1.0.1
4562026-07-10T22:01:02.877Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4572026-07-10T22:01:03.112Z Compiling toml_edit v0.22.27
4582026-07-10T22:01:03.527Z Compiling usdt-macro v0.5.0
4592026-07-10T22:01:03.531Z Compiling usdt-attr-macro v0.5.0
4602026-07-10T22:01:04.150Z Compiling usdt v0.5.0
4612026-07-10T22:01:04.354Z Compiling toml v0.8.23
4622026-07-10T22:01:04.669Z Compiling cargo_toml v0.21.0
4632026-07-10T22:01:05.959Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4642026-07-10T22:01:07.970Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.14s
4652026-07-10T22:01:08.198Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4662026-07-10T22:01:08.742Z Downloading crates ...
4672026-07-10T22:01:08.819Z Downloaded base16ct v1.0.0
4682026-07-10T22:01:08.824Z Downloaded async-stream v0.3.6
4692026-07-10T22:01:08.827Z Downloaded aead v0.6.1
4702026-07-10T22:01:08.827Z Downloaded argon2 v0.6.0-rc.8
4712026-07-10T22:01:08.827Z Downloaded ascii-canvas v3.0.0
4722026-07-10T22:01:08.827Z Downloaded arrayref v0.3.9
4732026-07-10T22:01:08.831Z Downloaded ahash v0.8.12
4742026-07-10T22:01:08.831Z Downloaded bcs v0.1.6
4752026-07-10T22:01:08.831Z Downloaded blake2 v0.10.6
4762026-07-10T22:01:08.835Z Downloaded crucible-workspace-hack v0.1.0
4772026-07-10T22:01:08.835Z Downloaded crunchy v0.2.4
4782026-07-10T22:01:08.835Z Downloaded array-init v0.0.4
4792026-07-10T22:01:08.835Z Downloaded dunce v1.0.5
4802026-07-10T22:01:08.839Z Downloaded adler2 v2.0.1
4812026-07-10T22:01:08.839Z Downloaded crc v3.4.0
4822026-07-10T22:01:08.842Z Downloaded convert_case v0.10.0
4832026-07-10T22:01:08.845Z Downloaded atty v0.2.14
4842026-07-10T22:01:08.849Z Downloaded const_format v0.2.35
4852026-07-10T22:01:08.853Z Downloaded crypto-bigint v0.5.5
4862026-07-10T22:01:08.856Z Downloaded csv-core v0.1.13
4872026-07-10T22:01:08.857Z Downloaded crc-catalog v2.4.0
4882026-07-10T22:01:08.857Z Downloaded atomicwrites v0.4.4
4892026-07-10T22:01:08.861Z Downloaded critical-section v1.2.0
4902026-07-10T22:01:08.861Z Downloaded defmt v0.3.100
4912026-07-10T22:01:08.861Z Downloaded crypto-common v0.2.2
4922026-07-10T22:01:08.864Z Downloaded arc-swap v1.8.2
4932026-07-10T22:01:08.864Z Downloaded darling v0.13.4
4942026-07-10T22:01:08.868Z Downloaded data-encoding v2.10.0
4952026-07-10T22:01:08.868Z Downloaded darling_macro v0.23.0
4962026-07-10T22:01:08.872Z Downloaded darling_macro v0.21.3
4972026-07-10T22:01:08.872Z Downloaded cstr-argument v0.1.2
4982026-07-10T22:01:08.872Z Downloaded dtrace-parser v0.3.0
4992026-07-10T22:01:08.872Z Downloaded darling_macro v0.20.11
5002026-07-10T22:01:08.876Z Downloaded ctutils v0.4.2
5012026-07-10T22:01:08.876Z Downloaded async-recursion v1.1.1
5022026-07-10T22:01:08.879Z Downloaded async-trait v0.1.89
5032026-07-10T22:01:08.879Z Downloaded embedded-io v0.4.0
5042026-07-10T22:01:08.883Z Downloaded ecdsa v0.17.0-rc.18
5052026-07-10T22:01:08.883Z Downloaded darling_core v0.23.0
5062026-07-10T22:01:08.887Z Downloaded async-bb8-diesel v0.2.1
5072026-07-10T22:01:08.887Z Downloaded daft v0.1.7
5082026-07-10T22:01:08.891Z Downloaded crossbeam-epoch v0.9.18
5092026-07-10T22:01:08.891Z Downloaded bit-set v0.5.3
5102026-07-10T22:01:08.891Z Downloaded bcrypt-pbkdf v0.11.0
5112026-07-10T22:01:08.895Z Downloaded diesel_table_macro_syntax v0.3.0
5122026-07-10T22:01:08.895Z Downloaded derive_builder_macro v0.20.2
5132026-07-10T22:01:08.895Z Downloaded darling_macro v0.13.4
5142026-07-10T22:01:08.895Z Downloaded darling v0.23.0
5152026-07-10T22:01:08.898Z Downloaded embedded-io v0.6.1
5162026-07-10T22:01:08.902Z Downloaded downcast-rs v2.0.2
5172026-07-10T22:01:08.902Z Downloaded compression-core v0.4.31
5182026-07-10T22:01:08.902Z Downloaded block-padding v0.4.2
5192026-07-10T22:01:08.902Z Downloaded bitfield-struct v0.6.2
5202026-07-10T22:01:08.905Z Downloaded display-error-chain v0.2.2
5212026-07-10T22:01:08.905Z Downloaded assert_matches v1.5.0
5222026-07-10T22:01:08.906Z Downloaded ciborium-ll v0.2.2
5232026-07-10T22:01:08.906Z Downloaded castaway v0.2.4
5242026-07-10T22:01:08.910Z Downloaded bitflags v1.3.2
5252026-07-10T22:01:08.910Z Downloaded anstyle-parse v0.2.7
5262026-07-10T22:01:08.911Z Downloaded backoff v0.4.0
5272026-07-10T22:01:08.914Z Downloaded curve25519-dalek-derive v0.1.1
5282026-07-10T22:01:08.914Z Downloaded bitfield-macros v0.19.4
5292026-07-10T22:01:08.914Z Downloaded base16ct v0.2.0
5302026-07-10T22:01:08.914Z Downloaded aes-gcm v0.11.0
5312026-07-10T22:01:08.919Z Downloaded ctr v0.10.1
5322026-07-10T22:01:08.919Z Downloaded cpufeatures v0.3.0
5332026-07-10T22:01:08.922Z Downloaded block-buffer v0.12.1
5342026-07-10T22:01:08.922Z Downloaded bit-set v0.8.0
5352026-07-10T22:01:08.922Z Downloaded bit-vec v0.8.0
5362026-07-10T22:01:08.922Z Downloaded dropshot-api-manager-types v0.7.2
5372026-07-10T22:01:08.926Z Downloaded anstream v0.6.21
5382026-07-10T22:01:08.926Z Downloaded argon2 v0.5.3
5392026-07-10T22:01:08.926Z Downloaded cfg_aliases v0.2.1
5402026-07-10T22:01:08.926Z Downloaded ciborium-io v0.2.2
5412026-07-10T22:01:08.931Z Downloaded crc-any v2.5.0
5422026-07-10T22:01:08.931Z Downloaded crossbeam-deque v0.8.6
5432026-07-10T22:01:08.931Z Downloaded cookie v0.18.1
5442026-07-10T22:01:08.934Z Downloaded crossbeam-utils v0.8.21
5452026-07-10T22:01:08.934Z Downloaded endian-type v0.1.2
5462026-07-10T22:01:08.934Z Downloaded dirs-sys-next v0.1.2
5472026-07-10T22:01:08.934Z Downloaded bb8 v0.8.6
5482026-07-10T22:01:08.941Z Downloaded debug-ignore v1.0.5
5492026-07-10T22:01:08.941Z Downloaded crc8 v0.1.1
5502026-07-10T22:01:08.941Z Downloaded crc32fast v1.5.0
5512026-07-10T22:01:08.944Z Downloaded cpubits v0.1.1
5522026-07-10T22:01:08.944Z Downloaded convert_case v0.4.0
5532026-07-10T22:01:08.944Z Downloaded dsl_auto_type v0.2.0
5542026-07-10T22:01:08.944Z Downloaded atomic-waker v1.1.2
5552026-07-10T22:01:08.944Z Downloaded async-stream-impl v0.3.6
5562026-07-10T22:01:08.944Z Downloaded aead v0.5.2
5572026-07-10T22:01:08.945Z Downloaded cfg_aliases v0.1.1
5582026-07-10T22:01:08.948Z Downloaded dyn-clone v1.0.20
5592026-07-10T22:01:08.948Z Downloaded document-features v0.2.12
5602026-07-10T22:01:08.948Z Downloaded fd-lock v4.0.4
5612026-07-10T22:01:08.953Z Downloaded defmt-parser v1.0.0
5622026-07-10T22:01:08.953Z Downloaded cobs v0.3.0
5632026-07-10T22:01:08.953Z Downloaded dof v0.4.0
5642026-07-10T22:01:08.956Z Downloaded flagset v0.4.7
5652026-07-10T22:01:08.956Z Downloaded fixedbitset v0.4.2
5662026-07-10T22:01:08.956Z Downloaded bit-vec v0.6.3
5672026-07-10T22:01:08.960Z Downloaded dirs-next v2.0.0
5682026-07-10T22:01:08.960Z Downloaded bitfield v0.19.4
5692026-07-10T22:01:08.960Z Downloaded base64ct v1.8.3
5702026-07-10T22:01:08.963Z Downloaded constant_time_eq v0.4.2
5712026-07-10T22:01:08.963Z Downloaded difflib v0.4.0
5722026-07-10T22:01:08.963Z Downloaded foreign-types-shared v0.3.1
5732026-07-10T22:01:08.968Z Downloaded foreign-types v0.3.2
5742026-07-10T22:01:08.968Z Downloaded float-cmp v0.10.0
5752026-07-10T22:01:08.968Z Downloaded form_urlencoded v1.2.2
5762026-07-10T22:01:08.968Z Downloaded foreign-types-shared v0.1.1
5772026-07-10T22:01:08.968Z Downloaded float-ord v0.3.2
5782026-07-10T22:01:08.973Z Downloaded futures-core v0.3.32
5792026-07-10T22:01:08.973Z Downloaded cipher v0.4.4
5802026-07-10T22:01:08.977Z Downloaded futures-macro v0.3.32
5812026-07-10T22:01:08.980Z Downloaded funty v2.0.0
5822026-07-10T22:01:08.980Z Downloaded env_filter v1.0.0
5832026-07-10T22:01:08.980Z Downloaded arrayvec v0.7.6
5842026-07-10T22:01:08.980Z Downloaded foreign-types v0.5.0
5852026-07-10T22:01:08.985Z Downloaded gethostname v0.5.0
5862026-07-10T22:01:08.985Z Downloaded fxhash v0.2.1
5872026-07-10T22:01:08.985Z Downloaded futures-io v0.3.32
5882026-07-10T22:01:08.985Z Downloaded der_derive v0.7.3
5892026-07-10T22:01:08.985Z Downloaded globwalk v0.9.1
5902026-07-10T22:01:08.989Z Downloaded delegate v0.13.5
5912026-07-10T22:01:08.989Z Downloaded defmt v1.0.1
5922026-07-10T22:01:08.989Z Downloaded ed25519 v2.2.3
5932026-07-10T22:01:08.989Z Downloaded deranged v0.5.8
5942026-07-10T22:01:08.992Z Downloaded digest v0.11.3
5952026-07-10T22:01:08.993Z Downloaded daft-derive v0.1.7
5962026-07-10T22:01:08.996Z Downloaded hex-literal v1.1.0
5972026-07-10T22:01:08.996Z Downloaded hex v0.4.3
5982026-07-10T22:01:08.996Z Downloaded futures-task v0.3.32
5992026-07-10T22:01:09.001Z Downloaded derive_builder v0.20.2
6002026-07-10T22:01:09.001Z Downloaded darling v0.21.3
6012026-07-10T22:01:09.007Z Downloaded ghash v0.6.0
6022026-07-10T22:01:09.009Z Downloaded derive-where v1.6.0
6032026-07-10T22:01:09.009Z Downloaded cassowary v0.3.0
6042026-07-10T22:01:09.012Z Downloaded hash32 v0.3.1
6052026-07-10T22:01:09.013Z Downloaded hash32 v0.2.1
6062026-07-10T22:01:09.013Z Downloaded git-stub v1.0.0
6072026-07-10T22:01:09.013Z Downloaded byte-wrapper v0.1.0
6082026-07-10T22:01:09.013Z Downloaded headers-core v0.3.0
6092026-07-10T22:01:09.013Z Downloaded cmov v0.5.4
6102026-07-10T22:01:09.018Z Downloaded cmake v0.1.57
6112026-07-10T22:01:09.018Z Downloaded cipher v0.5.2
6122026-07-10T22:01:09.018Z Downloaded ecdsa v0.16.9
6132026-07-10T22:01:09.021Z Downloaded blowfish v0.10.0
6142026-07-10T22:01:09.021Z Downloaded compression-codecs v0.4.37
6152026-07-10T22:01:09.021Z Downloaded ena v0.14.4
6162026-07-10T22:01:09.024Z Downloaded either v1.15.0
6172026-07-10T22:01:09.024Z Downloaded enum_dispatch v0.3.13
6182026-07-10T22:01:09.028Z Downloaded defmt-macros v1.0.1
6192026-07-10T22:01:09.028Z Downloaded find-msvc-tools v0.1.9
6202026-07-10T22:01:09.032Z Downloaded derive-ex v0.1.8
6212026-07-10T22:01:09.034Z Downloaded ed25519 v3.0.0
6222026-07-10T22:01:09.034Z Downloaded foreign-types-macros v0.2.3
6232026-07-10T22:01:09.034Z Downloaded ff v0.14.0
6242026-07-10T22:01:09.038Z Downloaded foldhash v0.2.0
6252026-07-10T22:01:09.038Z Downloaded foldhash v0.1.5
6262026-07-10T22:01:09.038Z Downloaded hostname v0.3.1
6272026-07-10T22:01:09.038Z Downloaded filetime v0.2.27
6282026-07-10T22:01:09.038Z Downloaded erased-serde v0.3.31
6292026-07-10T22:01:09.041Z Downloaded env_logger v0.11.9
6302026-07-10T22:01:09.041Z Downloaded ar_archive_writer v0.5.1
6312026-07-10T22:01:09.045Z Downloaded futures-executor v0.3.32
6322026-07-10T22:01:09.045Z Downloaded diesel-dtrace v0.5.0
6332026-07-10T22:01:09.045Z Downloaded http-range v0.1.5
6342026-07-10T22:01:09.049Z Downloaded home v0.5.12
6352026-07-10T22:01:09.049Z Downloaded ff v0.13.1
6362026-07-10T22:01:09.049Z Downloaded camino-tempfile-ext v0.3.3
6372026-07-10T22:01:09.049Z Downloaded backon v1.6.0
6382026-07-10T22:01:09.052Z Downloaded hostname v0.4.2
6392026-07-10T22:01:09.052Z Downloaded glob v0.3.3
6402026-07-10T22:01:09.056Z Downloaded group v0.14.0
6412026-07-10T22:01:09.056Z Downloaded httpdate v1.0.3
6422026-07-10T22:01:09.056Z Downloaded dropshot_endpoint v0.17.1
6432026-07-10T22:01:09.062Z Downloaded hubpack v0.1.2
6442026-07-10T22:01:09.062Z Downloaded hubpack_derive v0.1.1
6452026-07-10T22:01:09.062Z Downloaded fixedbitset v0.5.7
6462026-07-10T22:01:09.067Z Downloaded http-body v1.0.1
6472026-07-10T22:01:09.067Z Downloaded git-stub-vcs v0.1.0
6482026-07-10T22:01:09.067Z Downloaded cookie_store v0.22.1
6492026-07-10T22:01:09.068Z Downloaded ident_case v1.0.1
6502026-07-10T22:01:09.068Z Downloaded globset v0.4.18
6512026-07-10T22:01:09.068Z Downloaded group v0.13.0
6522026-07-10T22:01:09.071Z Downloaded clang-sys v1.8.1
6532026-07-10T22:01:09.071Z Downloaded fs-err v2.11.0
6542026-07-10T22:01:09.071Z Downloaded hyper-tls v0.6.0
6552026-07-10T22:01:09.071Z Downloaded chacha20 v0.10.0
6562026-07-10T22:01:09.075Z Downloaded fallible-iterator v0.2.0
6572026-07-10T22:01:09.075Z Downloaded colored v3.1.1
6582026-07-10T22:01:09.075Z Downloaded const_format_proc_macros v0.2.34
6592026-07-10T22:01:09.079Z Downloaded console v0.16.2
6602026-07-10T22:01:09.079Z Downloaded cbc v0.2.1
6612026-07-10T22:01:09.082Z Downloaded enum-as-inner v0.6.1
6622026-07-10T22:01:09.082Z Downloaded colored v2.2.0
6632026-07-10T22:01:09.082Z Downloaded illumos-nvpair-sys v0.2.0
6642026-07-10T22:01:09.083Z Downloaded ciborium v0.2.2
6652026-07-10T22:01:09.088Z Downloaded cancel-safe-futures v0.1.5
6662026-07-10T22:01:09.088Z Downloaded const-oid v0.9.6
6672026-07-10T22:01:09.092Z Downloaded derive_builder_core v0.20.2
6682026-07-10T22:01:09.092Z Downloaded indent_write v2.2.0
6692026-07-10T22:01:09.092Z Downloaded bzip2 v0.6.1
6702026-07-10T22:01:09.092Z Downloaded des v0.9.0
6712026-07-10T22:01:09.097Z Downloaded async-compression v0.4.41
6722026-07-10T22:01:09.097Z Downloaded highway v1.3.0
6732026-07-10T22:01:09.101Z Downloaded illumos-nvpair v0.3.0
6742026-07-10T22:01:09.101Z Downloaded is_ci v1.2.0
6752026-07-10T22:01:09.101Z Downloaded internet-checksum v0.2.1
6762026-07-10T22:01:09.101Z Downloaded indoc v1.0.9
6772026-07-10T22:01:09.104Z Downloaded kstat-rs v0.2.4
6782026-07-10T22:01:09.106Z Downloaded instability v0.3.11
6792026-07-10T22:01:09.106Z Downloaded instant v0.1.13
6802026-07-10T22:01:09.106Z Downloaded inout v0.1.4
6812026-07-10T22:01:09.109Z Downloaded inout v0.2.2
6822026-07-10T22:01:09.109Z Downloaded is-terminal v0.4.17
6832026-07-10T22:01:09.109Z Downloaded bzip2 v0.4.4
6842026-07-10T22:01:09.109Z Downloaded buf-list v1.1.2
6852026-07-10T22:01:09.110Z Downloaded keccak v0.1.6
6862026-07-10T22:01:09.113Z Downloaded darling_core v0.13.4
6872026-07-10T22:01:09.113Z Downloaded diff v0.1.13
6882026-07-10T22:01:09.117Z Downloaded darling v0.20.11
6892026-07-10T22:01:09.121Z Downloaded hyper-staticfile v0.10.1
6902026-07-10T22:01:09.121Z Downloaded drift v0.2.0
6912026-07-10T22:01:09.125Z Downloaded lazy_static v1.5.0
6922026-07-10T22:01:09.129Z Downloaded http-body-util v0.1.3
6932026-07-10T22:01:09.129Z Downloaded fs_extra v1.3.0
6942026-07-10T22:01:09.129Z Downloaded blake2 v0.11.0-rc.6
6952026-07-10T22:01:09.133Z Downloaded getrandom v0.2.17
6962026-07-10T22:01:09.133Z Downloaded humantime v2.3.0
6972026-07-10T22:01:09.137Z Downloaded cexpr v0.6.0
6982026-07-10T22:01:09.137Z Downloaded console v0.15.11
6992026-07-10T22:01:09.138Z Downloaded displaydoc v0.2.5
7002026-07-10T22:01:09.141Z Downloaded chacha20 v0.9.1
7012026-07-10T22:01:09.142Z Downloaded idna_adapter v1.2.1
7022026-07-10T22:01:09.142Z Downloaded futures-sink v0.3.32
7032026-07-10T22:01:09.142Z Downloaded corncobs v0.1.4
7042026-07-10T22:01:09.145Z Downloaded lru-cache v0.1.2
7052026-07-10T22:01:09.145Z Downloaded fatfs v0.3.6
7062026-07-10T22:01:09.148Z Downloaded impl-trait-for-tuples v0.2.3
7072026-07-10T22:01:09.151Z Downloaded managed v0.8.0
7082026-07-10T22:01:09.151Z Downloaded indoc v2.0.7
7092026-07-10T22:01:09.154Z Downloaded md-5 v0.10.6
7102026-07-10T22:01:09.154Z Downloaded elliptic-curve v0.13.8
7112026-07-10T22:01:09.157Z Downloaded md5 v0.8.0
7122026-07-10T22:01:09.160Z Downloaded match_cfg v0.1.0
7132026-07-10T22:01:09.160Z Downloaded maplit v1.0.2
7142026-07-10T22:01:09.160Z Downloaded ingot-types v0.1.2
7152026-07-10T22:01:09.160Z Downloaded bytes v1.11.1
7162026-07-10T22:01:09.163Z Downloaded ipnet v2.11.0
7172026-07-10T22:01:09.166Z Downloaded ingot v0.1.1
7182026-07-10T22:01:09.166Z Downloaded keccak v0.2.0
7192026-07-10T22:01:09.170Z Downloaded jobserver v0.1.34
7202026-07-10T22:01:09.170Z Downloaded mime v0.3.17
7212026-07-10T22:01:09.171Z Downloaded memoffset v0.9.1
7222026-07-10T22:01:09.174Z Downloaded new_debug_unreachable v1.0.6
7232026-07-10T22:01:09.175Z Downloaded derive_more v0.99.20
7242026-07-10T22:01:09.178Z Downloaded newtype_derive v0.1.6
7252026-07-10T22:01:09.178Z Downloaded hmac v0.12.1
7262026-07-10T22:01:09.178Z Downloaded futures v0.3.32
7272026-07-10T22:01:09.182Z Downloaded ipnetwork v0.21.1
7282026-07-10T22:01:09.182Z Downloaded httparse v1.10.1
7292026-07-10T22:01:09.184Z Downloaded lzss v0.8.2
7302026-07-10T22:01:09.184Z Downloaded generic-array v1.4.3
7312026-07-10T22:01:09.187Z Downloaded lru v0.12.5
7322026-07-10T22:01:09.188Z Downloaded getrandom v0.3.4
7332026-07-10T22:01:09.190Z Downloaded iana-time-zone v0.1.65
7342026-07-10T22:01:09.194Z Downloaded libloading v0.8.9
7352026-07-10T22:01:09.194Z Downloaded hybrid-array v0.4.13
7362026-07-10T22:01:09.200Z Downloaded half v1.8.3
7372026-07-10T22:01:09.200Z Downloaded normalize-line-endings v0.3.0
7382026-07-10T22:01:09.200Z Downloaded nibble_vec v0.1.0
7392026-07-10T22:01:09.204Z Downloaded num v0.4.3
7402026-07-10T22:01:09.204Z Downloaded linked-hash-map v0.5.6
7412026-07-10T22:01:09.204Z Downloaded nodrop v0.1.14
7422026-07-10T22:01:09.206Z Downloaded multimap v0.10.1
7432026-07-10T22:01:09.206Z Downloaded hyper-rustls v0.27.7
7442026-07-10T22:01:09.206Z Downloaded lalrpop-util v0.19.12
7452026-07-10T22:01:09.206Z Downloaded derive_more v2.1.1
7462026-07-10T22:01:09.211Z Downloaded num-derive v0.3.3
7472026-07-10T22:01:09.214Z Downloaded linear-map v1.2.0
7482026-07-10T22:01:09.214Z Downloaded darling_core v0.20.11
7492026-07-10T22:01:09.224Z Downloaded const-oid v0.10.2
7502026-07-10T22:01:09.227Z Downloaded libscf-sys v1.1.0
7512026-07-10T22:01:09.227Z Downloaded num-conv v0.2.0
7522026-07-10T22:01:09.227Z Downloaded newtype-uuid-macros v0.1.0
7532026-07-10T22:01:09.227Z Downloaded ingot-macros v0.1.1
7542026-07-10T22:01:09.227Z Downloaded libsw-core v0.3.2
7552026-07-10T22:01:09.227Z Downloaded num-derive v0.4.2
7562026-07-10T22:01:09.227Z Downloaded num_threads v0.1.7
7572026-07-10T22:01:09.228Z Downloaded num-iter v0.1.45
7582026-07-10T22:01:09.228Z Downloaded newline-converter v0.3.0
7592026-07-10T22:01:09.228Z Downloaded hmac v0.13.0
7602026-07-10T22:01:09.232Z Downloaded olpc-cjson v0.1.4
7612026-07-10T22:01:09.232Z Downloaded num_enum_derive v0.5.11
7622026-07-10T22:01:09.234Z Downloaded lru-slab v0.1.2
7632026-07-10T22:01:09.234Z Downloaded kem v0.3.0
7642026-07-10T22:01:09.240Z Downloaded mime_guess v2.0.5
7652026-07-10T22:01:09.240Z Downloaded futures-channel v0.3.32
7662026-07-10T22:01:09.240Z Downloaded compact_str v0.8.1
7672026-07-10T22:01:09.240Z Downloaded chacha20poly1305 v0.10.1
7682026-07-10T22:01:09.240Z Downloaded allocator-api2 v0.2.21
7692026-07-10T22:01:09.245Z Downloaded oso-derive v0.27.3
7702026-07-10T22:01:09.245Z Downloaded libsw v3.5.0
7712026-07-10T22:01:09.245Z Downloaded module-lattice v0.2.3
7722026-07-10T22:01:09.245Z Downloaded newtype-uuid v1.3.2
7732026-07-10T22:01:09.245Z Downloaded lock_api v0.4.14
7742026-07-10T22:01:09.245Z Downloaded openssl-probe v0.2.1
7752026-07-10T22:01:09.248Z Downloaded libefi-sys v0.1.0
7762026-07-10T22:01:09.248Z Downloaded derive_more-impl v2.1.1
7772026-07-10T22:01:09.252Z Downloaded aes v0.9.1
7782026-07-10T22:01:09.254Z Downloaded elliptic-curve v0.14.0-rc.33
7792026-07-10T22:01:09.254Z Downloaded opaque-debug v0.3.1
7802026-07-10T22:01:09.257Z Downloaded half v2.7.1
7812026-07-10T22:01:09.258Z Downloaded darling_core v0.21.3
7822026-07-10T22:01:09.261Z Downloaded icu_provider v2.1.1
7832026-07-10T22:01:09.264Z Downloaded icu_properties v2.1.2
7842026-07-10T22:01:09.264Z Downloaded multer v3.1.0
7852026-07-10T22:01:09.268Z Downloaded parse-size v1.1.0
7862026-07-10T22:01:09.281Z Downloaded packed_struct_codegen v0.10.1
7872026-07-10T22:01:09.284Z Downloaded num-complex v0.4.6
7882026-07-10T22:01:09.284Z Downloaded nu-ansi-term v0.50.3
7892026-07-10T22:01:09.288Z Downloaded nonempty v0.12.0
7902026-07-10T22:01:09.288Z Downloaded heapless v0.7.17
7912026-07-10T22:01:09.288Z Downloaded openssl-probe v0.1.6
7922026-07-10T22:01:09.291Z Downloaded heapless v0.8.0
7932026-07-10T22:01:09.291Z Downloaded num_enum v0.7.6
7942026-07-10T22:01:09.296Z Downloaded percent-encoding v2.3.2
7952026-07-10T22:01:09.296Z Downloaded phf_shared v0.12.1
7962026-07-10T22:01:09.300Z Downloaded phf_shared v0.11.3
7972026-07-10T22:01:09.300Z Downloaded peg-runtime v0.8.5
7982026-07-10T22:01:09.300Z Downloaded path-slash v0.1.5
7992026-07-10T22:01:09.300Z Downloaded ignore v0.4.25
8002026-07-10T22:01:09.300Z Downloaded num-rational v0.4.2
8012026-07-10T22:01:09.303Z Downloaded native-tls v0.2.18
8022026-07-10T22:01:09.303Z Downloaded openssl-macros v0.1.1
8032026-07-10T22:01:09.303Z Downloaded phf_shared v0.13.1
8042026-07-10T22:01:09.307Z Downloaded bumpalo v3.20.2
8052026-07-10T22:01:09.307Z Downloaded memmap2 v0.9.10
8062026-07-10T22:01:09.310Z Downloaded flume v0.11.1
8072026-07-10T22:01:09.313Z Downloaded num_enum_derive v0.7.6
8082026-07-10T22:01:09.313Z Downloaded num_enum v0.5.11
8092026-07-10T22:01:09.317Z Downloaded indexmap v1.9.3
8102026-07-10T22:01:09.317Z Downloaded oxide-tokio-rt v0.1.4
8112026-07-10T22:01:09.317Z Downloaded nanorand v0.7.0
8122026-07-10T22:01:09.321Z Downloaded cc v1.2.56
8132026-07-10T22:01:09.321Z Downloaded base64 v0.22.1
8142026-07-10T22:01:09.325Z Downloaded potential_utf v0.1.4
8152026-07-10T22:01:09.325Z Downloaded flate2 v1.1.9
8162026-07-10T22:01:09.328Z Downloaded oxnet v0.1.6
8172026-07-10T22:01:09.331Z Downloaded der v0.7.10
8182026-07-10T22:01:09.331Z Downloaded password-hash v0.6.1
8192026-07-10T22:01:09.337Z Downloaded packed_struct v0.10.1
8202026-07-10T22:01:09.337Z Downloaded pem v3.0.6
8212026-07-10T22:01:09.342Z Downloaded password-hash v0.5.0
8222026-07-10T22:01:09.342Z Downloaded predicates-core v1.0.10
8232026-07-10T22:01:09.342Z Downloaded predicates-tree v1.0.13
8242026-07-10T22:01:09.342Z Downloaded precomputed-hash v0.1.1
8252026-07-10T22:01:09.342Z Downloaded powerfmt v0.2.0
8262026-07-10T22:01:09.342Z Downloaded icu_locale_core v2.1.1
8272026-07-10T22:01:09.346Z Downloaded proc-macro-error-attr2 v2.0.0
8282026-07-10T22:01:09.346Z Downloaded ed25519-dalek v2.2.0
8292026-07-10T22:01:09.348Z Downloaded proc-macro-crate v3.4.0
8302026-07-10T22:01:09.348Z Downloaded libbz2-rs-sys v0.2.2
8312026-07-10T22:01:09.348Z Downloaded headers v0.4.1
8322026-07-10T22:01:09.352Z Downloaded progenitor-client v0.14.0
8332026-07-10T22:01:09.356Z Downloaded peg-macros v0.8.5
8342026-07-10T22:01:09.356Z Downloaded proc-macro-crate v1.3.1
8352026-07-10T22:01:09.356Z Downloaded parse-display-derive v0.10.0
8362026-07-10T22:01:09.356Z Downloaded pem-rfc7468 v1.0.0
8372026-07-10T22:01:09.359Z Downloaded peg v0.8.5
8382026-07-10T22:01:09.362Z Downloaded progenitor-macro v0.14.0
8392026-07-10T22:01:09.362Z Downloaded pbkdf2 v0.13.0
8402026-07-10T22:01:09.363Z Downloaded paste v1.0.15
8412026-07-10T22:01:09.366Z Downloaded phf v0.13.1
8422026-07-10T22:01:09.366Z Downloaded pem-rfc7468 v0.7.0
8432026-07-10T22:01:09.369Z Downloaded hickory-resolver v0.24.4
8442026-07-10T22:01:09.369Z Downloaded phf v0.12.1
8452026-07-10T22:01:09.372Z Downloaded pin-project-lite v0.2.17
8462026-07-10T22:01:09.376Z Downloaded psl-types v2.0.11
8472026-07-10T22:01:09.376Z Downloaded hickory-resolver v0.25.2
8482026-07-10T22:01:09.379Z Downloaded indicatif v0.18.4
8492026-07-10T22:01:09.382Z Downloaded poly1305 v0.8.0
8502026-07-10T22:01:09.382Z Downloaded pkg-config v0.3.32
8512026-07-10T22:01:09.382Z Downloaded pkcs8 v0.10.2
8522026-07-10T22:01:09.385Z Downloaded polyval v0.7.1
8532026-07-10T22:01:09.390Z Downloaded quick-error v1.2.3
8542026-07-10T22:01:09.390Z Downloaded postgres-protocol v0.6.10
8552026-07-10T22:01:09.390Z Downloaded num-integer v0.1.46
8562026-07-10T22:01:09.390Z Downloaded owo-colors v4.3.0
8572026-07-10T22:01:09.395Z Downloaded ml-kem v0.3.2
8582026-07-10T22:01:09.395Z Downloaded recursive v0.1.1
8592026-07-10T22:01:09.395Z Downloaded radium v0.7.0
8602026-07-10T22:01:09.395Z Downloaded litrs v1.0.0
8612026-07-10T22:01:09.398Z Downloaded recursive-proc-macro-impl v0.1.1
8622026-07-10T22:01:09.398Z Downloaded expectorate v1.2.0
8632026-07-10T22:01:09.398Z Downloaded litemap v0.8.1
8642026-07-10T22:01:09.401Z Downloaded parking_lot_core v0.9.12
8652026-07-10T22:01:09.401Z Downloaded primeorder v0.14.0-rc.10
8662026-07-10T22:01:09.405Z Downloaded primeorder v0.13.6
8672026-07-10T22:01:09.405Z Downloaded primefield v0.14.0
8682026-07-10T22:01:09.405Z Downloaded icu_collections v2.1.1
8692026-07-10T22:01:09.408Z Downloaded diesel_derives v2.3.7
8702026-07-10T22:01:09.411Z Downloaded ref-cast-impl v1.0.25
8712026-07-10T22:01:09.414Z Downloaded rand_xorshift v0.4.0
8722026-07-10T22:01:09.414Z Downloaded omicron-zone-package v0.12.3
8732026-07-10T22:01:09.417Z Downloaded progenitor-macro v0.13.0
8742026-07-10T22:01:09.418Z Downloaded progenitor-extras v0.2.0
8752026-07-10T22:01:09.421Z Downloaded phc v0.6.1
8762026-07-10T22:01:09.422Z Downloaded progenitor-client v0.13.0
8772026-07-10T22:01:09.422Z Downloaded progenitor v0.13.0
8782026-07-10T22:01:09.422Z Downloaded proc-macro-error2 v2.0.1
8792026-07-10T22:01:09.426Z Downloaded parking_lot v0.11.2
8802026-07-10T22:01:09.426Z Downloaded der v0.8.0
8812026-07-10T22:01:09.429Z Downloaded num-traits v0.2.19
8822026-07-10T22:01:09.432Z Downloaded ppv-lite86 v0.2.21
8832026-07-10T22:01:09.432Z Downloaded parking_lot_core v0.8.6
8842026-07-10T22:01:09.432Z Downloaded maybe-uninit v2.0.0
8852026-07-10T22:01:09.435Z Downloaded pin-project-internal v1.1.11
8862026-07-10T22:01:09.435Z Downloaded ed25519-dalek v3.0.0-rc.0
8872026-07-10T22:01:09.438Z Downloaded crossbeam-channel v0.5.15
8882026-07-10T22:01:09.442Z Downloaded rtoolbox v0.0.3
8892026-07-10T22:01:09.442Z Downloaded rfc6979 v0.5.0
8902026-07-10T22:01:09.446Z Downloaded russh-cryptovec v0.61.0
8912026-07-10T22:01:09.446Z Downloaded postgres-types v0.2.12
8922026-07-10T22:01:09.446Z Downloaded pkcs8 v0.11.0
8932026-07-10T22:01:09.450Z Downloaded r2d2 v0.8.10
8942026-07-10T22:01:09.450Z Downloaded rand_seeder v0.4.0
8952026-07-10T22:01:09.450Z Downloaded rand_core v0.9.5
8962026-07-10T22:01:09.450Z Downloaded rand_core v0.6.4
8972026-07-10T22:01:09.453Z Downloaded rustc_version v0.4.1
8982026-07-10T22:01:09.453Z Downloaded rustc_version v0.1.7
8992026-07-10T22:01:09.455Z Downloaded russh-util v0.52.0
9002026-07-10T22:01:09.455Z Downloaded rustc-hash v2.1.1
9012026-07-10T22:01:09.460Z Downloaded rand_chacha v0.3.1
9022026-07-10T22:01:09.460Z Downloaded poly1305 v0.9.0
9032026-07-10T22:01:09.460Z Downloaded oso v0.27.3
9042026-07-10T22:01:09.463Z Downloaded same-file v1.0.6
9052026-07-10T22:01:09.463Z Downloaded rand_core v0.10.0
9062026-07-10T22:01:09.464Z Downloaded predicates v3.1.4
9072026-07-10T22:01:09.464Z Downloaded parking_lot v0.12.5
9082026-07-10T22:01:09.467Z Downloaded hashbrown v0.12.3
9092026-07-10T22:01:09.471Z Downloaded ref-cast v1.0.25
9102026-07-10T22:01:09.471Z Downloaded rand_chacha v0.9.0
9112026-07-10T22:01:09.471Z Downloaded papergrid v0.17.0
9122026-07-10T22:01:09.475Z Downloaded scheduled-thread-pool v0.2.7
9132026-07-10T22:01:09.478Z Downloaded sapling-renderdag v0.1.0
9142026-07-10T22:01:09.478Z Downloaded pkcs1 v0.8.0-rc.4
9152026-07-10T22:01:09.478Z Downloaded rfc6979 v0.4.0
9162026-07-10T22:01:09.482Z Downloaded miniz_oxide v0.8.9
9172026-07-10T22:01:09.482Z Downloaded jiff-static v0.2.21
9182026-07-10T22:01:09.485Z Downloaded base64 v0.21.7
9192026-07-10T22:01:09.485Z Downloaded progenitor v0.14.0
9202026-07-10T22:01:09.488Z Downloaded icu_normalizer_data v2.1.1
9212026-07-10T22:01:09.489Z Downloaded scopeguard v1.2.0
9222026-07-10T22:01:09.493Z Downloaded icu_normalizer v2.1.1
9232026-07-10T22:01:09.493Z Downloaded secrecy v0.8.0
9242026-07-10T22:01:09.493Z Downloaded semver v0.1.20
9252026-07-10T22:01:09.493Z Downloaded secrecy v0.10.3
9262026-07-10T22:01:09.496Z Downloaded scroll_derive v0.13.1
9272026-07-10T22:01:09.496Z Downloaded parse-display v0.10.0
9282026-07-10T22:01:09.496Z Downloaded pin-project v1.1.11
9292026-07-10T22:01:09.503Z Downloaded psm v0.1.30
9302026-07-10T22:01:09.507Z Downloaded serde-big-array v0.5.1
9312026-07-10T22:01:09.507Z Downloaded serde_repr v0.1.20
9322026-07-10T22:01:09.512Z Downloaded serde_urlencoded v0.7.1
9332026-07-10T22:01:09.512Z Downloaded serde_plain v1.0.2
9342026-07-10T22:01:09.513Z Downloaded serde_bytes v0.11.19
9352026-07-10T22:01:09.513Z Downloaded serde_spanned v1.1.1
9362026-07-10T22:01:09.516Z Downloaded hickory-server v0.25.2
9372026-07-10T22:01:09.516Z Downloaded pkcs5 v0.8.1
9382026-07-10T22:01:09.519Z Downloaded quinn-udp v0.5.14
9392026-07-10T22:01:09.520Z Downloaded postcard v1.1.3
9402026-07-10T22:01:09.523Z Downloaded rustls-pemfile v2.2.0
9412026-07-10T22:01:09.523Z Downloaded rustls-native-certs v0.8.3
9422026-07-10T22:01:09.523Z Downloaded shell-words v1.1.1
9432026-07-10T22:01:09.528Z Downloaded sha1 v0.11.0
9442026-07-10T22:01:09.528Z Downloaded sha1 v0.10.6
9452026-07-10T22:01:09.528Z Downloaded p384 v0.14.0-rc.10
9462026-07-10T22:01:09.533Z Downloaded p256 v0.14.0-rc.10
9472026-07-10T22:01:09.533Z Downloaded hyper-util v0.1.20
9482026-07-10T22:01:09.536Z Downloaded openssl-sys v0.9.115
9492026-07-10T22:01:09.539Z Downloaded hashbrown v0.13.2
9502026-07-10T22:01:09.542Z Downloaded signature v2.2.0
9512026-07-10T22:01:09.542Z Downloaded resolv-conf v0.7.6
9522026-07-10T22:01:09.546Z Downloaded pkcs1 v0.7.5
9532026-07-10T22:01:09.546Z Downloaded http v1.4.2
9542026-07-10T22:01:09.550Z Downloaded crossterm v0.29.0
9552026-07-10T22:01:09.553Z Downloaded dropshot-api-manager v0.7.2
9562026-07-10T22:01:09.556Z Downloaded crossterm v0.28.1
9572026-07-10T22:01:09.560Z Downloaded siphasher v1.0.2
9582026-07-10T22:01:09.560Z Downloaded signal-hook-tokio v0.3.1
9592026-07-10T22:01:09.560Z Downloaded sec1 v0.8.1
9602026-07-10T22:01:09.563Z Downloaded signature v3.0.0
9612026-07-10T22:01:09.563Z Downloaded sigpipe v0.1.3
9622026-07-10T22:01:09.563Z Downloaded slog-envlogger v2.2.0
9632026-07-10T22:01:09.567Z Downloaded signal-hook-mio v0.2.5
9642026-07-10T22:01:09.567Z Downloaded progenitor-impl v0.14.0
9652026-07-10T22:01:09.570Z Downloaded scroll v0.13.0
9662026-07-10T22:01:09.570Z Downloaded aho-corasick v1.1.4
9672026-07-10T22:01:09.573Z Downloaded seq-macro v0.3.6
9682026-07-10T22:01:09.576Z Downloaded schemars_derive v0.8.22
9692026-07-10T22:01:09.576Z Downloaded slog-bunyan v2.5.0
9702026-07-10T22:01:09.581Z Downloaded serde_path_to_error v0.1.20
9712026-07-10T22:01:09.581Z Downloaded scrypt v0.12.0
9722026-07-10T22:01:09.585Z Downloaded serde-hex v0.1.0
9732026-07-10T22:01:09.620Z Downloaded serde_derive_internals v0.29.1
9742026-07-10T22:01:09.621Z Downloaded minimal-lexical v0.2.1
9752026-07-10T22:01:09.621Z Downloaded rustversion v1.0.22
9762026-07-10T22:01:09.621Z Downloaded mio v1.2.0
9772026-07-10T22:01:09.621Z Downloaded serdect v0.4.3
9782026-07-10T22:01:09.621Z Downloaded salsa20 v0.11.0
9792026-07-10T22:01:09.622Z Downloaded prettyplease v0.2.37
9802026-07-10T22:01:09.622Z Downloaded serde_with_macros v1.5.2
9812026-07-10T22:01:09.622Z Downloaded rustls-pki-types v1.14.0
9822026-07-10T22:01:09.622Z Downloaded rusty-fork v0.3.1
9832026-07-10T22:01:09.622Z Downloaded stable_deref_trait v1.2.1
9842026-07-10T22:01:09.622Z Downloaded simd-adler32 v0.3.8
9852026-07-10T22:01:09.622Z Downloaded progenitor-impl v0.13.0
9862026-07-10T22:01:09.627Z Downloaded pretty_assertions v1.4.1
9872026-07-10T22:01:09.627Z Downloaded sqlparser_derive v0.5.0
9882026-07-10T22:01:09.630Z Downloaded strsim v0.10.0
9892026-07-10T22:01:09.630Z Downloaded slog-dtrace v0.3.0
9902026-07-10T22:01:09.630Z Downloaded strip-ansi-escapes v0.2.1
9912026-07-10T22:01:09.630Z Downloaded structmeta-derive v0.3.0
9922026-07-10T22:01:09.634Z Downloaded structmeta v0.3.0
9932026-07-10T22:01:09.634Z Downloaded strum v0.27.2
9942026-07-10T22:01:09.636Z Downloaded shlex v1.3.0
9952026-07-10T22:01:09.636Z Downloaded subtle v2.6.1
9962026-07-10T22:01:09.639Z Downloaded strum v0.26.3
9972026-07-10T22:01:09.639Z Downloaded sync_wrapper v1.0.2
9982026-07-10T22:01:09.639Z Downloaded supports-color v3.0.2
9992026-07-10T22:01:09.639Z Downloaded sec1 v0.7.3
10002026-07-10T22:01:09.642Z Downloaded itertools v0.10.5
10012026-07-10T22:01:09.646Z Downloaded slab v0.4.12
10022026-07-10T22:01:09.646Z Downloaded sync-ptr v0.1.4
10032026-07-10T22:01:09.646Z Downloaded signal-hook-registry v1.4.8
10042026-07-10T22:01:09.651Z Downloaded ron v0.8.1
10052026-07-10T22:01:09.654Z Downloaded slog-stdlog v4.1.1
10062026-07-10T22:01:09.658Z Downloaded slog-scope v4.4.1
10072026-07-10T22:01:09.658Z Downloaded smf v0.2.3
10082026-07-10T22:01:09.661Z Downloaded smallvec v0.6.14
10092026-07-10T22:01:09.662Z Downloaded take_mut v0.2.2
10102026-07-10T22:01:09.662Z Downloaded tabwriter v1.4.1
10112026-07-10T22:01:09.662Z Downloaded snafu-derive v0.8.9
10122026-07-10T22:01:09.665Z Downloaded serde_cbor v0.11.2
10132026-07-10T22:01:09.665Z Downloaded spki v0.7.3
10142026-07-10T22:01:09.671Z Downloaded sha2 v0.11.0
10152026-07-10T22:01:09.675Z Downloaded tap v1.0.1
10162026-07-10T22:01:09.675Z Downloaded tagptr v0.2.0
10172026-07-10T22:01:09.680Z Downloaded ryu v1.0.23
10182026-07-10T22:01:09.680Z Downloaded serde_with_macros v3.17.0
10192026-07-10T22:01:09.681Z Downloaded thiserror-impl-no-std v2.0.2
10202026-07-10T22:01:09.681Z Downloaded hashbrown v0.15.5
10212026-07-10T22:01:09.684Z Downloaded testing_table v0.3.0
10222026-07-10T22:01:09.684Z Downloaded spki v0.8.0
10232026-07-10T22:01:09.687Z Downloaded rustls-platform-verifier v0.6.2
10242026-07-10T22:01:09.691Z Downloaded thread-id v5.1.0
10252026-07-10T22:01:09.694Z Downloaded time-core v0.1.8
10262026-07-10T22:01:09.697Z Downloaded static_assertions v1.1.0
10272026-07-10T22:01:09.700Z Downloaded num-bigint v0.4.6
10282026-07-10T22:01:09.704Z Downloaded ssh-encoding v0.3.0-rc.9
10292026-07-10T22:01:09.704Z Downloaded strum_macros v0.24.3
10302026-07-10T22:01:09.707Z Downloaded ssh-cipher v0.3.0-rc.9
10312026-07-10T22:01:09.707Z Downloaded sqlformat v0.3.5
10322026-07-10T22:01:09.707Z Downloaded schemars v0.8.22
10332026-07-10T22:01:09.713Z Downloaded tinyvec_macros v0.1.1
10342026-07-10T22:01:09.717Z Downloaded tabled_derive v0.11.0
10352026-07-10T22:01:09.717Z Downloaded strum_macros v0.26.4
10362026-07-10T22:01:09.720Z Downloaded crypto-primes v0.7.2
10372026-07-10T22:01:09.723Z Downloaded tokio-macros v2.7.0
10382026-07-10T22:01:09.723Z Downloaded strum_macros v0.27.2
10392026-07-10T22:01:09.724Z Downloaded qorb v0.4.1
10402026-07-10T22:01:09.727Z Downloaded iri-string v0.7.10
10412026-07-10T22:01:09.730Z Downloaded synstructure v0.13.2
10422026-07-10T22:01:09.735Z Downloaded smallvec v1.15.1
10432026-07-10T22:01:09.735Z Downloaded slog-term v2.9.2
10442026-07-10T22:01:09.735Z Downloaded spin v0.9.8
10452026-07-10T22:01:09.740Z Downloaded slog-async v2.8.0
10462026-07-10T22:01:09.740Z Downloaded publicsuffix v2.3.0
10472026-07-10T22:01:09.745Z Downloaded slog-json v2.6.1
10482026-07-10T22:01:09.745Z Downloaded support-bundle-viewer v0.1.2
10492026-07-10T22:01:09.745Z Downloaded internal-russh-num-bigint v0.5.0
10502026-07-10T22:01:09.749Z Downloaded rand v0.8.6
10512026-07-10T22:01:09.749Z Downloaded tokio-test v0.4.5
10522026-07-10T22:01:09.749Z Downloaded prefix-trie v0.7.0
10532026-07-10T22:01:09.752Z Downloaded topological-sort v0.2.2
10542026-07-10T22:01:09.752Z Downloaded termtree v0.5.1
10552026-07-10T22:01:09.752Z Downloaded serde_yaml v0.9.34+deprecated
10562026-07-10T22:01:09.756Z Downloaded tower-service v0.3.3
10572026-07-10T22:01:09.756Z Downloaded try-lock v0.2.5
10582026-07-10T22:01:09.756Z Downloaded tower-layer v0.3.3
10592026-07-10T22:01:09.759Z Downloaded thread_local v1.1.9
10602026-07-10T22:01:09.759Z Downloaded rayon-core v1.13.0
10612026-07-10T22:01:09.763Z Downloaded termios v0.3.3
10622026-07-10T22:01:09.763Z Downloaded h2 v0.4.15
10632026-07-10T22:01:09.768Z Downloaded trait-variant v0.1.2
10642026-07-10T22:01:09.768Z Downloaded icu_properties_data v2.1.2
10652026-07-10T22:01:09.771Z Downloaded tinystr v0.8.2
10662026-07-10T22:01:09.775Z Downloaded p521 v0.14.0-rc.10
10672026-07-10T22:01:09.780Z Downloaded stacker v0.1.23
10682026-07-10T22:01:09.780Z Downloaded rcgen v0.12.1
10692026-07-10T22:01:09.781Z Downloaded tls_codec v0.4.2
10702026-07-10T22:01:09.781Z Downloaded tiny-keccak v2.0.2
10712026-07-10T22:01:09.785Z Downloaded unarray v0.1.4
10722026-07-10T22:01:09.785Z Downloaded signal-hook v0.3.18
10732026-07-10T22:01:09.785Z Downloaded typify-macro v0.6.2
10742026-07-10T22:01:09.788Z Downloaded similar v2.7.0
10752026-07-10T22:01:09.792Z Downloaded tokio-native-tls v0.3.1
10762026-07-10T22:01:09.792Z Downloaded tokio-dtrace v0.1.1
10772026-07-10T22:01:09.792Z Downloaded itertools v0.13.0
10782026-07-10T22:01:09.795Z Downloaded unicode-truncate v1.1.0
10792026-07-10T22:01:09.799Z Downloaded nom v7.1.3
10802026-07-10T22:01:09.802Z Downloaded socket2 v0.5.10
10812026-07-10T22:01:09.802Z Downloaded unicode-xid v0.2.6
10822026-07-10T22:01:09.805Z Downloaded slog v2.8.2
10832026-07-10T22:01:09.805Z Downloaded libxml v0.3.3
10842026-07-10T22:01:09.809Z Downloaded untrusted v0.9.0
10852026-07-10T22:01:09.812Z Downloaded universal-hash v0.6.1
10862026-07-10T22:01:09.812Z Downloaded quinn v0.11.9
10872026-07-10T22:01:09.812Z Downloaded itertools v0.12.1
10882026-07-10T22:01:09.817Z Downloaded toml_writer v1.1.1+spec-1.1.0
10892026-07-10T22:01:09.820Z Downloaded usdt v0.6.0
10902026-07-10T22:01:09.820Z Downloaded universal-hash v0.5.1
10912026-07-10T22:01:09.820Z Downloaded utf8_iter v1.0.4
10922026-07-10T22:01:09.822Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10932026-07-10T22:01:09.825Z Downloaded socket2 v0.6.3
10942026-07-10T22:01:09.825Z Downloaded untrusted v0.7.1
10952026-07-10T22:01:09.825Z Downloaded hkdf v0.13.0
10962026-07-10T22:01:09.825Z Downloaded term v0.7.0
10972026-07-10T22:01:09.828Z Downloaded samael v0.0.19
10982026-07-10T22:01:09.831Z Downloaded term v1.2.1
10992026-07-10T22:01:09.835Z Downloaded nom v8.0.0
11002026-07-10T22:01:09.839Z Downloaded utf-8 v0.7.6
11012026-07-10T22:01:09.839Z Downloaded hyper v1.10.1
11022026-07-10T22:01:09.843Z Downloaded waitgroup v0.1.2
11032026-07-10T22:01:09.843Z Downloaded void v1.0.2
11042026-07-10T22:01:09.843Z Downloaded usdt-macro v0.6.0
11052026-07-10T22:01:09.848Z Downloaded usdt-attr-macro v0.6.0
11062026-07-10T22:01:09.848Z Downloaded schemars v0.9.0
11072026-07-10T22:01:09.851Z Downloaded tui-tree-widget v0.23.1
11082026-07-10T22:01:09.855Z Downloaded subprocess v0.2.15
11092026-07-10T22:01:09.855Z Downloaded libm v0.2.16
11102026-07-10T22:01:09.860Z Downloaded want v0.3.1
11112026-07-10T22:01:09.863Z Downloaded wait-timeout v0.2.1
11122026-07-10T22:01:09.865Z Downloaded unicase v2.9.0
11132026-07-10T22:01:09.865Z Downloaded itertools v0.14.0
11142026-07-10T22:01:09.869Z Downloaded num-bigint-dig v0.8.6
11152026-07-10T22:01:09.872Z Downloaded xshell-macros v0.2.7
11162026-07-10T22:01:09.872Z Downloaded hkdf v0.12.4
11172026-07-10T22:01:09.872Z Downloaded hashbrown v0.16.1
11182026-07-10T22:01:09.875Z Downloaded tokio-rustls v0.26.4
11192026-07-10T22:01:09.878Z Downloaded xattr v1.6.1
11202026-07-10T22:01:09.879Z Downloaded unit-prefix v0.5.2
11212026-07-10T22:01:09.879Z Downloaded toml_parser v1.1.2+spec-1.1.0
11222026-07-10T22:01:09.882Z Downloaded rsa v0.10.0-rc.18
11232026-07-10T22:01:09.885Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11242026-07-10T22:01:09.885Z Downloaded snafu v0.8.9
11252026-07-10T22:01:09.889Z Downloaded tracing-attributes v0.1.31
11262026-07-10T22:01:09.889Z Downloaded tokio-stream v0.1.18
11272026-07-10T22:01:09.892Z Downloaded zerofrom-derive v0.1.6
11282026-07-10T22:01:09.892Z Downloaded zerofrom v0.1.6
11292026-07-10T22:01:09.895Z Downloaded yoke-derive v0.8.1
11302026-07-10T22:01:09.896Z Downloaded futures-util v0.3.32
11312026-07-10T22:01:09.901Z Downloaded zone v0.3.1
11322026-07-10T22:01:09.904Z Downloaded zeroize_derive v1.4.3
11332026-07-10T22:01:09.904Z Downloaded iddqd v0.4.2
11342026-07-10T22:01:09.908Z Downloaded vergen-git2 v9.1.0
11352026-07-10T22:01:09.911Z Downloaded vsss-rs v3.3.4
11362026-07-10T22:01:09.911Z Downloaded vergen-lib v0.1.6
11372026-07-10T22:01:09.912Z Downloaded blake3 v1.8.5
11382026-07-10T22:01:09.916Z Downloaded zone_cfg_derive v0.3.1
11392026-07-10T22:01:09.920Z Downloaded tinyvec v1.10.0
11402026-07-10T22:01:09.920Z Downloaded vergen-gitcl v1.0.8
11412026-07-10T22:01:09.920Z Downloaded aws-lc-rs v1.16.3
11422026-07-10T22:01:09.924Z Downloaded whoami v1.6.1
11432026-07-10T22:01:09.928Z Downloaded walkdir v2.5.0
11442026-07-10T22:01:09.928Z Downloaded schemars v1.2.1
11452026-07-10T22:01:09.935Z Downloaded xshell v0.2.7
11462026-07-10T22:01:09.938Z Downloaded zeroize v1.8.2
11472026-07-10T22:01:09.938Z Downloaded wyz v0.5.1
11482026-07-10T22:01:09.939Z Downloaded rsa v0.9.10
11492026-07-10T22:01:09.942Z Downloaded toml v1.1.2+spec-1.1.0
11502026-07-10T22:01:09.946Z Downloaded tar v0.4.45
11512026-07-10T22:01:09.946Z Downloaded yoke v0.8.1
11522026-07-10T22:01:09.949Z Downloaded writeable v0.6.2
11532026-07-10T22:01:09.950Z Downloaded whoami v2.1.0
11542026-07-10T22:01:09.950Z Downloaded usdt-impl v0.6.0
11552026-07-10T22:01:09.955Z Downloaded twox-hash v2.1.2
11562026-07-10T22:01:09.955Z Downloaded toml v0.7.8
11572026-07-10T22:01:09.955Z Downloaded rand v0.10.1
11582026-07-10T22:01:09.959Z Downloaded test-strategy v0.4.5
11592026-07-10T22:01:09.959Z Downloaded serde_with v1.14.0
11602026-07-10T22:01:09.962Z Downloaded zerovec-derive v0.11.2
11612026-07-10T22:01:09.963Z Downloaded rand v0.9.2
11622026-07-10T22:01:09.967Z Downloaded vergen v9.1.0
11632026-07-10T22:01:09.967Z Downloaded bitvec v1.0.1
11642026-07-10T22:01:09.975Z Downloaded vergen-lib v9.1.0
11652026-07-10T22:01:09.978Z Downloaded uzers v0.12.2
11662026-07-10T22:01:09.978Z Downloaded zstd v0.13.3
11672026-07-10T22:01:09.982Z Downloaded unicode-properties v0.1.4
11682026-07-10T22:01:09.982Z Downloaded typify v0.6.2
11692026-07-10T22:01:09.985Z Downloaded tungstenite v0.21.0
11702026-07-10T22:01:09.985Z Downloaded tracing-core v0.1.36
11712026-07-10T22:01:09.989Z Downloaded tungstenite v0.23.0
11722026-07-10T22:01:09.989Z Downloaded yasna v0.5.2
11732026-07-10T22:01:09.993Z Downloaded zstd-safe v7.2.4
11742026-07-10T22:01:09.993Z Downloaded tokio-tungstenite v0.23.1
11752026-07-10T22:01:09.993Z Downloaded tokio-tungstenite v0.21.0
11762026-07-10T22:01:09.997Z Downloaded tls_codec_derive v0.4.2
11772026-07-10T22:01:09.997Z Downloaded rustls-webpki v0.103.13
11782026-07-10T22:01:09.997Z Downloaded time-macros v0.2.27
11792026-07-10T22:01:10.001Z Downloaded thiserror-no-std v2.0.2
11802026-07-10T22:01:10.001Z Downloaded unsafe-libyaml v0.2.11
11812026-07-10T22:01:10.006Z Downloaded uuid v1.23.4
11822026-07-10T22:01:10.007Z Downloaded idna v1.1.0
11832026-07-10T22:01:10.010Z Downloaded rpassword v7.4.0
11842026-07-10T22:01:10.010Z Downloaded stringprep v0.1.5
11852026-07-10T22:01:10.010Z Downloaded string_cache v0.8.9
11862026-07-10T22:01:10.021Z Downloaded git2 v0.20.4
11872026-07-10T22:01:10.021Z Downloaded steno v0.4.1
11882026-07-10T22:01:10.021Z Downloaded unicode-bidi v0.3.18
11892026-07-10T22:01:10.021Z Downloaded toml_edit v0.23.10+spec-1.0.0
11902026-07-10T22:01:10.027Z Downloaded bindgen v0.71.1
11912026-07-10T22:01:10.048Z Downloaded rustyline v14.0.0
11922026-07-10T22:01:10.053Z Downloaded zerocopy v0.6.6
11932026-07-10T22:01:10.057Z Downloaded reedline v0.40.0
11942026-07-10T22:01:10.060Z Downloaded zopfli v0.8.3
11952026-07-10T22:01:10.064Z Downloaded toml_edit v0.19.15
11962026-07-10T22:01:10.070Z Downloaded chrono v0.4.44
11972026-07-10T22:01:10.076Z Downloaded vte v0.14.1
11982026-07-10T22:01:10.080Z Downloaded yansi v1.0.1
11992026-07-10T22:01:10.084Z Downloaded portable-atomic v1.13.1
12002026-07-10T22:01:10.087Z Downloaded reqwest v0.13.2
12012026-07-10T22:01:10.090Z Downloaded url v2.5.8
12022026-07-10T22:01:10.094Z Downloaded goblin v0.10.5
12032026-07-10T22:01:10.099Z Downloaded unicode_categories v0.1.1
12042026-07-10T22:01:10.099Z Downloaded zip v0.6.6
12052026-07-10T22:01:10.100Z Downloaded zerotrie v0.2.3
12062026-07-10T22:01:10.103Z Downloaded lalrpop v0.19.12
12072026-07-10T22:01:10.108Z Downloaded regex v1.12.3
12082026-07-10T22:01:10.112Z Downloaded reqwest v0.12.28
12092026-07-10T22:01:10.117Z Downloaded unicode-segmentation v1.12.0
12102026-07-10T22:01:10.121Z Downloaded moka v0.12.13
12112026-07-10T22:01:10.125Z Downloaded tokio-postgres v0.7.16
12122026-07-10T22:01:10.128Z Downloaded ssh-key v0.7.0-rc.10
12132026-07-10T22:01:10.133Z Downloaded p384 v0.13.1
12142026-07-10T22:01:10.136Z Downloaded rayon v1.11.0
12152026-07-10T22:01:10.142Z Downloaded tower v0.5.3
12162026-07-10T22:01:10.148Z Downloaded x509-cert v0.2.5
12172026-07-10T22:01:10.151Z Downloaded typed-path v0.9.3
12182026-07-10T22:01:10.155Z Downloaded quick-xml v0.37.5
12192026-07-10T22:01:10.159Z Downloaded zerocopy-derive v0.8.40
12202026-07-10T22:01:10.163Z Downloaded curve25519-dalek v4.1.3
12212026-07-10T22:01:10.172Z Downloaded unicode-normalization v0.1.25
12222026-07-10T22:01:10.176Z Downloaded crypto-bigint v0.7.5
12232026-07-10T22:01:10.190Z Downloaded petname v2.0.2
12242026-07-10T22:01:10.198Z Downloaded tokio-util v0.7.18
12252026-07-10T22:01:10.202Z Downloaded proptest v1.10.0
12262026-07-10T22:01:10.207Z Downloaded zip v4.6.1
12272026-07-10T22:01:10.216Z Downloaded salty v0.3.0
12282026-07-10T22:01:10.220Z Downloaded radix_trie v0.2.1
12292026-07-10T22:01:10.224Z Downloaded curve25519-dalek v5.0.0-rc.0
12302026-07-10T22:01:10.234Z Downloaded tower-http v0.6.8
12312026-07-10T22:01:10.240Z Downloaded zerovec v0.11.5
12322026-07-10T22:01:10.243Z Downloaded nix v0.27.1
12332026-07-10T22:01:10.248Z Downloaded object v0.30.4
12342026-07-10T22:01:10.254Z Downloaded serde_with v3.17.0
12352026-07-10T22:01:10.262Z Downloaded tough v0.22.0
12362026-07-10T22:01:10.266Z Downloaded nix v0.28.0
12372026-07-10T22:01:10.272Z Downloaded russh v0.61.2
12382026-07-10T22:01:10.277Z Downloaded winnow v0.5.40
12392026-07-10T22:01:10.282Z Downloaded winnow v0.6.26
12402026-07-10T22:01:10.286Z Downloaded quinn-proto v0.11.13
12412026-07-10T22:01:10.290Z Downloaded dropshot v0.17.1
12422026-07-10T22:01:10.303Z Downloaded polar-core v0.27.3
12432026-07-10T22:01:10.308Z Downloaded openssl v0.10.79
12442026-07-10T22:01:10.315Z Downloaded winnow v1.0.3
12452026-07-10T22:01:10.320Z Downloaded smoltcp v0.9.1
12462026-07-10T22:01:10.327Z Downloaded regex-syntax v0.6.29
12472026-07-10T22:01:10.331Z Downloaded bstr v1.12.1
12482026-07-10T22:01:10.338Z Downloaded time v0.3.47
12492026-07-10T22:01:10.345Z Downloaded tabled v0.20.0
12502026-07-10T22:01:10.355Z Downloaded vcpkg v0.2.15
12512026-07-10T22:01:10.379Z Downloaded zlib-rs v0.6.2
12522026-07-10T22:01:10.383Z Downloaded hickory-proto v0.25.2
12532026-07-10T22:01:10.390Z Downloaded nix v0.31.2
12542026-07-10T22:01:10.397Z Downloaded zerocopy v0.8.40
12552026-07-10T22:01:10.405Z Downloaded regress v0.10.5
12562026-07-10T22:01:10.412Z Downloaded smoltcp v0.11.0
12572026-07-10T22:01:10.417Z Downloaded openapiv3 v2.2.0
12582026-07-10T22:01:10.422Z Downloaded regex-syntax v0.8.10
12592026-07-10T22:01:10.427Z Downloaded regress v0.11.1
12602026-07-10T22:01:10.432Z Downloaded rustix v0.38.44
12612026-07-10T22:01:10.446Z Downloaded rustls v0.23.41
12622026-07-10T22:01:10.455Z Downloaded diesel v2.3.7
12632026-07-10T22:01:10.467Z Downloaded object v0.37.3
12642026-07-10T22:01:10.473Z Downloaded hickory-proto v0.24.4
12652026-07-10T22:01:10.491Z Downloaded sqlparser v0.61.0
12662026-07-10T22:01:10.514Z Downloaded fiat-crypto v0.3.0
12672026-07-10T22:01:10.526Z Downloaded sled v0.34.7
12682026-07-10T22:01:10.532Z Downloaded typify-impl v0.6.2
12692026-07-10T22:01:10.541Z Downloaded ratatui v0.29.0
12702026-07-10T22:01:10.552Z Downloaded tracing v0.1.44
12712026-07-10T22:01:10.566Z Downloaded sha3 v0.11.0
12722026-07-10T22:01:10.570Z Downloaded bzip2-sys v0.1.13+1.0.8
12732026-07-10T22:01:10.581Z Downloaded regex-automata v0.4.14
12742026-07-10T22:01:10.590Z Downloaded zerocopy-derive v0.6.6
12752026-07-10T22:01:10.596Z Downloaded petgraph v0.6.5
12762026-07-10T22:01:10.614Z Downloaded chrono-tz v0.10.4
12772026-07-10T22:01:10.625Z Downloaded csv v1.4.0
12782026-07-10T22:01:10.637Z Downloaded jiff v0.2.21
12792026-07-10T22:01:10.648Z Downloaded petgraph v0.8.3
12802026-07-10T22:01:10.661Z Downloaded sha3 v0.10.8
12812026-07-10T22:01:10.666Z Downloaded libz-sys v1.1.24
12822026-07-10T22:01:10.679Z Downloaded tokio v1.52.1
12832026-07-10T22:01:10.703Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12842026-07-10T22:01:10.755Z Downloaded libgit2-sys v0.18.3+1.9.2
12852026-07-10T22:01:10.803Z Downloaded encoding_rs v0.8.35
12862026-07-10T22:01:10.830Z Downloaded ring v0.17.14
12872026-07-10T22:01:11.316Z Downloaded aws-lc-sys v0.40.0
12882026-07-10T22:01:11.586Z Compiling libc v0.2.185
12892026-07-10T22:01:11.586Z Compiling serde_core v1.0.228
12902026-07-10T22:01:11.590Z Compiling serde v1.0.228
12912026-07-10T22:01:11.590Z Compiling log v0.4.29
12922026-07-10T22:01:11.590Z Compiling smallvec v1.15.1
12932026-07-10T22:01:11.590Z Compiling shlex v1.3.0
12942026-07-10T22:01:11.590Z Compiling find-msvc-tools v0.1.9
12952026-07-10T22:01:11.590Z Compiling subtle v2.6.1
12962026-07-10T22:01:11.722Z Compiling scopeguard v1.2.0
12972026-07-10T22:01:11.774Z Compiling stable_deref_trait v1.2.1
12982026-07-10T22:01:11.782Z Compiling typenum v1.20.1
12992026-07-10T22:01:11.857Z Compiling serde_json v1.0.150
13002026-07-10T22:01:11.857Z Compiling zerocopy v0.8.40
13012026-07-10T22:01:11.860Z Compiling portable-atomic v1.13.1
13022026-07-10T22:01:11.860Z Compiling syn v2.0.117
13032026-07-10T22:01:11.860Z Compiling parking_lot_core v0.9.12
13042026-07-10T22:01:11.956Z Compiling lock_api v0.4.14
13052026-07-10T22:01:11.970Z Compiling pin-project-lite v0.2.17
13062026-07-10T22:01:11.977Z Compiling pkg-config v0.3.32
13072026-07-10T22:01:12.017Z Compiling critical-section v1.2.0
13082026-07-10T22:01:12.048Z Compiling getrandom v0.4.1
13092026-07-10T22:01:12.052Z Compiling futures-core v0.3.32
13102026-07-10T22:01:12.106Z Compiling libm v0.2.16
13112026-07-10T22:01:12.140Z Compiling num-traits v0.2.19
13122026-07-10T22:01:12.177Z Compiling generic-array v0.14.7
13132026-07-10T22:01:12.180Z Compiling const-oid v0.9.6
13142026-07-10T22:01:12.204Z Compiling rand_core v0.10.0
13152026-07-10T22:01:12.253Z Compiling percent-encoding v2.3.2
13162026-07-10T22:01:12.257Z Compiling writeable v0.6.2
13172026-07-10T22:01:12.314Z Compiling litemap v0.8.1
13182026-07-10T22:01:12.407Z Compiling icu_properties_data v2.1.2
13192026-07-10T22:01:12.442Z Compiling icu_normalizer_data v2.1.1
13202026-07-10T22:01:12.476Z Compiling futures-sink v0.3.32
13212026-07-10T22:01:12.489Z Compiling futures-io v0.3.32
13222026-07-10T22:01:12.504Z Compiling slab v0.4.12
13232026-07-10T22:01:12.508Z Compiling futures-task v0.3.32
13242026-07-10T22:01:12.559Z Compiling rustversion v1.0.22
13252026-07-10T22:01:12.587Z Compiling futures-channel v0.3.32
13262026-07-10T22:01:12.605Z Compiling utf8_iter v1.0.4
13272026-07-10T22:01:12.619Z Compiling getrandom v0.3.4
13282026-07-10T22:01:12.698Z Compiling form_urlencoded v1.2.2
13292026-07-10T22:01:12.711Z Compiling fs_extra v1.3.0
13302026-07-10T22:01:12.718Z Compiling ident_case v1.0.1
13312026-07-10T22:01:12.774Z Compiling jobserver v0.1.34
13322026-07-10T22:01:12.813Z Compiling errno v0.3.14
13332026-07-10T22:01:12.830Z Compiling getrandom v0.2.17
13342026-07-10T22:01:12.859Z Compiling mio v1.2.0
13352026-07-10T22:01:12.864Z Compiling socket2 v0.6.3
13362026-07-10T22:01:12.901Z Compiling rustix v1.1.3
13372026-07-10T22:01:12.968Z Compiling signal-hook-registry v1.4.8
13382026-07-10T22:01:12.991Z Compiling rand_core v0.6.4
13392026-07-10T22:01:13.004Z Compiling cc v1.2.56
13402026-07-10T22:01:13.075Z Compiling once_cell v1.21.3
13412026-07-10T22:01:13.089Z Compiling parking_lot v0.12.5
13422026-07-10T22:01:13.206Z Compiling dunce v1.0.5
13432026-07-10T22:01:13.226Z Compiling regex-syntax v0.8.10
13442026-07-10T22:01:13.238Z Compiling iana-time-zone v0.1.65
13452026-07-10T22:01:13.316Z Compiling base64ct v1.8.3
13462026-07-10T22:01:13.336Z Compiling vcpkg v0.2.15
13472026-07-10T22:01:13.353Z Compiling tracing-core v0.1.36
13482026-07-10T22:01:13.383Z Compiling aws-lc-rs v1.16.3
13492026-07-10T22:01:13.409Z Compiling base64 v0.22.1
13502026-07-10T22:01:13.480Z Compiling flagset v0.4.7
13512026-07-10T22:01:13.523Z Compiling tinyvec_macros v0.1.1
13522026-07-10T22:01:13.601Z Compiling rand_core v0.9.5
13532026-07-10T22:01:13.627Z Compiling pem-rfc7468 v0.7.0
13542026-07-10T22:01:13.641Z Compiling cmov v0.5.4
13552026-07-10T22:01:13.656Z Compiling httparse v1.10.1
13562026-07-10T22:01:13.697Z Compiling openssl-probe v0.2.1
13572026-07-10T22:01:13.733Z Compiling tinyvec v1.10.0
13582026-07-10T22:01:13.736Z Compiling aho-corasick v1.1.4
13592026-07-10T22:01:13.770Z Compiling dyn-clone v1.0.20
13602026-07-10T22:01:13.846Z Compiling cmake v0.1.57
13612026-07-10T22:01:13.866Z Compiling ctutils v0.4.2
13622026-07-10T22:01:13.899Z Compiling tower-layer v0.3.3
13632026-07-10T22:01:13.917Z Compiling try-lock v0.2.5
13642026-07-10T22:01:13.930Z Compiling schemars v0.8.22
13652026-07-10T22:01:13.960Z Compiling tower-service v0.3.3
13662026-07-10T22:01:13.975Z Compiling untrusted v0.7.1
13672026-07-10T22:01:14.039Z Compiling atomic-waker v1.1.2
13682026-07-10T22:01:14.054Z Compiling want v0.3.1
13692026-07-10T22:01:14.068Z Compiling cpufeatures v0.2.17
13702026-07-10T22:01:14.113Z Compiling bitflags v2.11.0
13712026-07-10T22:01:14.129Z Compiling semver v1.0.28
13722026-07-10T22:01:14.144Z Compiling indexmap v2.14.0
13732026-07-10T22:01:14.148Z Compiling uuid v1.23.4
13742026-07-10T22:01:14.174Z Compiling openssl v0.10.79
13752026-07-10T22:01:14.204Z Compiling rustls v0.23.41
13762026-07-10T22:01:14.235Z Compiling httpdate v1.0.3
13772026-07-10T22:01:14.249Z Compiling untrusted v0.9.0
13782026-07-10T22:01:14.271Z Compiling foreign-types-shared v0.1.1
13792026-07-10T22:01:14.373Z Compiling rustc_version v0.4.1
13802026-07-10T22:01:14.376Z Compiling foreign-types v0.3.2
13812026-07-10T22:01:14.403Z Compiling unicode-normalization v0.1.25
13822026-07-10T22:01:14.419Z Compiling spin v0.9.8
13832026-07-10T22:01:14.462Z Compiling crc32fast v1.5.0
13842026-07-10T22:01:14.477Z Compiling time-core v0.1.8
13852026-07-10T22:01:14.491Z Compiling native-tls v0.2.18
13862026-07-10T22:01:14.495Z Compiling num-conv v0.2.0
13872026-07-10T22:01:14.495Z Compiling powerfmt v0.2.0
13882026-07-10T22:01:15.142Z Compiling wait-timeout v0.2.1
13892026-07-10T22:01:15.142Z Compiling time-macros v0.2.27
13902026-07-10T22:01:15.146Z Compiling sync_wrapper v1.0.2
13912026-07-10T22:01:15.146Z Compiling aws-lc-sys v0.40.0
13922026-07-10T22:01:15.146Z Compiling openssl-sys v0.9.115
13932026-07-10T22:01:15.146Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13942026-07-10T22:01:15.146Z Compiling regex-automata v0.4.14
13952026-07-10T22:01:15.146Z Compiling deranged v0.5.8
13962026-07-10T22:01:15.146Z Compiling num_threads v0.1.7
13972026-07-10T22:01:15.146Z Compiling siphasher v1.0.2
13982026-07-10T22:01:15.146Z Compiling synstructure v0.13.2
13992026-07-10T22:01:15.146Z Compiling pest_generator v2.8.6
14002026-07-10T22:01:15.146Z Compiling serde_derive_internals v0.29.1
14012026-07-10T22:01:15.146Z Compiling darling_core v0.20.11
14022026-07-10T22:01:15.146Z Compiling syn v1.0.109
14032026-07-10T22:01:15.322Z Compiling tempfile v3.25.0
14042026-07-10T22:01:15.436Z Compiling simd-adler32 v0.3.8
14052026-07-10T22:01:15.578Z Compiling quick-error v1.2.3
14062026-07-10T22:01:15.594Z Compiling usdt-impl v0.6.0
14072026-07-10T22:01:15.608Z Compiling crossbeam-utils v0.8.21
14082026-07-10T22:01:15.703Z Compiling bit-vec v0.8.0
14092026-07-10T22:01:15.720Z Compiling rusty-fork v0.3.1
14102026-07-10T22:01:15.748Z Compiling darling_core v0.21.3
14112026-07-10T22:01:15.785Z Compiling heapless v0.7.17
14122026-07-10T22:01:15.868Z Compiling time v0.3.47
14132026-07-10T22:01:15.885Z Compiling bzip2-sys v0.1.13+1.0.8
14142026-07-10T22:01:15.899Z Compiling bit-set v0.8.0
14152026-07-10T22:01:15.913Z Compiling slog v2.8.2
14162026-07-10T22:01:15.931Z Compiling rand_xorshift v0.4.0
14172026-07-10T22:01:15.966Z Compiling thread-id v5.1.0
14182026-07-10T22:01:15.979Z Compiling cookie v0.18.1
14192026-07-10T22:01:15.994Z Compiling unicode-bidi v0.3.18
14202026-07-10T22:01:16.061Z Compiling unarray v0.1.4
14212026-07-10T22:01:16.075Z Compiling iri-string v0.7.10
14222026-07-10T22:01:16.090Z Compiling adler2 v2.0.1
14232026-07-10T22:01:16.094Z Compiling zstd-safe v7.2.4
14242026-07-10T22:01:16.118Z Compiling ryu v1.0.23
14252026-07-10T22:01:16.150Z Compiling signal-hook v0.3.18
14262026-07-10T22:01:16.194Z Compiling allocator-api2 v0.2.21
14272026-07-10T22:01:16.217Z Compiling anyhow v1.0.102
14282026-07-10T22:01:16.229Z Compiling paste v1.0.15
14292026-07-10T22:01:16.245Z Compiling unicode-properties v0.1.4
14302026-07-10T22:01:16.381Z Compiling miniz_oxide v0.8.9
14312026-07-10T22:01:16.417Z Compiling stringprep v0.1.5
14322026-07-10T22:01:16.577Z Compiling camino v1.2.2
14332026-07-10T22:01:16.605Z Compiling curve25519-dalek v4.1.3
14342026-07-10T22:01:16.703Z Compiling serde_derive v1.0.228
14352026-07-10T22:01:16.853Z Compiling zeroize_derive v1.4.3
14362026-07-10T22:01:16.890Z Compiling zerofrom-derive v0.1.6
14372026-07-10T22:01:17.020Z Compiling yoke-derive v0.8.1
14382026-07-10T22:01:17.034Z Compiling zerovec-derive v0.11.2
14392026-07-10T22:01:17.051Z Compiling zerocopy-derive v0.8.40
14402026-07-10T22:01:17.080Z Compiling displaydoc v0.2.5
14412026-07-10T22:01:17.083Z Compiling tokio-macros v2.7.0
14422026-07-10T22:01:17.437Z Compiling futures-macro v0.3.32
14432026-07-10T22:01:17.558Z Compiling zeroize v1.8.2
14442026-07-10T22:01:17.570Z Compiling tracing-attributes v0.1.31
14452026-07-10T22:01:17.687Z Compiling der_derive v0.7.3
14462026-07-10T22:01:17.891Z Compiling thiserror-impl v2.0.18
14472026-07-10T22:01:17.913Z Compiling rustls-pki-types v1.14.0
14482026-07-10T22:01:18.244Z Compiling hybrid-array v0.4.13
14492026-07-10T22:01:18.263Z Compiling pest_derive v2.8.6
14502026-07-10T22:01:18.324Z Compiling futures-util v0.3.32
14512026-07-10T22:01:18.384Z Compiling zerofrom v0.1.6
14522026-07-10T22:01:18.399Z Compiling block-buffer v0.10.4
14532026-07-10T22:01:18.420Z Compiling crypto-common v0.1.7
14542026-07-10T22:01:18.434Z Compiling schemars_derive v0.8.22
14552026-07-10T22:01:18.540Z Compiling yoke v0.8.1
14562026-07-10T22:01:18.611Z Compiling digest v0.10.7
14572026-07-10T22:01:18.631Z Compiling scroll_derive v0.13.1
14582026-07-10T22:01:18.769Z Compiling zerovec v0.11.5
14592026-07-10T22:01:18.783Z Compiling zerotrie v0.2.3
14602026-07-10T22:01:18.808Z Compiling der v0.7.10
14612026-07-10T22:01:18.891Z Compiling darling_macro v0.20.11
14622026-07-10T22:01:19.048Z Compiling tracing v0.1.44
14632026-07-10T22:01:19.101Z Compiling openssl-macros v0.1.1
14642026-07-10T22:01:19.105Z Compiling sha2 v0.10.9
14652026-07-10T22:01:19.186Z Compiling hmac v0.12.1
14662026-07-10T22:01:19.311Z Compiling tinystr v0.8.2
14672026-07-10T22:01:19.351Z Compiling potential_utf v0.1.4
14682026-07-10T22:01:19.370Z Compiling scroll_derive v0.12.1
14692026-07-10T22:01:19.385Z Compiling thiserror v2.0.18
14702026-07-10T22:01:19.430Z Compiling darling v0.20.11
14712026-07-10T22:01:19.513Z Compiling icu_locale_core v2.1.1
14722026-07-10T22:01:19.527Z Compiling icu_collections v2.1.1
14732026-07-10T22:01:19.530Z Compiling scroll v0.13.0
14742026-07-10T22:01:19.542Z Compiling derive_builder_core v0.20.2
14752026-07-10T22:01:19.554Z Compiling dtrace-parser v0.3.0
14762026-07-10T22:01:19.822Z Compiling spki v0.7.3
14772026-07-10T22:01:19.855Z Compiling goblin v0.10.5
14782026-07-10T22:01:20.036Z Compiling pkcs8 v0.10.2
14792026-07-10T22:01:20.050Z Compiling thiserror-impl v1.0.69
14802026-07-10T22:01:20.087Z Compiling block-buffer v0.12.1
14812026-07-10T22:01:20.117Z Compiling scroll v0.12.0
14822026-07-10T22:01:20.305Z Compiling bytes v1.11.1
14832026-07-10T22:01:20.321Z Compiling icu_provider v2.1.1
14842026-07-10T22:01:20.351Z Compiling chrono v0.4.44
14852026-07-10T22:01:20.372Z Compiling ipnet v2.11.0
14862026-07-10T22:01:20.407Z Compiling toml_datetime v0.6.11
14872026-07-10T22:01:20.433Z Compiling erased-serde v0.3.31
14882026-07-10T22:01:20.461Z Compiling derive_builder_macro v0.20.2
14892026-07-10T22:01:20.559Z Compiling icu_properties v2.1.2
14902026-07-10T22:01:20.621Z Compiling icu_normalizer v2.1.1
14912026-07-10T22:01:20.636Z Compiling serde_spanned v0.6.9
14922026-07-10T22:01:20.689Z Compiling serde_tokenstream v0.2.3
14932026-07-10T22:01:20.772Z Compiling serde_urlencoded v0.7.1
14942026-07-10T22:01:20.802Z Compiling tokio v1.52.1
14952026-07-10T22:01:20.900Z Compiling http v1.4.2
14962026-07-10T22:01:20.944Z Compiling block-padding v0.4.2
14972026-07-10T22:01:20.948Z Compiling crypto-common v0.2.2
14982026-07-10T22:01:20.994Z Compiling signature v2.2.0
14992026-07-10T22:01:21.038Z Compiling md-5 v0.10.6
15002026-07-10T22:01:21.052Z Compiling darling_macro v0.21.3
15012026-07-10T22:01:21.127Z Compiling rustls-native-certs v0.8.3
15022026-07-10T22:01:21.190Z Compiling bstr v1.12.1
15032026-07-10T22:01:21.190Z Compiling async-trait v0.1.89
15042026-07-10T22:01:21.218Z Compiling pin-project-internal v1.1.11
15052026-07-10T22:01:21.394Z Compiling thiserror v1.0.69
15062026-07-10T22:01:21.445Z Compiling idna_adapter v1.2.1
15072026-07-10T22:01:21.516Z Compiling zerocopy-derive v0.7.35
15082026-07-10T22:01:21.594Z Compiling ppv-lite86 v0.2.21
15092026-07-10T22:01:21.608Z Compiling idna v1.1.0
15102026-07-10T22:01:21.706Z Compiling http-body v1.0.1
15112026-07-10T22:01:21.798Z Compiling num-integer v0.1.46
15122026-07-10T22:01:21.854Z Compiling vergen-lib v9.1.0
15132026-07-10T22:01:21.918Z Compiling rand_chacha v0.9.0
15142026-07-10T22:01:21.947Z Compiling url v2.5.8
15152026-07-10T22:01:21.960Z Compiling http-body-util v0.1.3
15162026-07-10T22:01:22.089Z Compiling rand_chacha v0.3.1
15172026-07-10T22:01:22.198Z Compiling rand v0.9.2
15182026-07-10T22:01:22.220Z Compiling hash32 v0.2.1
15192026-07-10T22:01:22.233Z Compiling memoffset v0.9.1
15202026-07-10T22:01:22.349Z Compiling encoding_rs v0.8.35
15212026-07-10T22:01:22.362Z Compiling cfg_aliases v0.2.1
15222026-07-10T22:01:22.436Z Compiling litrs v1.0.0
15232026-07-10T22:01:22.450Z Compiling smoltcp v0.9.1
15242026-07-10T22:01:22.453Z Compiling fallible-iterator v0.2.0
15252026-07-10T22:01:22.518Z Compiling ref-cast v1.0.25
15262026-07-10T22:01:22.642Z Compiling dof v0.4.0
15272026-07-10T22:01:22.683Z Compiling psl-types v2.0.11
15282026-07-10T22:01:22.798Z Compiling proptest v1.10.0
15292026-07-10T22:01:22.801Z Compiling zlib-rs v0.6.2
15302026-07-10T22:01:22.829Z Compiling mime v0.3.17
15312026-07-10T22:01:22.855Z Compiling num-bigint-dig v0.8.6
15322026-07-10T22:01:22.856Z Compiling rustix v0.38.44
15332026-07-10T22:01:22.935Z Compiling postgres-protocol v0.6.10
15342026-07-10T22:01:22.954Z Compiling publicsuffix v2.3.0
15352026-07-10T22:01:23.002Z Compiling document-features v0.2.12
15362026-07-10T22:01:23.064Z Compiling zerocopy v0.7.35
15372026-07-10T22:01:23.126Z Compiling pin-project v1.1.11
15382026-07-10T22:01:23.148Z Compiling nix v0.31.2
15392026-07-10T22:01:23.244Z Compiling rand v0.8.6
15402026-07-10T22:01:23.325Z Compiling ipnetwork v0.21.1
15412026-07-10T22:01:23.507Z Compiling num-iter v0.1.45
15422026-07-10T22:01:23.564Z Compiling oxnet v0.1.6
15432026-07-10T22:01:23.641Z Compiling darling v0.21.3
15442026-07-10T22:01:23.655Z Compiling inout v0.2.2
15452026-07-10T22:01:23.658Z Compiling derive_builder v0.20.2
15462026-07-10T22:01:23.746Z Compiling hubpack_derive v0.1.1
15472026-07-10T22:01:23.761Z Compiling futures-executor v0.3.32
15482026-07-10T22:01:23.809Z Compiling goblin v0.8.2
15492026-07-10T22:01:23.824Z Compiling hex v0.4.3
15502026-07-10T22:01:23.856Z Compiling regex v1.12.3
15512026-07-10T22:01:24.033Z Compiling ref-cast-impl v1.0.25
15522026-07-10T22:01:24.047Z Compiling curve25519-dalek-derive v0.1.1
15532026-07-10T22:01:24.077Z Compiling snafu-derive v0.8.9
15542026-07-10T22:01:24.123Z Compiling strum_macros v0.27.2
15552026-07-10T22:01:24.138Z Compiling daft-derive v0.1.7
15562026-07-10T22:01:24.261Z Compiling terminal_size v0.4.3
15572026-07-10T22:01:24.313Z Compiling phf_shared v0.13.1
15582026-07-10T22:01:24.399Z Compiling lazy_static v1.5.0
15592026-07-10T22:01:24.426Z Compiling anstyle-parse v0.2.7
15602026-07-10T22:01:24.440Z Compiling cargo-platform v0.3.2
15612026-07-10T22:01:24.508Z Compiling vergen v9.1.0
15622026-07-10T22:01:24.568Z Compiling ff v0.13.1
15632026-07-10T22:01:24.582Z Compiling fs-err v3.3.0
15642026-07-10T22:01:24.631Z Compiling ahash v0.8.12
15652026-07-10T22:01:24.645Z Compiling libbz2-rs-sys v0.2.2
15662026-07-10T22:01:24.729Z Compiling tokio-util v0.7.18
15672026-07-10T22:01:24.744Z Compiling tower v0.5.3
15682026-07-10T22:01:24.747Z Compiling tokio-native-tls v0.3.1
15692026-07-10T22:01:24.773Z Compiling bitflags v1.3.2
15702026-07-10T22:01:24.776Z Compiling managed v0.8.0
15712026-07-10T22:01:24.815Z Compiling foldhash v0.1.5
15722026-07-10T22:01:24.870Z Compiling same-file v1.0.6
15732026-07-10T22:01:24.886Z Compiling winnow v0.5.40
15742026-07-10T22:01:24.939Z Compiling base16ct v0.2.0
15752026-07-10T22:01:24.959Z Compiling bumpalo v3.20.2
15762026-07-10T22:01:25.014Z Compiling object v0.37.3
15772026-07-10T22:01:25.027Z Compiling foldhash v0.2.0
15782026-07-10T22:01:25.064Z Compiling unicode-segmentation v1.12.0
15792026-07-10T22:01:25.146Z Compiling clap_builder v4.6.0
15802026-07-10T22:01:25.228Z Compiling tower-http v0.6.8
15812026-07-10T22:01:25.257Z Compiling newtype-uuid v1.3.2
15822026-07-10T22:01:25.271Z Compiling hashbrown v0.16.1
15832026-07-10T22:01:25.359Z Compiling zopfli v0.8.3
15842026-07-10T22:01:25.379Z Compiling bzip2 v0.6.1
15852026-07-10T22:01:25.469Z Compiling h2 v0.4.15
15862026-07-10T22:01:25.596Z Compiling daft v0.1.7
15872026-07-10T22:01:25.621Z Compiling sec1 v0.7.3
15882026-07-10T22:01:25.662Z Compiling walkdir v2.5.0
15892026-07-10T22:01:25.826Z Compiling flate2 v1.1.9
15902026-07-10T22:01:25.901Z Compiling hashbrown v0.15.5
15912026-07-10T22:01:26.064Z Compiling group v0.13.0
15922026-07-10T22:01:26.084Z Compiling dof v0.3.0
15932026-07-10T22:01:26.099Z Compiling snafu v0.8.9
15942026-07-10T22:01:26.209Z Compiling strum v0.27.2
15952026-07-10T22:01:26.260Z Compiling toml_edit v0.19.15
15962026-07-10T22:01:26.264Z Compiling cargo_metadata v0.23.1
15972026-07-10T22:01:26.290Z Compiling anstream v0.6.21
15982026-07-10T22:01:26.363Z Compiling phf v0.13.1
15992026-07-10T22:01:26.486Z Compiling signal-hook-mio v0.2.5
16002026-07-10T22:01:26.499Z Compiling hubpack v0.1.2
16012026-07-10T22:01:26.618Z Compiling usdt-attr-macro v0.6.0
16022026-07-10T22:01:26.633Z Compiling usdt-macro v0.6.0
16032026-07-10T22:01:26.713Z Compiling cookie_store v0.22.1
16042026-07-10T22:01:26.729Z Compiling bzip2 v0.4.4
16052026-07-10T22:01:26.744Z Compiling futures v0.3.32
16062026-07-10T22:01:26.826Z Compiling cipher v0.5.2
16072026-07-10T22:01:26.878Z Compiling serde_with_macros v3.17.0
16082026-07-10T22:01:27.006Z Compiling postgres-types v0.2.12
16092026-07-10T22:01:27.190Z Compiling zstd v0.13.3
16102026-07-10T22:01:27.466Z Compiling globset v0.4.18
16112026-07-10T22:01:27.513Z Compiling dtrace-parser v0.2.0
16122026-07-10T22:01:27.516Z Compiling ed25519 v2.2.3
16132026-07-10T22:01:27.548Z Compiling serde_plain v1.0.2
16142026-07-10T22:01:27.570Z Compiling serde-big-array v0.5.1
16152026-07-10T22:01:27.621Z Compiling olpc-cjson v0.1.4
16162026-07-10T22:01:27.726Z Compiling pkcs1 v0.7.5
16172026-07-10T22:01:27.768Z Compiling hkdf v0.12.4
16182026-07-10T22:01:27.783Z Compiling crypto-bigint v0.5.5
16192026-07-10T22:01:27.800Z Compiling enum-as-inner v0.6.1
16202026-07-10T22:01:27.953Z Compiling async-recursion v1.1.1
16212026-07-10T22:01:28.100Z Compiling strum_macros v0.26.4
16222026-07-10T22:01:28.156Z Compiling clap_derive v4.6.1
16232026-07-10T22:01:28.171Z Compiling serde_repr v0.1.20
16242026-07-10T22:01:28.186Z Compiling phf_shared v0.11.3
16252026-07-10T22:01:28.281Z Compiling float-cmp v0.10.0
16262026-07-10T22:01:28.301Z Compiling pem v3.0.6
16272026-07-10T22:01:28.355Z Compiling memmap2 v0.9.10
16282026-07-10T22:01:28.388Z Compiling thread-id v4.2.2
16292026-07-10T22:01:28.444Z Compiling env_filter v1.0.0
16302026-07-10T22:01:28.457Z Compiling either v1.15.0
16312026-07-10T22:01:28.493Z Compiling difflib v0.4.0
16322026-07-10T22:01:28.595Z Compiling winnow v1.0.3
16332026-07-10T22:01:28.654Z Compiling whoami v2.1.0
16342026-07-10T22:01:28.668Z Compiling static_assertions v1.1.0
16352026-07-10T22:01:28.688Z Compiling precomputed-hash v0.1.1
16362026-07-10T22:01:28.758Z Compiling hyper v1.10.1
16372026-07-10T22:01:28.778Z Compiling data-encoding v2.10.0
16382026-07-10T22:01:28.792Z Compiling jiff v0.2.21
16392026-07-10T22:01:28.796Z Compiling new_debug_unreachable v1.0.6
16402026-07-10T22:01:28.879Z Compiling predicates-core v1.0.10
16412026-07-10T22:01:28.975Z Compiling normalize-line-endings v0.3.0
16422026-07-10T22:01:29.076Z Compiling fixedbitset v0.4.2
16432026-07-10T22:01:29.090Z Compiling fixedbitset v0.5.7
16442026-07-10T22:01:29.093Z Compiling keccak v0.1.6
16452026-07-10T22:01:29.093Z Compiling const-oid v0.10.2
16462026-07-10T22:01:29.135Z Compiling cpufeatures v0.3.0
16472026-07-10T22:01:29.160Z Compiling typed-path v0.9.3
16482026-07-10T22:01:29.230Z Compiling chacha20 v0.10.0
16492026-07-10T22:01:29.319Z Compiling petgraph v0.8.3
16502026-07-10T22:01:29.347Z Compiling sha3 v0.10.8
16512026-07-10T22:01:29.438Z Compiling digest v0.11.3
16522026-07-10T22:01:29.529Z Compiling petgraph v0.6.5
16532026-07-10T22:01:29.665Z Compiling hickory-proto v0.25.2
16542026-07-10T22:01:29.695Z Compiling predicates v3.1.4
16552026-07-10T22:01:29.829Z Compiling toml_parser v1.1.2+spec-1.1.0
16562026-07-10T22:01:29.846Z Compiling tokio-postgres v0.7.16
16572026-07-10T22:01:29.914Z Compiling string_cache v0.8.9
16582026-07-10T22:01:29.979Z Compiling hyper-util v0.1.20
16592026-07-10T22:01:30.004Z Compiling strum v0.26.3
16602026-07-10T22:01:30.058Z Compiling clap v4.6.1
16612026-07-10T22:01:30.153Z Compiling toml_edit v0.22.27
16622026-07-10T22:01:30.169Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16632026-07-10T22:01:30.169Z Compiling elliptic-curve v0.13.8
16642026-07-10T22:01:30.375Z Compiling itertools v0.13.0
16652026-07-10T22:01:30.445Z Compiling env_logger v0.11.9
16662026-07-10T22:01:30.468Z Compiling usdt v0.6.0
16672026-07-10T22:01:30.499Z Compiling usdt-impl v0.5.0
16682026-07-10T22:01:30.604Z Compiling serde_with v3.17.0
16692026-07-10T22:01:30.757Z Compiling rsa v0.9.10
16702026-07-10T22:01:30.831Z Compiling crossterm v0.28.1
16712026-07-10T22:01:31.049Z Compiling toml v0.7.8
16722026-07-10T22:01:31.112Z Compiling ed25519-dalek v2.2.0
16732026-07-10T22:01:31.667Z Compiling hyper-tls v0.6.0
16742026-07-10T22:01:31.689Z Compiling zip v4.6.1
16752026-07-10T22:01:31.847Z Compiling zip v0.6.6
16762026-07-10T22:01:31.938Z Compiling reqwest v0.12.28
16772026-07-10T22:01:32.146Z Compiling iddqd v0.4.2
16782026-07-10T22:01:32.285Z Compiling tokio-stream v0.1.18
16792026-07-10T22:01:32.460Z Compiling heck v0.4.1
16802026-07-10T22:01:32.523Z Compiling similar v2.7.0
16812026-07-10T22:01:32.653Z Compiling buf-list v1.1.2
16822026-07-10T22:01:32.710Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16832026-07-10T22:01:32.770Z Compiling openapiv3 v2.2.0
16842026-07-10T22:01:32.795Z Compiling x509-cert v0.2.5
16852026-07-10T22:01:32.963Z Compiling crossbeam-epoch v0.9.18
16862026-07-10T22:01:33.005Z Compiling peg-runtime v0.8.5
16872026-07-10T22:01:33.035Z Compiling lalrpop-util v0.19.12
16882026-07-10T22:01:33.133Z Compiling thread_local v1.1.9
16892026-07-10T22:01:33.151Z Compiling slog-async v2.8.0
16902026-07-10T22:01:33.171Z Compiling crossbeam-channel v0.5.15
16912026-07-10T22:01:33.254Z Compiling is-terminal v0.4.17
16922026-07-10T22:01:33.311Z Compiling filetime v0.2.27
16932026-07-10T22:01:33.315Z Compiling xattr v1.6.1
16942026-07-10T22:01:33.364Z Compiling take_mut v0.2.2
16952026-07-10T22:01:33.407Z Compiling term v1.2.1
16962026-07-10T22:01:33.453Z Compiling tar v0.4.45
16972026-07-10T22:01:33.491Z Compiling camino-tempfile v1.4.1
16982026-07-10T22:01:33.716Z Compiling slog-term v2.9.2
16992026-07-10T22:01:51.230Z Compiling rustls-webpki v0.103.13
17002026-07-10T22:01:53.963Z Compiling tokio-rustls v0.26.4
17012026-07-10T22:01:53.963Z Compiling rustls-platform-verifier v0.6.2
17022026-07-10T22:01:53.967Z Compiling tough v0.22.0
17032026-07-10T22:01:54.168Z Compiling hyper-rustls v0.27.7
17042026-07-10T22:01:54.355Z Compiling reqwest v0.13.2
17052026-07-10T22:01:56.570Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17062026-07-10T22:01:56.812Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17072026-07-10T22:01:59.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.38s
17082026-07-10T22:01:59.803Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17092026-07-10T22:01:59.863ZJul 10 22:01:59.523 INFO Starting download, target: Console
17102026-07-10T22:01:59.866ZJul 10 22:01:59.523 INFO Starting download, target: Cockroach
17112026-07-10T22:01:59.866ZJul 10 22:01:59.523 INFO Starting download, target: Clickhouse
17122026-07-10T22:01:59.866ZJul 10 22:01:59.523 INFO Starting download, target: DendriteStub
17132026-07-10T22:01:59.866ZJul 10 22:01:59.523 INFO Starting download, target: MaghemiteMgd
17142026-07-10T22:01:59.866ZJul 10 22:01:59.523 INFO Starting download, target: MaghemiteDdmd
17152026-07-10T22:01:59.866ZJul 10 22:01:59.523 INFO Starting download, target: TransceiverControl
17162026-07-10T22:01:59.866ZJul 10 22:01:59.524 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17172026-07-10T22:01:59.866ZJul 10 22:01:59.524 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17182026-07-10T22:01:59.868ZJul 10 22:01:59.524 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17192026-07-10T22:01:59.868ZJul 10 22:01:59.524 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17202026-07-10T22:01:59.868ZJul 10 22:01:59.524 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17212026-07-10T22:01:59.868ZJul 10 22:01:59.524 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17222026-07-10T22:01:59.868ZJul 10 22:01:59.524 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17232026-07-10T22:02:00.481ZJul 10 22:02:00.138 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17242026-07-10T22:02:00.696ZJul 10 22:02:00.349 INFO Download complete, target: TransceiverControl
17252026-07-10T22:02:01.714ZJul 10 22:02:01.372 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17262026-07-10T22:02:01.919ZJul 10 22:02:01.579 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17272026-07-10T22:02:01.993ZJul 10 22:02:01.647 INFO Download complete, target: Console
17282026-07-10T22:02:02.070ZJul 10 22:02:01.725 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17292026-07-10T22:02:02.123ZJul 10 22:02:01.780 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17302026-07-10T22:02:02.534ZJul 10 22:02:02.194 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17312026-07-10T22:02:02.534ZJul 10 22:02:02.194 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17322026-07-10T22:02:03.812ZJul 10 22:02:03.462 INFO Download complete, target: MaghemiteDdmd
17332026-07-10T22:02:04.511ZJul 10 22:02:04.150 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17342026-07-10T22:02:04.912ZJul 10 22:02:04.528 INFO Download complete, target: DendriteStub
17352026-07-10T22:02:04.956ZJul 10 22:02:04.536 INFO Download complete, target: MaghemiteMgd
17362026-07-10T22:02:07.287ZJul 10 22:02:06.947 INFO Checking that binary works, target: Cockroach
17372026-07-10T22:02:07.411ZJul 10 22:02:07.069 INFO Download complete, target: Cockroach
17382026-07-10T22:02:11.102ZJul 10 22:02:10.762 INFO Checking that binary works, target: Clickhouse
17392026-07-10T22:02:11.192ZJul 10 22:02:10.852 INFO Download complete, target: Clickhouse
17402026-07-10T22:02:11.199ZAll prerequisites installed successfully
17412026-07-10T22:02:11.202Z
17422026-07-10T22:02:11.202Zreal 1:46.799110746
17432026-07-10T22:02:11.202Zuser 6:42.760652895
17442026-07-10T22:02:11.202Zsys 1:40.165169615
17452026-07-10T22:02:11.202Ztrap 0.269116041
17462026-07-10T22:02:11.202Ztflt 0.782173014
17472026-07-10T22:02:11.202Zdflt 1.595623733
17482026-07-10T22:02:11.202Zkflt 0.023421857
17492026-07-10T22:02:11.202Zlock 24:21.943581993
17502026-07-10T22:02:11.202Zslp 18:31.053569806
17512026-07-10T22:02:11.202Zlat 25.429515200
17522026-07-10T22:02:11.202Zstop 2:41.957367815
17532026-07-10T22:02:11.202Z+ ptime -m cargo xtask download softnpu
17542026-07-10T22:02:11.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
17552026-07-10T22:02:11.677Z Running `target/debug/xtask download softnpu`
17562026-07-10T22:02:12.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17572026-07-10T22:02:12.459Z Running `target/debug/xtask-downloader softnpu`
17582026-07-10T22:02:12.498ZJul 10 22:02:12.155 INFO Starting download, target: Softnpu
17592026-07-10T22:02:12.504ZJul 10 22:02:12.156 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17602026-07-10T22:02:13.400ZJul 10 22:02:13.060 INFO Download complete, target: Softnpu
17612026-07-10T22:02:13.406Z
17622026-07-10T22:02:13.410Zreal 2.198281266
17632026-07-10T22:02:13.410Zuser 1.275831809
17642026-07-10T22:02:13.410Zsys 0.600356490
17652026-07-10T22:02:13.410Ztrap 0.000550891
17662026-07-10T22:02:13.410Ztflt 0.000135214
17672026-07-10T22:02:13.410Zdflt 0.000206802
17682026-07-10T22:02:13.410Zkflt 0.000000000
17692026-07-10T22:02:13.410Zlock 16.386587576
17702026-07-10T22:02:13.410Zslp 0.757789661
17712026-07-10T22:02:13.410Zlat 0.073368820
17722026-07-10T22:02:13.411Zstop 0.000173240
17732026-07-10T22:02:13.411Z+ export CARGO_INCREMENTAL=0
17742026-07-10T22:02:13.411Z+ CARGO_INCREMENTAL=0
17752026-07-10T22:02:13.411Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17762026-07-10T22:02:14.304Z Compiling proc-macro2 v1.0.106
17772026-07-10T22:02:14.304Z Compiling quote v1.0.45
17782026-07-10T22:02:14.304Z Compiling unicode-ident v1.0.24
17792026-07-10T22:02:14.304Z Compiling libc v0.2.185
17802026-07-10T22:02:14.316Z Compiling serde_core v1.0.228
17812026-07-10T22:02:14.316Z Compiling serde v1.0.228
17822026-07-10T22:02:14.316Z Compiling cfg-if v1.0.4
17832026-07-10T22:02:14.316Z Compiling version_check v0.9.5
17842026-07-10T22:02:14.433Z Compiling find-msvc-tools v0.1.9
17852026-07-10T22:02:14.442Z Compiling shlex v1.3.0
17862026-07-10T22:02:14.442Z Compiling memchr v2.8.0
17872026-07-10T22:02:14.442Z Compiling zmij v1.0.21
17882026-07-10T22:02:14.442Z Compiling serde_json v1.0.150
17892026-07-10T22:02:14.442Z Compiling autocfg v1.5.0
17902026-07-10T22:02:14.701Z Compiling portable-atomic v1.13.1
17912026-07-10T22:02:14.723Z Compiling zerocopy v0.8.40
17922026-07-10T22:02:14.760Z Compiling getrandom v0.4.1
17932026-07-10T22:02:14.798Z Compiling libm v0.2.16
17942026-07-10T22:02:14.816Z Compiling parking_lot_core v0.9.12
17952026-07-10T22:02:14.832Z Compiling smallvec v1.15.1
17962026-07-10T22:02:14.865Z Compiling icu_normalizer_data v2.1.1
17972026-07-10T22:02:14.865Z Compiling icu_properties_data v2.1.2
17982026-07-10T22:02:15.055Z Compiling num-traits v0.2.19
17992026-07-10T22:02:15.070Z Compiling generic-array v0.14.7
18002026-07-10T22:02:15.122Z Compiling itoa v1.0.17
18012026-07-10T22:02:15.138Z Compiling log v0.4.29
18022026-07-10T22:02:15.200Z Compiling subtle v2.6.1
18032026-07-10T22:02:15.221Z Compiling pkg-config v0.3.32
18042026-07-10T22:02:15.225Z Compiling stable_deref_trait v1.2.1
18052026-07-10T22:02:15.299Z Compiling typenum v1.20.1
18062026-07-10T22:02:15.362Z Compiling jobserver v0.1.34
18072026-07-10T22:02:15.377Z Compiling scopeguard v1.2.0
18082026-07-10T22:02:15.380Z Compiling errno v0.3.14
18092026-07-10T22:02:15.453Z Compiling rand_core v0.10.0
18102026-07-10T22:02:15.457Z Compiling fnv v1.0.7
18112026-07-10T22:02:15.542Z Compiling lock_api v0.4.14
18122026-07-10T22:02:15.612Z Compiling cc v1.2.56
18132026-07-10T22:02:15.658Z Compiling thiserror v2.0.18
18142026-07-10T22:02:15.661Z Compiling getrandom v0.3.4
18152026-07-10T22:02:15.690Z Compiling pin-project-lite v0.2.17
18162026-07-10T22:02:15.740Z Compiling equivalent v1.0.2
18172026-07-10T22:02:15.759Z Compiling litemap v0.8.1
18182026-07-10T22:02:15.777Z Compiling syn v2.0.117
18192026-07-10T22:02:15.796Z Compiling percent-encoding v2.3.2
18202026-07-10T22:02:15.812Z Compiling writeable v0.6.2
18212026-07-10T22:02:15.815Z Compiling getrandom v0.2.17
18222026-07-10T22:02:15.892Z Compiling rustversion v1.0.22
18232026-07-10T22:02:15.989Z Compiling rand_core v0.6.4
18242026-07-10T22:02:16.068Z Compiling critical-section v1.2.0
18252026-07-10T22:02:16.087Z Compiling schemars v0.8.22
18262026-07-10T22:02:16.106Z Compiling rustix v1.1.3
18272026-07-10T22:02:16.111Z Compiling fs_extra v1.3.0
18282026-07-10T22:02:16.111Z Compiling dunce v1.0.5
18292026-07-10T22:02:16.253Z Compiling hashbrown v0.17.0
18302026-07-10T22:02:16.360Z Compiling signal-hook-registry v1.4.8
18312026-07-10T22:02:16.393Z Compiling cmake v0.1.57
18322026-07-10T22:02:16.427Z Compiling once_cell v1.21.3
18332026-07-10T22:02:16.498Z Compiling heck v0.5.0
18342026-07-10T22:02:16.539Z Compiling utf8_iter v1.0.4
18352026-07-10T22:02:16.735Z Compiling parking_lot v0.12.5
18362026-07-10T22:02:16.745Z Compiling form_urlencoded v1.2.2
18372026-07-10T22:02:16.749Z Compiling socket2 v0.6.3
18382026-07-10T22:02:16.802Z Compiling mio v1.2.0
18392026-07-10T22:02:16.866Z Compiling aws-lc-rs v1.16.3
18402026-07-10T22:02:16.880Z Compiling futures-core v0.3.32
18412026-07-10T22:02:16.986Z Compiling semver v1.0.28
18422026-07-10T22:02:17.019Z Compiling aws-lc-sys v0.40.0
18432026-07-10T22:02:17.040Z Compiling indexmap v2.14.0
18442026-07-10T22:02:17.102Z Compiling bitflags v2.11.0
18452026-07-10T22:02:17.155Z Compiling strsim v0.11.1
18462026-07-10T22:02:17.173Z Compiling httparse v1.10.1
18472026-07-10T22:02:17.486Z Compiling ucd-trie v0.1.7
18482026-07-10T22:02:17.524Z Compiling byteorder v1.5.0
18492026-07-10T22:02:17.537Z Compiling thiserror v1.0.69
18502026-07-10T22:02:17.583Z Compiling const-oid v0.9.6
18512026-07-10T22:02:17.591Z Compiling regex-syntax v0.8.10
18522026-07-10T22:02:17.655Z Compiling pest v2.8.6
18532026-07-10T22:02:17.673Z Compiling syn v1.0.109
18542026-07-10T22:02:17.710Z Compiling vcpkg v0.2.15
18552026-07-10T22:02:17.726Z Compiling ident_case v1.0.1
18562026-07-10T22:02:17.745Z Compiling iana-time-zone v0.1.65
18572026-07-10T22:02:17.981Z Compiling uuid v1.23.4
18582026-07-10T22:02:18.112Z Compiling rustc_version v0.4.1
18592026-07-10T22:02:18.171Z Compiling rustls v0.23.41
18602026-07-10T22:02:18.214Z Compiling futures-sink v0.3.32
18612026-07-10T22:02:18.287Z Compiling openssl-sys v0.9.115
18622026-07-10T22:02:18.316Z Compiling futures-channel v0.3.32
18632026-07-10T22:02:18.420Z Compiling aho-corasick v1.1.4
18642026-07-10T22:02:18.435Z Compiling futures-io v0.3.32
18652026-07-10T22:02:18.435Z Compiling futures-task v0.3.32
18662026-07-10T22:02:18.541Z Compiling slab v0.4.12
18672026-07-10T22:02:18.606Z Compiling synstructure v0.13.2
18682026-07-10T22:02:18.623Z Compiling serde_derive_internals v0.29.1
18692026-07-10T22:02:18.753Z Compiling pest_meta v2.8.6
18702026-07-10T22:02:18.811Z Compiling plain v0.2.3
18712026-07-10T22:02:18.861Z Compiling time-core v0.1.8
18722026-07-10T22:02:18.875Z Compiling num-conv v0.2.0
18732026-07-10T22:02:18.901Z Compiling crc32fast v1.5.0
18742026-07-10T22:02:18.940Z Compiling dyn-clone v1.0.20
18752026-07-10T22:02:19.031Z Compiling crossbeam-utils v0.8.21
18762026-07-10T22:02:19.046Z Compiling time-macros v0.2.27
18772026-07-10T22:02:19.129Z Compiling base64 v0.22.1
18782026-07-10T22:02:19.207Z Compiling pretty-hex v0.4.1
18792026-07-10T22:02:19.225Z Compiling openssl v0.10.79
18802026-07-10T22:02:19.269Z Compiling regex-automata v0.4.14
18812026-07-10T22:02:19.359Z Compiling pest_generator v2.8.6
18822026-07-10T22:02:19.396Z Compiling darling_core v0.21.3
18832026-07-10T22:02:19.423Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18842026-07-10T22:02:19.553Z Compiling anyhow v1.0.102
18852026-07-10T22:02:19.573Z Compiling native-tls v0.2.18
18862026-07-10T22:02:19.622Z Compiling rand_core v0.9.5
18872026-07-10T22:02:19.761Z Compiling slog v2.8.2
18882026-07-10T22:02:19.815Z Compiling tracing-core v0.1.36
18892026-07-10T22:02:19.903Z Compiling serde_derive v1.0.228
18902026-07-10T22:02:19.922Z Compiling zeroize_derive v1.4.3
18912026-07-10T22:02:19.933Z Compiling zerofrom-derive v0.1.6
18922026-07-10T22:02:20.009Z Compiling yoke-derive v0.8.1
18932026-07-10T22:02:20.023Z Compiling zerovec-derive v0.11.2
18942026-07-10T22:02:20.039Z Compiling displaydoc v0.2.5
18952026-07-10T22:02:20.059Z Compiling zerocopy-derive v0.8.40
18962026-07-10T22:02:20.091Z Compiling tokio-macros v2.7.0
18972026-07-10T22:02:20.105Z Compiling futures-macro v0.3.32
18982026-07-10T22:02:20.354Z Compiling thiserror-impl v2.0.18
18992026-07-10T22:02:20.560Z Compiling zeroize v1.8.2
19002026-07-10T22:02:20.830Z Compiling schemars_derive v0.8.22
19012026-07-10T22:02:20.849Z Compiling tracing-attributes v0.1.31
19022026-07-10T22:02:20.944Z Compiling der_derive v0.7.3
19032026-07-10T22:02:21.004Z Compiling thiserror-impl v1.0.69
19042026-07-10T22:02:21.088Z Compiling zerofrom v0.1.6
19052026-07-10T22:02:21.230Z Compiling yoke v0.8.1
19062026-07-10T22:02:21.450Z Compiling zerovec v0.11.5
19072026-07-10T22:02:21.466Z Compiling zerotrie v0.2.3
19082026-07-10T22:02:21.565Z Compiling crypto-common v0.1.7
19092026-07-10T22:02:21.623Z Compiling pest_derive v2.8.6
19102026-07-10T22:02:21.728Z Compiling futures-util v0.3.32
19112026-07-10T22:02:21.912Z Compiling block-buffer v0.10.4
19122026-07-10T22:02:22.046Z Compiling tinystr v0.8.2
19132026-07-10T22:02:22.062Z Compiling potential_utf v0.1.4
19142026-07-10T22:02:22.096Z Compiling digest v0.10.7
19152026-07-10T22:02:22.162Z Compiling scroll_derive v0.13.1
19162026-07-10T22:02:22.237Z Compiling icu_locale_core v2.1.1
19172026-07-10T22:02:22.265Z Compiling icu_collections v2.1.1
19182026-07-10T22:02:22.328Z Compiling scroll_derive v0.12.1
19192026-07-10T22:02:22.359Z Compiling openssl-macros v0.1.1
19202026-07-10T22:02:22.761Z Compiling darling_macro v0.21.3
19212026-07-10T22:02:22.817Z Compiling regex v1.12.3
19222026-07-10T22:02:22.890Z Compiling zerocopy-derive v0.7.35
19232026-07-10T22:02:22.986Z Compiling icu_provider v2.1.1
19242026-07-10T22:02:23.044Z Compiling cookie v0.18.1
19252026-07-10T22:02:23.127Z Compiling bytes v1.11.1
19262026-07-10T22:02:23.256Z Compiling icu_properties v2.1.2
19272026-07-10T22:02:23.275Z Compiling icu_normalizer v2.1.1
19282026-07-10T22:02:23.294Z Compiling chrono v0.4.44
19292026-07-10T22:02:23.412Z Compiling serde_tokenstream v0.2.3
19302026-07-10T22:02:23.702Z Compiling tokio v1.52.1
19312026-07-10T22:02:23.719Z Compiling http v1.4.2
19322026-07-10T22:02:24.021Z Compiling camino v1.2.2
19332026-07-10T22:02:24.037Z Compiling base64ct v1.8.3
19342026-07-10T22:02:24.346Z Compiling idna_adapter v1.2.1
19352026-07-10T22:02:24.469Z Compiling idna v1.1.0
19362026-07-10T22:02:24.532Z Compiling ppv-lite86 v0.2.21
19372026-07-10T22:02:24.617Z Compiling pem-rfc7468 v0.7.0
19382026-07-10T22:02:24.650Z Compiling darling v0.21.3
19392026-07-10T22:02:24.698Z Compiling tracing v0.1.44
19402026-07-10T22:02:24.877Z Compiling url v2.5.8
19412026-07-10T22:02:25.059Z Compiling flagset v0.4.7
19422026-07-10T22:02:25.208Z Compiling der v0.7.10
19432026-07-10T22:02:25.329Z Compiling rand_chacha v0.9.0
19442026-07-10T22:02:25.639Z Compiling http-body v1.0.1
19452026-07-10T22:02:25.654Z Compiling rustls-pki-types v1.14.0
19462026-07-10T22:02:25.880Z Compiling usdt-impl v0.5.0
19472026-07-10T22:02:25.922Z Compiling paste v1.0.15
19482026-07-10T22:02:26.006Z Compiling either v1.15.0
19492026-07-10T22:02:26.094Z Compiling usdt-impl v0.6.0
19502026-07-10T22:02:26.170Z Compiling fastrand v2.3.0
19512026-07-10T22:02:26.215Z Compiling openssl-probe v0.2.1
19522026-07-10T22:02:26.236Z Compiling ref-cast v1.0.25
19532026-07-10T22:02:26.396Z Compiling cmov v0.5.4
19542026-07-10T22:02:26.401Z Compiling tinyvec_macros v0.1.1
19552026-07-10T22:02:26.481Z Compiling tinyvec v1.10.0
19562026-07-10T22:02:26.553Z Compiling spki v0.7.3
19572026-07-10T22:02:26.623Z Compiling ctutils v0.4.2
19582026-07-10T22:02:26.683Z Compiling rand v0.9.2
19592026-07-10T22:02:26.775Z Compiling toml_datetime v0.6.11
19602026-07-10T22:02:26.790Z Compiling serde_spanned v0.6.9
19612026-07-10T22:02:26.831Z Compiling scroll v0.12.0
19622026-07-10T22:02:26.856Z Compiling scroll v0.13.0
19632026-07-10T22:02:26.884Z Compiling async-trait v0.1.89
19642026-07-10T22:02:26.900Z Compiling heapless v0.7.17
19652026-07-10T22:02:26.971Z Compiling bzip2-sys v0.1.13+1.0.8
19662026-07-10T22:02:27.011Z Compiling tower-service v0.3.3
19672026-07-10T22:02:27.037Z Compiling rustix v0.38.44
19682026-07-10T22:02:27.110Z Compiling untrusted v0.7.1
19692026-07-10T22:02:27.129Z Compiling atomic-waker v1.1.2
19702026-07-10T22:02:27.158Z Compiling winnow v0.7.14
19712026-07-10T22:02:27.182Z Compiling zstd-safe v7.2.4
19722026-07-10T22:02:27.256Z Compiling litrs v1.0.0
19732026-07-10T22:02:27.276Z Compiling winnow v1.0.3
19742026-07-10T22:02:27.288Z Compiling cpufeatures v0.2.17
19752026-07-10T22:02:27.305Z Compiling try-lock v0.2.5
19762026-07-10T22:02:27.309Z Compiling signal-hook v0.3.18
19772026-07-10T22:02:27.383Z Compiling tower-layer v0.3.3
19782026-07-10T22:02:27.405Z Compiling want v0.3.1
19792026-07-10T22:02:27.430Z Compiling goblin v0.10.5
19802026-07-10T22:02:27.445Z Compiling goblin v0.8.2
19812026-07-10T22:02:27.573Z Compiling hybrid-array v0.4.13
19822026-07-10T22:02:27.597Z Compiling toml_parser v1.1.2+spec-1.1.0
19832026-07-10T22:02:27.742Z Compiling tokio-util v0.7.18
19842026-07-10T22:02:27.785Z Compiling document-features v0.2.12
19852026-07-10T22:02:28.172Z Compiling zerocopy v0.7.35
19862026-07-10T22:02:28.308Z Compiling ipnet v2.11.0
19872026-07-10T22:02:28.338Z Compiling ref-cast-impl v1.0.25
19882026-07-10T22:02:28.402Z Compiling darling_core v0.20.11
19892026-07-10T22:02:28.450Z Compiling h2 v0.4.15
19902026-07-10T22:02:28.658Z Compiling curve25519-dalek v4.1.3
19912026-07-10T22:02:28.739Z Compiling memoffset v0.9.1
19922026-07-10T22:02:28.925Z Compiling utf8parse v0.2.2
19932026-07-10T22:02:28.959Z Compiling winnow v0.5.40
19942026-07-10T22:02:28.977Z Compiling powerfmt v0.2.0
19952026-07-10T22:02:29.004Z Compiling foreign-types-shared v0.1.1
19962026-07-10T22:02:29.072Z Compiling httpdate v1.0.3
19972026-07-10T22:02:29.192Z Compiling untrusted v0.9.0
19982026-07-10T22:02:29.389Z Compiling tempfile v3.25.0
19992026-07-10T22:02:29.397Z Compiling deranged v0.5.8
20002026-07-10T22:02:29.397Z Compiling foreign-types v0.3.2
20012026-07-10T22:02:29.686Z Compiling unicode-normalization v0.1.25
20022026-07-10T22:02:29.739Z Compiling dof v0.3.0
20032026-07-10T22:02:30.185Z Compiling pkcs8 v0.10.2
20042026-07-10T22:02:30.235Z Compiling dof v0.4.0
20052026-07-10T22:02:30.260Z Compiling dtrace-parser v0.2.0
20062026-07-10T22:02:30.366Z Compiling toml_edit v0.19.15
20072026-07-10T22:02:30.446Z Compiling darling_macro v0.20.11
20082026-07-10T22:02:30.695Z Compiling dtrace-parser v0.3.0
20092026-07-10T22:02:30.916Z Compiling pin-project-internal v1.1.11
20102026-07-10T22:02:31.027Z Compiling daft-derive v0.1.7
20112026-07-10T22:02:31.092Z Compiling spin v0.9.8
20122026-07-10T22:02:31.271Z Compiling thread-id v4.2.2
20132026-07-10T22:02:31.287Z Compiling thread-id v5.1.0
20142026-07-10T22:02:31.378Z Compiling num-bigint-dig v0.8.6
20152026-07-10T22:02:31.409Z Compiling num_threads v0.1.7
20162026-07-10T22:02:31.494Z Compiling anstyle v1.0.14
20172026-07-10T22:02:31.509Z Compiling smoltcp v0.9.1
20182026-07-10T22:02:31.524Z Compiling cfg_aliases v0.2.1
20192026-07-10T22:02:31.627Z Compiling nix v0.31.2
20202026-07-10T22:02:31.690Z Compiling time v0.3.47
20212026-07-10T22:02:31.737Z Compiling hyper v1.10.1
20222026-07-10T22:02:32.006Z Compiling darling v0.20.11
20232026-07-10T22:02:32.104Z Compiling sha2 v0.10.9
20242026-07-10T22:02:32.300Z Compiling ipnetwork v0.21.1
20252026-07-10T22:02:32.354Z Compiling hmac v0.12.1
20262026-07-10T22:02:32.460Z Compiling curve25519-dalek-derive v0.1.1
20272026-07-10T22:02:32.476Z Compiling strum_macros v0.26.4
20282026-07-10T22:02:32.655Z Compiling sync_wrapper v1.0.2
20292026-07-10T22:02:32.745Z Compiling wait-timeout v0.2.1
20302026-07-10T22:02:32.812Z Compiling quick-error v1.2.3
20312026-07-10T22:02:32.936Z Compiling hyper-util v0.1.20
20322026-07-10T22:02:32.988Z Compiling siphasher v1.0.2
20332026-07-10T22:02:33.162Z Compiling is_terminal_polyfill v1.70.2
20342026-07-10T22:02:33.193Z Compiling anstyle-query v1.1.5
20352026-07-10T22:02:33.317Z Compiling simd-adler32 v0.3.8
20362026-07-10T22:02:33.320Z Compiling bit-vec v0.8.0
20372026-07-10T22:02:33.460Z Compiling colorchoice v1.0.4
20382026-07-10T22:02:33.592Z Compiling bit-set v0.8.0
20392026-07-10T22:02:33.852Z Compiling rusty-fork v0.3.1
20402026-07-10T22:02:33.892Z Compiling tower v0.5.3
20412026-07-10T22:02:34.365Z Compiling derive_builder_core v0.20.2
20422026-07-10T22:02:34.378Z Compiling http-body-util v0.1.3
20432026-07-10T22:02:34.642Z Compiling hubpack_derive v0.1.1
20442026-07-10T22:02:34.647Z Compiling strum_macros v0.27.2
20452026-07-10T22:02:34.673Z Compiling snafu-derive v0.8.9
20462026-07-10T22:02:34.676Z Compiling rand_xorshift v0.4.0
20472026-07-10T22:02:34.851Z Compiling fs-err v3.3.0
20482026-07-10T22:02:34.865Z Compiling ahash v0.8.12
20492026-07-10T22:02:34.939Z Compiling unicode-bidi v0.3.18
20502026-07-10T22:02:35.100Z Compiling adler2 v2.0.1
20512026-07-10T22:02:35.127Z Compiling iri-string v0.7.10
20522026-07-10T22:02:35.170Z Compiling unicode-properties v0.1.4
20532026-07-10T22:02:35.240Z Compiling unicode-segmentation v1.12.0
20542026-07-10T22:02:35.370Z Compiling allocator-api2 v0.2.21
20552026-07-10T22:02:35.393Z Compiling object v0.37.3
20562026-07-10T22:02:35.434Z Compiling ryu v1.0.23
20572026-07-10T22:02:35.637Z Compiling unarray v0.1.4
20582026-07-10T22:02:35.699Z Compiling serde_urlencoded v0.7.1
20592026-07-10T22:02:35.764Z Compiling proptest v1.10.0
20602026-07-10T22:02:35.779Z Compiling stringprep v0.1.5
20612026-07-10T22:02:35.816Z Compiling miniz_oxide v0.8.9
20622026-07-10T22:02:35.957Z Compiling derive_builder_macro v0.20.2
20632026-07-10T22:02:36.196Z Compiling tokio-native-tls v0.3.1
20642026-07-10T22:02:36.380Z Compiling tower-http v0.6.8
20652026-07-10T22:02:36.410Z Compiling usdt-macro v0.6.0
20662026-07-10T22:02:36.459Z Compiling usdt-attr-macro v0.6.0
20672026-07-10T22:02:36.508Z Compiling anstyle-parse v1.0.0
20682026-07-10T22:02:36.524Z Compiling block-buffer v0.12.1
20692026-07-10T22:02:36.575Z Compiling crypto-common v0.2.2
20702026-07-10T22:02:36.711Z Compiling block-padding v0.4.2
20712026-07-10T22:02:37.014Z Compiling rustls-native-certs v0.8.3
20722026-07-10T22:02:37.057Z Compiling rand_chacha v0.3.1
20732026-07-10T22:02:37.309Z Compiling erased-serde v0.3.31
20742026-07-10T22:02:37.315Z Compiling signature v2.2.0
20752026-07-10T22:02:37.316Z Compiling md-5 v0.10.6
20762026-07-10T22:02:37.316Z Compiling bstr v1.12.1
20772026-07-10T22:02:37.410Z Compiling num-integer v0.1.46
20782026-07-10T22:02:37.427Z Compiling hash32 v0.2.1
20792026-07-10T22:02:37.460Z Compiling vergen-lib v9.1.0
20802026-07-10T22:02:37.557Z Compiling encoding_rs v0.8.35
20812026-07-10T22:02:37.624Z Compiling cpufeatures v0.3.0
20822026-07-10T22:02:37.640Z Compiling fallible-iterator v0.2.0
20832026-07-10T22:02:37.673Z Compiling psl-types v2.0.11
20842026-07-10T22:02:37.717Z Compiling mime v0.3.17
20852026-07-10T22:02:37.732Z Compiling zlib-rs v0.6.2
20862026-07-10T22:02:37.842Z Compiling publicsuffix v2.3.0
20872026-07-10T22:02:37.879Z Compiling newtype-uuid v1.3.2
20882026-07-10T22:02:37.979Z Compiling postgres-protocol v0.6.10
20892026-07-10T22:02:38.068Z Compiling num-iter v0.1.45
20902026-07-10T22:02:38.272Z Compiling rand v0.8.6
20912026-07-10T22:02:38.689Z Compiling inout v0.2.2
20922026-07-10T22:02:38.703Z Compiling oxnet v0.1.6
20932026-07-10T22:02:38.718Z Compiling anstream v1.0.0
20942026-07-10T22:02:38.829Z Compiling derive_builder v0.20.2
20952026-07-10T22:02:38.873Z Compiling hyper-tls v0.6.0
20962026-07-10T22:02:38.907Z Compiling heck v0.4.1
20972026-07-10T22:02:38.947Z Compiling phf_shared v0.13.1
20982026-07-10T22:02:38.974Z Compiling pin-project v1.1.11
20992026-07-10T22:02:39.101Z Compiling lazy_static v1.5.0
21002026-07-10T22:02:39.118Z Compiling anstyle-parse v0.2.7
21012026-07-10T22:02:39.219Z Compiling terminal_size v0.4.3
21022026-07-10T22:02:39.235Z Compiling serde_with_macros v3.17.0
21032026-07-10T22:02:39.252Z Compiling futures-executor v0.3.32
21042026-07-10T22:02:39.255Z Compiling hex v0.4.3
21052026-07-10T22:02:39.371Z Compiling serde_repr v0.1.20
21062026-07-10T22:02:39.390Z Compiling clap_derive v4.6.1
21072026-07-10T22:02:39.526Z Compiling async-recursion v1.1.1
21082026-07-10T22:02:39.534Z Compiling enum-as-inner v0.6.1
21092026-07-10T22:02:39.564Z Compiling ff v0.13.1
21102026-07-10T22:02:39.575Z Compiling cargo-platform v0.3.2
21112026-07-10T22:02:39.606Z Compiling vergen v9.1.0
21122026-07-10T22:02:39.827Z Compiling flate2 v1.1.9
21132026-07-10T22:02:39.929Z Compiling base16ct v0.2.0
21142026-07-10T22:02:40.014Z Compiling libbz2-rs-sys v0.2.2
21152026-07-10T22:02:40.099Z Compiling bumpalo v3.20.2
21162026-07-10T22:02:40.143Z Compiling foldhash v0.2.0
21172026-07-10T22:02:40.179Z Compiling managed v0.8.0
21182026-07-10T22:02:40.233Z Compiling clap_lex v1.0.0
21192026-07-10T22:02:40.256Z Compiling same-file v1.0.6
21202026-07-10T22:02:40.334Z Compiling bitflags v1.3.2
21212026-07-10T22:02:40.421Z Compiling foldhash v0.1.5
21222026-07-10T22:02:40.443Z Compiling clap_builder v4.6.0
21232026-07-10T22:02:40.443Z Compiling walkdir v2.5.0
21242026-07-10T22:02:40.487Z Compiling bzip2 v0.6.1
21252026-07-10T22:02:40.548Z Compiling hashbrown v0.16.1
21262026-07-10T22:02:40.664Z Compiling hashbrown v0.15.5
21272026-07-10T22:02:40.690Z Compiling zopfli v0.8.3
21282026-07-10T22:02:40.774Z Compiling sec1 v0.7.3
21292026-07-10T22:02:41.173Z Compiling cargo_metadata v0.23.1
21302026-07-10T22:02:41.202Z Compiling group v0.13.0
21312026-07-10T22:02:41.290Z Compiling futures v0.3.32
21322026-07-10T22:02:41.381Z Compiling zstd v0.13.3
21332026-07-10T22:02:41.458Z Compiling anstream v0.6.21
21342026-07-10T22:02:41.753Z Compiling phf v0.13.1
21352026-07-10T22:02:41.956Z Compiling snafu v0.8.9
21362026-07-10T22:02:41.986Z Compiling reqwest v0.12.28
21372026-07-10T22:02:42.072Z Compiling daft v0.1.7
21382026-07-10T22:02:42.412Z Compiling signal-hook-mio v0.2.5
21392026-07-10T22:02:42.463Z Compiling cipher v0.5.2
21402026-07-10T22:02:42.558Z Compiling cookie_store v0.22.1
21412026-07-10T22:02:42.678Z Compiling postgres-types v0.2.12
21422026-07-10T22:02:42.702Z Compiling bzip2 v0.4.4
21432026-07-10T22:02:43.170Z Compiling globset v0.4.18
21442026-07-10T22:02:43.174Z Compiling ed25519 v2.2.3
21452026-07-10T22:02:43.174Z Compiling strum v0.27.2
21462026-07-10T22:02:43.174Z Compiling hubpack v0.1.2
21472026-07-10T22:02:43.175Z Compiling phf_shared v0.11.3
21482026-07-10T22:02:43.175Z Compiling hkdf v0.12.4
21492026-07-10T22:02:43.175Z Compiling crossbeam-epoch v0.9.18
21502026-07-10T22:02:43.175Z Compiling pkcs1 v0.7.5
21512026-07-10T22:02:43.180Z Compiling olpc-cjson v0.1.4
21522026-07-10T22:02:43.354Z Compiling pem v3.0.6
21532026-07-10T22:02:43.521Z Compiling serde_plain v1.0.2
21542026-07-10T22:02:43.530Z Compiling serde-big-array v0.5.1
21552026-07-10T22:02:43.575Z Compiling crypto-bigint v0.5.5
21562026-07-10T22:02:43.663Z Compiling float-cmp v0.10.0
21572026-07-10T22:02:43.681Z Compiling memmap2 v0.9.10
21582026-07-10T22:02:43.694Z Compiling env_filter v1.0.0
21592026-07-10T22:02:43.735Z Compiling const-oid v0.10.2
21602026-07-10T22:02:43.881Z Compiling whoami v2.1.0
21612026-07-10T22:02:43.917Z Compiling precomputed-hash v0.1.1
21622026-07-10T22:02:43.957Z Compiling new_debug_unreachable v1.0.6
21632026-07-10T22:02:43.973Z Compiling data-encoding v2.10.0
21642026-07-10T22:02:43.989Z Compiling normalize-line-endings v0.3.0
21652026-07-10T22:02:44.009Z Compiling fixedbitset v0.4.2
21662026-07-10T22:02:44.021Z Compiling difflib v0.4.0
21672026-07-10T22:02:44.085Z Compiling typed-path v0.9.3
21682026-07-10T22:02:44.131Z Compiling jiff v0.2.21
21692026-07-10T22:02:44.221Z Compiling keccak v0.1.6
21702026-07-10T22:02:44.238Z Compiling predicates-core v1.0.10
21712026-07-10T22:02:44.241Z Compiling toml_write v0.1.2
21722026-07-10T22:02:44.429Z Compiling static_assertions v1.1.0
21732026-07-10T22:02:44.442Z Compiling fixedbitset v0.5.7
21742026-07-10T22:02:44.488Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21752026-07-10T22:02:44.502Z Compiling elliptic-curve v0.13.8
21762026-07-10T22:02:44.517Z Compiling toml_edit v0.22.27
21772026-07-10T22:02:44.524Z Compiling sha3 v0.10.8
21782026-07-10T22:02:44.676Z Compiling petgraph v0.8.3
21792026-07-10T22:02:44.688Z Compiling predicates v3.1.4
21802026-07-10T22:02:44.705Z Compiling hickory-proto v0.25.2
21812026-07-10T22:02:44.813Z Compiling petgraph v0.6.5
21822026-07-10T22:02:44.843Z Compiling chacha20 v0.10.0
21832026-07-10T22:02:44.861Z Compiling tokio-postgres v0.7.16
21842026-07-10T22:02:44.961Z Compiling string_cache v0.8.9
21852026-07-10T22:02:45.151Z Compiling digest v0.11.3
21862026-07-10T22:02:45.254Z Compiling env_logger v0.11.9
21872026-07-10T22:02:45.276Z Compiling usdt v0.6.0
21882026-07-10T22:02:45.608Z Compiling rsa v0.9.10
21892026-07-10T22:02:46.639Z Compiling ed25519-dalek v2.2.0
21902026-07-10T22:02:46.811Z Compiling zip v4.6.1
21912026-07-10T22:02:46.992Z Compiling zip v0.6.6
21922026-07-10T22:02:47.167Z Compiling crossterm v0.28.1
21932026-07-10T22:02:47.298Z Compiling iddqd v0.4.2
21942026-07-10T22:02:47.385Z Compiling clap v4.6.1
21952026-07-10T22:02:47.536Z Compiling serde_with v3.17.0
21962026-07-10T22:02:47.722Z Compiling similar v2.7.0
21972026-07-10T22:02:47.835Z Compiling strum v0.26.3
21982026-07-10T22:02:47.865Z Compiling toml v0.7.8
21992026-07-10T22:02:47.982Z Compiling tokio-stream v0.1.18
22002026-07-10T22:02:47.986Z Compiling buf-list v1.1.2
22012026-07-10T22:02:48.269Z Compiling x509-cert v0.2.5
22022026-07-10T22:02:48.410Z Compiling itertools v0.13.0
22032026-07-10T22:02:48.465Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22042026-07-10T22:02:48.549Z Compiling openapiv3 v2.2.0
22052026-07-10T22:02:49.272Z Compiling peg-runtime v0.8.5
22062026-07-10T22:02:49.519Z Compiling lalrpop-util v0.19.12
22072026-07-10T22:03:04.938Z Compiling rustls-webpki v0.103.13
22082026-07-10T22:03:06.975Z Compiling macaddr v1.0.1
22092026-07-10T22:03:07.041Z Compiling structmeta-derive v0.3.0
22102026-07-10T22:03:07.125Z Compiling crucible-workspace-hack v0.1.0
22112026-07-10T22:03:07.145Z Compiling rayon-core v1.13.0
22122026-07-10T22:03:07.271Z Compiling itertools v0.14.0
22132026-07-10T22:03:07.364Z Compiling secrecy v0.10.3
22142026-07-10T22:03:07.398Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22152026-07-10T22:03:07.498Z Compiling toml_datetime v0.7.5+spec-1.1.0
22162026-07-10T22:03:07.541Z Compiling heapless v0.8.0
22172026-07-10T22:03:07.693Z Compiling toml_edit v0.23.10+spec-1.0.0
22182026-07-10T22:03:07.827Z Compiling crossbeam-deque v0.8.6
22192026-07-10T22:03:07.843Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22202026-07-10T22:03:07.885Z Compiling inout v0.1.4
22212026-07-10T22:03:08.017Z Compiling hash32 v0.3.1
22222026-07-10T22:03:08.058Z Compiling multer v3.1.0
22232026-07-10T22:03:08.074Z Compiling thread_local v1.1.9
22242026-07-10T22:03:08.078Z Compiling structmeta v0.3.0
22252026-07-10T22:03:08.103Z Compiling smoltcp v0.11.0
22262026-07-10T22:03:08.197Z Compiling unicode-width v0.2.0
22272026-07-10T22:03:08.268Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22282026-07-10T22:03:08.294Z Compiling slog-async v2.8.0
22292026-07-10T22:03:08.316Z Compiling compression-core v0.4.31
22302026-07-10T22:03:08.425Z Compiling match_cfg v0.1.0
22312026-07-10T22:03:08.442Z Compiling compression-codecs v0.4.37
22322026-07-10T22:03:08.494Z Compiling derive-ex v0.1.8
22332026-07-10T22:03:08.514Z Compiling hostname v0.3.1
22342026-07-10T22:03:08.561Z Compiling proc-macro-crate v3.4.0
22352026-07-10T22:03:08.580Z Compiling ingot-macros v0.1.1
22362026-07-10T22:03:08.616Z Compiling tokio-rustls v0.26.4
22372026-07-10T22:03:08.619Z Compiling rustls-platform-verifier v0.6.2
22382026-07-10T22:03:08.643Z Compiling tough v0.22.0
22392026-07-10T22:03:08.832Z Compiling cipher v0.4.4
22402026-07-10T22:03:08.849Z Compiling hyper-rustls v0.27.7
22412026-07-10T22:03:08.891Z Compiling atomicwrites v0.4.4
22422026-07-10T22:03:09.005Z Compiling slog-json v2.6.1
22432026-07-10T22:03:09.100Z Compiling reqwest v0.13.2
22442026-07-10T22:03:09.116Z Compiling crossbeam-channel v0.5.15
22452026-07-10T22:03:09.165Z Compiling half v2.7.1
22462026-07-10T22:03:09.193Z Compiling newtype-uuid-macros v0.1.0
22472026-07-10T22:03:09.283Z Compiling cobs v0.3.0
22482026-07-10T22:03:09.526Z Compiling universal-hash v0.5.1
22492026-07-10T22:03:09.576Z Compiling thiserror-impl-no-std v2.0.2
22502026-07-10T22:03:09.685Z Compiling async-stream-impl v0.3.6
22512026-07-10T22:03:09.833Z Compiling serde_spanned v1.1.1
22522026-07-10T22:03:09.968Z Compiling toml_datetime v1.1.1+spec-1.1.0
22532026-07-10T22:03:10.005Z Compiling is-terminal v0.4.17
22542026-07-10T22:03:10.034Z Compiling proc-macro-error-attr v1.0.4
22552026-07-10T22:03:10.141Z Compiling dropshot v0.17.1
22562026-07-10T22:03:10.188Z Compiling opaque-debug v0.3.1
22572026-07-10T22:03:10.274Z Compiling term v1.2.1
22582026-07-10T22:03:10.292Z Compiling take_mut v0.2.2
22592026-07-10T22:03:10.307Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22602026-07-10T22:03:10.323Z Compiling toml_writer v1.1.1+spec-1.1.0
22612026-07-10T22:03:10.371Z Compiling ciborium-io v0.2.2
22622026-07-10T22:03:10.414Z Compiling convert_case v0.4.0
22632026-07-10T22:03:10.515Z Compiling ciborium-ll v0.2.2
22642026-07-10T22:03:10.590Z Compiling toml v1.1.2+spec-1.1.0
22652026-07-10T22:03:10.630Z Compiling thiserror-no-std v2.0.2
22662026-07-10T22:03:10.645Z Compiling slog-term v2.9.2
22672026-07-10T22:03:10.760Z Compiling derive_more v0.99.20
22682026-07-10T22:03:10.797Z Compiling async-stream v0.3.6
22692026-07-10T22:03:10.871Z Compiling poly1305 v0.8.0
22702026-07-10T22:03:10.960Z Compiling test-strategy v0.4.5
22712026-07-10T22:03:11.022Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22722026-07-10T22:03:11.052Z Compiling postcard v1.1.3
22732026-07-10T22:03:11.275Z Compiling ingot-types v0.1.2
22742026-07-10T22:03:11.494Z Compiling slog-bunyan v2.5.0
22752026-07-10T22:03:11.584Z Compiling chacha20 v0.9.1
22762026-07-10T22:03:11.788Z Compiling ingot v0.1.1
22772026-07-10T22:03:11.811Z Compiling num_enum_derive v0.7.6
22782026-07-10T22:03:11.888Z Compiling async-compression v0.4.41
22792026-07-10T22:03:12.206Z Compiling parse-display-derive v0.10.0
22802026-07-10T22:03:12.358Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22812026-07-10T22:03:12.389Z Compiling sha1 v0.11.0
22822026-07-10T22:03:12.447Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22832026-07-10T22:03:12.552Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22842026-07-10T22:03:12.658Z Compiling proc-macro-crate v1.3.1
22852026-07-10T22:03:12.824Z Compiling waitgroup v0.1.2
22862026-07-10T22:03:12.827Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22872026-07-10T22:03:12.967Z Compiling backon v1.6.0
22882026-07-10T22:03:12.989Z Compiling password-hash v0.5.0
22892026-07-10T22:03:13.006Z Compiling rustls-pemfile v2.2.0
22902026-07-10T22:03:13.026Z Compiling dropshot_endpoint v0.17.1
22912026-07-10T22:03:13.094Z Compiling blake2 v0.10.6
22922026-07-10T22:03:13.265Z Compiling aead v0.5.2
22932026-07-10T22:03:13.294Z Compiling foreign-types-macros v0.2.3
22942026-07-10T22:03:13.310Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22952026-07-10T22:03:13.351Z Compiling serde_path_to_error v0.1.20
22962026-07-10T22:03:13.475Z Compiling hostname v0.4.2
22972026-07-10T22:03:13.609Z Compiling proc-macro-error v1.0.4
22982026-07-10T22:03:13.630Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22992026-07-10T22:03:13.667Z Compiling instant v0.1.13
23002026-07-10T22:03:13.710Z Compiling foreign-types-shared v0.3.1
23012026-07-10T22:03:13.765Z Compiling debug-ignore v1.0.5
23022026-07-10T22:03:13.822Z Compiling backoff v0.4.0
23032026-07-10T22:03:13.837Z Compiling parse-display v0.10.0
23042026-07-10T22:03:13.840Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23052026-07-10T22:03:13.905Z Compiling chacha20poly1305 v0.10.1
23062026-07-10T22:03:13.926Z Compiling foreign-types v0.5.0
23072026-07-10T22:03:13.936Z Compiling argon2 v0.5.3
23082026-07-10T22:03:13.951Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23092026-07-10T22:03:13.973Z Compiling num_enum_derive v0.5.11
23102026-07-10T22:03:14.006Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23112026-07-10T22:03:14.037Z Compiling num_enum v0.7.6
23122026-07-10T22:03:14.056Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23132026-07-10T22:03:14.075Z Compiling vsss-rs v3.3.4
23142026-07-10T22:03:14.186Z Compiling ciborium v0.2.2
23152026-07-10T22:03:14.499Z Compiling tabwriter v1.4.1
23162026-07-10T22:03:14.575Z Compiling regress v0.10.5
23172026-07-10T22:03:14.654Z Compiling byte-wrapper v0.1.0
23182026-07-10T22:03:14.691Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23192026-07-10T22:03:14.894Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23202026-07-10T22:03:14.910Z Compiling cstr-argument v0.1.2
23212026-07-10T22:03:14.954Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23222026-07-10T22:03:14.957Z Compiling humantime v2.3.0
23232026-07-10T22:03:15.032Z Compiling num_enum v0.5.11
23242026-07-10T22:03:15.060Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23252026-07-10T22:03:15.100Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23262026-07-10T22:03:15.199Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23272026-07-10T22:03:15.237Z Compiling rayon v1.11.0
23282026-07-10T22:03:15.271Z Compiling rand v0.10.1
23292026-07-10T22:03:15.349Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23302026-07-10T22:03:15.353Z Compiling libefi-sys v0.1.0
23312026-07-10T22:03:15.436Z Compiling indent_write v2.2.0
23322026-07-10T22:03:15.493Z Compiling colored v3.1.1
23332026-07-10T22:03:15.515Z Compiling zone_cfg_derive v0.3.1
23342026-07-10T22:03:15.579Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23352026-07-10T22:03:15.583Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23362026-07-10T22:03:15.641Z Compiling camino-tempfile v1.4.1
23372026-07-10T22:03:15.659Z Compiling itertools v0.12.1
23382026-07-10T22:03:15.676Z Compiling usdt-attr-macro v0.5.0
23392026-07-10T22:03:15.692Z Compiling usdt-macro v0.5.0
23402026-07-10T22:03:15.779Z Compiling bitfield-struct v0.6.2
23412026-07-10T22:03:15.830Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23422026-07-10T22:03:16.078Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23432026-07-10T22:03:16.169Z Compiling num-derive v0.4.2
23442026-07-10T22:03:16.188Z Compiling blake3 v1.8.5
23452026-07-10T22:03:16.188Z Compiling sigpipe v0.1.3
23462026-07-10T22:03:16.222Z Compiling memmap v0.7.0
23472026-07-10T22:03:16.226Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23482026-07-10T22:03:16.279Z Compiling glob v0.3.3
23492026-07-10T22:03:16.315Z Compiling swrite v0.1.0
23502026-07-10T22:03:16.453Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512026-07-10T22:03:16.470Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23522026-07-10T22:03:16.486Z Compiling usdt v0.5.0
23532026-07-10T22:03:16.538Z Compiling smf v0.2.3
23542026-07-10T22:03:16.706Z Compiling filetime v0.2.27
23552026-07-10T22:03:16.796Z Compiling arrayvec v0.7.6
23562026-07-10T22:03:16.810Z Compiling constant_time_eq v0.4.2
23572026-07-10T22:03:16.935Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23582026-07-10T22:03:17.004Z Compiling arrayref v0.3.9
23592026-07-10T22:03:17.028Z Compiling zone v0.3.1
23602026-07-10T22:03:17.043Z Compiling xattr v1.6.1
23612026-07-10T22:03:17.056Z Compiling whoami v1.6.1
23622026-07-10T22:03:17.100Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-07-10T22:03:17.129Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23642026-07-10T22:03:17.177Z Compiling tokio-dtrace v0.1.1
23652026-07-10T22:03:17.202Z Compiling tar v0.4.45
23662026-07-10T22:03:17.245Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23672026-07-10T22:03:17.260Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23682026-07-10T22:03:17.498Z Compiling console v0.16.2
23692026-07-10T22:03:17.517Z Compiling gethostname v0.5.0
23702026-07-10T22:03:17.550Z Compiling topological-sort v0.2.2
23712026-07-10T22:03:17.667Z Compiling unit-prefix v0.5.2
23722026-07-10T22:03:17.737Z Compiling oxide-tokio-rt v0.1.4
23732026-07-10T22:03:17.741Z Compiling toml v0.8.23
23742026-07-10T22:03:17.834Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23752026-07-10T22:03:17.849Z Compiling shell-words v1.1.1
23762026-07-10T22:03:18.058Z Compiling indicatif v0.18.4
23772026-07-10T22:03:27.316Z Compiling progenitor-client v0.14.0
23782026-07-10T22:03:27.316Z Compiling omicron-zone-package v0.12.3
23792026-07-10T22:03:27.524Z Compiling progenitor-extras v0.2.0
23802026-07-10T22:03:27.889Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23812026-07-10T22:03:27.915Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23822026-07-10T22:03:27.971Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23832026-07-10T22:03:28.063Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23842026-07-10T22:03:28.086Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23852026-07-10T22:03:28.086Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23862026-07-10T22:03:28.214Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23872026-07-10T22:03:28.429Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23882026-07-10T22:03:28.804Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23892026-07-10T22:03:32.839Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23902026-07-10T22:03:40.859Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23912026-07-10T22:03:44.110Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23922026-07-10T22:03:45.161Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23932026-07-10T22:03:54.554Z Finished `release` profile [optimized] target(s) in 1m 41s
23942026-07-10T22:03:54.696Z Running `target/release/omicron-package -t test target create -p dev`
23952026-07-10T22:03:54.751ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-07-10T22:03:54.754ZCreated new build target 'test' and set it as active
23972026-07-10T22:03:54.754Z
23982026-07-10T22:03:54.754Zreal 1:41.344204608
23992026-07-10T22:03:54.754Zuser 16:40.386274157
24002026-07-10T22:03:54.754Zsys 2:38.158773995
24012026-07-10T22:03:54.754Ztrap 0.469095420
24022026-07-10T22:03:54.754Ztflt 2.215610495
24032026-07-10T22:03:54.754Zdflt 4.297728304
24042026-07-10T22:03:54.754Zkflt 0.000471156
24052026-07-10T22:03:54.754Zlock 52:33.236461226
24062026-07-10T22:03:54.754Zslp 42:51.636029228
24072026-07-10T22:03:54.755Zlat 44.308625058
24082026-07-10T22:03:54.755Zstop 5:19.596940621
24092026-07-10T22:03:54.755Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24102026-07-10T22:03:55.601Z Finished `release` profile [optimized] target(s) in 0.83s
24112026-07-10T22:03:55.678Z Running `target/release/omicron-package -t test package`
24122026-07-10T22:03:55.741ZLogging to: /work/oxidecomputer/omicron/out/LOG
24132026-07-10T22:03:57.141Z Compiling heck v0.5.0
24142026-07-10T22:03:57.141Z Compiling regress v0.11.1
24152026-07-10T22:03:57.363Z Compiling unsafe-libyaml v0.2.11
24162026-07-10T22:03:57.401Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24172026-07-10T22:03:57.423Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24182026-07-10T22:03:57.426Z Compiling unicode-width v0.1.14
24192026-07-10T22:03:57.465Z Compiling atomicwrites v0.4.4
24202026-07-10T22:03:57.486Z Compiling derive-where v1.6.0
24212026-07-10T22:03:57.492Z Compiling bytecount v0.6.9
24222026-07-10T22:03:57.492Z Compiling is-terminal v0.4.17
24232026-07-10T22:03:57.548Z Compiling prettyplease v0.2.37
24242026-07-10T22:03:57.552Z Compiling console v0.15.11
24252026-07-10T22:03:57.552Z Compiling newline-converter v0.3.0
24262026-07-10T22:03:57.552Z Compiling slog-dtrace v0.3.0
24272026-07-10T22:03:57.604Z Compiling owo-colors v4.3.0
24282026-07-10T22:03:57.649Z Compiling resolv-conf v0.7.6
24292026-07-10T22:03:57.673Z Compiling cancel-safe-futures v0.1.5
24302026-07-10T22:03:57.677Z Compiling num-rational v0.4.2
24312026-07-10T22:03:57.716Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24322026-07-10T22:03:57.759Z Compiling libsw-core v0.3.2
24332026-07-10T22:03:57.782Z Compiling num-complex v0.4.6
24342026-07-10T22:03:57.868Z Compiling thread_local v1.1.9
24352026-07-10T22:03:57.888Z Compiling serde_yaml v0.9.34+deprecated
24362026-07-10T22:03:57.923Z Compiling expectorate v1.2.0
24372026-07-10T22:03:58.014Z Compiling match_cfg v0.1.0
24382026-07-10T22:03:58.035Z Compiling compression-core v0.4.31
24392026-07-10T22:03:58.107Z Compiling hostname v0.3.1
24402026-07-10T22:03:58.163Z Compiling libsw v3.5.0
24412026-07-10T22:03:58.216Z Compiling num v0.4.3
24422026-07-10T22:03:58.258Z Compiling compression-codecs v0.4.37
24432026-07-10T22:03:58.279Z Compiling slog-async v2.8.0
24442026-07-10T22:03:58.283Z Compiling multer v3.1.0
24452026-07-10T22:03:58.323Z Compiling crossbeam-channel v0.5.15
24462026-07-10T22:03:58.350Z Compiling slog-json v2.6.1
24472026-07-10T22:03:58.371Z Compiling serde_spanned v1.1.1
24482026-07-10T22:03:58.393Z Compiling toml_datetime v1.1.1+spec-1.1.0
24492026-07-10T22:03:58.520Z Compiling toml_writer v1.1.1+spec-1.1.0
24502026-07-10T22:03:58.542Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24512026-07-10T22:03:58.565Z Compiling take_mut v0.2.2
24522026-07-10T22:03:58.588Z Compiling linear-map v1.2.0
24532026-07-10T22:03:58.703Z Compiling term v1.2.1
24542026-07-10T22:03:58.706Z Compiling float-ord v0.3.2
24552026-07-10T22:03:58.749Z Compiling linked-hash-map v0.5.6
24562026-07-10T22:03:58.752Z Compiling toml v1.1.2+spec-1.1.0
24572026-07-10T22:03:58.771Z Compiling slog-bunyan v2.5.0
24582026-07-10T22:03:58.793Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24592026-07-10T22:03:58.855Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24602026-07-10T22:03:58.859Z Compiling async-compression v0.4.41
24612026-07-10T22:03:58.920Z Compiling typify-impl v0.6.2
24622026-07-10T22:03:58.954Z Compiling lru-cache v0.1.2
24632026-07-10T22:03:59.003Z Compiling slog-term v2.9.2
24642026-07-10T22:03:59.124Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24652026-07-10T22:03:59.221Z Compiling async-stream v0.3.6
24662026-07-10T22:03:59.244Z Compiling dropshot v0.17.1
24672026-07-10T22:03:59.247Z Compiling sha1 v0.11.0
24682026-07-10T22:03:59.286Z Compiling progenitor-client v0.14.0
24692026-07-10T22:03:59.324Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24702026-07-10T22:03:59.346Z Compiling waitgroup v0.1.2
24712026-07-10T22:03:59.416Z Compiling rustls-pemfile v2.2.0
24722026-07-10T22:03:59.437Z Compiling backon v1.6.0
24732026-07-10T22:03:59.505Z Compiling hostname v0.4.2
24742026-07-10T22:03:59.527Z Compiling serde_path_to_error v0.1.20
24752026-07-10T22:03:59.552Z Compiling instant v0.1.13
24762026-07-10T22:03:59.555Z Compiling debug-ignore v1.0.5
24772026-07-10T22:03:59.617Z Compiling minimal-lexical v0.2.1
24782026-07-10T22:03:59.645Z Compiling progenitor-extras v0.2.0
24792026-07-10T22:03:59.668Z Compiling backoff v0.4.0
24802026-07-10T22:03:59.688Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24812026-07-10T22:03:59.691Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24822026-07-10T22:03:59.734Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24832026-07-10T22:03:59.908Z Compiling nom v7.1.3
24842026-07-10T22:03:59.931Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24852026-07-10T22:03:59.934Z Compiling parse-display v0.10.0
24862026-07-10T22:03:59.973Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24872026-07-10T22:03:59.997Z Compiling hickory-proto v0.24.4
24882026-07-10T22:04:00.248Z Compiling regress v0.10.5
24892026-07-10T22:04:00.598Z Compiling macaddr v1.0.1
24902026-07-10T22:04:00.666Z Compiling unicode-xid v0.2.6
24912026-07-10T22:04:00.730Z Compiling humantime v2.3.0
24922026-07-10T22:04:00.859Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24932026-07-10T22:04:01.014Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24942026-07-10T22:04:01.048Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24952026-07-10T22:04:01.337Z Compiling convert_case v0.10.0
24962026-07-10T22:04:01.362Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24972026-07-10T22:04:01.625Z Compiling derive_more-impl v2.1.1
24982026-07-10T22:04:01.873Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24992026-07-10T22:04:02.008Z Compiling toml v0.8.23
25002026-07-10T22:04:02.218Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25012026-07-10T22:04:02.335Z Compiling papergrid v0.11.0
25022026-07-10T22:04:02.391Z Compiling tabled_derive v0.7.0
25032026-07-10T22:04:02.429Z Compiling derive_more v2.1.1
25042026-07-10T22:04:02.453Z Compiling typify-macro v0.6.2
25052026-07-10T22:04:02.538Z Compiling termtree v0.5.1
25062026-07-10T22:04:02.591Z Compiling hickory-resolver v0.24.4
25072026-07-10T22:04:02.641Z Compiling crossterm v0.29.0
25082026-07-10T22:04:02.738Z Compiling phf_shared v0.12.1
25092026-07-10T22:04:02.986Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25102026-07-10T22:04:03.366Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25112026-07-10T22:04:03.535Z Compiling tabled v0.15.0
25122026-07-10T22:04:03.583Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25132026-07-10T22:04:04.115Z Compiling typify v0.6.2
25142026-07-10T22:04:04.398Z Compiling progenitor-impl v0.14.0
25152026-07-10T22:04:04.798Z Compiling qorb v0.4.1
25162026-07-10T22:04:05.650Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25172026-07-10T22:04:06.243Z Compiling csv-core v0.1.13
25182026-07-10T22:04:06.651Z Compiling progenitor-macro v0.14.0
25192026-07-10T22:04:06.678Z Compiling vte v0.14.1
25202026-07-10T22:04:06.734Z Compiling highway v1.3.0
25212026-07-10T22:04:07.452Z Compiling chrono-tz v0.10.4
25222026-07-10T22:04:07.715Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25232026-07-10T22:04:07.718Z Compiling strip-ansi-escapes v0.2.1
25242026-07-10T22:04:08.030Z Compiling csv v1.4.0
25252026-07-10T22:04:08.094Z Compiling phf v0.12.1
25262026-07-10T22:04:08.143Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25272026-07-10T22:04:08.288Z Compiling const_format_proc_macros v0.2.34
25282026-07-10T22:04:08.309Z Compiling fd-lock v4.0.4
25292026-07-10T22:04:08.331Z Compiling peg-macros v0.8.5
25302026-07-10T22:04:08.482Z Compiling nu-ansi-term v0.50.3
25312026-07-10T22:04:08.640Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25322026-07-10T22:04:09.073Z Compiling reedline v0.40.0
25332026-07-10T22:04:09.094Z Compiling const_format v0.2.35
25342026-07-10T22:04:09.599Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25352026-07-10T22:04:09.622Z Compiling peg v0.8.5
25362026-07-10T22:04:09.644Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25372026-07-10T22:04:09.749Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25382026-07-10T22:04:10.565Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25392026-07-10T22:04:10.799Z Compiling progenitor v0.14.0
25402026-07-10T22:04:10.917Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25412026-07-10T22:04:10.984Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25422026-07-10T22:04:11.156Z Compiling bcs v0.1.6
25432026-07-10T22:04:11.601Z Compiling nom v8.0.0
25442026-07-10T22:04:11.706Z Compiling semver v0.1.20
25452026-07-10T22:04:12.002Z Compiling rustc_version v0.1.7
25462026-07-10T22:04:12.265Z Compiling newtype_derive v0.1.6
25472026-07-10T22:04:12.516Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25482026-07-10T22:04:12.764Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25492026-07-10T22:04:13.012Z Compiling unicode-linebreak v0.1.5
25502026-07-10T22:04:13.331Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25512026-07-10T22:04:13.335Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25522026-07-10T22:04:13.433Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25532026-07-10T22:04:13.568Z Compiling smawk v0.3.2
25542026-07-10T22:04:13.758Z Compiling textwrap v0.16.2
25552026-07-10T22:04:13.803Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25562026-07-10T22:04:13.830Z Compiling steno v0.4.1
25572026-07-10T22:04:13.872Z Compiling base64 v0.21.7
25582026-07-10T22:04:13.906Z Compiling dropshot-api-manager-types v0.7.2
25592026-07-10T22:04:14.391Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25602026-07-10T22:04:14.417Z Compiling sha1 v0.10.6
25612026-07-10T22:04:14.507Z Compiling utf-8 v0.7.6
25622026-07-10T22:04:14.753Z Compiling tagptr v0.2.0
25632026-07-10T22:04:14.908Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25642026-07-10T22:04:14.946Z Compiling moka v0.12.13
25652026-07-10T22:04:15.182Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25662026-07-10T22:04:15.381Z Compiling tungstenite v0.21.0
25672026-07-10T22:04:15.382Z Compiling display-error-chain v0.2.2
25682026-07-10T22:04:15.789Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25692026-07-10T22:04:15.826Z Compiling radium v0.7.0
25702026-07-10T22:04:15.943Z Compiling tap v1.0.1
25712026-07-10T22:04:16.092Z Compiling hickory-resolver v0.25.2
25722026-07-10T22:04:16.140Z Compiling tokio-tungstenite v0.21.0
25732026-07-10T22:04:16.276Z Compiling maybe-uninit v2.0.0
25742026-07-10T22:04:16.533Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25752026-07-10T22:04:16.882Z Compiling wyz v0.5.1
25762026-07-10T22:04:16.933Z Compiling vergen-lib v0.1.6
25772026-07-10T22:04:17.136Z Compiling zerocopy-derive v0.6.6
25782026-07-10T22:04:17.181Z Compiling diesel_derives v2.3.7
25792026-07-10T22:04:17.417Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25802026-07-10T22:04:17.593Z Compiling funty v2.0.0
25812026-07-10T22:04:17.944Z Compiling crc-catalog v2.4.0
25822026-07-10T22:04:18.072Z Compiling packed_struct v0.10.1
25832026-07-10T22:04:18.414Z Compiling crc v3.4.0
25842026-07-10T22:04:18.547Z Compiling bitvec v1.0.1
25852026-07-10T22:04:18.631Z Compiling zerocopy v0.6.6
25862026-07-10T22:04:18.980Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25872026-07-10T22:04:19.019Z Compiling scheduled-thread-pool v0.2.7
25882026-07-10T22:04:19.497Z Compiling dsl_auto_type v0.2.0
25892026-07-10T22:04:19.586Z Compiling packed_struct_codegen v0.10.1
25902026-07-10T22:04:19.618Z Compiling vergen-gitcl v1.0.8
25912026-07-10T22:04:19.878Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25922026-07-10T22:04:20.036Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25932026-07-10T22:04:20.095Z Compiling bitfield-macros v0.19.4
25942026-07-10T22:04:20.123Z Compiling diesel_table_macro_syntax v0.3.0
25952026-07-10T22:04:20.362Z Compiling proc-macro-error-attr2 v2.0.0
25962026-07-10T22:04:20.462Z Compiling dirs-sys-next v0.1.2
25972026-07-10T22:04:20.675Z Compiling indexmap v1.9.3
25982026-07-10T22:04:20.764Z Compiling maplit v1.0.2
25992026-07-10T22:04:20.842Z Compiling nodrop v0.1.14
26002026-07-10T22:04:20.866Z Compiling glob v0.3.3
26012026-07-10T22:04:20.892Z Compiling crunchy v0.2.4
26022026-07-10T22:04:20.974Z Compiling array-init v0.0.4
26032026-07-10T22:04:20.999Z Compiling bitfield v0.19.4
26042026-07-10T22:04:21.237Z Compiling clang-sys v1.8.1
26052026-07-10T22:04:21.237Z Compiling proc-macro-error2 v2.0.1
26062026-07-10T22:04:21.379Z Compiling dirs-next v2.0.0
26072026-07-10T22:04:21.574Z Compiling r2d2 v0.8.10
26082026-07-10T22:04:21.624Z Compiling smallvec v0.6.14
26092026-07-10T22:04:21.864Z Compiling num-derive v0.3.3
26102026-07-10T22:04:21.895Z Compiling hashbrown v0.12.3
26112026-07-10T22:04:22.001Z Compiling downcast-rs v2.0.2
26122026-07-10T22:04:22.134Z Compiling tiny-keccak v2.0.2
26132026-07-10T22:04:22.353Z Compiling serde-hex v0.1.0
26142026-07-10T22:04:22.459Z Compiling tabled_derive v0.11.0
26152026-07-10T22:04:22.499Z Compiling term v0.7.0
26162026-07-10T22:04:22.725Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26172026-07-10T22:04:22.746Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26182026-07-10T22:04:22.784Z Compiling libscf-sys v1.1.0
26192026-07-10T22:04:22.879Z Compiling ron v0.8.1
26202026-07-10T22:04:22.958Z Compiling papergrid v0.17.0
26212026-07-10T22:04:22.979Z Compiling testing_table v0.3.0
26222026-07-10T22:04:23.001Z Compiling hashbrown v0.13.2
26232026-07-10T22:04:23.023Z Compiling crc-any v2.5.0
26242026-07-10T22:04:23.422Z Compiling bit-vec v0.6.3
26252026-07-10T22:04:23.449Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26262026-07-10T22:04:23.533Z Compiling ascii-canvas v3.0.0
26272026-07-10T22:04:23.614Z Compiling bit-set v0.5.3
26282026-07-10T22:04:23.662Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26292026-07-10T22:04:23.790Z Compiling object v0.30.4
26302026-07-10T22:04:23.811Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26312026-07-10T22:04:24.175Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26322026-07-10T22:04:24.318Z Compiling tabled v0.20.0
26332026-07-10T22:04:24.518Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26342026-07-10T22:04:24.651Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26352026-07-10T22:04:25.248Z Compiling progenitor-impl v0.13.0
26362026-07-10T22:04:25.313Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26372026-07-10T22:04:25.386Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26382026-07-10T22:04:25.575Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26392026-07-10T22:04:25.752Z Compiling itertools v0.10.5
26402026-07-10T22:04:25.802Z Compiling ena v0.14.4
26412026-07-10T22:04:25.847Z Compiling libloading v0.8.9
26422026-07-10T22:04:26.074Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26432026-07-10T22:04:26.095Z Compiling path-slash v0.1.5
26442026-07-10T22:04:26.279Z Compiling diesel v2.3.7
26452026-07-10T22:04:26.301Z Compiling diff v0.1.13
26462026-07-10T22:04:26.327Z Compiling unicase v2.9.0
26472026-07-10T22:04:26.561Z Compiling xshell-macros v0.2.7
26482026-07-10T22:04:26.652Z Compiling bindgen v0.71.1
26492026-07-10T22:04:26.878Z Compiling regex-syntax v0.6.29
26502026-07-10T22:04:26.936Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26512026-07-10T22:04:26.998Z Compiling xshell v0.2.7
26522026-07-10T22:04:27.514Z Compiling progenitor-macro v0.13.0
26532026-07-10T22:04:28.327Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26542026-07-10T22:04:28.676Z Compiling lalrpop v0.19.12
26552026-07-10T22:04:28.814Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26562026-07-10T22:04:29.674Z Compiling cexpr v0.6.0
26572026-07-10T22:04:30.143Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26582026-07-10T22:04:30.306Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26592026-07-10T22:04:30.383Z Compiling progenitor-client v0.13.0
26602026-07-10T22:04:30.816Z Compiling rustc-hash v2.1.1
26612026-07-10T22:04:30.998Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26622026-07-10T22:04:31.567Z Compiling progenitor v0.13.0
26632026-07-10T22:04:31.746Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26642026-07-10T22:04:32.213Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26652026-07-10T22:04:32.296Z Compiling headers-core v0.3.0
26662026-07-10T22:04:32.451Z Compiling libxml v0.3.3
26672026-07-10T22:04:32.726Z Compiling crc8 v0.1.1
26682026-07-10T22:04:32.764Z Compiling headers v0.4.1
26692026-07-10T22:04:32.819Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26702026-07-10T22:04:32.974Z Compiling strum_macros v0.24.3
26712026-07-10T22:04:33.008Z Compiling indoc v1.0.9
26722026-07-10T22:04:33.462Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26732026-07-10T22:04:33.619Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26742026-07-10T22:04:33.943Z Compiling git-stub v1.0.0
26752026-07-10T22:04:34.069Z Compiling derive_builder v0.20.2
26762026-07-10T22:04:34.194Z Compiling quick-xml v0.37.5
26772026-07-10T22:04:34.215Z Compiling oso-derive v0.27.3
26782026-07-10T22:04:34.242Z Compiling impl-trait-for-tuples v0.2.3
26792026-07-10T22:04:34.263Z Compiling openssl-probe v0.1.6
26802026-07-10T22:04:34.402Z Compiling git-stub-vcs v0.1.0
26812026-07-10T22:04:34.590Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26822026-07-10T22:04:34.765Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26832026-07-10T22:04:34.768Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26842026-07-10T22:04:34.982Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26852026-07-10T22:04:35.029Z Compiling bb8 v0.8.6
26862026-07-10T22:04:35.322Z Compiling trait-variant v0.1.2
26872026-07-10T22:04:35.414Z Compiling half v1.8.3
26882026-07-10T22:04:35.557Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26892026-07-10T22:04:35.625Z Compiling samael v0.0.19
26902026-07-10T22:04:35.816Z Compiling serde_cbor v0.11.2
26912026-07-10T22:04:35.926Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26922026-07-10T22:04:35.948Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26932026-07-10T22:04:36.148Z Compiling polar-core v0.27.3
26942026-07-10T22:04:36.596Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26952026-07-10T22:04:36.878Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26962026-07-10T22:04:36.951Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26972026-07-10T22:04:37.024Z Compiling nonempty v0.12.0
26982026-07-10T22:04:37.168Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26992026-07-10T22:04:37.230Z Compiling fxhash v0.2.1
27002026-07-10T22:04:37.251Z Compiling libz-sys v1.1.24
27012026-07-10T22:04:37.395Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27022026-07-10T22:04:37.679Z Compiling salty v0.3.0
27032026-07-10T22:04:38.031Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27042026-07-10T22:04:38.132Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27052026-07-10T22:04:38.189Z Compiling kstat-rs v0.2.4
27062026-07-10T22:04:38.585Z Compiling arc-swap v1.8.2
27072026-07-10T22:04:38.678Z Compiling fs-err v2.11.0
27082026-07-10T22:04:39.098Z Compiling slog-scope v4.4.1
27092026-07-10T22:04:39.169Z Compiling mime_guess v2.0.5
27102026-07-10T22:04:39.449Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27112026-07-10T22:04:39.544Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27122026-07-10T22:04:39.732Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27132026-07-10T22:04:40.226Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27142026-07-10T22:04:40.320Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27152026-07-10T22:04:40.806Z Compiling rfc6979 v0.4.0
27162026-07-10T22:04:40.982Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27172026-07-10T22:04:41.004Z Compiling nanorand v0.7.0
27182026-07-10T22:04:41.303Z Compiling darling_core v0.23.0
27192026-07-10T22:04:41.384Z Compiling libgit2-sys v0.18.3+1.9.2
27202026-07-10T22:04:41.552Z Compiling parking_lot_core v0.8.6
27212026-07-10T22:04:41.918Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27222026-07-10T22:04:42.210Z Compiling flume v0.11.1
27232026-07-10T22:04:42.606Z Compiling ecdsa v0.16.9
27242026-07-10T22:04:43.080Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27252026-07-10T22:04:43.335Z Compiling slog-stdlog v4.1.1
27262026-07-10T22:04:43.502Z Compiling darling_macro v0.23.0
27272026-07-10T22:04:43.834Z Compiling async-bb8-diesel v0.2.1
27282026-07-10T22:04:44.049Z Compiling diesel-dtrace v0.5.0
27292026-07-10T22:04:44.216Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27302026-07-10T22:04:44.285Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27312026-07-10T22:04:44.379Z Compiling primeorder v0.13.6
27322026-07-10T22:04:44.463Z Compiling atty v0.2.14
27332026-07-10T22:04:44.608Z Compiling http-range v0.1.5
27342026-07-10T22:04:44.699Z Compiling instability v0.3.11
27352026-07-10T22:04:44.945Z Compiling strsim v0.10.0
27362026-07-10T22:04:44.991Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27372026-07-10T22:04:45.252Z Compiling oso v0.27.3
27382026-07-10T22:04:45.326Z Compiling parse-size v1.1.0
27392026-07-10T22:04:45.578Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27402026-07-10T22:04:45.634Z Compiling darling_core v0.13.4
27412026-07-10T22:04:47.357Z Compiling p384 v0.13.1
27422026-07-10T22:04:47.388Z Compiling darling v0.23.0
27432026-07-10T22:04:47.502Z Compiling slog-envlogger v2.2.0
27442026-07-10T22:04:49.529Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27452026-07-10T22:04:49.551Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27462026-07-10T22:04:49.763Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27472026-07-10T22:04:51.734Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27482026-07-10T22:04:51.831Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27492026-07-10T22:04:52.305Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27502026-07-10T22:04:52.328Z Compiling ignore v0.4.25
27512026-07-10T22:04:52.595Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27522026-07-10T22:04:53.277Z Compiling castaway v0.2.4
27532026-07-10T22:04:53.436Z Compiling vergen-git2 v9.1.0
27542026-07-10T22:04:53.772Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-07-10T22:04:54.059Z Compiling indoc v2.0.7
27562026-07-10T22:04:54.168Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-07-10T22:04:54.193Z Compiling compact_str v0.8.1
27582026-07-10T22:04:55.049Z Compiling globwalk v0.9.1
27592026-07-10T22:04:55.264Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27602026-07-10T22:04:55.373Z Compiling parking_lot v0.11.2
27612026-07-10T22:04:55.744Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27622026-07-10T22:04:55.872Z Compiling hyper-staticfile v0.10.1
27632026-07-10T22:04:55.943Z Compiling darling_macro v0.13.4
27642026-07-10T22:04:56.339Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27652026-07-10T22:04:56.486Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27662026-07-10T22:04:56.610Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27672026-07-10T22:04:56.988Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27682026-07-10T22:04:57.046Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27692026-07-10T22:04:57.086Z Compiling predicates-tree v1.0.13
27702026-07-10T22:04:57.268Z Compiling unicode-truncate v1.1.0
27712026-07-10T22:04:57.350Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27722026-07-10T22:04:57.486Z Compiling lru v0.12.5
27732026-07-10T22:04:57.546Z Compiling rand_seeder v0.4.0
27742026-07-10T22:04:57.575Z Compiling prefix-trie v0.7.0
27752026-07-10T22:04:57.600Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27762026-07-10T22:04:57.719Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27772026-07-10T22:04:57.813Z Compiling cassowary v0.3.0
27782026-07-10T22:04:57.898Z Compiling illumos-nvpair-sys v0.2.0
27792026-07-10T22:04:57.985Z Compiling corncobs v0.1.4
27802026-07-10T22:04:58.086Z Compiling hickory-server v0.25.2
27812026-07-10T22:04:58.112Z Compiling ratatui v0.29.0
27822026-07-10T22:04:58.173Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-07-10T22:04:58.237Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27842026-07-10T22:04:58.481Z Compiling camino-tempfile-ext v0.3.3
27852026-07-10T22:04:58.601Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-07-10T22:04:58.709Z Compiling darling v0.13.4
27872026-07-10T22:04:58.830Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27882026-07-10T22:04:58.908Z Compiling sled v0.34.7
27892026-07-10T22:04:59.149Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27902026-07-10T22:04:59.409Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27912026-07-10T22:05:00.189Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27922026-07-10T22:05:01.500Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27932026-07-10T22:05:02.022Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27942026-07-10T22:05:02.229Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27952026-07-10T22:05:02.260Z Compiling secrecy v0.8.0
27962026-07-10T22:05:02.457Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27972026-07-10T22:05:02.870Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27982026-07-10T22:05:03.196Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27992026-07-10T22:05:03.635Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28002026-07-10T22:05:03.805Z Compiling serde_with_macros v1.5.2
28012026-07-10T22:05:04.627Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28022026-07-10T22:05:05.277Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28032026-07-10T22:05:05.545Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28042026-07-10T22:05:05.763Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28052026-07-10T22:05:06.006Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28062026-07-10T22:05:06.253Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28072026-07-10T22:05:06.487Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28082026-07-10T22:05:06.511Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28092026-07-10T22:05:06.738Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28102026-07-10T22:05:06.780Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28112026-07-10T22:05:06.998Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28122026-07-10T22:05:07.025Z Compiling void v1.0.2
28132026-07-10T22:05:07.125Z Compiling git2 v0.20.4
28142026-07-10T22:05:07.184Z Compiling lzss v0.8.2
28152026-07-10T22:05:07.550Z Compiling illumos-nvpair v0.3.0
28162026-07-10T22:05:07.894Z Compiling serde_with v1.14.0
28172026-07-10T22:05:08.060Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28182026-07-10T22:05:08.639Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28192026-07-10T22:05:09.094Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28202026-07-10T22:05:09.117Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28212026-07-10T22:05:10.290Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28222026-07-10T22:05:10.682Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28232026-07-10T22:05:11.525Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28242026-07-10T22:05:12.298Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28252026-07-10T22:05:12.563Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28262026-07-10T22:05:12.724Z Compiling tungstenite v0.23.0
28272026-07-10T22:05:12.810Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28282026-07-10T22:05:13.018Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28292026-07-10T22:05:14.635Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28302026-07-10T22:05:14.876Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28312026-07-10T22:05:14.939Z Compiling nix v0.27.1
28322026-07-10T22:05:15.137Z Compiling twox-hash v2.1.2
28332026-07-10T22:05:15.160Z Compiling serde_bytes v0.11.19
28342026-07-10T22:05:15.304Z Compiling tokio-tungstenite v0.23.1
28352026-07-10T22:05:15.326Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28362026-07-10T22:05:15.454Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28372026-07-10T22:05:15.491Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28382026-07-10T22:05:15.641Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28392026-07-10T22:05:15.684Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28402026-07-10T22:05:16.141Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28412026-07-10T22:05:17.519Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28422026-07-10T22:05:18.184Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28432026-07-10T22:05:19.353Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28442026-07-10T22:05:19.765Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28452026-07-10T22:05:19.993Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28462026-07-10T22:05:20.026Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28472026-07-10T22:05:20.317Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28482026-07-10T22:05:20.647Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28492026-07-10T22:05:20.812Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28502026-07-10T22:05:21.270Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28512026-07-10T22:05:21.591Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28522026-07-10T22:05:22.195Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28532026-07-10T22:05:22.553Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28542026-07-10T22:05:24.351Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28552026-07-10T22:05:24.463Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28562026-07-10T22:05:25.771Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28572026-07-10T22:05:26.525Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28582026-07-10T22:05:26.654Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28592026-07-10T22:05:26.872Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28602026-07-10T22:05:27.237Z Compiling signal-hook-tokio v0.3.1
28612026-07-10T22:05:27.428Z Compiling fatfs v0.3.6
28622026-07-10T22:05:27.559Z Compiling yasna v0.5.2
28632026-07-10T22:05:27.819Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28642026-07-10T22:05:28.685Z Compiling seq-macro v0.3.6
28652026-07-10T22:05:28.936Z Compiling is_ci v1.2.0
28662026-07-10T22:05:29.076Z Compiling assert_matches v1.5.0
28672026-07-10T22:05:29.150Z Compiling supports-color v3.0.2
28682026-07-10T22:05:29.182Z Compiling rcgen v0.12.1
28692026-07-10T22:05:29.203Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28702026-07-10T22:05:29.499Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28712026-07-10T22:05:30.254Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28722026-07-10T22:05:30.949Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28732026-07-10T22:05:31.209Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28742026-07-10T22:05:31.482Z Compiling rtoolbox v0.0.3
28752026-07-10T22:05:31.573Z Compiling subprocess v0.2.15
28762026-07-10T22:05:31.787Z Compiling rpassword v7.4.0
28772026-07-10T22:05:32.082Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28782026-07-10T22:05:33.922Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28792026-07-10T22:05:33.988Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28802026-07-10T22:05:34.195Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28812026-07-10T22:05:34.345Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28822026-07-10T22:05:36.622Z Compiling tui-tree-widget v0.23.1
28832026-07-10T22:05:36.920Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28842026-07-10T22:05:37.760Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28852026-07-10T22:05:37.842Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28862026-07-10T22:05:38.083Z Compiling uzers v0.12.2
28872026-07-10T22:05:38.161Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28882026-07-10T22:05:39.540Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28892026-07-10T22:05:40.390Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28902026-07-10T22:05:41.440Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28912026-07-10T22:05:42.129Z Compiling support-bundle-viewer v0.1.2
28922026-07-10T22:05:43.571Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28932026-07-10T22:05:44.044Z Compiling multimap v0.10.1
28942026-07-10T22:05:56.496Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28952026-07-10T22:06:04.655Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28962026-07-10T22:06:06.762Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28972026-07-10T22:06:06.987Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28982026-07-10T22:06:09.549Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28992026-07-10T22:13:20.885Z Finished `release` profile [optimized] target(s) in 9m 25s
29002026-07-10T22:14:07.421Z
29012026-07-10T22:14:07.422Zreal 10:12.637725094
29022026-07-10T22:14:07.422Zuser 1:20:36.358297892
29032026-07-10T22:14:07.435Zsys 3:33.477118079
29042026-07-10T22:14:07.435Ztrap 1.820145491
29052026-07-10T22:14:07.435Ztflt 2.450926563
29062026-07-10T22:14:07.436Zdflt 19.866255470
29072026-07-10T22:14:07.436Zkflt 0.078745876
29082026-07-10T22:14:07.436Zlock 7:22:24.027301091
29092026-07-10T22:14:07.436Zslp 2:16:42.567989452
29102026-07-10T22:14:07.436Zlat 2:20.782726223
29112026-07-10T22:14:07.436Zstop 5:07.194473476
29122026-07-10T22:14:07.436Z+ mapfile -t packages
29132026-07-10T22:14:07.436Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29142026-07-10T22:14:08.318Z Finished `release` profile [optimized] target(s) in 0.89s
29152026-07-10T22:14:08.388Z Running `target/release/omicron-package -t test list-outputs`
29162026-07-10T22:14:08.453ZLogging to: /work/oxidecomputer/omicron/out/LOG
29172026-07-10T22:14:08.457Z+ ptime -m cargo build --locked --release -p xtask
29182026-07-10T22:14:08.930Z Compiling libc v0.2.185
29192026-07-10T22:14:08.930Z Compiling serde_core v1.0.228
29202026-07-10T22:14:08.934Z Compiling serde v1.0.228
29212026-07-10T22:14:08.934Z Compiling rustix v1.1.3
29222026-07-10T22:14:08.934Z Compiling bitflags v2.11.0
29232026-07-10T22:14:09.053Z Compiling serde_json v1.0.150
29242026-07-10T22:14:09.083Z Compiling usdt-impl v0.5.0
29252026-07-10T22:14:09.092Z Compiling syn v2.0.117
29262026-07-10T22:14:09.102Z Compiling syn v1.0.109
29272026-07-10T22:14:09.112Z Compiling getrandom v0.4.1
29282026-07-10T22:14:09.124Z Compiling log v0.4.29
29292026-07-10T22:14:09.136Z Compiling indexmap v2.14.0
29302026-07-10T22:14:09.151Z Compiling fs-err v3.3.0
29312026-07-10T22:14:09.358Z Compiling anyhow v1.0.102
29322026-07-10T22:14:09.462Z Compiling once_cell v1.21.3
29332026-07-10T22:14:09.466Z Compiling heck v0.4.1
29342026-07-10T22:14:09.849Z Compiling errno v0.3.14
29352026-07-10T22:14:09.849Z Compiling thread-id v4.2.2
29362026-07-10T22:14:09.852Z Compiling memmap v0.7.0
29372026-07-10T22:14:10.604Z Compiling proc-macro-error v1.0.4
29382026-07-10T22:14:10.825Z Compiling terminal_size v0.4.3
29392026-07-10T22:14:10.825Z Compiling tempfile v3.25.0
29402026-07-10T22:14:10.848Z Compiling tabled_derive v0.7.0
29412026-07-10T22:14:10.919Z Compiling clap_builder v4.6.0
29422026-07-10T22:14:10.919Z Compiling textwrap v0.16.2
29432026-07-10T22:14:11.268Z Compiling pest_generator v2.8.6
29442026-07-10T22:14:11.298Z Compiling camino v1.2.2
29452026-07-10T22:14:11.298Z Compiling semver v1.0.28
29462026-07-10T22:14:11.330Z Compiling cargo-platform v0.3.2
29472026-07-10T22:14:11.559Z Compiling tabled v0.15.0
29482026-07-10T22:14:11.613Z Compiling camino-tempfile v1.4.1
29492026-07-10T22:14:11.808Z Compiling serde_derive v1.0.228
29502026-07-10T22:14:11.808Z Compiling thiserror-impl v1.0.69
29512026-07-10T22:14:11.811Z Compiling zerocopy-derive v0.7.35
29522026-07-10T22:14:11.811Z Compiling scroll_derive v0.12.1
29532026-07-10T22:14:11.811Z Compiling thiserror-impl v2.0.18
29542026-07-10T22:14:11.811Z Compiling clap_derive v4.6.1
29552026-07-10T22:14:11.864Z Compiling pest_derive v2.8.6
29562026-07-10T22:14:12.547Z Compiling scroll v0.12.0
29572026-07-10T22:14:12.730Z Compiling zerocopy v0.7.35
29582026-07-10T22:14:12.830Z Compiling goblin v0.8.2
29592026-07-10T22:14:13.013Z Compiling thiserror v1.0.69
29602026-07-10T22:14:13.127Z Compiling dtrace-parser v0.2.0
29612026-07-10T22:14:13.307Z Compiling thiserror v2.0.18
29622026-07-10T22:14:13.435Z Compiling clap v4.6.1
29632026-07-10T22:14:15.063Z Compiling dof v0.3.0
29642026-07-10T22:14:15.134Z Compiling serde_spanned v0.6.9
29652026-07-10T22:14:15.216Z Compiling toml_datetime v0.6.11
29662026-07-10T22:14:15.275Z Compiling serde_tokenstream v0.2.3
29672026-07-10T22:14:15.309Z Compiling macaddr v1.0.1
29682026-07-10T22:14:15.333Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29692026-07-10T22:14:15.369Z Compiling cargo_metadata v0.23.1
29702026-07-10T22:14:15.412Z Compiling toml_edit v0.22.27
29712026-07-10T22:14:15.835Z Compiling usdt-attr-macro v0.5.0
29722026-07-10T22:14:15.836Z Compiling usdt-macro v0.5.0
29732026-07-10T22:14:16.520Z Compiling usdt v0.5.0
29742026-07-10T22:14:17.017Z Compiling toml v0.8.23
29752026-07-10T22:14:17.455Z Compiling cargo_toml v0.21.0
29762026-07-10T22:14:21.950Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29772026-07-10T22:14:25.332Z Finished `release` profile [optimized] target(s) in 16.86s
29782026-07-10T22:14:25.437Z
29792026-07-10T22:14:25.437Zreal 16.948220926
29802026-07-10T22:14:25.441Zuser 2:08.559463639
29812026-07-10T22:14:25.441Zsys 14.325557971
29822026-07-10T22:14:25.441Ztrap 0.074289849
29832026-07-10T22:14:25.441Ztflt 0.474128796
29842026-07-10T22:14:25.441Zdflt 1.726065455
29852026-07-10T22:14:25.441Zkflt 0.000021024
29862026-07-10T22:14:25.441Zlock 4:38.414927583
29872026-07-10T22:14:25.441Zslp 2:46.783276273
29882026-07-10T22:14:25.441Zlat 4.299630721
29892026-07-10T22:14:25.441Zstop 15.419626419
29902026-07-10T22:14:25.441Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29912026-07-10T22:14:25.441Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29922026-07-10T22:14:25.441Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29932026-07-10T22:14:25.441Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29942026-07-10T22:14:25.441Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
29952026-07-10T22:14:26.353Z Compiling progenitor-client v0.14.0
29962026-07-10T22:14:26.357Z Compiling newtype-uuid-macros v0.1.0
29972026-07-10T22:14:26.357Z Compiling match_cfg v0.1.0
29982026-07-10T22:14:26.357Z Compiling slog-json v2.6.1
29992026-07-10T22:14:26.357Z Compiling structmeta-derive v0.3.0
30002026-07-10T22:14:26.357Z Compiling sha1 v0.11.0
30012026-07-10T22:14:26.501Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30022026-07-10T22:14:26.529Z Compiling multer v3.1.0
30032026-07-10T22:14:26.533Z Compiling compression-core v0.4.31
30042026-07-10T22:14:26.533Z Compiling debug-ignore v1.0.5
30052026-07-10T22:14:26.533Z Compiling atomicwrites v0.4.4
30062026-07-10T22:14:26.533Z Compiling itertools v0.14.0
30072026-07-10T22:14:26.533Z Compiling async-stream-impl v0.3.6
30082026-07-10T22:14:26.533Z Compiling toml_datetime v1.1.1+spec-1.1.0
30092026-07-10T22:14:26.551Z Compiling serde_spanned v1.1.1
30102026-07-10T22:14:26.554Z Compiling dropshot v0.17.1
30112026-07-10T22:14:26.752Z Compiling hostname v0.3.1
30122026-07-10T22:14:26.809Z Compiling toml_writer v1.1.1+spec-1.1.0
30132026-07-10T22:14:26.812Z Compiling waitgroup v0.1.2
30142026-07-10T22:14:26.827Z Compiling rustls-pemfile v2.2.0
30152026-07-10T22:14:26.861Z Compiling dropshot_endpoint v0.17.1
30162026-07-10T22:14:26.881Z Compiling serde_path_to_error v0.1.20
30172026-07-10T22:14:26.919Z Compiling slog-bunyan v2.5.0
30182026-07-10T22:14:26.939Z Compiling compression-codecs v0.4.37
30192026-07-10T22:14:26.961Z Compiling hostname v0.4.2
30202026-07-10T22:14:27.015Z Compiling toml v1.1.2+spec-1.1.0
30212026-07-10T22:14:27.053Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30222026-07-10T22:14:27.056Z Compiling macaddr v1.0.1
30232026-07-10T22:14:27.056Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30242026-07-10T22:14:27.091Z Compiling instant v0.1.13
30252026-07-10T22:14:27.109Z Compiling regress v0.10.5
30262026-07-10T22:14:27.151Z Compiling async-compression v0.4.41
30272026-07-10T22:14:27.214Z Compiling backon v1.6.0
30282026-07-10T22:14:27.246Z Compiling backoff v0.4.0
30292026-07-10T22:14:27.265Z Compiling humantime v2.3.0
30302026-07-10T22:14:27.285Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30312026-07-10T22:14:27.285Z Compiling regress v0.11.1
30322026-07-10T22:14:27.322Z Compiling half v2.7.1
30332026-07-10T22:14:27.371Z Compiling async-stream v0.3.6
30342026-07-10T22:14:27.435Z Compiling progenitor-extras v0.2.0
30352026-07-10T22:14:27.461Z Compiling crucible-workspace-hack v0.1.0
30362026-07-10T22:14:27.477Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30372026-07-10T22:14:27.497Z Compiling ciborium-io v0.2.2
30382026-07-10T22:14:27.512Z Compiling convert_case v0.4.0
30392026-07-10T22:14:27.552Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30402026-07-10T22:14:27.555Z Compiling secrecy v0.10.3
30412026-07-10T22:14:27.586Z Compiling unsafe-libyaml v0.2.11
30422026-07-10T22:14:27.612Z Compiling ciborium-ll v0.2.2
30432026-07-10T22:14:27.640Z Compiling structmeta v0.3.0
30442026-07-10T22:14:27.666Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30452026-07-10T22:14:27.703Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30462026-07-10T22:14:27.740Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30472026-07-10T22:14:27.777Z Compiling inout v0.1.4
30482026-07-10T22:14:27.795Z Compiling thiserror-impl-no-std v2.0.2
30492026-07-10T22:14:27.849Z Compiling ciborium v0.2.2
30502026-07-10T22:14:27.872Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30512026-07-10T22:14:27.899Z Compiling derive-ex v0.1.8
30522026-07-10T22:14:27.930Z Compiling parse-display-derive v0.10.0
30532026-07-10T22:14:27.964Z Compiling derive_more v0.99.20
30542026-07-10T22:14:27.985Z Compiling cipher v0.4.4
30552026-07-10T22:14:28.028Z Compiling universal-hash v0.5.1
30562026-07-10T22:14:28.084Z Compiling opaque-debug v0.3.1
30572026-07-10T22:14:28.102Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30582026-07-10T22:14:28.175Z Compiling serde_yaml v0.9.34+deprecated
30592026-07-10T22:14:28.193Z Compiling poly1305 v0.8.0
30602026-07-10T22:14:28.196Z Compiling byte-wrapper v0.1.0
30612026-07-10T22:14:28.275Z Compiling chacha20 v0.9.1
30622026-07-10T22:14:28.362Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30632026-07-10T22:14:28.388Z Compiling blake2 v0.10.6
30642026-07-10T22:14:28.462Z Compiling aead v0.5.2
30652026-07-10T22:14:28.568Z Compiling password-hash v0.5.0
30662026-07-10T22:14:28.586Z Compiling toml_datetime v0.7.5+spec-1.1.0
30672026-07-10T22:14:28.589Z Compiling indent_write v2.2.0
30682026-07-10T22:14:28.698Z Compiling chacha20poly1305 v0.10.1
30692026-07-10T22:14:28.754Z Compiling heapless v0.8.0
30702026-07-10T22:14:28.873Z Compiling argon2 v0.5.3
30712026-07-10T22:14:28.891Z Compiling toml_edit v0.23.10+spec-1.0.0
30722026-07-10T22:14:28.967Z Compiling typify-impl v0.6.2
30732026-07-10T22:14:28.985Z Compiling ingot-macros v0.1.1
30742026-07-10T22:14:29.009Z Compiling tabwriter v1.4.1
30752026-07-10T22:14:29.087Z Compiling thiserror-no-std v2.0.2
30762026-07-10T22:14:29.240Z Compiling vsss-rs v3.3.4
30772026-07-10T22:14:29.377Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30782026-07-10T22:14:29.418Z Compiling hash32 v0.3.1
30792026-07-10T22:14:29.724Z Compiling proc-macro-crate v3.4.0
30802026-07-10T22:14:29.885Z Compiling smoltcp v0.11.0
30812026-07-10T22:14:30.053Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30822026-07-10T22:14:30.083Z Compiling parse-display v0.10.0
30832026-07-10T22:14:30.111Z Compiling test-strategy v0.4.5
30842026-07-10T22:14:30.544Z Compiling cobs v0.3.0
30852026-07-10T22:14:30.566Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30862026-07-10T22:14:30.588Z Compiling colored v3.1.1
30872026-07-10T22:14:30.638Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30882026-07-10T22:14:30.655Z Compiling num_enum_derive v0.7.6
30892026-07-10T22:14:30.768Z Compiling postcard v1.1.3
30902026-07-10T22:14:30.790Z Compiling proc-macro-error v1.0.4
30912026-07-10T22:14:30.833Z Compiling proc-macro-crate v1.3.1
30922026-07-10T22:14:31.000Z Compiling rand v0.10.1
30932026-07-10T22:14:31.017Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30942026-07-10T22:14:31.139Z Compiling foreign-types-macros v0.2.3
30952026-07-10T22:14:31.156Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30962026-07-10T22:14:31.193Z Compiling foreign-types-shared v0.3.1
30972026-07-10T22:14:31.242Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30982026-07-10T22:14:31.259Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30992026-07-10T22:14:31.294Z Compiling rayon-core v1.13.0
31002026-07-10T22:14:31.313Z Compiling num_enum_derive v0.5.11
31012026-07-10T22:14:31.464Z Compiling crossbeam-deque v0.8.6
31022026-07-10T22:14:31.485Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31032026-07-10T22:14:31.502Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31042026-07-10T22:14:31.551Z Compiling cstr-argument v0.1.2
31052026-07-10T22:14:31.567Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31062026-07-10T22:14:31.740Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31072026-07-10T22:14:31.807Z Compiling foreign-types v0.5.0
31082026-07-10T22:14:31.810Z Compiling num_enum v0.7.6
31092026-07-10T22:14:31.867Z Compiling zone_cfg_derive v0.3.1
31102026-07-10T22:14:31.895Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31112026-07-10T22:14:31.912Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31122026-07-10T22:14:31.976Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31132026-07-10T22:14:31.995Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31142026-07-10T22:14:31.995Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31152026-07-10T22:14:32.035Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31162026-07-10T22:14:32.133Z Compiling rayon v1.11.0
31172026-07-10T22:14:32.168Z Compiling itertools v0.12.1
31182026-07-10T22:14:32.193Z Compiling num-derive v0.4.2
31192026-07-10T22:14:32.210Z Compiling sigpipe v0.1.3
31202026-07-10T22:14:32.259Z Compiling glob v0.3.3
31212026-07-10T22:14:32.319Z Compiling cpubits v0.1.1
31222026-07-10T22:14:32.400Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31232026-07-10T22:14:32.419Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31242026-07-10T22:14:32.437Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31252026-07-10T22:14:32.456Z Compiling num_enum v0.5.11
31262026-07-10T22:14:32.496Z Compiling smf v0.2.3
31272026-07-10T22:14:32.544Z Compiling ingot-types v0.1.2
31282026-07-10T22:14:32.592Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31292026-07-10T22:14:32.610Z Compiling whoami v1.6.1
31302026-07-10T22:14:32.678Z Compiling usdt-macro v0.5.0
31312026-07-10T22:14:32.695Z Compiling usdt-attr-macro v0.5.0
31322026-07-10T22:14:32.712Z Compiling gethostname v0.5.0
31332026-07-10T22:14:32.788Z Compiling num-rational v0.4.2
31342026-07-10T22:14:32.947Z Compiling ingot v0.1.1
31352026-07-10T22:14:32.953Z Compiling pem-rfc7468 v1.0.0
31362026-07-10T22:14:33.016Z Compiling num-complex v0.4.6
31372026-07-10T22:14:33.080Z Compiling memmap v0.7.0
31382026-07-10T22:14:33.174Z Compiling derive-where v1.6.0
31392026-07-10T22:14:33.232Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31402026-07-10T22:14:33.298Z Compiling float-ord v0.3.2
31412026-07-10T22:14:33.313Z Compiling toml v0.8.23
31422026-07-10T22:14:33.433Z Compiling zone v0.3.1
31432026-07-10T22:14:33.449Z Compiling num v0.4.3
31442026-07-10T22:14:33.469Z Compiling hmac v0.13.0
31452026-07-10T22:14:33.487Z Compiling universal-hash v0.6.1
31462026-07-10T22:14:33.543Z Compiling resolv-conf v0.7.6
31472026-07-10T22:14:33.560Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31482026-07-10T22:14:33.599Z Compiling usdt v0.5.0
31492026-07-10T22:14:33.649Z Compiling cancel-safe-futures v0.1.5
31502026-07-10T22:14:33.666Z Compiling owo-colors v4.3.0
31512026-07-10T22:14:33.686Z Compiling polyval v0.7.1
31522026-07-10T22:14:33.726Z Compiling der v0.8.0
31532026-07-10T22:14:33.748Z Compiling libsw-core v0.3.2
31542026-07-10T22:14:33.899Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31552026-07-10T22:14:33.917Z Compiling prettyplease v0.2.37
31562026-07-10T22:14:33.963Z Compiling libsw v3.5.0
31572026-07-10T22:14:33.963Z Compiling ghash v0.6.0
31582026-07-10T22:14:33.998Z Compiling pbkdf2 v0.13.0
31592026-07-10T22:14:34.001Z Compiling aes v0.9.1
31602026-07-10T22:14:34.143Z Compiling console v0.15.11
31612026-07-10T22:14:34.161Z Compiling hickory-proto v0.24.4
31622026-07-10T22:14:34.176Z Compiling newline-converter v0.3.0
31632026-07-10T22:14:34.180Z Compiling ctr v0.10.1
31642026-07-10T22:14:34.214Z Compiling typify-macro v0.6.2
31652026-07-10T22:14:34.255Z Compiling aead v0.6.1
31662026-07-10T22:14:34.322Z Compiling sha2 v0.11.0
31672026-07-10T22:14:34.391Z Compiling linear-map v1.2.0
31682026-07-10T22:14:34.458Z Compiling linked-hash-map v0.5.6
31692026-07-10T22:14:34.485Z Compiling libefi-sys v0.1.0
31702026-07-10T22:14:34.572Z Compiling expectorate v1.2.0
31712026-07-10T22:14:34.615Z Compiling aes-gcm v0.11.0
31722026-07-10T22:14:34.641Z Compiling lru-cache v0.1.2
31732026-07-10T22:14:34.744Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31742026-07-10T22:14:34.767Z Compiling spki v0.8.0
31752026-07-10T22:14:34.796Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31762026-07-10T22:14:34.828Z Compiling crypto-bigint v0.7.5
31772026-07-10T22:14:34.845Z Compiling git-stub v1.0.0
31782026-07-10T22:14:34.939Z Compiling salsa20 v0.11.0
31792026-07-10T22:14:34.957Z Compiling cbc v0.2.1
31802026-07-10T22:14:35.019Z Compiling bitfield-struct v0.6.2
31812026-07-10T22:14:35.105Z Compiling nom v8.0.0
31822026-07-10T22:14:35.124Z Compiling semver v0.1.20
31832026-07-10T22:14:35.128Z Compiling scrypt v0.12.0
31842026-07-10T22:14:35.162Z Compiling git-stub-vcs v0.1.0
31852026-07-10T22:14:35.247Z Compiling tokio-dtrace v0.1.1
31862026-07-10T22:14:35.419Z Compiling rustc_version v0.1.7
31872026-07-10T22:14:35.473Z Compiling dropshot-api-manager-types v0.7.2
31882026-07-10T22:14:35.484Z Compiling slog-dtrace v0.3.0
31892026-07-10T22:14:35.569Z Compiling minimal-lexical v0.2.1
31902026-07-10T22:14:35.587Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31912026-07-10T22:14:35.707Z Compiling newtype_derive v0.1.6
31922026-07-10T22:14:35.775Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31932026-07-10T22:14:35.820Z Compiling nom v7.1.3
31942026-07-10T22:14:35.841Z Compiling oxide-tokio-rt v0.1.4
31952026-07-10T22:14:35.879Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31962026-07-10T22:14:35.928Z Compiling pkcs5 v0.8.1
31972026-07-10T22:14:35.954Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31982026-07-10T22:14:35.971Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31992026-07-10T22:14:36.119Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32002026-07-10T22:14:36.119Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32012026-07-10T22:14:36.164Z Compiling typify v0.6.2
32022026-07-10T22:14:36.182Z Compiling phf_shared v0.12.1
32032026-07-10T22:14:36.234Z Compiling csv-core v0.1.13
32042026-07-10T22:14:36.301Z Compiling progenitor-impl v0.14.0
32052026-07-10T22:14:36.319Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32062026-07-10T22:14:36.394Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32072026-07-10T22:14:36.503Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32082026-07-10T22:14:36.535Z Compiling hickory-resolver v0.24.4
32092026-07-10T22:14:36.556Z Compiling unicode-xid v0.2.6
32102026-07-10T22:14:36.574Z Compiling highway v1.3.0
32112026-07-10T22:14:36.592Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32122026-07-10T22:14:36.688Z Compiling xshell-macros v0.2.7
32132026-07-10T22:14:36.716Z Compiling chrono-tz v0.10.4
32142026-07-10T22:14:36.975Z Compiling const_format_proc_macros v0.2.34
32152026-07-10T22:14:36.993Z Compiling csv v1.4.0
32162026-07-10T22:14:37.142Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32172026-07-10T22:14:37.290Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32182026-07-10T22:14:37.478Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32192026-07-10T22:14:37.563Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32202026-07-10T22:14:37.585Z Compiling xshell v0.2.7
32212026-07-10T22:14:37.604Z Compiling phf v0.12.1
32222026-07-10T22:14:37.607Z Compiling pkcs8 v0.11.0
32232026-07-10T22:14:37.788Z Compiling qorb v0.4.1
32242026-07-10T22:14:37.852Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32252026-07-10T22:14:37.897Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32262026-07-10T22:14:38.006Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32272026-07-10T22:14:38.103Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32282026-07-10T22:14:38.224Z Compiling const_format v0.2.35
32292026-07-10T22:14:38.244Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32302026-07-10T22:14:38.445Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32312026-07-10T22:14:38.497Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32322026-07-10T22:14:38.515Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32332026-07-10T22:14:38.568Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32342026-07-10T22:14:38.587Z Compiling tabled_derive v0.7.0
32352026-07-10T22:14:38.743Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32362026-07-10T22:14:38.852Z Compiling bcs v0.1.6
32372026-07-10T22:14:39.035Z Compiling progenitor-macro v0.14.0
32382026-07-10T22:14:39.206Z Compiling ff v0.14.0
32392026-07-10T22:14:39.307Z Compiling termtree v0.5.1
32402026-07-10T22:14:39.381Z Compiling salty v0.3.0
32412026-07-10T22:14:39.422Z Compiling tagptr v0.2.0
32422026-07-10T22:14:39.498Z Compiling textwrap v0.16.2
32432026-07-10T22:14:39.611Z Compiling moka v0.12.13
32442026-07-10T22:14:39.666Z Compiling tabled v0.15.0
32452026-07-10T22:14:39.716Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32462026-07-10T22:14:39.747Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32472026-07-10T22:14:39.833Z Compiling steno v0.4.1
32482026-07-10T22:14:39.931Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32492026-07-10T22:14:39.981Z Compiling sha1 v0.10.6
32502026-07-10T22:14:39.997Z Compiling signature v3.0.0
32512026-07-10T22:14:40.017Z Compiling base64 v0.21.7
32522026-07-10T22:14:40.036Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32532026-07-10T22:14:40.105Z Compiling base16ct v1.0.0
32542026-07-10T22:14:40.215Z Compiling radium v0.7.0
32552026-07-10T22:14:40.270Z Compiling sec1 v0.8.1
32562026-07-10T22:14:40.339Z Compiling hickory-resolver v0.25.2
32572026-07-10T22:14:40.396Z Compiling group v0.14.0
32582026-07-10T22:14:40.464Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32592026-07-10T22:14:40.563Z Compiling hkdf v0.13.0
32602026-07-10T22:14:40.580Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32612026-07-10T22:14:40.617Z Compiling rfc6979 v0.4.0
32622026-07-10T22:14:40.620Z Compiling maybe-uninit v2.0.0
32632026-07-10T22:14:40.678Z Compiling tap v1.0.1
32642026-07-10T22:14:40.762Z Compiling ecdsa v0.16.9
32652026-07-10T22:14:40.785Z Compiling elliptic-curve v0.14.0-rc.33
32662026-07-10T22:14:40.828Z Compiling wyz v0.5.1
32672026-07-10T22:14:41.087Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32682026-07-10T22:14:41.105Z Compiling primeorder v0.13.6
32692026-07-10T22:14:41.251Z Compiling proc-macro-error-attr2 v2.0.0
32702026-07-10T22:14:41.291Z Compiling packed_struct v0.10.1
32712026-07-10T22:14:41.416Z Compiling utf-8 v0.7.6
32722026-07-10T22:14:41.468Z Compiling parking_lot_core v0.8.6
32732026-07-10T22:14:41.572Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32742026-07-10T22:14:41.616Z Compiling funty v2.0.0
32752026-07-10T22:14:41.660Z Compiling tungstenite v0.21.0
32762026-07-10T22:14:41.744Z Compiling proc-macro-error2 v2.0.1
32772026-07-10T22:14:41.803Z Compiling p384 v0.13.1
32782026-07-10T22:14:41.936Z Compiling rfc6979 v0.5.0
32792026-07-10T22:14:42.096Z Compiling bitvec v1.0.1
32802026-07-10T22:14:42.116Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32812026-07-10T22:14:42.139Z Compiling num-derive v0.3.3
32822026-07-10T22:14:42.242Z Compiling packed_struct_codegen v0.10.1
32832026-07-10T22:14:42.398Z Compiling bitfield-macros v0.19.4
32842026-07-10T22:14:42.420Z Compiling zerocopy-derive v0.6.6
32852026-07-10T22:14:42.532Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32862026-07-10T22:14:42.547Z Compiling indexmap v1.9.3
32872026-07-10T22:14:42.564Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32882026-07-10T22:14:42.663Z Compiling nodrop v0.1.14
32892026-07-10T22:14:42.792Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32902026-07-10T22:14:42.809Z Compiling crc-catalog v2.4.0
32912026-07-10T22:14:42.877Z Compiling array-init v0.0.4
32922026-07-10T22:14:42.923Z Compiling crc v3.4.0
32932026-07-10T22:14:42.940Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32942026-07-10T22:14:43.088Z Compiling tokio-tungstenite v0.21.0
32952026-07-10T22:14:43.138Z Compiling libscf-sys v1.1.0
32962026-07-10T22:14:43.157Z Compiling tabled_derive v0.11.0
32972026-07-10T22:14:43.199Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32982026-07-10T22:14:43.203Z Compiling bitfield v0.19.4
32992026-07-10T22:14:43.269Z Compiling ecdsa v0.17.0-rc.18
33002026-07-10T22:14:43.287Z Compiling smallvec v0.6.14
33012026-07-10T22:14:43.357Z Compiling zerocopy v0.6.6
33022026-07-10T22:14:43.446Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33032026-07-10T22:14:43.476Z Compiling primeorder v0.14.0-rc.10
33042026-07-10T22:14:43.528Z Compiling primefield v0.14.0
33052026-07-10T22:14:43.565Z Compiling progenitor-impl v0.13.0
33062026-07-10T22:14:43.634Z Compiling papergrid v0.17.0
33072026-07-10T22:14:43.710Z Compiling testing_table v0.3.0
33082026-07-10T22:14:43.727Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33092026-07-10T22:14:43.745Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33102026-07-10T22:14:43.792Z Compiling curve25519-dalek v5.0.0-rc.0
33112026-07-10T22:14:43.850Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33122026-07-10T22:14:43.899Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33132026-07-10T22:14:43.920Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33142026-07-10T22:14:44.023Z Compiling corncobs v0.1.4
33152026-07-10T22:14:44.131Z Compiling illumos-nvpair-sys v0.2.0
33162026-07-10T22:14:44.169Z Compiling unicase v2.9.0
33172026-07-10T22:14:44.201Z Compiling hashbrown v0.12.3
33182026-07-10T22:14:44.317Z Compiling progenitor v0.14.0
33192026-07-10T22:14:44.335Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33202026-07-10T22:14:44.422Z Compiling mime_guess v2.0.5
33212026-07-10T22:14:44.455Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33222026-07-10T22:14:44.456Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33232026-07-10T22:14:44.491Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33242026-07-10T22:14:44.494Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33252026-07-10T22:14:44.680Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33262026-07-10T22:14:44.784Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33272026-07-10T22:14:44.842Z Compiling tabled v0.20.0
33282026-07-10T22:14:44.907Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33292026-07-10T22:14:44.987Z Compiling parking_lot v0.11.2
33302026-07-10T22:14:45.043Z Compiling serde-hex v0.1.0
33312026-07-10T22:14:45.061Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33322026-07-10T22:14:45.255Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33332026-07-10T22:14:45.402Z Compiling ron v0.8.1
33342026-07-10T22:14:45.419Z Compiling ssh-encoding v0.3.0-rc.9
33352026-07-10T22:14:45.457Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33362026-07-10T22:14:45.473Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33372026-07-10T22:14:45.551Z Compiling hashbrown v0.13.2
33382026-07-10T22:14:45.654Z Compiling progenitor-client v0.13.0
33392026-07-10T22:14:45.784Z Compiling prefix-trie v0.7.0
33402026-07-10T22:14:45.968Z Compiling fxhash v0.2.1
33412026-07-10T22:14:46.002Z Compiling secrecy v0.8.0
33422026-07-10T22:14:46.070Z Compiling crc-any v2.5.0
33432026-07-10T22:14:46.140Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33442026-07-10T22:14:46.182Z Compiling hickory-server v0.25.2
33452026-07-10T22:14:46.260Z Compiling sled v0.34.7
33462026-07-10T22:14:46.323Z Compiling progenitor-macro v0.13.0
33472026-07-10T22:14:46.340Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33482026-07-10T22:14:46.434Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33492026-07-10T22:14:46.696Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33502026-07-10T22:14:47.026Z Compiling object v0.30.4
33512026-07-10T22:14:47.307Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33522026-07-10T22:14:47.325Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33532026-07-10T22:14:47.540Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33542026-07-10T22:14:47.760Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33552026-07-10T22:14:47.852Z Compiling ed25519 v3.0.0
33562026-07-10T22:14:48.092Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33572026-07-10T22:14:48.130Z Compiling crypto-primes v0.7.2
33582026-07-10T22:14:48.384Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33592026-07-10T22:14:48.780Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33602026-07-10T22:14:48.859Z Compiling pkcs1 v0.8.0-rc.4
33612026-07-10T22:14:48.926Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33622026-07-10T22:14:49.006Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33632026-07-10T22:14:49.216Z Compiling poly1305 v0.9.0
33642026-07-10T22:14:49.284Z Compiling blowfish v0.10.0
33652026-07-10T22:14:49.452Z Compiling blake2 v0.11.0-rc.6
33662026-07-10T22:14:49.547Z Compiling keccak v0.2.0
33672026-07-10T22:14:49.602Z Compiling half v1.8.3
33682026-07-10T22:14:49.661Z Compiling crc8 v0.1.1
33692026-07-10T22:14:49.716Z Compiling path-slash v0.1.5
33702026-07-10T22:14:49.762Z Compiling http-range v0.1.5
33712026-07-10T22:14:49.811Z Compiling fiat-crypto v0.3.0
33722026-07-10T22:14:49.886Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33732026-07-10T22:14:49.916Z Compiling serde_cbor v0.11.2
33742026-07-10T22:14:49.985Z Compiling argon2 v0.6.0-rc.8
33752026-07-10T22:14:50.054Z Compiling sha3 v0.11.0
33762026-07-10T22:14:50.073Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33772026-07-10T22:14:50.100Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33782026-07-10T22:14:50.125Z Compiling ssh-cipher v0.3.0-rc.9
33792026-07-10T22:14:50.142Z Compiling bcrypt-pbkdf v0.11.0
33802026-07-10T22:14:50.478Z Compiling rsa v0.10.0-rc.18
33812026-07-10T22:14:50.568Z Compiling ed25519-dalek v3.0.0-rc.0
33822026-07-10T22:14:50.586Z Compiling illumos-nvpair v0.3.0
33832026-07-10T22:14:50.873Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33842026-07-10T22:14:50.891Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33852026-07-10T22:14:51.046Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33862026-07-10T22:14:51.068Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33872026-07-10T22:14:51.127Z Compiling p256 v0.14.0-rc.10
33882026-07-10T22:14:51.184Z Compiling p521 v0.14.0-rc.10
33892026-07-10T22:14:51.289Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33902026-07-10T22:14:51.316Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33912026-07-10T22:14:51.386Z Compiling yasna v0.5.2
33922026-07-10T22:14:51.422Z Compiling kstat-rs v0.2.4
33932026-07-10T22:14:51.439Z Compiling headers-core v0.3.0
33942026-07-10T22:14:51.442Z Compiling progenitor v0.13.0
33952026-07-10T22:14:51.605Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33962026-07-10T22:14:51.624Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33972026-07-10T22:14:51.740Z Compiling kem v0.3.0
33982026-07-10T22:14:51.839Z Compiling module-lattice v0.2.3
33992026-07-10T22:14:51.883Z Compiling nanorand v0.7.0
34002026-07-10T22:14:51.901Z Compiling atty v0.2.14
34012026-07-10T22:14:51.958Z Compiling rcgen v0.12.1
34022026-07-10T22:14:52.037Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34032026-07-10T22:14:52.075Z Compiling ml-kem v0.3.2
34042026-07-10T22:14:52.104Z Compiling flume v0.11.1
34052026-07-10T22:14:52.107Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34062026-07-10T22:14:52.198Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34072026-07-10T22:14:52.374Z Compiling headers v0.4.1
34082026-07-10T22:14:52.442Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34092026-07-10T22:14:52.868Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34102026-07-10T22:14:53.009Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34112026-07-10T22:14:53.088Z Compiling hyper-staticfile v0.10.1
34122026-07-10T22:14:53.180Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34132026-07-10T22:14:53.201Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34142026-07-10T22:14:53.298Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34152026-07-10T22:14:53.357Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34162026-07-10T22:14:53.603Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34172026-07-10T22:14:53.667Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34182026-07-10T22:14:54.009Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34192026-07-10T22:14:54.037Z Compiling russh-cryptovec v0.61.0
34202026-07-10T22:14:54.120Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34212026-07-10T22:14:54.195Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34222026-07-10T22:14:54.297Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34232026-07-10T22:14:54.314Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34242026-07-10T22:14:54.385Z Compiling internal-russh-num-bigint v0.5.0
34252026-07-10T22:14:54.562Z Compiling num-bigint v0.4.6
34262026-07-10T22:14:54.631Z Compiling generic-array v1.4.3
34272026-07-10T22:14:54.755Z Compiling russh-util v0.52.0
34282026-07-10T22:14:54.869Z Compiling enum_dispatch v0.3.13
34292026-07-10T22:14:54.943Z Compiling delegate v0.13.5
34302026-07-10T22:14:55.038Z Compiling subprocess v0.2.15
34312026-07-10T22:14:55.105Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34322026-07-10T22:14:55.165Z Compiling p384 v0.14.0-rc.10
34332026-07-10T22:14:55.349Z Compiling md5 v0.8.0
34342026-07-10T22:14:55.381Z Compiling display-error-chain v0.2.2
34352026-07-10T22:14:55.572Z Compiling hex-literal v1.1.0
34362026-07-10T22:14:55.612Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34372026-07-10T22:14:55.660Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34382026-07-10T22:14:55.682Z Compiling colored v2.2.0
34392026-07-10T22:14:55.709Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34402026-07-10T22:14:55.804Z Compiling socket2 v0.5.10
34412026-07-10T22:14:55.847Z Compiling internet-checksum v0.2.1
34422026-07-10T22:14:56.675Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34432026-07-10T22:14:57.328Z Compiling ssh-key v0.7.0-rc.10
34442026-07-10T22:14:57.403Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34452026-07-10T22:14:57.892Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34462026-07-10T22:14:58.588Z Compiling russh v0.61.2
34472026-07-10T22:14:58.719Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34482026-07-10T22:14:59.534Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34492026-07-10T22:15:08.035Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34502026-07-10T22:15:08.035Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34512026-07-10T22:15:08.035Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34522026-07-10T22:15:08.040Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34532026-07-10T22:15:09.799Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34542026-07-10T22:15:09.889Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34552026-07-10T22:15:13.832Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34562026-07-10T22:15:54.134Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
34572026-07-10T22:15:54.373Z
34582026-07-10T22:15:54.373Zreal 1:28.864063772
34592026-07-10T22:15:54.373Zuser 8:58.684687413
34602026-07-10T22:15:54.374Zsys 1:46.957465076
34612026-07-10T22:15:54.374Ztrap 0.290394996
34622026-07-10T22:15:54.374Ztflt 0.373205197
34632026-07-10T22:15:54.374Zdflt 1.530749484
34642026-07-10T22:15:54.374Zkflt 0.000287930
34652026-07-10T22:15:54.374Zlock 32:01.296498492
34662026-07-10T22:15:54.374Zslp 20:31.534788222
34672026-07-10T22:15:54.374Zlat 45.793648103
34682026-07-10T22:15:54.374Zstop 3:16.874022399
34692026-07-10T22:15:54.377Z+ mkdir tests
34702026-07-10T22:15:54.378Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34712026-07-10T22:15:54.381Z+ xargs -I '{}' -t cp '{}' tests/
34722026-07-10T22:15:54.401Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7642b2d57d595135 tests/
34732026-07-10T22:15:54.423Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ca561ce3ba29e3d2 tests/
34742026-07-10T22:15:54.443Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-de50baf115444d57 tests/
34752026-07-10T22:15:54.466Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f893b9f61afabf44 tests/
34762026-07-10T22:15:54.708Z+ 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)
34772026-07-10T22:15:54.711Z+ 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
34782026-07-10T22:17:15.413ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34792026-07-10T22:17:15.413Za .github/buildomat/ci-env.sh 1K
34802026-07-10T22:17:15.413Za out/target/test 1K
34812026-07-10T22:17:15.413Za out/npuzone/npuzone 27402K
34822026-07-10T22:17:15.413Za package-manifest.toml 35K
34832026-07-10T22:17:15.413Za smf/sled-agent/non-gimlet/config.toml 6K
34842026-07-10T22:17:15.413Za target/release/omicron-package 40725K
34852026-07-10T22:17:15.414Za target/release/xtask 10468K
34862026-07-10T22:17:15.414Za target/debug/bootstrap 349418K
34872026-07-10T22:17:15.414Za tests/bootstrap-ca561ce3ba29e3d2 31974K
34882026-07-10T22:17:15.414Za tests/commtest-de50baf115444d57 32169K
34892026-07-10T22:17:15.414Za tests/dhcp_server-7642b2d57d595135 31974K
34902026-07-10T22:17:15.414Za tests/end_to_end_tests-f893b9f61afabf44 399297K
34912026-07-10T22:17:15.414Za tools/opte_version 1K
34922026-07-10T22:17:15.414Za tools/opte_version_override 2K
34932026-07-10T22:17:15.414Za out/clickhouse.tar.gz 310727K
34942026-07-10T22:17:15.415Za out/clickhouse_keeper.tar.gz 297197K
34952026-07-10T22:17:15.415Za out/clickhouse_server.tar.gz 310724K
34962026-07-10T22:17:15.415Za out/cockroachdb.tar.gz 161737K
34972026-07-10T22:17:15.415Za out/crucible-pantry-zone.tar.gz 39110K
34982026-07-10T22:17:15.415Za out/crucible-utils.tar 18900K
34992026-07-10T22:17:15.415Za out/crucible-zone.tar.gz 53806K
35002026-07-10T22:17:15.415Za out/external-dns.tar.gz 46794K
35012026-07-10T22:17:15.415Za out/internal-dns.tar.gz 46794K
35022026-07-10T22:17:15.415Za out/mg-ddm-gz.tar 97917K
35032026-07-10T22:17:15.415Za out/nexus.tar.gz 274335K
35042026-07-10T22:17:15.415Za out/ntp.tar.gz 29911K
35052026-07-10T22:17:15.415Za out/omicron-gateway-softnpu.tar.gz 27555K
35062026-07-10T22:17:15.415Za out/omicron-sled-agent.tar 197618K
35072026-07-10T22:17:15.415Za out/overlay.tar.gz 3K
35082026-07-10T22:17:15.415Za out/oximeter.tar.gz 62136K
35092026-07-10T22:17:15.415Za out/oxlog.tar 3808K
35102026-07-10T22:17:15.415Za out/probe.tar.gz 3037K
35112026-07-10T22:17:15.415Za out/propolis-server.tar.gz 34372K
35122026-07-10T22:17:15.415Za out/pumpkind-gz.tar 26647K
35132026-07-10T22:17:15.415Za out/switch-softnpu.tar.gz 447915K
35142026-07-10T22:17:15.419Z
35152026-07-10T22:17:15.419Zreal 1:20.702560838
35162026-07-10T22:17:15.419Zuser 1:18.046496742
35172026-07-10T22:17:15.419Zsys 4.447185463
35182026-07-10T22:17:15.419Ztrap 0.006189208
35192026-07-10T22:17:15.419Ztflt 0.000000000
35202026-07-10T22:17:15.419Zdflt 0.000000000
35212026-07-10T22:17:15.419Zkflt 0.000000000
35222026-07-10T22:17:15.419Zlock 0.000000000
35232026-07-10T22:17:15.419Zslp 1:17.954564013
35242026-07-10T22:17:15.419Zlat 0.945095058
35252026-07-10T22:17:15.419Zstop 0.000206778
35262026-07-10T22:17:15.419Zprocess exited: duration 1011063 ms, exit code 0
 
35272026-07-10T22:17:15.434Zfound 1 output files
35282026-07-10T22:17:15.445Zuploading: /work/package.tar.gz (2485603541 bytes)
35292026-07-10T22:17:47.103Zuploaded: /work/package.tar.gz