01KTVH28BXGVM08X0HZ3AYNVSK: 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: 01KTVH2QYCFRJVF8M2HG9XRY4Y

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-11T14:24:38.258Zjob assigned to worker 01KTVH2XSY9BBNRHW4ABW8VB93 [factory aws, i-07a078b8615aaf9e0] (queued for 48 s)
 
22026-06-11T14:24:45.533Zstarting task 0: "setup"
32026-06-11T14:24:45.537Z++ uname -s
42026-06-11T14:24:45.540Z+ kern=SunOS
52026-06-11T14:24:45.540Z+ build_user=build
62026-06-11T14:24:45.540Z+ build_uid=12345
72026-06-11T14:24:45.540Z+ work_dir=/work
82026-06-11T14:24:45.540Z+ input_dir=/input
92026-06-11T14:24:45.540Z+ [[ 0 == 12345 ]]
102026-06-11T14:24:45.541Z+ case "$kern" in
112026-06-11T14:24:45.541Z+ groupadd -g 12345 build
122026-06-11T14:24:45.554Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-11T14:24:47.562Z+ zfs create -o mountpoint=/work rpool/work
142026-06-11T14:24:47.676Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-11T14:24:47.680Z+ home_fs=zfs
162026-06-11T14:24:47.680Z+ [[ zfs == autofs ]]
172026-06-11T14:24:47.680Z+ mkdir -p /home/build
182026-06-11T14:24:47.682Z+ chown build:build /home/build /work
192026-06-11T14:24:49.682Z+ chmod 0700 /home/build /work
202026-06-11T14:24:49.685Zprocess exited: duration 4155 ms, exit code 0
 
212026-06-11T14:24:49.692Zstarting task 1: "rust-toolchain"
222026-06-11T14:24:49.696Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-11T14:24:49.697Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-11T14:24:49.697Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-11T14:24:49.697Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-11T14:24:49.697Z * rust toolchain channel = "1.94.0"
272026-06-11T14:24:49.697Z * rust toolchain profile = "default"
282026-06-11T14:24:49.699Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-11T14:24:49.699Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-11T14:24:49.786Zinfo: downloading installer
312026-06-11T14:24:51.219Zwarn: It looks like you have an existing rustup settings file at:
322026-06-11T14:24:51.219Zwarn: /home/build/.rustup/settings.toml
332026-06-11T14:24:51.219Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-11T14:24:51.219Zwarn: instead of the one inferred from the default host triple.
352026-06-11T14:24:51.232Zinfo: profile set to default
362026-06-11T14:24:51.232Zinfo: default host triple is x86_64-unknown-illumos
372026-06-11T14:24:51.234Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-11T14:24:51.373Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-11T14:24:51.376Zinfo: downloading 6 components
402026-06-11T14:25:06.461Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-11T14:25:06.461Z
422026-06-11T14:25:06.489Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-11T14:25:06.489Z
442026-06-11T14:25:06.489Z
452026-06-11T14:25:06.489ZRust is installed now. Great!
462026-06-11T14:25:06.489Z
472026-06-11T14:25:06.489ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-11T14:25:06.489Zenvironment variable. This has not been done automatically.
492026-06-11T14:25:06.489Z
502026-06-11T14:25:06.493ZTo configure your current shell, you need to source
512026-06-11T14:25:06.493Zthe corresponding env file under $HOME/.cargo.
522026-06-11T14:25:06.493Z
532026-06-11T14:25:06.493ZThis is usually done by running one of the following (note the leading DOT):
542026-06-11T14:25:06.493Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-11T14:25:06.493Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-11T14:25:06.493Zsource "~/.cargo/env.nu" # For nushell
572026-06-11T14:25:06.493Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-11T14:25:06.493Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-11T14:25:06.493Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-11T14:25:06.493Zwarn: no default linker (`cc`) was found in your PATH
612026-06-11T14:25:06.493Zwarn: many Rust crates require a system C toolchain to build
622026-06-11T14:25:06.591Z+ rustup --version
632026-06-11T14:25:06.597Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-11T14:25:06.601Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-11T14:25:06.618Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-11T14:25:06.621Z+ cargo --version
672026-06-11T14:25:06.629Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-11T14:25:06.632Z+ rustc --version
692026-06-11T14:25:06.653Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-11T14:25:06.656Zprocess exited: duration 16964 ms, exit code 0
 
712026-06-11T14:25:06.662Zstarting task 2: "authentication"
722026-06-11T14:25:06.680Zprocess exited: duration 18 ms, exit code 0
 
732026-06-11T14:25:06.686Zstarting task 3: "clone repository"
742026-06-11T14:25:06.691Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-11T14:25:06.694Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-11T14:25:06.731ZCloning into '/work/oxidecomputer/omicron'...
772026-06-11T14:25:16.445Z+ cd /work/oxidecomputer/omicron
782026-06-11T14:25:16.445Z+ git fetch origin ccbf26489ef0a9a496b1b6b34acc6a67a4f74ec8
792026-06-11T14:25:16.851ZFrom https://github.com/oxidecomputer/omicron
802026-06-11T14:25:16.851Z * branch ccbf26489ef0a9a496b1b6b34acc6a67a4f74ec8 -> FETCH_HEAD
812026-06-11T14:25:16.866Z+ [[ -n john/inventory-read-better-errors ]]
822026-06-11T14:25:16.869Z++ git branch --show-current
832026-06-11T14:25:16.872Z+ current=main
842026-06-11T14:25:16.872Z+ [[ main != john/inventory-read-better-errors ]]
852026-06-11T14:25:16.872Z+ git branch -f john/inventory-read-better-errors ccbf26489ef0a9a496b1b6b34acc6a67a4f74ec8
862026-06-11T14:25:16.875Z+ git checkout -f john/inventory-read-better-errors
872026-06-11T14:25:17.117ZSwitched to branch 'john/inventory-read-better-errors'
882026-06-11T14:25:17.120Z+ git reset --hard ccbf26489ef0a9a496b1b6b34acc6a67a4f74ec8
892026-06-11T14:25:17.135ZHEAD is now at ccbf26489 Merge remote-tracking branch 'origin/main' into john/inventory-read-better-errors
902026-06-11T14:25:17.138Zprocess exited: duration 10450 ms, exit code 0
 
