01KPX6X5P1309CT2A63M5ZGJ8V: 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: 01KPX6XJ3JA1MBKW4MJJRS7WBP

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-23T13:03:18.526Zjob assigned to worker 01KPX6XTCBMKJZ590MNG40GCTY [factory aws, i-04a99bf6cee2b4899] (queued for 1 m 22 s)
 
22026-04-23T13:03:26.636Zstarting task 0: "setup"
32026-04-23T13:03:26.642Z++ uname -s
42026-04-23T13:03:26.645Z+ kern=SunOS
52026-04-23T13:03:26.645Z+ build_user=build
62026-04-23T13:03:26.645Z+ build_uid=12345
72026-04-23T13:03:26.645Z+ work_dir=/work
82026-04-23T13:03:26.645Z+ input_dir=/input
92026-04-23T13:03:26.645Z+ [[ 0 == 12345 ]]
102026-04-23T13:03:26.645Z+ case "$kern" in
112026-04-23T13:03:26.645Z+ groupadd -g 12345 build
122026-04-23T13:03:26.648Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-23T13:03:28.654Z+ zfs create -o mountpoint=/work rpool/work
142026-04-23T13:03:28.767Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-23T13:03:28.770Z+ home_fs=zfs
162026-04-23T13:03:28.770Z+ [[ zfs == autofs ]]
172026-04-23T13:03:28.770Z+ mkdir -p /home/build
182026-04-23T13:03:28.773Z+ chown build:build /home/build /work
192026-04-23T13:03:30.775Z+ chmod 0700 /home/build /work
202026-04-23T13:03:30.778Zprocess exited: duration 4143 ms, exit code 0
 
212026-04-23T13:03:30.784Zstarting task 1: "rust-toolchain"
222026-04-23T13:03:30.790Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-23T13:03:30.790Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-23T13:03:30.790Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-04-23T13:03:30.790Z * rust toolchain channel = "1.94.0"
262026-04-23T13:03:30.790Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-23T13:03:30.790Z * rust toolchain profile = "default"
282026-04-23T13:03:30.793Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-23T13:03:30.793Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-23T13:03:30.887Zinfo: downloading installer
312026-04-23T13:03:32.592Zwarn: It looks like you have an existing rustup settings file at:
322026-04-23T13:03:32.592Zwarn: /home/build/.rustup/settings.toml
332026-04-23T13:03:32.592Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-04-23T13:03:32.592Zwarn: instead of the one inferred from the default host triple.
352026-04-23T13:03:32.607Zinfo: profile set to default
362026-04-23T13:03:32.610Zinfo: default host triple is x86_64-unknown-illumos
372026-04-23T13:03:32.610Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-04-23T13:03:32.753Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-04-23T13:03:32.756Zinfo: downloading 6 components
402026-04-23T13:03:49.407Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-04-23T13:03:49.407Z
422026-04-23T13:03:49.439Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-04-23T13:03:49.439Z
442026-04-23T13:03:49.442Z
452026-04-23T13:03:49.442ZRust is installed now. Great!
462026-04-23T13:03:49.442Z
472026-04-23T13:03:49.442ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-04-23T13:03:49.442Zenvironment variable. This has not been done automatically.
492026-04-23T13:03:49.442Z
502026-04-23T13:03:49.442ZTo configure your current shell, you need to source
512026-04-23T13:03:49.442Zthe corresponding env file under $HOME/.cargo.
522026-04-23T13:03:49.442Z
532026-04-23T13:03:49.442ZThis is usually done by running one of the following (note the leading DOT):
542026-04-23T13:03:49.442Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-04-23T13:03:49.442Zsource "$HOME/.cargo/env.fish" # For fish
562026-04-23T13:03:49.442Zsource "~/.cargo/env.nu" # For nushell
572026-04-23T13:03:49.442Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-04-23T13:03:49.442Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-04-23T13:03:49.442Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-04-23T13:03:49.442Zwarn: no default linker (`cc`) was found in your PATH
612026-04-23T13:03:49.442Zwarn: many Rust crates require a system C toolchain to build
622026-04-23T13:03:49.553Z+ rustup --version
632026-04-23T13:03:49.560Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-04-23T13:03:49.563Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-04-23T13:03:49.586Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-04-23T13:03:49.589Z+ cargo --version
672026-04-23T13:03:49.602Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-04-23T13:03:49.605Z+ rustc --version
692026-04-23T13:03:49.629Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-04-23T13:03:49.637Zprocess exited: duration 18846 ms, exit code 0
 
712026-04-23T13:03:49.644Zstarting task 2: "authentication"
722026-04-23T13:03:49.665Zprocess exited: duration 20 ms, exit code 0
 
732026-04-23T13:03:49.673Zstarting task 3: "clone repository"
742026-04-23T13:03:49.678Z+ mkdir -p /work/oxidecomputer/omicron
752026-04-23T13:03:49.681Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-04-23T13:03:49.711ZCloning into '/work/oxidecomputer/omicron'...
772026-04-23T13:03:58.678Z+ cd /work/oxidecomputer/omicron
782026-04-23T13:03:58.678Z+ git fetch origin 08342e897a9e0fbd2e164c1bdc634b8a45184507
792026-04-23T13:03:58.985ZFrom https://github.com/oxidecomputer/omicron
802026-04-23T13:03:58.985Z * branch 08342e897a9e0fbd2e164c1bdc634b8a45184507 -> FETCH_HEAD
812026-04-23T13:03:59.003Z+ [[ -n helios3 ]]
822026-04-23T13:03:59.006Z++ git branch --show-current
832026-04-23T13:03:59.006Z+ current=main
842026-04-23T13:03:59.006Z+ [[ main != helios3 ]]
852026-04-23T13:03:59.006Z+ git branch -f helios3 08342e897a9e0fbd2e164c1bdc634b8a45184507
862026-04-23T13:03:59.010Z+ git checkout -f helios3
872026-04-23T13:03:59.333ZSwitched to branch 'helios3'
882026-04-23T13:03:59.336Z+ git reset --hard 08342e897a9e0fbd2e164c1bdc634b8a45184507
892026-04-23T13:03:59.353ZHEAD is now at 08342e897 WIP - move to Helios v3
902026-04-23T13:03:59.356Zprocess exited: duration 9681 ms, exit code 0
 
