01KWD12H5YEEBQ9Q7ZW4793CG4: 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: 01KWD1334AEVS0E8XJ671D60B5

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-30T19:47:24.671Zjob assigned to worker 01KWD139B4KC7SBG4HJPXAWN8Y [factory aws, i-039323129c25b28ff] (queued for 59 s)
 
22026-06-30T19:47:32.178Zstarting task 0: "setup"
32026-06-30T19:47:32.182Z++ uname -s
42026-06-30T19:47:32.186Z+ kern=SunOS
52026-06-30T19:47:32.187Z+ build_user=build
62026-06-30T19:47:32.187Z+ build_uid=12345
72026-06-30T19:47:32.187Z+ work_dir=/work
82026-06-30T19:47:32.187Z+ input_dir=/input
92026-06-30T19:47:32.187Z+ [[ 0 == 12345 ]]
102026-06-30T19:47:32.187Z+ case "$kern" in
112026-06-30T19:47:32.187Z+ groupadd -g 12345 build
122026-06-30T19:47:32.191Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-30T19:47:34.197Z+ zfs create -o mountpoint=/work rpool/work
142026-06-30T19:47:34.309Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-30T19:47:34.312Z+ home_fs=zfs
162026-06-30T19:47:34.312Z+ [[ zfs == autofs ]]
172026-06-30T19:47:34.312Z+ mkdir -p /home/build
182026-06-30T19:47:34.315Z+ chown build:build /home/build /work
192026-06-30T19:47:36.317Z+ chmod 0700 /home/build /work
202026-06-30T19:47:36.320Zprocess exited: duration 4144 ms, exit code 0
 
212026-06-30T19:47:36.326Zstarting task 1: "rust-toolchain"
222026-06-30T19:47:36.333Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-30T19:47:36.333Z * rust toolchain channel = "1.96.0"
242026-06-30T19:47:36.333Z * rust toolchain profile = "default"
252026-06-30T19:47:36.333Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-30T19:47:36.333Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-30T19:47:36.333Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-30T19:47:36.336Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-30T19:47:36.336Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-30T19:47:36.427Zinfo: downloading installer
312026-06-30T19:47:38.123Zwarn: It looks like you have an existing rustup settings file at:
322026-06-30T19:47:38.123Zwarn: /home/build/.rustup/settings.toml
332026-06-30T19:47:38.123Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-30T19:47:38.123Zwarn: instead of the one inferred from the default host triple.
352026-06-30T19:47:38.137Zinfo: profile set to default
362026-06-30T19:47:38.137Zinfo: default host triple is x86_64-unknown-illumos
372026-06-30T19:47:38.140Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-30T19:47:38.296Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-30T19:47:38.300Zinfo: downloading 6 components
402026-06-30T19:47:53.777Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-30T19:47:53.777Z
422026-06-30T19:47:53.804Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-30T19:47:53.805Z
442026-06-30T19:47:53.805Z
452026-06-30T19:47:53.805ZRust is installed now. Great!
462026-06-30T19:47:53.805Z
472026-06-30T19:47:53.805ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-30T19:47:53.805Zenvironment variable. This has not been done automatically.
492026-06-30T19:47:53.805Z
502026-06-30T19:47:53.805ZTo configure your current shell, you need to source
512026-06-30T19:47:53.805Zthe corresponding env file under $HOME/.cargo.
522026-06-30T19:47:53.805Z
532026-06-30T19:47:53.805ZThis is usually done by running one of the following (note the leading DOT):
542026-06-30T19:47:53.808Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-30T19:47:53.808Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-30T19:47:53.808Zsource "~/.cargo/env.nu" # For nushell
572026-06-30T19:47:53.808Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-30T19:47:53.808Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-30T19:47:53.808Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-30T19:47:53.808Zwarn: no default linker (`cc`) was found in your PATH
612026-06-30T19:47:53.808Zwarn: many Rust crates require a system C toolchain to build
622026-06-30T19:47:53.906Z+ rustup --version
632026-06-30T19:47:53.912Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-30T19:47:53.912Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-30T19:47:53.933Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-30T19:47:53.935Z+ cargo --version
672026-06-30T19:47:53.943Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-30T19:47:53.946Z+ rustc --version
692026-06-30T19:47:53.967Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-30T19:47:53.970Zprocess exited: duration 17643 ms, exit code 0
 
712026-06-30T19:47:53.976Zstarting task 2: "authentication"
722026-06-30T19:47:53.996Zprocess exited: duration 19 ms, exit code 0
 
732026-06-30T19:47:54.002Zstarting task 3: "clone repository"
742026-06-30T19:47:54.008Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-30T19:47:54.010Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-30T19:47:54.044ZCloning into '/work/oxidecomputer/omicron'...
772026-06-30T19:48:03.957Z+ cd /work/oxidecomputer/omicron
782026-06-30T19:48:03.957Z+ git fetch origin e3b4fdade6e88d8deae0a8116e6ab656177d113f
792026-06-30T19:48:04.288ZFrom https://github.com/oxidecomputer/omicron
802026-06-30T19:48:04.288Z * branch e3b4fdade6e88d8deae0a8116e6ab656177d113f -> FETCH_HEAD
812026-06-30T19:48:04.301Z+ [[ -n jmcarp/oximeter-lazy-regex ]]
822026-06-30T19:48:04.304Z++ git branch --show-current
832026-06-30T19:48:04.304Z+ current=main
842026-06-30T19:48:04.304Z+ [[ main != jmcarp/oximeter-lazy-regex ]]
852026-06-30T19:48:04.304Z+ git branch -f jmcarp/oximeter-lazy-regex e3b4fdade6e88d8deae0a8116e6ab656177d113f
862026-06-30T19:48:04.307Z+ git checkout -f jmcarp/oximeter-lazy-regex
872026-06-30T19:48:04.558ZSwitched to branch 'jmcarp/oximeter-lazy-regex'
882026-06-30T19:48:04.561Z+ git reset --hard e3b4fdade6e88d8deae0a8116e6ab656177d113f
892026-06-30T19:48:04.591ZHEAD is now at e3b4fdade Oximeter: cache compiled regex.
902026-06-30T19:48:04.595Zprocess exited: duration 10590 ms, exit code 0
 
