01M1540FVMJJ33PR5G9848293P: 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: 01M1540ZPEHCFP075MJPZ8N95P

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-28T21:23:04.882Zjob assigned to worker 01M154176MDAKKH6F6MZ6NY2SA [factory aws, i-0bbb093fd07d7f5a0] (queued for 48 s)
 
22026-08-28T21:23:11.753Zstarting task 0: "setup"
32026-08-28T21:23:11.758Z++ uname -s
42026-08-28T21:23:11.761Z+ kern=SunOS
52026-08-28T21:23:11.761Z+ build_user=build
62026-08-28T21:23:11.761Z+ build_uid=12345
72026-08-28T21:23:11.762Z+ work_dir=/work
82026-08-28T21:23:11.762Z+ input_dir=/input
92026-08-28T21:23:11.762Z+ [[ 0 == 12345 ]]
102026-08-28T21:23:11.762Z+ case "$kern" in
112026-08-28T21:23:11.762Z+ groupadd -g 12345 build
122026-08-28T21:23:11.765Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-28T21:23:13.771Z+ zfs create -o mountpoint=/work rpool/work
142026-08-28T21:23:13.940Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-28T21:23:13.943Z+ home_fs=zfs
162026-08-28T21:23:13.943Z+ [[ zfs == autofs ]]
172026-08-28T21:23:13.943Z+ mkdir -p /home/build
182026-08-28T21:23:13.943Z+ chown build:build /home/build /work
192026-08-28T21:23:15.946Z+ chmod 0700 /home/build /work
202026-08-28T21:23:15.951Zprocess exited: duration 4200 ms, exit code 0
 
212026-08-28T21:23:15.958Zstarting task 1: "rust-toolchain"
222026-08-28T21:23:15.964Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-28T21:23:15.964Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-28T21:23:15.964Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-28T21:23:15.964Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-28T21:23:15.964Z * rust toolchain channel = "1.97.1"
272026-08-28T21:23:15.964Z * rust toolchain profile = "default"
282026-08-28T21:23:15.968Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-28T21:23:15.968Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-28T21:23:16.080Zinfo: downloading installer
312026-08-28T21:23:17.638Zwarn: It looks like you have an existing rustup settings file at:
322026-08-28T21:23:17.638Zwarn: /home/build/.rustup/settings.toml
332026-08-28T21:23:17.638Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-28T21:23:17.638Zwarn: instead of the one inferred from the default host triple.
352026-08-28T21:23:17.651Zinfo: profile set to default
362026-08-28T21:23:17.651Zinfo: default host triple is x86_64-unknown-illumos
372026-08-28T21:23:17.654Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-28T21:23:17.782Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-28T21:23:17.785Zinfo: downloading 6 components
402026-08-28T21:23:31.484Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-28T21:23:31.484Z
422026-08-28T21:23:31.524Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-28T21:23:31.524Z
442026-08-28T21:23:31.524Z
452026-08-28T21:23:31.524ZRust is installed now. Great!
462026-08-28T21:23:31.524Z
472026-08-28T21:23:31.527ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-28T21:23:31.527Zenvironment variable. This has not been done automatically.
492026-08-28T21:23:31.527Z
502026-08-28T21:23:31.527ZTo configure your current shell, you need to source
512026-08-28T21:23:31.527Zthe corresponding env file under $HOME/.cargo.
522026-08-28T21:23:31.527Z
532026-08-28T21:23:31.527ZThis is usually done by running one of the following (note the leading DOT):
542026-08-28T21:23:31.527Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-28T21:23:31.527Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-28T21:23:31.527Zsource "~/.cargo/env.nu" # For nushell
572026-08-28T21:23:31.527Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-28T21:23:31.528Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-28T21:23:31.528Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-28T21:23:31.528Zwarn: no default linker (`cc`) was found in your PATH
612026-08-28T21:23:31.528Zwarn: many Rust crates require a system C toolchain to build
622026-08-28T21:23:31.623Z+ rustup --version
632026-08-28T21:23:31.629Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-28T21:23:31.632Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-28T21:23:31.650Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-28T21:23:31.653Z+ cargo --version
672026-08-28T21:23:31.661Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-28T21:23:31.664Z+ rustc --version
692026-08-28T21:23:31.684Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-28T21:23:31.688Zprocess exited: duration 15729 ms, exit code 0
 
712026-08-28T21:23:31.695Zstarting task 2: "authentication"
722026-08-28T21:23:31.713Zprocess exited: duration 17 ms, exit code 0
 
732026-08-28T21:23:31.719Zstarting task 3: "clone repository"
742026-08-28T21:23:31.724Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-28T21:23:31.727Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-28T21:23:31.758ZCloning into '/work/oxidecomputer/omicron'...
772026-08-28T21:23:44.487Z+ cd /work/oxidecomputer/omicron
782026-08-28T21:23:44.487Z+ git fetch origin ad815caef8f2a8b4a573ffc8e12ae552af2333ab
792026-08-28T21:23:44.819ZFrom https://github.com/oxidecomputer/omicron
802026-08-28T21:23:44.819Z * branch ad815caef8f2a8b4a573ffc8e12ae552af2333ab -> FETCH_HEAD
812026-08-28T21:23:44.836Z+ [[ -n ben/multiple-eips-in-database-inventory ]]
822026-08-28T21:23:44.839Z++ git branch --show-current
832026-08-28T21:23:44.843Z+ current=main
842026-08-28T21:23:44.843Z+ [[ main != ben/multiple-eips-in-database-inventory ]]
852026-08-28T21:23:44.843Z+ git branch -f ben/multiple-eips-in-database-inventory ad815caef8f2a8b4a573ffc8e12ae552af2333ab
862026-08-28T21:23:44.846Z+ git checkout -f ben/multiple-eips-in-database-inventory
872026-08-28T21:23:45.099ZSwitched to branch 'ben/multiple-eips-in-database-inventory'
882026-08-28T21:23:45.103Z+ git reset --hard ad815caef8f2a8b4a573ffc8e12ae552af2333ab
892026-08-28T21:23:45.149ZHEAD is now at ad815caef Make data migration ignore conflicts
902026-08-28T21:23:45.153Zprocess exited: duration 13430 ms, exit code 0
 
