01KSJNA8G870Z8PT5C1RCJJSNW: 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: 01KSJNARWZEYMJEKQBHQ38PPBJ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-26T17:30:05.512Zjob assigned to worker 01KSJNAZJ8D8Z6J3H3HQ7ANG6W [factory aws, i-04bff4b0212589269] (queued for 50 s)
 
22026-05-26T17:30:12.596Zstarting task 0: "setup"
32026-05-26T17:30:12.606Z++ uname -s
42026-05-26T17:30:12.606Z+ kern=SunOS
52026-05-26T17:30:12.606Z+ build_user=build
62026-05-26T17:30:12.606Z+ build_uid=12345
72026-05-26T17:30:12.606Z+ work_dir=/work
82026-05-26T17:30:12.606Z+ input_dir=/input
92026-05-26T17:30:12.606Z+ [[ 0 == 12345 ]]
102026-05-26T17:30:12.606Z+ case "$kern" in
112026-05-26T17:30:12.606Z+ groupadd -g 12345 build
122026-05-26T17:30:12.614Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-26T17:30:14.619Z+ zfs create -o mountpoint=/work rpool/work
142026-05-26T17:30:14.698Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-26T17:30:14.702Z+ home_fs=zfs
162026-05-26T17:30:14.702Z+ [[ zfs == autofs ]]
172026-05-26T17:30:14.702Z+ mkdir -p /home/build
182026-05-26T17:30:14.702Z+ chown build:build /home/build /work
192026-05-26T17:30:16.704Z+ chmod 0700 /home/build /work
202026-05-26T17:30:16.707Zprocess exited: duration 4115 ms, exit code 0
 
212026-05-26T17:30:16.715Zstarting task 1: "rust-toolchain"
222026-05-26T17:30:16.721Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-26T17:30:16.721Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-26T17:30:16.721Z * rust toolchain channel = "1.94.0"
252026-05-26T17:30:16.721Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-26T17:30:16.721Z * rust toolchain profile = "default"
272026-05-26T17:30:16.721Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-26T17:30:16.732Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-26T17:30:16.732Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-26T17:30:16.833Zinfo: downloading installer
312026-05-26T17:30:18.195Zwarn: It looks like you have an existing rustup settings file at:
322026-05-26T17:30:18.195Zwarn: /home/build/.rustup/settings.toml
332026-05-26T17:30:18.195Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-26T17:30:18.195Zwarn: instead of the one inferred from the default host triple.
352026-05-26T17:30:18.206Zinfo: profile set to default
362026-05-26T17:30:18.206Zinfo: default host triple is x86_64-unknown-illumos
372026-05-26T17:30:18.209Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-26T17:30:18.340Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-26T17:30:18.344Zinfo: downloading 6 components
402026-05-26T17:30:33.750Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-26T17:30:33.750Z
422026-05-26T17:30:33.778Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-26T17:30:33.778Z
442026-05-26T17:30:33.779Z
452026-05-26T17:30:33.779ZRust is installed now. Great!
462026-05-26T17:30:33.779Z
472026-05-26T17:30:33.779ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-26T17:30:33.782Zenvironment variable. This has not been done automatically.
492026-05-26T17:30:33.782Z
502026-05-26T17:30:33.782ZTo configure your current shell, you need to source
512026-05-26T17:30:33.782Zthe corresponding env file under $HOME/.cargo.
522026-05-26T17:30:33.782Z
532026-05-26T17:30:33.782ZThis is usually done by running one of the following (note the leading DOT):
542026-05-26T17:30:33.782Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-26T17:30:33.782Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-26T17:30:33.782Zsource "~/.cargo/env.nu" # For nushell
572026-05-26T17:30:33.782Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-26T17:30:33.782Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-26T17:30:33.783Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-26T17:30:33.783Zwarn: no default linker (`cc`) was found in your PATH
612026-05-26T17:30:33.783Zwarn: many Rust crates require a system C toolchain to build
622026-05-26T17:30:33.876Z+ rustup --version
632026-05-26T17:30:33.882Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-26T17:30:33.885Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-26T17:30:33.903Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-26T17:30:33.906Z+ cargo --version
672026-05-26T17:30:33.914Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-26T17:30:33.917Z+ rustc --version
692026-05-26T17:30:33.937Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-26T17:30:33.940Zprocess exited: duration 17224 ms, exit code 0
 
712026-05-26T17:30:33.946Zstarting task 2: "authentication"
722026-05-26T17:30:33.966Zprocess exited: duration 19 ms, exit code 0
 
732026-05-26T17:30:33.972Zstarting task 3: "clone repository"
742026-05-26T17:30:33.976Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-26T17:30:33.979Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-26T17:30:34.017ZCloning into '/work/oxidecomputer/omicron'...
772026-05-26T17:30:45.203Z+ cd /work/oxidecomputer/omicron
782026-05-26T17:30:45.204Z+ git fetch origin 261a4eca441a815bfb0bf971f43e6ce732f1803e
792026-05-26T17:30:45.485ZFrom https://github.com/oxidecomputer/omicron
802026-05-26T17:30:45.485Z * branch 261a4eca441a815bfb0bf971f43e6ce732f1803e -> FETCH_HEAD
812026-05-26T17:30:45.499Z+ [[ -n eliza/one-ereport-pretty-printer-to-rule-them-all ]]
822026-05-26T17:30:45.502Z++ git branch --show-current
832026-05-26T17:30:45.502Z+ current=main
842026-05-26T17:30:45.502Z+ [[ main != eliza/one-ereport-pretty-printer-to-rule-them-all ]]
852026-05-26T17:30:45.502Z+ git branch -f eliza/one-ereport-pretty-printer-to-rule-them-all 261a4eca441a815bfb0bf971f43e6ce732f1803e
862026-05-26T17:30:45.505Z+ git checkout -f eliza/one-ereport-pretty-printer-to-rule-them-all
872026-05-26T17:30:45.744ZSwitched to branch 'eliza/one-ereport-pretty-printer-to-rule-them-all'
882026-05-26T17:30:45.747Z+ git reset --hard 261a4eca441a815bfb0bf971f43e6ce732f1803e
892026-05-26T17:30:45.764ZHEAD is now at 261a4eca4 ux feedback from @wfchandler
902026-05-26T17:30:45.767Zprocess exited: duration 11793 ms, exit code 0
 