912026-06-30T19:48:04.607Zstarting task 4: "build"
922026-06-30T19:48:04.611Z+ source .github/buildomat/ci-env.sh
932026-06-30T19:48:04.614Z++ export CARGO_TERM_COLOR=always
942026-06-30T19:48:04.614Z++ CARGO_TERM_COLOR=always
952026-06-30T19:48:04.614Z+ cargo --version
962026-06-30T19:48:04.621Zcargo 1.96.0 (30a34c682 2026-05-25)
972026-06-30T19:48:04.624Z+ rustc --version
982026-06-30T19:48:04.645Zrustc 1.96.0 (ac68faa20 2026-05-25)
992026-06-30T19:48:04.648Z+ WORK=/work
1002026-06-30T19:48:04.648Z+ pfexec mkdir -p /work
1012026-06-30T19:48:04.651Z+ pfexec chown build /work
1022026-06-30T19:48:04.654Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-30T19:48:06.300Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-30T19:48:06.411Z Startup: Caching catalogs ... Done
1052026-06-30T19:48:06.922ZPlanning: Solver setup ... Done (0.465s)
1062026-06-30T19:48:06.947ZPlanning: Running solver ... Done (0.025s)
1072026-06-30T19:48:06.962ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-30T19:48:06.972ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-30T19:48:06.988ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-30T19:48:07.002ZPlanning: Package planning ... Done (0.014s)
1112026-06-30T19:48:07.005ZPlanning: Merging actions ... Done (0.001s)
1122026-06-30T19:48:07.175ZPlanning: Checking for conflicting actions ... Done (0.171s)
1132026-06-30T19:48:07.179ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-30T19:48:08.054ZPlanning: Evaluating mediators ... Done (0.877s)
1152026-06-30T19:48:08.057ZPlanning: Planning completed in 1.62 seconds
1162026-06-30T19:48:08.062Z Packages to install: 2
1172026-06-30T19:48:08.062Z Estimated space available: 156.06 GB
1182026-06-30T19:48:08.062ZEstimated space to be consumed: 30.97 MB
1192026-06-30T19:48:08.062Z Create boot environment: No
1202026-06-30T19:48:08.062ZCreate backup boot environment: No
1212026-06-30T19:48:08.062Z Rebuild boot archive: No
1222026-06-30T19:48:08.065Z
1232026-06-30T19:48:08.065ZChanged packages:
1242026-06-30T19:48:08.065Zhelios
1252026-06-30T19:48:08.065Z developer/build-essential
1262026-06-30T19:48:08.065Z None -> 11-3.0
1272026-06-30T19:48:08.065Z library/libxmlsec1
1282026-06-30T19:48:08.065Z None -> 1.2.35-3.0
1292026-06-30T19:48:08.090Z
1302026-06-30T19:48:08.090ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-30T19:48:08.706ZDownload: Completed 1.28 MB in 0.62 seconds (2.1M/s)
1322026-06-30T19:48:08.781Z Actions: 1/268 actions (Installing new actions)
1332026-06-30T19:48:08.821Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-30T19:48:08.832ZFinalize: Updating package state database ... Done (0.011s)
1352026-06-30T19:48:08.832ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-30T19:48:08.862ZFinalize: Updating image state ... Done (0.029s)
1372026-06-30T19:48:11.523ZFinalize: Creating fast lookup database ... Done (2.634s)
1382026-06-30T19:48:11.597ZFinalize: Reading search index ... Done (0.012s)
1392026-06-30T19:48:11.605ZFinalize: Updating search index ... Done (0.000s)
1402026-06-30T19:48:11.708ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-30T19:48:12.026ZPlanning: Evaluating mediator changes ... Done
1422026-06-30T19:48:12.130ZPlanning: Checking for conflicting actions ... Done
1432026-06-30T19:48:12.133ZPlanning: Consolidating action changes ... Done
1442026-06-30T19:48:12.289ZPlanning: Evaluating mediators ... Done
1452026-06-30T19:48:12.292ZPlanning: Planning completed in 0.26 seconds
1462026-06-30T19:48:12.312Z Mediators to change: 2
1472026-06-30T19:48:12.312Z Create boot environment: No
1482026-06-30T19:48:12.312ZCreate backup boot environment: No
1492026-06-30T19:48:12.355ZFinalize: Updating package state database ... Done
1502026-06-30T19:48:12.355ZFinalize: Updating package cache ... Done
1512026-06-30T19:48:12.375ZFinalize: Updating image state ... Done
1522026-06-30T19:48:14.325ZFinalize: Creating fast lookup database ... Done
1532026-06-30T19:48:14.387ZFinalize: Reading search index ... Done
1542026-06-30T19:48:14.391ZFinalize: Updating search index ... Done
1552026-06-30T19:48:14.445ZFinalize: Updating package cache ... Done
1562026-06-30T19:48:14.740ZPlanning: Evaluating mediator changes ... Done
1572026-06-30T19:48:14.844ZPlanning: Checking for conflicting actions ... Done
1582026-06-30T19:48:14.849ZPlanning: Consolidating action changes ... Done
1592026-06-30T19:48:15.002ZPlanning: Evaluating mediators ... Done
1602026-06-30T19:48:15.006ZPlanning: Planning completed in 0.26 seconds
1612026-06-30T19:48:15.025Z Mediators to change: 1
1622026-06-30T19:48:15.025Z Create boot environment: No
1632026-06-30T19:48:15.025ZCreate backup boot environment: No
1642026-06-30T19:48:15.079ZFinalize: Updating package state database ... Done
1652026-06-30T19:48:15.079ZFinalize: Updating package cache ... Done
1662026-06-30T19:48:15.095ZFinalize: Updating image state ... Done
1672026-06-30T19:48:17.038ZFinalize: Creating fast lookup database ... Done
1682026-06-30T19:48:17.107ZFinalize: Reading search index ... Done
1692026-06-30T19:48:17.110ZFinalize: Updating search index ... Done
1702026-06-30T19:48:17.182ZFinalize: Updating package cache ... Done
1712026-06-30T19:48:17.497ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-30T19:48:17.497Zapache system 2.4 system
1732026-06-30T19:48:17.497Zclang system 15 system
1742026-06-30T19:48:17.497Zcsh system system illumos
1752026-06-30T19:48:17.497Zctags system system illumos
1762026-06-30T19:48:17.497Zfile vendor vendor darwinsys
1772026-06-30T19:48:17.497Zfile system system illumos
1782026-06-30T19:48:17.497Zgcc vendor 14 vendor
1792026-06-30T19:48:17.497Zgcc system 13 system
1802026-06-30T19:48:17.497Zgcc system 10 system
1812026-06-30T19:48:17.497Zgo system 1.25 system
1822026-06-30T19:48:17.497Zllvm system 15 system
1832026-06-30T19:48:17.497Zmariadb system 11.4 system
1842026-06-30T19:48:17.497Zmta vendor vendor dma
1852026-06-30T19:48:17.497Zopenjdk system 17 system
1862026-06-30T19:48:17.498Zopenjdk system 11 system
1872026-06-30T19:48:17.498Zopenssl vendor 3 vendor
1882026-06-30T19:48:17.498Zperl system 5.40 system
1892026-06-30T19:48:17.498Zpostgresql system 18 system
1902026-06-30T19:48:17.498Zpostgresql system 17 system
1912026-06-30T19:48:17.498Zpython vendor 3 vendor
1922026-06-30T19:48:17.498Zpython system 2 system
1932026-06-30T19:48:17.498Zpython3 vendor 3.13 vendor
1942026-06-30T19:48:17.498Zruby system 3.4 system
1952026-06-30T19:48:17.498Zruby system 3.0 system
1962026-06-30T19:48:17.498Zwords vendor vendor american-english
1972026-06-30T19:48:17.498Zwords system system australian-english
1982026-06-30T19:48:17.498Zwords system system british-english
1992026-06-30T19:48:17.498Zwords system system canadian-english
2002026-06-30T19:48:17.498Zwords system system french
2012026-06-30T19:48:17.498Zwords system system italian
2022026-06-30T19:48:17.498Zwords system system ngerman
2032026-06-30T19:48:17.498Zwords system system ogerman
2042026-06-30T19:48:17.498Zwords system system spanish
2052026-06-30T19:48:17.752ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-30T19:48:17.752Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-30T19:48:18.053ZFMRI IFO
2082026-06-30T19:48:18.053Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-30T19:48:18.053Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-30T19:48:18.053Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-30T19:48:18.053Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-30T19:48:18.053Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-30T19:48:18.053Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-30T19:48:18.053Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-30T19:48:18.053Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-30T19:48:18.054Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-30T19:48:18.309Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-30T19:48:18.591Z Updating crates.io index
2192026-06-30T19:48:18.595Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-30T19:48:18.877Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-30T19:48:19.210Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-30T19:48:19.495Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-30T19:48:20.426Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-30T19:48:20.928Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-30T19:48:22.817Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-30T19:48:23.557Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-30T19:48:23.809Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-30T19:48:25.050Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-30T19:48:25.435Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-30T19:48:25.778Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-30T19:48:26.057Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-30T19:48:26.580Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-30T19:48:27.063Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-30T19:48:27.296Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-30T19:48:27.535Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-30T19:48:27.837Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-30T19:48:28.131Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-30T19:48:28.407Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-30T19:48:28.627Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-30T19:48:28.913Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-30T19:48:29.293Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-30T19:48:29.611Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-30T19:48:29.860Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-30T19:48:30.259Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-30T19:48:30.500Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-30T19:48:30.824Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-30T19:48:31.105Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-30T19:48:31.370Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-30T19:48:31.739Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-30T19:48:32.111Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-30T19:48:32.410Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-30T19:48:32.717Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-30T19:48:33.013Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-30T19:48:33.327Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-30T19:48:33.648Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-30T19:48:33.935Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-30T19:48:34.193Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-30T19:48:34.464Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-30T19:48:36.931Z Downloading crates ...
2602026-06-30T19:48:36.983Z Downloaded dtrace-parser v0.2.0
2612026-06-30T19:48:36.991Z Downloaded erased-serde v0.4.9
2622026-06-30T19:48:36.995Z Downloaded idna_adapter v1.2.1
2632026-06-30T19:48:36.999Z Downloaded generic-array v0.14.7
2642026-06-30T19:48:36.999Z Downloaded scroll_derive v0.12.1
2652026-06-30T19:48:36.999Z Downloaded fastrand v2.3.0
2662026-06-30T19:48:37.007Z Downloaded percent-encoding v2.3.2
2672026-06-30T19:48:37.008Z Downloaded memmap v0.7.0
2682026-06-30T19:48:37.013Z Downloaded itoa v1.0.17
2692026-06-30T19:48:37.013Z Downloaded byteorder v1.5.0
2702026-06-30T19:48:37.014Z Downloaded tabled_derive v0.7.0
2712026-06-30T19:48:37.014Z Downloaded block-buffer v0.10.4
2722026-06-30T19:48:37.014Z Downloaded plain v0.2.3
2732026-06-30T19:48:37.023Z Downloaded form_urlencoded v1.2.2
2742026-06-30T19:48:37.023Z Downloaded cpufeatures v0.2.17
2752026-06-30T19:48:37.023Z Downloaded colorchoice v1.0.4
2762026-06-30T19:48:37.023Z Downloaded fnv v1.0.7
2772026-06-30T19:48:37.023Z Downloaded toml v0.8.23
2782026-06-30T19:48:37.023Z Downloaded quote v1.0.45
2792026-06-30T19:48:37.030Z Downloaded cargo_toml v0.21.0
2802026-06-30T19:48:37.030Z Downloaded thiserror-impl v1.0.69
2812026-06-30T19:48:37.031Z Downloaded toml_write v0.1.2
2822026-06-30T19:48:37.031Z Downloaded anstyle-query v1.1.5
2832026-06-30T19:48:37.031Z Downloaded utf8parse v0.2.2
2842026-06-30T19:48:37.037Z Downloaded serde_tokenstream v0.2.3
2852026-06-30T19:48:37.037Z Downloaded zerovec-derive v0.11.2
2862026-06-30T19:48:37.037Z Downloaded icu_provider v2.1.1
2872026-06-30T19:48:37.037Z Downloaded zerofrom v0.1.6
2882026-06-30T19:48:37.037Z Downloaded usdt v0.5.0
2892026-06-30T19:48:37.038Z Downloaded unicode-xid v0.2.6
2902026-06-30T19:48:37.038Z Downloaded yoke-derive v0.8.1
2912026-06-30T19:48:37.038Z Downloaded thread-id v4.2.2
2922026-06-30T19:48:37.041Z Downloaded cfg-if v1.0.4
2932026-06-30T19:48:37.041Z Downloaded typeid v1.0.3
2942026-06-30T19:48:37.041Z Downloaded crypto-common v0.1.7
2952026-06-30T19:48:37.041Z Downloaded clap_lex v1.0.0
2962026-06-30T19:48:37.041Z Downloaded writeable v0.6.2
2972026-06-30T19:48:37.041Z Downloaded usdt-impl v0.5.0
2982026-06-30T19:48:37.041Z Downloaded utf8_iter v1.0.4
2992026-06-30T19:48:37.044Z Downloaded thiserror-impl v2.0.18
3002026-06-30T19:48:37.044Z Downloaded usdt-macro v0.5.0
3012026-06-30T19:48:37.044Z Downloaded usdt-attr-macro v0.5.0
3022026-06-30T19:48:37.044Z Downloaded serde_derive v1.0.228
3032026-06-30T19:48:37.047Z Downloaded anstyle-parse v1.0.0
3042026-06-30T19:48:37.047Z Downloaded cargo-platform v0.2.0
3052026-06-30T19:48:37.051Z Downloaded version_check v0.9.5
3062026-06-30T19:48:37.054Z Downloaded zerofrom-derive v0.1.6
3072026-06-30T19:48:37.057Z Downloaded heck v0.5.0
3082026-06-30T19:48:37.060Z Downloaded equivalent v1.0.2
3092026-06-30T19:48:37.063Z Downloaded unicode-linebreak v0.1.5
3102026-06-30T19:48:37.066Z Downloaded pretty-hex v0.4.1
3112026-06-30T19:48:37.066Z Downloaded errno v0.3.14
3122026-06-30T19:48:37.069Z Downloaded stable_deref_trait v1.2.1
3132026-06-30T19:48:37.069Z Downloaded serde_spanned v0.6.9
3142026-06-30T19:48:37.072Z Downloaded zmij v1.0.21
3152026-06-30T19:48:37.072Z Downloaded potential_utf v0.1.4
3162026-06-30T19:48:37.072Z Downloaded thiserror v1.0.69
3172026-06-30T19:48:37.075Z Downloaded toml_datetime v0.6.11
3182026-06-30T19:48:37.075Z Downloaded terminal_size v0.4.3
3192026-06-30T19:48:37.080Z Downloaded serde-value v0.7.0
3202026-06-30T19:48:37.080Z Downloaded thiserror v2.0.18
3212026-06-30T19:48:37.085Z Downloaded smawk v0.3.2
3222026-06-30T19:48:37.085Z Downloaded macaddr v1.0.1
3232026-06-30T19:48:37.085Z Downloaded tinystr v0.8.2
3242026-06-30T19:48:37.088Z Downloaded swrite v0.1.0
3252026-06-30T19:48:37.088Z Downloaded strsim v0.11.1
3262026-06-30T19:48:37.088Z Downloaded ordered-float v2.10.1
3272026-06-30T19:48:37.095Z Downloaded is_terminal_polyfill v1.70.2
3282026-06-30T19:48:37.098Z Downloaded yoke v0.8.1
3292026-06-30T19:48:37.098Z Downloaded bytecount v0.6.9
3302026-06-30T19:48:37.101Z Downloaded autocfg v1.5.0
3312026-06-30T19:48:37.103Z Downloaded once_cell v1.21.3
3322026-06-30T19:48:37.103Z Downloaded ucd-trie v0.1.7
3332026-06-30T19:48:37.108Z Downloaded anstream v1.0.0
3342026-06-30T19:48:37.108Z Downloaded heck v0.4.1
3352026-06-30T19:48:37.108Z Downloaded toml_edit v0.22.27
3362026-06-30T19:48:37.111Z Downloaded zerotrie v0.2.3
3372026-06-30T19:48:37.111Z Downloaded unicode-ident v1.0.24
3382026-06-30T19:48:37.114Z Downloaded zerocopy-derive v0.7.35
3392026-06-30T19:48:37.117Z Downloaded textwrap v0.16.2
3402026-06-30T19:48:37.117Z Downloaded clap_derive v4.6.1
3412026-06-30T19:48:37.117Z Downloaded camino v1.2.2
3422026-06-30T19:48:37.120Z Downloaded typenum v1.19.0
3432026-06-30T19:48:37.123Z Downloaded proc-macro-error-attr v1.0.4
3442026-06-30T19:48:37.126Z Downloaded fs-err v3.3.0
3452026-06-30T19:48:37.126Z Downloaded cargo_metadata v0.21.0
3462026-06-30T19:48:37.130Z Downloaded url v2.5.8
3472026-06-30T19:48:37.133Z Downloaded synstructure v0.13.2
3482026-06-30T19:48:37.137Z Downloaded proc-macro-error v1.0.4
3492026-06-30T19:48:37.140Z Downloaded serde-untagged v0.1.9
3502026-06-30T19:48:37.143Z Downloaded zerovec v0.11.5
3512026-06-30T19:48:37.146Z Downloaded icu_normalizer_data v2.1.1
3522026-06-30T19:48:37.146Z Downloaded anstyle v1.0.14
3532026-06-30T19:48:37.149Z Downloaded digest v0.10.7
3542026-06-30T19:48:37.149Z Downloaded zerocopy v0.7.35
3552026-06-30T19:48:37.156Z Downloaded winnow v0.7.14
3562026-06-30T19:48:37.162Z Downloaded hashbrown v0.17.0
3572026-06-30T19:48:37.165Z Downloaded smallvec v1.15.1
3582026-06-30T19:48:37.168Z Downloaded pest_generator v2.8.6
3592026-06-30T19:48:37.168Z Downloaded tempfile v3.25.0
3602026-06-30T19:48:37.172Z Downloaded unicode-width v0.1.14
3612026-06-30T19:48:37.175Z Downloaded unicode-width v0.2.0
3622026-06-30T19:48:37.175Z Downloaded semver v1.0.28
3632026-06-30T19:48:37.179Z Downloaded litemap v0.8.1
3642026-06-30T19:48:37.182Z Downloaded displaydoc v0.2.5
3652026-06-30T19:48:37.182Z Downloaded anyhow v1.0.102
3662026-06-30T19:48:37.182Z Downloaded dof v0.3.0
3672026-06-30T19:48:37.182Z Downloaded camino-tempfile v1.4.1
3682026-06-30T19:48:37.182Z Downloaded sha2 v0.10.9
3692026-06-30T19:48:37.185Z Downloaded clap v4.6.1
3702026-06-30T19:48:37.189Z Downloaded cargo-util-schemas v0.8.2
3712026-06-30T19:48:37.193Z Downloaded getrandom v0.4.1
3722026-06-30T19:48:37.193Z Downloaded bitflags v2.11.0
3732026-06-30T19:48:37.196Z Downloaded log v0.4.29
3742026-06-30T19:48:37.199Z Downloaded serde_core v1.0.228
3752026-06-30T19:48:37.199Z Downloaded num-traits v0.2.19
3762026-06-30T19:48:37.203Z Downloaded pest_derive v2.8.6
3772026-06-30T19:48:37.206Z Downloaded proc-macro2 v1.0.106
3782026-06-30T19:48:37.209Z Downloaded icu_properties v2.1.2
3792026-06-30T19:48:37.209Z Downloaded scroll v0.12.0
3802026-06-30T19:48:37.214Z Downloaded papergrid v0.11.0
3812026-06-30T19:48:37.217Z Downloaded icu_locale_core v2.1.1
3822026-06-30T19:48:37.220Z Downloaded icu_normalizer v2.1.1
3832026-06-30T19:48:37.232Z Downloaded icu_collections v2.1.1
3842026-06-30T19:48:37.235Z Downloaded pest_meta v2.8.6
3852026-06-30T19:48:37.235Z Downloaded memchr v2.8.0
3862026-06-30T19:48:37.244Z Downloaded serde v1.0.228
3872026-06-30T19:48:37.254Z Downloaded indexmap v2.14.0
3882026-06-30T19:48:37.267Z Downloaded pest v2.8.6
3892026-06-30T19:48:37.274Z Downloaded idna v1.1.0
3902026-06-30T19:48:37.282Z Downloaded clap_builder v4.6.0
3912026-06-30T19:48:37.286Z Downloaded serde_json v1.0.150
3922026-06-30T19:48:37.289Z Downloaded icu_properties_data v2.1.2
3932026-06-30T19:48:37.300Z Downloaded goblin v0.8.2
3942026-06-30T19:48:37.309Z Downloaded tabled v0.15.0
3952026-06-30T19:48:37.321Z Downloaded syn v1.0.109
3962026-06-30T19:48:37.334Z Downloaded syn v2.0.117
3972026-06-30T19:48:37.347Z Downloaded rustix v1.1.3
3982026-06-30T19:48:37.375Z Downloaded libc v0.2.185
3992026-06-30T19:48:37.444Z Compiling proc-macro2 v1.0.106
4002026-06-30T19:48:37.444Z Compiling unicode-ident v1.0.24
4012026-06-30T19:48:37.444Z Compiling quote v1.0.45
4022026-06-30T19:48:37.448Z Compiling serde_core v1.0.228
4032026-06-30T19:48:37.448Z Compiling libc v0.2.185
4042026-06-30T19:48:37.448Z Compiling version_check v0.9.5
4052026-06-30T19:48:37.448Z Compiling stable_deref_trait v1.2.1
4062026-06-30T19:48:37.448Z Compiling serde v1.0.228
4072026-06-30T19:48:37.620Z Compiling memchr v2.8.0
4082026-06-30T19:48:37.623Z Compiling zmij v1.0.21
4092026-06-30T19:48:37.623Z Compiling thiserror v1.0.69
4102026-06-30T19:48:37.623Z Compiling itoa v1.0.17
4112026-06-30T19:48:37.623Z Compiling ucd-trie v0.1.7
4122026-06-30T19:48:37.623Z Compiling autocfg v1.5.0
4132026-06-30T19:48:37.635Z Compiling writeable v0.6.2
4142026-06-30T19:48:37.800Z Compiling litemap v0.8.1
4152026-06-30T19:48:37.832Z Compiling rustix v1.1.3
4162026-06-30T19:48:37.897Z Compiling byteorder v1.5.0
4172026-06-30T19:48:37.914Z Compiling icu_properties_data v2.1.2
4182026-06-30T19:48:38.063Z Compiling icu_normalizer_data v2.1.1
4192026-06-30T19:48:38.080Z Compiling pest v2.8.6
4202026-06-30T19:48:38.185Z Compiling bitflags v2.11.0
4212026-06-30T19:48:38.235Z Compiling serde_json v1.0.150
4222026-06-30T19:48:38.288Z Compiling num-traits v0.2.19
4232026-06-30T19:48:38.322Z Compiling typeid v1.0.3
4242026-06-30T19:48:38.370Z Compiling equivalent v1.0.2
4252026-06-30T19:48:38.459Z Compiling smallvec v1.15.1
4262026-06-30T19:48:38.475Z Compiling hashbrown v0.17.0
4272026-06-30T19:48:38.530Z Compiling proc-macro-error-attr v1.0.4
4282026-06-30T19:48:38.533Z Compiling usdt-impl v0.5.0
4292026-06-30T19:48:38.549Z Compiling winnow v0.7.14
4302026-06-30T19:48:38.580Z Compiling erased-serde v0.4.9
4312026-06-30T19:48:38.613Z Compiling toml_write v0.1.2
4322026-06-30T19:48:38.616Z Compiling syn v1.0.109
4332026-06-30T19:48:38.629Z Compiling proc-macro-error v1.0.4
4342026-06-30T19:48:38.702Z Compiling percent-encoding v2.3.2
4352026-06-30T19:48:38.757Z Compiling errno v0.3.14
4362026-06-30T19:48:38.780Z Compiling thread-id v4.2.2
4372026-06-30T19:48:38.848Z Compiling plain v0.2.3
4382026-06-30T19:48:38.901Z Compiling utf8_iter v1.0.4
4392026-06-30T19:48:38.918Z Compiling thiserror v2.0.18
4402026-06-30T19:48:38.935Z Compiling getrandom v0.4.1
4412026-06-30T19:48:38.938Z Compiling utf8parse v0.2.2
4422026-06-30T19:48:38.983Z Compiling syn v2.0.117
4432026-06-30T19:48:39.006Z Compiling log v0.4.29
4442026-06-30T19:48:39.022Z Compiling indexmap v2.14.0
4452026-06-30T19:48:39.094Z Compiling camino v1.2.2
4462026-06-30T19:48:39.111Z Compiling anstyle-parse v1.0.0
4472026-06-30T19:48:39.147Z Compiling pest_meta v2.8.6
4482026-06-30T19:48:39.321Z Compiling form_urlencoded v1.2.2
4492026-06-30T19:48:39.402Z Compiling colorchoice v1.0.4
4502026-06-30T19:48:39.421Z Compiling anstyle v1.0.14
4512026-06-30T19:48:39.523Z Compiling ordered-float v2.10.1
4522026-06-30T19:48:39.540Z Compiling anstyle-query v1.1.5
4532026-06-30T19:48:39.540Z Compiling is_terminal_polyfill v1.70.2
4542026-06-30T19:48:39.543Z Compiling cfg-if v1.0.4
4552026-06-30T19:48:39.589Z Compiling pretty-hex v0.4.1
4562026-06-30T19:48:39.679Z Compiling anstream v1.0.0
4572026-06-30T19:48:39.682Z Compiling fs-err v3.3.0
4582026-06-30T19:48:39.682Z Compiling fnv v1.0.7
4592026-06-30T19:48:39.730Z Compiling clap_lex v1.0.0
4602026-06-30T19:48:39.748Z Compiling unicode-xid v0.2.6
4612026-06-30T19:48:39.751Z Compiling anyhow v1.0.102
4622026-06-30T19:48:39.796Z Compiling terminal_size v0.4.3
4632026-06-30T19:48:39.814Z Compiling once_cell v1.21.3
4642026-06-30T19:48:39.915Z Compiling heck v0.5.0
4652026-06-30T19:48:39.933Z Compiling bytecount v0.6.9
4662026-06-30T19:48:40.040Z Compiling semver v1.0.28
4672026-06-30T19:48:40.060Z Compiling unicode-width v0.1.14
4682026-06-30T19:48:40.077Z Compiling heck v0.4.1
4692026-06-30T19:48:40.096Z Compiling fastrand v2.3.0
4702026-06-30T19:48:40.099Z Compiling strsim v0.11.1
4712026-06-30T19:48:40.179Z Compiling memmap v0.7.0
4722026-06-30T19:48:40.281Z Compiling unicode-width v0.2.0
4732026-06-30T19:48:40.319Z Compiling clap_builder v4.6.0
4742026-06-30T19:48:40.354Z Compiling papergrid v0.11.0
4752026-06-30T19:48:40.373Z Compiling tempfile v3.25.0
4762026-06-30T19:48:40.393Z Compiling serde-untagged v0.1.9
4772026-06-30T19:48:40.396Z Compiling smawk v0.3.2
4782026-06-30T19:48:40.396Z Compiling unicode-linebreak v0.1.5
4792026-06-30T19:48:40.575Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-06-30T19:48:40.593Z Compiling swrite v0.1.0
4812026-06-30T19:48:40.658Z Compiling textwrap v0.16.2
4822026-06-30T19:48:40.675Z Compiling camino-tempfile v1.4.1
4832026-06-30T19:48:40.996Z Compiling tabled_derive v0.7.0
4842026-06-30T19:48:41.513Z Compiling synstructure v0.13.2
4852026-06-30T19:48:41.513Z Compiling pest_generator v2.8.6
4862026-06-30T19:48:41.666Z Compiling tabled v0.15.0
4872026-06-30T19:48:42.011Z Compiling serde_derive v1.0.228
4882026-06-30T19:48:42.011Z Compiling zerofrom-derive v0.1.6
4892026-06-30T19:48:42.020Z Compiling yoke-derive v0.8.1
4902026-06-30T19:48:42.020Z Compiling zerovec-derive v0.11.2
4912026-06-30T19:48:42.020Z Compiling displaydoc v0.2.5
4922026-06-30T19:48:42.020Z Compiling thiserror-impl v1.0.69
4932026-06-30T19:48:42.060Z Compiling zerocopy-derive v0.7.35
4942026-06-30T19:48:42.096Z Compiling pest_derive v2.8.6
4952026-06-30T19:48:42.096Z Compiling scroll_derive v0.12.1
4962026-06-30T19:48:42.203Z Compiling thiserror-impl v2.0.18
4972026-06-30T19:48:42.203Z Compiling clap_derive v4.6.1
4982026-06-30T19:48:42.908Z Compiling scroll v0.12.0
4992026-06-30T19:48:42.996Z Compiling zerocopy v0.7.35
5002026-06-30T19:48:43.137Z Compiling goblin v0.8.2
5012026-06-30T19:48:43.170Z Compiling zerofrom v0.1.6
5022026-06-30T19:48:43.277Z Compiling yoke v0.8.1
5032026-06-30T19:48:43.292Z Compiling dtrace-parser v0.2.0
5042026-06-30T19:48:43.437Z Compiling zerovec v0.11.5
5052026-06-30T19:48:43.438Z Compiling zerotrie v0.2.3
5062026-06-30T19:48:43.615Z Compiling clap v4.6.1
5072026-06-30T19:48:43.857Z Compiling tinystr v0.8.2
5082026-06-30T19:48:43.857Z Compiling potential_utf v0.1.4
5092026-06-30T19:48:43.964Z Compiling icu_collections v2.1.1
5102026-06-30T19:48:44.016Z Compiling icu_locale_core v2.1.1
5112026-06-30T19:48:44.539Z Compiling icu_provider v2.1.1
5122026-06-30T19:48:44.697Z Compiling toml_datetime v0.6.11
5132026-06-30T19:48:44.697Z Compiling serde_spanned v0.6.9
5142026-06-30T19:48:44.697Z Compiling serde-value v0.7.0
5152026-06-30T19:48:44.701Z Compiling cargo-platform v0.2.0
5162026-06-30T19:48:44.701Z Compiling macaddr v1.0.1
5172026-06-30T19:48:44.714Z Compiling dof v0.3.0
5182026-06-30T19:48:44.717Z Compiling serde_tokenstream v0.2.3
5192026-06-30T19:48:44.764Z Compiling icu_normalizer v2.1.1
5202026-06-30T19:48:44.769Z Compiling icu_properties v2.1.2
5212026-06-30T19:48:44.954Z Compiling toml_edit v0.22.27
5222026-06-30T19:48:45.466Z Compiling usdt-attr-macro v0.5.0
5232026-06-30T19:48:45.466Z Compiling usdt-macro v0.5.0
5242026-06-30T19:48:45.636Z Compiling idna_adapter v1.2.1
5252026-06-30T19:48:45.742Z Compiling idna v1.1.0
5262026-06-30T19:48:46.011Z Compiling url v2.5.8
5272026-06-30T19:48:46.061Z Compiling usdt v0.5.0
5282026-06-30T19:48:46.248Z Compiling toml v0.8.23
5292026-06-30T19:48:46.573Z Compiling cargo-util-schemas v0.8.2
5302026-06-30T19:48:46.573Z Compiling cargo_toml v0.21.0
5312026-06-30T19:48:47.380Z Compiling cargo_metadata v0.21.0
5322026-06-30T19:48:48.306Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-06-30T19:48:50.419Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.28s
5342026-06-30T19:48:50.633Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5352026-06-30T19:48:51.115Z Downloading crates ...
5362026-06-30T19:48:51.206Z Downloaded arrayref v0.3.9
5372026-06-30T19:48:51.209Z Downloaded ahash v0.8.12
5382026-06-30T19:48:51.212Z Downloaded bit-vec v0.6.3
5392026-06-30T19:48:51.212Z Downloaded async-stream-impl v0.3.6
5402026-06-30T19:48:51.215Z Downloaded cexpr v0.6.0
5412026-06-30T19:48:51.215Z Downloaded bitfield v0.19.4
5422026-06-30T19:48:51.218Z Downloaded aead v0.5.2
5432026-06-30T19:48:51.218Z Downloaded ascii-canvas v3.0.0
5442026-06-30T19:48:51.221Z Downloaded assert_matches v1.5.0
5452026-06-30T19:48:51.221Z Downloaded bit-set v0.8.0
5462026-06-30T19:48:51.221Z Downloaded base16ct v0.2.0
5472026-06-30T19:48:51.221Z Downloaded array-init v0.0.4
5482026-06-30T19:48:51.224Z Downloaded argon2 v0.5.3
5492026-06-30T19:48:51.224Z Downloaded allocator-api2 v0.2.21
5502026-06-30T19:48:51.227Z Downloaded base64ct v1.8.3
5512026-06-30T19:48:51.230Z Downloaded async-trait v0.1.89
5522026-06-30T19:48:51.230Z Downloaded bitflags v1.3.2
5532026-06-30T19:48:51.235Z Downloaded backoff v0.4.0
5542026-06-30T19:48:51.239Z Downloaded arc-swap v1.8.2
5552026-06-30T19:48:51.239Z Downloaded block-padding v0.3.3
5562026-06-30T19:48:51.239Z Downloaded async-recursion v1.1.1
5572026-06-30T19:48:51.242Z Downloaded crossterm v0.28.1
5582026-06-30T19:48:51.248Z Downloaded fatfs v0.3.6
5592026-06-30T19:48:51.248Z Downloaded bytes v1.11.1
5602026-06-30T19:48:51.258Z Downloaded convert_case v0.4.0
5612026-06-30T19:48:51.258Z Downloaded crossterm v0.29.0
5622026-06-30T19:48:51.262Z Downloaded data-encoding v2.10.0
5632026-06-30T19:48:51.262Z Downloaded cpufeatures v0.3.0
5642026-06-30T19:48:51.262Z Downloaded darling v0.13.4
5652026-06-30T19:48:51.262Z Downloaded crossbeam-deque v0.8.6
5662026-06-30T19:48:51.262Z Downloaded aws-lc-rs v1.16.3
5672026-06-30T19:48:51.267Z Downloaded der_derive v0.7.3
5682026-06-30T19:48:51.270Z Downloaded crc32fast v1.5.0
5692026-06-30T19:48:51.271Z Downloaded derive_builder v0.20.2
5702026-06-30T19:48:51.275Z Downloaded digest v0.11.3
5712026-06-30T19:48:51.278Z Downloaded darling_core v0.23.0
5722026-06-30T19:48:51.278Z Downloaded crypto-bigint v0.5.5
5732026-06-30T19:48:51.281Z Downloaded defmt v0.3.100
5742026-06-30T19:48:51.284Z Downloaded crc-any v2.5.0
5752026-06-30T19:48:51.284Z Downloaded cargo-platform v0.3.2
5762026-06-30T19:48:51.285Z Downloaded atomic-waker v1.1.2
5772026-06-30T19:48:51.288Z Downloaded darling_macro v0.13.4
5782026-06-30T19:48:51.288Z Downloaded derive-where v1.6.0
5792026-06-30T19:48:51.291Z Downloaded deranged v0.5.8
5802026-06-30T19:48:51.291Z Downloaded daft v0.1.7
5812026-06-30T19:48:51.294Z Downloaded cassowary v0.3.0
5822026-06-30T19:48:51.294Z Downloaded block-buffer v0.12.1
5832026-06-30T19:48:51.294Z Downloaded crucible-workspace-hack v0.1.0
5842026-06-30T19:48:51.297Z Downloaded darling_macro v0.23.0
5852026-06-30T19:48:51.297Z Downloaded darling_macro v0.20.11
5862026-06-30T19:48:51.297Z Downloaded crunchy v0.2.4
5872026-06-30T19:48:51.297Z Downloaded ciborium-ll v0.2.2
5882026-06-30T19:48:51.297Z Downloaded critical-section v1.2.0
5892026-06-30T19:48:51.302Z Downloaded bit-set v0.5.3
5902026-06-30T19:48:51.302Z Downloaded dirs-sys-next v0.1.2
5912026-06-30T19:48:51.302Z Downloaded float-ord v0.3.2
5922026-06-30T19:48:51.306Z Downloaded defmt-parser v1.0.0
5932026-06-30T19:48:51.306Z Downloaded crc8 v0.1.1
5942026-06-30T19:48:51.306Z Downloaded compression-core v0.4.31
5952026-06-30T19:48:51.306Z Downloaded darling_macro v0.21.3
5962026-06-30T19:48:51.306Z Downloaded crypto-common v0.2.2
5972026-06-30T19:48:51.306Z Downloaded ciborium-io v0.2.2
5982026-06-30T19:48:51.306Z Downloaded cfg_aliases v0.1.1
5992026-06-30T19:48:51.309Z Downloaded foreign-types v0.3.2
6002026-06-30T19:48:51.309Z Downloaded crossbeam-channel v0.5.15
6012026-06-30T19:48:51.313Z Downloaded document-features v0.2.12
6022026-06-30T19:48:51.313Z Downloaded darling v0.21.3
6032026-06-30T19:48:51.315Z Downloaded anstream v0.6.21
6042026-06-30T19:48:51.318Z Downloaded foreign-types-shared v0.3.1
6052026-06-30T19:48:51.318Z Downloaded crc-catalog v2.4.0
6062026-06-30T19:48:51.318Z Downloaded downcast-rs v2.0.2
6072026-06-30T19:48:51.318Z Downloaded embedded-io v0.4.0
6082026-06-30T19:48:51.321Z Downloaded blake2 v0.10.6
6092026-06-30T19:48:51.322Z Downloaded enum-as-inner v0.6.1
6102026-06-30T19:48:51.324Z Downloaded cobs v0.3.0
6112026-06-30T19:48:51.324Z Downloaded cstr-argument v0.1.2
6122026-06-30T19:48:51.324Z Downloaded crc v3.4.0
6132026-06-30T19:48:51.327Z Downloaded const_format_proc_macros v0.2.34
6142026-06-30T19:48:51.328Z Downloaded console v0.15.11
6152026-06-30T19:48:51.330Z Downloaded embedded-io v0.6.1
6162026-06-30T19:48:51.330Z Downloaded display-error-chain v0.2.2
6172026-06-30T19:48:51.330Z Downloaded adler2 v2.0.1
6182026-06-30T19:48:51.335Z Downloaded ed25519 v2.2.3
6192026-06-30T19:48:51.335Z Downloaded futures-macro v0.3.32
6202026-06-30T19:48:51.340Z Downloaded flagset v0.4.7
6212026-06-30T19:48:51.340Z Downloaded foreign-types v0.5.0
6222026-06-30T19:48:51.340Z Downloaded dunce v1.0.5
6232026-06-30T19:48:51.340Z Downloaded dtrace-parser v0.3.0
6242026-06-30T19:48:51.340Z Downloaded endian-type v0.1.2
6252026-06-30T19:48:51.340Z Downloaded fixedbitset v0.4.2
6262026-06-30T19:48:51.343Z Downloaded defmt-macros v1.0.1
6272026-06-30T19:48:51.343Z Downloaded async-stream v0.3.6
6282026-06-30T19:48:51.343Z Downloaded derive_builder_macro v0.20.2
6292026-06-30T19:48:51.345Z Downloaded debug-ignore v1.0.5
6302026-06-30T19:48:51.345Z Downloaded difflib v0.4.0
6312026-06-30T19:48:51.346Z Downloaded dropshot-api-manager-types v0.7.2
6322026-06-30T19:48:51.348Z Downloaded bitfield-struct v0.6.2
6332026-06-30T19:48:51.348Z Downloaded bcrypt-pbkdf v0.10.0
6342026-06-30T19:48:51.348Z Downloaded chacha20 v0.10.0
6352026-06-30T19:48:51.351Z Downloaded futures-core v0.3.32
6362026-06-30T19:48:51.351Z Downloaded funty v2.0.0
6372026-06-30T19:48:51.352Z Downloaded curve25519-dalek-derive v0.1.1
6382026-06-30T19:48:51.354Z Downloaded bitfield-macros v0.19.4
6392026-06-30T19:48:51.354Z Downloaded bb8 v0.8.6
6402026-06-30T19:48:51.354Z Downloaded env_filter v1.0.0
6412026-06-30T19:48:51.357Z Downloaded dof v0.4.0
6422026-06-30T19:48:51.357Z Downloaded castaway v0.2.4
6432026-06-30T19:48:51.358Z Downloaded atomicwrites v0.4.4
6442026-06-30T19:48:51.358Z Downloaded corncobs v0.1.4
6452026-06-30T19:48:51.361Z Downloaded convert_case v0.10.0
6462026-06-30T19:48:51.361Z Downloaded crossbeam-utils v0.8.21
6472026-06-30T19:48:51.364Z Downloaded gethostname v0.5.0
6482026-06-30T19:48:51.364Z Downloaded fs_extra v1.3.0
6492026-06-30T19:48:51.364Z Downloaded futures-task v0.3.32
6502026-06-30T19:48:51.367Z Downloaded atty v0.2.14
6512026-06-30T19:48:51.367Z Downloaded buf-list v1.1.2
6522026-06-30T19:48:51.370Z Downloaded blowfish v0.9.1
6532026-06-30T19:48:51.370Z Downloaded fallible-iterator v0.2.0
6542026-06-30T19:48:51.370Z Downloaded ecdsa v0.16.9
6552026-06-30T19:48:51.374Z Downloaded csv-core v0.1.13
6562026-06-30T19:48:51.374Z Downloaded diesel-dtrace v0.5.0
6572026-06-30T19:48:51.374Z Downloaded fxhash v0.2.1
6582026-06-30T19:48:51.374Z Downloaded derive-ex v0.1.8
6592026-06-30T19:48:51.377Z Downloaded daft-derive v0.1.7
6602026-06-30T19:48:51.380Z Downloaded float-cmp v0.10.0
6612026-06-30T19:48:51.380Z Downloaded foreign-types-shared v0.1.1
6622026-06-30T19:48:51.380Z Downloaded foreign-types-macros v0.2.3
6632026-06-30T19:48:51.380Z Downloaded derive_more-impl v2.1.1
6642026-06-30T19:48:51.383Z Downloaded ghash v0.5.1
6652026-06-30T19:48:51.386Z Downloaded diesel_table_macro_syntax v0.3.0
6662026-06-30T19:48:51.386Z Downloaded foldhash v0.1.5
6672026-06-30T19:48:51.386Z Downloaded hash32 v0.2.1
6682026-06-30T19:48:51.389Z Downloaded globwalk v0.9.1
6692026-06-30T19:48:51.389Z Downloaded futures-io v0.3.32
6702026-06-30T19:48:51.389Z Downloaded headers-core v0.3.0
6712026-06-30T19:48:51.389Z Downloaded cargo_metadata v0.23.1
6722026-06-30T19:48:51.392Z Downloaded home v0.5.12
6732026-06-30T19:48:51.392Z Downloaded hash32 v0.3.1
6742026-06-30T19:48:51.395Z Downloaded dyn-clone v1.0.20
6752026-06-30T19:48:51.395Z Downloaded cookie v0.18.1
6762026-06-30T19:48:51.395Z Downloaded hex v0.4.3
6772026-06-30T19:48:51.398Z Downloaded futures-sink v0.3.32
6782026-06-30T19:48:51.398Z Downloaded hex-literal v0.4.1
6792026-06-30T19:48:51.398Z Downloaded clang-sys v1.8.1
6802026-06-30T19:48:51.401Z Downloaded hubpack_derive v0.1.1
6812026-06-30T19:48:51.401Z Downloaded http-range v0.1.5
6822026-06-30T19:48:51.401Z Downloaded dsl_auto_type v0.2.0
6832026-06-30T19:48:51.404Z Downloaded chacha20 v0.9.1
6842026-06-30T19:48:51.404Z Downloaded hubpack v0.1.2
6852026-06-30T19:48:51.404Z Downloaded httpdate v1.0.3
6862026-06-30T19:48:51.408Z Downloaded ff v0.13.1
6872026-06-30T19:48:51.408Z Downloaded filetime v0.2.27
6882026-06-30T19:48:51.408Z Downloaded fd-lock v4.0.4
6892026-06-30T19:48:51.411Z Downloaded foldhash v0.2.0
6902026-06-30T19:48:51.411Z Downloaded defmt v1.0.1
6912026-06-30T19:48:51.414Z Downloaded find-msvc-tools v0.1.9
6922026-06-30T19:48:51.414Z Downloaded ena v0.14.4
6932026-06-30T19:48:51.417Z Downloaded http-body v1.0.1
6942026-06-30T19:48:51.417Z Downloaded compression-codecs v0.4.37
6952026-06-30T19:48:51.420Z Downloaded fs-err v2.11.0
6962026-06-30T19:48:51.420Z Downloaded bcs v0.1.6
6972026-06-30T19:48:51.420Z Downloaded git-stub v1.0.0
6982026-06-30T19:48:51.423Z Downloaded anstyle-parse v0.2.7
6992026-06-30T19:48:51.423Z Downloaded hyper-tls v0.6.0
7002026-06-30T19:48:51.426Z Downloaded darling v0.23.0
7012026-06-30T19:48:51.429Z Downloaded fixedbitset v0.5.7
7022026-06-30T19:48:51.429Z Downloaded crossbeam-epoch v0.9.18
7032026-06-30T19:48:51.432Z Downloaded colored v2.2.0
7042026-06-30T19:48:51.432Z Downloaded illumos-nvpair v0.3.0
7052026-06-30T19:48:51.435Z Downloaded hostname v0.4.2
7062026-06-30T19:48:51.435Z Downloaded hostname v0.3.1
7072026-06-30T19:48:51.435Z Downloaded cipher v0.4.4
7082026-06-30T19:48:51.438Z Downloaded byte-wrapper v0.1.0
7092026-06-30T19:48:51.438Z Downloaded dirs-next v2.0.0
7102026-06-30T19:48:51.442Z Downloaded inout v0.1.4
7112026-06-30T19:48:51.442Z Downloaded globset v0.4.18
7122026-06-30T19:48:51.442Z Downloaded illumos-nvpair-sys v0.2.0
7132026-06-30T19:48:51.442Z Downloaded console v0.16.2
7142026-06-30T19:48:51.444Z Downloaded darling v0.20.11
7152026-06-30T19:48:51.445Z Downloaded camino-tempfile-ext v0.3.3
7162026-06-30T19:48:51.448Z Downloaded bzip2 v0.6.1
7172026-06-30T19:48:51.448Z Downloaded indoc v1.0.9
7182026-06-30T19:48:51.452Z Downloaded internet-checksum v0.2.1
7192026-06-30T19:48:51.452Z Downloaded futures-executor v0.3.32
7202026-06-30T19:48:51.456Z Downloaded ident_case v1.0.1
7212026-06-30T19:48:51.456Z Downloaded is_ci v1.2.0
7222026-06-30T19:48:51.456Z Downloaded glob v0.3.3
7232026-06-30T19:48:51.456Z Downloaded async-bb8-diesel v0.2.1
7242026-06-30T19:48:51.456Z Downloaded instability v0.3.11
7252026-06-30T19:48:51.456Z Downloaded keccak v0.1.6
7262026-06-30T19:48:51.461Z Downloaded indent_write v2.2.0
7272026-06-30T19:48:51.461Z Downloaded lazy_static v1.5.0
7282026-06-30T19:48:51.461Z Downloaded is-terminal v0.4.17
7292026-06-30T19:48:51.464Z Downloaded instant v0.1.13
7302026-06-30T19:48:51.464Z Downloaded lalrpop-util v0.19.12
7312026-06-30T19:48:51.464Z Downloaded highway v1.3.0
7322026-06-30T19:48:51.464Z Downloaded http-body-util v0.1.3
7332026-06-30T19:48:51.469Z Downloaded kstat-rs v0.2.4
7342026-06-30T19:48:51.469Z Downloaded either v1.15.0
7352026-06-30T19:48:51.469Z Downloaded ctr v0.9.2
7362026-06-30T19:48:51.469Z Downloaded constant_time_eq v0.4.2
7372026-06-30T19:48:51.469Z Downloaded erased-serde v0.3.31
7382026-06-30T19:48:51.473Z Downloaded diff v0.1.13
7392026-06-30T19:48:51.474Z Downloaded cbc v0.1.2
7402026-06-30T19:48:51.474Z Downloaded cookie_store v0.22.1
7412026-06-30T19:48:51.478Z Downloaded colored v3.1.1
7422026-06-30T19:48:51.482Z Downloaded humantime v2.3.0
7432026-06-30T19:48:51.482Z Downloaded darling_core v0.13.4
7442026-06-30T19:48:51.482Z Downloaded hyper-staticfile v0.10.1
7452026-06-30T19:48:51.485Z Downloaded group v0.13.0
7462026-06-30T19:48:51.485Z Downloaded git-stub-vcs v0.1.0
7472026-06-30T19:48:51.485Z Downloaded dropshot_endpoint v0.17.1
7482026-06-30T19:48:51.489Z Downloaded futures-channel v0.3.32
7492026-06-30T19:48:51.489Z Downloaded env_logger v0.11.9
7502026-06-30T19:48:51.492Z Downloaded libscf-sys v1.1.0
7512026-06-30T19:48:51.492Z Downloaded indoc v2.0.7
7522026-06-30T19:48:51.492Z Downloaded lru-cache v0.1.2
7532026-06-30T19:48:51.497Z Downloaded cmake v0.1.57
7542026-06-30T19:48:51.497Z Downloaded multimap v0.10.1
7552026-06-30T19:48:51.497Z Downloaded ciborium v0.2.2
7562026-06-30T19:48:51.500Z Downloaded md5 v0.7.0
7572026-06-30T19:48:51.500Z Downloaded managed v0.8.0
7582026-06-30T19:48:51.500Z Downloaded bit-vec v0.8.0
7592026-06-30T19:48:51.500Z Downloaded const-oid v0.9.6
7602026-06-30T19:48:51.504Z Downloaded lru v0.12.5
7612026-06-30T19:48:51.504Z Downloaded linked-hash-map v0.5.6
7622026-06-30T19:48:51.504Z Downloaded arrayvec v0.7.6
7632026-06-30T19:48:51.507Z Downloaded impl-trait-for-tuples v0.2.3
7642026-06-30T19:48:51.507Z Downloaded half v1.8.3
7652026-06-30T19:48:51.507Z Downloaded memoffset v0.9.1
7662026-06-30T19:48:51.510Z Downloaded lzss v0.8.2
7672026-06-30T19:48:51.510Z Downloaded ingot v0.1.1
7682026-06-30T19:48:51.513Z Downloaded mime v0.3.17
7692026-06-30T19:48:51.513Z Downloaded ipnetwork v0.21.1
7702026-06-30T19:48:51.516Z Downloaded maybe-uninit v2.0.0
7712026-06-30T19:48:51.516Z Downloaded newtype_derive v0.1.6
7722026-06-30T19:48:51.516Z Downloaded new_debug_unreachable v1.0.6
7732026-06-30T19:48:51.516Z Downloaded newtype-uuid-macros v0.1.0
7742026-06-30T19:48:51.519Z Downloaded nibble_vec v0.1.0
7752026-06-30T19:48:51.519Z Downloaded nodrop v0.1.14
7762026-06-30T19:48:51.519Z Downloaded newline-converter v0.3.0
7772026-06-30T19:48:51.521Z Downloaded ipnet v2.11.0
7782026-06-30T19:48:51.521Z Downloaded nonempty v0.12.0
7792026-06-30T19:48:51.524Z Downloaded getrandom v0.2.17
7802026-06-30T19:48:51.524Z Downloaded match_cfg v0.1.0
7812026-06-30T19:48:51.527Z Downloaded httparse v1.10.1
7822026-06-30T19:48:51.527Z Downloaded lru-slab v0.1.2
7832026-06-30T19:48:51.527Z Downloaded ingot-types v0.1.2
7842026-06-30T19:48:51.531Z Downloaded getrandom v0.3.4
7852026-06-30T19:48:51.531Z Downloaded des v0.8.1
7862026-06-30T19:48:51.534Z Downloaded derive_more v0.99.20
7872026-06-30T19:48:51.537Z Downloaded num-conv v0.2.0
7882026-06-30T19:48:51.537Z Downloaded num-derive v0.4.2
7892026-06-30T19:48:51.537Z Downloaded num v0.4.3
7902026-06-30T19:48:51.542Z Downloaded iana-time-zone v0.1.65
7912026-06-30T19:48:51.542Z Downloaded num_threads v0.1.7
7922026-06-30T19:48:51.542Z Downloaded num-iter v0.1.45
7932026-06-30T19:48:51.546Z Downloaded hmac v0.12.1
7942026-06-30T19:48:51.546Z Downloaded num-derive v0.3.3
7952026-06-30T19:48:51.546Z Downloaded normalize-line-endings v0.3.0
7962026-06-30T19:48:51.546Z Downloaded libefi-sys v0.1.0
7972026-06-30T19:48:51.550Z Downloaded olpc-cjson v0.1.4
7982026-06-30T19:48:51.550Z Downloaded derive_builder_core v0.20.2
7992026-06-30T19:48:51.550Z Downloaded backon v1.6.0
8002026-06-30T19:48:51.553Z Downloaded libsw-core v0.3.2
8012026-06-30T19:48:51.553Z Downloaded hybrid-array v0.4.10
8022026-06-30T19:48:51.555Z Downloaded openssl-macros v0.1.1
8032026-06-30T19:48:51.555Z Downloaded opaque-debug v0.3.1
8042026-06-30T19:48:51.555Z Downloaded openssl-probe v0.1.6
8052026-06-30T19:48:51.555Z Downloaded darling_core v0.21.3
8062026-06-30T19:48:51.558Z Downloaded maplit v1.0.2
8072026-06-30T19:48:51.562Z Downloaded multer v3.1.0
8082026-06-30T19:48:51.562Z Downloaded linear-map v1.2.0
8092026-06-30T19:48:51.565Z Downloaded libsw v3.5.0
8102026-06-30T19:48:51.566Z Downloaded const-oid v0.10.2
8112026-06-30T19:48:51.566Z Downloaded libloading v0.8.9
8122026-06-30T19:48:51.568Z Downloaded flume v0.11.1
8132026-06-30T19:48:51.571Z Downloaded num_enum_derive v0.5.11
8142026-06-30T19:48:51.571Z Downloaded cfg_aliases v0.2.1
8152026-06-30T19:48:51.574Z Downloaded oso-derive v0.27.3
8162026-06-30T19:48:51.574Z Downloaded native-tls v0.2.18
8172026-06-30T19:48:51.574Z Downloaded openssl-probe v0.2.1
8182026-06-30T19:48:51.577Z Downloaded bzip2 v0.4.4
8192026-06-30T19:48:51.580Z Downloaded ingot-macros v0.1.1
8202026-06-30T19:48:51.582Z Downloaded md-5 v0.10.6
8212026-06-30T19:48:51.582Z Downloaded mime_guess v2.0.5
8222026-06-30T19:48:51.585Z Downloaded jobserver v0.1.34
8232026-06-30T19:48:51.588Z Downloaded path-slash v0.1.5
8242026-06-30T19:48:51.588Z Downloaded packed_struct_codegen v0.10.1
8252026-06-30T19:48:51.588Z Downloaded peg-runtime v0.8.5
8262026-06-30T19:48:51.591Z Downloaded pbkdf2 v0.12.2
8272026-06-30T19:48:51.596Z Downloaded elliptic-curve v0.13.8
8282026-06-30T19:48:51.599Z Downloaded darling_core v0.20.11
8292026-06-30T19:48:51.602Z Downloaded phf_shared v0.11.3
8302026-06-30T19:48:51.608Z Downloaded parse-display v0.10.0
8312026-06-30T19:48:51.611Z Downloaded num-rational v0.4.2
8322026-06-30T19:48:51.611Z Downloaded derive_more v2.1.1
8332026-06-30T19:48:51.615Z Downloaded phf_shared v0.12.1
8342026-06-30T19:48:51.618Z Downloaded cancel-safe-futures v0.1.5
8352026-06-30T19:48:51.618Z Downloaded const_format v0.2.35
8362026-06-30T19:48:51.621Z Downloaded powerfmt v0.2.0
8372026-06-30T19:48:51.624Z Downloaded predicates-core v1.0.10
8382026-06-30T19:48:51.624Z Downloaded der v0.7.10
8392026-06-30T19:48:51.627Z Downloaded litrs v1.0.0
8402026-06-30T19:48:51.633Z Downloaded chacha20poly1305 v0.10.1
8412026-06-30T19:48:51.633Z Downloaded futures v0.3.32
8422026-06-30T19:48:51.636Z Downloaded parking_lot_core v0.8.6
8432026-06-30T19:48:51.636Z Downloaded oxide-tokio-rt v0.1.4
8442026-06-30T19:48:51.636Z Downloaded pbkdf2 v0.11.0
8452026-06-30T19:48:51.655Z Downloaded ignore v0.4.25
8462026-06-30T19:48:51.656Z Downloaded proc-macro-crate v1.3.1
8472026-06-30T19:48:51.656Z Downloaded compact_str v0.8.1
8482026-06-30T19:48:51.660Z Downloaded owo-colors v4.3.0
8492026-06-30T19:48:51.660Z Downloaded oxnet v0.1.6
8502026-06-30T19:48:51.660Z Downloaded half v2.7.1
8512026-06-30T19:48:51.660Z Downloaded predicates-tree v1.0.13
8522026-06-30T19:48:51.660Z Downloaded headers v0.4.1
8532026-06-30T19:48:51.660Z Downloaded indexmap v1.9.3
8542026-06-30T19:48:51.661Z Downloaded hyper-rustls v0.27.7
8552026-06-30T19:48:51.661Z Downloaded newtype-uuid v1.3.2
8562026-06-30T19:48:51.661Z Downloaded base64 v0.22.1
8572026-06-30T19:48:51.661Z Downloaded progenitor-client v0.14.0
8582026-06-30T19:48:51.661Z Downloaded proc-macro-error-attr2 v2.0.0
8592026-06-30T19:48:51.661Z Downloaded proc-macro-crate v3.4.0
8602026-06-30T19:48:51.665Z Downloaded peg v0.8.5
8612026-06-30T19:48:51.665Z Downloaded progenitor-macro v0.14.0
8622026-06-30T19:48:51.665Z Downloaded progenitor-macro v0.13.0
8632026-06-30T19:48:51.668Z Downloaded peg-macros v0.8.5
8642026-06-30T19:48:51.669Z Downloaded parse-size v1.1.0
8652026-06-30T19:48:51.669Z Downloaded nanorand v0.7.0
8662026-06-30T19:48:51.672Z Downloaded password-hash v0.5.0
8672026-06-30T19:48:51.672Z Downloaded quick-error v1.2.3
8682026-06-30T19:48:51.672Z Downloaded pem v3.0.6
8692026-06-30T19:48:51.672Z Downloaded paste v1.0.15
8702026-06-30T19:48:51.675Z Downloaded heapless v0.8.0
8712026-06-30T19:48:51.679Z Downloaded radium v0.7.0
8722026-06-30T19:48:51.679Z Downloaded diesel_derives v2.3.7
8732026-06-30T19:48:51.682Z Downloaded phf_shared v0.13.1
8742026-06-30T19:48:51.682Z Downloaded libbz2-rs-sys v0.2.2
8752026-06-30T19:48:51.686Z Downloaded pin-project-lite v0.2.17
8762026-06-30T19:48:51.689Z Downloaded polyval v0.6.2
8772026-06-30T19:48:51.689Z Downloaded cc v1.2.56
8782026-06-30T19:48:51.691Z Downloaded phf v0.13.1
8792026-06-30T19:48:51.691Z Downloaded ppv-lite86 v0.2.21
8802026-06-30T19:48:51.695Z Downloaded flate2 v1.1.9
8812026-06-30T19:48:51.708Z Downloaded progenitor v0.13.0
8822026-06-30T19:48:51.710Z Downloaded ref-cast v1.0.25
8832026-06-30T19:48:51.713Z Downloaded base64 v0.21.7
8842026-06-30T19:48:51.713Z Downloaded recursive-proc-macro-impl v0.1.1
8852026-06-30T19:48:51.716Z Downloaded recursive v0.1.1
8862026-06-30T19:48:51.716Z Downloaded primeorder v0.13.6
8872026-06-30T19:48:51.716Z Downloaded indicatif v0.18.4
8882026-06-30T19:48:51.719Z Downloaded postgres-protocol v0.6.10
8892026-06-30T19:48:51.722Z Downloaded memmap2 v0.9.10
8902026-06-30T19:48:51.722Z Downloaded parking_lot_core v0.9.12
8912026-06-30T19:48:51.725Z Downloaded progenitor-client v0.13.0
8922026-06-30T19:48:51.725Z Downloaded parse-display-derive v0.10.0
8932026-06-30T19:48:51.728Z Downloaded poly1305 v0.8.0
8942026-06-30T19:48:51.728Z Downloaded parking_lot v0.11.2
8952026-06-30T19:48:51.730Z Downloaded psm v0.1.30
8962026-06-30T19:48:51.730Z Downloaded pem-rfc7468 v0.7.0
8972026-06-30T19:48:51.733Z Downloaded psl-types v2.0.11
8982026-06-30T19:48:51.733Z Downloaded progenitor-extras v0.2.0
8992026-06-30T19:48:51.733Z Downloaded progenitor v0.14.0
9002026-06-30T19:48:51.736Z Downloaded rfc6979 v0.4.0
9012026-06-30T19:48:51.737Z Downloaded russh-cryptovec v0.7.3
9022026-06-30T19:48:51.737Z Downloaded r2d2 v0.8.10
9032026-06-30T19:48:51.741Z Downloaded ed25519-dalek v2.2.0
9042026-06-30T19:48:51.741Z Downloaded password-hash v0.4.2
9052026-06-30T19:48:51.746Z Downloaded hickory-resolver v0.24.4
9062026-06-30T19:48:51.746Z Downloaded rustc_version v0.4.1
9072026-06-30T19:48:51.749Z Downloaded rand_core v0.6.4
9082026-06-30T19:48:51.749Z Downloaded rand_chacha v0.3.1
9092026-06-30T19:48:51.749Z Downloaded async-compression v0.4.41
9102026-06-30T19:48:51.752Z Downloaded rustc-hash v2.1.1
9112026-06-30T19:48:51.752Z Downloaded rustc_version v0.1.7
9122026-06-30T19:48:51.754Z Downloaded rand_seeder v0.4.0
9132026-06-30T19:48:51.754Z Downloaded oso v0.27.3
9142026-06-30T19:48:51.759Z Downloaded miniz_oxide v0.8.9
9152026-06-30T19:48:51.759Z Downloaded lock_api v0.4.14
9162026-06-30T19:48:51.762Z Downloaded heapless v0.7.17
9172026-06-30T19:48:51.762Z Downloaded proc-macro-error2 v2.0.1
9182026-06-30T19:48:51.765Z Downloaded ref-cast-impl v1.0.25
9192026-06-30T19:48:51.765Z Downloaded predicates v3.1.4
9202026-06-30T19:48:51.767Z Downloaded rand_xorshift v0.4.0
9212026-06-30T19:48:51.767Z Downloaded rand_core v0.10.0
9222026-06-30T19:48:51.770Z Downloaded rand_core v0.9.5
9232026-06-30T19:48:51.770Z Downloaded rand_chacha v0.9.0
9242026-06-30T19:48:51.770Z Downloaded papergrid v0.17.0
9252026-06-30T19:48:51.773Z Downloaded salsa20 v0.10.2
9262026-06-30T19:48:51.776Z Downloaded pkcs1 v0.7.5
9272026-06-30T19:48:51.776Z Downloaded sapling-renderdag v0.1.0
9282026-06-30T19:48:51.779Z Downloaded omicron-zone-package v0.12.3
9292026-06-30T19:48:51.779Z Downloaded postgres-types v0.2.12
9302026-06-30T19:48:51.782Z Downloaded pkcs5 v0.7.1
9312026-06-30T19:48:51.785Z Downloaded scrypt v0.11.0
9322026-06-30T19:48:51.785Z Downloaded scroll_derive v0.13.1
9332026-06-30T19:48:51.788Z Downloaded secrecy v0.10.3
9342026-06-30T19:48:51.788Z Downloaded resolv-conf v0.7.6
9352026-06-30T19:48:51.788Z Downloaded jiff-static v0.2.21
9362026-06-30T19:48:51.791Z Downloaded serde_plain v1.0.2
9372026-06-30T19:48:51.791Z Downloaded serde-big-array v0.5.1
9382026-06-30T19:48:51.794Z Downloaded seq-macro v0.3.6
9392026-06-30T19:48:51.794Z Downloaded secrecy v0.8.0
9402026-06-30T19:48:51.794Z Downloaded pkg-config v0.3.32
9412026-06-30T19:48:51.798Z Downloaded quinn-udp v0.5.14
9422026-06-30T19:48:51.798Z Downloaded hickory-resolver v0.25.2
9432026-06-30T19:48:51.802Z Downloaded semver v0.1.20
9442026-06-30T19:48:51.802Z Downloaded pkcs8 v0.10.2
9452026-06-30T19:48:51.808Z Downloaded sha1 v0.10.6
9462026-06-30T19:48:51.808Z Downloaded serde_urlencoded v0.7.1
9472026-06-30T19:48:51.808Z Downloaded serde_repr v0.1.20
9482026-06-30T19:48:51.813Z Downloaded p256 v0.13.2
9492026-06-30T19:48:51.813Z Downloaded ar_archive_writer v0.5.1
9502026-06-30T19:48:51.813Z Downloaded rtoolbox v0.0.3
9512026-06-30T19:48:51.813Z Downloaded pin-project-internal v1.1.11
9522026-06-30T19:48:51.816Z Downloaded parking_lot v0.12.5
9532026-06-30T19:48:51.816Z Downloaded prefix-trie v0.7.0
9542026-06-30T19:48:51.817Z Downloaded packed_struct v0.10.1
9552026-06-30T19:48:51.819Z Downloaded phf v0.12.1
9562026-06-30T19:48:51.819Z Downloaded expectorate v1.2.0
9572026-06-30T19:48:51.822Z Downloaded shell-words v1.1.1
9582026-06-30T19:48:51.823Z Downloaded signature v2.2.0
9592026-06-30T19:48:51.823Z Downloaded signal-hook-tokio v0.3.1
9602026-06-30T19:48:51.823Z Downloaded rustls-pemfile v2.2.0
9612026-06-30T19:48:51.826Z Downloaded rustls-native-certs v0.8.3
9622026-06-30T19:48:51.831Z Downloaded sigpipe v0.1.3
9632026-06-30T19:48:51.831Z Downloaded num-integer v0.1.46
9642026-06-30T19:48:51.831Z Downloaded num-complex v0.4.6
9652026-06-30T19:48:51.831Z Downloaded scopeguard v1.2.0
9662026-06-30T19:48:51.839Z Downloaded precomputed-hash v0.1.1
9672026-06-30T19:48:51.839Z Downloaded rusty-fork v0.3.1
9682026-06-30T19:48:51.839Z Downloaded pin-project v1.1.11
9692026-06-30T19:48:51.842Z Downloaded aes-gcm v0.10.3
9702026-06-30T19:48:51.842Z Downloaded slog-envlogger v2.2.0
9712026-06-30T19:48:51.842Z Downloaded slog-bunyan v2.5.0
9722026-06-30T19:48:51.845Z Downloaded hyper-util v0.1.20
9732026-06-30T19:48:51.849Z Downloaded bumpalo v3.20.2
9742026-06-30T19:48:51.852Z Downloaded rustversion v1.0.22
9752026-06-30T19:48:51.852Z Downloaded scheduled-thread-pool v0.2.7
9762026-06-30T19:48:51.852Z Downloaded drift v0.2.0
9772026-06-30T19:48:51.857Z Downloaded sec1 v0.7.3
9782026-06-30T19:48:51.862Z Downloaded postcard v1.1.3
9792026-06-30T19:48:51.865Z Downloaded serde-hex v0.1.0
9802026-06-30T19:48:51.865Z Downloaded scroll v0.13.0
9812026-06-30T19:48:51.865Z Downloaded same-file v1.0.6
9822026-06-30T19:48:51.865Z Downloaded progenitor-impl v0.14.0
9832026-06-30T19:48:51.865Z Downloaded minimal-lexical v0.2.1
9842026-06-30T19:48:51.869Z Downloaded ssh-encoding v0.2.0
9852026-06-30T19:48:51.873Z Downloaded sha1 v0.11.0
9862026-06-30T19:48:51.873Z Downloaded serde_bytes v0.11.19
9872026-06-30T19:48:51.873Z Downloaded ssh-cipher v0.2.0
9882026-06-30T19:48:51.876Z Downloaded strip-ansi-escapes v0.2.1
9892026-06-30T19:48:51.876Z Downloaded serde_spanned v1.1.1
9902026-06-30T19:48:51.876Z Downloaded serde_path_to_error v0.1.20
9912026-06-30T19:48:51.876Z Downloaded signal-hook-registry v1.4.8
9922026-06-30T19:48:51.880Z Downloaded signal-hook-mio v0.2.5
9932026-06-30T19:48:51.880Z Downloaded hickory-server v0.25.2
9942026-06-30T19:48:51.884Z Downloaded http v1.4.2
9952026-06-30T19:48:51.887Z Downloaded russh-keys v0.45.0
9962026-06-30T19:48:51.887Z Downloaded prettyplease v0.2.37
9972026-06-30T19:48:51.887Z Downloaded shlex v1.3.0
9982026-06-30T19:48:51.890Z Downloaded hashbrown v0.12.3
9992026-06-30T19:48:51.893Z Downloaded strum v0.27.2
10002026-06-30T19:48:51.893Z Downloaded hashbrown v0.13.2
10012026-06-30T19:48:51.894Z Downloaded simd-adler32 v0.3.8
10022026-06-30T19:48:51.897Z Downloaded aes v0.8.4
10032026-06-30T19:48:51.897Z Downloaded strum v0.26.3
10042026-06-30T19:48:51.899Z Downloaded strsim v0.10.0
10052026-06-30T19:48:51.900Z Downloaded rustls-pki-types v1.14.0
10062026-06-30T19:48:51.902Z Downloaded sync_wrapper v1.0.2
10072026-06-30T19:48:51.902Z Downloaded slog-stdlog v4.1.1
10082026-06-30T19:48:51.902Z Downloaded structmeta v0.3.0
10092026-06-30T19:48:51.905Z Downloaded siphasher v1.0.2
10102026-06-30T19:48:51.905Z Downloaded subtle v2.6.1
10112026-06-30T19:48:51.905Z Downloaded slog-dtrace v0.3.0
10122026-06-30T19:48:51.908Z Downloaded slog-async v2.8.0
10132026-06-30T19:48:51.908Z Downloaded num-bigint v0.4.6
10142026-06-30T19:48:51.912Z Downloaded slog-json v2.6.1
10152026-06-30T19:48:51.916Z Downloaded smallvec v0.6.14
10162026-06-30T19:48:51.916Z Downloaded itertools v0.10.5
10172026-06-30T19:48:51.919Z Downloaded sync-ptr v0.1.4
10182026-06-30T19:48:51.919Z Downloaded supports-color v3.0.2
10192026-06-30T19:48:51.919Z Downloaded slog-scope v4.4.1
10202026-06-30T19:48:51.923Z Downloaded ron v0.8.1
10212026-06-30T19:48:51.926Z Downloaded tagptr v0.2.0
10222026-06-30T19:48:51.926Z Downloaded tabled_derive v0.11.0
10232026-06-30T19:48:51.926Z Downloaded smf v0.2.3
10242026-06-30T19:48:51.929Z Downloaded progenitor-impl v0.13.0
10252026-06-30T19:48:51.929Z Downloaded serde_cbor v0.11.2
10262026-06-30T19:48:51.932Z Downloaded tap v1.0.1
10272026-06-30T19:48:51.932Z Downloaded static_assertions v1.1.0
10282026-06-30T19:48:51.933Z Downloaded termtree v0.5.1
10292026-06-30T19:48:51.937Z Downloaded thread-id v5.1.0
10302026-06-30T19:48:51.937Z Downloaded serde_with_macros v1.5.2
10312026-06-30T19:48:51.937Z Downloaded thiserror-impl-no-std v2.0.2
10322026-06-30T19:48:51.937Z Downloaded sqlparser_derive v0.5.0
10332026-06-30T19:48:51.940Z Downloaded testing_table v0.3.0
10342026-06-30T19:48:51.940Z Downloaded take_mut v0.2.2
10352026-06-30T19:48:51.940Z Downloaded sqlformat v0.3.5
10362026-06-30T19:48:51.940Z Downloaded serde_derive_internals v0.29.1
10372026-06-30T19:48:51.940Z Downloaded snafu-derive v0.8.9
10382026-06-30T19:48:51.944Z Downloaded mio v1.2.0
10392026-06-30T19:48:51.948Z Downloaded stacker v0.1.23
10402026-06-30T19:48:51.948Z Downloaded slab v0.4.12
10412026-06-30T19:48:51.948Z Downloaded serde_with_macros v3.17.0
10422026-06-30T19:48:51.951Z Downloaded openssl-sys v0.9.115
10432026-06-30T19:48:51.956Z Downloaded time-core v0.1.8
10442026-06-30T19:48:51.956Z Downloaded string_cache v0.8.9
10452026-06-30T19:48:51.956Z Downloaded rcgen v0.12.1
10462026-06-30T19:48:51.956Z Downloaded rustls-platform-verifier v0.6.2
10472026-06-30T19:48:51.961Z Downloaded slog-term v2.9.2
10482026-06-30T19:48:51.961Z Downloaded spki v0.7.3
10492026-06-30T19:48:51.964Z Downloaded structmeta-derive v0.3.0
10502026-06-30T19:48:51.964Z Downloaded hashbrown v0.16.1
10512026-06-30T19:48:51.964Z Downloaded tinyvec_macros v0.1.1
10522026-06-30T19:48:51.967Z Downloaded support-bundle-viewer v0.1.2
10532026-06-30T19:48:51.967Z Downloaded strum_macros v0.24.3
10542026-06-30T19:48:51.967Z Downloaded stringprep v0.1.5
10552026-06-30T19:48:51.972Z Downloaded tokio-macros v2.7.0
10562026-06-30T19:48:51.972Z Downloaded nom v7.1.3
10572026-06-30T19:48:51.975Z Downloaded strum_macros v0.27.2
10582026-06-30T19:48:51.975Z Downloaded tabwriter v1.4.1
10592026-06-30T19:48:51.978Z Downloaded spin v0.9.8
10602026-06-30T19:48:51.978Z Downloaded ryu v1.0.23
10612026-06-30T19:48:51.981Z Downloaded dropshot-api-manager v0.7.2
10622026-06-30T19:48:51.984Z Downloaded strum_macros v0.26.4
10632026-06-30T19:48:51.984Z Downloaded tokio-test v0.4.5
10642026-06-30T19:48:51.987Z Downloaded rayon-core v1.13.0
10652026-06-30T19:48:51.987Z Downloaded num_enum_derive v0.7.6
10662026-06-30T19:48:51.990Z Downloaded quinn v0.11.9
10672026-06-30T19:48:51.990Z Downloaded num_enum v0.7.6
10682026-06-30T19:48:51.993Z Downloaded num_enum v0.5.11
10692026-06-30T19:48:51.996Z Downloaded thiserror-no-std v2.0.2
10702026-06-30T19:48:51.999Z Downloaded topological-sort v0.2.2
10712026-06-30T19:48:52.003Z Downloaded nu-ansi-term v0.50.3
10722026-06-30T19:48:52.003Z Downloaded tower-layer v0.3.3
10732026-06-30T19:48:52.003Z Downloaded tower-service v0.3.3
10742026-06-30T19:48:52.007Z Downloaded termios v0.3.3
10752026-06-30T19:48:52.007Z Downloaded schemars_derive v0.8.22
10762026-06-30T19:48:52.010Z Downloaded publicsuffix v2.3.0
10772026-06-30T19:48:52.016Z Downloaded pretty_assertions v1.4.1
10782026-06-30T19:48:52.018Z Downloaded qorb v0.4.1
10792026-06-30T19:48:52.018Z Downloaded similar v2.7.0
10802026-06-30T19:48:52.023Z Downloaded signal-hook v0.3.18
10812026-06-30T19:48:52.027Z Downloaded try-lock v0.2.5
10822026-06-30T19:48:52.027Z Downloaded trait-variant v0.1.2
10832026-06-30T19:48:52.027Z Downloaded time-macros v0.2.27
10842026-06-30T19:48:52.030Z Downloaded thread_local v1.1.9
10852026-06-30T19:48:52.030Z Downloaded schemars v0.8.22
10862026-06-30T19:48:52.037Z Downloaded utf-8 v0.7.6
10872026-06-30T19:48:52.040Z Downloaded usdt-macro v0.6.0
10882026-06-30T19:48:52.040Z Downloaded unicode-truncate v1.1.0
10892026-06-30T19:48:52.041Z Downloaded unarray v0.1.4
10902026-06-30T19:48:52.041Z Downloaded typify-macro v0.6.2
10912026-06-30T19:48:52.043Z Downloaded tokio-tungstenite v0.21.0
10922026-06-30T19:48:52.043Z Downloaded tls_codec v0.4.2
10932026-06-30T19:48:52.043Z Downloaded tokio-dtrace v0.1.1
10942026-06-30T19:48:52.046Z Downloaded schemars v0.9.0
10952026-06-30T19:48:52.051Z Downloaded term v0.7.0
10962026-06-30T19:48:52.054Z Downloaded tiny-keccak v2.0.2
10972026-06-30T19:48:52.059Z Downloaded usdt-attr-macro v0.6.0
10982026-06-30T19:48:52.059Z Downloaded universal-hash v0.5.1
10992026-06-30T19:48:52.059Z Downloaded unit-prefix v0.5.2
11002026-06-30T19:48:52.059Z Downloaded usdt v0.6.0
11012026-06-30T19:48:52.062Z Downloaded untrusted v0.7.1
11022026-06-30T19:48:52.062Z Downloaded slog v2.8.2
11032026-06-30T19:48:52.062Z Downloaded void v1.0.2
11042026-06-30T19:48:52.062Z Downloaded hashbrown v0.15.5
11052026-06-30T19:48:52.065Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11062026-06-30T19:48:52.068Z Downloaded term v1.2.1
11072026-06-30T19:48:52.068Z Downloaded socket2 v0.6.3
11082026-06-30T19:48:52.070Z Downloaded rsa v0.9.10
11092026-06-30T19:48:52.073Z Downloaded tokio-tungstenite v0.23.1
11102026-06-30T19:48:52.076Z Downloaded waitgroup v0.1.2
11112026-06-30T19:48:52.080Z Downloaded want v0.3.1
11122026-06-30T19:48:52.084Z Downloaded iri-string v0.7.10
11132026-06-30T19:48:52.093Z Downloaded tui-tree-widget v0.23.1
11142026-06-30T19:48:52.102Z Downloaded xattr v1.6.1
11152026-06-30T19:48:52.105Z Downloaded rand v0.8.6
11162026-06-30T19:48:52.105Z Downloaded rand v0.9.2
11172026-06-30T19:48:52.105Z Downloaded unicase v2.9.0
11182026-06-30T19:48:52.108Z Downloaded xshell-macros v0.2.7
11192026-06-30T19:48:52.111Z Downloaded rustls-webpki v0.103.9
11202026-06-30T19:48:52.111Z Downloaded tls_codec_derive v0.4.2
11212026-06-30T19:48:52.113Z Downloaded untrusted v0.9.0
11222026-06-30T19:48:52.114Z Downloaded zeroize_derive v1.4.3
11232026-06-30T19:48:52.119Z Downloaded tokio-stream v0.1.18
11242026-06-30T19:48:52.123Z Downloaded tokio-rustls v0.26.4
11252026-06-30T19:48:52.123Z Downloaded vergen-git2 v9.1.0
11262026-06-30T19:48:52.123Z Downloaded snafu v0.8.9
11272026-06-30T19:48:52.132Z Downloaded samael v0.0.19
11282026-06-30T19:48:52.141Z Downloaded zone_cfg_derive v0.3.1
11292026-06-30T19:48:52.141Z Downloaded hyper v1.10.1
11302026-06-30T19:48:52.148Z Downloaded socket2 v0.5.10
11312026-06-30T19:48:52.153Z Downloaded walkdir v2.5.0
11322026-06-30T19:48:52.153Z Downloaded wait-timeout v0.2.1
11332026-06-30T19:48:52.155Z Downloaded vergen-lib v9.1.0
11342026-06-30T19:48:52.156Z Downloaded serde_yaml v0.9.34+deprecated
11352026-06-30T19:48:52.156Z Downloaded wyz v0.5.1
11362026-06-30T19:48:52.158Z Downloaded itertools v0.14.0
11372026-06-30T19:48:52.161Z Downloaded p521 v0.13.3
11382026-06-30T19:48:52.164Z Downloaded twox-hash v2.1.2
11392026-06-30T19:48:52.169Z Downloaded xshell v0.2.7
11402026-06-30T19:48:52.169Z Downloaded aho-corasick v1.1.4
11412026-06-30T19:48:52.172Z Downloaded tracing-attributes v0.1.31
11422026-06-30T19:48:52.172Z Downloaded zeroize v1.8.2
11432026-06-30T19:48:52.172Z Downloaded tinyvec v1.10.0
11442026-06-30T19:48:52.177Z Downloaded rand v0.10.0
11452026-06-30T19:48:52.177Z Downloaded h2 v0.4.15
11462026-06-30T19:48:52.180Z Downloaded unicode-properties v0.1.4
11472026-06-30T19:48:52.180Z Downloaded num-bigint-dig v0.8.6
11482026-06-30T19:48:52.185Z Downloaded nom v8.0.0
11492026-06-30T19:48:52.188Z Downloaded usdt-impl v0.6.0
11502026-06-30T19:48:52.188Z Downloaded tar v0.4.45
11512026-06-30T19:48:52.188Z Downloaded itertools v0.13.0
11522026-06-30T19:48:52.195Z Downloaded vsss-rs v3.3.4
11532026-06-30T19:48:52.199Z Downloaded vergen v9.1.0
11542026-06-30T19:48:52.199Z Downloaded zstd v0.13.3
11552026-06-30T19:48:52.199Z Downloaded itertools v0.12.1
11562026-06-30T19:48:52.203Z Downloaded zstd-safe v7.2.4
11572026-06-30T19:48:52.203Z Downloaded schemars v1.2.1
11582026-06-30T19:48:52.211Z Downloaded tracing-core v0.1.36
11592026-06-30T19:48:52.214Z Downloaded typify v0.6.2
11602026-06-30T19:48:52.214Z Downloaded tungstenite v0.21.0
11612026-06-30T19:48:52.216Z Downloaded tungstenite v0.23.0
11622026-06-30T19:48:52.219Z Downloaded rustyline v14.0.0
11632026-06-30T19:48:52.222Z Downloaded bitvec v1.0.1
11642026-06-30T19:48:52.229Z Downloaded zerocopy v0.6.6
11652026-06-30T19:48:52.231Z Downloaded yasna v0.5.2
11662026-06-30T19:48:52.231Z Downloaded unsafe-libyaml v0.2.11
11672026-06-30T19:48:52.234Z Downloaded toml_edit v0.23.10+spec-1.0.0
11682026-06-30T19:48:52.237Z Downloaded chrono v0.4.44
11692026-06-30T19:48:52.240Z Downloaded vte v0.14.1
11702026-06-30T19:48:52.243Z Downloaded unicode-bidi v0.3.18
11712026-06-30T19:48:52.243Z Downloaded steno v0.4.1
11722026-06-30T19:48:52.246Z Downloaded toml v1.1.2+spec-1.1.0
11732026-06-30T19:48:52.249Z Downloaded serde_with v1.14.0
11742026-06-30T19:48:52.252Z Downloaded toml v0.7.8
11752026-06-30T19:48:52.255Z Downloaded blake3 v1.8.5
11762026-06-30T19:48:52.258Z Downloaded rpassword v7.4.0
11772026-06-30T19:48:52.261Z Downloaded hkdf v0.12.4
11782026-06-30T19:48:52.261Z Downloaded whoami v2.1.0
11792026-06-30T19:48:52.264Z Downloaded russh v0.45.0
11802026-06-30T19:48:52.264Z Downloaded iddqd v0.4.2
11812026-06-30T19:48:52.270Z Downloaded toml_edit v0.19.15
11822026-06-30T19:48:52.279Z Downloaded uuid v1.23.4
11832026-06-30T19:48:52.282Z Downloaded bindgen v0.71.1
11842026-06-30T19:48:52.285Z Downloaded zopfli v0.8.3
11852026-06-30T19:48:52.289Z Downloaded tokio-postgres v0.7.16
11862026-06-30T19:48:52.291Z Downloaded reqwest v0.12.28
11872026-06-30T19:48:52.294Z Downloaded reqwest v0.13.2
11882026-06-30T19:48:52.297Z Downloaded regex v1.12.3
11892026-06-30T19:48:52.300Z Downloaded ssh-key v0.6.7
11902026-06-30T19:48:52.303Z Downloaded git2 v0.20.4
11912026-06-30T19:48:52.308Z Downloaded zerocopy-derive v0.8.40
11922026-06-30T19:48:52.313Z Downloaded zip v0.6.6
11932026-06-30T19:48:52.315Z Downloaded unicode_categories v0.1.1
11942026-06-30T19:48:52.319Z Downloaded yansi v1.0.1
11952026-06-30T19:48:52.319Z Downloaded reedline v0.40.0
11962026-06-30T19:48:52.322Z Downloaded tower v0.5.3
11972026-06-30T19:48:52.326Z Downloaded x509-cert v0.2.5
11982026-06-30T19:48:52.329Z Downloaded whoami v1.6.1
11992026-06-30T19:48:52.334Z Downloaded vergen-lib v0.1.6
12002026-06-30T19:48:52.334Z Downloaded toml_writer v1.1.1+spec-1.1.0
12012026-06-30T19:48:52.334Z Downloaded test-strategy v0.4.5
12022026-06-30T19:48:52.337Z Downloaded zone v0.3.1
12032026-06-30T19:48:52.337Z Downloaded vergen-gitcl v1.0.8
12042026-06-30T19:48:52.337Z Downloaded portable-atomic v1.13.1
12052026-06-30T19:48:52.340Z Downloaded uzers v0.12.2
12062026-06-30T19:48:52.343Z Downloaded toml_parser v1.1.2+spec-1.1.0
12072026-06-30T19:48:52.343Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12082026-06-30T19:48:52.348Z Downloaded rayon v1.11.0
12092026-06-30T19:48:52.353Z Downloaded goblin v0.10.5
12102026-06-30T19:48:52.356Z Downloaded typed-path v0.9.3
12112026-06-30T19:48:52.359Z Downloaded quick-xml v0.37.5
12122026-06-30T19:48:52.362Z Downloaded unicode-segmentation v1.12.0
12132026-06-30T19:48:52.362Z Downloaded salty v0.3.0
12142026-06-30T19:48:52.366Z Downloaded tokio-native-tls v0.3.1
12152026-06-30T19:48:52.369Z Downloaded subprocess v0.2.15
12162026-06-30T19:48:52.371Z Downloaded libm v0.2.16
12172026-06-30T19:48:52.374Z Downloaded tower-http v0.6.8
12182026-06-30T19:48:52.379Z Downloaded tough v0.22.0
12192026-06-30T19:48:52.383Z Downloaded unicode-normalization v0.1.25
12202026-06-30T19:48:52.386Z Downloaded p384 v0.13.1
12212026-06-30T19:48:52.389Z Downloaded proptest v1.10.0
12222026-06-30T19:48:52.393Z Downloaded lalrpop v0.19.12
12232026-06-30T19:48:52.399Z Downloaded futures-util v0.3.32
12242026-06-30T19:48:52.406Z Downloaded radix_trie v0.2.1
12252026-06-30T19:48:52.409Z Downloaded libxml v0.3.3
12262026-06-30T19:48:52.412Z Downloaded tokio-util v0.7.18
12272026-06-30T19:48:52.416Z Downloaded moka v0.12.13
12282026-06-30T19:48:52.422Z Downloaded bstr v1.12.1
12292026-06-30T19:48:52.440Z Downloaded zip v4.6.1
12302026-06-30T19:48:52.454Z Downloaded serde_with v3.17.0
12312026-06-30T19:48:52.460Z Downloaded time v0.3.47
12322026-06-30T19:48:52.478Z Downloaded openssl v0.10.79
12332026-06-30T19:48:52.483Z Downloaded regex-syntax v0.6.29
12342026-06-30T19:48:52.483Z Downloaded zlib-rs v0.6.2
12352026-06-30T19:48:52.485Z Downloaded petname v2.0.2
12362026-06-30T19:48:52.499Z Downloaded quinn-proto v0.11.13
12372026-06-30T19:48:52.504Z Downloaded curve25519-dalek v4.1.3
12382026-06-30T19:48:52.509Z Downloaded object v0.30.4
12392026-06-30T19:48:52.515Z Downloaded winnow v0.5.40
12402026-06-30T19:48:52.531Z Downloaded rustix v0.38.44
12412026-06-30T19:48:52.546Z Downloaded winnow v0.6.26
12422026-06-30T19:48:52.575Z Downloaded winnow v1.0.3
12432026-06-30T19:48:52.581Z Downloaded nix v0.28.0
12442026-06-30T19:48:52.587Z Downloaded nix v0.27.1
12452026-06-30T19:48:52.594Z Downloaded tabled v0.20.0
12462026-06-30T19:48:52.605Z Downloaded polar-core v0.27.3
12472026-06-30T19:48:52.609Z Downloaded nix v0.31.2
12482026-06-30T19:48:52.616Z Downloaded sqlparser v0.61.0
12492026-06-30T19:48:52.624Z Downloaded typify-impl v0.6.2
12502026-06-30T19:48:52.630Z Downloaded smoltcp v0.9.1
12512026-06-30T19:48:52.639Z Downloaded hickory-proto v0.24.4
12522026-06-30T19:48:52.647Z Downloaded vcpkg v0.2.15
12532026-06-30T19:48:52.670Z Downloaded object v0.37.3
12542026-06-30T19:48:52.678Z Downloaded regex-automata v0.4.14
12552026-06-30T19:48:52.685Z Downloaded zerocopy-derive v0.6.6
12562026-06-30T19:48:52.691Z Downloaded openapiv3 v2.2.0
12572026-06-30T19:48:52.696Z Downloaded regress v0.11.1
12582026-06-30T19:48:52.700Z Downloaded smoltcp v0.11.0
12592026-06-30T19:48:52.707Z Downloaded regex-syntax v0.8.10
12602026-06-30T19:48:52.712Z Downloaded rustls v0.23.41
12612026-06-30T19:48:52.719Z Downloaded diesel v2.3.7
12622026-06-30T19:48:52.730Z Downloaded regress v0.10.5
12632026-06-30T19:48:52.736Z Downloaded jiff v0.2.21
12642026-06-30T19:48:52.744Z Downloaded chrono-tz v0.10.4
12652026-06-30T19:48:52.754Z Downloaded hickory-proto v0.25.2
12662026-06-30T19:48:52.764Z Downloaded zerocopy v0.8.40
12672026-06-30T19:48:52.769Z Downloaded bzip2-sys v0.1.13+1.0.8
12682026-06-30T19:48:52.776Z Downloaded dropshot v0.17.1
12692026-06-30T19:48:52.790Z Downloaded sled v0.34.7
12702026-06-30T19:48:52.796Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12712026-06-30T19:48:52.808Z Downloaded ratatui v0.29.0
12722026-06-30T19:48:52.819Z Downloaded tracing v0.1.44
12732026-06-30T19:48:52.835Z Downloaded tokio v1.52.1
12742026-06-30T19:48:52.887Z Downloaded petgraph v0.6.5
12752026-06-30T19:48:52.913Z Downloaded petgraph v0.8.3
12762026-06-30T19:48:52.927Z Downloaded csv v1.4.0
12772026-06-30T19:48:52.939Z Downloaded libz-sys v1.1.24
12782026-06-30T19:48:52.959Z Downloaded sha3 v0.10.8
12792026-06-30T19:48:52.969Z Downloaded libgit2-sys v0.18.3+1.9.2
12802026-06-30T19:48:53.026Z Downloaded encoding_rs v0.8.35
12812026-06-30T19:48:53.042Z Downloaded ring v0.17.14
12822026-06-30T19:48:53.475Z Downloaded aws-lc-sys v0.40.0
12832026-06-30T19:48:53.733Z Compiling libc v0.2.185
12842026-06-30T19:48:53.733Z Compiling serde v1.0.228
12852026-06-30T19:48:53.736Z Compiling log v0.4.29
12862026-06-30T19:48:53.736Z Compiling smallvec v1.15.1
12872026-06-30T19:48:53.736Z Compiling find-msvc-tools v0.1.9
12882026-06-30T19:48:53.736Z Compiling shlex v1.3.0
12892026-06-30T19:48:53.736Z Compiling typenum v1.19.0
12902026-06-30T19:48:53.736Z Compiling subtle v2.6.1
12912026-06-30T19:48:53.901Z Compiling generic-array v0.14.7
12922026-06-30T19:48:53.905Z Compiling scopeguard v1.2.0
12932026-06-30T19:48:53.988Z Compiling const-oid v0.9.6
12942026-06-30T19:48:53.993Z Compiling serde_json v1.0.150
12952026-06-30T19:48:53.993Z Compiling syn v2.0.117
12962026-06-30T19:48:54.003Z Compiling zerocopy v0.8.40
12972026-06-30T19:48:54.007Z Compiling portable-atomic v1.13.1
12982026-06-30T19:48:54.007Z Compiling parking_lot_core v0.9.12
12992026-06-30T19:48:54.066Z Compiling lock_api v0.4.14
13002026-06-30T19:48:54.076Z Compiling pin-project-lite v0.2.17
13012026-06-30T19:48:54.090Z Compiling pkg-config v0.3.32
13022026-06-30T19:48:54.122Z Compiling bitflags v2.11.0
13032026-06-30T19:48:54.145Z Compiling critical-section v1.2.0
13042026-06-30T19:48:54.148Z Compiling futures-core v0.3.32
13052026-06-30T19:48:54.186Z Compiling libm v0.2.16
13062026-06-30T19:48:54.233Z Compiling num-traits v0.2.19
13072026-06-30T19:48:54.275Z Compiling percent-encoding v2.3.2
13082026-06-30T19:48:54.346Z Compiling futures-sink v0.3.32
13092026-06-30T19:48:54.349Z Compiling cpufeatures v0.2.17
13102026-06-30T19:48:54.349Z Compiling futures-io v0.3.32
13112026-06-30T19:48:54.349Z Compiling slab v0.4.12
13122026-06-30T19:48:54.404Z Compiling getrandom v0.4.1
13132026-06-30T19:48:54.442Z Compiling futures-task v0.3.32
13142026-06-30T19:48:54.483Z Compiling futures-channel v0.3.32
13152026-06-30T19:48:54.513Z Compiling rand_core v0.10.0
13162026-06-30T19:48:54.517Z Compiling indexmap v2.14.0
13172026-06-30T19:48:54.559Z Compiling rustversion v1.0.22
13182026-06-30T19:48:54.588Z Compiling getrandom v0.3.4
13192026-06-30T19:48:54.632Z Compiling form_urlencoded v1.2.2
13202026-06-30T19:48:54.656Z Compiling ident_case v1.0.1
13212026-06-30T19:48:54.671Z Compiling fs_extra v1.3.0
13222026-06-30T19:48:54.698Z Compiling dunce v1.0.5
13232026-06-30T19:48:54.727Z Compiling base64ct v1.8.3
13242026-06-30T19:48:54.742Z Compiling regex-syntax v0.8.10
13252026-06-30T19:48:54.777Z Compiling jobserver v0.1.34
13262026-06-30T19:48:54.795Z Compiling getrandom v0.2.17
13272026-06-30T19:48:54.809Z Compiling errno v0.3.14
13282026-06-30T19:48:54.848Z Compiling mio v1.2.0
13292026-06-30T19:48:54.935Z Compiling rand_core v0.6.4
13302026-06-30T19:48:54.954Z Compiling signal-hook-registry v1.4.8
13312026-06-30T19:48:54.980Z Compiling once_cell v1.21.3
13322026-06-30T19:48:55.030Z Compiling cc v1.2.56
13332026-06-30T19:48:55.041Z Compiling parking_lot v0.12.5
13342026-06-30T19:48:55.083Z Compiling socket2 v0.6.3
13352026-06-30T19:48:55.171Z Compiling pem-rfc7468 v0.7.0
13362026-06-30T19:48:55.201Z Compiling flagset v0.4.7
13372026-06-30T19:48:55.214Z Compiling rustix v1.1.3
13382026-06-30T19:48:55.231Z Compiling iana-time-zone v0.1.65
13392026-06-30T19:48:55.243Z Compiling vcpkg v0.2.15
13402026-06-30T19:48:55.354Z Compiling uuid v1.23.4
13412026-06-30T19:48:55.369Z Compiling tracing-core v0.1.36
13422026-06-30T19:48:55.391Z Compiling rustc_version v0.4.1
13432026-06-30T19:48:55.434Z Compiling aws-lc-rs v1.16.3
13442026-06-30T19:48:55.449Z Compiling base64 v0.22.1
13452026-06-30T19:48:55.486Z Compiling rand_core v0.9.5
13462026-06-30T19:48:55.503Z Compiling httparse v1.10.1
13472026-06-30T19:48:55.582Z Compiling tinyvec_macros v0.1.1
13482026-06-30T19:48:55.662Z Compiling openssl-probe v0.2.1
13492026-06-30T19:48:55.701Z Compiling tinyvec v1.10.0
13502026-06-30T19:48:55.736Z Compiling aho-corasick v1.1.4
13512026-06-30T19:48:55.750Z Compiling cmake v0.1.57
13522026-06-30T19:48:55.783Z Compiling tower-service v0.3.3
13532026-06-30T19:48:55.798Z Compiling tower-layer v0.3.3
13542026-06-30T19:48:55.811Z Compiling atomic-waker v1.1.2
13552026-06-30T19:48:55.851Z Compiling dyn-clone v1.0.20
13562026-06-30T19:48:55.887Z Compiling schemars v0.8.22
13572026-06-30T19:48:55.926Z Compiling try-lock v0.2.5
13582026-06-30T19:48:55.939Z Compiling untrusted v0.7.1
13592026-06-30T19:48:55.968Z Compiling rustls v0.23.41
13602026-06-30T19:48:55.983Z Compiling foreign-types-shared v0.1.1
13612026-06-30T19:48:56.003Z Compiling httpdate v1.0.3
13622026-06-30T19:48:56.008Z Compiling openssl v0.10.79
13632026-06-30T19:48:56.052Z Compiling want v0.3.1
13642026-06-30T19:48:56.068Z Compiling untrusted v0.9.0
13652026-06-30T19:48:56.082Z Compiling foreign-types v0.3.2
13662026-06-30T19:48:56.083Z Compiling unicode-normalization v0.1.25
13672026-06-30T19:48:56.125Z Compiling spin v0.9.8
13682026-06-30T19:48:56.142Z Compiling powerfmt v0.2.0
13692026-06-30T19:48:56.164Z Compiling crc32fast v1.5.0
13702026-06-30T19:48:56.178Z Compiling num-conv v0.2.0
13712026-06-30T19:48:56.181Z Compiling time-core v0.1.8
13722026-06-30T19:48:56.203Z Compiling native-tls v0.2.18
13732026-06-30T19:48:56.236Z Compiling wait-timeout v0.2.1
13742026-06-30T19:48:56.260Z Compiling sync_wrapper v1.0.2
13752026-06-30T19:48:56.260Z Compiling syn v1.0.109
13762026-06-30T19:48:56.304Z Compiling deranged v0.5.8
13772026-06-30T19:48:56.319Z Compiling simd-adler32 v0.3.8
13782026-06-30T19:48:56.346Z Compiling time-macros v0.2.27
13792026-06-30T19:48:56.361Z Compiling crossbeam-utils v0.8.21
13802026-06-30T19:48:56.376Z Compiling num_threads v0.1.7
13812026-06-30T19:48:56.394Z Compiling usdt-impl v0.6.0
13822026-06-30T19:48:56.423Z Compiling siphasher v1.0.2
13832026-06-30T19:48:56.491Z Compiling bit-vec v0.8.0
13842026-06-30T19:48:56.514Z Compiling quick-error v1.2.3
13852026-06-30T19:48:56.583Z Compiling regex-automata v0.4.14
13862026-06-30T19:48:56.604Z Compiling slog v2.8.2
13872026-06-30T19:48:56.627Z Compiling aws-lc-sys v0.40.0
13882026-06-30T19:48:56.632Z Compiling openssl-sys v0.9.115
13892026-06-30T19:48:56.632Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13902026-06-30T19:48:56.653Z Compiling bzip2-sys v0.1.13+1.0.8
13912026-06-30T19:48:56.710Z Compiling bit-set v0.8.0
13922026-06-30T19:48:56.725Z Compiling tempfile v3.25.0
13932026-06-30T19:48:56.740Z Compiling heapless v0.7.17
13942026-06-30T19:48:56.754Z Compiling rand_xorshift v0.4.0
13952026-06-30T19:48:56.812Z Compiling synstructure v0.13.2
13962026-06-30T19:48:56.919Z Compiling pest_generator v2.8.6
13972026-06-30T19:48:56.980Z Compiling serde_derive_internals v0.29.1
13982026-06-30T19:48:57.019Z Compiling darling_core v0.20.11
13992026-06-30T19:48:57.036Z Compiling rusty-fork v0.3.1
14002026-06-30T19:48:57.049Z Compiling darling_core v0.21.3
14012026-06-30T19:48:57.155Z Compiling thread-id v5.1.0
14022026-06-30T19:48:57.181Z Compiling cookie v0.18.1
14032026-06-30T19:48:57.263Z Compiling anyhow v1.0.102
14042026-06-30T19:48:57.410Z Compiling unicode-properties v0.1.4
14052026-06-30T19:48:57.431Z Compiling signal-hook v0.3.18
14062026-06-30T19:48:57.489Z Compiling allocator-api2 v0.2.21
14072026-06-30T19:48:57.562Z Compiling zstd-safe v7.2.4
14082026-06-30T19:48:57.614Z Compiling time v0.3.47
14092026-06-30T19:48:57.629Z Compiling unicode-bidi v0.3.18
14102026-06-30T19:48:57.644Z Compiling adler2 v2.0.1
14112026-06-30T19:48:57.648Z Compiling ryu v1.0.23
14122026-06-30T19:48:57.676Z Compiling iri-string v0.7.10
14132026-06-30T19:48:57.743Z Compiling unarray v0.1.4
14142026-06-30T19:48:57.785Z Compiling paste v1.0.15
14152026-06-30T19:48:57.799Z Compiling miniz_oxide v0.8.9
14162026-06-30T19:48:58.026Z Compiling stringprep v0.1.5
14172026-06-30T19:48:58.074Z Compiling num-integer v0.1.46
14182026-06-30T19:48:58.137Z Compiling vergen-lib v9.1.0
14192026-06-30T19:48:58.201Z Compiling curve25519-dalek v4.1.3
14202026-06-30T19:48:58.332Z Compiling ff v0.13.1
14212026-06-30T19:48:58.417Z Compiling hash32 v0.2.1
14222026-06-30T19:48:58.442Z Compiling memoffset v0.9.1
14232026-06-30T19:48:58.457Z Compiling encoding_rs v0.8.35
14242026-06-30T19:48:58.523Z Compiling rustix v0.38.44
14252026-06-30T19:48:58.531Z Compiling smoltcp v0.9.1
14262026-06-30T19:48:58.558Z Compiling fallible-iterator v0.2.0
14272026-06-30T19:48:58.641Z Compiling base16ct v0.2.0
14282026-06-30T19:48:58.663Z Compiling zlib-rs v0.6.2
14292026-06-30T19:48:58.677Z Compiling ref-cast v1.0.25
14302026-06-30T19:48:58.681Z Compiling serde_derive v1.0.228
14312026-06-30T19:48:58.837Z Compiling zeroize_derive v1.4.3
14322026-06-30T19:48:58.867Z Compiling zerofrom-derive v0.1.6
14332026-06-30T19:48:58.882Z Compiling yoke-derive v0.8.1
14342026-06-30T19:48:58.900Z Compiling zerocopy-derive v0.8.40
14352026-06-30T19:48:59.053Z Compiling zerovec-derive v0.11.2
14362026-06-30T19:48:59.293Z Compiling displaydoc v0.2.5
14372026-06-30T19:48:59.311Z Compiling tokio-macros v2.7.0
14382026-06-30T19:48:59.488Z Compiling futures-macro v0.3.32
14392026-06-30T19:48:59.532Z Compiling zeroize v1.8.2
14402026-06-30T19:48:59.756Z Compiling der_derive v0.7.3
14412026-06-30T19:49:00.078Z Compiling tracing-attributes v0.1.31
14422026-06-30T19:49:00.116Z Compiling thiserror-impl v2.0.18
14432026-06-30T19:49:00.130Z Compiling rustls-pki-types v1.14.0
14442026-06-30T19:49:00.145Z Compiling schemars_derive v0.8.22
14452026-06-30T19:49:00.237Z Compiling pest_derive v2.8.6
14462026-06-30T19:49:00.322Z Compiling crypto-common v0.1.7
14472026-06-30T19:49:00.367Z Compiling zerofrom v0.1.6
14482026-06-30T19:49:00.388Z Compiling block-buffer v0.10.4
14492026-06-30T19:49:00.494Z Compiling yoke v0.8.1
14502026-06-30T19:49:00.509Z Compiling futures-util v0.3.32
14512026-06-30T19:49:00.601Z Compiling digest v0.10.7
14522026-06-30T19:49:00.621Z Compiling block-padding v0.3.3
14532026-06-30T19:49:00.707Z Compiling zerovec v0.11.5
14542026-06-30T19:49:00.728Z Compiling zerotrie v0.2.3
14552026-06-30T19:49:00.791Z Compiling inout v0.1.4
14562026-06-30T19:49:00.812Z Compiling der v0.7.10
14572026-06-30T19:49:00.877Z Compiling hmac v0.12.1
14582026-06-30T19:49:00.963Z Compiling cipher v0.4.4
14592026-06-30T19:49:00.980Z Compiling sha2 v0.10.9
14602026-06-30T19:49:01.054Z Compiling pbkdf2 v0.12.2
14612026-06-30T19:49:01.066Z Compiling scroll_derive v0.13.1
14622026-06-30T19:49:01.187Z Compiling tinystr v0.8.2
14632026-06-30T19:49:02.254Z Compiling potential_utf v0.1.4
14642026-06-30T19:49:02.259Z Compiling salsa20 v0.10.2
14652026-06-30T19:49:02.259Z Compiling icu_locale_core v2.1.1
14662026-06-30T19:49:02.259Z Compiling icu_collections v2.1.1
14672026-06-30T19:49:02.259Z Compiling scrypt v0.11.0
14682026-06-30T19:49:02.259Z Compiling tracing v0.1.44
14692026-06-30T19:49:02.259Z Compiling cbc v0.1.2
14702026-06-30T19:49:02.259Z Compiling thiserror v2.0.18
14712026-06-30T19:49:02.259Z Compiling spki v0.7.3
14722026-06-30T19:49:02.259Z Compiling aes v0.8.4
14732026-06-30T19:49:02.259Z Compiling darling_macro v0.20.11
14742026-06-30T19:49:02.259Z Compiling openssl-macros v0.1.1
14752026-06-30T19:49:02.259Z Compiling dtrace-parser v0.3.0
14762026-06-30T19:49:02.259Z Compiling scroll v0.13.0
14772026-06-30T19:49:02.259Z Compiling signature v2.2.0
14782026-06-30T19:49:02.259Z Compiling scroll_derive v0.12.1
14792026-06-30T19:49:02.259Z Compiling thiserror-impl v1.0.69
14802026-06-30T19:49:02.259Z Compiling icu_provider v2.1.1
14812026-06-30T19:49:02.259Z Compiling pkcs5 v0.7.1
14822026-06-30T19:49:02.263Z Compiling bytes v1.11.1
14832026-06-30T19:49:02.283Z Compiling chrono v0.4.44
14842026-06-30T19:49:02.297Z Compiling ipnet v2.11.0
14852026-06-30T19:49:02.349Z Compiling darling v0.20.11
14862026-06-30T19:49:02.400Z Compiling icu_properties v2.1.2
14872026-06-30T19:49:02.445Z Compiling icu_normalizer v2.1.1
14882026-06-30T19:49:02.449Z Compiling goblin v0.10.5
14892026-06-30T19:49:02.679Z Compiling pkcs8 v0.10.2
14902026-06-30T19:49:02.696Z Compiling derive_builder_core v0.20.2
14912026-06-30T19:49:02.730Z Compiling scroll v0.12.0
14922026-06-30T19:49:02.798Z Compiling tokio v1.52.1
14932026-06-30T19:49:02.839Z Compiling http v1.4.2
14942026-06-30T19:49:02.906Z Compiling toml_datetime v0.6.11
14952026-06-30T19:49:02.921Z Compiling serde_tokenstream v0.2.3
14962026-06-30T19:49:03.018Z Compiling serde_spanned v0.6.9
14972026-06-30T19:49:03.033Z Compiling serde_urlencoded v0.7.1
14982026-06-30T19:49:03.033Z Compiling erased-serde v0.3.31
14992026-06-30T19:49:03.187Z Compiling md-5 v0.10.6
15002026-06-30T19:49:03.199Z Compiling rustls-native-certs v0.8.3
15012026-06-30T19:49:03.255Z Compiling darling_macro v0.21.3
15022026-06-30T19:49:03.299Z Compiling idna_adapter v1.2.1
15032026-06-30T19:49:03.341Z Compiling thiserror v1.0.69
15042026-06-30T19:49:03.371Z Compiling ppv-lite86 v0.2.21
15052026-06-30T19:49:03.455Z Compiling idna v1.1.0
15062026-06-30T19:49:03.458Z Compiling bstr v1.12.1
15072026-06-30T19:49:03.523Z Compiling http-body v1.0.1
15082026-06-30T19:49:03.542Z Compiling pin-project-internal v1.1.11
15092026-06-30T19:49:03.574Z Compiling zerocopy-derive v0.7.35
15102026-06-30T19:49:03.594Z Compiling async-trait v0.1.89
15112026-06-30T19:49:03.608Z Compiling derive_builder_macro v0.20.2
15122026-06-30T19:49:03.699Z Compiling rand_chacha v0.9.0
15132026-06-30T19:49:03.713Z Compiling http-body-util v0.1.3
15142026-06-30T19:49:03.744Z Compiling rand_chacha v0.3.1
15152026-06-30T19:49:03.787Z Compiling url v2.5.8
15162026-06-30T19:49:03.801Z Compiling cfg_aliases v0.2.1
15172026-06-30T19:49:03.893Z Compiling litrs v1.0.0
15182026-06-30T19:49:03.973Z Compiling rand v0.9.2
15192026-06-30T19:49:04.107Z Compiling mime v0.3.17
15202026-06-30T19:49:04.143Z Compiling psl-types v2.0.11
15212026-06-30T19:49:04.157Z Compiling num-bigint-dig v0.8.6
15222026-06-30T19:49:04.277Z Compiling publicsuffix v2.3.0
15232026-06-30T19:49:04.415Z Compiling document-features v0.2.12
15242026-06-30T19:49:04.429Z Compiling derive_builder v0.20.2
15252026-06-30T19:49:04.463Z Compiling rand v0.8.6
15262026-06-30T19:49:04.475Z Compiling nix v0.31.2
15272026-06-30T19:49:04.491Z Compiling zerocopy v0.7.35
15282026-06-30T19:49:04.577Z Compiling proptest v1.10.0
15292026-06-30T19:49:04.592Z Compiling postgres-protocol v0.6.10
15302026-06-30T19:49:04.668Z Compiling darling v0.21.3
15312026-06-30T19:49:04.721Z Compiling pin-project v1.1.11
15322026-06-30T19:49:04.767Z Compiling goblin v0.8.2
15332026-06-30T19:49:04.818Z Compiling sec1 v0.7.3
15342026-06-30T19:49:04.834Z Compiling futures-executor v0.3.32
15352026-06-30T19:49:04.871Z Compiling hex v0.4.3
15362026-06-30T19:49:04.970Z Compiling hubpack_derive v0.1.1
15372026-06-30T19:49:05.049Z Compiling flate2 v1.1.9
15382026-06-30T19:49:05.065Z Compiling hkdf v0.12.4
15392026-06-30T19:49:05.106Z Compiling crypto-bigint v0.5.5
15402026-06-30T19:49:05.164Z Compiling ipnetwork v0.21.1
15412026-06-30T19:49:05.179Z Compiling regex v1.12.3
15422026-06-30T19:49:05.245Z Compiling dof v0.4.0
15432026-06-30T19:49:05.326Z Compiling curve25519-dalek-derive v0.1.1
15442026-06-30T19:49:05.342Z Compiling strum_macros v0.27.2
15452026-06-30T19:49:05.390Z Compiling daft-derive v0.1.7
15462026-06-30T19:49:05.446Z Compiling oxnet v0.1.6
15472026-06-30T19:49:05.472Z Compiling ref-cast-impl v1.0.25
15482026-06-30T19:49:05.581Z Compiling snafu-derive v0.8.9
15492026-06-30T19:49:05.806Z Compiling group v0.13.0
15502026-06-30T19:49:05.863Z Compiling num-iter v0.1.45
15512026-06-30T19:49:06.056Z Compiling terminal_size v0.4.3
15522026-06-30T19:49:06.150Z Compiling phf_shared v0.13.1
15532026-06-30T19:49:06.216Z Compiling lazy_static v1.5.0
15542026-06-30T19:49:06.231Z Compiling anstyle-parse v0.2.7
15552026-06-30T19:49:06.324Z Compiling vergen v9.1.0
15562026-06-30T19:49:06.342Z Compiling cargo-platform v0.3.2
15572026-06-30T19:49:06.392Z Compiling fs-err v3.3.0
15582026-06-30T19:49:06.416Z Compiling ahash v0.8.12
15592026-06-30T19:49:06.440Z Compiling foldhash v0.1.5
15602026-06-30T19:49:06.455Z Compiling bitflags v1.3.2
15612026-06-30T19:49:06.468Z Compiling object v0.37.3
15622026-06-30T19:49:06.523Z Compiling winnow v0.5.40
15632026-06-30T19:49:06.542Z Compiling libbz2-rs-sys v0.2.2
15642026-06-30T19:49:06.596Z Compiling tokio-util v0.7.18
15652026-06-30T19:49:06.610Z Compiling tower v0.5.3
15662026-06-30T19:49:06.629Z Compiling tokio-native-tls v0.3.1
15672026-06-30T19:49:06.632Z Compiling same-file v1.0.6
15682026-06-30T19:49:06.657Z Compiling unicode-segmentation v1.12.0
15692026-06-30T19:49:06.760Z Compiling managed v0.8.0
15702026-06-30T19:49:06.774Z Compiling foldhash v0.2.0
15712026-06-30T19:49:06.812Z Compiling bumpalo v3.20.2
15722026-06-30T19:49:06.889Z Compiling usdt-macro v0.6.0
15732026-06-30T19:49:06.990Z Compiling newtype-uuid v1.3.2
15742026-06-30T19:49:07.015Z Compiling zopfli v0.8.3
15752026-06-30T19:49:07.064Z Compiling tower-http v0.6.8
15762026-06-30T19:49:07.078Z Compiling bzip2 v0.6.1
15772026-06-30T19:49:07.117Z Compiling dof v0.3.0
15782026-06-30T19:49:07.252Z Compiling daft v0.1.7
15792026-06-30T19:49:07.342Z Compiling hashbrown v0.16.1
15802026-06-30T19:49:07.398Z Compiling h2 v0.4.15
15812026-06-30T19:49:07.413Z Compiling strum v0.27.2
15822026-06-30T19:49:07.531Z Compiling usdt-attr-macro v0.6.0
15832026-06-30T19:49:07.552Z Compiling snafu v0.8.9
15842026-06-30T19:49:07.566Z Compiling walkdir v2.5.0
15852026-06-30T19:49:07.733Z Compiling hashbrown v0.15.5
15862026-06-30T19:49:07.748Z Compiling cargo_metadata v0.23.1
15872026-06-30T19:49:07.779Z Compiling clap_builder v4.6.0
15882026-06-30T19:49:07.794Z Compiling anstream v0.6.21
15892026-06-30T19:49:07.856Z Compiling toml_edit v0.19.15
15902026-06-30T19:49:07.899Z Compiling phf v0.13.1
15912026-06-30T19:49:08.000Z Compiling signal-hook-mio v0.2.5
15922026-06-30T19:49:08.126Z Compiling elliptic-curve v0.13.8
15932026-06-30T19:49:08.157Z Compiling bzip2 v0.4.4
15942026-06-30T19:49:08.294Z Compiling cookie_store v0.22.1
15952026-06-30T19:49:08.322Z Compiling hubpack v0.1.2
15962026-06-30T19:49:08.361Z Compiling futures v0.3.32
15972026-06-30T19:49:08.382Z Compiling postgres-types v0.2.12
15982026-06-30T19:49:08.418Z Compiling serde_with_macros v3.17.0
15992026-06-30T19:49:08.454Z Compiling zstd v0.13.3
16002026-06-30T19:49:08.554Z Compiling globset v0.4.18
16012026-06-30T19:49:08.557Z Compiling dtrace-parser v0.2.0
16022026-06-30T19:49:08.616Z Compiling pkcs1 v0.7.5
16032026-06-30T19:49:08.735Z Compiling ed25519 v2.2.3
16042026-06-30T19:49:08.960Z Compiling serde_plain v1.0.2
16052026-06-30T19:49:08.980Z Compiling olpc-cjson v0.1.4
16062026-06-30T19:49:09.037Z Compiling serde-big-array v0.5.1
16072026-06-30T19:49:09.165Z Compiling rfc6979 v0.4.0
16082026-06-30T19:49:09.182Z Compiling serde_repr v0.1.20
16092026-06-30T19:49:09.197Z Compiling strum_macros v0.26.4
16102026-06-30T19:49:09.201Z Compiling clap_derive v4.6.1
16112026-06-30T19:49:09.261Z Compiling enum-as-inner v0.6.1
16122026-06-30T19:49:09.305Z Compiling async-recursion v1.1.1
16132026-06-30T19:49:09.347Z Compiling phf_shared v0.11.3
16142026-06-30T19:49:09.466Z Compiling float-cmp v0.10.0
16152026-06-30T19:49:09.561Z Compiling pem v3.0.6
16162026-06-30T19:49:09.594Z Compiling memmap2 v0.9.10
16172026-06-30T19:49:09.631Z Compiling thread-id v4.2.2
16182026-06-30T19:49:09.681Z Compiling env_filter v1.0.0
16192026-06-30T19:49:09.729Z Compiling difflib v0.4.0
16202026-06-30T19:49:09.754Z Compiling fixedbitset v0.5.7
16212026-06-30T19:49:09.807Z Compiling jiff v0.2.21
16222026-06-30T19:49:09.838Z Compiling fixedbitset v0.4.2
16232026-06-30T19:49:09.918Z Compiling data-encoding v2.10.0
16242026-06-30T19:49:10.004Z Compiling typed-path v0.9.3
16252026-06-30T19:49:10.008Z Compiling normalize-line-endings v0.3.0
16262026-06-30T19:49:10.069Z Compiling static_assertions v1.1.0
16272026-06-30T19:49:10.072Z Compiling winnow v1.0.3
16282026-06-30T19:49:10.116Z Compiling keccak v0.1.6
16292026-06-30T19:49:10.155Z Compiling either v1.15.0
16302026-06-30T19:49:10.321Z Compiling predicates-core v1.0.10
16312026-06-30T19:49:10.391Z Compiling precomputed-hash v0.1.1
16322026-06-30T19:49:10.469Z Compiling new_debug_unreachable v1.0.6
16332026-06-30T19:49:10.499Z Compiling whoami v2.1.0
16342026-06-30T19:49:10.514Z Compiling predicates v3.1.4
16352026-06-30T19:49:10.556Z Compiling string_cache v0.8.9
16362026-06-30T19:49:10.559Z Compiling toml_parser v1.1.2+spec-1.1.0
16372026-06-30T19:49:10.643Z Compiling hyper v1.10.1
16382026-06-30T19:49:10.807Z Compiling tokio-postgres v0.7.16
16392026-06-30T19:49:10.858Z Compiling itertools v0.13.0
16402026-06-30T19:49:10.897Z Compiling sha3 v0.10.8
16412026-06-30T19:49:10.900Z Compiling hickory-proto v0.25.2
16422026-06-30T19:49:11.010Z Compiling strum v0.26.3
16432026-06-30T19:49:11.056Z Compiling clap v4.6.1
16442026-06-30T19:49:11.150Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16452026-06-30T19:49:11.164Z Compiling toml_edit v0.22.27
16462026-06-30T19:49:11.180Z Compiling petgraph v0.6.5
16472026-06-30T19:49:11.196Z Compiling petgraph v0.8.3
16482026-06-30T19:49:11.224Z Compiling env_logger v0.11.9
16492026-06-30T19:49:11.294Z Compiling usdt v0.6.0
16502026-06-30T19:49:11.379Z Compiling usdt-impl v0.5.0
16512026-06-30T19:49:11.587Z Compiling serde_with v3.17.0
16522026-06-30T19:49:11.603Z Compiling ecdsa v0.16.9
16532026-06-30T19:49:11.637Z Compiling toml v0.7.8
16542026-06-30T19:49:11.986Z Compiling hyper-util v0.1.20
16552026-06-30T19:49:12.015Z Compiling crossterm v0.28.1
16562026-06-30T19:49:12.158Z Compiling ed25519-dalek v2.2.0
16572026-06-30T19:49:12.283Z Compiling rsa v0.9.10
16582026-06-30T19:49:12.729Z Compiling zip v4.6.1
16592026-06-30T19:49:12.867Z Compiling zip v0.6.6
16602026-06-30T19:49:13.076Z Compiling iddqd v0.4.2
16612026-06-30T19:49:13.403Z Compiling tokio-stream v0.1.18
16622026-06-30T19:49:13.479Z Compiling hyper-tls v0.6.0
16632026-06-30T19:49:13.641Z Compiling similar v2.7.0
16642026-06-30T19:49:13.654Z Compiling heck v0.4.1
16652026-06-30T19:49:13.739Z Compiling reqwest v0.12.28
16662026-06-30T19:49:13.769Z Compiling buf-list v1.1.2
16672026-06-30T19:49:13.845Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16682026-06-30T19:49:13.904Z Compiling openapiv3 v2.2.0
16692026-06-30T19:49:13.919Z Compiling x509-cert v0.2.5
16702026-06-30T19:49:14.053Z Compiling sha1 v0.10.6
16712026-06-30T19:49:14.081Z Compiling crossbeam-epoch v0.9.18
16722026-06-30T19:49:14.121Z Compiling lalrpop-util v0.19.12
16732026-06-30T19:49:14.139Z Compiling peg-runtime v0.8.5
16742026-06-30T19:49:14.176Z Compiling thread_local v1.1.9
16752026-06-30T19:49:14.276Z Compiling slog-async v2.8.0
16762026-06-30T19:49:14.303Z Compiling crossbeam-channel v0.5.15
16772026-06-30T19:49:14.335Z Compiling filetime v0.2.27
16782026-06-30T19:49:14.427Z Compiling is-terminal v0.4.17
16792026-06-30T19:49:14.442Z Compiling xattr v1.6.1
16802026-06-30T19:49:14.442Z Compiling term v1.2.1
16812026-06-30T19:49:14.456Z Compiling take_mut v0.2.2
16822026-06-30T19:49:14.624Z Compiling tar v0.4.45
16832026-06-30T19:49:14.775Z Compiling slog-term v2.9.2
16842026-06-30T19:49:32.560Z Compiling rustls-webpki v0.103.9
16852026-06-30T19:49:35.267Z Compiling tokio-rustls v0.26.4
16862026-06-30T19:49:35.267Z Compiling rustls-platform-verifier v0.6.2
16872026-06-30T19:49:35.270Z Compiling tough v0.22.0
16882026-06-30T19:49:35.467Z Compiling hyper-rustls v0.27.7
16892026-06-30T19:49:35.660Z Compiling reqwest v0.13.2
16902026-06-30T19:49:37.808Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16912026-06-30T19:49:38.039Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16922026-06-30T19:49:40.846Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.15s
16932026-06-30T19:49:40.980Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
16942026-06-30T19:49:41.037ZJun 30 19:49:40.691 INFO Starting download, target: Console
16952026-06-30T19:49:41.037ZJun 30 19:49:40.692 INFO Starting download, target: Clickhouse
16962026-06-30T19:49:41.037ZJun 30 19:49:40.692 INFO Starting download, target: Cockroach
16972026-06-30T19:49:41.037ZJun 30 19:49:40.692 INFO Starting download, target: DendriteStub
16982026-06-30T19:49:41.037ZJun 30 19:49:40.692 INFO Starting download, target: MaghemiteMgd
16992026-06-30T19:49:41.040ZJun 30 19:49:40.692 INFO Starting download, target: MaghemiteDdmd
17002026-06-30T19:49:41.040ZJun 30 19:49:40.692 INFO Starting download, target: TransceiverControl
17012026-06-30T19:49:41.040ZJun 30 19:49:40.692 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17022026-06-30T19:49:41.040ZJun 30 19:49:40.692 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17032026-06-30T19:49:41.040ZJun 30 19:49:40.692 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17042026-06-30T19:49:41.040ZJun 30 19:49:40.692 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17052026-06-30T19:49:41.040ZJun 30 19:49:40.692 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17062026-06-30T19:49:41.040ZJun 30 19:49:40.692 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17072026-06-30T19:49:41.040ZJun 30 19:49:40.692 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17082026-06-30T19:49:41.495ZJun 30 19:49:41.143 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17092026-06-30T19:49:41.717ZJun 30 19:49:41.360 INFO Download complete, target: TransceiverControl
17102026-06-30T19:49:42.817ZJun 30 19:49:42.447 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17112026-06-30T19:49:43.068ZJun 30 19:49:42.713 INFO Download complete, target: Console
17122026-06-30T19:49:43.374ZJun 30 19:49:42.989 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17132026-06-30T19:49:43.611ZJun 30 19:49:43.231 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17142026-06-30T19:49:43.907ZJun 30 19:49:43.554 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17152026-06-30T19:49:44.032ZJun 30 19:49:43.659 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17162026-06-30T19:49:44.910ZJun 30 19:49:44.565 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17172026-06-30T19:49:44.910ZJun 30 19:49:44.565 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17182026-06-30T19:49:45.498ZJun 30 19:49:45.153 INFO Download complete, target: MaghemiteDdmd
17192026-06-30T19:49:46.784ZJun 30 19:49:46.439 INFO Download complete, target: DendriteStub
17202026-06-30T19:49:46.810ZJun 30 19:49:46.465 INFO Download complete, target: MaghemiteMgd
17212026-06-30T19:49:49.718ZJun 30 19:49:49.373 INFO Checking that binary works, target: Cockroach
17222026-06-30T19:49:49.837ZJun 30 19:49:49.492 INFO Download complete, target: Cockroach
17232026-06-30T19:49:50.350ZJun 30 19:49:50.005 INFO Checking that binary works, target: Clickhouse
17242026-06-30T19:49:50.433ZJun 30 19:49:50.087 INFO Download complete, target: Clickhouse
17252026-06-30T19:49:50.439ZAll prerequisites installed successfully
17262026-06-30T19:49:50.443Z
17272026-06-30T19:49:50.443Zreal 1:45.782291528
17282026-06-30T19:49:50.443Zuser 6:49.907916305
17292026-06-30T19:49:50.443Zsys 1:42.428432208
17302026-06-30T19:49:50.443Ztrap 0.274753444
17312026-06-30T19:49:50.443Ztflt 1.210336038
17322026-06-30T19:49:50.443Zdflt 1.724429791
17332026-06-30T19:49:50.443Zkflt 0.028080609
17342026-06-30T19:49:50.443Zlock 24:07.684973850
17352026-06-30T19:49:50.443Zslp 18:21.426896050
17362026-06-30T19:49:50.443Zlat 26.751211340
17372026-06-30T19:49:50.443Zstop 2:53.087642266
17382026-06-30T19:49:50.443Z+ ptime -m cargo xtask download softnpu
17392026-06-30T19:49:50.882Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17402026-06-30T19:49:50.902Z Running `target/debug/xtask download softnpu`
17412026-06-30T19:49:51.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17422026-06-30T19:49:51.685Z Running `target/debug/xtask-downloader softnpu`
17432026-06-30T19:49:51.705ZJun 30 19:49:51.359 INFO Starting download, target: Softnpu
17442026-06-30T19:49:51.709ZJun 30 19:49:51.360 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17452026-06-30T19:49:52.311ZJun 30 19:49:51.964 INFO Download complete, target: Softnpu
17462026-06-30T19:49:52.325Z
17472026-06-30T19:49:52.326Zreal 1.867666911
17482026-06-30T19:49:52.326Zuser 1.251664374
17492026-06-30T19:49:52.326Zsys 0.585375041
17502026-06-30T19:49:52.326Ztrap 0.000436990
17512026-06-30T19:49:52.326Ztflt 0.000116970
17522026-06-30T19:49:52.326Zdflt 0.000125170
17532026-06-30T19:49:52.326Zkflt 0.000000000
17542026-06-30T19:49:52.326Zlock 10.811466375
17552026-06-30T19:49:52.326Zslp 0.473261265
17562026-06-30T19:49:52.326Zlat 0.092772821
17572026-06-30T19:49:52.326Zstop 0.000154960
17582026-06-30T19:49:52.326Z+ export CARGO_INCREMENTAL=0
17592026-06-30T19:49:52.327Z+ CARGO_INCREMENTAL=0
17602026-06-30T19:49:52.327Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17612026-06-30T19:49:53.154Z Compiling proc-macro2 v1.0.106
17622026-06-30T19:49:53.154Z Compiling quote v1.0.45
17632026-06-30T19:49:53.154Z Compiling unicode-ident v1.0.24
17642026-06-30T19:49:53.154Z Compiling libc v0.2.185
17652026-06-30T19:49:53.157Z Compiling serde_core v1.0.228
17662026-06-30T19:49:53.157Z Compiling serde v1.0.228
17672026-06-30T19:49:53.157Z Compiling cfg-if v1.0.4
17682026-06-30T19:49:53.157Z Compiling version_check v0.9.5
17692026-06-30T19:49:53.157Z Compiling typenum v1.19.0
17702026-06-30T19:49:53.157Z Compiling find-msvc-tools v0.1.9
17712026-06-30T19:49:53.157Z Compiling shlex v1.3.0
17722026-06-30T19:49:53.294Z Compiling autocfg v1.5.0
17732026-06-30T19:49:53.297Z Compiling zmij v1.0.21
17742026-06-30T19:49:53.297Z Compiling memchr v2.8.0
17752026-06-30T19:49:53.297Z Compiling serde_json v1.0.150
17762026-06-30T19:49:53.474Z Compiling portable-atomic v1.13.1
17772026-06-30T19:49:53.703Z Compiling generic-array v0.14.7
17782026-06-30T19:49:53.720Z Compiling libm v0.2.16
17792026-06-30T19:49:53.751Z Compiling zerocopy v0.8.40
17802026-06-30T19:49:53.799Z Compiling smallvec v1.15.1
17812026-06-30T19:49:53.802Z Compiling parking_lot_core v0.9.12
17822026-06-30T19:49:53.812Z Compiling icu_properties_data v2.1.2
17832026-06-30T19:49:53.828Z Compiling icu_normalizer_data v2.1.1
17842026-06-30T19:49:54.008Z Compiling itoa v1.0.17
17852026-06-30T19:49:54.026Z Compiling num-traits v0.2.19
17862026-06-30T19:49:54.084Z Compiling getrandom v0.4.1
17872026-06-30T19:49:54.099Z Compiling log v0.4.29
17882026-06-30T19:49:54.132Z Compiling stable_deref_trait v1.2.1
17892026-06-30T19:49:54.205Z Compiling pkg-config v0.3.32
17902026-06-30T19:49:54.245Z Compiling subtle v2.6.1
17912026-06-30T19:49:54.330Z Compiling errno v0.3.14
17922026-06-30T19:49:54.344Z Compiling getrandom v0.2.17
17932026-06-30T19:49:54.410Z Compiling jobserver v0.1.34
17942026-06-30T19:49:54.460Z Compiling scopeguard v1.2.0
17952026-06-30T19:49:54.502Z Compiling rand_core v0.6.4
17962026-06-30T19:49:54.599Z Compiling lock_api v0.4.14
17972026-06-30T19:49:54.623Z Compiling cc v1.2.56
17982026-06-30T19:49:54.687Z Compiling litemap v0.8.1
17992026-06-30T19:49:54.690Z Compiling writeable v0.6.2
18002026-06-30T19:49:54.716Z Compiling fnv v1.0.7
18012026-06-30T19:49:54.733Z Compiling percent-encoding v2.3.2
18022026-06-30T19:49:54.764Z Compiling syn v2.0.117
18032026-06-30T19:49:54.803Z Compiling thiserror v2.0.18
18042026-06-30T19:49:54.883Z Compiling pin-project-lite v0.2.17
18052026-06-30T19:49:54.898Z Compiling getrandom v0.3.4
18062026-06-30T19:49:54.971Z Compiling rand_core v0.10.0
18072026-06-30T19:49:54.974Z Compiling equivalent v1.0.2
18082026-06-30T19:49:55.033Z Compiling schemars v0.8.22
18092026-06-30T19:49:55.063Z Compiling rustversion v1.0.22
18102026-06-30T19:49:55.082Z Compiling rustix v1.1.3
18112026-06-30T19:49:55.112Z Compiling fs_extra v1.3.0
18122026-06-30T19:49:55.175Z Compiling dunce v1.0.5
18132026-06-30T19:49:55.212Z Compiling critical-section v1.2.0
18142026-06-30T19:49:55.225Z Compiling utf8_iter v1.0.4
18152026-06-30T19:49:55.242Z Compiling form_urlencoded v1.2.2
18162026-06-30T19:49:55.337Z Compiling hashbrown v0.17.0
18172026-06-30T19:49:55.384Z Compiling cmake v0.1.57
18182026-06-30T19:49:55.416Z Compiling const-oid v0.9.6
18192026-06-30T19:49:55.459Z Compiling signal-hook-registry v1.4.8
18202026-06-30T19:49:55.541Z Compiling heck v0.5.0
18212026-06-30T19:49:55.585Z Compiling once_cell v1.21.3
18222026-06-30T19:49:55.769Z Compiling bitflags v2.11.0
18232026-06-30T19:49:55.849Z Compiling semver v1.0.28
18242026-06-30T19:49:55.863Z Compiling indexmap v2.14.0
18252026-06-30T19:49:55.921Z Compiling parking_lot v0.12.5
18262026-06-30T19:49:55.946Z Compiling aws-lc-sys v0.40.0
18272026-06-30T19:49:55.961Z Compiling mio v1.2.0
18282026-06-30T19:49:56.001Z Compiling socket2 v0.6.3
18292026-06-30T19:49:56.043Z Compiling futures-core v0.3.32
18302026-06-30T19:49:56.112Z Compiling aws-lc-rs v1.16.3
18312026-06-30T19:49:56.182Z Compiling httparse v1.10.1
18322026-06-30T19:49:56.198Z Compiling thiserror v1.0.69
18332026-06-30T19:49:56.214Z Compiling strsim v0.11.1
18342026-06-30T19:49:56.399Z Compiling iana-time-zone v0.1.65
18352026-06-30T19:49:56.479Z Compiling byteorder v1.5.0
18362026-06-30T19:49:56.509Z Compiling ucd-trie v0.1.7
18372026-06-30T19:49:56.557Z Compiling ident_case v1.0.1
18382026-06-30T19:49:56.603Z Compiling syn v1.0.109
18392026-06-30T19:49:56.688Z Compiling pest v2.8.6
18402026-06-30T19:49:56.704Z Compiling vcpkg v0.2.15
18412026-06-30T19:49:56.721Z Compiling regex-syntax v0.8.10
18422026-06-30T19:49:56.735Z Compiling uuid v1.23.4
18432026-06-30T19:49:56.990Z Compiling rustc_version v0.4.1
18442026-06-30T19:49:57.020Z Compiling futures-sink v0.3.32
18452026-06-30T19:49:57.048Z Compiling cpufeatures v0.2.17
18462026-06-30T19:49:57.138Z Compiling rustls v0.23.41
18472026-06-30T19:49:57.160Z Compiling futures-channel v0.3.32
18482026-06-30T19:49:57.284Z Compiling openssl-sys v0.9.115
18492026-06-30T19:49:57.298Z Compiling aho-corasick v1.1.4
18502026-06-30T19:49:57.301Z Compiling dyn-clone v1.0.20
18512026-06-30T19:49:57.333Z Compiling futures-task v0.3.32
18522026-06-30T19:49:57.381Z Compiling slab v0.4.12
18532026-06-30T19:49:57.406Z Compiling futures-io v0.3.32
18542026-06-30T19:49:57.591Z Compiling synstructure v0.13.2
18552026-06-30T19:49:57.608Z Compiling serde_derive_internals v0.29.1
18562026-06-30T19:49:57.661Z Compiling num-conv v0.2.0
18572026-06-30T19:49:57.684Z Compiling plain v0.2.3
18582026-06-30T19:49:57.803Z Compiling pest_meta v2.8.6
18592026-06-30T19:49:57.819Z Compiling time-core v0.1.8
18602026-06-30T19:49:57.822Z Compiling crc32fast v1.5.0
18612026-06-30T19:49:57.836Z Compiling crossbeam-utils v0.8.21
18622026-06-30T19:49:57.988Z Compiling time-macros v0.2.27
18632026-06-30T19:49:58.029Z Compiling base64 v0.22.1
18642026-06-30T19:49:58.110Z Compiling openssl v0.10.79
18652026-06-30T19:49:58.143Z Compiling pretty-hex v0.4.1
18662026-06-30T19:49:58.222Z Compiling anyhow v1.0.102
18672026-06-30T19:49:58.262Z Compiling regex-automata v0.4.14
18682026-06-30T19:49:58.277Z Compiling base64ct v1.8.3
18692026-06-30T19:49:58.294Z Compiling darling_core v0.21.3
18702026-06-30T19:49:58.371Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18712026-06-30T19:49:58.403Z Compiling pest_generator v2.8.6
18722026-06-30T19:49:58.497Z Compiling flagset v0.4.7
18732026-06-30T19:49:58.534Z Compiling pem-rfc7468 v0.7.0
18742026-06-30T19:49:58.537Z Compiling native-tls v0.2.18
18752026-06-30T19:49:58.586Z Compiling rand_core v0.9.5
18762026-06-30T19:49:58.654Z Compiling slog v2.8.2
18772026-06-30T19:49:58.742Z Compiling tracing-core v0.1.36
18782026-06-30T19:49:58.839Z Compiling cookie v0.18.1
18792026-06-30T19:49:58.858Z Compiling serde_derive v1.0.228
18802026-06-30T19:49:58.881Z Compiling zeroize_derive v1.4.3
18812026-06-30T19:49:58.921Z Compiling zerofrom-derive v0.1.6
18822026-06-30T19:49:58.924Z Compiling yoke-derive v0.8.1
18832026-06-30T19:49:59.000Z Compiling zerovec-derive v0.11.2
18842026-06-30T19:49:59.023Z Compiling displaydoc v0.2.5
18852026-06-30T19:49:59.048Z Compiling zerocopy-derive v0.8.40
18862026-06-30T19:49:59.070Z Compiling tokio-macros v2.7.0
18872026-06-30T19:49:59.083Z Compiling futures-macro v0.3.32
18882026-06-30T19:49:59.096Z Compiling thiserror-impl v2.0.18
18892026-06-30T19:49:59.529Z Compiling zeroize v1.8.2
18902026-06-30T19:49:59.800Z Compiling schemars_derive v0.8.22
18912026-06-30T19:49:59.837Z Compiling tracing-attributes v0.1.31
18922026-06-30T19:49:59.912Z Compiling der_derive v0.7.3
18932026-06-30T19:49:59.939Z Compiling thiserror-impl v1.0.69
18942026-06-30T19:50:00.053Z Compiling pest_derive v2.8.6
18952026-06-30T19:50:00.056Z Compiling zerofrom v0.1.6
18962026-06-30T19:50:00.215Z Compiling yoke v0.8.1
18972026-06-30T19:50:00.278Z Compiling crypto-common v0.1.7
18982026-06-30T19:50:00.414Z Compiling zerovec v0.11.5
18992026-06-30T19:50:00.429Z Compiling zerotrie v0.2.3
19002026-06-30T19:50:00.491Z Compiling block-buffer v0.10.4
19012026-06-30T19:50:00.524Z Compiling futures-util v0.3.32
19022026-06-30T19:50:00.657Z Compiling digest v0.10.7
19032026-06-30T19:50:00.874Z Compiling hmac v0.12.1
19042026-06-30T19:50:00.960Z Compiling tinystr v0.8.2
19052026-06-30T19:50:00.977Z Compiling potential_utf v0.1.4
19062026-06-30T19:50:01.022Z Compiling block-padding v0.3.3
19072026-06-30T19:50:01.036Z Compiling sha2 v0.10.9
19082026-06-30T19:50:01.132Z Compiling icu_collections v2.1.1
19092026-06-30T19:50:01.163Z Compiling icu_locale_core v2.1.1
19102026-06-30T19:50:01.178Z Compiling inout v0.1.4
19112026-06-30T19:50:01.181Z Compiling scroll_derive v0.13.1
19122026-06-30T19:50:01.211Z Compiling scroll_derive v0.12.1
19132026-06-30T19:50:01.408Z Compiling cipher v0.4.4
19142026-06-30T19:50:01.655Z Compiling openssl-macros v0.1.1
19152026-06-30T19:50:01.858Z Compiling icu_provider v2.1.1
19162026-06-30T19:50:01.873Z Compiling der v0.7.10
19172026-06-30T19:50:01.975Z Compiling bytes v1.11.1
19182026-06-30T19:50:02.047Z Compiling chrono v0.4.44
19192026-06-30T19:50:02.069Z Compiling serde_tokenstream v0.2.3
19202026-06-30T19:50:02.074Z Compiling regex v1.12.3
19212026-06-30T19:50:02.099Z Compiling darling_macro v0.21.3
19222026-06-30T19:50:02.279Z Compiling icu_normalizer v2.1.1
19232026-06-30T19:50:02.342Z Compiling icu_properties v2.1.2
19242026-06-30T19:50:02.617Z Compiling tokio v1.52.1
19252026-06-30T19:50:02.871Z Compiling http v1.4.2
19262026-06-30T19:50:03.125Z Compiling zerocopy-derive v0.7.35
19272026-06-30T19:50:03.348Z Compiling idna_adapter v1.2.1
19282026-06-30T19:50:03.450Z Compiling ppv-lite86 v0.2.21
19292026-06-30T19:50:03.491Z Compiling idna v1.1.0
19302026-06-30T19:50:03.521Z Compiling spki v0.7.3
19312026-06-30T19:50:03.731Z Compiling darling v0.21.3
19322026-06-30T19:50:03.750Z Compiling salsa20 v0.10.2
19332026-06-30T19:50:03.822Z Compiling url v2.5.8
19342026-06-30T19:50:03.838Z Compiling tracing v0.1.44
19352026-06-30T19:50:03.841Z Compiling pbkdf2 v0.12.2
19362026-06-30T19:50:04.746Z Compiling camino v1.2.2
19372026-06-30T19:50:04.875Z Compiling scrypt v0.11.0
19382026-06-30T19:50:04.922Z Compiling rand_chacha v0.9.0
19392026-06-30T19:50:04.977Z Compiling http-body v1.0.1
19402026-06-30T19:50:05.062Z Compiling cbc v0.1.2
19412026-06-30T19:50:05.062Z Compiling aes v0.8.4
19422026-06-30T19:50:05.099Z Compiling rustls-pki-types v1.14.0
19432026-06-30T19:50:05.218Z Compiling usdt-impl v0.5.0
19442026-06-30T19:50:05.246Z Compiling ref-cast v1.0.25
19452026-06-30T19:50:05.320Z Compiling either v1.15.0
19462026-06-30T19:50:05.364Z Compiling paste v1.0.15
19472026-06-30T19:50:05.463Z Compiling tinyvec_macros v0.1.1
19482026-06-30T19:50:05.536Z Compiling usdt-impl v0.6.0
19492026-06-30T19:50:05.556Z Compiling openssl-probe v0.2.1
19502026-06-30T19:50:05.561Z Compiling fastrand v2.3.0
19512026-06-30T19:50:05.561Z Compiling tinyvec v1.10.0
19522026-06-30T19:50:05.561Z Compiling pkcs5 v0.7.1
19532026-06-30T19:50:05.697Z Compiling rand v0.9.2
19542026-06-30T19:50:05.812Z Compiling scroll v0.13.0
19552026-06-30T19:50:05.941Z Compiling serde_spanned v0.6.9
19562026-06-30T19:50:05.956Z Compiling toml_datetime v0.6.11
19572026-06-30T19:50:05.970Z Compiling scroll v0.12.0
19582026-06-30T19:50:06.015Z Compiling async-trait v0.1.89
19592026-06-30T19:50:06.022Z Compiling heapless v0.7.17
19602026-06-30T19:50:06.122Z Compiling bzip2-sys v0.1.13+1.0.8
19612026-06-30T19:50:06.139Z Compiling tower-service v0.3.3
19622026-06-30T19:50:06.162Z Compiling litrs v1.0.0
19632026-06-30T19:50:06.256Z Compiling zstd-safe v7.2.4
19642026-06-30T19:50:06.273Z Compiling untrusted v0.7.1
19652026-06-30T19:50:06.291Z Compiling signal-hook v0.3.18
19662026-06-30T19:50:06.295Z Compiling rustix v0.38.44
19672026-06-30T19:50:06.370Z Compiling winnow v1.0.3
19682026-06-30T19:50:06.385Z Compiling winnow v0.7.14
19692026-06-30T19:50:06.415Z Compiling tokio-util v0.7.18
19702026-06-30T19:50:06.479Z Compiling atomic-waker v1.1.2
19712026-06-30T19:50:06.513Z Compiling try-lock v0.2.5
19722026-06-30T19:50:06.593Z Compiling tower-layer v0.3.3
19732026-06-30T19:50:06.635Z Compiling want v0.3.1
19742026-06-30T19:50:06.651Z Compiling document-features v0.2.12
19752026-06-30T19:50:06.656Z Compiling goblin v0.8.2
19762026-06-30T19:50:06.682Z Compiling toml_parser v1.1.2+spec-1.1.0
19772026-06-30T19:50:06.813Z Compiling goblin v0.10.5
19782026-06-30T19:50:07.069Z Compiling pkcs8 v0.10.2
19792026-06-30T19:50:07.186Z Compiling h2 v0.4.15
19802026-06-30T19:50:07.283Z Compiling zerocopy v0.7.35
19812026-06-30T19:50:07.384Z Compiling ipnet v2.11.0
19822026-06-30T19:50:07.394Z Compiling ref-cast-impl v1.0.25
19832026-06-30T19:50:07.723Z Compiling darling_core v0.20.11
19842026-06-30T19:50:07.739Z Compiling curve25519-dalek v4.1.3
19852026-06-30T19:50:07.873Z Compiling memoffset v0.9.1
19862026-06-30T19:50:07.965Z Compiling httpdate v1.0.3
19872026-06-30T19:50:08.022Z Compiling foreign-types-shared v0.1.1
19882026-06-30T19:50:08.109Z Compiling powerfmt v0.2.0
19892026-06-30T19:50:08.124Z Compiling untrusted v0.9.0
19902026-06-30T19:50:08.251Z Compiling winnow v0.5.40
19912026-06-30T19:50:08.288Z Compiling utf8parse v0.2.2
19922026-06-30T19:50:08.436Z Compiling deranged v0.5.8
19932026-06-30T19:50:08.456Z Compiling tempfile v3.25.0
19942026-06-30T19:50:08.561Z Compiling foreign-types v0.3.2
19952026-06-30T19:50:09.055Z Compiling dof v0.3.0
19962026-06-30T19:50:09.071Z Compiling unicode-normalization v0.1.25
19972026-06-30T19:50:09.562Z Compiling dof v0.4.0
19982026-06-30T19:50:09.597Z Compiling toml_edit v0.19.15
19992026-06-30T19:50:09.686Z Compiling dtrace-parser v0.2.0
20002026-06-30T19:50:09.739Z Compiling darling_macro v0.20.11
20012026-06-30T19:50:09.788Z Compiling dtrace-parser v0.3.0
20022026-06-30T19:50:10.150Z Compiling daft-derive v0.1.7
20032026-06-30T19:50:10.208Z Compiling pin-project-internal v1.1.11
20042026-06-30T19:50:10.285Z Compiling spin v0.9.8
20052026-06-30T19:50:10.291Z Compiling thread-id v5.1.0
20062026-06-30T19:50:10.316Z Compiling thread-id v4.2.2
20072026-06-30T19:50:10.405Z Compiling hyper v1.10.1
20082026-06-30T19:50:10.511Z Compiling num_threads v0.1.7
20092026-06-30T19:50:10.563Z Compiling cfg_aliases v0.2.1
20102026-06-30T19:50:10.638Z Compiling num-bigint-dig v0.8.6
20112026-06-30T19:50:10.668Z Compiling smoltcp v0.9.1
20122026-06-30T19:50:10.685Z Compiling anstyle v1.0.14
20132026-06-30T19:50:10.810Z Compiling time v0.3.47
20142026-06-30T19:50:10.851Z Compiling nix v0.31.2
20152026-06-30T19:50:11.020Z Compiling darling v0.20.11
20162026-06-30T19:50:11.228Z Compiling ipnetwork v0.21.1
20172026-06-30T19:50:11.440Z Compiling strum_macros v0.26.4
20182026-06-30T19:50:11.458Z Compiling curve25519-dalek-derive v0.1.1
20192026-06-30T19:50:11.541Z Compiling hyper-util v0.1.20
20202026-06-30T19:50:11.910Z Compiling sync_wrapper v1.0.2
20212026-06-30T19:50:11.927Z Compiling wait-timeout v0.2.1
20222026-06-30T19:50:12.037Z Compiling bit-vec v0.8.0
20232026-06-30T19:50:12.175Z Compiling anstyle-query v1.1.5
20242026-06-30T19:50:12.279Z Compiling quick-error v1.2.3
20252026-06-30T19:50:12.295Z Compiling is_terminal_polyfill v1.70.2
20262026-06-30T19:50:12.309Z Compiling simd-adler32 v0.3.8
20272026-06-30T19:50:12.362Z Compiling colorchoice v1.0.4
20282026-06-30T19:50:12.400Z Compiling siphasher v1.0.2
20292026-06-30T19:50:12.490Z Compiling rusty-fork v0.3.1
20302026-06-30T19:50:12.786Z Compiling bit-set v0.8.0
20312026-06-30T19:50:12.814Z Compiling tower v0.5.3
20322026-06-30T19:50:13.019Z Compiling derive_builder_core v0.20.2
20332026-06-30T19:50:13.162Z Compiling http-body-util v0.1.3
20342026-06-30T19:50:13.214Z Compiling signature v2.2.0
20352026-06-30T19:50:13.323Z Compiling hubpack_derive v0.1.1
20362026-06-30T19:50:13.422Z Compiling snafu-derive v0.8.9
20372026-06-30T19:50:13.565Z Compiling strum_macros v0.27.2
20382026-06-30T19:50:13.674Z Compiling rand_xorshift v0.4.0
20392026-06-30T19:50:13.817Z Compiling fs-err v3.3.0
20402026-06-30T19:50:13.844Z Compiling ahash v0.8.12
20412026-06-30T19:50:13.942Z Compiling iri-string v0.7.10
20422026-06-30T19:50:14.052Z Compiling adler2 v2.0.1
20432026-06-30T19:50:14.081Z Compiling unicode-properties v0.1.4
20442026-06-30T19:50:14.105Z Compiling unicode-segmentation v1.12.0
20452026-06-30T19:50:14.328Z Compiling unarray v0.1.4
20462026-06-30T19:50:14.398Z Compiling ryu v1.0.23
20472026-06-30T19:50:14.414Z Compiling allocator-api2 v0.2.21
20482026-06-30T19:50:14.457Z Compiling unicode-bidi v0.3.18
20492026-06-30T19:50:14.493Z Compiling object v0.37.3
20502026-06-30T19:50:14.508Z Compiling proptest v1.10.0
20512026-06-30T19:50:14.577Z Compiling serde_urlencoded v0.7.1
20522026-06-30T19:50:14.764Z Compiling miniz_oxide v0.8.9
20532026-06-30T19:50:14.847Z Compiling stringprep v0.1.5
20542026-06-30T19:50:15.111Z Compiling derive_builder_macro v0.20.2
20552026-06-30T19:50:15.230Z Compiling tower-http v0.6.8
20562026-06-30T19:50:15.243Z Compiling tokio-native-tls v0.3.1
20572026-06-30T19:50:15.336Z Compiling usdt-attr-macro v0.6.0
20582026-06-30T19:50:15.373Z Compiling usdt-macro v0.6.0
20592026-06-30T19:50:15.435Z Compiling anstyle-parse v1.0.0
20602026-06-30T19:50:15.705Z Compiling rustls-native-certs v0.8.3
20612026-06-30T19:50:15.760Z Compiling rand_chacha v0.3.1
20622026-06-30T19:50:15.801Z Compiling erased-serde v0.3.31
20632026-06-30T19:50:15.959Z Compiling md-5 v0.10.6
20642026-06-30T19:50:15.976Z Compiling bstr v1.12.1
20652026-06-30T19:50:16.158Z Compiling num-integer v0.1.46
20662026-06-30T19:50:16.161Z Compiling hash32 v0.2.1
20672026-06-30T19:50:16.359Z Compiling vergen-lib v9.1.0
20682026-06-30T19:50:16.374Z Compiling ff v0.13.1
20692026-06-30T19:50:16.403Z Compiling encoding_rs v0.8.35
20702026-06-30T19:50:16.439Z Compiling base16ct v0.2.0
20712026-06-30T19:50:16.531Z Compiling fallible-iterator v0.2.0
20722026-06-30T19:50:16.587Z Compiling mime v0.3.17
20732026-06-30T19:50:16.591Z Compiling psl-types v2.0.11
20742026-06-30T19:50:16.647Z Compiling zlib-rs v0.6.2
20752026-06-30T19:50:16.674Z Compiling sec1 v0.7.3
20762026-06-30T19:50:16.739Z Compiling publicsuffix v2.3.0
20772026-06-30T19:50:16.864Z Compiling postgres-protocol v0.6.10
20782026-06-30T19:50:16.919Z Compiling newtype-uuid v1.3.2
20792026-06-30T19:50:16.932Z Compiling group v0.13.0
20802026-06-30T19:50:17.061Z Compiling num-iter v0.1.45
20812026-06-30T19:50:17.384Z Compiling rand v0.8.6
20822026-06-30T19:50:17.657Z Compiling oxnet v0.1.6
20832026-06-30T19:50:17.707Z Compiling derive_builder v0.20.2
20842026-06-30T19:50:17.727Z Compiling anstream v1.0.0
20852026-06-30T19:50:17.759Z Compiling hyper-tls v0.6.0
20862026-06-30T19:50:17.846Z Compiling heck v0.4.1
20872026-06-30T19:50:17.862Z Compiling phf_shared v0.13.1
20882026-06-30T19:50:17.866Z Compiling pin-project v1.1.11
20892026-06-30T19:50:18.021Z Compiling lazy_static v1.5.0
20902026-06-30T19:50:18.035Z Compiling anstyle-parse v0.2.7
20912026-06-30T19:50:18.110Z Compiling terminal_size v0.4.3
20922026-06-30T19:50:18.127Z Compiling serde_with_macros v3.17.0
20932026-06-30T19:50:18.142Z Compiling futures-executor v0.3.32
20942026-06-30T19:50:18.145Z Compiling hex v0.4.3
20952026-06-30T19:50:18.235Z Compiling hkdf v0.12.4
20962026-06-30T19:50:18.281Z Compiling crypto-bigint v0.5.5
20972026-06-30T19:50:18.363Z Compiling async-recursion v1.1.1
20982026-06-30T19:50:18.401Z Compiling enum-as-inner v0.6.1
20992026-06-30T19:50:18.415Z Compiling serde_repr v0.1.20
21002026-06-30T19:50:18.478Z Compiling clap_derive v4.6.1
21012026-06-30T19:50:18.514Z Compiling vergen v9.1.0
21022026-06-30T19:50:18.544Z Compiling cargo-platform v0.3.2
21032026-06-30T19:50:18.725Z Compiling flate2 v1.1.9
21042026-06-30T19:50:18.808Z Compiling managed v0.8.0
21052026-06-30T19:50:18.987Z Compiling bumpalo v3.20.2
21062026-06-30T19:50:19.076Z Compiling foldhash v0.2.0
21072026-06-30T19:50:19.076Z Compiling bitflags v1.3.2
21082026-06-30T19:50:19.107Z Compiling libbz2-rs-sys v0.2.2
21092026-06-30T19:50:19.193Z Compiling clap_lex v1.0.0
21102026-06-30T19:50:19.219Z Compiling same-file v1.0.6
21112026-06-30T19:50:19.276Z Compiling foldhash v0.1.5
21122026-06-30T19:50:19.350Z Compiling clap_builder v4.6.0
21132026-06-30T19:50:19.388Z Compiling walkdir v2.5.0
21142026-06-30T19:50:19.404Z Compiling hashbrown v0.15.5
21152026-06-30T19:50:19.457Z Compiling hashbrown v0.16.1
21162026-06-30T19:50:19.625Z Compiling bzip2 v0.6.1
21172026-06-30T19:50:19.716Z Compiling elliptic-curve v0.13.8
21182026-06-30T19:50:19.840Z Compiling zopfli v0.8.3
21192026-06-30T19:50:20.021Z Compiling cargo_metadata v0.23.1
21202026-06-30T19:50:20.067Z Compiling zstd v0.13.3
21212026-06-30T19:50:20.160Z Compiling futures v0.3.32
21222026-06-30T19:50:20.341Z Compiling anstream v0.6.21
21232026-06-30T19:50:20.644Z Compiling phf v0.13.1
21242026-06-30T19:50:20.815Z Compiling snafu v0.8.9
21252026-06-30T19:50:20.830Z Compiling reqwest v0.12.28
21262026-06-30T19:50:20.850Z Compiling daft v0.1.7
21272026-06-30T19:50:21.162Z Compiling signal-hook-mio v0.2.5
21282026-06-30T19:50:21.265Z Compiling cookie_store v0.22.1
21292026-06-30T19:50:21.281Z Compiling postgres-types v0.2.12
21302026-06-30T19:50:21.298Z Compiling bzip2 v0.4.4
21312026-06-30T19:50:21.461Z Compiling globset v0.4.18
21322026-06-30T19:50:21.512Z Compiling strum v0.27.2
21332026-06-30T19:50:21.721Z Compiling hubpack v0.1.2
21342026-06-30T19:50:21.738Z Compiling ed25519 v2.2.3
21352026-06-30T19:50:21.753Z Compiling phf_shared v0.11.3
21362026-06-30T19:50:21.807Z Compiling crossbeam-epoch v0.9.18
21372026-06-30T19:50:21.882Z Compiling olpc-cjson v0.1.4
21382026-06-30T19:50:21.951Z Compiling pkcs1 v0.7.5
21392026-06-30T19:50:21.986Z Compiling pem v3.0.6
21402026-06-30T19:50:22.057Z Compiling serde_plain v1.0.2
21412026-06-30T19:50:22.074Z Compiling serde-big-array v0.5.1
21422026-06-30T19:50:22.174Z Compiling rfc6979 v0.4.0
21432026-06-30T19:50:22.286Z Compiling float-cmp v0.10.0
21442026-06-30T19:50:22.302Z Compiling memmap2 v0.9.10
21452026-06-30T19:50:22.306Z Compiling env_filter v1.0.0
21462026-06-30T19:50:22.336Z Compiling difflib v0.4.0
21472026-06-30T19:50:22.340Z Compiling fixedbitset v0.4.2
21482026-06-30T19:50:22.365Z Compiling precomputed-hash v0.1.1
21492026-06-30T19:50:22.464Z Compiling static_assertions v1.1.0
21502026-06-30T19:50:22.467Z Compiling whoami v2.1.0
21512026-06-30T19:50:22.526Z Compiling typed-path v0.9.3
21522026-06-30T19:50:22.551Z Compiling predicates-core v1.0.10
21532026-06-30T19:50:22.592Z Compiling data-encoding v2.10.0
21542026-06-30T19:50:22.607Z Compiling keccak v0.1.6
21552026-06-30T19:50:22.627Z Compiling new_debug_unreachable v1.0.6
21562026-06-30T19:50:22.732Z Compiling toml_write v0.1.2
21572026-06-30T19:50:22.822Z Compiling normalize-line-endings v0.3.0
21582026-06-30T19:50:22.839Z Compiling jiff v0.2.21
21592026-06-30T19:50:22.863Z Compiling fixedbitset v0.5.7
21602026-06-30T19:50:22.929Z Compiling predicates v3.1.4
21612026-06-30T19:50:22.945Z Compiling toml_edit v0.22.27
21622026-06-30T19:50:22.962Z Compiling hickory-proto v0.25.2
21632026-06-30T19:50:23.138Z Compiling petgraph v0.8.3
21642026-06-30T19:50:23.154Z Compiling sha3 v0.10.8
21652026-06-30T19:50:23.441Z Compiling tokio-postgres v0.7.16
21662026-06-30T19:50:23.463Z Compiling string_cache v0.8.9
21672026-06-30T19:50:23.680Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21682026-06-30T19:50:23.706Z Compiling petgraph v0.6.5
21692026-06-30T19:50:23.721Z Compiling env_logger v0.11.9
21702026-06-30T19:50:23.820Z Compiling usdt v0.6.0
21712026-06-30T19:50:24.112Z Compiling ecdsa v0.16.9
21722026-06-30T19:50:24.535Z Compiling rsa v0.9.10
21732026-06-30T19:50:25.109Z Compiling ed25519-dalek v2.2.0
21742026-06-30T19:50:25.474Z Compiling zip v4.6.1
21752026-06-30T19:50:25.556Z Compiling zip v0.6.6
21762026-06-30T19:50:25.630Z Compiling crossterm v0.28.1
21772026-06-30T19:50:25.995Z Compiling iddqd v0.4.2
21782026-06-30T19:50:26.102Z Compiling clap v4.6.1
21792026-06-30T19:50:26.389Z Compiling serde_with v3.17.0
21802026-06-30T19:50:26.528Z Compiling similar v2.7.0
21812026-06-30T19:50:26.565Z Compiling strum v0.26.3
21822026-06-30T19:50:26.585Z Compiling toml v0.7.8
21832026-06-30T19:50:26.615Z Compiling tokio-stream v0.1.18
21842026-06-30T19:50:26.713Z Compiling buf-list v1.1.2
21852026-06-30T19:50:26.899Z Compiling itertools v0.13.0
21862026-06-30T19:50:27.143Z Compiling x509-cert v0.2.5
21872026-06-30T19:50:27.205Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21882026-06-30T19:50:27.284Z Compiling openapiv3 v2.2.0
21892026-06-30T19:50:27.516Z Compiling sha1 v0.10.6
21902026-06-30T19:50:27.863Z Compiling lalrpop-util v0.19.12
21912026-06-30T19:50:28.002Z Compiling peg-runtime v0.8.5
21922026-06-30T19:50:44.432Z Compiling rustls-webpki v0.103.9
21932026-06-30T19:50:45.027Z Compiling cpufeatures v0.3.0
21942026-06-30T19:50:45.049Z Compiling macaddr v1.0.1
21952026-06-30T19:50:45.119Z Compiling structmeta-derive v0.3.0
21962026-06-30T19:50:45.239Z Compiling hybrid-array v0.4.10
21972026-06-30T19:50:45.313Z Compiling rayon-core v1.13.0
21982026-06-30T19:50:45.352Z Compiling crucible-workspace-hack v0.1.0
21992026-06-30T19:50:45.508Z Compiling itertools v0.14.0
22002026-06-30T19:50:45.545Z Compiling secrecy v0.10.3
22012026-06-30T19:50:45.585Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22022026-06-30T19:50:45.647Z Compiling toml_datetime v0.7.5+spec-1.1.0
22032026-06-30T19:50:45.714Z Compiling heapless v0.8.0
22042026-06-30T19:50:45.733Z Compiling block-buffer v0.12.1
22052026-06-30T19:50:45.751Z Compiling crypto-common v0.2.2
22062026-06-30T19:50:45.857Z Compiling toml_edit v0.23.10+spec-1.0.0
22072026-06-30T19:50:45.902Z Compiling crossbeam-deque v0.8.6
22082026-06-30T19:50:45.942Z Compiling hash32 v0.3.1
22092026-06-30T19:50:45.959Z Compiling multer v3.1.0
22102026-06-30T19:50:46.014Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22112026-06-30T19:50:46.128Z Compiling thread_local v1.1.9
22122026-06-30T19:50:46.145Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22132026-06-30T19:50:46.148Z Compiling structmeta v0.3.0
22142026-06-30T19:50:46.176Z Compiling compression-core v0.4.31
22152026-06-30T19:50:46.187Z Compiling const-oid v0.10.2
22162026-06-30T19:50:46.210Z Compiling smoltcp v0.11.0
22172026-06-30T19:50:46.369Z Compiling match_cfg v0.1.0
22182026-06-30T19:50:46.386Z Compiling unicode-width v0.2.0
22192026-06-30T19:50:46.389Z Compiling slog-async v2.8.0
22202026-06-30T19:50:46.455Z Compiling hostname v0.3.1
22212026-06-30T19:50:46.488Z Compiling proc-macro-crate v3.4.0
22222026-06-30T19:50:46.503Z Compiling derive-ex v0.1.8
22232026-06-30T19:50:46.587Z Compiling digest v0.11.3
22242026-06-30T19:50:46.636Z Compiling compression-codecs v0.4.37
22252026-06-30T19:50:46.778Z Compiling ingot-macros v0.1.1
22262026-06-30T19:50:46.812Z Compiling atomicwrites v0.4.4
22272026-06-30T19:50:46.836Z Compiling slog-json v2.6.1
22282026-06-30T19:50:46.936Z Compiling crossbeam-channel v0.5.15
22292026-06-30T19:50:47.017Z Compiling half v2.7.1
22302026-06-30T19:50:47.033Z Compiling newtype-uuid-macros v0.1.0
22312026-06-30T19:50:47.101Z Compiling cobs v0.3.0
22322026-06-30T19:50:47.104Z Compiling thiserror-impl-no-std v2.0.2
22332026-06-30T19:50:47.244Z Compiling universal-hash v0.5.1
22342026-06-30T19:50:47.394Z Compiling async-stream-impl v0.3.6
22352026-06-30T19:50:47.405Z Compiling serde_spanned v1.1.1
22362026-06-30T19:50:47.422Z Compiling toml_datetime v1.1.1+spec-1.1.0
22372026-06-30T19:50:47.591Z Compiling is-terminal v0.4.17
22382026-06-30T19:50:47.639Z Compiling proc-macro-error-attr v1.0.4
22392026-06-30T19:50:47.717Z Compiling dropshot v0.17.1
22402026-06-30T19:50:47.765Z Compiling toml_writer v1.1.1+spec-1.1.0
22412026-06-30T19:50:47.857Z Compiling tokio-rustls v0.26.4
22422026-06-30T19:50:47.886Z Compiling rustls-platform-verifier v0.6.2
22432026-06-30T19:50:47.942Z Compiling tough v0.22.0
22442026-06-30T19:50:47.968Z Compiling ciborium-io v0.2.2
22452026-06-30T19:50:48.018Z Compiling convert_case v0.4.0
22462026-06-30T19:50:48.051Z Compiling term v1.2.1
22472026-06-30T19:50:48.083Z Compiling take_mut v0.2.2
22482026-06-30T19:50:48.110Z Compiling hyper-rustls v0.27.7
22492026-06-30T19:50:48.141Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22502026-06-30T19:50:48.156Z Compiling opaque-debug v0.3.1
22512026-06-30T19:50:48.219Z Compiling poly1305 v0.8.0
22522026-06-30T19:50:48.318Z Compiling thiserror-no-std v2.0.2
22532026-06-30T19:50:48.338Z Compiling reqwest v0.13.2
22542026-06-30T19:50:48.375Z Compiling slog-term v2.9.2
22552026-06-30T19:50:48.427Z Compiling derive_more v0.99.20
22562026-06-30T19:50:48.442Z Compiling ciborium-ll v0.2.2
22572026-06-30T19:50:48.531Z Compiling test-strategy v0.4.5
22582026-06-30T19:50:48.728Z Compiling async-stream v0.3.6
22592026-06-30T19:50:48.867Z Compiling toml v1.1.2+spec-1.1.0
22602026-06-30T19:50:49.080Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22612026-06-30T19:50:49.365Z Compiling ingot-types v0.1.2
22622026-06-30T19:50:49.451Z Compiling postcard v1.1.3
22632026-06-30T19:50:49.667Z Compiling slog-bunyan v2.5.0
22642026-06-30T19:50:49.747Z Compiling num_enum_derive v0.7.6
22652026-06-30T19:50:49.857Z Compiling ingot v0.1.1
22662026-06-30T19:50:49.857Z Compiling async-compression v0.4.41
22672026-06-30T19:50:49.890Z Compiling sha1 v0.11.0
22682026-06-30T19:50:49.893Z Compiling parse-display-derive v0.10.0
22692026-06-30T19:50:50.340Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22702026-06-30T19:50:50.355Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22712026-06-30T19:50:50.628Z Compiling proc-macro-crate v1.3.1
22722026-06-30T19:50:50.632Z Compiling waitgroup v0.1.2
22732026-06-30T19:50:50.688Z Compiling backon v1.6.0
22742026-06-30T19:50:50.887Z Compiling rustls-pemfile v2.2.0
22752026-06-30T19:50:50.962Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22762026-06-30T19:50:50.989Z Compiling password-hash v0.5.0
22772026-06-30T19:50:51.101Z Compiling dropshot_endpoint v0.17.1
22782026-06-30T19:50:51.193Z Compiling chacha20 v0.9.1
22792026-06-30T19:50:51.226Z Compiling blake2 v0.10.6
22802026-06-30T19:50:51.395Z Compiling aead v0.5.2
22812026-06-30T19:50:51.476Z Compiling foreign-types-macros v0.2.3
22822026-06-30T19:50:51.571Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22832026-06-30T19:50:51.611Z Compiling serde_path_to_error v0.1.20
22842026-06-30T19:50:51.631Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22852026-06-30T19:50:51.751Z Compiling hostname v0.4.2
22862026-06-30T19:50:51.803Z Compiling proc-macro-error v1.0.4
22872026-06-30T19:50:51.955Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22882026-06-30T19:50:51.985Z Compiling instant v0.1.13
22892026-06-30T19:50:52.005Z Compiling foreign-types-shared v0.3.1
22902026-06-30T19:50:52.040Z Compiling debug-ignore v1.0.5
22912026-06-30T19:50:52.056Z Compiling typeid v1.0.3
22922026-06-30T19:50:52.074Z Compiling backoff v0.4.0
22932026-06-30T19:50:52.111Z Compiling foreign-types v0.5.0
22942026-06-30T19:50:52.126Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22952026-06-30T19:50:52.140Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22962026-06-30T19:50:52.143Z Compiling chacha20poly1305 v0.10.1
22972026-06-30T19:50:52.176Z Compiling argon2 v0.5.3
22982026-06-30T19:50:52.208Z Compiling parse-display v0.10.0
22992026-06-30T19:50:52.223Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23002026-06-30T19:50:52.239Z Compiling num_enum_derive v0.5.11
23012026-06-30T19:50:52.316Z Compiling num_enum v0.7.6
23022026-06-30T19:50:52.332Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23032026-06-30T19:50:52.463Z Compiling ciborium v0.2.2
23042026-06-30T19:50:52.479Z Compiling vsss-rs v3.3.4
23052026-06-30T19:50:52.559Z Compiling tabwriter v1.4.1
23062026-06-30T19:50:52.741Z Compiling chacha20 v0.10.0
23072026-06-30T19:50:52.765Z Compiling regress v0.10.5
23082026-06-30T19:50:52.822Z Compiling byte-wrapper v0.1.0
23092026-06-30T19:50:52.950Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23102026-06-30T19:50:53.040Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23112026-06-30T19:50:53.057Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23122026-06-30T19:50:53.086Z Compiling cstr-argument v0.1.2
23132026-06-30T19:50:53.136Z Compiling erased-serde v0.4.9
23142026-06-30T19:50:53.181Z Compiling humantime v2.3.0
23152026-06-30T19:50:53.232Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23162026-06-30T19:50:53.277Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23172026-06-30T19:50:53.345Z Compiling num_enum v0.5.11
23182026-06-30T19:50:53.466Z Compiling rand v0.10.0
23192026-06-30T19:50:53.498Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23202026-06-30T19:50:53.501Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23212026-06-30T19:50:53.664Z Compiling rayon v1.11.0
23222026-06-30T19:50:53.718Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23232026-06-30T19:50:53.739Z Compiling colored v3.1.1
23242026-06-30T19:50:53.757Z Compiling indent_write v2.2.0
23252026-06-30T19:50:53.771Z Compiling libefi-sys v0.1.0
23262026-06-30T19:50:53.788Z Compiling zone_cfg_derive v0.3.1
23272026-06-30T19:50:53.897Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23282026-06-30T19:50:53.945Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23292026-06-30T19:50:53.997Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23302026-06-30T19:50:54.027Z Compiling camino-tempfile v1.4.1
23312026-06-30T19:50:54.236Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23322026-06-30T19:50:54.343Z Compiling itertools v0.12.1
23332026-06-30T19:50:54.359Z Compiling usdt-macro v0.5.0
23342026-06-30T19:50:54.404Z Compiling usdt-attr-macro v0.5.0
23352026-06-30T19:50:54.420Z Compiling num-derive v0.4.2
23362026-06-30T19:50:54.437Z Compiling bitfield-struct v0.6.2
23372026-06-30T19:50:54.456Z Compiling blake3 v1.8.5
23382026-06-30T19:50:54.471Z Compiling ordered-float v2.10.1
23392026-06-30T19:50:54.488Z Compiling sigpipe v0.1.3
23402026-06-30T19:50:54.503Z Compiling memmap v0.7.0
23412026-06-30T19:50:54.600Z Compiling glob v0.3.3
23422026-06-30T19:50:54.760Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23432026-06-30T19:50:54.775Z Compiling swrite v0.1.0
23442026-06-30T19:50:54.905Z Compiling serde-value v0.7.0
23452026-06-30T19:50:54.998Z Compiling serde-untagged v0.1.9
23462026-06-30T19:50:55.084Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23472026-06-30T19:50:55.100Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23482026-06-30T19:50:55.179Z Compiling usdt v0.5.0
23492026-06-30T19:50:55.333Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23502026-06-30T19:50:55.357Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23512026-06-30T19:50:55.430Z Compiling toml v0.8.23
23522026-06-30T19:50:55.548Z Compiling smf v0.2.3
23532026-06-30T19:50:55.615Z Compiling filetime v0.2.27
23542026-06-30T19:50:55.642Z Compiling xattr v1.6.1
23552026-06-30T19:50:55.827Z Compiling zone v0.3.1
23562026-06-30T19:50:55.841Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23572026-06-30T19:50:55.858Z Compiling arrayref v0.3.9
23582026-06-30T19:50:55.859Z Compiling whoami v1.6.1
23592026-06-30T19:50:55.939Z Compiling arrayvec v0.7.6
23602026-06-30T19:50:55.954Z Compiling unicode-xid v0.2.6
23612026-06-30T19:50:55.954Z Compiling constant_time_eq v0.4.2
23622026-06-30T19:50:55.984Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-06-30T19:50:56.039Z Compiling tar v0.4.45
23642026-06-30T19:50:56.062Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23652026-06-30T19:50:56.134Z Compiling cargo-util-schemas v0.8.2
23662026-06-30T19:50:56.159Z Compiling tokio-dtrace v0.1.1
23672026-06-30T19:50:56.176Z Compiling console v0.16.2
23682026-06-30T19:50:56.319Z Compiling gethostname v0.5.0
23692026-06-30T19:50:56.342Z Compiling cargo-platform v0.2.0
23702026-06-30T19:50:56.494Z Compiling topological-sort v0.2.2
23712026-06-30T19:50:56.513Z Compiling unit-prefix v0.5.2
23722026-06-30T19:50:56.659Z Compiling indicatif v0.18.4
23732026-06-30T19:50:56.674Z Compiling oxide-tokio-rt v0.1.4
23742026-06-30T19:50:56.693Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23752026-06-30T19:50:56.723Z Compiling shell-words v1.1.1
23762026-06-30T19:50:57.377Z Compiling cargo_metadata v0.21.0
23772026-06-30T19:51:05.734Z Compiling progenitor-client v0.14.0
23782026-06-30T19:51:05.735Z Compiling omicron-zone-package v0.12.3
23792026-06-30T19:51:05.977Z Compiling progenitor-extras v0.2.0
23802026-06-30T19:51:06.344Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23812026-06-30T19:51:06.362Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23822026-06-30T19:51:06.432Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23832026-06-30T19:51:06.483Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23842026-06-30T19:51:06.515Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23852026-06-30T19:51:06.529Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23862026-06-30T19:51:06.669Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23872026-06-30T19:51:06.816Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23882026-06-30T19:51:07.374Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23892026-06-30T19:51:11.672Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23902026-06-30T19:51:19.776Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23912026-06-30T19:51:23.186Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23922026-06-30T19:51:24.312Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23932026-06-30T19:51:34.205Z Finished `release` profile [optimized] target(s) in 1m 41s
23942026-06-30T19:51:34.352Z Running `target/release/omicron-package -t test target create -p dev`
23952026-06-30T19:51:34.418ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-06-30T19:51:34.421ZCreated new build target 'test' and set it as active
23972026-06-30T19:51:34.424Z
23982026-06-30T19:51:34.424Zreal 1:42.104032601
23992026-06-30T19:51:34.424Zuser 16:44.502649937
24002026-06-30T19:51:34.424Zsys 2:36.151640209
24012026-06-30T19:51:34.424Ztrap 0.487580909
24022026-06-30T19:51:34.424Ztflt 2.654121016
24032026-06-30T19:51:34.424Zdflt 4.384064701
24042026-06-30T19:51:34.424Zkflt 0.002593862
24052026-06-30T19:51:34.424Zlock 52:39.075301274
24062026-06-30T19:51:34.424Zslp 42:47.096667340
24072026-06-30T19:51:34.424Zlat 43.357748506
24082026-06-30T19:51:34.424Zstop 5:14.092697269
24092026-06-30T19:51:34.424Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24102026-06-30T19:51:35.283Z Finished `release` profile [optimized] target(s) in 0.84s
24112026-06-30T19:51:35.356Z Running `target/release/omicron-package -t test package`
24122026-06-30T19:51:35.410ZLogging to: /work/oxidecomputer/omicron/out/LOG
24132026-06-30T19:51:36.866Z Compiling heck v0.5.0
24142026-06-30T19:51:36.866Z Compiling regress v0.11.1
24152026-06-30T19:51:37.079Z Compiling unsafe-libyaml v0.2.11
24162026-06-30T19:51:37.139Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24172026-06-30T19:51:37.165Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24182026-06-30T19:51:37.169Z Compiling unicode-width v0.1.14
24192026-06-30T19:51:37.190Z Compiling atomicwrites v0.4.4
24202026-06-30T19:51:37.233Z Compiling derive-where v1.6.0
24212026-06-30T19:51:37.237Z Compiling bytecount v0.6.9
24222026-06-30T19:51:37.252Z Compiling is-terminal v0.4.17
24232026-06-30T19:51:37.271Z Compiling prettyplease v0.2.37
24242026-06-30T19:51:37.274Z Compiling console v0.15.11
24252026-06-30T19:51:37.274Z Compiling newline-converter v0.3.0
24262026-06-30T19:51:37.274Z Compiling hybrid-array v0.4.10
24272026-06-30T19:51:37.373Z Compiling slog-dtrace v0.3.0
24282026-06-30T19:51:37.399Z Compiling cancel-safe-futures v0.1.5
24292026-06-30T19:51:37.422Z Compiling resolv-conf v0.7.6
24302026-06-30T19:51:37.460Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24312026-06-30T19:51:37.484Z Compiling owo-colors v4.3.0
24322026-06-30T19:51:37.508Z Compiling num-rational v0.4.2
24332026-06-30T19:51:37.555Z Compiling libsw-core v0.3.2
24342026-06-30T19:51:37.586Z Compiling num-complex v0.4.6
24352026-06-30T19:51:37.693Z Compiling serde_yaml v0.9.34+deprecated
24362026-06-30T19:51:37.716Z Compiling thread_local v1.1.9
24372026-06-30T19:51:37.776Z Compiling expectorate v1.2.0
24382026-06-30T19:51:37.866Z Compiling crypto-common v0.2.2
24392026-06-30T19:51:37.887Z Compiling block-buffer v0.12.1
24402026-06-30T19:51:37.919Z Compiling compression-core v0.4.31
24412026-06-30T19:51:38.022Z Compiling const-oid v0.10.2
24422026-06-30T19:51:38.050Z Compiling match_cfg v0.1.0
24432026-06-30T19:51:38.096Z Compiling compression-codecs v0.4.37
24442026-06-30T19:51:38.100Z Compiling num v0.4.3
24452026-06-30T19:51:38.142Z Compiling hostname v0.3.1
24462026-06-30T19:51:38.240Z Compiling libsw v3.5.0
24472026-06-30T19:51:38.280Z Compiling multer v3.1.0
24482026-06-30T19:51:38.308Z Compiling slog-async v2.8.0
24492026-06-30T19:51:38.351Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24502026-06-30T19:51:38.376Z Compiling crossbeam-channel v0.5.15
24512026-06-30T19:51:38.396Z Compiling slog-json v2.6.1
24522026-06-30T19:51:38.466Z Compiling serde_spanned v1.1.1
24532026-06-30T19:51:38.495Z Compiling digest v0.11.3
24542026-06-30T19:51:38.567Z Compiling toml_datetime v1.1.1+spec-1.1.0
24552026-06-30T19:51:38.591Z Compiling toml_writer v1.1.1+spec-1.1.0
24562026-06-30T19:51:38.616Z Compiling float-ord v0.3.2
24572026-06-30T19:51:38.640Z Compiling linear-map v1.2.0
24582026-06-30T19:51:38.664Z Compiling take_mut v0.2.2
24592026-06-30T19:51:38.668Z Compiling term v1.2.1
24602026-06-30T19:51:38.711Z Compiling linked-hash-map v0.5.6
24612026-06-30T19:51:38.758Z Compiling cpufeatures v0.3.0
24622026-06-30T19:51:38.780Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24632026-06-30T19:51:38.825Z Compiling typify-impl v0.6.2
24642026-06-30T19:51:38.859Z Compiling sha1 v0.11.0
24652026-06-30T19:51:38.902Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24662026-06-30T19:51:38.905Z Compiling toml v1.1.2+spec-1.1.0
24672026-06-30T19:51:38.905Z Compiling slog-bunyan v2.5.0
24682026-06-30T19:51:38.991Z Compiling lru-cache v0.1.2
24692026-06-30T19:51:39.160Z Compiling slog-term v2.9.2
24702026-06-30T19:51:39.163Z Compiling async-compression v0.4.41
24712026-06-30T19:51:39.225Z Compiling async-stream v0.3.6
24722026-06-30T19:51:39.269Z Compiling dropshot v0.17.1
24732026-06-30T19:51:39.290Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24742026-06-30T19:51:39.338Z Compiling progenitor-client v0.14.0
24752026-06-30T19:51:39.415Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24762026-06-30T19:51:39.438Z Compiling waitgroup v0.1.2
24772026-06-30T19:51:39.460Z Compiling rustls-pemfile v2.2.0
24782026-06-30T19:51:39.463Z Compiling backon v1.6.0
24792026-06-30T19:51:39.553Z Compiling serde_path_to_error v0.1.20
24802026-06-30T19:51:39.611Z Compiling hostname v0.4.2
24812026-06-30T19:51:39.656Z Compiling instant v0.1.13
24822026-06-30T19:51:39.695Z Compiling minimal-lexical v0.2.1
24832026-06-30T19:51:39.717Z Compiling debug-ignore v1.0.5
24842026-06-30T19:51:39.721Z Compiling progenitor-extras v0.2.0
24852026-06-30T19:51:39.742Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24862026-06-30T19:51:39.784Z Compiling backoff v0.4.0
24872026-06-30T19:51:39.828Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24882026-06-30T19:51:39.857Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24892026-06-30T19:51:39.958Z Compiling nom v7.1.3
24902026-06-30T19:51:40.039Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24912026-06-30T19:51:40.062Z Compiling parse-display v0.10.0
24922026-06-30T19:51:40.113Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24932026-06-30T19:51:40.208Z Compiling hickory-proto v0.24.4
24942026-06-30T19:51:40.370Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24952026-06-30T19:51:40.373Z Compiling regress v0.10.5
24962026-06-30T19:51:40.937Z Compiling macaddr v1.0.1
24972026-06-30T19:51:41.208Z Compiling unicode-xid v0.2.6
24982026-06-30T19:51:41.262Z Compiling humantime v2.3.0
24992026-06-30T19:51:41.368Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25002026-06-30T19:51:41.472Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25012026-06-30T19:51:41.567Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25022026-06-30T19:51:41.591Z Compiling convert_case v0.10.0
25032026-06-30T19:51:41.807Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25042026-06-30T19:51:41.904Z Compiling derive_more-impl v2.1.1
25052026-06-30T19:51:41.927Z Compiling toml v0.8.23
25062026-06-30T19:51:42.306Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25072026-06-30T19:51:42.498Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25082026-06-30T19:51:42.554Z Compiling papergrid v0.11.0
25092026-06-30T19:51:42.578Z Compiling tabled_derive v0.7.0
25102026-06-30T19:51:42.610Z Compiling typify-macro v0.6.2
25112026-06-30T19:51:42.664Z Compiling termtree v0.5.1
25122026-06-30T19:51:42.686Z Compiling derive_more v2.1.1
25132026-06-30T19:51:42.819Z Compiling hickory-resolver v0.24.4
25142026-06-30T19:51:42.842Z Compiling crossterm v0.29.0
25152026-06-30T19:51:42.865Z Compiling phf_shared v0.12.1
25162026-06-30T19:51:43.130Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25172026-06-30T19:51:43.523Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25182026-06-30T19:51:43.772Z Compiling tabled v0.15.0
25192026-06-30T19:51:44.147Z Compiling qorb v0.4.1
25202026-06-30T19:51:44.282Z Compiling typify v0.6.2
25212026-06-30T19:51:44.591Z Compiling progenitor-impl v0.14.0
25222026-06-30T19:51:45.199Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25232026-06-30T19:51:46.206Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25242026-06-30T19:51:46.782Z Compiling csv-core v0.1.13
25252026-06-30T19:51:46.957Z Compiling progenitor-macro v0.14.0
25262026-06-30T19:51:47.265Z Compiling vte v0.14.1
25272026-06-30T19:51:47.598Z Compiling chrono-tz v0.10.4
25282026-06-30T19:51:47.842Z Compiling highway v1.3.0
25292026-06-30T19:51:48.383Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25302026-06-30T19:51:48.719Z Compiling strip-ansi-escapes v0.2.1
25312026-06-30T19:51:48.745Z Compiling csv v1.4.0
25322026-06-30T19:51:48.814Z Compiling phf v0.12.1
25332026-06-30T19:51:48.907Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25342026-06-30T19:51:49.070Z Compiling const_format_proc_macros v0.2.34
25352026-06-30T19:51:49.108Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25362026-06-30T19:51:49.382Z Compiling fd-lock v4.0.4
25372026-06-30T19:51:49.437Z Compiling peg-macros v0.8.5
25382026-06-30T19:51:49.907Z Compiling nu-ansi-term v0.50.3
25392026-06-30T19:51:49.960Z Compiling const_format v0.2.35
25402026-06-30T19:51:50.483Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25412026-06-30T19:51:50.508Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25422026-06-30T19:51:50.508Z Compiling reedline v0.40.0
25432026-06-30T19:51:50.772Z Compiling peg v0.8.5
25442026-06-30T19:51:51.166Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25452026-06-30T19:51:51.360Z Compiling progenitor v0.14.0
25462026-06-30T19:51:51.549Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25472026-06-30T19:51:51.600Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25482026-06-30T19:51:51.907Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25492026-06-30T19:51:52.710Z Compiling bcs v0.1.6
25502026-06-30T19:51:52.792Z Compiling nom v8.0.0
25512026-06-30T19:51:53.193Z Compiling semver v0.1.20
25522026-06-30T19:51:53.517Z Compiling rustc_version v0.1.7
25532026-06-30T19:51:53.614Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25542026-06-30T19:51:53.777Z Compiling newtype_derive v0.1.6
25552026-06-30T19:51:53.902Z Compiling unicode-linebreak v0.1.5
25562026-06-30T19:51:54.068Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25572026-06-30T19:51:54.292Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25582026-06-30T19:51:54.407Z Compiling smawk v0.3.2
25592026-06-30T19:51:54.513Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25602026-06-30T19:51:54.621Z Compiling textwrap v0.16.2
25612026-06-30T19:51:54.755Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25622026-06-30T19:51:54.834Z Compiling steno v0.4.1
25632026-06-30T19:51:54.859Z Compiling base64 v0.21.7
25642026-06-30T19:51:54.890Z Compiling dropshot-api-manager-types v0.7.2
25652026-06-30T19:51:55.041Z Compiling utf-8 v0.7.6
25662026-06-30T19:51:55.301Z Compiling tagptr v0.2.0
25672026-06-30T19:51:55.449Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25682026-06-30T19:51:55.516Z Compiling moka v0.12.13
25692026-06-30T19:51:55.550Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25702026-06-30T19:51:55.716Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25712026-06-30T19:51:55.779Z Compiling tungstenite v0.21.0
25722026-06-30T19:51:55.897Z Compiling display-error-chain v0.2.2
25732026-06-30T19:51:56.287Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25742026-06-30T19:51:56.418Z Compiling radium v0.7.0
25752026-06-30T19:51:56.752Z Compiling hickory-resolver v0.25.2
25762026-06-30T19:51:56.929Z Compiling tokio-tungstenite v0.21.0
25772026-06-30T19:51:57.375Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25782026-06-30T19:51:57.431Z Compiling tap v1.0.1
25792026-06-30T19:51:57.591Z Compiling maybe-uninit v2.0.0
25802026-06-30T19:51:58.003Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25812026-06-30T19:51:58.195Z Compiling wyz v0.5.1
25822026-06-30T19:51:58.465Z Compiling vergen-lib v0.1.6
25832026-06-30T19:51:58.511Z Compiling zerocopy-derive v0.6.6
25842026-06-30T19:51:58.715Z Compiling packed_struct v0.10.1
25852026-06-30T19:51:59.030Z Compiling diesel_derives v2.3.7
25862026-06-30T19:51:59.273Z Compiling crc-catalog v2.4.0
25872026-06-30T19:51:59.409Z Compiling funty v2.0.0
25882026-06-30T19:51:59.454Z Compiling zerocopy v0.6.6
25892026-06-30T19:51:59.492Z Compiling crc v3.4.0
25902026-06-30T19:51:59.845Z Compiling bitvec v1.0.1
25912026-06-30T19:52:00.047Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25922026-06-30T19:52:00.426Z Compiling scheduled-thread-pool v0.2.7
25932026-06-30T19:52:00.523Z Compiling dsl_auto_type v0.2.0
25942026-06-30T19:52:01.071Z Compiling packed_struct_codegen v0.10.1
25952026-06-30T19:52:01.120Z Compiling vergen-gitcl v1.0.8
25962026-06-30T19:52:01.378Z Compiling bitfield-macros v0.19.4
25972026-06-30T19:52:01.805Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25982026-06-30T19:52:01.900Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25992026-06-30T19:52:01.958Z Compiling diesel_table_macro_syntax v0.3.0
26002026-06-30T19:52:02.171Z Compiling proc-macro-error-attr2 v2.0.0
26012026-06-30T19:52:02.196Z Compiling dirs-sys-next v0.1.2
26022026-06-30T19:52:02.221Z Compiling indexmap v1.9.3
26032026-06-30T19:52:02.265Z Compiling glob v0.3.3
26042026-06-30T19:52:02.493Z Compiling nodrop v0.1.14
26052026-06-30T19:52:02.528Z Compiling maplit v1.0.2
26062026-06-30T19:52:02.628Z Compiling crunchy v0.2.4
26072026-06-30T19:52:02.652Z Compiling proc-macro-error2 v2.0.1
26082026-06-30T19:52:02.673Z Compiling array-init v0.0.4
26092026-06-30T19:52:02.694Z Compiling clang-sys v1.8.1
26102026-06-30T19:52:02.966Z Compiling dirs-next v2.0.0
26112026-06-30T19:52:02.999Z Compiling bitfield v0.19.4
26122026-06-30T19:52:03.138Z Compiling r2d2 v0.8.10
26132026-06-30T19:52:03.189Z Compiling smallvec v0.6.14
26142026-06-30T19:52:03.479Z Compiling num-derive v0.3.3
26152026-06-30T19:52:03.502Z Compiling tiny-keccak v2.0.2
26162026-06-30T19:52:03.736Z Compiling hashbrown v0.12.3
26172026-06-30T19:52:03.757Z Compiling downcast-rs v2.0.2
26182026-06-30T19:52:03.925Z Compiling serde-hex v0.1.0
26192026-06-30T19:52:04.104Z Compiling term v0.7.0
26202026-06-30T19:52:04.441Z Compiling tabled_derive v0.11.0
26212026-06-30T19:52:04.490Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26222026-06-30T19:52:04.538Z Compiling libscf-sys v1.1.0
26232026-06-30T19:52:04.610Z Compiling ron v0.8.1
26242026-06-30T19:52:04.676Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26252026-06-30T19:52:04.726Z Compiling papergrid v0.17.0
26262026-06-30T19:52:04.777Z Compiling testing_table v0.3.0
26272026-06-30T19:52:04.890Z Compiling hashbrown v0.13.2
26282026-06-30T19:52:05.025Z Compiling bit-vec v0.6.3
26292026-06-30T19:52:05.270Z Compiling crc-any v2.5.0
26302026-06-30T19:52:05.295Z Compiling bit-set v0.5.3
26312026-06-30T19:52:05.497Z Compiling object v0.30.4
26322026-06-30T19:52:05.574Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26332026-06-30T19:52:05.635Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26342026-06-30T19:52:05.997Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26352026-06-30T19:52:06.323Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26362026-06-30T19:52:06.349Z Compiling tabled v0.20.0
26372026-06-30T19:52:06.418Z Compiling ascii-canvas v3.0.0
26382026-06-30T19:52:06.596Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26392026-06-30T19:52:06.708Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26402026-06-30T19:52:06.947Z Compiling progenitor-impl v0.13.0
26412026-06-30T19:52:07.236Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26422026-06-30T19:52:07.419Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26432026-06-30T19:52:07.509Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26442026-06-30T19:52:07.701Z Compiling itertools v0.10.5
26452026-06-30T19:52:07.916Z Compiling ena v0.14.4
26462026-06-30T19:52:08.019Z Compiling libloading v0.8.9
26472026-06-30T19:52:08.176Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26482026-06-30T19:52:08.209Z Compiling diesel v2.3.7
26492026-06-30T19:52:08.357Z Compiling unicase v2.9.0
26502026-06-30T19:52:08.465Z Compiling xshell-macros v0.2.7
26512026-06-30T19:52:08.692Z Compiling regex-syntax v0.6.29
26522026-06-30T19:52:08.941Z Compiling diff v0.1.13
26532026-06-30T19:52:08.963Z Compiling path-slash v0.1.5
26542026-06-30T19:52:09.065Z Compiling bindgen v0.71.1
26552026-06-30T19:52:09.175Z Compiling xshell v0.2.7
26562026-06-30T19:52:09.309Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26572026-06-30T19:52:09.435Z Compiling progenitor-macro v0.13.0
26582026-06-30T19:52:10.647Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26592026-06-30T19:52:10.923Z Compiling lalrpop v0.19.12
26602026-06-30T19:52:11.024Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26612026-06-30T19:52:12.391Z Compiling cexpr v0.6.0
26622026-06-30T19:52:12.817Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26632026-06-30T19:52:13.126Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26642026-06-30T19:52:13.151Z Compiling progenitor-client v0.13.0
26652026-06-30T19:52:13.687Z Compiling rustc-hash v2.1.1
26662026-06-30T19:52:13.781Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26672026-06-30T19:52:13.904Z Compiling progenitor v0.13.0
26682026-06-30T19:52:14.479Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26692026-06-30T19:52:15.220Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26702026-06-30T19:52:15.262Z Compiling headers-core v0.3.0
26712026-06-30T19:52:15.439Z Compiling libxml v0.3.3
26722026-06-30T19:52:15.739Z Compiling crc8 v0.1.1
26732026-06-30T19:52:15.810Z Compiling headers v0.4.1
26742026-06-30T19:52:15.838Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26752026-06-30T19:52:15.866Z Compiling strum_macros v0.24.3
26762026-06-30T19:52:15.906Z Compiling indoc v1.0.9
26772026-06-30T19:52:16.406Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26782026-06-30T19:52:16.476Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26792026-06-30T19:52:16.722Z Compiling git-stub v1.0.0
26802026-06-30T19:52:17.005Z Compiling derive_builder v0.20.2
26812026-06-30T19:52:17.050Z Compiling quick-xml v0.37.5
26822026-06-30T19:52:17.192Z Compiling oso-derive v0.27.3
26832026-06-30T19:52:17.245Z Compiling impl-trait-for-tuples v0.2.3
26842026-06-30T19:52:17.293Z Compiling openssl-probe v0.1.6
26852026-06-30T19:52:17.631Z Compiling git-stub-vcs v0.1.0
26862026-06-30T19:52:17.704Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26872026-06-30T19:52:17.797Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26882026-06-30T19:52:18.040Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26892026-06-30T19:52:18.290Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26902026-06-30T19:52:18.316Z Compiling bb8 v0.8.6
26912026-06-30T19:52:18.563Z Compiling trait-variant v0.1.2
26922026-06-30T19:52:18.710Z Compiling half v1.8.3
26932026-06-30T19:52:18.798Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26942026-06-30T19:52:19.043Z Compiling serde_cbor v0.11.2
26952026-06-30T19:52:19.179Z Compiling samael v0.0.19
26962026-06-30T19:52:19.218Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26972026-06-30T19:52:19.293Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26982026-06-30T19:52:19.425Z Compiling polar-core v0.27.3
26992026-06-30T19:52:20.197Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27002026-06-30T19:52:20.220Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27012026-06-30T19:52:20.251Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27022026-06-30T19:52:20.417Z Compiling nonempty v0.12.0
27032026-06-30T19:52:20.591Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27042026-06-30T19:52:20.616Z Compiling fxhash v0.2.1
27052026-06-30T19:52:20.653Z Compiling libz-sys v1.1.24
27062026-06-30T19:52:20.686Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27072026-06-30T19:52:20.810Z Compiling salty v0.3.0
27082026-06-30T19:52:21.216Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27092026-06-30T19:52:21.512Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27102026-06-30T19:52:21.829Z Compiling kstat-rs v0.2.4
27112026-06-30T19:52:22.132Z Compiling arc-swap v1.8.2
27122026-06-30T19:52:22.359Z Compiling fs-err v2.11.0
27132026-06-30T19:52:22.777Z Compiling slog-scope v4.4.1
27142026-06-30T19:52:22.844Z Compiling mime_guess v2.0.5
27152026-06-30T19:52:23.000Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27162026-06-30T19:52:23.276Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27172026-06-30T19:52:23.446Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27182026-06-30T19:52:23.799Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27192026-06-30T19:52:23.999Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27202026-06-30T19:52:24.569Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27212026-06-30T19:52:24.657Z Compiling nanorand v0.7.0
27222026-06-30T19:52:25.064Z Compiling darling_core v0.23.0
27232026-06-30T19:52:25.093Z Compiling libgit2-sys v0.18.3+1.9.2
27242026-06-30T19:52:25.289Z Compiling parking_lot_core v0.8.6
27252026-06-30T19:52:25.633Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27262026-06-30T19:52:25.992Z Compiling flume v0.11.1
27272026-06-30T19:52:26.426Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27282026-06-30T19:52:27.364Z Compiling slog-stdlog v4.1.1
27292026-06-30T19:52:27.509Z Compiling darling_macro v0.23.0
27302026-06-30T19:52:27.921Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27312026-06-30T19:52:28.048Z Compiling diesel-dtrace v0.5.0
27322026-06-30T19:52:28.085Z Compiling async-bb8-diesel v0.2.1
27332026-06-30T19:52:28.286Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27342026-06-30T19:52:28.413Z Compiling primeorder v0.13.6
27352026-06-30T19:52:28.571Z Compiling atty v0.2.14
27362026-06-30T19:52:28.714Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27372026-06-30T19:52:28.734Z Compiling instability v0.3.11
27382026-06-30T19:52:28.963Z Compiling http-range v0.1.5
27392026-06-30T19:52:28.984Z Compiling parse-size v1.1.0
27402026-06-30T19:52:29.227Z Compiling strsim v0.10.0
27412026-06-30T19:52:29.306Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27422026-06-30T19:52:29.566Z Compiling oso v0.27.3
27432026-06-30T19:52:29.603Z Compiling darling_core v0.13.4
27442026-06-30T19:52:31.294Z Compiling p384 v0.13.1
27452026-06-30T19:52:31.650Z Compiling darling v0.23.0
27462026-06-30T19:52:31.765Z Compiling slog-envlogger v2.2.0
27472026-06-30T19:52:32.929Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27482026-06-30T19:52:33.427Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27492026-06-30T19:52:33.812Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27502026-06-30T19:52:35.872Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27512026-06-30T19:52:36.087Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27522026-06-30T19:52:36.707Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27532026-06-30T19:52:36.732Z Compiling ignore v0.4.25
27542026-06-30T19:52:36.755Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-06-30T19:52:36.820Z Compiling vergen-git2 v9.1.0
27562026-06-30T19:52:37.044Z Compiling castaway v0.2.4
27572026-06-30T19:52:37.203Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-06-30T19:52:37.451Z Compiling indoc v2.0.7
27592026-06-30T19:52:37.541Z Compiling globwalk v0.9.1
27602026-06-30T19:52:38.197Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-06-30T19:52:38.223Z Compiling compact_str v0.8.1
27622026-06-30T19:52:38.645Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27632026-06-30T19:52:39.332Z Compiling parking_lot v0.11.2
27642026-06-30T19:52:39.377Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27652026-06-30T19:52:39.398Z Compiling hyper-staticfile v0.10.1
27662026-06-30T19:52:40.335Z Compiling darling_macro v0.13.4
27672026-06-30T19:52:40.393Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27682026-06-30T19:52:40.603Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27692026-06-30T19:52:40.618Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27702026-06-30T19:52:40.799Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27712026-06-30T19:52:40.982Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27722026-06-30T19:52:41.073Z Compiling predicates-tree v1.0.13
27732026-06-30T19:52:41.355Z Compiling unicode-truncate v1.1.0
27742026-06-30T19:52:41.379Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27752026-06-30T19:52:41.531Z Compiling lru v0.12.5
27762026-06-30T19:52:41.569Z Compiling prefix-trie v0.7.0
27772026-06-30T19:52:41.614Z Compiling rand_seeder v0.4.0
27782026-06-30T19:52:41.736Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27792026-06-30T19:52:41.785Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27802026-06-30T19:52:41.867Z Compiling cassowary v0.3.0
27812026-06-30T19:52:41.990Z Compiling corncobs v0.1.4
27822026-06-30T19:52:42.038Z Compiling illumos-nvpair-sys v0.2.0
27832026-06-30T19:52:42.094Z Compiling hickory-server v0.25.2
27842026-06-30T19:52:42.208Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27852026-06-30T19:52:42.242Z Compiling ratatui v0.29.0
27862026-06-30T19:52:42.298Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27872026-06-30T19:52:42.489Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27882026-06-30T19:52:42.544Z Compiling camino-tempfile-ext v0.3.3
27892026-06-30T19:52:42.956Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27902026-06-30T19:52:42.978Z Compiling darling v0.13.4
27912026-06-30T19:52:42.981Z Compiling sled v0.34.7
27922026-06-30T19:52:43.174Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27932026-06-30T19:52:43.435Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27942026-06-30T19:52:43.969Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27952026-06-30T19:52:45.628Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27962026-06-30T19:52:45.653Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27972026-06-30T19:52:45.871Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27982026-06-30T19:52:46.094Z Compiling secrecy v0.8.0
27992026-06-30T19:52:46.262Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28002026-06-30T19:52:46.601Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28012026-06-30T19:52:47.170Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28022026-06-30T19:52:47.293Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28032026-06-30T19:52:48.133Z Compiling serde_with_macros v1.5.2
28042026-06-30T19:52:48.946Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28052026-06-30T19:52:49.155Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28062026-06-30T19:52:49.541Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28072026-06-30T19:52:49.686Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28082026-06-30T19:52:49.916Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28092026-06-30T19:52:50.158Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28102026-06-30T19:52:50.402Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28112026-06-30T19:52:50.598Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28122026-06-30T19:52:50.622Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28132026-06-30T19:52:50.826Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28142026-06-30T19:52:50.848Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28152026-06-30T19:52:51.050Z Compiling void v1.0.2
28162026-06-30T19:52:51.204Z Compiling git2 v0.20.4
28172026-06-30T19:52:51.244Z Compiling lzss v0.8.2
28182026-06-30T19:52:51.703Z Compiling illumos-nvpair v0.3.0
28192026-06-30T19:52:51.707Z Compiling serde_with v1.14.0
28202026-06-30T19:52:52.207Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28212026-06-30T19:52:52.631Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28222026-06-30T19:52:52.910Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28232026-06-30T19:52:53.144Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28242026-06-30T19:52:54.255Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28252026-06-30T19:52:54.746Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28262026-06-30T19:52:55.256Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28272026-06-30T19:52:56.232Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28282026-06-30T19:52:56.468Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28292026-06-30T19:52:56.715Z Compiling tungstenite v0.23.0
28302026-06-30T19:52:56.832Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28312026-06-30T19:52:56.974Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28322026-06-30T19:52:57.203Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28332026-06-30T19:52:57.430Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28342026-06-30T19:52:58.265Z Compiling nix v0.27.1
28352026-06-30T19:52:58.959Z Compiling twox-hash v2.1.2
28362026-06-30T19:52:59.058Z Compiling serde_bytes v0.11.19
28372026-06-30T19:52:59.199Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28382026-06-30T19:52:59.314Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28392026-06-30T19:52:59.387Z Compiling tokio-tungstenite v0.23.1
28402026-06-30T19:52:59.495Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28412026-06-30T19:52:59.516Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28422026-06-30T19:52:59.540Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28432026-06-30T19:52:59.770Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28442026-06-30T19:53:01.143Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28452026-06-30T19:53:01.789Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28462026-06-30T19:53:03.136Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28472026-06-30T19:53:03.552Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28482026-06-30T19:53:03.829Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28492026-06-30T19:53:04.149Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28502026-06-30T19:53:04.331Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28512026-06-30T19:53:04.617Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28522026-06-30T19:53:04.640Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28532026-06-30T19:53:04.664Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28542026-06-30T19:53:04.893Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28552026-06-30T19:53:05.581Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28562026-06-30T19:53:06.334Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28572026-06-30T19:53:08.322Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28582026-06-30T19:53:08.352Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28592026-06-30T19:53:10.085Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28602026-06-30T19:53:10.178Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28612026-06-30T19:53:10.603Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28622026-06-30T19:53:11.384Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28632026-06-30T19:53:11.528Z Compiling signal-hook-tokio v0.3.1
28642026-06-30T19:53:11.532Z Compiling fatfs v0.3.6
28652026-06-30T19:53:11.605Z Compiling yasna v0.5.2
28662026-06-30T19:53:11.677Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28672026-06-30T19:53:11.699Z Compiling is_ci v1.2.0
28682026-06-30T19:53:11.724Z Compiling assert_matches v1.5.0
28692026-06-30T19:53:11.838Z Compiling seq-macro v0.3.6
28702026-06-30T19:53:11.922Z Compiling supports-color v3.0.2
28712026-06-30T19:53:12.217Z Compiling rcgen v0.12.1
28722026-06-30T19:53:12.348Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28732026-06-30T19:53:13.132Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28742026-06-30T19:53:14.023Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28752026-06-30T19:53:15.496Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28762026-06-30T19:53:15.727Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28772026-06-30T19:53:15.966Z Compiling rtoolbox v0.0.3
28782026-06-30T19:53:16.257Z Compiling subprocess v0.2.15
28792026-06-30T19:53:16.829Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28802026-06-30T19:53:16.927Z Compiling rpassword v7.4.0
28812026-06-30T19:53:17.289Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28822026-06-30T19:53:17.950Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28832026-06-30T19:53:18.569Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28842026-06-30T19:53:18.714Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28852026-06-30T19:53:19.679Z Compiling tui-tree-widget v0.23.1
28862026-06-30T19:53:19.985Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28872026-06-30T19:53:21.210Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28882026-06-30T19:53:21.353Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28892026-06-30T19:53:21.590Z Compiling uzers v0.12.2
28902026-06-30T19:53:21.814Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28912026-06-30T19:53:22.076Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28922026-06-30T19:53:23.093Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28932026-06-30T19:53:24.408Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28942026-06-30T19:53:25.625Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28952026-06-30T19:53:26.993Z Compiling support-bundle-viewer v0.1.2
28962026-06-30T19:53:27.805Z Compiling multimap v0.10.1
28972026-06-30T19:53:42.389Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28982026-06-30T19:53:43.690Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28992026-06-30T19:53:49.826Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29002026-06-30T19:53:49.878Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29012026-06-30T19:53:50.245Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29022026-06-30T20:00:13.460Z Finished `release` profile [optimized] target(s) in 8m 37s
29032026-06-30T20:01:05.625Z
29042026-06-30T20:01:05.625Zreal 9:31.165571320
29052026-06-30T20:01:05.625Zuser 1:19:58.904829188
29062026-06-30T20:01:05.625Zsys 3:35.898038421
29072026-06-30T20:01:05.625Ztrap 1.828536819
29082026-06-30T20:01:05.625Ztflt 2.354963295
29092026-06-30T20:01:05.635Zdflt 18.809578510
29102026-06-30T20:01:05.635Zkflt 0.014984154
29112026-06-30T20:01:05.635Zlock 6:53:43.832097380
29122026-06-30T20:01:05.635Zslp 2:14:39.942795678
29132026-06-30T20:01:05.635Zlat 2:22.807926485
29142026-06-30T20:01:05.635Zstop 5:17.319619233
29152026-06-30T20:01:05.635Z+ mapfile -t packages
29162026-06-30T20:01:05.635Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29172026-06-30T20:01:06.525Z Finished `release` profile [optimized] target(s) in 0.88s
29182026-06-30T20:01:06.584Z Running `target/release/omicron-package -t test list-outputs`
29192026-06-30T20:01:06.737ZLogging to: /work/oxidecomputer/omicron/out/LOG
29202026-06-30T20:01:06.802Z+ ptime -m cargo build --locked --release -p xtask
29212026-06-30T20:01:07.115Z Compiling libc v0.2.185
29222026-06-30T20:01:07.115Z Compiling serde v1.0.228
29232026-06-30T20:01:07.122Z Compiling serde_core v1.0.228
29242026-06-30T20:01:07.122Z Compiling rustix v1.1.3
29252026-06-30T20:01:07.122Z Compiling bitflags v2.11.0
29262026-06-30T20:01:07.122Z Compiling serde_json v1.0.150
29272026-06-30T20:01:07.251Z Compiling num-traits v0.2.19
29282026-06-30T20:01:07.264Z Compiling syn v2.0.117
29292026-06-30T20:01:07.278Z Compiling smallvec v1.15.1
29302026-06-30T20:01:07.300Z Compiling indexmap v2.14.0
29312026-06-30T20:01:07.352Z Compiling usdt-impl v0.5.0
29322026-06-30T20:01:07.352Z Compiling syn v1.0.109
29332026-06-30T20:01:07.362Z Compiling percent-encoding v2.3.2
29342026-06-30T20:01:07.362Z Compiling getrandom v0.4.1
29352026-06-30T20:01:07.493Z Compiling log v0.4.29
29362026-06-30T20:01:07.550Z Compiling form_urlencoded v1.2.2
29372026-06-30T20:01:07.722Z Compiling fs-err v3.3.0
29382026-06-30T20:01:07.807Z Compiling anyhow v1.0.102
29392026-06-30T20:01:07.807Z Compiling once_cell v1.21.3
29402026-06-30T20:01:07.817Z Compiling heck v0.4.1
29412026-06-30T20:01:07.999Z Compiling errno v0.3.14
29422026-06-30T20:01:08.005Z Compiling thread-id v4.2.2
29432026-06-30T20:01:08.005Z Compiling memmap v0.7.0
29442026-06-30T20:01:08.257Z Compiling ordered-float v2.10.1
29452026-06-30T20:01:08.826Z Compiling proc-macro-error v1.0.4
29462026-06-30T20:01:09.035Z Compiling terminal_size v0.4.3
29472026-06-30T20:01:09.036Z Compiling tempfile v3.25.0
29482026-06-30T20:01:09.064Z Compiling tabled_derive v0.7.0
29492026-06-30T20:01:09.161Z Compiling clap_builder v4.6.0
29502026-06-30T20:01:09.161Z Compiling textwrap v0.16.2
29512026-06-30T20:01:09.268Z Compiling camino-tempfile v1.4.1
29522026-06-30T20:01:09.713Z Compiling tabled v0.15.0
29532026-06-30T20:01:09.775Z Compiling synstructure v0.13.2
29542026-06-30T20:01:09.775Z Compiling pest_generator v2.8.6
29552026-06-30T20:01:10.149Z Compiling serde_derive v1.0.228
29562026-06-30T20:01:10.150Z Compiling zerovec-derive v0.11.2
29572026-06-30T20:01:10.155Z Compiling displaydoc v0.2.5
29582026-06-30T20:01:10.155Z Compiling thiserror-impl v1.0.69
29592026-06-30T20:01:10.155Z Compiling zerocopy-derive v0.7.35
29602026-06-30T20:01:10.155Z Compiling scroll_derive v0.12.1
29612026-06-30T20:01:10.155Z Compiling thiserror-impl v2.0.18
29622026-06-30T20:01:10.155Z Compiling clap_derive v4.6.1
29632026-06-30T20:01:10.202Z Compiling zerofrom-derive v0.1.6
29642026-06-30T20:01:10.211Z Compiling yoke-derive v0.8.1
29652026-06-30T20:01:10.296Z Compiling pest_derive v2.8.6
29662026-06-30T20:01:10.856Z Compiling scroll v0.12.0
29672026-06-30T20:01:10.998Z Compiling zerocopy v0.7.35
29682026-06-30T20:01:11.186Z Compiling goblin v0.8.2
29692026-06-30T20:01:11.348Z Compiling thiserror v1.0.69
29702026-06-30T20:01:11.384Z Compiling zerofrom v0.1.6
29712026-06-30T20:01:11.425Z Compiling thiserror v2.0.18
29722026-06-30T20:01:11.494Z Compiling dtrace-parser v0.2.0
29732026-06-30T20:01:11.547Z Compiling yoke v0.8.1
29742026-06-30T20:01:11.765Z Compiling zerovec v0.11.5
29752026-06-30T20:01:11.861Z Compiling zerotrie v0.2.3
29762026-06-30T20:01:11.874Z Compiling clap v4.6.1
29772026-06-30T20:01:12.325Z Compiling tinystr v0.8.2
29782026-06-30T20:01:12.385Z Compiling potential_utf v0.1.4
29792026-06-30T20:01:12.557Z Compiling icu_locale_core v2.1.1
29802026-06-30T20:01:12.586Z Compiling icu_collections v2.1.1
29812026-06-30T20:01:13.328Z Compiling icu_provider v2.1.1
29822026-06-30T20:01:13.479Z Compiling serde_spanned v0.6.9
29832026-06-30T20:01:13.514Z Compiling toml_datetime v0.6.11
29842026-06-30T20:01:13.574Z Compiling dof v0.3.0
29852026-06-30T20:01:13.639Z Compiling icu_normalizer v2.1.1
29862026-06-30T20:01:13.666Z Compiling icu_properties v2.1.2
29872026-06-30T20:01:13.771Z Compiling toml_edit v0.22.27
29882026-06-30T20:01:13.806Z Compiling serde_tokenstream v0.2.3
29892026-06-30T20:01:14.122Z Compiling serde-value v0.7.0
29902026-06-30T20:01:14.245Z Compiling cargo-platform v0.2.0
29912026-06-30T20:01:14.301Z Compiling macaddr v1.0.1
29922026-06-30T20:01:14.478Z Compiling usdt-macro v0.5.0
29932026-06-30T20:01:14.489Z Compiling usdt-attr-macro v0.5.0
29942026-06-30T20:01:14.613Z Compiling idna_adapter v1.2.1
29952026-06-30T20:01:14.734Z Compiling idna v1.1.0
29962026-06-30T20:01:15.070Z Compiling url v2.5.8
29972026-06-30T20:01:15.153Z Compiling usdt v0.5.0
29982026-06-30T20:01:15.410Z Compiling toml v0.8.23
29992026-06-30T20:01:15.865Z Compiling cargo-util-schemas v0.8.2
30002026-06-30T20:01:15.879Z Compiling cargo_toml v0.21.0
30012026-06-30T20:01:16.918Z Compiling cargo_metadata v0.21.0
30022026-06-30T20:01:20.390Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30032026-06-30T20:01:23.389Z Finished `release` profile [optimized] target(s) in 16.73s
30042026-06-30T20:01:23.491Z
30052026-06-30T20:01:23.492Zreal 16.814531066
30062026-06-30T20:01:23.492Zuser 2:20.985125978
30072026-06-30T20:01:23.492Zsys 16.792061394
30082026-06-30T20:01:23.492Ztrap 0.079536984
30092026-06-30T20:01:23.492Ztflt 0.688810780
30102026-06-30T20:01:23.492Zdflt 1.468750170
30112026-06-30T20:01:23.492Zkflt 0.000059410
30122026-06-30T20:01:23.492Zlock 5:23.557356988
30132026-06-30T20:01:23.492Zslp 3:30.354398434
30142026-06-30T20:01:23.492Zlat 5.292646760
30152026-06-30T20:01:23.492Zstop 18.676074229
30162026-06-30T20:01:23.495Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30172026-06-30T20:01:23.495Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30182026-06-30T20:01:23.495Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30192026-06-30T20:01:23.495Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30202026-06-30T20:01:23.495Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30212026-06-30T20:01:24.370Z Compiling progenitor-client v0.14.0
30222026-06-30T20:01:24.370Z Compiling cpufeatures v0.3.0
30232026-06-30T20:01:24.370Z Compiling newtype-uuid-macros v0.1.0
30242026-06-30T20:01:24.373Z Compiling hybrid-array v0.4.10
30252026-06-30T20:01:24.373Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30262026-06-30T20:01:24.512Z Compiling match_cfg v0.1.0
30272026-06-30T20:01:24.515Z Compiling slog-json v2.6.1
30282026-06-30T20:01:24.529Z Compiling structmeta-derive v0.3.0
30292026-06-30T20:01:24.533Z Compiling multer v3.1.0
30302026-06-30T20:01:24.533Z Compiling const-oid v0.10.2
30312026-06-30T20:01:24.533Z Compiling compression-core v0.4.31
30322026-06-30T20:01:24.541Z Compiling debug-ignore v1.0.5
30332026-06-30T20:01:24.543Z Compiling atomicwrites v0.4.4
30342026-06-30T20:01:24.543Z Compiling itertools v0.14.0
30352026-06-30T20:01:24.570Z Compiling async-stream-impl v0.3.6
30362026-06-30T20:01:24.585Z Compiling toml_datetime v1.1.1+spec-1.1.0
30372026-06-30T20:01:24.614Z Compiling hostname v0.3.1
30382026-06-30T20:01:24.631Z Compiling serde_spanned v1.1.1
30392026-06-30T20:01:24.737Z Compiling compression-codecs v0.4.37
30402026-06-30T20:01:24.755Z Compiling dropshot v0.17.1
30412026-06-30T20:01:24.789Z Compiling toml_writer v1.1.1+spec-1.1.0
30422026-06-30T20:01:24.824Z Compiling waitgroup v0.1.2
30432026-06-30T20:01:24.843Z Compiling slog-bunyan v2.5.0
30442026-06-30T20:01:24.890Z Compiling rustls-pemfile v2.2.0
30452026-06-30T20:01:24.943Z Compiling crypto-common v0.2.2
30462026-06-30T20:01:24.984Z Compiling block-buffer v0.12.1
30472026-06-30T20:01:24.987Z Compiling toml v1.1.2+spec-1.1.0
30482026-06-30T20:01:25.020Z Compiling async-compression v0.4.41
30492026-06-30T20:01:25.023Z Compiling dropshot_endpoint v0.17.1
30502026-06-30T20:01:25.073Z Compiling hostname v0.4.2
30512026-06-30T20:01:25.106Z Compiling serde_path_to_error v0.1.20
30522026-06-30T20:01:25.109Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30532026-06-30T20:01:25.109Z Compiling macaddr v1.0.1
30542026-06-30T20:01:25.153Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30552026-06-30T20:01:25.175Z Compiling instant v0.1.13
30562026-06-30T20:01:25.193Z Compiling regress v0.10.5
30572026-06-30T20:01:25.212Z Compiling async-stream v0.3.6
30582026-06-30T20:01:25.247Z Compiling backon v1.6.0
30592026-06-30T20:01:25.303Z Compiling backoff v0.4.0
30602026-06-30T20:01:25.320Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30612026-06-30T20:01:25.357Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30622026-06-30T20:01:25.384Z Compiling humantime v2.3.0
30632026-06-30T20:01:25.401Z Compiling universal-hash v0.5.1
30642026-06-30T20:01:25.416Z Compiling progenitor-extras v0.2.0
30652026-06-30T20:01:25.467Z Compiling opaque-debug v0.3.1
30662026-06-30T20:01:25.483Z Compiling regress v0.11.1
30672026-06-30T20:01:25.497Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30682026-06-30T20:01:25.538Z Compiling half v2.7.1
30692026-06-30T20:01:25.555Z Compiling digest v0.11.3
30702026-06-30T20:01:25.570Z Compiling ciborium-io v0.2.2
30712026-06-30T20:01:25.606Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30722026-06-30T20:01:25.677Z Compiling crucible-workspace-hack v0.1.0
30732026-06-30T20:01:25.693Z Compiling convert_case v0.4.0
30742026-06-30T20:01:25.709Z Compiling aead v0.5.2
30752026-06-30T20:01:25.761Z Compiling sha1 v0.11.0
30762026-06-30T20:01:25.780Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30772026-06-30T20:01:25.800Z Compiling ciborium-ll v0.2.2
30782026-06-30T20:01:25.817Z Compiling structmeta v0.3.0
30792026-06-30T20:01:25.835Z Compiling secrecy v0.10.3
30802026-06-30T20:01:25.871Z Compiling poly1305 v0.8.0
30812026-06-30T20:01:25.942Z Compiling chacha20 v0.9.1
30822026-06-30T20:01:26.001Z Compiling ciborium v0.2.2
30832026-06-30T20:01:26.017Z Compiling unsafe-libyaml v0.2.11
30842026-06-30T20:01:26.048Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30852026-06-30T20:01:26.066Z Compiling derive-ex v0.1.8
30862026-06-30T20:01:26.070Z Compiling parse-display-derive v0.10.0
30872026-06-30T20:01:26.098Z Compiling derive_more v0.99.20
30882026-06-30T20:01:26.116Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30892026-06-30T20:01:26.199Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30902026-06-30T20:01:26.248Z Compiling thiserror-impl-no-std v2.0.2
30912026-06-30T20:01:26.312Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30922026-06-30T20:01:26.369Z Compiling byte-wrapper v0.1.0
30932026-06-30T20:01:26.558Z Compiling password-hash v0.5.0
30942026-06-30T20:01:26.619Z Compiling serde_yaml v0.9.34+deprecated
30952026-06-30T20:01:26.652Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30962026-06-30T20:01:26.692Z Compiling blake2 v0.10.6
30972026-06-30T20:01:26.753Z Compiling toml_datetime v0.7.5+spec-1.1.0
30982026-06-30T20:01:26.814Z Compiling chacha20poly1305 v0.10.1
30992026-06-30T20:01:26.831Z Compiling indent_write v2.2.0
31002026-06-30T20:01:26.847Z Compiling heapless v0.8.0
31012026-06-30T20:01:26.995Z Compiling argon2 v0.5.3
31022026-06-30T20:01:27.012Z Compiling toml_edit v0.23.10+spec-1.0.0
31032026-06-30T20:01:27.015Z Compiling ingot-macros v0.1.1
31042026-06-30T20:01:27.045Z Compiling tabwriter v1.4.1
31052026-06-30T20:01:27.179Z Compiling typify-impl v0.6.2
31062026-06-30T20:01:27.305Z Compiling hash32 v0.3.1
31072026-06-30T20:01:27.481Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31082026-06-30T20:01:27.498Z Compiling smoltcp v0.11.0
31092026-06-30T20:01:27.593Z Compiling thiserror-no-std v2.0.2
31102026-06-30T20:01:27.710Z Compiling vsss-rs v3.3.4
31112026-06-30T20:01:27.782Z Compiling proc-macro-crate v3.4.0
31122026-06-30T20:01:27.885Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31132026-06-30T20:01:27.939Z Compiling test-strategy v0.4.5
31142026-06-30T20:01:27.954Z Compiling parse-display v0.10.0
31152026-06-30T20:01:28.171Z Compiling cobs v0.3.0
31162026-06-30T20:01:28.189Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31172026-06-30T20:01:28.204Z Compiling colored v3.1.1
31182026-06-30T20:01:28.285Z Compiling proc-macro-error v1.0.4
31192026-06-30T20:01:28.368Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31202026-06-30T20:01:28.398Z Compiling num_enum_derive v0.7.6
31212026-06-30T20:01:28.440Z Compiling postcard v1.1.3
31222026-06-30T20:01:28.471Z Compiling proc-macro-crate v1.3.1
31232026-06-30T20:01:28.492Z Compiling foreign-types-macros v0.2.3
31242026-06-30T20:01:28.625Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31252026-06-30T20:01:28.642Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31262026-06-30T20:01:28.814Z Compiling foreign-types-shared v0.3.1
31272026-06-30T20:01:28.846Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31282026-06-30T20:01:28.866Z Compiling rayon-core v1.13.0
31292026-06-30T20:01:28.927Z Compiling num_enum_derive v0.5.11
31302026-06-30T20:01:28.944Z Compiling chacha20 v0.10.0
31312026-06-30T20:01:28.978Z Compiling crossbeam-deque v0.8.6
31322026-06-30T20:01:29.044Z Compiling camino-tempfile v1.4.1
31332026-06-30T20:01:29.080Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31342026-06-30T20:01:29.120Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31352026-06-30T20:01:29.135Z Compiling foreign-types v0.5.0
31362026-06-30T20:01:29.202Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31372026-06-30T20:01:29.219Z Compiling cstr-argument v0.1.2
31382026-06-30T20:01:29.249Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31392026-06-30T20:01:29.307Z Compiling rand v0.10.0
31402026-06-30T20:01:29.340Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31412026-06-30T20:01:29.406Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31422026-06-30T20:01:29.492Z Compiling zone_cfg_derive v0.3.1
31432026-06-30T20:01:29.509Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31442026-06-30T20:01:29.529Z Compiling num_enum v0.7.6
31452026-06-30T20:01:29.588Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31462026-06-30T20:01:29.681Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31472026-06-30T20:01:29.700Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31482026-06-30T20:01:29.719Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31492026-06-30T20:01:29.733Z Compiling rayon v1.11.0
31502026-06-30T20:01:29.748Z Compiling itertools v0.12.1
31512026-06-30T20:01:29.852Z Compiling num-derive v0.4.2
31522026-06-30T20:01:29.945Z Compiling sigpipe v0.1.3
31532026-06-30T20:01:29.977Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31542026-06-30T20:01:30.010Z Compiling ingot-types v0.1.2
31552026-06-30T20:01:30.027Z Compiling glob v0.3.3
31562026-06-30T20:01:30.041Z Compiling num_enum v0.5.11
31572026-06-30T20:01:30.059Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31582026-06-30T20:01:30.108Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31592026-06-30T20:01:30.185Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31602026-06-30T20:01:30.202Z Compiling smf v0.2.3
31612026-06-30T20:01:30.305Z Compiling whoami v1.6.1
31622026-06-30T20:01:30.319Z Compiling usdt-attr-macro v0.5.0
31632026-06-30T20:01:30.379Z Compiling ingot v0.1.1
31642026-06-30T20:01:30.442Z Compiling usdt-macro v0.5.0
31652026-06-30T20:01:30.461Z Compiling gethostname v0.5.0
31662026-06-30T20:01:30.515Z Compiling num-rational v0.4.2
31672026-06-30T20:01:30.602Z Compiling num-complex v0.4.6
31682026-06-30T20:01:30.624Z Compiling memmap v0.7.0
31692026-06-30T20:01:30.684Z Compiling derive-where v1.6.0
31702026-06-30T20:01:30.758Z Compiling float-ord v0.3.2
31712026-06-30T20:01:30.846Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31722026-06-30T20:01:30.861Z Compiling toml v0.8.23
31732026-06-30T20:01:30.899Z Compiling zone v0.3.1
31742026-06-30T20:01:31.012Z Compiling num v0.4.3
31752026-06-30T20:01:31.029Z Compiling resolv-conf v0.7.6
31762026-06-30T20:01:31.112Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31772026-06-30T20:01:31.130Z Compiling owo-colors v4.3.0
31782026-06-30T20:01:31.184Z Compiling cancel-safe-futures v0.1.5
31792026-06-30T20:01:31.244Z Compiling usdt v0.5.0
31802026-06-30T20:01:31.261Z Compiling libsw-core v0.3.2
31812026-06-30T20:01:31.276Z Compiling prettyplease v0.2.37
31822026-06-30T20:01:31.402Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31832026-06-30T20:01:31.514Z Compiling libsw v3.5.0
31842026-06-30T20:01:31.537Z Compiling console v0.15.11
31852026-06-30T20:01:31.573Z Compiling hickory-proto v0.24.4
31862026-06-30T20:01:31.591Z Compiling newline-converter v0.3.0
31872026-06-30T20:01:31.627Z Compiling linear-map v1.2.0
31882026-06-30T20:01:31.660Z Compiling linked-hash-map v0.5.6
31892026-06-30T20:01:31.663Z Compiling libefi-sys v0.1.0
31902026-06-30T20:01:31.762Z Compiling git-stub v1.0.0
31912026-06-30T20:01:31.819Z Compiling typify-macro v0.6.2
31922026-06-30T20:01:31.836Z Compiling lru-cache v0.1.2
31932026-06-30T20:01:31.858Z Compiling bitfield-struct v0.6.2
31942026-06-30T20:01:31.878Z Compiling nom v8.0.0
31952026-06-30T20:01:31.918Z Compiling semver v0.1.20
31962026-06-30T20:01:31.990Z Compiling expectorate v1.2.0
31972026-06-30T20:01:32.061Z Compiling git-stub-vcs v0.1.0
31982026-06-30T20:01:32.121Z Compiling rustc_version v0.1.7
31992026-06-30T20:01:32.173Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32002026-06-30T20:01:32.190Z Compiling tokio-dtrace v0.1.1
32012026-06-30T20:01:32.246Z Compiling dropshot-api-manager-types v0.7.2
32022026-06-30T20:01:32.310Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32032026-06-30T20:01:32.367Z Compiling slog-dtrace v0.3.0
32042026-06-30T20:01:32.390Z Compiling minimal-lexical v0.2.1
32052026-06-30T20:01:32.406Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32062026-06-30T20:01:32.457Z Compiling newtype_derive v0.1.6
32072026-06-30T20:01:32.492Z Compiling oxide-tokio-rt v0.1.4
32082026-06-30T20:01:32.510Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32092026-06-30T20:01:32.575Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32102026-06-30T20:01:32.617Z Compiling nom v7.1.3
32112026-06-30T20:01:32.665Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32122026-06-30T20:01:32.681Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32132026-06-30T20:01:32.684Z Compiling phf_shared v0.12.1
32142026-06-30T20:01:32.725Z Compiling csv-core v0.1.13
32152026-06-30T20:01:32.753Z Compiling xshell-macros v0.2.7
32162026-06-30T20:01:32.887Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32172026-06-30T20:01:32.906Z Compiling chrono-tz v0.10.4
32182026-06-30T20:01:32.915Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32192026-06-30T20:01:32.947Z Compiling highway v1.3.0
32202026-06-30T20:01:33.008Z Compiling csv v1.4.0
32212026-06-30T20:01:33.018Z Compiling phf v0.12.1
32222026-06-30T20:01:33.184Z Compiling xshell v0.2.7
32232026-06-30T20:01:33.228Z Compiling const_format_proc_macros v0.2.34
32242026-06-30T20:01:33.310Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32252026-06-30T20:01:33.352Z Compiling primeorder v0.13.6
32262026-06-30T20:01:33.465Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32272026-06-30T20:01:33.595Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32282026-06-30T20:01:33.648Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32292026-06-30T20:01:33.651Z Compiling tabled_derive v0.7.0
32302026-06-30T20:01:33.706Z Compiling typify v0.6.2
32312026-06-30T20:01:33.728Z Compiling bcs v0.1.6
32322026-06-30T20:01:33.842Z Compiling progenitor-impl v0.14.0
32332026-06-30T20:01:33.941Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32342026-06-30T20:01:34.003Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32352026-06-30T20:01:34.053Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32362026-06-30T20:01:34.082Z Compiling hickory-resolver v0.24.4
32372026-06-30T20:01:34.139Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32382026-06-30T20:01:34.266Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32392026-06-30T20:01:34.439Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32402026-06-30T20:01:34.677Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32412026-06-30T20:01:34.697Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32422026-06-30T20:01:34.812Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32432026-06-30T20:01:34.884Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32442026-06-30T20:01:34.939Z Compiling const_format v0.2.35
32452026-06-30T20:01:34.961Z Compiling termtree v0.5.1
32462026-06-30T20:01:34.994Z Compiling salty v0.3.0
32472026-06-30T20:01:35.016Z Compiling tagptr v0.2.0
32482026-06-30T20:01:35.146Z Compiling qorb v0.4.1
32492026-06-30T20:01:35.174Z Compiling moka v0.12.13
32502026-06-30T20:01:35.196Z Compiling textwrap v0.16.2
32512026-06-30T20:01:35.285Z Compiling tabled v0.15.0
32522026-06-30T20:01:35.305Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32532026-06-30T20:01:35.551Z Compiling steno v0.4.1
32542026-06-30T20:01:35.656Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32552026-06-30T20:01:35.693Z Compiling base64 v0.21.7
32562026-06-30T20:01:35.711Z Compiling radium v0.7.0
32572026-06-30T20:01:35.830Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32582026-06-30T20:01:36.015Z Compiling hickory-resolver v0.25.2
32592026-06-30T20:01:36.051Z Compiling p384 v0.13.1
32602026-06-30T20:01:36.074Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32612026-06-30T20:01:36.159Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32622026-06-30T20:01:36.289Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32632026-06-30T20:01:36.336Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32642026-06-30T20:01:36.543Z Compiling progenitor-macro v0.14.0
32652026-06-30T20:01:36.689Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32662026-06-30T20:01:36.798Z Compiling maybe-uninit v2.0.0
32672026-06-30T20:01:36.959Z Compiling tap v1.0.1
32682026-06-30T20:01:37.103Z Compiling wyz v0.5.1
32692026-06-30T20:01:37.165Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32702026-06-30T20:01:37.264Z Compiling proc-macro-error-attr2 v2.0.0
32712026-06-30T20:01:37.280Z Compiling funty v2.0.0
32722026-06-30T20:01:37.348Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32732026-06-30T20:01:37.516Z Compiling utf-8 v0.7.6
32742026-06-30T20:01:37.534Z Compiling packed_struct v0.10.1
32752026-06-30T20:01:37.579Z Compiling parking_lot_core v0.8.6
32762026-06-30T20:01:37.596Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32772026-06-30T20:01:37.705Z Compiling tungstenite v0.21.0
32782026-06-30T20:01:37.722Z Compiling proc-macro-error2 v2.0.1
32792026-06-30T20:01:37.742Z Compiling bitvec v1.0.1
32802026-06-30T20:01:37.910Z Compiling polyval v0.6.2
32812026-06-30T20:01:37.927Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32822026-06-30T20:01:37.946Z Compiling num-derive v0.3.3
32832026-06-30T20:01:37.969Z Compiling packed_struct_codegen v0.10.1
32842026-06-30T20:01:37.988Z Compiling zerocopy-derive v0.6.6
32852026-06-30T20:01:38.094Z Compiling bitfield-macros v0.19.4
32862026-06-30T20:01:38.150Z Compiling indexmap v1.9.3
32872026-06-30T20:01:38.173Z Compiling nodrop v0.1.14
32882026-06-30T20:01:38.238Z Compiling crc-catalog v2.4.0
32892026-06-30T20:01:38.297Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32902026-06-30T20:01:38.361Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32912026-06-30T20:01:38.414Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32922026-06-30T20:01:38.449Z Compiling crc v3.4.0
32932026-06-30T20:01:38.548Z Compiling array-init v0.0.4
32942026-06-30T20:01:38.603Z Compiling tokio-tungstenite v0.21.0
32952026-06-30T20:01:38.623Z Compiling tabled_derive v0.11.0
32962026-06-30T20:01:38.676Z Compiling ghash v0.5.1
32972026-06-30T20:01:38.746Z Compiling smallvec v0.6.14
32982026-06-30T20:01:38.886Z Compiling bitfield v0.19.4
32992026-06-30T20:01:38.921Z Compiling libscf-sys v1.1.0
33002026-06-30T20:01:38.922Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33012026-06-30T20:01:38.956Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33022026-06-30T20:01:38.975Z Compiling zerocopy v0.6.6
33032026-06-30T20:01:38.994Z Compiling progenitor-impl v0.13.0
33042026-06-30T20:01:39.093Z Compiling papergrid v0.17.0
33052026-06-30T20:01:39.111Z Compiling testing_table v0.3.0
33062026-06-30T20:01:39.114Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33072026-06-30T20:01:39.129Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33082026-06-30T20:01:39.214Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33092026-06-30T20:01:39.255Z Compiling ctr v0.9.2
33102026-06-30T20:01:39.291Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33112026-06-30T20:01:39.331Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33122026-06-30T20:01:39.348Z Compiling unicase v2.9.0
33132026-06-30T20:01:39.452Z Compiling corncobs v0.1.4
33142026-06-30T20:01:39.477Z Compiling illumos-nvpair-sys v0.2.0
33152026-06-30T20:01:39.507Z Compiling hashbrown v0.12.3
33162026-06-30T20:01:39.587Z Compiling mime_guess v2.0.5
33172026-06-30T20:01:39.665Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33182026-06-30T20:01:39.702Z Compiling aes-gcm v0.10.3
33192026-06-30T20:01:39.723Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33202026-06-30T20:01:39.769Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33212026-06-30T20:01:39.903Z Compiling parking_lot v0.11.2
33222026-06-30T20:01:39.923Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33232026-06-30T20:01:40.059Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33242026-06-30T20:01:40.100Z Compiling tabled v0.20.0
33252026-06-30T20:01:40.206Z Compiling serde-hex v0.1.0
33262026-06-30T20:01:40.324Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33272026-06-30T20:01:40.327Z Compiling ron v0.8.1
33282026-06-30T20:01:40.412Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33292026-06-30T20:01:40.457Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33302026-06-30T20:01:40.586Z Compiling hashbrown v0.13.2
33312026-06-30T20:01:40.683Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33322026-06-30T20:01:40.736Z Compiling progenitor-client v0.13.0
33332026-06-30T20:01:40.834Z Compiling blowfish v0.9.1
33342026-06-30T20:01:40.974Z Compiling prefix-trie v0.7.0
33352026-06-30T20:01:41.091Z Compiling ssh-encoding v0.2.0
33362026-06-30T20:01:41.116Z Compiling fxhash v0.2.1
33372026-06-30T20:01:41.132Z Compiling secrecy v0.8.0
33382026-06-30T20:01:41.283Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33392026-06-30T20:01:41.318Z Compiling crc-any v2.5.0
33402026-06-30T20:01:41.346Z Compiling hickory-server v0.25.2
33412026-06-30T20:01:41.383Z Compiling ssh-cipher v0.2.0
33422026-06-30T20:01:41.590Z Compiling sled v0.34.7
33432026-06-30T20:01:41.611Z Compiling object v0.30.4
33442026-06-30T20:01:41.707Z Compiling progenitor v0.14.0
33452026-06-30T20:01:41.726Z Compiling bcrypt-pbkdf v0.10.0
33462026-06-30T20:01:41.745Z Compiling progenitor-macro v0.13.0
33472026-06-30T20:01:41.884Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33482026-06-30T20:01:42.086Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33492026-06-30T20:01:42.097Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33502026-06-30T20:01:42.124Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33512026-06-30T20:01:42.589Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33522026-06-30T20:01:42.617Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33532026-06-30T20:01:42.668Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33542026-06-30T20:01:42.679Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33552026-06-30T20:01:42.785Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33562026-06-30T20:01:42.938Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33572026-06-30T20:01:42.955Z Compiling password-hash v0.4.2
33582026-06-30T20:01:42.996Z Compiling path-slash v0.1.5
33592026-06-30T20:01:43.168Z Compiling http-range v0.1.5
33602026-06-30T20:01:43.295Z Compiling half v1.8.3
33612026-06-30T20:01:43.312Z Compiling crc8 v0.1.1
33622026-06-30T20:01:43.394Z Compiling pbkdf2 v0.11.0
33632026-06-30T20:01:43.459Z Compiling illumos-nvpair v0.3.0
33642026-06-30T20:01:43.591Z Compiling serde_cbor v0.11.2
33652026-06-30T20:01:43.705Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33662026-06-30T20:01:43.744Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33672026-06-30T20:01:44.271Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33682026-06-30T20:01:44.764Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33692026-06-30T20:01:44.786Z Compiling ssh-key v0.6.7
33702026-06-30T20:01:44.827Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33712026-06-30T20:01:44.922Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33722026-06-30T20:01:45.141Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33732026-06-30T20:01:45.340Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33742026-06-30T20:01:45.359Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33752026-06-30T20:01:45.377Z Compiling p521 v0.13.3
33762026-06-30T20:01:45.395Z Compiling p256 v0.13.2
33772026-06-30T20:01:45.419Z Compiling yasna v0.5.2
33782026-06-30T20:01:45.801Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33792026-06-30T20:01:45.829Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33802026-06-30T20:01:45.914Z Compiling kstat-rs v0.2.4
33812026-06-30T20:01:46.135Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33822026-06-30T20:01:46.152Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33832026-06-30T20:01:46.171Z Compiling headers-core v0.3.0
33842026-06-30T20:01:46.245Z Compiling nanorand v0.7.0
33852026-06-30T20:01:46.319Z Compiling russh-cryptovec v0.7.3
33862026-06-30T20:01:46.336Z Compiling atty v0.2.14
33872026-06-30T20:01:46.368Z Compiling home v0.5.12
33882026-06-30T20:01:46.389Z Compiling md5 v0.7.0
33892026-06-30T20:01:46.491Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33902026-06-30T20:01:46.508Z Compiling headers v0.4.1
33912026-06-30T20:01:46.550Z Compiling flume v0.11.1
33922026-06-30T20:01:46.577Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33932026-06-30T20:01:46.625Z Compiling russh-keys v0.45.0
33942026-06-30T20:01:46.722Z Compiling rcgen v0.12.1
33952026-06-30T20:01:46.774Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33962026-06-30T20:01:46.833Z Compiling progenitor v0.13.0
33972026-06-30T20:01:46.934Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33982026-06-30T20:01:47.018Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33992026-06-30T20:01:47.178Z Compiling hyper-staticfile v0.10.1
34002026-06-30T20:01:47.265Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34012026-06-30T20:01:47.315Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34022026-06-30T20:01:47.368Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34032026-06-30T20:01:47.389Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34042026-06-30T20:01:47.652Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34052026-06-30T20:01:47.692Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34062026-06-30T20:01:47.728Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34072026-06-30T20:01:47.754Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34082026-06-30T20:01:47.826Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34092026-06-30T20:01:48.058Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34102026-06-30T20:01:48.091Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34112026-06-30T20:01:48.129Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34122026-06-30T20:01:48.169Z Compiling num-bigint v0.4.6
34132026-06-30T20:01:48.186Z Compiling des v0.8.1
34142026-06-30T20:01:48.219Z Compiling subprocess v0.2.15
34152026-06-30T20:01:48.246Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34162026-06-30T20:01:48.271Z Compiling display-error-chain v0.2.2
34172026-06-30T20:01:48.315Z Compiling hex-literal v0.4.1
34182026-06-30T20:01:48.411Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34192026-06-30T20:01:48.428Z Compiling colored v2.2.0
34202026-06-30T20:01:48.447Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34212026-06-30T20:01:48.464Z Compiling socket2 v0.5.10
34222026-06-30T20:01:48.536Z Compiling internet-checksum v0.2.1
34232026-06-30T20:01:48.700Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34242026-06-30T20:01:48.717Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34252026-06-30T20:01:49.355Z Compiling russh v0.45.0
34262026-06-30T20:01:49.625Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34272026-06-30T20:01:50.577Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34282026-06-30T20:01:50.577Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34292026-06-30T20:01:53.024Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34302026-06-30T20:01:53.671Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34312026-06-30T20:01:53.705Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34322026-06-30T20:01:54.142Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34332026-06-30T20:01:56.223Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34342026-06-30T20:02:04.492Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34352026-06-30T20:02:04.492Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34362026-06-30T20:02:04.493Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34372026-06-30T20:02:04.496Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34382026-06-30T20:02:06.224Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34392026-06-30T20:02:06.298Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34402026-06-30T20:02:10.498Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34412026-06-30T20:02:49.901Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34422026-06-30T20:02:50.123Z
34432026-06-30T20:02:50.127Zreal 1:26.569146506
34442026-06-30T20:02:50.127Zuser 7:58.120159477
34452026-06-30T20:02:50.127Zsys 1:37.865738099
34462026-06-30T20:02:50.127Ztrap 0.238464926
34472026-06-30T20:02:50.127Ztflt 0.602404588
34482026-06-30T20:02:50.127Zdflt 1.594234142
34492026-06-30T20:02:50.127Zkflt 0.000233280
34502026-06-30T20:02:50.127Zlock 26:51.444790142
34512026-06-30T20:02:50.127Zslp 18:00.908190036
34522026-06-30T20:02:50.127Zlat 36.655428705
34532026-06-30T20:02:50.127Zstop 2:33.797569735
34542026-06-30T20:02:50.127Z+ mkdir tests
34552026-06-30T20:02:50.130Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34562026-06-30T20:02:50.130Z+ xargs -I '{}' -t cp '{}' tests/
34572026-06-30T20:02:50.154Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ccb798eceb4fade6 tests/
34582026-06-30T20:02:50.185Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-08848014a928d355 tests/
34592026-06-30T20:02:50.212Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-fbaf32ace7631c2d tests/
34602026-06-30T20:02:50.249Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ac38095c18ce4ea0 tests/
34612026-06-30T20:02:50.485Z+ 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)
34622026-06-30T20:02:50.488Z+ 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-08848014a928d355 tests/commtest-fbaf32ace7631c2d tests/dhcp_server-ccb798eceb4fade6 tests/end_to_end_tests-ac38095c18ce4ea0 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
34632026-06-30T20:04:10.829ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34642026-06-30T20:04:10.829Za .github/buildomat/ci-env.sh 1K
34652026-06-30T20:04:10.829Za out/target/test 1K
34662026-06-30T20:04:10.829Za out/npuzone/npuzone 27402K
34672026-06-30T20:04:10.829Za package-manifest.toml 35K
34682026-06-30T20:04:10.829Za smf/sled-agent/non-gimlet/config.toml 6K
34692026-06-30T20:04:10.830Za target/release/omicron-package 40141K
34702026-06-30T20:04:10.830Za target/release/xtask 11148K
34712026-06-30T20:04:10.830Za target/debug/bootstrap 349484K
34722026-06-30T20:04:10.830Za tests/bootstrap-08848014a928d355 31977K
34732026-06-30T20:04:10.830Za tests/commtest-fbaf32ace7631c2d 43620K
34742026-06-30T20:04:10.830Za tests/dhcp_server-ccb798eceb4fade6 31977K
34752026-06-30T20:04:10.830Za tests/end_to_end_tests-ac38095c18ce4ea0 391047K
34762026-06-30T20:04:10.830Za tools/opte_version 1K
34772026-06-30T20:04:10.830Za tools/opte_version_override 2K
34782026-06-30T20:04:10.830Za out/clickhouse.tar.gz 311109K
34792026-06-30T20:04:10.830Za out/clickhouse_keeper.tar.gz 297460K
34802026-06-30T20:04:10.830Za out/clickhouse_server.tar.gz 311106K
34812026-06-30T20:04:10.830Za out/cockroachdb.tar.gz 161712K
34822026-06-30T20:04:10.830Za out/crucible-pantry-zone.tar.gz 38823K
34832026-06-30T20:04:10.830Za out/crucible-utils.tar 18900K
34842026-06-30T20:04:10.830Za out/crucible-zone.tar.gz 53518K
34852026-06-30T20:04:10.830Za out/external-dns.tar.gz 46864K
34862026-06-30T20:04:10.830Za out/internal-dns.tar.gz 46863K
34872026-06-30T20:04:10.830Za out/mg-ddm-gz.tar 97917K
34882026-06-30T20:04:10.830Za out/nexus.tar.gz 274070K
34892026-06-30T20:04:10.830Za out/ntp.tar.gz 29739K
34902026-06-30T20:04:10.830Za out/omicron-gateway-softnpu.tar.gz 27226K
34912026-06-30T20:04:10.830Za out/omicron-sled-agent.tar 194510K
34922026-06-30T20:04:10.830Za out/overlay.tar.gz 3K
34932026-06-30T20:04:10.830Za out/oximeter.tar.gz 61484K
34942026-06-30T20:04:10.831Za out/oxlog.tar 3808K
34952026-06-30T20:04:10.831Za out/probe.tar.gz 3037K
34962026-06-30T20:04:10.831Za out/propolis-server.tar.gz 34372K
34972026-06-30T20:04:10.831Za out/pumpkind-gz.tar 26647K
34982026-06-30T20:04:10.831Za out/switch-softnpu.tar.gz 447465K
34992026-06-30T20:04:10.855Z
35002026-06-30T20:04:10.855Zreal 1:20.326342292
35012026-06-30T20:04:10.855Zuser 1:17.555365453
35022026-06-30T20:04:10.855Zsys 4.531730061
35032026-06-30T20:04:10.855Ztrap 0.007366738
35042026-06-30T20:04:10.855Ztflt 0.000000000
35052026-06-30T20:04:10.855Zdflt 0.000000000
35062026-06-30T20:04:10.855Zkflt 0.000000000
35072026-06-30T20:04:10.855Zlock 0.000000000
35082026-06-30T20:04:10.855Zslp 1:17.499405539
35092026-06-30T20:04:10.855Zlat 1.053934152
35102026-06-30T20:04:10.855Zstop 0.000247420
35112026-06-30T20:04:10.855Zprocess exited: duration 966201 ms, exit code 0
 
35122026-06-30T20:04:10.988Zfound 1 output files
35132026-06-30T20:04:11.030Zuploading: /work/package.tar.gz (2484226576 bytes)
35142026-06-30T20:04:52.769Zuploaded: /work/package.tar.gz