912026-08-28T21:23:45.161Zstarting task 4: "build"
922026-08-28T21:23:45.169Z+ source .github/buildomat/ci-env.sh
932026-08-28T21:23:45.169Z++ export CARGO_TERM_COLOR=always
942026-08-28T21:23:45.169Z++ CARGO_TERM_COLOR=always
952026-08-28T21:23:45.173Z+++ uname -s
962026-08-28T21:23:45.173Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-28T21:23:45.173Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-28T21:23:45.173Z+ cargo --version
992026-08-28T21:23:45.184Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-28T21:23:45.188Z+ rustc --version
1012026-08-28T21:23:45.207Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-28T21:23:45.211Z+ WORK=/work
1032026-08-28T21:23:45.211Z+ pfexec mkdir -p /work
1042026-08-28T21:23:45.214Z+ pfexec chown build /work
1052026-08-28T21:23:45.218Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-28T21:23:47.837Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-28T21:23:48.238Z Startup: Caching catalogs ... Done
1082026-08-28T21:23:50.572ZPlanning: Solver setup ... Done (2.204s)
1092026-08-28T21:23:50.637ZPlanning: Running solver ... Done (0.065s)
1102026-08-28T21:23:50.691ZPlanning: Finding local manifests ... Done (0.004s)
1112026-08-28T21:23:50.703ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-28T21:23:50.721ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-28T21:23:50.736ZPlanning: Package planning ... Done (0.015s)
1142026-08-28T21:23:50.739ZPlanning: Merging actions ... Done (0.001s)
1152026-08-28T21:23:50.961ZPlanning: Checking for conflicting actions ... Done (0.223s)
1162026-08-28T21:23:50.964ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-28T21:23:51.886ZPlanning: Evaluating mediators ... Done (0.925s)
1182026-08-28T21:23:51.890ZPlanning: Planning completed in 3.61 seconds
1192026-08-28T21:23:51.896Z Packages to install: 2
1202026-08-28T21:23:51.896Z Estimated space available: 156.00 GB
1212026-08-28T21:23:51.896ZEstimated space to be consumed: 83.65 MB
1222026-08-28T21:23:51.896Z Create boot environment: No
1232026-08-28T21:23:51.900ZCreate backup boot environment: No
1242026-08-28T21:23:51.900Z Rebuild boot archive: No
1252026-08-28T21:23:51.900Z
1262026-08-28T21:23:51.900ZChanged packages:
1272026-08-28T21:23:51.900Zhelios
1282026-08-28T21:23:51.900Z developer/build-essential
1292026-08-28T21:23:51.900Z None -> 11-3.0
1302026-08-28T21:23:51.900Z library/libxmlsec1
1312026-08-28T21:23:51.900Z None -> 1.2.35-3.0
1322026-08-28T21:23:51.923Z
1332026-08-28T21:23:51.923ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-28T21:23:52.380ZDownload: Completed 1.28 MB in 0.46 seconds (2.8M/s)
1352026-08-28T21:23:52.430Z Actions: 1/268 actions (Installing new actions)
1362026-08-28T21:23:52.470Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-28T21:23:52.509ZFinalize: Updating package state database ... Done (0.039s)
1382026-08-28T21:23:52.509ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-28T21:23:52.603ZFinalize: Updating image state ... Done (0.094s)
1402026-08-28T21:23:55.304ZFinalize: Creating fast lookup database ... Done (2.645s)
1412026-08-28T21:23:55.373ZFinalize: Reading search index ... Done (0.011s)
1422026-08-28T21:23:55.376ZFinalize: Updating search index ... Done (0.000s)
1432026-08-28T21:23:55.481ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-28T21:23:55.856ZPlanning: Evaluating mediator changes ... Done
1452026-08-28T21:23:55.961ZPlanning: Checking for conflicting actions ... Done
1462026-08-28T21:23:55.965ZPlanning: Consolidating action changes ... Done
1472026-08-28T21:23:56.119ZPlanning: Evaluating mediators ... Done
1482026-08-28T21:23:56.122ZPlanning: Planning completed in 0.26 seconds
1492026-08-28T21:23:56.141Z Mediators to change: 2
1502026-08-28T21:23:56.142Z Create boot environment: No
1512026-08-28T21:23:56.142ZCreate backup boot environment: No
1522026-08-28T21:23:56.181ZFinalize: Updating package state database ... Done
1532026-08-28T21:23:56.181ZFinalize: Updating package cache ... Done
1542026-08-28T21:23:56.241ZFinalize: Updating image state ... Done
1552026-08-28T21:23:58.180ZFinalize: Creating fast lookup database ... Done
1562026-08-28T21:23:58.239ZFinalize: Reading search index ... Done
1572026-08-28T21:23:58.242ZFinalize: Updating search index ... Done
1582026-08-28T21:23:58.301ZFinalize: Updating package cache ... Done
1592026-08-28T21:23:58.592ZPlanning: Evaluating mediator changes ... Done
1602026-08-28T21:23:58.696ZPlanning: Checking for conflicting actions ... Done
1612026-08-28T21:23:58.701ZPlanning: Consolidating action changes ... Done
1622026-08-28T21:23:58.851ZPlanning: Evaluating mediators ... Done
1632026-08-28T21:23:58.855ZPlanning: Planning completed in 0.26 seconds
1642026-08-28T21:23:58.877Z Mediators to change: 1
1652026-08-28T21:23:58.878Z Create boot environment: No
1662026-08-28T21:23:58.878ZCreate backup boot environment: No
1672026-08-28T21:23:58.915ZFinalize: Updating package state database ... Done
1682026-08-28T21:23:58.915ZFinalize: Updating package cache ... Done
1692026-08-28T21:23:58.975ZFinalize: Updating image state ... Done
1702026-08-28T21:24:00.906ZFinalize: Creating fast lookup database ... Done
1712026-08-28T21:24:00.968ZFinalize: Reading search index ... Done
1722026-08-28T21:24:00.968ZFinalize: Updating search index ... Done
1732026-08-28T21:24:01.026ZFinalize: Updating package cache ... Done
1742026-08-28T21:24:01.337ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-28T21:24:01.337Zapache system 2.4 system
1762026-08-28T21:24:01.337Zclang system 15 system
1772026-08-28T21:24:01.337Zcsh system system illumos
1782026-08-28T21:24:01.337Zctags system system illumos
1792026-08-28T21:24:01.337Zfile vendor vendor darwinsys
1802026-08-28T21:24:01.337Zfile system system illumos
1812026-08-28T21:24:01.337Zgcc vendor 14 vendor
1822026-08-28T21:24:01.337Zgcc system 13 system
1832026-08-28T21:24:01.337Zgcc system 10 system
1842026-08-28T21:24:01.337Zgo system 1.25 system
1852026-08-28T21:24:01.337Zllvm system 15 system
1862026-08-28T21:24:01.337Zmariadb system 11.4 system
1872026-08-28T21:24:01.337Zmta vendor vendor dma
1882026-08-28T21:24:01.337Zopenjdk system 17 system
1892026-08-28T21:24:01.337Zopenjdk system 11 system
1902026-08-28T21:24:01.337Zopenssl vendor 3 vendor
1912026-08-28T21:24:01.337Zperl system 5.40 system
1922026-08-28T21:24:01.337Zpostgresql system 18 system
1932026-08-28T21:24:01.337Zpostgresql system 17 system
1942026-08-28T21:24:01.337Zpython vendor 3 vendor
1952026-08-28T21:24:01.337Zpython system 2 system
1962026-08-28T21:24:01.337Zpython3 vendor 3.13 vendor
1972026-08-28T21:24:01.337Zruby system 3.4 system
1982026-08-28T21:24:01.338Zruby system 3.0 system
1992026-08-28T21:24:01.338Zwords vendor vendor american-english
2002026-08-28T21:24:01.338Zwords system system australian-english
2012026-08-28T21:24:01.338Zwords system system british-english
2022026-08-28T21:24:01.338Zwords system system canadian-english
2032026-08-28T21:24:01.338Zwords system system french
2042026-08-28T21:24:01.338Zwords system system italian
2052026-08-28T21:24:01.338Zwords system system ngerman
2062026-08-28T21:24:01.338Zwords system system ogerman
2072026-08-28T21:24:01.338Zwords system system spanish
2082026-08-28T21:24:01.597ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-28T21:24:01.597Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-28T21:24:02.099ZFMRI IFO
2112026-08-28T21:24:02.099Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-28T21:24:02.099Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-28T21:24:02.099Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-28T21:24:02.099Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-28T21:24:02.099Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-28T21:24:02.099Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-28T21:24:02.099Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-28T21:24:02.099Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-28T21:24:02.099Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-28T21:24:02.448Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-28T21:24:02.804Z Updating crates.io index
2222026-08-28T21:24:02.807Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-28T21:24:03.119Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-28T21:24:03.481Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2252026-08-28T21:24:03.785Z Updating git repository `https://github.com/oxidecomputer/propolis`
2262026-08-28T21:24:04.811Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2272026-08-28T21:24:05.372Z Updating git repository `https://github.com/oxidecomputer/crucible`
2282026-08-28T21:24:07.389Z Updating git repository `https://github.com/oxidecomputer/opte`
2292026-08-28T21:24:08.316Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-08-28T21:24:08.647Z Updating git repository `https://github.com/oxidecomputer/lldp`
2312026-08-28T21:24:09.010Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2322026-08-28T21:24:10.444Z Updating git repository `https://github.com/oxidecomputer/clickward`
2332026-08-28T21:24:10.750Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2342026-08-28T21:24:11.235Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2352026-08-28T21:24:11.551Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2362026-08-28T21:24:11.824Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2372026-08-28T21:24:12.188Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2382026-08-28T21:24:12.509Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2392026-08-28T21:24:12.788Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2402026-08-28T21:24:13.130Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2412026-08-28T21:24:13.740Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-08-28T21:24:14.183Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2432026-08-28T21:24:14.566Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2442026-08-28T21:24:14.881Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2452026-08-28T21:24:15.518Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2462026-08-28T21:24:15.893Z Updating git repository `https://github.com/oxidecomputer/erebor`
2472026-08-28T21:24:16.183Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2482026-08-28T21:24:16.699Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2492026-08-28T21:24:17.025Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-28T21:24:17.342Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2512026-08-28T21:24:17.743Z Updating git repository `https://github.com/oxidecomputer/ispf`
2522026-08-28T21:24:18.054Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-08-28T21:24:18.417Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-08-28T21:24:18.802Z Updating git repository `https://github.com/oxidecomputer/tough`
2552026-08-28T21:24:19.562Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2562026-08-28T21:24:19.842Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-08-28T21:24:20.154Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-08-28T21:24:20.568Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-08-28T21:24:20.894Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2602026-08-28T21:24:21.206Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2612026-08-28T21:24:21.498Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2622026-08-28T21:24:21.847Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2632026-08-28T21:24:22.134Z Updating git repository `https://github.com/illumos/smf-rs`
2642026-08-28T21:24:22.433Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2652026-08-28T21:24:24.826Z Downloading crates ...
2662026-08-28T21:24:24.879Z Downloaded anstream v1.0.0
2672026-08-28T21:24:24.882Z Downloaded bitflags v2.11.0
2682026-08-28T21:24:24.885Z Downloaded clap_lex v1.0.0
2692026-08-28T21:24:24.885Z Downloaded anstyle v1.0.14
2702026-08-28T21:24:24.891Z Downloaded generic-array v0.14.7
2712026-08-28T21:24:24.894Z Downloaded macaddr v1.0.1
2722026-08-28T21:24:24.894Z Downloaded zmij v1.0.21
2732026-08-28T21:24:24.895Z Downloaded fastrand v2.3.0
2742026-08-28T21:24:24.898Z Downloaded memmap v0.7.0
2752026-08-28T21:24:24.898Z Downloaded zerocopy-derive v0.7.35
2762026-08-28T21:24:24.901Z Downloaded colorchoice v1.0.4
2772026-08-28T21:24:24.901Z Downloaded crypto-common v0.1.7
2782026-08-28T21:24:24.904Z Downloaded zerocopy v0.7.35
2792026-08-28T21:24:24.910Z Downloaded cargo_metadata v0.23.1
2802026-08-28T21:24:24.913Z Downloaded camino-tempfile v1.4.1
2812026-08-28T21:24:24.913Z Downloaded equivalent v1.0.2
2822026-08-28T21:24:24.913Z Downloaded dof v0.3.0
2832026-08-28T21:24:24.913Z Downloaded cargo-platform v0.3.2
2842026-08-28T21:24:24.916Z Downloaded heck v0.4.1
2852026-08-28T21:24:24.916Z Downloaded cpufeatures v0.2.17
2862026-08-28T21:24:24.917Z Downloaded dtrace-parser v0.2.0
2872026-08-28T21:24:24.917Z Downloaded itoa v1.0.17
2882026-08-28T21:24:24.917Z Downloaded block-buffer v0.10.4
2892026-08-28T21:24:24.921Z Downloaded fs-err v3.3.0
2902026-08-28T21:24:24.924Z Downloaded heck v0.5.0
2912026-08-28T21:24:24.924Z Downloaded fnv v1.0.7
2922026-08-28T21:24:24.924Z Downloaded serde_spanned v0.6.9
2932026-08-28T21:24:24.924Z Downloaded once_cell v1.21.3
2942026-08-28T21:24:24.927Z Downloaded anstyle-query v1.1.5
2952026-08-28T21:24:24.933Z Downloaded errno v0.3.14
2962026-08-28T21:24:24.938Z Downloaded goblin v0.8.2
2972026-08-28T21:24:24.941Z Downloaded autocfg v1.5.0
2982026-08-28T21:24:24.941Z Downloaded cargo_toml v0.21.0
2992026-08-28T21:24:24.941Z Downloaded pest_derive v2.8.6
3002026-08-28T21:24:24.941Z Downloaded utf8parse v0.2.2
3012026-08-28T21:24:24.944Z Downloaded toml_write v0.1.2
3022026-08-28T21:24:24.944Z Downloaded is_terminal_polyfill v1.70.2
3032026-08-28T21:24:24.947Z Downloaded tabled_derive v0.7.0
3042026-08-28T21:24:24.950Z Downloaded strsim v0.11.1
3052026-08-28T21:24:24.950Z Downloaded cfg-if v1.0.4
3062026-08-28T21:24:24.950Z Downloaded terminal_size v0.4.3
3072026-08-28T21:24:24.950Z Downloaded scroll_derive v0.12.1
3082026-08-28T21:24:24.954Z Downloaded pretty-hex v0.4.1
3092026-08-28T21:24:24.957Z Downloaded usdt-macro v0.5.0
3102026-08-28T21:24:24.960Z Downloaded swrite v0.1.0
3112026-08-28T21:24:24.963Z Downloaded thread-id v4.2.2
3122026-08-28T21:24:24.963Z Downloaded usdt-attr-macro v0.5.0
3132026-08-28T21:24:24.963Z Downloaded plain v0.2.3
3142026-08-28T21:24:24.963Z Downloaded proc-macro-error-attr v1.0.4
3152026-08-28T21:24:24.963Z Downloaded unicode-linebreak v0.1.5
3162026-08-28T21:24:24.967Z Downloaded smawk v0.3.2
3172026-08-28T21:24:24.970Z Downloaded version_check v0.9.5
3182026-08-28T21:24:24.970Z Downloaded toml_datetime v0.6.11
3192026-08-28T21:24:24.970Z Downloaded byteorder v1.5.0
3202026-08-28T21:24:24.974Z Downloaded quote v1.0.45
3212026-08-28T21:24:24.977Z Downloaded digest v0.10.7
3222026-08-28T21:24:24.977Z Downloaded usdt v0.5.0
3232026-08-28T21:24:24.983Z Downloaded clap_derive v4.6.1
3242026-08-28T21:24:24.989Z Downloaded anstyle-parse v1.0.0
3252026-08-28T21:24:24.992Z Downloaded serde_tokenstream v0.2.3
3262026-08-28T21:24:24.997Z Downloaded thiserror-impl v1.0.69
3272026-08-28T21:24:25.000Z Downloaded bytecount v0.6.9
3282026-08-28T21:24:25.004Z Downloaded proc-macro-error v1.0.4
3292026-08-28T21:24:25.007Z Downloaded scroll v0.12.0
3302026-08-28T21:24:25.007Z Downloaded log v0.4.33
3312026-08-28T21:24:25.017Z Downloaded thiserror-impl v2.0.18
3322026-08-28T21:24:25.020Z Downloaded camino v1.2.5
3332026-08-28T21:24:25.020Z Downloaded usdt-impl v0.5.0
3342026-08-28T21:24:25.020Z Downloaded pest_generator v2.8.6
3352026-08-28T21:24:25.023Z Downloaded anyhow v1.0.104
3362026-08-28T21:24:25.026Z Downloaded sha2 v0.10.9
3372026-08-28T21:24:25.026Z Downloaded toml v0.8.23
3382026-08-28T21:24:25.032Z Downloaded getrandom v0.4.3
3392026-08-28T21:24:25.035Z Downloaded clap v4.6.1
3402026-08-28T21:24:25.040Z Downloaded serde_derive v1.0.228
3412026-08-28T21:24:25.043Z Downloaded semver v1.0.28
3422026-08-28T21:24:25.046Z Downloaded tempfile v3.27.0
3432026-08-28T21:24:25.046Z Downloaded serde_core v1.0.228
3442026-08-28T21:24:25.050Z Downloaded thiserror v2.0.18
3452026-08-28T21:24:25.053Z Downloaded papergrid v0.11.0
3462026-08-28T21:24:25.056Z Downloaded thiserror v1.0.69
3472026-08-28T21:24:25.059Z Downloaded memchr v2.8.0
3482026-08-28T21:24:25.062Z Downloaded textwrap v0.16.2
3492026-08-28T21:24:25.066Z Downloaded pest_meta v2.8.6
3502026-08-28T21:24:25.069Z Downloaded ucd-trie v0.1.7
3512026-08-28T21:24:25.069Z Downloaded unicode-ident v1.0.24
3522026-08-28T21:24:25.072Z Downloaded proc-macro2 v1.0.106
3532026-08-28T21:24:25.075Z Downloaded indexmap v2.14.0
3542026-08-28T21:24:25.079Z Downloaded serde v1.0.228
3552026-08-28T21:24:25.082Z Downloaded toml_edit v0.22.27
3562026-08-28T21:24:25.086Z Downloaded pest v2.8.6
3572026-08-28T21:24:25.093Z Downloaded typenum v1.20.1
3582026-08-28T21:24:25.114Z Downloaded hashbrown v0.17.0
3592026-08-28T21:24:25.123Z Downloaded clap_builder v4.6.0
3602026-08-28T21:24:25.126Z Downloaded serde_json v1.0.151
3612026-08-28T21:24:25.137Z Downloaded winnow v0.7.14
3622026-08-28T21:24:25.145Z Downloaded tabled v0.15.0
3632026-08-28T21:24:25.158Z Downloaded unicode-width v0.1.14
3642026-08-28T21:24:25.161Z Downloaded syn v1.0.109
3652026-08-28T21:24:25.165Z Downloaded unicode-width v0.2.0
3662026-08-28T21:24:25.168Z Downloaded syn v2.0.117
3672026-08-28T21:24:25.177Z Downloaded rustix v1.1.4
3682026-08-28T21:24:25.198Z Downloaded libc v0.2.185
3692026-08-28T21:24:25.261Z Compiling proc-macro2 v1.0.106
3702026-08-28T21:24:25.261Z Compiling quote v1.0.45
3712026-08-28T21:24:25.261Z Compiling unicode-ident v1.0.24
3722026-08-28T21:24:25.264Z Compiling serde_core v1.0.228
3732026-08-28T21:24:25.264Z Compiling libc v0.2.185
3742026-08-28T21:24:25.264Z Compiling version_check v0.9.5
3752026-08-28T21:24:25.265Z Compiling memchr v2.8.0
3762026-08-28T21:24:25.265Z Compiling serde v1.0.228
3772026-08-28T21:24:25.438Z Compiling zmij v1.0.21
3782026-08-28T21:24:25.442Z Compiling ucd-trie v0.1.7
3792026-08-28T21:24:25.455Z Compiling itoa v1.0.17
3802026-08-28T21:24:25.458Z Compiling thiserror v1.0.69
3812026-08-28T21:24:25.471Z Compiling byteorder v1.5.0
3822026-08-28T21:24:25.475Z Compiling rustix v1.1.4
3832026-08-28T21:24:25.684Z Compiling serde_json v1.0.151
3842026-08-28T21:24:25.800Z Compiling bitflags v2.11.0
3852026-08-28T21:24:25.893Z Compiling usdt-impl v0.5.0
3862026-08-28T21:24:25.912Z Compiling proc-macro-error-attr v1.0.4
3872026-08-28T21:24:25.929Z Compiling camino v1.2.5
3882026-08-28T21:24:25.965Z Compiling syn v1.0.109
3892026-08-28T21:24:26.114Z Compiling pest v2.8.6
3902026-08-28T21:24:26.151Z Compiling proc-macro-error v1.0.4
3912026-08-28T21:24:26.203Z Compiling equivalent v1.0.2
3922026-08-28T21:24:26.223Z Compiling getrandom v0.4.3
3932026-08-28T21:24:26.274Z Compiling hashbrown v0.17.0
3942026-08-28T21:24:26.331Z Compiling log v0.4.33
3952026-08-28T21:24:26.335Z Compiling utf8parse v0.2.2
3962026-08-28T21:24:26.366Z Compiling errno v0.3.14
3972026-08-28T21:24:26.385Z Compiling thread-id v4.2.2
3982026-08-28T21:24:26.420Z Compiling plain v0.2.3
3992026-08-28T21:24:26.497Z Compiling anstyle-parse v1.0.0
4002026-08-28T21:24:26.555Z Compiling anstyle-query v1.1.5
4012026-08-28T21:24:26.555Z Compiling winnow v0.7.14
4022026-08-28T21:24:26.609Z Compiling autocfg v1.5.0
4032026-08-28T21:24:26.609Z Compiling is_terminal_polyfill v1.70.2
4042026-08-28T21:24:26.614Z Compiling toml_write v0.1.2
4052026-08-28T21:24:26.614Z Compiling cfg-if v1.0.4
4062026-08-28T21:24:26.629Z Compiling thiserror v2.0.18
4072026-08-28T21:24:26.717Z Compiling anstyle v1.0.14
4082026-08-28T21:24:26.736Z Compiling colorchoice v1.0.4
4092026-08-28T21:24:26.739Z Compiling pretty-hex v0.4.1
4102026-08-28T21:24:26.871Z Compiling indexmap v2.14.0
4112026-08-28T21:24:26.889Z Compiling bytecount v0.6.9
4122026-08-28T21:24:26.907Z Compiling unicode-width v0.1.14
4132026-08-28T21:24:26.926Z Compiling anstream v1.0.0
4142026-08-28T21:24:26.929Z Compiling heck v0.4.1
4152026-08-28T21:24:26.968Z Compiling syn v2.0.117
4162026-08-28T21:24:27.036Z Compiling fastrand v2.3.0
4172026-08-28T21:24:27.055Z Compiling anyhow v1.0.104
4182026-08-28T21:24:27.092Z Compiling fs-err v3.3.0
4192026-08-28T21:24:27.182Z Compiling strsim v0.11.1
4202026-08-28T21:24:27.216Z Compiling heck v0.5.0
4212026-08-28T21:24:27.288Z Compiling pest_meta v2.8.6
4222026-08-28T21:24:27.303Z Compiling clap_lex v1.0.0
4232026-08-28T21:24:27.306Z Compiling once_cell v1.21.3
4242026-08-28T21:24:27.341Z Compiling fnv v1.0.7
4252026-08-28T21:24:27.473Z Compiling terminal_size v0.4.3
4262026-08-28T21:24:27.540Z Compiling papergrid v0.11.0
4272026-08-28T21:24:27.646Z Compiling tempfile v3.27.0
4282026-08-28T21:24:27.646Z Compiling memmap v0.7.0
4292026-08-28T21:24:27.647Z Compiling unicode-width v0.2.0
4302026-08-28T21:24:27.647Z Compiling unicode-linebreak v0.1.5
4312026-08-28T21:24:27.647Z Compiling smawk v0.3.2
4322026-08-28T21:24:27.757Z Compiling clap_builder v4.6.0
4332026-08-28T21:24:27.877Z Compiling swrite v0.1.0
4342026-08-28T21:24:27.877Z Compiling textwrap v0.16.2
4352026-08-28T21:24:27.958Z Compiling cargo-platform v0.3.2
4362026-08-28T21:24:27.958Z Compiling semver v1.0.28
4372026-08-28T21:24:28.181Z Compiling camino-tempfile v1.4.1
4382026-08-28T21:24:28.518Z Compiling tabled_derive v0.7.0
4392026-08-28T21:24:29.090Z Compiling pest_generator v2.8.6
4402026-08-28T21:24:29.131Z Compiling tabled v0.15.0
4412026-08-28T21:24:29.664Z Compiling serde_derive v1.0.228
4422026-08-28T21:24:29.664Z Compiling thiserror-impl v1.0.69
4432026-08-28T21:24:29.664Z Compiling zerocopy-derive v0.7.35
4442026-08-28T21:24:29.668Z Compiling pest_derive v2.8.6
4452026-08-28T21:24:29.668Z Compiling scroll_derive v0.12.1
4462026-08-28T21:24:29.668Z Compiling thiserror-impl v2.0.18
4472026-08-28T21:24:29.668Z Compiling clap_derive v4.6.1
4482026-08-28T21:24:30.321Z Compiling scroll v0.12.0
4492026-08-28T21:24:30.400Z Compiling zerocopy v0.7.35
4502026-08-28T21:24:30.532Z Compiling goblin v0.8.2
4512026-08-28T21:24:30.657Z Compiling dtrace-parser v0.2.0
4522026-08-28T21:24:30.958Z Compiling clap v4.6.1
4532026-08-28T21:24:32.085Z Compiling serde_spanned v0.6.9
4542026-08-28T21:24:32.085Z Compiling toml_datetime v0.6.11
4552026-08-28T21:24:32.089Z Compiling macaddr v1.0.1
4562026-08-28T21:24:32.089Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4572026-08-28T21:24:32.089Z Compiling cargo_metadata v0.23.1
4582026-08-28T21:24:32.102Z Compiling dof v0.3.0
4592026-08-28T21:24:32.105Z Compiling serde_tokenstream v0.2.3
4602026-08-28T21:24:32.292Z Compiling toml_edit v0.22.27
4612026-08-28T21:24:32.839Z Compiling usdt-attr-macro v0.5.0
4622026-08-28T21:24:32.842Z Compiling usdt-macro v0.5.0
4632026-08-28T21:24:33.426Z Compiling usdt v0.5.0
4642026-08-28T21:24:33.565Z Compiling toml v0.8.23
4652026-08-28T21:24:33.898Z Compiling cargo_toml v0.21.0
4662026-08-28T21:24:35.183Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4672026-08-28T21:24:37.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.96s
4682026-08-28T21:24:37.448Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4692026-08-28T21:24:37.964Z Downloading crates ...
4702026-08-28T21:24:38.017Z Downloaded atomic-waker v1.1.2
4712026-08-28T21:24:38.021Z Downloaded bitfield-struct v0.6.2
4722026-08-28T21:24:38.025Z Downloaded base16ct v1.0.0
4732026-08-28T21:24:38.029Z Downloaded base64ct v1.8.3
4742026-08-28T21:24:38.032Z Downloaded adler2 v2.0.1
4752026-08-28T21:24:38.037Z Downloaded aead v0.5.2
4762026-08-28T21:24:38.042Z Downloaded embedded-io v0.4.0
4772026-08-28T21:24:38.042Z Downloaded enum-as-inner v0.6.1
4782026-08-28T21:24:38.045Z Downloaded futures-io v0.3.32
4792026-08-28T21:24:38.045Z Downloaded backtrace-ext v0.2.1
4802026-08-28T21:24:38.048Z Downloaded atomicwrites v0.4.4
4812026-08-28T21:24:38.051Z Downloaded bcrypt-pbkdf v0.11.0
4822026-08-28T21:24:38.054Z Downloaded http-body v1.0.1
4832026-08-28T21:24:38.055Z Downloaded getrandom v0.2.17
4842026-08-28T21:24:38.055Z Downloaded aead v0.6.1
4852026-08-28T21:24:38.058Z Downloaded ahash v0.8.12
4862026-08-28T21:24:38.058Z Downloaded ascii-canvas v3.0.0
4872026-08-28T21:24:38.058Z Downloaded async-bb8-diesel v0.2.1
4882026-08-28T21:24:38.061Z Downloaded cmake v0.1.57
4892026-08-28T21:24:38.061Z Downloaded const-oid v0.10.2
4902026-08-28T21:24:38.061Z Downloaded async-recursion v1.1.1
4912026-08-28T21:24:38.064Z Downloaded atty v0.2.14
4922026-08-28T21:24:38.064Z Downloaded bitfield-macros v0.19.4
4932026-08-28T21:24:38.064Z Downloaded cassowary v0.3.0
4942026-08-28T21:24:38.064Z Downloaded anstyle-parse v0.2.7
4952026-08-28T21:24:38.067Z Downloaded highway v1.3.0
4962026-08-28T21:24:38.070Z Downloaded arrayvec v0.7.6
4972026-08-28T21:24:38.070Z Downloaded addr2line v0.25.1
4982026-08-28T21:24:38.070Z Downloaded anstream v0.6.21
4992026-08-28T21:24:38.073Z Downloaded foreign-types-shared v0.1.1
5002026-08-28T21:24:38.076Z Downloaded futures-macro v0.3.32
5012026-08-28T21:24:38.076Z Downloaded futures-task v0.3.32
5022026-08-28T21:24:38.076Z Downloaded endian-type v0.1.2
5032026-08-28T21:24:38.076Z Downloaded ff v0.13.1
5042026-08-28T21:24:38.076Z Downloaded fixedbitset v0.5.7
5052026-08-28T21:24:38.080Z Downloaded bit-set v0.8.0
5062026-08-28T21:24:38.080Z Downloaded assert_matches v1.5.0
5072026-08-28T21:24:38.080Z Downloaded filetime v0.2.27
5082026-08-28T21:24:38.080Z Downloaded futures-executor v0.3.32
5092026-08-28T21:24:38.080Z Downloaded futures-sink v0.3.32
5102026-08-28T21:24:38.080Z Downloaded erased-serde v0.3.31
5112026-08-28T21:24:38.083Z Downloaded hashbrown v0.14.5
5122026-08-28T21:24:38.086Z Downloaded async-stream v0.3.6
5132026-08-28T21:24:38.086Z Downloaded bit-vec v0.8.0
5142026-08-28T21:24:38.086Z Downloaded bb8 v0.8.6
5152026-08-28T21:24:38.086Z Downloaded form_urlencoded v1.2.2
5162026-08-28T21:24:38.089Z Downloaded funty v2.0.0
5172026-08-28T21:24:38.089Z Downloaded elliptic-curve v0.14.1
5182026-08-28T21:24:38.089Z Downloaded colored v2.2.0
5192026-08-28T21:24:38.092Z Downloaded fxhash v0.2.1
5202026-08-28T21:24:38.092Z Downloaded hostname v0.3.1
5212026-08-28T21:24:38.093Z Downloaded float-cmp v0.10.0
5222026-08-28T21:24:38.093Z Downloaded ciborium v0.2.2
5232026-08-28T21:24:38.096Z Downloaded fixedbitset v0.4.2
5242026-08-28T21:24:38.096Z Downloaded futures-core v0.3.32
5252026-08-28T21:24:38.096Z Downloaded gethostname v0.5.0
5262026-08-28T21:24:38.096Z Downloaded headers-core v0.3.0
5272026-08-28T21:24:38.099Z Downloaded arrayref v0.3.9
5282026-08-28T21:24:38.099Z Downloaded base16ct v0.2.0
5292026-08-28T21:24:38.099Z Downloaded castaway v0.2.4
5302026-08-28T21:24:38.102Z Downloaded home v0.5.12
5312026-08-28T21:24:38.102Z Downloaded foreign-types-macros v0.2.3
5322026-08-28T21:24:38.102Z Downloaded hex-literal v1.1.0
5332026-08-28T21:24:38.105Z Downloaded block-padding v0.4.2
5342026-08-28T21:24:38.105Z Downloaded cfg_aliases v0.1.1
5352026-08-28T21:24:38.105Z Downloaded cfg_aliases v0.2.1
5362026-08-28T21:24:38.105Z Downloaded block-buffer v0.12.1
5372026-08-28T21:24:38.108Z Downloaded hex v0.4.3
5382026-08-28T21:24:38.108Z Downloaded hubpack v0.1.2
5392026-08-28T21:24:38.109Z Downloaded fd-lock v4.0.4
5402026-08-28T21:24:38.111Z Downloaded foreign-types v0.3.2
5412026-08-28T21:24:38.111Z Downloaded foreign-types v0.5.0
5422026-08-28T21:24:38.111Z Downloaded hash32 v0.2.1
5432026-08-28T21:24:38.111Z Downloaded async-stream-impl v0.3.6
5442026-08-28T21:24:38.111Z Downloaded cobs v0.3.0
5452026-08-28T21:24:38.116Z Downloaded bit-set v0.5.3
5462026-08-28T21:24:38.116Z Downloaded flagset v0.4.7
5472026-08-28T21:24:38.119Z Downloaded enum_dispatch v0.3.13
5482026-08-28T21:24:38.119Z Downloaded http-body-util v0.1.3
5492026-08-28T21:24:38.123Z Downloaded foreign-types-shared v0.3.1
5502026-08-28T21:24:38.123Z Downloaded float-ord v0.3.2
5512026-08-28T21:24:38.123Z Downloaded array-init v0.0.4
5522026-08-28T21:24:38.123Z Downloaded hostname v0.4.2
5532026-08-28T21:24:38.127Z Downloaded globwalk v0.9.1
5542026-08-28T21:24:38.130Z Downloaded ghash v0.6.0
5552026-08-28T21:24:38.130Z Downloaded git-stub v1.0.0
5562026-08-28T21:24:38.130Z Downloaded httpdate v1.0.3
5572026-08-28T21:24:38.133Z Downloaded newline-converter v0.3.0
5582026-08-28T21:24:38.136Z Downloaded num_threads v0.1.7
5592026-08-28T21:24:38.136Z Downloaded embedded-io v0.6.1
5602026-08-28T21:24:38.139Z Downloaded http-range v0.1.5
5612026-08-28T21:24:38.139Z Downloaded nodrop v0.1.14
5622026-08-28T21:24:38.139Z Downloaded normalize-line-endings v0.3.0
5632026-08-28T21:24:38.139Z Downloaded ciborium-ll v0.2.2
5642026-08-28T21:24:38.142Z Downloaded compression-core v0.4.31
5652026-08-28T21:24:38.142Z Downloaded hubpack_derive v0.1.1
5662026-08-28T21:24:38.147Z Downloaded ciborium-io v0.2.2
5672026-08-28T21:24:38.150Z Downloaded nibble_vec v0.1.0
5682026-08-28T21:24:38.150Z Downloaded env_filter v2.0.0
5692026-08-28T21:24:38.153Z Downloaded bs58 v0.5.1
5702026-08-28T21:24:38.153Z Downloaded fallible-iterator v0.2.0
5712026-08-28T21:24:38.153Z Downloaded ff v0.14.0
5722026-08-28T21:24:38.153Z Downloaded bitfield v0.19.4
5732026-08-28T21:24:38.156Z Downloaded bitflags v1.3.2
5742026-08-28T21:24:38.156Z Downloaded find-msvc-tools v0.1.9
5752026-08-28T21:24:38.156Z Downloaded foldhash v0.2.0
5762026-08-28T21:24:38.160Z Downloaded group v0.14.0
5772026-08-28T21:24:38.160Z Downloaded hash32 v0.3.1
5782026-08-28T21:24:38.160Z Downloaded ena v0.14.4
5792026-08-28T21:24:38.160Z Downloaded env_logger v0.11.11
5802026-08-28T21:24:38.163Z Downloaded proc-macro-crate v1.3.1
5812026-08-28T21:24:38.163Z Downloaded proc-macro-error-attr2 v2.0.0
5822026-08-28T21:24:38.163Z Downloaded oxide-generation-macros v0.2.0
5832026-08-28T21:24:38.163Z Downloaded proc-macro-crate v3.4.0
5842026-08-28T21:24:38.166Z Downloaded progenitor-macro v0.13.0
5852026-08-28T21:24:38.166Z Downloaded fs_extra v1.3.0
5862026-08-28T21:24:38.171Z Downloaded phf_shared v0.11.3
5872026-08-28T21:24:38.174Z Downloaded rustc_version v0.1.7
5882026-08-28T21:24:38.177Z Downloaded powerfmt v0.2.0
5892026-08-28T21:24:38.177Z Downloaded predicates-core v1.0.10
5902026-08-28T21:24:38.177Z Downloaded secrecy v0.8.0
5912026-08-28T21:24:38.177Z Downloaded radium v0.7.0
5922026-08-28T21:24:38.180Z Downloaded signature v2.2.0
5932026-08-28T21:24:38.180Z Downloaded git-stub-vcs v0.1.0
5942026-08-28T21:24:38.184Z Downloaded bit-vec v0.6.3
5952026-08-28T21:24:38.187Z Downloaded camino-tempfile-ext v0.3.3
5962026-08-28T21:24:38.187Z Downloaded async-trait v0.1.89
5972026-08-28T21:24:38.191Z Downloaded globset v0.4.18
5982026-08-28T21:24:38.194Z Downloaded compression-codecs v0.4.37
5992026-08-28T21:24:38.194Z Downloaded num_enum v0.5.11
6002026-08-28T21:24:38.197Z Downloaded cexpr v0.6.0
6012026-08-28T21:24:38.201Z Downloaded chacha20 v0.9.1
6022026-08-28T21:24:38.201Z Downloaded glob v0.3.3
6032026-08-28T21:24:38.201Z Downloaded byte-wrapper v0.1.0
6042026-08-28T21:24:38.204Z Downloaded blake2 v0.11.0-rc.6
6052026-08-28T21:24:38.207Z Downloaded const-oid v0.9.6
6062026-08-28T21:24:38.207Z Downloaded sqlparser_derive v0.5.0
6072026-08-28T21:24:38.207Z Downloaded supports-unicode v3.0.0
6082026-08-28T21:24:38.210Z Downloaded foldhash v0.1.5
6092026-08-28T21:24:38.213Z Downloaded bcs v0.1.6
6102026-08-28T21:24:38.213Z Downloaded argon2 v0.5.3
6112026-08-28T21:24:38.216Z Downloaded git2 v0.20.4
6122026-08-28T21:24:38.220Z Downloaded cmov v0.5.4
6132026-08-28T21:24:38.223Z Downloaded cbc v0.2.1
6142026-08-28T21:24:38.223Z Downloaded rand_core v0.10.0
6152026-08-28T21:24:38.226Z Downloaded siphasher v1.0.2
6162026-08-28T21:24:38.226Z Downloaded tokio-test v0.4.5
6172026-08-28T21:24:38.226Z Downloaded structmeta-derive v0.3.0
6182026-08-28T21:24:38.230Z Downloaded subtle v2.6.1
6192026-08-28T21:24:38.230Z Downloaded structmeta v0.3.0
6202026-08-28T21:24:38.230Z Downloaded rand_core v0.6.4
6212026-08-28T21:24:38.233Z Downloaded rand_core v0.9.5
6222026-08-28T21:24:38.233Z Downloaded allocator-api2 v0.2.21
6232026-08-28T21:24:38.237Z Downloaded num-integer v0.1.46
6242026-08-28T21:24:38.237Z Downloaded sec1 v0.7.3
6252026-08-28T21:24:38.240Z Downloaded sec1 v0.8.1
6262026-08-28T21:24:38.240Z Downloaded utf-8 v0.7.6
6272026-08-28T21:24:38.244Z Downloaded xattr v1.6.1
6282026-08-28T21:24:38.244Z Downloaded zeroize_derive v1.5.0
6292026-08-28T21:24:38.247Z Downloaded half v1.8.3
6302026-08-28T21:24:38.250Z Downloaded hmac v0.12.1
6312026-08-28T21:24:38.250Z Downloaded phf v0.12.1
6322026-08-28T21:24:38.250Z Downloaded phf v0.13.1
6332026-08-28T21:24:38.250Z Downloaded predicates v3.1.4
6342026-08-28T21:24:38.253Z Downloaded httparse v1.10.1
6352026-08-28T21:24:38.253Z Downloaded untrusted v0.7.1
6362026-08-28T21:24:38.256Z Downloaded ar_archive_writer v0.5.1
6372026-08-28T21:24:38.256Z Downloaded fs-err v2.11.0
6382026-08-28T21:24:38.256Z Downloaded group v0.13.0
6392026-08-28T21:24:38.259Z Downloaded bzip2 v0.6.1
6402026-08-28T21:24:38.260Z Downloaded console v0.15.11
6412026-08-28T21:24:38.263Z Downloaded clang-sys v1.8.1
6422026-08-28T21:24:38.263Z Downloaded argon2 v0.6.0-rc.8
6432026-08-28T21:24:38.267Z Downloaded bzip2 v0.4.4
6442026-08-28T21:24:38.267Z Downloaded ssh-cipher v0.3.0
6452026-08-28T21:24:38.267Z Downloaded console v0.16.2
6462026-08-28T21:24:38.267Z Downloaded ssh-encoding v0.3.0
6472026-08-28T21:24:38.270Z Downloaded cipher v0.4.4
6482026-08-28T21:24:38.271Z Downloaded colored v3.1.1
6492026-08-28T21:24:38.271Z Downloaded buf-list v1.1.2
6502026-08-28T21:24:38.271Z Downloaded curve25519-dalek-derive v0.1.1
6512026-08-28T21:24:38.274Z Downloaded fatfs v0.3.6
6522026-08-28T21:24:38.274Z Downloaded rpassword v7.5.4
6532026-08-28T21:24:38.277Z Downloaded want v0.3.1
6542026-08-28T21:24:38.277Z Downloaded convert_case v0.4.0
6552026-08-28T21:24:38.277Z Downloaded backon v1.6.0
6562026-08-28T21:24:38.280Z Downloaded base64 v0.22.1
6572026-08-28T21:24:38.280Z Downloaded postcard v1.1.3
6582026-08-28T21:24:38.283Z Downloaded futures-channel v0.3.32
6592026-08-28T21:24:38.283Z Downloaded half v2.7.1
6602026-08-28T21:24:38.283Z Downloaded synstructure v0.13.2
6612026-08-28T21:24:38.286Z Downloaded darling_macro v0.20.11
6622026-08-28T21:24:38.286Z Downloaded cipher v0.5.2
6632026-08-28T21:24:38.286Z Downloaded schemars_derive v0.8.22
6642026-08-28T21:24:38.287Z Downloaded time-macros v0.2.27
6652026-08-28T21:24:38.290Z Downloaded serde_tokenstream v0.3.0
6662026-08-28T21:24:38.290Z Downloaded futures v0.3.32
6672026-08-28T21:24:38.293Z Downloaded serde_with_macros v1.5.2
6682026-08-28T21:24:38.293Z Downloaded tls_codec v0.4.2
6692026-08-28T21:24:38.293Z Downloaded slab v0.4.12
6702026-08-28T21:24:38.293Z Downloaded slog-term v2.9.2
6712026-08-28T21:24:38.296Z Downloaded tokio-dtrace v0.1.1
6722026-08-28T21:24:38.296Z Downloaded toml_writer v1.1.1+spec-1.1.0
6732026-08-28T21:24:38.296Z Downloaded cstr-argument v0.1.2
6742026-08-28T21:24:38.296Z Downloaded dof v0.4.0
6752026-08-28T21:24:38.299Z Downloaded debug-ignore v1.0.5
6762026-08-28T21:24:38.299Z Downloaded defmt v0.3.100
6772026-08-28T21:24:38.299Z Downloaded difflib v0.4.0
6782026-08-28T21:24:38.299Z Downloaded thread_local v1.1.9
6792026-08-28T21:24:38.303Z Downloaded wyz v0.5.1
6802026-08-28T21:24:38.306Z Downloaded hyper-tls v0.6.0
6812026-08-28T21:24:38.309Z Downloaded parking_lot v0.12.5
6822026-08-28T21:24:38.309Z Downloaded parking_lot v0.11.2
6832026-08-28T21:24:38.309Z Downloaded instant v0.1.13
6842026-08-28T21:24:38.309Z Downloaded parking_lot_core v0.9.12
6852026-08-28T21:24:38.313Z Downloaded pkcs8 v0.11.0
6862026-08-28T21:24:38.313Z Downloaded poly1305 v0.8.0
6872026-08-28T21:24:38.316Z Downloaded tui-tree-widget v0.23.1
6882026-08-28T21:24:38.316Z Downloaded corncobs v0.1.4
6892026-08-28T21:24:38.316Z Downloaded getrandom v0.3.4
6902026-08-28T21:24:38.319Z Downloaded dtrace-parser v0.3.0
6912026-08-28T21:24:38.320Z Downloaded generic-array v1.4.3
6922026-08-28T21:24:38.320Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6932026-08-28T21:24:38.320Z Downloaded hmac v0.13.0
6942026-08-28T21:24:38.323Z Downloaded chacha20 v0.10.0
6952026-08-28T21:24:38.323Z Downloaded omicron-zone-package v0.12.3
6962026-08-28T21:24:38.326Z Downloaded spin v0.9.8
6972026-08-28T21:24:38.326Z Downloaded blake2 v0.10.6
6982026-08-28T21:24:38.329Z Downloaded zone_cfg_derive v0.3.1
6992026-08-28T21:24:38.329Z Downloaded critical-section v1.2.0
7002026-08-28T21:24:38.333Z Downloaded illumos-nvpair-sys v0.2.0
7012026-08-28T21:24:38.337Z Downloaded instability v0.3.11
7022026-08-28T21:24:38.337Z Downloaded is_ci v1.2.0
7032026-08-28T21:24:38.340Z Downloaded jiff-static v0.2.34
7042026-08-28T21:24:38.340Z Downloaded uzers v0.12.2
7052026-08-28T21:24:38.343Z Downloaded lru-slab v0.1.2
7062026-08-28T21:24:38.343Z Downloaded match_cfg v0.1.0
7072026-08-28T21:24:38.343Z Downloaded whoami v1.6.1
7082026-08-28T21:24:38.347Z Downloaded libscf-sys v1.2.0
7092026-08-28T21:24:38.347Z Downloaded term v1.2.1
7102026-08-28T21:24:38.347Z Downloaded progenitor-impl v0.14.0
7112026-08-28T21:24:38.350Z Downloaded cancel-safe-futures v0.1.5
7122026-08-28T21:24:38.350Z Downloaded tokio-stream v0.1.18
7132026-08-28T21:24:38.353Z Downloaded diesel-dtrace v0.5.0
7142026-08-28T21:24:38.353Z Downloaded maybe-uninit v2.0.0
7152026-08-28T21:24:38.356Z Downloaded serde_with_macros v3.21.0
7162026-08-28T21:24:38.357Z Downloaded num_enum_derive v0.5.11
7172026-08-28T21:24:38.357Z Downloaded openssl-probe v0.1.6
7182026-08-28T21:24:38.360Z Downloaded tracing-attributes v0.1.31
7192026-08-28T21:24:38.360Z Downloaded ryu v1.0.23
7202026-08-28T21:24:38.363Z Downloaded backoff v0.4.0
7212026-08-28T21:24:38.367Z Downloaded vergen v9.1.0
7222026-08-28T21:24:38.367Z Downloaded ingot v0.2.1
7232026-08-28T21:24:38.370Z Downloaded kem v0.3.0
7242026-08-28T21:24:38.373Z Downloaded rand_xorshift v0.4.0
7252026-08-28T21:24:38.373Z Downloaded oso v0.27.3
7262026-08-28T21:24:38.377Z Downloaded papergrid v0.18.0
7272026-08-28T21:24:38.380Z Downloaded parking_lot_core v0.8.6
7282026-08-28T21:24:38.380Z Downloaded russh-util v0.52.0
7292026-08-28T21:24:38.380Z Downloaded digest v0.11.3
7302026-08-28T21:24:38.380Z Downloaded dunce v1.0.5
7312026-08-28T21:24:38.383Z Downloaded heapless v0.8.0
7322026-08-28T21:24:38.383Z Downloaded percent-encoding v2.3.2
7332026-08-28T21:24:38.383Z Downloaded heapless v0.7.17
7342026-08-28T21:24:38.386Z Downloaded unicode-properties v0.1.4
7352026-08-28T21:24:38.392Z Downloaded blowfish v0.10.0
7362026-08-28T21:24:38.395Z Downloaded bytes v1.11.1
7372026-08-28T21:24:38.395Z Downloaded scopeguard v1.2.0
7382026-08-28T21:24:38.399Z Downloaded hickory-resolver v0.24.4
7392026-08-28T21:24:38.399Z Downloaded arc-swap v1.8.2
7402026-08-28T21:24:38.403Z Downloaded flate2 v1.1.9
7412026-08-28T21:24:38.406Z Downloaded linear-map v1.2.0
7422026-08-28T21:24:38.406Z Downloaded oxide-update-engine-types v0.1.2
7432026-08-28T21:24:38.406Z Downloaded recursive-proc-macro-impl v0.1.1
7442026-08-28T21:24:38.406Z Downloaded sigpipe v0.1.3
7452026-08-28T21:24:38.410Z Downloaded progenitor-impl v0.13.0
7462026-08-28T21:24:38.410Z Downloaded test-strategy v0.4.5
7472026-08-28T21:24:38.413Z Downloaded derive_builder v0.20.2
7482026-08-28T21:24:38.413Z Downloaded mime v0.3.17
7492026-08-28T21:24:38.416Z Downloaded num_enum v0.7.6
7502026-08-28T21:24:38.416Z Downloaded tokio-macros v2.7.0
7512026-08-28T21:24:38.420Z Downloaded schemars v0.8.22
7522026-08-28T21:24:38.424Z Downloaded serde_spanned v1.1.1
7532026-08-28T21:24:38.427Z Downloaded serde_urlencoded v0.7.1
7542026-08-28T21:24:38.427Z Downloaded paste v1.0.15
7552026-08-28T21:24:38.430Z Downloaded scuffle v0.1.0
7562026-08-28T21:24:38.430Z Downloaded xshell v0.2.7
7572026-08-28T21:24:38.430Z Downloaded hybrid-array v0.4.13
7582026-08-28T21:24:38.434Z Downloaded libefi-sys v0.1.0
7592026-08-28T21:24:38.434Z Downloaded postgres-protocol v0.6.10
7602026-08-28T21:24:38.434Z Downloaded quick-error v1.2.3
7612026-08-28T21:24:38.434Z Downloaded rand_seeder v0.4.0
7622026-08-28T21:24:38.437Z Downloaded resolv-conf v0.7.6
7632026-08-28T21:24:38.437Z Downloaded multer v3.1.0
7642026-08-28T21:24:38.437Z Downloaded topological-sort v0.2.2
7652026-08-28T21:24:38.437Z Downloaded usdt-attr-macro v0.6.0
7662026-08-28T21:24:38.443Z Downloaded signal-hook-mio v0.2.5
7672026-08-28T21:24:38.443Z Downloaded module-lattice v0.2.3
7682026-08-28T21:24:38.443Z Downloaded zerofrom-derive v0.1.6
7692026-08-28T21:24:38.443Z Downloaded strum v0.26.3
7702026-08-28T21:24:38.443Z Downloaded tabwriter v1.4.1
7712026-08-28T21:24:38.443Z Downloaded scroll v0.13.0
7722026-08-28T21:24:38.443Z Downloaded flume v0.11.1
7732026-08-28T21:24:38.447Z Downloaded sponge-cursor v0.1.0
7742026-08-28T21:24:38.447Z Downloaded testing_table v0.3.0
7752026-08-28T21:24:38.447Z Downloaded darling v0.20.11
7762026-08-28T21:24:38.447Z Downloaded chumsky v0.9.3
7772026-08-28T21:24:38.451Z Downloaded headers v0.4.1
7782026-08-28T21:24:38.454Z Downloaded p384 v0.14.0
7792026-08-28T21:24:38.454Z Downloaded pem-rfc7468 v1.0.0
7802026-08-28T21:24:38.454Z Downloaded zopfli v0.8.3
7812026-08-28T21:24:38.457Z Downloaded crc-any v2.5.0
7822026-08-28T21:24:38.458Z Downloaded serde_path_to_error v0.1.20
7832026-08-28T21:24:38.458Z Downloaded peg-macros v0.8.5
7842026-08-28T21:24:38.458Z Downloaded hickory-resolver v0.25.2
7852026-08-28T21:24:38.462Z Downloaded http v1.4.2
7862026-08-28T21:24:38.465Z Downloaded universal-hash v0.5.1
7872026-08-28T21:24:38.465Z Downloaded unicode-xid v0.2.6
7882026-08-28T21:24:38.468Z Downloaded mime_guess v2.0.5
7892026-08-28T21:24:38.468Z Downloaded proc-macro-error2 v2.0.1
7902026-08-28T21:24:38.472Z Downloaded strum_macros v0.27.2
7912026-08-28T21:24:38.472Z Downloaded expectorate v1.2.0
7922026-08-28T21:24:38.475Z Downloaded backtrace v0.3.76
7932026-08-28T21:24:38.478Z Downloaded base64 v0.21.7
7942026-08-28T21:24:38.478Z Downloaded idna_adapter v1.2.1
7952026-08-28T21:24:38.479Z Downloaded rsa v0.9.10
7962026-08-28T21:24:38.482Z Downloaded unsafe-libyaml v0.2.11
7972026-08-28T21:24:38.486Z Downloaded tokio-tungstenite v0.21.0
7982026-08-28T21:24:38.486Z Downloaded signal-hook v0.3.18
7992026-08-28T21:24:38.486Z Downloaded ppv-lite86 v0.2.21
8002026-08-28T21:24:38.490Z Downloaded progenitor-client v0.14.0
8012026-08-28T21:24:38.490Z Downloaded progenitor-extras v0.2.0
8022026-08-28T21:24:38.490Z Downloaded cpubits v0.1.1
8032026-08-28T21:24:38.490Z Downloaded poly1305 v0.9.0
8042026-08-28T21:24:38.490Z Downloaded rustls-platform-verifier v0.6.2
8052026-08-28T21:24:38.494Z Downloaded serde-hex v0.1.0
8062026-08-28T21:24:38.494Z Downloaded inout v0.2.2
8072026-08-28T21:24:38.498Z Downloaded linked-hash-map v0.5.6
8082026-08-28T21:24:38.498Z Downloaded dirs-next v2.0.0
8092026-08-28T21:24:38.498Z Downloaded lru-cache v0.1.2
8102026-08-28T21:24:38.498Z Downloaded md-5 v0.10.6
8112026-08-28T21:24:38.501Z Downloaded quinn-udp v0.5.14
8122026-08-28T21:24:38.502Z Downloaded dropshot-api-manager-types v0.8.0
8132026-08-28T21:24:38.505Z Downloaded hashbrown v0.12.3
8142026-08-28T21:24:38.505Z Downloaded hashbrown v0.13.2
8152026-08-28T21:24:38.509Z Downloaded slog-json v2.6.1
8162026-08-28T21:24:38.509Z Downloaded bumpalo v3.20.2
8172026-08-28T21:24:38.509Z Downloaded chacha20poly1305 v0.10.1
8182026-08-28T21:24:38.513Z Downloaded compact_str v0.8.1
8192026-08-28T21:24:38.513Z Downloaded crossbeam-utils v0.8.21
8202026-08-28T21:24:38.513Z Downloaded similar v2.7.0
8212026-08-28T21:24:38.518Z Downloaded zeroize v1.9.0
8222026-08-28T21:24:38.523Z Downloaded owo-colors v4.3.0
8232026-08-28T21:24:38.526Z Downloaded constant_time_eq v0.4.2
8242026-08-28T21:24:38.526Z Downloaded oxide-update-engine-display v0.1.2
8252026-08-28T21:24:38.530Z Downloaded smallvec v0.6.14
8262026-08-28T21:24:38.530Z Downloaded newtype_derive v0.1.6
8272026-08-28T21:24:38.530Z Downloaded num-conv v0.2.0
8282026-08-28T21:24:38.530Z Downloaded sqlformat v0.3.5
8292026-08-28T21:24:38.533Z Downloaded indent_write v2.2.0
8302026-08-28T21:24:38.533Z Downloaded darling_core v0.20.11
8312026-08-28T21:24:38.533Z Downloaded async-compression v0.4.41
8322026-08-28T21:24:38.537Z Downloaded csv-core v0.1.13
8332026-08-28T21:24:38.538Z Downloaded openssl-probe v0.2.1
8342026-08-28T21:24:38.541Z Downloaded slog-async v2.8.0
8352026-08-28T21:24:38.541Z Downloaded num-complex v0.4.6
8362026-08-28T21:24:38.541Z Downloaded pkcs1 v0.7.5
8372026-08-28T21:24:38.541Z Downloaded document-features v0.2.12
8382026-08-28T21:24:38.541Z Downloaded trait-variant v0.1.2
8392026-08-28T21:24:38.545Z Downloaded ecdsa v0.16.9
8402026-08-28T21:24:38.545Z Downloaded yoke v0.8.1
8412026-08-28T21:24:38.545Z Downloaded packed_struct_codegen v0.10.1
8422026-08-28T21:24:38.545Z Downloaded vergen-lib v0.1.6
8432026-08-28T21:24:38.548Z Downloaded progenitor-macro v0.14.0
8442026-08-28T21:24:38.549Z Downloaded vergen-gitcl v1.0.8
8452026-08-28T21:24:38.549Z Downloaded zstd-safe v7.2.4
8462026-08-28T21:24:38.549Z Downloaded rsa v0.10.0-rc.18
8472026-08-28T21:24:38.552Z Downloaded toml_parser v1.1.2+spec-1.1.0
8482026-08-28T21:24:38.552Z Downloaded usdt-impl v0.6.0
8492026-08-28T21:24:38.555Z Downloaded writeable v0.6.2
8502026-08-28T21:24:38.555Z Downloaded kstat-rs v0.2.5
8512026-08-28T21:24:38.555Z Downloaded olpc-cjson v0.1.4
8522026-08-28T21:24:38.558Z Downloaded libsw v3.5.0
8532026-08-28T21:24:38.558Z Downloaded sapling-renderdag v0.1.0
8542026-08-28T21:24:38.558Z Downloaded seq-macro v0.3.6
8552026-08-28T21:24:38.558Z Downloaded recursive v0.1.1
8562026-08-28T21:24:38.562Z Downloaded hickory-server v0.25.2
8572026-08-28T21:24:38.562Z Downloaded zerotrie v0.2.3
8582026-08-28T21:24:38.565Z Downloaded indexmap v1.9.3
8592026-08-28T21:24:38.565Z Downloaded salsa20 v0.11.0
8602026-08-28T21:24:38.568Z Downloaded data-encoding v2.10.0
8612026-08-28T21:24:38.568Z Downloaded defmt v1.0.1
8622026-08-28T21:24:38.571Z Downloaded slog-bunyan v2.5.0
8632026-08-28T21:24:38.571Z Downloaded russh-cryptovec v0.62.0
8642026-08-28T21:24:38.576Z Downloaded defmt-macros v1.0.1
8652026-08-28T21:24:38.579Z Downloaded crc32fast v1.5.0
8662026-08-28T21:24:38.579Z Downloaded crossbeam-epoch v0.9.18
8672026-08-28T21:24:38.582Z Downloaded knus v3.4.0
8682026-08-28T21:24:38.582Z Downloaded daft v0.1.8
8692026-08-28T21:24:38.585Z Downloaded socket2 v0.5.10
8702026-08-28T21:24:38.585Z Downloaded subprocess v0.2.15
8712026-08-28T21:24:38.588Z Downloaded sha1 v0.11.0
8722026-08-28T21:24:38.592Z Downloaded supports-color v3.0.2
8732026-08-28T21:24:38.592Z Downloaded packed_struct v0.10.1
8742026-08-28T21:24:38.592Z Downloaded pem-rfc7468 v0.7.0
8752026-08-28T21:24:38.595Z Downloaded rustls-native-certs v0.8.3
8762026-08-28T21:24:38.599Z Downloaded yoke-derive v0.8.1
8772026-08-28T21:24:38.599Z Downloaded darling_macro v0.21.3
8782026-08-28T21:24:38.603Z Downloaded rustversion v1.0.22
8792026-08-28T21:24:38.607Z Downloaded rustyline v14.0.0
8802026-08-28T21:24:38.610Z Downloaded thread-id v5.1.0
8812026-08-28T21:24:38.610Z Downloaded miette-derive v7.6.0
8822026-08-28T21:24:38.614Z Downloaded ingot-macros v0.2.0
8832026-08-28T21:24:38.614Z Downloaded thiserror-impl-no-std v2.0.2
8842026-08-28T21:24:38.617Z Downloaded serde_derive_internals v0.29.1
8852026-08-28T21:24:38.617Z Downloaded slog-dtrace v0.3.0
8862026-08-28T21:24:38.621Z Downloaded tungstenite v0.21.0
8872026-08-28T21:24:38.621Z Downloaded x509-cert v0.2.5
8882026-08-28T21:24:38.624Z Downloaded cc v1.2.56
8892026-08-28T21:24:38.628Z Downloaded icu_locale_core v2.1.1
8902026-08-28T21:24:38.631Z Downloaded icu_properties v2.1.2
8912026-08-28T21:24:38.631Z Downloaded pbkdf2 v0.13.0
8922026-08-28T21:24:38.634Z Downloaded string_cache v0.8.9
8932026-08-28T21:24:38.634Z Downloaded stringprep v0.1.5
8942026-08-28T21:24:38.634Z Downloaded sync_wrapper v1.0.2
8952026-08-28T21:24:38.637Z Downloaded dsl_auto_type v0.2.0
8962026-08-28T21:24:38.640Z Downloaded downcast-rs v2.0.2
8972026-08-28T21:24:38.643Z Downloaded nonempty v0.12.0
8982026-08-28T21:24:38.646Z Downloaded num-iter v0.1.45
8992026-08-28T21:24:38.646Z Downloaded unicase v2.9.0
9002026-08-28T21:24:38.647Z Downloaded walkdir v2.5.0
9012026-08-28T21:24:38.651Z Downloaded r2d2 v0.8.10
9022026-08-28T21:24:38.654Z Downloaded scroll_derive v0.13.1
9032026-08-28T21:24:38.654Z Downloaded derive_more v0.99.20
9042026-08-28T21:24:38.657Z Downloaded postgres-types v0.2.12
9052026-08-28T21:24:38.657Z Downloaded vergen-git2 v9.1.0
9062026-08-28T21:24:38.660Z Downloaded inout v0.1.4
9072026-08-28T21:24:38.660Z Downloaded maplit v1.0.2
9082026-08-28T21:24:38.660Z Downloaded phf_shared v0.12.1
9092026-08-28T21:24:38.663Z Downloaded hyper-rustls v0.27.7
9102026-08-28T21:24:38.663Z Downloaded precomputed-hash v0.1.1
9112026-08-28T21:24:38.663Z Downloaded ref-cast-impl v1.0.25
9122026-08-28T21:24:38.663Z Downloaded derive_more v2.1.1
9132026-08-28T21:24:38.669Z Downloaded ed25519 v3.0.0
9142026-08-28T21:24:38.672Z Downloaded unicode-segmentation v1.12.0
9152026-08-28T21:24:38.672Z Downloaded tinyvec v1.10.0
9162026-08-28T21:24:38.675Z Downloaded simd-adler32 v0.3.8
9172026-08-28T21:24:38.675Z Downloaded spki v0.7.3
9182026-08-28T21:24:38.675Z Downloaded psl-types v2.0.11
9192026-08-28T21:24:38.675Z Downloaded shlex v1.3.0
9202026-08-28T21:24:38.678Z Downloaded hyper-staticfile v0.10.1
9212026-08-28T21:24:38.678Z Downloaded rand_chacha v0.3.1
9222026-08-28T21:24:38.678Z Downloaded der v0.7.10
9232026-08-28T21:24:38.681Z Downloaded rfc6979 v0.6.0
9242026-08-28T21:24:38.681Z Downloaded hashbrown v0.16.1
9252026-08-28T21:24:38.685Z Downloaded hashbrown v0.15.5
9262026-08-28T21:24:38.688Z Downloaded aes v0.9.1
9272026-08-28T21:24:38.692Z Downloaded typify v0.6.2
9282026-08-28T21:24:38.692Z Downloaded rand v0.10.1
9292026-08-28T21:24:38.696Z Downloaded thiserror-no-std v2.0.2
9302026-08-28T21:24:38.696Z Downloaded strum v0.27.2
9312026-08-28T21:24:38.699Z Downloaded term v0.7.0
9322026-08-28T21:24:38.702Z Downloaded prettyplease v0.2.37
9332026-08-28T21:24:38.706Z Downloaded tap v1.0.1
9342026-08-28T21:24:38.709Z Downloaded pkcs1 v0.8.0-rc.4
9352026-08-28T21:24:38.709Z Downloaded unarray v0.1.4
9362026-08-28T21:24:38.709Z Downloaded tar v0.4.46
9372026-08-28T21:24:38.712Z Downloaded universal-hash v0.6.1
9382026-08-28T21:24:38.712Z Downloaded convert_case v0.10.0
9392026-08-28T21:24:38.712Z Downloaded crypto-common v0.2.2
9402026-08-28T21:24:38.712Z Downloaded zstd v0.13.3
9412026-08-28T21:24:38.715Z Downloaded signal-hook-tokio v0.3.1
9422026-08-28T21:24:38.715Z Downloaded const_format_proc_macros v0.2.34
9432026-08-28T21:24:38.715Z Downloaded num_enum_derive v0.7.6
9442026-08-28T21:24:38.718Z Downloaded slog-envlogger v2.2.0
9452026-08-28T21:24:38.718Z Downloaded zerocopy v0.6.6
9462026-08-28T21:24:38.721Z Downloaded des v0.9.0
9472026-08-28T21:24:38.721Z Downloaded oxnet v0.1.6
9482026-08-28T21:24:38.724Z Downloaded phc v0.6.1
9492026-08-28T21:24:38.724Z Downloaded primeorder v0.13.6
9502026-08-28T21:24:38.725Z Downloaded secrecy v0.10.3
9512026-08-28T21:24:38.725Z Downloaded peg v0.8.5
9522026-08-28T21:24:38.728Z Downloaded rustls-pemfile v2.2.0
9532026-08-28T21:24:38.731Z Downloaded ed25519-dalek v3.0.0
9542026-08-28T21:24:38.734Z Downloaded cpufeatures v0.3.0
9552026-08-28T21:24:38.737Z Downloaded crc v3.4.0
9562026-08-28T21:24:38.737Z Downloaded darling_macro v0.23.0
9572026-08-28T21:24:38.737Z Downloaded dirs-sys-next v0.1.2
9582026-08-28T21:24:38.737Z Downloaded defmt-parser v1.0.0
9592026-08-28T21:24:38.740Z Downloaded humantime v2.3.0
9602026-08-28T21:24:38.740Z Downloaded keccak v0.2.0
9612026-08-28T21:24:38.740Z Downloaded nanorand v0.7.0
9622026-08-28T21:24:38.747Z Downloaded native-tls v0.2.18
9632026-08-28T21:24:38.750Z Downloaded parse-size v1.1.0
9642026-08-28T21:24:38.750Z Downloaded unit-prefix v0.5.2
9652026-08-28T21:24:38.755Z Downloaded keccak v0.1.6
9662026-08-28T21:24:38.758Z Downloaded dyn-clone v1.0.20
9672026-08-28T21:24:38.758Z Downloaded toml v1.1.2+spec-1.1.0
9682026-08-28T21:24:38.758Z Downloaded num-traits v0.2.19
9692026-08-28T21:24:38.761Z Downloaded openssl-sys v0.9.117
9702026-08-28T21:24:38.761Z Downloaded slog-scope v4.4.1
9712026-08-28T21:24:38.765Z Downloaded polyval v0.7.1
9722026-08-28T21:24:38.765Z Downloaded aes-gcm v0.11.0
9732026-08-28T21:24:38.768Z Downloaded crossterm v0.28.1
9742026-08-28T21:24:38.771Z Downloaded unicode-bidi v0.3.18
9752026-08-28T21:24:38.771Z Downloaded vergen-lib v9.1.0
9762026-08-28T21:24:38.771Z Downloaded phf_shared v0.13.1
9772026-08-28T21:24:38.771Z Downloaded uuid v1.23.4
9782026-08-28T21:24:38.774Z Downloaded rand_chacha v0.9.0
9792026-08-28T21:24:38.774Z Downloaded tiny-keccak v2.0.2
9802026-08-28T21:24:38.779Z Downloaded lock_api v0.4.14
9812026-08-28T21:24:38.779Z Downloaded is-terminal v0.4.17
9822026-08-28T21:24:38.779Z Downloaded rustc-demangle v0.1.27
9832026-08-28T21:24:38.782Z Downloaded num-bigint-dig v0.8.6
9842026-08-28T21:24:38.782Z Downloaded num-rational v0.4.2
9852026-08-28T21:24:38.782Z Downloaded regex v1.12.3
9862026-08-28T21:24:38.786Z Downloaded tower-http v0.6.8
9872026-08-28T21:24:38.789Z Downloaded internet-checksum v0.2.1
9882026-08-28T21:24:38.792Z Downloaded openssl-macros v0.1.1
9892026-08-28T21:24:38.792Z Downloaded semver v0.1.20
9902026-08-28T21:24:38.792Z Downloaded serde_plain v1.0.2
9912026-08-28T21:24:38.795Z Downloaded ron v0.8.1
9922026-08-28T21:24:38.796Z Downloaded try-lock v0.2.5
9932026-08-28T21:24:38.799Z Downloaded prefix-trie v0.7.0
9942026-08-28T21:24:38.799Z Downloaded rustls-pki-types v1.14.0
9952026-08-28T21:24:38.803Z Downloaded icu_provider v2.1.1
9962026-08-28T21:24:38.807Z Downloaded tokio-tungstenite v0.23.1
9972026-08-28T21:24:38.807Z Downloaded minimal-lexical v0.2.1
9982026-08-28T21:24:38.810Z Downloaded oso-derive v0.27.3
9992026-08-28T21:24:38.810Z Downloaded rustc_version v0.4.1
10002026-08-28T21:24:38.810Z Downloaded libbz2-rs-sys v0.2.2
10012026-08-28T21:24:38.813Z Downloaded slog-stdlog v4.1.1
10022026-08-28T21:24:38.813Z Downloaded xshell-macros v0.2.7
10032026-08-28T21:24:38.813Z Downloaded same-file v1.0.6
10042026-08-28T21:24:38.813Z Downloaded zerofrom v0.1.6
10052026-08-28T21:24:38.816Z Downloaded wnaf v0.14.0
10062026-08-28T21:24:38.816Z Downloaded strip-ansi-escapes v0.2.1
10072026-08-28T21:24:38.821Z Downloaded futures-util v0.3.32
10082026-08-28T21:24:38.827Z Downloaded libsw-core v0.3.2
10092026-08-28T21:24:38.830Z Downloaded newtype-uuid v1.3.2
10102026-08-28T21:24:38.830Z Downloaded pem v3.0.6
10112026-08-28T21:24:38.830Z Downloaded diesel_table_macro_syntax v0.3.0
10122026-08-28T21:24:38.830Z Downloaded whoami v2.1.0
10132026-08-28T21:24:38.833Z Downloaded ctr v0.10.1
10142026-08-28T21:24:38.833Z Downloaded signature v3.0.0
10152026-08-28T21:24:38.833Z Downloaded strsim v0.10.0
10162026-08-28T21:24:38.834Z Downloaded darling_core v0.23.0
10172026-08-28T21:24:38.837Z Downloaded aho-corasick v1.1.4
10182026-08-28T21:24:38.840Z Downloaded illumos-nvpair v0.3.0
10192026-08-28T21:24:38.843Z Downloaded tungstenite v0.23.0
10202026-08-28T21:24:38.846Z Downloaded idna v1.1.0
10212026-08-28T21:24:38.864Z Downloaded internal-russh-num-bigint v0.5.0
10222026-08-28T21:24:38.864Z Downloaded usdt-macro v0.6.0
10232026-08-28T21:24:38.864Z Downloaded num-derive v0.4.2
10242026-08-28T21:24:38.864Z Downloaded password-hash v0.6.1
10252026-08-28T21:24:38.864Z Downloaded ref-cast v1.0.25
10262026-08-28T21:24:38.864Z Downloaded rtoolbox v0.0.3
10272026-08-28T21:24:38.864Z Downloaded pkcs5 v0.8.1
10282026-08-28T21:24:38.864Z Downloaded shell-words v1.1.1
10292026-08-28T21:24:38.864Z Downloaded derive-where v1.6.0
10302026-08-28T21:24:38.868Z Downloaded h2 v0.4.15
10312026-08-28T21:24:38.868Z Downloaded strum_macros v0.24.3
10322026-08-28T21:24:38.868Z Downloaded cookie_store v0.22.1
10332026-08-28T21:24:38.868Z Downloaded lru v0.12.5
10342026-08-28T21:24:38.871Z Downloaded hkdf v0.12.4
10352026-08-28T21:24:38.871Z Downloaded lzss v0.8.2
10362026-08-28T21:24:38.871Z Downloaded predicates-tree v1.0.13
10372026-08-28T21:24:38.871Z Downloaded serde_yaml v0.9.34+deprecated
10382026-08-28T21:24:38.874Z Downloaded itertools v0.10.5
10392026-08-28T21:24:38.877Z Downloaded strum_macros v0.26.4
10402026-08-28T21:24:38.877Z Downloaded password-hash v0.5.0
10412026-08-28T21:24:38.880Z Downloaded port-file v0.1.0
10422026-08-28T21:24:38.880Z Downloaded pretty_assertions v1.4.1
10432026-08-28T21:24:38.880Z Downloaded ctutils v0.4.2
10442026-08-28T21:24:38.883Z Downloaded crypto-bigint v0.5.5
10452026-08-28T21:24:38.887Z Downloaded darling v0.23.0
10462026-08-28T21:24:38.890Z Downloaded litrs v1.0.0
10472026-08-28T21:24:38.890Z Downloaded primefield v0.14.0
10482026-08-28T21:24:38.890Z Downloaded progenitor v0.14.0
10492026-08-28T21:24:38.893Z Downloaded serde_repr v0.1.20
10502026-08-28T21:24:38.893Z Downloaded miniz_oxide v0.8.9
10512026-08-28T21:24:38.893Z Downloaded zone v0.3.1
10522026-08-28T21:24:38.896Z Downloaded crucible-workspace-hack v0.1.0
10532026-08-28T21:24:38.896Z Downloaded deranged v0.5.8
10542026-08-28T21:24:38.896Z Downloaded hkdf v0.13.0
10552026-08-28T21:24:38.896Z Downloaded unicode-truncate v1.1.0
10562026-08-28T21:24:38.899Z Downloaded nom v8.0.0
10572026-08-28T21:24:38.902Z Downloaded p521 v0.14.0
10582026-08-28T21:24:38.902Z Downloaded derive_builder_macro v0.20.2
10592026-08-28T21:24:38.902Z Downloaded memoffset v0.9.1
10602026-08-28T21:24:38.902Z Downloaded socket2 v0.6.3
10612026-08-28T21:24:38.906Z Downloaded ed25519-dalek v2.2.0
10622026-08-28T21:24:38.906Z Downloaded yasna v0.5.2
10632026-08-28T21:24:38.909Z Downloaded crc8 v0.1.1
10642026-08-28T21:24:38.909Z Downloaded void v1.0.2
10652026-08-28T21:24:38.909Z Downloaded either v1.15.0
10662026-08-28T21:24:38.912Z Downloaded pin-project-lite v0.2.17
10672026-08-28T21:24:38.915Z Downloaded num-bigint v0.4.6
10682026-08-28T21:24:38.918Z Downloaded toml_edit v0.23.10+spec-1.0.0
10692026-08-28T21:24:38.922Z Downloaded parse-display-derive v0.10.0
10702026-08-28T21:24:38.922Z Downloaded rfc6979 v0.4.0
10712026-08-28T21:24:38.922Z Downloaded peg-runtime v0.8.5
10722026-08-28T21:24:38.928Z Downloaded newtype-uuid-macros v0.1.0
10732026-08-28T21:24:38.931Z Downloaded typed-path v0.9.3
10742026-08-28T21:24:38.934Z Downloaded const_format v0.2.35
10752026-08-28T21:24:38.937Z Downloaded nom v7.1.3
10762026-08-28T21:24:38.940Z Downloaded oxide-tokio-rt v0.1.4
10772026-08-28T21:24:38.940Z Downloaded signal-hook-registry v1.4.8
10782026-08-28T21:24:38.940Z Downloaded tinystr v0.8.2
10792026-08-28T21:24:38.943Z Downloaded usdt v0.6.0
10802026-08-28T21:24:38.943Z Downloaded untrusted v0.9.0
10812026-08-28T21:24:38.943Z Downloaded termtree v0.5.1
10822026-08-28T21:24:38.950Z Downloaded quinn v0.11.11
10832026-08-28T21:24:38.953Z Downloaded darling_macro v0.13.4
10842026-08-28T21:24:38.953Z Downloaded diff v0.1.13
10852026-08-28T21:24:38.956Z Downloaded litemap v0.8.1
10862026-08-28T21:24:38.956Z Downloaded md5 v0.8.0
10872026-08-28T21:24:38.956Z Downloaded stable_deref_trait v1.2.1
10882026-08-28T21:24:38.960Z Downloaded stacker v0.1.23
10892026-08-28T21:24:38.960Z Downloaded tower-service v0.3.3
10902026-08-28T21:24:38.960Z Downloaded diesel_derives v2.3.7
10912026-08-28T21:24:38.964Z Downloaded delegate v0.13.5
10922026-08-28T21:24:38.964Z Downloaded knus-derive v3.4.0
10932026-08-28T21:24:38.964Z Downloaded sha2 v0.11.0
10942026-08-28T21:24:38.967Z Downloaded termios v0.3.3
10952026-08-28T21:24:38.967Z Downloaded darling v0.21.3
10962026-08-28T21:24:38.970Z Downloaded digest-io v0.1.0
10972026-08-28T21:24:38.970Z Downloaded lazy_static v1.5.0
10982026-08-28T21:24:38.970Z Downloaded parse-display v0.10.0
10992026-08-28T21:24:38.973Z Downloaded serde-big-array v0.5.1
11002026-08-28T21:24:38.973Z Downloaded pkg-config v0.3.32
11012026-08-28T21:24:38.973Z Downloaded reedline v0.40.0
11022026-08-28T21:24:38.976Z Downloaded rustc-hash v2.1.1
11032026-08-28T21:24:38.980Z Downloaded tokio-rustls v0.26.4
11042026-08-28T21:24:38.983Z Downloaded oxide-update-engine v0.1.2
11052026-08-28T21:24:38.983Z Downloaded tokio-postgres v0.7.16
11062026-08-28T21:24:38.986Z Downloaded supports-hyperlinks v3.2.0
11072026-08-28T21:24:38.989Z Downloaded rustls-webpki v0.103.13
11082026-08-28T21:24:38.990Z Downloaded daft-derive v0.1.8
11092026-08-28T21:24:38.993Z Downloaded primeorder v0.14.0
11102026-08-28T21:24:38.993Z Downloaded sync-ptr v0.1.4
11112026-08-28T21:24:38.993Z Downloaded typify-macro v0.6.2
11122026-08-28T21:24:38.996Z Downloaded utf8_iter v1.0.4
11132026-08-28T21:24:38.999Z Downloaded impl-trait-for-tuples v0.2.3
11142026-08-28T21:24:38.999Z Downloaded vte v0.14.1
11152026-08-28T21:24:39.003Z Downloaded tokio-native-tls v0.3.1
11162026-08-28T21:24:39.006Z Downloaded dropshot_endpoint v0.17.1
11172026-08-28T21:24:39.009Z Downloaded steno v0.4.1
11182026-08-28T21:24:39.012Z Downloaded crunchy v0.2.4
11192026-08-28T21:24:39.012Z Downloaded ingot-types v0.2.0
11202026-08-28T21:24:39.012Z Downloaded twox-hash v2.1.2
11212026-08-28T21:24:39.015Z Downloaded opaque-debug v0.3.1
11222026-08-28T21:24:39.015Z Downloaded progenitor-client v0.13.0
11232026-08-28T21:24:39.018Z Downloaded reqwest v0.12.28
11242026-08-28T21:24:39.025Z Downloaded iana-time-zone v0.1.65
11252026-08-28T21:24:39.028Z Downloaded tracing-core v0.1.36
11262026-08-28T21:24:39.028Z Downloaded ident_case v1.0.1
11272026-08-28T21:24:39.031Z Downloaded nu-ansi-term v0.50.3
11282026-08-28T21:24:39.034Z Downloaded tls_codec_derive v0.4.2
11292026-08-28T21:24:39.034Z Downloaded winnow v0.5.40
11302026-08-28T21:24:39.046Z Downloaded waitgroup v0.1.2
11312026-08-28T21:24:39.049Z Downloaded wait-timeout v0.2.1
11322026-08-28T21:24:39.049Z Downloaded ipnetwork v0.21.1
11332026-08-28T21:24:39.053Z Downloaded progenitor v0.13.0
11342026-08-28T21:24:39.053Z Downloaded potential_utf v0.1.4
11352026-08-28T21:24:39.053Z Downloaded multimap v0.10.1
11362026-08-28T21:24:39.056Z Downloaded managed v0.8.0
11372026-08-28T21:24:39.056Z Downloaded tinyvec_macros v0.1.1
11382026-08-28T21:24:39.056Z Downloaded indoc v2.0.7
11392026-08-28T21:24:39.059Z Downloaded jobserver v0.1.34
11402026-08-28T21:24:39.059Z Downloaded spki v0.8.0
11412026-08-28T21:24:39.062Z Downloaded indicatif v0.18.4
11422026-08-28T21:24:39.062Z Downloaded dropshot-api-manager v0.8.0
11432026-08-28T21:24:39.065Z Downloaded url v2.5.8
11442026-08-28T21:24:39.068Z Downloaded miette v7.6.0
11452026-08-28T21:24:39.071Z Downloaded toml v0.7.8
11462026-08-28T21:24:39.071Z Downloaded rand_pcg v0.10.2
11472026-08-28T21:24:39.071Z Downloaded serde_bytes v0.11.19
11482026-08-28T21:24:39.075Z Downloaded ipnet v2.12.0
11492026-08-28T21:24:39.075Z Downloaded crossbeam-deque v0.8.6
11502026-08-28T21:24:39.075Z Downloaded take_mut v0.2.2
11512026-08-28T21:24:39.075Z Downloaded tower-layer v0.3.3
11522026-08-28T21:24:39.078Z Downloaded crc-catalog v2.4.0
11532026-08-28T21:24:39.078Z Downloaded num v0.4.3
11542026-08-28T21:24:39.081Z Downloaded blake3 v1.8.5
11552026-08-28T21:24:39.084Z Downloaded tagptr v0.2.0
11562026-08-28T21:24:39.088Z Downloaded scheduled-thread-pool v0.2.7
11572026-08-28T21:24:39.088Z Downloaded der_derive v0.7.3
11582026-08-28T21:24:39.088Z Downloaded elliptic-curve v0.13.8
11592026-08-28T21:24:39.092Z Downloaded snafu-derive v0.8.9
11602026-08-28T21:24:39.096Z Downloaded support-bundle-viewer v0.1.2
11612026-08-28T21:24:39.099Z Downloaded path-slash v0.1.5
11622026-08-28T21:24:39.099Z Downloaded sha1 v0.10.6
11632026-08-28T21:24:39.102Z Downloaded new_debug_unreachable v1.0.6
11642026-08-28T21:24:39.102Z Downloaded serde_cbor v0.11.2
11652026-08-28T21:24:39.113Z Downloaded lalrpop-util v0.19.12
11662026-08-28T21:24:39.116Z Downloaded pkcs8 v0.10.2
11672026-08-28T21:24:39.116Z Downloaded vsss-rs v3.3.4
11682026-08-28T21:24:39.121Z Downloaded pin-project-internal v1.1.11
11692026-08-28T21:24:39.121Z Downloaded time-core v0.1.8
11702026-08-28T21:24:39.126Z Downloaded indoc v1.0.9
11712026-08-28T21:24:39.126Z Downloaded oxide-generation v0.1.3
11722026-08-28T21:24:39.129Z Downloaded serde_with v1.14.0
11732026-08-28T21:24:39.129Z Downloaded icu_normalizer_data v2.1.1
11742026-08-28T21:24:39.132Z Downloaded darling_core v0.21.3
11752026-08-28T21:24:39.137Z Downloaded tabled v0.21.0
11762026-08-28T21:24:39.147Z Downloaded tower v0.5.3
11772026-08-28T21:24:39.152Z Downloaded ml-kem v0.3.2
11782026-08-28T21:24:39.155Z Downloaded ed25519 v2.2.3
11792026-08-28T21:24:39.155Z Downloaded psm v0.1.30
11802026-08-28T21:24:39.158Z Downloaded serdect v0.4.3
11812026-08-28T21:24:39.158Z Downloaded smallvec v1.15.1
11822026-08-28T21:24:39.158Z Downloaded drift v0.2.0
11832026-08-28T21:24:39.164Z Downloaded derive-ex v0.1.8
11842026-08-28T21:24:39.167Z Downloaded display-error-chain v0.2.2
11852026-08-28T21:24:39.167Z Downloaded ignore v0.4.25
11862026-08-28T21:24:39.167Z Downloaded libloading v0.8.9
11872026-08-28T21:24:39.171Z Downloaded rusty-fork v0.3.1
11882026-08-28T21:24:39.171Z Downloaded icu_properties_data v2.1.2
11892026-08-28T21:24:39.174Z Downloaded itertools v0.15.0
11902026-08-28T21:24:39.178Z Downloaded vcpkg v0.2.15
11912026-08-28T21:24:39.202Z Downloaded rayon-core v1.13.0
11922026-08-28T21:24:39.205Z Downloaded samael v0.0.19
11932026-08-28T21:24:39.208Z Downloaded derive_builder_core v0.20.2
11942026-08-28T21:24:39.211Z Downloaded goblin v0.10.5
11952026-08-28T21:24:39.214Z Downloaded scrypt v0.12.0
11962026-08-28T21:24:39.214Z Downloaded der v0.8.0
11972026-08-28T21:24:39.217Z Downloaded displaydoc v0.2.5
11982026-08-28T21:24:39.220Z Downloaded zerovec-derive v0.11.2
11992026-08-28T21:24:39.220Z Downloaded derive_more-impl v2.1.1
12002026-08-28T21:24:39.223Z Downloaded rcgen v0.12.1
12012026-08-28T21:24:39.223Z Downloaded ecdsa v0.17.0
12022026-08-28T21:24:39.226Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12032026-08-28T21:24:39.226Z Downloaded tough v0.22.0
12042026-08-28T21:24:39.230Z Downloaded yansi v1.0.1
12052026-08-28T21:24:39.233Z Downloaded static_assertions v1.1.0
12062026-08-28T21:24:39.233Z Downloaded darling v0.13.4
12072026-08-28T21:24:39.236Z Downloaded smf v0.2.3
12082026-08-28T21:24:39.236Z Downloaded bindgen v0.71.1
12092026-08-28T21:24:39.240Z Downloaded crypto-primes v0.7.2
12102026-08-28T21:24:39.244Z Downloaded memmap2 v0.9.10
12112026-08-28T21:24:39.244Z Downloaded rand v0.9.2
12122026-08-28T21:24:39.244Z Downloaded zip v4.6.1
12132026-08-28T21:24:39.247Z Downloaded qorb v0.4.1
12142026-08-28T21:24:39.250Z Downloaded schemars v1.2.1
12152026-08-28T21:24:39.256Z Downloaded zip v0.6.6
12162026-08-28T21:24:39.259Z Downloaded smoltcp v0.9.1
12172026-08-28T21:24:39.264Z Downloaded zerocopy-derive v0.8.55
12182026-08-28T21:24:39.269Z Downloaded schemars v0.9.0
12192026-08-28T21:24:39.276Z Downloaded slog v2.8.2
12202026-08-28T21:24:39.279Z Downloaded salty v0.3.0
12212026-08-28T21:24:39.282Z Downloaded pin-project v1.1.11
12222026-08-28T21:24:39.287Z Downloaded gimli v0.32.3
12232026-08-28T21:24:39.292Z Downloaded icu_collections v2.1.1
12242026-08-28T21:24:39.295Z Downloaded toml_edit v0.19.15
12252026-08-28T21:24:39.305Z Downloaded zerovec v0.11.5
12262026-08-28T21:24:39.308Z Downloaded p256 v0.14.0
12272026-08-28T21:24:39.311Z Downloaded crossbeam-channel v0.5.15
12282026-08-28T21:24:39.314Z Downloaded p384 v0.13.1
12292026-08-28T21:24:39.317Z Downloaded bitvec v1.0.1
12302026-08-28T21:24:39.323Z Downloaded quinn-proto v0.11.16
12312026-08-28T21:24:39.327Z Downloaded snafu v0.8.9
12322026-08-28T21:24:39.330Z Downloaded iddqd v0.4.2
12332026-08-28T21:24:39.335Z Downloaded publicsuffix v2.3.0
12342026-08-28T21:24:39.338Z Downloaded ssh-key v0.7.0-rc.11
12352026-08-28T21:24:39.341Z Downloaded darling_core v0.13.4
12362026-08-28T21:24:39.344Z Downloaded hyper v1.10.1
12372026-08-28T21:24:39.347Z Downloaded icu_normalizer v2.1.1
12382026-08-28T21:24:39.350Z Downloaded hyper-util v0.1.20
12392026-08-28T21:24:39.353Z Downloaded cookie v0.18.1
12402026-08-28T21:24:39.356Z Downloaded iri-string v0.7.10
12412026-08-28T21:24:39.359Z Downloaded proptest v1.11.0
12422026-08-28T21:24:39.363Z Downloaded itertools v0.14.0
12432026-08-28T21:24:39.367Z Downloaded rand v0.8.6
12442026-08-28T21:24:39.370Z Downloaded libxml v0.3.3
12452026-08-28T21:24:39.373Z Downloaded rawzip v0.4.4
12462026-08-28T21:24:39.376Z Downloaded unicode_categories v0.1.1
12472026-08-28T21:24:39.376Z Downloaded chrono v0.4.45
12482026-08-28T21:24:39.380Z Downloaded aws-lc-rs v1.16.3
12492026-08-28T21:24:39.385Z Downloaded lalrpop v0.19.12
12502026-08-28T21:24:39.391Z Downloaded jiff-core v0.1.0
12512026-08-28T21:24:39.394Z Downloaded smoltcp v0.11.0
12522026-08-28T21:24:39.400Z Downloaded mio v1.2.0
12532026-08-28T21:24:39.403Z Downloaded petname v2.0.2
12542026-08-28T21:24:39.406Z Downloaded time v0.3.47
12552026-08-28T21:24:39.414Z Downloaded winnow v0.6.26
12562026-08-28T21:24:39.419Z Downloaded unicode-normalization v0.1.25
12572026-08-28T21:24:39.422Z Downloaded libm v0.2.16
12582026-08-28T21:24:39.426Z Downloaded moka v0.12.13
12592026-08-28T21:24:39.430Z Downloaded winnow v1.0.3
12602026-08-28T21:24:39.435Z Downloaded itertools v0.12.1
12612026-08-28T21:24:39.439Z Downloaded itertools v0.13.0
12622026-08-28T21:24:39.443Z Downloaded quick-xml v0.37.5
12632026-08-28T21:24:39.446Z Downloaded serde_with v3.21.0
12642026-08-28T21:24:39.453Z Downloaded reqwest v0.13.2
12652026-08-28T21:24:39.457Z Downloaded rayon v1.11.0
12662026-08-28T21:24:39.461Z Downloaded hickory-proto v0.24.4
12672026-08-28T21:24:39.470Z Downloaded crossterm v0.29.0
12682026-08-28T21:24:39.474Z Downloaded portable-atomic v1.13.1
12692026-08-28T21:24:39.478Z Downloaded tokio-util v0.7.18
12702026-08-28T21:24:39.483Z Downloaded radix_trie v0.2.1
12712026-08-28T21:24:39.487Z Downloaded openssl v0.10.80
12722026-08-28T21:24:39.490Z Downloaded curve25519-dalek v4.1.3
12732026-08-28T21:24:39.495Z Downloaded bstr v1.12.1
12742026-08-28T21:24:39.501Z Downloaded sha3 v0.12.0
12752026-08-28T21:24:39.504Z Downloaded hickory-proto v0.25.2
12762026-08-28T21:24:39.511Z Downloaded rustls v0.23.41
12772026-08-28T21:24:39.517Z Downloaded curve25519-dalek v5.0.0
12782026-08-28T21:24:39.523Z Downloaded russh v0.62.4
12792026-08-28T21:24:39.528Z Downloaded syn v3.0.3
12802026-08-28T21:24:39.534Z Downloaded regex-syntax v0.8.10
12812026-08-28T21:24:39.539Z Downloaded regress v0.10.5
12822026-08-28T21:24:39.545Z Downloaded nix v0.28.0
12832026-08-28T21:24:39.550Z Downloaded regress v0.11.1
12842026-08-28T21:24:39.555Z Downloaded nix v0.27.1
12852026-08-28T21:24:39.561Z Downloaded object v0.30.4
12862026-08-28T21:24:39.566Z Downloaded crypto-bigint v0.7.5
12872026-08-28T21:24:39.575Z Downloaded zerocopy v0.8.55
12882026-08-28T21:24:39.585Z Downloaded zlib-rs v0.6.2
12892026-08-28T21:24:39.590Z Downloaded nix v0.31.2
12902026-08-28T21:24:39.596Z Downloaded sha3 v0.11.0
12912026-08-28T21:24:39.598Z Downloaded diesel v2.3.7
12922026-08-28T21:24:39.609Z Downloaded object v0.37.3
12932026-08-28T21:24:39.616Z Downloaded rustix v0.38.44
12942026-08-28T21:24:39.628Z Downloaded zerocopy-derive v0.6.6
12952026-08-28T21:24:39.633Z Downloaded polar-core v0.27.3
12962026-08-28T21:24:39.638Z Downloaded sled v0.34.7
12972026-08-28T21:24:39.644Z Downloaded ratatui v0.29.0
12982026-08-28T21:24:39.655Z Downloaded regex-syntax v0.6.29
12992026-08-28T21:24:39.659Z Downloaded typify-impl v0.6.2
13002026-08-28T21:24:39.667Z Downloaded petgraph v0.6.5
13012026-08-28T21:24:39.678Z Downloaded dropshot v0.17.1
13022026-08-28T21:24:39.690Z Downloaded sqlparser v0.61.0
13032026-08-28T21:24:39.696Z Downloaded jiff v0.2.34
13042026-08-28T21:24:39.705Z Downloaded petgraph v0.8.3
13052026-08-28T21:24:39.718Z Downloaded libz-sys v1.1.24
13062026-08-28T21:24:39.730Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13072026-08-28T21:24:39.741Z Downloaded openapiv3 v2.2.0
13082026-08-28T21:24:39.747Z Downloaded encoding_rs v0.8.35
13092026-08-28T21:24:39.760Z Downloaded bzip2-sys v0.1.13+1.0.8
13102026-08-28T21:24:39.768Z Downloaded tracing v0.1.44
13112026-08-28T21:24:39.779Z Downloaded regex-automata v0.4.14
13122026-08-28T21:24:39.804Z Downloaded chrono-tz v0.10.4
13132026-08-28T21:24:39.891Z Downloaded sha3 v0.10.8
13142026-08-28T21:24:39.915Z Downloaded csv v1.4.0
13152026-08-28T21:24:39.927Z Downloaded tokio v1.52.1
13162026-08-28T21:24:40.047Z Downloaded ring v0.17.14
13172026-08-28T21:24:40.090Z Downloaded libgit2-sys v0.18.3+1.9.2
13182026-08-28T21:24:40.580Z Downloaded aws-lc-sys v0.40.0
13192026-08-28T21:24:40.845Z Compiling serde_core v1.0.228
13202026-08-28T21:24:40.845Z Compiling libc v0.2.185
13212026-08-28T21:24:40.845Z Compiling serde v1.0.228
13222026-08-28T21:24:40.848Z Compiling log v0.4.33
13232026-08-28T21:24:40.848Z Compiling smallvec v1.15.1
13242026-08-28T21:24:40.848Z Compiling find-msvc-tools v0.1.9
13252026-08-28T21:24:40.848Z Compiling shlex v1.3.0
13262026-08-28T21:24:40.848Z Compiling subtle v2.6.1
13272026-08-28T21:24:40.848Z Compiling scopeguard v1.2.0
13282026-08-28T21:24:40.848Z Compiling typenum v1.20.1
13292026-08-28T21:24:40.848Z Compiling stable_deref_trait v1.2.1
13302026-08-28T21:24:40.848Z Compiling zerocopy v0.8.55
13312026-08-28T21:24:40.848Z Compiling portable-atomic v1.13.1
13322026-08-28T21:24:41.042Z Compiling serde_json v1.0.151
13332026-08-28T21:24:41.042Z Compiling syn v2.0.117
13342026-08-28T21:24:41.042Z Compiling critical-section v1.2.0
13352026-08-28T21:24:41.203Z Compiling lock_api v0.4.14
13362026-08-28T21:24:41.246Z Compiling libm v0.2.16
13372026-08-28T21:24:41.261Z Compiling num-traits v0.2.19
13382026-08-28T21:24:41.276Z Compiling pkg-config v0.3.32
13392026-08-28T21:24:41.311Z Compiling generic-array v0.14.7
13402026-08-28T21:24:41.327Z Compiling parking_lot_core v0.9.12
13412026-08-28T21:24:41.343Z Compiling const-oid v0.9.6
13422026-08-28T21:24:41.418Z Compiling pin-project-lite v0.2.17
13432026-08-28T21:24:41.430Z Compiling getrandom v0.4.3
13442026-08-28T21:24:41.494Z Compiling rand_core v0.10.0
13452026-08-28T21:24:41.522Z Compiling percent-encoding v2.3.2
13462026-08-28T21:24:41.538Z Compiling writeable v0.6.2
13472026-08-28T21:24:41.614Z Compiling litemap v0.8.1
13482026-08-28T21:24:41.653Z Compiling futures-core v0.3.32
13492026-08-28T21:24:41.673Z Compiling icu_properties_data v2.1.2
13502026-08-28T21:24:41.693Z Compiling icu_normalizer_data v2.1.1
13512026-08-28T21:24:41.699Z Compiling getrandom v0.3.4
13522026-08-28T21:24:41.761Z Compiling rustix v1.1.4
13532026-08-28T21:24:41.788Z Compiling futures-sink v0.3.32
13542026-08-28T21:24:41.846Z Compiling utf8_iter v1.0.4
13552026-08-28T21:24:41.866Z Compiling futures-task v0.3.32
13562026-08-28T21:24:41.880Z Compiling futures-io v0.3.32
13572026-08-28T21:24:41.895Z Compiling slab v0.4.12
13582026-08-28T21:24:41.919Z Compiling futures-channel v0.3.32
13592026-08-28T21:24:41.924Z Compiling form_urlencoded v1.2.2
13602026-08-28T21:24:42.019Z Compiling rustversion v1.0.22
13612026-08-28T21:24:42.049Z Compiling errno v0.3.14
13622026-08-28T21:24:42.062Z Compiling jobserver v0.1.34
13632026-08-28T21:24:42.080Z Compiling getrandom v0.2.17
13642026-08-28T21:24:42.145Z Compiling mio v1.2.0
13652026-08-28T21:24:42.158Z Compiling socket2 v0.6.3
13662026-08-28T21:24:42.173Z Compiling signal-hook-registry v1.4.8
13672026-08-28T21:24:42.191Z Compiling iana-time-zone v0.1.65
13682026-08-28T21:24:42.221Z Compiling base64ct v1.8.3
13692026-08-28T21:24:42.338Z Compiling cc v1.2.56
13702026-08-28T21:24:42.353Z Compiling once_cell v1.21.3
13712026-08-28T21:24:42.369Z Compiling rand_core v0.6.4
13722026-08-28T21:24:42.393Z Compiling parking_lot v0.12.5
13732026-08-28T21:24:42.436Z Compiling fs_extra v1.3.0
13742026-08-28T21:24:42.466Z Compiling pem-rfc7468 v0.7.0
13752026-08-28T21:24:42.509Z Compiling regex-syntax v0.8.10
13762026-08-28T21:24:42.541Z Compiling ident_case v1.0.1
13772026-08-28T21:24:42.590Z Compiling flagset v0.4.7
13782026-08-28T21:24:42.593Z Compiling dunce v1.0.5
13792026-08-28T21:24:42.640Z Compiling rand_core v0.9.5
13802026-08-28T21:24:42.671Z Compiling base64 v0.22.1
13812026-08-28T21:24:42.684Z Compiling vcpkg v0.2.15
13822026-08-28T21:24:42.709Z Compiling syn v1.0.109
13832026-08-28T21:24:42.729Z Compiling tracing-core v0.1.36
13842026-08-28T21:24:42.752Z Compiling simd-adler32 v0.3.8
13852026-08-28T21:24:42.755Z Compiling schemars v0.8.22
13862026-08-28T21:24:42.792Z Compiling dyn-clone v1.0.20
13872026-08-28T21:24:42.816Z Compiling aws-lc-rs v1.16.3
13882026-08-28T21:24:42.845Z Compiling cpufeatures v0.2.17
13892026-08-28T21:24:42.930Z Compiling spin v0.9.8
13902026-08-28T21:24:42.952Z Compiling crc32fast v1.5.0
13912026-08-28T21:24:42.958Z Compiling httparse v1.10.1
13922026-08-28T21:24:43.011Z Compiling cmov v0.5.4
13932026-08-28T21:24:43.028Z Compiling openssl-probe v0.2.1
13942026-08-28T21:24:43.031Z Compiling tinyvec_macros v0.1.1
13952026-08-28T21:24:43.110Z Compiling cmake v0.1.57
13962026-08-28T21:24:43.139Z Compiling adler2 v2.0.1
13972026-08-28T21:24:43.158Z Compiling tinyvec v1.10.0
13982026-08-28T21:24:43.172Z Compiling aho-corasick v1.1.4
13992026-08-28T21:24:43.176Z Compiling try-lock v0.2.5
14002026-08-28T21:24:43.223Z Compiling bitflags v2.11.0
14012026-08-28T21:24:43.260Z Compiling semver v1.0.28
14022026-08-28T21:24:43.292Z Compiling indexmap v2.14.0
14032026-08-28T21:24:43.307Z Compiling uuid v1.23.4
14042026-08-28T21:24:43.381Z Compiling miniz_oxide v0.8.9
14052026-08-28T21:24:43.395Z Compiling ctutils v0.4.2
14062026-08-28T21:24:43.447Z Compiling radium v0.7.0
14072026-08-28T21:24:43.484Z Compiling rustc_version v0.4.1
14082026-08-28T21:24:43.545Z Compiling untrusted v0.7.1
14092026-08-28T21:24:43.561Z Compiling tower-service v0.3.3
14102026-08-28T21:24:43.606Z Compiling tower-layer v0.3.3
14112026-08-28T21:24:43.655Z Compiling atomic-waker v1.1.2
14122026-08-28T21:24:43.747Z Compiling want v0.3.1
14132026-08-28T21:24:43.793Z Compiling foreign-types-shared v0.1.1
14142026-08-28T21:24:43.808Z Compiling openssl v0.10.80
14152026-08-28T21:24:43.839Z Compiling tap v1.0.1
14162026-08-28T21:24:43.895Z Compiling rustls v0.23.41
14172026-08-28T21:24:43.898Z Compiling httpdate v1.0.3
14182026-08-28T21:24:43.931Z Compiling maybe-uninit v2.0.0
14192026-08-28T21:24:43.969Z Compiling untrusted v0.9.0
14202026-08-28T21:24:43.983Z Compiling aws-lc-sys v0.40.0
14212026-08-28T21:24:43.997Z Compiling openssl-sys v0.9.117
14222026-08-28T21:24:44.002Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14232026-08-28T21:24:44.044Z Compiling regex-automata v0.4.14
14242026-08-28T21:24:44.047Z Compiling bzip2-sys v0.1.13+1.0.8
14252026-08-28T21:24:44.074Z Compiling wyz v0.5.1
14262026-08-28T21:24:44.096Z Compiling foreign-types v0.3.2
14272026-08-28T21:24:44.112Z Compiling synstructure v0.13.2
14282026-08-28T21:24:44.172Z Compiling serde_derive_internals v0.29.1
14292026-08-28T21:24:44.188Z Compiling pest_generator v2.8.6
14302026-08-28T21:24:44.230Z Compiling darling_core v0.20.11
14312026-08-28T21:24:44.349Z Compiling terminal_size v0.4.3
14322026-08-28T21:24:44.375Z Compiling tempfile v3.27.0
14332026-08-28T21:24:44.442Z Compiling unicode-normalization v0.1.25
14342026-08-28T21:24:44.508Z Compiling num-integer v0.1.46
14352026-08-28T21:24:44.619Z Compiling wait-timeout v0.2.1
14362026-08-28T21:24:44.649Z Compiling ahash v0.8.12
14372026-08-28T21:24:44.757Z Compiling num-bigint-dig v0.8.6
14382026-08-28T21:24:44.777Z Compiling funty v2.0.0
14392026-08-28T21:24:44.879Z Compiling native-tls v0.2.18
14402026-08-28T21:24:44.895Z Compiling packed_struct v0.10.1
14412026-08-28T21:24:44.931Z Compiling time-core v0.1.8
14422026-08-28T21:24:44.947Z Compiling bit-vec v0.8.0
14432026-08-28T21:24:44.962Z Compiling num-conv v0.2.0
14442026-08-28T21:24:44.962Z Compiling quick-error v1.2.3
14452026-08-28T21:24:44.993Z Compiling powerfmt v0.2.0
14462026-08-28T21:24:45.030Z Compiling clap_builder v4.6.0
14472026-08-28T21:24:45.103Z Compiling rusty-fork v0.3.1
14482026-08-28T21:24:45.132Z Compiling time-macros v0.2.27
14492026-08-28T21:24:45.132Z Compiling bitvec v1.0.1
14502026-08-28T21:24:45.194Z Compiling deranged v0.5.8
14512026-08-28T21:24:45.211Z Compiling bit-set v0.8.0
14522026-08-28T21:24:45.215Z Compiling num-iter v0.1.45
14532026-08-28T21:24:45.353Z Compiling lazy_static v1.5.0
14542026-08-28T21:24:45.367Z Compiling rand_xorshift v0.4.0
14552026-08-28T21:24:45.391Z Compiling sync_wrapper v1.0.2
14562026-08-28T21:24:45.406Z Compiling indexmap v1.9.3
14572026-08-28T21:24:45.441Z Compiling unicode-segmentation v1.12.0
14582026-08-28T21:24:45.459Z Compiling num_threads v0.1.7
14592026-08-28T21:24:45.510Z Compiling crossbeam-utils v0.8.21
14602026-08-28T21:24:45.547Z Compiling paste v1.0.15
14612026-08-28T21:24:45.574Z Compiling usdt-impl v0.6.0
14622026-08-28T21:24:45.607Z Compiling nodrop v0.1.14
14632026-08-28T21:24:45.713Z Compiling unarray v0.1.4
14642026-08-28T21:24:45.794Z Compiling siphasher v1.0.2
14652026-08-28T21:24:45.820Z Compiling zlib-rs v0.6.2
14662026-08-28T21:24:45.840Z Compiling crc-catalog v2.4.0
14672026-08-28T21:24:45.843Z Compiling object v0.37.3
14682026-08-28T21:24:45.897Z Compiling serde_derive v1.0.228
14692026-08-28T21:24:45.920Z Compiling zeroize_derive v1.5.0
14702026-08-28T21:24:45.947Z Compiling zerofrom-derive v0.1.6
14712026-08-28T21:24:46.003Z Compiling zerocopy-derive v0.8.55
14722026-08-28T21:24:46.187Z Compiling yoke-derive v0.8.1
14732026-08-28T21:24:46.223Z Compiling zerovec-derive v0.11.2
14742026-08-28T21:24:46.239Z Compiling displaydoc v0.2.5
14752026-08-28T21:24:46.254Z Compiling tokio-macros v2.7.0
14762026-08-28T21:24:46.640Z Compiling futures-macro v0.3.32
14772026-08-28T21:24:46.644Z Compiling der_derive v0.7.3
14782026-08-28T21:24:46.674Z Compiling thiserror-impl v2.0.18
14792026-08-28T21:24:47.022Z Compiling tracing-attributes v0.1.31
14802026-08-28T21:24:47.037Z Compiling schemars_derive v0.8.22
14812026-08-28T21:24:47.200Z Compiling scroll_derive v0.13.1
14822026-08-28T21:24:47.389Z Compiling pest_derive v2.8.6
14832026-08-28T21:24:47.417Z Compiling darling_macro v0.20.11
14842026-08-28T21:24:47.430Z Compiling zerofrom v0.1.6
14852026-08-28T21:24:47.497Z Compiling futures-util v0.3.32
14862026-08-28T21:24:47.569Z Compiling yoke v0.8.1
14872026-08-28T21:24:47.678Z Compiling thiserror-impl v1.0.69
14882026-08-28T21:24:47.781Z Compiling zerovec v0.11.5
14892026-08-28T21:24:47.877Z Compiling zerotrie v0.2.3
14902026-08-28T21:24:47.948Z Compiling openssl-macros v0.1.1
14912026-08-28T21:24:48.038Z Compiling scroll v0.13.0
14922026-08-28T21:24:48.059Z Compiling thiserror v2.0.18
14932026-08-28T21:24:48.178Z Compiling darling v0.20.11
14942026-08-28T21:24:48.192Z Compiling packed_struct_codegen v0.10.1
14952026-08-28T21:24:48.208Z Compiling clap_derive v4.6.1
14962026-08-28T21:24:48.277Z Compiling tinystr v0.8.2
14972026-08-28T21:24:48.338Z Compiling potential_utf v0.1.4
14982026-08-28T21:24:48.343Z Compiling goblin v0.10.5
14992026-08-28T21:24:48.372Z Compiling zerocopy-derive v0.6.6
15002026-08-28T21:24:48.375Z Compiling bitfield-macros v0.19.4
15012026-08-28T21:24:48.422Z Compiling tracing v0.1.44
15022026-08-28T21:24:48.503Z Compiling icu_locale_core v2.1.1
15032026-08-28T21:24:48.525Z Compiling icu_collections v2.1.1
15042026-08-28T21:24:48.700Z Compiling derive_builder_core v0.20.2
15052026-08-28T21:24:48.998Z Compiling thiserror v1.0.69
15062026-08-28T21:24:49.018Z Compiling flate2 v1.1.9
15072026-08-28T21:24:49.119Z Compiling icu_provider v2.1.1
15082026-08-28T21:24:49.136Z Compiling dtrace-parser v0.3.0
15092026-08-28T21:24:49.152Z Compiling bitfield v0.19.4
15102026-08-28T21:24:49.240Z Compiling zerocopy v0.6.6
15112026-08-28T21:24:49.319Z Compiling time v0.3.47
15122026-08-28T21:24:49.399Z Compiling icu_normalizer v2.1.1
15132026-08-28T21:24:49.430Z Compiling zeroize v1.9.0
15142026-08-28T21:24:49.446Z Compiling bytes v1.11.1
15152026-08-28T21:24:49.462Z Compiling icu_properties v2.1.2
15162026-08-28T21:24:49.495Z Compiling chrono v0.4.45
15172026-08-28T21:24:49.582Z Compiling ipnet v2.12.0
15182026-08-28T21:24:49.661Z Compiling der v0.7.10
15192026-08-28T21:24:49.856Z Compiling rustls-pki-types v1.14.0
15202026-08-28T21:24:49.892Z Compiling hybrid-array v0.4.13
15212026-08-28T21:24:49.945Z Compiling tokio v1.52.1
15222026-08-28T21:24:50.005Z Compiling http v1.4.2
15232026-08-28T21:24:50.079Z Compiling hex v0.4.3
15242026-08-28T21:24:50.114Z Compiling crypto-common v0.1.7
15252026-08-28T21:24:50.169Z Compiling block-buffer v0.10.4
15262026-08-28T21:24:50.275Z Compiling toml_datetime v0.6.11
15272026-08-28T21:24:50.324Z Compiling digest v0.10.7
15282026-08-28T21:24:50.355Z Compiling idna_adapter v1.2.1
15292026-08-28T21:24:50.368Z Compiling serde_spanned v0.6.9
15302026-08-28T21:24:50.509Z Compiling idna v1.1.0
15312026-08-28T21:24:50.525Z Compiling spki v0.7.3
15322026-08-28T21:24:50.556Z Compiling sha2 v0.10.9
15332026-08-28T21:24:50.571Z Compiling ppv-lite86 v0.2.21
15342026-08-28T21:24:50.589Z Compiling signature v2.2.0
15352026-08-28T21:24:50.689Z Compiling pkcs8 v0.10.2
15362026-08-28T21:24:50.749Z Compiling http-body v1.0.1
15372026-08-28T21:24:50.783Z Compiling hmac v0.12.1
15382026-08-28T21:24:50.890Z Compiling url v2.5.8
15392026-08-28T21:24:50.906Z Compiling rand_chacha v0.9.0
15402026-08-28T21:24:50.920Z Compiling rand_chacha v0.3.1
15412026-08-28T21:24:50.923Z Compiling http-body-util v0.1.3
15422026-08-28T21:24:50.923Z Compiling pkcs1 v0.7.5
15432026-08-28T21:24:50.977Z Compiling clap v4.6.1
15442026-08-28T21:24:51.134Z Compiling dof v0.4.0
15452026-08-28T21:24:51.171Z Compiling rand v0.9.2
15462026-08-28T21:24:51.234Z Compiling rand v0.8.6
15472026-08-28T21:24:51.326Z Compiling crc v3.4.0
15482026-08-28T21:24:51.356Z Compiling scroll_derive v0.12.1
15492026-08-28T21:24:51.406Z Compiling structmeta-derive v0.3.0
15502026-08-28T21:24:51.576Z Compiling array-init v0.0.4
15512026-08-28T21:24:51.706Z Compiling smallvec v0.6.14
15522026-08-28T21:24:51.745Z Compiling proptest v1.11.0
15532026-08-28T21:24:51.777Z Compiling darling_core v0.23.0
15542026-08-28T21:24:51.930Z Compiling heapless v0.7.17
15552026-08-28T21:24:51.945Z Compiling slog v2.8.2
15562026-08-28T21:24:51.964Z Compiling thread-id v5.1.0
15572026-08-28T21:24:52.067Z Compiling env_filter v2.0.0
15582026-08-28T21:24:52.075Z Compiling syn v3.0.3
15592026-08-28T21:24:52.078Z Compiling cookie v0.18.1
15602026-08-28T21:24:52.158Z Compiling base64 v0.21.7
15612026-08-28T21:24:52.196Z Compiling gimli v0.32.3
15622026-08-28T21:24:52.290Z Compiling ipnetwork v0.21.1
15632026-08-28T21:24:52.354Z Compiling anyhow v1.0.104
15642026-08-28T21:24:52.373Z Compiling winnow v0.5.40
15652026-08-28T21:24:52.408Z Compiling ryu v1.0.23
15662026-08-28T21:24:52.487Z Compiling unicode-properties v0.1.4
15672026-08-28T21:24:52.523Z Compiling zstd-safe v7.2.4
15682026-08-28T21:24:52.603Z Compiling iri-string v0.7.10
15692026-08-28T21:24:52.619Z Compiling allocator-api2 v0.2.21
15702026-08-28T21:24:52.685Z Compiling hashbrown v0.12.3
15712026-08-28T21:24:52.710Z Compiling unicode-bidi v0.3.18
15722026-08-28T21:24:52.713Z Compiling signal-hook v0.3.18
15732026-08-28T21:24:52.789Z Compiling serde_urlencoded v0.7.1
15742026-08-28T21:24:52.911Z Compiling oxnet v0.1.6
15752026-08-28T21:24:52.944Z Compiling rsa v0.9.10
15762026-08-28T21:24:52.973Z Compiling structmeta v0.3.0
15772026-08-28T21:24:52.987Z Compiling ron v0.8.1
15782026-08-28T21:24:53.054Z Compiling stringprep v0.1.5
15792026-08-28T21:24:53.255Z Compiling env_logger v0.11.11
15802026-08-28T21:24:53.269Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15812026-08-28T21:24:53.947Z Compiling scroll v0.12.0
15822026-08-28T21:24:53.959Z Compiling serde-hex v0.1.0
15832026-08-28T21:24:53.959Z Compiling camino v1.2.5
15842026-08-28T21:24:53.959Z Compiling toml_edit v0.19.15
15852026-08-28T21:24:53.959Z Compiling tokio-util v0.7.18
15862026-08-28T21:24:53.970Z Compiling tower v0.5.3
15872026-08-28T21:24:57.290Z Compiling addr2line v0.25.1
15882026-08-28T21:24:57.309Z Compiling tokio-native-tls v0.3.1
15892026-08-28T21:24:57.309Z Compiling newtype-uuid v1.3.2
15902026-08-28T21:24:57.309Z Compiling darling_macro v0.23.0
15912026-08-28T21:24:57.309Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15922026-08-28T21:24:57.309Z Compiling tower-http v0.6.8
15932026-08-28T21:24:57.309Z Compiling bzip2 v0.4.4
15942026-08-28T21:24:57.309Z Compiling h2 v0.4.15
15952026-08-28T21:24:57.309Z Compiling hashbrown v0.13.2
15962026-08-28T21:24:57.309Z Compiling x509-cert v0.2.5
15972026-08-28T21:24:57.309Z Compiling block-buffer v0.12.1
15982026-08-28T21:24:57.309Z Compiling crypto-common v0.2.2
15992026-08-28T21:24:57.309Z Compiling block-padding v0.4.2
16002026-08-28T21:24:57.309Z Compiling md-5 v0.10.6
16012026-08-28T21:24:57.309Z Compiling rustls-native-certs v0.8.3
16022026-08-28T21:24:57.309Z Compiling derive_builder_macro v0.20.2
16032026-08-28T21:24:57.309Z Compiling serde_tokenstream v0.2.3
16042026-08-28T21:24:57.309Z Compiling erased-serde v0.3.31
16052026-08-28T21:24:57.309Z Compiling bstr v1.12.1
16062026-08-28T21:24:57.309Z Compiling daft-derive v0.1.8
16072026-08-28T21:24:57.309Z Compiling pin-project-internal v1.1.11
16082026-08-28T21:24:57.309Z Compiling async-trait v0.1.89
16092026-08-28T21:24:57.310Z Compiling zerocopy-derive v0.7.35
16102026-08-28T21:24:57.310Z Compiling curve25519-dalek v4.1.3
16112026-08-28T21:24:57.310Z Compiling vergen-lib v9.1.0
16122026-08-28T21:24:57.310Z Compiling hash32 v0.2.1
16132026-08-28T21:24:57.310Z Compiling memoffset v0.9.1
16142026-08-28T21:24:57.310Z Compiling encoding_rs v0.8.35
16152026-08-28T21:24:57.310Z Compiling mime v0.3.17
16162026-08-28T21:24:57.310Z Compiling cfg_aliases v0.2.1
16172026-08-28T21:24:57.310Z Compiling fallible-iterator v0.2.0
16182026-08-28T21:24:57.310Z Compiling crc-any v2.5.0
16192026-08-28T21:24:57.310Z Compiling smoltcp v0.9.1
16202026-08-28T21:24:57.310Z Compiling psl-types v2.0.11
16212026-08-28T21:24:57.310Z Compiling ref-cast v1.0.25
16222026-08-28T21:24:57.310Z Compiling rustix v0.38.44
16232026-08-28T21:24:57.310Z Compiling rustc-demangle v0.1.27
16242026-08-28T21:24:57.310Z Compiling litrs v1.0.0
16252026-08-28T21:24:57.336Z Compiling owo-colors v4.3.0
16262026-08-28T21:24:57.336Z Compiling zerocopy v0.7.35
16272026-08-28T21:24:57.336Z Compiling postgres-protocol v0.6.10
16282026-08-28T21:24:57.336Z Compiling publicsuffix v2.3.0
16292026-08-28T21:24:57.336Z Compiling pin-project v1.1.11
16302026-08-28T21:24:57.336Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16312026-08-28T21:24:57.336Z Compiling backtrace v0.3.76
16322026-08-28T21:24:57.336Z Compiling nix v0.31.2
16332026-08-28T21:24:57.336Z Compiling daft v0.1.8
16342026-08-28T21:24:57.336Z Compiling document-features v0.2.12
16352026-08-28T21:24:57.363Z Compiling derive_builder v0.20.2
16362026-08-28T21:24:59.069Z Compiling object v0.30.4
16372026-08-28T21:24:59.098Z Compiling toml v0.7.8
16382026-08-28T21:24:59.098Z Compiling inout v0.2.2
16392026-08-28T21:24:59.098Z Compiling darling v0.23.0
16402026-08-28T21:24:59.098Z Compiling zip v0.6.6
16412026-08-28T21:24:59.098Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16422026-08-28T21:24:59.098Z Compiling goblin v0.8.2
16432026-08-28T21:24:59.098Z Compiling derive-ex v0.1.8
16442026-08-28T21:24:59.098Z Compiling hyper v1.10.1
16452026-08-28T21:24:59.098Z Compiling futures-executor v0.3.32
16462026-08-28T21:24:59.098Z Compiling hubpack_derive v0.1.1
16472026-08-28T21:24:59.098Z Compiling regex v1.12.3
16482026-08-28T21:24:59.098Z Compiling phf_shared v0.13.1
16492026-08-28T21:24:59.098Z Compiling snafu-derive v0.8.9
16502026-08-28T21:24:59.098Z Compiling curve25519-dalek-derive v0.1.1
16512026-08-28T21:24:59.098Z Compiling strum_macros v0.27.2
16522026-08-28T21:24:59.098Z Compiling ref-cast-impl v1.0.25
16532026-08-28T21:24:59.098Z Compiling convert_case v0.10.0
16542026-08-28T21:24:59.098Z Compiling cargo-platform v0.3.2
16552026-08-28T21:24:59.098Z Compiling vergen v9.1.0
16562026-08-28T21:24:59.098Z Compiling ff v0.13.1
16572026-08-28T21:24:59.098Z Compiling fs-err v3.3.0
16582026-08-28T21:24:59.098Z Compiling either v1.15.0
16592026-08-28T21:24:59.098Z Compiling same-file v1.0.6
16602026-08-28T21:24:59.098Z Compiling path-slash v0.1.5
16612026-08-28T21:24:59.098Z Compiling bumpalo v3.20.2
16622026-08-28T21:24:59.098Z Compiling libbz2-rs-sys v0.2.2
16632026-08-28T21:24:59.098Z Compiling foldhash v0.2.0
16642026-08-28T21:24:59.098Z Compiling is_ci v1.2.0
16652026-08-28T21:24:59.098Z Compiling managed v0.8.0
16662026-08-28T21:24:59.098Z Compiling base16ct v0.2.0
16672026-08-28T21:24:59.098Z Compiling foldhash v0.1.5
16682026-08-28T21:24:59.098Z Compiling hyper-util v0.1.20
16692026-08-28T21:24:59.118Z Compiling jiff-core v0.1.0
16702026-08-28T21:24:59.126Z Compiling bitflags v1.3.2
16712026-08-28T21:24:59.133Z Compiling hashbrown v0.15.5
16722026-08-28T21:24:59.149Z Compiling sec1 v0.7.3
16732026-08-28T21:24:59.161Z Compiling zopfli v0.8.3
16742026-08-28T21:24:59.503Z Compiling bzip2 v0.6.1
16752026-08-28T21:24:59.507Z Compiling test-strategy v0.4.5
16762026-08-28T21:24:59.507Z Compiling hashbrown v0.16.1
16772026-08-28T21:24:59.553Z Compiling supports-color v3.0.2
16782026-08-28T21:25:00.856Z Compiling textwrap v0.16.2
16792026-08-28T21:25:00.869Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16802026-08-28T21:25:00.869Z Compiling dof v0.3.0
16812026-08-28T21:25:00.869Z Compiling jiff v0.2.34
16822026-08-28T21:25:00.869Z Compiling walkdir v2.5.0
16832026-08-28T21:25:00.869Z Compiling snafu v0.8.9
16842026-08-28T21:25:00.869Z Compiling group v0.13.0
16852026-08-28T21:25:00.869Z Compiling strum v0.27.2
16862026-08-28T21:25:00.869Z Compiling derive_more-impl v2.1.1
16872026-08-28T21:25:00.869Z Compiling cargo_metadata v0.23.1
16882026-08-28T21:25:00.869Z Compiling hubpack v0.1.2
16892026-08-28T21:25:00.869Z Compiling phf v0.13.1
16902026-08-28T21:25:00.869Z Compiling hyper-tls v0.6.0
16912026-08-28T21:25:00.869Z Compiling futures v0.3.32
16922026-08-28T21:25:00.869Z Compiling signal-hook-mio v0.2.5
16932026-08-28T21:25:00.869Z Compiling zstd v0.13.3
16942026-08-28T21:25:00.869Z Compiling reqwest v0.12.28
16952026-08-28T21:25:00.869Z Compiling cookie_store v0.22.1
16962026-08-28T21:25:00.869Z Compiling cipher v0.5.2
16972026-08-28T21:25:00.869Z Compiling serde_with_macros v3.21.0
16982026-08-28T21:25:00.919Z Compiling backtrace-ext v0.2.1
16992026-08-28T21:25:01.002Z Compiling postgres-types v0.2.12
17002026-08-28T21:25:01.192Z Compiling globset v0.4.18
17012026-08-28T21:25:01.211Z Compiling usdt-macro v0.6.0
17022026-08-28T21:25:01.226Z Compiling usdt-attr-macro v0.6.0
17032026-08-28T21:25:01.415Z Compiling byte-wrapper v0.1.0
17042026-08-28T21:25:01.509Z Compiling hkdf v0.12.4
17052026-08-28T21:25:01.593Z Compiling ed25519 v2.2.3
17062026-08-28T21:25:01.706Z Compiling crypto-bigint v0.5.5
17072026-08-28T21:25:01.740Z Compiling serde-big-array v0.5.1
17082026-08-28T21:25:01.787Z Compiling serde_plain v1.0.2
17092026-08-28T21:25:01.897Z Compiling olpc-cjson v0.1.4
17102026-08-28T21:25:01.914Z Compiling dtrace-parser v0.2.0
17112026-08-28T21:25:01.918Z Compiling phf_shared v0.11.3
17122026-08-28T21:25:02.012Z Compiling miette-derive v7.6.0
17132026-08-28T21:25:02.027Z Compiling serde_repr v0.1.20
17142026-08-28T21:25:02.066Z Compiling strum_macros v0.26.4
17152026-08-28T21:25:02.085Z Compiling async-recursion v1.1.1
17162026-08-28T21:25:02.118Z Compiling enum-as-inner v0.6.1
17172026-08-28T21:25:02.134Z Compiling float-cmp v0.10.0
17182026-08-28T21:25:02.300Z Compiling pem v3.0.6
17192026-08-28T21:25:02.340Z Compiling thread-id v4.2.2
17202026-08-28T21:25:02.440Z Compiling memmap2 v0.9.10
17212026-08-28T21:25:02.541Z Compiling const-oid v0.10.2
17222026-08-28T21:25:02.598Z Compiling supports-unicode v3.0.0
17232026-08-28T21:25:02.667Z Compiling supports-hyperlinks v3.2.0
17242026-08-28T21:25:02.682Z Compiling data-encoding v2.10.0
17252026-08-28T21:25:02.685Z Compiling predicates-core v1.0.10
17262026-08-28T21:25:02.714Z Compiling normalize-line-endings v0.3.0
17272026-08-28T21:25:02.735Z Compiling precomputed-hash v0.1.1
17282026-08-28T21:25:02.773Z Compiling fixedbitset v0.5.7
17292026-08-28T21:25:02.776Z Compiling winnow v1.0.3
17302026-08-28T21:25:02.805Z Compiling difflib v0.4.0
17312026-08-28T21:25:02.827Z Compiling new_debug_unreachable v1.0.6
17322026-08-28T21:25:02.847Z Compiling whoami v2.1.0
17332026-08-28T21:25:02.864Z Compiling cpufeatures v0.3.0
17342026-08-28T21:25:02.867Z Compiling typed-path v0.9.3
17352026-08-28T21:25:02.893Z Compiling fixedbitset v0.4.2
17362026-08-28T21:25:02.912Z Compiling static_assertions v1.1.0
17372026-08-28T21:25:02.954Z Compiling keccak v0.1.6
17382026-08-28T21:25:02.996Z Compiling petgraph v0.8.3
17392026-08-28T21:25:03.106Z Compiling tokio-postgres v0.7.16
17402026-08-28T21:25:03.127Z Compiling sha3 v0.10.8
17412026-08-28T21:25:03.211Z Compiling miette v7.6.0
17422026-08-28T21:25:03.247Z Compiling petgraph v0.6.5
17432026-08-28T21:25:03.386Z Compiling predicates v3.1.4
17442026-08-28T21:25:03.424Z Compiling hickory-proto v0.25.2
17452026-08-28T21:25:03.613Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17462026-08-28T21:25:03.715Z Compiling toml_parser v1.1.2+spec-1.1.0
17472026-08-28T21:25:03.738Z Compiling chacha20 v0.10.0
17482026-08-28T21:25:03.884Z Compiling toml_edit v0.22.27
17492026-08-28T21:25:03.900Z Compiling string_cache v0.8.9
17502026-08-28T21:25:03.915Z Compiling strum v0.26.3
17512026-08-28T21:25:04.043Z Compiling elliptic-curve v0.13.8
17522026-08-28T21:25:04.062Z Compiling digest v0.11.3
17532026-08-28T21:25:04.117Z Compiling usdt v0.6.0
17542026-08-28T21:25:04.156Z Compiling usdt-impl v0.5.0
17552026-08-28T21:25:04.163Z Compiling zip v4.6.1
17562026-08-28T21:25:04.308Z Compiling serde_with v3.21.0
17572026-08-28T21:25:04.367Z Compiling crossterm v0.28.1
17582026-08-28T21:25:04.387Z Compiling ed25519-dalek v2.2.0
17592026-08-28T21:25:04.405Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17602026-08-28T21:25:04.467Z Compiling derive_more v2.1.1
17612026-08-28T21:25:04.774Z Compiling iddqd v0.4.2
17622026-08-28T21:25:04.917Z Compiling itertools v0.13.0
17632026-08-28T21:25:04.939Z Compiling itertools v0.15.0
17642026-08-28T21:25:04.968Z Compiling similar v2.7.0
17652026-08-28T21:25:05.169Z Compiling crossbeam-epoch v0.9.18
17662026-08-28T21:25:05.196Z Compiling tokio-stream v0.1.18
17672026-08-28T21:25:05.396Z Compiling buf-list v1.1.2
17682026-08-28T21:25:05.521Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17692026-08-28T21:25:05.655Z Compiling openapiv3 v2.2.0
17702026-08-28T21:25:05.674Z Compiling heck v0.4.1
17712026-08-28T21:25:05.689Z Compiling peg-runtime v0.8.5
17722026-08-28T21:25:05.839Z Compiling lalrpop-util v0.19.12
17732026-08-28T21:25:05.854Z Compiling thread_local v1.1.9
17742026-08-28T21:25:05.924Z Compiling slog-async v2.8.0
17752026-08-28T21:25:05.951Z Compiling crossbeam-channel v0.5.15
17762026-08-28T21:25:06.000Z Compiling is-terminal v0.4.17
17772026-08-28T21:25:06.080Z Compiling filetime v0.2.27
17782026-08-28T21:25:06.133Z Compiling take_mut v0.2.2
17792026-08-28T21:25:06.151Z Compiling term v1.2.1
17802026-08-28T21:25:06.166Z Compiling xattr v1.6.1
17812026-08-28T21:25:06.169Z Compiling camino-tempfile v1.4.1
17822026-08-28T21:25:06.298Z Compiling tar v0.4.46
17832026-08-28T21:25:06.432Z Compiling slog-term v2.9.2
17842026-08-28T21:25:23.646Z Compiling rustls-webpki v0.103.13
17852026-08-28T21:25:26.342Z Compiling tokio-rustls v0.26.4
17862026-08-28T21:25:26.342Z Compiling rustls-platform-verifier v0.6.2
17872026-08-28T21:25:26.342Z Compiling tough v0.22.0
17882026-08-28T21:25:26.536Z Compiling hyper-rustls v0.27.7
17892026-08-28T21:25:26.726Z Compiling reqwest v0.13.2
17902026-08-28T21:25:28.893Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17912026-08-28T21:25:29.127Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17922026-08-28T21:25:32.074Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.55s
17932026-08-28T21:25:32.216Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17942026-08-28T21:25:32.275ZAug 28 21:25:30.713 INFO Starting download, target: Clickhouse
17952026-08-28T21:25:32.275ZAug 28 21:25:30.713 INFO Starting download, target: Cockroach
17962026-08-28T21:25:32.275ZAug 28 21:25:30.713 INFO Starting download, target: Console
17972026-08-28T21:25:32.275ZAug 28 21:25:30.713 INFO Starting download, target: DendriteStub
17982026-08-28T21:25:32.275ZAug 28 21:25:30.713 INFO Starting download, target: MaghemiteMgd
17992026-08-28T21:25:32.275ZAug 28 21:25:30.713 INFO Starting download, target: MaghemiteDdmd
18002026-08-28T21:25:32.279ZAug 28 21:25:30.713 INFO Starting download, target: TransceiverControl
18012026-08-28T21:25:32.279ZAug 28 21:25:30.713 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18022026-08-28T21:25:32.279ZAug 28 21:25:30.714 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18032026-08-28T21:25:32.280ZAug 28 21:25:30.714 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18042026-08-28T21:25:32.280ZAug 28 21:25:30.714 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18052026-08-28T21:25:32.280ZAug 28 21:25:30.714 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18062026-08-28T21:25:32.280ZAug 28 21:25:30.714 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18072026-08-28T21:25:32.280ZAug 28 21:25:30.714 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18082026-08-28T21:25:33.076ZAug 28 21:25:31.507 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18092026-08-28T21:25:33.297ZAug 28 21:25:31.730 INFO Download complete, target: TransceiverControl
18102026-08-28T21:25:34.369ZAug 28 21:25:32.803 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18112026-08-28T21:25:34.620ZAug 28 21:25:33.055 INFO Download complete, target: Console
18122026-08-28T21:25:34.758ZAug 28 21:25:33.189 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18132026-08-28T21:25:34.785ZAug 28 21:25:33.223 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18142026-08-28T21:25:34.838ZAug 28 21:25:33.274 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18152026-08-28T21:25:35.152ZAug 28 21:25:33.590 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18162026-08-28T21:25:35.311ZAug 28 21:25:33.750 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18172026-08-28T21:25:35.311ZAug 28 21:25:33.750 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18182026-08-28T21:25:36.879ZAug 28 21:25:35.296 INFO Download complete, target: MaghemiteDdmd
18192026-08-28T21:25:37.712ZAug 28 21:25:36.150 INFO Download complete, target: DendriteStub
18202026-08-28T21:25:37.716ZAug 28 21:25:36.155 INFO Download complete, target: MaghemiteMgd
18212026-08-28T21:25:40.025ZAug 28 21:25:38.463 INFO Checking that binary works, target: Cockroach
18222026-08-28T21:25:40.148ZAug 28 21:25:38.586 INFO Download complete, target: Cockroach
18232026-08-28T21:25:41.975ZAug 28 21:25:40.413 INFO Checking that binary works, target: Clickhouse
18242026-08-28T21:25:42.063ZAug 28 21:25:40.501 INFO Download complete, target: Clickhouse
18252026-08-28T21:25:42.070ZAll prerequisites installed successfully
18262026-08-28T21:25:42.073Z
18272026-08-28T21:25:42.073Zreal 1:56.849988766
18282026-08-28T21:25:42.073Zuser 7:24.561833194
18292026-08-28T21:25:42.073Zsys 1:46.366854083
18302026-08-28T21:25:42.073Ztrap 0.293382221
18312026-08-28T21:25:42.073Ztflt 0.855843787
18322026-08-28T21:25:42.073Zdflt 1.824048993
18332026-08-28T21:25:42.073Zkflt 0.026002913
18342026-08-28T21:25:42.073Zlock 28:42.994719213
18352026-08-28T21:25:42.073Zslp 20:13.525317034
18362026-08-28T21:25:42.073Zlat 28.733965148
18372026-08-28T21:25:42.073Zstop 3:39.587890495
18382026-08-28T21:25:42.073Z+ ptime -m cargo xtask download softnpu
18392026-08-28T21:25:42.538Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18402026-08-28T21:25:42.559Z Running `target/debug/xtask download softnpu`
18412026-08-28T21:25:43.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
18422026-08-28T21:25:43.412Z Running `target/debug/xtask-downloader softnpu`
18432026-08-28T21:25:43.456ZAug 28 21:25:41.894 INFO Starting download, target: Softnpu
18442026-08-28T21:25:43.460ZAug 28 21:25:41.894 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18452026-08-28T21:25:45.567ZAug 28 21:25:44.006 INFO Download complete, target: Softnpu
18462026-08-28T21:25:45.572Z
18472026-08-28T21:25:45.575Zreal 3.494644793
18482026-08-28T21:25:45.575Zuser 1.321354045
18492026-08-28T21:25:45.575Zsys 0.638102646
18502026-08-28T21:25:45.575Ztrap 0.000610260
18512026-08-28T21:25:45.575Ztflt 0.000119646
18522026-08-28T21:25:45.575Zdflt 0.000471162
18532026-08-28T21:25:45.575Zkflt 0.000000000
18542026-08-28T21:25:45.575Zlock 38.760310207
18552026-08-28T21:25:45.575Zslp 1.985779929
18562026-08-28T21:25:45.575Zlat 0.102351166
18572026-08-28T21:25:45.575Zstop 0.000168086
18582026-08-28T21:25:45.575Z+ export CARGO_INCREMENTAL=0
18592026-08-28T21:25:45.575Z+ CARGO_INCREMENTAL=0
18602026-08-28T21:25:45.576Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18612026-08-28T21:25:46.493Z Compiling proc-macro2 v1.0.106
18622026-08-28T21:25:46.493Z Compiling quote v1.0.45
18632026-08-28T21:25:46.493Z Compiling unicode-ident v1.0.24
18642026-08-28T21:25:46.496Z Compiling serde_core v1.0.228
18652026-08-28T21:25:46.496Z Compiling libc v0.2.185
18662026-08-28T21:25:46.496Z Compiling serde v1.0.228
18672026-08-28T21:25:46.496Z Compiling cfg-if v1.0.4
18682026-08-28T21:25:46.640Z Compiling version_check v0.9.5
18692026-08-28T21:25:46.643Z Compiling autocfg v1.5.0
18702026-08-28T21:25:46.653Z Compiling shlex v1.3.0
18712026-08-28T21:25:46.680Z Compiling find-msvc-tools v0.1.9
18722026-08-28T21:25:46.683Z Compiling memchr v2.8.0
18732026-08-28T21:25:46.683Z Compiling zmij v1.0.21
18742026-08-28T21:25:46.683Z Compiling serde_json v1.0.151
18752026-08-28T21:25:46.845Z Compiling portable-atomic v1.13.1
18762026-08-28T21:25:46.861Z Compiling zerocopy v0.8.55
18772026-08-28T21:25:46.954Z Compiling libm v0.2.16
18782026-08-28T21:25:46.988Z Compiling getrandom v0.4.3
18792026-08-28T21:25:47.047Z Compiling icu_normalizer_data v2.1.1
18802026-08-28T21:25:47.083Z Compiling icu_properties_data v2.1.2
18812026-08-28T21:25:47.104Z Compiling smallvec v1.15.1
18822026-08-28T21:25:47.138Z Compiling num-traits v0.2.19
18832026-08-28T21:25:47.187Z Compiling generic-array v0.14.7
18842026-08-28T21:25:47.299Z Compiling parking_lot_core v0.9.12
18852026-08-28T21:25:47.303Z Compiling itoa v1.0.17
18862026-08-28T21:25:47.316Z Compiling log v0.4.33
18872026-08-28T21:25:47.380Z Compiling pkg-config v0.3.32
18882026-08-28T21:25:47.394Z Compiling subtle v2.6.1
18892026-08-28T21:25:47.412Z Compiling stable_deref_trait v1.2.1
18902026-08-28T21:25:47.442Z Compiling rustix v1.1.4
18912026-08-28T21:25:47.520Z Compiling typenum v1.20.1
18922026-08-28T21:25:47.553Z Compiling jobserver v0.1.34
18932026-08-28T21:25:47.605Z Compiling getrandom v0.3.4
18942026-08-28T21:25:47.621Z Compiling errno v0.3.14
18952026-08-28T21:25:47.654Z Compiling scopeguard v1.2.0
18962026-08-28T21:25:47.727Z Compiling thiserror v2.0.18
18972026-08-28T21:25:47.772Z Compiling cc v1.2.56
18982026-08-28T21:25:47.792Z Compiling lock_api v0.4.14
18992026-08-28T21:25:47.841Z Compiling rand_core v0.10.0
19002026-08-28T21:25:47.912Z Compiling heck v0.5.0
19012026-08-28T21:25:48.026Z Compiling syn v2.0.117
19022026-08-28T21:25:48.055Z Compiling critical-section v1.2.0
19032026-08-28T21:25:48.073Z Compiling getrandom v0.2.17
19042026-08-28T21:25:48.077Z Compiling equivalent v1.0.2
19052026-08-28T21:25:48.102Z Compiling litemap v0.8.1
19062026-08-28T21:25:48.137Z Compiling percent-encoding v2.3.2
19072026-08-28T21:25:48.164Z Compiling schemars v0.8.22
19082026-08-28T21:25:48.180Z Compiling writeable v0.6.2
19092026-08-28T21:25:48.238Z Compiling rand_core v0.6.4
19102026-08-28T21:25:48.250Z Compiling syn v1.0.109
19112026-08-28T21:25:48.266Z Compiling pin-project-lite v0.2.17
19122026-08-28T21:25:48.389Z Compiling rustversion v1.0.22
19132026-08-28T21:25:48.420Z Compiling once_cell v1.21.3
19142026-08-28T21:25:48.484Z Compiling hashbrown v0.17.0
19152026-08-28T21:25:48.566Z Compiling cmake v0.1.57
19162026-08-28T21:25:48.566Z Compiling fs_extra v1.3.0
19172026-08-28T21:25:48.602Z Compiling dunce v1.0.5
19182026-08-28T21:25:48.642Z Compiling byteorder v1.5.0
19192026-08-28T21:25:48.685Z Compiling utf8_iter v1.0.4
19202026-08-28T21:25:48.688Z Compiling form_urlencoded v1.2.2
19212026-08-28T21:25:48.875Z Compiling strsim v0.11.1
19222026-08-28T21:25:48.897Z Compiling signal-hook-registry v1.4.8
19232026-08-28T21:25:49.010Z Compiling thiserror v1.0.69
19242026-08-28T21:25:49.080Z Compiling aws-lc-sys v0.40.0
19252026-08-28T21:25:49.083Z Compiling socket2 v0.6.3
19262026-08-28T21:25:49.146Z Compiling semver v1.0.28
19272026-08-28T21:25:49.227Z Compiling bitflags v2.11.0
19282026-08-28T21:25:49.340Z Compiling indexmap v2.14.0
19292026-08-28T21:25:49.366Z Compiling parking_lot v0.12.5
19302026-08-28T21:25:49.403Z Compiling mio v1.2.0
19312026-08-28T21:25:49.487Z Compiling aws-lc-rs v1.16.3
19322026-08-28T21:25:49.562Z Compiling const-oid v0.9.6
19332026-08-28T21:25:49.632Z Compiling futures-core v0.3.32
19342026-08-28T21:25:49.748Z Compiling httparse v1.10.1
19352026-08-28T21:25:49.775Z Compiling iana-time-zone v0.1.65
19362026-08-28T21:25:50.075Z Compiling ucd-trie v0.1.7
19372026-08-28T21:25:50.123Z Compiling regex-syntax v0.8.10
19382026-08-28T21:25:50.138Z Compiling crc32fast v1.5.0
19392026-08-28T21:25:50.156Z Compiling fnv v1.0.7
19402026-08-28T21:25:50.243Z Compiling pest v2.8.6
19412026-08-28T21:25:50.259Z Compiling uuid v1.23.4
19422026-08-28T21:25:50.290Z Compiling ident_case v1.0.1
19432026-08-28T21:25:50.293Z Compiling vcpkg v0.2.15
19442026-08-28T21:25:50.474Z Compiling rustc_version v0.4.1
19452026-08-28T21:25:50.573Z Compiling futures-sink v0.3.32
19462026-08-28T21:25:50.662Z Compiling dyn-clone v1.0.20
19472026-08-28T21:25:50.674Z Compiling rustls v0.23.41
19482026-08-28T21:25:50.759Z Compiling futures-channel v0.3.32
19492026-08-28T21:25:50.879Z Compiling synstructure v0.13.2
19502026-08-28T21:25:50.888Z Compiling serde_derive_internals v0.29.1
19512026-08-28T21:25:50.888Z Compiling openssl-sys v0.9.117
19522026-08-28T21:25:51.038Z Compiling aho-corasick v1.1.4
19532026-08-28T21:25:51.058Z Compiling slab v0.4.12
19542026-08-28T21:25:51.080Z Compiling futures-io v0.3.32
19552026-08-28T21:25:51.097Z Compiling futures-task v0.3.32
19562026-08-28T21:25:51.365Z Compiling pest_meta v2.8.6
19572026-08-28T21:25:51.434Z Compiling plain v0.2.3
19582026-08-28T21:25:51.450Z Compiling num-conv v0.2.0
19592026-08-28T21:25:51.513Z Compiling radium v0.7.0
19602026-08-28T21:25:51.522Z Compiling time-core v0.1.8
19612026-08-28T21:25:51.605Z Compiling crossbeam-utils v0.8.21
19622026-08-28T21:25:51.625Z Compiling base64 v0.22.1
19632026-08-28T21:25:51.661Z Compiling openssl v0.10.80
19642026-08-28T21:25:51.698Z Compiling time-macros v0.2.27
19652026-08-28T21:25:51.770Z Compiling maybe-uninit v2.0.0
19662026-08-28T21:25:51.810Z Compiling base64ct v1.8.3
19672026-08-28T21:25:51.822Z Compiling pretty-hex v0.4.1
19682026-08-28T21:25:51.911Z Compiling regex-automata v0.4.14
19692026-08-28T21:25:51.921Z Compiling slog v2.8.2
19702026-08-28T21:25:51.961Z Compiling pest_generator v2.8.6
19712026-08-28T21:25:51.968Z Compiling flagset v0.4.7
19722026-08-28T21:25:52.053Z Compiling pem-rfc7468 v0.7.0
19732026-08-28T21:25:52.090Z Compiling serde_derive v1.0.228
19742026-08-28T21:25:52.108Z Compiling zeroize_derive v1.5.0
19752026-08-28T21:25:52.125Z Compiling zerofrom-derive v0.1.6
19762026-08-28T21:25:52.138Z Compiling yoke-derive v0.8.1
19772026-08-28T21:25:52.156Z Compiling zerocopy-derive v0.8.55
19782026-08-28T21:25:52.180Z Compiling zerovec-derive v0.11.2
19792026-08-28T21:25:52.218Z Compiling displaydoc v0.2.5
19802026-08-28T21:25:52.235Z Compiling tokio-macros v2.7.0
19812026-08-28T21:25:52.348Z Compiling futures-macro v0.3.32
19822026-08-28T21:25:52.373Z Compiling thiserror-impl v2.0.18
19832026-08-28T21:25:52.419Z Compiling schemars_derive v0.8.22
19842026-08-28T21:25:52.567Z Compiling der_derive v0.7.3
19852026-08-28T21:25:52.629Z Compiling tracing-attributes v0.1.31
19862026-08-28T21:25:52.656Z Compiling thiserror-impl v1.0.69
19872026-08-28T21:25:52.656Z Compiling pest_derive v2.8.6
19882026-08-28T21:25:52.794Z Compiling scroll_derive v0.12.1
19892026-08-28T21:25:52.913Z Compiling scroll_derive v0.13.1
19902026-08-28T21:25:52.929Z Compiling openssl-macros v0.1.1
19912026-08-28T21:25:53.120Z Compiling rand_core v0.9.5
19922026-08-28T21:25:53.147Z Compiling futures-util v0.3.32
19932026-08-28T21:25:53.228Z Compiling darling_core v0.23.0
19942026-08-28T21:25:53.249Z Compiling zerofrom v0.1.6
19952026-08-28T21:25:53.375Z Compiling yoke v0.8.1
19962026-08-28T21:25:53.426Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19972026-08-28T21:25:53.505Z Compiling bzip2-sys v0.1.13+1.0.8
19982026-08-28T21:25:53.579Z Compiling zerovec v0.11.5
19992026-08-28T21:25:53.603Z Compiling zerotrie v0.2.3
20002026-08-28T21:25:53.811Z Compiling syn v3.0.3
20012026-08-28T21:25:53.827Z Compiling ahash v0.8.12
20022026-08-28T21:25:53.845Z Compiling native-tls v0.2.18
20032026-08-28T21:25:53.899Z Compiling paste v1.0.15
20042026-08-28T21:25:54.100Z Compiling num-bigint-dig v0.8.6
20052026-08-28T21:25:54.103Z Compiling anyhow v1.0.104
20062026-08-28T21:25:54.153Z Compiling packed_struct v0.10.1
20072026-08-28T21:25:54.180Z Compiling tinystr v0.8.2
20082026-08-28T21:25:54.211Z Compiling potential_utf v0.1.4
20092026-08-28T21:25:54.313Z Compiling regex v1.12.3
20102026-08-28T21:25:54.408Z Compiling icu_locale_core v2.1.1
20112026-08-28T21:25:54.427Z Compiling icu_collections v2.1.1
20122026-08-28T21:25:54.480Z Compiling zerocopy-derive v0.7.35
20132026-08-28T21:25:55.148Z Compiling icu_provider v2.1.1
20142026-08-28T21:25:55.298Z Compiling zeroize v1.9.0
20152026-08-28T21:25:55.314Z Compiling bytes v1.11.1
20162026-08-28T21:25:55.467Z Compiling icu_properties v2.1.2
20172026-08-28T21:25:55.483Z Compiling icu_normalizer v2.1.1
20182026-08-28T21:25:55.515Z Compiling chrono v0.4.45
20192026-08-28T21:25:55.884Z Compiling tokio v1.52.1
20202026-08-28T21:25:56.051Z Compiling crypto-common v0.1.7
20212026-08-28T21:25:56.067Z Compiling block-buffer v0.10.4
20222026-08-28T21:25:56.202Z Compiling digest v0.10.7
20232026-08-28T21:25:56.246Z Compiling serde_tokenstream v0.2.3
20242026-08-28T21:25:56.250Z Compiling der v0.7.10
20252026-08-28T21:25:56.412Z Compiling idna_adapter v1.2.1
20262026-08-28T21:25:56.562Z Compiling idna v1.1.0
20272026-08-28T21:25:56.709Z Compiling ppv-lite86 v0.2.21
20282026-08-28T21:25:56.744Z Compiling http v1.4.2
20292026-08-28T21:25:56.908Z Compiling darling_macro v0.23.0
20302026-08-28T21:25:56.999Z Compiling url v2.5.8
20312026-08-28T21:25:57.011Z Compiling tracing-core v0.1.36
20322026-08-28T21:25:57.206Z Compiling spki v0.7.3
20332026-08-28T21:25:57.279Z Compiling cookie v0.18.1
20342026-08-28T21:25:57.418Z Compiling fastrand v2.3.0
20352026-08-28T21:25:57.452Z Compiling cpufeatures v0.2.17
20362026-08-28T21:25:57.482Z Compiling camino v1.2.5
20372026-08-28T21:25:57.518Z Compiling darling v0.23.0
20382026-08-28T21:25:57.618Z Compiling tracing v0.1.44
20392026-08-28T21:25:57.854Z Compiling rand_chacha v0.9.0
20402026-08-28T21:25:57.910Z Compiling serde_spanned v0.6.9
20412026-08-28T21:25:57.911Z Compiling toml_datetime v0.6.11
20422026-08-28T21:25:58.065Z Compiling zerocopy-derive v0.6.6
20432026-08-28T21:25:58.136Z Compiling bitfield-macros v0.19.4
20442026-08-28T21:25:58.136Z Compiling clap_derive v4.6.1
20452026-08-28T21:25:58.136Z Compiling packed_struct_codegen v0.10.1
20462026-08-28T21:25:58.481Z Compiling indexmap v1.9.3
20472026-08-28T21:25:58.723Z Compiling simd-adler32 v0.3.8
20482026-08-28T21:25:58.748Z Compiling object v0.37.3
20492026-08-28T21:25:58.748Z Compiling rand v0.9.2
20502026-08-28T21:25:58.798Z Compiling http-body v1.0.1
20512026-08-28T21:25:58.896Z Compiling pkcs8 v0.10.2
20522026-08-28T21:25:58.915Z Compiling daft-derive v0.1.8
20532026-08-28T21:25:58.994Z Compiling rustls-pki-types v1.14.0
20542026-08-28T21:25:59.100Z Compiling spin v0.9.8
20552026-08-28T21:25:59.167Z Compiling usdt-impl v0.5.0
20562026-08-28T21:25:59.201Z Compiling usdt-impl v0.6.0
20572026-08-28T21:25:59.322Z Compiling adler2 v2.0.1
20582026-08-28T21:25:59.356Z Compiling cmov v0.5.4
20592026-08-28T21:25:59.436Z Compiling tinyvec_macros v0.1.1
20602026-08-28T21:25:59.462Z Compiling anstyle v1.0.14
20612026-08-28T21:25:59.474Z Compiling winnow v0.5.40
20622026-08-28T21:25:59.519Z Compiling ref-cast v1.0.25
20632026-08-28T21:25:59.587Z Compiling utf8parse v0.2.2
20642026-08-28T21:25:59.626Z Compiling openssl-probe v0.2.1
20652026-08-28T21:25:59.643Z Compiling either v1.15.0
20662026-08-28T21:25:59.691Z Compiling anstyle-parse v1.0.0
20672026-08-28T21:25:59.715Z Compiling ctutils v0.4.2
20682026-08-28T21:25:59.826Z Compiling tinyvec v1.10.0
20692026-08-28T21:25:59.845Z Compiling miniz_oxide v0.8.9
20702026-08-28T21:25:59.879Z Compiling tokio-util v0.7.18
20712026-08-28T21:25:59.913Z Compiling sha2 v0.10.9
20722026-08-28T21:26:00.010Z Compiling tempfile v3.27.0
20732026-08-28T21:26:00.208Z Compiling scroll v0.13.0
20742026-08-28T21:26:00.278Z Compiling scroll v0.12.0
20752026-08-28T21:26:00.380Z Compiling terminal_size v0.4.3
20762026-08-28T21:26:00.494Z Compiling async-trait v0.1.89
20772026-08-28T21:26:00.542Z Compiling heapless v0.7.17
20782026-08-28T21:26:00.636Z Compiling zstd-safe v7.2.4
20792026-08-28T21:26:00.677Z Compiling anstyle-query v1.1.5
20802026-08-28T21:26:00.773Z Compiling litrs v1.0.0
20812026-08-28T21:26:00.820Z Compiling toml_edit v0.19.15
20822026-08-28T21:26:00.825Z Compiling rustix v0.38.44
20832026-08-28T21:26:00.835Z Compiling tower-service v0.3.3
20842026-08-28T21:26:00.859Z Compiling tower-layer v0.3.3
20852026-08-28T21:26:00.941Z Compiling try-lock v0.2.5
20862026-08-28T21:26:00.962Z Compiling colorchoice v1.0.4
20872026-08-28T21:26:01.055Z Compiling is_terminal_polyfill v1.70.2
20882026-08-28T21:26:01.073Z Compiling unicode-segmentation v1.12.0
20892026-08-28T21:26:01.158Z Compiling atomic-waker v1.1.2
20902026-08-28T21:26:01.177Z Compiling winnow v1.0.3
20912026-08-28T21:26:01.236Z Compiling signal-hook v0.3.18
20922026-08-28T21:26:01.254Z Compiling untrusted v0.7.1
20932026-08-28T21:26:01.297Z Compiling winnow v0.7.14
20942026-08-28T21:26:01.315Z Compiling document-features v0.2.12
20952026-08-28T21:26:01.390Z Compiling h2 v0.4.15
20962026-08-28T21:26:01.443Z Compiling anstream v1.0.0
20972026-08-28T21:26:01.465Z Compiling want v0.3.1
20982026-08-28T21:26:01.844Z Compiling goblin v0.8.2
20992026-08-28T21:26:01.953Z Compiling goblin v0.10.5
21002026-08-28T21:26:01.972Z Compiling hybrid-array v0.4.13
21012026-08-28T21:26:02.239Z Compiling toml_parser v1.1.2+spec-1.1.0
21022026-08-28T21:26:02.270Z Compiling itertools v0.15.0
21032026-08-28T21:26:02.628Z Compiling ipnetwork v0.21.1
21042026-08-28T21:26:02.690Z Compiling ipnet v2.12.0
21052026-08-28T21:26:02.784Z Compiling zerocopy v0.7.35
21062026-08-28T21:26:02.809Z Compiling structmeta-derive v0.3.0
21072026-08-28T21:26:02.826Z Compiling ref-cast-impl v1.0.25
21082026-08-28T21:26:02.870Z Compiling darling_core v0.20.11
21092026-08-28T21:26:03.049Z Compiling curve25519-dalek v4.1.3
21102026-08-28T21:26:03.113Z Compiling memoffset v0.9.1
21112026-08-28T21:26:03.338Z Compiling untrusted v0.9.0
21122026-08-28T21:26:03.382Z Compiling tap v1.0.1
21132026-08-28T21:26:03.451Z Compiling powerfmt v0.2.0
21142026-08-28T21:26:03.521Z Compiling httpdate v1.0.3
21152026-08-28T21:26:03.598Z Compiling foreign-types-shared v0.1.1
21162026-08-28T21:26:03.601Z Compiling wyz v0.5.1
21172026-08-28T21:26:03.633Z Compiling deranged v0.5.8
21182026-08-28T21:26:03.689Z Compiling foreign-types v0.3.2
21192026-08-28T21:26:03.809Z Compiling structmeta v0.3.0
21202026-08-28T21:26:03.834Z Compiling unicode-normalization v0.1.25
21212026-08-28T21:26:04.044Z Compiling dof v0.3.0
21222026-08-28T21:26:04.080Z Compiling dtrace-parser v0.2.0
21232026-08-28T21:26:04.099Z Compiling rand_chacha v0.3.1
21242026-08-28T21:26:04.136Z Compiling signature v2.2.0
21252026-08-28T21:26:04.205Z Compiling hex v0.4.3
21262026-08-28T21:26:04.335Z Compiling dtrace-parser v0.3.0
21272026-08-28T21:26:04.454Z Compiling pin-project-internal v1.1.11
21282026-08-28T21:26:04.524Z Compiling num-integer v0.1.46
21292026-08-28T21:26:04.658Z Compiling hyper v1.10.1
21302026-08-28T21:26:04.683Z Compiling dof v0.4.0
21312026-08-28T21:26:04.804Z Compiling wait-timeout v0.2.1
21322026-08-28T21:26:04.816Z Compiling thread-id v4.2.2
21332026-08-28T21:26:04.852Z Compiling thread-id v5.1.0
21342026-08-28T21:26:04.871Z Compiling darling_macro v0.20.11
21352026-08-28T21:26:04.943Z Compiling num_threads v0.1.7
21362026-08-28T21:26:04.977Z Compiling bit-vec v0.8.0
21372026-08-28T21:26:05.055Z Compiling smoltcp v0.9.1
21382026-08-28T21:26:05.076Z Compiling owo-colors v4.3.0
21392026-08-28T21:26:05.104Z Compiling quick-error v1.2.3
21402026-08-28T21:26:05.233Z Compiling funty v2.0.0
21412026-08-28T21:26:05.323Z Compiling cfg_aliases v0.2.1
21422026-08-28T21:26:05.401Z Compiling clap_lex v1.0.0
21432026-08-28T21:26:05.404Z Compiling darling v0.20.11
21442026-08-28T21:26:05.433Z Compiling nix v0.31.2
21452026-08-28T21:26:05.481Z Compiling rusty-fork v0.3.1
21462026-08-28T21:26:05.502Z Compiling bit-set v0.8.0
21472026-08-28T21:26:05.519Z Compiling time v0.3.47
21482026-08-28T21:26:05.552Z Compiling num-iter v0.1.45
21492026-08-28T21:26:05.635Z Compiling clap_builder v4.6.0
21502026-08-28T21:26:05.685Z Compiling bitvec v1.0.1
21512026-08-28T21:26:05.763Z Compiling rand v0.8.6
21522026-08-28T21:26:05.795Z Compiling hyper-util v0.1.20
21532026-08-28T21:26:05.827Z Compiling lazy_static v1.5.0
21542026-08-28T21:26:05.971Z Compiling hmac v0.12.1
21552026-08-28T21:26:05.976Z Compiling erased-serde v0.3.31
21562026-08-28T21:26:06.194Z Compiling rand_xorshift v0.4.0
21572026-08-28T21:26:06.384Z Compiling curve25519-dalek-derive v0.1.1
21582026-08-28T21:26:06.401Z Compiling sync_wrapper v1.0.2
21592026-08-28T21:26:06.560Z Compiling siphasher v1.0.2
21602026-08-28T21:26:06.734Z Compiling zlib-rs v0.6.2
21612026-08-28T21:26:06.833Z Compiling crc-catalog v2.4.0
21622026-08-28T21:26:06.895Z Compiling unarray v0.1.4
21632026-08-28T21:26:06.928Z Compiling nodrop v0.1.14
21642026-08-28T21:26:06.983Z Compiling crc v3.4.0
21652026-08-28T21:26:07.028Z Compiling array-init v0.0.4
21662026-08-28T21:26:07.042Z Compiling proptest v1.11.0
21672026-08-28T21:26:07.145Z Compiling clap v4.6.1
21682026-08-28T21:26:07.387Z Compiling tower v0.5.3
21692026-08-28T21:26:08.422Z Compiling smallvec v0.6.14
21702026-08-28T21:26:08.453Z Compiling derive_builder_core v0.20.2
21712026-08-28T21:26:08.555Z Compiling pkcs1 v0.7.5
21722026-08-28T21:26:08.597Z Compiling http-body-util v0.1.3
21732026-08-28T21:26:08.651Z Compiling zerocopy v0.6.6
21742026-08-28T21:26:08.666Z Compiling bitfield v0.19.4
21752026-08-28T21:26:08.876Z Compiling flate2 v1.1.9
21762026-08-28T21:26:08.960Z Compiling snafu-derive v0.8.9
21772026-08-28T21:26:08.989Z Compiling strum_macros v0.27.2
21782026-08-28T21:26:09.016Z Compiling strum_macros v0.26.4
21792026-08-28T21:26:09.077Z Compiling hubpack_derive v0.1.1
21802026-08-28T21:26:09.118Z Compiling env_filter v2.0.0
21812026-08-28T21:26:09.277Z Compiling fs-err v3.3.0
21822026-08-28T21:26:09.377Z Compiling hashbrown v0.12.3
21832026-08-28T21:26:09.393Z Compiling gimli v0.32.3
21842026-08-28T21:26:09.495Z Compiling base64 v0.21.7
21852026-08-28T21:26:09.814Z Compiling unicode-bidi v0.3.18
21862026-08-28T21:26:09.936Z Compiling unicode-properties v0.1.4
21872026-08-28T21:26:09.952Z Compiling iri-string v0.7.10
21882026-08-28T21:26:10.282Z Compiling ryu v1.0.23
21892026-08-28T21:26:10.303Z Compiling allocator-api2 v0.2.21
21902026-08-28T21:26:10.434Z Compiling serde_urlencoded v0.7.1
21912026-08-28T21:26:10.650Z Compiling stringprep v0.1.5
21922026-08-28T21:26:10.802Z Compiling ron v0.8.1
21932026-08-28T21:26:10.883Z Compiling env_logger v0.11.11
21942026-08-28T21:26:11.024Z Compiling derive_builder_macro v0.20.2
21952026-08-28T21:26:11.178Z Compiling tower-http v0.6.8
21962026-08-28T21:26:11.205Z Compiling addr2line v0.25.1
21972026-08-28T21:26:11.222Z Compiling newtype-uuid v1.3.2
21982026-08-28T21:26:11.307Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21992026-08-28T21:26:11.341Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22002026-08-28T21:26:11.510Z Compiling rsa v0.9.10
22012026-08-28T21:26:11.543Z Compiling oxnet v0.1.6
22022026-08-28T21:26:11.558Z Compiling serde-hex v0.1.0
22032026-08-28T21:26:11.621Z Compiling hashbrown v0.13.2
22042026-08-28T21:26:11.638Z Compiling tokio-native-tls v0.3.1
22052026-08-28T21:26:11.653Z Compiling bzip2 v0.4.4
22062026-08-28T21:26:11.761Z Compiling usdt-macro v0.6.0
22072026-08-28T21:26:11.831Z Compiling usdt-attr-macro v0.6.0
22082026-08-28T21:26:11.874Z Compiling derive-ex v0.1.8
22092026-08-28T21:26:11.922Z Compiling block-padding v0.4.2
22102026-08-28T21:26:11.955Z Compiling block-buffer v0.12.1
22112026-08-28T21:26:12.093Z Compiling crypto-common v0.2.2
22122026-08-28T21:26:12.208Z Compiling convert_case v0.10.0
22132026-08-28T21:26:12.376Z Compiling rustls-native-certs v0.8.3
22142026-08-28T21:26:12.602Z Compiling x509-cert v0.2.5
22152026-08-28T21:26:12.621Z Compiling md-5 v0.10.6
22162026-08-28T21:26:12.825Z Compiling bstr v1.12.1
22172026-08-28T21:26:12.939Z Compiling vergen-lib v9.1.0
22182026-08-28T21:26:12.967Z Compiling hash32 v0.2.1
22192026-08-28T21:26:13.051Z Compiling encoding_rs v0.8.35
22202026-08-28T21:26:13.173Z Compiling psl-types v2.0.11
22212026-08-28T21:26:13.242Z Compiling cpufeatures v0.3.0
22222026-08-28T21:26:13.317Z Compiling fallible-iterator v0.2.0
22232026-08-28T21:26:13.350Z Compiling rustc-demangle v0.1.27
22242026-08-28T21:26:13.371Z Compiling unicode-width v0.2.0
22252026-08-28T21:26:13.554Z Compiling mime v0.3.17
22262026-08-28T21:26:13.661Z Compiling crc-any v2.5.0
22272026-08-28T21:26:13.717Z Compiling postgres-protocol v0.6.10
22282026-08-28T21:26:13.781Z Compiling test-strategy v0.4.5
22292026-08-28T21:26:13.836Z Compiling publicsuffix v2.3.0
22302026-08-28T21:26:14.121Z Compiling backtrace v0.3.76
22312026-08-28T21:26:14.456Z Compiling derive_more-impl v2.1.1
22322026-08-28T21:26:14.508Z Compiling object v0.30.4
22332026-08-28T21:26:14.666Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22342026-08-28T21:26:14.764Z Compiling inout v0.2.2
22352026-08-28T21:26:14.788Z Compiling daft v0.1.8
22362026-08-28T21:26:14.845Z Compiling zip v0.6.6
22372026-08-28T21:26:14.955Z Compiling hyper-tls v0.6.0
22382026-08-28T21:26:15.082Z Compiling derive_builder v0.20.2
22392026-08-28T21:26:15.100Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22402026-08-28T21:26:15.117Z Compiling phf_shared v0.13.1
22412026-08-28T21:26:15.191Z Compiling pin-project v1.1.11
22422026-08-28T21:26:15.381Z Compiling toml v0.7.8
22432026-08-28T21:26:15.399Z Compiling heck v0.4.1
22442026-08-28T21:26:15.430Z Compiling serde_with_macros v3.21.0
22452026-08-28T21:26:15.485Z Compiling futures-executor v0.3.32
22462026-08-28T21:26:15.628Z Compiling serde_repr v0.1.20
22472026-08-28T21:26:15.715Z Compiling miette-derive v7.6.0
22482026-08-28T21:26:15.738Z Compiling enum-as-inner v0.6.1
22492026-08-28T21:26:15.781Z Compiling async-recursion v1.1.1
22502026-08-28T21:26:15.953Z Compiling ff v0.13.1
22512026-08-28T21:26:15.976Z Compiling vergen v9.1.0
22522026-08-28T21:26:16.006Z Compiling cargo-platform v0.3.2
22532026-08-28T21:26:16.164Z Compiling bitflags v1.3.2
22542026-08-28T21:26:16.224Z Compiling base16ct v0.2.0
22552026-08-28T21:26:16.250Z Compiling bumpalo v3.20.2
22562026-08-28T21:26:16.278Z Compiling smawk v0.3.2
22572026-08-28T21:26:16.287Z Compiling foldhash v0.1.5
22582026-08-28T21:26:16.388Z Compiling managed v0.8.0
22592026-08-28T21:26:16.461Z Compiling unicode-linebreak v0.1.5
22602026-08-28T21:26:16.481Z Compiling path-slash v0.1.5
22612026-08-28T21:26:16.606Z Compiling jiff-core v0.1.0
22622026-08-28T21:26:16.625Z Compiling foldhash v0.2.0
22632026-08-28T21:26:16.676Z Compiling is_ci v1.2.0
22642026-08-28T21:26:16.721Z Compiling libbz2-rs-sys v0.2.2
22652026-08-28T21:26:16.772Z Compiling same-file v1.0.6
22662026-08-28T21:26:16.822Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22672026-08-28T21:26:16.838Z Compiling supports-color v3.0.2
22682026-08-28T21:26:16.895Z Compiling walkdir v2.5.0
22692026-08-28T21:26:16.942Z Compiling hashbrown v0.16.1
22702026-08-28T21:26:17.021Z Compiling textwrap v0.16.2
22712026-08-28T21:26:17.195Z Compiling bzip2 v0.6.1
22722026-08-28T21:26:17.308Z Compiling zopfli v0.8.3
22732026-08-28T21:26:17.413Z Compiling jiff v0.2.34
22742026-08-28T21:26:17.430Z Compiling hashbrown v0.15.5
22752026-08-28T21:26:17.484Z Compiling sec1 v0.7.3
22762026-08-28T21:26:17.529Z Compiling cargo_metadata v0.23.1
22772026-08-28T21:26:17.671Z Compiling group v0.13.0
22782026-08-28T21:26:17.979Z Compiling futures v0.3.32
22792026-08-28T21:26:18.260Z Compiling phf v0.13.1
22802026-08-28T21:26:18.346Z Compiling snafu v0.8.9
22812026-08-28T21:26:18.551Z Compiling reqwest v0.12.28
22822026-08-28T21:26:18.569Z Compiling cipher v0.5.2
22832026-08-28T21:26:18.587Z Compiling signal-hook-mio v0.2.5
22842026-08-28T21:26:18.695Z Compiling cookie_store v0.22.1
22852026-08-28T21:26:18.712Z Compiling backtrace-ext v0.2.1
22862026-08-28T21:26:18.726Z Compiling zstd v0.13.3
22872026-08-28T21:26:18.751Z Compiling postgres-types v0.2.12
22882026-08-28T21:26:18.772Z Compiling globset v0.4.18
22892026-08-28T21:26:18.864Z Compiling strum v0.27.2
22902026-08-28T21:26:19.014Z Compiling hubpack v0.1.2
22912026-08-28T21:26:19.106Z Compiling phf_shared v0.11.3
22922026-08-28T21:26:19.123Z Compiling crossbeam-epoch v0.9.18
22932026-08-28T21:26:19.149Z Compiling hkdf v0.12.4
22942026-08-28T21:26:19.270Z Compiling byte-wrapper v0.1.0
22952026-08-28T21:26:19.289Z Compiling ed25519 v2.2.3
22962026-08-28T21:26:19.306Z Compiling olpc-cjson v0.1.4
22972026-08-28T21:26:19.523Z Compiling crypto-bigint v0.5.5
22982026-08-28T21:26:19.556Z Compiling serde_plain v1.0.2
22992026-08-28T21:26:19.559Z Compiling serde-big-array v0.5.1
23002026-08-28T21:26:19.601Z Compiling pem v3.0.6
23012026-08-28T21:26:19.725Z Compiling float-cmp v0.10.0
23022026-08-28T21:26:19.762Z Compiling memmap2 v0.9.10
23032026-08-28T21:26:19.777Z Compiling supports-hyperlinks v3.2.0
23042026-08-28T21:26:19.893Z Compiling data-encoding v2.10.0
23052026-08-28T21:26:19.909Z Compiling whoami v2.1.0
23062026-08-28T21:26:19.951Z Compiling fixedbitset v0.4.2
23072026-08-28T21:26:19.988Z Compiling difflib v0.4.0
23082026-08-28T21:26:20.090Z Compiling new_debug_unreachable v1.0.6
23092026-08-28T21:26:20.173Z Compiling fixedbitset v0.5.7
23102026-08-28T21:26:20.188Z Compiling precomputed-hash v0.1.1
23112026-08-28T21:26:20.258Z Compiling unicode-width v0.1.14
23122026-08-28T21:26:20.262Z Compiling const-oid v0.10.2
23132026-08-28T21:26:20.297Z Compiling keccak v0.1.6
23142026-08-28T21:26:20.435Z Compiling normalize-line-endings v0.3.0
23152026-08-28T21:26:20.452Z Compiling typed-path v0.9.3
23162026-08-28T21:26:20.468Z Compiling toml_write v0.1.2
23172026-08-28T21:26:20.488Z Compiling supports-unicode v3.0.0
23182026-08-28T21:26:20.509Z Compiling static_assertions v1.1.0
23192026-08-28T21:26:20.555Z Compiling predicates-core v1.0.10
23202026-08-28T21:26:20.602Z Compiling miette v7.6.0
23212026-08-28T21:26:20.625Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23222026-08-28T21:26:20.653Z Compiling toml_edit v0.22.27
23232026-08-28T21:26:20.673Z Compiling sha3 v0.10.8
23242026-08-28T21:26:20.690Z Compiling predicates v3.1.4
23252026-08-28T21:26:20.959Z Compiling elliptic-curve v0.13.8
23262026-08-28T21:26:21.117Z Compiling digest v0.11.3
23272026-08-28T21:26:21.257Z Compiling petgraph v0.8.3
23282026-08-28T21:26:21.289Z Compiling string_cache v0.8.9
23292026-08-28T21:26:21.330Z Compiling chacha20 v0.10.0
23302026-08-28T21:26:21.347Z Compiling hickory-proto v0.25.2
23312026-08-28T21:26:21.598Z Compiling tokio-postgres v0.7.16
23322026-08-28T21:26:21.627Z Compiling petgraph v0.6.5
23332026-08-28T21:26:21.745Z Compiling usdt v0.6.0
23342026-08-28T21:26:22.023Z Compiling zip v4.6.1
23352026-08-28T21:26:22.061Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23362026-08-28T21:26:22.809Z Compiling ed25519-dalek v2.2.0
23372026-08-28T21:26:23.191Z Compiling crossterm v0.28.1
23382026-08-28T21:26:23.425Z Compiling iddqd v0.4.2
23392026-08-28T21:26:23.588Z Compiling serde_with v3.21.0
23402026-08-28T21:26:23.697Z Compiling derive_more v2.1.1
23412026-08-28T21:26:23.754Z Compiling similar v2.7.0
23422026-08-28T21:26:23.774Z Compiling strum v0.26.3
23432026-08-28T21:26:23.867Z Compiling tokio-stream v0.1.18
23442026-08-28T21:26:23.939Z Compiling buf-list v1.1.2
23452026-08-28T21:26:23.976Z Compiling itertools v0.13.0
23462026-08-28T21:26:24.305Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23472026-08-28T21:26:24.388Z Compiling openapiv3 v2.2.0
23482026-08-28T21:26:25.158Z Compiling peg-runtime v0.8.5
23492026-08-28T21:26:25.420Z Compiling lalrpop-util v0.19.12
23502026-08-28T21:26:40.273Z Compiling rustls-webpki v0.103.13
23512026-08-28T21:26:43.788Z Compiling tokio-rustls v0.26.4
23522026-08-28T21:26:43.813Z Compiling rustls-platform-verifier v0.6.2
23532026-08-28T21:26:44.055Z Compiling hyper-rustls v0.27.7
23542026-08-28T21:26:44.099Z Compiling tough v0.22.0
23552026-08-28T21:26:44.356Z Compiling reqwest v0.13.2
23562026-08-28T21:26:47.085Z Compiling macaddr v1.0.1
23572026-08-28T21:26:47.148Z Compiling rayon-core v1.13.0
23582026-08-28T21:26:47.178Z Compiling crucible-workspace-hack v0.1.0
23592026-08-28T21:26:47.195Z Compiling secrecy v0.10.3
23602026-08-28T21:26:47.401Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23612026-08-28T21:26:47.404Z Compiling toml_datetime v0.7.5+spec-1.1.0
23622026-08-28T21:26:47.453Z Compiling heapless v0.8.0
23632026-08-28T21:26:47.456Z Compiling crossbeam-deque v0.8.6
23642026-08-28T21:26:47.581Z Compiling ingot-macros v0.2.0
23652026-08-28T21:26:47.611Z Compiling toml_edit v0.23.10+spec-1.0.0
23662026-08-28T21:26:47.628Z Compiling inout v0.1.4
23672026-08-28T21:26:47.699Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23682026-08-28T21:26:47.718Z Compiling hash32 v0.3.1
23692026-08-28T21:26:47.736Z Compiling multer v3.1.0
23702026-08-28T21:26:47.844Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23712026-08-28T21:26:47.844Z Compiling thread_local v1.1.9
23722026-08-28T21:26:47.881Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23732026-08-28T21:26:47.904Z Compiling match_cfg v0.1.0
23742026-08-28T21:26:47.924Z Compiling slog-async v2.8.0
23752026-08-28T21:26:47.942Z Compiling compression-core v0.4.31
23762026-08-28T21:26:47.957Z Compiling smoltcp v0.11.0
23772026-08-28T21:26:47.996Z Compiling hostname v0.3.1
23782026-08-28T21:26:48.098Z Compiling compression-codecs v0.4.37
23792026-08-28T21:26:48.184Z Compiling cipher v0.4.4
23802026-08-28T21:26:48.187Z Compiling proc-macro-crate v3.4.0
23812026-08-28T21:26:48.218Z Compiling atomicwrites v0.4.4
23822026-08-28T21:26:48.234Z Compiling slog-json v2.6.1
23832026-08-28T21:26:48.332Z Compiling crossbeam-channel v0.5.15
23842026-08-28T21:26:48.414Z Compiling half v2.7.1
23852026-08-28T21:26:48.463Z Compiling newtype-uuid-macros v0.1.0
23862026-08-28T21:26:48.479Z Compiling universal-hash v0.5.1
23872026-08-28T21:26:48.539Z Compiling serde_tokenstream v0.3.0
23882026-08-28T21:26:48.555Z Compiling cobs v0.3.0
23892026-08-28T21:26:48.559Z Compiling async-stream-impl v0.3.6
23902026-08-28T21:26:48.638Z Compiling thiserror-impl-no-std v2.0.2
23912026-08-28T21:26:48.654Z Compiling toml_datetime v1.1.1+spec-1.1.0
23922026-08-28T21:26:48.672Z Compiling serde_spanned v1.1.1
23932026-08-28T21:26:48.788Z Compiling is-terminal v0.4.17
23942026-08-28T21:26:48.844Z Compiling proc-macro-error-attr v1.0.4
23952026-08-28T21:26:48.860Z Compiling dropshot v0.17.1
23962026-08-28T21:26:48.864Z Compiling opaque-debug v0.3.1
23972026-08-28T21:26:48.913Z Compiling ciborium-io v0.2.2
23982026-08-28T21:26:48.981Z Compiling take_mut v0.2.2
23992026-08-28T21:26:49.047Z Compiling convert_case v0.4.0
24002026-08-28T21:26:49.063Z Compiling term v1.2.1
24012026-08-28T21:26:49.089Z Compiling toml_writer v1.1.1+spec-1.1.0
24022026-08-28T21:26:49.109Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24032026-08-28T21:26:49.164Z Compiling async-stream v0.3.6
24042026-08-28T21:26:49.205Z Compiling ciborium-ll v0.2.2
24052026-08-28T21:26:49.241Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24062026-08-28T21:26:49.344Z Compiling toml v1.1.2+spec-1.1.0
24072026-08-28T21:26:49.379Z Compiling derive_more v0.99.20
24082026-08-28T21:26:49.396Z Compiling slog-term v2.9.2
24092026-08-28T21:26:49.396Z Compiling poly1305 v0.8.0
24102026-08-28T21:26:49.487Z Compiling oxide-generation-macros v0.2.0
24112026-08-28T21:26:49.669Z Compiling thiserror-no-std v2.0.2
24122026-08-28T21:26:49.786Z Compiling postcard v1.1.3
24132026-08-28T21:26:49.803Z Compiling num_enum_derive v0.7.6
24142026-08-28T21:26:50.091Z Compiling slog-bunyan v2.5.0
24152026-08-28T21:26:50.207Z Compiling chacha20 v0.9.1
24162026-08-28T21:26:50.224Z Compiling async-compression v0.4.41
24172026-08-28T21:26:50.272Z Compiling ingot-types v0.2.0
24182026-08-28T21:26:50.384Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24192026-08-28T21:26:50.402Z Compiling sha1 v0.11.0
24202026-08-28T21:26:50.487Z Compiling oxide-generation v0.1.3
24212026-08-28T21:26:50.692Z Compiling ingot v0.2.1
24222026-08-28T21:26:50.711Z Compiling parse-display-derive v0.10.0
24232026-08-28T21:26:50.750Z Compiling proc-macro-crate v1.3.1
24242026-08-28T21:26:50.766Z Compiling waitgroup v0.1.2
24252026-08-28T21:26:50.865Z Compiling rustls-pemfile v2.2.0
24262026-08-28T21:26:50.881Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24272026-08-28T21:26:50.945Z Compiling backon v1.6.0
24282026-08-28T21:26:51.109Z Compiling blake2 v0.10.6
24292026-08-28T21:26:51.176Z Compiling dropshot_endpoint v0.17.1
24302026-08-28T21:26:51.214Z Compiling aead v0.5.2
24312026-08-28T21:26:51.318Z Compiling password-hash v0.5.0
24322026-08-28T21:26:51.435Z Compiling foreign-types-macros v0.2.3
24332026-08-28T21:26:51.478Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24342026-08-28T21:26:51.556Z Compiling serde_path_to_error v0.1.20
24352026-08-28T21:26:51.582Z Compiling hostname v0.4.2
24362026-08-28T21:26:51.638Z Compiling proc-macro-error v1.0.4
24372026-08-28T21:26:51.768Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24382026-08-28T21:26:51.863Z Compiling instant v0.1.13
24392026-08-28T21:26:51.907Z Compiling illumos-nvpair-sys v0.2.0
24402026-08-28T21:26:51.935Z Compiling debug-ignore v1.0.5
24412026-08-28T21:26:52.005Z Compiling foreign-types-shared v0.3.1
24422026-08-28T21:26:52.039Z Compiling backoff v0.4.0
24432026-08-28T21:26:52.075Z Compiling argon2 v0.5.3
24442026-08-28T21:26:52.092Z Compiling chacha20poly1305 v0.10.1
24452026-08-28T21:26:52.137Z Compiling foreign-types v0.5.0
24462026-08-28T21:26:52.158Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24472026-08-28T21:26:52.186Z Compiling num_enum_derive v0.5.11
24482026-08-28T21:26:52.190Z Compiling parse-display v0.10.0
24492026-08-28T21:26:52.240Z Compiling num_enum v0.7.6
24502026-08-28T21:26:52.269Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
24512026-08-28T21:26:52.291Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24522026-08-28T21:26:52.308Z Compiling vsss-rs v3.3.4
24532026-08-28T21:26:52.392Z Compiling ciborium v0.2.2
24542026-08-28T21:26:52.720Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24552026-08-28T21:26:52.798Z Compiling regress v0.10.5
24562026-08-28T21:26:52.901Z Compiling itertools v0.14.0
24572026-08-28T21:26:52.917Z Compiling tabwriter v1.4.1
24582026-08-28T21:26:52.971Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24592026-08-28T21:26:53.010Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24602026-08-28T21:26:53.078Z Compiling cstr-argument v0.1.2
24612026-08-28T21:26:53.096Z Compiling humantime v2.3.0
24622026-08-28T21:26:53.148Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24632026-08-28T21:26:53.273Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24642026-08-28T21:26:53.289Z Compiling num_enum v0.5.11
24652026-08-28T21:26:53.380Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24662026-08-28T21:26:53.454Z Compiling rayon v1.11.0
24672026-08-28T21:26:53.473Z Compiling rand v0.10.1
24682026-08-28T21:26:53.488Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24692026-08-28T21:26:53.554Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24702026-08-28T21:26:53.591Z Compiling indent_write v2.2.0
24712026-08-28T21:26:53.609Z Compiling libefi-sys v0.1.0
24722026-08-28T21:26:53.634Z Compiling colored v3.1.1
24732026-08-28T21:26:53.650Z Compiling zone_cfg_derive v0.3.1
24742026-08-28T21:26:53.678Z Compiling illumos-nvpair v0.3.0
24752026-08-28T21:26:53.795Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24762026-08-28T21:26:53.820Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24772026-08-28T21:26:53.875Z Compiling camino-tempfile v1.4.1
24782026-08-28T21:26:53.959Z Compiling itertools v0.12.1
24792026-08-28T21:26:54.066Z Compiling usdt-attr-macro v0.5.0
24802026-08-28T21:26:54.185Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24812026-08-28T21:26:54.321Z Compiling usdt-macro v0.5.0
24822026-08-28T21:26:54.339Z Compiling num-derive v0.4.2
24832026-08-28T21:26:54.339Z Compiling bitfield-struct v0.6.2
24842026-08-28T21:26:54.381Z Compiling blake3 v1.8.5
24852026-08-28T21:26:54.478Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24862026-08-28T21:26:54.494Z Compiling memmap v0.7.0
24872026-08-28T21:26:54.602Z Compiling sigpipe v0.1.3
24882026-08-28T21:26:54.664Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24892026-08-28T21:26:54.719Z Compiling swrite v0.1.0
24902026-08-28T21:26:54.752Z Compiling glob v0.3.3
24912026-08-28T21:26:54.860Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24922026-08-28T21:26:54.978Z Compiling smf v0.2.3
24932026-08-28T21:26:55.004Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24942026-08-28T21:26:55.056Z Compiling usdt v0.5.0
24952026-08-28T21:26:55.126Z Compiling filetime v0.2.27
24962026-08-28T21:26:55.176Z Compiling whoami v1.6.1
24972026-08-28T21:26:55.266Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24982026-08-28T21:26:55.282Z Compiling arrayref v0.3.9
24992026-08-28T21:26:55.336Z Compiling zone v0.3.1
25002026-08-28T21:26:55.362Z Compiling constant_time_eq v0.4.2
25012026-08-28T21:26:55.382Z Compiling xattr v1.6.1
25022026-08-28T21:26:55.399Z Compiling arrayvec v0.7.6
25032026-08-28T21:26:55.489Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25042026-08-28T21:26:55.579Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25052026-08-28T21:26:55.619Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25062026-08-28T21:26:55.648Z Compiling tar v0.4.46
25072026-08-28T21:26:55.665Z Compiling tokio-dtrace v0.1.1
25082026-08-28T21:26:55.665Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25092026-08-28T21:26:55.705Z Compiling gethostname v0.5.0
25102026-08-28T21:26:55.754Z Compiling console v0.16.2
25112026-08-28T21:26:55.918Z Compiling topological-sort v0.2.2
25122026-08-28T21:26:55.944Z Compiling unit-prefix v0.5.2
25132026-08-28T21:26:56.031Z Compiling oxide-tokio-rt v0.1.4
25142026-08-28T21:26:56.128Z Compiling indicatif v0.18.4
25152026-08-28T21:26:56.144Z Compiling toml v0.8.23
25162026-08-28T21:26:56.292Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25172026-08-28T21:26:56.381Z Compiling shell-words v1.1.1
25182026-08-28T21:27:05.581Z Compiling progenitor-client v0.14.0
25192026-08-28T21:27:05.581Z Compiling omicron-zone-package v0.12.3
25202026-08-28T21:27:05.831Z Compiling progenitor-extras v0.2.0
25212026-08-28T21:27:06.133Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25222026-08-28T21:27:06.188Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25232026-08-28T21:27:06.210Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25242026-08-28T21:27:06.323Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25252026-08-28T21:27:06.344Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25262026-08-28T21:27:06.367Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25272026-08-28T21:27:06.508Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25282026-08-28T21:27:06.665Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25292026-08-28T21:27:07.177Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25302026-08-28T21:27:10.733Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25312026-08-28T21:27:19.796Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25322026-08-28T21:27:23.059Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25332026-08-28T21:27:24.136Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25342026-08-28T21:27:34.537Z Finished `release` profile [optimized] target(s) in 1m 48s
25352026-08-28T21:27:34.687Z Running `target/release/omicron-package -t test target create -p dev`
25362026-08-28T21:27:34.752ZLogging to: /work/oxidecomputer/omicron/out/LOG
25372026-08-28T21:27:34.756ZCreated new build target 'test' and set it as active
25382026-08-28T21:27:34.759Z
25392026-08-28T21:27:34.759Zreal 1:49.177757842
25402026-08-28T21:27:34.759Zuser 17:57.330339905
25412026-08-28T21:27:34.759Zsys 2:50.381506104
25422026-08-28T21:27:34.759Ztrap 0.490743469
25432026-08-28T21:27:34.759Ztflt 2.320845974
25442026-08-28T21:27:34.759Zdflt 4.770778061
25452026-08-28T21:27:34.759Zkflt 0.000892570
25462026-08-28T21:27:34.760Zlock 58:44.634692565
25472026-08-28T21:27:34.760Zslp 45:43.357955778
25482026-08-28T21:27:34.760Zlat 50.734951987
25492026-08-28T21:27:34.760Zstop 6:32.088232430
25502026-08-28T21:27:34.760Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25512026-08-28T21:27:35.680Z Finished `release` profile [optimized] target(s) in 0.91s
25522026-08-28T21:27:35.758Z Running `target/release/omicron-package -t test package`
25532026-08-28T21:27:35.811ZLogging to: /work/oxidecomputer/omicron/out/LOG
25542026-08-28T21:27:37.280Z Compiling heck v0.5.0
25552026-08-28T21:27:37.285Z Compiling regress v0.11.1
25562026-08-28T21:27:37.518Z Compiling unsafe-libyaml v0.2.11
25572026-08-28T21:27:37.521Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25582026-08-28T21:27:37.567Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25592026-08-28T21:27:37.567Z Compiling derive-where v1.6.0
25602026-08-28T21:27:37.571Z Compiling bytecount v0.6.9
25612026-08-28T21:27:37.611Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25622026-08-28T21:27:37.649Z Compiling atomicwrites v0.4.4
25632026-08-28T21:27:37.649Z Compiling is-terminal v0.4.17
25642026-08-28T21:27:37.653Z Compiling prettyplease v0.2.37
25652026-08-28T21:27:37.653Z Compiling newline-converter v0.3.0
25662026-08-28T21:27:37.670Z Compiling console v0.15.11
25672026-08-28T21:27:37.734Z Compiling slog-dtrace v0.3.0
25682026-08-28T21:27:37.737Z Compiling cancel-safe-futures v0.1.5
25692026-08-28T21:27:37.798Z Compiling resolv-conf v0.7.6
25702026-08-28T21:27:37.821Z Compiling num-rational v0.4.2
25712026-08-28T21:27:37.846Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25722026-08-28T21:27:37.869Z Compiling num-complex v0.4.6
25732026-08-28T21:27:37.873Z Compiling thread_local v1.1.9
25742026-08-28T21:27:37.939Z Compiling match_cfg v0.1.0
25752026-08-28T21:27:38.033Z Compiling serde_yaml v0.9.34+deprecated
25762026-08-28T21:27:38.053Z Compiling compression-core v0.4.31
25772026-08-28T21:27:38.145Z Compiling expectorate v1.2.0
25782026-08-28T21:27:38.195Z Compiling compression-codecs v0.4.37
25792026-08-28T21:27:38.343Z Compiling num v0.4.3
25802026-08-28T21:27:38.373Z Compiling hostname v0.3.1
25812026-08-28T21:27:38.394Z Compiling multer v3.1.0
25822026-08-28T21:27:38.423Z Compiling slog-async v2.8.0
25832026-08-28T21:27:38.452Z Compiling crossbeam-channel v0.5.15
25842026-08-28T21:27:38.455Z Compiling slog-json v2.6.1
25852026-08-28T21:27:38.497Z Compiling serde_spanned v1.1.1
25862026-08-28T21:27:38.500Z Compiling toml_datetime v1.1.1+spec-1.1.0
25872026-08-28T21:27:38.539Z Compiling toml_writer v1.1.1+spec-1.1.0
25882026-08-28T21:27:38.625Z Compiling linked-hash-map v0.5.6
25892026-08-28T21:27:38.672Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25902026-08-28T21:27:38.706Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25912026-08-28T21:27:38.774Z Compiling take_mut v0.2.2
25922026-08-28T21:27:38.795Z Compiling linear-map v1.2.0
25932026-08-28T21:27:38.820Z Compiling term v1.2.1
25942026-08-28T21:27:38.823Z Compiling oxide-update-engine-types v0.1.2
25952026-08-28T21:27:38.843Z Compiling float-ord v0.3.2
25962026-08-28T21:27:38.865Z Compiling lru-cache v0.1.2
25972026-08-28T21:27:38.937Z Compiling toml v1.1.2+spec-1.1.0
25982026-08-28T21:27:38.941Z Compiling slog-bunyan v2.5.0
25992026-08-28T21:27:39.006Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
26002026-08-28T21:27:39.029Z Compiling async-compression v0.4.41
26012026-08-28T21:27:39.052Z Compiling typify-impl v0.6.2
26022026-08-28T21:27:39.130Z Compiling slog-term v2.9.2
26032026-08-28T21:27:39.343Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26042026-08-28T21:27:39.365Z Compiling dropshot v0.17.1
26052026-08-28T21:27:39.368Z Compiling async-stream v0.3.6
26062026-08-28T21:27:39.407Z Compiling sha1 v0.11.0
26072026-08-28T21:27:39.432Z Compiling progenitor-client v0.14.0
26082026-08-28T21:27:39.513Z Compiling oxide-generation v0.1.3
26092026-08-28T21:27:39.552Z Compiling waitgroup v0.1.2
26102026-08-28T21:27:39.582Z Compiling rustls-pemfile v2.2.0
26112026-08-28T21:27:39.669Z Compiling backon v1.6.0
26122026-08-28T21:27:39.690Z Compiling hostname v0.4.2
26132026-08-28T21:27:39.714Z Compiling serde_path_to_error v0.1.20
26142026-08-28T21:27:39.774Z Compiling instant v0.1.13
26152026-08-28T21:27:39.804Z Compiling debug-ignore v1.0.5
26162026-08-28T21:27:39.825Z Compiling minimal-lexical v0.2.1
26172026-08-28T21:27:39.860Z Compiling progenitor-extras v0.2.0
26182026-08-28T21:27:39.907Z Compiling backoff v0.4.0
26192026-08-28T21:27:39.928Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26202026-08-28T21:27:39.952Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26212026-08-28T21:27:40.059Z Compiling nom v7.1.3
26222026-08-28T21:27:40.100Z Compiling oxide-update-engine v0.1.2
26232026-08-28T21:27:40.123Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26242026-08-28T21:27:40.168Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26252026-08-28T21:27:40.171Z Compiling parse-display v0.10.0
26262026-08-28T21:27:40.213Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26272026-08-28T21:27:40.239Z Compiling hickory-proto v0.24.4
26282026-08-28T21:27:40.707Z Compiling regress v0.10.5
26292026-08-28T21:27:40.921Z Compiling itertools v0.14.0
26302026-08-28T21:27:41.425Z Compiling macaddr v1.0.1
26312026-08-28T21:27:41.449Z Compiling unicode-xid v0.2.6
26322026-08-28T21:27:41.472Z Compiling humantime v2.3.0
26332026-08-28T21:27:41.687Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26342026-08-28T21:27:41.747Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26352026-08-28T21:27:41.853Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26362026-08-28T21:27:41.877Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26372026-08-28T21:27:42.123Z Compiling toml v0.8.23
26382026-08-28T21:27:42.222Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26392026-08-28T21:27:42.244Z Compiling papergrid v0.11.0
26402026-08-28T21:27:42.503Z Compiling tabled_derive v0.7.0
26412026-08-28T21:27:42.542Z Compiling typify-macro v0.6.2
26422026-08-28T21:27:42.672Z Compiling termtree v0.5.1
26432026-08-28T21:27:42.697Z Compiling crossterm v0.29.0
26442026-08-28T21:27:42.697Z Compiling phf_shared v0.12.1
26452026-08-28T21:27:42.889Z Compiling hickory-resolver v0.24.4
26462026-08-28T21:27:42.955Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26472026-08-28T21:27:43.454Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26482026-08-28T21:27:43.518Z Compiling tabled v0.15.0
26492026-08-28T21:27:44.011Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26502026-08-28T21:27:44.102Z Compiling typify v0.6.2
26512026-08-28T21:27:44.396Z Compiling progenitor-impl v0.14.0
26522026-08-28T21:27:44.909Z Compiling qorb v0.4.1
26532026-08-28T21:27:44.979Z Compiling csv-core v0.1.13
26542026-08-28T21:27:45.438Z Compiling vte v0.14.1
26552026-08-28T21:27:45.557Z Compiling highway v1.3.0
26562026-08-28T21:27:45.696Z Compiling chrono-tz v0.10.4
26572026-08-28T21:27:45.939Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26582026-08-28T21:27:46.310Z Compiling strip-ansi-escapes v0.2.1
26592026-08-28T21:27:46.530Z Compiling progenitor-macro v0.14.0
26602026-08-28T21:27:47.450Z Compiling csv v1.4.0
26612026-08-28T21:27:47.776Z Compiling phf v0.12.1
26622026-08-28T21:27:47.982Z Compiling const_format_proc_macros v0.2.34
26632026-08-28T21:27:48.160Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26642026-08-28T21:27:48.342Z Compiling fd-lock v4.0.4
26652026-08-28T21:27:48.408Z Compiling peg-macros v0.8.5
26662026-08-28T21:27:48.432Z Compiling nu-ansi-term v0.50.3
26672026-08-28T21:27:48.778Z Compiling const_format v0.2.35
26682026-08-28T21:27:49.060Z Compiling reedline v0.40.0
26692026-08-28T21:27:49.301Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26702026-08-28T21:27:49.556Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26712026-08-28T21:27:49.705Z Compiling peg v0.8.5
26722026-08-28T21:27:49.809Z Compiling bcs v0.1.6
26732026-08-28T21:27:50.246Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26742026-08-28T21:27:50.284Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26752026-08-28T21:27:50.607Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26762026-08-28T21:27:50.652Z Compiling progenitor v0.14.0
26772026-08-28T21:27:50.836Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26782026-08-28T21:27:50.957Z Compiling nom v8.0.0
26792026-08-28T21:27:51.149Z Compiling semver v0.1.20
26802026-08-28T21:27:51.449Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26812026-08-28T21:27:51.556Z Compiling rustc_version v0.1.7
26822026-08-28T21:27:51.802Z Compiling newtype_derive v0.1.6
26832026-08-28T21:27:51.988Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26842026-08-28T21:27:52.034Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26852026-08-28T21:27:52.248Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26862026-08-28T21:27:52.423Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26872026-08-28T21:27:52.513Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26882026-08-28T21:27:53.053Z Compiling steno v0.4.1
26892026-08-28T21:27:53.476Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26902026-08-28T21:27:53.533Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26912026-08-28T21:27:53.689Z Compiling dropshot-api-manager-types v0.8.0
26922026-08-28T21:27:53.789Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26932026-08-28T21:27:53.946Z Compiling sha1 v0.10.6
26942026-08-28T21:27:54.205Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26952026-08-28T21:27:54.334Z Compiling tagptr v0.2.0
26962026-08-28T21:27:54.440Z Compiling utf-8 v0.7.6
26972026-08-28T21:27:54.559Z Compiling moka v0.12.13
26982026-08-28T21:27:54.694Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26992026-08-28T21:27:54.871Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27002026-08-28T21:27:55.017Z Compiling tungstenite v0.21.0
27012026-08-28T21:27:55.309Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
27022026-08-28T21:27:55.852Z Compiling hickory-resolver v0.25.2
27032026-08-28T21:27:56.584Z Compiling tokio-tungstenite v0.21.0
27042026-08-28T21:27:56.979Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27052026-08-28T21:27:57.149Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27062026-08-28T21:27:57.903Z Compiling darling_core v0.21.3
27072026-08-28T21:27:59.451Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27082026-08-28T21:27:59.523Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27092026-08-28T21:27:59.601Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27102026-08-28T21:28:00.056Z Compiling darling_macro v0.21.3
27112026-08-28T21:28:00.573Z Compiling display-error-chain v0.2.2
27122026-08-28T21:28:00.756Z Compiling darling v0.21.3
27132026-08-28T21:28:00.784Z Compiling libscf-sys v1.2.0
27142026-08-28T21:28:00.904Z Compiling vergen-lib v0.1.6
27152026-08-28T21:28:00.957Z Compiling diesel_derives v2.3.7
27162026-08-28T21:28:01.156Z Compiling dsl_auto_type v0.2.0
27172026-08-28T21:28:01.374Z Compiling scheduled-thread-pool v0.2.7
27182026-08-28T21:28:01.507Z Compiling vergen-gitcl v1.0.8
27192026-08-28T21:28:01.693Z Compiling diesel_table_macro_syntax v0.3.0
27202026-08-28T21:28:01.730Z Compiling dirs-sys-next v0.1.2
27212026-08-28T21:28:01.965Z Compiling glob v0.3.3
27222026-08-28T21:28:01.969Z Compiling maplit v1.0.2
27232026-08-28T21:28:01.988Z Compiling crunchy v0.2.4
27242026-08-28T21:28:02.087Z Compiling dirs-next v2.0.0
27252026-08-28T21:28:02.266Z Compiling r2d2 v0.8.10
27262026-08-28T21:28:02.288Z Compiling clang-sys v1.8.1
27272026-08-28T21:28:02.359Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27282026-08-28T21:28:02.412Z Compiling papergrid v0.18.0
27292026-08-28T21:28:02.462Z Compiling downcast-rs v2.0.2
27302026-08-28T21:28:02.578Z Compiling tiny-keccak v2.0.2
27312026-08-28T21:28:02.601Z Compiling xshell-macros v0.2.7
27322026-08-28T21:28:02.828Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27332026-08-28T21:28:02.858Z Compiling term v0.7.0
27342026-08-28T21:28:03.010Z Compiling xshell v0.2.7
27352026-08-28T21:28:03.032Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27362026-08-28T21:28:03.063Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27372026-08-28T21:28:03.178Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27382026-08-28T21:28:03.360Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27392026-08-28T21:28:03.409Z Compiling bit-vec v0.6.3
27402026-08-28T21:28:03.630Z Compiling tabled v0.21.0
27412026-08-28T21:28:03.656Z Compiling bit-set v0.5.3
27422026-08-28T21:28:03.850Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27432026-08-28T21:28:04.030Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27442026-08-28T21:28:04.272Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27452026-08-28T21:28:04.433Z Compiling ascii-canvas v3.0.0
27462026-08-28T21:28:04.551Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27472026-08-28T21:28:04.698Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27482026-08-28T21:28:04.730Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27492026-08-28T21:28:04.957Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27502026-08-28T21:28:05.138Z Compiling itertools v0.10.5
27512026-08-28T21:28:05.161Z Compiling ena v0.14.4
27522026-08-28T21:28:05.280Z Compiling libloading v0.8.9
27532026-08-28T21:28:05.433Z Compiling unicase v2.9.0
27542026-08-28T21:28:05.494Z Compiling regex-syntax v0.6.29
27552026-08-28T21:28:05.537Z Compiling diff v0.1.13
27562026-08-28T21:28:05.769Z Compiling bindgen v0.71.1
27572026-08-28T21:28:06.215Z Compiling cexpr v0.6.0
27582026-08-28T21:28:06.252Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27592026-08-28T21:28:06.488Z Compiling rustc-hash v2.1.1
27602026-08-28T21:28:06.654Z Compiling crc8 v0.1.1
27612026-08-28T21:28:06.690Z Compiling diesel v2.3.7
27622026-08-28T21:28:06.857Z Compiling lalrpop v0.19.12
27632026-08-28T21:28:07.060Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27642026-08-28T21:28:07.083Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27652026-08-28T21:28:07.387Z Compiling headers-core v0.3.0
27662026-08-28T21:28:07.590Z Compiling libxml v0.3.3
27672026-08-28T21:28:07.887Z Compiling headers v0.4.1
27682026-08-28T21:28:08.049Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27692026-08-28T21:28:08.246Z Compiling strum_macros v0.24.3
27702026-08-28T21:28:08.269Z Compiling indoc v1.0.9
27712026-08-28T21:28:08.346Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27722026-08-28T21:28:08.565Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
27732026-08-28T21:28:08.703Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27742026-08-28T21:28:08.956Z Compiling derive_builder v0.20.2
27752026-08-28T21:28:09.009Z Compiling oso-derive v0.27.3
27762026-08-28T21:28:09.036Z Compiling quick-xml v0.37.5
27772026-08-28T21:28:09.131Z Compiling impl-trait-for-tuples v0.2.3
27782026-08-28T21:28:10.513Z Compiling openssl-probe v0.1.6
27792026-08-28T21:28:10.518Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27802026-08-28T21:28:10.518Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27812026-08-28T21:28:10.518Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27822026-08-28T21:28:10.518Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27832026-08-28T21:28:10.518Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27842026-08-28T21:28:10.518Z Compiling bb8 v0.8.6
27852026-08-28T21:28:10.518Z Compiling trait-variant v0.1.2
27862026-08-28T21:28:10.532Z Compiling proc-macro-error-attr2 v2.0.0
27872026-08-28T21:28:10.788Z Compiling half v1.8.3
27882026-08-28T21:28:10.981Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27892026-08-28T21:28:11.036Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27902026-08-28T21:28:11.067Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27912026-08-28T21:28:11.228Z Compiling serde_cbor v0.11.2
27922026-08-28T21:28:11.299Z Compiling proc-macro-error2 v2.0.1
27932026-08-28T21:28:11.519Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27942026-08-28T21:28:11.618Z Compiling hashbrown v0.14.5
27952026-08-28T21:28:11.725Z Compiling rfc6979 v0.4.0
27962026-08-28T21:28:11.746Z Compiling salty v0.3.0
27972026-08-28T21:28:11.891Z Compiling ecdsa v0.16.9
27982026-08-28T21:28:12.080Z Compiling knus-derive v3.4.0
27992026-08-28T21:28:12.197Z Compiling chumsky v0.9.3
28002026-08-28T21:28:12.255Z Compiling samael v0.0.19
28012026-08-28T21:28:12.324Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
28022026-08-28T21:28:12.370Z Compiling progenitor-impl v0.13.0
28032026-08-28T21:28:12.522Z Compiling primeorder v0.13.6
28042026-08-28T21:28:12.815Z Compiling nonempty v0.12.0
28052026-08-28T21:28:13.044Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28062026-08-28T21:28:13.449Z Compiling p384 v0.13.1
28072026-08-28T21:28:13.471Z Compiling knus v3.4.0
28082026-08-28T21:28:14.341Z Compiling polar-core v0.27.3
28092026-08-28T21:28:14.398Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28102026-08-28T21:28:14.509Z Compiling progenitor-macro v0.13.0
28112026-08-28T21:28:15.012Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
28122026-08-28T21:28:15.471Z Compiling progenitor-client v0.13.0
28132026-08-28T21:28:15.661Z Compiling fxhash v0.2.1
28142026-08-28T21:28:15.830Z Compiling libz-sys v1.1.24
28152026-08-28T21:28:16.020Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28162026-08-28T21:28:16.053Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
28172026-08-28T21:28:16.321Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28182026-08-28T21:28:16.699Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28192026-08-28T21:28:16.937Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28202026-08-28T21:28:17.229Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28212026-08-28T21:28:17.656Z Compiling kstat-rs v0.2.5
28222026-08-28T21:28:18.329Z Compiling mime_guess v2.0.5
28232026-08-28T21:28:18.607Z Compiling progenitor v0.13.0
28242026-08-28T21:28:18.802Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28252026-08-28T21:28:19.856Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28262026-08-28T21:28:20.253Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28272026-08-28T21:28:20.348Z Compiling nanorand v0.7.0
28282026-08-28T21:28:20.733Z Compiling libgit2-sys v0.18.3+1.9.2
28292026-08-28T21:28:20.869Z Compiling parking_lot_core v0.8.6
28302026-08-28T21:28:21.110Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28312026-08-28T21:28:21.197Z Compiling flume v0.11.1
28322026-08-28T21:28:21.282Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28332026-08-28T21:28:21.737Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28342026-08-28T21:28:22.362Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28352026-08-28T21:28:22.435Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28362026-08-28T21:28:22.910Z Compiling git-stub v1.0.0
28372026-08-28T21:28:23.106Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28382026-08-28T21:28:23.179Z Compiling http-range v0.1.5
28392026-08-28T21:28:23.367Z Compiling oso v0.27.3
28402026-08-28T21:28:23.515Z Compiling corncobs v0.1.4
28412026-08-28T21:28:23.572Z Compiling instability v0.3.11
28422026-08-28T21:28:23.767Z Compiling strsim v0.10.0
28432026-08-28T21:28:23.831Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28442026-08-28T21:28:24.407Z Compiling async-bb8-diesel v0.2.1
28452026-08-28T21:28:24.572Z Compiling diesel-dtrace v0.5.0
28462026-08-28T21:28:24.876Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28472026-08-28T21:28:24.933Z Compiling darling_core v0.13.4
28482026-08-28T21:28:26.624Z Compiling git-stub-vcs v0.1.0
28492026-08-28T21:28:26.987Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28502026-08-28T21:28:28.155Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28512026-08-28T21:28:28.394Z Compiling ignore v0.4.25
28522026-08-28T21:28:29.348Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28532026-08-28T21:28:29.477Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28542026-08-28T21:28:29.814Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28552026-08-28T21:28:29.950Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28562026-08-28T21:28:30.218Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28572026-08-28T21:28:31.140Z Compiling anstyle-parse v0.2.7
28582026-08-28T21:28:31.417Z Compiling secrecy v0.8.0
28592026-08-28T21:28:31.579Z Compiling castaway v0.2.4
28602026-08-28T21:28:31.613Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28612026-08-28T21:28:31.653Z Compiling vergen-git2 v9.1.0
28622026-08-28T21:28:31.743Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28632026-08-28T21:28:31.888Z Compiling indoc v2.0.7
28642026-08-28T21:28:32.084Z Compiling compact_str v0.8.1
28652026-08-28T21:28:33.052Z Compiling anstream v0.6.21
28662026-08-28T21:28:33.175Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28672026-08-28T21:28:33.276Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28682026-08-28T21:28:33.622Z Compiling globwalk v0.9.1
28692026-08-28T21:28:33.836Z Compiling parking_lot v0.11.2
28702026-08-28T21:28:34.038Z Compiling hyper-staticfile v0.10.1
28712026-08-28T21:28:34.277Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28722026-08-28T21:28:34.745Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28732026-08-28T21:28:34.974Z Compiling darling_macro v0.13.4
28742026-08-28T21:28:35.000Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28752026-08-28T21:28:35.178Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28762026-08-28T21:28:35.248Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28772026-08-28T21:28:35.500Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28782026-08-28T21:28:35.826Z Compiling predicates-tree v1.0.13
28792026-08-28T21:28:36.240Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28802026-08-28T21:28:36.309Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28812026-08-28T21:28:36.464Z Compiling unicode-truncate v1.1.0
28822026-08-28T21:28:36.571Z Compiling digest-io v0.1.0
28832026-08-28T21:28:36.674Z Compiling sha2 v0.11.0
28842026-08-28T21:28:36.751Z Compiling lru v0.12.5
28852026-08-28T21:28:36.982Z Compiling prefix-trie v0.7.0
28862026-08-28T21:28:37.117Z Compiling rand_seeder v0.4.0
28872026-08-28T21:28:37.380Z Compiling cassowary v0.3.0
28882026-08-28T21:28:37.402Z Compiling rawzip v0.4.4
28892026-08-28T21:28:37.495Z Compiling hickory-server v0.25.2
28902026-08-28T21:28:37.560Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28912026-08-28T21:28:37.681Z Compiling ratatui v0.29.0
28922026-08-28T21:28:37.773Z Compiling camino-tempfile-ext v0.3.3
28932026-08-28T21:28:37.805Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28942026-08-28T21:28:38.230Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28952026-08-28T21:28:38.356Z Compiling darling v0.13.4
28962026-08-28T21:28:38.521Z Compiling sled v0.34.7
28972026-08-28T21:28:38.543Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28982026-08-28T21:28:38.944Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28992026-08-28T21:28:40.922Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
29002026-08-28T21:28:41.390Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29012026-08-28T21:28:41.614Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29022026-08-28T21:28:42.541Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29032026-08-28T21:28:43.986Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29042026-08-28T21:28:44.603Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
29052026-08-28T21:28:46.081Z Compiling serde_with_macros v1.5.2
29062026-08-28T21:28:46.110Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
29072026-08-28T21:28:46.249Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
29082026-08-28T21:28:46.479Z Compiling git2 v0.20.4
29092026-08-28T21:28:46.579Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29102026-08-28T21:28:46.818Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29112026-08-28T21:28:46.892Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29122026-08-28T21:28:47.054Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29132026-08-28T21:28:47.223Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29142026-08-28T21:28:47.296Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29152026-08-28T21:28:47.456Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29162026-08-28T21:28:47.488Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29172026-08-28T21:28:47.519Z Compiling arc-swap v1.8.2
29182026-08-28T21:28:47.687Z Compiling void v1.0.2
29192026-08-28T21:28:47.803Z Compiling lzss v0.8.2
29202026-08-28T21:28:47.858Z Compiling slog-scope v4.4.1
29212026-08-28T21:28:48.106Z Compiling serde_with v1.14.0
29222026-08-28T21:28:48.170Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29232026-08-28T21:28:48.275Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29242026-08-28T21:28:49.321Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29252026-08-28T21:28:49.579Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29262026-08-28T21:28:49.730Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29272026-08-28T21:28:50.058Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29282026-08-28T21:28:50.146Z Compiling scuffle v0.1.0
29292026-08-28T21:28:50.313Z Compiling tungstenite v0.23.0
29302026-08-28T21:28:50.474Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29312026-08-28T21:28:52.003Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29322026-08-28T21:28:52.224Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29332026-08-28T21:28:52.382Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29342026-08-28T21:28:52.581Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29352026-08-28T21:28:52.625Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29362026-08-28T21:28:52.809Z Compiling nix v0.27.1
29372026-08-28T21:28:52.880Z Compiling twox-hash v2.1.2
29382026-08-28T21:28:53.409Z Compiling libsw-core v0.3.2
29392026-08-28T21:28:53.432Z Compiling atty v0.2.14
29402026-08-28T21:28:53.579Z Compiling serde_bytes v0.11.19
29412026-08-28T21:28:53.634Z Compiling libsw v3.5.0
29422026-08-28T21:28:53.867Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29432026-08-28T21:28:53.963Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29442026-08-28T21:28:53.986Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29452026-08-28T21:28:54.014Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29462026-08-28T21:28:54.310Z Compiling tokio-tungstenite v0.23.1
29472026-08-28T21:28:54.709Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29482026-08-28T21:28:55.015Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29492026-08-28T21:28:55.164Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29502026-08-28T21:28:56.109Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29512026-08-28T21:28:57.456Z Compiling slog-stdlog v4.1.1
29522026-08-28T21:28:57.848Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29532026-08-28T21:28:58.198Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29542026-08-28T21:28:58.652Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29552026-08-28T21:28:59.109Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29562026-08-28T21:29:00.247Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29572026-08-28T21:29:00.607Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29582026-08-28T21:29:00.963Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29592026-08-28T21:29:02.623Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29602026-08-28T21:29:03.192Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29612026-08-28T21:29:03.593Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29622026-08-28T21:29:03.864Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29632026-08-28T21:29:04.197Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29642026-08-28T21:29:04.930Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29652026-08-28T21:29:07.530Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29662026-08-28T21:29:08.221Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29672026-08-28T21:29:08.422Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29682026-08-28T21:29:10.310Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29692026-08-28T21:29:11.153Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29702026-08-28T21:29:11.420Z Compiling signal-hook-tokio v0.3.1
29712026-08-28T21:29:11.449Z Compiling fatfs v0.3.6
29722026-08-28T21:29:11.621Z Compiling yasna v0.5.2
29732026-08-28T21:29:11.759Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29742026-08-28T21:29:11.940Z Compiling seq-macro v0.3.6
29752026-08-28T21:29:12.432Z Compiling assert_matches v1.5.0
29762026-08-28T21:29:12.539Z Compiling rcgen v0.12.1
29772026-08-28T21:29:12.714Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29782026-08-28T21:29:13.120Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29792026-08-28T21:29:13.170Z Compiling slog-envlogger v2.2.0
29802026-08-28T21:29:13.587Z Compiling oxide-update-engine-display v0.1.2
29812026-08-28T21:29:14.309Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29822026-08-28T21:29:14.520Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29832026-08-28T21:29:15.509Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29842026-08-28T21:29:15.741Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29852026-08-28T21:29:15.997Z Compiling port-file v0.1.0
29862026-08-28T21:29:16.226Z Compiling rtoolbox v0.0.3
29872026-08-28T21:29:16.383Z Compiling subprocess v0.2.15
29882026-08-28T21:29:16.502Z Compiling rpassword v7.5.4
29892026-08-28T21:29:16.981Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29902026-08-28T21:29:17.203Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29912026-08-28T21:29:18.387Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29922026-08-28T21:29:18.528Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29932026-08-28T21:29:18.667Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29942026-08-28T21:29:19.215Z Compiling tui-tree-widget v0.23.1
29952026-08-28T21:29:19.503Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29962026-08-28T21:29:20.636Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29972026-08-28T21:29:22.612Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29982026-08-28T21:29:23.077Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29992026-08-28T21:29:23.322Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30002026-08-28T21:29:23.555Z Compiling uzers v0.12.2
30012026-08-28T21:29:23.890Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30022026-08-28T21:29:24.817Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30032026-08-28T21:29:24.940Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30042026-08-28T21:29:26.695Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30052026-08-28T21:29:26.924Z Compiling support-bundle-viewer v0.1.2
30062026-08-28T21:29:26.996Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30072026-08-28T21:29:28.788Z Compiling multimap v0.10.1
30082026-08-28T21:29:36.818Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30092026-08-28T21:29:39.348Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30102026-08-28T21:29:42.709Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30112026-08-28T21:29:47.203Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30122026-08-28T21:29:49.646Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30132026-08-28T21:37:37.501Z Finished `release` profile [optimized] target(s) in 10m 01s
30142026-08-28T21:37:37.505Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30152026-08-28T21:37:37.505Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30162026-08-28T21:38:36.447Z
30172026-08-28T21:38:36.447Zreal 11:01.657736306
30182026-08-28T21:38:36.448Zuser 1:22:48.335022106
30192026-08-28T21:38:36.452Zsys 3:42.115123288
30202026-08-28T21:38:36.452Ztrap 1.875539406
30212026-08-28T21:38:36.452Ztflt 2.092824617
30222026-08-28T21:38:36.452Zdflt 20.562431511
30232026-08-28T21:38:36.452Zkflt 0.005173589
30242026-08-28T21:38:36.452Zlock 8:08:57.756347788
30252026-08-28T21:38:36.452Zslp 2:21:15.994227395
30262026-08-28T21:38:36.452Zlat 2:33.423841526
30272026-08-28T21:38:36.452Zstop 5:37.349466967
30282026-08-28T21:38:36.452Z+ mapfile -t packages
30292026-08-28T21:38:36.453Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30302026-08-28T21:38:37.422Z Finished `release` profile [optimized] target(s) in 0.96s
30312026-08-28T21:38:37.500Z Running `target/release/omicron-package -t test list-outputs`
30322026-08-28T21:38:37.560ZLogging to: /work/oxidecomputer/omicron/out/LOG
30332026-08-28T21:38:37.563Z+ ptime -m cargo build --locked --release -p xtask
30342026-08-28T21:38:38.050Z Compiling libc v0.2.185
30352026-08-28T21:38:38.050Z Compiling serde_core v1.0.228
30362026-08-28T21:38:38.050Z Compiling serde v1.0.228
30372026-08-28T21:38:38.054Z Compiling rustix v1.1.4
30382026-08-28T21:38:38.054Z Compiling serde_json v1.0.151
30392026-08-28T21:38:38.183Z Compiling bitflags v2.11.0
30402026-08-28T21:38:38.214Z Compiling syn v2.0.117
30412026-08-28T21:38:38.214Z Compiling usdt-impl v0.5.0
30422026-08-28T21:38:38.217Z Compiling syn v1.0.109
30432026-08-28T21:38:38.247Z Compiling getrandom v0.4.3
30442026-08-28T21:38:38.260Z Compiling log v0.4.33
30452026-08-28T21:38:38.268Z Compiling indexmap v2.14.0
30462026-08-28T21:38:38.284Z Compiling fs-err v3.3.0
30472026-08-28T21:38:38.428Z Compiling once_cell v1.21.3
30482026-08-28T21:38:38.505Z Compiling heck v0.4.1
30492026-08-28T21:38:38.531Z Compiling anyhow v1.0.104
30502026-08-28T21:38:38.881Z Compiling errno v0.3.14
30512026-08-28T21:38:38.881Z Compiling thread-id v4.2.2
30522026-08-28T21:38:38.884Z Compiling memmap v0.7.0
30532026-08-28T21:38:39.683Z Compiling proc-macro-error v1.0.4
30542026-08-28T21:38:39.849Z Compiling terminal_size v0.4.3
30552026-08-28T21:38:39.849Z Compiling tempfile v3.27.0
30562026-08-28T21:38:39.946Z Compiling tabled_derive v0.7.0
30572026-08-28T21:38:39.957Z Compiling clap_builder v4.6.0
30582026-08-28T21:38:39.961Z Compiling textwrap v0.16.2
30592026-08-28T21:38:40.321Z Compiling camino v1.2.5
30602026-08-28T21:38:40.324Z Compiling semver v1.0.28
30612026-08-28T21:38:40.347Z Compiling cargo-platform v0.3.2
30622026-08-28T21:38:40.360Z Compiling pest_generator v2.8.6
30632026-08-28T21:38:40.640Z Compiling camino-tempfile v1.4.1
30642026-08-28T21:38:40.694Z Compiling tabled v0.15.0
30652026-08-28T21:38:40.820Z Compiling serde_derive v1.0.228
30662026-08-28T21:38:40.824Z Compiling thiserror-impl v1.0.69
30672026-08-28T21:38:40.824Z Compiling zerocopy-derive v0.7.35
30682026-08-28T21:38:40.824Z Compiling scroll_derive v0.12.1
30692026-08-28T21:38:40.824Z Compiling thiserror-impl v2.0.18
30702026-08-28T21:38:40.824Z Compiling clap_derive v4.6.1
30712026-08-28T21:38:40.909Z Compiling pest_derive v2.8.6
30722026-08-28T21:38:41.558Z Compiling scroll v0.12.0
30732026-08-28T21:38:41.669Z Compiling zerocopy v0.7.35
30742026-08-28T21:38:41.822Z Compiling goblin v0.8.2
30752026-08-28T21:38:42.004Z Compiling thiserror v1.0.69
30762026-08-28T21:38:42.059Z Compiling thiserror v2.0.18
30772026-08-28T21:38:42.119Z Compiling dtrace-parser v0.2.0
30782026-08-28T21:38:42.376Z Compiling clap v4.6.1
30792026-08-28T21:38:43.994Z Compiling dof v0.3.0
30802026-08-28T21:38:44.023Z Compiling toml_datetime v0.6.11
30812026-08-28T21:38:44.044Z Compiling serde_spanned v0.6.9
30822026-08-28T21:38:44.070Z Compiling serde_tokenstream v0.2.3
30832026-08-28T21:38:44.081Z Compiling cargo_metadata v0.23.1
30842026-08-28T21:38:44.171Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30852026-08-28T21:38:44.213Z Compiling macaddr v1.0.1
30862026-08-28T21:38:44.372Z Compiling toml_edit v0.22.27
30872026-08-28T21:38:44.799Z Compiling usdt-attr-macro v0.5.0
30882026-08-28T21:38:44.803Z Compiling usdt-macro v0.5.0
30892026-08-28T21:38:45.453Z Compiling usdt v0.5.0
30902026-08-28T21:38:45.895Z Compiling toml v0.8.23
30912026-08-28T21:38:46.323Z Compiling cargo_toml v0.21.0
30922026-08-28T21:38:50.739Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30932026-08-28T21:38:53.968Z Finished `release` profile [optimized] target(s) in 16.39s
30942026-08-28T21:38:54.111Z
30952026-08-28T21:38:54.111Zreal 16.512147857
30962026-08-28T21:38:54.111Zuser 2:05.717484624
30972026-08-28T21:38:54.111Zsys 13.532692735
30982026-08-28T21:38:54.111Ztrap 0.062232427
30992026-08-28T21:38:54.111Ztflt 0.423510670
31002026-08-28T21:38:54.111Zdflt 1.333833834
31012026-08-28T21:38:54.114Zkflt 0.000017326
31022026-08-28T21:38:54.114Zlock 4:47.042992989
31032026-08-28T21:38:54.114Zslp 2:41.020828413
31042026-08-28T21:38:54.114Zlat 4.910632955
31052026-08-28T21:38:54.115Zstop 16.367440482
31062026-08-28T21:38:54.115Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
31072026-08-28T21:38:54.115Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
31082026-08-28T21:38:54.115Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
31092026-08-28T21:38:54.115Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
31102026-08-28T21:38:54.115Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
31112026-08-28T21:38:55.074Z Compiling match_cfg v0.1.0
31122026-08-28T21:38:55.074Z Compiling progenitor-client v0.14.0
31132026-08-28T21:38:55.074Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31142026-08-28T21:38:55.078Z Compiling slog-json v2.6.1
31152026-08-28T21:38:55.078Z Compiling newtype-uuid-macros v0.1.0
31162026-08-28T21:38:55.078Z Compiling sha1 v0.11.0
31172026-08-28T21:38:55.078Z Compiling multer v3.1.0
31182026-08-28T21:38:55.078Z Compiling compression-core v0.4.31
31192026-08-28T21:38:55.078Z Compiling debug-ignore v1.0.5
31202026-08-28T21:38:55.078Z Compiling async-stream-impl v0.3.6
31212026-08-28T21:38:55.225Z Compiling toml_datetime v1.1.1+spec-1.1.0
31222026-08-28T21:38:55.228Z Compiling serde_spanned v1.1.1
31232026-08-28T21:38:55.228Z Compiling dropshot v0.17.1
31242026-08-28T21:38:55.242Z Compiling toml_writer v1.1.1+spec-1.1.0
31252026-08-28T21:38:55.365Z Compiling waitgroup v0.1.2
31262026-08-28T21:38:55.393Z Compiling rustls-pemfile v2.2.0
31272026-08-28T21:38:55.396Z Compiling dropshot_endpoint v0.17.1
31282026-08-28T21:38:55.463Z Compiling compression-codecs v0.4.37
31292026-08-28T21:38:55.515Z Compiling hostname v0.4.2
31302026-08-28T21:38:55.526Z Compiling serde_path_to_error v0.1.20
31312026-08-28T21:38:55.582Z Compiling hostname v0.3.1
31322026-08-28T21:38:55.601Z Compiling toml v1.1.2+spec-1.1.0
31332026-08-28T21:38:55.638Z Compiling atomicwrites v0.4.4
31342026-08-28T21:38:55.641Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31352026-08-28T21:38:55.657Z Compiling async-compression v0.4.41
31362026-08-28T21:38:55.661Z Compiling macaddr v1.0.1
31372026-08-28T21:38:55.779Z Compiling slog-bunyan v2.5.0
31382026-08-28T21:38:55.783Z Compiling serde_tokenstream v0.3.0
31392026-08-28T21:38:55.783Z Compiling oxide-generation v0.1.3
31402026-08-28T21:38:55.783Z Compiling instant v0.1.13
31412026-08-28T21:38:55.826Z Compiling regress v0.10.5
31422026-08-28T21:38:55.934Z Compiling parse-display-derive v0.10.0
31432026-08-28T21:38:55.960Z Compiling backon v1.6.0
31442026-08-28T21:38:55.978Z Compiling async-stream v0.3.6
31452026-08-28T21:38:55.978Z Compiling backoff v0.4.0
31462026-08-28T21:38:56.014Z Compiling itertools v0.14.0
31472026-08-28T21:38:56.018Z Compiling humantime v2.3.0
31482026-08-28T21:38:56.050Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31492026-08-28T21:38:56.053Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31502026-08-28T21:38:56.112Z Compiling half v2.7.1
31512026-08-28T21:38:56.132Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31522026-08-28T21:38:56.158Z Compiling oxide-generation-macros v0.2.0
31532026-08-28T21:38:56.179Z Compiling progenitor-extras v0.2.0
31542026-08-28T21:38:56.198Z Compiling ciborium-io v0.2.2
31552026-08-28T21:38:56.198Z Compiling crucible-workspace-hack v0.1.0
31562026-08-28T21:38:56.232Z Compiling convert_case v0.4.0
31572026-08-28T21:38:56.250Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31582026-08-28T21:38:56.284Z Compiling regress v0.11.1
31592026-08-28T21:38:56.315Z Compiling secrecy v0.10.3
31602026-08-28T21:38:56.331Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31612026-08-28T21:38:56.435Z Compiling ciborium-ll v0.2.2
31622026-08-28T21:38:56.467Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31632026-08-28T21:38:56.492Z Compiling inout v0.1.4
31642026-08-28T21:38:56.512Z Compiling thiserror-impl-no-std v2.0.2
31652026-08-28T21:38:56.534Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31662026-08-28T21:38:56.552Z Compiling universal-hash v0.5.1
31672026-08-28T21:38:56.628Z Compiling derive_more v0.99.20
31682026-08-28T21:38:56.671Z Compiling ciborium v0.2.2
31692026-08-28T21:38:56.689Z Compiling cipher v0.4.4
31702026-08-28T21:38:56.710Z Compiling opaque-debug v0.3.1
31712026-08-28T21:38:56.728Z Compiling unsafe-libyaml v0.2.11
31722026-08-28T21:38:57.775Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31732026-08-28T21:38:57.778Z Compiling poly1305 v0.8.0
31742026-08-28T21:38:57.778Z Compiling blake2 v0.10.6
31752026-08-28T21:38:57.778Z Compiling chacha20 v0.9.1
31762026-08-28T21:38:57.778Z Compiling aead v0.5.2
31772026-08-28T21:38:57.778Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31782026-08-28T21:38:57.778Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31792026-08-28T21:38:57.778Z Compiling password-hash v0.5.0
31802026-08-28T21:38:57.778Z Compiling indent_write v2.2.0
31812026-08-28T21:38:57.778Z Compiling serde_yaml v0.9.34+deprecated
31822026-08-28T21:38:57.778Z Compiling chacha20poly1305 v0.10.1
31832026-08-28T21:38:57.778Z Compiling toml_datetime v0.7.5+spec-1.1.0
31842026-08-28T21:38:57.779Z Compiling num-derive v0.4.2
31852026-08-28T21:38:57.779Z Compiling heapless v0.8.0
31862026-08-28T21:38:57.779Z Compiling ingot-macros v0.2.0
31872026-08-28T21:38:57.779Z Compiling tabwriter v1.4.1
31882026-08-28T21:38:57.779Z Compiling argon2 v0.5.3
31892026-08-28T21:38:57.779Z Compiling toml_edit v0.23.10+spec-1.0.0
31902026-08-28T21:38:57.779Z Compiling hash32 v0.3.1
31912026-08-28T21:38:57.779Z Compiling parse-display v0.10.0
31922026-08-28T21:38:57.779Z Compiling thiserror-no-std v2.0.2
31932026-08-28T21:38:57.802Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31942026-08-28T21:38:57.867Z Compiling vsss-rs v3.3.4
31952026-08-28T21:38:57.899Z Compiling smoltcp v0.11.0
31962026-08-28T21:38:57.969Z Compiling typify-impl v0.6.2
31972026-08-28T21:38:58.036Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31982026-08-28T21:38:58.272Z Compiling proc-macro-crate v3.4.0
31992026-08-28T21:38:58.359Z Compiling cobs v0.3.0
32002026-08-28T21:38:58.414Z Compiling colored v3.1.1
32012026-08-28T21:38:58.570Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32022026-08-28T21:38:58.591Z Compiling illumos-nvpair-sys v0.2.0
32032026-08-28T21:38:58.746Z Compiling postcard v1.1.3
32042026-08-28T21:38:58.807Z Compiling proc-macro-error v1.0.4
32052026-08-28T21:38:58.838Z Compiling rand v0.10.1
32062026-08-28T21:38:58.841Z Compiling proc-macro-crate v1.3.1
32072026-08-28T21:38:58.892Z Compiling num_enum_derive v0.7.6
32082026-08-28T21:38:58.913Z Compiling foreign-types-macros v0.2.3
32092026-08-28T21:38:58.916Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32102026-08-28T21:38:59.111Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32112026-08-28T21:38:59.129Z Compiling rayon-core v1.13.0
32122026-08-28T21:38:59.147Z Compiling foreign-types-shared v0.3.1
32132026-08-28T21:38:59.247Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32142026-08-28T21:38:59.306Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32152026-08-28T21:38:59.324Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32162026-08-28T21:38:59.381Z Compiling num_enum_derive v0.5.11
32172026-08-28T21:38:59.435Z Compiling crossbeam-deque v0.8.6
32182026-08-28T21:38:59.490Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32192026-08-28T21:38:59.543Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32202026-08-28T21:38:59.561Z Compiling cstr-argument v0.1.2
32212026-08-28T21:38:59.565Z Compiling foreign-types v0.5.0
32222026-08-28T21:38:59.647Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32232026-08-28T21:38:59.686Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32242026-08-28T21:38:59.702Z Compiling illumos-nvpair v0.3.0
32252026-08-28T21:38:59.743Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32262026-08-28T21:38:59.887Z Compiling zone_cfg_derive v0.3.1
32272026-08-28T21:38:59.959Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32282026-08-28T21:38:59.977Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32292026-08-28T21:38:59.980Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32302026-08-28T21:39:00.032Z Compiling num_enum v0.7.6
32312026-08-28T21:39:00.050Z Compiling itertools v0.12.1
32322026-08-28T21:39:00.113Z Compiling rayon v1.11.0
32332026-08-28T21:39:00.131Z Compiling sigpipe v0.1.3
32342026-08-28T21:39:00.150Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32352026-08-28T21:39:00.177Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32362026-08-28T21:39:00.220Z Compiling glob v0.3.3
32372026-08-28T21:39:00.223Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32382026-08-28T21:39:00.256Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32392026-08-28T21:39:00.382Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32402026-08-28T21:39:00.425Z Compiling smf v0.2.3
32412026-08-28T21:39:00.462Z Compiling cpubits v0.1.1
32422026-08-28T21:39:00.482Z Compiling ingot-types v0.2.0
32432026-08-28T21:39:00.508Z Compiling whoami v1.6.1
32442026-08-28T21:39:00.526Z Compiling num_enum v0.5.11
32452026-08-28T21:39:00.566Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32462026-08-28T21:39:00.590Z Compiling gethostname v0.5.0
32472026-08-28T21:39:00.607Z Compiling derive-where v1.6.0
32482026-08-28T21:39:00.649Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32492026-08-28T21:39:00.673Z Compiling usdt-attr-macro v0.5.0
32502026-08-28T21:39:00.725Z Compiling usdt-macro v0.5.0
32512026-08-28T21:39:00.743Z Compiling num-rational v0.4.2
32522026-08-28T21:39:00.785Z Compiling num-complex v0.4.6
32532026-08-28T21:39:00.823Z Compiling memmap v0.7.0
32542026-08-28T21:39:00.929Z Compiling ingot v0.2.1
32552026-08-28T21:39:00.997Z Compiling toml v0.8.23
32562026-08-28T21:39:01.033Z Compiling pem-rfc7468 v1.0.0
32572026-08-28T21:39:01.201Z Compiling num v0.4.3
32582026-08-28T21:39:01.250Z Compiling zone v0.3.1
32592026-08-28T21:39:01.297Z Compiling float-ord v0.3.2
32602026-08-28T21:39:01.324Z Compiling resolv-conf v0.7.6
32612026-08-28T21:39:01.346Z Compiling cancel-safe-futures v0.1.5
32622026-08-28T21:39:01.367Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32632026-08-28T21:39:01.448Z Compiling hmac v0.13.0
32642026-08-28T21:39:01.553Z Compiling universal-hash v0.6.1
32652026-08-28T21:39:01.571Z Compiling usdt v0.5.0
32662026-08-28T21:39:01.655Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32672026-08-28T21:39:01.673Z Compiling sha1 v0.10.6
32682026-08-28T21:39:01.700Z Compiling libefi-sys v0.1.0
32692026-08-28T21:39:01.718Z Compiling prettyplease v0.2.37
32702026-08-28T21:39:01.893Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32712026-08-28T21:39:01.912Z Compiling linear-map v1.2.0
32722026-08-28T21:39:01.949Z Compiling polyval v0.7.1
32732026-08-28T21:39:01.949Z Compiling der v0.8.0
32742026-08-28T21:39:01.986Z Compiling hickory-proto v0.24.4
32752026-08-28T21:39:01.990Z Compiling newline-converter v0.3.0
32762026-08-28T21:39:01.990Z Compiling oxide-update-engine-types v0.1.2
32772026-08-28T21:39:01.990Z Compiling console v0.15.11
32782026-08-28T21:39:02.081Z Compiling bitfield-struct v0.6.2
32792026-08-28T21:39:02.124Z Compiling linked-hash-map v0.5.6
32802026-08-28T21:39:02.172Z Compiling ghash v0.6.0
32812026-08-28T21:39:02.346Z Compiling lru-cache v0.1.2
32822026-08-28T21:39:02.415Z Compiling expectorate v1.2.0
32832026-08-28T21:39:02.558Z Compiling pbkdf2 v0.13.0
32842026-08-28T21:39:02.585Z Compiling aes v0.9.1
32852026-08-28T21:39:02.612Z Compiling crypto-bigint v0.7.5
32862026-08-28T21:39:02.639Z Compiling typify-macro v0.6.2
32872026-08-28T21:39:02.656Z Compiling ctr v0.10.1
32882026-08-28T21:39:02.719Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32892026-08-28T21:39:02.737Z Compiling aead v0.6.1
32902026-08-28T21:39:02.827Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32912026-08-28T21:39:02.904Z Compiling sha2 v0.11.0
32922026-08-28T21:39:02.931Z Compiling nom v8.0.0
32932026-08-28T21:39:02.935Z Compiling semver v0.1.20
32942026-08-28T21:39:02.968Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32952026-08-28T21:39:03.073Z Compiling aes-gcm v0.11.0
32962026-08-28T21:39:03.152Z Compiling oxide-update-engine v0.1.2
32972026-08-28T21:39:03.282Z Compiling rustc_version v0.1.7
32982026-08-28T21:39:03.308Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32992026-08-28T21:39:03.312Z Compiling spki v0.8.0
33002026-08-28T21:39:03.345Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
33012026-08-28T21:39:03.476Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33022026-08-28T21:39:03.561Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33032026-08-28T21:39:03.579Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33042026-08-28T21:39:03.596Z Compiling tokio-dtrace v0.1.1
33052026-08-28T21:39:03.729Z Compiling dropshot-api-manager-types v0.8.0
33062026-08-28T21:39:03.760Z Compiling salsa20 v0.11.0
33072026-08-28T21:39:03.798Z Compiling slog-dtrace v0.3.0
33082026-08-28T21:39:03.877Z Compiling minimal-lexical v0.2.1
33092026-08-28T21:39:03.906Z Compiling xshell-macros v0.2.7
33102026-08-28T21:39:03.942Z Compiling scrypt v0.12.0
33112026-08-28T21:39:04.072Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33122026-08-28T21:39:04.093Z Compiling oxide-tokio-rt v0.1.4
33132026-08-28T21:39:04.175Z Compiling nom v7.1.3
33142026-08-28T21:39:04.239Z Compiling hickory-resolver v0.24.4
33152026-08-28T21:39:04.270Z Compiling newtype_derive v0.1.6
33162026-08-28T21:39:04.341Z Compiling xshell v0.2.7
33172026-08-28T21:39:04.441Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33182026-08-28T21:39:04.490Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33192026-08-28T21:39:04.508Z Compiling typify v0.6.2
33202026-08-28T21:39:04.654Z Compiling progenitor-impl v0.14.0
33212026-08-28T21:39:04.676Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33222026-08-28T21:39:04.696Z Compiling phf_shared v0.12.1
33232026-08-28T21:39:04.718Z Compiling rfc6979 v0.4.0
33242026-08-28T21:39:04.878Z Compiling cbc v0.2.1
33252026-08-28T21:39:04.897Z Compiling proc-macro-error-attr2 v2.0.0
33262026-08-28T21:39:04.914Z Compiling csv-core v0.1.13
33272026-08-28T21:39:04.958Z Compiling unicode-xid v0.2.6
33282026-08-28T21:39:05.083Z Compiling chrono-tz v0.10.4
33292026-08-28T21:39:05.118Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33302026-08-28T21:39:05.143Z Compiling highway v1.3.0
33312026-08-28T21:39:05.208Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33322026-08-28T21:39:05.227Z Compiling const_format_proc_macros v0.2.34
33332026-08-28T21:39:05.266Z Compiling csv v1.4.0
33342026-08-28T21:39:05.300Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33352026-08-28T21:39:05.319Z Compiling qorb v0.4.1
33362026-08-28T21:39:05.356Z Compiling proc-macro-error2 v2.0.1
33372026-08-28T21:39:05.380Z Compiling pkcs5 v0.8.1
33382026-08-28T21:39:05.514Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33392026-08-28T21:39:05.545Z Compiling phf v0.12.1
33402026-08-28T21:39:05.567Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33412026-08-28T21:39:05.709Z Compiling ecdsa v0.16.9
33422026-08-28T21:39:05.795Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33432026-08-28T21:39:05.861Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33442026-08-28T21:39:05.946Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33452026-08-28T21:39:06.094Z Compiling primeorder v0.13.6
33462026-08-28T21:39:06.113Z Compiling hashbrown v0.14.5
33472026-08-28T21:39:06.152Z Compiling salty v0.3.0
33482026-08-28T21:39:06.265Z Compiling const_format v0.2.35
33492026-08-28T21:39:06.425Z Compiling p384 v0.13.1
33502026-08-28T21:39:06.455Z Compiling pkcs8 v0.11.0
33512026-08-28T21:39:06.496Z Compiling knus-derive v3.4.0
33522026-08-28T21:39:06.542Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33532026-08-28T21:39:06.652Z Compiling chumsky v0.9.3
33542026-08-28T21:39:06.736Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33552026-08-28T21:39:06.873Z Compiling tabled_derive v0.7.0
33562026-08-28T21:39:07.016Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33572026-08-28T21:39:07.190Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33582026-08-28T21:39:07.363Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33592026-08-28T21:39:07.381Z Compiling progenitor-macro v0.14.0
33602026-08-28T21:39:07.406Z Compiling bcs v0.1.6
33612026-08-28T21:39:07.431Z Compiling ff v0.14.0
33622026-08-28T21:39:07.610Z Compiling termtree v0.5.1
33632026-08-28T21:39:07.688Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33642026-08-28T21:39:07.787Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33652026-08-28T21:39:07.944Z Compiling tabled v0.15.0
33662026-08-28T21:39:07.963Z Compiling steno v0.4.1
33672026-08-28T21:39:07.982Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33682026-08-28T21:39:07.985Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33692026-08-28T21:39:08.069Z Compiling knus v3.4.0
33702026-08-28T21:39:08.087Z Compiling tagptr v0.2.0
33712026-08-28T21:39:08.209Z Compiling group v0.14.0
33722026-08-28T21:39:08.249Z Compiling moka v0.12.13
33732026-08-28T21:39:08.268Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33742026-08-28T21:39:08.285Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
33752026-08-28T21:39:08.445Z Compiling signature v3.0.0
33762026-08-28T21:39:08.597Z Compiling base16ct v1.0.0
33772026-08-28T21:39:08.639Z Compiling hkdf v0.13.0
33782026-08-28T21:39:08.669Z Compiling libscf-sys v1.2.0
33792026-08-28T21:39:08.817Z Compiling sec1 v0.8.1
33802026-08-28T21:39:08.841Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33812026-08-28T21:39:08.846Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33822026-08-28T21:39:08.875Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33832026-08-28T21:39:09.070Z Compiling hickory-resolver v0.25.2
33842026-08-28T21:39:09.088Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33852026-08-28T21:39:09.130Z Compiling elliptic-curve v0.14.1
33862026-08-28T21:39:09.193Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33872026-08-28T21:39:09.323Z Compiling parking_lot_core v0.8.6
33882026-08-28T21:39:09.470Z Compiling corncobs v0.1.4
33892026-08-28T21:39:09.540Z Compiling utf-8 v0.7.6
33902026-08-28T21:39:09.628Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33912026-08-28T21:39:09.698Z Compiling tungstenite v0.21.0
33922026-08-28T21:39:09.746Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33932026-08-28T21:39:09.842Z Compiling wnaf v0.14.0
33942026-08-28T21:39:09.958Z Compiling primefield v0.14.0
33952026-08-28T21:39:10.075Z Compiling rfc6979 v0.6.0
33962026-08-28T21:39:10.093Z Compiling papergrid v0.18.0
33972026-08-28T21:39:10.141Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33982026-08-28T21:39:10.228Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33992026-08-28T21:39:10.259Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34002026-08-28T21:39:10.278Z Compiling git-stub v1.0.0
34012026-08-28T21:39:10.348Z Compiling secrecy v0.8.0
34022026-08-28T21:39:10.521Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34032026-08-28T21:39:10.575Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34042026-08-28T21:39:10.593Z Compiling git-stub-vcs v0.1.0
34052026-08-28T21:39:10.614Z Compiling tokio-tungstenite v0.21.0
34062026-08-28T21:39:10.817Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34072026-08-28T21:39:10.840Z Compiling ecdsa v0.17.0
34082026-08-28T21:39:10.985Z Compiling primeorder v0.14.0
34092026-08-28T21:39:11.023Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34102026-08-28T21:39:11.071Z Compiling tabled v0.21.0
34112026-08-28T21:39:11.193Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34122026-08-28T21:39:11.219Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34132026-08-28T21:39:11.248Z Compiling curve25519-dalek v5.0.0
34142026-08-28T21:39:11.269Z Compiling unicase v2.9.0
34152026-08-28T21:39:11.331Z Compiling parking_lot v0.11.2
34162026-08-28T21:39:11.334Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34172026-08-28T21:39:11.393Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34182026-08-28T21:39:11.425Z Compiling ssh-encoding v0.3.0
34192026-08-28T21:39:11.529Z Compiling mime_guess v2.0.5
34202026-08-28T21:39:11.748Z Compiling progenitor-impl v0.13.0
34212026-08-28T21:39:11.765Z Compiling prefix-trie v0.7.0
34222026-08-28T21:39:11.814Z Compiling fxhash v0.2.1
34232026-08-28T21:39:11.833Z Compiling keccak v0.2.0
34242026-08-28T21:39:11.870Z Compiling crc8 v0.1.1
34252026-08-28T21:39:11.973Z Compiling sled v0.34.7
34262026-08-28T21:39:12.032Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34272026-08-28T21:39:12.046Z Compiling ed25519 v3.0.0
34282026-08-28T21:39:12.150Z Compiling hickory-server v0.25.2
34292026-08-28T21:39:12.186Z Compiling crypto-primes v0.7.2
34302026-08-28T21:39:12.656Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34312026-08-28T21:39:12.739Z Compiling progenitor v0.14.0
34322026-08-28T21:39:12.831Z Compiling pkcs1 v0.8.0-rc.4
34332026-08-28T21:39:12.924Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34342026-08-28T21:39:13.225Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34352026-08-28T21:39:13.264Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34362026-08-28T21:39:13.281Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34372026-08-28T21:39:13.298Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34382026-08-28T21:39:13.355Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34392026-08-28T21:39:13.676Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34402026-08-28T21:39:13.720Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34412026-08-28T21:39:13.797Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34422026-08-28T21:39:13.906Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34432026-08-28T21:39:14.026Z Compiling poly1305 v0.9.0
34442026-08-28T21:39:14.057Z Compiling progenitor-client v0.13.0
34452026-08-28T21:39:14.131Z Compiling blowfish v0.10.0
34462026-08-28T21:39:14.153Z Compiling blake2 v0.11.0-rc.6
34472026-08-28T21:39:14.419Z Compiling http-range v0.1.5
34482026-08-28T21:39:14.436Z Compiling half v1.8.3
34492026-08-28T21:39:14.468Z Compiling progenitor-macro v0.13.0
34502026-08-28T21:39:14.521Z Compiling argon2 v0.6.0-rc.8
34512026-08-28T21:39:14.639Z Compiling serde_cbor v0.11.2
34522026-08-28T21:39:14.803Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34532026-08-28T21:39:14.826Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34542026-08-28T21:39:15.277Z Compiling ssh-cipher v0.3.0
34552026-08-28T21:39:15.403Z Compiling bcrypt-pbkdf v0.11.0
34562026-08-28T21:39:15.485Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34572026-08-28T21:39:15.738Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34582026-08-28T21:39:15.833Z Compiling rsa v0.10.0-rc.18
34592026-08-28T21:39:15.899Z Compiling ed25519-dalek v3.0.0
34602026-08-28T21:39:15.917Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34612026-08-28T21:39:16.325Z Compiling sha3 v0.11.0
34622026-08-28T21:39:16.435Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34632026-08-28T21:39:16.704Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34642026-08-28T21:39:16.752Z Compiling p384 v0.14.0
34652026-08-28T21:39:16.771Z Compiling p521 v0.14.0
34662026-08-28T21:39:16.822Z Compiling p256 v0.14.0
34672026-08-28T21:39:16.847Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34682026-08-28T21:39:17.045Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34692026-08-28T21:39:17.250Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34702026-08-28T21:39:17.269Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34712026-08-28T21:39:17.696Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34722026-08-28T21:39:17.726Z Compiling scuffle v0.1.0
34732026-08-28T21:39:18.019Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34742026-08-28T21:39:18.150Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34752026-08-28T21:39:18.376Z Compiling yasna v0.5.2
34762026-08-28T21:39:18.597Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34772026-08-28T21:39:18.711Z Compiling kstat-rs v0.2.5
34782026-08-28T21:39:18.905Z Compiling headers-core v0.3.0
34792026-08-28T21:39:19.021Z Compiling kem v0.3.0
34802026-08-28T21:39:19.039Z Compiling module-lattice v0.2.3
34812026-08-28T21:39:19.061Z Compiling nanorand v0.7.0
34822026-08-28T21:39:19.094Z Compiling sponge-cursor v0.1.0
34832026-08-28T21:39:19.182Z Compiling headers v0.4.1
34842026-08-28T21:39:19.204Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34852026-08-28T21:39:19.240Z Compiling sha3 v0.12.0
34862026-08-28T21:39:19.264Z Compiling rcgen v0.12.1
34872026-08-28T21:39:19.325Z Compiling flume v0.11.1
34882026-08-28T21:39:19.345Z Compiling ml-kem v0.3.2
34892026-08-28T21:39:19.377Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34902026-08-28T21:39:19.648Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34912026-08-28T21:39:19.666Z Compiling progenitor v0.13.0
34922026-08-28T21:39:19.683Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34932026-08-28T21:39:19.790Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34942026-08-28T21:39:19.825Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34952026-08-28T21:39:19.873Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34962026-08-28T21:39:19.896Z Compiling hyper-staticfile v0.10.1
34972026-08-28T21:39:19.949Z Compiling ssh-key v0.7.0-rc.11
34982026-08-28T21:39:20.129Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34992026-08-28T21:39:20.153Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35002026-08-28T21:39:20.253Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35012026-08-28T21:39:20.274Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35022026-08-28T21:39:20.274Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35032026-08-28T21:39:20.328Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35042026-08-28T21:39:20.423Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
35052026-08-28T21:39:20.555Z Compiling russh-cryptovec v0.62.0
35062026-08-28T21:39:20.580Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35072026-08-28T21:39:20.700Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35082026-08-28T21:39:20.728Z Compiling internal-russh-num-bigint v0.5.0
35092026-08-28T21:39:20.750Z Compiling port-file v0.1.0
35102026-08-28T21:39:20.754Z Compiling num-bigint v0.4.6
35112026-08-28T21:39:20.799Z Compiling generic-array v1.4.3
35122026-08-28T21:39:20.805Z Compiling russh-util v0.52.0
35132026-08-28T21:39:20.808Z Compiling enum_dispatch v0.3.13
35142026-08-28T21:39:20.989Z Compiling delegate v0.13.5
35152026-08-28T21:39:21.026Z Compiling subprocess v0.2.15
35162026-08-28T21:39:21.044Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35172026-08-28T21:39:21.299Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35182026-08-28T21:39:21.499Z Compiling display-error-chain v0.2.2
35192026-08-28T21:39:21.514Z Compiling md5 v0.8.0
35202026-08-28T21:39:21.664Z Compiling hex-literal v1.1.0
35212026-08-28T21:39:21.796Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35222026-08-28T21:39:21.814Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35232026-08-28T21:39:21.814Z Compiling colored v2.2.0
35242026-08-28T21:39:21.871Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35252026-08-28T21:39:21.891Z Compiling socket2 v0.5.10
35262026-08-28T21:39:21.996Z Compiling russh v0.62.4
35272026-08-28T21:39:22.077Z Compiling internet-checksum v0.2.1
35282026-08-28T21:39:22.466Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35292026-08-28T21:39:22.499Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35302026-08-28T21:39:22.965Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35312026-08-28T21:39:25.250Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35322026-08-28T21:39:25.996Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35332026-08-28T21:39:26.554Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35342026-08-28T21:39:27.872Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35352026-08-28T21:39:28.180Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35362026-08-28T21:39:37.176Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35372026-08-28T21:39:37.176Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35382026-08-28T21:39:37.180Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35392026-08-28T21:39:37.180Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35402026-08-28T21:39:37.180Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35412026-08-28T21:39:39.013Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35422026-08-28T21:39:39.031Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35432026-08-28T21:39:43.250Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35442026-08-28T21:40:23.997Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
35452026-08-28T21:40:24.000Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35462026-08-28T21:40:24.001Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35472026-08-28T21:40:24.229Z
35482026-08-28T21:40:24.229Zreal 1:30.047518610
35492026-08-28T21:40:24.229Zuser 8:43.971444287
35502026-08-28T21:40:24.229Zsys 1:44.021176040
35512026-08-28T21:40:24.229Ztrap 0.257916182
35522026-08-28T21:40:24.229Ztflt 0.307811114
35532026-08-28T21:40:24.229Zdflt 1.588292476
35542026-08-28T21:40:24.229Zkflt 0.000152347
35552026-08-28T21:40:24.232Zlock 32:13.772437224
35562026-08-28T21:40:24.232Zslp 19:45.471991253
35572026-08-28T21:40:24.232Zlat 41.477318639
35582026-08-28T21:40:24.232Zstop 3:09.661420448
35592026-08-28T21:40:24.232Z+ mkdir tests
35602026-08-28T21:40:24.236Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35612026-08-28T21:40:24.236Z+ xargs -I '{}' -t cp '{}' tests/
35622026-08-28T21:40:24.257Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-bed5e8dda5ea5020 tests/
35632026-08-28T21:40:24.290Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f2310e202f420246 tests/
35642026-08-28T21:40:24.321Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-dbb802d24e5b6927 tests/
35652026-08-28T21:40:24.355Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b5ca3a6470910f92 tests/
35662026-08-28T21:40:24.787Z+ 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)
35672026-08-28T21:40:24.791Z+ 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-f2310e202f420246 tests/commtest-dbb802d24e5b6927 tests/dhcp_server-bed5e8dda5ea5020 tests/end_to_end_tests-b5ca3a6470910f92 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
35682026-08-28T21:41:54.532ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35692026-08-28T21:41:54.532Za .github/buildomat/ci-env.sh 1K
35702026-08-28T21:41:54.532Za out/target/test 1K
35712026-08-28T21:41:54.532Za out/npuzone/npuzone 27402K
35722026-08-28T21:41:54.532Za package-manifest.toml 35K
35732026-08-28T21:41:54.532Za smf/sled-agent/non-gimlet/config.toml 6K
35742026-08-28T21:41:54.532Za target/release/omicron-package 49392K
35752026-08-28T21:41:54.532Za target/release/xtask 11727K
35762026-08-28T21:41:54.532Za target/debug/bootstrap 439761K
35772026-08-28T21:41:54.532Za tests/bootstrap-f2310e202f420246 34430K
35782026-08-28T21:41:54.532Za tests/commtest-dbb802d24e5b6927 34431K
35792026-08-28T21:41:54.532Za tests/dhcp_server-bed5e8dda5ea5020 34431K
35802026-08-28T21:41:54.533Za tests/end_to_end_tests-b5ca3a6470910f92 503289K
35812026-08-28T21:41:54.533Za tools/opte_version 1K
35822026-08-28T21:41:54.533Za tools/opte_version_override 2K
35832026-08-28T21:41:54.533Za out/clickhouse.tar.gz 330887K
35842026-08-28T21:41:54.533Za out/clickhouse_keeper.tar.gz 314893K
35852026-08-28T21:41:54.533Za out/clickhouse_server.tar.gz 330885K
35862026-08-28T21:41:54.533Za out/cockroachdb.tar.gz 170176K
35872026-08-28T21:41:54.533Za out/crucible-pantry-zone.tar.gz 41879K
35882026-08-28T21:41:54.533Za out/crucible-utils.tar 18900K
35892026-08-28T21:41:54.533Za out/crucible-zone.tar.gz 56691K
35902026-08-28T21:41:54.533Za out/external-dns.tar.gz 46732K
35912026-08-28T21:41:54.533Za out/internal-dns.tar.gz 46731K
35922026-08-28T21:41:54.533Za out/mg-ddm-gz.tar 100917K
35932026-08-28T21:41:54.533Za out/nexus.tar.gz 361898K
35942026-08-28T21:41:54.533Za out/ntp.tar.gz 35217K
35952026-08-28T21:41:54.533Za out/omicron-gateway-softnpu.tar.gz 28981K
35962026-08-28T21:41:54.533Za out/omicron-sled-agent.tar 242994K
35972026-08-28T21:41:54.533Za out/overlay.tar.gz 4K
35982026-08-28T21:41:54.533Za out/oximeter.tar.gz 71998K
35992026-08-28T21:41:54.533Za out/oxlog.tar 4088K
36002026-08-28T21:41:54.533Za out/probe.tar.gz 3037K
36012026-08-28T21:41:54.533Za out/propolis-server.tar.gz 34642K
36022026-08-28T21:41:54.533Za out/pumpkind-gz.tar 26647K
36032026-08-28T21:41:54.533Za out/switch-softnpu.tar.gz 503537K
36042026-08-28T21:41:54.537Z
36052026-08-28T21:41:54.537Zreal 1:29.741935540
36062026-08-28T21:41:54.537Zuser 1:26.770567270
36072026-08-28T21:41:54.537Zsys 4.999746452
36082026-08-28T21:41:54.537Ztrap 0.008213638
36092026-08-28T21:41:54.537Ztflt 0.000000000
36102026-08-28T21:41:54.537Zdflt 0.000000000
36112026-08-28T21:41:54.537Zkflt 0.000000000
36122026-08-28T21:41:54.537Zlock 0.000000000
36132026-08-28T21:41:54.537Zslp 1:26.537094430
36142026-08-28T21:41:54.537Zlat 1.163290977
36152026-08-28T21:41:54.537Zstop 0.000276978
36162026-08-28T21:41:54.537Zprocess exited: duration 1089361 ms, exit code 0
 
36172026-08-28T21:41:54.553Zfound 1 output files
36182026-08-28T21:41:54.553Zuploading: /work/package.tar.gz (2772693599 bytes)
36192026-08-28T21:42:30.381Zuploaded: /work/package.tar.gz