01KTMAJFPKJFWQN8YGX7TYA5HD: 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: 01KTMAK1WQ8YZ0HR0V26HBTH0T

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-08T19:16:32.816Zjob assigned to worker 01KTMAK7NG9P8D70K6MVT22KXR [factory aws, i-047e7fa6858c9d84c] (queued for 49 s)
 
22026-06-08T19:16:39.813Zstarting task 0: "setup"
32026-06-08T19:16:39.818Z++ uname -s
42026-06-08T19:16:39.818Z+ kern=SunOS
52026-06-08T19:16:39.818Z+ build_user=build
62026-06-08T19:16:39.818Z+ build_uid=12345
72026-06-08T19:16:39.818Z+ work_dir=/work
82026-06-08T19:16:39.818Z+ input_dir=/input
92026-06-08T19:16:39.818Z+ [[ 0 == 12345 ]]
102026-06-08T19:16:39.818Z+ case "$kern" in
112026-06-08T19:16:39.818Z+ groupadd -g 12345 build
122026-06-08T19:16:39.825Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-08T19:16:41.833Z+ zfs create -o mountpoint=/work rpool/work
142026-06-08T19:16:41.956Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-08T19:16:41.996Z+ home_fs=zfs
162026-06-08T19:16:41.997Z+ [[ zfs == autofs ]]
172026-06-08T19:16:41.997Z+ mkdir -p /home/build
182026-06-08T19:16:41.997Z+ chown build:build /home/build /work
192026-06-08T19:16:43.958Z+ chmod 0700 /home/build /work
202026-06-08T19:16:43.962Zprocess exited: duration 4153 ms, exit code 0
 
212026-06-08T19:16:43.971Zstarting task 1: "rust-toolchain"
222026-06-08T19:16:43.977Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-08T19:16:43.977Z * rust toolchain channel = "1.94.0"
242026-06-08T19:16:43.977Z * rust toolchain profile = "default"
252026-06-08T19:16:43.977Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-08T19:16:43.977Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-08T19:16:43.977Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-08T19:16:43.980Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-08T19:16:43.980Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-08T19:16:44.073Zinfo: downloading installer
312026-06-08T19:16:45.392Zwarn: It looks like you have an existing rustup settings file at:
322026-06-08T19:16:45.392Zwarn: /home/build/.rustup/settings.toml
332026-06-08T19:16:45.414Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-08T19:16:45.473Zwarn: instead of the one inferred from the default host triple.
352026-06-08T19:16:45.473Zinfo: profile set to default
362026-06-08T19:16:45.473Zinfo: default host triple is x86_64-unknown-illumos
372026-06-08T19:16:45.473Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-08T19:16:45.562Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-08T19:16:45.590Zinfo: downloading 6 components
402026-06-08T19:17:01.311Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-08T19:17:01.311Z
422026-06-08T19:17:01.338Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-08T19:17:01.338Z
442026-06-08T19:17:01.338Z
452026-06-08T19:17:01.338ZRust is installed now. Great!
462026-06-08T19:17:01.340Z
472026-06-08T19:17:01.340ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-08T19:17:01.340Zenvironment variable. This has not been done automatically.
492026-06-08T19:17:01.343Z
502026-06-08T19:17:01.343ZTo configure your current shell, you need to source
512026-06-08T19:17:01.343Zthe corresponding env file under $HOME/.cargo.
522026-06-08T19:17:01.343Z
532026-06-08T19:17:01.343ZThis is usually done by running one of the following (note the leading DOT):
542026-06-08T19:17:01.343Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-08T19:17:01.343Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-08T19:17:01.343Zsource "~/.cargo/env.nu" # For nushell
572026-06-08T19:17:01.343Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-08T19:17:01.343Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-08T19:17:01.343Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-08T19:17:01.343Zwarn: no default linker (`cc`) was found in your PATH
612026-06-08T19:17:01.343Zwarn: many Rust crates require a system C toolchain to build
622026-06-08T19:17:01.444Z+ rustup --version
632026-06-08T19:17:01.450Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-08T19:17:01.450Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-08T19:17:01.470Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-08T19:17:01.473Z+ cargo --version
672026-06-08T19:17:01.481Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-08T19:17:01.484Z+ rustc --version
692026-06-08T19:17:01.505Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-08T19:17:01.508Zprocess exited: duration 17537 ms, exit code 0
 
712026-06-08T19:17:01.514Zstarting task 2: "authentication"
722026-06-08T19:17:01.533Zprocess exited: duration 19 ms, exit code 0
 
732026-06-08T19:17:01.540Zstarting task 3: "clone repository"
742026-06-08T19:17:01.544Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-08T19:17:01.547Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-08T19:17:01.586ZCloning into '/work/oxidecomputer/omicron'...
772026-06-08T19:17:12.163Z+ cd /work/oxidecomputer/omicron
782026-06-08T19:17:12.163Z+ git fetch origin f074c6e811a80445beea04cd838e60848f70725e
792026-06-08T19:17:12.437ZFrom https://github.com/oxidecomputer/omicron
802026-06-08T19:17:12.439Z * branch f074c6e811a80445beea04cd838e60848f70725e -> FETCH_HEAD
812026-06-08T19:17:12.452Z+ [[ -n '' ]]
822026-06-08T19:17:12.452Z+ git reset --hard f074c6e811a80445beea04cd838e60848f70725e
832026-06-08T19:17:12.548ZHEAD is now at f074c6e81 cargo fmt / hakari
842026-06-08T19:17:12.552Zprocess exited: duration 11010 ms, exit code 0
 