912026-05-26T17:30:45.773Zstarting task 4: "build"
922026-05-26T17:30:45.778Z+ source .github/buildomat/ci-env.sh
932026-05-26T17:30:45.778Z++ export CARGO_TERM_COLOR=always
942026-05-26T17:30:45.778Z++ CARGO_TERM_COLOR=always
952026-05-26T17:30:45.778Z+ cargo --version
962026-05-26T17:30:45.788Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-26T17:30:45.791Z+ rustc --version
982026-05-26T17:30:45.810Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-26T17:30:45.814Z+ WORK=/work
1002026-05-26T17:30:45.814Z+ pfexec mkdir -p /work
1012026-05-26T17:30:45.817Z+ pfexec chown build /work
1022026-05-26T17:30:45.820Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-26T17:30:47.430Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-26T17:30:47.500Z Startup: Caching catalogs ... Done
1052026-05-26T17:30:47.770ZPlanning: Solver setup ... Done (0.228s)
1062026-05-26T17:30:47.788ZPlanning: Running solver ... Done (0.018s)
1072026-05-26T17:30:47.794ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-26T17:30:47.806ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-26T17:30:47.823ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-26T17:30:47.837ZPlanning: Package planning ... Done (0.015s)
1112026-05-26T17:30:47.840ZPlanning: Merging actions ... Done (0.001s)
1122026-05-26T17:30:48.030ZPlanning: Checking for conflicting actions ... Done (0.190s)
1132026-05-26T17:30:48.033ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-26T17:30:48.903ZPlanning: Evaluating mediators ... Done (0.873s)
1152026-05-26T17:30:48.906ZPlanning: Planning completed in 1.38 seconds
1162026-05-26T17:30:48.912Z Packages to install: 2
1172026-05-26T17:30:48.912Z Estimated space available: 156.07 GB
1182026-05-26T17:30:48.912ZEstimated space to be consumed: 22.53 MB
1192026-05-26T17:30:48.915Z Create boot environment: No
1202026-05-26T17:30:48.915ZCreate backup boot environment: No
1212026-05-26T17:30:48.915Z Rebuild boot archive: No
1222026-05-26T17:30:48.915Z
1232026-05-26T17:30:48.916ZChanged packages:
1242026-05-26T17:30:48.916Zhelios
1252026-05-26T17:30:48.916Z developer/build-essential
1262026-05-26T17:30:48.916Z None -> 11-3.0
1272026-05-26T17:30:48.916Z library/libxmlsec1
1282026-05-26T17:30:48.916Z None -> 1.2.35-3.0
1292026-05-26T17:30:48.938Z
1302026-05-26T17:30:48.938ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-26T17:30:49.585ZDownload: Completed 1.28 MB in 0.65 seconds (2.0M/s)
1322026-05-26T17:30:49.656Z Actions: 1/268 actions (Installing new actions)
1332026-05-26T17:30:49.695Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-26T17:30:49.731ZFinalize: Updating package state database ... Done (0.035s)
1352026-05-26T17:30:49.734ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-26T17:30:49.749ZFinalize: Updating image state ... Done (0.018s)
1372026-05-26T17:30:52.247ZFinalize: Creating fast lookup database ... Done (2.474s)
1382026-05-26T17:30:52.321ZFinalize: Reading search index ... Done (0.012s)
1392026-05-26T17:30:52.324ZFinalize: Updating search index ... Done (0.000s)
1402026-05-26T17:30:52.417ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-26T17:30:52.713ZPlanning: Evaluating mediator changes ... Done
1422026-05-26T17:30:52.819ZPlanning: Checking for conflicting actions ... Done
1432026-05-26T17:30:52.822ZPlanning: Consolidating action changes ... Done
1442026-05-26T17:30:52.978ZPlanning: Evaluating mediators ... Done
1452026-05-26T17:30:52.981ZPlanning: Planning completed in 0.27 seconds
1462026-05-26T17:30:53.002Z Mediators to change: 2
1472026-05-26T17:30:53.002Z Create boot environment: No
1482026-05-26T17:30:53.002ZCreate backup boot environment: No
1492026-05-26T17:30:53.053ZFinalize: Updating package state database ... Done
1502026-05-26T17:30:53.053ZFinalize: Updating package cache ... Done
1512026-05-26T17:30:53.063ZFinalize: Updating image state ... Done
1522026-05-26T17:30:55.345ZFinalize: Creating fast lookup database ... Done
1532026-05-26T17:30:55.348ZFinalize: Reading search index ... Done
1542026-05-26T17:30:55.348ZFinalize: Updating search index ... Done
1552026-05-26T17:30:55.348ZFinalize: Updating package cache ... Done
1562026-05-26T17:30:55.378ZPlanning: Evaluating mediator changes ... Done
1572026-05-26T17:30:55.481ZPlanning: Checking for conflicting actions ... Done
1582026-05-26T17:30:55.484ZPlanning: Consolidating action changes ... Done
1592026-05-26T17:30:55.639ZPlanning: Evaluating mediators ... Done
1602026-05-26T17:30:55.642ZPlanning: Planning completed in 0.26 seconds
1612026-05-26T17:30:55.661Z Mediators to change: 1
1622026-05-26T17:30:55.661Z Create boot environment: No
1632026-05-26T17:30:55.661ZCreate backup boot environment: No
1642026-05-26T17:30:55.708ZFinalize: Updating package state database ... Done
1652026-05-26T17:30:55.708ZFinalize: Updating package cache ... Done
1662026-05-26T17:30:55.719ZFinalize: Updating image state ... Done
1672026-05-26T17:30:57.631ZFinalize: Creating fast lookup database ... Done
1682026-05-26T17:30:57.691ZFinalize: Reading search index ... Done
1692026-05-26T17:30:57.694ZFinalize: Updating search index ... Done
1702026-05-26T17:30:57.768ZFinalize: Updating package cache ... Done
1712026-05-26T17:30:58.075ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-26T17:30:58.075Zapache system 2.4 system
1732026-05-26T17:30:58.075Zclang system 15 system
1742026-05-26T17:30:58.075Zcsh system system illumos
1752026-05-26T17:30:58.075Zctags system system illumos
1762026-05-26T17:30:58.075Zfile vendor vendor darwinsys
1772026-05-26T17:30:58.075Zfile system system illumos
1782026-05-26T17:30:58.075Zgcc vendor 14 vendor
1792026-05-26T17:30:58.075Zgcc system 13 system
1802026-05-26T17:30:58.075Zgcc system 10 system
1812026-05-26T17:30:58.075Zgo system 1.25 system
1822026-05-26T17:30:58.075Zllvm system 15 system
1832026-05-26T17:30:58.075Zmariadb system 11.4 system
1842026-05-26T17:30:58.076Zmta vendor vendor dma
1852026-05-26T17:30:58.076Zopenjdk system 17 system
1862026-05-26T17:30:58.076Zopenjdk system 11 system
1872026-05-26T17:30:58.076Zopenssl vendor 3 vendor
1882026-05-26T17:30:58.076Zperl system 5.40 system
1892026-05-26T17:30:58.076Zpostgresql system 18 system
1902026-05-26T17:30:58.076Zpostgresql system 17 system
1912026-05-26T17:30:58.076Zpython vendor 3 vendor
1922026-05-26T17:30:58.076Zpython system 2 system
1932026-05-26T17:30:58.076Zpython3 vendor 3.13 vendor
1942026-05-26T17:30:58.076Zruby system 3.4 system
1952026-05-26T17:30:58.076Zruby system 3.0 system
1962026-05-26T17:30:58.076Zwords vendor vendor american-english
1972026-05-26T17:30:58.076Zwords system system australian-english
1982026-05-26T17:30:58.076Zwords system system british-english
1992026-05-26T17:30:58.076Zwords system system canadian-english
2002026-05-26T17:30:58.076Zwords system system french
2012026-05-26T17:30:58.076Zwords system system italian
2022026-05-26T17:30:58.076Zwords system system ngerman
2032026-05-26T17:30:58.076Zwords system system ogerman
2042026-05-26T17:30:58.076Zwords system system spanish
2052026-05-26T17:30:58.330ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-26T17:30:58.330Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-26T17:30:58.600ZFMRI IFO
2082026-05-26T17:30:58.600Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-26T17:30:58.600Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-26T17:30:58.600Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-26T17:30:58.600Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-26T17:30:58.600Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-26T17:30:58.600Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-26T17:30:58.600Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-26T17:30:58.600Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-26T17:30:58.600Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-26T17:30:58.829Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-26T17:30:59.163Z Updating crates.io index
2192026-05-26T17:30:59.167Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-26T17:30:59.437Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-26T17:31:00.328Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-26T17:31:00.772Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-26T17:31:01.889Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-26T17:31:02.487Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-26T17:31:04.005Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-26T17:31:04.740Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-26T17:31:05.190Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-26T17:31:05.988Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-26T17:31:06.403Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-26T17:31:06.836Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-26T17:31:07.143Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-26T17:31:08.368Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-26T17:31:08.891Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-26T17:31:09.156Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-26T17:31:09.506Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-26T17:31:09.875Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-26T17:31:10.313Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-26T17:31:10.836Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-26T17:31:11.088Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-26T17:31:11.359Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-26T17:31:11.772Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-26T17:31:12.160Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-05-26T17:31:12.644Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-05-26T17:31:13.117Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-05-26T17:31:13.513Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-05-26T17:31:13.877Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-05-26T17:31:14.175Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-05-26T17:31:15.172Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-26T17:31:16.351Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2502026-05-26T17:31:16.833Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-05-26T17:31:17.122Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-05-26T17:31:17.532Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-05-26T17:31:17.871Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-05-26T17:31:18.322Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-05-26T17:31:18.673Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-05-26T17:31:19.103Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-05-26T17:31:19.384Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-05-26T17:31:19.655Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-05-26T17:31:20.045Z Updating git repository `https://github.com/oxidecomputer/omicron`
2602026-05-26T17:31:31.931Z Downloading crates ...
2612026-05-26T17:31:31.985Z Downloaded clap_lex v1.0.0
2622026-05-26T17:31:31.988Z Downloaded crypto-common v0.1.7
2632026-05-26T17:31:31.991Z Downloaded memmap v0.7.0
2642026-05-26T17:31:31.991Z Downloaded anstyle-query v1.1.5
2652026-05-26T17:31:31.994Z Downloaded heck v0.5.0
2662026-05-26T17:31:31.994Z Downloaded anstyle v1.0.13
2672026-05-26T17:31:31.998Z Downloaded ordered-float v2.10.1
2682026-05-26T17:31:32.005Z Downloaded fs-err v3.3.0
2692026-05-26T17:31:32.005Z Downloaded camino-tempfile v1.4.1
2702026-05-26T17:31:32.005Z Downloaded anstream v0.6.21
2712026-05-26T17:31:32.008Z Downloaded proc-macro-error-attr v1.0.4
2722026-05-26T17:31:32.008Z Downloaded thread-id v4.2.2
2732026-05-26T17:31:32.009Z Downloaded tabled_derive v0.7.0
2742026-05-26T17:31:32.009Z Downloaded stable_deref_trait v1.2.1
2752026-05-26T17:31:32.014Z Downloaded thiserror-impl v2.0.18
2762026-05-26T17:31:32.014Z Downloaded zerofrom v0.1.6
2772026-05-26T17:31:32.019Z Downloaded thiserror v2.0.18
2782026-05-26T17:31:32.019Z Downloaded unicode-xid v0.2.6
2792026-05-26T17:31:32.019Z Downloaded bitflags v2.11.0
2802026-05-26T17:31:32.026Z Downloaded zmij v1.0.21
2812026-05-26T17:31:32.026Z Downloaded zerovec-derive v0.11.2
2822026-05-26T17:31:32.026Z Downloaded serde-untagged v0.1.9
2832026-05-26T17:31:32.026Z Downloaded erased-serde v0.4.9
2842026-05-26T17:31:32.030Z Downloaded yoke-derive v0.8.1
2852026-05-26T17:31:32.030Z Downloaded typeid v1.0.3
2862026-05-26T17:31:32.030Z Downloaded anstyle-parse v0.2.7
2872026-05-26T17:31:32.030Z Downloaded typenum v1.19.0
2882026-05-26T17:31:32.030Z Downloaded usdt v0.5.0
2892026-05-26T17:31:32.030Z Downloaded toml_datetime v0.6.11
2902026-05-26T17:31:32.034Z Downloaded serde_spanned v0.6.9
2912026-05-26T17:31:32.034Z Downloaded usdt-attr-macro v0.5.0
2922026-05-26T17:31:32.035Z Downloaded potential_utf v0.1.4
2932026-05-26T17:31:32.035Z Downloaded block-buffer v0.10.4
2942026-05-26T17:31:32.035Z Downloaded thiserror v1.0.69
2952026-05-26T17:31:32.038Z Downloaded smallvec v1.15.1
2962026-05-26T17:31:32.038Z Downloaded unicode-linebreak v0.1.5
2972026-05-26T17:31:32.038Z Downloaded clap v4.5.60
2982026-05-26T17:31:32.041Z Downloaded zerofrom-derive v0.1.6
2992026-05-26T17:31:32.044Z Downloaded version_check v0.9.5
3002026-05-26T17:31:32.044Z Downloaded icu_properties v2.1.2
3012026-05-26T17:31:32.044Z Downloaded utf8parse v0.2.2
3022026-05-26T17:31:32.047Z Downloaded usdt-macro v0.5.0
3032026-05-26T17:31:32.047Z Downloaded toml_write v0.1.2
3042026-05-26T17:31:32.047Z Downloaded scroll_derive v0.12.1
3052026-05-26T17:31:32.047Z Downloaded heck v0.4.1
3062026-05-26T17:31:32.050Z Downloaded anyhow v1.0.102
3072026-05-26T17:31:32.050Z Downloaded terminal_size v0.4.3
3082026-05-26T17:31:32.053Z Downloaded serde_derive v1.0.228
3092026-05-26T17:31:32.053Z Downloaded serde-value v0.7.0
3102026-05-26T17:31:32.054Z Downloaded pest_meta v2.8.6
3112026-05-26T17:31:32.056Z Downloaded generic-array v0.14.7
3122026-05-26T17:31:32.056Z Downloaded thiserror-impl v1.0.69
3132026-05-26T17:31:32.056Z Downloaded fastrand v2.3.0
3142026-05-26T17:31:32.059Z Downloaded dof v0.3.0
3152026-05-26T17:31:32.060Z Downloaded dtrace-parser v0.2.0
3162026-05-26T17:31:32.060Z Downloaded ucd-trie v0.1.7
3172026-05-26T17:31:32.060Z Downloaded swrite v0.1.0
3182026-05-26T17:31:32.060Z Downloaded cargo_metadata v0.21.0
3192026-05-26T17:31:32.064Z Downloaded usdt-impl v0.5.0
3202026-05-26T17:31:32.064Z Downloaded icu_normalizer v2.1.1
3212026-05-26T17:31:32.067Z Downloaded toml v0.8.23
3222026-05-26T17:31:32.067Z Downloaded plain v0.2.3
3232026-05-26T17:31:32.070Z Downloaded zerocopy-derive v0.7.35
3242026-05-26T17:31:32.073Z Downloaded yoke v0.8.1
3252026-05-26T17:31:32.073Z Downloaded textwrap v0.16.2
3262026-05-26T17:31:32.076Z Downloaded pretty-hex v0.4.1
3272026-05-26T17:31:32.076Z Downloaded utf8_iter v1.0.4
3282026-05-26T17:31:32.076Z Downloaded form_urlencoded v1.2.2
3292026-05-26T17:31:32.079Z Downloaded percent-encoding v2.3.2
3302026-05-26T17:31:32.080Z Downloaded is_terminal_polyfill v1.70.2
3312026-05-26T17:31:32.080Z Downloaded url v2.5.8
3322026-05-26T17:31:32.083Z Downloaded errno v0.3.14
3332026-05-26T17:31:32.083Z Downloaded writeable v0.6.2
3342026-05-26T17:31:32.083Z Downloaded unicode-ident v1.0.24
3352026-05-26T17:31:32.086Z Downloaded cfg-if v1.0.4
3362026-05-26T17:31:32.086Z Downloaded cpufeatures v0.2.17
3372026-05-26T17:31:32.089Z Downloaded zerotrie v0.2.3
3382026-05-26T17:31:32.092Z Downloaded fnv v1.0.7
3392026-05-26T17:31:32.092Z Downloaded strsim v0.11.1
3402026-05-26T17:31:32.095Z Downloaded macaddr v1.0.1
3412026-05-26T17:31:32.095Z Downloaded tinystr v0.8.2
3422026-05-26T17:31:32.098Z Downloaded toml_edit v0.22.27
3432026-05-26T17:31:32.101Z Downloaded smawk v0.3.2
3442026-05-26T17:31:32.102Z Downloaded sha2 v0.10.9
3452026-05-26T17:31:32.102Z Downloaded displaydoc v0.2.5
3462026-05-26T17:31:32.105Z Downloaded colorchoice v1.0.4
3472026-05-26T17:31:32.105Z Downloaded cargo-platform v0.2.0
3482026-05-26T17:31:32.105Z Downloaded autocfg v1.5.0
3492026-05-26T17:31:32.108Z Downloaded idna_adapter v1.2.1
3502026-05-26T17:31:32.111Z Downloaded winnow v0.7.14
3512026-05-26T17:31:32.114Z Downloaded itoa v1.0.17
3522026-05-26T17:31:32.117Z Downloaded pest_generator v2.8.6
3532026-05-26T17:31:32.117Z Downloaded clap_derive v4.5.55
3542026-05-26T17:31:32.120Z Downloaded zerovec v0.11.5
3552026-05-26T17:31:32.124Z Downloaded zerocopy v0.7.35
3562026-05-26T17:31:32.129Z Downloaded synstructure v0.13.2
3572026-05-26T17:31:32.131Z Downloaded bytecount v0.6.9
3582026-05-26T17:31:32.131Z Downloaded proc-macro-error v1.0.4
3592026-05-26T17:31:32.135Z Downloaded equivalent v1.0.2
3602026-05-26T17:31:32.135Z Downloaded digest v0.10.7
3612026-05-26T17:31:32.135Z Downloaded unicode-width v0.2.0
3622026-05-26T17:31:32.138Z Downloaded unicode-width v0.1.14
3632026-05-26T17:31:32.141Z Downloaded cargo-util-schemas v0.8.2
3642026-05-26T17:31:32.144Z Downloaded pest_derive v2.8.6
3652026-05-26T17:31:32.147Z Downloaded byteorder v1.5.0
3662026-05-26T17:31:32.147Z Downloaded serde_tokenstream v0.2.3
3672026-05-26T17:31:32.147Z Downloaded quote v1.0.45
3682026-05-26T17:31:32.151Z Downloaded serde_core v1.0.228
3692026-05-26T17:31:32.160Z Downloaded camino v1.2.2
3702026-05-26T17:31:32.163Z Downloaded scroll v0.12.0
3712026-05-26T17:31:32.163Z Downloaded litemap v0.8.1
3722026-05-26T17:31:32.166Z Downloaded semver v1.0.28
3732026-05-26T17:31:32.166Z Downloaded once_cell v1.21.3
3742026-05-26T17:31:32.170Z Downloaded icu_provider v2.1.1
3752026-05-26T17:31:32.173Z Downloaded cargo_toml v0.21.0
3762026-05-26T17:31:32.183Z Downloaded proc-macro2 v1.0.106
3772026-05-26T17:31:32.186Z Downloaded tempfile v3.25.0
3782026-05-26T17:31:32.186Z Downloaded num-traits v0.2.19
3792026-05-26T17:31:32.193Z Downloaded getrandom v0.4.1
3802026-05-26T17:31:32.207Z Downloaded log v0.4.29
3812026-05-26T17:31:32.211Z Downloaded icu_normalizer_data v2.1.1
3822026-05-26T17:31:32.211Z Downloaded icu_locale_core v2.1.1
3832026-05-26T17:31:32.216Z Downloaded papergrid v0.11.0
3842026-05-26T17:31:32.220Z Downloaded icu_collections v2.1.1
3852026-05-26T17:31:32.223Z Downloaded idna v1.1.0
3862026-05-26T17:31:32.229Z Downloaded serde v1.0.228
3872026-05-26T17:31:32.238Z Downloaded pest v2.8.6
3882026-05-26T17:31:32.245Z Downloaded memchr v2.8.0
3892026-05-26T17:31:32.254Z Downloaded goblin v0.8.2
3902026-05-26T17:31:32.262Z Downloaded indexmap v2.14.0
3912026-05-26T17:31:32.282Z Downloaded serde_json v1.0.149
3922026-05-26T17:31:32.286Z Downloaded icu_properties_data v2.1.2
3932026-05-26T17:31:32.291Z Downloaded clap_builder v4.5.60
3942026-05-26T17:31:32.295Z Downloaded hashbrown v0.17.0
3952026-05-26T17:31:32.299Z Downloaded tabled v0.15.0
3962026-05-26T17:31:32.316Z Downloaded syn v1.0.109
3972026-05-26T17:31:32.323Z Downloaded syn v2.0.117
3982026-05-26T17:31:32.332Z Downloaded rustix v1.1.3
3992026-05-26T17:31:32.359Z Downloaded libc v0.2.185
4002026-05-26T17:31:32.426Z Compiling proc-macro2 v1.0.106
4012026-05-26T17:31:32.426Z Compiling unicode-ident v1.0.24
4022026-05-26T17:31:32.429Z Compiling quote v1.0.45
4032026-05-26T17:31:32.429Z Compiling serde_core v1.0.228
4042026-05-26T17:31:32.429Z Compiling libc v0.2.185
4052026-05-26T17:31:32.429Z Compiling version_check v0.9.5
4062026-05-26T17:31:32.429Z Compiling stable_deref_trait v1.2.1
4072026-05-26T17:31:32.429Z Compiling serde v1.0.228
4082026-05-26T17:31:32.429Z Compiling memchr v2.8.0
4092026-05-26T17:31:32.429Z Compiling zmij v1.0.21
4102026-05-26T17:31:32.607Z Compiling itoa v1.0.17
4112026-05-26T17:31:32.610Z Compiling ucd-trie v0.1.7
4122026-05-26T17:31:32.611Z Compiling autocfg v1.5.0
4132026-05-26T17:31:32.611Z Compiling thiserror v1.0.69
4142026-05-26T17:31:32.611Z Compiling writeable v0.6.2
4152026-05-26T17:31:32.854Z Compiling litemap v0.8.1
4162026-05-26T17:31:32.869Z Compiling icu_properties_data v2.1.2
4172026-05-26T17:31:33.051Z Compiling icu_normalizer_data v2.1.1
4182026-05-26T17:31:33.104Z Compiling pest v2.8.6
4192026-05-26T17:31:33.104Z Compiling rustix v1.1.3
4202026-05-26T17:31:33.155Z Compiling byteorder v1.5.0
4212026-05-26T17:31:33.298Z Compiling serde_json v1.0.149
4222026-05-26T17:31:33.315Z Compiling bitflags v2.11.0
4232026-05-26T17:31:33.318Z Compiling num-traits v0.2.19
4242026-05-26T17:31:33.382Z Compiling hashbrown v0.17.0
4252026-05-26T17:31:33.450Z Compiling smallvec v1.15.1
4262026-05-26T17:31:33.453Z Compiling typeid v1.0.3
4272026-05-26T17:31:33.573Z Compiling equivalent v1.0.2
4282026-05-26T17:31:33.589Z Compiling usdt-impl v0.5.0
4292026-05-26T17:31:33.609Z Compiling proc-macro-error-attr v1.0.4
4302026-05-26T17:31:33.612Z Compiling erased-serde v0.4.9
4312026-05-26T17:31:33.613Z Compiling toml_write v0.1.2
4322026-05-26T17:31:33.680Z Compiling syn v1.0.109
4332026-05-26T17:31:33.706Z Compiling winnow v0.7.14
4342026-05-26T17:31:33.718Z Compiling errno v0.3.14
4352026-05-26T17:31:33.822Z Compiling thread-id v4.2.2
4362026-05-26T17:31:33.840Z Compiling proc-macro-error v1.0.4
4372026-05-26T17:31:33.931Z Compiling indexmap v2.14.0
4382026-05-26T17:31:33.969Z Compiling percent-encoding v2.3.2
4392026-05-26T17:31:34.020Z Compiling plain v0.2.3
4402026-05-26T17:31:34.040Z Compiling thiserror v2.0.18
4412026-05-26T17:31:34.071Z Compiling utf8_iter v1.0.4
4422026-05-26T17:31:34.086Z Compiling camino v1.2.2
4432026-05-26T17:31:34.104Z Compiling syn v2.0.117
4442026-05-26T17:31:34.118Z Compiling utf8parse v0.2.2
4452026-05-26T17:31:34.143Z Compiling log v0.4.29
4462026-05-26T17:31:34.189Z Compiling pest_meta v2.8.6
4472026-05-26T17:31:34.213Z Compiling getrandom v0.4.1
4482026-05-26T17:31:34.243Z Compiling anstyle-parse v0.2.7
4492026-05-26T17:31:34.277Z Compiling form_urlencoded v1.2.2
4502026-05-26T17:31:34.507Z Compiling ordered-float v2.10.1
4512026-05-26T17:31:34.581Z Compiling anstyle-query v1.1.5
4522026-05-26T17:31:34.597Z Compiling colorchoice v1.0.4
4532026-05-26T17:31:34.663Z Compiling anstyle v1.0.13
4542026-05-26T17:31:34.666Z Compiling is_terminal_polyfill v1.70.2
4552026-05-26T17:31:34.696Z Compiling cfg-if v1.0.4
4562026-05-26T17:31:34.724Z Compiling pretty-hex v0.4.1
4572026-05-26T17:31:34.762Z Compiling fs-err v3.3.0
4582026-05-26T17:31:34.779Z Compiling terminal_size v0.4.3
4592026-05-26T17:31:34.798Z Compiling unicode-xid v0.2.6
4602026-05-26T17:31:34.837Z Compiling bytecount v0.6.9
4612026-05-26T17:31:34.881Z Compiling anstream v0.6.21
4622026-05-26T17:31:34.906Z Compiling once_cell v1.21.3
4632026-05-26T17:31:34.994Z Compiling semver v1.0.28
4642026-05-26T17:31:35.015Z Compiling unicode-width v0.1.14
4652026-05-26T17:31:35.021Z Compiling heck v0.4.1
4662026-05-26T17:31:35.102Z Compiling clap_lex v1.0.0
4672026-05-26T17:31:35.137Z Compiling strsim v0.11.1
4682026-05-26T17:31:35.206Z Compiling fnv v1.0.7
4692026-05-26T17:31:35.224Z Compiling heck v0.5.0
4702026-05-26T17:31:35.267Z Compiling fastrand v2.3.0
4712026-05-26T17:31:35.283Z Compiling anyhow v1.0.102
4722026-05-26T17:31:35.316Z Compiling papergrid v0.11.0
4732026-05-26T17:31:35.334Z Compiling clap_builder v4.5.60
4742026-05-26T17:31:35.351Z Compiling serde-untagged v0.1.9
4752026-05-26T17:31:35.388Z Compiling memmap v0.7.0
4762026-05-26T17:31:35.437Z Compiling unicode-linebreak v0.1.5
4772026-05-26T17:31:35.472Z Compiling tempfile v3.25.0
4782026-05-26T17:31:35.491Z Compiling unicode-width v0.2.0
4792026-05-26T17:31:35.509Z Compiling smawk v0.3.2
4802026-05-26T17:31:35.620Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-05-26T17:31:35.671Z Compiling swrite v0.1.0
4822026-05-26T17:31:35.709Z Compiling camino-tempfile v1.4.1
4832026-05-26T17:31:35.783Z Compiling textwrap v0.16.2
4842026-05-26T17:31:36.154Z Compiling tabled_derive v0.7.0
4852026-05-26T17:31:36.667Z Compiling synstructure v0.13.2
4862026-05-26T17:31:36.667Z Compiling pest_generator v2.8.6
4872026-05-26T17:31:36.808Z Compiling tabled v0.15.0
4882026-05-26T17:31:37.206Z Compiling serde_derive v1.0.228
4892026-05-26T17:31:37.206Z Compiling zerofrom-derive v0.1.6
4902026-05-26T17:31:37.209Z Compiling yoke-derive v0.8.1
4912026-05-26T17:31:37.209Z Compiling zerovec-derive v0.11.2
4922026-05-26T17:31:37.209Z Compiling displaydoc v0.2.5
4932026-05-26T17:31:37.209Z Compiling thiserror-impl v1.0.69
4942026-05-26T17:31:37.209Z Compiling zerocopy-derive v0.7.35
4952026-05-26T17:31:37.209Z Compiling scroll_derive v0.12.1
4962026-05-26T17:31:37.223Z Compiling thiserror-impl v2.0.18
4972026-05-26T17:31:37.273Z Compiling clap_derive v4.5.55
4982026-05-26T17:31:37.291Z Compiling pest_derive v2.8.6
4992026-05-26T17:31:37.900Z Compiling scroll v0.12.0
5002026-05-26T17:31:38.054Z Compiling zerocopy v0.7.35
5012026-05-26T17:31:38.127Z Compiling goblin v0.8.2
5022026-05-26T17:31:38.384Z Compiling dtrace-parser v0.2.0
5032026-05-26T17:31:38.402Z Compiling zerofrom v0.1.6
5042026-05-26T17:31:38.539Z Compiling yoke v0.8.1
5052026-05-26T17:31:38.680Z Compiling zerovec v0.11.5
5062026-05-26T17:31:38.680Z Compiling zerotrie v0.2.3
5072026-05-26T17:31:38.786Z Compiling clap v4.5.60
5082026-05-26T17:31:39.080Z Compiling tinystr v0.8.2
5092026-05-26T17:31:39.080Z Compiling potential_utf v0.1.4
5102026-05-26T17:31:39.245Z Compiling icu_collections v2.1.1
5112026-05-26T17:31:39.268Z Compiling icu_locale_core v2.1.1
5122026-05-26T17:31:39.742Z Compiling serde_spanned v0.6.9
5132026-05-26T17:31:39.742Z Compiling toml_datetime v0.6.11
5142026-05-26T17:31:39.743Z Compiling serde-value v0.7.0
5152026-05-26T17:31:39.755Z Compiling cargo-platform v0.2.0
5162026-05-26T17:31:39.755Z Compiling macaddr v1.0.1
5172026-05-26T17:31:39.760Z Compiling dof v0.3.0
5182026-05-26T17:31:39.760Z Compiling serde_tokenstream v0.2.3
5192026-05-26T17:31:39.826Z Compiling icu_provider v2.1.1
5202026-05-26T17:31:39.951Z Compiling toml_edit v0.22.27
5212026-05-26T17:31:40.074Z Compiling icu_properties v2.1.2
5222026-05-26T17:31:40.074Z Compiling icu_normalizer v2.1.1
5232026-05-26T17:31:40.461Z Compiling usdt-macro v0.5.0
5242026-05-26T17:31:40.464Z Compiling usdt-attr-macro v0.5.0
5252026-05-26T17:31:40.888Z Compiling idna_adapter v1.2.1
5262026-05-26T17:31:40.995Z Compiling idna v1.1.0
5272026-05-26T17:31:41.059Z Compiling usdt v0.5.0
5282026-05-26T17:31:41.208Z Compiling toml v0.8.23
5292026-05-26T17:31:41.235Z Compiling url v2.5.8
5302026-05-26T17:31:41.532Z Compiling cargo_toml v0.21.0
5312026-05-26T17:31:41.624Z Compiling cargo-util-schemas v0.8.2
5322026-05-26T17:31:42.393Z Compiling cargo_metadata v0.21.0
5332026-05-26T17:31:43.312Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5342026-05-26T17:31:45.391Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.72s
5352026-05-26T17:31:45.653Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5362026-05-26T17:31:46.200Z Downloading crates ...
5372026-05-26T17:31:46.285Z Downloaded adler2 v2.0.1
5382026-05-26T17:31:46.289Z Downloaded async-recursion v1.1.1
5392026-05-26T17:31:46.292Z Downloaded cargo-platform v0.1.9
5402026-05-26T17:31:46.295Z Downloaded argon2 v0.5.3
5412026-05-26T17:31:46.298Z Downloaded bitfield-macros v0.19.4
5422026-05-26T17:31:46.298Z Downloaded assert_matches v1.5.0
5432026-05-26T17:31:46.302Z Downloaded async-stream-impl v0.3.6
5442026-05-26T17:31:46.306Z Downloaded bcrypt-pbkdf v0.10.0
5452026-05-26T17:31:46.312Z Downloaded buf-list v1.1.2
5462026-05-26T17:31:46.315Z Downloaded crossbeam-epoch v0.9.18
5472026-05-26T17:31:46.318Z Downloaded derive_builder_macro v0.20.2
5482026-05-26T17:31:46.319Z Downloaded crc32fast v1.5.0
5492026-05-26T17:31:46.319Z Downloaded bit-vec v0.6.3
5502026-05-26T17:31:46.323Z Downloaded env_filter v1.0.0
5512026-05-26T17:31:46.328Z Downloaded fixedbitset v0.5.7
5522026-05-26T17:31:46.328Z Downloaded colored v3.1.1
5532026-05-26T17:31:46.328Z Downloaded chacha20 v0.10.0
5542026-05-26T17:31:46.331Z Downloaded cmake v0.1.57
5552026-05-26T17:31:46.331Z Downloaded const_format_proc_macros v0.2.34
5562026-05-26T17:31:46.331Z Downloaded bit-set v0.8.0
5572026-05-26T17:31:46.334Z Downloaded bit-set v0.5.3
5582026-05-26T17:31:46.337Z Downloaded darling_macro v0.13.4
5592026-05-26T17:31:46.337Z Downloaded crossterm v0.28.1
5602026-05-26T17:31:46.340Z Downloaded crc-any v2.5.0
5612026-05-26T17:31:46.344Z Downloaded corncobs v0.1.4
5622026-05-26T17:31:46.344Z Downloaded cfg_aliases v0.2.1
5632026-05-26T17:31:46.348Z Downloaded ctr v0.9.2
5642026-05-26T17:31:46.351Z Downloaded darling v0.21.3
5652026-05-26T17:31:46.354Z Downloaded arrayref v0.3.9
5662026-05-26T17:31:46.358Z Downloaded base64 v0.21.7
5672026-05-26T17:31:46.365Z Downloaded array-init v0.0.4
5682026-05-26T17:31:46.371Z Downloaded ascii-canvas v3.0.0
5692026-05-26T17:31:46.374Z Downloaded convert_case v0.4.0
5702026-05-26T17:31:46.374Z Downloaded atomic-waker v1.1.2
5712026-05-26T17:31:46.374Z Downloaded async-stream v0.3.6
5722026-05-26T17:31:46.377Z Downloaded defmt-parser v1.0.0
5732026-05-26T17:31:46.380Z Downloaded dropshot v0.17.0
5742026-05-26T17:31:46.392Z Downloaded endian-type v0.1.2
5752026-05-26T17:31:46.395Z Downloaded crucible-workspace-hack v0.1.0
5762026-05-26T17:31:46.395Z Downloaded dunce v1.0.5
5772026-05-26T17:31:46.395Z Downloaded aead v0.5.2
5782026-05-26T17:31:46.395Z Downloaded document-features v0.2.12
5792026-05-26T17:31:46.399Z Downloaded debug-ignore v1.0.5
5802026-05-26T17:31:46.399Z Downloaded darling_macro v0.23.0
5812026-05-26T17:31:46.399Z Downloaded darling_macro v0.20.11
5822026-05-26T17:31:46.399Z Downloaded ciborium-io v0.2.2
5832026-05-26T17:31:46.402Z Downloaded flagset v0.4.7
5842026-05-26T17:31:46.402Z Downloaded bit-vec v0.8.0
5852026-05-26T17:31:46.402Z Downloaded atomicwrites v0.4.4
5862026-05-26T17:31:46.405Z Downloaded float-cmp v0.10.0
5872026-05-26T17:31:46.405Z Downloaded embedded-io v0.6.1
5882026-05-26T17:31:46.405Z Downloaded darling_macro v0.21.3
5892026-05-26T17:31:46.405Z Downloaded dof v0.4.0
5902026-05-26T17:31:46.408Z Downloaded dirs-next v2.0.0
5912026-05-26T17:31:46.408Z Downloaded derive-ex v0.1.8
5922026-05-26T17:31:46.408Z Downloaded darling v0.13.4
5932026-05-26T17:31:46.411Z Downloaded defmt-macros v1.0.1
5942026-05-26T17:31:46.416Z Downloaded daft-derive v0.1.7
5952026-05-26T17:31:46.416Z Downloaded dsl_auto_type v0.2.0
5962026-05-26T17:31:46.419Z Downloaded display-error-chain v0.2.2
5972026-05-26T17:31:46.419Z Downloaded base16ct v0.2.0
5982026-05-26T17:31:46.419Z Downloaded cstr-argument v0.1.2
5992026-05-26T17:31:46.419Z Downloaded colored v2.2.0
6002026-05-26T17:31:46.419Z Downloaded foreign-types-shared v0.1.1
6012026-05-26T17:31:46.422Z Downloaded futures-sink v0.3.32
6022026-05-26T17:31:46.422Z Downloaded fxhash v0.2.1
6032026-05-26T17:31:46.422Z Downloaded futures-macro v0.3.32
6042026-05-26T17:31:46.422Z Downloaded futures-io v0.3.32
6052026-05-26T17:31:46.425Z Downloaded dirs-sys-next v0.1.2
6062026-05-26T17:31:46.425Z Downloaded funty v2.0.0
6072026-05-26T17:31:46.425Z Downloaded foreign-types-shared v0.3.1
6082026-05-26T17:31:46.425Z Downloaded fixedbitset v0.4.2
6092026-05-26T17:31:46.428Z Downloaded ghash v0.5.1
6102026-05-26T17:31:46.428Z Downloaded git-stub v1.0.0
6112026-05-26T17:31:46.428Z Downloaded cargo_metadata v0.19.2
6122026-05-26T17:31:46.431Z Downloaded foldhash v0.1.5
6132026-05-26T17:31:46.431Z Downloaded futures-task v0.3.32
6142026-05-26T17:31:46.431Z Downloaded crc8 v0.1.1
6152026-05-26T17:31:46.431Z Downloaded foreign-types-macros v0.2.3
6162026-05-26T17:31:46.434Z Downloaded foreign-types v0.3.2
6172026-05-26T17:31:46.434Z Downloaded ciborium-ll v0.2.2
6182026-05-26T17:31:46.434Z Downloaded chacha20 v0.9.1
6192026-05-26T17:31:46.437Z Downloaded fd-lock v4.0.4
6202026-05-26T17:31:46.437Z Downloaded dyn-clone v1.0.20
6212026-05-26T17:31:46.437Z Downloaded enum-as-inner v0.6.1
6222026-05-26T17:31:46.440Z Downloaded diesel_table_macro_syntax v0.3.0
6232026-05-26T17:31:46.441Z Downloaded constant_time_eq v0.4.2
6242026-05-26T17:31:46.441Z Downloaded cipher v0.4.4
6252026-05-26T17:31:46.444Z Downloaded dtrace-parser v0.3.0
6262026-05-26T17:31:46.444Z Downloaded downcast-rs v2.0.2
6272026-05-26T17:31:46.444Z Downloaded cexpr v0.6.0
6282026-05-26T17:31:46.448Z Downloaded camino-tempfile-ext v0.3.3
6292026-05-26T17:31:46.448Z Downloaded byte-wrapper v0.1.0
6302026-05-26T17:31:46.448Z Downloaded cobs v0.3.0
6312026-05-26T17:31:46.451Z Downloaded cfg_aliases v0.1.1
6322026-05-26T17:31:46.451Z Downloaded bitflags v1.3.2
6332026-05-26T17:31:46.453Z Downloaded futures-core v0.3.32
6342026-05-26T17:31:46.454Z Downloaded bitfield-struct v0.6.2
6352026-05-26T17:31:46.454Z Downloaded ciborium v0.2.2
6362026-05-26T17:31:46.456Z Downloaded embedded-io v0.4.0
6372026-05-26T17:31:46.457Z Downloaded gethostname v0.5.0
6382026-05-26T17:31:46.460Z Downloaded bcs v0.1.6
6392026-05-26T17:31:46.460Z Downloaded data-encoding v2.10.0
6402026-05-26T17:31:46.460Z Downloaded cookie_store v0.22.1
6412026-05-26T17:31:46.463Z Downloaded globwalk v0.9.1
6422026-05-26T17:31:46.463Z Downloaded der_derive v0.7.3
6432026-05-26T17:31:46.466Z Downloaded diesel-dtrace v0.5.0
6442026-05-26T17:31:46.466Z Downloaded defmt v1.0.1
6452026-05-26T17:31:46.470Z Downloaded dropshot-api-manager-types v0.7.1
6462026-05-26T17:31:46.470Z Downloaded backoff v0.4.0
6472026-05-26T17:31:46.470Z Downloaded derive_builder_core v0.20.2
6482026-05-26T17:31:46.473Z Downloaded compression-codecs v0.4.37
6492026-05-26T17:31:46.473Z Downloaded fs-err v2.11.0
6502026-05-26T17:31:46.473Z Downloaded foreign-types v0.5.0
6512026-05-26T17:31:46.477Z Downloaded foldhash v0.2.0
6522026-05-26T17:31:46.477Z Downloaded console v0.16.2
6532026-05-26T17:31:46.477Z Downloaded hex-literal v0.4.1
6542026-05-26T17:31:46.480Z Downloaded hex v0.4.3
6552026-05-26T17:31:46.480Z Downloaded http-body v1.0.1
6562026-05-26T17:31:46.480Z Downloaded hostname v0.3.1
6572026-05-26T17:31:46.480Z Downloaded hash32 v0.3.1
6582026-05-26T17:31:46.483Z Downloaded hash32 v0.2.1
6592026-05-26T17:31:46.483Z Downloaded console v0.15.11
6602026-05-26T17:31:46.487Z Downloaded hyper-tls v0.6.0
6612026-05-26T17:31:46.488Z Downloaded hubpack v0.1.2
6622026-05-26T17:31:46.488Z Downloaded hostname v0.4.2
6632026-05-26T17:31:46.491Z Downloaded headers-core v0.3.0
6642026-05-26T17:31:46.491Z Downloaded hubpack_derive v0.1.1
6652026-05-26T17:31:46.491Z Downloaded convert_case v0.10.0
6662026-05-26T17:31:46.491Z Downloaded der v0.7.10
6672026-05-26T17:31:46.494Z Downloaded float-ord v0.3.2
6682026-05-26T17:31:46.494Z Downloaded erased-serde v0.3.31
6692026-05-26T17:31:46.497Z Downloaded const-oid v0.9.6
6702026-05-26T17:31:46.497Z Downloaded bzip2 v0.6.1
6712026-05-26T17:31:46.497Z Downloaded fs_extra v1.3.0
6722026-05-26T17:31:46.500Z Downloaded crossbeam-deque v0.8.6
6732026-05-26T17:31:46.500Z Downloaded csv-core v0.1.13
6742026-05-26T17:31:46.503Z Downloaded clang-sys v1.8.1
6752026-05-26T17:31:46.503Z Downloaded bzip2 v0.4.4
6762026-05-26T17:31:46.506Z Downloaded home v0.5.12
6772026-05-26T17:31:46.506Z Downloaded glob v0.3.3
6782026-05-26T17:31:46.506Z Downloaded futures-executor v0.3.32
6792026-05-26T17:31:46.507Z Downloaded find-msvc-tools v0.1.9
6802026-05-26T17:31:46.509Z Downloaded ena v0.14.4
6812026-05-26T17:31:46.509Z Downloaded ahash v0.8.12
6822026-05-26T17:31:46.512Z Downloaded indent_write v2.2.0
6832026-05-26T17:31:46.512Z Downloaded illumos-nvpair v0.3.0
6842026-05-26T17:31:46.513Z Downloaded httpdate v1.0.3
6852026-05-26T17:31:46.515Z Downloaded globset v0.4.18
6862026-05-26T17:31:46.516Z Downloaded indoc v1.0.9
6872026-05-26T17:31:46.516Z Downloaded ident_case v1.0.1
6882026-05-26T17:31:46.519Z Downloaded filetime v0.2.27
6892026-05-26T17:31:46.519Z Downloaded internet-checksum v0.2.1
6902026-05-26T17:31:46.519Z Downloaded ed25519 v2.2.3
6912026-05-26T17:31:46.522Z Downloaded critical-section v1.2.0
6922026-05-26T17:31:46.522Z Downloaded ecdsa v0.16.9
6932026-05-26T17:31:46.522Z Downloaded is-terminal v0.4.17
6942026-05-26T17:31:46.525Z Downloaded instability v0.3.11
6952026-05-26T17:31:46.525Z Downloaded cookie v0.18.1
6962026-05-26T17:31:46.525Z Downloaded base64ct v1.8.3
6972026-05-26T17:31:46.528Z Downloaded inout v0.1.4
6982026-05-26T17:31:46.528Z Downloaded darling_core v0.13.4
6992026-05-26T17:31:46.531Z Downloaded group v0.13.0
7002026-05-26T17:31:46.531Z Downloaded darling v0.20.11
7012026-05-26T17:31:46.534Z Downloaded git-stub-vcs v0.1.0
7022026-05-26T17:31:46.537Z Downloaded fallible-iterator v0.2.0
7032026-05-26T17:31:46.537Z Downloaded either v1.15.0
7042026-05-26T17:31:46.537Z Downloaded highway v1.3.0
7052026-05-26T17:31:46.540Z Downloaded daft v0.1.7
7062026-05-26T17:31:46.540Z Downloaded is_ci v1.2.0
7072026-05-26T17:31:46.543Z Downloaded lazy_static v1.5.0
7082026-05-26T17:31:46.543Z Downloaded lalrpop-util v0.19.12
7092026-05-26T17:31:46.543Z Downloaded kstat-rs v0.2.4
7102026-05-26T17:31:46.546Z Downloaded cancel-safe-futures v0.1.5
7112026-05-26T17:31:46.546Z Downloaded libscf-sys v1.1.0
7122026-05-26T17:31:46.546Z Downloaded lru v0.12.5
7132026-05-26T17:31:46.549Z Downloaded keccak v0.1.6
7142026-05-26T17:31:46.549Z Downloaded arrayvec v0.7.6
7152026-05-26T17:31:46.549Z Downloaded env_logger v0.11.9
7162026-05-26T17:31:46.552Z Downloaded lru-slab v0.1.2
7172026-05-26T17:31:46.552Z Downloaded maybe-uninit v2.0.0
7182026-05-26T17:31:46.552Z Downloaded maplit v1.0.2
7192026-05-26T17:31:46.556Z Downloaded difflib v0.4.0
7202026-05-26T17:31:46.556Z Downloaded lru-cache v0.1.2
7212026-05-26T17:31:46.556Z Downloaded aes-gcm v0.10.3
7222026-05-26T17:31:46.559Z Downloaded http-body-util v0.1.3
7232026-05-26T17:31:46.559Z Downloaded diff v0.1.13
7242026-05-26T17:31:46.562Z Downloaded des v0.8.1
7252026-05-26T17:31:46.562Z Downloaded derive_builder v0.20.2
7262026-05-26T17:31:46.565Z Downloaded getrandom v0.2.17
7272026-05-26T17:31:46.568Z Downloaded allocator-api2 v0.2.21
7282026-05-26T17:31:46.571Z Downloaded humantime v2.3.0
7292026-05-26T17:31:46.571Z Downloaded ff v0.13.1
7302026-05-26T17:31:46.571Z Downloaded linked-hash-map v0.5.6
7312026-05-26T17:31:46.574Z Downloaded backon v1.6.0
7322026-05-26T17:31:46.575Z Downloaded lzss v0.8.2
7332026-05-26T17:31:46.578Z Downloaded match_cfg v0.1.0
7342026-05-26T17:31:46.578Z Downloaded illumos-nvpair-sys v0.2.0
7352026-05-26T17:31:46.578Z Downloaded mime v0.3.17
7362026-05-26T17:31:46.578Z Downloaded md-5 v0.10.6
7372026-05-26T17:31:46.581Z Downloaded managed v0.8.0
7382026-05-26T17:31:46.581Z Downloaded async-bb8-diesel v0.2.1
7392026-05-26T17:31:46.581Z Downloaded ingot-types v0.1.2
7402026-05-26T17:31:46.584Z Downloaded memoffset v0.9.1
7412026-05-26T17:31:46.584Z Downloaded ipnetwork v0.21.1
7422026-05-26T17:31:46.584Z Downloaded instant v0.1.13
7432026-05-26T17:31:46.587Z Downloaded hyper-staticfile v0.10.1
7442026-05-26T17:31:46.587Z Downloaded impl-trait-for-tuples v0.2.3
7452026-05-26T17:31:46.591Z Downloaded nodrop v0.1.14
7462026-05-26T17:31:46.591Z Downloaded nonempty v0.12.0
7472026-05-26T17:31:46.591Z Downloaded drift v0.1.4
7482026-05-26T17:31:46.595Z Downloaded num-iter v0.1.45
7492026-05-26T17:31:46.599Z Downloaded multimap v0.10.1
7502026-05-26T17:31:46.599Z Downloaded crossbeam-utils v0.8.21
7512026-05-26T17:31:46.603Z Downloaded indoc v2.0.7
7522026-05-26T17:31:46.603Z Downloaded newtype_derive v0.1.6
7532026-05-26T17:31:46.603Z Downloaded half v1.8.3
7542026-05-26T17:31:46.606Z Downloaded nibble_vec v0.1.0
7552026-05-26T17:31:46.606Z Downloaded newtype-uuid-macros v0.1.0
7562026-05-26T17:31:46.606Z Downloaded newline-converter v0.3.0
7572026-05-26T17:31:46.607Z Downloaded new_debug_unreachable v1.0.6
7582026-05-26T17:31:46.607Z Downloaded ingot v0.1.1
7592026-05-26T17:31:46.610Z Downloaded num-derive v0.3.3
7602026-05-26T17:31:46.610Z Downloaded num-conv v0.2.0
7612026-05-26T17:31:46.610Z Downloaded num v0.4.3
7622026-05-26T17:31:46.613Z Downloaded jobserver v0.1.34
7632026-05-26T17:31:46.613Z Downloaded libsw v3.5.0
7642026-05-26T17:31:46.613Z Downloaded libloading v0.8.9
7652026-05-26T17:31:46.616Z Downloaded normalize-line-endings v0.3.0
7662026-05-26T17:31:46.616Z Downloaded deranged v0.5.8
7672026-05-26T17:31:46.616Z Downloaded blake2 v0.10.6
7682026-05-26T17:31:46.619Z Downloaded openssl-probe v0.2.1
7692026-05-26T17:31:46.619Z Downloaded opaque-debug v0.3.1
7702026-05-26T17:31:46.620Z Downloaded olpc-cjson v0.1.4
7712026-05-26T17:31:46.624Z Downloaded num_threads v0.1.7
7722026-05-26T17:31:46.624Z Downloaded libefi-sys v0.1.0
7732026-05-26T17:31:46.624Z Downloaded getrandom v0.3.4
7742026-05-26T17:31:46.627Z Downloaded linear-map v1.2.0
7752026-05-26T17:31:46.627Z Downloaded const_format v0.2.35
7762026-05-26T17:31:46.630Z Downloaded num_enum_derive v0.5.11
7772026-05-26T17:31:46.630Z Downloaded compact_str v0.8.1
7782026-05-26T17:31:46.633Z Downloaded oso-derive v0.27.3
7792026-05-26T17:31:46.633Z Downloaded md5 v0.7.0
7802026-05-26T17:31:46.633Z Downloaded openssl-probe v0.1.6
7812026-05-26T17:31:46.633Z Downloaded openssl-macros v0.1.1
7822026-05-26T17:31:46.637Z Downloaded darling v0.23.0
7832026-05-26T17:31:46.637Z Downloaded packed_struct_codegen v0.10.1
7842026-05-26T17:31:46.640Z Downloaded ingot-macros v0.1.1
7852026-05-26T17:31:46.640Z Downloaded iana-time-zone v0.1.65
7862026-05-26T17:31:46.644Z Downloaded ipnet v2.11.0
7872026-05-26T17:31:46.644Z Downloaded fatfs v0.3.6
7882026-05-26T17:31:46.647Z Downloaded newtype-uuid v1.3.2
7892026-05-26T17:31:46.647Z Downloaded futures v0.3.32
7902026-05-26T17:31:46.650Z Downloaded dropshot_endpoint v0.17.0
7912026-05-26T17:31:46.650Z Downloaded parse-size v1.1.0
7922026-05-26T17:31:46.651Z Downloaded hyper-rustls v0.27.7
7932026-05-26T17:31:46.654Z Downloaded futures-channel v0.3.32
7942026-05-26T17:31:46.654Z Downloaded arc-swap v1.8.2
7952026-05-26T17:31:46.657Z Downloaded dropshot_endpoint v0.16.7
7962026-05-26T17:31:46.660Z Downloaded derive-where v1.6.0
7972026-05-26T17:31:46.664Z Downloaded base64 v0.22.1
7982026-05-26T17:31:46.664Z Downloaded mime_guess v2.0.5
7992026-05-26T17:31:46.667Z Downloaded parse-display v0.10.0
8002026-05-26T17:31:46.667Z Downloaded hmac v0.12.1
8012026-05-26T17:31:46.667Z Downloaded derive_more v0.99.20
8022026-05-26T17:31:46.670Z Downloaded nanorand v0.7.0
8032026-05-26T17:31:46.673Z Downloaded num_enum_derive v0.7.5
8042026-05-26T17:31:46.673Z Downloaded num-rational v0.4.2
8052026-05-26T17:31:46.673Z Downloaded num-derive v0.4.2
8062026-05-26T17:31:46.677Z Downloaded native-tls v0.2.18
8072026-05-26T17:31:46.677Z Downloaded lock_api v0.4.14
8082026-05-26T17:31:46.677Z Downloaded ed25519-dalek v2.2.0
8092026-05-26T17:31:46.680Z Downloaded phf_shared v0.12.1
8102026-05-26T17:31:46.680Z Downloaded phf_shared v0.11.3
8112026-05-26T17:31:46.680Z Downloaded peg-runtime v0.8.5
8122026-05-26T17:31:46.684Z Downloaded pbkdf2 v0.12.2
8132026-05-26T17:31:46.684Z Downloaded pbkdf2 v0.11.0
8142026-05-26T17:31:46.684Z Downloaded cc v1.2.56
8152026-05-26T17:31:46.688Z Downloaded bumpalo v3.20.2
8162026-05-26T17:31:46.688Z Downloaded path-slash v0.1.5
8172026-05-26T17:31:46.694Z Downloaded multer v3.1.0
8182026-05-26T17:31:46.694Z Downloaded pin-utils v0.1.0
8192026-05-26T17:31:46.694Z Downloaded libsw-core v0.3.2
8202026-05-26T17:31:46.694Z Downloaded chacha20poly1305 v0.10.1
8212026-05-26T17:31:46.694Z Downloaded http-range v0.1.5
8222026-05-26T17:31:46.694Z Downloaded blowfish v0.9.1
8232026-05-26T17:31:46.697Z Downloaded oxnet v0.1.4
8242026-05-26T17:31:46.697Z Downloaded bitfield v0.19.4
8252026-05-26T17:31:46.697Z Downloaded async-trait v0.1.89
8262026-05-26T17:31:46.707Z Downloaded num_enum v0.7.5
8272026-05-26T17:31:46.707Z Downloaded num_enum v0.5.11
8282026-05-26T17:31:46.707Z Downloaded powerfmt v0.2.0
8292026-05-26T17:31:46.707Z Downloaded indexmap v1.9.3
8302026-05-26T17:31:46.711Z Downloaded darling_core v0.23.0
8312026-05-26T17:31:46.711Z Downloaded packed_struct v0.10.1
8322026-05-26T17:31:46.715Z Downloaded num-integer v0.1.46
8332026-05-26T17:31:46.715Z Downloaded httparse v1.10.1
8342026-05-26T17:31:46.718Z Downloaded predicates-core v1.0.10
8352026-05-26T17:31:46.729Z Downloaded progenitor-client v0.11.2
8362026-05-26T17:31:46.733Z Downloaded ar_archive_writer v0.5.1
8372026-05-26T17:31:46.733Z Downloaded darling_core v0.21.3
8382026-05-26T17:31:46.737Z Downloaded crypto-bigint v0.5.5
8392026-05-26T17:31:46.740Z Downloaded parking_lot_core v0.8.6
8402026-05-26T17:31:46.743Z Downloaded phf_shared v0.13.1
8412026-05-26T17:31:46.743Z Downloaded paste v1.0.15
8422026-05-26T17:31:46.743Z Downloaded pem v3.0.6
8432026-05-26T17:31:46.748Z Downloaded progenitor-macro v0.10.0
8442026-05-26T17:31:46.748Z Downloaded peg-macros v0.8.5
8452026-05-26T17:31:46.748Z Downloaded progenitor-macro v0.11.2
8462026-05-26T17:31:46.748Z Downloaded peg v0.8.5
8472026-05-26T17:31:46.752Z Downloaded progenitor-macro v0.13.0
8482026-05-26T17:31:46.752Z Downloaded quick-error v1.2.3
8492026-05-26T17:31:46.752Z Downloaded litrs v1.0.0
8502026-05-26T17:31:46.755Z Downloaded parse-display-derive v0.10.0
8512026-05-26T17:31:46.755Z Downloaded progenitor-client v0.10.0
8522026-05-26T17:31:46.755Z Downloaded proc-macro-error-attr2 v2.0.0
8532026-05-26T17:31:46.758Z Downloaded phf v0.12.1
8542026-05-26T17:31:46.758Z Downloaded proc-macro-crate v3.4.0
8552026-05-26T17:31:46.758Z Downloaded psl-types v2.0.11
8562026-05-26T17:31:46.758Z Downloaded progenitor-macro v0.14.0
8572026-05-26T17:31:46.761Z Downloaded pkcs8 v0.10.2
8582026-05-26T17:31:46.761Z Downloaded proc-macro-crate v1.3.1
8592026-05-26T17:31:46.761Z Downloaded predicates-tree v1.0.13
8602026-05-26T17:31:46.765Z Downloaded precomputed-hash v0.1.1
8612026-05-26T17:31:46.765Z Downloaded password-hash v0.5.0
8622026-05-26T17:31:46.765Z Downloaded heapless v0.7.17
8632026-05-26T17:31:46.769Z Downloaded password-hash v0.4.2
8642026-05-26T17:31:46.769Z Downloaded flume v0.11.1
8652026-05-26T17:31:46.772Z Downloaded pin-project-lite v0.2.17
8662026-05-26T17:31:46.775Z Downloaded pkg-config v0.3.32
8672026-05-26T17:31:46.776Z Downloaded omicron-zone-package v0.12.2
8682026-05-26T17:31:46.776Z Downloaded nu-ansi-term v0.50.3
8692026-05-26T17:31:46.779Z Downloaded rand_xorshift v0.4.0
8702026-05-26T17:31:46.779Z Downloaded polyval v0.6.2
8712026-05-26T17:31:46.782Z Downloaded ppv-lite86 v0.2.21
8722026-05-26T17:31:46.782Z Downloaded owo-colors v4.3.0
8732026-05-26T17:31:46.783Z Downloaded poly1305 v0.8.0
8742026-05-26T17:31:46.786Z Downloaded libbz2-rs-sys v0.2.2
8752026-05-26T17:31:46.786Z Downloaded parking_lot_core v0.9.12
8762026-05-26T17:31:46.789Z Downloaded parking_lot v0.12.5
8772026-05-26T17:31:46.789Z Downloaded proc-macro-error2 v2.0.1
8782026-05-26T17:31:46.792Z Downloaded oxide-tokio-rt v0.1.4
8792026-05-26T17:31:46.792Z Downloaded ref-cast-impl v1.0.25
8802026-05-26T17:31:46.792Z Downloaded recursive v0.1.1
8812026-05-26T17:31:46.795Z Downloaded progenitor-client v0.14.0
8822026-05-26T17:31:46.795Z Downloaded predicates v3.1.4
8832026-05-26T17:31:46.798Z Downloaded parking_lot v0.11.2
8842026-05-26T17:31:46.798Z Downloaded dropshot-api-manager v0.7.1
8852026-05-26T17:31:46.801Z Downloaded hickory-resolver v0.24.4
8862026-05-26T17:31:46.801Z Downloaded ref-cast v1.0.25
8872026-05-26T17:31:46.804Z Downloaded ignore v0.4.25
8882026-05-26T17:31:46.804Z Downloaded recursive-proc-macro-impl v0.1.1
8892026-05-26T17:31:46.807Z Downloaded progenitor v0.10.0
8902026-05-26T17:31:46.807Z Downloaded phf v0.13.1
8912026-05-26T17:31:46.807Z Downloaded progenitor-extras v0.2.0
8922026-05-26T17:31:46.810Z Downloaded progenitor v0.14.0
8932026-05-26T17:31:46.810Z Downloaded psm v0.1.30
8942026-05-26T17:31:46.813Z Downloaded rfc6979 v0.4.0
8952026-05-26T17:31:46.813Z Downloaded r2d2 v0.8.10
8962026-05-26T17:31:46.813Z Downloaded headers v0.4.1
8972026-05-26T17:31:46.817Z Downloaded derive_more-impl v2.1.1
8982026-05-26T17:31:46.820Z Downloaded russh-cryptovec v0.7.3
8992026-05-26T17:31:46.824Z Downloaded rtoolbox v0.0.3
9002026-05-26T17:31:46.824Z Downloaded async-compression v0.4.41
9012026-05-26T17:31:46.827Z Downloaded radium v0.7.0
9022026-05-26T17:31:46.827Z Downloaded progenitor-client v0.13.0
9032026-05-26T17:31:46.827Z Downloaded rustc_version v0.4.1
9042026-05-26T17:31:46.830Z Downloaded half v2.7.1
9052026-05-26T17:31:46.830Z Downloaded hickory-resolver v0.25.2
9062026-05-26T17:31:46.833Z Downloaded progenitor v0.13.0
9072026-05-26T17:31:46.833Z Downloaded pkcs5 v0.7.1
9082026-05-26T17:31:46.836Z Downloaded pkcs1 v0.7.5
9092026-05-26T17:31:46.839Z Downloaded postgres-protocol v0.6.10
9102026-05-26T17:31:46.839Z Downloaded pin-project-internal v1.1.11
9112026-05-26T17:31:46.839Z Downloaded rustc-hash v2.1.1
9122026-05-26T17:31:46.842Z Downloaded rustc_version v0.1.7
9132026-05-26T17:31:46.842Z Downloaded rand_core v0.9.5
9142026-05-26T17:31:46.842Z Downloaded oso v0.27.3
9152026-05-26T17:31:46.845Z Downloaded progenitor v0.11.2
9162026-05-26T17:31:46.845Z Downloaded primeorder v0.13.6
9172026-05-26T17:31:46.849Z Downloaded pem-rfc7468 v0.7.0
9182026-05-26T17:31:46.849Z Downloaded postgres-types v0.2.12
9192026-05-26T17:31:46.852Z Downloaded rand_seeder v0.4.0
9202026-05-26T17:31:46.852Z Downloaded rand_core v0.10.0
9212026-05-26T17:31:46.852Z Downloaded rand_core v0.6.4
9222026-05-26T17:31:46.852Z Downloaded diesel_derives v2.3.7
9232026-05-26T17:31:46.855Z Downloaded salsa20 v0.10.2
9242026-05-26T17:31:46.859Z Downloaded scheduled-thread-pool v0.2.7
9252026-05-26T17:31:46.859Z Downloaded same-file v1.0.6
9262026-05-26T17:31:46.859Z Downloaded papergrid v0.17.0
9272026-05-26T17:31:46.861Z Downloaded rand_chacha v0.9.0
9282026-05-26T17:31:46.864Z Downloaded indicatif v0.18.4
9292026-05-26T17:31:46.864Z Downloaded expectorate v1.2.0
9302026-05-26T17:31:46.868Z Downloaded flate2 v1.1.9
9312026-05-26T17:31:46.871Z Downloaded jiff-static v0.2.21
9322026-05-26T17:31:46.871Z Downloaded derive_more v2.1.1
9332026-05-26T17:31:46.877Z Downloaded scroll_derive v0.13.1
9342026-05-26T17:31:46.880Z Downloaded scopeguard v1.2.0
9352026-05-26T17:31:46.880Z Downloaded resolv-conf v0.7.6
9362026-05-26T17:31:46.880Z Downloaded crossbeam-channel v0.5.15
9372026-05-26T17:31:46.883Z Downloaded aes v0.8.4
9382026-05-26T17:31:46.886Z Downloaded rand_chacha v0.3.1
9392026-05-26T17:31:46.886Z Downloaded elliptic-curve v0.13.8
9402026-05-26T17:31:46.889Z Downloaded seq-macro v0.3.6
9412026-05-26T17:31:46.889Z Downloaded serde_repr v0.1.20
9422026-05-26T17:31:46.892Z Downloaded sapling-renderdag v0.1.0
9432026-05-26T17:31:46.892Z Downloaded num-complex v0.4.6
9442026-05-26T17:31:46.892Z Downloaded secrecy v0.8.0
9452026-05-26T17:31:46.895Z Downloaded serde-big-array v0.5.1
9462026-05-26T17:31:46.895Z Downloaded serde_urlencoded v0.7.1
9472026-05-26T17:31:46.895Z Downloaded secrecy v0.10.3
9482026-05-26T17:31:46.898Z Downloaded rustls-native-certs v0.8.3
9492026-05-26T17:31:46.899Z Downloaded pin-project v1.1.11
9502026-05-26T17:31:46.903Z Downloaded signature v2.2.0
9512026-05-26T17:31:46.906Z Downloaded sha1 v0.10.6
9522026-05-26T17:31:46.906Z Downloaded heapless v0.8.0
9532026-05-26T17:31:46.909Z Downloaded semver v0.1.20
9542026-05-26T17:31:46.909Z Downloaded serde_plain v1.0.2
9552026-05-26T17:31:46.912Z Downloaded serde_spanned v1.0.4
9562026-05-26T17:31:46.912Z Downloaded hickory-server v0.25.2
9572026-05-26T17:31:46.915Z Downloaded openssl-sys v0.9.115
9582026-05-26T17:31:46.918Z Downloaded scrypt v0.11.0
9592026-05-26T17:31:46.918Z Downloaded memmap2 v0.9.10
9602026-05-26T17:31:46.918Z Downloaded postcard v1.1.3
9612026-05-26T17:31:46.922Z Downloaded sigpipe v0.1.3
9622026-05-26T17:31:46.922Z Downloaded rustversion v1.0.22
9632026-05-26T17:31:46.925Z Downloaded slog-envlogger v2.2.0
9642026-05-26T17:31:46.925Z Downloaded rustls-pemfile v2.2.0
9652026-05-26T17:31:46.925Z Downloaded rustls-pemfile v1.0.4
9662026-05-26T17:31:46.928Z Downloaded shell-words v1.1.1
9672026-05-26T17:31:46.928Z Downloaded signal-hook-tokio v0.3.1
9682026-05-26T17:31:46.928Z Downloaded signal-hook-mio v0.2.5
9692026-05-26T17:31:46.931Z Downloaded cbc v0.1.2
9702026-05-26T17:31:46.931Z Downloaded bytes v1.11.1
9712026-05-26T17:31:46.934Z Downloaded siphasher v1.0.2
9722026-05-26T17:31:46.934Z Downloaded cassowary v0.3.0
9732026-05-26T17:31:46.937Z Downloaded defmt v0.3.100
9742026-05-26T17:31:46.937Z Downloaded hashbrown v0.13.2
9752026-05-26T17:31:46.940Z Downloaded progenitor-impl v0.13.0
9762026-05-26T17:31:46.940Z Downloaded progenitor-impl v0.11.2
9772026-05-26T17:31:46.940Z Downloaded prefix-trie v0.7.0
9782026-05-26T17:31:46.943Z Downloaded miniz_oxide v0.8.9
9792026-05-26T17:31:46.946Z Downloaded crc-catalog v2.4.0
9802026-05-26T17:31:46.946Z Downloaded bb8 v0.8.6
9812026-05-26T17:31:46.946Z Downloaded atty v0.2.14
9822026-05-26T17:31:46.946Z Downloaded curve25519-dalek-derive v0.1.1
9832026-05-26T17:31:46.949Z Downloaded crunchy v0.2.4
9842026-05-26T17:31:46.949Z Downloaded crc v3.4.0
9852026-05-26T17:31:46.949Z Downloaded cpufeatures v0.3.0
9862026-05-26T17:31:46.953Z Downloaded compression-core v0.4.31
9872026-05-26T17:31:46.953Z Downloaded castaway v0.2.4
9882026-05-26T17:31:46.953Z Downloaded block-padding v0.3.3
9892026-05-26T17:31:46.953Z Downloaded darling_core v0.20.11
9902026-05-26T17:31:46.956Z Downloaded slog-bunyan v2.5.0
9912026-05-26T17:31:46.956Z Downloaded serde_derive_internals v0.29.1
9922026-05-26T17:31:46.959Z Downloaded sec1 v0.7.3
9932026-05-26T17:31:46.959Z Downloaded sct v0.7.1
9942026-05-26T17:31:46.962Z Downloaded ssh-encoding v0.2.0
9952026-05-26T17:31:46.965Z Downloaded schemars_derive v0.8.22
9962026-05-26T17:31:46.965Z Downloaded shlex v1.3.0
9972026-05-26T17:31:46.968Z Downloaded progenitor-impl v0.14.0
9982026-05-26T17:31:46.968Z Downloaded quinn-udp v0.5.14
9992026-05-26T17:31:46.973Z Downloaded russh-keys v0.45.0
10002026-05-26T17:31:46.976Z Downloaded serde_path_to_error v0.1.20
10012026-05-26T17:31:46.976Z Downloaded serde_bytes v0.11.19
10022026-05-26T17:31:46.979Z Downloaded sqlparser_derive v0.5.0
10032026-05-26T17:31:46.979Z Downloaded scroll v0.13.0
10042026-05-26T17:31:46.983Z Downloaded rusty-fork v0.3.1
10052026-05-26T17:31:46.983Z Downloaded ssh-cipher v0.2.0
10062026-05-26T17:31:46.985Z Downloaded slab v0.4.12
10072026-05-26T17:31:46.985Z Downloaded simd-adler32 v0.3.8
10082026-05-26T17:31:46.988Z Downloaded strum v0.26.3
10092026-05-26T17:31:46.992Z Downloaded structmeta-derive v0.3.0
10102026-05-26T17:31:46.992Z Downloaded structmeta v0.3.0
10112026-05-26T17:31:46.992Z Downloaded strsim v0.10.0
10122026-05-26T17:31:46.995Z Downloaded strip-ansi-escapes v0.2.1
10132026-05-26T17:31:46.995Z Downloaded slog-dtrace v0.3.0
10142026-05-26T17:31:47.001Z Downloaded itertools v0.10.5
10152026-05-26T17:31:47.005Z Downloaded strum v0.27.2
10162026-05-26T17:31:47.008Z Downloaded signal-hook-registry v1.4.8
10172026-05-26T17:31:47.008Z Downloaded rustls-pki-types v1.14.0
10182026-05-26T17:31:47.008Z Downloaded smf v0.2.3
10192026-05-26T17:31:47.011Z Downloaded smallvec v0.6.14
10202026-05-26T17:31:47.011Z Downloaded p256 v0.13.2
10212026-05-26T17:31:47.016Z Downloaded take_mut v0.2.2
10222026-05-26T17:31:47.016Z Downloaded supports-color v3.0.2
10232026-05-26T17:31:47.016Z Downloaded pretty_assertions v1.4.1
10242026-05-26T17:31:47.019Z Downloaded slog-term v2.9.2
10252026-05-26T17:31:47.019Z Downloaded ron v0.8.1
10262026-05-26T17:31:47.022Z Downloaded tagptr v0.2.0
10272026-05-26T17:31:47.022Z Downloaded prettyplease v0.2.37
10282026-05-26T17:31:47.025Z Downloaded hyper-util v0.1.20
10292026-05-26T17:31:47.028Z Downloaded spki v0.7.3
10302026-05-26T17:31:47.028Z Downloaded tabwriter v1.4.1
10312026-05-26T17:31:47.031Z Downloaded rcgen v0.12.1
10322026-05-26T17:31:47.031Z Downloaded serde_with_macros v1.5.2
10332026-05-26T17:31:47.031Z Downloaded snafu-derive v0.8.9
10342026-05-26T17:31:47.035Z Downloaded slog-scope v4.4.1
10352026-05-26T17:31:47.035Z Downloaded tap v1.0.1
10362026-05-26T17:31:47.035Z Downloaded slog-json v2.6.1
10372026-05-26T17:31:47.038Z Downloaded testing_table v0.3.0
10382026-05-26T17:31:47.038Z Downloaded slog-async v2.8.0
10392026-05-26T17:31:47.038Z Downloaded tabled_derive v0.11.0
10402026-05-26T17:31:47.041Z Downloaded mio v1.2.0
10412026-05-26T17:31:47.044Z Downloaded sync_wrapper v1.0.2
10422026-05-26T17:31:47.044Z Downloaded sync-ptr v0.1.4
10432026-05-26T17:31:47.044Z Downloaded crossterm v0.29.0
10442026-05-26T17:31:47.047Z Downloaded progenitor-impl v0.10.0
10452026-05-26T17:31:47.050Z Downloaded nom v7.1.3
10462026-05-26T17:31:47.053Z Downloaded blake3 v1.8.3
10472026-05-26T17:31:47.057Z Downloaded time-core v0.1.8
10482026-05-26T17:31:47.061Z Downloaded thread-id v5.1.0
10492026-05-26T17:31:47.061Z Downloaded thiserror-impl-no-std v2.0.2
10502026-05-26T17:31:47.064Z Downloaded tinyvec_macros v0.1.1
10512026-05-26T17:31:47.064Z Downloaded termtree v0.5.1
10522026-05-26T17:31:47.064Z Downloaded stringprep v0.1.5
10532026-05-26T17:31:47.064Z Downloaded string_cache v0.8.9
10542026-05-26T17:31:47.067Z Downloaded hashbrown v0.12.3
10552026-05-26T17:31:47.067Z Downloaded static_assertions v1.1.0
10562026-05-26T17:31:47.070Z Downloaded stacker v0.1.23
10572026-05-26T17:31:47.070Z Downloaded sqlformat v0.3.5
10582026-05-26T17:31:47.073Z Downloaded hashbrown v0.16.1
10592026-05-26T17:31:47.076Z Downloaded rustls-platform-verifier v0.6.2
10602026-05-26T17:31:47.076Z Downloaded serde_cbor v0.11.2
10612026-05-26T17:31:47.080Z Downloaded support-bundle-viewer v0.1.2
10622026-05-26T17:31:47.080Z Downloaded strum_macros v0.27.2
10632026-05-26T17:31:47.083Z Downloaded tokio-macros v2.7.0
10642026-05-26T17:31:47.083Z Downloaded bindgen v0.71.1
10652026-05-26T17:31:47.086Z Downloaded subtle v2.6.1
10662026-05-26T17:31:47.089Z Downloaded strum_macros v0.26.4
10672026-05-26T17:31:47.089Z Downloaded strum_macros v0.24.3
10682026-05-26T17:31:47.092Z Downloaded slog-stdlog v4.1.1
10692026-05-26T17:31:47.092Z Downloaded qorb v0.4.1
10702026-05-26T17:31:47.095Z Downloaded hashbrown v0.15.5
10712026-05-26T17:31:47.098Z Downloaded rayon-core v1.13.0
10722026-05-26T17:31:47.101Z Downloaded minimal-lexical v0.2.1
10732026-05-26T17:31:47.104Z Downloaded signal-hook v0.3.18
10742026-05-26T17:31:47.104Z Downloaded termios v0.3.3
10752026-05-26T17:31:47.107Z Downloaded topological-sort v0.2.2
10762026-05-26T17:31:47.107Z Downloaded quinn v0.11.9
10772026-05-26T17:31:47.110Z Downloaded schemars v0.8.22
10782026-05-26T17:31:47.114Z Downloaded thiserror-no-std v2.0.2
10792026-05-26T17:31:47.117Z Downloaded tower-service v0.3.3
10802026-05-26T17:31:47.120Z Downloaded spin v0.9.8
10812026-05-26T17:31:47.120Z Downloaded serde_with_macros v3.17.0
10822026-05-26T17:31:47.123Z Downloaded serde-hex v0.1.0
10832026-05-26T17:31:47.123Z Downloaded http v1.4.0
10842026-05-26T17:31:47.126Z Downloaded thread_local v1.1.9
10852026-05-26T17:31:47.129Z Downloaded tls_codec v0.4.2
10862026-05-26T17:31:47.130Z Downloaded try-lock v0.2.5
10872026-05-26T17:31:47.130Z Downloaded time-macros v0.2.27
10882026-05-26T17:31:47.133Z Downloaded tower-layer v0.3.3
10892026-05-26T17:31:47.133Z Downloaded trait-variant v0.1.2
10902026-05-26T17:31:47.133Z Downloaded rand v0.8.6
10912026-05-26T17:31:47.140Z Downloaded tls_codec_derive v0.4.2
10922026-05-26T17:31:47.143Z Downloaded libxml v0.3.3
10932026-05-26T17:31:47.147Z Downloaded num-bigint v0.4.6
10942026-05-26T17:31:47.150Z Downloaded tokio-dtrace v0.1.1
10952026-05-26T17:31:47.153Z Downloaded ryu v1.0.23
10962026-05-26T17:31:47.153Z Downloaded unit-prefix v0.5.2
10972026-05-26T17:31:47.156Z Downloaded typify-macro v0.6.2
10982026-05-26T17:31:47.157Z Downloaded unarray v0.1.4
10992026-05-26T17:31:47.157Z Downloaded typify-macro v0.4.3
11002026-05-26T17:31:47.157Z Downloaded tokio-tungstenite v0.23.1
11012026-05-26T17:31:47.162Z Downloaded socket2 v0.6.3
11022026-05-26T17:31:47.165Z Downloaded tokio-tungstenite v0.21.0
11032026-05-26T17:31:47.169Z Downloaded usdt-attr-macro v0.6.0
11042026-05-26T17:31:47.169Z Downloaded usdt v0.6.0
11052026-05-26T17:31:47.169Z Downloaded universal-hash v0.5.1
11062026-05-26T17:31:47.172Z Downloaded untrusted v0.9.0
11072026-05-26T17:31:47.172Z Downloaded untrusted v0.7.1
11082026-05-26T17:31:47.172Z Downloaded tokio-native-tls v0.3.1
11092026-05-26T17:31:47.175Z Downloaded unicode-truncate v1.1.0
11102026-05-26T17:31:47.178Z Downloaded aho-corasick v1.1.4
11112026-05-26T17:31:47.184Z Downloaded usdt-macro v0.6.0
11122026-05-26T17:31:47.187Z Downloaded term v1.2.1
11132026-05-26T17:31:47.187Z Downloaded utf-8 v0.7.6
11142026-05-26T17:31:47.190Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11152026-05-26T17:31:47.190Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11162026-05-26T17:31:47.190Z Downloaded want v0.3.1
11172026-05-26T17:31:47.190Z Downloaded void v1.0.2
11182026-05-26T17:31:47.193Z Downloaded term v0.7.0
11192026-05-26T17:31:47.193Z Downloaded schemars v0.9.0
11202026-05-26T17:31:47.199Z Downloaded tui-tree-widget v0.23.1
11212026-05-26T17:31:47.203Z Downloaded toml_writer v1.0.6+spec-1.1.0
11222026-05-26T17:31:47.207Z Downloaded rsa v0.9.10
11232026-05-26T17:31:47.211Z Downloaded tiny-keccak v2.0.2
11242026-05-26T17:31:47.211Z Downloaded xshell-macros v0.2.7
11252026-05-26T17:31:47.211Z Downloaded h2 v0.4.13
11262026-05-26T17:31:47.214Z Downloaded waitgroup v0.1.2
11272026-05-26T17:31:47.214Z Downloaded wait-timeout v0.2.1
11282026-05-26T17:31:47.217Z Downloaded serde_yaml v0.9.34+deprecated
11292026-05-26T17:31:47.217Z Downloaded futures-util v0.3.32
11302026-05-26T17:31:47.223Z Downloaded snafu v0.8.9
11312026-05-26T17:31:47.227Z Downloaded slog v2.8.2
11322026-05-26T17:31:47.232Z Downloaded socket2 v0.5.10
11332026-05-26T17:31:47.232Z Downloaded num-bigint-dig v0.8.6
11342026-05-26T17:31:47.236Z Downloaded itertools v0.13.0
11352026-05-26T17:31:47.239Z Downloaded itertools v0.12.1
11362026-05-26T17:31:47.242Z Downloaded rand v0.9.2
11372026-05-26T17:31:47.245Z Downloaded similar v2.7.0
11382026-05-26T17:31:47.248Z Downloaded usdt-impl v0.6.0
11392026-05-26T17:31:47.248Z Downloaded iddqd v0.4.1
11402026-05-26T17:31:47.251Z Downloaded libm v0.2.16
11412026-05-26T17:31:47.257Z Downloaded xattr v1.6.1
11422026-05-26T17:31:47.260Z Downloaded zeroize_derive v1.4.3
11432026-05-26T17:31:47.260Z Downloaded vergen-git2 v1.0.7
11442026-05-26T17:31:47.260Z Downloaded zone v0.3.1
11452026-05-26T17:31:47.263Z Downloaded unicase v2.9.0
11462026-05-26T17:31:47.263Z Downloaded rand v0.10.0
11472026-05-26T17:31:47.268Z Downloaded walkdir v2.5.0
11482026-05-26T17:31:47.268Z Downloaded hkdf v0.12.4
11492026-05-26T17:31:47.271Z Downloaded p521 v0.13.3
11502026-05-26T17:31:47.271Z Downloaded zone_cfg_derive v0.3.1
11512026-05-26T17:31:47.271Z Downloaded samael v0.0.19
11522026-05-26T17:31:47.274Z Downloaded vsss-rs v3.3.4
11532026-05-26T17:31:47.284Z Downloaded uzers v0.12.2
11542026-05-26T17:31:47.284Z Downloaded tokio-stream v0.1.18
11552026-05-26T17:31:47.297Z Downloaded tracing-attributes v0.1.31
11562026-05-26T17:31:47.297Z Downloaded iri-string v0.7.10
11572026-05-26T17:31:47.297Z Downloaded schemars v1.2.1
11582026-05-26T17:31:47.301Z Downloaded vergen-gitcl v1.0.8
11592026-05-26T17:31:47.301Z Downloaded twox-hash v2.1.2
11602026-05-26T17:31:47.301Z Downloaded tokio-rustls v0.25.0
11612026-05-26T17:31:47.301Z Downloaded test-strategy v0.4.5
11622026-05-26T17:31:47.301Z Downloaded russh v0.45.0
11632026-05-26T17:31:47.309Z Downloaded vergen-lib v0.1.6
11642026-05-26T17:31:47.309Z Downloaded tokio-rustls v0.26.4
11652026-05-26T17:31:47.309Z Downloaded tinyvec v1.10.0
11662026-05-26T17:31:47.309Z Downloaded vergen v9.0.6
11672026-05-26T17:31:47.309Z Downloaded publicsuffix v2.3.0
11682026-05-26T17:31:47.309Z Downloaded hyper v1.8.1
11692026-05-26T17:31:47.312Z Downloaded toml v1.0.6+spec-1.1.0
11702026-05-26T17:31:47.316Z Downloaded whoami v1.6.1
11712026-05-26T17:31:47.320Z Downloaded toml_parser v1.0.9+spec-1.1.0
11722026-05-26T17:31:47.320Z Downloaded wyz v0.5.1
11732026-05-26T17:31:47.320Z Downloaded toml v0.9.12+spec-1.1.0
11742026-05-26T17:31:47.324Z Downloaded subprocess v0.2.15
11752026-05-26T17:31:47.328Z Downloaded xshell v0.2.7
11762026-05-26T17:31:47.331Z Downloaded zstd v0.13.3
11772026-05-26T17:31:47.331Z Downloaded zeroize v1.8.2
11782026-05-26T17:31:47.335Z Downloaded rustls-webpki v0.103.9
11792026-05-26T17:31:47.335Z Downloaded whoami v2.1.0
11802026-05-26T17:31:47.338Z Downloaded tokio-rustls v0.24.1
11812026-05-26T17:31:47.347Z Downloaded toml v0.7.8
11822026-05-26T17:31:47.352Z Downloaded tar v0.4.45
11832026-05-26T17:31:47.360Z Downloaded unsafe-libyaml v0.2.11
11842026-05-26T17:31:47.363Z Downloaded typify v0.6.2
11852026-05-26T17:31:47.363Z Downloaded tungstenite v0.21.0
11862026-05-26T17:31:47.363Z Downloaded itertools v0.14.0
11872026-05-26T17:31:47.367Z Downloaded serde_with v1.14.0
11882026-05-26T17:31:47.373Z Downloaded rustyline v14.0.0
11892026-05-26T17:31:47.376Z Downloaded vte v0.14.1
11902026-05-26T17:31:47.381Z Downloaded unicode-properties v0.1.4
11912026-05-26T17:31:47.381Z Downloaded tracing-core v0.1.36
11922026-05-26T17:31:47.384Z Downloaded toml_edit v0.23.10+spec-1.0.0
11932026-05-26T17:31:47.384Z Downloaded unicode-bidi v0.3.18
11942026-05-26T17:31:47.387Z Downloaded bitvec v1.0.1
11952026-05-26T17:31:47.394Z Downloaded zstd-safe v7.2.4
11962026-05-26T17:31:47.398Z Downloaded uuid v1.23.0
11972026-05-26T17:31:47.398Z Downloaded yasna v0.5.2
11982026-05-26T17:31:47.398Z Downloaded steno v0.4.1
11992026-05-26T17:31:47.402Z Downloaded p384 v0.13.1
12002026-05-26T17:31:47.405Z Downloaded chrono v0.4.44
12012026-05-26T17:31:47.409Z Downloaded toml_edit v0.19.15
12022026-05-26T17:31:47.418Z Downloaded rpassword v7.4.0
12032026-05-26T17:31:47.430Z Downloaded aws-lc-rs v1.16.3
12042026-05-26T17:31:47.433Z Downloaded tungstenite v0.23.0
12052026-05-26T17:31:47.433Z Downloaded typify v0.4.3
12062026-05-26T17:31:47.433Z Downloaded reqwest v0.12.28
12072026-05-26T17:31:47.436Z Downloaded zerocopy v0.6.6
12082026-05-26T17:31:47.439Z Downloaded tokio-postgres v0.7.16
12092026-05-26T17:31:47.452Z Downloaded zip v0.6.6
12102026-05-26T17:31:47.457Z Downloaded zopfli v0.8.3
12112026-05-26T17:31:47.460Z Downloaded ssh-key v0.6.7
12122026-05-26T17:31:47.464Z Downloaded lalrpop v0.19.12
12132026-05-26T17:31:47.477Z Downloaded yansi v1.0.1
12142026-05-26T17:31:47.481Z Downloaded unicode_categories v0.1.1
12152026-05-26T17:31:47.487Z Downloaded zerocopy-derive v0.8.40
12162026-05-26T17:31:47.492Z Downloaded salty v0.3.0
12172026-05-26T17:31:47.495Z Downloaded reedline v0.40.0
12182026-05-26T17:31:47.501Z Downloaded reqwest v0.13.2
12192026-05-26T17:31:47.507Z Downloaded x509-cert v0.2.5
12202026-05-26T17:31:47.513Z Downloaded portable-atomic v1.13.1
12212026-05-26T17:31:47.518Z Downloaded rayon v1.11.0
12222026-05-26T17:31:47.522Z Downloaded regex v1.12.3
12232026-05-26T17:31:47.526Z Downloaded goblin v0.10.5
12242026-05-26T17:31:47.537Z Downloaded tower v0.5.3
12252026-05-26T17:31:47.542Z Downloaded zip v4.6.1
12262026-05-26T17:31:47.545Z Downloaded proptest v1.10.0
12272026-05-26T17:31:47.550Z Downloaded git2 v0.20.4
12282026-05-26T17:31:47.555Z Downloaded rustls-webpki v0.101.7
12292026-05-26T17:31:47.563Z Downloaded unicode-segmentation v1.12.0
12302026-05-26T17:31:47.567Z Downloaded tokio-util v0.7.18
12312026-05-26T17:31:47.570Z Downloaded quick-xml v0.37.5
12322026-05-26T17:31:47.575Z Downloaded moka v0.12.13
12332026-05-26T17:31:47.578Z Downloaded serde_with v3.17.0
12342026-05-26T17:31:47.585Z Downloaded object v0.30.4
12352026-05-26T17:31:47.590Z Downloaded typed-path v0.9.3
12362026-05-26T17:31:47.601Z Downloaded winnow v0.5.40
12372026-05-26T17:31:47.616Z Downloaded tower-http v0.6.8
12382026-05-26T17:31:47.620Z Downloaded tough v0.22.0
12392026-05-26T17:31:47.626Z Downloaded unicode-normalization v0.1.25
12402026-05-26T17:31:47.629Z Downloaded curve25519-dalek v4.1.3
12412026-05-26T17:31:47.633Z Downloaded petname v2.0.2
12422026-05-26T17:31:47.636Z Downloaded radix_trie v0.2.1
12432026-05-26T17:31:47.652Z Downloaded rustls-webpki v0.102.8
12442026-05-26T17:31:47.663Z Downloaded quinn-proto v0.11.13
12452026-05-26T17:31:47.669Z Downloaded polar-core v0.27.3
12462026-05-26T17:31:47.674Z Downloaded time v0.3.47
12472026-05-26T17:31:47.681Z Downloaded regex-syntax v0.6.29
12482026-05-26T17:31:47.685Z Downloaded rustls v0.21.12
12492026-05-26T17:31:47.691Z Downloaded nix v0.31.2
12502026-05-26T17:31:47.697Z Downloaded vcpkg v0.2.15
12512026-05-26T17:31:47.730Z Downloaded winnow v0.6.26
12522026-05-26T17:31:47.733Z Downloaded bstr v1.12.1
12532026-05-26T17:31:47.742Z Downloaded smoltcp v0.11.0
12542026-05-26T17:31:47.749Z Downloaded rustls v0.22.4
12552026-05-26T17:31:47.756Z Downloaded tabled v0.20.0
12562026-05-26T17:31:47.769Z Downloaded zerocopy v0.8.40
12572026-05-26T17:31:47.775Z Downloaded openssl v0.10.79
12582026-05-26T17:31:47.780Z Downloaded nix v0.29.0
12592026-05-26T17:31:47.787Z Downloaded nix v0.28.0
12602026-05-26T17:31:47.793Z Downloaded dropshot v0.16.7
12612026-05-26T17:31:47.805Z Downloaded zlib-rs v0.6.2
12622026-05-26T17:31:47.808Z Downloaded smoltcp v0.9.1
12632026-05-26T17:31:47.813Z Downloaded webpki-roots v1.0.6
12642026-05-26T17:31:47.817Z Downloaded hickory-proto v0.24.4
12652026-05-26T17:31:47.824Z Downloaded rustix v0.38.44
12662026-05-26T17:31:47.837Z Downloaded regress v0.10.5
12672026-05-26T17:31:47.841Z Downloaded diesel v2.3.7
12682026-05-26T17:31:47.853Z Downloaded openapiv3 v2.2.0
12692026-05-26T17:31:47.858Z Downloaded hickory-proto v0.25.2
12702026-05-26T17:31:47.867Z Downloaded regex-syntax v0.8.10
12712026-05-26T17:31:47.871Z Downloaded regress v0.11.1
12722026-05-26T17:31:47.876Z Downloaded rustls v0.23.37
12732026-05-26T17:31:47.883Z Downloaded object v0.37.3
12742026-05-26T17:31:47.891Z Downloaded bzip2-sys v0.1.13+1.0.8
12752026-05-26T17:31:47.896Z Downloaded nix v0.27.1
12762026-05-26T17:31:47.906Z Downloaded typify-impl v0.6.2
12772026-05-26T17:31:47.914Z Downloaded tracing v0.1.44
12782026-05-26T17:31:47.925Z Downloaded sqlparser v0.61.0
12792026-05-26T17:31:47.930Z Downloaded typify-impl v0.4.3
12802026-05-26T17:31:47.941Z Downloaded sled v0.34.7
12812026-05-26T17:31:47.949Z Downloaded ratatui v0.29.0
12822026-05-26T17:31:47.961Z Downloaded regex-automata v0.4.14
12832026-05-26T17:31:47.969Z Downloaded zerocopy-derive v0.6.6
12842026-05-26T17:31:47.979Z Downloaded petgraph v0.6.5
12852026-05-26T17:31:47.990Z Downloaded chrono-tz v0.10.4
12862026-05-26T17:31:48.005Z Downloaded petgraph v0.8.3
12872026-05-26T17:31:48.017Z Downloaded jiff v0.2.21
12882026-05-26T17:31:48.034Z Downloaded csv v1.4.0
12892026-05-26T17:31:48.044Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12902026-05-26T17:31:48.054Z Downloaded libz-sys v1.1.24
12912026-05-26T17:31:48.066Z Downloaded sha3 v0.10.8
12922026-05-26T17:31:48.069Z Downloaded tokio v1.52.1
12932026-05-26T17:31:48.101Z Downloaded encoding_rs v0.8.35
12942026-05-26T17:31:48.162Z Downloaded ring v0.17.14
12952026-05-26T17:31:48.213Z Downloaded libgit2-sys v0.18.3+1.9.2
12962026-05-26T17:31:48.694Z Downloaded aws-lc-sys v0.40.0
12972026-05-26T17:31:48.941Z Compiling libc v0.2.185
12982026-05-26T17:31:48.941Z Compiling serde v1.0.228
12992026-05-26T17:31:48.941Z Compiling log v0.4.29
13002026-05-26T17:31:48.941Z Compiling find-msvc-tools v0.1.9
13012026-05-26T17:31:48.941Z Compiling shlex v1.3.0
13022026-05-26T17:31:48.944Z Compiling smallvec v1.15.1
13032026-05-26T17:31:48.944Z Compiling typenum v1.19.0
13042026-05-26T17:31:48.944Z Compiling subtle v2.6.1
13052026-05-26T17:31:48.944Z Compiling generic-array v0.14.7
13062026-05-26T17:31:48.945Z Compiling scopeguard v1.2.0
13072026-05-26T17:31:49.157Z Compiling const-oid v0.9.6
13082026-05-26T17:31:49.172Z Compiling serde_json v1.0.149
13092026-05-26T17:31:49.196Z Compiling syn v2.0.117
13102026-05-26T17:31:49.209Z Compiling zerocopy v0.8.40
13112026-05-26T17:31:49.213Z Compiling pin-project-lite v0.2.17
13122026-05-26T17:31:49.213Z Compiling parking_lot_core v0.9.12
13132026-05-26T17:31:49.306Z Compiling lock_api v0.4.14
13142026-05-26T17:31:49.326Z Compiling portable-atomic v1.13.1
13152026-05-26T17:31:49.342Z Compiling pkg-config v0.3.32
13162026-05-26T17:31:49.345Z Compiling bitflags v2.11.0
13172026-05-26T17:31:49.345Z Compiling critical-section v1.2.0
13182026-05-26T17:31:49.387Z Compiling futures-core v0.3.32
13192026-05-26T17:31:49.449Z Compiling libm v0.2.16
13202026-05-26T17:31:49.474Z Compiling num-traits v0.2.19
13212026-05-26T17:31:49.508Z Compiling percent-encoding v2.3.2
13222026-05-26T17:31:49.564Z Compiling futures-sink v0.3.32
13232026-05-26T17:31:49.567Z Compiling futures-io v0.3.32
13242026-05-26T17:31:49.567Z Compiling getrandom v0.4.1
13252026-05-26T17:31:49.579Z Compiling cpufeatures v0.2.17
13262026-05-26T17:31:49.622Z Compiling slab v0.4.12
13272026-05-26T17:31:49.729Z Compiling futures-channel v0.3.32
13282026-05-26T17:31:49.747Z Compiling futures-task v0.3.32
13292026-05-26T17:31:49.799Z Compiling rand_core v0.10.0
13302026-05-26T17:31:49.814Z Compiling indexmap v2.14.0
13312026-05-26T17:31:49.830Z Compiling getrandom v0.3.4
13322026-05-26T17:31:49.881Z Compiling rustversion v1.0.22
13332026-05-26T17:31:49.951Z Compiling form_urlencoded v1.2.2
13342026-05-26T17:31:49.970Z Compiling dunce v1.0.5
13352026-05-26T17:31:49.991Z Compiling fs_extra v1.3.0
13362026-05-26T17:31:50.006Z Compiling ident_case v1.0.1
13372026-05-26T17:31:50.009Z Compiling base64ct v1.8.3
13382026-05-26T17:31:50.037Z Compiling rustix v1.1.3
13392026-05-26T17:31:50.072Z Compiling iana-time-zone v0.1.65
13402026-05-26T17:31:50.088Z Compiling flagset v0.4.7
13412026-05-26T17:31:50.152Z Compiling getrandom v0.2.17
13422026-05-26T17:31:50.167Z Compiling jobserver v0.1.34
13432026-05-26T17:31:50.184Z Compiling errno v0.3.14
13442026-05-26T17:31:50.230Z Compiling mio v1.2.0
13452026-05-26T17:31:50.270Z Compiling socket2 v0.6.3
13462026-05-26T17:31:50.325Z Compiling rand_core v0.6.4
13472026-05-26T17:31:50.341Z Compiling signal-hook-registry v1.4.8
13482026-05-26T17:31:50.396Z Compiling cc v1.2.56
13492026-05-26T17:31:50.414Z Compiling parking_lot v0.12.5
13502026-05-26T17:31:50.466Z Compiling once_cell v1.21.3
13512026-05-26T17:31:50.486Z Compiling pem-rfc7468 v0.7.0
13522026-05-26T17:31:50.500Z Compiling regex-syntax v0.8.10
13532026-05-26T17:31:50.560Z Compiling aws-lc-rs v1.16.3
13542026-05-26T17:31:50.642Z Compiling vcpkg v0.2.15
13552026-05-26T17:31:50.686Z Compiling tracing-core v0.1.36
13562026-05-26T17:31:50.703Z Compiling uuid v1.23.0
13572026-05-26T17:31:50.719Z Compiling rustc_version v0.4.1
13582026-05-26T17:31:50.722Z Compiling base64 v0.22.1
13592026-05-26T17:31:50.780Z Compiling rand_core v0.9.5
13602026-05-26T17:31:50.813Z Compiling httparse v1.10.1
13612026-05-26T17:31:50.834Z Compiling tinyvec_macros v0.1.1
13622026-05-26T17:31:50.877Z Compiling untrusted v0.9.0
13632026-05-26T17:31:50.918Z Compiling untrusted v0.7.1
13642026-05-26T17:31:50.960Z Compiling openssl-probe v0.2.1
13652026-05-26T17:31:51.004Z Compiling tinyvec v1.10.0
13662026-05-26T17:31:51.017Z Compiling aho-corasick v1.1.4
13672026-05-26T17:31:51.058Z Compiling atomic-waker v1.1.2
13682026-05-26T17:31:51.073Z Compiling rustls v0.23.37
13692026-05-26T17:31:51.076Z Compiling tower-layer v0.3.3
13702026-05-26T17:31:51.076Z Compiling dyn-clone v1.0.20
13712026-05-26T17:31:51.148Z Compiling cmake v0.1.57
13722026-05-26T17:31:51.201Z Compiling tower-service v0.3.3
13732026-05-26T17:31:51.229Z Compiling try-lock v0.2.5
13742026-05-26T17:31:51.252Z Compiling schemars v0.8.22
13752026-05-26T17:31:51.266Z Compiling pin-utils v0.1.0
13762026-05-26T17:31:51.266Z Compiling openssl v0.10.79
13772026-05-26T17:31:51.313Z Compiling httpdate v1.0.3
13782026-05-26T17:31:51.326Z Compiling want v0.3.1
13792026-05-26T17:31:51.354Z Compiling foreign-types-shared v0.1.1
13802026-05-26T17:31:51.369Z Compiling unicode-normalization v0.1.25
13812026-05-26T17:31:51.385Z Compiling spin v0.9.8
13822026-05-26T17:31:51.388Z Compiling crc32fast v1.5.0
13832026-05-26T17:31:51.415Z Compiling native-tls v0.2.18
13842026-05-26T17:31:51.457Z Compiling foreign-types v0.3.2
13852026-05-26T17:31:51.491Z Compiling num-conv v0.2.0
13862026-05-26T17:31:51.515Z Compiling time-core v0.1.8
13872026-05-26T17:31:51.537Z Compiling powerfmt v0.2.0
13882026-05-26T17:31:51.553Z Compiling wait-timeout v0.2.1
13892026-05-26T17:31:51.556Z Compiling sync_wrapper v1.0.2
13902026-05-26T17:31:51.556Z Compiling quick-error v1.2.3
13912026-05-26T17:31:51.596Z Compiling bit-vec v0.8.0
13922026-05-26T17:31:51.613Z Compiling usdt-impl v0.6.0
13932026-05-26T17:31:51.634Z Compiling num_threads v0.1.7
13942026-05-26T17:31:51.648Z Compiling simd-adler32 v0.3.8
13952026-05-26T17:31:51.676Z Compiling tempfile v3.25.0
13962026-05-26T17:31:51.693Z Compiling time-macros v0.2.27
13972026-05-26T17:31:51.710Z Compiling deranged v0.5.8
13982026-05-26T17:31:51.743Z Compiling crossbeam-utils v0.8.21
13992026-05-26T17:31:51.760Z Compiling siphasher v1.0.2
14002026-05-26T17:31:51.774Z Compiling syn v1.0.109
14012026-05-26T17:31:51.856Z Compiling bit-set v0.8.0
14022026-05-26T17:31:51.885Z Compiling heapless v0.7.17
14032026-05-26T17:31:51.888Z Compiling slog v2.8.2
14042026-05-26T17:31:51.914Z Compiling rusty-fork v0.3.1
14052026-05-26T17:31:51.943Z Compiling aws-lc-sys v0.40.0
14062026-05-26T17:31:51.960Z Compiling ring v0.17.14
14072026-05-26T17:31:51.976Z Compiling openssl-sys v0.9.115
14082026-05-26T17:31:52.032Z Compiling synstructure v0.13.2
14092026-05-26T17:31:52.061Z Compiling pest_generator v2.8.6
14102026-05-26T17:31:52.078Z Compiling serde_derive_internals v0.29.1
14112026-05-26T17:31:52.081Z Compiling darling_core v0.20.11
14122026-05-26T17:31:52.112Z Compiling regex-automata v0.4.14
14132026-05-26T17:31:52.115Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14142026-05-26T17:31:52.229Z Compiling darling_core v0.21.3
14152026-05-26T17:31:52.246Z Compiling bzip2-sys v0.1.13+1.0.8
14162026-05-26T17:31:52.554Z Compiling rand_xorshift v0.4.0
14172026-05-26T17:31:52.649Z Compiling thread-id v5.1.0
14182026-05-26T17:31:52.705Z Compiling cookie v0.18.1
14192026-05-26T17:31:52.765Z Compiling unicode-bidi v0.3.18
14202026-05-26T17:31:52.792Z Compiling unicode-properties v0.1.4
14212026-05-26T17:31:52.792Z Compiling anyhow v1.0.102
14222026-05-26T17:31:52.873Z Compiling time v0.3.47
14232026-05-26T17:31:52.873Z Compiling allocator-api2 v0.2.21
14242026-05-26T17:31:52.928Z Compiling signal-hook v0.3.18
14252026-05-26T17:31:52.969Z Compiling iri-string v0.7.10
14262026-05-26T17:31:53.050Z Compiling paste v1.0.15
14272026-05-26T17:31:53.070Z Compiling ryu v1.0.23
14282026-05-26T17:31:53.126Z Compiling adler2 v2.0.1
14292026-05-26T17:31:53.162Z Compiling zstd-safe v7.2.4
14302026-05-26T17:31:53.231Z Compiling unarray v0.1.4
14312026-05-26T17:31:53.276Z Compiling miniz_oxide v0.8.9
14322026-05-26T17:31:53.326Z Compiling stringprep v0.1.5
14332026-05-26T17:31:53.498Z Compiling num-integer v0.1.46
14342026-05-26T17:31:53.523Z Compiling curve25519-dalek v4.1.3
14352026-05-26T17:31:53.783Z Compiling vergen-lib v0.1.6
14362026-05-26T17:31:53.798Z Compiling serde_derive v1.0.228
14372026-05-26T17:31:53.840Z Compiling zeroize_derive v1.4.3
14382026-05-26T17:31:53.877Z Compiling zerofrom-derive v0.1.6
14392026-05-26T17:31:53.909Z Compiling yoke-derive v0.8.1
14402026-05-26T17:31:53.924Z Compiling zerocopy-derive v0.8.40
14412026-05-26T17:31:53.983Z Compiling zerovec-derive v0.11.2
14422026-05-26T17:31:54.146Z Compiling displaydoc v0.2.5
14432026-05-26T17:31:54.550Z Compiling tokio-macros v2.7.0
14442026-05-26T17:31:54.565Z Compiling zeroize v1.8.2
14452026-05-26T17:31:54.568Z Compiling futures-macro v0.3.32
14462026-05-26T17:31:54.597Z Compiling der_derive v0.7.3
14472026-05-26T17:31:54.884Z Compiling rustls-pki-types v1.14.0
14482026-05-26T17:31:54.970Z Compiling thiserror-impl v2.0.18
14492026-05-26T17:31:55.152Z Compiling tracing-attributes v0.1.31
14502026-05-26T17:31:55.176Z Compiling schemars_derive v0.8.22
14512026-05-26T17:31:55.301Z Compiling crypto-common v0.1.7
14522026-05-26T17:31:55.357Z Compiling zerofrom v0.1.6
14532026-05-26T17:31:55.357Z Compiling block-buffer v0.10.4
14542026-05-26T17:31:55.386Z Compiling block-padding v0.3.3
14552026-05-26T17:31:55.426Z Compiling futures-util v0.3.32
14562026-05-26T17:31:55.464Z Compiling pest_derive v2.8.6
14572026-05-26T17:31:55.493Z Compiling yoke v0.8.1
14582026-05-26T17:31:55.561Z Compiling digest v0.10.7
14592026-05-26T17:31:55.575Z Compiling inout v0.1.4
14602026-05-26T17:31:55.605Z Compiling der v0.7.10
14612026-05-26T17:31:55.695Z Compiling zerovec v0.11.5
14622026-05-26T17:31:55.767Z Compiling zerotrie v0.2.3
14632026-05-26T17:31:55.829Z Compiling hmac v0.12.1
14642026-05-26T17:31:55.930Z Compiling sha2 v0.10.9
14652026-05-26T17:31:56.002Z Compiling cipher v0.4.4
14662026-05-26T17:31:56.085Z Compiling pbkdf2 v0.12.2
14672026-05-26T17:31:56.217Z Compiling tinystr v0.8.2
14682026-05-26T17:31:56.236Z Compiling potential_utf v0.1.4
14692026-05-26T17:31:56.286Z Compiling salsa20 v0.10.2
14702026-05-26T17:31:56.355Z Compiling thiserror v2.0.18
14712026-05-26T17:31:56.426Z Compiling icu_locale_core v2.1.1
14722026-05-26T17:31:56.443Z Compiling icu_collections v2.1.1
14732026-05-26T17:31:56.459Z Compiling spki v0.7.3
14742026-05-26T17:31:56.459Z Compiling scrypt v0.11.0
14752026-05-26T17:31:56.490Z Compiling aes v0.8.4
14762026-05-26T17:31:56.508Z Compiling cbc v0.1.2
14772026-05-26T17:31:56.542Z Compiling tracing v0.1.44
14782026-05-26T17:31:56.681Z Compiling scroll_derive v0.13.1
14792026-05-26T17:31:56.695Z Compiling darling_macro v0.20.11
14802026-05-26T17:31:56.747Z Compiling openssl-macros v0.1.1
14812026-05-26T17:31:56.837Z Compiling rustls-native-certs v0.8.3
14822026-05-26T17:31:56.859Z Compiling dtrace-parser v0.3.0
14832026-05-26T17:31:56.951Z Compiling pkcs5 v0.7.1
14842026-05-26T17:31:57.145Z Compiling icu_provider v2.1.1
14852026-05-26T17:31:57.215Z Compiling darling v0.20.11
14862026-05-26T17:31:57.309Z Compiling pkcs8 v0.10.2
14872026-05-26T17:31:57.326Z Compiling bytes v1.11.1
14882026-05-26T17:31:57.344Z Compiling chrono v0.4.44
14892026-05-26T17:31:57.370Z Compiling ipnet v2.11.0
14902026-05-26T17:31:57.406Z Compiling icu_properties v2.1.2
14912026-05-26T17:31:57.451Z Compiling icu_normalizer v2.1.1
14922026-05-26T17:31:57.469Z Compiling derive_builder_core v0.20.2
14932026-05-26T17:31:57.517Z Compiling scroll v0.13.0
14942026-05-26T17:31:57.572Z Compiling signature v2.2.0
14952026-05-26T17:31:57.646Z Compiling webpki-roots v1.0.6
14962026-05-26T17:31:57.662Z Compiling scroll_derive v0.12.1
14972026-05-26T17:31:57.705Z Compiling thiserror-impl v1.0.69
14982026-05-26T17:31:57.825Z Compiling goblin v0.10.5
14992026-05-26T17:31:57.840Z Compiling tokio v1.52.1
15002026-05-26T17:31:57.861Z Compiling http v1.4.0
15012026-05-26T17:31:57.910Z Compiling erased-serde v0.3.31
15022026-05-26T17:31:57.998Z Compiling serde_spanned v0.6.9
15032026-05-26T17:31:58.037Z Compiling serde_tokenstream v0.2.3
15042026-05-26T17:31:58.156Z Compiling toml_datetime v0.6.11
15052026-05-26T17:31:58.382Z Compiling idna_adapter v1.2.1
15062026-05-26T17:31:58.417Z Compiling ppv-lite86 v0.2.21
15072026-05-26T17:31:58.435Z Compiling scroll v0.12.0
15082026-05-26T17:31:58.439Z Compiling derive_builder_macro v0.20.2
15092026-05-26T17:31:58.466Z Compiling serde_urlencoded v0.7.1
15102026-05-26T17:31:58.520Z Compiling idna v1.1.0
15112026-05-26T17:31:58.539Z Compiling http-body v1.0.1
15122026-05-26T17:31:58.556Z Compiling md-5 v0.10.6
15132026-05-26T17:31:58.586Z Compiling darling_macro v0.21.3
15142026-05-26T17:31:58.710Z Compiling rand_chacha v0.9.0
15152026-05-26T17:31:58.727Z Compiling http-body-util v0.1.3
15162026-05-26T17:31:58.741Z Compiling rand_chacha v0.3.1
15172026-05-26T17:31:58.745Z Compiling bstr v1.12.1
15182026-05-26T17:31:58.772Z Compiling pin-project-internal v1.1.11
15192026-05-26T17:31:58.805Z Compiling async-trait v0.1.89
15202026-05-26T17:31:58.819Z Compiling url v2.5.8
15212026-05-26T17:31:58.957Z Compiling rand v0.9.2
15222026-05-26T17:31:58.992Z Compiling zerocopy-derive v0.7.35
15232026-05-26T17:31:59.036Z Compiling thiserror v1.0.69
15242026-05-26T17:31:59.108Z Compiling ff v0.13.1
15252026-05-26T17:31:59.153Z Compiling hash32 v0.2.1
15262026-05-26T17:31:59.203Z Compiling memoffset v0.9.1
15272026-05-26T17:31:59.255Z Compiling base16ct v0.2.0
15282026-05-26T17:31:59.415Z Compiling cfg_aliases v0.2.1
15292026-05-26T17:31:59.431Z Compiling smoltcp v0.9.1
15302026-05-26T17:31:59.435Z Compiling litrs v1.0.0
15312026-05-26T17:31:59.459Z Compiling ref-cast v1.0.25
15322026-05-26T17:31:59.588Z Compiling proptest v1.10.0
15332026-05-26T17:31:59.651Z Compiling fallible-iterator v0.2.0
15342026-05-26T17:31:59.772Z Compiling num-bigint-dig v0.8.6
15352026-05-26T17:31:59.788Z Compiling rustix v0.38.44
15362026-05-26T17:31:59.803Z Compiling psl-types v2.0.11
15372026-05-26T17:31:59.846Z Compiling zlib-rs v0.6.2
15382026-05-26T17:31:59.902Z Compiling zerocopy v0.7.35
15392026-05-26T17:31:59.922Z Compiling publicsuffix v2.3.0
15402026-05-26T17:31:59.936Z Compiling pin-project v1.1.11
15412026-05-26T17:31:59.953Z Compiling postgres-protocol v0.6.10
15422026-05-26T17:31:59.974Z Compiling document-features v0.2.12
15432026-05-26T17:32:00.052Z Compiling nix v0.31.2
15442026-05-26T17:32:00.082Z Compiling sec1 v0.7.3
15452026-05-26T17:32:00.154Z Compiling ipnetwork v0.21.1
15462026-05-26T17:32:00.272Z Compiling group v0.13.0
15472026-05-26T17:32:00.288Z Compiling darling v0.21.3
15482026-05-26T17:32:00.383Z Compiling rand v0.8.6
15492026-05-26T17:32:00.387Z Compiling derive_builder v0.20.2
15502026-05-26T17:32:00.415Z Compiling oxnet v0.1.4
15512026-05-26T17:32:00.450Z Compiling goblin v0.8.2
15522026-05-26T17:32:00.482Z Compiling futures-executor v0.3.32
15532026-05-26T17:32:00.521Z Compiling hubpack_derive v0.1.1
15542026-05-26T17:32:00.543Z Compiling dof v0.4.0
15552026-05-26T17:32:00.575Z Compiling cargo-platform v0.1.9
15562026-05-26T17:32:00.593Z Compiling hex v0.4.3
15572026-05-26T17:32:00.597Z Compiling hkdf v0.12.4
15582026-05-26T17:32:00.703Z Compiling crypto-bigint v0.5.5
15592026-05-26T17:32:00.761Z Compiling regex v1.12.3
15602026-05-26T17:32:00.881Z Compiling strum_macros v0.27.2
15612026-05-26T17:32:00.884Z Compiling curve25519-dalek-derive v0.1.1
15622026-05-26T17:32:00.909Z Compiling ref-cast-impl v1.0.25
15632026-05-26T17:32:00.956Z Compiling snafu-derive v0.8.9
15642026-05-26T17:32:00.998Z Compiling daft-derive v0.1.7
15652026-05-26T17:32:01.204Z Compiling num-iter v0.1.45
15662026-05-26T17:32:01.573Z Compiling tokio-util v0.7.18
15672026-05-26T17:32:01.704Z Compiling tower v0.5.3
15682026-05-26T17:32:01.720Z Compiling tokio-native-tls v0.3.1
15692026-05-26T17:32:01.752Z Compiling phf_shared v0.13.1
15702026-05-26T17:32:01.790Z Compiling terminal_size v0.4.3
15712026-05-26T17:32:01.845Z Compiling lazy_static v1.5.0
15722026-05-26T17:32:01.897Z Compiling newtype-uuid v1.3.2
15732026-05-26T17:32:01.912Z Compiling vergen v9.0.6
15742026-05-26T17:32:01.939Z Compiling fs-err v3.3.0
15752026-05-26T17:32:01.954Z Compiling ahash v0.8.12
15762026-05-26T17:32:02.009Z Compiling encoding_rs v0.8.35
15772026-05-26T17:32:02.107Z Compiling tower-http v0.6.8
15782026-05-26T17:32:02.122Z Compiling managed v0.8.0
15792026-05-26T17:32:02.150Z Compiling foldhash v0.1.5
15802026-05-26T17:32:02.182Z Compiling libbz2-rs-sys v0.2.2
15812026-05-26T17:32:02.197Z Compiling bitflags v1.3.2
15822026-05-26T17:32:02.247Z Compiling h2 v0.4.13
15832026-05-26T17:32:02.282Z Compiling foldhash v0.2.0
15842026-05-26T17:32:02.335Z Compiling unicode-segmentation v1.12.0
15852026-05-26T17:32:02.349Z Compiling winnow v0.5.40
15862026-05-26T17:32:02.534Z Compiling bumpalo v3.20.2
15872026-05-26T17:32:02.550Z Compiling mime v0.3.17
15882026-05-26T17:32:02.624Z Compiling same-file v1.0.6
15892026-05-26T17:32:02.798Z Compiling flate2 v1.1.9
15902026-05-26T17:32:02.814Z Compiling object v0.37.3
15912026-05-26T17:32:02.827Z Compiling walkdir v2.5.0
15922026-05-26T17:32:02.860Z Compiling zopfli v0.8.3
15932026-05-26T17:32:02.876Z Compiling dof v0.3.0
15942026-05-26T17:32:02.902Z Compiling strum v0.27.2
15952026-05-26T17:32:02.915Z Compiling snafu v0.8.9
15962026-05-26T17:32:02.949Z Compiling bzip2 v0.6.1
15972026-05-26T17:32:03.052Z Compiling clap_builder v4.5.60
15982026-05-26T17:32:03.078Z Compiling hashbrown v0.16.1
15992026-05-26T17:32:03.173Z Compiling hashbrown v0.15.5
16002026-05-26T17:32:03.265Z Compiling usdt-attr-macro v0.6.0
16012026-05-26T17:32:03.287Z Compiling usdt-macro v0.6.0
16022026-05-26T17:32:03.339Z Compiling daft v0.1.7
16032026-05-26T17:32:03.520Z Compiling phf v0.13.1
16042026-05-26T17:32:03.613Z Compiling cargo_metadata v0.19.2
16052026-05-26T17:32:03.628Z Compiling signal-hook-mio v0.2.5
16062026-05-26T17:32:03.642Z Compiling elliptic-curve v0.13.8
16072026-05-26T17:32:03.689Z Compiling toml_edit v0.19.15
16082026-05-26T17:32:03.851Z Compiling cookie_store v0.22.1
16092026-05-26T17:32:03.880Z Compiling hubpack v0.1.2
16102026-05-26T17:32:03.975Z Compiling bzip2 v0.4.4
16112026-05-26T17:32:03.975Z Compiling futures v0.3.32
16122026-05-26T17:32:04.085Z Compiling serde_with_macros v3.17.0
16132026-05-26T17:32:04.101Z Compiling zstd v0.13.3
16142026-05-26T17:32:04.119Z Compiling postgres-types v0.2.12
16152026-05-26T17:32:04.165Z Compiling globset v0.4.18
16162026-05-26T17:32:04.202Z Compiling dtrace-parser v0.2.0
16172026-05-26T17:32:04.234Z Compiling ed25519 v2.2.3
16182026-05-26T17:32:04.382Z Compiling pkcs1 v0.7.5
16192026-05-26T17:32:04.531Z Compiling serde-big-array v0.5.1
16202026-05-26T17:32:04.688Z Compiling serde_plain v1.0.2
16212026-05-26T17:32:04.703Z Compiling olpc-cjson v0.1.4
16222026-05-26T17:32:04.799Z Compiling rfc6979 v0.4.0
16232026-05-26T17:32:04.866Z Compiling async-recursion v1.1.1
16242026-05-26T17:32:04.880Z Compiling clap_derive v4.5.55
16252026-05-26T17:32:04.904Z Compiling serde_repr v0.1.20
16262026-05-26T17:32:04.938Z Compiling enum-as-inner v0.6.1
16272026-05-26T17:32:04.975Z Compiling strum_macros v0.26.4
16282026-05-26T17:32:04.990Z Compiling phf_shared v0.11.3
16292026-05-26T17:32:05.151Z Compiling float-cmp v0.10.0
16302026-05-26T17:32:05.198Z Compiling pem v3.0.6
16312026-05-26T17:32:05.260Z Compiling hyper v1.8.1
16322026-05-26T17:32:05.279Z Compiling thread-id v4.2.2
16332026-05-26T17:32:05.337Z Compiling memmap2 v0.9.10
16342026-05-26T17:32:05.380Z Compiling env_filter v1.0.0
16352026-05-26T17:32:05.467Z Compiling either v1.15.0
16362026-05-26T17:32:05.482Z Compiling fixedbitset v0.4.2
16372026-05-26T17:32:05.557Z Compiling keccak v0.1.6
16382026-05-26T17:32:05.561Z Compiling fixedbitset v0.5.7
16392026-05-26T17:32:05.586Z Compiling predicates-core v1.0.10
16402026-05-26T17:32:05.691Z Compiling difflib v0.4.0
16412026-05-26T17:32:05.708Z Compiling new_debug_unreachable v1.0.6
16422026-05-26T17:32:05.724Z Compiling static_assertions v1.1.0
16432026-05-26T17:32:05.780Z Compiling jiff v0.2.21
16442026-05-26T17:32:05.795Z Compiling precomputed-hash v0.1.1
16452026-05-26T17:32:05.810Z Compiling whoami v2.1.0
16462026-05-26T17:32:05.884Z Compiling normalize-line-endings v0.3.0
16472026-05-26T17:32:05.899Z Compiling typed-path v0.9.3
16482026-05-26T17:32:05.992Z Compiling data-encoding v2.10.0
16492026-05-26T17:32:06.072Z Compiling tokio-postgres v0.7.16
16502026-05-26T17:32:06.196Z Compiling predicates v3.1.4
16512026-05-26T17:32:06.278Z Compiling string_cache v0.8.9
16522026-05-26T17:32:06.294Z Compiling hickory-proto v0.25.2
16532026-05-26T17:32:06.352Z Compiling hyper-util v0.1.20
16542026-05-26T17:32:06.386Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16552026-05-26T17:32:06.524Z Compiling petgraph v0.8.3
16562026-05-26T17:32:06.705Z Compiling clap v4.5.60
16572026-05-26T17:32:06.720Z Compiling sha3 v0.10.8
16582026-05-26T17:32:06.738Z Compiling toml_edit v0.22.27
16592026-05-26T17:32:06.771Z Compiling strum v0.26.3
16602026-05-26T17:32:06.800Z Compiling itertools v0.13.0
16612026-05-26T17:32:06.872Z Compiling petgraph v0.6.5
16622026-05-26T17:32:06.888Z Compiling env_logger v0.11.9
16632026-05-26T17:32:06.923Z Compiling usdt v0.6.0
16642026-05-26T17:32:07.125Z Compiling usdt-impl v0.5.0
16652026-05-26T17:32:07.199Z Compiling serde_with v3.17.0
16662026-05-26T17:32:07.213Z Compiling toml v0.7.8
16672026-05-26T17:32:07.261Z Compiling crossterm v0.28.1
16682026-05-26T17:32:07.731Z Compiling ecdsa v0.16.9
16692026-05-26T17:32:07.858Z Compiling hyper-tls v0.6.0
16702026-05-26T17:32:08.046Z Compiling rsa v0.9.10
16712026-05-26T17:32:08.108Z Compiling ed25519-dalek v2.2.0
16722026-05-26T17:32:08.329Z Compiling zip v0.6.6
16732026-05-26T17:32:08.419Z Compiling zip v4.6.1
16742026-05-26T17:32:08.508Z Compiling iddqd v0.4.1
16752026-05-26T17:32:08.886Z Compiling heck v0.4.1
16762026-05-26T17:32:08.918Z Compiling similar v2.7.0
16772026-05-26T17:32:08.936Z Compiling tokio-stream v0.1.18
16782026-05-26T17:32:09.019Z Compiling toml_parser v1.0.9+spec-1.1.0
16792026-05-26T17:32:09.114Z Compiling buf-list v1.1.2
16802026-05-26T17:32:09.131Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16812026-05-26T17:32:09.228Z Compiling openapiv3 v2.2.0
16822026-05-26T17:32:09.411Z Compiling x509-cert v0.2.5
16832026-05-26T17:32:09.429Z Compiling sha1 v0.10.6
16842026-05-26T17:32:09.445Z Compiling crossbeam-epoch v0.9.18
16852026-05-26T17:32:09.468Z Compiling toml_datetime v0.7.5+spec-1.1.0
16862026-05-26T17:32:09.486Z Compiling lalrpop-util v0.19.12
16872026-05-26T17:32:09.616Z Compiling peg-runtime v0.8.5
16882026-05-26T17:32:09.685Z Compiling thread_local v1.1.9
16892026-05-26T17:32:09.688Z Compiling slog-async v2.8.0
16902026-05-26T17:32:09.716Z Compiling crossbeam-channel v0.5.15
16912026-05-26T17:32:09.779Z Compiling is-terminal v0.4.17
16922026-05-26T17:32:09.795Z Compiling filetime v0.2.27
16932026-05-26T17:32:09.811Z Compiling take_mut v0.2.2
16942026-05-26T17:32:09.826Z Compiling xattr v1.6.1
16952026-05-26T17:32:09.888Z Compiling term v1.2.1
16962026-05-26T17:32:09.968Z Compiling tar v0.4.45
16972026-05-26T17:32:10.180Z Compiling slog-term v2.9.2
16982026-05-26T17:32:27.753Z Compiling rustls-webpki v0.103.9
16992026-05-26T17:32:30.536Z Compiling tokio-rustls v0.26.4
17002026-05-26T17:32:30.536Z Compiling rustls-platform-verifier v0.6.2
17012026-05-26T17:32:30.728Z Compiling hyper-rustls v0.27.7
17022026-05-26T17:32:30.916Z Compiling reqwest v0.12.28
17032026-05-26T17:32:30.916Z Compiling reqwest v0.13.2
17042026-05-26T17:32:32.136Z Compiling tough v0.22.0
17052026-05-26T17:32:34.609Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17062026-05-26T17:32:34.841Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17072026-05-26T17:32:37.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.87s
17082026-05-26T17:32:37.741Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17092026-05-26T17:32:37.796ZMay 26 17:32:36.497 INFO Starting download, target: Clickhouse
17102026-05-26T17:32:37.796ZMay 26 17:32:36.497 INFO Starting download, target: MaghemiteMgd
17112026-05-26T17:32:37.797ZMay 26 17:32:36.497 INFO Starting download, target: Cockroach
17122026-05-26T17:32:37.797ZMay 26 17:32:36.497 INFO Starting download, target: Console
17132026-05-26T17:32:37.797ZMay 26 17:32:36.497 INFO Starting download, target: TransceiverControl
17142026-05-26T17:32:37.800ZMay 26 17:32:36.497 INFO Starting download, target: DendriteStub
17152026-05-26T17:32:37.800ZMay 26 17:32:36.497 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17162026-05-26T17:32:37.800ZMay 26 17:32:36.497 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17172026-05-26T17:32:37.800ZMay 26 17:32:36.497 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17182026-05-26T17:32:37.800ZMay 26 17:32:36.497 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17192026-05-26T17:32:37.800ZMay 26 17:32:36.497 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17202026-05-26T17:32:37.800ZMay 26 17:32:36.497 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17212026-05-26T17:32:38.166ZMay 26 17:32:36.866 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17222026-05-26T17:32:38.375ZMay 26 17:32:37.067 INFO Download complete, target: TransceiverControl
17232026-05-26T17:32:38.899ZMay 26 17:32:37.595 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17242026-05-26T17:32:39.136ZMay 26 17:32:37.829 INFO Download complete, target: Console
17252026-05-26T17:32:39.328ZMay 26 17:32:38.029 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17262026-05-26T17:32:39.795ZMay 26 17:32:38.481 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17272026-05-26T17:32:40.079ZMay 26 17:32:38.781 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17282026-05-26T17:32:40.079ZMay 26 17:32:38.781 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17292026-05-26T17:32:41.679ZMay 26 17:32:40.377 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17302026-05-26T17:32:41.695ZMay 26 17:32:40.385 INFO Download complete, target: DendriteStub
17312026-05-26T17:32:42.191ZMay 26 17:32:40.886 INFO Download complete, target: MaghemiteMgd
17322026-05-26T17:32:44.815ZMay 26 17:32:43.516 INFO Checking that binary works, target: Cockroach
17332026-05-26T17:32:44.940ZMay 26 17:32:43.638 INFO Download complete, target: Cockroach
17342026-05-26T17:32:48.336ZMay 26 17:32:47.009 INFO Checking that binary works, target: Clickhouse
17352026-05-26T17:32:48.414ZMay 26 17:32:47.098 INFO Download complete, target: Clickhouse
17362026-05-26T17:32:48.464ZAll prerequisites installed successfully
17372026-05-26T17:32:48.464Z
17382026-05-26T17:32:48.464Zreal 2:02.581553175
17392026-05-26T17:32:48.464Zuser 6:50.835871174
17402026-05-26T17:32:48.464Zsys 1:42.279609059
17412026-05-26T17:32:48.464Ztrap 0.240799482
17422026-05-26T17:32:48.464Ztflt 1.390019857
17432026-05-26T17:32:48.464Zdflt 2.142068409
17442026-05-26T17:32:48.464Zkflt 0.025051646
17452026-05-26T17:32:48.464Zlock 23:23.641088925
17462026-05-26T17:32:48.464Zslp 18:48.801004138
17472026-05-26T17:32:48.464Zlat 25.445491728
17482026-05-26T17:32:48.464Zstop 2:53.190447731
17492026-05-26T17:32:48.464Z+ ptime -m cargo xtask download softnpu
17502026-05-26T17:32:48.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17512026-05-26T17:32:49.009Z Running `target/debug/xtask download softnpu`
17522026-05-26T17:32:49.764Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17532026-05-26T17:32:49.835Z Running `target/debug/xtask-downloader softnpu`
17542026-05-26T17:32:49.894ZMay 26 17:32:48.517 INFO Starting download, target: Softnpu
17552026-05-26T17:32:49.894ZMay 26 17:32:48.518 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17562026-05-26T17:32:51.047ZMay 26 17:32:49.716 INFO Download complete, target: Softnpu
17572026-05-26T17:32:51.090Z
17582026-05-26T17:32:51.090Zreal 2.608927325
17592026-05-26T17:32:51.090Zuser 1.348914601
17602026-05-26T17:32:51.090Zsys 0.645479421
17612026-05-26T17:32:51.090Ztrap 0.000614990
17622026-05-26T17:32:51.090Ztflt 0.000097700
17632026-05-26T17:32:51.090Zdflt 0.000408700
17642026-05-26T17:32:51.090Zkflt 0.000000000
17652026-05-26T17:32:51.090Zlock 22.808182924
17662026-05-26T17:32:51.091Zslp 1.031527444
17672026-05-26T17:32:51.091Zlat 0.078017544
17682026-05-26T17:32:51.091Zstop 0.000255400
17692026-05-26T17:32:51.091Z+ export CARGO_INCREMENTAL=0
17702026-05-26T17:32:51.091Z+ CARGO_INCREMENTAL=0
17712026-05-26T17:32:51.091Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17722026-05-26T17:32:51.947Z Compiling proc-macro2 v1.0.106
17732026-05-26T17:32:51.947Z Compiling quote v1.0.45
17742026-05-26T17:32:51.947Z Compiling unicode-ident v1.0.24
17752026-05-26T17:32:51.951Z Compiling libc v0.2.185
17762026-05-26T17:32:51.951Z Compiling serde_core v1.0.228
17772026-05-26T17:32:51.951Z Compiling serde v1.0.228
17782026-05-26T17:32:51.951Z Compiling cfg-if v1.0.4
17792026-05-26T17:32:51.951Z Compiling version_check v0.9.5
17802026-05-26T17:32:51.951Z Compiling find-msvc-tools v0.1.9
17812026-05-26T17:32:51.951Z Compiling shlex v1.3.0
17822026-05-26T17:32:51.951Z Compiling typenum v1.19.0
17832026-05-26T17:32:51.951Z Compiling zmij v1.0.21
17842026-05-26T17:32:51.951Z Compiling autocfg v1.5.0
17852026-05-26T17:32:51.951Z Compiling memchr v2.8.0
17862026-05-26T17:32:52.105Z Compiling serde_json v1.0.149
17872026-05-26T17:32:52.306Z Compiling portable-atomic v1.13.1
17882026-05-26T17:32:52.451Z Compiling libm v0.2.16
17892026-05-26T17:32:52.501Z Compiling zerocopy v0.8.40
17902026-05-26T17:32:52.555Z Compiling generic-array v0.14.7
17912026-05-26T17:32:52.558Z Compiling smallvec v1.15.1
17922026-05-26T17:32:52.596Z Compiling parking_lot_core v0.9.12
17932026-05-26T17:32:52.610Z Compiling num-traits v0.2.19
17942026-05-26T17:32:52.705Z Compiling icu_properties_data v2.1.2
17952026-05-26T17:32:52.721Z Compiling icu_normalizer_data v2.1.1
17962026-05-26T17:32:52.768Z Compiling itoa v1.0.17
17972026-05-26T17:32:52.798Z Compiling getrandom v0.4.1
17982026-05-26T17:32:52.815Z Compiling log v0.4.29
17992026-05-26T17:32:52.865Z Compiling stable_deref_trait v1.2.1
18002026-05-26T17:32:52.878Z Compiling pkg-config v0.3.32
18012026-05-26T17:32:52.915Z Compiling subtle v2.6.1
18022026-05-26T17:32:53.068Z Compiling scopeguard v1.2.0
18032026-05-26T17:32:53.115Z Compiling writeable v0.6.2
18042026-05-26T17:32:53.145Z Compiling jobserver v0.1.34
18052026-05-26T17:32:53.145Z Compiling getrandom v0.2.17
18062026-05-26T17:32:53.197Z Compiling errno v0.3.14
18072026-05-26T17:32:53.216Z Compiling lock_api v0.4.14
18082026-05-26T17:32:53.292Z Compiling litemap v0.8.1
18092026-05-26T17:32:53.349Z Compiling rand_core v0.6.4
18102026-05-26T17:32:53.367Z Compiling cc v1.2.56
18112026-05-26T17:32:53.404Z Compiling percent-encoding v2.3.2
18122026-05-26T17:32:53.466Z Compiling syn v2.0.117
18132026-05-26T17:32:53.498Z Compiling pin-project-lite v0.2.17
18142026-05-26T17:32:53.529Z Compiling fnv v1.0.7
18152026-05-26T17:32:53.604Z Compiling thiserror v2.0.18
18162026-05-26T17:32:53.669Z Compiling getrandom v0.3.4
18172026-05-26T17:32:53.673Z Compiling equivalent v1.0.2
18182026-05-26T17:32:53.711Z Compiling fs_extra v1.3.0
18192026-05-26T17:32:53.724Z Compiling dunce v1.0.5
18202026-05-26T17:32:53.782Z Compiling rand_core v0.10.0
18212026-05-26T17:32:53.802Z Compiling schemars v0.8.22
18222026-05-26T17:32:53.812Z Compiling rustversion v1.0.22
18232026-05-26T17:32:53.847Z Compiling utf8_iter v1.0.4
18242026-05-26T17:32:53.942Z Compiling form_urlencoded v1.2.2
18252026-05-26T17:32:53.994Z Compiling critical-section v1.2.0
18262026-05-26T17:32:54.045Z Compiling signal-hook-registry v1.4.8
18272026-05-26T17:32:54.049Z Compiling rustix v1.1.3
18282026-05-26T17:32:54.122Z Compiling cmake v0.1.57
18292026-05-26T17:32:54.126Z Compiling hashbrown v0.17.0
18302026-05-26T17:32:54.240Z Compiling socket2 v0.6.3
18312026-05-26T17:32:54.434Z Compiling bitflags v2.11.0
18322026-05-26T17:32:54.452Z Compiling semver v1.0.28
18332026-05-26T17:32:54.500Z Compiling once_cell v1.21.3
18342026-05-26T17:32:54.526Z Compiling parking_lot v0.12.5
18352026-05-26T17:32:54.559Z Compiling mio v1.2.0
18362026-05-26T17:32:54.604Z Compiling const-oid v0.9.6
18372026-05-26T17:32:54.668Z Compiling ring v0.17.14
18382026-05-26T17:32:54.681Z Compiling aws-lc-sys v0.40.0
18392026-05-26T17:32:54.706Z Compiling indexmap v2.14.0
18402026-05-26T17:32:54.881Z Compiling aws-lc-rs v1.16.3
18412026-05-26T17:32:54.894Z Compiling heck v0.5.0
18422026-05-26T17:32:54.925Z Compiling futures-core v0.3.32
18432026-05-26T17:32:55.070Z Compiling httparse v1.10.1
18442026-05-26T17:32:55.154Z Compiling strsim v0.11.1
18452026-05-26T17:32:55.154Z Compiling thiserror v1.0.69
18462026-05-26T17:32:55.202Z Compiling vcpkg v0.2.15
18472026-05-26T17:32:55.271Z Compiling iana-time-zone v0.1.65
18482026-05-26T17:32:55.314Z Compiling byteorder v1.5.0
18492026-05-26T17:32:55.319Z Compiling ucd-trie v0.1.7
18502026-05-26T17:32:55.429Z Compiling ident_case v1.0.1
18512026-05-26T17:32:55.436Z Compiling regex-syntax v0.8.10
18522026-05-26T17:32:55.436Z Compiling syn v1.0.109
18532026-05-26T17:32:55.479Z Compiling pest v2.8.6
18542026-05-26T17:32:55.515Z Compiling uuid v1.23.0
18552026-05-26T17:32:55.564Z Compiling cpufeatures v0.2.17
18562026-05-26T17:32:55.580Z Compiling rustls v0.23.37
18572026-05-26T17:32:55.881Z Compiling openssl-sys v0.9.115
18582026-05-26T17:32:55.890Z Compiling futures-sink v0.3.32
18592026-05-26T17:32:55.890Z Compiling rustc_version v0.4.1
18602026-05-26T17:32:55.916Z Compiling futures-channel v0.3.32
18612026-05-26T17:32:55.946Z Compiling futures-io v0.3.32
18622026-05-26T17:32:55.956Z Compiling futures-task v0.3.32
18632026-05-26T17:32:56.219Z Compiling slab v0.4.12
18642026-05-26T17:32:56.225Z Compiling aho-corasick v1.1.4
18652026-05-26T17:32:56.225Z Compiling synstructure v0.13.2
18662026-05-26T17:32:56.240Z Compiling serde_derive_internals v0.29.1
18672026-05-26T17:32:56.279Z Compiling dyn-clone v1.0.20
18682026-05-26T17:32:56.467Z Compiling crc32fast v1.5.0
18692026-05-26T17:32:56.471Z Compiling openssl v0.10.79
18702026-05-26T17:32:56.567Z Compiling base64 v0.22.1
18712026-05-26T17:32:56.619Z Compiling pest_meta v2.8.6
18722026-05-26T17:32:56.694Z Compiling plain v0.2.3
18732026-05-26T17:32:56.752Z Compiling crossbeam-utils v0.8.21
18742026-05-26T17:32:56.772Z Compiling num-conv v0.2.0
18752026-05-26T17:32:56.823Z Compiling time-core v0.1.8
18762026-05-26T17:32:56.966Z Compiling native-tls v0.2.18
18772026-05-26T17:32:56.981Z Compiling pretty-hex v0.4.1
18782026-05-26T17:32:56.999Z Compiling time-macros v0.2.27
18792026-05-26T17:32:57.035Z Compiling regex-automata v0.4.14
18802026-05-26T17:32:57.062Z Compiling base64ct v1.8.3
18812026-05-26T17:32:57.078Z Compiling anyhow v1.0.102
18822026-05-26T17:32:57.093Z Compiling darling_core v0.21.3
18832026-05-26T17:32:57.207Z Compiling pest_generator v2.8.6
18842026-05-26T17:32:57.223Z Compiling tracing-core v0.1.36
18852026-05-26T17:32:57.316Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18862026-05-26T17:32:57.370Z Compiling pem-rfc7468 v0.7.0
18872026-05-26T17:32:57.487Z Compiling serde_derive v1.0.228
18882026-05-26T17:32:57.591Z Compiling zeroize_derive v1.4.3
18892026-05-26T17:32:57.628Z Compiling zerofrom-derive v0.1.6
18902026-05-26T17:32:57.630Z Compiling yoke-derive v0.8.1
18912026-05-26T17:32:57.659Z Compiling zerovec-derive v0.11.2
18922026-05-26T17:32:57.675Z Compiling displaydoc v0.2.5
18932026-05-26T17:32:58.056Z Compiling zerocopy-derive v0.8.40
18942026-05-26T17:32:58.066Z Compiling tokio-macros v2.7.0
18952026-05-26T17:32:58.066Z Compiling futures-macro v0.3.32
18962026-05-26T17:32:58.260Z Compiling zeroize v1.8.2
18972026-05-26T17:32:58.498Z Compiling thiserror-impl v2.0.18
18982026-05-26T17:32:58.588Z Compiling schemars_derive v0.8.22
18992026-05-26T17:32:58.604Z Compiling tracing-attributes v0.1.31
19002026-05-26T17:32:58.720Z Compiling der_derive v0.7.3
19012026-05-26T17:32:58.752Z Compiling zerofrom v0.1.6
19022026-05-26T17:32:58.899Z Compiling yoke v0.8.1
19032026-05-26T17:32:58.915Z Compiling crypto-common v0.1.7
19042026-05-26T17:32:59.088Z Compiling zerovec v0.11.5
19052026-05-26T17:32:59.102Z Compiling zerotrie v0.2.3
19062026-05-26T17:32:59.118Z Compiling block-buffer v0.10.4
19072026-05-26T17:32:59.289Z Compiling digest v0.10.7
19082026-05-26T17:32:59.941Z Compiling thiserror-impl v1.0.69
19092026-05-26T17:32:59.951Z Compiling tinystr v0.8.2
19102026-05-26T17:32:59.951Z Compiling potential_utf v0.1.4
19112026-05-26T17:32:59.951Z Compiling pest_derive v2.8.6
19122026-05-26T17:32:59.951Z Compiling futures-util v0.3.32
19132026-05-26T17:32:59.952Z Compiling hmac v0.12.1
19142026-05-26T17:32:59.952Z Compiling icu_locale_core v2.1.1
19152026-05-26T17:32:59.952Z Compiling icu_collections v2.1.1
19162026-05-26T17:33:00.024Z Compiling block-padding v0.3.3
19172026-05-26T17:33:00.248Z Compiling inout v0.1.4
19182026-05-26T17:33:00.450Z Compiling rustls-pki-types v1.14.0
19192026-05-26T17:33:00.454Z Compiling openssl-macros v0.1.1
19202026-05-26T17:33:00.470Z Compiling cipher v0.4.4
19212026-05-26T17:33:00.586Z Compiling bytes v1.11.1
19222026-05-26T17:33:00.627Z Compiling icu_provider v2.1.1
19232026-05-26T17:33:00.672Z Compiling chrono v0.4.44
19242026-05-26T17:33:00.777Z Compiling serde_tokenstream v0.2.3
19252026-05-26T17:33:00.856Z Compiling sha2 v0.10.9
19262026-05-26T17:33:01.022Z Compiling icu_normalizer v2.1.1
19272026-05-26T17:33:01.053Z Compiling icu_properties v2.1.2
19282026-05-26T17:33:01.086Z Compiling tokio v1.52.1
19292026-05-26T17:33:01.672Z Compiling scroll_derive v0.13.1
19302026-05-26T17:33:01.771Z Compiling scroll_derive v0.12.1
19312026-05-26T17:33:02.143Z Compiling idna_adapter v1.2.1
19322026-05-26T17:33:02.270Z Compiling idna v1.1.0
19332026-05-26T17:33:02.300Z Compiling ppv-lite86 v0.2.21
19342026-05-26T17:33:02.397Z Compiling http v1.4.0
19352026-05-26T17:33:02.456Z Compiling untrusted v0.9.0
19362026-05-26T17:33:02.471Z Compiling flagset v0.4.7
19372026-05-26T17:33:02.609Z Compiling der v0.7.10
19382026-05-26T17:33:02.625Z Compiling url v2.5.8
19392026-05-26T17:33:02.630Z Compiling tracing v0.1.44
19402026-05-26T17:33:02.815Z Compiling darling_macro v0.21.3
19412026-05-26T17:33:02.835Z Compiling regex v1.12.3
19422026-05-26T17:33:02.897Z Compiling zerocopy-derive v0.7.35
19432026-05-26T17:33:03.073Z Compiling rand_core v0.9.5
19442026-05-26T17:33:03.292Z Compiling slog v2.8.2
19452026-05-26T17:33:03.513Z Compiling spki v0.7.3
19462026-05-26T17:33:03.735Z Compiling darling v0.21.3
19472026-05-26T17:33:03.751Z Compiling salsa20 v0.10.2
19482026-05-26T17:33:03.764Z Compiling pbkdf2 v0.12.2
19492026-05-26T17:33:04.304Z Compiling cookie v0.18.1
19502026-05-26T17:33:04.358Z Compiling camino v1.2.2
19512026-05-26T17:33:04.666Z Compiling scrypt v0.11.0
19522026-05-26T17:33:04.684Z Compiling http-body v1.0.1
19532026-05-26T17:33:04.687Z Compiling rand_chacha v0.9.0
19542026-05-26T17:33:04.788Z Compiling aes v0.8.4
19552026-05-26T17:33:04.857Z Compiling cbc v0.1.2
19562026-05-26T17:33:04.914Z Compiling tokio-util v0.7.18
19572026-05-26T17:33:05.012Z Compiling usdt-impl v0.5.0
19582026-05-26T17:33:05.050Z Compiling atomic-waker v1.1.2
19592026-05-26T17:33:05.083Z Compiling untrusted v0.7.1
19602026-05-26T17:33:05.100Z Compiling usdt-impl v0.6.0
19612026-05-26T17:33:05.148Z Compiling paste v1.0.15
19622026-05-26T17:33:05.205Z Compiling winnow v0.7.14
19632026-05-26T17:33:05.268Z Compiling either v1.15.0
19642026-05-26T17:33:05.331Z Compiling tinyvec_macros v0.1.1
19652026-05-26T17:33:05.389Z Compiling openssl-probe v0.2.1
19662026-05-26T17:33:05.412Z Compiling ref-cast v1.0.25
19672026-05-26T17:33:05.485Z Compiling tinyvec v1.10.0
19682026-05-26T17:33:05.571Z Compiling pkcs5 v0.7.1
19692026-05-26T17:33:05.736Z Compiling rand v0.9.2
19702026-05-26T17:33:06.026Z Compiling scroll v0.13.0
19712026-05-26T17:33:06.121Z Compiling scroll v0.12.0
19722026-05-26T17:33:06.159Z Compiling serde_spanned v0.6.9
19732026-05-26T17:33:06.250Z Compiling toml_datetime v0.6.11
19742026-05-26T17:33:06.278Z Compiling async-trait v0.1.89
19752026-05-26T17:33:06.290Z Compiling heapless v0.7.17
19762026-05-26T17:33:06.328Z Compiling bzip2-sys v0.1.13+1.0.8
19772026-05-26T17:33:06.375Z Compiling tower-service v0.3.3
19782026-05-26T17:33:06.490Z Compiling tower-layer v0.3.3
19792026-05-26T17:33:06.607Z Compiling zstd-safe v7.2.4
19802026-05-26T17:33:06.700Z Compiling signal-hook v0.3.18
19812026-05-26T17:33:06.712Z Compiling fastrand v2.3.0
19822026-05-26T17:33:06.727Z Compiling try-lock v0.2.5
19832026-05-26T17:33:06.865Z Compiling want v0.3.1
19842026-05-26T17:33:06.906Z Compiling h2 v0.4.13
19852026-05-26T17:33:06.925Z Compiling toml_parser v1.0.9+spec-1.1.0
19862026-05-26T17:33:07.058Z Compiling goblin v0.8.2
19872026-05-26T17:33:07.076Z Compiling goblin v0.10.5
19882026-05-26T17:33:07.204Z Compiling pkcs8 v0.10.2
19892026-05-26T17:33:07.330Z Compiling zerocopy v0.7.35
19902026-05-26T17:33:07.346Z Compiling ipnet v2.11.0
19912026-05-26T17:33:07.519Z Compiling ref-cast-impl v1.0.25
19922026-05-26T17:33:07.737Z Compiling darling_core v0.20.11
19932026-05-26T17:33:07.794Z Compiling curve25519-dalek v4.1.3
19942026-05-26T17:33:07.897Z Compiling toml_datetime v0.7.5+spec-1.1.0
19952026-05-26T17:33:08.081Z Compiling memoffset v0.9.1
19962026-05-26T17:33:08.113Z Compiling httpdate v1.0.3
19972026-05-26T17:33:08.305Z Compiling rustix v0.38.44
19982026-05-26T17:33:08.438Z Compiling litrs v1.0.0
19992026-05-26T17:33:08.513Z Compiling pin-utils v0.1.0
20002026-05-26T17:33:08.693Z Compiling winnow v0.5.40
20012026-05-26T17:33:08.793Z Compiling foreign-types-shared v0.1.1
20022026-05-26T17:33:08.891Z Compiling foreign-types v0.3.2
20032026-05-26T17:33:08.905Z Compiling tempfile v3.25.0
20042026-05-26T17:33:08.908Z Compiling document-features v0.2.12
20052026-05-26T17:33:09.274Z Compiling unicode-normalization v0.1.25
20062026-05-26T17:33:09.506Z Compiling dof v0.3.0
20072026-05-26T17:33:09.741Z Compiling darling_macro v0.20.11
20082026-05-26T17:33:09.775Z Compiling dtrace-parser v0.2.0
20092026-05-26T17:33:09.828Z Compiling dof v0.4.0
20102026-05-26T17:33:09.890Z Compiling hyper v1.8.1
20112026-05-26T17:33:10.035Z Compiling toml_edit v0.19.15
20122026-05-26T17:33:10.169Z Compiling dtrace-parser v0.3.0
20132026-05-26T17:33:10.247Z Compiling daft-derive v0.1.7
20142026-05-26T17:33:10.378Z Compiling pin-project-internal v1.1.11
20152026-05-26T17:33:10.432Z Compiling spin v0.9.8
20162026-05-26T17:33:10.463Z Compiling thread-id v5.1.0
20172026-05-26T17:33:10.567Z Compiling thread-id v4.2.2
20182026-05-26T17:33:10.602Z Compiling smoltcp v0.9.1
20192026-05-26T17:33:10.657Z Compiling powerfmt v0.2.0
20202026-05-26T17:33:10.672Z Compiling cfg_aliases v0.2.1
20212026-05-26T17:33:10.760Z Compiling num-bigint-dig v0.8.6
20222026-05-26T17:33:10.868Z Compiling deranged v0.5.8
20232026-05-26T17:33:10.872Z Compiling nix v0.31.2
20242026-05-26T17:33:10.950Z Compiling hyper-util v0.1.20
20252026-05-26T17:33:11.330Z Compiling darling v0.20.11
20262026-05-26T17:33:11.451Z Compiling rustls-native-certs v0.8.3
20272026-05-26T17:33:11.491Z Compiling ipnetwork v0.21.1
20282026-05-26T17:33:11.865Z Compiling curve25519-dalek-derive v0.1.1
20292026-05-26T17:33:11.881Z Compiling strum_macros v0.26.4
20302026-05-26T17:33:12.194Z Compiling sync_wrapper v1.0.2
20312026-05-26T17:33:12.278Z Compiling wait-timeout v0.2.1
20322026-05-26T17:33:12.542Z Compiling utf8parse v0.2.2
20332026-05-26T17:33:12.656Z Compiling anstyle v1.0.13
20342026-05-26T17:33:12.673Z Compiling num_threads v0.1.7
20352026-05-26T17:33:12.691Z Compiling bit-vec v0.8.0
20362026-05-26T17:33:12.708Z Compiling quick-error v1.2.3
20372026-05-26T17:33:12.789Z Compiling siphasher v1.0.2
20382026-05-26T17:33:12.811Z Compiling simd-adler32 v0.3.8
20392026-05-26T17:33:12.831Z Compiling rusty-fork v0.3.1
20402026-05-26T17:33:12.898Z Compiling bit-set v0.8.0
20412026-05-26T17:33:12.995Z Compiling time v0.3.47
20422026-05-26T17:33:13.078Z Compiling anstyle-parse v0.2.7
20432026-05-26T17:33:13.130Z Compiling tower v0.5.3
20442026-05-26T17:33:13.468Z Compiling derive_builder_core v0.20.2
20452026-05-26T17:33:13.592Z Compiling http-body-util v0.1.3
20462026-05-26T17:33:13.793Z Compiling webpki-roots v1.0.6
20472026-05-26T17:33:13.865Z Compiling rand_xorshift v0.4.0
20482026-05-26T17:33:13.886Z Compiling signature v2.2.0
20492026-05-26T17:33:13.932Z Compiling hubpack_derive v0.1.1
20502026-05-26T17:33:14.032Z Compiling strum_macros v0.27.2
20512026-05-26T17:33:14.055Z Compiling snafu-derive v0.8.9
20522026-05-26T17:33:14.271Z Compiling fs-err v3.3.0
20532026-05-26T17:33:14.286Z Compiling ahash v0.8.12
20542026-05-26T17:33:14.363Z Compiling unicode-segmentation v1.12.0
20552026-05-26T17:33:14.382Z Compiling unicode-bidi v0.3.18
20562026-05-26T17:33:14.491Z Compiling ryu v1.0.23
20572026-05-26T17:33:14.523Z Compiling adler2 v2.0.1
20582026-05-26T17:33:14.671Z Compiling colorchoice v1.0.4
20592026-05-26T17:33:14.688Z Compiling unarray v0.1.4
20602026-05-26T17:33:14.708Z Compiling iri-string v0.7.10
20612026-05-26T17:33:14.725Z Compiling object v0.37.3
20622026-05-26T17:33:14.803Z Compiling anstyle-query v1.1.5
20632026-05-26T17:33:14.806Z Compiling allocator-api2 v0.2.21
20642026-05-26T17:33:14.874Z Compiling is_terminal_polyfill v1.70.2
20652026-05-26T17:33:14.927Z Compiling unicode-properties v0.1.4
20662026-05-26T17:33:14.986Z Compiling anstream v0.6.21
20672026-05-26T17:33:15.008Z Compiling serde_urlencoded v0.7.1
20682026-05-26T17:33:15.096Z Compiling proptest v1.10.0
20692026-05-26T17:33:15.154Z Compiling stringprep v0.1.5
20702026-05-26T17:33:15.171Z Compiling miniz_oxide v0.8.9
20712026-05-26T17:33:15.342Z Compiling derive_builder_macro v0.20.2
20722026-05-26T17:33:15.704Z Compiling tokio-native-tls v0.3.1
20732026-05-26T17:33:15.733Z Compiling usdt-macro v0.6.0
20742026-05-26T17:33:15.794Z Compiling usdt-attr-macro v0.6.0
20752026-05-26T17:33:15.828Z Compiling tower-http v0.6.8
20762026-05-26T17:33:16.176Z Compiling rand_chacha v0.3.1
20772026-05-26T17:33:16.206Z Compiling erased-serde v0.3.31
20782026-05-26T17:33:16.252Z Compiling md-5 v0.10.6
20792026-05-26T17:33:16.268Z Compiling bstr v1.12.1
20802026-05-26T17:33:16.418Z Compiling num-integer v0.1.46
20812026-05-26T17:33:16.435Z Compiling hash32 v0.2.1
20822026-05-26T17:33:16.507Z Compiling vergen-lib v0.1.6
20832026-05-26T17:33:16.567Z Compiling ff v0.13.1
20842026-05-26T17:33:16.683Z Compiling fallible-iterator v0.2.0
20852026-05-26T17:33:16.718Z Compiling psl-types v2.0.11
20862026-05-26T17:33:16.765Z Compiling base16ct v0.2.0
20872026-05-26T17:33:16.781Z Compiling zlib-rs v0.6.2
20882026-05-26T17:33:16.843Z Compiling publicsuffix v2.3.0
20892026-05-26T17:33:16.873Z Compiling group v0.13.0
20902026-05-26T17:33:16.877Z Compiling num-iter v0.1.45
20912026-05-26T17:33:16.952Z Compiling sec1 v0.7.3
20922026-05-26T17:33:16.971Z Compiling postgres-protocol v0.6.10
20932026-05-26T17:33:17.031Z Compiling rand v0.8.6
20942026-05-26T17:33:17.064Z Compiling newtype-uuid v1.3.2
20952026-05-26T17:33:17.478Z Compiling oxnet v0.1.4
20962026-05-26T17:33:17.541Z Compiling hyper-tls v0.6.0
20972026-05-26T17:33:17.679Z Compiling derive_builder v0.20.2
20982026-05-26T17:33:17.784Z Compiling heck v0.4.1
20992026-05-26T17:33:17.814Z Compiling phf_shared v0.13.1
21002026-05-26T17:33:17.832Z Compiling pin-project v1.1.11
21012026-05-26T17:33:17.885Z Compiling lazy_static v1.5.0
21022026-05-26T17:33:18.031Z Compiling terminal_size v0.4.3
21032026-05-26T17:33:18.052Z Compiling serde_with_macros v3.17.0
21042026-05-26T17:33:18.069Z Compiling futures-executor v0.3.32
21052026-05-26T17:33:18.072Z Compiling hex v0.4.3
21062026-05-26T17:33:18.102Z Compiling cargo-platform v0.1.9
21072026-05-26T17:33:18.351Z Compiling hkdf v0.12.4
21082026-05-26T17:33:18.368Z Compiling crypto-bigint v0.5.5
21092026-05-26T17:33:18.502Z Compiling clap_derive v4.5.55
21102026-05-26T17:33:18.518Z Compiling enum-as-inner v0.6.1
21112026-05-26T17:33:18.523Z Compiling async-recursion v1.1.1
21122026-05-26T17:33:18.632Z Compiling serde_repr v0.1.20
21132026-05-26T17:33:18.672Z Compiling vergen v9.0.6
21142026-05-26T17:33:18.884Z Compiling flate2 v1.1.9
21152026-05-26T17:33:19.034Z Compiling encoding_rs v0.8.35
21162026-05-26T17:33:19.060Z Compiling mime v0.3.17
21172026-05-26T17:33:19.114Z Compiling foldhash v0.2.0
21182026-05-26T17:33:19.157Z Compiling bumpalo v3.20.2
21192026-05-26T17:33:19.175Z Compiling bitflags v1.3.2
21202026-05-26T17:33:19.269Z Compiling foldhash v0.1.5
21212026-05-26T17:33:19.290Z Compiling managed v0.8.0
21222026-05-26T17:33:19.451Z Compiling clap_lex v1.0.0
21232026-05-26T17:33:19.454Z Compiling libbz2-rs-sys v0.2.2
21242026-05-26T17:33:19.484Z Compiling same-file v1.0.6
21252026-05-26T17:33:19.539Z Compiling hashbrown v0.15.5
21262026-05-26T17:33:19.619Z Compiling walkdir v2.5.0
21272026-05-26T17:33:19.652Z Compiling clap_builder v4.5.60
21282026-05-26T17:33:19.912Z Compiling bzip2 v0.6.1
21292026-05-26T17:33:20.050Z Compiling zopfli v0.8.3
21302026-05-26T17:33:20.124Z Compiling hashbrown v0.16.1
21312026-05-26T17:33:20.140Z Compiling elliptic-curve v0.13.8
21322026-05-26T17:33:20.318Z Compiling zstd v0.13.3
21332026-05-26T17:33:20.335Z Compiling cargo_metadata v0.19.2
21342026-05-26T17:33:20.338Z Compiling futures v0.3.32
21352026-05-26T17:33:20.569Z Compiling phf v0.13.1
21362026-05-26T17:33:20.610Z Compiling snafu v0.8.9
21372026-05-26T17:33:20.745Z Compiling daft v0.1.7
21382026-05-26T17:33:20.762Z Compiling signal-hook-mio v0.2.5
21392026-05-26T17:33:20.898Z Compiling cookie_store v0.22.1
21402026-05-26T17:33:20.961Z Compiling postgres-types v0.2.12
21412026-05-26T17:33:21.035Z Compiling bzip2 v0.4.4
21422026-05-26T17:33:21.051Z Compiling globset v0.4.18
21432026-05-26T17:33:21.253Z Compiling strum v0.27.2
21442026-05-26T17:33:21.555Z Compiling hubpack v0.1.2
21452026-05-26T17:33:21.573Z Compiling ed25519 v2.2.3
21462026-05-26T17:33:21.576Z Compiling phf_shared v0.11.3
21472026-05-26T17:33:21.647Z Compiling crossbeam-epoch v0.9.18
21482026-05-26T17:33:21.696Z Compiling olpc-cjson v0.1.4
21492026-05-26T17:33:21.787Z Compiling pkcs1 v0.7.5
21502026-05-26T17:33:21.835Z Compiling pem v3.0.6
21512026-05-26T17:33:21.915Z Compiling serde-big-array v0.5.1
21522026-05-26T17:33:21.990Z Compiling serde_plain v1.0.2
21532026-05-26T17:33:22.039Z Compiling rfc6979 v0.4.0
21542026-05-26T17:33:22.081Z Compiling float-cmp v0.10.0
21552026-05-26T17:33:22.110Z Compiling memmap2 v0.9.10
21562026-05-26T17:33:22.148Z Compiling env_filter v1.0.0
21572026-05-26T17:33:22.198Z Compiling data-encoding v2.10.0
21582026-05-26T17:33:22.202Z Compiling jiff v0.2.21
21592026-05-26T17:33:22.213Z Compiling difflib v0.4.0
21602026-05-26T17:33:22.261Z Compiling fixedbitset v0.5.7
21612026-05-26T17:33:22.333Z Compiling normalize-line-endings v0.3.0
21622026-05-26T17:33:22.428Z Compiling predicates-core v1.0.10
21632026-05-26T17:33:22.452Z Compiling new_debug_unreachable v1.0.6
21642026-05-26T17:33:22.462Z Compiling static_assertions v1.1.0
21652026-05-26T17:33:22.551Z Compiling precomputed-hash v0.1.1
21662026-05-26T17:33:22.565Z Compiling typed-path v0.9.3
21672026-05-26T17:33:22.616Z Compiling fixedbitset v0.4.2
21682026-05-26T17:33:22.655Z Compiling whoami v2.1.0
21692026-05-26T17:33:22.697Z Compiling toml_write v0.1.2
21702026-05-26T17:33:22.747Z Compiling keccak v0.1.6
21712026-05-26T17:33:22.839Z Compiling petgraph v0.6.5
21722026-05-26T17:33:22.909Z Compiling sha3 v0.10.8
21732026-05-26T17:33:22.912Z Compiling tokio-postgres v0.7.16
21742026-05-26T17:33:22.965Z Compiling toml_edit v0.22.27
21752026-05-26T17:33:22.994Z Compiling string_cache v0.8.9
21762026-05-26T17:33:23.162Z Compiling predicates v3.1.4
21772026-05-26T17:33:23.191Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21782026-05-26T17:33:23.226Z Compiling hickory-proto v0.25.2
21792026-05-26T17:33:23.610Z Compiling petgraph v0.8.3
21802026-05-26T17:33:23.747Z Compiling env_logger v0.11.9
21812026-05-26T17:33:23.751Z Compiling usdt v0.6.0
21822026-05-26T17:33:24.096Z Compiling ecdsa v0.16.9
21832026-05-26T17:33:24.113Z Compiling rsa v0.9.10
21842026-05-26T17:33:24.305Z Compiling ed25519-dalek v2.2.0
21852026-05-26T17:33:24.745Z Compiling zip v4.6.1
21862026-05-26T17:33:25.192Z Compiling crossterm v0.28.1
21872026-05-26T17:33:25.242Z Compiling zip v0.6.6
21882026-05-26T17:33:25.618Z Compiling clap v4.5.60
21892026-05-26T17:33:25.715Z Compiling iddqd v0.4.1
21902026-05-26T17:33:25.874Z Compiling serde_with v3.17.0
21912026-05-26T17:33:25.900Z Compiling similar v2.7.0
21922026-05-26T17:33:25.959Z Compiling strum v0.26.3
21932026-05-26T17:33:26.039Z Compiling toml v0.7.8
21942026-05-26T17:33:26.113Z Compiling tokio-stream v0.1.18
21952026-05-26T17:33:26.155Z Compiling itertools v0.13.0
21962026-05-26T17:33:26.381Z Compiling buf-list v1.1.2
21972026-05-26T17:33:26.607Z Compiling x509-cert v0.2.5
21982026-05-26T17:33:26.676Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21992026-05-26T17:33:26.898Z Compiling openapiv3 v2.2.0
22002026-05-26T17:33:26.996Z Compiling sha1 v0.10.6
22012026-05-26T17:33:27.300Z Compiling lalrpop-util v0.19.12
22022026-05-26T17:33:27.412Z Compiling peg-runtime v0.8.5
22032026-05-26T17:33:42.158Z Compiling rustls-webpki v0.103.9
22042026-05-26T17:33:43.392Z Compiling macaddr v1.0.1
22052026-05-26T17:33:43.478Z Compiling structmeta-derive v0.3.0
22062026-05-26T17:33:43.536Z Compiling rayon-core v1.13.0
22072026-05-26T17:33:43.653Z Compiling crucible-workspace-hack v0.1.0
22082026-05-26T17:33:43.690Z Compiling itertools v0.14.0
22092026-05-26T17:33:43.768Z Compiling secrecy v0.10.3
22102026-05-26T17:33:43.887Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22112026-05-26T17:33:43.932Z Compiling heapless v0.8.0
22122026-05-26T17:33:43.954Z Compiling rustls v0.22.4
22132026-05-26T17:33:44.143Z Compiling crossbeam-deque v0.8.6
22142026-05-26T17:33:44.198Z Compiling toml_edit v0.23.10+spec-1.0.0
22152026-05-26T17:33:44.309Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22162026-05-26T17:33:44.325Z Compiling rustls-webpki v0.102.8
22172026-05-26T17:33:44.396Z Compiling hash32 v0.3.1
22182026-05-26T17:33:44.428Z Compiling multer v3.1.0
22192026-05-26T17:33:44.453Z Compiling thread_local v1.1.9
22202026-05-26T17:33:44.472Z Compiling structmeta v0.3.0
22212026-05-26T17:33:44.489Z Compiling smoltcp v0.11.0
22222026-05-26T17:33:44.513Z Compiling slog-async v2.8.0
22232026-05-26T17:33:44.583Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22242026-05-26T17:33:44.586Z Compiling unicode-width v0.2.0
22252026-05-26T17:33:44.649Z Compiling compression-core v0.4.31
22262026-05-26T17:33:44.699Z Compiling match_cfg v0.1.0
22272026-05-26T17:33:44.800Z Compiling compression-codecs v0.4.37
22282026-05-26T17:33:44.854Z Compiling hostname v0.3.1
22292026-05-26T17:33:44.886Z Compiling proc-macro-crate v3.4.0
22302026-05-26T17:33:44.916Z Compiling derive-ex v0.1.8
22312026-05-26T17:33:44.951Z Compiling ingot-macros v0.1.1
22322026-05-26T17:33:45.053Z Compiling slog-json v2.6.1
22332026-05-26T17:33:45.125Z Compiling crossbeam-channel v0.5.15
22342026-05-26T17:33:45.171Z Compiling half v2.7.1
22352026-05-26T17:33:45.319Z Compiling newtype-uuid-macros v0.1.0
22362026-05-26T17:33:45.338Z Compiling cobs v0.3.0
22372026-05-26T17:33:45.472Z Compiling thiserror-impl-no-std v2.0.2
22382026-05-26T17:33:45.538Z Compiling universal-hash v0.5.1
22392026-05-26T17:33:45.643Z Compiling async-stream-impl v0.3.6
22402026-05-26T17:33:45.716Z Compiling toml_datetime v1.0.0+spec-1.1.0
22412026-05-26T17:33:45.813Z Compiling serde_spanned v1.0.4
22422026-05-26T17:33:46.000Z Compiling tokio-rustls v0.26.4
22432026-05-26T17:33:46.035Z Compiling rustls-platform-verifier v0.6.2
22442026-05-26T17:33:46.146Z Compiling is-terminal v0.4.17
22452026-05-26T17:33:46.162Z Compiling dropshot v0.17.0
22462026-05-26T17:33:46.214Z Compiling proc-macro-error-attr v1.0.4
22472026-05-26T17:33:46.256Z Compiling hyper-rustls v0.27.7
22482026-05-26T17:33:46.275Z Compiling opaque-debug v0.3.1
22492026-05-26T17:33:46.289Z Compiling take_mut v0.2.2
22502026-05-26T17:33:46.362Z Compiling term v1.2.1
22512026-05-26T17:33:46.392Z Compiling toml_writer v1.0.6+spec-1.1.0
22522026-05-26T17:33:46.410Z Compiling convert_case v0.4.0
22532026-05-26T17:33:46.434Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22542026-05-26T17:33:46.451Z Compiling ciborium-io v0.2.2
22552026-05-26T17:33:46.498Z Compiling reqwest v0.12.28
22562026-05-26T17:33:46.514Z Compiling reqwest v0.13.2
22572026-05-26T17:33:46.594Z Compiling ciborium-ll v0.2.2
22582026-05-26T17:33:46.612Z Compiling toml v1.0.6+spec-1.1.0
22592026-05-26T17:33:46.699Z Compiling thiserror-no-std v2.0.2
22602026-05-26T17:33:46.714Z Compiling slog-term v2.9.2
22612026-05-26T17:33:46.747Z Compiling derive_more v0.99.20
22622026-05-26T17:33:46.873Z Compiling test-strategy v0.4.5
22632026-05-26T17:33:46.888Z Compiling tokio-rustls v0.25.0
22642026-05-26T17:33:47.219Z Compiling poly1305 v0.8.0
22652026-05-26T17:33:47.538Z Compiling ingot-types v0.1.2
22662026-05-26T17:33:47.577Z Compiling async-stream v0.3.6
22672026-05-26T17:33:47.794Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22682026-05-26T17:33:47.855Z Compiling postcard v1.1.3
22692026-05-26T17:33:47.973Z Compiling ingot v0.1.1
22702026-05-26T17:33:48.180Z Compiling tough v0.22.0
22712026-05-26T17:33:48.201Z Compiling num_enum_derive v0.7.5
22722026-05-26T17:33:48.238Z Compiling slog-bunyan v2.5.0
22732026-05-26T17:33:48.453Z Compiling async-compression v0.4.41
22742026-05-26T17:33:48.810Z Compiling parse-display-derive v0.10.0
22752026-05-26T17:33:48.906Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22762026-05-26T17:33:48.933Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22772026-05-26T17:33:49.117Z Compiling proc-macro-crate v1.3.1
22782026-05-26T17:33:49.182Z Compiling backon v1.6.0
22792026-05-26T17:33:49.451Z Compiling waitgroup v0.1.2
22802026-05-26T17:33:49.469Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22812026-05-26T17:33:49.522Z Compiling password-hash v0.5.0
22822026-05-26T17:33:49.628Z Compiling chacha20 v0.9.1
22832026-05-26T17:33:49.643Z Compiling dropshot_endpoint v0.17.0
22842026-05-26T17:33:49.740Z Compiling rustls-pemfile v2.2.0
22852026-05-26T17:33:49.826Z Compiling blake2 v0.10.6
22862026-05-26T17:33:49.970Z Compiling aead v0.5.2
22872026-05-26T17:33:50.040Z Compiling foreign-types-macros v0.2.3
22882026-05-26T17:33:50.247Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22892026-05-26T17:33:50.263Z Compiling serde_path_to_error v0.1.20
22902026-05-26T17:33:50.305Z Compiling hostname v0.4.2
22912026-05-26T17:33:50.364Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22922026-05-26T17:33:50.483Z Compiling proc-macro-error v1.0.4
22932026-05-26T17:33:50.486Z Compiling instant v0.1.13
22942026-05-26T17:33:50.516Z Compiling debug-ignore v1.0.5
22952026-05-26T17:33:50.589Z Compiling typeid v1.0.3
22962026-05-26T17:33:50.605Z Compiling cpufeatures v0.3.0
22972026-05-26T17:33:50.627Z Compiling foreign-types-shared v0.3.1
22982026-05-26T17:33:50.665Z Compiling backoff v0.4.0
22992026-05-26T17:33:50.668Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23002026-05-26T17:33:50.700Z Compiling chacha20 v0.10.0
23012026-05-26T17:33:50.718Z Compiling foreign-types v0.5.0
23022026-05-26T17:33:50.734Z Compiling parse-display v0.10.0
23032026-05-26T17:33:50.734Z Compiling chacha20poly1305 v0.10.1
23042026-05-26T17:33:50.737Z Compiling argon2 v0.5.3
23052026-05-26T17:33:50.797Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23062026-05-26T17:33:50.816Z Compiling num_enum_derive v0.5.11
23072026-05-26T17:33:50.901Z Compiling num_enum v0.7.5
23082026-05-26T17:33:50.917Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23092026-05-26T17:33:50.948Z Compiling vsss-rs v3.3.4
23102026-05-26T17:33:51.016Z Compiling ciborium v0.2.2
23112026-05-26T17:33:51.247Z Compiling tabwriter v1.4.1
23122026-05-26T17:33:51.331Z Compiling regress v0.10.5
23132026-05-26T17:33:51.629Z Compiling byte-wrapper v0.1.0
23142026-05-26T17:33:51.668Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23152026-05-26T17:33:51.707Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23162026-05-26T17:33:51.779Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23172026-05-26T17:33:51.811Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23182026-05-26T17:33:51.882Z Compiling cstr-argument v0.1.2
23192026-05-26T17:33:52.049Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23202026-05-26T17:33:52.076Z Compiling humantime v2.3.0
23212026-05-26T17:33:52.155Z Compiling erased-serde v0.4.9
23222026-05-26T17:33:52.222Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23232026-05-26T17:33:52.366Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23242026-05-26T17:33:52.436Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23252026-05-26T17:33:52.490Z Compiling num_enum v0.5.11
23262026-05-26T17:33:52.524Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23272026-05-26T17:33:52.542Z Compiling rand v0.10.0
23282026-05-26T17:33:52.545Z Compiling rayon v1.11.0
23292026-05-26T17:33:52.596Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23302026-05-26T17:33:52.639Z Compiling libefi-sys v0.1.0
23312026-05-26T17:33:52.688Z Compiling colored v3.1.1
23322026-05-26T17:33:52.781Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23332026-05-26T17:33:52.810Z Compiling indent_write v2.2.0
23342026-05-26T17:33:52.906Z Compiling zone_cfg_derive v0.3.1
23352026-05-26T17:33:52.938Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23362026-05-26T17:33:52.956Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23372026-05-26T17:33:52.972Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23382026-05-26T17:33:52.989Z Compiling camino-tempfile v1.4.1
23392026-05-26T17:33:53.107Z Compiling itertools v0.12.1
23402026-05-26T17:33:53.363Z Compiling usdt-macro v0.5.0
23412026-05-26T17:33:53.396Z Compiling usdt-attr-macro v0.5.0
23422026-05-26T17:33:53.414Z Compiling bitfield-struct v0.6.2
23432026-05-26T17:33:53.507Z Compiling num-derive v0.4.2
23442026-05-26T17:33:53.524Z Compiling ordered-float v2.10.1
23452026-05-26T17:33:53.542Z Compiling blake3 v1.8.3
23462026-05-26T17:33:53.830Z Compiling memmap v0.7.0
23472026-05-26T17:33:53.918Z Compiling sigpipe v0.1.3
23482026-05-26T17:33:54.041Z Compiling glob v0.3.3
23492026-05-26T17:33:54.059Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23502026-05-26T17:33:54.075Z Compiling swrite v0.1.0
23512026-05-26T17:33:54.092Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23522026-05-26T17:33:54.149Z Compiling usdt v0.5.0
23532026-05-26T17:33:54.302Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23542026-05-26T17:33:54.406Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23552026-05-26T17:33:54.426Z Compiling zone v0.3.1
23562026-05-26T17:33:54.545Z Compiling serde-value v0.7.0
23572026-05-26T17:33:54.660Z Compiling serde-untagged v0.1.9
23582026-05-26T17:33:54.727Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23592026-05-26T17:33:54.962Z Compiling toml v0.8.23
23602026-05-26T17:33:55.026Z Compiling smf v0.2.3
23612026-05-26T17:33:55.043Z Compiling filetime v0.2.27
23622026-05-26T17:33:55.047Z Compiling arrayvec v0.7.6
23632026-05-26T17:33:55.078Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23642026-05-26T17:33:55.107Z Compiling constant_time_eq v0.4.2
23652026-05-26T17:33:55.176Z Compiling unicode-xid v0.2.6
23662026-05-26T17:33:55.246Z Compiling whoami v1.6.1
23672026-05-26T17:33:55.262Z Compiling xattr v1.6.1
23682026-05-26T17:33:55.278Z Compiling arrayref v0.3.9
23692026-05-26T17:33:55.318Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23702026-05-26T17:33:55.334Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23712026-05-26T17:33:55.367Z Compiling tokio-dtrace v0.1.1
23722026-05-26T17:33:55.470Z Compiling cargo-util-schemas v0.8.2
23732026-05-26T17:33:55.597Z Compiling tar v0.4.45
23742026-05-26T17:33:55.706Z Compiling console v0.16.2
23752026-05-26T17:33:55.722Z Compiling gethostname v0.5.0
23762026-05-26T17:33:55.871Z Compiling cargo-platform v0.2.0
23772026-05-26T17:33:55.978Z Compiling topological-sort v0.2.2
23782026-05-26T17:33:55.995Z Compiling unit-prefix v0.5.2
23792026-05-26T17:33:56.037Z Compiling oxide-tokio-rt v0.1.4
23802026-05-26T17:33:56.161Z Compiling indicatif v0.18.4
23812026-05-26T17:33:56.180Z Compiling shell-words v1.1.1
23822026-05-26T17:33:56.196Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23832026-05-26T17:33:56.722Z Compiling cargo_metadata v0.21.0
23842026-05-26T17:34:05.729Z Compiling progenitor-client v0.14.0
23852026-05-26T17:34:05.795Z Compiling progenitor-client v0.10.0
23862026-05-26T17:34:05.795Z Compiling omicron-zone-package v0.12.2
23872026-05-26T17:34:06.203Z Compiling progenitor-extras v0.2.0
23882026-05-26T17:34:08.421Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23892026-05-26T17:34:08.440Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23902026-05-26T17:34:08.524Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23912026-05-26T17:34:08.711Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23922026-05-26T17:34:08.762Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23932026-05-26T17:34:08.858Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23942026-05-26T17:34:08.912Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23952026-05-26T17:34:08.927Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23962026-05-26T17:34:08.964Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23972026-05-26T17:34:12.753Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23982026-05-26T17:34:20.264Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23992026-05-26T17:34:23.258Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24002026-05-26T17:34:24.216Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24012026-05-26T17:34:33.893Z Finished `release` profile [optimized] target(s) in 1m 42s
24022026-05-26T17:34:34.046Z Running `target/release/omicron-package -t test target create -p dev`
24032026-05-26T17:34:34.109ZLogging to: /work/oxidecomputer/omicron/out/LOG
24042026-05-26T17:34:34.113ZCreated new build target 'test' and set it as active
24052026-05-26T17:34:34.113Z
24062026-05-26T17:34:34.113Zreal 1:43.088512720
24072026-05-26T17:34:34.113Zuser 16:45.122739463
24082026-05-26T17:34:34.113Zsys 2:39.014113370
24092026-05-26T17:34:34.113Ztrap 0.443183003
24102026-05-26T17:34:34.113Ztflt 2.766635186
24112026-05-26T17:34:34.113Zdflt 4.228348429
24122026-05-26T17:34:34.113Zkflt 0.000510800
24132026-05-26T17:34:34.113Zlock 52:08.664686098
24142026-05-26T17:34:34.113Zslp 42:54.171064137
24152026-05-26T17:34:34.113Zlat 41.259252489
24162026-05-26T17:34:34.113Zstop 5:27.372725421
24172026-05-26T17:34:34.113Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24182026-05-26T17:34:34.993Z Finished `release` profile [optimized] target(s) in 0.87s
24192026-05-26T17:34:35.065Z Running `target/release/omicron-package -t test package`
24202026-05-26T17:34:35.125ZLogging to: /work/oxidecomputer/omicron/out/LOG
24212026-05-26T17:34:36.548Z Compiling heck v0.5.0
24222026-05-26T17:34:36.548Z Compiling regress v0.11.1
24232026-05-26T17:34:36.548Z Compiling unsafe-libyaml v0.2.11
24242026-05-26T17:34:36.812Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24252026-05-26T17:34:36.833Z Compiling regress v0.10.5
24262026-05-26T17:34:36.863Z Compiling is-terminal v0.4.17
24272026-05-26T17:34:36.867Z Compiling unicode-width v0.1.14
24282026-05-26T17:34:36.905Z Compiling prettyplease v0.2.37
24292026-05-26T17:34:36.923Z Compiling bytecount v0.6.9
24302026-05-26T17:34:36.927Z Compiling rustls v0.22.4
24312026-05-26T17:34:36.927Z Compiling rustls-webpki v0.102.8
24322026-05-26T17:34:36.927Z Compiling derive-where v1.6.0
24332026-05-26T17:34:36.927Z Compiling thread_local v1.1.9
24342026-05-26T17:34:36.966Z Compiling match_cfg v0.1.0
24352026-05-26T17:34:36.969Z Compiling compression-core v0.4.31
24362026-05-26T17:34:37.026Z Compiling multer v3.1.0
24372026-05-26T17:34:37.048Z Compiling slog-async v2.8.0
24382026-05-26T17:34:37.115Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24392026-05-26T17:34:37.137Z Compiling hostname v0.3.1
24402026-05-26T17:34:37.160Z Compiling compression-codecs v0.4.37
24412026-05-26T17:34:37.163Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24422026-05-26T17:34:37.163Z Compiling crossbeam-channel v0.5.15
24432026-05-26T17:34:37.228Z Compiling slog-json v2.6.1
24442026-05-26T17:34:37.231Z Compiling serde_spanned v1.0.4
24452026-05-26T17:34:37.275Z Compiling toml_datetime v1.0.0+spec-1.1.0
24462026-05-26T17:34:37.297Z Compiling toml_writer v1.0.6+spec-1.1.0
24472026-05-26T17:34:37.328Z Compiling serde_yaml v0.9.34+deprecated
24482026-05-26T17:34:37.359Z Compiling term v1.2.1
24492026-05-26T17:34:37.417Z Compiling take_mut v0.2.2
24502026-05-26T17:34:37.439Z Compiling slog-bunyan v2.5.0
24512026-05-26T17:34:37.461Z Compiling async-compression v0.4.41
24522026-05-26T17:34:37.535Z Compiling toml v1.0.6+spec-1.1.0
24532026-05-26T17:34:37.637Z Compiling async-stream v0.3.6
24542026-05-26T17:34:37.659Z Compiling slog-term v2.9.2
24552026-05-26T17:34:37.727Z Compiling dropshot v0.17.0
24562026-05-26T17:34:37.793Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24572026-05-26T17:34:37.814Z Compiling num-rational v0.4.2
24582026-05-26T17:34:37.839Z Compiling progenitor-client v0.14.0
24592026-05-26T17:34:37.866Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24602026-05-26T17:34:37.951Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24612026-05-26T17:34:37.982Z Compiling waitgroup v0.1.2
24622026-05-26T17:34:38.006Z Compiling backon v1.6.0
24632026-05-26T17:34:38.067Z Compiling rustls-pemfile v2.2.0
24642026-05-26T17:34:38.142Z Compiling num-complex v0.4.6
24652026-05-26T17:34:38.169Z Compiling serde_path_to_error v0.1.20
24662026-05-26T17:34:38.190Z Compiling hostname v0.4.2
24672026-05-26T17:34:38.193Z Compiling instant v0.1.13
24682026-05-26T17:34:38.193Z Compiling debug-ignore v1.0.5
24692026-05-26T17:34:38.256Z Compiling progenitor-extras v0.2.0
24702026-05-26T17:34:38.282Z Compiling typify-impl v0.6.2
24712026-05-26T17:34:38.341Z Compiling backoff v0.4.0
24722026-05-26T17:34:38.360Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24732026-05-26T17:34:38.383Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24742026-05-26T17:34:38.553Z Compiling num v0.4.3
24752026-05-26T17:34:38.581Z Compiling parse-display v0.10.0
24762026-05-26T17:34:38.621Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24772026-05-26T17:34:38.624Z Compiling progenitor-client v0.13.0
24782026-05-26T17:34:38.665Z Compiling progenitor-client v0.10.0
24792026-05-26T17:34:38.690Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24802026-05-26T17:34:38.693Z Compiling macaddr v1.0.1
24812026-05-26T17:34:38.808Z Compiling humantime v2.3.0
24822026-05-26T17:34:38.830Z Compiling float-ord v0.3.2
24832026-05-26T17:34:38.952Z Compiling console v0.15.11
24842026-05-26T17:34:39.020Z Compiling newline-converter v0.3.0
24852026-05-26T17:34:39.080Z Compiling atomicwrites v0.4.4
24862026-05-26T17:34:39.138Z Compiling slog-dtrace v0.3.0
24872026-05-26T17:34:39.160Z Compiling owo-colors v4.3.0
24882026-05-26T17:34:39.183Z Compiling resolv-conf v0.7.6
24892026-05-26T17:34:39.266Z Compiling tokio-rustls v0.25.0
24902026-05-26T17:34:39.395Z Compiling expectorate v1.2.0
24912026-05-26T17:34:39.417Z Compiling cancel-safe-futures v0.1.5
24922026-05-26T17:34:39.442Z Compiling toml v0.8.23
24932026-05-26T17:34:39.543Z Compiling libsw-core v0.3.2
24942026-05-26T17:34:39.707Z Compiling libsw v3.5.0
24952026-05-26T17:34:39.762Z Compiling linear-map v1.2.0
24962026-05-26T17:34:39.808Z Compiling linked-hash-map v0.5.6
24972026-05-26T17:34:39.919Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24982026-05-26T17:34:40.010Z Compiling lru-cache v0.1.2
24992026-05-26T17:34:40.051Z Compiling minimal-lexical v0.2.1
25002026-05-26T17:34:40.073Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25012026-05-26T17:34:40.108Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25022026-05-26T17:34:40.169Z Compiling hickory-proto v0.24.4
25032026-05-26T17:34:40.190Z Compiling unicode-xid v0.2.6
25042026-05-26T17:34:40.212Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25052026-05-26T17:34:40.303Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25062026-05-26T17:34:40.330Z Compiling nom v7.1.3
25072026-05-26T17:34:40.357Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25082026-05-26T17:34:40.527Z Compiling convert_case v0.10.0
25092026-05-26T17:34:40.820Z Compiling derive_more-impl v2.1.1
25102026-05-26T17:34:41.133Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25112026-05-26T17:34:41.584Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25122026-05-26T17:34:41.620Z Compiling derive_more v2.1.1
25132026-05-26T17:34:41.709Z Compiling typify-macro v0.6.2
25142026-05-26T17:34:41.730Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25152026-05-26T17:34:41.754Z Compiling papergrid v0.11.0
25162026-05-26T17:34:41.778Z Compiling tabled_derive v0.7.0
25172026-05-26T17:34:41.987Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25182026-05-26T17:34:42.240Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25192026-05-26T17:34:42.462Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25202026-05-26T17:34:42.712Z Compiling hickory-resolver v0.24.4
25212026-05-26T17:34:42.842Z Compiling termtree v0.5.1
25222026-05-26T17:34:42.866Z Compiling tabled v0.15.0
25232026-05-26T17:34:43.044Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25242026-05-26T17:34:43.224Z Compiling typify v0.6.2
25252026-05-26T17:34:43.395Z Compiling progenitor-impl v0.14.0
25262026-05-26T17:34:44.028Z Compiling progenitor-impl v0.13.0
25272026-05-26T17:34:45.530Z Compiling progenitor-macro v0.14.0
25282026-05-26T17:34:46.036Z Compiling qorb v0.4.1
25292026-05-26T17:34:46.144Z Compiling progenitor-macro v0.13.0
25302026-05-26T17:34:47.283Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25312026-05-26T17:34:47.895Z Compiling crossterm v0.29.0
25322026-05-26T17:34:48.217Z Compiling phf_shared v0.12.1
25332026-05-26T17:34:48.470Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25342026-05-26T17:34:48.515Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25352026-05-26T17:34:48.542Z Compiling vte v0.14.1
25362026-05-26T17:34:49.048Z Compiling csv-core v0.1.13
25372026-05-26T17:34:49.071Z Compiling highway v1.3.0
25382026-05-26T17:34:49.488Z Compiling chrono-tz v0.10.4
25392026-05-26T17:34:49.543Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25402026-05-26T17:34:49.577Z Compiling progenitor v0.14.0
25412026-05-26T17:34:49.745Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25422026-05-26T17:34:49.767Z Compiling csv v1.4.0
25432026-05-26T17:34:49.787Z Compiling strip-ansi-escapes v0.2.1
25442026-05-26T17:34:50.184Z Compiling progenitor v0.13.0
25452026-05-26T17:34:50.323Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25462026-05-26T17:34:50.346Z Compiling phf v0.12.1
25472026-05-26T17:34:50.370Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25482026-05-26T17:34:50.550Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25492026-05-26T17:34:50.620Z Compiling const_format_proc_macros v0.2.34
25502026-05-26T17:34:50.711Z Compiling fd-lock v4.0.4
25512026-05-26T17:34:50.783Z Compiling peg-macros v0.8.5
25522026-05-26T17:34:50.891Z Compiling nu-ansi-term v0.50.3
25532026-05-26T17:34:51.183Z Compiling reedline v0.40.0
25542026-05-26T17:34:51.370Z Compiling const_format v0.2.35
25552026-05-26T17:34:51.862Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25562026-05-26T17:34:52.036Z Compiling peg v0.8.5
25572026-05-26T17:34:52.143Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25582026-05-26T17:34:52.925Z Compiling bcs v0.1.6
25592026-05-26T17:34:53.327Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25602026-05-26T17:34:53.351Z Compiling semver v0.1.20
25612026-05-26T17:34:53.656Z Compiling rustc_version v0.1.7
25622026-05-26T17:34:53.684Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25632026-05-26T17:34:53.892Z Compiling newtype_derive v0.1.6
25642026-05-26T17:34:53.931Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25652026-05-26T17:34:54.125Z Compiling smawk v0.3.2
25662026-05-26T17:34:54.180Z Compiling unicode-linebreak v0.1.5
25672026-05-26T17:34:54.329Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25682026-05-26T17:34:54.488Z Compiling textwrap v0.16.2
25692026-05-26T17:34:54.944Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25702026-05-26T17:34:55.098Z Compiling dropshot-api-manager-types v0.7.1
25712026-05-26T17:34:55.179Z Compiling base64 v0.21.7
25722026-05-26T17:34:55.509Z Compiling steno v0.4.1
25732026-05-26T17:34:55.716Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25742026-05-26T17:34:56.106Z Compiling tagptr v0.2.0
25752026-05-26T17:34:56.173Z Compiling utf-8 v0.7.6
25762026-05-26T17:34:56.211Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25772026-05-26T17:34:56.305Z Compiling moka v0.12.13
25782026-05-26T17:34:56.343Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25792026-05-26T17:34:56.409Z Compiling tungstenite v0.21.0
25802026-05-26T17:34:56.446Z Compiling radium v0.7.0
25812026-05-26T17:34:56.500Z Compiling tap v1.0.1
25822026-05-26T17:34:56.534Z Compiling maybe-uninit v2.0.0
25832026-05-26T17:34:56.661Z Compiling wyz v0.5.1
25842026-05-26T17:34:56.892Z Compiling zerocopy-derive v0.6.6
25852026-05-26T17:34:56.920Z Compiling funty v2.0.0
25862026-05-26T17:34:57.053Z Compiling tokio-tungstenite v0.21.0
25872026-05-26T17:34:57.432Z Compiling hickory-resolver v0.25.2
25882026-05-26T17:34:57.564Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25892026-05-26T17:34:57.607Z Compiling crc-catalog v2.4.0
25902026-05-26T17:34:57.672Z Compiling packed_struct v0.10.1
25912026-05-26T17:34:57.739Z Compiling display-error-chain v0.2.2
25922026-05-26T17:34:57.864Z Compiling crc v3.4.0
25932026-05-26T17:34:57.921Z Compiling zerocopy v0.6.6
25942026-05-26T17:34:58.014Z Compiling bitvec v1.0.1
25952026-05-26T17:34:58.308Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25962026-05-26T17:34:58.362Z Compiling num-derive v0.3.3
25972026-05-26T17:34:58.434Z Compiling packed_struct_codegen v0.10.1
25982026-05-26T17:34:58.572Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25992026-05-26T17:34:59.227Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26002026-05-26T17:34:59.377Z Compiling bitfield-macros v0.19.4
26012026-05-26T17:34:59.434Z Compiling proc-macro-error-attr2 v2.0.0
26022026-05-26T17:34:59.754Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26032026-05-26T17:34:59.904Z Compiling indexmap v1.9.3
26042026-05-26T17:35:00.093Z Compiling nodrop v0.1.14
26052026-05-26T17:35:00.170Z Compiling bitfield v0.19.4
26062026-05-26T17:35:00.223Z Compiling array-init v0.0.4
26072026-05-26T17:35:00.497Z Compiling proc-macro-error2 v2.0.1
26082026-05-26T17:35:00.705Z Compiling libscf-sys v1.1.0
26092026-05-26T17:35:00.810Z Compiling smallvec v0.6.14
26102026-05-26T17:35:00.880Z Compiling typify-impl v0.4.3
26112026-05-26T17:35:01.082Z Compiling hashbrown v0.12.3
26122026-05-26T17:35:01.105Z Compiling serde-hex v0.1.0
26132026-05-26T17:35:01.383Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26142026-05-26T17:35:01.509Z Compiling tabled_derive v0.11.0
26152026-05-26T17:35:02.104Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26162026-05-26T17:35:02.175Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26172026-05-26T17:35:02.367Z Compiling ron v0.8.1
26182026-05-26T17:35:02.417Z Compiling papergrid v0.17.0
26192026-05-26T17:35:02.583Z Compiling testing_table v0.3.0
26202026-05-26T17:35:03.011Z Compiling hashbrown v0.13.2
26212026-05-26T17:35:03.254Z Compiling vergen-gitcl v1.0.8
26222026-05-26T17:35:03.277Z Compiling dirs-sys-next v0.1.2
26232026-05-26T17:35:03.482Z Compiling maplit v1.0.2
26242026-05-26T17:35:03.556Z Compiling crunchy v0.2.4
26252026-05-26T17:35:03.604Z Compiling glob v0.3.3
26262026-05-26T17:35:03.650Z Compiling diesel_derives v2.3.7
26272026-05-26T17:35:03.840Z Compiling crc-any v2.5.0
26282026-05-26T17:35:03.922Z Compiling tabled v0.20.0
26292026-05-26T17:35:03.943Z Compiling object v0.30.4
26302026-05-26T17:35:03.963Z Compiling clang-sys v1.8.1
26312026-05-26T17:35:04.111Z Compiling dirs-next v2.0.0
26322026-05-26T17:35:04.265Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26332026-05-26T17:35:04.287Z Compiling typify-macro v0.4.3
26342026-05-26T17:35:04.287Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26352026-05-26T17:35:04.345Z Compiling dsl_auto_type v0.2.0
26362026-05-26T17:35:04.461Z Compiling scheduled-thread-pool v0.2.7
26372026-05-26T17:35:04.738Z Compiling diesel_table_macro_syntax v0.3.0
26382026-05-26T17:35:04.892Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26392026-05-26T17:35:04.945Z Compiling xshell-macros v0.2.7
26402026-05-26T17:35:04.966Z Compiling tiny-keccak v2.0.2
26412026-05-26T17:35:04.986Z Compiling path-slash v0.1.5
26422026-05-26T17:35:05.178Z Compiling r2d2 v0.8.10
26432026-05-26T17:35:05.252Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26442026-05-26T17:35:05.272Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26452026-05-26T17:35:05.337Z Compiling xshell v0.2.7
26462026-05-26T17:35:05.479Z Compiling term v0.7.0
26472026-05-26T17:35:05.899Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26482026-05-26T17:35:05.991Z Compiling downcast-rs v2.0.2
26492026-05-26T17:35:06.128Z Compiling bit-vec v0.6.3
26502026-05-26T17:35:06.332Z Compiling bit-set v0.5.3
26512026-05-26T17:35:06.375Z Compiling ascii-canvas v3.0.0
26522026-05-26T17:35:06.396Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26532026-05-26T17:35:06.531Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26542026-05-26T17:35:06.637Z Compiling itertools v0.10.5
26552026-05-26T17:35:06.658Z Compiling ena v0.14.4
26562026-05-26T17:35:06.909Z Compiling libloading v0.8.9
26572026-05-26T17:35:07.140Z Compiling regex-syntax v0.6.29
26582026-05-26T17:35:07.601Z Compiling unicase v2.9.0
26592026-05-26T17:35:07.723Z Compiling diff v0.1.13
26602026-05-26T17:35:07.909Z Compiling crc8 v0.1.1
26612026-05-26T17:35:07.992Z Compiling bindgen v0.71.1
26622026-05-26T17:35:08.113Z Compiling typify v0.4.3
26632026-05-26T17:35:08.253Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26642026-05-26T17:35:08.329Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26652026-05-26T17:35:08.686Z Compiling lalrpop v0.19.12
26662026-05-26T17:35:08.919Z Compiling cexpr v0.6.0
26672026-05-26T17:35:09.012Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26682026-05-26T17:35:09.033Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26692026-05-26T17:35:09.207Z Compiling rustc-hash v2.1.1
26702026-05-26T17:35:09.285Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26712026-05-26T17:35:09.382Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26722026-05-26T17:35:09.568Z Compiling headers-core v0.3.0
26732026-05-26T17:35:09.687Z Compiling diesel v2.3.7
26742026-05-26T17:35:09.743Z Compiling git-stub v1.0.0
26752026-05-26T17:35:09.806Z Compiling libxml v0.3.3
26762026-05-26T17:35:10.011Z Compiling git-stub-vcs v0.1.0
26772026-05-26T17:35:10.032Z Compiling headers v0.4.1
26782026-05-26T17:35:10.117Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26792026-05-26T17:35:10.367Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26802026-05-26T17:35:10.608Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26812026-05-26T17:35:11.019Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26822026-05-26T17:35:11.108Z Compiling strum_macros v0.24.3
26832026-05-26T17:35:11.295Z Compiling indoc v1.0.9
26842026-05-26T17:35:11.768Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26852026-05-26T17:35:11.771Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26862026-05-26T17:35:12.021Z Compiling derive_builder v0.20.2
26872026-05-26T17:35:12.197Z Compiling oso-derive v0.27.3
26882026-05-26T17:35:12.299Z Compiling quick-xml v0.37.5
26892026-05-26T17:35:12.363Z Compiling impl-trait-for-tuples v0.2.3
26902026-05-26T17:35:12.631Z Compiling openssl-probe v0.1.6
26912026-05-26T17:35:12.703Z Compiling half v1.8.3
26922026-05-26T17:35:12.959Z Compiling serde_cbor v0.11.2
26932026-05-26T17:35:13.138Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26942026-05-26T17:35:13.588Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26952026-05-26T17:35:13.625Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26962026-05-26T17:35:13.746Z Compiling bb8 v0.8.6
26972026-05-26T17:35:13.853Z Compiling trait-variant v0.1.2
26982026-05-26T17:35:13.856Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26992026-05-26T17:35:13.973Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27002026-05-26T17:35:14.137Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27012026-05-26T17:35:14.163Z Compiling samael v0.0.19
27022026-05-26T17:35:14.187Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27032026-05-26T17:35:14.315Z Compiling fxhash v0.2.1
27042026-05-26T17:35:14.395Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27052026-05-26T17:35:14.417Z Compiling salty v0.3.0
27062026-05-26T17:35:14.738Z Compiling progenitor-impl v0.10.0
27072026-05-26T17:35:14.827Z Compiling progenitor-impl v0.11.2
27082026-05-26T17:35:14.899Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27092026-05-26T17:35:14.989Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27102026-05-26T17:35:15.324Z Compiling kstat-rs v0.2.4
27112026-05-26T17:35:15.518Z Compiling libz-sys v1.1.24
27122026-05-26T17:35:15.780Z Compiling nonempty v0.12.0
27132026-05-26T17:35:15.810Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27142026-05-26T17:35:15.972Z Compiling polar-core v0.27.3
27152026-05-26T17:35:16.009Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27162026-05-26T17:35:16.888Z Compiling progenitor-macro v0.10.0
27172026-05-26T17:35:16.992Z Compiling progenitor-macro v0.11.2
27182026-05-26T17:35:18.193Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27192026-05-26T17:35:18.651Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27202026-05-26T17:35:19.620Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27212026-05-26T17:35:20.164Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27222026-05-26T17:35:20.360Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27232026-05-26T17:35:20.747Z Compiling progenitor-client v0.11.2
27242026-05-26T17:35:20.918Z Compiling darling_core v0.23.0
27252026-05-26T17:35:20.945Z Compiling nanorand v0.7.0
27262026-05-26T17:35:21.033Z Compiling arc-swap v1.8.2
27272026-05-26T17:35:21.286Z Compiling fs-err v2.11.0
27282026-05-26T17:35:21.401Z Compiling parking_lot_core v0.8.6
27292026-05-26T17:35:21.562Z Compiling mime_guess v2.0.5
27302026-05-26T17:35:21.676Z Compiling slog-scope v4.4.1
27312026-05-26T17:35:21.733Z Compiling flume v0.11.1
27322026-05-26T17:35:22.086Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27332026-05-26T17:35:22.140Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27342026-05-26T17:35:22.166Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27352026-05-26T17:35:23.077Z Compiling darling_macro v0.23.0
27362026-05-26T17:35:23.573Z Compiling progenitor v0.11.2
27372026-05-26T17:35:23.758Z Compiling progenitor v0.10.0
27382026-05-26T17:35:23.939Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27392026-05-26T17:35:24.752Z Compiling oso v0.27.3
27402026-05-26T17:35:25.326Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27412026-05-26T17:35:26.296Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27422026-05-26T17:35:28.495Z Compiling diesel-dtrace v0.5.0
27432026-05-26T17:35:28.811Z Compiling async-bb8-diesel v0.2.1
27442026-05-26T17:35:29.293Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27452026-05-26T17:35:29.875Z Compiling primeorder v0.13.6
27462026-05-26T17:35:29.939Z Compiling libgit2-sys v0.18.3+1.9.2
27472026-05-26T17:35:30.192Z Compiling instability v0.3.11
27482026-05-26T17:35:30.351Z Compiling strsim v0.10.0
27492026-05-26T17:35:30.431Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27502026-05-26T17:35:30.666Z Compiling darling_core v0.13.4
27512026-05-26T17:35:31.061Z Compiling p384 v0.13.1
27522026-05-26T17:35:31.488Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27532026-05-26T17:35:31.540Z Compiling darling v0.23.0
27542026-05-26T17:35:31.694Z Compiling slog-stdlog v4.1.1
27552026-05-26T17:35:32.524Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27562026-05-26T17:35:32.577Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27572026-05-26T17:35:32.692Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27582026-05-26T17:35:32.716Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27592026-05-26T17:35:32.752Z Compiling ignore v0.4.25
27602026-05-26T17:35:33.190Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-05-26T17:35:33.406Z Compiling castaway v0.2.4
27622026-05-26T17:35:33.562Z Compiling atty v0.2.14
27632026-05-26T17:35:33.714Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27642026-05-26T17:35:33.856Z Compiling parse-size v1.1.0
27652026-05-26T17:35:33.945Z Compiling indoc v2.0.7
27662026-05-26T17:35:34.072Z Compiling http-range v0.1.5
27672026-05-26T17:35:34.404Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27682026-05-26T17:35:34.548Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27692026-05-26T17:35:34.979Z Compiling compact_str v0.8.1
27702026-05-26T17:35:35.093Z Compiling globwalk v0.9.1
27712026-05-26T17:35:35.775Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27722026-05-26T17:35:36.095Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27732026-05-26T17:35:36.316Z Compiling parking_lot v0.11.2
27742026-05-26T17:35:37.088Z Compiling darling_macro v0.13.4
27752026-05-26T17:35:37.259Z Compiling slog-envlogger v2.2.0
27762026-05-26T17:35:37.588Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27772026-05-26T17:35:38.482Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27782026-05-26T17:35:38.539Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27792026-05-26T17:35:38.662Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27802026-05-26T17:35:38.755Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27812026-05-26T17:35:38.787Z Compiling predicates-tree v1.0.13
27822026-05-26T17:35:39.130Z Compiling unicode-truncate v1.1.0
27832026-05-26T17:35:39.261Z Compiling lru v0.12.5
27842026-05-26T17:35:39.291Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27852026-05-26T17:35:39.342Z Compiling rand_seeder v0.4.0
27862026-05-26T17:35:39.364Z Compiling prefix-trie v0.7.0
27872026-05-26T17:35:39.453Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-05-26T17:35:39.495Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27892026-05-26T17:35:39.596Z Compiling vergen-git2 v1.0.7
27902026-05-26T17:35:39.747Z Compiling cassowary v0.3.0
27912026-05-26T17:35:39.828Z Compiling illumos-nvpair-sys v0.2.0
27922026-05-26T17:35:39.850Z Compiling corncobs v0.1.4
27932026-05-26T17:35:39.853Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27942026-05-26T17:35:39.942Z Compiling hickory-server v0.25.2
27952026-05-26T17:35:40.091Z Compiling ratatui v0.29.0
27962026-05-26T17:35:40.112Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-05-26T17:35:40.203Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27982026-05-26T17:35:40.406Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27992026-05-26T17:35:40.477Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28002026-05-26T17:35:40.806Z Compiling camino-tempfile-ext v0.3.3
28012026-05-26T17:35:41.324Z Compiling hyper-staticfile v0.10.1
28022026-05-26T17:35:41.441Z Compiling darling v0.13.4
28032026-05-26T17:35:41.574Z Compiling sled v0.34.7
28042026-05-26T17:35:41.937Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28052026-05-26T17:35:42.558Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28062026-05-26T17:35:42.599Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28072026-05-26T17:35:44.081Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28082026-05-26T17:35:44.226Z Compiling secrecy v0.8.0
28092026-05-26T17:35:44.310Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28102026-05-26T17:35:44.415Z Compiling rustls v0.21.12
28112026-05-26T17:35:44.936Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28122026-05-26T17:35:45.151Z Compiling serde_with_macros v1.5.2
28132026-05-26T17:35:45.174Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28142026-05-26T17:35:45.478Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28152026-05-26T17:35:45.712Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28162026-05-26T17:35:46.116Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28172026-05-26T17:35:47.226Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28182026-05-26T17:35:47.912Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28192026-05-26T17:35:48.244Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28202026-05-26T17:35:48.742Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28212026-05-26T17:35:48.969Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28222026-05-26T17:35:49.191Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28232026-05-26T17:35:49.217Z Compiling sct v0.7.1
28242026-05-26T17:35:49.415Z Compiling rustls-webpki v0.101.7
28252026-05-26T17:35:49.487Z Compiling nix v0.29.0
28262026-05-26T17:35:49.881Z Compiling dropshot v0.16.7
28272026-05-26T17:35:49.905Z Compiling void v1.0.2
28282026-05-26T17:35:50.211Z Compiling lzss v0.8.2
28292026-05-26T17:35:50.549Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28302026-05-26T17:35:50.634Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28312026-05-26T17:35:51.072Z Compiling illumos-nvpair v0.3.0
28322026-05-26T17:35:51.218Z Compiling serde_with v1.14.0
28332026-05-26T17:35:51.562Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28342026-05-26T17:35:52.051Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28352026-05-26T17:35:52.404Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28362026-05-26T17:35:52.651Z Compiling tungstenite v0.23.0
28372026-05-26T17:35:52.771Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28382026-05-26T17:35:53.292Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28392026-05-26T17:35:53.516Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28402026-05-26T17:35:53.742Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28412026-05-26T17:35:53.765Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28422026-05-26T17:35:53.979Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28432026-05-26T17:35:54.001Z Compiling toml v0.9.12+spec-1.1.0
28442026-05-26T17:35:54.206Z Compiling nix v0.27.1
28452026-05-26T17:35:54.852Z Compiling dropshot_endpoint v0.16.7
28462026-05-26T17:35:54.949Z Compiling serde_bytes v0.11.19
28472026-05-26T17:35:55.082Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28482026-05-26T17:35:55.242Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
28492026-05-26T17:35:55.515Z Compiling tokio-tungstenite v0.23.1
28502026-05-26T17:35:55.841Z Compiling git2 v0.20.4
28512026-05-26T17:35:55.885Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28522026-05-26T17:35:58.673Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28532026-05-26T17:35:58.869Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28542026-05-26T17:36:00.518Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28552026-05-26T17:36:00.850Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28562026-05-26T17:36:01.175Z Compiling tokio-rustls v0.24.1
28572026-05-26T17:36:01.460Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28582026-05-26T17:36:01.682Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28592026-05-26T17:36:02.067Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28602026-05-26T17:36:02.120Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28612026-05-26T17:36:02.178Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28622026-05-26T17:36:02.286Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28632026-05-26T17:36:02.528Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28642026-05-26T17:36:03.322Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28652026-05-26T17:36:03.921Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28662026-05-26T17:36:04.133Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28672026-05-26T17:36:04.228Z Compiling rustls-pemfile v1.0.4
28682026-05-26T17:36:04.253Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28692026-05-26T17:36:04.631Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28702026-05-26T17:36:05.055Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28712026-05-26T17:36:05.963Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28722026-05-26T17:36:06.358Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28732026-05-26T17:36:06.520Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28742026-05-26T17:36:07.520Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28752026-05-26T17:36:07.547Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28762026-05-26T17:36:07.763Z Compiling signal-hook-tokio v0.3.1
28772026-05-26T17:36:07.951Z Compiling twox-hash v2.1.2
28782026-05-26T17:36:08.472Z Compiling yasna v0.5.2
28792026-05-26T17:36:08.497Z Compiling is_ci v1.2.0
28802026-05-26T17:36:08.554Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28812026-05-26T17:36:08.722Z Compiling supports-color v3.0.2
28822026-05-26T17:36:09.052Z Compiling rcgen v0.12.1
28832026-05-26T17:36:10.018Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28842026-05-26T17:36:10.054Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28852026-05-26T17:36:10.172Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28862026-05-26T17:36:11.016Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28872026-05-26T17:36:11.360Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28882026-05-26T17:36:13.044Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28892026-05-26T17:36:13.232Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28902026-05-26T17:36:13.269Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28912026-05-26T17:36:13.446Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28922026-05-26T17:36:13.672Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28932026-05-26T17:36:13.898Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28942026-05-26T17:36:14.113Z Compiling fatfs v0.3.6
28952026-05-26T17:36:15.025Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28962026-05-26T17:36:15.294Z Compiling rtoolbox v0.0.3
28972026-05-26T17:36:15.390Z Compiling subprocess v0.2.15
28982026-05-26T17:36:15.570Z Compiling seq-macro v0.3.6
28992026-05-26T17:36:16.058Z Compiling assert_matches v1.5.0
29002026-05-26T17:36:16.197Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29012026-05-26T17:36:16.481Z Compiling rpassword v7.4.0
29022026-05-26T17:36:16.798Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29032026-05-26T17:36:17.632Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29042026-05-26T17:36:18.653Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29052026-05-26T17:36:19.047Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29062026-05-26T17:36:19.186Z Compiling tui-tree-widget v0.23.1
29072026-05-26T17:36:19.470Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29082026-05-26T17:36:20.230Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29092026-05-26T17:36:20.745Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29102026-05-26T17:36:21.102Z Compiling uzers v0.12.2
29112026-05-26T17:36:21.175Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29122026-05-26T17:36:22.564Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29132026-05-26T17:36:23.664Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29142026-05-26T17:36:25.014Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29152026-05-26T17:36:26.536Z Compiling support-bundle-viewer v0.1.2
29162026-05-26T17:36:28.400Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29172026-05-26T17:36:31.020Z Compiling multimap v0.10.1
29182026-05-26T17:36:34.579Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29192026-05-26T17:36:41.725Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29202026-05-26T17:36:50.945Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29212026-05-26T17:36:51.935Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29222026-05-26T17:36:52.184Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29232026-05-26T17:42:38.517Z Finished `release` profile [optimized] target(s) in 8m 03s
29242026-05-26T17:43:22.103Z
29252026-05-26T17:43:22.103Zreal 8:47.970531928
29262026-05-26T17:43:22.106Zuser 1:17:22.643593223
29272026-05-26T17:43:22.107Zsys 3:30.996699824
29282026-05-26T17:43:22.107Ztrap 1.701796265
29292026-05-26T17:43:22.107Ztflt 2.457920204
29302026-05-26T17:43:22.107Zdflt 17.366864500
29312026-05-26T17:43:22.107Zkflt 0.005500780
29322026-05-26T17:43:22.107Zlock 6:45:25.350207921
29332026-05-26T17:43:22.107Zslp 2:15:46.629452133
29342026-05-26T17:43:22.107Zlat 2:34.195299653
29352026-05-26T17:43:22.107Zstop 5:24.829570787
29362026-05-26T17:43:22.107Z+ mapfile -t packages
29372026-05-26T17:43:22.107Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29382026-05-26T17:43:23.053Z Finished `release` profile [optimized] target(s) in 0.93s
29392026-05-26T17:43:23.124Z Running `target/release/omicron-package -t test list-outputs`
29402026-05-26T17:43:23.187ZLogging to: /work/oxidecomputer/omicron/out/LOG
29412026-05-26T17:43:23.190Z+ ptime -m cargo build --locked --release -p xtask
29422026-05-26T17:43:23.732Z Compiling libc v0.2.185
29432026-05-26T17:43:23.732Z Compiling serde v1.0.228
29442026-05-26T17:43:23.736Z Compiling serde_core v1.0.228
29452026-05-26T17:43:23.736Z Compiling rustix v1.1.3
29462026-05-26T17:43:23.736Z Compiling bitflags v2.11.0
29472026-05-26T17:43:23.736Z Compiling serde_json v1.0.149
29482026-05-26T17:43:23.855Z Compiling num-traits v0.2.19
29492026-05-26T17:43:23.864Z Compiling smallvec v1.15.1
29502026-05-26T17:43:23.884Z Compiling syn v2.0.117
29512026-05-26T17:43:23.926Z Compiling indexmap v2.14.0
29522026-05-26T17:43:23.930Z Compiling usdt-impl v0.5.0
29532026-05-26T17:43:23.949Z Compiling syn v1.0.109
29542026-05-26T17:43:23.964Z Compiling getrandom v0.4.1
29552026-05-26T17:43:23.977Z Compiling percent-encoding v2.3.2
29562026-05-26T17:43:24.108Z Compiling log v0.4.29
29572026-05-26T17:43:24.187Z Compiling form_urlencoded v1.2.2
29582026-05-26T17:43:24.307Z Compiling fs-err v3.3.0
29592026-05-26T17:43:24.311Z Compiling once_cell v1.21.3
29602026-05-26T17:43:24.424Z Compiling heck v0.4.1
29612026-05-26T17:43:24.440Z Compiling anyhow v1.0.102
29622026-05-26T17:43:24.646Z Compiling errno v0.3.14
29632026-05-26T17:43:24.649Z Compiling thread-id v4.2.2
29642026-05-26T17:43:24.657Z Compiling memmap v0.7.0
29652026-05-26T17:43:24.988Z Compiling ordered-float v2.10.1
29662026-05-26T17:43:25.458Z Compiling proc-macro-error v1.0.4
29672026-05-26T17:43:25.641Z Compiling terminal_size v0.4.3
29682026-05-26T17:43:25.641Z Compiling tempfile v3.25.0
29692026-05-26T17:43:25.701Z Compiling tabled_derive v0.7.0
29702026-05-26T17:43:25.737Z Compiling clap_builder v4.5.60
29712026-05-26T17:43:25.737Z Compiling textwrap v0.16.2
29722026-05-26T17:43:25.874Z Compiling camino-tempfile v1.4.1
29732026-05-26T17:43:26.371Z Compiling synstructure v0.13.2
29742026-05-26T17:43:26.371Z Compiling pest_generator v2.8.6
29752026-05-26T17:43:26.398Z Compiling tabled v0.15.0
29762026-05-26T17:43:26.755Z Compiling serde_derive v1.0.228
29772026-05-26T17:43:26.758Z Compiling zerofrom-derive v0.1.6
29782026-05-26T17:43:26.759Z Compiling yoke-derive v0.8.1
29792026-05-26T17:43:26.759Z Compiling zerovec-derive v0.11.2
29802026-05-26T17:43:26.759Z Compiling displaydoc v0.2.5
29812026-05-26T17:43:26.759Z Compiling thiserror-impl v1.0.69
29822026-05-26T17:43:26.759Z Compiling zerocopy-derive v0.7.35
29832026-05-26T17:43:26.759Z Compiling scroll_derive v0.12.1
29842026-05-26T17:43:26.759Z Compiling thiserror-impl v2.0.18
29852026-05-26T17:43:26.759Z Compiling clap_derive v4.5.55
29862026-05-26T17:43:26.916Z Compiling pest_derive v2.8.6
29872026-05-26T17:43:27.502Z Compiling scroll v0.12.0
29882026-05-26T17:43:27.596Z Compiling zerocopy v0.7.35
29892026-05-26T17:43:27.781Z Compiling goblin v0.8.2
29902026-05-26T17:43:27.866Z Compiling zerofrom v0.1.6
29912026-05-26T17:43:27.893Z Compiling thiserror v1.0.69
29922026-05-26T17:43:28.015Z Compiling yoke v0.8.1
29932026-05-26T17:43:28.028Z Compiling dtrace-parser v0.2.0
29942026-05-26T17:43:28.097Z Compiling thiserror v2.0.18
29952026-05-26T17:43:28.226Z Compiling zerovec v0.11.5
29962026-05-26T17:43:28.238Z Compiling zerotrie v0.2.3
29972026-05-26T17:43:28.439Z Compiling clap v4.5.60
29982026-05-26T17:43:28.829Z Compiling tinystr v0.8.2
29992026-05-26T17:43:28.957Z Compiling potential_utf v0.1.4
30002026-05-26T17:43:29.093Z Compiling icu_locale_core v2.1.1
30012026-05-26T17:43:29.158Z Compiling icu_collections v2.1.1
30022026-05-26T17:43:29.800Z Compiling toml_datetime v0.6.11
30032026-05-26T17:43:29.892Z Compiling icu_provider v2.1.1
30042026-05-26T17:43:30.017Z Compiling serde_spanned v0.6.9
30052026-05-26T17:43:30.193Z Compiling icu_normalizer v2.1.1
30062026-05-26T17:43:30.206Z Compiling icu_properties v2.1.2
30072026-05-26T17:43:30.217Z Compiling dof v0.3.0
30082026-05-26T17:43:30.316Z Compiling toml_edit v0.22.27
30092026-05-26T17:43:30.591Z Compiling serde_tokenstream v0.2.3
30102026-05-26T17:43:30.810Z Compiling serde-value v0.7.0
30112026-05-26T17:43:30.856Z Compiling cargo-platform v0.2.0
30122026-05-26T17:43:30.873Z Compiling macaddr v1.0.1
30132026-05-26T17:43:31.040Z Compiling usdt-macro v0.5.0
30142026-05-26T17:43:31.059Z Compiling usdt-attr-macro v0.5.0
30152026-05-26T17:43:31.120Z Compiling idna_adapter v1.2.1
30162026-05-26T17:43:31.248Z Compiling idna v1.1.0
30172026-05-26T17:43:31.631Z Compiling url v2.5.8
30182026-05-26T17:43:31.724Z Compiling usdt v0.5.0
30192026-05-26T17:43:31.932Z Compiling toml v0.8.23
30202026-05-26T17:43:32.380Z Compiling cargo-util-schemas v0.8.2
30212026-05-26T17:43:32.398Z Compiling cargo_toml v0.21.0
30222026-05-26T17:43:33.420Z Compiling cargo_metadata v0.21.0
30232026-05-26T17:43:36.443Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30242026-05-26T17:43:39.476Z Finished `release` profile [optimized] target(s) in 16.27s
30252026-05-26T17:43:39.639Z
30262026-05-26T17:43:39.639Zreal 16.410271426
30272026-05-26T17:43:39.639Zuser 2:20.084643310
30282026-05-26T17:43:39.639Zsys 16.889528070
30292026-05-26T17:43:39.642Ztrap 0.101491240
30302026-05-26T17:43:39.642Ztflt 0.471848763
30312026-05-26T17:43:39.643Zdflt 1.309081898
30322026-05-26T17:43:39.643Zkflt 0.000044480
30332026-05-26T17:43:39.643Zlock 5:19.964910130
30342026-05-26T17:43:39.643Zslp 3:27.596052390
30352026-05-26T17:43:39.643Zlat 6.286498845
30362026-05-26T17:43:39.643Zstop 21.555071204
30372026-05-26T17:43:39.643Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30382026-05-26T17:43:39.643Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30392026-05-26T17:43:39.643Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30402026-05-26T17:43:39.643Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30412026-05-26T17:43:39.643Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30422026-05-26T17:43:40.594Z Compiling newtype-uuid-macros v0.1.0
30432026-05-26T17:43:40.594Z Compiling regress v0.10.5
30442026-05-26T17:43:40.597Z Compiling structmeta-derive v0.3.0
30452026-05-26T17:43:40.597Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30462026-05-26T17:43:40.740Z Compiling rustls v0.22.4
30472026-05-26T17:43:40.757Z Compiling rustls-webpki v0.102.8
30482026-05-26T17:43:40.760Z Compiling multer v3.1.0
30492026-05-26T17:43:40.760Z Compiling debug-ignore v1.0.5
30502026-05-26T17:43:40.760Z Compiling match_cfg v0.1.0
30512026-05-26T17:43:40.760Z Compiling compression-core v0.4.31
30522026-05-26T17:43:40.760Z Compiling slog-json v2.6.1
30532026-05-26T17:43:40.760Z Compiling async-stream-impl v0.3.6
30542026-05-26T17:43:40.760Z Compiling serde_spanned v1.0.4
30552026-05-26T17:43:40.778Z Compiling toml_datetime v1.0.0+spec-1.1.0
30562026-05-26T17:43:40.781Z Compiling dropshot v0.17.0
30572026-05-26T17:43:40.781Z Compiling toml_writer v1.0.6+spec-1.1.0
30582026-05-26T17:43:41.041Z Compiling compression-codecs v0.4.37
30592026-05-26T17:43:41.060Z Compiling hostname v0.3.1
30602026-05-26T17:43:41.063Z Compiling toml v1.0.6+spec-1.1.0
30612026-05-26T17:43:41.118Z Compiling progenitor-client v0.14.0
30622026-05-26T17:43:41.139Z Compiling itertools v0.14.0
30632026-05-26T17:43:41.142Z Compiling waitgroup v0.1.2
30642026-05-26T17:43:41.142Z Compiling rustls-pemfile v2.2.0
30652026-05-26T17:43:41.142Z Compiling dropshot_endpoint v0.17.0
30662026-05-26T17:43:41.197Z Compiling slog-bunyan v2.5.0
30672026-05-26T17:43:41.271Z Compiling async-compression v0.4.41
30682026-05-26T17:43:41.333Z Compiling hostname v0.4.2
30692026-05-26T17:43:41.355Z Compiling serde_path_to_error v0.1.20
30702026-05-26T17:43:41.390Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30712026-05-26T17:43:41.393Z Compiling macaddr v1.0.1
30722026-05-26T17:43:41.492Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30732026-05-26T17:43:41.495Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30742026-05-26T17:43:41.530Z Compiling async-stream v0.3.6
30752026-05-26T17:43:41.533Z Compiling instant v0.1.13
30762026-05-26T17:43:41.599Z Compiling progenitor-client v0.10.0
30772026-05-26T17:43:41.617Z Compiling backon v1.6.0
30782026-05-26T17:43:41.652Z Compiling backoff v0.4.0
30792026-05-26T17:43:41.675Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30802026-05-26T17:43:41.728Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30812026-05-26T17:43:41.745Z Compiling humantime v2.3.0
30822026-05-26T17:43:41.776Z Compiling universal-hash v0.5.1
30832026-05-26T17:43:41.796Z Compiling progenitor-extras v0.2.0
30842026-05-26T17:43:41.857Z Compiling unsafe-libyaml v0.2.11
30852026-05-26T17:43:41.890Z Compiling opaque-debug v0.3.1
30862026-05-26T17:43:41.932Z Compiling half v2.7.1
30872026-05-26T17:43:41.951Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30882026-05-26T17:43:41.954Z Compiling crucible-workspace-hack v0.1.0
30892026-05-26T17:43:41.983Z Compiling ciborium-io v0.2.2
30902026-05-26T17:43:42.044Z Compiling regress v0.11.1
30912026-05-26T17:43:42.075Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30922026-05-26T17:43:42.104Z Compiling convert_case v0.4.0
30932026-05-26T17:43:42.108Z Compiling aead v0.5.2
30942026-05-26T17:43:42.141Z Compiling structmeta v0.3.0
30952026-05-26T17:43:42.162Z Compiling secrecy v0.10.3
30962026-05-26T17:43:42.198Z Compiling poly1305 v0.8.0
30972026-05-26T17:43:42.222Z Compiling ciborium-ll v0.2.2
30982026-05-26T17:43:42.341Z Compiling chacha20 v0.9.1
30992026-05-26T17:43:42.359Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
31002026-05-26T17:43:42.362Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31012026-05-26T17:43:42.399Z Compiling derive-ex v0.1.8
31022026-05-26T17:43:42.402Z Compiling parse-display-derive v0.10.0
31032026-05-26T17:43:42.443Z Compiling serde_yaml v0.9.34+deprecated
31042026-05-26T17:43:42.461Z Compiling ciborium v0.2.2
31052026-05-26T17:43:42.464Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31062026-05-26T17:43:42.509Z Compiling derive_more v0.99.20
31072026-05-26T17:43:42.636Z Compiling thiserror-impl-no-std v2.0.2
31082026-05-26T17:43:42.656Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31092026-05-26T17:43:42.673Z Compiling byte-wrapper v0.1.0
31102026-05-26T17:43:42.778Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31112026-05-26T17:43:42.825Z Compiling blake2 v0.10.6
31122026-05-26T17:43:42.868Z Compiling password-hash v0.5.0
31132026-05-26T17:43:42.995Z Compiling chacha20poly1305 v0.10.1
31142026-05-26T17:43:43.013Z Compiling indent_write v2.2.0
31152026-05-26T17:43:43.033Z Compiling heapless v0.8.0
31162026-05-26T17:43:43.055Z Compiling ingot-macros v0.1.1
31172026-05-26T17:43:43.177Z Compiling argon2 v0.5.3
31182026-05-26T17:43:43.196Z Compiling tabwriter v1.4.1
31192026-05-26T17:43:43.303Z Compiling tokio-rustls v0.25.0
31202026-05-26T17:43:43.402Z Compiling toml_edit v0.23.10+spec-1.0.0
31212026-05-26T17:43:43.451Z Compiling num-rational v0.4.2
31222026-05-26T17:43:43.569Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31232026-05-26T17:43:43.861Z Compiling typify-impl v0.6.2
31242026-05-26T17:43:43.879Z Compiling thiserror-no-std v2.0.2
31252026-05-26T17:43:43.931Z Compiling hash32 v0.3.1
31262026-05-26T17:43:43.949Z Compiling num-complex v0.4.6
31272026-05-26T17:43:43.997Z Compiling vsss-rs v3.3.4
31282026-05-26T17:43:44.062Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31292026-05-26T17:43:44.119Z Compiling smoltcp v0.11.0
31302026-05-26T17:43:44.141Z Compiling test-strategy v0.4.5
31312026-05-26T17:43:44.177Z Compiling parse-display v0.10.0
31322026-05-26T17:43:44.328Z Compiling num v0.4.3
31332026-05-26T17:43:44.399Z Compiling proc-macro-crate v3.4.0
31342026-05-26T17:43:44.425Z Compiling atomicwrites v0.4.4
31352026-05-26T17:43:44.488Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31362026-05-26T17:43:44.505Z Compiling cobs v0.3.0
31372026-05-26T17:43:44.551Z Compiling float-ord v0.3.2
31382026-05-26T17:43:44.613Z Compiling colored v3.1.1
31392026-05-26T17:43:44.638Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31402026-05-26T17:43:44.693Z Compiling postcard v1.1.3
31412026-05-26T17:43:44.734Z Compiling proc-macro-error v1.0.4
31422026-05-26T17:43:44.828Z Compiling proc-macro-crate v1.3.1
31432026-05-26T17:43:44.873Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31442026-05-26T17:43:44.969Z Compiling num_enum_derive v0.7.5
31452026-05-26T17:43:44.999Z Compiling foreign-types-macros v0.2.3
31462026-05-26T17:43:45.002Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31472026-05-26T17:43:45.061Z Compiling rayon-core v1.13.0
31482026-05-26T17:43:45.077Z Compiling foreign-types-shared v0.3.1
31492026-05-26T17:43:45.124Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31502026-05-26T17:43:45.182Z Compiling cpufeatures v0.3.0
31512026-05-26T17:43:45.273Z Compiling num_enum_derive v0.5.11
31522026-05-26T17:43:45.292Z Compiling chacha20 v0.10.0
31532026-05-26T17:43:45.329Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31542026-05-26T17:43:45.346Z Compiling toml v0.8.23
31552026-05-26T17:43:45.350Z Compiling crossbeam-deque v0.8.6
31562026-05-26T17:43:45.411Z Compiling camino-tempfile v1.4.1
31572026-05-26T17:43:45.490Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31582026-05-26T17:43:45.572Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31592026-05-26T17:43:45.590Z Compiling cstr-argument v0.1.2
31602026-05-26T17:43:45.644Z Compiling foreign-types v0.5.0
31612026-05-26T17:43:45.664Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31622026-05-26T17:43:45.715Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31632026-05-26T17:43:45.746Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31642026-05-26T17:43:45.775Z Compiling rand v0.10.0
31652026-05-26T17:43:45.909Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31662026-05-26T17:43:45.972Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31672026-05-26T17:43:46.014Z Compiling ingot-types v0.1.2
31682026-05-26T17:43:46.032Z Compiling zone_cfg_derive v0.3.1
31692026-05-26T17:43:46.051Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31702026-05-26T17:43:46.089Z Compiling rayon v1.11.0
31712026-05-26T17:43:46.092Z Compiling num_enum v0.7.5
31722026-05-26T17:43:46.125Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31732026-05-26T17:43:46.215Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31742026-05-26T17:43:46.245Z Compiling itertools v0.12.1
31752026-05-26T17:43:46.275Z Compiling num-derive v0.4.2
31762026-05-26T17:43:46.293Z Compiling sigpipe v0.1.3
31772026-05-26T17:43:46.312Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31782026-05-26T17:43:46.355Z Compiling prettyplease v0.2.37
31792026-05-26T17:43:46.374Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31802026-05-26T17:43:46.395Z Compiling num_enum v0.5.11
31812026-05-26T17:43:46.415Z Compiling ingot v0.1.1
31822026-05-26T17:43:46.473Z Compiling glob v0.3.3
31832026-05-26T17:43:46.546Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31842026-05-26T17:43:46.595Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31852026-05-26T17:43:46.652Z Compiling smf v0.2.3
31862026-05-26T17:43:46.670Z Compiling whoami v1.6.1
31872026-05-26T17:43:46.726Z Compiling usdt-attr-macro v0.5.0
31882026-05-26T17:43:46.910Z Compiling usdt-macro v0.5.0
31892026-05-26T17:43:46.954Z Compiling gethostname v0.5.0
31902026-05-26T17:43:47.031Z Compiling memmap v0.7.0
31912026-05-26T17:43:47.097Z Compiling derive-where v1.6.0
31922026-05-26T17:43:47.190Z Compiling progenitor-client v0.13.0
31932026-05-26T17:43:47.254Z Compiling resolv-conf v0.7.6
31942026-05-26T17:43:47.271Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31952026-05-26T17:43:47.321Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31962026-05-26T17:43:47.441Z Compiling zone v0.3.1
31972026-05-26T17:43:47.529Z Compiling owo-colors v4.3.0
31982026-05-26T17:43:47.549Z Compiling cancel-safe-futures v0.1.5
31992026-05-26T17:43:47.641Z Compiling libsw-core v0.3.2
32002026-05-26T17:43:47.659Z Compiling console v0.15.11
32012026-05-26T17:43:47.715Z Compiling usdt v0.5.0
32022026-05-26T17:43:47.734Z Compiling hickory-proto v0.24.4
32032026-05-26T17:43:47.802Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32042026-05-26T17:43:47.935Z Compiling libsw v3.5.0
32052026-05-26T17:43:47.976Z Compiling newline-converter v0.3.0
32062026-05-26T17:43:48.026Z Compiling linked-hash-map v0.5.6
32072026-05-26T17:43:48.045Z Compiling libefi-sys v0.1.0
32082026-05-26T17:43:48.121Z Compiling linear-map v1.2.0
32092026-05-26T17:43:48.141Z Compiling expectorate v1.2.0
32102026-05-26T17:43:48.159Z Compiling git-stub v1.0.0
32112026-05-26T17:43:48.206Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32122026-05-26T17:43:48.240Z Compiling lru-cache v0.1.2
32132026-05-26T17:43:48.274Z Compiling bitfield-struct v0.6.2
32142026-05-26T17:43:48.316Z Compiling semver v0.1.20
32152026-05-26T17:43:48.338Z Compiling git-stub-vcs v0.1.0
32162026-05-26T17:43:48.389Z Compiling tokio-dtrace v0.1.1
32172026-05-26T17:43:48.407Z Compiling dropshot-api-manager-types v0.7.1
32182026-05-26T17:43:48.410Z Compiling typify-macro v0.6.2
32192026-05-26T17:43:48.443Z Compiling slog-dtrace v0.3.0
32202026-05-26T17:43:48.463Z Compiling minimal-lexical v0.2.1
32212026-05-26T17:43:48.489Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32222026-05-26T17:43:48.587Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32232026-05-26T17:43:48.605Z Compiling rustc_version v0.1.7
32242026-05-26T17:43:48.633Z Compiling oxide-tokio-rt v0.1.4
32252026-05-26T17:43:48.692Z Compiling nom v7.1.3
32262026-05-26T17:43:48.714Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32272026-05-26T17:43:48.736Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32282026-05-26T17:43:48.752Z Compiling typify-impl v0.4.3
32292026-05-26T17:43:48.768Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32302026-05-26T17:43:48.772Z Compiling phf_shared v0.12.1
32312026-05-26T17:43:48.869Z Compiling newtype_derive v0.1.6
32322026-05-26T17:43:48.957Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32332026-05-26T17:43:48.974Z Compiling csv-core v0.1.13
32342026-05-26T17:43:48.993Z Compiling chrono-tz v0.10.4
32352026-05-26T17:43:48.997Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32362026-05-26T17:43:49.052Z Compiling highway v1.3.0
32372026-05-26T17:43:49.092Z Compiling xshell-macros v0.2.7
32382026-05-26T17:43:49.264Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32392026-05-26T17:43:49.354Z Compiling csv v1.4.0
32402026-05-26T17:43:49.389Z Compiling const_format_proc_macros v0.2.34
32412026-05-26T17:43:49.406Z Compiling phf v0.12.1
32422026-05-26T17:43:49.461Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32432026-05-26T17:43:49.516Z Compiling xshell v0.2.7
32442026-05-26T17:43:49.585Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32452026-05-26T17:43:49.680Z Compiling primeorder v0.13.6
32462026-05-26T17:43:49.785Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32472026-05-26T17:43:49.931Z Compiling hickory-resolver v0.24.4
32482026-05-26T17:43:50.050Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32492026-05-26T17:43:50.069Z Compiling tabled_derive v0.7.0
32502026-05-26T17:43:50.090Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32512026-05-26T17:43:50.109Z Compiling bcs v0.1.6
32522026-05-26T17:43:50.255Z Compiling termtree v0.5.1
32532026-05-26T17:43:50.274Z Compiling const_format v0.2.35
32542026-05-26T17:43:50.290Z Compiling typify v0.6.2
32552026-05-26T17:43:50.433Z Compiling progenitor-impl v0.14.0
32562026-05-26T17:43:50.450Z Compiling progenitor-impl v0.13.0
32572026-05-26T17:43:50.466Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32582026-05-26T17:43:50.623Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32592026-05-26T17:43:50.626Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32602026-05-26T17:43:50.659Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32612026-05-26T17:43:50.684Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32622026-05-26T17:43:50.979Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32632026-05-26T17:43:50.982Z Compiling qorb v0.4.1
32642026-05-26T17:43:51.016Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32652026-05-26T17:43:51.149Z Compiling tagptr v0.2.0
32662026-05-26T17:43:51.279Z Compiling salty v0.3.0
32672026-05-26T17:43:51.325Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32682026-05-26T17:43:51.536Z Compiling textwrap v0.16.2
32692026-05-26T17:43:51.580Z Compiling moka v0.12.13
32702026-05-26T17:43:51.624Z Compiling tabled v0.15.0
32712026-05-26T17:43:52.006Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32722026-05-26T17:43:52.123Z Compiling steno v0.4.1
32732026-05-26T17:43:52.237Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32742026-05-26T17:43:52.260Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32752026-05-26T17:43:52.284Z Compiling radium v0.7.0
32762026-05-26T17:43:52.426Z Compiling base64 v0.21.7
32772026-05-26T17:43:52.462Z Compiling hickory-resolver v0.25.2
32782026-05-26T17:43:52.500Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32792026-05-26T17:43:52.589Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32802026-05-26T17:43:52.789Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32812026-05-26T17:43:52.853Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32822026-05-26T17:43:52.935Z Compiling p384 v0.13.1
32832026-05-26T17:43:52.959Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32842026-05-26T17:43:53.076Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32852026-05-26T17:43:53.130Z Compiling maybe-uninit v2.0.0
32862026-05-26T17:43:53.187Z Compiling progenitor-macro v0.14.0
32872026-05-26T17:43:53.215Z Compiling progenitor-macro v0.13.0
32882026-05-26T17:43:53.304Z Compiling typify-macro v0.4.3
32892026-05-26T17:43:53.463Z Compiling tap v1.0.1
32902026-05-26T17:43:53.546Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32912026-05-26T17:43:53.617Z Compiling wyz v0.5.1
32922026-05-26T17:43:53.653Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32932026-05-26T17:43:53.802Z Compiling proc-macro-error-attr2 v2.0.0
32942026-05-26T17:43:53.847Z Compiling parking_lot_core v0.8.6
32952026-05-26T17:43:54.024Z Compiling funty v2.0.0
32962026-05-26T17:43:54.108Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32972026-05-26T17:43:54.132Z Compiling utf-8 v0.7.6
32982026-05-26T17:43:54.236Z Compiling packed_struct v0.10.1
32992026-05-26T17:43:54.291Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33002026-05-26T17:43:54.359Z Compiling tungstenite v0.21.0
33012026-05-26T17:43:54.385Z Compiling bitvec v1.0.1
33022026-05-26T17:43:54.403Z Compiling proc-macro-error2 v2.0.1
33032026-05-26T17:43:54.570Z Compiling polyval v0.6.2
33042026-05-26T17:43:54.588Z Compiling packed_struct_codegen v0.10.1
33052026-05-26T17:43:54.625Z Compiling num-derive v0.3.3
33062026-05-26T17:43:54.645Z Compiling zerocopy-derive v0.6.6
33072026-05-26T17:43:54.732Z Compiling bitfield-macros v0.19.4
33082026-05-26T17:43:54.749Z Compiling indexmap v1.9.3
33092026-05-26T17:43:54.831Z Compiling crc-catalog v2.4.0
33102026-05-26T17:43:54.958Z Compiling nodrop v0.1.14
33112026-05-26T17:43:54.980Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33122026-05-26T17:43:54.997Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33132026-05-26T17:43:55.086Z Compiling array-init v0.0.4
33142026-05-26T17:43:55.106Z Compiling typify v0.4.3
33152026-05-26T17:43:55.198Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33162026-05-26T17:43:55.224Z Compiling progenitor-impl v0.11.2
33172026-05-26T17:43:55.300Z Compiling crc v3.4.0
33182026-05-26T17:43:55.326Z Compiling tokio-tungstenite v0.21.0
33192026-05-26T17:43:55.463Z Compiling tabled_derive v0.11.0
33202026-05-26T17:43:55.504Z Compiling bitfield v0.19.4
33212026-05-26T17:43:55.537Z Compiling ghash v0.5.1
33222026-05-26T17:43:55.555Z Compiling zerocopy v0.6.6
33232026-05-26T17:43:55.582Z Compiling libscf-sys v1.1.0
33242026-05-26T17:43:55.689Z Compiling smallvec v0.6.14
33252026-05-26T17:43:55.826Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33262026-05-26T17:43:55.847Z Compiling papergrid v0.17.0
33272026-05-26T17:43:55.919Z Compiling testing_table v0.3.0
33282026-05-26T17:43:55.937Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33292026-05-26T17:43:55.964Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33302026-05-26T17:43:56.042Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33312026-05-26T17:43:56.109Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33322026-05-26T17:43:56.157Z Compiling ctr v0.9.2
33332026-05-26T17:43:56.206Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33342026-05-26T17:43:56.353Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33352026-05-26T17:43:56.390Z Compiling corncobs v0.1.4
33362026-05-26T17:43:56.410Z Compiling hashbrown v0.12.3
33372026-05-26T17:43:56.517Z Compiling unicase v2.9.0
33382026-05-26T17:43:56.550Z Compiling illumos-nvpair-sys v0.2.0
33392026-05-26T17:43:56.601Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33402026-05-26T17:43:56.704Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33412026-05-26T17:43:56.723Z Compiling aes-gcm v0.10.3
33422026-05-26T17:43:56.743Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33432026-05-26T17:43:56.760Z Compiling mime_guess v2.0.5
33442026-05-26T17:43:56.804Z Compiling tabled v0.20.0
33452026-05-26T17:43:56.959Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33462026-05-26T17:43:57.082Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33472026-05-26T17:43:57.101Z Compiling parking_lot v0.11.2
33482026-05-26T17:43:57.165Z Compiling serde-hex v0.1.0
33492026-05-26T17:43:57.389Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33502026-05-26T17:43:57.407Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33512026-05-26T17:43:57.617Z Compiling progenitor-impl v0.10.0
33522026-05-26T17:43:57.646Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33532026-05-26T17:43:57.729Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33542026-05-26T17:43:57.761Z Compiling ron v0.8.1
33552026-05-26T17:43:57.808Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33562026-05-26T17:43:57.834Z Compiling hashbrown v0.13.2
33572026-05-26T17:43:58.047Z Compiling progenitor-macro v0.11.2
33582026-05-26T17:43:58.277Z Compiling progenitor v0.14.0
33592026-05-26T17:43:58.309Z Compiling progenitor-client v0.11.2
33602026-05-26T17:43:58.332Z Compiling progenitor v0.13.0
33612026-05-26T17:43:58.366Z Compiling prefix-trie v0.7.0
33622026-05-26T17:43:58.467Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33632026-05-26T17:43:58.519Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33642026-05-26T17:43:58.646Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33652026-05-26T17:43:58.670Z Compiling blowfish v0.9.1
33662026-05-26T17:43:58.784Z Compiling ssh-encoding v0.2.0
33672026-05-26T17:43:58.804Z Compiling fxhash v0.2.1
33682026-05-26T17:43:58.950Z Compiling secrecy v0.8.0
33692026-05-26T17:43:58.953Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33702026-05-26T17:43:58.987Z Compiling crc-any v2.5.0
33712026-05-26T17:43:59.134Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33722026-05-26T17:43:59.160Z Compiling ssh-cipher v0.2.0
33732026-05-26T17:43:59.227Z Compiling sled v0.34.7
33742026-05-26T17:43:59.257Z Compiling bcrypt-pbkdf v0.10.0
33752026-05-26T17:43:59.326Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33762026-05-26T17:43:59.444Z Compiling hickory-server v0.25.2
33772026-05-26T17:43:59.470Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33782026-05-26T17:43:59.643Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33792026-05-26T17:43:59.813Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33802026-05-26T17:44:00.149Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33812026-05-26T17:44:00.185Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33822026-05-26T17:44:00.290Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33832026-05-26T17:44:00.308Z Compiling progenitor-macro v0.10.0
33842026-05-26T17:44:00.606Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33852026-05-26T17:44:01.060Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33862026-05-26T17:44:01.247Z Compiling object v0.30.4
33872026-05-26T17:44:01.409Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33882026-05-26T17:44:01.428Z Compiling password-hash v0.4.2
33892026-05-26T17:44:01.545Z Compiling half v1.8.3
33902026-05-26T17:44:01.680Z Compiling crc8 v0.1.1
33912026-05-26T17:44:01.724Z Compiling http-range v0.1.5
33922026-05-26T17:44:01.844Z Compiling path-slash v0.1.5
33932026-05-26T17:44:01.916Z Compiling serde_cbor v0.11.2
33942026-05-26T17:44:02.010Z Compiling pbkdf2 v0.11.0
33952026-05-26T17:44:02.063Z Compiling illumos-nvpair v0.3.0
33962026-05-26T17:44:02.274Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33972026-05-26T17:44:02.344Z Compiling ssh-key v0.6.7
33982026-05-26T17:44:02.550Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33992026-05-26T17:44:02.618Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34002026-05-26T17:44:02.657Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34012026-05-26T17:44:02.962Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34022026-05-26T17:44:03.045Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34032026-05-26T17:44:03.095Z Compiling progenitor v0.11.2
34042026-05-26T17:44:03.291Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34052026-05-26T17:44:03.310Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34062026-05-26T17:44:03.531Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34072026-05-26T17:44:03.572Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34082026-05-26T17:44:03.590Z Compiling p521 v0.13.3
34092026-05-26T17:44:03.688Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34102026-05-26T17:44:03.744Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34112026-05-26T17:44:03.888Z Compiling p256 v0.13.2
34122026-05-26T17:44:04.047Z Compiling yasna v0.5.2
34132026-05-26T17:44:04.106Z Compiling kstat-rs v0.2.4
34142026-05-26T17:44:04.274Z Compiling headers-core v0.3.0
34152026-05-26T17:44:04.294Z Compiling nanorand v0.7.0
34162026-05-26T17:44:04.313Z Compiling russh-cryptovec v0.7.3
34172026-05-26T17:44:04.393Z Compiling atty v0.2.14
34182026-05-26T17:44:04.424Z Compiling md5 v0.7.0
34192026-05-26T17:44:04.442Z Compiling home v0.5.12
34202026-05-26T17:44:04.445Z Compiling headers v0.4.1
34212026-05-26T17:44:04.532Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34222026-05-26T17:44:04.551Z Compiling flume v0.11.1
34232026-05-26T17:44:04.576Z Compiling rcgen v0.12.1
34242026-05-26T17:44:04.617Z Compiling russh-keys v0.45.0
34252026-05-26T17:44:04.633Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34262026-05-26T17:44:04.662Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34272026-05-26T17:44:04.734Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34282026-05-26T17:44:04.793Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34292026-05-26T17:44:04.901Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34302026-05-26T17:44:05.149Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34312026-05-26T17:44:05.261Z Compiling hyper-staticfile v0.10.1
34322026-05-26T17:44:05.285Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34332026-05-26T17:44:05.341Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34342026-05-26T17:44:05.372Z Compiling progenitor v0.10.0
34352026-05-26T17:44:05.475Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34362026-05-26T17:44:05.558Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34372026-05-26T17:44:05.576Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34382026-05-26T17:44:05.690Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34392026-05-26T17:44:05.761Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34402026-05-26T17:44:05.804Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34412026-05-26T17:44:05.907Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34422026-05-26T17:44:05.996Z Compiling num-bigint v0.4.6
34432026-05-26T17:44:06.043Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34442026-05-26T17:44:06.148Z Compiling des v0.8.1
34452026-05-26T17:44:06.238Z Compiling subprocess v0.2.15
34462026-05-26T17:44:06.258Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34472026-05-26T17:44:06.286Z Compiling hex-literal v0.4.1
34482026-05-26T17:44:06.306Z Compiling display-error-chain v0.2.2
34492026-05-26T17:44:06.356Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34502026-05-26T17:44:06.374Z Compiling colored v2.2.0
34512026-05-26T17:44:06.429Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34522026-05-26T17:44:06.473Z Compiling socket2 v0.5.10
34532026-05-26T17:44:06.607Z Compiling internet-checksum v0.2.1
34542026-05-26T17:44:06.704Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34552026-05-26T17:44:07.043Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34562026-05-26T17:44:07.142Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34572026-05-26T17:44:07.282Z Compiling russh v0.45.0
34582026-05-26T17:44:09.631Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34592026-05-26T17:44:09.669Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34602026-05-26T17:44:10.314Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34612026-05-26T17:44:10.781Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34622026-05-26T17:44:12.625Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34632026-05-26T17:44:20.503Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34642026-05-26T17:44:20.503Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34652026-05-26T17:44:20.506Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34662026-05-26T17:44:20.506Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34672026-05-26T17:44:22.232Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34682026-05-26T17:44:22.282Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34692026-05-26T17:44:26.323Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34702026-05-26T17:45:05.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34712026-05-26T17:45:05.748Z
34722026-05-26T17:45:05.748Zreal 1:26.042191262
34732026-05-26T17:45:05.749Zuser 8:08.831559061
34742026-05-26T17:45:05.749Zsys 1:43.003388686
34752026-05-26T17:45:05.749Ztrap 0.254681500
34762026-05-26T17:45:05.749Ztflt 0.550019331
34772026-05-26T17:45:05.749Zdflt 1.425831273
34782026-05-26T17:45:05.749Zkflt 0.000147900
34792026-05-26T17:45:05.752Zlock 29:11.664160250
34802026-05-26T17:45:05.752Zslp 18:47.195175078
34812026-05-26T17:45:05.752Zlat 41.185469112
34822026-05-26T17:45:05.752Zstop 3:04.977918533
34832026-05-26T17:45:05.752Z+ mkdir tests
34842026-05-26T17:45:05.755Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34852026-05-26T17:45:05.755Z+ xargs -I '{}' -t cp '{}' tests/
34862026-05-26T17:45:05.779Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-df12fef08e305069 tests/
34872026-05-26T17:45:05.808Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-2fa86fd108fc898f tests/
34882026-05-26T17:45:05.835Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-7b08086e51cbf95e tests/
34892026-05-26T17:45:05.863Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f8338fa9a00d90fb tests/
34902026-05-26T17:45:06.094Z+ 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)
34912026-05-26T17:45:06.098Z+ 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-2fa86fd108fc898f tests/commtest-7b08086e51cbf95e tests/dhcp_server-df12fef08e305069 tests/end_to_end_tests-f8338fa9a00d90fb 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
34922026-05-26T17:46:24.920ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34932026-05-26T17:46:24.920Za .github/buildomat/ci-env.sh 1K
34942026-05-26T17:46:24.920Za out/target/test 1K
34952026-05-26T17:46:24.920Za out/npuzone/npuzone 27402K
34962026-05-26T17:46:24.920Za package-manifest.toml 35K
34972026-05-26T17:46:24.920Za smf/sled-agent/non-gimlet/config.toml 6K
34982026-05-26T17:46:24.920Za target/release/omicron-package 46003K
34992026-05-26T17:46:24.920Za target/release/xtask 11449K
35002026-05-26T17:46:24.920Za target/debug/bootstrap 352721K
35012026-05-26T17:46:24.920Za tests/bootstrap-2fa86fd108fc898f 31215K
35022026-05-26T17:46:24.920Za tests/commtest-7b08086e51cbf95e 32300K
35032026-05-26T17:46:24.920Za tests/dhcp_server-df12fef08e305069 31215K
35042026-05-26T17:46:24.920Za tests/end_to_end_tests-f8338fa9a00d90fb 394506K
35052026-05-26T17:46:24.920Za tools/opte_version 1K
35062026-05-26T17:46:24.920Za tools/opte_version_override 2K
35072026-05-26T17:46:24.920Za out/clickhouse.tar.gz 319712K
35082026-05-26T17:46:24.920Za out/clickhouse_keeper.tar.gz 305055K
35092026-05-26T17:46:24.920Za out/clickhouse_server.tar.gz 319710K
35102026-05-26T17:46:24.920Za out/cockroachdb.tar.gz 165202K
35112026-05-26T17:46:24.920Za out/crucible-pantry-zone.tar.gz 44215K
35122026-05-26T17:46:24.920Za out/crucible-utils.tar 17744K
35132026-05-26T17:46:24.920Za out/crucible-zone.tar.gz 58353K
35142026-05-26T17:46:24.920Za out/external-dns.tar.gz 50377K
35152026-05-26T17:46:24.920Za out/internal-dns.tar.gz 50376K
35162026-05-26T17:46:24.921Za out/mg-ddm-gz.tar 95141K
35172026-05-26T17:46:24.921Za out/nexus.tar.gz 220666K
35182026-05-26T17:46:24.921Za out/ntp.tar.gz 32184K
35192026-05-26T17:46:24.921Za out/omicron-gateway-softnpu.tar.gz 29633K
35202026-05-26T17:46:24.921Za out/omicron-sled-agent.tar 204643K
35212026-05-26T17:46:24.921Za out/overlay.tar.gz 3K
35222026-05-26T17:46:24.921Za out/oximeter.tar.gz 67453K
35232026-05-26T17:46:24.921Za out/oxlog.tar 3782K
35242026-05-26T17:46:24.921Za out/probe.tar.gz 3037K
35252026-05-26T17:46:24.921Za out/propolis-server.tar.gz 38727K
35262026-05-26T17:46:24.921Za out/pumpkind-gz.tar 26647K
35272026-05-26T17:46:24.921Za out/switch-softnpu.tar.gz 397588K
35282026-05-26T17:46:24.927Z
35292026-05-26T17:46:24.928Zreal 1:18.822780699
35302026-05-26T17:46:24.928Zuser 1:16.229159932
35312026-05-26T17:46:24.928Zsys 4.289417962
35322026-05-26T17:46:24.928Ztrap 0.006233872
35332026-05-26T17:46:24.928Ztflt 0.000000000
35342026-05-26T17:46:24.928Zdflt 0.000000000
35352026-05-26T17:46:24.928Zkflt 0.000000000
35362026-05-26T17:46:24.928Zlock 0.000000000
35372026-05-26T17:46:24.928Zslp 1:16.172036001
35382026-05-26T17:46:24.928Zlat 0.943618695
35392026-05-26T17:46:24.928Zstop 0.000186180
35402026-05-26T17:46:24.928Zprocess exited: duration 939148 ms, exit code 0
 
35412026-05-26T17:46:24.989Zfound 1 output files
35422026-05-26T17:46:24.996Zuploading: /work/package.tar.gz (2448567378 bytes)
35432026-05-26T17:46:54.068Zuploaded: /work/package.tar.gz