912026-04-23T13:03:59.361Zstarting task 4: "build"
922026-04-23T13:03:59.367Z+ source .github/buildomat/ci-env.sh
932026-04-23T13:03:59.370Z++ export CARGO_TERM_COLOR=always
942026-04-23T13:03:59.370Z++ CARGO_TERM_COLOR=always
952026-04-23T13:03:59.370Z+ cargo --version
962026-04-23T13:03:59.380Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-04-23T13:03:59.382Z+ rustc --version
982026-04-23T13:03:59.409Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-04-23T13:03:59.411Z+ WORK=/work
1002026-04-23T13:03:59.411Z+ pfexec mkdir -p /work
1012026-04-23T13:03:59.415Z+ pfexec chown build /work
1022026-04-23T13:03:59.418Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-04-23T13:04:01.141Z Startup: Refreshing catalog 'helios' ... Done
1042026-04-23T13:04:01.244Z Startup: Caching catalogs ... Done
1052026-04-23T13:04:01.659ZPlanning: Solver setup ... Done (0.360s)
1062026-04-23T13:04:01.685ZPlanning: Running solver ... Done (0.026s)
1072026-04-23T13:04:01.694ZPlanning: Finding local manifests ... Done (0.002s)
1082026-04-23T13:04:01.707ZPlanning: Fetching manifests: 0/2 0% complete
1092026-04-23T13:04:01.729ZPlanning: Fetching manifests: 2/2 100% complete
1102026-04-23T13:04:01.746ZPlanning: Package planning ... Done (0.018s)
1112026-04-23T13:04:01.749ZPlanning: Merging actions ... Done (0.002s)
1122026-04-23T13:04:02.013ZPlanning: Checking for conflicting actions ... Done (0.264s)
1132026-04-23T13:04:02.016ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-04-23T13:04:03.200ZPlanning: Evaluating mediators ... Done (1.186s)
1152026-04-23T13:04:03.203ZPlanning: Planning completed in 1.93 seconds
1162026-04-23T13:04:03.212Z Packages to install: 2
1172026-04-23T13:04:03.212Z Estimated space available: 156.08 GB
1182026-04-23T13:04:03.215ZEstimated space to be consumed: 22.78 MB
1192026-04-23T13:04:03.215Z Create boot environment: No
1202026-04-23T13:04:03.215ZCreate backup boot environment: No
1212026-04-23T13:04:03.215Z Rebuild boot archive: No
1222026-04-23T13:04:03.215Z
1232026-04-23T13:04:03.215ZChanged packages:
1242026-04-23T13:04:03.215Zhelios
1252026-04-23T13:04:03.215Z developer/build-essential
1262026-04-23T13:04:03.215Z None -> 11-3.0
1272026-04-23T13:04:03.215Z library/libxmlsec1
1282026-04-23T13:04:03.215Z None -> 1.2.35-3.0
1292026-04-23T13:04:03.269Z
1302026-04-23T13:04:03.269ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-04-23T13:04:04.101ZDownload: Completed 1.28 MB in 0.83 seconds (1.5M/s)
1322026-04-23T13:04:04.189Z Actions: 1/268 actions (Installing new actions)
1332026-04-23T13:04:04.257Z Actions: Completed 268 actions in 0.07 seconds.
1342026-04-23T13:04:04.268ZFinalize: Updating package state database ... Done (0.010s)
1352026-04-23T13:04:04.268ZFinalize: Updating package cache ... Done (0.000s)
1362026-04-23T13:04:04.294ZFinalize: Updating image state ... Done (0.026s)
1372026-04-23T13:04:07.529ZFinalize: Creating fast lookup database ... Done (3.208s)
1382026-04-23T13:04:07.624ZFinalize: Reading search index ... Done (0.031s)
1392026-04-23T13:04:07.627ZFinalize: Updating search index ... Done (0.000s)
1402026-04-23T13:04:07.739ZFinalize: Updating package cache ... Done (0.000s)
1412026-04-23T13:04:08.128ZPlanning: Evaluating mediator changes ... Done
1422026-04-23T13:04:08.266ZPlanning: Checking for conflicting actions ... Done
1432026-04-23T13:04:08.269ZPlanning: Consolidating action changes ... Done
1442026-04-23T13:04:08.504ZPlanning: Evaluating mediators ... Done
1452026-04-23T13:04:08.507ZPlanning: Planning completed in 0.38 seconds
1462026-04-23T13:04:08.535Z Mediators to change: 2
1472026-04-23T13:04:08.535Z Create boot environment: No
1482026-04-23T13:04:08.538ZCreate backup boot environment: No
1492026-04-23T13:04:08.613ZFinalize: Updating package state database ... Done
1502026-04-23T13:04:08.613ZFinalize: Updating package cache ... Done
1512026-04-23T13:04:08.629ZFinalize: Updating image state ... Done
1522026-04-23T13:04:11.368ZFinalize: Creating fast lookup database ... Done
1532026-04-23T13:04:11.443ZFinalize: Reading search index ... Done
1542026-04-23T13:04:11.446ZFinalize: Updating search index ... Done
1552026-04-23T13:04:11.546ZFinalize: Updating package cache ... Done
1562026-04-23T13:04:11.942ZPlanning: Evaluating mediator changes ... Done
1572026-04-23T13:04:12.070ZPlanning: Checking for conflicting actions ... Done
1582026-04-23T13:04:12.085ZPlanning: Consolidating action changes ... Done
1592026-04-23T13:04:12.323ZPlanning: Evaluating mediators ... Done
1602026-04-23T13:04:12.356ZPlanning: Planning completed in 0.38 seconds
1612026-04-23T13:04:12.357Z Mediators to change: 1
1622026-04-23T13:04:12.357Z Create boot environment: No
1632026-04-23T13:04:12.357ZCreate backup boot environment: No
1642026-04-23T13:04:12.424ZFinalize: Updating package state database ... Done
1652026-04-23T13:04:12.425ZFinalize: Updating package cache ... Done
1662026-04-23T13:04:12.469ZFinalize: Updating image state ... Done
1672026-04-23T13:04:15.150ZFinalize: Creating fast lookup database ... Done
1682026-04-23T13:04:15.226ZFinalize: Reading search index ... Done
1692026-04-23T13:04:15.229ZFinalize: Updating search index ... Done
1702026-04-23T13:04:15.309ZFinalize: Updating package cache ... Done
1712026-04-23T13:04:15.724ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-04-23T13:04:15.724Zapache system 2.4 system
1732026-04-23T13:04:15.724Zclang system 15 system
1742026-04-23T13:04:15.724Zcsh system system illumos
1752026-04-23T13:04:15.724Zctags system system illumos
1762026-04-23T13:04:15.724Zfile vendor vendor darwinsys
1772026-04-23T13:04:15.724Zfile system system illumos
1782026-04-23T13:04:15.724Zgcc vendor 14 vendor
1792026-04-23T13:04:15.724Zgcc system 13 system
1802026-04-23T13:04:15.724Zgcc system 10 system
1812026-04-23T13:04:15.724Zgo system 1.25 system
1822026-04-23T13:04:15.724Zllvm system 15 system
1832026-04-23T13:04:15.724Zmariadb system 11.4 system
1842026-04-23T13:04:15.724Zmta vendor vendor dma
1852026-04-23T13:04:15.724Zopenjdk system 17 system
1862026-04-23T13:04:15.724Zopenjdk system 11 system
1872026-04-23T13:04:15.724Zopenssl vendor 3 vendor
1882026-04-23T13:04:15.724Zperl system 5.40 system
1892026-04-23T13:04:15.724Zpostgresql system 18 system
1902026-04-23T13:04:15.724Zpostgresql system 17 system
1912026-04-23T13:04:15.724Zpython vendor 3 vendor
1922026-04-23T13:04:15.724Zpython system 2 system
1932026-04-23T13:04:15.724Zpython3 vendor 3.13 vendor
1942026-04-23T13:04:15.724Zruby system 3.4 system
1952026-04-23T13:04:15.724Zruby system 3.0 system
1962026-04-23T13:04:15.724Zwords vendor vendor american-english
1972026-04-23T13:04:15.724Zwords system system australian-english
1982026-04-23T13:04:15.724Zwords system system british-english
1992026-04-23T13:04:15.724Zwords system system canadian-english
2002026-04-23T13:04:15.724Zwords system system french
2012026-04-23T13:04:15.724Zwords system system italian
2022026-04-23T13:04:15.724Zwords system system ngerman
2032026-04-23T13:04:15.724Zwords system system ogerman
2042026-04-23T13:04:15.725Zwords system system spanish
2052026-04-23T13:04:16.058ZPUBLISHER TYPE STATUS P LOCATION
2062026-04-23T13:04:16.058Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-04-23T13:04:16.449ZFMRI IFO
2082026-04-23T13:04:16.449Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-04-23T13:04:16.449Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-04-23T13:04:16.449Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-04-23T13:04:16.449Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-04-23T13:04:16.449Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-04-23T13:04:16.449Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-04-23T13:04:16.449Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-04-23T13:04:16.449Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-04-23T13:04:16.449Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-04-23T13:04:16.750Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-04-23T13:04:17.042Z Updating crates.io index
2192026-04-23T13:04:17.045Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-04-23T13:04:17.557Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-04-23T13:04:17.917Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-04-23T13:04:18.510Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-04-23T13:04:19.391Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-04-23T13:04:19.951Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-04-23T13:04:21.922Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-04-23T13:04:22.698Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-04-23T13:04:23.018Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-04-23T13:04:23.850Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-04-23T13:04:24.179Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-04-23T13:04:24.507Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-04-23T13:04:24.877Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-04-23T13:04:25.934Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-04-23T13:04:26.490Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2342026-04-23T13:04:26.829Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2352026-04-23T13:04:27.119Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2362026-04-23T13:04:27.526Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2372026-04-23T13:04:27.754Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2382026-04-23T13:04:27.991Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2392026-04-23T13:04:28.298Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-04-23T13:04:28.704Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-04-23T13:04:29.150Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2422026-04-23T13:04:29.628Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2432026-04-23T13:04:29.931Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2442026-04-23T13:04:30.255Z Updating git repository `https://github.com/oxidecomputer/ispf`
2452026-04-23T13:04:31.259Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462026-04-23T13:04:31.906Z Updating git repository `https://github.com/oxidecomputer/crucible`
2472026-04-23T13:04:32.811Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-04-23T13:04:33.313Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-04-23T13:04:33.595Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2502026-04-23T13:04:33.985Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-04-23T13:04:34.315Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-04-23T13:04:34.845Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2532026-04-23T13:04:35.080Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2542026-04-23T13:04:35.327Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2552026-04-23T13:04:35.611Z Updating git repository `https://github.com/illumos/smf-rs`
2562026-04-23T13:04:35.993Z Updating git repository `https://github.com/oxidecomputer/omicron`
2572026-04-23T13:04:50.243Z Downloading crates ...
2582026-04-23T13:04:50.295Z Downloaded block-buffer v0.10.4
2592026-04-23T13:04:50.304Z Downloaded anstyle-query v1.1.5
2602026-04-23T13:04:50.308Z Downloaded autocfg v1.5.0
2612026-04-23T13:04:50.308Z Downloaded thiserror v1.0.69
2622026-04-23T13:04:50.312Z Downloaded percent-encoding v2.3.2
2632026-04-23T13:04:50.312Z Downloaded is_terminal_polyfill v1.70.2
2642026-04-23T13:04:50.318Z Downloaded form_urlencoded v1.2.2
2652026-04-23T13:04:50.318Z Downloaded anyhow v1.0.102
2662026-04-23T13:04:50.322Z Downloaded utf8parse v0.2.2
2672026-04-23T13:04:50.323Z Downloaded textwrap v0.16.2
2682026-04-23T13:04:50.323Z Downloaded unicode-xid v0.2.6
2692026-04-23T13:04:50.323Z Downloaded thread-id v4.2.2
2702026-04-23T13:04:50.323Z Downloaded version_check v0.9.5
2712026-04-23T13:04:50.328Z Downloaded smallvec v1.15.1
2722026-04-23T13:04:50.328Z Downloaded zmij v1.0.21
2732026-04-23T13:04:50.328Z Downloaded tabled_derive v0.7.0
2742026-04-23T13:04:50.328Z Downloaded smawk v0.3.2
2752026-04-23T13:04:50.328Z Downloaded dof v0.3.0
2762026-04-23T13:04:50.334Z Downloaded utf8_iter v1.0.4
2772026-04-23T13:04:50.334Z Downloaded yoke-derive v0.8.1
2782026-04-23T13:04:50.334Z Downloaded toml_datetime v0.6.11
2792026-04-23T13:04:50.334Z Downloaded icu_properties v2.1.2
2802026-04-23T13:04:50.335Z Downloaded usdt-attr-macro v0.5.0
2812026-04-23T13:04:50.335Z Downloaded potential_utf v0.1.4
2822026-04-23T13:04:50.363Z Downloaded bitflags v2.11.0
2832026-04-23T13:04:50.364Z Downloaded log v0.4.29
2842026-04-23T13:04:50.364Z Downloaded terminal_size v0.4.3
2852026-04-23T13:04:50.364Z Downloaded yoke v0.8.1
2862026-04-23T13:04:50.364Z Downloaded unicode-linebreak v0.1.5
2872026-04-23T13:04:50.364Z Downloaded writeable v0.6.2
2882026-04-23T13:04:50.364Z Downloaded usdt v0.5.0
2892026-04-23T13:04:50.378Z Downloaded litemap v0.8.1
2902026-04-23T13:04:50.378Z Downloaded memmap v0.7.0
2912026-04-23T13:04:50.378Z Downloaded usdt-macro v0.5.0
2922026-04-23T13:04:50.378Z Downloaded typeid v1.0.3
2932026-04-23T13:04:50.378Z Downloaded idna_adapter v1.2.1
2942026-04-23T13:04:50.378Z Downloaded digest v0.10.7
2952026-04-23T13:04:50.378Z Downloaded toml_write v0.1.2
2962026-04-23T13:04:50.378Z Downloaded macaddr v1.0.1
2972026-04-23T13:04:50.378Z Downloaded itoa v1.0.17
2982026-04-23T13:04:50.378Z Downloaded zerofrom-derive v0.1.6
2992026-04-23T13:04:50.379Z Downloaded quote v1.0.44
3002026-04-23T13:04:50.379Z Downloaded thiserror-impl v2.0.18
3012026-04-23T13:04:50.379Z Downloaded tinystr v0.8.2
3022026-04-23T13:04:50.379Z Downloaded fastrand v2.3.0
3032026-04-23T13:04:50.379Z Downloaded toml v0.8.23
3042026-04-23T13:04:50.379Z Downloaded scroll_derive v0.12.1
3052026-04-23T13:04:50.379Z Downloaded cpufeatures v0.2.17
3062026-04-23T13:04:50.379Z Downloaded zerovec-derive v0.11.2
3072026-04-23T13:04:50.379Z Downloaded pretty-hex v0.4.1
3082026-04-23T13:04:50.379Z Downloaded clap_lex v1.0.0
3092026-04-23T13:04:50.379Z Downloaded thiserror-impl v1.0.69
3102026-04-23T13:04:50.379Z Downloaded thiserror v2.0.18
3112026-04-23T13:04:50.380Z Downloaded zerofrom v0.1.6
3122026-04-23T13:04:50.380Z Downloaded dtrace-parser v0.2.0
3132026-04-23T13:04:50.380Z Downloaded anstream v0.6.21
3142026-04-23T13:04:50.384Z Downloaded anstyle-parse v0.2.7
3152026-04-23T13:04:50.385Z Downloaded usdt-impl v0.5.0
3162026-04-23T13:04:50.385Z Downloaded ordered-float v2.10.1
3172026-04-23T13:04:50.385Z Downloaded cfg-if v1.0.4
3182026-04-23T13:04:50.385Z Downloaded anstyle v1.0.13
3192026-04-23T13:04:50.385Z Downloaded zerocopy-derive v0.7.35
3202026-04-23T13:04:50.385Z Downloaded ucd-trie v0.1.7
3212026-04-23T13:04:50.388Z Downloaded swrite v0.1.0
3222026-04-23T13:04:50.389Z Downloaded serde_spanned v0.6.9
3232026-04-23T13:04:50.389Z Downloaded strsim v0.11.1
3242026-04-23T13:04:50.389Z Downloaded colorchoice v1.0.4
3252026-04-23T13:04:50.393Z Downloaded serde-value v0.7.0
3262026-04-23T13:04:50.393Z Downloaded fnv v1.0.7
3272026-04-23T13:04:50.393Z Downloaded bytecount v0.6.9
3282026-04-23T13:04:50.393Z Downloaded unicode-ident v1.0.24
3292026-04-23T13:04:50.399Z Downloaded toml_edit v0.22.27
3302026-04-23T13:04:50.399Z Downloaded icu_normalizer v2.1.1
3312026-04-23T13:04:50.402Z Downloaded zerotrie v0.2.3
3322026-04-23T13:04:50.405Z Downloaded typenum v1.19.0
3332026-04-23T13:04:50.405Z Downloaded heck v0.4.1
3342026-04-23T13:04:50.408Z Downloaded errno v0.3.14
3352026-04-23T13:04:50.408Z Downloaded url v2.5.8
3362026-04-23T13:04:50.414Z Downloaded cargo-platform v0.2.0
3372026-04-23T13:04:50.414Z Downloaded equivalent v1.0.2
3382026-04-23T13:04:50.414Z Downloaded serde_tokenstream v0.2.3
3392026-04-23T13:04:50.421Z Downloaded crypto-common v0.1.7
3402026-04-23T13:04:50.421Z Downloaded proc-macro-error-attr v1.0.4
3412026-04-23T13:04:50.421Z Downloaded stable_deref_trait v1.2.1
3422026-04-23T13:04:50.421Z Downloaded plain v0.2.3
3432026-04-23T13:04:50.421Z Downloaded erased-serde v0.4.9
3442026-04-23T13:04:50.424Z Downloaded cargo_metadata v0.21.0
3452026-04-23T13:04:50.424Z Downloaded zerovec v0.11.5
3462026-04-23T13:04:50.425Z Downloaded sha2 v0.10.9
3472026-04-23T13:04:50.427Z Downloaded icu_locale_core v2.1.1
3482026-04-23T13:04:50.433Z Downloaded zerocopy v0.7.35
3492026-04-23T13:04:50.444Z Downloaded proc-macro-error v1.0.4
3502026-04-23T13:04:50.453Z Downloaded winnow v0.7.14
3512026-04-23T13:04:50.469Z Downloaded serde-untagged v0.1.9
3522026-04-23T13:04:50.469Z Downloaded cargo_toml v0.21.0
3532026-04-23T13:04:50.469Z Downloaded displaydoc v0.2.5
3542026-04-23T13:04:50.469Z Downloaded unicode-width v0.2.0
3552026-04-23T13:04:50.469Z Downloaded unicode-width v0.1.14
3562026-04-23T13:04:50.476Z Downloaded pest_generator v2.8.6
3572026-04-23T13:04:50.476Z Downloaded clap_derive v4.5.55
3582026-04-23T13:04:50.476Z Downloaded camino v1.2.2
3592026-04-23T13:04:50.476Z Downloaded byteorder v1.5.0
3602026-04-23T13:04:50.476Z Downloaded once_cell v1.21.3
3612026-04-23T13:04:50.476Z Downloaded tempfile v3.25.0
3622026-04-23T13:04:50.476Z Downloaded cargo-util-schemas v0.8.2
3632026-04-23T13:04:50.476Z Downloaded icu_provider v2.1.1
3642026-04-23T13:04:50.476Z Downloaded camino-tempfile v1.4.1
3652026-04-23T13:04:50.476Z Downloaded pest_derive v2.8.6
3662026-04-23T13:04:50.482Z Downloaded generic-array v0.14.7
3672026-04-23T13:04:50.482Z Downloaded synstructure v0.13.2
3682026-04-23T13:04:50.482Z Downloaded semver v1.0.27
3692026-04-23T13:04:50.482Z Downloaded heck v0.5.0
3702026-04-23T13:04:50.486Z Downloaded fs-err v3.3.0
3712026-04-23T13:04:50.490Z Downloaded papergrid v0.11.0
3722026-04-23T13:04:50.490Z Downloaded serde_derive v1.0.228
3732026-04-23T13:04:50.493Z Downloaded serde_core v1.0.228
3742026-04-23T13:04:50.493Z Downloaded getrandom v0.4.1
3752026-04-23T13:04:50.498Z Downloaded scroll v0.12.0
3762026-04-23T13:04:50.498Z Downloaded clap v4.5.60
3772026-04-23T13:04:50.503Z Downloaded num-traits v0.2.19
3782026-04-23T13:04:50.506Z Downloaded icu_collections v2.1.1
3792026-04-23T13:04:50.510Z Downloaded proc-macro2 v1.0.106
3802026-04-23T13:04:50.513Z Downloaded icu_normalizer_data v2.1.1
3812026-04-23T13:04:50.518Z Downloaded pest_meta v2.8.6
3822026-04-23T13:04:50.526Z Downloaded serde v1.0.228
3832026-04-23T13:04:50.529Z Downloaded idna v1.1.0
3842026-04-23T13:04:50.536Z Downloaded indexmap v2.13.0
3852026-04-23T13:04:50.539Z Downloaded memchr v2.8.0
3862026-04-23T13:04:50.557Z Downloaded pest v2.8.6
3872026-04-23T13:04:50.576Z Downloaded hashbrown v0.16.1
3882026-04-23T13:04:50.586Z Downloaded serde_json v1.0.149
3892026-04-23T13:04:50.586Z Downloaded icu_properties_data v2.1.2
3902026-04-23T13:04:50.586Z Downloaded goblin v0.8.2
3912026-04-23T13:04:50.589Z Downloaded tabled v0.15.0
3922026-04-23T13:04:50.601Z Downloaded clap_builder v4.5.60
3932026-04-23T13:04:50.610Z Downloaded syn v1.0.109
3942026-04-23T13:04:50.618Z Downloaded syn v2.0.117
3952026-04-23T13:04:50.629Z Downloaded rustix v1.1.3
3962026-04-23T13:04:50.664Z Downloaded libc v0.2.185
3972026-04-23T13:04:50.743Z Compiling proc-macro2 v1.0.106
3982026-04-23T13:04:50.743Z Compiling unicode-ident v1.0.24
3992026-04-23T13:04:50.746Z Compiling quote v1.0.44
4002026-04-23T13:04:50.746Z Compiling serde_core v1.0.228
4012026-04-23T13:04:50.746Z Compiling libc v0.2.185
4022026-04-23T13:04:50.746Z Compiling version_check v0.9.5
4032026-04-23T13:04:50.746Z Compiling serde v1.0.228
4042026-04-23T13:04:50.746Z Compiling stable_deref_trait v1.2.1
4052026-04-23T13:04:50.746Z Compiling memchr v2.8.0
4062026-04-23T13:04:50.746Z Compiling zmij v1.0.21
4072026-04-23T13:04:50.958Z Compiling autocfg v1.5.0
4082026-04-23T13:04:50.962Z Compiling itoa v1.0.17
4092026-04-23T13:04:50.978Z Compiling thiserror v1.0.69
4102026-04-23T13:04:50.981Z Compiling ucd-trie v0.1.7
4112026-04-23T13:04:50.981Z Compiling writeable v0.6.2
4122026-04-23T13:04:51.215Z Compiling litemap v0.8.1
4132026-04-23T13:04:51.327Z Compiling icu_normalizer_data v2.1.1
4142026-04-23T13:04:51.362Z Compiling rustix v1.1.3
4152026-04-23T13:04:51.507Z Compiling icu_properties_data v2.1.2
4162026-04-23T13:04:51.575Z Compiling pest v2.8.6
4172026-04-23T13:04:51.602Z Compiling byteorder v1.5.0
4182026-04-23T13:04:51.834Z Compiling bitflags v2.11.0
4192026-04-23T13:04:51.837Z Compiling serde_json v1.0.149
4202026-04-23T13:04:51.856Z Compiling num-traits v0.2.19
4212026-04-23T13:04:51.951Z Compiling typeid v1.0.3
4222026-04-23T13:04:52.056Z Compiling hashbrown v0.16.1
4232026-04-23T13:04:52.124Z Compiling equivalent v1.0.2
4242026-04-23T13:04:52.199Z Compiling smallvec v1.15.1
4252026-04-23T13:04:52.224Z Compiling proc-macro-error-attr v1.0.4
4262026-04-23T13:04:52.231Z Compiling usdt-impl v0.5.0
4272026-04-23T13:04:52.313Z Compiling syn v1.0.109
4282026-04-23T13:04:52.316Z Compiling toml_write v0.1.2
4292026-04-23T13:04:52.407Z Compiling errno v0.3.14
4302026-04-23T13:04:52.432Z Compiling thread-id v4.2.2
4312026-04-23T13:04:52.457Z Compiling erased-serde v0.4.9
4322026-04-23T13:04:52.461Z Compiling winnow v0.7.14
4332026-04-23T13:04:52.527Z Compiling proc-macro-error v1.0.4
4342026-04-23T13:04:52.629Z Compiling thiserror v2.0.18
4352026-04-23T13:04:52.635Z Compiling plain v0.2.3
4362026-04-23T13:04:52.636Z Compiling utf8_iter v1.0.4
4372026-04-23T13:04:52.721Z Compiling percent-encoding v2.3.2
4382026-04-23T13:04:52.838Z Compiling indexmap v2.13.0
4392026-04-23T13:04:52.862Z Compiling log v0.4.29
4402026-04-23T13:04:52.865Z Compiling utf8parse v0.2.2
4412026-04-23T13:04:52.890Z Compiling camino v1.2.2
4422026-04-23T13:04:52.951Z Compiling getrandom v0.4.1
4432026-04-23T13:04:52.972Z Compiling form_urlencoded v1.2.2
4442026-04-23T13:04:53.017Z Compiling anstyle-parse v0.2.7
4452026-04-23T13:04:53.034Z Compiling pest_meta v2.8.6
4462026-04-23T13:04:53.085Z Compiling syn v2.0.117
4472026-04-23T13:04:53.318Z Compiling cfg-if v1.0.4
4482026-04-23T13:04:53.378Z Compiling anstyle-query v1.1.5
4492026-04-23T13:04:53.421Z Compiling pretty-hex v0.4.1
4502026-04-23T13:04:53.425Z Compiling colorchoice v1.0.4
4512026-04-23T13:04:53.444Z Compiling is_terminal_polyfill v1.70.2
4522026-04-23T13:04:53.497Z Compiling anstyle v1.0.13
4532026-04-23T13:04:53.598Z Compiling ordered-float v2.10.1
4542026-04-23T13:04:53.620Z Compiling fs-err v3.3.0
4552026-04-23T13:04:53.680Z Compiling clap_lex v1.0.0
4562026-04-23T13:04:53.685Z Compiling heck v0.5.0
4572026-04-23T13:04:53.726Z Compiling anstream v0.6.21
4582026-04-23T13:04:53.751Z Compiling unicode-xid v0.2.6
4592026-04-23T13:04:53.774Z Compiling anyhow v1.0.102
4602026-04-23T13:04:53.800Z Compiling once_cell v1.21.3
4612026-04-23T13:04:53.898Z Compiling terminal_size v0.4.3
4622026-04-23T13:04:53.917Z Compiling heck v0.4.1
4632026-04-23T13:04:53.972Z Compiling bytecount v0.6.9
4642026-04-23T13:04:53.999Z Compiling fnv v1.0.7
4652026-04-23T13:04:54.030Z Compiling strsim v0.11.1
4662026-04-23T13:04:54.074Z Compiling fastrand v2.3.0
4672026-04-23T13:04:54.096Z Compiling unicode-width v0.1.14
4682026-04-23T13:04:54.144Z Compiling memmap v0.7.0
4692026-04-23T13:04:54.168Z Compiling unicode-width v0.2.0
4702026-04-23T13:04:54.274Z Compiling unicode-linebreak v0.1.5
4712026-04-23T13:04:54.301Z Compiling clap_builder v4.5.60
4722026-04-23T13:04:54.499Z Compiling semver v1.0.27
4732026-04-23T13:04:54.555Z Compiling papergrid v0.11.0
4742026-04-23T13:04:54.575Z Compiling tempfile v3.25.0
4752026-04-23T13:04:54.578Z Compiling smawk v0.3.2
4762026-04-23T13:04:54.673Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4772026-04-23T13:04:54.955Z Compiling camino-tempfile v1.4.1
4782026-04-23T13:04:55.006Z Compiling textwrap v0.16.2
4792026-04-23T13:04:55.037Z Compiling serde-untagged v0.1.9
4802026-04-23T13:04:55.041Z Compiling swrite v0.1.0
4812026-04-23T13:04:55.508Z Compiling tabled_derive v0.7.0
4822026-04-23T13:04:56.351Z Compiling tabled v0.15.0
4832026-04-23T13:04:56.630Z Compiling synstructure v0.13.2
4842026-04-23T13:04:56.630Z Compiling pest_generator v2.8.6
4852026-04-23T13:04:57.393Z Compiling serde_derive v1.0.228
4862026-04-23T13:04:57.393Z Compiling zerofrom-derive v0.1.6
4872026-04-23T13:04:57.398Z Compiling yoke-derive v0.8.1
4882026-04-23T13:04:57.399Z Compiling zerovec-derive v0.11.2
4892026-04-23T13:04:57.399Z Compiling displaydoc v0.2.5
4902026-04-23T13:04:57.399Z Compiling thiserror-impl v1.0.69
4912026-04-23T13:04:57.399Z Compiling zerocopy-derive v0.7.35
4922026-04-23T13:04:57.399Z Compiling pest_derive v2.8.6
4932026-04-23T13:04:57.399Z Compiling scroll_derive v0.12.1
4942026-04-23T13:04:57.399Z Compiling thiserror-impl v2.0.18
4952026-04-23T13:04:57.399Z Compiling clap_derive v4.5.55
4962026-04-23T13:04:58.309Z Compiling scroll v0.12.0
4972026-04-23T13:04:58.400Z Compiling zerocopy v0.7.35
4982026-04-23T13:04:58.613Z Compiling zerofrom v0.1.6
4992026-04-23T13:04:58.657Z Compiling goblin v0.8.2
5002026-04-23T13:04:58.752Z Compiling yoke v0.8.1
5012026-04-23T13:04:58.906Z Compiling dtrace-parser v0.2.0
5022026-04-23T13:04:59.014Z Compiling zerovec v0.11.5
5032026-04-23T13:04:59.014Z Compiling zerotrie v0.2.3
5042026-04-23T13:04:59.317Z Compiling clap v4.5.60
5052026-04-23T13:04:59.603Z Compiling tinystr v0.8.2
5062026-04-23T13:04:59.603Z Compiling potential_utf v0.1.4
5072026-04-23T13:04:59.757Z Compiling icu_collections v2.1.1
5082026-04-23T13:04:59.792Z Compiling icu_locale_core v2.1.1
5092026-04-23T13:05:00.543Z Compiling icu_provider v2.1.1
5102026-04-23T13:05:00.808Z Compiling serde_spanned v0.6.9
5112026-04-23T13:05:00.808Z Compiling toml_datetime v0.6.11
5122026-04-23T13:05:00.808Z Compiling serde-value v0.7.0
5132026-04-23T13:05:00.813Z Compiling cargo-platform v0.2.0
5142026-04-23T13:05:00.813Z Compiling macaddr v1.0.1
5152026-04-23T13:05:00.828Z Compiling icu_normalizer v2.1.1
5162026-04-23T13:05:00.831Z Compiling icu_properties v2.1.2
5172026-04-23T13:05:00.831Z Compiling dof v0.3.0
5182026-04-23T13:05:00.831Z Compiling serde_tokenstream v0.2.3
5192026-04-23T13:05:01.125Z Compiling toml_edit v0.22.27
5202026-04-23T13:05:01.793Z Compiling usdt-attr-macro v0.5.0
5212026-04-23T13:05:01.796Z Compiling usdt-macro v0.5.0
5222026-04-23T13:05:02.046Z Compiling idna_adapter v1.2.1
5232026-04-23T13:05:02.174Z Compiling idna v1.1.0
5242026-04-23T13:05:02.514Z Compiling url v2.5.8
5252026-04-23T13:05:02.535Z Compiling usdt v0.5.0
5262026-04-23T13:05:02.868Z Compiling toml v0.8.23
5272026-04-23T13:05:03.320Z Compiling cargo-util-schemas v0.8.2
5282026-04-23T13:05:03.320Z Compiling cargo_toml v0.21.0
5292026-04-23T13:05:04.459Z Compiling cargo_metadata v0.21.0
5302026-04-23T13:05:05.710Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5312026-04-23T13:05:08.497Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.96s
5322026-04-23T13:05:08.826Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5332026-04-23T13:05:09.552Z Downloading crates ...
5342026-04-23T13:05:09.660Z Downloaded arrayref v0.3.9
5352026-04-23T13:05:09.665Z Downloaded adler2 v2.0.1
5362026-04-23T13:05:09.673Z Downloaded backoff v0.4.0
5372026-04-23T13:05:09.676Z Downloaded darling_macro v0.20.11
5382026-04-23T13:05:09.680Z Downloaded endian-type v0.1.2
5392026-04-23T13:05:09.680Z Downloaded defmt v0.3.100
5402026-04-23T13:05:09.680Z Downloaded bitfield v0.19.4
5412026-04-23T13:05:09.685Z Downloaded data-encoding v2.10.0
5422026-04-23T13:05:09.685Z Downloaded bit-set v0.5.3
5432026-04-23T13:05:09.686Z Downloaded bitfield-macros v0.19.4
5442026-04-23T13:05:09.686Z Downloaded array-init v0.0.4
5452026-04-23T13:05:09.689Z Downloaded bit-vec v0.6.3
5462026-04-23T13:05:09.689Z Downloaded bit-set v0.8.0
5472026-04-23T13:05:09.689Z Downloaded crossbeam-epoch v0.9.18
5482026-04-23T13:05:09.692Z Downloaded base16ct v0.2.0
5492026-04-23T13:05:09.692Z Downloaded crc32fast v1.5.0
5502026-04-23T13:05:09.695Z Downloaded aho-corasick v1.1.4
5512026-04-23T13:05:09.702Z Downloaded cfg_aliases v0.1.1
5522026-04-23T13:05:09.702Z Downloaded crossbeam-utils v0.8.21
5532026-04-23T13:05:09.706Z Downloaded crossbeam-deque v0.8.6
5542026-04-23T13:05:09.706Z Downloaded defmt v1.0.1
5552026-04-23T13:05:09.719Z Downloaded fs-err v2.11.0
5562026-04-23T13:05:09.719Z Downloaded atomic-waker v1.1.2
5572026-04-23T13:05:09.719Z Downloaded erased-serde v0.3.31
5582026-04-23T13:05:09.719Z Downloaded compression-core v0.4.31
5592026-04-23T13:05:09.719Z Downloaded block-padding v0.3.3
5602026-04-23T13:05:09.719Z Downloaded fixedbitset v0.5.7
5612026-04-23T13:05:09.723Z Downloaded daft-derive v0.1.5
5622026-04-23T13:05:09.723Z Downloaded cmake v0.1.57
5632026-04-23T13:05:09.723Z Downloaded buf-list v1.1.2
5642026-04-23T13:05:09.726Z Downloaded env_logger v0.11.9
5652026-04-23T13:05:09.726Z Downloaded bit-vec v0.8.0
5662026-04-23T13:05:09.729Z Downloaded foldhash v0.1.5
5672026-04-23T13:05:09.729Z Downloaded bcs v0.1.6
5682026-04-23T13:05:09.732Z Downloaded argon2 v0.5.3
5692026-04-23T13:05:09.732Z Downloaded der_derive v0.7.3
5702026-04-23T13:05:09.735Z Downloaded float-ord v0.3.2
5712026-04-23T13:05:09.735Z Downloaded darling_macro v0.21.3
5722026-04-23T13:05:09.739Z Downloaded dropshot-api-manager-types v0.6.0
5732026-04-23T13:05:09.739Z Downloaded fd-lock v4.0.4
5742026-04-23T13:05:09.742Z Downloaded ciborium-io v0.2.2
5752026-04-23T13:05:09.742Z Downloaded cstr-argument v0.1.2
5762026-04-23T13:05:09.742Z Downloaded crc-catalog v2.4.0
5772026-04-23T13:05:09.744Z Downloaded either v1.15.0
5782026-04-23T13:05:09.744Z Downloaded filetime v0.2.27
5792026-04-23T13:05:09.749Z Downloaded cpufeatures v0.3.0
5802026-04-23T13:05:09.749Z Downloaded flagset v0.4.7
5812026-04-23T13:05:09.752Z Downloaded downcast-rs v2.0.2
5822026-04-23T13:05:09.752Z Downloaded fixedbitset v0.4.2
5832026-04-23T13:05:09.752Z Downloaded cfg_aliases v0.2.1
5842026-04-23T13:05:09.752Z Downloaded assert_matches v1.5.0
5852026-04-23T13:05:09.756Z Downloaded defmt-macros v1.0.1
5862026-04-23T13:05:09.758Z Downloaded env_filter v1.0.0
5872026-04-23T13:05:09.758Z Downloaded convert_case v0.4.0
5882026-04-23T13:05:09.758Z Downloaded enum-as-inner v0.6.1
5892026-04-23T13:05:09.761Z Downloaded dtrace-parser v0.3.0
5902026-04-23T13:05:09.761Z Downloaded dyn-clone v1.0.20
5912026-04-23T13:05:09.764Z Downloaded atty v0.2.14
5922026-04-23T13:05:09.764Z Downloaded dirs-sys-next v0.1.2
5932026-04-23T13:05:09.768Z Downloaded foreign-types-shared v0.1.1
5942026-04-23T13:05:09.768Z Downloaded embedded-io v0.6.1
5952026-04-23T13:05:09.768Z Downloaded dunce v1.0.5
5962026-04-23T13:05:09.771Z Downloaded atomicwrites v0.4.4
5972026-04-23T13:05:09.771Z Downloaded foreign-types v0.5.0
5982026-04-23T13:05:09.771Z Downloaded defmt-parser v1.0.0
5992026-04-23T13:05:09.771Z Downloaded bcrypt-pbkdf v0.10.0
6002026-04-23T13:05:09.774Z Downloaded foreign-types-macros v0.2.3
6012026-04-23T13:05:09.774Z Downloaded crc8 v0.1.1
6022026-04-23T13:05:09.774Z Downloaded document-features v0.2.12
6032026-04-23T13:05:09.777Z Downloaded difflib v0.4.0
6042026-04-23T13:05:09.777Z Downloaded cbc v0.1.2
6052026-04-23T13:05:09.784Z Downloaded dof v0.4.0
6062026-04-23T13:05:09.784Z Downloaded cobs v0.3.0
6072026-04-23T13:05:09.784Z Downloaded display-error-chain v0.2.2
6082026-04-23T13:05:09.784Z Downloaded cassowary v0.3.0
6092026-04-23T13:05:09.787Z Downloaded bitflags v1.3.2
6102026-04-23T13:05:09.787Z Downloaded foreign-types v0.3.2
6112026-04-23T13:05:09.787Z Downloaded ahash v0.8.12
6122026-04-23T13:05:09.790Z Downloaded futures-io v0.3.32
6132026-04-23T13:05:09.790Z Downloaded futures-sink v0.3.32
6142026-04-23T13:05:09.790Z Downloaded foreign-types-shared v0.3.1
6152026-04-23T13:05:09.795Z Downloaded float-cmp v0.10.0
6162026-04-23T13:05:09.795Z Downloaded futures-task v0.3.32
6172026-04-23T13:05:09.804Z Downloaded futures-core v0.3.32
6182026-04-23T13:05:09.804Z Downloaded funty v2.0.0
6192026-04-23T13:05:09.804Z Downloaded daft v0.1.5
6202026-04-23T13:05:09.804Z Downloaded base64ct v1.8.3
6212026-04-23T13:05:09.804Z Downloaded clang-sys v1.8.1
6222026-04-23T13:05:09.804Z Downloaded git-stub v1.0.0
6232026-04-23T13:05:09.808Z Downloaded hash32 v0.2.1
6242026-04-23T13:05:09.808Z Downloaded gethostname v0.5.0
6252026-04-23T13:05:09.808Z Downloaded headers-core v0.3.0
6262026-04-23T13:05:09.808Z Downloaded fxhash v0.2.1
6272026-04-23T13:05:09.811Z Downloaded futures-macro v0.3.32
6282026-04-23T13:05:09.811Z Downloaded globwalk v0.9.1
6292026-04-23T13:05:09.811Z Downloaded arrayvec v0.7.6
6302026-04-23T13:05:09.816Z Downloaded diesel_table_macro_syntax v0.3.0
6312026-04-23T13:05:09.816Z Downloaded crucible-workspace-hack v0.1.0
6322026-04-23T13:05:09.816Z Downloaded hex-literal v0.4.1
6332026-04-23T13:05:09.820Z Downloaded byte-wrapper v0.1.0
6342026-04-23T13:05:09.820Z Downloaded diesel-dtrace v0.5.0
6352026-04-23T13:05:09.820Z Downloaded foldhash v0.2.0
6362026-04-23T13:05:09.823Z Downloaded castaway v0.2.4
6372026-04-23T13:05:09.823Z Downloaded fallible-iterator v0.2.0
6382026-04-23T13:05:09.823Z Downloaded hash32 v0.3.1
6392026-04-23T13:05:09.826Z Downloaded constant_time_eq v0.4.2
6402026-04-23T13:05:09.829Z Downloaded compression-codecs v0.4.37
6412026-04-23T13:05:09.829Z Downloaded hostname v0.3.1
6422026-04-23T13:05:09.832Z Downloaded cexpr v0.6.0
6432026-04-23T13:05:09.835Z Downloaded hubpack_derive v0.1.1
6442026-04-23T13:05:09.835Z Downloaded convert_case v0.10.0
6452026-04-23T13:05:09.836Z Downloaded blowfish v0.9.1
6462026-04-23T13:05:09.838Z Downloaded find-msvc-tools v0.1.9
6472026-04-23T13:05:09.838Z Downloaded httpdate v1.0.3
6482026-04-23T13:05:09.841Z Downloaded derive_builder_core v0.20.2
6492026-04-23T13:05:09.841Z Downloaded hex v0.4.3
6502026-04-23T13:05:09.845Z Downloaded deranged v0.5.8
6512026-04-23T13:05:09.845Z Downloaded darling v0.23.0
6522026-04-23T13:05:09.848Z Downloaded drift v0.1.3
6532026-04-23T13:05:09.852Z Downloaded hubpack v0.1.2
6542026-04-23T13:05:09.856Z Downloaded crossbeam-channel v0.5.15
6552026-04-23T13:05:09.859Z Downloaded http-range v0.1.5
6562026-04-23T13:05:09.859Z Downloaded hostname v0.4.2
6572026-04-23T13:05:09.866Z Downloaded colored v3.1.1
6582026-04-23T13:05:09.866Z Downloaded indoc v1.0.9
6592026-04-23T13:05:09.869Z Downloaded hyper-tls v0.6.0
6602026-04-23T13:05:09.869Z Downloaded group v0.13.0
6612026-04-23T13:05:09.869Z Downloaded ghash v0.5.1
6622026-04-23T13:05:09.869Z Downloaded futures-executor v0.3.32
6632026-04-23T13:05:09.874Z Downloaded fs_extra v1.3.0
6642026-04-23T13:05:09.874Z Downloaded indent_write v2.2.0
6652026-04-23T13:05:09.879Z Downloaded internet-checksum v0.2.1
6662026-04-23T13:05:09.879Z Downloaded is-terminal v0.4.17
6672026-04-23T13:05:09.879Z Downloaded instant v0.1.13
6682026-04-23T13:05:09.879Z Downloaded globset v0.4.18
6692026-04-23T13:05:09.879Z Downloaded instability v0.3.11
6702026-04-23T13:05:09.882Z Downloaded glob v0.3.3
6712026-04-23T13:05:09.882Z Downloaded git-stub-vcs v0.1.0
6722026-04-23T13:05:09.887Z Downloaded ident_case v1.0.1
6732026-04-23T13:05:09.887Z Downloaded is_ci v1.2.0
6742026-04-23T13:05:09.887Z Downloaded const_format_proc_macros v0.2.34
6752026-04-23T13:05:09.887Z Downloaded colored v2.2.0
6762026-04-23T13:05:09.890Z Downloaded bzip2 v0.6.1
6772026-04-23T13:05:09.893Z Downloaded base64 v0.22.1
6782026-04-23T13:05:09.908Z Downloaded libscf-sys v1.1.0
6792026-04-23T13:05:09.913Z Downloaded highway v1.3.0
6802026-04-23T13:05:09.913Z Downloaded derive_builder v0.20.2
6812026-04-23T13:05:09.916Z Downloaded dropshot_endpoint v0.16.7
6822026-04-23T13:05:09.919Z Downloaded darling v0.20.11
6832026-04-23T13:05:09.922Z Downloaded lru-slab v0.1.2
6842026-04-23T13:05:09.925Z Downloaded linked-hash-map v0.5.6
6852026-04-23T13:05:09.925Z Downloaded hyper-staticfile v0.10.1
6862026-04-23T13:05:09.928Z Downloaded humantime v2.3.0
6872026-04-23T13:05:09.928Z Downloaded lru v0.12.5
6882026-04-23T13:05:09.931Z Downloaded multimap v0.10.1
6892026-04-23T13:05:09.931Z Downloaded memoffset v0.9.1
6902026-04-23T13:05:09.934Z Downloaded impl-trait-for-tuples v0.2.3
6912026-04-23T13:05:09.934Z Downloaded match_cfg v0.1.0
6922026-04-23T13:05:09.937Z Downloaded maplit v1.0.2
6932026-04-23T13:05:09.937Z Downloaded ipnetwork v0.21.1
6942026-04-23T13:05:09.941Z Downloaded mime v0.3.17
6952026-04-23T13:05:09.941Z Downloaded md5 v0.7.0
6962026-04-23T13:05:09.941Z Downloaded md-5 v0.10.6
6972026-04-23T13:05:09.944Z Downloaded maybe-uninit v2.0.0
6982026-04-23T13:05:09.944Z Downloaded newline-converter v0.3.0
6992026-04-23T13:05:09.944Z Downloaded nodrop v0.1.14
7002026-04-23T13:05:09.944Z Downloaded num v0.4.3
7012026-04-23T13:05:09.949Z Downloaded getrandom v0.2.17
7022026-04-23T13:05:09.949Z Downloaded newtype_derive v0.1.6
7032026-04-23T13:05:09.954Z Downloaded num-conv v0.2.0
7042026-04-23T13:05:09.954Z Downloaded ipnet v2.11.0
7052026-04-23T13:05:09.954Z Downloaded inout v0.1.4
7062026-04-23T13:05:09.954Z Downloaded ingot-types v0.1.2
7072026-04-23T13:05:09.959Z Downloaded ingot v0.1.1
7082026-04-23T13:05:09.959Z Downloaded chacha20 v0.10.0
7092026-04-23T13:05:09.959Z Downloaded blake2 v0.10.6
7102026-04-23T13:05:09.963Z Downloaded newtype-uuid-macros v0.1.0
7112026-04-23T13:05:09.963Z Downloaded new_debug_unreachable v1.0.6
7122026-04-23T13:05:09.963Z Downloaded indoc v2.0.7
7132026-04-23T13:05:09.967Z Downloaded normalize-line-endings v0.3.0
7142026-04-23T13:05:09.967Z Downloaded nonempty v0.12.0
7152026-04-23T13:05:09.971Z Downloaded libefi-sys v0.1.0
7162026-04-23T13:05:09.971Z Downloaded jobserver v0.1.34
7172026-04-23T13:05:09.971Z Downloaded num_enum_derive v0.5.11
7182026-04-23T13:05:09.974Z Downloaded num-iter v0.1.45
7192026-04-23T13:05:09.974Z Downloaded diff v0.1.13
7202026-04-23T13:05:09.977Z Downloaded dropshot_endpoint v0.17.0
7212026-04-23T13:05:09.980Z Downloaded httparse v1.10.1
7222026-04-23T13:05:09.980Z Downloaded http-body-util v0.1.3
7232026-04-23T13:05:09.983Z Downloaded hmac v0.12.1
7242026-04-23T13:05:09.983Z Downloaded num-derive v0.3.3
7252026-04-23T13:05:09.986Z Downloaded opaque-debug v0.3.1
7262026-04-23T13:05:09.986Z Downloaded olpc-cjson v0.1.4
7272026-04-23T13:05:09.989Z Downloaded num_threads v0.1.7
7282026-04-23T13:05:09.989Z Downloaded num-derive v0.4.2
7292026-04-23T13:05:09.992Z Downloaded libsw-core v0.3.2
7302026-04-23T13:05:09.992Z Downloaded managed v0.8.0
7312026-04-23T13:05:09.995Z Downloaded openssl-probe v0.1.6
7322026-04-23T13:05:09.995Z Downloaded lock_api v0.4.14
7332026-04-23T13:05:09.998Z Downloaded libsw v3.5.0
7342026-04-23T13:05:09.998Z Downloaded nanorand v0.7.0
7352026-04-23T13:05:10.001Z Downloaded lru-cache v0.1.2
7362026-04-23T13:05:10.001Z Downloaded iana-time-zone v0.1.65
7372026-04-23T13:05:10.004Z Downloaded half v2.7.1
7382026-04-23T13:05:10.007Z Downloaded nibble_vec v0.1.0
7392026-04-23T13:05:10.007Z Downloaded futures v0.3.32
7402026-04-23T13:05:10.022Z Downloaded packed_struct_codegen v0.10.1
7412026-04-23T13:05:10.022Z Downloaded oso-derive v0.27.3
7422026-04-23T13:05:10.022Z Downloaded openssl-probe v0.2.1
7432026-04-23T13:05:10.022Z Downloaded mime_guess v2.0.5
7442026-04-23T13:05:10.022Z Downloaded getrandom v0.3.4
7452026-04-23T13:05:10.022Z Downloaded pbkdf2 v0.11.0
7462026-04-23T13:05:10.022Z Downloaded pbkdf2 v0.12.2
7472026-04-23T13:05:10.026Z Downloaded multer v3.1.0
7482026-04-23T13:05:10.026Z Downloaded nu-ansi-term v0.50.3
7492026-04-23T13:05:10.031Z Downloaded const_format v0.2.35
7502026-04-23T13:05:10.032Z Downloaded newtype-uuid v1.3.2
7512026-04-23T13:05:10.034Z Downloaded native-tls v0.2.18
7522026-04-23T13:05:10.034Z Downloaded compact_str v0.8.1
7532026-04-23T13:05:10.038Z Downloaded elliptic-curve v0.13.8
7542026-04-23T13:05:10.040Z Downloaded derive_more v0.99.20
7552026-04-23T13:05:10.043Z Downloaded phf_shared v0.11.3
7562026-04-23T13:05:10.046Z Downloaded bytes v1.11.1
7572026-04-23T13:05:10.050Z Downloaded base64 v0.21.7
7582026-04-23T13:05:10.053Z Downloaded phf_shared v0.12.1
7592026-04-23T13:05:10.053Z Downloaded litrs v1.0.0
7602026-04-23T13:05:10.056Z Downloaded num-rational v0.4.2
7612026-04-23T13:05:10.057Z Downloaded darling_core v0.21.3
7622026-04-23T13:05:10.060Z Downloaded pin-utils v0.1.0
7632026-04-23T13:05:10.064Z Downloaded phf_shared v0.13.1
7642026-04-23T13:05:10.064Z Downloaded memmap2 v0.9.10
7652026-04-23T13:05:10.067Z Downloaded precomputed-hash v0.1.1
7662026-04-23T13:05:10.067Z Downloaded linear-map v1.2.0
7672026-04-23T13:05:10.067Z Downloaded predicates-tree v1.0.13
7682026-04-23T13:05:10.070Z Downloaded derive-where v1.6.0
7692026-04-23T13:05:10.073Z Downloaded openssl-macros v0.1.1
7702026-04-23T13:05:10.073Z Downloaded powerfmt v0.2.0
7712026-04-23T13:05:10.076Z Downloaded predicates-core v1.0.10
7722026-04-23T13:05:10.076Z Downloaded indexmap v1.9.3
7732026-04-23T13:05:10.078Z Downloaded ignore v0.4.25
7742026-04-23T13:05:10.081Z Downloaded progenitor-client v0.10.0
7752026-04-23T13:05:10.081Z Downloaded owo-colors v4.3.0
7762026-04-23T13:05:10.084Z Downloaded proc-macro-error-attr2 v2.0.0
7772026-04-23T13:05:10.084Z Downloaded oxnet v0.1.4
7782026-04-23T13:05:10.087Z Downloaded flate2 v1.1.9
7792026-04-23T13:05:10.090Z Downloaded proc-macro-crate v3.4.0
7802026-04-23T13:05:10.090Z Downloaded parking_lot_core v0.8.6
7812026-04-23T13:05:10.093Z Downloaded proc-macro-crate v1.3.1
7822026-04-23T13:05:10.093Z Downloaded oxide-tokio-rt v0.1.4
7832026-04-23T13:05:10.095Z Downloaded allocator-api2 v0.2.21
7842026-04-23T13:05:10.098Z Downloaded peg-runtime v0.8.5
7852026-04-23T13:05:10.098Z Downloaded path-slash v0.1.5
7862026-04-23T13:05:10.102Z Downloaded arc-swap v1.8.2
7872026-04-23T13:05:10.104Z Downloaded parse-size v1.1.0
7882026-04-23T13:05:10.104Z Downloaded num_enum_derive v0.7.5
7892026-04-23T13:05:10.104Z Downloaded num_enum v0.7.5
7902026-04-23T13:05:10.108Z Downloaded progenitor-macro v0.11.2
7912026-04-23T13:05:10.116Z Downloaded progenitor-macro v0.10.0
7922026-04-23T13:05:10.116Z Downloaded pem v3.0.6
7932026-04-23T13:05:10.120Z Downloaded psl-types v2.0.11
7942026-04-23T13:05:10.121Z Downloaded progenitor-macro v0.13.0
7952026-04-23T13:05:10.121Z Downloaded peg-macros v0.8.5
7962026-04-23T13:05:10.121Z Downloaded phf v0.12.1
7972026-04-23T13:05:10.121Z Downloaded crypto-bigint v0.5.5
7982026-04-23T13:05:10.129Z Downloaded phf v0.13.1
7992026-04-23T13:05:10.129Z Downloaded num-integer v0.1.46
8002026-04-23T13:05:10.129Z Downloaded libbz2-rs-sys v0.2.2
8012026-04-23T13:05:10.129Z Downloaded pin-project-lite v0.2.17
8022026-04-23T13:05:10.133Z Downloaded radium v0.7.0
8032026-04-23T13:05:10.133Z Downloaded expectorate v1.2.0
8042026-04-23T13:05:10.137Z Downloaded darling_core v0.23.0
8052026-04-23T13:05:10.140Z Downloaded ref-cast v1.0.25
8062026-04-23T13:05:10.144Z Downloaded recursive v0.1.1
8072026-04-23T13:05:10.144Z Downloaded pkg-config v0.3.32
8082026-04-23T13:05:10.147Z Downloaded postgres-protocol v0.6.10
8092026-04-23T13:05:10.147Z Downloaded polyval v0.6.2
8102026-04-23T13:05:10.147Z Downloaded ed25519-dalek v2.2.0
8112026-04-23T13:05:10.150Z Downloaded pin-project-internal v1.1.11
8122026-04-23T13:05:10.153Z Downloaded proc-macro-error2 v2.0.1
8132026-04-23T13:05:10.156Z Downloaded progenitor-client v0.13.0
8142026-04-23T13:05:10.156Z Downloaded rand_chacha v0.3.1
8152026-04-23T13:05:10.158Z Downloaded progenitor-client v0.11.2
8162026-04-23T13:05:10.158Z Downloaded rand_xorshift v0.4.0
8172026-04-23T13:05:10.158Z Downloaded ref-cast-impl v1.0.25
8182026-04-23T13:05:10.162Z Downloaded progenitor v0.10.0
8192026-04-23T13:05:10.162Z Downloaded recursive-proc-macro-impl v0.1.1
8202026-04-23T13:05:10.164Z Downloaded progenitor v0.11.2
8212026-04-23T13:05:10.165Z Downloaded rfc6979 v0.4.0
8222026-04-23T13:05:10.165Z Downloaded progenitor v0.13.0
8232026-04-23T13:05:10.168Z Downloaded parking_lot v0.11.2
8242026-04-23T13:05:10.168Z Downloaded derive_more v2.1.1
8252026-04-23T13:05:10.177Z Downloaded progenitor-extras v0.1.1
8262026-04-23T13:05:10.179Z Downloaded headers v0.4.1
8272026-04-23T13:05:10.183Z Downloaded psm v0.1.30
8282026-04-23T13:05:10.186Z Downloaded derive_more-impl v2.1.1
8292026-04-23T13:05:10.190Z Downloaded quick-error v1.2.3
8302026-04-23T13:05:10.194Z Downloaded pkcs1 v0.7.5
8312026-04-23T13:05:10.199Z Downloaded aes v0.8.4
8322026-04-23T13:05:10.199Z Downloaded r2d2 v0.8.10
8332026-04-23T13:05:10.199Z Downloaded rustc-hash v2.1.1
8342026-04-23T13:05:10.199Z Downloaded russh-cryptovec v0.7.3
8352026-04-23T13:05:10.202Z Downloaded rtoolbox v0.0.3
8362026-04-23T13:05:10.202Z Downloaded rand_core v0.6.4
8372026-04-23T13:05:10.203Z Downloaded pem-rfc7468 v0.7.0
8382026-04-23T13:05:10.206Z Downloaded rustc_version v0.4.1
8392026-04-23T13:05:10.206Z Downloaded rustc_version v0.1.7
8402026-04-23T13:05:10.209Z Downloaded cc v1.2.56
8412026-04-23T13:05:10.209Z Downloaded async-compression v0.4.41
8422026-04-23T13:05:10.214Z Downloaded same-file v1.0.6
8432026-04-23T13:05:10.217Z Downloaded salsa20 v0.10.2
8442026-04-23T13:05:10.217Z Downloaded rand_core v0.9.5
8452026-04-23T13:05:10.220Z Downloaded pkcs8 v0.10.2
8462026-04-23T13:05:10.223Z Downloaded sapling-renderdag v0.1.0
8472026-04-23T13:05:10.223Z Downloaded miniz_oxide v0.8.9
8482026-04-23T13:05:10.226Z Downloaded postgres-types v0.2.12
8492026-04-23T13:05:10.230Z Downloaded rand_seeder v0.4.0
8502026-04-23T13:05:10.231Z Downloaded resolv-conf v0.7.6
8512026-04-23T13:05:10.233Z Downloaded scroll_derive v0.13.1
8522026-04-23T13:05:10.234Z Downloaded rand_core v0.10.0
8532026-04-23T13:05:10.234Z Downloaded rand_chacha v0.9.0
8542026-04-23T13:05:10.237Z Downloaded p256 v0.13.2
8552026-04-23T13:05:10.239Z Downloaded scheduled-thread-pool v0.2.7
8562026-04-23T13:05:10.239Z Downloaded scopeguard v1.2.0
8572026-04-23T13:05:10.242Z Downloaded scrypt v0.11.0
8582026-04-23T13:05:10.242Z Downloaded jiff-static v0.2.21
8592026-04-23T13:05:10.245Z Downloaded oso v0.27.3
8602026-04-23T13:05:10.249Z Downloaded papergrid v0.17.0
8612026-04-23T13:05:10.252Z Downloaded serde_bytes v0.11.19
8622026-04-23T13:05:10.255Z Downloaded serde-big-array v0.5.1
8632026-04-23T13:05:10.255Z Downloaded serde_repr v0.1.20
8642026-04-23T13:05:10.259Z Downloaded shell-words v1.1.1
8652026-04-23T13:05:10.259Z Downloaded serde_urlencoded v0.7.1
8662026-04-23T13:05:10.263Z Downloaded pkcs5 v0.7.1
8672026-04-23T13:05:10.266Z Downloaded semver v0.1.20
8682026-04-23T13:05:10.270Z Downloaded signature v2.2.0
8692026-04-23T13:05:10.274Z Downloaded signal-hook-mio v0.2.5
8702026-04-23T13:05:10.274Z Downloaded quinn-udp v0.5.14
8712026-04-23T13:05:10.281Z Downloaded aes-gcm v0.10.3
8722026-04-23T13:05:10.284Z Downloaded sigpipe v0.1.3
8732026-04-23T13:05:10.285Z Downloaded signal-hook-tokio v0.3.1
8742026-04-23T13:05:10.285Z Downloaded rustls-pemfile v1.0.4
8752026-04-23T13:05:10.285Z Downloaded rustls-native-certs v0.8.3
8762026-04-23T13:05:10.285Z Downloaded pin-project v1.1.11
8772026-04-23T13:05:10.296Z Downloaded siphasher v1.0.2
8782026-04-23T13:05:10.300Z Downloaded scroll v0.13.0
8792026-04-23T13:05:10.300Z Downloaded slog-bunyan v2.5.0
8802026-04-23T13:05:10.300Z Downloaded schemars_derive v0.8.22
8812026-04-23T13:05:10.303Z Downloaded minimal-lexical v0.2.1
8822026-04-23T13:05:10.304Z Downloaded prefix-trie v0.7.0
8832026-04-23T13:05:10.307Z Downloaded openssl-sys v0.9.111
8842026-04-23T13:05:10.310Z Downloaded hashbrown v0.13.2
8852026-04-23T13:05:10.314Z Downloaded slog-envlogger v2.2.0
8862026-04-23T13:05:10.319Z Downloaded seq-macro v0.3.6
8872026-04-23T13:05:10.319Z Downloaded sec1 v0.7.3
8882026-04-23T13:05:10.323Z Downloaded progenitor-impl v0.13.0
8892026-04-23T13:05:10.323Z Downloaded rusty-fork v0.3.1
8902026-04-23T13:05:10.323Z Downloaded rustversion v1.0.22
8912026-04-23T13:05:10.327Z Downloaded progenitor-impl v0.11.2
8922026-04-23T13:05:10.327Z Downloaded progenitor-impl v0.10.0
8932026-04-23T13:05:10.330Z Downloaded hashbrown v0.12.3
8942026-04-23T13:05:10.335Z Downloaded secrecy v0.10.3
8952026-04-23T13:05:10.335Z Downloaded sct v0.7.1
8962026-04-23T13:05:10.339Z Downloaded indicatif v0.18.4
8972026-04-23T13:05:10.339Z Downloaded ssh-encoding v0.2.0
8982026-04-23T13:05:10.340Z Downloaded sha1 v0.10.6
8992026-04-23T13:05:10.344Z Downloaded serde_path_to_error v0.1.20
9002026-04-23T13:05:10.345Z Downloaded serde_derive_internals v0.29.1
9012026-04-23T13:05:10.354Z Downloaded structmeta-derive v0.3.0
9022026-04-23T13:05:10.354Z Downloaded crossterm v0.28.1
9032026-04-23T13:05:10.365Z Downloaded subtle v2.6.1
9042026-04-23T13:05:10.365Z Downloaded rustls-pki-types v1.14.0
9052026-04-23T13:05:10.365Z Downloaded hyper-util v0.1.20
9062026-04-23T13:05:10.365Z Downloaded smf v0.2.3
9072026-04-23T13:05:10.365Z Downloaded slab v0.4.12
9082026-04-23T13:05:10.365Z Downloaded crossterm v0.29.0
9092026-04-23T13:05:10.369Z Downloaded tabled_derive v0.11.0
9102026-04-23T13:05:10.369Z Downloaded sync_wrapper v1.0.2
9112026-04-23T13:05:10.373Z Downloaded sync-ptr v0.1.4
9122026-04-23T13:05:10.373Z Downloaded supports-color v3.0.2
9132026-04-23T13:05:10.373Z Downloaded strum v0.27.2
9142026-04-23T13:05:10.373Z Downloaded strum v0.26.3
9152026-04-23T13:05:10.378Z Downloaded itertools v0.10.5
9162026-04-23T13:05:10.381Z Downloaded ron v0.8.1
9172026-04-23T13:05:10.385Z Downloaded snafu-derive v0.8.9
9182026-04-23T13:05:10.385Z Downloaded tagptr v0.2.0
9192026-04-23T13:05:10.391Z Downloaded termtree v0.5.1
9202026-04-23T13:05:10.391Z Downloaded tap v1.0.1
9212026-04-23T13:05:10.394Z Downloaded take_mut v0.2.2
9222026-04-23T13:05:10.394Z Downloaded tabwriter v1.4.1
9232026-04-23T13:05:10.395Z Downloaded spki v0.7.3
9242026-04-23T13:05:10.395Z Downloaded hickory-server v0.25.2
9252026-04-23T13:05:10.400Z Downloaded russh-keys v0.45.0
9262026-04-23T13:05:10.400Z Downloaded slog-stdlog v4.1.1
9272026-04-23T13:05:10.403Z Downloaded thread-id v5.1.0
9282026-04-23T13:05:10.404Z Downloaded string_cache v0.8.9
9292026-04-23T13:05:10.404Z Downloaded static_assertions v1.1.0
9302026-04-23T13:05:10.407Z Downloaded stacker v0.1.23
9312026-04-23T13:05:10.407Z Downloaded time-core v0.1.8
9322026-04-23T13:05:10.407Z Downloaded sqlformat v0.3.5
9332026-04-23T13:05:10.411Z Downloaded testing_table v0.3.0
9342026-04-23T13:05:10.411Z Downloaded slog-scope v4.4.1
9352026-04-23T13:05:10.414Z Downloaded slog-json v2.6.1
9362026-04-23T13:05:10.414Z Downloaded sqlparser_derive v0.5.0
9372026-04-23T13:05:10.414Z Downloaded serde_cbor v0.11.2
9382026-04-23T13:05:10.417Z Downloaded tokio-macros v2.7.0
9392026-04-23T13:05:10.417Z Downloaded tinyvec_macros v0.1.1
9402026-04-23T13:05:10.421Z Downloaded thiserror-impl-no-std v2.0.2
9412026-04-23T13:05:10.421Z Downloaded serde_with_macros v3.17.0
9422026-04-23T13:05:10.425Z Downloaded prettyplease v0.2.37
9432026-04-23T13:05:10.425Z Downloaded strum_macros v0.24.3
9442026-04-23T13:05:10.428Z Downloaded slog-term v2.9.2
9452026-04-23T13:05:10.431Z Downloaded rustls-platform-verifier v0.6.2
9462026-04-23T13:05:10.434Z Downloaded support-bundle-viewer v0.1.2
9472026-04-23T13:05:10.434Z Downloaded stringprep v0.1.5
9482026-04-23T13:05:10.434Z Downloaded strum_macros v0.27.2
9492026-04-23T13:05:10.437Z Downloaded strum_macros v0.26.4
9502026-04-23T13:05:10.440Z Downloaded pretty_assertions v1.4.1
9512026-04-23T13:05:10.440Z Downloaded publicsuffix v2.3.0
9522026-04-23T13:05:10.447Z Downloaded hashbrown v0.15.5
9532026-04-23T13:05:10.450Z Downloaded termios v0.3.3
9542026-04-23T13:05:10.450Z Downloaded spin v0.9.8
9552026-04-23T13:05:10.450Z Downloaded rayon-core v1.13.0
9562026-04-23T13:05:10.453Z Downloaded nom v7.1.3
9572026-04-23T13:05:10.456Z Downloaded topological-sort v0.2.2
9582026-04-23T13:05:10.463Z Downloaded rcgen v0.12.1
9592026-04-23T13:05:10.467Z Downloaded num-bigint v0.4.6
9602026-04-23T13:05:10.467Z Downloaded dropshot-api-manager v0.6.0
9612026-04-23T13:05:10.470Z Downloaded structmeta v0.3.0
9622026-04-23T13:05:10.470Z Downloaded strip-ansi-escapes v0.2.1
9632026-04-23T13:05:10.471Z Downloaded trait-variant v0.1.2
9642026-04-23T13:05:10.474Z Downloaded try-lock v0.2.5
9652026-04-23T13:05:10.474Z Downloaded time-macros v0.2.27
9662026-04-23T13:05:10.474Z Downloaded thread_local v1.1.9
9672026-04-23T13:05:10.477Z Downloaded libxml v0.3.3
9682026-04-23T13:05:10.480Z Downloaded signal-hook v0.3.18
9692026-04-23T13:05:10.483Z Downloaded tls_codec v0.4.2
9702026-04-23T13:05:10.486Z Downloaded tiny-keccak v2.0.2
9712026-04-23T13:05:10.489Z Downloaded thiserror-no-std v2.0.2
9722026-04-23T13:05:10.490Z Downloaded unarray v0.1.4
9732026-04-23T13:05:10.493Z Downloaded serde_yaml v0.9.34+deprecated
9742026-04-23T13:05:10.497Z Downloaded unit-prefix v0.5.2
9752026-04-23T13:05:10.497Z Downloaded rand v0.8.5
9762026-04-23T13:05:10.500Z Downloaded tower-layer v0.3.3
9772026-04-23T13:05:10.500Z Downloaded smallvec v0.6.14
9782026-04-23T13:05:10.500Z Downloaded slog v2.8.2
9792026-04-23T13:05:10.503Z Downloaded typify-macro v0.4.3
9802026-04-23T13:05:10.503Z Downloaded tokio-rustls v0.25.0
9812026-04-23T13:05:10.506Z Downloaded typify-macro v0.6.1
9822026-04-23T13:05:10.506Z Downloaded unicode-truncate v1.1.0
9832026-04-23T13:05:10.509Z Downloaded untrusted v0.9.0
9842026-04-23T13:05:10.509Z Downloaded utf-8 v0.7.6
9852026-04-23T13:05:10.512Z Downloaded untrusted v0.7.1
9862026-04-23T13:05:10.512Z Downloaded universal-hash v0.5.1
9872026-04-23T13:05:10.512Z Downloaded tokio-native-tls v0.3.1
9882026-04-23T13:05:10.518Z Downloaded usdt-macro v0.6.0
9892026-04-23T13:05:10.518Z Downloaded void v1.0.2
9902026-04-23T13:05:10.518Z Downloaded itertools v0.13.0
9912026-04-23T13:05:10.521Z Downloaded iddqd v0.3.17
9922026-04-23T13:05:10.528Z Downloaded socket2 v0.5.10
9932026-04-23T13:05:10.531Z Downloaded term v0.7.0
9942026-04-23T13:05:10.531Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9952026-04-23T13:05:10.534Z Downloaded tokio-tungstenite v0.21.0
9962026-04-23T13:05:10.534Z Downloaded tower-service v0.3.3
9972026-04-23T13:05:10.538Z Downloaded toml_writer v1.0.6+spec-1.1.0
9982026-04-23T13:05:10.538Z Downloaded toml_datetime v1.0.0+spec-1.1.0
9992026-04-23T13:05:10.538Z Downloaded term v1.2.1
10002026-04-23T13:05:10.542Z Downloaded tokio-tungstenite v0.23.1
10012026-04-23T13:05:10.546Z Downloaded rsa v0.9.10
10022026-04-23T13:05:10.549Z Downloaded qorb v0.4.1
10032026-04-23T13:05:10.552Z Downloaded quinn v0.11.9
10042026-04-23T13:05:10.555Z Downloaded waitgroup v0.1.2
10052026-04-23T13:05:10.555Z Downloaded wait-timeout v0.2.1
10062026-04-23T13:05:10.555Z Downloaded num-bigint-dig v0.8.6
10072026-04-23T13:05:10.558Z Downloaded socket2 v0.6.3
10082026-04-23T13:05:10.561Z Downloaded schemars v0.9.0
10092026-04-23T13:05:10.569Z Downloaded tui-tree-widget v0.23.1
10102026-04-23T13:05:10.573Z Downloaded want v0.3.1
10112026-04-23T13:05:10.573Z Downloaded similar v2.7.0
10122026-04-23T13:05:10.575Z Downloaded xattr v1.6.1
10132026-04-23T13:05:10.579Z Downloaded xshell-macros v0.2.7
10142026-04-23T13:05:10.579Z Downloaded usdt v0.6.0
10152026-04-23T13:05:10.579Z Downloaded rustls-webpki v0.103.9
10162026-04-23T13:05:10.582Z Downloaded rand v0.9.2
10172026-04-23T13:05:10.586Z Downloaded tokio-stream v0.1.18
10182026-04-23T13:05:10.590Z Downloaded subprocess v0.2.15
10192026-04-23T13:05:10.590Z Downloaded unicase v2.9.0
10202026-04-23T13:05:10.593Z Downloaded usdt-attr-macro v0.6.0
10212026-04-23T13:05:10.593Z Downloaded tokio-rustls v0.24.1
10222026-04-23T13:05:10.597Z Downloaded usdt-impl v0.6.0
10232026-04-23T13:05:10.597Z Downloaded schemars v1.2.1
10242026-04-23T13:05:10.607Z Downloaded zeroize_derive v1.4.3
10252026-04-23T13:05:10.616Z Downloaded vergen-git2 v1.0.7
10262026-04-23T13:05:10.616Z Downloaded test-strategy v0.4.5
10272026-04-23T13:05:10.616Z Downloaded toml_parser v1.0.9+spec-1.1.0
10282026-04-23T13:05:10.622Z Downloaded vergen-lib v0.1.6
10292026-04-23T13:05:10.622Z Downloaded futures-util v0.3.32
10302026-04-23T13:05:10.632Z Downloaded zone_cfg_derive v0.3.1
10312026-04-23T13:05:10.632Z Downloaded snafu v0.8.9
10322026-04-23T13:05:10.632Z Downloaded vergen-gitcl v1.0.8
10332026-04-23T13:05:10.632Z Downloaded tracing-attributes v0.1.31
10342026-04-23T13:05:10.636Z Downloaded zone v0.3.1
10352026-04-23T13:05:10.636Z Downloaded walkdir v2.5.0
10362026-04-23T13:05:10.636Z Downloaded twox-hash v2.1.2
10372026-04-23T13:05:10.639Z Downloaded xshell v0.2.7
10382026-04-23T13:05:10.641Z Downloaded libm v0.2.16
10392026-04-23T13:05:10.649Z Downloaded whoami v2.1.0
10402026-04-23T13:05:10.652Z Downloaded zeroize v1.8.2
10412026-04-23T13:05:10.652Z Downloaded itertools v0.14.0
10422026-04-23T13:05:10.656Z Downloaded wyz v0.5.1
10432026-04-23T13:05:10.660Z Downloaded p521 v0.13.3
10442026-04-23T13:05:10.660Z Downloaded toml v1.0.6+spec-1.1.0
10452026-04-23T13:05:10.663Z Downloaded vergen v9.0.6
10462026-04-23T13:05:10.663Z Downloaded toml v0.7.8
10472026-04-23T13:05:10.669Z Downloaded itertools v0.12.1
10482026-04-23T13:05:10.672Z Downloaded vsss-rs v3.3.4
10492026-04-23T13:05:10.676Z Downloaded tar v0.4.45
10502026-04-23T13:05:10.676Z Downloaded zstd-safe v7.2.4
10512026-04-23T13:05:10.679Z Downloaded zstd v0.13.3
10522026-04-23T13:05:10.679Z Downloaded tracing-core v0.1.36
10532026-04-23T13:05:10.683Z Downloaded iri-string v0.7.10
10542026-04-23T13:05:10.687Z Downloaded unicode-properties v0.1.4
10552026-04-23T13:05:10.692Z Downloaded russh v0.45.0
10562026-04-23T13:05:10.699Z Downloaded unicode-bidi v0.3.18
10572026-04-23T13:05:10.699Z Downloaded rustyline v14.0.0
10582026-04-23T13:05:10.724Z Downloaded yasna v0.5.2
10592026-04-23T13:05:10.724Z Downloaded tungstenite v0.23.0
10602026-04-23T13:05:10.725Z Downloaded typify v0.6.1
10612026-04-23T13:05:10.725Z Downloaded typify v0.4.3
10622026-04-23T13:05:10.725Z Downloaded uzers v0.12.2
10632026-04-23T13:05:10.725Z Downloaded rand v0.10.0
10642026-04-23T13:05:10.725Z Downloaded uuid v1.23.0
10652026-04-23T13:05:10.725Z Downloaded bitvec v1.0.1
10662026-04-23T13:05:10.729Z Downloaded zerocopy v0.6.6
10672026-04-23T13:05:10.734Z Downloaded blake3 v1.8.3
10682026-04-23T13:05:10.739Z Downloaded tungstenite v0.21.0
10692026-04-23T13:05:10.739Z Downloaded toml_edit v0.23.10+spec-1.0.0
10702026-04-23T13:05:10.742Z Downloaded toml v0.9.12+spec-1.1.0
10712026-04-23T13:05:10.747Z Downloaded vte v0.14.1
10722026-04-23T13:05:10.747Z Downloaded rpassword v7.4.0
10732026-04-23T13:05:10.751Z Downloaded unsafe-libyaml v0.2.11
10742026-04-23T13:05:10.751Z Downloaded whoami v1.6.1
10752026-04-23T13:05:10.751Z Downloaded tinyvec v1.10.0
10762026-04-23T13:05:10.755Z Downloaded hkdf v0.12.4
10772026-04-23T13:05:10.755Z Downloaded h2 v0.4.13
10782026-04-23T13:05:10.759Z Downloaded tokio-rustls v0.26.4
10792026-04-23T13:05:10.763Z Downloaded aws-lc-rs v1.16.0
10802026-04-23T13:05:10.768Z Downloaded zopfli v0.8.3
10812026-04-23T13:05:10.771Z Downloaded toml_edit v0.19.15
10822026-04-23T13:05:10.783Z Downloaded steno v0.4.1
10832026-04-23T13:05:10.786Z Downloaded samael v0.0.19
10842026-04-23T13:05:10.790Z Downloaded yansi v1.0.1
10852026-04-23T13:05:10.797Z Downloaded regex v1.12.3
10862026-04-23T13:05:10.798Z Downloaded p384 v0.13.1
10872026-04-23T13:05:10.801Z Downloaded zip v0.6.6
10882026-04-23T13:05:10.804Z Downloaded unicode_categories v0.1.1
10892026-04-23T13:05:10.807Z Downloaded tokio-postgres v0.7.16
10902026-04-23T13:05:10.809Z Downloaded tower v0.5.3
10912026-04-23T13:05:10.814Z Downloaded reqwest v0.13.2
10922026-04-23T13:05:10.819Z Downloaded ssh-key v0.6.7
10932026-04-23T13:05:10.825Z Downloaded reqwest v0.12.28
10942026-04-23T13:05:10.829Z Downloaded chrono v0.4.44
10952026-04-23T13:05:10.835Z Downloaded git2 v0.20.4
10962026-04-23T13:05:10.841Z Downloaded bindgen v0.71.1
10972026-04-23T13:05:10.846Z Downloaded rustls-webpki v0.101.7
10982026-04-23T13:05:10.857Z Downloaded unicode-segmentation v1.12.0
10992026-04-23T13:05:10.862Z Downloaded rayon v1.11.0
11002026-04-23T13:05:10.866Z Downloaded reedline v0.40.0
11012026-04-23T13:05:10.872Z Downloaded quick-xml v0.37.5
11022026-04-23T13:05:10.876Z Downloaded moka v0.12.13
11032026-04-23T13:05:10.883Z Downloaded zerocopy-derive v0.8.40
11042026-04-23T13:05:10.890Z Downloaded tokio-util v0.7.18
11052026-04-23T13:05:10.897Z Downloaded x509-cert v0.2.5
11062026-04-23T13:05:10.901Z Downloaded serde_with v3.17.0
11072026-04-23T13:05:10.912Z Downloaded zip v4.6.1
11082026-04-23T13:05:10.915Z Downloaded petname v2.0.2
11092026-04-23T13:05:10.919Z Downloaded goblin v0.10.5
11102026-04-23T13:05:10.926Z Downloaded typed-path v0.9.3
11112026-04-23T13:05:10.931Z Downloaded rustls-webpki v0.102.8
11122026-04-23T13:05:10.948Z Downloaded proptest v1.10.0
11132026-04-23T13:05:10.956Z Downloaded winnow v0.5.40
11142026-04-23T13:05:10.961Z Downloaded curve25519-dalek v4.1.3
11152026-04-23T13:05:10.968Z Downloaded nix v0.27.1
11162026-04-23T13:05:10.978Z Downloaded quinn-proto v0.11.13
11172026-04-23T13:05:10.983Z Downloaded openssl v0.10.75
11182026-04-23T13:05:10.991Z Downloaded winnow v0.6.26
11192026-04-23T13:05:10.999Z Downloaded bstr v1.12.1
11202026-04-23T13:05:11.006Z Downloaded tabled v0.20.0
11212026-04-23T13:05:11.020Z Downloaded nix v0.28.0
11222026-04-23T13:05:11.031Z Downloaded radix_trie v0.2.1
11232026-04-23T13:05:11.044Z Downloaded polar-core v0.27.3
11242026-04-23T13:05:11.048Z Downloaded nix v0.29.0
11252026-04-23T13:05:11.053Z Downloaded time v0.3.47
11262026-04-23T13:05:11.059Z Downloaded rustls v0.21.12
11272026-04-23T13:05:11.069Z Downloaded webpki-roots v1.0.6
11282026-04-23T13:05:11.072Z Downloaded regex-syntax v0.6.29
11292026-04-23T13:05:11.078Z Downloaded dropshot v0.16.7
11302026-04-23T13:05:11.095Z Downloaded zlib-rs v0.6.2
11312026-04-23T13:05:11.099Z Downloaded rustls v0.22.4
11322026-04-23T13:05:11.110Z Downloaded dropshot v0.17.0
11332026-04-23T13:05:11.126Z Downloaded regress v0.10.5
11342026-04-23T13:05:11.134Z Downloaded zerocopy v0.8.40
11352026-04-23T13:05:11.142Z Downloaded smoltcp v0.11.0
11362026-04-23T13:05:11.152Z Downloaded rustls v0.23.37
11372026-04-23T13:05:11.164Z Downloaded rustix v0.38.44
11382026-04-23T13:05:11.180Z Downloaded hickory-proto v0.25.2
11392026-04-23T13:05:11.193Z Downloaded regex-syntax v0.8.10
11402026-04-23T13:05:11.200Z Downloaded diesel v2.3.7
11412026-04-23T13:05:11.216Z Downloaded nix v0.31.2
11422026-04-23T13:05:11.225Z Downloaded openapiv3 v2.2.0
11432026-04-23T13:05:11.235Z Downloaded sqlparser v0.61.0
11442026-04-23T13:05:11.242Z Downloaded object v0.37.3
11452026-04-23T13:05:11.251Z Downloaded sled v0.34.7
11462026-04-23T13:05:11.259Z Downloaded hickory-proto v0.24.4
11472026-04-23T13:05:11.275Z Downloaded typify-impl v0.6.1
11482026-04-23T13:05:11.284Z Downloaded tracing v0.1.44
11492026-04-23T13:05:11.301Z Downloaded typify-impl v0.4.3
11502026-04-23T13:05:11.313Z Downloaded bzip2-sys v0.1.13+1.0.8
11512026-04-23T13:05:11.322Z Downloaded zerocopy-derive v0.6.6
11522026-04-23T13:05:11.330Z Downloaded ratatui v0.29.0
11532026-04-23T13:05:11.345Z Downloaded regex-automata v0.4.14
11542026-04-23T13:05:11.359Z Downloaded vcpkg v0.2.15
11552026-04-23T13:05:11.388Z Downloaded smoltcp v0.9.1
11562026-04-23T13:05:11.396Z Downloaded petgraph v0.6.5
11572026-04-23T13:05:11.410Z Downloaded jiff v0.2.21
11582026-04-23T13:05:11.424Z Downloaded chrono-tz v0.10.4
11592026-04-23T13:05:11.440Z Downloaded tower-http v0.6.8
11602026-04-23T13:05:11.444Z Downloaded object v0.30.4
11612026-04-23T13:05:11.450Z Downloaded tough v0.20.0
11622026-04-23T13:05:11.457Z Downloaded petgraph v0.8.3
11632026-04-23T13:05:11.474Z Downloaded salty v0.3.0
11642026-04-23T13:05:11.478Z Downloaded portable-atomic v1.13.1
11652026-04-23T13:05:11.484Z Downloaded csv v1.4.0
11662026-04-23T13:05:11.500Z Downloaded libz-sys v1.1.24
11672026-04-23T13:05:11.515Z Downloaded unicode-normalization v0.1.25
11682026-04-23T13:05:11.523Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
11692026-04-23T13:05:11.535Z Downloaded sha3 v0.10.8
11702026-04-23T13:05:11.541Z Downloaded lalrpop v0.19.12
11712026-04-23T13:05:11.545Z Downloaded hyper v1.8.1
11722026-04-23T13:05:11.549Z Downloaded mio v1.2.0
11732026-04-23T13:05:11.554Z Downloaded tokio-dtrace v0.1.1
11742026-04-23T13:05:11.557Z Downloaded tls_codec_derive v0.4.2
11752026-04-23T13:05:11.557Z Downloaded tokio v1.52.1
11762026-04-23T13:05:11.588Z Downloaded ryu v1.0.23
11772026-04-23T13:05:11.592Z Downloaded schemars v0.8.22
11782026-04-23T13:05:11.598Z Downloaded slog-dtrace v0.3.0
11792026-04-23T13:05:11.603Z Downloaded slog-async v2.8.0
11802026-04-23T13:05:11.603Z Downloaded ssh-cipher v0.2.0
11812026-04-23T13:05:11.603Z Downloaded simd-adler32 v0.3.8
11822026-04-23T13:05:11.609Z Downloaded signal-hook-registry v1.4.8
11832026-04-23T13:05:11.609Z Downloaded shlex v1.3.0
11842026-04-23T13:05:11.609Z Downloaded rustls-pemfile v2.2.0
11852026-04-23T13:05:11.610Z Downloaded serde-hex v0.1.0
11862026-04-23T13:05:11.610Z Downloaded http v1.4.0
11872026-04-23T13:05:11.616Z Downloaded poly1305 v0.8.0
11882026-04-23T13:05:11.616Z Downloaded omicron-zone-package v0.12.2
11892026-04-23T13:05:11.616Z Downloaded serde_spanned v1.0.4
11902026-04-23T13:05:11.616Z Downloaded serde_plain v1.0.2
11912026-04-23T13:05:11.620Z Downloaded secrecy v0.8.0
11922026-04-23T13:05:11.620Z Downloaded hickory-resolver v0.25.2
11932026-04-23T13:05:11.620Z Downloaded hickory-resolver v0.24.4
11942026-04-23T13:05:11.624Z Downloaded postcard v1.1.3
11952026-04-23T13:05:11.628Z Downloaded diesel_derives v2.3.7
11962026-04-23T13:05:11.631Z Downloaded encoding_rs v0.8.35
11972026-04-23T13:05:11.649Z Downloaded der v0.7.10
11982026-04-23T13:05:11.652Z Downloaded predicates v3.1.4
11992026-04-23T13:05:11.654Z Downloaded primeorder v0.13.6
12002026-04-23T13:05:11.655Z Downloaded ppv-lite86 v0.2.21
12012026-04-23T13:05:11.657Z Downloaded parking_lot_core v0.9.12
12022026-04-23T13:05:11.657Z Downloaded parking_lot v0.12.5
12032026-04-23T13:05:11.660Z Downloaded packed_struct v0.10.1
12042026-04-23T13:05:11.660Z Downloaded crc-any v2.5.0
12052026-04-23T13:05:11.663Z Downloaded peg v0.8.5
12062026-04-23T13:05:11.666Z Downloaded paste v1.0.15
12072026-04-23T13:05:11.668Z Downloaded password-hash v0.5.0
12082026-04-23T13:05:11.668Z Downloaded password-hash v0.4.2
12092026-04-23T13:05:11.672Z Downloaded parse-display-derive v0.10.0
12102026-04-23T13:05:11.672Z Downloaded parse-display v0.10.0
12112026-04-23T13:05:11.672Z Downloaded heapless v0.8.0
12122026-04-23T13:05:11.675Z Downloaded heapless v0.7.17
12132026-04-23T13:05:11.678Z Downloaded num_enum v0.5.11
12142026-04-23T13:05:11.681Z Downloaded num-complex v0.4.6
12152026-04-23T13:05:11.685Z Downloaded ring v0.17.14
12162026-04-23T13:05:11.715Z Downloaded libloading v0.8.9
12172026-04-23T13:05:11.717Z Downloaded darling_core v0.20.11
12182026-04-23T13:05:11.720Z Downloaded chacha20poly1305 v0.10.1
12192026-04-23T13:05:11.723Z Downloaded ingot-macros v0.1.1
12202026-04-23T13:05:11.723Z Downloaded hyper-rustls v0.27.7
12212026-04-23T13:05:11.726Z Downloaded fatfs v0.3.6
12222026-04-23T13:05:11.726Z Downloaded bumpalo v3.20.2
12232026-04-23T13:05:11.730Z Downloaded darling v0.21.3
12242026-04-23T13:05:11.734Z Downloaded lzss v0.8.2
12252026-04-23T13:05:11.734Z Downloaded half v1.8.3
12262026-04-23T13:05:11.737Z Downloaded futures-channel v0.3.32
12272026-04-23T13:05:11.737Z Downloaded cancel-safe-futures v0.1.5
12282026-04-23T13:05:11.740Z Downloaded async-bb8-diesel v0.2.1
12292026-04-23T13:05:11.740Z Downloaded lazy_static v1.5.0
12302026-04-23T13:05:11.743Z Downloaded lalrpop-util v0.19.12
12312026-04-23T13:05:11.743Z Downloaded kstat-rs v0.2.4
12322026-04-23T13:05:11.743Z Downloaded keccak v0.1.6
12332026-04-23T13:05:11.743Z Downloaded flume v0.11.1
12342026-04-23T13:05:11.746Z Downloaded ed25519 v2.2.3
12352026-04-23T13:05:11.749Z Downloaded des v0.8.1
12362026-04-23T13:05:11.749Z Downloaded crc v3.4.0
12372026-04-23T13:05:11.749Z Downloaded libgit2-sys v0.18.3+1.9.2
12382026-04-23T13:05:11.794Z Downloaded cookie_store v0.22.1
12392026-04-23T13:05:11.797Z Downloaded const-oid v0.9.6
12402026-04-23T13:05:11.797Z Downloaded console v0.16.2
12412026-04-23T13:05:11.800Z Downloaded console v0.15.11
12422026-04-23T13:05:11.800Z Downloaded ciborium v0.2.2
12432026-04-23T13:05:11.803Z Downloaded camino-tempfile-ext v0.3.3
12442026-04-23T13:05:11.803Z Downloaded bzip2 v0.4.4
12452026-04-23T13:05:11.806Z Downloaded backon v1.6.0
12462026-04-23T13:05:11.806Z Downloaded async-trait v0.1.89
12472026-04-23T13:05:11.810Z Downloaded derive-ex v0.1.8
12482026-04-23T13:05:11.810Z Downloaded cipher v0.4.4
12492026-04-23T13:05:11.815Z Downloaded csv-core v0.1.13
12502026-04-23T13:05:11.815Z Downloaded corncobs v0.1.4
12512026-04-23T13:05:11.815Z Downloaded cookie v0.18.1
12522026-04-23T13:05:11.815Z Downloaded cargo_metadata v0.19.2
12532026-04-23T13:05:11.821Z Downloaded ar_archive_writer v0.5.1
12542026-04-23T13:05:11.821Z Downloaded http-body v1.0.1
12552026-04-23T13:05:11.821Z Downloaded chacha20 v0.9.1
12562026-04-23T13:05:11.824Z Downloaded home v0.5.12
12572026-04-23T13:05:11.824Z Downloaded ff v0.13.1
12582026-04-23T13:05:11.824Z Downloaded ena v0.14.4
12592026-04-23T13:05:11.824Z Downloaded ctr v0.9.2
12602026-04-23T13:05:11.824Z Downloaded derive_builder_macro v0.20.2
12612026-04-23T13:05:11.824Z Downloaded async-stream-impl v0.3.6
12622026-04-23T13:05:11.824Z Downloaded ciborium-ll v0.2.2
12632026-04-23T13:05:11.827Z Downloaded cargo-platform v0.1.9
12642026-04-23T13:05:11.827Z Downloaded darling_macro v0.23.0
12652026-04-23T13:05:11.827Z Downloaded curve25519-dalek-derive v0.1.1
12662026-04-23T13:05:11.827Z Downloaded async-recursion v1.1.1
12672026-04-23T13:05:11.830Z Downloaded bb8 v0.8.6
12682026-04-23T13:05:11.830Z Downloaded embedded-io v0.4.0
12692026-04-23T13:05:11.833Z Downloaded dsl_auto_type v0.2.0
12702026-04-23T13:05:11.833Z Downloaded dirs-next v2.0.0
12712026-04-23T13:05:11.833Z Downloaded async-stream v0.3.6
12722026-04-23T13:05:11.836Z Downloaded aead v0.5.2
12732026-04-23T13:05:11.836Z Downloaded ecdsa v0.16.9
12742026-04-23T13:05:11.839Z Downloaded debug-ignore v1.0.5
12752026-04-23T13:05:11.839Z Downloaded crunchy v0.2.4
12762026-04-23T13:05:11.839Z Downloaded bitfield-struct v0.6.2
12772026-04-23T13:05:11.842Z Downloaded ascii-canvas v3.0.0
12782026-04-23T13:05:11.842Z Downloaded critical-section v1.2.0
12792026-04-23T13:05:12.383Z Downloaded aws-lc-sys v0.37.1
12802026-04-23T13:05:12.709Z Compiling libc v0.2.185
12812026-04-23T13:05:12.712Z Compiling serde v1.0.228
12822026-04-23T13:05:12.712Z Compiling shlex v1.3.0
12832026-04-23T13:05:12.712Z Compiling log v0.4.29
12842026-04-23T13:05:12.712Z Compiling find-msvc-tools v0.1.9
12852026-04-23T13:05:12.712Z Compiling smallvec v1.15.1
12862026-04-23T13:05:12.712Z Compiling typenum v1.19.0
12872026-04-23T13:05:12.712Z Compiling subtle v2.6.1
12882026-04-23T13:05:12.712Z Compiling generic-array v0.14.7
12892026-04-23T13:05:12.712Z Compiling scopeguard v1.2.0
12902026-04-23T13:05:12.712Z Compiling const-oid v0.9.6
12912026-04-23T13:05:13.009Z Compiling portable-atomic v1.13.1
12922026-04-23T13:05:13.050Z Compiling syn v2.0.117
12932026-04-23T13:05:13.053Z Compiling zerocopy v0.8.40
12942026-04-23T13:05:13.054Z Compiling serde_json v1.0.149
12952026-04-23T13:05:13.073Z Compiling critical-section v1.2.0
12962026-04-23T13:05:13.153Z Compiling lock_api v0.4.14
12972026-04-23T13:05:13.175Z Compiling parking_lot_core v0.9.12
12982026-04-23T13:05:13.198Z Compiling pin-project-lite v0.2.17
12992026-04-23T13:05:13.201Z Compiling pkg-config v0.3.32
13002026-04-23T13:05:13.225Z Compiling bitflags v2.11.0
13012026-04-23T13:05:13.246Z Compiling libm v0.2.16
13022026-04-23T13:05:13.309Z Compiling num-traits v0.2.19
13032026-04-23T13:05:13.355Z Compiling futures-core v0.3.32
13042026-04-23T13:05:13.379Z Compiling percent-encoding v2.3.2
13052026-04-23T13:05:13.441Z Compiling allocator-api2 v0.2.21
13062026-04-23T13:05:13.504Z Compiling cpufeatures v0.2.17
13072026-04-23T13:05:13.589Z Compiling futures-sink v0.3.32
13082026-04-23T13:05:13.608Z Compiling foldhash v0.2.0
13092026-04-23T13:05:13.611Z Compiling futures-task v0.3.32
13102026-04-23T13:05:13.611Z Compiling getrandom v0.4.1
13112026-04-23T13:05:13.675Z Compiling futures-io v0.3.32
13122026-04-23T13:05:13.786Z Compiling futures-channel v0.3.32
13132026-04-23T13:05:13.786Z Compiling slab v0.4.12
13142026-04-23T13:05:13.822Z Compiling getrandom v0.3.4
13152026-04-23T13:05:13.901Z Compiling hashbrown v0.16.1
13162026-04-23T13:05:13.904Z Compiling rustversion v1.0.22
13172026-04-23T13:05:13.953Z Compiling rand_core v0.10.0
13182026-04-23T13:05:13.970Z Compiling form_urlencoded v1.2.2
13192026-04-23T13:05:14.005Z Compiling ident_case v1.0.1
13202026-04-23T13:05:14.038Z Compiling dunce v1.0.5
13212026-04-23T13:05:14.101Z Compiling base64ct v1.8.3
13222026-04-23T13:05:14.129Z Compiling fs_extra v1.3.0
13232026-04-23T13:05:14.154Z Compiling getrandom v0.2.17
13242026-04-23T13:05:14.177Z Compiling jobserver v0.1.34
13252026-04-23T13:05:14.181Z Compiling errno v0.3.14
13262026-04-23T13:05:14.242Z Compiling mio v1.2.0
13272026-04-23T13:05:14.266Z Compiling socket2 v0.6.3
13282026-04-23T13:05:14.373Z Compiling rand_core v0.6.4
13292026-04-23T13:05:14.395Z Compiling signal-hook-registry v1.4.8
13302026-04-23T13:05:14.440Z Compiling cc v1.2.56
13312026-04-23T13:05:14.482Z Compiling once_cell v1.21.3
13322026-04-23T13:05:14.502Z Compiling parking_lot v0.12.5
13332026-04-23T13:05:14.597Z Compiling pem-rfc7468 v0.7.0
13342026-04-23T13:05:14.620Z Compiling indexmap v2.13.0
13352026-04-23T13:05:14.680Z Compiling flagset v0.4.7
13362026-04-23T13:05:14.702Z Compiling rustix v1.1.3
13372026-04-23T13:05:14.723Z Compiling iana-time-zone v0.1.65
13382026-04-23T13:05:14.770Z Compiling uuid v1.23.0
13392026-04-23T13:05:14.789Z Compiling rustc_version v0.4.1
13402026-04-23T13:05:14.833Z Compiling aws-lc-rs v1.16.0
13412026-04-23T13:05:14.856Z Compiling vcpkg v0.2.15
13422026-04-23T13:05:14.990Z Compiling rand_core v0.9.5
13432026-04-23T13:05:15.013Z Compiling regex-syntax v0.8.10
13442026-04-23T13:05:15.016Z Compiling tracing-core v0.1.36
13452026-04-23T13:05:15.092Z Compiling base64 v0.22.1
13462026-04-23T13:05:15.092Z Compiling untrusted v0.7.1
13472026-04-23T13:05:15.211Z Compiling httparse v1.10.1
13482026-04-23T13:05:15.234Z Compiling openssl-probe v0.2.1
13492026-04-23T13:05:15.259Z Compiling untrusted v0.9.0
13502026-04-23T13:05:15.393Z Compiling schemars v0.8.22
13512026-04-23T13:05:15.468Z Compiling cmake v0.1.57
13522026-04-23T13:05:15.487Z Compiling rustls v0.23.37
13532026-04-23T13:05:15.517Z Compiling tower-service v0.3.3
13542026-04-23T13:05:15.561Z Compiling tinyvec_macros v0.1.1
13552026-04-23T13:05:15.583Z Compiling try-lock v0.2.5
13562026-04-23T13:05:15.617Z Compiling atomic-waker v1.1.2
13572026-04-23T13:05:15.649Z Compiling dyn-clone v1.0.20
13582026-04-23T13:05:15.672Z Compiling tower-layer v0.3.3
13592026-04-23T13:05:15.721Z Compiling want v0.3.1
13602026-04-23T13:05:15.725Z Compiling tinyvec v1.10.0
13612026-04-23T13:05:15.770Z Compiling spin v0.9.8
13622026-04-23T13:05:15.770Z Compiling aho-corasick v1.1.4
13632026-04-23T13:05:15.835Z Compiling num-conv v0.2.0
13642026-04-23T13:05:15.858Z Compiling httpdate v1.0.3
13652026-04-23T13:05:15.878Z Compiling foreign-types-shared v0.1.1
13662026-04-23T13:05:15.921Z Compiling crc32fast v1.5.0
13672026-04-23T13:05:15.926Z Compiling powerfmt v0.2.0
13682026-04-23T13:05:15.926Z Compiling pin-utils v0.1.0
13692026-04-23T13:05:15.965Z Compiling openssl v0.10.75
13702026-04-23T13:05:16.013Z Compiling time-core v0.1.8
13712026-04-23T13:05:16.017Z Compiling foreign-types v0.3.2
13722026-04-23T13:05:16.017Z Compiling socket2 v0.5.10
13732026-04-23T13:05:16.081Z Compiling wait-timeout v0.2.1
13742026-04-23T13:05:16.084Z Compiling siphasher v1.0.2
13752026-04-23T13:05:16.139Z Compiling deranged v0.5.8
13762026-04-23T13:05:16.161Z Compiling native-tls v0.2.18
13772026-04-23T13:05:16.204Z Compiling crossbeam-utils v0.8.21
13782026-04-23T13:05:16.225Z Compiling time-macros v0.2.27
13792026-04-23T13:05:16.248Z Compiling quick-error v1.2.3
13802026-04-23T13:05:16.280Z Compiling syn v1.0.109
13812026-04-23T13:05:16.307Z Compiling bit-vec v0.8.0
13822026-04-23T13:05:16.359Z Compiling usdt-impl v0.6.0
13832026-04-23T13:05:16.390Z Compiling simd-adler32 v0.3.8
13842026-04-23T13:05:16.409Z Compiling num_threads v0.1.7
13852026-04-23T13:05:16.463Z Compiling unicode-normalization v0.1.25
13862026-04-23T13:05:16.550Z Compiling slog v2.8.2
13872026-04-23T13:05:16.636Z Compiling bit-set v0.8.0
13882026-04-23T13:05:16.664Z Compiling heapless v0.7.17
13892026-04-23T13:05:16.668Z Compiling rand_xorshift v0.4.0
13902026-04-23T13:05:16.726Z Compiling aws-lc-sys v0.37.1
13912026-04-23T13:05:16.730Z Compiling ring v0.17.14
13922026-04-23T13:05:16.730Z Compiling openssl-sys v0.9.111
13932026-04-23T13:05:16.795Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13942026-04-23T13:05:16.842Z Compiling bzip2-sys v0.1.13+1.0.8
13952026-04-23T13:05:16.865Z Compiling tempfile v3.25.0
13962026-04-23T13:05:16.888Z Compiling thread-id v5.1.0
13972026-04-23T13:05:16.910Z Compiling sync_wrapper v1.0.2
13982026-04-23T13:05:16.987Z Compiling cookie v0.18.1
13992026-04-23T13:05:17.012Z Compiling unicode-bidi v0.3.18
14002026-04-23T13:05:17.061Z Compiling synstructure v0.13.2
14012026-04-23T13:05:17.109Z Compiling serde_derive_internals v0.29.1
14022026-04-23T13:05:17.227Z Compiling pest_generator v2.8.6
14032026-04-23T13:05:17.247Z Compiling darling_core v0.20.11
14042026-04-23T13:05:17.272Z Compiling regex-automata v0.4.14
14052026-04-23T13:05:17.398Z Compiling rusty-fork v0.3.1
14062026-04-23T13:05:17.575Z Compiling darling_core v0.21.3
14072026-04-23T13:05:17.752Z Compiling time v0.3.47
14082026-04-23T13:05:17.773Z Compiling anyhow v1.0.102
14092026-04-23T13:05:17.831Z Compiling zstd-safe v7.2.4
14102026-04-23T13:05:17.977Z Compiling paste v1.0.15
14112026-04-23T13:05:18.092Z Compiling signal-hook v0.3.18
14122026-04-23T13:05:18.189Z Compiling adler2 v2.0.1
14132026-04-23T13:05:18.226Z Compiling unicode-properties v0.1.4
14142026-04-23T13:05:18.286Z Compiling unarray v0.1.4
14152026-04-23T13:05:18.373Z Compiling miniz_oxide v0.8.9
14162026-04-23T13:05:18.518Z Compiling stringprep v0.1.5
14172026-04-23T13:05:18.585Z Compiling num-integer v0.1.46
14182026-04-23T13:05:18.685Z Compiling vergen-lib v0.1.6
14192026-04-23T13:05:18.704Z Compiling curve25519-dalek v4.1.3
14202026-04-23T13:05:18.921Z Compiling ff v0.13.1
14212026-04-23T13:05:19.040Z Compiling hash32 v0.2.1
14222026-04-23T13:05:19.107Z Compiling memoffset v0.9.1
14232026-04-23T13:05:19.147Z Compiling iri-string v0.7.10
14242026-04-23T13:05:19.152Z Compiling litrs v1.0.0
14252026-04-23T13:05:19.235Z Compiling zlib-rs v0.6.2
14262026-04-23T13:05:19.256Z Compiling psl-types v2.0.11
14272026-04-23T13:05:19.299Z Compiling rustix v0.38.44
14282026-04-23T13:05:19.364Z Compiling ryu v1.0.23
14292026-04-23T13:05:19.424Z Compiling smoltcp v0.9.1
14302026-04-23T13:05:19.444Z Compiling cfg_aliases v0.2.1
14312026-04-23T13:05:19.541Z Compiling ref-cast v1.0.25
14322026-04-23T13:05:19.603Z Compiling num-bigint-dig v0.8.6
14332026-04-23T13:05:19.735Z Compiling serde_derive v1.0.228
14342026-04-23T13:05:19.759Z Compiling zeroize_derive v1.4.3
14352026-04-23T13:05:19.856Z Compiling zerofrom-derive v0.1.6
14362026-04-23T13:05:19.873Z Compiling yoke-derive v0.8.1
14372026-04-23T13:05:19.878Z Compiling zerocopy-derive v0.8.40
14382026-04-23T13:05:19.938Z Compiling zerovec-derive v0.11.2
14392026-04-23T13:05:20.005Z Compiling displaydoc v0.2.5
14402026-04-23T13:05:20.623Z Compiling tokio-macros v2.7.0
14412026-04-23T13:05:20.647Z Compiling zeroize v1.8.2
14422026-04-23T13:05:21.024Z Compiling futures-macro v0.3.32
14432026-04-23T13:05:21.227Z Compiling der_derive v0.7.3
14442026-04-23T13:05:21.313Z Compiling thiserror-impl v2.0.18
14452026-04-23T13:05:21.459Z Compiling rustls-pki-types v1.14.0
14462026-04-23T13:05:21.480Z Compiling tracing-attributes v0.1.31
14472026-04-23T13:05:21.593Z Compiling schemars_derive v0.8.22
14482026-04-23T13:05:21.720Z Compiling crypto-common v0.1.7
14492026-04-23T13:05:21.847Z Compiling zerofrom v0.1.6
14502026-04-23T13:05:21.916Z Compiling block-buffer v0.10.4
14512026-04-23T13:05:22.013Z Compiling yoke v0.8.1
14522026-04-23T13:05:22.091Z Compiling digest v0.10.7
14532026-04-23T13:05:22.114Z Compiling futures-util v0.3.32
14542026-04-23T13:05:22.139Z Compiling block-padding v0.3.3
14552026-04-23T13:05:22.265Z Compiling zerovec v0.11.5
14562026-04-23T13:05:22.350Z Compiling zerotrie v0.2.3
14572026-04-23T13:05:22.422Z Compiling hmac v0.12.1
14582026-04-23T13:05:22.523Z Compiling inout v0.1.4
14592026-04-23T13:05:22.542Z Compiling sha2 v0.10.9
14602026-04-23T13:05:22.626Z Compiling der v0.7.10
14612026-04-23T13:05:22.750Z Compiling cipher v0.4.4
14622026-04-23T13:05:22.769Z Compiling pbkdf2 v0.12.2
14632026-04-23T13:05:22.928Z Compiling tinystr v0.8.2
14642026-04-23T13:05:22.964Z Compiling potential_utf v0.1.4
14652026-04-23T13:05:23.107Z Compiling salsa20 v0.10.2
14662026-04-23T13:05:23.147Z Compiling aes v0.8.4
14672026-04-23T13:05:23.171Z Compiling icu_locale_core v2.1.1
14682026-04-23T13:05:23.196Z Compiling icu_collections v2.1.1
14692026-04-23T13:05:23.219Z Compiling thiserror v2.0.18
14702026-04-23T13:05:23.300Z Compiling scrypt v0.11.0
14712026-04-23T13:05:23.326Z Compiling cbc v0.1.2
14722026-04-23T13:05:23.326Z Compiling tracing v0.1.44
14732026-04-23T13:05:23.527Z Compiling scroll_derive v0.13.1
14742026-04-23T13:05:23.641Z Compiling pest_derive v2.8.6
14752026-04-23T13:05:23.715Z Compiling darling_macro v0.20.11
14762026-04-23T13:05:23.852Z Compiling spki v0.7.3
14772026-04-23T13:05:23.900Z Compiling openssl-macros v0.1.1
14782026-04-23T13:05:24.129Z Compiling icu_provider v2.1.1
14792026-04-23T13:05:24.159Z Compiling pkcs5 v0.7.1
14802026-04-23T13:05:24.193Z Compiling dtrace-parser v0.3.0
14812026-04-23T13:05:24.317Z Compiling signature v2.2.0
14822026-04-23T13:05:24.339Z Compiling darling v0.20.11
14832026-04-23T13:05:24.393Z Compiling rustls-native-certs v0.8.3
14842026-04-23T13:05:24.415Z Compiling scroll_derive v0.12.1
14852026-04-23T13:05:24.460Z Compiling bytes v1.11.1
14862026-04-23T13:05:24.530Z Compiling icu_properties v2.1.2
14872026-04-23T13:05:24.553Z Compiling icu_normalizer v2.1.1
14882026-04-23T13:05:24.556Z Compiling chrono v0.4.44
14892026-04-23T13:05:24.597Z Compiling pkcs8 v0.10.2
14902026-04-23T13:05:24.619Z Compiling scroll v0.13.0
14912026-04-23T13:05:24.776Z Compiling ipnet v2.11.0
14922026-04-23T13:05:24.812Z Compiling derive_builder_core v0.20.2
14932026-04-23T13:05:24.972Z Compiling goblin v0.10.5
14942026-04-23T13:05:25.018Z Compiling thiserror-impl v1.0.69
14952026-04-23T13:05:25.214Z Compiling tokio v1.52.1
14962026-04-23T13:05:25.239Z Compiling http v1.4.0
14972026-04-23T13:05:25.301Z Compiling erased-serde v0.3.31
14982026-04-23T13:05:25.354Z Compiling scroll v0.12.0
14992026-04-23T13:05:25.374Z Compiling serde_tokenstream v0.2.3
15002026-04-23T13:05:25.514Z Compiling toml_datetime v0.6.11
15012026-04-23T13:05:25.717Z Compiling serde_spanned v0.6.9
15022026-04-23T13:05:25.791Z Compiling md-5 v0.10.6
15032026-04-23T13:05:25.845Z Compiling idna_adapter v1.2.1
15042026-04-23T13:05:25.869Z Compiling webpki-roots v1.0.6
15052026-04-23T13:05:25.905Z Compiling darling_macro v0.21.3
15062026-04-23T13:05:26.013Z Compiling idna v1.1.0
15072026-04-23T13:05:26.036Z Compiling zerocopy-derive v0.7.35
15082026-04-23T13:05:26.039Z Compiling fallible-iterator v0.2.0
15092026-04-23T13:05:26.080Z Compiling ppv-lite86 v0.2.21
15102026-04-23T13:05:26.083Z Compiling derive_builder_macro v0.20.2
15112026-04-23T13:05:26.165Z Compiling http-body v1.0.1
15122026-04-23T13:05:26.321Z Compiling base16ct v0.2.0
15132026-04-23T13:05:26.377Z Compiling http-body-util v0.1.3
15142026-04-23T13:05:26.484Z Compiling url v2.5.8
15152026-04-23T13:05:26.544Z Compiling rand_chacha v0.9.0
15162026-04-23T13:05:26.544Z Compiling rand_chacha v0.3.1
15172026-04-23T13:05:26.586Z Compiling darling v0.21.3
15182026-04-23T13:05:26.589Z Compiling sec1 v0.7.3
15192026-04-23T13:05:26.589Z Compiling publicsuffix v2.3.0
15202026-04-23T13:05:26.701Z Compiling derive_builder v0.20.2
15212026-04-23T13:05:26.724Z Compiling goblin v0.8.2
15222026-04-23T13:05:26.823Z Compiling rand v0.9.2
15232026-04-23T13:05:26.867Z Compiling thiserror v1.0.69
15242026-04-23T13:05:26.888Z Compiling rand v0.8.5
15252026-04-23T13:05:26.919Z Compiling serde_urlencoded v0.7.1
15262026-04-23T13:05:26.987Z Compiling cargo-platform v0.1.9
15272026-04-23T13:05:27.010Z Compiling hubpack_derive v0.1.1
15282026-04-23T13:05:27.261Z Compiling zerocopy v0.7.35
15292026-04-23T13:05:27.284Z Compiling flate2 v1.1.9
15302026-04-23T13:05:27.340Z Compiling hkdf v0.12.4
15312026-04-23T13:05:27.473Z Compiling crypto-bigint v0.5.5
15322026-04-23T13:05:27.565Z Compiling regex v1.12.3
15332026-04-23T13:05:27.616Z Compiling proptest v1.10.0
15342026-04-23T13:05:27.656Z Compiling postgres-protocol v0.6.10
15352026-04-23T13:05:27.928Z Compiling document-features v0.2.12
15362026-04-23T13:05:28.024Z Compiling curve25519-dalek-derive v0.1.1
15372026-04-23T13:05:28.052Z Compiling ref-cast-impl v1.0.25
15382026-04-23T13:05:28.074Z Compiling async-trait v0.1.89
15392026-04-23T13:05:28.137Z Compiling daft-derive v0.1.5
15402026-04-23T13:05:28.140Z Compiling strum_macros v0.27.2
15412026-04-23T13:05:28.169Z Compiling nix v0.31.2
15422026-04-23T13:05:28.418Z Compiling ipnetwork v0.21.1
15432026-04-23T13:05:28.720Z Compiling oxnet v0.1.4
15442026-04-23T13:05:28.773Z Compiling dof v0.4.0
15452026-04-23T13:05:28.970Z Compiling group v0.13.0
15462026-04-23T13:05:29.053Z Compiling num-iter v0.1.45
15472026-04-23T13:05:29.232Z Compiling terminal_size v0.4.3
15482026-04-23T13:05:29.254Z Compiling phf_shared v0.13.1
15492026-04-23T13:05:29.403Z Compiling lazy_static v1.5.0
15502026-04-23T13:05:29.424Z Compiling vergen v9.0.6
15512026-04-23T13:05:29.521Z Compiling fs-err v3.3.0
15522026-04-23T13:05:29.524Z Compiling ahash v0.8.12
15532026-04-23T13:05:29.565Z Compiling managed v0.8.0
15542026-04-23T13:05:29.590Z Compiling winnow v0.5.40
15552026-04-23T13:05:29.613Z Compiling unicode-segmentation v1.12.0
15562026-04-23T13:05:29.616Z Compiling foldhash v0.1.5
15572026-04-23T13:05:29.665Z Compiling libbz2-rs-sys v0.2.2
15582026-04-23T13:05:29.784Z Compiling bumpalo v3.20.2
15592026-04-23T13:05:29.829Z Compiling object v0.37.3
15602026-04-23T13:05:29.852Z Compiling bitflags v1.3.2
15612026-04-23T13:05:30.098Z Compiling zopfli v0.8.3
15622026-04-23T13:05:30.144Z Compiling hashbrown v0.15.5
15632026-04-23T13:05:30.175Z Compiling dof v0.3.0
15642026-04-23T13:05:30.261Z Compiling bzip2 v0.6.1
15652026-04-23T13:05:30.395Z Compiling tokio-util v0.7.18
15662026-04-23T13:05:30.456Z Compiling tower v0.5.3
15672026-04-23T13:05:30.577Z Compiling tokio-native-tls v0.3.1
15682026-04-23T13:05:30.626Z Compiling clap_builder v4.5.60
15692026-04-23T13:05:30.672Z Compiling phf v0.13.1
15702026-04-23T13:05:30.908Z Compiling newtype-uuid v1.3.2
15712026-04-23T13:05:30.928Z Compiling strum v0.27.2
15722026-04-23T13:05:30.955Z Compiling signal-hook-mio v0.2.5
15732026-04-23T13:05:31.061Z Compiling tower-http v0.6.8
15742026-04-23T13:05:31.085Z Compiling usdt-attr-macro v0.6.0
15752026-04-23T13:05:31.110Z Compiling usdt-macro v0.6.0
15762026-04-23T13:05:31.113Z Compiling elliptic-curve v0.13.8
15772026-04-23T13:05:31.175Z Compiling cargo_metadata v0.19.2
15782026-04-23T13:05:31.246Z Compiling daft v0.1.5
15792026-04-23T13:05:31.365Z Compiling h2 v0.4.13
15802026-04-23T13:05:31.616Z Compiling toml_edit v0.19.15
15812026-04-23T13:05:31.641Z Compiling cookie_store v0.22.1
15822026-04-23T13:05:31.705Z Compiling bzip2 v0.4.4
15832026-04-23T13:05:31.832Z Compiling postgres-types v0.2.12
15842026-04-23T13:05:31.885Z Compiling zstd v0.13.3
15852026-04-23T13:05:31.996Z Compiling hubpack v0.1.2
15862026-04-23T13:05:32.111Z Compiling dtrace-parser v0.2.0
15872026-04-23T13:05:32.160Z Compiling serde_with_macros v3.17.0
15882026-04-23T13:05:32.250Z Compiling pkcs1 v0.7.5
15892026-04-23T13:05:32.298Z Compiling ed25519 v2.2.3
15902026-04-23T13:05:32.569Z Compiling hex v0.4.3
15912026-04-23T13:05:32.623Z Compiling serde-big-array v0.5.1
15922026-04-23T13:05:32.797Z Compiling rfc6979 v0.4.0
15932026-04-23T13:05:32.818Z Compiling bstr v1.12.1
15942026-04-23T13:05:32.939Z Compiling serde_repr v0.1.20
15952026-04-23T13:05:32.966Z Compiling enum-as-inner v0.6.1
15962026-04-23T13:05:33.069Z Compiling strum_macros v0.26.4
15972026-04-23T13:05:33.183Z Compiling clap_derive v4.5.55
15982026-04-23T13:05:33.383Z Compiling phf_shared v0.11.3
15992026-04-23T13:05:33.448Z Compiling float-cmp v0.10.0
16002026-04-23T13:05:33.471Z Compiling memmap2 v0.9.10
16012026-04-23T13:05:33.640Z Compiling thread-id v4.2.2
16022026-04-23T13:05:33.644Z Compiling env_filter v1.0.0
16032026-04-23T13:05:33.685Z Compiling encoding_rs v0.8.35
16042026-04-23T13:05:33.688Z Compiling jiff v0.2.21
16052026-04-23T13:05:33.731Z Compiling new_debug_unreachable v1.0.6
16062026-04-23T13:05:33.734Z Compiling whoami v2.1.0
16072026-04-23T13:05:33.774Z Compiling static_assertions v1.1.0
16082026-04-23T13:05:33.797Z Compiling predicates-core v1.0.10
16092026-04-23T13:05:33.833Z Compiling data-encoding v2.10.0
16102026-04-23T13:05:33.880Z Compiling normalize-line-endings v0.3.0
16112026-04-23T13:05:34.013Z Compiling fixedbitset v0.5.7
16122026-04-23T13:05:34.041Z Compiling either v1.15.0
16132026-04-23T13:05:34.061Z Compiling difflib v0.4.0
16142026-04-23T13:05:34.265Z Compiling mime v0.3.17
16152026-04-23T13:05:34.329Z Compiling precomputed-hash v0.1.1
16162026-04-23T13:05:34.434Z Compiling keccak v0.1.6
16172026-04-23T13:05:34.462Z Compiling rustc-hash v2.1.1
16182026-04-23T13:05:34.614Z Compiling fixedbitset v0.4.2
16192026-04-23T13:05:34.635Z Compiling toml_edit v0.22.27
16202026-04-23T13:05:34.809Z Compiling petgraph v0.6.5
16212026-04-23T13:05:34.834Z Compiling sha3 v0.10.8
16222026-04-23T13:05:34.912Z Compiling iddqd v0.3.17
16232026-04-23T13:05:34.951Z Compiling string_cache v0.8.9
16242026-04-23T13:05:35.252Z Compiling predicates v3.1.4
16252026-04-23T13:05:35.409Z Compiling itertools v0.13.0
16262026-04-23T13:05:35.457Z Compiling hyper v1.8.1
16272026-04-23T13:05:35.500Z Compiling strum v0.26.3
16282026-04-23T13:05:35.590Z Compiling petgraph v0.8.3
16292026-04-23T13:05:35.617Z Compiling clap v4.5.60
16302026-04-23T13:05:35.638Z Compiling hickory-proto v0.25.2
16312026-04-23T13:05:35.676Z Compiling tokio-postgres v0.7.16
16322026-04-23T13:05:35.730Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16332026-04-23T13:05:35.757Z Compiling env_logger v0.11.9
16342026-04-23T13:05:36.175Z Compiling usdt-impl v0.5.0
16352026-04-23T13:05:36.249Z Compiling serde_with v3.17.0
16362026-04-23T13:05:36.495Z Compiling usdt v0.6.0
16372026-04-23T13:05:36.856Z Compiling toml v0.7.8
16382026-04-23T13:05:36.884Z Compiling similar v2.7.0
16392026-04-23T13:05:36.912Z Compiling hyper-util v0.1.20
16402026-04-23T13:05:36.983Z Compiling crossterm v0.28.1
16412026-04-23T13:05:37.132Z Compiling ecdsa v0.16.9
16422026-04-23T13:05:37.655Z Compiling zip v4.6.1
16432026-04-23T13:05:37.658Z Compiling ed25519-dalek v2.2.0
16442026-04-23T13:05:37.696Z Compiling rsa v0.9.10
16452026-04-23T13:05:38.108Z Compiling zip v0.6.6
16462026-04-23T13:05:38.525Z Compiling tokio-stream v0.1.18
16472026-04-23T13:05:38.570Z Compiling buf-list v1.1.2
16482026-04-23T13:05:38.679Z Compiling heck v0.4.1
16492026-04-23T13:05:38.761Z Compiling hyper-tls v0.6.0
16502026-04-23T13:05:38.938Z Compiling toml_parser v1.0.9+spec-1.1.0
16512026-04-23T13:05:38.978Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16522026-04-23T13:05:39.000Z Compiling openapiv3 v2.2.0
16532026-04-23T13:05:39.065Z Compiling x509-cert v0.2.5
16542026-04-23T13:05:39.153Z Compiling sha1 v0.10.6
16552026-04-23T13:05:39.175Z Compiling crossbeam-epoch v0.9.18
16562026-04-23T13:05:39.214Z Compiling toml_datetime v0.7.5+spec-1.1.0
16572026-04-23T13:05:39.269Z Compiling peg-runtime v0.8.5
16582026-04-23T13:05:39.409Z Compiling lalrpop-util v0.19.12
16592026-04-23T13:05:39.465Z Compiling thread_local v1.1.9
16602026-04-23T13:05:39.552Z Compiling slog-async v2.8.0
16612026-04-23T13:05:39.614Z Compiling futures-executor v0.3.32
16622026-04-23T13:05:39.636Z Compiling crossbeam-channel v0.5.15
16632026-04-23T13:05:39.663Z Compiling filetime v0.2.27
16642026-04-23T13:05:39.667Z Compiling is-terminal v0.4.17
16652026-04-23T13:05:39.667Z Compiling take_mut v0.2.2
16662026-04-23T13:05:39.795Z Compiling xattr v1.6.1
16672026-04-23T13:05:39.815Z Compiling term v1.2.1
16682026-04-23T13:05:39.815Z Compiling futures v0.3.32
16692026-04-23T13:05:39.954Z Compiling tar v0.4.45
16702026-04-23T13:05:40.256Z Compiling slog-term v2.9.2
16712026-04-23T13:06:03.202Z Compiling rustls-webpki v0.103.9
16722026-04-23T13:06:07.215Z Compiling tokio-rustls v0.26.4
16732026-04-23T13:06:07.215Z Compiling rustls-platform-verifier v0.6.2
16742026-04-23T13:06:07.476Z Compiling hyper-rustls v0.27.7
16752026-04-23T13:06:07.721Z Compiling reqwest v0.13.2
16762026-04-23T13:06:07.728Z Compiling reqwest v0.12.28
16772026-04-23T13:06:10.544Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16782026-04-23T13:06:10.830Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16792026-04-23T13:06:14.593Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
16802026-04-23T13:06:14.778Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16812026-04-23T13:06:14.838ZApr 23 13:06:13.666 INFO Starting download, target: Clickhouse
16822026-04-23T13:06:14.838ZApr 23 13:06:13.667 INFO Starting download, target: TransceiverControl
16832026-04-23T13:06:14.838ZApr 23 13:06:13.667 INFO Starting download, target: Cockroach
16842026-04-23T13:06:14.841ZApr 23 13:06:13.667 INFO Starting download, target: DendriteStub
16852026-04-23T13:06:14.841ZApr 23 13:06:13.667 INFO Starting download, target: Console
16862026-04-23T13:06:14.841ZApr 23 13:06:13.667 INFO Starting download, target: MaghemiteMgd
16872026-04-23T13:06:14.841ZApr 23 13:06:13.667 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16882026-04-23T13:06:14.841ZApr 23 13:06:13.667 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16892026-04-23T13:06:14.841ZApr 23 13:06:13.667 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16902026-04-23T13:06:14.841ZApr 23 13:06:13.667 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16912026-04-23T13:06:14.841ZApr 23 13:06:13.667 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16922026-04-23T13:06:14.841ZApr 23 13:06:13.667 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16932026-04-23T13:06:15.125ZApr 23 13:06:13.952 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16942026-04-23T13:06:15.462ZApr 23 13:06:14.285 INFO Download complete, target: TransceiverControl
16952026-04-23T13:06:15.787ZApr 23 13:06:14.608 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16962026-04-23T13:06:16.163ZApr 23 13:06:14.992 INFO Download complete, target: Console
16972026-04-23T13:06:16.962ZApr 23 13:06:15.790 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16982026-04-23T13:06:17.376ZApr 23 13:06:16.204 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16992026-04-23T13:06:17.613ZApr 23 13:06:16.441 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17002026-04-23T13:06:17.731ZApr 23 13:06:16.560 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17012026-04-23T13:06:17.731ZApr 23 13:06:16.560 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17022026-04-23T13:06:20.678ZApr 23 13:06:19.506 INFO Download complete, target: DendriteStub
17032026-04-23T13:06:21.150ZApr 23 13:06:19.978 INFO Download complete, target: MaghemiteMgd
17042026-04-23T13:06:25.448ZApr 23 13:06:24.276 INFO Checking that binary works, target: Cockroach
17052026-04-23T13:06:25.632ZApr 23 13:06:24.460 INFO Download complete, target: Cockroach
17062026-04-23T13:06:28.852ZApr 23 13:06:27.679 INFO Checking that binary works, target: Clickhouse
17072026-04-23T13:06:28.960ZApr 23 13:06:27.786 INFO Download complete, target: Clickhouse
17082026-04-23T13:06:28.965ZAll prerequisites installed successfully
17092026-04-23T13:06:28.968Z
17102026-04-23T13:06:28.968Zreal 2:29.526644583
17112026-04-23T13:06:28.969Zuser 9:21.845245245
17122026-04-23T13:06:28.969Zsys 1:57.654814064
17132026-04-23T13:06:28.969Ztrap 0.329543099
17142026-04-23T13:06:28.969Ztflt 2.180373309
17152026-04-23T13:06:28.969Zdflt 2.223695915
17162026-04-23T13:06:28.969Zkflt 0.024175054
17172026-04-23T13:06:28.969Zlock 32:25.944792939
17182026-04-23T13:06:28.969Zslp 23:47.431230457
17192026-04-23T13:06:28.969Zlat 29.920333394
17202026-04-23T13:06:28.969Zstop 4:06.295494936
17212026-04-23T13:06:28.969Z+ ptime -m cargo xtask download softnpu
17222026-04-23T13:06:29.659Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
17232026-04-23T13:06:29.694Z Running `target/debug/xtask download softnpu`
17242026-04-23T13:06:30.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
17252026-04-23T13:06:30.805Z Running `target/debug/xtask-downloader softnpu`
17262026-04-23T13:06:30.856ZApr 23 13:06:29.683 INFO Starting download, target: Softnpu
17272026-04-23T13:06:30.859ZApr 23 13:06:29.683 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17282026-04-23T13:06:31.469ZApr 23 13:06:30.296 INFO Download complete, target: Softnpu
17292026-04-23T13:06:31.472Z
17302026-04-23T13:06:31.475Zreal 2.500357673
17312026-04-23T13:06:31.475Zuser 1.795197236
17322026-04-23T13:06:31.475Zsys 0.798224274
17332026-04-23T13:06:31.475Ztrap 0.000446331
17342026-04-23T13:06:31.475Ztflt 0.000192636
17352026-04-23T13:06:31.475Zdflt 0.000268579
17362026-04-23T13:06:31.475Zkflt 0.000000000
17372026-04-23T13:06:31.475Zlock 10.898318540
17382026-04-23T13:06:31.475Zslp 0.470088905
17392026-04-23T13:06:31.475Zlat 0.058018807
17402026-04-23T13:06:31.475Zstop 0.000177409
17412026-04-23T13:06:31.475Z+ export CARGO_INCREMENTAL=0
17422026-04-23T13:06:31.475Z+ CARGO_INCREMENTAL=0
17432026-04-23T13:06:31.476Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17442026-04-23T13:06:32.707Z Compiling proc-macro2 v1.0.106
17452026-04-23T13:06:32.707Z Compiling quote v1.0.44
17462026-04-23T13:06:32.711Z Compiling unicode-ident v1.0.24
17472026-04-23T13:06:32.711Z Compiling libc v0.2.185
17482026-04-23T13:06:32.711Z Compiling serde_core v1.0.228
17492026-04-23T13:06:32.711Z Compiling serde v1.0.228
17502026-04-23T13:06:32.711Z Compiling cfg-if v1.0.4
17512026-04-23T13:06:32.711Z Compiling version_check v0.9.5
17522026-04-23T13:06:32.711Z Compiling shlex v1.3.0
17532026-04-23T13:06:32.711Z Compiling find-msvc-tools v0.1.9
17542026-04-23T13:06:32.711Z Compiling typenum v1.19.0
17552026-04-23T13:06:32.711Z Compiling autocfg v1.5.0
17562026-04-23T13:06:32.917Z Compiling zmij v1.0.21
17572026-04-23T13:06:32.920Z Compiling serde_json v1.0.149
17582026-04-23T13:06:32.933Z Compiling portable-atomic v1.13.1
17592026-04-23T13:06:33.055Z Compiling memchr v2.8.0
17602026-04-23T13:06:33.223Z Compiling zerocopy v0.8.40
17612026-04-23T13:06:33.281Z Compiling libm v0.2.16
17622026-04-23T13:06:33.325Z Compiling smallvec v1.15.1
17632026-04-23T13:06:33.328Z Compiling icu_normalizer_data v2.1.1
17642026-04-23T13:06:33.464Z Compiling num-traits v0.2.19
17652026-04-23T13:06:33.489Z Compiling parking_lot_core v0.9.12
17662026-04-23T13:06:33.531Z Compiling generic-array v0.14.7
17672026-04-23T13:06:33.664Z Compiling icu_properties_data v2.1.2
17682026-04-23T13:06:33.664Z Compiling itoa v1.0.17
17692026-04-23T13:06:33.711Z Compiling getrandom v0.4.1
17702026-04-23T13:06:33.714Z Compiling log v0.4.29
17712026-04-23T13:06:33.779Z Compiling stable_deref_trait v1.2.1
17722026-04-23T13:06:33.801Z Compiling pkg-config v0.3.32
17732026-04-23T13:06:33.893Z Compiling subtle v2.6.1
17742026-04-23T13:06:34.123Z Compiling jobserver v0.1.34
17752026-04-23T13:06:34.126Z Compiling getrandom v0.2.17
17762026-04-23T13:06:34.126Z Compiling scopeguard v1.2.0
17772026-04-23T13:06:34.228Z Compiling errno v0.3.14
17782026-04-23T13:06:34.341Z Compiling rand_core v0.6.4
17792026-04-23T13:06:34.362Z Compiling lock_api v0.4.14
17802026-04-23T13:06:34.415Z Compiling cc v1.2.56
17812026-04-23T13:06:34.474Z Compiling percent-encoding v2.3.2
17822026-04-23T13:06:34.495Z Compiling writeable v0.6.2
17832026-04-23T13:06:34.525Z Compiling litemap v0.8.1
17842026-04-23T13:06:34.590Z Compiling syn v2.0.117
17852026-04-23T13:06:34.634Z Compiling thiserror v2.0.18
17862026-04-23T13:06:34.658Z Compiling fnv v1.0.7
17872026-04-23T13:06:34.813Z Compiling pin-project-lite v0.2.17
17882026-04-23T13:06:34.816Z Compiling getrandom v0.3.4
17892026-04-23T13:06:34.816Z Compiling critical-section v1.2.0
17902026-04-23T13:06:35.004Z Compiling rustversion v1.0.22
17912026-04-23T13:06:35.069Z Compiling equivalent v1.0.2
17922026-04-23T13:06:35.072Z Compiling schemars v0.8.22
17932026-04-23T13:06:35.072Z Compiling allocator-api2 v0.2.21
17942026-04-23T13:06:35.072Z Compiling dunce v1.0.5
17952026-04-23T13:06:35.155Z Compiling foldhash v0.2.0
17962026-04-23T13:06:35.203Z Compiling utf8_iter v1.0.4
17972026-04-23T13:06:35.227Z Compiling fs_extra v1.3.0
17982026-04-23T13:06:35.275Z Compiling rand_core v0.10.0
17992026-04-23T13:06:35.407Z Compiling cmake v0.1.57
18002026-04-23T13:06:35.474Z Compiling form_urlencoded v1.2.2
18012026-04-23T13:06:35.496Z Compiling hashbrown v0.16.1
18022026-04-23T13:06:35.586Z Compiling once_cell v1.21.3
18032026-04-23T13:06:35.687Z Compiling const-oid v0.9.6
18042026-04-23T13:06:35.884Z Compiling signal-hook-registry v1.4.8
18052026-04-23T13:06:35.928Z Compiling rustix v1.1.3
18062026-04-23T13:06:35.931Z Compiling socket2 v0.6.3
18072026-04-23T13:06:36.043Z Compiling semver v1.0.27
18082026-04-23T13:06:36.189Z Compiling bitflags v2.11.0
18092026-04-23T13:06:36.245Z Compiling ring v0.17.14
18102026-04-23T13:06:36.297Z Compiling aws-lc-sys v0.37.1
18112026-04-23T13:06:36.319Z Compiling indexmap v2.13.0
18122026-04-23T13:06:36.355Z Compiling parking_lot v0.12.5
18132026-04-23T13:06:36.375Z Compiling mio v1.2.0
18142026-04-23T13:06:36.444Z Compiling aws-lc-rs v1.16.0
18152026-04-23T13:06:36.475Z Compiling thiserror v1.0.69
18162026-04-23T13:06:36.501Z Compiling strsim v0.11.1
18172026-04-23T13:06:36.530Z Compiling futures-core v0.3.32
18182026-04-23T13:06:36.748Z Compiling byteorder v1.5.0
18192026-04-23T13:06:36.771Z Compiling httparse v1.10.1
18202026-04-23T13:06:36.848Z Compiling ucd-trie v0.1.7
18212026-04-23T13:06:36.967Z Compiling syn v1.0.109
18222026-04-23T13:06:37.081Z Compiling pest v2.8.6
18232026-04-23T13:06:37.189Z Compiling iana-time-zone v0.1.65
18242026-04-23T13:06:37.240Z Compiling ident_case v1.0.1
18252026-04-23T13:06:37.243Z Compiling vcpkg v0.2.15
18262026-04-23T13:06:37.289Z Compiling heck v0.5.0
18272026-04-23T13:06:37.338Z Compiling uuid v1.23.0
18282026-04-23T13:06:37.382Z Compiling cpufeatures v0.2.17
18292026-04-23T13:06:37.523Z Compiling regex-syntax v0.8.10
18302026-04-23T13:06:37.762Z Compiling rustc_version v0.4.1
18312026-04-23T13:06:37.926Z Compiling futures-sink v0.3.32
18322026-04-23T13:06:37.955Z Compiling rustls v0.23.37
18332026-04-23T13:06:38.065Z Compiling openssl-sys v0.9.111
18342026-04-23T13:06:38.087Z Compiling futures-channel v0.3.32
18352026-04-23T13:06:38.133Z Compiling futures-io v0.3.32
18362026-04-23T13:06:38.183Z Compiling slab v0.4.12
18372026-04-23T13:06:38.186Z Compiling futures-task v0.3.32
18382026-04-23T13:06:38.365Z Compiling dyn-clone v1.0.20
18392026-04-23T13:06:38.400Z Compiling plain v0.2.3
18402026-04-23T13:06:38.452Z Compiling aho-corasick v1.1.4
18412026-04-23T13:06:38.455Z Compiling num-conv v0.2.0
18422026-04-23T13:06:38.455Z Compiling crossbeam-utils v0.8.21
18432026-04-23T13:06:38.518Z Compiling synstructure v0.13.2
18442026-04-23T13:06:38.543Z Compiling serde_derive_internals v0.29.1
18452026-04-23T13:06:38.568Z Compiling time-core v0.1.8
18462026-04-23T13:06:38.611Z Compiling pest_meta v2.8.6
18472026-04-23T13:06:38.774Z Compiling time-macros v0.2.27
18482026-04-23T13:06:38.870Z Compiling openssl v0.10.75
18492026-04-23T13:06:39.083Z Compiling pretty-hex v0.4.1
18502026-04-23T13:06:39.173Z Compiling base64 v0.22.1
18512026-04-23T13:06:39.339Z Compiling base64ct v1.8.3
18522026-04-23T13:06:39.424Z Compiling pest_generator v2.8.6
18532026-04-23T13:06:39.470Z Compiling anyhow v1.0.102
18542026-04-23T13:06:39.492Z Compiling crc32fast v1.5.0
18552026-04-23T13:06:39.514Z Compiling darling_core v0.21.3
18562026-04-23T13:06:39.599Z Compiling regex-automata v0.4.14
18572026-04-23T13:06:39.652Z Compiling pem-rfc7468 v0.7.0
18582026-04-23T13:06:39.674Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18592026-04-23T13:06:39.817Z Compiling native-tls v0.2.18
18602026-04-23T13:06:39.841Z Compiling flagset v0.4.7
18612026-04-23T13:06:39.865Z Compiling rand_core v0.9.5
18622026-04-23T13:06:40.027Z Compiling slog v2.8.2
18632026-04-23T13:06:40.078Z Compiling tracing-core v0.1.36
18642026-04-23T13:06:40.136Z Compiling untrusted v0.9.0
18652026-04-23T13:06:40.368Z Compiling serde_derive v1.0.228
18662026-04-23T13:06:40.408Z Compiling zeroize_derive v1.4.3
18672026-04-23T13:06:40.430Z Compiling zerofrom-derive v0.1.6
18682026-04-23T13:06:40.451Z Compiling yoke-derive v0.8.1
18692026-04-23T13:06:40.454Z Compiling zerovec-derive v0.11.2
18702026-04-23T13:06:40.558Z Compiling displaydoc v0.2.5
18712026-04-23T13:06:40.607Z Compiling zerocopy-derive v0.8.40
18722026-04-23T13:06:40.629Z Compiling tokio-macros v2.7.0
18732026-04-23T13:06:40.796Z Compiling futures-macro v0.3.32
18742026-04-23T13:06:41.173Z Compiling zeroize v1.8.2
18752026-04-23T13:06:41.489Z Compiling thiserror-impl v2.0.18
18762026-04-23T13:06:41.512Z Compiling schemars_derive v0.8.22
18772026-04-23T13:06:41.714Z Compiling der_derive v0.7.3
18782026-04-23T13:06:41.793Z Compiling tracing-attributes v0.1.31
18792026-04-23T13:06:41.815Z Compiling thiserror-impl v1.0.69
18802026-04-23T13:06:41.947Z Compiling zerofrom v0.1.6
18812026-04-23T13:06:42.153Z Compiling yoke v0.8.1
18822026-04-23T13:06:42.226Z Compiling crypto-common v0.1.7
18832026-04-23T13:06:42.393Z Compiling zerovec v0.11.5
18842026-04-23T13:06:42.416Z Compiling zerotrie v0.2.3
18852026-04-23T13:06:42.642Z Compiling block-buffer v0.10.4
18862026-04-23T13:06:42.910Z Compiling digest v0.10.7
18872026-04-23T13:06:43.085Z Compiling pest_derive v2.8.6
18882026-04-23T13:06:43.102Z Compiling futures-util v0.3.32
18892026-04-23T13:06:43.196Z Compiling tinystr v0.8.2
18902026-04-23T13:06:43.217Z Compiling potential_utf v0.1.4
18912026-04-23T13:06:43.303Z Compiling hmac v0.12.1
18922026-04-23T13:06:43.385Z Compiling icu_collections v2.1.1
18932026-04-23T13:06:43.401Z Compiling block-padding v0.3.3
18942026-04-23T13:06:43.460Z Compiling icu_locale_core v2.1.1
18952026-04-23T13:06:43.484Z Compiling sha2 v0.10.9
18962026-04-23T13:06:43.681Z Compiling inout v0.1.4
18972026-04-23T13:06:43.723Z Compiling rustls-pki-types v1.14.0
18982026-04-23T13:06:43.902Z Compiling cipher v0.4.4
18992026-04-23T13:06:43.942Z Compiling scroll_derive v0.13.1
19002026-04-23T13:06:44.293Z Compiling scroll_derive v0.12.1
19012026-04-23T13:06:44.442Z Compiling icu_provider v2.1.1
19022026-04-23T13:06:44.679Z Compiling bytes v1.11.1
19032026-04-23T13:06:44.772Z Compiling icu_properties v2.1.2
19042026-04-23T13:06:44.795Z Compiling icu_normalizer v2.1.1
19052026-04-23T13:06:44.925Z Compiling chrono v0.4.44
19062026-04-23T13:06:44.986Z Compiling serde_tokenstream v0.2.3
19072026-04-23T13:06:45.370Z Compiling openssl-macros v0.1.1
19082026-04-23T13:06:45.696Z Compiling tokio v1.52.1
19092026-04-23T13:06:45.877Z Compiling http v1.4.0
19102026-04-23T13:06:45.986Z Compiling idna_adapter v1.2.1
19112026-04-23T13:06:46.167Z Compiling idna v1.1.0
19122026-04-23T13:06:46.572Z Compiling ppv-lite86 v0.2.21
19132026-04-23T13:06:46.671Z Compiling url v2.5.8
19142026-04-23T13:06:46.763Z Compiling der v0.7.10
19152026-04-23T13:06:46.811Z Compiling regex v1.12.3
19162026-04-23T13:06:46.832Z Compiling darling_macro v0.21.3
19172026-04-23T13:06:47.036Z Compiling zerocopy-derive v0.7.35
19182026-04-23T13:06:47.403Z Compiling salsa20 v0.10.2
19192026-04-23T13:06:47.493Z Compiling darling v0.21.3
19202026-04-23T13:06:47.600Z Compiling pbkdf2 v0.12.2
19212026-04-23T13:06:47.628Z Compiling tracing v0.1.44
19222026-04-23T13:06:48.105Z Compiling spki v0.7.3
19232026-04-23T13:06:48.161Z Compiling cookie v0.18.1
19242026-04-23T13:06:48.219Z Compiling camino v1.2.2
19252026-04-23T13:06:48.331Z Compiling scrypt v0.11.0
19262026-04-23T13:06:48.373Z Compiling rand_chacha v0.9.0
19272026-04-23T13:06:48.396Z Compiling aes v0.8.4
19282026-04-23T13:06:48.422Z Compiling cbc v0.1.2
19292026-04-23T13:06:49.099Z Compiling usdt-impl v0.5.0
19302026-04-23T13:06:49.173Z Compiling winnow v0.7.14
19312026-04-23T13:06:49.215Z Compiling usdt-impl v0.6.0
19322026-04-23T13:06:49.378Z Compiling ref-cast v1.0.25
19332026-04-23T13:06:49.417Z Compiling paste v1.0.15
19342026-04-23T13:06:49.440Z Compiling either v1.15.0
19352026-04-23T13:06:49.763Z Compiling pkcs5 v0.7.1
19362026-04-23T13:06:49.832Z Compiling rand v0.9.2
19372026-04-23T13:06:49.854Z Compiling http-body v1.0.1
19382026-04-23T13:06:50.063Z Compiling scroll v0.12.0
19392026-04-23T13:06:50.066Z Compiling scroll v0.13.0
19402026-04-23T13:06:50.107Z Compiling toml_datetime v0.6.11
19412026-04-23T13:06:50.223Z Compiling serde_spanned v0.6.9
19422026-04-23T13:06:50.421Z Compiling heapless v0.7.17
19432026-04-23T13:06:50.486Z Compiling bzip2-sys v0.1.13+1.0.8
19442026-04-23T13:06:50.509Z Compiling atomic-waker v1.1.2
19452026-04-23T13:06:50.534Z Compiling openssl-probe v0.2.1
19462026-04-23T13:06:50.594Z Compiling signal-hook v0.3.18
19472026-04-23T13:06:50.687Z Compiling untrusted v0.7.1
19482026-04-23T13:06:50.742Z Compiling zstd-safe v7.2.4
19492026-04-23T13:06:50.867Z Compiling goblin v0.10.5
19502026-04-23T13:06:50.956Z Compiling tokio-util v0.7.18
19512026-04-23T13:06:51.039Z Compiling toml_parser v1.0.9+spec-1.1.0
19522026-04-23T13:06:51.120Z Compiling goblin v0.8.2
19532026-04-23T13:06:51.143Z Compiling pkcs8 v0.10.2
19542026-04-23T13:06:51.550Z Compiling zerocopy v0.7.35
19552026-04-23T13:06:51.760Z Compiling ref-cast-impl v1.0.25
19562026-04-23T13:06:51.833Z Compiling darling_core v0.20.11
19572026-04-23T13:06:51.989Z Compiling curve25519-dalek v4.1.3
19582026-04-23T13:06:52.333Z Compiling toml_datetime v0.7.5+spec-1.1.0
19592026-04-23T13:06:52.376Z Compiling memoffset v0.9.1
19602026-04-23T13:06:52.406Z Compiling tinyvec_macros v0.1.1
19612026-04-23T13:06:52.458Z Compiling rustix v0.38.44
19622026-04-23T13:06:52.642Z Compiling litrs v1.0.0
19632026-04-23T13:06:52.696Z Compiling winnow v0.5.40
19642026-04-23T13:06:52.718Z Compiling try-lock v0.2.5
19652026-04-23T13:06:52.877Z Compiling tower-layer v0.3.3
19662026-04-23T13:06:52.902Z Compiling tower-service v0.3.3
19672026-04-23T13:06:53.017Z Compiling fastrand v2.3.0
19682026-04-23T13:06:53.453Z Compiling document-features v0.2.12
19692026-04-23T13:06:53.498Z Compiling want v0.3.1
19702026-04-23T13:06:53.520Z Compiling h2 v0.4.13
19712026-04-23T13:06:53.801Z Compiling tinyvec v1.10.0
19722026-04-23T13:06:54.135Z Compiling dof v0.3.0
19732026-04-23T13:06:54.626Z Compiling dof v0.4.0
19742026-04-23T13:06:54.662Z Compiling toml_edit v0.19.15
19752026-04-23T13:06:54.705Z Compiling darling_macro v0.20.11
19762026-04-23T13:06:54.787Z Compiling dtrace-parser v0.2.0
19772026-04-23T13:06:54.999Z Compiling dtrace-parser v0.3.0
19782026-04-23T13:06:55.261Z Compiling ipnet v2.11.0
19792026-04-23T13:06:55.356Z Compiling daft-derive v0.1.5
19802026-04-23T13:06:55.420Z Compiling async-trait v0.1.89
19812026-04-23T13:06:55.472Z Compiling spin v0.9.8
19822026-04-23T13:06:55.615Z Compiling thread-id v5.1.0
19832026-04-23T13:06:55.730Z Compiling thread-id v4.2.2
19842026-04-23T13:06:55.756Z Compiling httpdate v1.0.3
19852026-04-23T13:06:55.826Z Compiling cfg_aliases v0.2.1
19862026-04-23T13:06:55.874Z Compiling powerfmt v0.2.0
19872026-04-23T13:06:55.935Z Compiling pin-utils v0.1.0
19882026-04-23T13:06:56.039Z Compiling foreign-types-shared v0.1.1
19892026-04-23T13:06:56.073Z Compiling smoltcp v0.9.1
19902026-04-23T13:06:56.153Z Compiling num-bigint-dig v0.8.6
19912026-04-23T13:06:56.252Z Compiling foreign-types v0.3.2
19922026-04-23T13:06:56.274Z Compiling deranged v0.5.8
19932026-04-23T13:06:56.297Z Compiling tempfile v3.25.0
19942026-04-23T13:06:56.353Z Compiling nix v0.31.2
19952026-04-23T13:06:56.616Z Compiling darling v0.20.11
19962026-04-23T13:06:56.852Z Compiling ipnetwork v0.21.1
19972026-04-23T13:06:57.093Z Compiling curve25519-dalek-derive v0.1.1
19982026-04-23T13:06:57.115Z Compiling strum_macros v0.26.4
19992026-04-23T13:06:57.476Z Compiling hyper v1.8.1
20002026-04-23T13:06:57.624Z Compiling socket2 v0.5.10
20012026-04-23T13:06:57.723Z Compiling wait-timeout v0.2.1
20022026-04-23T13:06:57.922Z Compiling quick-error v1.2.3
20032026-04-23T13:06:58.092Z Compiling anstyle v1.0.13
20042026-04-23T13:06:58.201Z Compiling simd-adler32 v0.3.8
20052026-04-23T13:06:58.395Z Compiling num_threads v0.1.7
20062026-04-23T13:06:58.503Z Compiling bit-vec v0.8.0
20072026-04-23T13:06:58.528Z Compiling utf8parse v0.2.2
20082026-04-23T13:06:58.531Z Compiling siphasher v1.0.2
20092026-04-23T13:06:58.686Z Compiling anstyle-parse v0.2.7
20102026-04-23T13:06:58.810Z Compiling bit-set v0.8.0
20112026-04-23T13:06:58.874Z Compiling time v0.3.47
20122026-04-23T13:06:58.936Z Compiling hyper-util v0.1.20
20132026-04-23T13:06:59.033Z Compiling rusty-fork v0.3.1
20142026-04-23T13:06:59.417Z Compiling derive_builder_core v0.20.2
20152026-04-23T13:06:59.470Z Compiling unicode-normalization v0.1.25
20162026-04-23T13:07:00.104Z Compiling rustls-native-certs v0.8.3
20172026-04-23T13:07:00.525Z Compiling signature v2.2.0
20182026-04-23T13:07:00.735Z Compiling hubpack_derive v0.1.1
20192026-04-23T13:07:00.979Z Compiling strum_macros v0.27.2
20202026-04-23T13:07:01.102Z Compiling rand_xorshift v0.4.0
20212026-04-23T13:07:01.129Z Compiling sync_wrapper v1.0.2
20222026-04-23T13:07:01.153Z Compiling ahash v0.8.12
20232026-04-23T13:07:01.282Z Compiling fs-err v3.3.0
20242026-04-23T13:07:01.331Z Compiling object v0.37.3
20252026-04-23T13:07:01.378Z Compiling is_terminal_polyfill v1.70.2
20262026-04-23T13:07:01.507Z Compiling unicode-bidi v0.3.18
20272026-04-23T13:07:01.529Z Compiling unicode-properties v0.1.4
20282026-04-23T13:07:01.673Z Compiling unarray v0.1.4
20292026-04-23T13:07:01.700Z Compiling colorchoice v1.0.4
20302026-04-23T13:07:01.743Z Compiling unicode-segmentation v1.12.0
20312026-04-23T13:07:01.826Z Compiling adler2 v2.0.1
20322026-04-23T13:07:01.829Z Compiling anstyle-query v1.1.5
20332026-04-23T13:07:01.871Z Compiling proptest v1.10.0
20342026-04-23T13:07:02.000Z Compiling anstream v0.6.21
20352026-04-23T13:07:02.023Z Compiling miniz_oxide v0.8.9
20362026-04-23T13:07:02.090Z Compiling stringprep v0.1.5
20372026-04-23T13:07:02.408Z Compiling tower v0.5.3
20382026-04-23T13:07:02.711Z Compiling derive_builder_macro v0.20.2
20392026-04-23T13:07:02.996Z Compiling usdt-attr-macro v0.6.0
20402026-04-23T13:07:03.043Z Compiling usdt-macro v0.6.0
20412026-04-23T13:07:03.548Z Compiling http-body-util v0.1.3
20422026-04-23T13:07:03.741Z Compiling webpki-roots v1.0.6
20432026-04-23T13:07:03.904Z Compiling rand_chacha v0.3.1
20442026-04-23T13:07:03.928Z Compiling erased-serde v0.3.31
20452026-04-23T13:07:03.952Z Compiling md-5 v0.10.6
20462026-04-23T13:07:04.048Z Compiling num-integer v0.1.46
20472026-04-23T13:07:04.051Z Compiling hash32 v0.2.1
20482026-04-23T13:07:04.162Z Compiling vergen-lib v0.1.6
20492026-04-23T13:07:04.208Z Compiling ff v0.13.1
20502026-04-23T13:07:04.290Z Compiling iri-string v0.7.10
20512026-04-23T13:07:04.336Z Compiling zlib-rs v0.6.2
20522026-04-23T13:07:04.339Z Compiling ryu v1.0.23
20532026-04-23T13:07:04.412Z Compiling base16ct v0.2.0
20542026-04-23T13:07:04.415Z Compiling psl-types v2.0.11
20552026-04-23T13:07:04.433Z Compiling fallible-iterator v0.2.0
20562026-04-23T13:07:04.498Z Compiling num-iter v0.1.45
20572026-04-23T13:07:04.544Z Compiling publicsuffix v2.3.0
20582026-04-23T13:07:04.566Z Compiling serde_urlencoded v0.7.1
20592026-04-23T13:07:04.590Z Compiling sec1 v0.7.3
20602026-04-23T13:07:04.662Z Compiling newtype-uuid v1.3.2
20612026-04-23T13:07:04.686Z Compiling group v0.13.0
20622026-04-23T13:07:04.880Z Compiling postgres-protocol v0.6.10
20632026-04-23T13:07:04.939Z Compiling rand v0.8.5
20642026-04-23T13:07:05.094Z Compiling oxnet v0.1.4
20652026-04-23T13:07:05.410Z Compiling derive_builder v0.20.2
20662026-04-23T13:07:05.465Z Compiling tokio-native-tls v0.3.1
20672026-04-23T13:07:05.559Z Compiling heck v0.4.1
20682026-04-23T13:07:05.562Z Compiling phf_shared v0.13.1
20692026-04-23T13:07:05.700Z Compiling lazy_static v1.5.0
20702026-04-23T13:07:05.770Z Compiling terminal_size v0.4.3
20712026-04-23T13:07:05.837Z Compiling serde_with_macros v3.17.0
20722026-04-23T13:07:05.861Z Compiling tower-http v0.6.8
20732026-04-23T13:07:05.865Z Compiling cargo-platform v0.1.9
20742026-04-23T13:07:05.935Z Compiling hkdf v0.12.4
20752026-04-23T13:07:05.938Z Compiling crypto-bigint v0.5.5
20762026-04-23T13:07:06.027Z Compiling clap_derive v4.5.55
20772026-04-23T13:07:06.027Z Compiling serde_repr v0.1.20
20782026-04-23T13:07:06.105Z Compiling enum-as-inner v0.6.1
20792026-04-23T13:07:06.161Z Compiling vergen v9.0.6
20802026-04-23T13:07:06.228Z Compiling bumpalo v3.20.2
20812026-04-23T13:07:06.404Z Compiling libbz2-rs-sys v0.2.2
20822026-04-23T13:07:06.428Z Compiling managed v0.8.0
20832026-04-23T13:07:06.431Z Compiling clap_lex v1.0.0
20842026-04-23T13:07:06.473Z Compiling foldhash v0.1.5
20852026-04-23T13:07:06.678Z Compiling bitflags v1.3.2
20862026-04-23T13:07:06.768Z Compiling clap_builder v4.5.60
20872026-04-23T13:07:06.813Z Compiling hashbrown v0.15.5
20882026-04-23T13:07:06.858Z Compiling zopfli v0.8.3
20892026-04-23T13:07:07.031Z Compiling bzip2 v0.6.1
20902026-04-23T13:07:07.255Z Compiling flate2 v1.1.9
20912026-04-23T13:07:07.430Z Compiling elliptic-curve v0.13.8
20922026-04-23T13:07:07.585Z Compiling cargo_metadata v0.19.2
20932026-04-23T13:07:07.771Z Compiling phf v0.13.1
20942026-04-23T13:07:07.902Z Compiling hyper-tls v0.6.0
20952026-04-23T13:07:07.993Z Compiling zstd v0.13.3
20962026-04-23T13:07:08.081Z Compiling signal-hook-mio v0.2.5
20972026-04-23T13:07:08.199Z Compiling daft v0.1.5
20982026-04-23T13:07:08.236Z Compiling postgres-types v0.2.12
20992026-04-23T13:07:08.258Z Compiling cookie_store v0.22.1
21002026-04-23T13:07:08.336Z Compiling bzip2 v0.4.4
21012026-04-23T13:07:08.425Z Compiling strum v0.27.2
21022026-04-23T13:07:08.639Z Compiling hubpack v0.1.2
21032026-04-23T13:07:08.688Z Compiling ed25519 v2.2.3
21042026-04-23T13:07:08.734Z Compiling phf_shared v0.11.3
21052026-04-23T13:07:08.972Z Compiling crossbeam-epoch v0.9.18
21062026-04-23T13:07:08.997Z Compiling pkcs1 v0.7.5
21072026-04-23T13:07:09.232Z Compiling hex v0.4.3
21082026-04-23T13:07:09.256Z Compiling serde-big-array v0.5.1
21092026-04-23T13:07:09.303Z Compiling rfc6979 v0.4.0
21102026-04-23T13:07:09.369Z Compiling bstr v1.12.1
21112026-04-23T13:07:09.482Z Compiling float-cmp v0.10.0
21122026-04-23T13:07:09.485Z Compiling memmap2 v0.9.10
21132026-04-23T13:07:09.527Z Compiling env_filter v1.0.0
21142026-04-23T13:07:09.572Z Compiling encoding_rs v0.8.35
21152026-04-23T13:07:09.618Z Compiling toml_write v0.1.2
21162026-04-23T13:07:09.621Z Compiling rustc-hash v2.1.1
21172026-04-23T13:07:09.686Z Compiling whoami v2.1.0
21182026-04-23T13:07:09.721Z Compiling jiff v0.2.21
21192026-04-23T13:07:09.801Z Compiling keccak v0.1.6
21202026-04-23T13:07:09.825Z Compiling mime v0.3.17
21212026-04-23T13:07:09.887Z Compiling new_debug_unreachable v1.0.6
21222026-04-23T13:07:09.911Z Compiling precomputed-hash v0.1.1
21232026-04-23T13:07:09.946Z Compiling data-encoding v2.10.0
21242026-04-23T13:07:10.075Z Compiling fixedbitset v0.5.7
21252026-04-23T13:07:10.111Z Compiling fixedbitset v0.4.2
21262026-04-23T13:07:10.134Z Compiling predicates-core v1.0.10
21272026-04-23T13:07:10.155Z Compiling static_assertions v1.1.0
21282026-04-23T13:07:10.179Z Compiling normalize-line-endings v0.3.0
21292026-04-23T13:07:10.263Z Compiling difflib v0.4.0
21302026-04-23T13:07:10.301Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21312026-04-23T13:07:10.324Z Compiling petgraph v0.6.5
21322026-04-23T13:07:10.357Z Compiling petgraph v0.8.3
21332026-04-23T13:07:10.384Z Compiling hickory-proto v0.25.2
21342026-04-23T13:07:10.458Z Compiling string_cache v0.8.9
21352026-04-23T13:07:10.699Z Compiling predicates v3.1.4
21362026-04-23T13:07:10.744Z Compiling sha3 v0.10.8
21372026-04-23T13:07:10.747Z Compiling tokio-postgres v0.7.16
21382026-04-23T13:07:11.108Z Compiling similar v2.7.0
21392026-04-23T13:07:11.474Z Compiling toml_edit v0.22.27
21402026-04-23T13:07:11.618Z Compiling iddqd v0.3.17
21412026-04-23T13:07:12.091Z Compiling env_logger v0.11.9
21422026-04-23T13:07:12.332Z Compiling usdt v0.6.0
21432026-04-23T13:07:12.946Z Compiling serde_with v3.17.0
21442026-04-23T13:07:13.006Z Compiling ecdsa v0.16.9
21452026-04-23T13:07:13.137Z Compiling rsa v0.9.10
21462026-04-23T13:07:13.534Z Compiling zip v4.6.1
21472026-04-23T13:07:14.002Z Compiling crossterm v0.28.1
21482026-04-23T13:07:14.025Z Compiling ed25519-dalek v2.2.0
21492026-04-23T13:07:14.397Z Compiling clap v4.5.60
21502026-04-23T13:07:15.025Z Compiling zip v0.6.6
21512026-04-23T13:07:15.199Z Compiling strum v0.26.3
21522026-04-23T13:07:15.325Z Compiling toml v0.7.8
21532026-04-23T13:07:15.376Z Compiling tokio-stream v0.1.18
21542026-04-23T13:07:15.417Z Compiling buf-list v1.1.2
21552026-04-23T13:07:15.587Z Compiling itertools v0.13.0
21562026-04-23T13:07:15.681Z Compiling x509-cert v0.2.5
21572026-04-23T13:07:15.761Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21582026-04-23T13:07:16.097Z Compiling openapiv3 v2.2.0
21592026-04-23T13:07:16.171Z Compiling sha1 v0.10.6
21602026-04-23T13:07:16.407Z Compiling peg-runtime v0.8.5
21612026-04-23T13:07:16.564Z Compiling lalrpop-util v0.19.12
21622026-04-23T13:07:38.166Z Compiling macaddr v1.0.1
21632026-04-23T13:07:38.230Z Compiling structmeta-derive v0.3.0
21642026-04-23T13:07:38.273Z Compiling crucible-workspace-hack v0.1.0
21652026-04-23T13:07:38.295Z Compiling rayon-core v1.13.0
21662026-04-23T13:07:38.591Z Compiling itertools v0.14.0
21672026-04-23T13:07:38.610Z Compiling secrecy v0.10.3
21682026-04-23T13:07:38.634Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21692026-04-23T13:07:38.710Z Compiling heapless v0.8.0
21702026-04-23T13:07:38.835Z Compiling rustls v0.22.4
21712026-04-23T13:07:39.155Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21722026-04-23T13:07:39.284Z Compiling crossbeam-deque v0.8.6
21732026-04-23T13:07:39.358Z Compiling toml_edit v0.23.10+spec-1.0.0
21742026-04-23T13:07:39.381Z Compiling rustls-webpki v0.102.8
21752026-04-23T13:07:39.524Z Compiling futures-executor v0.3.32
21762026-04-23T13:07:39.550Z Compiling hash32 v0.3.1
21772026-04-23T13:07:39.573Z Compiling structmeta v0.3.0
21782026-04-23T13:07:39.596Z Compiling multer v3.1.0
21792026-04-23T13:07:39.774Z Compiling thread_local v1.1.9
21802026-04-23T13:07:39.858Z Compiling unicode-width v0.2.0
21812026-04-23T13:07:39.894Z Compiling smoltcp v0.11.0
21822026-04-23T13:07:40.128Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21832026-04-23T13:07:40.230Z Compiling slog-async v2.8.0
21842026-04-23T13:07:40.260Z Compiling match_cfg v0.1.0
21852026-04-23T13:07:40.285Z Compiling proc-macro-crate v3.4.0
21862026-04-23T13:07:40.308Z Compiling ingot-macros v0.1.1
21872026-04-23T13:07:40.377Z Compiling rustls-webpki v0.103.9
21882026-04-23T13:07:40.407Z Compiling hostname v0.3.1
21892026-04-23T13:07:40.532Z Compiling derive-ex v0.1.8
21902026-04-23T13:07:40.627Z Compiling futures v0.3.32
21912026-04-23T13:07:40.751Z Compiling slog-json v2.6.1
21922026-04-23T13:07:40.831Z Compiling crossbeam-channel v0.5.15
21932026-04-23T13:07:40.875Z Compiling half v2.7.1
21942026-04-23T13:07:40.897Z Compiling newtype-uuid-macros v0.1.0
21952026-04-23T13:07:41.340Z Compiling cobs v0.3.0
21962026-04-23T13:07:41.363Z Compiling thiserror-impl-no-std v2.0.2
21972026-04-23T13:07:41.480Z Compiling universal-hash v0.5.1
21982026-04-23T13:07:41.673Z Compiling async-stream-impl v0.3.6
21992026-04-23T13:07:41.697Z Compiling serde_spanned v1.0.4
22002026-04-23T13:07:41.721Z Compiling is-terminal v0.4.17
22012026-04-23T13:07:41.742Z Compiling proc-macro-error-attr v1.0.4
22022026-04-23T13:07:41.844Z Compiling dropshot v0.16.7
22032026-04-23T13:07:41.868Z Compiling take_mut v0.2.2
22042026-04-23T13:07:41.922Z Compiling ciborium-io v0.2.2
22052026-04-23T13:07:42.011Z Compiling toml_writer v1.0.6+spec-1.1.0
22062026-04-23T13:07:42.034Z Compiling term v1.2.1
22072026-04-23T13:07:42.091Z Compiling convert_case v0.4.0
22082026-04-23T13:07:42.123Z Compiling opaque-debug v0.3.1
22092026-04-23T13:07:42.256Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22102026-04-23T13:07:42.398Z Compiling toml v0.9.12+spec-1.1.0
22112026-04-23T13:07:42.459Z Compiling async-stream v0.3.6
22122026-04-23T13:07:42.540Z Compiling derive_more v0.99.20
22132026-04-23T13:07:42.597Z Compiling slog-term v2.9.2
22142026-04-23T13:07:42.620Z Compiling test-strategy v0.4.5
22152026-04-23T13:07:42.624Z Compiling poly1305 v0.8.0
22162026-04-23T13:07:42.773Z Compiling thiserror-no-std v2.0.2
22172026-04-23T13:07:42.799Z Compiling ciborium-ll v0.2.2
22182026-04-23T13:07:43.006Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22192026-04-23T13:07:43.157Z Compiling tokio-rustls v0.25.0
22202026-04-23T13:07:43.477Z Compiling postcard v1.1.3
22212026-04-23T13:07:43.790Z Compiling ingot-types v0.1.2
22222026-04-23T13:07:43.996Z Compiling slog-bunyan v2.5.0
22232026-04-23T13:07:44.208Z Compiling num_enum_derive v0.7.5
22242026-04-23T13:07:44.348Z Compiling ingot v0.1.1
22252026-04-23T13:07:44.374Z Compiling parse-display-derive v0.10.0
22262026-04-23T13:07:44.400Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22272026-04-23T13:07:44.551Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22282026-04-23T13:07:44.624Z Compiling proc-macro-crate v1.3.1
22292026-04-23T13:07:44.858Z Compiling backon v1.6.0
22302026-04-23T13:07:45.110Z Compiling waitgroup v0.1.2
22312026-04-23T13:07:45.202Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22322026-04-23T13:07:45.267Z Compiling tokio-rustls v0.26.4
22332026-04-23T13:07:45.325Z Compiling rustls-platform-verifier v0.6.2
22342026-04-23T13:07:45.466Z Compiling chacha20 v0.9.1
22352026-04-23T13:07:45.571Z Compiling hyper-rustls v0.27.7
22362026-04-23T13:07:45.614Z Compiling dropshot_endpoint v0.16.7
22372026-04-23T13:07:45.639Z Compiling rustls-pemfile v2.2.0
22382026-04-23T13:07:45.801Z Compiling blake2 v0.10.6
22392026-04-23T13:07:45.824Z Compiling aead v0.5.2
22402026-04-23T13:07:45.995Z Compiling reqwest v0.13.2
22412026-04-23T13:07:46.017Z Compiling reqwest v0.12.28
22422026-04-23T13:07:46.206Z Compiling password-hash v0.5.0
22432026-04-23T13:07:46.309Z Compiling foreign-types-macros v0.2.3
22442026-04-23T13:07:46.398Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22452026-04-23T13:07:46.480Z Compiling serde_path_to_error v0.1.20
22462026-04-23T13:07:46.634Z Compiling hostname v0.4.2
22472026-04-23T13:07:46.862Z Compiling proc-macro-error v1.0.4
22482026-04-23T13:07:46.967Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22492026-04-23T13:07:47.063Z Compiling instant v0.1.13
22502026-04-23T13:07:47.097Z Compiling foreign-types-shared v0.3.1
22512026-04-23T13:07:47.138Z Compiling cpufeatures v0.3.0
22522026-04-23T13:07:47.234Z Compiling debug-ignore v1.0.5
22532026-04-23T13:07:47.260Z Compiling typeid v1.0.3
22542026-04-23T13:07:47.263Z Compiling chacha20 v0.10.0
22552026-04-23T13:07:47.378Z Compiling foreign-types v0.5.0
22562026-04-23T13:07:47.399Z Compiling backoff v0.4.0
22572026-04-23T13:07:47.501Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22582026-04-23T13:07:47.529Z Compiling argon2 v0.5.3
22592026-04-23T13:07:47.598Z Compiling parse-display v0.10.0
22602026-04-23T13:07:47.695Z Compiling chacha20poly1305 v0.10.1
22612026-04-23T13:07:47.698Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22622026-04-23T13:07:47.742Z Compiling num_enum v0.7.5
22632026-04-23T13:07:47.768Z Compiling num_enum_derive v0.5.11
22642026-04-23T13:07:47.791Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
22652026-04-23T13:07:47.816Z Compiling ciborium v0.2.2
22662026-04-23T13:07:47.928Z Compiling vsss-rs v3.3.4
22672026-04-23T13:07:48.646Z Compiling tabwriter v1.4.1
22682026-04-23T13:07:48.714Z Compiling byte-wrapper v0.1.0
22692026-04-23T13:07:48.718Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22702026-04-23T13:07:48.835Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22712026-04-23T13:07:48.954Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22722026-04-23T13:07:48.995Z Compiling regress v0.10.5
22732026-04-23T13:07:49.121Z Compiling cstr-argument v0.1.2
22742026-04-23T13:07:49.346Z Compiling erased-serde v0.4.9
22752026-04-23T13:07:49.377Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
22762026-04-23T13:07:49.678Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22772026-04-23T13:07:49.681Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22782026-04-23T13:07:49.725Z Compiling num_enum v0.5.11
22792026-04-23T13:07:49.793Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22802026-04-23T13:07:49.916Z Compiling rand v0.10.0
22812026-04-23T13:07:50.051Z Compiling rayon v1.11.0
22822026-04-23T13:07:50.101Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
22832026-04-23T13:07:50.123Z Compiling libefi-sys v0.1.0
22842026-04-23T13:07:50.235Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22852026-04-23T13:07:50.258Z Compiling colored v3.1.1
22862026-04-23T13:07:50.384Z Compiling indent_write v2.2.0
22872026-04-23T13:07:50.459Z Compiling zone_cfg_derive v0.3.1
22882026-04-23T13:07:50.575Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22892026-04-23T13:07:50.606Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22902026-04-23T13:07:50.634Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22912026-04-23T13:07:50.900Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22922026-04-23T13:07:50.947Z Compiling camino-tempfile v1.4.1
22932026-04-23T13:07:50.970Z Compiling itertools v0.12.1
22942026-04-23T13:07:51.133Z Compiling usdt-attr-macro v0.5.0
22952026-04-23T13:07:51.285Z Compiling usdt-macro v0.5.0
22962026-04-23T13:07:51.307Z Compiling bitfield-struct v0.6.2
22972026-04-23T13:07:51.333Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22982026-04-23T13:07:51.374Z Compiling num-derive v0.4.2
22992026-04-23T13:07:51.471Z Compiling ordered-float v2.10.1
23002026-04-23T13:07:51.865Z Compiling blake3 v1.8.3
23012026-04-23T13:07:51.899Z Compiling memmap v0.7.0
23022026-04-23T13:07:52.085Z Compiling sigpipe v0.1.3
23032026-04-23T13:07:52.166Z Compiling glob v0.3.3
23042026-04-23T13:07:52.190Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23052026-04-23T13:07:52.245Z Compiling swrite v0.1.0
23062026-04-23T13:07:52.268Z Compiling usdt v0.5.0
23072026-04-23T13:07:52.404Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23082026-04-23T13:07:52.494Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23092026-04-23T13:07:52.558Z Compiling serde-value v0.7.0
23102026-04-23T13:07:52.586Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23112026-04-23T13:07:52.918Z Compiling zone v0.3.1
23122026-04-23T13:07:52.943Z Compiling serde-untagged v0.1.9
23132026-04-23T13:07:53.048Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23142026-04-23T13:07:53.359Z Compiling toml v0.8.23
23152026-04-23T13:07:53.426Z Compiling smf v0.2.3
23162026-04-23T13:07:53.452Z Compiling filetime v0.2.27
23172026-04-23T13:07:53.456Z Compiling same-file v1.0.6
23182026-04-23T13:07:53.500Z Compiling arrayvec v0.7.6
23192026-04-23T13:07:53.504Z Compiling unicode-xid v0.2.6
23202026-04-23T13:07:53.504Z Compiling whoami v1.6.1
23212026-04-23T13:07:53.666Z Compiling constant_time_eq v0.4.2
23222026-04-23T13:07:53.700Z Compiling xattr v1.6.1
23232026-04-23T13:07:53.724Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23242026-04-23T13:07:53.746Z Compiling arrayref v0.3.9
23252026-04-23T13:07:53.865Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23262026-04-23T13:07:53.891Z Compiling tar v0.4.45
23272026-04-23T13:07:53.928Z Compiling walkdir v2.5.0
23282026-04-23T13:07:53.965Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23292026-04-23T13:07:54.103Z Compiling cargo-util-schemas v0.8.2
23302026-04-23T13:07:54.268Z Compiling tokio-dtrace v0.1.1
23312026-04-23T13:07:54.705Z Compiling console v0.16.2
23322026-04-23T13:07:54.725Z Compiling gethostname v0.5.0
23332026-04-23T13:07:54.842Z Compiling cargo-platform v0.2.0
23342026-04-23T13:07:54.864Z Compiling unit-prefix v0.5.2
23352026-04-23T13:07:54.906Z Compiling topological-sort v0.2.2
23362026-04-23T13:07:54.933Z Compiling oxide-tokio-rt v0.1.4
23372026-04-23T13:07:55.079Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23382026-04-23T13:07:55.139Z Compiling shell-words v1.1.1
23392026-04-23T13:07:55.284Z Compiling indicatif v0.18.4
23402026-04-23T13:07:55.665Z Compiling cargo_metadata v0.21.0
23412026-04-23T13:08:07.273Z Compiling progenitor-client v0.10.0
23422026-04-23T13:08:07.273Z Compiling omicron-zone-package v0.12.2
23432026-04-23T13:08:07.296Z Compiling progenitor-client v0.13.0
23442026-04-23T13:08:07.419Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23452026-04-23T13:08:07.419Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23462026-04-23T13:08:07.422Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23472026-04-23T13:08:07.422Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23482026-04-23T13:08:07.510Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23492026-04-23T13:08:07.671Z Compiling progenitor-extras v0.1.1
23502026-04-23T13:08:07.873Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23512026-04-23T13:08:07.900Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23522026-04-23T13:08:07.927Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23532026-04-23T13:08:07.952Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23542026-04-23T13:08:14.157Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23552026-04-23T13:08:24.519Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23562026-04-23T13:08:28.648Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23572026-04-23T13:08:29.926Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23582026-04-23T13:08:41.883Z Finished `release` profile [optimized] target(s) in 2m 10s
23592026-04-23T13:08:42.075Z Running `target/release/omicron-package -t test target create -p dev`
23602026-04-23T13:08:42.149ZLogging to: /work/oxidecomputer/omicron/out/LOG
23612026-04-23T13:08:42.152ZCreated new build target 'test' and set it as active
23622026-04-23T13:08:42.152Z
23632026-04-23T13:08:42.152Zreal 2:10.660159411
23642026-04-23T13:08:42.152Zuser 21:44.668998439
23652026-04-23T13:08:42.152Zsys 3:05.384403505
23662026-04-23T13:08:42.152Ztrap 0.568473906
23672026-04-23T13:08:42.152Ztflt 3.072015829
23682026-04-23T13:08:42.152Zdflt 4.389039546
23692026-04-23T13:08:42.152Zkflt 0.002962619
23702026-04-23T13:08:42.152Zlock 1:08:49.416392683
23712026-04-23T13:08:42.152Zslp 54:33.221698861
23722026-04-23T13:08:42.152Zlat 49.133954451
23732026-04-23T13:08:42.152Zstop 7:32.168075510
23742026-04-23T13:08:42.155Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23752026-04-23T13:08:43.351Z Finished `release` profile [optimized] target(s) in 1.18s
23762026-04-23T13:08:43.419Z Running `target/release/omicron-package -t test package`
23772026-04-23T13:08:43.483ZLogging to: /work/oxidecomputer/omicron/out/LOG
23782026-04-23T13:08:45.375Z Compiling regress v0.10.5
23792026-04-23T13:08:45.376Z Compiling heck v0.5.0
23802026-04-23T13:08:45.638Z Compiling unsafe-libyaml v0.2.11
23812026-04-23T13:08:45.670Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23822026-04-23T13:08:45.706Z Compiling unicode-width v0.1.14
23832026-04-23T13:08:45.709Z Compiling is-terminal v0.4.17
23842026-04-23T13:08:45.764Z Compiling prettyplease v0.2.37
23852026-04-23T13:08:45.767Z Compiling bytecount v0.6.9
23862026-04-23T13:08:45.767Z Compiling rustls v0.22.4
23872026-04-23T13:08:45.767Z Compiling rustls-webpki v0.102.8
23882026-04-23T13:08:45.767Z Compiling derive-where v1.6.0
23892026-04-23T13:08:45.825Z Compiling thread_local v1.1.9
23902026-04-23T13:08:45.828Z Compiling match_cfg v0.1.0
23912026-04-23T13:08:45.857Z Compiling multer v3.1.0
23922026-04-23T13:08:45.860Z Compiling slog-async v2.8.0
23932026-04-23T13:08:46.043Z Compiling typify-impl v0.6.1
23942026-04-23T13:08:46.047Z Compiling crossbeam-channel v0.5.15
23952026-04-23T13:08:46.047Z Compiling slog-json v2.6.1
23962026-04-23T13:08:46.047Z Compiling futures-executor v0.3.32
23972026-04-23T13:08:46.108Z Compiling serde_spanned v1.0.4
23982026-04-23T13:08:46.139Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23992026-04-23T13:08:46.233Z Compiling hostname v0.3.1
24002026-04-23T13:08:46.236Z Compiling term v1.2.1
24012026-04-23T13:08:46.236Z Compiling take_mut v0.2.2
24022026-04-23T13:08:46.332Z Compiling serde_yaml v0.9.34+deprecated
24032026-04-23T13:08:46.405Z Compiling toml_writer v1.0.6+spec-1.1.0
24042026-04-23T13:08:46.439Z Compiling slog-bunyan v2.5.0
24052026-04-23T13:08:46.442Z Compiling futures v0.3.32
24062026-04-23T13:08:46.577Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24072026-04-23T13:08:46.637Z Compiling dropshot v0.16.7
24082026-04-23T13:08:46.679Z Compiling toml v0.9.12+spec-1.1.0
24092026-04-23T13:08:46.717Z Compiling slog-term v2.9.2
24102026-04-23T13:08:46.720Z Compiling async-stream v0.3.6
24112026-04-23T13:08:46.776Z Compiling progenitor-client v0.13.0
24122026-04-23T13:08:46.780Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24132026-04-23T13:08:46.839Z Compiling waitgroup v0.1.2
24142026-04-23T13:08:46.950Z Compiling backon v1.6.0
24152026-04-23T13:08:46.980Z Compiling rustls-pemfile v2.2.0
24162026-04-23T13:08:47.033Z Compiling serde_path_to_error v0.1.20
24172026-04-23T13:08:47.066Z Compiling hostname v0.4.2
24182026-04-23T13:08:47.103Z Compiling instant v0.1.13
24192026-04-23T13:08:47.151Z Compiling debug-ignore v1.0.5
24202026-04-23T13:08:47.198Z Compiling progenitor-extras v0.1.1
24212026-04-23T13:08:47.248Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24222026-04-23T13:08:47.283Z Compiling backoff v0.4.0
24232026-04-23T13:08:47.286Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24242026-04-23T13:08:47.286Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24252026-04-23T13:08:47.375Z Compiling parse-display v0.10.0
24262026-04-23T13:08:47.412Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24272026-04-23T13:08:47.448Z Compiling progenitor-client v0.10.0
24282026-04-23T13:08:47.479Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24292026-04-23T13:08:47.540Z Compiling macaddr v1.0.1
24302026-04-23T13:08:47.573Z Compiling num-rational v0.4.2
24312026-04-23T13:08:47.750Z Compiling num-complex v0.4.6
24322026-04-23T13:08:47.850Z Compiling console v0.15.11
24332026-04-23T13:08:48.169Z Compiling slog-dtrace v0.3.0
24342026-04-23T13:08:48.233Z Compiling float-ord v0.3.2
24352026-04-23T13:08:48.290Z Compiling newline-converter v0.3.0
24362026-04-23T13:08:48.353Z Compiling num v0.4.3
24372026-04-23T13:08:48.408Z Compiling atomicwrites v0.4.4
24382026-04-23T13:08:48.411Z Compiling async-recursion v1.1.1
24392026-04-23T13:08:48.501Z Compiling cancel-safe-futures v0.1.5
24402026-04-23T13:08:48.504Z Compiling owo-colors v4.3.0
24412026-04-23T13:08:48.628Z Compiling expectorate v1.2.0
24422026-04-23T13:08:48.691Z Compiling libsw-core v0.3.2
24432026-04-23T13:08:48.782Z Compiling resolv-conf v0.7.6
24442026-04-23T13:08:48.813Z Compiling toml v0.8.23
24452026-04-23T13:08:48.887Z Compiling tokio-rustls v0.25.0
24462026-04-23T13:08:48.955Z Compiling libsw v3.5.0
24472026-04-23T13:08:48.958Z Compiling linear-map v1.2.0
24482026-04-23T13:08:49.129Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24492026-04-23T13:08:49.242Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24502026-04-23T13:08:49.272Z Compiling linked-hash-map v0.5.6
24512026-04-23T13:08:49.346Z Compiling minimal-lexical v0.2.1
24522026-04-23T13:08:49.464Z Compiling unicode-xid v0.2.6
24532026-04-23T13:08:49.499Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24542026-04-23T13:08:49.548Z Compiling lru-cache v0.1.2
24552026-04-23T13:08:49.583Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24562026-04-23T13:08:49.614Z Compiling globset v0.4.18
24572026-04-23T13:08:49.655Z Compiling nom v7.1.3
24582026-04-23T13:08:49.658Z Compiling hickory-proto v0.24.4
24592026-04-23T13:08:49.722Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24602026-04-23T13:08:49.760Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24612026-04-23T13:08:50.442Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24622026-04-23T13:08:50.491Z Compiling convert_case v0.10.0
24632026-04-23T13:08:50.877Z Compiling derive_more-impl v2.1.1
24642026-04-23T13:08:51.167Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24652026-04-23T13:08:51.414Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24662026-04-23T13:08:51.539Z Compiling pin-project-internal v1.1.11
24672026-04-23T13:08:51.717Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24682026-04-23T13:08:51.882Z Compiling derive_more v2.1.1
24692026-04-23T13:08:52.013Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24702026-04-23T13:08:52.239Z Compiling papergrid v0.11.0
24712026-04-23T13:08:52.675Z Compiling typify-macro v0.6.1
24722026-04-23T13:08:52.953Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24732026-04-23T13:08:53.078Z Compiling hickory-resolver v0.24.4
24742026-04-23T13:08:53.112Z Compiling pin-project v1.1.11
24752026-04-23T13:08:53.269Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24762026-04-23T13:08:53.526Z Compiling tabled_derive v0.7.0
24772026-04-23T13:08:54.355Z Compiling pem v3.0.6
24782026-04-23T13:08:54.511Z Compiling snafu-derive v0.8.9
24792026-04-23T13:08:54.705Z Compiling qorb v0.4.1
24802026-04-23T13:08:54.754Z Compiling typify v0.6.1
24812026-04-23T13:08:54.921Z Compiling progenitor-impl v0.13.0
24822026-04-23T13:08:55.544Z Compiling termtree v0.5.1
24832026-04-23T13:08:55.605Z Compiling tabled v0.15.0
24842026-04-23T13:08:55.806Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24852026-04-23T13:08:56.781Z Compiling snafu v0.8.9
24862026-04-23T13:08:57.241Z Compiling crossterm v0.29.0
24872026-04-23T13:08:57.273Z Compiling olpc-cjson v0.1.4
24882026-04-23T13:08:57.539Z Compiling phf_shared v0.12.1
24892026-04-23T13:08:57.573Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24902026-04-23T13:08:57.868Z Compiling serde_plain v1.0.2
24912026-04-23T13:08:57.979Z Compiling progenitor-macro v0.13.0
24922026-04-23T13:08:58.257Z Compiling vte v0.14.1
24932026-04-23T13:08:58.286Z Compiling csv-core v0.1.13
24942026-04-23T13:08:58.572Z Compiling chrono-tz v0.10.4
24952026-04-23T13:08:58.870Z Compiling typed-path v0.9.3
24962026-04-23T13:08:59.047Z Compiling highway v1.3.0
24972026-04-23T13:08:59.568Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24982026-04-23T13:09:00.204Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
24992026-04-23T13:09:00.827Z Compiling tough v0.20.0
25002026-04-23T13:09:00.972Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25012026-04-23T13:09:01.030Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25022026-04-23T13:09:01.239Z Compiling csv v1.4.0
25032026-04-23T13:09:02.592Z Compiling strip-ansi-escapes v0.2.1
25042026-04-23T13:09:02.935Z Compiling phf v0.12.1
25052026-04-23T13:09:03.196Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25062026-04-23T13:09:03.246Z Compiling const_format_proc_macros v0.2.34
25072026-04-23T13:09:03.311Z Compiling fd-lock v4.0.4
25082026-04-23T13:09:03.531Z Compiling peg-macros v0.8.5
25092026-04-23T13:09:03.823Z Compiling nu-ansi-term v0.50.3
25102026-04-23T13:09:03.914Z Compiling progenitor v0.13.0
25112026-04-23T13:09:04.133Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25122026-04-23T13:09:04.282Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25132026-04-23T13:09:04.313Z Compiling const_format v0.2.35
25142026-04-23T13:09:04.512Z Compiling reedline v0.40.0
25152026-04-23T13:09:05.235Z Compiling peg v0.8.5
25162026-04-23T13:09:05.376Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25172026-04-23T13:09:05.745Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25182026-04-23T13:09:05.963Z Compiling bcs v0.1.6
25192026-04-23T13:09:06.075Z Compiling semver v0.1.20
25202026-04-23T13:09:06.439Z Compiling rustc_version v0.1.7
25212026-04-23T13:09:06.498Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25222026-04-23T13:09:06.537Z Compiling smawk v0.3.2
25232026-04-23T13:09:06.744Z Compiling newtype_derive v0.1.6
25242026-04-23T13:09:06.781Z Compiling unicode-linebreak v0.1.5
25252026-04-23T13:09:06.815Z Compiling humantime v2.3.0
25262026-04-23T13:09:07.156Z Compiling textwrap v0.16.2
25272026-04-23T13:09:07.199Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25282026-04-23T13:09:07.608Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25292026-04-23T13:09:07.791Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25302026-04-23T13:09:07.892Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25312026-04-23T13:09:08.158Z Compiling dropshot-api-manager-types v0.6.0
25322026-04-23T13:09:08.708Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25332026-04-23T13:09:08.944Z Compiling base64 v0.21.7
25342026-04-23T13:09:09.220Z Compiling steno v0.4.1
25352026-04-23T13:09:09.251Z Compiling tagptr v0.2.0
25362026-04-23T13:09:09.503Z Compiling utf-8 v0.7.6
25372026-04-23T13:09:09.611Z Compiling moka v0.12.13
25382026-04-23T13:09:09.652Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25392026-04-23T13:09:09.795Z Compiling tungstenite v0.21.0
25402026-04-23T13:09:09.884Z Compiling radium v0.7.0
25412026-04-23T13:09:10.308Z Compiling maybe-uninit v2.0.0
25422026-04-23T13:09:10.681Z Compiling tokio-tungstenite v0.21.0
25432026-04-23T13:09:11.260Z Compiling hickory-resolver v0.25.2
25442026-04-23T13:09:11.349Z Compiling tap v1.0.1
25452026-04-23T13:09:11.553Z Compiling wyz v0.5.1
25462026-04-23T13:09:11.907Z Compiling zerocopy-derive v0.6.6
25472026-04-23T13:09:12.244Z Compiling funty v2.0.0
25482026-04-23T13:09:12.474Z Compiling display-error-chain v0.2.2
25492026-04-23T13:09:12.532Z Compiling packed_struct v0.10.1
25502026-04-23T13:09:12.690Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25512026-04-23T13:09:12.884Z Compiling crc-catalog v2.4.0
25522026-04-23T13:09:12.983Z Compiling zerocopy v0.6.6
25532026-04-23T13:09:13.053Z Compiling crc v3.4.0
25542026-04-23T13:09:13.389Z Compiling bitvec v1.0.1
25552026-04-23T13:09:13.552Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25562026-04-23T13:09:13.648Z Compiling packed_struct_codegen v0.10.1
25572026-04-23T13:09:13.822Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25582026-04-23T13:09:14.808Z Compiling bitfield-macros v0.19.4
25592026-04-23T13:09:14.984Z Compiling indexmap v1.9.3
25602026-04-23T13:09:15.266Z Compiling nodrop v0.1.14
25612026-04-23T13:09:15.424Z Compiling array-init v0.0.4
25622026-04-23T13:09:15.748Z Compiling bitfield v0.19.4
25632026-04-23T13:09:16.060Z Compiling smallvec v0.6.14
25642026-04-23T13:09:16.182Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25652026-04-23T13:09:16.408Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25662026-04-23T13:09:17.043Z Compiling num-derive v0.3.3
25672026-04-23T13:09:17.677Z Compiling proc-macro-error-attr2 v2.0.0
25682026-04-23T13:09:18.001Z Compiling hashbrown v0.12.3
25692026-04-23T13:09:18.216Z Compiling proc-macro-error2 v2.0.1
25702026-04-23T13:09:18.261Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25712026-04-23T13:09:18.296Z Compiling libscf-sys v1.1.0
25722026-04-23T13:09:18.538Z Compiling serde-hex v0.1.0
25732026-04-23T13:09:18.650Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25742026-04-23T13:09:18.657Z Compiling ron v0.8.1
25752026-04-23T13:09:18.926Z Compiling typify-impl v0.4.3
25762026-04-23T13:09:19.082Z Compiling hashbrown v0.13.2
25772026-04-23T13:09:19.516Z Compiling vergen-gitcl v1.0.8
25782026-04-23T13:09:19.547Z Compiling dirs-sys-next v0.1.2
25792026-04-23T13:09:19.777Z Compiling crunchy v0.2.4
25802026-04-23T13:09:19.810Z Compiling diesel_derives v2.3.7
25812026-04-23T13:09:19.892Z Compiling glob v0.3.3
25822026-04-23T13:09:19.923Z Compiling maplit v1.0.2
25832026-04-23T13:09:19.926Z Compiling crc-any v2.5.0
25842026-04-23T13:09:20.168Z Compiling object v0.30.4
25852026-04-23T13:09:20.200Z Compiling dirs-next v2.0.0
25862026-04-23T13:09:20.231Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
25872026-04-23T13:09:20.275Z Compiling tabled_derive v0.11.0
25882026-04-23T13:09:20.368Z Compiling clang-sys v1.8.1
25892026-04-23T13:09:20.398Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25902026-04-23T13:09:20.513Z Compiling papergrid v0.17.0
25912026-04-23T13:09:20.858Z Compiling testing_table v0.3.0
25922026-04-23T13:09:21.084Z Compiling dsl_auto_type v0.2.0
25932026-04-23T13:09:21.271Z Compiling scheduled-thread-pool v0.2.7
25942026-04-23T13:09:21.393Z Compiling diesel_table_macro_syntax v0.3.0
25952026-04-23T13:09:21.424Z Compiling tiny-keccak v2.0.2
25962026-04-23T13:09:21.685Z Compiling path-slash v0.1.5
25972026-04-23T13:09:21.718Z Compiling r2d2 v0.8.10
25982026-04-23T13:09:21.830Z Compiling term v0.7.0
25992026-04-23T13:09:21.984Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26002026-04-23T13:09:22.018Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26012026-04-23T13:09:22.045Z Compiling downcast-rs v2.0.2
26022026-04-23T13:09:22.077Z Compiling tabled v0.20.0
26032026-04-23T13:09:22.217Z Compiling xshell-macros v0.2.7
26042026-04-23T13:09:22.314Z Compiling bit-vec v0.6.3
26052026-04-23T13:09:22.618Z Compiling bit-set v0.5.3
26062026-04-23T13:09:22.650Z Compiling ascii-canvas v3.0.0
26072026-04-23T13:09:22.713Z Compiling xshell v0.2.7
26082026-04-23T13:09:22.861Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26092026-04-23T13:09:22.948Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26102026-04-23T13:09:22.987Z Compiling itertools v0.10.5
26112026-04-23T13:09:23.022Z Compiling ena v0.14.4
26122026-04-23T13:09:23.335Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26132026-04-23T13:09:23.536Z Compiling libloading v0.8.9
26142026-04-23T13:09:23.823Z Compiling regex-syntax v0.6.29
26152026-04-23T13:09:23.857Z Compiling typify-macro v0.4.3
26162026-04-23T13:09:23.894Z Compiling unicase v2.9.0
26172026-04-23T13:09:24.276Z Compiling bindgen v0.71.1
26182026-04-23T13:09:24.394Z Compiling diff v0.1.13
26192026-04-23T13:09:24.461Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26202026-04-23T13:09:24.632Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26212026-04-23T13:09:25.848Z Compiling lalrpop v0.19.12
26222026-04-23T13:09:26.502Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26232026-04-23T13:09:26.658Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26242026-04-23T13:09:27.414Z Compiling cexpr v0.6.0
26252026-04-23T13:09:27.783Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26262026-04-23T13:09:28.085Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26272026-04-23T13:09:28.122Z Compiling crc8 v0.1.1
26282026-04-23T13:09:28.303Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26292026-04-23T13:09:28.336Z Compiling typify v0.4.3
26302026-04-23T13:09:28.368Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26312026-04-23T13:09:28.470Z Compiling diesel v2.3.7
26322026-04-23T13:09:28.521Z Compiling headers-core v0.3.0
26332026-04-23T13:09:28.718Z Compiling libxml v0.3.3
26342026-04-23T13:09:29.014Z Compiling headers v0.4.1
26352026-04-23T13:09:29.124Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26362026-04-23T13:09:29.158Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26372026-04-23T13:09:29.388Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26382026-04-23T13:09:29.436Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26392026-04-23T13:09:30.005Z Compiling strum_macros v0.24.3
26402026-04-23T13:09:30.711Z Compiling indoc v1.0.9
26412026-04-23T13:09:31.266Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26422026-04-23T13:09:31.549Z Compiling derive_builder v0.20.2
26432026-04-23T13:09:31.704Z Compiling oso-derive v0.27.3
26442026-04-23T13:09:31.755Z Compiling quick-xml v0.37.5
26452026-04-23T13:09:32.243Z Compiling impl-trait-for-tuples v0.2.3
26462026-04-23T13:09:32.363Z Compiling openssl-probe v0.1.6
26472026-04-23T13:09:32.405Z Compiling half v1.8.3
26482026-04-23T13:09:32.755Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26492026-04-23T13:09:32.797Z Compiling serde_cbor v0.11.2
26502026-04-23T13:09:33.009Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26512026-04-23T13:09:33.621Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26522026-04-23T13:09:33.682Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26532026-04-23T13:09:33.968Z Compiling bb8 v0.8.6
26542026-04-23T13:09:34.014Z Compiling trait-variant v0.1.2
26552026-04-23T13:09:34.164Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26562026-04-23T13:09:34.433Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26572026-04-23T13:09:34.705Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
26582026-04-23T13:09:34.849Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26592026-04-23T13:09:34.880Z Compiling samael v0.0.19
26602026-04-23T13:09:35.124Z Compiling fxhash v0.2.1
26612026-04-23T13:09:35.249Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26622026-04-23T13:09:35.334Z Compiling progenitor-impl v0.10.0
26632026-04-23T13:09:35.365Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26642026-04-23T13:09:35.410Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26652026-04-23T13:09:35.587Z Compiling kstat-rs v0.2.4
26662026-04-23T13:09:36.127Z Compiling libz-sys v1.1.24
26672026-04-23T13:09:36.238Z Compiling salty v0.3.0
26682026-04-23T13:09:36.329Z Compiling nonempty v0.12.0
26692026-04-23T13:09:36.632Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26702026-04-23T13:09:36.860Z Compiling polar-core v0.27.3
26712026-04-23T13:09:36.995Z Compiling progenitor-impl v0.11.2
26722026-04-23T13:09:37.035Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26732026-04-23T13:09:37.097Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26742026-04-23T13:09:38.392Z Compiling progenitor-macro v0.10.0
26752026-04-23T13:09:39.393Z Compiling darling_core v0.23.0
26762026-04-23T13:09:39.956Z Compiling nanorand v0.7.0
26772026-04-23T13:09:40.113Z Compiling arc-swap v1.8.2
26782026-04-23T13:09:40.417Z Compiling fs-err v2.11.0
26792026-04-23T13:09:40.589Z Compiling parking_lot_core v0.8.6
26802026-04-23T13:09:41.013Z Compiling mime_guess v2.0.5
26812026-04-23T13:09:41.148Z Compiling slog-scope v4.4.1
26822026-04-23T13:09:41.679Z Compiling flume v0.11.1
26832026-04-23T13:09:41.708Z Compiling progenitor-macro v0.11.2
26842026-04-23T13:09:42.203Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
26852026-04-23T13:09:42.503Z Compiling darling_macro v0.23.0
26862026-04-23T13:09:42.532Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26872026-04-23T13:09:44.210Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26882026-04-23T13:09:44.486Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26892026-04-23T13:09:45.094Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26902026-04-23T13:09:47.238Z Compiling progenitor v0.10.0
26912026-04-23T13:09:47.476Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26922026-04-23T13:09:47.600Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26932026-04-23T13:09:48.303Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26942026-04-23T13:09:48.947Z Compiling oso v0.27.3
26952026-04-23T13:09:49.981Z Compiling progenitor-client v0.11.2
26962026-04-23T13:09:50.904Z Compiling git-stub v1.0.0
26972026-04-23T13:09:51.241Z Compiling libgit2-sys v0.18.3+1.9.2
26982026-04-23T13:09:51.748Z Compiling instability v0.3.11
26992026-04-23T13:09:53.987Z Compiling async-bb8-diesel v0.2.1
27002026-04-23T13:09:54.545Z Compiling diesel-dtrace v0.5.0
27012026-04-23T13:09:54.830Z Compiling git-stub-vcs v0.1.0
27022026-04-23T13:09:54.936Z Compiling progenitor v0.11.2
27032026-04-23T13:09:55.156Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27042026-04-23T13:09:55.313Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27052026-04-23T13:09:55.872Z Compiling darling v0.23.0
27062026-04-23T13:09:56.061Z Compiling slog-stdlog v4.1.1
27072026-04-23T13:09:57.244Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27082026-04-23T13:09:57.386Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27092026-04-23T13:09:57.717Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27102026-04-23T13:09:58.459Z Compiling ignore v0.4.25
27112026-04-23T13:09:59.498Z Compiling primeorder v0.13.6
27122026-04-23T13:09:59.910Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27132026-04-23T13:10:00.410Z Compiling castaway v0.2.4
27142026-04-23T13:10:00.601Z Compiling atty v0.2.14
27152026-04-23T13:10:00.781Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27162026-04-23T13:10:01.065Z Compiling parse-size v1.1.0
27172026-04-23T13:10:01.165Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27182026-04-23T13:10:01.246Z Compiling http-range v0.1.5
27192026-04-23T13:10:01.342Z Compiling indoc v2.0.7
27202026-04-23T13:10:01.498Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27212026-04-23T13:10:01.662Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27222026-04-23T13:10:01.834Z Compiling compact_str v0.8.1
27232026-04-23T13:10:02.552Z Compiling p384 v0.13.1
27242026-04-23T13:10:02.962Z Compiling globwalk v0.9.1
27252026-04-23T13:10:03.298Z Compiling parking_lot v0.11.2
27262026-04-23T13:10:03.799Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-04-23T13:10:04.494Z Compiling slog-envlogger v2.2.0
27282026-04-23T13:10:05.043Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27292026-04-23T13:10:05.367Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27302026-04-23T13:10:05.509Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27312026-04-23T13:10:05.611Z Compiling predicates-tree v1.0.13
27322026-04-23T13:10:05.780Z Compiling unicode-truncate v1.1.0
27332026-04-23T13:10:05.886Z Compiling lru v0.12.5
27342026-04-23T13:10:05.964Z Compiling rand_seeder v0.4.0
27352026-04-23T13:10:06.042Z Compiling prefix-trie v0.7.0
27362026-04-23T13:10:06.158Z Compiling vergen-git2 v1.0.7
27372026-04-23T13:10:06.188Z Compiling compression-core v0.4.31
27382026-04-23T13:10:06.285Z Compiling cassowary v0.3.0
27392026-04-23T13:10:06.317Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27402026-04-23T13:10:06.474Z Compiling compression-codecs v0.4.37
27412026-04-23T13:10:06.517Z Compiling camino-tempfile-ext v0.3.3
27422026-04-23T13:10:06.629Z Compiling hickory-server v0.25.2
27432026-04-23T13:10:06.672Z Compiling ratatui v0.29.0
27442026-04-23T13:10:06.976Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27452026-04-23T13:10:07.189Z Compiling hyper-staticfile v0.10.1
27462026-04-23T13:10:07.804Z Compiling sled v0.34.7
27472026-04-23T13:10:08.731Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27482026-04-23T13:10:08.850Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27492026-04-23T13:10:09.552Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27502026-04-23T13:10:09.585Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27512026-04-23T13:10:10.467Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27522026-04-23T13:10:10.536Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27532026-04-23T13:10:11.547Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27542026-04-23T13:10:11.599Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27552026-04-23T13:10:12.167Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27562026-04-23T13:10:12.224Z Compiling toml_datetime v1.0.0+spec-1.1.0
27572026-04-23T13:10:12.483Z Compiling dropshot v0.17.0
27582026-04-23T13:10:12.776Z Compiling corncobs v0.1.4
27592026-04-23T13:10:12.878Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27602026-04-23T13:10:12.910Z Compiling rustls v0.21.12
27612026-04-23T13:10:13.071Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27622026-04-23T13:10:13.246Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27632026-04-23T13:10:13.274Z Compiling toml v1.0.6+spec-1.1.0
27642026-04-23T13:10:13.351Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27652026-04-23T13:10:13.714Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27662026-04-23T13:10:14.156Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27672026-04-23T13:10:14.417Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27682026-04-23T13:10:14.488Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27692026-04-23T13:10:14.526Z Compiling async-compression v0.4.41
27702026-04-23T13:10:15.183Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27712026-04-23T13:10:17.275Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27722026-04-23T13:10:17.972Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27732026-04-23T13:10:18.429Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27742026-04-23T13:10:18.514Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27752026-04-23T13:10:18.707Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27762026-04-23T13:10:18.795Z Compiling sct v0.7.1
27772026-04-23T13:10:18.988Z Compiling rustls-webpki v0.101.7
27782026-04-23T13:10:19.074Z Compiling nix v0.29.0
27792026-04-23T13:10:19.133Z Compiling secrecy v0.8.0
27802026-04-23T13:10:19.372Z Compiling dropshot_endpoint v0.17.0
27812026-04-23T13:10:19.599Z Compiling void v1.0.2
27822026-04-23T13:10:19.792Z Compiling lzss v0.8.2
27832026-04-23T13:10:20.899Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27842026-04-23T13:10:21.236Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27852026-04-23T13:10:22.225Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27862026-04-23T13:10:22.527Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27872026-04-23T13:10:22.935Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27882026-04-23T13:10:24.381Z Compiling git2 v0.20.4
27892026-04-23T13:10:24.411Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27902026-04-23T13:10:24.787Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
27912026-04-23T13:10:24.841Z Compiling tungstenite v0.23.0
27922026-04-23T13:10:25.100Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27932026-04-23T13:10:25.244Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27942026-04-23T13:10:25.385Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27952026-04-23T13:10:25.416Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
27962026-04-23T13:10:25.536Z Compiling nix v0.27.1
27972026-04-23T13:10:25.666Z Compiling serde_bytes v0.11.19
27982026-04-23T13:10:25.783Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
27992026-04-23T13:10:26.060Z Compiling tokio-tungstenite v0.23.1
28002026-04-23T13:10:26.541Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28012026-04-23T13:10:27.210Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28022026-04-23T13:10:27.852Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28032026-04-23T13:10:28.325Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28042026-04-23T13:10:28.788Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28052026-04-23T13:10:30.068Z Compiling tokio-rustls v0.24.1
28062026-04-23T13:10:30.972Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28072026-04-23T13:10:33.711Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28082026-04-23T13:10:34.569Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28092026-04-23T13:10:34.930Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28102026-04-23T13:10:35.064Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28112026-04-23T13:10:35.733Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28122026-04-23T13:10:37.619Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28132026-04-23T13:10:37.918Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28142026-04-23T13:10:38.085Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28152026-04-23T13:10:38.273Z Compiling rustls-pemfile v1.0.4
28162026-04-23T13:10:38.786Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28172026-04-23T13:10:39.260Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28182026-04-23T13:10:41.015Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28192026-04-23T13:10:41.091Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28202026-04-23T13:10:42.865Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28212026-04-23T13:10:43.885Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28222026-04-23T13:10:44.162Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28232026-04-23T13:10:44.244Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28242026-04-23T13:10:44.546Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28252026-04-23T13:10:44.581Z Compiling signal-hook-tokio v0.3.1
28262026-04-23T13:10:44.734Z Compiling twox-hash v2.1.2
28272026-04-23T13:10:44.869Z Compiling yasna v0.5.2
28282026-04-23T13:10:44.990Z Compiling is_ci v1.2.0
28292026-04-23T13:10:45.070Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28302026-04-23T13:10:45.402Z Compiling supports-color v3.0.2
28312026-04-23T13:10:45.574Z Compiling rcgen v0.12.1
28322026-04-23T13:10:45.756Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28332026-04-23T13:10:46.123Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28342026-04-23T13:10:46.763Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28352026-04-23T13:10:47.877Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28362026-04-23T13:10:48.849Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28372026-04-23T13:10:51.070Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28382026-04-23T13:10:51.162Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28392026-04-23T13:10:51.223Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28402026-04-23T13:10:51.669Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28412026-04-23T13:10:52.500Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28422026-04-23T13:10:52.775Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28432026-04-23T13:10:53.101Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28442026-04-23T13:10:53.132Z Compiling fatfs v0.3.6
28452026-04-23T13:10:53.365Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28462026-04-23T13:10:54.250Z Compiling rtoolbox v0.0.3
28472026-04-23T13:10:54.590Z Compiling subprocess v0.2.15
28482026-04-23T13:10:54.679Z Compiling seq-macro v0.3.6
28492026-04-23T13:10:55.302Z Compiling assert_matches v1.5.0
28502026-04-23T13:10:55.436Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28512026-04-23T13:10:55.466Z Compiling rpassword v7.4.0
28522026-04-23T13:10:55.904Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28532026-04-23T13:10:56.539Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28542026-04-23T13:10:57.329Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28552026-04-23T13:10:58.501Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28562026-04-23T13:10:58.668Z Compiling tui-tree-widget v0.23.1
28572026-04-23T13:10:59.026Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28582026-04-23T13:11:00.289Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28592026-04-23T13:11:00.320Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28602026-04-23T13:11:00.782Z Compiling uzers v0.12.2
28612026-04-23T13:11:00.937Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28622026-04-23T13:11:02.007Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28632026-04-23T13:11:03.277Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28642026-04-23T13:11:04.698Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28652026-04-23T13:11:07.950Z Compiling support-bundle-viewer v0.1.2
28662026-04-23T13:11:08.118Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28672026-04-23T13:11:10.380Z Compiling multimap v0.10.1
28682026-04-23T13:11:21.295Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28692026-04-23T13:11:32.297Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28702026-04-23T13:11:35.041Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28712026-04-23T13:11:35.087Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28722026-04-23T13:19:10.447Z Finished `release` profile [optimized] target(s) in 10m 26s
28732026-04-23T13:20:05.690Z
28742026-04-23T13:20:05.693Zreal 11:23.443791122
28752026-04-23T13:20:05.693Zuser 1:42:03.306971406
28762026-04-23T13:20:05.694Zsys 4:09.303409906
28772026-04-23T13:20:05.694Ztrap 2.361788491
28782026-04-23T13:20:05.694Ztflt 2.895230198
28792026-04-23T13:20:05.694Zdflt 18.322317028
28802026-04-23T13:20:05.694Zkflt 0.317839582
28812026-04-23T13:20:05.694Zlock 8:18:45.494161732
28822026-04-23T13:20:05.694Zslp 2:49:22.385480834
28832026-04-23T13:20:05.694Zlat 2:44.533277986
28842026-04-23T13:20:05.694Zstop 6:58.051698452
28852026-04-23T13:20:05.694Z+ mapfile -t packages
28862026-04-23T13:20:05.694Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
28872026-04-23T13:20:06.982Z Finished `release` profile [optimized] target(s) in 1.27s
28882026-04-23T13:20:07.051Z Running `target/release/omicron-package -t test list-outputs`
28892026-04-23T13:20:07.112ZLogging to: /work/oxidecomputer/omicron/out/LOG
28902026-04-23T13:20:07.116Z+ ptime -m cargo build --locked --release -p xtask
28912026-04-23T13:20:07.833Z Compiling libc v0.2.185
28922026-04-23T13:20:07.833Z Compiling serde v1.0.228
28932026-04-23T13:20:07.837Z Compiling serde_core v1.0.228
28942026-04-23T13:20:07.837Z Compiling rustix v1.1.3
28952026-04-23T13:20:07.960Z Compiling bitflags v2.11.0
28962026-04-23T13:20:07.963Z Compiling serde_json v1.0.149
28972026-04-23T13:20:08.018Z Compiling num-traits v0.2.19
28982026-04-23T13:20:08.034Z Compiling syn v2.0.117
28992026-04-23T13:20:08.049Z Compiling smallvec v1.15.1
29002026-04-23T13:20:08.052Z Compiling hashbrown v0.16.1
29012026-04-23T13:20:08.097Z Compiling usdt-impl v0.5.0
29022026-04-23T13:20:08.115Z Compiling syn v1.0.109
29032026-04-23T13:20:08.133Z Compiling log v0.4.29
29042026-04-23T13:20:08.133Z Compiling getrandom v0.4.1
29052026-04-23T13:20:08.325Z Compiling percent-encoding v2.3.2
29062026-04-23T13:20:08.478Z Compiling fs-err v3.3.0
29072026-04-23T13:20:08.547Z Compiling form_urlencoded v1.2.2
29082026-04-23T13:20:08.551Z Compiling heck v0.4.1
29092026-04-23T13:20:08.697Z Compiling once_cell v1.21.3
29102026-04-23T13:20:08.701Z Compiling anyhow v1.0.102
29112026-04-23T13:20:08.849Z Compiling indexmap v2.13.0
29122026-04-23T13:20:09.016Z Compiling thread-id v4.2.2
29132026-04-23T13:20:09.060Z Compiling errno v0.3.14
29142026-04-23T13:20:09.064Z Compiling memmap v0.7.0
29152026-04-23T13:20:09.498Z Compiling ordered-float v2.10.1
29162026-04-23T13:20:10.227Z Compiling proc-macro-error v1.0.4
29172026-04-23T13:20:10.505Z Compiling terminal_size v0.4.3
29182026-04-23T13:20:10.505Z Compiling tempfile v3.25.0
29192026-04-23T13:20:10.541Z Compiling tabled_derive v0.7.0
29202026-04-23T13:20:10.629Z Compiling clap_builder v4.5.60
29212026-04-23T13:20:10.629Z Compiling textwrap v0.16.2
29222026-04-23T13:20:10.813Z Compiling camino-tempfile v1.4.1
29232026-04-23T13:20:11.390Z Compiling tabled v0.15.0
29242026-04-23T13:20:11.609Z Compiling synstructure v0.13.2
29252026-04-23T13:20:11.609Z Compiling pest_generator v2.8.6
29262026-04-23T13:20:12.149Z Compiling serde_derive v1.0.228
29272026-04-23T13:20:12.229Z Compiling zerofrom-derive v0.1.6
29282026-04-23T13:20:12.309Z Compiling yoke-derive v0.8.1
29292026-04-23T13:20:12.418Z Compiling zerovec-derive v0.11.2
29302026-04-23T13:20:12.446Z Compiling displaydoc v0.2.5
29312026-04-23T13:20:12.533Z Compiling thiserror-impl v1.0.69
29322026-04-23T13:20:12.561Z Compiling zerocopy-derive v0.7.35
29332026-04-23T13:20:12.577Z Compiling pest_derive v2.8.6
29342026-04-23T13:20:12.600Z Compiling scroll_derive v0.12.1
29352026-04-23T13:20:12.676Z Compiling thiserror-impl v2.0.18
29362026-04-23T13:20:12.747Z Compiling clap_derive v4.5.55
29372026-04-23T13:20:13.459Z Compiling scroll v0.12.0
29382026-04-23T13:20:13.483Z Compiling zerofrom v0.1.6
29392026-04-23T13:20:13.627Z Compiling zerocopy v0.7.35
29402026-04-23T13:20:13.677Z Compiling yoke v0.8.1
29412026-04-23T13:20:13.840Z Compiling goblin v0.8.2
29422026-04-23T13:20:13.965Z Compiling zerovec v0.11.5
29432026-04-23T13:20:14.038Z Compiling zerotrie v0.2.3
29442026-04-23T13:20:14.279Z Compiling thiserror v1.0.69
29452026-04-23T13:20:14.429Z Compiling dtrace-parser v0.2.0
29462026-04-23T13:20:14.624Z Compiling thiserror v2.0.18
29472026-04-23T13:20:14.787Z Compiling tinystr v0.8.2
29482026-04-23T13:20:14.790Z Compiling potential_utf v0.1.4
29492026-04-23T13:20:14.997Z Compiling icu_collections v2.1.1
29502026-04-23T13:20:15.064Z Compiling icu_locale_core v2.1.1
29512026-04-23T13:20:15.094Z Compiling clap v4.5.60
29522026-04-23T13:20:16.085Z Compiling icu_provider v2.1.1
29532026-04-23T13:20:16.597Z Compiling toml_datetime v0.6.11
29542026-04-23T13:20:16.618Z Compiling serde_spanned v0.6.9
29552026-04-23T13:20:16.635Z Compiling icu_properties v2.1.2
29562026-04-23T13:20:16.667Z Compiling icu_normalizer v2.1.1
29572026-04-23T13:20:16.837Z Compiling dof v0.3.0
29582026-04-23T13:20:17.104Z Compiling toml_edit v0.22.27
29592026-04-23T13:20:17.127Z Compiling serde_tokenstream v0.2.3
29602026-04-23T13:20:17.170Z Compiling serde-value v0.7.0
29612026-04-23T13:20:17.216Z Compiling cargo-platform v0.2.0
29622026-04-23T13:20:17.354Z Compiling macaddr v1.0.1
29632026-04-23T13:20:17.930Z Compiling idna_adapter v1.2.1
29642026-04-23T13:20:17.950Z Compiling usdt-attr-macro v0.5.0
29652026-04-23T13:20:17.970Z Compiling usdt-macro v0.5.0
29662026-04-23T13:20:18.080Z Compiling idna v1.1.0
29672026-04-23T13:20:18.559Z Compiling url v2.5.8
29682026-04-23T13:20:18.799Z Compiling usdt v0.5.0
29692026-04-23T13:20:19.267Z Compiling toml v0.8.23
29702026-04-23T13:20:19.872Z Compiling cargo-util-schemas v0.8.2
29712026-04-23T13:20:19.875Z Compiling cargo_toml v0.21.0
29722026-04-23T13:20:21.265Z Compiling cargo_metadata v0.21.0
29732026-04-23T13:20:25.422Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29742026-04-23T13:20:29.403Z Finished `release` profile [optimized] target(s) in 22.27s
29752026-04-23T13:20:29.589Z
29762026-04-23T13:20:29.593Zreal 22.434330549
29772026-04-23T13:20:29.593Zuser 3:08.338441809
29782026-04-23T13:20:29.593Zsys 21.031218864
29792026-04-23T13:20:29.593Ztrap 0.096433602
29802026-04-23T13:20:29.593Ztflt 0.648235040
29812026-04-23T13:20:29.593Zdflt 1.747365376
29822026-04-23T13:20:29.593Zkflt 0.000014017
29832026-04-23T13:20:29.593Zlock 7:08.553804556
29842026-04-23T13:20:29.593Zslp 4:17.231890276
29852026-04-23T13:20:29.593Zlat 8.721674184
29862026-04-23T13:20:29.593Zstop 29.992458641
29872026-04-23T13:20:29.593Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29882026-04-23T13:20:29.593Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29892026-04-23T13:20:29.593Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29902026-04-23T13:20:29.593Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29912026-04-23T13:20:29.593Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
29922026-04-23T13:20:30.885Z Compiling regress v0.10.5
29932026-04-23T13:20:30.888Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29942026-04-23T13:20:31.060Z Compiling newtype-uuid-macros v0.1.0
29952026-04-23T13:20:31.094Z Compiling rustls v0.22.4
29962026-04-23T13:20:31.097Z Compiling progenitor-client v0.13.0
29972026-04-23T13:20:31.097Z Compiling rustls-webpki v0.102.8
29982026-04-23T13:20:31.097Z Compiling structmeta-derive v0.3.0
29992026-04-23T13:20:31.098Z Compiling serde_spanned v1.0.4
30002026-04-23T13:20:31.098Z Compiling multer v3.1.0
30012026-04-23T13:20:31.098Z Compiling toml_writer v1.0.6+spec-1.1.0
30022026-04-23T13:20:31.110Z Compiling match_cfg v0.1.0
30032026-04-23T13:20:31.219Z Compiling debug-ignore v1.0.5
30042026-04-23T13:20:31.243Z Compiling slog-json v2.6.1
30052026-04-23T13:20:31.246Z Compiling async-stream-impl v0.3.6
30062026-04-23T13:20:31.267Z Compiling hostname v0.3.1
30072026-04-23T13:20:31.294Z Compiling waitgroup v0.1.2
30082026-04-23T13:20:31.319Z Compiling rustls-pemfile v2.2.0
30092026-04-23T13:20:31.417Z Compiling hostname v0.4.2
30102026-04-23T13:20:31.470Z Compiling slog-bunyan v2.5.0
30112026-04-23T13:20:31.498Z Compiling serde_path_to_error v0.1.20
30122026-04-23T13:20:31.526Z Compiling itertools v0.14.0
30132026-04-23T13:20:31.529Z Compiling dropshot v0.16.7
30142026-04-23T13:20:31.529Z Compiling toml v0.9.12+spec-1.1.0
30152026-04-23T13:20:31.577Z Compiling dropshot_endpoint v0.16.7
30162026-04-23T13:20:31.703Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30172026-04-23T13:20:31.752Z Compiling macaddr v1.0.1
30182026-04-23T13:20:31.809Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30192026-04-23T13:20:31.886Z Compiling instant v0.1.13
30202026-04-23T13:20:31.916Z Compiling progenitor-client v0.10.0
30212026-04-23T13:20:31.988Z Compiling backon v1.6.0
30222026-04-23T13:20:32.051Z Compiling backoff v0.4.0
30232026-04-23T13:20:32.083Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30242026-04-23T13:20:32.112Z Compiling async-stream v0.3.6
30252026-04-23T13:20:32.138Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30262026-04-23T13:20:32.141Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30272026-04-23T13:20:32.189Z Compiling universal-hash v0.5.1
30282026-04-23T13:20:32.278Z Compiling progenitor-extras v0.1.1
30292026-04-23T13:20:32.278Z Compiling opaque-debug v0.3.1
30302026-04-23T13:20:32.352Z Compiling half v2.7.1
30312026-04-23T13:20:32.352Z Compiling crucible-workspace-hack v0.1.0
30322026-04-23T13:20:32.407Z Compiling ciborium-io v0.2.2
30332026-04-23T13:20:32.410Z Compiling convert_case v0.4.0
30342026-04-23T13:20:32.410Z Compiling aead v0.5.2
30352026-04-23T13:20:32.482Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30362026-04-23T13:20:32.557Z Compiling secrecy v0.10.3
30372026-04-23T13:20:32.638Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30382026-04-23T13:20:32.699Z Compiling unsafe-libyaml v0.2.11
30392026-04-23T13:20:32.726Z Compiling ciborium-ll v0.2.2
30402026-04-23T13:20:32.726Z Compiling poly1305 v0.8.0
30412026-04-23T13:20:32.778Z Compiling structmeta v0.3.0
30422026-04-23T13:20:32.828Z Compiling chacha20 v0.9.1
30432026-04-23T13:20:32.832Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30442026-04-23T13:20:32.893Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30452026-04-23T13:20:33.003Z Compiling derive_more v0.99.20
30462026-04-23T13:20:33.030Z Compiling ciborium v0.2.2
30472026-04-23T13:20:33.054Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30482026-04-23T13:20:33.079Z Compiling thiserror-impl-no-std v2.0.2
30492026-04-23T13:20:33.119Z Compiling derive-ex v0.1.8
30502026-04-23T13:20:33.190Z Compiling parse-display-derive v0.10.0
30512026-04-23T13:20:33.336Z Compiling typify-impl v0.6.1
30522026-04-23T13:20:33.365Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30532026-04-23T13:20:33.404Z Compiling byte-wrapper v0.1.0
30542026-04-23T13:20:33.460Z Compiling serde_yaml v0.9.34+deprecated
30552026-04-23T13:20:33.503Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30562026-04-23T13:20:33.558Z Compiling password-hash v0.5.0
30572026-04-23T13:20:33.756Z Compiling blake2 v0.10.6
30582026-04-23T13:20:33.780Z Compiling chacha20poly1305 v0.10.1
30592026-04-23T13:20:33.851Z Compiling indent_write v2.2.0
30602026-04-23T13:20:33.892Z Compiling heapless v0.8.0
30612026-04-23T13:20:33.997Z Compiling ingot-macros v0.1.1
30622026-04-23T13:20:34.058Z Compiling toml_edit v0.23.10+spec-1.0.0
30632026-04-23T13:20:34.125Z Compiling argon2 v0.5.3
30642026-04-23T13:20:34.149Z Compiling hash32 v0.3.1
30652026-04-23T13:20:34.293Z Compiling tokio-rustls v0.25.0
30662026-04-23T13:20:34.523Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30672026-04-23T13:20:34.638Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30682026-04-23T13:20:34.755Z Compiling thiserror-no-std v2.0.2
30692026-04-23T13:20:34.820Z Compiling smoltcp v0.11.0
30702026-04-23T13:20:34.894Z Compiling vsss-rs v3.3.4
30712026-04-23T13:20:35.009Z Compiling proc-macro-crate v3.4.0
30722026-04-23T13:20:35.495Z Compiling tabwriter v1.4.1
30732026-04-23T13:20:35.539Z Compiling test-strategy v0.4.5
30742026-04-23T13:20:35.566Z Compiling parse-display v0.10.0
30752026-04-23T13:20:35.566Z Compiling cobs v0.3.0
30762026-04-23T13:20:35.613Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30772026-04-23T13:20:35.685Z Compiling proc-macro-error v1.0.4
30782026-04-23T13:20:35.789Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30792026-04-23T13:20:35.834Z Compiling num_enum_derive v0.7.5
30802026-04-23T13:20:35.871Z Compiling postcard v1.1.3
30812026-04-23T13:20:35.936Z Compiling proc-macro-crate v1.3.1
30822026-04-23T13:20:35.999Z Compiling num-rational v0.4.2
30832026-04-23T13:20:36.024Z Compiling num-complex v0.4.6
30842026-04-23T13:20:36.131Z Compiling foreign-types-macros v0.2.3
30852026-04-23T13:20:36.326Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30862026-04-23T13:20:36.357Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
30872026-04-23T13:20:36.518Z Compiling rayon-core v1.13.0
30882026-04-23T13:20:36.544Z Compiling foreign-types-shared v0.3.1
30892026-04-23T13:20:36.623Z Compiling colored v3.1.1
30902026-04-23T13:20:36.649Z Compiling cpufeatures v0.3.0
30912026-04-23T13:20:36.683Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30922026-04-23T13:20:36.754Z Compiling chacha20 v0.10.0
30932026-04-23T13:20:36.779Z Compiling num_enum_derive v0.5.11
30942026-04-23T13:20:36.805Z Compiling num v0.4.3
30952026-04-23T13:20:36.897Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30962026-04-23T13:20:36.963Z Compiling foreign-types v0.5.0
30972026-04-23T13:20:36.967Z Compiling crossbeam-deque v0.8.6
30982026-04-23T13:20:37.049Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30992026-04-23T13:20:37.095Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31002026-04-23T13:20:37.120Z Compiling cstr-argument v0.1.2
31012026-04-23T13:20:37.151Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31022026-04-23T13:20:37.215Z Compiling float-ord v0.3.2
31032026-04-23T13:20:37.275Z Compiling rand v0.10.0
31042026-04-23T13:20:37.304Z Compiling num_enum v0.7.5
31052026-04-23T13:20:37.350Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31062026-04-23T13:20:37.403Z Compiling toml v0.8.23
31072026-04-23T13:20:37.480Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31082026-04-23T13:20:37.518Z Compiling camino-tempfile v1.4.1
31092026-04-23T13:20:37.669Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31102026-04-23T13:20:37.696Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31112026-04-23T13:20:37.744Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31122026-04-23T13:20:37.770Z Compiling zone_cfg_derive v0.3.1
31132026-04-23T13:20:37.795Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31142026-04-23T13:20:37.854Z Compiling rayon v1.11.0
31152026-04-23T13:20:37.881Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31162026-04-23T13:20:37.986Z Compiling itertools v0.12.1
31172026-04-23T13:20:38.011Z Compiling ingot-types v0.1.2
31182026-04-23T13:20:38.217Z Compiling num-derive v0.4.2
31192026-04-23T13:20:38.248Z Compiling sigpipe v0.1.3
31202026-04-23T13:20:38.251Z Compiling glob v0.3.3
31212026-04-23T13:20:38.304Z Compiling num_enum v0.5.11
31222026-04-23T13:20:38.350Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31232026-04-23T13:20:38.418Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31242026-04-23T13:20:38.490Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31252026-04-23T13:20:38.490Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31262026-04-23T13:20:38.545Z Compiling ingot v0.1.1
31272026-04-23T13:20:38.575Z Compiling smf v0.2.3
31282026-04-23T13:20:38.615Z Compiling whoami v1.6.1
31292026-04-23T13:20:38.677Z Compiling prettyplease v0.2.37
31302026-04-23T13:20:38.701Z Compiling gethostname v0.5.0
31312026-04-23T13:20:38.818Z Compiling usdt-macro v0.5.0
31322026-04-23T13:20:38.887Z Compiling usdt-attr-macro v0.5.0
31332026-04-23T13:20:38.938Z Compiling memmap v0.7.0
31342026-04-23T13:20:39.036Z Compiling atomicwrites v0.4.4
31352026-04-23T13:20:39.142Z Compiling derive-where v1.6.0
31362026-04-23T13:20:39.211Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31372026-04-23T13:20:39.318Z Compiling resolv-conf v0.7.6
31382026-04-23T13:20:39.344Z Compiling owo-colors v4.3.0
31392026-04-23T13:20:39.412Z Compiling cancel-safe-futures v0.1.5
31402026-04-23T13:20:39.526Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31412026-04-23T13:20:39.719Z Compiling zone v0.3.1
31422026-04-23T13:20:39.785Z Compiling libsw-core v0.3.2
31432026-04-23T13:20:39.821Z Compiling async-recursion v1.1.1
31442026-04-23T13:20:39.897Z Compiling typify-macro v0.6.1
31452026-04-23T13:20:39.980Z Compiling usdt v0.5.0
31462026-04-23T13:20:40.048Z Compiling libsw v3.5.0
31472026-04-23T13:20:40.073Z Compiling libefi-sys v0.1.0
31482026-04-23T13:20:40.292Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31492026-04-23T13:20:40.320Z Compiling linear-map v1.2.0
31502026-04-23T13:20:40.374Z Compiling console v0.15.11
31512026-04-23T13:20:40.397Z Compiling hickory-proto v0.24.4
31522026-04-23T13:20:40.427Z Compiling newline-converter v0.3.0
31532026-04-23T13:20:40.427Z Compiling bitfield-struct v0.6.2
31542026-04-23T13:20:40.595Z Compiling linked-hash-map v0.5.6
31552026-04-23T13:20:40.622Z Compiling semver v0.1.20
31562026-04-23T13:20:40.700Z Compiling tokio-dtrace v0.1.1
31572026-04-23T13:20:40.765Z Compiling dropshot-api-manager-types v0.6.0
31582026-04-23T13:20:40.879Z Compiling lru-cache v0.1.2
31592026-04-23T13:20:40.974Z Compiling rustc_version v0.1.7
31602026-04-23T13:20:41.004Z Compiling expectorate v1.2.0
31612026-04-23T13:20:41.034Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31622026-04-23T13:20:41.037Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31632026-04-23T13:20:41.086Z Compiling pin-project-internal v1.1.11
31642026-04-23T13:20:41.090Z Compiling slog-dtrace v0.3.0
31652026-04-23T13:20:41.141Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31662026-04-23T13:20:41.212Z Compiling minimal-lexical v0.2.1
31672026-04-23T13:20:41.238Z Compiling oxide-tokio-rt v0.1.4
31682026-04-23T13:20:41.241Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31692026-04-23T13:20:41.295Z Compiling typify-impl v0.4.3
31702026-04-23T13:20:41.320Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31712026-04-23T13:20:41.324Z Compiling newtype_derive v0.1.6
31722026-04-23T13:20:41.370Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31732026-04-23T13:20:41.476Z Compiling phf_shared v0.12.1
31742026-04-23T13:20:41.571Z Compiling nom v7.1.3
31752026-04-23T13:20:41.596Z Compiling pem v3.0.6
31762026-04-23T13:20:41.625Z Compiling snafu-derive v0.8.9
31772026-04-23T13:20:41.660Z Compiling csv-core v0.1.13
31782026-04-23T13:20:41.752Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31792026-04-23T13:20:41.807Z Compiling highway v1.3.0
31802026-04-23T13:20:42.031Z Compiling xshell-macros v0.2.7
31812026-04-23T13:20:42.070Z Compiling same-file v1.0.6
31822026-04-23T13:20:42.097Z Compiling chrono-tz v0.10.4
31832026-04-23T13:20:42.311Z Compiling walkdir v2.5.0
31842026-04-23T13:20:42.338Z Compiling const_format_proc_macros v0.2.34
31852026-04-23T13:20:42.362Z Compiling typify v0.6.1
31862026-04-23T13:20:42.366Z Compiling csv v1.4.0
31872026-04-23T13:20:42.521Z Compiling phf v0.12.1
31882026-04-23T13:20:42.582Z Compiling progenitor-impl v0.13.0
31892026-04-23T13:20:42.617Z Compiling xshell v0.2.7
31902026-04-23T13:20:42.754Z Compiling pin-project v1.1.11
31912026-04-23T13:20:42.781Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31922026-04-23T13:20:42.847Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31932026-04-23T13:20:42.911Z Compiling globset v0.4.18
31942026-04-23T13:20:42.998Z Compiling olpc-cjson v0.1.4
31952026-04-23T13:20:43.192Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
31962026-04-23T13:20:43.235Z Compiling primeorder v0.13.6
31972026-04-23T13:20:43.260Z Compiling serde_plain v1.0.2
31982026-04-23T13:20:43.352Z Compiling hickory-resolver v0.24.4
31992026-04-23T13:20:43.378Z Compiling typed-path v0.9.3
32002026-04-23T13:20:43.551Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32012026-04-23T13:20:43.578Z Compiling const_format v0.2.35
32022026-04-23T13:20:43.581Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32032026-04-23T13:20:43.758Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32042026-04-23T13:20:43.914Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32052026-04-23T13:20:44.037Z Compiling tabled_derive v0.7.0
32062026-04-23T13:20:44.279Z Compiling bcs v0.1.6
32072026-04-23T13:20:44.455Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32082026-04-23T13:20:44.570Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32092026-04-23T13:20:44.702Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32102026-04-23T13:20:44.743Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32112026-04-23T13:20:44.773Z Compiling qorb v0.4.1
32122026-04-23T13:20:44.949Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32132026-04-23T13:20:45.192Z Compiling snafu v0.8.9
32142026-04-23T13:20:45.401Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32152026-04-23T13:20:45.495Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32162026-04-23T13:20:45.577Z Compiling tough v0.20.0
32172026-04-23T13:20:45.602Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32182026-04-23T13:20:45.711Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32192026-04-23T13:20:45.772Z Compiling radium v0.7.0
32202026-04-23T13:20:45.891Z Compiling salty v0.3.0
32212026-04-23T13:20:45.918Z Compiling termtree v0.5.1
32222026-04-23T13:20:46.012Z Compiling textwrap v0.16.2
32232026-04-23T13:20:46.146Z Compiling tabled v0.15.0
32242026-04-23T13:20:46.212Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32252026-04-23T13:20:46.280Z Compiling steno v0.4.1
32262026-04-23T13:20:46.374Z Compiling progenitor-macro v0.13.0
32272026-04-23T13:20:46.495Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32282026-04-23T13:20:46.523Z Compiling base64 v0.21.7
32292026-04-23T13:20:46.682Z Compiling humantime v2.3.0
32302026-04-23T13:20:46.714Z Compiling tap v1.0.1
32312026-04-23T13:20:46.890Z Compiling tagptr v0.2.0
32322026-04-23T13:20:46.986Z Compiling maybe-uninit v2.0.0
32332026-04-23T13:20:47.011Z Compiling wyz v0.5.1
32342026-04-23T13:20:47.132Z Compiling moka v0.12.13
32352026-04-23T13:20:47.314Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32362026-04-23T13:20:47.484Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32372026-04-23T13:20:47.569Z Compiling p384 v0.13.1
32382026-04-23T13:20:47.598Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32392026-04-23T13:20:47.686Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32402026-04-23T13:20:47.819Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32412026-04-23T13:20:47.882Z Compiling typify-macro v0.4.3
32422026-04-23T13:20:48.125Z Compiling parking_lot_core v0.8.6
32432026-04-23T13:20:48.265Z Compiling funty v2.0.0
32442026-04-23T13:20:48.363Z Compiling packed_struct v0.10.1
32452026-04-23T13:20:48.429Z Compiling hickory-resolver v0.25.2
32462026-04-23T13:20:48.515Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32472026-04-23T13:20:48.876Z Compiling bitvec v1.0.1
32482026-04-23T13:20:49.153Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32492026-04-23T13:20:49.205Z Compiling polyval v0.6.2
32502026-04-23T13:20:49.506Z Compiling git-stub v1.0.0
32512026-04-23T13:20:49.536Z Compiling packed_struct_codegen v0.10.1
32522026-04-23T13:20:49.616Z Compiling zerocopy-derive v0.6.6
32532026-04-23T13:20:49.788Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32542026-04-23T13:20:49.866Z Compiling bitfield-macros v0.19.4
32552026-04-23T13:20:49.893Z Compiling proc-macro-error-attr2 v2.0.0
32562026-04-23T13:20:50.211Z Compiling indexmap v1.9.3
32572026-04-23T13:20:50.238Z Compiling nodrop v0.1.14
32582026-04-23T13:20:50.242Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32592026-04-23T13:20:50.306Z Compiling typify v0.4.3
32602026-04-23T13:20:50.399Z Compiling crc-catalog v2.4.0
32612026-04-23T13:20:50.463Z Compiling utf-8 v0.7.6
32622026-04-23T13:20:50.489Z Compiling proc-macro-error2 v2.0.1
32632026-04-23T13:20:50.576Z Compiling crc v3.4.0
32642026-04-23T13:20:50.602Z Compiling array-init v0.0.4
32652026-04-23T13:20:50.626Z Compiling git-stub-vcs v0.1.0
32662026-04-23T13:20:50.732Z Compiling tungstenite v0.21.0
32672026-04-23T13:20:50.817Z Compiling zerocopy v0.6.6
32682026-04-23T13:20:50.875Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32692026-04-23T13:20:50.901Z Compiling bitfield v0.19.4
32702026-04-23T13:20:50.904Z Compiling ghash v0.5.1
32712026-04-23T13:20:50.951Z Compiling smallvec v0.6.14
32722026-04-23T13:20:51.134Z Compiling num-derive v0.3.3
32732026-04-23T13:20:51.165Z Compiling ctr v0.9.2
32742026-04-23T13:20:51.195Z Compiling compression-core v0.4.31
32752026-04-23T13:20:51.199Z Compiling unicase v2.9.0
32762026-04-23T13:20:51.259Z Compiling hashbrown v0.12.3
32772026-04-23T13:20:51.312Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32782026-04-23T13:20:51.370Z Compiling compression-codecs v0.4.37
32792026-04-23T13:20:51.426Z Compiling tokio-tungstenite v0.21.0
32802026-04-23T13:20:51.454Z Compiling aes-gcm v0.10.3
32812026-04-23T13:20:51.516Z Compiling mime_guess v2.0.5
32822026-04-23T13:20:51.544Z Compiling parking_lot v0.11.2
32832026-04-23T13:20:51.624Z Compiling serde-hex v0.1.0
32842026-04-23T13:20:51.730Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
32852026-04-23T13:20:51.754Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32862026-04-23T13:20:51.916Z Compiling tabled_derive v0.11.0
32872026-04-23T13:20:52.015Z Compiling progenitor-impl v0.10.0
32882026-04-23T13:20:52.092Z Compiling progenitor-impl v0.11.2
32892026-04-23T13:20:52.166Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32902026-04-23T13:20:52.238Z Compiling ron v0.8.1
32912026-04-23T13:20:52.276Z Compiling papergrid v0.17.0
32922026-04-23T13:20:52.413Z Compiling libscf-sys v1.1.0
32932026-04-23T13:20:52.413Z Compiling testing_table v0.3.0
32942026-04-23T13:20:52.483Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32952026-04-23T13:20:52.658Z Compiling hashbrown v0.13.2
32962026-04-23T13:20:52.699Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
32972026-04-23T13:20:52.968Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32982026-04-23T13:20:52.995Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32992026-04-23T13:20:53.042Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33002026-04-23T13:20:53.236Z Compiling prefix-trie v0.7.0
33012026-04-23T13:20:53.341Z Compiling blowfish v0.9.1
33022026-04-23T13:20:53.371Z Compiling ssh-encoding v0.2.0
33032026-04-23T13:20:53.626Z Compiling fxhash v0.2.1
33042026-04-23T13:20:53.669Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33052026-04-23T13:20:53.698Z Compiling progenitor v0.13.0
33062026-04-23T13:20:53.725Z Compiling toml_datetime v1.0.0+spec-1.1.0
33072026-04-23T13:20:53.759Z Compiling dropshot v0.17.0
33082026-04-23T13:20:53.793Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33092026-04-23T13:20:53.831Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33102026-04-23T13:20:53.858Z Compiling corncobs v0.1.4
33112026-04-23T13:20:53.923Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33122026-04-23T13:20:54.053Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33132026-04-23T13:20:54.086Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33142026-04-23T13:20:54.115Z Compiling crc-any v2.5.0
33152026-04-23T13:20:54.118Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33162026-04-23T13:20:54.222Z Compiling toml v1.0.6+spec-1.1.0
33172026-04-23T13:20:54.281Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33182026-04-23T13:20:54.311Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33192026-04-23T13:20:54.350Z Compiling sled v0.34.7
33202026-04-23T13:20:54.443Z Compiling hickory-server v0.25.2
33212026-04-23T13:20:54.501Z Compiling ssh-cipher v0.2.0
33222026-04-23T13:20:54.746Z Compiling tabled v0.20.0
33232026-04-23T13:20:54.771Z Compiling bcrypt-pbkdf v0.10.0
33242026-04-23T13:20:54.882Z Compiling object v0.30.4
33252026-04-23T13:20:55.225Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33262026-04-23T13:20:55.328Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33272026-04-23T13:20:55.676Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33282026-04-23T13:20:55.820Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33292026-04-23T13:20:55.961Z Compiling progenitor-macro v0.11.2
33302026-04-23T13:20:56.151Z Compiling progenitor-macro v0.10.0
33312026-04-23T13:20:56.378Z Compiling async-compression v0.4.41
33322026-04-23T13:20:56.572Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33332026-04-23T13:20:56.710Z Compiling progenitor-client v0.11.2
33342026-04-23T13:20:56.842Z Compiling password-hash v0.4.2
33352026-04-23T13:20:56.957Z Compiling dropshot_endpoint v0.17.0
33362026-04-23T13:20:56.960Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33372026-04-23T13:20:57.349Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33382026-04-23T13:20:57.425Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33392026-04-23T13:20:57.603Z Compiling secrecy v0.8.0
33402026-04-23T13:20:57.825Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33412026-04-23T13:20:57.966Z Compiling half v1.8.3
33422026-04-23T13:20:58.231Z Compiling http-range v0.1.5
33432026-04-23T13:20:58.375Z Compiling path-slash v0.1.5
33442026-04-23T13:20:58.511Z Compiling serde_cbor v0.11.2
33452026-04-23T13:20:58.737Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33462026-04-23T13:20:59.006Z Compiling pbkdf2 v0.11.0
33472026-04-23T13:20:59.364Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33482026-04-23T13:20:59.684Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33492026-04-23T13:21:00.082Z Compiling ssh-key v0.6.7
33502026-04-23T13:21:00.659Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33512026-04-23T13:21:00.906Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33522026-04-23T13:21:00.958Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33532026-04-23T13:21:01.068Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33542026-04-23T13:21:01.488Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33552026-04-23T13:21:01.606Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33562026-04-23T13:21:01.686Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33572026-04-23T13:21:01.774Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33582026-04-23T13:21:01.885Z Compiling p521 v0.13.3
33592026-04-23T13:21:01.992Z Compiling p256 v0.13.2
33602026-04-23T13:21:02.216Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33612026-04-23T13:21:02.457Z Compiling yasna v0.5.2
33622026-04-23T13:21:02.460Z Compiling kstat-rs v0.2.4
33632026-04-23T13:21:02.552Z Compiling headers-core v0.3.0
33642026-04-23T13:21:02.745Z Compiling nanorand v0.7.0
33652026-04-23T13:21:02.844Z Compiling atty v0.2.14
33662026-04-23T13:21:02.876Z Compiling russh-cryptovec v0.7.3
33672026-04-23T13:21:02.914Z Compiling md5 v0.7.0
33682026-04-23T13:21:03.024Z Compiling home v0.5.12
33692026-04-23T13:21:03.151Z Compiling crc8 v0.1.1
33702026-04-23T13:21:03.178Z Compiling rcgen v0.12.1
33712026-04-23T13:21:03.206Z Compiling russh-keys v0.45.0
33722026-04-23T13:21:03.236Z Compiling progenitor v0.11.2
33732026-04-23T13:21:03.239Z Compiling flume v0.11.1
33742026-04-23T13:21:03.303Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33752026-04-23T13:21:03.330Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33762026-04-23T13:21:03.355Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33772026-04-23T13:21:03.427Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33782026-04-23T13:21:03.474Z Compiling headers v0.4.1
33792026-04-23T13:21:03.533Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33802026-04-23T13:21:03.558Z Compiling progenitor v0.10.0
33812026-04-23T13:21:03.723Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33822026-04-23T13:21:03.786Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
33832026-04-23T13:21:04.052Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33842026-04-23T13:21:04.259Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33852026-04-23T13:21:04.434Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33862026-04-23T13:21:04.570Z Compiling hyper-staticfile v0.10.1
33872026-04-23T13:21:04.596Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33882026-04-23T13:21:04.600Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33892026-04-23T13:21:04.654Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33902026-04-23T13:21:04.853Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33912026-04-23T13:21:04.881Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
33922026-04-23T13:21:04.912Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33932026-04-23T13:21:05.114Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33942026-04-23T13:21:05.257Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33952026-04-23T13:21:05.285Z Compiling num-bigint v0.4.6
33962026-04-23T13:21:05.378Z Compiling des v0.8.1
33972026-04-23T13:21:05.525Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33982026-04-23T13:21:05.585Z Compiling subprocess v0.2.15
33992026-04-23T13:21:05.649Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34002026-04-23T13:21:05.674Z Compiling display-error-chain v0.2.2
34012026-04-23T13:21:05.839Z Compiling hex-literal v0.4.1
34022026-04-23T13:21:05.888Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34032026-04-23T13:21:06.014Z Compiling colored v2.2.0
34042026-04-23T13:21:06.193Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34052026-04-23T13:21:06.221Z Compiling internet-checksum v0.2.1
34062026-04-23T13:21:06.246Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34072026-04-23T13:21:06.957Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34082026-04-23T13:21:07.001Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34092026-04-23T13:21:07.062Z Compiling russh v0.45.0
34102026-04-23T13:21:10.439Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34112026-04-23T13:21:11.331Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34122026-04-23T13:21:11.961Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34132026-04-23T13:21:12.958Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34142026-04-23T13:21:24.108Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34152026-04-23T13:21:24.108Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34162026-04-23T13:21:24.111Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34172026-04-23T13:21:24.111Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34182026-04-23T13:21:26.389Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34192026-04-23T13:21:26.478Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34202026-04-23T13:21:32.192Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34212026-04-23T13:22:02.701Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34222026-04-23T13:22:28.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 59s
34232026-04-23T13:22:29.112Z
34242026-04-23T13:22:29.116Zreal 1:59.439698198
34252026-04-23T13:22:29.116Zuser 11:40.920787501
34262026-04-23T13:22:29.116Zsys 2:04.918950537
34272026-04-23T13:22:29.116Ztrap 0.369314050
34282026-04-23T13:22:29.116Ztflt 0.499899455
34292026-04-23T13:22:29.116Zdflt 1.746121036
34302026-04-23T13:22:29.116Zkflt 0.000265617
34312026-04-23T13:22:29.116Zlock 40:01.413893428
34322026-04-23T13:22:29.116Zslp 25:47.918549664
34332026-04-23T13:22:29.116Zlat 44.463703669
34342026-04-23T13:22:29.116Zstop 3:59.101273838
34352026-04-23T13:22:29.116Z+ mkdir tests
34362026-04-23T13:22:29.119Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34372026-04-23T13:22:29.119Z+ xargs -I '{}' -t cp '{}' tests/
34382026-04-23T13:22:29.140Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-b1bc68e80128657d tests/
34392026-04-23T13:22:29.172Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-2591d64deb37c086 tests/
34402026-04-23T13:22:29.203Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-4942e29ae4ca8837 tests/
34412026-04-23T13:22:29.236Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ec2fae9151184196 tests/
34422026-04-23T13:22:29.598Z+ 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/*)
34432026-04-23T13:22:29.601Z+ 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-2591d64deb37c086 tests/commtest-4942e29ae4ca8837 tests/dhcp_server-b1bc68e80128657d tests/end_to_end_tests-ec2fae9151184196 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
34442026-04-23T13:24:08.062ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34452026-04-23T13:24:08.062Za .github/buildomat/ci-env.sh 1K
34462026-04-23T13:24:08.062Za out/target/test 1K
34472026-04-23T13:24:08.063Za out/npuzone/npuzone 27402K
34482026-04-23T13:24:08.063Za package-manifest.toml 35K
34492026-04-23T13:24:08.063Za smf/sled-agent/non-gimlet/config.toml 6K
34502026-04-23T13:24:08.063Za target/release/omicron-package 45890K
34512026-04-23T13:24:08.063Za target/release/xtask 11446K
34522026-04-23T13:24:08.063Za target/debug/bootstrap 341412K
34532026-04-23T13:24:08.063Za tests/bootstrap-2591d64deb37c086 31310K
34542026-04-23T13:24:08.063Za tests/commtest-4942e29ae4ca8837 32395K
34552026-04-23T13:24:08.063Za tests/dhcp_server-b1bc68e80128657d 31310K
34562026-04-23T13:24:08.063Za tests/end_to_end_tests-ec2fae9151184196 383794K
34572026-04-23T13:24:08.063Za out/clickhouse.tar.gz 313083K
34582026-04-23T13:24:08.063Za out/clickhouse_keeper.tar.gz 298563K
34592026-04-23T13:24:08.063Za out/clickhouse_server.tar.gz 313081K
34602026-04-23T13:24:08.063Za out/cockroachdb.tar.gz 161238K
34612026-04-23T13:24:08.063Za out/crucible-pantry-zone.tar.gz 44069K
34622026-04-23T13:24:08.063Za out/crucible-utils.tar 17744K
34632026-04-23T13:24:08.063Za out/crucible-zone.tar.gz 58207K
34642026-04-23T13:24:08.063Za out/external-dns.tar.gz 48921K
34652026-04-23T13:24:08.063Za out/internal-dns.tar.gz 48921K
34662026-04-23T13:24:08.063Za out/mg-ddm-gz.tar 95141K
34672026-04-23T13:24:08.063Za out/nexus.tar.gz 219445K
34682026-04-23T13:24:08.063Za out/ntp.tar.gz 31924K
34692026-04-23T13:24:08.063Za out/omicron-gateway-softnpu.tar.gz 28369K
34702026-04-23T13:24:08.063Za out/omicron-sled-agent.tar 200798K
34712026-04-23T13:24:08.063Za out/overlay.tar.gz 3K
34722026-04-23T13:24:08.063Za out/oximeter.tar.gz 63498K
34732026-04-23T13:24:08.063Za out/oxlog.tar 3782K
34742026-04-23T13:24:08.063Za out/probe.tar.gz 3037K
34752026-04-23T13:24:08.063Za out/propolis-server.tar.gz 38727K
34762026-04-23T13:24:08.063Za out/pumpkind-gz.tar 26647K
34772026-04-23T13:24:08.063Za out/switch-softnpu.tar.gz 390967K
34782026-04-23T13:24:08.067Z
34792026-04-23T13:24:08.067Zreal 1:38.451653755
34802026-04-23T13:24:08.067Zuser 1:35.329894052
34812026-04-23T13:24:08.067Zsys 6.539829929
34822026-04-23T13:24:08.067Ztrap 0.006917989
34832026-04-23T13:24:08.067Ztflt 0.000000000
34842026-04-23T13:24:08.067Zdflt 0.000000000
34852026-04-23T13:24:08.067Zkflt 0.000000000
34862026-04-23T13:24:08.067Zlock 0.000000000
34872026-04-23T13:24:08.067Zslp 1:34.379556237
34882026-04-23T13:24:08.067Zlat 0.641908315
34892026-04-23T13:24:08.067Zstop 0.000197999
34902026-04-23T13:24:08.070Zprocess exited: duration 1208576 ms, exit code 0
 
34912026-04-23T13:24:08.086Zfound 1 output files
34922026-04-23T13:24:08.087Zuploading: /work/package.tar.gz (2402503519 bytes)
34932026-04-23T13:24:36.788Zuploaded: /work/package.tar.gz