852026-06-08T19:17:12.559Zstarting task 4: "build"
862026-06-08T19:17:12.565Z+ source .github/buildomat/ci-env.sh
872026-06-08T19:17:12.565Z++ export CARGO_TERM_COLOR=always
882026-06-08T19:17:12.565Z++ CARGO_TERM_COLOR=always
892026-06-08T19:17:12.565Z+ cargo --version
902026-06-08T19:17:12.575Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-06-08T19:17:12.579Z+ rustc --version
922026-06-08T19:17:12.598Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-06-08T19:17:12.601Z+ WORK=/work
942026-06-08T19:17:12.601Z+ pfexec mkdir -p /work
952026-06-08T19:17:12.604Z+ pfexec chown build /work
962026-06-08T19:17:12.611Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972026-06-08T19:17:14.628Z Startup: Refreshing catalog 'helios' ... Done
982026-06-08T19:17:14.715Z Startup: Caching catalogs ... Done
992026-06-08T19:17:15.047ZPlanning: Solver setup ... Done (0.283s)
1002026-06-08T19:17:15.067ZPlanning: Running solver ... Done (0.020s)
1012026-06-08T19:17:15.075ZPlanning: Finding local manifests ... Done (0.004s)
1022026-06-08T19:17:15.085ZPlanning: Fetching manifests: 0/2 0% complete
1032026-06-08T19:17:15.103ZPlanning: Fetching manifests: 2/2 100% complete
1042026-06-08T19:17:15.118ZPlanning: Package planning ... Done (0.015s)
1052026-06-08T19:17:15.121ZPlanning: Merging actions ... Done (0.002s)
1062026-06-08T19:17:15.312ZPlanning: Checking for conflicting actions ... Done (0.192s)
1072026-06-08T19:17:15.315ZPlanning: Consolidating action changes ... Done (0.001s)
1082026-06-08T19:17:16.199ZPlanning: Evaluating mediators ... Done (0.886s)
1092026-06-08T19:17:16.202ZPlanning: Planning completed in 1.46 seconds
1102026-06-08T19:17:16.209Z Packages to install: 2
1112026-06-08T19:17:16.209Z Estimated space available: 156.07 GB
1122026-06-08T19:17:16.210ZEstimated space to be consumed: 25.33 MB
1132026-06-08T19:17:16.210Z Create boot environment: No
1142026-06-08T19:17:16.210ZCreate backup boot environment: No
1152026-06-08T19:17:16.210Z Rebuild boot archive: No
1162026-06-08T19:17:16.210Z
1172026-06-08T19:17:16.214ZChanged packages:
1182026-06-08T19:17:16.214Zhelios
1192026-06-08T19:17:16.214Z developer/build-essential
1202026-06-08T19:17:16.214Z None -> 11-3.0
1212026-06-08T19:17:16.214Z library/libxmlsec1
1222026-06-08T19:17:16.214Z None -> 1.2.35-3.0
1232026-06-08T19:17:16.234Z
1242026-06-08T19:17:16.234ZDownload: 0/214 items 0.0/1.3MB 0% complete
1252026-06-08T19:17:17.479ZDownload: Completed 1.28 MB in 1.25 seconds (1.0M/s)
1262026-06-08T19:17:17.562Z Actions: 1/268 actions (Installing new actions)
1272026-06-08T19:17:17.602Z Actions: Completed 268 actions in 0.04 seconds.
1282026-06-08T19:17:17.612ZFinalize: Updating package state database ... Done (0.009s)
1292026-06-08T19:17:17.612ZFinalize: Updating package cache ... Done (0.000s)
1302026-06-08T19:17:17.634ZFinalize: Updating image state ... Done (0.022s)
1312026-06-08T19:17:20.275ZFinalize: Creating fast lookup database ... Done (2.619s)
1322026-06-08T19:17:20.345ZFinalize: Reading search index ... Done (0.013s)
1332026-06-08T19:17:20.349ZFinalize: Updating search index ... Done (0.000s)
1342026-06-08T19:17:20.434ZFinalize: Updating package cache ... Done (0.000s)
1352026-06-08T19:17:20.738ZPlanning: Evaluating mediator changes ... Done
1362026-06-08T19:17:20.842ZPlanning: Checking for conflicting actions ... Done
1372026-06-08T19:17:20.845ZPlanning: Consolidating action changes ... Done
1382026-06-08T19:17:20.999ZPlanning: Evaluating mediators ... Done
1392026-06-08T19:17:21.003ZPlanning: Planning completed in 0.26 seconds
1402026-06-08T19:17:21.025Z Mediators to change: 2
1412026-06-08T19:17:21.025Z Create boot environment: No
1422026-06-08T19:17:21.025ZCreate backup boot environment: No
1432026-06-08T19:17:21.081ZFinalize: Updating package state database ... Done
1442026-06-08T19:17:21.081ZFinalize: Updating package cache ... Done
1452026-06-08T19:17:21.096ZFinalize: Updating image state ... Done
1462026-06-08T19:17:23.034ZFinalize: Creating fast lookup database ... Done
1472026-06-08T19:17:23.095ZFinalize: Reading search index ... Done
1482026-06-08T19:17:23.105ZFinalize: Updating search index ... Done
1492026-06-08T19:17:23.184ZFinalize: Updating package cache ... Done
1502026-06-08T19:17:23.474ZPlanning: Evaluating mediator changes ... Done
1512026-06-08T19:17:23.574ZPlanning: Checking for conflicting actions ... Done
1522026-06-08T19:17:23.578ZPlanning: Consolidating action changes ... Done
1532026-06-08T19:17:23.734ZPlanning: Evaluating mediators ... Done
1542026-06-08T19:17:23.737ZPlanning: Planning completed in 0.26 seconds
1552026-06-08T19:17:23.757Z Mediators to change: 1
1562026-06-08T19:17:23.757Z Create boot environment: No
1572026-06-08T19:17:23.757ZCreate backup boot environment: No
1582026-06-08T19:17:23.812ZFinalize: Updating package state database ... Done
1592026-06-08T19:17:23.813ZFinalize: Updating package cache ... Done
1602026-06-08T19:17:23.828ZFinalize: Updating image state ... Done
1612026-06-08T19:17:25.787ZFinalize: Creating fast lookup database ... Done
1622026-06-08T19:17:25.849ZFinalize: Reading search index ... Done
1632026-06-08T19:17:25.853ZFinalize: Updating search index ... Done
1642026-06-08T19:17:25.933ZFinalize: Updating package cache ... Done
1652026-06-08T19:17:26.244ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1662026-06-08T19:17:26.244Zapache system 2.4 system
1672026-06-08T19:17:26.244Zclang system 15 system
1682026-06-08T19:17:26.245Zcsh system system illumos
1692026-06-08T19:17:26.245Zctags system system illumos
1702026-06-08T19:17:26.245Zfile vendor vendor darwinsys
1712026-06-08T19:17:26.245Zfile system system illumos
1722026-06-08T19:17:26.245Zgcc vendor 14 vendor
1732026-06-08T19:17:26.245Zgcc system 13 system
1742026-06-08T19:17:26.245Zgcc system 10 system
1752026-06-08T19:17:26.245Zgo system 1.25 system
1762026-06-08T19:17:26.245Zllvm system 15 system
1772026-06-08T19:17:26.245Zmariadb system 11.4 system
1782026-06-08T19:17:26.245Zmta vendor vendor dma
1792026-06-08T19:17:26.245Zopenjdk system 17 system
1802026-06-08T19:17:26.245Zopenjdk system 11 system
1812026-06-08T19:17:26.245Zopenssl vendor 3 vendor
1822026-06-08T19:17:26.245Zperl system 5.40 system
1832026-06-08T19:17:26.245Zpostgresql system 18 system
1842026-06-08T19:17:26.245Zpostgresql system 17 system
1852026-06-08T19:17:26.245Zpython vendor 3 vendor
1862026-06-08T19:17:26.248Zpython system 2 system
1872026-06-08T19:17:26.248Zpython3 vendor 3.13 vendor
1882026-06-08T19:17:26.248Zruby system 3.4 system
1892026-06-08T19:17:26.248Zruby system 3.0 system
1902026-06-08T19:17:26.248Zwords vendor vendor american-english
1912026-06-08T19:17:26.249Zwords system system australian-english
1922026-06-08T19:17:26.249Zwords system system british-english
1932026-06-08T19:17:26.249Zwords system system canadian-english
1942026-06-08T19:17:26.249Zwords system system french
1952026-06-08T19:17:26.249Zwords system system italian
1962026-06-08T19:17:26.249Zwords system system ngerman
1972026-06-08T19:17:26.249Zwords system system ogerman
1982026-06-08T19:17:26.249Zwords system system spanish
1992026-06-08T19:17:26.501ZPUBLISHER TYPE STATUS P LOCATION
2002026-06-08T19:17:26.501Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2012026-06-08T19:17:26.801ZFMRI IFO
2022026-06-08T19:17:26.801Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2032026-06-08T19:17:26.801Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2042026-06-08T19:17:26.801Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2052026-06-08T19:17:26.801Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2062026-06-08T19:17:26.801Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2072026-06-08T19:17:26.801Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2082026-06-08T19:17:26.801Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2092026-06-08T19:17:26.801Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2102026-06-08T19:17:26.801Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2112026-06-08T19:17:27.042Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2122026-06-08T19:17:27.333Z Updating crates.io index
2132026-06-08T19:17:27.336Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2142026-06-08T19:17:27.599Z Updating git repository `https://github.com/oxidecomputer/lldp`
2152026-06-08T19:17:28.403Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2162026-06-08T19:17:29.165Z Updating git repository `https://github.com/oxidecomputer/propolis`
2172026-06-08T19:17:30.086Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2182026-06-08T19:17:30.762Z Updating git repository `https://github.com/oxidecomputer/crucible`
2192026-06-08T19:17:34.193Z Updating git repository `https://github.com/oxidecomputer/opte`
2202026-06-08T19:17:35.190Z Updating git repository `https://github.com/oxidecomputer/tofino`
2212026-06-08T19:17:35.441Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2222026-06-08T19:17:37.543Z Updating git repository `https://github.com/oxidecomputer/clickward`
2232026-06-08T19:17:37.976Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2242026-06-08T19:17:38.442Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2252026-06-08T19:17:38.723Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2262026-06-08T19:17:40.217Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2272026-06-08T19:17:40.696Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2282026-06-08T19:17:41.287Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2292026-06-08T19:17:41.546Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2302026-06-08T19:17:42.978Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2312026-06-08T19:17:43.560Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2322026-06-08T19:17:43.914Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2332026-06-08T19:17:44.194Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2342026-06-08T19:17:44.490Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2352026-06-08T19:17:45.073Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2362026-06-08T19:17:45.419Z Updating git repository `https://github.com/oxidecomputer/erebor`
2372026-06-08T19:17:45.950Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2382026-06-08T19:17:46.401Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2392026-06-08T19:17:46.728Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2402026-06-08T19:17:47.082Z Updating git repository `https://github.com/oxidecomputer/ispf`
2412026-06-08T19:17:48.229Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-06-08T19:17:48.514Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2432026-06-08T19:17:49.253Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2442026-06-08T19:17:49.611Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2452026-06-08T19:17:50.038Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2462026-06-08T19:17:50.379Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2472026-06-08T19:17:50.786Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2482026-06-08T19:17:51.168Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2492026-06-08T19:17:51.975Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2502026-06-08T19:17:52.217Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2512026-06-08T19:17:52.504Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2522026-06-08T19:17:52.861Z Updating git repository `https://github.com/illumos/smf-rs`
2532026-06-08T19:17:53.203Z Updating git repository `https://github.com/oxidecomputer/omicron`
2542026-06-08T19:18:05.062Z Downloading crates ...
2552026-06-08T19:18:05.111Z Downloaded cfg-if v1.0.4
2562026-06-08T19:18:05.116Z Downloaded anstream v1.0.0
2572026-06-08T19:18:05.123Z Downloaded cargo_metadata v0.21.0
2582026-06-08T19:18:05.126Z Downloaded cargo_toml v0.21.0
2592026-06-08T19:18:05.131Z Downloaded form_urlencoded v1.2.2
2602026-06-08T19:18:05.134Z Downloaded heck v0.5.0
2612026-06-08T19:18:05.134Z Downloaded displaydoc v0.2.5
2622026-06-08T19:18:05.138Z Downloaded usdt-impl v0.5.0
2632026-06-08T19:18:05.142Z Downloaded log v0.4.29
2642026-06-08T19:18:05.149Z Downloaded toml_write v0.1.2
2652026-06-08T19:18:05.149Z Downloaded toml_datetime v0.6.11
2662026-06-08T19:18:05.149Z Downloaded unicode-xid v0.2.6
2672026-06-08T19:18:05.149Z Downloaded zerofrom-derive v0.1.6
2682026-06-08T19:18:05.149Z Downloaded thread-id v4.2.2
2692026-06-08T19:18:05.149Z Downloaded idna_adapter v1.2.1
2702026-06-08T19:18:05.152Z Downloaded crypto-common v0.1.7
2712026-06-08T19:18:05.152Z Downloaded version_check v0.9.5
2722026-06-08T19:18:05.152Z Downloaded zerovec-derive v0.11.2
2732026-06-08T19:18:05.152Z Downloaded utf8parse v0.2.2
2742026-06-08T19:18:05.156Z Downloaded yoke-derive v0.8.1
2752026-06-08T19:18:05.156Z Downloaded usdt-macro v0.5.0
2762026-06-08T19:18:05.156Z Downloaded unicode-linebreak v0.1.5
2772026-06-08T19:18:05.156Z Downloaded cpufeatures v0.2.17
2782026-06-08T19:18:05.160Z Downloaded digest v0.10.7
2792026-06-08T19:18:05.160Z Downloaded dtrace-parser v0.2.0
2802026-06-08T19:18:05.163Z Downloaded writeable v0.6.2
2812026-06-08T19:18:05.166Z Downloaded bytecount v0.6.9
2822026-06-08T19:18:05.166Z Downloaded yoke v0.8.1
2832026-06-08T19:18:05.166Z Downloaded thiserror-impl v1.0.69
2842026-06-08T19:18:05.169Z Downloaded clap_builder v4.6.0
2852026-06-08T19:18:05.173Z Downloaded potential_utf v0.1.4
2862026-06-08T19:18:05.176Z Downloaded utf8_iter v1.0.4
2872026-06-08T19:18:05.177Z Downloaded thiserror v2.0.18
2882026-06-08T19:18:05.180Z Downloaded usdt v0.5.0
2892026-06-08T19:18:05.180Z Downloaded errno v0.3.14
2902026-06-08T19:18:05.180Z Downloaded percent-encoding v2.3.2
2912026-06-08T19:18:05.181Z Downloaded fnv v1.0.7
2922026-06-08T19:18:05.181Z Downloaded anstyle-query v1.1.5
2932026-06-08T19:18:05.181Z Downloaded dof v0.3.0
2942026-06-08T19:18:05.184Z Downloaded ucd-trie v0.1.7
2952026-06-08T19:18:05.184Z Downloaded toml v0.8.23
2962026-06-08T19:18:05.187Z Downloaded block-buffer v0.10.4
2972026-06-08T19:18:05.187Z Downloaded scroll_derive v0.12.1
2982026-06-08T19:18:05.187Z Downloaded autocfg v1.5.0
2992026-06-08T19:18:05.190Z Downloaded zerofrom v0.1.6
3002026-06-08T19:18:05.190Z Downloaded typenum v1.19.0
3012026-06-08T19:18:05.193Z Downloaded unicode-ident v1.0.24
3022026-06-08T19:18:05.196Z Downloaded toml_edit v0.22.27
3032026-06-08T19:18:05.200Z Downloaded usdt-attr-macro v0.5.0
3042026-06-08T19:18:05.200Z Downloaded textwrap v0.16.2
3052026-06-08T19:18:05.203Z Downloaded tabled_derive v0.7.0
3062026-06-08T19:18:05.203Z Downloaded generic-array v0.14.7
3072026-06-08T19:18:05.208Z Downloaded typeid v1.0.3
3082026-06-08T19:18:05.208Z Downloaded zmij v1.0.21
3092026-06-08T19:18:05.214Z Downloaded zerotrie v0.2.3
3102026-06-08T19:18:05.214Z Downloaded ordered-float v2.10.1
3112026-06-08T19:18:05.214Z Downloaded clap_lex v1.0.0
3122026-06-08T19:18:05.214Z Downloaded tinystr v0.8.2
3132026-06-08T19:18:05.214Z Downloaded thiserror-impl v2.0.18
3142026-06-08T19:18:05.214Z Downloaded url v2.5.8
3152026-06-08T19:18:05.218Z Downloaded equivalent v1.0.2
3162026-06-08T19:18:05.222Z Downloaded zerocopy-derive v0.7.35
3172026-06-08T19:18:05.222Z Downloaded terminal_size v0.4.3
3182026-06-08T19:18:05.226Z Downloaded plain v0.2.3
3192026-06-08T19:18:05.226Z Downloaded is_terminal_polyfill v1.70.2
3202026-06-08T19:18:05.226Z Downloaded zerocopy v0.7.35
3212026-06-08T19:18:05.233Z Downloaded strsim v0.11.1
3222026-06-08T19:18:05.236Z Downloaded swrite v0.1.0
3232026-06-08T19:18:05.236Z Downloaded macaddr v1.0.1
3242026-06-08T19:18:05.236Z Downloaded stable_deref_trait v1.2.1
3252026-06-08T19:18:05.237Z Downloaded fastrand v2.3.0
3262026-06-08T19:18:05.241Z Downloaded serde-value v0.7.0
3272026-06-08T19:18:05.241Z Downloaded proc-macro-error-attr v1.0.4
3282026-06-08T19:18:05.244Z Downloaded zerovec v0.11.5
3292026-06-08T19:18:05.247Z Downloaded pretty-hex v0.4.1
3302026-06-08T19:18:05.247Z Downloaded itoa v1.0.17
3312026-06-08T19:18:05.251Z Downloaded winnow v0.7.14
3322026-06-08T19:18:05.256Z Downloaded unicode-width v0.1.14
3332026-06-08T19:18:05.261Z Downloaded smawk v0.3.2
3342026-06-08T19:18:05.265Z Downloaded colorchoice v1.0.4
3352026-06-08T19:18:05.265Z Downloaded serde_spanned v0.6.9
3362026-06-08T19:18:05.265Z Downloaded cargo-platform v0.2.0
3372026-06-08T19:18:05.269Z Downloaded unicode-width v0.2.0
3382026-06-08T19:18:05.272Z Downloaded heck v0.4.1
3392026-06-08T19:18:05.276Z Downloaded fs-err v3.3.0
3402026-06-08T19:18:05.279Z Downloaded byteorder v1.5.0
3412026-06-08T19:18:05.282Z Downloaded proc-macro-error v1.0.4
3422026-06-08T19:18:05.288Z Downloaded cargo-util-schemas v0.8.2
3432026-06-08T19:18:05.293Z Downloaded memmap v0.7.0
3442026-06-08T19:18:05.297Z Downloaded scroll v0.12.0
3452026-06-08T19:18:05.300Z Downloaded sha2 v0.10.9
3462026-06-08T19:18:05.300Z Downloaded quote v1.0.45
3472026-06-08T19:18:05.307Z Downloaded synstructure v0.13.2
3482026-06-08T19:18:05.318Z Downloaded erased-serde v0.4.9
3492026-06-08T19:18:05.326Z Downloaded serde_tokenstream v0.2.3
3502026-06-08T19:18:05.329Z Downloaded anstyle v1.0.14
3512026-06-08T19:18:05.332Z Downloaded serde-untagged v0.1.9
3522026-06-08T19:18:05.335Z Downloaded pest_derive v2.8.6
3532026-06-08T19:18:05.336Z Downloaded thiserror v1.0.69
3542026-06-08T19:18:05.339Z Downloaded clap_derive v4.6.1
3552026-06-08T19:18:05.339Z Downloaded camino-tempfile v1.4.1
3562026-06-08T19:18:05.350Z Downloaded pest_generator v2.8.6
3572026-06-08T19:18:05.353Z Downloaded semver v1.0.28
3582026-06-08T19:18:05.356Z Downloaded tempfile v3.25.0
3592026-06-08T19:18:05.360Z Downloaded camino v1.2.2
3602026-06-08T19:18:05.363Z Downloaded litemap v0.8.1
3612026-06-08T19:18:05.363Z Downloaded once_cell v1.21.3
3622026-06-08T19:18:05.366Z Downloaded anstyle-parse v1.0.0
3632026-06-08T19:18:05.374Z Downloaded anyhow v1.0.102
3642026-06-08T19:18:05.378Z Downloaded serde_derive v1.0.228
3652026-06-08T19:18:05.386Z Downloaded icu_provider v2.1.1
3662026-06-08T19:18:05.389Z Downloaded pest v2.8.6
3672026-06-08T19:18:05.389Z Downloaded icu_locale_core v2.1.1
3682026-06-08T19:18:05.392Z Downloaded bitflags v2.11.0
3692026-06-08T19:18:05.399Z Downloaded proc-macro2 v1.0.106
3702026-06-08T19:18:05.403Z Downloaded getrandom v0.4.1
3712026-06-08T19:18:05.403Z Downloaded icu_properties v2.1.2
3722026-06-08T19:18:05.406Z Downloaded smallvec v1.15.1
3732026-06-08T19:18:05.406Z Downloaded num-traits v0.2.19
3742026-06-08T19:18:05.411Z Downloaded clap v4.6.1
3752026-06-08T19:18:05.415Z Downloaded pest_meta v2.8.6
3762026-06-08T19:18:05.415Z Downloaded icu_normalizer_data v2.1.1
3772026-06-08T19:18:05.415Z Downloaded serde_core v1.0.228
3782026-06-08T19:18:05.430Z Downloaded papergrid v0.11.0
3792026-06-08T19:18:05.443Z Downloaded serde v1.0.228
3802026-06-08T19:18:05.451Z Downloaded icu_normalizer v2.1.1
3812026-06-08T19:18:05.460Z Downloaded indexmap v2.14.0
3822026-06-08T19:18:05.463Z Downloaded memchr v2.8.0
3832026-06-08T19:18:05.467Z Downloaded idna v1.1.0
3842026-06-08T19:18:05.470Z Downloaded icu_collections v2.1.1
3852026-06-08T19:18:05.487Z Downloaded serde_json v1.0.149
3862026-06-08T19:18:05.501Z Downloaded icu_properties_data v2.1.2
3872026-06-08T19:18:05.508Z Downloaded goblin v0.8.2
3882026-06-08T19:18:05.513Z Downloaded hashbrown v0.17.0
3892026-06-08T19:18:05.534Z Downloaded tabled v0.15.0
3902026-06-08T19:18:05.545Z Downloaded syn v2.0.117
3912026-06-08T19:18:05.549Z Downloaded syn v1.0.109
3922026-06-08T19:18:05.581Z Downloaded rustix v1.1.3
3932026-06-08T19:18:05.617Z Downloaded libc v0.2.185
3942026-06-08T19:18:05.683Z Compiling proc-macro2 v1.0.106
3952026-06-08T19:18:05.683Z Compiling quote v1.0.45
3962026-06-08T19:18:05.686Z Compiling unicode-ident v1.0.24
3972026-06-08T19:18:05.686Z Compiling serde_core v1.0.228
3982026-06-08T19:18:05.686Z Compiling libc v0.2.185
3992026-06-08T19:18:05.686Z Compiling version_check v0.9.5
4002026-06-08T19:18:05.686Z Compiling serde v1.0.228
4012026-06-08T19:18:05.686Z Compiling stable_deref_trait v1.2.1
4022026-06-08T19:18:05.686Z Compiling memchr v2.8.0
4032026-06-08T19:18:05.687Z Compiling zmij v1.0.21
4042026-06-08T19:18:05.869Z Compiling itoa v1.0.17
4052026-06-08T19:18:05.890Z Compiling autocfg v1.5.0
4062026-06-08T19:18:05.895Z Compiling ucd-trie v0.1.7
4072026-06-08T19:18:05.895Z Compiling thiserror v1.0.69
4082026-06-08T19:18:05.895Z Compiling writeable v0.6.2
4092026-06-08T19:18:06.108Z Compiling litemap v0.8.1
4102026-06-08T19:18:06.125Z Compiling byteorder v1.5.0
4112026-06-08T19:18:06.251Z Compiling rustix v1.1.3
4122026-06-08T19:18:06.370Z Compiling pest v2.8.6
4132026-06-08T19:18:06.388Z Compiling icu_properties_data v2.1.2
4142026-06-08T19:18:06.421Z Compiling icu_normalizer_data v2.1.1
4152026-06-08T19:18:06.424Z Compiling serde_json v1.0.149
4162026-06-08T19:18:06.474Z Compiling bitflags v2.11.0
4172026-06-08T19:18:06.593Z Compiling hashbrown v0.17.0
4182026-06-08T19:18:06.607Z Compiling num-traits v0.2.19
4192026-06-08T19:18:06.644Z Compiling typeid v1.0.3
4202026-06-08T19:18:06.689Z Compiling equivalent v1.0.2
4212026-06-08T19:18:06.692Z Compiling smallvec v1.15.1
4222026-06-08T19:18:06.807Z Compiling proc-macro-error-attr v1.0.4
4232026-06-08T19:18:06.857Z Compiling usdt-impl v0.5.0
4242026-06-08T19:18:06.907Z Compiling toml_write v0.1.2
4252026-06-08T19:18:06.927Z Compiling erased-serde v0.4.9
4262026-06-08T19:18:06.931Z Compiling syn v1.0.109
4272026-06-08T19:18:06.963Z Compiling errno v0.3.14
4282026-06-08T19:18:07.027Z Compiling thread-id v4.2.2
4292026-06-08T19:18:07.045Z Compiling winnow v0.7.14
4302026-06-08T19:18:07.130Z Compiling indexmap v2.14.0
4312026-06-08T19:18:07.198Z Compiling proc-macro-error v1.0.4
4322026-06-08T19:18:07.217Z Compiling percent-encoding v2.3.2
4332026-06-08T19:18:07.223Z Compiling log v0.4.29
4342026-06-08T19:18:07.251Z Compiling utf8_iter v1.0.4
4352026-06-08T19:18:07.286Z Compiling utf8parse v0.2.2
4362026-06-08T19:18:07.319Z Compiling camino v1.2.2
4372026-06-08T19:18:07.360Z Compiling syn v2.0.117
4382026-06-08T19:18:07.409Z Compiling plain v0.2.3
4392026-06-08T19:18:07.426Z Compiling getrandom v0.4.1
4402026-06-08T19:18:07.430Z Compiling thiserror v2.0.18
4412026-06-08T19:18:07.459Z Compiling anstyle-parse v1.0.0
4422026-06-08T19:18:07.493Z Compiling pest_meta v2.8.6
4432026-06-08T19:18:07.578Z Compiling form_urlencoded v1.2.2
4442026-06-08T19:18:07.685Z Compiling ordered-float v2.10.1
4452026-06-08T19:18:07.738Z Compiling anstyle v1.0.14
4462026-06-08T19:18:07.742Z Compiling anstyle-query v1.1.5
4472026-06-08T19:18:07.785Z Compiling colorchoice v1.0.4
4482026-06-08T19:18:07.804Z Compiling pretty-hex v0.4.1
4492026-06-08T19:18:07.858Z Compiling is_terminal_polyfill v1.70.2
4502026-06-08T19:18:07.875Z Compiling cfg-if v1.0.4
4512026-06-08T19:18:07.939Z Compiling terminal_size v0.4.3
4522026-06-08T19:18:07.961Z Compiling anstream v1.0.0
4532026-06-08T19:18:08.010Z Compiling fs-err v3.3.0
4542026-06-08T19:18:08.015Z Compiling unicode-width v0.1.14
4552026-06-08T19:18:08.045Z Compiling heck v0.4.1
4562026-06-08T19:18:08.068Z Compiling clap_lex v1.0.0
4572026-06-08T19:18:08.085Z Compiling unicode-xid v0.2.6
4582026-06-08T19:18:08.104Z Compiling fastrand v2.3.0
4592026-06-08T19:18:08.240Z Compiling semver v1.0.28
4602026-06-08T19:18:08.336Z Compiling strsim v0.11.1
4612026-06-08T19:18:08.340Z Compiling fnv v1.0.7
4622026-06-08T19:18:08.376Z Compiling once_cell v1.21.3
4632026-06-08T19:18:08.399Z Compiling heck v0.5.0
4642026-06-08T19:18:08.399Z Compiling anyhow v1.0.102
4652026-06-08T19:18:08.429Z Compiling bytecount v0.6.9
4662026-06-08T19:18:08.587Z Compiling tempfile v3.25.0
4672026-06-08T19:18:08.635Z Compiling papergrid v0.11.0
4682026-06-08T19:18:08.636Z Compiling clap_builder v4.6.0
4692026-06-08T19:18:08.636Z Compiling memmap v0.7.0
4702026-06-08T19:18:08.636Z Compiling smawk v0.3.2
4712026-06-08T19:18:08.709Z Compiling serde-untagged v0.1.9
4722026-06-08T19:18:08.767Z Compiling unicode-linebreak v0.1.5
4732026-06-08T19:18:08.823Z Compiling unicode-width v0.2.0
4742026-06-08T19:18:08.823Z Compiling camino-tempfile v1.4.1
4752026-06-08T19:18:08.947Z Compiling swrite v0.1.0
4762026-06-08T19:18:09.007Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4772026-06-08T19:18:09.053Z Compiling textwrap v0.16.2
4782026-06-08T19:18:09.324Z Compiling tabled_derive v0.7.0
4792026-06-08T19:18:09.901Z Compiling synstructure v0.13.2
4802026-06-08T19:18:09.901Z Compiling pest_generator v2.8.6
4812026-06-08T19:18:09.996Z Compiling tabled v0.15.0
4822026-06-08T19:18:10.439Z Compiling serde_derive v1.0.228
4832026-06-08T19:18:10.439Z Compiling zerofrom-derive v0.1.6
4842026-06-08T19:18:10.471Z Compiling yoke-derive v0.8.1
4852026-06-08T19:18:10.471Z Compiling zerovec-derive v0.11.2
4862026-06-08T19:18:10.471Z Compiling displaydoc v0.2.5
4872026-06-08T19:18:10.473Z Compiling thiserror-impl v1.0.69
4882026-06-08T19:18:10.473Z Compiling zerocopy-derive v0.7.35
4892026-06-08T19:18:10.476Z Compiling scroll_derive v0.12.1
4902026-06-08T19:18:10.476Z Compiling thiserror-impl v2.0.18
4912026-06-08T19:18:10.478Z Compiling clap_derive v4.6.1
4922026-06-08T19:18:10.516Z Compiling pest_derive v2.8.6
4932026-06-08T19:18:11.195Z Compiling scroll v0.12.0
4942026-06-08T19:18:11.260Z Compiling zerocopy v0.7.35
4952026-06-08T19:18:11.417Z Compiling goblin v0.8.2
4962026-06-08T19:18:11.536Z Compiling zerofrom v0.1.6
4972026-06-08T19:18:11.676Z Compiling yoke v0.8.1
4982026-06-08T19:18:11.700Z Compiling dtrace-parser v0.2.0
4992026-06-08T19:18:11.822Z Compiling zerovec v0.11.5
5002026-06-08T19:18:11.822Z Compiling zerotrie v0.2.3
5012026-06-08T19:18:11.981Z Compiling clap v4.6.1
5022026-06-08T19:18:12.618Z Compiling tinystr v0.8.2
5032026-06-08T19:18:12.618Z Compiling potential_utf v0.1.4
5042026-06-08T19:18:12.638Z Compiling icu_collections v2.1.1
5052026-06-08T19:18:12.638Z Compiling icu_locale_core v2.1.1
5062026-06-08T19:18:12.992Z Compiling toml_datetime v0.6.11
5072026-06-08T19:18:12.992Z Compiling serde_spanned v0.6.9
5082026-06-08T19:18:12.996Z Compiling serde-value v0.7.0
5092026-06-08T19:18:12.996Z Compiling cargo-platform v0.2.0
5102026-06-08T19:18:12.996Z Compiling macaddr v1.0.1
5112026-06-08T19:18:13.009Z Compiling icu_provider v2.1.1
5122026-06-08T19:18:13.014Z Compiling dof v0.3.0
5132026-06-08T19:18:13.014Z Compiling serde_tokenstream v0.2.3
5142026-06-08T19:18:13.191Z Compiling toml_edit v0.22.27
5152026-06-08T19:18:13.322Z Compiling icu_normalizer v2.1.1
5162026-06-08T19:18:13.327Z Compiling icu_properties v2.1.2
5172026-06-08T19:18:13.752Z Compiling usdt-macro v0.5.0
5182026-06-08T19:18:13.757Z Compiling usdt-attr-macro v0.5.0
5192026-06-08T19:18:14.130Z Compiling idna_adapter v1.2.1
5202026-06-08T19:18:14.236Z Compiling idna v1.1.0
5212026-06-08T19:18:14.333Z Compiling usdt v0.5.0
5222026-06-08T19:18:14.435Z Compiling toml v0.8.23
5232026-06-08T19:18:14.486Z Compiling url v2.5.8
5242026-06-08T19:18:14.770Z Compiling cargo_toml v0.21.0
5252026-06-08T19:18:14.878Z Compiling cargo-util-schemas v0.8.2
5262026-06-08T19:18:15.653Z Compiling cargo_metadata v0.21.0
5272026-06-08T19:18:16.578Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5282026-06-08T19:18:18.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.80s
5292026-06-08T19:18:18.939Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5302026-06-08T19:18:19.495Z Downloading crates ...
5312026-06-08T19:18:19.586Z Downloaded async-stream-impl v0.3.6
5322026-06-08T19:18:19.590Z Downloaded adler2 v2.0.1
5332026-06-08T19:18:19.600Z Downloaded cargo-platform v0.3.2
5342026-06-08T19:18:19.604Z Downloaded crc-catalog v2.4.0
5352026-06-08T19:18:19.604Z Downloaded backon v1.6.0
5362026-06-08T19:18:19.608Z Downloaded crc v3.4.0
5372026-06-08T19:18:19.609Z Downloaded chacha20 v0.10.0
5382026-06-08T19:18:19.609Z Downloaded camino-tempfile-ext v0.3.3
5392026-06-08T19:18:19.609Z Downloaded anstyle-parse v0.2.7
5402026-06-08T19:18:19.615Z Downloaded crc-any v2.5.0
5412026-06-08T19:18:19.615Z Downloaded convert_case v0.10.0
5422026-06-08T19:18:19.615Z Downloaded aead v0.5.2
5432026-06-08T19:18:19.624Z Downloaded darling_macro v0.23.0
5442026-06-08T19:18:19.624Z Downloaded atomicwrites v0.4.4
5452026-06-08T19:18:19.624Z Downloaded darling v0.13.4
5462026-06-08T19:18:19.624Z Downloaded dirs-next v2.0.0
5472026-06-08T19:18:19.624Z Downloaded darling v0.20.11
5482026-06-08T19:18:19.631Z Downloaded bitfield-struct v0.6.2
5492026-06-08T19:18:19.631Z Downloaded cfg_aliases v0.2.1
5502026-06-08T19:18:19.631Z Downloaded bitvec v1.0.1
5512026-06-08T19:18:19.637Z Downloaded dunce v1.0.5
5522026-06-08T19:18:19.637Z Downloaded clang-sys v1.8.1
5532026-06-08T19:18:19.641Z Downloaded bzip2 v0.6.1
5542026-06-08T19:18:19.642Z Downloaded darling_macro v0.21.3
5552026-06-08T19:18:19.642Z Downloaded async-recursion v1.1.1
5562026-06-08T19:18:19.646Z Downloaded fallible-iterator v0.2.0
5572026-06-08T19:18:19.646Z Downloaded async-bb8-diesel v0.2.1
5582026-06-08T19:18:19.654Z Downloaded ena v0.14.4
5592026-06-08T19:18:19.654Z Downloaded display-error-chain v0.2.2
5602026-06-08T19:18:19.654Z Downloaded dropshot-api-manager-types v0.7.2
5612026-06-08T19:18:19.654Z Downloaded defmt v0.3.100
5622026-06-08T19:18:19.654Z Downloaded darling_macro v0.13.4
5632026-06-08T19:18:19.659Z Downloaded ctr v0.9.2
5642026-06-08T19:18:19.659Z Downloaded block-padding v0.3.3
5652026-06-08T19:18:19.659Z Downloaded bitfield-macros v0.19.4
5662026-06-08T19:18:19.659Z Downloaded foreign-types v0.3.2
5672026-06-08T19:18:19.661Z Downloaded derive_builder_macro v0.20.2
5682026-06-08T19:18:19.661Z Downloaded derive-ex v0.1.8
5692026-06-08T19:18:19.661Z Downloaded erased-serde v0.3.31
5702026-06-08T19:18:19.666Z Downloaded diff v0.1.13
5712026-06-08T19:18:19.666Z Downloaded array-init v0.0.4
5722026-06-08T19:18:19.666Z Downloaded defmt v1.0.1
5732026-06-08T19:18:19.666Z Downloaded flume v0.11.1
5742026-06-08T19:18:19.673Z Downloaded data-encoding v2.10.0
5752026-06-08T19:18:19.673Z Downloaded atomic-waker v1.1.2
5762026-06-08T19:18:19.673Z Downloaded arrayref v0.3.9
5772026-06-08T19:18:19.673Z Downloaded cpufeatures v0.3.0
5782026-06-08T19:18:19.673Z Downloaded ciborium-io v0.2.2
5792026-06-08T19:18:19.677Z Downloaded base16ct v0.2.0
5802026-06-08T19:18:19.677Z Downloaded crc8 v0.1.1
5812026-06-08T19:18:19.677Z Downloaded convert_case v0.4.0
5822026-06-08T19:18:19.677Z Downloaded chacha20 v0.9.1
5832026-06-08T19:18:19.677Z Downloaded cassowary v0.3.0
5842026-06-08T19:18:19.678Z Downloaded ascii-canvas v3.0.0
5852026-06-08T19:18:19.678Z Downloaded cstr-argument v0.1.2
5862026-06-08T19:18:19.678Z Downloaded anstream v0.6.21
5872026-06-08T19:18:19.681Z Downloaded difflib v0.4.0
5882026-06-08T19:18:19.681Z Downloaded compression-codecs v0.4.37
5892026-06-08T19:18:19.681Z Downloaded defmt-parser v1.0.0
5902026-06-08T19:18:19.704Z Downloaded bitflags v1.3.2
5912026-06-08T19:18:19.704Z Downloaded document-features v0.2.12
5922026-06-08T19:18:19.704Z Downloaded embedded-io v0.6.1
5932026-06-08T19:18:19.705Z Downloaded curve25519-dalek-derive v0.1.1
5942026-06-08T19:18:19.718Z Downloaded cmake v0.1.57
5952026-06-08T19:18:19.718Z Downloaded foreign-types-macros v0.2.3
5962026-06-08T19:18:19.718Z Downloaded foreign-types v0.5.0
5972026-06-08T19:18:19.718Z Downloaded derive-where v1.6.0
5982026-06-08T19:18:19.718Z Downloaded darling_core v0.21.3
5992026-06-08T19:18:19.718Z Downloaded fixedbitset v0.4.2
6002026-06-08T19:18:19.718Z Downloaded bitfield v0.19.4
6012026-06-08T19:18:19.718Z Downloaded darling v0.23.0
6022026-06-08T19:18:19.718Z Downloaded env_filter v1.0.0
6032026-06-08T19:18:19.718Z Downloaded bit-vec v0.6.3
6042026-06-08T19:18:19.718Z Downloaded endian-type v0.1.2
6052026-06-08T19:18:19.718Z Downloaded crunchy v0.2.4
6062026-06-08T19:18:19.718Z Downloaded cfg_aliases v0.1.1
6072026-06-08T19:18:19.718Z Downloaded bit-set v0.5.3
6082026-06-08T19:18:19.718Z Downloaded darling_core v0.20.11
6092026-06-08T19:18:19.718Z Downloaded funty v2.0.0
6102026-06-08T19:18:19.726Z Downloaded dsl_auto_type v0.2.0
6112026-06-08T19:18:19.726Z Downloaded foreign-types-shared v0.3.1
6122026-06-08T19:18:19.726Z Downloaded downcast-rs v2.0.2
6132026-06-08T19:18:19.727Z Downloaded base64ct v1.8.3
6142026-06-08T19:18:19.727Z Downloaded fd-lock v4.0.4
6152026-06-08T19:18:19.727Z Downloaded debug-ignore v1.0.5
6162026-06-08T19:18:19.727Z Downloaded async-stream v0.3.6
6172026-06-08T19:18:19.727Z Downloaded darling_macro v0.20.11
6182026-06-08T19:18:19.727Z Downloaded float-ord v0.3.2
6192026-06-08T19:18:19.727Z Downloaded enum-as-inner v0.6.1
6202026-06-08T19:18:19.732Z Downloaded float-cmp v0.10.0
6212026-06-08T19:18:19.732Z Downloaded dtrace-parser v0.3.0
6222026-06-08T19:18:19.732Z Downloaded assert_matches v1.5.0
6232026-06-08T19:18:19.732Z Downloaded crucible-workspace-hack v0.1.0
6242026-06-08T19:18:19.732Z Downloaded csv-core v0.1.13
6252026-06-08T19:18:19.732Z Downloaded ciborium-ll v0.2.2
6262026-06-08T19:18:19.732Z Downloaded atty v0.2.14
6272026-06-08T19:18:19.738Z Downloaded ghash v0.5.1
6282026-06-08T19:18:19.743Z Downloaded const-oid v0.9.6
6292026-06-08T19:18:19.743Z Downloaded dirs-sys-next v0.1.2
6302026-06-08T19:18:19.743Z Downloaded derive_builder_core v0.20.2
6312026-06-08T19:18:19.743Z Downloaded foldhash v0.2.0
6322026-06-08T19:18:19.743Z Downloaded flagset v0.4.7
6332026-06-08T19:18:19.747Z Downloaded corncobs v0.1.4
6342026-06-08T19:18:19.747Z Downloaded bumpalo v3.20.2
6352026-06-08T19:18:19.747Z Downloaded gethostname v0.5.0
6362026-06-08T19:18:19.747Z Downloaded cancel-safe-futures v0.1.5
6372026-06-08T19:18:19.750Z Downloaded bit-set v0.8.0
6382026-06-08T19:18:19.750Z Downloaded buf-list v1.1.2
6392026-06-08T19:18:19.750Z Downloaded futures-core v0.3.32
6402026-06-08T19:18:19.753Z Downloaded filetime v0.2.27
6412026-06-08T19:18:19.753Z Downloaded futures-macro v0.3.32
6422026-06-08T19:18:19.753Z Downloaded fxhash v0.2.1
6432026-06-08T19:18:19.758Z Downloaded bcrypt-pbkdf v0.10.0
6442026-06-08T19:18:19.759Z Downloaded futures-io v0.3.32
6452026-06-08T19:18:19.759Z Downloaded dof v0.4.0
6462026-06-08T19:18:19.759Z Downloaded ff v0.13.1
6472026-06-08T19:18:19.763Z Downloaded fatfs v0.3.6
6482026-06-08T19:18:19.763Z Downloaded git-stub v1.0.0
6492026-06-08T19:18:19.763Z Downloaded globwalk v0.9.1
6502026-06-08T19:18:19.763Z Downloaded foreign-types-shared v0.1.1
6512026-06-08T19:18:19.763Z Downloaded castaway v0.2.4
6522026-06-08T19:18:19.763Z Downloaded hash32 v0.2.1
6532026-06-08T19:18:19.765Z Downloaded backoff v0.4.0
6542026-06-08T19:18:19.765Z Downloaded cobs v0.3.0
6552026-06-08T19:18:19.766Z Downloaded env_logger v0.11.9
6562026-06-08T19:18:19.768Z Downloaded futures-sink v0.3.32
6572026-06-08T19:18:19.768Z Downloaded diesel_table_macro_syntax v0.3.0
6582026-06-08T19:18:19.772Z Downloaded deranged v0.5.8
6592026-06-08T19:18:19.772Z Downloaded hex-literal v0.4.1
6602026-06-08T19:18:19.774Z Downloaded headers-core v0.3.0
6612026-06-08T19:18:19.775Z Downloaded dyn-clone v1.0.20
6622026-06-08T19:18:19.781Z Downloaded hex v0.4.3
6632026-06-08T19:18:19.781Z Downloaded either v1.15.0
6642026-06-08T19:18:19.784Z Downloaded hostname v0.3.1
6652026-06-08T19:18:19.784Z Downloaded der_derive v0.7.3
6662026-06-08T19:18:19.784Z Downloaded fixedbitset v0.5.7
6672026-06-08T19:18:19.784Z Downloaded foldhash v0.1.5
6682026-06-08T19:18:19.787Z Downloaded daft-derive v0.1.7
6692026-06-08T19:18:19.787Z Downloaded daft v0.1.7
6702026-06-08T19:18:19.791Z Downloaded ecdsa v0.16.9
6712026-06-08T19:18:19.794Z Downloaded http-body v1.0.1
6722026-06-08T19:18:19.794Z Downloaded arrayvec v0.7.6
6732026-06-08T19:18:19.794Z Downloaded des v0.8.1
6742026-06-08T19:18:19.795Z Downloaded bit-vec v0.8.0
6752026-06-08T19:18:19.795Z Downloaded crossbeam-deque v0.8.6
6762026-06-08T19:18:19.798Z Downloaded async-trait v0.1.89
6772026-06-08T19:18:19.806Z Downloaded compression-core v0.4.31
6782026-06-08T19:18:19.806Z Downloaded cipher v0.4.4
6792026-06-08T19:18:19.806Z Downloaded cexpr v0.6.0
6802026-06-08T19:18:19.819Z Downloaded cbc v0.1.2
6812026-06-08T19:18:19.819Z Downloaded byte-wrapper v0.1.0
6822026-06-08T19:18:19.819Z Downloaded argon2 v0.5.3
6832026-06-08T19:18:19.819Z Downloaded hubpack_derive v0.1.1
6842026-06-08T19:18:19.819Z Downloaded http-range v0.1.5
6852026-06-08T19:18:19.819Z Downloaded hostname v0.4.2
6862026-06-08T19:18:19.819Z Downloaded hubpack v0.1.2
6872026-06-08T19:18:19.824Z Downloaded httpdate v1.0.3
6882026-06-08T19:18:19.824Z Downloaded critical-section v1.2.0
6892026-06-08T19:18:19.824Z Downloaded defmt-macros v1.0.1
6902026-06-08T19:18:19.824Z Downloaded ident_case v1.0.1
6912026-06-08T19:18:19.824Z Downloaded bytes v1.11.1
6922026-06-08T19:18:19.824Z Downloaded fs-err v2.11.0
6932026-06-08T19:18:19.824Z Downloaded futures-executor v0.3.32
6942026-06-08T19:18:19.824Z Downloaded crossbeam-utils v0.8.21
6952026-06-08T19:18:19.825Z Downloaded illumos-nvpair v0.3.0
6962026-06-08T19:18:19.826Z Downloaded cookie v0.18.1
6972026-06-08T19:18:19.826Z Downloaded illumos-nvpair-sys v0.2.0
6982026-06-08T19:18:19.826Z Downloaded bb8 v0.8.6
6992026-06-08T19:18:19.831Z Downloaded instant v0.1.13
7002026-06-08T19:18:19.832Z Downloaded cargo_metadata v0.23.1
7012026-06-08T19:18:19.832Z Downloaded hash32 v0.3.1
7022026-06-08T19:18:19.832Z Downloaded group v0.13.0
7032026-06-08T19:18:19.832Z Downloaded glob v0.3.3
7042026-06-08T19:18:19.832Z Downloaded git-stub-vcs v0.1.0
7052026-06-08T19:18:19.832Z Downloaded blowfish v0.9.1
7062026-06-08T19:18:19.839Z Downloaded indoc v1.0.9
7072026-06-08T19:18:19.840Z Downloaded inout v0.1.4
7082026-06-08T19:18:19.840Z Downloaded is-terminal v0.4.17
7092026-06-08T19:18:19.840Z Downloaded diesel_derives v2.3.7
7102026-06-08T19:18:19.844Z Downloaded instability v0.3.11
7112026-06-08T19:18:19.844Z Downloaded futures-task v0.3.32
7122026-06-08T19:18:19.844Z Downloaded internet-checksum v0.2.1
7132026-06-08T19:18:19.845Z Downloaded bcs v0.1.6
7142026-06-08T19:18:19.851Z Downloaded indent_write v2.2.0
7152026-06-08T19:18:19.851Z Downloaded ed25519 v2.2.3
7162026-06-08T19:18:19.851Z Downloaded cc v1.2.56
7172026-06-08T19:18:19.851Z Downloaded is_ci v1.2.0
7182026-06-08T19:18:19.855Z Downloaded ahash v0.8.12
7192026-06-08T19:18:19.856Z Downloaded http-body-util v0.1.3
7202026-06-08T19:18:19.856Z Downloaded home v0.5.12
7212026-06-08T19:18:19.856Z Downloaded crossbeam-epoch v0.9.18
7222026-06-08T19:18:19.856Z Downloaded keccak v0.1.6
7232026-06-08T19:18:19.856Z Downloaded colored v3.1.1
7242026-06-08T19:18:19.861Z Downloaded constant_time_eq v0.4.2
7252026-06-08T19:18:19.861Z Downloaded fs_extra v1.3.0
7262026-06-08T19:18:19.861Z Downloaded darling_core v0.13.4
7272026-06-08T19:18:19.871Z Downloaded console v0.16.2
7282026-06-08T19:18:19.871Z Downloaded lazy_static v1.5.0
7292026-06-08T19:18:19.871Z Downloaded kstat-rs v0.2.4
7302026-06-08T19:18:19.879Z Downloaded derive_builder v0.20.2
7312026-06-08T19:18:19.880Z Downloaded lalrpop-util v0.19.12
7322026-06-08T19:18:19.880Z Downloaded hyper-tls v0.6.0
7332026-06-08T19:18:19.880Z Downloaded highway v1.3.0
7342026-06-08T19:18:19.880Z Downloaded hyper-staticfile v0.10.1
7352026-06-08T19:18:19.880Z Downloaded allocator-api2 v0.2.21
7362026-06-08T19:18:19.880Z Downloaded bzip2 v0.4.4
7372026-06-08T19:18:19.880Z Downloaded maplit v1.0.2
7382026-06-08T19:18:19.880Z Downloaded chacha20poly1305 v0.10.1
7392026-06-08T19:18:19.883Z Downloaded libscf-sys v1.2.0
7402026-06-08T19:18:19.883Z Downloaded impl-trait-for-tuples v0.2.3
7412026-06-08T19:18:19.884Z Downloaded linked-hash-map v0.5.6
7422026-06-08T19:18:19.884Z Downloaded futures-channel v0.3.32
7432026-06-08T19:18:19.884Z Downloaded getrandom v0.2.17
7442026-06-08T19:18:19.887Z Downloaded lru-cache v0.1.2
7452026-06-08T19:18:19.887Z Downloaded match_cfg v0.1.0
7462026-06-08T19:18:19.887Z Downloaded lru-slab v0.1.2
7472026-06-08T19:18:19.887Z Downloaded lzss v0.8.2
7482026-06-08T19:18:19.887Z Downloaded new_debug_unreachable v1.0.6
7492026-06-08T19:18:19.891Z Downloaded md5 v0.7.0
7502026-06-08T19:18:19.891Z Downloaded memoffset v0.9.1
7512026-06-08T19:18:19.891Z Downloaded md-5 v0.10.6
7522026-06-08T19:18:19.894Z Downloaded find-msvc-tools v0.1.9
7532026-06-08T19:18:19.894Z Downloaded cookie_store v0.22.1
7542026-06-08T19:18:19.894Z Downloaded ciborium v0.2.2
7552026-06-08T19:18:19.898Z Downloaded indoc v2.0.7
7562026-06-08T19:18:19.898Z Downloaded half v1.8.3
7572026-06-08T19:18:19.901Z Downloaded ipnet v2.11.0
7582026-06-08T19:18:19.901Z Downloaded ingot-types v0.1.2
7592026-06-08T19:18:19.901Z Downloaded globset v0.4.18
7602026-06-08T19:18:19.905Z Downloaded newtype-uuid-macros v0.1.0
7612026-06-08T19:18:19.905Z Downloaded newline-converter v0.3.0
7622026-06-08T19:18:19.905Z Downloaded maybe-uninit v2.0.0
7632026-06-08T19:18:19.908Z Downloaded ipnetwork v0.21.1
7642026-06-08T19:18:19.908Z Downloaded managed v0.8.0
7652026-06-08T19:18:19.908Z Downloaded lru v0.12.5
7662026-06-08T19:18:19.908Z Downloaded darling_core v0.23.0
7672026-06-08T19:18:19.911Z Downloaded nibble_vec v0.1.0
7682026-06-08T19:18:19.916Z Downloaded nodrop v0.1.14
7692026-06-08T19:18:19.916Z Downloaded multimap v0.10.1
7702026-06-08T19:18:19.916Z Downloaded derive_more v2.1.1
7712026-06-08T19:18:19.922Z Downloaded num-conv v0.2.0
7722026-06-08T19:18:19.926Z Downloaded newtype_derive v0.1.6
7732026-06-08T19:18:19.926Z Downloaded hmac v0.12.1
7742026-06-08T19:18:19.926Z Downloaded console v0.15.11
7752026-06-08T19:18:19.926Z Downloaded derive_more v0.99.20
7762026-06-08T19:18:19.929Z Downloaded opaque-debug v0.3.1
7772026-06-08T19:18:19.930Z Downloaded num_threads v0.1.7
7782026-06-08T19:18:19.930Z Downloaded elliptic-curve v0.13.8
7792026-06-08T19:18:19.933Z Downloaded dropshot_endpoint v0.17.0
7802026-06-08T19:18:19.937Z Downloaded num-iter v0.1.45
7812026-06-08T19:18:19.937Z Downloaded humantime v2.3.0
7822026-06-08T19:18:19.937Z Downloaded num v0.4.3
7832026-06-08T19:18:19.940Z Downloaded nonempty v0.12.0
7842026-06-08T19:18:19.940Z Downloaded jobserver v0.1.34
7852026-06-08T19:18:19.940Z Downloaded hyper-rustls v0.27.7
7862026-06-08T19:18:19.943Z Downloaded httparse v1.10.1
7872026-06-08T19:18:19.943Z Downloaded olpc-cjson v0.1.4
7882026-06-08T19:18:19.943Z Downloaded openssl-probe v0.1.6
7892026-06-08T19:18:19.946Z Downloaded libloading v0.8.9
7902026-06-08T19:18:19.946Z Downloaded libefi-sys v0.1.0
7912026-06-08T19:18:19.949Z Downloaded libsw v3.5.0
7922026-06-08T19:18:19.949Z Downloaded openssl-macros v0.1.1
7932026-06-08T19:18:19.949Z Downloaded num_enum_derive v0.5.11
7942026-06-08T19:18:19.949Z Downloaded linear-map v1.2.0
7952026-06-08T19:18:19.953Z Downloaded lock_api v0.4.14
7962026-06-08T19:18:19.953Z Downloaded ingot-macros v0.1.1
7972026-06-08T19:18:19.955Z Downloaded iana-time-zone v0.1.65
7982026-06-08T19:18:19.960Z Downloaded openssl-probe v0.2.1
7992026-06-08T19:18:19.960Z Downloaded drift v0.2.0
8002026-06-08T19:18:19.963Z Downloaded oso-derive v0.27.3
8012026-06-08T19:18:19.963Z Downloaded compact_str v0.8.1
8022026-06-08T19:18:19.966Z Downloaded newtype-uuid v1.3.2
8032026-06-08T19:18:19.966Z Downloaded mime_guess v2.0.5
8042026-06-08T19:18:19.970Z Downloaded ingot v0.1.1
8052026-06-08T19:18:19.970Z Downloaded multer v3.1.0
8062026-06-08T19:18:19.972Z Downloaded getrandom v0.3.4
8072026-06-08T19:18:19.972Z Downloaded nanorand v0.7.0
8082026-06-08T19:18:19.975Z Downloaded normalize-line-endings v0.3.0
8092026-06-08T19:18:19.975Z Downloaded mime v0.3.17
8102026-06-08T19:18:19.975Z Downloaded arc-swap v1.8.2
8112026-06-08T19:18:19.979Z Downloaded peg-runtime v0.8.5
8122026-06-08T19:18:19.979Z Downloaded path-slash v0.1.5
8132026-06-08T19:18:19.979Z Downloaded parse-display v0.10.0
8142026-06-08T19:18:19.982Z Downloaded native-tls v0.2.18
8152026-06-08T19:18:19.982Z Downloaded blake2 v0.10.6
8162026-06-08T19:18:19.982Z Downloaded darling v0.21.3
8172026-06-08T19:18:19.985Z Downloaded const_format_proc_macros v0.2.34
8182026-06-08T19:18:19.989Z Downloaded pbkdf2 v0.12.2
8192026-06-08T19:18:19.989Z Downloaded pbkdf2 v0.11.0
8202026-06-08T19:18:19.989Z Downloaded crc32fast v1.5.0
8212026-06-08T19:18:19.992Z Downloaded parse-size v1.1.0
8222026-06-08T19:18:19.992Z Downloaded colored v2.2.0
8232026-06-08T19:18:19.995Z Downloaded embedded-io v0.4.0
8242026-06-08T19:18:19.995Z Downloaded nu-ansi-term v0.50.3
8252026-06-08T19:18:19.995Z Downloaded pin-utils v0.1.0
8262026-06-08T19:18:19.999Z Downloaded num-integer v0.1.46
8272026-06-08T19:18:19.999Z Downloaded base64 v0.21.7
8282026-06-08T19:18:20.003Z Downloaded diesel-dtrace v0.5.0
8292026-06-08T19:18:20.003Z Downloaded phf_shared v0.12.1
8302026-06-08T19:18:20.003Z Downloaded precomputed-hash v0.1.1
8312026-06-08T19:18:20.003Z Downloaded phf_shared v0.11.3
8322026-06-08T19:18:20.017Z Downloaded powerfmt v0.2.0
8332026-06-08T19:18:20.020Z Downloaded num_enum_derive v0.7.6
8342026-06-08T19:18:20.020Z Downloaded num_enum v0.7.6
8352026-06-08T19:18:20.023Z Downloaded num_enum v0.5.11
8362026-06-08T19:18:20.026Z Downloaded num-derive v0.4.2
8372026-06-08T19:18:20.030Z Downloaded ignore v0.4.25
8382026-06-08T19:18:20.030Z Downloaded memmap2 v0.9.10
8392026-06-08T19:18:20.031Z Downloaded litrs v1.0.0
8402026-06-08T19:18:20.033Z Downloaded indexmap v1.9.3
8412026-06-08T19:18:20.033Z Downloaded proc-macro-crate v1.3.1
8422026-06-08T19:18:20.036Z Downloaded half v2.7.1
8432026-06-08T19:18:20.036Z Downloaded proc-macro-error-attr2 v2.0.0
8442026-06-08T19:18:20.041Z Downloaded proc-macro-crate v3.4.0
8452026-06-08T19:18:20.041Z Downloaded predicates-tree v1.0.13
8462026-06-08T19:18:20.041Z Downloaded packed_struct_codegen v0.10.1
8472026-06-08T19:18:20.046Z Downloaded oxnet v0.1.5
8482026-06-08T19:18:20.046Z Downloaded headers v0.4.1
8492026-06-08T19:18:20.049Z Downloaded predicates-core v1.0.10
8502026-06-08T19:18:20.049Z Downloaded parking_lot_core v0.8.6
8512026-06-08T19:18:20.049Z Downloaded heapless v0.8.0
8522026-06-08T19:18:20.049Z Downloaded packed_struct v0.10.1
8532026-06-08T19:18:20.052Z Downloaded futures v0.3.32
8542026-06-08T19:18:20.055Z Downloaded progenitor-macro v0.14.0
8552026-06-08T19:18:20.055Z Downloaded progenitor-client v0.14.0
8562026-06-08T19:18:20.057Z Downloaded paste v1.0.15
8572026-06-08T19:18:20.062Z Downloaded quick-error v1.2.3
8582026-06-08T19:18:20.063Z Downloaded password-hash v0.4.2
8592026-06-08T19:18:20.063Z Downloaded peg-macros v0.8.5
8602026-06-08T19:18:20.063Z Downloaded crossbeam-channel v0.5.15
8612026-06-08T19:18:20.066Z Downloaded progenitor-client v0.10.0
8622026-06-08T19:18:20.066Z Downloaded flate2 v1.1.9
8632026-06-08T19:18:20.066Z Downloaded pem v3.0.6
8642026-06-08T19:18:20.069Z Downloaded base64 v0.22.1
8652026-06-08T19:18:20.071Z Downloaded aes-gcm v0.10.3
8662026-06-08T19:18:20.072Z Downloaded phf v0.13.1
8672026-06-08T19:18:20.074Z Downloaded phf v0.12.1
8682026-06-08T19:18:20.074Z Downloaded num-rational v0.4.2
8692026-06-08T19:18:20.074Z Downloaded psl-types v2.0.11
8702026-06-08T19:18:20.078Z Downloaded progenitor-macro v0.13.0
8712026-06-08T19:18:20.078Z Downloaded peg v0.8.5
8722026-06-08T19:18:20.081Z Downloaded radium v0.7.0
8732026-06-08T19:18:20.081Z Downloaded rand_chacha v0.3.1
8742026-06-08T19:18:20.081Z Downloaded progenitor-macro v0.11.2
8752026-06-08T19:18:20.081Z Downloaded der v0.7.10
8762026-06-08T19:18:20.084Z Downloaded pem-rfc7468 v0.7.0
8772026-06-08T19:18:20.084Z Downloaded parse-display-derive v0.10.0
8782026-06-08T19:18:20.087Z Downloaded ppv-lite86 v0.2.21
8792026-06-08T19:18:20.087Z Downloaded postgres-protocol v0.6.10
8802026-06-08T19:18:20.090Z Downloaded poly1305 v0.8.0
8812026-06-08T19:18:20.090Z Downloaded pin-project-internal v1.1.11
8822026-06-08T19:18:20.094Z Downloaded pin-project-lite v0.2.17
8832026-06-08T19:18:20.097Z Downloaded omicron-zone-package v0.12.2
8842026-06-08T19:18:20.097Z Downloaded derive_more-impl v2.1.1
8852026-06-08T19:18:20.100Z Downloaded libbz2-rs-sys v0.2.2
8862026-06-08T19:18:20.105Z Downloaded pkcs8 v0.10.2
8872026-06-08T19:18:20.105Z Downloaded polyval v0.6.2
8882026-06-08T19:18:20.109Z Downloaded pkg-config v0.3.32
8892026-06-08T19:18:20.109Z Downloaded indicatif v0.18.4
8902026-06-08T19:18:20.109Z Downloaded rand_xorshift v0.4.0
8912026-06-08T19:18:20.109Z Downloaded recursive v0.1.1
8922026-06-08T19:18:20.112Z Downloaded progenitor v0.11.2
8932026-06-08T19:18:20.113Z Downloaded oxide-tokio-rt v0.1.4
8942026-06-08T19:18:20.113Z Downloaded owo-colors v4.3.0
8952026-06-08T19:18:20.113Z Downloaded ar_archive_writer v0.5.1
8962026-06-08T19:18:20.117Z Downloaded parking_lot v0.11.2
8972026-06-08T19:18:20.121Z Downloaded recursive-proc-macro-impl v0.1.1
8982026-06-08T19:18:20.121Z Downloaded const_format v0.2.35
8992026-06-08T19:18:20.123Z Downloaded heapless v0.7.17
9002026-06-08T19:18:20.127Z Downloaded num-complex v0.4.6
9012026-06-08T19:18:20.127Z Downloaded progenitor-client v0.13.0
9022026-06-08T19:18:20.127Z Downloaded progenitor-extras v0.2.0
9032026-06-08T19:18:20.127Z Downloaded proc-macro-error2 v2.0.1
9042026-06-08T19:18:20.132Z Downloaded progenitor v0.13.0
9052026-06-08T19:18:20.132Z Downloaded progenitor v0.14.0
9062026-06-08T19:18:20.132Z Downloaded progenitor-client v0.11.2
9072026-06-08T19:18:20.132Z Downloaded ref-cast-impl v1.0.25
9082026-06-08T19:18:20.132Z Downloaded ref-cast v1.0.25
9092026-06-08T19:18:20.135Z Downloaded primeorder v0.13.6
9102026-06-08T19:18:20.135Z Downloaded rfc6979 v0.4.0
9112026-06-08T19:18:20.135Z Downloaded async-compression v0.4.41
9122026-06-08T19:18:20.138Z Downloaded crypto-bigint v0.5.5
9132026-06-08T19:18:20.143Z Downloaded parking_lot_core v0.9.12
9142026-06-08T19:18:20.143Z Downloaded libsw-core v0.3.2
9152026-06-08T19:18:20.145Z Downloaded psm v0.1.30
9162026-06-08T19:18:20.149Z Downloaded phf_shared v0.13.1
9172026-06-08T19:18:20.151Z Downloaded rustc_version v0.4.1
9182026-06-08T19:18:20.151Z Downloaded r2d2 v0.8.10
9192026-06-08T19:18:20.156Z Downloaded rtoolbox v0.0.3
9202026-06-08T19:18:20.156Z Downloaded rand_chacha v0.9.0
9212026-06-08T19:18:20.156Z Downloaded hickory-resolver v0.25.2
9222026-06-08T19:18:20.158Z Downloaded ed25519-dalek v2.2.0
9232026-06-08T19:18:20.161Z Downloaded rand_seeder v0.4.0
9242026-06-08T19:18:20.161Z Downloaded expectorate v1.2.0
9252026-06-08T19:18:20.164Z Downloaded rand_core v0.9.5
9262026-06-08T19:18:20.164Z Downloaded postcard v1.1.3
9272026-06-08T19:18:20.164Z Downloaded pkcs1 v0.7.5
9282026-06-08T19:18:20.167Z Downloaded rustc-hash v2.1.1
9292026-06-08T19:18:20.167Z Downloaded rand_core v0.6.4
9302026-06-08T19:18:20.171Z Downloaded pkcs5 v0.7.1
9312026-06-08T19:18:20.171Z Downloaded russh-cryptovec v0.7.3
9322026-06-08T19:18:20.175Z Downloaded rand_core v0.10.0
9332026-06-08T19:18:20.175Z Downloaded miniz_oxide v0.8.9
9342026-06-08T19:18:20.175Z Downloaded oso v0.27.3
9352026-06-08T19:18:20.180Z Downloaded same-file v1.0.6
9362026-06-08T19:18:20.183Z Downloaded salsa20 v0.10.2
9372026-06-08T19:18:20.183Z Downloaded rustc_version v0.1.7
9382026-06-08T19:18:20.183Z Downloaded sapling-renderdag v0.1.0
9392026-06-08T19:18:20.187Z Downloaded parking_lot v0.12.5
9402026-06-08T19:18:20.190Z Downloaded scrypt v0.11.0
9412026-06-08T19:18:20.193Z Downloaded predicates v3.1.4
9422026-06-08T19:18:20.193Z Downloaded hickory-resolver v0.24.4
9432026-06-08T19:18:20.196Z Downloaded papergrid v0.17.0
9442026-06-08T19:18:20.199Z Downloaded password-hash v0.5.0
9452026-06-08T19:18:20.202Z Downloaded scheduled-thread-pool v0.2.7
9462026-06-08T19:18:20.202Z Downloaded scroll_derive v0.13.1
9472026-06-08T19:18:20.202Z Downloaded serde_bytes v0.11.19
9482026-06-08T19:18:20.205Z Downloaded serde-big-array v0.5.1
9492026-06-08T19:18:20.205Z Downloaded secrecy v0.10.3
9502026-06-08T19:18:20.208Z Downloaded secrecy v0.8.0
9512026-06-08T19:18:20.208Z Downloaded seq-macro v0.3.6
9522026-06-08T19:18:20.215Z Downloaded resolv-conf v0.7.6
9532026-06-08T19:18:20.215Z Downloaded semver v0.1.20
9542026-06-08T19:18:20.215Z Downloaded serde_urlencoded v0.7.1
9552026-06-08T19:18:20.218Z Downloaded serde_repr v0.1.20
9562026-06-08T19:18:20.223Z Downloaded jiff-static v0.2.21
9572026-06-08T19:18:20.225Z Downloaded sha1 v0.10.6
9582026-06-08T19:18:20.230Z Downloaded quinn-udp v0.5.14
9592026-06-08T19:18:20.232Z Downloaded pin-project v1.1.11
9602026-06-08T19:18:20.239Z Downloaded serde_plain v1.0.2
9612026-06-08T19:18:20.242Z Downloaded rustls-pemfile v1.0.4
9622026-06-08T19:18:20.242Z Downloaded postgres-types v0.2.12
9632026-06-08T19:18:20.250Z Downloaded http v1.4.0
9642026-06-08T19:18:20.250Z Downloaded shell-words v1.1.1
9652026-06-08T19:18:20.250Z Downloaded prefix-trie v0.7.0
9662026-06-08T19:18:20.253Z Downloaded rustls-native-certs v0.8.3
9672026-06-08T19:18:20.253Z Downloaded signal-hook-tokio v0.3.1
9682026-06-08T19:18:20.256Z Downloaded sigpipe v0.1.3
9692026-06-08T19:18:20.256Z Downloaded rusty-fork v0.3.1
9702026-06-08T19:18:20.259Z Downloaded rustls-pemfile v2.2.0
9712026-06-08T19:18:20.262Z Downloaded slog-bunyan v2.5.0
9722026-06-08T19:18:20.265Z Downloaded rustversion v1.0.22
9732026-06-08T19:18:20.268Z Downloaded scopeguard v1.2.0
9742026-06-08T19:18:20.268Z Downloaded siphasher v1.0.2
9752026-06-08T19:18:20.274Z Downloaded progenitor-impl v0.14.0
9762026-06-08T19:18:20.278Z Downloaded scroll v0.13.0
9772026-06-08T19:18:20.282Z Downloaded hashbrown v0.12.3
9782026-06-08T19:18:20.285Z Downloaded hashbrown v0.13.2
9792026-06-08T19:18:20.285Z Downloaded progenitor-impl v0.13.0
9802026-06-08T19:18:20.288Z Downloaded progenitor-impl v0.11.2
9812026-06-08T19:18:20.291Z Downloaded serde_spanned v1.0.4
9822026-06-08T19:18:20.291Z Downloaded serde-hex v0.1.0
9832026-06-08T19:18:20.291Z Downloaded serde_path_to_error v0.1.20
9842026-06-08T19:18:20.294Z Downloaded sct v0.7.1
9852026-06-08T19:18:20.294Z Downloaded serde_derive_internals v0.29.1
9862026-06-08T19:18:20.296Z Downloaded sec1 v0.7.3
9872026-06-08T19:18:20.297Z Downloaded schemars_derive v0.8.22
9882026-06-08T19:18:20.299Z Downloaded serde_with_macros v1.5.2
9892026-06-08T19:18:20.299Z Downloaded aes v0.8.4
9902026-06-08T19:18:20.302Z Downloaded crossterm v0.28.1
9912026-06-08T19:18:20.305Z Downloaded ssh-cipher v0.2.0
9922026-06-08T19:18:20.305Z Downloaded minimal-lexical v0.2.1
9932026-06-08T19:18:20.308Z Downloaded ssh-encoding v0.2.0
9942026-06-08T19:18:20.323Z Downloaded russh-keys v0.45.0
9952026-06-08T19:18:20.337Z Downloaded strum v0.26.3
9962026-06-08T19:18:20.337Z Downloaded strip-ansi-escapes v0.2.1
9972026-06-08T19:18:20.337Z Downloaded signature v2.2.0
9982026-06-08T19:18:20.337Z Downloaded hyper-util v0.1.20
9992026-06-08T19:18:20.341Z Downloaded structmeta-derive v0.3.0
10002026-06-08T19:18:20.341Z Downloaded rcgen v0.12.1
10012026-06-08T19:18:20.343Z Downloaded shlex v1.3.0
10022026-06-08T19:18:20.343Z Downloaded openssl-sys v0.9.115
10032026-06-08T19:18:20.346Z Downloaded slog-envlogger v2.2.0
10042026-06-08T19:18:20.347Z Downloaded slog-async v2.8.0
10052026-06-08T19:18:20.347Z Downloaded supports-color v3.0.2
10062026-06-08T19:18:20.347Z Downloaded subtle v2.6.1
10072026-06-08T19:18:20.349Z Downloaded strsim v0.10.0
10082026-06-08T19:18:20.349Z Downloaded signal-hook-mio v0.2.5
10092026-06-08T19:18:20.349Z Downloaded slog-dtrace v0.3.0
10102026-06-08T19:18:20.353Z Downloaded slab v0.4.12
10112026-06-08T19:18:20.354Z Downloaded sync-ptr v0.1.4
10122026-06-08T19:18:20.354Z Downloaded simd-adler32 v0.3.8
10132026-06-08T19:18:20.357Z Downloaded tagptr v0.2.0
10142026-06-08T19:18:20.357Z Downloaded signal-hook-registry v1.4.8
10152026-06-08T19:18:20.357Z Downloaded rustls-pki-types v1.14.0
10162026-06-08T19:18:20.357Z Downloaded smf v0.2.3
10172026-06-08T19:18:20.357Z Downloaded slog-scope v4.4.1
10182026-06-08T19:18:20.360Z Downloaded prettyplease v0.2.37
10192026-06-08T19:18:20.363Z Downloaded sync_wrapper v1.0.2
10202026-06-08T19:18:20.363Z Downloaded slog-term v2.9.2
10212026-06-08T19:18:20.363Z Downloaded tap v1.0.1
10222026-06-08T19:18:20.366Z Downloaded ron v0.8.1
10232026-06-08T19:18:20.369Z Downloaded smallvec v0.6.14
10242026-06-08T19:18:20.370Z Downloaded snafu-derive v0.8.9
10252026-06-08T19:18:20.372Z Downloaded tabwriter v1.4.1
10262026-06-08T19:18:20.372Z Downloaded tabled_derive v0.11.0
10272026-06-08T19:18:20.372Z Downloaded termtree v0.5.1
10282026-06-08T19:18:20.372Z Downloaded slog-stdlog v4.1.1
10292026-06-08T19:18:20.376Z Downloaded slog-json v2.6.1
10302026-06-08T19:18:20.376Z Downloaded itertools v0.10.5
10312026-06-08T19:18:20.379Z Downloaded hickory-server v0.25.2
10322026-06-08T19:18:20.382Z Downloaded crossterm v0.29.0
10332026-06-08T19:18:20.385Z Downloaded testing_table v0.3.0
10342026-06-08T19:18:20.390Z Downloaded take_mut v0.2.2
10352026-06-08T19:18:20.390Z Downloaded sqlparser_derive v0.5.0
10362026-06-08T19:18:20.390Z Downloaded spki v0.7.3
10372026-06-08T19:18:20.390Z Downloaded string_cache v0.8.9
10382026-06-08T19:18:20.390Z Downloaded stacker v0.1.23
10392026-06-08T19:18:20.397Z Downloaded serde_with_macros v3.17.0
10402026-06-08T19:18:20.397Z Downloaded time-core v0.1.8
10412026-06-08T19:18:20.397Z Downloaded thiserror-impl-no-std v2.0.2
10422026-06-08T19:18:20.400Z Downloaded static_assertions v1.1.0
10432026-06-08T19:18:20.400Z Downloaded sqlformat v0.3.5
10442026-06-08T19:18:20.404Z Downloaded strum_macros v0.24.3
10452026-06-08T19:18:20.406Z Downloaded strum v0.27.2
10462026-06-08T19:18:20.406Z Downloaded thread-id v5.1.0
10472026-06-08T19:18:20.409Z Downloaded structmeta v0.3.0
10482026-06-08T19:18:20.409Z Downloaded stringprep v0.1.5
10492026-06-08T19:18:20.409Z Downloaded pretty_assertions v1.4.1
10502026-06-08T19:18:20.416Z Downloaded tokio-macros v2.7.0
10512026-06-08T19:18:20.419Z Downloaded strum_macros v0.26.4
10522026-06-08T19:18:20.423Z Downloaded hashbrown v0.16.1
10532026-06-08T19:18:20.426Z Downloaded strum_macros v0.27.2
10542026-06-08T19:18:20.429Z Downloaded nom v7.1.3
10552026-06-08T19:18:20.432Z Downloaded schemars v0.8.22
10562026-06-08T19:18:20.437Z Downloaded termios v0.3.3
10572026-06-08T19:18:20.440Z Downloaded p256 v0.13.2
10582026-06-08T19:18:20.443Z Downloaded mio v1.2.0
10592026-06-08T19:18:20.447Z Downloaded hashbrown v0.15.5
10602026-06-08T19:18:20.449Z Downloaded support-bundle-viewer v0.1.2
10612026-06-08T19:18:20.450Z Downloaded quinn v0.11.9
10622026-06-08T19:18:20.452Z Downloaded ryu v1.0.23
10632026-06-08T19:18:20.455Z Downloaded dropshot-api-manager v0.7.2
10642026-06-08T19:18:20.458Z Downloaded qorb v0.4.1
10652026-06-08T19:18:20.461Z Downloaded topological-sort v0.2.2
10662026-06-08T19:18:20.464Z Downloaded tower-layer v0.3.3
10672026-06-08T19:18:20.467Z Downloaded serde_cbor v0.11.2
10682026-06-08T19:18:20.471Z Downloaded num-bigint v0.4.6
10692026-06-08T19:18:20.475Z Downloaded try-lock v0.2.5
10702026-06-08T19:18:20.478Z Downloaded rustls-platform-verifier v0.6.2
10712026-06-08T19:18:20.481Z Downloaded libxml v0.3.3
10722026-06-08T19:18:20.484Z Downloaded thread_local v1.1.9
10732026-06-08T19:18:20.484Z Downloaded thiserror-no-std v2.0.2
10742026-06-08T19:18:20.487Z Downloaded rand v0.8.6
10752026-06-08T19:18:20.490Z Downloaded tokio-dtrace v0.1.1
10762026-06-08T19:18:20.493Z Downloaded tower-service v0.3.3
10772026-06-08T19:18:20.493Z Downloaded trait-variant v0.1.2
10782026-06-08T19:18:20.493Z Downloaded tls_codec_derive v0.4.2
10792026-06-08T19:18:20.493Z Downloaded unarray v0.1.4
10802026-06-08T19:18:20.493Z Downloaded tokio-native-tls v0.3.1
10812026-06-08T19:18:20.496Z Downloaded rayon-core v1.13.0
10822026-06-08T19:18:20.499Z Downloaded tls_codec v0.4.2
10832026-06-08T19:18:20.499Z Downloaded typify-macro v0.6.2
10842026-06-08T19:18:20.499Z Downloaded typify-macro v0.4.3
10852026-06-08T19:18:20.502Z Downloaded iri-string v0.7.10
10862026-06-08T19:18:20.505Z Downloaded signal-hook v0.3.18
10872026-06-08T19:18:20.508Z Downloaded tinyvec_macros v0.1.1
10882026-06-08T19:18:20.508Z Downloaded tiny-keccak v2.0.2
10892026-06-08T19:18:20.511Z Downloaded time-macros v0.2.27
10902026-06-08T19:18:20.511Z Downloaded schemars v0.9.0
10912026-06-08T19:18:20.516Z Downloaded untrusted v0.7.1
10922026-06-08T19:18:20.519Z Downloaded untrusted v0.9.0
10932026-06-08T19:18:20.519Z Downloaded tokio-tungstenite v0.21.0
10942026-06-08T19:18:20.522Z Downloaded term v1.2.1
10952026-06-08T19:18:20.522Z Downloaded unicode-truncate v1.1.0
10962026-06-08T19:18:20.525Z Downloaded unit-prefix v0.5.2
10972026-06-08T19:18:20.525Z Downloaded tokio-rustls v0.25.0
10982026-06-08T19:18:20.525Z Downloaded spin v0.9.8
10992026-06-08T19:18:20.528Z Downloaded slog v2.8.2
11002026-06-08T19:18:20.532Z Downloaded utf-8 v0.7.6
11012026-06-08T19:18:20.532Z Downloaded usdt-macro v0.6.0
11022026-06-08T19:18:20.532Z Downloaded usdt-attr-macro v0.6.0
11032026-06-08T19:18:20.534Z Downloaded itertools v0.12.1
11042026-06-08T19:18:20.537Z Downloaded socket2 v0.5.10
11052026-06-08T19:18:20.537Z Downloaded term v0.7.0
11062026-06-08T19:18:20.540Z Downloaded publicsuffix v2.3.0
11072026-06-08T19:18:20.540Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11082026-06-08T19:18:20.543Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11092026-06-08T19:18:20.543Z Downloaded tokio-tungstenite v0.23.1
11102026-06-08T19:18:20.546Z Downloaded usdt v0.6.0
11112026-06-08T19:18:20.546Z Downloaded socket2 v0.6.3
11122026-06-08T19:18:20.546Z Downloaded num-bigint-dig v0.8.6
11132026-06-08T19:18:20.551Z Downloaded rsa v0.9.10
11142026-06-08T19:18:20.554Z Downloaded wait-timeout v0.2.1
11152026-06-08T19:18:20.554Z Downloaded rand v0.9.2
11162026-06-08T19:18:20.557Z Downloaded want v0.3.1
11172026-06-08T19:18:20.557Z Downloaded hyper v1.8.1
11182026-06-08T19:18:20.563Z Downloaded void v1.0.2
11192026-06-08T19:18:20.567Z Downloaded tui-tree-widget v0.23.1
11202026-06-08T19:18:20.573Z Downloaded unicase v2.9.0
11212026-06-08T19:18:20.577Z Downloaded waitgroup v0.1.2
11222026-06-08T19:18:20.582Z Downloaded h2 v0.4.13
11232026-06-08T19:18:20.588Z Downloaded subprocess v0.2.15
11242026-06-08T19:18:20.591Z Downloaded tokio-stream v0.1.18
11252026-06-08T19:18:20.593Z Downloaded similar v2.7.0
11262026-06-08T19:18:20.596Z Downloaded xshell-macros v0.2.7
11272026-06-08T19:18:20.596Z Downloaded xattr v1.6.1
11282026-06-08T19:18:20.599Z Downloaded samael v0.0.19
11292026-06-08T19:18:20.602Z Downloaded tokio-rustls v0.26.4
11302026-06-08T19:18:20.602Z Downloaded tokio-rustls v0.24.1
11312026-06-08T19:18:20.605Z Downloaded nom v8.0.0
11322026-06-08T19:18:20.608Z Downloaded snafu v0.8.9
11332026-06-08T19:18:20.611Z Downloaded usdt-impl v0.6.0
11342026-06-08T19:18:20.614Z Downloaded zeroize_derive v1.4.3
11352026-06-08T19:18:20.614Z Downloaded test-strategy v0.4.5
11362026-06-08T19:18:20.617Z Downloaded toml_writer v1.0.6+spec-1.1.0
11372026-06-08T19:18:20.617Z Downloaded uzers v0.12.2
11382026-06-08T19:18:20.617Z Downloaded zone_cfg_derive v0.3.1
11392026-06-08T19:18:20.617Z Downloaded vergen-git2 v9.1.0
11402026-06-08T19:18:20.620Z Downloaded toml_parser v1.0.9+spec-1.1.0
11412026-06-08T19:18:20.620Z Downloaded rustls-webpki v0.103.9
11422026-06-08T19:18:20.624Z Downloaded vergen-lib v0.1.6
11432026-06-08T19:18:20.630Z Downloaded serde_yaml v0.9.34+deprecated
11442026-06-08T19:18:20.633Z Downloaded rand v0.10.0
11452026-06-08T19:18:20.636Z Downloaded walkdir v2.5.0
11462026-06-08T19:18:20.639Z Downloaded vergen-lib v9.1.0
11472026-06-08T19:18:20.639Z Downloaded tracing-attributes v0.1.31
11482026-06-08T19:18:20.642Z Downloaded vsss-rs v3.3.4
11492026-06-08T19:18:20.645Z Downloaded twox-hash v2.1.2
11502026-06-08T19:18:20.648Z Downloaded futures-util v0.3.32
11512026-06-08T19:18:20.653Z Downloaded wyz v0.5.1
11522026-06-08T19:18:20.656Z Downloaded itertools v0.14.0
11532026-06-08T19:18:20.659Z Downloaded xshell v0.2.7
11542026-06-08T19:18:20.661Z Downloaded whoami v1.6.1
11552026-06-08T19:18:20.661Z Downloaded universal-hash v0.5.1
11562026-06-08T19:18:20.662Z Downloaded tinyvec v1.10.0
11572026-06-08T19:18:20.664Z Downloaded schemars v1.2.1
11582026-06-08T19:18:20.670Z Downloaded unicode-properties v0.1.4
11592026-06-08T19:18:20.673Z Downloaded tar v0.4.45
11602026-06-08T19:18:20.676Z Downloaded itertools v0.13.0
11612026-06-08T19:18:20.679Z Downloaded zone v0.3.1
11622026-06-08T19:18:20.679Z Downloaded vergen v9.1.0
11632026-06-08T19:18:20.681Z Downloaded hkdf v0.12.4
11642026-06-08T19:18:20.681Z Downloaded aho-corasick v1.1.4
11652026-06-08T19:18:20.685Z Downloaded zstd-safe v7.2.4
11662026-06-08T19:18:20.688Z Downloaded zeroize v1.8.2
11672026-06-08T19:18:20.692Z Downloaded vergen-gitcl v1.0.8
11682026-06-08T19:18:20.695Z Downloaded toml v1.0.6+spec-1.1.0
11692026-06-08T19:18:20.698Z Downloaded typify v0.4.3
11702026-06-08T19:18:20.703Z Downloaded russh v0.45.0
11712026-06-08T19:18:20.706Z Downloaded unsafe-libyaml v0.2.11
11722026-06-08T19:18:20.709Z Downloaded toml v0.7.8
11732026-06-08T19:18:20.713Z Downloaded zstd v0.13.3
11742026-06-08T19:18:20.718Z Downloaded libm v0.2.16
11752026-06-08T19:18:20.723Z Downloaded steno v0.4.1
11762026-06-08T19:18:20.727Z Downloaded typify v0.6.2
11772026-06-08T19:18:20.729Z Downloaded unicode-bidi v0.3.18
11782026-06-08T19:18:20.732Z Downloaded tungstenite v0.23.0
11792026-06-08T19:18:20.732Z Downloaded tungstenite v0.21.0
11802026-06-08T19:18:20.735Z Downloaded serde_with v1.14.0
11812026-06-08T19:18:20.738Z Downloaded iddqd v0.4.2
11822026-06-08T19:18:20.742Z Downloaded yasna v0.5.2
11832026-06-08T19:18:20.747Z Downloaded tokio-postgres v0.7.16
11842026-06-08T19:18:20.750Z Downloaded p521 v0.13.3
11852026-06-08T19:18:20.753Z Downloaded zerocopy v0.6.6
11862026-06-08T19:18:20.757Z Downloaded uuid v1.23.0
11872026-06-08T19:18:20.760Z Downloaded aws-lc-rs v1.16.3
11882026-06-08T19:18:20.774Z Downloaded tracing-core v0.1.36
11892026-06-08T19:18:20.777Z Downloaded vte v0.14.1
11902026-06-08T19:18:20.783Z Downloaded ssh-key v0.6.7
11912026-06-08T19:18:20.790Z Downloaded reedline v0.40.0
11922026-06-08T19:18:20.794Z Downloaded whoami v2.1.0
11932026-06-08T19:18:20.797Z Downloaded blake3 v1.8.3
11942026-06-08T19:18:20.800Z Downloaded unicode_categories v0.1.1
11952026-06-08T19:18:20.803Z Downloaded rustyline v14.0.0
11962026-06-08T19:18:20.806Z Downloaded bindgen v0.71.1
11972026-06-08T19:18:20.810Z Downloaded reqwest v0.13.2
11982026-06-08T19:18:20.823Z Downloaded zopfli v0.8.3
11992026-06-08T19:18:20.826Z Downloaded chrono v0.4.44
12002026-06-08T19:18:20.829Z Downloaded rpassword v7.4.0
12012026-06-08T19:18:20.832Z Downloaded git2 v0.20.4
12022026-06-08T19:18:20.834Z Downloaded toml_edit v0.23.10+spec-1.0.0
12032026-06-08T19:18:20.843Z Downloaded reqwest v0.12.28
12042026-06-08T19:18:20.854Z Downloaded yansi v1.0.1
12052026-06-08T19:18:20.859Z Downloaded p384 v0.13.1
12062026-06-08T19:18:20.864Z Downloaded rustls-webpki v0.101.7
12072026-06-08T19:18:20.875Z Downloaded zip v0.6.6
12082026-06-08T19:18:20.884Z Downloaded x509-cert v0.2.5
12092026-06-08T19:18:20.891Z Downloaded rayon v1.11.0
12102026-06-08T19:18:20.897Z Downloaded tower-http v0.6.8
12112026-06-08T19:18:20.901Z Downloaded regex v1.12.3
12122026-06-08T19:18:20.905Z Downloaded portable-atomic v1.13.1
12132026-06-08T19:18:20.909Z Downloaded typed-path v0.9.3
12142026-06-08T19:18:20.913Z Downloaded toml_edit v0.19.15
12152026-06-08T19:18:20.922Z Downloaded tokio-util v0.7.18
12162026-06-08T19:18:20.926Z Downloaded tough v0.22.0
12172026-06-08T19:18:20.932Z Downloaded salty v0.3.0
12182026-06-08T19:18:20.936Z Downloaded quick-xml v0.37.5
12192026-06-08T19:18:20.940Z Downloaded proptest v1.11.0
12202026-06-08T19:18:20.945Z Downloaded unicode-segmentation v1.12.0
12212026-06-08T19:18:20.948Z Downloaded zerocopy-derive v0.8.40
12222026-06-08T19:18:20.952Z Downloaded nix v0.27.1
12232026-06-08T19:18:20.958Z Downloaded moka v0.12.13
12242026-06-08T19:18:20.962Z Downloaded lalrpop v0.19.12
12252026-06-08T19:18:20.969Z Downloaded unicode-normalization v0.1.25
12262026-06-08T19:18:20.971Z Downloaded goblin v0.10.5
12272026-06-08T19:18:20.975Z Downloaded quinn-proto v0.11.13
12282026-06-08T19:18:20.987Z Downloaded tower v0.5.3
12292026-06-08T19:18:20.992Z Downloaded polar-core v0.27.3
12302026-06-08T19:18:21.005Z Downloaded rustls-webpki v0.102.8
12312026-06-08T19:18:21.017Z Downloaded zip v4.6.1
12322026-06-08T19:18:21.020Z Downloaded serde_with v3.17.0
12332026-06-08T19:18:21.027Z Downloaded curve25519-dalek v4.1.3
12342026-06-08T19:18:21.031Z Downloaded petname v2.0.2
12352026-06-08T19:18:21.034Z Downloaded nix v0.28.0
12362026-06-08T19:18:21.049Z Downloaded radix_trie v0.2.1
12372026-06-08T19:18:21.054Z Downloaded zlib-rs v0.6.2
12382026-06-08T19:18:21.057Z Downloaded object v0.30.4
12392026-06-08T19:18:21.062Z Downloaded vcpkg v0.2.15
12402026-06-08T19:18:21.086Z Downloaded bstr v1.12.1
12412026-06-08T19:18:21.090Z Downloaded nix v0.31.2
12422026-06-08T19:18:21.097Z Downloaded winnow v0.5.40
12432026-06-08T19:18:21.102Z Downloaded winnow v0.6.26
12442026-06-08T19:18:21.106Z Downloaded object v0.37.3
12452026-06-08T19:18:21.112Z Downloaded hickory-proto v0.24.4
12462026-06-08T19:18:21.122Z Downloaded regress v0.10.5
12472026-06-08T19:18:21.127Z Downloaded openssl v0.10.79
12482026-06-08T19:18:21.133Z Downloaded zerocopy v0.8.40
12492026-06-08T19:18:21.138Z Downloaded rustls v0.23.37
12502026-06-08T19:18:21.145Z Downloaded rustls v0.22.4
12512026-06-08T19:18:21.152Z Downloaded time v0.3.47
12522026-06-08T19:18:21.158Z Downloaded tabled v0.20.0
12532026-06-08T19:18:21.173Z Downloaded rustix v0.38.44
12542026-06-08T19:18:21.180Z Downloaded regex-syntax v0.6.29
12552026-06-08T19:18:21.183Z Downloaded regress v0.11.1
12562026-06-08T19:18:21.188Z Downloaded rustls v0.21.12
12572026-06-08T19:18:21.196Z Downloaded webpki-roots v1.0.6
12582026-06-08T19:18:21.203Z Downloaded smoltcp v0.9.1
12592026-06-08T19:18:21.212Z Downloaded hickory-proto v0.25.2
12602026-06-08T19:18:21.220Z Downloaded sqlparser v0.61.0
12612026-06-08T19:18:21.224Z Downloaded diesel v2.3.7
12622026-06-08T19:18:21.235Z Downloaded smoltcp v0.11.0
12632026-06-08T19:18:21.241Z Downloaded sled v0.34.7
12642026-06-08T19:18:21.247Z Downloaded typify-impl v0.6.2
12652026-06-08T19:18:21.254Z Downloaded typify-impl v0.4.3
12662026-06-08T19:18:21.262Z Downloaded bzip2-sys v0.1.13+1.0.8
12672026-06-08T19:18:21.268Z Downloaded dropshot v0.17.0
12682026-06-08T19:18:21.281Z Downloaded openapiv3 v2.2.0
12692026-06-08T19:18:21.289Z Downloaded regex-syntax v0.8.10
12702026-06-08T19:18:21.302Z Downloaded petgraph v0.6.5
12712026-06-08T19:18:21.312Z Downloaded chrono-tz v0.10.4
12722026-06-08T19:18:21.323Z Downloaded petgraph v0.8.3
12732026-06-08T19:18:21.335Z Downloaded libz-sys v1.1.24
12742026-06-08T19:18:21.389Z Downloaded tracing v0.1.44
12752026-06-08T19:18:21.399Z Downloaded ratatui v0.29.0
12762026-06-08T19:18:21.444Z Downloaded zerocopy-derive v0.6.6
12772026-06-08T19:18:21.448Z Downloaded regex-automata v0.4.14
12782026-06-08T19:18:21.474Z Downloaded jiff v0.2.21
12792026-06-08T19:18:21.534Z Downloaded csv v1.4.0
12802026-06-08T19:18:21.549Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12812026-06-08T19:18:21.564Z Downloaded sha3 v0.10.8
12822026-06-08T19:18:21.574Z Downloaded tokio v1.52.1
12832026-06-08T19:18:21.640Z Downloaded encoding_rs v0.8.35
12842026-06-08T19:18:21.670Z Downloaded ring v0.17.14
12852026-06-08T19:18:21.706Z Downloaded libgit2-sys v0.18.3+1.9.2
12862026-06-08T19:18:21.925Z Downloaded aws-lc-sys v0.40.0
12872026-06-08T19:18:22.187Z Compiling libc v0.2.185
12882026-06-08T19:18:22.187Z Compiling serde v1.0.228
12892026-06-08T19:18:22.190Z Compiling log v0.4.29
12902026-06-08T19:18:22.190Z Compiling shlex v1.3.0
12912026-06-08T19:18:22.190Z Compiling find-msvc-tools v0.1.9
12922026-06-08T19:18:22.190Z Compiling smallvec v1.15.1
12932026-06-08T19:18:22.190Z Compiling typenum v1.19.0
12942026-06-08T19:18:22.190Z Compiling subtle v2.6.1
12952026-06-08T19:18:22.358Z Compiling generic-array v0.14.7
12962026-06-08T19:18:22.361Z Compiling scopeguard v1.2.0
12972026-06-08T19:18:22.384Z Compiling const-oid v0.9.6
12982026-06-08T19:18:22.430Z Compiling serde_json v1.0.149
12992026-06-08T19:18:22.443Z Compiling syn v2.0.117
13002026-06-08T19:18:22.446Z Compiling zerocopy v0.8.40
13012026-06-08T19:18:22.447Z Compiling parking_lot_core v0.9.12
13022026-06-08T19:18:22.456Z Compiling portable-atomic v1.13.1
13032026-06-08T19:18:22.516Z Compiling lock_api v0.4.14
13042026-06-08T19:18:22.529Z Compiling pin-project-lite v0.2.17
13052026-06-08T19:18:22.543Z Compiling pkg-config v0.3.32
13062026-06-08T19:18:22.562Z Compiling bitflags v2.11.0
13072026-06-08T19:18:22.589Z Compiling libm v0.2.16
13082026-06-08T19:18:22.629Z Compiling futures-core v0.3.32
13092026-06-08T19:18:22.642Z Compiling critical-section v1.2.0
13102026-06-08T19:18:22.656Z Compiling num-traits v0.2.19
13112026-06-08T19:18:22.758Z Compiling percent-encoding v2.3.2
13122026-06-08T19:18:22.777Z Compiling futures-sink v0.3.32
13132026-06-08T19:18:22.793Z Compiling getrandom v0.4.1
13142026-06-08T19:18:22.793Z Compiling futures-io v0.3.32
13152026-06-08T19:18:22.852Z Compiling futures-task v0.3.32
13162026-06-08T19:18:22.856Z Compiling cpufeatures v0.2.17
13172026-06-08T19:18:22.906Z Compiling futures-channel v0.3.32
13182026-06-08T19:18:22.954Z Compiling slab v0.4.12
13192026-06-08T19:18:22.972Z Compiling rand_core v0.10.0
13202026-06-08T19:18:23.001Z Compiling indexmap v2.14.0
13212026-06-08T19:18:23.004Z Compiling rustversion v1.0.22
13222026-06-08T19:18:23.042Z Compiling getrandom v0.3.4
13232026-06-08T19:18:23.071Z Compiling form_urlencoded v1.2.2
13242026-06-08T19:18:23.151Z Compiling fs_extra v1.3.0
13252026-06-08T19:18:23.167Z Compiling dunce v1.0.5
13262026-06-08T19:18:23.170Z Compiling base64ct v1.8.3
13272026-06-08T19:18:23.198Z Compiling ident_case v1.0.1
13282026-06-08T19:18:23.201Z Compiling iana-time-zone v0.1.65
13292026-06-08T19:18:23.242Z Compiling getrandom v0.2.17
13302026-06-08T19:18:23.274Z Compiling jobserver v0.1.34
13312026-06-08T19:18:23.288Z Compiling errno v0.3.14
13322026-06-08T19:18:23.333Z Compiling mio v1.2.0
13332026-06-08T19:18:23.381Z Compiling rand_core v0.6.4
13342026-06-08T19:18:23.417Z Compiling signal-hook-registry v1.4.8
13352026-06-08T19:18:23.432Z Compiling socket2 v0.6.3
13362026-06-08T19:18:23.487Z Compiling cc v1.2.56
13372026-06-08T19:18:23.502Z Compiling parking_lot v0.12.5
13382026-06-08T19:18:23.502Z Compiling once_cell v1.21.3
13392026-06-08T19:18:23.614Z Compiling pem-rfc7468 v0.7.0
13402026-06-08T19:18:23.667Z Compiling flagset v0.4.7
13412026-06-08T19:18:23.682Z Compiling rustix v1.1.3
13422026-06-08T19:18:23.685Z Compiling regex-syntax v0.8.10
13432026-06-08T19:18:23.710Z Compiling vcpkg v0.2.15
13442026-06-08T19:18:23.713Z Compiling aws-lc-rs v1.16.3
13452026-06-08T19:18:23.820Z Compiling tracing-core v0.1.36
13462026-06-08T19:18:23.820Z Compiling uuid v1.23.0
13472026-06-08T19:18:23.855Z Compiling rustc_version v0.4.1
13482026-06-08T19:18:23.886Z Compiling base64 v0.22.1
13492026-06-08T19:18:23.900Z Compiling untrusted v0.7.1
13502026-06-08T19:18:23.930Z Compiling tinyvec_macros v0.1.1
13512026-06-08T19:18:24.009Z Compiling rand_core v0.9.5
13522026-06-08T19:18:24.025Z Compiling httparse v1.10.1
13532026-06-08T19:18:24.040Z Compiling untrusted v0.9.0
13542026-06-08T19:18:24.043Z Compiling openssl-probe v0.2.1
13552026-06-08T19:18:24.117Z Compiling tinyvec v1.10.0
13562026-06-08T19:18:24.178Z Compiling aho-corasick v1.1.4
13572026-06-08T19:18:24.204Z Compiling cmake v0.1.57
13582026-06-08T19:18:24.236Z Compiling rustls v0.23.37
13592026-06-08T19:18:24.250Z Compiling schemars v0.8.22
13602026-06-08T19:18:24.264Z Compiling atomic-waker v1.1.2
13612026-06-08T19:18:24.304Z Compiling tower-service v0.3.3
13622026-06-08T19:18:24.390Z Compiling try-lock v0.2.5
13632026-06-08T19:18:24.418Z Compiling tower-layer v0.3.3
13642026-06-08T19:18:24.418Z Compiling dyn-clone v1.0.20
13652026-06-08T19:18:24.423Z Compiling foreign-types-shared v0.1.1
13662026-06-08T19:18:24.462Z Compiling httpdate v1.0.3
13672026-06-08T19:18:24.462Z Compiling openssl v0.10.79
13682026-06-08T19:18:24.502Z Compiling want v0.3.1
13692026-06-08T19:18:24.530Z Compiling pin-utils v0.1.0
13702026-06-08T19:18:24.544Z Compiling foreign-types v0.3.2
13712026-06-08T19:18:24.560Z Compiling unicode-normalization v0.1.25
13722026-06-08T19:18:24.563Z Compiling spin v0.9.8
13732026-06-08T19:18:24.588Z Compiling powerfmt v0.2.0
13742026-06-08T19:18:24.610Z Compiling crc32fast v1.5.0
13752026-06-08T19:18:24.625Z Compiling time-core v0.1.8
13762026-06-08T19:18:24.641Z Compiling num-conv v0.2.0
13772026-06-08T19:18:24.641Z Compiling native-tls v0.2.18
13782026-06-08T19:18:24.681Z Compiling wait-timeout v0.2.1
13792026-06-08T19:18:24.711Z Compiling sync_wrapper v1.0.2
13802026-06-08T19:18:24.715Z Compiling usdt-impl v0.6.0
13812026-06-08T19:18:24.785Z Compiling deranged v0.5.8
13822026-06-08T19:18:24.803Z Compiling time-macros v0.2.27
13832026-06-08T19:18:24.806Z Compiling simd-adler32 v0.3.8
13842026-06-08T19:18:24.829Z Compiling num_threads v0.1.7
13852026-06-08T19:18:24.844Z Compiling bit-vec v0.8.0
13862026-06-08T19:18:24.848Z Compiling unicode-segmentation v1.12.0
13872026-06-08T19:18:24.873Z Compiling quick-error v1.2.3
13882026-06-08T19:18:24.939Z Compiling crossbeam-utils v0.8.21
13892026-06-08T19:18:24.954Z Compiling syn v1.0.109
13902026-06-08T19:18:24.969Z Compiling siphasher v1.0.2
13912026-06-08T19:18:25.016Z Compiling slog v2.8.2
13922026-06-08T19:18:25.050Z Compiling bit-set v0.8.0
13932026-06-08T19:18:25.080Z Compiling aws-lc-sys v0.40.0
13942026-06-08T19:18:25.095Z Compiling ring v0.17.14
13952026-06-08T19:18:25.107Z Compiling openssl-sys v0.9.115
13962026-06-08T19:18:25.174Z Compiling regex-automata v0.4.14
13972026-06-08T19:18:25.189Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13982026-06-08T19:18:25.228Z Compiling tempfile v3.25.0
13992026-06-08T19:18:25.243Z Compiling synstructure v0.13.2
14002026-06-08T19:18:25.258Z Compiling serde_derive_internals v0.29.1
14012026-06-08T19:18:25.272Z Compiling pest_generator v2.8.6
14022026-06-08T19:18:25.287Z Compiling darling_core v0.20.11
14032026-06-08T19:18:25.516Z Compiling rusty-fork v0.3.1
14042026-06-08T19:18:25.739Z Compiling darling_core v0.21.3
14052026-06-08T19:18:25.818Z Compiling bzip2-sys v0.1.13+1.0.8
14062026-06-08T19:18:25.852Z Compiling heapless v0.7.17
14072026-06-08T19:18:25.894Z Compiling rand_xorshift v0.4.0
14082026-06-08T19:18:26.006Z Compiling time v0.3.47
14092026-06-08T19:18:26.023Z Compiling thread-id v5.1.0
14102026-06-08T19:18:26.110Z Compiling cookie v0.18.1
14112026-06-08T19:18:26.125Z Compiling paste v1.0.15
14122026-06-08T19:18:26.125Z Compiling unicode-bidi v0.3.18
14132026-06-08T19:18:26.155Z Compiling iri-string v0.7.10
14142026-06-08T19:18:26.159Z Compiling adler2 v2.0.1
14152026-06-08T19:18:26.185Z Compiling ryu v1.0.23
14162026-06-08T19:18:26.290Z Compiling allocator-api2 v0.2.21
14172026-06-08T19:18:26.312Z Compiling anyhow v1.0.102
14182026-06-08T19:18:26.326Z Compiling unicode-properties v0.1.4
14192026-06-08T19:18:26.376Z Compiling zstd-safe v7.2.4
14202026-06-08T19:18:26.414Z Compiling unarray v0.1.4
14212026-06-08T19:18:26.428Z Compiling signal-hook v0.3.18
14222026-06-08T19:18:26.538Z Compiling stringprep v0.1.5
14232026-06-08T19:18:26.604Z Compiling miniz_oxide v0.8.9
14242026-06-08T19:18:26.724Z Compiling heck v0.4.1
14252026-06-08T19:18:26.908Z Compiling num-integer v0.1.46
14262026-06-08T19:18:26.959Z Compiling vergen-lib v9.1.0
14272026-06-08T19:18:27.010Z Compiling curve25519-dalek v4.1.3
14282026-06-08T19:18:27.112Z Compiling serde_derive v1.0.228
14292026-06-08T19:18:27.154Z Compiling zeroize_derive v1.4.3
14302026-06-08T19:18:27.176Z Compiling zerofrom-derive v0.1.6
14312026-06-08T19:18:27.242Z Compiling yoke-derive v0.8.1
14322026-06-08T19:18:27.257Z Compiling zerovec-derive v0.11.2
14332026-06-08T19:18:27.369Z Compiling zerocopy-derive v0.8.40
14342026-06-08T19:18:27.417Z Compiling displaydoc v0.2.5
14352026-06-08T19:18:27.646Z Compiling tokio-macros v2.7.0
14362026-06-08T19:18:27.727Z Compiling futures-macro v0.3.32
14372026-06-08T19:18:27.748Z Compiling der_derive v0.7.3
14382026-06-08T19:18:27.836Z Compiling zeroize v1.8.2
14392026-06-08T19:18:28.197Z Compiling rustls-pki-types v1.14.0
14402026-06-08T19:18:28.418Z Compiling tracing-attributes v0.1.31
14412026-06-08T19:18:28.433Z Compiling thiserror-impl v2.0.18
14422026-06-08T19:18:28.448Z Compiling pest_derive v2.8.6
14432026-06-08T19:18:28.468Z Compiling schemars_derive v0.8.22
14442026-06-08T19:18:28.576Z Compiling crypto-common v0.1.7
14452026-06-08T19:18:28.648Z Compiling block-buffer v0.10.4
14462026-06-08T19:18:28.663Z Compiling zerofrom v0.1.6
14472026-06-08T19:18:28.679Z Compiling futures-util v0.3.32
14482026-06-08T19:18:28.742Z Compiling block-padding v0.3.3
14492026-06-08T19:18:28.777Z Compiling yoke v0.8.1
14502026-06-08T19:18:28.802Z Compiling digest v0.10.7
14512026-06-08T19:18:28.835Z Compiling der v0.7.10
14522026-06-08T19:18:28.920Z Compiling inout v0.1.4
14532026-06-08T19:18:28.947Z Compiling zerovec v0.11.5
14542026-06-08T19:18:28.980Z Compiling zerotrie v0.2.3
14552026-06-08T19:18:29.072Z Compiling hmac v0.12.1
14562026-06-08T19:18:29.114Z Compiling cipher v0.4.4
14572026-06-08T19:18:29.247Z Compiling sha2 v0.10.9
14582026-06-08T19:18:29.304Z Compiling pbkdf2 v0.12.2
14592026-06-08T19:18:29.403Z Compiling salsa20 v0.10.2
14602026-06-08T19:18:29.437Z Compiling tinystr v0.8.2
14612026-06-08T19:18:29.491Z Compiling potential_utf v0.1.4
14622026-06-08T19:18:29.494Z Compiling cbc v0.1.2
14632026-06-08T19:18:29.566Z Compiling scrypt v0.11.0
14642026-06-08T19:18:29.666Z Compiling icu_locale_core v2.1.1
14652026-06-08T19:18:29.680Z Compiling icu_collections v2.1.1
14662026-06-08T19:18:29.714Z Compiling aes v0.8.4
14672026-06-08T19:18:29.804Z Compiling spki v0.7.3
14682026-06-08T19:18:29.854Z Compiling tracing v0.1.44
14692026-06-08T19:18:29.870Z Compiling scroll_derive v0.13.1
14702026-06-08T19:18:29.900Z Compiling thiserror v2.0.18
14712026-06-08T19:18:30.018Z Compiling darling_macro v0.20.11
14722026-06-08T19:18:30.033Z Compiling openssl-macros v0.1.1
14732026-06-08T19:18:30.122Z Compiling pkcs5 v0.7.1
14742026-06-08T19:18:30.140Z Compiling rustls-native-certs v0.8.3
14752026-06-08T19:18:30.208Z Compiling dtrace-parser v0.3.0
14762026-06-08T19:18:30.450Z Compiling icu_provider v2.1.1
14772026-06-08T19:18:30.450Z Compiling pkcs8 v0.10.2
14782026-06-08T19:18:30.523Z Compiling darling v0.20.11
14792026-06-08T19:18:30.619Z Compiling derive_builder_core v0.20.2
14802026-06-08T19:18:30.633Z Compiling bytes v1.11.1
14812026-06-08T19:18:30.691Z Compiling icu_properties v2.1.2
14822026-06-08T19:18:30.706Z Compiling icu_normalizer v2.1.1
14832026-06-08T19:18:30.721Z Compiling chrono v0.4.44
14842026-06-08T19:18:30.735Z Compiling ipnet v2.11.0
14852026-06-08T19:18:30.768Z Compiling scroll v0.13.0
14862026-06-08T19:18:30.792Z Compiling signature v2.2.0
14872026-06-08T19:18:30.807Z Compiling webpki-roots v1.0.6
14882026-06-08T19:18:30.965Z Compiling scroll_derive v0.12.1
14892026-06-08T19:18:30.991Z Compiling thiserror-impl v1.0.69
14902026-06-08T19:18:31.005Z Compiling serde_spanned v0.6.9
14912026-06-08T19:18:31.090Z Compiling goblin v0.10.5
14922026-06-08T19:18:31.133Z Compiling erased-serde v0.3.31
14932026-06-08T19:18:31.166Z Compiling tokio v1.52.1
14942026-06-08T19:18:31.323Z Compiling http v1.4.0
14952026-06-08T19:18:31.323Z Compiling serde_urlencoded v0.7.1
14962026-06-08T19:18:31.352Z Compiling serde_tokenstream v0.2.3
14972026-06-08T19:18:31.583Z Compiling derive_builder_macro v0.20.2
14982026-06-08T19:18:31.603Z Compiling toml_datetime v0.6.11
14992026-06-08T19:18:31.648Z Compiling idna_adapter v1.2.1
15002026-06-08T19:18:31.673Z Compiling scroll v0.12.0
15012026-06-08T19:18:31.686Z Compiling md-5 v0.10.6
15022026-06-08T19:18:31.717Z Compiling darling_macro v0.21.3
15032026-06-08T19:18:31.804Z Compiling ppv-lite86 v0.2.21
15042026-06-08T19:18:31.870Z Compiling idna v1.1.0
15052026-06-08T19:18:31.889Z Compiling bstr v1.12.1
15062026-06-08T19:18:31.904Z Compiling pin-project-internal v1.1.11
15072026-06-08T19:18:31.966Z Compiling async-trait v0.1.89
15082026-06-08T19:18:32.030Z Compiling http-body v1.0.1
15092026-06-08T19:18:32.085Z Compiling zerocopy-derive v0.7.35
15102026-06-08T19:18:32.155Z Compiling rand_chacha v0.9.0
15112026-06-08T19:18:32.206Z Compiling url v2.5.8
15122026-06-08T19:18:32.246Z Compiling http-body-util v0.1.3
15132026-06-08T19:18:32.261Z Compiling rand_chacha v0.3.1
15142026-06-08T19:18:32.283Z Compiling ff v0.13.1
15152026-06-08T19:18:32.343Z Compiling thiserror v1.0.69
15162026-06-08T19:18:32.433Z Compiling rand v0.9.2
15172026-06-08T19:18:32.459Z Compiling hash32 v0.2.1
15182026-06-08T19:18:32.505Z Compiling memoffset v0.9.1
15192026-06-08T19:18:32.574Z Compiling encoding_rs v0.8.35
15202026-06-08T19:18:32.574Z Compiling mime v0.3.17
15212026-06-08T19:18:32.669Z Compiling base16ct v0.2.0
15222026-06-08T19:18:32.716Z Compiling zlib-rs v0.6.2
15232026-06-08T19:18:32.896Z Compiling fallible-iterator v0.2.0
15242026-06-08T19:18:32.998Z Compiling cfg_aliases v0.2.1
15252026-06-08T19:18:33.069Z Compiling proptest v1.11.0
15262026-06-08T19:18:33.092Z Compiling num-bigint-dig v0.8.6
15272026-06-08T19:18:33.095Z Compiling smoltcp v0.9.1
15282026-06-08T19:18:33.122Z Compiling litrs v1.0.0
15292026-06-08T19:18:33.125Z Compiling rustix v0.38.44
15302026-06-08T19:18:33.227Z Compiling ref-cast v1.0.25
15312026-06-08T19:18:33.245Z Compiling psl-types v2.0.11
15322026-06-08T19:18:33.290Z Compiling postgres-protocol v0.6.10
15332026-06-08T19:18:33.328Z Compiling pin-project v1.1.11
15342026-06-08T19:18:33.385Z Compiling publicsuffix v2.3.0
15352026-06-08T19:18:33.437Z Compiling nix v0.31.2
15362026-06-08T19:18:33.488Z Compiling zerocopy v0.7.35
15372026-06-08T19:18:33.502Z Compiling sec1 v0.7.3
15382026-06-08T19:18:33.626Z Compiling rand v0.8.6
15392026-06-08T19:18:33.666Z Compiling ipnetwork v0.21.1
15402026-06-08T19:18:33.693Z Compiling document-features v0.2.12
15412026-06-08T19:18:33.707Z Compiling group v0.13.0
15422026-06-08T19:18:33.792Z Compiling darling v0.21.3
15432026-06-08T19:18:33.835Z Compiling dof v0.4.0
15442026-06-08T19:18:33.866Z Compiling derive_builder v0.20.2
15452026-06-08T19:18:33.885Z Compiling goblin v0.8.2
15462026-06-08T19:18:33.900Z Compiling oxnet v0.1.5
15472026-06-08T19:18:34.053Z Compiling futures-executor v0.3.32
15482026-06-08T19:18:34.083Z Compiling hubpack_derive v0.1.1
15492026-06-08T19:18:34.106Z Compiling hex v0.4.3
15502026-06-08T19:18:34.134Z Compiling hkdf v0.12.4
15512026-06-08T19:18:34.189Z Compiling crypto-bigint v0.5.5
15522026-06-08T19:18:34.304Z Compiling regex v1.12.3
15532026-06-08T19:18:34.410Z Compiling num-iter v0.1.45
15542026-06-08T19:18:34.424Z Compiling daft-derive v0.1.7
15552026-06-08T19:18:34.424Z Compiling curve25519-dalek-derive v0.1.1
15562026-06-08T19:18:34.452Z Compiling strum_macros v0.27.2
15572026-06-08T19:18:34.478Z Compiling ref-cast-impl v1.0.25
15582026-06-08T19:18:34.559Z Compiling snafu-derive v0.8.9
15592026-06-08T19:18:34.903Z Compiling tokio-util v0.7.18
15602026-06-08T19:18:35.041Z Compiling tower v0.5.3
15612026-06-08T19:18:35.058Z Compiling tokio-native-tls v0.3.1
15622026-06-08T19:18:35.157Z Compiling terminal_size v0.4.3
15632026-06-08T19:18:35.186Z Compiling phf_shared v0.13.1
15642026-06-08T19:18:35.247Z Compiling lazy_static v1.5.0
15652026-06-08T19:18:35.314Z Compiling anstyle-parse v0.2.7
15662026-06-08T19:18:35.354Z Compiling vergen v9.1.0
15672026-06-08T19:18:35.424Z Compiling newtype-uuid v1.3.2
15682026-06-08T19:18:35.439Z Compiling tower-http v0.6.8
15692026-06-08T19:18:35.456Z Compiling cargo-platform v0.3.2
15702026-06-08T19:18:35.515Z Compiling fs-err v3.3.0
15712026-06-08T19:18:35.537Z Compiling flate2 v1.1.9
15722026-06-08T19:18:35.558Z Compiling ahash v0.8.12
15732026-06-08T19:18:35.664Z Compiling h2 v0.4.13
15742026-06-08T19:18:35.726Z Compiling same-file v1.0.6
15752026-06-08T19:18:35.742Z Compiling bitflags v1.3.2
15762026-06-08T19:18:35.784Z Compiling foldhash v0.2.0
15772026-06-08T19:18:35.798Z Compiling winnow v0.5.40
15782026-06-08T19:18:35.825Z Compiling object v0.37.3
15792026-06-08T19:18:35.863Z Compiling foldhash v0.1.5
15802026-06-08T19:18:35.935Z Compiling managed v0.8.0
15812026-06-08T19:18:35.951Z Compiling bumpalo v3.20.2
15822026-06-08T19:18:35.987Z Compiling libbz2-rs-sys v0.2.2
15832026-06-08T19:18:36.034Z Compiling clap_builder v4.6.0
15842026-06-08T19:18:36.048Z Compiling hashbrown v0.16.1
15852026-06-08T19:18:36.078Z Compiling hashbrown v0.15.5
15862026-06-08T19:18:36.170Z Compiling zopfli v0.8.3
15872026-06-08T19:18:36.222Z Compiling dof v0.3.0
15882026-06-08T19:18:36.405Z Compiling walkdir v2.5.0
15892026-06-08T19:18:36.570Z Compiling snafu v0.8.9
15902026-06-08T19:18:36.585Z Compiling strum v0.27.2
15912026-06-08T19:18:36.685Z Compiling bzip2 v0.6.1
15922026-06-08T19:18:36.750Z Compiling daft v0.1.7
15932026-06-08T19:18:36.750Z Compiling cargo_metadata v0.23.1
15942026-06-08T19:18:36.801Z Compiling anstream v0.6.21
15952026-06-08T19:18:36.847Z Compiling usdt-attr-macro v0.6.0
15962026-06-08T19:18:36.902Z Compiling usdt-macro v0.6.0
15972026-06-08T19:18:36.922Z Compiling phf v0.13.1
15982026-06-08T19:18:37.014Z Compiling signal-hook-mio v0.2.5
15992026-06-08T19:18:37.031Z Compiling elliptic-curve v0.13.8
16002026-06-08T19:18:37.124Z Compiling cookie_store v0.22.1
16012026-06-08T19:18:37.147Z Compiling hubpack v0.1.2
16022026-06-08T19:18:37.191Z Compiling toml_edit v0.19.15
16032026-06-08T19:18:37.347Z Compiling bzip2 v0.4.4
16042026-06-08T19:18:37.381Z Compiling futures v0.3.32
16052026-06-08T19:18:37.452Z Compiling serde_with_macros v3.17.0
16062026-06-08T19:18:37.498Z Compiling postgres-types v0.2.12
16072026-06-08T19:18:37.579Z Compiling zstd v0.13.3
16082026-06-08T19:18:37.593Z Compiling dtrace-parser v0.2.0
16092026-06-08T19:18:37.702Z Compiling globset v0.4.18
16102026-06-08T19:18:37.719Z Compiling ed25519 v2.2.3
16112026-06-08T19:18:37.805Z Compiling pkcs1 v0.7.5
16122026-06-08T19:18:37.862Z Compiling olpc-cjson v0.1.4
16132026-06-08T19:18:38.038Z Compiling serde_plain v1.0.2
16142026-06-08T19:18:38.079Z Compiling serde-big-array v0.5.1
16152026-06-08T19:18:38.163Z Compiling rfc6979 v0.4.0
16162026-06-08T19:18:38.229Z Compiling clap_derive v4.6.1
16172026-06-08T19:18:38.249Z Compiling strum_macros v0.26.4
16182026-06-08T19:18:38.263Z Compiling serde_repr v0.1.20
16192026-06-08T19:18:38.304Z Compiling async-recursion v1.1.1
16202026-06-08T19:18:38.377Z Compiling enum-as-inner v0.6.1
16212026-06-08T19:18:38.408Z Compiling phf_shared v0.11.3
16222026-06-08T19:18:38.610Z Compiling float-cmp v0.10.0
16232026-06-08T19:18:38.634Z Compiling pem v3.0.6
16242026-06-08T19:18:38.649Z Compiling thread-id v4.2.2
16252026-06-08T19:18:38.671Z Compiling memmap2 v0.9.10
16262026-06-08T19:18:38.750Z Compiling hyper v1.8.1
16272026-06-08T19:18:38.782Z Compiling env_filter v1.0.0
16282026-06-08T19:18:38.834Z Compiling difflib v0.4.0
16292026-06-08T19:18:38.911Z Compiling precomputed-hash v0.1.1
16302026-06-08T19:18:38.928Z Compiling whoami v2.1.0
16312026-06-08T19:18:38.982Z Compiling normalize-line-endings v0.3.0
16322026-06-08T19:18:38.996Z Compiling either v1.15.0
16332026-06-08T19:18:39.013Z Compiling typed-path v0.9.3
16342026-06-08T19:18:39.091Z Compiling new_debug_unreachable v1.0.6
16352026-06-08T19:18:39.117Z Compiling predicates-core v1.0.10
16362026-06-08T19:18:39.173Z Compiling fixedbitset v0.5.7
16372026-06-08T19:18:39.190Z Compiling fixedbitset v0.4.2
16382026-06-08T19:18:39.222Z Compiling static_assertions v1.1.0
16392026-06-08T19:18:39.306Z Compiling data-encoding v2.10.0
16402026-06-08T19:18:39.321Z Compiling jiff v0.2.21
16412026-06-08T19:18:39.321Z Compiling keccak v0.1.6
16422026-06-08T19:18:39.428Z Compiling petgraph v0.8.3
16432026-06-08T19:18:39.441Z Compiling petgraph v0.6.5
16442026-06-08T19:18:39.500Z Compiling sha3 v0.10.8
16452026-06-08T19:18:39.777Z Compiling hickory-proto v0.25.2
16462026-06-08T19:18:39.895Z Compiling hyper-util v0.1.20
16472026-06-08T19:18:39.975Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16482026-06-08T19:18:40.025Z Compiling predicates v3.1.4
16492026-06-08T19:18:40.048Z Compiling strum v0.26.3
16502026-06-08T19:18:40.068Z Compiling clap v4.6.1
16512026-06-08T19:18:40.098Z Compiling toml_edit v0.22.27
16522026-06-08T19:18:40.162Z Compiling itertools v0.13.0
16532026-06-08T19:18:40.177Z Compiling string_cache v0.8.9
16542026-06-08T19:18:40.199Z Compiling tokio-postgres v0.7.16
16552026-06-08T19:18:40.253Z Compiling env_logger v0.11.9
16562026-06-08T19:18:40.389Z Compiling usdt v0.6.0
16572026-06-08T19:18:40.432Z Compiling usdt-impl v0.5.0
16582026-06-08T19:18:40.631Z Compiling serde_with v3.17.0
16592026-06-08T19:18:40.671Z Compiling toml v0.7.8
16602026-06-08T19:18:40.701Z Compiling crossterm v0.28.1
16612026-06-08T19:18:40.971Z Compiling ecdsa v0.16.9
16622026-06-08T19:18:41.095Z Compiling rsa v0.9.10
16632026-06-08T19:18:41.322Z Compiling hyper-tls v0.6.0
16642026-06-08T19:18:41.383Z Compiling ed25519-dalek v2.2.0
16652026-06-08T19:18:41.577Z Compiling zip v0.6.6
16662026-06-08T19:18:41.707Z Compiling iddqd v0.4.2
16672026-06-08T19:18:42.037Z Compiling zip v4.6.1
16682026-06-08T19:18:42.305Z Compiling toml_parser v1.0.9+spec-1.1.0
16692026-06-08T19:18:42.362Z Compiling tokio-stream v0.1.18
16702026-06-08T19:18:42.410Z Compiling buf-list v1.1.2
16712026-06-08T19:18:42.509Z Compiling similar v2.7.0
16722026-06-08T19:18:42.670Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16732026-06-08T19:18:42.709Z Compiling openapiv3 v2.2.0
16742026-06-08T19:18:42.850Z Compiling x509-cert v0.2.5
16752026-06-08T19:18:42.853Z Compiling sha1 v0.10.6
16762026-06-08T19:18:42.879Z Compiling crossbeam-epoch v0.9.18
16772026-06-08T19:18:42.969Z Compiling lalrpop-util v0.19.12
16782026-06-08T19:18:42.999Z Compiling peg-runtime v0.8.5
16792026-06-08T19:18:43.025Z Compiling thread_local v1.1.9
16802026-06-08T19:18:43.040Z Compiling slog-async v2.8.0
16812026-06-08T19:18:43.057Z Compiling crossbeam-channel v0.5.15
16822026-06-08T19:18:43.095Z Compiling is-terminal v0.4.17
16832026-06-08T19:18:43.177Z Compiling filetime v0.2.27
16842026-06-08T19:18:43.205Z Compiling xattr v1.6.1
16852026-06-08T19:18:43.232Z Compiling take_mut v0.2.2
16862026-06-08T19:18:43.297Z Compiling term v1.2.1
16872026-06-08T19:18:43.358Z Compiling tar v0.4.45
16882026-06-08T19:18:43.643Z Compiling slog-term v2.9.2
16892026-06-08T19:19:01.210Z Compiling rustls-webpki v0.103.9
16902026-06-08T19:19:04.028Z Compiling tokio-rustls v0.26.4
16912026-06-08T19:19:04.028Z Compiling rustls-platform-verifier v0.6.2
16922026-06-08T19:19:04.228Z Compiling hyper-rustls v0.27.7
16932026-06-08T19:19:04.417Z Compiling reqwest v0.12.28
16942026-06-08T19:19:04.417Z Compiling reqwest v0.13.2
16952026-06-08T19:19:05.622Z Compiling tough v0.22.0
16962026-06-08T19:19:08.142Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16972026-06-08T19:19:08.365Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16982026-06-08T19:19:11.209Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.20s
16992026-06-08T19:19:11.354Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17002026-06-08T19:19:11.409ZJun 08 19:19:10.353 INFO Starting download, target: Cockroach
17012026-06-08T19:19:11.409ZJun 08 19:19:10.354 INFO Starting download, target: Console
17022026-06-08T19:19:11.409ZJun 08 19:19:10.354 INFO Starting download, target: Clickhouse
17032026-06-08T19:19:11.417ZJun 08 19:19:10.354 INFO Starting download, target: MaghemiteMgd
17042026-06-08T19:19:11.417ZJun 08 19:19:10.354 INFO Starting download, target: DendriteStub
17052026-06-08T19:19:11.417ZJun 08 19:19:10.354 INFO Starting download, target: TransceiverControl
17062026-06-08T19:19:11.417ZJun 08 19:19:10.354 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17072026-06-08T19:19:11.417ZJun 08 19:19:10.354 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17082026-06-08T19:19:11.417ZJun 08 19:19:10.354 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17092026-06-08T19:19:11.417ZJun 08 19:19:10.354 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17102026-06-08T19:19:11.418ZJun 08 19:19:10.354 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17112026-06-08T19:19:11.418ZJun 08 19:19:10.354 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17122026-06-08T19:19:11.763ZJun 08 19:19:10.693 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17132026-06-08T19:19:11.982ZJun 08 19:19:10.910 INFO Download complete, target: TransceiverControl
17142026-06-08T19:19:12.359ZJun 08 19:19:11.292 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17152026-06-08T19:19:12.656ZJun 08 19:19:11.542 INFO Download complete, target: Console
17162026-06-08T19:19:12.901ZJun 08 19:19:11.768 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17172026-06-08T19:19:13.180ZJun 08 19:19:12.123 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17182026-06-08T19:19:13.570ZJun 08 19:19:12.515 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17192026-06-08T19:19:13.570ZJun 08 19:19:12.515 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17202026-06-08T19:19:13.827ZJun 08 19:19:12.772 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17212026-06-08T19:19:15.240ZJun 08 19:19:14.178 INFO Download complete, target: DendriteStub
17222026-06-08T19:19:15.559ZJun 08 19:19:14.501 INFO Download complete, target: MaghemiteMgd
17232026-06-08T19:19:18.488ZJun 08 19:19:17.431 INFO Checking that binary works, target: Cockroach
17242026-06-08T19:19:18.674ZJun 08 19:19:17.619 INFO Download complete, target: Cockroach
17252026-06-08T19:19:20.737ZJun 08 19:19:19.681 INFO Checking that binary works, target: Clickhouse
17262026-06-08T19:19:20.843ZJun 08 19:19:19.784 INFO Download complete, target: Clickhouse
17272026-06-08T19:19:20.853ZAll prerequisites installed successfully
17282026-06-08T19:19:20.853Z
17292026-06-08T19:19:20.853Zreal 2:08.234323394
17302026-06-08T19:19:20.853Zuser 6:58.113404161
17312026-06-08T19:19:20.853Zsys 1:40.695366286
17322026-06-08T19:19:20.853Ztrap 0.253152949
17332026-06-08T19:19:20.853Ztflt 1.248328099
17342026-06-08T19:19:20.853Zdflt 1.808147031
17352026-06-08T19:19:20.853Zkflt 0.026304571
17362026-06-08T19:19:20.853Zlock 23:09.586829621
17372026-06-08T19:19:20.853Zslp 19:16.385820357
17382026-06-08T19:19:20.853Zlat 23.734351260
17392026-06-08T19:19:20.853Zstop 2:45.613503047
17402026-06-08T19:19:20.854Z+ ptime -m cargo xtask download softnpu
17412026-06-08T19:19:21.369Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17422026-06-08T19:19:21.402Z Running `target/debug/xtask download softnpu`
17432026-06-08T19:19:22.186Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17442026-06-08T19:19:22.243Z Running `target/debug/xtask-downloader softnpu`
17452026-06-08T19:19:22.292ZJun 08 19:19:21.224 INFO Starting download, target: Softnpu
17462026-06-08T19:19:22.311ZJun 08 19:19:21.224 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17472026-06-08T19:19:23.395ZJun 08 19:19:22.337 INFO Download complete, target: Softnpu
17482026-06-08T19:19:23.412Z
17492026-06-08T19:19:23.412Zreal 2.544238355
17502026-06-08T19:19:23.412Zuser 1.361197098
17512026-06-08T19:19:23.412Zsys 0.661018389
17522026-06-08T19:19:23.412Ztrap 0.000877519
17532026-06-08T19:19:23.412Ztflt 0.000259380
17542026-06-08T19:19:23.412Zdflt 0.000093833
17552026-06-08T19:19:23.412Zkflt 0.000001869
17562026-06-08T19:19:23.412Zlock 20.470440621
17572026-06-08T19:19:23.412Zslp 0.970369433
17582026-06-08T19:19:23.413Zlat 0.101337339
17592026-06-08T19:19:23.413Zstop 0.000215219
17602026-06-08T19:19:23.413Z+ export CARGO_INCREMENTAL=0
17612026-06-08T19:19:23.413Z+ CARGO_INCREMENTAL=0
17622026-06-08T19:19:23.413Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17632026-06-08T19:19:24.311Z Compiling proc-macro2 v1.0.106
17642026-06-08T19:19:24.311Z Compiling quote v1.0.45
17652026-06-08T19:19:24.311Z Compiling unicode-ident v1.0.24
17662026-06-08T19:19:24.312Z Compiling libc v0.2.185
17672026-06-08T19:19:24.318Z Compiling serde_core v1.0.228
17682026-06-08T19:19:24.318Z Compiling serde v1.0.228
17692026-06-08T19:19:24.318Z Compiling cfg-if v1.0.4
17702026-06-08T19:19:24.318Z Compiling version_check v0.9.5
17712026-06-08T19:19:24.447Z Compiling find-msvc-tools v0.1.9
17722026-06-08T19:19:24.451Z Compiling shlex v1.3.0
17732026-06-08T19:19:24.451Z Compiling typenum v1.19.0
17742026-06-08T19:19:24.451Z Compiling zmij v1.0.21
17752026-06-08T19:19:24.451Z Compiling autocfg v1.5.0
17762026-06-08T19:19:24.451Z Compiling serde_json v1.0.149
17772026-06-08T19:19:24.451Z Compiling memchr v2.8.0
17782026-06-08T19:19:24.723Z Compiling portable-atomic v1.13.1
17792026-06-08T19:19:24.759Z Compiling libm v0.2.16
17802026-06-08T19:19:24.775Z Compiling zerocopy v0.8.40
17812026-06-08T19:19:24.834Z Compiling smallvec v1.15.1
17822026-06-08T19:19:24.877Z Compiling parking_lot_core v0.9.12
17832026-06-08T19:19:24.881Z Compiling num-traits v0.2.19
17842026-06-08T19:19:24.891Z Compiling icu_normalizer_data v2.1.1
17852026-06-08T19:19:25.043Z Compiling generic-array v0.14.7
17862026-06-08T19:19:25.093Z Compiling icu_properties_data v2.1.2
17872026-06-08T19:19:25.118Z Compiling itoa v1.0.17
17882026-06-08T19:19:25.161Z Compiling getrandom v0.4.1
17892026-06-08T19:19:25.170Z Compiling log v0.4.29
17902026-06-08T19:19:25.185Z Compiling stable_deref_trait v1.2.1
17912026-06-08T19:19:25.185Z Compiling pkg-config v0.3.32
17922026-06-08T19:19:25.245Z Compiling subtle v2.6.1
17932026-06-08T19:19:25.407Z Compiling scopeguard v1.2.0
17942026-06-08T19:19:25.441Z Compiling jobserver v0.1.34
17952026-06-08T19:19:25.458Z Compiling getrandom v0.2.17
17962026-06-08T19:19:25.487Z Compiling errno v0.3.14
17972026-06-08T19:19:25.536Z Compiling lock_api v0.4.14
17982026-06-08T19:19:25.619Z Compiling rand_core v0.6.4
17992026-06-08T19:19:25.680Z Compiling cc v1.2.56
18002026-06-08T19:19:25.697Z Compiling writeable v0.6.2
18012026-06-08T19:19:25.730Z Compiling syn v2.0.117
18022026-06-08T19:19:25.733Z Compiling litemap v0.8.1
18032026-06-08T19:19:25.761Z Compiling percent-encoding v2.3.2
18042026-06-08T19:19:25.815Z Compiling fnv v1.0.7
18052026-06-08T19:19:25.847Z Compiling pin-project-lite v0.2.17
18062026-06-08T19:19:25.934Z Compiling thiserror v2.0.18
18072026-06-08T19:19:25.987Z Compiling getrandom v0.3.4
18082026-06-08T19:19:26.051Z Compiling fs_extra v1.3.0
18092026-06-08T19:19:26.054Z Compiling dunce v1.0.5
18102026-06-08T19:19:26.054Z Compiling equivalent v1.0.2
18112026-06-08T19:19:26.110Z Compiling rustversion v1.0.22
18122026-06-08T19:19:26.142Z Compiling utf8_iter v1.0.4
18132026-06-08T19:19:26.157Z Compiling schemars v0.8.22
18142026-06-08T19:19:26.172Z Compiling rand_core v0.10.0
18152026-06-08T19:19:26.253Z Compiling form_urlencoded v1.2.2
18162026-06-08T19:19:26.311Z Compiling critical-section v1.2.0
18172026-06-08T19:19:26.394Z Compiling signal-hook-registry v1.4.8
18182026-06-08T19:19:26.435Z Compiling cmake v0.1.57
18192026-06-08T19:19:26.452Z Compiling hashbrown v0.17.0
18202026-06-08T19:19:26.484Z Compiling rustix v1.1.3
18212026-06-08T19:19:26.541Z Compiling mio v1.2.0
18222026-06-08T19:19:26.559Z Compiling socket2 v0.6.3
18232026-06-08T19:19:26.822Z Compiling bitflags v2.11.0
18242026-06-08T19:19:26.859Z Compiling semver v1.0.28
18252026-06-08T19:19:26.888Z Compiling once_cell v1.21.3
18262026-06-08T19:19:26.945Z Compiling parking_lot v0.12.5
18272026-06-08T19:19:26.961Z Compiling const-oid v0.9.6
18282026-06-08T19:19:27.009Z Compiling ring v0.17.14
18292026-06-08T19:19:27.031Z Compiling aws-lc-sys v0.40.0
18302026-06-08T19:19:27.031Z Compiling indexmap v2.14.0
18312026-06-08T19:19:27.180Z Compiling aws-lc-rs v1.16.3
18322026-06-08T19:19:27.220Z Compiling futures-core v0.3.32
18332026-06-08T19:19:27.288Z Compiling httparse v1.10.1
18342026-06-08T19:19:27.394Z Compiling vcpkg v0.2.15
18352026-06-08T19:19:27.401Z Compiling strsim v0.11.1
18362026-06-08T19:19:27.402Z Compiling thiserror v1.0.69
18372026-06-08T19:19:27.516Z Compiling iana-time-zone v0.1.65
18382026-06-08T19:19:27.612Z Compiling ucd-trie v0.1.7
18392026-06-08T19:19:27.719Z Compiling byteorder v1.5.0
18402026-06-08T19:19:27.771Z Compiling pest v2.8.6
18412026-06-08T19:19:27.771Z Compiling ident_case v1.0.1
18422026-06-08T19:19:27.798Z Compiling regex-syntax v0.8.10
18432026-06-08T19:19:27.829Z Compiling heck v0.5.0
18442026-06-08T19:19:27.868Z Compiling syn v1.0.109
18452026-06-08T19:19:27.868Z Compiling uuid v1.23.0
18462026-06-08T19:19:27.902Z Compiling cpufeatures v0.2.17
18472026-06-08T19:19:27.963Z Compiling rustls v0.23.37
18482026-06-08T19:19:27.966Z Compiling openssl-sys v0.9.115
18492026-06-08T19:19:28.135Z Compiling futures-sink v0.3.32
18502026-06-08T19:19:28.174Z Compiling rustc_version v0.4.1
18512026-06-08T19:19:28.241Z Compiling futures-channel v0.3.32
18522026-06-08T19:19:28.281Z Compiling futures-io v0.3.32
18532026-06-08T19:19:28.314Z Compiling futures-task v0.3.32
18542026-06-08T19:19:28.445Z Compiling slab v0.4.12
18552026-06-08T19:19:28.504Z Compiling synstructure v0.13.2
18562026-06-08T19:19:28.507Z Compiling serde_derive_internals v0.29.1
18572026-06-08T19:19:28.507Z Compiling aho-corasick v1.1.4
18582026-06-08T19:19:28.709Z Compiling dyn-clone v1.0.20
18592026-06-08T19:19:28.815Z Compiling pest_meta v2.8.6
18602026-06-08T19:19:28.853Z Compiling openssl v0.10.79
18612026-06-08T19:19:28.874Z Compiling crc32fast v1.5.0
18622026-06-08T19:19:28.890Z Compiling plain v0.2.3
18632026-06-08T19:19:28.958Z Compiling base64 v0.22.1
18642026-06-08T19:19:29.040Z Compiling time-core v0.1.8
18652026-06-08T19:19:29.055Z Compiling num-conv v0.2.0
18662026-06-08T19:19:29.164Z Compiling crossbeam-utils v0.8.21
18672026-06-08T19:19:29.205Z Compiling time-macros v0.2.27
18682026-06-08T19:19:29.282Z Compiling native-tls v0.2.18
18692026-06-08T19:19:29.304Z Compiling pretty-hex v0.4.1
18702026-06-08T19:19:29.366Z Compiling regex-automata v0.4.14
18712026-06-08T19:19:29.381Z Compiling base64ct v1.8.3
18722026-06-08T19:19:29.464Z Compiling pest_generator v2.8.6
18732026-06-08T19:19:29.479Z Compiling anyhow v1.0.102
18742026-06-08T19:19:29.479Z Compiling darling_core v0.21.3
18752026-06-08T19:19:29.544Z Compiling tracing-core v0.1.36
18762026-06-08T19:19:29.599Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18772026-06-08T19:19:29.683Z Compiling pem-rfc7468 v0.7.0
18782026-06-08T19:19:29.770Z Compiling serde_derive v1.0.228
18792026-06-08T19:19:29.812Z Compiling zeroize_derive v1.4.3
18802026-06-08T19:19:29.864Z Compiling zerofrom-derive v0.1.6
18812026-06-08T19:19:29.945Z Compiling yoke-derive v0.8.1
18822026-06-08T19:19:29.969Z Compiling zerovec-derive v0.11.2
18832026-06-08T19:19:29.985Z Compiling displaydoc v0.2.5
18842026-06-08T19:19:30.094Z Compiling zerocopy-derive v0.8.40
18852026-06-08T19:19:30.125Z Compiling tokio-macros v2.7.0
18862026-06-08T19:19:30.193Z Compiling futures-macro v0.3.32
18872026-06-08T19:19:30.452Z Compiling zeroize v1.8.2
18882026-06-08T19:19:30.710Z Compiling thiserror-impl v2.0.18
18892026-06-08T19:19:30.856Z Compiling schemars_derive v0.8.22
18902026-06-08T19:19:30.954Z Compiling tracing-attributes v0.1.31
18912026-06-08T19:19:30.990Z Compiling der_derive v0.7.3
18922026-06-08T19:19:31.047Z Compiling zerofrom v0.1.6
18932026-06-08T19:19:31.192Z Compiling yoke v0.8.1
18942026-06-08T19:19:31.208Z Compiling crypto-common v0.1.7
18952026-06-08T19:19:31.378Z Compiling zerovec v0.11.5
18962026-06-08T19:19:31.409Z Compiling zerotrie v0.2.3
18972026-06-08T19:19:31.497Z Compiling block-buffer v0.10.4
18982026-06-08T19:19:31.689Z Compiling digest v0.10.7
18992026-06-08T19:19:31.875Z Compiling thiserror-impl v1.0.69
19002026-06-08T19:19:31.899Z Compiling tinystr v0.8.2
19012026-06-08T19:19:31.922Z Compiling potential_utf v0.1.4
19022026-06-08T19:19:31.967Z Compiling pest_derive v2.8.6
19032026-06-08T19:19:32.019Z Compiling futures-util v0.3.32
19042026-06-08T19:19:32.129Z Compiling icu_locale_core v2.1.1
19052026-06-08T19:19:32.129Z Compiling icu_collections v2.1.1
19062026-06-08T19:19:32.132Z Compiling hmac v0.12.1
19072026-06-08T19:19:32.425Z Compiling block-padding v0.3.3
19082026-06-08T19:19:32.441Z Compiling rustls-pki-types v1.14.0
19092026-06-08T19:19:32.844Z Compiling icu_provider v2.1.1
19102026-06-08T19:19:32.884Z Compiling inout v0.1.4
19112026-06-08T19:19:32.888Z Compiling openssl-macros v0.1.1
19122026-06-08T19:19:32.970Z Compiling bytes v1.11.1
19132026-06-08T19:19:33.072Z Compiling chrono v0.4.44
19142026-06-08T19:19:33.190Z Compiling icu_properties v2.1.2
19152026-06-08T19:19:33.260Z Compiling icu_normalizer v2.1.1
19162026-06-08T19:19:33.279Z Compiling cipher v0.4.4
19172026-06-08T19:19:33.299Z Compiling serde_tokenstream v0.2.3
19182026-06-08T19:19:33.522Z Compiling tokio v1.52.1
19192026-06-08T19:19:33.887Z Compiling sha2 v0.10.9
19202026-06-08T19:19:34.109Z Compiling idna_adapter v1.2.1
19212026-06-08T19:19:34.244Z Compiling idna v1.1.0
19222026-06-08T19:19:34.439Z Compiling ppv-lite86 v0.2.21
19232026-06-08T19:19:34.492Z Compiling scroll_derive v0.13.1
19242026-06-08T19:19:34.620Z Compiling url v2.5.8
19252026-06-08T19:19:34.624Z Compiling scroll_derive v0.12.1
19262026-06-08T19:19:34.656Z Compiling http v1.4.0
19272026-06-08T19:19:34.847Z Compiling flagset v0.4.7
19282026-06-08T19:19:34.864Z Compiling untrusted v0.9.0
19292026-06-08T19:19:34.966Z Compiling der v0.7.10
19302026-06-08T19:19:35.201Z Compiling tracing v0.1.44
19312026-06-08T19:19:35.316Z Compiling darling_macro v0.21.3
19322026-06-08T19:19:35.319Z Compiling regex v1.12.3
19332026-06-08T19:19:35.535Z Compiling zerocopy-derive v0.7.35
19342026-06-08T19:19:35.625Z Compiling rand_core v0.9.5
19352026-06-08T19:19:35.755Z Compiling slog v2.8.2
19362026-06-08T19:19:36.154Z Compiling spki v0.7.3
19372026-06-08T19:19:36.188Z Compiling darling v0.21.3
19382026-06-08T19:19:36.233Z Compiling salsa20 v0.10.2
19392026-06-08T19:19:36.285Z Compiling pbkdf2 v0.12.2
19402026-06-08T19:19:36.610Z Compiling cookie v0.18.1
19412026-06-08T19:19:36.777Z Compiling camino v1.2.2
19422026-06-08T19:19:36.999Z Compiling scrypt v0.11.0
19432026-06-08T19:19:37.089Z Compiling rand_chacha v0.9.0
19442026-06-08T19:19:37.112Z Compiling http-body v1.0.1
19452026-06-08T19:19:37.172Z Compiling cbc v0.1.2
19462026-06-08T19:19:37.230Z Compiling aes v0.8.4
19472026-06-08T19:19:37.305Z Compiling tokio-util v0.7.18
19482026-06-08T19:19:37.339Z Compiling usdt-impl v0.5.0
19492026-06-08T19:19:37.353Z Compiling ref-cast v1.0.25
19502026-06-08T19:19:37.466Z Compiling untrusted v0.7.1
19512026-06-08T19:19:37.481Z Compiling openssl-probe v0.2.1
19522026-06-08T19:19:37.589Z Compiling winnow v0.7.14
19532026-06-08T19:19:37.610Z Compiling either v1.15.0
19542026-06-08T19:19:37.646Z Compiling atomic-waker v1.1.2
19552026-06-08T19:19:37.661Z Compiling paste v1.0.15
19562026-06-08T19:19:37.728Z Compiling tinyvec_macros v0.1.1
19572026-06-08T19:19:37.794Z Compiling usdt-impl v0.6.0
19582026-06-08T19:19:37.810Z Compiling unicode-segmentation v1.12.0
19592026-06-08T19:19:37.830Z Compiling tinyvec v1.10.0
19602026-06-08T19:19:37.997Z Compiling pkcs5 v0.7.1
19612026-06-08T19:19:38.191Z Compiling rand v0.9.2
19622026-06-08T19:19:38.456Z Compiling scroll v0.13.0
19632026-06-08T19:19:38.539Z Compiling scroll v0.12.0
19642026-06-08T19:19:38.632Z Compiling toml_datetime v0.6.11
19652026-06-08T19:19:38.650Z Compiling serde_spanned v0.6.9
19662026-06-08T19:19:38.678Z Compiling async-trait v0.1.89
19672026-06-08T19:19:38.736Z Compiling heapless v0.7.17
19682026-06-08T19:19:38.812Z Compiling bzip2-sys v0.1.13+1.0.8
19692026-06-08T19:19:38.827Z Compiling tower-layer v0.3.3
19702026-06-08T19:19:38.999Z Compiling try-lock v0.2.5
19712026-06-08T19:19:39.059Z Compiling fastrand v2.3.0
19722026-06-08T19:19:39.101Z Compiling zstd-safe v7.2.4
19732026-06-08T19:19:39.123Z Compiling signal-hook v0.3.18
19742026-06-08T19:19:39.131Z Compiling tower-service v0.3.3
19752026-06-08T19:19:39.253Z Compiling h2 v0.4.13
19762026-06-08T19:19:39.291Z Compiling want v0.3.1
19772026-06-08T19:19:39.323Z Compiling toml_parser v1.0.9+spec-1.1.0
19782026-06-08T19:19:39.404Z Compiling goblin v0.8.2
19792026-06-08T19:19:39.477Z Compiling goblin v0.10.5
19802026-06-08T19:19:39.508Z Compiling pkcs8 v0.10.2
19812026-06-08T19:19:39.566Z Compiling heck v0.4.1
19822026-06-08T19:19:39.782Z Compiling zerocopy v0.7.35
19832026-06-08T19:19:39.807Z Compiling ipnet v2.11.0
19842026-06-08T19:19:39.898Z Compiling ref-cast-impl v1.0.25
19852026-06-08T19:19:40.141Z Compiling darling_core v0.20.11
19862026-06-08T19:19:40.292Z Compiling curve25519-dalek v4.1.3
19872026-06-08T19:19:40.377Z Compiling memoffset v0.9.1
19882026-06-08T19:19:40.468Z Compiling utf8parse v0.2.2
19892026-06-08T19:19:40.559Z Compiling rustix v0.38.44
19902026-06-08T19:19:40.597Z Compiling httpdate v1.0.3
19912026-06-08T19:19:40.612Z Compiling litrs v1.0.0
19922026-06-08T19:19:40.894Z Compiling pin-utils v0.1.0
19932026-06-08T19:19:41.011Z Compiling winnow v0.5.40
19942026-06-08T19:19:41.240Z Compiling foreign-types-shared v0.1.1
19952026-06-08T19:19:41.243Z Compiling document-features v0.2.12
19962026-06-08T19:19:41.345Z Compiling foreign-types v0.3.2
19972026-06-08T19:19:41.360Z Compiling tempfile v3.25.0
19982026-06-08T19:19:41.736Z Compiling dof v0.3.0
19992026-06-08T19:19:41.780Z Compiling unicode-normalization v0.1.25
20002026-06-08T19:19:42.046Z Compiling dtrace-parser v0.2.0
20012026-06-08T19:19:42.139Z Compiling darling_macro v0.20.11
20022026-06-08T19:19:42.261Z Compiling dof v0.4.0
20032026-06-08T19:19:42.331Z Compiling hyper v1.8.1
20042026-06-08T19:19:42.345Z Compiling toml_edit v0.19.15
20052026-06-08T19:19:42.549Z Compiling dtrace-parser v0.3.0
20062026-06-08T19:19:42.625Z Compiling pin-project-internal v1.1.11
20072026-06-08T19:19:42.658Z Compiling daft-derive v0.1.7
20082026-06-08T19:19:42.746Z Compiling spin v0.9.8
20092026-06-08T19:19:42.799Z Compiling thread-id v4.2.2
20102026-06-08T19:19:42.882Z Compiling thread-id v5.1.0
20112026-06-08T19:19:42.935Z Compiling num-bigint-dig v0.8.6
20122026-06-08T19:19:42.991Z Compiling cfg_aliases v0.2.1
20132026-06-08T19:19:43.079Z Compiling smoltcp v0.9.1
20142026-06-08T19:19:43.138Z Compiling powerfmt v0.2.0
20152026-06-08T19:19:43.154Z Compiling anstyle v1.0.14
20162026-06-08T19:19:43.172Z Compiling nix v0.31.2
20172026-06-08T19:19:43.328Z Compiling deranged v0.5.8
20182026-06-08T19:19:43.409Z Compiling hyper-util v0.1.20
20192026-06-08T19:19:43.645Z Compiling darling v0.20.11
20202026-06-08T19:19:43.819Z Compiling rustls-native-certs v0.8.3
20212026-06-08T19:19:43.895Z Compiling ipnetwork v0.21.1
20222026-06-08T19:19:44.168Z Compiling curve25519-dalek-derive v0.1.1
20232026-06-08T19:19:44.251Z Compiling strum_macros v0.26.4
20242026-06-08T19:19:44.537Z Compiling sync_wrapper v1.0.2
20252026-06-08T19:19:44.615Z Compiling wait-timeout v0.2.1
20262026-06-08T19:19:44.667Z Compiling quick-error v1.2.3
20272026-06-08T19:19:44.825Z Compiling bit-vec v0.8.0
20282026-06-08T19:19:45.011Z Compiling is_terminal_polyfill v1.70.2
20292026-06-08T19:19:45.073Z Compiling num_threads v0.1.7
20302026-06-08T19:19:45.124Z Compiling anstyle-query v1.1.5
20312026-06-08T19:19:45.125Z Compiling colorchoice v1.0.4
20322026-06-08T19:19:45.184Z Compiling siphasher v1.0.2
20332026-06-08T19:19:45.253Z Compiling simd-adler32 v0.3.8
20342026-06-08T19:19:45.323Z Compiling time v0.3.47
20352026-06-08T19:19:45.378Z Compiling bit-set v0.8.0
20362026-06-08T19:19:45.507Z Compiling rusty-fork v0.3.1
20372026-06-08T19:19:45.533Z Compiling tower v0.5.3
20382026-06-08T19:19:45.855Z Compiling derive_builder_core v0.20.2
20392026-06-08T19:19:45.881Z Compiling snafu-derive v0.8.9
20402026-06-08T19:19:46.082Z Compiling http-body-util v0.1.3
20412026-06-08T19:19:46.307Z Compiling webpki-roots v1.0.6
20422026-06-08T19:19:46.382Z Compiling rand_xorshift v0.4.0
20432026-06-08T19:19:46.441Z Compiling signature v2.2.0
20442026-06-08T19:19:46.524Z Compiling hubpack_derive v0.1.1
20452026-06-08T19:19:46.542Z Compiling strum_macros v0.27.2
20462026-06-08T19:19:46.678Z Compiling ahash v0.8.12
20472026-06-08T19:19:46.793Z Compiling fs-err v3.3.0
20482026-06-08T19:19:46.908Z Compiling encoding_rs v0.8.35
20492026-06-08T19:19:46.925Z Compiling iri-string v0.7.10
20502026-06-08T19:19:47.098Z Compiling object v0.37.3
20512026-06-08T19:19:47.115Z Compiling unicode-properties v0.1.4
20522026-06-08T19:19:47.170Z Compiling ryu v1.0.23
20532026-06-08T19:19:47.190Z Compiling mime v0.3.17
20542026-06-08T19:19:47.304Z Compiling allocator-api2 v0.2.21
20552026-06-08T19:19:47.349Z Compiling unicode-bidi v0.3.18
20562026-06-08T19:19:47.365Z Compiling unarray v0.1.4
20572026-06-08T19:19:47.577Z Compiling adler2 v2.0.1
20582026-06-08T19:19:47.608Z Compiling serde_urlencoded v0.7.1
20592026-06-08T19:19:47.644Z Compiling proptest v1.11.0
20602026-06-08T19:19:47.689Z Compiling miniz_oxide v0.8.9
20612026-06-08T19:19:47.704Z Compiling stringprep v0.1.5
20622026-06-08T19:19:47.970Z Compiling derive_builder_macro v0.20.2
20632026-06-08T19:19:48.051Z Compiling tower-http v0.6.8
20642026-06-08T19:19:48.256Z Compiling tokio-native-tls v0.3.1
20652026-06-08T19:19:48.290Z Compiling usdt-attr-macro v0.6.0
20662026-06-08T19:19:48.340Z Compiling usdt-macro v0.6.0
20672026-06-08T19:19:48.469Z Compiling anstyle-parse v1.0.0
20682026-06-08T19:19:48.688Z Compiling rand_chacha v0.3.1
20692026-06-08T19:19:48.707Z Compiling erased-serde v0.3.31
20702026-06-08T19:19:48.819Z Compiling md-5 v0.10.6
20712026-06-08T19:19:48.864Z Compiling bstr v1.12.1
20722026-06-08T19:19:49.042Z Compiling num-integer v0.1.46
20732026-06-08T19:19:49.042Z Compiling hash32 v0.2.1
20742026-06-08T19:19:49.075Z Compiling vergen-lib v9.1.0
20752026-06-08T19:19:49.109Z Compiling ff v0.13.1
20762026-06-08T19:19:49.266Z Compiling psl-types v2.0.11
20772026-06-08T19:19:49.281Z Compiling fallible-iterator v0.2.0
20782026-06-08T19:19:49.298Z Compiling zlib-rs v0.6.2
20792026-06-08T19:19:49.353Z Compiling base16ct v0.2.0
20802026-06-08T19:19:49.387Z Compiling publicsuffix v2.3.0
20812026-06-08T19:19:49.512Z Compiling sec1 v0.7.3
20822026-06-08T19:19:49.536Z Compiling num-iter v0.1.45
20832026-06-08T19:19:49.569Z Compiling postgres-protocol v0.6.10
20842026-06-08T19:19:49.584Z Compiling group v0.13.0
20852026-06-08T19:19:49.606Z Compiling newtype-uuid v1.3.2
20862026-06-08T19:19:49.923Z Compiling rand v0.8.6
20872026-06-08T19:19:50.364Z Compiling oxnet v0.1.5
20882026-06-08T19:19:50.500Z Compiling anstream v1.0.0
20892026-06-08T19:19:50.579Z Compiling derive_builder v0.20.2
20902026-06-08T19:19:50.594Z Compiling hyper-tls v0.6.0
20912026-06-08T19:19:50.798Z Compiling phf_shared v0.13.1
20922026-06-08T19:19:50.814Z Compiling pin-project v1.1.11
20932026-06-08T19:19:50.867Z Compiling lazy_static v1.5.0
20942026-06-08T19:19:50.936Z Compiling anstyle-parse v0.2.7
20952026-06-08T19:19:51.009Z Compiling terminal_size v0.4.3
20962026-06-08T19:19:51.036Z Compiling serde_with_macros v3.17.0
20972026-06-08T19:19:51.052Z Compiling futures-executor v0.3.32
20982026-06-08T19:19:51.068Z Compiling hex v0.4.3
20992026-06-08T19:19:51.276Z Compiling hkdf v0.12.4
21002026-06-08T19:19:51.333Z Compiling crypto-bigint v0.5.5
21012026-06-08T19:19:51.349Z Compiling flate2 v1.1.9
21022026-06-08T19:19:51.363Z Compiling enum-as-inner v0.6.1
21032026-06-08T19:19:51.447Z Compiling async-recursion v1.1.1
21042026-06-08T19:19:51.463Z Compiling clap_derive v4.6.1
21052026-06-08T19:19:51.493Z Compiling serde_repr v0.1.20
21062026-06-08T19:19:51.647Z Compiling vergen v9.1.0
21072026-06-08T19:19:51.755Z Compiling cargo-platform v0.3.2
21082026-06-08T19:19:51.863Z Compiling libbz2-rs-sys v0.2.2
21092026-06-08T19:19:51.886Z Compiling same-file v1.0.6
21102026-06-08T19:19:51.889Z Compiling managed v0.8.0
21112026-06-08T19:19:52.035Z Compiling foldhash v0.1.5
21122026-06-08T19:19:52.067Z Compiling clap_lex v1.0.0
21132026-06-08T19:19:52.107Z Compiling bitflags v1.3.2
21142026-06-08T19:19:52.162Z Compiling bumpalo v3.20.2
21152026-06-08T19:19:52.238Z Compiling foldhash v0.2.0
21162026-06-08T19:19:52.275Z Compiling bzip2 v0.6.1
21172026-06-08T19:19:52.298Z Compiling clap_builder v4.6.0
21182026-06-08T19:19:52.422Z Compiling hashbrown v0.16.1
21192026-06-08T19:19:52.445Z Compiling zopfli v0.8.3
21202026-06-08T19:19:52.461Z Compiling elliptic-curve v0.13.8
21212026-06-08T19:19:52.465Z Compiling hashbrown v0.15.5
21222026-06-08T19:19:52.816Z Compiling walkdir v2.5.0
21232026-06-08T19:19:53.020Z Compiling cargo_metadata v0.23.1
21242026-06-08T19:19:53.071Z Compiling futures v0.3.32
21252026-06-08T19:19:53.098Z Compiling anstream v0.6.21
21262026-06-08T19:19:53.299Z Compiling phf v0.13.1
21272026-06-08T19:19:53.407Z Compiling zstd v0.13.3
21282026-06-08T19:19:53.431Z Compiling snafu v0.8.9
21292026-06-08T19:19:53.476Z Compiling signal-hook-mio v0.2.5
21302026-06-08T19:19:53.607Z Compiling daft v0.1.7
21312026-06-08T19:19:53.676Z Compiling cookie_store v0.22.1
21322026-06-08T19:19:53.776Z Compiling postgres-types v0.2.12
21332026-06-08T19:19:53.837Z Compiling bzip2 v0.4.4
21342026-06-08T19:19:53.897Z Compiling globset v0.4.18
21352026-06-08T19:19:54.060Z Compiling strum v0.27.2
21362026-06-08T19:19:54.268Z Compiling hubpack v0.1.2
21372026-06-08T19:19:54.345Z Compiling ed25519 v2.2.3
21382026-06-08T19:19:54.361Z Compiling phf_shared v0.11.3
21392026-06-08T19:19:54.379Z Compiling crossbeam-epoch v0.9.18
21402026-06-08T19:19:54.510Z Compiling olpc-cjson v0.1.4
21412026-06-08T19:19:54.532Z Compiling pkcs1 v0.7.5
21422026-06-08T19:19:54.577Z Compiling pem v3.0.6
21432026-06-08T19:19:54.638Z Compiling serde-big-array v0.5.1
21442026-06-08T19:19:54.701Z Compiling serde_plain v1.0.2
21452026-06-08T19:19:54.744Z Compiling rfc6979 v0.4.0
21462026-06-08T19:19:54.802Z Compiling float-cmp v0.10.0
21472026-06-08T19:19:54.861Z Compiling memmap2 v0.9.10
21482026-06-08T19:19:54.888Z Compiling env_filter v1.0.0
21492026-06-08T19:19:54.905Z Compiling toml_write v0.1.2
21502026-06-08T19:19:54.938Z Compiling difflib v0.4.0
21512026-06-08T19:19:54.942Z Compiling new_debug_unreachable v1.0.6
21522026-06-08T19:19:54.972Z Compiling keccak v0.1.6
21532026-06-08T19:19:54.972Z Compiling static_assertions v1.1.0
21542026-06-08T19:19:55.055Z Compiling jiff v0.2.21
21552026-06-08T19:19:55.078Z Compiling precomputed-hash v0.1.1
21562026-06-08T19:19:55.096Z Compiling fixedbitset v0.4.2
21572026-06-08T19:19:55.156Z Compiling data-encoding v2.10.0
21582026-06-08T19:19:55.187Z Compiling predicates-core v1.0.10
21592026-06-08T19:19:55.205Z Compiling fixedbitset v0.5.7
21602026-06-08T19:19:55.208Z Compiling typed-path v0.9.3
21612026-06-08T19:19:55.238Z Compiling normalize-line-endings v0.3.0
21622026-06-08T19:19:55.315Z Compiling whoami v2.1.0
21632026-06-08T19:19:55.371Z Compiling predicates v3.1.4
21642026-06-08T19:19:55.426Z Compiling petgraph v0.8.3
21652026-06-08T19:19:55.494Z Compiling hickory-proto v0.25.2
21662026-06-08T19:19:55.511Z Compiling petgraph v0.6.5
21672026-06-08T19:19:55.670Z Compiling tokio-postgres v0.7.16
21682026-06-08T19:19:55.709Z Compiling sha3 v0.10.8
21692026-06-08T19:19:55.928Z Compiling string_cache v0.8.9
21702026-06-08T19:19:55.992Z Compiling toml_edit v0.22.27
21712026-06-08T19:19:56.166Z Compiling env_logger v0.11.9
21722026-06-08T19:19:56.339Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21732026-06-08T19:19:56.402Z Compiling usdt v0.6.0
21742026-06-08T19:19:56.504Z Compiling ecdsa v0.16.9
21752026-06-08T19:19:56.676Z Compiling rsa v0.9.10
21762026-06-08T19:19:56.910Z Compiling ed25519-dalek v2.2.0
21772026-06-08T19:19:57.352Z Compiling crossterm v0.28.1
21782026-06-08T19:19:57.386Z Compiling zip v0.6.6
21792026-06-08T19:19:57.704Z Compiling zip v4.6.1
21802026-06-08T19:19:57.836Z Compiling iddqd v0.4.2
21812026-06-08T19:19:57.914Z Compiling clap v4.6.1
21822026-06-08T19:19:58.291Z Compiling serde_with v3.17.0
21832026-06-08T19:19:58.326Z Compiling similar v2.7.0
21842026-06-08T19:19:58.329Z Compiling strum v0.26.3
21852026-06-08T19:19:58.488Z Compiling toml v0.7.8
21862026-06-08T19:19:58.553Z Compiling tokio-stream v0.1.18
21872026-06-08T19:19:58.611Z Compiling itertools v0.13.0
21882026-06-08T19:19:58.815Z Compiling buf-list v1.1.2
21892026-06-08T19:19:59.082Z Compiling x509-cert v0.2.5
21902026-06-08T19:19:59.146Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21912026-06-08T19:19:59.164Z Compiling openapiv3 v2.2.0
21922026-06-08T19:19:59.436Z Compiling sha1 v0.10.6
21932026-06-08T19:19:59.683Z Compiling lalrpop-util v0.19.12
21942026-06-08T19:19:59.860Z Compiling peg-runtime v0.8.5
21952026-06-08T19:20:15.169Z Compiling rustls-webpki v0.103.9
21962026-06-08T19:20:16.131Z Compiling macaddr v1.0.1
21972026-06-08T19:20:16.281Z Compiling structmeta-derive v0.3.0
21982026-06-08T19:20:16.306Z Compiling crucible-workspace-hack v0.1.0
21992026-06-08T19:20:16.422Z Compiling rayon-core v1.13.0
22002026-06-08T19:20:16.533Z Compiling itertools v0.14.0
22012026-06-08T19:20:16.653Z Compiling secrecy v0.10.3
22022026-06-08T19:20:16.742Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22032026-06-08T19:20:16.759Z Compiling toml_datetime v0.7.5+spec-1.1.0
22042026-06-08T19:20:16.873Z Compiling heapless v0.8.0
22052026-06-08T19:20:17.020Z Compiling rustls v0.22.4
22062026-06-08T19:20:17.077Z Compiling toml_edit v0.23.10+spec-1.0.0
22072026-06-08T19:20:17.164Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22082026-06-08T19:20:17.198Z Compiling crossbeam-deque v0.8.6
22092026-06-08T19:20:17.249Z Compiling rustls-webpki v0.102.8
22102026-06-08T19:20:17.281Z Compiling structmeta v0.3.0
22112026-06-08T19:20:17.343Z Compiling hash32 v0.3.1
22122026-06-08T19:20:17.363Z Compiling multer v3.1.0
22132026-06-08T19:20:17.379Z Compiling thread_local v1.1.9
22142026-06-08T19:20:17.439Z Compiling unicode-width v0.2.0
22152026-06-08T19:20:17.480Z Compiling compression-core v0.4.31
22162026-06-08T19:20:17.511Z Compiling smoltcp v0.11.0
22172026-06-08T19:20:17.532Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22182026-06-08T19:20:17.563Z Compiling match_cfg v0.1.0
22192026-06-08T19:20:17.581Z Compiling slog-async v2.8.0
22202026-06-08T19:20:17.659Z Compiling hostname v0.3.1
22212026-06-08T19:20:17.681Z Compiling proc-macro-crate v3.4.0
22222026-06-08T19:20:17.779Z Compiling compression-codecs v0.4.37
22232026-06-08T19:20:17.800Z Compiling ingot-macros v0.1.1
22242026-06-08T19:20:17.846Z Compiling derive-ex v0.1.8
22252026-06-08T19:20:17.938Z Compiling slog-json v2.6.1
22262026-06-08T19:20:18.015Z Compiling crossbeam-channel v0.5.15
22272026-06-08T19:20:18.136Z Compiling half v2.7.1
22282026-06-08T19:20:18.169Z Compiling newtype-uuid-macros v0.1.0
22292026-06-08T19:20:18.212Z Compiling cobs v0.3.0
22302026-06-08T19:20:18.418Z Compiling thiserror-impl-no-std v2.0.2
22312026-06-08T19:20:18.503Z Compiling universal-hash v0.5.1
22322026-06-08T19:20:18.520Z Compiling async-stream-impl v0.3.6
22332026-06-08T19:20:18.665Z Compiling serde_spanned v1.0.4
22342026-06-08T19:20:18.723Z Compiling toml_datetime v1.0.0+spec-1.1.0
22352026-06-08T19:20:18.847Z Compiling is-terminal v0.4.17
22362026-06-08T19:20:18.906Z Compiling tokio-rustls v0.26.4
22372026-06-08T19:20:18.964Z Compiling rustls-platform-verifier v0.6.2
22382026-06-08T19:20:19.092Z Compiling proc-macro-error-attr v1.0.4
22392026-06-08T19:20:19.109Z Compiling dropshot v0.17.0
22402026-06-08T19:20:19.165Z Compiling hyper-rustls v0.27.7
22412026-06-08T19:20:19.189Z Compiling take_mut v0.2.2
22422026-06-08T19:20:19.194Z Compiling toml_writer v1.0.6+spec-1.1.0
22432026-06-08T19:20:19.322Z Compiling convert_case v0.4.0
22442026-06-08T19:20:19.339Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22452026-06-08T19:20:19.342Z Compiling ciborium-io v0.2.2
22462026-06-08T19:20:19.398Z Compiling reqwest v0.12.28
22472026-06-08T19:20:19.443Z Compiling reqwest v0.13.2
22482026-06-08T19:20:19.459Z Compiling opaque-debug v0.3.1
22492026-06-08T19:20:19.476Z Compiling term v1.2.1
22502026-06-08T19:20:19.494Z Compiling thiserror-no-std v2.0.2
22512026-06-08T19:20:19.511Z Compiling ciborium-ll v0.2.2
22522026-06-08T19:20:19.550Z Compiling poly1305 v0.8.0
22532026-06-08T19:20:19.587Z Compiling test-strategy v0.4.5
22542026-06-08T19:20:19.606Z Compiling toml v1.0.6+spec-1.1.0
22552026-06-08T19:20:19.645Z Compiling derive_more v0.99.20
22562026-06-08T19:20:19.800Z Compiling slog-term v2.9.2
22572026-06-08T19:20:20.200Z Compiling tokio-rustls v0.25.0
22582026-06-08T19:20:20.393Z Compiling ingot-types v0.1.2
22592026-06-08T19:20:20.481Z Compiling async-stream v0.3.6
22602026-06-08T19:20:20.611Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22612026-06-08T19:20:20.695Z Compiling postcard v1.1.3
22622026-06-08T19:20:20.887Z Compiling ingot v0.1.1
22632026-06-08T19:20:20.926Z Compiling num_enum_derive v0.7.6
22642026-06-08T19:20:21.076Z Compiling tough v0.22.0
22652026-06-08T19:20:21.093Z Compiling slog-bunyan v2.5.0
22662026-06-08T19:20:21.097Z Compiling async-compression v0.4.41
22672026-06-08T19:20:21.318Z Compiling parse-display-derive v0.10.0
22682026-06-08T19:20:21.609Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22692026-06-08T19:20:21.861Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22702026-06-08T19:20:21.878Z Compiling proc-macro-crate v1.3.1
22712026-06-08T19:20:22.113Z Compiling backon v1.6.0
22722026-06-08T19:20:22.237Z Compiling waitgroup v0.1.2
22732026-06-08T19:20:22.389Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22742026-06-08T19:20:22.408Z Compiling password-hash v0.5.0
22752026-06-08T19:20:22.463Z Compiling chacha20 v0.9.1
22762026-06-08T19:20:22.482Z Compiling dropshot_endpoint v0.17.0
22772026-06-08T19:20:22.755Z Compiling rustls-pemfile v2.2.0
22782026-06-08T19:20:22.780Z Compiling blake2 v0.10.6
22792026-06-08T19:20:22.797Z Compiling aead v0.5.2
22802026-06-08T19:20:22.836Z Compiling foreign-types-macros v0.2.3
22812026-06-08T19:20:23.062Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22822026-06-08T19:20:23.080Z Compiling serde_path_to_error v0.1.20
22832026-06-08T19:20:23.103Z Compiling hostname v0.4.2
22842026-06-08T19:20:23.129Z Compiling proc-macro-error v1.0.4
22852026-06-08T19:20:23.298Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22862026-06-08T19:20:23.314Z Compiling instant v0.1.13
22872026-06-08T19:20:23.351Z Compiling typeid v1.0.3
22882026-06-08T19:20:23.373Z Compiling debug-ignore v1.0.5
22892026-06-08T19:20:23.421Z Compiling cpufeatures v0.3.0
22902026-06-08T19:20:23.452Z Compiling foreign-types-shared v0.3.1
22912026-06-08T19:20:23.485Z Compiling backoff v0.4.0
22922026-06-08T19:20:23.500Z Compiling chacha20 v0.10.0
22932026-06-08T19:20:23.516Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22942026-06-08T19:20:23.547Z Compiling argon2 v0.5.3
22952026-06-08T19:20:23.576Z Compiling foreign-types v0.5.0
22962026-06-08T19:20:23.606Z Compiling chacha20poly1305 v0.10.1
22972026-06-08T19:20:23.639Z Compiling parse-display v0.10.0
22982026-06-08T19:20:23.678Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22992026-06-08T19:20:23.713Z Compiling num_enum_derive v0.5.11
23002026-06-08T19:20:23.729Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23012026-06-08T19:20:23.747Z Compiling num_enum v0.7.6
23022026-06-08T19:20:23.812Z Compiling ciborium v0.2.2
23032026-06-08T19:20:23.895Z Compiling vsss-rs v3.3.4
23042026-06-08T19:20:24.099Z Compiling tabwriter v1.4.1
23052026-06-08T19:20:24.181Z Compiling regress v0.10.5
23062026-06-08T19:20:24.490Z Compiling byte-wrapper v0.1.0
23072026-06-08T19:20:24.536Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23082026-06-08T19:20:24.573Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23092026-06-08T19:20:24.663Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23102026-06-08T19:20:24.680Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23112026-06-08T19:20:24.696Z Compiling cstr-argument v0.1.2
23122026-06-08T19:20:24.894Z Compiling erased-serde v0.4.9
23132026-06-08T19:20:25.016Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23142026-06-08T19:20:25.032Z Compiling humantime v2.3.0
23152026-06-08T19:20:25.052Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23162026-06-08T19:20:25.236Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23172026-06-08T19:20:25.281Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23182026-06-08T19:20:25.294Z Compiling num_enum v0.5.11
23192026-06-08T19:20:25.389Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23202026-06-08T19:20:25.412Z Compiling rand v0.10.0
23212026-06-08T19:20:25.459Z Compiling rayon v1.11.0
23222026-06-08T19:20:25.484Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23232026-06-08T19:20:25.515Z Compiling colored v3.1.1
23242026-06-08T19:20:25.593Z Compiling libefi-sys v0.1.0
23252026-06-08T19:20:25.617Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23262026-06-08T19:20:25.651Z Compiling indent_write v2.2.0
23272026-06-08T19:20:25.729Z Compiling zone_cfg_derive v0.3.1
23282026-06-08T19:20:25.762Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23292026-06-08T19:20:25.825Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23302026-06-08T19:20:25.841Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23312026-06-08T19:20:25.864Z Compiling camino-tempfile v1.4.1
23322026-06-08T19:20:25.977Z Compiling itertools v0.12.1
23332026-06-08T19:20:26.214Z Compiling usdt-macro v0.5.0
23342026-06-08T19:20:26.231Z Compiling usdt-attr-macro v0.5.0
23352026-06-08T19:20:26.276Z Compiling num-derive v0.4.2
23362026-06-08T19:20:26.354Z Compiling bitfield-struct v0.6.2
23372026-06-08T19:20:26.372Z Compiling blake3 v1.8.3
23382026-06-08T19:20:26.388Z Compiling ordered-float v2.10.1
23392026-06-08T19:20:26.689Z Compiling sigpipe v0.1.3
23402026-06-08T19:20:26.744Z Compiling memmap v0.7.0
23412026-06-08T19:20:26.809Z Compiling glob v0.3.3
23422026-06-08T19:20:26.906Z Compiling swrite v0.1.0
23432026-06-08T19:20:26.981Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23442026-06-08T19:20:26.997Z Compiling usdt v0.5.0
23452026-06-08T19:20:27.015Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23462026-06-08T19:20:27.185Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23472026-06-08T19:20:27.222Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23482026-06-08T19:20:27.352Z Compiling zone v0.3.1
23492026-06-08T19:20:27.460Z Compiling serde-value v0.7.0
23502026-06-08T19:20:27.555Z Compiling serde-untagged v0.1.9
23512026-06-08T19:20:27.645Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23522026-06-08T19:20:27.737Z Compiling toml v0.8.23
23532026-06-08T19:20:27.890Z Compiling smf v0.2.3
23542026-06-08T19:20:27.906Z Compiling filetime v0.2.27
23552026-06-08T19:20:27.931Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23562026-06-08T19:20:27.948Z Compiling whoami v1.6.1
23572026-06-08T19:20:27.965Z Compiling arrayvec v0.7.6
23582026-06-08T19:20:28.053Z Compiling unicode-xid v0.2.6
23592026-06-08T19:20:28.133Z Compiling xattr v1.6.1
23602026-06-08T19:20:28.169Z Compiling constant_time_eq v0.4.2
23612026-06-08T19:20:28.185Z Compiling arrayref v0.3.9
23622026-06-08T19:20:28.223Z Compiling cargo-util-schemas v0.8.2
23632026-06-08T19:20:28.228Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23642026-06-08T19:20:28.281Z Compiling tar v0.4.45
23652026-06-08T19:20:28.406Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23662026-06-08T19:20:28.417Z Compiling tokio-dtrace v0.1.1
23672026-06-08T19:20:28.655Z Compiling console v0.16.2
23682026-06-08T19:20:28.792Z Compiling gethostname v0.5.0
23692026-06-08T19:20:28.957Z Compiling cargo-platform v0.2.0
23702026-06-08T19:20:28.963Z Compiling topological-sort v0.2.2
23712026-06-08T19:20:28.963Z Compiling unit-prefix v0.5.2
23722026-06-08T19:20:28.992Z Compiling oxide-tokio-rt v0.1.4
23732026-06-08T19:20:29.056Z Compiling shell-words v1.1.1
23742026-06-08T19:20:29.115Z Compiling indicatif v0.18.4
23752026-06-08T19:20:29.134Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23762026-06-08T19:20:29.343Z Compiling cargo_metadata v0.21.0
23772026-06-08T19:20:38.737Z Compiling progenitor-client v0.10.0
23782026-06-08T19:20:38.737Z Compiling omicron-zone-package v0.12.2
23792026-06-08T19:20:38.769Z Compiling progenitor-client v0.14.0
23802026-06-08T19:20:39.241Z Compiling progenitor-extras v0.2.0
23812026-06-08T19:20:41.570Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23822026-06-08T19:20:41.589Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23832026-06-08T19:20:41.710Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23842026-06-08T19:20:41.747Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23852026-06-08T19:20:41.767Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23862026-06-08T19:20:41.787Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23872026-06-08T19:20:41.811Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23882026-06-08T19:20:41.893Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23892026-06-08T19:20:42.041Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23902026-06-08T19:20:45.857Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23912026-06-08T19:20:53.669Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23922026-06-08T19:20:56.753Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23932026-06-08T19:20:57.729Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23942026-06-08T19:21:07.541Z Finished `release` profile [optimized] target(s) in 1m 44s
23952026-06-08T19:21:07.694Z Running `target/release/omicron-package -t test target create -p dev`
23962026-06-08T19:21:07.755ZLogging to: /work/oxidecomputer/omicron/out/LOG
23972026-06-08T19:21:07.759ZCreated new build target 'test' and set it as active
23982026-06-08T19:21:07.762Z
23992026-06-08T19:21:07.762Zreal 1:44.358155841
24002026-06-08T19:21:07.762Zuser 17:04.015368206
24012026-06-08T19:21:07.762Zsys 2:35.583539856
24022026-06-08T19:21:07.762Ztrap 0.466465245
24032026-06-08T19:21:07.762Ztflt 2.928939380
24042026-06-08T19:21:07.762Zdflt 4.234025355
24052026-06-08T19:21:07.762Zkflt 0.005516221
24062026-06-08T19:21:07.762Zlock 53:05.498740329
24072026-06-08T19:21:07.762Zslp 43:28.986897257
24082026-06-08T19:21:07.762Zlat 42.354786198
24092026-06-08T19:21:07.762Zstop 5:26.452624204
24102026-06-08T19:21:07.763Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24112026-06-08T19:21:08.652Z Finished `release` profile [optimized] target(s) in 0.87s
24122026-06-08T19:21:08.730Z Running `target/release/omicron-package -t test package`
24132026-06-08T19:21:08.790ZLogging to: /work/oxidecomputer/omicron/out/LOG
24142026-06-08T19:21:10.236Z Compiling heck v0.5.0
24152026-06-08T19:21:10.239Z Compiling regress v0.11.1
24162026-06-08T19:21:10.462Z Compiling unsafe-libyaml v0.2.11
24172026-06-08T19:21:10.503Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24182026-06-08T19:21:10.532Z Compiling regress v0.10.5
24192026-06-08T19:21:10.556Z Compiling is-terminal v0.4.17
24202026-06-08T19:21:10.556Z Compiling unicode-width v0.1.14
24212026-06-08T19:21:10.596Z Compiling prettyplease v0.2.37
24222026-06-08T19:21:10.600Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24232026-06-08T19:21:10.600Z Compiling bytecount v0.6.9
24242026-06-08T19:21:10.600Z Compiling rustls v0.22.4
24252026-06-08T19:21:10.601Z Compiling rustls-webpki v0.102.8
24262026-06-08T19:21:10.614Z Compiling derive-where v1.6.0
24272026-06-08T19:21:10.617Z Compiling thread_local v1.1.9
24282026-06-08T19:21:10.636Z Compiling match_cfg v0.1.0
24292026-06-08T19:21:10.718Z Compiling compression-core v0.4.31
24302026-06-08T19:21:10.740Z Compiling multer v3.1.0
24312026-06-08T19:21:10.823Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24322026-06-08T19:21:10.847Z Compiling hostname v0.3.1
24332026-06-08T19:21:10.852Z Compiling slog-async v2.8.0
24342026-06-08T19:21:10.900Z Compiling compression-codecs v0.4.37
24352026-06-08T19:21:10.903Z Compiling crossbeam-channel v0.5.15
24362026-06-08T19:21:10.934Z Compiling slog-json v2.6.1
24372026-06-08T19:21:10.938Z Compiling serde_spanned v1.0.4
24382026-06-08T19:21:10.978Z Compiling serde_yaml v0.9.34+deprecated
24392026-06-08T19:21:10.981Z Compiling toml_datetime v1.0.0+spec-1.1.0
24402026-06-08T19:21:11.019Z Compiling take_mut v0.2.2
24412026-06-08T19:21:11.135Z Compiling term v1.2.1
24422026-06-08T19:21:11.139Z Compiling toml_writer v1.0.6+spec-1.1.0
24432026-06-08T19:21:11.177Z Compiling slog-bunyan v2.5.0
24442026-06-08T19:21:11.178Z Compiling async-compression v0.4.41
24452026-06-08T19:21:11.343Z Compiling async-stream v0.3.6
24462026-06-08T19:21:11.372Z Compiling toml v1.0.6+spec-1.1.0
24472026-06-08T19:21:11.375Z Compiling dropshot v0.17.0
24482026-06-08T19:21:11.414Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24492026-06-08T19:21:11.464Z Compiling slog-term v2.9.2
24502026-06-08T19:21:11.547Z Compiling num-rational v0.4.2
24512026-06-08T19:21:11.569Z Compiling progenitor-client v0.14.0
24522026-06-08T19:21:11.587Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24532026-06-08T19:21:11.632Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24542026-06-08T19:21:11.653Z Compiling waitgroup v0.1.2
24552026-06-08T19:21:11.713Z Compiling backon v1.6.0
24562026-06-08T19:21:11.795Z Compiling rustls-pemfile v2.2.0
24572026-06-08T19:21:11.818Z Compiling num-complex v0.4.6
24582026-06-08T19:21:11.850Z Compiling serde_path_to_error v0.1.20
24592026-06-08T19:21:11.874Z Compiling hostname v0.4.2
24602026-06-08T19:21:11.897Z Compiling instant v0.1.13
24612026-06-08T19:21:11.941Z Compiling debug-ignore v1.0.5
24622026-06-08T19:21:11.978Z Compiling typify-impl v0.6.2
24632026-06-08T19:21:12.006Z Compiling progenitor-extras v0.2.0
24642026-06-08T19:21:12.035Z Compiling backoff v0.4.0
24652026-06-08T19:21:12.056Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24662026-06-08T19:21:12.076Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24672026-06-08T19:21:12.272Z Compiling num v0.4.3
24682026-06-08T19:21:12.295Z Compiling parse-display v0.10.0
24692026-06-08T19:21:12.295Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24702026-06-08T19:21:12.295Z Compiling progenitor-client v0.10.0
24712026-06-08T19:21:12.361Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24722026-06-08T19:21:12.383Z Compiling macaddr v1.0.1
24732026-06-08T19:21:12.509Z Compiling humantime v2.3.0
24742026-06-08T19:21:12.534Z Compiling float-ord v0.3.2
24752026-06-08T19:21:12.629Z Compiling console v0.15.11
24762026-06-08T19:21:12.670Z Compiling atomicwrites v0.4.4
24772026-06-08T19:21:12.690Z Compiling newline-converter v0.3.0
24782026-06-08T19:21:12.784Z Compiling slog-dtrace v0.3.0
24792026-06-08T19:21:12.805Z Compiling cancel-safe-futures v0.1.5
24802026-06-08T19:21:12.866Z Compiling tokio-rustls v0.25.0
24812026-06-08T19:21:12.953Z Compiling resolv-conf v0.7.6
24822026-06-08T19:21:12.981Z Compiling owo-colors v4.3.0
24832026-06-08T19:21:13.061Z Compiling expectorate v1.2.0
24842026-06-08T19:21:13.148Z Compiling toml v0.8.23
24852026-06-08T19:21:13.194Z Compiling libsw-core v0.3.2
24862026-06-08T19:21:13.355Z Compiling libsw v3.5.0
24872026-06-08T19:21:13.415Z Compiling linear-map v1.2.0
24882026-06-08T19:21:13.584Z Compiling linked-hash-map v0.5.6
24892026-06-08T19:21:13.631Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24902026-06-08T19:21:13.651Z Compiling minimal-lexical v0.2.1
24912026-06-08T19:21:13.678Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24922026-06-08T19:21:13.773Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24932026-06-08T19:21:13.827Z Compiling lru-cache v0.1.2
24942026-06-08T19:21:13.893Z Compiling nom v7.1.3
24952026-06-08T19:21:13.920Z Compiling hickory-proto v0.24.4
24962026-06-08T19:21:13.942Z Compiling unicode-xid v0.2.6
24972026-06-08T19:21:13.966Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24982026-06-08T19:21:14.001Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24992026-06-08T19:21:14.099Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25002026-06-08T19:21:14.324Z Compiling convert_case v0.10.0
25012026-06-08T19:21:14.623Z Compiling derive_more-impl v2.1.1
25022026-06-08T19:21:14.814Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25032026-06-08T19:21:15.289Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25042026-06-08T19:21:15.310Z Compiling papergrid v0.11.0
25052026-06-08T19:21:15.409Z Compiling derive_more v2.1.1
25062026-06-08T19:21:15.461Z Compiling tabled_derive v0.7.0
25072026-06-08T19:21:15.505Z Compiling typify-macro v0.6.2
25082026-06-08T19:21:15.527Z Compiling termtree v0.5.1
25092026-06-08T19:21:15.738Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25102026-06-08T19:21:16.073Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25112026-06-08T19:21:16.375Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25122026-06-08T19:21:16.458Z Compiling hickory-resolver v0.24.4
25132026-06-08T19:21:16.623Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25142026-06-08T19:21:16.647Z Compiling tabled v0.15.0
25152026-06-08T19:21:16.847Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25162026-06-08T19:21:17.066Z Compiling typify v0.6.2
25172026-06-08T19:21:17.250Z Compiling progenitor-impl v0.14.0
25182026-06-08T19:21:17.804Z Compiling qorb v0.4.1
25192026-06-08T19:21:17.928Z Compiling crossterm v0.29.0
25202026-06-08T19:21:19.398Z Compiling progenitor-macro v0.14.0
25212026-06-08T19:21:19.726Z Compiling phf_shared v0.12.1
25222026-06-08T19:21:19.980Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25232026-06-08T19:21:20.667Z Compiling vte v0.14.1
25242026-06-08T19:21:20.881Z Compiling csv-core v0.1.13
25252026-06-08T19:21:20.938Z Compiling highway v1.3.0
25262026-06-08T19:21:21.318Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25272026-06-08T19:21:21.518Z Compiling chrono-tz v0.10.4
25282026-06-08T19:21:21.680Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25292026-06-08T19:21:21.772Z Compiling csv v1.4.0
25302026-06-08T19:21:22.005Z Compiling strip-ansi-escapes v0.2.1
25312026-06-08T19:21:22.078Z Compiling phf v0.12.1
25322026-06-08T19:21:22.286Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25332026-06-08T19:21:22.327Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25342026-06-08T19:21:22.568Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25352026-06-08T19:21:22.767Z Compiling const_format_proc_macros v0.2.34
25362026-06-08T19:21:22.797Z Compiling fd-lock v4.0.4
25372026-06-08T19:21:22.944Z Compiling peg-macros v0.8.5
25382026-06-08T19:21:23.169Z Compiling nu-ansi-term v0.50.3
25392026-06-08T19:21:23.513Z Compiling progenitor v0.14.0
25402026-06-08T19:21:23.554Z Compiling const_format v0.2.35
25412026-06-08T19:21:23.704Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25422026-06-08T19:21:23.726Z Compiling reedline v0.40.0
25432026-06-08T19:21:24.006Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25442026-06-08T19:21:24.084Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25452026-06-08T19:21:24.227Z Compiling peg v0.8.5
25462026-06-08T19:21:24.536Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25472026-06-08T19:21:24.664Z Compiling bcs v0.1.6
25482026-06-08T19:21:25.102Z Compiling nom v8.0.0
25492026-06-08T19:21:25.144Z Compiling semver v0.1.20
25502026-06-08T19:21:25.446Z Compiling rustc_version v0.1.7
25512026-06-08T19:21:25.693Z Compiling newtype_derive v0.1.6
25522026-06-08T19:21:25.957Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25532026-06-08T19:21:26.217Z Compiling unicode-linebreak v0.1.5
25542026-06-08T19:21:26.538Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25552026-06-08T19:21:26.573Z Compiling smawk v0.3.2
25562026-06-08T19:21:26.680Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25572026-06-08T19:21:26.782Z Compiling textwrap v0.16.2
25582026-06-08T19:21:26.829Z Compiling base64 v0.21.7
25592026-06-08T19:21:26.877Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25602026-06-08T19:21:27.185Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25612026-06-08T19:21:27.358Z Compiling steno v0.4.1
25622026-06-08T19:21:27.387Z Compiling dropshot-api-manager-types v0.7.2
25632026-06-08T19:21:27.598Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25642026-06-08T19:21:27.746Z Compiling tagptr v0.2.0
25652026-06-08T19:21:27.808Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25662026-06-08T19:21:27.959Z Compiling moka v0.12.13
25672026-06-08T19:21:28.001Z Compiling utf-8 v0.7.6
25682026-06-08T19:21:28.061Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25692026-06-08T19:21:28.241Z Compiling tungstenite v0.21.0
25702026-06-08T19:21:28.263Z Compiling radium v0.7.0
25712026-06-08T19:21:28.388Z Compiling maybe-uninit v2.0.0
25722026-06-08T19:21:28.592Z Compiling display-error-chain v0.2.2
25732026-06-08T19:21:28.774Z Compiling tap v1.0.1
25742026-06-08T19:21:28.884Z Compiling tokio-tungstenite v0.21.0
25752026-06-08T19:21:28.939Z Compiling wyz v0.5.1
25762026-06-08T19:21:29.187Z Compiling hickory-resolver v0.25.2
25772026-06-08T19:21:29.229Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25782026-06-08T19:21:29.515Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25792026-06-08T19:21:29.586Z Compiling zerocopy-derive v0.6.6
25802026-06-08T19:21:30.157Z Compiling proc-macro-error-attr2 v2.0.0
25812026-06-08T19:21:30.402Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25822026-06-08T19:21:30.423Z Compiling funty v2.0.0
25832026-06-08T19:21:30.571Z Compiling crc-catalog v2.4.0
25842026-06-08T19:21:30.702Z Compiling packed_struct v0.10.1
25852026-06-08T19:21:31.020Z Compiling bitvec v1.0.1
25862026-06-08T19:21:31.402Z Compiling crc v3.4.0
25872026-06-08T19:21:31.630Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25882026-06-08T19:21:31.827Z Compiling proc-macro-error2 v2.0.1
25892026-06-08T19:21:32.147Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25902026-06-08T19:21:32.284Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25912026-06-08T19:21:32.419Z Compiling zerocopy v0.6.6
25922026-06-08T19:21:32.684Z Compiling libscf-sys v1.2.0
25932026-06-08T19:21:32.830Z Compiling packed_struct_codegen v0.10.1
25942026-06-08T19:21:32.860Z Compiling vergen-lib v0.1.6
25952026-06-08T19:21:32.895Z Compiling bitfield-macros v0.19.4
25962026-06-08T19:21:33.089Z Compiling indexmap v1.9.3
25972026-06-08T19:21:33.329Z Compiling nodrop v0.1.14
25982026-06-08T19:21:33.465Z Compiling array-init v0.0.4
25992026-06-08T19:21:33.605Z Compiling bitfield v0.19.4
26002026-06-08T19:21:33.924Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26012026-06-08T19:21:33.946Z Compiling smallvec v0.6.14
26022026-06-08T19:21:34.124Z Compiling tabled_derive v0.11.0
26032026-06-08T19:21:34.210Z Compiling papergrid v0.17.0
26042026-06-08T19:21:34.350Z Compiling testing_table v0.3.0
26052026-06-08T19:21:34.653Z Compiling vergen-gitcl v1.0.8
26062026-06-08T19:21:34.792Z Compiling dirs-sys-next v0.1.2
26072026-06-08T19:21:34.841Z Compiling glob v0.3.3
26082026-06-08T19:21:34.886Z Compiling hashbrown v0.12.3
26092026-06-08T19:21:34.975Z Compiling maplit v1.0.2
26102026-06-08T19:21:35.087Z Compiling diesel_derives v2.3.7
26112026-06-08T19:21:35.122Z Compiling crunchy v0.2.4
26122026-06-08T19:21:35.185Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26132026-06-08T19:21:35.223Z Compiling clang-sys v1.8.1
26142026-06-08T19:21:35.355Z Compiling dirs-next v2.0.0
26152026-06-08T19:21:35.376Z Compiling tabled v0.20.0
26162026-06-08T19:21:35.531Z Compiling serde-hex v0.1.0
26172026-06-08T19:21:35.627Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26182026-06-08T19:21:35.786Z Compiling ron v0.8.1
26192026-06-08T19:21:35.874Z Compiling hashbrown v0.13.2
26202026-06-08T19:21:35.878Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26212026-06-08T19:21:35.917Z Compiling scheduled-thread-pool v0.2.7
26222026-06-08T19:21:35.977Z Compiling dsl_auto_type v0.2.0
26232026-06-08T19:21:36.500Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26242026-06-08T19:21:36.521Z Compiling diesel_table_macro_syntax v0.3.0
26252026-06-08T19:21:36.543Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26262026-06-08T19:21:36.753Z Compiling tiny-keccak v2.0.2
26272026-06-08T19:21:36.775Z Compiling crc-any v2.5.0
26282026-06-08T19:21:37.006Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26292026-06-08T19:21:37.315Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26302026-06-08T19:21:37.667Z Compiling object v0.30.4
26312026-06-08T19:21:38.029Z Compiling r2d2 v0.8.10
26322026-06-08T19:21:38.333Z Compiling term v0.7.0
26332026-06-08T19:21:38.469Z Compiling xshell-macros v0.2.7
26342026-06-08T19:21:38.584Z Compiling bit-vec v0.6.3
26352026-06-08T19:21:38.687Z Compiling path-slash v0.1.5
26362026-06-08T19:21:38.835Z Compiling downcast-rs v2.0.2
26372026-06-08T19:21:38.856Z Compiling bit-set v0.5.3
26382026-06-08T19:21:38.878Z Compiling xshell v0.2.7
26392026-06-08T19:21:38.903Z Compiling ascii-canvas v3.0.0
26402026-06-08T19:21:39.044Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26412026-06-08T19:21:39.216Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26422026-06-08T19:21:39.737Z Compiling itertools v0.10.5
26432026-06-08T19:21:39.866Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26442026-06-08T19:21:40.203Z Compiling ena v0.14.4
26452026-06-08T19:21:40.447Z Compiling libloading v0.8.9
26462026-06-08T19:21:40.689Z Compiling diff v0.1.13
26472026-06-08T19:21:40.800Z Compiling bindgen v0.71.1
26482026-06-08T19:21:40.965Z Compiling unicase v2.9.0
26492026-06-08T19:21:41.093Z Compiling regex-syntax v0.6.29
26502026-06-08T19:21:41.275Z Compiling crc8 v0.1.1
26512026-06-08T19:21:41.423Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26522026-06-08T19:21:41.738Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26532026-06-08T19:21:41.902Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26542026-06-08T19:21:41.981Z Compiling diesel v2.3.7
26552026-06-08T19:21:42.484Z Compiling lalrpop v0.19.12
26562026-06-08T19:21:42.535Z Compiling cexpr v0.6.0
26572026-06-08T19:21:42.638Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26582026-06-08T19:21:42.865Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26592026-06-08T19:21:43.039Z Compiling rustc-hash v2.1.1
26602026-06-08T19:21:43.105Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26612026-06-08T19:21:43.131Z Compiling headers-core v0.3.0
26622026-06-08T19:21:43.206Z Compiling libxml v0.3.3
26632026-06-08T19:21:43.228Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26642026-06-08T19:21:43.251Z Compiling headers v0.4.1
26652026-06-08T19:21:43.297Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26662026-06-08T19:21:43.512Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26672026-06-08T19:21:43.735Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26682026-06-08T19:21:44.029Z Compiling git-stub v1.0.0
26692026-06-08T19:21:44.212Z Compiling strum_macros v0.24.3
26702026-06-08T19:21:44.275Z Compiling indoc v1.0.9
26712026-06-08T19:21:44.434Z Compiling git-stub-vcs v0.1.0
26722026-06-08T19:21:44.707Z Compiling progenitor-impl v0.13.0
26732026-06-08T19:21:44.803Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26742026-06-08T19:21:44.913Z Compiling derive_builder v0.20.2
26752026-06-08T19:21:45.044Z Compiling oso-derive v0.27.3
26762026-06-08T19:21:45.104Z Compiling quick-xml v0.37.5
26772026-06-08T19:21:45.476Z Compiling impl-trait-for-tuples v0.2.3
26782026-06-08T19:21:45.587Z Compiling openssl-probe v0.1.6
26792026-06-08T19:21:45.740Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26802026-06-08T19:21:45.895Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26812026-06-08T19:21:45.996Z Compiling progenitor-client v0.13.0
26822026-06-08T19:21:46.396Z Compiling half v1.8.3
26832026-06-08T19:21:46.459Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26842026-06-08T19:21:46.537Z Compiling bb8 v0.8.6
26852026-06-08T19:21:46.686Z Compiling serde_cbor v0.11.2
26862026-06-08T19:21:46.748Z Compiling trait-variant v0.1.2
26872026-06-08T19:21:46.927Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26882026-06-08T19:21:46.930Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26892026-06-08T19:21:46.971Z Compiling progenitor-macro v0.13.0
26902026-06-08T19:21:47.264Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26912026-06-08T19:21:47.298Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26922026-06-08T19:21:47.488Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26932026-06-08T19:21:47.747Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26942026-06-08T19:21:47.780Z Compiling typify-impl v0.4.3
26952026-06-08T19:21:47.805Z Compiling fxhash v0.2.1
26962026-06-08T19:21:47.829Z Compiling libz-sys v1.1.24
26972026-06-08T19:21:47.857Z Compiling samael v0.0.19
26982026-06-08T19:21:47.976Z Compiling nonempty v0.12.0
26992026-06-08T19:21:48.216Z Compiling salty v0.3.0
27002026-06-08T19:21:48.536Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27012026-06-08T19:21:48.680Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27022026-06-08T19:21:49.171Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27032026-06-08T19:21:49.205Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27042026-06-08T19:21:49.421Z Compiling kstat-rs v0.2.4
27052026-06-08T19:21:49.906Z Compiling arc-swap v1.8.2
27062026-06-08T19:21:49.909Z Compiling fs-err v2.11.0
27072026-06-08T19:21:49.951Z Compiling polar-core v0.27.3
27082026-06-08T19:21:50.436Z Compiling slog-scope v4.4.1
27092026-06-08T19:21:50.458Z Compiling mime_guess v2.0.5
27102026-06-08T19:21:50.897Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27112026-06-08T19:21:50.993Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27122026-06-08T19:21:51.098Z Compiling progenitor v0.13.0
27132026-06-08T19:21:51.259Z Compiling typify-macro v0.4.3
27142026-06-08T19:21:51.289Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27152026-06-08T19:21:52.074Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27162026-06-08T19:21:52.135Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27172026-06-08T19:21:52.393Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27182026-06-08T19:21:52.558Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27192026-06-08T19:21:52.786Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27202026-06-08T19:21:52.969Z Compiling nanorand v0.7.0
27212026-06-08T19:21:53.257Z Compiling darling_core v0.23.0
27222026-06-08T19:21:53.374Z Compiling libgit2-sys v0.18.3+1.9.2
27232026-06-08T19:21:53.436Z Compiling parking_lot_core v0.8.6
27242026-06-08T19:21:53.743Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27252026-06-08T19:21:54.602Z Compiling flume v0.11.1
27262026-06-08T19:21:55.007Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27272026-06-08T19:21:55.255Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27282026-06-08T19:21:55.446Z Compiling slog-stdlog v4.1.1
27292026-06-08T19:21:55.487Z Compiling darling_macro v0.23.0
27302026-06-08T19:21:55.999Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27312026-06-08T19:21:56.069Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27322026-06-08T19:21:57.242Z Compiling primeorder v0.13.6
27332026-06-08T19:21:57.408Z Compiling atty v0.2.14
27342026-06-08T19:21:57.556Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27352026-06-08T19:21:57.579Z Compiling parse-size v1.1.0
27362026-06-08T19:21:57.796Z Compiling strsim v0.10.0
27372026-06-08T19:21:57.822Z Compiling http-range v0.1.5
27382026-06-08T19:21:57.845Z Compiling instability v0.3.11
27392026-06-08T19:21:58.105Z Compiling darling_core v0.13.4
27402026-06-08T19:21:58.155Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27412026-06-08T19:21:58.182Z Compiling p384 v0.13.1
27422026-06-08T19:21:59.782Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27432026-06-08T19:22:01.322Z Compiling oso v0.27.3
27442026-06-08T19:22:02.031Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27452026-06-08T19:22:02.119Z Compiling async-bb8-diesel v0.2.1
27462026-06-08T19:22:02.475Z Compiling diesel-dtrace v0.5.0
27472026-06-08T19:22:02.573Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27482026-06-08T19:22:03.244Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27492026-06-08T19:22:04.278Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27502026-06-08T19:22:04.530Z Compiling darling v0.23.0
27512026-06-08T19:22:04.650Z Compiling slog-envlogger v2.2.0
27522026-06-08T19:22:05.775Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27532026-06-08T19:22:06.292Z Compiling typify v0.4.3
27542026-06-08T19:22:06.470Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27552026-06-08T19:22:06.992Z Compiling ignore v0.4.25
27562026-06-08T19:22:07.835Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-06-08T19:22:08.423Z Compiling vergen-git2 v9.1.0
27582026-06-08T19:22:08.655Z Compiling castaway v0.2.4
27592026-06-08T19:22:08.818Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27602026-06-08T19:22:09.058Z Compiling indoc v2.0.7
27612026-06-08T19:22:09.150Z Compiling compact_str v0.8.1
27622026-06-08T19:22:09.226Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-06-08T19:22:09.711Z Compiling globwalk v0.9.1
27642026-06-08T19:22:09.819Z Compiling progenitor-impl v0.11.2
27652026-06-08T19:22:09.951Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27662026-06-08T19:22:10.211Z Compiling parking_lot v0.11.2
27672026-06-08T19:22:10.312Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27682026-06-08T19:22:10.397Z Compiling hyper-staticfile v0.10.1
27692026-06-08T19:22:10.753Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27702026-06-08T19:22:11.143Z Compiling darling_macro v0.13.4
27712026-06-08T19:22:11.625Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27722026-06-08T19:22:11.665Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27732026-06-08T19:22:11.717Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27742026-06-08T19:22:11.992Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27752026-06-08T19:22:12.014Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27762026-06-08T19:22:12.196Z Compiling predicates-tree v1.0.13
27772026-06-08T19:22:12.292Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27782026-06-08T19:22:12.436Z Compiling unicode-truncate v1.1.0
27792026-06-08T19:22:12.527Z Compiling lru v0.12.5
27802026-06-08T19:22:12.657Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27812026-06-08T19:22:12.679Z Compiling rand_seeder v0.4.0
27822026-06-08T19:22:12.758Z Compiling prefix-trie v0.7.0
27832026-06-08T19:22:12.940Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27842026-06-08T19:22:13.215Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27852026-06-08T19:22:13.245Z Compiling rustls v0.21.12
27862026-06-08T19:22:13.403Z Compiling corncobs v0.1.4
27872026-06-08T19:22:13.469Z Compiling illumos-nvpair-sys v0.2.0
27882026-06-08T19:22:13.473Z Compiling cassowary v0.3.0
27892026-06-08T19:22:13.511Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27902026-06-08T19:22:13.568Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27912026-06-08T19:22:13.737Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27922026-06-08T19:22:13.760Z Compiling hickory-server v0.25.2
27932026-06-08T19:22:13.831Z Compiling ratatui v0.29.0
27942026-06-08T19:22:13.897Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27952026-06-08T19:22:14.136Z Compiling camino-tempfile-ext v0.3.3
27962026-06-08T19:22:14.321Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-06-08T19:22:14.481Z Compiling progenitor-macro v0.11.2
27982026-06-08T19:22:14.793Z Compiling darling v0.13.4
27992026-06-08T19:22:14.909Z Compiling sled v0.34.7
28002026-06-08T19:22:16.027Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28012026-06-08T19:22:17.669Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28022026-06-08T19:22:18.494Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28032026-06-08T19:22:18.595Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28042026-06-08T19:22:18.867Z Compiling git2 v0.20.4
28052026-06-08T19:22:18.890Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28062026-06-08T19:22:19.101Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28072026-06-08T19:22:19.124Z Compiling progenitor-client v0.11.2
28082026-06-08T19:22:19.333Z Compiling rustls-webpki v0.101.7
28092026-06-08T19:22:19.413Z Compiling sct v0.7.1
28102026-06-08T19:22:19.686Z Compiling secrecy v0.8.0
28112026-06-08T19:22:19.690Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28122026-06-08T19:22:21.518Z Compiling progenitor v0.11.2
28132026-06-08T19:22:21.751Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28142026-06-08T19:22:21.797Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28152026-06-08T19:22:21.947Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28162026-06-08T19:22:22.143Z Compiling serde_with_macros v1.5.2
28172026-06-08T19:22:22.679Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28182026-06-08T19:22:22.974Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28192026-06-08T19:22:23.787Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28202026-06-08T19:22:24.450Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28212026-06-08T19:22:24.762Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28222026-06-08T19:22:25.327Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28232026-06-08T19:22:25.433Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28242026-06-08T19:22:25.564Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28252026-06-08T19:22:25.660Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28262026-06-08T19:22:25.796Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28272026-06-08T19:22:25.895Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28282026-06-08T19:22:26.125Z Compiling void v1.0.2
28292026-06-08T19:22:26.276Z Compiling lzss v0.8.2
28302026-06-08T19:22:26.762Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28312026-06-08T19:22:27.288Z Compiling illumos-nvpair v0.3.0
28322026-06-08T19:22:28.022Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28332026-06-08T19:22:28.329Z Compiling serde_with v1.14.0
28342026-06-08T19:22:29.510Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28352026-06-08T19:22:29.604Z Compiling tokio-rustls v0.24.1
28362026-06-08T19:22:30.139Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28372026-06-08T19:22:30.200Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28382026-06-08T19:22:30.464Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28392026-06-08T19:22:30.552Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28402026-06-08T19:22:31.304Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28412026-06-08T19:22:31.556Z Compiling tungstenite v0.23.0
28422026-06-08T19:22:32.084Z Compiling rustls-pemfile v1.0.4
28432026-06-08T19:22:32.180Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28442026-06-08T19:22:32.505Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28452026-06-08T19:22:32.591Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28462026-06-08T19:22:32.737Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28472026-06-08T19:22:32.828Z Compiling nix v0.27.1
28482026-06-08T19:22:33.936Z Compiling twox-hash v2.1.2
28492026-06-08T19:22:34.058Z Compiling serde_bytes v0.11.19
28502026-06-08T19:22:34.272Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28512026-06-08T19:22:34.362Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28522026-06-08T19:22:34.447Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28532026-06-08T19:22:34.870Z Compiling tokio-tungstenite v0.23.1
28542026-06-08T19:22:35.112Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28552026-06-08T19:22:35.279Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28562026-06-08T19:22:35.413Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28572026-06-08T19:22:37.080Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28582026-06-08T19:22:38.485Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28592026-06-08T19:22:38.679Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28602026-06-08T19:22:39.154Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28612026-06-08T19:22:39.268Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28622026-06-08T19:22:39.638Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28632026-06-08T19:22:39.938Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28642026-06-08T19:22:40.107Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28652026-06-08T19:22:40.589Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28662026-06-08T19:22:40.637Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28672026-06-08T19:22:42.398Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28682026-06-08T19:22:43.406Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28692026-06-08T19:22:43.887Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28702026-06-08T19:22:44.534Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28712026-06-08T19:22:44.725Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28722026-06-08T19:22:45.526Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28732026-06-08T19:22:45.773Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28742026-06-08T19:22:46.600Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28752026-06-08T19:22:47.499Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28762026-06-08T19:22:47.525Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28772026-06-08T19:22:47.525Z Compiling signal-hook-tokio v0.3.1
28782026-06-08T19:22:47.724Z Compiling fatfs v0.3.6
28792026-06-08T19:22:47.746Z Compiling yasna v0.5.2
28802026-06-08T19:22:48.160Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28812026-06-08T19:22:48.465Z Compiling assert_matches v1.5.0
28822026-06-08T19:22:48.579Z Compiling is_ci v1.2.0
28832026-06-08T19:22:48.783Z Compiling seq-macro v0.3.6
28842026-06-08T19:22:48.805Z Compiling supports-color v3.0.2
28852026-06-08T19:22:48.873Z Compiling rcgen v0.12.1
28862026-06-08T19:22:48.914Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28872026-06-08T19:22:49.153Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28882026-06-08T19:22:49.308Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28892026-06-08T19:22:49.361Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28902026-06-08T19:22:49.599Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28912026-06-08T19:22:49.830Z Compiling subprocess v0.2.15
28922026-06-08T19:22:50.288Z Compiling rtoolbox v0.0.3
28932026-06-08T19:22:50.569Z Compiling rpassword v7.4.0
28942026-06-08T19:22:50.859Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28952026-06-08T19:22:51.862Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28962026-06-08T19:22:52.480Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28972026-06-08T19:22:52.617Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28982026-06-08T19:22:53.100Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28992026-06-08T19:22:53.287Z Compiling tui-tree-widget v0.23.1
29002026-06-08T19:22:53.415Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29012026-06-08T19:22:53.583Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29022026-06-08T19:22:54.123Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29032026-06-08T19:22:55.105Z Compiling uzers v0.12.2
29042026-06-08T19:22:55.963Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29052026-06-08T19:22:56.625Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29062026-06-08T19:22:57.809Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29072026-06-08T19:22:59.366Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29082026-06-08T19:23:02.163Z Compiling support-bundle-viewer v0.1.2
29092026-06-08T19:23:02.705Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29102026-06-08T19:23:04.035Z Compiling multimap v0.10.1
29112026-06-08T19:23:13.116Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29122026-06-08T19:23:18.921Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29132026-06-08T19:23:24.981Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29142026-06-08T19:23:25.119Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29152026-06-08T19:23:27.666Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29162026-06-08T19:29:34.277Z Finished `release` profile [optimized] target(s) in 8m 25s
29172026-06-08T19:30:21.396Z
29182026-06-08T19:30:21.396Zreal 9:13.606800303
29192026-06-08T19:30:21.396Zuser 1:19:51.180906774
29202026-06-08T19:30:21.401Zsys 3:35.566409671
29212026-06-08T19:30:21.401Ztrap 1.804155366
29222026-06-08T19:30:21.401Ztflt 2.433946816
29232026-06-08T19:30:21.401Zdflt 17.442100415
29242026-06-08T19:30:21.401Zkflt 0.082690983
29252026-06-08T19:30:21.401Zlock 6:44:13.603777823
29262026-06-08T19:30:21.401Zslp 2:15:30.741719106
29272026-06-08T19:30:21.401Zlat 2:27.888124813
29282026-06-08T19:30:21.401Zstop 5:34.667936669
29292026-06-08T19:30:21.402Z+ mapfile -t packages
29302026-06-08T19:30:21.402Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29312026-06-08T19:30:22.351Z Finished `release` profile [optimized] target(s) in 0.94s
29322026-06-08T19:30:22.430Z Running `target/release/omicron-package -t test list-outputs`
29332026-06-08T19:30:22.494ZLogging to: /work/oxidecomputer/omicron/out/LOG
29342026-06-08T19:30:22.497Z+ ptime -m cargo build --locked --release -p xtask
29352026-06-08T19:30:23.037Z Compiling libc v0.2.185
29362026-06-08T19:30:23.037Z Compiling serde v1.0.228
29372026-06-08T19:30:23.041Z Compiling serde_core v1.0.228
29382026-06-08T19:30:23.041Z Compiling rustix v1.1.3
29392026-06-08T19:30:23.042Z Compiling serde_json v1.0.149
29402026-06-08T19:30:23.042Z Compiling bitflags v2.11.0
29412026-06-08T19:30:23.042Z Compiling num-traits v0.2.19
29422026-06-08T19:30:23.042Z Compiling syn v2.0.117
29432026-06-08T19:30:23.141Z Compiling smallvec v1.15.1
29442026-06-08T19:30:23.228Z Compiling usdt-impl v0.5.0
29452026-06-08T19:30:23.232Z Compiling indexmap v2.14.0
29462026-06-08T19:30:23.251Z Compiling syn v1.0.109
29472026-06-08T19:30:23.263Z Compiling getrandom v0.4.1
29482026-06-08T19:30:23.263Z Compiling log v0.4.29
29492026-06-08T19:30:23.406Z Compiling percent-encoding v2.3.2
29502026-06-08T19:30:23.560Z Compiling form_urlencoded v1.2.2
29512026-06-08T19:30:23.647Z Compiling fs-err v3.3.0
29522026-06-08T19:30:23.670Z Compiling heck v0.4.1
29532026-06-08T19:30:23.682Z Compiling anyhow v1.0.102
29542026-06-08T19:30:23.695Z Compiling once_cell v1.21.3
29552026-06-08T19:30:23.894Z Compiling thread-id v4.2.2
29562026-06-08T19:30:23.920Z Compiling errno v0.3.14
29572026-06-08T19:30:23.959Z Compiling memmap v0.7.0
29582026-06-08T19:30:24.231Z Compiling ordered-float v2.10.1
29592026-06-08T19:30:24.752Z Compiling proc-macro-error v1.0.4
29602026-06-08T19:30:24.962Z Compiling terminal_size v0.4.3
29612026-06-08T19:30:24.962Z Compiling tempfile v3.25.0
29622026-06-08T19:30:25.000Z Compiling tabled_derive v0.7.0
29632026-06-08T19:30:25.063Z Compiling clap_builder v4.6.0
29642026-06-08T19:30:25.063Z Compiling textwrap v0.16.2
29652026-06-08T19:30:25.203Z Compiling camino-tempfile v1.4.1
29662026-06-08T19:30:25.657Z Compiling tabled v0.15.0
29672026-06-08T19:30:25.681Z Compiling synstructure v0.13.2
29682026-06-08T19:30:25.684Z Compiling pest_generator v2.8.6
29692026-06-08T19:30:26.065Z Compiling serde_derive v1.0.228
29702026-06-08T19:30:26.068Z Compiling zerovec-derive v0.11.2
29712026-06-08T19:30:26.069Z Compiling displaydoc v0.2.5
29722026-06-08T19:30:26.069Z Compiling thiserror-impl v1.0.69
29732026-06-08T19:30:26.069Z Compiling zerocopy-derive v0.7.35
29742026-06-08T19:30:26.069Z Compiling scroll_derive v0.12.1
29752026-06-08T19:30:26.069Z Compiling thiserror-impl v2.0.18
29762026-06-08T19:30:26.069Z Compiling clap_derive v4.6.1
29772026-06-08T19:30:26.098Z Compiling zerofrom-derive v0.1.6
29782026-06-08T19:30:26.109Z Compiling yoke-derive v0.8.1
29792026-06-08T19:30:26.209Z Compiling pest_derive v2.8.6
29802026-06-08T19:30:26.758Z Compiling scroll v0.12.0
29812026-06-08T19:30:26.880Z Compiling zerocopy v0.7.35
29822026-06-08T19:30:27.037Z Compiling goblin v0.8.2
29832026-06-08T19:30:27.272Z Compiling zerofrom v0.1.6
29842026-06-08T19:30:27.277Z Compiling thiserror v1.0.69
29852026-06-08T19:30:27.362Z Compiling thiserror v2.0.18
29862026-06-08T19:30:27.383Z Compiling dtrace-parser v0.2.0
29872026-06-08T19:30:27.408Z Compiling yoke v0.8.1
29882026-06-08T19:30:27.626Z Compiling zerovec v0.11.5
29892026-06-08T19:30:27.726Z Compiling zerotrie v0.2.3
29902026-06-08T19:30:27.747Z Compiling clap v4.6.1
29912026-06-08T19:30:28.182Z Compiling tinystr v0.8.2
29922026-06-08T19:30:28.247Z Compiling potential_utf v0.1.4
29932026-06-08T19:30:28.431Z Compiling icu_locale_core v2.1.1
29942026-06-08T19:30:28.481Z Compiling icu_collections v2.1.1
29952026-06-08T19:30:29.254Z Compiling icu_provider v2.1.1
29962026-06-08T19:30:29.490Z Compiling toml_datetime v0.6.11
29972026-06-08T19:30:29.575Z Compiling icu_properties v2.1.2
29982026-06-08T19:30:29.626Z Compiling icu_normalizer v2.1.1
29992026-06-08T19:30:29.656Z Compiling serde_spanned v0.6.9
30002026-06-08T19:30:29.687Z Compiling dof v0.3.0
30012026-06-08T19:30:29.701Z Compiling serde_tokenstream v0.2.3
30022026-06-08T19:30:29.840Z Compiling toml_edit v0.22.27
30032026-06-08T19:30:29.865Z Compiling serde-value v0.7.0
30042026-06-08T19:30:29.898Z Compiling cargo-platform v0.2.0
30052026-06-08T19:30:30.080Z Compiling macaddr v1.0.1
30062026-06-08T19:30:30.505Z Compiling idna_adapter v1.2.1
30072026-06-08T19:30:30.592Z Compiling usdt-macro v0.5.0
30082026-06-08T19:30:30.606Z Compiling usdt-attr-macro v0.5.0
30092026-06-08T19:30:30.620Z Compiling idna v1.1.0
30102026-06-08T19:30:30.965Z Compiling url v2.5.8
30112026-06-08T19:30:31.266Z Compiling usdt v0.5.0
30122026-06-08T19:30:31.413Z Compiling toml v0.8.23
30132026-06-08T19:30:31.856Z Compiling cargo-util-schemas v0.8.2
30142026-06-08T19:30:31.856Z Compiling cargo_toml v0.21.0
30152026-06-08T19:30:32.890Z Compiling cargo_metadata v0.21.0
30162026-06-08T19:30:35.971Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30172026-06-08T19:30:38.983Z Finished `release` profile [optimized] target(s) in 16.47s
30182026-06-08T19:30:39.151Z
30192026-06-08T19:30:39.151Zreal 16.614231266
30202026-06-08T19:30:39.151Zuser 2:22.344070304
30212026-06-08T19:30:39.155Zsys 16.868861974
30222026-06-08T19:30:39.155Ztrap 0.091841098
30232026-06-08T19:30:39.155Ztflt 0.461585889
30242026-06-08T19:30:39.155Zdflt 1.513249313
30252026-06-08T19:30:39.155Zkflt 0.000066046
30262026-06-08T19:30:39.155Zlock 5:19.728333702
30272026-06-08T19:30:39.155Zslp 3:28.074833045
30282026-06-08T19:30:39.155Zlat 6.711308284
30292026-06-08T19:30:39.155Zstop 19.839165361
30302026-06-08T19:30:39.155Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30312026-06-08T19:30:39.155Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30322026-06-08T19:30:39.155Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30332026-06-08T19:30:39.155Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30342026-06-08T19:30:39.155Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30352026-06-08T19:30:40.110Z Compiling progenitor-client v0.14.0
30362026-06-08T19:30:40.110Z Compiling newtype-uuid-macros v0.1.0
30372026-06-08T19:30:40.114Z Compiling structmeta-derive v0.3.0
30382026-06-08T19:30:40.114Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30392026-06-08T19:30:40.114Z Compiling rustls v0.22.4
30402026-06-08T19:30:40.114Z Compiling rustls-webpki v0.102.8
30412026-06-08T19:30:40.115Z Compiling multer v3.1.0
30422026-06-08T19:30:40.115Z Compiling compression-core v0.4.31
30432026-06-08T19:30:40.115Z Compiling match_cfg v0.1.0
30442026-06-08T19:30:40.115Z Compiling debug-ignore v1.0.5
30452026-06-08T19:30:40.262Z Compiling slog-json v2.6.1
30462026-06-08T19:30:40.265Z Compiling async-stream-impl v0.3.6
30472026-06-08T19:30:40.336Z Compiling serde_spanned v1.0.4
30482026-06-08T19:30:40.339Z Compiling toml_datetime v1.0.0+spec-1.1.0
30492026-06-08T19:30:40.353Z Compiling hostname v0.3.1
30502026-06-08T19:30:40.367Z Compiling dropshot v0.17.0
30512026-06-08T19:30:40.370Z Compiling toml_writer v1.0.6+spec-1.1.0
30522026-06-08T19:30:40.467Z Compiling itertools v0.14.0
30532026-06-08T19:30:40.535Z Compiling compression-codecs v0.4.37
30542026-06-08T19:30:40.535Z Compiling waitgroup v0.1.2
30552026-06-08T19:30:40.571Z Compiling rustls-pemfile v2.2.0
30562026-06-08T19:30:40.633Z Compiling toml v1.0.6+spec-1.1.0
30572026-06-08T19:30:40.687Z Compiling slog-bunyan v2.5.0
30582026-06-08T19:30:40.690Z Compiling dropshot_endpoint v0.17.0
30592026-06-08T19:30:40.739Z Compiling async-compression v0.4.41
30602026-06-08T19:30:40.761Z Compiling serde_path_to_error v0.1.20
30612026-06-08T19:30:40.798Z Compiling hostname v0.4.2
30622026-06-08T19:30:40.799Z Compiling regress v0.10.5
30632026-06-08T19:30:40.834Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30642026-06-08T19:30:40.852Z Compiling macaddr v1.0.1
30652026-06-08T19:30:40.906Z Compiling async-stream v0.3.6
30662026-06-08T19:30:40.953Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30672026-06-08T19:30:40.972Z Compiling instant v0.1.13
30682026-06-08T19:30:41.019Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30692026-06-08T19:30:41.036Z Compiling backon v1.6.0
30702026-06-08T19:30:41.055Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30712026-06-08T19:30:41.074Z Compiling progenitor-client v0.10.0
30722026-06-08T19:30:41.105Z Compiling backoff v0.4.0
30732026-06-08T19:30:41.123Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30742026-06-08T19:30:41.128Z Compiling humantime v2.3.0
30752026-06-08T19:30:41.142Z Compiling universal-hash v0.5.1
30762026-06-08T19:30:41.178Z Compiling opaque-debug v0.3.1
30772026-06-08T19:30:41.262Z Compiling progenitor-extras v0.2.0
30782026-06-08T19:30:41.279Z Compiling half v2.7.1
30792026-06-08T19:30:41.311Z Compiling ciborium-io v0.2.2
30802026-06-08T19:30:41.342Z Compiling crucible-workspace-hack v0.1.0
30812026-06-08T19:30:41.398Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30822026-06-08T19:30:41.416Z Compiling convert_case v0.4.0
30832026-06-08T19:30:41.435Z Compiling aead v0.5.2
30842026-06-08T19:30:41.435Z Compiling secrecy v0.10.3
30852026-06-08T19:30:41.504Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30862026-06-08T19:30:41.545Z Compiling ciborium-ll v0.2.2
30872026-06-08T19:30:41.564Z Compiling poly1305 v0.8.0
30882026-06-08T19:30:41.593Z Compiling structmeta v0.3.0
30892026-06-08T19:30:41.628Z Compiling chacha20 v0.9.1
30902026-06-08T19:30:41.647Z Compiling regress v0.11.1
30912026-06-08T19:30:41.664Z Compiling unsafe-libyaml v0.2.11
30922026-06-08T19:30:41.686Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30932026-06-08T19:30:41.707Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30942026-06-08T19:30:41.791Z Compiling ciborium v0.2.2
30952026-06-08T19:30:41.810Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30962026-06-08T19:30:41.813Z Compiling thiserror-impl-no-std v2.0.2
30972026-06-08T19:30:41.850Z Compiling derive_more v0.99.20
30982026-06-08T19:30:41.856Z Compiling derive-ex v0.1.8
30992026-06-08T19:30:41.923Z Compiling parse-display-derive v0.10.0
31002026-06-08T19:30:41.956Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31012026-06-08T19:30:42.055Z Compiling byte-wrapper v0.1.0
31022026-06-08T19:30:42.094Z Compiling password-hash v0.5.0
31032026-06-08T19:30:42.156Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31042026-06-08T19:30:42.348Z Compiling serde_yaml v0.9.34+deprecated
31052026-06-08T19:30:42.389Z Compiling blake2 v0.10.6
31062026-06-08T19:30:42.406Z Compiling toml_datetime v0.7.5+spec-1.1.0
31072026-06-08T19:30:42.427Z Compiling chacha20poly1305 v0.10.1
31082026-06-08T19:30:42.447Z Compiling indent_write v2.2.0
31092026-06-08T19:30:42.529Z Compiling tokio-rustls v0.25.0
31102026-06-08T19:30:42.538Z Compiling heapless v0.8.0
31112026-06-08T19:30:42.607Z Compiling toml_edit v0.23.10+spec-1.0.0
31122026-06-08T19:30:42.623Z Compiling ingot-macros v0.1.1
31132026-06-08T19:30:42.685Z Compiling argon2 v0.5.3
31142026-06-08T19:30:42.976Z Compiling tabwriter v1.4.1
31152026-06-08T19:30:43.048Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31162026-06-08T19:30:43.073Z Compiling thiserror-no-std v2.0.2
31172026-06-08T19:30:43.190Z Compiling vsss-rs v3.3.4
31182026-06-08T19:30:43.232Z Compiling typify-impl v0.6.2
31192026-06-08T19:30:43.343Z Compiling proc-macro-crate v3.4.0
31202026-06-08T19:30:43.636Z Compiling test-strategy v0.4.5
31212026-06-08T19:30:43.704Z Compiling parse-display v0.10.0
31222026-06-08T19:30:43.740Z Compiling hash32 v0.3.1
31232026-06-08T19:30:43.876Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31242026-06-08T19:30:43.915Z Compiling num-derive v0.4.2
31252026-06-08T19:30:43.933Z Compiling smoltcp v0.11.0
31262026-06-08T19:30:43.960Z Compiling num_enum_derive v0.7.6
31272026-06-08T19:30:44.009Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31282026-06-08T19:30:44.042Z Compiling num-rational v0.4.2
31292026-06-08T19:30:44.043Z Compiling cobs v0.3.0
31302026-06-08T19:30:44.303Z Compiling num-complex v0.4.6
31312026-06-08T19:30:44.320Z Compiling colored v3.1.1
31322026-06-08T19:30:44.323Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31332026-06-08T19:30:44.382Z Compiling postcard v1.1.3
31342026-06-08T19:30:44.542Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31352026-06-08T19:30:44.576Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31362026-06-08T19:30:44.726Z Compiling num v0.4.3
31372026-06-08T19:30:44.764Z Compiling proc-macro-error v1.0.4
31382026-06-08T19:30:44.769Z Compiling proc-macro-crate v1.3.1
31392026-06-08T19:30:44.804Z Compiling atomicwrites v0.4.4
31402026-06-08T19:30:44.807Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31412026-06-08T19:30:44.853Z Compiling foreign-types-macros v0.2.3
31422026-06-08T19:30:44.873Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31432026-06-08T19:30:44.938Z Compiling rayon-core v1.13.0
31442026-06-08T19:30:45.040Z Compiling cpufeatures v0.3.0
31452026-06-08T19:30:45.059Z Compiling foreign-types-shared v0.3.1
31462026-06-08T19:30:45.109Z Compiling float-ord v0.3.2
31472026-06-08T19:30:45.136Z Compiling num_enum v0.7.6
31482026-06-08T19:30:45.153Z Compiling chacha20 v0.10.0
31492026-06-08T19:30:45.245Z Compiling num_enum_derive v0.5.11
31502026-06-08T19:30:45.263Z Compiling crossbeam-deque v0.8.6
31512026-06-08T19:30:45.266Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31522026-06-08T19:30:45.266Z Compiling camino-tempfile v1.4.1
31532026-06-08T19:30:45.317Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31542026-06-08T19:30:45.334Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31552026-06-08T19:30:45.337Z Compiling cstr-argument v0.1.2
31562026-06-08T19:30:45.371Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31572026-06-08T19:30:45.512Z Compiling foreign-types v0.5.0
31582026-06-08T19:30:45.549Z Compiling rand v0.10.0
31592026-06-08T19:30:45.552Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31602026-06-08T19:30:45.582Z Compiling toml v0.8.23
31612026-06-08T19:30:45.628Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31622026-06-08T19:30:45.646Z Compiling ingot-types v0.1.2
31632026-06-08T19:30:45.649Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31642026-06-08T19:30:45.745Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31652026-06-08T19:30:45.796Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31662026-06-08T19:30:45.814Z Compiling zone_cfg_derive v0.3.1
31672026-06-08T19:30:45.870Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31682026-06-08T19:30:45.889Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31692026-06-08T19:30:45.910Z Compiling itertools v0.12.1
31702026-06-08T19:30:45.944Z Compiling rayon v1.11.0
31712026-06-08T19:30:46.017Z Compiling sigpipe v0.1.3
31722026-06-08T19:30:46.041Z Compiling ingot v0.1.1
31732026-06-08T19:30:46.100Z Compiling glob v0.3.3
31742026-06-08T19:30:46.119Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31752026-06-08T19:30:46.134Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31762026-06-08T19:30:46.254Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31772026-06-08T19:30:46.385Z Compiling num_enum v0.5.11
31782026-06-08T19:30:46.403Z Compiling smf v0.2.3
31792026-06-08T19:30:46.419Z Compiling whoami v1.6.1
31802026-06-08T19:30:46.438Z Compiling prettyplease v0.2.37
31812026-06-08T19:30:46.514Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31822026-06-08T19:30:46.535Z Compiling usdt-attr-macro v0.5.0
31832026-06-08T19:30:46.538Z Compiling usdt-macro v0.5.0
31842026-06-08T19:30:46.564Z Compiling gethostname v0.5.0
31852026-06-08T19:30:46.669Z Compiling memmap v0.7.0
31862026-06-08T19:30:46.740Z Compiling derive-where v1.6.0
31872026-06-08T19:30:46.852Z Compiling resolv-conf v0.7.6
31882026-06-08T19:30:46.885Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31892026-06-08T19:30:46.964Z Compiling cancel-safe-futures v0.1.5
31902026-06-08T19:30:46.995Z Compiling owo-colors v4.3.0
31912026-06-08T19:30:47.045Z Compiling libsw-core v0.3.2
31922026-06-08T19:30:47.174Z Compiling zone v0.3.1
31932026-06-08T19:30:47.235Z Compiling libsw v3.5.0
31942026-06-08T19:30:47.255Z Compiling console v0.15.11
31952026-06-08T19:30:47.341Z Compiling hickory-proto v0.24.4
31962026-06-08T19:30:47.381Z Compiling usdt v0.5.0
31972026-06-08T19:30:47.442Z Compiling newline-converter v0.3.0
31982026-06-08T19:30:47.592Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31992026-06-08T19:30:47.610Z Compiling linear-map v1.2.0
32002026-06-08T19:30:47.686Z Compiling libefi-sys v0.1.0
32012026-06-08T19:30:47.744Z Compiling linked-hash-map v0.5.6
32022026-06-08T19:30:47.766Z Compiling expectorate v1.2.0
32032026-06-08T19:30:47.825Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32042026-06-08T19:30:47.876Z Compiling git-stub v1.0.0
32052026-06-08T19:30:47.895Z Compiling bitfield-struct v0.6.2
32062026-06-08T19:30:47.935Z Compiling lru-cache v0.1.2
32072026-06-08T19:30:47.955Z Compiling typify-macro v0.6.2
32082026-06-08T19:30:47.959Z Compiling nom v8.0.0
32092026-06-08T19:30:47.991Z Compiling semver v0.1.20
32102026-06-08T19:30:48.026Z Compiling tokio-dtrace v0.1.1
32112026-06-08T19:30:48.095Z Compiling git-stub-vcs v0.1.0
32122026-06-08T19:30:48.113Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32132026-06-08T19:30:48.165Z Compiling dropshot-api-manager-types v0.7.2
32142026-06-08T19:30:48.183Z Compiling slog-dtrace v0.3.0
32152026-06-08T19:30:48.221Z Compiling rustc_version v0.1.7
32162026-06-08T19:30:48.240Z Compiling minimal-lexical v0.2.1
32172026-06-08T19:30:48.318Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32182026-06-08T19:30:48.334Z Compiling oxide-tokio-rt v0.1.4
32192026-06-08T19:30:48.381Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32202026-06-08T19:30:48.418Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32212026-06-08T19:30:48.464Z Compiling nom v7.1.3
32222026-06-08T19:30:48.490Z Compiling newtype_derive v0.1.6
32232026-06-08T19:30:48.508Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32242026-06-08T19:30:48.528Z Compiling phf_shared v0.12.1
32252026-06-08T19:30:48.531Z Compiling csv-core v0.1.13
32262026-06-08T19:30:48.588Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32272026-06-08T19:30:48.622Z Compiling chrono-tz v0.10.4
32282026-06-08T19:30:48.654Z Compiling xshell-macros v0.2.7
32292026-06-08T19:30:48.737Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32302026-06-08T19:30:48.831Z Compiling highway v1.3.0
32312026-06-08T19:30:48.848Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32322026-06-08T19:30:48.863Z Compiling const_format_proc_macros v0.2.34
32332026-06-08T19:30:48.931Z Compiling csv v1.4.0
32342026-06-08T19:30:49.058Z Compiling phf v0.12.1
32352026-06-08T19:30:49.088Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32362026-06-08T19:30:49.107Z Compiling xshell v0.2.7
32372026-06-08T19:30:49.276Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32382026-06-08T19:30:49.280Z Compiling primeorder v0.13.6
32392026-06-08T19:30:49.557Z Compiling hickory-resolver v0.24.4
32402026-06-08T19:30:49.588Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32412026-06-08T19:30:49.740Z Compiling tabled_derive v0.7.0
32422026-06-08T19:30:49.759Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32432026-06-08T19:30:49.781Z Compiling const_format v0.2.35
32442026-06-08T19:30:49.855Z Compiling typify v0.6.2
32452026-06-08T19:30:49.875Z Compiling bcs v0.1.6
32462026-06-08T19:30:49.913Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32472026-06-08T19:30:49.935Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32482026-06-08T19:30:49.995Z Compiling progenitor-impl v0.14.0
32492026-06-08T19:30:50.138Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32502026-06-08T19:30:50.234Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32512026-06-08T19:30:50.333Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32522026-06-08T19:30:50.461Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32532026-06-08T19:30:50.540Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32542026-06-08T19:30:50.691Z Compiling qorb v0.4.1
32552026-06-08T19:30:50.709Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32562026-06-08T19:30:50.746Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32572026-06-08T19:30:50.773Z Compiling termtree v0.5.1
32582026-06-08T19:30:50.965Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32592026-06-08T19:30:51.014Z Compiling tagptr v0.2.0
32602026-06-08T19:30:51.097Z Compiling salty v0.3.0
32612026-06-08T19:30:51.121Z Compiling textwrap v0.16.2
32622026-06-08T19:30:51.200Z Compiling moka v0.12.13
32632026-06-08T19:30:51.264Z Compiling tabled v0.15.0
32642026-06-08T19:30:51.359Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32652026-06-08T19:30:51.410Z Compiling steno v0.4.1
32662026-06-08T19:30:51.606Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32672026-06-08T19:30:51.641Z Compiling base64 v0.21.7
32682026-06-08T19:30:51.715Z Compiling radium v0.7.0
32692026-06-08T19:30:51.789Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32702026-06-08T19:30:52.001Z Compiling hickory-resolver v0.25.2
32712026-06-08T19:30:52.042Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32722026-06-08T19:30:52.046Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32732026-06-08T19:30:52.080Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32742026-06-08T19:30:52.131Z Compiling p384 v0.13.1
32752026-06-08T19:30:52.303Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32762026-06-08T19:30:52.700Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32772026-06-08T19:30:52.719Z Compiling typify-impl v0.4.3
32782026-06-08T19:30:52.745Z Compiling progenitor-macro v0.14.0
32792026-06-08T19:30:52.777Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32802026-06-08T19:30:52.799Z Compiling maybe-uninit v2.0.0
32812026-06-08T19:30:52.919Z Compiling tap v1.0.1
32822026-06-08T19:30:53.003Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32832026-06-08T19:30:53.068Z Compiling wyz v0.5.1
32842026-06-08T19:30:53.300Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32852026-06-08T19:30:53.347Z Compiling proc-macro-error-attr2 v2.0.0
32862026-06-08T19:30:53.422Z Compiling utf-8 v0.7.6
32872026-06-08T19:30:53.562Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32882026-06-08T19:30:53.637Z Compiling funty v2.0.0
32892026-06-08T19:30:53.656Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32902026-06-08T19:30:53.675Z Compiling packed_struct v0.10.1
32912026-06-08T19:30:53.789Z Compiling parking_lot_core v0.8.6
32922026-06-08T19:30:53.813Z Compiling proc-macro-error2 v2.0.1
32932026-06-08T19:30:53.918Z Compiling tungstenite v0.21.0
32942026-06-08T19:30:54.007Z Compiling bitvec v1.0.1
32952026-06-08T19:30:54.035Z Compiling polyval v0.6.2
32962026-06-08T19:30:54.052Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32972026-06-08T19:30:54.073Z Compiling packed_struct_codegen v0.10.1
32982026-06-08T19:30:54.120Z Compiling zerocopy-derive v0.6.6
32992026-06-08T19:30:54.176Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33002026-06-08T19:30:54.299Z Compiling bitfield-macros v0.19.4
33012026-06-08T19:30:54.321Z Compiling indexmap v1.9.3
33022026-06-08T19:30:54.355Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33032026-06-08T19:30:54.551Z Compiling nodrop v0.1.14
33042026-06-08T19:30:54.570Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33052026-06-08T19:30:54.620Z Compiling crc-catalog v2.4.0
33062026-06-08T19:30:54.681Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33072026-06-08T19:30:54.743Z Compiling crc v3.4.0
33082026-06-08T19:30:54.821Z Compiling array-init v0.0.4
33092026-06-08T19:30:54.900Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33102026-06-08T19:30:54.922Z Compiling tokio-tungstenite v0.21.0
33112026-06-08T19:30:54.977Z Compiling ghash v0.5.1
33122026-06-08T19:30:55.098Z Compiling zerocopy v0.6.6
33132026-06-08T19:30:55.115Z Compiling bitfield v0.19.4
33142026-06-08T19:30:55.154Z Compiling tabled_derive v0.11.0
33152026-06-08T19:30:55.248Z Compiling smallvec v0.6.14
33162026-06-08T19:30:55.344Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33172026-06-08T19:30:55.465Z Compiling papergrid v0.17.0
33182026-06-08T19:30:55.507Z Compiling libscf-sys v1.2.0
33192026-06-08T19:30:55.531Z Compiling testing_table v0.3.0
33202026-06-08T19:30:55.559Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33212026-06-08T19:30:55.577Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33222026-06-08T19:30:55.676Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33232026-06-08T19:30:55.723Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33242026-06-08T19:30:55.752Z Compiling ctr v0.9.2
33252026-06-08T19:30:55.791Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33262026-06-08T19:30:55.925Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33272026-06-08T19:30:55.963Z Compiling corncobs v0.1.4
33282026-06-08T19:30:55.991Z Compiling unicase v2.9.0
33292026-06-08T19:30:56.158Z Compiling illumos-nvpair-sys v0.2.0
33302026-06-08T19:30:56.176Z Compiling hashbrown v0.12.3
33312026-06-08T19:30:56.180Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33322026-06-08T19:30:56.228Z Compiling mime_guess v2.0.5
33332026-06-08T19:30:56.231Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33342026-06-08T19:30:56.302Z Compiling aes-gcm v0.10.3
33352026-06-08T19:30:56.370Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33362026-06-08T19:30:56.415Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33372026-06-08T19:30:56.432Z Compiling serde-hex v0.1.0
33382026-06-08T19:30:56.526Z Compiling tabled v0.20.0
33392026-06-08T19:30:56.684Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33402026-06-08T19:30:56.725Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33412026-06-08T19:30:56.812Z Compiling parking_lot v0.11.2
33422026-06-08T19:30:56.838Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33432026-06-08T19:30:57.022Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33442026-06-08T19:30:57.039Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33452026-06-08T19:30:57.070Z Compiling ron v0.8.1
33462026-06-08T19:30:57.111Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33472026-06-08T19:30:57.211Z Compiling hashbrown v0.13.2
33482026-06-08T19:30:57.228Z Compiling progenitor-client v0.11.2
33492026-06-08T19:30:57.368Z Compiling typify-macro v0.4.3
33502026-06-08T19:30:57.391Z Compiling prefix-trie v0.7.0
33512026-06-08T19:30:57.593Z Compiling blowfish v0.9.1
33522026-06-08T19:30:57.620Z Compiling ssh-encoding v0.2.0
33532026-06-08T19:30:57.743Z Compiling fxhash v0.2.1
33542026-06-08T19:30:57.816Z Compiling secrecy v0.8.0
33552026-06-08T19:30:57.879Z Compiling crc-any v2.5.0
33562026-06-08T19:30:57.896Z Compiling progenitor v0.14.0
33572026-06-08T19:30:57.914Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33582026-06-08T19:30:57.929Z Compiling sled v0.34.7
33592026-06-08T19:30:58.070Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33602026-06-08T19:30:58.088Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33612026-06-08T19:30:58.143Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33622026-06-08T19:30:58.189Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33632026-06-08T19:30:58.205Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33642026-06-08T19:30:58.624Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33652026-06-08T19:30:58.809Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33662026-06-08T19:30:58.846Z Compiling ssh-cipher v0.2.0
33672026-06-08T19:30:58.889Z Compiling bcrypt-pbkdf v0.10.0
33682026-06-08T19:30:58.978Z Compiling hickory-server v0.25.2
33692026-06-08T19:30:59.109Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33702026-06-08T19:30:59.197Z Compiling typify v0.4.3
33712026-06-08T19:30:59.266Z Compiling object v0.30.4
33722026-06-08T19:30:59.374Z Compiling progenitor-impl v0.11.2
33732026-06-08T19:30:59.477Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33742026-06-08T19:30:59.530Z Compiling password-hash v0.4.2
33752026-06-08T19:30:59.554Z Compiling half v1.8.3
33762026-06-08T19:30:59.574Z Compiling path-slash v0.1.5
33772026-06-08T19:30:59.631Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33782026-06-08T19:30:59.852Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33792026-06-08T19:30:59.945Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33802026-06-08T19:30:59.963Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33812026-06-08T19:31:00.268Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33822026-06-08T19:31:00.834Z Compiling http-range v0.1.5
33832026-06-08T19:31:00.949Z Compiling crc8 v0.1.1
33842026-06-08T19:31:01.036Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33852026-06-08T19:31:01.059Z Compiling pbkdf2 v0.11.0
33862026-06-08T19:31:01.106Z Compiling serde_cbor v0.11.2
33872026-06-08T19:31:01.158Z Compiling illumos-nvpair v0.3.0
33882026-06-08T19:31:01.438Z Compiling ssh-key v0.6.7
33892026-06-08T19:31:01.742Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33902026-06-08T19:31:01.760Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33912026-06-08T19:31:01.780Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33922026-06-08T19:31:01.825Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33932026-06-08T19:31:01.954Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33942026-06-08T19:31:02.121Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33952026-06-08T19:31:02.175Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33962026-06-08T19:31:02.278Z Compiling progenitor-macro v0.11.2
33972026-06-08T19:31:02.323Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33982026-06-08T19:31:02.478Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33992026-06-08T19:31:02.577Z Compiling p256 v0.13.2
34002026-06-08T19:31:02.714Z Compiling p521 v0.13.3
34012026-06-08T19:31:02.730Z Compiling yasna v0.5.2
34022026-06-08T19:31:02.768Z Compiling kstat-rs v0.2.4
34032026-06-08T19:31:02.897Z Compiling headers-core v0.3.0
34042026-06-08T19:31:03.006Z Compiling nanorand v0.7.0
34052026-06-08T19:31:03.056Z Compiling russh-cryptovec v0.7.3
34062026-06-08T19:31:03.108Z Compiling atty v0.2.14
34072026-06-08T19:31:03.191Z Compiling home v0.5.12
34082026-06-08T19:31:03.225Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34092026-06-08T19:31:03.260Z Compiling md5 v0.7.0
34102026-06-08T19:31:03.275Z Compiling flume v0.11.1
34112026-06-08T19:31:03.294Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
34122026-06-08T19:31:03.298Z Compiling rcgen v0.12.1
34132026-06-08T19:31:03.327Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34142026-06-08T19:31:03.364Z Compiling headers v0.4.1
34152026-06-08T19:31:03.466Z Compiling russh-keys v0.45.0
34162026-06-08T19:31:03.556Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34172026-06-08T19:31:03.621Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34182026-06-08T19:31:03.708Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34192026-06-08T19:31:03.888Z Compiling hyper-staticfile v0.10.1
34202026-06-08T19:31:03.962Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34212026-06-08T19:31:03.987Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34222026-06-08T19:31:04.137Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34232026-06-08T19:31:04.152Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34242026-06-08T19:31:04.203Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34252026-06-08T19:31:04.233Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34262026-06-08T19:31:04.374Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34272026-06-08T19:31:04.455Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34282026-06-08T19:31:04.591Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34292026-06-08T19:31:04.713Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34302026-06-08T19:31:04.760Z Compiling num-bigint v0.4.6
34312026-06-08T19:31:04.818Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34322026-06-08T19:31:04.837Z Compiling des v0.8.1
34332026-06-08T19:31:04.944Z Compiling subprocess v0.2.15
34342026-06-08T19:31:04.965Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34352026-06-08T19:31:05.048Z Compiling display-error-chain v0.2.2
34362026-06-08T19:31:05.066Z Compiling hex-literal v0.4.1
34372026-06-08T19:31:05.160Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34382026-06-08T19:31:05.186Z Compiling colored v2.2.0
34392026-06-08T19:31:05.203Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34402026-06-08T19:31:05.222Z Compiling socket2 v0.5.10
34412026-06-08T19:31:05.226Z Compiling internet-checksum v0.2.1
34422026-06-08T19:31:05.427Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34432026-06-08T19:31:05.705Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34442026-06-08T19:31:06.156Z Compiling russh v0.45.0
34452026-06-08T19:31:06.701Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34462026-06-08T19:31:06.701Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34472026-06-08T19:31:07.046Z Compiling progenitor v0.11.2
34482026-06-08T19:31:07.177Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34492026-06-08T19:31:09.171Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34502026-06-08T19:31:09.842Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34512026-06-08T19:31:10.317Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34522026-06-08T19:31:11.952Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34532026-06-08T19:31:12.817Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34542026-06-08T19:31:19.918Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34552026-06-08T19:31:19.922Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34562026-06-08T19:31:19.922Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34572026-06-08T19:31:19.922Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34582026-06-08T19:31:21.683Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34592026-06-08T19:31:21.702Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34602026-06-08T19:31:25.889Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34612026-06-08T19:32:05.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34622026-06-08T19:32:05.486Z
34632026-06-08T19:32:05.486Zreal 1:26.267399308
34642026-06-08T19:32:05.486Zuser 8:10.285013142
34652026-06-08T19:32:05.486Zsys 1:41.232069671
34662026-06-08T19:32:05.486Ztrap 0.249645227
34672026-06-08T19:32:05.486Ztflt 0.572857634
34682026-06-08T19:32:05.486Zdflt 1.946105438
34692026-06-08T19:32:05.490Zkflt 0.000241049
34702026-06-08T19:32:05.490Zlock 27:37.951427460
34712026-06-08T19:32:05.490Zslp 18:40.728800032
34722026-06-08T19:32:05.490Zlat 38.572560518
34732026-06-08T19:32:05.490Zstop 2:41.789405993
34742026-06-08T19:32:05.490Z+ mkdir tests
34752026-06-08T19:32:05.493Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34762026-06-08T19:32:05.493Z+ xargs -I '{}' -t cp '{}' tests/
34772026-06-08T19:32:05.523Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-505f06d20ab95cee tests/
34782026-06-08T19:32:05.544Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-62aa762953301071 tests/
34792026-06-08T19:32:05.565Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-5659d3cab41e465f tests/
34802026-06-08T19:32:05.586Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e29cc0c81cc1fd06 tests/
34812026-06-08T19:32:05.846Z+ 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)
34822026-06-08T19:32:05.849Z+ 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-62aa762953301071 tests/commtest-5659d3cab41e465f tests/dhcp_server-505f06d20ab95cee tests/end_to_end_tests-e29cc0c81cc1fd06 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
34832026-06-08T19:33:27.869ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34842026-06-08T19:33:27.869Za .github/buildomat/ci-env.sh 1K
34852026-06-08T19:33:27.869Za out/target/test 1K
34862026-06-08T19:33:27.869Za out/npuzone/npuzone 27402K
34872026-06-08T19:33:27.869Za package-manifest.toml 35K
34882026-06-08T19:33:27.870Za smf/sled-agent/non-gimlet/config.toml 6K
34892026-06-08T19:33:27.870Za target/release/omicron-package 45156K
34902026-06-08T19:33:27.870Za target/release/xtask 11453K
34912026-06-08T19:33:27.870Za target/debug/bootstrap 354745K
34922026-06-08T19:33:27.870Za tests/bootstrap-62aa762953301071 31215K
34932026-06-08T19:33:27.870Za tests/commtest-5659d3cab41e465f 32300K
34942026-06-08T19:33:27.870Za tests/dhcp_server-505f06d20ab95cee 31215K
34952026-06-08T19:33:27.870Za tests/end_to_end_tests-e29cc0c81cc1fd06 395822K
34962026-06-08T19:33:27.870Za tools/opte_version 1K
34972026-06-08T19:33:27.870Za tools/opte_version_override 2K
34982026-06-08T19:33:27.870Za out/clickhouse.tar.gz 321371K
34992026-06-08T19:33:27.870Za out/clickhouse_keeper.tar.gz 306441K
35002026-06-08T19:33:27.870Za out/clickhouse_server.tar.gz 321369K
35012026-06-08T19:33:27.870Za out/cockroachdb.tar.gz 165634K
35022026-06-08T19:33:27.870Za out/crucible-pantry-zone.tar.gz 40622K
35032026-06-08T19:33:27.870Za out/crucible-utils.tar 16478K
35042026-06-08T19:33:27.870Za out/crucible-zone.tar.gz 56192K
35052026-06-08T19:33:27.870Za out/external-dns.tar.gz 50218K
35062026-06-08T19:33:27.870Za out/internal-dns.tar.gz 50218K
35072026-06-08T19:33:27.870Za out/mg-ddm-gz.tar 97912K
35082026-06-08T19:33:27.870Za out/nexus.tar.gz 277164K
35092026-06-08T19:33:27.870Za out/ntp.tar.gz 32295K
35102026-06-08T19:33:27.870Za out/omicron-gateway-softnpu.tar.gz 29792K
35112026-06-08T19:33:27.870Za out/omicron-sled-agent.tar 200634K
35122026-06-08T19:33:27.870Za out/overlay.tar.gz 3K
35132026-06-08T19:33:27.870Za out/oximeter.tar.gz 65456K
35142026-06-08T19:33:27.870Za out/oxlog.tar 3782K
35152026-06-08T19:33:27.871Za out/probe.tar.gz 3037K
35162026-06-08T19:33:27.871Za out/propolis-server.tar.gz 34918K
35172026-06-08T19:33:27.871Za out/pumpkind-gz.tar 26647K
35182026-06-08T19:33:27.871Za out/switch-softnpu.tar.gz 451313K
35192026-06-08T19:33:27.875Z
35202026-06-08T19:33:27.875Zreal 1:22.019944766
35212026-06-08T19:33:27.876Zuser 1:19.240551331
35222026-06-08T19:33:27.876Zsys 4.574517863
35232026-06-08T19:33:27.876Ztrap 0.006068598
35242026-06-08T19:33:27.876Ztflt 0.000000000
35252026-06-08T19:33:27.876Zdflt 0.000000000
35262026-06-08T19:33:27.876Zkflt 0.000000000
35272026-06-08T19:33:27.876Zlock 0.000000000
35282026-06-08T19:33:27.876Zslp 1:19.205340240
35292026-06-08T19:33:27.876Zlat 1.007960937
35302026-06-08T19:33:27.876Zstop 0.000250298
35312026-06-08T19:33:27.876Zprocess exited: duration 975305 ms, exit code 0
 
35322026-06-08T19:33:27.891Zfound 1 output files
35332026-06-08T19:33:27.891Zuploading: /work/package.tar.gz (2550261634 bytes)
35342026-06-08T19:33:58.083Zuploaded: /work/package.tar.gz