912026-06-11T14:25:17.144Zstarting task 4: "build"
922026-06-11T14:25:17.149Z+ source .github/buildomat/ci-env.sh
932026-06-11T14:25:17.149Z++ export CARGO_TERM_COLOR=always
942026-06-11T14:25:17.149Z++ CARGO_TERM_COLOR=always
952026-06-11T14:25:17.149Z+ cargo --version
962026-06-11T14:25:17.159Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-11T14:25:17.162Z+ rustc --version
982026-06-11T14:25:17.183Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-11T14:25:17.186Z+ WORK=/work
1002026-06-11T14:25:17.186Z+ pfexec mkdir -p /work
1012026-06-11T14:25:17.189Z+ pfexec chown build /work
1022026-06-11T14:25:17.192Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-11T14:25:18.790Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-11T14:25:18.874Z Startup: Caching catalogs ... Done
1052026-06-11T14:25:19.204ZPlanning: Solver setup ... Done (0.291s)
1062026-06-11T14:25:19.226ZPlanning: Running solver ... Done (0.022s)
1072026-06-11T14:25:19.234ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-11T14:25:19.245ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-11T14:25:19.267ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-11T14:25:19.281ZPlanning: Package planning ... Done (0.014s)
1112026-06-11T14:25:19.284ZPlanning: Merging actions ... Done (0.002s)
1122026-06-11T14:25:19.478ZPlanning: Checking for conflicting actions ... Done (0.195s)
1132026-06-11T14:25:19.481ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-11T14:25:20.332ZPlanning: Evaluating mediators ... Done (0.853s)
1152026-06-11T14:25:20.335ZPlanning: Planning completed in 1.44 seconds
1162026-06-11T14:25:20.342Z Packages to install: 2
1172026-06-11T14:25:20.342Z Estimated space available: 156.08 GB
1182026-06-11T14:25:20.342ZEstimated space to be consumed: 25.37 MB
1192026-06-11T14:25:20.342Z Create boot environment: No
1202026-06-11T14:25:20.342ZCreate backup boot environment: No
1212026-06-11T14:25:20.342Z Rebuild boot archive: No
1222026-06-11T14:25:20.345Z
1232026-06-11T14:25:20.345ZChanged packages:
1242026-06-11T14:25:20.345Zhelios
1252026-06-11T14:25:20.345Z developer/build-essential
1262026-06-11T14:25:20.345Z None -> 11-3.0
1272026-06-11T14:25:20.345Z library/libxmlsec1
1282026-06-11T14:25:20.345Z None -> 1.2.35-3.0
1292026-06-11T14:25:20.369Z
1302026-06-11T14:25:20.369ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-11T14:25:21.093ZDownload: Completed 1.28 MB in 0.72 seconds (1.8M/s)
1322026-06-11T14:25:21.159Z Actions: 1/268 actions (Installing new actions)
1332026-06-11T14:25:21.199Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-11T14:25:21.209ZFinalize: Updating package state database ... Done (0.009s)
1352026-06-11T14:25:21.209ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-11T14:25:21.232ZFinalize: Updating image state ... Done (0.023s)
1372026-06-11T14:25:23.844ZFinalize: Creating fast lookup database ... Done (2.589s)
1382026-06-11T14:25:23.920ZFinalize: Reading search index ... Done (0.012s)
1392026-06-11T14:25:23.923ZFinalize: Updating search index ... Done (0.000s)
1402026-06-11T14:25:24.049ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-11T14:25:24.353ZPlanning: Evaluating mediator changes ... Done
1422026-06-11T14:25:24.459ZPlanning: Checking for conflicting actions ... Done
1432026-06-11T14:25:24.462ZPlanning: Consolidating action changes ... Done
1442026-06-11T14:25:24.620ZPlanning: Evaluating mediators ... Done
1452026-06-11T14:25:24.623ZPlanning: Planning completed in 0.27 seconds
1462026-06-11T14:25:24.644Z Mediators to change: 2
1472026-06-11T14:25:24.644Z Create boot environment: No
1482026-06-11T14:25:24.644ZCreate backup boot environment: No
1492026-06-11T14:25:24.689ZFinalize: Updating package state database ... Done
1502026-06-11T14:25:24.689ZFinalize: Updating package cache ... Done
1512026-06-11T14:25:24.705ZFinalize: Updating image state ... Done
1522026-06-11T14:25:26.691ZFinalize: Creating fast lookup database ... Done
1532026-06-11T14:25:26.752ZFinalize: Reading search index ... Done
1542026-06-11T14:25:26.755ZFinalize: Updating search index ... Done
1552026-06-11T14:25:26.819ZFinalize: Updating package cache ... Done
1562026-06-11T14:25:27.107ZPlanning: Evaluating mediator changes ... Done
1572026-06-11T14:25:27.213ZPlanning: Checking for conflicting actions ... Done
1582026-06-11T14:25:27.216ZPlanning: Consolidating action changes ... Done
1592026-06-11T14:25:27.375ZPlanning: Evaluating mediators ... Done
1602026-06-11T14:25:27.377ZPlanning: Planning completed in 0.27 seconds
1612026-06-11T14:25:27.397Z Mediators to change: 1
1622026-06-11T14:25:27.397Z Create boot environment: No
1632026-06-11T14:25:27.397ZCreate backup boot environment: No
1642026-06-11T14:25:27.442ZFinalize: Updating package state database ... Done
1652026-06-11T14:25:27.442ZFinalize: Updating package cache ... Done
1662026-06-11T14:25:27.458ZFinalize: Updating image state ... Done
1672026-06-11T14:25:29.423ZFinalize: Creating fast lookup database ... Done
1682026-06-11T14:25:29.487ZFinalize: Reading search index ... Done
1692026-06-11T14:25:29.490ZFinalize: Updating search index ... Done
1702026-06-11T14:25:29.543ZFinalize: Updating package cache ... Done
1712026-06-11T14:25:29.853ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-11T14:25:29.853Zapache system 2.4 system
1732026-06-11T14:25:29.853Zclang system 15 system
1742026-06-11T14:25:29.853Zcsh system system illumos
1752026-06-11T14:25:29.853Zctags system system illumos
1762026-06-11T14:25:29.853Zfile vendor vendor darwinsys
1772026-06-11T14:25:29.853Zfile system system illumos
1782026-06-11T14:25:29.853Zgcc vendor 14 vendor
1792026-06-11T14:25:29.853Zgcc system 13 system
1802026-06-11T14:25:29.853Zgcc system 10 system
1812026-06-11T14:25:29.853Zgo system 1.25 system
1822026-06-11T14:25:29.853Zllvm system 15 system
1832026-06-11T14:25:29.853Zmariadb system 11.4 system
1842026-06-11T14:25:29.853Zmta vendor vendor dma
1852026-06-11T14:25:29.853Zopenjdk system 17 system
1862026-06-11T14:25:29.854Zopenjdk system 11 system
1872026-06-11T14:25:29.854Zopenssl vendor 3 vendor
1882026-06-11T14:25:29.854Zperl system 5.40 system
1892026-06-11T14:25:29.854Zpostgresql system 18 system
1902026-06-11T14:25:29.854Zpostgresql system 17 system
1912026-06-11T14:25:29.854Zpython vendor 3 vendor
1922026-06-11T14:25:29.854Zpython system 2 system
1932026-06-11T14:25:29.854Zpython3 vendor 3.13 vendor
1942026-06-11T14:25:29.854Zruby system 3.4 system
1952026-06-11T14:25:29.854Zruby system 3.0 system
1962026-06-11T14:25:29.854Zwords vendor vendor american-english
1972026-06-11T14:25:29.854Zwords system system australian-english
1982026-06-11T14:25:29.854Zwords system system british-english
1992026-06-11T14:25:29.854Zwords system system canadian-english
2002026-06-11T14:25:29.854Zwords system system french
2012026-06-11T14:25:29.854Zwords system system italian
2022026-06-11T14:25:29.854Zwords system system ngerman
2032026-06-11T14:25:29.854Zwords system system ogerman
2042026-06-11T14:25:29.854Zwords system system spanish
2052026-06-11T14:25:30.106ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-11T14:25:30.106Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-11T14:25:30.402ZFMRI IFO
2082026-06-11T14:25:30.402Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-11T14:25:30.402Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-11T14:25:30.402Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-11T14:25:30.402Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-11T14:25:30.402Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-11T14:25:30.402Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-11T14:25:30.402Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-11T14:25:30.402Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-11T14:25:30.402Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-11T14:25:30.643Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-11T14:25:30.931Z Updating crates.io index
2192026-06-11T14:25:30.971Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-11T14:25:31.783Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-11T14:25:32.146Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-11T14:25:32.608Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-11T14:25:33.840Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-11T14:25:34.471Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-11T14:25:36.046Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-11T14:25:36.857Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-11T14:25:37.328Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-11T14:25:38.434Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-11T14:25:39.018Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-11T14:25:39.528Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-11T14:25:39.882Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-11T14:25:40.995Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-11T14:25:41.504Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-11T14:25:41.914Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-11T14:25:42.284Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-11T14:25:42.657Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-11T14:25:43.155Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-11T14:25:43.592Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-11T14:25:43.868Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-11T14:25:44.136Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-11T14:25:44.586Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-11T14:25:45.006Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-11T14:25:45.398Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-11T14:25:45.837Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-11T14:25:46.186Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-11T14:25:46.552Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-11T14:25:46.867Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-11T14:25:48.145Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-11T14:25:48.936Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-11T14:25:49.381Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-11T14:25:49.695Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-11T14:25:50.089Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-11T14:25:50.455Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-11T14:25:50.789Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-11T14:25:51.156Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-11T14:25:51.679Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-11T14:25:51.958Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-11T14:25:52.220Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-11T14:25:52.629Z Updating git repository `https://github.com/oxidecomputer/omicron`
2602026-06-11T14:26:04.638Z Downloading crates ...
2612026-06-11T14:26:04.688Z Downloaded cargo-platform v0.2.0
2622026-06-11T14:26:04.696Z Downloaded anstream v1.0.0
2632026-06-11T14:26:04.699Z Downloaded form_urlencoded v1.2.2
2642026-06-11T14:26:04.706Z Downloaded getrandom v0.4.1
2652026-06-11T14:26:04.710Z Downloaded icu_properties v2.1.2
2662026-06-11T14:26:04.710Z Downloaded clap_derive v4.6.1
2672026-06-11T14:26:04.713Z Downloaded heck v0.4.1
2682026-06-11T14:26:04.713Z Downloaded proc-macro-error v1.0.4
2692026-06-11T14:26:04.718Z Downloaded cfg-if v1.0.4
2702026-06-11T14:26:04.718Z Downloaded unicode-ident v1.0.24
2712026-06-11T14:26:04.722Z Downloaded semver v1.0.28
2722026-06-11T14:26:04.725Z Downloaded thread-id v4.2.2
2732026-06-11T14:26:04.725Z Downloaded yoke-derive v0.8.1
2742026-06-11T14:26:04.725Z Downloaded textwrap v0.16.2
2752026-06-11T14:26:04.728Z Downloaded yoke v0.8.1
2762026-06-11T14:26:04.728Z Downloaded version_check v0.9.5
2772026-06-11T14:26:04.732Z Downloaded utf8parse v0.2.2
2782026-06-11T14:26:04.732Z Downloaded thiserror-impl v1.0.69
2792026-06-11T14:26:04.732Z Downloaded scroll v0.12.0
2802026-06-11T14:26:04.732Z Downloaded proc-macro-error-attr v1.0.4
2812026-06-11T14:26:04.732Z Downloaded anyhow v1.0.102
2822026-06-11T14:26:04.735Z Downloaded ucd-trie v0.1.7
2832026-06-11T14:26:04.735Z Downloaded utf8_iter v1.0.4
2842026-06-11T14:26:04.736Z Downloaded serde_tokenstream v0.2.3
2852026-06-11T14:26:04.742Z Downloaded percent-encoding v2.3.2
2862026-06-11T14:26:04.742Z Downloaded unicode-linebreak v0.1.5
2872026-06-11T14:26:04.742Z Downloaded once_cell v1.21.3
2882026-06-11T14:26:04.745Z Downloaded proc-macro2 v1.0.106
2892026-06-11T14:26:04.745Z Downloaded unicode-xid v0.2.6
2902026-06-11T14:26:04.746Z Downloaded quote v1.0.45
2912026-06-11T14:26:04.750Z Downloaded tempfile v3.25.0
2922026-06-11T14:26:04.754Z Downloaded zerofrom-derive v0.1.6
2932026-06-11T14:26:04.754Z Downloaded block-buffer v0.10.4
2942026-06-11T14:26:04.754Z Downloaded zerofrom v0.1.6
2952026-06-11T14:26:04.759Z Downloaded usdt-macro v0.5.0
2962026-06-11T14:26:04.763Z Downloaded usdt-impl v0.5.0
2972026-06-11T14:26:04.763Z Downloaded toml_write v0.1.2
2982026-06-11T14:26:04.763Z Downloaded crypto-common v0.1.7
2992026-06-11T14:26:04.763Z Downloaded toml_datetime v0.6.11
3002026-06-11T14:26:04.763Z Downloaded cargo_toml v0.21.0
3012026-06-11T14:26:04.766Z Downloaded heck v0.5.0
3022026-06-11T14:26:04.769Z Downloaded writeable v0.6.2
3032026-06-11T14:26:04.770Z Downloaded tinystr v0.8.2
3042026-06-11T14:26:04.772Z Downloaded pretty-hex v0.4.1
3052026-06-11T14:26:04.776Z Downloaded usdt-attr-macro v0.5.0
3062026-06-11T14:26:04.776Z Downloaded typeid v1.0.3
3072026-06-11T14:26:04.776Z Downloaded memmap v0.7.0
3082026-06-11T14:26:04.779Z Downloaded zerocopy-derive v0.7.35
3092026-06-11T14:26:04.779Z Downloaded zerovec-derive v0.11.2
3102026-06-11T14:26:04.779Z Downloaded thiserror v2.0.18
3112026-06-11T14:26:04.782Z Downloaded synstructure v0.13.2
3122026-06-11T14:26:04.785Z Downloaded potential_utf v0.1.4
3132026-06-11T14:26:04.785Z Downloaded is_terminal_polyfill v1.70.2
3142026-06-11T14:26:04.785Z Downloaded camino v1.2.2
3152026-06-11T14:26:04.788Z Downloaded stable_deref_trait v1.2.1
3162026-06-11T14:26:04.788Z Downloaded toml v0.8.23
3172026-06-11T14:26:04.788Z Downloaded zmij v1.0.21
3182026-06-11T14:26:04.791Z Downloaded thiserror-impl v2.0.18
3192026-06-11T14:26:04.791Z Downloaded serde_spanned v0.6.9
3202026-06-11T14:26:04.791Z Downloaded cpufeatures v0.2.17
3212026-06-11T14:26:04.792Z Downloaded serde-value v0.7.0
3222026-06-11T14:26:04.792Z Downloaded usdt v0.5.0
3232026-06-11T14:26:04.795Z Downloaded smawk v0.3.2
3242026-06-11T14:26:04.795Z Downloaded generic-array v0.14.7
3252026-06-11T14:26:04.797Z Downloaded swrite v0.1.0
3262026-06-11T14:26:04.798Z Downloaded ordered-float v2.10.1
3272026-06-11T14:26:04.798Z Downloaded dtrace-parser v0.2.0
3282026-06-11T14:26:04.801Z Downloaded typenum v1.19.0
3292026-06-11T14:26:04.801Z Downloaded zerotrie v0.2.3
3302026-06-11T14:26:04.804Z Downloaded fnv v1.0.7
3312026-06-11T14:26:04.804Z Downloaded toml_edit v0.22.27
3322026-06-11T14:26:04.807Z Downloaded url v2.5.8
3332026-06-11T14:26:04.812Z Downloaded fastrand v2.3.0
3342026-06-11T14:26:04.816Z Downloaded terminal_size v0.4.3
3352026-06-11T14:26:04.818Z Downloaded serde_core v1.0.228
3362026-06-11T14:26:04.819Z Downloaded clap_lex v1.0.0
3372026-06-11T14:26:04.822Z Downloaded scroll_derive v0.12.1
3382026-06-11T14:26:04.822Z Downloaded anstyle-parse v1.0.0
3392026-06-11T14:26:04.826Z Downloaded strsim v0.11.1
3402026-06-11T14:26:04.833Z Downloaded zerovec v0.11.5
3412026-06-11T14:26:04.837Z Downloaded equivalent v1.0.2
3422026-06-11T14:26:04.840Z Downloaded colorchoice v1.0.4
3432026-06-11T14:26:04.840Z Downloaded winnow v0.7.14
3442026-06-11T14:26:04.845Z Downloaded zerocopy v0.7.35
3452026-06-11T14:26:04.853Z Downloaded errno v0.3.14
3462026-06-11T14:26:04.856Z Downloaded anstyle-query v1.1.5
3472026-06-11T14:26:04.856Z Downloaded dof v0.3.0
3482026-06-11T14:26:04.857Z Downloaded tabled_derive v0.7.0
3492026-06-11T14:26:04.857Z Downloaded unicode-width v0.1.14
3502026-06-11T14:26:04.860Z Downloaded sha2 v0.10.9
3512026-06-11T14:26:04.863Z Downloaded unicode-width v0.2.0
3522026-06-11T14:26:04.865Z Downloaded bytecount v0.6.9
3532026-06-11T14:26:04.866Z Downloaded idna_adapter v1.2.1
3542026-06-11T14:26:04.866Z Downloaded fs-err v3.3.0
3552026-06-11T14:26:04.868Z Downloaded plain v0.2.3
3562026-06-11T14:26:04.869Z Downloaded icu_normalizer_data v2.1.1
3572026-06-11T14:26:04.871Z Downloaded byteorder v1.5.0
3582026-06-11T14:26:04.872Z Downloaded anstyle v1.0.14
3592026-06-11T14:26:04.872Z Downloaded serde-untagged v0.1.9
3602026-06-11T14:26:04.874Z Downloaded macaddr v1.0.1
3612026-06-11T14:26:04.874Z Downloaded displaydoc v0.2.5
3622026-06-11T14:26:04.877Z Downloaded thiserror v1.0.69
3632026-06-11T14:26:04.880Z Downloaded pest_generator v2.8.6
3642026-06-11T14:26:04.884Z Downloaded erased-serde v0.4.9
3652026-06-11T14:26:04.887Z Downloaded serde v1.0.228
3662026-06-11T14:26:04.890Z Downloaded camino-tempfile v1.4.1
3672026-06-11T14:26:04.894Z Downloaded itoa v1.0.17
3682026-06-11T14:26:04.898Z Downloaded cargo_metadata v0.21.0
3692026-06-11T14:26:04.898Z Downloaded digest v0.10.7
3702026-06-11T14:26:04.911Z Downloaded bitflags v2.11.0
3712026-06-11T14:26:04.919Z Downloaded pest_derive v2.8.6
3722026-06-11T14:26:04.929Z Downloaded litemap v0.8.1
3732026-06-11T14:26:04.932Z Downloaded cargo-util-schemas v0.8.2
3742026-06-11T14:26:04.932Z Downloaded log v0.4.29
3752026-06-11T14:26:04.935Z Downloaded autocfg v1.5.0
3762026-06-11T14:26:04.939Z Downloaded smallvec v1.15.1
3772026-06-11T14:26:04.945Z Downloaded icu_provider v2.1.1
3782026-06-11T14:26:04.953Z Downloaded papergrid v0.11.0
3792026-06-11T14:26:04.956Z Downloaded num-traits v0.2.19
3802026-06-11T14:26:04.959Z Downloaded clap v4.6.1
3812026-06-11T14:26:04.971Z Downloaded pest_meta v2.8.6
3822026-06-11T14:26:04.975Z Downloaded icu_locale_core v2.1.1
3832026-06-11T14:26:04.980Z Downloaded icu_normalizer v2.1.1
3842026-06-11T14:26:04.996Z Downloaded memchr v2.8.0
3852026-06-11T14:26:04.999Z Downloaded serde_derive v1.0.228
3862026-06-11T14:26:05.007Z Downloaded icu_collections v2.1.1
3872026-06-11T14:26:05.016Z Downloaded indexmap v2.14.0
3882026-06-11T14:26:05.042Z Downloaded idna v1.1.0
3892026-06-11T14:26:05.055Z Downloaded pest v2.8.6
3902026-06-11T14:26:05.058Z Downloaded hashbrown v0.17.0
3912026-06-11T14:26:05.067Z Downloaded icu_properties_data v2.1.2
3922026-06-11T14:26:05.072Z Downloaded goblin v0.8.2
3932026-06-11T14:26:05.075Z Downloaded serde_json v1.0.149
3942026-06-11T14:26:05.098Z Downloaded clap_builder v4.6.0
3952026-06-11T14:26:05.115Z Downloaded tabled v0.15.0
3962026-06-11T14:26:05.123Z Downloaded syn v1.0.109
3972026-06-11T14:26:05.129Z Downloaded syn v2.0.117
3982026-06-11T14:26:05.135Z Downloaded rustix v1.1.3
3992026-06-11T14:26:05.178Z Downloaded libc v0.2.185
4002026-06-11T14:26:05.247Z Compiling proc-macro2 v1.0.106
4012026-06-11T14:26:05.247Z Compiling quote v1.0.45
4022026-06-11T14:26:05.250Z Compiling unicode-ident v1.0.24
4032026-06-11T14:26:05.250Z Compiling serde_core v1.0.228
4042026-06-11T14:26:05.250Z Compiling libc v0.2.185
4052026-06-11T14:26:05.250Z Compiling version_check v0.9.5
4062026-06-11T14:26:05.250Z Compiling memchr v2.8.0
4072026-06-11T14:26:05.250Z Compiling serde v1.0.228
4082026-06-11T14:26:05.250Z Compiling stable_deref_trait v1.2.1
4092026-06-11T14:26:05.250Z Compiling zmij v1.0.21
4102026-06-11T14:26:05.435Z Compiling ucd-trie v0.1.7
4112026-06-11T14:26:05.438Z Compiling itoa v1.0.17
4122026-06-11T14:26:05.450Z Compiling thiserror v1.0.69
4132026-06-11T14:26:05.468Z Compiling autocfg v1.5.0
4142026-06-11T14:26:05.471Z Compiling writeable v0.6.2
4152026-06-11T14:26:05.627Z Compiling litemap v0.8.1
4162026-06-11T14:26:05.730Z Compiling icu_normalizer_data v2.1.1
4172026-06-11T14:26:05.856Z Compiling rustix v1.1.3
4182026-06-11T14:26:05.913Z Compiling pest v2.8.6
4192026-06-11T14:26:05.915Z Compiling icu_properties_data v2.1.2
4202026-06-11T14:26:05.972Z Compiling byteorder v1.5.0
4212026-06-11T14:26:05.992Z Compiling bitflags v2.11.0
4222026-06-11T14:26:06.099Z Compiling serde_json v1.0.149
4232026-06-11T14:26:06.205Z Compiling smallvec v1.15.1
4242026-06-11T14:26:06.228Z Compiling num-traits v0.2.19
4252026-06-11T14:26:06.269Z Compiling typeid v1.0.3
4262026-06-11T14:26:06.325Z Compiling equivalent v1.0.2
4272026-06-11T14:26:06.383Z Compiling hashbrown v0.17.0
4282026-06-11T14:26:06.422Z Compiling proc-macro-error-attr v1.0.4
4292026-06-11T14:26:06.463Z Compiling usdt-impl v0.5.0
4302026-06-11T14:26:06.500Z Compiling toml_write v0.1.2
4312026-06-11T14:26:06.503Z Compiling erased-serde v0.4.9
4322026-06-11T14:26:06.503Z Compiling winnow v0.7.14
4332026-06-11T14:26:06.577Z Compiling syn v1.0.109
4342026-06-11T14:26:06.614Z Compiling errno v0.3.14
4352026-06-11T14:26:06.652Z Compiling thread-id v4.2.2
4362026-06-11T14:26:06.791Z Compiling proc-macro-error v1.0.4
4372026-06-11T14:26:06.791Z Compiling log v0.4.29
4382026-06-11T14:26:06.829Z Compiling utf8_iter v1.0.4
4392026-06-11T14:26:06.850Z Compiling camino v1.2.2
4402026-06-11T14:26:06.894Z Compiling syn v2.0.117
4412026-06-11T14:26:06.915Z Compiling indexmap v2.14.0
4422026-06-11T14:26:06.995Z Compiling plain v0.2.3
4432026-06-11T14:26:07.016Z Compiling getrandom v0.4.1
4442026-06-11T14:26:07.020Z Compiling thiserror v2.0.18
4452026-06-11T14:26:07.056Z Compiling pest_meta v2.8.6
4462026-06-11T14:26:07.059Z Compiling utf8parse v0.2.2
4472026-06-11T14:26:07.060Z Compiling percent-encoding v2.3.2
4482026-06-11T14:26:07.212Z Compiling anstyle-parse v1.0.0
4492026-06-11T14:26:07.236Z Compiling form_urlencoded v1.2.2
4502026-06-11T14:26:07.332Z Compiling ordered-float v2.10.1
4512026-06-11T14:26:07.434Z Compiling colorchoice v1.0.4
4522026-06-11T14:26:07.438Z Compiling pretty-hex v0.4.1
4532026-06-11T14:26:07.472Z Compiling is_terminal_polyfill v1.70.2
4542026-06-11T14:26:07.475Z Compiling anstyle-query v1.1.5
4552026-06-11T14:26:07.564Z Compiling cfg-if v1.0.4
4562026-06-11T14:26:07.583Z Compiling anstyle v1.0.14
4572026-06-11T14:26:07.622Z Compiling terminal_size v0.4.3
4582026-06-11T14:26:07.626Z Compiling fs-err v3.3.0
4592026-06-11T14:26:07.675Z Compiling heck v0.4.1
4602026-06-11T14:26:07.678Z Compiling unicode-width v0.1.14
4612026-06-11T14:26:07.731Z Compiling unicode-xid v0.2.6
4622026-06-11T14:26:07.734Z Compiling heck v0.5.0
4632026-06-11T14:26:07.783Z Compiling anstream v1.0.0
4642026-06-11T14:26:07.903Z Compiling semver v1.0.28
4652026-06-11T14:26:07.923Z Compiling bytecount v0.6.9
4662026-06-11T14:26:07.989Z Compiling strsim v0.11.1
4672026-06-11T14:26:08.035Z Compiling anyhow v1.0.102
4682026-06-11T14:26:08.040Z Compiling once_cell v1.21.3
4692026-06-11T14:26:08.085Z Compiling clap_lex v1.0.0
4702026-06-11T14:26:08.105Z Compiling fastrand v2.3.0
4712026-06-11T14:26:08.124Z Compiling fnv v1.0.7
4722026-06-11T14:26:08.279Z Compiling serde-untagged v0.1.9
4732026-06-11T14:26:08.378Z Compiling clap_builder v4.6.0
4742026-06-11T14:26:08.378Z Compiling papergrid v0.11.0
4752026-06-11T14:26:08.379Z Compiling tempfile v3.25.0
4762026-06-11T14:26:08.379Z Compiling memmap v0.7.0
4772026-06-11T14:26:08.419Z Compiling unicode-width v0.2.0
4782026-06-11T14:26:08.420Z Compiling unicode-linebreak v0.1.5
4792026-06-11T14:26:08.441Z Compiling smawk v0.3.2
4802026-06-11T14:26:08.540Z Compiling camino-tempfile v1.4.1
4812026-06-11T14:26:08.603Z Compiling textwrap v0.16.2
4822026-06-11T14:26:08.667Z Compiling swrite v0.1.0
4832026-06-11T14:26:08.684Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4842026-06-11T14:26:09.031Z Compiling tabled_derive v0.7.0
4852026-06-11T14:26:09.434Z Compiling synstructure v0.13.2
4862026-06-11T14:26:09.434Z Compiling pest_generator v2.8.6
4872026-06-11T14:26:09.700Z Compiling tabled v0.15.0
4882026-06-11T14:26:10.002Z Compiling serde_derive v1.0.228
4892026-06-11T14:26:10.002Z Compiling zerofrom-derive v0.1.6
4902026-06-11T14:26:10.002Z Compiling yoke-derive v0.8.1
4912026-06-11T14:26:10.020Z Compiling zerovec-derive v0.11.2
4922026-06-11T14:26:10.022Z Compiling displaydoc v0.2.5
4932026-06-11T14:26:10.056Z Compiling thiserror-impl v1.0.69
4942026-06-11T14:26:10.073Z Compiling zerocopy-derive v0.7.35
4952026-06-11T14:26:10.075Z Compiling pest_derive v2.8.6
4962026-06-11T14:26:10.075Z Compiling scroll_derive v0.12.1
4972026-06-11T14:26:10.174Z Compiling thiserror-impl v2.0.18
4982026-06-11T14:26:10.235Z Compiling clap_derive v4.6.1
4992026-06-11T14:26:10.804Z Compiling scroll v0.12.0
5002026-06-11T14:26:10.937Z Compiling zerocopy v0.7.35
5012026-06-11T14:26:11.036Z Compiling goblin v0.8.2
5022026-06-11T14:26:11.108Z Compiling zerofrom v0.1.6
5032026-06-11T14:26:11.225Z Compiling yoke v0.8.1
5042026-06-11T14:26:11.262Z Compiling dtrace-parser v0.2.0
5052026-06-11T14:26:11.380Z Compiling zerovec v0.11.5
5062026-06-11T14:26:11.380Z Compiling zerotrie v0.2.3
5072026-06-11T14:26:11.594Z Compiling clap v4.6.1
5082026-06-11T14:26:11.826Z Compiling tinystr v0.8.2
5092026-06-11T14:26:11.826Z Compiling potential_utf v0.1.4
5102026-06-11T14:26:11.985Z Compiling icu_collections v2.1.1
5112026-06-11T14:26:12.014Z Compiling icu_locale_core v2.1.1
5122026-06-11T14:26:12.509Z Compiling icu_provider v2.1.1
5132026-06-11T14:26:12.588Z Compiling dof v0.3.0
5142026-06-11T14:26:12.588Z Compiling serde_tokenstream v0.2.3
5152026-06-11T14:26:12.605Z Compiling serde_spanned v0.6.9
5162026-06-11T14:26:12.608Z Compiling toml_datetime v0.6.11
5172026-06-11T14:26:12.608Z Compiling serde-value v0.7.0
5182026-06-11T14:26:12.623Z Compiling cargo-platform v0.2.0
5192026-06-11T14:26:12.626Z Compiling macaddr v1.0.1
5202026-06-11T14:26:12.722Z Compiling icu_properties v2.1.2
5212026-06-11T14:26:12.722Z Compiling icu_normalizer v2.1.1
5222026-06-11T14:26:12.820Z Compiling toml_edit v0.22.27
5232026-06-11T14:26:13.316Z Compiling usdt-attr-macro v0.5.0
5242026-06-11T14:26:13.319Z Compiling usdt-macro v0.5.0
5252026-06-11T14:26:13.574Z Compiling idna_adapter v1.2.1
5262026-06-11T14:26:13.682Z Compiling idna v1.1.0
5272026-06-11T14:26:13.904Z Compiling usdt v0.5.0
5282026-06-11T14:26:13.942Z Compiling url v2.5.8
5292026-06-11T14:26:14.100Z Compiling toml v0.8.23
5302026-06-11T14:26:14.429Z Compiling cargo-util-schemas v0.8.2
5312026-06-11T14:26:14.429Z Compiling cargo_toml v0.21.0
5322026-06-11T14:26:15.222Z Compiling cargo_metadata v0.21.0
5332026-06-11T14:26:16.158Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5342026-06-11T14:26:18.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.80s
5352026-06-11T14:26:18.538Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5362026-06-11T14:26:19.105Z Downloading crates ...
5372026-06-11T14:26:19.202Z Downloaded adler2 v2.0.1
5382026-06-11T14:26:19.205Z Downloaded ascii-canvas v3.0.0
5392026-06-11T14:26:19.205Z Downloaded anstyle-parse v0.2.7
5402026-06-11T14:26:19.215Z Downloaded aes-gcm v0.10.3
5412026-06-11T14:26:19.218Z Downloaded const-oid v0.9.6
5422026-06-11T14:26:19.224Z Downloaded cookie v0.18.1
5432026-06-11T14:26:19.226Z Downloaded crossbeam-deque v0.8.6
5442026-06-11T14:26:19.229Z Downloaded filetime v0.2.27
5452026-06-11T14:26:19.232Z Downloaded darling_core v0.23.0
5462026-06-11T14:26:19.236Z Downloaded aws-lc-rs v1.16.3
5472026-06-11T14:26:19.239Z Downloaded document-features v0.2.12
5482026-06-11T14:26:19.242Z Downloaded darling_macro v0.13.4
5492026-06-11T14:26:19.242Z Downloaded display-error-chain v0.2.2
5502026-06-11T14:26:19.242Z Downloaded darling_macro v0.20.11
5512026-06-11T14:26:19.245Z Downloaded darling v0.20.11
5522026-06-11T14:26:19.247Z Downloaded debug-ignore v1.0.5
5532026-06-11T14:26:19.247Z Downloaded blowfish v0.9.1
5542026-06-11T14:26:19.247Z Downloaded bitfield-struct v0.6.2
5552026-06-11T14:26:19.250Z Downloaded base64ct v1.8.3
5562026-06-11T14:26:19.250Z Downloaded bit-set v0.5.3
5572026-06-11T14:26:19.253Z Downloaded defmt v1.0.1
5582026-06-11T14:26:19.255Z Downloaded ecdsa v0.16.9
5592026-06-11T14:26:19.256Z Downloaded async-stream v0.3.6
5602026-06-11T14:26:19.258Z Downloaded downcast-rs v2.0.2
5612026-06-11T14:26:19.258Z Downloaded crossbeam-utils v0.8.21
5622026-06-11T14:26:19.261Z Downloaded dof v0.4.0
5632026-06-11T14:26:19.261Z Downloaded crc32fast v1.5.0
5642026-06-11T14:26:19.264Z Downloaded base16ct v0.2.0
5652026-06-11T14:26:19.264Z Downloaded defmt v0.3.100
5662026-06-11T14:26:19.264Z Downloaded atty v0.2.14
5672026-06-11T14:26:19.266Z Downloaded castaway v0.2.4
5682026-06-11T14:26:19.267Z Downloaded cargo-platform v0.3.2
5692026-06-11T14:26:19.267Z Downloaded embedded-io v0.6.1
5702026-06-11T14:26:19.269Z Downloaded data-encoding v2.10.0
5712026-06-11T14:26:19.269Z Downloaded diesel-dtrace v0.5.0
5722026-06-11T14:26:19.269Z Downloaded derive_more-impl v2.1.1
5732026-06-11T14:26:19.272Z Downloaded crunchy v0.2.4
5742026-06-11T14:26:19.275Z Downloaded crc8 v0.1.1
5752026-06-11T14:26:19.275Z Downloaded assert_matches v1.5.0
5762026-06-11T14:26:19.275Z Downloaded dtrace-parser v0.3.0
5772026-06-11T14:26:19.278Z Downloaded atomic-waker v1.1.2
5782026-06-11T14:26:19.278Z Downloaded aead v0.5.2
5792026-06-11T14:26:19.278Z Downloaded critical-section v1.2.0
5802026-06-11T14:26:19.281Z Downloaded cfg_aliases v0.2.1
5812026-06-11T14:26:19.281Z Downloaded bcrypt-pbkdf v0.10.0
5822026-06-11T14:26:19.281Z Downloaded async-recursion v1.1.1
5832026-06-11T14:26:19.284Z Downloaded bit-set v0.8.0
5842026-06-11T14:26:19.284Z Downloaded async-bb8-diesel v0.2.1
5852026-06-11T14:26:19.287Z Downloaded bitfield-macros v0.19.4
5862026-06-11T14:26:19.287Z Downloaded fixedbitset v0.4.2
5872026-06-11T14:26:19.290Z Downloaded bb8 v0.8.6
5882026-06-11T14:26:19.293Z Downloaded crucible-workspace-hack v0.1.0
5892026-06-11T14:26:19.293Z Downloaded curve25519-dalek-derive v0.1.1
5902026-06-11T14:26:19.293Z Downloaded atomicwrites v0.4.4
5912026-06-11T14:26:19.296Z Downloaded endian-type v0.1.2
5922026-06-11T14:26:19.296Z Downloaded darling_macro v0.23.0
5932026-06-11T14:26:19.296Z Downloaded crc-catalog v2.4.0
5942026-06-11T14:26:19.298Z Downloaded array-init v0.0.4
5952026-06-11T14:26:19.298Z Downloaded compression-core v0.4.31
5962026-06-11T14:26:19.299Z Downloaded cobs v0.3.0
5972026-06-11T14:26:19.301Z Downloaded async-stream-impl v0.3.6
5982026-06-11T14:26:19.304Z Downloaded block-padding v0.3.3
5992026-06-11T14:26:19.304Z Downloaded dirs-sys-next v0.1.2
6002026-06-11T14:26:19.307Z Downloaded convert_case v0.4.0
6012026-06-11T14:26:19.310Z Downloaded dunce v1.0.5
6022026-06-11T14:26:19.310Z Downloaded diesel_table_macro_syntax v0.3.0
6032026-06-11T14:26:19.310Z Downloaded defmt-parser v1.0.0
6042026-06-11T14:26:19.312Z Downloaded float-cmp v0.10.0
6052026-06-11T14:26:19.312Z Downloaded dsl_auto_type v0.2.0
6062026-06-11T14:26:19.315Z Downloaded derive_builder_macro v0.20.2
6072026-06-11T14:26:19.319Z Downloaded env_filter v1.0.0
6082026-06-11T14:26:19.319Z Downloaded cexpr v0.6.0
6092026-06-11T14:26:19.319Z Downloaded cassowary v0.3.0
6102026-06-11T14:26:19.322Z Downloaded dyn-clone v1.0.20
6112026-06-11T14:26:19.322Z Downloaded argon2 v0.5.3
6122026-06-11T14:26:19.322Z Downloaded anstream v0.6.21
6132026-06-11T14:26:19.325Z Downloaded cstr-argument v0.1.2
6142026-06-11T14:26:19.325Z Downloaded embedded-io v0.4.0
6152026-06-11T14:26:19.325Z Downloaded float-ord v0.3.2
6162026-06-11T14:26:19.328Z Downloaded bzip2 v0.6.1
6172026-06-11T14:26:19.328Z Downloaded fd-lock v4.0.4
6182026-06-11T14:26:19.330Z Downloaded crc v3.4.0
6192026-06-11T14:26:19.333Z Downloaded flagset v0.4.7
6202026-06-11T14:26:19.333Z Downloaded dropshot-api-manager-types v0.7.2
6212026-06-11T14:26:19.336Z Downloaded cfg_aliases v0.1.1
6222026-06-11T14:26:19.336Z Downloaded foreign-types v0.3.2
6232026-06-11T14:26:19.336Z Downloaded dirs-next v2.0.0
6242026-06-11T14:26:19.336Z Downloaded arrayref v0.3.9
6252026-06-11T14:26:19.338Z Downloaded ctr v0.9.2
6262026-06-11T14:26:19.341Z Downloaded foreign-types v0.5.0
6272026-06-11T14:26:19.344Z Downloaded ciborium-io v0.2.2
6282026-06-11T14:26:19.347Z Downloaded futures-io v0.3.32
6292026-06-11T14:26:19.347Z Downloaded futures-sink v0.3.32
6302026-06-11T14:26:19.347Z Downloaded futures-macro v0.3.32
6312026-06-11T14:26:19.350Z Downloaded funty v2.0.0
6322026-06-11T14:26:19.350Z Downloaded difflib v0.4.0
6332026-06-11T14:26:19.353Z Downloaded enum-as-inner v0.6.1
6342026-06-11T14:26:19.356Z Downloaded hash32 v0.2.1
6352026-06-11T14:26:19.360Z Downloaded bcs v0.1.6
6362026-06-11T14:26:19.360Z Downloaded foreign-types-shared v0.1.1
6372026-06-11T14:26:19.363Z Downloaded ciborium-ll v0.2.2
6382026-06-11T14:26:19.363Z Downloaded byte-wrapper v0.1.0
6392026-06-11T14:26:19.363Z Downloaded futures-core v0.3.32
6402026-06-11T14:26:19.363Z Downloaded constant_time_eq v0.4.2
6412026-06-11T14:26:19.366Z Downloaded git-stub v1.0.0
6422026-06-11T14:26:19.366Z Downloaded foreign-types-shared v0.3.1
6432026-06-11T14:26:19.366Z Downloaded cbc v0.1.2
6442026-06-11T14:26:19.369Z Downloaded fxhash v0.2.1
6452026-06-11T14:26:19.369Z Downloaded futures-task v0.3.32
6462026-06-11T14:26:19.369Z Downloaded bit-vec v0.8.0
6472026-06-11T14:26:19.371Z Downloaded gethostname v0.5.0
6482026-06-11T14:26:19.371Z Downloaded cipher v0.4.4
6492026-06-11T14:26:19.374Z Downloaded cargo_metadata v0.23.1
6502026-06-11T14:26:19.374Z Downloaded globwalk v0.9.1
6512026-06-11T14:26:19.374Z Downloaded hex v0.4.3
6522026-06-11T14:26:19.377Z Downloaded camino-tempfile-ext v0.3.3
6532026-06-11T14:26:19.380Z Downloaded headers-core v0.3.0
6542026-06-11T14:26:19.380Z Downloaded foldhash v0.1.5
6552026-06-11T14:26:19.380Z Downloaded cpufeatures v0.3.0
6562026-06-11T14:26:19.383Z Downloaded cmake v0.1.57
6572026-06-11T14:26:19.383Z Downloaded hash32 v0.3.1
6582026-06-11T14:26:19.383Z Downloaded fixedbitset v0.5.7
6592026-06-11T14:26:19.385Z Downloaded bit-vec v0.6.3
6602026-06-11T14:26:19.385Z Downloaded arrayvec v0.7.6
6612026-06-11T14:26:19.388Z Downloaded find-msvc-tools v0.1.9
6622026-06-11T14:26:19.388Z Downloaded bitflags v1.3.2
6632026-06-11T14:26:19.391Z Downloaded erased-serde v0.3.31
6642026-06-11T14:26:19.391Z Downloaded ed25519 v2.2.3
6652026-06-11T14:26:19.394Z Downloaded colored v3.1.1
6662026-06-11T14:26:19.394Z Downloaded derive-ex v0.1.8
6672026-06-11T14:26:19.396Z Downloaded backon v1.6.0
6682026-06-11T14:26:19.397Z Downloaded hex-literal v0.4.1
6692026-06-11T14:26:19.399Z Downloaded hostname v0.3.1
6702026-06-11T14:26:19.399Z Downloaded defmt-macros v1.0.1
6712026-06-11T14:26:19.402Z Downloaded daft-derive v0.1.7
6722026-06-11T14:26:19.405Z Downloaded darling v0.13.4
6732026-06-11T14:26:19.405Z Downloaded darling_macro v0.21.3
6742026-06-11T14:26:19.405Z Downloaded chacha20 v0.9.1
6752026-06-11T14:26:19.408Z Downloaded ena v0.14.4
6762026-06-11T14:26:19.408Z Downloaded derive_builder_core v0.20.2
6772026-06-11T14:26:19.411Z Downloaded foldhash v0.2.0
6782026-06-11T14:26:19.411Z Downloaded const_format_proc_macros v0.2.34
6792026-06-11T14:26:19.414Z Downloaded fs_extra v1.3.0
6802026-06-11T14:26:19.414Z Downloaded futures-executor v0.3.32
6812026-06-11T14:26:19.414Z Downloaded env_logger v0.11.9
6822026-06-11T14:26:19.417Z Downloaded der v0.7.10
6832026-06-11T14:26:19.420Z Downloaded globset v0.4.18
6842026-06-11T14:26:19.423Z Downloaded http-body v1.0.1
6852026-06-11T14:26:19.423Z Downloaded hostname v0.4.2
6862026-06-11T14:26:19.423Z Downloaded buf-list v1.1.2
6872026-06-11T14:26:19.425Z Downloaded home v0.5.12
6882026-06-11T14:26:19.425Z Downloaded hubpack_derive v0.1.1
6892026-06-11T14:26:19.425Z Downloaded hubpack v0.1.2
6902026-06-11T14:26:19.428Z Downloaded httpdate v1.0.3
6912026-06-11T14:26:19.428Z Downloaded illumos-nvpair-sys v0.2.0
6922026-06-11T14:26:19.428Z Downloaded http-range v0.1.5
6932026-06-11T14:26:19.428Z Downloaded hyper-tls v0.6.0
6942026-06-11T14:26:19.431Z Downloaded compression-codecs v0.4.37
6952026-06-11T14:26:19.431Z Downloaded ident_case v1.0.1
6962026-06-11T14:26:19.434Z Downloaded ff v0.13.1
6972026-06-11T14:26:19.434Z Downloaded der_derive v0.7.3
6982026-06-11T14:26:19.436Z Downloaded colored v2.2.0
6992026-06-11T14:26:19.436Z Downloaded blake2 v0.10.6
7002026-06-11T14:26:19.439Z Downloaded ghash v0.5.1
7012026-06-11T14:26:19.439Z Downloaded clang-sys v1.8.1
7022026-06-11T14:26:19.442Z Downloaded console v0.16.2
7032026-06-11T14:26:19.442Z Downloaded console v0.15.11
7042026-06-11T14:26:19.445Z Downloaded glob v0.3.3
7052026-06-11T14:26:19.445Z Downloaded fs-err v2.11.0
7062026-06-11T14:26:19.447Z Downloaded indoc v1.0.9
7072026-06-11T14:26:19.447Z Downloaded group v0.13.0
7082026-06-11T14:26:19.450Z Downloaded deranged v0.5.8
7092026-06-11T14:26:19.450Z Downloaded bzip2 v0.4.4
7102026-06-11T14:26:19.453Z Downloaded csv-core v0.1.13
7112026-06-11T14:26:19.453Z Downloaded async-trait v0.1.89
7122026-06-11T14:26:19.456Z Downloaded illumos-nvpair v0.3.0
7132026-06-11T14:26:19.456Z Downloaded chacha20 v0.10.0
7142026-06-11T14:26:19.456Z Downloaded ahash v0.8.12
7152026-06-11T14:26:19.458Z Downloaded bumpalo v3.20.2
7162026-06-11T14:26:19.461Z Downloaded internet-checksum v0.2.1
7172026-06-11T14:26:19.461Z Downloaded instant v0.1.13
7182026-06-11T14:26:19.461Z Downloaded instability v0.3.11
7192026-06-11T14:26:19.464Z Downloaded inout v0.1.4
7202026-06-11T14:26:19.464Z Downloaded indent_write v2.2.0
7212026-06-11T14:26:19.464Z Downloaded des v0.8.1
7222026-06-11T14:26:19.467Z Downloaded bitfield v0.19.4
7232026-06-11T14:26:19.467Z Downloaded corncobs v0.1.4
7242026-06-11T14:26:19.467Z Downloaded convert_case v0.10.0
7252026-06-11T14:26:19.469Z Downloaded derive_builder v0.20.2
7262026-06-11T14:26:19.473Z Downloaded darling v0.21.3
7272026-06-11T14:26:19.476Z Downloaded darling v0.23.0
7282026-06-11T14:26:19.479Z Downloaded foreign-types-macros v0.2.3
7292026-06-11T14:26:19.479Z Downloaded crossbeam-channel v0.5.15
7302026-06-11T14:26:19.482Z Downloaded backoff v0.4.0
7312026-06-11T14:26:19.485Z Downloaded is_ci v1.2.0
7322026-06-11T14:26:19.485Z Downloaded either v1.15.0
7332026-06-11T14:26:19.485Z Downloaded getrandom v0.2.17
7342026-06-11T14:26:19.488Z Downloaded keccak v0.1.6
7352026-06-11T14:26:19.488Z Downloaded git-stub-vcs v0.1.0
7362026-06-11T14:26:19.490Z Downloaded derive_more v0.99.20
7372026-06-11T14:26:19.493Z Downloaded lazy_static v1.5.0
7382026-06-11T14:26:19.493Z Downloaded http-body-util v0.1.3
7392026-06-11T14:26:19.496Z Downloaded highway v1.3.0
7402026-06-11T14:26:19.496Z Downloaded darling_core v0.13.4
7412026-06-11T14:26:19.498Z Downloaded is-terminal v0.4.17
7422026-06-11T14:26:19.501Z Downloaded kstat-rs v0.2.4
7432026-06-11T14:26:19.501Z Downloaded lru v0.12.5
7442026-06-11T14:26:19.501Z Downloaded half v1.8.3
7452026-06-11T14:26:19.504Z Downloaded linked-hash-map v0.5.6
7462026-06-11T14:26:19.504Z Downloaded libscf-sys v1.1.0
7472026-06-11T14:26:19.504Z Downloaded allocator-api2 v0.2.21
7482026-06-11T14:26:19.507Z Downloaded lalrpop-util v0.19.12
7492026-06-11T14:26:19.507Z Downloaded cancel-safe-futures v0.1.5
7502026-06-11T14:26:19.511Z Downloaded maybe-uninit v2.0.0
7512026-06-11T14:26:19.511Z Downloaded daft v0.1.7
7522026-06-11T14:26:19.514Z Downloaded md5 v0.7.0
7532026-06-11T14:26:19.514Z Downloaded managed v0.8.0
7542026-06-11T14:26:19.516Z Downloaded mime v0.3.17
7552026-06-11T14:26:19.516Z Downloaded md-5 v0.10.6
7562026-06-11T14:26:19.519Z Downloaded maplit v1.0.2
7572026-06-11T14:26:19.519Z Downloaded futures-channel v0.3.32
7582026-06-11T14:26:19.519Z Downloaded fallible-iterator v0.2.0
7592026-06-11T14:26:19.522Z Downloaded lru-slab v0.1.2
7602026-06-11T14:26:19.522Z Downloaded lru-cache v0.1.2
7612026-06-11T14:26:19.522Z Downloaded ciborium v0.2.2
7622026-06-11T14:26:19.525Z Downloaded newline-converter v0.3.0
7632026-06-11T14:26:19.525Z Downloaded memoffset v0.9.1
7642026-06-11T14:26:19.528Z Downloaded ingot-types v0.1.2
7652026-06-11T14:26:19.528Z Downloaded indoc v2.0.7
7662026-06-11T14:26:19.528Z Downloaded impl-trait-for-tuples v0.2.3
7672026-06-11T14:26:19.531Z Downloaded nodrop v0.1.14
7682026-06-11T14:26:19.531Z Downloaded match_cfg v0.1.0
7692026-06-11T14:26:19.534Z Downloaded multimap v0.10.1
7702026-06-11T14:26:19.534Z Downloaded hyper-staticfile v0.10.1
7712026-06-11T14:26:19.537Z Downloaded newtype_derive v0.1.6
7722026-06-11T14:26:19.537Z Downloaded ipnetwork v0.21.1
7732026-06-11T14:26:19.537Z Downloaded normalize-line-endings v0.3.0
7742026-06-11T14:26:19.540Z Downloaded humantime v2.3.0
7752026-06-11T14:26:19.540Z Downloaded crossbeam-epoch v0.9.18
7762026-06-11T14:26:19.542Z Downloaded crc-any v2.5.0
7772026-06-11T14:26:19.545Z Downloaded new_debug_unreachable v1.0.6
7782026-06-11T14:26:19.545Z Downloaded jobserver v0.1.34
7792026-06-11T14:26:19.545Z Downloaded dropshot_endpoint v0.17.0
7802026-06-11T14:26:19.548Z Downloaded nibble_vec v0.1.0
7812026-06-11T14:26:19.557Z Downloaded derive-where v1.6.0
7822026-06-11T14:26:19.557Z Downloaded num v0.4.3
7832026-06-11T14:26:19.557Z Downloaded num-derive v0.4.2
7842026-06-11T14:26:19.557Z Downloaded newtype-uuid-macros v0.1.0
7852026-06-11T14:26:19.557Z Downloaded elliptic-curve v0.13.8
7862026-06-11T14:26:19.557Z Downloaded num_threads v0.1.7
7872026-06-11T14:26:19.561Z Downloaded num_enum_derive v0.5.11
7882026-06-11T14:26:19.561Z Downloaded num-conv v0.2.0
7892026-06-11T14:26:19.561Z Downloaded nonempty v0.12.0
7902026-06-11T14:26:19.561Z Downloaded num-iter v0.1.45
7912026-06-11T14:26:19.564Z Downloaded num-derive v0.3.3
7922026-06-11T14:26:19.564Z Downloaded libloading v0.8.9
7932026-06-11T14:26:19.566Z Downloaded cookie_store v0.22.1
7942026-06-11T14:26:19.566Z Downloaded httparse v1.10.1
7952026-06-11T14:26:19.569Z Downloaded getrandom v0.3.4
7962026-06-11T14:26:19.572Z Downloaded futures v0.3.32
7972026-06-11T14:26:19.575Z Downloaded linear-map v1.2.0
7982026-06-11T14:26:19.575Z Downloaded libsw-core v0.3.2
7992026-06-11T14:26:19.578Z Downloaded libefi-sys v0.1.0
8002026-06-11T14:26:19.578Z Downloaded iana-time-zone v0.1.65
8012026-06-11T14:26:19.580Z Downloaded openssl-macros v0.1.1
8022026-06-11T14:26:19.580Z Downloaded olpc-cjson v0.1.4
8032026-06-11T14:26:19.580Z Downloaded oso-derive v0.27.3
8042026-06-11T14:26:19.580Z Downloaded lock_api v0.4.14
8052026-06-11T14:26:19.583Z Downloaded hyper-rustls v0.27.7
8062026-06-11T14:26:19.583Z Downloaded opaque-debug v0.3.1
8072026-06-11T14:26:19.587Z Downloaded const_format v0.2.35
8082026-06-11T14:26:19.589Z Downloaded fatfs v0.3.6
8092026-06-11T14:26:19.592Z Downloaded openssl-probe v0.2.1
8102026-06-11T14:26:19.592Z Downloaded lzss v0.8.2
8112026-06-11T14:26:19.595Z Downloaded openssl-probe v0.1.6
8122026-06-11T14:26:19.595Z Downloaded base64 v0.22.1
8132026-06-11T14:26:19.598Z Downloaded base64 v0.21.7
8142026-06-11T14:26:19.600Z Downloaded mime_guess v2.0.5
8152026-06-11T14:26:19.603Z Downloaded nanorand v0.7.0
8162026-06-11T14:26:19.603Z Downloaded multer v3.1.0
8172026-06-11T14:26:19.607Z Downloaded packed_struct_codegen v0.10.1
8182026-06-11T14:26:19.623Z Downloaded pbkdf2 v0.12.2
8192026-06-11T14:26:19.626Z Downloaded path-slash v0.1.5
8202026-06-11T14:26:19.626Z Downloaded parse-display v0.10.0
8212026-06-11T14:26:19.626Z Downloaded pbkdf2 v0.11.0
8222026-06-11T14:26:19.629Z Downloaded newtype-uuid v1.3.2
8232026-06-11T14:26:19.629Z Downloaded native-tls v0.2.18
8242026-06-11T14:26:19.633Z Downloaded ipnet v2.11.0
8252026-06-11T14:26:19.633Z Downloaded phf_shared v0.13.1
8262026-06-11T14:26:19.633Z Downloaded pin-utils v0.1.0
8272026-06-11T14:26:19.635Z Downloaded num-rational v0.4.2
8282026-06-11T14:26:19.635Z Downloaded num-integer v0.1.46
8292026-06-11T14:26:19.635Z Downloaded num-complex v0.4.6
8302026-06-11T14:26:19.638Z Downloaded phf_shared v0.12.1
8312026-06-11T14:26:19.638Z Downloaded nu-ansi-term v0.50.3
8322026-06-11T14:26:19.641Z Downloaded compact_str v0.8.1
8332026-06-11T14:26:19.641Z Downloaded half v2.7.1
8342026-06-11T14:26:19.644Z Downloaded phf_shared v0.11.3
8352026-06-11T14:26:19.644Z Downloaded peg-runtime v0.8.5
8362026-06-11T14:26:19.644Z Downloaded ingot-macros v0.1.1
8372026-06-11T14:26:19.647Z Downloaded litrs v1.0.0
8382026-06-11T14:26:19.649Z Downloaded num_enum_derive v0.7.6
8392026-06-11T14:26:19.649Z Downloaded crypto-bigint v0.5.5
8402026-06-11T14:26:19.652Z Downloaded precomputed-hash v0.1.1
8412026-06-11T14:26:19.657Z Downloaded chacha20poly1305 v0.10.1
8422026-06-11T14:26:19.657Z Downloaded cc v1.2.56
8432026-06-11T14:26:19.657Z Downloaded bytes v1.11.1
8442026-06-11T14:26:19.660Z Downloaded oxide-tokio-rt v0.1.4
8452026-06-11T14:26:19.660Z Downloaded owo-colors v4.3.0
8462026-06-11T14:26:19.663Z Downloaded predicates-tree v1.0.13
8472026-06-11T14:26:19.663Z Downloaded hmac v0.12.1
8482026-06-11T14:26:19.665Z Downloaded async-compression v0.4.41
8492026-06-11T14:26:19.668Z Downloaded num_enum v0.7.6
8502026-06-11T14:26:19.671Z Downloaded proc-macro-error-attr2 v2.0.0
8512026-06-11T14:26:19.671Z Downloaded powerfmt v0.2.0
8522026-06-11T14:26:19.673Z Downloaded proc-macro-crate v3.4.0
8532026-06-11T14:26:19.673Z Downloaded predicates-core v1.0.10
8542026-06-11T14:26:19.674Z Downloaded progenitor-client v0.14.0
8552026-06-11T14:26:19.676Z Downloaded memmap2 v0.9.10
8562026-06-11T14:26:19.676Z Downloaded heapless v0.8.0
8572026-06-11T14:26:19.679Z Downloaded drift v0.2.0
8582026-06-11T14:26:19.685Z Downloaded parking_lot_core v0.8.6
8592026-06-11T14:26:19.688Z Downloaded headers v0.4.1
8602026-06-11T14:26:19.690Z Downloaded oxnet v0.1.5
8612026-06-11T14:26:19.693Z Downloaded darling_core v0.20.11
8622026-06-11T14:26:19.696Z Downloaded progenitor-macro v0.11.2
8632026-06-11T14:26:19.696Z Downloaded progenitor-client v0.11.2
8642026-06-11T14:26:19.696Z Downloaded pem v3.0.6
8652026-06-11T14:26:19.699Z Downloaded paste v1.0.15
8662026-06-11T14:26:19.699Z Downloaded progenitor-macro v0.13.0
8672026-06-11T14:26:19.699Z Downloaded quick-error v1.2.3
8682026-06-11T14:26:19.702Z Downloaded parse-display-derive v0.10.0
8692026-06-11T14:26:19.702Z Downloaded packed_struct v0.10.1
8702026-06-11T14:26:19.702Z Downloaded proc-macro-crate v1.3.1
8712026-06-11T14:26:19.705Z Downloaded num_enum v0.5.11
8722026-06-11T14:26:19.707Z Downloaded flate2 v1.1.9
8732026-06-11T14:26:19.710Z Downloaded flume v0.11.1
8742026-06-11T14:26:19.713Z Downloaded psl-types v2.0.11
8752026-06-11T14:26:19.713Z Downloaded progenitor-macro v0.14.0
8762026-06-11T14:26:19.713Z Downloaded password-hash v0.4.2
8772026-06-11T14:26:19.715Z Downloaded parse-size v1.1.0
8782026-06-11T14:26:19.715Z Downloaded crossterm v0.28.1
8792026-06-11T14:26:19.718Z Downloaded poly1305 v0.8.0
8802026-06-11T14:26:19.721Z Downloaded password-hash v0.5.0
8812026-06-11T14:26:19.724Z Downloaded peg-macros v0.8.5
8822026-06-11T14:26:19.724Z Downloaded peg v0.8.5
8832026-06-11T14:26:19.727Z Downloaded pin-project-lite v0.2.17
8842026-06-11T14:26:19.729Z Downloaded phf v0.12.1
8852026-06-11T14:26:19.729Z Downloaded darling_core v0.21.3
8862026-06-11T14:26:19.732Z Downloaded ar_archive_writer v0.5.1
8872026-06-11T14:26:19.735Z Downloaded indicatif v0.18.4
8882026-06-11T14:26:19.737Z Downloaded primeorder v0.13.6
8892026-06-11T14:26:19.740Z Downloaded pin-project-internal v1.1.11
8902026-06-11T14:26:19.740Z Downloaded omicron-zone-package v0.12.2
8912026-06-11T14:26:19.743Z Downloaded rand_chacha v0.3.1
8922026-06-11T14:26:19.743Z Downloaded libbz2-rs-sys v0.2.2
8932026-06-11T14:26:19.746Z Downloaded indexmap v1.9.3
8942026-06-11T14:26:19.746Z Downloaded polyval v0.6.2
8952026-06-11T14:26:19.748Z Downloaded ref-cast v1.0.25
8962026-06-11T14:26:19.748Z Downloaded postgres-protocol v0.6.10
8972026-06-11T14:26:19.752Z Downloaded pkg-config v0.3.32
8982026-06-11T14:26:19.752Z Downloaded recursive-proc-macro-impl v0.1.1
8992026-06-11T14:26:19.752Z Downloaded recursive v0.1.1
9002026-06-11T14:26:19.754Z Downloaded libsw v3.5.0
9012026-06-11T14:26:19.754Z Downloaded ignore v0.4.25
9022026-06-11T14:26:19.754Z Downloaded ref-cast-impl v1.0.25
9032026-06-11T14:26:19.757Z Downloaded progenitor-extras v0.2.0
9042026-06-11T14:26:19.757Z Downloaded parking_lot v0.12.5
9052026-06-11T14:26:19.760Z Downloaded hickory-resolver v0.24.4
9062026-06-11T14:26:19.763Z Downloaded progenitor v0.14.0
9072026-06-11T14:26:19.763Z Downloaded heapless v0.7.17
9082026-06-11T14:26:19.766Z Downloaded ingot v0.1.1
9092026-06-11T14:26:19.766Z Downloaded diff v0.1.13
9102026-06-11T14:26:19.769Z Downloaded phf v0.13.1
9112026-06-11T14:26:19.776Z Downloaded rfc6979 v0.4.0
9122026-06-11T14:26:19.779Z Downloaded rtoolbox v0.0.3
9132026-06-11T14:26:19.779Z Downloaded progenitor-client v0.13.0
9142026-06-11T14:26:19.779Z Downloaded progenitor v0.11.2
9152026-06-11T14:26:19.781Z Downloaded rustc_version v0.4.1
9162026-06-11T14:26:19.782Z Downloaded proc-macro-error2 v2.0.1
9172026-06-11T14:26:19.784Z Downloaded rustc_version v0.1.7
9182026-06-11T14:26:19.784Z Downloaded parking_lot_core v0.9.12
9192026-06-11T14:26:19.787Z Downloaded parking_lot v0.11.2
9202026-06-11T14:26:19.787Z Downloaded psm v0.1.30
9212026-06-11T14:26:19.790Z Downloaded expectorate v1.2.0
9222026-06-11T14:26:19.791Z Downloaded ed25519-dalek v2.2.0
9232026-06-11T14:26:19.793Z Downloaded rustc-hash v2.1.1
9242026-06-11T14:26:19.796Z Downloaded diesel_derives v2.3.7
9252026-06-11T14:26:19.799Z Downloaded radium v0.7.0
9262026-06-11T14:26:19.799Z Downloaded r2d2 v0.8.10
9272026-06-11T14:26:19.801Z Downloaded derive_more v2.1.1
9282026-06-11T14:26:19.807Z Downloaded postcard v1.1.3
9292026-06-11T14:26:19.810Z Downloaded pem-rfc7468 v0.7.0
9302026-06-11T14:26:19.813Z Downloaded russh-cryptovec v0.7.3
9312026-06-11T14:26:19.816Z Downloaded miniz_oxide v0.8.9
9322026-06-11T14:26:19.818Z Downloaded rand_core v0.10.0
9332026-06-11T14:26:19.818Z Downloaded rand_chacha v0.9.0
9342026-06-11T14:26:19.821Z Downloaded progenitor v0.13.0
9352026-06-11T14:26:19.821Z Downloaded rand_core v0.9.5
9362026-06-11T14:26:19.824Z Downloaded rand_core v0.6.4
9372026-06-11T14:26:19.826Z Downloaded salsa20 v0.10.2
9382026-06-11T14:26:19.826Z Downloaded same-file v1.0.6
9392026-06-11T14:26:19.829Z Downloaded sapling-renderdag v0.1.0
9402026-06-11T14:26:19.833Z Downloaded pkcs5 v0.7.1
9412026-06-11T14:26:19.836Z Downloaded rand_xorshift v0.4.0
9422026-06-11T14:26:19.839Z Downloaded rand_seeder v0.4.0
9432026-06-11T14:26:19.839Z Downloaded ppv-lite86 v0.2.21
9442026-06-11T14:26:19.842Z Downloaded postgres-types v0.2.12
9452026-06-11T14:26:19.842Z Downloaded pkcs8 v0.10.2
9462026-06-11T14:26:19.845Z Downloaded pkcs1 v0.7.5
9472026-06-11T14:26:19.845Z Downloaded jiff-static v0.2.21
9482026-06-11T14:26:19.848Z Downloaded resolv-conf v0.7.6
9492026-06-11T14:26:19.851Z Downloaded serde-big-array v0.5.1
9502026-06-11T14:26:19.851Z Downloaded p256 v0.13.2
9512026-06-11T14:26:19.853Z Downloaded serde_plain v1.0.2
9522026-06-11T14:26:19.856Z Downloaded serde_bytes v0.11.19
9532026-06-11T14:26:19.857Z Downloaded serde_urlencoded v0.7.1
9542026-06-11T14:26:19.857Z Downloaded quinn-udp v0.5.14
9552026-06-11T14:26:19.860Z Downloaded seq-macro v0.3.6
9562026-06-11T14:26:19.860Z Downloaded arc-swap v1.8.2
9572026-06-11T14:26:19.863Z Downloaded scheduled-thread-pool v0.2.7
9582026-06-11T14:26:19.863Z Downloaded scrypt v0.11.0
9592026-06-11T14:26:19.865Z Downloaded serde_spanned v1.0.4
9602026-06-11T14:26:19.865Z Downloaded secrecy v0.10.3
9612026-06-11T14:26:19.868Z Downloaded secrecy v0.8.0
9622026-06-11T14:26:19.868Z Downloaded scroll_derive v0.13.1
9632026-06-11T14:26:19.871Z Downloaded shell-words v1.1.1
9642026-06-11T14:26:19.874Z Downloaded openssl-sys v0.9.115
9652026-06-11T14:26:19.877Z Downloaded serde_repr v0.1.20
9662026-06-11T14:26:19.880Z Downloaded sha1 v0.10.6
9672026-06-11T14:26:19.880Z Downloaded semver v0.1.20
9682026-06-11T14:26:19.885Z Downloaded prefix-trie v0.7.0
9692026-06-11T14:26:19.887Z Downloaded predicates v3.1.4
9702026-06-11T14:26:19.890Z Downloaded pin-project v1.1.11
9712026-06-11T14:26:19.896Z Downloaded rusty-fork v0.3.1
9722026-06-11T14:26:19.898Z Downloaded rustls-pemfile v2.2.0
9732026-06-11T14:26:19.901Z Downloaded signal-hook-mio v0.2.5
9742026-06-11T14:26:19.901Z Downloaded siphasher v1.0.2
9752026-06-11T14:26:19.904Z Downloaded rustversion v1.0.22
9762026-06-11T14:26:19.904Z Downloaded rustls-pemfile v1.0.4
9772026-06-11T14:26:19.907Z Downloaded hickory-resolver v0.25.2
9782026-06-11T14:26:19.912Z Downloaded progenitor-impl v0.13.0
9792026-06-11T14:26:19.915Z Downloaded oso v0.27.3
9802026-06-11T14:26:19.918Z Downloaded progenitor-impl v0.14.0
9812026-06-11T14:26:19.920Z Downloaded sigpipe v0.1.3
9822026-06-11T14:26:19.920Z Downloaded signature v2.2.0
9832026-06-11T14:26:19.923Z Downloaded signal-hook-tokio v0.3.1
9842026-06-11T14:26:19.926Z Downloaded slog-bunyan v2.5.0
9852026-06-11T14:26:19.929Z Downloaded slog-envlogger v2.2.0
9862026-06-11T14:26:19.929Z Downloaded serde-hex v0.1.0
9872026-06-11T14:26:19.939Z Downloaded minimal-lexical v0.2.1
9882026-06-11T14:26:19.942Z Downloaded http v1.4.0
9892026-06-11T14:26:19.946Z Downloaded hashbrown v0.13.2
9902026-06-11T14:26:19.948Z Downloaded hashbrown v0.12.3
9912026-06-11T14:26:19.952Z Downloaded shlex v1.3.0
9922026-06-11T14:26:19.952Z Downloaded aes v0.8.4
9932026-06-11T14:26:19.955Z Downloaded scroll v0.13.0
9942026-06-11T14:26:19.955Z Downloaded scopeguard v1.2.0
9952026-06-11T14:26:19.955Z Downloaded schemars_derive v0.8.22
9962026-06-11T14:26:19.955Z Downloaded papergrid v0.17.0
9972026-06-11T14:26:19.958Z Downloaded serde_path_to_error v0.1.20
9982026-06-11T14:26:19.960Z Downloaded sec1 v0.7.3
9992026-06-11T14:26:19.964Z Downloaded serde_with_macros v1.5.2
10002026-06-11T14:26:19.966Z Downloaded strsim v0.10.0
10012026-06-11T14:26:19.972Z Downloaded rustls-native-certs v0.8.3
10022026-06-11T14:26:19.980Z Downloaded ssh-encoding v0.2.0
10032026-06-11T14:26:19.982Z Downloaded simd-adler32 v0.3.8
10042026-06-11T14:26:19.982Z Downloaded strip-ansi-escapes v0.2.1
10052026-06-11T14:26:19.985Z Downloaded ssh-cipher v0.2.0
10062026-06-11T14:26:19.985Z Downloaded signal-hook-registry v1.4.8
10072026-06-11T14:26:19.988Z Downloaded strum v0.27.2
10082026-06-11T14:26:19.988Z Downloaded structmeta-derive v0.3.0
10092026-06-11T14:26:19.988Z Downloaded subtle v2.6.1
10102026-06-11T14:26:19.991Z Downloaded strum v0.26.3
10112026-06-11T14:26:19.991Z Downloaded structmeta v0.3.0
10122026-06-11T14:26:19.991Z Downloaded hickory-server v0.25.2
10132026-06-11T14:26:19.995Z Downloaded progenitor-impl v0.11.2
10142026-06-11T14:26:19.997Z Downloaded itertools v0.10.5
10152026-06-11T14:26:20.000Z Downloaded slog-stdlog v4.1.1
10162026-06-11T14:26:20.003Z Downloaded slog-term v2.9.2
10172026-06-11T14:26:20.003Z Downloaded sync-ptr v0.1.4
10182026-06-11T14:26:20.006Z Downloaded supports-color v3.0.2
10192026-06-11T14:26:20.006Z Downloaded slog-scope v4.4.1
10202026-06-11T14:26:20.006Z Downloaded slog-json v2.6.1
10212026-06-11T14:26:20.009Z Downloaded slog-dtrace v0.3.0
10222026-06-11T14:26:20.009Z Downloaded slog-async v2.8.0
10232026-06-11T14:26:20.011Z Downloaded sync_wrapper v1.0.2
10242026-06-11T14:26:20.012Z Downloaded slab v0.4.12
10252026-06-11T14:26:20.012Z Downloaded hyper-util v0.1.20
10262026-06-11T14:26:20.015Z Downloaded prettyplease v0.2.37
10272026-06-11T14:26:20.018Z Downloaded libxml v0.3.3
10282026-06-11T14:26:20.021Z Downloaded tagptr v0.2.0
10292026-06-11T14:26:20.023Z Downloaded tap v1.0.1
10302026-06-11T14:26:20.023Z Downloaded tabwriter v1.4.1
10312026-06-11T14:26:20.023Z Downloaded smf v0.2.3
10322026-06-11T14:26:20.026Z Downloaded pretty_assertions v1.4.1
10332026-06-11T14:26:20.026Z Downloaded sct v0.7.1
10342026-06-11T14:26:20.029Z Downloaded take_mut v0.2.2
10352026-06-11T14:26:20.033Z Downloaded smallvec v0.6.14
10362026-06-11T14:26:20.036Z Downloaded serde_with_macros v3.17.0
10372026-06-11T14:26:20.036Z Downloaded snafu-derive v0.8.9
10382026-06-11T14:26:20.036Z Downloaded serde_cbor v0.11.2
10392026-06-11T14:26:20.040Z Downloaded testing_table v0.3.0
10402026-06-11T14:26:20.040Z Downloaded spki v0.7.3
10412026-06-11T14:26:20.042Z Downloaded russh-keys v0.45.0
10422026-06-11T14:26:20.042Z Downloaded termtree v0.5.1
10432026-06-11T14:26:20.045Z Downloaded thread-id v5.1.0
10442026-06-11T14:26:20.045Z Downloaded ryu v1.0.23
10452026-06-11T14:26:20.048Z Downloaded time-core v0.1.8
10462026-06-11T14:26:20.048Z Downloaded rcgen v0.12.1
10472026-06-11T14:26:20.051Z Downloaded rayon-core v1.13.0
10482026-06-11T14:26:20.051Z Downloaded static_assertions v1.1.0
10492026-06-11T14:26:20.054Z Downloaded serde_derive_internals v0.29.1
10502026-06-11T14:26:20.054Z Downloaded stringprep v0.1.5
10512026-06-11T14:26:20.057Z Downloaded strum_macros v0.24.3
10522026-06-11T14:26:20.057Z Downloaded string_cache v0.8.9
10532026-06-11T14:26:20.060Z Downloaded tinyvec_macros v0.1.1
10542026-06-11T14:26:20.063Z Downloaded rustls-pki-types v1.14.0
10552026-06-11T14:26:20.066Z Downloaded stacker v0.1.23
10562026-06-11T14:26:20.066Z Downloaded strum_macros v0.26.4
10572026-06-11T14:26:20.066Z Downloaded sqlparser_derive v0.5.0
10582026-06-11T14:26:20.069Z Downloaded sqlformat v0.3.5
10592026-06-11T14:26:20.071Z Downloaded strum_macros v0.27.2
10602026-06-11T14:26:20.075Z Downloaded tokio-macros v2.7.0
10612026-06-11T14:26:20.085Z Downloaded qorb v0.4.1
10622026-06-11T14:26:20.088Z Downloaded quinn v0.11.9
10632026-06-11T14:26:20.091Z Downloaded termios v0.3.3
10642026-06-11T14:26:20.094Z Downloaded support-bundle-viewer v0.1.2
10652026-06-11T14:26:20.097Z Downloaded rustls-platform-verifier v0.6.2
10662026-06-11T14:26:20.099Z Downloaded tabled_derive v0.11.0
10672026-06-11T14:26:20.102Z Downloaded spin v0.9.8
10682026-06-11T14:26:20.105Z Downloaded serde_yaml v0.9.34+deprecated
10692026-06-11T14:26:20.108Z Downloaded dropshot-api-manager v0.7.2
10702026-06-11T14:26:20.111Z Downloaded time-macros v0.2.27
10712026-06-11T14:26:20.114Z Downloaded thiserror-no-std v2.0.2
10722026-06-11T14:26:20.117Z Downloaded tower-service v0.3.3
10732026-06-11T14:26:20.120Z Downloaded schemars v0.8.22
10742026-06-11T14:26:20.124Z Downloaded ron v0.8.1
10752026-06-11T14:26:20.127Z Downloaded try-lock v0.2.5
10762026-06-11T14:26:20.131Z Downloaded topological-sort v0.2.2
10772026-06-11T14:26:20.131Z Downloaded thiserror-impl-no-std v2.0.2
10782026-06-11T14:26:20.131Z Downloaded schemars v0.9.0
10792026-06-11T14:26:20.137Z Downloaded trait-variant v0.1.2
10802026-06-11T14:26:20.141Z Downloaded thread_local v1.1.9
10812026-06-11T14:26:20.141Z Downloaded signal-hook v0.3.18
10822026-06-11T14:26:20.144Z Downloaded rand v0.8.6
10832026-06-11T14:26:20.144Z Downloaded itertools v0.12.1
10842026-06-11T14:26:20.147Z Downloaded tls_codec_derive v0.4.2
10852026-06-11T14:26:20.149Z Downloaded num-bigint-dig v0.8.6
10862026-06-11T14:26:20.152Z Downloaded unarray v0.1.4
10872026-06-11T14:26:20.152Z Downloaded tls_codec v0.4.2
10882026-06-11T14:26:20.155Z Downloaded tiny-keccak v2.0.2
10892026-06-11T14:26:20.155Z Downloaded unicode-truncate v1.1.0
10902026-06-11T14:26:20.157Z Downloaded typify-macro v0.4.3
10912026-06-11T14:26:20.157Z Downloaded num-bigint v0.4.6
10922026-06-11T14:26:20.160Z Downloaded usdt-attr-macro v0.6.0
10932026-06-11T14:26:20.160Z Downloaded typify-macro v0.6.2
10942026-06-11T14:26:20.160Z Downloaded tokio-dtrace v0.1.1
10952026-06-11T14:26:20.163Z Downloaded publicsuffix v2.3.0
10962026-06-11T14:26:20.163Z Downloaded tokio-tungstenite v0.21.0
10972026-06-11T14:26:20.166Z Downloaded mio v1.2.0
10982026-06-11T14:26:20.169Z Downloaded tokio-rustls v0.25.0
10992026-06-11T14:26:20.169Z Downloaded tower-layer v0.3.3
11002026-06-11T14:26:20.172Z Downloaded term v0.7.0
11012026-06-11T14:26:20.175Z Downloaded slog v2.8.2
11022026-06-11T14:26:20.178Z Downloaded unit-prefix v0.5.2
11032026-06-11T14:26:20.180Z Downloaded universal-hash v0.5.1
11042026-06-11T14:26:20.180Z Downloaded utf-8 v0.7.6
11052026-06-11T14:26:20.180Z Downloaded usdt v0.6.0
11062026-06-11T14:26:20.183Z Downloaded untrusted v0.9.0
11072026-06-11T14:26:20.183Z Downloaded crossterm v0.29.0
11082026-06-11T14:26:20.186Z Downloaded rand v0.9.2
11092026-06-11T14:26:20.189Z Downloaded aho-corasick v1.1.4
11102026-06-11T14:26:20.191Z Downloaded usdt-macro v0.6.0
11112026-06-11T14:26:20.194Z Downloaded hashbrown v0.16.1
11122026-06-11T14:26:20.197Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11132026-06-11T14:26:20.197Z Downloaded hashbrown v0.15.5
11142026-06-11T14:26:20.200Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11152026-06-11T14:26:20.203Z Downloaded toml_writer v1.0.6+spec-1.1.0
11162026-06-11T14:26:20.203Z Downloaded socket2 v0.6.3
11172026-06-11T14:26:20.205Z Downloaded socket2 v0.5.10
11182026-06-11T14:26:20.205Z Downloaded void v1.0.2
11192026-06-11T14:26:20.209Z Downloaded rsa v0.9.10
11202026-06-11T14:26:20.212Z Downloaded nom v7.1.3
11212026-06-11T14:26:20.216Z Downloaded similar v2.7.0
11222026-06-11T14:26:20.219Z Downloaded rustls-webpki v0.103.9
11232026-06-11T14:26:20.222Z Downloaded want v0.3.1
11242026-06-11T14:26:20.225Z Downloaded wait-timeout v0.2.1
11252026-06-11T14:26:20.225Z Downloaded tui-tree-widget v0.23.1
11262026-06-11T14:26:20.225Z Downloaded waitgroup v0.1.2
11272026-06-11T14:26:20.225Z Downloaded tokio-native-tls v0.3.1
11282026-06-11T14:26:20.228Z Downloaded iri-string v0.7.10
11292026-06-11T14:26:20.231Z Downloaded unicase v2.9.0
11302026-06-11T14:26:20.233Z Downloaded itertools v0.14.0
11312026-06-11T14:26:20.236Z Downloaded tokio-rustls v0.24.1
11322026-06-11T14:26:20.239Z Downloaded samael v0.0.19
11332026-06-11T14:26:20.242Z Downloaded xattr v1.6.1
11342026-06-11T14:26:20.242Z Downloaded hyper v1.8.1
11352026-06-11T14:26:20.246Z Downloaded russh v0.45.0
11362026-06-11T14:26:20.251Z Downloaded subprocess v0.2.15
11372026-06-11T14:26:20.254Z Downloaded tokio-rustls v0.26.4
11382026-06-11T14:26:20.257Z Downloaded xshell-macros v0.2.7
11392026-06-11T14:26:20.259Z Downloaded h2 v0.4.13
11402026-06-11T14:26:20.263Z Downloaded uzers v0.12.2
11412026-06-11T14:26:20.266Z Downloaded untrusted v0.7.1
11422026-06-11T14:26:20.268Z Downloaded schemars v1.2.1
11432026-06-11T14:26:20.276Z Downloaded usdt-impl v0.6.0
11442026-06-11T14:26:20.279Z Downloaded term v1.2.1
11452026-06-11T14:26:20.282Z Downloaded zone v0.3.1
11462026-06-11T14:26:20.282Z Downloaded toml_parser v1.0.9+spec-1.1.0
11472026-06-11T14:26:20.282Z Downloaded zone_cfg_derive v0.3.1
11482026-06-11T14:26:20.282Z Downloaded snafu v0.8.9
11492026-06-11T14:26:20.285Z Downloaded tokio-tungstenite v0.23.1
11502026-06-11T14:26:20.288Z Downloaded test-strategy v0.4.5
11512026-06-11T14:26:20.291Z Downloaded vergen-git2 v9.1.0
11522026-06-11T14:26:20.291Z Downloaded nom v8.0.0
11532026-06-11T14:26:20.293Z Downloaded vsss-rs v3.3.4
11542026-06-11T14:26:20.296Z Downloaded vergen-lib v9.1.0
11552026-06-11T14:26:20.296Z Downloaded itertools v0.13.0
11562026-06-11T14:26:20.300Z Downloaded vergen-lib v0.1.6
11572026-06-11T14:26:20.302Z Downloaded vergen-gitcl v1.0.8
11582026-06-11T14:26:20.302Z Downloaded tracing-attributes v0.1.31
11592026-06-11T14:26:20.305Z Downloaded rand v0.10.0
11602026-06-11T14:26:20.308Z Downloaded blake3 v1.8.3
11612026-06-11T14:26:20.311Z Downloaded tinyvec v1.10.0
11622026-06-11T14:26:20.313Z Downloaded twox-hash v2.1.2
11632026-06-11T14:26:20.316Z Downloaded whoami v1.6.1
11642026-06-11T14:26:20.319Z Downloaded walkdir v2.5.0
11652026-06-11T14:26:20.319Z Downloaded wyz v0.5.1
11662026-06-11T14:26:20.319Z Downloaded whoami v2.1.0
11672026-06-11T14:26:20.322Z Downloaded hkdf v0.12.4
11682026-06-11T14:26:20.334Z Downloaded zeroize_derive v1.4.3
11692026-06-11T14:26:20.337Z Downloaded zeroize v1.8.2
11702026-06-11T14:26:20.343Z Downloaded xshell v0.2.7
11712026-06-11T14:26:20.348Z Downloaded zstd-safe v7.2.4
11722026-06-11T14:26:20.351Z Downloaded toml v0.7.8
11732026-06-11T14:26:20.354Z Downloaded steno v0.4.1
11742026-06-11T14:26:20.357Z Downloaded zstd v0.13.3
11752026-06-11T14:26:20.361Z Downloaded p521 v0.13.3
11762026-06-11T14:26:20.363Z Downloaded rustyline v14.0.0
11772026-06-11T14:26:20.366Z Downloaded vergen v9.1.0
11782026-06-11T14:26:20.366Z Downloaded typify v0.4.3
11792026-06-11T14:26:20.369Z Downloaded tar v0.4.45
11802026-06-11T14:26:20.371Z Downloaded bitvec v1.0.1
11812026-06-11T14:26:20.380Z Downloaded unicode-bidi v0.3.18
11822026-06-11T14:26:20.383Z Downloaded rpassword v7.4.0
11832026-06-11T14:26:20.383Z Downloaded typify v0.6.2
11842026-06-11T14:26:20.390Z Downloaded unicode-properties v0.1.4
11852026-06-11T14:26:20.393Z Downloaded yasna v0.5.2
11862026-06-11T14:26:20.393Z Downloaded iddqd v0.4.2
11872026-06-11T14:26:20.397Z Downloaded uuid v1.23.0
11882026-06-11T14:26:20.400Z Downloaded bindgen v0.71.1
11892026-06-11T14:26:20.403Z Downloaded serde_with v1.14.0
11902026-06-11T14:26:20.406Z Downloaded unsafe-libyaml v0.2.11
11912026-06-11T14:26:20.409Z Downloaded toml_edit v0.23.10+spec-1.0.0
11922026-06-11T14:26:20.412Z Downloaded tokio-stream v0.1.18
11932026-06-11T14:26:20.414Z Downloaded tracing-core v0.1.36
11942026-06-11T14:26:20.414Z Downloaded reedline v0.40.0
11952026-06-11T14:26:20.418Z Downloaded vte v0.14.1
11962026-06-11T14:26:20.421Z Downloaded futures-util v0.3.32
11972026-06-11T14:26:20.427Z Downloaded toml v1.0.6+spec-1.1.0
11982026-06-11T14:26:20.434Z Downloaded chrono v0.4.44
11992026-06-11T14:26:20.438Z Downloaded tungstenite v0.23.0
12002026-06-11T14:26:20.441Z Downloaded git2 v0.20.4
12012026-06-11T14:26:20.445Z Downloaded tokio-postgres v0.7.16
12022026-06-11T14:26:20.448Z Downloaded zerocopy v0.6.6
12032026-06-11T14:26:20.451Z Downloaded libm v0.2.16
12042026-06-11T14:26:20.475Z Downloaded reqwest v0.12.28
12052026-06-11T14:26:20.478Z Downloaded reqwest v0.13.2
12062026-06-11T14:26:20.489Z Downloaded unicode_categories v0.1.1
12072026-06-11T14:26:20.492Z Downloaded tungstenite v0.21.0
12082026-06-11T14:26:20.496Z Downloaded toml_edit v0.19.15
12092026-06-11T14:26:20.505Z Downloaded regex v1.12.3
12102026-06-11T14:26:20.512Z Downloaded yansi v1.0.1
12112026-06-11T14:26:20.516Z Downloaded p384 v0.13.1
12122026-06-11T14:26:20.524Z Downloaded zip v0.6.6
12132026-06-11T14:26:20.529Z Downloaded zopfli v0.8.3
12142026-06-11T14:26:20.536Z Downloaded rustls-webpki v0.101.7
12152026-06-11T14:26:20.540Z Downloaded tower v0.5.3
12162026-06-11T14:26:20.545Z Downloaded ssh-key v0.6.7
12172026-06-11T14:26:20.549Z Downloaded lalrpop v0.19.12
12182026-06-11T14:26:20.554Z Downloaded typed-path v0.9.3
12192026-06-11T14:26:20.558Z Downloaded portable-atomic v1.13.1
12202026-06-11T14:26:20.562Z Downloaded x509-cert v0.2.5
12212026-06-11T14:26:20.571Z Downloaded zerocopy-derive v0.8.40
12222026-06-11T14:26:20.576Z Downloaded tokio-util v0.7.18
12232026-06-11T14:26:20.588Z Downloaded quick-xml v0.37.5
12242026-06-11T14:26:20.591Z Downloaded unicode-segmentation v1.12.0
12252026-06-11T14:26:20.595Z Downloaded proptest v1.10.0
12262026-06-11T14:26:20.601Z Downloaded salty v0.3.0
12272026-06-11T14:26:20.604Z Downloaded rayon v1.11.0
12282026-06-11T14:26:20.609Z Downloaded unicode-normalization v0.1.25
12292026-06-11T14:26:20.612Z Downloaded goblin v0.10.5
12302026-06-11T14:26:20.616Z Downloaded rustls-webpki v0.102.8
12312026-06-11T14:26:20.626Z Downloaded tower-http v0.6.8
12322026-06-11T14:26:20.630Z Downloaded curve25519-dalek v4.1.3
12332026-06-11T14:26:20.635Z Downloaded moka v0.12.13
12342026-06-11T14:26:20.654Z Downloaded tough v0.22.0
12352026-06-11T14:26:20.658Z Downloaded zip v4.6.1
12362026-06-11T14:26:20.661Z Downloaded petname v2.0.2
12372026-06-11T14:26:20.699Z Downloaded serde_with v3.17.0
12382026-06-11T14:26:20.708Z Downloaded quinn-proto v0.11.13
12392026-06-11T14:26:20.715Z Downloaded winnow v0.6.26
12402026-06-11T14:26:20.720Z Downloaded nix v0.27.1
12412026-06-11T14:26:20.726Z Downloaded radix_trie v0.2.1
12422026-06-11T14:26:20.730Z Downloaded object v0.30.4
12432026-06-11T14:26:20.759Z Downloaded openssl v0.10.79
12442026-06-11T14:26:20.764Z Downloaded winnow v0.5.40
12452026-06-11T14:26:20.770Z Downloaded polar-core v0.27.3
12462026-06-11T14:26:20.808Z Downloaded time v0.3.47
12472026-06-11T14:26:20.817Z Downloaded tabled v0.20.0
12482026-06-11T14:26:20.828Z Downloaded rustls v0.21.12
12492026-06-11T14:26:20.835Z Downloaded smoltcp v0.9.1
12502026-06-11T14:26:20.841Z Downloaded object v0.37.3
12512026-06-11T14:26:20.847Z Downloaded zlib-rs v0.6.2
12522026-06-11T14:26:20.850Z Downloaded nix v0.28.0
12532026-06-11T14:26:20.857Z Downloaded dropshot v0.17.0
12542026-06-11T14:26:20.869Z Downloaded regex-syntax v0.6.29
12552026-06-11T14:26:20.873Z Downloaded hickory-proto v0.24.4
12562026-06-11T14:26:20.882Z Downloaded vcpkg v0.2.15
12572026-06-11T14:26:20.904Z Downloaded zerocopy v0.8.40
12582026-06-11T14:26:20.910Z Downloaded regress v0.11.1
12592026-06-11T14:26:20.915Z Downloaded regex-syntax v0.8.10
12602026-06-11T14:26:20.919Z Downloaded regress v0.10.5
12612026-06-11T14:26:20.928Z Downloaded hickory-proto v0.25.2
12622026-06-11T14:26:20.934Z Downloaded webpki-roots v1.0.6
12632026-06-11T14:26:20.937Z Downloaded rustix v0.38.44
12642026-06-11T14:26:20.949Z Downloaded diesel v2.3.7
12652026-06-11T14:26:20.961Z Downloaded rustls v0.23.37
12662026-06-11T14:26:20.968Z Downloaded smoltcp v0.11.0
12672026-06-11T14:26:20.975Z Downloaded rustls v0.22.4
12682026-06-11T14:26:20.981Z Downloaded openapiv3 v2.2.0
12692026-06-11T14:26:20.988Z Downloaded bstr v1.12.1
12702026-06-11T14:26:20.994Z Downloaded nix v0.31.2
12712026-06-11T14:26:21.012Z Downloaded sled v0.34.7
12722026-06-11T14:26:21.018Z Downloaded sqlparser v0.61.0
12732026-06-11T14:26:21.037Z Downloaded ratatui v0.29.0
12742026-06-11T14:26:21.063Z Downloaded typify-impl v0.6.2
12752026-06-11T14:26:21.071Z Downloaded typify-impl v0.4.3
12762026-06-11T14:26:21.080Z Downloaded bzip2-sys v0.1.13+1.0.8
12772026-06-11T14:26:21.088Z Downloaded tracing v0.1.44
12782026-06-11T14:26:21.100Z Downloaded zerocopy-derive v0.6.6
12792026-06-11T14:26:21.106Z Downloaded regex-automata v0.4.14
12802026-06-11T14:26:21.116Z Downloaded petgraph v0.6.5
12812026-06-11T14:26:21.135Z Downloaded jiff v0.2.21
12822026-06-11T14:26:21.149Z Downloaded chrono-tz v0.10.4
12832026-06-11T14:26:21.169Z Downloaded csv v1.4.0
12842026-06-11T14:26:21.181Z Downloaded petgraph v0.8.3
12852026-06-11T14:26:21.194Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12862026-06-11T14:26:21.205Z Downloaded libz-sys v1.1.24
12872026-06-11T14:26:21.224Z Downloaded sha3 v0.10.8
12882026-06-11T14:26:21.232Z Downloaded tokio v1.52.1
12892026-06-11T14:26:21.275Z Downloaded encoding_rs v0.8.35
12902026-06-11T14:26:21.312Z Downloaded ring v0.17.14
12912026-06-11T14:26:21.337Z Downloaded libgit2-sys v0.18.3+1.9.2
12922026-06-11T14:26:21.985Z Downloaded aws-lc-sys v0.40.0
12932026-06-11T14:26:22.241Z Compiling libc v0.2.185
12942026-06-11T14:26:22.241Z Compiling serde v1.0.228
12952026-06-11T14:26:22.245Z Compiling log v0.4.29
12962026-06-11T14:26:22.245Z Compiling shlex v1.3.0
12972026-06-11T14:26:22.245Z Compiling find-msvc-tools v0.1.9
12982026-06-11T14:26:22.245Z Compiling smallvec v1.15.1
12992026-06-11T14:26:22.245Z Compiling typenum v1.19.0
13002026-06-11T14:26:22.385Z Compiling subtle v2.6.1
13012026-06-11T14:26:22.416Z Compiling generic-array v0.14.7
13022026-06-11T14:26:22.429Z Compiling scopeguard v1.2.0
13032026-06-11T14:26:22.433Z Compiling const-oid v0.9.6
13042026-06-11T14:26:22.495Z Compiling serde_json v1.0.149
13052026-06-11T14:26:22.522Z Compiling syn v2.0.117
13062026-06-11T14:26:22.526Z Compiling zerocopy v0.8.40
13072026-06-11T14:26:22.526Z Compiling parking_lot_core v0.9.12
13082026-06-11T14:26:22.532Z Compiling pin-project-lite v0.2.17
13092026-06-11T14:26:22.600Z Compiling lock_api v0.4.14
13102026-06-11T14:26:22.615Z Compiling portable-atomic v1.13.1
13112026-06-11T14:26:22.618Z Compiling pkg-config v0.3.32
13122026-06-11T14:26:22.662Z Compiling bitflags v2.11.0
13132026-06-11T14:26:22.678Z Compiling critical-section v1.2.0
13142026-06-11T14:26:22.681Z Compiling futures-core v0.3.32
13152026-06-11T14:26:22.710Z Compiling libm v0.2.16
13162026-06-11T14:26:22.756Z Compiling num-traits v0.2.19
13172026-06-11T14:26:22.799Z Compiling percent-encoding v2.3.2
13182026-06-11T14:26:22.883Z Compiling futures-sink v0.3.32
13192026-06-11T14:26:22.895Z Compiling futures-task v0.3.32
13202026-06-11T14:26:22.898Z Compiling cpufeatures v0.2.17
13212026-06-11T14:26:22.910Z Compiling slab v0.4.12
13222026-06-11T14:26:22.955Z Compiling getrandom v0.4.1
13232026-06-11T14:26:23.001Z Compiling futures-channel v0.3.32
13242026-06-11T14:26:23.020Z Compiling futures-io v0.3.32
13252026-06-11T14:26:23.034Z Compiling rand_core v0.10.0
13262026-06-11T14:26:23.038Z Compiling indexmap v2.14.0
13272026-06-11T14:26:23.120Z Compiling rustversion v1.0.22
13282026-06-11T14:26:23.148Z Compiling getrandom v0.3.4
13292026-06-11T14:26:23.196Z Compiling form_urlencoded v1.2.2
13302026-06-11T14:26:23.199Z Compiling fs_extra v1.3.0
13312026-06-11T14:26:23.212Z Compiling dunce v1.0.5
13322026-06-11T14:26:23.245Z Compiling base64ct v1.8.3
13332026-06-11T14:26:23.246Z Compiling ident_case v1.0.1
13342026-06-11T14:26:23.274Z Compiling flagset v0.4.7
13352026-06-11T14:26:23.323Z Compiling getrandom v0.2.17
13362026-06-11T14:26:23.339Z Compiling jobserver v0.1.34
13372026-06-11T14:26:23.366Z Compiling errno v0.3.14
13382026-06-11T14:26:23.408Z Compiling mio v1.2.0
13392026-06-11T14:26:23.426Z Compiling socket2 v0.6.3
13402026-06-11T14:26:23.491Z Compiling rand_core v0.6.4
13412026-06-11T14:26:23.507Z Compiling signal-hook-registry v1.4.8
13422026-06-11T14:26:23.541Z Compiling cc v1.2.56
13432026-06-11T14:26:23.574Z Compiling pem-rfc7468 v0.7.0
13442026-06-11T14:26:23.630Z Compiling once_cell v1.21.3
13452026-06-11T14:26:23.705Z Compiling parking_lot v0.12.5
13462026-06-11T14:26:23.723Z Compiling iana-time-zone v0.1.65
13472026-06-11T14:26:23.752Z Compiling rustix v1.1.3
13482026-06-11T14:26:23.784Z Compiling regex-syntax v0.8.10
13492026-06-11T14:26:23.802Z Compiling aws-lc-rs v1.16.3
13502026-06-11T14:26:23.822Z Compiling vcpkg v0.2.15
13512026-06-11T14:26:23.857Z Compiling tracing-core v0.1.36
13522026-06-11T14:26:23.890Z Compiling uuid v1.23.0
13532026-06-11T14:26:23.928Z Compiling rustc_version v0.4.1
13542026-06-11T14:26:23.966Z Compiling base64 v0.22.1
13552026-06-11T14:26:24.012Z Compiling tinyvec_macros v0.1.1
13562026-06-11T14:26:24.095Z Compiling rand_core v0.9.5
13572026-06-11T14:26:24.109Z Compiling untrusted v0.7.1
13582026-06-11T14:26:24.130Z Compiling openssl-probe v0.2.1
13592026-06-11T14:26:24.162Z Compiling untrusted v0.9.0
13602026-06-11T14:26:24.253Z Compiling httparse v1.10.1
13612026-06-11T14:26:24.269Z Compiling tinyvec v1.10.0
13622026-06-11T14:26:24.287Z Compiling cmake v0.1.57
13632026-06-11T14:26:24.303Z Compiling aho-corasick v1.1.4
13642026-06-11T14:26:24.318Z Compiling tower-service v0.3.3
13652026-06-11T14:26:24.334Z Compiling atomic-waker v1.1.2
13662026-06-11T14:26:24.348Z Compiling dyn-clone v1.0.20
13672026-06-11T14:26:24.397Z Compiling tower-layer v0.3.3
13682026-06-11T14:26:24.429Z Compiling schemars v0.8.22
13692026-06-11T14:26:24.449Z Compiling try-lock v0.2.5
13702026-06-11T14:26:24.472Z Compiling rustls v0.23.37
13712026-06-11T14:26:24.498Z Compiling pin-utils v0.1.0
13722026-06-11T14:26:24.535Z Compiling openssl v0.10.79
13732026-06-11T14:26:24.588Z Compiling want v0.3.1
13742026-06-11T14:26:24.623Z Compiling foreign-types-shared v0.1.1
13752026-06-11T14:26:24.642Z Compiling httpdate v1.0.3
13762026-06-11T14:26:24.668Z Compiling spin v0.9.8
13772026-06-11T14:26:24.701Z Compiling unicode-normalization v0.1.25
13782026-06-11T14:26:24.735Z Compiling foreign-types v0.3.2
13792026-06-11T14:26:24.739Z Compiling crc32fast v1.5.0
13802026-06-11T14:26:24.739Z Compiling num-conv v0.2.0
13812026-06-11T14:26:24.812Z Compiling time-core v0.1.8
13822026-06-11T14:26:24.827Z Compiling native-tls v0.2.18
13832026-06-11T14:26:24.831Z Compiling powerfmt v0.2.0
13842026-06-11T14:26:24.842Z Compiling wait-timeout v0.2.1
13852026-06-11T14:26:24.856Z Compiling sync_wrapper v1.0.2
13862026-06-11T14:26:24.892Z Compiling simd-adler32 v0.3.8
13872026-06-11T14:26:24.907Z Compiling siphasher v1.0.2
13882026-06-11T14:26:24.923Z Compiling bit-vec v0.8.0
13892026-06-11T14:26:24.982Z Compiling time-macros v0.2.27
13902026-06-11T14:26:25.002Z Compiling deranged v0.5.8
13912026-06-11T14:26:25.117Z Compiling syn v1.0.109
13922026-06-11T14:26:25.148Z Compiling crossbeam-utils v0.8.21
13932026-06-11T14:26:25.173Z Compiling num_threads v0.1.7
13942026-06-11T14:26:25.188Z Compiling usdt-impl v0.6.0
13952026-06-11T14:26:25.192Z Compiling quick-error v1.2.3
13962026-06-11T14:26:25.229Z Compiling unicode-segmentation v1.12.0
13972026-06-11T14:26:25.260Z Compiling bit-set v0.8.0
13982026-06-11T14:26:25.279Z Compiling slog v2.8.2
13992026-06-11T14:26:25.296Z Compiling heapless v0.7.17
14002026-06-11T14:26:25.311Z Compiling aws-lc-sys v0.40.0
14012026-06-11T14:26:25.338Z Compiling ring v0.17.14
14022026-06-11T14:26:25.440Z Compiling openssl-sys v0.9.115
14032026-06-11T14:26:25.480Z Compiling synstructure v0.13.2
14042026-06-11T14:26:25.496Z Compiling pest_generator v2.8.6
14052026-06-11T14:26:25.499Z Compiling serde_derive_internals v0.29.1
14062026-06-11T14:26:25.499Z Compiling regex-automata v0.4.14
14072026-06-11T14:26:25.554Z Compiling darling_core v0.20.11
14082026-06-11T14:26:25.583Z Compiling tempfile v3.25.0
14092026-06-11T14:26:25.673Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14102026-06-11T14:26:25.858Z Compiling rusty-fork v0.3.1
14112026-06-11T14:26:26.003Z Compiling darling_core v0.21.3
14122026-06-11T14:26:26.130Z Compiling bzip2-sys v0.1.13+1.0.8
14132026-06-11T14:26:26.162Z Compiling rand_xorshift v0.4.0
14142026-06-11T14:26:26.228Z Compiling time v0.3.47
14152026-06-11T14:26:26.262Z Compiling thread-id v5.1.0
14162026-06-11T14:26:26.282Z Compiling cookie v0.18.1
14172026-06-11T14:26:26.297Z Compiling adler2 v2.0.1
14182026-06-11T14:26:26.360Z Compiling zstd-safe v7.2.4
14192026-06-11T14:26:26.375Z Compiling signal-hook v0.3.18
14202026-06-11T14:26:26.431Z Compiling paste v1.0.15
14212026-06-11T14:26:26.453Z Compiling anyhow v1.0.102
14222026-06-11T14:26:26.470Z Compiling unarray v0.1.4
14232026-06-11T14:26:26.484Z Compiling unicode-bidi v0.3.18
14242026-06-11T14:26:26.502Z Compiling allocator-api2 v0.2.21
14252026-06-11T14:26:26.567Z Compiling unicode-properties v0.1.4
14262026-06-11T14:26:26.589Z Compiling ryu v1.0.23
14272026-06-11T14:26:26.604Z Compiling iri-string v0.7.10
14282026-06-11T14:26:26.797Z Compiling miniz_oxide v0.8.9
14292026-06-11T14:26:26.859Z Compiling stringprep v0.1.5
14302026-06-11T14:26:27.097Z Compiling heck v0.4.1
14312026-06-11T14:26:27.156Z Compiling num-integer v0.1.46
14322026-06-11T14:26:27.284Z Compiling serde_derive v1.0.228
14332026-06-11T14:26:27.347Z Compiling zeroize_derive v1.4.3
14342026-06-11T14:26:27.362Z Compiling zerofrom-derive v0.1.6
14352026-06-11T14:26:27.379Z Compiling yoke-derive v0.8.1
14362026-06-11T14:26:27.478Z Compiling zerocopy-derive v0.8.40
14372026-06-11T14:26:27.521Z Compiling zerovec-derive v0.11.2
14382026-06-11T14:26:27.535Z Compiling displaydoc v0.2.5
14392026-06-11T14:26:27.919Z Compiling tokio-macros v2.7.0
14402026-06-11T14:26:27.994Z Compiling futures-macro v0.3.32
14412026-06-11T14:26:28.040Z Compiling zeroize v1.8.2
14422026-06-11T14:26:28.265Z Compiling der_derive v0.7.3
14432026-06-11T14:26:28.330Z Compiling rustls-pki-types v1.14.0
14442026-06-11T14:26:28.610Z Compiling thiserror-impl v2.0.18
14452026-06-11T14:26:28.688Z Compiling tracing-attributes v0.1.31
14462026-06-11T14:26:28.718Z Compiling schemars_derive v0.8.22
14472026-06-11T14:26:28.721Z Compiling scroll_derive v0.13.1
14482026-06-11T14:26:28.802Z Compiling crypto-common v0.1.7
14492026-06-11T14:26:28.821Z Compiling block-buffer v0.10.4
14502026-06-11T14:26:28.870Z Compiling zerofrom v0.1.6
14512026-06-11T14:26:28.901Z Compiling futures-util v0.3.32
14522026-06-11T14:26:28.973Z Compiling digest v0.10.7
14532026-06-11T14:26:29.012Z Compiling yoke v0.8.1
14542026-06-11T14:26:29.028Z Compiling block-padding v0.3.3
14552026-06-11T14:26:29.210Z Compiling zerovec v0.11.5
14562026-06-11T14:26:29.225Z Compiling zerotrie v0.2.3
14572026-06-11T14:26:29.254Z Compiling hmac v0.12.1
14582026-06-11T14:26:29.292Z Compiling inout v0.1.4
14592026-06-11T14:26:29.428Z Compiling cipher v0.4.4
14602026-06-11T14:26:29.479Z Compiling sha2 v0.10.9
14612026-06-11T14:26:29.553Z Compiling der v0.7.10
14622026-06-11T14:26:29.623Z Compiling pbkdf2 v0.12.2
14632026-06-11T14:26:29.727Z Compiling tinystr v0.8.2
14642026-06-11T14:26:29.765Z Compiling potential_utf v0.1.4
14652026-06-11T14:26:29.780Z Compiling salsa20 v0.10.2
14662026-06-11T14:26:29.871Z Compiling cbc v0.1.2
14672026-06-11T14:26:29.946Z Compiling icu_locale_core v2.1.1
14682026-06-11T14:26:29.961Z Compiling icu_collections v2.1.1
14692026-06-11T14:26:29.962Z Compiling scrypt v0.11.0
14702026-06-11T14:26:30.048Z Compiling aes v0.8.4
14712026-06-11T14:26:30.091Z Compiling thiserror v2.0.18
14722026-06-11T14:26:30.126Z Compiling pest_derive v2.8.6
14732026-06-11T14:26:30.129Z Compiling tracing v0.1.44
14742026-06-11T14:26:30.218Z Compiling scroll v0.13.0
14752026-06-11T14:26:30.268Z Compiling darling_macro v0.20.11
14762026-06-11T14:26:30.448Z Compiling spki v0.7.3
14772026-06-11T14:26:30.485Z Compiling openssl-macros v0.1.1
14782026-06-11T14:26:30.502Z Compiling goblin v0.10.5
14792026-06-11T14:26:30.606Z Compiling icu_provider v2.1.1
14802026-06-11T14:26:30.678Z Compiling pkcs5 v0.7.1
14812026-06-11T14:26:30.780Z Compiling darling v0.20.11
14822026-06-11T14:26:30.847Z Compiling icu_normalizer v2.1.1
14832026-06-11T14:26:30.862Z Compiling bytes v1.11.1
14842026-06-11T14:26:30.883Z Compiling icu_properties v2.1.2
14852026-06-11T14:26:30.887Z Compiling chrono v0.4.44
14862026-06-11T14:26:30.912Z Compiling ipnet v2.11.0
14872026-06-11T14:26:30.956Z Compiling rustls-native-certs v0.8.3
14882026-06-11T14:26:30.972Z Compiling derive_builder_core v0.20.2
14892026-06-11T14:26:31.175Z Compiling pkcs8 v0.10.2
14902026-06-11T14:26:31.195Z Compiling dtrace-parser v0.3.0
14912026-06-11T14:26:31.279Z Compiling signature v2.2.0
14922026-06-11T14:26:31.303Z Compiling webpki-roots v1.0.6
14932026-06-11T14:26:31.416Z Compiling tokio v1.52.1
14942026-06-11T14:26:31.450Z Compiling http v1.4.0
14952026-06-11T14:26:31.453Z Compiling thiserror-impl v1.0.69
14962026-06-11T14:26:31.485Z Compiling scroll_derive v0.12.1
14972026-06-11T14:26:31.519Z Compiling serde_spanned v0.6.9
14982026-06-11T14:26:31.522Z Compiling toml_datetime v0.6.11
14992026-06-11T14:26:31.701Z Compiling serde_urlencoded v0.7.1
15002026-06-11T14:26:31.803Z Compiling idna_adapter v1.2.1
15012026-06-11T14:26:31.906Z Compiling derive_builder_macro v0.20.2
15022026-06-11T14:26:31.960Z Compiling ppv-lite86 v0.2.21
15032026-06-11T14:26:31.976Z Compiling idna v1.1.0
15042026-06-11T14:26:31.994Z Compiling serde_tokenstream v0.2.3
15052026-06-11T14:26:31.997Z Compiling erased-serde v0.3.31
15062026-06-11T14:26:32.047Z Compiling md-5 v0.10.6
15072026-06-11T14:26:32.182Z Compiling http-body v1.0.1
15082026-06-11T14:26:32.196Z Compiling scroll v0.12.0
15092026-06-11T14:26:32.237Z Compiling darling_macro v0.21.3
15102026-06-11T14:26:32.321Z Compiling url v2.5.8
15112026-06-11T14:26:32.344Z Compiling rand_chacha v0.9.0
15122026-06-11T14:26:32.347Z Compiling http-body-util v0.1.3
15132026-06-11T14:26:32.379Z Compiling rand_chacha v0.3.1
15142026-06-11T14:26:32.417Z Compiling bstr v1.12.1
15152026-06-11T14:26:32.420Z Compiling async-trait v0.1.89
15162026-06-11T14:26:32.488Z Compiling pin-project-internal v1.1.11
15172026-06-11T14:26:32.520Z Compiling zerocopy-derive v0.7.35
15182026-06-11T14:26:32.620Z Compiling rand v0.9.2
15192026-06-11T14:26:32.661Z Compiling vergen-lib v9.1.0
15202026-06-11T14:26:32.763Z Compiling curve25519-dalek v4.1.3
15212026-06-11T14:26:32.794Z Compiling thiserror v1.0.69
15222026-06-11T14:26:32.916Z Compiling ff v0.13.1
15232026-06-11T14:26:33.068Z Compiling hash32 v0.2.1
15242026-06-11T14:26:33.084Z Compiling memoffset v0.9.1
15252026-06-11T14:26:33.105Z Compiling encoding_rs v0.8.35
15262026-06-11T14:26:33.125Z Compiling base16ct v0.2.0
15272026-06-11T14:26:33.149Z Compiling psl-types v2.0.11
15282026-06-11T14:26:33.281Z Compiling dof v0.4.0
15292026-06-11T14:26:33.296Z Compiling proptest v1.10.0
15302026-06-11T14:26:33.313Z Compiling rustix v0.38.44
15312026-06-11T14:26:33.330Z Compiling zlib-rs v0.6.2
15322026-06-11T14:26:33.438Z Compiling num-bigint-dig v0.8.6
15332026-06-11T14:26:33.455Z Compiling litrs v1.0.0
15342026-06-11T14:26:33.503Z Compiling cfg_aliases v0.2.1
15352026-06-11T14:26:33.547Z Compiling mime v0.3.17
15362026-06-11T14:26:33.594Z Compiling smoltcp v0.9.1
15372026-06-11T14:26:33.651Z Compiling fallible-iterator v0.2.0
15382026-06-11T14:26:33.666Z Compiling ipnetwork v0.21.1
15392026-06-11T14:26:33.689Z Compiling ref-cast v1.0.25
15402026-06-11T14:26:33.974Z Compiling postgres-protocol v0.6.10
15412026-06-11T14:26:33.991Z Compiling oxnet v0.1.5
15422026-06-11T14:26:34.006Z Compiling document-features v0.2.12
15432026-06-11T14:26:34.063Z Compiling pin-project v1.1.11
15442026-06-11T14:26:34.080Z Compiling nix v0.31.2
15452026-06-11T14:26:34.092Z Compiling zerocopy v0.7.35
15462026-06-11T14:26:34.181Z Compiling publicsuffix v2.3.0
15472026-06-11T14:26:34.223Z Compiling sec1 v0.7.3
15482026-06-11T14:26:34.410Z Compiling group v0.13.0
15492026-06-11T14:26:34.475Z Compiling darling v0.21.3
15502026-06-11T14:26:34.508Z Compiling rand v0.8.6
15512026-06-11T14:26:34.536Z Compiling goblin v0.8.2
15522026-06-11T14:26:34.609Z Compiling derive_builder v0.20.2
15532026-06-11T14:26:34.624Z Compiling futures-executor v0.3.32
15542026-06-11T14:26:34.643Z Compiling hubpack_derive v0.1.1
15552026-06-11T14:26:34.675Z Compiling hex v0.4.3
15562026-06-11T14:26:34.691Z Compiling hkdf v0.12.4
15572026-06-11T14:26:34.715Z Compiling crypto-bigint v0.5.5
15582026-06-11T14:26:34.745Z Compiling regex v1.12.3
15592026-06-11T14:26:34.841Z Compiling num-iter v0.1.45
15602026-06-11T14:26:34.869Z Compiling snafu-derive v0.8.9
15612026-06-11T14:26:34.883Z Compiling strum_macros v0.27.2
15622026-06-11T14:26:34.916Z Compiling daft-derive v0.1.7
15632026-06-11T14:26:34.971Z Compiling ref-cast-impl v1.0.25
15642026-06-11T14:26:34.985Z Compiling curve25519-dalek-derive v0.1.1
15652026-06-11T14:26:35.202Z Compiling tokio-util v0.7.18
15662026-06-11T14:26:35.349Z Compiling tower v0.5.3
15672026-06-11T14:26:35.395Z Compiling tokio-native-tls v0.3.1
15682026-06-11T14:26:35.547Z Compiling terminal_size v0.4.3
15692026-06-11T14:26:35.599Z Compiling phf_shared v0.13.1
15702026-06-11T14:26:35.675Z Compiling lazy_static v1.5.0
15712026-06-11T14:26:35.690Z Compiling newtype-uuid v1.3.2
15722026-06-11T14:26:35.705Z Compiling anstyle-parse v0.2.7
15732026-06-11T14:26:35.720Z Compiling vergen v9.1.0
15742026-06-11T14:26:35.737Z Compiling cargo-platform v0.3.2
15752026-06-11T14:26:35.787Z Compiling tower-http v0.6.8
15762026-06-11T14:26:35.866Z Compiling fs-err v3.3.0
15772026-06-11T14:26:35.882Z Compiling ahash v0.8.12
15782026-06-11T14:26:35.912Z Compiling h2 v0.4.13
15792026-06-11T14:26:35.930Z Compiling winnow v0.5.40
15802026-06-11T14:26:36.038Z Compiling bumpalo v3.20.2
15812026-06-11T14:26:36.053Z Compiling same-file v1.0.6
15822026-06-11T14:26:36.084Z Compiling foldhash v0.1.5
15832026-06-11T14:26:36.109Z Compiling libbz2-rs-sys v0.2.2
15842026-06-11T14:26:36.228Z Compiling object v0.37.3
15852026-06-11T14:26:36.246Z Compiling flate2 v1.1.9
15862026-06-11T14:26:36.277Z Compiling bitflags v1.3.2
15872026-06-11T14:26:36.292Z Compiling foldhash v0.2.0
15882026-06-11T14:26:36.312Z Compiling managed v0.8.0
15892026-06-11T14:26:36.368Z Compiling zopfli v0.8.3
15902026-06-11T14:26:36.588Z Compiling bzip2 v0.6.1
15912026-06-11T14:26:36.625Z Compiling hashbrown v0.16.1
15922026-06-11T14:26:36.682Z Compiling hashbrown v0.15.5
15932026-06-11T14:26:36.726Z Compiling walkdir v2.5.0
15942026-06-11T14:26:36.902Z Compiling clap_builder v4.6.0
15952026-06-11T14:26:36.905Z Compiling dof v0.3.0
15962026-06-11T14:26:36.933Z Compiling snafu v0.8.9
15972026-06-11T14:26:36.993Z Compiling strum v0.27.2
15982026-06-11T14:26:37.030Z Compiling cargo_metadata v0.23.1
15992026-06-11T14:26:37.066Z Compiling daft v0.1.7
16002026-06-11T14:26:37.117Z Compiling anstream v0.6.21
16012026-06-11T14:26:37.148Z Compiling phf v0.13.1
16022026-06-11T14:26:37.298Z Compiling toml_edit v0.19.15
16032026-06-11T14:26:37.318Z Compiling elliptic-curve v0.13.8
16042026-06-11T14:26:37.333Z Compiling signal-hook-mio v0.2.5
16052026-06-11T14:26:37.459Z Compiling hubpack v0.1.2
16062026-06-11T14:26:37.487Z Compiling cookie_store v0.22.1
16072026-06-11T14:26:37.491Z Compiling usdt-macro v0.6.0
16082026-06-11T14:26:37.518Z Compiling usdt-attr-macro v0.6.0
16092026-06-11T14:26:37.667Z Compiling bzip2 v0.4.4
16102026-06-11T14:26:37.715Z Compiling futures v0.3.32
16112026-06-11T14:26:37.737Z Compiling serde_with_macros v3.17.0
16122026-06-11T14:26:37.832Z Compiling postgres-types v0.2.12
16132026-06-11T14:26:37.900Z Compiling zstd v0.13.3
16142026-06-11T14:26:38.166Z Compiling dtrace-parser v0.2.0
16152026-06-11T14:26:38.188Z Compiling globset v0.4.18
16162026-06-11T14:26:38.202Z Compiling ed25519 v2.2.3
16172026-06-11T14:26:38.297Z Compiling pkcs1 v0.7.5
16182026-06-11T14:26:38.365Z Compiling olpc-cjson v0.1.4
16192026-06-11T14:26:38.422Z Compiling serde-big-array v0.5.1
16202026-06-11T14:26:38.425Z Compiling serde_plain v1.0.2
16212026-06-11T14:26:38.550Z Compiling rfc6979 v0.4.0
16222026-06-11T14:26:38.584Z Compiling async-recursion v1.1.1
16232026-06-11T14:26:38.650Z Compiling enum-as-inner v0.6.1
16242026-06-11T14:26:38.696Z Compiling serde_repr v0.1.20
16252026-06-11T14:26:38.720Z Compiling strum_macros v0.26.4
16262026-06-11T14:26:38.897Z Compiling clap_derive v4.6.1
16272026-06-11T14:26:38.923Z Compiling phf_shared v0.11.3
16282026-06-11T14:26:38.943Z Compiling float-cmp v0.10.0
16292026-06-11T14:26:39.070Z Compiling hyper v1.8.1
16302026-06-11T14:26:39.119Z Compiling pem v3.0.6
16312026-06-11T14:26:39.119Z Compiling memmap2 v0.9.10
16322026-06-11T14:26:39.148Z Compiling thread-id v4.2.2
16332026-06-11T14:26:39.198Z Compiling env_filter v1.0.0
16342026-06-11T14:26:39.253Z Compiling jiff v0.2.21
16352026-06-11T14:26:39.281Z Compiling either v1.15.0
16362026-06-11T14:26:39.296Z Compiling static_assertions v1.1.0
16372026-06-11T14:26:39.360Z Compiling typed-path v0.9.3
16382026-06-11T14:26:39.382Z Compiling whoami v2.1.0
16392026-06-11T14:26:39.495Z Compiling new_debug_unreachable v1.0.6
16402026-06-11T14:26:39.528Z Compiling keccak v0.1.6
16412026-06-11T14:26:39.581Z Compiling fixedbitset v0.4.2
16422026-06-11T14:26:39.617Z Compiling precomputed-hash v0.1.1
16432026-06-11T14:26:39.726Z Compiling data-encoding v2.10.0
16442026-06-11T14:26:39.821Z Compiling difflib v0.4.0
16452026-06-11T14:26:39.835Z Compiling normalize-line-endings v0.3.0
16462026-06-11T14:26:39.953Z Compiling fixedbitset v0.5.7
16472026-06-11T14:26:39.998Z Compiling predicates-core v1.0.10
16482026-06-11T14:26:40.015Z Compiling petgraph v0.6.5
16492026-06-11T14:26:40.072Z Compiling hickory-proto v0.25.2
16502026-06-11T14:26:40.201Z Compiling petgraph v0.8.3
16512026-06-11T14:26:40.294Z Compiling hyper-util v0.1.20
16522026-06-11T14:26:40.364Z Compiling predicates v3.1.4
16532026-06-11T14:26:40.401Z Compiling sha3 v0.10.8
16542026-06-11T14:26:40.421Z Compiling string_cache v0.8.9
16552026-06-11T14:26:40.458Z Compiling tokio-postgres v0.7.16
16562026-06-11T14:26:40.562Z Compiling strum v0.26.3
16572026-06-11T14:26:40.677Z Compiling toml_edit v0.22.27
16582026-06-11T14:26:40.692Z Compiling itertools v0.13.0
16592026-06-11T14:26:40.713Z Compiling env_logger v0.11.9
16602026-06-11T14:26:40.798Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16612026-06-11T14:26:40.814Z Compiling clap v4.6.1
16622026-06-11T14:26:40.888Z Compiling usdt v0.6.0
16632026-06-11T14:26:40.913Z Compiling usdt-impl v0.5.0
16642026-06-11T14:26:41.073Z Compiling serde_with v3.17.0
16652026-06-11T14:26:41.097Z Compiling crossterm v0.28.1
16662026-06-11T14:26:41.186Z Compiling ecdsa v0.16.9
16672026-06-11T14:26:41.545Z Compiling toml v0.7.8
16682026-06-11T14:26:41.565Z Compiling rsa v0.9.10
16692026-06-11T14:26:41.610Z Compiling ed25519-dalek v2.2.0
16702026-06-11T14:26:41.975Z Compiling hyper-tls v0.6.0
16712026-06-11T14:26:42.096Z Compiling zip v4.6.1
16722026-06-11T14:26:42.235Z Compiling zip v0.6.6
16732026-06-11T14:26:42.293Z Compiling iddqd v0.4.2
16742026-06-11T14:26:42.832Z Compiling toml_parser v1.0.9+spec-1.1.0
16752026-06-11T14:26:42.847Z Compiling tokio-stream v0.1.18
16762026-06-11T14:26:42.870Z Compiling buf-list v1.1.2
16772026-06-11T14:26:42.943Z Compiling similar v2.7.0
16782026-06-11T14:26:42.961Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16792026-06-11T14:26:43.082Z Compiling openapiv3 v2.2.0
16802026-06-11T14:26:43.175Z Compiling x509-cert v0.2.5
16812026-06-11T14:26:43.294Z Compiling sha1 v0.10.6
16822026-06-11T14:26:43.330Z Compiling crossbeam-epoch v0.9.18
16832026-06-11T14:26:43.460Z Compiling peg-runtime v0.8.5
16842026-06-11T14:26:43.486Z Compiling lalrpop-util v0.19.12
16852026-06-11T14:26:43.542Z Compiling thread_local v1.1.9
16862026-06-11T14:26:43.567Z Compiling slog-async v2.8.0
16872026-06-11T14:26:43.624Z Compiling crossbeam-channel v0.5.15
16882026-06-11T14:26:43.695Z Compiling is-terminal v0.4.17
16892026-06-11T14:26:43.710Z Compiling filetime v0.2.27
16902026-06-11T14:26:43.725Z Compiling xattr v1.6.1
16912026-06-11T14:26:43.725Z Compiling take_mut v0.2.2
16922026-06-11T14:26:43.768Z Compiling term v1.2.1
16932026-06-11T14:26:43.864Z Compiling tar v0.4.45
16942026-06-11T14:26:44.111Z Compiling slog-term v2.9.2
16952026-06-11T14:27:01.772Z Compiling rustls-webpki v0.103.9
16962026-06-11T14:27:04.599Z Compiling tokio-rustls v0.26.4
16972026-06-11T14:27:04.599Z Compiling rustls-platform-verifier v0.6.2
16982026-06-11T14:27:04.793Z Compiling hyper-rustls v0.27.7
16992026-06-11T14:27:04.997Z Compiling reqwest v0.12.28
17002026-06-11T14:27:04.997Z Compiling reqwest v0.13.2
17012026-06-11T14:27:06.212Z Compiling tough v0.22.0
17022026-06-11T14:27:08.734Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17032026-06-11T14:27:08.964Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17042026-06-11T14:27:11.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.25s
17052026-06-11T14:27:12.004Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17062026-06-11T14:27:12.061ZJun 11 14:27:11.137 INFO Starting download, target: DendriteStub
17072026-06-11T14:27:12.061ZJun 11 14:27:11.138 INFO Starting download, target: Cockroach
17082026-06-11T14:27:12.061ZJun 11 14:27:11.138 INFO Starting download, target: Clickhouse
17092026-06-11T14:27:12.065ZJun 11 14:27:11.138 INFO Starting download, target: Console
17102026-06-11T14:27:12.066ZJun 11 14:27:11.138 INFO Starting download, target: MaghemiteMgd
17112026-06-11T14:27:12.066ZJun 11 14:27:11.138 INFO Starting download, target: MaghemiteDdmd
17122026-06-11T14:27:12.066ZJun 11 14:27:11.138 INFO Starting download, target: TransceiverControl
17132026-06-11T14:27:12.066ZJun 11 14:27:11.138 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17142026-06-11T14:27:12.066ZJun 11 14:27:11.138 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17152026-06-11T14:27:12.066ZJun 11 14:27:11.138 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17162026-06-11T14:27:12.066ZJun 11 14:27:11.138 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17172026-06-11T14:27:12.066ZJun 11 14:27:11.138 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17182026-06-11T14:27:12.066ZJun 11 14:27:11.138 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17192026-06-11T14:27:12.066ZJun 11 14:27:11.138 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17202026-06-11T14:27:12.619ZJun 11 14:27:11.684 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17212026-06-11T14:27:12.851ZJun 11 14:27:11.925 INFO Download complete, target: TransceiverControl
17222026-06-11T14:27:13.067ZJun 11 14:27:12.144 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17232026-06-11T14:27:13.315ZJun 11 14:27:12.391 INFO Download complete, target: Console
17242026-06-11T14:27:13.707ZJun 11 14:27:12.782 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17252026-06-11T14:27:14.084ZJun 11 14:27:13.158 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17262026-06-11T14:27:14.288ZJun 11 14:27:13.362 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17272026-06-11T14:27:14.685ZJun 11 14:27:13.762 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17282026-06-11T14:27:14.770ZJun 11 14:27:13.847 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17292026-06-11T14:27:14.770ZJun 11 14:27:13.847 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17302026-06-11T14:27:16.279ZJun 11 14:27:15.355 INFO Download complete, target: MaghemiteDdmd
17312026-06-11T14:27:16.447ZJun 11 14:27:15.524 INFO Download complete, target: DendriteStub
17322026-06-11T14:27:16.753ZJun 11 14:27:15.830 INFO Download complete, target: MaghemiteMgd
17332026-06-11T14:27:19.592ZJun 11 14:27:18.657 INFO Checking that binary works, target: Cockroach
17342026-06-11T14:27:19.715ZJun 11 14:27:18.785 INFO Download complete, target: Cockroach
17352026-06-11T14:27:21.631ZJun 11 14:27:20.707 INFO Checking that binary works, target: Clickhouse
17362026-06-11T14:27:21.727ZJun 11 14:27:20.804 INFO Download complete, target: Clickhouse
17372026-06-11T14:27:21.735ZAll prerequisites installed successfully
17382026-06-11T14:27:21.738Z
17392026-06-11T14:27:21.738Zreal 2:04.539599891
17402026-06-11T14:27:21.738Zuser 7:01.074107875
17412026-06-11T14:27:21.738Zsys 1:46.708282396
17422026-06-11T14:27:21.738Ztrap 0.262952264
17432026-06-11T14:27:21.738Ztflt 1.203073981
17442026-06-11T14:27:21.738Zdflt 2.133899095
17452026-06-11T14:27:21.738Zkflt 0.026224195
17462026-06-11T14:27:21.738Zlock 24:03.855027151
17472026-06-11T14:27:21.738Zslp 19:09.136815374
17482026-06-11T14:27:21.738Zlat 26.119278812
17492026-06-11T14:27:21.738Zstop 2:59.730766101
17502026-06-11T14:27:21.738Z+ ptime -m cargo xtask download softnpu
17512026-06-11T14:27:22.257Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17522026-06-11T14:27:22.289Z Running `target/debug/xtask download softnpu`
17532026-06-11T14:27:23.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
17542026-06-11T14:27:23.135Z Running `target/debug/xtask-downloader softnpu`
17552026-06-11T14:27:23.180ZJun 11 14:27:22.256 INFO Starting download, target: Softnpu
17562026-06-11T14:27:23.183ZJun 11 14:27:22.256 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17572026-06-11T14:27:23.925ZJun 11 14:27:23.001 INFO Download complete, target: Softnpu
17582026-06-11T14:27:23.932Z
17592026-06-11T14:27:23.935Zreal 2.187901171
17602026-06-11T14:27:23.935Zuser 1.371791598
17612026-06-11T14:27:23.935Zsys 0.682509663
17622026-06-11T14:27:23.935Ztrap 0.000554680
17632026-06-11T14:27:23.936Ztflt 0.000244930
17642026-06-11T14:27:23.936Zdflt 0.000632400
17652026-06-11T14:27:23.936Zkflt 0.000000000
17662026-06-11T14:27:23.936Zlock 13.543980572
17672026-06-11T14:27:23.936Zslp 0.579896459
17682026-06-11T14:27:23.936Zlat 0.105325013
17692026-06-11T14:27:23.936Zstop 0.000185270
17702026-06-11T14:27:23.936Z+ export CARGO_INCREMENTAL=0
17712026-06-11T14:27:23.936Z+ CARGO_INCREMENTAL=0
17722026-06-11T14:27:23.936Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17732026-06-11T14:27:24.840Z Compiling proc-macro2 v1.0.106
17742026-06-11T14:27:24.840Z Compiling quote v1.0.45
17752026-06-11T14:27:24.840Z Compiling unicode-ident v1.0.24
17762026-06-11T14:27:24.844Z Compiling libc v0.2.185
17772026-06-11T14:27:24.844Z Compiling serde_core v1.0.228
17782026-06-11T14:27:24.844Z Compiling serde v1.0.228
17792026-06-11T14:27:24.844Z Compiling cfg-if v1.0.4
17802026-06-11T14:27:24.844Z Compiling version_check v0.9.5
17812026-06-11T14:27:24.844Z Compiling shlex v1.3.0
17822026-06-11T14:27:24.844Z Compiling find-msvc-tools v0.1.9
17832026-06-11T14:27:24.987Z Compiling typenum v1.19.0
17842026-06-11T14:27:24.990Z Compiling autocfg v1.5.0
17852026-06-11T14:27:24.990Z Compiling zmij v1.0.21
17862026-06-11T14:27:24.990Z Compiling memchr v2.8.0
17872026-06-11T14:27:24.990Z Compiling serde_json v1.0.149
17882026-06-11T14:27:25.282Z Compiling portable-atomic v1.13.1
17892026-06-11T14:27:25.314Z Compiling libm v0.2.16
17902026-06-11T14:27:25.317Z Compiling zerocopy v0.8.40
17912026-06-11T14:27:25.345Z Compiling parking_lot_core v0.9.12
17922026-06-11T14:27:25.359Z Compiling smallvec v1.15.1
17932026-06-11T14:27:25.395Z Compiling icu_properties_data v2.1.2
17942026-06-11T14:27:25.568Z Compiling generic-array v0.14.7
17952026-06-11T14:27:25.583Z Compiling num-traits v0.2.19
17962026-06-11T14:27:25.600Z Compiling icu_normalizer_data v2.1.1
17972026-06-11T14:27:25.617Z Compiling itoa v1.0.17
17982026-06-11T14:27:25.643Z Compiling getrandom v0.4.1
17992026-06-11T14:27:25.657Z Compiling log v0.4.29
18002026-06-11T14:27:25.689Z Compiling stable_deref_trait v1.2.1
18012026-06-11T14:27:25.766Z Compiling pkg-config v0.3.32
18022026-06-11T14:27:25.802Z Compiling subtle v2.6.1
18032026-06-11T14:27:25.896Z Compiling jobserver v0.1.34
18042026-06-11T14:27:25.910Z Compiling getrandom v0.2.17
18052026-06-11T14:27:25.973Z Compiling errno v0.3.14
18062026-06-11T14:27:26.005Z Compiling scopeguard v1.2.0
18072026-06-11T14:27:26.055Z Compiling rand_core v0.6.4
18082026-06-11T14:27:26.152Z Compiling cc v1.2.56
18092026-06-11T14:27:26.184Z Compiling lock_api v0.4.14
18102026-06-11T14:27:26.259Z Compiling percent-encoding v2.3.2
18112026-06-11T14:27:26.301Z Compiling syn v2.0.117
18122026-06-11T14:27:26.316Z Compiling writeable v0.6.2
18132026-06-11T14:27:26.319Z Compiling litemap v0.8.1
18142026-06-11T14:27:26.390Z Compiling fnv v1.0.7
18152026-06-11T14:27:26.436Z Compiling pin-project-lite v0.2.17
18162026-06-11T14:27:26.453Z Compiling thiserror v2.0.18
18172026-06-11T14:27:26.513Z Compiling getrandom v0.3.4
18182026-06-11T14:27:26.560Z Compiling equivalent v1.0.2
18192026-06-11T14:27:26.589Z Compiling rand_core v0.10.0
18202026-06-11T14:27:26.635Z Compiling rustversion v1.0.22
18212026-06-11T14:27:26.666Z Compiling fs_extra v1.3.0
18222026-06-11T14:27:26.682Z Compiling schemars v0.8.22
18232026-06-11T14:27:26.715Z Compiling dunce v1.0.5
18242026-06-11T14:27:26.802Z Compiling critical-section v1.2.0
18252026-06-11T14:27:26.830Z Compiling rustix v1.1.3
18262026-06-11T14:27:26.862Z Compiling utf8_iter v1.0.4
18272026-06-11T14:27:26.908Z Compiling cmake v0.1.57
18282026-06-11T14:27:26.930Z Compiling form_urlencoded v1.2.2
18292026-06-11T14:27:26.988Z Compiling hashbrown v0.17.0
18302026-06-11T14:27:27.053Z Compiling signal-hook-registry v1.4.8
18312026-06-11T14:27:27.056Z Compiling const-oid v0.9.6
18322026-06-11T14:27:27.229Z Compiling once_cell v1.21.3
18332026-06-11T14:27:27.450Z Compiling bitflags v2.11.0
18342026-06-11T14:27:27.488Z Compiling ring v0.17.14
18352026-06-11T14:27:27.504Z Compiling aws-lc-sys v0.40.0
18362026-06-11T14:27:27.508Z Compiling semver v1.0.28
18372026-06-11T14:27:27.579Z Compiling indexmap v2.14.0
18382026-06-11T14:27:27.597Z Compiling parking_lot v0.12.5
18392026-06-11T14:27:27.628Z Compiling socket2 v0.6.3
18402026-06-11T14:27:27.645Z Compiling mio v1.2.0
18412026-06-11T14:27:27.716Z Compiling aws-lc-rs v1.16.3
18422026-06-11T14:27:27.828Z Compiling futures-core v0.3.32
18432026-06-11T14:27:27.846Z Compiling strsim v0.11.1
18442026-06-11T14:27:27.878Z Compiling thiserror v1.0.69
18452026-06-11T14:27:27.914Z Compiling httparse v1.10.1
18462026-06-11T14:27:28.075Z Compiling ucd-trie v0.1.7
18472026-06-11T14:27:28.156Z Compiling iana-time-zone v0.1.65
18482026-06-11T14:27:28.205Z Compiling vcpkg v0.2.15
18492026-06-11T14:27:28.224Z Compiling byteorder v1.5.0
18502026-06-11T14:27:28.272Z Compiling pest v2.8.6
18512026-06-11T14:27:28.316Z Compiling regex-syntax v0.8.10
18522026-06-11T14:27:28.337Z Compiling syn v1.0.109
18532026-06-11T14:27:28.365Z Compiling heck v0.5.0
18542026-06-11T14:27:28.381Z Compiling ident_case v1.0.1
18552026-06-11T14:27:28.394Z Compiling uuid v1.23.0
18562026-06-11T14:27:28.532Z Compiling cpufeatures v0.2.17
18572026-06-11T14:27:28.639Z Compiling rustls v0.23.37
18582026-06-11T14:27:28.738Z Compiling rustc_version v0.4.1
18592026-06-11T14:27:28.807Z Compiling futures-sink v0.3.32
18602026-06-11T14:27:28.823Z Compiling openssl-sys v0.9.115
18612026-06-11T14:27:28.939Z Compiling futures-channel v0.3.32
18622026-06-11T14:27:29.001Z Compiling aho-corasick v1.1.4
18632026-06-11T14:27:29.018Z Compiling dyn-clone v1.0.20
18642026-06-11T14:27:29.035Z Compiling futures-io v0.3.32
18652026-06-11T14:27:29.052Z Compiling futures-task v0.3.32
18662026-06-11T14:27:29.080Z Compiling slab v0.4.12
18672026-06-11T14:27:29.184Z Compiling synstructure v0.13.2
18682026-06-11T14:27:29.200Z Compiling serde_derive_internals v0.29.1
18692026-06-11T14:27:29.365Z Compiling pest_meta v2.8.6
18702026-06-11T14:27:29.526Z Compiling plain v0.2.3
18712026-06-11T14:27:29.544Z Compiling crc32fast v1.5.0
18722026-06-11T14:27:29.589Z Compiling time-core v0.1.8
18732026-06-11T14:27:29.601Z Compiling base64 v0.22.1
18742026-06-11T14:27:29.602Z Compiling openssl v0.10.79
18752026-06-11T14:27:29.747Z Compiling crossbeam-utils v0.8.21
18762026-06-11T14:27:29.754Z Compiling num-conv v0.2.0
18772026-06-11T14:27:29.835Z Compiling regex-automata v0.4.14
18782026-06-11T14:27:29.894Z Compiling time-macros v0.2.27
18792026-06-11T14:27:29.906Z Compiling pretty-hex v0.4.1
18802026-06-11T14:27:29.988Z Compiling pest_generator v2.8.6
18812026-06-11T14:27:30.011Z Compiling base64ct v1.8.3
18822026-06-11T14:27:30.059Z Compiling anyhow v1.0.102
18832026-06-11T14:27:30.089Z Compiling native-tls v0.2.18
18842026-06-11T14:27:30.104Z Compiling darling_core v0.21.3
18852026-06-11T14:27:30.212Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18862026-06-11T14:27:30.296Z Compiling pem-rfc7468 v0.7.0
18872026-06-11T14:27:30.330Z Compiling flagset v0.4.7
18882026-06-11T14:27:30.371Z Compiling rand_core v0.9.5
18892026-06-11T14:27:30.424Z Compiling serde_derive v1.0.228
18902026-06-11T14:27:30.446Z Compiling zeroize_derive v1.4.3
18912026-06-11T14:27:30.480Z Compiling zerofrom-derive v0.1.6
18922026-06-11T14:27:30.492Z Compiling yoke-derive v0.8.1
18932026-06-11T14:27:30.548Z Compiling zerovec-derive v0.11.2
18942026-06-11T14:27:30.604Z Compiling displaydoc v0.2.5
18952026-06-11T14:27:30.625Z Compiling zerocopy-derive v0.8.40
18962026-06-11T14:27:30.635Z Compiling tokio-macros v2.7.0
18972026-06-11T14:27:30.639Z Compiling futures-macro v0.3.32
18982026-06-11T14:27:30.639Z Compiling thiserror-impl v2.0.18
18992026-06-11T14:27:30.873Z Compiling schemars_derive v0.8.22
19002026-06-11T14:27:31.056Z Compiling zeroize v1.8.2
19012026-06-11T14:27:31.358Z Compiling tracing-attributes v0.1.31
19022026-06-11T14:27:31.435Z Compiling der_derive v0.7.3
19032026-06-11T14:27:31.506Z Compiling thiserror-impl v1.0.69
19042026-06-11T14:27:31.599Z Compiling pest_derive v2.8.6
19052026-06-11T14:27:31.629Z Compiling zerofrom v0.1.6
19062026-06-11T14:27:31.778Z Compiling yoke v0.8.1
19072026-06-11T14:27:31.853Z Compiling crypto-common v0.1.7
19082026-06-11T14:27:31.981Z Compiling zerovec v0.11.5
19092026-06-11T14:27:31.997Z Compiling zerotrie v0.2.3
19102026-06-11T14:27:32.098Z Compiling block-buffer v0.10.4
19112026-06-11T14:27:32.195Z Compiling futures-util v0.3.32
19122026-06-11T14:27:32.242Z Compiling digest v0.10.7
19132026-06-11T14:27:32.457Z Compiling hmac v0.12.1
19142026-06-11T14:27:32.478Z Compiling block-padding v0.3.3
19152026-06-11T14:27:32.547Z Compiling tinystr v0.8.2
19162026-06-11T14:27:32.580Z Compiling potential_utf v0.1.4
19172026-06-11T14:27:32.612Z Compiling inout v0.1.4
19182026-06-11T14:27:32.625Z Compiling sha2 v0.10.9
19192026-06-11T14:27:32.643Z Compiling rustls-pki-types v1.14.0
19202026-06-11T14:27:32.722Z Compiling icu_locale_core v2.1.1
19212026-06-11T14:27:32.778Z Compiling icu_collections v2.1.1
19222026-06-11T14:27:32.796Z Compiling cipher v0.4.4
19232026-06-11T14:27:32.841Z Compiling scroll_derive v0.12.1
19242026-06-11T14:27:33.039Z Compiling openssl-macros v0.1.1
19252026-06-11T14:27:33.104Z Compiling scroll_derive v0.13.1
19262026-06-11T14:27:33.523Z Compiling icu_provider v2.1.1
19272026-06-11T14:27:33.570Z Compiling der v0.7.10
19282026-06-11T14:27:33.587Z Compiling darling_macro v0.21.3
19292026-06-11T14:27:33.643Z Compiling bytes v1.11.1
19302026-06-11T14:27:33.738Z Compiling chrono v0.4.44
19312026-06-11T14:27:33.901Z Compiling icu_normalizer v2.1.1
19322026-06-11T14:27:33.918Z Compiling icu_properties v2.1.2
19332026-06-11T14:27:33.961Z Compiling serde_tokenstream v0.2.3
19342026-06-11T14:27:34.280Z Compiling tokio v1.52.1
19352026-06-11T14:27:34.583Z Compiling http v1.4.0
19362026-06-11T14:27:34.723Z Compiling regex v1.12.3
19372026-06-11T14:27:34.861Z Compiling idna_adapter v1.2.1
19382026-06-11T14:27:34.945Z Compiling ppv-lite86 v0.2.21
19392026-06-11T14:27:35.015Z Compiling idna v1.1.0
19402026-06-11T14:27:35.182Z Compiling zerocopy-derive v0.7.35
19412026-06-11T14:27:35.320Z Compiling slog v2.8.2
19422026-06-11T14:27:35.324Z Compiling tracing-core v0.1.36
19432026-06-11T14:27:35.367Z Compiling url v2.5.8
19442026-06-11T14:27:35.557Z Compiling untrusted v0.9.0
19452026-06-11T14:27:35.852Z Compiling tracing v0.1.44
19462026-06-11T14:27:36.377Z Compiling spki v0.7.3
19472026-06-11T14:27:36.407Z Compiling darling v0.21.3
19482026-06-11T14:27:36.433Z Compiling salsa20 v0.10.2
19492026-06-11T14:27:36.503Z Compiling pbkdf2 v0.12.2
19502026-06-11T14:27:37.034Z Compiling cookie v0.18.1
19512026-06-11T14:27:37.118Z Compiling camino v1.2.2
19522026-06-11T14:27:37.341Z Compiling scrypt v0.11.0
19532026-06-11T14:27:37.356Z Compiling rand_chacha v0.9.0
19542026-06-11T14:27:37.389Z Compiling http-body v1.0.1
19552026-06-11T14:27:37.389Z Compiling cbc v0.1.2
19562026-06-11T14:27:37.417Z Compiling aes v0.8.4
19572026-06-11T14:27:37.568Z Compiling usdt-impl v0.5.0
19582026-06-11T14:27:37.597Z Compiling unicode-segmentation v1.12.0
19592026-06-11T14:27:37.617Z Compiling untrusted v0.7.1
19602026-06-11T14:27:37.718Z Compiling paste v1.0.15
19612026-06-11T14:27:37.735Z Compiling ref-cast v1.0.25
19622026-06-11T14:27:37.759Z Compiling either v1.15.0
19632026-06-11T14:27:37.769Z Compiling usdt-impl v0.6.0
19642026-06-11T14:27:37.769Z Compiling openssl-probe v0.2.1
19652026-06-11T14:27:37.795Z Compiling fastrand v2.3.0
19662026-06-11T14:27:37.854Z Compiling winnow v0.7.14
19672026-06-11T14:27:37.969Z Compiling tinyvec_macros v0.1.1
19682026-06-11T14:27:38.005Z Compiling pkcs5 v0.7.1
19692026-06-11T14:27:38.021Z Compiling rand v0.9.2
19702026-06-11T14:27:38.070Z Compiling tinyvec v1.10.0
19712026-06-11T14:27:38.173Z Compiling scroll v0.13.0
19722026-06-11T14:27:38.347Z Compiling tokio-util v0.7.18
19732026-06-11T14:27:38.363Z Compiling toml_datetime v0.6.11
19742026-06-11T14:27:38.468Z Compiling serde_spanned v0.6.9
19752026-06-11T14:27:38.480Z Compiling scroll v0.12.0
19762026-06-11T14:27:38.627Z Compiling async-trait v0.1.89
19772026-06-11T14:27:38.641Z Compiling heapless v0.7.17
19782026-06-11T14:27:38.768Z Compiling bzip2-sys v0.1.13+1.0.8
19792026-06-11T14:27:38.783Z Compiling atomic-waker v1.1.2
19802026-06-11T14:27:38.820Z Compiling try-lock v0.2.5
19812026-06-11T14:27:38.926Z Compiling signal-hook v0.3.18
19822026-06-11T14:27:39.072Z Compiling tower-service v0.3.3
19832026-06-11T14:27:39.087Z Compiling tower-layer v0.3.3
19842026-06-11T14:27:39.106Z Compiling rustix v0.38.44
19852026-06-11T14:27:39.187Z Compiling zstd-safe v7.2.4
19862026-06-11T14:27:39.267Z Compiling toml_parser v1.0.9+spec-1.1.0
19872026-06-11T14:27:39.282Z Compiling h2 v0.4.13
19882026-06-11T14:27:39.355Z Compiling want v0.3.1
19892026-06-11T14:27:39.537Z Compiling goblin v0.8.2
19902026-06-11T14:27:39.553Z Compiling goblin v0.10.5
19912026-06-11T14:27:39.628Z Compiling pkcs8 v0.10.2
19922026-06-11T14:27:39.844Z Compiling heck v0.4.1
19932026-06-11T14:27:39.938Z Compiling zerocopy v0.7.35
19942026-06-11T14:27:39.954Z Compiling ipnet v2.11.0
19952026-06-11T14:27:40.072Z Compiling ref-cast-impl v1.0.25
19962026-06-11T14:27:40.175Z Compiling darling_core v0.20.11
19972026-06-11T14:27:40.213Z Compiling curve25519-dalek v4.1.3
19982026-06-11T14:27:40.472Z Compiling memoffset v0.9.1
19992026-06-11T14:27:40.523Z Compiling winnow v0.5.40
20002026-06-11T14:27:40.627Z Compiling litrs v1.0.0
20012026-06-11T14:27:40.653Z Compiling httpdate v1.0.3
20022026-06-11T14:27:40.813Z Compiling foreign-types-shared v0.1.1
20032026-06-11T14:27:41.107Z Compiling pin-utils v0.1.0
20042026-06-11T14:27:41.127Z Compiling utf8parse v0.2.2
20052026-06-11T14:27:41.199Z Compiling tempfile v3.25.0
20062026-06-11T14:27:41.224Z Compiling document-features v0.2.12
20072026-06-11T14:27:41.247Z Compiling foreign-types v0.3.2
20082026-06-11T14:27:41.655Z Compiling unicode-normalization v0.1.25
20092026-06-11T14:27:41.909Z Compiling toml_edit v0.19.15
20102026-06-11T14:27:42.111Z Compiling dof v0.3.0
20112026-06-11T14:27:42.128Z Compiling dtrace-parser v0.2.0
20122026-06-11T14:27:42.149Z Compiling darling_macro v0.20.11
20132026-06-11T14:27:42.295Z Compiling dof v0.4.0
20142026-06-11T14:27:42.329Z Compiling hyper v1.8.1
20152026-06-11T14:27:42.644Z Compiling dtrace-parser v0.3.0
20162026-06-11T14:27:42.850Z Compiling daft-derive v0.1.7
20172026-06-11T14:27:42.892Z Compiling pin-project-internal v1.1.11
20182026-06-11T14:27:42.964Z Compiling spin v0.9.8
20192026-06-11T14:27:43.079Z Compiling thread-id v4.2.2
20202026-06-11T14:27:43.183Z Compiling thread-id v5.1.0
20212026-06-11T14:27:43.202Z Compiling powerfmt v0.2.0
20222026-06-11T14:27:43.317Z Compiling smoltcp v0.9.1
20232026-06-11T14:27:43.362Z Compiling cfg_aliases v0.2.1
20242026-06-11T14:27:43.366Z Compiling anstyle v1.0.14
20252026-06-11T14:27:43.395Z Compiling num-bigint-dig v0.8.6
20262026-06-11T14:27:43.469Z Compiling nix v0.31.2
20272026-06-11T14:27:43.511Z Compiling hyper-util v0.1.20
20282026-06-11T14:27:43.576Z Compiling deranged v0.5.8
20292026-06-11T14:27:43.866Z Compiling darling v0.20.11
20302026-06-11T14:27:43.980Z Compiling rustls-native-certs v0.8.3
20312026-06-11T14:27:44.050Z Compiling ipnetwork v0.21.1
20322026-06-11T14:27:44.252Z Compiling strum_macros v0.26.4
20332026-06-11T14:27:44.309Z Compiling curve25519-dalek-derive v0.1.1
20342026-06-11T14:27:44.470Z Compiling sync_wrapper v1.0.2
20352026-06-11T14:27:44.566Z Compiling wait-timeout v0.2.1
20362026-06-11T14:27:44.733Z Compiling anstyle-query v1.1.5
20372026-06-11T14:27:44.747Z Compiling is_terminal_polyfill v1.70.2
20382026-06-11T14:27:44.790Z Compiling siphasher v1.0.2
20392026-06-11T14:27:44.813Z Compiling colorchoice v1.0.4
20402026-06-11T14:27:44.854Z Compiling simd-adler32 v0.3.8
20412026-06-11T14:27:45.037Z Compiling bit-vec v0.8.0
20422026-06-11T14:27:45.112Z Compiling num_threads v0.1.7
20432026-06-11T14:27:45.147Z Compiling quick-error v1.2.3
20442026-06-11T14:27:45.208Z Compiling time v0.3.47
20452026-06-11T14:27:45.275Z Compiling rusty-fork v0.3.1
20462026-06-11T14:27:45.292Z Compiling bit-set v0.8.0
20472026-06-11T14:27:45.478Z Compiling tower v0.5.3
20482026-06-11T14:27:45.680Z Compiling derive_builder_core v0.20.2
20492026-06-11T14:27:45.791Z Compiling snafu-derive v0.8.9
20502026-06-11T14:27:45.807Z Compiling http-body-util v0.1.3
20512026-06-11T14:27:46.069Z Compiling webpki-roots v1.0.6
20522026-06-11T14:27:46.192Z Compiling signature v2.2.0
20532026-06-11T14:27:46.211Z Compiling hubpack_derive v0.1.1
20542026-06-11T14:27:46.283Z Compiling rand_xorshift v0.4.0
20552026-06-11T14:27:46.440Z Compiling strum_macros v0.27.2
20562026-06-11T14:27:46.488Z Compiling fs-err v3.3.0
20572026-06-11T14:27:46.547Z Compiling ahash v0.8.12
20582026-06-11T14:27:46.700Z Compiling ryu v1.0.23
20592026-06-11T14:27:46.728Z Compiling unicode-properties v0.1.4
20602026-06-11T14:27:46.740Z Compiling iri-string v0.7.10
20612026-06-11T14:27:46.883Z Compiling object v0.37.3
20622026-06-11T14:27:46.962Z Compiling allocator-api2 v0.2.21
20632026-06-11T14:27:47.055Z Compiling unarray v0.1.4
20642026-06-11T14:27:47.161Z Compiling adler2 v2.0.1
20652026-06-11T14:27:47.185Z Compiling unicode-bidi v0.3.18
20662026-06-11T14:27:47.279Z Compiling miniz_oxide v0.8.9
20672026-06-11T14:27:47.308Z Compiling proptest v1.10.0
20682026-06-11T14:27:47.474Z Compiling serde_urlencoded v0.7.1
20692026-06-11T14:27:47.674Z Compiling stringprep v0.1.5
20702026-06-11T14:27:47.888Z Compiling tower-http v0.6.8
20712026-06-11T14:27:48.086Z Compiling derive_builder_macro v0.20.2
20722026-06-11T14:27:48.115Z Compiling tokio-native-tls v0.3.1
20732026-06-11T14:27:48.171Z Compiling usdt-macro v0.6.0
20742026-06-11T14:27:48.241Z Compiling usdt-attr-macro v0.6.0
20752026-06-11T14:27:48.364Z Compiling anstyle-parse v1.0.0
20762026-06-11T14:27:48.859Z Compiling rand_chacha v0.3.1
20772026-06-11T14:27:48.887Z Compiling erased-serde v0.3.31
20782026-06-11T14:27:48.891Z Compiling md-5 v0.10.6
20792026-06-11T14:27:48.950Z Compiling bstr v1.12.1
20802026-06-11T14:27:49.078Z Compiling num-integer v0.1.46
20812026-06-11T14:27:49.211Z Compiling hash32 v0.2.1
20822026-06-11T14:27:49.249Z Compiling vergen-lib v9.1.0
20832026-06-11T14:27:49.253Z Compiling ff v0.13.1
20842026-06-11T14:27:49.356Z Compiling encoding_rs v0.8.35
20852026-06-11T14:27:49.395Z Compiling psl-types v2.0.11
20862026-06-11T14:27:49.412Z Compiling mime v0.3.17
20872026-06-11T14:27:49.466Z Compiling base16ct v0.2.0
20882026-06-11T14:27:49.546Z Compiling fallible-iterator v0.2.0
20892026-06-11T14:27:49.549Z Compiling zlib-rs v0.6.2
20902026-06-11T14:27:49.609Z Compiling sec1 v0.7.3
20912026-06-11T14:27:49.663Z Compiling publicsuffix v2.3.0
20922026-06-11T14:27:49.740Z Compiling newtype-uuid v1.3.2
20932026-06-11T14:27:49.777Z Compiling group v0.13.0
20942026-06-11T14:27:49.854Z Compiling postgres-protocol v0.6.10
20952026-06-11T14:27:50.004Z Compiling num-iter v0.1.45
20962026-06-11T14:27:50.141Z Compiling rand v0.8.6
20972026-06-11T14:27:50.553Z Compiling derive_builder v0.20.2
20982026-06-11T14:27:50.582Z Compiling oxnet v0.1.5
20992026-06-11T14:27:50.679Z Compiling anstream v1.0.0
21002026-06-11T14:27:50.701Z Compiling hyper-tls v0.6.0
21012026-06-11T14:27:50.778Z Compiling phf_shared v0.13.1
21022026-06-11T14:27:50.828Z Compiling pin-project v1.1.11
21032026-06-11T14:27:50.923Z Compiling lazy_static v1.5.0
21042026-06-11T14:27:50.941Z Compiling anstyle-parse v0.2.7
21052026-06-11T14:27:51.039Z Compiling terminal_size v0.4.3
21062026-06-11T14:27:51.065Z Compiling serde_with_macros v3.17.0
21072026-06-11T14:27:51.080Z Compiling futures-executor v0.3.32
21082026-06-11T14:27:51.084Z Compiling hex v0.4.3
21092026-06-11T14:27:51.193Z Compiling hkdf v0.12.4
21102026-06-11T14:27:51.280Z Compiling crypto-bigint v0.5.5
21112026-06-11T14:27:51.303Z Compiling clap_derive v4.6.1
21122026-06-11T14:27:51.317Z Compiling enum-as-inner v0.6.1
21132026-06-11T14:27:51.334Z Compiling async-recursion v1.1.1
21142026-06-11T14:27:51.361Z Compiling serde_repr v0.1.20
21152026-06-11T14:27:51.403Z Compiling vergen v9.1.0
21162026-06-11T14:27:51.466Z Compiling cargo-platform v0.3.2
21172026-06-11T14:27:51.611Z Compiling flate2 v1.1.9
21182026-06-11T14:27:51.739Z Compiling managed v0.8.0
21192026-06-11T14:27:51.843Z Compiling foldhash v0.2.0
21202026-06-11T14:27:51.902Z Compiling libbz2-rs-sys v0.2.2
21212026-06-11T14:27:51.974Z Compiling foldhash v0.1.5
21222026-06-11T14:27:52.073Z Compiling clap_lex v1.0.0
21232026-06-11T14:27:52.115Z Compiling bitflags v1.3.2
21242026-06-11T14:27:52.164Z Compiling same-file v1.0.6
21252026-06-11T14:27:52.301Z Compiling bumpalo v3.20.2
21262026-06-11T14:27:52.305Z Compiling walkdir v2.5.0
21272026-06-11T14:27:52.337Z Compiling bzip2 v0.6.1
21282026-06-11T14:27:52.341Z Compiling clap_builder v4.6.0
21292026-06-11T14:27:52.496Z Compiling elliptic-curve v0.13.8
21302026-06-11T14:27:52.558Z Compiling zopfli v0.8.3
21312026-06-11T14:27:52.573Z Compiling hashbrown v0.15.5
21322026-06-11T14:27:52.827Z Compiling hashbrown v0.16.1
21332026-06-11T14:27:52.857Z Compiling cargo_metadata v0.23.1
21342026-06-11T14:27:53.153Z Compiling futures v0.3.32
21352026-06-11T14:27:53.251Z Compiling anstream v0.6.21
21362026-06-11T14:27:53.561Z Compiling zstd v0.13.3
21372026-06-11T14:27:53.784Z Compiling phf v0.13.1
21382026-06-11T14:27:53.844Z Compiling snafu v0.8.9
21392026-06-11T14:27:53.969Z Compiling daft v0.1.7
21402026-06-11T14:27:54.126Z Compiling cookie_store v0.22.1
21412026-06-11T14:27:54.281Z Compiling signal-hook-mio v0.2.5
21422026-06-11T14:27:54.285Z Compiling postgres-types v0.2.12
21432026-06-11T14:27:54.426Z Compiling bzip2 v0.4.4
21442026-06-11T14:27:54.480Z Compiling globset v0.4.18
21452026-06-11T14:27:54.496Z Compiling strum v0.27.2
21462026-06-11T14:27:54.669Z Compiling hubpack v0.1.2
21472026-06-11T14:27:54.701Z Compiling ed25519 v2.2.3
21482026-06-11T14:27:54.718Z Compiling phf_shared v0.11.3
21492026-06-11T14:27:54.777Z Compiling crossbeam-epoch v0.9.18
21502026-06-11T14:27:54.818Z Compiling olpc-cjson v0.1.4
21512026-06-11T14:27:54.833Z Compiling pkcs1 v0.7.5
21522026-06-11T14:27:54.924Z Compiling pem v3.0.6
21532026-06-11T14:27:54.981Z Compiling serde-big-array v0.5.1
21542026-06-11T14:27:54.997Z Compiling serde_plain v1.0.2
21552026-06-11T14:27:55.109Z Compiling rfc6979 v0.4.0
21562026-06-11T14:27:55.138Z Compiling float-cmp v0.10.0
21572026-06-11T14:27:55.155Z Compiling memmap2 v0.9.10
21582026-06-11T14:27:55.216Z Compiling env_filter v1.0.0
21592026-06-11T14:27:55.250Z Compiling fixedbitset v0.5.7
21602026-06-11T14:27:55.269Z Compiling difflib v0.4.0
21612026-06-11T14:27:55.303Z Compiling jiff v0.2.21
21622026-06-11T14:27:55.307Z Compiling static_assertions v1.1.0
21632026-06-11T14:27:55.390Z Compiling fixedbitset v0.4.2
21642026-06-11T14:27:55.413Z Compiling predicates-core v1.0.10
21652026-06-11T14:27:55.417Z Compiling new_debug_unreachable v1.0.6
21662026-06-11T14:27:55.493Z Compiling typed-path v0.9.3
21672026-06-11T14:27:55.525Z Compiling data-encoding v2.10.0
21682026-06-11T14:27:55.528Z Compiling normalize-line-endings v0.3.0
21692026-06-11T14:27:55.558Z Compiling keccak v0.1.6
21702026-06-11T14:27:55.614Z Compiling whoami v2.1.0
21712026-06-11T14:27:55.617Z Compiling precomputed-hash v0.1.1
21722026-06-11T14:27:55.659Z Compiling toml_write v0.1.2
21732026-06-11T14:27:55.745Z Compiling string_cache v0.8.9
21742026-06-11T14:27:55.759Z Compiling sha3 v0.10.8
21752026-06-11T14:27:55.870Z Compiling tokio-postgres v0.7.16
21762026-06-11T14:27:55.970Z Compiling toml_edit v0.22.27
21772026-06-11T14:27:55.986Z Compiling hickory-proto v0.25.2
21782026-06-11T14:27:56.047Z Compiling predicates v3.1.4
21792026-06-11T14:27:56.074Z Compiling petgraph v0.6.5
21802026-06-11T14:27:56.326Z Compiling petgraph v0.8.3
21812026-06-11T14:27:56.406Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21822026-06-11T14:27:56.635Z Compiling env_logger v0.11.9
21832026-06-11T14:27:56.775Z Compiling usdt v0.6.0
21842026-06-11T14:27:56.979Z Compiling ecdsa v0.16.9
21852026-06-11T14:27:57.043Z Compiling rsa v0.9.10
21862026-06-11T14:27:57.430Z Compiling ed25519-dalek v2.2.0
21872026-06-11T14:27:58.014Z Compiling zip v4.6.1
21882026-06-11T14:27:58.177Z Compiling zip v0.6.6
21892026-06-11T14:27:58.346Z Compiling crossterm v0.28.1
21902026-06-11T14:27:58.708Z Compiling iddqd v0.4.2
21912026-06-11T14:27:58.723Z Compiling clap v4.6.1
21922026-06-11T14:27:58.932Z Compiling serde_with v3.17.0
21932026-06-11T14:27:59.042Z Compiling similar v2.7.0
21942026-06-11T14:27:59.061Z Compiling strum v0.26.3
21952026-06-11T14:27:59.141Z Compiling toml v0.7.8
21962026-06-11T14:27:59.216Z Compiling tokio-stream v0.1.18
21972026-06-11T14:27:59.255Z Compiling buf-list v1.1.2
21982026-06-11T14:27:59.562Z Compiling itertools v0.13.0
21992026-06-11T14:27:59.701Z Compiling x509-cert v0.2.5
22002026-06-11T14:27:59.790Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22012026-06-11T14:27:59.934Z Compiling openapiv3 v2.2.0
22022026-06-11T14:28:00.115Z Compiling sha1 v0.10.6
22032026-06-11T14:28:00.353Z Compiling peg-runtime v0.8.5
22042026-06-11T14:28:00.388Z Compiling lalrpop-util v0.19.12
22052026-06-11T14:28:16.024Z Compiling rustls-webpki v0.103.9
22062026-06-11T14:28:16.899Z Compiling macaddr v1.0.1
22072026-06-11T14:28:17.095Z Compiling structmeta-derive v0.3.0
22082026-06-11T14:28:17.112Z Compiling rayon-core v1.13.0
22092026-06-11T14:28:17.127Z Compiling crucible-workspace-hack v0.1.0
22102026-06-11T14:28:17.210Z Compiling itertools v0.14.0
22112026-06-11T14:28:17.262Z Compiling secrecy v0.10.3
22122026-06-11T14:28:17.368Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22132026-06-11T14:28:17.382Z Compiling heapless v0.8.0
22142026-06-11T14:28:17.451Z Compiling rustls v0.22.4
22152026-06-11T14:28:17.454Z Compiling toml_datetime v0.7.5+spec-1.1.0
22162026-06-11T14:28:17.713Z Compiling toml_edit v0.23.10+spec-1.0.0
22172026-06-11T14:28:17.743Z Compiling crossbeam-deque v0.8.6
22182026-06-11T14:28:17.759Z Compiling rustls-webpki v0.102.8
22192026-06-11T14:28:17.793Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22202026-06-11T14:28:17.895Z Compiling hash32 v0.3.1
22212026-06-11T14:28:17.899Z Compiling multer v3.1.0
22222026-06-11T14:28:17.990Z Compiling thread_local v1.1.9
22232026-06-11T14:28:18.009Z Compiling slog-async v2.8.0
22242026-06-11T14:28:18.026Z Compiling smoltcp v0.11.0
22252026-06-11T14:28:18.044Z Compiling unicode-width v0.2.0
22262026-06-11T14:28:18.109Z Compiling match_cfg v0.1.0
22272026-06-11T14:28:18.127Z Compiling structmeta v0.3.0
22282026-06-11T14:28:18.155Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22292026-06-11T14:28:18.207Z Compiling compression-core v0.4.31
22302026-06-11T14:28:18.364Z Compiling compression-codecs v0.4.37
22312026-06-11T14:28:18.379Z Compiling derive-ex v0.1.8
22322026-06-11T14:28:18.379Z Compiling proc-macro-crate v3.4.0
22332026-06-11T14:28:18.412Z Compiling hostname v0.3.1
22342026-06-11T14:28:18.511Z Compiling ingot-macros v0.1.1
22352026-06-11T14:28:18.620Z Compiling atomicwrites v0.4.4
22362026-06-11T14:28:18.689Z Compiling slog-json v2.6.1
22372026-06-11T14:28:18.760Z Compiling crossbeam-channel v0.5.15
22382026-06-11T14:28:18.849Z Compiling half v2.7.1
22392026-06-11T14:28:18.929Z Compiling newtype-uuid-macros v0.1.0
22402026-06-11T14:28:18.980Z Compiling cobs v0.3.0
22412026-06-11T14:28:19.032Z Compiling thiserror-impl-no-std v2.0.2
22422026-06-11T14:28:19.228Z Compiling universal-hash v0.5.1
22432026-06-11T14:28:19.281Z Compiling async-stream-impl v0.3.6
22442026-06-11T14:28:19.399Z Compiling serde_spanned v1.0.4
22452026-06-11T14:28:19.472Z Compiling toml_datetime v1.0.0+spec-1.1.0
22462026-06-11T14:28:19.581Z Compiling is-terminal v0.4.17
22472026-06-11T14:28:19.655Z Compiling dropshot v0.17.0
22482026-06-11T14:28:19.669Z Compiling proc-macro-error-attr v1.0.4
22492026-06-11T14:28:19.704Z Compiling ciborium-io v0.2.2
22502026-06-11T14:28:19.833Z Compiling tokio-rustls v0.26.4
22512026-06-11T14:28:19.885Z Compiling rustls-platform-verifier v0.6.2
22522026-06-11T14:28:19.903Z Compiling convert_case v0.4.0
22532026-06-11T14:28:19.907Z Compiling opaque-debug v0.3.1
22542026-06-11T14:28:19.937Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22552026-06-11T14:28:19.953Z Compiling term v1.2.1
22562026-06-11T14:28:20.015Z Compiling toml_writer v1.0.6+spec-1.1.0
22572026-06-11T14:28:20.066Z Compiling take_mut v0.2.2
22582026-06-11T14:28:20.098Z Compiling hyper-rustls v0.27.7
22592026-06-11T14:28:20.126Z Compiling thiserror-no-std v2.0.2
22602026-06-11T14:28:20.141Z Compiling poly1305 v0.8.0
22612026-06-11T14:28:20.206Z Compiling test-strategy v0.4.5
22622026-06-11T14:28:20.240Z Compiling derive_more v0.99.20
22632026-06-11T14:28:20.240Z Compiling toml v1.0.6+spec-1.1.0
22642026-06-11T14:28:20.305Z Compiling slog-term v2.9.2
22652026-06-11T14:28:20.440Z Compiling reqwest v0.12.28
22662026-06-11T14:28:20.627Z Compiling reqwest v0.13.2
22672026-06-11T14:28:20.792Z Compiling tokio-rustls v0.25.0
22682026-06-11T14:28:21.148Z Compiling ingot-types v0.1.2
22692026-06-11T14:28:21.184Z Compiling async-stream v0.3.6
22702026-06-11T14:28:21.401Z Compiling ciborium-ll v0.2.2
22712026-06-11T14:28:21.427Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22722026-06-11T14:28:21.460Z Compiling postcard v1.1.3
22732026-06-11T14:28:21.561Z Compiling ingot v0.1.1
22742026-06-11T14:28:21.623Z Compiling slog-bunyan v2.5.0
22752026-06-11T14:28:21.689Z Compiling num_enum_derive v0.7.6
22762026-06-11T14:28:21.774Z Compiling async-compression v0.4.41
22772026-06-11T14:28:21.869Z Compiling parse-display-derive v0.10.0
22782026-06-11T14:28:21.935Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22792026-06-11T14:28:22.258Z Compiling tough v0.22.0
22802026-06-11T14:28:22.429Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22812026-06-11T14:28:22.636Z Compiling proc-macro-crate v1.3.1
22822026-06-11T14:28:22.688Z Compiling waitgroup v0.1.2
22832026-06-11T14:28:22.870Z Compiling backon v1.6.0
22842026-06-11T14:28:23.046Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22852026-06-11T14:28:23.064Z Compiling password-hash v0.5.0
22862026-06-11T14:28:23.175Z Compiling chacha20 v0.9.1
22872026-06-11T14:28:23.201Z Compiling dropshot_endpoint v0.17.0
22882026-06-11T14:28:23.420Z Compiling rustls-pemfile v2.2.0
22892026-06-11T14:28:23.465Z Compiling blake2 v0.10.6
22902026-06-11T14:28:23.828Z Compiling aead v0.5.2
22912026-06-11T14:28:23.851Z Compiling foreign-types-macros v0.2.3
22922026-06-11T14:28:23.870Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22932026-06-11T14:28:23.949Z Compiling serde_path_to_error v0.1.20
22942026-06-11T14:28:24.021Z Compiling hostname v0.4.2
22952026-06-11T14:28:24.046Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22962026-06-11T14:28:24.062Z Compiling proc-macro-error v1.0.4
22972026-06-11T14:28:24.104Z Compiling instant v0.1.13
22982026-06-11T14:28:24.145Z Compiling debug-ignore v1.0.5
22992026-06-11T14:28:24.193Z Compiling typeid v1.0.3
23002026-06-11T14:28:24.211Z Compiling foreign-types-shared v0.3.1
23012026-06-11T14:28:24.253Z Compiling cpufeatures v0.3.0
23022026-06-11T14:28:24.290Z Compiling backoff v0.4.0
23032026-06-11T14:28:24.324Z Compiling chacha20 v0.10.0
23042026-06-11T14:28:24.343Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23052026-06-11T14:28:24.346Z Compiling chacha20poly1305 v0.10.1
23062026-06-11T14:28:24.372Z Compiling argon2 v0.5.3
23072026-06-11T14:28:24.420Z Compiling parse-display v0.10.0
23082026-06-11T14:28:24.436Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23092026-06-11T14:28:24.439Z Compiling num_enum_derive v0.5.11
23102026-06-11T14:28:24.467Z Compiling foreign-types v0.5.0
23112026-06-11T14:28:24.529Z Compiling num_enum v0.7.6
23122026-06-11T14:28:24.545Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23132026-06-11T14:28:24.561Z Compiling ciborium v0.2.2
23142026-06-11T14:28:24.652Z Compiling vsss-rs v3.3.4
23152026-06-11T14:28:24.926Z Compiling tabwriter v1.4.1
23162026-06-11T14:28:24.963Z Compiling regress v0.10.5
23172026-06-11T14:28:25.325Z Compiling byte-wrapper v0.1.0
23182026-06-11T14:28:25.328Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23192026-06-11T14:28:25.393Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23202026-06-11T14:28:25.415Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23212026-06-11T14:28:25.415Z Compiling cstr-argument v0.1.2
23222026-06-11T14:28:25.627Z Compiling humantime v2.3.0
23232026-06-11T14:28:25.768Z Compiling erased-serde v0.4.9
23242026-06-11T14:28:25.867Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23252026-06-11T14:28:25.938Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23262026-06-11T14:28:26.055Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23272026-06-11T14:28:26.087Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23282026-06-11T14:28:26.104Z Compiling num_enum v0.5.11
23292026-06-11T14:28:26.159Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23302026-06-11T14:28:26.176Z Compiling rand v0.10.0
23312026-06-11T14:28:26.253Z Compiling rayon v1.11.0
23322026-06-11T14:28:26.256Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23332026-06-11T14:28:26.327Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23342026-06-11T14:28:26.357Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23352026-06-11T14:28:26.416Z Compiling libefi-sys v0.1.0
23362026-06-11T14:28:26.449Z Compiling indent_write v2.2.0
23372026-06-11T14:28:26.482Z Compiling colored v3.1.1
23382026-06-11T14:28:26.514Z Compiling zone_cfg_derive v0.3.1
23392026-06-11T14:28:26.626Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23402026-06-11T14:28:26.641Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23412026-06-11T14:28:26.684Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23422026-06-11T14:28:26.739Z Compiling camino-tempfile v1.4.1
23432026-06-11T14:28:26.926Z Compiling itertools v0.12.1
23442026-06-11T14:28:26.981Z Compiling usdt-macro v0.5.0
23452026-06-11T14:28:27.133Z Compiling usdt-attr-macro v0.5.0
23462026-06-11T14:28:27.156Z Compiling bitfield-struct v0.6.2
23472026-06-11T14:28:27.159Z Compiling num-derive v0.4.2
23482026-06-11T14:28:27.189Z Compiling blake3 v1.8.3
23492026-06-11T14:28:27.205Z Compiling ordered-float v2.10.1
23502026-06-11T14:28:27.515Z Compiling memmap v0.7.0
23512026-06-11T14:28:27.575Z Compiling sigpipe v0.1.3
23522026-06-11T14:28:27.699Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23532026-06-11T14:28:27.716Z Compiling swrite v0.1.0
23542026-06-11T14:28:27.778Z Compiling glob v0.3.3
23552026-06-11T14:28:27.797Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23562026-06-11T14:28:27.916Z Compiling usdt v0.5.0
23572026-06-11T14:28:27.984Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23582026-06-11T14:28:28.116Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23592026-06-11T14:28:28.178Z Compiling serde-value v0.7.0
23602026-06-11T14:28:28.397Z Compiling zone v0.3.1
23612026-06-11T14:28:28.413Z Compiling serde-untagged v0.1.9
23622026-06-11T14:28:28.471Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23632026-06-11T14:28:28.792Z Compiling toml v0.8.23
23642026-06-11T14:28:28.807Z Compiling smf v0.2.3
23652026-06-11T14:28:28.825Z Compiling filetime v0.2.27
23662026-06-11T14:28:28.841Z Compiling xattr v1.6.1
23672026-06-11T14:28:28.857Z Compiling whoami v1.6.1
23682026-06-11T14:28:28.875Z Compiling arrayref v0.3.9
23692026-06-11T14:28:28.916Z Compiling constant_time_eq v0.4.2
23702026-06-11T14:28:28.978Z Compiling unicode-xid v0.2.6
23712026-06-11T14:28:29.009Z Compiling arrayvec v0.7.6
23722026-06-11T14:28:29.062Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23732026-06-11T14:28:29.066Z Compiling tar v0.4.45
23742026-06-11T14:28:29.137Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23752026-06-11T14:28:29.170Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-06-11T14:28:29.184Z Compiling tokio-dtrace v0.1.1
23772026-06-11T14:28:29.273Z Compiling cargo-util-schemas v0.8.2
23782026-06-11T14:28:29.398Z Compiling console v0.16.2
23792026-06-11T14:28:29.540Z Compiling gethostname v0.5.0
23802026-06-11T14:28:29.701Z Compiling cargo-platform v0.2.0
23812026-06-11T14:28:29.768Z Compiling topological-sort v0.2.2
23822026-06-11T14:28:29.862Z Compiling unit-prefix v0.5.2
23832026-06-11T14:28:29.962Z Compiling oxide-tokio-rt v0.1.4
23842026-06-11T14:28:29.990Z Compiling indicatif v0.18.4
23852026-06-11T14:28:30.006Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23862026-06-11T14:28:30.040Z Compiling shell-words v1.1.1
23872026-06-11T14:28:30.501Z Compiling cargo_metadata v0.21.0
23882026-06-11T14:28:39.917Z Compiling omicron-zone-package v0.12.2
23892026-06-11T14:28:39.931Z Compiling progenitor-client v0.14.0
23902026-06-11T14:28:40.438Z Compiling progenitor-extras v0.2.0
23912026-06-11T14:28:42.612Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23922026-06-11T14:28:42.648Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23932026-06-11T14:28:42.703Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23942026-06-11T14:28:42.818Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23952026-06-11T14:28:42.931Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23962026-06-11T14:28:42.958Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23972026-06-11T14:28:42.975Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23982026-06-11T14:28:43.027Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23992026-06-11T14:28:43.062Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24002026-06-11T14:28:46.914Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24012026-06-11T14:28:54.660Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24022026-06-11T14:28:57.745Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24032026-06-11T14:28:58.726Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24042026-06-11T14:29:08.514Z Finished `release` profile [optimized] target(s) in 1m 44s
24052026-06-11T14:29:08.669Z Running `target/release/omicron-package -t test target create -p dev`
24062026-06-11T14:29:08.734ZLogging to: /work/oxidecomputer/omicron/out/LOG
24072026-06-11T14:29:08.738ZCreated new build target 'test' and set it as active
24082026-06-11T14:29:08.738Z
24092026-06-11T14:29:08.742Zreal 1:44.799751757
24102026-06-11T14:29:08.742Zuser 17:05.370819051
24112026-06-11T14:29:08.742Zsys 2:42.258266772
24122026-06-11T14:29:08.742Ztrap 0.478599603
24132026-06-11T14:29:08.742Ztflt 2.942894972
24142026-06-11T14:29:08.742Zdflt 4.344477958
24152026-06-11T14:29:08.742Zkflt 0.000798650
24162026-06-11T14:29:08.742Zlock 53:19.122333213
24172026-06-11T14:29:08.742Zslp 43:37.683271372
24182026-06-11T14:29:08.742Zlat 43.698188838
24192026-06-11T14:29:08.742Zstop 5:22.340548221
24202026-06-11T14:29:08.742Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24212026-06-11T14:29:09.641Z Finished `release` profile [optimized] target(s) in 0.89s
24222026-06-11T14:29:09.716Z Running `target/release/omicron-package -t test package`
24232026-06-11T14:29:09.776ZLogging to: /work/oxidecomputer/omicron/out/LOG
24242026-06-11T14:29:11.223Z Compiling heck v0.5.0
24252026-06-11T14:29:11.223Z Compiling regress v0.11.1
24262026-06-11T14:29:11.445Z Compiling unsafe-libyaml v0.2.11
24272026-06-11T14:29:11.486Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24282026-06-11T14:29:11.507Z Compiling atomicwrites v0.4.4
24292026-06-11T14:29:11.536Z Compiling regress v0.10.5
24302026-06-11T14:29:11.559Z Compiling is-terminal v0.4.17
24312026-06-11T14:29:11.578Z Compiling unicode-width v0.1.14
24322026-06-11T14:29:11.578Z Compiling prettyplease v0.2.37
24332026-06-11T14:29:11.582Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24342026-06-11T14:29:11.582Z Compiling bytecount v0.6.9
24352026-06-11T14:29:11.582Z Compiling rustls v0.22.4
24362026-06-11T14:29:11.582Z Compiling rustls-webpki v0.102.8
24372026-06-11T14:29:11.623Z Compiling derive-where v1.6.0
24382026-06-11T14:29:11.626Z Compiling thread_local v1.1.9
24392026-06-11T14:29:11.730Z Compiling match_cfg v0.1.0
24402026-06-11T14:29:11.734Z Compiling compression-core v0.4.31
24412026-06-11T14:29:11.751Z Compiling multer v3.1.0
24422026-06-11T14:29:11.822Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24432026-06-11T14:29:11.856Z Compiling hostname v0.3.1
24442026-06-11T14:29:11.878Z Compiling slog-async v2.8.0
24452026-06-11T14:29:11.922Z Compiling compression-codecs v0.4.37
24462026-06-11T14:29:11.947Z Compiling serde_yaml v0.9.34+deprecated
24472026-06-11T14:29:11.950Z Compiling crossbeam-channel v0.5.15
24482026-06-11T14:29:11.950Z Compiling slog-json v2.6.1
24492026-06-11T14:29:12.020Z Compiling serde_spanned v1.0.4
24502026-06-11T14:29:12.023Z Compiling toml_datetime v1.0.0+spec-1.1.0
24512026-06-11T14:29:12.023Z Compiling take_mut v0.2.2
24522026-06-11T14:29:12.117Z Compiling term v1.2.1
24532026-06-11T14:29:12.186Z Compiling toml_writer v1.0.6+spec-1.1.0
24542026-06-11T14:29:12.207Z Compiling slog-bunyan v2.5.0
24552026-06-11T14:29:12.228Z Compiling async-compression v0.4.41
24562026-06-11T14:29:12.309Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24572026-06-11T14:29:12.402Z Compiling toml v1.0.6+spec-1.1.0
24582026-06-11T14:29:12.432Z Compiling slog-term v2.9.2
24592026-06-11T14:29:12.454Z Compiling async-stream v0.3.6
24602026-06-11T14:29:12.475Z Compiling dropshot v0.17.0
24612026-06-11T14:29:12.541Z Compiling num-rational v0.4.2
24622026-06-11T14:29:12.576Z Compiling progenitor-client v0.14.0
24632026-06-11T14:29:12.655Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24642026-06-11T14:29:12.677Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24652026-06-11T14:29:12.722Z Compiling waitgroup v0.1.2
24662026-06-11T14:29:12.820Z Compiling backon v1.6.0
24672026-06-11T14:29:12.845Z Compiling rustls-pemfile v2.2.0
24682026-06-11T14:29:12.887Z Compiling num-complex v0.4.6
24692026-06-11T14:29:12.923Z Compiling serde_path_to_error v0.1.20
24702026-06-11T14:29:12.927Z Compiling hostname v0.4.2
24712026-06-11T14:29:12.927Z Compiling instant v0.1.13
24722026-06-11T14:29:12.971Z Compiling typify-impl v0.6.2
24732026-06-11T14:29:13.074Z Compiling debug-ignore v1.0.5
24742026-06-11T14:29:13.077Z Compiling backoff v0.4.0
24752026-06-11T14:29:13.077Z Compiling progenitor-extras v0.2.0
24762026-06-11T14:29:13.140Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24772026-06-11T14:29:13.250Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24782026-06-11T14:29:13.354Z Compiling num v0.4.3
24792026-06-11T14:29:13.379Z Compiling parse-display v0.10.0
24802026-06-11T14:29:13.400Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24812026-06-11T14:29:13.403Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24822026-06-11T14:29:13.469Z Compiling macaddr v1.0.1
24832026-06-11T14:29:13.524Z Compiling float-ord v0.3.2
24842026-06-11T14:29:13.545Z Compiling humantime v2.3.0
24852026-06-11T14:29:13.671Z Compiling console v0.15.11
24862026-06-11T14:29:13.719Z Compiling newline-converter v0.3.0
24872026-06-11T14:29:13.745Z Compiling slog-dtrace v0.3.0
24882026-06-11T14:29:13.829Z Compiling resolv-conf v0.7.6
24892026-06-11T14:29:13.848Z Compiling cancel-safe-futures v0.1.5
24902026-06-11T14:29:13.885Z Compiling owo-colors v4.3.0
24912026-06-11T14:29:13.981Z Compiling tokio-rustls v0.25.0
24922026-06-11T14:29:14.101Z Compiling expectorate v1.2.0
24932026-06-11T14:29:14.149Z Compiling toml v0.8.23
24942026-06-11T14:29:14.258Z Compiling libsw-core v0.3.2
24952026-06-11T14:29:14.381Z Compiling linked-hash-map v0.5.6
24962026-06-11T14:29:14.465Z Compiling libsw v3.5.0
24972026-06-11T14:29:14.489Z Compiling linear-map v1.2.0
24982026-06-11T14:29:14.643Z Compiling lru-cache v0.1.2
24992026-06-11T14:29:14.722Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25002026-06-11T14:29:14.744Z Compiling minimal-lexical v0.2.1
25012026-06-11T14:29:14.776Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25022026-06-11T14:29:14.799Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25032026-06-11T14:29:14.822Z Compiling hickory-proto v0.24.4
25042026-06-11T14:29:14.892Z Compiling unicode-xid v0.2.6
25052026-06-11T14:29:15.009Z Compiling nom v7.1.3
25062026-06-11T14:29:15.032Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25072026-06-11T14:29:15.035Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25082026-06-11T14:29:15.076Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25092026-06-11T14:29:15.333Z Compiling convert_case v0.10.0
25102026-06-11T14:29:15.632Z Compiling derive_more-impl v2.1.1
25112026-06-11T14:29:15.924Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25122026-06-11T14:29:16.418Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25132026-06-11T14:29:16.450Z Compiling papergrid v0.11.0
25142026-06-11T14:29:16.478Z Compiling derive_more v2.1.1
25152026-06-11T14:29:16.592Z Compiling typify-macro v0.6.2
25162026-06-11T14:29:16.595Z Compiling tabled_derive v0.7.0
25172026-06-11T14:29:16.633Z Compiling termtree v0.5.1
25182026-06-11T14:29:16.837Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25192026-06-11T14:29:17.159Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25202026-06-11T14:29:17.552Z Compiling hickory-resolver v0.24.4
25212026-06-11T14:29:17.628Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25222026-06-11T14:29:17.652Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25232026-06-11T14:29:17.865Z Compiling tabled v0.15.0
25242026-06-11T14:29:17.901Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25252026-06-11T14:29:18.188Z Compiling typify v0.6.2
25262026-06-11T14:29:18.350Z Compiling progenitor-impl v0.14.0
25272026-06-11T14:29:18.957Z Compiling qorb v0.4.1
25282026-06-11T14:29:19.035Z Compiling crossterm v0.29.0
25292026-06-11T14:29:20.498Z Compiling progenitor-macro v0.14.0
25302026-06-11T14:29:20.976Z Compiling phf_shared v0.12.1
25312026-06-11T14:29:21.730Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25322026-06-11T14:29:21.966Z Compiling vte v0.14.1
25332026-06-11T14:29:22.248Z Compiling csv-core v0.1.13
25342026-06-11T14:29:22.273Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25352026-06-11T14:29:22.564Z Compiling chrono-tz v0.10.4
25362026-06-11T14:29:22.693Z Compiling highway v1.3.0
25372026-06-11T14:29:22.815Z Compiling csv v1.4.0
25382026-06-11T14:29:23.066Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25392026-06-11T14:29:23.362Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25402026-06-11T14:29:23.449Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25412026-06-11T14:29:23.520Z Compiling strip-ansi-escapes v0.2.1
25422026-06-11T14:29:23.845Z Compiling phf v0.12.1
25432026-06-11T14:29:23.889Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25442026-06-11T14:29:23.957Z Compiling const_format_proc_macros v0.2.34
25452026-06-11T14:29:24.050Z Compiling fd-lock v4.0.4
25462026-06-11T14:29:24.093Z Compiling peg-macros v0.8.5
25472026-06-11T14:29:24.232Z Compiling nu-ansi-term v0.50.3
25482026-06-11T14:29:24.560Z Compiling progenitor v0.14.0
25492026-06-11T14:29:24.694Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25502026-06-11T14:29:24.750Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25512026-06-11T14:29:24.772Z Compiling const_format v0.2.35
25522026-06-11T14:29:24.818Z Compiling reedline v0.40.0
25532026-06-11T14:29:25.406Z Compiling peg v0.8.5
25542026-06-11T14:29:25.516Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25552026-06-11T14:29:25.769Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25562026-06-11T14:29:25.887Z Compiling bcs v0.1.6
25572026-06-11T14:29:26.331Z Compiling nom v8.0.0
25582026-06-11T14:29:26.531Z Compiling semver v0.1.20
25592026-06-11T14:29:26.838Z Compiling rustc_version v0.1.7
25602026-06-11T14:29:27.071Z Compiling newtype_derive v0.1.6
25612026-06-11T14:29:27.300Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25622026-06-11T14:29:27.404Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25632026-06-11T14:29:27.514Z Compiling unicode-linebreak v0.1.5
25642026-06-11T14:29:27.545Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25652026-06-11T14:29:27.569Z Compiling smawk v0.3.2
25662026-06-11T14:29:27.764Z Compiling textwrap v0.16.2
25672026-06-11T14:29:27.850Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25682026-06-11T14:29:27.877Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25692026-06-11T14:29:28.039Z Compiling base64 v0.21.7
25702026-06-11T14:29:28.344Z Compiling steno v0.4.1
25712026-06-11T14:29:28.582Z Compiling dropshot-api-manager-types v0.7.2
25722026-06-11T14:29:28.940Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25732026-06-11T14:29:29.041Z Compiling tagptr v0.2.0
25742026-06-11T14:29:29.159Z Compiling utf-8 v0.7.6
25752026-06-11T14:29:29.224Z Compiling moka v0.12.13
25762026-06-11T14:29:29.247Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25772026-06-11T14:29:29.407Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25782026-06-11T14:29:29.428Z Compiling tungstenite v0.21.0
25792026-06-11T14:29:29.508Z Compiling radium v0.7.0
25802026-06-11T14:29:29.588Z Compiling display-error-chain v0.2.2
25812026-06-11T14:29:29.826Z Compiling tap v1.0.1
25822026-06-11T14:29:29.973Z Compiling maybe-uninit v2.0.0
25832026-06-11T14:29:30.156Z Compiling tokio-tungstenite v0.21.0
25842026-06-11T14:29:30.370Z Compiling hickory-resolver v0.25.2
25852026-06-11T14:29:30.392Z Compiling wyz v0.5.1
25862026-06-11T14:29:30.477Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25872026-06-11T14:29:30.825Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25882026-06-11T14:29:30.847Z Compiling num-derive v0.3.3
25892026-06-11T14:29:31.196Z Compiling zerocopy-derive v0.6.6
25902026-06-11T14:29:31.597Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25912026-06-11T14:29:31.749Z Compiling proc-macro-error-attr2 v2.0.0
25922026-06-11T14:29:32.029Z Compiling funty v2.0.0
25932026-06-11T14:29:32.163Z Compiling packed_struct v0.10.1
25942026-06-11T14:29:32.448Z Compiling crc-catalog v2.4.0
25952026-06-11T14:29:32.601Z Compiling crc v3.4.0
25962026-06-11T14:29:32.830Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25972026-06-11T14:29:32.904Z Compiling bitvec v1.0.1
25982026-06-11T14:29:33.006Z Compiling proc-macro-error2 v2.0.1
25992026-06-11T14:29:33.327Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26002026-06-11T14:29:33.470Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
26012026-06-11T14:29:33.507Z Compiling zerocopy v0.6.6
26022026-06-11T14:29:33.684Z Compiling libscf-sys v1.1.0
26032026-06-11T14:29:33.970Z Compiling packed_struct_codegen v0.10.1
26042026-06-11T14:29:33.991Z Compiling vergen-lib v0.1.6
26052026-06-11T14:29:34.226Z Compiling bitfield-macros v0.19.4
26062026-06-11T14:29:34.778Z Compiling indexmap v1.9.3
26072026-06-11T14:29:34.957Z Compiling nodrop v0.1.14
26082026-06-11T14:29:35.064Z Compiling array-init v0.0.4
26092026-06-11T14:29:35.092Z Compiling bitfield v0.19.4
26102026-06-11T14:29:35.240Z Compiling smallvec v0.6.14
26112026-06-11T14:29:35.372Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26122026-06-11T14:29:35.424Z Compiling tabled_derive v0.11.0
26132026-06-11T14:29:35.513Z Compiling papergrid v0.17.0
26142026-06-11T14:29:35.628Z Compiling testing_table v0.3.0
26152026-06-11T14:29:35.933Z Compiling vergen-gitcl v1.0.8
26162026-06-11T14:29:36.063Z Compiling dirs-sys-next v0.1.2
26172026-06-11T14:29:36.084Z Compiling diesel_derives v2.3.7
26182026-06-11T14:29:36.169Z Compiling crunchy v0.2.4
26192026-06-11T14:29:36.279Z Compiling maplit v1.0.2
26202026-06-11T14:29:36.319Z Compiling glob v0.3.3
26212026-06-11T14:29:36.343Z Compiling hashbrown v0.12.3
26222026-06-11T14:29:36.405Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26232026-06-11T14:29:36.540Z Compiling dirs-next v2.0.0
26242026-06-11T14:29:36.583Z Compiling serde-hex v0.1.0
26252026-06-11T14:29:36.693Z Compiling clang-sys v1.8.1
26262026-06-11T14:29:36.714Z Compiling tabled v0.20.0
26272026-06-11T14:29:36.959Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26282026-06-11T14:29:37.002Z Compiling ron v0.8.1
26292026-06-11T14:29:37.006Z Compiling hashbrown v0.13.2
26302026-06-11T14:29:37.093Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26312026-06-11T14:29:37.231Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26322026-06-11T14:29:37.498Z Compiling dsl_auto_type v0.2.0
26332026-06-11T14:29:37.624Z Compiling scheduled-thread-pool v0.2.7
26342026-06-11T14:29:38.068Z Compiling diesel_table_macro_syntax v0.3.0
26352026-06-11T14:29:38.247Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26362026-06-11T14:29:38.302Z Compiling tiny-keccak v2.0.2
26372026-06-11T14:29:38.486Z Compiling crc-any v2.5.0
26382026-06-11T14:29:38.633Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26392026-06-11T14:29:38.713Z Compiling r2d2 v0.8.10
26402026-06-11T14:29:38.936Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26412026-06-11T14:29:39.007Z Compiling object v0.30.4
26422026-06-11T14:29:39.596Z Compiling term v0.7.0
26432026-06-11T14:29:39.730Z Compiling downcast-rs v2.0.2
26442026-06-11T14:29:39.751Z Compiling bit-vec v0.6.3
26452026-06-11T14:29:39.875Z Compiling xshell-macros v0.2.7
26462026-06-11T14:29:40.011Z Compiling path-slash v0.1.5
26472026-06-11T14:29:40.035Z Compiling bit-set v0.5.3
26482026-06-11T14:29:40.102Z Compiling ascii-canvas v3.0.0
26492026-06-11T14:29:40.271Z Compiling xshell v0.2.7
26502026-06-11T14:29:40.365Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26512026-06-11T14:29:40.484Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26522026-06-11T14:29:40.988Z Compiling itertools v0.10.5
26532026-06-11T14:29:41.276Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26542026-06-11T14:29:41.581Z Compiling ena v0.14.4
26552026-06-11T14:29:41.829Z Compiling libloading v0.8.9
26562026-06-11T14:29:42.058Z Compiling unicase v2.9.0
26572026-06-11T14:29:42.082Z Compiling diff v0.1.13
26582026-06-11T14:29:42.345Z Compiling regex-syntax v0.6.29
26592026-06-11T14:29:42.373Z Compiling crc8 v0.1.1
26602026-06-11T14:29:42.518Z Compiling bindgen v0.71.1
26612026-06-11T14:29:42.839Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26622026-06-11T14:29:42.981Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26632026-06-11T14:29:43.130Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26642026-06-11T14:29:43.298Z Compiling diesel v2.3.7
26652026-06-11T14:29:43.750Z Compiling cexpr v0.6.0
26662026-06-11T14:29:43.861Z Compiling lalrpop v0.19.12
26672026-06-11T14:29:44.055Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26682026-06-11T14:29:44.301Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26692026-06-11T14:29:44.327Z Compiling rustc-hash v2.1.1
26702026-06-11T14:29:44.388Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26712026-06-11T14:29:44.418Z Compiling headers-core v0.3.0
26722026-06-11T14:29:44.515Z Compiling libxml v0.3.3
26732026-06-11T14:29:44.518Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26742026-06-11T14:29:44.561Z Compiling headers v0.4.1
26752026-06-11T14:29:44.592Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26762026-06-11T14:29:44.831Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26772026-06-11T14:29:45.031Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26782026-06-11T14:29:45.058Z Compiling git-stub v1.0.0
26792026-06-11T14:29:45.335Z Compiling strum_macros v0.24.3
26802026-06-11T14:29:45.516Z Compiling indoc v1.0.9
26812026-06-11T14:29:45.763Z Compiling git-stub-vcs v0.1.0
26822026-06-11T14:29:45.981Z Compiling progenitor-impl v0.13.0
26832026-06-11T14:29:46.135Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26842026-06-11T14:29:46.260Z Compiling derive_builder v0.20.2
26852026-06-11T14:29:46.365Z Compiling oso-derive v0.27.3
26862026-06-11T14:29:46.443Z Compiling quick-xml v0.37.5
26872026-06-11T14:29:46.624Z Compiling impl-trait-for-tuples v0.2.3
26882026-06-11T14:29:46.885Z Compiling openssl-probe v0.1.6
26892026-06-11T14:29:47.164Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26902026-06-11T14:29:47.209Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26912026-06-11T14:29:47.239Z Compiling progenitor-client v0.13.0
26922026-06-11T14:29:47.739Z Compiling half v1.8.3
26932026-06-11T14:29:47.783Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26942026-06-11T14:29:47.874Z Compiling bb8 v0.8.6
26952026-06-11T14:29:47.938Z Compiling trait-variant v0.1.2
26962026-06-11T14:29:48.040Z Compiling serde_cbor v0.11.2
26972026-06-11T14:29:48.196Z Compiling progenitor-macro v0.13.0
26982026-06-11T14:29:48.250Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26992026-06-11T14:29:48.308Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27002026-06-11T14:29:48.543Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27012026-06-11T14:29:48.637Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27022026-06-11T14:29:48.865Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27032026-06-11T14:29:49.111Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27042026-06-11T14:29:49.159Z Compiling typify-impl v0.4.3
27052026-06-11T14:29:49.181Z Compiling fxhash v0.2.1
27062026-06-11T14:29:49.241Z Compiling libz-sys v1.1.24
27072026-06-11T14:29:49.263Z Compiling samael v0.0.19
27082026-06-11T14:29:49.361Z Compiling salty v0.3.0
27092026-06-11T14:29:49.652Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27102026-06-11T14:29:49.675Z Compiling nonempty v0.12.0
27112026-06-11T14:29:50.345Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27122026-06-11T14:29:50.521Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27132026-06-11T14:29:50.545Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27142026-06-11T14:29:50.686Z Compiling kstat-rs v0.2.4
27152026-06-11T14:29:51.187Z Compiling arc-swap v1.8.2
27162026-06-11T14:29:51.221Z Compiling fs-err v2.11.0
27172026-06-11T14:29:51.368Z Compiling polar-core v0.27.3
27182026-06-11T14:29:51.712Z Compiling slog-scope v4.4.1
27192026-06-11T14:29:51.736Z Compiling mime_guess v2.0.5
27202026-06-11T14:29:52.174Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27212026-06-11T14:29:52.318Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27222026-06-11T14:29:52.321Z Compiling progenitor v0.13.0
27232026-06-11T14:29:52.531Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27242026-06-11T14:29:52.607Z Compiling typify-macro v0.4.3
27252026-06-11T14:29:53.514Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27262026-06-11T14:29:53.722Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27272026-06-11T14:29:53.745Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27282026-06-11T14:29:54.023Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27292026-06-11T14:29:54.160Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27302026-06-11T14:29:54.341Z Compiling nanorand v0.7.0
27312026-06-11T14:29:54.536Z Compiling darling_core v0.23.0
27322026-06-11T14:29:54.722Z Compiling libgit2-sys v0.18.3+1.9.2
27332026-06-11T14:29:55.074Z Compiling parking_lot_core v0.8.6
27342026-06-11T14:29:55.383Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27352026-06-11T14:29:55.851Z Compiling flume v0.11.1
27362026-06-11T14:29:56.251Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27372026-06-11T14:29:56.728Z Compiling darling_macro v0.23.0
27382026-06-11T14:29:56.759Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27392026-06-11T14:29:56.874Z Compiling slog-stdlog v4.1.1
27402026-06-11T14:29:57.336Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27412026-06-11T14:29:57.397Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27422026-06-11T14:29:58.624Z Compiling primeorder v0.13.6
27432026-06-11T14:29:58.727Z Compiling atty v0.2.14
27442026-06-11T14:29:58.888Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27452026-06-11T14:29:58.947Z Compiling instability v0.3.11
27462026-06-11T14:29:59.127Z Compiling http-range v0.1.5
27472026-06-11T14:29:59.191Z Compiling parse-size v1.1.0
27482026-06-11T14:29:59.275Z Compiling strsim v0.10.0
27492026-06-11T14:29:59.421Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27502026-06-11T14:29:59.465Z Compiling darling_core v0.13.4
27512026-06-11T14:29:59.658Z Compiling p384 v0.13.1
27522026-06-11T14:30:01.117Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27532026-06-11T14:30:02.644Z Compiling oso v0.27.3
27542026-06-11T14:30:03.493Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27552026-06-11T14:30:03.515Z Compiling diesel-dtrace v0.5.0
27562026-06-11T14:30:03.842Z Compiling async-bb8-diesel v0.2.1
27572026-06-11T14:30:03.897Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27582026-06-11T14:30:04.687Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27592026-06-11T14:30:05.638Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27602026-06-11T14:30:05.960Z Compiling darling v0.23.0
27612026-06-11T14:30:06.017Z Compiling slog-envlogger v2.2.0
27622026-06-11T14:30:07.159Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27632026-06-11T14:30:07.652Z Compiling typify v0.4.3
27642026-06-11T14:30:07.794Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27652026-06-11T14:30:08.244Z Compiling ignore v0.4.25
27662026-06-11T14:30:09.141Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27672026-06-11T14:30:09.961Z Compiling vergen-git2 v9.1.0
27682026-06-11T14:30:10.192Z Compiling castaway v0.2.4
27692026-06-11T14:30:10.348Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27702026-06-11T14:30:10.371Z Compiling indoc v2.0.7
27712026-06-11T14:30:10.586Z Compiling compact_str v0.8.1
27722026-06-11T14:30:10.716Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27732026-06-11T14:30:10.992Z Compiling globwalk v0.9.1
27742026-06-11T14:30:11.351Z Compiling progenitor-impl v0.11.2
27752026-06-11T14:30:11.378Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27762026-06-11T14:30:11.509Z Compiling parking_lot v0.11.2
27772026-06-11T14:30:11.671Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27782026-06-11T14:30:11.717Z Compiling hyper-staticfile v0.10.1
27792026-06-11T14:30:12.346Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27802026-06-11T14:30:12.422Z Compiling darling_macro v0.13.4
27812026-06-11T14:30:12.930Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27822026-06-11T14:30:12.954Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-06-11T14:30:13.226Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27842026-06-11T14:30:13.249Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27852026-06-11T14:30:13.536Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27862026-06-11T14:30:13.633Z Compiling predicates-tree v1.0.13
27872026-06-11T14:30:13.698Z Compiling unicode-truncate v1.1.0
27882026-06-11T14:30:13.764Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27892026-06-11T14:30:13.922Z Compiling lru v0.12.5
27902026-06-11T14:30:14.005Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27912026-06-11T14:30:14.113Z Compiling rand_seeder v0.4.0
27922026-06-11T14:30:14.156Z Compiling prefix-trie v0.7.0
27932026-06-11T14:30:14.380Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27942026-06-11T14:30:14.572Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27952026-06-11T14:30:14.658Z Compiling illumos-nvpair-sys v0.2.0
27962026-06-11T14:30:14.830Z Compiling rustls v0.21.12
27972026-06-11T14:30:14.856Z Compiling cassowary v0.3.0
27982026-06-11T14:30:14.899Z Compiling corncobs v0.1.4
27992026-06-11T14:30:15.081Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28002026-06-11T14:30:15.105Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28012026-06-11T14:30:15.155Z Compiling ratatui v0.29.0
28022026-06-11T14:30:15.177Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28032026-06-11T14:30:15.231Z Compiling hickory-server v0.25.2
28042026-06-11T14:30:15.439Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28052026-06-11T14:30:15.695Z Compiling camino-tempfile-ext v0.3.3
28062026-06-11T14:30:15.768Z Compiling progenitor-macro v0.11.2
28072026-06-11T14:30:15.808Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28082026-06-11T14:30:16.342Z Compiling darling v0.13.4
28092026-06-11T14:30:16.462Z Compiling sled v0.34.7
28102026-06-11T14:30:17.494Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28112026-06-11T14:30:18.961Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28122026-06-11T14:30:19.822Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28132026-06-11T14:30:20.066Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28142026-06-11T14:30:20.281Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28152026-06-11T14:30:20.509Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28162026-06-11T14:30:20.636Z Compiling progenitor-client v0.11.2
28172026-06-11T14:30:20.750Z Compiling sct v0.7.1
28182026-06-11T14:30:20.837Z Compiling git2 v0.20.4
28192026-06-11T14:30:20.875Z Compiling rustls-webpki v0.101.7
28202026-06-11T14:30:21.057Z Compiling secrecy v0.8.0
28212026-06-11T14:30:21.179Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28222026-06-11T14:30:22.567Z Compiling progenitor v0.11.2
28232026-06-11T14:30:22.836Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28242026-06-11T14:30:23.454Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28252026-06-11T14:30:23.805Z Compiling serde_with_macros v1.5.2
28262026-06-11T14:30:23.983Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28272026-06-11T14:30:24.648Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28282026-06-11T14:30:24.735Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28292026-06-11T14:30:25.111Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28302026-06-11T14:30:26.399Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28312026-06-11T14:30:26.475Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28322026-06-11T14:30:26.703Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28332026-06-11T14:30:26.962Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28342026-06-11T14:30:27.198Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28352026-06-11T14:30:27.231Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28362026-06-11T14:30:27.438Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28372026-06-11T14:30:27.470Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28382026-06-11T14:30:27.697Z Compiling void v1.0.2
28392026-06-11T14:30:27.847Z Compiling lzss v0.8.2
28402026-06-11T14:30:28.357Z Compiling illumos-nvpair v0.3.0
28412026-06-11T14:30:28.871Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28422026-06-11T14:30:29.438Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28432026-06-11T14:30:30.231Z Compiling serde_with v1.14.0
28442026-06-11T14:30:30.856Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28452026-06-11T14:30:31.385Z Compiling tokio-rustls v0.24.1
28462026-06-11T14:30:31.782Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28472026-06-11T14:30:31.917Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28482026-06-11T14:30:31.986Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28492026-06-11T14:30:32.032Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28502026-06-11T14:30:32.761Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28512026-06-11T14:30:33.019Z Compiling tungstenite v0.23.0
28522026-06-11T14:30:33.641Z Compiling rustls-pemfile v1.0.4
28532026-06-11T14:30:33.756Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28542026-06-11T14:30:33.936Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28552026-06-11T14:30:34.052Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28562026-06-11T14:30:34.183Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28572026-06-11T14:30:34.290Z Compiling nix v0.27.1
28582026-06-11T14:30:35.356Z Compiling twox-hash v2.1.2
28592026-06-11T14:30:35.469Z Compiling serde_bytes v0.11.19
28602026-06-11T14:30:35.773Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28612026-06-11T14:30:35.864Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28622026-06-11T14:30:35.906Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28632026-06-11T14:30:36.307Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28642026-06-11T14:30:36.558Z Compiling tokio-tungstenite v0.23.1
28652026-06-11T14:30:36.876Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28662026-06-11T14:30:36.989Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28672026-06-11T14:30:38.974Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28682026-06-11T14:30:40.403Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28692026-06-11T14:30:40.483Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28702026-06-11T14:30:40.834Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28712026-06-11T14:30:41.106Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28722026-06-11T14:30:41.204Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28732026-06-11T14:30:41.339Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28742026-06-11T14:30:41.471Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28752026-06-11T14:30:42.192Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28762026-06-11T14:30:42.368Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28772026-06-11T14:30:44.131Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28782026-06-11T14:30:45.122Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28792026-06-11T14:30:45.615Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28802026-06-11T14:30:45.852Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28812026-06-11T14:30:46.197Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28822026-06-11T14:30:46.970Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28832026-06-11T14:30:47.247Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28842026-06-11T14:30:47.929Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28852026-06-11T14:30:48.856Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28862026-06-11T14:30:49.025Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28872026-06-11T14:30:49.080Z Compiling signal-hook-tokio v0.3.1
28882026-06-11T14:30:49.281Z Compiling fatfs v0.3.6
28892026-06-11T14:30:49.375Z Compiling yasna v0.5.2
28902026-06-11T14:30:49.535Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28912026-06-11T14:30:49.947Z Compiling seq-macro v0.3.6
28922026-06-11T14:30:50.207Z Compiling is_ci v1.2.0
28932026-06-11T14:30:50.231Z Compiling assert_matches v1.5.0
28942026-06-11T14:30:50.348Z Compiling supports-color v3.0.2
28952026-06-11T14:30:50.434Z Compiling rcgen v0.12.1
28962026-06-11T14:30:50.460Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28972026-06-11T14:30:50.636Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28982026-06-11T14:30:51.762Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28992026-06-11T14:30:51.768Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29002026-06-11T14:30:51.768Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29012026-06-11T14:30:51.768Z Compiling subprocess v0.2.15
29022026-06-11T14:30:51.768Z Compiling rtoolbox v0.0.3
29032026-06-11T14:30:51.798Z Compiling rpassword v7.4.0
29042026-06-11T14:30:52.723Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29052026-06-11T14:30:53.334Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29062026-06-11T14:30:53.838Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29072026-06-11T14:30:53.986Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29082026-06-11T14:30:54.660Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29092026-06-11T14:30:54.869Z Compiling tui-tree-widget v0.23.1
29102026-06-11T14:30:55.162Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29112026-06-11T14:30:55.316Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29122026-06-11T14:30:55.848Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29132026-06-11T14:30:56.464Z Compiling uzers v0.12.2
29142026-06-11T14:30:57.271Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29152026-06-11T14:30:57.914Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29162026-06-11T14:30:59.060Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29172026-06-11T14:30:59.689Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29182026-06-11T14:31:03.763Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29192026-06-11T14:31:04.661Z Compiling support-bundle-viewer v0.1.2
29202026-06-11T14:31:05.966Z Compiling multimap v0.10.1
29212026-06-11T14:31:12.238Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29222026-06-11T14:31:20.069Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29232026-06-11T14:31:26.401Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29242026-06-11T14:31:26.764Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29252026-06-11T14:31:29.597Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29262026-06-11T14:37:33.712Z Finished `release` profile [optimized] target(s) in 8m 23s
29272026-06-11T14:38:20.434Z
29282026-06-11T14:38:20.434Zreal 9:11.668429511
29292026-06-11T14:38:20.434Zuser 1:20:04.016437088
29302026-06-11T14:38:20.434Zsys 3:42.056371662
29312026-06-11T14:38:20.435Ztrap 1.801974948
29322026-06-11T14:38:20.438Ztflt 2.516755559
29332026-06-11T14:38:20.438Zdflt 19.263626222
29342026-06-11T14:38:20.438Zkflt 0.159579544
29352026-06-11T14:38:20.438Zlock 6:51:24.014746435
29362026-06-11T14:38:20.438Zslp 2:17:11.966161935
29372026-06-11T14:38:20.438Zlat 2:25.330661388
29382026-06-11T14:38:20.438Zstop 5:30.804514411
29392026-06-11T14:38:20.438Z+ mapfile -t packages
29402026-06-11T14:38:20.438Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29412026-06-11T14:38:21.394Z Finished `release` profile [optimized] target(s) in 0.95s
29422026-06-11T14:38:21.470Z Running `target/release/omicron-package -t test list-outputs`
29432026-06-11T14:38:21.531ZLogging to: /work/oxidecomputer/omicron/out/LOG
29442026-06-11T14:38:21.534Z+ ptime -m cargo build --locked --release -p xtask
29452026-06-11T14:38:22.072Z Compiling libc v0.2.185
29462026-06-11T14:38:22.072Z Compiling serde v1.0.228
29472026-06-11T14:38:22.075Z Compiling serde_core v1.0.228
29482026-06-11T14:38:22.075Z Compiling rustix v1.1.3
29492026-06-11T14:38:22.177Z Compiling serde_json v1.0.149
29502026-06-11T14:38:22.188Z Compiling bitflags v2.11.0
29512026-06-11T14:38:22.228Z Compiling num-traits v0.2.19
29522026-06-11T14:38:22.239Z Compiling syn v2.0.117
29532026-06-11T14:38:22.250Z Compiling smallvec v1.15.1
29542026-06-11T14:38:22.276Z Compiling indexmap v2.14.0
29552026-06-11T14:38:22.279Z Compiling usdt-impl v0.5.0
29562026-06-11T14:38:22.301Z Compiling syn v1.0.109
29572026-06-11T14:38:22.315Z Compiling percent-encoding v2.3.2
29582026-06-11T14:38:22.325Z Compiling log v0.4.29
29592026-06-11T14:38:22.443Z Compiling getrandom v0.4.1
29602026-06-11T14:38:22.545Z Compiling form_urlencoded v1.2.2
29612026-06-11T14:38:22.614Z Compiling fs-err v3.3.0
29622026-06-11T14:38:22.614Z Compiling heck v0.4.1
29632026-06-11T14:38:22.625Z Compiling once_cell v1.21.3
29642026-06-11T14:38:22.777Z Compiling anyhow v1.0.102
29652026-06-11T14:38:22.968Z Compiling errno v0.3.14
29662026-06-11T14:38:22.971Z Compiling thread-id v4.2.2
29672026-06-11T14:38:22.971Z Compiling memmap v0.7.0
29682026-06-11T14:38:23.300Z Compiling ordered-float v2.10.1
29692026-06-11T14:38:23.817Z Compiling proc-macro-error v1.0.4
29702026-06-11T14:38:23.983Z Compiling terminal_size v0.4.3
29712026-06-11T14:38:23.986Z Compiling tempfile v3.25.0
29722026-06-11T14:38:24.068Z Compiling tabled_derive v0.7.0
29732026-06-11T14:38:24.092Z Compiling clap_builder v4.6.0
29742026-06-11T14:38:24.092Z Compiling textwrap v0.16.2
29752026-06-11T14:38:24.213Z Compiling camino-tempfile v1.4.1
29762026-06-11T14:38:24.758Z Compiling tabled v0.15.0
29772026-06-11T14:38:24.771Z Compiling synstructure v0.13.2
29782026-06-11T14:38:24.774Z Compiling pest_generator v2.8.6
29792026-06-11T14:38:25.166Z Compiling serde_derive v1.0.228
29802026-06-11T14:38:25.166Z Compiling zerofrom-derive v0.1.6
29812026-06-11T14:38:25.169Z Compiling yoke-derive v0.8.1
29822026-06-11T14:38:25.169Z Compiling zerovec-derive v0.11.2
29832026-06-11T14:38:25.169Z Compiling displaydoc v0.2.5
29842026-06-11T14:38:25.169Z Compiling thiserror-impl v1.0.69
29852026-06-11T14:38:25.169Z Compiling zerocopy-derive v0.7.35
29862026-06-11T14:38:25.169Z Compiling scroll_derive v0.12.1
29872026-06-11T14:38:25.169Z Compiling thiserror-impl v2.0.18
29882026-06-11T14:38:25.169Z Compiling clap_derive v4.6.1
29892026-06-11T14:38:25.313Z Compiling pest_derive v2.8.6
29902026-06-11T14:38:25.882Z Compiling scroll v0.12.0
29912026-06-11T14:38:26.086Z Compiling zerocopy v0.7.35
29922026-06-11T14:38:26.221Z Compiling goblin v0.8.2
29932026-06-11T14:38:26.329Z Compiling thiserror v1.0.69
29942026-06-11T14:38:26.354Z Compiling thiserror v2.0.18
29952026-06-11T14:38:26.367Z Compiling zerofrom v0.1.6
29962026-06-11T14:38:26.457Z Compiling dtrace-parser v0.2.0
29972026-06-11T14:38:26.494Z Compiling yoke v0.8.1
29982026-06-11T14:38:26.717Z Compiling zerovec v0.11.5
29992026-06-11T14:38:26.731Z Compiling zerotrie v0.2.3
30002026-06-11T14:38:26.925Z Compiling clap v4.6.1
30012026-06-11T14:38:27.347Z Compiling tinystr v0.8.2
30022026-06-11T14:38:27.581Z Compiling icu_locale_core v2.1.1
30032026-06-11T14:38:28.224Z Compiling potential_utf v0.1.4
30042026-06-11T14:38:28.429Z Compiling icu_collections v2.1.1
30052026-06-11T14:38:28.442Z Compiling icu_provider v2.1.1
30062026-06-11T14:38:28.654Z Compiling toml_datetime v0.6.11
30072026-06-11T14:38:28.873Z Compiling icu_properties v2.1.2
30082026-06-11T14:38:28.918Z Compiling icu_normalizer v2.1.1
30092026-06-11T14:38:29.066Z Compiling serde_spanned v0.6.9
30102026-06-11T14:38:29.105Z Compiling dof v0.3.0
30112026-06-11T14:38:29.125Z Compiling serde_tokenstream v0.2.3
30122026-06-11T14:38:29.152Z Compiling serde-value v0.7.0
30132026-06-11T14:38:29.163Z Compiling cargo-platform v0.2.0
30142026-06-11T14:38:29.183Z Compiling macaddr v1.0.1
30152026-06-11T14:38:29.220Z Compiling toml_edit v0.22.27
30162026-06-11T14:38:29.766Z Compiling idna_adapter v1.2.1
30172026-06-11T14:38:29.877Z Compiling usdt-macro v0.5.0
30182026-06-11T14:38:29.913Z Compiling idna v1.1.0
30192026-06-11T14:38:29.926Z Compiling usdt-attr-macro v0.5.0
30202026-06-11T14:38:30.262Z Compiling url v2.5.8
30212026-06-11T14:38:30.582Z Compiling usdt v0.5.0
30222026-06-11T14:38:30.773Z Compiling toml v0.8.23
30232026-06-11T14:38:31.226Z Compiling cargo-util-schemas v0.8.2
30242026-06-11T14:38:31.226Z Compiling cargo_toml v0.21.0
30252026-06-11T14:38:32.274Z Compiling cargo_metadata v0.21.0
30262026-06-11T14:38:35.340Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30272026-06-11T14:38:38.361Z Finished `release` profile [optimized] target(s) in 16.81s
30282026-06-11T14:38:38.526Z
30292026-06-11T14:38:38.526Zreal 16.952381904
30302026-06-11T14:38:38.526Zuser 2:21.968730523
30312026-06-11T14:38:38.526Zsys 17.441955008
30322026-06-11T14:38:38.526Ztrap 0.092590471
30332026-06-11T14:38:38.526Ztflt 0.508949421
30342026-06-11T14:38:38.526Zdflt 1.553600338
30352026-06-11T14:38:38.529Zkflt 0.000116860
30362026-06-11T14:38:38.529Zlock 5:17.812648050
30372026-06-11T14:38:38.529Zslp 3:22.727449344
30382026-06-11T14:38:38.529Zlat 6.506522970
30392026-06-11T14:38:38.529Zstop 21.115167602
30402026-06-11T14:38:38.529Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30412026-06-11T14:38:38.529Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30422026-06-11T14:38:38.529Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30432026-06-11T14:38:38.529Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30442026-06-11T14:38:38.529Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30452026-06-11T14:38:39.495Z Compiling progenitor-client v0.14.0
30462026-06-11T14:38:39.495Z Compiling newtype-uuid-macros v0.1.0
30472026-06-11T14:38:39.498Z Compiling structmeta-derive v0.3.0
30482026-06-11T14:38:39.498Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30492026-06-11T14:38:39.498Z Compiling rustls v0.22.4
30502026-06-11T14:38:39.655Z Compiling rustls-webpki v0.102.8
30512026-06-11T14:38:39.658Z Compiling multer v3.1.0
30522026-06-11T14:38:39.672Z Compiling debug-ignore v1.0.5
30532026-06-11T14:38:39.675Z Compiling compression-core v0.4.31
30542026-06-11T14:38:39.675Z Compiling match_cfg v0.1.0
30552026-06-11T14:38:39.675Z Compiling atomicwrites v0.4.4
30562026-06-11T14:38:39.675Z Compiling slog-json v2.6.1
30572026-06-11T14:38:39.813Z Compiling async-stream-impl v0.3.6
30582026-06-11T14:38:39.817Z Compiling serde_spanned v1.0.4
30592026-06-11T14:38:39.834Z Compiling hostname v0.3.1
30602026-06-11T14:38:39.837Z Compiling toml_datetime v1.0.0+spec-1.1.0
30612026-06-11T14:38:39.851Z Compiling dropshot v0.17.0
30622026-06-11T14:38:39.917Z Compiling compression-codecs v0.4.37
30632026-06-11T14:38:39.936Z Compiling toml_writer v1.0.6+spec-1.1.0
30642026-06-11T14:38:39.953Z Compiling itertools v0.14.0
30652026-06-11T14:38:39.969Z Compiling slog-bunyan v2.5.0
30662026-06-11T14:38:39.993Z Compiling waitgroup v0.1.2
30672026-06-11T14:38:39.996Z Compiling rustls-pemfile v2.2.0
30682026-06-11T14:38:40.045Z Compiling dropshot_endpoint v0.17.0
30692026-06-11T14:38:40.048Z Compiling serde_path_to_error v0.1.20
30702026-06-11T14:38:40.138Z Compiling toml v1.0.6+spec-1.1.0
30712026-06-11T14:38:40.180Z Compiling async-compression v0.4.41
30722026-06-11T14:38:40.180Z Compiling hostname v0.4.2
30732026-06-11T14:38:40.200Z Compiling regress v0.10.5
30742026-06-11T14:38:40.255Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30752026-06-11T14:38:40.255Z Compiling macaddr v1.0.1
30762026-06-11T14:38:40.292Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30772026-06-11T14:38:40.342Z Compiling instant v0.1.13
30782026-06-11T14:38:40.435Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30792026-06-11T14:38:40.451Z Compiling async-stream v0.3.6
30802026-06-11T14:38:40.454Z Compiling backon v1.6.0
30812026-06-11T14:38:40.486Z Compiling backoff v0.4.0
30822026-06-11T14:38:40.486Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30832026-06-11T14:38:40.521Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30842026-06-11T14:38:40.539Z Compiling humantime v2.3.0
30852026-06-11T14:38:40.553Z Compiling universal-hash v0.5.1
30862026-06-11T14:38:40.660Z Compiling progenitor-extras v0.2.0
30872026-06-11T14:38:40.678Z Compiling opaque-debug v0.3.1
30882026-06-11T14:38:40.699Z Compiling half v2.7.1
30892026-06-11T14:38:40.717Z Compiling ciborium-io v0.2.2
30902026-06-11T14:38:40.739Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30912026-06-11T14:38:40.744Z Compiling crucible-workspace-hack v0.1.0
30922026-06-11T14:38:40.774Z Compiling convert_case v0.4.0
30932026-06-11T14:38:40.805Z Compiling structmeta v0.3.0
30942026-06-11T14:38:40.825Z Compiling aead v0.5.2
30952026-06-11T14:38:40.845Z Compiling secrecy v0.10.3
30962026-06-11T14:38:40.913Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30972026-06-11T14:38:40.943Z Compiling poly1305 v0.8.0
30982026-06-11T14:38:40.981Z Compiling ciborium-ll v0.2.2
30992026-06-11T14:38:41.032Z Compiling chacha20 v0.9.1
31002026-06-11T14:38:41.051Z Compiling derive-ex v0.1.8
31012026-06-11T14:38:41.054Z Compiling parse-display-derive v0.10.0
31022026-06-11T14:38:41.089Z Compiling regress v0.11.1
31032026-06-11T14:38:41.110Z Compiling unsafe-libyaml v0.2.11
31042026-06-11T14:38:41.113Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31052026-06-11T14:38:41.172Z Compiling derive_more v0.99.20
31062026-06-11T14:38:41.201Z Compiling ciborium v0.2.2
31072026-06-11T14:38:41.248Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31082026-06-11T14:38:41.267Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31092026-06-11T14:38:41.342Z Compiling thiserror-impl-no-std v2.0.2
31102026-06-11T14:38:41.459Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31112026-06-11T14:38:41.518Z Compiling byte-wrapper v0.1.0
31122026-06-11T14:38:41.614Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31132026-06-11T14:38:41.637Z Compiling password-hash v0.5.0
31142026-06-11T14:38:41.747Z Compiling serde_yaml v0.9.34+deprecated
31152026-06-11T14:38:41.845Z Compiling blake2 v0.10.6
31162026-06-11T14:38:41.866Z Compiling toml_datetime v0.7.5+spec-1.1.0
31172026-06-11T14:38:41.885Z Compiling chacha20poly1305 v0.10.1
31182026-06-11T14:38:41.900Z Compiling indent_write v2.2.0
31192026-06-11T14:38:41.950Z Compiling heapless v0.8.0
31202026-06-11T14:38:42.067Z Compiling toml_edit v0.23.10+spec-1.0.0
31212026-06-11T14:38:42.085Z Compiling tokio-rustls v0.25.0
31222026-06-11T14:38:42.088Z Compiling ingot-macros v0.1.1
31232026-06-11T14:38:42.152Z Compiling argon2 v0.5.3
31242026-06-11T14:38:42.461Z Compiling tabwriter v1.4.1
31252026-06-11T14:38:42.551Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31262026-06-11T14:38:42.613Z Compiling thiserror-no-std v2.0.2
31272026-06-11T14:38:42.729Z Compiling typify-impl v0.6.2
31282026-06-11T14:38:42.732Z Compiling vsss-rs v3.3.4
31292026-06-11T14:38:42.844Z Compiling test-strategy v0.4.5
31302026-06-11T14:38:42.864Z Compiling proc-macro-crate v3.4.0
31312026-06-11T14:38:42.932Z Compiling parse-display v0.10.0
31322026-06-11T14:38:43.221Z Compiling hash32 v0.3.1
31332026-06-11T14:38:43.324Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31342026-06-11T14:38:43.341Z Compiling smoltcp v0.11.0
31352026-06-11T14:38:43.414Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31362026-06-11T14:38:43.499Z Compiling num_enum_derive v0.7.6
31372026-06-11T14:38:43.546Z Compiling num-rational v0.4.2
31382026-06-11T14:38:43.564Z Compiling cobs v0.3.0
31392026-06-11T14:38:43.609Z Compiling num-complex v0.4.6
31402026-06-11T14:38:43.712Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31412026-06-11T14:38:43.758Z Compiling colored v3.1.1
31422026-06-11T14:38:43.795Z Compiling postcard v1.1.3
31432026-06-11T14:38:43.841Z Compiling proc-macro-error v1.0.4
31442026-06-11T14:38:43.930Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31452026-06-11T14:38:43.974Z Compiling num v0.4.3
31462026-06-11T14:38:44.036Z Compiling proc-macro-crate v1.3.1
31472026-06-11T14:38:44.071Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31482026-06-11T14:38:44.169Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31492026-06-11T14:38:44.189Z Compiling foreign-types-macros v0.2.3
31502026-06-11T14:38:44.192Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31512026-06-11T14:38:44.222Z Compiling foreign-types-shared v0.3.1
31522026-06-11T14:38:44.225Z Compiling cpufeatures v0.3.0
31532026-06-11T14:38:44.330Z Compiling float-ord v0.3.2
31542026-06-11T14:38:44.364Z Compiling rayon-core v1.13.0
31552026-06-11T14:38:44.384Z Compiling chacha20 v0.10.0
31562026-06-11T14:38:44.471Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31572026-06-11T14:38:44.510Z Compiling num_enum_derive v0.5.11
31582026-06-11T14:38:44.531Z Compiling crossbeam-deque v0.8.6
31592026-06-11T14:38:44.554Z Compiling camino-tempfile v1.4.1
31602026-06-11T14:38:44.573Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31612026-06-11T14:38:44.618Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31622026-06-11T14:38:44.638Z Compiling num_enum v0.7.6
31632026-06-11T14:38:44.658Z Compiling cstr-argument v0.1.2
31642026-06-11T14:38:44.756Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31652026-06-11T14:38:44.774Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31662026-06-11T14:38:44.822Z Compiling rand v0.10.0
31672026-06-11T14:38:44.840Z Compiling foreign-types v0.5.0
31682026-06-11T14:38:44.859Z Compiling toml v0.8.23
31692026-06-11T14:38:44.951Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31702026-06-11T14:38:45.021Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31712026-06-11T14:38:45.022Z Compiling zone_cfg_derive v0.3.1
31722026-06-11T14:38:45.075Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31732026-06-11T14:38:45.079Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31742026-06-11T14:38:45.110Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31752026-06-11T14:38:45.131Z Compiling itertools v0.12.1
31762026-06-11T14:38:45.148Z Compiling ingot-types v0.1.2
31772026-06-11T14:38:45.222Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31782026-06-11T14:38:45.240Z Compiling rayon v1.11.0
31792026-06-11T14:38:45.258Z Compiling num-derive v0.4.2
31802026-06-11T14:38:45.347Z Compiling sigpipe v0.1.3
31812026-06-11T14:38:45.409Z Compiling glob v0.3.3
31822026-06-11T14:38:45.499Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31832026-06-11T14:38:45.541Z Compiling ingot v0.1.1
31842026-06-11T14:38:45.603Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31852026-06-11T14:38:45.623Z Compiling num_enum v0.5.11
31862026-06-11T14:38:45.751Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31872026-06-11T14:38:45.771Z Compiling smf v0.2.3
31882026-06-11T14:38:45.774Z Compiling whoami v1.6.1
31892026-06-11T14:38:45.806Z Compiling prettyplease v0.2.37
31902026-06-11T14:38:45.810Z Compiling usdt-attr-macro v0.5.0
31912026-06-11T14:38:45.840Z Compiling usdt-macro v0.5.0
31922026-06-11T14:38:45.878Z Compiling gethostname v0.5.0
31932026-06-11T14:38:46.101Z Compiling memmap v0.7.0
31942026-06-11T14:38:46.119Z Compiling derive-where v1.6.0
31952026-06-11T14:38:46.256Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31962026-06-11T14:38:46.333Z Compiling zone v0.3.1
31972026-06-11T14:38:46.352Z Compiling resolv-conf v0.7.6
31982026-06-11T14:38:46.372Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31992026-06-11T14:38:46.462Z Compiling cancel-safe-futures v0.1.5
32002026-06-11T14:38:46.547Z Compiling owo-colors v4.3.0
32012026-06-11T14:38:46.693Z Compiling libsw-core v0.3.2
32022026-06-11T14:38:46.713Z Compiling console v0.15.11
32032026-06-11T14:38:46.734Z Compiling usdt v0.5.0
32042026-06-11T14:38:46.754Z Compiling hickory-proto v0.24.4
32052026-06-11T14:38:46.907Z Compiling libsw v3.5.0
32062026-06-11T14:38:46.924Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32072026-06-11T14:38:47.061Z Compiling newline-converter v0.3.0
32082026-06-11T14:38:47.131Z Compiling linked-hash-map v0.5.6
32092026-06-11T14:38:47.131Z Compiling libefi-sys v0.1.0
32102026-06-11T14:38:47.169Z Compiling linear-map v1.2.0
32112026-06-11T14:38:47.169Z Compiling git-stub v1.0.0
32122026-06-11T14:38:47.213Z Compiling expectorate v1.2.0
32132026-06-11T14:38:47.349Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32142026-06-11T14:38:47.368Z Compiling lru-cache v0.1.2
32152026-06-11T14:38:47.371Z Compiling bitfield-struct v0.6.2
32162026-06-11T14:38:47.409Z Compiling nom v8.0.0
32172026-06-11T14:38:47.412Z Compiling semver v0.1.20
32182026-06-11T14:38:47.462Z Compiling typify-macro v0.6.2
32192026-06-11T14:38:47.499Z Compiling git-stub-vcs v0.1.0
32202026-06-11T14:38:47.534Z Compiling tokio-dtrace v0.1.1
32212026-06-11T14:38:47.563Z Compiling dropshot-api-manager-types v0.7.2
32222026-06-11T14:38:47.586Z Compiling slog-dtrace v0.3.0
32232026-06-11T14:38:47.605Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32242026-06-11T14:38:47.705Z Compiling rustc_version v0.1.7
32252026-06-11T14:38:47.722Z Compiling minimal-lexical v0.2.1
32262026-06-11T14:38:47.775Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32272026-06-11T14:38:47.842Z Compiling oxide-tokio-rt v0.1.4
32282026-06-11T14:38:47.886Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32292026-06-11T14:38:47.908Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32302026-06-11T14:38:47.911Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32312026-06-11T14:38:47.946Z Compiling nom v7.1.3
32322026-06-11T14:38:47.971Z Compiling newtype_derive v0.1.6
32332026-06-11T14:38:47.991Z Compiling phf_shared v0.12.1
32342026-06-11T14:38:48.018Z Compiling csv-core v0.1.13
32352026-06-11T14:38:48.109Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32362026-06-11T14:38:48.130Z Compiling chrono-tz v0.10.4
32372026-06-11T14:38:48.171Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32382026-06-11T14:38:48.202Z Compiling highway v1.3.0
32392026-06-11T14:38:48.220Z Compiling xshell-macros v0.2.7
32402026-06-11T14:38:48.316Z Compiling csv v1.4.0
32412026-06-11T14:38:48.372Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32422026-06-11T14:38:48.499Z Compiling const_format_proc_macros v0.2.34
32432026-06-11T14:38:48.519Z Compiling phf v0.12.1
32442026-06-11T14:38:48.620Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32452026-06-11T14:38:48.653Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32462026-06-11T14:38:48.698Z Compiling xshell v0.2.7
32472026-06-11T14:38:48.800Z Compiling primeorder v0.13.6
32482026-06-11T14:38:48.803Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32492026-06-11T14:38:49.009Z Compiling hickory-resolver v0.24.4
32502026-06-11T14:38:49.098Z Compiling tabled_derive v0.7.0
32512026-06-11T14:38:49.371Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32522026-06-11T14:38:49.392Z Compiling bcs v0.1.6
32532026-06-11T14:38:49.468Z Compiling typify v0.6.2
32542026-06-11T14:38:49.491Z Compiling const_format v0.2.35
32552026-06-11T14:38:49.494Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32562026-06-11T14:38:49.607Z Compiling progenitor-impl v0.14.0
32572026-06-11T14:38:49.625Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32582026-06-11T14:38:49.741Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32592026-06-11T14:38:49.810Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32602026-06-11T14:38:49.843Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32612026-06-11T14:38:49.878Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32622026-06-11T14:38:50.055Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32632026-06-11T14:38:50.107Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32642026-06-11T14:38:50.164Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32652026-06-11T14:38:50.182Z Compiling qorb v0.4.1
32662026-06-11T14:38:50.315Z Compiling tagptr v0.2.0
32672026-06-11T14:38:50.332Z Compiling termtree v0.5.1
32682026-06-11T14:38:50.505Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32692026-06-11T14:38:50.526Z Compiling salty v0.3.0
32702026-06-11T14:38:50.612Z Compiling moka v0.12.13
32712026-06-11T14:38:50.629Z Compiling textwrap v0.16.2
32722026-06-11T14:38:50.777Z Compiling tabled v0.15.0
32732026-06-11T14:38:50.838Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32742026-06-11T14:38:51.075Z Compiling steno v0.4.1
32752026-06-11T14:38:51.093Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32762026-06-11T14:38:51.142Z Compiling radium v0.7.0
32772026-06-11T14:38:51.321Z Compiling base64 v0.21.7
32782026-06-11T14:38:51.419Z Compiling hickory-resolver v0.25.2
32792026-06-11T14:38:51.500Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32802026-06-11T14:38:51.541Z Compiling p384 v0.13.1
32812026-06-11T14:38:51.580Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32822026-06-11T14:38:51.695Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32832026-06-11T14:38:51.788Z Compiling typify-impl v0.4.3
32842026-06-11T14:38:52.036Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32852026-06-11T14:38:52.086Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32862026-06-11T14:38:52.140Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32872026-06-11T14:38:52.159Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32882026-06-11T14:38:52.330Z Compiling tap v1.0.1
32892026-06-11T14:38:52.356Z Compiling progenitor-macro v0.14.0
32902026-06-11T14:38:52.399Z Compiling maybe-uninit v2.0.0
32912026-06-11T14:38:52.477Z Compiling wyz v0.5.1
32922026-06-11T14:38:52.761Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32932026-06-11T14:38:52.827Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32942026-06-11T14:38:52.830Z Compiling proc-macro-error-attr2 v2.0.0
32952026-06-11T14:38:53.038Z Compiling funty v2.0.0
32962026-06-11T14:38:53.220Z Compiling parking_lot_core v0.8.6
32972026-06-11T14:38:53.247Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32982026-06-11T14:38:53.301Z Compiling packed_struct v0.10.1
32992026-06-11T14:38:53.354Z Compiling utf-8 v0.7.6
33002026-06-11T14:38:53.502Z Compiling bitvec v1.0.1
33012026-06-11T14:38:53.548Z Compiling tungstenite v0.21.0
33022026-06-11T14:38:53.575Z Compiling proc-macro-error2 v2.0.1
33032026-06-11T14:38:53.595Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33042026-06-11T14:38:53.677Z Compiling polyval v0.6.2
33052026-06-11T14:38:53.703Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33062026-06-11T14:38:53.743Z Compiling num-derive v0.3.3
33072026-06-11T14:38:53.867Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33082026-06-11T14:38:53.887Z Compiling packed_struct_codegen v0.10.1
33092026-06-11T14:38:53.933Z Compiling zerocopy-derive v0.6.6
33102026-06-11T14:38:53.951Z Compiling bitfield-macros v0.19.4
33112026-06-11T14:38:54.014Z Compiling indexmap v1.9.3
33122026-06-11T14:38:54.032Z Compiling crc-catalog v2.4.0
33132026-06-11T14:38:54.166Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33142026-06-11T14:38:54.255Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33152026-06-11T14:38:54.396Z Compiling nodrop v0.1.14
33162026-06-11T14:38:54.445Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33172026-06-11T14:38:54.511Z Compiling array-init v0.0.4
33182026-06-11T14:38:54.574Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33192026-06-11T14:38:54.593Z Compiling crc v3.4.0
33202026-06-11T14:38:54.724Z Compiling libscf-sys v1.1.0
33212026-06-11T14:38:54.742Z Compiling bitfield v0.19.4
33222026-06-11T14:38:54.843Z Compiling tokio-tungstenite v0.21.0
33232026-06-11T14:38:54.860Z Compiling zerocopy v0.6.6
33242026-06-11T14:38:54.901Z Compiling tabled_derive v0.11.0
33252026-06-11T14:38:54.905Z Compiling ghash v0.5.1
33262026-06-11T14:38:54.970Z Compiling smallvec v0.6.14
33272026-06-11T14:38:55.097Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33282026-06-11T14:38:55.204Z Compiling papergrid v0.17.0
33292026-06-11T14:38:55.226Z Compiling testing_table v0.3.0
33302026-06-11T14:38:55.251Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33312026-06-11T14:38:55.323Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33322026-06-11T14:38:55.355Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33332026-06-11T14:38:55.431Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33342026-06-11T14:38:55.485Z Compiling ctr v0.9.2
33352026-06-11T14:38:55.526Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33362026-06-11T14:38:55.681Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33372026-06-11T14:38:55.700Z Compiling corncobs v0.1.4
33382026-06-11T14:38:55.720Z Compiling illumos-nvpair-sys v0.2.0
33392026-06-11T14:38:55.849Z Compiling unicase v2.9.0
33402026-06-11T14:38:55.868Z Compiling hashbrown v0.12.3
33412026-06-11T14:38:55.914Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33422026-06-11T14:38:55.975Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33432026-06-11T14:38:56.016Z Compiling aes-gcm v0.10.3
33442026-06-11T14:38:56.041Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33452026-06-11T14:38:56.066Z Compiling parking_lot v0.11.2
33462026-06-11T14:38:56.087Z Compiling mime_guess v2.0.5
33472026-06-11T14:38:56.158Z Compiling tabled v0.20.0
33482026-06-11T14:38:56.276Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33492026-06-11T14:38:56.431Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33502026-06-11T14:38:56.449Z Compiling serde-hex v0.1.0
33512026-06-11T14:38:56.472Z Compiling typify-macro v0.4.3
33522026-06-11T14:38:56.492Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33532026-06-11T14:38:56.495Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33542026-06-11T14:38:56.761Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33552026-06-11T14:38:56.842Z Compiling ron v0.8.1
33562026-06-11T14:38:56.875Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33572026-06-11T14:38:56.924Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33582026-06-11T14:38:56.981Z Compiling hashbrown v0.13.2
33592026-06-11T14:38:56.985Z Compiling progenitor-client v0.11.2
33602026-06-11T14:38:57.184Z Compiling prefix-trie v0.7.0
33612026-06-11T14:38:57.353Z Compiling blowfish v0.9.1
33622026-06-11T14:38:57.425Z Compiling ssh-encoding v0.2.0
33632026-06-11T14:38:57.531Z Compiling fxhash v0.2.1
33642026-06-11T14:38:57.593Z Compiling progenitor v0.14.0
33652026-06-11T14:38:57.618Z Compiling secrecy v0.8.0
33662026-06-11T14:38:57.640Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33672026-06-11T14:38:57.708Z Compiling crc-any v2.5.0
33682026-06-11T14:38:57.728Z Compiling ssh-cipher v0.2.0
33692026-06-11T14:38:57.747Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33702026-06-11T14:38:57.785Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33712026-06-11T14:38:57.869Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33722026-06-11T14:38:57.933Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33732026-06-11T14:38:57.980Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33742026-06-11T14:38:58.265Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33752026-06-11T14:38:58.345Z Compiling typify v0.4.3
33762026-06-11T14:38:58.384Z Compiling sled v0.34.7
33772026-06-11T14:38:58.488Z Compiling progenitor-impl v0.11.2
33782026-06-11T14:38:58.550Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33792026-06-11T14:38:58.640Z Compiling hickory-server v0.25.2
33802026-06-11T14:38:58.661Z Compiling bcrypt-pbkdf v0.10.0
33812026-06-11T14:38:58.734Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33822026-06-11T14:38:59.080Z Compiling object v0.30.4
33832026-06-11T14:38:59.171Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33842026-06-11T14:38:59.187Z Compiling password-hash v0.4.2
33852026-06-11T14:38:59.316Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33862026-06-11T14:38:59.620Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33872026-06-11T14:38:59.658Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33882026-06-11T14:38:59.955Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33892026-06-11T14:38:59.976Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33902026-06-11T14:39:00.338Z Compiling http-range v0.1.5
33912026-06-11T14:39:00.482Z Compiling path-slash v0.1.5
33922026-06-11T14:39:00.569Z Compiling half v1.8.3
33932026-06-11T14:39:00.595Z Compiling crc8 v0.1.1
33942026-06-11T14:39:00.657Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33952026-06-11T14:39:00.751Z Compiling pbkdf2 v0.11.0
33962026-06-11T14:39:00.780Z Compiling illumos-nvpair v0.3.0
33972026-06-11T14:39:00.873Z Compiling serde_cbor v0.11.2
33982026-06-11T14:39:01.067Z Compiling ssh-key v0.6.7
33992026-06-11T14:39:01.262Z Compiling progenitor-macro v0.11.2
34002026-06-11T14:39:01.543Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34012026-06-11T14:39:01.562Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34022026-06-11T14:39:01.565Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34032026-06-11T14:39:01.972Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34042026-06-11T14:39:02.062Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34052026-06-11T14:39:02.135Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34062026-06-11T14:39:02.298Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34072026-06-11T14:39:02.493Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34082026-06-11T14:39:02.514Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34092026-06-11T14:39:02.535Z Compiling p256 v0.13.2
34102026-06-11T14:39:02.554Z Compiling p521 v0.13.3
34112026-06-11T14:39:02.557Z Compiling yasna v0.5.2
34122026-06-11T14:39:02.683Z Compiling kstat-rs v0.2.4
34132026-06-11T14:39:02.887Z Compiling headers-core v0.3.0
34142026-06-11T14:39:02.944Z Compiling nanorand v0.7.0
34152026-06-11T14:39:03.023Z Compiling atty v0.2.14
34162026-06-11T14:39:03.048Z Compiling russh-cryptovec v0.7.3
34172026-06-11T14:39:03.077Z Compiling home v0.5.12
34182026-06-11T14:39:03.100Z Compiling md5 v0.7.0
34192026-06-11T14:39:03.104Z Compiling rcgen v0.12.1
34202026-06-11T14:39:03.171Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34212026-06-11T14:39:03.260Z Compiling flume v0.11.1
34222026-06-11T14:39:03.279Z Compiling russh-keys v0.45.0
34232026-06-11T14:39:03.282Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
34242026-06-11T14:39:03.314Z Compiling headers v0.4.1
34252026-06-11T14:39:03.350Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34262026-06-11T14:39:03.414Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34272026-06-11T14:39:03.461Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34282026-06-11T14:39:03.559Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34292026-06-11T14:39:03.610Z Compiling hyper-staticfile v0.10.1
34302026-06-11T14:39:03.818Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34312026-06-11T14:39:03.887Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34322026-06-11T14:39:04.011Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34332026-06-11T14:39:04.045Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34342026-06-11T14:39:04.136Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34352026-06-11T14:39:04.163Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34362026-06-11T14:39:04.184Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34372026-06-11T14:39:04.233Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34382026-06-11T14:39:04.413Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34392026-06-11T14:39:04.539Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34402026-06-11T14:39:04.643Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34412026-06-11T14:39:04.673Z Compiling num-bigint v0.4.6
34422026-06-11T14:39:04.706Z Compiling des v0.8.1
34432026-06-11T14:39:04.757Z Compiling subprocess v0.2.15
34442026-06-11T14:39:04.825Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34452026-06-11T14:39:04.888Z Compiling hex-literal v0.4.1
34462026-06-11T14:39:04.923Z Compiling display-error-chain v0.2.2
34472026-06-11T14:39:04.971Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34482026-06-11T14:39:04.999Z Compiling colored v2.2.0
34492026-06-11T14:39:05.031Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34502026-06-11T14:39:05.055Z Compiling socket2 v0.5.10
34512026-06-11T14:39:05.104Z Compiling internet-checksum v0.2.1
34522026-06-11T14:39:05.289Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34532026-06-11T14:39:05.512Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34542026-06-11T14:39:05.904Z Compiling russh v0.45.0
34552026-06-11T14:39:06.454Z Compiling progenitor v0.11.2
34562026-06-11T14:39:06.593Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34572026-06-11T14:39:06.610Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34582026-06-11T14:39:06.610Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34592026-06-11T14:39:09.112Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34602026-06-11T14:39:09.767Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34612026-06-11T14:39:10.235Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34622026-06-11T14:39:12.009Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34632026-06-11T14:39:12.265Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34642026-06-11T14:39:20.085Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34652026-06-11T14:39:20.085Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34662026-06-11T14:39:20.088Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34672026-06-11T14:39:20.088Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34682026-06-11T14:39:21.807Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34692026-06-11T14:39:21.932Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34702026-06-11T14:39:26.158Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34712026-06-11T14:40:05.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34722026-06-11T14:40:05.831Z
34732026-06-11T14:40:05.831Zreal 1:27.236391438
34742026-06-11T14:40:05.831Zuser 8:13.299392011
34752026-06-11T14:40:05.831Zsys 1:46.854975633
34762026-06-11T14:40:05.831Ztrap 0.236577167
34772026-06-11T14:40:05.831Ztflt 0.506012053
34782026-06-11T14:40:05.831Zdflt 1.410548532
34792026-06-11T14:40:05.835Zkflt 0.000428660
34802026-06-11T14:40:05.835Zlock 27:55.312261315
34812026-06-11T14:40:05.835Zslp 18:46.553710637
34822026-06-11T14:40:05.835Zlat 40.004142771
34832026-06-11T14:40:05.835Zstop 2:52.736215072
34842026-06-11T14:40:05.835Z+ mkdir tests
34852026-06-11T14:40:05.837Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34862026-06-11T14:40:05.838Z+ xargs -I '{}' -t cp '{}' tests/
34872026-06-11T14:40:05.862Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-44497a0941bcae3f tests/
34882026-06-11T14:40:05.891Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-95f04c2751b2755d tests/
34892026-06-11T14:40:05.920Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-e48c16f2d363903b tests/
34902026-06-11T14:40:05.948Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-3544b827135dc869 tests/
34912026-06-11T14:40:06.196Z+ 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)
34922026-06-11T14:40:06.199Z+ 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-95f04c2751b2755d tests/commtest-e48c16f2d363903b tests/dhcp_server-44497a0941bcae3f tests/end_to_end_tests-3544b827135dc869 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
34932026-06-11T14:41:28.782ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34942026-06-11T14:41:28.782Za .github/buildomat/ci-env.sh 1K
34952026-06-11T14:41:28.782Za out/target/test 1K
34962026-06-11T14:41:28.782Za out/npuzone/npuzone 27402K
34972026-06-11T14:41:28.783Za package-manifest.toml 35K
34982026-06-11T14:41:28.783Za smf/sled-agent/non-gimlet/config.toml 6K
34992026-06-11T14:41:28.783Za target/release/omicron-package 46215K
35002026-06-11T14:41:28.783Za target/release/xtask 11453K
35012026-06-11T14:41:28.783Za target/debug/bootstrap 354794K
35022026-06-11T14:41:28.783Za tests/bootstrap-95f04c2751b2755d 31215K
35032026-06-11T14:41:28.783Za tests/commtest-e48c16f2d363903b 32300K
35042026-06-11T14:41:28.783Za tests/dhcp_server-44497a0941bcae3f 31215K
35052026-06-11T14:41:28.783Za tests/end_to_end_tests-3544b827135dc869 395874K
35062026-06-11T14:41:28.783Za tools/opte_version 1K
35072026-06-11T14:41:28.783Za tools/opte_version_override 2K
35082026-06-11T14:41:28.783Za out/clickhouse.tar.gz 321854K
35092026-06-11T14:41:28.783Za out/clickhouse_keeper.tar.gz 306923K
35102026-06-11T14:41:28.783Za out/clickhouse_server.tar.gz 321852K
35112026-06-11T14:41:28.783Za out/cockroachdb.tar.gz 166131K
35122026-06-11T14:41:28.783Za out/crucible-pantry-zone.tar.gz 41123K
35132026-06-11T14:41:28.783Za out/crucible-utils.tar 16478K
35142026-06-11T14:41:28.783Za out/crucible-zone.tar.gz 56693K
35152026-06-11T14:41:28.783Za out/external-dns.tar.gz 51260K
35162026-06-11T14:41:28.783Za out/internal-dns.tar.gz 51260K
35172026-06-11T14:41:28.783Za out/mg-ddm-gz.tar 97912K
35182026-06-11T14:41:28.783Za out/nexus.tar.gz 281043K
35192026-06-11T14:41:28.783Za out/ntp.tar.gz 32792K
35202026-06-11T14:41:28.783Za out/omicron-gateway-softnpu.tar.gz 29919K
35212026-06-11T14:41:28.783Za out/omicron-sled-agent.tar 203364K
35222026-06-11T14:41:28.783Za out/overlay.tar.gz 3K
35232026-06-11T14:41:28.783Za out/oximeter.tar.gz 68154K
35242026-06-11T14:41:28.783Za out/oxlog.tar 3782K
35252026-06-11T14:41:28.783Za out/probe.tar.gz 3037K
35262026-06-11T14:41:28.783Za out/propolis-server.tar.gz 34918K
35272026-06-11T14:41:28.783Za out/pumpkind-gz.tar 26647K
35282026-06-11T14:41:28.783Za out/switch-softnpu.tar.gz 455467K
35292026-06-11T14:41:28.787Z
35302026-06-11T14:41:28.787Zreal 1:22.583298676
35312026-06-11T14:41:28.787Zuser 1:19.803594543
35322026-06-11T14:41:28.787Zsys 4.601251575
35332026-06-11T14:41:28.787Ztrap 0.006823322
35342026-06-11T14:41:28.787Ztflt 0.000000000
35352026-06-11T14:41:28.787Zdflt 0.000000000
35362026-06-11T14:41:28.787Zkflt 0.000000000
35372026-06-11T14:41:28.787Zlock 0.000000000
35382026-06-11T14:41:28.787Zslp 1:19.725309634
35392026-06-11T14:41:28.787Zlat 1.024950844
35402026-06-11T14:41:28.787Zstop 0.000202030
35412026-06-11T14:41:28.787Zprocess exited: duration 971635 ms, exit code 0
 
35422026-06-11T14:41:28.802Zfound 1 output files
35432026-06-11T14:41:28.802Zuploading: /work/package.tar.gz (2568032802 bytes)
35442026-06-11T14:42:02.938Zuploaded: /work/package.tar.gz