01KSQ9SDBSDZB26XAS9SR5HWEG: 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: 01KSQ9T1DE09G90VQ624JB4PJW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-28T12:44:54.263Zjob assigned to worker 01KSQ9T6NM0ZBDR3T56QY9Q6CC [factory aws, i-03c9ad759c39931ba] (queued for 49 s)
 
22026-05-28T12:45:01.605Zstarting task 0: "setup"
32026-05-28T12:45:01.611Z++ uname -s
42026-05-28T12:45:01.614Z+ kern=SunOS
52026-05-28T12:45:01.614Z+ build_user=build
62026-05-28T12:45:01.614Z+ build_uid=12345
72026-05-28T12:45:01.614Z+ work_dir=/work
82026-05-28T12:45:01.614Z+ input_dir=/input
92026-05-28T12:45:01.614Z+ [[ 0 == 12345 ]]
102026-05-28T12:45:01.614Z+ case "$kern" in
112026-05-28T12:45:01.614Z+ groupadd -g 12345 build
122026-05-28T12:45:01.628Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-28T12:45:03.637Z+ zfs create -o mountpoint=/work rpool/work
142026-05-28T12:45:03.746Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-28T12:45:03.754Z+ home_fs=zfs
162026-05-28T12:45:03.754Z+ [[ zfs == autofs ]]
172026-05-28T12:45:03.754Z+ mkdir -p /home/build
182026-05-28T12:45:03.754Z+ chown build:build /home/build /work
192026-05-28T12:45:05.750Z+ chmod 0700 /home/build /work
202026-05-28T12:45:05.754Zprocess exited: duration 4153 ms, exit code 0
 
212026-05-28T12:45:05.760Zstarting task 1: "rust-toolchain"
222026-05-28T12:45:05.767Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-28T12:45:05.767Z * rust toolchain channel = "1.94.0"
242026-05-28T12:45:05.767Z * rust toolchain profile = "default"
252026-05-28T12:45:05.767Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-28T12:45:05.767Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-28T12:45:05.767Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-28T12:45:05.770Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-28T12:45:05.770Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-28T12:45:05.882Zinfo: downloading installer
312026-05-28T12:45:07.285Zwarn: It looks like you have an existing rustup settings file at:
322026-05-28T12:45:07.286Zwarn: /home/build/.rustup/settings.toml
332026-05-28T12:45:07.286Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-28T12:45:07.286Zwarn: instead of the one inferred from the default host triple.
352026-05-28T12:45:07.297Zinfo: profile set to default
362026-05-28T12:45:07.297Zinfo: default host triple is x86_64-unknown-illumos
372026-05-28T12:45:07.301Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-28T12:45:07.435Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-28T12:45:07.438Zinfo: downloading 6 components
402026-05-28T12:45:21.948Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-28T12:45:21.949Z
422026-05-28T12:45:21.977Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-28T12:45:21.977Z
442026-05-28T12:45:21.977Z
452026-05-28T12:45:21.977ZRust is installed now. Great!
462026-05-28T12:45:21.977Z
472026-05-28T12:45:21.977ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-28T12:45:21.977Zenvironment variable. This has not been done automatically.
492026-05-28T12:45:21.977Z
502026-05-28T12:45:21.981ZTo configure your current shell, you need to source
512026-05-28T12:45:21.981Zthe corresponding env file under $HOME/.cargo.
522026-05-28T12:45:21.981Z
532026-05-28T12:45:21.981ZThis is usually done by running one of the following (note the leading DOT):
542026-05-28T12:45:21.981Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-28T12:45:21.981Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-28T12:45:21.981Zsource "~/.cargo/env.nu" # For nushell
572026-05-28T12:45:21.981Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-28T12:45:21.981Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-28T12:45:21.981Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-28T12:45:21.981Zwarn: no default linker (`cc`) was found in your PATH
612026-05-28T12:45:21.981Zwarn: many Rust crates require a system C toolchain to build
622026-05-28T12:45:22.075Z+ rustup --version
632026-05-28T12:45:22.081Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-28T12:45:22.085Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-28T12:45:22.102Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-28T12:45:22.105Z+ cargo --version
672026-05-28T12:45:22.114Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-28T12:45:22.117Z+ rustc --version
692026-05-28T12:45:22.138Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-28T12:45:22.141Zprocess exited: duration 16380 ms, exit code 0
 
712026-05-28T12:45:22.147Zstarting task 2: "authentication"
722026-05-28T12:45:22.165Zprocess exited: duration 17 ms, exit code 0
 
732026-05-28T12:45:22.173Zstarting task 3: "clone repository"
742026-05-28T12:45:22.190Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-28T12:45:22.196Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-28T12:45:22.228ZCloning into '/work/oxidecomputer/omicron'...
772026-05-28T12:45:32.663Z+ cd /work/oxidecomputer/omicron
782026-05-28T12:45:32.663Z+ git fetch origin 08d7141aa983083c7528aa81a9480f186f7d568b
792026-05-28T12:45:32.996ZFrom https://github.com/oxidecomputer/omicron
802026-05-28T12:45:32.996Z * branch 08d7141aa983083c7528aa81a9480f186f7d568b -> FETCH_HEAD
812026-05-28T12:45:33.012Z+ [[ -n multicast-e2e ]]
822026-05-28T12:45:33.016Z++ git branch --show-current
832026-05-28T12:45:33.019Z+ current=main
842026-05-28T12:45:33.019Z+ [[ main != multicast-e2e ]]
852026-05-28T12:45:33.019Z+ git branch -f multicast-e2e 08d7141aa983083c7528aa81a9480f186f7d568b
862026-05-28T12:45:33.023Z+ git checkout -f multicast-e2e
872026-05-28T12:45:33.115ZSwitched to branch 'multicast-e2e'
882026-05-28T12:45:33.119Z+ git reset --hard 08d7141aa983083c7528aa81a9480f186f7d568b
892026-05-28T12:45:33.208ZHEAD is now at 08d7141aa [merge+match] merge main + mag update
902026-05-28T12:45:33.212Zprocess exited: duration 11039 ms, exit code 0
 
