01KTW2ZM25GN90D7R7JAXNGBTP: 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: 01KTW3080598C83XMH7X13CVV7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-11T19:37:58.470Zjob assigned to worker 01KTW30N1HK5PBAPYC10TJCT6A [factory aws, i-01a1b4514ae32d1e5] (queued for 56 s)
 
22026-06-11T19:38:05.676Zstarting task 0: "setup"
32026-06-11T19:38:05.682Z++ uname -s
42026-06-11T19:38:05.685Z+ kern=SunOS
52026-06-11T19:38:05.685Z+ build_user=build
62026-06-11T19:38:05.685Z+ build_uid=12345
72026-06-11T19:38:05.685Z+ work_dir=/work
82026-06-11T19:38:05.685Z+ input_dir=/input
92026-06-11T19:38:05.685Z+ [[ 0 == 12345 ]]
102026-06-11T19:38:05.685Z+ case "$kern" in
112026-06-11T19:38:05.685Z+ groupadd -g 12345 build
122026-06-11T19:38:05.688Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-11T19:38:07.693Z+ zfs create -o mountpoint=/work rpool/work
142026-06-11T19:38:07.813Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-11T19:38:07.820Z+ home_fs=zfs
162026-06-11T19:38:07.820Z+ [[ zfs == autofs ]]
172026-06-11T19:38:07.820Z+ mkdir -p /home/build
182026-06-11T19:38:07.820Z+ chown build:build /home/build /work
192026-06-11T19:38:08.814Z+ chmod 0700 /home/build /work
202026-06-11T19:38:08.818Zprocess exited: duration 3145 ms, exit code 0
 
212026-06-11T19:38:08.824Zstarting task 1: "rust-toolchain"
222026-06-11T19:38:08.830Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-11T19:38:08.831Z * rust toolchain channel = "1.94.0"
242026-06-11T19:38:08.831Z * rust toolchain profile = "default"
252026-06-11T19:38:08.831Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-11T19:38:08.831Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-11T19:38:08.831Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-11T19:38:08.833Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-11T19:38:08.833Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-11T19:38:08.946Zinfo: downloading installer
312026-06-11T19:38:10.448Zwarn: It looks like you have an existing rustup settings file at:
322026-06-11T19:38:10.448Zwarn: /home/build/.rustup/settings.toml
332026-06-11T19:38:10.448Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-11T19:38:10.448Zwarn: instead of the one inferred from the default host triple.
352026-06-11T19:38:10.461Zinfo: profile set to default
362026-06-11T19:38:10.461Zinfo: default host triple is x86_64-unknown-illumos
372026-06-11T19:38:10.464Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-11T19:38:10.602Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-11T19:38:10.606Zinfo: downloading 6 components
402026-06-11T19:38:26.766Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-11T19:38:26.766Z
422026-06-11T19:38:26.795Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-11T19:38:26.795Z
442026-06-11T19:38:26.795Z
452026-06-11T19:38:26.795ZRust is installed now. Great!
462026-06-11T19:38:26.796Z
472026-06-11T19:38:26.796ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-11T19:38:26.796Zenvironment variable. This has not been done automatically.
492026-06-11T19:38:26.796Z
502026-06-11T19:38:26.796ZTo configure your current shell, you need to source
512026-06-11T19:38:26.796Zthe corresponding env file under $HOME/.cargo.
522026-06-11T19:38:26.796Z
532026-06-11T19:38:26.796ZThis is usually done by running one of the following (note the leading DOT):
542026-06-11T19:38:26.796Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-11T19:38:26.797Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-11T19:38:26.797Zsource "~/.cargo/env.nu" # For nushell
572026-06-11T19:38:26.797Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-11T19:38:26.797Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-11T19:38:26.797Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-11T19:38:26.800Zwarn: no default linker (`cc`) was found in your PATH
612026-06-11T19:38:26.800Zwarn: many Rust crates require a system C toolchain to build
622026-06-11T19:38:26.897Z+ rustup --version
632026-06-11T19:38:26.903Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-11T19:38:26.903Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-11T19:38:26.926Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-11T19:38:26.928Z+ cargo --version
672026-06-11T19:38:26.937Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-11T19:38:26.940Z+ rustc --version
692026-06-11T19:38:26.960Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-11T19:38:26.963Zprocess exited: duration 18139 ms, exit code 0
 
712026-06-11T19:38:26.969Zstarting task 2: "authentication"
722026-06-11T19:38:26.988Zprocess exited: duration 18 ms, exit code 0
 
732026-06-11T19:38:26.995Zstarting task 3: "clone repository"
742026-06-11T19:38:26.999Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-11T19:38:27.002Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-11T19:38:27.040ZCloning into '/work/oxidecomputer/omicron'...
772026-06-11T19:38:36.100Z+ cd /work/oxidecomputer/omicron
782026-06-11T19:38:36.100Z+ git fetch origin fcd110a003d8248d839923d1a29b3a7f3b6ce94f
792026-06-11T19:38:36.433ZFrom https://github.com/oxidecomputer/omicron
802026-06-11T19:38:36.433Z * branch fcd110a003d8248d839923d1a29b3a7f3b6ce94f -> FETCH_HEAD
812026-06-11T19:38:36.446Z+ [[ -n '' ]]
822026-06-11T19:38:36.446Z+ git reset --hard fcd110a003d8248d839923d1a29b3a7f3b6ce94f
832026-06-11T19:38:36.685ZHEAD is now at fcd110a00 remove unnecessary RPW reference
842026-06-11T19:38:36.689Zprocess exited: duration 9688 ms, exit code 0
 
