01KSTHD92FC4MGMKXJEHG1JHJQ: 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: 01KSTHDTTMJ51A9N7NY6RKEMAC

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-29T18:55:44.227Zjob assigned to worker 01KSTHE085W1FD25WTGFTJR7RH [factory aws, i-09fe79f6f8984d038] (queued for 47 s)
 
22026-05-29T18:55:51.809Zstarting task 0: "setup"
32026-05-29T18:55:51.820Z++ uname -s
42026-05-29T18:55:51.824Z+ kern=SunOS
52026-05-29T18:55:51.824Z+ build_user=build
62026-05-29T18:55:51.824Z+ build_uid=12345
72026-05-29T18:55:51.824Z+ work_dir=/work
82026-05-29T18:55:51.824Z+ input_dir=/input
92026-05-29T18:55:51.824Z+ [[ 0 == 12345 ]]
102026-05-29T18:55:51.824Z+ case "$kern" in
112026-05-29T18:55:51.824Z+ groupadd -g 12345 build
122026-05-29T18:55:51.827Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-29T18:55:53.834Z+ zfs create -o mountpoint=/work rpool/work
142026-05-29T18:55:53.936Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-29T18:55:53.943Z+ home_fs=zfs
162026-05-29T18:55:53.943Z+ [[ zfs == autofs ]]
172026-05-29T18:55:53.943Z+ mkdir -p /home/build
182026-05-29T18:55:53.943Z+ chown build:build /home/build /work
192026-05-29T18:55:55.942Z+ chmod 0700 /home/build /work
202026-05-29T18:55:55.945Zprocess exited: duration 4135 ms, exit code 0
 
212026-05-29T18:55:55.953Zstarting task 1: "rust-toolchain"
222026-05-29T18:55:55.957Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-29T18:55:55.957Z * rust toolchain channel = "1.94.0"
242026-05-29T18:55:55.957Z * rust toolchain profile = "default"
252026-05-29T18:55:55.957Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-29T18:55:55.957Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-29T18:55:55.957Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-29T18:55:55.966Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-29T18:55:55.966Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-29T18:55:56.021Zinfo: downloading installer
312026-05-29T18:55:57.342Zwarn: It looks like you have an existing rustup settings file at:
322026-05-29T18:55:57.342Zwarn: /home/build/.rustup/settings.toml
332026-05-29T18:55:57.342Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-29T18:55:57.342Zwarn: instead of the one inferred from the default host triple.
352026-05-29T18:55:57.354Zinfo: profile set to default
362026-05-29T18:55:57.354Zinfo: default host triple is x86_64-unknown-illumos
372026-05-29T18:55:57.358Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-29T18:55:57.486Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-29T18:55:57.489Zinfo: downloading 6 components
402026-05-29T18:56:12.229Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-29T18:56:12.230Z
422026-05-29T18:56:12.261Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-29T18:56:12.261Z
442026-05-29T18:56:12.261Z
452026-05-29T18:56:12.261ZRust is installed now. Great!
462026-05-29T18:56:12.261Z
472026-05-29T18:56:12.261ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-29T18:56:12.261Zenvironment variable. This has not been done automatically.
492026-05-29T18:56:12.261Z
502026-05-29T18:56:12.261ZTo configure your current shell, you need to source
512026-05-29T18:56:12.261Zthe corresponding env file under $HOME/.cargo.
522026-05-29T18:56:12.261Z
532026-05-29T18:56:12.261ZThis is usually done by running one of the following (note the leading DOT):
542026-05-29T18:56:12.261Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-29T18:56:12.264Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-29T18:56:12.264Zsource "~/.cargo/env.nu" # For nushell
572026-05-29T18:56:12.264Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-29T18:56:12.264Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-29T18:56:12.264Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-29T18:56:12.264Zwarn: no default linker (`cc`) was found in your PATH
612026-05-29T18:56:12.264Zwarn: many Rust crates require a system C toolchain to build
622026-05-29T18:56:12.364Z+ rustup --version
632026-05-29T18:56:12.371Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-29T18:56:12.373Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-29T18:56:12.392Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-29T18:56:12.395Z+ cargo --version
672026-05-29T18:56:12.403Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-29T18:56:12.406Z+ rustc --version
692026-05-29T18:56:12.427Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-29T18:56:12.431Zprocess exited: duration 16479 ms, exit code 0
 
712026-05-29T18:56:12.437Zstarting task 2: "authentication"
722026-05-29T18:56:12.456Zprocess exited: duration 17 ms, exit code 0
 
732026-05-29T18:56:12.461Zstarting task 3: "clone repository"
742026-05-29T18:56:12.466Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-29T18:56:12.469Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-29T18:56:12.514ZCloning into '/work/oxidecomputer/omicron'...
772026-05-29T18:56:22.840Z+ cd /work/oxidecomputer/omicron
782026-05-29T18:56:22.840Z+ git fetch origin 97ba425a4b558759027b09ceb62a9884f8d17b58
792026-05-29T18:56:23.112ZFrom https://github.com/oxidecomputer/omicron
802026-05-29T18:56:23.112Z * branch 97ba425a4b558759027b09ceb62a9884f8d17b58 -> FETCH_HEAD
812026-05-29T18:56:23.126Z+ [[ -n sunshowers/spr/6n-ls-apis-switch-to-structured-errors-and-an-error-accumulator ]]
822026-05-29T18:56:23.131Z++ git branch --show-current
832026-05-29T18:56:23.131Z+ current=main
842026-05-29T18:56:23.131Z+ [[ main != sunshowers/spr/6n-ls-apis-switch-to-structured-errors-and-an-error-accumulator ]]
852026-05-29T18:56:23.131Z+ git branch -f sunshowers/spr/6n-ls-apis-switch-to-structured-errors-and-an-error-accumulator 97ba425a4b558759027b09ceb62a9884f8d17b58
862026-05-29T18:56:23.134Z+ git checkout -f sunshowers/spr/6n-ls-apis-switch-to-structured-errors-and-an-error-accumulator
872026-05-29T18:56:23.283ZSwitched to branch 'sunshowers/spr/6n-ls-apis-switch-to-structured-errors-and-an-error-accumulator'
882026-05-29T18:56:23.286Z+ git reset --hard 97ba425a4b558759027b09ceb62a9884f8d17b58
892026-05-29T18:56:23.428ZHEAD is now at 97ba425a4 rustdoc
902026-05-29T18:56:23.431Zprocess exited: duration 10967 ms, exit code 0
 