912026-05-28T12:45:33.218Zstarting task 4: "build"
922026-05-28T12:45:33.224Z+ source .github/buildomat/ci-env.sh
932026-05-28T12:45:33.224Z++ export CARGO_TERM_COLOR=always
942026-05-28T12:45:33.224Z++ CARGO_TERM_COLOR=always
952026-05-28T12:45:33.224Z+ cargo --version
962026-05-28T12:45:33.234Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-28T12:45:33.237Z+ rustc --version
982026-05-28T12:45:33.258Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-28T12:45:33.262Z+ WORK=/work
1002026-05-28T12:45:33.262Z+ pfexec mkdir -p /work
1012026-05-28T12:45:33.265Z+ pfexec chown build /work
1022026-05-28T12:45:33.269Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-28T12:45:35.613Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-28T12:45:35.689Z Startup: Caching catalogs ... Done
1052026-05-28T12:45:35.953ZPlanning: Solver setup ... Done (0.228s)
1062026-05-28T12:45:35.971ZPlanning: Running solver ... Done (0.018s)
1072026-05-28T12:45:35.987ZPlanning: Finding local manifests ... Done (0.012s)
1082026-05-28T12:45:36.000ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-28T12:45:36.021ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-28T12:45:36.035ZPlanning: Package planning ... Done (0.014s)
1112026-05-28T12:45:36.038ZPlanning: Merging actions ... Done (0.002s)
1122026-05-28T12:45:36.235ZPlanning: Checking for conflicting actions ... Done (0.198s)
1132026-05-28T12:45:36.238ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-28T12:45:37.934ZPlanning: Evaluating mediators ... Done (1.698s)
1152026-05-28T12:45:37.937ZPlanning: Planning completed in 2.23 seconds
1162026-05-28T12:45:37.944Z Packages to install: 2
1172026-05-28T12:45:37.944Z Estimated space available: 156.07 GB
1182026-05-28T12:45:37.944ZEstimated space to be consumed: 22.53 MB
1192026-05-28T12:45:37.944Z Create boot environment: No
1202026-05-28T12:45:37.944ZCreate backup boot environment: No
1212026-05-28T12:45:37.944Z Rebuild boot archive: No
1222026-05-28T12:45:37.947Z
1232026-05-28T12:45:37.947ZChanged packages:
1242026-05-28T12:45:37.947Zhelios
1252026-05-28T12:45:37.947Z developer/build-essential
1262026-05-28T12:45:37.947Z None -> 11-3.0
1272026-05-28T12:45:37.947Z library/libxmlsec1
1282026-05-28T12:45:37.947Z None -> 1.2.35-3.0
1292026-05-28T12:45:38.006Z
1302026-05-28T12:45:38.006ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-28T12:45:39.197ZDownload: Completed 1.28 MB in 1.19 seconds (1.1M/s)
1322026-05-28T12:45:39.247Z Actions: 1/268 actions (Installing new actions)
1332026-05-28T12:45:39.297Z Actions: Completed 268 actions in 0.05 seconds.
1342026-05-28T12:45:39.334ZFinalize: Updating package state database ... Done (0.036s)
1352026-05-28T12:45:39.334ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-28T12:45:39.353ZFinalize: Updating image state ... Done (0.018s)
1372026-05-28T12:45:42.245ZFinalize: Creating fast lookup database ... Done (2.867s)
1382026-05-28T12:45:42.319ZFinalize: Reading search index ... Done (0.019s)
1392026-05-28T12:45:42.322ZFinalize: Updating search index ... Done (0.000s)
1402026-05-28T12:45:42.382ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-28T12:45:42.682ZPlanning: Evaluating mediator changes ... Done
1422026-05-28T12:45:42.788ZPlanning: Checking for conflicting actions ... Done
1432026-05-28T12:45:42.791ZPlanning: Consolidating action changes ... Done
1442026-05-28T12:45:42.954ZPlanning: Evaluating mediators ... Done
1452026-05-28T12:45:42.957ZPlanning: Planning completed in 0.27 seconds
1462026-05-28T12:45:42.978Z Mediators to change: 2
1472026-05-28T12:45:42.978Z Create boot environment: No
1482026-05-28T12:45:42.978ZCreate backup boot environment: No
1492026-05-28T12:45:43.019ZFinalize: Updating package state database ... Done
1502026-05-28T12:45:43.019ZFinalize: Updating package cache ... Done
1512026-05-28T12:45:43.031ZFinalize: Updating image state ... Done
1522026-05-28T12:45:44.997ZFinalize: Creating fast lookup database ... Done
1532026-05-28T12:45:45.061ZFinalize: Reading search index ... Done
1542026-05-28T12:45:45.064ZFinalize: Updating search index ... Done
1552026-05-28T12:45:45.108ZFinalize: Updating package cache ... Done
1562026-05-28T12:45:45.396ZPlanning: Evaluating mediator changes ... Done
1572026-05-28T12:45:45.501ZPlanning: Checking for conflicting actions ... Done
1582026-05-28T12:45:45.504ZPlanning: Consolidating action changes ... Done
1592026-05-28T12:45:45.660ZPlanning: Evaluating mediators ... Done
1602026-05-28T12:45:45.663ZPlanning: Planning completed in 0.27 seconds
1612026-05-28T12:45:45.685Z Mediators to change: 1
1622026-05-28T12:45:45.685Z Create boot environment: No
1632026-05-28T12:45:45.688ZCreate backup boot environment: No
1642026-05-28T12:45:45.727ZFinalize: Updating package state database ... Done
1652026-05-28T12:45:45.727ZFinalize: Updating package cache ... Done
1662026-05-28T12:45:45.738ZFinalize: Updating image state ... Done
1672026-05-28T12:45:47.677ZFinalize: Creating fast lookup database ... Done
1682026-05-28T12:45:47.737ZFinalize: Reading search index ... Done
1692026-05-28T12:45:47.740ZFinalize: Updating search index ... Done
1702026-05-28T12:45:47.786ZFinalize: Updating package cache ... Done
1712026-05-28T12:45:48.099ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-28T12:45:48.099Zapache system 2.4 system
1732026-05-28T12:45:48.099Zclang system 15 system
1742026-05-28T12:45:48.099Zcsh system system illumos
1752026-05-28T12:45:48.099Zctags system system illumos
1762026-05-28T12:45:48.099Zfile vendor vendor darwinsys
1772026-05-28T12:45:48.099Zfile system system illumos
1782026-05-28T12:45:48.099Zgcc vendor 14 vendor
1792026-05-28T12:45:48.099Zgcc system 13 system
1802026-05-28T12:45:48.099Zgcc system 10 system
1812026-05-28T12:45:48.099Zgo system 1.25 system
1822026-05-28T12:45:48.099Zllvm system 15 system
1832026-05-28T12:45:48.099Zmariadb system 11.4 system
1842026-05-28T12:45:48.099Zmta vendor vendor dma
1852026-05-28T12:45:48.099Zopenjdk system 17 system
1862026-05-28T12:45:48.099Zopenjdk system 11 system
1872026-05-28T12:45:48.099Zopenssl vendor 3 vendor
1882026-05-28T12:45:48.100Zperl system 5.40 system
1892026-05-28T12:45:48.100Zpostgresql system 18 system
1902026-05-28T12:45:48.100Zpostgresql system 17 system
1912026-05-28T12:45:48.100Zpython vendor 3 vendor
1922026-05-28T12:45:48.100Zpython system 2 system
1932026-05-28T12:45:48.100Zpython3 vendor 3.13 vendor
1942026-05-28T12:45:48.100Zruby system 3.4 system
1952026-05-28T12:45:48.100Zruby system 3.0 system
1962026-05-28T12:45:48.100Zwords vendor vendor american-english
1972026-05-28T12:45:48.100Zwords system system australian-english
1982026-05-28T12:45:48.100Zwords system system british-english
1992026-05-28T12:45:48.100Zwords system system canadian-english
2002026-05-28T12:45:48.100Zwords system system french
2012026-05-28T12:45:48.100Zwords system system italian
2022026-05-28T12:45:48.100Zwords system system ngerman
2032026-05-28T12:45:48.100Zwords system system ogerman
2042026-05-28T12:45:48.100Zwords system system spanish
2052026-05-28T12:45:48.357ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-28T12:45:48.357Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-28T12:45:48.648ZFMRI IFO
2082026-05-28T12:45:48.648Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-28T12:45:48.648Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-28T12:45:48.648Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-28T12:45:48.648Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-28T12:45:48.648Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-28T12:45:48.648Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-28T12:45:48.648Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-28T12:45:48.648Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-28T12:45:48.648Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-28T12:45:48.889Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-28T12:45:49.180Z Updating crates.io index
2192026-05-28T12:45:49.231Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-28T12:45:49.455Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-28T12:45:50.356Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-28T12:45:50.656Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-28T12:45:51.792Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-28T12:45:52.327Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-28T12:45:53.898Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-28T12:45:54.741Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-28T12:45:55.114Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-28T12:45:56.183Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-28T12:45:56.532Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-28T12:45:56.878Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-28T12:45:57.112Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-28T12:45:58.144Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-28T12:45:58.630Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-28T12:45:58.996Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-28T12:45:59.239Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-28T12:45:59.625Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-28T12:45:59.991Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-28T12:46:00.350Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-28T12:46:00.561Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-28T12:46:00.829Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-28T12:46:01.451Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-28T12:46:01.927Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-05-28T12:46:02.185Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-05-28T12:46:02.663Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-05-28T12:46:02.932Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-05-28T12:46:03.295Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-05-28T12:46:04.158Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-05-28T12:46:04.944Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-28T12:46:05.370Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-05-28T12:46:05.725Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-05-28T12:46:06.098Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-05-28T12:46:06.459Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-05-28T12:46:06.733Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-05-28T12:46:07.030Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-05-28T12:46:07.435Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-05-28T12:46:07.995Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-05-28T12:46:08.277Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-05-28T12:46:08.510Z Updating git repository `https://github.com/oxidecomputer/omicron`
2592026-05-28T12:46:21.016Z Updating git repository `https://github.com/illumos/smf-rs`
2602026-05-28T12:46:23.097Z Downloading crates ...
2612026-05-28T12:46:23.146Z Downloaded anstyle v1.0.14
2622026-05-28T12:46:23.149Z Downloaded anstyle-parse v1.0.0
2632026-05-28T12:46:23.149Z Downloaded serde-value v0.7.0
2642026-05-28T12:46:23.153Z Downloaded fastrand v2.3.0
2652026-05-28T12:46:23.157Z Downloaded terminal_size v0.4.3
2662026-05-28T12:46:23.160Z Downloaded tabled_derive v0.7.0
2672026-05-28T12:46:23.163Z Downloaded smawk v0.3.2
2682026-05-28T12:46:23.166Z Downloaded swrite v0.1.0
2692026-05-28T12:46:23.166Z Downloaded heck v0.4.1
2702026-05-28T12:46:23.169Z Downloaded form_urlencoded v1.2.2
2712026-05-28T12:46:23.169Z Downloaded thiserror v1.0.69
2722026-05-28T12:46:23.172Z Downloaded scroll v0.12.0
2732026-05-28T12:46:23.175Z Downloaded heck v0.5.0
2742026-05-28T12:46:23.175Z Downloaded toml_datetime v0.6.11
2752026-05-28T12:46:23.179Z Downloaded cpufeatures v0.2.17
2762026-05-28T12:46:23.182Z Downloaded clap_derive v4.6.1
2772026-05-28T12:46:23.185Z Downloaded ucd-trie v0.1.7
2782026-05-28T12:46:23.185Z Downloaded toml_write v0.1.2
2792026-05-28T12:46:23.185Z Downloaded thread-id v4.2.2
2802026-05-28T12:46:23.188Z Downloaded textwrap v0.16.2
2812026-05-28T12:46:23.188Z Downloaded version_check v0.9.5
2822026-05-28T12:46:23.188Z Downloaded zerofrom-derive v0.1.6
2832026-05-28T12:46:23.190Z Downloaded utf8_iter v1.0.4
2842026-05-28T12:46:23.190Z Downloaded yoke-derive v0.8.1
2852026-05-28T12:46:23.191Z Downloaded proc-macro2 v1.0.106
2862026-05-28T12:46:23.193Z Downloaded pretty-hex v0.4.1
2872026-05-28T12:46:23.193Z Downloaded percent-encoding v2.3.2
2882026-05-28T12:46:23.193Z Downloaded usdt v0.5.0
2892026-05-28T12:46:23.197Z Downloaded serde-untagged v0.1.9
2902026-05-28T12:46:23.197Z Downloaded usdt-macro v0.5.0
2912026-05-28T12:46:23.197Z Downloaded usdt-attr-macro v0.5.0
2922026-05-28T12:46:23.197Z Downloaded unicode-xid v0.2.6
2932026-05-28T12:46:23.199Z Downloaded unicode-linebreak v0.1.5
2942026-05-28T12:46:23.199Z Downloaded typeid v1.0.3
2952026-05-28T12:46:23.199Z Downloaded proc-macro-error v1.0.4
2962026-05-28T12:46:23.202Z Downloaded dof v0.3.0
2972026-05-28T12:46:23.202Z Downloaded anstream v1.0.0
2982026-05-28T12:46:23.205Z Downloaded zerofrom v0.1.6
2992026-05-28T12:46:23.205Z Downloaded papergrid v0.11.0
3002026-05-28T12:46:23.208Z Downloaded proc-macro-error-attr v1.0.4
3012026-05-28T12:46:23.208Z Downloaded memmap v0.7.0
3022026-05-28T12:46:23.208Z Downloaded indexmap v2.14.0
3032026-05-28T12:46:23.211Z Downloaded utf8parse v0.2.2
3042026-05-28T12:46:23.211Z Downloaded serde_derive v1.0.228
3052026-05-28T12:46:23.215Z Downloaded zmij v1.0.21
3062026-05-28T12:46:23.215Z Downloaded tinystr v0.8.2
3072026-05-28T12:46:23.218Z Downloaded itoa v1.0.17
3082026-05-28T12:46:23.218Z Downloaded thiserror-impl v1.0.69
3092026-05-28T12:46:23.218Z Downloaded thiserror-impl v2.0.18
3102026-05-28T12:46:23.221Z Downloaded thiserror v2.0.18
3112026-05-28T12:46:23.224Z Downloaded yoke v0.8.1
3122026-05-28T12:46:23.224Z Downloaded sha2 v0.10.9
3132026-05-28T12:46:23.227Z Downloaded zerovec-derive v0.11.2
3142026-05-28T12:46:23.227Z Downloaded strsim v0.11.1
3152026-05-28T12:46:23.227Z Downloaded writeable v0.6.2
3162026-05-28T12:46:23.227Z Downloaded usdt-impl v0.5.0
3172026-05-28T12:46:23.230Z Downloaded crypto-common v0.1.7
3182026-05-28T12:46:23.230Z Downloaded toml v0.8.23
3192026-05-28T12:46:23.230Z Downloaded digest v0.10.7
3202026-05-28T12:46:23.232Z Downloaded colorchoice v1.0.4
3212026-05-28T12:46:23.233Z Downloaded errno v0.3.14
3222026-05-28T12:46:23.233Z Downloaded num-traits v0.2.19
3232026-05-28T12:46:23.236Z Downloaded macaddr v1.0.1
3242026-05-28T12:46:23.236Z Downloaded plain v0.2.3
3252026-05-28T12:46:23.236Z Downloaded clap_lex v1.0.0
3262026-05-28T12:46:23.239Z Downloaded equivalent v1.0.2
3272026-05-28T12:46:23.239Z Downloaded dtrace-parser v0.2.0
3282026-05-28T12:46:23.239Z Downloaded zerocopy-derive v0.7.35
3292026-05-28T12:46:23.242Z Downloaded pest_derive v2.8.6
3302026-05-28T12:46:23.242Z Downloaded block-buffer v0.10.4
3312026-05-28T12:46:23.242Z Downloaded anyhow v1.0.102
3322026-05-28T12:46:23.244Z Downloaded typenum v1.19.0
3332026-05-28T12:46:23.247Z Downloaded toml_edit v0.22.27
3342026-05-28T12:46:23.250Z Downloaded autocfg v1.5.0
3352026-05-28T12:46:23.250Z Downloaded serde_tokenstream v0.2.3
3362026-05-28T12:46:23.250Z Downloaded camino-tempfile v1.4.1
3372026-05-28T12:46:23.253Z Downloaded url v2.5.8
3382026-05-28T12:46:23.253Z Downloaded unicode-ident v1.0.24
3392026-05-28T12:46:23.256Z Downloaded scroll_derive v0.12.1
3402026-05-28T12:46:23.256Z Downloaded ordered-float v2.10.1
3412026-05-28T12:46:23.256Z Downloaded displaydoc v0.2.5
3422026-05-28T12:46:23.259Z Downloaded zerotrie v0.2.3
3432026-05-28T12:46:23.259Z Downloaded is_terminal_polyfill v1.70.2
3442026-05-28T12:46:23.262Z Downloaded stable_deref_trait v1.2.1
3452026-05-28T12:46:23.262Z Downloaded potential_utf v0.1.4
3462026-05-28T12:46:23.266Z Downloaded fnv v1.0.7
3472026-05-28T12:46:23.269Z Downloaded cargo_toml v0.21.0
3482026-05-28T12:46:23.271Z Downloaded zerocopy v0.7.35
3492026-05-28T12:46:23.278Z Downloaded quote v1.0.45
3502026-05-28T12:46:23.281Z Downloaded zerovec v0.11.5
3512026-05-28T12:46:23.284Z Downloaded bytecount v0.6.9
3522026-05-28T12:46:23.284Z Downloaded winnow v0.7.14
3532026-05-28T12:46:23.288Z Downloaded idna_adapter v1.2.1
3542026-05-28T12:46:23.291Z Downloaded icu_collections v2.1.1
3552026-05-28T12:46:23.294Z Downloaded generic-array v0.14.7
3562026-05-28T12:46:23.294Z Downloaded anstyle-query v1.1.5
3572026-05-28T12:46:23.294Z Downloaded unicode-width v0.2.0
3582026-05-28T12:46:23.297Z Downloaded unicode-width v0.1.14
3592026-05-28T12:46:23.302Z Downloaded fs-err v3.3.0
3602026-05-28T12:46:23.305Z Downloaded serde_spanned v0.6.9
3612026-05-28T12:46:23.305Z Downloaded cargo_metadata v0.21.0
3622026-05-28T12:46:23.308Z Downloaded cargo-platform v0.2.0
3632026-05-28T12:46:23.311Z Downloaded synstructure v0.13.2
3642026-05-28T12:46:23.311Z Downloaded erased-serde v0.4.9
3652026-05-28T12:46:23.314Z Downloaded tempfile v3.25.0
3662026-05-28T12:46:23.314Z Downloaded byteorder v1.5.0
3672026-05-28T12:46:23.316Z Downloaded once_cell v1.21.3
3682026-05-28T12:46:23.316Z Downloaded semver v1.0.28
3692026-05-28T12:46:23.319Z Downloaded clap v4.6.1
3702026-05-28T12:46:23.322Z Downloaded log v0.4.29
3712026-05-28T12:46:23.325Z Downloaded icu_provider v2.1.1
3722026-05-28T12:46:23.325Z Downloaded icu_normalizer_data v2.1.1
3732026-05-28T12:46:23.325Z Downloaded cargo-util-schemas v0.8.2
3742026-05-28T12:46:23.328Z Downloaded cfg-if v1.0.4
3752026-05-28T12:46:23.328Z Downloaded pest v2.8.6
3762026-05-28T12:46:23.331Z Downloaded bitflags v2.11.0
3772026-05-28T12:46:23.337Z Downloaded pest_generator v2.8.6
3782026-05-28T12:46:23.340Z Downloaded camino v1.2.2
3792026-05-28T12:46:23.348Z Downloaded smallvec v1.15.1
3802026-05-28T12:46:23.352Z Downloaded litemap v0.8.1
3812026-05-28T12:46:23.358Z Downloaded serde_core v1.0.228
3822026-05-28T12:46:23.364Z Downloaded icu_properties v2.1.2
3832026-05-28T12:46:23.372Z Downloaded icu_normalizer v2.1.1
3842026-05-28T12:46:23.375Z Downloaded getrandom v0.4.1
3852026-05-28T12:46:23.378Z Downloaded pest_meta v2.8.6
3862026-05-28T12:46:23.378Z Downloaded memchr v2.8.0
3872026-05-28T12:46:23.395Z Downloaded serde v1.0.228
3882026-05-28T12:46:23.399Z Downloaded icu_locale_core v2.1.1
3892026-05-28T12:46:23.419Z Downloaded idna v1.1.0
3902026-05-28T12:46:23.432Z Downloaded hashbrown v0.17.0
3912026-05-28T12:46:23.446Z Downloaded serde_json v1.0.149
3922026-05-28T12:46:23.454Z Downloaded icu_properties_data v2.1.2
3932026-05-28T12:46:23.463Z Downloaded tabled v0.15.0
3942026-05-28T12:46:23.478Z Downloaded goblin v0.8.2
3952026-05-28T12:46:23.484Z Downloaded clap_builder v4.6.0
3962026-05-28T12:46:23.490Z Downloaded syn v1.0.109
3972026-05-28T12:46:23.506Z Downloaded syn v2.0.117
3982026-05-28T12:46:23.520Z Downloaded rustix v1.1.3
3992026-05-28T12:46:23.547Z Downloaded libc v0.2.185
4002026-05-28T12:46:23.617Z Compiling proc-macro2 v1.0.106
4012026-05-28T12:46:23.621Z Compiling quote v1.0.45
4022026-05-28T12:46:23.621Z Compiling unicode-ident v1.0.24
4032026-05-28T12:46:23.621Z Compiling serde_core v1.0.228
4042026-05-28T12:46:23.621Z Compiling libc v0.2.185
4052026-05-28T12:46:23.621Z Compiling version_check v0.9.5
4062026-05-28T12:46:23.621Z Compiling stable_deref_trait v1.2.1
4072026-05-28T12:46:23.621Z Compiling serde v1.0.228
4082026-05-28T12:46:23.621Z Compiling memchr v2.8.0
4092026-05-28T12:46:23.621Z Compiling zmij v1.0.21
4102026-05-28T12:46:23.621Z Compiling ucd-trie v0.1.7
4112026-05-28T12:46:23.804Z Compiling autocfg v1.5.0
4122026-05-28T12:46:23.807Z Compiling itoa v1.0.17
4132026-05-28T12:46:23.807Z Compiling thiserror v1.0.69
4142026-05-28T12:46:23.807Z Compiling litemap v0.8.1
4152026-05-28T12:46:24.044Z Compiling writeable v0.6.2
4162026-05-28T12:46:24.078Z Compiling icu_properties_data v2.1.2
4172026-05-28T12:46:24.121Z Compiling byteorder v1.5.0
4182026-05-28T12:46:24.177Z Compiling icu_normalizer_data v2.1.1
4192026-05-28T12:46:24.198Z Compiling rustix v1.1.3
4202026-05-28T12:46:24.300Z Compiling pest v2.8.6
4212026-05-28T12:46:24.353Z Compiling bitflags v2.11.0
4222026-05-28T12:46:24.389Z Compiling serde_json v1.0.149
4232026-05-28T12:46:24.475Z Compiling num-traits v0.2.19
4242026-05-28T12:46:24.511Z Compiling typeid v1.0.3
4252026-05-28T12:46:24.581Z Compiling hashbrown v0.17.0
4262026-05-28T12:46:24.655Z Compiling equivalent v1.0.2
4272026-05-28T12:46:24.658Z Compiling smallvec v1.15.1
4282026-05-28T12:46:24.743Z Compiling proc-macro-error-attr v1.0.4
4292026-05-28T12:46:24.779Z Compiling usdt-impl v0.5.0
4302026-05-28T12:46:24.797Z Compiling winnow v0.7.14
4312026-05-28T12:46:24.851Z Compiling syn v1.0.109
4322026-05-28T12:46:24.851Z Compiling erased-serde v0.4.9
4332026-05-28T12:46:24.929Z Compiling toml_write v0.1.2
4342026-05-28T12:46:24.968Z Compiling proc-macro-error v1.0.4
4352026-05-28T12:46:25.000Z Compiling errno v0.3.14
4362026-05-28T12:46:25.003Z Compiling thread-id v4.2.2
4372026-05-28T12:46:25.111Z Compiling percent-encoding v2.3.2
4382026-05-28T12:46:25.188Z Compiling indexmap v2.14.0
4392026-05-28T12:46:25.207Z Compiling utf8parse v0.2.2
4402026-05-28T12:46:25.210Z Compiling thiserror v2.0.18
4412026-05-28T12:46:25.257Z Compiling plain v0.2.3
4422026-05-28T12:46:25.260Z Compiling camino v1.2.2
4432026-05-28T12:46:25.314Z Compiling utf8_iter v1.0.4
4442026-05-28T12:46:25.331Z Compiling syn v2.0.117
4452026-05-28T12:46:25.373Z Compiling log v0.4.29
4462026-05-28T12:46:25.391Z Compiling getrandom v0.4.1
4472026-05-28T12:46:25.414Z Compiling pest_meta v2.8.6
4482026-05-28T12:46:25.505Z Compiling anstyle-parse v1.0.0
4492026-05-28T12:46:25.581Z Compiling ordered-float v2.10.1
4502026-05-28T12:46:25.682Z Compiling form_urlencoded v1.2.2
4512026-05-28T12:46:25.719Z Compiling anstyle v1.0.14
4522026-05-28T12:46:25.785Z Compiling pretty-hex v0.4.1
4532026-05-28T12:46:25.812Z Compiling is_terminal_polyfill v1.70.2
4542026-05-28T12:46:25.848Z Compiling colorchoice v1.0.4
4552026-05-28T12:46:25.872Z Compiling anstyle-query v1.1.5
4562026-05-28T12:46:25.890Z Compiling cfg-if v1.0.4
4572026-05-28T12:46:25.907Z Compiling fs-err v3.3.0
4582026-05-28T12:46:25.945Z Compiling fastrand v2.3.0
4592026-05-28T12:46:25.986Z Compiling anstream v1.0.0
4602026-05-28T12:46:26.005Z Compiling heck v0.5.0
4612026-05-28T12:46:26.008Z Compiling anyhow v1.0.102
4622026-05-28T12:46:26.057Z Compiling terminal_size v0.4.3
4632026-05-28T12:46:26.111Z Compiling unicode-xid v0.2.6
4642026-05-28T12:46:26.142Z Compiling fnv v1.0.7
4652026-05-28T12:46:26.231Z Compiling semver v1.0.28
4662026-05-28T12:46:26.266Z Compiling heck v0.4.1
4672026-05-28T12:46:26.358Z Compiling clap_lex v1.0.0
4682026-05-28T12:46:26.439Z Compiling unicode-width v0.1.14
4692026-05-28T12:46:26.439Z Compiling once_cell v1.21.3
4702026-05-28T12:46:26.439Z Compiling strsim v0.11.1
4712026-05-28T12:46:26.549Z Compiling bytecount v0.6.9
4722026-05-28T12:46:26.656Z Compiling tempfile v3.25.0
4732026-05-28T12:46:26.773Z Compiling papergrid v0.11.0
4742026-05-28T12:46:26.929Z Compiling serde-untagged v0.1.9
4752026-05-28T12:46:26.929Z Compiling clap_builder v4.6.0
4762026-05-28T12:46:26.929Z Compiling memmap v0.7.0
4772026-05-28T12:46:26.929Z Compiling smawk v0.3.2
4782026-05-28T12:46:26.929Z Compiling unicode-linebreak v0.1.5
4792026-05-28T12:46:26.930Z Compiling unicode-width v0.2.0
4802026-05-28T12:46:26.930Z Compiling camino-tempfile v1.4.1
4812026-05-28T12:46:27.042Z Compiling swrite v0.1.0
4822026-05-28T12:46:27.042Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4832026-05-28T12:46:27.042Z Compiling textwrap v0.16.2
4842026-05-28T12:46:27.318Z Compiling tabled_derive v0.7.0
4852026-05-28T12:46:27.908Z Compiling synstructure v0.13.2
4862026-05-28T12:46:27.909Z Compiling pest_generator v2.8.6
4872026-05-28T12:46:27.941Z Compiling tabled v0.15.0
4882026-05-28T12:46:28.452Z Compiling serde_derive v1.0.228
4892026-05-28T12:46:28.452Z Compiling zerofrom-derive v0.1.6
4902026-05-28T12:46:28.452Z Compiling yoke-derive v0.8.1
4912026-05-28T12:46:28.488Z Compiling zerovec-derive v0.11.2
4922026-05-28T12:46:28.491Z Compiling displaydoc v0.2.5
4932026-05-28T12:46:28.491Z Compiling thiserror-impl v1.0.69
4942026-05-28T12:46:28.505Z Compiling zerocopy-derive v0.7.35
4952026-05-28T12:46:28.508Z Compiling scroll_derive v0.12.1
4962026-05-28T12:46:28.540Z Compiling thiserror-impl v2.0.18
4972026-05-28T12:46:28.557Z Compiling clap_derive v4.6.1
4982026-05-28T12:46:28.625Z Compiling pest_derive v2.8.6
4992026-05-28T12:46:29.208Z Compiling scroll v0.12.0
5002026-05-28T12:46:29.442Z Compiling zerocopy v0.7.35
5012026-05-28T12:46:29.480Z Compiling goblin v0.8.2
5022026-05-28T12:46:29.486Z Compiling zerofrom v0.1.6
5032026-05-28T12:46:29.601Z Compiling yoke v0.8.1
5042026-05-28T12:46:29.641Z Compiling dtrace-parser v0.2.0
5052026-05-28T12:46:29.766Z Compiling zerovec v0.11.5
5062026-05-28T12:46:29.766Z Compiling zerotrie v0.2.3
5072026-05-28T12:46:30.090Z Compiling clap v4.6.1
5082026-05-28T12:46:30.214Z Compiling tinystr v0.8.2
5092026-05-28T12:46:30.214Z Compiling potential_utf v0.1.4
5102026-05-28T12:46:30.350Z Compiling icu_collections v2.1.1
5112026-05-28T12:46:30.394Z Compiling icu_locale_core v2.1.1
5122026-05-28T12:46:30.903Z Compiling icu_provider v2.1.1
5132026-05-28T12:46:30.992Z Compiling dof v0.3.0
5142026-05-28T12:46:30.992Z Compiling serde_tokenstream v0.2.3
5152026-05-28T12:46:31.009Z Compiling toml_datetime v0.6.11
5162026-05-28T12:46:31.012Z Compiling serde_spanned v0.6.9
5172026-05-28T12:46:31.027Z Compiling serde-value v0.7.0
5182026-05-28T12:46:31.030Z Compiling cargo-platform v0.2.0
5192026-05-28T12:46:31.030Z Compiling macaddr v1.0.1
5202026-05-28T12:46:31.122Z Compiling icu_normalizer v2.1.1
5212026-05-28T12:46:31.122Z Compiling icu_properties v2.1.2
5222026-05-28T12:46:31.353Z Compiling toml_edit v0.22.27
5232026-05-28T12:46:31.746Z Compiling usdt-macro v0.5.0
5242026-05-28T12:46:31.746Z Compiling usdt-attr-macro v0.5.0
5252026-05-28T12:46:32.014Z Compiling idna_adapter v1.2.1
5262026-05-28T12:46:32.122Z Compiling idna v1.1.0
5272026-05-28T12:46:32.342Z Compiling usdt v0.5.0
5282026-05-28T12:46:32.387Z Compiling url v2.5.8
5292026-05-28T12:46:32.627Z Compiling toml v0.8.23
5302026-05-28T12:46:32.954Z Compiling cargo-util-schemas v0.8.2
5312026-05-28T12:46:32.954Z Compiling cargo_toml v0.21.0
5322026-05-28T12:46:33.751Z Compiling cargo_metadata v0.21.0
5332026-05-28T12:46:34.684Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5342026-05-28T12:46:36.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.10s
5352026-05-28T12:46:37.086Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5362026-05-28T12:46:37.667Z Downloading crates ...
5372026-05-28T12:46:37.764Z Downloaded adler2 v2.0.1
5382026-05-28T12:46:37.770Z Downloaded atomicwrites v0.4.4
5392026-05-28T12:46:37.773Z Downloaded array-init v0.0.4
5402026-05-28T12:46:37.773Z Downloaded arrayvec v0.7.6
5412026-05-28T12:46:37.782Z Downloaded crc8 v0.1.1
5422026-05-28T12:46:37.786Z Downloaded crc-catalog v2.4.0
5432026-05-28T12:46:37.786Z Downloaded base16ct v0.2.0
5442026-05-28T12:46:37.790Z Downloaded crucible-workspace-hack v0.1.0
5452026-05-28T12:46:37.790Z Downloaded assert_matches v1.5.0
5462026-05-28T12:46:37.790Z Downloaded atty v0.2.14
5472026-05-28T12:46:37.794Z Downloaded crunchy v0.2.4
5482026-05-28T12:46:37.794Z Downloaded critical-section v1.2.0
5492026-05-28T12:46:37.799Z Downloaded dirs-next v2.0.0
5502026-05-28T12:46:37.799Z Downloaded atomic-waker v1.1.2
5512026-05-28T12:46:37.804Z Downloaded crossbeam-utils v0.8.21
5522026-05-28T12:46:37.804Z Downloaded crossbeam-deque v0.8.6
5532026-05-28T12:46:37.804Z Downloaded aead v0.5.2
5542026-05-28T12:46:37.808Z Downloaded bit-set v0.8.0
5552026-05-28T12:46:37.808Z Downloaded cfg_aliases v0.2.1
5562026-05-28T12:46:37.808Z Downloaded backoff v0.4.0
5572026-05-28T12:46:37.808Z Downloaded curve25519-dalek-derive v0.1.1
5582026-05-28T12:46:37.812Z Downloaded cfg_aliases v0.1.1
5592026-05-28T12:46:37.812Z Downloaded defmt-parser v1.0.0
5602026-05-28T12:46:37.812Z Downloaded ascii-canvas v3.0.0
5612026-05-28T12:46:37.815Z Downloaded crc32fast v1.5.0
5622026-05-28T12:46:37.820Z Downloaded diesel_table_macro_syntax v0.3.0
5632026-05-28T12:46:37.824Z Downloaded document-features v0.2.12
5642026-05-28T12:46:37.824Z Downloaded cargo_metadata v0.23.1
5652026-05-28T12:46:37.824Z Downloaded cookie v0.18.1
5662026-05-28T12:46:37.828Z Downloaded downcast-rs v2.0.2
5672026-05-28T12:46:37.831Z Downloaded data-encoding v2.10.0
5682026-05-28T12:46:37.831Z Downloaded crc-any v2.5.0
5692026-05-28T12:46:37.831Z Downloaded crossbeam-epoch v0.9.18
5702026-05-28T12:46:37.831Z Downloaded arrayref v0.3.9
5712026-05-28T12:46:37.834Z Downloaded cargo-platform v0.3.2
5722026-05-28T12:46:37.835Z Downloaded embedded-io v0.4.0
5732026-05-28T12:46:37.837Z Downloaded darling_macro v0.21.3
5742026-05-28T12:46:37.837Z Downloaded cbc v0.1.2
5752026-05-28T12:46:37.842Z Downloaded crc v3.4.0
5762026-05-28T12:46:37.842Z Downloaded bitfield-macros v0.19.4
5772026-05-28T12:46:37.842Z Downloaded defmt v0.3.100
5782026-05-28T12:46:37.846Z Downloaded darling_core v0.13.4
5792026-05-28T12:46:37.846Z Downloaded debug-ignore v1.0.5
5802026-05-28T12:46:37.846Z Downloaded daft-derive v0.1.7
5812026-05-28T12:46:37.851Z Downloaded fd-lock v4.0.4
5822026-05-28T12:46:37.855Z Downloaded backon v1.6.0
5832026-05-28T12:46:37.855Z Downloaded flagset v0.4.7
5842026-05-28T12:46:37.855Z Downloaded dyn-clone v1.0.20
5852026-05-28T12:46:37.860Z Downloaded dsl_auto_type v0.2.0
5862026-05-28T12:46:37.860Z Downloaded darling_macro v0.13.4
5872026-05-28T12:46:37.860Z Downloaded either v1.15.0
5882026-05-28T12:46:37.860Z Downloaded diesel-dtrace v0.5.0
5892026-05-28T12:46:37.860Z Downloaded defmt v1.0.1
5902026-05-28T12:46:37.864Z Downloaded derive_builder_macro v0.20.2
5912026-05-28T12:46:37.864Z Downloaded block-padding v0.3.3
5922026-05-28T12:46:37.864Z Downloaded async-stream-impl v0.3.6
5932026-05-28T12:46:37.864Z Downloaded dirs-sys-next v0.1.2
5942026-05-28T12:46:37.867Z Downloaded bit-set v0.5.3
5952026-05-28T12:46:37.867Z Downloaded float-ord v0.3.2
5962026-05-28T12:46:37.867Z Downloaded cstr-argument v0.1.2
5972026-05-28T12:46:37.867Z Downloaded bit-vec v0.6.3
5982026-05-28T12:46:37.867Z Downloaded ar_archive_writer v0.5.1
5992026-05-28T12:46:37.879Z Downloaded fixedbitset v0.4.2
6002026-05-28T12:46:37.879Z Downloaded compression-codecs v0.4.37
6012026-05-28T12:46:37.885Z Downloaded endian-type v0.1.2
6022026-05-28T12:46:37.886Z Downloaded difflib v0.4.0
6032026-05-28T12:46:37.886Z Downloaded embedded-io v0.6.1
6042026-05-28T12:46:37.886Z Downloaded defmt-macros v1.0.1
6052026-05-28T12:46:37.886Z Downloaded dunce v1.0.5
6062026-05-28T12:46:37.886Z Downloaded cpufeatures v0.3.0
6072026-05-28T12:46:37.886Z Downloaded darling_macro v0.20.11
6082026-05-28T12:46:37.886Z Downloaded darling_macro v0.23.0
6092026-05-28T12:46:37.886Z Downloaded bcrypt-pbkdf v0.10.0
6102026-05-28T12:46:37.886Z Downloaded cobs v0.3.0
6112026-05-28T12:46:37.886Z Downloaded dtrace-parser v0.3.0
6122026-05-28T12:46:37.886Z Downloaded cexpr v0.6.0
6132026-05-28T12:46:37.892Z Downloaded bcs v0.1.6
6142026-05-28T12:46:37.892Z Downloaded dropshot-api-manager-types v0.7.2
6152026-05-28T12:46:37.892Z Downloaded ciborium-ll v0.2.2
6162026-05-28T12:46:37.892Z Downloaded async-stream v0.3.6
6172026-05-28T12:46:37.895Z Downloaded float-cmp v0.10.0
6182026-05-28T12:46:37.895Z Downloaded foreign-types v0.5.0
6192026-05-28T12:46:37.901Z Downloaded convert_case v0.4.0
6202026-05-28T12:46:37.901Z Downloaded castaway v0.2.4
6212026-05-28T12:46:37.901Z Downloaded dof v0.4.0
6222026-05-28T12:46:37.901Z Downloaded futures-io v0.3.32
6232026-05-28T12:46:37.904Z Downloaded bitfield-struct v0.6.2
6242026-05-28T12:46:37.904Z Downloaded foreign-types v0.3.2
6252026-05-28T12:46:37.907Z Downloaded async-recursion v1.1.1
6262026-05-28T12:46:37.907Z Downloaded env_filter v1.0.0
6272026-05-28T12:46:37.910Z Downloaded foreign-types-macros v0.2.3
6282026-05-28T12:46:37.910Z Downloaded bb8 v0.8.6
6292026-05-28T12:46:37.910Z Downloaded compression-core v0.4.31
6302026-05-28T12:46:37.914Z Downloaded ciborium-io v0.2.2
6312026-05-28T12:46:37.914Z Downloaded deranged v0.5.8
6322026-05-28T12:46:37.915Z Downloaded cmake v0.1.57
6332026-05-28T12:46:37.917Z Downloaded funty v2.0.0
6342026-05-28T12:46:37.917Z Downloaded bit-vec v0.8.0
6352026-05-28T12:46:37.920Z Downloaded allocator-api2 v0.2.21
6362026-05-28T12:46:37.920Z Downloaded ena v0.14.4
6372026-05-28T12:46:37.924Z Downloaded ghash v0.5.1
6382026-05-28T12:46:37.926Z Downloaded gethostname v0.5.0
6392026-05-28T12:46:37.926Z Downloaded crossbeam-channel v0.5.15
6402026-05-28T12:46:37.930Z Downloaded git-stub v1.0.0
6412026-05-28T12:46:37.930Z Downloaded foreign-types-shared v0.1.1
6422026-05-28T12:46:37.930Z Downloaded futures-core v0.3.32
6432026-05-28T12:46:37.933Z Downloaded filetime v0.2.27
6442026-05-28T12:46:37.934Z Downloaded fallible-iterator v0.2.0
6452026-05-28T12:46:37.934Z Downloaded derive_builder_core v0.20.2
6462026-05-28T12:46:37.938Z Downloaded globwalk v0.9.1
6472026-05-28T12:46:37.938Z Downloaded fxhash v0.2.1
6482026-05-28T12:46:37.938Z Downloaded futures-sink v0.3.32
6492026-05-28T12:46:37.938Z Downloaded futures-macro v0.3.32
6502026-05-28T12:46:37.943Z Downloaded headers-core v0.3.0
6512026-05-28T12:46:37.943Z Downloaded bitfield v0.19.4
6522026-05-28T12:46:37.943Z Downloaded base64ct v1.8.3
6532026-05-28T12:46:37.943Z Downloaded hex v0.4.3
6542026-05-28T12:46:37.945Z Downloaded argon2 v0.5.3
6552026-05-28T12:46:37.945Z Downloaded darling v0.23.0
6562026-05-28T12:46:37.948Z Downloaded des v0.8.1
6572026-05-28T12:46:37.949Z Downloaded env_logger v0.11.9
6582026-05-28T12:46:37.953Z Downloaded darling v0.13.4
6592026-05-28T12:46:37.953Z Downloaded csv-core v0.1.13
6602026-05-28T12:46:37.956Z Downloaded darling v0.21.3
6612026-05-28T12:46:37.956Z Downloaded futures-task v0.3.32
6622026-05-28T12:46:37.956Z Downloaded find-msvc-tools v0.1.9
6632026-05-28T12:46:37.960Z Downloaded hex-literal v0.4.1
6642026-05-28T12:46:37.960Z Downloaded hash32 v0.3.1
6652026-05-28T12:46:37.960Z Downloaded erased-serde v0.3.31
6662026-05-28T12:46:37.964Z Downloaded enum-as-inner v0.6.1
6672026-05-28T12:46:37.964Z Downloaded ecdsa v0.16.9
6682026-05-28T12:46:37.964Z Downloaded hostname v0.4.2
6692026-05-28T12:46:37.968Z Downloaded hash32 v0.2.1
6702026-05-28T12:46:37.968Z Downloaded display-error-chain v0.2.2
6712026-05-28T12:46:37.968Z Downloaded der_derive v0.7.3
6722026-05-28T12:46:37.968Z Downloaded darling_core v0.23.0
6732026-05-28T12:46:37.973Z Downloaded futures-executor v0.3.32
6742026-05-28T12:46:37.973Z Downloaded const_format_proc_macros v0.2.34
6752026-05-28T12:46:37.977Z Downloaded ff v0.13.1
6762026-05-28T12:46:37.977Z Downloaded fs-err v2.11.0
6772026-05-28T12:46:37.977Z Downloaded derive-ex v0.1.8
6782026-05-28T12:46:37.980Z Downloaded cassowary v0.3.0
6792026-05-28T12:46:37.980Z Downloaded home v0.5.12
6802026-05-28T12:46:37.980Z Downloaded camino-tempfile-ext v0.3.3
6812026-05-28T12:46:37.980Z Downloaded cookie_store v0.22.1
6822026-05-28T12:46:37.984Z Downloaded derive_builder v0.20.2
6832026-05-28T12:46:37.989Z Downloaded hyper-tls v0.6.0
6842026-05-28T12:46:37.989Z Downloaded hubpack_derive v0.1.1
6852026-05-28T12:46:37.989Z Downloaded constant_time_eq v0.4.2
6862026-05-28T12:46:37.989Z Downloaded bzip2 v0.4.4
6872026-05-28T12:46:37.994Z Downloaded blake2 v0.10.6
6882026-05-28T12:46:37.994Z Downloaded cipher v0.4.4
6892026-05-28T12:46:37.994Z Downloaded fixedbitset v0.5.7
6902026-05-28T12:46:37.996Z Downloaded chacha20 v0.9.1
6912026-05-28T12:46:37.997Z Downloaded hostname v0.3.1
6922026-05-28T12:46:37.997Z Downloaded http-body v1.0.1
6932026-05-28T12:46:37.997Z Downloaded foldhash v0.1.5
6942026-05-28T12:46:37.997Z Downloaded globset v0.4.18
6952026-05-28T12:46:38.000Z Downloaded git-stub-vcs v0.1.0
6962026-05-28T12:46:38.000Z Downloaded byte-wrapper v0.1.0
6972026-05-28T12:46:38.004Z Downloaded daft v0.1.7
6982026-05-28T12:46:38.004Z Downloaded ctr v0.9.2
6992026-05-28T12:46:38.007Z Downloaded illumos-nvpair v0.3.0
7002026-05-28T12:46:38.007Z Downloaded indent_write v2.2.0
7012026-05-28T12:46:38.007Z Downloaded fs_extra v1.3.0
7022026-05-28T12:46:38.007Z Downloaded instant v0.1.13
7032026-05-28T12:46:38.010Z Downloaded instability v0.3.11
7042026-05-28T12:46:38.010Z Downloaded hubpack v0.1.2
7052026-05-28T12:46:38.010Z Downloaded httpdate v1.0.3
7062026-05-28T12:46:38.010Z Downloaded internet-checksum v0.2.1
7072026-05-28T12:46:38.016Z Downloaded http-range v0.1.5
7082026-05-28T12:46:38.016Z Downloaded ident_case v1.0.1
7092026-05-28T12:46:38.016Z Downloaded indoc v1.0.9
7102026-05-28T12:46:38.022Z Downloaded illumos-nvpair-sys v0.2.0
7112026-05-28T12:46:38.022Z Downloaded console v0.15.11
7122026-05-28T12:46:38.022Z Downloaded ahash v0.8.12
7132026-05-28T12:46:38.022Z Downloaded buf-list v1.1.2
7142026-05-28T12:46:38.027Z Downloaded foreign-types-shared v0.3.1
7152026-05-28T12:46:38.027Z Downloaded corncobs v0.1.4
7162026-05-28T12:46:38.027Z Downloaded console v0.16.2
7172026-05-28T12:46:38.027Z Downloaded ciborium v0.2.2
7182026-05-28T12:46:38.027Z Downloaded chacha20 v0.10.0
7192026-05-28T12:46:38.031Z Downloaded glob v0.3.3
7202026-05-28T12:46:38.031Z Downloaded cancel-safe-futures v0.1.5
7212026-05-28T12:46:38.031Z Downloaded libscf-sys v1.1.0
7222026-05-28T12:46:38.035Z Downloaded anstyle-parse v0.2.7
7232026-05-28T12:46:38.035Z Downloaded foldhash v0.2.0
7242026-05-28T12:46:38.036Z Downloaded convert_case v0.10.0
7252026-05-28T12:46:38.036Z Downloaded dropshot_endpoint v0.17.0
7262026-05-28T12:46:38.039Z Downloaded inout v0.1.4
7272026-05-28T12:46:38.039Z Downloaded is_ci v1.2.0
7282026-05-28T12:46:38.039Z Downloaded is-terminal v0.4.17
7292026-05-28T12:46:38.039Z Downloaded darling v0.20.11
7302026-05-28T12:46:38.042Z Downloaded lazy_static v1.5.0
7312026-05-28T12:46:38.046Z Downloaded keccak v0.1.6
7322026-05-28T12:46:38.046Z Downloaded http-body-util v0.1.3
7332026-05-28T12:46:38.049Z Downloaded lalrpop-util v0.19.12
7342026-05-28T12:46:38.049Z Downloaded colored v3.1.1
7352026-05-28T12:46:38.049Z Downloaded crossterm v0.29.0
7362026-05-28T12:46:38.052Z Downloaded getrandom v0.2.17
7372026-05-28T12:46:38.055Z Downloaded hyper-staticfile v0.10.1
7382026-05-28T12:46:38.059Z Downloaded colored v2.2.0
7392026-05-28T12:46:38.059Z Downloaded bitflags v1.3.2
7402026-05-28T12:46:38.062Z Downloaded lru v0.12.5
7412026-05-28T12:46:38.063Z Downloaded async-bb8-diesel v0.2.1
7422026-05-28T12:46:38.063Z Downloaded managed v0.8.0
7432026-05-28T12:46:38.063Z Downloaded const-oid v0.9.6
7442026-05-28T12:46:38.066Z Downloaded md-5 v0.10.6
7452026-05-28T12:46:38.066Z Downloaded ed25519 v2.2.3
7462026-05-28T12:46:38.069Z Downloaded drift v0.2.0
7472026-05-28T12:46:38.073Z Downloaded md5 v0.7.0
7482026-05-28T12:46:38.078Z Downloaded maybe-uninit v2.0.0
7492026-05-28T12:46:38.078Z Downloaded bzip2 v0.6.1
7502026-05-28T12:46:38.078Z Downloaded maplit v1.0.2
7512026-05-28T12:46:38.078Z Downloaded indoc v2.0.7
7522026-05-28T12:46:38.082Z Downloaded mime v0.3.17
7532026-05-28T12:46:38.082Z Downloaded memoffset v0.9.1
7542026-05-28T12:46:38.082Z Downloaded newtype-uuid-macros v0.1.0
7552026-05-28T12:46:38.082Z Downloaded multimap v0.10.1
7562026-05-28T12:46:38.085Z Downloaded impl-trait-for-tuples v0.2.3
7572026-05-28T12:46:38.085Z Downloaded linked-hash-map v0.5.6
7582026-05-28T12:46:38.085Z Downloaded nibble_vec v0.1.0
7592026-05-28T12:46:38.085Z Downloaded new_debug_unreachable v1.0.6
7602026-05-28T12:46:38.089Z Downloaded ingot v0.1.1
7612026-05-28T12:46:38.089Z Downloaded derive_more v0.99.20
7622026-05-28T12:46:38.092Z Downloaded nodrop v0.1.14
7632026-05-28T12:46:38.092Z Downloaded normalize-line-endings v0.3.0
7642026-05-28T12:46:38.092Z Downloaded newline-converter v0.3.0
7652026-05-28T12:46:38.095Z Downloaded diff v0.1.13
7662026-05-28T12:46:38.095Z Downloaded hmac v0.12.1
7672026-05-28T12:46:38.098Z Downloaded highway v1.3.0
7682026-05-28T12:46:38.098Z Downloaded derive-where v1.6.0
7692026-05-28T12:46:38.101Z Downloaded newtype_derive v0.1.6
7702026-05-28T12:46:38.101Z Downloaded half v1.8.3
7712026-05-28T12:46:38.104Z Downloaded futures v0.3.32
7722026-05-28T12:46:38.107Z Downloaded elliptic-curve v0.13.8
7732026-05-28T12:46:38.110Z Downloaded ipnetwork v0.21.1
7742026-05-28T12:46:38.110Z Downloaded nonempty v0.12.0
7752026-05-28T12:46:38.115Z Downloaded ipnet v2.11.0
7762026-05-28T12:46:38.115Z Downloaded jobserver v0.1.34
7772026-05-28T12:46:38.118Z Downloaded num_threads v0.1.7
7782026-05-28T12:46:38.118Z Downloaded num v0.4.3
7792026-05-28T12:46:38.118Z Downloaded num-conv v0.2.0
7802026-05-28T12:46:38.118Z Downloaded crypto-bigint v0.5.5
7812026-05-28T12:46:38.123Z Downloaded kstat-rs v0.2.4
7822026-05-28T12:46:38.123Z Downloaded libsw-core v0.3.2
7832026-05-28T12:46:38.128Z Downloaded hyper-rustls v0.27.7
7842026-05-28T12:46:38.128Z Downloaded lru-cache v0.1.2
7852026-05-28T12:46:38.128Z Downloaded lock_api v0.4.14
7862026-05-28T12:46:38.131Z Downloaded clang-sys v1.8.1
7872026-05-28T12:46:38.131Z Downloaded libsw v3.5.0
7882026-05-28T12:46:38.131Z Downloaded half v2.7.1
7892026-05-28T12:46:38.131Z Downloaded darling_core v0.21.3
7902026-05-28T12:46:38.135Z Downloaded num-derive v0.4.2
7912026-05-28T12:46:38.139Z Downloaded newtype-uuid v1.3.2
7922026-05-28T12:46:38.139Z Downloaded nanorand v0.7.0
7932026-05-28T12:46:38.139Z Downloaded aes v0.8.4
7942026-05-28T12:46:38.142Z Downloaded libloading v0.8.9
7952026-05-28T12:46:38.142Z Downloaded num-derive v0.3.3
7962026-05-28T12:46:38.145Z Downloaded pbkdf2 v0.11.0
7972026-05-28T12:46:38.145Z Downloaded parse-size v1.1.0
7982026-05-28T12:46:38.145Z Downloaded num_enum_derive v0.5.11
7992026-05-28T12:46:38.149Z Downloaded libefi-sys v0.1.0
8002026-05-28T12:46:38.149Z Downloaded humantime v2.3.0
8012026-05-28T12:46:38.149Z Downloaded ingot-types v0.1.2
8022026-05-28T12:46:38.163Z Downloaded pbkdf2 v0.12.2
8032026-05-28T12:46:38.165Z Downloaded oso-derive v0.27.3
8042026-05-28T12:46:38.165Z Downloaded linear-map v1.2.0
8052026-05-28T12:46:38.166Z Downloaded openssl-probe v0.2.1
8062026-05-28T12:46:38.169Z Downloaded openssl-probe v0.1.6
8072026-05-28T12:46:38.169Z Downloaded openssl-macros v0.1.1
8082026-05-28T12:46:38.169Z Downloaded opaque-debug v0.3.1
8092026-05-28T12:46:38.169Z Downloaded olpc-cjson v0.1.4
8102026-05-28T12:46:38.175Z Downloaded mime_guess v2.0.5
8112026-05-28T12:46:38.175Z Downloaded iana-time-zone v0.1.65
8122026-05-28T12:46:38.177Z Downloaded packed_struct_codegen v0.10.1
8132026-05-28T12:46:38.177Z Downloaded native-tls v0.2.18
8142026-05-28T12:46:38.177Z Downloaded multer v3.1.0
8152026-05-28T12:46:38.177Z Downloaded fatfs v0.3.6
8162026-05-28T12:46:38.180Z Downloaded num_enum v0.5.11
8172026-05-28T12:46:38.185Z Downloaded path-slash v0.1.5
8182026-05-28T12:46:38.185Z Downloaded parse-display v0.10.0
8192026-05-28T12:46:38.185Z Downloaded phf_shared v0.12.1
8202026-05-28T12:46:38.188Z Downloaded pin-utils v0.1.0
8212026-05-28T12:46:38.188Z Downloaded ed25519-dalek v2.2.0
8222026-05-28T12:46:38.188Z Downloaded phf_shared v0.11.3
8232026-05-28T12:46:38.188Z Downloaded getrandom v0.3.4
8242026-05-28T12:46:38.191Z Downloaded ignore v0.4.25
8252026-05-28T12:46:38.197Z Downloaded ingot-macros v0.1.1
8262026-05-28T12:46:38.197Z Downloaded group v0.13.0
8272026-05-28T12:46:38.197Z Downloaded num-integer v0.1.46
8282026-05-28T12:46:38.200Z Downloaded num-complex v0.4.6
8292026-05-28T12:46:38.200Z Downloaded darling_core v0.20.11
8302026-05-28T12:46:38.200Z Downloaded powerfmt v0.2.0
8312026-05-28T12:46:38.202Z Downloaded phf_shared v0.13.1
8322026-05-28T12:46:38.202Z Downloaded peg-runtime v0.8.5
8332026-05-28T12:46:38.202Z Downloaded match_cfg v0.1.0
8342026-05-28T12:46:38.202Z Downloaded lzss v0.8.2
8352026-05-28T12:46:38.205Z Downloaded memmap2 v0.9.10
8362026-05-28T12:46:38.205Z Downloaded oxnet v0.1.5
8372026-05-28T12:46:38.208Z Downloaded oxide-tokio-rt v0.1.4
8382026-05-28T12:46:38.208Z Downloaded indexmap v1.9.3
8392026-05-28T12:46:38.211Z Downloaded parse-display-derive v0.10.0
8402026-05-28T12:46:38.211Z Downloaded lru-slab v0.1.2
8412026-05-28T12:46:38.211Z Downloaded crossterm v0.28.1
8422026-05-28T12:46:38.214Z Downloaded proc-macro-error-attr2 v2.0.0
8432026-05-28T12:46:38.217Z Downloaded proc-macro-crate v1.3.1
8442026-05-28T12:46:38.217Z Downloaded predicates-tree v1.0.13
8452026-05-28T12:46:38.217Z Downloaded precomputed-hash v0.1.1
8462026-05-28T12:46:38.220Z Downloaded anstream v0.6.21
8472026-05-28T12:46:38.220Z Downloaded futures-channel v0.3.32
8482026-05-28T12:46:38.223Z Downloaded blowfish v0.9.1
8492026-05-28T12:46:38.223Z Downloaded async-trait v0.1.89
8502026-05-28T12:46:38.229Z Downloaded num_enum_derive v0.7.6
8512026-05-28T12:46:38.232Z Downloaded num-iter v0.1.45
8522026-05-28T12:46:38.232Z Downloaded pem v3.0.6
8532026-05-28T12:46:38.235Z Downloaded progenitor-macro v0.13.0
8542026-05-28T12:46:38.235Z Downloaded progenitor-client v0.11.2
8552026-05-28T12:46:38.235Z Downloaded pem-rfc7468 v0.7.0
8562026-05-28T12:46:38.238Z Downloaded nu-ansi-term v0.50.3
8572026-05-28T12:46:38.238Z Downloaded peg v0.8.5
8582026-05-28T12:46:38.241Z Downloaded progenitor-client v0.14.0
8592026-05-28T12:46:38.244Z Downloaded proc-macro-crate v3.4.0
8602026-05-28T12:46:38.244Z Downloaded compact_str v0.8.1
8612026-05-28T12:46:38.244Z Downloaded der v0.7.10
8622026-05-28T12:46:38.247Z Downloaded progenitor-macro v0.14.0
8632026-05-28T12:46:38.250Z Downloaded flate2 v1.1.9
8642026-05-28T12:46:38.254Z Downloaded litrs v1.0.0
8652026-05-28T12:46:38.257Z Downloaded owo-colors v4.3.0
8662026-05-28T12:46:38.257Z Downloaded httparse v1.10.1
8672026-05-28T12:46:38.257Z Downloaded packed_struct v0.10.1
8682026-05-28T12:46:38.260Z Downloaded phf v0.13.1
8692026-05-28T12:46:38.260Z Downloaded paste v1.0.15
8702026-05-28T12:46:38.265Z Downloaded psl-types v2.0.11
8712026-05-28T12:46:38.265Z Downloaded progenitor-macro v0.11.2
8722026-05-28T12:46:38.265Z Downloaded polyval v0.6.2
8732026-05-28T12:46:38.265Z Downloaded poly1305 v0.8.0
8742026-05-28T12:46:38.268Z Downloaded pin-project-internal v1.1.11
8752026-05-28T12:46:38.268Z Downloaded parking_lot_core v0.8.6
8762026-05-28T12:46:38.268Z Downloaded heapless v0.8.0
8772026-05-28T12:46:38.271Z Downloaded password-hash v0.5.0
8782026-05-28T12:46:38.275Z Downloaded base64 v0.22.1
8792026-05-28T12:46:38.278Z Downloaded ref-cast v1.0.25
8802026-05-28T12:46:38.278Z Downloaded headers v0.4.1
8812026-05-28T12:46:38.281Z Downloaded ref-cast-impl v1.0.25
8822026-05-28T12:46:38.284Z Downloaded recursive-proc-macro-impl v0.1.1
8832026-05-28T12:46:38.284Z Downloaded progenitor v0.13.0
8842026-05-28T12:46:38.284Z Downloaded proc-macro-error2 v2.0.1
8852026-05-28T12:46:38.288Z Downloaded rand_xorshift v0.4.0
8862026-05-28T12:46:38.288Z Downloaded aes-gcm v0.10.3
8872026-05-28T12:46:38.291Z Downloaded hickory-resolver v0.25.2
8882026-05-28T12:46:38.294Z Downloaded hickory-resolver v0.24.4
8892026-05-28T12:46:38.297Z Downloaded peg-macros v0.8.5
8902026-05-28T12:46:38.297Z Downloaded progenitor-extras v0.2.0
8912026-05-28T12:46:38.300Z Downloaded progenitor-client v0.13.0
8922026-05-28T12:46:38.300Z Downloaded flume v0.11.1
8932026-05-28T12:46:38.303Z Downloaded rfc6979 v0.4.0
8942026-05-28T12:46:38.303Z Downloaded derive_more v2.1.1
8952026-05-28T12:46:38.309Z Downloaded radium v0.7.0
8962026-05-28T12:46:38.311Z Downloaded postgres-protocol v0.6.10
8972026-05-28T12:46:38.311Z Downloaded pkg-config v0.3.32
8982026-05-28T12:46:38.314Z Downloaded psm v0.1.30
8992026-05-28T12:46:38.314Z Downloaded recursive v0.1.1
9002026-05-28T12:46:38.319Z Downloaded num-rational v0.4.2
9012026-05-28T12:46:38.319Z Downloaded expectorate v1.2.0
9022026-05-28T12:46:38.323Z Downloaded rtoolbox v0.0.3
9032026-05-28T12:46:38.323Z Downloaded libbz2-rs-sys v0.2.2
9042026-05-28T12:46:38.323Z Downloaded cc v1.2.56
9052026-05-28T12:46:38.323Z Downloaded num_enum v0.7.6
9062026-05-28T12:46:38.326Z Downloaded omicron-zone-package v0.12.2
9072026-05-28T12:46:38.328Z Downloaded rustc_version v0.4.1
9082026-05-28T12:46:38.328Z Downloaded rand_core v0.6.4
9092026-05-28T12:46:38.331Z Downloaded rustc-hash v2.1.1
9102026-05-28T12:46:38.331Z Downloaded pkcs8 v0.10.2
9112026-05-28T12:46:38.334Z Downloaded primeorder v0.13.6
9122026-05-28T12:46:38.334Z Downloaded pkcs1 v0.7.5
9132026-05-28T12:46:38.334Z Downloaded chacha20poly1305 v0.10.1
9142026-05-28T12:46:38.337Z Downloaded bytes v1.11.1
9152026-05-28T12:46:38.340Z Downloaded heapless v0.7.17
9162026-05-28T12:46:38.340Z Downloaded progenitor v0.14.0
9172026-05-28T12:46:38.343Z Downloaded predicates-core v1.0.10
9182026-05-28T12:46:38.343Z Downloaded parking_lot_core v0.9.12
9192026-05-28T12:46:38.346Z Downloaded papergrid v0.17.0
9202026-05-28T12:46:38.349Z Downloaded quick-error v1.2.3
9212026-05-28T12:46:38.349Z Downloaded p256 v0.13.2
9222026-05-28T12:46:38.351Z Downloaded indicatif v0.18.4
9232026-05-28T12:46:38.354Z Downloaded derive_more-impl v2.1.1
9242026-05-28T12:46:38.357Z Downloaded base64 v0.21.7
9252026-05-28T12:46:38.359Z Downloaded jiff-static v0.2.21
9262026-05-28T12:46:38.360Z Downloaded async-compression v0.4.41
9272026-05-28T12:46:38.363Z Downloaded arc-swap v1.8.2
9282026-05-28T12:46:38.366Z Downloaded salsa20 v0.10.2
9292026-05-28T12:46:38.368Z Downloaded scheduled-thread-pool v0.2.7
9302026-05-28T12:46:38.368Z Downloaded resolv-conf v0.7.6
9312026-05-28T12:46:38.371Z Downloaded russh-cryptovec v0.7.3
9322026-05-28T12:46:38.371Z Downloaded r2d2 v0.8.10
9332026-05-28T12:46:38.371Z Downloaded diesel_derives v2.3.7
9342026-05-28T12:46:38.374Z Downloaded rand_chacha v0.3.1
9352026-05-28T12:46:38.377Z Downloaded progenitor v0.11.2
9362026-05-28T12:46:38.377Z Downloaded phf v0.12.1
9372026-05-28T12:46:38.380Z Downloaded predicates v3.1.4
9382026-05-28T12:46:38.380Z Downloaded bumpalo v3.20.2
9392026-05-28T12:46:38.383Z Downloaded ppv-lite86 v0.2.21
9402026-05-28T12:46:38.383Z Downloaded parking_lot v0.12.5
9412026-05-28T12:46:38.388Z Downloaded scroll_derive v0.13.1
9422026-05-28T12:46:38.388Z Downloaded parking_lot v0.11.2
9432026-05-28T12:46:38.388Z Downloaded const_format v0.2.35
9442026-05-28T12:46:38.391Z Downloaded pkcs5 v0.7.1
9452026-05-28T12:46:38.391Z Downloaded secrecy v0.8.0
9462026-05-28T12:46:38.395Z Downloaded rand_core v0.9.5
9472026-05-28T12:46:38.395Z Downloaded rand_chacha v0.9.0
9482026-05-28T12:46:38.397Z Downloaded scrypt v0.11.0
9492026-05-28T12:46:38.397Z Downloaded rand_seeder v0.4.0
9502026-05-28T12:46:38.397Z Downloaded rand_core v0.10.0
9512026-05-28T12:46:38.397Z Downloaded pin-project v1.1.11
9522026-05-28T12:46:38.404Z Downloaded sha1 v0.10.6
9532026-05-28T12:46:38.406Z Downloaded serde_plain v1.0.2
9542026-05-28T12:46:38.406Z Downloaded seq-macro v0.3.6
9552026-05-28T12:46:38.409Z Downloaded rustls-pemfile v1.0.4
9562026-05-28T12:46:38.409Z Downloaded rustls-native-certs v0.8.3
9572026-05-28T12:46:38.412Z Downloaded scopeguard v1.2.0
9582026-05-28T12:46:38.412Z Downloaded sapling-renderdag v0.1.0
9592026-05-28T12:46:38.412Z Downloaded same-file v1.0.6
9602026-05-28T12:46:38.415Z Downloaded rustc_version v0.1.7
9612026-05-28T12:46:38.415Z Downloaded postgres-types v0.2.12
9622026-05-28T12:46:38.418Z Downloaded password-hash v0.4.2
9632026-05-28T12:46:38.421Z Downloaded semver v0.1.20
9642026-05-28T12:46:38.421Z Downloaded signal-hook-mio v0.2.5
9652026-05-28T12:46:38.424Z Downloaded serde-big-array v0.5.1
9662026-05-28T12:46:38.427Z Downloaded serde_bytes v0.11.19
9672026-05-28T12:46:38.427Z Downloaded signature v2.2.0
9682026-05-28T12:46:38.430Z Downloaded miniz_oxide v0.8.9
9692026-05-28T12:46:38.430Z Downloaded minimal-lexical v0.2.1
9702026-05-28T12:46:38.433Z Downloaded hickory-server v0.25.2
9712026-05-28T12:46:38.437Z Downloaded serde_urlencoded v0.7.1
9722026-05-28T12:46:38.439Z Downloaded serde_repr v0.1.20
9732026-05-28T12:46:38.439Z Downloaded shell-words v1.1.1
9742026-05-28T12:46:38.442Z Downloaded progenitor-impl v0.14.0
9752026-05-28T12:46:38.445Z Downloaded sigpipe v0.1.3
9762026-05-28T12:46:38.448Z Downloaded signal-hook-tokio v0.3.1
9772026-05-28T12:46:38.448Z Downloaded slog-bunyan v2.5.0
9782026-05-28T12:46:38.451Z Downloaded schemars_derive v0.8.22
9792026-05-28T12:46:38.460Z Downloaded quinn-udp v0.5.14
9802026-05-28T12:46:38.463Z Downloaded rusty-fork v0.3.1
9812026-05-28T12:46:38.467Z Downloaded slog-envlogger v2.2.0
9822026-05-28T12:46:38.467Z Downloaded secrecy v0.10.3
9832026-05-28T12:46:38.470Z Downloaded sec1 v0.7.3
9842026-05-28T12:46:38.470Z Downloaded siphasher v1.0.2
9852026-05-28T12:46:38.470Z Downloaded sct v0.7.1
9862026-05-28T12:46:38.473Z Downloaded scroll v0.13.0
9872026-05-28T12:46:38.473Z Downloaded rustversion v1.0.22
9882026-05-28T12:46:38.476Z Downloaded rustls-pemfile v2.2.0
9892026-05-28T12:46:38.479Z Downloaded hyper-util v0.1.20
9902026-05-28T12:46:38.481Z Downloaded postcard v1.1.3
9912026-05-28T12:46:38.481Z Downloaded pin-project-lite v0.2.17
9922026-05-28T12:46:38.487Z Downloaded serde_path_to_error v0.1.20
9932026-05-28T12:46:38.496Z Downloaded sqlparser_derive v0.5.0
9942026-05-28T12:46:38.504Z Downloaded serde_with_macros v1.5.2
9952026-05-28T12:46:38.507Z Downloaded prefix-trie v0.7.0
9962026-05-28T12:46:38.518Z Downloaded ssh-encoding v0.2.0
9972026-05-28T12:46:38.518Z Downloaded oso v0.27.3
9982026-05-28T12:46:38.522Z Downloaded openssl-sys v0.9.115
9992026-05-28T12:46:38.522Z Downloaded ssh-cipher v0.2.0
10002026-05-28T12:46:38.522Z Downloaded signal-hook-registry v1.4.8
10012026-05-28T12:46:38.522Z Downloaded serde_derive_internals v0.29.1
10022026-05-28T12:46:38.522Z Downloaded progenitor-impl v0.13.0
10032026-05-28T12:46:38.522Z Downloaded itertools v0.10.5
10042026-05-28T12:46:38.525Z Downloaded slog-async v2.8.0
10052026-05-28T12:46:38.525Z Downloaded structmeta v0.3.0
10062026-05-28T12:46:38.525Z Downloaded slab v0.4.12
10072026-05-28T12:46:38.525Z Downloaded subtle v2.6.1
10082026-05-28T12:46:38.528Z Downloaded progenitor-impl v0.11.2
10092026-05-28T12:46:38.528Z Downloaded strum v0.27.2
10102026-05-28T12:46:38.528Z Downloaded serde_spanned v1.0.4
10112026-05-28T12:46:38.531Z Downloaded shlex v1.3.0
10122026-05-28T12:46:38.531Z Downloaded serde-hex v0.1.0
10132026-05-28T12:46:38.534Z Downloaded smallvec v0.6.14
10142026-05-28T12:46:38.534Z Downloaded dropshot-api-manager v0.7.2
10152026-05-28T12:46:38.537Z Downloaded strip-ansi-escapes v0.2.1
10162026-05-28T12:46:38.537Z Downloaded strum v0.26.3
10172026-05-28T12:46:38.540Z Downloaded aho-corasick v1.1.4
10182026-05-28T12:46:38.543Z Downloaded ron v0.8.1
10192026-05-28T12:46:38.546Z Downloaded take_mut v0.2.2
10202026-05-28T12:46:38.546Z Downloaded tabled_derive v0.11.0
10212026-05-28T12:46:38.546Z Downloaded sync-ptr v0.1.4
10222026-05-28T12:46:38.549Z Downloaded slog-term v2.9.2
10232026-05-28T12:46:38.549Z Downloaded slog-stdlog v4.1.1
10242026-05-28T12:46:38.553Z Downloaded rustls-pki-types v1.14.0
10252026-05-28T12:46:38.556Z Downloaded tagptr v0.2.0
10262026-05-28T12:46:38.558Z Downloaded sqlformat v0.3.5
10272026-05-28T12:46:38.558Z Downloaded spki v0.7.3
10282026-05-28T12:46:38.559Z Downloaded sync_wrapper v1.0.2
10292026-05-28T12:46:38.561Z Downloaded tap v1.0.1
10302026-05-28T12:46:38.561Z Downloaded tabwriter v1.4.1
10312026-05-28T12:46:38.561Z Downloaded supports-color v3.0.2
10322026-05-28T12:46:38.564Z Downloaded structmeta-derive v0.3.0
10332026-05-28T12:46:38.564Z Downloaded snafu-derive v0.8.9
10342026-05-28T12:46:38.564Z Downloaded slog-json v2.6.1
10352026-05-28T12:46:38.567Z Downloaded slog-dtrace v0.3.0
10362026-05-28T12:46:38.567Z Downloaded simd-adler32 v0.3.8
10372026-05-28T12:46:38.567Z Downloaded serde_cbor v0.11.2
10382026-05-28T12:46:38.570Z Downloaded hashbrown v0.13.2
10392026-05-28T12:46:38.573Z Downloaded rayon-core v1.13.0
10402026-05-28T12:46:38.576Z Downloaded hashbrown v0.12.3
10412026-05-28T12:46:38.579Z Downloaded mio v1.2.0
10422026-05-28T12:46:38.583Z Downloaded time-core v0.1.8
10432026-05-28T12:46:38.585Z Downloaded smf v0.2.3
10442026-05-28T12:46:38.585Z Downloaded slog-scope v4.4.1
10452026-05-28T12:46:38.588Z Downloaded thread-id v5.1.0
10462026-05-28T12:46:38.588Z Downloaded thiserror-impl-no-std v2.0.2
10472026-05-28T12:46:38.588Z Downloaded termtree v0.5.1
10482026-05-28T12:46:38.591Z Downloaded rcgen v0.12.1
10492026-05-28T12:46:38.596Z Downloaded schemars v0.8.22
10502026-05-28T12:46:38.605Z Downloaded support-bundle-viewer v0.1.2
10512026-05-28T12:46:38.608Z Downloaded strum_macros v0.26.4
10522026-05-28T12:46:38.612Z Downloaded publicsuffix v2.3.0
10532026-05-28T12:46:38.612Z Downloaded strum_macros v0.24.3
10542026-05-28T12:46:38.614Z Downloaded pretty_assertions v1.4.1
10552026-05-28T12:46:38.614Z Downloaded http v1.4.0
10562026-05-28T12:46:38.623Z Downloaded serde_with_macros v3.17.0
10572026-05-28T12:46:38.627Z Downloaded testing_table v0.3.0
10582026-05-28T12:46:38.627Z Downloaded strsim v0.10.0
10592026-05-28T12:46:38.629Z Downloaded stringprep v0.1.5
10602026-05-28T12:46:38.629Z Downloaded tokio-macros v2.7.0
10612026-05-28T12:46:38.629Z Downloaded string_cache v0.8.9
10622026-05-28T12:46:38.629Z Downloaded stacker v0.1.23
10632026-05-28T12:46:38.636Z Downloaded russh-keys v0.45.0
10642026-05-28T12:46:38.640Z Downloaded rustls-platform-verifier v0.6.2
10652026-05-28T12:46:38.643Z Downloaded hashbrown v0.15.5
10662026-05-28T12:46:38.646Z Downloaded spin v0.9.8
10672026-05-28T12:46:38.658Z Downloaded serde_yaml v0.9.34+deprecated
10682026-05-28T12:46:38.661Z Downloaded static_assertions v1.1.0
10692026-05-28T12:46:38.664Z Downloaded time-macros v0.2.27
10702026-05-28T12:46:38.666Z Downloaded try-lock v0.2.5
10712026-05-28T12:46:38.671Z Downloaded strum_macros v0.27.2
10722026-05-28T12:46:38.678Z Downloaded slog v2.8.2
10732026-05-28T12:46:38.682Z Downloaded tokio-dtrace v0.1.1
10742026-05-28T12:46:38.684Z Downloaded tower-service v0.3.3
10752026-05-28T12:46:38.684Z Downloaded tower-layer v0.3.3
10762026-05-28T12:46:38.684Z Downloaded topological-sort v0.2.2
10772026-05-28T12:46:38.684Z Downloaded tls_codec v0.4.2
10782026-05-28T12:46:38.687Z Downloaded unarray v0.1.4
10792026-05-28T12:46:38.687Z Downloaded typify-macro v0.4.3
10802026-05-28T12:46:38.692Z Downloaded termios v0.3.3
10812026-05-28T12:46:38.692Z Downloaded prettyplease v0.2.37
10822026-05-28T12:46:38.695Z Downloaded schemars v0.9.0
10832026-05-28T12:46:38.699Z Downloaded untrusted v0.7.1
10842026-05-28T12:46:38.701Z Downloaded unit-prefix v0.5.2
10852026-05-28T12:46:38.702Z Downloaded tokio-native-tls v0.3.1
10862026-05-28T12:46:38.704Z Downloaded tinyvec_macros v0.1.1
10872026-05-28T12:46:38.704Z Downloaded tiny-keccak v2.0.2
10882026-05-28T12:46:38.707Z Downloaded unicode-truncate v1.1.0
10892026-05-28T12:46:38.707Z Downloaded term v1.2.1
10902026-05-28T12:46:38.710Z Downloaded libxml v0.3.3
10912026-05-28T12:46:38.713Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10922026-05-28T12:46:38.716Z Downloaded universal-hash v0.5.1
10932026-05-28T12:46:38.716Z Downloaded toml_writer v1.0.6+spec-1.1.0
10942026-05-28T12:46:38.719Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10952026-05-28T12:46:38.719Z Downloaded quinn v0.11.9
10962026-05-28T12:46:38.722Z Downloaded signal-hook v0.3.18
10972026-05-28T12:46:38.724Z Downloaded usdt v0.6.0
10982026-05-28T12:46:38.724Z Downloaded untrusted v0.9.0
10992026-05-28T12:46:38.724Z Downloaded tls_codec_derive v0.4.2
11002026-05-28T12:46:38.727Z Downloaded qorb v0.4.1
11012026-05-28T12:46:38.730Z Downloaded h2 v0.4.13
11022026-05-28T12:46:38.733Z Downloaded similar v2.7.0
11032026-05-28T12:46:38.736Z Downloaded hashbrown v0.16.1
11042026-05-28T12:46:38.739Z Downloaded hyper v1.8.1
11052026-05-28T12:46:38.744Z Downloaded usdt-macro v0.6.0
11062026-05-28T12:46:38.747Z Downloaded usdt-attr-macro v0.6.0
11072026-05-28T12:46:38.747Z Downloaded hkdf v0.12.4
11082026-05-28T12:46:38.750Z Downloaded tokio-tungstenite v0.23.1
11092026-05-28T12:46:38.751Z Downloaded want v0.3.1
11102026-05-28T12:46:38.751Z Downloaded unicase v2.9.0
11112026-05-28T12:46:38.753Z Downloaded tui-tree-widget v0.23.1
11122026-05-28T12:46:38.753Z Downloaded trait-variant v0.1.2
11132026-05-28T12:46:38.753Z Downloaded tokio-tungstenite v0.21.0
11142026-05-28T12:46:38.756Z Downloaded thread_local v1.1.9
11152026-05-28T12:46:38.756Z Downloaded typify-macro v0.6.2
11162026-05-28T12:46:38.759Z Downloaded subprocess v0.2.15
11172026-05-28T12:46:38.759Z Downloaded ryu v1.0.23
11182026-05-28T12:46:38.762Z Downloaded rsa v0.9.10
11192026-05-28T12:46:38.764Z Downloaded socket2 v0.5.10
11202026-05-28T12:46:38.767Z Downloaded itertools v0.14.0
11212026-05-28T12:46:38.770Z Downloaded term v0.7.0
11222026-05-28T12:46:38.775Z Downloaded waitgroup v0.1.2
11232026-05-28T12:46:38.777Z Downloaded wait-timeout v0.2.1
11242026-05-28T12:46:38.777Z Downloaded tokio-rustls v0.26.4
11252026-05-28T12:46:38.777Z Downloaded test-strategy v0.4.5
11262026-05-28T12:46:38.780Z Downloaded utf-8 v0.7.6
11272026-05-28T12:46:38.780Z Downloaded void v1.0.2
11282026-05-28T12:46:38.781Z Downloaded rand v0.8.6
11292026-05-28T12:46:38.784Z Downloaded uzers v0.12.2
11302026-05-28T12:46:38.788Z Downloaded xattr v1.6.1
11312026-05-28T12:46:38.788Z Downloaded socket2 v0.6.3
11322026-05-28T12:46:38.791Z Downloaded thiserror-no-std v2.0.2
11332026-05-28T12:46:38.791Z Downloaded toml_parser v1.0.9+spec-1.1.0
11342026-05-28T12:46:38.793Z Downloaded vergen-git2 v9.1.0
11352026-05-28T12:46:38.804Z Downloaded tracing-attributes v0.1.31
11362026-05-28T12:46:38.810Z Downloaded zone v0.3.1
11372026-05-28T12:46:38.815Z Downloaded itertools v0.13.0
11382026-05-28T12:46:38.819Z Downloaded tokio-rustls v0.24.1
11392026-05-28T12:46:38.822Z Downloaded tokio-rustls v0.25.0
11402026-05-28T12:46:38.825Z Downloaded num-bigint v0.4.6
11412026-05-28T12:46:38.827Z Downloaded nom v7.1.3
11422026-05-28T12:46:38.831Z Downloaded xshell-macros v0.2.7
11432026-05-28T12:46:38.831Z Downloaded whoami v1.6.1
11442026-05-28T12:46:38.831Z Downloaded usdt-impl v0.6.0
11452026-05-28T12:46:38.834Z Downloaded zeroize_derive v1.4.3
11462026-05-28T12:46:38.834Z Downloaded tokio-stream v0.1.18
11472026-05-28T12:46:38.837Z Downloaded russh v0.45.0
11482026-05-28T12:46:38.840Z Downloaded zone_cfg_derive v0.3.1
11492026-05-28T12:46:38.840Z Downloaded rand v0.9.2
11502026-05-28T12:46:38.842Z Downloaded toml v1.0.6+spec-1.1.0
11512026-05-28T12:46:38.845Z Downloaded toml v0.7.8
11522026-05-28T12:46:38.845Z Downloaded iddqd v0.4.2
11532026-05-28T12:46:38.849Z Downloaded xshell v0.2.7
11542026-05-28T12:46:38.852Z Downloaded wyz v0.5.1
11552026-05-28T12:46:38.852Z Downloaded vergen v9.1.0
11562026-05-28T12:46:38.855Z Downloaded samael v0.0.19
11572026-05-28T12:46:38.857Z Downloaded vergen-lib v0.1.6
11582026-05-28T12:46:38.860Z Downloaded rustls-webpki v0.103.9
11592026-05-28T12:46:38.860Z Downloaded vsss-rs v3.3.4
11602026-05-28T12:46:38.863Z Downloaded vergen-lib v9.1.0
11612026-05-28T12:46:38.863Z Downloaded walkdir v2.5.0
11622026-05-28T12:46:38.866Z Downloaded tungstenite v0.21.0
11632026-05-28T12:46:38.866Z Downloaded tracing-core v0.1.36
11642026-05-28T12:46:38.868Z Downloaded tinyvec v1.10.0
11652026-05-28T12:46:38.868Z Downloaded steno v0.4.1
11662026-05-28T12:46:38.872Z Downloaded twox-hash v2.1.2
11672026-05-28T12:46:38.875Z Downloaded zstd v0.13.3
11682026-05-28T12:46:38.875Z Downloaded unicode-properties v0.1.4
11692026-05-28T12:46:38.877Z Downloaded zstd-safe v7.2.4
11702026-05-28T12:46:38.895Z Downloaded futures-util v0.3.32
11712026-05-28T12:46:38.901Z Downloaded toml_edit v0.23.10+spec-1.0.0
11722026-05-28T12:46:38.904Z Downloaded zeroize v1.8.2
11732026-05-28T12:46:38.906Z Downloaded unsafe-libyaml v0.2.11
11742026-05-28T12:46:38.907Z Downloaded libm v0.2.16
11752026-05-28T12:46:38.911Z Downloaded itertools v0.12.1
11762026-05-28T12:46:38.915Z Downloaded reedline v0.40.0
11772026-05-28T12:46:38.920Z Downloaded tar v0.4.45
11782026-05-28T12:46:38.922Z Downloaded schemars v1.2.1
11792026-05-28T12:46:38.929Z Downloaded vergen-gitcl v1.0.8
11802026-05-28T12:46:38.932Z Downloaded tungstenite v0.23.0
11812026-05-28T12:46:38.932Z Downloaded rand v0.10.1
11822026-05-28T12:46:38.935Z Downloaded iri-string v0.7.10
11832026-05-28T12:46:38.939Z Downloaded snafu v0.8.9
11842026-05-28T12:46:38.942Z Downloaded rpassword v7.4.0
11852026-05-28T12:46:38.946Z Downloaded num-bigint-dig v0.8.6
11862026-05-28T12:46:38.948Z Downloaded nom v8.0.0
11872026-05-28T12:46:38.951Z Downloaded whoami v2.1.0
11882026-05-28T12:46:38.954Z Downloaded yasna v0.5.2
11892026-05-28T12:46:38.957Z Downloaded blake3 v1.8.3
11902026-05-28T12:46:38.962Z Downloaded uuid v1.23.0
11912026-05-28T12:46:38.979Z Downloaded serde_with v1.14.0
11922026-05-28T12:46:38.983Z Downloaded vte v0.14.1
11932026-05-28T12:46:38.986Z Downloaded typify v0.6.2
11942026-05-28T12:46:38.989Z Downloaded zopfli v0.8.3
11952026-05-28T12:46:38.991Z Downloaded typify v0.4.3
11962026-05-28T12:46:38.994Z Downloaded rustyline v14.0.0
11972026-05-28T12:46:38.996Z Downloaded unicode-bidi v0.3.18
11982026-05-28T12:46:38.997Z Downloaded unicode_categories v0.1.1
11992026-05-28T12:46:38.999Z Downloaded reqwest v0.13.2
12002026-05-28T12:46:39.002Z Downloaded bindgen v0.71.1
12012026-05-28T12:46:39.005Z Downloaded toml_edit v0.19.15
12022026-05-28T12:46:39.016Z Downloaded rayon v1.11.0
12032026-05-28T12:46:39.021Z Downloaded zerocopy v0.6.6
12042026-05-28T12:46:39.024Z Downloaded tokio-postgres v0.7.16
12052026-05-28T12:46:39.026Z Downloaded p521 v0.13.3
12062026-05-28T12:46:39.041Z Downloaded lalrpop v0.19.12
12072026-05-28T12:46:39.051Z Downloaded yansi v1.0.1
12082026-05-28T12:46:39.055Z Downloaded portable-atomic v1.13.1
12092026-05-28T12:46:39.057Z Downloaded zip v0.6.6
12102026-05-28T12:46:39.060Z Downloaded rustls-webpki v0.101.7
12112026-05-28T12:46:39.068Z Downloaded goblin v0.10.5
12122026-05-28T12:46:39.076Z Downloaded typed-path v0.9.3
12132026-05-28T12:46:39.080Z Downloaded regex v1.12.3
12142026-05-28T12:46:39.083Z Downloaded p384 v0.13.1
12152026-05-28T12:46:39.086Z Downloaded reqwest v0.12.28
12162026-05-28T12:46:39.090Z Downloaded ssh-key v0.6.7
12172026-05-28T12:46:39.094Z Downloaded x509-cert v0.2.5
12182026-05-28T12:46:39.097Z Downloaded chrono v0.4.44
12192026-05-28T12:46:39.102Z Downloaded tower v0.5.3
12202026-05-28T12:46:39.107Z Downloaded moka v0.12.13
12212026-05-28T12:46:39.112Z Downloaded aws-lc-rs v1.16.3
12222026-05-28T12:46:39.117Z Downloaded quick-xml v0.37.5
12232026-05-28T12:46:39.121Z Downloaded petname v2.0.2
12242026-05-28T12:46:39.124Z Downloaded bitvec v1.0.1
12252026-05-28T12:46:39.132Z Downloaded zerocopy-derive v0.8.40
12262026-05-28T12:46:39.138Z Downloaded rustls-webpki v0.102.8
12272026-05-28T12:46:39.149Z Downloaded zip v4.6.1
12282026-05-28T12:46:39.152Z Downloaded unicode-segmentation v1.12.0
12292026-05-28T12:46:39.155Z Downloaded unicode-normalization v0.1.25
12302026-05-28T12:46:39.157Z Downloaded curve25519-dalek v4.1.3
12312026-05-28T12:46:39.161Z Downloaded tower-http v0.6.8
12322026-05-28T12:46:39.166Z Downloaded salty v0.3.0
12332026-05-28T12:46:39.170Z Downloaded tokio-util v0.7.18
12342026-05-28T12:46:39.175Z Downloaded git2 v0.20.4
12352026-05-28T12:46:39.181Z Downloaded proptest v1.10.0
12362026-05-28T12:46:39.186Z Downloaded object v0.30.4
12372026-05-28T12:46:39.196Z Downloaded tough v0.22.0
12382026-05-28T12:46:39.203Z Downloaded serde_with v3.17.0
12392026-05-28T12:46:39.219Z Downloaded quinn-proto v0.11.13
12402026-05-28T12:46:39.223Z Downloaded winnow v0.5.40
12412026-05-28T12:46:39.229Z Downloaded winnow v0.6.26
12422026-05-28T12:46:39.233Z Downloaded nix v0.27.1
12432026-05-28T12:46:39.255Z Downloaded polar-core v0.27.3
12442026-05-28T12:46:39.268Z Downloaded radix_trie v0.2.1
12452026-05-28T12:46:39.275Z Downloaded nix v0.28.0
12462026-05-28T12:46:39.292Z Downloaded winnow v1.0.3
12472026-05-28T12:46:39.298Z Downloaded tabled v0.20.0
12482026-05-28T12:46:39.307Z Downloaded time v0.3.47
12492026-05-28T12:46:39.315Z Downloaded smoltcp v0.9.1
12502026-05-28T12:46:39.321Z Downloaded dropshot v0.17.0
12512026-05-28T12:46:39.334Z Downloaded zlib-rs v0.6.2
12522026-05-28T12:46:39.338Z Downloaded object v0.37.3
12532026-05-28T12:46:39.343Z Downloaded vcpkg v0.2.15
12542026-05-28T12:46:39.366Z Downloaded nix v0.31.2
12552026-05-28T12:46:39.373Z Downloaded hickory-proto v0.24.4
12562026-05-28T12:46:39.382Z Downloaded webpki-roots v1.0.6
12572026-05-28T12:46:39.384Z Downloaded smoltcp v0.11.0
12582026-05-28T12:46:39.391Z Downloaded openapiv3 v2.2.0
12592026-05-28T12:46:39.397Z Downloaded regress v0.11.1
12602026-05-28T12:46:39.403Z Downloaded zerocopy v0.8.40
12612026-05-28T12:46:39.408Z Downloaded regex-syntax v0.8.10
12622026-05-28T12:46:39.412Z Downloaded hickory-proto v0.25.2
12632026-05-28T12:46:39.421Z Downloaded diesel v2.3.7
12642026-05-28T12:46:39.434Z Downloaded rustls v0.23.37
12652026-05-28T12:46:39.441Z Downloaded rustix v0.38.44
12662026-05-28T12:46:39.453Z Downloaded regress v0.10.5
12672026-05-28T12:46:39.459Z Downloaded rustls v0.22.4
12682026-05-28T12:46:39.466Z Downloaded bstr v1.12.1
12692026-05-28T12:46:39.471Z Downloaded rustls v0.21.12
12702026-05-28T12:46:39.477Z Downloaded regex-syntax v0.6.29
12712026-05-28T12:46:39.483Z Downloaded openssl v0.10.79
12722026-05-28T12:46:39.487Z Downloaded sqlparser v0.61.0
12732026-05-28T12:46:39.525Z Downloaded tracing v0.1.44
12742026-05-28T12:46:39.538Z Downloaded typify-impl v0.6.2
12752026-05-28T12:46:39.546Z Downloaded typify-impl v0.4.3
12762026-05-28T12:46:39.556Z Downloaded ratatui v0.29.0
12772026-05-28T12:46:39.567Z Downloaded sled v0.34.7
12782026-05-28T12:46:39.573Z Downloaded bzip2-sys v0.1.13+1.0.8
12792026-05-28T12:46:39.586Z Downloaded regex-automata v0.4.14
12802026-05-28T12:46:39.594Z Downloaded zerocopy-derive v0.6.6
12812026-05-28T12:46:39.614Z Downloaded chrono-tz v0.10.4
12822026-05-28T12:46:39.626Z Downloaded petgraph v0.6.5
12832026-05-28T12:46:39.647Z Downloaded petgraph v0.8.3
12842026-05-28T12:46:39.661Z Downloaded jiff v0.2.21
12852026-05-28T12:46:39.672Z Downloaded libz-sys v1.1.24
12862026-05-28T12:46:39.684Z Downloaded csv v1.4.0
12872026-05-28T12:46:39.696Z Downloaded sha3 v0.10.8
12882026-05-28T12:46:39.699Z Downloaded tokio v1.52.1
12892026-05-28T12:46:39.722Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12902026-05-28T12:46:39.781Z Downloaded encoding_rs v0.8.35
12912026-05-28T12:46:39.795Z Downloaded ring v0.17.14
12922026-05-28T12:46:39.862Z Downloaded libgit2-sys v0.18.3+1.9.2
12932026-05-28T12:46:40.433Z Downloaded aws-lc-sys v0.40.0
12942026-05-28T12:46:40.685Z Compiling libc v0.2.185
12952026-05-28T12:46:40.685Z Compiling serde v1.0.228
12962026-05-28T12:46:40.685Z Compiling log v0.4.29
12972026-05-28T12:46:40.685Z Compiling shlex v1.3.0
12982026-05-28T12:46:40.686Z Compiling find-msvc-tools v0.1.9
12992026-05-28T12:46:40.689Z Compiling smallvec v1.15.1
13002026-05-28T12:46:40.689Z Compiling typenum v1.19.0
13012026-05-28T12:46:40.689Z Compiling subtle v2.6.1
13022026-05-28T12:46:40.689Z Compiling generic-array v0.14.7
13032026-05-28T12:46:40.689Z Compiling scopeguard v1.2.0
13042026-05-28T12:46:40.689Z Compiling const-oid v0.9.6
13052026-05-28T12:46:40.863Z Compiling serde_json v1.0.149
13062026-05-28T12:46:40.898Z Compiling syn v2.0.117
13072026-05-28T12:46:40.911Z Compiling zerocopy v0.8.40
13082026-05-28T12:46:40.913Z Compiling parking_lot_core v0.9.12
13092026-05-28T12:46:40.962Z Compiling pin-project-lite v0.2.17
13102026-05-28T12:46:41.018Z Compiling lock_api v0.4.14
13112026-05-28T12:46:41.043Z Compiling portable-atomic v1.13.1
13122026-05-28T12:46:41.060Z Compiling pkg-config v0.3.32
13132026-05-28T12:46:41.110Z Compiling bitflags v2.11.0
13142026-05-28T12:46:41.127Z Compiling futures-core v0.3.32
13152026-05-28T12:46:41.130Z Compiling critical-section v1.2.0
13162026-05-28T12:46:41.142Z Compiling libm v0.2.16
13172026-05-28T12:46:41.199Z Compiling num-traits v0.2.19
13182026-05-28T12:46:41.259Z Compiling percent-encoding v2.3.2
13192026-05-28T12:46:41.274Z Compiling futures-sink v0.3.32
13202026-05-28T12:46:41.288Z Compiling getrandom v0.4.1
13212026-05-28T12:46:41.288Z Compiling cpufeatures v0.2.17
13222026-05-28T12:46:41.327Z Compiling futures-io v0.3.32
13232026-05-28T12:46:41.379Z Compiling futures-channel v0.3.32
13242026-05-28T12:46:41.395Z Compiling futures-task v0.3.32
13252026-05-28T12:46:41.411Z Compiling slab v0.4.12
13262026-05-28T12:46:41.464Z Compiling rand_core v0.10.0
13272026-05-28T12:46:41.482Z Compiling indexmap v2.14.0
13282026-05-28T12:46:41.502Z Compiling rustversion v1.0.22
13292026-05-28T12:46:41.588Z Compiling getrandom v0.3.4
13302026-05-28T12:46:41.607Z Compiling form_urlencoded v1.2.2
13312026-05-28T12:46:41.641Z Compiling dunce v1.0.5
13322026-05-28T12:46:41.655Z Compiling fs_extra v1.3.0
13332026-05-28T12:46:41.671Z Compiling ident_case v1.0.1
13342026-05-28T12:46:41.700Z Compiling base64ct v1.8.3
13352026-05-28T12:46:41.713Z Compiling flagset v0.4.7
13362026-05-28T12:46:41.758Z Compiling regex-syntax v0.8.10
13372026-05-28T12:46:41.788Z Compiling getrandom v0.2.17
13382026-05-28T12:46:41.804Z Compiling jobserver v0.1.34
13392026-05-28T12:46:41.837Z Compiling errno v0.3.14
13402026-05-28T12:46:41.879Z Compiling mio v1.2.0
13412026-05-28T12:46:41.883Z Compiling socket2 v0.6.3
13422026-05-28T12:46:41.952Z Compiling rand_core v0.6.4
13432026-05-28T12:46:41.983Z Compiling signal-hook-registry v1.4.8
13442026-05-28T12:46:42.019Z Compiling cc v1.2.56
13452026-05-28T12:46:42.104Z Compiling parking_lot v0.12.5
13462026-05-28T12:46:42.163Z Compiling once_cell v1.21.3
13472026-05-28T12:46:42.179Z Compiling pem-rfc7468 v0.7.0
13482026-05-28T12:46:42.211Z Compiling iana-time-zone v0.1.65
13492026-05-28T12:46:42.248Z Compiling rustix v1.1.3
13502026-05-28T12:46:42.273Z Compiling vcpkg v0.2.15
13512026-05-28T12:46:42.288Z Compiling aws-lc-rs v1.16.3
13522026-05-28T12:46:42.393Z Compiling tracing-core v0.1.36
13532026-05-28T12:46:42.396Z Compiling uuid v1.23.0
13542026-05-28T12:46:42.423Z Compiling rustc_version v0.4.1
13552026-05-28T12:46:42.438Z Compiling base64 v0.22.1
13562026-05-28T12:46:42.503Z Compiling untrusted v0.7.1
13572026-05-28T12:46:42.518Z Compiling untrusted v0.9.0
13582026-05-28T12:46:42.608Z Compiling rand_core v0.9.5
13592026-05-28T12:46:42.624Z Compiling tinyvec_macros v0.1.1
13602026-05-28T12:46:42.654Z Compiling openssl-probe v0.2.1
13612026-05-28T12:46:42.665Z Compiling httparse v1.10.1
13622026-05-28T12:46:42.704Z Compiling tinyvec v1.10.0
13632026-05-28T12:46:42.720Z Compiling aho-corasick v1.1.4
13642026-05-28T12:46:42.782Z Compiling cmake v0.1.57
13652026-05-28T12:46:42.861Z Compiling tower-service v0.3.3
13662026-05-28T12:46:42.884Z Compiling dyn-clone v1.0.20
13672026-05-28T12:46:42.911Z Compiling try-lock v0.2.5
13682026-05-28T12:46:42.981Z Compiling schemars v0.8.22
13692026-05-28T12:46:42.983Z Compiling tower-layer v0.3.3
13702026-05-28T12:46:43.027Z Compiling rustls v0.23.37
13712026-05-28T12:46:43.043Z Compiling atomic-waker v1.1.2
13722026-05-28T12:46:43.058Z Compiling want v0.3.1
13732026-05-28T12:46:43.074Z Compiling foreign-types-shared v0.1.1
13742026-05-28T12:46:43.091Z Compiling httpdate v1.0.3
13752026-05-28T12:46:43.159Z Compiling pin-utils v0.1.0
13762026-05-28T12:46:43.192Z Compiling openssl v0.10.79
13772026-05-28T12:46:43.196Z Compiling foreign-types v0.3.2
13782026-05-28T12:46:43.196Z Compiling unicode-normalization v0.1.25
13792026-05-28T12:46:43.239Z Compiling socket2 v0.5.10
13802026-05-28T12:46:43.242Z Compiling spin v0.9.8
13812026-05-28T12:46:43.286Z Compiling powerfmt v0.2.0
13822026-05-28T12:46:43.289Z Compiling time-core v0.1.8
13832026-05-28T12:46:43.300Z Compiling crc32fast v1.5.0
13842026-05-28T12:46:43.329Z Compiling native-tls v0.2.18
13852026-05-28T12:46:43.344Z Compiling num-conv v0.2.0
13862026-05-28T12:46:43.348Z Compiling wait-timeout v0.2.1
13872026-05-28T12:46:43.492Z Compiling deranged v0.5.8
13882026-05-28T12:46:43.511Z Compiling sync_wrapper v1.0.2
13892026-05-28T12:46:43.539Z Compiling time-macros v0.2.27
13902026-05-28T12:46:43.553Z Compiling unicode-segmentation v1.12.0
13912026-05-28T12:46:43.557Z Compiling quick-error v1.2.3
13922026-05-28T12:46:43.582Z Compiling usdt-impl v0.6.0
13932026-05-28T12:46:43.600Z Compiling crossbeam-utils v0.8.21
13942026-05-28T12:46:43.633Z Compiling simd-adler32 v0.3.8
13952026-05-28T12:46:43.690Z Compiling regex-automata v0.4.14
13962026-05-28T12:46:43.704Z Compiling siphasher v1.0.2
13972026-05-28T12:46:43.720Z Compiling num_threads v0.1.7
13982026-05-28T12:46:43.736Z Compiling bit-vec v0.8.0
13992026-05-28T12:46:43.752Z Compiling syn v1.0.109
14002026-05-28T12:46:43.755Z Compiling aws-lc-sys v0.40.0
14012026-05-28T12:46:43.813Z Compiling ring v0.17.14
14022026-05-28T12:46:43.837Z Compiling openssl-sys v0.9.115
14032026-05-28T12:46:43.913Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14042026-05-28T12:46:43.928Z Compiling tempfile v3.25.0
14052026-05-28T12:46:43.964Z Compiling synstructure v0.13.2
14062026-05-28T12:46:43.980Z Compiling serde_derive_internals v0.29.1
14072026-05-28T12:46:43.996Z Compiling pest_generator v2.8.6
14082026-05-28T12:46:44.099Z Compiling darling_core v0.20.11
14092026-05-28T12:46:44.223Z Compiling rusty-fork v0.3.1
14102026-05-28T12:46:44.359Z Compiling darling_core v0.21.3
14112026-05-28T12:46:44.414Z Compiling bit-set v0.8.0
14122026-05-28T12:46:44.570Z Compiling bzip2-sys v0.1.13+1.0.8
14132026-05-28T12:46:44.605Z Compiling slog v2.8.2
14142026-05-28T12:46:44.641Z Compiling rand_xorshift v0.4.0
14152026-05-28T12:46:44.680Z Compiling heapless v0.7.17
14162026-05-28T12:46:44.700Z Compiling time v0.3.47
14172026-05-28T12:46:44.808Z Compiling thread-id v5.1.0
14182026-05-28T12:46:44.828Z Compiling cookie v0.18.1
14192026-05-28T12:46:44.847Z Compiling paste v1.0.15
14202026-05-28T12:46:44.850Z Compiling signal-hook v0.3.18
14212026-05-28T12:46:44.907Z Compiling iri-string v0.7.10
14222026-05-28T12:46:44.928Z Compiling unicode-bidi v0.3.18
14232026-05-28T12:46:44.992Z Compiling anyhow v1.0.102
14242026-05-28T12:46:45.014Z Compiling ryu v1.0.23
14252026-05-28T12:46:45.070Z Compiling allocator-api2 v0.2.21
14262026-05-28T12:46:45.094Z Compiling unicode-properties v0.1.4
14272026-05-28T12:46:45.178Z Compiling zstd-safe v7.2.4
14282026-05-28T12:46:45.230Z Compiling unarray v0.1.4
14292026-05-28T12:46:45.272Z Compiling adler2 v2.0.1
14302026-05-28T12:46:45.338Z Compiling stringprep v0.1.5
14312026-05-28T12:46:45.404Z Compiling miniz_oxide v0.8.9
14322026-05-28T12:46:45.547Z Compiling heck v0.4.1
14332026-05-28T12:46:45.600Z Compiling num-integer v0.1.46
14342026-05-28T12:46:45.803Z Compiling vergen-lib v9.1.0
14352026-05-28T12:46:45.845Z Compiling curve25519-dalek v4.1.3
14362026-05-28T12:46:45.879Z Compiling serde_derive v1.0.228
14372026-05-28T12:46:45.952Z Compiling zeroize_derive v1.4.3
14382026-05-28T12:46:46.010Z Compiling zerofrom-derive v0.1.6
14392026-05-28T12:46:46.067Z Compiling yoke-derive v0.8.1
14402026-05-28T12:46:46.083Z Compiling zerovec-derive v0.11.2
14412026-05-28T12:46:46.219Z Compiling zerocopy-derive v0.8.40
14422026-05-28T12:46:46.241Z Compiling displaydoc v0.2.5
14432026-05-28T12:46:46.444Z Compiling tokio-macros v2.7.0
14442026-05-28T12:46:46.567Z Compiling futures-macro v0.3.32
14452026-05-28T12:46:46.636Z Compiling der_derive v0.7.3
14462026-05-28T12:46:46.668Z Compiling zeroize v1.8.2
14472026-05-28T12:46:47.056Z Compiling rustls-pki-types v1.14.0
14482026-05-28T12:46:47.112Z Compiling thiserror-impl v2.0.18
14492026-05-28T12:46:47.248Z Compiling tracing-attributes v0.1.31
14502026-05-28T12:46:47.299Z Compiling pest_derive v2.8.6
14512026-05-28T12:46:47.320Z Compiling scroll_derive v0.13.1
14522026-05-28T12:46:47.419Z Compiling crypto-common v0.1.7
14532026-05-28T12:46:47.476Z Compiling block-buffer v0.10.4
14542026-05-28T12:46:47.505Z Compiling zerofrom v0.1.6
14552026-05-28T12:46:47.528Z Compiling futures-util v0.3.32
14562026-05-28T12:46:47.589Z Compiling block-padding v0.3.3
14572026-05-28T12:46:47.644Z Compiling yoke v0.8.1
14582026-05-28T12:46:47.657Z Compiling digest v0.10.7
14592026-05-28T12:46:47.672Z Compiling der v0.7.10
14602026-05-28T12:46:47.779Z Compiling inout v0.1.4
14612026-05-28T12:46:47.813Z Compiling schemars_derive v0.8.22
14622026-05-28T12:46:47.906Z Compiling zerovec v0.11.5
14632026-05-28T12:46:47.974Z Compiling zerotrie v0.2.3
14642026-05-28T12:46:48.008Z Compiling hmac v0.12.1
14652026-05-28T12:46:48.120Z Compiling cipher v0.4.4
14662026-05-28T12:46:48.192Z Compiling sha2 v0.10.9
14672026-05-28T12:46:48.217Z Compiling pbkdf2 v0.12.2
14682026-05-28T12:46:48.307Z Compiling scroll v0.13.0
14692026-05-28T12:46:48.359Z Compiling salsa20 v0.10.2
14702026-05-28T12:46:48.414Z Compiling tinystr v0.8.2
14712026-05-28T12:46:48.470Z Compiling potential_utf v0.1.4
14722026-05-28T12:46:48.540Z Compiling scrypt v0.11.0
14732026-05-28T12:46:48.626Z Compiling icu_locale_core v2.1.1
14742026-05-28T12:46:48.642Z Compiling icu_collections v2.1.1
14752026-05-28T12:46:48.661Z Compiling spki v0.7.3
14762026-05-28T12:46:48.676Z Compiling thiserror v2.0.18
14772026-05-28T12:46:48.714Z Compiling tracing v0.1.44
14782026-05-28T12:46:48.802Z Compiling aes v0.8.4
14792026-05-28T12:46:48.827Z Compiling cbc v0.1.2
14802026-05-28T12:46:48.898Z Compiling darling_macro v0.20.11
14812026-05-28T12:46:49.017Z Compiling openssl-macros v0.1.1
14822026-05-28T12:46:49.034Z Compiling goblin v0.10.5
14832026-05-28T12:46:49.038Z Compiling rustls-native-certs v0.8.3
14842026-05-28T12:46:49.171Z Compiling dtrace-parser v0.3.0
14852026-05-28T12:46:49.192Z Compiling signature v2.2.0
14862026-05-28T12:46:49.369Z Compiling icu_provider v2.1.1
14872026-05-28T12:46:49.404Z Compiling pkcs5 v0.7.1
14882026-05-28T12:46:49.431Z Compiling darling v0.20.11
14892026-05-28T12:46:49.528Z Compiling bytes v1.11.1
14902026-05-28T12:46:49.557Z Compiling chrono v0.4.44
14912026-05-28T12:46:49.574Z Compiling ipnet v2.11.0
14922026-05-28T12:46:49.644Z Compiling icu_normalizer v2.1.1
14932026-05-28T12:46:49.689Z Compiling icu_properties v2.1.2
14942026-05-28T12:46:49.704Z Compiling derive_builder_core v0.20.2
14952026-05-28T12:46:49.931Z Compiling pkcs8 v0.10.2
14962026-05-28T12:46:49.947Z Compiling webpki-roots v1.0.6
14972026-05-28T12:46:49.983Z Compiling scroll_derive v0.12.1
14982026-05-28T12:46:50.004Z Compiling thiserror-impl v1.0.69
14992026-05-28T12:46:50.033Z Compiling tokio v1.52.1
15002026-05-28T12:46:50.121Z Compiling http v1.4.0
15012026-05-28T12:46:50.184Z Compiling serde_tokenstream v0.2.3
15022026-05-28T12:46:50.231Z Compiling toml_datetime v0.6.11
15032026-05-28T12:46:50.272Z Compiling serde_spanned v0.6.9
15042026-05-28T12:46:50.436Z Compiling erased-serde v0.3.31
15052026-05-28T12:46:50.515Z Compiling serde_urlencoded v0.7.1
15062026-05-28T12:46:50.530Z Compiling md-5 v0.10.6
15072026-05-28T12:46:50.628Z Compiling idna_adapter v1.2.1
15082026-05-28T12:46:50.694Z Compiling scroll v0.12.0
15092026-05-28T12:46:50.710Z Compiling derive_builder_macro v0.20.2
15102026-05-28T12:46:50.778Z Compiling idna v1.1.0
15112026-05-28T12:46:50.793Z Compiling ppv-lite86 v0.2.21
15122026-05-28T12:46:50.844Z Compiling http-body v1.0.1
15132026-05-28T12:46:50.860Z Compiling darling_macro v0.21.3
15142026-05-28T12:46:50.945Z Compiling bstr v1.12.1
15152026-05-28T12:46:50.961Z Compiling pin-project-internal v1.1.11
15162026-05-28T12:46:50.984Z Compiling http-body-util v0.1.3
15172026-05-28T12:46:51.006Z Compiling zerocopy-derive v0.7.35
15182026-05-28T12:46:51.022Z Compiling async-trait v0.1.89
15192026-05-28T12:46:51.073Z Compiling url v2.5.8
15202026-05-28T12:46:51.138Z Compiling rand_chacha v0.9.0
15212026-05-28T12:46:51.216Z Compiling rand_chacha v0.3.1
15222026-05-28T12:46:51.248Z Compiling ff v0.13.1
15232026-05-28T12:46:51.329Z Compiling thiserror v1.0.69
15242026-05-28T12:46:51.381Z Compiling rand v0.9.2
15252026-05-28T12:46:51.405Z Compiling hash32 v0.2.1
15262026-05-28T12:46:51.447Z Compiling memoffset v0.9.1
15272026-05-28T12:46:51.465Z Compiling encoding_rs v0.8.35
15282026-05-28T12:46:51.627Z Compiling cfg_aliases v0.2.1
15292026-05-28T12:46:51.659Z Compiling rustix v0.38.44
15302026-05-28T12:46:51.713Z Compiling psl-types v2.0.11
15312026-05-28T12:46:51.853Z Compiling dof v0.4.0
15322026-05-28T12:46:51.914Z Compiling zlib-rs v0.6.2
15332026-05-28T12:46:51.930Z Compiling litrs v1.0.0
15342026-05-28T12:46:52.036Z Compiling proptest v1.10.0
15352026-05-28T12:46:52.052Z Compiling num-bigint-dig v0.8.6
15362026-05-28T12:46:52.097Z Compiling mime v0.3.17
15372026-05-28T12:46:52.121Z Compiling base16ct v0.2.0
15382026-05-28T12:46:52.221Z Compiling ref-cast v1.0.25
15392026-05-28T12:46:52.255Z Compiling smoltcp v0.9.1
15402026-05-28T12:46:52.269Z Compiling fallible-iterator v0.2.0
15412026-05-28T12:46:52.371Z Compiling sec1 v0.7.3
15422026-05-28T12:46:52.385Z Compiling pin-project v1.1.11
15432026-05-28T12:46:52.450Z Compiling ipnetwork v0.21.1
15442026-05-28T12:46:52.499Z Compiling document-features v0.2.12
15452026-05-28T12:46:52.553Z Compiling zerocopy v0.7.35
15462026-05-28T12:46:52.644Z Compiling postgres-protocol v0.6.10
15472026-05-28T12:46:52.659Z Compiling publicsuffix v2.3.0
15482026-05-28T12:46:52.661Z Compiling nix v0.31.2
15492026-05-28T12:46:52.688Z Compiling oxnet v0.1.5
15502026-05-28T12:46:52.951Z Compiling rand v0.8.6
15512026-05-28T12:46:53.023Z Compiling darling v0.21.3
15522026-05-28T12:46:53.036Z Compiling group v0.13.0
15532026-05-28T12:46:53.082Z Compiling derive_builder v0.20.2
15542026-05-28T12:46:53.101Z Compiling goblin v0.8.2
15552026-05-28T12:46:53.164Z Compiling futures-executor v0.3.32
15562026-05-28T12:46:53.181Z Compiling hubpack_derive v0.1.1
15572026-05-28T12:46:53.185Z Compiling hex v0.4.3
15582026-05-28T12:46:53.228Z Compiling hkdf v0.12.4
15592026-05-28T12:46:53.244Z Compiling crypto-bigint v0.5.5
15602026-05-28T12:46:53.368Z Compiling regex v1.12.3
15612026-05-28T12:46:53.421Z Compiling strum_macros v0.27.2
15622026-05-28T12:46:53.451Z Compiling ref-cast-impl v1.0.25
15632026-05-28T12:46:53.455Z Compiling snafu-derive v0.8.9
15642026-05-28T12:46:53.468Z Compiling curve25519-dalek-derive v0.1.1
15652026-05-28T12:46:53.499Z Compiling daft-derive v0.1.7
15662026-05-28T12:46:53.534Z Compiling num-iter v0.1.45
15672026-05-28T12:46:53.823Z Compiling tokio-util v0.7.18
15682026-05-28T12:46:53.841Z Compiling tower v0.5.3
15692026-05-28T12:46:53.940Z Compiling tokio-native-tls v0.3.1
15702026-05-28T12:46:54.035Z Compiling terminal_size v0.4.3
15712026-05-28T12:46:54.050Z Compiling phf_shared v0.13.1
15722026-05-28T12:46:54.137Z Compiling lazy_static v1.5.0
15732026-05-28T12:46:54.178Z Compiling anstyle-parse v0.2.7
15742026-05-28T12:46:54.200Z Compiling vergen v9.1.0
15752026-05-28T12:46:54.251Z Compiling cargo-platform v0.3.2
15762026-05-28T12:46:54.273Z Compiling tower-http v0.6.8
15772026-05-28T12:46:54.313Z Compiling fs-err v3.3.0
15782026-05-28T12:46:54.356Z Compiling ahash v0.8.12
15792026-05-28T12:46:54.386Z Compiling managed v0.8.0
15802026-05-28T12:46:54.404Z Compiling foldhash v0.1.5
15812026-05-28T12:46:54.533Z Compiling h2 v0.4.13
15822026-05-28T12:46:54.549Z Compiling newtype-uuid v1.3.2
15832026-05-28T12:46:54.552Z Compiling bitflags v1.3.2
15842026-05-28T12:46:54.585Z Compiling libbz2-rs-sys v0.2.2
15852026-05-28T12:46:54.600Z Compiling bumpalo v3.20.2
15862026-05-28T12:46:54.626Z Compiling object v0.37.3
15872026-05-28T12:46:54.652Z Compiling winnow v0.5.40
15882026-05-28T12:46:54.699Z Compiling same-file v1.0.6
15892026-05-28T12:46:54.882Z Compiling flate2 v1.1.9
15902026-05-28T12:46:54.897Z Compiling foldhash v0.2.0
15912026-05-28T12:46:54.913Z Compiling walkdir v2.5.0
15922026-05-28T12:46:54.930Z Compiling zopfli v0.8.3
15932026-05-28T12:46:54.986Z Compiling daft v0.1.7
15942026-05-28T12:46:55.147Z Compiling hashbrown v0.16.1
15952026-05-28T12:46:55.263Z Compiling bzip2 v0.6.1
15962026-05-28T12:46:55.333Z Compiling hashbrown v0.15.5
15972026-05-28T12:46:55.363Z Compiling cargo_metadata v0.23.1
15982026-05-28T12:46:55.458Z Compiling dof v0.3.0
15992026-05-28T12:46:55.474Z Compiling clap_builder v4.6.0
16002026-05-28T12:46:55.491Z Compiling snafu v0.8.9
16012026-05-28T12:46:55.524Z Compiling strum v0.27.2
16022026-05-28T12:46:55.541Z Compiling anstream v0.6.21
16032026-05-28T12:46:55.669Z Compiling phf v0.13.1
16042026-05-28T12:46:55.685Z Compiling elliptic-curve v0.13.8
16052026-05-28T12:46:55.903Z Compiling signal-hook-mio v0.2.5
16062026-05-28T12:46:55.928Z Compiling hubpack v0.1.2
16072026-05-28T12:46:55.994Z Compiling toml_edit v0.19.15
16082026-05-28T12:46:56.039Z Compiling cookie_store v0.22.1
16092026-05-28T12:46:56.110Z Compiling usdt-macro v0.6.0
16102026-05-28T12:46:56.127Z Compiling usdt-attr-macro v0.6.0
16112026-05-28T12:46:56.141Z Compiling bzip2 v0.4.4
16122026-05-28T12:46:56.172Z Compiling futures v0.3.32
16132026-05-28T12:46:56.220Z Compiling serde_with_macros v3.17.0
16142026-05-28T12:46:56.284Z Compiling postgres-types v0.2.12
16152026-05-28T12:46:56.404Z Compiling zstd v0.13.3
16162026-05-28T12:46:56.689Z Compiling dtrace-parser v0.2.0
16172026-05-28T12:46:56.725Z Compiling globset v0.4.18
16182026-05-28T12:46:56.741Z Compiling ed25519 v2.2.3
16192026-05-28T12:46:56.763Z Compiling pkcs1 v0.7.5
16202026-05-28T12:46:56.871Z Compiling olpc-cjson v0.1.4
16212026-05-28T12:46:56.917Z Compiling serde-big-array v0.5.1
16222026-05-28T12:46:56.983Z Compiling serde_plain v1.0.2
16232026-05-28T12:46:57.056Z Compiling rfc6979 v0.4.0
16242026-05-28T12:46:57.089Z Compiling strum_macros v0.26.4
16252026-05-28T12:46:57.191Z Compiling enum-as-inner v0.6.1
16262026-05-28T12:46:57.207Z Compiling clap_derive v4.6.1
16272026-05-28T12:46:57.211Z Compiling serde_repr v0.1.20
16282026-05-28T12:46:57.401Z Compiling async-recursion v1.1.1
16292026-05-28T12:46:57.440Z Compiling phf_shared v0.11.3
16302026-05-28T12:46:57.480Z Compiling float-cmp v0.10.0
16312026-05-28T12:46:57.503Z Compiling pem v3.0.6
16322026-05-28T12:46:57.648Z Compiling hyper v1.8.1
16332026-05-28T12:46:57.663Z Compiling memmap2 v0.9.10
16342026-05-28T12:46:57.680Z Compiling thread-id v4.2.2
16352026-05-28T12:46:57.740Z Compiling env_filter v1.0.0
16362026-05-28T12:46:57.786Z Compiling predicates-core v1.0.10
16372026-05-28T12:46:57.845Z Compiling fixedbitset v0.5.7
16382026-05-28T12:46:57.917Z Compiling data-encoding v2.10.0
16392026-05-28T12:46:57.933Z Compiling static_assertions v1.1.0
16402026-05-28T12:46:58.026Z Compiling fixedbitset v0.4.2
16412026-05-28T12:46:58.040Z Compiling new_debug_unreachable v1.0.6
16422026-05-28T12:46:58.117Z Compiling difflib v0.4.0
16432026-05-28T12:46:58.134Z Compiling precomputed-hash v0.1.1
16442026-05-28T12:46:58.137Z Compiling normalize-line-endings v0.3.0
16452026-05-28T12:46:58.189Z Compiling keccak v0.1.6
16462026-05-28T12:46:58.248Z Compiling jiff v0.2.21
16472026-05-28T12:46:58.263Z Compiling typed-path v0.9.3
16482026-05-28T12:46:58.277Z Compiling whoami v2.1.0
16492026-05-28T12:46:58.541Z Compiling tokio-postgres v0.7.16
16502026-05-28T12:46:58.659Z Compiling sha3 v0.10.8
16512026-05-28T12:46:58.675Z Compiling predicates v3.1.4
16522026-05-28T12:46:58.696Z Compiling hickory-proto v0.25.2
16532026-05-28T12:46:58.721Z Compiling string_cache v0.8.9
16542026-05-28T12:46:58.742Z Compiling petgraph v0.6.5
16552026-05-28T12:46:58.952Z Compiling hyper-util v0.1.20
16562026-05-28T12:46:58.981Z Compiling petgraph v0.8.3
16572026-05-28T12:46:59.007Z Compiling strum v0.26.3
16582026-05-28T12:46:59.060Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16592026-05-28T12:46:59.148Z Compiling env_logger v0.11.9
16602026-05-28T12:46:59.164Z Compiling usdt v0.6.0
16612026-05-28T12:46:59.178Z Compiling clap v4.6.1
16622026-05-28T12:46:59.279Z Compiling toml_edit v0.22.27
16632026-05-28T12:46:59.374Z Compiling usdt-impl v0.5.0
16642026-05-28T12:46:59.406Z Compiling serde_with v3.17.0
16652026-05-28T12:46:59.456Z Compiling toml v0.7.8
16662026-05-28T12:46:59.537Z Compiling crossterm v0.28.1
16672026-05-28T12:46:59.558Z Compiling ecdsa v0.16.9
16682026-05-28T12:46:59.980Z Compiling rsa v0.9.10
16692026-05-28T12:47:00.002Z Compiling ed25519-dalek v2.2.0
16702026-05-28T12:47:00.283Z Compiling zip v0.6.6
16712026-05-28T12:47:00.686Z Compiling hyper-tls v0.6.0
16722026-05-28T12:47:00.839Z Compiling iddqd v0.4.2
16732026-05-28T12:47:00.901Z Compiling zip v4.6.1
16742026-05-28T12:47:01.145Z Compiling tokio-stream v0.1.18
16752026-05-28T12:47:01.187Z Compiling toml_parser v1.0.9+spec-1.1.0
16762026-05-28T12:47:01.210Z Compiling buf-list v1.1.2
16772026-05-28T12:47:01.314Z Compiling similar v2.7.0
16782026-05-28T12:47:01.508Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16792026-05-28T12:47:01.572Z Compiling openapiv3 v2.2.0
16802026-05-28T12:47:01.641Z Compiling x509-cert v0.2.5
16812026-05-28T12:47:01.661Z Compiling sha1 v0.10.6
16822026-05-28T12:47:01.831Z Compiling crossbeam-epoch v0.9.18
16832026-05-28T12:47:01.846Z Compiling lalrpop-util v0.19.12
16842026-05-28T12:47:01.906Z Compiling peg-runtime v0.8.5
16852026-05-28T12:47:01.924Z Compiling either v1.15.0
16862026-05-28T12:47:01.939Z Compiling thread_local v1.1.9
16872026-05-28T12:47:02.043Z Compiling slog-async v2.8.0
16882026-05-28T12:47:02.061Z Compiling crossbeam-channel v0.5.15
16892026-05-28T12:47:02.147Z Compiling is-terminal v0.4.17
16902026-05-28T12:47:02.187Z Compiling filetime v0.2.27
16912026-05-28T12:47:02.208Z Compiling take_mut v0.2.2
16922026-05-28T12:47:02.211Z Compiling term v1.2.1
16932026-05-28T12:47:02.211Z Compiling xattr v1.6.1
16942026-05-28T12:47:02.380Z Compiling tar v0.4.45
16952026-05-28T12:47:02.546Z Compiling slog-term v2.9.2
16962026-05-28T12:47:20.128Z Compiling rustls-webpki v0.103.9
16972026-05-28T12:47:22.952Z Compiling tokio-rustls v0.26.4
16982026-05-28T12:47:22.952Z Compiling rustls-platform-verifier v0.6.2
16992026-05-28T12:47:23.151Z Compiling hyper-rustls v0.27.7
17002026-05-28T12:47:23.352Z Compiling reqwest v0.12.28
17012026-05-28T12:47:23.352Z Compiling reqwest v0.13.2
17022026-05-28T12:47:24.581Z Compiling tough v0.22.0
17032026-05-28T12:47:27.121Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17042026-05-28T12:47:27.363Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17052026-05-28T12:47:30.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.14s
17062026-05-28T12:47:30.448Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17072026-05-28T12:47:30.506ZMay 28 12:47:29.950 INFO Starting download, target: Clickhouse
17082026-05-28T12:47:30.506ZMay 28 12:47:29.950 INFO Starting download, target: Cockroach
17092026-05-28T12:47:30.506ZMay 28 12:47:29.950 INFO Starting download, target: Console
17102026-05-28T12:47:30.506ZMay 28 12:47:29.950 INFO Starting download, target: DendriteStub
17112026-05-28T12:47:30.506ZMay 28 12:47:29.950 INFO Starting download, target: MaghemiteMgd
17122026-05-28T12:47:30.506ZMay 28 12:47:29.950 INFO Starting download, target: MaghemiteDdmd
17132026-05-28T12:47:30.510ZMay 28 12:47:29.950 INFO Starting download, target: TransceiverControl
17142026-05-28T12:47:30.510ZMay 28 12:47:29.951 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17152026-05-28T12:47:30.510ZMay 28 12:47:29.951 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17162026-05-28T12:47:30.510ZMay 28 12:47:29.951 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17172026-05-28T12:47:30.510ZMay 28 12:47:29.951 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17182026-05-28T12:47:30.510ZMay 28 12:47:29.951 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17192026-05-28T12:47:30.510ZMay 28 12:47:29.951 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17202026-05-28T12:47:30.510ZMay 28 12:47:29.951 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17212026-05-28T12:47:31.638ZMay 28 12:47:31.046 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17222026-05-28T12:47:31.681ZMay 28 12:47:31.071 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17232026-05-28T12:47:31.863ZMay 28 12:47:31.287 INFO Download complete, target: TransceiverControl
17242026-05-28T12:47:31.887ZMay 28 12:47:31.293 INFO Download complete, target: Console
17252026-05-28T12:47:32.223ZMay 28 12:47:31.667 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17262026-05-28T12:47:32.720ZMay 28 12:47:32.160 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17272026-05-28T12:47:32.949ZMay 28 12:47:32.393 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17282026-05-28T12:47:33.007ZMay 28 12:47:32.444 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17292026-05-28T12:47:33.276ZMay 28 12:47:32.720 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17302026-05-28T12:47:33.276ZMay 28 12:47:32.720 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17312026-05-28T12:47:35.024ZMay 28 12:47:34.452 INFO Download complete, target: MaghemiteDdmd
17322026-05-28T12:47:35.198ZMay 28 12:47:34.611 INFO Download complete, target: DendriteStub
17332026-05-28T12:47:35.556ZMay 28 12:47:34.980 INFO Download complete, target: MaghemiteMgd
17342026-05-28T12:47:37.961ZMay 28 12:47:37.403 INFO Checking that binary works, target: Cockroach
17352026-05-28T12:47:38.133ZMay 28 12:47:37.576 INFO Download complete, target: Cockroach
17362026-05-28T12:47:39.764ZMay 28 12:47:39.194 INFO Checking that binary works, target: Clickhouse
17372026-05-28T12:47:39.867ZMay 28 12:47:39.308 INFO Download complete, target: Clickhouse
17382026-05-28T12:47:39.878ZAll prerequisites installed successfully
17392026-05-28T12:47:39.889Z
17402026-05-28T12:47:39.889Zreal 2:06.589273235
17412026-05-28T12:47:39.889Zuser 7:04.630514227
17422026-05-28T12:47:39.889Zsys 1:45.133402276
17432026-05-28T12:47:39.889Ztrap 0.273683017
17442026-05-28T12:47:39.889Ztflt 1.763064087
17452026-05-28T12:47:39.889Zdflt 1.859693633
17462026-05-28T12:47:39.889Zkflt 0.045025173
17472026-05-28T12:47:39.889Zlock 23:29.725064253
17482026-05-28T12:47:39.889Zslp 19:19.751880080
17492026-05-28T12:47:39.889Zlat 26.959496319
17502026-05-28T12:47:39.890Zstop 2:57.996302897
17512026-05-28T12:47:39.890Z+ ptime -m cargo xtask download softnpu
17522026-05-28T12:47:40.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
17532026-05-28T12:47:40.454Z Running `target/debug/xtask download softnpu`
17542026-05-28T12:47:41.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s
17552026-05-28T12:47:41.336Z Running `target/debug/xtask-downloader softnpu`
17562026-05-28T12:47:41.378ZMay 28 12:47:40.822 INFO Starting download, target: Softnpu
17572026-05-28T12:47:41.381ZMay 28 12:47:40.822 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17582026-05-28T12:47:43.806ZMay 28 12:47:43.248 INFO Download complete, target: Softnpu
17592026-05-28T12:47:43.809Z
17602026-05-28T12:47:43.809Zreal 3.930262621
17612026-05-28T12:47:43.809Zuser 1.453485267
17622026-05-28T12:47:43.809Zsys 0.696174635
17632026-05-28T12:47:43.809Ztrap 0.000535110
17642026-05-28T12:47:43.809Ztflt 0.000068550
17652026-05-28T12:47:43.809Zdflt 0.000228360
17662026-05-28T12:47:43.809Zkflt 0.000000000
17672026-05-28T12:47:43.809Zlock 44.173820214
17682026-05-28T12:47:43.810Zslp 2.271634647
17692026-05-28T12:47:43.810Zlat 0.090968158
17702026-05-28T12:47:43.810Zstop 0.000187890
17712026-05-28T12:47:43.810Z+ export CARGO_INCREMENTAL=0
17722026-05-28T12:47:43.810Z+ CARGO_INCREMENTAL=0
17732026-05-28T12:47:43.810Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17742026-05-28T12:47:44.769Z Compiling proc-macro2 v1.0.106
17752026-05-28T12:47:44.769Z Compiling quote v1.0.45
17762026-05-28T12:47:44.769Z Compiling unicode-ident v1.0.24
17772026-05-28T12:47:44.769Z Compiling libc v0.2.185
17782026-05-28T12:47:44.770Z Compiling serde_core v1.0.228
17792026-05-28T12:47:44.770Z Compiling serde v1.0.228
17802026-05-28T12:47:44.792Z Compiling cfg-if v1.0.4
17812026-05-28T12:47:44.792Z Compiling version_check v0.9.5
17822026-05-28T12:47:44.906Z Compiling find-msvc-tools v0.1.9
17832026-05-28T12:47:44.912Z Compiling shlex v1.3.0
17842026-05-28T12:47:44.912Z Compiling typenum v1.19.0
17852026-05-28T12:47:44.912Z Compiling zmij v1.0.21
17862026-05-28T12:47:44.912Z Compiling autocfg v1.5.0
17872026-05-28T12:47:44.912Z Compiling memchr v2.8.0
17882026-05-28T12:47:44.912Z Compiling serde_json v1.0.149
17892026-05-28T12:47:45.187Z Compiling portable-atomic v1.13.1
17902026-05-28T12:47:45.191Z Compiling libm v0.2.16
17912026-05-28T12:47:45.235Z Compiling zerocopy v0.8.40
17922026-05-28T12:47:45.242Z Compiling smallvec v1.15.1
17932026-05-28T12:47:45.282Z Compiling generic-array v0.14.7
17942026-05-28T12:47:45.500Z Compiling num-traits v0.2.19
17952026-05-28T12:47:45.517Z Compiling parking_lot_core v0.9.12
17962026-05-28T12:47:45.528Z Compiling icu_properties_data v2.1.2
17972026-05-28T12:47:45.546Z Compiling icu_normalizer_data v2.1.1
17982026-05-28T12:47:45.562Z Compiling itoa v1.0.17
17992026-05-28T12:47:45.574Z Compiling getrandom v0.4.1
18002026-05-28T12:47:45.590Z Compiling log v0.4.29
18012026-05-28T12:47:45.637Z Compiling stable_deref_trait v1.2.1
18022026-05-28T12:47:45.686Z Compiling pkg-config v0.3.32
18032026-05-28T12:47:45.751Z Compiling subtle v2.6.1
18042026-05-28T12:47:45.900Z Compiling jobserver v0.1.34
18052026-05-28T12:47:45.915Z Compiling getrandom v0.2.17
18062026-05-28T12:47:45.947Z Compiling errno v0.3.14
18072026-05-28T12:47:45.962Z Compiling scopeguard v1.2.0
18082026-05-28T12:47:46.107Z Compiling rand_core v0.6.4
18092026-05-28T12:47:46.122Z Compiling lock_api v0.4.14
18102026-05-28T12:47:46.152Z Compiling cc v1.2.56
18112026-05-28T12:47:46.181Z Compiling percent-encoding v2.3.2
18122026-05-28T12:47:46.199Z Compiling writeable v0.6.2
18132026-05-28T12:47:46.213Z Compiling litemap v0.8.1
18142026-05-28T12:47:46.247Z Compiling syn v2.0.117
18152026-05-28T12:47:46.355Z Compiling fnv v1.0.7
18162026-05-28T12:47:46.370Z Compiling pin-project-lite v0.2.17
18172026-05-28T12:47:46.440Z Compiling thiserror v2.0.18
18182026-05-28T12:47:46.490Z Compiling getrandom v0.3.4
18192026-05-28T12:47:46.493Z Compiling fs_extra v1.3.0
18202026-05-28T12:47:46.506Z Compiling dunce v1.0.5
18212026-05-28T12:47:46.537Z Compiling equivalent v1.0.2
18222026-05-28T12:47:46.619Z Compiling utf8_iter v1.0.4
18232026-05-28T12:47:46.622Z Compiling schemars v0.8.22
18242026-05-28T12:47:46.649Z Compiling rand_core v0.10.0
18252026-05-28T12:47:46.680Z Compiling rustversion v1.0.22
18262026-05-28T12:47:46.797Z Compiling form_urlencoded v1.2.2
18272026-05-28T12:47:46.875Z Compiling critical-section v1.2.0
18282026-05-28T12:47:46.890Z Compiling cmake v0.1.57
18292026-05-28T12:47:46.905Z Compiling signal-hook-registry v1.4.8
18302026-05-28T12:47:47.010Z Compiling hashbrown v0.17.0
18312026-05-28T12:47:47.026Z Compiling rustix v1.1.3
18322026-05-28T12:47:47.104Z Compiling parking_lot v0.12.5
18332026-05-28T12:47:47.131Z Compiling socket2 v0.6.3
18342026-05-28T12:47:47.297Z Compiling semver v1.0.28
18352026-05-28T12:47:47.412Z Compiling bitflags v2.11.0
18362026-05-28T12:47:47.432Z Compiling once_cell v1.21.3
18372026-05-28T12:47:47.448Z Compiling mio v1.2.0
18382026-05-28T12:47:47.471Z Compiling ring v0.17.14
18392026-05-28T12:47:47.531Z Compiling aws-lc-sys v0.40.0
18402026-05-28T12:47:47.561Z Compiling indexmap v2.14.0
18412026-05-28T12:47:47.623Z Compiling const-oid v0.9.6
18422026-05-28T12:47:47.713Z Compiling aws-lc-rs v1.16.3
18432026-05-28T12:47:47.725Z Compiling futures-core v0.3.32
18442026-05-28T12:47:47.858Z Compiling httparse v1.10.1
18452026-05-28T12:47:47.931Z Compiling thiserror v1.0.69
18462026-05-28T12:47:47.965Z Compiling strsim v0.11.1
18472026-05-28T12:47:48.024Z Compiling iana-time-zone v0.1.65
18482026-05-28T12:47:48.059Z Compiling ucd-trie v0.1.7
18492026-05-28T12:47:48.181Z Compiling vcpkg v0.2.15
18502026-05-28T12:47:48.203Z Compiling byteorder v1.5.0
18512026-05-28T12:47:48.248Z Compiling pest v2.8.6
18522026-05-28T12:47:48.280Z Compiling regex-syntax v0.8.10
18532026-05-28T12:47:48.311Z Compiling syn v1.0.109
18542026-05-28T12:47:48.328Z Compiling ident_case v1.0.1
18552026-05-28T12:47:48.345Z Compiling heck v0.5.0
18562026-05-28T12:47:48.382Z Compiling uuid v1.23.0
18572026-05-28T12:47:48.400Z Compiling rustls v0.23.37
18582026-05-28T12:47:48.475Z Compiling cpufeatures v0.2.17
18592026-05-28T12:47:48.656Z Compiling futures-sink v0.3.32
18602026-05-28T12:47:48.659Z Compiling rustc_version v0.4.1
18612026-05-28T12:47:48.761Z Compiling futures-channel v0.3.32
18622026-05-28T12:47:48.778Z Compiling openssl-sys v0.9.115
18632026-05-28T12:47:48.794Z Compiling futures-task v0.3.32
18642026-05-28T12:47:48.811Z Compiling slab v0.4.12
18652026-05-28T12:47:48.900Z Compiling futures-io v0.3.32
18662026-05-28T12:47:49.013Z Compiling synstructure v0.13.2
18672026-05-28T12:47:49.025Z Compiling serde_derive_internals v0.29.1
18682026-05-28T12:47:49.057Z Compiling aho-corasick v1.1.4
18692026-05-28T12:47:49.120Z Compiling dyn-clone v1.0.20
18702026-05-28T12:47:49.336Z Compiling pest_meta v2.8.6
18712026-05-28T12:47:49.408Z Compiling base64 v0.22.1
18722026-05-28T12:47:49.429Z Compiling num-conv v0.2.0
18732026-05-28T12:47:49.484Z Compiling crc32fast v1.5.0
18742026-05-28T12:47:49.534Z Compiling time-core v0.1.8
18752026-05-28T12:47:49.550Z Compiling plain v0.2.3
18762026-05-28T12:47:49.582Z Compiling crossbeam-utils v0.8.21
18772026-05-28T12:47:49.700Z Compiling time-macros v0.2.27
18782026-05-28T12:47:49.766Z Compiling openssl v0.10.79
18792026-05-28T12:47:49.843Z Compiling pretty-hex v0.4.1
18802026-05-28T12:47:49.884Z Compiling regex-automata v0.4.14
18812026-05-28T12:47:49.888Z Compiling anyhow v1.0.102
18822026-05-28T12:47:49.930Z Compiling pest_generator v2.8.6
18832026-05-28T12:47:49.972Z Compiling base64ct v1.8.3
18842026-05-28T12:47:49.997Z Compiling native-tls v0.2.18
18852026-05-28T12:47:50.027Z Compiling darling_core v0.21.3
18862026-05-28T12:47:50.153Z Compiling tracing-core v0.1.36
18872026-05-28T12:47:50.221Z Compiling pem-rfc7468 v0.7.0
18882026-05-28T12:47:50.245Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18892026-05-28T12:47:50.296Z Compiling serde_derive v1.0.228
18902026-05-28T12:47:50.414Z Compiling zeroize_derive v1.4.3
18912026-05-28T12:47:50.481Z Compiling zerofrom-derive v0.1.6
18922026-05-28T12:47:50.502Z Compiling yoke-derive v0.8.1
18932026-05-28T12:47:50.518Z Compiling zerovec-derive v0.11.2
18942026-05-28T12:47:50.593Z Compiling displaydoc v0.2.5
18952026-05-28T12:47:50.628Z Compiling zerocopy-derive v0.8.40
18962026-05-28T12:47:50.643Z Compiling tokio-macros v2.7.0
18972026-05-28T12:47:50.685Z Compiling futures-macro v0.3.32
18982026-05-28T12:47:51.045Z Compiling zeroize v1.8.2
18992026-05-28T12:47:51.357Z Compiling thiserror-impl v2.0.18
19002026-05-28T12:47:51.388Z Compiling schemars_derive v0.8.22
19012026-05-28T12:47:51.498Z Compiling tracing-attributes v0.1.31
19022026-05-28T12:47:51.513Z Compiling der_derive v0.7.3
19032026-05-28T12:47:51.624Z Compiling thiserror-impl v1.0.69
19042026-05-28T12:47:51.700Z Compiling zerofrom v0.1.6
19052026-05-28T12:47:51.849Z Compiling yoke v0.8.1
19062026-05-28T12:47:51.904Z Compiling crypto-common v0.1.7
19072026-05-28T12:47:52.030Z Compiling zerovec v0.11.5
19082026-05-28T12:47:52.070Z Compiling zerotrie v0.2.3
19092026-05-28T12:47:52.244Z Compiling block-buffer v0.10.4
19102026-05-28T12:47:52.433Z Compiling digest v0.10.7
19112026-05-28T12:47:52.568Z Compiling tinystr v0.8.2
19122026-05-28T12:47:52.583Z Compiling potential_utf v0.1.4
19132026-05-28T12:47:52.641Z Compiling pest_derive v2.8.6
19142026-05-28T12:47:52.671Z Compiling futures-util v0.3.32
19152026-05-28T12:47:52.686Z Compiling hmac v0.12.1
19162026-05-28T12:47:52.745Z Compiling icu_locale_core v2.1.1
19172026-05-28T12:47:52.791Z Compiling icu_collections v2.1.1
19182026-05-28T12:47:52.849Z Compiling block-padding v0.3.3
19192026-05-28T12:47:52.877Z Compiling rustls-pki-types v1.14.0
19202026-05-28T12:47:53.096Z Compiling inout v0.1.4
19212026-05-28T12:47:53.262Z Compiling cipher v0.4.4
19222026-05-28T12:47:53.447Z Compiling icu_provider v2.1.1
19232026-05-28T12:47:53.510Z Compiling bytes v1.11.1
19242026-05-28T12:47:53.544Z Compiling chrono v0.4.44
19252026-05-28T12:47:53.600Z Compiling serde_tokenstream v0.2.3
19262026-05-28T12:47:53.636Z Compiling sha2 v0.10.9
19272026-05-28T12:47:53.723Z Compiling icu_normalizer v2.1.1
19282026-05-28T12:47:53.869Z Compiling icu_properties v2.1.2
19292026-05-28T12:47:53.993Z Compiling tokio v1.52.1
19302026-05-28T12:47:54.428Z Compiling scroll_derive v0.12.1
19312026-05-28T12:47:54.693Z Compiling scroll_derive v0.13.1
19322026-05-28T12:47:54.914Z Compiling idna_adapter v1.2.1
19332026-05-28T12:47:55.020Z Compiling ppv-lite86 v0.2.21
19342026-05-28T12:47:55.071Z Compiling idna v1.1.0
19352026-05-28T12:47:55.248Z Compiling openssl-macros v0.1.1
19362026-05-28T12:47:55.297Z Compiling http v1.4.0
19372026-05-28T12:47:55.362Z Compiling untrusted v0.9.0
19382026-05-28T12:47:55.379Z Compiling flagset v0.4.7
19392026-05-28T12:47:55.465Z Compiling url v2.5.8
19402026-05-28T12:47:55.522Z Compiling der v0.7.10
19412026-05-28T12:47:55.540Z Compiling tracing v0.1.44
19422026-05-28T12:47:55.748Z Compiling darling_macro v0.21.3
19432026-05-28T12:47:55.764Z Compiling regex v1.12.3
19442026-05-28T12:47:55.782Z Compiling zerocopy-derive v0.7.35
19452026-05-28T12:47:56.031Z Compiling rand_core v0.9.5
19462026-05-28T12:47:56.240Z Compiling slog v2.8.2
19472026-05-28T12:47:56.302Z Compiling cookie v0.18.1
19482026-05-28T12:47:56.517Z Compiling spki v0.7.3
19492026-05-28T12:47:56.725Z Compiling darling v0.21.3
19502026-05-28T12:47:56.744Z Compiling salsa20 v0.10.2
19512026-05-28T12:47:56.838Z Compiling pbkdf2 v0.12.2
19522026-05-28T12:47:57.224Z Compiling camino v1.2.2
19532026-05-28T12:47:57.433Z Compiling scrypt v0.11.0
19542026-05-28T12:47:57.624Z Compiling rand_chacha v0.9.0
19552026-05-28T12:47:57.639Z Compiling http-body v1.0.1
19562026-05-28T12:47:57.685Z Compiling cbc v0.1.2
19572026-05-28T12:47:57.812Z Compiling tokio-util v0.7.18
19582026-05-28T12:47:57.825Z Compiling aes v0.8.4
19592026-05-28T12:47:57.914Z Compiling usdt-impl v0.5.0
19602026-05-28T12:47:57.957Z Compiling tinyvec_macros v0.1.1
19612026-05-28T12:47:58.001Z Compiling paste v1.0.15
19622026-05-28T12:47:58.005Z Compiling ref-cast v1.0.25
19632026-05-28T12:47:58.045Z Compiling openssl-probe v0.2.1
19642026-05-28T12:47:58.061Z Compiling usdt-impl v0.6.0
19652026-05-28T12:47:58.221Z Compiling unicode-segmentation v1.12.0
19662026-05-28T12:47:58.304Z Compiling untrusted v0.7.1
19672026-05-28T12:47:58.307Z Compiling winnow v0.7.14
19682026-05-28T12:47:58.337Z Compiling atomic-waker v1.1.2
19692026-05-28T12:47:58.410Z Compiling pkcs5 v0.7.1
19702026-05-28T12:47:58.493Z Compiling tinyvec v1.10.0
19712026-05-28T12:47:58.619Z Compiling rand v0.9.2
19722026-05-28T12:47:58.872Z Compiling scroll v0.13.0
19732026-05-28T12:47:59.056Z Compiling scroll v0.12.0
19742026-05-28T12:47:59.071Z Compiling serde_spanned v0.6.9
19752026-05-28T12:47:59.089Z Compiling toml_datetime v0.6.11
19762026-05-28T12:47:59.156Z Compiling async-trait v0.1.89
19772026-05-28T12:47:59.200Z Compiling heapless v0.7.17
19782026-05-28T12:47:59.289Z Compiling bzip2-sys v0.1.13+1.0.8
19792026-05-28T12:47:59.304Z Compiling zstd-safe v7.2.4
19802026-05-28T12:47:59.335Z Compiling tower-layer v0.3.3
19812026-05-28T12:47:59.532Z Compiling try-lock v0.2.5
19822026-05-28T12:47:59.548Z Compiling signal-hook v0.3.18
19832026-05-28T12:47:59.650Z Compiling tower-service v0.3.3
19842026-05-28T12:47:59.720Z Compiling fastrand v2.3.0
19852026-05-28T12:47:59.764Z Compiling litrs v1.0.0
19862026-05-28T12:47:59.780Z Compiling either v1.15.0
19872026-05-28T12:47:59.797Z Compiling h2 v0.4.13
19882026-05-28T12:47:59.821Z Compiling want v0.3.1
19892026-05-28T12:47:59.867Z Compiling toml_parser v1.0.9+spec-1.1.0
19902026-05-28T12:48:00.046Z Compiling goblin v0.8.2
19912026-05-28T12:48:00.060Z Compiling goblin v0.10.5
19922026-05-28T12:48:00.240Z Compiling document-features v0.2.12
19932026-05-28T12:48:00.317Z Compiling pkcs8 v0.10.2
19942026-05-28T12:48:00.351Z Compiling heck v0.4.1
19952026-05-28T12:48:00.447Z Compiling zerocopy v0.7.35
19962026-05-28T12:48:00.574Z Compiling ipnet v2.11.0
19972026-05-28T12:48:00.766Z Compiling ref-cast-impl v1.0.25
19982026-05-28T12:48:00.898Z Compiling darling_core v0.20.11
19992026-05-28T12:48:01.026Z Compiling curve25519-dalek v4.1.3
20002026-05-28T12:48:01.122Z Compiling memoffset v0.9.1
20012026-05-28T12:48:01.304Z Compiling winnow v0.5.40
20022026-05-28T12:48:01.349Z Compiling httpdate v1.0.3
20032026-05-28T12:48:01.531Z Compiling foreign-types-shared v0.1.1
20042026-05-28T12:48:01.608Z Compiling pin-utils v0.1.0
20052026-05-28T12:48:01.699Z Compiling powerfmt v0.2.0
20062026-05-28T12:48:01.819Z Compiling rustix v0.38.44
20072026-05-28T12:48:01.987Z Compiling utf8parse v0.2.2
20082026-05-28T12:48:02.066Z Compiling deranged v0.5.8
20092026-05-28T12:48:02.124Z Compiling foreign-types v0.3.2
20102026-05-28T12:48:02.158Z Compiling tempfile v3.25.0
20112026-05-28T12:48:02.531Z Compiling dof v0.3.0
20122026-05-28T12:48:02.601Z Compiling unicode-normalization v0.1.25
20132026-05-28T12:48:02.767Z Compiling toml_edit v0.19.15
20142026-05-28T12:48:02.933Z Compiling darling_macro v0.20.11
20152026-05-28T12:48:03.002Z Compiling hyper v1.8.1
20162026-05-28T12:48:03.094Z Compiling dof v0.4.0
20172026-05-28T12:48:03.140Z Compiling dtrace-parser v0.2.0
20182026-05-28T12:48:03.258Z Compiling dtrace-parser v0.3.0
20192026-05-28T12:48:03.429Z Compiling daft-derive v0.1.7
20202026-05-28T12:48:03.496Z Compiling pin-project-internal v1.1.11
20212026-05-28T12:48:03.566Z Compiling spin v0.9.8
20222026-05-28T12:48:03.671Z Compiling socket2 v0.5.10
20232026-05-28T12:48:03.746Z Compiling thread-id v5.1.0
20242026-05-28T12:48:03.849Z Compiling thread-id v4.2.2
20252026-05-28T12:48:03.879Z Compiling num-bigint-dig v0.8.6
20262026-05-28T12:48:04.006Z Compiling cfg_aliases v0.2.1
20272026-05-28T12:48:04.091Z Compiling anstyle v1.0.14
20282026-05-28T12:48:04.124Z Compiling num_threads v0.1.7
20292026-05-28T12:48:04.128Z Compiling smoltcp v0.9.1
20302026-05-28T12:48:04.156Z Compiling nix v0.31.2
20312026-05-28T12:48:05.181Z Compiling hyper-util v0.1.20
20322026-05-28T12:48:05.184Z Compiling time v0.3.47
20332026-05-28T12:48:05.184Z Compiling darling v0.20.11
20342026-05-28T12:48:05.184Z Compiling rustls-native-certs v0.8.3
20352026-05-28T12:48:05.185Z Compiling ipnetwork v0.21.1
20362026-05-28T12:48:05.194Z Compiling curve25519-dalek-derive v0.1.1
20372026-05-28T12:48:05.212Z Compiling strum_macros v0.26.4
20382026-05-28T12:48:05.412Z Compiling sync_wrapper v1.0.2
20392026-05-28T12:48:05.496Z Compiling wait-timeout v0.2.1
20402026-05-28T12:48:05.764Z Compiling colorchoice v1.0.4
20412026-05-28T12:48:05.898Z Compiling anstyle-query v1.1.5
20422026-05-28T12:48:05.924Z Compiling siphasher v1.0.2
20432026-05-28T12:48:05.973Z Compiling simd-adler32 v0.3.8
20442026-05-28T12:48:06.082Z Compiling bit-vec v0.8.0
20452026-05-28T12:48:06.161Z Compiling is_terminal_polyfill v1.70.2
20462026-05-28T12:48:06.226Z Compiling quick-error v1.2.3
20472026-05-28T12:48:06.334Z Compiling rusty-fork v0.3.1
20482026-05-28T12:48:06.352Z Compiling bit-set v0.8.0
20492026-05-28T12:48:06.522Z Compiling tower v0.5.3
20502026-05-28T12:48:06.632Z Compiling derive_builder_core v0.20.2
20512026-05-28T12:48:06.802Z Compiling snafu-derive v0.8.9
20522026-05-28T12:48:07.060Z Compiling http-body-util v0.1.3
20532026-05-28T12:48:07.259Z Compiling webpki-roots v1.0.6
20542026-05-28T12:48:07.329Z Compiling rand_xorshift v0.4.0
20552026-05-28T12:48:07.365Z Compiling signature v2.2.0
20562026-05-28T12:48:07.395Z Compiling hubpack_derive v0.1.1
20572026-05-28T12:48:07.447Z Compiling strum_macros v0.27.2
20582026-05-28T12:48:07.522Z Compiling fs-err v3.3.0
20592026-05-28T12:48:07.593Z Compiling ahash v0.8.12
20602026-05-28T12:48:07.617Z Compiling encoding_rs v0.8.35
20612026-05-28T12:48:07.747Z Compiling object v0.37.3
20622026-05-28T12:48:07.814Z Compiling allocator-api2 v0.2.21
20632026-05-28T12:48:07.840Z Compiling ryu v1.0.23
20642026-05-28T12:48:07.888Z Compiling adler2 v2.0.1
20652026-05-28T12:48:07.941Z Compiling unicode-properties v0.1.4
20662026-05-28T12:48:07.969Z Compiling iri-string v0.7.10
20672026-05-28T12:48:08.024Z Compiling unicode-bidi v0.3.18
20682026-05-28T12:48:08.027Z Compiling mime v0.3.17
20692026-05-28T12:48:08.068Z Compiling unarray v0.1.4
20702026-05-28T12:48:08.153Z Compiling serde_urlencoded v0.7.1
20712026-05-28T12:48:08.174Z Compiling proptest v1.10.0
20722026-05-28T12:48:08.190Z Compiling miniz_oxide v0.8.9
20732026-05-28T12:48:08.446Z Compiling stringprep v0.1.5
20742026-05-28T12:48:08.544Z Compiling derive_builder_macro v0.20.2
20752026-05-28T12:48:08.753Z Compiling tokio-native-tls v0.3.1
20762026-05-28T12:48:08.793Z Compiling usdt-macro v0.6.0
20772026-05-28T12:48:08.796Z Compiling usdt-attr-macro v0.6.0
20782026-05-28T12:48:08.948Z Compiling anstyle-parse v1.0.0
20792026-05-28T12:48:09.138Z Compiling tower-http v0.6.8
20802026-05-28T12:48:09.240Z Compiling rand_chacha v0.3.1
20812026-05-28T12:48:09.261Z Compiling erased-serde v0.3.31
20822026-05-28T12:48:09.322Z Compiling md-5 v0.10.6
20832026-05-28T12:48:09.342Z Compiling bstr v1.12.1
20842026-05-28T12:48:09.511Z Compiling num-integer v0.1.46
20852026-05-28T12:48:09.566Z Compiling hash32 v0.2.1
20862026-05-28T12:48:09.582Z Compiling vergen-lib v9.1.0
20872026-05-28T12:48:09.626Z Compiling ff v0.13.1
20882026-05-28T12:48:09.746Z Compiling fallible-iterator v0.2.0
20892026-05-28T12:48:09.777Z Compiling psl-types v2.0.11
20902026-05-28T12:48:09.821Z Compiling zlib-rs v0.6.2
20912026-05-28T12:48:09.903Z Compiling base16ct v0.2.0
20922026-05-28T12:48:09.969Z Compiling publicsuffix v2.3.0
20932026-05-28T12:48:10.038Z Compiling sec1 v0.7.3
20942026-05-28T12:48:10.058Z Compiling postgres-protocol v0.6.10
20952026-05-28T12:48:10.088Z Compiling group v0.13.0
20962026-05-28T12:48:10.117Z Compiling num-iter v0.1.45
20972026-05-28T12:48:10.158Z Compiling newtype-uuid v1.3.2
20982026-05-28T12:48:10.421Z Compiling rand v0.8.6
20992026-05-28T12:48:10.861Z Compiling anstream v1.0.0
21002026-05-28T12:48:10.931Z Compiling oxnet v0.1.5
21012026-05-28T12:48:11.015Z Compiling derive_builder v0.20.2
21022026-05-28T12:48:11.045Z Compiling hyper-tls v0.6.0
21032026-05-28T12:48:11.097Z Compiling phf_shared v0.13.1
21042026-05-28T12:48:11.212Z Compiling pin-project v1.1.11
21052026-05-28T12:48:11.332Z Compiling lazy_static v1.5.0
21062026-05-28T12:48:11.362Z Compiling anstyle-parse v0.2.7
21072026-05-28T12:48:11.460Z Compiling terminal_size v0.4.3
21082026-05-28T12:48:11.490Z Compiling serde_with_macros v3.17.0
21092026-05-28T12:48:11.505Z Compiling futures-executor v0.3.32
21102026-05-28T12:48:11.595Z Compiling hex v0.4.3
21112026-05-28T12:48:11.719Z Compiling hkdf v0.12.4
21122026-05-28T12:48:11.763Z Compiling crypto-bigint v0.5.5
21132026-05-28T12:48:11.888Z Compiling flate2 v1.1.9
21142026-05-28T12:48:11.919Z Compiling async-recursion v1.1.1
21152026-05-28T12:48:11.937Z Compiling serde_repr v0.1.20
21162026-05-28T12:48:11.941Z Compiling enum-as-inner v0.6.1
21172026-05-28T12:48:12.018Z Compiling clap_derive v4.6.1
21182026-05-28T12:48:12.060Z Compiling vergen v9.1.0
21192026-05-28T12:48:12.144Z Compiling cargo-platform v0.3.2
21202026-05-28T12:48:12.301Z Compiling managed v0.8.0
21212026-05-28T12:48:12.317Z Compiling same-file v1.0.6
21222026-05-28T12:48:12.462Z Compiling clap_lex v1.0.0
21232026-05-28T12:48:12.479Z Compiling foldhash v0.2.0
21242026-05-28T12:48:12.553Z Compiling bitflags v1.3.2
21252026-05-28T12:48:12.627Z Compiling libbz2-rs-sys v0.2.2
21262026-05-28T12:48:12.661Z Compiling bumpalo v3.20.2
21272026-05-28T12:48:12.705Z Compiling foldhash v0.1.5
21282026-05-28T12:48:12.708Z Compiling elliptic-curve v0.13.8
21292026-05-28T12:48:12.762Z Compiling hashbrown v0.16.1
21302026-05-28T12:48:12.777Z Compiling clap_builder v4.6.0
21312026-05-28T12:48:12.873Z Compiling zopfli v0.8.3
21322026-05-28T12:48:12.893Z Compiling hashbrown v0.15.5
21332026-05-28T12:48:13.076Z Compiling bzip2 v0.6.1
21342026-05-28T12:48:13.213Z Compiling walkdir v2.5.0
21352026-05-28T12:48:13.290Z Compiling cargo_metadata v0.23.1
21362026-05-28T12:48:13.429Z Compiling zstd v0.13.3
21372026-05-28T12:48:13.450Z Compiling futures v0.3.32
21382026-05-28T12:48:13.547Z Compiling anstream v0.6.21
21392026-05-28T12:48:13.843Z Compiling snafu v0.8.9
21402026-05-28T12:48:13.845Z Compiling phf v0.13.1
21412026-05-28T12:48:13.988Z Compiling daft v0.1.7
21422026-05-28T12:48:14.037Z Compiling signal-hook-mio v0.2.5
21432026-05-28T12:48:14.197Z Compiling cookie_store v0.22.1
21442026-05-28T12:48:14.275Z Compiling postgres-types v0.2.12
21452026-05-28T12:48:14.295Z Compiling bzip2 v0.4.4
21462026-05-28T12:48:14.485Z Compiling globset v0.4.18
21472026-05-28T12:48:14.501Z Compiling strum v0.27.2
21482026-05-28T12:48:14.751Z Compiling hubpack v0.1.2
21492026-05-28T12:48:14.839Z Compiling ed25519 v2.2.3
21502026-05-28T12:48:14.855Z Compiling phf_shared v0.11.3
21512026-05-28T12:48:14.922Z Compiling crossbeam-epoch v0.9.18
21522026-05-28T12:48:15.016Z Compiling olpc-cjson v0.1.4
21532026-05-28T12:48:15.039Z Compiling pkcs1 v0.7.5
21542026-05-28T12:48:15.087Z Compiling pem v3.0.6
21552026-05-28T12:48:15.182Z Compiling serde_plain v1.0.2
21562026-05-28T12:48:15.197Z Compiling serde-big-array v0.5.1
21572026-05-28T12:48:15.231Z Compiling rfc6979 v0.4.0
21582026-05-28T12:48:15.282Z Compiling float-cmp v0.10.0
21592026-05-28T12:48:15.364Z Compiling memmap2 v0.9.10
21602026-05-28T12:48:15.388Z Compiling env_filter v1.0.0
21612026-05-28T12:48:15.388Z Compiling fixedbitset v0.4.2
21622026-05-28T12:48:15.391Z Compiling new_debug_unreachable v1.0.6
21632026-05-28T12:48:15.436Z Compiling static_assertions v1.1.0
21642026-05-28T12:48:15.436Z Compiling normalize-line-endings v0.3.0
21652026-05-28T12:48:15.470Z Compiling toml_write v0.1.2
21662026-05-28T12:48:15.504Z Compiling fixedbitset v0.5.7
21672026-05-28T12:48:15.528Z Compiling precomputed-hash v0.1.1
21682026-05-28T12:48:15.568Z Compiling keccak v0.1.6
21692026-05-28T12:48:15.597Z Compiling predicates-core v1.0.10
21702026-05-28T12:48:15.600Z Compiling typed-path v0.9.3
21712026-05-28T12:48:15.635Z Compiling whoami v2.1.0
21722026-05-28T12:48:15.667Z Compiling jiff v0.2.21
21732026-05-28T12:48:15.686Z Compiling difflib v0.4.0
21742026-05-28T12:48:15.780Z Compiling data-encoding v2.10.0
21752026-05-28T12:48:15.796Z Compiling petgraph v0.8.3
21762026-05-28T12:48:15.842Z Compiling sha3 v0.10.8
21772026-05-28T12:48:15.940Z Compiling tokio-postgres v0.7.16
21782026-05-28T12:48:16.131Z Compiling hickory-proto v0.25.2
21792026-05-28T12:48:16.178Z Compiling predicates v3.1.4
21802026-05-28T12:48:16.342Z Compiling toml_edit v0.22.27
21812026-05-28T12:48:16.448Z Compiling string_cache v0.8.9
21822026-05-28T12:48:16.690Z Compiling env_logger v0.11.9
21832026-05-28T12:48:16.802Z Compiling petgraph v0.6.5
21842026-05-28T12:48:16.828Z Compiling usdt v0.6.0
21852026-05-28T12:48:16.853Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21862026-05-28T12:48:17.113Z Compiling ecdsa v0.16.9
21872026-05-28T12:48:17.180Z Compiling rsa v0.9.10
21882026-05-28T12:48:17.841Z Compiling ed25519-dalek v2.2.0
21892026-05-28T12:48:18.380Z Compiling zip v4.6.1
21902026-05-28T12:48:18.436Z Compiling crossterm v0.28.1
21912026-05-28T12:48:18.670Z Compiling zip v0.6.6
21922026-05-28T12:48:19.194Z Compiling clap v4.6.1
21932026-05-28T12:48:19.208Z Compiling iddqd v0.4.2
21942026-05-28T12:48:19.291Z Compiling serde_with v3.17.0
21952026-05-28T12:48:19.307Z Compiling similar v2.7.0
21962026-05-28T12:48:19.426Z Compiling strum v0.26.3
21972026-05-28T12:48:19.548Z Compiling toml v0.7.8
21982026-05-28T12:48:19.577Z Compiling tokio-stream v0.1.18
21992026-05-28T12:48:19.689Z Compiling buf-list v1.1.2
22002026-05-28T12:48:19.757Z Compiling x509-cert v0.2.5
22012026-05-28T12:48:20.095Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22022026-05-28T12:48:20.111Z Compiling openapiv3 v2.2.0
22032026-05-28T12:48:20.391Z Compiling sha1 v0.10.6
22042026-05-28T12:48:20.424Z Compiling peg-runtime v0.8.5
22052026-05-28T12:48:20.631Z Compiling lalrpop-util v0.19.12
22062026-05-28T12:48:35.035Z Compiling rustls-webpki v0.103.9
22072026-05-28T12:48:36.398Z Compiling macaddr v1.0.1
22082026-05-28T12:48:36.553Z Compiling structmeta-derive v0.3.0
22092026-05-28T12:48:36.697Z Compiling crucible-workspace-hack v0.1.0
22102026-05-28T12:48:36.740Z Compiling rayon-core v1.13.0
22112026-05-28T12:48:36.773Z Compiling itertools v0.14.0
22122026-05-28T12:48:36.921Z Compiling secrecy v0.10.3
22132026-05-28T12:48:36.974Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22142026-05-28T12:48:37.112Z Compiling toml_datetime v0.7.5+spec-1.1.0
22152026-05-28T12:48:37.158Z Compiling rustls v0.22.4
22162026-05-28T12:48:37.369Z Compiling heapless v0.8.0
22172026-05-28T12:48:37.413Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22182026-05-28T12:48:37.419Z Compiling toml_edit v0.23.10+spec-1.0.0
22192026-05-28T12:48:37.542Z Compiling structmeta v0.3.0
22202026-05-28T12:48:37.693Z Compiling crossbeam-deque v0.8.6
22212026-05-28T12:48:37.775Z Compiling rustls-webpki v0.102.8
22222026-05-28T12:48:37.791Z Compiling hash32 v0.3.1
22232026-05-28T12:48:37.875Z Compiling multer v3.1.0
22242026-05-28T12:48:37.891Z Compiling thread_local v1.1.9
22252026-05-28T12:48:37.938Z Compiling unicode-width v0.2.0
22262026-05-28T12:48:37.979Z Compiling compression-core v0.4.31
22272026-05-28T12:48:38.069Z Compiling smoltcp v0.11.0
22282026-05-28T12:48:38.086Z Compiling ingot-macros v0.1.1
22292026-05-28T12:48:38.100Z Compiling match_cfg v0.1.0
22302026-05-28T12:48:38.184Z Compiling slog-async v2.8.0
22312026-05-28T12:48:38.201Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22322026-05-28T12:48:38.216Z Compiling hostname v0.3.1
22332026-05-28T12:48:38.278Z Compiling compression-codecs v0.4.37
22342026-05-28T12:48:38.360Z Compiling proc-macro-crate v3.4.0
22352026-05-28T12:48:38.456Z Compiling derive-ex v0.1.8
22362026-05-28T12:48:38.473Z Compiling slog-json v2.6.1
22372026-05-28T12:48:38.532Z Compiling crossbeam-channel v0.5.15
22382026-05-28T12:48:38.671Z Compiling half v2.7.1
22392026-05-28T12:48:38.762Z Compiling newtype-uuid-macros v0.1.0
22402026-05-28T12:48:38.812Z Compiling cobs v0.3.0
22412026-05-28T12:48:38.884Z Compiling tokio-rustls v0.26.4
22422026-05-28T12:48:39.032Z Compiling rustls-platform-verifier v0.6.2
22432026-05-28T12:48:39.110Z Compiling thiserror-impl-no-std v2.0.2
22442026-05-28T12:48:39.175Z Compiling hyper-rustls v0.27.7
22452026-05-28T12:48:39.239Z Compiling universal-hash v0.5.1
22462026-05-28T12:48:39.260Z Compiling async-stream-impl v0.3.6
22472026-05-28T12:48:39.404Z Compiling serde_spanned v1.0.4
22482026-05-28T12:48:39.488Z Compiling reqwest v0.12.28
22492026-05-28T12:48:39.507Z Compiling reqwest v0.13.2
22502026-05-28T12:48:39.586Z Compiling toml_datetime v1.0.0+spec-1.1.0
22512026-05-28T12:48:39.629Z Compiling is-terminal v0.4.17
22522026-05-28T12:48:39.752Z Compiling proc-macro-error-attr v1.0.4
22532026-05-28T12:48:39.834Z Compiling dropshot v0.17.0
22542026-05-28T12:48:39.940Z Compiling term v1.2.1
22552026-05-28T12:48:39.977Z Compiling take_mut v0.2.2
22562026-05-28T12:48:39.994Z Compiling opaque-debug v0.3.1
22572026-05-28T12:48:40.036Z Compiling toml_writer v1.0.6+spec-1.1.0
22582026-05-28T12:48:40.058Z Compiling ciborium-io v0.2.2
22592026-05-28T12:48:40.086Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
22602026-05-28T12:48:40.116Z Compiling convert_case v0.4.0
22612026-05-28T12:48:40.165Z Compiling thiserror-no-std v2.0.2
22622026-05-28T12:48:40.181Z Compiling ciborium-ll v0.2.2
22632026-05-28T12:48:40.286Z Compiling slog-term v2.9.2
22642026-05-28T12:48:40.321Z Compiling tokio-rustls v0.25.0
22652026-05-28T12:48:40.341Z Compiling toml v1.0.6+spec-1.1.0
22662026-05-28T12:48:40.449Z Compiling derive_more v0.99.20
22672026-05-28T12:48:40.468Z Compiling poly1305 v0.8.0
22682026-05-28T12:48:40.591Z Compiling test-strategy v0.4.5
22692026-05-28T12:48:40.684Z Compiling async-stream v0.3.6
22702026-05-28T12:48:40.708Z Compiling ingot-types v0.1.2
22712026-05-28T12:48:40.897Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22722026-05-28T12:48:41.143Z Compiling tough v0.22.0
22732026-05-28T12:48:41.187Z Compiling ingot v0.1.1
22742026-05-28T12:48:41.577Z Compiling postcard v1.1.3
22752026-05-28T12:48:41.790Z Compiling num_enum_derive v0.7.6
22762026-05-28T12:48:41.881Z Compiling slog-bunyan v2.5.0
22772026-05-28T12:48:41.969Z Compiling async-compression v0.4.41
22782026-05-28T12:48:42.099Z Compiling parse-display-derive v0.10.0
22792026-05-28T12:48:42.467Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22802026-05-28T12:48:42.692Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22812026-05-28T12:48:42.724Z Compiling proc-macro-crate v1.3.1
22822026-05-28T12:48:42.772Z Compiling backon v1.6.0
22832026-05-28T12:48:42.863Z Compiling waitgroup v0.1.2
22842026-05-28T12:48:42.898Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
22852026-05-28T12:48:42.948Z Compiling password-hash v0.5.0
22862026-05-28T12:48:43.044Z Compiling chacha20 v0.9.1
22872026-05-28T12:48:43.059Z Compiling dropshot_endpoint v0.17.0
22882026-05-28T12:48:43.085Z Compiling rustls-pemfile v2.2.0
22892026-05-28T12:48:43.195Z Compiling blake2 v0.10.6
22902026-05-28T12:48:43.372Z Compiling aead v0.5.2
22912026-05-28T12:48:43.387Z Compiling foreign-types-macros v0.2.3
22922026-05-28T12:48:43.445Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22932026-05-28T12:48:43.588Z Compiling serde_path_to_error v0.1.20
22942026-05-28T12:48:43.619Z Compiling hostname v0.4.2
22952026-05-28T12:48:43.727Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22962026-05-28T12:48:43.813Z Compiling proc-macro-error v1.0.4
22972026-05-28T12:48:43.919Z Compiling instant v0.1.13
22982026-05-28T12:48:43.952Z Compiling foreign-types-shared v0.3.1
22992026-05-28T12:48:43.980Z Compiling debug-ignore v1.0.5
23002026-05-28T12:48:43.999Z Compiling typeid v1.0.3
23012026-05-28T12:48:44.026Z Compiling cpufeatures v0.3.0
23022026-05-28T12:48:44.061Z Compiling foreign-types v0.5.0
23032026-05-28T12:48:44.079Z Compiling backoff v0.4.0
23042026-05-28T12:48:44.113Z Compiling chacha20 v0.10.0
23052026-05-28T12:48:44.128Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23062026-05-28T12:48:44.144Z Compiling parse-display v0.10.0
23072026-05-28T12:48:44.164Z Compiling chacha20poly1305 v0.10.1
23082026-05-28T12:48:44.179Z Compiling argon2 v0.5.3
23092026-05-28T12:48:44.336Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23102026-05-28T12:48:44.339Z Compiling num_enum_derive v0.5.11
23112026-05-28T12:48:44.370Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23122026-05-28T12:48:44.434Z Compiling num_enum v0.7.6
23132026-05-28T12:48:44.499Z Compiling ciborium v0.2.2
23142026-05-28T12:48:44.609Z Compiling vsss-rs v3.3.4
23152026-05-28T12:48:44.759Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23162026-05-28T12:48:44.869Z Compiling tabwriter v1.4.1
23172026-05-28T12:48:44.885Z Compiling regress v0.10.5
23182026-05-28T12:48:45.043Z Compiling byte-wrapper v0.1.0
23192026-05-28T12:48:45.104Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23202026-05-28T12:48:45.186Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23212026-05-28T12:48:45.268Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23222026-05-28T12:48:45.301Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23232026-05-28T12:48:45.349Z Compiling cstr-argument v0.1.2
23242026-05-28T12:48:45.525Z Compiling humantime v2.3.0
23252026-05-28T12:48:45.551Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#201992c3)
23262026-05-28T12:48:45.729Z Compiling erased-serde v0.4.9
23272026-05-28T12:48:45.804Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23282026-05-28T12:48:45.820Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23292026-05-28T12:48:45.876Z Compiling num_enum v0.5.11
23302026-05-28T12:48:45.959Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
23312026-05-28T12:48:46.011Z Compiling rand v0.10.1
23322026-05-28T12:48:46.050Z Compiling rayon v1.11.0
23332026-05-28T12:48:46.093Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
23342026-05-28T12:48:46.137Z Compiling libefi-sys v0.1.0
23352026-05-28T12:48:46.162Z Compiling colored v3.1.1
23362026-05-28T12:48:46.212Z Compiling winnow v1.0.3
23372026-05-28T12:48:46.228Z Compiling indent_write v2.2.0
23382026-05-28T12:48:46.297Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23392026-05-28T12:48:46.401Z Compiling zone_cfg_derive v0.3.1
23402026-05-28T12:48:46.426Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23412026-05-28T12:48:46.463Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23422026-05-28T12:48:46.518Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23432026-05-28T12:48:46.645Z Compiling camino-tempfile v1.4.1
23442026-05-28T12:48:46.757Z Compiling itertools v0.12.1
23452026-05-28T12:48:46.834Z Compiling usdt-macro v0.5.0
23462026-05-28T12:48:46.871Z Compiling usdt-attr-macro v0.5.0
23472026-05-28T12:48:47.023Z Compiling bitfield-struct v0.6.2
23482026-05-28T12:48:47.043Z Compiling num-derive v0.4.2
23492026-05-28T12:48:47.060Z Compiling blake3 v1.8.3
23502026-05-28T12:48:47.075Z Compiling ordered-float v2.10.1
23512026-05-28T12:48:47.444Z Compiling sigpipe v0.1.3
23522026-05-28T12:48:47.555Z Compiling memmap v0.7.0
23532026-05-28T12:48:47.572Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23542026-05-28T12:48:47.640Z Compiling glob v0.3.3
23552026-05-28T12:48:47.680Z Compiling swrite v0.1.0
23562026-05-28T12:48:47.707Z Compiling usdt v0.5.0
23572026-05-28T12:48:47.808Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23582026-05-28T12:48:47.825Z Compiling serde-value v0.7.0
23592026-05-28T12:48:47.946Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23602026-05-28T12:48:48.144Z Compiling zone v0.3.1
23612026-05-28T12:48:48.255Z Compiling serde-untagged v0.1.9
23622026-05-28T12:48:48.271Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
23632026-05-28T12:48:48.360Z Compiling toml v0.8.23
23642026-05-28T12:48:48.532Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23652026-05-28T12:48:48.556Z Compiling smf v0.2.3
23662026-05-28T12:48:48.587Z Compiling filetime v0.2.27
23672026-05-28T12:48:48.604Z Compiling arrayvec v0.7.6
23682026-05-28T12:48:48.631Z Compiling whoami v1.6.1
23692026-05-28T12:48:48.647Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23702026-05-28T12:48:48.664Z Compiling constant_time_eq v0.4.2
23712026-05-28T12:48:48.748Z Compiling unicode-xid v0.2.6
23722026-05-28T12:48:48.816Z Compiling xattr v1.6.1
23732026-05-28T12:48:48.846Z Compiling arrayref v0.3.9
23742026-05-28T12:48:48.873Z Compiling cargo-util-schemas v0.8.2
23752026-05-28T12:48:48.889Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-05-28T12:48:48.910Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23772026-05-28T12:48:49.035Z Compiling tar v0.4.45
23782026-05-28T12:48:49.098Z Compiling tokio-dtrace v0.1.1
23792026-05-28T12:48:49.200Z Compiling console v0.16.2
23802026-05-28T12:48:49.436Z Compiling gethostname v0.5.0
23812026-05-28T12:48:49.576Z Compiling cargo-platform v0.2.0
23822026-05-28T12:48:49.594Z Compiling unit-prefix v0.5.2
23832026-05-28T12:48:49.660Z Compiling topological-sort v0.2.2
23842026-05-28T12:48:49.706Z Compiling oxide-tokio-rt v0.1.4
23852026-05-28T12:48:49.726Z Compiling indicatif v0.18.4
23862026-05-28T12:48:49.786Z Compiling shell-words v1.1.1
23872026-05-28T12:48:49.855Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23882026-05-28T12:48:50.064Z Compiling cargo_metadata v0.21.0
23892026-05-28T12:48:59.634Z Compiling omicron-zone-package v0.12.2
23902026-05-28T12:48:59.650Z Compiling progenitor-client v0.14.0
23912026-05-28T12:48:59.653Z Compiling progenitor-client v0.13.0
23922026-05-28T12:49:00.160Z Compiling progenitor-extras v0.2.0
23932026-05-28T12:49:02.443Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23942026-05-28T12:49:02.462Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23952026-05-28T12:49:02.492Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23962026-05-28T12:49:02.560Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23972026-05-28T12:49:02.610Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23982026-05-28T12:49:02.664Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23992026-05-28T12:49:02.678Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24002026-05-28T12:49:02.759Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24012026-05-28T12:49:02.820Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24022026-05-28T12:49:06.786Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24032026-05-28T12:49:14.437Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24042026-05-28T12:49:17.518Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24052026-05-28T12:49:18.510Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24062026-05-28T12:49:28.217Z Finished `release` profile [optimized] target(s) in 1m 44s
24072026-05-28T12:49:28.377Z Running `target/release/omicron-package -t test target create -p dev`
24082026-05-28T12:49:28.440ZLogging to: /work/oxidecomputer/omicron/out/LOG
24092026-05-28T12:49:28.443ZCreated new build target 'test' and set it as active
24102026-05-28T12:49:28.446Z
24112026-05-28T12:49:28.446Zreal 1:44.632137495
24122026-05-28T12:49:28.446Zuser 17:04.985283116
24132026-05-28T12:49:28.446Zsys 2:39.068976630
24142026-05-28T12:49:28.446Ztrap 0.468143138
24152026-05-28T12:49:28.446Ztflt 2.987227912
24162026-05-28T12:49:28.446Zdflt 4.283158875
24172026-05-28T12:49:28.446Zkflt 0.001344571
24182026-05-28T12:49:28.446Zlock 53:11.827652321
24192026-05-28T12:49:28.446Zslp 43:31.913137997
24202026-05-28T12:49:28.446Zlat 45.545014022
24212026-05-28T12:49:28.446Zstop 5:30.474606886
24222026-05-28T12:49:28.446Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24232026-05-28T12:49:29.366Z Finished `release` profile [optimized] target(s) in 0.90s
24242026-05-28T12:49:29.443Z Running `target/release/omicron-package -t test package`
24252026-05-28T12:49:29.500ZLogging to: /work/oxidecomputer/omicron/out/LOG
24262026-05-28T12:49:31.083Z Compiling heck v0.5.0
24272026-05-28T12:49:31.307Z Compiling regress v0.11.1
24282026-05-28T12:49:31.310Z Compiling unsafe-libyaml v0.2.11
24292026-05-28T12:49:31.378Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24302026-05-28T12:49:31.409Z Compiling regress v0.10.5
24312026-05-28T12:49:31.409Z Compiling unicode-width v0.1.14
24322026-05-28T12:49:31.412Z Compiling is-terminal v0.4.17
24332026-05-28T12:49:31.412Z Compiling prettyplease v0.2.37
24342026-05-28T12:49:31.412Z Compiling derive-where v1.6.0
24352026-05-28T12:49:31.433Z Compiling num-rational v0.4.2
24362026-05-28T12:49:31.497Z Compiling num-complex v0.4.6
24372026-05-28T12:49:31.518Z Compiling rustls v0.22.4
24382026-05-28T12:49:31.521Z Compiling rustls-webpki v0.102.8
24392026-05-28T12:49:31.521Z Compiling thread_local v1.1.9
24402026-05-28T12:49:31.541Z Compiling match_cfg v0.1.0
24412026-05-28T12:49:31.652Z Compiling compression-core v0.4.31
24422026-05-28T12:49:31.673Z Compiling float-ord v0.3.2
24432026-05-28T12:49:31.673Z Compiling bytecount v0.6.9
24442026-05-28T12:49:31.719Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24452026-05-28T12:49:31.739Z Compiling hostname v0.3.1
24462026-05-28T12:49:31.809Z Compiling compression-codecs v0.4.37
24472026-05-28T12:49:31.833Z Compiling serde_yaml v0.9.34+deprecated
24482026-05-28T12:49:31.855Z Compiling multer v3.1.0
24492026-05-28T12:49:31.888Z Compiling slog-async v2.8.0
24502026-05-28T12:49:31.910Z Compiling crossbeam-channel v0.5.15
24512026-05-28T12:49:31.931Z Compiling num v0.4.3
24522026-05-28T12:49:31.934Z Compiling slog-json v2.6.1
24532026-05-28T12:49:31.975Z Compiling toml_datetime v1.0.0+spec-1.1.0
24542026-05-28T12:49:31.996Z Compiling serde_spanned v1.0.4
24552026-05-28T12:49:32.020Z Compiling take_mut v0.2.2
24562026-05-28T12:49:32.041Z Compiling toml_writer v1.0.6+spec-1.1.0
24572026-05-28T12:49:32.157Z Compiling term v1.2.1
24582026-05-28T12:49:32.180Z Compiling slog-bunyan v2.5.0
24592026-05-28T12:49:32.183Z Compiling async-compression v0.4.41
24602026-05-28T12:49:32.284Z Compiling toml v1.0.6+spec-1.1.0
24612026-05-28T12:49:32.378Z Compiling console v0.15.11
24622026-05-28T12:49:32.412Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24632026-05-28T12:49:32.457Z Compiling slog-term v2.9.2
24642026-05-28T12:49:32.544Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24652026-05-28T12:49:32.573Z Compiling async-stream v0.3.6
24662026-05-28T12:49:32.678Z Compiling dropshot v0.17.0
24672026-05-28T12:49:32.701Z Compiling progenitor-client v0.14.0
24682026-05-28T12:49:32.722Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24692026-05-28T12:49:32.748Z Compiling waitgroup v0.1.2
24702026-05-28T12:49:32.769Z Compiling backon v1.6.0
24712026-05-28T12:49:32.795Z Compiling rustls-pemfile v2.2.0
24722026-05-28T12:49:32.820Z Compiling hostname v0.4.2
24732026-05-28T12:49:32.911Z Compiling typify-impl v0.6.2
24742026-05-28T12:49:32.935Z Compiling serde_path_to_error v0.1.20
24752026-05-28T12:49:32.988Z Compiling instant v0.1.13
24762026-05-28T12:49:33.012Z Compiling debug-ignore v1.0.5
24772026-05-28T12:49:33.016Z Compiling progenitor-extras v0.2.0
24782026-05-28T12:49:33.060Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24792026-05-28T12:49:33.063Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24802026-05-28T12:49:33.151Z Compiling backoff v0.4.0
24812026-05-28T12:49:33.180Z Compiling parse-display v0.10.0
24822026-05-28T12:49:33.318Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24832026-05-28T12:49:33.322Z Compiling newline-converter v0.3.0
24842026-05-28T12:49:33.391Z Compiling atomicwrites v0.4.4
24852026-05-28T12:49:33.415Z Compiling progenitor-client v0.13.0
24862026-05-28T12:49:33.455Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24872026-05-28T12:49:33.503Z Compiling macaddr v1.0.1
24882026-05-28T12:49:33.523Z Compiling humantime v2.3.0
24892026-05-28T12:49:33.620Z Compiling expectorate v1.2.0
24902026-05-28T12:49:33.745Z Compiling slog-dtrace v0.3.0
24912026-05-28T12:49:33.767Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24922026-05-28T12:49:33.798Z Compiling owo-colors v4.3.0
24932026-05-28T12:49:33.886Z Compiling cancel-safe-futures v0.1.5
24942026-05-28T12:49:33.910Z Compiling resolv-conf v0.7.6
24952026-05-28T12:49:33.953Z Compiling tokio-rustls v0.25.0
24962026-05-28T12:49:33.978Z Compiling libsw-core v0.3.2
24972026-05-28T12:49:33.982Z Compiling minimal-lexical v0.2.1
24982026-05-28T12:49:34.049Z Compiling toml v0.8.23
24992026-05-28T12:49:34.259Z Compiling nom v7.1.3
25002026-05-28T12:49:34.281Z Compiling libsw v3.5.0
25012026-05-28T12:49:34.302Z Compiling num-derive v0.3.3
25022026-05-28T12:49:34.501Z Compiling linked-hash-map v0.5.6
25032026-05-28T12:49:34.550Z Compiling linear-map v1.2.0
25042026-05-28T12:49:34.655Z Compiling hickory-proto v0.24.4
25052026-05-28T12:49:34.717Z Compiling lru-cache v0.1.2
25062026-05-28T12:49:34.752Z Compiling unicode-xid v0.2.6
25072026-05-28T12:49:34.805Z Compiling itertools v0.13.0
25082026-05-28T12:49:34.827Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25092026-05-28T12:49:34.894Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25102026-05-28T12:49:34.917Z Compiling csv-core v0.1.13
25112026-05-28T12:49:34.978Z Compiling highway v1.3.0
25122026-05-28T12:49:35.179Z Compiling termtree v0.5.1
25132026-05-28T12:49:35.203Z Compiling libscf-sys v1.1.0
25142026-05-28T12:49:35.356Z Compiling csv v1.4.0
25152026-05-28T12:49:35.380Z Compiling papergrid v0.11.0
25162026-05-28T12:49:35.383Z Compiling tabled_derive v0.7.0
25172026-05-28T12:49:35.615Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25182026-05-28T12:49:35.711Z Compiling phf_shared v0.12.1
25192026-05-28T12:49:35.790Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25202026-05-28T12:49:35.900Z Compiling tagptr v0.2.0
25212026-05-28T12:49:35.967Z Compiling chrono-tz v0.10.4
25222026-05-28T12:49:36.107Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25232026-05-28T12:49:36.225Z Compiling moka v0.12.13
25242026-05-28T12:49:36.256Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25252026-05-28T12:49:36.339Z Compiling tabled v0.15.0
25262026-05-28T12:49:36.362Z Compiling phf v0.12.1
25272026-05-28T12:49:36.391Z Compiling const_format_proc_macros v0.2.34
25282026-05-28T12:49:36.424Z Compiling typify-macro v0.6.2
25292026-05-28T12:49:36.573Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25302026-05-28T12:49:36.929Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25312026-05-28T12:49:37.015Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25322026-05-28T12:49:37.187Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25332026-05-28T12:49:37.259Z Compiling hickory-resolver v0.24.4
25342026-05-28T12:49:37.327Z Compiling hickory-resolver v0.25.2
25352026-05-28T12:49:38.012Z Compiling typify v0.6.2
25362026-05-28T12:49:38.314Z Compiling progenitor-impl v0.14.0
25372026-05-28T12:49:39.211Z Compiling progenitor-impl v0.13.0
25382026-05-28T12:49:40.475Z Compiling progenitor-macro v0.14.0
25392026-05-28T12:49:40.722Z Compiling qorb v0.4.1
25402026-05-28T12:49:41.371Z Compiling progenitor-macro v0.13.0
25412026-05-28T12:49:42.679Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25422026-05-28T12:49:43.538Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25432026-05-28T12:49:43.677Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25442026-05-28T12:49:43.824Z Compiling const_format v0.2.35
25452026-05-28T12:49:44.046Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25462026-05-28T12:49:44.228Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25472026-05-28T12:49:44.326Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25482026-05-28T12:49:44.539Z Compiling progenitor v0.14.0
25492026-05-28T12:49:44.726Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-05-28T12:49:45.013Z Compiling bcs v0.1.6
25512026-05-28T12:49:45.412Z Compiling progenitor v0.13.0
25522026-05-28T12:49:45.457Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25532026-05-28T12:49:45.512Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25542026-05-28T12:49:45.538Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25552026-05-28T12:49:45.604Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25562026-05-28T12:49:46.464Z Compiling semver v0.1.20
25572026-05-28T12:49:46.708Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25582026-05-28T12:49:46.775Z Compiling rustc_version v0.1.7
25592026-05-28T12:49:47.202Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25602026-05-28T12:49:48.360Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25612026-05-28T12:49:48.898Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25622026-05-28T12:49:49.027Z Compiling newtype_derive v0.1.6
25632026-05-28T12:49:49.068Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25642026-05-28T12:49:49.262Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25652026-05-28T12:49:49.395Z Compiling convert_case v0.10.0
25662026-05-28T12:49:49.488Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25672026-05-28T12:49:49.656Z Compiling unicode-linebreak v0.1.5
25682026-05-28T12:49:49.705Z Compiling smawk v0.3.2
25692026-05-28T12:49:49.829Z Compiling derive_more-impl v2.1.1
25702026-05-28T12:49:49.908Z Compiling textwrap v0.16.2
25712026-05-28T12:49:50.059Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25722026-05-28T12:49:50.298Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25732026-05-28T12:49:50.596Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25742026-05-28T12:49:51.739Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25752026-05-28T12:49:51.809Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25762026-05-28T12:49:51.876Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25772026-05-28T12:49:52.216Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25782026-05-28T12:49:52.497Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25792026-05-28T12:49:52.753Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25802026-05-28T12:49:53.009Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605)
25812026-05-28T12:49:53.137Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25822026-05-28T12:49:53.461Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25832026-05-28T12:49:53.488Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25842026-05-28T12:49:53.511Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25852026-05-28T12:49:53.728Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25862026-05-28T12:49:53.862Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25872026-05-28T12:49:53.891Z Compiling derive_more v2.1.1
25882026-05-28T12:49:53.985Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25892026-05-28T12:49:54.036Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25902026-05-28T12:49:54.124Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25912026-05-28T12:49:54.214Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25922026-05-28T12:49:54.349Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25932026-05-28T12:49:54.521Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25942026-05-28T12:49:54.626Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25952026-05-28T12:49:54.779Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25962026-05-28T12:49:54.923Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25972026-05-28T12:49:55.110Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25982026-05-28T12:49:55.219Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
25992026-05-28T12:49:55.792Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26002026-05-28T12:49:56.055Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26012026-05-28T12:49:56.626Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26022026-05-28T12:49:56.745Z Compiling steno v0.4.1
26032026-05-28T12:49:57.049Z Compiling crossterm v0.29.0
26042026-05-28T12:49:57.783Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26052026-05-28T12:49:59.093Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26062026-05-28T12:49:59.404Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26072026-05-28T12:49:59.980Z Compiling vte v0.14.1
26082026-05-28T12:50:00.021Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26092026-05-28T12:50:00.255Z Compiling strip-ansi-escapes v0.2.1
26102026-05-28T12:50:00.323Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26112026-05-28T12:50:00.409Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26122026-05-28T12:50:00.525Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26132026-05-28T12:50:00.819Z Compiling fd-lock v4.0.4
26142026-05-28T12:50:01.028Z Compiling peg-macros v0.8.5
26152026-05-28T12:50:01.031Z Compiling nu-ansi-term v0.50.3
26162026-05-28T12:50:01.616Z Compiling reedline v0.40.0
26172026-05-28T12:50:01.734Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26182026-05-28T12:50:02.221Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26192026-05-28T12:50:02.325Z Compiling peg v0.8.5
26202026-05-28T12:50:02.436Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26212026-05-28T12:50:03.444Z Compiling nom v8.0.0
26222026-05-28T12:50:04.368Z Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605)
26232026-05-28T12:50:04.392Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
26242026-05-28T12:50:04.499Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26252026-05-28T12:50:04.758Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26262026-05-28T12:50:05.086Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26272026-05-28T12:50:05.283Z Compiling base64 v0.21.7
26282026-05-28T12:50:05.393Z Compiling dropshot-api-manager-types v0.7.2
26292026-05-28T12:50:05.450Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26302026-05-28T12:50:05.624Z Compiling utf-8 v0.7.6
26312026-05-28T12:50:05.712Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26322026-05-28T12:50:05.779Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26332026-05-28T12:50:05.831Z Compiling tungstenite v0.21.0
26342026-05-28T12:50:05.873Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605)
26352026-05-28T12:50:05.903Z Compiling radium v0.7.0
26362026-05-28T12:50:06.014Z Compiling maybe-uninit v2.0.0
26372026-05-28T12:50:06.160Z Compiling display-error-chain v0.2.2
26382026-05-28T12:50:06.251Z Compiling tap v1.0.1
26392026-05-28T12:50:06.396Z Compiling wyz v0.5.1
26402026-05-28T12:50:06.421Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26412026-05-28T12:50:06.563Z Compiling tokio-tungstenite v0.21.0
26422026-05-28T12:50:06.607Z Compiling zerocopy-derive v0.6.6
26432026-05-28T12:50:06.652Z Compiling proc-macro-error-attr2 v2.0.0
26442026-05-28T12:50:06.960Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
26452026-05-28T12:50:07.062Z Compiling crc-catalog v2.4.0
26462026-05-28T12:50:07.213Z Compiling funty v2.0.0
26472026-05-28T12:50:07.423Z Compiling packed_struct v0.10.1
26482026-05-28T12:50:07.751Z Compiling bitvec v1.0.1
26492026-05-28T12:50:07.998Z Compiling zerocopy v0.6.6
26502026-05-28T12:50:08.175Z Compiling crc v3.4.0
26512026-05-28T12:50:08.398Z Compiling proc-macro-error2 v2.0.1
26522026-05-28T12:50:08.530Z Compiling itertools v0.10.5
26532026-05-28T12:50:08.673Z Compiling packed_struct_codegen v0.10.1
26542026-05-28T12:50:08.720Z Compiling vergen-lib v0.1.6
26552026-05-28T12:50:08.952Z Compiling bitfield-macros v0.19.4
26562026-05-28T12:50:09.265Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26572026-05-28T12:50:09.583Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
26582026-05-28T12:50:09.655Z Compiling indexmap v1.9.3
26592026-05-28T12:50:09.679Z Compiling nodrop v0.1.14
26602026-05-28T12:50:09.705Z Compiling bitfield v0.19.4
26612026-05-28T12:50:09.834Z Compiling array-init v0.0.4
26622026-05-28T12:50:09.965Z Compiling tabled_derive v0.11.0
26632026-05-28T12:50:10.042Z Compiling smallvec v0.6.14
26642026-05-28T12:50:10.257Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605)
26652026-05-28T12:50:10.385Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26662026-05-28T12:50:10.408Z Compiling papergrid v0.17.0
26672026-05-28T12:50:10.530Z Compiling testing_table v0.3.0
26682026-05-28T12:50:11.006Z Compiling vergen-gitcl v1.0.8
26692026-05-28T12:50:11.032Z Compiling dirs-sys-next v0.1.2
26702026-05-28T12:50:11.101Z Compiling crunchy v0.2.4
26712026-05-28T12:50:11.249Z Compiling hashbrown v0.12.3
26722026-05-28T12:50:11.302Z Compiling maplit v1.0.2
26732026-05-28T12:50:11.323Z Compiling diesel_derives v2.3.7
26742026-05-28T12:50:11.393Z Compiling glob v0.3.3
26752026-05-28T12:50:11.504Z Compiling dirs-next v2.0.0
26762026-05-28T12:50:11.586Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26772026-05-28T12:50:11.666Z Compiling tabled v0.20.0
26782026-05-28T12:50:11.774Z Compiling clang-sys v1.8.1
26792026-05-28T12:50:11.912Z Compiling serde-hex v0.1.0
26802026-05-28T12:50:12.168Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26812026-05-28T12:50:12.282Z Compiling ron v0.8.1
26822026-05-28T12:50:12.419Z Compiling hashbrown v0.13.2
26832026-05-28T12:50:12.443Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
26842026-05-28T12:50:13.047Z Compiling scheduled-thread-pool v0.2.7
26852026-05-28T12:50:13.072Z Compiling dsl_auto_type v0.2.0
26862026-05-28T12:50:13.643Z Compiling diesel_table_macro_syntax v0.3.0
26872026-05-28T12:50:13.666Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
26882026-05-28T12:50:13.802Z Compiling tiny-keccak v2.0.2
26892026-05-28T12:50:13.865Z Compiling crc-any v2.5.0
26902026-05-28T12:50:13.996Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
26912026-05-28T12:50:14.020Z Compiling r2d2 v0.8.10
26922026-05-28T12:50:14.077Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26932026-05-28T12:50:14.319Z Compiling object v0.30.4
26942026-05-28T12:50:14.644Z Compiling term v0.7.0
26952026-05-28T12:50:14.895Z Compiling downcast-rs v2.0.2
26962026-05-28T12:50:14.916Z Compiling path-slash v0.1.5
26972026-05-28T12:50:15.032Z Compiling bit-vec v0.6.3
26982026-05-28T12:50:15.112Z Compiling xshell-macros v0.2.7
26992026-05-28T12:50:15.285Z Compiling bit-set v0.5.3
27002026-05-28T12:50:15.516Z Compiling xshell v0.2.7
27012026-05-28T12:50:15.581Z Compiling ascii-canvas v3.0.0
27022026-05-28T12:50:16.113Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
27032026-05-28T12:50:16.137Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27042026-05-28T12:50:16.866Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27052026-05-28T12:50:17.348Z Compiling ena v0.14.4
27062026-05-28T12:50:17.630Z Compiling libloading v0.8.9
27072026-05-28T12:50:17.775Z Compiling diff v0.1.13
27082026-05-28T12:50:17.828Z Compiling crc8 v0.1.1
27092026-05-28T12:50:17.888Z Compiling regex-syntax v0.6.29
27102026-05-28T12:50:17.990Z Compiling bindgen v0.71.1
27112026-05-28T12:50:18.028Z Compiling unicase v2.9.0
27122026-05-28T12:50:18.342Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27132026-05-28T12:50:18.372Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27142026-05-28T12:50:18.575Z Compiling diesel v2.3.7
27152026-05-28T12:50:19.200Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27162026-05-28T12:50:19.471Z Compiling lalrpop v0.19.12
27172026-05-28T12:50:19.637Z Compiling cexpr v0.6.0
27182026-05-28T12:50:19.741Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27192026-05-28T12:50:19.803Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27202026-05-28T12:50:19.874Z Compiling rustc-hash v2.1.1
27212026-05-28T12:50:20.051Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27222026-05-28T12:50:20.102Z Compiling headers-core v0.3.0
27232026-05-28T12:50:20.211Z Compiling libxml v0.3.3
27242026-05-28T12:50:20.269Z Compiling headers v0.4.1
27252026-05-28T12:50:20.303Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27262026-05-28T12:50:20.483Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
27272026-05-28T12:50:20.755Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
27282026-05-28T12:50:21.391Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27292026-05-28T12:50:21.537Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27302026-05-28T12:50:21.860Z Compiling git-stub v1.0.0
27312026-05-28T12:50:22.016Z Compiling strum_macros v0.24.3
27322026-05-28T12:50:22.042Z Compiling indoc v1.0.9
27332026-05-28T12:50:22.057Z Compiling git-stub-vcs v0.1.0
27342026-05-28T12:50:22.303Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27352026-05-28T12:50:22.479Z Compiling derive_builder v0.20.2
27362026-05-28T12:50:22.504Z Compiling oso-derive v0.27.3
27372026-05-28T12:50:22.577Z Compiling quick-xml v0.37.5
27382026-05-28T12:50:22.665Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
27392026-05-28T12:50:23.025Z Compiling impl-trait-for-tuples v0.2.3
27402026-05-28T12:50:23.287Z Compiling openssl-probe v0.1.6
27412026-05-28T12:50:23.373Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27422026-05-28T12:50:23.614Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27432026-05-28T12:50:23.955Z Compiling half v1.8.3
27442026-05-28T12:50:24.033Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27452026-05-28T12:50:24.086Z Compiling bb8 v0.8.6
27462026-05-28T12:50:24.273Z Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605)
27472026-05-28T12:50:24.339Z Compiling serde_cbor v0.11.2
27482026-05-28T12:50:24.449Z Compiling trait-variant v0.1.2
27492026-05-28T12:50:24.511Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27502026-05-28T12:50:24.636Z Compiling samael v0.0.19
27512026-05-28T12:50:24.981Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27522026-05-28T12:50:25.235Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605)
27532026-05-28T12:50:25.326Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27542026-05-28T12:50:25.657Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27552026-05-28T12:50:25.684Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27562026-05-28T12:50:25.965Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27572026-05-28T12:50:26.003Z Compiling typify-impl v0.4.3
27582026-05-28T12:50:26.779Z Compiling fxhash v0.2.1
27592026-05-28T12:50:26.934Z Compiling libz-sys v1.1.24
27602026-05-28T12:50:26.958Z Compiling polar-core v0.27.3
27612026-05-28T12:50:26.982Z Compiling nonempty v0.12.0
27622026-05-28T12:50:27.220Z Compiling salty v0.3.0
27632026-05-28T12:50:27.441Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27642026-05-28T12:50:27.541Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
27652026-05-28T12:50:27.688Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27662026-05-28T12:50:28.426Z Compiling kstat-rs v0.2.4
27672026-05-28T12:50:28.920Z Compiling arc-swap v1.8.2
27682026-05-28T12:50:29.322Z Compiling fs-err v2.11.0
27692026-05-28T12:50:29.439Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27702026-05-28T12:50:29.510Z Compiling typify-macro v0.4.3
27712026-05-28T12:50:29.646Z Compiling mime_guess v2.0.5
27722026-05-28T12:50:29.715Z Compiling slog-scope v4.4.1
27732026-05-28T12:50:29.784Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=90efdc6cf618523320bc403f1b9484dbd7f762be#90efdc6c)
27742026-05-28T12:50:29.879Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27752026-05-28T12:50:30.166Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27762026-05-28T12:50:30.856Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27772026-05-28T12:50:30.873Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27782026-05-28T12:50:31.046Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27792026-05-28T12:50:31.228Z Compiling nanorand v0.7.0
27802026-05-28T12:50:31.378Z Compiling darling_core v0.23.0
27812026-05-28T12:50:31.652Z Compiling libgit2-sys v0.18.3+1.9.2
27822026-05-28T12:50:32.060Z Compiling parking_lot_core v0.8.6
27832026-05-28T12:50:32.390Z Compiling flume v0.11.1
27842026-05-28T12:50:32.849Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27852026-05-28T12:50:33.577Z Compiling darling_macro v0.23.0
27862026-05-28T12:50:33.743Z Compiling slog-stdlog v4.1.1
27872026-05-28T12:50:34.216Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27882026-05-28T12:50:34.250Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27892026-05-28T12:50:34.351Z Compiling primeorder v0.13.6
27902026-05-28T12:50:34.689Z Compiling atty v0.2.14
27912026-05-28T12:50:34.852Z Compiling instability v0.3.11
27922026-05-28T12:50:35.089Z Compiling parse-size v1.1.0
27932026-05-28T12:50:35.323Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27942026-05-28T12:50:35.418Z Compiling http-range v0.1.5
27952026-05-28T12:50:35.442Z Compiling strsim v0.10.0
27962026-05-28T12:50:35.601Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27972026-05-28T12:50:35.762Z Compiling oso v0.27.3
27982026-05-28T12:50:39.308Z Compiling diesel-dtrace v0.5.0
27992026-05-28T12:50:39.634Z Compiling async-bb8-diesel v0.2.1
28002026-05-28T12:50:40.084Z Compiling darling_core v0.13.4
28012026-05-28T12:50:40.288Z Compiling p384 v0.13.1
28022026-05-28T12:50:40.474Z Compiling darling v0.23.0
28032026-05-28T12:50:40.539Z Compiling slog-envlogger v2.2.0
28042026-05-28T12:50:41.761Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28052026-05-28T12:50:42.143Z Compiling typify v0.4.3
28062026-05-28T12:50:42.241Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605)
28072026-05-28T12:50:46.181Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28082026-05-28T12:50:46.181Z Compiling ignore v0.4.25
28092026-05-28T12:50:46.181Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28102026-05-28T12:50:46.181Z Compiling vergen-git2 v9.1.0
28112026-05-28T12:50:46.181Z Compiling castaway v0.2.4
28122026-05-28T12:50:46.181Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28132026-05-28T12:50:46.182Z Compiling indoc v2.0.7
28142026-05-28T12:50:46.182Z Compiling compact_str v0.8.1
28152026-05-28T12:50:46.182Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
28162026-05-28T12:50:46.182Z Compiling globwalk v0.9.1
28172026-05-28T12:50:46.182Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28182026-05-28T12:50:46.182Z Compiling progenitor-impl v0.11.2
28192026-05-28T12:50:46.182Z Compiling parking_lot v0.11.2
28202026-05-28T12:50:46.182Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28212026-05-28T12:50:46.358Z Compiling darling_macro v0.13.4
28222026-05-28T12:50:46.403Z Compiling hyper-staticfile v0.10.1
28232026-05-28T12:50:47.206Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28242026-05-28T12:50:47.577Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28252026-05-28T12:50:47.623Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28262026-05-28T12:50:47.665Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28272026-05-28T12:50:47.908Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28282026-05-28T12:50:47.999Z Compiling unicode-truncate v1.1.0
28292026-05-28T12:50:48.108Z Compiling predicates-tree v1.0.13
28302026-05-28T12:50:48.220Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28312026-05-28T12:50:48.354Z Compiling lru v0.12.5
28322026-05-28T12:50:48.463Z Compiling rand_seeder v0.4.0
28332026-05-28T12:50:48.489Z Compiling prefix-trie v0.7.0
28342026-05-28T12:50:48.587Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28352026-05-28T12:50:48.610Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28362026-05-28T12:50:48.723Z Compiling rustls v0.21.12
28372026-05-28T12:50:48.874Z Compiling illumos-nvpair-sys v0.2.0
28382026-05-28T12:50:48.955Z Compiling cassowary v0.3.0
28392026-05-28T12:50:48.980Z Compiling corncobs v0.1.4
28402026-05-28T12:50:49.145Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28412026-05-28T12:50:49.169Z Compiling hickory-server v0.25.2
28422026-05-28T12:50:49.271Z Compiling ratatui v0.29.0
28432026-05-28T12:50:49.562Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28442026-05-28T12:50:49.788Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28452026-05-28T12:50:49.898Z Compiling camino-tempfile-ext v0.3.3
28462026-05-28T12:50:50.048Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28472026-05-28T12:50:50.541Z Compiling progenitor-macro v0.11.2
28482026-05-28T12:50:50.566Z Compiling darling v0.13.4
28492026-05-28T12:50:50.727Z Compiling sled v0.34.7
28502026-05-28T12:50:53.439Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28512026-05-28T12:50:54.244Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28522026-05-28T12:50:54.401Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28532026-05-28T12:50:54.599Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28542026-05-28T12:50:55.124Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28552026-05-28T12:50:57.411Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28562026-05-28T12:50:57.702Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28572026-05-28T12:50:57.865Z Compiling git2 v0.20.4
28582026-05-28T12:50:58.069Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28592026-05-28T12:51:00.939Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28602026-05-28T12:51:00.963Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28612026-05-28T12:51:01.040Z Compiling progenitor-client v0.11.2
28622026-05-28T12:51:01.194Z Compiling rustls-webpki v0.101.7
28632026-05-28T12:51:01.219Z Compiling sct v0.7.1
28642026-05-28T12:51:01.219Z Compiling secrecy v0.8.0
28652026-05-28T12:51:01.270Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28662026-05-28T12:51:01.360Z Compiling progenitor v0.11.2
28672026-05-28T12:51:01.537Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28682026-05-28T12:51:01.591Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28692026-05-28T12:51:01.617Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28702026-05-28T12:51:02.298Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28712026-05-28T12:51:02.363Z Compiling serde_with_macros v1.5.2
28722026-05-28T12:51:02.898Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28732026-05-28T12:51:03.202Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28742026-05-28T12:51:04.586Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28752026-05-28T12:51:04.720Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28762026-05-28T12:51:05.649Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28772026-05-28T12:51:05.882Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28782026-05-28T12:51:06.131Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28792026-05-28T12:51:06.418Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28802026-05-28T12:51:06.657Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28812026-05-28T12:51:06.904Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28822026-05-28T12:51:06.930Z Compiling void v1.0.2
28832026-05-28T12:51:07.177Z Compiling lzss v0.8.2
28842026-05-28T12:51:07.615Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28852026-05-28T12:51:07.639Z Compiling illumos-nvpair v0.3.0
28862026-05-28T12:51:08.151Z Compiling tokio-rustls v0.24.1
28872026-05-28T12:51:08.297Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28882026-05-28T12:51:08.368Z Compiling serde_with v1.14.0
28892026-05-28T12:51:09.251Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28902026-05-28T12:51:09.557Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28912026-05-28T12:51:10.415Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28922026-05-28T12:51:10.715Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28932026-05-28T12:51:10.838Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28942026-05-28T12:51:11.668Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28952026-05-28T12:51:11.971Z Compiling tungstenite v0.23.0
28962026-05-28T12:51:12.153Z Compiling rustls-pemfile v1.0.4
28972026-05-28T12:51:12.440Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28982026-05-28T12:51:12.603Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28992026-05-28T12:51:12.849Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29002026-05-28T12:51:12.895Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
29012026-05-28T12:51:13.117Z Compiling nix v0.27.1
29022026-05-28T12:51:14.386Z Compiling twox-hash v2.1.2
29032026-05-28T12:51:14.427Z Compiling serde_bytes v0.11.19
29042026-05-28T12:51:14.643Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29052026-05-28T12:51:14.733Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
29062026-05-28T12:51:14.888Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29072026-05-28T12:51:15.133Z Compiling tokio-tungstenite v0.23.1
29082026-05-28T12:51:15.535Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29092026-05-28T12:51:16.192Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29102026-05-28T12:51:17.776Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29112026-05-28T12:51:18.887Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29122026-05-28T12:51:19.635Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29132026-05-28T12:51:20.256Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29142026-05-28T12:51:20.281Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29152026-05-28T12:51:20.333Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29162026-05-28T12:51:20.474Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29172026-05-28T12:51:20.527Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29182026-05-28T12:51:20.724Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29192026-05-28T12:51:21.157Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
29202026-05-28T12:51:21.421Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29212026-05-28T12:51:21.692Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29222026-05-28T12:51:22.689Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29232026-05-28T12:51:23.128Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29242026-05-28T12:51:25.031Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29252026-05-28T12:51:25.767Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29262026-05-28T12:51:25.823Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29272026-05-28T12:51:25.935Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
29282026-05-28T12:51:27.081Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29292026-05-28T12:51:27.837Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29302026-05-28T12:51:28.069Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29312026-05-28T12:51:28.426Z Compiling signal-hook-tokio v0.3.1
29322026-05-28T12:51:28.455Z Compiling fatfs v0.3.6
29332026-05-28T12:51:28.562Z Compiling yasna v0.5.2
29342026-05-28T12:51:28.636Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29352026-05-28T12:51:28.998Z Compiling seq-macro v0.3.6
29362026-05-28T12:51:29.140Z Compiling assert_matches v1.5.0
29372026-05-28T12:51:29.262Z Compiling is_ci v1.2.0
29382026-05-28T12:51:29.306Z Compiling rcgen v0.12.1
29392026-05-28T12:51:29.486Z Compiling supports-color v3.0.2
29402026-05-28T12:51:29.509Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29412026-05-28T12:51:29.668Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29422026-05-28T12:51:29.862Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29432026-05-28T12:51:30.084Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29442026-05-28T12:51:30.331Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29452026-05-28T12:51:30.598Z Compiling rtoolbox v0.0.3
29462026-05-28T12:51:30.893Z Compiling subprocess v0.2.15
29472026-05-28T12:51:32.328Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29482026-05-28T12:51:33.102Z Compiling rpassword v7.4.0
29492026-05-28T12:51:33.480Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29502026-05-28T12:51:33.637Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29512026-05-28T12:51:33.716Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29522026-05-28T12:51:34.842Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29532026-05-28T12:51:34.990Z Compiling tui-tree-widget v0.23.1
29542026-05-28T12:51:35.289Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29552026-05-28T12:51:36.229Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29562026-05-28T12:51:36.780Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29572026-05-28T12:51:37.651Z Compiling uzers v0.12.2
29582026-05-28T12:51:38.891Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29592026-05-28T12:51:39.117Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29602026-05-28T12:51:39.928Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29612026-05-28T12:51:40.167Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29622026-05-28T12:51:42.651Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29632026-05-28T12:51:44.885Z Compiling support-bundle-viewer v0.1.2
29642026-05-28T12:51:46.831Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29652026-05-28T12:51:51.015Z Compiling multimap v0.10.1
29662026-05-28T12:51:59.194Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29672026-05-28T12:52:05.173Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29682026-05-28T12:52:06.224Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29692026-05-28T12:52:09.488Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29702026-05-28T12:58:22.216Z Finished `release` profile [optimized] target(s) in 8m 52s
29712026-05-28T12:59:08.881Z
29722026-05-28T12:59:08.881Zreal 9:40.413240611
29732026-05-28T12:59:08.881Zuser 1:24:57.520817254
29742026-05-28T12:59:08.881Zsys 3:57.616836973
29752026-05-28T12:59:08.885Ztrap 1.887457081
29762026-05-28T12:59:08.885Ztflt 3.918680596
29772026-05-28T12:59:08.885Zdflt 19.729172051
29782026-05-28T12:59:08.885Zkflt 0.074979148
29792026-05-28T12:59:08.885Zlock 7:21:32.197663736
29802026-05-28T12:59:08.885Zslp 2:31:16.682684031
29812026-05-28T12:59:08.885Zlat 2:53.698450301
29822026-05-28T12:59:08.885Zstop 6:12.075153779
29832026-05-28T12:59:08.885Z+ mapfile -t packages
29842026-05-28T12:59:08.885Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29852026-05-28T12:59:09.888Z Finished `release` profile [optimized] target(s) in 0.99s
29862026-05-28T12:59:09.973Z Running `target/release/omicron-package -t test list-outputs`
29872026-05-28T12:59:10.036ZLogging to: /work/oxidecomputer/omicron/out/LOG
29882026-05-28T12:59:10.039Z+ ptime -m cargo build --locked --release -p xtask
29892026-05-28T12:59:10.604Z Compiling libc v0.2.185
29902026-05-28T12:59:10.604Z Compiling serde v1.0.228
29912026-05-28T12:59:10.604Z Compiling serde_core v1.0.228
29922026-05-28T12:59:10.607Z Compiling rustix v1.1.3
29932026-05-28T12:59:10.607Z Compiling bitflags v2.11.0
29942026-05-28T12:59:10.608Z Compiling serde_json v1.0.149
29952026-05-28T12:59:10.608Z Compiling num-traits v0.2.19
29962026-05-28T12:59:10.710Z Compiling syn v2.0.117
29972026-05-28T12:59:10.763Z Compiling smallvec v1.15.1
29982026-05-28T12:59:10.775Z Compiling indexmap v2.14.0
29992026-05-28T12:59:10.799Z Compiling usdt-impl v0.5.0
30002026-05-28T12:59:10.823Z Compiling syn v1.0.109
30012026-05-28T12:59:10.836Z Compiling getrandom v0.4.1
30022026-05-28T12:59:10.848Z Compiling percent-encoding v2.3.2
30032026-05-28T12:59:10.988Z Compiling log v0.4.29
30042026-05-28T12:59:11.050Z Compiling form_urlencoded v1.2.2
30052026-05-28T12:59:11.264Z Compiling fs-err v3.3.0
30062026-05-28T12:59:11.267Z Compiling heck v0.4.1
30072026-05-28T12:59:11.278Z Compiling once_cell v1.21.3
30082026-05-28T12:59:11.304Z Compiling anyhow v1.0.102
30092026-05-28T12:59:11.512Z Compiling errno v0.3.14
30102026-05-28T12:59:11.515Z Compiling thread-id v4.2.2
30112026-05-28T12:59:11.559Z Compiling memmap v0.7.0
30122026-05-28T12:59:11.768Z Compiling ordered-float v2.10.1
30132026-05-28T12:59:12.313Z Compiling proc-macro-error v1.0.4
30142026-05-28T12:59:12.517Z Compiling terminal_size v0.4.3
30152026-05-28T12:59:12.517Z Compiling tempfile v3.25.0
30162026-05-28T12:59:12.562Z Compiling tabled_derive v0.7.0
30172026-05-28T12:59:12.627Z Compiling clap_builder v4.6.0
30182026-05-28T12:59:12.627Z Compiling textwrap v0.16.2
30192026-05-28T12:59:12.741Z Compiling camino-tempfile v1.4.1
30202026-05-28T12:59:13.238Z Compiling tabled v0.15.0
30212026-05-28T12:59:13.275Z Compiling synstructure v0.13.2
30222026-05-28T12:59:13.275Z Compiling pest_generator v2.8.6
30232026-05-28T12:59:13.665Z Compiling serde_derive v1.0.228
30242026-05-28T12:59:13.668Z Compiling zerofrom-derive v0.1.6
30252026-05-28T12:59:13.669Z Compiling yoke-derive v0.8.1
30262026-05-28T12:59:13.669Z Compiling zerovec-derive v0.11.2
30272026-05-28T12:59:13.669Z Compiling displaydoc v0.2.5
30282026-05-28T12:59:13.669Z Compiling thiserror-impl v1.0.69
30292026-05-28T12:59:13.669Z Compiling zerocopy-derive v0.7.35
30302026-05-28T12:59:13.669Z Compiling scroll_derive v0.12.1
30312026-05-28T12:59:13.669Z Compiling thiserror-impl v2.0.18
30322026-05-28T12:59:13.669Z Compiling clap_derive v4.6.1
30332026-05-28T12:59:13.821Z Compiling pest_derive v2.8.6
30342026-05-28T12:59:14.446Z Compiling scroll v0.12.0
30352026-05-28T12:59:14.503Z Compiling zerocopy v0.7.35
30362026-05-28T12:59:14.765Z Compiling zerofrom v0.1.6
30372026-05-28T12:59:14.779Z Compiling goblin v0.8.2
30382026-05-28T12:59:14.871Z Compiling thiserror v1.0.69
30392026-05-28T12:59:14.922Z Compiling yoke v0.8.1
30402026-05-28T12:59:14.991Z Compiling dtrace-parser v0.2.0
30412026-05-28T12:59:15.010Z Compiling thiserror v2.0.18
30422026-05-28T12:59:15.142Z Compiling zerovec v0.11.5
30432026-05-28T12:59:15.155Z Compiling zerotrie v0.2.3
30442026-05-28T12:59:15.389Z Compiling clap v4.6.1
30452026-05-28T12:59:15.758Z Compiling tinystr v0.8.2
30462026-05-28T12:59:16.000Z Compiling icu_locale_core v2.1.1
30472026-05-28T12:59:16.134Z Compiling potential_utf v0.1.4
30482026-05-28T12:59:16.364Z Compiling icu_collections v2.1.1
30492026-05-28T12:59:16.983Z Compiling icu_provider v2.1.1
30502026-05-28T12:59:17.161Z Compiling serde_spanned v0.6.9
30512026-05-28T12:59:17.193Z Compiling toml_datetime v0.6.11
30522026-05-28T12:59:17.357Z Compiling icu_normalizer v2.1.1
30532026-05-28T12:59:17.426Z Compiling icu_properties v2.1.2
30542026-05-28T12:59:17.484Z Compiling toml_edit v0.22.27
30552026-05-28T12:59:17.616Z Compiling dof v0.3.0
30562026-05-28T12:59:17.676Z Compiling serde_tokenstream v0.2.3
30572026-05-28T12:59:17.717Z Compiling serde-value v0.7.0
30582026-05-28T12:59:17.742Z Compiling cargo-platform v0.2.0
30592026-05-28T12:59:17.769Z Compiling macaddr v1.0.1
30602026-05-28T12:59:18.309Z Compiling idna_adapter v1.2.1
30612026-05-28T12:59:18.430Z Compiling idna v1.1.0
30622026-05-28T12:59:18.527Z Compiling usdt-macro v0.5.0
30632026-05-28T12:59:18.631Z Compiling usdt-attr-macro v0.5.0
30642026-05-28T12:59:18.820Z Compiling url v2.5.8
30652026-05-28T12:59:19.052Z Compiling toml v0.8.23
30662026-05-28T12:59:19.278Z Compiling usdt v0.5.0
30672026-05-28T12:59:19.506Z Compiling cargo-util-schemas v0.8.2
30682026-05-28T12:59:19.536Z Compiling cargo_toml v0.21.0
30692026-05-28T12:59:20.537Z Compiling cargo_metadata v0.21.0
30702026-05-28T12:59:23.690Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30712026-05-28T12:59:26.710Z Finished `release` profile [optimized] target(s) in 16.65s
30722026-05-28T12:59:26.845Z
30732026-05-28T12:59:26.845Zreal 16.766812205
30742026-05-28T12:59:26.845Zuser 2:22.729196437
30752026-05-28T12:59:26.845Zsys 17.034505524
30762026-05-28T12:59:26.845Ztrap 0.096183512
30772026-05-28T12:59:26.845Ztflt 0.593684528
30782026-05-28T12:59:26.845Zdflt 1.494747554
30792026-05-28T12:59:26.845Zkflt 0.000022660
30802026-05-28T12:59:26.848Zlock 5:19.213436283
30812026-05-28T12:59:26.848Zslp 3:24.837718695
30822026-05-28T12:59:26.848Zlat 7.263743704
30832026-05-28T12:59:26.848Zstop 21.694434982
30842026-05-28T12:59:26.848Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30852026-05-28T12:59:26.848Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30862026-05-28T12:59:26.848Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30872026-05-28T12:59:26.848Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30882026-05-28T12:59:26.848Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30892026-05-28T12:59:27.906Z Compiling newtype-uuid-macros v0.1.0
30902026-05-28T12:59:27.909Z Compiling debug-ignore v1.0.5
30912026-05-28T12:59:27.909Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30922026-05-28T12:59:27.909Z Compiling rustls v0.22.4
30932026-05-28T12:59:27.909Z Compiling rustls-webpki v0.102.8
30942026-05-28T12:59:27.909Z Compiling structmeta-derive v0.3.0
30952026-05-28T12:59:27.909Z Compiling multer v3.1.0
30962026-05-28T12:59:27.909Z Compiling compression-core v0.4.31
30972026-05-28T12:59:27.909Z Compiling match_cfg v0.1.0
30982026-05-28T12:59:27.909Z Compiling progenitor-client v0.14.0
30992026-05-28T12:59:27.909Z Compiling slog-json v2.6.1
31002026-05-28T12:59:28.069Z Compiling async-stream-impl v0.3.6
31012026-05-28T12:59:28.072Z Compiling serde_spanned v1.0.4
31022026-05-28T12:59:28.189Z Compiling toml_datetime v1.0.0+spec-1.1.0
31032026-05-28T12:59:28.226Z Compiling hostname v0.3.1
31042026-05-28T12:59:28.229Z Compiling compression-codecs v0.4.37
31052026-05-28T12:59:28.242Z Compiling dropshot v0.17.0
31062026-05-28T12:59:28.258Z Compiling toml_writer v1.0.6+spec-1.1.0
31072026-05-28T12:59:28.278Z Compiling waitgroup v0.1.2
31082026-05-28T12:59:28.351Z Compiling rustls-pemfile v2.2.0
31092026-05-28T12:59:28.408Z Compiling slog-bunyan v2.5.0
31102026-05-28T12:59:28.488Z Compiling toml v1.0.6+spec-1.1.0
31112026-05-28T12:59:28.491Z Compiling dropshot_endpoint v0.17.0
31122026-05-28T12:59:28.544Z Compiling async-compression v0.4.41
31132026-05-28T12:59:28.580Z Compiling serde_path_to_error v0.1.20
31142026-05-28T12:59:28.580Z Compiling hostname v0.4.2
31152026-05-28T12:59:28.583Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31162026-05-28T12:59:28.583Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
31172026-05-28T12:59:28.631Z Compiling itertools v0.14.0
31182026-05-28T12:59:28.663Z Compiling regress v0.10.5
31192026-05-28T12:59:28.700Z Compiling macaddr v1.0.1
31202026-05-28T12:59:28.761Z Compiling async-stream v0.3.6
31212026-05-28T12:59:28.793Z Compiling instant v0.1.13
31222026-05-28T12:59:28.819Z Compiling progenitor-client v0.13.0
31232026-05-28T12:59:28.904Z Compiling backon v1.6.0
31242026-05-28T12:59:28.928Z Compiling backoff v0.4.0
31252026-05-28T12:59:28.953Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31262026-05-28T12:59:28.973Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
31272026-05-28T12:59:28.976Z Compiling humantime v2.3.0
31282026-05-28T12:59:28.992Z Compiling convert_case v0.4.0
31292026-05-28T12:59:29.032Z Compiling secrecy v0.10.3
31302026-05-28T12:59:29.035Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31312026-05-28T12:59:29.131Z Compiling progenitor-extras v0.2.0
31322026-05-28T12:59:29.155Z Compiling universal-hash v0.5.1
31332026-05-28T12:59:29.176Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31342026-05-28T12:59:29.179Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31352026-05-28T12:59:29.214Z Compiling structmeta v0.3.0
31362026-05-28T12:59:29.216Z Compiling opaque-debug v0.3.1
31372026-05-28T12:59:29.250Z Compiling crucible-workspace-hack v0.1.0
31382026-05-28T12:59:29.285Z Compiling half v2.7.1
31392026-05-28T12:59:29.314Z Compiling ciborium-io v0.2.2
31402026-05-28T12:59:29.332Z Compiling aead v0.5.2
31412026-05-28T12:59:29.399Z Compiling poly1305 v0.8.0
31422026-05-28T12:59:29.418Z Compiling chacha20 v0.9.1
31432026-05-28T12:59:29.437Z Compiling derive_more v0.99.20
31442026-05-28T12:59:29.440Z Compiling byte-wrapper v0.1.0
31452026-05-28T12:59:29.476Z Compiling derive-ex v0.1.8
31462026-05-28T12:59:29.516Z Compiling parse-display-derive v0.10.0
31472026-05-28T12:59:29.567Z Compiling ciborium-ll v0.2.2
31482026-05-28T12:59:29.615Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31492026-05-28T12:59:29.633Z Compiling regress v0.11.1
31502026-05-28T12:59:29.702Z Compiling thiserror-impl-no-std v2.0.2
31512026-05-28T12:59:29.811Z Compiling ciborium v0.2.2
31522026-05-28T12:59:29.831Z Compiling blake2 v0.10.6
31532026-05-28T12:59:29.834Z Compiling password-hash v0.5.0
31542026-05-28T12:59:29.870Z Compiling unsafe-libyaml v0.2.11
31552026-05-28T12:59:29.905Z Compiling chacha20poly1305 v0.10.1
31562026-05-28T12:59:29.932Z Compiling indent_write v2.2.0
31572026-05-28T12:59:30.082Z Compiling toml_datetime v0.7.5+spec-1.1.0
31582026-05-28T12:59:30.101Z Compiling num-rational v0.4.2
31592026-05-28T12:59:30.185Z Compiling argon2 v0.5.3
31602026-05-28T12:59:30.293Z Compiling toml_edit v0.23.10+spec-1.0.0
31612026-05-28T12:59:30.321Z Compiling num-complex v0.4.6
31622026-05-28T12:59:30.324Z Compiling heapless v0.8.0
31632026-05-28T12:59:30.363Z Compiling ingot-macros v0.1.1
31642026-05-28T12:59:30.412Z Compiling serde_yaml v0.9.34+deprecated
31652026-05-28T12:59:30.430Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31662026-05-28T12:59:30.650Z Compiling tokio-rustls v0.25.0
31672026-05-28T12:59:30.708Z Compiling num v0.4.3
31682026-05-28T12:59:30.740Z Compiling atomicwrites v0.4.4
31692026-05-28T12:59:30.806Z Compiling camino-tempfile v1.4.1
31702026-05-28T12:59:30.826Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
31712026-05-28T12:59:30.914Z Compiling proc-macro-crate v3.4.0
31722026-05-28T12:59:30.951Z Compiling thiserror-no-std v2.0.2
31732026-05-28T12:59:30.968Z Compiling hash32 v0.3.1
31742026-05-28T12:59:31.072Z Compiling vsss-rs v3.3.4
31752026-05-28T12:59:31.091Z Compiling float-ord v0.3.2
31762026-05-28T12:59:31.160Z Compiling smoltcp v0.11.0
31772026-05-28T12:59:31.183Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31782026-05-28T12:59:31.246Z Compiling typify-impl v0.6.2
31792026-05-28T12:59:31.279Z Compiling test-strategy v0.4.5
31802026-05-28T12:59:31.308Z Compiling parse-display v0.10.0
31812026-05-28T12:59:31.426Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
31822026-05-28T12:59:31.478Z Compiling tabwriter v1.4.1
31832026-05-28T12:59:31.563Z Compiling num_enum_derive v0.7.6
31842026-05-28T12:59:31.617Z Compiling cobs v0.3.0
31852026-05-28T12:59:31.700Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
31862026-05-28T12:59:31.742Z Compiling proc-macro-error v1.0.4
31872026-05-28T12:59:31.896Z Compiling postcard v1.1.3
31882026-05-28T12:59:31.915Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31892026-05-28T12:59:31.961Z Compiling proc-macro-crate v1.3.1
31902026-05-28T12:59:31.979Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31912026-05-28T12:59:32.080Z Compiling foreign-types-macros v0.2.3
31922026-05-28T12:59:32.102Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31932026-05-28T12:59:32.121Z Compiling cpufeatures v0.3.0
31942026-05-28T12:59:32.228Z Compiling colored v3.1.1
31952026-05-28T12:59:32.279Z Compiling rayon-core v1.13.0
31962026-05-28T12:59:32.306Z Compiling foreign-types-shared v0.3.1
31972026-05-28T12:59:32.403Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31982026-05-28T12:59:32.424Z Compiling num_enum_derive v0.5.11
31992026-05-28T12:59:32.442Z Compiling chacha20 v0.10.0
32002026-05-28T12:59:32.678Z Compiling crossbeam-deque v0.8.6
32012026-05-28T12:59:32.699Z Compiling num_enum v0.7.6
32022026-05-28T12:59:32.742Z Compiling foreign-types v0.5.0
32032026-05-28T12:59:32.763Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32042026-05-28T12:59:32.784Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32052026-05-28T12:59:32.806Z Compiling cstr-argument v0.1.2
32062026-05-28T12:59:32.846Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#201992c3)
32072026-05-28T12:59:32.893Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
32082026-05-28T12:59:32.911Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#37a4abfd)
32092026-05-28T12:59:32.995Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32102026-05-28T12:59:33.043Z Compiling rand v0.10.1
32112026-05-28T12:59:33.094Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32122026-05-28T12:59:33.158Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
32132026-05-28T12:59:33.286Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32142026-05-28T12:59:33.289Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32152026-05-28T12:59:33.326Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299)
32162026-05-28T12:59:33.329Z Compiling winnow v1.0.3
32172026-05-28T12:59:33.388Z Compiling ingot-types v0.1.2
32182026-05-28T12:59:33.446Z Compiling rayon v1.11.0
32192026-05-28T12:59:33.510Z Compiling zone_cfg_derive v0.3.1
32202026-05-28T12:59:33.567Z Compiling num_enum v0.5.11
32212026-05-28T12:59:33.570Z Compiling toml v0.8.23
32222026-05-28T12:59:33.607Z Compiling itertools v0.12.1
32232026-05-28T12:59:33.630Z Compiling num-derive v0.4.2
32242026-05-28T12:59:33.708Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32252026-05-28T12:59:33.727Z Compiling sigpipe v0.1.3
32262026-05-28T12:59:33.727Z Compiling glob v0.3.3
32272026-05-28T12:59:33.840Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32282026-05-28T12:59:33.861Z Compiling ingot v0.1.1
32292026-05-28T12:59:33.993Z Compiling smf v0.2.3
32302026-05-28T12:59:34.049Z Compiling whoami v1.6.1
32312026-05-28T12:59:34.171Z Compiling prettyplease v0.2.37
32322026-05-28T12:59:34.207Z Compiling usdt-attr-macro v0.5.0
32332026-05-28T12:59:34.268Z Compiling usdt-macro v0.5.0
32342026-05-28T12:59:34.272Z Compiling gethostname v0.5.0
32352026-05-28T12:59:34.375Z Compiling derive-where v1.6.0
32362026-05-28T12:59:34.440Z Compiling memmap v0.7.0
32372026-05-28T12:59:34.477Z Compiling resolv-conf v0.7.6
32382026-05-28T12:59:34.546Z Compiling console v0.15.11
32392026-05-28T12:59:34.623Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
32402026-05-28T12:59:34.656Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32412026-05-28T12:59:34.866Z Compiling zone v0.3.1
32422026-05-28T12:59:34.885Z Compiling newline-converter v0.3.0
32432026-05-28T12:59:35.030Z Compiling cancel-safe-futures v0.1.5
32442026-05-28T12:59:35.049Z Compiling owo-colors v4.3.0
32452026-05-28T12:59:35.071Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32462026-05-28T12:59:35.090Z Compiling expectorate v1.2.0
32472026-05-28T12:59:35.110Z Compiling usdt v0.5.0
32482026-05-28T12:59:35.168Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32492026-05-28T12:59:35.251Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32502026-05-28T12:59:35.294Z Compiling libsw-core v0.3.2
32512026-05-28T12:59:35.438Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32522026-05-28T12:59:35.500Z Compiling libsw v3.5.0
32532026-05-28T12:59:35.581Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32542026-05-28T12:59:35.620Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32552026-05-28T12:59:35.661Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32562026-05-28T12:59:35.678Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32572026-05-28T12:59:35.700Z Compiling hickory-proto v0.24.4
32582026-05-28T12:59:35.723Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
32592026-05-28T12:59:35.743Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32602026-05-28T12:59:35.762Z Compiling linked-hash-map v0.5.6
32612026-05-28T12:59:35.795Z Compiling linear-map v1.2.0
32622026-05-28T12:59:35.835Z Compiling minimal-lexical v0.2.1
32632026-05-28T12:59:35.901Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
32642026-05-28T12:59:35.920Z Compiling typify-macro v0.6.2
32652026-05-28T12:59:35.955Z Compiling lru-cache v0.1.2
32662026-05-28T12:59:35.991Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32672026-05-28T12:59:36.013Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32682026-05-28T12:59:36.033Z Compiling tokio-dtrace v0.1.1
32692026-05-28T12:59:36.117Z Compiling nom v7.1.3
32702026-05-28T12:59:36.140Z Compiling csv-core v0.1.13
32712026-05-28T12:59:36.172Z Compiling slog-dtrace v0.3.0
32722026-05-28T12:59:36.259Z Compiling highway v1.3.0
32732026-05-28T12:59:36.313Z Compiling tagptr v0.2.0
32742026-05-28T12:59:36.339Z Compiling semver v0.1.20
32752026-05-28T12:59:36.500Z Compiling csv v1.4.0
32762026-05-28T12:59:36.546Z Compiling moka v0.12.13
32772026-05-28T12:59:36.566Z Compiling oxide-tokio-rt v0.1.4
32782026-05-28T12:59:36.699Z Compiling rustc_version v0.1.7
32792026-05-28T12:59:36.734Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32802026-05-28T12:59:36.753Z Compiling phf_shared v0.12.1
32812026-05-28T12:59:36.837Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32822026-05-28T12:59:36.891Z Compiling chrono-tz v0.10.4
32832026-05-28T12:59:36.966Z Compiling const_format_proc_macros v0.2.34
32842026-05-28T12:59:36.984Z Compiling newtype_derive v0.1.6
32852026-05-28T12:59:37.005Z Compiling phf v0.12.1
32862026-05-28T12:59:37.138Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32872026-05-28T12:59:37.283Z Compiling hickory-resolver v0.25.2
32882026-05-28T12:59:37.323Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32892026-05-28T12:59:37.369Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32902026-05-28T12:59:37.451Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
32912026-05-28T12:59:37.470Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32922026-05-28T12:59:37.579Z Compiling num-derive v0.3.3
32932026-05-28T12:59:37.631Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
32942026-05-28T12:59:37.724Z Compiling bcs v0.1.6
32952026-05-28T12:59:37.865Z Compiling const_format v0.2.35
32962026-05-28T12:59:37.884Z Compiling typify v0.6.2
32972026-05-28T12:59:37.919Z Compiling hickory-resolver v0.24.4
32982026-05-28T12:59:38.025Z Compiling progenitor-impl v0.14.0
32992026-05-28T12:59:38.081Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33002026-05-28T12:59:38.175Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
33012026-05-28T12:59:38.203Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33022026-05-28T12:59:38.229Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33032026-05-28T12:59:38.287Z Compiling progenitor-impl v0.13.0
33042026-05-28T12:59:38.547Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33052026-05-28T12:59:38.645Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33062026-05-28T12:59:39.077Z Compiling qorb v0.4.1
33072026-05-28T12:59:39.208Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33082026-05-28T12:59:39.322Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33092026-05-28T12:59:39.425Z Compiling termtree v0.5.1
33102026-05-28T12:59:39.578Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33112026-05-28T12:59:39.619Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33122026-05-28T12:59:39.637Z Compiling libscf-sys v1.1.0
33132026-05-28T12:59:39.842Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
33142026-05-28T12:59:39.890Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33152026-05-28T12:59:39.967Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33162026-05-28T12:59:40.123Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33172026-05-28T12:59:40.145Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33182026-05-28T12:59:40.250Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33192026-05-28T12:59:40.437Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33202026-05-28T12:59:40.475Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33212026-05-28T12:59:40.669Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33222026-05-28T12:59:40.767Z Compiling progenitor-macro v0.14.0
33232026-05-28T12:59:40.787Z Compiling tabled_derive v0.7.0
33242026-05-28T12:59:40.789Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33252026-05-28T12:59:40.940Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33262026-05-28T12:59:40.970Z Compiling textwrap v0.16.2
33272026-05-28T12:59:41.009Z Compiling progenitor-macro v0.13.0
33282026-05-28T12:59:41.143Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33292026-05-28T12:59:41.162Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33302026-05-28T12:59:41.402Z Compiling steno v0.4.1
33312026-05-28T12:59:41.425Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33322026-05-28T12:59:41.445Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33332026-05-28T12:59:41.523Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605)
33342026-05-28T12:59:41.543Z Compiling libefi-sys v0.1.0
33352026-05-28T12:59:41.568Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33362026-05-28T12:59:41.804Z Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33372026-05-28T12:59:41.856Z Compiling tabled v0.15.0
33382026-05-28T12:59:41.953Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33392026-05-28T12:59:42.000Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
33402026-05-28T12:59:42.126Z Compiling git-stub v1.0.0
33412026-05-28T12:59:42.233Z Compiling bitfield-struct v0.6.2
33422026-05-28T12:59:42.398Z Compiling nom v8.0.0
33432026-05-28T12:59:42.433Z Compiling git-stub-vcs v0.1.0
33442026-05-28T12:59:42.611Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33452026-05-28T12:59:42.858Z Compiling ddm-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605)
33462026-05-28T12:59:42.943Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33472026-05-28T12:59:43.117Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33482026-05-28T12:59:43.221Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
33492026-05-28T12:59:43.265Z Compiling dropshot-api-manager-types v0.7.2
33502026-05-28T12:59:43.329Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33512026-05-28T12:59:43.451Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33522026-05-28T12:59:43.626Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
33532026-05-28T12:59:43.646Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33542026-05-28T12:59:43.677Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33552026-05-28T12:59:43.700Z Compiling xshell-macros v0.2.7
33562026-05-28T12:59:43.884Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33572026-05-28T12:59:43.888Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33582026-05-28T12:59:43.998Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33592026-05-28T12:59:44.137Z Compiling xshell v0.2.7
33602026-05-28T12:59:44.290Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33612026-05-28T12:59:44.293Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33622026-05-28T12:59:44.416Z Compiling primeorder v0.13.6
33632026-05-28T12:59:44.624Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605)
33642026-05-28T12:59:44.699Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33652026-05-28T12:59:44.729Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33662026-05-28T12:59:44.748Z Compiling salty v0.3.0
33672026-05-28T12:59:44.892Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33682026-05-28T12:59:44.929Z Compiling radium v0.7.0
33692026-05-28T12:59:45.069Z Compiling base64 v0.21.7
33702026-05-28T12:59:45.177Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33712026-05-28T12:59:45.259Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33722026-05-28T12:59:45.484Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33732026-05-28T12:59:45.544Z Compiling p384 v0.13.1
33742026-05-28T12:59:45.570Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
33752026-05-28T12:59:45.590Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33762026-05-28T12:59:45.649Z Compiling typify-impl v0.4.3
33772026-05-28T12:59:45.719Z Compiling maybe-uninit v2.0.0
33782026-05-28T12:59:45.924Z Compiling progenitor v0.14.0
33792026-05-28T12:59:45.944Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33802026-05-28T12:59:46.054Z Compiling tap v1.0.1
33812026-05-28T12:59:46.096Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33822026-05-28T12:59:46.114Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33832026-05-28T12:59:46.182Z Compiling progenitor v0.13.0
33842026-05-28T12:59:46.199Z Compiling wyz v0.5.1
33852026-05-28T12:59:46.283Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33862026-05-28T12:59:46.373Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33872026-05-28T12:59:46.472Z Compiling proc-macro-error-attr2 v2.0.0
33882026-05-28T12:59:46.517Z Compiling utf-8 v0.7.6
33892026-05-28T12:59:46.608Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33902026-05-28T12:59:46.675Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33912026-05-28T12:59:46.705Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33922026-05-28T12:59:46.744Z Compiling funty v2.0.0
33932026-05-28T12:59:46.844Z Compiling packed_struct v0.10.1
33942026-05-28T12:59:46.912Z Compiling parking_lot_core v0.8.6
33952026-05-28T12:59:47.189Z Compiling bitvec v1.0.1
33962026-05-28T12:59:47.245Z Compiling proc-macro-error2 v2.0.1
33972026-05-28T12:59:47.415Z Compiling tungstenite v0.21.0
33982026-05-28T12:59:48.088Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
33992026-05-28T12:59:48.321Z Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
34002026-05-28T12:59:48.697Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605)
34012026-05-28T12:59:48.846Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34022026-05-28T12:59:48.984Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34032026-05-28T12:59:49.005Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34042026-05-28T12:59:49.150Z Compiling polyval v0.6.2
34052026-05-28T12:59:49.170Z Compiling packed_struct_codegen v0.10.1
34062026-05-28T12:59:49.373Z Compiling bitfield-macros v0.19.4
34072026-05-28T12:59:49.418Z Compiling zerocopy-derive v0.6.6
34082026-05-28T12:59:49.589Z Compiling indexmap v1.9.3
34092026-05-28T12:59:49.830Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34102026-05-28T12:59:49.987Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
34112026-05-28T12:59:50.062Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34122026-05-28T12:59:50.164Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34132026-05-28T12:59:50.229Z Compiling nodrop v0.1.14
34142026-05-28T12:59:50.328Z Compiling typify-macro v0.4.3
34152026-05-28T12:59:50.347Z Compiling crc-catalog v2.4.0
34162026-05-28T12:59:50.381Z Compiling zerocopy v0.6.6
34172026-05-28T12:59:50.483Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
34182026-05-28T12:59:50.545Z Compiling crc v3.4.0
34192026-05-28T12:59:50.768Z Compiling array-init v0.0.4
34202026-05-28T12:59:50.811Z Compiling bitfield v0.19.4
34212026-05-28T12:59:50.871Z Compiling ghash v0.5.1
34222026-05-28T12:59:50.874Z Compiling tokio-tungstenite v0.21.0
34232026-05-28T12:59:50.892Z Compiling tabled_derive v0.11.0
34242026-05-28T12:59:50.929Z Compiling smallvec v0.6.14
34252026-05-28T12:59:51.153Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34262026-05-28T12:59:51.174Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34272026-05-28T12:59:51.193Z Compiling papergrid v0.17.0
34282026-05-28T12:59:51.250Z Compiling testing_table v0.3.0
34292026-05-28T12:59:51.282Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34302026-05-28T12:59:51.418Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
34312026-05-28T12:59:51.496Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
34322026-05-28T12:59:51.516Z Compiling ctr v0.9.2
34332026-05-28T12:59:51.567Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34342026-05-28T12:59:51.703Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
34352026-05-28T12:59:51.755Z Compiling unicase v2.9.0
34362026-05-28T12:59:51.774Z Compiling hashbrown v0.12.3
34372026-05-28T12:59:51.777Z Compiling illumos-nvpair-sys v0.2.0
34382026-05-28T12:59:51.815Z Compiling corncobs v0.1.4
34392026-05-28T12:59:51.872Z Compiling aes-gcm v0.10.3
34402026-05-28T12:59:51.924Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34412026-05-28T12:59:51.944Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34422026-05-28T12:59:51.986Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34432026-05-28T12:59:52.005Z Compiling mime_guess v2.0.5
34442026-05-28T12:59:52.045Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
34452026-05-28T12:59:52.048Z Compiling parking_lot v0.11.2
34462026-05-28T12:59:52.086Z Compiling serde-hex v0.1.0
34472026-05-28T12:59:52.205Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
34482026-05-28T12:59:52.223Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605)
34492026-05-28T12:59:52.244Z Compiling typify v0.4.3
34502026-05-28T12:59:52.303Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#6d83d7d6)
34512026-05-28T12:59:52.393Z Compiling progenitor-impl v0.11.2
34522026-05-28T12:59:52.436Z Compiling tabled v0.20.0
34532026-05-28T12:59:52.464Z Compiling ron v0.8.1
34542026-05-28T12:59:52.483Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34552026-05-28T12:59:52.500Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34562026-05-28T12:59:52.599Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34572026-05-28T12:59:52.766Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34582026-05-28T12:59:52.963Z Compiling hashbrown v0.13.2
34592026-05-28T12:59:52.984Z Compiling progenitor-client v0.11.2
34602026-05-28T12:59:53.004Z Compiling blowfish v0.9.1
34612026-05-28T12:59:53.026Z Compiling ssh-encoding v0.2.0
34622026-05-28T12:59:53.046Z Compiling prefix-trie v0.7.0
34632026-05-28T12:59:53.168Z Compiling fxhash v0.2.1
34642026-05-28T12:59:53.287Z Compiling secrecy v0.8.0
34652026-05-28T12:59:53.329Z Compiling crc-any v2.5.0
34662026-05-28T12:59:53.349Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
34672026-05-28T12:59:53.368Z Compiling sled v0.34.7
34682026-05-28T12:59:53.480Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34692026-05-28T12:59:53.484Z Compiling object v0.30.4
34702026-05-28T12:59:53.517Z Compiling hickory-server v0.25.2
34712026-05-28T12:59:53.607Z Compiling ssh-cipher v0.2.0
34722026-05-28T12:59:53.625Z Compiling bcrypt-pbkdf v0.10.0
34732026-05-28T12:59:53.854Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
34742026-05-28T12:59:53.931Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34752026-05-28T12:59:54.037Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34762026-05-28T12:59:54.239Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
34772026-05-28T12:59:54.260Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34782026-05-28T12:59:54.378Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34792026-05-28T12:59:54.403Z Compiling password-hash v0.4.2
34802026-05-28T12:59:54.575Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34812026-05-28T12:59:54.633Z Compiling half v1.8.3
34822026-05-28T12:59:54.826Z Compiling path-slash v0.1.5
34832026-05-28T12:59:54.913Z Compiling crc8 v0.1.1
34842026-05-28T12:59:54.932Z Compiling http-range v0.1.5
34852026-05-28T12:59:54.953Z Compiling serde_cbor v0.11.2
34862026-05-28T12:59:55.005Z Compiling pbkdf2 v0.11.0
34872026-05-28T12:59:55.092Z Compiling progenitor-macro v0.11.2
34882026-05-28T12:59:55.154Z Compiling illumos-nvpair v0.3.0
34892026-05-28T12:59:55.219Z Compiling ssh-key v0.6.7
34902026-05-28T12:59:55.261Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
34912026-05-28T12:59:55.450Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34922026-05-28T12:59:55.654Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34932026-05-28T12:59:55.673Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34942026-05-28T12:59:55.694Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34952026-05-28T12:59:55.698Z Compiling p521 v0.13.3
34962026-05-28T12:59:55.744Z Compiling p256 v0.13.2
34972026-05-28T12:59:55.879Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34982026-05-28T12:59:56.154Z Compiling yasna v0.5.2
34992026-05-28T12:59:56.219Z Compiling kstat-rs v0.2.4
35002026-05-28T12:59:56.239Z Compiling headers-core v0.3.0
35012026-05-28T12:59:56.437Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
35022026-05-28T12:59:56.480Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
35032026-05-28T12:59:56.578Z Compiling nanorand v0.7.0
35042026-05-28T12:59:56.599Z Compiling atty v0.2.14
35052026-05-28T12:59:56.713Z Compiling russh-cryptovec v0.7.3
35062026-05-28T12:59:56.733Z Compiling md5 v0.7.0
35072026-05-28T12:59:56.736Z Compiling home v0.5.12
35082026-05-28T12:59:56.771Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=75518ad2c26db9278895ab1262c28daf13bfdffd#75518ad2)
35092026-05-28T12:59:56.771Z Compiling rcgen v0.12.1
35102026-05-28T12:59:56.909Z Compiling flume v0.11.1
35112026-05-28T12:59:56.928Z Compiling russh-keys v0.45.0
35122026-05-28T12:59:56.928Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
35132026-05-28T12:59:56.966Z Compiling headers v0.4.1
35142026-05-28T12:59:56.969Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35152026-05-28T12:59:57.046Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35162026-05-28T12:59:57.165Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35172026-05-28T12:59:57.286Z Compiling hyper-staticfile v0.10.1
35182026-05-28T12:59:57.424Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35192026-05-28T12:59:57.519Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35202026-05-28T12:59:57.718Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35212026-05-28T12:59:57.772Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
35222026-05-28T12:59:57.842Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35232026-05-28T12:59:57.934Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
35242026-05-28T12:59:57.953Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
35252026-05-28T12:59:58.075Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
35262026-05-28T12:59:58.096Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
35272026-05-28T12:59:58.099Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35282026-05-28T12:59:58.460Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35292026-05-28T12:59:58.568Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35302026-05-28T12:59:58.591Z Compiling num-bigint v0.4.6
35312026-05-28T12:59:58.684Z Compiling des v0.8.1
35322026-05-28T12:59:58.745Z Compiling subprocess v0.2.15
35332026-05-28T12:59:58.837Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35342026-05-28T12:59:58.894Z Compiling display-error-chain v0.2.2
35352026-05-28T12:59:58.920Z Compiling hex-literal v0.4.1
35362026-05-28T12:59:58.997Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35372026-05-28T12:59:59.065Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35382026-05-28T12:59:59.068Z Compiling colored v2.2.0
35392026-05-28T12:59:59.102Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35402026-05-28T12:59:59.262Z Compiling internet-checksum v0.2.1
35412026-05-28T12:59:59.296Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35422026-05-28T12:59:59.835Z Compiling russh v0.45.0
35432026-05-28T13:00:00.137Z Compiling progenitor v0.11.2
35442026-05-28T13:00:00.283Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
35452026-05-28T13:00:00.976Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
35462026-05-28T13:00:09.180Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
35472026-05-28T13:00:10.883Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dc79fe5)
35482026-05-28T13:00:11.861Z Compiling mg-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605)
35492026-05-28T13:00:12.622Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=0ba6260587c7e427e46dcdc8e41b8b31cbc2f118#0ba62605)
35502026-05-28T13:00:15.736Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
35512026-05-28T13:00:15.736Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
35522026-05-28T13:00:24.910Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35532026-05-28T13:00:32.706Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35542026-05-28T13:00:32.706Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35552026-05-28T13:00:32.709Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35562026-05-28T13:00:32.709Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35572026-05-28T13:00:34.604Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35582026-05-28T13:00:34.622Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35592026-05-28T13:00:38.770Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35602026-05-28T13:01:19.477Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 52s
35612026-05-28T13:01:19.721Z
35622026-05-28T13:01:19.721Zreal 1:52.802445490
35632026-05-28T13:01:19.724Zuser 9:49.738078152
35642026-05-28T13:01:19.724Zsys 1:58.010002469
35652026-05-28T13:01:19.724Ztrap 0.286988511
35662026-05-28T13:01:19.724Ztflt 0.543482129
35672026-05-28T13:01:19.724Zdflt 1.992647919
35682026-05-28T13:01:19.724Zkflt 0.000351080
35692026-05-28T13:01:19.724Zlock 34:34.816502135
35702026-05-28T13:01:19.725Zslp 22:47.026023338
35712026-05-28T13:01:19.725Zlat 45.571232556
35722026-05-28T13:01:19.725Zstop 3:16.948093951
35732026-05-28T13:01:19.725Z+ mkdir tests
35742026-05-28T13:01:19.729Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35752026-05-28T13:01:19.729Z+ xargs -I '{}' -t cp '{}' tests/
35762026-05-28T13:01:19.837Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-738b52c929acbeda tests/
35772026-05-28T13:01:19.865Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-79d90fc5b0b7295e tests/
35782026-05-28T13:01:19.893Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-d1a29f3bc6214c54 tests/
35792026-05-28T13:01:19.922Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f4efb92f44cfa209 tests/
35802026-05-28T13:01:20.274Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override)
35812026-05-28T13:01:20.278Z+ 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-79d90fc5b0b7295e tests/commtest-d1a29f3bc6214c54 tests/dhcp_server-738b52c929acbeda tests/end_to_end_tests-f4efb92f44cfa209 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
35822026-05-28T13:02:45.018ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35832026-05-28T13:02:45.018Za .github/buildomat/ci-env.sh 1K
35842026-05-28T13:02:45.018Za out/target/test 1K
35852026-05-28T13:02:45.018Za out/npuzone/npuzone 31102K
35862026-05-28T13:02:45.018Za package-manifest.toml 35K
35872026-05-28T13:02:45.018Za smf/sled-agent/non-gimlet/config.toml 6K
35882026-05-28T13:02:45.018Za target/release/omicron-package 45209K
35892026-05-28T13:02:45.018Za target/release/xtask 11453K
35902026-05-28T13:02:45.018Za target/debug/bootstrap 408985K
35912026-05-28T13:02:45.018Za tests/bootstrap-79d90fc5b0b7295e 31215K
35922026-05-28T13:02:45.018Za tests/commtest-d1a29f3bc6214c54 32300K
35932026-05-28T13:02:45.018Za tests/dhcp_server-738b52c929acbeda 31215K
35942026-05-28T13:02:45.018Za tests/end_to_end_tests-f4efb92f44cfa209 478529K
35952026-05-28T13:02:45.018Za tools/opte_version 1K
35962026-05-28T13:02:45.018Za tools/opte_version_override 2K
35972026-05-28T13:02:45.018Za out/clickhouse.tar.gz 313500K
35982026-05-28T13:02:45.018Za out/clickhouse_keeper.tar.gz 298540K
35992026-05-28T13:02:45.018Za out/clickhouse_server.tar.gz 313498K
36002026-05-28T13:02:45.018Za out/cockroachdb.tar.gz 157688K
36012026-05-28T13:02:45.018Za out/crucible-pantry-zone.tar.gz 36469K
36022026-05-28T13:02:45.018Za out/crucible-utils.tar 16478K
36032026-05-28T13:02:45.018Za out/crucible-zone.tar.gz 52039K
36042026-05-28T13:02:45.018Za out/external-dns.tar.gz 42396K
36052026-05-28T13:02:45.018Za out/internal-dns.tar.gz 42396K
36062026-05-28T13:02:45.019Za out/mg-ddm-gz.tar 103063K
36072026-05-28T13:02:45.019Za out/nexus.tar.gz 295029K
36082026-05-28T13:02:45.019Za out/ntp.tar.gz 24126K
36092026-05-28T13:02:45.019Za out/omicron-gateway-softnpu.tar.gz 33451K
36102026-05-28T13:02:45.019Za out/omicron-sled-agent.tar 216508K
36112026-05-28T13:02:45.019Za out/overlay.tar.gz 3K
36122026-05-28T13:02:45.019Za out/oximeter.tar.gz 70286K
36132026-05-28T13:02:45.019Za out/oxlog.tar 3782K
36142026-05-28T13:02:45.019Za out/probe.tar.gz 1390K
36152026-05-28T13:02:45.019Za out/propolis-server.tar.gz 34911K
36162026-05-28T13:02:45.019Za out/pumpkind-gz.tar 26647K
36172026-05-28T13:02:45.019Za out/switch-softnpu.tar.gz 464615K
36182026-05-28T13:02:45.022Z
36192026-05-28T13:02:45.022Zreal 1:24.741323235
36202026-05-28T13:02:45.022Zuser 1:21.931970774
36212026-05-28T13:02:45.022Zsys 4.703524833
36222026-05-28T13:02:45.022Ztrap 0.007603524
36232026-05-28T13:02:45.022Ztflt 0.000000000
36242026-05-28T13:02:45.022Zdflt 0.000000000
36252026-05-28T13:02:45.023Zkflt 0.000000000
36262026-05-28T13:02:45.023Zlock 0.000000000
36272026-05-28T13:02:45.023Zslp 1:21.810864852
36282026-05-28T13:02:45.023Zlat 1.022459459
36292026-05-28T13:02:45.023Zstop 0.000189260
36302026-05-28T13:02:45.023Zprocess exited: duration 1031800 ms, exit code 0
 
36312026-05-28T13:02:45.039Zfound 1 output files
36322026-05-28T13:02:45.043Zuploading: /work/package.tar.gz (2561989642 bytes)
36332026-05-28T13:03:13.272Zuploaded: /work/package.tar.gz