852026-06-11T19:38:36.708Zstarting task 4: "build"
862026-06-11T19:38:36.714Z+ source .github/buildomat/ci-env.sh
872026-06-11T19:38:36.714Z++ export CARGO_TERM_COLOR=always
882026-06-11T19:38:36.714Z++ CARGO_TERM_COLOR=always
892026-06-11T19:38:36.714Z+ cargo --version
902026-06-11T19:38:36.727Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-06-11T19:38:36.740Z+ rustc --version
922026-06-11T19:38:36.747Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-06-11T19:38:36.759Z+ WORK=/work
942026-06-11T19:38:36.759Z+ pfexec mkdir -p /work
952026-06-11T19:38:36.759Z+ pfexec chown build /work
962026-06-11T19:38:36.765Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972026-06-11T19:38:38.300Z Startup: Refreshing catalog 'helios' ... Done
982026-06-11T19:38:38.382Z Startup: Caching catalogs ... Done
992026-06-11T19:38:38.702ZPlanning: Solver setup ... Done (0.280s)
1002026-06-11T19:38:38.724ZPlanning: Running solver ... Done (0.022s)
1012026-06-11T19:38:38.731ZPlanning: Finding local manifests ... Done (0.003s)
1022026-06-11T19:38:38.743ZPlanning: Fetching manifests: 0/2 0% complete
1032026-06-11T19:38:38.764ZPlanning: Fetching manifests: 2/2 100% complete
1042026-06-11T19:38:38.779ZPlanning: Package planning ... Done (0.015s)
1052026-06-11T19:38:38.781ZPlanning: Merging actions ... Done (0.002s)
1062026-06-11T19:38:38.974ZPlanning: Checking for conflicting actions ... Done (0.194s)
1072026-06-11T19:38:38.977ZPlanning: Consolidating action changes ... Done (0.001s)
1082026-06-11T19:38:39.912ZPlanning: Evaluating mediators ... Done (0.937s)
1092026-06-11T19:38:39.915ZPlanning: Planning completed in 1.51 seconds
1102026-06-11T19:38:39.923Z Packages to install: 2
1112026-06-11T19:38:39.923Z Estimated space available: 156.07 GB
1122026-06-11T19:38:39.923ZEstimated space to be consumed: 25.37 MB
1132026-06-11T19:38:39.923Z Create boot environment: No
1142026-06-11T19:38:39.923ZCreate backup boot environment: No
1152026-06-11T19:38:39.923Z Rebuild boot archive: No
1162026-06-11T19:38:39.926Z
1172026-06-11T19:38:39.927ZChanged packages:
1182026-06-11T19:38:39.927Zhelios
1192026-06-11T19:38:39.927Z developer/build-essential
1202026-06-11T19:38:39.927Z None -> 11-3.0
1212026-06-11T19:38:39.927Z library/libxmlsec1
1222026-06-11T19:38:39.927Z None -> 1.2.35-3.0
1232026-06-11T19:38:39.949Z
1242026-06-11T19:38:39.949ZDownload: 0/214 items 0.0/1.3MB 0% complete
1252026-06-11T19:38:40.478ZDownload: Completed 1.28 MB in 0.53 seconds (2.4M/s)
1262026-06-11T19:38:40.531Z Actions: 1/268 actions (Installing new actions)
1272026-06-11T19:38:40.570Z Actions: Completed 268 actions in 0.04 seconds.
1282026-06-11T19:38:40.580ZFinalize: Updating package state database ... Done (0.010s)
1292026-06-11T19:38:40.580ZFinalize: Updating package cache ... Done (0.000s)
1302026-06-11T19:38:40.602ZFinalize: Updating image state ... Done (0.022s)
1312026-06-11T19:38:43.200ZFinalize: Creating fast lookup database ... Done (2.575s)
1322026-06-11T19:38:43.269ZFinalize: Reading search index ... Done (0.012s)
1332026-06-11T19:38:43.273ZFinalize: Updating search index ... Done (0.000s)
1342026-06-11T19:38:43.349ZFinalize: Updating package cache ... Done (0.000s)
1352026-06-11T19:38:43.657ZPlanning: Evaluating mediator changes ... Done
1362026-06-11T19:38:43.761ZPlanning: Checking for conflicting actions ... Done
1372026-06-11T19:38:43.765ZPlanning: Consolidating action changes ... Done
1382026-06-11T19:38:43.919ZPlanning: Evaluating mediators ... Done
1392026-06-11T19:38:43.923ZPlanning: Planning completed in 0.26 seconds
1402026-06-11T19:38:43.943Z Mediators to change: 2
1412026-06-11T19:38:43.943Z Create boot environment: No
1422026-06-11T19:38:43.944ZCreate backup boot environment: No
1432026-06-11T19:38:43.994ZFinalize: Updating package state database ... Done
1442026-06-11T19:38:43.994ZFinalize: Updating package cache ... Done
1452026-06-11T19:38:44.008ZFinalize: Updating image state ... Done
1462026-06-11T19:38:45.958ZFinalize: Creating fast lookup database ... Done
1472026-06-11T19:38:46.017ZFinalize: Reading search index ... Done
1482026-06-11T19:38:46.022ZFinalize: Updating search index ... Done
1492026-06-11T19:38:46.083ZFinalize: Updating package cache ... Done
1502026-06-11T19:38:46.368ZPlanning: Evaluating mediator changes ... Done
1512026-06-11T19:38:46.474ZPlanning: Checking for conflicting actions ... Done
1522026-06-11T19:38:46.478ZPlanning: Consolidating action changes ... Done
1532026-06-11T19:38:46.632ZPlanning: Evaluating mediators ... Done
1542026-06-11T19:38:46.636ZPlanning: Planning completed in 0.26 seconds
1552026-06-11T19:38:46.656Z Mediators to change: 1
1562026-06-11T19:38:46.656Z Create boot environment: No
1572026-06-11T19:38:46.656ZCreate backup boot environment: No
1582026-06-11T19:38:46.697ZFinalize: Updating package state database ... Done
1592026-06-11T19:38:46.697ZFinalize: Updating package cache ... Done
1602026-06-11T19:38:46.712ZFinalize: Updating image state ... Done
1612026-06-11T19:38:48.636ZFinalize: Creating fast lookup database ... Done
1622026-06-11T19:38:48.696ZFinalize: Reading search index ... Done
1632026-06-11T19:38:48.699ZFinalize: Updating search index ... Done
1642026-06-11T19:38:48.749ZFinalize: Updating package cache ... Done
1652026-06-11T19:38:49.058ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1662026-06-11T19:38:49.058Zapache system 2.4 system
1672026-06-11T19:38:49.058Zclang system 15 system
1682026-06-11T19:38:49.058Zcsh system system illumos
1692026-06-11T19:38:49.058Zctags system system illumos
1702026-06-11T19:38:49.058Zfile vendor vendor darwinsys
1712026-06-11T19:38:49.058Zfile system system illumos
1722026-06-11T19:38:49.058Zgcc vendor 14 vendor
1732026-06-11T19:38:49.058Zgcc system 13 system
1742026-06-11T19:38:49.058Zgcc system 10 system
1752026-06-11T19:38:49.058Zgo system 1.25 system
1762026-06-11T19:38:49.058Zllvm system 15 system
1772026-06-11T19:38:49.058Zmariadb system 11.4 system
1782026-06-11T19:38:49.058Zmta vendor vendor dma
1792026-06-11T19:38:49.058Zopenjdk system 17 system
1802026-06-11T19:38:49.058Zopenjdk system 11 system
1812026-06-11T19:38:49.058Zopenssl vendor 3 vendor
1822026-06-11T19:38:49.058Zperl system 5.40 system
1832026-06-11T19:38:49.058Zpostgresql system 18 system
1842026-06-11T19:38:49.059Zpostgresql system 17 system
1852026-06-11T19:38:49.059Zpython vendor 3 vendor
1862026-06-11T19:38:49.059Zpython system 2 system
1872026-06-11T19:38:49.059Zpython3 vendor 3.13 vendor
1882026-06-11T19:38:49.059Zruby system 3.4 system
1892026-06-11T19:38:49.059Zruby system 3.0 system
1902026-06-11T19:38:49.059Zwords vendor vendor american-english
1912026-06-11T19:38:49.059Zwords system system australian-english
1922026-06-11T19:38:49.059Zwords system system british-english
1932026-06-11T19:38:49.059Zwords system system canadian-english
1942026-06-11T19:38:49.059Zwords system system french
1952026-06-11T19:38:49.059Zwords system system italian
1962026-06-11T19:38:49.059Zwords system system ngerman
1972026-06-11T19:38:49.059Zwords system system ogerman
1982026-06-11T19:38:49.059Zwords system system spanish
1992026-06-11T19:38:49.311ZPUBLISHER TYPE STATUS P LOCATION
2002026-06-11T19:38:49.311Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2012026-06-11T19:38:49.602ZFMRI IFO
2022026-06-11T19:38:49.602Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2032026-06-11T19:38:49.602Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2042026-06-11T19:38:49.602Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2052026-06-11T19:38:49.602Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2062026-06-11T19:38:49.602Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2072026-06-11T19:38:49.602Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2082026-06-11T19:38:49.602Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2092026-06-11T19:38:49.602Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2102026-06-11T19:38:49.602Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2112026-06-11T19:38:49.840Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2122026-06-11T19:38:50.132Z Updating crates.io index
2132026-06-11T19:38:50.139Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2142026-06-11T19:38:50.741Z Updating git repository `https://github.com/oxidecomputer/lldp`
2152026-06-11T19:38:51.221Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2162026-06-11T19:38:51.606Z Updating git repository `https://github.com/oxidecomputer/propolis`
2172026-06-11T19:38:52.745Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2182026-06-11T19:38:53.303Z Updating git repository `https://github.com/oxidecomputer/crucible`
2192026-06-11T19:38:55.034Z Updating git repository `https://github.com/oxidecomputer/opte`
2202026-06-11T19:38:55.820Z Updating git repository `https://github.com/oxidecomputer/tofino`
2212026-06-11T19:38:56.225Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2222026-06-11T19:38:57.255Z Updating git repository `https://github.com/oxidecomputer/clickward`
2232026-06-11T19:38:57.694Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2242026-06-11T19:38:58.051Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2252026-06-11T19:38:58.443Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2262026-06-11T19:38:59.404Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2272026-06-11T19:38:59.924Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2282026-06-11T19:39:00.239Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2292026-06-11T19:39:00.516Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2302026-06-11T19:39:00.856Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2312026-06-11T19:39:01.241Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2322026-06-11T19:39:01.598Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2332026-06-11T19:39:01.895Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2342026-06-11T19:39:02.170Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2352026-06-11T19:39:02.607Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2362026-06-11T19:39:03.098Z Updating git repository `https://github.com/oxidecomputer/erebor`
2372026-06-11T19:39:03.564Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2382026-06-11T19:39:04.022Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2392026-06-11T19:39:04.367Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2402026-06-11T19:39:04.698Z Updating git repository `https://github.com/oxidecomputer/ispf`
2412026-06-11T19:39:05.006Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-06-11T19:39:06.621Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2432026-06-11T19:39:07.098Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2442026-06-11T19:39:07.515Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2452026-06-11T19:39:07.789Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2462026-06-11T19:39:08.286Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2472026-06-11T19:39:08.636Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2482026-06-11T19:39:08.971Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2492026-06-11T19:39:09.670Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2502026-06-11T19:39:10.171Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2512026-06-11T19:39:10.453Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2522026-06-11T19:39:10.824Z Updating git repository `https://github.com/illumos/smf-rs`
2532026-06-11T19:39:11.268Z Updating git repository `https://github.com/oxidecomputer/omicron`
2542026-06-11T19:39:23.036Z Downloading crates ...
2552026-06-11T19:39:23.096Z Downloaded block-buffer v0.10.4
2562026-06-11T19:39:23.099Z Downloaded equivalent v1.0.2
2572026-06-11T19:39:23.099Z Downloaded anstyle v1.0.14
2582026-06-11T19:39:23.102Z Downloaded generic-array v0.14.7
2592026-06-11T19:39:23.105Z Downloaded colorchoice v1.0.4
2602026-06-11T19:39:23.105Z Downloaded cargo-platform v0.2.0
2612026-06-11T19:39:23.105Z Downloaded thiserror v1.0.69
2622026-06-11T19:39:23.108Z Downloaded is_terminal_polyfill v1.70.2
2632026-06-11T19:39:23.111Z Downloaded writeable v0.6.2
2642026-06-11T19:39:23.114Z Downloaded heck v0.5.0
2652026-06-11T19:39:23.114Z Downloaded scroll_derive v0.12.1
2662026-06-11T19:39:23.117Z Downloaded percent-encoding v2.3.2
2672026-06-11T19:39:23.117Z Downloaded fnv v1.0.7
2682026-06-11T19:39:23.117Z Downloaded dtrace-parser v0.2.0
2692026-06-11T19:39:23.117Z Downloaded digest v0.10.7
2702026-06-11T19:39:23.120Z Downloaded crypto-common v0.1.7
2712026-06-11T19:39:23.120Z Downloaded byteorder v1.5.0
2722026-06-11T19:39:23.120Z Downloaded terminal_size v0.4.3
2732026-06-11T19:39:23.120Z Downloaded usdt-attr-macro v0.5.0
2742026-06-11T19:39:23.122Z Downloaded usdt v0.5.0
2752026-06-11T19:39:23.122Z Downloaded toml_write v0.1.2
2762026-06-11T19:39:23.125Z Downloaded serde_spanned v0.6.9
2772026-06-11T19:39:23.128Z Downloaded unicode-xid v0.2.6
2782026-06-11T19:39:23.131Z Downloaded stable_deref_trait v1.2.1
2792026-06-11T19:39:23.131Z Downloaded pretty-hex v0.4.1
2802026-06-11T19:39:23.131Z Downloaded utf8parse v0.2.2
2812026-06-11T19:39:23.131Z Downloaded toml_datetime v0.6.11
2822026-06-11T19:39:23.134Z Downloaded ordered-float v2.10.1
2832026-06-11T19:39:23.134Z Downloaded errno v0.3.14
2842026-06-11T19:39:23.136Z Downloaded zerofrom v0.1.6
2852026-06-11T19:39:23.139Z Downloaded dof v0.3.0
2862026-06-11T19:39:23.142Z Downloaded yoke-derive v0.8.1
2872026-06-11T19:39:23.142Z Downloaded version_check v0.9.5
2882026-06-11T19:39:23.142Z Downloaded displaydoc v0.2.5
2892026-06-11T19:39:23.144Z Downloaded cargo_toml v0.21.0
2902026-06-11T19:39:23.144Z Downloaded thread-id v4.2.2
2912026-06-11T19:39:23.144Z Downloaded typeid v1.0.3
2922026-06-11T19:39:23.144Z Downloaded serde-untagged v0.1.9
2932026-06-11T19:39:23.147Z Downloaded plain v0.2.3
2942026-06-11T19:39:23.150Z Downloaded zerofrom-derive v0.1.6
2952026-06-11T19:39:23.153Z Downloaded idna_adapter v1.2.1
2962026-06-11T19:39:23.153Z Downloaded usdt-macro v0.5.0
2972026-06-11T19:39:23.153Z Downloaded unicode-linebreak v0.1.5
2982026-06-11T19:39:23.153Z Downloaded heck v0.4.1
2992026-06-11T19:39:23.155Z Downloaded utf8_iter v1.0.4
3002026-06-11T19:39:23.156Z Downloaded serde-value v0.7.0
3012026-06-11T19:39:23.156Z Downloaded anstyle-query v1.1.5
3022026-06-11T19:39:23.159Z Downloaded fastrand v2.3.0
3032026-06-11T19:39:23.159Z Downloaded swrite v0.1.0
3042026-06-11T19:39:23.162Z Downloaded thiserror-impl v2.0.18
3052026-06-11T19:39:23.162Z Downloaded thiserror-impl v1.0.69
3062026-06-11T19:39:23.162Z Downloaded cpufeatures v0.2.17
3072026-06-11T19:39:23.164Z Downloaded usdt-impl v0.5.0
3082026-06-11T19:39:23.164Z Downloaded smawk v0.3.2
3092026-06-11T19:39:23.169Z Downloaded tinystr v0.8.2
3102026-06-11T19:39:23.169Z Downloaded memmap v0.7.0
3112026-06-11T19:39:23.172Z Downloaded url v2.5.8
3122026-06-11T19:39:23.175Z Downloaded thiserror v2.0.18
3132026-06-11T19:39:23.182Z Downloaded zmij v1.0.21
3142026-06-11T19:39:23.184Z Downloaded zerovec-derive v0.11.2
3152026-06-11T19:39:23.184Z Downloaded clap_lex v1.0.0
3162026-06-11T19:39:23.184Z Downloaded yoke v0.8.1
3172026-06-11T19:39:23.187Z Downloaded toml v0.8.23
3182026-06-11T19:39:23.187Z Downloaded strsim v0.11.1
3192026-06-11T19:39:23.187Z Downloaded itoa v1.0.17
3202026-06-11T19:39:23.190Z Downloaded ucd-trie v0.1.7
3212026-06-11T19:39:23.193Z Downloaded proc-macro-error-attr v1.0.4
3222026-06-11T19:39:23.197Z Downloaded unicode-ident v1.0.24
3232026-06-11T19:39:23.197Z Downloaded textwrap v0.16.2
3242026-06-11T19:39:23.200Z Downloaded zerocopy-derive v0.7.35
3252026-06-11T19:39:23.200Z Downloaded macaddr v1.0.1
3262026-06-11T19:39:23.203Z Downloaded anstream v1.0.0
3272026-06-11T19:39:23.203Z Downloaded proc-macro-error v1.0.4
3282026-06-11T19:39:23.206Z Downloaded scroll v0.12.0
3292026-06-11T19:39:23.206Z Downloaded zerotrie v0.2.3
3302026-06-11T19:39:23.208Z Downloaded tabled_derive v0.7.0
3312026-06-11T19:39:23.208Z Downloaded potential_utf v0.1.4
3322026-06-11T19:39:23.213Z Downloaded once_cell v1.21.3
3332026-06-11T19:39:23.219Z Downloaded quote v1.0.45
3342026-06-11T19:39:23.222Z Downloaded pest_generator v2.8.6
3352026-06-11T19:39:23.222Z Downloaded typenum v1.19.0
3362026-06-11T19:39:23.224Z Downloaded toml_edit v0.22.27
3372026-06-11T19:39:23.227Z Downloaded erased-serde v0.4.9
3382026-06-11T19:39:23.227Z Downloaded autocfg v1.5.0
3392026-06-11T19:39:23.230Z Downloaded cfg-if v1.0.4
3402026-06-11T19:39:23.230Z Downloaded anstyle-parse v1.0.0
3412026-06-11T19:39:23.230Z Downloaded litemap v0.8.1
3422026-06-11T19:39:23.233Z Downloaded form_urlencoded v1.2.2
3432026-06-11T19:39:23.233Z Downloaded zerovec v0.11.5
3442026-06-11T19:39:23.241Z Downloaded winnow v0.7.14
3452026-06-11T19:39:23.247Z Downloaded zerocopy v0.7.35
3462026-06-11T19:39:23.255Z Downloaded sha2 v0.10.9
3472026-06-11T19:39:23.258Z Downloaded serde_tokenstream v0.2.3
3482026-06-11T19:39:23.258Z Downloaded unicode-width v0.2.0
3492026-06-11T19:39:23.260Z Downloaded synstructure v0.13.2
3502026-06-11T19:39:23.263Z Downloaded bytecount v0.6.9
3512026-06-11T19:39:23.263Z Downloaded unicode-width v0.1.14
3522026-06-11T19:39:23.266Z Downloaded cargo_metadata v0.21.0
3532026-06-11T19:39:23.266Z Downloaded cargo-util-schemas v0.8.2
3542026-06-11T19:39:23.269Z Downloaded camino-tempfile v1.4.1
3552026-06-11T19:39:23.283Z Downloaded semver v1.0.28
3562026-06-11T19:39:23.286Z Downloaded clap_derive v4.6.1
3572026-06-11T19:39:23.290Z Downloaded smallvec v1.15.1
3582026-06-11T19:39:23.293Z Downloaded fs-err v3.3.0
3592026-06-11T19:39:23.293Z Downloaded clap v4.6.1
3602026-06-11T19:39:23.297Z Downloaded icu_provider v2.1.1
3612026-06-11T19:39:23.305Z Downloaded camino v1.2.2
3622026-06-11T19:39:23.311Z Downloaded serde_core v1.0.228
3632026-06-11T19:39:23.314Z Downloaded tempfile v3.25.0
3642026-06-11T19:39:23.314Z Downloaded getrandom v0.4.1
3652026-06-11T19:39:23.316Z Downloaded serde_derive v1.0.228
3662026-06-11T19:39:23.319Z Downloaded pest_derive v2.8.6
3672026-06-11T19:39:23.319Z Downloaded log v0.4.29
3682026-06-11T19:39:23.322Z Downloaded anyhow v1.0.102
3692026-06-11T19:39:23.322Z Downloaded proc-macro2 v1.0.106
3702026-06-11T19:39:23.327Z Downloaded bitflags v2.11.0
3712026-06-11T19:39:23.331Z Downloaded num-traits v0.2.19
3722026-06-11T19:39:23.334Z Downloaded icu_locale_core v2.1.1
3732026-06-11T19:39:23.337Z Downloaded icu_properties v2.1.2
3742026-06-11T19:39:23.340Z Downloaded icu_normalizer_data v2.1.1
3752026-06-11T19:39:23.344Z Downloaded icu_normalizer v2.1.1
3762026-06-11T19:39:23.348Z Downloaded pest_meta v2.8.6
3772026-06-11T19:39:23.352Z Downloaded papergrid v0.11.0
3782026-06-11T19:39:23.355Z Downloaded memchr v2.8.0
3792026-06-11T19:39:23.360Z Downloaded serde v1.0.228
3802026-06-11T19:39:23.367Z Downloaded icu_collections v2.1.1
3812026-06-11T19:39:23.383Z Downloaded indexmap v2.14.0
3822026-06-11T19:39:23.390Z Downloaded idna v1.1.0
3832026-06-11T19:39:23.396Z Downloaded clap_builder v4.6.0
3842026-06-11T19:39:23.400Z Downloaded pest v2.8.6
3852026-06-11T19:39:23.406Z Downloaded icu_properties_data v2.1.2
3862026-06-11T19:39:23.413Z Downloaded goblin v0.8.2
3872026-06-11T19:39:23.420Z Downloaded serde_json v1.0.149
3882026-06-11T19:39:23.424Z Downloaded hashbrown v0.17.0
3892026-06-11T19:39:23.439Z Downloaded syn v1.0.109
3902026-06-11T19:39:23.446Z Downloaded tabled v0.15.0
3912026-06-11T19:39:23.456Z Downloaded syn v2.0.117
3922026-06-11T19:39:23.476Z Downloaded rustix v1.1.3
3932026-06-11T19:39:23.505Z Downloaded libc v0.2.185
3942026-06-11T19:39:23.570Z Compiling proc-macro2 v1.0.106
3952026-06-11T19:39:23.570Z Compiling unicode-ident v1.0.24
3962026-06-11T19:39:23.570Z Compiling quote v1.0.45
3972026-06-11T19:39:23.573Z Compiling serde_core v1.0.228
3982026-06-11T19:39:23.573Z Compiling libc v0.2.185
3992026-06-11T19:39:23.573Z Compiling version_check v0.9.5
4002026-06-11T19:39:23.573Z Compiling stable_deref_trait v1.2.1
4012026-06-11T19:39:23.573Z Compiling memchr v2.8.0
4022026-06-11T19:39:23.573Z Compiling serde v1.0.228
4032026-06-11T19:39:23.573Z Compiling zmij v1.0.21
4042026-06-11T19:39:23.573Z Compiling autocfg v1.5.0
4052026-06-11T19:39:23.573Z Compiling thiserror v1.0.69
4062026-06-11T19:39:23.755Z Compiling ucd-trie v0.1.7
4072026-06-11T19:39:23.772Z Compiling itoa v1.0.17
4082026-06-11T19:39:23.791Z Compiling writeable v0.6.2
4092026-06-11T19:39:23.983Z Compiling litemap v0.8.1
4102026-06-11T19:39:24.021Z Compiling icu_properties_data v2.1.2
4112026-06-11T19:39:24.180Z Compiling byteorder v1.5.0
4122026-06-11T19:39:24.201Z Compiling rustix v1.1.3
4132026-06-11T19:39:24.236Z Compiling icu_normalizer_data v2.1.1
4142026-06-11T19:39:24.240Z Compiling serde_json v1.0.149
4152026-06-11T19:39:24.278Z Compiling pest v2.8.6
4162026-06-11T19:39:24.450Z Compiling bitflags v2.11.0
4172026-06-11T19:39:24.528Z Compiling equivalent v1.0.2
4182026-06-11T19:39:24.658Z Compiling num-traits v0.2.19
4192026-06-11T19:39:24.731Z Compiling typeid v1.0.3
4202026-06-11T19:39:24.731Z Compiling smallvec v1.15.1
4212026-06-11T19:39:24.731Z Compiling hashbrown v0.17.0
4222026-06-11T19:39:24.776Z Compiling usdt-impl v0.5.0
4232026-06-11T19:39:24.776Z Compiling proc-macro-error-attr v1.0.4
4242026-06-11T19:39:24.848Z Compiling erased-serde v0.4.9
4252026-06-11T19:39:24.913Z Compiling winnow v0.7.14
4262026-06-11T19:39:24.985Z Compiling syn v1.0.109
4272026-06-11T19:39:24.985Z Compiling errno v0.3.14
4282026-06-11T19:39:25.054Z Compiling thread-id v4.2.2
4292026-06-11T19:39:25.054Z Compiling toml_write v0.1.2
4302026-06-11T19:39:25.134Z Compiling proc-macro-error v1.0.4
4312026-06-11T19:39:25.179Z Compiling getrandom v0.4.1
4322026-06-11T19:39:25.183Z Compiling camino v1.2.2
4332026-06-11T19:39:25.231Z Compiling thiserror v2.0.18
4342026-06-11T19:39:25.267Z Compiling syn v2.0.117
4352026-06-11T19:39:25.267Z Compiling percent-encoding v2.3.2
4362026-06-11T19:39:25.324Z Compiling indexmap v2.14.0
4372026-06-11T19:39:25.388Z Compiling plain v0.2.3
4382026-06-11T19:39:25.388Z Compiling utf8_iter v1.0.4
4392026-06-11T19:39:25.388Z Compiling utf8parse v0.2.2
4402026-06-11T19:39:25.409Z Compiling pest_meta v2.8.6
4412026-06-11T19:39:25.483Z Compiling log v0.4.29
4422026-06-11T19:39:25.503Z Compiling anstyle-parse v1.0.0
4432026-06-11T19:39:25.527Z Compiling form_urlencoded v1.2.2
4442026-06-11T19:39:25.608Z Compiling ordered-float v2.10.1
4452026-06-11T19:39:25.687Z Compiling cfg-if v1.0.4
4462026-06-11T19:39:25.687Z Compiling anstyle v1.0.14
4472026-06-11T19:39:25.720Z Compiling is_terminal_polyfill v1.70.2
4482026-06-11T19:39:25.728Z Compiling anstyle-query v1.1.5
4492026-06-11T19:39:25.774Z Compiling colorchoice v1.0.4
4502026-06-11T19:39:25.817Z Compiling pretty-hex v0.4.1
4512026-06-11T19:39:25.896Z Compiling anstream v1.0.0
4522026-06-11T19:39:25.916Z Compiling terminal_size v0.4.3
4532026-06-11T19:39:25.953Z Compiling fs-err v3.3.0
4542026-06-11T19:39:25.971Z Compiling heck v0.5.0
4552026-06-11T19:39:25.980Z Compiling unicode-width v0.1.14
4562026-06-11T19:39:26.072Z Compiling semver v1.0.28
4572026-06-11T19:39:26.191Z Compiling unicode-xid v0.2.6
4582026-06-11T19:39:26.209Z Compiling strsim v0.11.1
4592026-06-11T19:39:26.227Z Compiling fastrand v2.3.0
4602026-06-11T19:39:26.249Z Compiling once_cell v1.21.3
4612026-06-11T19:39:26.269Z Compiling clap_lex v1.0.0
4622026-06-11T19:39:26.293Z Compiling fnv v1.0.7
4632026-06-11T19:39:26.342Z Compiling heck v0.4.1
4642026-06-11T19:39:26.363Z Compiling bytecount v0.6.9
4652026-06-11T19:39:26.407Z Compiling anyhow v1.0.102
4662026-06-11T19:39:26.424Z Compiling tempfile v3.25.0
4672026-06-11T19:39:26.485Z Compiling serde-untagged v0.1.9
4682026-06-11T19:39:26.521Z Compiling papergrid v0.11.0
4692026-06-11T19:39:26.525Z Compiling clap_builder v4.6.0
4702026-06-11T19:39:26.582Z Compiling memmap v0.7.0
4712026-06-11T19:39:26.585Z Compiling unicode-width v0.2.0
4722026-06-11T19:39:26.585Z Compiling unicode-linebreak v0.1.5
4732026-06-11T19:39:26.635Z Compiling smawk v0.3.2
4742026-06-11T19:39:26.787Z Compiling camino-tempfile v1.4.1
4752026-06-11T19:39:26.807Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4762026-06-11T19:39:26.826Z Compiling swrite v0.1.0
4772026-06-11T19:39:26.884Z Compiling textwrap v0.16.2
4782026-06-11T19:39:27.249Z Compiling tabled_derive v0.7.0
4792026-06-11T19:39:27.715Z Compiling synstructure v0.13.2
4802026-06-11T19:39:27.715Z Compiling pest_generator v2.8.6
4812026-06-11T19:39:27.941Z Compiling tabled v0.15.0
4822026-06-11T19:39:28.244Z Compiling serde_derive v1.0.228
4832026-06-11T19:39:28.244Z Compiling zerofrom-derive v0.1.6
4842026-06-11T19:39:28.248Z Compiling yoke-derive v0.8.1
4852026-06-11T19:39:28.248Z Compiling zerovec-derive v0.11.2
4862026-06-11T19:39:28.261Z Compiling displaydoc v0.2.5
4872026-06-11T19:39:28.296Z Compiling thiserror-impl v1.0.69
4882026-06-11T19:39:28.299Z Compiling zerocopy-derive v0.7.35
4892026-06-11T19:39:28.315Z Compiling scroll_derive v0.12.1
4902026-06-11T19:39:28.387Z Compiling pest_derive v2.8.6
4912026-06-11T19:39:28.411Z Compiling thiserror-impl v2.0.18
4922026-06-11T19:39:28.455Z Compiling clap_derive v4.6.1
4932026-06-11T19:39:29.072Z Compiling scroll v0.12.0
4942026-06-11T19:39:29.170Z Compiling zerocopy v0.7.35
4952026-06-11T19:39:29.300Z Compiling goblin v0.8.2
4962026-06-11T19:39:29.318Z Compiling zerofrom v0.1.6
4972026-06-11T19:39:29.438Z Compiling yoke v0.8.1
4982026-06-11T19:39:29.489Z Compiling dtrace-parser v0.2.0
4992026-06-11T19:39:29.593Z Compiling zerovec v0.11.5
5002026-06-11T19:39:29.593Z Compiling zerotrie v0.2.3
5012026-06-11T19:39:29.858Z Compiling clap v4.6.1
5022026-06-11T19:39:30.009Z Compiling tinystr v0.8.2
5032026-06-11T19:39:30.009Z Compiling potential_utf v0.1.4
5042026-06-11T19:39:30.143Z Compiling icu_collections v2.1.1
5052026-06-11T19:39:30.179Z Compiling icu_locale_core v2.1.1
5062026-06-11T19:39:30.693Z Compiling icu_provider v2.1.1
5072026-06-11T19:39:30.786Z Compiling toml_datetime v0.6.11
5082026-06-11T19:39:30.786Z Compiling serde_spanned v0.6.9
5092026-06-11T19:39:30.790Z Compiling serde-value v0.7.0
5102026-06-11T19:39:30.790Z Compiling cargo-platform v0.2.0
5112026-06-11T19:39:30.790Z Compiling macaddr v1.0.1
5122026-06-11T19:39:30.822Z Compiling dof v0.3.0
5132026-06-11T19:39:30.825Z Compiling serde_tokenstream v0.2.3
5142026-06-11T19:39:30.917Z Compiling icu_normalizer v2.1.1
5152026-06-11T19:39:30.922Z Compiling icu_properties v2.1.2
5162026-06-11T19:39:31.019Z Compiling toml_edit v0.22.27
5172026-06-11T19:39:31.631Z Compiling usdt-attr-macro v0.5.0
5182026-06-11T19:39:31.638Z Compiling usdt-macro v0.5.0
5192026-06-11T19:39:31.779Z Compiling idna_adapter v1.2.1
5202026-06-11T19:39:31.883Z Compiling idna v1.1.0
5212026-06-11T19:39:32.157Z Compiling url v2.5.8
5222026-06-11T19:39:32.237Z Compiling usdt v0.5.0
5232026-06-11T19:39:32.275Z Compiling toml v0.8.23
5242026-06-11T19:39:32.608Z Compiling cargo-util-schemas v0.8.2
5252026-06-11T19:39:32.608Z Compiling cargo_toml v0.21.0
5262026-06-11T19:39:33.378Z Compiling cargo_metadata v0.21.0
5272026-06-11T19:39:34.312Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5282026-06-11T19:39:36.409Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.73s
5292026-06-11T19:39:36.667Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5302026-06-11T19:39:37.218Z Downloading crates ...
5312026-06-11T19:39:37.332Z Downloaded allocator-api2 v0.2.21
5322026-06-11T19:39:37.335Z Downloaded arrayref v0.3.9
5332026-06-11T19:39:37.338Z Downloaded crc8 v0.1.1
5342026-06-11T19:39:37.343Z Downloaded aead v0.5.2
5352026-06-11T19:39:37.350Z Downloaded array-init v0.0.4
5362026-06-11T19:39:37.350Z Downloaded crossbeam-deque v0.8.6
5372026-06-11T19:39:37.356Z Downloaded crc-any v2.5.0
5382026-06-11T19:39:37.356Z Downloaded dirs-next v2.0.0
5392026-06-11T19:39:37.356Z Downloaded ascii-canvas v3.0.0
5402026-06-11T19:39:37.364Z Downloaded adler2 v2.0.1
5412026-06-11T19:39:37.364Z Downloaded derive_builder_core v0.20.2
5422026-06-11T19:39:37.364Z Downloaded bit-set v0.8.0
5432026-06-11T19:39:37.364Z Downloaded cipher v0.4.4
5442026-06-11T19:39:37.364Z Downloaded arrayvec v0.7.6
5452026-06-11T19:39:37.369Z Downloaded erased-serde v0.3.31
5462026-06-11T19:39:37.369Z Downloaded anstream v0.6.21
5472026-06-11T19:39:37.372Z Downloaded defmt v0.3.100
5482026-06-11T19:39:37.372Z Downloaded async-stream-impl v0.3.6
5492026-06-11T19:39:37.376Z Downloaded darling_macro v0.13.4
5502026-06-11T19:39:37.376Z Downloaded bitfield v0.19.4
5512026-06-11T19:39:37.376Z Downloaded anstyle-parse v0.2.7
5522026-06-11T19:39:37.379Z Downloaded des v0.8.1
5532026-06-11T19:39:37.379Z Downloaded corncobs v0.1.4
5542026-06-11T19:39:37.379Z Downloaded bb8 v0.8.6
5552026-06-11T19:39:37.379Z Downloaded argon2 v0.5.3
5562026-06-11T19:39:37.382Z Downloaded dirs-sys-next v0.1.2
5572026-06-11T19:39:37.382Z Downloaded bit-set v0.5.3
5582026-06-11T19:39:37.385Z Downloaded cargo-platform v0.3.2
5592026-06-11T19:39:37.385Z Downloaded block-padding v0.3.3
5602026-06-11T19:39:37.388Z Downloaded base16ct v0.2.0
5612026-06-11T19:39:37.391Z Downloaded derive_builder v0.20.2
5622026-06-11T19:39:37.394Z Downloaded debug-ignore v1.0.5
5632026-06-11T19:39:37.397Z Downloaded darling_macro v0.20.11
5642026-06-11T19:39:37.397Z Downloaded bzip2 v0.4.4
5652026-06-11T19:39:37.401Z Downloaded blake2 v0.10.6
5662026-06-11T19:39:37.401Z Downloaded bitfield-struct v0.6.2
5672026-06-11T19:39:37.404Z Downloaded dtrace-parser v0.3.0
5682026-06-11T19:39:37.404Z Downloaded defmt-macros v1.0.1
5692026-06-11T19:39:37.404Z Downloaded derive_builder_macro v0.20.2
5702026-06-11T19:39:37.404Z Downloaded darling_macro v0.23.0
5712026-06-11T19:39:37.407Z Downloaded darling_core v0.23.0
5722026-06-11T19:39:37.410Z Downloaded difflib v0.4.0
5732026-06-11T19:39:37.410Z Downloaded cargo_metadata v0.23.1
5742026-06-11T19:39:37.413Z Downloaded embedded-io v0.4.0
5752026-06-11T19:39:37.413Z Downloaded async-trait v0.1.89
5762026-06-11T19:39:37.417Z Downloaded cpufeatures v0.3.0
5772026-06-11T19:39:37.417Z Downloaded assert_matches v1.5.0
5782026-06-11T19:39:37.417Z Downloaded bcrypt-pbkdf v0.10.0
5792026-06-11T19:39:37.420Z Downloaded castaway v0.2.4
5802026-06-11T19:39:37.420Z Downloaded darling_core v0.13.4
5812026-06-11T19:39:37.420Z Downloaded curve25519-dalek-derive v0.1.1
5822026-06-11T19:39:37.424Z Downloaded ciborium-ll v0.2.2
5832026-06-11T19:39:37.424Z Downloaded cfg_aliases v0.1.1
5842026-06-11T19:39:37.424Z Downloaded der_derive v0.7.3
5852026-06-11T19:39:37.427Z Downloaded ciborium-io v0.2.2
5862026-06-11T19:39:37.430Z Downloaded dropshot-api-manager-types v0.7.2
5872026-06-11T19:39:37.430Z Downloaded convert_case v0.4.0
5882026-06-11T19:39:37.430Z Downloaded fixedbitset v0.4.2
5892026-06-11T19:39:37.433Z Downloaded compression-core v0.4.31
5902026-06-11T19:39:37.433Z Downloaded enum-as-inner v0.6.1
5912026-06-11T19:39:37.433Z Downloaded cobs v0.3.0
5922026-06-11T19:39:37.436Z Downloaded crunchy v0.2.4
5932026-06-11T19:39:37.436Z Downloaded crc v3.4.0
5942026-06-11T19:39:37.436Z Downloaded dof v0.4.0
5952026-06-11T19:39:37.439Z Downloaded bitfield-macros v0.19.4
5962026-06-11T19:39:37.442Z Downloaded document-features v0.2.12
5972026-06-11T19:39:37.445Z Downloaded embedded-io v0.6.1
5982026-06-11T19:39:37.445Z Downloaded darling_macro v0.21.3
5992026-06-11T19:39:37.445Z Downloaded crucible-workspace-hack v0.1.0
6002026-06-11T19:39:37.448Z Downloaded crc-catalog v2.4.0
6012026-06-11T19:39:37.448Z Downloaded atomicwrites v0.4.4
6022026-06-11T19:39:37.452Z Downloaded dsl_auto_type v0.2.0
6032026-06-11T19:39:37.452Z Downloaded diesel_table_macro_syntax v0.3.0
6042026-06-11T19:39:37.455Z Downloaded defmt-parser v1.0.0
6052026-06-11T19:39:37.455Z Downloaded darling_core v0.21.3
6062026-06-11T19:39:37.460Z Downloaded atty v0.2.14
6072026-06-11T19:39:37.464Z Downloaded cfg_aliases v0.2.1
6082026-06-11T19:39:37.464Z Downloaded funty v2.0.0
6092026-06-11T19:39:37.464Z Downloaded foreign-types-macros v0.2.3
6102026-06-11T19:39:37.464Z Downloaded env_filter v1.0.0
6112026-06-11T19:39:37.468Z Downloaded foreign-types-shared v0.3.1
6122026-06-11T19:39:37.474Z Downloaded async-stream v0.3.6
6132026-06-11T19:39:37.474Z Downloaded float-ord v0.3.2
6142026-06-11T19:39:37.474Z Downloaded foreign-types-shared v0.1.1
6152026-06-11T19:39:37.478Z Downloaded bit-vec v0.8.0
6162026-06-11T19:39:37.478Z Downloaded flagset v0.4.7
6172026-06-11T19:39:37.481Z Downloaded endian-type v0.1.2
6182026-06-11T19:39:37.481Z Downloaded foreign-types v0.5.0
6192026-06-11T19:39:37.481Z Downloaded ahash v0.8.12
6202026-06-11T19:39:37.484Z Downloaded dunce v1.0.5
6212026-06-11T19:39:37.484Z Downloaded cstr-argument v0.1.2
6222026-06-11T19:39:37.484Z Downloaded convert_case v0.10.0
6232026-06-11T19:39:37.484Z Downloaded bit-vec v0.6.3
6242026-06-11T19:39:37.488Z Downloaded downcast-rs v2.0.2
6252026-06-11T19:39:37.488Z Downloaded dyn-clone v1.0.20
6262026-06-11T19:39:37.488Z Downloaded bcs v0.1.6
6272026-06-11T19:39:37.491Z Downloaded futures-sink v0.3.32
6282026-06-11T19:39:37.491Z Downloaded futures-macro v0.3.32
6292026-06-11T19:39:37.494Z Downloaded git-stub v1.0.0
6302026-06-11T19:39:37.494Z Downloaded foreign-types v0.3.2
6312026-06-11T19:39:37.494Z Downloaded ghash v0.5.1
6322026-06-11T19:39:37.497Z Downloaded either v1.15.0
6332026-06-11T19:39:37.497Z Downloaded futures-core v0.3.32
6342026-06-11T19:39:37.500Z Downloaded fxhash v0.2.1
6352026-06-11T19:39:37.500Z Downloaded futures-io v0.3.32
6362026-06-11T19:39:37.500Z Downloaded deranged v0.5.8
6372026-06-11T19:39:37.503Z Downloaded futures-task v0.3.32
6382026-06-11T19:39:37.503Z Downloaded float-cmp v0.10.0
6392026-06-11T19:39:37.503Z Downloaded env_logger v0.11.9
6402026-06-11T19:39:37.506Z Downloaded gethostname v0.5.0
6412026-06-11T19:39:37.506Z Downloaded defmt v1.0.1
6422026-06-11T19:39:37.509Z Downloaded globwalk v0.9.1
6432026-06-11T19:39:37.509Z Downloaded fallible-iterator v0.2.0
6442026-06-11T19:39:37.512Z Downloaded csv-core v0.1.13
6452026-06-11T19:39:37.512Z Downloaded fixedbitset v0.5.7
6462026-06-11T19:39:37.515Z Downloaded display-error-chain v0.2.2
6472026-06-11T19:39:37.515Z Downloaded diesel-dtrace v0.5.0
6482026-06-11T19:39:37.515Z Downloaded data-encoding v2.10.0
6492026-06-11T19:39:37.518Z Downloaded derive-ex v0.1.8
6502026-06-11T19:39:37.518Z Downloaded const_format_proc_macros v0.2.34
6512026-06-11T19:39:37.518Z Downloaded cmake v0.1.57
6522026-06-11T19:39:37.518Z Downloaded blowfish v0.9.1
6532026-06-11T19:39:37.522Z Downloaded bitflags v1.3.2
6542026-06-11T19:39:37.523Z Downloaded async-recursion v1.1.1
6552026-06-11T19:39:37.525Z Downloaded buf-list v1.1.2
6562026-06-11T19:39:37.525Z Downloaded constant_time_eq v0.4.2
6572026-06-11T19:39:37.528Z Downloaded cassowary v0.3.0
6582026-06-11T19:39:37.528Z Downloaded headers-core v0.3.0
6592026-06-11T19:39:37.528Z Downloaded crc32fast v1.5.0
6602026-06-11T19:39:37.531Z Downloaded camino-tempfile-ext v0.3.3
6612026-06-11T19:39:37.531Z Downloaded hash32 v0.2.1
6622026-06-11T19:39:37.531Z Downloaded atomic-waker v1.1.2
6632026-06-11T19:39:37.535Z Downloaded critical-section v1.2.0
6642026-06-11T19:39:37.535Z Downloaded chacha20 v0.9.1
6652026-06-11T19:39:37.540Z Downloaded hash32 v0.3.1
6662026-06-11T19:39:37.540Z Downloaded ctr v0.9.2
6672026-06-11T19:39:37.546Z Downloaded compression-codecs v0.4.37
6682026-06-11T19:39:37.549Z Downloaded foldhash v0.2.0
6692026-06-11T19:39:37.549Z Downloaded fd-lock v4.0.4
6702026-06-11T19:39:37.550Z Downloaded filetime v0.2.27
6712026-06-11T19:39:37.550Z Downloaded base64ct v1.8.3
6722026-06-11T19:39:37.552Z Downloaded ff v0.13.1
6732026-06-11T19:39:37.552Z Downloaded ena v0.14.4
6742026-06-11T19:39:37.552Z Downloaded cookie v0.18.1
6752026-06-11T19:39:37.556Z Downloaded cbc v0.1.2
6762026-06-11T19:39:37.556Z Downloaded byte-wrapper v0.1.0
6772026-06-11T19:39:37.560Z Downloaded hex v0.4.3
6782026-06-11T19:39:37.560Z Downloaded backon v1.6.0
6792026-06-11T19:39:37.563Z Downloaded hex-literal v0.4.1
6802026-06-11T19:39:37.563Z Downloaded hubpack v0.1.2
6812026-06-11T19:39:37.563Z Downloaded http-body v1.0.1
6822026-06-11T19:39:37.563Z Downloaded async-bb8-diesel v0.2.1
6832026-06-11T19:39:37.566Z Downloaded hyper-tls v0.6.0
6842026-06-11T19:39:37.566Z Downloaded hubpack_derive v0.1.1
6852026-06-11T19:39:37.566Z Downloaded hostname v0.3.1
6862026-06-11T19:39:37.569Z Downloaded daft v0.1.7
6872026-06-11T19:39:37.569Z Downloaded httpdate v1.0.3
6882026-06-11T19:39:37.569Z Downloaded futures-executor v0.3.32
6892026-06-11T19:39:37.572Z Downloaded ed25519 v2.2.3
6902026-06-11T19:39:37.572Z Downloaded crossbeam-utils v0.8.21
6912026-06-11T19:39:37.575Z Downloaded http-range v0.1.5
6922026-06-11T19:39:37.575Z Downloaded daft-derive v0.1.7
6932026-06-11T19:39:37.577Z Downloaded colored v2.2.0
6942026-06-11T19:39:37.580Z Downloaded fs_extra v1.3.0
6952026-06-11T19:39:37.580Z Downloaded fs-err v2.11.0
6962026-06-11T19:39:37.580Z Downloaded foldhash v0.1.5
6972026-06-11T19:39:37.590Z Downloaded crossbeam-epoch v0.9.18
6982026-06-11T19:39:37.594Z Downloaded glob v0.3.3
6992026-06-11T19:39:37.594Z Downloaded git-stub-vcs v0.1.0
7002026-06-11T19:39:37.594Z Downloaded ident_case v1.0.1
7012026-06-11T19:39:37.594Z Downloaded illumos-nvpair-sys v0.2.0
7022026-06-11T19:39:37.594Z Downloaded cancel-safe-futures v0.1.5
7032026-06-11T19:39:37.597Z Downloaded group v0.13.0
7042026-06-11T19:39:37.597Z Downloaded indent_write v2.2.0
7052026-06-11T19:39:37.601Z Downloaded illumos-nvpair v0.3.0
7062026-06-11T19:39:37.601Z Downloaded cexpr v0.6.0
7072026-06-11T19:39:37.604Z Downloaded backoff v0.4.0
7082026-06-11T19:39:37.604Z Downloaded colored v3.1.1
7092026-06-11T19:39:37.609Z Downloaded cookie_store v0.22.1
7102026-06-11T19:39:37.609Z Downloaded console v0.15.11
7112026-06-11T19:39:37.611Z Downloaded chacha20 v0.10.0
7122026-06-11T19:39:37.611Z Downloaded console v0.16.2
7132026-06-11T19:39:37.611Z Downloaded clang-sys v1.8.1
7142026-06-11T19:39:37.615Z Downloaded is_ci v1.2.0
7152026-06-11T19:39:37.617Z Downloaded instability v0.3.11
7162026-06-11T19:39:37.621Z Downloaded is-terminal v0.4.17
7172026-06-11T19:39:37.621Z Downloaded instant v0.1.13
7182026-06-11T19:39:37.624Z Downloaded lalrpop-util v0.19.12
7192026-06-11T19:39:37.624Z Downloaded lazy_static v1.5.0
7202026-06-11T19:39:37.624Z Downloaded derive_more-impl v2.1.1
7212026-06-11T19:39:37.628Z Downloaded keccak v0.1.6
7222026-06-11T19:39:37.631Z Downloaded inout v0.1.4
7232026-06-11T19:39:37.632Z Downloaded darling v0.23.0
7242026-06-11T19:39:37.635Z Downloaded highway v1.3.0
7252026-06-11T19:39:37.640Z Downloaded home v0.5.12
7262026-06-11T19:39:37.640Z Downloaded ecdsa v0.16.9
7272026-06-11T19:39:37.643Z Downloaded arc-swap v1.8.2
7282026-06-11T19:39:37.643Z Downloaded kstat-rs v0.2.4
7292026-06-11T19:39:37.643Z Downloaded humantime v2.3.0
7302026-06-11T19:39:37.643Z Downloaded http-body-util v0.1.3
7312026-06-11T19:39:37.647Z Downloaded lru-cache v0.1.2
7322026-06-11T19:39:37.647Z Downloaded diff v0.1.13
7332026-06-11T19:39:37.650Z Downloaded lru v0.12.5
7342026-06-11T19:39:37.650Z Downloaded linked-hash-map v0.5.6
7352026-06-11T19:39:37.650Z Downloaded darling v0.13.4
7362026-06-11T19:39:37.653Z Downloaded maybe-uninit v2.0.0
7372026-06-11T19:39:37.653Z Downloaded match_cfg v0.1.0
7382026-06-11T19:39:37.653Z Downloaded maplit v1.0.2
7392026-06-11T19:39:37.656Z Downloaded managed v0.8.0
7402026-06-11T19:39:37.656Z Downloaded fatfs v0.3.6
7412026-06-11T19:39:37.659Z Downloaded libscf-sys v1.1.0
7422026-06-11T19:39:37.659Z Downloaded aes-gcm v0.10.3
7432026-06-11T19:39:37.663Z Downloaded lru-slab v0.1.2
7442026-06-11T19:39:37.663Z Downloaded derive_more v0.99.20
7452026-06-11T19:39:37.666Z Downloaded mime v0.3.17
7462026-06-11T19:39:37.666Z Downloaded md5 v0.7.0
7472026-06-11T19:39:37.668Z Downloaded memoffset v0.9.1
7482026-06-11T19:39:37.669Z Downloaded hyper-staticfile v0.10.1
7492026-06-11T19:39:37.669Z Downloaded elliptic-curve v0.13.8
7502026-06-11T19:39:37.671Z Downloaded newline-converter v0.3.0
7512026-06-11T19:39:37.674Z Downloaded new_debug_unreachable v1.0.6
7522026-06-11T19:39:37.674Z Downloaded indoc v1.0.9
7532026-06-11T19:39:37.677Z Downloaded drift v0.2.0
7542026-06-11T19:39:37.682Z Downloaded multimap v0.10.1
7552026-06-11T19:39:37.684Z Downloaded indoc v2.0.7
7562026-06-11T19:39:37.684Z Downloaded half v1.8.3
7572026-06-11T19:39:37.688Z Downloaded bzip2 v0.6.1
7582026-06-11T19:39:37.688Z Downloaded derive-where v1.6.0
7592026-06-11T19:39:37.691Z Downloaded ingot-types v0.1.2
7602026-06-11T19:39:37.694Z Downloaded const-oid v0.9.6
7612026-06-11T19:39:37.694Z Downloaded ipnetwork v0.21.1
7622026-06-11T19:39:37.696Z Downloaded globset v0.4.18
7632026-06-11T19:39:37.696Z Downloaded normalize-line-endings v0.3.0
7642026-06-11T19:39:37.696Z Downloaded ipnet v2.11.0
7652026-06-11T19:39:37.699Z Downloaded compact_str v0.8.1
7662026-06-11T19:39:37.702Z Downloaded newtype_derive v0.1.6
7672026-06-11T19:39:37.702Z Downloaded bytes v1.11.1
7682026-06-11T19:39:37.705Z Downloaded ingot v0.1.1
7692026-06-11T19:39:37.707Z Downloaded nodrop v0.1.14
7702026-06-11T19:39:37.708Z Downloaded num-derive v0.4.2
7712026-06-11T19:39:37.710Z Downloaded num-iter v0.1.45
7722026-06-11T19:39:37.710Z Downloaded num-conv v0.2.0
7732026-06-11T19:39:37.710Z Downloaded nonempty v0.12.0
7742026-06-11T19:39:37.710Z Downloaded libefi-sys v0.1.0
7752026-06-11T19:39:37.713Z Downloaded num-derive v0.3.3
7762026-06-11T19:39:37.713Z Downloaded num v0.4.3
7772026-06-11T19:39:37.716Z Downloaded nibble_vec v0.1.0
7782026-06-11T19:39:37.716Z Downloaded hostname v0.4.2
7792026-06-11T19:39:37.721Z Downloaded hmac v0.12.1
7802026-06-11T19:39:37.721Z Downloaded iana-time-zone v0.1.65
7812026-06-11T19:39:37.721Z Downloaded httparse v1.10.1
7822026-06-11T19:39:37.725Z Downloaded newtype-uuid-macros v0.1.0
7832026-06-11T19:39:37.725Z Downloaded internet-checksum v0.2.1
7842026-06-11T19:39:37.725Z Downloaded getrandom v0.2.17
7852026-06-11T19:39:37.730Z Downloaded lzss v0.8.2
7862026-06-11T19:39:37.730Z Downloaded linear-map v1.2.0
7872026-06-11T19:39:37.730Z Downloaded libloading v0.8.9
7882026-06-11T19:39:37.733Z Downloaded num_enum_derive v0.5.11
7892026-06-11T19:39:37.733Z Downloaded lock_api v0.4.14
7902026-06-11T19:39:37.733Z Downloaded impl-trait-for-tuples v0.2.3
7912026-06-11T19:39:37.748Z Downloaded openssl-probe v0.2.1
7922026-06-11T19:39:37.751Z Downloaded nanorand v0.7.0
7932026-06-11T19:39:37.751Z Downloaded mime_guess v2.0.5
7942026-06-11T19:39:37.754Z Downloaded openssl-probe v0.1.6
7952026-06-11T19:39:37.754Z Downloaded oso-derive v0.27.3
7962026-06-11T19:39:37.757Z Downloaded native-tls v0.2.18
7972026-06-11T19:39:37.757Z Downloaded multer v3.1.0
7982026-06-11T19:39:37.757Z Downloaded packed_struct_codegen v0.10.1
7992026-06-11T19:39:37.761Z Downloaded md-5 v0.10.6
8002026-06-11T19:39:37.761Z Downloaded libsw-core v0.3.2
8012026-06-11T19:39:37.761Z Downloaded hyper-rustls v0.27.7
8022026-06-11T19:39:37.764Z Downloaded getrandom v0.3.4
8032026-06-11T19:39:37.769Z Downloaded futures v0.3.32
8042026-06-11T19:39:37.772Z Downloaded openssl-macros v0.1.1
8052026-06-11T19:39:37.772Z Downloaded opaque-debug v0.3.1
8062026-06-11T19:39:37.772Z Downloaded olpc-cjson v0.1.4
8072026-06-11T19:39:37.772Z Downloaded libsw v3.5.0
8082026-06-11T19:39:37.772Z Downloaded chacha20poly1305 v0.10.1
8092026-06-11T19:39:37.776Z Downloaded half v2.7.1
8102026-06-11T19:39:37.776Z Downloaded aes v0.8.4
8112026-06-11T19:39:37.779Z Downloaded ingot-macros v0.1.1
8122026-06-11T19:39:37.782Z Downloaded dropshot_endpoint v0.17.0
8132026-06-11T19:39:37.782Z Downloaded ar_archive_writer v0.5.1
8142026-06-11T19:39:37.786Z Downloaded newtype-uuid v1.3.2
8152026-06-11T19:39:37.786Z Downloaded jobserver v0.1.34
8162026-06-11T19:39:37.789Z Downloaded parse-size v1.1.0
8172026-06-11T19:39:37.790Z Downloaded num-complex v0.4.6
8182026-06-11T19:39:37.791Z Downloaded darling_core v0.20.11
8192026-06-11T19:39:37.796Z Downloaded phf_shared v0.11.3
8202026-06-11T19:39:37.796Z Downloaded peg-runtime v0.8.5
8212026-06-11T19:39:37.796Z Downloaded pbkdf2 v0.12.2
8222026-06-11T19:39:37.800Z Downloaded pbkdf2 v0.11.0
8232026-06-11T19:39:37.800Z Downloaded path-slash v0.1.5
8242026-06-11T19:39:37.800Z Downloaded parse-display v0.10.0
8252026-06-11T19:39:37.800Z Downloaded num_threads v0.1.7
8262026-06-11T19:39:37.800Z Downloaded num_enum v0.5.11
8272026-06-11T19:39:37.804Z Downloaded phf_shared v0.12.1
8282026-06-11T19:39:37.809Z Downloaded num-integer v0.1.46
8292026-06-11T19:39:37.809Z Downloaded nu-ansi-term v0.50.3
8302026-06-11T19:39:37.809Z Downloaded futures-channel v0.3.32
8312026-06-11T19:39:37.812Z Downloaded litrs v1.0.0
8322026-06-11T19:39:37.812Z Downloaded num-rational v0.4.2
8332026-06-11T19:39:37.813Z Downloaded flate2 v1.1.9
8342026-06-11T19:39:37.817Z Downloaded phf_shared v0.13.1
8352026-06-11T19:39:37.817Z Downloaded crypto-bigint v0.5.5
8362026-06-11T19:39:37.820Z Downloaded crossbeam-channel v0.5.15
8372026-06-11T19:39:37.824Z Downloaded predicates-tree v1.0.13
8382026-06-11T19:39:37.824Z Downloaded powerfmt v0.2.0
8392026-06-11T19:39:37.828Z Downloaded num_enum_derive v0.7.6
8402026-06-11T19:39:37.828Z Downloaded proc-macro-error-attr2 v2.0.0
8412026-06-11T19:39:37.828Z Downloaded proc-macro-crate v3.4.0
8422026-06-11T19:39:37.832Z Downloaded der v0.7.10
8432026-06-11T19:39:37.832Z Downloaded oxide-tokio-rt v0.1.4
8442026-06-11T19:39:37.835Z Downloaded memmap2 v0.9.10
8452026-06-11T19:39:37.835Z Downloaded num_enum v0.7.6
8462026-06-11T19:39:37.839Z Downloaded packed_struct v0.10.1
8472026-06-11T19:39:37.839Z Downloaded predicates-core v1.0.10
8482026-06-11T19:39:37.843Z Downloaded precomputed-hash v0.1.1
8492026-06-11T19:39:37.843Z Downloaded base64 v0.22.1
8502026-06-11T19:39:37.846Z Downloaded proc-macro-crate v1.3.1
8512026-06-11T19:39:37.846Z Downloaded parking_lot_core v0.8.6
8522026-06-11T19:39:37.846Z Downloaded progenitor-client v0.11.2
8532026-06-11T19:39:37.850Z Downloaded cc v1.2.56
8542026-06-11T19:39:37.850Z Downloaded indexmap v1.9.3
8552026-06-11T19:39:37.853Z Downloaded progenitor-macro v0.14.0
8562026-06-11T19:39:37.853Z Downloaded const_format v0.2.35
8572026-06-11T19:39:37.857Z Downloaded paste v1.0.15
8582026-06-11T19:39:37.857Z Downloaded headers v0.4.1
8592026-06-11T19:39:37.860Z Downloaded oxnet v0.1.5
8602026-06-11T19:39:37.865Z Downloaded bumpalo v3.20.2
8612026-06-11T19:39:37.865Z Downloaded password-hash v0.4.2
8622026-06-11T19:39:37.871Z Downloaded base64 v0.21.7
8632026-06-11T19:39:37.871Z Downloaded find-msvc-tools v0.1.9
8642026-06-11T19:39:37.872Z Downloaded darling v0.21.3
8652026-06-11T19:39:37.876Z Downloaded psl-types v2.0.11
8662026-06-11T19:39:37.876Z Downloaded progenitor-macro v0.11.2
8672026-06-11T19:39:37.876Z Downloaded pem v3.0.6
8682026-06-11T19:39:37.876Z Downloaded darling v0.20.11
8692026-06-11T19:39:37.881Z Downloaded progenitor-macro v0.13.0
8702026-06-11T19:39:37.881Z Downloaded libbz2-rs-sys v0.2.2
8712026-06-11T19:39:37.881Z Downloaded password-hash v0.5.0
8722026-06-11T19:39:37.881Z Downloaded peg-macros v0.8.5
8732026-06-11T19:39:37.886Z Downloaded parse-display-derive v0.10.0
8742026-06-11T19:39:37.886Z Downloaded ciborium v0.2.2
8752026-06-11T19:39:37.889Z Downloaded pin-project-lite v0.2.17
8762026-06-11T19:39:37.890Z Downloaded pkcs8 v0.10.2
8772026-06-11T19:39:37.893Z Downloaded heapless v0.7.17
8782026-06-11T19:39:37.893Z Downloaded rand_chacha v0.3.1
8792026-06-11T19:39:37.893Z Downloaded flume v0.11.1
8802026-06-11T19:39:37.897Z Downloaded ed25519-dalek v2.2.0
8812026-06-11T19:39:37.900Z Downloaded phf v0.13.1
8822026-06-11T19:39:37.900Z Downloaded phf v0.12.1
8832026-06-11T19:39:37.900Z Downloaded diesel_derives v2.3.7
8842026-06-11T19:39:37.905Z Downloaded radium v0.7.0
8852026-06-11T19:39:37.908Z Downloaded quick-error v1.2.3
8862026-06-11T19:39:37.908Z Downloaded polyval v0.6.2
8872026-06-11T19:39:37.909Z Downloaded pkg-config v0.3.32
8882026-06-11T19:39:37.909Z Downloaded pin-utils v0.1.0
8892026-06-11T19:39:37.913Z Downloaded rand_xorshift v0.4.0
8902026-06-11T19:39:37.918Z Downloaded postgres-protocol v0.6.10
8912026-06-11T19:39:37.922Z Downloaded poly1305 v0.8.0
8922026-06-11T19:39:37.922Z Downloaded omicron-zone-package v0.12.2
8932026-06-11T19:39:37.927Z Downloaded owo-colors v4.3.0
8942026-06-11T19:39:37.927Z Downloaded recursive v0.1.1
8952026-06-11T19:39:37.930Z Downloaded progenitor-client v0.14.0
8962026-06-11T19:39:37.930Z Downloaded predicates v3.1.4
8972026-06-11T19:39:37.930Z Downloaded progenitor-client v0.13.0
8982026-06-11T19:39:37.935Z Downloaded progenitor v0.14.0
8992026-06-11T19:39:37.935Z Downloaded parking_lot_core v0.9.12
9002026-06-11T19:39:37.936Z Downloaded parking_lot v0.11.2
9012026-06-11T19:39:37.939Z Downloaded ref-cast-impl v1.0.25
9022026-06-11T19:39:37.939Z Downloaded rfc6979 v0.4.0
9032026-06-11T19:39:37.939Z Downloaded ref-cast v1.0.25
9042026-06-11T19:39:37.939Z Downloaded recursive-proc-macro-impl v0.1.1
9052026-06-11T19:39:37.944Z Downloaded progenitor-extras v0.2.0
9062026-06-11T19:39:37.947Z Downloaded ignore v0.4.25
9072026-06-11T19:39:37.947Z Downloaded async-compression v0.4.41
9082026-06-11T19:39:37.951Z Downloaded heapless v0.8.0
9092026-06-11T19:39:37.954Z Downloaded parking_lot v0.12.5
9102026-06-11T19:39:37.960Z Downloaded progenitor v0.13.0
9112026-06-11T19:39:37.960Z Downloaded progenitor v0.11.2
9122026-06-11T19:39:37.961Z Downloaded proc-macro-error2 v2.0.1
9132026-06-11T19:39:37.965Z Downloaded pem-rfc7468 v0.7.0
9142026-06-11T19:39:37.965Z Downloaded rustc-hash v2.1.1
9152026-06-11T19:39:37.968Z Downloaded rustc_version v0.1.7
9162026-06-11T19:39:37.968Z Downloaded pin-project-internal v1.1.11
9172026-06-11T19:39:37.972Z Downloaded peg v0.8.5
9182026-06-11T19:39:37.975Z Downloaded derive_more v2.1.1
9192026-06-11T19:39:37.979Z Downloaded russh-cryptovec v0.7.3
9202026-06-11T19:39:37.979Z Downloaded rtoolbox v0.0.3
9212026-06-11T19:39:37.984Z Downloaded hickory-resolver v0.25.2
9222026-06-11T19:39:37.984Z Downloaded rand_chacha v0.9.0
9232026-06-11T19:39:37.989Z Downloaded psm v0.1.30
9242026-06-11T19:39:37.989Z Downloaded hickory-resolver v0.24.4
9252026-06-11T19:39:37.993Z Downloaded pkcs1 v0.7.5
9262026-06-11T19:39:37.993Z Downloaded r2d2 v0.8.10
9272026-06-11T19:39:37.998Z Downloaded rand_core v0.9.5
9282026-06-11T19:39:37.998Z Downloaded rand_core v0.6.4
9292026-06-11T19:39:37.998Z Downloaded postgres-types v0.2.12
9302026-06-11T19:39:38.003Z Downloaded same-file v1.0.6
9312026-06-11T19:39:38.006Z Downloaded salsa20 v0.10.2
9322026-06-11T19:39:38.006Z Downloaded primeorder v0.13.6
9332026-06-11T19:39:38.006Z Downloaded crossterm v0.29.0
9342026-06-11T19:39:38.010Z Downloaded scopeguard v1.2.0
9352026-06-11T19:39:38.013Z Downloaded postcard v1.1.3
9362026-06-11T19:39:38.013Z Downloaded rand_core v0.10.0
9372026-06-11T19:39:38.014Z Downloaded miniz_oxide v0.8.9
9382026-06-11T19:39:38.021Z Downloaded oso v0.27.3
9392026-06-11T19:39:38.025Z Downloaded resolv-conf v0.7.6
9402026-06-11T19:39:38.025Z Downloaded rand_seeder v0.4.0
9412026-06-11T19:39:38.025Z Downloaded ppv-lite86 v0.2.21
9422026-06-11T19:39:38.025Z Downloaded scheduled-thread-pool v0.2.7
9432026-06-11T19:39:38.025Z Downloaded sapling-renderdag v0.1.0
9442026-06-11T19:39:38.029Z Downloaded scrypt v0.11.0
9452026-06-11T19:39:38.033Z Downloaded secrecy v0.8.0
9462026-06-11T19:39:38.038Z Downloaded indicatif v0.18.4
9472026-06-11T19:39:38.050Z Downloaded serde-big-array v0.5.1
9482026-06-11T19:39:38.053Z Downloaded scroll_derive v0.13.1
9492026-06-11T19:39:38.053Z Downloaded seq-macro v0.3.6
9502026-06-11T19:39:38.054Z Downloaded semver v0.1.20
9512026-06-11T19:39:38.058Z Downloaded rustc_version v0.4.1
9522026-06-11T19:39:38.062Z Downloaded serde_bytes v0.11.19
9532026-06-11T19:39:39.066Z Downloaded serde_repr v0.1.20
9542026-06-11T19:39:39.070Z Downloaded serde_plain v1.0.2
9552026-06-11T19:39:39.070Z Downloaded sha1 v0.10.6
9562026-06-11T19:39:39.070Z Downloaded quinn-udp v0.5.14
9572026-06-11T19:39:39.070Z Downloaded rustls-pemfile v1.0.4
9582026-06-11T19:39:39.070Z Downloaded serde_spanned v1.0.4
9592026-06-11T19:39:39.070Z Downloaded pin-project v1.1.11
9602026-06-11T19:39:39.070Z Downloaded serde_urlencoded v0.7.1
9612026-06-11T19:39:39.071Z Downloaded rustls-pemfile v2.2.0
9622026-06-11T19:39:39.071Z Downloaded rustls-native-certs v0.8.3
9632026-06-11T19:39:39.071Z Downloaded pkcs5 v0.7.1
9642026-06-11T19:39:39.071Z Downloaded signature v2.2.0
9652026-06-11T19:39:39.071Z Downloaded siphasher v1.0.2
9662026-06-11T19:39:39.071Z Downloaded sigpipe v0.1.3
9672026-06-11T19:39:39.071Z Downloaded rustversion v1.0.22
9682026-06-11T19:39:39.071Z Downloaded signal-hook-tokio v0.3.1
9692026-06-11T19:39:39.071Z Downloaded signal-hook-mio v0.2.5
9702026-06-11T19:39:39.071Z Downloaded shell-words v1.1.1
9712026-06-11T19:39:39.071Z Downloaded openssl-sys v0.9.115
9722026-06-11T19:39:39.071Z Downloaded minimal-lexical v0.2.1
9732026-06-11T19:39:39.071Z Downloaded prefix-trie v0.7.0
9742026-06-11T19:39:39.071Z Downloaded papergrid v0.17.0
9752026-06-11T19:39:39.071Z Downloaded sct v0.7.1
9762026-06-11T19:39:39.071Z Downloaded slog-envlogger v2.2.0
9772026-06-11T19:39:39.071Z Downloaded slog-bunyan v2.5.0
9782026-06-11T19:39:39.071Z Downloaded sec1 v0.7.3
9792026-06-11T19:39:39.071Z Downloaded p256 v0.13.2
9802026-06-11T19:39:39.071Z Downloaded progenitor-impl v0.11.2
9812026-06-11T19:39:39.071Z Downloaded secrecy v0.10.3
9822026-06-11T19:39:39.071Z Downloaded hashbrown v0.13.2
9832026-06-11T19:39:39.071Z Downloaded jiff-static v0.2.21
9842026-06-11T19:39:39.071Z Downloaded serde_derive_internals v0.29.1
9852026-06-11T19:39:39.071Z Downloaded serde-hex v0.1.0
9862026-06-11T19:39:39.071Z Downloaded http v1.4.0
9872026-06-11T19:39:39.071Z Downloaded shlex v1.3.0
9882026-06-11T19:39:39.071Z Downloaded russh-keys v0.45.0
9892026-06-11T19:39:39.071Z Downloaded serde_path_to_error v0.1.20
9902026-06-11T19:39:39.071Z Downloaded ssh-encoding v0.2.0
9912026-06-11T19:39:39.071Z Downloaded ssh-cipher v0.2.0
9922026-06-11T19:39:39.071Z Downloaded signal-hook-registry v1.4.8
9932026-06-11T19:39:39.071Z Downloaded hickory-server v0.25.2
9942026-06-11T19:39:39.071Z Downloaded serde_with_macros v1.5.2
9952026-06-11T19:39:39.071Z Downloaded sqlparser_derive v0.5.0
9962026-06-11T19:39:39.071Z Downloaded strip-ansi-escapes v0.2.1
9972026-06-11T19:39:39.071Z Downloaded expectorate v1.2.0
9982026-06-11T19:39:39.071Z Downloaded crossterm v0.28.1
9992026-06-11T19:39:39.072Z Downloaded strum v0.27.2
10002026-06-11T19:39:39.072Z Downloaded strum v0.26.3
10012026-06-11T19:39:39.072Z Downloaded simd-adler32 v0.3.8
10022026-06-11T19:39:39.072Z Downloaded aho-corasick v1.1.4
10032026-06-11T19:39:39.072Z Downloaded rusty-fork v0.3.1
10042026-06-11T19:39:39.072Z Downloaded slab v0.4.12
10052026-06-11T19:39:39.072Z Downloaded hyper-util v0.1.20
10062026-06-11T19:39:39.072Z Downloaded rustls-pki-types v1.14.0
10072026-06-11T19:39:39.072Z Downloaded pretty_assertions v1.4.1
10082026-06-11T19:39:39.072Z Downloaded schemars_derive v0.8.22
10092026-06-11T19:39:39.072Z Downloaded structmeta-derive v0.3.0
10102026-06-11T19:39:39.072Z Downloaded structmeta v0.3.0
10112026-06-11T19:39:39.072Z Downloaded slog-dtrace v0.3.0
10122026-06-11T19:39:39.072Z Downloaded slog-scope v4.4.1
10132026-06-11T19:39:39.072Z Downloaded slog-term v2.9.2
10142026-06-11T19:39:39.072Z Downloaded sync-ptr v0.1.4
10152026-06-11T19:39:39.072Z Downloaded slog-json v2.6.1
10162026-06-11T19:39:39.072Z Downloaded tabwriter v1.4.1
10172026-06-11T19:39:39.072Z Downloaded serde_cbor v0.11.2
10182026-06-11T19:39:39.072Z Downloaded subtle v2.6.1
10192026-06-11T19:39:39.072Z Downloaded slog-async v2.8.0
10202026-06-11T19:39:39.072Z Downloaded supports-color v3.0.2
10212026-06-11T19:39:39.072Z Downloaded scroll v0.13.0
10222026-06-11T19:39:39.072Z Downloaded progenitor-impl v0.14.0
10232026-06-11T19:39:39.072Z Downloaded itertools v0.10.5
10242026-06-11T19:39:39.072Z Downloaded smf v0.2.3
10252026-06-11T19:39:39.072Z Downloaded slog-stdlog v4.1.1
10262026-06-11T19:39:39.072Z Downloaded hashbrown v0.12.3
10272026-06-11T19:39:39.072Z Downloaded snafu-derive v0.8.9
10282026-06-11T19:39:39.072Z Downloaded progenitor-impl v0.13.0
10292026-06-11T19:39:39.072Z Downloaded tagptr v0.2.0
10302026-06-11T19:39:39.072Z Downloaded spki v0.7.3
10312026-06-11T19:39:39.072Z Downloaded sqlformat v0.3.5
10322026-06-11T19:39:39.072Z Downloaded testing_table v0.3.0
10332026-06-11T19:39:39.072Z Downloaded thiserror-impl-no-std v2.0.2
10342026-06-11T19:39:39.072Z Downloaded take_mut v0.2.2
10352026-06-11T19:39:39.072Z Downloaded termtree v0.5.1
10362026-06-11T19:39:39.073Z Downloaded thread-id v5.1.0
10372026-06-11T19:39:39.073Z Downloaded tap v1.0.1
10382026-06-11T19:39:39.073Z Downloaded sync_wrapper v1.0.2
10392026-06-11T19:39:39.073Z Downloaded dropshot-api-manager v0.7.2
10402026-06-11T19:39:39.073Z Downloaded static_assertions v1.1.0
10412026-06-11T19:39:39.073Z Downloaded serde_with_macros v3.17.0
10422026-06-11T19:39:39.073Z Downloaded time-core v0.1.8
10432026-06-11T19:39:39.073Z Downloaded string_cache v0.8.9
10442026-06-11T19:39:39.073Z Downloaded ryu v1.0.23
10452026-06-11T19:39:39.073Z Downloaded tinyvec_macros v0.1.1
10462026-06-11T19:39:39.073Z Downloaded rustls-platform-verifier v0.6.2
10472026-06-11T19:39:39.073Z Downloaded strsim v0.10.0
10482026-06-11T19:39:39.073Z Downloaded tokio-macros v2.7.0
10492026-06-11T19:39:39.073Z Downloaded mio v1.2.0
10502026-06-11T19:39:39.073Z Downloaded strum_macros v0.26.4
10512026-06-11T19:39:39.073Z Downloaded strum_macros v0.24.3
10522026-06-11T19:39:39.073Z Downloaded schemars v0.8.22
10532026-06-11T19:39:39.073Z Downloaded rcgen v0.12.1
10542026-06-11T19:39:39.077Z Downloaded prettyplease v0.2.37
10552026-06-11T19:39:39.077Z Downloaded strum_macros v0.27.2
10562026-06-11T19:39:39.077Z Downloaded hashbrown v0.15.5
10572026-06-11T19:39:39.077Z Downloaded ron v0.8.1
10582026-06-11T19:39:39.077Z Downloaded smallvec v0.6.14
10592026-06-11T19:39:39.077Z Downloaded tabled_derive v0.11.0
10602026-06-11T19:39:39.077Z Downloaded thiserror-no-std v2.0.2
10612026-06-11T19:39:39.077Z Downloaded termios v0.3.3
10622026-06-11T19:39:39.077Z Downloaded tower-layer v0.3.3
10632026-06-11T19:39:39.077Z Downloaded try-lock v0.2.5
10642026-06-11T19:39:39.078Z Downloaded serde_yaml v0.9.34+deprecated
10652026-06-11T19:39:39.078Z Downloaded hyper v1.8.1
10662026-06-11T19:39:39.078Z Downloaded stacker v0.1.23
10672026-06-11T19:39:39.078Z Downloaded rand v0.8.6
10682026-06-11T19:39:39.078Z Downloaded quinn v0.11.9
10692026-06-11T19:39:39.078Z Downloaded topological-sort v0.2.2
10702026-06-11T19:39:39.078Z Downloaded tower-service v0.3.3
10712026-06-11T19:39:39.078Z Downloaded trait-variant v0.1.2
10722026-06-11T19:39:39.078Z Downloaded stringprep v0.1.5
10732026-06-11T19:39:39.078Z Downloaded publicsuffix v2.3.0
10742026-06-11T19:39:39.078Z Downloaded unarray v0.1.4
10752026-06-11T19:39:39.078Z Downloaded similar v2.7.0
10762026-06-11T19:39:39.078Z Downloaded tls_codec v0.4.2
10772026-06-11T19:39:39.078Z Downloaded tokio-native-tls v0.3.1
10782026-06-11T19:39:39.078Z Downloaded tiny-keccak v2.0.2
10792026-06-11T19:39:39.078Z Downloaded tokio-tungstenite v0.21.0
10802026-06-11T19:39:39.078Z Downloaded typify-macro v0.6.2
10812026-06-11T19:39:39.078Z Downloaded typify-macro v0.4.3
10822026-06-11T19:39:39.078Z Downloaded tokio-dtrace v0.1.1
10832026-06-11T19:39:39.078Z Downloaded slog v2.8.2
10842026-06-11T19:39:39.078Z Downloaded untrusted v0.7.1
10852026-06-11T19:39:39.078Z Downloaded schemars v0.9.0
10862026-06-11T19:39:39.078Z Downloaded usdt-attr-macro v0.6.0
10872026-06-11T19:39:39.078Z Downloaded untrusted v0.9.0
10882026-06-11T19:39:39.079Z Downloaded unit-prefix v0.5.2
10892026-06-11T19:39:39.079Z Downloaded rayon-core v1.13.0
10902026-06-11T19:39:39.079Z Downloaded tokio-rustls v0.25.0
10912026-06-11T19:39:39.079Z Downloaded nom v7.1.3
10922026-06-11T19:39:39.079Z Downloaded itertools v0.13.0
10932026-06-11T19:39:39.079Z Downloaded utf-8 v0.7.6
10942026-06-11T19:39:39.079Z Downloaded usdt v0.6.0
10952026-06-11T19:39:39.079Z Downloaded support-bundle-viewer v0.1.2
10962026-06-11T19:39:39.079Z Downloaded socket2 v0.6.3
10972026-06-11T19:39:39.079Z Downloaded socket2 v0.5.10
10982026-06-11T19:39:39.079Z Downloaded term v0.7.0
10992026-06-11T19:39:39.079Z Downloaded spin v0.9.8
11002026-06-11T19:39:39.079Z Downloaded universal-hash v0.5.1
11012026-06-11T19:39:39.079Z Downloaded itertools v0.12.1
11022026-06-11T19:39:39.079Z Downloaded usdt-macro v0.6.0
11032026-06-11T19:39:39.079Z Downloaded iri-string v0.7.10
11042026-06-11T19:39:39.079Z Downloaded tls_codec_derive v0.4.2
11052026-06-11T19:39:39.079Z Downloaded hashbrown v0.16.1
11062026-06-11T19:39:39.079Z Downloaded toml_writer v1.0.6+spec-1.1.0
11072026-06-11T19:39:39.079Z Downloaded tui-tree-widget v0.23.1
11082026-06-11T19:39:39.079Z Downloaded term v1.2.1
11092026-06-11T19:39:39.079Z Downloaded rand v0.9.2
11102026-06-11T19:39:39.079Z Downloaded signal-hook v0.3.18
11112026-06-11T19:39:39.079Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11122026-06-11T19:39:39.079Z Downloaded rsa v0.9.10
11132026-06-11T19:39:39.079Z Downloaded void v1.0.2
11142026-06-11T19:39:39.079Z Downloaded num-bigint v0.4.6
11152026-06-11T19:39:39.079Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11162026-06-11T19:39:39.079Z Downloaded waitgroup v0.1.2
11172026-06-11T19:39:39.079Z Downloaded wait-timeout v0.2.1
11182026-06-11T19:39:39.079Z Downloaded libxml v0.3.3
11192026-06-11T19:39:39.079Z Downloaded time-macros v0.2.27
11202026-06-11T19:39:39.079Z Downloaded qorb v0.4.1
11212026-06-11T19:39:39.079Z Downloaded samael v0.0.19
11222026-06-11T19:39:39.079Z Downloaded thread_local v1.1.9
11232026-06-11T19:39:39.079Z Downloaded rustls-webpki v0.103.9
11242026-06-11T19:39:39.079Z Downloaded want v0.3.1
11252026-06-11T19:39:39.080Z Downloaded unicase v2.9.0
11262026-06-11T19:39:39.080Z Downloaded futures-util v0.3.32
11272026-06-11T19:39:39.080Z Downloaded unicode-truncate v1.1.0
11282026-06-11T19:39:39.080Z Downloaded schemars v1.2.1
11292026-06-11T19:39:39.080Z Downloaded xattr v1.6.1
11302026-06-11T19:39:39.080Z Downloaded xshell-macros v0.2.7
11312026-06-11T19:39:39.080Z Downloaded itertools v0.14.0
11322026-06-11T19:39:39.080Z Downloaded tokio-rustls v0.26.4
11332026-06-11T19:39:39.080Z Downloaded snafu v0.8.9
11342026-06-11T19:39:39.080Z Downloaded usdt-impl v0.6.0
11352026-06-11T19:39:39.080Z Downloaded toml_parser v1.0.9+spec-1.1.0
11362026-06-11T19:39:39.080Z Downloaded tokio-stream v0.1.18
11372026-06-11T19:39:39.080Z Downloaded zeroize_derive v1.4.3
11382026-06-11T19:39:39.080Z Downloaded uzers v0.12.2
11392026-06-11T19:39:39.080Z Downloaded num-bigint-dig v0.8.6
11402026-06-11T19:39:39.080Z Downloaded test-strategy v0.4.5
11412026-06-11T19:39:39.080Z Downloaded tracing-attributes v0.1.31
11422026-06-11T19:39:39.080Z Downloaded zone_cfg_derive v0.3.1
11432026-06-11T19:39:39.080Z Downloaded vergen-git2 v9.1.0
11442026-06-11T19:39:39.080Z Downloaded libm v0.2.16
11452026-06-11T19:39:39.080Z Downloaded vsss-rs v3.3.4
11462026-06-11T19:39:39.080Z Downloaded vergen-lib v9.1.0
11472026-06-11T19:39:39.080Z Downloaded vergen-lib v0.1.6
11482026-06-11T19:39:39.080Z Downloaded vergen-gitcl v1.0.8
11492026-06-11T19:39:39.080Z Downloaded twox-hash v2.1.2
11502026-06-11T19:39:39.080Z Downloaded rand v0.10.0
11512026-06-11T19:39:39.080Z Downloaded tokio-rustls v0.24.1
11522026-06-11T19:39:39.080Z Downloaded tokio-tungstenite v0.23.1
11532026-06-11T19:39:39.080Z Downloaded p521 v0.13.3
11542026-06-11T19:39:39.085Z Downloaded walkdir v2.5.0
11552026-06-11T19:39:39.085Z Downloaded tinyvec v1.10.0
11562026-06-11T19:39:39.085Z Downloaded whoami v1.6.1
11572026-06-11T19:39:39.085Z Downloaded whoami v2.1.0
11582026-06-11T19:39:39.085Z Downloaded xshell v0.2.7
11592026-06-11T19:39:39.085Z Downloaded wyz v0.5.1
11602026-06-11T19:39:39.085Z Downloaded h2 v0.4.13
11612026-06-11T19:39:39.086Z Downloaded nom v8.0.0
11622026-06-11T19:39:39.086Z Downloaded russh v0.45.0
11632026-06-11T19:39:39.086Z Downloaded toml v1.0.6+spec-1.1.0
11642026-06-11T19:39:39.086Z Downloaded zeroize v1.8.2
11652026-06-11T19:39:39.086Z Downloaded blake3 v1.8.3
11662026-06-11T19:39:39.086Z Downloaded tungstenite v0.21.0
11672026-06-11T19:39:39.086Z Downloaded tar v0.4.45
11682026-06-11T19:39:39.086Z Downloaded vergen v9.1.0
11692026-06-11T19:39:39.086Z Downloaded steno v0.4.1
11702026-06-11T19:39:39.087Z Downloaded rustyline v14.0.0
11712026-06-11T19:39:39.087Z Downloaded zstd v0.13.3
11722026-06-11T19:39:39.087Z Downloaded zone v0.3.1
11732026-06-11T19:39:39.087Z Downloaded typify v0.6.2
11742026-06-11T19:39:39.087Z Downloaded typify v0.4.3
11752026-06-11T19:39:39.087Z Downloaded hkdf v0.12.4
11762026-06-11T19:39:39.087Z Downloaded unicode-bidi v0.3.18
11772026-06-11T19:39:39.087Z Downloaded subprocess v0.2.15
11782026-06-11T19:39:39.087Z Downloaded unicode-properties v0.1.4
11792026-06-11T19:39:39.087Z Downloaded unsafe-libyaml v0.2.11
11802026-06-11T19:39:39.087Z Downloaded toml v0.7.8
11812026-06-11T19:39:39.087Z Downloaded uuid v1.23.0
11822026-06-11T19:39:39.087Z Downloaded zerocopy v0.6.6
11832026-06-11T19:39:39.087Z Downloaded tungstenite v0.23.0
11842026-06-11T19:39:39.087Z Downloaded toml_edit v0.23.10+spec-1.0.0
11852026-06-11T19:39:39.087Z Downloaded rpassword v7.4.0
11862026-06-11T19:39:39.087Z Downloaded vte v0.14.1
11872026-06-11T19:39:39.087Z Downloaded zstd-safe v7.2.4
11882026-06-11T19:39:39.087Z Downloaded tracing-core v0.1.36
11892026-06-11T19:39:39.088Z Downloaded iddqd v0.4.2
11902026-06-11T19:39:39.088Z Downloaded tokio-postgres v0.7.16
11912026-06-11T19:39:39.088Z Downloaded reedline v0.40.0
11922026-06-11T19:39:39.088Z Downloaded yasna v0.5.2
11932026-06-11T19:39:39.088Z Downloaded bitvec v1.0.1
11942026-06-11T19:39:39.088Z Downloaded zopfli v0.8.3
11952026-06-11T19:39:39.088Z Downloaded ssh-key v0.6.7
11962026-06-11T19:39:39.088Z Downloaded serde_with v1.14.0
11972026-06-11T19:39:39.088Z Downloaded regex v1.12.3
11982026-06-11T19:39:39.089Z Downloaded unicode_categories v0.1.1
11992026-06-11T19:39:39.089Z Downloaded reqwest v0.13.2
12002026-06-11T19:39:39.089Z Downloaded aws-lc-rs v1.16.3
12012026-06-11T19:39:39.089Z Downloaded git2 v0.20.4
12022026-06-11T19:39:39.089Z Downloaded tower v0.5.3
12032026-06-11T19:39:39.089Z Downloaded zip v0.6.6
12042026-06-11T19:39:39.089Z Downloaded reqwest v0.12.28
12052026-06-11T19:39:39.089Z Downloaded unicode-segmentation v1.12.0
12062026-06-11T19:39:39.089Z Downloaded chrono v0.4.44
12072026-06-11T19:39:39.089Z Downloaded rayon v1.11.0
12082026-06-11T19:39:39.089Z Downloaded yansi v1.0.1
12092026-06-11T19:39:39.089Z Downloaded portable-atomic v1.13.1
12102026-06-11T19:39:39.089Z Downloaded p384 v0.13.1
12112026-06-11T19:39:39.089Z Downloaded bindgen v0.71.1
12122026-06-11T19:39:39.089Z Downloaded toml_edit v0.19.15
12132026-06-11T19:39:39.089Z Downloaded zerocopy-derive v0.8.40
12142026-06-11T19:39:39.089Z Downloaded moka v0.12.13
12152026-06-11T19:39:39.089Z Downloaded rustls-webpki v0.101.7
12162026-06-11T19:39:39.089Z Downloaded quick-xml v0.37.5
12172026-06-11T19:39:39.089Z Downloaded lalrpop v0.19.12
12182026-06-11T19:39:39.089Z Downloaded x509-cert v0.2.5
12192026-06-11T19:39:39.090Z Downloaded goblin v0.10.5
12202026-06-11T19:39:39.090Z Downloaded typed-path v0.9.3
12212026-06-11T19:39:39.090Z Downloaded unicode-normalization v0.1.25
12222026-06-11T19:39:39.090Z Downloaded tokio-util v0.7.18
12232026-06-11T19:39:39.090Z Downloaded salty v0.3.0
12242026-06-11T19:39:39.090Z Downloaded proptest v1.10.0
12252026-06-11T19:39:39.090Z Downloaded petname v2.0.2
12262026-06-11T19:39:39.090Z Downloaded rustls-webpki v0.102.8
12272026-06-11T19:39:39.090Z Downloaded zip v4.6.1
12282026-06-11T19:39:39.090Z Downloaded tower-http v0.6.8
12292026-06-11T19:39:39.090Z Downloaded tough v0.22.0
12302026-06-11T19:39:39.090Z Downloaded serde_with v3.17.0
12312026-06-11T19:39:39.090Z Downloaded radix_trie v0.2.1
12322026-06-11T19:39:39.090Z Downloaded nix v0.27.1
12332026-06-11T19:39:39.090Z Downloaded object v0.30.4
12342026-06-11T19:39:39.090Z Downloaded quinn-proto v0.11.13
12352026-06-11T19:39:39.090Z Downloaded bstr v1.12.1
12362026-06-11T19:39:39.090Z Downloaded winnow v0.5.40
12372026-06-11T19:39:39.090Z Downloaded winnow v0.6.26
12382026-06-11T19:39:39.090Z Downloaded polar-core v0.27.3
12392026-06-11T19:39:39.090Z Downloaded curve25519-dalek v4.1.3
12402026-06-11T19:39:39.090Z Downloaded nix v0.28.0
12412026-06-11T19:39:39.094Z Downloaded openssl v0.10.79
12422026-06-11T19:39:39.108Z Downloaded tabled v0.20.0
12432026-06-11T19:39:39.117Z Downloaded rustls v0.21.12
12442026-06-11T19:39:39.131Z Downloaded smoltcp v0.9.1
12452026-06-11T19:39:39.137Z Downloaded zlib-rs v0.6.2
12462026-06-11T19:39:39.140Z Downloaded time v0.3.47
12472026-06-11T19:39:39.146Z Downloaded vcpkg v0.2.15
12482026-06-11T19:39:39.170Z Downloaded dropshot v0.17.0
12492026-06-11T19:39:39.183Z Downloaded object v0.37.3
12502026-06-11T19:39:39.188Z Downloaded webpki-roots v1.0.6
12512026-06-11T19:39:39.191Z Downloaded hickory-proto v0.24.4
12522026-06-11T19:39:39.198Z Downloaded smoltcp v0.11.0
12532026-06-11T19:39:39.205Z Downloaded rustls v0.22.4
12542026-06-11T19:39:39.212Z Downloaded openapiv3 v2.2.0
12552026-06-11T19:39:39.218Z Downloaded zerocopy v0.8.40
12562026-06-11T19:39:39.224Z Downloaded regress v0.11.1
12572026-06-11T19:39:39.235Z Downloaded regress v0.10.5
12582026-06-11T19:39:39.236Z Downloaded diesel v2.3.7
12592026-06-11T19:39:39.245Z Downloaded rustls v0.23.37
12602026-06-11T19:39:39.253Z Downloaded regex-syntax v0.8.10
12612026-06-11T19:39:39.257Z Downloaded hickory-proto v0.25.2
12622026-06-11T19:39:39.265Z Downloaded rustix v0.38.44
12632026-06-11T19:39:39.277Z Downloaded regex-syntax v0.6.29
12642026-06-11T19:39:39.282Z Downloaded nix v0.31.2
12652026-06-11T19:39:39.336Z Downloaded sled v0.34.7
12662026-06-11T19:39:39.356Z Downloaded sqlparser v0.61.0
12672026-06-11T19:39:39.361Z Downloaded tracing v0.1.44
12682026-06-11T19:39:39.381Z Downloaded typify-impl v0.6.2
12692026-06-11T19:39:39.389Z Downloaded ratatui v0.29.0
12702026-06-11T19:39:39.401Z Downloaded typify-impl v0.4.3
12712026-06-11T19:39:39.424Z Downloaded bzip2-sys v0.1.13+1.0.8
12722026-06-11T19:39:39.442Z Downloaded regex-automata v0.4.14
12732026-06-11T19:39:39.450Z Downloaded zerocopy-derive v0.6.6
12742026-06-11T19:39:39.500Z Downloaded petgraph v0.6.5
12752026-06-11T19:39:39.511Z Downloaded jiff v0.2.21
12762026-06-11T19:39:39.520Z Downloaded chrono-tz v0.10.4
12772026-06-11T19:39:39.529Z Downloaded csv v1.4.0
12782026-06-11T19:39:39.540Z Downloaded petgraph v0.8.3
12792026-06-11T19:39:39.564Z Downloaded libz-sys v1.1.24
12802026-06-11T19:39:39.577Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12812026-06-11T19:39:39.588Z Downloaded sha3 v0.10.8
12822026-06-11T19:39:39.597Z Downloaded tokio v1.52.1
12832026-06-11T19:39:39.664Z Downloaded encoding_rs v0.8.35
12842026-06-11T19:39:39.682Z Downloaded ring v0.17.14
12852026-06-11T19:39:39.730Z Downloaded libgit2-sys v0.18.3+1.9.2
12862026-06-11T19:39:40.433Z Downloaded aws-lc-sys v0.40.0
12872026-06-11T19:39:40.698Z Compiling libc v0.2.185
12882026-06-11T19:39:40.701Z Compiling serde v1.0.228
12892026-06-11T19:39:40.701Z Compiling log v0.4.29
12902026-06-11T19:39:40.701Z Compiling find-msvc-tools v0.1.9
12912026-06-11T19:39:40.701Z Compiling shlex v1.3.0
12922026-06-11T19:39:40.701Z Compiling smallvec v1.15.1
12932026-06-11T19:39:40.701Z Compiling typenum v1.19.0
12942026-06-11T19:39:40.701Z Compiling subtle v2.6.1
12952026-06-11T19:39:40.860Z Compiling generic-array v0.14.7
12962026-06-11T19:39:40.875Z Compiling scopeguard v1.2.0
12972026-06-11T19:39:40.886Z Compiling const-oid v0.9.6
12982026-06-11T19:39:40.960Z Compiling serde_json v1.0.149
12992026-06-11T19:39:40.973Z Compiling syn v2.0.117
13002026-06-11T19:39:40.976Z Compiling zerocopy v0.8.40
13012026-06-11T19:39:40.976Z Compiling portable-atomic v1.13.1
13022026-06-11T19:39:40.998Z Compiling parking_lot_core v0.9.12
13032026-06-11T19:39:41.042Z Compiling lock_api v0.4.14
13042026-06-11T19:39:41.059Z Compiling pin-project-lite v0.2.17
13052026-06-11T19:39:41.075Z Compiling pkg-config v0.3.32
13062026-06-11T19:39:41.088Z Compiling bitflags v2.11.0
13072026-06-11T19:39:41.132Z Compiling critical-section v1.2.0
13082026-06-11T19:39:41.147Z Compiling futures-core v0.3.32
13092026-06-11T19:39:41.177Z Compiling libm v0.2.16
13102026-06-11T19:39:41.205Z Compiling num-traits v0.2.19
13112026-06-11T19:39:41.253Z Compiling percent-encoding v2.3.2
13122026-06-11T19:39:41.312Z Compiling futures-sink v0.3.32
13132026-06-11T19:39:41.316Z Compiling futures-task v0.3.32
13142026-06-11T19:39:41.354Z Compiling cpufeatures v0.2.17
13152026-06-11T19:39:41.357Z Compiling slab v0.4.12
13162026-06-11T19:39:41.357Z Compiling futures-io v0.3.32
13172026-06-11T19:39:41.451Z Compiling futures-channel v0.3.32
13182026-06-11T19:39:41.469Z Compiling getrandom v0.4.1
13192026-06-11T19:39:41.471Z Compiling rand_core v0.10.0
13202026-06-11T19:39:41.497Z Compiling indexmap v2.14.0
13212026-06-11T19:39:41.543Z Compiling getrandom v0.3.4
13222026-06-11T19:39:41.585Z Compiling rustversion v1.0.22
13232026-06-11T19:39:41.588Z Compiling form_urlencoded v1.2.2
13242026-06-11T19:39:41.642Z Compiling fs_extra v1.3.0
13252026-06-11T19:39:41.666Z Compiling dunce v1.0.5
13262026-06-11T19:39:41.681Z Compiling ident_case v1.0.1
13272026-06-11T19:39:41.711Z Compiling base64ct v1.8.3
13282026-06-11T19:39:41.729Z Compiling iana-time-zone v0.1.65
13292026-06-11T19:39:41.784Z Compiling regex-syntax v0.8.10
13302026-06-11T19:39:41.798Z Compiling getrandom v0.2.17
13312026-06-11T19:39:41.823Z Compiling jobserver v0.1.34
13322026-06-11T19:39:41.841Z Compiling errno v0.3.14
13332026-06-11T19:39:41.931Z Compiling mio v1.2.0
13342026-06-11T19:39:41.954Z Compiling rand_core v0.6.4
13352026-06-11T19:39:41.957Z Compiling signal-hook-registry v1.4.8
13362026-06-11T19:39:41.982Z Compiling socket2 v0.6.3
13372026-06-11T19:39:42.042Z Compiling once_cell v1.21.3
13382026-06-11T19:39:42.058Z Compiling cc v1.2.56
13392026-06-11T19:39:42.083Z Compiling parking_lot v0.12.5
13402026-06-11T19:39:42.198Z Compiling pem-rfc7468 v0.7.0
13412026-06-11T19:39:42.218Z Compiling flagset v0.4.7
13422026-06-11T19:39:42.251Z Compiling rustix v1.1.3
13432026-06-11T19:39:42.266Z Compiling vcpkg v0.2.15
13442026-06-11T19:39:42.286Z Compiling aws-lc-rs v1.16.3
13452026-06-11T19:39:42.385Z Compiling uuid v1.23.0
13462026-06-11T19:39:42.409Z Compiling tracing-core v0.1.36
13472026-06-11T19:39:42.423Z Compiling rustc_version v0.4.1
13482026-06-11T19:39:42.441Z Compiling base64 v0.22.1
13492026-06-11T19:39:42.478Z Compiling rand_core v0.9.5
13502026-06-11T19:39:42.522Z Compiling openssl-probe v0.2.1
13512026-06-11T19:39:42.574Z Compiling tinyvec_macros v0.1.1
13522026-06-11T19:39:42.607Z Compiling httparse v1.10.1
13532026-06-11T19:39:42.658Z Compiling untrusted v0.9.0
13542026-06-11T19:39:42.721Z Compiling untrusted v0.7.1
13552026-06-11T19:39:42.746Z Compiling tinyvec v1.10.0
13562026-06-11T19:39:42.771Z Compiling cmake v0.1.57
13572026-06-11T19:39:42.785Z Compiling aho-corasick v1.1.4
13582026-06-11T19:39:42.800Z Compiling dyn-clone v1.0.20
13592026-06-11T19:39:42.803Z Compiling tower-service v0.3.3
13602026-06-11T19:39:42.831Z Compiling schemars v0.8.22
13612026-06-11T19:39:42.863Z Compiling try-lock v0.2.5
13622026-06-11T19:39:42.939Z Compiling tower-layer v0.3.3
13632026-06-11T19:39:42.963Z Compiling rustls v0.23.37
13642026-06-11T19:39:43.003Z Compiling atomic-waker v1.1.2
13652026-06-11T19:39:43.003Z Compiling want v0.3.1
13662026-06-11T19:39:43.031Z Compiling pin-utils v0.1.0
13672026-06-11T19:39:43.034Z Compiling openssl v0.10.79
13682026-06-11T19:39:43.101Z Compiling foreign-types-shared v0.1.1
13692026-06-11T19:39:43.117Z Compiling httpdate v1.0.3
13702026-06-11T19:39:43.134Z Compiling unicode-normalization v0.1.25
13712026-06-11T19:39:43.137Z Compiling spin v0.9.8
13722026-06-11T19:39:43.137Z Compiling native-tls v0.2.18
13732026-06-11T19:39:43.178Z Compiling foreign-types v0.3.2
13742026-06-11T19:39:43.196Z Compiling time-core v0.1.8
13752026-06-11T19:39:43.199Z Compiling num-conv v0.2.0
13762026-06-11T19:39:43.199Z Compiling crc32fast v1.5.0
13772026-06-11T19:39:43.239Z Compiling powerfmt v0.2.0
13782026-06-11T19:39:43.262Z Compiling wait-timeout v0.2.1
13792026-06-11T19:39:43.311Z Compiling sync_wrapper v1.0.2
13802026-06-11T19:39:43.363Z Compiling crossbeam-utils v0.8.21
13812026-06-11T19:39:43.363Z Compiling siphasher v1.0.2
13822026-06-11T19:39:43.390Z Compiling time-macros v0.2.27
13832026-06-11T19:39:43.393Z Compiling deranged v0.5.8
13842026-06-11T19:39:43.393Z Compiling quick-error v1.2.3
13852026-06-11T19:39:43.393Z Compiling num_threads v0.1.7
13862026-06-11T19:39:43.450Z Compiling usdt-impl v0.6.0
13872026-06-11T19:39:43.466Z Compiling bit-vec v0.8.0
13882026-06-11T19:39:43.533Z Compiling unicode-segmentation v1.12.0
13892026-06-11T19:39:43.549Z Compiling simd-adler32 v0.3.8
13902026-06-11T19:39:43.565Z Compiling syn v1.0.109
13912026-06-11T19:39:43.581Z Compiling slog v2.8.2
13922026-06-11T19:39:43.639Z Compiling aws-lc-sys v0.40.0
13932026-06-11T19:39:43.656Z Compiling ring v0.17.14
13942026-06-11T19:39:43.690Z Compiling openssl-sys v0.9.115
13952026-06-11T19:39:43.703Z Compiling regex-automata v0.4.14
13962026-06-11T19:39:43.721Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13972026-06-11T19:39:43.894Z Compiling synstructure v0.13.2
13982026-06-11T19:39:43.909Z Compiling serde_derive_internals v0.29.1
13992026-06-11T19:39:43.923Z Compiling pest_generator v2.8.6
14002026-06-11T19:39:43.996Z Compiling darling_core v0.20.11
14012026-06-11T19:39:44.053Z Compiling tempfile v3.25.0
14022026-06-11T19:39:44.288Z Compiling rusty-fork v0.3.1
14032026-06-11T19:39:44.306Z Compiling darling_core v0.21.3
14042026-06-11T19:39:44.549Z Compiling bit-set v0.8.0
14052026-06-11T19:39:44.579Z Compiling bzip2-sys v0.1.13+1.0.8
14062026-06-11T19:39:44.607Z Compiling heapless v0.7.17
14072026-06-11T19:39:44.643Z Compiling rand_xorshift v0.4.0
14082026-06-11T19:39:44.658Z Compiling time v0.3.47
14092026-06-11T19:39:44.674Z Compiling thread-id v5.1.0
14102026-06-11T19:39:44.691Z Compiling cookie v0.18.1
14112026-06-11T19:39:44.744Z Compiling iri-string v0.7.10
14122026-06-11T19:39:44.774Z Compiling unicode-properties v0.1.4
14132026-06-11T19:39:44.834Z Compiling adler2 v2.0.1
14142026-06-11T19:39:44.896Z Compiling unicode-bidi v0.3.18
14152026-06-11T19:39:44.911Z Compiling paste v1.0.15
14162026-06-11T19:39:44.915Z Compiling ryu v1.0.23
14172026-06-11T19:39:44.915Z Compiling unarray v0.1.4
14182026-06-11T19:39:44.984Z Compiling zstd-safe v7.2.4
14192026-06-11T19:39:44.999Z Compiling anyhow v1.0.102
14202026-06-11T19:39:45.014Z Compiling allocator-api2 v0.2.21
14212026-06-11T19:39:45.033Z Compiling signal-hook v0.3.18
14222026-06-11T19:39:45.148Z Compiling miniz_oxide v0.8.9
14232026-06-11T19:39:45.262Z Compiling stringprep v0.1.5
14242026-06-11T19:39:45.463Z Compiling heck v0.4.1
14252026-06-11T19:39:45.617Z Compiling num-integer v0.1.46
14262026-06-11T19:39:45.655Z Compiling serde_derive v1.0.228
14272026-06-11T19:39:45.712Z Compiling zeroize_derive v1.4.3
14282026-06-11T19:39:45.749Z Compiling zerofrom-derive v0.1.6
14292026-06-11T19:39:45.803Z Compiling yoke-derive v0.8.1
14302026-06-11T19:39:45.860Z Compiling zerovec-derive v0.11.2
14312026-06-11T19:39:45.975Z Compiling zerocopy-derive v0.8.40
14322026-06-11T19:39:46.060Z Compiling displaydoc v0.2.5
14332026-06-11T19:39:46.334Z Compiling tokio-macros v2.7.0
14342026-06-11T19:39:46.337Z Compiling futures-macro v0.3.32
14352026-06-11T19:39:46.418Z Compiling zeroize v1.8.2
14362026-06-11T19:39:46.431Z Compiling der_derive v0.7.3
14372026-06-11T19:39:46.862Z Compiling rustls-pki-types v1.14.0
14382026-06-11T19:39:46.946Z Compiling thiserror-impl v2.0.18
14392026-06-11T19:39:47.035Z Compiling tracing-attributes v0.1.31
14402026-06-11T19:39:47.056Z Compiling pest_derive v2.8.6
14412026-06-11T19:39:47.117Z Compiling scroll_derive v0.13.1
14422026-06-11T19:39:47.213Z Compiling crypto-common v0.1.7
14432026-06-11T19:39:47.246Z Compiling block-buffer v0.10.4
14442026-06-11T19:39:47.259Z Compiling zerofrom v0.1.6
14452026-06-11T19:39:47.354Z Compiling futures-util v0.3.32
14462026-06-11T19:39:47.386Z Compiling yoke v0.8.1
14472026-06-11T19:39:47.401Z Compiling digest v0.10.7
14482026-06-11T19:39:47.439Z Compiling block-padding v0.3.3
14492026-06-11T19:39:47.457Z Compiling der v0.7.10
14502026-06-11T19:39:47.537Z Compiling schemars_derive v0.8.22
14512026-06-11T19:39:47.589Z Compiling zerovec v0.11.5
14522026-06-11T19:39:47.617Z Compiling zerotrie v0.2.3
14532026-06-11T19:39:47.670Z Compiling hmac v0.12.1
14542026-06-11T19:39:47.845Z Compiling inout v0.1.4
14552026-06-11T19:39:47.941Z Compiling sha2 v0.10.9
14562026-06-11T19:39:47.981Z Compiling cipher v0.4.4
14572026-06-11T19:39:48.035Z Compiling tinystr v0.8.2
14582026-06-11T19:39:48.066Z Compiling potential_utf v0.1.4
14592026-06-11T19:39:48.112Z Compiling pbkdf2 v0.12.2
14602026-06-11T19:39:48.245Z Compiling icu_locale_core v2.1.1
14612026-06-11T19:39:48.261Z Compiling icu_collections v2.1.1
14622026-06-11T19:39:48.261Z Compiling salsa20 v0.10.2
14632026-06-11T19:39:48.291Z Compiling spki v0.7.3
14642026-06-11T19:39:48.342Z Compiling thiserror v2.0.18
14652026-06-11T19:39:48.399Z Compiling scrypt v0.11.0
14662026-06-11T19:39:48.418Z Compiling tracing v0.1.44
14672026-06-11T19:39:48.433Z Compiling cbc v0.1.2
14682026-06-11T19:39:48.474Z Compiling aes v0.8.4
14692026-06-11T19:39:48.663Z Compiling scroll v0.13.0
14702026-06-11T19:39:48.745Z Compiling darling_macro v0.20.11
14712026-06-11T19:39:48.788Z Compiling openssl-macros v0.1.1
14722026-06-11T19:39:48.819Z Compiling rustls-native-certs v0.8.3
14732026-06-11T19:39:48.882Z Compiling dtrace-parser v0.3.0
14742026-06-11T19:39:48.920Z Compiling signature v2.2.0
14752026-06-11T19:39:48.994Z Compiling icu_provider v2.1.1
14762026-06-11T19:39:49.126Z Compiling pkcs5 v0.7.1
14772026-06-11T19:39:49.140Z Compiling goblin v0.10.5
14782026-06-11T19:39:49.262Z Compiling bytes v1.11.1
14792026-06-11T19:39:49.294Z Compiling icu_properties v2.1.2
14802026-06-11T19:39:49.320Z Compiling icu_normalizer v2.1.1
14812026-06-11T19:39:49.346Z Compiling chrono v0.4.44
14822026-06-11T19:39:49.427Z Compiling ipnet v2.11.0
14832026-06-11T19:39:49.455Z Compiling pkcs8 v0.10.2
14842026-06-11T19:39:49.641Z Compiling darling v0.20.11
14852026-06-11T19:39:49.661Z Compiling webpki-roots v1.0.6
14862026-06-11T19:39:49.682Z Compiling thiserror-impl v1.0.69
14872026-06-11T19:39:49.739Z Compiling derive_builder_core v0.20.2
14882026-06-11T19:39:49.789Z Compiling tokio v1.52.1
14892026-06-11T19:39:49.804Z Compiling http v1.4.0
14902026-06-11T19:39:49.822Z Compiling scroll_derive v0.12.1
14912026-06-11T19:39:49.906Z Compiling erased-serde v0.3.31
14922026-06-11T19:39:49.921Z Compiling serde_spanned v0.6.9
14932026-06-11T19:39:49.958Z Compiling serde_tokenstream v0.2.3
14942026-06-11T19:39:50.092Z Compiling toml_datetime v0.6.11
14952026-06-11T19:39:50.293Z Compiling idna_adapter v1.2.1
14962026-06-11T19:39:50.372Z Compiling serde_urlencoded v0.7.1
14972026-06-11T19:39:50.420Z Compiling idna v1.1.0
14982026-06-11T19:39:50.444Z Compiling md-5 v0.10.6
14992026-06-11T19:39:50.459Z Compiling http-body v1.0.1
15002026-06-11T19:39:50.501Z Compiling darling_macro v0.21.3
15012026-06-11T19:39:50.536Z Compiling ppv-lite86 v0.2.21
15022026-06-11T19:39:50.639Z Compiling http-body-util v0.1.3
15032026-06-11T19:39:50.654Z Compiling scroll v0.12.0
15042026-06-11T19:39:50.657Z Compiling bstr v1.12.1
15052026-06-11T19:39:50.689Z Compiling derive_builder_macro v0.20.2
15062026-06-11T19:39:50.742Z Compiling url v2.5.8
15072026-06-11T19:39:50.758Z Compiling zerocopy-derive v0.7.35
15082026-06-11T19:39:50.809Z Compiling pin-project-internal v1.1.11
15092026-06-11T19:39:50.887Z Compiling rand_chacha v0.9.0
15102026-06-11T19:39:50.905Z Compiling rand_chacha v0.3.1
15112026-06-11T19:39:50.960Z Compiling async-trait v0.1.89
15122026-06-11T19:39:51.032Z Compiling vergen-lib v9.1.0
15132026-06-11T19:39:51.047Z Compiling thiserror v1.0.69
15142026-06-11T19:39:51.121Z Compiling rand v0.9.2
15152026-06-11T19:39:51.170Z Compiling curve25519-dalek v4.1.3
15162026-06-11T19:39:51.191Z Compiling ff v0.13.1
15172026-06-11T19:39:51.236Z Compiling hash32 v0.2.1
15182026-06-11T19:39:51.343Z Compiling memoffset v0.9.1
15192026-06-11T19:39:51.447Z Compiling encoding_rs v0.8.35
15202026-06-11T19:39:51.563Z Compiling rustix v0.38.44
15212026-06-11T19:39:51.580Z Compiling psl-types v2.0.11
15222026-06-11T19:39:51.620Z Compiling cfg_aliases v0.2.1
15232026-06-11T19:39:51.687Z Compiling proptest v1.10.0
15242026-06-11T19:39:51.706Z Compiling zlib-rs v0.6.2
15252026-06-11T19:39:51.722Z Compiling base16ct v0.2.0
15262026-06-11T19:39:51.776Z Compiling mime v0.3.17
15272026-06-11T19:39:51.864Z Compiling litrs v1.0.0
15282026-06-11T19:39:51.889Z Compiling num-bigint-dig v0.8.6
15292026-06-11T19:39:51.924Z Compiling dof v0.4.0
15302026-06-11T19:39:51.945Z Compiling ref-cast v1.0.25
15312026-06-11T19:39:51.960Z Compiling smoltcp v0.9.1
15322026-06-11T19:39:52.000Z Compiling fallible-iterator v0.2.0
15332026-06-11T19:39:52.052Z Compiling pin-project v1.1.11
15342026-06-11T19:39:52.118Z Compiling sec1 v0.7.3
15352026-06-11T19:39:52.161Z Compiling ipnetwork v0.21.1
15362026-06-11T19:39:52.288Z Compiling postgres-protocol v0.6.10
15372026-06-11T19:39:52.333Z Compiling nix v0.31.2
15382026-06-11T19:39:52.333Z Compiling zerocopy v0.7.35
15392026-06-11T19:39:52.358Z Compiling publicsuffix v2.3.0
15402026-06-11T19:39:52.401Z Compiling document-features v0.2.12
15412026-06-11T19:39:52.417Z Compiling oxnet v0.1.5
15422026-06-11T19:39:52.583Z Compiling group v0.13.0
15432026-06-11T19:39:52.702Z Compiling derive_builder v0.20.2
15442026-06-11T19:39:52.729Z Compiling rand v0.8.6
15452026-06-11T19:39:52.778Z Compiling darling v0.21.3
15462026-06-11T19:39:52.852Z Compiling goblin v0.8.2
15472026-06-11T19:39:52.883Z Compiling futures-executor v0.3.32
15482026-06-11T19:39:52.886Z Compiling hubpack_derive v0.1.1
15492026-06-11T19:39:52.914Z Compiling hex v0.4.3
15502026-06-11T19:39:53.020Z Compiling hkdf v0.12.4
15512026-06-11T19:39:53.038Z Compiling crypto-bigint v0.5.5
15522026-06-11T19:39:53.053Z Compiling regex v1.12.3
15532026-06-11T19:39:53.210Z Compiling num-iter v0.1.45
15542026-06-11T19:39:53.213Z Compiling snafu-derive v0.8.9
15552026-06-11T19:39:53.258Z Compiling curve25519-dalek-derive v0.1.1
15562026-06-11T19:39:53.273Z Compiling daft-derive v0.1.7
15572026-06-11T19:39:53.288Z Compiling ref-cast-impl v1.0.25
15582026-06-11T19:39:53.348Z Compiling strum_macros v0.27.2
15592026-06-11T19:39:53.586Z Compiling tokio-util v0.7.18
15602026-06-11T19:39:53.761Z Compiling tower v0.5.3
15612026-06-11T19:39:53.785Z Compiling tokio-native-tls v0.3.1
15622026-06-11T19:39:53.889Z Compiling terminal_size v0.4.3
15632026-06-11T19:39:53.928Z Compiling phf_shared v0.13.1
15642026-06-11T19:39:53.973Z Compiling lazy_static v1.5.0
15652026-06-11T19:39:53.987Z Compiling anstyle-parse v0.2.7
15662026-06-11T19:39:54.056Z Compiling newtype-uuid v1.3.2
15672026-06-11T19:39:54.075Z Compiling vergen v9.1.0
15682026-06-11T19:39:54.091Z Compiling cargo-platform v0.3.2
15692026-06-11T19:39:54.105Z Compiling fs-err v3.3.0
15702026-06-11T19:39:54.196Z Compiling tower-http v0.6.8
15712026-06-11T19:39:54.200Z Compiling ahash v0.8.12
15722026-06-11T19:39:54.284Z Compiling foldhash v0.2.0
15732026-06-11T19:39:54.300Z Compiling h2 v0.4.13
15742026-06-11T19:39:54.323Z Compiling managed v0.8.0
15752026-06-11T19:39:54.398Z Compiling libbz2-rs-sys v0.2.2
15762026-06-11T19:39:54.425Z Compiling winnow v0.5.40
15772026-06-11T19:39:54.442Z Compiling object v0.37.3
15782026-06-11T19:39:54.532Z Compiling bitflags v1.3.2
15792026-06-11T19:39:54.559Z Compiling same-file v1.0.6
15802026-06-11T19:39:54.622Z Compiling flate2 v1.1.9
15812026-06-11T19:39:54.648Z Compiling bumpalo v3.20.2
15822026-06-11T19:39:54.686Z Compiling foldhash v0.1.5
15832026-06-11T19:39:54.750Z Compiling walkdir v2.5.0
15842026-06-11T19:39:54.791Z Compiling clap_builder v4.6.0
15852026-06-11T19:39:54.874Z Compiling zopfli v0.8.3
15862026-06-11T19:39:54.924Z Compiling bzip2 v0.6.1
15872026-06-11T19:39:54.984Z Compiling hashbrown v0.15.5
15882026-06-11T19:39:55.121Z Compiling hashbrown v0.16.1
15892026-06-11T19:39:55.148Z Compiling dof v0.3.0
15902026-06-11T19:39:55.273Z Compiling snafu v0.8.9
15912026-06-11T19:39:55.288Z Compiling cargo_metadata v0.23.1
15922026-06-11T19:39:55.302Z Compiling daft v0.1.7
15932026-06-11T19:39:55.456Z Compiling strum v0.27.2
15942026-06-11T19:39:55.572Z Compiling anstream v0.6.21
15952026-06-11T19:39:55.593Z Compiling phf v0.13.1
15962026-06-11T19:39:55.611Z Compiling elliptic-curve v0.13.8
15972026-06-11T19:39:55.741Z Compiling toml_edit v0.19.15
15982026-06-11T19:39:55.773Z Compiling signal-hook-mio v0.2.5
15992026-06-11T19:39:55.902Z Compiling usdt-attr-macro v0.6.0
16002026-06-11T19:39:55.920Z Compiling usdt-macro v0.6.0
16012026-06-11T19:39:55.923Z Compiling cookie_store v0.22.1
16022026-06-11T19:39:55.923Z Compiling hubpack v0.1.2
16032026-06-11T19:39:55.923Z Compiling bzip2 v0.4.4
16042026-06-11T19:39:56.061Z Compiling futures v0.3.32
16052026-06-11T19:39:56.158Z Compiling serde_with_macros v3.17.0
16062026-06-11T19:39:56.191Z Compiling postgres-types v0.2.12
16072026-06-11T19:39:56.207Z Compiling zstd v0.13.3
16082026-06-11T19:39:56.480Z Compiling dtrace-parser v0.2.0
16092026-06-11T19:39:56.511Z Compiling globset v0.4.18
16102026-06-11T19:39:56.614Z Compiling ed25519 v2.2.3
16112026-06-11T19:39:56.717Z Compiling pkcs1 v0.7.5
16122026-06-11T19:39:56.754Z Compiling olpc-cjson v0.1.4
16132026-06-11T19:39:56.780Z Compiling serde-big-array v0.5.1
16142026-06-11T19:39:56.799Z Compiling serde_plain v1.0.2
16152026-06-11T19:39:56.937Z Compiling rfc6979 v0.4.0
16162026-06-11T19:39:56.952Z Compiling enum-as-inner v0.6.1
16172026-06-11T19:39:57.013Z Compiling strum_macros v0.26.4
16182026-06-11T19:39:57.083Z Compiling serde_repr v0.1.20
16192026-06-11T19:39:57.147Z Compiling async-recursion v1.1.1
16202026-06-11T19:39:57.218Z Compiling clap_derive v4.6.1
16212026-06-11T19:39:57.262Z Compiling phf_shared v0.11.3
16222026-06-11T19:39:57.355Z Compiling hyper v1.8.1
16232026-06-11T19:39:57.437Z Compiling float-cmp v0.10.0
16242026-06-11T19:39:57.463Z Compiling pem v3.0.6
16252026-06-11T19:39:57.503Z Compiling memmap2 v0.9.10
16262026-06-11T19:39:57.560Z Compiling thread-id v4.2.2
16272026-06-11T19:39:57.608Z Compiling env_filter v1.0.0
16282026-06-11T19:39:57.651Z Compiling data-encoding v2.10.0
16292026-06-11T19:39:57.666Z Compiling predicates-core v1.0.10
16302026-06-11T19:39:57.743Z Compiling whoami v2.1.0
16312026-06-11T19:39:57.871Z Compiling fixedbitset v0.5.7
16322026-06-11T19:39:57.874Z Compiling fixedbitset v0.4.2
16332026-06-11T19:39:57.903Z Compiling typed-path v0.9.3
16342026-06-11T19:39:57.903Z Compiling static_assertions v1.1.0
16352026-06-11T19:39:57.964Z Compiling either v1.15.0
16362026-06-11T19:39:58.007Z Compiling normalize-line-endings v0.3.0
16372026-06-11T19:39:58.118Z Compiling difflib v0.4.0
16382026-06-11T19:39:58.132Z Compiling jiff v0.2.21
16392026-06-11T19:39:58.170Z Compiling new_debug_unreachable v1.0.6
16402026-06-11T19:39:58.204Z Compiling precomputed-hash v0.1.1
16412026-06-11T19:39:58.219Z Compiling keccak v0.1.6
16422026-06-11T19:39:58.258Z Compiling itertools v0.13.0
16432026-06-11T19:39:58.308Z Compiling string_cache v0.8.9
16442026-06-11T19:39:58.369Z Compiling predicates v3.1.4
16452026-06-11T19:39:58.428Z Compiling sha3 v0.10.8
16462026-06-11T19:39:58.483Z Compiling hyper-util v0.1.20
16472026-06-11T19:39:58.556Z Compiling petgraph v0.8.3
16482026-06-11T19:39:58.676Z Compiling petgraph v0.6.5
16492026-06-11T19:39:58.707Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16502026-06-11T19:39:58.904Z Compiling strum v0.26.3
16512026-06-11T19:39:58.949Z Compiling tokio-postgres v0.7.16
16522026-06-11T19:39:59.062Z Compiling hickory-proto v0.25.2
16532026-06-11T19:39:59.091Z Compiling toml_edit v0.22.27
16542026-06-11T19:39:59.106Z Compiling env_logger v0.11.9
16552026-06-11T19:39:59.109Z Compiling usdt v0.6.0
16562026-06-11T19:39:59.140Z Compiling clap v4.6.1
16572026-06-11T19:39:59.230Z Compiling usdt-impl v0.5.0
16582026-06-11T19:39:59.246Z Compiling serde_with v3.17.0
16592026-06-11T19:39:59.433Z Compiling crossterm v0.28.1
16602026-06-11T19:39:59.490Z Compiling toml v0.7.8
16612026-06-11T19:39:59.579Z Compiling ecdsa v0.16.9
16622026-06-11T19:39:59.863Z Compiling rsa v0.9.10
16632026-06-11T19:39:59.996Z Compiling hyper-tls v0.6.0
16642026-06-11T19:40:00.127Z Compiling ed25519-dalek v2.2.0
16652026-06-11T19:40:00.300Z Compiling zip v0.6.6
16662026-06-11T19:40:00.584Z Compiling iddqd v0.4.2
16672026-06-11T19:40:00.913Z Compiling zip v4.6.1
16682026-06-11T19:40:01.020Z Compiling toml_parser v1.0.9+spec-1.1.0
16692026-06-11T19:40:01.035Z Compiling tokio-stream v0.1.18
16702026-06-11T19:40:01.126Z Compiling buf-list v1.1.2
16712026-06-11T19:40:01.225Z Compiling similar v2.7.0
16722026-06-11T19:40:01.362Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16732026-06-11T19:40:01.431Z Compiling openapiv3 v2.2.0
16742026-06-11T19:40:01.524Z Compiling x509-cert v0.2.5
16752026-06-11T19:40:01.594Z Compiling sha1 v0.10.6
16762026-06-11T19:40:01.677Z Compiling crossbeam-epoch v0.9.18
16772026-06-11T19:40:01.694Z Compiling peg-runtime v0.8.5
16782026-06-11T19:40:01.817Z Compiling lalrpop-util v0.19.12
16792026-06-11T19:40:01.844Z Compiling thread_local v1.1.9
16802026-06-11T19:40:01.903Z Compiling slog-async v2.8.0
16812026-06-11T19:40:01.919Z Compiling crossbeam-channel v0.5.15
16822026-06-11T19:40:01.936Z Compiling is-terminal v0.4.17
16832026-06-11T19:40:02.012Z Compiling filetime v0.2.27
16842026-06-11T19:40:02.030Z Compiling xattr v1.6.1
16852026-06-11T19:40:02.043Z Compiling term v1.2.1
16862026-06-11T19:40:02.058Z Compiling take_mut v0.2.2
16872026-06-11T19:40:02.199Z Compiling tar v0.4.45
16882026-06-11T19:40:02.378Z Compiling slog-term v2.9.2
16892026-06-11T19:40:19.981Z Compiling rustls-webpki v0.103.9
16902026-06-11T19:40:22.747Z Compiling tokio-rustls v0.26.4
16912026-06-11T19:40:22.747Z Compiling rustls-platform-verifier v0.6.2
16922026-06-11T19:40:22.947Z Compiling hyper-rustls v0.27.7
16932026-06-11T19:40:23.149Z Compiling reqwest v0.12.28
16942026-06-11T19:40:23.149Z Compiling reqwest v0.13.2
16952026-06-11T19:40:24.388Z Compiling tough v0.22.0
16962026-06-11T19:40:26.883Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16972026-06-11T19:40:27.116Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16982026-06-11T19:40:29.933Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.20s
16992026-06-11T19:40:30.078Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17002026-06-11T19:40:30.131ZJun 11 19:40:28.411 INFO Starting download, target: Clickhouse
17012026-06-11T19:40:30.131ZJun 11 19:40:28.412 INFO Starting download, target: Console
17022026-06-11T19:40:30.131ZJun 11 19:40:28.412 INFO Starting download, target: Cockroach
17032026-06-11T19:40:30.131ZJun 11 19:40:28.412 INFO Starting download, target: DendriteStub
17042026-06-11T19:40:30.131ZJun 11 19:40:28.412 INFO Starting download, target: MaghemiteMgd
17052026-06-11T19:40:30.134ZJun 11 19:40:28.412 INFO Starting download, target: MaghemiteDdmd
17062026-06-11T19:40:30.135ZJun 11 19:40:28.412 INFO Starting download, target: TransceiverControl
17072026-06-11T19:40:30.135ZJun 11 19:40:28.412 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17082026-06-11T19:40:30.135ZJun 11 19:40:28.412 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17092026-06-11T19:40:30.135ZJun 11 19:40:28.413 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17102026-06-11T19:40:30.135ZJun 11 19:40:28.413 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17112026-06-11T19:40:30.135ZJun 11 19:40:28.413 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17122026-06-11T19:40:30.135ZJun 11 19:40:28.413 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17132026-06-11T19:40:30.135ZJun 11 19:40:28.413 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17142026-06-11T19:40:30.486ZJun 11 19:40:28.765 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17152026-06-11T19:40:30.715ZJun 11 19:40:28.988 INFO Download complete, target: TransceiverControl
17162026-06-11T19:40:31.160ZJun 11 19:40:29.433 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17172026-06-11T19:40:31.496ZJun 11 19:40:29.754 INFO Download complete, target: Console
17182026-06-11T19:40:32.090ZJun 11 19:40:30.367 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17192026-06-11T19:40:32.100ZJun 11 19:40:30.368 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17202026-06-11T19:40:32.136ZJun 11 19:40:30.411 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17212026-06-11T19:40:32.563ZJun 11 19:40:30.843 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17222026-06-11T19:40:32.643ZJun 11 19:40:30.923 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17232026-06-11T19:40:32.643ZJun 11 19:40:30.923 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17242026-06-11T19:40:34.079ZJun 11 19:40:32.360 INFO Download complete, target: MaghemiteDdmd
17252026-06-11T19:40:34.788ZJun 11 19:40:33.069 INFO Download complete, target: MaghemiteMgd
17262026-06-11T19:40:34.840ZJun 11 19:40:33.121 INFO Download complete, target: DendriteStub
17272026-06-11T19:40:37.605ZJun 11 19:40:35.884 INFO Checking that binary works, target: Cockroach
17282026-06-11T19:40:37.725ZJun 11 19:40:36.006 INFO Download complete, target: Cockroach
17292026-06-11T19:40:39.632ZJun 11 19:40:37.912 INFO Checking that binary works, target: Clickhouse
17302026-06-11T19:40:39.715ZJun 11 19:40:37.996 INFO Download complete, target: Clickhouse
17312026-06-11T19:40:39.722ZAll prerequisites installed successfully
17322026-06-11T19:40:39.725Z
17332026-06-11T19:40:39.725Zreal 2:02.963263644
17342026-06-11T19:40:39.725Zuser 7:00.654346584
17352026-06-11T19:40:39.725Zsys 1:46.149573599
17362026-06-11T19:40:39.725Ztrap 0.249630873
17372026-06-11T19:40:39.725Ztflt 1.303718297
17382026-06-11T19:40:39.725Zdflt 1.849942886
17392026-06-11T19:40:39.725Zkflt 0.022824102
17402026-06-11T19:40:39.725Zlock 23:41.950123838
17412026-06-11T19:40:39.725Zslp 19:03.252615990
17422026-06-11T19:40:39.725Zlat 25.931397493
17432026-06-11T19:40:39.725Zstop 2:59.296027963
17442026-06-11T19:40:39.726Z+ ptime -m cargo xtask download softnpu
17452026-06-11T19:40:40.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17462026-06-11T19:40:40.264Z Running `target/debug/xtask download softnpu`
17472026-06-11T19:40:41.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17482026-06-11T19:40:41.099Z Running `target/debug/xtask-downloader softnpu`
17492026-06-11T19:40:41.151ZJun 11 19:40:39.419 INFO Starting download, target: Softnpu
17502026-06-11T19:40:41.163ZJun 11 19:40:39.420 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17512026-06-11T19:40:41.792ZJun 11 19:40:40.065 INFO Download complete, target: Softnpu
17522026-06-11T19:40:41.804Z
17532026-06-11T19:40:41.804Zreal 2.059151416
17542026-06-11T19:40:41.804Zuser 1.341461478
17552026-06-11T19:40:41.804Zsys 0.656750909
17562026-06-11T19:40:41.804Ztrap 0.001369252
17572026-06-11T19:40:41.804Ztflt 0.000181563
17582026-06-11T19:40:41.804Zdflt 0.000202310
17592026-06-11T19:40:41.804Zkflt 0.000000000
17602026-06-11T19:40:41.804Zlock 11.939270362
17612026-06-11T19:40:41.804Zslp 0.501114531
17622026-06-11T19:40:41.804Zlat 0.096843979
17632026-06-11T19:40:41.805Zstop 0.000243509
17642026-06-11T19:40:41.805Z+ export CARGO_INCREMENTAL=0
17652026-06-11T19:40:41.805Z+ CARGO_INCREMENTAL=0
17662026-06-11T19:40:41.805Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17672026-06-11T19:40:42.679Z Compiling proc-macro2 v1.0.106
17682026-06-11T19:40:42.679Z Compiling quote v1.0.45
17692026-06-11T19:40:42.679Z Compiling unicode-ident v1.0.24
17702026-06-11T19:40:42.679Z Compiling libc v0.2.185
17712026-06-11T19:40:42.682Z Compiling serde_core v1.0.228
17722026-06-11T19:40:42.682Z Compiling serde v1.0.228
17732026-06-11T19:40:42.683Z Compiling cfg-if v1.0.4
17742026-06-11T19:40:42.683Z Compiling version_check v0.9.5
17752026-06-11T19:40:42.826Z Compiling shlex v1.3.0
17762026-06-11T19:40:42.830Z Compiling find-msvc-tools v0.1.9
17772026-06-11T19:40:42.830Z Compiling typenum v1.19.0
17782026-06-11T19:40:42.830Z Compiling zmij v1.0.21
17792026-06-11T19:40:42.830Z Compiling autocfg v1.5.0
17802026-06-11T19:40:42.830Z Compiling memchr v2.8.0
17812026-06-11T19:40:42.830Z Compiling serde_json v1.0.149
17822026-06-11T19:40:42.990Z Compiling portable-atomic v1.13.1
17832026-06-11T19:40:43.044Z Compiling libm v0.2.16
17842026-06-11T19:40:43.133Z Compiling zerocopy v0.8.40
17852026-06-11T19:40:43.151Z Compiling parking_lot_core v0.9.12
17862026-06-11T19:40:43.237Z Compiling smallvec v1.15.1
17872026-06-11T19:40:43.308Z Compiling generic-array v0.14.7
17882026-06-11T19:40:43.311Z Compiling num-traits v0.2.19
17892026-06-11T19:40:43.328Z Compiling icu_normalizer_data v2.1.1
17902026-06-11T19:40:43.345Z Compiling icu_properties_data v2.1.2
17912026-06-11T19:40:43.349Z Compiling itoa v1.0.17
17922026-06-11T19:40:43.417Z Compiling getrandom v0.4.1
17932026-06-11T19:40:43.435Z Compiling log v0.4.29
17942026-06-11T19:40:43.568Z Compiling stable_deref_trait v1.2.1
17952026-06-11T19:40:43.572Z Compiling pkg-config v0.3.32
17962026-06-11T19:40:43.615Z Compiling subtle v2.6.1
17972026-06-11T19:40:43.786Z Compiling scopeguard v1.2.0
17982026-06-11T19:40:43.869Z Compiling fnv v1.0.7
17992026-06-11T19:40:43.885Z Compiling lock_api v0.4.14
18002026-06-11T19:40:43.930Z Compiling writeable v0.6.2
18012026-06-11T19:40:43.945Z Compiling percent-encoding v2.3.2
18022026-06-11T19:40:43.985Z Compiling jobserver v0.1.34
18032026-06-11T19:40:44.007Z Compiling getrandom v0.2.17
18042026-06-11T19:40:44.040Z Compiling errno v0.3.14
18052026-06-11T19:40:44.073Z Compiling litemap v0.8.1
18062026-06-11T19:40:44.207Z Compiling cc v1.2.56
18072026-06-11T19:40:44.223Z Compiling rand_core v0.6.4
18082026-06-11T19:40:44.258Z Compiling syn v2.0.117
18092026-06-11T19:40:44.291Z Compiling thiserror v2.0.18
18102026-06-11T19:40:44.294Z Compiling pin-project-lite v0.2.17
18112026-06-11T19:40:44.411Z Compiling getrandom v0.3.4
18122026-06-11T19:40:44.458Z Compiling equivalent v1.0.2
18132026-06-11T19:40:44.462Z Compiling rand_core v0.10.0
18142026-06-11T19:40:44.527Z Compiling schemars v0.8.22
18152026-06-11T19:40:44.557Z Compiling rustversion v1.0.22
18162026-06-11T19:40:44.593Z Compiling dunce v1.0.5
18172026-06-11T19:40:44.599Z Compiling fs_extra v1.3.0
18182026-06-11T19:40:44.736Z Compiling critical-section v1.2.0
18192026-06-11T19:40:44.768Z Compiling rustix v1.1.3
18202026-06-11T19:40:44.768Z Compiling utf8_iter v1.0.4
18212026-06-11T19:40:44.768Z Compiling form_urlencoded v1.2.2
18222026-06-11T19:40:44.851Z Compiling hashbrown v0.17.0
18232026-06-11T19:40:44.930Z Compiling signal-hook-registry v1.4.8
18242026-06-11T19:40:44.955Z Compiling cmake v0.1.57
18252026-06-11T19:40:44.970Z Compiling const-oid v0.9.6
18262026-06-11T19:40:45.079Z Compiling semver v1.0.28
18272026-06-11T19:40:45.297Z Compiling bitflags v2.11.0
18282026-06-11T19:40:45.317Z Compiling once_cell v1.21.3
18292026-06-11T19:40:45.389Z Compiling indexmap v2.14.0
18302026-06-11T19:40:45.415Z Compiling parking_lot v0.12.5
18312026-06-11T19:40:45.452Z Compiling socket2 v0.6.3
18322026-06-11T19:40:45.463Z Compiling mio v1.2.0
18332026-06-11T19:40:45.532Z Compiling ring v0.17.14
18342026-06-11T19:40:45.546Z Compiling aws-lc-sys v0.40.0
18352026-06-11T19:40:45.550Z Compiling aws-lc-rs v1.16.3
18362026-06-11T19:40:45.625Z Compiling futures-core v0.3.32
18372026-06-11T19:40:45.736Z Compiling strsim v0.11.1
18382026-06-11T19:40:45.736Z Compiling thiserror v1.0.69
18392026-06-11T19:40:45.766Z Compiling httparse v1.10.1
18402026-06-11T19:40:46.029Z Compiling ucd-trie v0.1.7
18412026-06-11T19:40:46.047Z Compiling vcpkg v0.2.15
18422026-06-11T19:40:46.065Z Compiling byteorder v1.5.0
18432026-06-11T19:40:46.086Z Compiling iana-time-zone v0.1.65
18442026-06-11T19:40:46.162Z Compiling ident_case v1.0.1
18452026-06-11T19:40:46.180Z Compiling syn v1.0.109
18462026-06-11T19:40:46.208Z Compiling pest v2.8.6
18472026-06-11T19:40:46.225Z Compiling heck v0.5.0
18482026-06-11T19:40:46.263Z Compiling regex-syntax v0.8.10
18492026-06-11T19:40:46.273Z Compiling uuid v1.23.0
18502026-06-11T19:40:46.365Z Compiling cpufeatures v0.2.17
18512026-06-11T19:40:46.555Z Compiling rustls v0.23.37
18522026-06-11T19:40:46.570Z Compiling rustc_version v0.4.1
18532026-06-11T19:40:46.621Z Compiling futures-sink v0.3.32
18542026-06-11T19:40:46.651Z Compiling openssl-sys v0.9.115
18552026-06-11T19:40:46.750Z Compiling futures-channel v0.3.32
18562026-06-11T19:40:46.870Z Compiling aho-corasick v1.1.4
18572026-06-11T19:40:46.895Z Compiling dyn-clone v1.0.20
18582026-06-11T19:40:46.913Z Compiling slab v0.4.12
18592026-06-11T19:40:46.929Z Compiling futures-io v0.3.32
18602026-06-11T19:40:46.961Z Compiling futures-task v0.3.32
18612026-06-11T19:40:47.065Z Compiling synstructure v0.13.2
18622026-06-11T19:40:47.078Z Compiling serde_derive_internals v0.29.1
18632026-06-11T19:40:47.342Z Compiling pest_meta v2.8.6
18642026-06-11T19:40:47.345Z Compiling plain v0.2.3
18652026-06-11T19:40:47.389Z Compiling crc32fast v1.5.0
18662026-06-11T19:40:47.463Z Compiling openssl v0.10.79
18672026-06-11T19:40:47.486Z Compiling num-conv v0.2.0
18682026-06-11T19:40:47.525Z Compiling base64 v0.22.1
18692026-06-11T19:40:47.613Z Compiling time-core v0.1.8
18702026-06-11T19:40:47.630Z Compiling crossbeam-utils v0.8.21
18712026-06-11T19:40:47.681Z Compiling pretty-hex v0.4.1
18722026-06-11T19:40:47.785Z Compiling regex-automata v0.4.14
18732026-06-11T19:40:47.831Z Compiling time-macros v0.2.27
18742026-06-11T19:40:47.850Z Compiling anyhow v1.0.102
18752026-06-11T19:40:47.884Z Compiling base64ct v1.8.3
18762026-06-11T19:40:47.887Z Compiling native-tls v0.2.18
18772026-06-11T19:40:47.921Z Compiling darling_core v0.21.3
18782026-06-11T19:40:47.939Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18792026-06-11T19:40:48.056Z Compiling pest_generator v2.8.6
18802026-06-11T19:40:48.142Z Compiling pem-rfc7468 v0.7.0
18812026-06-11T19:40:48.189Z Compiling flagset v0.4.7
18822026-06-11T19:40:48.205Z Compiling rand_core v0.9.5
18832026-06-11T19:40:48.359Z Compiling slog v2.8.2
18842026-06-11T19:40:48.363Z Compiling tracing-core v0.1.36
18852026-06-11T19:40:48.393Z Compiling serde_derive v1.0.228
18862026-06-11T19:40:48.393Z Compiling zeroize_derive v1.4.3
18872026-06-11T19:40:48.432Z Compiling zerofrom-derive v0.1.6
18882026-06-11T19:40:48.448Z Compiling yoke-derive v0.8.1
18892026-06-11T19:40:48.451Z Compiling zerovec-derive v0.11.2
18902026-06-11T19:40:48.583Z Compiling displaydoc v0.2.5
18912026-06-11T19:40:48.628Z Compiling zerocopy-derive v0.8.40
18922026-06-11T19:40:48.698Z Compiling tokio-macros v2.7.0
18932026-06-11T19:40:48.802Z Compiling futures-macro v0.3.32
18942026-06-11T19:40:49.006Z Compiling zeroize v1.8.2
18952026-06-11T19:40:49.393Z Compiling thiserror-impl v2.0.18
18962026-06-11T19:40:49.411Z Compiling schemars_derive v0.8.22
18972026-06-11T19:40:49.497Z Compiling tracing-attributes v0.1.31
18982026-06-11T19:40:49.512Z Compiling der_derive v0.7.3
18992026-06-11T19:40:49.565Z Compiling zerofrom v0.1.6
19002026-06-11T19:40:49.713Z Compiling yoke v0.8.1
19012026-06-11T19:40:49.837Z Compiling crypto-common v0.1.7
19022026-06-11T19:40:49.930Z Compiling zerovec v0.11.5
19032026-06-11T19:40:49.947Z Compiling zerotrie v0.2.3
19042026-06-11T19:40:50.046Z Compiling block-buffer v0.10.4
19052026-06-11T19:40:50.216Z Compiling digest v0.10.7
19062026-06-11T19:40:50.393Z Compiling thiserror-impl v1.0.69
19072026-06-11T19:40:50.482Z Compiling tinystr v0.8.2
19082026-06-11T19:40:50.497Z Compiling potential_utf v0.1.4
19092026-06-11T19:40:50.533Z Compiling pest_derive v2.8.6
19102026-06-11T19:40:50.561Z Compiling hmac v0.12.1
19112026-06-11T19:40:50.648Z Compiling icu_collections v2.1.1
19122026-06-11T19:40:50.664Z Compiling icu_locale_core v2.1.1
19132026-06-11T19:40:50.720Z Compiling futures-util v0.3.32
19142026-06-11T19:40:50.884Z Compiling block-padding v0.3.3
19152026-06-11T19:40:51.050Z Compiling inout v0.1.4
19162026-06-11T19:40:51.203Z Compiling cipher v0.4.4
19172026-06-11T19:40:51.223Z Compiling sha2 v0.10.9
19182026-06-11T19:40:51.395Z Compiling icu_provider v2.1.1
19192026-06-11T19:40:51.479Z Compiling bytes v1.11.1
19202026-06-11T19:40:51.523Z Compiling serde_tokenstream v0.2.3
19212026-06-11T19:40:51.600Z Compiling chrono v0.4.44
19222026-06-11T19:40:51.657Z Compiling rustls-pki-types v1.14.0
19232026-06-11T19:40:51.674Z Compiling icu_properties v2.1.2
19242026-06-11T19:40:51.813Z Compiling icu_normalizer v2.1.1
19252026-06-11T19:40:52.072Z Compiling tokio v1.52.1
19262026-06-11T19:40:52.541Z Compiling scroll_derive v0.13.1
19272026-06-11T19:40:52.573Z Compiling scroll_derive v0.12.1
19282026-06-11T19:40:52.961Z Compiling idna_adapter v1.2.1
19292026-06-11T19:40:53.087Z Compiling ppv-lite86 v0.2.21
19302026-06-11T19:40:53.105Z Compiling idna v1.1.0
19312026-06-11T19:40:53.246Z Compiling openssl-macros v0.1.1
19322026-06-11T19:40:53.306Z Compiling http v1.4.0
19332026-06-11T19:40:53.436Z Compiling url v2.5.8
19342026-06-11T19:40:53.482Z Compiling der v0.7.10
19352026-06-11T19:40:53.615Z Compiling darling_macro v0.21.3
19362026-06-11T19:40:53.671Z Compiling regex v1.12.3
19372026-06-11T19:40:53.734Z Compiling zerocopy-derive v0.7.35
19382026-06-11T19:40:54.113Z Compiling untrusted v0.9.0
19392026-06-11T19:40:54.482Z Compiling spki v0.7.3
19402026-06-11T19:40:54.533Z Compiling darling v0.21.3
19412026-06-11T19:40:54.591Z Compiling salsa20 v0.10.2
19422026-06-11T19:40:54.637Z Compiling pbkdf2 v0.12.2
19432026-06-11T19:40:54.704Z Compiling tracing v0.1.44
19442026-06-11T19:40:55.201Z Compiling cookie v0.18.1
19452026-06-11T19:40:55.411Z Compiling camino v1.2.2
19462026-06-11T19:40:55.629Z Compiling scrypt v0.11.0
19472026-06-11T19:40:55.678Z Compiling http-body v1.0.1
19482026-06-11T19:40:55.678Z Compiling rand_chacha v0.9.0
19492026-06-11T19:40:55.693Z Compiling cbc v0.1.2
19502026-06-11T19:40:55.727Z Compiling aes v0.8.4
19512026-06-11T19:40:55.855Z Compiling tokio-util v0.7.18
19522026-06-11T19:40:55.902Z Compiling usdt-impl v0.5.0
19532026-06-11T19:40:56.004Z Compiling either v1.15.0
19542026-06-11T19:40:56.081Z Compiling paste v1.0.15
19552026-06-11T19:40:56.097Z Compiling usdt-impl v0.6.0
19562026-06-11T19:40:56.101Z Compiling fastrand v2.3.0
19572026-06-11T19:40:56.159Z Compiling openssl-probe v0.2.1
19582026-06-11T19:40:56.176Z Compiling tinyvec_macros v0.1.1
19592026-06-11T19:40:56.212Z Compiling ref-cast v1.0.25
19602026-06-11T19:40:56.233Z Compiling winnow v0.7.14
19612026-06-11T19:40:56.260Z Compiling unicode-segmentation v1.12.0
19622026-06-11T19:40:56.346Z Compiling untrusted v0.7.1
19632026-06-11T19:40:56.361Z Compiling tinyvec v1.10.0
19642026-06-11T19:40:56.509Z Compiling pkcs5 v0.7.1
19652026-06-11T19:40:56.531Z Compiling rand v0.9.2
19662026-06-11T19:40:56.844Z Compiling scroll v0.13.0
19672026-06-11T19:40:56.961Z Compiling scroll v0.12.0
19682026-06-11T19:40:56.977Z Compiling toml_datetime v0.6.11
19692026-06-11T19:40:56.993Z Compiling serde_spanned v0.6.9
19702026-06-11T19:40:57.121Z Compiling async-trait v0.1.89
19712026-06-11T19:40:57.137Z Compiling heapless v0.7.17
19722026-06-11T19:40:57.210Z Compiling bzip2-sys v0.1.13+1.0.8
19732026-06-11T19:40:57.230Z Compiling try-lock v0.2.5
19742026-06-11T19:40:57.246Z Compiling tower-service v0.3.3
19752026-06-11T19:40:57.250Z Compiling zstd-safe v7.2.4
19762026-06-11T19:40:57.319Z Compiling tower-layer v0.3.3
19772026-06-11T19:40:57.407Z Compiling atomic-waker v1.1.2
19782026-06-11T19:40:57.498Z Compiling rustix v0.38.44
19792026-06-11T19:40:57.530Z Compiling signal-hook v0.3.18
19802026-06-11T19:40:57.533Z Compiling h2 v0.4.13
19812026-06-11T19:40:57.576Z Compiling want v0.3.1
19822026-06-11T19:40:57.668Z Compiling toml_parser v1.0.9+spec-1.1.0
19832026-06-11T19:40:57.776Z Compiling goblin v0.8.2
19842026-06-11T19:40:57.842Z Compiling goblin v0.10.5
19852026-06-11T19:40:58.023Z Compiling pkcs8 v0.10.2
19862026-06-11T19:40:58.067Z Compiling heck v0.4.1
19872026-06-11T19:40:58.238Z Compiling zerocopy v0.7.35
19882026-06-11T19:40:58.254Z Compiling ipnet v2.11.0
19892026-06-11T19:40:58.285Z Compiling ref-cast-impl v1.0.25
19902026-06-11T19:40:58.332Z Compiling darling_core v0.20.11
19912026-06-11T19:40:58.632Z Compiling curve25519-dalek v4.1.3
19922026-06-11T19:40:58.673Z Compiling memoffset v0.9.1
19932026-06-11T19:40:58.704Z Compiling litrs v1.0.0
19942026-06-11T19:40:58.839Z Compiling foreign-types-shared v0.1.1
19952026-06-11T19:40:58.942Z Compiling httpdate v1.0.3
19962026-06-11T19:40:59.039Z Compiling winnow v0.5.40
19972026-06-11T19:40:59.230Z Compiling utf8parse v0.2.2
19982026-06-11T19:40:59.239Z Compiling pin-utils v0.1.0
19992026-06-11T19:40:59.322Z Compiling tempfile v3.25.0
20002026-06-11T19:40:59.342Z Compiling document-features v0.2.12
20012026-06-11T19:40:59.446Z Compiling foreign-types v0.3.2
20022026-06-11T19:40:59.903Z Compiling unicode-normalization v0.1.25
20032026-06-11T19:40:59.919Z Compiling dtrace-parser v0.2.0
20042026-06-11T19:41:00.264Z Compiling darling_macro v0.20.11
20052026-06-11T19:41:00.391Z Compiling toml_edit v0.19.15
20062026-06-11T19:41:00.464Z Compiling hyper v1.8.1
20072026-06-11T19:41:00.479Z Compiling dof v0.3.0
20082026-06-11T19:41:00.521Z Compiling dof v0.4.0
20092026-06-11T19:41:00.821Z Compiling dtrace-parser v0.3.0
20102026-06-11T19:41:01.007Z Compiling pin-project-internal v1.1.11
20112026-06-11T19:41:01.105Z Compiling daft-derive v0.1.7
20122026-06-11T19:41:01.204Z Compiling spin v0.9.8
20132026-06-11T19:41:01.219Z Compiling thread-id v4.2.2
20142026-06-11T19:41:01.328Z Compiling thread-id v5.1.0
20152026-06-11T19:41:01.393Z Compiling powerfmt v0.2.0
20162026-06-11T19:41:01.436Z Compiling anstyle v1.0.14
20172026-06-11T19:41:01.466Z Compiling cfg_aliases v0.2.1
20182026-06-11T19:41:01.575Z Compiling num-bigint-dig v0.8.6
20192026-06-11T19:41:01.614Z Compiling smoltcp v0.9.1
20202026-06-11T19:41:01.684Z Compiling nix v0.31.2
20212026-06-11T19:41:01.700Z Compiling deranged v0.5.8
20222026-06-11T19:41:01.717Z Compiling hyper-util v0.1.20
20232026-06-11T19:41:02.070Z Compiling darling v0.20.11
20242026-06-11T19:41:02.171Z Compiling rustls-native-certs v0.8.3
20252026-06-11T19:41:02.249Z Compiling ipnetwork v0.21.1
20262026-06-11T19:41:02.438Z Compiling curve25519-dalek-derive v0.1.1
20272026-06-11T19:41:02.442Z Compiling strum_macros v0.26.4
20282026-06-11T19:41:02.724Z Compiling sync_wrapper v1.0.2
20292026-06-11T19:41:02.739Z Compiling wait-timeout v0.2.1
20302026-06-11T19:41:02.841Z Compiling num_threads v0.1.7
20312026-06-11T19:41:02.857Z Compiling colorchoice v1.0.4
20322026-06-11T19:41:02.959Z Compiling anstyle-query v1.1.5
20332026-06-11T19:41:03.071Z Compiling is_terminal_polyfill v1.70.2
20342026-06-11T19:41:03.164Z Compiling simd-adler32 v0.3.8
20352026-06-11T19:41:03.184Z Compiling siphasher v1.0.2
20362026-06-11T19:41:03.187Z Compiling bit-vec v0.8.0
20372026-06-11T19:41:03.340Z Compiling quick-error v1.2.3
20382026-06-11T19:41:03.373Z Compiling time v0.3.47
20392026-06-11T19:41:03.393Z Compiling bit-set v0.8.0
20402026-06-11T19:41:03.450Z Compiling rusty-fork v0.3.1
20412026-06-11T19:41:03.576Z Compiling tower v0.5.3
20422026-06-11T19:41:03.874Z Compiling derive_builder_core v0.20.2
20432026-06-11T19:41:03.956Z Compiling snafu-derive v0.8.9
20442026-06-11T19:41:04.047Z Compiling http-body-util v0.1.3
20452026-06-11T19:41:04.064Z Compiling webpki-roots v1.0.6
20462026-06-11T19:41:04.310Z Compiling signature v2.2.0
20472026-06-11T19:41:04.483Z Compiling hubpack_derive v0.1.1
20482026-06-11T19:41:04.512Z Compiling strum_macros v0.27.2
20492026-06-11T19:41:04.657Z Compiling rand_xorshift v0.4.0
20502026-06-11T19:41:04.739Z Compiling fs-err v3.3.0
20512026-06-11T19:41:04.794Z Compiling ahash v0.8.12
20522026-06-11T19:41:04.886Z Compiling adler2 v2.0.1
20532026-06-11T19:41:04.955Z Compiling unicode-bidi v0.3.18
20542026-06-11T19:41:05.008Z Compiling allocator-api2 v0.2.21
20552026-06-11T19:41:05.037Z Compiling iri-string v0.7.10
20562026-06-11T19:41:05.111Z Compiling object v0.37.3
20572026-06-11T19:41:05.354Z Compiling unicode-properties v0.1.4
20582026-06-11T19:41:05.450Z Compiling ryu v1.0.23
20592026-06-11T19:41:05.487Z Compiling unarray v0.1.4
20602026-06-11T19:41:05.596Z Compiling stringprep v0.1.5
20612026-06-11T19:41:05.616Z Compiling proptest v1.10.0
20622026-06-11T19:41:05.633Z Compiling serde_urlencoded v0.7.1
20632026-06-11T19:41:05.668Z Compiling miniz_oxide v0.8.9
20642026-06-11T19:41:05.983Z Compiling derive_builder_macro v0.20.2
20652026-06-11T19:41:06.221Z Compiling tower-http v0.6.8
20662026-06-11T19:41:06.257Z Compiling tokio-native-tls v0.3.1
20672026-06-11T19:41:06.321Z Compiling usdt-attr-macro v0.6.0
20682026-06-11T19:41:06.437Z Compiling usdt-macro v0.6.0
20692026-06-11T19:41:06.513Z Compiling anstyle-parse v1.0.0
20702026-06-11T19:41:06.969Z Compiling rand_chacha v0.3.1
20712026-06-11T19:41:06.994Z Compiling erased-serde v0.3.31
20722026-06-11T19:41:07.090Z Compiling md-5 v0.10.6
20732026-06-11T19:41:07.150Z Compiling bstr v1.12.1
20742026-06-11T19:41:07.244Z Compiling num-integer v0.1.46
20752026-06-11T19:41:07.264Z Compiling hash32 v0.2.1
20762026-06-11T19:41:07.364Z Compiling vergen-lib v9.1.0
20772026-06-11T19:41:07.427Z Compiling ff v0.13.1
20782026-06-11T19:41:07.474Z Compiling encoding_rs v0.8.35
20792026-06-11T19:41:07.503Z Compiling fallible-iterator v0.2.0
20802026-06-11T19:41:07.578Z Compiling mime v0.3.17
20812026-06-11T19:41:07.594Z Compiling psl-types v2.0.11
20822026-06-11T19:41:07.630Z Compiling base16ct v0.2.0
20832026-06-11T19:41:07.646Z Compiling zlib-rs v0.6.2
20842026-06-11T19:41:07.776Z Compiling sec1 v0.7.3
20852026-06-11T19:41:07.798Z Compiling postgres-protocol v0.6.10
20862026-06-11T19:41:07.818Z Compiling publicsuffix v2.3.0
20872026-06-11T19:41:07.832Z Compiling newtype-uuid v1.3.2
20882026-06-11T19:41:08.052Z Compiling group v0.13.0
20892026-06-11T19:41:08.088Z Compiling num-iter v0.1.45
20902026-06-11T19:41:08.243Z Compiling rand v0.8.6
20912026-06-11T19:41:08.715Z Compiling oxnet v0.1.5
20922026-06-11T19:41:08.790Z Compiling anstream v1.0.0
20932026-06-11T19:41:08.808Z Compiling derive_builder v0.20.2
20942026-06-11T19:41:08.828Z Compiling hyper-tls v0.6.0
20952026-06-11T19:41:08.901Z Compiling phf_shared v0.13.1
20962026-06-11T19:41:08.977Z Compiling pin-project v1.1.11
20972026-06-11T19:41:09.108Z Compiling lazy_static v1.5.0
20982026-06-11T19:41:09.112Z Compiling anstyle-parse v0.2.7
20992026-06-11T19:41:09.173Z Compiling terminal_size v0.4.3
21002026-06-11T19:41:09.277Z Compiling serde_with_macros v3.17.0
21012026-06-11T19:41:09.293Z Compiling futures-executor v0.3.32
21022026-06-11T19:41:09.340Z Compiling hex v0.4.3
21032026-06-11T19:41:09.403Z Compiling hkdf v0.12.4
21042026-06-11T19:41:09.448Z Compiling crypto-bigint v0.5.5
21052026-06-11T19:41:09.486Z Compiling async-recursion v1.1.1
21062026-06-11T19:41:09.539Z Compiling enum-as-inner v0.6.1
21072026-06-11T19:41:09.543Z Compiling clap_derive v4.6.1
21082026-06-11T19:41:09.571Z Compiling serde_repr v0.1.20
21092026-06-11T19:41:09.682Z Compiling flate2 v1.1.9
21102026-06-11T19:41:09.722Z Compiling vergen v9.1.0
21112026-06-11T19:41:09.737Z Compiling cargo-platform v0.3.2
21122026-06-11T19:41:09.953Z Compiling bitflags v1.3.2
21132026-06-11T19:41:10.050Z Compiling bumpalo v3.20.2
21142026-06-11T19:41:10.067Z Compiling libbz2-rs-sys v0.2.2
21152026-06-11T19:41:10.092Z Compiling clap_lex v1.0.0
21162026-06-11T19:41:10.129Z Compiling managed v0.8.0
21172026-06-11T19:41:10.317Z Compiling foldhash v0.2.0
21182026-06-11T19:41:10.351Z Compiling foldhash v0.1.5
21192026-06-11T19:41:10.541Z Compiling same-file v1.0.6
21202026-06-11T19:41:10.557Z Compiling hashbrown v0.15.5
21212026-06-11T19:41:10.591Z Compiling bzip2 v0.6.1
21222026-06-11T19:41:10.671Z Compiling walkdir v2.5.0
21232026-06-11T19:41:10.692Z Compiling hashbrown v0.16.1
21242026-06-11T19:41:10.712Z Compiling elliptic-curve v0.13.8
21252026-06-11T19:41:10.835Z Compiling zopfli v0.8.3
21262026-06-11T19:41:10.976Z Compiling clap_builder v4.6.0
21272026-06-11T19:41:11.092Z Compiling cargo_metadata v0.23.1
21282026-06-11T19:41:11.175Z Compiling futures v0.3.32
21292026-06-11T19:41:11.273Z Compiling zstd v0.13.3
21302026-06-11T19:41:11.445Z Compiling anstream v0.6.21
21312026-06-11T19:41:11.659Z Compiling phf v0.13.1
21322026-06-11T19:41:11.844Z Compiling snafu v0.8.9
21332026-06-11T19:41:11.860Z Compiling signal-hook-mio v0.2.5
21342026-06-11T19:41:11.999Z Compiling daft v0.1.7
21352026-06-11T19:41:12.361Z Compiling cookie_store v0.22.1
21362026-06-11T19:41:12.420Z Compiling postgres-types v0.2.12
21372026-06-11T19:41:12.566Z Compiling bzip2 v0.4.4
21382026-06-11T19:41:12.624Z Compiling globset v0.4.18
21392026-06-11T19:41:12.680Z Compiling strum v0.27.2
21402026-06-11T19:41:12.834Z Compiling hubpack v0.1.2
21412026-06-11T19:41:12.847Z Compiling ed25519 v2.2.3
21422026-06-11T19:41:12.850Z Compiling phf_shared v0.11.3
21432026-06-11T19:41:12.930Z Compiling crossbeam-epoch v0.9.18
21442026-06-11T19:41:12.971Z Compiling olpc-cjson v0.1.4
21452026-06-11T19:41:12.990Z Compiling pkcs1 v0.7.5
21462026-06-11T19:41:13.059Z Compiling pem v3.0.6
21472026-06-11T19:41:13.224Z Compiling serde_plain v1.0.2
21482026-06-11T19:41:13.247Z Compiling serde-big-array v0.5.1
21492026-06-11T19:41:13.359Z Compiling rfc6979 v0.4.0
21502026-06-11T19:41:13.392Z Compiling float-cmp v0.10.0
21512026-06-11T19:41:13.395Z Compiling memmap2 v0.9.10
21522026-06-11T19:41:13.426Z Compiling env_filter v1.0.0
21532026-06-11T19:41:13.430Z Compiling fixedbitset v0.4.2
21542026-06-11T19:41:13.460Z Compiling static_assertions v1.1.0
21552026-06-11T19:41:13.464Z Compiling predicates-core v1.0.10
21562026-06-11T19:41:13.464Z Compiling normalize-line-endings v0.3.0
21572026-06-11T19:41:13.556Z Compiling data-encoding v2.10.0
21582026-06-11T19:41:13.583Z Compiling new_debug_unreachable v1.0.6
21592026-06-11T19:41:13.614Z Compiling precomputed-hash v0.1.1
21602026-06-11T19:41:13.636Z Compiling fixedbitset v0.5.7
21612026-06-11T19:41:13.652Z Compiling typed-path v0.9.3
21622026-06-11T19:41:13.671Z Compiling toml_write v0.1.2
21632026-06-11T19:41:13.674Z Compiling whoami v2.1.0
21642026-06-11T19:41:13.720Z Compiling difflib v0.4.0
21652026-06-11T19:41:13.806Z Compiling keccak v0.1.6
21662026-06-11T19:41:13.864Z Compiling jiff v0.2.21
21672026-06-11T19:41:13.892Z Compiling hickory-proto v0.25.2
21682026-06-11T19:41:13.940Z Compiling tokio-postgres v0.7.16
21692026-06-11T19:41:13.956Z Compiling petgraph v0.8.3
21702026-06-11T19:41:14.031Z Compiling sha3 v0.10.8
21712026-06-11T19:41:14.050Z Compiling predicates v3.1.4
21722026-06-11T19:41:14.198Z Compiling toml_edit v0.22.27
21732026-06-11T19:41:14.314Z Compiling string_cache v0.8.9
21742026-06-11T19:41:14.434Z Compiling env_logger v0.11.9
21752026-06-11T19:41:14.551Z Compiling petgraph v0.6.5
21762026-06-11T19:41:14.636Z Compiling usdt v0.6.0
21772026-06-11T19:41:14.770Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21782026-06-11T19:41:14.809Z Compiling ecdsa v0.16.9
21792026-06-11T19:41:15.107Z Compiling rsa v0.9.10
21802026-06-11T19:41:15.227Z Compiling ed25519-dalek v2.2.0
21812026-06-11T19:41:16.022Z Compiling zip v0.6.6
21822026-06-11T19:41:16.102Z Compiling clap v4.6.1
21832026-06-11T19:41:16.207Z Compiling iddqd v0.4.2
21842026-06-11T19:41:16.537Z Compiling zip v4.6.1
21852026-06-11T19:41:16.553Z Compiling crossterm v0.28.1
21862026-06-11T19:41:16.904Z Compiling serde_with v3.17.0
21872026-06-11T19:41:16.956Z Compiling similar v2.7.0
21882026-06-11T19:41:17.516Z Compiling strum v0.26.3
21892026-06-11T19:41:17.536Z Compiling toml v0.7.8
21902026-06-11T19:41:17.578Z Compiling tokio-stream v0.1.18
21912026-06-11T19:41:17.650Z Compiling itertools v0.13.0
21922026-06-11T19:41:17.680Z Compiling buf-list v1.1.2
21932026-06-11T19:41:17.809Z Compiling x509-cert v0.2.5
21942026-06-11T19:41:18.091Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21952026-06-11T19:41:18.172Z Compiling openapiv3 v2.2.0
21962026-06-11T19:41:18.189Z Compiling sha1 v0.10.6
21972026-06-11T19:41:18.592Z Compiling peg-runtime v0.8.5
21982026-06-11T19:41:18.651Z Compiling lalrpop-util v0.19.12
21992026-06-11T19:41:33.324Z Compiling rustls-webpki v0.103.9
22002026-06-11T19:41:34.953Z Compiling macaddr v1.0.1
22012026-06-11T19:41:34.981Z Compiling structmeta-derive v0.3.0
22022026-06-11T19:41:34.997Z Compiling rayon-core v1.13.0
22032026-06-11T19:41:35.218Z Compiling crucible-workspace-hack v0.1.0
22042026-06-11T19:41:35.281Z Compiling itertools v0.14.0
22052026-06-11T19:41:35.323Z Compiling secrecy v0.10.3
22062026-06-11T19:41:35.469Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22072026-06-11T19:41:35.516Z Compiling rustls v0.22.4
22082026-06-11T19:41:35.531Z Compiling heapless v0.8.0
22092026-06-11T19:41:35.531Z Compiling toml_datetime v0.7.5+spec-1.1.0
22102026-06-11T19:41:35.770Z Compiling toml_edit v0.23.10+spec-1.0.0
22112026-06-11T19:41:35.887Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22122026-06-11T19:41:35.902Z Compiling crossbeam-deque v0.8.6
22132026-06-11T19:41:35.918Z Compiling rustls-webpki v0.102.8
22142026-06-11T19:41:35.951Z Compiling hash32 v0.3.1
22152026-06-11T19:41:36.001Z Compiling structmeta v0.3.0
22162026-06-11T19:41:36.029Z Compiling multer v3.1.0
22172026-06-11T19:41:36.063Z Compiling thread_local v1.1.9
22182026-06-11T19:41:36.107Z Compiling slog-async v2.8.0
22192026-06-11T19:41:36.147Z Compiling compression-core v0.4.31
22202026-06-11T19:41:36.162Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22212026-06-11T19:41:36.241Z Compiling match_cfg v0.1.0
22222026-06-11T19:41:36.258Z Compiling unicode-width v0.2.0
22232026-06-11T19:41:36.303Z Compiling smoltcp v0.11.0
22242026-06-11T19:41:36.340Z Compiling hostname v0.3.1
22252026-06-11T19:41:36.355Z Compiling proc-macro-crate v3.4.0
22262026-06-11T19:41:36.467Z Compiling compression-codecs v0.4.37
22272026-06-11T19:41:36.540Z Compiling derive-ex v0.1.8
22282026-06-11T19:41:36.574Z Compiling ingot-macros v0.1.1
22292026-06-11T19:41:36.681Z Compiling atomicwrites v0.4.4
22302026-06-11T19:41:36.718Z Compiling slog-json v2.6.1
22312026-06-11T19:41:36.841Z Compiling crossbeam-channel v0.5.15
22322026-06-11T19:41:36.863Z Compiling half v2.7.1
22332026-06-11T19:41:36.999Z Compiling tokio-rustls v0.26.4
22342026-06-11T19:41:37.015Z Compiling rustls-platform-verifier v0.6.2
22352026-06-11T19:41:37.151Z Compiling newtype-uuid-macros v0.1.0
22362026-06-11T19:41:37.247Z Compiling hyper-rustls v0.27.7
22372026-06-11T19:41:37.262Z Compiling cobs v0.3.0
22382026-06-11T19:41:37.288Z Compiling thiserror-impl-no-std v2.0.2
22392026-06-11T19:41:37.561Z Compiling reqwest v0.12.28
22402026-06-11T19:41:37.587Z Compiling reqwest v0.13.2
22412026-06-11T19:41:37.602Z Compiling universal-hash v0.5.1
22422026-06-11T19:41:37.755Z Compiling async-stream-impl v0.3.6
22432026-06-11T19:41:37.771Z Compiling toml_datetime v1.0.0+spec-1.1.0
22442026-06-11T19:41:37.898Z Compiling serde_spanned v1.0.4
22452026-06-11T19:41:38.073Z Compiling is-terminal v0.4.17
22462026-06-11T19:41:38.091Z Compiling dropshot v0.17.0
22472026-06-11T19:41:38.107Z Compiling proc-macro-error-attr v1.0.4
22482026-06-11T19:41:38.194Z Compiling take_mut v0.2.2
22492026-06-11T19:41:38.221Z Compiling convert_case v0.4.0
22502026-06-11T19:41:38.322Z Compiling opaque-debug v0.3.1
22512026-06-11T19:41:38.339Z Compiling toml_writer v1.0.6+spec-1.1.0
22522026-06-11T19:41:38.342Z Compiling ciborium-io v0.2.2
22532026-06-11T19:41:38.342Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22542026-06-11T19:41:38.387Z Compiling term v1.2.1
22552026-06-11T19:41:38.417Z Compiling poly1305 v0.8.0
22562026-06-11T19:41:38.498Z Compiling ciborium-ll v0.2.2
22572026-06-11T19:41:38.564Z Compiling derive_more v0.99.20
22582026-06-11T19:41:38.604Z Compiling toml v1.0.6+spec-1.1.0
22592026-06-11T19:41:38.632Z Compiling tokio-rustls v0.25.0
22602026-06-11T19:41:38.647Z Compiling async-stream v0.3.6
22612026-06-11T19:41:38.784Z Compiling slog-term v2.9.2
22622026-06-11T19:41:38.859Z Compiling thiserror-no-std v2.0.2
22632026-06-11T19:41:38.985Z Compiling test-strategy v0.4.5
22642026-06-11T19:41:39.000Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22652026-06-11T19:41:39.059Z Compiling postcard v1.1.3
22662026-06-11T19:41:39.204Z Compiling tough v0.22.0
22672026-06-11T19:41:39.303Z Compiling ingot-types v0.1.2
22682026-06-11T19:41:39.796Z Compiling ingot v0.1.1
22692026-06-11T19:41:40.032Z Compiling slog-bunyan v2.5.0
22702026-06-11T19:41:40.203Z Compiling num_enum_derive v0.7.6
22712026-06-11T19:41:40.244Z Compiling async-compression v0.4.41
22722026-06-11T19:41:40.282Z Compiling parse-display-derive v0.10.0
22732026-06-11T19:41:40.726Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22742026-06-11T19:41:40.744Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22752026-06-11T19:41:40.762Z Compiling proc-macro-crate v1.3.1
22762026-06-11T19:41:40.804Z Compiling waitgroup v0.1.2
22772026-06-11T19:41:40.906Z Compiling backon v1.6.0
22782026-06-11T19:41:40.989Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22792026-06-11T19:41:41.006Z Compiling password-hash v0.5.0
22802026-06-11T19:41:41.124Z Compiling chacha20 v0.9.1
22812026-06-11T19:41:41.163Z Compiling rustls-pemfile v2.2.0
22822026-06-11T19:41:41.192Z Compiling dropshot_endpoint v0.17.0
22832026-06-11T19:41:41.403Z Compiling blake2 v0.10.6
22842026-06-11T19:41:41.447Z Compiling aead v0.5.2
22852026-06-11T19:41:41.493Z Compiling foreign-types-macros v0.2.3
22862026-06-11T19:41:41.779Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22872026-06-11T19:41:41.798Z Compiling serde_path_to_error v0.1.20
22882026-06-11T19:41:41.971Z Compiling hostname v0.4.2
22892026-06-11T19:41:42.032Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22902026-06-11T19:41:42.053Z Compiling proc-macro-error v1.0.4
22912026-06-11T19:41:42.070Z Compiling instant v0.1.13
22922026-06-11T19:41:42.118Z Compiling foreign-types-shared v0.3.1
22932026-06-11T19:41:42.157Z Compiling debug-ignore v1.0.5
22942026-06-11T19:41:42.173Z Compiling typeid v1.0.3
22952026-06-11T19:41:42.220Z Compiling cpufeatures v0.3.0
22962026-06-11T19:41:42.235Z Compiling foreign-types v0.5.0
22972026-06-11T19:41:42.253Z Compiling backoff v0.4.0
22982026-06-11T19:41:42.283Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22992026-06-11T19:41:42.300Z Compiling chacha20 v0.10.0
23002026-06-11T19:41:42.333Z Compiling parse-display v0.10.0
23012026-06-11T19:41:42.337Z Compiling argon2 v0.5.3
23022026-06-11T19:41:42.366Z Compiling chacha20poly1305 v0.10.1
23032026-06-11T19:41:42.435Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23042026-06-11T19:41:42.494Z Compiling num_enum v0.7.6
23052026-06-11T19:41:42.526Z Compiling num_enum_derive v0.5.11
23062026-06-11T19:41:42.542Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23072026-06-11T19:41:42.656Z Compiling vsss-rs v3.3.4
23082026-06-11T19:41:42.774Z Compiling ciborium v0.2.2
23092026-06-11T19:41:42.790Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23102026-06-11T19:41:42.869Z Compiling tabwriter v1.4.1
23112026-06-11T19:41:43.043Z Compiling regress v0.10.5
23122026-06-11T19:41:43.163Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23132026-06-11T19:41:43.234Z Compiling byte-wrapper v0.1.0
23142026-06-11T19:41:43.259Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23152026-06-11T19:41:43.355Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23162026-06-11T19:41:43.460Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23172026-06-11T19:41:43.582Z Compiling cstr-argument v0.1.2
23182026-06-11T19:41:43.643Z Compiling erased-serde v0.4.9
23192026-06-11T19:41:43.705Z Compiling humantime v2.3.0
23202026-06-11T19:41:43.783Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23212026-06-11T19:41:43.799Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23222026-06-11T19:41:43.960Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23232026-06-11T19:41:44.006Z Compiling num_enum v0.5.11
23242026-06-11T19:41:44.056Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23252026-06-11T19:41:44.070Z Compiling rand v0.10.0
23262026-06-11T19:41:44.164Z Compiling rayon v1.11.0
23272026-06-11T19:41:44.168Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23282026-06-11T19:41:44.198Z Compiling indent_write v2.2.0
23292026-06-11T19:41:44.299Z Compiling libefi-sys v0.1.0
23302026-06-11T19:41:44.314Z Compiling colored v3.1.1
23312026-06-11T19:41:44.329Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23322026-06-11T19:41:44.373Z Compiling zone_cfg_derive v0.3.1
23332026-06-11T19:41:44.402Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23342026-06-11T19:41:44.536Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23352026-06-11T19:41:44.554Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23362026-06-11T19:41:44.585Z Compiling camino-tempfile v1.4.1
23372026-06-11T19:41:44.791Z Compiling itertools v0.12.1
23382026-06-11T19:41:44.855Z Compiling usdt-attr-macro v0.5.0
23392026-06-11T19:41:44.998Z Compiling usdt-macro v0.5.0
23402026-06-11T19:41:45.016Z Compiling bitfield-struct v0.6.2
23412026-06-11T19:41:45.034Z Compiling num-derive v0.4.2
23422026-06-11T19:41:45.050Z Compiling blake3 v1.8.3
23432026-06-11T19:41:45.093Z Compiling ordered-float v2.10.1
23442026-06-11T19:41:45.404Z Compiling memmap v0.7.0
23452026-06-11T19:41:45.434Z Compiling sigpipe v0.1.3
23462026-06-11T19:41:45.550Z Compiling swrite v0.1.0
23472026-06-11T19:41:45.621Z Compiling glob v0.3.3
23482026-06-11T19:41:45.665Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23492026-06-11T19:41:45.682Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23502026-06-11T19:41:45.725Z Compiling usdt v0.5.0
23512026-06-11T19:41:45.914Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23522026-06-11T19:41:45.929Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23532026-06-11T19:41:46.049Z Compiling serde-value v0.7.0
23542026-06-11T19:41:46.191Z Compiling zone v0.3.1
23552026-06-11T19:41:46.240Z Compiling serde-untagged v0.1.9
23562026-06-11T19:41:46.341Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23572026-06-11T19:41:46.593Z Compiling toml v0.8.23
23582026-06-11T19:41:46.610Z Compiling smf v0.2.3
23592026-06-11T19:41:46.614Z Compiling filetime v0.2.27
23602026-06-11T19:41:46.659Z Compiling unicode-xid v0.2.6
23612026-06-11T19:41:46.675Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-06-11T19:41:46.689Z Compiling arrayvec v0.7.6
23632026-06-11T19:41:46.775Z Compiling arrayref v0.3.9
23642026-06-11T19:41:46.813Z Compiling whoami v1.6.1
23652026-06-11T19:41:46.829Z Compiling constant_time_eq v0.4.2
23662026-06-11T19:41:46.855Z Compiling xattr v1.6.1
23672026-06-11T19:41:46.872Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23682026-06-11T19:41:46.875Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23692026-06-11T19:41:46.954Z Compiling tokio-dtrace v0.1.1
23702026-06-11T19:41:47.055Z Compiling tar v0.4.45
23712026-06-11T19:41:47.083Z Compiling cargo-util-schemas v0.8.2
23722026-06-11T19:41:47.294Z Compiling console v0.16.2
23732026-06-11T19:41:47.309Z Compiling gethostname v0.5.0
23742026-06-11T19:41:47.463Z Compiling cargo-platform v0.2.0
23752026-06-11T19:41:47.566Z Compiling unit-prefix v0.5.2
23762026-06-11T19:41:47.754Z Compiling topological-sort v0.2.2
23772026-06-11T19:41:47.801Z Compiling indicatif v0.18.4
23782026-06-11T19:41:47.818Z Compiling oxide-tokio-rt v0.1.4
23792026-06-11T19:41:47.818Z Compiling shell-words v1.1.1
23802026-06-11T19:41:47.982Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23812026-06-11T19:41:48.306Z Compiling cargo_metadata v0.21.0
23822026-06-11T19:41:57.475Z Compiling progenitor-client v0.14.0
23832026-06-11T19:41:57.553Z Compiling omicron-zone-package v0.12.2
23842026-06-11T19:41:57.709Z Compiling progenitor-extras v0.2.0
23852026-06-11T19:42:00.174Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23862026-06-11T19:42:00.189Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23872026-06-11T19:42:00.192Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23882026-06-11T19:42:00.192Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23892026-06-11T19:42:00.237Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23902026-06-11T19:42:00.267Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23912026-06-11T19:42:00.432Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23922026-06-11T19:42:00.494Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23932026-06-11T19:42:00.522Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23942026-06-11T19:42:04.458Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23952026-06-11T19:42:12.133Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23962026-06-11T19:42:15.240Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23972026-06-11T19:42:16.120Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23982026-06-11T19:42:25.785Z Finished `release` profile [optimized] target(s) in 1m 43s
23992026-06-11T19:42:25.937Z Running `target/release/omicron-package -t test target create -p dev`
24002026-06-11T19:42:25.998ZLogging to: /work/oxidecomputer/omicron/out/LOG
24012026-06-11T19:42:26.004ZCreated new build target 'test' and set it as active
24022026-06-11T19:42:26.005Z
24032026-06-11T19:42:26.005Zreal 1:44.208597072
24042026-06-11T19:42:26.005Zuser 16:57.289095320
24052026-06-11T19:42:26.005Zsys 2:42.254399235
24062026-06-11T19:42:26.005Ztrap 0.465400173
24072026-06-11T19:42:26.005Ztflt 2.752333201
24082026-06-11T19:42:26.005Zdflt 4.139109607
24092026-06-11T19:42:26.005Zkflt 0.000429958
24102026-06-11T19:42:26.005Zlock 52:55.457749535
24112026-06-11T19:42:26.005Zslp 43:22.207036358
24122026-06-11T19:42:26.005Zlat 44.407746938
24132026-06-11T19:42:26.005Zstop 5:33.648161432
24142026-06-11T19:42:26.005Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24152026-06-11T19:42:26.887Z Finished `release` profile [optimized] target(s) in 0.87s
24162026-06-11T19:42:26.963Z Running `target/release/omicron-package -t test package`
24172026-06-11T19:42:27.053ZLogging to: /work/oxidecomputer/omicron/out/LOG
24182026-06-11T19:42:28.451Z Compiling heck v0.5.0
24192026-06-11T19:42:28.451Z Compiling regress v0.11.1
24202026-06-11T19:42:28.459Z Compiling unsafe-libyaml v0.2.11
24212026-06-11T19:42:28.724Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24222026-06-11T19:42:28.742Z Compiling atomicwrites v0.4.4
24232026-06-11T19:42:28.781Z Compiling regress v0.10.5
24242026-06-11T19:42:28.798Z Compiling is-terminal v0.4.17
24252026-06-11T19:42:28.820Z Compiling unicode-width v0.1.14
24262026-06-11T19:42:28.846Z Compiling prettyplease v0.2.37
24272026-06-11T19:42:28.847Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24282026-06-11T19:42:28.847Z Compiling bytecount v0.6.9
24292026-06-11T19:42:28.847Z Compiling rustls v0.22.4
24302026-06-11T19:42:28.847Z Compiling rustls-webpki v0.102.8
24312026-06-11T19:42:28.909Z Compiling derive-where v1.6.0
24322026-06-11T19:42:28.919Z Compiling thread_local v1.1.9
24332026-06-11T19:42:28.964Z Compiling compression-core v0.4.31
24342026-06-11T19:42:28.997Z Compiling match_cfg v0.1.0
24352026-06-11T19:42:29.042Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24362026-06-11T19:42:29.078Z Compiling multer v3.1.0
24372026-06-11T19:42:29.093Z Compiling hostname v0.3.1
24382026-06-11T19:42:29.128Z Compiling slog-async v2.8.0
24392026-06-11T19:42:29.159Z Compiling crossbeam-channel v0.5.15
24402026-06-11T19:42:29.192Z Compiling slog-json v2.6.1
24412026-06-11T19:42:29.197Z Compiling serde_yaml v0.9.34+deprecated
24422026-06-11T19:42:29.197Z Compiling compression-codecs v0.4.37
24432026-06-11T19:42:29.237Z Compiling toml_datetime v1.0.0+spec-1.1.0
24442026-06-11T19:42:29.249Z Compiling serde_spanned v1.0.4
24452026-06-11T19:42:29.286Z Compiling take_mut v0.2.2
24462026-06-11T19:42:29.286Z Compiling term v1.2.1
24472026-06-11T19:42:29.407Z Compiling toml_writer v1.0.6+spec-1.1.0
24482026-06-11T19:42:29.462Z Compiling async-compression v0.4.41
24492026-06-11T19:42:29.463Z Compiling slog-bunyan v2.5.0
24502026-06-11T19:42:29.592Z Compiling dropshot v0.17.0
24512026-06-11T19:42:29.620Z Compiling toml v1.0.6+spec-1.1.0
24522026-06-11T19:42:29.660Z Compiling slog-term v2.9.2
24532026-06-11T19:42:29.678Z Compiling async-stream v0.3.6
24542026-06-11T19:42:29.694Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24552026-06-11T19:42:29.760Z Compiling num-rational v0.4.2
24562026-06-11T19:42:29.837Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24572026-06-11T19:42:29.863Z Compiling progenitor-client v0.14.0
24582026-06-11T19:42:29.875Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24592026-06-11T19:42:29.915Z Compiling waitgroup v0.1.2
24602026-06-11T19:42:29.974Z Compiling backon v1.6.0
24612026-06-11T19:42:30.072Z Compiling rustls-pemfile v2.2.0
24622026-06-11T19:42:30.087Z Compiling num-complex v0.4.6
24632026-06-11T19:42:30.087Z Compiling serde_path_to_error v0.1.20
24642026-06-11T19:42:30.198Z Compiling typify-impl v0.6.2
24652026-06-11T19:42:30.232Z Compiling hostname v0.4.2
24662026-06-11T19:42:30.233Z Compiling instant v0.1.13
24672026-06-11T19:42:30.233Z Compiling debug-ignore v1.0.5
24682026-06-11T19:42:30.286Z Compiling progenitor-extras v0.2.0
24692026-06-11T19:42:30.343Z Compiling backoff v0.4.0
24702026-06-11T19:42:30.350Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24712026-06-11T19:42:30.496Z Compiling num v0.4.3
24722026-06-11T19:42:30.518Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24732026-06-11T19:42:30.563Z Compiling parse-display v0.10.0
24742026-06-11T19:42:30.584Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24752026-06-11T19:42:30.589Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24762026-06-11T19:42:30.627Z Compiling macaddr v1.0.1
24772026-06-11T19:42:30.688Z Compiling float-ord v0.3.2
24782026-06-11T19:42:30.799Z Compiling humantime v2.3.0
24792026-06-11T19:42:30.868Z Compiling console v0.15.11
24802026-06-11T19:42:30.904Z Compiling newline-converter v0.3.0
24812026-06-11T19:42:30.931Z Compiling slog-dtrace v0.3.0
24822026-06-11T19:42:31.033Z Compiling cancel-safe-futures v0.1.5
24832026-06-11T19:42:31.057Z Compiling owo-colors v4.3.0
24842026-06-11T19:42:31.095Z Compiling resolv-conf v0.7.6
24852026-06-11T19:42:31.181Z Compiling tokio-rustls v0.25.0
24862026-06-11T19:42:31.302Z Compiling expectorate v1.2.0
24872026-06-11T19:42:31.360Z Compiling toml v0.8.23
24882026-06-11T19:42:31.380Z Compiling libsw-core v0.3.2
24892026-06-11T19:42:31.594Z Compiling libsw v3.5.0
24902026-06-11T19:42:31.622Z Compiling linear-map v1.2.0
24912026-06-11T19:42:31.752Z Compiling linked-hash-map v0.5.6
24922026-06-11T19:42:31.863Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24932026-06-11T19:42:31.883Z Compiling minimal-lexical v0.2.1
24942026-06-11T19:42:31.987Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24952026-06-11T19:42:32.075Z Compiling lru-cache v0.1.2
24962026-06-11T19:42:32.075Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24972026-06-11T19:42:32.112Z Compiling hickory-proto v0.24.4
24982026-06-11T19:42:32.166Z Compiling nom v7.1.3
24992026-06-11T19:42:32.187Z Compiling unicode-xid v0.2.6
25002026-06-11T19:42:32.207Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25012026-06-11T19:42:32.240Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25022026-06-11T19:42:32.329Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25032026-06-11T19:42:32.493Z Compiling convert_case v0.10.0
25042026-06-11T19:42:32.810Z Compiling derive_more-impl v2.1.1
25052026-06-11T19:42:33.133Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25062026-06-11T19:42:33.549Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25072026-06-11T19:42:33.578Z Compiling papergrid v0.11.0
25082026-06-11T19:42:33.634Z Compiling derive_more v2.1.1
25092026-06-11T19:42:33.664Z Compiling typify-macro v0.6.2
25102026-06-11T19:42:33.723Z Compiling tabled_derive v0.7.0
25112026-06-11T19:42:33.751Z Compiling termtree v0.5.1
25122026-06-11T19:42:34.101Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25132026-06-11T19:42:34.280Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25142026-06-11T19:42:34.544Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25152026-06-11T19:42:34.606Z Compiling hickory-resolver v0.24.4
25162026-06-11T19:42:34.839Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25172026-06-11T19:42:34.922Z Compiling tabled v0.15.0
25182026-06-11T19:42:35.030Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25192026-06-11T19:42:35.197Z Compiling typify v0.6.2
25202026-06-11T19:42:35.353Z Compiling progenitor-impl v0.14.0
25212026-06-11T19:42:36.093Z Compiling qorb v0.4.1
25222026-06-11T19:42:36.154Z Compiling crossterm v0.29.0
25232026-06-11T19:42:37.546Z Compiling progenitor-macro v0.14.0
25242026-06-11T19:42:38.021Z Compiling phf_shared v0.12.1
25252026-06-11T19:42:38.289Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25262026-06-11T19:42:38.823Z Compiling vte v0.14.1
25272026-06-11T19:42:39.079Z Compiling csv-core v0.1.13
25282026-06-11T19:42:39.128Z Compiling highway v1.3.0
25292026-06-11T19:42:39.529Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25302026-06-11T19:42:39.884Z Compiling chrono-tz v0.10.4
25312026-06-11T19:42:39.941Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25322026-06-11T19:42:40.106Z Compiling csv v1.4.0
25332026-06-11T19:42:40.255Z Compiling strip-ansi-escapes v0.2.1
25342026-06-11T19:42:40.279Z Compiling phf v0.12.1
25352026-06-11T19:42:40.425Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25362026-06-11T19:42:40.476Z Compiling const_format_proc_macros v0.2.34
25372026-06-11T19:42:40.722Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25382026-06-11T19:42:40.912Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25392026-06-11T19:42:41.097Z Compiling fd-lock v4.0.4
25402026-06-11T19:42:41.133Z Compiling peg-macros v0.8.5
25412026-06-11T19:42:41.335Z Compiling nu-ansi-term v0.50.3
25422026-06-11T19:42:41.387Z Compiling const_format v0.2.35
25432026-06-11T19:42:41.575Z Compiling progenitor v0.14.0
25442026-06-11T19:42:41.672Z Compiling reedline v0.40.0
25452026-06-11T19:42:41.773Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25462026-06-11T19:42:41.952Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25472026-06-11T19:42:42.333Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25482026-06-11T19:42:42.416Z Compiling peg v0.8.5
25492026-06-11T19:42:45.746Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-06-11T19:42:46.161Z Compiling bcs v0.1.6
25512026-06-11T19:42:46.161Z Compiling nom v8.0.0
25522026-06-11T19:42:46.161Z Compiling semver v0.1.20
25532026-06-11T19:42:46.161Z Compiling rustc_version v0.1.7
25542026-06-11T19:42:46.161Z Compiling newtype_derive v0.1.6
25552026-06-11T19:42:46.161Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25562026-06-11T19:42:46.161Z Compiling unicode-linebreak v0.1.5
25572026-06-11T19:42:46.161Z Compiling smawk v0.3.2
25582026-06-11T19:42:46.161Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25592026-06-11T19:42:46.161Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25602026-06-11T19:42:46.161Z Compiling textwrap v0.16.2
25612026-06-11T19:42:46.161Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25622026-06-11T19:42:46.161Z Compiling base64 v0.21.7
25632026-06-11T19:42:46.161Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25642026-06-11T19:42:46.162Z Compiling steno v0.4.1
25652026-06-11T19:42:46.331Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25662026-06-11T19:42:46.331Z Compiling dropshot-api-manager-types v0.7.2
25672026-06-11T19:42:46.331Z Compiling tagptr v0.2.0
25682026-06-11T19:42:46.331Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25692026-06-11T19:42:46.331Z Compiling moka v0.12.13
25702026-06-11T19:42:46.331Z Compiling utf-8 v0.7.6
25712026-06-11T19:42:46.460Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25722026-06-11T19:42:46.487Z Compiling tungstenite v0.21.0
25732026-06-11T19:42:46.639Z Compiling radium v0.7.0
25742026-06-11T19:42:46.716Z Compiling tap v1.0.1
25752026-06-11T19:42:46.966Z Compiling display-error-chain v0.2.2
25762026-06-11T19:42:47.138Z Compiling tokio-tungstenite v0.21.0
25772026-06-11T19:42:47.171Z Compiling maybe-uninit v2.0.0
25782026-06-11T19:42:47.404Z Compiling hickory-resolver v0.25.2
25792026-06-11T19:42:47.513Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25802026-06-11T19:42:47.632Z Compiling wyz v0.5.1
25812026-06-11T19:42:47.865Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25822026-06-11T19:42:47.891Z Compiling num-derive v0.3.3
25832026-06-11T19:42:48.168Z Compiling zerocopy-derive v0.6.6
25842026-06-11T19:42:48.699Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25852026-06-11T19:42:48.767Z Compiling proc-macro-error-attr2 v2.0.0
25862026-06-11T19:42:49.015Z Compiling funty v2.0.0
25872026-06-11T19:42:49.171Z Compiling crc-catalog v2.4.0
25882026-06-11T19:42:49.309Z Compiling packed_struct v0.10.1
25892026-06-11T19:42:49.637Z Compiling bitvec v1.0.1
25902026-06-11T19:42:49.969Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25912026-06-11T19:42:49.989Z Compiling crc v3.4.0
25922026-06-11T19:42:50.206Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25932026-06-11T19:42:50.346Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25942026-06-11T19:42:50.582Z Compiling proc-macro-error2 v2.0.1
25952026-06-11T19:42:50.709Z Compiling zerocopy v0.6.6
25962026-06-11T19:42:50.889Z Compiling libscf-sys v1.1.0
25972026-06-11T19:42:51.123Z Compiling packed_struct_codegen v0.10.1
25982026-06-11T19:42:51.167Z Compiling vergen-lib v0.1.6
25992026-06-11T19:42:51.401Z Compiling bitfield-macros v0.19.4
26002026-06-11T19:42:51.450Z Compiling indexmap v1.9.3
26012026-06-11T19:42:51.686Z Compiling nodrop v0.1.14
26022026-06-11T19:42:51.821Z Compiling array-init v0.0.4
26032026-06-11T19:42:51.962Z Compiling smallvec v0.6.14
26042026-06-11T19:42:52.168Z Compiling bitfield v0.19.4
26052026-06-11T19:42:52.225Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26062026-06-11T19:42:52.244Z Compiling tabled_derive v0.11.0
26072026-06-11T19:42:52.504Z Compiling papergrid v0.17.0
26082026-06-11T19:42:52.594Z Compiling testing_table v0.3.0
26092026-06-11T19:42:52.964Z Compiling vergen-gitcl v1.0.8
26102026-06-11T19:42:53.018Z Compiling dirs-sys-next v0.1.2
26112026-06-11T19:42:53.038Z Compiling hashbrown v0.12.3
26122026-06-11T19:42:53.189Z Compiling diesel_derives v2.3.7
26132026-06-11T19:42:53.300Z Compiling maplit v1.0.2
26142026-06-11T19:42:53.323Z Compiling crunchy v0.2.4
26152026-06-11T19:42:53.406Z Compiling glob v0.3.3
26162026-06-11T19:42:53.428Z Compiling dirs-next v2.0.0
26172026-06-11T19:42:53.521Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26182026-06-11T19:42:53.644Z Compiling tabled v0.20.0
26192026-06-11T19:42:53.674Z Compiling serde-hex v0.1.0
26202026-06-11T19:42:53.760Z Compiling clang-sys v1.8.1
26212026-06-11T19:42:53.860Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26222026-06-11T19:42:54.029Z Compiling ron v0.8.1
26232026-06-11T19:42:54.101Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26242026-06-11T19:42:54.122Z Compiling hashbrown v0.13.2
26252026-06-11T19:42:54.127Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26262026-06-11T19:42:54.178Z Compiling dsl_auto_type v0.2.0
26272026-06-11T19:42:54.748Z Compiling scheduled-thread-pool v0.2.7
26282026-06-11T19:42:54.752Z Compiling diesel_table_macro_syntax v0.3.0
26292026-06-11T19:42:55.022Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26302026-06-11T19:42:55.231Z Compiling crc-any v2.5.0
26312026-06-11T19:42:55.359Z Compiling tiny-keccak v2.0.2
26322026-06-11T19:42:55.623Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26332026-06-11T19:42:55.698Z Compiling r2d2 v0.8.10
26342026-06-11T19:42:55.814Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26352026-06-11T19:42:55.994Z Compiling object v0.30.4
26362026-06-11T19:42:56.533Z Compiling term v0.7.0
26372026-06-11T19:42:56.631Z Compiling downcast-rs v2.0.2
26382026-06-11T19:42:56.646Z Compiling path-slash v0.1.5
26392026-06-11T19:42:56.763Z Compiling xshell-macros v0.2.7
26402026-06-11T19:42:56.849Z Compiling bit-vec v0.6.3
26412026-06-11T19:42:57.058Z Compiling bit-set v0.5.3
26422026-06-11T19:42:57.097Z Compiling ascii-canvas v3.0.0
26432026-06-11T19:42:57.187Z Compiling xshell v0.2.7
26442026-06-11T19:42:57.357Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26452026-06-11T19:42:57.503Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26462026-06-11T19:42:57.966Z Compiling itertools v0.10.5
26472026-06-11T19:42:58.142Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26482026-06-11T19:42:58.478Z Compiling ena v0.14.4
26492026-06-11T19:42:58.726Z Compiling libloading v0.8.9
26502026-06-11T19:42:58.956Z Compiling bindgen v0.71.1
26512026-06-11T19:42:59.040Z Compiling unicase v2.9.0
26522026-06-11T19:42:59.234Z Compiling regex-syntax v0.6.29
26532026-06-11T19:42:59.340Z Compiling diff v0.1.13
26542026-06-11T19:42:59.522Z Compiling crc8 v0.1.1
26552026-06-11T19:42:59.668Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26562026-06-11T19:42:59.867Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26572026-06-11T19:42:59.956Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26582026-06-11T19:43:00.284Z Compiling diesel v2.3.7
26592026-06-11T19:43:00.600Z Compiling lalrpop v0.19.12
26602026-06-11T19:43:00.802Z Compiling cexpr v0.6.0
26612026-06-11T19:43:00.875Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26622026-06-11T19:43:01.112Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26632026-06-11T19:43:01.144Z Compiling rustc-hash v2.1.1
26642026-06-11T19:43:01.222Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26652026-06-11T19:43:01.336Z Compiling headers-core v0.3.0
26662026-06-11T19:43:01.380Z Compiling libxml v0.3.3
26672026-06-11T19:43:01.467Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26682026-06-11T19:43:01.496Z Compiling headers v0.4.1
26692026-06-11T19:43:01.519Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26702026-06-11T19:43:01.695Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26712026-06-11T19:43:01.940Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26722026-06-11T19:43:02.029Z Compiling git-stub v1.0.0
26732026-06-11T19:43:02.305Z Compiling strum_macros v0.24.3
26742026-06-11T19:43:02.418Z Compiling indoc v1.0.9
26752026-06-11T19:43:02.657Z Compiling git-stub-vcs v0.1.0
26762026-06-11T19:43:02.939Z Compiling progenitor-impl v0.13.0
26772026-06-11T19:43:03.040Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26782026-06-11T19:43:03.177Z Compiling derive_builder v0.20.2
26792026-06-11T19:43:03.267Z Compiling oso-derive v0.27.3
26802026-06-11T19:43:03.354Z Compiling quick-xml v0.37.5
26812026-06-11T19:43:03.528Z Compiling impl-trait-for-tuples v0.2.3
26822026-06-11T19:43:03.773Z Compiling openssl-probe v0.1.6
26832026-06-11T19:43:03.993Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26842026-06-11T19:43:04.079Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26852026-06-11T19:43:04.183Z Compiling progenitor-client v0.13.0
26862026-06-11T19:43:04.582Z Compiling half v1.8.3
26872026-06-11T19:43:04.714Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26882026-06-11T19:43:04.733Z Compiling bb8 v0.8.6
26892026-06-11T19:43:04.801Z Compiling trait-variant v0.1.2
26902026-06-11T19:43:05.945Z Compiling serde_cbor v0.11.2
26912026-06-11T19:43:05.957Z Compiling progenitor-macro v0.13.0
26922026-06-11T19:43:05.957Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26932026-06-11T19:43:05.957Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26942026-06-11T19:43:05.958Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26952026-06-11T19:43:05.958Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26962026-06-11T19:43:05.958Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26972026-06-11T19:43:05.958Z Compiling samael v0.0.19
26982026-06-11T19:43:06.003Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26992026-06-11T19:43:06.059Z Compiling typify-impl v0.4.3
27002026-06-11T19:43:06.059Z Compiling fxhash v0.2.1
27012026-06-11T19:43:06.091Z Compiling libz-sys v1.1.24
27022026-06-11T19:43:06.208Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27032026-06-11T19:43:06.493Z Compiling salty v0.3.0
27042026-06-11T19:43:06.765Z Compiling nonempty v0.12.0
27052026-06-11T19:43:07.375Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27062026-06-11T19:43:07.395Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27072026-06-11T19:43:07.446Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27082026-06-11T19:43:07.694Z Compiling kstat-rs v0.2.4
27092026-06-11T19:43:07.981Z Compiling arc-swap v1.8.2
27102026-06-11T19:43:08.188Z Compiling polar-core v0.27.3
27112026-06-11T19:43:08.205Z Compiling fs-err v2.11.0
27122026-06-11T19:43:08.555Z Compiling mime_guess v2.0.5
27132026-06-11T19:43:08.586Z Compiling slog-scope v4.4.1
27142026-06-11T19:43:09.036Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27152026-06-11T19:43:09.089Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27162026-06-11T19:43:09.102Z Compiling progenitor v0.13.0
27172026-06-11T19:43:09.278Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27182026-06-11T19:43:09.614Z Compiling typify-macro v0.4.3
27192026-06-11T19:43:10.610Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27202026-06-11T19:43:10.725Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27212026-06-11T19:43:10.735Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27222026-06-11T19:43:10.964Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27232026-06-11T19:43:10.992Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27242026-06-11T19:43:11.274Z Compiling nanorand v0.7.0
27252026-06-11T19:43:11.311Z Compiling darling_core v0.23.0
27262026-06-11T19:43:11.686Z Compiling libgit2-sys v0.18.3+1.9.2
27272026-06-11T19:43:11.925Z Compiling parking_lot_core v0.8.6
27282026-06-11T19:43:12.281Z Compiling flume v0.11.1
27292026-06-11T19:43:12.654Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27302026-06-11T19:43:12.693Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27312026-06-11T19:43:13.510Z Compiling darling_macro v0.23.0
27322026-06-11T19:43:13.653Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27332026-06-11T19:43:17.557Z Compiling slog-stdlog v4.1.1
27342026-06-11T19:43:17.612Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27352026-06-11T19:43:17.612Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27362026-06-11T19:43:17.612Z Compiling primeorder v0.13.6
27372026-06-11T19:43:17.612Z Compiling atty v0.2.14
27382026-06-11T19:43:17.612Z Compiling instability v0.3.11
27392026-06-11T19:43:17.645Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27402026-06-11T19:43:17.645Z Compiling parse-size v1.1.0
27412026-06-11T19:43:17.645Z Compiling http-range v0.1.5
27422026-06-11T19:43:17.645Z Compiling strsim v0.10.0
27432026-06-11T19:43:17.645Z Compiling darling_core v0.13.4
27442026-06-11T19:43:17.645Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27452026-06-11T19:43:17.645Z Compiling p384 v0.13.1
27462026-06-11T19:43:17.852Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27472026-06-11T19:43:19.460Z Compiling oso v0.27.3
27482026-06-11T19:43:20.365Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27492026-06-11T19:43:20.490Z Compiling diesel-dtrace v0.5.0
27502026-06-11T19:43:20.653Z Compiling async-bb8-diesel v0.2.1
27512026-06-11T19:43:20.817Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27522026-06-11T19:43:21.306Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27532026-06-11T19:43:22.295Z Compiling slog-envlogger v2.2.0
27542026-06-11T19:43:22.593Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27552026-06-11T19:43:23.468Z Compiling darling v0.23.0
27562026-06-11T19:43:23.685Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27572026-06-11T19:43:24.392Z Compiling typify v0.4.3
27582026-06-11T19:43:24.436Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27592026-06-11T19:43:24.942Z Compiling ignore v0.4.25
27602026-06-11T19:43:25.944Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-06-11T19:43:26.482Z Compiling castaway v0.2.4
27622026-06-11T19:43:26.643Z Compiling vergen-git2 v9.1.0
27632026-06-11T19:43:26.891Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27642026-06-11T19:43:27.123Z Compiling indoc v2.0.7
27652026-06-11T19:43:27.317Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27662026-06-11T19:43:27.370Z Compiling compact_str v0.8.1
27672026-06-11T19:43:27.541Z Compiling globwalk v0.9.1
27682026-06-11T19:43:27.983Z Compiling progenitor-impl v0.11.2
27692026-06-11T19:43:28.221Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27702026-06-11T19:43:28.244Z Compiling parking_lot v0.11.2
27712026-06-11T19:43:28.268Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27722026-06-11T19:43:28.505Z Compiling hyper-staticfile v0.10.1
27732026-06-11T19:43:28.886Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27742026-06-11T19:43:29.165Z Compiling darling_macro v0.13.4
27752026-06-11T19:43:29.693Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27762026-06-11T19:43:29.723Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27772026-06-11T19:43:29.976Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27782026-06-11T19:43:29.999Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27792026-06-11T19:43:30.113Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27802026-06-11T19:43:30.360Z Compiling predicates-tree v1.0.13
27812026-06-11T19:43:30.449Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27822026-06-11T19:43:30.487Z Compiling unicode-truncate v1.1.0
27832026-06-11T19:43:30.690Z Compiling lru v0.12.5
27842026-06-11T19:43:30.707Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27852026-06-11T19:43:30.824Z Compiling prefix-trie v0.7.0
27862026-06-11T19:43:30.923Z Compiling rand_seeder v0.4.0
27872026-06-11T19:43:31.194Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-06-11T19:43:31.274Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27892026-06-11T19:43:31.327Z Compiling illumos-nvpair-sys v0.2.0
27902026-06-11T19:43:31.533Z Compiling corncobs v0.1.4
27912026-06-11T19:43:31.581Z Compiling rustls v0.21.12
27922026-06-11T19:43:31.604Z Compiling cassowary v0.3.0
27932026-06-11T19:43:31.657Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27942026-06-11T19:43:31.708Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-06-11T19:43:31.793Z Compiling hickory-server v0.25.2
27962026-06-11T19:43:31.845Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27972026-06-11T19:43:31.972Z Compiling ratatui v0.29.0
27982026-06-11T19:43:32.015Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27992026-06-11T19:43:32.263Z Compiling camino-tempfile-ext v0.3.3
28002026-06-11T19:43:32.470Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28012026-06-11T19:43:32.556Z Compiling progenitor-macro v0.11.2
28022026-06-11T19:43:32.912Z Compiling darling v0.13.4
28032026-06-11T19:43:33.031Z Compiling sled v0.34.7
28042026-06-11T19:43:34.221Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28052026-06-11T19:43:35.672Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28062026-06-11T19:43:36.535Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28072026-06-11T19:43:36.632Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28082026-06-11T19:43:36.805Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28092026-06-11T19:43:37.038Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28102026-06-11T19:43:37.269Z Compiling progenitor-client v0.11.2
28112026-06-11T19:43:37.340Z Compiling rustls-webpki v0.101.7
28122026-06-11T19:43:37.563Z Compiling sct v0.7.1
28132026-06-11T19:43:37.826Z Compiling secrecy v0.8.0
28142026-06-11T19:43:37.849Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28152026-06-11T19:43:38.017Z Compiling git2 v0.20.4
28162026-06-11T19:43:39.194Z Compiling progenitor v0.11.2
28172026-06-11T19:43:39.444Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28182026-06-11T19:43:39.784Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28192026-06-11T19:43:40.778Z Compiling serde_with_macros v1.5.2
28202026-06-11T19:43:41.060Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28212026-06-11T19:43:41.624Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28222026-06-11T19:43:41.794Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28232026-06-11T19:43:41.815Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28242026-06-11T19:43:42.885Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28252026-06-11T19:43:43.293Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28262026-06-11T19:43:43.420Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28272026-06-11T19:43:43.657Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28282026-06-11T19:43:43.913Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28292026-06-11T19:43:44.141Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28302026-06-11T19:43:44.296Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28312026-06-11T19:43:44.370Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28322026-06-11T19:43:44.591Z Compiling void v1.0.2
28332026-06-11T19:43:44.741Z Compiling lzss v0.8.2
28342026-06-11T19:43:45.237Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28352026-06-11T19:43:45.751Z Compiling illumos-nvpair v0.3.0
28362026-06-11T19:43:46.248Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28372026-06-11T19:43:46.871Z Compiling serde_with v1.14.0
28382026-06-11T19:43:47.583Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28392026-06-11T19:43:48.031Z Compiling tokio-rustls v0.24.1
28402026-06-11T19:43:48.755Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28412026-06-11T19:43:48.756Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28422026-06-11T19:43:48.756Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28432026-06-11T19:43:48.756Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28442026-06-11T19:43:49.178Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28452026-06-11T19:43:49.462Z Compiling tungstenite v0.23.0
28462026-06-11T19:43:50.113Z Compiling rustls-pemfile v1.0.4
28472026-06-11T19:43:50.342Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28482026-06-11T19:43:50.544Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28492026-06-11T19:43:50.641Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28502026-06-11T19:43:50.775Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28512026-06-11T19:43:50.873Z Compiling nix v0.27.1
28522026-06-11T19:43:51.840Z Compiling twox-hash v2.1.2
28532026-06-11T19:43:52.066Z Compiling serde_bytes v0.11.19
28542026-06-11T19:43:52.366Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28552026-06-11T19:43:52.387Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28562026-06-11T19:43:52.448Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28572026-06-11T19:43:52.945Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28582026-06-11T19:43:52.971Z Compiling tokio-tungstenite v0.23.1
28592026-06-11T19:43:53.360Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28602026-06-11T19:43:53.448Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28612026-06-11T19:43:55.331Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28622026-06-11T19:43:56.366Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28632026-06-11T19:43:56.772Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28642026-06-11T19:43:57.111Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28652026-06-11T19:43:57.142Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28662026-06-11T19:43:57.537Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28672026-06-11T19:43:57.896Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28682026-06-11T19:43:58.365Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28692026-06-11T19:43:58.683Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28702026-06-11T19:43:58.711Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28712026-06-11T19:44:00.486Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28722026-06-11T19:44:01.410Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28732026-06-11T19:44:01.729Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28742026-06-11T19:44:02.505Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28752026-06-11T19:44:02.867Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28762026-06-11T19:44:03.209Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28772026-06-11T19:44:03.522Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28782026-06-11T19:44:04.535Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28792026-06-11T19:44:05.135Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28802026-06-11T19:44:05.314Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28812026-06-11T19:44:05.463Z Compiling signal-hook-tokio v0.3.1
28822026-06-11T19:44:05.525Z Compiling fatfs v0.3.6
28832026-06-11T19:44:05.652Z Compiling yasna v0.5.2
28842026-06-11T19:44:06.065Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28852026-06-11T19:44:06.068Z Compiling seq-macro v0.3.6
28862026-06-11T19:44:06.412Z Compiling is_ci v1.2.0
28872026-06-11T19:44:06.582Z Compiling assert_matches v1.5.0
28882026-06-11T19:44:06.632Z Compiling supports-color v3.0.2
28892026-06-11T19:44:06.664Z Compiling rcgen v0.12.1
28902026-06-11T19:44:06.700Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28912026-06-11T19:44:06.822Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28922026-06-11T19:44:06.995Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28932026-06-11T19:44:07.162Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28942026-06-11T19:44:07.391Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28952026-06-11T19:44:07.637Z Compiling subprocess v0.2.15
28962026-06-11T19:44:08.115Z Compiling rtoolbox v0.0.3
28972026-06-11T19:44:08.415Z Compiling rpassword v7.4.0
28982026-06-11T19:44:08.698Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28992026-06-11T19:44:09.728Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29002026-06-11T19:44:10.100Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29012026-06-11T19:44:10.748Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29022026-06-11T19:44:10.893Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29032026-06-11T19:44:11.013Z Compiling tui-tree-widget v0.23.1
29042026-06-11T19:44:11.310Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29052026-06-11T19:44:11.608Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29062026-06-11T19:44:12.145Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29072026-06-11T19:44:12.607Z Compiling uzers v0.12.2
29082026-06-11T19:44:13.758Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29092026-06-11T19:44:14.084Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29102026-06-11T19:44:15.349Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29112026-06-11T19:44:17.045Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29122026-06-11T19:44:19.915Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29132026-06-11T19:44:20.934Z Compiling support-bundle-viewer v0.1.2
29142026-06-11T19:44:22.120Z Compiling multimap v0.10.1
29152026-06-11T19:44:30.745Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29162026-06-11T19:44:36.357Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29172026-06-11T19:44:42.413Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29182026-06-11T19:44:43.306Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29192026-06-11T19:44:45.384Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29202026-06-11T19:51:41.317Z Finished `release` profile [optimized] target(s) in 9m 14s
29212026-06-11T19:52:28.428Z
29222026-06-11T19:52:28.428Zreal 10:02.393653755
29232026-06-11T19:52:28.428Zuser 1:20:21.318858887
29242026-06-11T19:52:28.445Zsys 3:38.233117482
29252026-06-11T19:52:28.445Ztrap 1.743082709
29262026-06-11T19:52:28.445Ztflt 2.165869368
29272026-06-11T19:52:28.445Zdflt 17.557882081
29282026-06-11T19:52:28.445Zkflt 0.030909316
29292026-06-11T19:52:28.445Zlock 7:19:10.078484652
29302026-06-11T19:52:28.445Zslp 2:19:21.208641158
29312026-06-11T19:52:28.445Zlat 2:27.601656595
29322026-06-11T19:52:28.445Zstop 5:22.462978954
29332026-06-11T19:52:28.445Z+ mapfile -t packages
29342026-06-11T19:52:28.445Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29352026-06-11T19:52:29.379Z Finished `release` profile [optimized] target(s) in 0.94s
29362026-06-11T19:52:29.456Z Running `target/release/omicron-package -t test list-outputs`
29372026-06-11T19:52:29.522ZLogging to: /work/oxidecomputer/omicron/out/LOG
29382026-06-11T19:52:29.526Z+ ptime -m cargo build --locked --release -p xtask
29392026-06-11T19:52:30.055Z Compiling libc v0.2.185
29402026-06-11T19:52:30.055Z Compiling serde v1.0.228
29412026-06-11T19:52:30.059Z Compiling serde_core v1.0.228
29422026-06-11T19:52:30.059Z Compiling rustix v1.1.3
29432026-06-11T19:52:30.059Z Compiling bitflags v2.11.0
29442026-06-11T19:52:30.059Z Compiling serde_json v1.0.149
29452026-06-11T19:52:30.191Z Compiling num-traits v0.2.19
29462026-06-11T19:52:30.217Z Compiling syn v2.0.117
29472026-06-11T19:52:30.227Z Compiling smallvec v1.15.1
29482026-06-11T19:52:30.248Z Compiling usdt-impl v0.5.0
29492026-06-11T19:52:30.251Z Compiling indexmap v2.14.0
29502026-06-11T19:52:30.275Z Compiling syn v1.0.109
29512026-06-11T19:52:30.289Z Compiling percent-encoding v2.3.2
29522026-06-11T19:52:30.290Z Compiling getrandom v0.4.1
29532026-06-11T19:52:30.416Z Compiling log v0.4.29
29542026-06-11T19:52:30.577Z Compiling form_urlencoded v1.2.2
29552026-06-11T19:52:30.681Z Compiling fs-err v3.3.0
29562026-06-11T19:52:30.690Z Compiling anyhow v1.0.102
29572026-06-11T19:52:30.704Z Compiling heck v0.4.1
29582026-06-11T19:52:30.728Z Compiling once_cell v1.21.3
29592026-06-11T19:52:30.915Z Compiling thread-id v4.2.2
29602026-06-11T19:52:30.937Z Compiling errno v0.3.14
29612026-06-11T19:52:30.976Z Compiling memmap v0.7.0
29622026-06-11T19:52:31.232Z Compiling ordered-float v2.10.1
29632026-06-11T19:52:31.786Z Compiling proc-macro-error v1.0.4
29642026-06-11T19:52:31.959Z Compiling terminal_size v0.4.3
29652026-06-11T19:52:31.962Z Compiling tempfile v3.25.0
29662026-06-11T19:52:32.036Z Compiling tabled_derive v0.7.0
29672026-06-11T19:52:32.063Z Compiling clap_builder v4.6.0
29682026-06-11T19:52:32.067Z Compiling textwrap v0.16.2
29692026-06-11T19:52:32.196Z Compiling camino-tempfile v1.4.1
29702026-06-11T19:52:32.721Z Compiling tabled v0.15.0
29712026-06-11T19:52:32.739Z Compiling synstructure v0.13.2
29722026-06-11T19:52:32.743Z Compiling pest_generator v2.8.6
29732026-06-11T19:52:33.122Z Compiling serde_derive v1.0.228
29742026-06-11T19:52:33.122Z Compiling zerofrom-derive v0.1.6
29752026-06-11T19:52:33.126Z Compiling yoke-derive v0.8.1
29762026-06-11T19:52:33.126Z Compiling zerovec-derive v0.11.2
29772026-06-11T19:52:33.126Z Compiling displaydoc v0.2.5
29782026-06-11T19:52:33.126Z Compiling thiserror-impl v1.0.69
29792026-06-11T19:52:33.126Z Compiling zerocopy-derive v0.7.35
29802026-06-11T19:52:33.126Z Compiling scroll_derive v0.12.1
29812026-06-11T19:52:33.126Z Compiling thiserror-impl v2.0.18
29822026-06-11T19:52:33.126Z Compiling clap_derive v4.6.1
29832026-06-11T19:52:33.272Z Compiling pest_derive v2.8.6
29842026-06-11T19:52:33.847Z Compiling scroll v0.12.0
29852026-06-11T19:52:33.995Z Compiling zerocopy v0.7.35
29862026-06-11T19:52:34.182Z Compiling goblin v0.8.2
29872026-06-11T19:52:34.231Z Compiling zerofrom v0.1.6
29882026-06-11T19:52:34.309Z Compiling thiserror v1.0.69
29892026-06-11T19:52:34.362Z Compiling yoke v0.8.1
29902026-06-11T19:52:34.391Z Compiling thiserror v2.0.18
29912026-06-11T19:52:34.415Z Compiling dtrace-parser v0.2.0
29922026-06-11T19:52:34.571Z Compiling zerovec v0.11.5
29932026-06-11T19:52:34.584Z Compiling zerotrie v0.2.3
29942026-06-11T19:52:34.821Z Compiling clap v4.6.1
29952026-06-11T19:52:35.168Z Compiling tinystr v0.8.2
29962026-06-11T19:52:35.183Z Compiling potential_utf v0.1.4
29972026-06-11T19:52:35.398Z Compiling icu_locale_core v2.1.1
29982026-06-11T19:52:35.436Z Compiling icu_collections v2.1.1
29992026-06-11T19:52:36.181Z Compiling icu_provider v2.1.1
30002026-06-11T19:52:36.442Z Compiling toml_datetime v0.6.11
30012026-06-11T19:52:36.637Z Compiling icu_normalizer v2.1.1
30022026-06-11T19:52:36.830Z Compiling icu_properties v2.1.2
30032026-06-11T19:52:36.841Z Compiling serde_spanned v0.6.9
30042026-06-11T19:52:36.876Z Compiling dof v0.3.0
30052026-06-11T19:52:36.925Z Compiling serde_tokenstream v0.2.3
30062026-06-11T19:52:37.022Z Compiling toml_edit v0.22.27
30072026-06-11T19:52:37.048Z Compiling serde-value v0.7.0
30082026-06-11T19:52:37.124Z Compiling cargo-platform v0.2.0
30092026-06-11T19:52:37.206Z Compiling macaddr v1.0.1
30102026-06-11T19:52:37.727Z Compiling usdt-macro v0.5.0
30112026-06-11T19:52:37.727Z Compiling usdt-attr-macro v0.5.0
30122026-06-11T19:52:37.753Z Compiling idna_adapter v1.2.1
30132026-06-11T19:52:37.932Z Compiling idna v1.1.0
30142026-06-11T19:52:38.303Z Compiling url v2.5.8
30152026-06-11T19:52:38.391Z Compiling usdt v0.5.0
30162026-06-11T19:52:38.567Z Compiling toml v0.8.23
30172026-06-11T19:52:39.007Z Compiling cargo-util-schemas v0.8.2
30182026-06-11T19:52:39.007Z Compiling cargo_toml v0.21.0
30192026-06-11T19:52:40.026Z Compiling cargo_metadata v0.21.0
30202026-06-11T19:52:43.098Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30212026-06-11T19:52:46.129Z Finished `release` profile [optimized] target(s) in 16.59s
30222026-06-11T19:52:46.259Z
30232026-06-11T19:52:46.262Zreal 16.694750836
30242026-06-11T19:52:46.262Zuser 2:21.869115215
30252026-06-11T19:52:46.262Zsys 17.077335284
30262026-06-11T19:52:46.263Ztrap 0.091833435
30272026-06-11T19:52:46.263Ztflt 0.543539584
30282026-06-11T19:52:46.263Zdflt 1.575629288
30292026-06-11T19:52:46.263Zkflt 0.000125886
30302026-06-11T19:52:46.263Zlock 5:21.751822888
30312026-06-11T19:52:46.263Zslp 3:26.732506332
30322026-06-11T19:52:46.263Zlat 6.989021664
30332026-06-11T19:52:46.263Zstop 19.799094552
30342026-06-11T19:52:46.263Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30352026-06-11T19:52:46.263Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30362026-06-11T19:52:46.263Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30372026-06-11T19:52:46.263Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30382026-06-11T19:52:46.263Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30392026-06-11T19:52:47.220Z Compiling progenitor-client v0.14.0
30402026-06-11T19:52:47.220Z Compiling newtype-uuid-macros v0.1.0
30412026-06-11T19:52:47.224Z Compiling structmeta-derive v0.3.0
30422026-06-11T19:52:47.224Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30432026-06-11T19:52:47.224Z Compiling rustls v0.22.4
30442026-06-11T19:52:47.224Z Compiling rustls-webpki v0.102.8
30452026-06-11T19:52:47.224Z Compiling multer v3.1.0
30462026-06-11T19:52:47.224Z Compiling debug-ignore v1.0.5
30472026-06-11T19:52:47.224Z Compiling compression-core v0.4.31
30482026-06-11T19:52:47.369Z Compiling match_cfg v0.1.0
30492026-06-11T19:52:47.373Z Compiling atomicwrites v0.4.4
30502026-06-11T19:52:47.373Z Compiling slog-json v2.6.1
30512026-06-11T19:52:47.465Z Compiling async-stream-impl v0.3.6
30522026-06-11T19:52:47.482Z Compiling serde_spanned v1.0.4
30532026-06-11T19:52:47.498Z Compiling hostname v0.3.1
30542026-06-11T19:52:47.501Z Compiling toml_datetime v1.0.0+spec-1.1.0
30552026-06-11T19:52:47.531Z Compiling dropshot v0.17.0
30562026-06-11T19:52:47.547Z Compiling toml_writer v1.0.6+spec-1.1.0
30572026-06-11T19:52:47.657Z Compiling compression-codecs v0.4.37
30582026-06-11T19:52:47.660Z Compiling slog-bunyan v2.5.0
30592026-06-11T19:52:47.697Z Compiling itertools v0.14.0
30602026-06-11T19:52:47.713Z Compiling waitgroup v0.1.2
30612026-06-11T19:52:47.732Z Compiling rustls-pemfile v2.2.0
30622026-06-11T19:52:47.769Z Compiling dropshot_endpoint v0.17.0
30632026-06-11T19:52:47.847Z Compiling async-compression v0.4.41
30642026-06-11T19:52:47.884Z Compiling toml v1.0.6+spec-1.1.0
30652026-06-11T19:52:47.884Z Compiling hostname v0.4.2
30662026-06-11T19:52:47.917Z Compiling serde_path_to_error v0.1.20
30672026-06-11T19:52:47.936Z Compiling regress v0.10.5
30682026-06-11T19:52:47.951Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30692026-06-11T19:52:47.987Z Compiling macaddr v1.0.1
30702026-06-11T19:52:48.068Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30712026-06-11T19:52:48.102Z Compiling async-stream v0.3.6
30722026-06-11T19:52:48.124Z Compiling instant v0.1.13
30732026-06-11T19:52:48.175Z Compiling backon v1.6.0
30742026-06-11T19:52:48.194Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30752026-06-11T19:52:48.244Z Compiling backoff v0.4.0
30762026-06-11T19:52:48.263Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30772026-06-11T19:52:48.266Z Compiling humantime v2.3.0
30782026-06-11T19:52:48.303Z Compiling universal-hash v0.5.1
30792026-06-11T19:52:48.339Z Compiling opaque-debug v0.3.1
30802026-06-11T19:52:48.339Z Compiling half v2.7.1
30812026-06-11T19:52:48.409Z Compiling progenitor-extras v0.2.0
30822026-06-11T19:52:48.428Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30832026-06-11T19:52:48.431Z Compiling crucible-workspace-hack v0.1.0
30842026-06-11T19:52:48.464Z Compiling ciborium-io v0.2.2
30852026-06-11T19:52:48.482Z Compiling convert_case v0.4.0
30862026-06-11T19:52:48.515Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30872026-06-11T19:52:48.557Z Compiling aead v0.5.2
30882026-06-11T19:52:48.587Z Compiling secrecy v0.10.3
30892026-06-11T19:52:48.652Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30902026-06-11T19:52:48.691Z Compiling ciborium-ll v0.2.2
30912026-06-11T19:52:48.692Z Compiling poly1305 v0.8.0
30922026-06-11T19:52:48.746Z Compiling chacha20 v0.9.1
30932026-06-11T19:52:48.768Z Compiling regress v0.11.1
30942026-06-11T19:52:48.772Z Compiling structmeta v0.3.0
30952026-06-11T19:52:48.806Z Compiling unsafe-libyaml v0.2.11
30962026-06-11T19:52:48.826Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30972026-06-11T19:52:48.886Z Compiling derive_more v0.99.20
30982026-06-11T19:52:48.937Z Compiling ciborium v0.2.2
30992026-06-11T19:52:48.957Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31002026-06-11T19:52:48.987Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31012026-06-11T19:52:49.028Z Compiling thiserror-impl-no-std v2.0.2
31022026-06-11T19:52:49.048Z Compiling derive-ex v0.1.8
31032026-06-11T19:52:49.097Z Compiling parse-display-derive v0.10.0
31042026-06-11T19:52:49.218Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31052026-06-11T19:52:49.257Z Compiling byte-wrapper v0.1.0
31062026-06-11T19:52:49.348Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31072026-06-11T19:52:49.366Z Compiling serde_yaml v0.9.34+deprecated
31082026-06-11T19:52:49.497Z Compiling password-hash v0.5.0
31092026-06-11T19:52:49.543Z Compiling blake2 v0.10.6
31102026-06-11T19:52:49.560Z Compiling toml_datetime v0.7.5+spec-1.1.0
31112026-06-11T19:52:49.602Z Compiling chacha20poly1305 v0.10.1
31122026-06-11T19:52:49.621Z Compiling indent_write v2.2.0
31132026-06-11T19:52:49.641Z Compiling heapless v0.8.0
31142026-06-11T19:52:49.783Z Compiling tokio-rustls v0.25.0
31152026-06-11T19:52:49.800Z Compiling argon2 v0.5.3
31162026-06-11T19:52:49.854Z Compiling toml_edit v0.23.10+spec-1.0.0
31172026-06-11T19:52:49.935Z Compiling ingot-macros v0.1.1
31182026-06-11T19:52:50.137Z Compiling tabwriter v1.4.1
31192026-06-11T19:52:50.160Z Compiling hash32 v0.3.1
31202026-06-11T19:52:50.282Z Compiling thiserror-no-std v2.0.2
31212026-06-11T19:52:50.350Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31222026-06-11T19:52:50.402Z Compiling typify-impl v0.6.2
31232026-06-11T19:52:50.418Z Compiling vsss-rs v3.3.4
31242026-06-11T19:52:50.658Z Compiling proc-macro-crate v3.4.0
31252026-06-11T19:52:50.813Z Compiling test-strategy v0.4.5
31262026-06-11T19:52:50.869Z Compiling parse-display v0.10.0
31272026-06-11T19:52:50.895Z Compiling smoltcp v0.11.0
31282026-06-11T19:52:50.966Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31292026-06-11T19:52:51.195Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31302026-06-11T19:52:51.214Z Compiling num-rational v0.4.2
31312026-06-11T19:52:51.257Z Compiling num_enum_derive v0.7.6
31322026-06-11T19:52:51.274Z Compiling cobs v0.3.0
31332026-06-11T19:52:51.291Z Compiling num-complex v0.4.6
31342026-06-11T19:52:51.356Z Compiling colored v3.1.1
31352026-06-11T19:52:51.360Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31362026-06-11T19:52:51.537Z Compiling postcard v1.1.3
31372026-06-11T19:52:51.577Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31382026-06-11T19:52:51.617Z Compiling proc-macro-error v1.0.4
31392026-06-11T19:52:51.641Z Compiling proc-macro-crate v1.3.1
31402026-06-11T19:52:51.765Z Compiling num v0.4.3
31412026-06-11T19:52:51.780Z Compiling foreign-types-macros v0.2.3
31422026-06-11T19:52:51.872Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31432026-06-11T19:52:51.899Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31442026-06-11T19:52:51.923Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31452026-06-11T19:52:51.952Z Compiling foreign-types-shared v0.3.1
31462026-06-11T19:52:51.979Z Compiling cpufeatures v0.3.0
31472026-06-11T19:52:52.072Z Compiling rayon-core v1.13.0
31482026-06-11T19:52:52.091Z Compiling float-ord v0.3.2
31492026-06-11T19:52:52.094Z Compiling chacha20 v0.10.0
31502026-06-11T19:52:52.125Z Compiling num_enum_derive v0.5.11
31512026-06-11T19:52:52.242Z Compiling crossbeam-deque v0.8.6
31522026-06-11T19:52:52.246Z Compiling camino-tempfile v1.4.1
31532026-06-11T19:52:52.323Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31542026-06-11T19:52:52.357Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31552026-06-11T19:52:52.375Z Compiling cstr-argument v0.1.2
31562026-06-11T19:52:52.436Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31572026-06-11T19:52:52.456Z Compiling num_enum v0.7.6
31582026-06-11T19:52:52.473Z Compiling foreign-types v0.5.0
31592026-06-11T19:52:52.476Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31602026-06-11T19:52:52.529Z Compiling rand v0.10.0
31612026-06-11T19:52:52.573Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31622026-06-11T19:52:52.591Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31632026-06-11T19:52:52.614Z Compiling toml v0.8.23
31642026-06-11T19:52:52.753Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31652026-06-11T19:52:52.784Z Compiling zone_cfg_derive v0.3.1
31662026-06-11T19:52:52.814Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31672026-06-11T19:52:52.834Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31682026-06-11T19:52:52.888Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31692026-06-11T19:52:52.907Z Compiling itertools v0.12.1
31702026-06-11T19:52:52.948Z Compiling ingot-types v0.1.2
31712026-06-11T19:52:52.975Z Compiling rayon v1.11.0
31722026-06-11T19:52:52.994Z Compiling num-derive v0.4.2
31732026-06-11T19:52:53.062Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31742026-06-11T19:52:53.132Z Compiling sigpipe v0.1.3
31752026-06-11T19:52:53.235Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31762026-06-11T19:52:53.252Z Compiling glob v0.3.3
31772026-06-11T19:52:53.270Z Compiling num_enum v0.5.11
31782026-06-11T19:52:53.294Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31792026-06-11T19:52:53.384Z Compiling ingot v0.1.1
31802026-06-11T19:52:53.422Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31812026-06-11T19:52:53.422Z Compiling smf v0.2.3
31822026-06-11T19:52:53.490Z Compiling prettyplease v0.2.37
31832026-06-11T19:52:53.507Z Compiling whoami v1.6.1
31842026-06-11T19:52:53.523Z Compiling usdt-macro v0.5.0
31852026-06-11T19:52:53.556Z Compiling usdt-attr-macro v0.5.0
31862026-06-11T19:52:53.766Z Compiling gethostname v0.5.0
31872026-06-11T19:52:53.828Z Compiling memmap v0.7.0
31882026-06-11T19:52:53.934Z Compiling derive-where v1.6.0
31892026-06-11T19:52:53.976Z Compiling resolv-conf v0.7.6
31902026-06-11T19:52:53.995Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31912026-06-11T19:52:54.000Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31922026-06-11T19:52:54.058Z Compiling cancel-safe-futures v0.1.5
31932026-06-11T19:52:54.156Z Compiling zone v0.3.1
31942026-06-11T19:52:54.187Z Compiling owo-colors v4.3.0
31952026-06-11T19:52:54.335Z Compiling libsw-core v0.3.2
31962026-06-11T19:52:54.375Z Compiling console v0.15.11
31972026-06-11T19:52:54.426Z Compiling usdt v0.5.0
31982026-06-11T19:52:54.444Z Compiling hickory-proto v0.24.4
31992026-06-11T19:52:54.543Z Compiling libsw v3.5.0
32002026-06-11T19:52:54.627Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32012026-06-11T19:52:54.728Z Compiling newline-converter v0.3.0
32022026-06-11T19:52:54.758Z Compiling libefi-sys v0.1.0
32032026-06-11T19:52:54.777Z Compiling linked-hash-map v0.5.6
32042026-06-11T19:52:54.818Z Compiling linear-map v1.2.0
32052026-06-11T19:52:54.875Z Compiling expectorate v1.2.0
32062026-06-11T19:52:54.875Z Compiling git-stub v1.0.0
32072026-06-11T19:52:54.992Z Compiling lru-cache v0.1.2
32082026-06-11T19:52:55.027Z Compiling bitfield-struct v0.6.2
32092026-06-11T19:52:55.031Z Compiling nom v8.0.0
32102026-06-11T19:52:55.063Z Compiling semver v0.1.20
32112026-06-11T19:52:55.103Z Compiling git-stub-vcs v0.1.0
32122026-06-11T19:52:55.120Z Compiling typify-macro v0.6.2
32132026-06-11T19:52:55.170Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32142026-06-11T19:52:55.200Z Compiling tokio-dtrace v0.1.1
32152026-06-11T19:52:55.268Z Compiling dropshot-api-manager-types v0.7.2
32162026-06-11T19:52:55.348Z Compiling rustc_version v0.1.7
32172026-06-11T19:52:55.352Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32182026-06-11T19:52:55.412Z Compiling slog-dtrace v0.3.0
32192026-06-11T19:52:55.472Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32202026-06-11T19:52:55.503Z Compiling minimal-lexical v0.2.1
32212026-06-11T19:52:55.525Z Compiling oxide-tokio-rt v0.1.4
32222026-06-11T19:52:55.544Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32232026-06-11T19:52:55.579Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32242026-06-11T19:52:55.629Z Compiling newtype_derive v0.1.6
32252026-06-11T19:52:55.714Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32262026-06-11T19:52:55.738Z Compiling nom v7.1.3
32272026-06-11T19:52:55.755Z Compiling phf_shared v0.12.1
32282026-06-11T19:52:55.774Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32292026-06-11T19:52:55.791Z Compiling csv-core v0.1.13
32302026-06-11T19:52:55.812Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32312026-06-11T19:52:55.848Z Compiling highway v1.3.0
32322026-06-11T19:52:55.865Z Compiling chrono-tz v0.10.4
32332026-06-11T19:52:55.908Z Compiling xshell-macros v0.2.7
32342026-06-11T19:52:55.966Z Compiling phf v0.12.1
32352026-06-11T19:52:56.097Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32362026-06-11T19:52:56.140Z Compiling csv v1.4.0
32372026-06-11T19:52:56.224Z Compiling const_format_proc_macros v0.2.34
32382026-06-11T19:52:56.309Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32392026-06-11T19:52:56.384Z Compiling xshell v0.2.7
32402026-06-11T19:52:56.388Z Compiling primeorder v0.13.6
32412026-06-11T19:52:56.569Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32422026-06-11T19:52:56.656Z Compiling hickory-resolver v0.24.4
32432026-06-11T19:52:56.674Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32442026-06-11T19:52:56.795Z Compiling tabled_derive v0.7.0
32452026-06-11T19:52:56.953Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32462026-06-11T19:52:56.996Z Compiling bcs v0.1.6
32472026-06-11T19:52:57.069Z Compiling typify v0.6.2
32482026-06-11T19:52:57.103Z Compiling tagptr v0.2.0
32492026-06-11T19:52:57.164Z Compiling const_format v0.2.35
32502026-06-11T19:52:57.196Z Compiling progenitor-impl v0.14.0
32512026-06-11T19:52:57.214Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32522026-06-11T19:52:57.283Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32532026-06-11T19:52:57.354Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32542026-06-11T19:52:57.438Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32552026-06-11T19:52:57.518Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32562026-06-11T19:52:57.541Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32572026-06-11T19:52:57.746Z Compiling qorb v0.4.1
32582026-06-11T19:52:57.763Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32592026-06-11T19:52:57.825Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32602026-06-11T19:52:57.906Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32612026-06-11T19:52:58.018Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32622026-06-11T19:52:58.111Z Compiling termtree v0.5.1
32632026-06-11T19:52:58.224Z Compiling salty v0.3.0
32642026-06-11T19:52:58.274Z Compiling textwrap v0.16.2
32652026-06-11T19:52:58.306Z Compiling tabled v0.15.0
32662026-06-11T19:52:58.341Z Compiling moka v0.12.13
32672026-06-11T19:52:58.534Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32682026-06-11T19:52:58.787Z Compiling steno v0.4.1
32692026-06-11T19:52:58.806Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32702026-06-11T19:52:58.873Z Compiling radium v0.7.0
32712026-06-11T19:52:58.965Z Compiling base64 v0.21.7
32722026-06-11T19:52:59.026Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32732026-06-11T19:52:59.116Z Compiling hickory-resolver v0.25.2
32742026-06-11T19:52:59.191Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32752026-06-11T19:52:59.234Z Compiling p384 v0.13.1
32762026-06-11T19:52:59.337Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32772026-06-11T19:52:59.429Z Compiling typify-impl v0.4.3
32782026-06-11T19:52:59.521Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32792026-06-11T19:52:59.643Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32802026-06-11T19:52:59.830Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32812026-06-11T19:52:59.847Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32822026-06-11T19:52:59.867Z Compiling maybe-uninit v2.0.0
32832026-06-11T19:52:59.971Z Compiling progenitor-macro v0.14.0
32842026-06-11T19:53:00.103Z Compiling tap v1.0.1
32852026-06-11T19:53:00.255Z Compiling wyz v0.5.1
32862026-06-11T19:53:00.276Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32872026-06-11T19:53:00.499Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32882026-06-11T19:53:00.562Z Compiling proc-macro-error-attr2 v2.0.0
32892026-06-11T19:53:00.581Z Compiling utf-8 v0.7.6
32902026-06-11T19:53:00.734Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32912026-06-11T19:53:00.804Z Compiling parking_lot_core v0.8.6
32922026-06-11T19:53:00.873Z Compiling funty v2.0.0
32932026-06-11T19:53:01.014Z Compiling packed_struct v0.10.1
32942026-06-11T19:53:01.017Z Compiling proc-macro-error2 v2.0.1
32952026-06-11T19:53:01.055Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32962026-06-11T19:53:01.099Z Compiling tungstenite v0.21.0
32972026-06-11T19:53:01.245Z Compiling bitvec v1.0.1
32982026-06-11T19:53:01.375Z Compiling polyval v0.6.2
32992026-06-11T19:53:01.398Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33002026-06-11T19:53:01.413Z Compiling packed_struct_codegen v0.10.1
33012026-06-11T19:53:01.416Z Compiling num-derive v0.3.3
33022026-06-11T19:53:01.481Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33032026-06-11T19:53:01.530Z Compiling zerocopy-derive v0.6.6
33042026-06-11T19:53:01.621Z Compiling bitfield-macros v0.19.4
33052026-06-11T19:53:01.645Z Compiling indexmap v1.9.3
33062026-06-11T19:53:01.716Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33072026-06-11T19:53:01.896Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33082026-06-11T19:53:01.955Z Compiling crc-catalog v2.4.0
33092026-06-11T19:53:02.025Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33102026-06-11T19:53:02.086Z Compiling nodrop v0.1.14
33112026-06-11T19:53:02.142Z Compiling crc v3.4.0
33122026-06-11T19:53:02.211Z Compiling array-init v0.0.4
33132026-06-11T19:53:02.284Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33142026-06-11T19:53:02.382Z Compiling tokio-tungstenite v0.21.0
33152026-06-11T19:53:02.409Z Compiling bitfield v0.19.4
33162026-06-11T19:53:02.437Z Compiling libscf-sys v1.1.0
33172026-06-11T19:53:02.455Z Compiling zerocopy v0.6.6
33182026-06-11T19:53:02.594Z Compiling ghash v0.5.1
33192026-06-11T19:53:02.612Z Compiling tabled_derive v0.11.0
33202026-06-11T19:53:02.631Z Compiling smallvec v0.6.14
33212026-06-11T19:53:02.778Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33222026-06-11T19:53:02.819Z Compiling papergrid v0.17.0
33232026-06-11T19:53:02.837Z Compiling testing_table v0.3.0
33242026-06-11T19:53:02.886Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33252026-06-11T19:53:03.072Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33262026-06-11T19:53:03.091Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33272026-06-11T19:53:03.109Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33282026-06-11T19:53:03.136Z Compiling ctr v0.9.2
33292026-06-11T19:53:03.278Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33302026-06-11T19:53:03.367Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33312026-06-11T19:53:03.385Z Compiling corncobs v0.1.4
33322026-06-11T19:53:03.414Z Compiling unicase v2.9.0
33332026-06-11T19:53:03.526Z Compiling illumos-nvpair-sys v0.2.0
33342026-06-11T19:53:03.580Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33352026-06-11T19:53:03.597Z Compiling hashbrown v0.12.3
33362026-06-11T19:53:03.622Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33372026-06-11T19:53:03.655Z Compiling mime_guess v2.0.5
33382026-06-11T19:53:03.704Z Compiling aes-gcm v0.10.3
33392026-06-11T19:53:03.723Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33402026-06-11T19:53:03.775Z Compiling parking_lot v0.11.2
33412026-06-11T19:53:03.930Z Compiling serde-hex v0.1.0
33422026-06-11T19:53:03.947Z Compiling tabled v0.20.0
33432026-06-11T19:53:04.087Z Compiling typify-macro v0.4.3
33442026-06-11T19:53:04.121Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33452026-06-11T19:53:04.155Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33462026-06-11T19:53:04.173Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33472026-06-11T19:53:04.197Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33482026-06-11T19:53:04.400Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33492026-06-11T19:53:04.446Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33502026-06-11T19:53:04.485Z Compiling ron v0.8.1
33512026-06-11T19:53:04.512Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33522026-06-11T19:53:04.596Z Compiling progenitor-client v0.11.2
33532026-06-11T19:53:04.617Z Compiling hashbrown v0.13.2
33542026-06-11T19:53:04.774Z Compiling prefix-trie v0.7.0
33552026-06-11T19:53:04.964Z Compiling blowfish v0.9.1
33562026-06-11T19:53:05.028Z Compiling ssh-encoding v0.2.0
33572026-06-11T19:53:05.146Z Compiling fxhash v0.2.1
33582026-06-11T19:53:05.207Z Compiling secrecy v0.8.0
33592026-06-11T19:53:05.224Z Compiling progenitor v0.14.0
33602026-06-11T19:53:05.250Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33612026-06-11T19:53:05.328Z Compiling crc-any v2.5.0
33622026-06-11T19:53:05.348Z Compiling sled v0.34.7
33632026-06-11T19:53:05.388Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33642026-06-11T19:53:05.419Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33652026-06-11T19:53:05.496Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33662026-06-11T19:53:05.655Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33672026-06-11T19:53:05.714Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33682026-06-11T19:53:05.926Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33692026-06-11T19:53:06.004Z Compiling typify v0.4.3
33702026-06-11T19:53:06.145Z Compiling progenitor-impl v0.11.2
33712026-06-11T19:53:06.164Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33722026-06-11T19:53:06.305Z Compiling ssh-cipher v0.2.0
33732026-06-11T19:53:06.426Z Compiling hickory-server v0.25.2
33742026-06-11T19:53:06.446Z Compiling bcrypt-pbkdf v0.10.0
33752026-06-11T19:53:06.590Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33762026-06-11T19:53:06.812Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33772026-06-11T19:53:06.833Z Compiling object v0.30.4
33782026-06-11T19:53:06.941Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33792026-06-11T19:53:06.983Z Compiling password-hash v0.4.2
33802026-06-11T19:53:07.004Z Compiling path-slash v0.1.5
33812026-06-11T19:53:07.109Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33822026-06-11T19:53:07.164Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33832026-06-11T19:53:07.407Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33842026-06-11T19:53:07.715Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33852026-06-11T19:53:08.197Z Compiling crc8 v0.1.1
33862026-06-11T19:53:08.292Z Compiling http-range v0.1.5
33872026-06-11T19:53:08.356Z Compiling half v1.8.3
33882026-06-11T19:53:08.375Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33892026-06-11T19:53:08.514Z Compiling pbkdf2 v0.11.0
33902026-06-11T19:53:08.535Z Compiling illumos-nvpair v0.3.0
33912026-06-11T19:53:08.661Z Compiling serde_cbor v0.11.2
33922026-06-11T19:53:08.826Z Compiling ssh-key v0.6.7
33932026-06-11T19:53:09.005Z Compiling progenitor-macro v0.11.2
33942026-06-11T19:53:09.231Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33952026-06-11T19:53:09.263Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33962026-06-11T19:53:09.296Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33972026-06-11T19:53:09.315Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33982026-06-11T19:53:09.401Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33992026-06-11T19:53:09.534Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34002026-06-11T19:53:09.623Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34012026-06-11T19:53:09.885Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34022026-06-11T19:53:09.933Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34032026-06-11T19:53:10.031Z Compiling p521 v0.13.3
34042026-06-11T19:53:10.117Z Compiling p256 v0.13.2
34052026-06-11T19:53:10.224Z Compiling yasna v0.5.2
34062026-06-11T19:53:10.247Z Compiling kstat-rs v0.2.4
34072026-06-11T19:53:10.462Z Compiling headers-core v0.3.0
34082026-06-11T19:53:10.519Z Compiling nanorand v0.7.0
34092026-06-11T19:53:10.559Z Compiling atty v0.2.14
34102026-06-11T19:53:10.580Z Compiling russh-cryptovec v0.7.3
34112026-06-11T19:53:10.627Z Compiling md5 v0.7.0
34122026-06-11T19:53:10.660Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34132026-06-11T19:53:10.700Z Compiling home v0.5.12
34142026-06-11T19:53:10.738Z Compiling rcgen v0.12.1
34152026-06-11T19:53:10.771Z Compiling flume v0.11.1
34162026-06-11T19:53:10.804Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
34172026-06-11T19:53:10.841Z Compiling russh-keys v0.45.0
34182026-06-11T19:53:10.873Z Compiling headers v0.4.1
34192026-06-11T19:53:10.936Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34202026-06-11T19:53:10.953Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34212026-06-11T19:53:11.038Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34222026-06-11T19:53:11.132Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34232026-06-11T19:53:11.218Z Compiling hyper-staticfile v0.10.1
34242026-06-11T19:53:11.410Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34252026-06-11T19:53:11.427Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34262026-06-11T19:53:11.609Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34272026-06-11T19:53:11.648Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34282026-06-11T19:53:11.652Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34292026-06-11T19:53:11.718Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34302026-06-11T19:53:11.795Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34312026-06-11T19:53:11.820Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34322026-06-11T19:53:12.030Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34332026-06-11T19:53:12.128Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34342026-06-11T19:53:12.224Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34352026-06-11T19:53:12.243Z Compiling num-bigint v0.4.6
34362026-06-11T19:53:12.260Z Compiling des v0.8.1
34372026-06-11T19:53:12.406Z Compiling subprocess v0.2.15
34382026-06-11T19:53:12.468Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34392026-06-11T19:53:12.485Z Compiling display-error-chain v0.2.2
34402026-06-11T19:53:13.494Z Compiling hex-literal v0.4.1
34412026-06-11T19:53:13.497Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34422026-06-11T19:53:13.498Z Compiling colored v2.2.0
34432026-06-11T19:53:13.498Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34442026-06-11T19:53:13.498Z Compiling socket2 v0.5.10
34452026-06-11T19:53:13.498Z Compiling internet-checksum v0.2.1
34462026-06-11T19:53:13.498Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34472026-06-11T19:53:13.498Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34482026-06-11T19:53:13.548Z Compiling russh v0.45.0
34492026-06-11T19:53:14.106Z Compiling progenitor v0.11.2
34502026-06-11T19:53:14.184Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34512026-06-11T19:53:14.206Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34522026-06-11T19:53:14.246Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34532026-06-11T19:53:16.650Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34542026-06-11T19:53:17.312Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34552026-06-11T19:53:17.770Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34562026-06-11T19:53:19.650Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34572026-06-11T19:53:19.925Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34582026-06-11T19:53:27.790Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34592026-06-11T19:53:27.790Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34602026-06-11T19:53:27.790Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34612026-06-11T19:53:27.794Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34622026-06-11T19:53:29.534Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34632026-06-11T19:53:29.551Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34642026-06-11T19:53:33.833Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34652026-06-11T19:54:13.471Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34662026-06-11T19:54:13.722Z
34672026-06-11T19:54:13.722Zreal 1:27.393285025
34682026-06-11T19:54:13.722Zuser 8:13.391321439
34692026-06-11T19:54:13.722Zsys 1:44.245841867
34702026-06-11T19:54:13.722Ztrap 0.248559611
34712026-06-11T19:54:13.722Ztflt 0.504387358
34722026-06-11T19:54:13.722Zdflt 1.556206525
34732026-06-11T19:54:13.722Zkflt 0.000320919
34742026-06-11T19:54:13.726Zlock 27:47.543096442
34752026-06-11T19:54:13.726Zslp 18:42.797190402
34762026-06-11T19:54:13.726Zlat 40.004259464
34772026-06-11T19:54:13.726Zstop 2:50.379144672
34782026-06-11T19:54:13.726Z+ mkdir tests
34792026-06-11T19:54:13.726Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34802026-06-11T19:54:13.731Z+ xargs -I '{}' -t cp '{}' tests/
34812026-06-11T19:54:13.753Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-44497a0941bcae3f tests/
34822026-06-11T19:54:13.782Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-95f04c2751b2755d tests/
34832026-06-11T19:54:13.814Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-e48c16f2d363903b tests/
34842026-06-11T19:54:13.844Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-3544b827135dc869 tests/
34852026-06-11T19:54:14.178Z+ 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)
34862026-06-11T19:54:14.182Z+ 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
34872026-06-11T19:55:36.322ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34882026-06-11T19:55:36.322Za .github/buildomat/ci-env.sh 1K
34892026-06-11T19:55:36.322Za out/target/test 1K
34902026-06-11T19:55:36.322Za out/npuzone/npuzone 27402K
34912026-06-11T19:55:36.322Za package-manifest.toml 35K
34922026-06-11T19:55:36.322Za smf/sled-agent/non-gimlet/config.toml 6K
34932026-06-11T19:55:36.322Za target/release/omicron-package 46215K
34942026-06-11T19:55:36.322Za target/release/xtask 11453K
34952026-06-11T19:55:36.322Za target/debug/bootstrap 354824K
34962026-06-11T19:55:36.322Za tests/bootstrap-95f04c2751b2755d 31215K
34972026-06-11T19:55:36.322Za tests/commtest-e48c16f2d363903b 32300K
34982026-06-11T19:55:36.322Za tests/dhcp_server-44497a0941bcae3f 31215K
34992026-06-11T19:55:36.322Za tests/end_to_end_tests-3544b827135dc869 395912K
35002026-06-11T19:55:36.322Za tools/opte_version 1K
35012026-06-11T19:55:36.322Za tools/opte_version_override 2K
35022026-06-11T19:55:36.322Za out/clickhouse.tar.gz 321855K
35032026-06-11T19:55:36.322Za out/clickhouse_keeper.tar.gz 306924K
35042026-06-11T19:55:36.322Za out/clickhouse_server.tar.gz 321853K
35052026-06-11T19:55:36.322Za out/cockroachdb.tar.gz 166132K
35062026-06-11T19:55:36.322Za out/crucible-pantry-zone.tar.gz 41124K
35072026-06-11T19:55:36.322Za out/crucible-utils.tar 16478K
35082026-06-11T19:55:36.322Za out/crucible-zone.tar.gz 56694K
35092026-06-11T19:55:36.322Za out/external-dns.tar.gz 51261K
35102026-06-11T19:55:36.322Za out/internal-dns.tar.gz 51260K
35112026-06-11T19:55:36.322Za out/mg-ddm-gz.tar 97912K
35122026-06-11T19:55:36.322Za out/nexus.tar.gz 279809K
35132026-06-11T19:55:36.324Za out/ntp.tar.gz 32792K
35142026-06-11T19:55:36.325Za out/omicron-gateway-softnpu.tar.gz 29922K
35152026-06-11T19:55:36.325Za out/omicron-sled-agent.tar 203379K
35162026-06-11T19:55:36.325Za out/overlay.tar.gz 3K
35172026-06-11T19:55:36.325Za out/oximeter.tar.gz 68156K
35182026-06-11T19:55:36.325Za out/oxlog.tar 3782K
35192026-06-11T19:55:36.325Za out/probe.tar.gz 3037K
35202026-06-11T19:55:36.325Za out/propolis-server.tar.gz 34918K
35212026-06-11T19:55:36.325Za out/pumpkind-gz.tar 26647K
35222026-06-11T19:55:36.325Za out/switch-softnpu.tar.gz 454833K
35232026-06-11T19:55:36.329Z
35242026-06-11T19:55:36.329Zreal 1:22.140984635
35252026-06-11T19:55:36.329Zuser 1:19.404208250
35262026-06-11T19:55:36.329Zsys 4.511648223
35272026-06-11T19:55:36.329Ztrap 0.006705258
35282026-06-11T19:55:36.329Ztflt 0.000000000
35292026-06-11T19:55:36.329Zdflt 0.000000000
35302026-06-11T19:55:36.329Zkflt 0.000000000
35312026-06-11T19:55:36.329Zlock 0.000000000
35322026-06-11T19:55:36.329Zslp 1:19.261097741
35332026-06-11T19:55:36.329Zlat 1.093624067
35342026-06-11T19:55:36.329Zstop 0.000472668
35352026-06-11T19:55:36.329Zprocess exited: duration 1019614 ms, exit code 0
 
35362026-06-11T19:55:36.344Zfound 1 output files
35372026-06-11T19:55:36.344Zuploading: /work/package.tar.gz (2566185581 bytes)
35382026-06-11T19:56:05.703Zuploaded: /work/package.tar.gz