912026-05-29T18:56:23.437Zstarting task 4: "build"
922026-05-29T18:56:23.442Z+ source .github/buildomat/ci-env.sh
932026-05-29T18:56:23.442Z++ export CARGO_TERM_COLOR=always
942026-05-29T18:56:23.442Z++ CARGO_TERM_COLOR=always
952026-05-29T18:56:23.442Z+ cargo --version
962026-05-29T18:56:23.453Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-29T18:56:23.456Z+ rustc --version
982026-05-29T18:56:23.476Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-29T18:56:23.480Z+ WORK=/work
1002026-05-29T18:56:23.480Z+ pfexec mkdir -p /work
1012026-05-29T18:56:23.483Z+ pfexec chown build /work
1022026-05-29T18:56:23.486Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-29T18:56:24.976Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-29T18:56:25.052Z Startup: Caching catalogs ... Done
1052026-05-29T18:56:25.341ZPlanning: Solver setup ... Done (0.251s)
1062026-05-29T18:56:25.360ZPlanning: Running solver ... Done (0.019s)
1072026-05-29T18:56:25.367ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-29T18:56:25.378ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-29T18:56:25.395ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-29T18:56:25.410ZPlanning: Package planning ... Done (0.014s)
1112026-05-29T18:56:25.412ZPlanning: Merging actions ... Done (0.001s)
1122026-05-29T18:56:25.604ZPlanning: Checking for conflicting actions ... Done (0.192s)
1132026-05-29T18:56:25.606ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-29T18:56:26.519ZPlanning: Evaluating mediators ... Done (0.914s)
1152026-05-29T18:56:26.522ZPlanning: Planning completed in 1.45 seconds
1162026-05-29T18:56:26.528Z Packages to install: 2
1172026-05-29T18:56:26.528Z Estimated space available: 156.10 GB
1182026-05-29T18:56:26.531ZEstimated space to be consumed: 23.93 MB
1192026-05-29T18:56:26.531Z Create boot environment: No
1202026-05-29T18:56:26.531ZCreate backup boot environment: No
1212026-05-29T18:56:26.531Z Rebuild boot archive: No
1222026-05-29T18:56:26.531Z
1232026-05-29T18:56:26.531ZChanged packages:
1242026-05-29T18:56:26.531Zhelios
1252026-05-29T18:56:26.531Z developer/build-essential
1262026-05-29T18:56:26.531Z None -> 11-3.0
1272026-05-29T18:56:26.532Z library/libxmlsec1
1282026-05-29T18:56:26.532Z None -> 1.2.35-3.0
1292026-05-29T18:56:26.553Z
1302026-05-29T18:56:26.553ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-29T18:56:28.587ZDownload: Completed 1.28 MB in 1.86 seconds (704k/s)
1322026-05-29T18:56:28.602Z Actions: 1/268 actions (Installing new actions)
1332026-05-29T18:56:28.602Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-29T18:56:28.602ZFinalize: Updating package state database ... Done (0.008s)
1352026-05-29T18:56:28.602ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-29T18:56:28.603ZFinalize: Updating image state ... Done (0.020s)
1372026-05-29T18:56:31.532ZFinalize: Creating fast lookup database ... Done (2.487s)
1382026-05-29T18:56:31.537ZFinalize: Reading search index ... Done (0.030s)
1392026-05-29T18:56:31.537ZFinalize: Updating search index ... Done (0.000s)
1402026-05-29T18:56:31.537ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-29T18:56:31.548ZPlanning: Evaluating mediator changes ... Done
1422026-05-29T18:56:31.710ZPlanning: Checking for conflicting actions ... Done
1432026-05-29T18:56:31.713ZPlanning: Consolidating action changes ... Done
1442026-05-29T18:56:32.073ZPlanning: Evaluating mediators ... Done
1452026-05-29T18:56:32.073ZPlanning: Planning completed in 0.26 seconds
1462026-05-29T18:56:32.073Z Mediators to change: 2
1472026-05-29T18:56:32.073Z Create boot environment: No
1482026-05-29T18:56:32.073ZCreate backup boot environment: No
1492026-05-29T18:56:32.073ZFinalize: Updating package state database ... Done
1502026-05-29T18:56:32.073ZFinalize: Updating package cache ... Done
1512026-05-29T18:56:32.073ZFinalize: Updating image state ... Done
1522026-05-29T18:56:33.860ZFinalize: Creating fast lookup database ... Done
1532026-05-29T18:56:33.924ZFinalize: Reading search index ... Done
1542026-05-29T18:56:33.927ZFinalize: Updating search index ... Done
1552026-05-29T18:56:34.065ZFinalize: Updating package cache ... Done
1562026-05-29T18:56:34.357ZPlanning: Evaluating mediator changes ... Done
1572026-05-29T18:56:34.411ZPlanning: Checking for conflicting actions ... Done
1582026-05-29T18:56:34.414ZPlanning: Consolidating action changes ... Done
1592026-05-29T18:56:34.570ZPlanning: Evaluating mediators ... Done
1602026-05-29T18:56:34.573ZPlanning: Planning completed in 0.27 seconds
1612026-05-29T18:56:34.593Z Mediators to change: 1
1622026-05-29T18:56:34.593Z Create boot environment: No
1632026-05-29T18:56:34.593ZCreate backup boot environment: No
1642026-05-29T18:56:34.647ZFinalize: Updating package state database ... Done
1652026-05-29T18:56:34.647ZFinalize: Updating package cache ... Done
1662026-05-29T18:56:34.658ZFinalize: Updating image state ... Done
1672026-05-29T18:56:36.591ZFinalize: Creating fast lookup database ... Done
1682026-05-29T18:56:36.658ZFinalize: Reading search index ... Done
1692026-05-29T18:56:36.661ZFinalize: Updating search index ... Done
1702026-05-29T18:56:36.740ZFinalize: Updating package cache ... Done
1712026-05-29T18:56:37.052ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-29T18:56:37.052Zapache system 2.4 system
1732026-05-29T18:56:37.052Zclang system 15 system
1742026-05-29T18:56:37.052Zcsh system system illumos
1752026-05-29T18:56:37.052Zctags system system illumos
1762026-05-29T18:56:37.052Zfile vendor vendor darwinsys
1772026-05-29T18:56:37.052Zfile system system illumos
1782026-05-29T18:56:37.052Zgcc vendor 14 vendor
1792026-05-29T18:56:37.052Zgcc system 13 system
1802026-05-29T18:56:37.052Zgcc system 10 system
1812026-05-29T18:56:37.052Zgo system 1.25 system
1822026-05-29T18:56:37.052Zllvm system 15 system
1832026-05-29T18:56:37.052Zmariadb system 11.4 system
1842026-05-29T18:56:37.052Zmta vendor vendor dma
1852026-05-29T18:56:37.052Zopenjdk system 17 system
1862026-05-29T18:56:37.052Zopenjdk system 11 system
1872026-05-29T18:56:37.052Zopenssl vendor 3 vendor
1882026-05-29T18:56:37.052Zperl system 5.40 system
1892026-05-29T18:56:37.052Zpostgresql system 18 system
1902026-05-29T18:56:37.052Zpostgresql system 17 system
1912026-05-29T18:56:37.052Zpython vendor 3 vendor
1922026-05-29T18:56:37.052Zpython system 2 system
1932026-05-29T18:56:37.052Zpython3 vendor 3.13 vendor
1942026-05-29T18:56:37.052Zruby system 3.4 system
1952026-05-29T18:56:37.052Zruby system 3.0 system
1962026-05-29T18:56:37.053Zwords vendor vendor american-english
1972026-05-29T18:56:37.053Zwords system system australian-english
1982026-05-29T18:56:37.053Zwords system system british-english
1992026-05-29T18:56:37.053Zwords system system canadian-english
2002026-05-29T18:56:37.053Zwords system system french
2012026-05-29T18:56:37.053Zwords system system italian
2022026-05-29T18:56:37.053Zwords system system ngerman
2032026-05-29T18:56:37.053Zwords system system ogerman
2042026-05-29T18:56:37.053Zwords system system spanish
2052026-05-29T18:56:37.311ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-29T18:56:37.311Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-29T18:56:37.587ZFMRI IFO
2082026-05-29T18:56:37.587Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-29T18:56:37.587Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-29T18:56:37.587Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-29T18:56:37.587Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-29T18:56:37.587Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-29T18:56:37.587Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-29T18:56:37.587Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-29T18:56:37.587Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-29T18:56:37.587Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-29T18:56:37.832Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-29T18:56:38.102Z Updating crates.io index
2192026-05-29T18:56:38.134Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-29T18:56:38.837Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-29T18:56:39.173Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-29T18:56:39.890Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-29T18:56:40.760Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-29T18:56:41.225Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-29T18:56:42.730Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-29T18:56:43.522Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-29T18:56:43.867Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-29T18:56:44.718Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-29T18:56:45.296Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-29T18:56:45.684Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-29T18:56:46.105Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-29T18:56:47.009Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-29T18:56:47.671Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-29T18:56:48.041Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-29T18:56:48.358Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-29T18:56:48.743Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-29T18:56:49.138Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-29T18:56:49.375Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-29T18:56:49.595Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-29T18:56:49.839Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-29T18:56:50.285Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-29T18:56:50.810Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-05-29T18:56:51.253Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-05-29T18:56:51.696Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-05-29T18:56:51.945Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-05-29T18:56:52.452Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-05-29T18:56:52.708Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-05-29T18:56:53.824Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-29T18:56:54.269Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-05-29T18:56:54.535Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-05-29T18:56:54.817Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-05-29T18:56:55.122Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-05-29T18:56:55.418Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2542026-05-29T18:56:55.759Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2552026-05-29T18:56:56.156Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2562026-05-29T18:56:56.443Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2572026-05-29T18:56:56.719Z Updating git repository `https://github.com/illumos/smf-rs`
2582026-05-29T18:56:57.024Z Updating git repository `https://github.com/oxidecomputer/omicron`
2592026-05-29T18:57:09.218Z Downloading crates ...
2602026-05-29T18:57:09.267Z Downloaded block-buffer v0.10.4
2612026-05-29T18:57:09.274Z Downloaded cargo_toml v0.21.0
2622026-05-29T18:57:09.277Z Downloaded cargo-platform v0.2.0
2632026-05-29T18:57:09.277Z Downloaded anstyle v1.0.13
2642026-05-29T18:57:09.280Z Downloaded fastrand v2.3.0
2652026-05-29T18:57:09.284Z Downloaded anstream v0.6.21
2662026-05-29T18:57:09.287Z Downloaded autocfg v1.5.0
2672026-05-29T18:57:09.290Z Downloaded quote v1.0.45
2682026-05-29T18:57:09.290Z Downloaded cargo_metadata v0.21.0
2692026-05-29T18:57:09.293Z Downloaded displaydoc v0.2.5
2702026-05-29T18:57:09.296Z Downloaded cargo-util-schemas v0.8.2
2712026-05-29T18:57:09.296Z Downloaded textwrap v0.16.2
2722026-05-29T18:57:09.299Z Downloaded typenum v1.19.0
2732026-05-29T18:57:09.299Z Downloaded ucd-trie v0.1.7
2742026-05-29T18:57:09.302Z Downloaded synstructure v0.13.2
2752026-05-29T18:57:09.302Z Downloaded semver v1.0.28
2762026-05-29T18:57:09.305Z Downloaded typeid v1.0.3
2772026-05-29T18:57:09.305Z Downloaded thiserror v1.0.69
2782026-05-29T18:57:09.308Z Downloaded unicode-ident v1.0.24
2792026-05-29T18:57:09.308Z Downloaded pest_derive v2.8.6
2802026-05-29T18:57:09.311Z Downloaded generic-array v0.14.7
2812026-05-29T18:57:09.311Z Downloaded zerovec-derive v0.11.2
2822026-05-29T18:57:09.311Z Downloaded zerocopy-derive v0.7.35
2832026-05-29T18:57:09.314Z Downloaded zerofrom v0.1.6
2842026-05-29T18:57:09.314Z Downloaded thiserror-impl v2.0.18
2852026-05-29T18:57:09.317Z Downloaded smallvec v1.15.1
2862026-05-29T18:57:09.317Z Downloaded utf8parse v0.2.2
2872026-05-29T18:57:09.317Z Downloaded zmij v1.0.21
2882026-05-29T18:57:09.320Z Downloaded writeable v0.6.2
2892026-05-29T18:57:09.320Z Downloaded once_cell v1.21.3
2902026-05-29T18:57:09.320Z Downloaded thread-id v4.2.2
2912026-05-29T18:57:09.323Z Downloaded icu_provider v2.1.1
2922026-05-29T18:57:09.323Z Downloaded tinystr v0.8.2
2932026-05-29T18:57:09.326Z Downloaded yoke-derive v0.8.1
2942026-05-29T18:57:09.326Z Downloaded unicode-linebreak v0.1.5
2952026-05-29T18:57:09.326Z Downloaded byteorder v1.5.0
2962026-05-29T18:57:09.326Z Downloaded clap_derive v4.5.55
2972026-05-29T18:57:09.329Z Downloaded equivalent v1.0.2
2982026-05-29T18:57:09.329Z Downloaded toml_write v0.1.2
2992026-05-29T18:57:09.329Z Downloaded fnv v1.0.7
3002026-05-29T18:57:09.329Z Downloaded usdt v0.5.0
3012026-05-29T18:57:09.332Z Downloaded clap_lex v1.0.0
3022026-05-29T18:57:09.332Z Downloaded scroll_derive v0.12.1
3032026-05-29T18:57:09.332Z Downloaded errno v0.3.14
3042026-05-29T18:57:09.334Z Downloaded serde-value v0.7.0
3052026-05-29T18:57:09.335Z Downloaded potential_utf v0.1.4
3062026-05-29T18:57:09.335Z Downloaded idna_adapter v1.2.1
3072026-05-29T18:57:09.337Z Downloaded version_check v0.9.5
3082026-05-29T18:57:09.337Z Downloaded toml_datetime v0.6.11
3092026-05-29T18:57:09.337Z Downloaded usdt-impl v0.5.0
3102026-05-29T18:57:09.340Z Downloaded smawk v0.3.2
3112026-05-29T18:57:09.343Z Downloaded is_terminal_polyfill v1.70.2
3122026-05-29T18:57:09.343Z Downloaded anstyle-parse v0.2.7
3132026-05-29T18:57:09.346Z Downloaded yoke v0.8.1
3142026-05-29T18:57:09.346Z Downloaded thiserror v2.0.18
3152026-05-29T18:57:09.352Z Downloaded form_urlencoded v1.2.2
3162026-05-29T18:57:09.356Z Downloaded zerofrom-derive v0.1.6
3172026-05-29T18:57:09.356Z Downloaded usdt-macro v0.5.0
3182026-05-29T18:57:09.359Z Downloaded unicode-xid v0.2.6
3192026-05-29T18:57:09.359Z Downloaded thiserror-impl v1.0.69
3202026-05-29T18:57:09.359Z Downloaded tabled_derive v0.7.0
3212026-05-29T18:57:09.359Z Downloaded macaddr v1.0.1
3222026-05-29T18:57:09.360Z Downloaded colorchoice v1.0.4
3232026-05-29T18:57:09.362Z Downloaded swrite v0.1.0
3242026-05-29T18:57:09.362Z Downloaded strsim v0.11.1
3252026-05-29T18:57:09.362Z Downloaded serde_spanned v0.6.9
3262026-05-29T18:57:09.362Z Downloaded utf8_iter v1.0.4
3272026-05-29T18:57:09.362Z Downloaded usdt-attr-macro v0.5.0
3282026-05-29T18:57:09.367Z Downloaded cpufeatures v0.2.17
3292026-05-29T18:57:09.370Z Downloaded cfg-if v1.0.4
3302026-05-29T18:57:09.370Z Downloaded anstyle-query v1.1.5
3312026-05-29T18:57:09.372Z Downloaded proc-macro-error-attr v1.0.4
3322026-05-29T18:57:09.372Z Downloaded toml_edit v0.22.27
3332026-05-29T18:57:09.375Z Downloaded toml v0.8.23
3342026-05-29T18:57:09.375Z Downloaded plain v0.2.3
3352026-05-29T18:57:09.378Z Downloaded memmap v0.7.0
3362026-05-29T18:57:09.378Z Downloaded heck v0.4.1
3372026-05-29T18:57:09.378Z Downloaded crypto-common v0.1.7
3382026-05-29T18:57:09.378Z Downloaded dtrace-parser v0.2.0
3392026-05-29T18:57:09.381Z Downloaded url v2.5.8
3402026-05-29T18:57:09.381Z Downloaded stable_deref_trait v1.2.1
3412026-05-29T18:57:09.386Z Downloaded zerovec v0.11.5
3422026-05-29T18:57:09.389Z Downloaded percent-encoding v2.3.2
3432026-05-29T18:57:09.389Z Downloaded ordered-float v2.10.1
3442026-05-29T18:57:09.392Z Downloaded zerotrie v0.2.3
3452026-05-29T18:57:09.395Z Downloaded pretty-hex v0.4.1
3462026-05-29T18:57:09.395Z Downloaded itoa v1.0.17
3472026-05-29T18:57:09.398Z Downloaded winnow v0.7.14
3482026-05-29T18:57:09.401Z Downloaded terminal_size v0.4.3
3492026-05-29T18:57:09.404Z Downloaded zerocopy v0.7.35
3502026-05-29T18:57:09.410Z Downloaded proc-macro-error v1.0.4
3512026-05-29T18:57:09.413Z Downloaded bytecount v0.6.9
3522026-05-29T18:57:09.413Z Downloaded fs-err v3.3.0
3532026-05-29T18:57:09.417Z Downloaded heck v0.5.0
3542026-05-29T18:57:09.417Z Downloaded unicode-width v0.2.0
3552026-05-29T18:57:09.420Z Downloaded unicode-width v0.1.14
3562026-05-29T18:57:09.423Z Downloaded serde-untagged v0.1.9
3572026-05-29T18:57:09.423Z Downloaded dof v0.3.0
3582026-05-29T18:57:09.423Z Downloaded digest v0.10.7
3592026-05-29T18:57:09.427Z Downloaded serde_tokenstream v0.2.3
3602026-05-29T18:57:09.430Z Downloaded sha2 v0.10.9
3612026-05-29T18:57:09.430Z Downloaded scroll v0.12.0
3622026-05-29T18:57:09.433Z Downloaded camino-tempfile v1.4.1
3632026-05-29T18:57:09.441Z Downloaded litemap v0.8.1
3642026-05-29T18:57:09.443Z Downloaded idna v1.1.0
3652026-05-29T18:57:09.450Z Downloaded erased-serde v0.4.9
3662026-05-29T18:57:09.453Z Downloaded camino v1.2.2
3672026-05-29T18:57:09.456Z Downloaded tempfile v3.25.0
3682026-05-29T18:57:09.459Z Downloaded pest_generator v2.8.6
3692026-05-29T18:57:09.461Z Downloaded anyhow v1.0.102
3702026-05-29T18:57:09.467Z Downloaded clap v4.5.60
3712026-05-29T18:57:09.472Z Downloaded num-traits v0.2.19
3722026-05-29T18:57:09.483Z Downloaded proc-macro2 v1.0.106
3732026-05-29T18:57:09.486Z Downloaded log v0.4.29
3742026-05-29T18:57:09.486Z Downloaded icu_properties v2.1.2
3752026-05-29T18:57:09.489Z Downloaded getrandom v0.4.1
3762026-05-29T18:57:09.495Z Downloaded icu_normalizer v2.1.1
3772026-05-29T18:57:09.505Z Downloaded papergrid v0.11.0
3782026-05-29T18:57:09.508Z Downloaded serde_derive v1.0.228
3792026-05-29T18:57:09.511Z Downloaded serde_core v1.0.228
3802026-05-29T18:57:09.515Z Downloaded icu_normalizer_data v2.1.1
3812026-05-29T18:57:09.515Z Downloaded bitflags v2.11.0
3822026-05-29T18:57:09.518Z Downloaded memchr v2.8.0
3832026-05-29T18:57:09.521Z Downloaded serde_json v1.0.149
3842026-05-29T18:57:09.527Z Downloaded serde v1.0.228
3852026-05-29T18:57:09.530Z Downloaded pest_meta v2.8.6
3862026-05-29T18:57:09.533Z Downloaded icu_collections v2.1.1
3872026-05-29T18:57:09.539Z Downloaded indexmap v2.14.0
3882026-05-29T18:57:09.542Z Downloaded icu_locale_core v2.1.1
3892026-05-29T18:57:09.551Z Downloaded pest v2.8.6
3902026-05-29T18:57:09.554Z Downloaded clap_builder v4.5.60
3912026-05-29T18:57:09.564Z Downloaded hashbrown v0.17.0
3922026-05-29T18:57:09.571Z Downloaded icu_properties_data v2.1.2
3932026-05-29T18:57:09.582Z Downloaded goblin v0.8.2
3942026-05-29T18:57:09.591Z Downloaded tabled v0.15.0
3952026-05-29T18:57:09.597Z Downloaded syn v1.0.109
3962026-05-29T18:57:09.602Z Downloaded syn v2.0.117
3972026-05-29T18:57:09.619Z Downloaded rustix v1.1.3
3982026-05-29T18:57:09.644Z Downloaded libc v0.2.185
3992026-05-29T18:57:09.709Z Compiling proc-macro2 v1.0.106
4002026-05-29T18:57:09.709Z Compiling quote v1.0.45
4012026-05-29T18:57:09.712Z Compiling unicode-ident v1.0.24
4022026-05-29T18:57:09.712Z Compiling serde_core v1.0.228
4032026-05-29T18:57:09.712Z Compiling libc v0.2.185
4042026-05-29T18:57:09.712Z Compiling version_check v0.9.5
4052026-05-29T18:57:09.712Z Compiling memchr v2.8.0
4062026-05-29T18:57:09.712Z Compiling serde v1.0.228
4072026-05-29T18:57:09.712Z Compiling stable_deref_trait v1.2.1
4082026-05-29T18:57:09.712Z Compiling zmij v1.0.21
4092026-05-29T18:57:09.712Z Compiling thiserror v1.0.69
4102026-05-29T18:57:09.894Z Compiling ucd-trie v0.1.7
4112026-05-29T18:57:09.897Z Compiling autocfg v1.5.0
4122026-05-29T18:57:09.897Z Compiling itoa v1.0.17
4132026-05-29T18:57:09.897Z Compiling litemap v0.8.1
4142026-05-29T18:57:10.189Z Compiling writeable v0.6.2
4152026-05-29T18:57:10.209Z Compiling icu_properties_data v2.1.2
4162026-05-29T18:57:10.229Z Compiling rustix v1.1.3
4172026-05-29T18:57:10.325Z Compiling pest v2.8.6
4182026-05-29T18:57:10.433Z Compiling icu_normalizer_data v2.1.1
4192026-05-29T18:57:10.487Z Compiling byteorder v1.5.0
4202026-05-29T18:57:10.490Z Compiling serde_json v1.0.149
4212026-05-29T18:57:10.506Z Compiling bitflags v2.11.0
4222026-05-29T18:57:10.599Z Compiling num-traits v0.2.19
4232026-05-29T18:57:10.652Z Compiling equivalent v1.0.2
4242026-05-29T18:57:10.658Z Compiling smallvec v1.15.1
4252026-05-29T18:57:10.770Z Compiling hashbrown v0.17.0
4262026-05-29T18:57:10.773Z Compiling typeid v1.0.3
4272026-05-29T18:57:10.832Z Compiling proc-macro-error-attr v1.0.4
4282026-05-29T18:57:10.850Z Compiling usdt-impl v0.5.0
4292026-05-29T18:57:10.853Z Compiling erased-serde v0.4.9
4302026-05-29T18:57:10.909Z Compiling winnow v0.7.14
4312026-05-29T18:57:10.928Z Compiling errno v0.3.14
4322026-05-29T18:57:10.979Z Compiling thread-id v4.2.2
4332026-05-29T18:57:10.998Z Compiling toml_write v0.1.2
4342026-05-29T18:57:11.017Z Compiling syn v1.0.109
4352026-05-29T18:57:11.198Z Compiling proc-macro-error v1.0.4
4362026-05-29T18:57:11.294Z Compiling syn v2.0.117
4372026-05-29T18:57:11.297Z Compiling utf8parse v0.2.2
4382026-05-29T18:57:11.334Z Compiling indexmap v2.14.0
4392026-05-29T18:57:11.337Z Compiling getrandom v0.4.1
4402026-05-29T18:57:11.392Z Compiling percent-encoding v2.3.2
4412026-05-29T18:57:11.412Z Compiling plain v0.2.3
4422026-05-29T18:57:11.412Z Compiling camino v1.2.2
4432026-05-29T18:57:11.452Z Compiling log v0.4.29
4442026-05-29T18:57:11.455Z Compiling utf8_iter v1.0.4
4452026-05-29T18:57:11.508Z Compiling pest_meta v2.8.6
4462026-05-29T18:57:11.529Z Compiling thiserror v2.0.18
4472026-05-29T18:57:11.551Z Compiling form_urlencoded v1.2.2
4482026-05-29T18:57:11.735Z Compiling anstyle-parse v0.2.7
4492026-05-29T18:57:11.789Z Compiling anstyle-query v1.1.5
4502026-05-29T18:57:11.815Z Compiling ordered-float v2.10.1
4512026-05-29T18:57:11.890Z Compiling is_terminal_polyfill v1.70.2
4522026-05-29T18:57:11.909Z Compiling colorchoice v1.0.4
4532026-05-29T18:57:11.950Z Compiling anstyle v1.0.13
4542026-05-29T18:57:11.953Z Compiling pretty-hex v0.4.1
4552026-05-29T18:57:12.009Z Compiling cfg-if v1.0.4
4562026-05-29T18:57:12.069Z Compiling terminal_size v0.4.3
4572026-05-29T18:57:12.120Z Compiling fs-err v3.3.0
4582026-05-29T18:57:12.140Z Compiling anstream v0.6.21
4592026-05-29T18:57:12.160Z Compiling heck v0.5.0
4602026-05-29T18:57:12.164Z Compiling unicode-xid v0.2.6
4612026-05-29T18:57:12.235Z Compiling semver v1.0.28
4622026-05-29T18:57:12.330Z Compiling strsim v0.11.1
4632026-05-29T18:57:12.366Z Compiling fastrand v2.3.0
4642026-05-29T18:57:12.370Z Compiling bytecount v0.6.9
4652026-05-29T18:57:12.436Z Compiling anyhow v1.0.102
4662026-05-29T18:57:12.457Z Compiling once_cell v1.21.3
4672026-05-29T18:57:12.493Z Compiling unicode-width v0.1.14
4682026-05-29T18:57:12.553Z Compiling fnv v1.0.7
4692026-05-29T18:57:12.598Z Compiling heck v0.4.1
4702026-05-29T18:57:12.617Z Compiling serde-untagged v0.1.9
4712026-05-29T18:57:12.659Z Compiling clap_lex v1.0.0
4722026-05-29T18:57:12.680Z Compiling tempfile v3.25.0
4732026-05-29T18:57:12.725Z Compiling memmap v0.7.0
4742026-05-29T18:57:12.744Z Compiling papergrid v0.11.0
4752026-05-29T18:57:12.765Z Compiling smawk v0.3.2
4762026-05-29T18:57:12.835Z Compiling clap_builder v4.5.60
4772026-05-29T18:57:12.854Z Compiling unicode-width v0.2.0
4782026-05-29T18:57:12.887Z Compiling unicode-linebreak v0.1.5
4792026-05-29T18:57:12.909Z Compiling camino-tempfile v1.4.1
4802026-05-29T18:57:12.945Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-05-29T18:57:13.169Z Compiling textwrap v0.16.2
4822026-05-29T18:57:13.198Z Compiling swrite v0.1.0
4832026-05-29T18:57:13.495Z Compiling tabled_derive v0.7.0
4842026-05-29T18:57:14.005Z Compiling synstructure v0.13.2
4852026-05-29T18:57:14.005Z Compiling pest_generator v2.8.6
4862026-05-29T18:57:14.176Z Compiling tabled v0.15.0
4872026-05-29T18:57:14.514Z Compiling serde_derive v1.0.228
4882026-05-29T18:57:14.514Z Compiling zerofrom-derive v0.1.6
4892026-05-29T18:57:14.517Z Compiling yoke-derive v0.8.1
4902026-05-29T18:57:14.517Z Compiling zerovec-derive v0.11.2
4912026-05-29T18:57:14.517Z Compiling displaydoc v0.2.5
4922026-05-29T18:57:14.517Z Compiling thiserror-impl v1.0.69
4932026-05-29T18:57:14.533Z Compiling zerocopy-derive v0.7.35
4942026-05-29T18:57:14.603Z Compiling scroll_derive v0.12.1
4952026-05-29T18:57:14.606Z Compiling pest_derive v2.8.6
4962026-05-29T18:57:14.748Z Compiling thiserror-impl v2.0.18
4972026-05-29T18:57:14.824Z Compiling clap_derive v4.5.55
4982026-05-29T18:57:15.320Z Compiling scroll v0.12.0
4992026-05-29T18:57:15.391Z Compiling zerocopy v0.7.35
5002026-05-29T18:57:15.545Z Compiling goblin v0.8.2
5012026-05-29T18:57:15.590Z Compiling zerofrom v0.1.6
5022026-05-29T18:57:15.755Z Compiling yoke v0.8.1
5032026-05-29T18:57:15.840Z Compiling dtrace-parser v0.2.0
5042026-05-29T18:57:15.945Z Compiling zerovec v0.11.5
5052026-05-29T18:57:15.945Z Compiling zerotrie v0.2.3
5062026-05-29T18:57:16.195Z Compiling clap v4.5.60
5072026-05-29T18:57:16.327Z Compiling tinystr v0.8.2
5082026-05-29T18:57:16.328Z Compiling potential_utf v0.1.4
5092026-05-29T18:57:16.409Z Compiling icu_collections v2.1.1
5102026-05-29T18:57:16.461Z Compiling icu_locale_core v2.1.1
5112026-05-29T18:57:17.026Z Compiling dof v0.3.0
5122026-05-29T18:57:17.026Z Compiling serde_tokenstream v0.2.3
5132026-05-29T18:57:17.030Z Compiling icu_provider v2.1.1
5142026-05-29T18:57:17.044Z Compiling toml_datetime v0.6.11
5152026-05-29T18:57:17.048Z Compiling serde_spanned v0.6.9
5162026-05-29T18:57:17.048Z Compiling serde-value v0.7.0
5172026-05-29T18:57:17.048Z Compiling cargo-platform v0.2.0
5182026-05-29T18:57:17.061Z Compiling macaddr v1.0.1
5192026-05-29T18:57:17.300Z Compiling icu_normalizer v2.1.1
5202026-05-29T18:57:17.303Z Compiling icu_properties v2.1.2
5212026-05-29T18:57:17.333Z Compiling toml_edit v0.22.27
5222026-05-29T18:57:17.725Z Compiling usdt-macro v0.5.0
5232026-05-29T18:57:17.729Z Compiling usdt-attr-macro v0.5.0
5242026-05-29T18:57:18.098Z Compiling idna_adapter v1.2.1
5252026-05-29T18:57:18.219Z Compiling idna v1.1.0
5262026-05-29T18:57:18.330Z Compiling usdt v0.5.0
5272026-05-29T18:57:18.474Z Compiling url v2.5.8
5282026-05-29T18:57:18.601Z Compiling toml v0.8.23
5292026-05-29T18:57:18.926Z Compiling cargo-util-schemas v0.8.2
5302026-05-29T18:57:18.926Z Compiling cargo_toml v0.21.0
5312026-05-29T18:57:19.700Z Compiling cargo_metadata v0.21.0
5322026-05-29T18:57:20.617Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-05-29T18:57:22.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.06s
5342026-05-29T18:57:22.990Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5352026-05-29T18:57:23.545Z Downloading crates ...
5362026-05-29T18:57:23.628Z Downloaded adler2 v2.0.1
5372026-05-29T18:57:23.631Z Downloaded array-init v0.0.4
5382026-05-29T18:57:23.631Z Downloaded ascii-canvas v3.0.0
5392026-05-29T18:57:23.637Z Downloaded async-recursion v1.1.1
5402026-05-29T18:57:23.641Z Downloaded arrayref v0.3.9
5412026-05-29T18:57:23.644Z Downloaded arrayvec v0.7.6
5422026-05-29T18:57:23.648Z Downloaded aead v0.5.2
5432026-05-29T18:57:23.654Z Downloaded crunchy v0.2.4
5442026-05-29T18:57:23.654Z Downloaded async-stream-impl v0.3.6
5452026-05-29T18:57:23.654Z Downloaded crc-catalog v2.4.0
5462026-05-29T18:57:23.657Z Downloaded async-stream v0.3.6
5472026-05-29T18:57:23.657Z Downloaded cargo-platform v0.3.2
5482026-05-29T18:57:23.661Z Downloaded atty v0.2.14
5492026-05-29T18:57:23.665Z Downloaded atomic-waker v1.1.2
5502026-05-29T18:57:23.668Z Downloaded backon v1.6.0
5512026-05-29T18:57:23.671Z Downloaded crossbeam-epoch v0.9.18
5522026-05-29T18:57:23.671Z Downloaded darling_macro v0.13.4
5532026-05-29T18:57:23.671Z Downloaded atomicwrites v0.4.4
5542026-05-29T18:57:23.674Z Downloaded async-bb8-diesel v0.2.1
5552026-05-29T18:57:23.674Z Downloaded bitfield-struct v0.6.2
5562026-05-29T18:57:23.674Z Downloaded allocator-api2 v0.2.21
5572026-05-29T18:57:23.677Z Downloaded darling_core v0.21.3
5582026-05-29T18:57:23.680Z Downloaded crossbeam-deque v0.8.6
5592026-05-29T18:57:23.680Z Downloaded cfg_aliases v0.2.1
5602026-05-29T18:57:23.684Z Downloaded darling v0.23.0
5612026-05-29T18:57:23.684Z Downloaded compression-core v0.4.31
5622026-05-29T18:57:23.687Z Downloaded darling_core v0.13.4
5632026-05-29T18:57:23.690Z Downloaded defmt-parser v1.0.0
5642026-05-29T18:57:23.691Z Downloaded ciborium-io v0.2.2
5652026-05-29T18:57:23.691Z Downloaded darling_core v0.23.0
5662026-05-29T18:57:23.694Z Downloaded darling_core v0.20.11
5672026-05-29T18:57:23.696Z Downloaded dirs-sys-next v0.1.2
5682026-05-29T18:57:23.696Z Downloaded cfg_aliases v0.1.1
5692026-05-29T18:57:23.699Z Downloaded block-padding v0.3.3
5702026-05-29T18:57:23.699Z Downloaded crc32fast v1.5.0
5712026-05-29T18:57:23.699Z Downloaded castaway v0.2.4
5722026-05-29T18:57:23.702Z Downloaded cmake v0.1.57
5732026-05-29T18:57:23.702Z Downloaded compression-codecs v0.4.37
5742026-05-29T18:57:23.705Z Downloaded async-trait v0.1.89
5752026-05-29T18:57:23.705Z Downloaded bitfield-macros v0.19.4
5762026-05-29T18:57:23.710Z Downloaded bb8 v0.8.6
5772026-05-29T18:57:23.713Z Downloaded convert_case v0.4.0
5782026-05-29T18:57:23.716Z Downloaded derive_builder_core v0.20.2
5792026-05-29T18:57:23.720Z Downloaded crc8 v0.1.1
5802026-05-29T18:57:23.720Z Downloaded flate2 v1.1.9
5812026-05-29T18:57:23.724Z Downloaded assert_matches v1.5.0
5822026-05-29T18:57:23.727Z Downloaded darling_macro v0.20.11
5832026-05-29T18:57:23.727Z Downloaded dsl_auto_type v0.2.0
5842026-05-29T18:57:23.727Z Downloaded blowfish v0.9.1
5852026-05-29T18:57:23.727Z Downloaded dof v0.4.0
5862026-05-29T18:57:23.727Z Downloaded difflib v0.4.0
5872026-05-29T18:57:23.732Z Downloaded darling_macro v0.23.0
5882026-05-29T18:57:23.732Z Downloaded cpufeatures v0.3.0
5892026-05-29T18:57:23.732Z Downloaded enum-as-inner v0.6.1
5902026-05-29T18:57:23.735Z Downloaded document-features v0.2.12
5912026-05-29T18:57:23.735Z Downloaded darling_macro v0.21.3
5922026-05-29T18:57:23.735Z Downloaded base16ct v0.2.0
5932026-05-29T18:57:23.735Z Downloaded foreign-types-macros v0.2.3
5942026-05-29T18:57:23.735Z Downloaded ciborium-ll v0.2.2
5952026-05-29T18:57:23.739Z Downloaded bit-set v0.5.3
5962026-05-29T18:57:23.743Z Downloaded funty v2.0.0
5972026-05-29T18:57:23.743Z Downloaded foreign-types-shared v0.1.1
5982026-05-29T18:57:23.743Z Downloaded embedded-io v0.6.1
5992026-05-29T18:57:23.748Z Downloaded cassowary v0.3.0
6002026-05-29T18:57:23.748Z Downloaded bitflags v1.3.2
6012026-05-29T18:57:23.751Z Downloaded ahash v0.8.12
6022026-05-29T18:57:23.753Z Downloaded arc-swap v1.8.2
6032026-05-29T18:57:23.757Z Downloaded foreign-types-shared v0.3.1
6042026-05-29T18:57:23.760Z Downloaded crucible-workspace-hack v0.1.0
6052026-05-29T18:57:23.760Z Downloaded float-cmp v0.10.0
6062026-05-29T18:57:23.760Z Downloaded embedded-io v0.4.0
6072026-05-29T18:57:23.760Z Downloaded derive_builder_macro v0.20.2
6082026-05-29T18:57:23.764Z Downloaded endian-type v0.1.2
6092026-05-29T18:57:23.767Z Downloaded futures-io v0.3.32
6102026-05-29T18:57:23.767Z Downloaded futures-core v0.3.32
6112026-05-29T18:57:23.767Z Downloaded dunce v1.0.5
6122026-05-29T18:57:23.771Z Downloaded curve25519-dalek-derive v0.1.1
6132026-05-29T18:57:23.775Z Downloaded futures-macro v0.3.32
6142026-05-29T18:57:23.775Z Downloaded futures-sink v0.3.32
6152026-05-29T18:57:23.775Z Downloaded foreign-types v0.3.2
6162026-05-29T18:57:23.775Z Downloaded float-ord v0.3.2
6172026-05-29T18:57:23.778Z Downloaded futures-task v0.3.32
6182026-05-29T18:57:23.778Z Downloaded flagset v0.4.7
6192026-05-29T18:57:23.778Z Downloaded dtrace-parser v0.3.0
6202026-05-29T18:57:23.778Z Downloaded gethostname v0.5.0
6212026-05-29T18:57:23.781Z Downloaded byte-wrapper v0.1.0
6222026-05-29T18:57:23.781Z Downloaded diesel_table_macro_syntax v0.3.0
6232026-05-29T18:57:23.781Z Downloaded debug-ignore v1.0.5
6242026-05-29T18:57:23.785Z Downloaded ar_archive_writer v0.5.1
6252026-05-29T18:57:23.785Z Downloaded chacha20 v0.9.1
6262026-05-29T18:57:23.789Z Downloaded foreign-types v0.5.0
6272026-05-29T18:57:23.789Z Downloaded cobs v0.3.0
6282026-05-29T18:57:23.789Z Downloaded display-error-chain v0.2.2
6292026-05-29T18:57:23.792Z Downloaded cstr-argument v0.1.2
6302026-05-29T18:57:23.792Z Downloaded cexpr v0.6.0
6312026-05-29T18:57:23.792Z Downloaded argon2 v0.5.3
6322026-05-29T18:57:23.792Z Downloaded bit-set v0.8.0
6332026-05-29T18:57:23.796Z Downloaded fixedbitset v0.4.2
6342026-05-29T18:57:23.797Z Downloaded defmt v0.3.100
6352026-05-29T18:57:23.797Z Downloaded cancel-safe-futures v0.1.5
6362026-05-29T18:57:23.799Z Downloaded fd-lock v4.0.4
6372026-05-29T18:57:23.802Z Downloaded bcs v0.1.6
6382026-05-29T18:57:23.802Z Downloaded camino-tempfile-ext v0.3.3
6392026-05-29T18:57:23.805Z Downloaded buf-list v1.1.2
6402026-05-29T18:57:23.805Z Downloaded bit-vec v0.8.0
6412026-05-29T18:57:23.808Z Downloaded bcrypt-pbkdf v0.10.0
6422026-05-29T18:57:23.808Z Downloaded hash32 v0.2.1
6432026-05-29T18:57:23.808Z Downloaded csv-core v0.1.13
6442026-05-29T18:57:23.812Z Downloaded console v0.15.11
6452026-05-29T18:57:23.812Z Downloaded ff v0.13.1
6462026-05-29T18:57:23.816Z Downloaded either v1.15.0
6472026-05-29T18:57:23.816Z Downloaded ecdsa v0.16.9
6482026-05-29T18:57:23.816Z Downloaded der_derive v0.7.3
6492026-05-29T18:57:23.816Z Downloaded bzip2 v0.6.1
6502026-05-29T18:57:23.822Z Downloaded hex v0.4.3
6512026-05-29T18:57:23.822Z Downloaded git-stub v1.0.0
6522026-05-29T18:57:23.822Z Downloaded des v0.8.1
6532026-05-29T18:57:23.826Z Downloaded headers-core v0.3.0
6542026-05-29T18:57:23.826Z Downloaded daft-derive v0.1.7
6552026-05-29T18:57:23.826Z Downloaded http-body v1.0.1
6562026-05-29T18:57:23.826Z Downloaded home v0.5.12
6572026-05-29T18:57:23.826Z Downloaded hash32 v0.3.1
6582026-05-29T18:57:23.830Z Downloaded hex-literal v0.4.1
6592026-05-29T18:57:23.830Z Downloaded globwalk v0.9.1
6602026-05-29T18:57:23.830Z Downloaded fxhash v0.2.1
6612026-05-29T18:57:23.830Z Downloaded fs-err v2.11.0
6622026-05-29T18:57:23.833Z Downloaded critical-section v1.2.0
6632026-05-29T18:57:23.833Z Downloaded crc v3.4.0
6642026-05-29T18:57:23.833Z Downloaded corncobs v0.1.4
6652026-05-29T18:57:23.836Z Downloaded httpdate v1.0.3
6662026-05-29T18:57:23.836Z Downloaded hostname v0.4.2
6672026-05-29T18:57:23.836Z Downloaded cargo_metadata v0.23.1
6682026-05-29T18:57:23.840Z Downloaded bit-vec v0.6.3
6692026-05-29T18:57:23.840Z Downloaded ghash v0.5.1
6702026-05-29T18:57:23.840Z Downloaded futures-executor v0.3.32
6712026-05-29T18:57:23.842Z Downloaded backoff v0.4.0
6722026-05-29T18:57:23.842Z Downloaded fallible-iterator v0.2.0
6732026-05-29T18:57:23.842Z Downloaded hubpack_derive v0.1.1
6742026-05-29T18:57:23.846Z Downloaded http-range v0.1.5
6752026-05-29T18:57:23.846Z Downloaded chacha20 v0.10.0
6762026-05-29T18:57:23.846Z Downloaded cbc v0.1.2
6772026-05-29T18:57:23.849Z Downloaded const_format_proc_macros v0.2.34
6782026-05-29T18:57:23.849Z Downloaded derive-ex v0.1.8
6792026-05-29T18:57:23.852Z Downloaded env_logger v0.11.9
6802026-05-29T18:57:23.852Z Downloaded env_filter v1.0.0
6812026-05-29T18:57:23.852Z Downloaded hubpack v0.1.2
6822026-05-29T18:57:23.855Z Downloaded daft v0.1.7
6832026-05-29T18:57:23.855Z Downloaded const-oid v0.9.6
6842026-05-29T18:57:23.855Z Downloaded fixedbitset v0.5.7
6852026-05-29T18:57:23.858Z Downloaded dropshot-api-manager-types v0.7.2
6862026-05-29T18:57:23.858Z Downloaded downcast-rs v2.0.2
6872026-05-29T18:57:23.858Z Downloaded console v0.16.2
6882026-05-29T18:57:23.861Z Downloaded foldhash v0.2.0
6892026-05-29T18:57:23.861Z Downloaded colored v3.1.1
6902026-05-29T18:57:23.864Z Downloaded illumos-nvpair v0.3.0
6912026-05-29T18:57:23.864Z Downloaded blake2 v0.10.6
6922026-05-29T18:57:23.867Z Downloaded indent_write v2.2.0
6932026-05-29T18:57:23.867Z Downloaded fs_extra v1.3.0
6942026-05-29T18:57:23.867Z Downloaded chacha20poly1305 v0.10.1
6952026-05-29T18:57:23.870Z Downloaded foldhash v0.1.5
6962026-05-29T18:57:23.870Z Downloaded ena v0.14.4
6972026-05-29T18:57:23.870Z Downloaded dirs-next v2.0.0
6982026-05-29T18:57:23.873Z Downloaded cookie_store v0.22.1
6992026-05-29T18:57:23.873Z Downloaded defmt v1.0.1
7002026-05-29T18:57:23.876Z Downloaded darling v0.13.4
7012026-05-29T18:57:23.879Z Downloaded ctr v0.9.2
7022026-05-29T18:57:23.879Z Downloaded data-encoding v2.10.0
7032026-05-29T18:57:23.879Z Downloaded instability v0.3.11
7042026-05-29T18:57:23.882Z Downloaded is_ci v1.2.0
7052026-05-29T18:57:23.882Z Downloaded ident_case v1.0.1
7062026-05-29T18:57:23.882Z Downloaded async-compression v0.4.41
7072026-05-29T18:57:23.885Z Downloaded illumos-nvpair-sys v0.2.0
7082026-05-29T18:57:23.890Z Downloaded globset v0.4.18
7092026-05-29T18:57:23.890Z Downloaded glob v0.3.3
7102026-05-29T18:57:23.895Z Downloaded git-stub-vcs v0.1.0
7112026-05-29T18:57:23.895Z Downloaded hyper-tls v0.6.0
7122026-05-29T18:57:23.895Z Downloaded group v0.13.0
7132026-05-29T18:57:23.895Z Downloaded highway v1.3.0
7142026-05-29T18:57:23.898Z Downloaded instant v0.1.13
7152026-05-29T18:57:23.898Z Downloaded is-terminal v0.4.17
7162026-05-29T18:57:23.898Z Downloaded internet-checksum v0.2.1
7172026-05-29T18:57:23.898Z Downloaded http-body-util v0.1.3
7182026-05-29T18:57:23.898Z Downloaded futures-channel v0.3.32
7192026-05-29T18:57:23.915Z Downloaded convert_case v0.10.0
7202026-05-29T18:57:23.915Z Downloaded keccak v0.1.6
7212026-05-29T18:57:23.915Z Downloaded lazy_static v1.5.0
7222026-05-29T18:57:23.915Z Downloaded darling v0.20.11
7232026-05-29T18:57:23.915Z Downloaded clang-sys v1.8.1
7242026-05-29T18:57:23.915Z Downloaded lalrpop-util v0.19.12
7252026-05-29T18:57:23.915Z Downloaded kstat-rs v0.2.4
7262026-05-29T18:57:23.915Z Downloaded getrandom v0.2.17
7272026-05-29T18:57:23.915Z Downloaded humantime v2.3.0
7282026-05-29T18:57:23.915Z Downloaded derive_builder v0.20.2
7292026-05-29T18:57:23.919Z Downloaded filetime v0.2.27
7302026-05-29T18:57:23.919Z Downloaded erased-serde v0.3.31
7312026-05-29T18:57:23.919Z Downloaded darling v0.21.3
7322026-05-29T18:57:23.922Z Downloaded lzss v0.8.2
7332026-05-29T18:57:23.922Z Downloaded lru-slab v0.1.2
7342026-05-29T18:57:23.925Z Downloaded lru v0.12.5
7352026-05-29T18:57:23.925Z Downloaded compact_str v0.8.1
7362026-05-29T18:57:23.928Z Downloaded libscf-sys v1.1.0
7372026-05-29T18:57:23.928Z Downloaded indoc v2.0.7
7382026-05-29T18:57:23.928Z Downloaded crossbeam-utils v0.8.21
7392026-05-29T18:57:23.931Z Downloaded derive_more v0.99.20
7402026-05-29T18:57:23.934Z Downloaded inout v0.1.4
7412026-05-29T18:57:23.934Z Downloaded managed v0.8.0
7422026-05-29T18:57:23.937Z Downloaded lru-cache v0.1.2
7432026-05-29T18:57:23.937Z Downloaded ingot-types v0.1.2
7442026-05-29T18:57:23.937Z Downloaded md5 v0.7.0
7452026-05-29T18:57:23.937Z Downloaded impl-trait-for-tuples v0.2.3
7462026-05-29T18:57:23.940Z Downloaded newtype-uuid-macros v0.1.0
7472026-05-29T18:57:23.940Z Downloaded md-5 v0.10.6
7482026-05-29T18:57:23.943Z Downloaded maybe-uninit v2.0.0
7492026-05-29T18:57:23.943Z Downloaded match_cfg v0.1.0
7502026-05-29T18:57:23.943Z Downloaded maplit v1.0.2
7512026-05-29T18:57:23.943Z Downloaded hyper-staticfile v0.10.1
7522026-05-29T18:57:23.946Z Downloaded mime v0.3.17
7532026-05-29T18:57:23.946Z Downloaded ipnetwork v0.21.1
7542026-05-29T18:57:23.951Z Downloaded futures v0.3.32
7552026-05-29T18:57:23.954Z Downloaded nonempty v0.12.0
7562026-05-29T18:57:23.954Z Downloaded jobserver v0.1.34
7572026-05-29T18:57:23.954Z Downloaded multimap v0.10.1
7582026-05-29T18:57:23.954Z Downloaded memoffset v0.9.1
7592026-05-29T18:57:23.958Z Downloaded ipnet v2.11.0
7602026-05-29T18:57:23.958Z Downloaded nibble_vec v0.1.0
7612026-05-29T18:57:23.958Z Downloaded httparse v1.10.1
7622026-05-29T18:57:23.960Z Downloaded bytes v1.11.1
7632026-05-29T18:57:23.963Z Downloaded getrandom v0.3.4
7642026-05-29T18:57:23.963Z Downloaded new_debug_unreachable v1.0.6
7652026-05-29T18:57:23.966Z Downloaded libloading v0.8.9
7662026-05-29T18:57:23.966Z Downloaded num-derive v0.4.2
7672026-05-29T18:57:23.969Z Downloaded normalize-line-endings v0.3.0
7682026-05-29T18:57:23.969Z Downloaded newtype_derive v0.1.6
7692026-05-29T18:57:23.969Z Downloaded ingot v0.1.1
7702026-05-29T18:57:23.969Z Downloaded const_format v0.2.35
7712026-05-29T18:57:23.972Z Downloaded num v0.4.3
7722026-05-29T18:57:23.975Z Downloaded nodrop v0.1.14
7732026-05-29T18:57:23.975Z Downloaded olpc-cjson v0.1.4
7742026-05-29T18:57:23.975Z Downloaded num_threads v0.1.7
7752026-05-29T18:57:23.978Z Downloaded num-conv v0.2.0
7762026-05-29T18:57:23.978Z Downloaded linear-map v1.2.0
7772026-05-29T18:57:23.978Z Downloaded hyper-rustls v0.27.7
7782026-05-29T18:57:23.981Z Downloaded openssl-probe v0.2.1
7792026-05-29T18:57:23.981Z Downloaded drift v0.2.0
7802026-05-29T18:57:23.986Z Downloaded elliptic-curve v0.13.8
7812026-05-29T18:57:23.989Z Downloaded base64 v0.22.1
7822026-05-29T18:57:23.992Z Downloaded dropshot_endpoint v0.17.0
7832026-05-29T18:57:23.995Z Downloaded parse-size v1.1.0
7842026-05-29T18:57:23.995Z Downloaded packed_struct_codegen v0.10.1
7852026-05-29T18:57:23.995Z Downloaded mime_guess v2.0.5
7862026-05-29T18:57:23.998Z Downloaded libsw v3.5.0
7872026-05-29T18:57:23.998Z Downloaded opaque-debug v0.3.1
7882026-05-29T18:57:23.998Z Downloaded aes-gcm v0.10.3
7892026-05-29T18:57:24.001Z Downloaded native-tls v0.2.18
7902026-05-29T18:57:24.005Z Downloaded aes v0.8.4
7912026-05-29T18:57:24.005Z Downloaded num-iter v0.1.45
7922026-05-29T18:57:24.005Z Downloaded openssl-macros v0.1.1
7932026-05-29T18:57:24.009Z Downloaded oso-derive v0.27.3
7942026-05-29T18:57:24.009Z Downloaded num_enum_derive v0.5.11
7952026-05-29T18:57:24.009Z Downloaded parse-display v0.10.0
7962026-05-29T18:57:24.009Z Downloaded hmac v0.12.1
7972026-05-29T18:57:24.012Z Downloaded ed25519-dalek v2.2.0
7982026-05-29T18:57:24.012Z Downloaded openssl-probe v0.1.6
7992026-05-29T18:57:24.012Z Downloaded half v1.8.3
8002026-05-29T18:57:24.015Z Downloaded pbkdf2 v0.12.2
8012026-05-29T18:57:24.015Z Downloaded nanorand v0.7.0
8022026-05-29T18:57:24.018Z Downloaded newtype-uuid v1.3.2
8032026-05-29T18:57:24.018Z Downloaded path-slash v0.1.5
8042026-05-29T18:57:24.018Z Downloaded linked-hash-map v0.5.6
8052026-05-29T18:57:24.021Z Downloaded libsw-core v0.3.2
8062026-05-29T18:57:24.021Z Downloaded cc v1.2.56
8072026-05-29T18:57:24.025Z Downloaded newline-converter v0.3.0
8082026-05-29T18:57:24.025Z Downloaded peg-runtime v0.8.5
8092026-05-29T18:57:24.025Z Downloaded base64 v0.21.7
8102026-05-29T18:57:24.028Z Downloaded pbkdf2 v0.11.0
8112026-05-29T18:57:24.028Z Downloaded crc-any v2.5.0
8122026-05-29T18:57:24.031Z Downloaded num_enum v0.7.5
8132026-05-29T18:57:24.035Z Downloaded lock_api v0.4.14
8142026-05-29T18:57:24.035Z Downloaded pin-utils v0.1.0
8152026-05-29T18:57:24.035Z Downloaded phf_shared v0.12.1
8162026-05-29T18:57:24.035Z Downloaded ingot-macros v0.1.1
8172026-05-29T18:57:24.039Z Downloaded ignore v0.4.25
8182026-05-29T18:57:24.039Z Downloaded fatfs v0.3.6
8192026-05-29T18:57:24.042Z Downloaded owo-colors v4.3.0
8202026-05-29T18:57:24.042Z Downloaded num_enum_derive v0.7.5
8212026-05-29T18:57:24.042Z Downloaded num_enum v0.5.11
8222026-05-29T18:57:24.046Z Downloaded num-complex v0.4.6
8232026-05-29T18:57:24.049Z Downloaded libefi-sys v0.1.0
8242026-05-29T18:57:24.049Z Downloaded headers v0.4.1
8252026-05-29T18:57:24.051Z Downloaded diff v0.1.13
8262026-05-29T18:57:24.051Z Downloaded derive-where v1.6.0
8272026-05-29T18:57:24.054Z Downloaded proc-macro-crate v1.3.1
8282026-05-29T18:57:24.054Z Downloaded predicates-core v1.0.10
8292026-05-29T18:57:24.057Z Downloaded precomputed-hash v0.1.1
8302026-05-29T18:57:24.057Z Downloaded powerfmt v0.2.0
8312026-05-29T18:57:24.057Z Downloaded phf_shared v0.13.1
8322026-05-29T18:57:24.057Z Downloaded colored v2.2.0
8332026-05-29T18:57:24.075Z Downloaded progenitor-client v0.10.0
8342026-05-29T18:57:24.079Z Downloaded proc-macro-crate v3.4.0
8352026-05-29T18:57:24.079Z Downloaded paste v1.0.15
8362026-05-29T18:57:24.082Z Downloaded password-hash v0.5.0
8372026-05-29T18:57:24.082Z Downloaded parse-display-derive v0.10.0
8382026-05-29T18:57:24.082Z Downloaded num-rational v0.4.2
8392026-05-29T18:57:24.082Z Downloaded peg v0.8.5
8402026-05-29T18:57:24.085Z Downloaded litrs v1.0.0
8412026-05-29T18:57:24.088Z Downloaded iana-time-zone v0.1.65
8422026-05-29T18:57:24.091Z Downloaded progenitor-macro v0.11.2
8432026-05-29T18:57:24.091Z Downloaded progenitor-client v0.14.0
8442026-05-29T18:57:24.091Z Downloaded flume v0.11.1
8452026-05-29T18:57:24.094Z Downloaded progenitor-client v0.11.2
8462026-05-29T18:57:24.094Z Downloaded proc-macro-error-attr2 v2.0.0
8472026-05-29T18:57:24.097Z Downloaded predicates-tree v1.0.13
8482026-05-29T18:57:24.097Z Downloaded phf v0.12.1
8492026-05-29T18:57:24.097Z Downloaded num-integer v0.1.46
8502026-05-29T18:57:24.101Z Downloaded num-derive v0.3.3
8512026-05-29T18:57:24.101Z Downloaded nu-ansi-term v0.50.3
8522026-05-29T18:57:24.101Z Downloaded oxide-tokio-rt v0.1.4
8532026-05-29T18:57:24.104Z Downloaded psl-types v2.0.11
8542026-05-29T18:57:24.104Z Downloaded memmap2 v0.9.10
8552026-05-29T18:57:24.104Z Downloaded constant_time_eq v0.4.2
8562026-05-29T18:57:24.107Z Downloaded indoc v1.0.9
8572026-05-29T18:57:24.107Z Downloaded ciborium v0.2.2
8582026-05-29T18:57:24.110Z Downloaded quick-error v1.2.3
8592026-05-29T18:57:24.110Z Downloaded pin-project-lite v0.2.17
8602026-05-29T18:57:24.115Z Downloaded half v2.7.1
8612026-05-29T18:57:24.119Z Downloaded progenitor-macro v0.14.0
8622026-05-29T18:57:24.119Z Downloaded oxnet v0.1.4
8632026-05-29T18:57:24.119Z Downloaded rand_chacha v0.3.1
8642026-05-29T18:57:24.119Z Downloaded indexmap v1.9.3
8652026-05-29T18:57:24.122Z Downloaded radium v0.7.0
8662026-05-29T18:57:24.122Z Downloaded pem v3.0.6
8672026-05-29T18:57:24.122Z Downloaded peg-macros v0.8.5
8682026-05-29T18:57:24.122Z Downloaded polyval v0.6.2
8692026-05-29T18:57:24.125Z Downloaded crossbeam-channel v0.5.15
8702026-05-29T18:57:24.128Z Downloaded pem-rfc7468 v0.7.0
8712026-05-29T18:57:24.128Z Downloaded multer v3.1.0
8722026-05-29T18:57:24.132Z Downloaded proc-macro-error2 v2.0.1
8732026-05-29T18:57:24.132Z Downloaded primeorder v0.13.6
8742026-05-29T18:57:24.134Z Downloaded phf_shared v0.11.3
8752026-05-29T18:57:24.134Z Downloaded phf v0.13.1
8762026-05-29T18:57:24.134Z Downloaded password-hash v0.4.2
8772026-05-29T18:57:24.135Z Downloaded ref-cast v1.0.25
8782026-05-29T18:57:24.137Z Downloaded recursive-proc-macro-impl v0.1.1
8792026-05-29T18:57:24.137Z Downloaded parking_lot v0.12.5
8802026-05-29T18:57:24.142Z Downloaded parking_lot v0.11.2
8812026-05-29T18:57:24.142Z Downloaded pkcs8 v0.10.2
8822026-05-29T18:57:24.145Z Downloaded progenitor-extras v0.2.0
8832026-05-29T18:57:24.145Z Downloaded progenitor-client v0.13.0
8842026-05-29T18:57:24.145Z Downloaded progenitor v0.13.0
8852026-05-29T18:57:24.145Z Downloaded progenitor v0.11.2
8862026-05-29T18:57:24.148Z Downloaded ppv-lite86 v0.2.21
8872026-05-29T18:57:24.148Z Downloaded bumpalo v3.20.2
8882026-05-29T18:57:24.151Z Downloaded pkg-config v0.3.32
8892026-05-29T18:57:24.151Z Downloaded pin-project-internal v1.1.11
8902026-05-29T18:57:24.155Z Downloaded derive_more v2.1.1
8912026-05-29T18:57:24.158Z Downloaded rtoolbox v0.0.3
8922026-05-29T18:57:24.161Z Downloaded rfc6979 v0.4.0
8932026-05-29T18:57:24.161Z Downloaded psm v0.1.30
8942026-05-29T18:57:24.164Z Downloaded hashbrown v0.12.3
8952026-05-29T18:57:24.167Z Downloaded recursive v0.1.1
8962026-05-29T18:57:24.167Z Downloaded predicates v3.1.4
8972026-05-29T18:57:24.167Z Downloaded postgres-protocol v0.6.10
8982026-05-29T18:57:24.170Z Downloaded rand_xorshift v0.4.0
8992026-05-29T18:57:24.170Z Downloaded ref-cast-impl v1.0.25
9002026-05-29T18:57:24.170Z Downloaded rustc_version v0.4.1
9012026-05-29T18:57:24.173Z Downloaded rand_core v0.9.5
9022026-05-29T18:57:24.173Z Downloaded libbz2-rs-sys v0.2.2
9032026-05-29T18:57:24.173Z Downloaded rand_chacha v0.9.0
9042026-05-29T18:57:24.176Z Downloaded rustc-hash v2.1.1
9052026-05-29T18:57:24.176Z Downloaded r2d2 v0.8.10
9062026-05-29T18:57:24.176Z Downloaded poly1305 v0.8.0
9072026-05-29T18:57:24.179Z Downloaded der v0.7.10
9082026-05-29T18:57:24.182Z Downloaded progenitor-macro v0.13.0
9092026-05-29T18:57:24.182Z Downloaded rustc_version v0.1.7
9102026-05-29T18:57:24.182Z Downloaded progenitor v0.14.0
9112026-05-29T18:57:24.185Z Downloaded parking_lot_core v0.8.6
9122026-05-29T18:57:24.185Z Downloaded packed_struct v0.10.1
9132026-05-29T18:57:24.188Z Downloaded heapless v0.8.0
9142026-05-29T18:57:24.188Z Downloaded russh-cryptovec v0.7.3
9152026-05-29T18:57:24.191Z Downloaded rand_seeder v0.4.0
9162026-05-29T18:57:24.191Z Downloaded aho-corasick v1.1.4
9172026-05-29T18:57:24.194Z Downloaded hickory-resolver v0.24.4
9182026-05-29T18:57:24.197Z Downloaded parking_lot_core v0.9.12
9192026-05-29T18:57:24.200Z Downloaded indicatif v0.18.4
9202026-05-29T18:57:24.200Z Downloaded hickory-resolver v0.25.2
9212026-05-29T18:57:24.203Z Downloaded diesel-dtrace v0.5.0
9222026-05-29T18:57:24.206Z Downloaded cookie v0.18.1
9232026-05-29T18:57:24.206Z Downloaded find-msvc-tools v0.1.9
9242026-05-29T18:57:24.209Z Downloaded defmt-macros v1.0.1
9252026-05-29T18:57:24.209Z Downloaded rand_core v0.10.0
9262026-05-29T18:57:24.212Z Downloaded cipher v0.4.4
9272026-05-29T18:57:24.212Z Downloaded bzip2 v0.4.4
9282026-05-29T18:57:24.212Z Downloaded resolv-conf v0.7.6
9292026-05-29T18:57:24.215Z Downloaded openssl-sys v0.9.115
9302026-05-29T18:57:24.218Z Downloaded bitfield v0.19.4
9312026-05-29T18:57:24.218Z Downloaded salsa20 v0.10.2
9322026-05-29T18:57:24.218Z Downloaded ed25519 v2.2.3
9332026-05-29T18:57:24.221Z Downloaded minimal-lexical v0.2.1
9342026-05-29T18:57:24.224Z Downloaded rand_core v0.6.4
9352026-05-29T18:57:24.224Z Downloaded pkcs1 v0.7.5
9362026-05-29T18:57:24.227Z Downloaded pkcs5 v0.7.1
9372026-05-29T18:57:24.227Z Downloaded quinn-udp v0.5.14
9382026-05-29T18:57:24.230Z Downloaded deranged v0.5.8
9392026-05-29T18:57:24.230Z Downloaded hostname v0.3.1
9402026-05-29T18:57:24.233Z Downloaded base64ct v1.8.3
9412026-05-29T18:57:24.233Z Downloaded derive_more-impl v2.1.1
9422026-05-29T18:57:24.236Z Downloaded secrecy v0.10.3
9432026-05-29T18:57:24.239Z Downloaded secrecy v0.8.0
9442026-05-29T18:57:24.239Z Downloaded postcard v1.1.3
9452026-05-29T18:57:24.239Z Downloaded miniz_oxide v0.8.9
9462026-05-29T18:57:24.241Z Downloaded same-file v1.0.6
9472026-05-29T18:57:24.241Z Downloaded crypto-bigint v0.5.5
9482026-05-29T18:57:24.245Z Downloaded serde_plain v1.0.2
9492026-05-29T18:57:24.248Z Downloaded serde-big-array v0.5.1
9502026-05-29T18:57:24.248Z Downloaded serde_urlencoded v0.7.1
9512026-05-29T18:57:24.251Z Downloaded serde_repr v0.1.20
9522026-05-29T18:57:24.251Z Downloaded sapling-renderdag v0.1.0
9532026-05-29T18:57:24.251Z Downloaded omicron-zone-package v0.12.2
9542026-05-29T18:57:24.254Z Downloaded seq-macro v0.3.6
9552026-05-29T18:57:24.254Z Downloaded scrypt v0.11.0
9562026-05-29T18:57:24.259Z Downloaded progenitor-impl v0.11.2
9572026-05-29T18:57:24.259Z Downloaded scroll_derive v0.13.1
9582026-05-29T18:57:24.262Z Downloaded scopeguard v1.2.0
9592026-05-29T18:57:24.262Z Downloaded http v1.4.0
9602026-05-29T18:57:24.262Z Downloaded rustls-native-certs v0.8.3
9612026-05-29T18:57:24.265Z Downloaded oso v0.27.3
9622026-05-29T18:57:24.265Z Downloaded dyn-clone v1.0.20
9632026-05-29T18:57:24.269Z Downloaded papergrid v0.17.0
9642026-05-29T18:57:24.272Z Downloaded signal-hook-mio v0.2.5
9652026-05-29T18:57:24.272Z Downloaded sha1 v0.10.6
9662026-05-29T18:57:24.272Z Downloaded p256 v0.13.2
9672026-05-29T18:57:24.275Z Downloaded rusty-fork v0.3.1
9682026-05-29T18:57:24.278Z Downloaded semver v0.1.20
9692026-05-29T18:57:24.278Z Downloaded shell-words v1.1.1
9702026-05-29T18:57:24.280Z Downloaded signature v2.2.0
9712026-05-29T18:57:24.283Z Downloaded siphasher v1.0.2
9722026-05-29T18:57:24.283Z Downloaded heapless v0.7.17
9732026-05-29T18:57:24.286Z Downloaded jiff-static v0.2.21
9742026-05-29T18:57:24.289Z Downloaded mio v1.2.0
9752026-05-29T18:57:24.292Z Downloaded pin-project v1.1.11
9762026-05-29T18:57:24.298Z Downloaded schemars_derive v0.8.22
9772026-05-29T18:57:24.301Z Downloaded rustls-pemfile v1.0.4
9782026-05-29T18:57:24.301Z Downloaded slog-envlogger v2.2.0
9792026-05-29T18:57:24.304Z Downloaded slog-bunyan v2.5.0
9802026-05-29T18:57:24.304Z Downloaded signal-hook-tokio v0.3.1
9812026-05-29T18:57:24.304Z Downloaded prettyplease v0.2.37
9822026-05-29T18:57:24.307Z Downloaded sigpipe v0.1.3
9832026-05-29T18:57:24.307Z Downloaded sec1 v0.7.3
9842026-05-29T18:57:24.309Z Downloaded hashbrown v0.13.2
9852026-05-29T18:57:24.312Z Downloaded rustversion v1.0.22
9862026-05-29T18:57:24.312Z Downloaded diesel_derives v2.3.7
9872026-05-29T18:57:24.316Z Downloaded serde_bytes v0.11.19
9882026-05-29T18:57:24.319Z Downloaded serde-hex v0.1.0
9892026-05-29T18:57:24.319Z Downloaded expectorate v1.2.0
9902026-05-29T18:57:24.321Z Downloaded rustls-pemfile v2.2.0
9912026-05-29T18:57:24.329Z Downloaded scheduled-thread-pool v0.2.7
9922026-05-29T18:57:24.332Z Downloaded prefix-trie v0.7.0
9932026-05-29T18:57:24.332Z Downloaded serde_with_macros v1.5.2
9942026-05-29T18:57:24.335Z Downloaded sct v0.7.1
9952026-05-29T18:57:24.340Z Downloaded serde_path_to_error v0.1.20
9962026-05-29T18:57:24.343Z Downloaded scroll v0.13.0
9972026-05-29T18:57:24.351Z Downloaded ssh-encoding v0.2.0
9982026-05-29T18:57:24.354Z Downloaded progenitor-impl v0.14.0
9992026-05-29T18:57:24.357Z Downloaded sqlparser_derive v0.5.0
10002026-05-29T18:57:24.360Z Downloaded slab v0.4.12
10012026-05-29T18:57:24.360Z Downloaded ssh-cipher v0.2.0
10022026-05-29T18:57:24.360Z Downloaded hashbrown v0.15.5
10032026-05-29T18:57:24.364Z Downloaded serde_spanned v1.0.4
10042026-05-29T18:57:24.364Z Downloaded hashbrown v0.16.1
10052026-05-29T18:57:24.367Z Downloaded strum v0.26.3
10062026-05-29T18:57:24.367Z Downloaded serde_derive_internals v0.29.1
10072026-05-29T18:57:24.370Z Downloaded hickory-server v0.25.2
10082026-05-29T18:57:24.373Z Downloaded supports-color v3.0.2
10092026-05-29T18:57:24.373Z Downloaded signal-hook-registry v1.4.8
10102026-05-29T18:57:24.373Z Downloaded slog-stdlog v4.1.1
10112026-05-29T18:57:24.376Z Downloaded russh-keys v0.45.0
10122026-05-29T18:57:24.376Z Downloaded strum v0.27.2
10132026-05-29T18:57:24.379Z Downloaded structmeta-derive v0.3.0
10142026-05-29T18:57:24.379Z Downloaded strsim v0.10.0
10152026-05-29T18:57:24.381Z Downloaded rustls-pki-types v1.14.0
10162026-05-29T18:57:24.385Z Downloaded slog-dtrace v0.3.0
10172026-05-29T18:57:24.387Z Downloaded subtle v2.6.1
10182026-05-29T18:57:24.387Z Downloaded sync_wrapper v1.0.2
10192026-05-29T18:57:24.388Z Downloaded smf v0.2.3
10202026-05-29T18:57:24.390Z Downloaded smallvec v0.6.14
10212026-05-29T18:57:24.390Z Downloaded slog-term v2.9.2
10222026-05-29T18:57:24.396Z Downloaded take_mut v0.2.2
10232026-05-29T18:57:24.396Z Downloaded tagptr v0.2.0
10242026-05-29T18:57:24.396Z Downloaded tabwriter v1.4.1
10252026-05-29T18:57:24.399Z Downloaded tabled_derive v0.11.0
10262026-05-29T18:57:24.399Z Downloaded dropshot-api-manager v0.7.2
10272026-05-29T18:57:24.399Z Downloaded rcgen v0.12.1
10282026-05-29T18:57:24.402Z Downloaded postgres-types v0.2.12
10292026-05-29T18:57:24.402Z Downloaded crossterm v0.28.1
10302026-05-29T18:57:24.405Z Downloaded rustls-platform-verifier v0.6.2
10312026-05-29T18:57:24.408Z Downloaded sync-ptr v0.1.4
10322026-05-29T18:57:24.408Z Downloaded sqlformat v0.3.5
10332026-05-29T18:57:24.412Z Downloaded shlex v1.3.0
10342026-05-29T18:57:24.412Z Downloaded serde_with_macros v3.17.0
10352026-05-29T18:57:24.415Z Downloaded slog-scope v4.4.1
10362026-05-29T18:57:24.415Z Downloaded slog-json v2.6.1
10372026-05-29T18:57:24.415Z Downloaded simd-adler32 v0.3.8
10382026-05-29T18:57:24.419Z Downloaded termtree v0.5.1
10392026-05-29T18:57:24.422Z Downloaded tap v1.0.1
10402026-05-29T18:57:24.425Z Downloaded testing_table v0.3.0
10412026-05-29T18:57:24.425Z Downloaded schemars v0.8.22
10422026-05-29T18:57:24.432Z Downloaded time-core v0.1.8
10432026-05-29T18:57:24.435Z Downloaded progenitor-impl v0.13.0
10442026-05-29T18:57:24.435Z Downloaded thread-id v5.1.0
10452026-05-29T18:57:24.440Z Downloaded iri-string v0.7.10
10462026-05-29T18:57:24.443Z Downloaded tinyvec_macros v0.1.1
10472026-05-29T18:57:24.443Z Downloaded strip-ansi-escapes v0.2.1
10482026-05-29T18:57:24.443Z Downloaded stacker v0.1.23
10492026-05-29T18:57:24.443Z Downloaded strum_macros v0.24.3
10502026-05-29T18:57:24.447Z Downloaded structmeta v0.3.0
10512026-05-29T18:57:24.447Z Downloaded string_cache v0.8.9
10522026-05-29T18:57:24.447Z Downloaded static_assertions v1.1.0
10532026-05-29T18:57:24.450Z Downloaded spki v0.7.3
10542026-05-29T18:57:24.450Z Downloaded strum_macros v0.26.4
10552026-05-29T18:57:24.450Z Downloaded itertools v0.10.5
10562026-05-29T18:57:24.453Z Downloaded hyper-util v0.1.20
10572026-05-29T18:57:24.456Z Downloaded ron v0.8.1
10582026-05-29T18:57:24.460Z Downloaded strum_macros v0.27.2
10592026-05-29T18:57:24.463Z Downloaded support-bundle-viewer v0.1.2
10602026-05-29T18:57:24.463Z Downloaded serde_cbor v0.11.2
10612026-05-29T18:57:24.466Z Downloaded tokio-macros v2.7.0
10622026-05-29T18:57:24.468Z Downloaded hyper v1.8.1
10632026-05-29T18:57:24.471Z Downloaded slog-async v2.8.0
10642026-05-29T18:57:24.474Z Downloaded crossterm v0.29.0
10652026-05-29T18:57:24.477Z Downloaded serde_yaml v0.9.34+deprecated
10662026-05-29T18:57:24.480Z Downloaded ryu v1.0.23
10672026-05-29T18:57:24.480Z Downloaded topological-sort v0.2.2
10682026-05-29T18:57:24.480Z Downloaded pretty_assertions v1.4.1
10692026-05-29T18:57:24.484Z Downloaded rayon-core v1.13.0
10702026-05-29T18:57:24.486Z Downloaded publicsuffix v2.3.0
10712026-05-29T18:57:24.489Z Downloaded thiserror-impl-no-std v2.0.2
10722026-05-29T18:57:24.489Z Downloaded signal-hook v0.3.18
10732026-05-29T18:57:24.492Z Downloaded time-macros v0.2.27
10742026-05-29T18:57:24.495Z Downloaded thiserror-no-std v2.0.2
10752026-05-29T18:57:24.498Z Downloaded tower-layer v0.3.3
10762026-05-29T18:57:24.498Z Downloaded thread_local v1.1.9
10772026-05-29T18:57:24.498Z Downloaded termios v0.3.3
10782026-05-29T18:57:24.501Z Downloaded try-lock v0.2.5
10792026-05-29T18:57:24.501Z Downloaded trait-variant v0.1.2
10802026-05-29T18:57:24.501Z Downloaded tower-service v0.3.3
10812026-05-29T18:57:24.501Z Downloaded snafu-derive v0.8.9
10822026-05-29T18:57:24.504Z Downloaded h2 v0.4.13
10832026-05-29T18:57:24.507Z Downloaded slog v2.8.2
10842026-05-29T18:57:24.511Z Downloaded similar v2.7.0
10852026-05-29T18:57:24.514Z Downloaded quinn v0.11.9
10862026-05-29T18:57:24.514Z Downloaded tokio-dtrace v0.1.1
10872026-05-29T18:57:24.514Z Downloaded tls_codec v0.4.2
10882026-05-29T18:57:24.517Z Downloaded tiny-keccak v2.0.2
10892026-05-29T18:57:24.517Z Downloaded typify-macro v0.6.2
10902026-05-29T18:57:24.517Z Downloaded typify-macro v0.4.3
10912026-05-29T18:57:24.520Z Downloaded stringprep v0.1.5
10922026-05-29T18:57:24.520Z Downloaded unarray v0.1.4
10932026-05-29T18:57:24.520Z Downloaded qorb v0.4.1
10942026-05-29T18:57:24.523Z Downloaded itertools v0.14.0
10952026-05-29T18:57:24.526Z Downloaded tls_codec_derive v0.4.2
10962026-05-29T18:57:24.529Z Downloaded socket2 v0.6.3
10972026-05-29T18:57:24.534Z Downloaded rand v0.8.6
10982026-05-29T18:57:25.540Z Downloaded unicode-truncate v1.1.0
10992026-05-29T18:57:25.544Z Downloaded term v1.2.1
11002026-05-29T18:57:25.544Z Downloaded term v0.7.0
11012026-05-29T18:57:25.544Z Downloaded tokio-native-tls v0.3.1
11022026-05-29T18:57:25.544Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11032026-05-29T18:57:25.544Z Downloaded untrusted v0.7.1
11042026-05-29T18:57:25.544Z Downloaded universal-hash v0.5.1
11052026-05-29T18:57:25.545Z Downloaded tokio-tungstenite v0.21.0
11062026-05-29T18:57:25.545Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11072026-05-29T18:57:25.545Z Downloaded tokio-tungstenite v0.23.1
11082026-05-29T18:57:25.545Z Downloaded utf-8 v0.7.6
11092026-05-29T18:57:25.545Z Downloaded untrusted v0.9.0
11102026-05-29T18:57:25.545Z Downloaded unit-prefix v0.5.2
11112026-05-29T18:57:25.545Z Downloaded usdt v0.6.0
11122026-05-29T18:57:25.545Z Downloaded usdt-attr-macro v0.6.0
11132026-05-29T18:57:25.545Z Downloaded usdt-macro v0.6.0
11142026-05-29T18:57:25.545Z Downloaded rsa v0.9.10
11152026-05-29T18:57:25.545Z Downloaded libxml v0.3.3
11162026-05-29T18:57:25.545Z Downloaded socket2 v0.5.10
11172026-05-29T18:57:25.545Z Downloaded samael v0.0.19
11182026-05-29T18:57:25.545Z Downloaded void v1.0.2
11192026-05-29T18:57:25.545Z Downloaded tui-tree-widget v0.23.1
11202026-05-29T18:57:25.545Z Downloaded want v0.3.1
11212026-05-29T18:57:25.545Z Downloaded hkdf v0.12.4
11222026-05-29T18:57:25.545Z Downloaded toml_writer v1.0.6+spec-1.1.0
11232026-05-29T18:57:25.545Z Downloaded schemars v1.2.1
11242026-05-29T18:57:25.545Z Downloaded tokio-rustls v0.24.1
11252026-05-29T18:57:25.545Z Downloaded spin v0.9.8
11262026-05-29T18:57:25.545Z Downloaded unicase v2.9.0
11272026-05-29T18:57:25.545Z Downloaded nom v7.1.3
11282026-05-29T18:57:25.545Z Downloaded waitgroup v0.1.2
11292026-05-29T18:57:25.545Z Downloaded itertools v0.12.1
11302026-05-29T18:57:25.545Z Downloaded zeroize_derive v1.4.3
11312026-05-29T18:57:25.545Z Downloaded xshell-macros v0.2.7
11322026-05-29T18:57:25.545Z Downloaded xattr v1.6.1
11332026-05-29T18:57:25.545Z Downloaded num-bigint-dig v0.8.6
11342026-05-29T18:57:25.545Z Downloaded test-strategy v0.4.5
11352026-05-29T18:57:25.545Z Downloaded num-bigint v0.4.6
11362026-05-29T18:57:25.545Z Downloaded rustls-webpki v0.103.9
11372026-05-29T18:57:25.545Z Downloaded tokio-rustls v0.26.4
11382026-05-29T18:57:25.545Z Downloaded tokio-rustls v0.25.0
11392026-05-29T18:57:25.545Z Downloaded tokio-stream v0.1.18
11402026-05-29T18:57:25.545Z Downloaded usdt-impl v0.6.0
11412026-05-29T18:57:25.546Z Downloaded vergen-lib v9.1.0
11422026-05-29T18:57:25.546Z Downloaded vergen-lib v0.1.6
11432026-05-29T18:57:25.546Z Downloaded zone v0.3.1
11442026-05-29T18:57:25.546Z Downloaded tinyvec v1.10.0
11452026-05-29T18:57:25.546Z Downloaded rand v0.10.0
11462026-05-29T18:57:25.546Z Downloaded schemars v0.9.0
11472026-05-29T18:57:25.546Z Downloaded wait-timeout v0.2.1
11482026-05-29T18:57:25.546Z Downloaded uzers v0.12.2
11492026-05-29T18:57:25.546Z Downloaded toml_parser v1.0.9+spec-1.1.0
11502026-05-29T18:57:25.546Z Downloaded snafu v0.8.9
11512026-05-29T18:57:25.546Z Downloaded wyz v0.5.1
11522026-05-29T18:57:25.546Z Downloaded unicode-properties v0.1.4
11532026-05-29T18:57:25.546Z Downloaded blake3 v1.8.3
11542026-05-29T18:57:25.546Z Downloaded zone_cfg_derive v0.3.1
11552026-05-29T18:57:25.546Z Downloaded vergen-gitcl v1.0.8
11562026-05-29T18:57:25.546Z Downloaded russh v0.45.0
11572026-05-29T18:57:25.546Z Downloaded tracing-attributes v0.1.31
11582026-05-29T18:57:25.546Z Downloaded rustyline v14.0.0
11592026-05-29T18:57:25.546Z Downloaded twox-hash v2.1.2
11602026-05-29T18:57:25.546Z Downloaded walkdir v2.5.0
11612026-05-29T18:57:25.546Z Downloaded whoami v1.6.1
11622026-05-29T18:57:25.546Z Downloaded steno v0.4.1
11632026-05-29T18:57:25.546Z Downloaded rand v0.9.2
11642026-05-29T18:57:25.546Z Downloaded subprocess v0.2.15
11652026-05-29T18:57:25.546Z Downloaded xshell v0.2.7
11662026-05-29T18:57:25.546Z Downloaded typify v0.6.2
11672026-05-29T18:57:25.546Z Downloaded typify v0.4.3
11682026-05-29T18:57:25.546Z Downloaded tungstenite v0.21.0
11692026-05-29T18:57:25.546Z Downloaded zeroize v1.8.2
11702026-05-29T18:57:25.546Z Downloaded rpassword v7.4.0
11712026-05-29T18:57:25.546Z Downloaded aws-lc-rs v1.16.3
11722026-05-29T18:57:25.546Z Downloaded tar v0.4.45
11732026-05-29T18:57:25.546Z Downloaded toml v1.0.6+spec-1.1.0
11742026-05-29T18:57:25.546Z Downloaded vergen-git2 v9.1.0
11752026-05-29T18:57:25.546Z Downloaded serde_with v1.14.0
11762026-05-29T18:57:25.546Z Downloaded toml v0.7.8
11772026-05-29T18:57:25.546Z Downloaded zstd-safe v7.2.4
11782026-05-29T18:57:25.546Z Downloaded vsss-rs v3.3.4
11792026-05-29T18:57:25.547Z Downloaded vergen v9.1.0
11802026-05-29T18:57:25.547Z Downloaded bindgen v0.71.1
11812026-05-29T18:57:25.547Z Downloaded tracing-core v0.1.36
11822026-05-29T18:57:25.547Z Downloaded p521 v0.13.3
11832026-05-29T18:57:25.547Z Downloaded libm v0.2.16
11842026-05-29T18:57:25.547Z Downloaded unicode-bidi v0.3.18
11852026-05-29T18:57:25.547Z Downloaded zstd v0.13.3
11862026-05-29T18:57:25.547Z Downloaded futures-util v0.3.32
11872026-05-29T18:57:25.547Z Downloaded whoami v2.1.0
11882026-05-29T18:57:25.547Z Downloaded itertools v0.13.0
11892026-05-29T18:57:25.547Z Downloaded tungstenite v0.23.0
11902026-05-29T18:57:25.547Z Downloaded zerocopy v0.6.6
11912026-05-29T18:57:25.547Z Downloaded yasna v0.5.2
11922026-05-29T18:57:25.547Z Downloaded reedline v0.40.0
11932026-05-29T18:57:25.547Z Downloaded regex v1.12.3
11942026-05-29T18:57:25.547Z Downloaded uuid v1.23.0
11952026-05-29T18:57:25.547Z Downloaded bitvec v1.0.1
11962026-05-29T18:57:25.547Z Downloaded reqwest v0.13.2
11972026-05-29T18:57:25.547Z Downloaded iddqd v0.4.2
11982026-05-29T18:57:25.547Z Downloaded vte v0.14.1
11992026-05-29T18:57:25.552Z Downloaded unsafe-libyaml v0.2.11
12002026-05-29T18:57:25.552Z Downloaded chrono v0.4.44
12012026-05-29T18:57:25.552Z Downloaded toml_edit v0.23.10+spec-1.0.0
12022026-05-29T18:57:25.552Z Downloaded git2 v0.20.4
12032026-05-29T18:57:25.552Z Downloaded yansi v1.0.1
12042026-05-29T18:57:25.552Z Downloaded goblin v0.10.5
12052026-05-29T18:57:25.552Z Downloaded zip v0.6.6
12062026-05-29T18:57:25.553Z Downloaded quick-xml v0.37.5
12072026-05-29T18:57:25.553Z Downloaded reqwest v0.12.28
12082026-05-29T18:57:25.553Z Downloaded rayon v1.11.0
12092026-05-29T18:57:25.553Z Downloaded unicode_categories v0.1.1
12102026-05-29T18:57:25.553Z Downloaded unicode-segmentation v1.12.0
12112026-05-29T18:57:25.553Z Downloaded tokio-postgres v0.7.16
12122026-05-29T18:57:25.553Z Downloaded moka v0.12.13
12132026-05-29T18:57:25.553Z Downloaded salty v0.3.0
12142026-05-29T18:57:25.553Z Downloaded toml_edit v0.19.15
12152026-05-29T18:57:25.553Z Downloaded zopfli v0.8.3
12162026-05-29T18:57:25.553Z Downloaded typed-path v0.9.3
12172026-05-29T18:57:25.553Z Downloaded lalrpop v0.19.12
12182026-05-29T18:57:25.553Z Downloaded tower v0.5.3
12192026-05-29T18:57:25.553Z Downloaded zerocopy-derive v0.8.40
12202026-05-29T18:57:25.553Z Downloaded ssh-key v0.6.7
12212026-05-29T18:57:25.553Z Downloaded p384 v0.13.1
12222026-05-29T18:57:25.553Z Downloaded portable-atomic v1.13.1
12232026-05-29T18:57:25.553Z Downloaded x509-cert v0.2.5
12242026-05-29T18:57:25.553Z Downloaded petname v2.0.2
12252026-05-29T18:57:25.553Z Downloaded tough v0.22.0
12262026-05-29T18:57:25.553Z Downloaded tower-http v0.6.8
12272026-05-29T18:57:25.554Z Downloaded serde_with v3.17.0
12282026-05-29T18:57:25.554Z Downloaded rustls-webpki v0.101.7
12292026-05-29T18:57:25.554Z Downloaded unicode-normalization v0.1.25
12302026-05-29T18:57:25.554Z Downloaded zip v4.6.1
12312026-05-29T18:57:25.554Z Downloaded tokio-util v0.7.18
12322026-05-29T18:57:25.554Z Downloaded nix v0.27.1
12332026-05-29T18:57:25.554Z Downloaded proptest v1.10.0
12342026-05-29T18:57:25.554Z Downloaded winnow v0.6.26
12352026-05-29T18:57:25.554Z Downloaded polar-core v0.27.3
12362026-05-29T18:57:25.554Z Downloaded bstr v1.12.1
12372026-05-29T18:57:25.554Z Downloaded nix v0.28.0
12382026-05-29T18:57:25.554Z Downloaded rustls-webpki v0.102.8
12392026-05-29T18:57:25.554Z Downloaded object v0.30.4
12402026-05-29T18:57:25.554Z Downloaded openssl v0.10.79
12412026-05-29T18:57:25.554Z Downloaded quinn-proto v0.11.13
12422026-05-29T18:57:25.554Z Downloaded time v0.3.47
12432026-05-29T18:57:25.554Z Downloaded curve25519-dalek v4.1.3
12442026-05-29T18:57:25.554Z Downloaded vcpkg v0.2.15
12452026-05-29T18:57:25.554Z Downloaded zlib-rs v0.6.2
12462026-05-29T18:57:25.554Z Downloaded winnow v0.5.40
12472026-05-29T18:57:25.554Z Downloaded regex-syntax v0.6.29
12482026-05-29T18:57:25.554Z Downloaded hickory-proto v0.24.4
12492026-05-29T18:57:25.554Z Downloaded regress v0.11.1
12502026-05-29T18:57:25.554Z Downloaded radix_trie v0.2.1
12512026-05-29T18:57:25.554Z Downloaded regress v0.10.5
12522026-05-29T18:57:25.554Z Downloaded rustls v0.21.12
12532026-05-29T18:57:25.554Z Downloaded tabled v0.20.0
12542026-05-29T18:57:25.554Z Downloaded rustix v0.38.44
12552026-05-29T18:57:25.554Z Downloaded smoltcp v0.9.1
12562026-05-29T18:57:25.554Z Downloaded object v0.37.3
12572026-05-29T18:57:25.554Z Downloaded dropshot v0.17.0
12582026-05-29T18:57:25.554Z Downloaded webpki-roots v1.0.6
12592026-05-29T18:57:25.554Z Downloaded nix v0.31.2
12602026-05-29T18:57:25.554Z Downloaded rustls v0.22.4
12612026-05-29T18:57:25.554Z Downloaded zerocopy v0.8.40
12622026-05-29T18:57:25.554Z Downloaded regex-syntax v0.8.10
12632026-05-29T18:57:25.554Z Downloaded smoltcp v0.11.0
12642026-05-29T18:57:25.555Z Downloaded openapiv3 v2.2.0
12652026-05-29T18:57:25.555Z Downloaded diesel v2.3.7
12662026-05-29T18:57:25.555Z Downloaded sled v0.34.7
12672026-05-29T18:57:25.555Z Downloaded tracing v0.1.44
12682026-05-29T18:57:25.555Z Downloaded typify-impl v0.4.3
12692026-05-29T18:57:25.555Z Downloaded rustls v0.23.37
12702026-05-29T18:57:25.555Z Downloaded ratatui v0.29.0
12712026-05-29T18:57:25.555Z Downloaded regex-automata v0.4.14
12722026-05-29T18:57:25.555Z Downloaded sqlparser v0.61.0
12732026-05-29T18:57:25.556Z Downloaded bzip2-sys v0.1.13+1.0.8
12742026-05-29T18:57:25.556Z Downloaded hickory-proto v0.25.2
12752026-05-29T18:57:25.556Z Downloaded chrono-tz v0.10.4
12762026-05-29T18:57:25.556Z Downloaded typify-impl v0.6.2
12772026-05-29T18:57:25.556Z Downloaded petgraph v0.8.3
12782026-05-29T18:57:25.556Z Downloaded zerocopy-derive v0.6.6
12792026-05-29T18:57:25.556Z Downloaded libz-sys v1.1.24
12802026-05-29T18:57:25.556Z Downloaded sha3 v0.10.8
12812026-05-29T18:57:25.556Z Downloaded petgraph v0.6.5
12822026-05-29T18:57:25.556Z Downloaded jiff v0.2.21
12832026-05-29T18:57:25.556Z Downloaded tokio v1.52.1
12842026-05-29T18:57:25.556Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12852026-05-29T18:57:25.556Z Downloaded csv v1.4.0
12862026-05-29T18:57:25.556Z Downloaded encoding_rs v0.8.35
12872026-05-29T18:57:25.556Z Downloaded ring v0.17.14
12882026-05-29T18:57:25.566Z Downloaded libgit2-sys v0.18.3+1.9.2
12892026-05-29T18:57:26.036Z Downloaded aws-lc-sys v0.40.0
12902026-05-29T18:57:26.284Z Compiling libc v0.2.185
12912026-05-29T18:57:26.287Z Compiling serde v1.0.228
12922026-05-29T18:57:26.287Z Compiling log v0.4.29
12932026-05-29T18:57:26.287Z Compiling find-msvc-tools v0.1.9
12942026-05-29T18:57:26.287Z Compiling shlex v1.3.0
12952026-05-29T18:57:26.287Z Compiling smallvec v1.15.1
12962026-05-29T18:57:26.426Z Compiling typenum v1.19.0
12972026-05-29T18:57:26.429Z Compiling subtle v2.6.1
12982026-05-29T18:57:26.448Z Compiling generic-array v0.14.7
12992026-05-29T18:57:26.451Z Compiling scopeguard v1.2.0
13002026-05-29T18:57:26.477Z Compiling const-oid v0.9.6
13012026-05-29T18:57:26.545Z Compiling serde_json v1.0.149
13022026-05-29T18:57:26.560Z Compiling syn v2.0.117
13032026-05-29T18:57:26.563Z Compiling zerocopy v0.8.40
13042026-05-29T18:57:26.563Z Compiling pin-project-lite v0.2.17
13052026-05-29T18:57:26.563Z Compiling lock_api v0.4.14
13062026-05-29T18:57:26.619Z Compiling parking_lot_core v0.9.12
13072026-05-29T18:57:26.622Z Compiling portable-atomic v1.13.1
13082026-05-29T18:57:26.646Z Compiling pkg-config v0.3.32
13092026-05-29T18:57:26.669Z Compiling bitflags v2.11.0
13102026-05-29T18:57:26.771Z Compiling futures-core v0.3.32
13112026-05-29T18:57:26.839Z Compiling critical-section v1.2.0
13122026-05-29T18:57:26.855Z Compiling libm v0.2.16
13132026-05-29T18:57:26.875Z Compiling num-traits v0.2.19
13142026-05-29T18:57:26.921Z Compiling percent-encoding v2.3.2
13152026-05-29T18:57:26.994Z Compiling futures-sink v0.3.32
13162026-05-29T18:57:26.997Z Compiling futures-task v0.3.32
13172026-05-29T18:57:26.997Z Compiling cpufeatures v0.2.17
13182026-05-29T18:57:27.011Z Compiling getrandom v0.4.1
13192026-05-29T18:57:27.099Z Compiling futures-channel v0.3.32
13202026-05-29T18:57:27.115Z Compiling futures-io v0.3.32
13212026-05-29T18:57:27.130Z Compiling slab v0.4.12
13222026-05-29T18:57:27.148Z Compiling rand_core v0.10.0
13232026-05-29T18:57:27.232Z Compiling indexmap v2.14.0
13242026-05-29T18:57:27.251Z Compiling rustversion v1.0.22
13252026-05-29T18:57:27.299Z Compiling getrandom v0.3.4
13262026-05-29T18:57:27.314Z Compiling form_urlencoded v1.2.2
13272026-05-29T18:57:27.351Z Compiling dunce v1.0.5
13282026-05-29T18:57:27.367Z Compiling fs_extra v1.3.0
13292026-05-29T18:57:27.382Z Compiling base64ct v1.8.3
13302026-05-29T18:57:27.385Z Compiling ident_case v1.0.1
13312026-05-29T18:57:27.441Z Compiling regex-syntax v0.8.10
13322026-05-29T18:57:27.456Z Compiling flagset v0.4.7
13332026-05-29T18:57:27.472Z Compiling rustix v1.1.3
13342026-05-29T18:57:27.514Z Compiling iana-time-zone v0.1.65
13352026-05-29T18:57:27.536Z Compiling vcpkg v0.2.15
13362026-05-29T18:57:27.605Z Compiling getrandom v0.2.17
13372026-05-29T18:57:27.626Z Compiling jobserver v0.1.34
13382026-05-29T18:57:27.644Z Compiling errno v0.3.14
13392026-05-29T18:57:27.660Z Compiling mio v1.2.0
13402026-05-29T18:57:27.695Z Compiling socket2 v0.6.3
13412026-05-29T18:57:27.813Z Compiling rand_core v0.6.4
13422026-05-29T18:57:27.864Z Compiling cc v1.2.56
13432026-05-29T18:57:27.879Z Compiling signal-hook-registry v1.4.8
13442026-05-29T18:57:27.894Z Compiling parking_lot v0.12.5
13452026-05-29T18:57:27.918Z Compiling once_cell v1.21.3
13462026-05-29T18:57:27.990Z Compiling pem-rfc7468 v0.7.0
13472026-05-29T18:57:28.129Z Compiling aws-lc-rs v1.16.3
13482026-05-29T18:57:28.147Z Compiling tracing-core v0.1.36
13492026-05-29T18:57:28.162Z Compiling uuid v1.23.0
13502026-05-29T18:57:28.178Z Compiling rustc_version v0.4.1
13512026-05-29T18:57:28.180Z Compiling base64 v0.22.1
13522026-05-29T18:57:28.318Z Compiling rand_core v0.9.5
13532026-05-29T18:57:28.334Z Compiling tinyvec_macros v0.1.1
13542026-05-29T18:57:28.334Z Compiling untrusted v0.7.1
13552026-05-29T18:57:28.364Z Compiling untrusted v0.9.0
13562026-05-29T18:57:28.405Z Compiling openssl-probe v0.2.1
13572026-05-29T18:57:28.423Z Compiling httparse v1.10.1
13582026-05-29T18:57:28.456Z Compiling tinyvec v1.10.0
13592026-05-29T18:57:28.495Z Compiling aho-corasick v1.1.4
13602026-05-29T18:57:28.510Z Compiling atomic-waker v1.1.2
13612026-05-29T18:57:28.532Z Compiling tower-service v0.3.3
13622026-05-29T18:57:28.547Z Compiling tower-layer v0.3.3
13632026-05-29T18:57:28.605Z Compiling cmake v0.1.57
13642026-05-29T18:57:28.628Z Compiling dyn-clone v1.0.20
13652026-05-29T18:57:28.646Z Compiling schemars v0.8.22
13662026-05-29T18:57:28.661Z Compiling try-lock v0.2.5
13672026-05-29T18:57:28.677Z Compiling rustls v0.23.37
13682026-05-29T18:57:28.705Z Compiling httpdate v1.0.3
13692026-05-29T18:57:28.726Z Compiling openssl v0.10.79
13702026-05-29T18:57:28.740Z Compiling foreign-types-shared v0.1.1
13712026-05-29T18:57:28.783Z Compiling want v0.3.1
13722026-05-29T18:57:28.798Z Compiling pin-utils v0.1.0
13732026-05-29T18:57:28.830Z Compiling foreign-types v0.3.2
13742026-05-29T18:57:28.847Z Compiling unicode-normalization v0.1.25
13752026-05-29T18:57:28.888Z Compiling spin v0.9.8
13762026-05-29T18:57:28.918Z Compiling native-tls v0.2.18
13772026-05-29T18:57:28.918Z Compiling time-core v0.1.8
13782026-05-29T18:57:28.921Z Compiling num-conv v0.2.0
13792026-05-29T18:57:28.960Z Compiling crc32fast v1.5.0
13802026-05-29T18:57:28.975Z Compiling powerfmt v0.2.0
13812026-05-29T18:57:28.992Z Compiling wait-timeout v0.2.1
13822026-05-29T18:57:29.007Z Compiling sync_wrapper v1.0.2
13832026-05-29T18:57:29.025Z Compiling simd-adler32 v0.3.8
13842026-05-29T18:57:29.094Z Compiling quick-error v1.2.3
13852026-05-29T18:57:29.110Z Compiling time-macros v0.2.27
13862026-05-29T18:57:29.136Z Compiling deranged v0.5.8
13872026-05-29T18:57:29.151Z Compiling siphasher v1.0.2
13882026-05-29T18:57:29.167Z Compiling num_threads v0.1.7
13892026-05-29T18:57:29.196Z Compiling crossbeam-utils v0.8.21
13902026-05-29T18:57:29.210Z Compiling bit-vec v0.8.0
13912026-05-29T18:57:29.228Z Compiling syn v1.0.109
13922026-05-29T18:57:29.282Z Compiling usdt-impl v0.6.0
13932026-05-29T18:57:29.298Z Compiling slog v2.8.2
13942026-05-29T18:57:29.314Z Compiling tempfile v3.25.0
13952026-05-29T18:57:29.351Z Compiling regex-automata v0.4.14
13962026-05-29T18:57:29.369Z Compiling heapless v0.7.17
13972026-05-29T18:57:29.529Z Compiling bit-set v0.8.0
13982026-05-29T18:57:29.550Z Compiling aws-lc-sys v0.40.0
13992026-05-29T18:57:29.567Z Compiling ring v0.17.14
14002026-05-29T18:57:29.570Z Compiling openssl-sys v0.9.115
14012026-05-29T18:57:29.570Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14022026-05-29T18:57:29.613Z Compiling synstructure v0.13.2
14032026-05-29T18:57:29.630Z Compiling pest_generator v2.8.6
14042026-05-29T18:57:29.664Z Compiling serde_derive_internals v0.29.1
14052026-05-29T18:57:29.697Z Compiling darling_core v0.20.11
14062026-05-29T18:57:29.780Z Compiling rusty-fork v0.3.1
14072026-05-29T18:57:29.795Z Compiling darling_core v0.21.3
14082026-05-29T18:57:29.995Z Compiling bzip2-sys v0.1.13+1.0.8
14092026-05-29T18:57:30.122Z Compiling rand_xorshift v0.4.0
14102026-05-29T18:57:30.287Z Compiling thread-id v5.1.0
14112026-05-29T18:57:30.306Z Compiling cookie v0.18.1
14122026-05-29T18:57:30.323Z Compiling unicode-properties v0.1.4
14132026-05-29T18:57:30.326Z Compiling time v0.3.47
14142026-05-29T18:57:30.356Z Compiling unarray v0.1.4
14152026-05-29T18:57:30.371Z Compiling ryu v1.0.23
14162026-05-29T18:57:30.388Z Compiling adler2 v2.0.1
14172026-05-29T18:57:30.404Z Compiling iri-string v0.7.10
14182026-05-29T18:57:30.484Z Compiling zstd-safe v7.2.4
14192026-05-29T18:57:30.523Z Compiling anyhow v1.0.102
14202026-05-29T18:57:30.542Z Compiling paste v1.0.15
14212026-05-29T18:57:30.563Z Compiling signal-hook v0.3.18
14222026-05-29T18:57:30.579Z Compiling allocator-api2 v0.2.21
14232026-05-29T18:57:30.652Z Compiling unicode-bidi v0.3.18
14242026-05-29T18:57:30.729Z Compiling miniz_oxide v0.8.9
14252026-05-29T18:57:30.985Z Compiling stringprep v0.1.5
14262026-05-29T18:57:31.114Z Compiling vergen-lib v9.1.0
14272026-05-29T18:57:31.205Z Compiling num-integer v0.1.46
14282026-05-29T18:57:31.313Z Compiling curve25519-dalek v4.1.3
14292026-05-29T18:57:31.322Z Compiling ff v0.13.1
14302026-05-29T18:57:31.371Z Compiling hash32 v0.2.1
14312026-05-29T18:57:31.388Z Compiling serde_derive v1.0.228
14322026-05-29T18:57:31.446Z Compiling zeroize_derive v1.4.3
14332026-05-29T18:57:31.476Z Compiling zerofrom-derive v0.1.6
14342026-05-29T18:57:31.542Z Compiling yoke-derive v0.8.1
14352026-05-29T18:57:31.556Z Compiling zerovec-derive v0.11.2
14362026-05-29T18:57:31.578Z Compiling zerocopy-derive v0.8.40
14372026-05-29T18:57:31.667Z Compiling displaydoc v0.2.5
14382026-05-29T18:57:31.977Z Compiling tokio-macros v2.7.0
14392026-05-29T18:57:31.993Z Compiling futures-macro v0.3.32
14402026-05-29T18:57:32.105Z Compiling der_derive v0.7.3
14412026-05-29T18:57:32.140Z Compiling zeroize v1.8.2
14422026-05-29T18:57:32.381Z Compiling rustls-pki-types v1.14.0
14432026-05-29T18:57:32.504Z Compiling thiserror-impl v2.0.18
14442026-05-29T18:57:32.749Z Compiling tracing-attributes v0.1.31
14452026-05-29T18:57:32.765Z Compiling scroll_derive v0.13.1
14462026-05-29T18:57:32.818Z Compiling schemars_derive v0.8.22
14472026-05-29T18:57:32.847Z Compiling futures-util v0.3.32
14482026-05-29T18:57:32.861Z Compiling pest_derive v2.8.6
14492026-05-29T18:57:32.948Z Compiling crypto-common v0.1.7
14502026-05-29T18:57:32.963Z Compiling zerofrom v0.1.6
14512026-05-29T18:57:33.109Z Compiling yoke v0.8.1
14522026-05-29T18:57:33.125Z Compiling block-buffer v0.10.4
14532026-05-29T18:57:33.128Z Compiling block-padding v0.3.3
14542026-05-29T18:57:33.312Z Compiling zerovec v0.11.5
14552026-05-29T18:57:33.312Z Compiling digest v0.10.7
14562026-05-29T18:57:33.316Z Compiling zerotrie v0.2.3
14572026-05-29T18:57:33.361Z Compiling inout v0.1.4
14582026-05-29T18:57:33.546Z Compiling hmac v0.12.1
14592026-05-29T18:57:33.602Z Compiling sha2 v0.10.9
14602026-05-29T18:57:33.618Z Compiling cipher v0.4.4
14612026-05-29T18:57:33.664Z Compiling der v0.7.10
14622026-05-29T18:57:33.680Z Compiling scroll v0.13.0
14632026-05-29T18:57:33.724Z Compiling pbkdf2 v0.12.2
14642026-05-29T18:57:33.840Z Compiling tinystr v0.8.2
14652026-05-29T18:57:33.859Z Compiling potential_utf v0.1.4
14662026-05-29T18:57:33.909Z Compiling salsa20 v0.10.2
14672026-05-29T18:57:33.922Z Compiling thiserror v2.0.18
14682026-05-29T18:57:33.972Z Compiling aes v0.8.4
14692026-05-29T18:57:34.047Z Compiling icu_locale_core v2.1.1
14702026-05-29T18:57:34.047Z Compiling icu_collections v2.1.1
14712026-05-29T18:57:34.079Z Compiling scrypt v0.11.0
14722026-05-29T18:57:34.082Z Compiling cbc v0.1.2
14732026-05-29T18:57:34.166Z Compiling darling_macro v0.20.11
14742026-05-29T18:57:34.170Z Compiling tracing v0.1.44
14752026-05-29T18:57:34.267Z Compiling openssl-macros v0.1.1
14762026-05-29T18:57:34.394Z Compiling goblin v0.10.5
14772026-05-29T18:57:34.502Z Compiling rustls-native-certs v0.8.3
14782026-05-29T18:57:34.616Z Compiling spki v0.7.3
14792026-05-29T18:57:34.725Z Compiling icu_provider v2.1.1
14802026-05-29T18:57:34.728Z Compiling darling v0.20.11
14812026-05-29T18:57:34.816Z Compiling pkcs5 v0.7.1
14822026-05-29T18:57:34.852Z Compiling derive_builder_core v0.20.2
14832026-05-29T18:57:34.895Z Compiling dtrace-parser v0.3.0
14842026-05-29T18:57:34.928Z Compiling bytes v1.11.1
14852026-05-29T18:57:34.976Z Compiling icu_normalizer v2.1.1
14862026-05-29T18:57:34.993Z Compiling icu_properties v2.1.2
14872026-05-29T18:57:35.047Z Compiling chrono v0.4.44
14882026-05-29T18:57:35.063Z Compiling ipnet v2.11.0
14892026-05-29T18:57:35.083Z Compiling signature v2.2.0
14902026-05-29T18:57:35.226Z Compiling pkcs8 v0.10.2
14912026-05-29T18:57:35.283Z Compiling webpki-roots v1.0.6
14922026-05-29T18:57:35.315Z Compiling thiserror-impl v1.0.69
14932026-05-29T18:57:35.423Z Compiling tokio v1.52.1
14942026-05-29T18:57:35.538Z Compiling http v1.4.0
14952026-05-29T18:57:35.554Z Compiling scroll_derive v0.12.1
14962026-05-29T18:57:35.568Z Compiling erased-serde v0.3.31
14972026-05-29T18:57:35.583Z Compiling toml_datetime v0.6.11
14982026-05-29T18:57:35.652Z Compiling serde_spanned v0.6.9
14992026-05-29T18:57:35.737Z Compiling derive_builder_macro v0.20.2
15002026-05-29T18:57:35.816Z Compiling serde_tokenstream v0.2.3
15012026-05-29T18:57:35.854Z Compiling idna_adapter v1.2.1
15022026-05-29T18:57:36.000Z Compiling idna v1.1.0
15032026-05-29T18:57:36.015Z Compiling ppv-lite86 v0.2.21
15042026-05-29T18:57:36.077Z Compiling serde_urlencoded v0.7.1
15052026-05-29T18:57:36.112Z Compiling md-5 v0.10.6
15062026-05-29T18:57:36.141Z Compiling darling_macro v0.21.3
15072026-05-29T18:57:36.252Z Compiling http-body v1.0.1
15082026-05-29T18:57:36.267Z Compiling bstr v1.12.1
15092026-05-29T18:57:36.283Z Compiling scroll v0.12.0
15102026-05-29T18:57:36.301Z Compiling url v2.5.8
15112026-05-29T18:57:36.344Z Compiling rand_chacha v0.9.0
15122026-05-29T18:57:36.360Z Compiling rand_chacha v0.3.1
15132026-05-29T18:57:36.430Z Compiling http-body-util v0.1.3
15142026-05-29T18:57:36.452Z Compiling async-trait v0.1.89
15152026-05-29T18:57:36.475Z Compiling pin-project-internal v1.1.11
15162026-05-29T18:57:36.565Z Compiling rand v0.9.2
15172026-05-29T18:57:36.612Z Compiling thiserror v1.0.69
15182026-05-29T18:57:36.661Z Compiling zerocopy-derive v0.7.35
15192026-05-29T18:57:36.684Z Compiling memoffset v0.9.1
15202026-05-29T18:57:36.702Z Compiling encoding_rs v0.8.35
15212026-05-29T18:57:36.729Z Compiling zlib-rs v0.6.2
15222026-05-29T18:57:36.967Z Compiling litrs v1.0.0
15232026-05-29T18:57:37.158Z Compiling dof v0.4.0
15242026-05-29T18:57:37.237Z Compiling proptest v1.10.0
15252026-05-29T18:57:37.441Z Compiling ref-cast v1.0.25
15262026-05-29T18:57:37.494Z Compiling smoltcp v0.9.1
15272026-05-29T18:57:37.516Z Compiling num-bigint-dig v0.8.6
15282026-05-29T18:57:37.562Z Compiling base16ct v0.2.0
15292026-05-29T18:57:37.607Z Compiling psl-types v2.0.11
15302026-05-29T18:57:37.622Z Compiling mime v0.3.17
15312026-05-29T18:57:37.671Z Compiling rustix v0.38.44
15322026-05-29T18:57:37.730Z Compiling ipnetwork v0.21.1
15332026-05-29T18:57:37.750Z Compiling cfg_aliases v0.2.1
15342026-05-29T18:57:37.765Z Compiling fallible-iterator v0.2.0
15352026-05-29T18:57:37.851Z Compiling nix v0.31.2
15362026-05-29T18:57:37.901Z Compiling publicsuffix v2.3.0
15372026-05-29T18:57:37.904Z Compiling sec1 v0.7.3
15382026-05-29T18:57:37.930Z Compiling pin-project v1.1.11
15392026-05-29T18:57:38.060Z Compiling postgres-protocol v0.6.10
15402026-05-29T18:57:38.095Z Compiling oxnet v0.1.4
15412026-05-29T18:57:38.110Z Compiling zerocopy v0.7.35
15422026-05-29T18:57:38.166Z Compiling document-features v0.2.12
15432026-05-29T18:57:38.250Z Compiling darling v0.21.3
15442026-05-29T18:57:38.284Z Compiling rand v0.8.6
15452026-05-29T18:57:38.327Z Compiling goblin v0.8.2
15462026-05-29T18:57:38.345Z Compiling derive_builder v0.20.2
15472026-05-29T18:57:38.378Z Compiling futures-executor v0.3.32
15482026-05-29T18:57:38.390Z Compiling hex v0.4.3
15492026-05-29T18:57:38.486Z Compiling hubpack_derive v0.1.1
15502026-05-29T18:57:38.503Z Compiling hkdf v0.12.4
15512026-05-29T18:57:38.523Z Compiling crypto-bigint v0.5.5
15522026-05-29T18:57:38.623Z Compiling regex v1.12.3
15532026-05-29T18:57:38.727Z Compiling group v0.13.0
15542026-05-29T18:57:38.754Z Compiling num-iter v0.1.45
15552026-05-29T18:57:38.769Z Compiling curve25519-dalek-derive v0.1.1
15562026-05-29T18:57:38.786Z Compiling daft-derive v0.1.7
15572026-05-29T18:57:38.814Z Compiling snafu-derive v0.8.9
15582026-05-29T18:57:38.893Z Compiling ref-cast-impl v1.0.25
15592026-05-29T18:57:38.932Z Compiling strum_macros v0.27.2
15602026-05-29T18:57:39.147Z Compiling tokio-util v0.7.18
15612026-05-29T18:57:39.201Z Compiling tower v0.5.3
15622026-05-29T18:57:39.239Z Compiling tokio-native-tls v0.3.1
15632026-05-29T18:57:39.441Z Compiling phf_shared v0.13.1
15642026-05-29T18:57:39.457Z Compiling terminal_size v0.4.3
15652026-05-29T18:57:39.477Z Compiling lazy_static v1.5.0
15662026-05-29T18:57:39.552Z Compiling newtype-uuid v1.3.2
15672026-05-29T18:57:39.589Z Compiling vergen v9.1.0
15682026-05-29T18:57:39.619Z Compiling tower-http v0.6.8
15692026-05-29T18:57:39.644Z Compiling flate2 v1.1.9
15702026-05-29T18:57:39.691Z Compiling cargo-platform v0.3.2
15712026-05-29T18:57:39.709Z Compiling fs-err v3.3.0
15722026-05-29T18:57:39.712Z Compiling ahash v0.8.12
15732026-05-29T18:57:39.792Z Compiling winnow v0.5.40
15742026-05-29T18:57:39.922Z Compiling h2 v0.4.13
15752026-05-29T18:57:39.928Z Compiling same-file v1.0.6
15762026-05-29T18:57:39.968Z Compiling object v0.37.3
15772026-05-29T18:57:39.977Z Compiling foldhash v0.1.5
15782026-05-29T18:57:40.019Z Compiling unicode-segmentation v1.12.0
15792026-05-29T18:57:40.042Z Compiling managed v0.8.0
15802026-05-29T18:57:40.065Z Compiling libbz2-rs-sys v0.2.2
15812026-05-29T18:57:40.105Z Compiling bumpalo v3.20.2
15822026-05-29T18:57:40.158Z Compiling bitflags v1.3.2
15832026-05-29T18:57:40.229Z Compiling foldhash v0.2.0
15842026-05-29T18:57:40.274Z Compiling clap_builder v4.5.60
15852026-05-29T18:57:40.305Z Compiling hashbrown v0.15.5
15862026-05-29T18:57:40.381Z Compiling hashbrown v0.16.1
15872026-05-29T18:57:40.423Z Compiling zopfli v0.8.3
15882026-05-29T18:57:40.462Z Compiling walkdir v2.5.0
15892026-05-29T18:57:40.727Z Compiling dof v0.3.0
15902026-05-29T18:57:40.781Z Compiling snafu v0.8.9
15912026-05-29T18:57:40.831Z Compiling bzip2 v0.6.1
15922026-05-29T18:57:40.931Z Compiling cargo_metadata v0.23.1
15932026-05-29T18:57:40.996Z Compiling strum v0.27.2
15942026-05-29T18:57:41.048Z Compiling daft v0.1.7
15952026-05-29T18:57:41.071Z Compiling phf v0.13.1
15962026-05-29T18:57:41.078Z Compiling signal-hook-mio v0.2.5
15972026-05-29T18:57:41.132Z Compiling toml_edit v0.19.15
15982026-05-29T18:57:41.180Z Compiling elliptic-curve v0.13.8
15992026-05-29T18:57:41.257Z Compiling hubpack v0.1.2
16002026-05-29T18:57:41.272Z Compiling cookie_store v0.22.1
16012026-05-29T18:57:41.294Z Compiling bzip2 v0.4.4
16022026-05-29T18:57:41.348Z Compiling usdt-attr-macro v0.6.0
16032026-05-29T18:57:41.449Z Compiling usdt-macro v0.6.0
16042026-05-29T18:57:41.488Z Compiling futures v0.3.32
16052026-05-29T18:57:41.512Z Compiling postgres-types v0.2.12
16062026-05-29T18:57:41.595Z Compiling serde_with_macros v3.17.0
16072026-05-29T18:57:41.617Z Compiling zstd v0.13.3
16082026-05-29T18:57:41.941Z Compiling dtrace-parser v0.2.0
16092026-05-29T18:57:41.949Z Compiling globset v0.4.18
16102026-05-29T18:57:41.980Z Compiling pkcs1 v0.7.5
16112026-05-29T18:57:42.174Z Compiling ed25519 v2.2.3
16122026-05-29T18:57:42.230Z Compiling serde_plain v1.0.2
16132026-05-29T18:57:42.298Z Compiling serde-big-array v0.5.1
16142026-05-29T18:57:42.349Z Compiling olpc-cjson v0.1.4
16152026-05-29T18:57:42.395Z Compiling rfc6979 v0.4.0
16162026-05-29T18:57:42.452Z Compiling clap_derive v4.5.55
16172026-05-29T18:57:42.462Z Compiling enum-as-inner v0.6.1
16182026-05-29T18:57:42.544Z Compiling async-recursion v1.1.1
16192026-05-29T18:57:42.550Z Compiling serde_repr v0.1.20
16202026-05-29T18:57:42.677Z Compiling strum_macros v0.26.4
16212026-05-29T18:57:42.725Z Compiling phf_shared v0.11.3
16222026-05-29T18:57:42.812Z Compiling float-cmp v0.10.0
16232026-05-29T18:57:42.885Z Compiling pem v3.0.6
16242026-05-29T18:57:42.954Z Compiling memmap2 v0.9.10
16252026-05-29T18:57:42.963Z Compiling hyper v1.8.1
16262026-05-29T18:57:43.002Z Compiling thread-id v4.2.2
16272026-05-29T18:57:43.059Z Compiling env_filter v1.0.0
16282026-05-29T18:57:43.117Z Compiling fixedbitset v0.4.2
16292026-05-29T18:57:43.141Z Compiling normalize-line-endings v0.3.0
16302026-05-29T18:57:43.186Z Compiling keccak v0.1.6
16312026-05-29T18:57:43.221Z Compiling predicates-core v1.0.10
16322026-05-29T18:57:43.239Z Compiling difflib v0.4.0
16332026-05-29T18:57:43.286Z Compiling whoami v2.1.0
16342026-05-29T18:57:43.339Z Compiling precomputed-hash v0.1.1
16352026-05-29T18:57:43.421Z Compiling jiff v0.2.21
16362026-05-29T18:57:43.443Z Compiling new_debug_unreachable v1.0.6
16372026-05-29T18:57:43.481Z Compiling static_assertions v1.1.0
16382026-05-29T18:57:43.491Z Compiling either v1.15.0
16392026-05-29T18:57:43.530Z Compiling fixedbitset v0.5.7
16402026-05-29T18:57:43.556Z Compiling data-encoding v2.10.0
16412026-05-29T18:57:43.694Z Compiling typed-path v0.9.3
16422026-05-29T18:57:43.734Z Compiling itertools v0.13.0
16432026-05-29T18:57:43.834Z Compiling hickory-proto v0.25.2
16442026-05-29T18:57:43.877Z Compiling petgraph v0.8.3
16452026-05-29T18:57:43.936Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16462026-05-29T18:57:44.040Z Compiling string_cache v0.8.9
16472026-05-29T18:57:44.053Z Compiling predicates v3.1.4
16482026-05-29T18:57:44.320Z Compiling hyper-util v0.1.20
16492026-05-29T18:57:44.349Z Compiling tokio-postgres v0.7.16
16502026-05-29T18:57:44.349Z Compiling clap v4.5.60
16512026-05-29T18:57:44.349Z Compiling toml_edit v0.22.27
16522026-05-29T18:57:44.412Z Compiling sha3 v0.10.8
16532026-05-29T18:57:44.528Z Compiling strum v0.26.3
16542026-05-29T18:57:44.639Z Compiling petgraph v0.6.5
16552026-05-29T18:57:44.679Z Compiling env_logger v0.11.9
16562026-05-29T18:57:44.715Z Compiling usdt v0.6.0
16572026-05-29T18:57:44.879Z Compiling usdt-impl v0.5.0
16582026-05-29T18:57:44.998Z Compiling serde_with v3.17.0
16592026-05-29T18:57:45.020Z Compiling crossterm v0.28.1
16602026-05-29T18:57:45.020Z Compiling toml v0.7.8
16612026-05-29T18:57:45.073Z Compiling ecdsa v0.16.9
16622026-05-29T18:57:45.438Z Compiling ed25519-dalek v2.2.0
16632026-05-29T18:57:45.497Z Compiling rsa v0.9.10
16642026-05-29T18:57:45.633Z Compiling hyper-tls v0.6.0
16652026-05-29T18:57:46.006Z Compiling zip v4.6.1
16662026-05-29T18:57:46.083Z Compiling zip v0.6.6
16672026-05-29T18:57:46.228Z Compiling iddqd v0.4.2
16682026-05-29T18:57:46.491Z Compiling heck v0.4.1
16692026-05-29T18:57:46.540Z Compiling similar v2.7.0
16702026-05-29T18:57:46.680Z Compiling toml_parser v1.0.9+spec-1.1.0
16712026-05-29T18:57:46.704Z Compiling tokio-stream v0.1.18
16722026-05-29T18:57:46.729Z Compiling buf-list v1.1.2
16732026-05-29T18:57:46.798Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16742026-05-29T18:57:46.826Z Compiling openapiv3 v2.2.0
16752026-05-29T18:57:46.986Z Compiling x509-cert v0.2.5
16762026-05-29T18:57:47.059Z Compiling sha1 v0.10.6
16772026-05-29T18:57:47.084Z Compiling crossbeam-epoch v0.9.18
16782026-05-29T18:57:47.130Z Compiling lalrpop-util v0.19.12
16792026-05-29T18:57:47.254Z Compiling peg-runtime v0.8.5
16802026-05-29T18:57:47.328Z Compiling thread_local v1.1.9
16812026-05-29T18:57:47.346Z Compiling slog-async v2.8.0
16822026-05-29T18:57:47.409Z Compiling crossbeam-channel v0.5.15
16832026-05-29T18:57:47.447Z Compiling is-terminal v0.4.17
16842026-05-29T18:57:47.459Z Compiling filetime v0.2.27
16852026-05-29T18:57:47.459Z Compiling xattr v1.6.1
16862026-05-29T18:57:47.525Z Compiling term v1.2.1
16872026-05-29T18:57:47.560Z Compiling take_mut v0.2.2
16882026-05-29T18:57:47.762Z Compiling tar v0.4.45
16892026-05-29T18:57:47.893Z Compiling slog-term v2.9.2
16902026-05-29T18:58:05.324Z Compiling rustls-webpki v0.103.9
16912026-05-29T18:58:08.121Z Compiling tokio-rustls v0.26.4
16922026-05-29T18:58:08.121Z Compiling rustls-platform-verifier v0.6.2
16932026-05-29T18:58:08.312Z Compiling hyper-rustls v0.27.7
16942026-05-29T18:58:08.517Z Compiling reqwest v0.12.28
16952026-05-29T18:58:08.518Z Compiling reqwest v0.13.2
16962026-05-29T18:58:09.728Z Compiling tough v0.22.0
16972026-05-29T18:58:12.199Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16982026-05-29T18:58:12.460Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16992026-05-29T18:58:15.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.18s
17002026-05-29T18:58:15.390Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17012026-05-29T18:58:15.445ZMay 29 18:58:14.772 INFO Starting download, target: DendriteStub
17022026-05-29T18:58:15.445ZMay 29 18:58:14.773 INFO Starting download, target: Clickhouse
17032026-05-29T18:58:15.445ZMay 29 18:58:14.773 INFO Starting download, target: Cockroach
17042026-05-29T18:58:15.445ZMay 29 18:58:14.773 INFO Starting download, target: Console
17052026-05-29T18:58:15.476ZMay 29 18:58:14.773 INFO Starting download, target: MaghemiteMgd
17062026-05-29T18:58:15.478ZMay 29 18:58:14.773 INFO Starting download, target: TransceiverControl
17072026-05-29T18:58:15.479ZMay 29 18:58:14.773 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17082026-05-29T18:58:15.479ZMay 29 18:58:14.773 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17092026-05-29T18:58:15.480ZMay 29 18:58:14.773 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17102026-05-29T18:58:15.480ZMay 29 18:58:14.773 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17112026-05-29T18:58:15.480ZMay 29 18:58:14.773 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17122026-05-29T18:58:15.480ZMay 29 18:58:14.773 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17132026-05-29T18:58:16.127ZMay 29 18:58:15.320 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17142026-05-29T18:58:16.238ZMay 29 18:58:15.535 INFO Download complete, target: TransceiverControl
17152026-05-29T18:58:16.476ZMay 29 18:58:15.787 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17162026-05-29T18:58:16.724ZMay 29 18:58:16.024 INFO Download complete, target: Console
17172026-05-29T18:58:17.963ZMay 29 18:58:17.225 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17182026-05-29T18:58:18.253ZMay 29 18:58:17.579 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17192026-05-29T18:58:20.261ZMay 29 18:58:19.589 INFO Download complete, target: DendriteStub
17202026-05-29T18:58:25.107ZMay 29 18:58:24.363 INFO Checking that binary works, target: Clickhouse
17212026-05-29T18:58:25.130ZMay 29 18:58:24.458 INFO Download complete, target: Clickhouse
17222026-05-29T18:59:18.327ZMay 29 18:59:17.629 WARN Download failed, retrying: error decoding response body, target: MaghemiteMgd
17232026-05-29T18:59:18.327ZMay 29 18:59:17.629 WARN Download failed, retrying: error decoding response body, target: Cockroach
17242026-05-29T18:59:18.327ZMay 29 18:59:17.629 INFO Downloading out/downloads/mgd.tar.gz (attempt 2/3), target: MaghemiteMgd
17252026-05-29T18:59:18.327ZMay 29 18:59:17.629 INFO Downloading out/downloads/cockroach.tgz (attempt 2/3), target: Cockroach
17262026-05-29T18:59:27.927ZMay 29 18:59:27.160 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17272026-05-29T18:59:29.258ZMay 29 18:59:28.571 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17282026-05-29T18:59:29.258ZMay 29 18:59:28.571 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17292026-05-29T18:59:30.158ZMay 29 18:59:29.486 INFO Download complete, target: MaghemiteMgd
17302026-05-29T18:59:33.917ZMay 29 18:59:33.245 INFO Checking that binary works, target: Cockroach
17312026-05-29T18:59:34.046ZMay 29 18:59:33.374 INFO Download complete, target: Cockroach
17322026-05-29T18:59:34.053ZAll prerequisites installed successfully
17332026-05-29T18:59:34.057Z
17342026-05-29T18:59:34.057Zreal 3:10.562571350
17352026-05-29T18:59:34.057Zuser 6:55.169178032
17362026-05-29T18:59:34.057Zsys 1:45.508083881
17372026-05-29T18:59:34.057Ztrap 0.274487079
17382026-05-29T18:59:34.057Ztflt 1.076170564
17392026-05-29T18:59:34.057Zdflt 1.643134175
17402026-05-29T18:59:34.057Zkflt 0.028438188
17412026-05-29T18:59:34.057Zlock 45:09.169980807
17422026-05-29T18:59:34.057Zslp 21:13.291726415
17432026-05-29T18:59:34.057Zlat 26.351288175
17442026-05-29T18:59:34.057Zstop 2:58.916328304
17452026-05-29T18:59:34.057Z+ ptime -m cargo xtask download softnpu
17462026-05-29T18:59:34.592Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17472026-05-29T18:59:34.620Z Running `target/debug/xtask download softnpu`
17482026-05-29T18:59:35.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17492026-05-29T18:59:35.453Z Running `target/debug/xtask-downloader softnpu`
17502026-05-29T18:59:35.495ZMay 29 18:59:34.823 INFO Starting download, target: Softnpu
17512026-05-29T18:59:35.499ZMay 29 18:59:34.824 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17522026-05-29T18:59:36.169ZMay 29 18:59:35.496 INFO Download complete, target: Softnpu
17532026-05-29T18:59:36.175Z
17542026-05-29T18:59:36.175Zreal 2.113948925
17552026-05-29T18:59:36.175Zuser 1.336091318
17562026-05-29T18:59:36.175Zsys 0.705750139
17572026-05-29T18:59:36.175Ztrap 0.000773891
17582026-05-29T18:59:36.175Ztflt 0.000115853
17592026-05-29T18:59:36.175Zdflt 0.000398782
17602026-05-29T18:59:36.175Zkflt 0.000000000
17612026-05-29T18:59:36.175Zlock 12.511915559
17622026-05-29T18:59:36.175Zslp 0.539009274
17632026-05-29T18:59:36.175Zlat 0.120239089
17642026-05-29T18:59:36.175Zstop 0.000178959
17652026-05-29T18:59:36.175Z+ export CARGO_INCREMENTAL=0
17662026-05-29T18:59:36.176Z+ CARGO_INCREMENTAL=0
17672026-05-29T18:59:36.176Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17682026-05-29T18:59:37.093Z Compiling proc-macro2 v1.0.106
17692026-05-29T18:59:37.093Z Compiling quote v1.0.45
17702026-05-29T18:59:37.097Z Compiling unicode-ident v1.0.24
17712026-05-29T18:59:37.097Z Compiling libc v0.2.185
17722026-05-29T18:59:37.098Z Compiling serde_core v1.0.228
17732026-05-29T18:59:37.098Z Compiling serde v1.0.228
17742026-05-29T18:59:37.098Z Compiling cfg-if v1.0.4
17752026-05-29T18:59:37.098Z Compiling version_check v0.9.5
17762026-05-29T18:59:37.098Z Compiling find-msvc-tools v0.1.9
17772026-05-29T18:59:37.099Z Compiling shlex v1.3.0
17782026-05-29T18:59:37.099Z Compiling typenum v1.19.0
17792026-05-29T18:59:37.099Z Compiling zmij v1.0.21
17802026-05-29T18:59:37.265Z Compiling autocfg v1.5.0
17812026-05-29T18:59:37.268Z Compiling memchr v2.8.0
17822026-05-29T18:59:37.268Z Compiling serde_json v1.0.149
17832026-05-29T18:59:37.454Z Compiling portable-atomic v1.13.1
17842026-05-29T18:59:37.472Z Compiling libm v0.2.16
17852026-05-29T18:59:37.600Z Compiling generic-array v0.14.7
17862026-05-29T18:59:37.617Z Compiling zerocopy v0.8.40
17872026-05-29T18:59:37.678Z Compiling parking_lot_core v0.9.12
17882026-05-29T18:59:37.703Z Compiling smallvec v1.15.1
17892026-05-29T18:59:37.821Z Compiling icu_normalizer_data v2.1.1
17902026-05-29T18:59:37.824Z Compiling icu_properties_data v2.1.2
17912026-05-29T18:59:37.838Z Compiling itoa v1.0.17
17922026-05-29T18:59:37.886Z Compiling num-traits v0.2.19
17932026-05-29T18:59:37.890Z Compiling getrandom v0.4.1
17942026-05-29T18:59:37.890Z Compiling log v0.4.29
17952026-05-29T18:59:37.983Z Compiling stable_deref_trait v1.2.1
17962026-05-29T18:59:38.028Z Compiling pkg-config v0.3.32
17972026-05-29T18:59:38.062Z Compiling subtle v2.6.1
17982026-05-29T18:59:38.184Z Compiling scopeguard v1.2.0
17992026-05-29T18:59:38.218Z Compiling jobserver v0.1.34
18002026-05-29T18:59:38.233Z Compiling getrandom v0.2.17
18012026-05-29T18:59:38.268Z Compiling errno v0.3.14
18022026-05-29T18:59:38.313Z Compiling lock_api v0.4.14
18032026-05-29T18:59:38.407Z Compiling rand_core v0.6.4
18042026-05-29T18:59:38.460Z Compiling cc v1.2.56
18052026-05-29T18:59:38.508Z Compiling writeable v0.6.2
18062026-05-29T18:59:38.528Z Compiling syn v2.0.117
18072026-05-29T18:59:38.542Z Compiling percent-encoding v2.3.2
18082026-05-29T18:59:38.545Z Compiling litemap v0.8.1
18092026-05-29T18:59:38.639Z Compiling pin-project-lite v0.2.17
18102026-05-29T18:59:38.666Z Compiling fnv v1.0.7
18112026-05-29T18:59:38.744Z Compiling thiserror v2.0.18
18122026-05-29T18:59:38.788Z Compiling getrandom v0.3.4
18132026-05-29T18:59:38.806Z Compiling fs_extra v1.3.0
18142026-05-29T18:59:38.821Z Compiling equivalent v1.0.2
18152026-05-29T18:59:38.889Z Compiling dunce v1.0.5
18162026-05-29T18:59:38.921Z Compiling rustversion v1.0.22
18172026-05-29T18:59:38.939Z Compiling schemars v0.8.22
18182026-05-29T18:59:38.942Z Compiling rand_core v0.10.0
18192026-05-29T18:59:38.988Z Compiling utf8_iter v1.0.4
18202026-05-29T18:59:39.088Z Compiling form_urlencoded v1.2.2
18212026-05-29T18:59:39.183Z Compiling cmake v0.1.57
18222026-05-29T18:59:39.186Z Compiling critical-section v1.2.0
18232026-05-29T18:59:39.230Z Compiling signal-hook-registry v1.4.8
18242026-05-29T18:59:39.319Z Compiling hashbrown v0.17.0
18252026-05-29T18:59:39.336Z Compiling rustix v1.1.3
18262026-05-29T18:59:39.388Z Compiling socket2 v0.6.3
18272026-05-29T18:59:39.423Z Compiling mio v1.2.0
18282026-05-29T18:59:39.651Z Compiling bitflags v2.11.0
18292026-05-29T18:59:39.708Z Compiling semver v1.0.28
18302026-05-29T18:59:39.721Z Compiling once_cell v1.21.3
18312026-05-29T18:59:39.806Z Compiling parking_lot v0.12.5
18322026-05-29T18:59:39.811Z Compiling ring v0.17.14
18332026-05-29T18:59:39.877Z Compiling aws-lc-sys v0.40.0
18342026-05-29T18:59:39.895Z Compiling indexmap v2.14.0
18352026-05-29T18:59:39.898Z Compiling const-oid v0.9.6
18362026-05-29T18:59:40.019Z Compiling heck v0.5.0
18372026-05-29T18:59:40.054Z Compiling aws-lc-rs v1.16.3
18382026-05-29T18:59:40.092Z Compiling futures-core v0.3.32
18392026-05-29T18:59:40.129Z Compiling httparse v1.10.1
18402026-05-29T18:59:40.195Z Compiling strsim v0.11.1
18412026-05-29T18:59:40.217Z Compiling vcpkg v0.2.15
18422026-05-29T18:59:40.247Z Compiling thiserror v1.0.69
18432026-05-29T18:59:40.353Z Compiling ucd-trie v0.1.7
18442026-05-29T18:59:40.516Z Compiling byteorder v1.5.0
18452026-05-29T18:59:40.537Z Compiling iana-time-zone v0.1.65
18462026-05-29T18:59:40.552Z Compiling pest v2.8.6
18472026-05-29T18:59:40.605Z Compiling regex-syntax v0.8.10
18482026-05-29T18:59:40.605Z Compiling syn v1.0.109
18492026-05-29T18:59:40.636Z Compiling ident_case v1.0.1
18502026-05-29T18:59:40.653Z Compiling uuid v1.23.0
18512026-05-29T18:59:40.736Z Compiling cpufeatures v0.2.17
18522026-05-29T18:59:40.783Z Compiling openssl-sys v0.9.115
18532026-05-29T18:59:40.787Z Compiling rustls v0.23.37
18542026-05-29T18:59:40.935Z Compiling futures-sink v0.3.32
18552026-05-29T18:59:41.005Z Compiling rustc_version v0.4.1
18562026-05-29T18:59:41.060Z Compiling futures-channel v0.3.32
18572026-05-29T18:59:41.102Z Compiling futures-task v0.3.32
18582026-05-29T18:59:41.117Z Compiling futures-io v0.3.32
18592026-05-29T18:59:41.266Z Compiling synstructure v0.13.2
18602026-05-29T18:59:41.298Z Compiling serde_derive_internals v0.29.1
18612026-05-29T18:59:41.302Z Compiling slab v0.4.12
18622026-05-29T18:59:41.334Z Compiling aho-corasick v1.1.4
18632026-05-29T18:59:41.517Z Compiling dyn-clone v1.0.20
18642026-05-29T18:59:41.644Z Compiling pest_meta v2.8.6
18652026-05-29T18:59:41.771Z Compiling base64 v0.22.1
18662026-05-29T18:59:41.787Z Compiling openssl v0.10.79
18672026-05-29T18:59:41.805Z Compiling plain v0.2.3
18682026-05-29T18:59:41.825Z Compiling crc32fast v1.5.0
18692026-05-29T18:59:41.936Z Compiling num-conv v0.2.0
18702026-05-29T18:59:41.965Z Compiling crossbeam-utils v0.8.21
18712026-05-29T18:59:42.029Z Compiling time-core v0.1.8
18722026-05-29T18:59:42.155Z Compiling pretty-hex v0.4.1
18732026-05-29T18:59:42.185Z Compiling native-tls v0.2.18
18742026-05-29T18:59:42.202Z Compiling time-macros v0.2.27
18752026-05-29T18:59:42.239Z Compiling regex-automata v0.4.14
18762026-05-29T18:59:42.258Z Compiling base64ct v1.8.3
18772026-05-29T18:59:42.275Z Compiling pest_generator v2.8.6
18782026-05-29T18:59:42.291Z Compiling anyhow v1.0.102
18792026-05-29T18:59:42.308Z Compiling darling_core v0.21.3
18802026-05-29T18:59:42.431Z Compiling tracing-core v0.1.36
18812026-05-29T18:59:42.505Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18822026-05-29T18:59:42.541Z Compiling serde_derive v1.0.228
18832026-05-29T18:59:42.566Z Compiling zeroize_derive v1.4.3
18842026-05-29T18:59:42.618Z Compiling zerofrom-derive v0.1.6
18852026-05-29T18:59:42.776Z Compiling yoke-derive v0.8.1
18862026-05-29T18:59:42.843Z Compiling zerovec-derive v0.11.2
18872026-05-29T18:59:42.857Z Compiling displaydoc v0.2.5
18882026-05-29T18:59:42.944Z Compiling zerocopy-derive v0.8.40
18892026-05-29T18:59:42.964Z Compiling tokio-macros v2.7.0
18902026-05-29T18:59:43.188Z Compiling zeroize v1.8.2
18912026-05-29T18:59:43.414Z Compiling futures-macro v0.3.32
18922026-05-29T18:59:43.555Z Compiling thiserror-impl v2.0.18
18932026-05-29T18:59:43.659Z Compiling schemars_derive v0.8.22
18942026-05-29T18:59:43.749Z Compiling tracing-attributes v0.1.31
18952026-05-29T18:59:43.765Z Compiling zerofrom v0.1.6
18962026-05-29T18:59:43.873Z Compiling yoke v0.8.1
18972026-05-29T18:59:43.992Z Compiling crypto-common v0.1.7
18982026-05-29T18:59:44.047Z Compiling zerovec v0.11.5
18992026-05-29T18:59:44.082Z Compiling zerotrie v0.2.3
19002026-05-29T18:59:44.179Z Compiling der_derive v0.7.3
19012026-05-29T18:59:44.195Z Compiling block-buffer v0.10.4
19022026-05-29T18:59:44.469Z Compiling digest v0.10.7
19032026-05-29T18:59:44.558Z Compiling tinystr v0.8.2
19042026-05-29T18:59:44.633Z Compiling potential_utf v0.1.4
19052026-05-29T18:59:44.703Z Compiling thiserror-impl v1.0.69
19062026-05-29T18:59:44.782Z Compiling icu_locale_core v2.1.1
19072026-05-29T18:59:44.799Z Compiling icu_collections v2.1.1
19082026-05-29T18:59:44.803Z Compiling pest_derive v2.8.6
19092026-05-29T18:59:44.842Z Compiling futures-util v0.3.32
19102026-05-29T18:59:45.033Z Compiling hmac v0.12.1
19112026-05-29T18:59:45.401Z Compiling block-padding v0.3.3
19122026-05-29T18:59:45.540Z Compiling icu_provider v2.1.1
19132026-05-29T18:59:45.563Z Compiling inout v0.1.4
19142026-05-29T18:59:45.576Z Compiling rustls-pki-types v1.14.0
19152026-05-29T18:59:45.711Z Compiling bytes v1.11.1
19162026-05-29T18:59:45.744Z Compiling chrono v0.4.44
19172026-05-29T18:59:45.806Z Compiling icu_normalizer v2.1.1
19182026-05-29T18:59:45.906Z Compiling icu_properties v2.1.2
19192026-05-29T18:59:45.957Z Compiling openssl-macros v0.1.1
19202026-05-29T18:59:46.306Z Compiling tokio v1.52.1
19212026-05-29T18:59:46.538Z Compiling cipher v0.4.4
19222026-05-29T18:59:46.607Z Compiling serde_tokenstream v0.2.3
19232026-05-29T18:59:46.794Z Compiling idna_adapter v1.2.1
19242026-05-29T18:59:46.948Z Compiling idna v1.1.0
19252026-05-29T18:59:46.948Z Compiling sha2 v0.10.9
19262026-05-29T18:59:47.201Z Compiling ppv-lite86 v0.2.21
19272026-05-29T18:59:47.342Z Compiling url v2.5.8
19282026-05-29T18:59:47.378Z Compiling scroll_derive v0.13.1
19292026-05-29T18:59:47.509Z Compiling scroll_derive v0.12.1
19302026-05-29T18:59:47.546Z Compiling http v1.4.0
19312026-05-29T18:59:47.579Z Compiling pem-rfc7468 v0.7.0
19322026-05-29T18:59:47.717Z Compiling untrusted v0.9.0
19332026-05-29T18:59:47.746Z Compiling flagset v0.4.7
19342026-05-29T18:59:47.884Z Compiling der v0.7.10
19352026-05-29T18:59:48.161Z Compiling tracing v0.1.44
19362026-05-29T18:59:48.179Z Compiling regex v1.12.3
19372026-05-29T18:59:48.196Z Compiling darling_macro v0.21.3
19382026-05-29T18:59:48.593Z Compiling zerocopy-derive v0.7.35
19392026-05-29T18:59:48.611Z Compiling rand_core v0.9.5
19402026-05-29T18:59:48.614Z Compiling slog v2.8.2
19412026-05-29T18:59:49.061Z Compiling spki v0.7.3
19422026-05-29T18:59:49.077Z Compiling darling v0.21.3
19432026-05-29T18:59:49.105Z Compiling salsa20 v0.10.2
19442026-05-29T18:59:49.177Z Compiling pbkdf2 v0.12.2
19452026-05-29T18:59:49.488Z Compiling cookie v0.18.1
19462026-05-29T18:59:49.640Z Compiling camino v1.2.2
19472026-05-29T18:59:49.861Z Compiling scrypt v0.11.0
19482026-05-29T18:59:49.960Z Compiling rand_chacha v0.9.0
19492026-05-29T18:59:49.976Z Compiling http-body v1.0.1
19502026-05-29T18:59:49.992Z Compiling cbc v0.1.2
19512026-05-29T18:59:50.030Z Compiling tokio-util v0.7.18
19522026-05-29T18:59:50.110Z Compiling aes v0.8.4
19532026-05-29T18:59:50.206Z Compiling usdt-impl v0.5.0
19542026-05-29T18:59:50.267Z Compiling ref-cast v1.0.25
19552026-05-29T18:59:50.337Z Compiling untrusted v0.7.1
19562026-05-29T18:59:50.368Z Compiling tinyvec_macros v0.1.1
19572026-05-29T18:59:50.450Z Compiling either v1.15.0
19582026-05-29T18:59:50.493Z Compiling atomic-waker v1.1.2
19592026-05-29T18:59:50.574Z Compiling paste v1.0.15
19602026-05-29T18:59:50.579Z Compiling openssl-probe v0.2.1
19612026-05-29T18:59:50.606Z Compiling winnow v0.7.14
19622026-05-29T18:59:50.644Z Compiling usdt-impl v0.6.0
19632026-05-29T18:59:50.697Z Compiling pkcs5 v0.7.1
19642026-05-29T18:59:50.772Z Compiling tinyvec v1.10.0
19652026-05-29T18:59:50.979Z Compiling rand v0.9.2
19662026-05-29T18:59:51.158Z Compiling scroll v0.12.0
19672026-05-29T18:59:51.367Z Compiling scroll v0.13.0
19682026-05-29T18:59:51.466Z Compiling serde_spanned v0.6.9
19692026-05-29T18:59:51.471Z Compiling toml_datetime v0.6.11
19702026-05-29T18:59:51.471Z Compiling async-trait v0.1.89
19712026-05-29T18:59:51.517Z Compiling heapless v0.7.17
19722026-05-29T18:59:51.576Z Compiling bzip2-sys v0.1.13+1.0.8
19732026-05-29T18:59:51.618Z Compiling try-lock v0.2.5
19742026-05-29T18:59:51.680Z Compiling zstd-safe v7.2.4
19752026-05-29T18:59:51.716Z Compiling tower-service v0.3.3
19762026-05-29T18:59:51.805Z Compiling signal-hook v0.3.18
19772026-05-29T18:59:51.944Z Compiling fastrand v2.3.0
19782026-05-29T18:59:52.021Z Compiling tower-layer v0.3.3
19792026-05-29T18:59:52.080Z Compiling want v0.3.1
19802026-05-29T18:59:52.112Z Compiling toml_parser v1.0.9+spec-1.1.0
19812026-05-29T18:59:52.116Z Compiling h2 v0.4.13
19822026-05-29T18:59:52.268Z Compiling goblin v0.10.5
19832026-05-29T18:59:52.285Z Compiling goblin v0.8.2
19842026-05-29T18:59:52.342Z Compiling pkcs8 v0.10.2
19852026-05-29T18:59:52.507Z Compiling zerocopy v0.7.35
19862026-05-29T18:59:52.625Z Compiling ipnet v2.11.0
19872026-05-29T18:59:52.702Z Compiling ref-cast-impl v1.0.25
19882026-05-29T18:59:52.841Z Compiling curve25519-dalek v4.1.3
19892026-05-29T18:59:53.090Z Compiling darling_core v0.20.11
19902026-05-29T18:59:53.124Z Compiling memoffset v0.9.1
19912026-05-29T18:59:53.143Z Compiling httpdate v1.0.3
19922026-05-29T18:59:53.253Z Compiling pin-utils v0.1.0
19932026-05-29T18:59:53.342Z Compiling litrs v1.0.0
19942026-05-29T18:59:53.376Z Compiling winnow v0.5.40
19952026-05-29T18:59:53.819Z Compiling rustix v0.38.44
19962026-05-29T18:59:53.872Z Compiling foreign-types-shared v0.1.1
19972026-05-29T18:59:53.980Z Compiling foreign-types v0.3.2
19982026-05-29T18:59:54.069Z Compiling document-features v0.2.12
19992026-05-29T18:59:54.121Z Compiling tempfile v3.25.0
20002026-05-29T18:59:54.472Z Compiling dof v0.3.0
20012026-05-29T18:59:54.619Z Compiling unicode-normalization v0.1.25
20022026-05-29T18:59:54.777Z Compiling toml_edit v0.19.15
20032026-05-29T18:59:54.879Z Compiling dtrace-parser v0.2.0
20042026-05-29T18:59:55.050Z Compiling darling_macro v0.20.11
20052026-05-29T18:59:55.066Z Compiling hyper v1.8.1
20062026-05-29T18:59:55.086Z Compiling dof v0.4.0
20072026-05-29T18:59:55.302Z Compiling dtrace-parser v0.3.0
20082026-05-29T18:59:55.451Z Compiling pin-project-internal v1.1.11
20092026-05-29T18:59:55.481Z Compiling daft-derive v0.1.7
20102026-05-29T18:59:55.587Z Compiling spin v0.9.8
20112026-05-29T18:59:55.591Z Compiling thread-id v5.1.0
20122026-05-29T18:59:55.646Z Compiling thread-id v4.2.2
20132026-05-29T18:59:55.685Z Compiling smoltcp v0.9.1
20142026-05-29T18:59:55.776Z Compiling powerfmt v0.2.0
20152026-05-29T18:59:55.911Z Compiling cfg_aliases v0.2.1
20162026-05-29T18:59:55.936Z Compiling num-bigint-dig v0.8.6
20172026-05-29T18:59:56.003Z Compiling nix v0.31.2
20182026-05-29T18:59:56.027Z Compiling deranged v0.5.8
20192026-05-29T18:59:56.152Z Compiling hyper-util v0.1.20
20202026-05-29T18:59:56.184Z Compiling darling v0.20.11
20212026-05-29T18:59:56.579Z Compiling rustls-native-certs v0.8.3
20222026-05-29T18:59:56.616Z Compiling ipnetwork v0.21.1
20232026-05-29T18:59:57.024Z Compiling strum_macros v0.26.4
20242026-05-29T18:59:57.040Z Compiling curve25519-dalek-derive v0.1.1
20252026-05-29T18:59:57.194Z Compiling sync_wrapper v1.0.2
20262026-05-29T18:59:57.260Z Compiling wait-timeout v0.2.1
20272026-05-29T18:59:57.423Z Compiling bit-vec v0.8.0
20282026-05-29T18:59:57.508Z Compiling simd-adler32 v0.3.8
20292026-05-29T18:59:57.679Z Compiling utf8parse v0.2.2
20302026-05-29T18:59:57.764Z Compiling num_threads v0.1.7
20312026-05-29T18:59:57.810Z Compiling anstyle v1.0.13
20322026-05-29T18:59:57.828Z Compiling siphasher v1.0.2
20332026-05-29T18:59:57.879Z Compiling quick-error v1.2.3
20342026-05-29T18:59:58.010Z Compiling time v0.3.47
20352026-05-29T18:59:58.044Z Compiling rusty-fork v0.3.1
20362026-05-29T18:59:58.276Z Compiling anstyle-parse v0.2.7
20372026-05-29T18:59:58.347Z Compiling bit-set v0.8.0
20382026-05-29T18:59:58.480Z Compiling tower v0.5.3
20392026-05-29T18:59:58.603Z Compiling derive_builder_core v0.20.2
20402026-05-29T18:59:58.769Z Compiling http-body-util v0.1.3
20412026-05-29T18:59:58.994Z Compiling webpki-roots v1.0.6
20422026-05-29T18:59:59.053Z Compiling rand_xorshift v0.4.0
20432026-05-29T18:59:59.069Z Compiling signature v2.2.0
20442026-05-29T18:59:59.137Z Compiling hubpack_derive v0.1.1
20452026-05-29T18:59:59.221Z Compiling snafu-derive v0.8.9
20462026-05-29T18:59:59.237Z Compiling strum_macros v0.27.2
20472026-05-29T18:59:59.392Z Compiling fs-err v3.3.0
20482026-05-29T18:59:59.447Z Compiling ahash v0.8.12
20492026-05-29T18:59:59.604Z Compiling encoding_rs v0.8.35
20502026-05-29T18:59:59.619Z Compiling iri-string v0.7.10
20512026-05-29T18:59:59.637Z Compiling anstyle-query v1.1.5
20522026-05-29T18:59:59.685Z Compiling ryu v1.0.23
20532026-05-29T18:59:59.710Z Compiling unarray v0.1.4
20542026-05-29T18:59:59.765Z Compiling adler2 v2.0.1
20552026-05-29T18:59:59.885Z Compiling object v0.37.3
20562026-05-29T18:59:59.919Z Compiling unicode-segmentation v1.12.0
20572026-05-29T18:59:59.937Z Compiling colorchoice v1.0.4
20582026-05-29T19:00:00.064Z Compiling mime v0.3.17
20592026-05-29T19:00:00.138Z Compiling unicode-bidi v0.3.18
20602026-05-29T19:00:00.161Z Compiling allocator-api2 v0.2.21
20612026-05-29T19:00:00.193Z Compiling unicode-properties v0.1.4
20622026-05-29T19:00:00.215Z Compiling is_terminal_polyfill v1.70.2
20632026-05-29T19:00:00.309Z Compiling anstream v0.6.21
20642026-05-29T19:00:00.511Z Compiling stringprep v0.1.5
20652026-05-29T19:00:00.528Z Compiling serde_urlencoded v0.7.1
20662026-05-29T19:00:00.617Z Compiling miniz_oxide v0.8.9
20672026-05-29T19:00:00.719Z Compiling proptest v1.10.0
20682026-05-29T19:00:00.836Z Compiling tower-http v0.6.8
20692026-05-29T19:00:00.929Z Compiling derive_builder_macro v0.20.2
20702026-05-29T19:00:01.011Z Compiling tokio-native-tls v0.3.1
20712026-05-29T19:00:01.028Z Compiling usdt-attr-macro v0.6.0
20722026-05-29T19:00:01.165Z Compiling usdt-macro v0.6.0
20732026-05-29T19:00:01.538Z Compiling rand_chacha v0.3.1
20742026-05-29T19:00:01.619Z Compiling erased-serde v0.3.31
20752026-05-29T19:00:01.678Z Compiling md-5 v0.10.6
20762026-05-29T19:00:01.701Z Compiling bstr v1.12.1
20772026-05-29T19:00:01.819Z Compiling num-integer v0.1.46
20782026-05-29T19:00:01.836Z Compiling hash32 v0.2.1
20792026-05-29T19:00:01.855Z Compiling vergen-lib v9.1.0
20802026-05-29T19:00:01.918Z Compiling ff v0.13.1
20812026-05-29T19:00:02.038Z Compiling zlib-rs v0.6.2
20822026-05-29T19:00:02.055Z Compiling psl-types v2.0.11
20832026-05-29T19:00:02.075Z Compiling base16ct v0.2.0
20842026-05-29T19:00:02.145Z Compiling fallible-iterator v0.2.0
20852026-05-29T19:00:02.215Z Compiling sec1 v0.7.3
20862026-05-29T19:00:02.260Z Compiling publicsuffix v2.3.0
20872026-05-29T19:00:02.375Z Compiling num-iter v0.1.45
20882026-05-29T19:00:02.458Z Compiling postgres-protocol v0.6.10
20892026-05-29T19:00:02.477Z Compiling group v0.13.0
20902026-05-29T19:00:02.673Z Compiling rand v0.8.6
20912026-05-29T19:00:02.833Z Compiling newtype-uuid v1.3.2
20922026-05-29T19:00:03.266Z Compiling oxnet v0.1.4
20932026-05-29T19:00:03.324Z Compiling derive_builder v0.20.2
20942026-05-29T19:00:03.470Z Compiling hyper-tls v0.6.0
20952026-05-29T19:00:03.615Z Compiling heck v0.4.1
20962026-05-29T19:00:03.644Z Compiling phf_shared v0.13.1
20972026-05-29T19:00:03.664Z Compiling pin-project v1.1.11
20982026-05-29T19:00:03.756Z Compiling lazy_static v1.5.0
20992026-05-29T19:00:03.873Z Compiling terminal_size v0.4.3
21002026-05-29T19:00:03.899Z Compiling serde_with_macros v3.17.0
21012026-05-29T19:00:03.916Z Compiling futures-executor v0.3.32
21022026-05-29T19:00:03.920Z Compiling hex v0.4.3
21032026-05-29T19:00:04.030Z Compiling hkdf v0.12.4
21042026-05-29T19:00:04.130Z Compiling flate2 v1.1.9
21052026-05-29T19:00:04.172Z Compiling crypto-bigint v0.5.5
21062026-05-29T19:00:04.189Z Compiling clap_derive v4.5.55
21072026-05-29T19:00:04.227Z Compiling async-recursion v1.1.1
21082026-05-29T19:00:04.325Z Compiling enum-as-inner v0.6.1
21092026-05-29T19:00:04.340Z Compiling serde_repr v0.1.20
21102026-05-29T19:00:04.397Z Compiling vergen v9.1.0
21112026-05-29T19:00:04.556Z Compiling cargo-platform v0.3.2
21122026-05-29T19:00:04.598Z Compiling bitflags v1.3.2
21132026-05-29T19:00:04.656Z Compiling foldhash v0.2.0
21142026-05-29T19:00:04.703Z Compiling clap_lex v1.0.0
21152026-05-29T19:00:04.817Z Compiling same-file v1.0.6
21162026-05-29T19:00:04.841Z Compiling managed v0.8.0
21172026-05-29T19:00:04.860Z Compiling foldhash v0.1.5
21182026-05-29T19:00:04.883Z Compiling bumpalo v3.20.2
21192026-05-29T19:00:04.887Z Compiling libbz2-rs-sys v0.2.2
21202026-05-29T19:00:05.091Z Compiling zopfli v0.8.3
21212026-05-29T19:00:05.122Z Compiling elliptic-curve v0.13.8
21222026-05-29T19:00:05.156Z Compiling hashbrown v0.15.5
21232026-05-29T19:00:05.292Z Compiling walkdir v2.5.0
21242026-05-29T19:00:05.493Z Compiling bzip2 v0.6.1
21252026-05-29T19:00:05.506Z Compiling clap_builder v4.5.60
21262026-05-29T19:00:05.592Z Compiling hashbrown v0.16.1
21272026-05-29T19:00:05.773Z Compiling cargo_metadata v0.23.1
21282026-05-29T19:00:05.783Z Compiling futures v0.3.32
21292026-05-29T19:00:06.032Z Compiling phf v0.13.1
21302026-05-29T19:00:06.079Z Compiling zstd v0.13.3
21312026-05-29T19:00:06.197Z Compiling snafu v0.8.9
21322026-05-29T19:00:06.213Z Compiling signal-hook-mio v0.2.5
21332026-05-29T19:00:06.217Z Compiling daft v0.1.7
21342026-05-29T19:00:06.382Z Compiling cookie_store v0.22.1
21352026-05-29T19:00:06.516Z Compiling postgres-types v0.2.12
21362026-05-29T19:00:06.544Z Compiling bzip2 v0.4.4
21372026-05-29T19:00:06.672Z Compiling globset v0.4.18
21382026-05-29T19:00:06.788Z Compiling strum v0.27.2
21392026-05-29T19:00:06.998Z Compiling hubpack v0.1.2
21402026-05-29T19:00:07.015Z Compiling ed25519 v2.2.3
21412026-05-29T19:00:07.064Z Compiling phf_shared v0.11.3
21422026-05-29T19:00:07.150Z Compiling crossbeam-epoch v0.9.18
21432026-05-29T19:00:07.263Z Compiling olpc-cjson v0.1.4
21442026-05-29T19:00:07.280Z Compiling pkcs1 v0.7.5
21452026-05-29T19:00:07.312Z Compiling pem v3.0.6
21462026-05-29T19:00:07.451Z Compiling serde-big-array v0.5.1
21472026-05-29T19:00:07.467Z Compiling serde_plain v1.0.2
21482026-05-29T19:00:07.612Z Compiling rfc6979 v0.4.0
21492026-05-29T19:00:07.627Z Compiling float-cmp v0.10.0
21502026-05-29T19:00:07.669Z Compiling memmap2 v0.9.10
21512026-05-29T19:00:07.673Z Compiling env_filter v1.0.0
21522026-05-29T19:00:07.701Z Compiling typed-path v0.9.3
21532026-05-29T19:00:07.705Z Compiling whoami v2.1.0
21542026-05-29T19:00:07.705Z Compiling predicates-core v1.0.10
21552026-05-29T19:00:07.754Z Compiling static_assertions v1.1.0
21562026-05-29T19:00:07.788Z Compiling jiff v0.2.21
21572026-05-29T19:00:07.984Z Compiling precomputed-hash v0.1.1
21582026-05-29T19:00:07.996Z Compiling keccak v0.1.6
21592026-05-29T19:00:07.996Z Compiling fixedbitset v0.4.2
21602026-05-29T19:00:07.996Z Compiling new_debug_unreachable v1.0.6
21612026-05-29T19:00:07.996Z Compiling toml_write v0.1.2
21622026-05-29T19:00:08.000Z Compiling normalize-line-endings v0.3.0
21632026-05-29T19:00:08.005Z Compiling difflib v0.4.0
21642026-05-29T19:00:08.060Z Compiling data-encoding v2.10.0
21652026-05-29T19:00:08.087Z Compiling fixedbitset v0.5.7
21662026-05-29T19:00:08.134Z Compiling petgraph v0.6.5
21672026-05-29T19:00:08.182Z Compiling toml_edit v0.22.27
21682026-05-29T19:00:08.209Z Compiling sha3 v0.10.8
21692026-05-29T19:00:08.259Z Compiling predicates v3.1.4
21702026-05-29T19:00:08.390Z Compiling hickory-proto v0.25.2
21712026-05-29T19:00:08.480Z Compiling petgraph v0.8.3
21722026-05-29T19:00:08.603Z Compiling string_cache v0.8.9
21732026-05-29T19:00:08.627Z Compiling tokio-postgres v0.7.16
21742026-05-29T19:00:08.836Z Compiling env_logger v0.11.9
21752026-05-29T19:00:08.899Z Compiling usdt v0.6.0
21762026-05-29T19:00:09.172Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21772026-05-29T19:00:09.189Z Compiling ecdsa v0.16.9
21782026-05-29T19:00:09.229Z Compiling rsa v0.9.10
21792026-05-29T19:00:09.602Z Compiling ed25519-dalek v2.2.0
21802026-05-29T19:00:09.901Z Compiling clap v4.5.60
21812026-05-29T19:00:10.023Z Compiling crossterm v0.28.1
21822026-05-29T19:00:10.131Z Compiling zip v0.6.6
21832026-05-29T19:00:10.381Z Compiling zip v4.6.1
21842026-05-29T19:00:10.658Z Compiling iddqd v0.4.2
21852026-05-29T19:00:10.887Z Compiling serde_with v3.17.0
21862026-05-29T19:00:11.053Z Compiling similar v2.7.0
21872026-05-29T19:00:11.061Z Compiling strum v0.26.3
21882026-05-29T19:00:11.193Z Compiling toml v0.7.8
21892026-05-29T19:00:11.235Z Compiling tokio-stream v0.1.18
21902026-05-29T19:00:11.286Z Compiling itertools v0.13.0
21912026-05-29T19:00:11.525Z Compiling buf-list v1.1.2
21922026-05-29T19:00:11.784Z Compiling x509-cert v0.2.5
21932026-05-29T19:00:11.885Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21942026-05-29T19:00:11.982Z Compiling openapiv3 v2.2.0
21952026-05-29T19:00:12.144Z Compiling sha1 v0.10.6
21962026-05-29T19:00:12.505Z Compiling lalrpop-util v0.19.12
21972026-05-29T19:00:12.562Z Compiling peg-runtime v0.8.5
21982026-05-29T19:00:27.715Z Compiling rustls-webpki v0.103.9
21992026-05-29T19:00:28.641Z Compiling macaddr v1.0.1
22002026-05-29T19:00:28.796Z Compiling structmeta-derive v0.3.0
22012026-05-29T19:00:28.826Z Compiling crucible-workspace-hack v0.1.0
22022026-05-29T19:00:28.947Z Compiling rayon-core v1.13.0
22032026-05-29T19:00:29.059Z Compiling itertools v0.14.0
22042026-05-29T19:00:29.180Z Compiling secrecy v0.10.3
22052026-05-29T19:00:29.210Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22062026-05-29T19:00:29.214Z Compiling heapless v0.8.0
22072026-05-29T19:00:29.245Z Compiling rustls v0.22.4
22082026-05-29T19:00:29.374Z Compiling toml_datetime v0.7.5+spec-1.1.0
22092026-05-29T19:00:29.589Z Compiling toml_edit v0.23.10+spec-1.0.0
22102026-05-29T19:00:29.620Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22112026-05-29T19:00:29.637Z Compiling crossbeam-deque v0.8.6
22122026-05-29T19:00:29.641Z Compiling rustls-webpki v0.102.8
22132026-05-29T19:00:29.720Z Compiling hash32 v0.3.1
22142026-05-29T19:00:29.789Z Compiling structmeta v0.3.0
22152026-05-29T19:00:29.805Z Compiling multer v3.1.0
22162026-05-29T19:00:29.949Z Compiling thread_local v1.1.9
22172026-05-29T19:00:29.962Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22182026-05-29T19:00:29.962Z Compiling unicode-width v0.2.0
22192026-05-29T19:00:29.962Z Compiling compression-core v0.4.31
22202026-05-29T19:00:30.016Z Compiling match_cfg v0.1.0
22212026-05-29T19:00:30.032Z Compiling smoltcp v0.11.0
22222026-05-29T19:00:30.112Z Compiling slog-async v2.8.0
22232026-05-29T19:00:30.130Z Compiling proc-macro-crate v3.4.0
22242026-05-29T19:00:30.183Z Compiling hostname v0.3.1
22252026-05-29T19:00:30.250Z Compiling compression-codecs v0.4.37
22262026-05-29T19:00:30.327Z Compiling derive-ex v0.1.8
22272026-05-29T19:00:30.344Z Compiling ingot-macros v0.1.1
22282026-05-29T19:00:30.454Z Compiling slog-json v2.6.1
22292026-05-29T19:00:30.512Z Compiling crossbeam-channel v0.5.15
22302026-05-29T19:00:30.578Z Compiling half v2.7.1
22312026-05-29T19:00:30.633Z Compiling newtype-uuid-macros v0.1.0
22322026-05-29T19:00:30.730Z Compiling cobs v0.3.0
22332026-05-29T19:00:30.883Z Compiling thiserror-impl-no-std v2.0.2
22342026-05-29T19:00:30.957Z Compiling universal-hash v0.5.1
22352026-05-29T19:00:31.026Z Compiling async-stream-impl v0.3.6
22362026-05-29T19:00:31.120Z Compiling serde_spanned v1.0.4
22372026-05-29T19:00:31.214Z Compiling toml_datetime v1.0.0+spec-1.1.0
22382026-05-29T19:00:31.309Z Compiling is-terminal v0.4.17
22392026-05-29T19:00:31.367Z Compiling dropshot v0.17.0
22402026-05-29T19:00:31.429Z Compiling tokio-rustls v0.26.4
22412026-05-29T19:00:31.469Z Compiling rustls-platform-verifier v0.6.2
22422026-05-29T19:00:31.597Z Compiling proc-macro-error-attr v1.0.4
22432026-05-29T19:00:31.612Z Compiling toml_writer v1.0.6+spec-1.1.0
22442026-05-29T19:00:31.659Z Compiling hyper-rustls v0.27.7
22452026-05-29T19:00:31.710Z Compiling term v1.2.1
22462026-05-29T19:00:31.731Z Compiling convert_case v0.4.0
22472026-05-29T19:00:31.846Z Compiling ciborium-io v0.2.2
22482026-05-29T19:00:31.873Z Compiling take_mut v0.2.2
22492026-05-29T19:00:31.905Z Compiling reqwest v0.12.28
22502026-05-29T19:00:31.939Z Compiling reqwest v0.13.2
22512026-05-29T19:00:31.956Z Compiling opaque-debug v0.3.1
22522026-05-29T19:00:31.969Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22532026-05-29T19:00:32.017Z Compiling thiserror-no-std v2.0.2
22542026-05-29T19:00:32.051Z Compiling slog-term v2.9.2
22552026-05-29T19:00:32.066Z Compiling derive_more v0.99.20
22562026-05-29T19:00:32.136Z Compiling poly1305 v0.8.0
22572026-05-29T19:00:32.152Z Compiling ciborium-ll v0.2.2
22582026-05-29T19:00:32.211Z Compiling test-strategy v0.4.5
22592026-05-29T19:00:32.448Z Compiling tokio-rustls v0.25.0
22602026-05-29T19:00:32.789Z Compiling toml v1.0.6+spec-1.1.0
22612026-05-29T19:00:32.805Z Compiling async-stream v0.3.6
22622026-05-29T19:00:32.942Z Compiling ingot-types v0.1.2
22632026-05-29T19:00:33.075Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22642026-05-29T19:00:33.151Z Compiling postcard v1.1.3
22652026-05-29T19:00:33.308Z Compiling slog-bunyan v2.5.0
22662026-05-29T19:00:33.430Z Compiling ingot v0.1.1
22672026-05-29T19:00:33.515Z Compiling tough v0.22.0
22682026-05-29T19:00:33.515Z Compiling num_enum_derive v0.7.5
22692026-05-29T19:00:33.550Z Compiling async-compression v0.4.41
22702026-05-29T19:00:33.936Z Compiling parse-display-derive v0.10.0
22712026-05-29T19:00:34.033Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22722026-05-29T19:00:34.251Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22732026-05-29T19:00:34.544Z Compiling proc-macro-crate v1.3.1
22742026-05-29T19:00:34.554Z Compiling backon v1.6.0
22752026-05-29T19:00:34.770Z Compiling waitgroup v0.1.2
22762026-05-29T19:00:34.787Z Compiling password-hash v0.5.0
22772026-05-29T19:00:34.823Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
22782026-05-29T19:00:34.831Z Compiling chacha20 v0.9.1
22792026-05-29T19:00:34.960Z Compiling dropshot_endpoint v0.17.0
22802026-05-29T19:00:35.182Z Compiling rustls-pemfile v2.2.0
22812026-05-29T19:00:35.208Z Compiling blake2 v0.10.6
22822026-05-29T19:00:35.291Z Compiling aead v0.5.2
22832026-05-29T19:00:35.485Z Compiling foreign-types-macros v0.2.3
22842026-05-29T19:00:35.516Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22852026-05-29T19:00:35.537Z Compiling serde_path_to_error v0.1.20
22862026-05-29T19:00:35.652Z Compiling hostname v0.4.2
22872026-05-29T19:00:35.759Z Compiling proc-macro-error v1.0.4
22882026-05-29T19:00:35.775Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22892026-05-29T19:00:35.842Z Compiling instant v0.1.13
22902026-05-29T19:00:35.949Z Compiling cpufeatures v0.3.0
22912026-05-29T19:00:35.963Z Compiling foreign-types-shared v0.3.1
22922026-05-29T19:00:35.987Z Compiling typeid v1.0.3
22932026-05-29T19:00:35.991Z Compiling debug-ignore v1.0.5
22942026-05-29T19:00:36.022Z Compiling chacha20 v0.10.0
22952026-05-29T19:00:36.081Z Compiling foreign-types v0.5.0
22962026-05-29T19:00:36.108Z Compiling backoff v0.4.0
22972026-05-29T19:00:36.124Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22982026-05-29T19:00:36.124Z Compiling argon2 v0.5.3
22992026-05-29T19:00:36.154Z Compiling chacha20poly1305 v0.10.1
23002026-05-29T19:00:36.157Z Compiling parse-display v0.10.0
23012026-05-29T19:00:36.186Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23022026-05-29T19:00:36.344Z Compiling num_enum_derive v0.5.11
23032026-05-29T19:00:36.360Z Compiling num_enum v0.7.5
23042026-05-29T19:00:36.364Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23052026-05-29T19:00:36.525Z Compiling ciborium v0.2.2
23062026-05-29T19:00:36.712Z Compiling vsss-rs v3.3.4
23072026-05-29T19:00:36.809Z Compiling tabwriter v1.4.1
23082026-05-29T19:00:36.884Z Compiling regress v0.10.5
23092026-05-29T19:00:37.068Z Compiling byte-wrapper v0.1.0
23102026-05-29T19:00:37.154Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23112026-05-29T19:00:37.171Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23122026-05-29T19:00:37.203Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23132026-05-29T19:00:37.282Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23142026-05-29T19:00:37.419Z Compiling cstr-argument v0.1.2
23152026-05-29T19:00:37.438Z Compiling erased-serde v0.4.9
23162026-05-29T19:00:37.504Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23172026-05-29T19:00:37.622Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23182026-05-29T19:00:37.662Z Compiling humantime v2.3.0
23192026-05-29T19:00:37.796Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23202026-05-29T19:00:37.873Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23212026-05-29T19:00:37.888Z Compiling num_enum v0.5.11
23222026-05-29T19:00:37.936Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23232026-05-29T19:00:38.002Z Compiling rand v0.10.0
23242026-05-29T19:00:38.145Z Compiling rayon v1.11.0
23252026-05-29T19:00:38.151Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23262026-05-29T19:00:38.151Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23272026-05-29T19:00:38.195Z Compiling indent_write v2.2.0
23282026-05-29T19:00:38.212Z Compiling colored v3.1.1
23292026-05-29T19:00:38.258Z Compiling libefi-sys v0.1.0
23302026-05-29T19:00:38.276Z Compiling zone_cfg_derive v0.3.1
23312026-05-29T19:00:38.330Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23322026-05-29T19:00:38.416Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23332026-05-29T19:00:38.491Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23342026-05-29T19:00:38.511Z Compiling camino-tempfile v1.4.1
23352026-05-29T19:00:38.730Z Compiling itertools v0.12.1
23362026-05-29T19:00:38.799Z Compiling usdt-macro v0.5.0
23372026-05-29T19:00:38.893Z Compiling usdt-attr-macro v0.5.0
23382026-05-29T19:00:38.911Z Compiling num-derive v0.4.2
23392026-05-29T19:00:38.926Z Compiling bitfield-struct v0.6.2
23402026-05-29T19:00:38.962Z Compiling blake3 v1.8.3
23412026-05-29T19:00:38.978Z Compiling ordered-float v2.10.1
23422026-05-29T19:00:39.277Z Compiling memmap v0.7.0
23432026-05-29T19:00:39.337Z Compiling sigpipe v0.1.3
23442026-05-29T19:00:39.456Z Compiling glob v0.3.3
23452026-05-29T19:00:39.500Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23462026-05-29T19:00:39.531Z Compiling swrite v0.1.0
23472026-05-29T19:00:39.560Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23482026-05-29T19:00:39.655Z Compiling usdt v0.5.0
23492026-05-29T19:00:39.676Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23502026-05-29T19:00:39.798Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23512026-05-29T19:00:39.899Z Compiling serde-value v0.7.0
23522026-05-29T19:00:40.201Z Compiling zone v0.3.1
23532026-05-29T19:00:40.221Z Compiling serde-untagged v0.1.9
23542026-05-29T19:00:40.237Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23552026-05-29T19:00:40.386Z Compiling toml v0.8.23
23562026-05-29T19:00:40.479Z Compiling smf v0.2.3
23572026-05-29T19:00:40.506Z Compiling filetime v0.2.27
23582026-05-29T19:00:40.526Z Compiling whoami v1.6.1
23592026-05-29T19:00:40.549Z Compiling constant_time_eq v0.4.2
23602026-05-29T19:00:40.603Z Compiling arrayvec v0.7.6
23612026-05-29T19:00:40.608Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-05-29T19:00:40.721Z Compiling unicode-xid v0.2.6
23632026-05-29T19:00:40.740Z Compiling arrayref v0.3.9
23642026-05-29T19:00:40.768Z Compiling xattr v1.6.1
23652026-05-29T19:00:40.810Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23662026-05-29T19:00:40.867Z Compiling cargo-util-schemas v0.8.2
23672026-05-29T19:00:40.889Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23682026-05-29T19:00:40.988Z Compiling tar v0.4.45
23692026-05-29T19:00:41.005Z Compiling tokio-dtrace v0.1.1
23702026-05-29T19:00:41.147Z Compiling console v0.16.2
23712026-05-29T19:00:41.348Z Compiling gethostname v0.5.0
23722026-05-29T19:00:41.508Z Compiling cargo-platform v0.2.0
23732026-05-29T19:00:41.524Z Compiling unit-prefix v0.5.2
23742026-05-29T19:00:41.604Z Compiling topological-sort v0.2.2
23752026-05-29T19:00:41.626Z Compiling oxide-tokio-rt v0.1.4
23762026-05-29T19:00:41.708Z Compiling indicatif v0.18.4
23772026-05-29T19:00:41.765Z Compiling shell-words v1.1.1
23782026-05-29T19:00:41.822Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23792026-05-29T19:00:42.046Z Compiling cargo_metadata v0.21.0
23802026-05-29T19:00:53.699Z Compiling progenitor-client v0.10.0
23812026-05-29T19:00:53.699Z Compiling omicron-zone-package v0.12.2
23822026-05-29T19:00:53.713Z Compiling progenitor-client v0.14.0
23832026-05-29T19:00:53.713Z Compiling progenitor-extras v0.2.0
23842026-05-29T19:00:54.454Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23852026-05-29T19:00:54.471Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23862026-05-29T19:00:54.471Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23872026-05-29T19:00:54.471Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23882026-05-29T19:00:54.471Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23892026-05-29T19:00:54.472Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23902026-05-29T19:00:54.472Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23912026-05-29T19:00:54.488Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23922026-05-29T19:00:54.955Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23932026-05-29T19:00:58.496Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23942026-05-29T19:01:06.093Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23952026-05-29T19:01:09.157Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23962026-05-29T19:01:10.142Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23972026-05-29T19:01:19.855Z Finished `release` profile [optimized] target(s) in 1m 43s
23982026-05-29T19:01:20.009Z Running `target/release/omicron-package -t test target create -p dev`
23992026-05-29T19:01:20.075ZLogging to: /work/oxidecomputer/omicron/out/LOG
24002026-05-29T19:01:20.078ZCreated new build target 'test' and set it as active
24012026-05-29T19:01:20.081Z
24022026-05-29T19:01:20.081Zreal 1:43.900729323
24032026-05-29T19:01:20.081Zuser 16:54.286884329
24042026-05-29T19:01:20.081Zsys 2:39.113117065
24052026-05-29T19:01:20.081Ztrap 0.457511781
24062026-05-29T19:01:20.081Ztflt 2.871566478
24072026-05-29T19:01:20.081Zdflt 4.800021369
24082026-05-29T19:01:20.081Zkflt 0.000572012
24092026-05-29T19:01:20.081Zlock 52:31.351138574
24102026-05-29T19:01:20.081Zslp 43:01.107718047
24112026-05-29T19:01:20.081Zlat 43.126949827
24122026-05-29T19:01:20.081Zstop 5:33.911440904
24132026-05-29T19:01:20.081Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24142026-05-29T19:01:20.951Z Finished `release` profile [optimized] target(s) in 0.86s
24152026-05-29T19:01:21.022Z Running `target/release/omicron-package -t test package`
24162026-05-29T19:01:21.079ZLogging to: /work/oxidecomputer/omicron/out/LOG
24172026-05-29T19:01:22.506Z Compiling heck v0.5.0
24182026-05-29T19:01:22.509Z Compiling regress v0.11.1
24192026-05-29T19:01:22.720Z Compiling unsafe-libyaml v0.2.11
24202026-05-29T19:01:22.754Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24212026-05-29T19:01:22.777Z Compiling regress v0.10.5
24222026-05-29T19:01:22.801Z Compiling is-terminal v0.4.17
24232026-05-29T19:01:22.818Z Compiling unicode-width v0.1.14
24242026-05-29T19:01:22.821Z Compiling prettyplease v0.2.37
24252026-05-29T19:01:22.821Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24262026-05-29T19:01:22.821Z Compiling bytecount v0.6.9
24272026-05-29T19:01:22.821Z Compiling rustls v0.22.4
24282026-05-29T19:01:22.821Z Compiling rustls-webpki v0.102.8
24292026-05-29T19:01:22.821Z Compiling derive-where v1.6.0
24302026-05-29T19:01:22.840Z Compiling thread_local v1.1.9
24312026-05-29T19:01:22.863Z Compiling compression-core v0.4.31
24322026-05-29T19:01:22.990Z Compiling match_cfg v0.1.0
24332026-05-29T19:01:23.013Z Compiling multer v3.1.0
24342026-05-29T19:01:23.060Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24352026-05-29T19:01:23.085Z Compiling slog-async v2.8.0
24362026-05-29T19:01:23.110Z Compiling compression-codecs v0.4.37
24372026-05-29T19:01:23.131Z Compiling hostname v0.3.1
24382026-05-29T19:01:23.131Z Compiling crossbeam-channel v0.5.15
24392026-05-29T19:01:23.179Z Compiling slog-json v2.6.1
24402026-05-29T19:01:23.181Z Compiling toml_datetime v1.0.0+spec-1.1.0
24412026-05-29T19:01:23.225Z Compiling serde_spanned v1.0.4
24422026-05-29T19:01:23.292Z Compiling serde_yaml v0.9.34+deprecated
24432026-05-29T19:01:23.341Z Compiling take_mut v0.2.2
24442026-05-29T19:01:23.377Z Compiling toml_writer v1.0.6+spec-1.1.0
24452026-05-29T19:01:23.400Z Compiling term v1.2.1
24462026-05-29T19:01:23.420Z Compiling slog-bunyan v2.5.0
24472026-05-29T19:01:23.443Z Compiling async-compression v0.4.41
24482026-05-29T19:01:23.559Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24492026-05-29T19:01:23.584Z Compiling toml v1.0.6+spec-1.1.0
24502026-05-29T19:01:23.621Z Compiling async-stream v0.3.6
24512026-05-29T19:01:23.621Z Compiling dropshot v0.17.0
24522026-05-29T19:01:23.709Z Compiling slog-term v2.9.2
24532026-05-29T19:01:23.730Z Compiling num-rational v0.4.2
24542026-05-29T19:01:23.772Z Compiling progenitor-client v0.14.0
24552026-05-29T19:01:23.816Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24562026-05-29T19:01:23.897Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24572026-05-29T19:01:23.926Z Compiling waitgroup v0.1.2
24582026-05-29T19:01:23.968Z Compiling backon v1.6.0
24592026-05-29T19:01:24.024Z Compiling rustls-pemfile v2.2.0
24602026-05-29T19:01:24.090Z Compiling num-complex v0.4.6
24612026-05-29T19:01:24.112Z Compiling serde_path_to_error v0.1.20
24622026-05-29T19:01:24.112Z Compiling hostname v0.4.2
24632026-05-29T19:01:24.156Z Compiling instant v0.1.13
24642026-05-29T19:01:24.200Z Compiling debug-ignore v1.0.5
24652026-05-29T19:01:24.231Z Compiling typify-impl v0.6.2
24662026-05-29T19:01:24.232Z Compiling progenitor-extras v0.2.0
24672026-05-29T19:01:24.293Z Compiling backoff v0.4.0
24682026-05-29T19:01:24.296Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24692026-05-29T19:01:24.340Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24702026-05-29T19:01:24.530Z Compiling num v0.4.3
24712026-05-29T19:01:24.554Z Compiling parse-display v0.10.0
24722026-05-29T19:01:24.574Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24732026-05-29T19:01:24.599Z Compiling progenitor-client v0.10.0
24742026-05-29T19:01:24.633Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24752026-05-29T19:01:24.655Z Compiling macaddr v1.0.1
24762026-05-29T19:01:24.739Z Compiling float-ord v0.3.2
24772026-05-29T19:01:24.761Z Compiling humantime v2.3.0
24782026-05-29T19:01:24.874Z Compiling console v0.15.11
24792026-05-29T19:01:24.923Z Compiling atomicwrites v0.4.4
24802026-05-29T19:01:24.923Z Compiling newline-converter v0.3.0
24812026-05-29T19:01:25.040Z Compiling progenitor-client v0.13.0
24822026-05-29T19:01:25.060Z Compiling slog-dtrace v0.3.0
24832026-05-29T19:01:25.114Z Compiling cancel-safe-futures v0.1.5
24842026-05-29T19:01:25.209Z Compiling tokio-rustls v0.25.0
24852026-05-29T19:01:25.264Z Compiling resolv-conf v0.7.6
24862026-05-29T19:01:25.339Z Compiling expectorate v1.2.0
24872026-05-29T19:01:25.360Z Compiling owo-colors v4.3.0
24882026-05-29T19:01:25.457Z Compiling toml v0.8.23
24892026-05-29T19:01:25.476Z Compiling libsw-core v0.3.2
24902026-05-29T19:01:25.662Z Compiling libsw v3.5.0
24912026-05-29T19:01:25.694Z Compiling linked-hash-map v0.5.6
24922026-05-29T19:01:25.807Z Compiling linear-map v1.2.0
24932026-05-29T19:01:25.906Z Compiling lru-cache v0.1.2
24942026-05-29T19:01:25.939Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24952026-05-29T19:01:25.960Z Compiling minimal-lexical v0.2.1
24962026-05-29T19:01:26.037Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24972026-05-29T19:01:26.058Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24982026-05-29T19:01:26.086Z Compiling hickory-proto v0.24.4
24992026-05-29T19:01:26.108Z Compiling unicode-xid v0.2.6
25002026-05-29T19:01:26.194Z Compiling nom v7.1.3
25012026-05-29T19:01:26.222Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25022026-05-29T19:01:26.244Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25032026-05-29T19:01:26.268Z Compiling convert_case v0.10.0
25042026-05-29T19:01:26.633Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25052026-05-29T19:01:26.792Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25062026-05-29T19:01:27.056Z Compiling derive_more-impl v2.1.1
25072026-05-29T19:01:27.615Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25082026-05-29T19:01:27.638Z Compiling papergrid v0.11.0
25092026-05-29T19:01:27.751Z Compiling typify-macro v0.6.2
25102026-05-29T19:01:27.788Z Compiling tabled_derive v0.7.0
25112026-05-29T19:01:27.857Z Compiling derive_more v2.1.1
25122026-05-29T19:01:27.971Z Compiling termtree v0.5.1
25132026-05-29T19:01:28.177Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25142026-05-29T19:01:28.449Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25152026-05-29T19:01:28.679Z Compiling hickory-resolver v0.24.4
25162026-05-29T19:01:28.760Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25172026-05-29T19:01:28.953Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25182026-05-29T19:01:29.085Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25192026-05-29T19:01:29.174Z Compiling tabled v0.15.0
25202026-05-29T19:01:29.297Z Compiling typify v0.6.2
25212026-05-29T19:01:29.611Z Compiling progenitor-impl v0.14.0
25222026-05-29T19:01:29.823Z Compiling progenitor-impl v0.13.0
25232026-05-29T19:01:31.769Z Compiling progenitor-macro v0.14.0
25242026-05-29T19:01:32.026Z Compiling progenitor-macro v0.13.0
25252026-05-29T19:01:32.051Z Compiling qorb v0.4.1
25262026-05-29T19:01:33.916Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25272026-05-29T19:01:34.236Z Compiling crossterm v0.29.0
25282026-05-29T19:01:34.303Z Compiling phf_shared v0.12.1
25292026-05-29T19:01:34.509Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25302026-05-29T19:01:34.563Z Compiling vte v0.14.1
25312026-05-29T19:01:34.824Z Compiling csv-core v0.1.13
25322026-05-29T19:01:35.057Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25332026-05-29T19:01:35.162Z Compiling highway v1.3.0
25342026-05-29T19:01:35.268Z Compiling chrono-tz v0.10.4
25352026-05-29T19:01:35.529Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25362026-05-29T19:01:35.558Z Compiling csv v1.4.0
25372026-05-29T19:01:35.813Z Compiling progenitor v0.14.0
25382026-05-29T19:01:35.909Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25392026-05-29T19:01:36.004Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25402026-05-29T19:01:36.144Z Compiling progenitor v0.13.0
25412026-05-29T19:01:36.331Z Compiling strip-ansi-escapes v0.2.1
25422026-05-29T19:01:36.354Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25432026-05-29T19:01:36.555Z Compiling phf v0.12.1
25442026-05-29T19:01:36.808Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25452026-05-29T19:01:36.923Z Compiling const_format_proc_macros v0.2.34
25462026-05-29T19:01:36.951Z Compiling fd-lock v4.0.4
25472026-05-29T19:01:37.062Z Compiling peg-macros v0.8.5
25482026-05-29T19:01:37.128Z Compiling nu-ansi-term v0.50.3
25492026-05-29T19:01:37.684Z Compiling reedline v0.40.0
25502026-05-29T19:01:37.726Z Compiling const_format v0.2.35
25512026-05-29T19:01:38.286Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25522026-05-29T19:01:38.373Z Compiling peg v0.8.5
25532026-05-29T19:01:38.478Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25542026-05-29T19:01:39.158Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25552026-05-29T19:01:39.274Z Compiling bcs v0.1.6
25562026-05-29T19:01:39.458Z Compiling semver v0.1.20
25572026-05-29T19:01:39.716Z Compiling rustc_version v0.1.7
25582026-05-29T19:01:39.753Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25592026-05-29T19:01:39.776Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25602026-05-29T19:01:40.002Z Compiling newtype_derive v0.1.6
25612026-05-29T19:01:40.055Z Compiling smawk v0.3.2
25622026-05-29T19:01:40.225Z Compiling unicode-linebreak v0.1.5
25632026-05-29T19:01:40.314Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25642026-05-29T19:01:40.551Z Compiling textwrap v0.16.2
25652026-05-29T19:01:40.833Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25662026-05-29T19:01:40.956Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25672026-05-29T19:01:41.322Z Compiling base64 v0.21.7
25682026-05-29T19:01:41.608Z Compiling steno v0.4.1
25692026-05-29T19:01:41.878Z Compiling dropshot-api-manager-types v0.7.2
25702026-05-29T19:01:42.192Z Compiling tagptr v0.2.0
25712026-05-29T19:01:42.233Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25722026-05-29T19:01:42.401Z Compiling moka v0.12.13
25732026-05-29T19:01:42.472Z Compiling utf-8 v0.7.6
25742026-05-29T19:01:42.511Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25752026-05-29T19:01:42.559Z Compiling radium v0.7.0
25762026-05-29T19:01:42.685Z Compiling tungstenite v0.21.0
25772026-05-29T19:01:42.718Z Compiling display-error-chain v0.2.2
25782026-05-29T19:01:42.828Z Compiling maybe-uninit v2.0.0
25792026-05-29T19:01:42.894Z Compiling tap v1.0.1
25802026-05-29T19:01:43.043Z Compiling wyz v0.5.1
25812026-05-29T19:01:43.206Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25822026-05-29T19:01:43.292Z Compiling tokio-tungstenite v0.21.0
25832026-05-29T19:01:43.355Z Compiling num-derive v0.3.3
25842026-05-29T19:01:43.666Z Compiling hickory-resolver v0.25.2
25852026-05-29T19:01:43.689Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25862026-05-29T19:01:44.238Z Compiling zerocopy-derive v0.6.6
25872026-05-29T19:01:44.364Z Compiling proc-macro-error-attr2 v2.0.0
25882026-05-29T19:01:44.713Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25892026-05-29T19:01:44.762Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25902026-05-29T19:01:44.792Z Compiling funty v2.0.0
25912026-05-29T19:01:45.027Z Compiling crc-catalog v2.4.0
25922026-05-29T19:01:45.182Z Compiling packed_struct v0.10.1
25932026-05-29T19:01:45.407Z Compiling bitvec v1.0.1
25942026-05-29T19:01:45.506Z Compiling crc v3.4.0
25952026-05-29T19:01:45.734Z Compiling zerocopy v0.6.6
25962026-05-29T19:01:45.764Z Compiling proc-macro-error2 v2.0.1
25972026-05-29T19:01:45.964Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25982026-05-29T19:01:46.074Z Compiling libscf-sys v1.1.0
25992026-05-29T19:01:46.254Z Compiling packed_struct_codegen v0.10.1
26002026-05-29T19:01:46.275Z Compiling vergen-lib v0.1.6
26012026-05-29T19:01:46.509Z Compiling bitfield-macros v0.19.4
26022026-05-29T19:01:47.231Z Compiling indexmap v1.9.3
26032026-05-29T19:01:47.254Z Compiling nodrop v0.1.14
26042026-05-29T19:01:47.384Z Compiling array-init v0.0.4
26052026-05-29T19:01:47.504Z Compiling bitfield v0.19.4
26062026-05-29T19:01:47.561Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26072026-05-29T19:01:47.774Z Compiling smallvec v0.6.14
26082026-05-29T19:01:47.835Z Compiling tabled_derive v0.11.0
26092026-05-29T19:01:48.040Z Compiling papergrid v0.17.0
26102026-05-29T19:01:48.169Z Compiling testing_table v0.3.0
26112026-05-29T19:01:48.264Z Compiling vergen-gitcl v1.0.8
26122026-05-29T19:01:48.488Z Compiling dirs-sys-next v0.1.2
26132026-05-29T19:01:48.565Z Compiling maplit v1.0.2
26142026-05-29T19:01:48.599Z Compiling diesel_derives v2.3.7
26152026-05-29T19:01:48.704Z Compiling glob v0.3.3
26162026-05-29T19:01:48.775Z Compiling hashbrown v0.12.3
26172026-05-29T19:01:48.820Z Compiling crunchy v0.2.4
26182026-05-29T19:01:48.878Z Compiling dirs-next v2.0.0
26192026-05-29T19:01:48.919Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26202026-05-29T19:01:49.099Z Compiling serde-hex v0.1.0
26212026-05-29T19:01:49.104Z Compiling clang-sys v1.8.1
26222026-05-29T19:01:49.165Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26232026-05-29T19:01:49.417Z Compiling tabled v0.20.0
26242026-05-29T19:01:49.478Z Compiling ron v0.8.1
26252026-05-29T19:01:49.501Z Compiling hashbrown v0.13.2
26262026-05-29T19:01:49.920Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26272026-05-29T19:01:50.099Z Compiling scheduled-thread-pool v0.2.7
26282026-05-29T19:01:50.121Z Compiling dsl_auto_type v0.2.0
26292026-05-29T19:01:50.165Z Compiling diesel_table_macro_syntax v0.3.0
26302026-05-29T19:01:50.392Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26312026-05-29T19:01:50.626Z Compiling crc-any v2.5.0
26322026-05-29T19:01:50.665Z Compiling tiny-keccak v2.0.2
26332026-05-29T19:01:50.837Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26342026-05-29T19:01:50.926Z Compiling r2d2 v0.8.10
26352026-05-29T19:01:51.044Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26362026-05-29T19:01:51.130Z Compiling object v0.30.4
26372026-05-29T19:01:51.342Z Compiling term v0.7.0
26382026-05-29T19:01:51.365Z Compiling path-slash v0.1.5
26392026-05-29T19:01:51.562Z Compiling bit-vec v0.6.3
26402026-05-29T19:01:51.697Z Compiling downcast-rs v2.0.2
26412026-05-29T19:01:51.737Z Compiling xshell-macros v0.2.7
26422026-05-29T19:01:51.820Z Compiling bit-set v0.5.3
26432026-05-29T19:01:51.861Z Compiling ascii-canvas v3.0.0
26442026-05-29T19:01:51.905Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26452026-05-29T19:01:52.127Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26462026-05-29T19:01:52.131Z Compiling itertools v0.10.5
26472026-05-29T19:01:52.170Z Compiling xshell v0.2.7
26482026-05-29T19:01:52.631Z Compiling ena v0.14.4
26492026-05-29T19:01:52.645Z Compiling libloading v0.8.9
26502026-05-29T19:01:52.887Z Compiling bindgen v0.71.1
26512026-05-29T19:01:52.909Z Compiling crc8 v0.1.1
26522026-05-29T19:01:53.054Z Compiling unicase v2.9.0
26532026-05-29T19:01:53.173Z Compiling diff v0.1.13
26542026-05-29T19:01:53.279Z Compiling regex-syntax v0.6.29
26552026-05-29T19:01:53.409Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26562026-05-29T19:01:53.440Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26572026-05-29T19:01:53.758Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26582026-05-29T19:01:54.517Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26592026-05-29T19:01:54.655Z Compiling lalrpop v0.19.12
26602026-05-29T19:01:55.045Z Compiling cexpr v0.6.0
26612026-05-29T19:01:55.127Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26622026-05-29T19:01:55.214Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26632026-05-29T19:01:55.236Z Compiling rustc-hash v2.1.1
26642026-05-29T19:01:55.399Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26652026-05-29T19:01:55.421Z Compiling headers-core v0.3.0
26662026-05-29T19:01:55.425Z Compiling libxml v0.3.3
26672026-05-29T19:01:55.467Z Compiling diesel v2.3.7
26682026-05-29T19:01:55.677Z Compiling headers v0.4.1
26692026-05-29T19:01:55.756Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26702026-05-29T19:01:55.957Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26712026-05-29T19:01:56.027Z Compiling typify-impl v0.4.3
26722026-05-29T19:01:56.125Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26732026-05-29T19:01:56.358Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26742026-05-29T19:01:56.504Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26752026-05-29T19:01:56.853Z Compiling strum_macros v0.24.3
26762026-05-29T19:01:57.222Z Compiling git-stub v1.0.0
26772026-05-29T19:01:57.252Z Compiling indoc v1.0.9
26782026-05-29T19:01:57.517Z Compiling git-stub-vcs v0.1.0
26792026-05-29T19:01:57.717Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26802026-05-29T19:01:57.932Z Compiling derive_builder v0.20.2
26812026-05-29T19:01:57.970Z Compiling oso-derive v0.27.3
26822026-05-29T19:01:58.110Z Compiling quick-xml v0.37.5
26832026-05-29T19:01:58.173Z Compiling impl-trait-for-tuples v0.2.3
26842026-05-29T19:01:58.480Z Compiling openssl-probe v0.1.6
26852026-05-29T19:01:58.814Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26862026-05-29T19:01:59.307Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26872026-05-29T19:01:59.336Z Compiling half v1.8.3
26882026-05-29T19:01:59.443Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26892026-05-29T19:01:59.543Z Compiling bb8 v0.8.6
26902026-05-29T19:01:59.599Z Compiling typify-macro v0.4.3
26912026-05-29T19:01:59.671Z Compiling serde_cbor v0.11.2
26922026-05-29T19:01:59.703Z Compiling trait-variant v0.1.2
26932026-05-29T19:01:59.818Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26942026-05-29T19:01:59.927Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26952026-05-29T19:02:00.270Z Compiling samael v0.0.19
26962026-05-29T19:02:00.292Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26972026-05-29T19:02:00.295Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26982026-05-29T19:02:00.697Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26992026-05-29T19:02:00.838Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27002026-05-29T19:02:00.976Z Compiling fxhash v0.2.1
27012026-05-29T19:02:01.150Z Compiling typify v0.4.3
27022026-05-29T19:02:01.173Z Compiling libz-sys v1.1.24
27032026-05-29T19:02:01.269Z Compiling nonempty v0.12.0
27042026-05-29T19:02:01.307Z Compiling progenitor-impl v0.11.2
27052026-05-29T19:02:01.514Z Compiling salty v0.3.0
27062026-05-29T19:02:01.676Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27072026-05-29T19:02:01.846Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27082026-05-29T19:02:01.987Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27092026-05-29T19:02:02.092Z Compiling polar-core v0.27.3
27102026-05-29T19:02:02.116Z Compiling progenitor-client v0.11.2
27112026-05-29T19:02:02.140Z Compiling kstat-rs v0.2.4
27122026-05-29T19:02:02.284Z Compiling arc-swap v1.8.2
27132026-05-29T19:02:02.680Z Compiling fs-err v2.11.0
27142026-05-29T19:02:02.947Z Compiling mime_guess v2.0.5
27152026-05-29T19:02:03.055Z Compiling slog-scope v4.4.1
27162026-05-29T19:02:03.512Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27172026-05-29T19:02:03.533Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27182026-05-29T19:02:03.557Z Compiling progenitor-macro v0.11.2
27192026-05-29T19:02:04.045Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27202026-05-29T19:02:06.197Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27212026-05-29T19:02:06.292Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27222026-05-29T19:02:06.601Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27232026-05-29T19:02:06.746Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27242026-05-29T19:02:07.211Z Compiling nanorand v0.7.0
27252026-05-29T19:02:07.595Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27262026-05-29T19:02:07.598Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27272026-05-29T19:02:07.649Z Compiling progenitor v0.11.2
27282026-05-29T19:02:07.697Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27292026-05-29T19:02:07.842Z Compiling darling_core v0.23.0
27302026-05-29T19:02:08.078Z Compiling libgit2-sys v0.18.3+1.9.2
27312026-05-29T19:02:08.496Z Compiling parking_lot_core v0.8.6
27322026-05-29T19:02:10.049Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27332026-05-29T19:02:12.162Z Compiling oso v0.27.3
27342026-05-29T19:02:15.425Z Compiling async-bb8-diesel v0.2.1
27352026-05-29T19:02:15.945Z Compiling diesel-dtrace v0.5.0
27362026-05-29T19:02:15.970Z Compiling darling_macro v0.23.0
27372026-05-29T19:02:16.017Z Compiling flume v0.11.1
27382026-05-29T19:02:16.188Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27392026-05-29T19:02:16.349Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27402026-05-29T19:02:16.423Z Compiling slog-stdlog v4.1.1
27412026-05-29T19:02:16.622Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27422026-05-29T19:02:16.882Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27432026-05-29T19:02:17.670Z Compiling primeorder v0.13.6
27442026-05-29T19:02:18.010Z Compiling atty v0.2.14
27452026-05-29T19:02:18.059Z Compiling strsim v0.10.0
27462026-05-29T19:02:18.082Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27472026-05-29T19:02:18.166Z Compiling parse-size v1.1.0
27482026-05-29T19:02:18.314Z Compiling http-range v0.1.5
27492026-05-29T19:02:18.367Z Compiling instability v0.3.11
27502026-05-29T19:02:18.420Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27512026-05-29T19:02:18.485Z Compiling darling_core v0.13.4
27522026-05-29T19:02:18.624Z Compiling p384 v0.13.1
27532026-05-29T19:02:18.651Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27542026-05-29T19:02:18.673Z Compiling slog-envlogger v2.2.0
27552026-05-29T19:02:19.846Z Compiling darling v0.23.0
27562026-05-29T19:02:20.549Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27572026-05-29T19:02:20.674Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27582026-05-29T19:02:20.751Z Compiling ignore v0.4.25
27592026-05-29T19:02:21.334Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27602026-05-29T19:02:21.370Z Compiling vergen-git2 v9.1.0
27612026-05-29T19:02:21.603Z Compiling castaway v0.2.4
27622026-05-29T19:02:21.704Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-05-29T19:02:21.790Z Compiling indoc v2.0.7
27642026-05-29T19:02:22.043Z Compiling compact_str v0.8.1
27652026-05-29T19:02:22.704Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27662026-05-29T19:02:22.811Z Compiling globwalk v0.9.1
27672026-05-29T19:02:22.941Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27682026-05-29T19:02:23.348Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27692026-05-29T19:02:23.493Z Compiling parking_lot v0.11.2
27702026-05-29T19:02:23.516Z Compiling hyper-staticfile v0.10.1
27712026-05-29T19:02:24.200Z Compiling darling_macro v0.13.4
27722026-05-29T19:02:24.419Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27732026-05-29T19:02:24.707Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27742026-05-29T19:02:25.078Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27752026-05-29T19:02:25.389Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27762026-05-29T19:02:25.774Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27772026-05-29T19:02:25.861Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27782026-05-29T19:02:25.881Z Compiling predicates-tree v1.0.13
27792026-05-29T19:02:26.156Z Compiling unicode-truncate v1.1.0
27802026-05-29T19:02:26.347Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27812026-05-29T19:02:26.373Z Compiling lru v0.12.5
27822026-05-29T19:02:26.565Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27832026-05-29T19:02:26.591Z Compiling rand_seeder v0.4.0
27842026-05-29T19:02:26.615Z Compiling prefix-trie v0.7.0
27852026-05-29T19:02:26.863Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-05-29T19:02:27.010Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27872026-05-29T19:02:27.121Z Compiling illumos-nvpair-sys v0.2.0
27882026-05-29T19:02:27.160Z Compiling cassowary v0.3.0
27892026-05-29T19:02:27.164Z Compiling corncobs v0.1.4
27902026-05-29T19:02:27.280Z Compiling rustls v0.21.12
27912026-05-29T19:02:27.336Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-05-29T19:02:27.413Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27932026-05-29T19:02:27.436Z Compiling ratatui v0.29.0
27942026-05-29T19:02:27.439Z Compiling hickory-server v0.25.2
27952026-05-29T19:02:27.533Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27962026-05-29T19:02:27.778Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27972026-05-29T19:02:27.781Z Compiling camino-tempfile-ext v0.3.3
27982026-05-29T19:02:27.869Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27992026-05-29T19:02:28.044Z Compiling darling v0.13.4
28002026-05-29T19:02:28.431Z Compiling sled v0.34.7
28012026-05-29T19:02:28.622Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28022026-05-29T19:02:28.760Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28032026-05-29T19:02:29.007Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28042026-05-29T19:02:30.658Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28052026-05-29T19:02:31.642Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28062026-05-29T19:02:31.680Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28072026-05-29T19:02:31.888Z Compiling rustls-webpki v0.101.7
28082026-05-29T19:02:31.924Z Compiling sct v0.7.1
28092026-05-29T19:02:32.232Z Compiling secrecy v0.8.0
28102026-05-29T19:02:32.427Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28112026-05-29T19:02:32.930Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28122026-05-29T19:02:33.573Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28132026-05-29T19:02:33.724Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28142026-05-29T19:02:33.829Z Compiling serde_with_macros v1.5.2
28152026-05-29T19:02:34.642Z Compiling git2 v0.20.4
28162026-05-29T19:02:34.681Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28172026-05-29T19:02:34.737Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28182026-05-29T19:02:35.350Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28192026-05-29T19:02:35.480Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28202026-05-29T19:02:35.673Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28212026-05-29T19:02:35.903Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28222026-05-29T19:02:36.151Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28232026-05-29T19:02:36.379Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28242026-05-29T19:02:36.622Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28252026-05-29T19:02:36.644Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28262026-05-29T19:02:36.900Z Compiling void v1.0.2
28272026-05-29T19:02:37.197Z Compiling lzss v0.8.2
28282026-05-29T19:02:37.613Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28292026-05-29T19:02:37.664Z Compiling illumos-nvpair v0.3.0
28302026-05-29T19:02:37.749Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28312026-05-29T19:02:38.192Z Compiling serde_with v1.14.0
28322026-05-29T19:02:38.341Z Compiling tokio-rustls v0.24.1
28332026-05-29T19:02:38.639Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28342026-05-29T19:02:39.350Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28352026-05-29T19:02:39.373Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28362026-05-29T19:02:40.598Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28372026-05-29T19:02:41.325Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28382026-05-29T19:02:41.830Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28392026-05-29T19:02:42.047Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28402026-05-29T19:02:42.221Z Compiling tungstenite v0.23.0
28412026-05-29T19:02:42.309Z Compiling rustls-pemfile v1.0.4
28422026-05-29T19:02:42.722Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28432026-05-29T19:02:42.968Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28442026-05-29T19:02:43.201Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28452026-05-29T19:02:43.433Z Compiling nix v0.27.1
28462026-05-29T19:02:43.630Z Compiling twox-hash v2.1.2
28472026-05-29T19:02:44.130Z Compiling serde_bytes v0.11.19
28482026-05-29T19:02:44.427Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28492026-05-29T19:02:44.568Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28502026-05-29T19:02:44.662Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28512026-05-29T19:02:44.846Z Compiling tokio-tungstenite v0.23.1
28522026-05-29T19:02:45.216Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28532026-05-29T19:02:45.614Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28542026-05-29T19:02:48.165Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28552026-05-29T19:02:48.855Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28562026-05-29T19:02:49.778Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28572026-05-29T19:02:49.944Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28582026-05-29T19:02:50.280Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28592026-05-29T19:02:50.517Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28602026-05-29T19:02:50.727Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
28612026-05-29T19:02:50.944Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28622026-05-29T19:02:50.967Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28632026-05-29T19:02:51.113Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28642026-05-29T19:02:52.693Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28652026-05-29T19:02:53.233Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28662026-05-29T19:02:54.027Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28672026-05-29T19:02:54.167Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28682026-05-29T19:02:54.989Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28692026-05-29T19:02:55.669Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28702026-05-29T19:02:55.697Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28712026-05-29T19:02:55.759Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28722026-05-29T19:02:56.112Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28732026-05-29T19:02:56.978Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28742026-05-29T19:02:57.900Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28752026-05-29T19:02:58.124Z Compiling signal-hook-tokio v0.3.1
28762026-05-29T19:02:58.317Z Compiling fatfs v0.3.6
28772026-05-29T19:02:58.410Z Compiling yasna v0.5.2
28782026-05-29T19:02:58.867Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28792026-05-29T19:02:59.245Z Compiling seq-macro v0.3.6
28802026-05-29T19:02:59.272Z Compiling is_ci v1.2.0
28812026-05-29T19:02:59.312Z Compiling assert_matches v1.5.0
28822026-05-29T19:02:59.349Z Compiling rcgen v0.12.1
28832026-05-29T19:02:59.431Z Compiling supports-color v3.0.2
28842026-05-29T19:02:59.487Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28852026-05-29T19:02:59.708Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28862026-05-29T19:02:59.822Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28872026-05-29T19:02:59.904Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28882026-05-29T19:03:00.137Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28892026-05-29T19:03:00.379Z Compiling rtoolbox v0.0.3
28902026-05-29T19:03:00.452Z Compiling subprocess v0.2.15
28912026-05-29T19:03:00.657Z Compiling rpassword v7.4.0
28922026-05-29T19:03:00.940Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28932026-05-29T19:03:02.382Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28942026-05-29T19:03:02.656Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28952026-05-29T19:03:02.795Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28962026-05-29T19:03:03.579Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28972026-05-29T19:03:03.696Z Compiling tui-tree-widget v0.23.1
28982026-05-29T19:03:03.997Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28992026-05-29T19:03:04.874Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29002026-05-29T19:03:05.276Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29012026-05-29T19:03:05.420Z Compiling uzers v0.12.2
29022026-05-29T19:03:06.071Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29032026-05-29T19:03:06.884Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29042026-05-29T19:03:08.097Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29052026-05-29T19:03:08.176Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29062026-05-29T19:03:12.476Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29072026-05-29T19:03:13.179Z Compiling support-bundle-viewer v0.1.2
29082026-05-29T19:03:14.674Z Compiling multimap v0.10.1
29092026-05-29T19:03:23.120Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29102026-05-29T19:03:29.109Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29112026-05-29T19:03:34.813Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29122026-05-29T19:03:35.100Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29132026-05-29T19:03:36.737Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29142026-05-29T19:09:34.915Z Finished `release` profile [optimized] target(s) in 8m 13s
29152026-05-29T19:10:22.178Z
29162026-05-29T19:10:22.178Zreal 9:02.074646835
29172026-05-29T19:10:22.178Zuser 1:18:40.587490344
29182026-05-29T19:10:22.181Zsys 3:37.566277024
29192026-05-29T19:10:22.182Ztrap 1.740072106
29202026-05-29T19:10:22.182Ztflt 2.344512359
29212026-05-29T19:10:22.182Zdflt 18.235938825
29222026-05-29T19:10:22.182Zkflt 0.026991947
29232026-05-29T19:10:22.182Zlock 6:47:13.998871214
29242026-05-29T19:10:22.182Zslp 2:14:19.035655608
29252026-05-29T19:10:22.182Zlat 2:27.086196067
29262026-05-29T19:10:22.182Zstop 5:29.557484584
29272026-05-29T19:10:22.182Z+ mapfile -t packages
29282026-05-29T19:10:22.182Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29292026-05-29T19:10:23.119Z Finished `release` profile [optimized] target(s) in 0.93s
29302026-05-29T19:10:23.188Z Running `target/release/omicron-package -t test list-outputs`
29312026-05-29T19:10:23.250ZLogging to: /work/oxidecomputer/omicron/out/LOG
29322026-05-29T19:10:23.253Z+ ptime -m cargo build --locked --release -p xtask
29332026-05-29T19:10:23.784Z Compiling libc v0.2.185
29342026-05-29T19:10:23.784Z Compiling serde v1.0.228
29352026-05-29T19:10:23.787Z Compiling serde_core v1.0.228
29362026-05-29T19:10:23.788Z Compiling rustix v1.1.3
29372026-05-29T19:10:23.895Z Compiling serde_json v1.0.149
29382026-05-29T19:10:23.898Z Compiling bitflags v2.11.0
29392026-05-29T19:10:23.935Z Compiling num-traits v0.2.19
29402026-05-29T19:10:23.944Z Compiling syn v2.0.117
29412026-05-29T19:10:23.954Z Compiling smallvec v1.15.1
29422026-05-29T19:10:23.979Z Compiling indexmap v2.14.0
29432026-05-29T19:10:23.982Z Compiling usdt-impl v0.5.0
29442026-05-29T19:10:24.004Z Compiling syn v1.0.109
29452026-05-29T19:10:24.017Z Compiling log v0.4.29
29462026-05-29T19:10:24.020Z Compiling percent-encoding v2.3.2
29472026-05-29T19:10:24.178Z Compiling getrandom v0.4.1
29482026-05-29T19:10:24.230Z Compiling form_urlencoded v1.2.2
29492026-05-29T19:10:24.359Z Compiling fs-err v3.3.0
29502026-05-29T19:10:24.398Z Compiling once_cell v1.21.3
29512026-05-29T19:10:24.401Z Compiling anyhow v1.0.102
29522026-05-29T19:10:24.433Z Compiling heck v0.4.1
29532026-05-29T19:10:24.647Z Compiling errno v0.3.14
29542026-05-29T19:10:24.647Z Compiling thread-id v4.2.2
29552026-05-29T19:10:24.684Z Compiling memmap v0.7.0
29562026-05-29T19:10:24.974Z Compiling ordered-float v2.10.1
29572026-05-29T19:10:25.466Z Compiling proc-macro-error v1.0.4
29582026-05-29T19:10:25.664Z Compiling terminal_size v0.4.3
29592026-05-29T19:10:25.664Z Compiling tempfile v3.25.0
29602026-05-29T19:10:25.713Z Compiling tabled_derive v0.7.0
29612026-05-29T19:10:25.775Z Compiling clap_builder v4.5.60
29622026-05-29T19:10:25.775Z Compiling textwrap v0.16.2
29632026-05-29T19:10:25.892Z Compiling camino-tempfile v1.4.1
29642026-05-29T19:10:26.383Z Compiling tabled v0.15.0
29652026-05-29T19:10:26.439Z Compiling synstructure v0.13.2
29662026-05-29T19:10:26.439Z Compiling pest_generator v2.8.6
29672026-05-29T19:10:26.821Z Compiling serde_derive v1.0.228
29682026-05-29T19:10:26.824Z Compiling zerovec-derive v0.11.2
29692026-05-29T19:10:26.824Z Compiling displaydoc v0.2.5
29702026-05-29T19:10:26.824Z Compiling thiserror-impl v1.0.69
29712026-05-29T19:10:26.824Z Compiling zerocopy-derive v0.7.35
29722026-05-29T19:10:26.824Z Compiling scroll_derive v0.12.1
29732026-05-29T19:10:26.824Z Compiling thiserror-impl v2.0.18
29742026-05-29T19:10:26.824Z Compiling clap_derive v4.5.55
29752026-05-29T19:10:26.827Z Compiling zerofrom-derive v0.1.6
29762026-05-29T19:10:26.827Z Compiling yoke-derive v0.8.1
29772026-05-29T19:10:27.069Z Compiling pest_derive v2.8.6
29782026-05-29T19:10:27.585Z Compiling scroll v0.12.0
29792026-05-29T19:10:27.716Z Compiling zerocopy v0.7.35
29802026-05-29T19:10:27.859Z Compiling zerofrom v0.1.6
29812026-05-29T19:10:27.914Z Compiling goblin v0.8.2
29822026-05-29T19:10:27.945Z Compiling thiserror v1.0.69
29832026-05-29T19:10:28.007Z Compiling yoke v0.8.1
29842026-05-29T19:10:28.069Z Compiling dtrace-parser v0.2.0
29852026-05-29T19:10:28.097Z Compiling thiserror v2.0.18
29862026-05-29T19:10:28.225Z Compiling zerovec v0.11.5
29872026-05-29T19:10:28.237Z Compiling zerotrie v0.2.3
29882026-05-29T19:10:28.519Z Compiling clap v4.5.60
29892026-05-29T19:10:28.858Z Compiling tinystr v0.8.2
29902026-05-29T19:10:29.094Z Compiling icu_locale_core v2.1.1
29912026-05-29T19:10:30.088Z Compiling potential_utf v0.1.4
29922026-05-29T19:10:30.237Z Compiling icu_collections v2.1.1
29932026-05-29T19:10:30.258Z Compiling icu_provider v2.1.1
29942026-05-29T19:10:30.316Z Compiling toml_datetime v0.6.11
29952026-05-29T19:10:30.401Z Compiling serde_spanned v0.6.9
29962026-05-29T19:10:30.555Z Compiling toml_edit v0.22.27
29972026-05-29T19:10:30.580Z Compiling dof v0.3.0
29982026-05-29T19:10:30.693Z Compiling icu_normalizer v2.1.1
29992026-05-29T19:10:30.713Z Compiling icu_properties v2.1.2
30002026-05-29T19:10:30.742Z Compiling serde-value v0.7.0
30012026-05-29T19:10:30.774Z Compiling serde_tokenstream v0.2.3
30022026-05-29T19:10:30.790Z Compiling cargo-platform v0.2.0
30032026-05-29T19:10:30.847Z Compiling macaddr v1.0.1
30042026-05-29T19:10:31.588Z Compiling idna_adapter v1.2.1
30052026-05-29T19:10:31.608Z Compiling usdt-macro v0.5.0
30062026-05-29T19:10:31.620Z Compiling usdt-attr-macro v0.5.0
30072026-05-29T19:10:31.716Z Compiling idna v1.1.0
30082026-05-29T19:10:32.049Z Compiling url v2.5.8
30092026-05-29T19:10:32.102Z Compiling toml v0.8.23
30102026-05-29T19:10:32.276Z Compiling usdt v0.5.0
30112026-05-29T19:10:32.554Z Compiling cargo-util-schemas v0.8.2
30122026-05-29T19:10:32.554Z Compiling cargo_toml v0.21.0
30132026-05-29T19:10:33.568Z Compiling cargo_metadata v0.21.0
30142026-05-29T19:10:36.658Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30152026-05-29T19:10:39.647Z Finished `release` profile [optimized] target(s) in 16.38s
30162026-05-29T19:10:39.775Z
30172026-05-29T19:10:39.775Zreal 16.483901707
30182026-05-29T19:10:39.778Zuser 2:20.696412468
30192026-05-29T19:10:39.778Zsys 17.058874706
30202026-05-29T19:10:39.778Ztrap 0.092079082
30212026-05-29T19:10:39.778Ztflt 0.501294837
30222026-05-29T19:10:39.778Zdflt 1.576141574
30232026-05-29T19:10:39.778Zkflt 0.000080512
30242026-05-29T19:10:39.778Zlock 5:10.350466239
30252026-05-29T19:10:39.778Zslp 3:20.558977032
30262026-05-29T19:10:39.778Zlat 6.635741606
30272026-05-29T19:10:39.778Zstop 20.558217990
30282026-05-29T19:10:39.778Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30292026-05-29T19:10:39.778Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30302026-05-29T19:10:39.778Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30312026-05-29T19:10:39.778Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30322026-05-29T19:10:39.778Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30332026-05-29T19:10:40.714Z Compiling newtype-uuid-macros v0.1.0
30342026-05-29T19:10:40.716Z Compiling progenitor-client v0.14.0
30352026-05-29T19:10:40.716Z Compiling structmeta-derive v0.3.0
30362026-05-29T19:10:40.717Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30372026-05-29T19:10:40.717Z Compiling rustls v0.22.4
30382026-05-29T19:10:40.717Z Compiling rustls-webpki v0.102.8
30392026-05-29T19:10:40.863Z Compiling multer v3.1.0
30402026-05-29T19:10:40.865Z Compiling compression-core v0.4.31
30412026-05-29T19:10:40.878Z Compiling match_cfg v0.1.0
30422026-05-29T19:10:40.881Z Compiling debug-ignore v1.0.5
30432026-05-29T19:10:40.881Z Compiling slog-json v2.6.1
30442026-05-29T19:10:40.881Z Compiling async-stream-impl v0.3.6
30452026-05-29T19:10:40.881Z Compiling toml_datetime v1.0.0+spec-1.1.0
30462026-05-29T19:10:40.881Z Compiling serde_spanned v1.0.4
30472026-05-29T19:10:40.973Z Compiling dropshot v0.17.0
30482026-05-29T19:10:40.976Z Compiling toml_writer v1.0.6+spec-1.1.0
30492026-05-29T19:10:41.074Z Compiling compression-codecs v0.4.37
30502026-05-29T19:10:41.131Z Compiling hostname v0.3.1
30512026-05-29T19:10:41.150Z Compiling itertools v0.14.0
30522026-05-29T19:10:41.169Z Compiling toml v1.0.6+spec-1.1.0
30532026-05-29T19:10:41.172Z Compiling waitgroup v0.1.2
30542026-05-29T19:10:41.206Z Compiling rustls-pemfile v2.2.0
30552026-05-29T19:10:41.225Z Compiling dropshot_endpoint v0.17.0
30562026-05-29T19:10:41.241Z Compiling serde_path_to_error v0.1.20
30572026-05-29T19:10:41.257Z Compiling slog-bunyan v2.5.0
30582026-05-29T19:10:41.335Z Compiling async-compression v0.4.41
30592026-05-29T19:10:41.373Z Compiling hostname v0.4.2
30602026-05-29T19:10:41.408Z Compiling regress v0.10.5
30612026-05-29T19:10:41.411Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30622026-05-29T19:10:41.456Z Compiling macaddr v1.0.1
30632026-05-29T19:10:41.459Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30642026-05-29T19:10:41.557Z Compiling instant v0.1.13
30652026-05-29T19:10:41.560Z Compiling async-stream v0.3.6
30662026-05-29T19:10:41.611Z Compiling backon v1.6.0
30672026-05-29T19:10:41.637Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30682026-05-29T19:10:41.665Z Compiling backoff v0.4.0
30692026-05-29T19:10:41.686Z Compiling progenitor-client v0.10.0
30702026-05-29T19:10:41.716Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30712026-05-29T19:10:41.776Z Compiling progenitor-extras v0.2.0
30722026-05-29T19:10:41.841Z Compiling humantime v2.3.0
30732026-05-29T19:10:41.860Z Compiling universal-hash v0.5.1
30742026-05-29T19:10:41.863Z Compiling opaque-debug v0.3.1
30752026-05-29T19:10:41.896Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30762026-05-29T19:10:41.899Z Compiling half v2.7.1
30772026-05-29T19:10:41.933Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30782026-05-29T19:10:41.970Z Compiling ciborium-io v0.2.2
30792026-05-29T19:10:42.022Z Compiling crucible-workspace-hack v0.1.0
30802026-05-29T19:10:42.041Z Compiling regress v0.11.1
30812026-05-29T19:10:42.060Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30822026-05-29T19:10:42.087Z Compiling convert_case v0.4.0
30832026-05-29T19:10:42.106Z Compiling aead v0.5.2
30842026-05-29T19:10:42.109Z Compiling secrecy v0.10.3
30852026-05-29T19:10:42.142Z Compiling unsafe-libyaml v0.2.11
30862026-05-29T19:10:42.195Z Compiling structmeta v0.3.0
30872026-05-29T19:10:42.254Z Compiling ciborium-ll v0.2.2
30882026-05-29T19:10:42.299Z Compiling poly1305 v0.8.0
30892026-05-29T19:10:42.337Z Compiling chacha20 v0.9.1
30902026-05-29T19:10:42.340Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30912026-05-29T19:10:42.371Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30922026-05-29T19:10:42.439Z Compiling ciborium v0.2.2
30932026-05-29T19:10:42.457Z Compiling derive-ex v0.1.8
30942026-05-29T19:10:42.499Z Compiling parse-display-derive v0.10.0
30952026-05-29T19:10:42.516Z Compiling derive_more v0.99.20
30962026-05-29T19:10:42.535Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30972026-05-29T19:10:42.564Z Compiling thiserror-impl-no-std v2.0.2
30982026-05-29T19:10:42.625Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30992026-05-29T19:10:42.647Z Compiling byte-wrapper v0.1.0
31002026-05-29T19:10:42.739Z Compiling serde_yaml v0.9.34+deprecated
31012026-05-29T19:10:42.882Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31022026-05-29T19:10:42.923Z Compiling blake2 v0.10.6
31032026-05-29T19:10:43.034Z Compiling password-hash v0.5.0
31042026-05-29T19:10:43.052Z Compiling chacha20poly1305 v0.10.1
31052026-05-29T19:10:43.072Z Compiling indent_write v2.2.0
31062026-05-29T19:10:43.087Z Compiling heapless v0.8.0
31072026-05-29T19:10:43.106Z Compiling toml_datetime v0.7.5+spec-1.1.0
31082026-05-29T19:10:43.240Z Compiling ingot-macros v0.1.1
31092026-05-29T19:10:43.255Z Compiling tabwriter v1.4.1
31102026-05-29T19:10:43.397Z Compiling tokio-rustls v0.25.0
31112026-05-29T19:10:43.414Z Compiling argon2 v0.5.3
31122026-05-29T19:10:43.502Z Compiling toml_edit v0.23.10+spec-1.0.0
31132026-05-29T19:10:43.519Z Compiling hash32 v0.3.1
31142026-05-29T19:10:43.667Z Compiling typify-impl v0.6.2
31152026-05-29T19:10:43.707Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31162026-05-29T19:10:43.815Z Compiling thiserror-no-std v2.0.2
31172026-05-29T19:10:43.937Z Compiling vsss-rs v3.3.4
31182026-05-29T19:10:43.953Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31192026-05-29T19:10:44.239Z Compiling test-strategy v0.4.5
31202026-05-29T19:10:44.257Z Compiling smoltcp v0.11.0
31212026-05-29T19:10:44.276Z Compiling proc-macro-crate v3.4.0
31222026-05-29T19:10:44.296Z Compiling parse-display v0.10.0
31232026-05-29T19:10:44.639Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31242026-05-29T19:10:44.694Z Compiling num-rational v0.4.2
31252026-05-29T19:10:44.698Z Compiling cobs v0.3.0
31262026-05-29T19:10:44.730Z Compiling num-complex v0.4.6
31272026-05-29T19:10:44.766Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31282026-05-29T19:10:44.868Z Compiling colored v3.1.1
31292026-05-29T19:10:44.943Z Compiling num_enum_derive v0.7.5
31302026-05-29T19:10:44.963Z Compiling postcard v1.1.3
31312026-05-29T19:10:44.982Z Compiling proc-macro-error v1.0.4
31322026-05-29T19:10:45.026Z Compiling proc-macro-crate v1.3.1
31332026-05-29T19:10:45.134Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31342026-05-29T19:10:45.151Z Compiling num v0.4.3
31352026-05-29T19:10:45.247Z Compiling atomicwrites v0.4.4
31362026-05-29T19:10:45.267Z Compiling foreign-types-macros v0.2.3
31372026-05-29T19:10:45.339Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31382026-05-29T19:10:45.358Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31392026-05-29T19:10:45.361Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31402026-05-29T19:10:45.402Z Compiling float-ord v0.3.2
31412026-05-29T19:10:45.470Z Compiling cpufeatures v0.3.0
31422026-05-29T19:10:45.474Z Compiling rayon-core v1.13.0
31432026-05-29T19:10:45.504Z Compiling foreign-types-shared v0.3.1
31442026-05-29T19:10:45.566Z Compiling chacha20 v0.10.0
31452026-05-29T19:10:45.586Z Compiling num_enum_derive v0.5.11
31462026-05-29T19:10:45.677Z Compiling crossbeam-deque v0.8.6
31472026-05-29T19:10:45.698Z Compiling camino-tempfile v1.4.1
31482026-05-29T19:10:45.756Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31492026-05-29T19:10:45.762Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31502026-05-29T19:10:45.790Z Compiling cstr-argument v0.1.2
31512026-05-29T19:10:45.839Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31522026-05-29T19:10:45.911Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31532026-05-29T19:10:45.947Z Compiling foreign-types v0.5.0
31542026-05-29T19:10:45.971Z Compiling rand v0.10.0
31552026-05-29T19:10:45.974Z Compiling toml v0.8.23
31562026-05-29T19:10:46.050Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31572026-05-29T19:10:46.072Z Compiling num_enum v0.7.5
31582026-05-29T19:10:46.163Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31592026-05-29T19:10:46.230Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31602026-05-29T19:10:46.230Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31612026-05-29T19:10:46.266Z Compiling ingot-types v0.1.2
31622026-05-29T19:10:46.266Z Compiling zone_cfg_derive v0.3.1
31632026-05-29T19:10:46.305Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31642026-05-29T19:10:46.331Z Compiling rayon v1.11.0
31652026-05-29T19:10:46.381Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31662026-05-29T19:10:46.451Z Compiling itertools v0.12.1
31672026-05-29T19:10:46.486Z Compiling num-derive v0.4.2
31682026-05-29T19:10:46.489Z Compiling sigpipe v0.1.3
31692026-05-29T19:10:46.534Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31702026-05-29T19:10:46.616Z Compiling glob v0.3.3
31712026-05-29T19:10:46.650Z Compiling ingot v0.1.1
31722026-05-29T19:10:46.669Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31732026-05-29T19:10:46.691Z Compiling num_enum v0.5.11
31742026-05-29T19:10:46.718Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31752026-05-29T19:10:46.840Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31762026-05-29T19:10:46.910Z Compiling smf v0.2.3
31772026-05-29T19:10:46.932Z Compiling whoami v1.6.1
31782026-05-29T19:10:46.957Z Compiling prettyplease v0.2.37
31792026-05-29T19:10:46.990Z Compiling usdt-macro v0.5.0
31802026-05-29T19:10:47.007Z Compiling usdt-attr-macro v0.5.0
31812026-05-29T19:10:47.185Z Compiling gethostname v0.5.0
31822026-05-29T19:10:47.250Z Compiling memmap v0.7.0
31832026-05-29T19:10:47.335Z Compiling derive-where v1.6.0
31842026-05-29T19:10:47.352Z Compiling resolv-conf v0.7.6
31852026-05-29T19:10:47.468Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31862026-05-29T19:10:47.486Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31872026-05-29T19:10:47.489Z Compiling cancel-safe-futures v0.1.5
31882026-05-29T19:10:47.673Z Compiling zone v0.3.1
31892026-05-29T19:10:47.765Z Compiling owo-colors v4.3.0
31902026-05-29T19:10:47.785Z Compiling libsw-core v0.3.2
31912026-05-29T19:10:47.845Z Compiling console v0.15.11
31922026-05-29T19:10:47.904Z Compiling usdt v0.5.0
31932026-05-29T19:10:47.960Z Compiling newline-converter v0.3.0
31942026-05-29T19:10:48.004Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31952026-05-29T19:10:48.096Z Compiling libsw v3.5.0
31962026-05-29T19:10:48.161Z Compiling hickory-proto v0.24.4
31972026-05-29T19:10:48.181Z Compiling progenitor-client v0.13.0
31982026-05-29T19:10:48.202Z Compiling libefi-sys v0.1.0
31992026-05-29T19:10:48.236Z Compiling linear-map v1.2.0
32002026-05-29T19:10:48.317Z Compiling linked-hash-map v0.5.6
32012026-05-29T19:10:48.365Z Compiling typify-macro v0.6.2
32022026-05-29T19:10:48.396Z Compiling expectorate v1.2.0
32032026-05-29T19:10:48.442Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32042026-05-29T19:10:48.480Z Compiling git-stub v1.0.0
32052026-05-29T19:10:48.480Z Compiling bitfield-struct v0.6.2
32062026-05-29T19:10:48.521Z Compiling lru-cache v0.1.2
32072026-05-29T19:10:48.536Z Compiling semver v0.1.20
32082026-05-29T19:10:48.589Z Compiling tokio-dtrace v0.1.1
32092026-05-29T19:10:48.613Z Compiling dropshot-api-manager-types v0.7.2
32102026-05-29T19:10:48.638Z Compiling slog-dtrace v0.3.0
32112026-05-29T19:10:48.680Z Compiling git-stub-vcs v0.1.0
32122026-05-29T19:10:48.754Z Compiling rustc_version v0.1.7
32132026-05-29T19:10:48.774Z Compiling minimal-lexical v0.2.1
32142026-05-29T19:10:48.790Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32152026-05-29T19:10:48.861Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32162026-05-29T19:10:48.898Z Compiling oxide-tokio-rt v0.1.4
32172026-05-29T19:10:48.917Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32182026-05-29T19:10:48.947Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32192026-05-29T19:10:48.966Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32202026-05-29T19:10:48.985Z Compiling phf_shared v0.12.1
32212026-05-29T19:10:49.021Z Compiling newtype_derive v0.1.6
32222026-05-29T19:10:49.063Z Compiling nom v7.1.3
32232026-05-29T19:10:49.082Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32242026-05-29T19:10:49.175Z Compiling csv-core v0.1.13
32252026-05-29T19:10:49.223Z Compiling chrono-tz v0.10.4
32262026-05-29T19:10:49.242Z Compiling highway v1.3.0
32272026-05-29T19:10:49.262Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32282026-05-29T19:10:49.281Z Compiling xshell-macros v0.2.7
32292026-05-29T19:10:49.465Z Compiling csv v1.4.0
32302026-05-29T19:10:49.492Z Compiling const_format_proc_macros v0.2.34
32312026-05-29T19:10:49.532Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32322026-05-29T19:10:49.591Z Compiling phf v0.12.1
32332026-05-29T19:10:49.656Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32342026-05-29T19:10:49.673Z Compiling primeorder v0.13.6
32352026-05-29T19:10:49.716Z Compiling xshell v0.2.7
32362026-05-29T19:10:49.773Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32372026-05-29T19:10:49.900Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32382026-05-29T19:10:49.986Z Compiling tabled_derive v0.7.0
32392026-05-29T19:10:50.032Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32402026-05-29T19:10:50.073Z Compiling bcs v0.1.6
32412026-05-29T19:10:50.271Z Compiling salty v0.3.0
32422026-05-29T19:10:50.289Z Compiling typify v0.6.2
32432026-05-29T19:10:50.311Z Compiling termtree v0.5.1
32442026-05-29T19:10:50.353Z Compiling hickory-resolver v0.24.4
32452026-05-29T19:10:50.429Z Compiling progenitor-impl v0.14.0
32462026-05-29T19:10:50.448Z Compiling progenitor-impl v0.13.0
32472026-05-29T19:10:50.506Z Compiling const_format v0.2.35
32482026-05-29T19:10:50.525Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32492026-05-29T19:10:50.541Z Compiling tagptr v0.2.0
32502026-05-29T19:10:50.561Z Compiling textwrap v0.16.2
32512026-05-29T19:10:50.727Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32522026-05-29T19:10:50.778Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32532026-05-29T19:10:50.858Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32542026-05-29T19:10:51.038Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32552026-05-29T19:10:51.058Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32562026-05-29T19:10:51.077Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32572026-05-29T19:10:51.182Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32582026-05-29T19:10:51.264Z Compiling tabled v0.15.0
32592026-05-29T19:10:51.281Z Compiling moka v0.12.13
32602026-05-29T19:10:51.413Z Compiling qorb v0.4.1
32612026-05-29T19:10:51.513Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32622026-05-29T19:10:51.597Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32632026-05-29T19:10:51.844Z Compiling steno v0.4.1
32642026-05-29T19:10:51.864Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32652026-05-29T19:10:52.085Z Compiling base64 v0.21.7
32662026-05-29T19:10:52.104Z Compiling radium v0.7.0
32672026-05-29T19:10:52.170Z Compiling hickory-resolver v0.25.2
32682026-05-29T19:10:52.466Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32692026-05-29T19:10:52.540Z Compiling p384 v0.13.1
32702026-05-29T19:10:52.639Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32712026-05-29T19:10:52.684Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32722026-05-29T19:10:52.898Z Compiling typify-impl v0.4.3
32732026-05-29T19:10:53.020Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32742026-05-29T19:10:53.080Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32752026-05-29T19:10:53.132Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32762026-05-29T19:10:53.141Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32772026-05-29T19:10:53.197Z Compiling progenitor-macro v0.14.0
32782026-05-29T19:10:53.241Z Compiling progenitor-macro v0.13.0
32792026-05-29T19:10:53.423Z Compiling maybe-uninit v2.0.0
32802026-05-29T19:10:53.504Z Compiling tap v1.0.1
32812026-05-29T19:10:53.650Z Compiling wyz v0.5.1
32822026-05-29T19:10:53.779Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32832026-05-29T19:10:53.801Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32842026-05-29T19:10:53.836Z Compiling proc-macro-error-attr2 v2.0.0
32852026-05-29T19:10:53.873Z Compiling parking_lot_core v0.8.6
32862026-05-29T19:10:54.061Z Compiling utf-8 v0.7.6
32872026-05-29T19:10:54.086Z Compiling funty v2.0.0
32882026-05-29T19:10:54.163Z Compiling packed_struct v0.10.1
32892026-05-29T19:10:54.163Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32902026-05-29T19:10:54.308Z Compiling tungstenite v0.21.0
32912026-05-29T19:10:54.325Z Compiling proc-macro-error2 v2.0.1
32922026-05-29T19:10:54.505Z Compiling bitvec v1.0.1
32932026-05-29T19:10:54.541Z Compiling polyval v0.6.2
32942026-05-29T19:10:54.562Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32952026-05-29T19:10:54.623Z Compiling num-derive v0.3.3
32962026-05-29T19:10:54.679Z Compiling packed_struct_codegen v0.10.1
32972026-05-29T19:10:54.724Z Compiling zerocopy-derive v0.6.6
32982026-05-29T19:10:54.759Z Compiling bitfield-macros v0.19.4
32992026-05-29T19:10:54.812Z Compiling indexmap v1.9.3
33002026-05-29T19:10:54.830Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33012026-05-29T19:10:54.987Z Compiling nodrop v0.1.14
33022026-05-29T19:10:55.042Z Compiling crc-catalog v2.4.0
33032026-05-29T19:10:55.060Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33042026-05-29T19:10:55.112Z Compiling array-init v0.0.4
33052026-05-29T19:10:55.172Z Compiling crc v3.4.0
33062026-05-29T19:10:55.270Z Compiling tokio-tungstenite v0.21.0
33072026-05-29T19:10:55.321Z Compiling ghash v0.5.1
33082026-05-29T19:10:55.431Z Compiling tabled_derive v0.11.0
33092026-05-29T19:10:55.496Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33102026-05-29T19:10:55.514Z Compiling smallvec v0.6.14
33112026-05-29T19:10:55.562Z Compiling bitfield v0.19.4
33122026-05-29T19:10:55.611Z Compiling libscf-sys v1.1.0
33132026-05-29T19:10:55.657Z Compiling zerocopy v0.6.6
33142026-05-29T19:10:55.781Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33152026-05-29T19:10:55.835Z Compiling papergrid v0.17.0
33162026-05-29T19:10:55.890Z Compiling testing_table v0.3.0
33172026-05-29T19:10:55.999Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33182026-05-29T19:10:56.017Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33192026-05-29T19:10:56.036Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33202026-05-29T19:10:56.088Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33212026-05-29T19:10:56.217Z Compiling ctr v0.9.2
33222026-05-29T19:10:56.331Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33232026-05-29T19:10:56.352Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33242026-05-29T19:10:56.457Z Compiling unicase v2.9.0
33252026-05-29T19:10:56.545Z Compiling corncobs v0.1.4
33262026-05-29T19:10:56.585Z Compiling hashbrown v0.12.3
33272026-05-29T19:10:56.603Z Compiling illumos-nvpair-sys v0.2.0
33282026-05-29T19:10:56.679Z Compiling aes-gcm v0.10.3
33292026-05-29T19:10:56.716Z Compiling mime_guess v2.0.5
33302026-05-29T19:10:56.752Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33312026-05-29T19:10:56.798Z Compiling tabled v0.20.0
33322026-05-29T19:10:56.859Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33332026-05-29T19:10:56.900Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33342026-05-29T19:10:57.023Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33352026-05-29T19:10:57.116Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33362026-05-29T19:10:57.198Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33372026-05-29T19:10:57.328Z Compiling parking_lot v0.11.2
33382026-05-29T19:10:57.343Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33392026-05-29T19:10:57.375Z Compiling serde-hex v0.1.0
33402026-05-29T19:10:57.529Z Compiling typify-macro v0.4.3
33412026-05-29T19:10:57.593Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33422026-05-29T19:10:57.743Z Compiling ron v0.8.1
33432026-05-29T19:10:57.746Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33442026-05-29T19:10:57.746Z Compiling hashbrown v0.13.2
33452026-05-29T19:10:57.921Z Compiling progenitor-client v0.11.2
33462026-05-29T19:10:58.040Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33472026-05-29T19:10:58.280Z Compiling blowfish v0.9.1
33482026-05-29T19:10:58.319Z Compiling ssh-encoding v0.2.0
33492026-05-29T19:10:58.360Z Compiling prefix-trie v0.7.0
33502026-05-29T19:10:58.399Z Compiling progenitor v0.14.0
33512026-05-29T19:10:58.422Z Compiling fxhash v0.2.1
33522026-05-29T19:10:58.477Z Compiling progenitor v0.13.0
33532026-05-29T19:10:58.552Z Compiling secrecy v0.8.0
33542026-05-29T19:10:58.584Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33552026-05-29T19:10:58.603Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33562026-05-29T19:10:58.655Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33572026-05-29T19:10:58.730Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33582026-05-29T19:10:58.752Z Compiling crc-any v2.5.0
33592026-05-29T19:10:58.759Z Compiling hickory-server v0.25.2
33602026-05-29T19:10:58.883Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
33612026-05-29T19:10:59.014Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33622026-05-29T19:10:59.141Z Compiling sled v0.34.7
33632026-05-29T19:10:59.240Z Compiling ssh-cipher v0.2.0
33642026-05-29T19:10:59.260Z Compiling bcrypt-pbkdf v0.10.0
33652026-05-29T19:10:59.365Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33662026-05-29T19:10:59.387Z Compiling typify v0.4.3
33672026-05-29T19:10:59.531Z Compiling progenitor-impl v0.11.2
33682026-05-29T19:10:59.550Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33692026-05-29T19:10:59.627Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33702026-05-29T19:10:59.917Z Compiling object v0.30.4
33712026-05-29T19:10:59.983Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33722026-05-29T19:11:00.004Z Compiling password-hash v0.4.2
33732026-05-29T19:11:00.133Z Compiling crc8 v0.1.1
33742026-05-29T19:11:00.291Z Compiling http-range v0.1.5
33752026-05-29T19:11:00.451Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33762026-05-29T19:11:00.518Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33772026-05-29T19:11:00.781Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33782026-05-29T19:11:00.799Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33792026-05-29T19:11:00.984Z Compiling path-slash v0.1.5
33802026-05-29T19:11:01.107Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33812026-05-29T19:11:01.173Z Compiling half v1.8.3
33822026-05-29T19:11:01.417Z Compiling serde_cbor v0.11.2
33832026-05-29T19:11:01.473Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33842026-05-29T19:11:01.619Z Compiling pbkdf2 v0.11.0
33852026-05-29T19:11:01.654Z Compiling illumos-nvpair v0.3.0
33862026-05-29T19:11:01.947Z Compiling ssh-key v0.6.7
33872026-05-29T19:11:02.053Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33882026-05-29T19:11:02.249Z Compiling progenitor-macro v0.11.2
33892026-05-29T19:11:02.271Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33902026-05-29T19:11:02.347Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33912026-05-29T19:11:02.824Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33922026-05-29T19:11:02.859Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33932026-05-29T19:11:02.918Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33942026-05-29T19:11:02.986Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33952026-05-29T19:11:03.104Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33962026-05-29T19:11:03.186Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33972026-05-29T19:11:03.210Z Compiling p521 v0.13.3
33982026-05-29T19:11:03.435Z Compiling p256 v0.13.2
33992026-05-29T19:11:03.670Z Compiling yasna v0.5.2
34002026-05-29T19:11:03.689Z Compiling kstat-rs v0.2.4
34012026-05-29T19:11:03.733Z Compiling headers-core v0.3.0
34022026-05-29T19:11:03.842Z Compiling nanorand v0.7.0
34032026-05-29T19:11:03.858Z Compiling russh-cryptovec v0.7.3
34042026-05-29T19:11:03.894Z Compiling atty v0.2.14
34052026-05-29T19:11:03.930Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34062026-05-29T19:11:03.949Z Compiling home v0.5.12
34072026-05-29T19:11:03.992Z Compiling md5 v0.7.0
34082026-05-29T19:11:04.014Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
34092026-05-29T19:11:04.030Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34102026-05-29T19:11:04.075Z Compiling flume v0.11.1
34112026-05-29T19:11:04.120Z Compiling rcgen v0.12.1
34122026-05-29T19:11:04.196Z Compiling russh-keys v0.45.0
34132026-05-29T19:11:04.225Z Compiling headers v0.4.1
34142026-05-29T19:11:04.328Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34152026-05-29T19:11:04.470Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34162026-05-29T19:11:04.487Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34172026-05-29T19:11:04.529Z Compiling hyper-staticfile v0.10.1
34182026-05-29T19:11:04.745Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34192026-05-29T19:11:04.817Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34202026-05-29T19:11:04.925Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34212026-05-29T19:11:04.951Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34222026-05-29T19:11:05.028Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34232026-05-29T19:11:05.068Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34242026-05-29T19:11:05.085Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34252026-05-29T19:11:05.333Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34262026-05-29T19:11:05.370Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34272026-05-29T19:11:05.373Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34282026-05-29T19:11:05.573Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34292026-05-29T19:11:05.598Z Compiling num-bigint v0.4.6
34302026-05-29T19:11:05.618Z Compiling des v0.8.1
34312026-05-29T19:11:05.648Z Compiling subprocess v0.2.15
34322026-05-29T19:11:05.704Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34332026-05-29T19:11:05.805Z Compiling hex-literal v0.4.1
34342026-05-29T19:11:05.824Z Compiling display-error-chain v0.2.2
34352026-05-29T19:11:05.860Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34362026-05-29T19:11:05.881Z Compiling colored v2.2.0
34372026-05-29T19:11:05.948Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34382026-05-29T19:11:05.993Z Compiling socket2 v0.5.10
34392026-05-29T19:11:06.138Z Compiling internet-checksum v0.2.1
34402026-05-29T19:11:06.155Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34412026-05-29T19:11:06.275Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34422026-05-29T19:11:06.840Z Compiling russh v0.45.0
34432026-05-29T19:11:07.280Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34442026-05-29T19:11:07.330Z Compiling progenitor v0.11.2
34452026-05-29T19:11:07.354Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34462026-05-29T19:11:07.493Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34472026-05-29T19:11:09.737Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34482026-05-29T19:11:10.408Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34492026-05-29T19:11:10.865Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34502026-05-29T19:11:12.772Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34512026-05-29T19:11:13.160Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34522026-05-29T19:11:20.805Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34532026-05-29T19:11:20.805Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34542026-05-29T19:11:20.805Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34552026-05-29T19:11:20.805Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34562026-05-29T19:11:22.518Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34572026-05-29T19:11:22.623Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34582026-05-29T19:11:26.750Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34592026-05-29T19:12:06.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34602026-05-29T19:12:06.989Z
34612026-05-29T19:12:06.989Zreal 1:27.145443006
34622026-05-29T19:12:06.990Zuser 8:07.478270004
34632026-05-29T19:12:06.990Zsys 1:43.975257720
34642026-05-29T19:12:06.990Ztrap 0.239766572
34652026-05-29T19:12:06.990Ztflt 0.588491954
34662026-05-29T19:12:06.990Zdflt 1.535439622
34672026-05-29T19:12:06.990Zkflt 0.000410637
34682026-05-29T19:12:06.993Zlock 27:43.000452826
34692026-05-29T19:12:06.993Zslp 18:46.601107307
34702026-05-29T19:12:06.993Zlat 37.994345277
34712026-05-29T19:12:06.993Zstop 2:48.339340694
34722026-05-29T19:12:06.993Z+ mkdir tests
34732026-05-29T19:12:06.996Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34742026-05-29T19:12:06.996Z+ xargs -I '{}' -t cp '{}' tests/
34752026-05-29T19:12:07.019Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7741181b9d09bcb1 tests/
34762026-05-29T19:12:07.047Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f18b755259a0b5b5 tests/
34772026-05-29T19:12:07.077Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-0a11de06ac61b760 tests/
34782026-05-29T19:12:07.107Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-cebe13924327cd8a tests/
34792026-05-29T19:12:07.442Z+ 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)
34802026-05-29T19:12:07.446Z+ 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-f18b755259a0b5b5 tests/commtest-0a11de06ac61b760 tests/dhcp_server-7741181b9d09bcb1 tests/end_to_end_tests-cebe13924327cd8a 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
34812026-05-29T19:13:29.237ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34822026-05-29T19:13:29.237Za .github/buildomat/ci-env.sh 1K
34832026-05-29T19:13:29.237Za out/target/test 1K
34842026-05-29T19:13:29.237Za out/npuzone/npuzone 27402K
34852026-05-29T19:13:29.237Za package-manifest.toml 35K
34862026-05-29T19:13:29.237Za smf/sled-agent/non-gimlet/config.toml 6K
34872026-05-29T19:13:29.237Za target/release/omicron-package 45151K
34882026-05-29T19:13:29.237Za target/release/xtask 11449K
34892026-05-29T19:13:29.237Za target/debug/bootstrap 353190K
34902026-05-29T19:13:29.237Za tests/bootstrap-f18b755259a0b5b5 31215K
34912026-05-29T19:13:29.237Za tests/commtest-0a11de06ac61b760 32300K
34922026-05-29T19:13:29.237Za tests/dhcp_server-7741181b9d09bcb1 31215K
34932026-05-29T19:13:29.237Za tests/end_to_end_tests-cebe13924327cd8a 394981K
34942026-05-29T19:13:29.237Za tools/opte_version 1K
34952026-05-29T19:13:29.237Za tools/opte_version_override 2K
34962026-05-29T19:13:29.237Za out/clickhouse.tar.gz 321341K
34972026-05-29T19:13:29.237Za out/clickhouse_keeper.tar.gz 306406K
34982026-05-29T19:13:29.237Za out/clickhouse_server.tar.gz 321338K
34992026-05-29T19:13:29.237Za out/cockroachdb.tar.gz 165626K
35002026-05-29T19:13:29.237Za out/crucible-pantry-zone.tar.gz 40619K
35012026-05-29T19:13:29.237Za out/crucible-utils.tar 16478K
35022026-05-29T19:13:29.237Za out/crucible-zone.tar.gz 56189K
35032026-05-29T19:13:29.238Za out/external-dns.tar.gz 50209K
35042026-05-29T19:13:29.238Za out/internal-dns.tar.gz 50209K
35052026-05-29T19:13:29.238Za out/mg-ddm-gz.tar 95141K
35062026-05-29T19:13:29.238Za out/nexus.tar.gz 278462K
35072026-05-29T19:13:29.238Za out/ntp.tar.gz 32290K
35082026-05-29T19:13:29.238Za out/omicron-gateway-softnpu.tar.gz 29903K
35092026-05-29T19:13:29.238Za out/omicron-sled-agent.tar 203620K
35102026-05-29T19:13:29.238Za out/overlay.tar.gz 3K
35112026-05-29T19:13:29.238Za out/oximeter.tar.gz 67118K
35122026-05-29T19:13:29.238Za out/oxlog.tar 3782K
35132026-05-29T19:13:29.238Za out/probe.tar.gz 3037K
35142026-05-29T19:13:29.238Za out/propolis-server.tar.gz 35483K
35152026-05-29T19:13:29.238Za out/pumpkind-gz.tar 26647K
35162026-05-29T19:13:29.238Za out/switch-softnpu.tar.gz 452030K
35172026-05-29T19:13:29.242Z
35182026-05-29T19:13:29.242Zreal 1:21.790525276
35192026-05-29T19:13:29.242Zuser 1:19.096809011
35202026-05-29T19:13:29.242Zsys 4.481702413
35212026-05-29T19:13:29.242Ztrap 0.005763198
35222026-05-29T19:13:29.242Ztflt 0.000000000
35232026-05-29T19:13:29.242Zdflt 0.000000000
35242026-05-29T19:13:29.242Zkflt 0.000000000
35252026-05-29T19:13:29.242Zlock 0.000000000
35262026-05-29T19:13:29.243Zslp 1:18.991235572
35272026-05-29T19:13:29.243Zlat 0.999990928
35282026-05-29T19:13:29.243Zstop 0.000563748
35292026-05-29T19:13:29.243Zprocess exited: duration 1025795 ms, exit code 0
 
35302026-05-29T19:13:29.255Zfound 1 output files
35312026-05-29T19:13:29.256Zuploading: /work/package.tar.gz (2555346095 bytes)
35322026-05-29T19:14:00.942Zuploaded: /work/package.tar.gz