01KVBRZWYDQ59ZNGVMBW66Y3BH: 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: 01KVBS0J0MVSTNR65960K392TQ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-17T21:51:11.145Zjob assigned to worker 01KVBS0WKT4370AT0SHZYN3V7D [factory aws, i-0ba4e0bbce2374f90] (queued for 53 s)
 
22026-06-17T21:51:19.158Zstarting task 0: "setup"
32026-06-17T21:51:19.162Z++ uname -s
42026-06-17T21:51:19.165Z+ kern=SunOS
52026-06-17T21:51:19.165Z+ build_user=build
62026-06-17T21:51:19.165Z+ build_uid=12345
72026-06-17T21:51:19.165Z+ work_dir=/work
82026-06-17T21:51:19.165Z+ input_dir=/input
92026-06-17T21:51:19.165Z+ [[ 0 == 12345 ]]
102026-06-17T21:51:19.165Z+ case "$kern" in
112026-06-17T21:51:19.165Z+ groupadd -g 12345 build
122026-06-17T21:51:19.178Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-17T21:51:21.187Z+ zfs create -o mountpoint=/work rpool/work
142026-06-17T21:51:21.294Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-17T21:51:21.301Z+ home_fs=zfs
162026-06-17T21:51:21.301Z+ [[ zfs == autofs ]]
172026-06-17T21:51:21.302Z+ mkdir -p /home/build
182026-06-17T21:51:21.307Z+ chown build:build /home/build /work
192026-06-17T21:51:23.301Z+ chmod 0700 /home/build /work
202026-06-17T21:51:23.304Zprocess exited: duration 4149 ms, exit code 0
 
212026-06-17T21:51:23.310Zstarting task 1: "rust-toolchain"
222026-06-17T21:51:23.319Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-17T21:51:23.319Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-17T21:51:23.321Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-17T21:51:23.321Z * rust toolchain channel = "1.94.0"
262026-06-17T21:51:23.321Z * rust toolchain profile = "default"
272026-06-17T21:51:23.322Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-17T21:51:23.322Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-17T21:51:23.322Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-17T21:51:23.414Zinfo: downloading installer
312026-06-17T21:51:25.144Zwarn: It looks like you have an existing rustup settings file at:
322026-06-17T21:51:25.144Zwarn: /home/build/.rustup/settings.toml
332026-06-17T21:51:25.144Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-17T21:51:25.144Zwarn: instead of the one inferred from the default host triple.
352026-06-17T21:51:25.157Zinfo: profile set to default
362026-06-17T21:51:25.158Zinfo: default host triple is x86_64-unknown-illumos
372026-06-17T21:51:25.161Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-17T21:51:25.296Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-17T21:51:25.300Zinfo: downloading 6 components
402026-06-17T21:51:40.411Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-17T21:51:40.411Z
422026-06-17T21:51:40.439Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-17T21:51:40.439Z
442026-06-17T21:51:40.439Z
452026-06-17T21:51:40.440ZRust is installed now. Great!
462026-06-17T21:51:40.440Z
472026-06-17T21:51:40.442ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-17T21:51:40.442Zenvironment variable. This has not been done automatically.
492026-06-17T21:51:40.442Z
502026-06-17T21:51:40.443ZTo configure your current shell, you need to source
512026-06-17T21:51:40.443Zthe corresponding env file under $HOME/.cargo.
522026-06-17T21:51:40.443Z
532026-06-17T21:51:40.443ZThis is usually done by running one of the following (note the leading DOT):
542026-06-17T21:51:40.443Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-17T21:51:40.443Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-17T21:51:40.443Zsource "~/.cargo/env.nu" # For nushell
572026-06-17T21:51:40.443Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-17T21:51:40.443Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-17T21:51:40.443Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-17T21:51:40.444Zwarn: no default linker (`cc`) was found in your PATH
612026-06-17T21:51:40.444Zwarn: many Rust crates require a system C toolchain to build
622026-06-17T21:51:40.544Z+ rustup --version
632026-06-17T21:51:40.550Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-17T21:51:40.550Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-17T21:51:40.572Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-17T21:51:40.575Z+ cargo --version
672026-06-17T21:51:40.584Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-17T21:51:40.587Z+ rustc --version
692026-06-17T21:51:40.607Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-17T21:51:40.610Zprocess exited: duration 17299 ms, exit code 0
 
712026-06-17T21:51:40.616Zstarting task 2: "authentication"
722026-06-17T21:51:40.629ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-06-17T21:51:44.642Zprocess exited: duration 4025 ms, exit code 0
 
742026-06-17T21:51:44.648Zstarting task 3: "clone repository"
752026-06-17T21:51:44.655Z+ mkdir -p /work/oxidecomputer/omicron
762026-06-17T21:51:44.658Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-06-17T21:51:44.688ZCloning into '/work/oxidecomputer/omicron'...
782026-06-17T21:52:18.360Z+ cd /work/oxidecomputer/omicron
792026-06-17T21:52:18.360Z+ git fetch origin eba3cd009411a493ec63c7c2b40054e19017c7e5
802026-06-17T21:52:18.678ZFrom https://github.com/oxidecomputer/omicron
812026-06-17T21:52:18.678Z * branch eba3cd009411a493ec63c7c2b40054e19017c7e5 -> FETCH_HEAD
822026-06-17T21:52:18.690Z+ [[ -n '' ]]
832026-06-17T21:52:18.690Z+ git reset --hard eba3cd009411a493ec63c7c2b40054e19017c7e5
842026-06-17T21:52:18.944ZHEAD is now at eba3cd009 typo
852026-06-17T21:52:18.949Zprocess exited: duration 34300 ms, exit code 0
 
862026-06-17T21:52:18.959Zstarting task 4: "build"
872026-06-17T21:52:18.964Z+ source .github/buildomat/ci-env.sh
882026-06-17T21:52:18.964Z++ export CARGO_TERM_COLOR=always
892026-06-17T21:52:18.964Z++ CARGO_TERM_COLOR=always
902026-06-17T21:52:18.968Z+ cargo --version
912026-06-17T21:52:18.973Zcargo 1.94.0 (85eff7c80 2026-01-15)
922026-06-17T21:52:18.976Z+ rustc --version
932026-06-17T21:52:18.997Zrustc 1.94.0 (4a4ef493e 2026-03-02)
942026-06-17T21:52:19.001Z+ WORK=/work
952026-06-17T21:52:19.001Z+ pfexec mkdir -p /work
962026-06-17T21:52:19.004Z+ pfexec chown build /work
972026-06-17T21:52:19.007Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
982026-06-17T21:52:20.480Z Startup: Refreshing catalog 'helios' ... Done
992026-06-17T21:52:20.569Z Startup: Caching catalogs ... Done
1002026-06-17T21:52:20.920ZPlanning: Solver setup ... Done (0.309s)
1012026-06-17T21:52:20.942ZPlanning: Running solver ... Done (0.022s)
1022026-06-17T21:52:20.950ZPlanning: Finding local manifests ... Done (0.003s)
1032026-06-17T21:52:20.962ZPlanning: Fetching manifests: 0/2 0% complete
1042026-06-17T21:52:20.982ZPlanning: Fetching manifests: 2/2 100% complete
1052026-06-17T21:52:20.997ZPlanning: Package planning ... Done (0.015s)
1062026-06-17T21:52:21.004ZPlanning: Merging actions ... Done (0.002s)
1072026-06-17T21:52:21.188ZPlanning: Checking for conflicting actions ... Done (0.189s)
1082026-06-17T21:52:21.191ZPlanning: Consolidating action changes ... Done (0.001s)
1092026-06-17T21:52:22.003ZPlanning: Evaluating mediators ... Done (0.814s)
1102026-06-17T21:52:22.006ZPlanning: Planning completed in 1.41 seconds
1112026-06-17T21:52:22.012Z Packages to install: 2
1122026-06-17T21:52:22.012Z Estimated space available: 156.07 GB
1132026-06-17T21:52:22.012ZEstimated space to be consumed: 26.78 MB
1142026-06-17T21:52:22.012Z Create boot environment: No
1152026-06-17T21:52:22.015ZCreate backup boot environment: No
1162026-06-17T21:52:22.015Z Rebuild boot archive: No
1172026-06-17T21:52:22.015Z
1182026-06-17T21:52:22.015ZChanged packages:
1192026-06-17T21:52:22.015Zhelios
1202026-06-17T21:52:22.015Z developer/build-essential
1212026-06-17T21:52:22.015Z None -> 11-3.0
1222026-06-17T21:52:22.015Z library/libxmlsec1
1232026-06-17T21:52:22.015Z None -> 1.2.35-3.0
1242026-06-17T21:52:22.039Z
1252026-06-17T21:52:22.039ZDownload: 0/214 items 0.0/1.3MB 0% complete
1262026-06-17T21:52:22.497ZDownload: Completed 1.28 MB in 0.46 seconds (2.8M/s)
1272026-06-17T21:52:22.577Z Actions: 1/268 actions (Installing new actions)
1282026-06-17T21:52:22.616Z Actions: Completed 268 actions in 0.04 seconds.
1292026-06-17T21:52:22.625ZFinalize: Updating package state database ... Done (0.009s)
1302026-06-17T21:52:22.625ZFinalize: Updating package cache ... Done (0.000s)
1312026-06-17T21:52:22.651ZFinalize: Updating image state ... Done (0.024s)
1322026-06-17T21:52:25.206ZFinalize: Creating fast lookup database ... Done (2.534s)
1332026-06-17T21:52:25.275ZFinalize: Reading search index ... Done (0.013s)
1342026-06-17T21:52:25.277ZFinalize: Updating search index ... Done (0.000s)
1352026-06-17T21:52:25.374ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-17T21:52:25.680ZPlanning: Evaluating mediator changes ... Done
1372026-06-17T21:52:25.786ZPlanning: Checking for conflicting actions ... Done
1382026-06-17T21:52:25.790ZPlanning: Consolidating action changes ... Done
1392026-06-17T21:52:25.945ZPlanning: Evaluating mediators ... Done
1402026-06-17T21:52:25.948ZPlanning: Planning completed in 0.27 seconds
1412026-06-17T21:52:25.969Z Mediators to change: 2
1422026-06-17T21:52:25.969Z Create boot environment: No
1432026-06-17T21:52:25.969ZCreate backup boot environment: No
1442026-06-17T21:52:26.011ZFinalize: Updating package state database ... Done
1452026-06-17T21:52:26.011ZFinalize: Updating package cache ... Done
1462026-06-17T21:52:26.025ZFinalize: Updating image state ... Done
1472026-06-17T21:52:27.966ZFinalize: Creating fast lookup database ... Done
1482026-06-17T21:52:28.030ZFinalize: Reading search index ... Done
1492026-06-17T21:52:28.035ZFinalize: Updating search index ... Done
1502026-06-17T21:52:28.095ZFinalize: Updating package cache ... Done
1512026-06-17T21:52:28.380ZPlanning: Evaluating mediator changes ... Done
1522026-06-17T21:52:28.487ZPlanning: Checking for conflicting actions ... Done
1532026-06-17T21:52:28.490ZPlanning: Consolidating action changes ... Done
1542026-06-17T21:52:28.648ZPlanning: Evaluating mediators ... Done
1552026-06-17T21:52:28.651ZPlanning: Planning completed in 0.27 seconds
1562026-06-17T21:52:28.671Z Mediators to change: 1
1572026-06-17T21:52:28.671Z Create boot environment: No
1582026-06-17T21:52:28.671ZCreate backup boot environment: No
1592026-06-17T21:52:28.717ZFinalize: Updating package state database ... Done
1602026-06-17T21:52:28.717ZFinalize: Updating package cache ... Done
1612026-06-17T21:52:28.730ZFinalize: Updating image state ... Done
1622026-06-17T21:52:30.695ZFinalize: Creating fast lookup database ... Done
1632026-06-17T21:52:30.767ZFinalize: Reading search index ... Done
1642026-06-17T21:52:30.778ZFinalize: Updating search index ... Done
1652026-06-17T21:52:30.821ZFinalize: Updating package cache ... Done
1662026-06-17T21:52:31.136ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1672026-06-17T21:52:31.136Zapache system 2.4 system
1682026-06-17T21:52:31.136Zclang system 15 system
1692026-06-17T21:52:31.136Zcsh system system illumos
1702026-06-17T21:52:31.136Zctags system system illumos
1712026-06-17T21:52:31.136Zfile vendor vendor darwinsys
1722026-06-17T21:52:31.136Zfile system system illumos
1732026-06-17T21:52:31.137Zgcc vendor 14 vendor
1742026-06-17T21:52:31.137Zgcc system 13 system
1752026-06-17T21:52:31.137Zgcc system 10 system
1762026-06-17T21:52:31.137Zgo system 1.25 system
1772026-06-17T21:52:31.137Zllvm system 15 system
1782026-06-17T21:52:31.137Zmariadb system 11.4 system
1792026-06-17T21:52:31.137Zmta vendor vendor dma
1802026-06-17T21:52:31.137Zopenjdk system 17 system
1812026-06-17T21:52:31.137Zopenjdk system 11 system
1822026-06-17T21:52:31.137Zopenssl vendor 3 vendor
1832026-06-17T21:52:31.137Zperl system 5.40 system
1842026-06-17T21:52:31.137Zpostgresql system 18 system
1852026-06-17T21:52:31.137Zpostgresql system 17 system
1862026-06-17T21:52:31.137Zpython vendor 3 vendor
1872026-06-17T21:52:31.137Zpython system 2 system
1882026-06-17T21:52:31.137Zpython3 vendor 3.13 vendor
1892026-06-17T21:52:31.137Zruby system 3.4 system
1902026-06-17T21:52:31.137Zruby system 3.0 system
1912026-06-17T21:52:31.137Zwords vendor vendor american-english
1922026-06-17T21:52:31.137Zwords system system australian-english
1932026-06-17T21:52:31.137Zwords system system british-english
1942026-06-17T21:52:31.137Zwords system system canadian-english
1952026-06-17T21:52:31.137Zwords system system french
1962026-06-17T21:52:31.137Zwords system system italian
1972026-06-17T21:52:31.138Zwords system system ngerman
1982026-06-17T21:52:31.138Zwords system system ogerman
1992026-06-17T21:52:31.138Zwords system system spanish
2002026-06-17T21:52:31.396ZPUBLISHER TYPE STATUS P LOCATION
2012026-06-17T21:52:31.396Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2022026-06-17T21:52:31.683ZFMRI IFO
2032026-06-17T21:52:31.683Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2042026-06-17T21:52:31.684Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2052026-06-17T21:52:31.684Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2062026-06-17T21:52:31.684Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2072026-06-17T21:52:31.684Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2082026-06-17T21:52:31.684Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2092026-06-17T21:52:31.684Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2102026-06-17T21:52:31.684Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2112026-06-17T21:52:31.684Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2122026-06-17T21:52:31.929Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2132026-06-17T21:52:32.208Z Updating crates.io index
2142026-06-17T21:52:32.211Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2152026-06-17T21:52:32.492Z Updating git repository `https://github.com/oxidecomputer/lldp`
2162026-06-17T21:52:33.394Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2172026-06-17T21:52:34.028Z Updating git repository `https://github.com/oxidecomputer/propolis`
2182026-06-17T21:52:35.177Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2192026-06-17T21:52:35.931Z Updating git repository `https://github.com/oxidecomputer/crucible`
2202026-06-17T21:52:38.009Z Updating git repository `https://github.com/oxidecomputer/opte`
2212026-06-17T21:52:38.801Z Updating git repository `https://github.com/oxidecomputer/tofino`
2222026-06-17T21:52:39.215Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2232026-06-17T21:52:40.358Z Updating git repository `https://github.com/oxidecomputer/clickward`
2242026-06-17T21:52:40.883Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2252026-06-17T21:52:41.168Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2262026-06-17T21:52:41.496Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2272026-06-17T21:52:42.051Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2282026-06-17T21:52:42.591Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2292026-06-17T21:52:42.876Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2302026-06-17T21:52:43.244Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2312026-06-17T21:52:43.545Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2322026-06-17T21:52:43.995Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2332026-06-17T21:52:44.236Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2342026-06-17T21:52:44.472Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2352026-06-17T21:52:44.713Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2362026-06-17T21:52:45.186Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2372026-06-17T21:52:45.593Z Updating git repository `https://github.com/oxidecomputer/erebor`
2382026-06-17T21:52:45.949Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2392026-06-17T21:52:46.406Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2402026-06-17T21:52:46.745Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2412026-06-17T21:52:47.033Z Updating git repository `https://github.com/oxidecomputer/ispf`
2422026-06-17T21:52:47.340Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2432026-06-17T21:52:48.926Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2442026-06-17T21:52:49.354Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2452026-06-17T21:52:49.711Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2462026-06-17T21:52:50.003Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2472026-06-17T21:52:50.431Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2482026-06-17T21:52:50.748Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2492026-06-17T21:52:51.191Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2502026-06-17T21:52:51.537Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2512026-06-17T21:52:51.952Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2522026-06-17T21:52:52.218Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2532026-06-17T21:52:52.467Z Updating git repository `https://github.com/illumos/smf-rs`
2542026-06-17T21:52:52.833Z Updating git repository `https://github.com/oxidecomputer/omicron`
2552026-06-17T21:53:04.651Z Downloading crates ...
2562026-06-17T21:53:04.712Z Downloaded clap_lex v1.0.0
2572026-06-17T21:53:04.715Z Downloaded fs-err v3.3.0
2582026-06-17T21:53:04.715Z Downloaded scroll_derive v0.12.1
2592026-06-17T21:53:04.719Z Downloaded cfg-if v1.0.4
2602026-06-17T21:53:04.765Z Downloaded fnv v1.0.7
2612026-06-17T21:53:04.765Z Downloaded colorchoice v1.0.4
2622026-06-17T21:53:04.765Z Downloaded usdt-impl v0.5.0
2632026-06-17T21:53:04.765Z Downloaded dtrace-parser v0.2.0
2642026-06-17T21:53:04.765Z Downloaded strsim v0.11.1
2652026-06-17T21:53:04.765Z Downloaded dof v0.3.0
2662026-06-17T21:53:04.765Z Downloaded ucd-trie v0.1.7
2672026-06-17T21:53:04.767Z Downloaded form_urlencoded v1.2.2
2682026-06-17T21:53:04.767Z Downloaded fastrand v2.3.0
2692026-06-17T21:53:04.767Z Downloaded errno v0.3.14
2702026-06-17T21:53:04.767Z Downloaded toml_write v0.1.2
2712026-06-17T21:53:04.767Z Downloaded proc-macro-error v1.0.4
2722026-06-17T21:53:04.767Z Downloaded anstream v1.0.0
2732026-06-17T21:53:04.767Z Downloaded thread-id v4.2.2
2742026-06-17T21:53:04.767Z Downloaded cpufeatures v0.2.17
2752026-06-17T21:53:04.767Z Downloaded usdt-attr-macro v0.5.0
2762026-06-17T21:53:04.767Z Downloaded typeid v1.0.3
2772026-06-17T21:53:04.767Z Downloaded plain v0.2.3
2782026-06-17T21:53:04.767Z Downloaded itoa v1.0.17
2792026-06-17T21:53:04.767Z Downloaded cargo_metadata v0.21.0
2802026-06-17T21:53:04.767Z Downloaded usdt-macro v0.5.0
2812026-06-17T21:53:04.767Z Downloaded generic-array v0.14.7
2822026-06-17T21:53:04.767Z Downloaded zerofrom-derive v0.1.6
2832026-06-17T21:53:04.767Z Downloaded version_check v0.9.5
2842026-06-17T21:53:04.767Z Downloaded cargo-platform v0.2.0
2852026-06-17T21:53:04.768Z Downloaded ordered-float v2.10.1
2862026-06-17T21:53:04.772Z Downloaded usdt v0.5.0
2872026-06-17T21:53:04.772Z Downloaded cargo-util-schemas v0.8.2
2882026-06-17T21:53:04.772Z Downloaded pest_derive v2.8.6
2892026-06-17T21:53:04.772Z Downloaded yoke-derive v0.8.1
2902026-06-17T21:53:04.772Z Downloaded zerofrom v0.1.6
2912026-06-17T21:53:04.772Z Downloaded unicode-linebreak v0.1.5
2922026-06-17T21:53:04.773Z Downloaded thiserror v1.0.69
2932026-06-17T21:53:04.773Z Downloaded heck v0.5.0
2942026-06-17T21:53:04.773Z Downloaded tinystr v0.8.2
2952026-06-17T21:53:04.773Z Downloaded thiserror-impl v2.0.18
2962026-06-17T21:53:04.776Z Downloaded thiserror-impl v1.0.69
2972026-06-17T21:53:04.777Z Downloaded thiserror v2.0.18
2982026-06-17T21:53:04.777Z Downloaded yoke v0.8.1
2992026-06-17T21:53:04.777Z Downloaded displaydoc v0.2.5
3002026-06-17T21:53:04.780Z Downloaded utf8parse v0.2.2
3012026-06-17T21:53:04.780Z Downloaded smawk v0.3.2
3022026-06-17T21:53:04.780Z Downloaded crypto-common v0.1.7
3032026-06-17T21:53:04.783Z Downloaded potential_utf v0.1.4
3042026-06-17T21:53:04.783Z Downloaded clap_derive v4.6.1
3052026-06-17T21:53:04.784Z Downloaded is_terminal_polyfill v1.70.2
3062026-06-17T21:53:04.784Z Downloaded block-buffer v0.10.4
3072026-06-17T21:53:04.784Z Downloaded bytecount v0.6.9
3082026-06-17T21:53:04.787Z Downloaded camino-tempfile v1.4.1
3092026-06-17T21:53:04.787Z Downloaded unicode-xid v0.2.6
3102026-06-17T21:53:04.787Z Downloaded utf8_iter v1.0.4
3112026-06-17T21:53:04.787Z Downloaded papergrid v0.11.0
3122026-06-17T21:53:04.790Z Downloaded toml_datetime v0.6.11
3132026-06-17T21:53:04.790Z Downloaded cargo_toml v0.21.0
3142026-06-17T21:53:04.794Z Downloaded writeable v0.6.2
3152026-06-17T21:53:04.794Z Downloaded equivalent v1.0.2
3162026-06-17T21:53:04.794Z Downloaded idna_adapter v1.2.1
3172026-06-17T21:53:04.794Z Downloaded zmij v1.0.21
3182026-06-17T21:53:04.794Z Downloaded zerovec-derive v0.11.2
3192026-06-17T21:53:04.797Z Downloaded swrite v0.1.0
3202026-06-17T21:53:04.797Z Downloaded percent-encoding v2.3.2
3212026-06-17T21:53:04.800Z Downloaded textwrap v0.16.2
3222026-06-17T21:53:04.800Z Downloaded zerocopy-derive v0.7.35
3232026-06-17T21:53:04.805Z Downloaded stable_deref_trait v1.2.1
3242026-06-17T21:53:04.805Z Downloaded proc-macro-error-attr v1.0.4
3252026-06-17T21:53:04.805Z Downloaded toml v0.8.23
3262026-06-17T21:53:04.805Z Downloaded serde_spanned v0.6.9
3272026-06-17T21:53:04.808Z Downloaded macaddr v1.0.1
3282026-06-17T21:53:04.808Z Downloaded anstyle-query v1.1.5
3292026-06-17T21:53:04.808Z Downloaded pretty-hex v0.4.1
3302026-06-17T21:53:04.812Z Downloaded serde-value v0.7.0
3312026-06-17T21:53:04.812Z Downloaded memmap v0.7.0
3322026-06-17T21:53:04.816Z Downloaded synstructure v0.13.2
3332026-06-17T21:53:04.819Z Downloaded unicode-ident v1.0.24
3342026-06-17T21:53:04.819Z Downloaded typenum v1.19.0
3352026-06-17T21:53:04.824Z Downloaded heck v0.4.1
3362026-06-17T21:53:04.827Z Downloaded unicode-width v0.2.0
3372026-06-17T21:53:04.831Z Downloaded zerotrie v0.2.3
3382026-06-17T21:53:04.838Z Downloaded url v2.5.8
3392026-06-17T21:53:04.838Z Downloaded toml_edit v0.22.27
3402026-06-17T21:53:04.843Z Downloaded smallvec v1.15.1
3412026-06-17T21:53:04.851Z Downloaded icu_locale_core v2.1.1
3422026-06-17T21:53:04.853Z Downloaded anstyle v1.0.14
3432026-06-17T21:53:04.853Z Downloaded erased-serde v0.4.9
3442026-06-17T21:53:04.853Z Downloaded zerovec v0.11.5
3452026-06-17T21:53:04.857Z Downloaded zerocopy v0.7.35
3462026-06-17T21:53:04.860Z Downloaded quote v1.0.45
3472026-06-17T21:53:04.863Z Downloaded serde_tokenstream v0.2.3
3482026-06-17T21:53:04.863Z Downloaded digest v0.10.7
3492026-06-17T21:53:04.863Z Downloaded byteorder v1.5.0
3502026-06-17T21:53:04.865Z Downloaded winnow v0.7.14
3512026-06-17T21:53:04.870Z Downloaded unicode-width v0.1.14
3522026-06-17T21:53:04.872Z Downloaded anstyle-parse v1.0.0
3532026-06-17T21:53:04.876Z Downloaded terminal_size v0.4.3
3542026-06-17T21:53:04.876Z Downloaded serde_core v1.0.228
3552026-06-17T21:53:04.881Z Downloaded sha2 v0.10.9
3562026-06-17T21:53:04.885Z Downloaded tabled_derive v0.7.0
3572026-06-17T21:53:04.885Z Downloaded serde-untagged v0.1.9
3582026-06-17T21:53:04.885Z Downloaded autocfg v1.5.0
3592026-06-17T21:53:04.888Z Downloaded memchr v2.8.0
3602026-06-17T21:53:04.891Z Downloaded once_cell v1.21.3
3612026-06-17T21:53:04.895Z Downloaded bitflags v2.11.0
3622026-06-17T21:53:04.900Z Downloaded scroll v0.12.0
3632026-06-17T21:53:04.900Z Downloaded pest_generator v2.8.6
3642026-06-17T21:53:04.903Z Downloaded log v0.4.29
3652026-06-17T21:53:04.908Z Downloaded semver v1.0.28
3662026-06-17T21:53:04.908Z Downloaded litemap v0.8.1
3672026-06-17T21:53:04.908Z Downloaded camino v1.2.2
3682026-06-17T21:53:04.913Z Downloaded tempfile v3.25.0
3692026-06-17T21:53:04.913Z Downloaded pest_meta v2.8.6
3702026-06-17T21:53:04.916Z Downloaded getrandom v0.4.1
3712026-06-17T21:53:04.916Z Downloaded clap v4.6.1
3722026-06-17T21:53:04.922Z Downloaded num-traits v0.2.19
3732026-06-17T21:53:04.926Z Downloaded icu_normalizer v2.1.1
3742026-06-17T21:53:04.926Z Downloaded anyhow v1.0.102
3752026-06-17T21:53:04.926Z Downloaded serde_derive v1.0.228
3762026-06-17T21:53:04.926Z Downloaded proc-macro2 v1.0.106
3772026-06-17T21:53:04.930Z Downloaded icu_provider v2.1.1
3782026-06-17T21:53:04.930Z Downloaded icu_properties v2.1.2
3792026-06-17T21:53:04.954Z Downloaded icu_normalizer_data v2.1.1
3802026-06-17T21:53:04.958Z Downloaded serde v1.0.228
3812026-06-17T21:53:04.969Z Downloaded indexmap v2.14.0
3822026-06-17T21:53:04.975Z Downloaded icu_collections v2.1.1
3832026-06-17T21:53:04.993Z Downloaded pest v2.8.6
3842026-06-17T21:53:04.999Z Downloaded goblin v0.8.2
3852026-06-17T21:53:05.003Z Downloaded idna v1.1.0
3862026-06-17T21:53:05.011Z Downloaded icu_properties_data v2.1.2
3872026-06-17T21:53:05.016Z Downloaded serde_json v1.0.149
3882026-06-17T21:53:05.019Z Downloaded hashbrown v0.17.0
3892026-06-17T21:53:05.022Z Downloaded clap_builder v4.6.0
3902026-06-17T21:53:05.031Z Downloaded tabled v0.15.0
3912026-06-17T21:53:05.047Z Downloaded syn v1.0.109
3922026-06-17T21:53:05.056Z Downloaded syn v2.0.117
3932026-06-17T21:53:05.072Z Downloaded rustix v1.1.3
3942026-06-17T21:53:05.099Z Downloaded libc v0.2.185
3952026-06-17T21:53:05.163Z Compiling proc-macro2 v1.0.106
3962026-06-17T21:53:05.164Z Compiling quote v1.0.45
3972026-06-17T21:53:05.164Z Compiling unicode-ident v1.0.24
3982026-06-17T21:53:05.164Z Compiling serde_core v1.0.228
3992026-06-17T21:53:05.167Z Compiling libc v0.2.185
4002026-06-17T21:53:05.167Z Compiling version_check v0.9.5
4012026-06-17T21:53:05.167Z Compiling memchr v2.8.0
4022026-06-17T21:53:05.167Z Compiling stable_deref_trait v1.2.1
4032026-06-17T21:53:05.349Z Compiling serde v1.0.228
4042026-06-17T21:53:05.353Z Compiling zmij v1.0.21
4052026-06-17T21:53:05.353Z Compiling itoa v1.0.17
4062026-06-17T21:53:05.353Z Compiling thiserror v1.0.69
4072026-06-17T21:53:05.353Z Compiling ucd-trie v0.1.7
4082026-06-17T21:53:05.353Z Compiling autocfg v1.5.0
4092026-06-17T21:53:05.353Z Compiling writeable v0.6.2
4102026-06-17T21:53:05.475Z Compiling litemap v0.8.1
4112026-06-17T21:53:05.560Z Compiling icu_properties_data v2.1.2
4122026-06-17T21:53:05.672Z Compiling rustix v1.1.3
4132026-06-17T21:53:05.773Z Compiling icu_normalizer_data v2.1.1
4142026-06-17T21:53:05.814Z Compiling byteorder v1.5.0
4152026-06-17T21:53:05.817Z Compiling bitflags v2.11.0
4162026-06-17T21:53:05.833Z Compiling serde_json v1.0.149
4172026-06-17T21:53:05.906Z Compiling pest v2.8.6
4182026-06-17T21:53:06.083Z Compiling num-traits v0.2.19
4192026-06-17T21:53:06.120Z Compiling equivalent v1.0.2
4202026-06-17T21:53:06.143Z Compiling smallvec v1.15.1
4212026-06-17T21:53:06.159Z Compiling hashbrown v0.17.0
4222026-06-17T21:53:06.176Z Compiling typeid v1.0.3
4232026-06-17T21:53:06.193Z Compiling usdt-impl v0.5.0
4242026-06-17T21:53:06.331Z Compiling proc-macro-error-attr v1.0.4
4252026-06-17T21:53:06.341Z Compiling erased-serde v0.4.9
4262026-06-17T21:53:06.380Z Compiling toml_write v0.1.2
4272026-06-17T21:53:06.384Z Compiling winnow v0.7.14
4282026-06-17T21:53:06.440Z Compiling errno v0.3.14
4292026-06-17T21:53:06.485Z Compiling thread-id v4.2.2
4302026-06-17T21:53:06.509Z Compiling syn v1.0.109
4312026-06-17T21:53:06.529Z Compiling proc-macro-error v1.0.4
4322026-06-17T21:53:06.629Z Compiling getrandom v0.4.1
4332026-06-17T21:53:06.645Z Compiling percent-encoding v2.3.2
4342026-06-17T21:53:06.690Z Compiling thiserror v2.0.18
4352026-06-17T21:53:06.719Z Compiling plain v0.2.3
4362026-06-17T21:53:06.795Z Compiling indexmap v2.14.0
4372026-06-17T21:53:06.798Z Compiling camino v1.2.2
4382026-06-17T21:53:06.829Z Compiling utf8parse v0.2.2
4392026-06-17T21:53:06.874Z Compiling log v0.4.29
4402026-06-17T21:53:06.899Z Compiling utf8_iter v1.0.4
4412026-06-17T21:53:06.912Z Compiling form_urlencoded v1.2.2
4422026-06-17T21:53:06.980Z Compiling syn v2.0.117
4432026-06-17T21:53:07.080Z Compiling pest_meta v2.8.6
4442026-06-17T21:53:07.097Z Compiling anstyle-parse v1.0.0
4452026-06-17T21:53:07.296Z Compiling ordered-float v2.10.1
4462026-06-17T21:53:07.318Z Compiling anstyle v1.0.14
4472026-06-17T21:53:07.324Z Compiling is_terminal_polyfill v1.70.2
4482026-06-17T21:53:07.361Z Compiling anstyle-query v1.1.5
4492026-06-17T21:53:07.393Z Compiling cfg-if v1.0.4
4502026-06-17T21:53:07.431Z Compiling colorchoice v1.0.4
4512026-06-17T21:53:07.459Z Compiling pretty-hex v0.4.1
4522026-06-17T21:53:07.522Z Compiling fs-err v3.3.0
4532026-06-17T21:53:07.595Z Compiling terminal_size v0.4.3
4542026-06-17T21:53:07.620Z Compiling anstream v1.0.0
4552026-06-17T21:53:07.620Z Compiling clap_lex v1.0.0
4562026-06-17T21:53:07.659Z Compiling unicode-xid v0.2.6
4572026-06-17T21:53:07.664Z Compiling strsim v0.11.1
4582026-06-17T21:53:07.664Z Compiling fnv v1.0.7
4592026-06-17T21:53:07.726Z Compiling anyhow v1.0.102
4602026-06-17T21:53:07.815Z Compiling semver v1.0.28
4612026-06-17T21:53:07.893Z Compiling unicode-width v0.1.14
4622026-06-17T21:53:07.953Z Compiling heck v0.5.0
4632026-06-17T21:53:07.957Z Compiling heck v0.4.1
4642026-06-17T21:53:07.994Z Compiling once_cell v1.21.3
4652026-06-17T21:53:08.017Z Compiling bytecount v0.6.9
4662026-06-17T21:53:08.064Z Compiling fastrand v2.3.0
4672026-06-17T21:53:08.163Z Compiling papergrid v0.11.0
4682026-06-17T21:53:08.184Z Compiling clap_builder v4.6.0
4692026-06-17T21:53:08.203Z Compiling serde-untagged v0.1.9
4702026-06-17T21:53:08.244Z Compiling memmap v0.7.0
4712026-06-17T21:53:08.285Z Compiling tempfile v3.25.0
4722026-06-17T21:53:08.285Z Compiling unicode-width v0.2.0
4732026-06-17T21:53:08.327Z Compiling unicode-linebreak v0.1.5
4742026-06-17T21:53:08.346Z Compiling smawk v0.3.2
4752026-06-17T21:53:08.482Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4762026-06-17T21:53:08.503Z Compiling swrite v0.1.0
4772026-06-17T21:53:08.576Z Compiling textwrap v0.16.2
4782026-06-17T21:53:08.595Z Compiling camino-tempfile v1.4.1
4792026-06-17T21:53:08.889Z Compiling tabled_derive v0.7.0
4802026-06-17T21:53:09.543Z Compiling synstructure v0.13.2
4812026-06-17T21:53:09.543Z Compiling pest_generator v2.8.6
4822026-06-17T21:53:09.578Z Compiling tabled v0.15.0
4832026-06-17T21:53:10.076Z Compiling serde_derive v1.0.228
4842026-06-17T21:53:10.076Z Compiling zerofrom-derive v0.1.6
4852026-06-17T21:53:10.079Z Compiling yoke-derive v0.8.1
4862026-06-17T21:53:10.079Z Compiling zerovec-derive v0.11.2
4872026-06-17T21:53:10.079Z Compiling displaydoc v0.2.5
4882026-06-17T21:53:10.079Z Compiling thiserror-impl v1.0.69
4892026-06-17T21:53:10.079Z Compiling zerocopy-derive v0.7.35
4902026-06-17T21:53:10.095Z Compiling scroll_derive v0.12.1
4912026-06-17T21:53:10.098Z Compiling thiserror-impl v2.0.18
4922026-06-17T21:53:10.114Z Compiling clap_derive v4.6.1
4932026-06-17T21:53:10.169Z Compiling pest_derive v2.8.6
4942026-06-17T21:53:10.864Z Compiling scroll v0.12.0
4952026-06-17T21:53:11.018Z Compiling zerocopy v0.7.35
4962026-06-17T21:53:11.089Z Compiling goblin v0.8.2
4972026-06-17T21:53:11.124Z Compiling zerofrom v0.1.6
4982026-06-17T21:53:11.241Z Compiling yoke v0.8.1
4992026-06-17T21:53:11.364Z Compiling dtrace-parser v0.2.0
5002026-06-17T21:53:11.394Z Compiling zerovec v0.11.5
5012026-06-17T21:53:11.394Z Compiling zerotrie v0.2.3
5022026-06-17T21:53:11.576Z Compiling clap v4.6.1
5032026-06-17T21:53:11.837Z Compiling tinystr v0.8.2
5042026-06-17T21:53:11.837Z Compiling potential_utf v0.1.4
5052026-06-17T21:53:11.965Z Compiling icu_collections v2.1.1
5062026-06-17T21:53:11.984Z Compiling icu_locale_core v2.1.1
5072026-06-17T21:53:12.550Z Compiling icu_provider v2.1.1
5082026-06-17T21:53:12.666Z Compiling dof v0.3.0
5092026-06-17T21:53:12.669Z Compiling serde_tokenstream v0.2.3
5102026-06-17T21:53:12.683Z Compiling serde_spanned v0.6.9
5112026-06-17T21:53:12.686Z Compiling toml_datetime v0.6.11
5122026-06-17T21:53:12.686Z Compiling serde-value v0.7.0
5132026-06-17T21:53:12.686Z Compiling cargo-platform v0.2.0
5142026-06-17T21:53:12.701Z Compiling macaddr v1.0.1
5152026-06-17T21:53:12.775Z Compiling icu_normalizer v2.1.1
5162026-06-17T21:53:12.778Z Compiling icu_properties v2.1.2
5172026-06-17T21:53:12.953Z Compiling toml_edit v0.22.27
5182026-06-17T21:53:13.350Z Compiling usdt-attr-macro v0.5.0
5192026-06-17T21:53:13.353Z Compiling usdt-macro v0.5.0
5202026-06-17T21:53:13.617Z Compiling idna_adapter v1.2.1
5212026-06-17T21:53:13.720Z Compiling idna v1.1.0
5222026-06-17T21:53:13.945Z Compiling usdt v0.5.0
5232026-06-17T21:53:13.980Z Compiling url v2.5.8
5242026-06-17T21:53:14.194Z Compiling toml v0.8.23
5252026-06-17T21:53:14.522Z Compiling cargo-util-schemas v0.8.2
5262026-06-17T21:53:14.522Z Compiling cargo_toml v0.21.0
5272026-06-17T21:53:15.297Z Compiling cargo_metadata v0.21.0
5282026-06-17T21:53:16.220Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5292026-06-17T21:53:18.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.56s
5302026-06-17T21:53:18.602Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5312026-06-17T21:53:19.142Z Downloading crates ...
5322026-06-17T21:53:19.235Z Downloaded adler2 v2.0.1
5332026-06-17T21:53:19.238Z Downloaded async-stream v0.3.6
5342026-06-17T21:53:19.250Z Downloaded backoff v0.4.0
5352026-06-17T21:53:19.261Z Downloaded aes-gcm v0.10.3
5362026-06-17T21:53:19.265Z Downloaded async-stream-impl v0.3.6
5372026-06-17T21:53:19.265Z Downloaded ciborium-io v0.2.2
5382026-06-17T21:53:19.265Z Downloaded cancel-safe-futures v0.1.5
5392026-06-17T21:53:19.269Z Downloaded async-recursion v1.1.1
5402026-06-17T21:53:19.272Z Downloaded cipher v0.4.4
5412026-06-17T21:53:19.277Z Downloaded ascii-canvas v3.0.0
5422026-06-17T21:53:19.281Z Downloaded cargo-platform v0.3.2
5432026-06-17T21:53:19.281Z Downloaded atty v0.2.14
5442026-06-17T21:53:19.281Z Downloaded assert_matches v1.5.0
5452026-06-17T21:53:19.286Z Downloaded find-msvc-tools v0.1.9
5462026-06-17T21:53:19.286Z Downloaded crossbeam-channel v0.5.15
5472026-06-17T21:53:19.290Z Downloaded clang-sys v1.8.1
5482026-06-17T21:53:19.290Z Downloaded bitfield-macros v0.19.4
5492026-06-17T21:53:19.290Z Downloaded blake2 v0.10.6
5502026-06-17T21:53:19.290Z Downloaded fatfs v0.3.6
5512026-06-17T21:53:19.295Z Downloaded bcrypt-pbkdf v0.10.0
5522026-06-17T21:53:19.295Z Downloaded derive_more v2.1.1
5532026-06-17T21:53:19.298Z Downloaded chacha20poly1305 v0.10.1
5542026-06-17T21:53:19.301Z Downloaded atomicwrites v0.4.4
5552026-06-17T21:53:19.301Z Downloaded array-init v0.0.4
5562026-06-17T21:53:19.302Z Downloaded cexpr v0.6.0
5572026-06-17T21:53:19.305Z Downloaded compression-codecs v0.4.37
5582026-06-17T21:53:19.305Z Downloaded ahash v0.8.12
5592026-06-17T21:53:19.313Z Downloaded bcs v0.1.6
5602026-06-17T21:53:19.313Z Downloaded async-trait v0.1.89
5612026-06-17T21:53:19.320Z Downloaded arrayref v0.3.9
5622026-06-17T21:53:19.320Z Downloaded darling_macro v0.20.11
5632026-06-17T21:53:19.320Z Downloaded cstr-argument v0.1.2
5642026-06-17T21:53:19.320Z Downloaded darling_core v0.23.0
5652026-06-17T21:53:19.320Z Downloaded ciborium-ll v0.2.2
5662026-06-17T21:53:19.320Z Downloaded darling_macro v0.21.3
5672026-06-17T21:53:19.324Z Downloaded cfg_aliases v0.1.1
5682026-06-17T21:53:19.324Z Downloaded embedded-io v0.6.1
5692026-06-17T21:53:19.324Z Downloaded embedded-io v0.4.0
5702026-06-17T21:53:19.324Z Downloaded cmake v0.1.57
5712026-06-17T21:53:19.324Z Downloaded const_format_proc_macros v0.2.34
5722026-06-17T21:53:19.327Z Downloaded float-ord v0.3.2
5732026-06-17T21:53:19.327Z Downloaded fallible-iterator v0.2.0
5742026-06-17T21:53:19.327Z Downloaded derive_builder_macro v0.20.2
5752026-06-17T21:53:19.332Z Downloaded const-oid v0.9.6
5762026-06-17T21:53:19.332Z Downloaded cobs v0.3.0
5772026-06-17T21:53:19.332Z Downloaded colored v3.1.1
5782026-06-17T21:53:19.336Z Downloaded bit-vec v0.6.3
5792026-06-17T21:53:19.336Z Downloaded defmt-parser v1.0.0
5802026-06-17T21:53:19.336Z Downloaded convert_case v0.4.0
5812026-06-17T21:53:19.339Z Downloaded flagset v0.4.7
5822026-06-17T21:53:19.339Z Downloaded bb8 v0.8.6
5832026-06-17T21:53:19.339Z Downloaded dunce v1.0.5
5842026-06-17T21:53:19.339Z Downloaded crc-catalog v2.4.0
5852026-06-17T21:53:19.342Z Downloaded debug-ignore v1.0.5
5862026-06-17T21:53:19.342Z Downloaded document-features v0.2.12
5872026-06-17T21:53:19.343Z Downloaded compression-core v0.4.31
5882026-06-17T21:53:19.346Z Downloaded ecdsa v0.16.9
5892026-06-17T21:53:19.346Z Downloaded deranged v0.5.8
5902026-06-17T21:53:19.346Z Downloaded aead v0.5.2
5912026-06-17T21:53:19.349Z Downloaded crossbeam-utils v0.8.21
5922026-06-17T21:53:19.349Z Downloaded block-padding v0.3.3
5932026-06-17T21:53:19.352Z Downloaded darling v0.13.4
5942026-06-17T21:53:19.352Z Downloaded cfg_aliases v0.2.1
5952026-06-17T21:53:19.352Z Downloaded crunchy v0.2.4
5962026-06-17T21:53:19.357Z Downloaded cpufeatures v0.3.0
5972026-06-17T21:53:19.360Z Downloaded dyn-clone v1.0.20
5982026-06-17T21:53:19.360Z Downloaded difflib v0.4.0
5992026-06-17T21:53:19.364Z Downloaded foreign-types-macros v0.2.3
6002026-06-17T21:53:19.364Z Downloaded base16ct v0.2.0
6012026-06-17T21:53:19.370Z Downloaded foreign-types v0.3.2
6022026-06-17T21:53:19.370Z Downloaded dtrace-parser v0.3.0
6032026-06-17T21:53:19.370Z Downloaded dsl_auto_type v0.2.0
6042026-06-17T21:53:19.370Z Downloaded crc v3.4.0
6052026-06-17T21:53:19.370Z Downloaded float-cmp v0.10.0
6062026-06-17T21:53:19.373Z Downloaded dirs-sys-next v0.1.2
6072026-06-17T21:53:19.376Z Downloaded castaway v0.2.4
6082026-06-17T21:53:19.376Z Downloaded dirs-next v2.0.0
6092026-06-17T21:53:19.376Z Downloaded darling_macro v0.13.4
6102026-06-17T21:53:19.379Z Downloaded fd-lock v4.0.4
6112026-06-17T21:53:19.379Z Downloaded cbc v0.1.2
6122026-06-17T21:53:19.379Z Downloaded constant_time_eq v0.4.2
6132026-06-17T21:53:19.386Z Downloaded atomic-waker v1.1.2
6142026-06-17T21:53:19.386Z Downloaded cargo_metadata v0.23.1
6152026-06-17T21:53:19.389Z Downloaded argon2 v0.5.3
6162026-06-17T21:53:19.389Z Downloaded darling_macro v0.23.0
6172026-06-17T21:53:19.389Z Downloaded cc v1.2.56
6182026-06-17T21:53:19.390Z Downloaded dof v0.4.0
6192026-06-17T21:53:19.390Z Downloaded foreign-types-shared v0.1.1
6202026-06-17T21:53:19.390Z Downloaded foreign-types v0.5.0
6212026-06-17T21:53:19.392Z Downloaded byte-wrapper v0.1.0
6222026-06-17T21:53:19.392Z Downloaded dropshot-api-manager-types v0.7.2
6232026-06-17T21:53:19.396Z Downloaded funty v2.0.0
6242026-06-17T21:53:19.396Z Downloaded futures-sink v0.3.32
6252026-06-17T21:53:19.396Z Downloaded crc-any v2.5.0
6262026-06-17T21:53:19.399Z Downloaded drift v0.2.0
6272026-06-17T21:53:19.403Z Downloaded ghash v0.5.1
6282026-06-17T21:53:19.406Z Downloaded foreign-types-shared v0.3.1
6292026-06-17T21:53:19.406Z Downloaded gethostname v0.5.0
6302026-06-17T21:53:19.406Z Downloaded fxhash v0.2.1
6312026-06-17T21:53:19.406Z Downloaded env_filter v1.0.0
6322026-06-17T21:53:19.409Z Downloaded enum-as-inner v0.6.1
6332026-06-17T21:53:19.409Z Downloaded git-stub v1.0.0
6342026-06-17T21:53:19.409Z Downloaded fixedbitset v0.4.2
6352026-06-17T21:53:19.413Z Downloaded downcast-rs v2.0.2
6362026-06-17T21:53:19.413Z Downloaded convert_case v0.10.0
6372026-06-17T21:53:19.413Z Downloaded chacha20 v0.9.1
6382026-06-17T21:53:19.416Z Downloaded camino-tempfile-ext v0.3.3
6392026-06-17T21:53:19.416Z Downloaded bitfield-struct v0.6.2
6402026-06-17T21:53:19.416Z Downloaded futures-task v0.3.32
6412026-06-17T21:53:19.422Z Downloaded anstream v0.6.21
6422026-06-17T21:53:19.422Z Downloaded buf-list v1.1.2
6432026-06-17T21:53:19.429Z Downloaded bitfield v0.19.4
6442026-06-17T21:53:19.430Z Downloaded arrayvec v0.7.6
6452026-06-17T21:53:19.430Z Downloaded blowfish v0.9.1
6462026-06-17T21:53:19.430Z Downloaded bit-set v0.8.0
6472026-06-17T21:53:19.430Z Downloaded daft v0.1.7
6482026-06-17T21:53:19.433Z Downloaded corncobs v0.1.4
6492026-06-17T21:53:19.433Z Downloaded anstyle-parse v0.2.7
6502026-06-17T21:53:19.433Z Downloaded curve25519-dalek-derive v0.1.1
6512026-06-17T21:53:19.433Z Downloaded ctr v0.9.2
6522026-06-17T21:53:19.433Z Downloaded futures-core v0.3.32
6532026-06-17T21:53:19.433Z Downloaded ff v0.13.1
6542026-06-17T21:53:19.433Z Downloaded foldhash v0.1.5
6552026-06-17T21:53:19.433Z Downloaded bit-set v0.5.3
6562026-06-17T21:53:19.438Z Downloaded env_logger v0.11.9
6572026-06-17T21:53:19.438Z Downloaded either v1.15.0
6582026-06-17T21:53:19.438Z Downloaded globwalk v0.9.1
6592026-06-17T21:53:19.444Z Downloaded hash32 v0.2.1
6602026-06-17T21:53:19.444Z Downloaded crossbeam-deque v0.8.6
6612026-06-17T21:53:19.444Z Downloaded headers-core v0.3.0
6622026-06-17T21:53:19.444Z Downloaded foldhash v0.2.0
6632026-06-17T21:53:19.444Z Downloaded cassowary v0.3.0
6642026-06-17T21:53:19.444Z Downloaded futures-macro v0.3.32
6652026-06-17T21:53:19.447Z Downloaded futures-io v0.3.32
6662026-06-17T21:53:19.447Z Downloaded endian-type v0.1.2
6672026-06-17T21:53:19.447Z Downloaded elliptic-curve v0.13.8
6682026-06-17T21:53:19.447Z Downloaded hex-literal v0.4.1
6692026-06-17T21:53:19.450Z Downloaded hex v0.4.3
6702026-06-17T21:53:19.450Z Downloaded diff v0.1.13
6712026-06-17T21:53:19.451Z Downloaded filetime v0.2.27
6722026-06-17T21:53:19.456Z Downloaded critical-section v1.2.0
6732026-06-17T21:53:19.456Z Downloaded cookie_store v0.22.1
6742026-06-17T21:53:19.459Z Downloaded hostname v0.3.1
6752026-06-17T21:53:19.459Z Downloaded ena v0.14.4
6762026-06-17T21:53:19.459Z Downloaded ed25519 v2.2.3
6772026-06-17T21:53:19.460Z Downloaded defmt v1.0.1
6782026-06-17T21:53:19.463Z Downloaded fixedbitset v0.5.7
6792026-06-17T21:53:19.463Z Downloaded httpdate v1.0.3
6802026-06-17T21:53:19.463Z Downloaded fs-err v2.11.0
6812026-06-17T21:53:19.466Z Downloaded darling v0.20.11
6822026-06-17T21:53:19.477Z Downloaded http-body v1.0.1
6832026-06-17T21:53:19.477Z Downloaded ciborium v0.2.2
6842026-06-17T21:53:19.477Z Downloaded hubpack_derive v0.1.1
6852026-06-17T21:53:19.477Z Downloaded http-range v0.1.5
6862026-06-17T21:53:19.477Z Downloaded hyper-tls v0.6.0
6872026-06-17T21:53:19.477Z Downloaded hubpack v0.1.2
6882026-06-17T21:53:19.484Z Downloaded hostname v0.4.2
6892026-06-17T21:53:19.484Z Downloaded chacha20 v0.10.0
6902026-06-17T21:53:19.484Z Downloaded bitflags v1.3.2
6912026-06-17T21:53:19.484Z Downloaded defmt-macros v1.0.1
6922026-06-17T21:53:19.485Z Downloaded futures-executor v0.3.32
6932026-06-17T21:53:19.485Z Downloaded defmt v0.3.100
6942026-06-17T21:53:19.485Z Downloaded cookie v0.18.1
6952026-06-17T21:53:19.491Z Downloaded colored v2.2.0
6962026-06-17T21:53:19.491Z Downloaded indent_write v2.2.0
6972026-06-17T21:53:19.491Z Downloaded ident_case v1.0.1
6982026-06-17T21:53:19.492Z Downloaded diesel-dtrace v0.5.0
6992026-06-17T21:53:19.492Z Downloaded console v0.16.2
7002026-06-17T21:53:19.492Z Downloaded async-bb8-diesel v0.2.1
7012026-06-17T21:53:19.492Z Downloaded allocator-api2 v0.2.21
7022026-06-17T21:53:19.501Z Downloaded console v0.15.11
7032026-06-17T21:53:19.501Z Downloaded derive-ex v0.1.8
7042026-06-17T21:53:19.501Z Downloaded der_derive v0.7.3
7052026-06-17T21:53:19.501Z Downloaded bzip2 v0.4.4
7062026-06-17T21:53:19.508Z Downloaded hash32 v0.3.1
7072026-06-17T21:53:19.508Z Downloaded indoc v1.0.9
7082026-06-17T21:53:19.508Z Downloaded illumos-nvpair-sys v0.2.0
7092026-06-17T21:53:19.508Z Downloaded home v0.5.12
7102026-06-17T21:53:19.508Z Downloaded group v0.13.0
7112026-06-17T21:53:19.508Z Downloaded erased-serde v0.3.31
7122026-06-17T21:53:19.508Z Downloaded http-body-util v0.1.3
7132026-06-17T21:53:19.508Z Downloaded inout v0.1.4
7142026-06-17T21:53:19.520Z Downloaded highway v1.3.0
7152026-06-17T21:53:19.520Z Downloaded darling v0.23.0
7162026-06-17T21:53:19.520Z Downloaded data-encoding v2.10.0
7172026-06-17T21:53:19.521Z Downloaded instability v0.3.11
7182026-06-17T21:53:19.521Z Downloaded lazy_static v1.5.0
7192026-06-17T21:53:19.521Z Downloaded kstat-rs v0.2.4
7202026-06-17T21:53:19.525Z Downloaded is_ci v1.2.0
7212026-06-17T21:53:19.525Z Downloaded csv-core v0.1.13
7222026-06-17T21:53:19.525Z Downloaded fs_extra v1.3.0
7232026-06-17T21:53:19.525Z Downloaded base64ct v1.8.3
7242026-06-17T21:53:19.525Z Downloaded libscf-sys v1.2.0
7252026-06-17T21:53:19.525Z Downloaded backon v1.6.0
7262026-06-17T21:53:19.525Z Downloaded globset v0.4.18
7272026-06-17T21:53:19.525Z Downloaded crypto-bigint v0.5.5
7282026-06-17T21:53:19.530Z Downloaded hyper-staticfile v0.10.1
7292026-06-17T21:53:19.530Z Downloaded derive_builder_core v0.20.2
7302026-06-17T21:53:19.530Z Downloaded humantime v2.3.0
7312026-06-17T21:53:19.533Z Downloaded daft-derive v0.1.7
7322026-06-17T21:53:19.533Z Downloaded glob v0.3.3
7332026-06-17T21:53:19.537Z Downloaded bzip2 v0.6.1
7342026-06-17T21:53:19.537Z Downloaded bit-vec v0.8.0
7352026-06-17T21:53:19.537Z Downloaded internet-checksum v0.2.1
7362026-06-17T21:53:19.541Z Downloaded illumos-nvpair v0.3.0
7372026-06-17T21:53:19.541Z Downloaded display-error-chain v0.2.2
7382026-06-17T21:53:19.541Z Downloaded diesel_table_macro_syntax v0.3.0
7392026-06-17T21:53:19.541Z Downloaded crc8 v0.1.1
7402026-06-17T21:53:19.541Z Downloaded lzss v0.8.2
7412026-06-17T21:53:19.544Z Downloaded instant v0.1.13
7422026-06-17T21:53:19.544Z Downloaded impl-trait-for-tuples v0.2.3
7432026-06-17T21:53:19.544Z Downloaded crc32fast v1.5.0
7442026-06-17T21:53:19.549Z Downloaded derive_more v0.99.20
7452026-06-17T21:53:19.549Z Downloaded const_format v0.2.35
7462026-06-17T21:53:19.552Z Downloaded keccak v0.1.6
7472026-06-17T21:53:19.552Z Downloaded is-terminal v0.4.17
7482026-06-17T21:53:19.555Z Downloaded half v1.8.3
7492026-06-17T21:53:19.555Z Downloaded darling_core v0.13.4
7502026-06-17T21:53:19.559Z Downloaded lru-slab v0.1.2
7512026-06-17T21:53:19.559Z Downloaded mime v0.3.17
7522026-06-17T21:53:19.562Z Downloaded maybe-uninit v2.0.0
7532026-06-17T21:53:19.562Z Downloaded lru-cache v0.1.2
7542026-06-17T21:53:19.562Z Downloaded crucible-workspace-hack v0.1.0
7552026-06-17T21:53:19.562Z Downloaded indoc v2.0.7
7562026-06-17T21:53:19.566Z Downloaded derive_builder v0.20.2
7572026-06-17T21:53:19.566Z Downloaded multimap v0.10.1
7582026-06-17T21:53:19.570Z Downloaded md5 v0.7.0
7592026-06-17T21:53:19.570Z Downloaded memoffset v0.9.1
7602026-06-17T21:53:19.570Z Downloaded futures-channel v0.3.32
7612026-06-17T21:53:19.570Z Downloaded darling v0.21.3
7622026-06-17T21:53:19.573Z Downloaded nibble_vec v0.1.0
7632026-06-17T21:53:19.577Z Downloaded ingot-types v0.1.2
7642026-06-17T21:53:19.577Z Downloaded linked-hash-map v0.5.6
7652026-06-17T21:53:19.578Z Downloaded normalize-line-endings v0.3.0
7662026-06-17T21:53:19.581Z Downloaded nonempty v0.12.0
7672026-06-17T21:53:19.581Z Downloaded lalrpop-util v0.19.12
7682026-06-17T21:53:19.581Z Downloaded nodrop v0.1.14
7692026-06-17T21:53:19.581Z Downloaded newline-converter v0.3.0
7702026-06-17T21:53:19.581Z Downloaded newtype_derive v0.1.6
7712026-06-17T21:53:19.581Z Downloaded iana-time-zone v0.1.65
7722026-06-17T21:53:19.584Z Downloaded num-derive v0.4.2
7732026-06-17T21:53:19.584Z Downloaded num_enum_derive v0.5.11
7742026-06-17T21:53:19.584Z Downloaded hmac v0.12.1
7752026-06-17T21:53:19.588Z Downloaded git-stub-vcs v0.1.0
7762026-06-17T21:53:19.588Z Downloaded ingot v0.1.1
7772026-06-17T21:53:19.591Z Downloaded libloading v0.8.9
7782026-06-17T21:53:19.593Z Downloaded des v0.8.1
7792026-06-17T21:53:19.593Z Downloaded libsw v3.5.0
7802026-06-17T21:53:19.597Z Downloaded getrandom v0.2.17
7812026-06-17T21:53:19.597Z Downloaded base64 v0.22.1
7822026-06-17T21:53:19.597Z Downloaded newtype-uuid-macros v0.1.0
7832026-06-17T21:53:19.597Z Downloaded maplit v1.0.2
7842026-06-17T21:53:19.602Z Downloaded lru v0.12.5
7852026-06-17T21:53:19.602Z Downloaded lock_api v0.4.14
7862026-06-17T21:53:19.602Z Downloaded new_debug_unreachable v1.0.6
7872026-06-17T21:53:19.602Z Downloaded libefi-sys v0.1.0
7882026-06-17T21:53:19.606Z Downloaded hyper-rustls v0.27.7
7892026-06-17T21:53:19.606Z Downloaded compact_str v0.8.1
7902026-06-17T21:53:19.606Z Downloaded openssl-probe v0.2.1
7912026-06-17T21:53:19.606Z Downloaded num-iter v0.1.45
7922026-06-17T21:53:19.606Z Downloaded md-5 v0.10.6
7932026-06-17T21:53:19.609Z Downloaded match_cfg v0.1.0
7942026-06-17T21:53:19.609Z Downloaded openssl-macros v0.1.1
7952026-06-17T21:53:19.609Z Downloaded opaque-debug v0.3.1
7962026-06-17T21:53:19.612Z Downloaded libsw-core v0.3.2
7972026-06-17T21:53:19.612Z Downloaded num v0.4.3
7982026-06-17T21:53:19.612Z Downloaded parse-display v0.10.0
7992026-06-17T21:53:19.617Z Downloaded packed_struct_codegen v0.10.1
8002026-06-17T21:53:19.617Z Downloaded bytes v1.11.1
8012026-06-17T21:53:19.619Z Downloaded num-conv v0.2.0
8022026-06-17T21:53:19.620Z Downloaded half v2.7.1
8032026-06-17T21:53:19.620Z Downloaded oso-derive v0.27.3
8042026-06-17T21:53:19.624Z Downloaded openssl-probe v0.1.6
8052026-06-17T21:53:19.624Z Downloaded linear-map v1.2.0
8062026-06-17T21:53:19.624Z Downloaded httparse v1.10.1
8072026-06-17T21:53:19.624Z Downloaded getrandom v0.3.4
8082026-06-17T21:53:19.628Z Downloaded crossbeam-epoch v0.9.18
8092026-06-17T21:53:19.631Z Downloaded managed v0.8.0
8102026-06-17T21:53:19.631Z Downloaded mime_guess v2.0.5
8112026-06-17T21:53:19.631Z Downloaded futures v0.3.32
8122026-06-17T21:53:19.634Z Downloaded dropshot_endpoint v0.17.0
8132026-06-17T21:53:19.641Z Downloaded derive-where v1.6.0
8142026-06-17T21:53:19.641Z Downloaded newtype-uuid v1.3.2
8152026-06-17T21:53:19.641Z Downloaded nanorand v0.7.0
8162026-06-17T21:53:19.641Z Downloaded parse-size v1.1.0
8172026-06-17T21:53:19.644Z Downloaded multer v3.1.0
8182026-06-17T21:53:19.644Z Downloaded darling_core v0.20.11
8192026-06-17T21:53:19.654Z Downloaded ar_archive_writer v0.5.1
8202026-06-17T21:53:19.654Z Downloaded pbkdf2 v0.12.2
8212026-06-17T21:53:19.654Z Downloaded ipnetwork v0.21.1
8222026-06-17T21:53:19.654Z Downloaded path-slash v0.1.5
8232026-06-17T21:53:19.660Z Downloaded num_enum v0.5.11
8242026-06-17T21:53:19.660Z Downloaded peg-runtime v0.8.5
8252026-06-17T21:53:19.662Z Downloaded num-integer v0.1.46
8262026-06-17T21:53:19.670Z Downloaded pbkdf2 v0.11.0
8272026-06-17T21:53:19.675Z Downloaded num_threads v0.1.7
8282026-06-17T21:53:19.675Z Downloaded ipnet v2.11.0
8292026-06-17T21:53:19.681Z Downloaded owo-colors v4.3.0
8302026-06-17T21:53:19.681Z Downloaded darling_core v0.21.3
8312026-06-17T21:53:19.681Z Downloaded ignore v0.4.25
8322026-06-17T21:53:19.684Z Downloaded arc-swap v1.8.2
8332026-06-17T21:53:19.684Z Downloaded bumpalo v3.20.2
8342026-06-17T21:53:19.684Z Downloaded ed25519-dalek v2.2.0
8352026-06-17T21:53:19.687Z Downloaded oxide-tokio-rt v0.1.4
8362026-06-17T21:53:19.687Z Downloaded num_enum_derive v0.7.6
8372026-06-17T21:53:19.693Z Downloaded num-complex v0.4.6
8382026-06-17T21:53:19.693Z Downloaded base64 v0.21.7
8392026-06-17T21:53:19.698Z Downloaded async-compression v0.4.41
8402026-06-17T21:53:19.698Z Downloaded oxnet v0.1.5
8412026-06-17T21:53:19.705Z Downloaded olpc-cjson v0.1.4
8422026-06-17T21:53:19.705Z Downloaded num_enum v0.7.6
8432026-06-17T21:53:19.705Z Downloaded powerfmt v0.2.0
8442026-06-17T21:53:19.709Z Downloaded headers v0.4.1
8452026-06-17T21:53:19.709Z Downloaded nu-ansi-term v0.50.3
8462026-06-17T21:53:19.709Z Downloaded parse-display-derive v0.10.0
8472026-06-17T21:53:19.709Z Downloaded num-rational v0.4.2
8482026-06-17T21:53:19.715Z Downloaded phf_shared v0.12.1
8492026-06-17T21:53:19.715Z Downloaded phf_shared v0.11.3
8502026-06-17T21:53:19.715Z Downloaded expectorate v1.2.0
8512026-06-17T21:53:19.715Z Downloaded native-tls v0.2.18
8522026-06-17T21:53:19.715Z Downloaded predicates-core v1.0.10
8532026-06-17T21:53:19.720Z Downloaded predicates-tree v1.0.13
8542026-06-17T21:53:19.720Z Downloaded diesel v2.3.7
8552026-06-17T21:53:19.727Z Downloaded progenitor-macro v0.14.0
8562026-06-17T21:53:19.733Z Downloaded progenitor-client v0.14.0
8572026-06-17T21:53:19.733Z Downloaded progenitor-client v0.11.2
8582026-06-17T21:53:19.733Z Downloaded proc-macro-error-attr2 v2.0.0
8592026-06-17T21:53:19.736Z Downloaded proc-macro-crate v1.3.1
8602026-06-17T21:53:19.736Z Downloaded peg-macros v0.8.5
8612026-06-17T21:53:19.736Z Downloaded indexmap v1.9.3
8622026-06-17T21:53:19.736Z Downloaded proc-macro-crate v3.4.0
8632026-06-17T21:53:19.736Z Downloaded flume v0.11.1
8642026-06-17T21:53:19.739Z Downloaded paste v1.0.15
8652026-06-17T21:53:19.740Z Downloaded peg v0.8.5
8662026-06-17T21:53:19.742Z Downloaded precomputed-hash v0.1.1
8672026-06-17T21:53:19.743Z Downloaded password-hash v0.5.0
8682026-06-17T21:53:19.747Z Downloaded quick-error v1.2.3
8692026-06-17T21:53:19.747Z Downloaded password-hash v0.4.2
8702026-06-17T21:53:19.748Z Downloaded parking_lot_core v0.8.6
8712026-06-17T21:53:19.748Z Downloaded litrs v1.0.0
8722026-06-17T21:53:19.752Z Downloaded jobserver v0.1.34
8732026-06-17T21:53:19.753Z Downloaded phf_shared v0.13.1
8742026-06-17T21:53:19.756Z Downloaded phf v0.12.1
8752026-06-17T21:53:19.756Z Downloaded pem v3.0.6
8762026-06-17T21:53:19.756Z Downloaded radium v0.7.0
8772026-06-17T21:53:19.756Z Downloaded indicatif v0.18.4
8782026-06-17T21:53:19.761Z Downloaded flate2 v1.1.9
8792026-06-17T21:53:19.773Z Downloaded pin-project-internal v1.1.11
8802026-06-17T21:53:19.774Z Downloaded poly1305 v0.8.0
8812026-06-17T21:53:19.774Z Downloaded pkg-config v0.3.32
8822026-06-17T21:53:19.774Z Downloaded memmap2 v0.9.10
8832026-06-17T21:53:19.774Z Downloaded libbz2-rs-sys v0.2.2
8842026-06-17T21:53:19.775Z Downloaded psl-types v2.0.11
8852026-06-17T21:53:19.775Z Downloaded progenitor-macro v0.13.0
8862026-06-17T21:53:19.775Z Downloaded pin-utils v0.1.0
8872026-06-17T21:53:19.775Z Downloaded packed_struct v0.10.1
8882026-06-17T21:53:19.775Z Downloaded progenitor-macro v0.11.2
8892026-06-17T21:53:19.779Z Downloaded phf v0.13.1
8902026-06-17T21:53:19.779Z Downloaded ingot-macros v0.1.1
8912026-06-17T21:53:19.779Z Downloaded heapless v0.7.17
8922026-06-17T21:53:19.779Z Downloaded recursive-proc-macro-impl v0.1.1
8932026-06-17T21:53:19.779Z Downloaded postgres-protocol v0.6.10
8942026-06-17T21:53:19.779Z Downloaded ppv-lite86 v0.2.21
8952026-06-17T21:53:19.779Z Downloaded diesel_derives v2.3.7
8962026-06-17T21:53:19.788Z Downloaded rand_xorshift v0.4.0
8972026-06-17T21:53:19.788Z Downloaded rfc6979 v0.4.0
8982026-06-17T21:53:19.788Z Downloaded progenitor-extras v0.2.0
8992026-06-17T21:53:19.791Z Downloaded progenitor v0.14.0
9002026-06-17T21:53:19.791Z Downloaded ref-cast v1.0.25
9012026-06-17T21:53:19.791Z Downloaded pkcs8 v0.10.2
9022026-06-17T21:53:19.791Z Downloaded recursive v0.1.1
9032026-06-17T21:53:19.791Z Downloaded progenitor v0.13.0
9042026-06-17T21:53:19.791Z Downloaded progenitor v0.11.2
9052026-06-17T21:53:19.796Z Downloaded proc-macro-error2 v2.0.1
9062026-06-17T21:53:19.796Z Downloaded pem-rfc7468 v0.7.0
9072026-06-17T21:53:19.799Z Downloaded predicates v3.1.4
9082026-06-17T21:53:19.799Z Downloaded parking_lot_core v0.9.12
9092026-06-17T21:53:19.799Z Downloaded parking_lot v0.12.5
9102026-06-17T21:53:19.802Z Downloaded rtoolbox v0.0.3
9112026-06-17T21:53:19.805Z Downloaded ref-cast-impl v1.0.25
9122026-06-17T21:53:19.805Z Downloaded rustc_version v0.4.1
9132026-06-17T21:53:19.805Z Downloaded russh-cryptovec v0.7.3
9142026-06-17T21:53:19.809Z Downloaded omicron-zone-package v0.12.2
9152026-06-17T21:53:19.812Z Downloaded psm v0.1.30
9162026-06-17T21:53:19.815Z Downloaded pin-project-lite v0.2.17
9172026-06-17T21:53:19.823Z Downloaded rustc-hash v2.1.1
9182026-06-17T21:53:19.826Z Downloaded pkcs1 v0.7.5
9192026-06-17T21:53:19.826Z Downloaded oso v0.27.3
9202026-06-17T21:53:19.832Z Downloaded heapless v0.8.0
9212026-06-17T21:53:19.837Z Downloaded rand_chacha v0.9.0
9222026-06-17T21:53:19.838Z Downloaded rand_core v0.10.0
9232026-06-17T21:53:19.838Z Downloaded rand_core v0.6.4
9242026-06-17T21:53:19.838Z Downloaded der v0.7.10
9252026-06-17T21:53:19.841Z Downloaded postcard v1.1.3
9262026-06-17T21:53:19.842Z Downloaded primeorder v0.13.6
9272026-06-17T21:53:19.845Z Downloaded p256 v0.13.2
9282026-06-17T21:53:19.845Z Downloaded postgres-types v0.2.12
9292026-06-17T21:53:19.849Z Downloaded papergrid v0.17.0
9302026-06-17T21:53:19.852Z Downloaded salsa20 v0.10.2
9312026-06-17T21:53:19.852Z Downloaded parking_lot v0.11.2
9322026-06-17T21:53:19.852Z Downloaded sapling-renderdag v0.1.0
9332026-06-17T21:53:19.852Z Downloaded progenitor-client v0.13.0
9342026-06-17T21:53:19.855Z Downloaded aho-corasick v1.1.4
9352026-06-17T21:53:19.858Z Downloaded rand_seeder v0.4.0
9362026-06-17T21:53:19.858Z Downloaded polyval v0.6.2
9372026-06-17T21:53:19.861Z Downloaded r2d2 v0.8.10
9382026-06-17T21:53:19.861Z Downloaded hashbrown v0.12.3
9392026-06-17T21:53:19.864Z Downloaded scheduled-thread-pool v0.2.7
9402026-06-17T21:53:19.864Z Downloaded scroll_derive v0.13.1
9412026-06-17T21:53:19.866Z Downloaded scopeguard v1.2.0
9422026-06-17T21:53:19.866Z Downloaded hickory-resolver v0.25.2
9432026-06-17T21:53:19.869Z Downloaded scrypt v0.11.0
9442026-06-17T21:53:19.869Z Downloaded aes v0.8.4
9452026-06-17T21:53:19.874Z Downloaded resolv-conf v0.7.6
9462026-06-17T21:53:19.874Z Downloaded pkcs5 v0.7.1
9472026-06-17T21:53:19.876Z Downloaded hashbrown v0.13.2
9482026-06-17T21:53:19.879Z Downloaded same-file v1.0.6
9492026-06-17T21:53:19.879Z Downloaded rand_chacha v0.3.1
9502026-06-17T21:53:19.883Z Downloaded rustc_version v0.1.7
9512026-06-17T21:53:19.885Z Downloaded serde_plain v1.0.2
9522026-06-17T21:53:19.889Z Downloaded serde_bytes v0.11.19
9532026-06-17T21:53:19.889Z Downloaded secrecy v0.10.3
9542026-06-17T21:53:19.889Z Downloaded serde_urlencoded v0.7.1
9552026-06-17T21:53:19.892Z Downloaded serde_spanned v1.0.4
9562026-06-17T21:53:19.892Z Downloaded semver v0.1.20
9572026-06-17T21:53:19.892Z Downloaded secrecy v0.8.0
9582026-06-17T21:53:19.903Z Downloaded serde-big-array v0.5.1
9592026-06-17T21:53:19.903Z Downloaded seq-macro v0.3.6
9602026-06-17T21:53:19.910Z Downloaded hickory-server v0.25.2
9612026-06-17T21:53:19.910Z Downloaded rand_core v0.9.5
9622026-06-17T21:53:19.910Z Downloaded miniz_oxide v0.8.9
9632026-06-17T21:53:19.910Z Downloaded serde_repr v0.1.20
9642026-06-17T21:53:19.913Z Downloaded rustls-pemfile v2.2.0
9652026-06-17T21:53:19.916Z Downloaded sha1 v0.10.6
9662026-06-17T21:53:19.916Z Downloaded signature v2.2.0
9672026-06-17T21:53:19.916Z Downloaded rustls-native-certs v0.8.3
9682026-06-17T21:53:19.919Z Downloaded openssl-sys v0.9.115
9692026-06-17T21:53:19.922Z Downloaded signal-hook-tokio v0.3.1
9702026-06-17T21:53:19.922Z Downloaded jiff-static v0.2.21
9712026-06-17T21:53:19.925Z Downloaded sigpipe v0.1.3
9722026-06-17T21:53:19.925Z Downloaded pin-project v1.1.11
9732026-06-17T21:53:19.930Z Downloaded siphasher v1.0.2
9742026-06-17T21:53:19.933Z Downloaded rusty-fork v0.3.1
9752026-06-17T21:53:19.933Z Downloaded progenitor-impl v0.11.2
9762026-06-17T21:53:19.936Z Downloaded hickory-resolver v0.24.4
9772026-06-17T21:53:19.941Z Downloaded shell-words v1.1.1
9782026-06-17T21:53:19.941Z Downloaded slog-envlogger v2.2.0
9792026-06-17T21:53:19.941Z Downloaded rustversion v1.0.22
9802026-06-17T21:53:19.947Z Downloaded signal-hook-mio v0.2.5
9812026-06-17T21:53:19.948Z Downloaded slog-bunyan v2.5.0
9822026-06-17T21:53:19.948Z Downloaded quinn-udp v0.5.14
9832026-06-17T21:53:19.948Z Downloaded rustls-pemfile v1.0.4
9842026-06-17T21:53:19.953Z Downloaded progenitor-impl v0.14.0
9852026-06-17T21:53:19.961Z Downloaded progenitor-impl v0.13.0
9862026-06-17T21:53:19.961Z Downloaded schemars_derive v0.8.22
9872026-06-17T21:53:19.966Z Downloaded sct v0.7.1
9882026-06-17T21:53:19.966Z Downloaded sqlparser_derive v0.5.0
9892026-06-17T21:53:19.966Z Downloaded minimal-lexical v0.2.1
9902026-06-17T21:53:19.971Z Downloaded serde_derive_internals v0.29.1
9912026-06-17T21:53:19.971Z Downloaded serde-hex v0.1.0
9922026-06-17T21:53:19.971Z Downloaded derive_more-impl v2.1.1
9932026-06-17T21:53:19.976Z Downloaded http v1.4.0
9942026-06-17T21:53:19.979Z Downloaded serde_path_to_error v0.1.20
9952026-06-17T21:53:19.979Z Downloaded crossterm v0.28.1
9962026-06-17T21:53:20.027Z Downloaded prefix-trie v0.7.0
9972026-06-17T21:53:20.027Z Downloaded shlex v1.3.0
9982026-06-17T21:53:20.027Z Downloaded ssh-encoding v0.2.0
9992026-06-17T21:53:20.027Z Downloaded signal-hook-registry v1.4.8
10002026-06-17T21:53:20.027Z Downloaded serde_with_macros v1.5.2
10012026-06-17T21:53:20.027Z Downloaded ssh-cipher v0.2.0
10022026-06-17T21:53:20.027Z Downloaded structmeta v0.3.0
10032026-06-17T21:53:20.028Z Downloaded strip-ansi-escapes v0.2.1
10042026-06-17T21:53:20.028Z Downloaded strsim v0.10.0
10052026-06-17T21:53:20.028Z Downloaded hyper-util v0.1.20
10062026-06-17T21:53:20.028Z Downloaded strum v0.26.3
10072026-06-17T21:53:20.028Z Downloaded supports-color v3.0.2
10082026-06-17T21:53:20.028Z Downloaded structmeta-derive v0.3.0
10092026-06-17T21:53:20.033Z Downloaded slog-async v2.8.0
10102026-06-17T21:53:20.033Z Downloaded slab v0.4.12
10112026-06-17T21:53:20.033Z Downloaded rcgen v0.12.1
10122026-06-17T21:53:20.033Z Downloaded crossterm v0.29.0
10132026-06-17T21:53:20.033Z Downloaded tabwriter v1.4.1
10142026-06-17T21:53:20.033Z Downloaded pretty_assertions v1.4.1
10152026-06-17T21:53:20.041Z Downloaded slog-stdlog v4.1.1
10162026-06-17T21:53:20.041Z Downloaded slog-json v2.6.1
10172026-06-17T21:53:20.044Z Downloaded slog-scope v4.4.1
10182026-06-17T21:53:20.044Z Downloaded sync_wrapper v1.0.2
10192026-06-17T21:53:20.044Z Downloaded sync-ptr v0.1.4
10202026-06-17T21:53:20.044Z Downloaded tagptr v0.2.0
10212026-06-17T21:53:20.045Z Downloaded sec1 v0.7.3
10222026-06-17T21:53:20.045Z Downloaded subtle v2.6.1
10232026-06-17T21:53:20.045Z Downloaded strum v0.27.2
10242026-06-17T21:53:20.045Z Downloaded scroll v0.13.0
10252026-06-17T21:53:20.045Z Downloaded thread-id v5.1.0
10262026-06-17T21:53:20.048Z Downloaded termtree v0.5.1
10272026-06-17T21:53:20.048Z Downloaded ron v0.8.1
10282026-06-17T21:53:20.052Z Downloaded time-core v0.1.8
10292026-06-17T21:53:20.052Z Downloaded slog-dtrace v0.3.0
10302026-06-17T21:53:20.055Z Downloaded serde_cbor v0.11.2
10312026-06-17T21:53:20.055Z Downloaded stacker v0.1.23
10322026-06-17T21:53:20.055Z Downloaded smf v0.2.3
10332026-06-17T21:53:20.061Z Downloaded rustls-platform-verifier v0.6.2
10342026-06-17T21:53:20.061Z Downloaded snafu-derive v0.8.9
10352026-06-17T21:53:20.065Z Downloaded tabled_derive v0.11.0
10362026-06-17T21:53:20.065Z Downloaded dropshot-api-manager v0.7.2
10372026-06-17T21:53:20.065Z Downloaded testing_table v0.3.0
10382026-06-17T21:53:20.068Z Downloaded tap v1.0.1
10392026-06-17T21:53:20.068Z Downloaded take_mut v0.2.2
10402026-06-17T21:53:20.068Z Downloaded rustls-pki-types v1.14.0
10412026-06-17T21:53:20.068Z Downloaded spki v0.7.3
10422026-06-17T21:53:20.068Z Downloaded russh-keys v0.45.0
10432026-06-17T21:53:20.072Z Downloaded sqlformat v0.3.5
10442026-06-17T21:53:20.077Z Downloaded tokio-macros v2.7.0
10452026-06-17T21:53:20.077Z Downloaded static_assertions v1.1.0
10462026-06-17T21:53:20.080Z Downloaded tinyvec_macros v0.1.1
10472026-06-17T21:53:20.080Z Downloaded thiserror-impl-no-std v2.0.2
10482026-06-17T21:53:20.080Z Downloaded stringprep v0.1.5
10492026-06-17T21:53:20.080Z Downloaded string_cache v0.8.9
10502026-06-17T21:53:20.084Z Downloaded serde_with_macros v3.17.0
10512026-06-17T21:53:20.085Z Downloaded num-bigint v0.4.6
10522026-06-17T21:53:20.089Z Downloaded support-bundle-viewer v0.1.2
10532026-06-17T21:53:20.089Z Downloaded strum_macros v0.26.4
10542026-06-17T21:53:20.092Z Downloaded hashbrown v0.15.5
10552026-06-17T21:53:20.092Z Downloaded schemars v0.8.22
10562026-06-17T21:53:20.100Z Downloaded strum_macros v0.27.2
10572026-06-17T21:53:20.104Z Downloaded strum_macros v0.24.3
10582026-06-17T21:53:20.104Z Downloaded simd-adler32 v0.3.8
10592026-06-17T21:53:20.106Z Downloaded ryu v1.0.23
10602026-06-17T21:53:20.112Z Downloaded itertools v0.10.5
10612026-06-17T21:53:20.112Z Downloaded smallvec v0.6.14
10622026-06-17T21:53:20.112Z Downloaded nom v7.1.3
10632026-06-17T21:53:20.115Z Downloaded rayon-core v1.13.0
10642026-06-17T21:53:20.115Z Downloaded termios v0.3.3
10652026-06-17T21:53:20.115Z Downloaded tiny-keccak v2.0.2
10662026-06-17T21:53:20.122Z Downloaded slog-term v2.9.2
10672026-06-17T21:53:20.122Z Downloaded prettyplease v0.2.37
10682026-06-17T21:53:20.127Z Downloaded tower-service v0.3.3
10692026-06-17T21:53:20.127Z Downloaded tower-layer v0.3.3
10702026-06-17T21:53:20.127Z Downloaded thread_local v1.1.9
10712026-06-17T21:53:20.127Z Downloaded hashbrown v0.16.1
10722026-06-17T21:53:20.132Z Downloaded quinn v0.11.9
10732026-06-17T21:53:20.132Z Downloaded qorb v0.4.1
10742026-06-17T21:53:20.134Z Downloaded thiserror-no-std v2.0.2
10752026-06-17T21:53:20.137Z Downloaded topological-sort v0.2.2
10762026-06-17T21:53:20.142Z Downloaded time-macros v0.2.27
10772026-06-17T21:53:20.142Z Downloaded trait-variant v0.1.2
10782026-06-17T21:53:20.145Z Downloaded signal-hook v0.3.18
10792026-06-17T21:53:20.148Z Downloaded tls_codec_derive v0.4.2
10802026-06-17T21:53:20.151Z Downloaded spin v0.9.8
10812026-06-17T21:53:20.154Z Downloaded schemars v0.9.0
10822026-06-17T21:53:20.159Z Downloaded unicode-truncate v1.1.0
10832026-06-17T21:53:20.161Z Downloaded itertools v0.13.0
10842026-06-17T21:53:20.165Z Downloaded tls_codec v0.4.2
10852026-06-17T21:53:20.169Z Downloaded untrusted v0.9.0
10862026-06-17T21:53:20.170Z Downloaded itertools v0.12.1
10872026-06-17T21:53:20.170Z Downloaded try-lock v0.2.5
10882026-06-17T21:53:20.172Z Downloaded typify-macro v0.6.2
10892026-06-17T21:53:20.172Z Downloaded tokio-native-tls v0.3.1
10902026-06-17T21:53:20.174Z Downloaded serde_yaml v0.9.34+deprecated
10912026-06-17T21:53:20.177Z Downloaded typify-macro v0.4.3
10922026-06-17T21:53:20.177Z Downloaded rand v0.8.6
10932026-06-17T21:53:20.180Z Downloaded mio v1.2.0
10942026-06-17T21:53:20.182Z Downloaded similar v2.7.0
10952026-06-17T21:53:20.185Z Downloaded slog v2.8.2
10962026-06-17T21:53:20.190Z Downloaded rand v0.9.2
10972026-06-17T21:53:20.193Z Downloaded rsa v0.9.10
10982026-06-17T21:53:20.196Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10992026-06-17T21:53:20.199Z Downloaded tokio-tungstenite v0.21.0
11002026-06-17T21:53:20.199Z Downloaded unit-prefix v0.5.2
11012026-06-17T21:53:20.201Z Downloaded untrusted v0.7.1
11022026-06-17T21:53:20.204Z Downloaded void v1.0.2
11032026-06-17T21:53:20.204Z Downloaded universal-hash v0.5.1
11042026-06-17T21:53:20.204Z Downloaded usdt-attr-macro v0.6.0
11052026-06-17T21:53:20.207Z Downloaded socket2 v0.6.3
11062026-06-17T21:53:20.210Z Downloaded futures-util v0.3.32
11072026-06-17T21:53:20.214Z Downloaded num-bigint-dig v0.8.6
11082026-06-17T21:53:20.222Z Downloaded term v0.7.0
11092026-06-17T21:53:20.225Z Downloaded want v0.3.1
11102026-06-17T21:53:20.225Z Downloaded usdt-macro v0.6.0
11112026-06-17T21:53:20.225Z Downloaded waitgroup v0.1.2
11122026-06-17T21:53:20.226Z Downloaded toml_writer v1.0.6+spec-1.1.0
11132026-06-17T21:53:20.226Z Downloaded socket2 v0.5.10
11142026-06-17T21:53:20.230Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11152026-06-17T21:53:20.230Z Downloaded rustls-webpki v0.103.9
11162026-06-17T21:53:20.233Z Downloaded unarray v0.1.4
11172026-06-17T21:53:20.236Z Downloaded unicase v2.9.0
11182026-06-17T21:53:20.242Z Downloaded tokio-tungstenite v0.23.1
11192026-06-17T21:53:20.242Z Downloaded nom v8.0.0
11202026-06-17T21:53:20.245Z Downloaded xattr v1.6.1
11212026-06-17T21:53:20.245Z Downloaded wait-timeout v0.2.1
11222026-06-17T21:53:20.245Z Downloaded xshell-macros v0.2.7
11232026-06-17T21:53:20.245Z Downloaded libm v0.2.16
11242026-06-17T21:53:20.248Z Downloaded tokio-rustls v0.25.0
11252026-06-17T21:53:20.251Z Downloaded tui-tree-widget v0.23.1
11262026-06-17T21:53:20.251Z Downloaded subprocess v0.2.15
11272026-06-17T21:53:20.671Z Downloaded tokio-stream v0.1.18
11282026-06-17T21:53:20.681Z Downloaded publicsuffix v2.3.0
11292026-06-17T21:53:20.681Z Downloaded tokio-rustls v0.24.1
11302026-06-17T21:53:20.681Z Downloaded tokio-dtrace v0.1.1
11312026-06-17T21:53:20.681Z Downloaded tokio-rustls v0.26.4
11322026-06-17T21:53:20.681Z Downloaded zeroize_derive v1.4.3
11332026-06-17T21:53:20.681Z Downloaded libxml v0.3.3
11342026-06-17T21:53:20.681Z Downloaded itertools v0.14.0
11352026-06-17T21:53:20.681Z Downloaded usdt v0.6.0
11362026-06-17T21:53:20.682Z Downloaded rand v0.10.0
11372026-06-17T21:53:20.682Z Downloaded utf-8 v0.7.6
11382026-06-17T21:53:20.682Z Downloaded toml_parser v1.0.9+spec-1.1.0
11392026-06-17T21:53:20.682Z Downloaded vergen-git2 v9.1.0
11402026-06-17T21:53:20.682Z Downloaded test-strategy v0.4.5
11412026-06-17T21:53:20.683Z Downloaded term v1.2.1
11422026-06-17T21:53:20.683Z Downloaded zone v0.3.1
11432026-06-17T21:53:20.683Z Downloaded usdt-impl v0.6.0
11442026-06-17T21:53:20.683Z Downloaded bindgen v0.71.1
11452026-06-17T21:53:20.683Z Downloaded samael v0.0.19
11462026-06-17T21:53:20.683Z Downloaded vergen-lib v0.1.6
11472026-06-17T21:53:20.683Z Downloaded vergen-gitcl v1.0.8
11482026-06-17T21:53:20.683Z Downloaded hyper v1.8.1
11492026-06-17T21:53:20.683Z Downloaded blake3 v1.8.3
11502026-06-17T21:53:20.683Z Downloaded zone_cfg_derive v0.3.1
11512026-06-17T21:53:20.683Z Downloaded walkdir v2.5.0
11522026-06-17T21:53:20.683Z Downloaded vergen-lib v9.1.0
11532026-06-17T21:53:20.683Z Downloaded uzers v0.12.2
11542026-06-17T21:53:20.683Z Downloaded tracing-attributes v0.1.31
11552026-06-17T21:53:20.684Z Downloaded twox-hash v2.1.2
11562026-06-17T21:53:20.684Z Downloaded tinyvec v1.10.0
11572026-06-17T21:53:20.684Z Downloaded whoami v2.1.0
11582026-06-17T21:53:20.684Z Downloaded iri-string v0.7.10
11592026-06-17T21:53:20.684Z Downloaded unicode-properties v0.1.4
11602026-06-17T21:53:20.684Z Downloaded h2 v0.4.13
11612026-06-17T21:53:20.684Z Downloaded snafu v0.8.9
11622026-06-17T21:53:20.685Z Downloaded russh v0.45.0
11632026-06-17T21:53:20.685Z Downloaded xshell v0.2.7
11642026-06-17T21:53:20.685Z Downloaded vsss-rs v3.3.4
11652026-06-17T21:53:20.685Z Downloaded toml v0.7.8
11662026-06-17T21:53:20.685Z Downloaded zeroize v1.8.2
11672026-06-17T21:53:20.685Z Downloaded vergen v9.1.0
11682026-06-17T21:53:20.685Z Downloaded zstd-safe v7.2.4
11692026-06-17T21:53:20.685Z Downloaded p521 v0.13.3
11702026-06-17T21:53:20.685Z Downloaded tungstenite v0.23.0
11712026-06-17T21:53:20.685Z Downloaded whoami v1.6.1
11722026-06-17T21:53:20.687Z Downloaded schemars v1.2.1
11732026-06-17T21:53:20.687Z Downloaded yasna v0.5.2
11742026-06-17T21:53:20.687Z Downloaded zerocopy v0.6.6
11752026-06-17T21:53:20.687Z Downloaded wyz v0.5.1
11762026-06-17T21:53:20.687Z Downloaded unicode-bidi v0.3.18
11772026-06-17T21:53:20.687Z Downloaded typify v0.4.3
11782026-06-17T21:53:20.687Z Downloaded rustyline v14.0.0
11792026-06-17T21:53:20.687Z Downloaded toml v1.0.6+spec-1.1.0
11802026-06-17T21:53:20.687Z Downloaded toml_edit v0.23.10+spec-1.0.0
11812026-06-17T21:53:20.687Z Downloaded hkdf v0.12.4
11822026-06-17T21:53:20.687Z Downloaded rpassword v7.4.0
11832026-06-17T21:53:20.687Z Downloaded tungstenite v0.21.0
11842026-06-17T21:53:20.687Z Downloaded iddqd v0.4.2
11852026-06-17T21:53:20.688Z Downloaded zstd v0.13.3
11862026-06-17T21:53:20.688Z Downloaded uuid v1.23.0
11872026-06-17T21:53:20.688Z Downloaded serde_with v1.14.0
11882026-06-17T21:53:20.688Z Downloaded tracing-core v0.1.36
11892026-06-17T21:53:20.688Z Downloaded bitvec v1.0.1
11902026-06-17T21:53:20.688Z Downloaded vte v0.14.1
11912026-06-17T21:53:20.688Z Downloaded regex v1.12.3
11922026-06-17T21:53:20.688Z Downloaded typify v0.6.2
11932026-06-17T21:53:20.688Z Downloaded tokio-postgres v0.7.16
11942026-06-17T21:53:20.688Z Downloaded aws-lc-rs v1.16.3
11952026-06-17T21:53:20.688Z Downloaded unsafe-libyaml v0.2.11
11962026-06-17T21:53:20.688Z Downloaded p384 v0.13.1
11972026-06-17T21:53:20.689Z Downloaded tar v0.4.45
11982026-06-17T21:53:20.689Z Downloaded zopfli v0.8.3
11992026-06-17T21:53:20.689Z Downloaded toml_edit v0.19.15
12002026-06-17T21:53:20.689Z Downloaded steno v0.4.1
12012026-06-17T21:53:20.689Z Downloaded ssh-key v0.6.7
12022026-06-17T21:53:20.689Z Downloaded git2 v0.20.4
12032026-06-17T21:53:20.689Z Downloaded reqwest v0.12.28
12042026-06-17T21:53:20.689Z Downloaded reedline v0.40.0
12052026-06-17T21:53:20.689Z Downloaded zip v0.6.6
12062026-06-17T21:53:20.689Z Downloaded reqwest v0.13.2
12072026-06-17T21:53:20.689Z Downloaded unicode_categories v0.1.1
12082026-06-17T21:53:20.689Z Downloaded typed-path v0.9.3
12092026-06-17T21:53:20.689Z Downloaded quick-xml v0.37.5
12102026-06-17T21:53:20.689Z Downloaded rustls-webpki v0.101.7
12112026-06-17T21:53:20.689Z Downloaded yansi v1.0.1
12122026-06-17T21:53:20.689Z Downloaded moka v0.12.13
12132026-06-17T21:53:20.689Z Downloaded rayon v1.11.0
12142026-06-17T21:53:20.690Z Downloaded chrono v0.4.44
12152026-06-17T21:53:20.690Z Downloaded proptest v1.11.0
12162026-06-17T21:53:20.690Z Downloaded unicode-segmentation v1.12.0
12172026-06-17T21:53:20.690Z Downloaded goblin v0.10.5
12182026-06-17T21:53:20.690Z Downloaded lalrpop v0.19.12
12192026-06-17T21:53:20.690Z Downloaded tower v0.5.3
12202026-06-17T21:53:20.690Z Downloaded zerocopy-derive v0.8.40
12212026-06-17T21:53:20.690Z Downloaded salty v0.3.0
12222026-06-17T21:53:20.690Z Downloaded tokio-util v0.7.18
12232026-06-17T21:53:20.690Z Downloaded tower-http v0.6.8
12242026-06-17T21:53:20.690Z Downloaded x509-cert v0.2.5
12252026-06-17T21:53:20.690Z Downloaded unicode-normalization v0.1.25
12262026-06-17T21:53:20.690Z Downloaded portable-atomic v1.13.1
12272026-06-17T21:53:20.690Z Downloaded petname v2.0.2
12282026-06-17T21:53:20.693Z Downloaded rustls-webpki v0.102.8
12292026-06-17T21:53:20.693Z Downloaded zip v4.6.1
12302026-06-17T21:53:20.693Z Downloaded curve25519-dalek v4.1.3
12312026-06-17T21:53:20.693Z Downloaded serde_with v3.17.0
12322026-06-17T21:53:20.693Z Downloaded object v0.30.4
12332026-06-17T21:53:20.693Z Downloaded bstr v1.12.1
12342026-06-17T21:53:20.693Z Downloaded nix v0.27.1
12352026-06-17T21:53:20.694Z Downloaded tough v0.22.0
12362026-06-17T21:53:20.694Z Downloaded polar-core v0.27.3
12372026-06-17T21:53:20.694Z Downloaded quinn-proto v0.11.13
12382026-06-17T21:53:20.694Z Downloaded radix_trie v0.2.1
12392026-06-17T21:53:20.697Z Downloaded rustls v0.21.12
12402026-06-17T21:53:20.713Z Downloaded tabled v0.20.0
12412026-06-17T21:53:20.724Z Downloaded winnow v0.6.26
12422026-06-17T21:53:20.730Z Downloaded winnow v0.5.40
12432026-06-17T21:53:20.733Z Downloaded object v0.37.3
12442026-06-17T21:53:20.740Z Downloaded hickory-proto v0.24.4
12452026-06-17T21:53:20.748Z Downloaded smoltcp v0.9.1
12462026-06-17T21:53:20.754Z Downloaded vcpkg v0.2.15
12472026-06-17T21:53:20.778Z Downloaded openapiv3 v2.2.0
12482026-06-17T21:53:20.788Z Downloaded nix v0.31.2
12492026-06-17T21:53:20.808Z Downloaded zlib-rs v0.6.2
12502026-06-17T21:53:20.820Z Downloaded dropshot v0.17.0
12512026-06-17T21:53:20.830Z Downloaded time v0.3.47
12522026-06-17T21:53:20.837Z Downloaded regex-syntax v0.6.29
12532026-06-17T21:53:20.854Z Downloaded regress v0.11.1
12542026-06-17T21:53:20.854Z Downloaded rustix v0.38.44
12552026-06-17T21:53:20.863Z Downloaded openssl v0.10.79
12562026-06-17T21:53:20.875Z Downloaded webpki-roots v1.0.6
12572026-06-17T21:53:20.875Z Downloaded nix v0.28.0
12582026-06-17T21:53:20.875Z Downloaded zerocopy v0.8.40
12592026-06-17T21:53:20.879Z Downloaded smoltcp v0.11.0
12602026-06-17T21:53:20.879Z Downloaded regex-syntax v0.8.10
12612026-06-17T21:53:20.883Z Downloaded rustls v0.22.4
12622026-06-17T21:53:20.891Z Downloaded regress v0.10.5
12632026-06-17T21:53:20.895Z Downloaded hickory-proto v0.25.2
12642026-06-17T21:53:20.902Z Downloaded rustls v0.23.37
12652026-06-17T21:53:20.909Z Downloaded sqlparser v0.61.0
12662026-06-17T21:53:20.914Z Downloaded typify-impl v0.6.2
12672026-06-17T21:53:20.924Z Downloaded bzip2-sys v0.1.13+1.0.8
12682026-06-17T21:53:20.929Z Downloaded typify-impl v0.4.3
12692026-06-17T21:53:20.935Z Downloaded sled v0.34.7
12702026-06-17T21:53:20.946Z Downloaded zerocopy-derive v0.6.6
12712026-06-17T21:53:20.951Z Downloaded regex-automata v0.4.14
12722026-06-17T21:53:20.969Z Downloaded chrono-tz v0.10.4
12732026-06-17T21:53:20.989Z Downloaded libz-sys v1.1.24
12742026-06-17T21:53:21.001Z Downloaded sha3 v0.10.8
12752026-06-17T21:53:21.007Z Downloaded tracing v0.1.44
12762026-06-17T21:53:21.020Z Downloaded ratatui v0.29.0
12772026-06-17T21:53:21.108Z Downloaded jiff v0.2.21
12782026-06-17T21:53:21.120Z Downloaded petgraph v0.6.5
12792026-06-17T21:53:21.152Z Downloaded petgraph v0.8.3
12802026-06-17T21:53:21.164Z Downloaded csv v1.4.0
12812026-06-17T21:53:21.180Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12822026-06-17T21:53:21.198Z Downloaded tokio v1.52.1
12832026-06-17T21:53:21.277Z Downloaded encoding_rs v0.8.35
12842026-06-17T21:53:21.301Z Downloaded ring v0.17.14
12852026-06-17T21:53:21.338Z Downloaded libgit2-sys v0.18.3+1.9.2
12862026-06-17T21:53:21.583Z Downloaded aws-lc-sys v0.40.0
12872026-06-17T21:53:21.831Z Compiling libc v0.2.185
12882026-06-17T21:53:21.831Z Compiling serde v1.0.228
12892026-06-17T21:53:21.838Z Compiling log v0.4.29
12902026-06-17T21:53:21.838Z Compiling find-msvc-tools v0.1.9
12912026-06-17T21:53:21.838Z Compiling shlex v1.3.0
12922026-06-17T21:53:21.838Z Compiling smallvec v1.15.1
12932026-06-17T21:53:21.839Z Compiling typenum v1.19.0
12942026-06-17T21:53:21.839Z Compiling subtle v2.6.1
12952026-06-17T21:53:21.973Z Compiling generic-array v0.14.7
12962026-06-17T21:53:22.050Z Compiling scopeguard v1.2.0
12972026-06-17T21:53:22.071Z Compiling const-oid v0.9.6
12982026-06-17T21:53:22.095Z Compiling serde_json v1.0.149
12992026-06-17T21:53:22.131Z Compiling syn v2.0.117
13002026-06-17T21:53:22.149Z Compiling zerocopy v0.8.40
13012026-06-17T21:53:22.149Z Compiling parking_lot_core v0.9.12
13022026-06-17T21:53:22.149Z Compiling portable-atomic v1.13.1
13032026-06-17T21:53:22.188Z Compiling lock_api v0.4.14
13042026-06-17T21:53:22.206Z Compiling pin-project-lite v0.2.17
13052026-06-17T21:53:22.222Z Compiling pkg-config v0.3.32
13062026-06-17T21:53:22.260Z Compiling bitflags v2.11.0
13072026-06-17T21:53:22.272Z Compiling futures-core v0.3.32
13082026-06-17T21:53:22.281Z Compiling libm v0.2.16
13092026-06-17T21:53:22.332Z Compiling critical-section v1.2.0
13102026-06-17T21:53:22.359Z Compiling num-traits v0.2.19
13112026-06-17T21:53:22.375Z Compiling percent-encoding v2.3.2
13122026-06-17T21:53:22.479Z Compiling futures-sink v0.3.32
13132026-06-17T21:53:22.479Z Compiling futures-task v0.3.32
13142026-06-17T21:53:22.555Z Compiling futures-io v0.3.32
13152026-06-17T21:53:22.555Z Compiling getrandom v0.4.1
13162026-06-17T21:53:22.656Z Compiling cpufeatures v0.2.17
13172026-06-17T21:53:22.668Z Compiling futures-channel v0.3.32
13182026-06-17T21:53:22.668Z Compiling slab v0.4.12
13192026-06-17T21:53:22.668Z Compiling rand_core v0.10.0
13202026-06-17T21:53:22.753Z Compiling indexmap v2.14.0
13212026-06-17T21:53:22.774Z Compiling getrandom v0.3.4
13222026-06-17T21:53:22.774Z Compiling rustversion v1.0.22
13232026-06-17T21:53:22.805Z Compiling form_urlencoded v1.2.2
13242026-06-17T21:53:22.853Z Compiling fs_extra v1.3.0
13252026-06-17T21:53:22.868Z Compiling dunce v1.0.5
13262026-06-17T21:53:22.879Z Compiling ident_case v1.0.1
13272026-06-17T21:53:22.909Z Compiling base64ct v1.8.3
13282026-06-17T21:53:22.965Z Compiling regex-syntax v0.8.10
13292026-06-17T21:53:22.965Z Compiling getrandom v0.2.17
13302026-06-17T21:53:23.054Z Compiling jobserver v0.1.34
13312026-06-17T21:53:23.193Z Compiling errno v0.3.14
13322026-06-17T21:53:23.193Z Compiling mio v1.2.0
13332026-06-17T21:53:23.279Z Compiling rand_core v0.6.4
13342026-06-17T21:53:23.279Z Compiling signal-hook-registry v1.4.8
13352026-06-17T21:53:23.279Z Compiling socket2 v0.6.3
13362026-06-17T21:53:23.279Z Compiling cc v1.2.56
13372026-06-17T21:53:23.279Z Compiling parking_lot v0.12.5
13382026-06-17T21:53:23.279Z Compiling once_cell v1.21.3
13392026-06-17T21:53:23.418Z Compiling pem-rfc7468 v0.7.0
13402026-06-17T21:53:23.585Z Compiling iana-time-zone v0.1.65
13412026-06-17T21:53:23.585Z Compiling rustix v1.1.3
13422026-06-17T21:53:23.585Z Compiling flagset v0.4.7
13432026-06-17T21:53:23.585Z Compiling aws-lc-rs v1.16.3
13442026-06-17T21:53:23.771Z Compiling vcpkg v0.2.15
13452026-06-17T21:53:23.773Z Compiling uuid v1.23.0
13462026-06-17T21:53:23.774Z Compiling tracing-core v0.1.36
13472026-06-17T21:53:23.774Z Compiling rustc_version v0.4.1
13482026-06-17T21:53:23.774Z Compiling base64 v0.22.1
13492026-06-17T21:53:23.908Z Compiling untrusted v0.7.1
13502026-06-17T21:53:23.908Z Compiling tinyvec_macros v0.1.1
13512026-06-17T21:53:23.908Z Compiling rand_core v0.9.5
13522026-06-17T21:53:23.908Z Compiling httparse v1.10.1
13532026-06-17T21:53:23.909Z Compiling untrusted v0.9.0
13542026-06-17T21:53:23.909Z Compiling openssl-probe v0.2.1
13552026-06-17T21:53:24.030Z Compiling tinyvec v1.10.0
13562026-06-17T21:53:24.030Z Compiling cmake v0.1.57
13572026-06-17T21:53:24.030Z Compiling aho-corasick v1.1.4
13582026-06-17T21:53:24.030Z Compiling atomic-waker v1.1.2
13592026-06-17T21:53:24.173Z Compiling try-lock v0.2.5
13602026-06-17T21:53:24.173Z Compiling tower-layer v0.3.3
13612026-06-17T21:53:24.174Z Compiling rustls v0.23.37
13622026-06-17T21:53:24.328Z Compiling dyn-clone v1.0.20
13632026-06-17T21:53:24.328Z Compiling tower-service v0.3.3
13642026-06-17T21:53:24.328Z Compiling schemars v0.8.22
13652026-06-17T21:53:24.402Z Compiling want v0.3.1
13662026-06-17T21:53:24.402Z Compiling openssl v0.10.79
13672026-06-17T21:53:24.402Z Compiling httpdate v1.0.3
13682026-06-17T21:53:24.403Z Compiling pin-utils v0.1.0
13692026-06-17T21:53:24.403Z Compiling foreign-types-shared v0.1.1
13702026-06-17T21:53:24.403Z Compiling unicode-normalization v0.1.25
13712026-06-17T21:53:24.403Z Compiling spin v0.9.8
13722026-06-17T21:53:24.403Z Compiling native-tls v0.2.18
13732026-06-17T21:53:24.403Z Compiling foreign-types v0.3.2
13742026-06-17T21:53:24.403Z Compiling num-conv v0.2.0
13752026-06-17T21:53:24.403Z Compiling time-core v0.1.8
13762026-06-17T21:53:24.419Z Compiling powerfmt v0.2.0
13772026-06-17T21:53:24.433Z Compiling crc32fast v1.5.0
13782026-06-17T21:53:24.441Z Compiling wait-timeout v0.2.1
13792026-06-17T21:53:24.480Z Compiling sync_wrapper v1.0.2
13802026-06-17T21:53:24.506Z Compiling bit-vec v0.8.0
13812026-06-17T21:53:24.532Z Compiling usdt-impl v0.6.0
13822026-06-17T21:53:24.572Z Compiling deranged v0.5.8
13832026-06-17T21:53:24.624Z Compiling time-macros v0.2.27
13842026-06-17T21:53:24.624Z Compiling simd-adler32 v0.3.8
13852026-06-17T21:53:24.624Z Compiling syn v1.0.109
13862026-06-17T21:53:24.662Z Compiling unicode-segmentation v1.12.0
13872026-06-17T21:53:24.662Z Compiling num_threads v0.1.7
13882026-06-17T21:53:24.756Z Compiling siphasher v1.0.2
13892026-06-17T21:53:24.756Z Compiling quick-error v1.2.3
13902026-06-17T21:53:24.784Z Compiling crossbeam-utils v0.8.21
13912026-06-17T21:53:24.811Z Compiling regex-automata v0.4.14
13922026-06-17T21:53:24.814Z Compiling aws-lc-sys v0.40.0
13932026-06-17T21:53:24.867Z Compiling ring v0.17.14
13942026-06-17T21:53:24.875Z Compiling openssl-sys v0.9.115
13952026-06-17T21:53:24.889Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13962026-06-17T21:53:24.973Z Compiling synstructure v0.13.2
13972026-06-17T21:53:25.004Z Compiling pest_generator v2.8.6
13982026-06-17T21:53:25.081Z Compiling serde_derive_internals v0.29.1
13992026-06-17T21:53:25.082Z Compiling darling_core v0.20.11
14002026-06-17T21:53:25.103Z Compiling tempfile v3.25.0
14012026-06-17T21:53:25.306Z Compiling darling_core v0.21.3
14022026-06-17T21:53:25.327Z Compiling rusty-fork v0.3.1
14032026-06-17T21:53:25.494Z Compiling bzip2-sys v0.1.13+1.0.8
14042026-06-17T21:53:25.601Z Compiling bit-set v0.8.0
14052026-06-17T21:53:25.605Z Compiling slog v2.8.2
14062026-06-17T21:53:25.667Z Compiling heapless v0.7.17
14072026-06-17T21:53:25.689Z Compiling time v0.3.47
14082026-06-17T21:53:25.752Z Compiling rand_xorshift v0.4.0
14092026-06-17T21:53:25.816Z Compiling thread-id v5.1.0
14102026-06-17T21:53:25.902Z Compiling cookie v0.18.1
14112026-06-17T21:53:25.902Z Compiling unicode-bidi v0.3.18
14122026-06-17T21:53:25.908Z Compiling unicode-properties v0.1.4
14132026-06-17T21:53:25.908Z Compiling anyhow v1.0.102
14142026-06-17T21:53:25.967Z Compiling adler2 v2.0.1
14152026-06-17T21:53:26.020Z Compiling signal-hook v0.3.18
14162026-06-17T21:53:26.035Z Compiling ryu v1.0.23
14172026-06-17T21:53:26.059Z Compiling paste v1.0.15
14182026-06-17T21:53:26.071Z Compiling unarray v0.1.4
14192026-06-17T21:53:26.141Z Compiling zstd-safe v7.2.4
14202026-06-17T21:53:26.153Z Compiling allocator-api2 v0.2.21
14212026-06-17T21:53:26.190Z Compiling iri-string v0.7.10
14222026-06-17T21:53:26.261Z Compiling stringprep v0.1.5
14232026-06-17T21:53:26.279Z Compiling miniz_oxide v0.8.9
14242026-06-17T21:53:26.499Z Compiling heck v0.4.1
14252026-06-17T21:53:26.521Z Compiling num-integer v0.1.46
14262026-06-17T21:53:26.737Z Compiling vergen-lib v9.1.0
14272026-06-17T21:53:26.766Z Compiling curve25519-dalek v4.1.3
14282026-06-17T21:53:26.795Z Compiling serde_derive v1.0.228
14292026-06-17T21:53:26.860Z Compiling zeroize_derive v1.4.3
14302026-06-17T21:53:26.908Z Compiling zerofrom-derive v0.1.6
14312026-06-17T21:53:26.931Z Compiling yoke-derive v0.8.1
14322026-06-17T21:53:26.972Z Compiling zerovec-derive v0.11.2
14332026-06-17T21:53:27.160Z Compiling zerocopy-derive v0.8.40
14342026-06-17T21:53:27.233Z Compiling displaydoc v0.2.5
14352026-06-17T21:53:27.427Z Compiling tokio-macros v2.7.0
14362026-06-17T21:53:27.470Z Compiling futures-macro v0.3.32
14372026-06-17T21:53:27.554Z Compiling zeroize v1.8.2
14382026-06-17T21:53:27.774Z Compiling der_derive v0.7.3
14392026-06-17T21:53:27.982Z Compiling rustls-pki-types v1.14.0
14402026-06-17T21:53:27.994Z Compiling tracing-attributes v0.1.31
14412026-06-17T21:53:28.136Z Compiling thiserror-impl v2.0.18
14422026-06-17T21:53:28.165Z Compiling schemars_derive v0.8.22
14432026-06-17T21:53:28.189Z Compiling scroll_derive v0.13.1
14442026-06-17T21:53:28.316Z Compiling crypto-common v0.1.7
14452026-06-17T21:53:28.348Z Compiling zerofrom v0.1.6
14462026-06-17T21:53:28.363Z Compiling block-buffer v0.10.4
14472026-06-17T21:53:28.464Z Compiling yoke v0.8.1
14482026-06-17T21:53:28.493Z Compiling futures-util v0.3.32
14492026-06-17T21:53:28.505Z Compiling block-padding v0.3.3
14502026-06-17T21:53:28.555Z Compiling digest v0.10.7
14512026-06-17T21:53:28.672Z Compiling zerovec v0.11.5
14522026-06-17T21:53:28.680Z Compiling zerotrie v0.2.3
14532026-06-17T21:53:28.815Z Compiling hmac v0.12.1
14542026-06-17T21:53:28.832Z Compiling inout v0.1.4
14552026-06-17T21:53:28.982Z Compiling cipher v0.4.4
14562026-06-17T21:53:29.000Z Compiling sha2 v0.10.9
14572026-06-17T21:53:29.013Z Compiling der v0.7.10
14582026-06-17T21:53:29.034Z Compiling pbkdf2 v0.12.2
14592026-06-17T21:53:29.149Z Compiling tinystr v0.8.2
14602026-06-17T21:53:29.169Z Compiling potential_utf v0.1.4
14612026-06-17T21:53:29.205Z Compiling pest_derive v2.8.6
14622026-06-17T21:53:29.276Z Compiling salsa20 v0.10.2
14632026-06-17T21:53:29.354Z Compiling icu_locale_core v2.1.1
14642026-06-17T21:53:29.369Z Compiling icu_collections v2.1.1
14652026-06-17T21:53:29.396Z Compiling tracing v0.1.44
14662026-06-17T21:53:29.434Z Compiling scrypt v0.11.0
14672026-06-17T21:53:29.452Z Compiling cbc v0.1.2
14682026-06-17T21:53:29.513Z Compiling aes v0.8.4
14692026-06-17T21:53:29.556Z Compiling thiserror v2.0.18
14702026-06-17T21:53:29.677Z Compiling scroll v0.13.0
14712026-06-17T21:53:29.692Z Compiling darling_macro v0.20.11
14722026-06-17T21:53:29.697Z Compiling openssl-macros v0.1.1
14732026-06-17T21:53:29.725Z Compiling rustls-native-certs v0.8.3
14742026-06-17T21:53:29.879Z Compiling spki v0.7.3
14752026-06-17T21:53:29.964Z Compiling goblin v0.10.5
14762026-06-17T21:53:30.040Z Compiling icu_provider v2.1.1
14772026-06-17T21:53:30.110Z Compiling pkcs5 v0.7.1
14782026-06-17T21:53:30.206Z Compiling darling v0.20.11
14792026-06-17T21:53:30.252Z Compiling dtrace-parser v0.3.0
14802026-06-17T21:53:30.278Z Compiling bytes v1.11.1
14812026-06-17T21:53:30.302Z Compiling icu_properties v2.1.2
14822026-06-17T21:53:30.357Z Compiling icu_normalizer v2.1.1
14832026-06-17T21:53:30.367Z Compiling chrono v0.4.44
14842026-06-17T21:53:30.410Z Compiling pkcs8 v0.10.2
14852026-06-17T21:53:30.414Z Compiling ipnet v2.11.0
14862026-06-17T21:53:30.625Z Compiling derive_builder_core v0.20.2
14872026-06-17T21:53:30.638Z Compiling signature v2.2.0
14882026-06-17T21:53:30.746Z Compiling tokio v1.52.1
14892026-06-17T21:53:30.865Z Compiling http v1.4.0
14902026-06-17T21:53:30.869Z Compiling webpki-roots v1.0.6
14912026-06-17T21:53:30.972Z Compiling thiserror-impl v1.0.69
14922026-06-17T21:53:30.987Z Compiling scroll_derive v0.12.1
14932026-06-17T21:53:31.020Z Compiling serde_spanned v0.6.9
14942026-06-17T21:53:31.032Z Compiling erased-serde v0.3.31
14952026-06-17T21:53:31.048Z Compiling toml_datetime v0.6.11
14962026-06-17T21:53:31.180Z Compiling idna_adapter v1.2.1
14972026-06-17T21:53:31.329Z Compiling idna v1.1.0
14982026-06-17T21:53:31.346Z Compiling serde_urlencoded v0.7.1
14992026-06-17T21:53:31.438Z Compiling serde_tokenstream v0.2.3
15002026-06-17T21:53:31.529Z Compiling ppv-lite86 v0.2.21
15012026-06-17T21:53:31.546Z Compiling http-body v1.0.1
15022026-06-17T21:53:31.580Z Compiling derive_builder_macro v0.20.2
15032026-06-17T21:53:31.610Z Compiling md-5 v0.10.6
15042026-06-17T21:53:31.702Z Compiling url v2.5.8
15052026-06-17T21:53:31.723Z Compiling http-body-util v0.1.3
15062026-06-17T21:53:31.732Z Compiling scroll v0.12.0
15072026-06-17T21:53:31.780Z Compiling darling_macro v0.21.3
15082026-06-17T21:53:31.799Z Compiling bstr v1.12.1
15092026-06-17T21:53:31.822Z Compiling rand_chacha v0.9.0
15102026-06-17T21:53:31.837Z Compiling rand_chacha v0.3.1
15112026-06-17T21:53:31.877Z Compiling zerocopy-derive v0.7.35
15122026-06-17T21:53:31.983Z Compiling pin-project-internal v1.1.11
15132026-06-17T21:53:32.012Z Compiling async-trait v0.1.89
15142026-06-17T21:53:32.027Z Compiling rand v0.9.2
15152026-06-17T21:53:32.079Z Compiling ff v0.13.1
15162026-06-17T21:53:32.301Z Compiling thiserror v1.0.69
15172026-06-17T21:53:32.315Z Compiling hash32 v0.2.1
15182026-06-17T21:53:32.422Z Compiling memoffset v0.9.1
15192026-06-17T21:53:32.530Z Compiling encoding_rs v0.8.35
15202026-06-17T21:53:32.549Z Compiling ref-cast v1.0.25
15212026-06-17T21:53:32.559Z Compiling rustix v0.38.44
15222026-06-17T21:53:32.634Z Compiling proptest v1.11.0
15232026-06-17T21:53:32.679Z Compiling base16ct v0.2.0
15242026-06-17T21:53:32.795Z Compiling dof v0.4.0
15252026-06-17T21:53:32.816Z Compiling litrs v1.0.0
15262026-06-17T21:53:32.864Z Compiling zlib-rs v0.6.2
15272026-06-17T21:53:32.879Z Compiling psl-types v2.0.11
15282026-06-17T21:53:32.894Z Compiling mime v0.3.17
15292026-06-17T21:53:32.970Z Compiling fallible-iterator v0.2.0
15302026-06-17T21:53:33.018Z Compiling num-bigint-dig v0.8.6
15312026-06-17T21:53:33.081Z Compiling ipnetwork v0.21.1
15322026-06-17T21:53:33.095Z Compiling cfg_aliases v0.2.1
15332026-06-17T21:53:33.151Z Compiling smoltcp v0.9.1
15342026-06-17T21:53:33.176Z Compiling pin-project v1.1.11
15352026-06-17T21:53:33.228Z Compiling nix v0.31.2
15362026-06-17T21:53:33.264Z Compiling postgres-protocol v0.6.10
15372026-06-17T21:53:33.292Z Compiling publicsuffix v2.3.0
15382026-06-17T21:53:33.352Z Compiling document-features v0.2.12
15392026-06-17T21:53:33.405Z Compiling oxnet v0.1.5
15402026-06-17T21:53:33.494Z Compiling sec1 v0.7.3
15412026-06-17T21:53:33.511Z Compiling zerocopy v0.7.35
15422026-06-17T21:53:33.596Z Compiling darling v0.21.3
15432026-06-17T21:53:33.680Z Compiling group v0.13.0
15442026-06-17T21:53:33.701Z Compiling derive_builder v0.20.2
15452026-06-17T21:53:33.833Z Compiling rand v0.8.6
15462026-06-17T21:53:33.845Z Compiling goblin v0.8.2
15472026-06-17T21:53:33.862Z Compiling futures-executor v0.3.32
15482026-06-17T21:53:33.872Z Compiling hubpack_derive v0.1.1
15492026-06-17T21:53:33.973Z Compiling hex v0.4.3
15502026-06-17T21:53:34.028Z Compiling hkdf v0.12.4
15512026-06-17T21:53:34.067Z Compiling crypto-bigint v0.5.5
15522026-06-17T21:53:34.081Z Compiling regex v1.12.3
15532026-06-17T21:53:34.225Z Compiling snafu-derive v0.8.9
15542026-06-17T21:53:34.228Z Compiling curve25519-dalek-derive v0.1.1
15552026-06-17T21:53:34.256Z Compiling ref-cast-impl v1.0.25
15562026-06-17T21:53:34.262Z Compiling strum_macros v0.27.2
15572026-06-17T21:53:34.262Z Compiling daft-derive v0.1.7
15582026-06-17T21:53:34.363Z Compiling num-iter v0.1.45
15592026-06-17T21:53:34.531Z Compiling tokio-util v0.7.18
15602026-06-17T21:53:34.640Z Compiling tower v0.5.3
15612026-06-17T21:53:34.702Z Compiling tokio-native-tls v0.3.1
15622026-06-17T21:53:34.827Z Compiling terminal_size v0.4.3
15632026-06-17T21:53:34.898Z Compiling phf_shared v0.13.1
15642026-06-17T21:53:34.927Z Compiling lazy_static v1.5.0
15652026-06-17T21:53:34.986Z Compiling newtype-uuid v1.3.2
15662026-06-17T21:53:35.032Z Compiling anstyle-parse v0.2.7
15672026-06-17T21:53:35.035Z Compiling vergen v9.1.0
15682026-06-17T21:53:35.066Z Compiling tower-http v0.6.8
15692026-06-17T21:53:35.079Z Compiling cargo-platform v0.3.2
15702026-06-17T21:53:35.138Z Compiling fs-err v3.3.0
15712026-06-17T21:53:35.157Z Compiling ahash v0.8.12
15722026-06-17T21:53:35.238Z Compiling h2 v0.4.13
15732026-06-17T21:53:35.251Z Compiling winnow v0.5.40
15742026-06-17T21:53:35.338Z Compiling managed v0.8.0
15752026-06-17T21:53:35.354Z Compiling foldhash v0.2.0
15762026-06-17T21:53:35.373Z Compiling object v0.37.3
15772026-06-17T21:53:35.383Z Compiling bitflags v1.3.2
15782026-06-17T21:53:35.474Z Compiling same-file v1.0.6
15792026-06-17T21:53:35.492Z Compiling foldhash v0.1.5
15802026-06-17T21:53:35.566Z Compiling bumpalo v3.20.2
15812026-06-17T21:53:35.592Z Compiling libbz2-rs-sys v0.2.2
15822026-06-17T21:53:35.609Z Compiling walkdir v2.5.0
15832026-06-17T21:53:35.655Z Compiling hashbrown v0.15.5
15842026-06-17T21:53:35.685Z Compiling flate2 v1.1.9
15852026-06-17T21:53:35.891Z Compiling zopfli v0.8.3
15862026-06-17T21:53:35.985Z Compiling hashbrown v0.16.1
15872026-06-17T21:53:36.149Z Compiling dof v0.3.0
15882026-06-17T21:53:36.161Z Compiling bzip2 v0.6.1
15892026-06-17T21:53:36.222Z Compiling snafu v0.8.9
15902026-06-17T21:53:36.246Z Compiling clap_builder v4.6.0
15912026-06-17T21:53:36.340Z Compiling strum v0.27.2
15922026-06-17T21:53:36.371Z Compiling cargo_metadata v0.23.1
15932026-06-17T21:53:36.404Z Compiling daft v0.1.7
15942026-06-17T21:53:36.426Z Compiling anstream v0.6.21
15952026-06-17T21:53:36.488Z Compiling phf v0.13.1
15962026-06-17T21:53:36.584Z Compiling toml_edit v0.19.15
15972026-06-17T21:53:36.600Z Compiling elliptic-curve v0.13.8
15982026-06-17T21:53:36.633Z Compiling signal-hook-mio v0.2.5
15992026-06-17T21:53:36.734Z Compiling cookie_store v0.22.1
16002026-06-17T21:53:36.755Z Compiling hubpack v0.1.2
16012026-06-17T21:53:36.765Z Compiling usdt-macro v0.6.0
16022026-06-17T21:53:36.792Z Compiling usdt-attr-macro v0.6.0
16032026-06-17T21:53:36.919Z Compiling bzip2 v0.4.4
16042026-06-17T21:53:36.989Z Compiling futures v0.3.32
16052026-06-17T21:53:37.039Z Compiling serde_with_macros v3.17.0
16062026-06-17T21:53:37.102Z Compiling postgres-types v0.2.12
16072026-06-17T21:53:37.169Z Compiling zstd v0.13.3
16082026-06-17T21:53:37.400Z Compiling dtrace-parser v0.2.0
16092026-06-17T21:53:37.415Z Compiling globset v0.4.18
16102026-06-17T21:53:37.466Z Compiling ed25519 v2.2.3
16112026-06-17T21:53:37.567Z Compiling pkcs1 v0.7.5
16122026-06-17T21:53:37.640Z Compiling serde_plain v1.0.2
16132026-06-17T21:53:37.685Z Compiling serde-big-array v0.5.1
16142026-06-17T21:53:37.777Z Compiling olpc-cjson v0.1.4
16152026-06-17T21:53:37.850Z Compiling rfc6979 v0.4.0
16162026-06-17T21:53:37.863Z Compiling enum-as-inner v0.6.1
16172026-06-17T21:53:37.961Z Compiling strum_macros v0.26.4
16182026-06-17T21:53:37.996Z Compiling serde_repr v0.1.20
16192026-06-17T21:53:38.011Z Compiling async-recursion v1.1.1
16202026-06-17T21:53:38.129Z Compiling clap_derive v4.6.1
16212026-06-17T21:53:38.188Z Compiling phf_shared v0.11.3
16222026-06-17T21:53:38.221Z Compiling float-cmp v0.10.0
16232026-06-17T21:53:38.345Z Compiling hyper v1.8.1
16242026-06-17T21:53:38.388Z Compiling pem v3.0.6
16252026-06-17T21:53:38.401Z Compiling memmap2 v0.9.10
16262026-06-17T21:53:38.418Z Compiling thread-id v4.2.2
16272026-06-17T21:53:38.431Z Compiling env_filter v1.0.0
16282026-06-17T21:53:38.518Z Compiling fixedbitset v0.4.2
16292026-06-17T21:53:38.568Z Compiling difflib v0.4.0
16302026-06-17T21:53:38.635Z Compiling new_debug_unreachable v1.0.6
16312026-06-17T21:53:38.713Z Compiling jiff v0.2.21
16322026-06-17T21:53:38.728Z Compiling static_assertions v1.1.0
16332026-06-17T21:53:38.752Z Compiling fixedbitset v0.5.7
16342026-06-17T21:53:38.761Z Compiling typed-path v0.9.3
16352026-06-17T21:53:38.765Z Compiling data-encoding v2.10.0
16362026-06-17T21:53:38.813Z Compiling keccak v0.1.6
16372026-06-17T21:53:39.068Z Compiling either v1.15.0
16382026-06-17T21:53:39.163Z Compiling precomputed-hash v0.1.1
16392026-06-17T21:53:39.296Z Compiling normalize-line-endings v0.3.0
16402026-06-17T21:53:39.311Z Compiling predicates-core v1.0.10
16412026-06-17T21:53:39.385Z Compiling whoami v2.1.0
16422026-06-17T21:53:39.385Z Compiling itertools v0.13.0
16432026-06-17T21:53:39.386Z Compiling string_cache v0.8.9
16442026-06-17T21:53:39.429Z Compiling hickory-proto v0.25.2
16452026-06-17T21:53:39.508Z Compiling hyper-util v0.1.20
16462026-06-17T21:53:39.515Z Compiling predicates v3.1.4
16472026-06-17T21:53:39.591Z Compiling tokio-postgres v0.7.16
16482026-06-17T21:53:39.642Z Compiling sha3 v0.10.8
16492026-06-17T21:53:39.694Z Compiling petgraph v0.8.3
16502026-06-17T21:53:39.709Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16512026-06-17T21:53:39.776Z Compiling strum v0.26.3
16522026-06-17T21:53:39.925Z Compiling toml_edit v0.22.27
16532026-06-17T21:53:39.955Z Compiling clap v4.6.1
16542026-06-17T21:53:39.971Z Compiling petgraph v0.6.5
16552026-06-17T21:53:40.007Z Compiling env_logger v0.11.9
16562026-06-17T21:53:40.055Z Compiling usdt v0.6.0
16572026-06-17T21:53:40.129Z Compiling usdt-impl v0.5.0
16582026-06-17T21:53:40.179Z Compiling serde_with v3.17.0
16592026-06-17T21:53:40.330Z Compiling crossterm v0.28.1
16602026-06-17T21:53:40.383Z Compiling ecdsa v0.16.9
16612026-06-17T21:53:40.585Z Compiling toml v0.7.8
16622026-06-17T21:53:40.738Z Compiling rsa v0.9.10
16632026-06-17T21:53:40.816Z Compiling ed25519-dalek v2.2.0
16642026-06-17T21:53:41.243Z Compiling hyper-tls v0.6.0
16652026-06-17T21:53:41.492Z Compiling zip v4.6.1
16662026-06-17T21:53:41.522Z Compiling zip v0.6.6
16672026-06-17T21:53:41.677Z Compiling iddqd v0.4.2
16682026-06-17T21:53:41.942Z Compiling toml_parser v1.0.9+spec-1.1.0
16692026-06-17T21:53:42.004Z Compiling tokio-stream v0.1.18
16702026-06-17T21:53:42.125Z Compiling buf-list v1.1.2
16712026-06-17T21:53:42.154Z Compiling similar v2.7.0
16722026-06-17T21:53:42.261Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16732026-06-17T21:53:42.427Z Compiling openapiv3 v2.2.0
16742026-06-17T21:53:42.499Z Compiling x509-cert v0.2.5
16752026-06-17T21:53:42.499Z Compiling sha1 v0.10.6
16762026-06-17T21:53:42.584Z Compiling crossbeam-epoch v0.9.18
16772026-06-17T21:53:42.613Z Compiling peg-runtime v0.8.5
16782026-06-17T21:53:42.635Z Compiling lalrpop-util v0.19.12
16792026-06-17T21:53:42.690Z Compiling thread_local v1.1.9
16802026-06-17T21:53:42.760Z Compiling slog-async v2.8.0
16812026-06-17T21:53:42.856Z Compiling crossbeam-channel v0.5.15
16822026-06-17T21:53:42.932Z Compiling filetime v0.2.27
16832026-06-17T21:53:42.950Z Compiling is-terminal v0.4.17
16842026-06-17T21:53:42.969Z Compiling take_mut v0.2.2
16852026-06-17T21:53:43.020Z Compiling term v1.2.1
16862026-06-17T21:53:43.037Z Compiling xattr v1.6.1
16872026-06-17T21:53:43.302Z Compiling slog-term v2.9.2
16882026-06-17T21:53:43.319Z Compiling tar v0.4.45
16892026-06-17T21:54:00.844Z Compiling rustls-webpki v0.103.9
16902026-06-17T21:54:03.620Z Compiling tokio-rustls v0.26.4
16912026-06-17T21:54:03.620Z Compiling rustls-platform-verifier v0.6.2
16922026-06-17T21:54:03.826Z Compiling hyper-rustls v0.27.7
16932026-06-17T21:54:04.022Z Compiling reqwest v0.12.28
16942026-06-17T21:54:04.022Z Compiling reqwest v0.13.2
16952026-06-17T21:54:05.287Z Compiling tough v0.22.0
16962026-06-17T21:54:07.731Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16972026-06-17T21:54:07.976Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16982026-06-17T21:54:10.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.15s
16992026-06-17T21:54:10.959Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17002026-06-17T21:54:11.009ZJun 17 21:54:10.108 INFO Starting download, target: Clickhouse
17012026-06-17T21:54:11.009ZJun 17 21:54:10.109 INFO Starting download, target: Cockroach
17022026-06-17T21:54:11.009ZJun 17 21:54:10.109 INFO Starting download, target: Console
17032026-06-17T21:54:11.012ZJun 17 21:54:10.109 INFO Starting download, target: DendriteStub
17042026-06-17T21:54:11.012ZJun 17 21:54:10.109 INFO Starting download, target: MaghemiteMgd
17052026-06-17T21:54:11.012ZJun 17 21:54:10.109 INFO Starting download, target: MaghemiteDdmd
17062026-06-17T21:54:11.013ZJun 17 21:54:10.109 INFO Starting download, target: TransceiverControl
17072026-06-17T21:54:11.013ZJun 17 21:54:10.109 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17082026-06-17T21:54:11.013ZJun 17 21:54:10.109 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17092026-06-17T21:54:11.013ZJun 17 21:54:10.109 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17102026-06-17T21:54:11.013ZJun 17 21:54:10.109 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17112026-06-17T21:54:11.013ZJun 17 21:54:10.109 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17122026-06-17T21:54:11.013ZJun 17 21:54:10.109 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17132026-06-17T21:54:11.013ZJun 17 21:54:10.109 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17142026-06-17T21:54:11.511ZJun 17 21:54:10.582 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17152026-06-17T21:54:11.712ZJun 17 21:54:10.791 INFO Download complete, target: TransceiverControl
17162026-06-17T21:54:11.998ZJun 17 21:54:11.089 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17172026-06-17T21:54:12.276ZJun 17 21:54:11.359 INFO Download complete, target: Console
17182026-06-17T21:54:13.701ZJun 17 21:54:12.788 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17192026-06-17T21:54:14.288ZJun 17 21:54:13.365 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17202026-06-17T21:54:14.594ZJun 17 21:54:13.633 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17212026-06-17T21:54:15.439ZJun 17 21:54:14.460 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17222026-06-17T21:54:16.198ZJun 17 21:54:15.219 INFO Download complete, target: MaghemiteDdmd
17232026-06-17T21:54:16.971ZJun 17 21:54:16.071 INFO Download complete, target: MaghemiteMgd
17242026-06-17T21:54:17.956ZJun 17 21:54:17.056 INFO Download complete, target: DendriteStub
17252026-06-17T21:54:19.045ZJun 17 21:54:18.130 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17262026-06-17T21:54:19.046ZJun 17 21:54:18.130 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17272026-06-17T21:54:20.658ZJun 17 21:54:19.745 INFO Checking that binary works, target: Clickhouse
17282026-06-17T21:54:20.756ZJun 17 21:54:19.836 INFO Download complete, target: Clickhouse
17292026-06-17T21:54:23.581ZJun 17 21:54:22.680 INFO Checking that binary works, target: Cockroach
17302026-06-17T21:54:23.702ZJun 17 21:54:22.801 INFO Download complete, target: Cockroach
17312026-06-17T21:54:23.712ZAll prerequisites installed successfully
17322026-06-17T21:54:23.716Z
17332026-06-17T21:54:23.716Zreal 2:04.700317123
17342026-06-17T21:54:23.716Zuser 6:58.458284475
17352026-06-17T21:54:23.716Zsys 1:42.260266289
17362026-06-17T21:54:23.716Ztrap 0.249508267
17372026-06-17T21:54:23.716Ztflt 1.198624088
17382026-06-17T21:54:23.716Zdflt 1.848753238
17392026-06-17T21:54:23.716Zkflt 0.024668453
17402026-06-17T21:54:23.716Zlock 24:25.313964207
17412026-06-17T21:54:23.718Zslp 18:55.857748753
17422026-06-17T21:54:23.718Zlat 24.114439251
17432026-06-17T21:54:23.718Zstop 2:59.075958909
17442026-06-17T21:54:23.718Z+ ptime -m cargo xtask download softnpu
17452026-06-17T21:54:24.227Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17462026-06-17T21:54:24.258Z Running `target/debug/xtask download softnpu`
17472026-06-17T21:54:25.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17482026-06-17T21:54:25.095Z Running `target/debug/xtask-downloader softnpu`
17492026-06-17T21:54:25.137ZJun 17 21:54:24.235 INFO Starting download, target: Softnpu
17502026-06-17T21:54:25.141ZJun 17 21:54:24.236 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17512026-06-17T21:54:25.803ZJun 17 21:54:24.902 INFO Download complete, target: Softnpu
17522026-06-17T21:54:25.806Z
17532026-06-17T21:54:25.809Zreal 2.091630006
17542026-06-17T21:54:25.809Zuser 1.340819161
17552026-06-17T21:54:25.809Zsys 0.683618085
17562026-06-17T21:54:25.809Ztrap 0.000488730
17572026-06-17T21:54:25.809Ztflt 0.000059480
17582026-06-17T21:54:25.810Zdflt 0.000193310
17592026-06-17T21:54:25.810Zkflt 0.000000000
17602026-06-17T21:54:25.810Zlock 12.399443451
17612026-06-17T21:54:25.810Zslp 0.526599767
17622026-06-17T21:54:25.810Zlat 0.121658221
17632026-06-17T21:54:25.810Zstop 0.000181710
17642026-06-17T21:54:25.810Z+ export CARGO_INCREMENTAL=0
17652026-06-17T21:54:25.810Z+ CARGO_INCREMENTAL=0
17662026-06-17T21:54:25.810Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17672026-06-17T21:54:26.712Z Compiling proc-macro2 v1.0.106
17682026-06-17T21:54:26.712Z Compiling quote v1.0.45
17692026-06-17T21:54:26.712Z Compiling unicode-ident v1.0.24
17702026-06-17T21:54:26.716Z Compiling libc v0.2.185
17712026-06-17T21:54:26.716Z Compiling serde_core v1.0.228
17722026-06-17T21:54:26.716Z Compiling serde v1.0.228
17732026-06-17T21:54:26.716Z Compiling cfg-if v1.0.4
17742026-06-17T21:54:26.716Z Compiling version_check v0.9.5
17752026-06-17T21:54:26.716Z Compiling find-msvc-tools v0.1.9
17762026-06-17T21:54:26.716Z Compiling shlex v1.3.0
17772026-06-17T21:54:26.716Z Compiling typenum v1.19.0
17782026-06-17T21:54:26.716Z Compiling zmij v1.0.21
17792026-06-17T21:54:26.854Z Compiling autocfg v1.5.0
17802026-06-17T21:54:26.861Z Compiling memchr v2.8.0
17812026-06-17T21:54:26.861Z Compiling serde_json v1.0.149
17822026-06-17T21:54:27.040Z Compiling portable-atomic v1.13.1
17832026-06-17T21:54:27.111Z Compiling libm v0.2.16
17842026-06-17T21:54:27.152Z Compiling zerocopy v0.8.40
17852026-06-17T21:54:27.258Z Compiling smallvec v1.15.1
17862026-06-17T21:54:27.262Z Compiling parking_lot_core v0.9.12
17872026-06-17T21:54:27.300Z Compiling generic-array v0.14.7
17882026-06-17T21:54:27.304Z Compiling icu_normalizer_data v2.1.1
17892026-06-17T21:54:27.435Z Compiling num-traits v0.2.19
17902026-06-17T21:54:27.438Z Compiling icu_properties_data v2.1.2
17912026-06-17T21:54:27.438Z Compiling itoa v1.0.17
17922026-06-17T21:54:27.517Z Compiling getrandom v0.4.1
17932026-06-17T21:54:27.531Z Compiling log v0.4.29
17942026-06-17T21:54:27.536Z Compiling stable_deref_trait v1.2.1
17952026-06-17T21:54:27.629Z Compiling pkg-config v0.3.32
17962026-06-17T21:54:27.645Z Compiling subtle v2.6.1
17972026-06-17T21:54:27.781Z Compiling scopeguard v1.2.0
17982026-06-17T21:54:27.823Z Compiling getrandom v0.2.17
17992026-06-17T21:54:27.838Z Compiling jobserver v0.1.34
18002026-06-17T21:54:27.841Z Compiling errno v0.3.14
18012026-06-17T21:54:27.916Z Compiling lock_api v0.4.14
18022026-06-17T21:54:28.003Z Compiling rand_core v0.6.4
18032026-06-17T21:54:28.061Z Compiling cc v1.2.56
18042026-06-17T21:54:28.112Z Compiling fnv v1.0.7
18052026-06-17T21:54:28.156Z Compiling syn v2.0.117
18062026-06-17T21:54:28.180Z Compiling writeable v0.6.2
18072026-06-17T21:54:28.197Z Compiling litemap v0.8.1
18082026-06-17T21:54:28.217Z Compiling percent-encoding v2.3.2
18092026-06-17T21:54:28.247Z Compiling pin-project-lite v0.2.17
18102026-06-17T21:54:28.263Z Compiling thiserror v2.0.18
18112026-06-17T21:54:28.340Z Compiling getrandom v0.3.4
18122026-06-17T21:54:28.365Z Compiling equivalent v1.0.2
18132026-06-17T21:54:28.404Z Compiling rand_core v0.10.0
18142026-06-17T21:54:28.462Z Compiling fs_extra v1.3.0
18152026-06-17T21:54:28.477Z Compiling schemars v0.8.22
18162026-06-17T21:54:28.493Z Compiling rustversion v1.0.22
18172026-06-17T21:54:28.521Z Compiling dunce v1.0.5
18182026-06-17T21:54:28.557Z Compiling rustix v1.1.3
18192026-06-17T21:54:28.584Z Compiling critical-section v1.2.0
18202026-06-17T21:54:28.633Z Compiling utf8_iter v1.0.4
18212026-06-17T21:54:28.662Z Compiling form_urlencoded v1.2.2
18222026-06-17T21:54:28.738Z Compiling hashbrown v0.17.0
18232026-06-17T21:54:28.835Z Compiling signal-hook-registry v1.4.8
18242026-06-17T21:54:28.853Z Compiling cmake v0.1.57
18252026-06-17T21:54:28.915Z Compiling const-oid v0.9.6
18262026-06-17T21:54:28.984Z Compiling parking_lot v0.12.5
18272026-06-17T21:54:29.197Z Compiling bitflags v2.11.0
18282026-06-17T21:54:29.286Z Compiling semver v1.0.28
18292026-06-17T21:54:29.300Z Compiling once_cell v1.21.3
18302026-06-17T21:54:29.321Z Compiling indexmap v2.14.0
18312026-06-17T21:54:29.347Z Compiling mio v1.2.0
18322026-06-17T21:54:29.399Z Compiling ring v0.17.14
18332026-06-17T21:54:29.462Z Compiling aws-lc-sys v0.40.0
18342026-06-17T21:54:29.556Z Compiling socket2 v0.6.3
18352026-06-17T21:54:29.586Z Compiling aws-lc-rs v1.16.3
18362026-06-17T21:54:29.617Z Compiling futures-core v0.3.32
18372026-06-17T21:54:29.667Z Compiling thiserror v1.0.69
18382026-06-17T21:54:29.716Z Compiling httparse v1.10.1
18392026-06-17T21:54:29.739Z Compiling strsim v0.11.1
18402026-06-17T21:54:29.875Z Compiling vcpkg v0.2.15
18412026-06-17T21:54:29.888Z Compiling ucd-trie v0.1.7
18422026-06-17T21:54:29.964Z Compiling iana-time-zone v0.1.65
18432026-06-17T21:54:30.029Z Compiling byteorder v1.5.0
18442026-06-17T21:54:30.080Z Compiling pest v2.8.6
18452026-06-17T21:54:30.080Z Compiling ident_case v1.0.1
18462026-06-17T21:54:30.109Z Compiling heck v0.5.0
18472026-06-17T21:54:30.123Z Compiling regex-syntax v0.8.10
18482026-06-17T21:54:30.139Z Compiling syn v1.0.109
18492026-06-17T21:54:30.154Z Compiling uuid v1.23.0
18502026-06-17T21:54:30.309Z Compiling cpufeatures v0.2.17
18512026-06-17T21:54:30.406Z Compiling rustls v0.23.37
18522026-06-17T21:54:30.464Z Compiling openssl-sys v0.9.115
18532026-06-17T21:54:30.493Z Compiling rustc_version v0.4.1
18542026-06-17T21:54:30.555Z Compiling futures-sink v0.3.32
18552026-06-17T21:54:30.682Z Compiling futures-channel v0.3.32
18562026-06-17T21:54:30.761Z Compiling aho-corasick v1.1.4
18572026-06-17T21:54:30.774Z Compiling futures-io v0.3.32
18582026-06-17T21:54:30.789Z Compiling futures-task v0.3.32
18592026-06-17T21:54:30.806Z Compiling dyn-clone v1.0.20
18602026-06-17T21:54:30.930Z Compiling slab v0.4.12
18612026-06-17T21:54:30.971Z Compiling synstructure v0.13.2
18622026-06-17T21:54:30.985Z Compiling serde_derive_internals v0.29.1
18632026-06-17T21:54:31.170Z Compiling pest_meta v2.8.6
18642026-06-17T21:54:31.288Z Compiling crc32fast v1.5.0
18652026-06-17T21:54:31.306Z Compiling plain v0.2.3
18662026-06-17T21:54:31.372Z Compiling crossbeam-utils v0.8.21
18672026-06-17T21:54:31.387Z Compiling openssl v0.10.79
18682026-06-17T21:54:31.428Z Compiling num-conv v0.2.0
18692026-06-17T21:54:31.524Z Compiling base64 v0.22.1
18702026-06-17T21:54:31.548Z Compiling time-core v0.1.8
18712026-06-17T21:54:31.648Z Compiling pretty-hex v0.4.1
18722026-06-17T21:54:31.687Z Compiling regex-automata v0.4.14
18732026-06-17T21:54:31.721Z Compiling time-macros v0.2.27
18742026-06-17T21:54:31.775Z Compiling base64ct v1.8.3
18752026-06-17T21:54:31.798Z Compiling anyhow v1.0.102
18762026-06-17T21:54:31.816Z Compiling pest_generator v2.8.6
18772026-06-17T21:54:31.879Z Compiling native-tls v0.2.18
18782026-06-17T21:54:31.894Z Compiling darling_core v0.21.3
18792026-06-17T21:54:32.065Z Compiling pem-rfc7468 v0.7.0
18802026-06-17T21:54:32.087Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18812026-06-17T21:54:32.118Z Compiling flagset v0.4.7
18822026-06-17T21:54:32.152Z Compiling rand_core v0.9.5
18832026-06-17T21:54:32.301Z Compiling tracing-core v0.1.36
18842026-06-17T21:54:32.311Z Compiling serde_derive v1.0.228
18852026-06-17T21:54:32.333Z Compiling zeroize_derive v1.4.3
18862026-06-17T21:54:32.377Z Compiling zerofrom-derive v0.1.6
18872026-06-17T21:54:32.383Z Compiling yoke-derive v0.8.1
18882026-06-17T21:54:32.383Z Compiling zerovec-derive v0.11.2
18892026-06-17T21:54:32.484Z Compiling displaydoc v0.2.5
18902026-06-17T21:54:32.496Z Compiling zerocopy-derive v0.8.40
18912026-06-17T21:54:32.512Z Compiling tokio-macros v2.7.0
18922026-06-17T21:54:32.704Z Compiling futures-macro v0.3.32
18932026-06-17T21:54:32.948Z Compiling zeroize v1.8.2
18942026-06-17T21:54:33.214Z Compiling thiserror-impl v2.0.18
18952026-06-17T21:54:33.367Z Compiling schemars_derive v0.8.22
18962026-06-17T21:54:33.398Z Compiling tracing-attributes v0.1.31
18972026-06-17T21:54:33.430Z Compiling der_derive v0.7.3
18982026-06-17T21:54:33.483Z Compiling thiserror-impl v1.0.69
18992026-06-17T21:54:33.502Z Compiling zerofrom v0.1.6
19002026-06-17T21:54:33.643Z Compiling yoke v0.8.1
19012026-06-17T21:54:33.753Z Compiling crypto-common v0.1.7
19022026-06-17T21:54:33.838Z Compiling zerovec v0.11.5
19032026-06-17T21:54:33.850Z Compiling zerotrie v0.2.3
19042026-06-17T21:54:34.062Z Compiling block-buffer v0.10.4
19052026-06-17T21:54:34.292Z Compiling digest v0.10.7
19062026-06-17T21:54:34.332Z Compiling pest_derive v2.8.6
19072026-06-17T21:54:34.379Z Compiling tinystr v0.8.2
19082026-06-17T21:54:34.396Z Compiling potential_utf v0.1.4
19092026-06-17T21:54:34.529Z Compiling icu_collections v2.1.1
19102026-06-17T21:54:34.555Z Compiling icu_locale_core v2.1.1
19112026-06-17T21:54:34.581Z Compiling hmac v0.12.1
19122026-06-17T21:54:34.599Z Compiling futures-util v0.3.32
19132026-06-17T21:54:34.737Z Compiling block-padding v0.3.3
19142026-06-17T21:54:34.776Z Compiling sha2 v0.10.9
19152026-06-17T21:54:34.809Z Compiling rustls-pki-types v1.14.0
19162026-06-17T21:54:35.133Z Compiling inout v0.1.4
19172026-06-17T21:54:35.185Z Compiling openssl-macros v0.1.1
19182026-06-17T21:54:35.259Z Compiling icu_provider v2.1.1
19192026-06-17T21:54:35.295Z Compiling cipher v0.4.4
19202026-06-17T21:54:35.463Z Compiling bytes v1.11.1
19212026-06-17T21:54:35.560Z Compiling icu_normalizer v2.1.1
19222026-06-17T21:54:35.586Z Compiling icu_properties v2.1.2
19232026-06-17T21:54:35.600Z Compiling chrono v0.4.44
19242026-06-17T21:54:35.637Z Compiling serde_tokenstream v0.2.3
19252026-06-17T21:54:35.682Z Compiling scroll_derive v0.12.1
19262026-06-17T21:54:35.945Z Compiling scroll_derive v0.13.1
19272026-06-17T21:54:36.125Z Compiling tokio v1.52.1
19282026-06-17T21:54:36.722Z Compiling idna_adapter v1.2.1
19292026-06-17T21:54:36.849Z Compiling idna v1.1.0
19302026-06-17T21:54:36.877Z Compiling ppv-lite86 v0.2.21
19312026-06-17T21:54:37.027Z Compiling http v1.4.0
19322026-06-17T21:54:37.158Z Compiling der v0.7.10
19332026-06-17T21:54:37.234Z Compiling url v2.5.8
19342026-06-17T21:54:37.267Z Compiling darling_macro v0.21.3
19352026-06-17T21:54:37.287Z Compiling regex v1.12.3
19362026-06-17T21:54:37.314Z Compiling zerocopy-derive v0.7.35
19372026-06-17T21:54:37.453Z Compiling slog v2.8.2
19382026-06-17T21:54:37.957Z Compiling untrusted v0.9.0
19392026-06-17T21:54:38.128Z Compiling spki v0.7.3
19402026-06-17T21:54:38.356Z Compiling darling v0.21.3
19412026-06-17T21:54:38.453Z Compiling salsa20 v0.10.2
19422026-06-17T21:54:38.468Z Compiling pbkdf2 v0.12.2
19432026-06-17T21:54:38.594Z Compiling tracing v0.1.44
19442026-06-17T21:54:39.102Z Compiling cookie v0.18.1
19452026-06-17T21:54:39.162Z Compiling camino v1.2.2
19462026-06-17T21:54:39.304Z Compiling scrypt v0.11.0
19472026-06-17T21:54:39.462Z Compiling http-body v1.0.1
19482026-06-17T21:54:39.466Z Compiling rand_chacha v0.9.0
19492026-06-17T21:54:39.529Z Compiling cbc v0.1.2
19502026-06-17T21:54:39.544Z Compiling aes v0.8.4
19512026-06-17T21:54:39.644Z Compiling usdt-impl v0.5.0
19522026-06-17T21:54:39.681Z Compiling tinyvec_macros v0.1.1
19532026-06-17T21:54:39.731Z Compiling winnow v0.7.14
19542026-06-17T21:54:39.756Z Compiling usdt-impl v0.6.0
19552026-06-17T21:54:39.766Z Compiling fastrand v2.3.0
19562026-06-17T21:54:39.808Z Compiling untrusted v0.7.1
19572026-06-17T21:54:39.832Z Compiling ref-cast v1.0.25
19582026-06-17T21:54:39.844Z Compiling openssl-probe v0.2.1
19592026-06-17T21:54:39.956Z Compiling paste v1.0.15
19602026-06-17T21:54:39.978Z Compiling tokio-util v0.7.18
19612026-06-17T21:54:40.023Z Compiling either v1.15.0
19622026-06-17T21:54:40.023Z Compiling unicode-segmentation v1.12.0
19632026-06-17T21:54:40.117Z Compiling pkcs5 v0.7.1
19642026-06-17T21:54:40.166Z Compiling tinyvec v1.10.0
19652026-06-17T21:54:40.246Z Compiling rand v0.9.2
19662026-06-17T21:54:40.538Z Compiling scroll v0.13.0
19672026-06-17T21:54:40.567Z Compiling scroll v0.12.0
19682026-06-17T21:54:40.706Z Compiling toml_datetime v0.6.11
19692026-06-17T21:54:40.823Z Compiling serde_spanned v0.6.9
19702026-06-17T21:54:40.840Z Compiling async-trait v0.1.89
19712026-06-17T21:54:40.854Z Compiling heapless v0.7.17
19722026-06-17T21:54:40.983Z Compiling bzip2-sys v0.1.13+1.0.8
19732026-06-17T21:54:40.986Z Compiling atomic-waker v1.1.2
19742026-06-17T21:54:41.027Z Compiling zstd-safe v7.2.4
19752026-06-17T21:54:41.120Z Compiling tower-layer v0.3.3
19762026-06-17T21:54:41.135Z Compiling signal-hook v0.3.18
19772026-06-17T21:54:41.177Z Compiling try-lock v0.2.5
19782026-06-17T21:54:41.188Z Compiling tower-service v0.3.3
19792026-06-17T21:54:41.294Z Compiling rustix v0.38.44
19802026-06-17T21:54:41.310Z Compiling want v0.3.1
19812026-06-17T21:54:41.352Z Compiling h2 v0.4.13
19822026-06-17T21:54:41.400Z Compiling toml_parser v1.0.9+spec-1.1.0
19832026-06-17T21:54:41.500Z Compiling goblin v0.8.2
19842026-06-17T21:54:41.642Z Compiling goblin v0.10.5
19852026-06-17T21:54:41.714Z Compiling pkcs8 v0.10.2
19862026-06-17T21:54:41.776Z Compiling heck v0.4.1
19872026-06-17T21:54:42.015Z Compiling zerocopy v0.7.35
19882026-06-17T21:54:42.019Z Compiling ipnet v2.11.0
19892026-06-17T21:54:42.045Z Compiling ref-cast-impl v1.0.25
19902026-06-17T21:54:42.049Z Compiling darling_core v0.20.11
19912026-06-17T21:54:42.468Z Compiling curve25519-dalek v4.1.3
19922026-06-17T21:54:42.508Z Compiling memoffset v0.9.1
19932026-06-17T21:54:42.607Z Compiling winnow v0.5.40
19942026-06-17T21:54:42.611Z Compiling litrs v1.0.0
19952026-06-17T21:54:42.746Z Compiling pin-utils v0.1.0
19962026-06-17T21:54:42.750Z Compiling utf8parse v0.2.2
19972026-06-17T21:54:42.833Z Compiling httpdate v1.0.3
19982026-06-17T21:54:42.953Z Compiling foreign-types-shared v0.1.1
19992026-06-17T21:54:43.184Z Compiling document-features v0.2.12
20002026-06-17T21:54:43.306Z Compiling tempfile v3.25.0
20012026-06-17T21:54:43.368Z Compiling foreign-types v0.3.2
20022026-06-17T21:54:43.740Z Compiling unicode-normalization v0.1.25
20032026-06-17T21:54:43.796Z Compiling dof v0.3.0
20042026-06-17T21:54:44.085Z Compiling toml_edit v0.19.15
20052026-06-17T21:54:44.088Z Compiling darling_macro v0.20.11
20062026-06-17T21:54:44.244Z Compiling dtrace-parser v0.2.0
20072026-06-17T21:54:44.368Z Compiling dof v0.4.0
20082026-06-17T21:54:44.383Z Compiling hyper v1.8.1
20092026-06-17T21:54:44.639Z Compiling dtrace-parser v0.3.0
20102026-06-17T21:54:44.856Z Compiling pin-project-internal v1.1.11
20112026-06-17T21:54:44.870Z Compiling daft-derive v0.1.7
20122026-06-17T21:54:45.040Z Compiling spin v0.9.8
20132026-06-17T21:54:45.080Z Compiling thread-id v4.2.2
20142026-06-17T21:54:45.179Z Compiling thread-id v5.1.0
20152026-06-17T21:54:45.272Z Compiling anstyle v1.0.14
20162026-06-17T21:54:45.286Z Compiling smoltcp v0.9.1
20172026-06-17T21:54:45.327Z Compiling cfg_aliases v0.2.1
20182026-06-17T21:54:45.418Z Compiling powerfmt v0.2.0
20192026-06-17T21:54:45.450Z Compiling num-bigint-dig v0.8.6
20202026-06-17T21:54:45.465Z Compiling hyper-util v0.1.20
20212026-06-17T21:54:45.509Z Compiling nix v0.31.2
20222026-06-17T21:54:45.614Z Compiling deranged v0.5.8
20232026-06-17T21:54:45.877Z Compiling darling v0.20.11
20242026-06-17T21:54:45.973Z Compiling rustls-native-certs v0.8.3
20252026-06-17T21:54:46.111Z Compiling ipnetwork v0.21.1
20262026-06-17T21:54:46.259Z Compiling curve25519-dalek-derive v0.1.1
20272026-06-17T21:54:46.309Z Compiling strum_macros v0.26.4
20282026-06-17T21:54:46.420Z Compiling sync_wrapper v1.0.2
20292026-06-17T21:54:46.463Z Compiling wait-timeout v0.2.1
20302026-06-17T21:54:46.618Z Compiling is_terminal_polyfill v1.70.2
20312026-06-17T21:54:46.724Z Compiling simd-adler32 v0.3.8
20322026-06-17T21:54:46.754Z Compiling num_threads v0.1.7
20332026-06-17T21:54:46.868Z Compiling quick-error v1.2.3
20342026-06-17T21:54:46.901Z Compiling colorchoice v1.0.4
20352026-06-17T21:54:46.976Z Compiling anstyle-query v1.1.5
20362026-06-17T21:54:47.011Z Compiling siphasher v1.0.2
20372026-06-17T21:54:47.037Z Compiling bit-vec v0.8.0
20382026-06-17T21:54:47.102Z Compiling rusty-fork v0.3.1
20392026-06-17T21:54:47.167Z Compiling time v0.3.47
20402026-06-17T21:54:47.238Z Compiling bit-set v0.8.0
20412026-06-17T21:54:47.405Z Compiling tower v0.5.3
20422026-06-17T21:54:47.624Z Compiling derive_builder_core v0.20.2
20432026-06-17T21:54:47.778Z Compiling snafu-derive v0.8.9
20442026-06-17T21:54:47.906Z Compiling http-body-util v0.1.3
20452026-06-17T21:54:47.945Z Compiling webpki-roots v1.0.6
20462026-06-17T21:54:48.080Z Compiling signature v2.2.0
20472026-06-17T21:54:48.191Z Compiling hubpack_derive v0.1.1
20482026-06-17T21:54:48.240Z Compiling rand_xorshift v0.4.0
20492026-06-17T21:54:48.406Z Compiling strum_macros v0.27.2
20502026-06-17T21:54:48.487Z Compiling fs-err v3.3.0
20512026-06-17T21:54:48.502Z Compiling ahash v0.8.12
20522026-06-17T21:54:48.703Z Compiling allocator-api2 v0.2.21
20532026-06-17T21:54:48.719Z Compiling object v0.37.3
20542026-06-17T21:54:48.723Z Compiling adler2 v2.0.1
20552026-06-17T21:54:48.734Z Compiling unicode-properties v0.1.4
20562026-06-17T21:54:48.762Z Compiling ryu v1.0.23
20572026-06-17T21:54:48.873Z Compiling iri-string v0.7.10
20582026-06-17T21:54:49.053Z Compiling unarray v0.1.4
20592026-06-17T21:54:49.086Z Compiling unicode-bidi v0.3.18
20602026-06-17T21:54:49.177Z Compiling proptest v1.11.0
20612026-06-17T21:54:49.435Z Compiling stringprep v0.1.5
20622026-06-17T21:54:49.533Z Compiling serde_urlencoded v0.7.1
20632026-06-17T21:54:49.592Z Compiling miniz_oxide v0.8.9
20642026-06-17T21:54:49.811Z Compiling derive_builder_macro v0.20.2
20652026-06-17T21:54:50.063Z Compiling tower-http v0.6.8
20662026-06-17T21:54:50.153Z Compiling tokio-native-tls v0.3.1
20672026-06-17T21:54:50.199Z Compiling usdt-attr-macro v0.6.0
20682026-06-17T21:54:50.257Z Compiling usdt-macro v0.6.0
20692026-06-17T21:54:50.491Z Compiling anstyle-parse v1.0.0
20702026-06-17T21:54:50.756Z Compiling rand_chacha v0.3.1
20712026-06-17T21:54:50.776Z Compiling erased-serde v0.3.31
20722026-06-17T21:54:50.869Z Compiling md-5 v0.10.6
20732026-06-17T21:54:50.961Z Compiling bstr v1.12.1
20742026-06-17T21:54:51.042Z Compiling num-integer v0.1.46
20752026-06-17T21:54:51.128Z Compiling hash32 v0.2.1
20762026-06-17T21:54:51.213Z Compiling vergen-lib v9.1.0
20772026-06-17T21:54:51.227Z Compiling ff v0.13.1
20782026-06-17T21:54:51.286Z Compiling encoding_rs v0.8.35
20792026-06-17T21:54:51.341Z Compiling base16ct v0.2.0
20802026-06-17T21:54:51.358Z Compiling mime v0.3.17
20812026-06-17T21:54:51.361Z Compiling psl-types v2.0.11
20822026-06-17T21:54:51.424Z Compiling zlib-rs v0.6.2
20832026-06-17T21:54:51.499Z Compiling fallible-iterator v0.2.0
20842026-06-17T21:54:51.556Z Compiling publicsuffix v2.3.0
20852026-06-17T21:54:51.573Z Compiling sec1 v0.7.3
20862026-06-17T21:54:51.769Z Compiling group v0.13.0
20872026-06-17T21:54:51.840Z Compiling postgres-protocol v0.6.10
20882026-06-17T21:54:51.874Z Compiling num-iter v0.1.45
20892026-06-17T21:54:52.023Z Compiling newtype-uuid v1.3.2
20902026-06-17T21:54:52.088Z Compiling rand v0.8.6
20912026-06-17T21:54:52.374Z Compiling anstream v1.0.0
20922026-06-17T21:54:52.603Z Compiling oxnet v0.1.5
20932026-06-17T21:54:52.637Z Compiling derive_builder v0.20.2
20942026-06-17T21:54:52.670Z Compiling hyper-tls v0.6.0
20952026-06-17T21:54:52.731Z Compiling phf_shared v0.13.1
20962026-06-17T21:54:52.808Z Compiling pin-project v1.1.11
20972026-06-17T21:54:52.855Z Compiling lazy_static v1.5.0
20982026-06-17T21:54:52.907Z Compiling anstyle-parse v0.2.7
20992026-06-17T21:54:52.988Z Compiling terminal_size v0.4.3
21002026-06-17T21:54:53.018Z Compiling serde_with_macros v3.17.0
21012026-06-17T21:54:53.023Z Compiling futures-executor v0.3.32
21022026-06-17T21:54:53.079Z Compiling hex v0.4.3
21032026-06-17T21:54:53.162Z Compiling hkdf v0.12.4
21042026-06-17T21:54:53.224Z Compiling crypto-bigint v0.5.5
21052026-06-17T21:54:53.240Z Compiling async-recursion v1.1.1
21062026-06-17T21:54:53.257Z Compiling serde_repr v0.1.20
21072026-06-17T21:54:53.272Z Compiling enum-as-inner v0.6.1
21082026-06-17T21:54:53.324Z Compiling clap_derive v4.6.1
21092026-06-17T21:54:53.401Z Compiling vergen v9.1.0
21102026-06-17T21:54:53.416Z Compiling cargo-platform v0.3.2
21112026-06-17T21:54:53.615Z Compiling flate2 v1.1.9
21122026-06-17T21:54:53.725Z Compiling bumpalo v3.20.2
21132026-06-17T21:54:53.778Z Compiling bitflags v1.3.2
21142026-06-17T21:54:53.852Z Compiling libbz2-rs-sys v0.2.2
21152026-06-17T21:54:53.934Z Compiling foldhash v0.1.5
21162026-06-17T21:54:54.024Z Compiling foldhash v0.2.0
21172026-06-17T21:54:54.041Z Compiling clap_lex v1.0.0
21182026-06-17T21:54:54.094Z Compiling managed v0.8.0
21192026-06-17T21:54:54.160Z Compiling same-file v1.0.6
21202026-06-17T21:54:54.288Z Compiling bzip2 v0.6.1
21212026-06-17T21:54:54.320Z Compiling walkdir v2.5.0
21222026-06-17T21:54:54.436Z Compiling clap_builder v4.6.0
21232026-06-17T21:54:54.496Z Compiling hashbrown v0.16.1
21242026-06-17T21:54:54.523Z Compiling elliptic-curve v0.13.8
21252026-06-17T21:54:54.538Z Compiling hashbrown v0.15.5
21262026-06-17T21:54:54.614Z Compiling zopfli v0.8.3
21272026-06-17T21:54:54.898Z Compiling cargo_metadata v0.23.1
21282026-06-17T21:54:55.059Z Compiling futures v0.3.32
21292026-06-17T21:54:55.166Z Compiling anstream v0.6.21
21302026-06-17T21:54:55.389Z Compiling zstd v0.13.3
21312026-06-17T21:54:55.656Z Compiling phf v0.13.1
21322026-06-17T21:54:55.708Z Compiling snafu v0.8.9
21332026-06-17T21:54:56.053Z Compiling daft v0.1.7
21342026-06-17T21:54:56.166Z Compiling signal-hook-mio v0.2.5
21352026-06-17T21:54:56.248Z Compiling cookie_store v0.22.1
21362026-06-17T21:54:56.305Z Compiling postgres-types v0.2.12
21372026-06-17T21:54:56.321Z Compiling bzip2 v0.4.4
21382026-06-17T21:54:56.343Z Compiling globset v0.4.18
21392026-06-17T21:54:56.385Z Compiling strum v0.27.2
21402026-06-17T21:54:56.531Z Compiling hubpack v0.1.2
21412026-06-17T21:54:56.561Z Compiling ed25519 v2.2.3
21422026-06-17T21:54:56.580Z Compiling phf_shared v0.11.3
21432026-06-17T21:54:56.682Z Compiling crossbeam-epoch v0.9.18
21442026-06-17T21:54:56.784Z Compiling olpc-cjson v0.1.4
21452026-06-17T21:54:56.976Z Compiling pkcs1 v0.7.5
21462026-06-17T21:54:56.979Z Compiling pem v3.0.6
21472026-06-17T21:54:56.980Z Compiling serde_plain v1.0.2
21482026-06-17T21:54:56.980Z Compiling serde-big-array v0.5.1
21492026-06-17T21:54:56.996Z Compiling rfc6979 v0.4.0
21502026-06-17T21:54:57.030Z Compiling float-cmp v0.10.0
21512026-06-17T21:54:57.130Z Compiling memmap2 v0.9.10
21522026-06-17T21:54:57.149Z Compiling env_filter v1.0.0
21532026-06-17T21:54:57.149Z Compiling difflib v0.4.0
21542026-06-17T21:54:57.181Z Compiling predicates-core v1.0.10
21552026-06-17T21:54:57.195Z Compiling jiff v0.2.21
21562026-06-17T21:54:57.199Z Compiling data-encoding v2.10.0
21572026-06-17T21:54:57.239Z Compiling static_assertions v1.1.0
21582026-06-17T21:54:57.358Z Compiling whoami v2.1.0
21592026-06-17T21:54:57.373Z Compiling precomputed-hash v0.1.1
21602026-06-17T21:54:57.378Z Compiling fixedbitset v0.4.2
21612026-06-17T21:54:57.406Z Compiling normalize-line-endings v0.3.0
21622026-06-17T21:54:57.426Z Compiling new_debug_unreachable v1.0.6
21632026-06-17T21:54:57.501Z Compiling fixedbitset v0.5.7
21642026-06-17T21:54:57.513Z Compiling toml_write v0.1.2
21652026-06-17T21:54:57.535Z Compiling keccak v0.1.6
21662026-06-17T21:54:57.597Z Compiling typed-path v0.9.3
21672026-06-17T21:54:57.706Z Compiling sha3 v0.10.8
21682026-06-17T21:54:57.728Z Compiling petgraph v0.8.3
21692026-06-17T21:54:57.757Z Compiling toml_edit v0.22.27
21702026-06-17T21:54:57.772Z Compiling tokio-postgres v0.7.16
21712026-06-17T21:54:57.797Z Compiling petgraph v0.6.5
21722026-06-17T21:54:57.882Z Compiling hickory-proto v0.25.2
21732026-06-17T21:54:57.897Z Compiling predicates v3.1.4
21742026-06-17T21:54:58.040Z Compiling string_cache v0.8.9
21752026-06-17T21:54:58.221Z Compiling env_logger v0.11.9
21762026-06-17T21:54:58.241Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21772026-06-17T21:54:58.553Z Compiling usdt v0.6.0
21782026-06-17T21:54:58.830Z Compiling ecdsa v0.16.9
21792026-06-17T21:54:58.850Z Compiling rsa v0.9.10
21802026-06-17T21:54:59.283Z Compiling ed25519-dalek v2.2.0
21812026-06-17T21:54:59.819Z Compiling zip v4.6.1
21822026-06-17T21:54:59.852Z Compiling zip v0.6.6
21832026-06-17T21:55:00.057Z Compiling iddqd v0.4.2
21842026-06-17T21:55:00.264Z Compiling crossterm v0.28.1
21852026-06-17T21:55:00.419Z Compiling clap v4.6.1
21862026-06-17T21:55:00.685Z Compiling serde_with v3.17.0
21872026-06-17T21:55:00.736Z Compiling similar v2.7.0
21882026-06-17T21:55:00.849Z Compiling strum v0.26.3
21892026-06-17T21:55:00.995Z Compiling toml v0.7.8
21902026-06-17T21:55:01.010Z Compiling tokio-stream v0.1.18
21912026-06-17T21:55:01.083Z Compiling itertools v0.13.0
21922026-06-17T21:55:01.362Z Compiling buf-list v1.1.2
21932026-06-17T21:55:01.500Z Compiling x509-cert v0.2.5
21942026-06-17T21:55:01.571Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21952026-06-17T21:55:01.831Z Compiling openapiv3 v2.2.0
21962026-06-17T21:55:01.908Z Compiling sha1 v0.10.6
21972026-06-17T21:55:02.140Z Compiling lalrpop-util v0.19.12
21982026-06-17T21:55:02.172Z Compiling peg-runtime v0.8.5
21992026-06-17T21:55:16.684Z Compiling rustls-webpki v0.103.9
22002026-06-17T21:55:18.590Z Compiling macaddr v1.0.1
22012026-06-17T21:55:18.648Z Compiling structmeta-derive v0.3.0
22022026-06-17T21:55:18.750Z Compiling crucible-workspace-hack v0.1.0
22032026-06-17T21:55:18.857Z Compiling rayon-core v1.13.0
22042026-06-17T21:55:18.889Z Compiling itertools v0.14.0
22052026-06-17T21:55:18.979Z Compiling secrecy v0.10.3
22062026-06-17T21:55:19.135Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22072026-06-17T21:55:19.157Z Compiling toml_datetime v0.7.5+spec-1.1.0
22082026-06-17T21:55:19.163Z Compiling rustls v0.22.4
22092026-06-17T21:55:19.172Z Compiling heapless v0.8.0
22102026-06-17T21:55:19.384Z Compiling toml_edit v0.23.10+spec-1.0.0
22112026-06-17T21:55:19.430Z Compiling crossbeam-deque v0.8.6
22122026-06-17T21:55:19.483Z Compiling rustls-webpki v0.102.8
22132026-06-17T21:55:19.500Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22142026-06-17T21:55:19.651Z Compiling structmeta v0.3.0
22152026-06-17T21:55:19.677Z Compiling hash32 v0.3.1
22162026-06-17T21:55:19.682Z Compiling multer v3.1.0
22172026-06-17T21:55:19.704Z Compiling thread_local v1.1.9
22182026-06-17T21:55:19.718Z Compiling slog-async v2.8.0
22192026-06-17T21:55:19.721Z Compiling smoltcp v0.11.0
22202026-06-17T21:55:19.879Z Compiling unicode-width v0.2.0
22212026-06-17T21:55:19.894Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22222026-06-17T21:55:19.908Z Compiling compression-core v0.4.31
22232026-06-17T21:55:19.954Z Compiling match_cfg v0.1.0
22242026-06-17T21:55:20.047Z Compiling compression-codecs v0.4.37
22252026-06-17T21:55:20.064Z Compiling hostname v0.3.1
22262026-06-17T21:55:20.078Z Compiling proc-macro-crate v3.4.0
22272026-06-17T21:55:20.162Z Compiling ingot-macros v0.1.1
22282026-06-17T21:55:20.179Z Compiling derive-ex v0.1.8
22292026-06-17T21:55:20.245Z Compiling atomicwrites v0.4.4
22302026-06-17T21:55:20.307Z Compiling slog-json v2.6.1
22312026-06-17T21:55:20.437Z Compiling crossbeam-channel v0.5.15
22322026-06-17T21:55:20.523Z Compiling tokio-rustls v0.26.4
22332026-06-17T21:55:20.543Z Compiling rustls-platform-verifier v0.6.2
22342026-06-17T21:55:20.578Z Compiling half v2.7.1
22352026-06-17T21:55:20.760Z Compiling newtype-uuid-macros v0.1.0
22362026-06-17T21:55:20.772Z Compiling hyper-rustls v0.27.7
22372026-06-17T21:55:20.806Z Compiling cobs v0.3.0
22382026-06-17T21:55:20.949Z Compiling thiserror-impl-no-std v2.0.2
22392026-06-17T21:55:21.095Z Compiling reqwest v0.12.28
22402026-06-17T21:55:21.111Z Compiling reqwest v0.13.2
22412026-06-17T21:55:21.132Z Compiling universal-hash v0.5.1
22422026-06-17T21:55:21.294Z Compiling async-stream-impl v0.3.6
22432026-06-17T21:55:21.309Z Compiling toml_datetime v1.0.0+spec-1.1.0
22442026-06-17T21:55:21.474Z Compiling serde_spanned v1.0.4
22452026-06-17T21:55:21.674Z Compiling is-terminal v0.4.17
22462026-06-17T21:55:21.701Z Compiling dropshot v0.17.0
22472026-06-17T21:55:21.752Z Compiling proc-macro-error-attr v1.0.4
22482026-06-17T21:55:21.764Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22492026-06-17T21:55:21.796Z Compiling take_mut v0.2.2
22502026-06-17T21:55:21.902Z Compiling term v1.2.1
22512026-06-17T21:55:21.933Z Compiling convert_case v0.4.0
22522026-06-17T21:55:21.935Z Compiling ciborium-io v0.2.2
22532026-06-17T21:55:21.979Z Compiling toml_writer v1.0.6+spec-1.1.0
22542026-06-17T21:55:21.995Z Compiling opaque-debug v0.3.1
22552026-06-17T21:55:22.028Z Compiling thiserror-no-std v2.0.2
22562026-06-17T21:55:22.043Z Compiling ciborium-ll v0.2.2
22572026-06-17T21:55:22.067Z Compiling poly1305 v0.8.0
22582026-06-17T21:55:22.160Z Compiling async-stream v0.3.6
22592026-06-17T21:55:22.200Z Compiling toml v1.0.6+spec-1.1.0
22602026-06-17T21:55:22.218Z Compiling slog-term v2.9.2
22612026-06-17T21:55:22.272Z Compiling derive_more v0.99.20
22622026-06-17T21:55:22.288Z Compiling tokio-rustls v0.25.0
22632026-06-17T21:55:22.373Z Compiling test-strategy v0.4.5
22642026-06-17T21:55:22.565Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22652026-06-17T21:55:22.742Z Compiling tough v0.22.0
22662026-06-17T21:55:22.789Z Compiling ingot-types v0.1.2
22672026-06-17T21:55:23.254Z Compiling ingot v0.1.1
22682026-06-17T21:55:23.465Z Compiling postcard v1.1.3
22692026-06-17T21:55:23.673Z Compiling num_enum_derive v0.7.6
22702026-06-17T21:55:23.714Z Compiling slog-bunyan v2.5.0
22712026-06-17T21:55:23.866Z Compiling async-compression v0.4.41
22722026-06-17T21:55:23.935Z Compiling parse-display-derive v0.10.0
22732026-06-17T21:55:24.322Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22742026-06-17T21:55:24.344Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22752026-06-17T21:55:24.443Z Compiling proc-macro-crate v1.3.1
22762026-06-17T21:55:24.461Z Compiling waitgroup v0.1.2
22772026-06-17T21:55:24.488Z Compiling backon v1.6.0
22782026-06-17T21:55:24.598Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22792026-06-17T21:55:24.612Z Compiling password-hash v0.5.0
22802026-06-17T21:55:24.634Z Compiling chacha20 v0.9.1
22812026-06-17T21:55:24.753Z Compiling dropshot_endpoint v0.17.0
22822026-06-17T21:55:24.797Z Compiling rustls-pemfile v2.2.0
22832026-06-17T21:55:24.899Z Compiling blake2 v0.10.6
22842026-06-17T21:55:25.095Z Compiling aead v0.5.2
22852026-06-17T21:55:25.110Z Compiling foreign-types-macros v0.2.3
22862026-06-17T21:55:25.327Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22872026-06-17T21:55:25.395Z Compiling serde_path_to_error v0.1.20
22882026-06-17T21:55:25.422Z Compiling hostname v0.4.2
22892026-06-17T21:55:25.491Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22902026-06-17T21:55:25.619Z Compiling proc-macro-error v1.0.4
22912026-06-17T21:55:25.687Z Compiling instant v0.1.13
22922026-06-17T21:55:25.706Z Compiling typeid v1.0.3
22932026-06-17T21:55:25.719Z Compiling debug-ignore v1.0.5
22942026-06-17T21:55:25.719Z Compiling cpufeatures v0.3.0
22952026-06-17T21:55:25.781Z Compiling foreign-types-shared v0.3.1
22962026-06-17T21:55:25.814Z Compiling chacha20 v0.10.0
22972026-06-17T21:55:25.829Z Compiling backoff v0.4.0
22982026-06-17T21:55:25.875Z Compiling foreign-types v0.5.0
22992026-06-17T21:55:25.897Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23002026-06-17T21:55:25.918Z Compiling parse-display v0.10.0
23012026-06-17T21:55:25.970Z Compiling chacha20poly1305 v0.10.1
23022026-06-17T21:55:25.985Z Compiling argon2 v0.5.3
23032026-06-17T21:55:26.058Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23042026-06-17T21:55:26.074Z Compiling num_enum_derive v0.5.11
23052026-06-17T21:55:26.139Z Compiling num_enum v0.7.6
23062026-06-17T21:55:26.155Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23072026-06-17T21:55:26.171Z Compiling ciborium v0.2.2
23082026-06-17T21:55:26.301Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23092026-06-17T21:55:26.354Z Compiling vsss-rs v3.3.4
23102026-06-17T21:55:26.647Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23112026-06-17T21:55:26.679Z Compiling tabwriter v1.4.1
23122026-06-17T21:55:26.707Z Compiling regress v0.10.5
23132026-06-17T21:55:26.920Z Compiling byte-wrapper v0.1.0
23142026-06-17T21:55:27.018Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23152026-06-17T21:55:27.072Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23162026-06-17T21:55:27.088Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23172026-06-17T21:55:27.091Z Compiling cstr-argument v0.1.2
23182026-06-17T21:55:27.117Z Compiling humantime v2.3.0
23192026-06-17T21:55:27.300Z Compiling erased-serde v0.4.9
23202026-06-17T21:55:27.524Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23212026-06-17T21:55:27.585Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23222026-06-17T21:55:27.625Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23232026-06-17T21:55:27.640Z Compiling num_enum v0.5.11
23242026-06-17T21:55:27.701Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23252026-06-17T21:55:27.769Z Compiling rand v0.10.0
23262026-06-17T21:55:27.792Z Compiling rayon v1.11.0
23272026-06-17T21:55:27.848Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23282026-06-17T21:55:27.908Z Compiling indent_write v2.2.0
23292026-06-17T21:55:27.933Z Compiling colored v3.1.1
23302026-06-17T21:55:27.961Z Compiling libefi-sys v0.1.0
23312026-06-17T21:55:27.976Z Compiling zone_cfg_derive v0.3.1
23322026-06-17T21:55:28.070Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23332026-06-17T21:55:28.085Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23342026-06-17T21:55:28.220Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23352026-06-17T21:55:28.238Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23362026-06-17T21:55:28.401Z Compiling camino-tempfile v1.4.1
23372026-06-17T21:55:28.463Z Compiling itertools v0.12.1
23382026-06-17T21:55:28.591Z Compiling usdt-attr-macro v0.5.0
23392026-06-17T21:55:28.609Z Compiling usdt-macro v0.5.0
23402026-06-17T21:55:28.629Z Compiling bitfield-struct v0.6.2
23412026-06-17T21:55:28.765Z Compiling num-derive v0.4.2
23422026-06-17T21:55:28.795Z Compiling blake3 v1.8.3
23432026-06-17T21:55:28.815Z Compiling ordered-float v2.10.1
23442026-06-17T21:55:29.116Z Compiling sigpipe v0.1.3
23452026-06-17T21:55:29.165Z Compiling memmap v0.7.0
23462026-06-17T21:55:29.234Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23472026-06-17T21:55:29.260Z Compiling glob v0.3.3
23482026-06-17T21:55:29.311Z Compiling swrite v0.1.0
23492026-06-17T21:55:29.345Z Compiling usdt v0.5.0
23502026-06-17T21:55:29.418Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512026-06-17T21:55:29.436Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23522026-06-17T21:55:29.660Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23532026-06-17T21:55:29.744Z Compiling zone v0.3.1
23542026-06-17T21:55:29.918Z Compiling serde-value v0.7.0
23552026-06-17T21:55:29.944Z Compiling serde-untagged v0.1.9
23562026-06-17T21:55:29.985Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23572026-06-17T21:55:30.210Z Compiling toml v0.8.23
23582026-06-17T21:55:30.271Z Compiling smf v0.2.3
23592026-06-17T21:55:30.285Z Compiling filetime v0.2.27
23602026-06-17T21:55:30.303Z Compiling xattr v1.6.1
23612026-06-17T21:55:30.739Z Compiling constant_time_eq v0.4.2
23622026-06-17T21:55:30.744Z Compiling whoami v1.6.1
23632026-06-17T21:55:30.744Z Compiling arrayref v0.3.9
23642026-06-17T21:55:30.744Z Compiling arrayvec v0.7.6
23652026-06-17T21:55:30.744Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23662026-06-17T21:55:30.744Z Compiling unicode-xid v0.2.6
23672026-06-17T21:55:30.744Z Compiling tar v0.4.45
23682026-06-17T21:55:30.744Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23692026-06-17T21:55:30.744Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23702026-06-17T21:55:30.744Z Compiling cargo-util-schemas v0.8.2
23712026-06-17T21:55:30.837Z Compiling tokio-dtrace v0.1.1
23722026-06-17T21:55:30.894Z Compiling console v0.16.2
23732026-06-17T21:55:31.184Z Compiling gethostname v0.5.0
23742026-06-17T21:55:31.322Z Compiling cargo-platform v0.2.0
23752026-06-17T21:55:31.326Z Compiling topological-sort v0.2.2
23762026-06-17T21:55:31.351Z Compiling unit-prefix v0.5.2
23772026-06-17T21:55:31.436Z Compiling oxide-tokio-rt v0.1.4
23782026-06-17T21:55:31.469Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23792026-06-17T21:55:31.525Z Compiling indicatif v0.18.4
23802026-06-17T21:55:31.539Z Compiling shell-words v1.1.1
23812026-06-17T21:55:31.923Z Compiling cargo_metadata v0.21.0
23822026-06-17T21:55:41.148Z Compiling omicron-zone-package v0.12.2
23832026-06-17T21:55:41.162Z Compiling progenitor-client v0.14.0
23842026-06-17T21:55:41.665Z Compiling progenitor-extras v0.2.0
23852026-06-17T21:55:43.856Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23862026-06-17T21:55:43.913Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23872026-06-17T21:55:43.997Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23882026-06-17T21:55:44.346Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23892026-06-17T21:55:44.373Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23902026-06-17T21:55:44.392Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23912026-06-17T21:55:44.393Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23922026-06-17T21:55:44.393Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23932026-06-17T21:55:44.393Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23942026-06-17T21:55:48.168Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23952026-06-17T21:55:55.803Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23962026-06-17T21:55:58.874Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23972026-06-17T21:55:59.854Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23982026-06-17T21:56:09.520Z Finished `release` profile [optimized] target(s) in 1m 43s
23992026-06-17T21:56:09.675Z Running `target/release/omicron-package -t test target create -p dev`
24002026-06-17T21:56:09.739ZLogging to: /work/oxidecomputer/omicron/out/LOG
24012026-06-17T21:56:09.747ZCreated new build target 'test' and set it as active
24022026-06-17T21:56:09.747Z
24032026-06-17T21:56:09.747Zreal 1:43.927680872
24042026-06-17T21:56:09.747Zuser 17:01.462074716
24052026-06-17T21:56:09.747Zsys 2:37.736106683
24062026-06-17T21:56:09.748Ztrap 0.490384230
24072026-06-17T21:56:09.748Ztflt 3.005149401
24082026-06-17T21:56:09.748Zdflt 4.455772278
24092026-06-17T21:56:09.748Zkflt 0.000828750
24102026-06-17T21:56:09.748Zlock 53:06.039276252
24112026-06-17T21:56:09.748Zslp 43:55.300736228
24122026-06-17T21:56:09.748Zlat 41.971167991
24132026-06-17T21:56:09.748Zstop 4:55.121143562
24142026-06-17T21:56:09.748Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24152026-06-17T21:56:10.638Z Finished `release` profile [optimized] target(s) in 0.88s
24162026-06-17T21:56:10.713Z Running `target/release/omicron-package -t test package`
24172026-06-17T21:56:10.772ZLogging to: /work/oxidecomputer/omicron/out/LOG
24182026-06-17T21:56:12.383Z Compiling heck v0.5.0
24192026-06-17T21:56:12.384Z Compiling regress v0.11.1
24202026-06-17T21:56:12.432Z Compiling unsafe-libyaml v0.2.11
24212026-06-17T21:56:12.496Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24222026-06-17T21:56:13.362Z Compiling atomicwrites v0.4.4
24232026-06-17T21:56:13.363Z Compiling regress v0.10.5
24242026-06-17T21:56:13.368Z Compiling is-terminal v0.4.17
24252026-06-17T21:56:13.368Z Compiling unicode-width v0.1.14
24262026-06-17T21:56:13.368Z Compiling prettyplease v0.2.37
24272026-06-17T21:56:13.368Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24282026-06-17T21:56:13.368Z Compiling bytecount v0.6.9
24292026-06-17T21:56:13.368Z Compiling rustls v0.22.4
24302026-06-17T21:56:13.368Z Compiling rustls-webpki v0.102.8
24312026-06-17T21:56:13.368Z Compiling derive-where v1.6.0
24322026-06-17T21:56:13.368Z Compiling thread_local v1.1.9
24332026-06-17T21:56:13.368Z Compiling match_cfg v0.1.0
24342026-06-17T21:56:13.368Z Compiling compression-core v0.4.31
24352026-06-17T21:56:13.368Z Compiling multer v3.1.0
24362026-06-17T21:56:13.368Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24372026-06-17T21:56:13.369Z Compiling hostname v0.3.1
24382026-06-17T21:56:13.369Z Compiling slog-async v2.8.0
24392026-06-17T21:56:13.369Z Compiling crossbeam-channel v0.5.15
24402026-06-17T21:56:13.369Z Compiling compression-codecs v0.4.37
24412026-06-17T21:56:13.369Z Compiling slog-json v2.6.1
24422026-06-17T21:56:13.369Z Compiling toml_datetime v1.0.0+spec-1.1.0
24432026-06-17T21:56:13.369Z Compiling serde_yaml v0.9.34+deprecated
24442026-06-17T21:56:13.369Z Compiling serde_spanned v1.0.4
24452026-06-17T21:56:13.369Z Compiling term v1.2.1
24462026-06-17T21:56:13.369Z Compiling toml_writer v1.0.6+spec-1.1.0
24472026-06-17T21:56:13.369Z Compiling take_mut v0.2.2
24482026-06-17T21:56:13.369Z Compiling slog-bunyan v2.5.0
24492026-06-17T21:56:14.165Z Compiling async-compression v0.4.41
24502026-06-17T21:56:14.165Z Compiling toml v1.0.6+spec-1.1.0
24512026-06-17T21:56:14.165Z Compiling slog-term v2.9.2
24522026-06-17T21:56:14.265Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24532026-06-17T21:56:14.265Z Compiling dropshot v0.17.0
24542026-06-17T21:56:14.265Z Compiling async-stream v0.3.6
24552026-06-17T21:56:14.265Z Compiling num-rational v0.4.2
24562026-06-17T21:56:14.265Z Compiling progenitor-client v0.14.0
24572026-06-17T21:56:14.265Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24582026-06-17T21:56:14.265Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24592026-06-17T21:56:14.265Z Compiling waitgroup v0.1.2
24602026-06-17T21:56:14.265Z Compiling backon v1.6.0
24612026-06-17T21:56:14.265Z Compiling rustls-pemfile v2.2.0
24622026-06-17T21:56:14.265Z Compiling num-complex v0.4.6
24632026-06-17T21:56:14.265Z Compiling serde_path_to_error v0.1.20
24642026-06-17T21:56:14.265Z Compiling hostname v0.4.2
24652026-06-17T21:56:14.265Z Compiling instant v0.1.13
24662026-06-17T21:56:14.266Z Compiling debug-ignore v1.0.5
24672026-06-17T21:56:14.266Z Compiling typify-impl v0.6.2
24682026-06-17T21:56:14.266Z Compiling backoff v0.4.0
24692026-06-17T21:56:14.266Z Compiling progenitor-extras v0.2.0
24702026-06-17T21:56:14.266Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24712026-06-17T21:56:14.266Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24722026-06-17T21:56:14.287Z Compiling num v0.4.3
24732026-06-17T21:56:14.343Z Compiling parse-display v0.10.0
24742026-06-17T21:56:14.388Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24752026-06-17T21:56:14.388Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24762026-06-17T21:56:14.431Z Compiling macaddr v1.0.1
24772026-06-17T21:56:14.431Z Compiling humantime v2.3.0
24782026-06-17T21:56:14.444Z Compiling float-ord v0.3.2
24792026-06-17T21:56:14.579Z Compiling console v0.15.11
24802026-06-17T21:56:14.626Z Compiling newline-converter v0.3.0
24812026-06-17T21:56:14.637Z Compiling slog-dtrace v0.3.0
24822026-06-17T21:56:14.677Z Compiling owo-colors v4.3.0
24832026-06-17T21:56:14.754Z Compiling cancel-safe-futures v0.1.5
24842026-06-17T21:56:14.808Z Compiling resolv-conf v0.7.6
24852026-06-17T21:56:14.956Z Compiling tokio-rustls v0.25.0
24862026-06-17T21:56:14.989Z Compiling expectorate v1.2.0
24872026-06-17T21:56:15.093Z Compiling toml v0.8.23
24882026-06-17T21:56:15.103Z Compiling libsw-core v0.3.2
24892026-06-17T21:56:15.279Z Compiling libsw v3.5.0
24902026-06-17T21:56:15.331Z Compiling linked-hash-map v0.5.6
24912026-06-17T21:56:15.439Z Compiling linear-map v1.2.0
24922026-06-17T21:56:15.502Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24932026-06-17T21:56:15.536Z Compiling minimal-lexical v0.2.1
24942026-06-17T21:56:15.570Z Compiling lru-cache v0.1.2
24952026-06-17T21:56:15.686Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24962026-06-17T21:56:15.709Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24972026-06-17T21:56:15.736Z Compiling hickory-proto v0.24.4
24982026-06-17T21:56:15.784Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24992026-06-17T21:56:15.816Z Compiling nom v7.1.3
25002026-06-17T21:56:15.938Z Compiling unicode-xid v0.2.6
25012026-06-17T21:56:15.999Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25022026-06-17T21:56:16.022Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25032026-06-17T21:56:16.103Z Compiling convert_case v0.10.0
25042026-06-17T21:56:16.390Z Compiling derive_more-impl v2.1.1
25052026-06-17T21:56:16.834Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25062026-06-17T21:56:17.199Z Compiling derive_more v2.1.1
25072026-06-17T21:56:17.223Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25082026-06-17T21:56:17.308Z Compiling papergrid v0.11.0
25092026-06-17T21:56:17.345Z Compiling tabled_derive v0.7.0
25102026-06-17T21:56:17.406Z Compiling termtree v0.5.1
25112026-06-17T21:56:17.504Z Compiling typify-macro v0.6.2
25122026-06-17T21:56:17.611Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25132026-06-17T21:56:17.939Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25142026-06-17T21:56:18.495Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25152026-06-17T21:56:18.510Z Compiling hickory-resolver v0.24.4
25162026-06-17T21:56:18.513Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25172026-06-17T21:56:18.574Z Compiling tabled v0.15.0
25182026-06-17T21:56:18.662Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25192026-06-17T21:56:18.906Z Compiling crossterm v0.29.0
25202026-06-17T21:56:19.102Z Compiling typify v0.6.2
25212026-06-17T21:56:19.415Z Compiling progenitor-impl v0.14.0
25222026-06-17T21:56:20.585Z Compiling qorb v0.4.1
25232026-06-17T21:56:21.532Z Compiling progenitor-macro v0.14.0
25242026-06-17T21:56:21.774Z Compiling phf_shared v0.12.1
25252026-06-17T21:56:21.870Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25262026-06-17T21:56:22.025Z Compiling csv-core v0.1.13
25272026-06-17T21:56:22.463Z Compiling vte v0.14.1
25282026-06-17T21:56:22.595Z Compiling highway v1.3.0
25292026-06-17T21:56:22.723Z Compiling chrono-tz v0.10.4
25302026-06-17T21:56:22.971Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25312026-06-17T21:56:23.335Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25322026-06-17T21:56:23.621Z Compiling strip-ansi-escapes v0.2.1
25332026-06-17T21:56:23.991Z Compiling csv v1.4.0
25342026-06-17T21:56:24.046Z Compiling phf v0.12.1
25352026-06-17T21:56:24.196Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25362026-06-17T21:56:24.251Z Compiling const_format_proc_macros v0.2.34
25372026-06-17T21:56:24.317Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25382026-06-17T21:56:24.674Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25392026-06-17T21:56:24.714Z Compiling fd-lock v4.0.4
25402026-06-17T21:56:24.894Z Compiling peg-macros v0.8.5
25412026-06-17T21:56:25.004Z Compiling nu-ansi-term v0.50.3
25422026-06-17T21:56:25.019Z Compiling const_format v0.2.35
25432026-06-17T21:56:25.335Z Compiling reedline v0.40.0
25442026-06-17T21:56:26.727Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25452026-06-17T21:56:26.747Z Compiling progenitor v0.14.0
25462026-06-17T21:56:26.747Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25472026-06-17T21:56:26.747Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25482026-06-17T21:56:26.747Z Compiling peg v0.8.5
25492026-06-17T21:56:26.748Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-06-17T21:56:26.748Z Compiling bcs v0.1.6
25512026-06-17T21:56:26.981Z Compiling nom v8.0.0
25522026-06-17T21:56:27.239Z Compiling semver v0.1.20
25532026-06-17T21:56:27.534Z Compiling rustc_version v0.1.7
25542026-06-17T21:56:27.795Z Compiling newtype_derive v0.1.6
25552026-06-17T21:56:28.020Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25562026-06-17T21:56:28.275Z Compiling unicode-linebreak v0.1.5
25572026-06-17T21:56:28.556Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25582026-06-17T21:56:28.679Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25592026-06-17T21:56:28.687Z Compiling smawk v0.3.2
25602026-06-17T21:56:28.734Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25612026-06-17T21:56:28.835Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25622026-06-17T21:56:28.882Z Compiling textwrap v0.16.2
25632026-06-17T21:56:28.905Z Compiling base64 v0.21.7
25642026-06-17T21:56:28.950Z Compiling steno v0.4.1
25652026-06-17T21:56:29.013Z Compiling dropshot-api-manager-types v0.7.2
25662026-06-17T21:56:29.267Z Compiling tagptr v0.2.0
25672026-06-17T21:56:29.444Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25682026-06-17T21:56:29.468Z Compiling moka v0.12.13
25692026-06-17T21:56:29.629Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25702026-06-17T21:56:29.700Z Compiling utf-8 v0.7.6
25712026-06-17T21:56:29.924Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25722026-06-17T21:56:29.964Z Compiling tungstenite v0.21.0
25732026-06-17T21:56:30.069Z Compiling radium v0.7.0
25742026-06-17T21:56:30.395Z Compiling tap v1.0.1
25752026-06-17T21:56:30.497Z Compiling maybe-uninit v2.0.0
25762026-06-17T21:56:30.710Z Compiling hickory-resolver v0.25.2
25772026-06-17T21:56:30.808Z Compiling tokio-tungstenite v0.21.0
25782026-06-17T21:56:30.870Z Compiling display-error-chain v0.2.2
25792026-06-17T21:56:31.158Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25802026-06-17T21:56:31.185Z Compiling wyz v0.5.1
25812026-06-17T21:56:32.596Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25822026-06-17T21:56:32.640Z Compiling zerocopy-derive v0.6.6
25832026-06-17T21:56:32.640Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25842026-06-17T21:56:32.640Z Compiling proc-macro-error-attr2 v2.0.0
25852026-06-17T21:56:32.640Z Compiling crc-catalog v2.4.0
25862026-06-17T21:56:32.640Z Compiling funty v2.0.0
25872026-06-17T21:56:32.823Z Compiling packed_struct v0.10.1
25882026-06-17T21:56:33.144Z Compiling bitvec v1.0.1
25892026-06-17T21:56:33.527Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25902026-06-17T21:56:33.891Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25912026-06-17T21:56:34.344Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25922026-06-17T21:56:34.480Z Compiling proc-macro-error2 v2.0.1
25932026-06-17T21:56:34.827Z Compiling crc v3.4.0
25942026-06-17T21:56:34.958Z Compiling zerocopy v0.6.6
25952026-06-17T21:56:35.049Z Compiling libscf-sys v1.2.0
25962026-06-17T21:56:35.097Z Compiling packed_struct_codegen v0.10.1
25972026-06-17T21:56:35.218Z Compiling vergen-lib v0.1.6
25982026-06-17T21:56:35.343Z Compiling bitfield-macros v0.19.4
25992026-06-17T21:56:35.467Z Compiling indexmap v1.9.3
26002026-06-17T21:56:35.689Z Compiling nodrop v0.1.14
26012026-06-17T21:56:35.776Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26022026-06-17T21:56:35.825Z Compiling array-init v0.0.4
26032026-06-17T21:56:36.075Z Compiling bitfield v0.19.4
26042026-06-17T21:56:36.100Z Compiling smallvec v0.6.14
26052026-06-17T21:56:36.216Z Compiling tabled_derive v0.11.0
26062026-06-17T21:56:36.409Z Compiling papergrid v0.17.0
26072026-06-17T21:56:36.489Z Compiling testing_table v0.3.0
26082026-06-17T21:56:36.533Z Compiling vergen-gitcl v1.0.8
26092026-06-17T21:56:36.771Z Compiling dirs-sys-next v0.1.2
26102026-06-17T21:56:36.867Z Compiling crunchy v0.2.4
26112026-06-17T21:56:36.928Z Compiling maplit v1.0.2
26122026-06-17T21:56:37.047Z Compiling hashbrown v0.12.3
26132026-06-17T21:56:37.069Z Compiling glob v0.3.3
26142026-06-17T21:56:37.157Z Compiling diesel_derives v2.3.7
26152026-06-17T21:56:37.213Z Compiling dirs-next v2.0.0
26162026-06-17T21:56:37.268Z Compiling serde-hex v0.1.0
26172026-06-17T21:56:37.369Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26182026-06-17T21:56:37.423Z Compiling ron v0.8.1
26192026-06-17T21:56:37.444Z Compiling clang-sys v1.8.1
26202026-06-17T21:56:37.556Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26212026-06-17T21:56:37.616Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26222026-06-17T21:56:37.656Z Compiling tabled v0.20.0
26232026-06-17T21:56:37.698Z Compiling hashbrown v0.13.2
26242026-06-17T21:56:37.859Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26252026-06-17T21:56:38.211Z Compiling dsl_auto_type v0.2.0
26262026-06-17T21:56:38.317Z Compiling scheduled-thread-pool v0.2.7
26272026-06-17T21:56:38.770Z Compiling diesel_table_macro_syntax v0.3.0
26282026-06-17T21:56:38.918Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26292026-06-17T21:56:38.992Z Compiling tiny-keccak v2.0.2
26302026-06-17T21:56:39.154Z Compiling crc-any v2.5.0
26312026-06-17T21:56:39.316Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26322026-06-17T21:56:39.374Z Compiling r2d2 v0.8.10
26332026-06-17T21:56:39.602Z Compiling object v0.30.4
26342026-06-17T21:56:39.713Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26352026-06-17T21:56:40.014Z Compiling term v0.7.0
26362026-06-17T21:56:40.419Z Compiling path-slash v0.1.5
26372026-06-17T21:56:40.495Z Compiling xshell-macros v0.2.7
26382026-06-17T21:56:40.554Z Compiling downcast-rs v2.0.2
26392026-06-17T21:56:40.615Z Compiling bit-vec v0.6.3
26402026-06-17T21:56:40.859Z Compiling bit-set v0.5.3
26412026-06-17T21:56:40.892Z Compiling xshell v0.2.7
26422026-06-17T21:56:40.958Z Compiling ascii-canvas v3.0.0
26432026-06-17T21:56:41.051Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26442026-06-17T21:56:41.220Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26452026-06-17T21:56:41.720Z Compiling itertools v0.10.5
26462026-06-17T21:56:42.069Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26472026-06-17T21:56:42.236Z Compiling ena v0.14.4
26482026-06-17T21:56:42.478Z Compiling libloading v0.8.9
26492026-06-17T21:56:42.703Z Compiling bindgen v0.71.1
26502026-06-17T21:56:42.819Z Compiling crc8 v0.1.1
26512026-06-17T21:56:42.958Z Compiling diff v0.1.13
26522026-06-17T21:56:42.986Z Compiling unicase v2.9.0
26532026-06-17T21:56:43.218Z Compiling regex-syntax v0.6.29
26542026-06-17T21:56:43.351Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26552026-06-17T21:56:43.406Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26562026-06-17T21:56:43.613Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26572026-06-17T21:56:43.952Z Compiling diesel v2.3.7
26582026-06-17T21:56:44.217Z Compiling cexpr v0.6.0
26592026-06-17T21:56:44.441Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26602026-06-17T21:56:44.565Z Compiling lalrpop v0.19.12
26612026-06-17T21:56:44.688Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26622026-06-17T21:56:44.722Z Compiling rustc-hash v2.1.1
26632026-06-17T21:56:44.928Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26642026-06-17T21:56:44.960Z Compiling headers-core v0.3.0
26652026-06-17T21:56:45.125Z Compiling libxml v0.3.3
26662026-06-17T21:56:45.147Z Compiling headers v0.4.1
26672026-06-17T21:56:45.190Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26682026-06-17T21:56:45.413Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26692026-06-17T21:56:45.440Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26702026-06-17T21:56:45.605Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26712026-06-17T21:56:45.661Z Compiling git-stub v1.0.0
26722026-06-17T21:56:45.984Z Compiling strum_macros v0.24.3
26732026-06-17T21:56:46.061Z Compiling indoc v1.0.9
26742026-06-17T21:56:46.328Z Compiling git-stub-vcs v0.1.0
26752026-06-17T21:56:46.496Z Compiling progenitor-impl v0.13.0
26762026-06-17T21:56:46.703Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26772026-06-17T21:56:46.809Z Compiling derive_builder v0.20.2
26782026-06-17T21:56:46.927Z Compiling oso-derive v0.27.3
26792026-06-17T21:56:46.992Z Compiling quick-xml v0.37.5
26802026-06-17T21:56:47.189Z Compiling impl-trait-for-tuples v0.2.3
26812026-06-17T21:56:47.442Z Compiling openssl-probe v0.1.6
26822026-06-17T21:56:47.822Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26832026-06-17T21:56:47.988Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26842026-06-17T21:56:48.208Z Compiling progenitor-client v0.13.0
26852026-06-17T21:56:48.369Z Compiling half v1.8.3
26862026-06-17T21:56:48.491Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26872026-06-17T21:56:48.538Z Compiling bb8 v0.8.6
26882026-06-17T21:56:48.725Z Compiling progenitor-macro v0.13.0
26892026-06-17T21:56:48.757Z Compiling serde_cbor v0.11.2
26902026-06-17T21:56:48.780Z Compiling trait-variant v0.1.2
26912026-06-17T21:56:48.845Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26922026-06-17T21:56:48.948Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26932026-06-17T21:56:49.285Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26942026-06-17T21:56:49.330Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26952026-06-17T21:56:49.521Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26962026-06-17T21:56:49.542Z Compiling samael v0.0.19
26972026-06-17T21:56:49.793Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26982026-06-17T21:56:49.821Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26992026-06-17T21:56:49.836Z Compiling typify-impl v0.4.3
27002026-06-17T21:56:49.931Z Compiling fxhash v0.2.1
27012026-06-17T21:56:50.101Z Compiling libz-sys v1.1.24
27022026-06-17T21:56:50.534Z Compiling salty v0.3.0
27032026-06-17T21:56:50.811Z Compiling nonempty v0.12.0
27042026-06-17T21:56:51.171Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27052026-06-17T21:56:51.222Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27062026-06-17T21:56:51.399Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27072026-06-17T21:56:51.573Z Compiling kstat-rs v0.2.4
27082026-06-17T21:56:51.777Z Compiling arc-swap v1.8.2
27092026-06-17T21:56:52.076Z Compiling fs-err v2.11.0
27102026-06-17T21:56:52.117Z Compiling polar-core v0.27.3
27112026-06-17T21:56:52.400Z Compiling mime_guess v2.0.5
27122026-06-17T21:56:52.469Z Compiling slog-scope v4.4.1
27132026-06-17T21:56:52.789Z Compiling progenitor v0.13.0
27142026-06-17T21:56:52.949Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27152026-06-17T21:56:52.970Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27162026-06-17T21:56:52.991Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27172026-06-17T21:56:53.355Z Compiling typify-macro v0.4.3
27182026-06-17T21:56:54.091Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27192026-06-17T21:56:54.504Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27202026-06-17T21:56:54.570Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27212026-06-17T21:56:54.615Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27222026-06-17T21:56:54.859Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27232026-06-17T21:56:55.169Z Compiling nanorand v0.7.0
27242026-06-17T21:56:55.315Z Compiling darling_core v0.23.0
27252026-06-17T21:56:55.537Z Compiling libgit2-sys v0.18.3+1.9.2
27262026-06-17T21:56:55.802Z Compiling parking_lot_core v0.8.6
27272026-06-17T21:56:56.132Z Compiling flume v0.11.1
27282026-06-17T21:56:56.527Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27292026-06-17T21:56:56.604Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27302026-06-17T21:56:57.573Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27312026-06-17T21:56:57.594Z Compiling darling_macro v0.23.0
27322026-06-17T21:56:57.917Z Compiling slog-stdlog v4.1.1
27332026-06-17T21:56:58.251Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27342026-06-17T21:56:58.377Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27352026-06-17T21:56:59.006Z Compiling primeorder v0.13.6
27362026-06-17T21:56:59.325Z Compiling atty v0.2.14
27372026-06-17T21:56:59.475Z Compiling strsim v0.10.0
27382026-06-17T21:56:59.542Z Compiling instability v0.3.11
27392026-06-17T21:56:59.770Z Compiling parse-size v1.1.0
27402026-06-17T21:56:59.795Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27412026-06-17T21:56:59.990Z Compiling http-range v0.1.5
27422026-06-17T21:57:00.012Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27432026-06-17T21:57:00.101Z Compiling darling_core v0.13.4
27442026-06-17T21:57:00.324Z Compiling p384 v0.13.1
27452026-06-17T21:57:01.781Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27462026-06-17T21:57:03.266Z Compiling oso v0.27.3
27472026-06-17T21:57:04.140Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27482026-06-17T21:57:04.310Z Compiling async-bb8-diesel v0.2.1
27492026-06-17T21:57:04.555Z Compiling diesel-dtrace v0.5.0
27502026-06-17T21:57:04.774Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27512026-06-17T21:57:05.268Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27522026-06-17T21:57:06.182Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27532026-06-17T21:57:06.519Z Compiling darling v0.23.0
27542026-06-17T21:57:06.637Z Compiling slog-envlogger v2.2.0
27552026-06-17T21:57:07.814Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27562026-06-17T21:57:08.310Z Compiling typify v0.4.3
27572026-06-17T21:57:08.490Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27582026-06-17T21:57:09.107Z Compiling ignore v0.4.25
27592026-06-17T21:57:09.704Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27602026-06-17T21:57:10.538Z Compiling vergen-git2 v9.1.0
27612026-06-17T21:57:10.781Z Compiling castaway v0.2.4
27622026-06-17T21:57:10.953Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-06-17T21:57:11.186Z Compiling indoc v2.0.7
27642026-06-17T21:57:11.228Z Compiling compact_str v0.8.1
27652026-06-17T21:57:11.295Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27662026-06-17T21:57:11.417Z Compiling globwalk v0.9.1
27672026-06-17T21:57:11.909Z Compiling progenitor-impl v0.11.2
27682026-06-17T21:57:11.994Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27692026-06-17T21:57:12.116Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27702026-06-17T21:57:12.290Z Compiling parking_lot v0.11.2
27712026-06-17T21:57:12.381Z Compiling hyper-staticfile v0.10.1
27722026-06-17T21:57:12.675Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27732026-06-17T21:57:13.218Z Compiling darling_macro v0.13.4
27742026-06-17T21:57:13.520Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27752026-06-17T21:57:13.736Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27762026-06-17T21:57:13.888Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27772026-06-17T21:57:14.075Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27782026-06-17T21:57:14.128Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27792026-06-17T21:57:14.185Z Compiling predicates-tree v1.0.13
27802026-06-17T21:57:14.358Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27812026-06-17T21:57:14.526Z Compiling unicode-truncate v1.1.0
27822026-06-17T21:57:14.595Z Compiling lru v0.12.5
27832026-06-17T21:57:14.636Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27842026-06-17T21:57:14.807Z Compiling prefix-trie v0.7.0
27852026-06-17T21:57:14.825Z Compiling rand_seeder v0.4.0
27862026-06-17T21:57:15.071Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27872026-06-17T21:57:15.192Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27882026-06-17T21:57:15.232Z Compiling rustls v0.21.12
27892026-06-17T21:57:15.365Z Compiling cassowary v0.3.0
27902026-06-17T21:57:15.444Z Compiling corncobs v0.1.4
27912026-06-17T21:57:15.465Z Compiling illumos-nvpair-sys v0.2.0
27922026-06-17T21:57:15.594Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27932026-06-17T21:57:15.614Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27942026-06-17T21:57:15.689Z Compiling ratatui v0.29.0
27952026-06-17T21:57:15.742Z Compiling hickory-server v0.25.2
27962026-06-17T21:57:15.906Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27972026-06-17T21:57:15.950Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27982026-06-17T21:57:16.234Z Compiling camino-tempfile-ext v0.3.3
27992026-06-17T21:57:16.256Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28002026-06-17T21:57:16.293Z Compiling progenitor-macro v0.11.2
28012026-06-17T21:57:16.903Z Compiling darling v0.13.4
28022026-06-17T21:57:16.982Z Compiling sled v0.34.7
28032026-06-17T21:57:18.044Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28042026-06-17T21:57:19.546Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28052026-06-17T21:57:20.354Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28062026-06-17T21:57:20.755Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28072026-06-17T21:57:20.812Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28082026-06-17T21:57:21.037Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28092026-06-17T21:57:21.101Z Compiling progenitor-client v0.11.2
28102026-06-17T21:57:21.321Z Compiling rustls-webpki v0.101.7
28112026-06-17T21:57:21.332Z Compiling sct v0.7.1
28122026-06-17T21:57:21.581Z Compiling secrecy v0.8.0
28132026-06-17T21:57:21.646Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28142026-06-17T21:57:22.104Z Compiling git2 v0.20.4
28152026-06-17T21:57:22.996Z Compiling progenitor v0.11.2
28162026-06-17T21:57:23.264Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28172026-06-17T21:57:23.892Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28182026-06-17T21:57:24.056Z Compiling serde_with_macros v1.5.2
28192026-06-17T21:57:25.159Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28202026-06-17T21:57:25.401Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28212026-06-17T21:57:25.765Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28222026-06-17T21:57:26.129Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28232026-06-17T21:57:26.896Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28242026-06-17T21:57:26.935Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28252026-06-17T21:57:27.245Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28262026-06-17T21:57:27.463Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28272026-06-17T21:57:27.694Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28282026-06-17T21:57:27.919Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28292026-06-17T21:57:28.155Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28302026-06-17T21:57:28.325Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28312026-06-17T21:57:28.387Z Compiling void v1.0.2
28322026-06-17T21:57:28.597Z Compiling lzss v0.8.2
28332026-06-17T21:57:29.070Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28342026-06-17T21:57:29.764Z Compiling illumos-nvpair v0.3.0
28352026-06-17T21:57:30.507Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28362026-06-17T21:57:30.685Z Compiling serde_with v1.14.0
28372026-06-17T21:57:31.825Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28382026-06-17T21:57:31.993Z Compiling tokio-rustls v0.24.1
28392026-06-17T21:57:32.325Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28402026-06-17T21:57:32.448Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28412026-06-17T21:57:32.494Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28422026-06-17T21:57:32.625Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28432026-06-17T21:57:33.321Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28442026-06-17T21:57:33.569Z Compiling tungstenite v0.23.0
28452026-06-17T21:57:34.287Z Compiling rustls-pemfile v1.0.4
28462026-06-17T21:57:34.291Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28472026-06-17T21:57:34.689Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28482026-06-17T21:57:34.875Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28492026-06-17T21:57:34.923Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28502026-06-17T21:57:35.107Z Compiling nix v0.27.1
28512026-06-17T21:57:35.906Z Compiling twox-hash v2.1.2
28522026-06-17T21:57:36.277Z Compiling serde_bytes v0.11.19
28532026-06-17T21:57:36.414Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28542026-06-17T21:57:36.418Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28552026-06-17T21:57:36.573Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28562026-06-17T21:57:37.086Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28572026-06-17T21:57:37.131Z Compiling tokio-tungstenite v0.23.1
28582026-06-17T21:57:37.534Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28592026-06-17T21:57:37.597Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28602026-06-17T21:57:39.398Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28612026-06-17T21:57:40.523Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28622026-06-17T21:57:40.919Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28632026-06-17T21:57:41.188Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28642026-06-17T21:57:41.327Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28652026-06-17T21:57:41.624Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28662026-06-17T21:57:41.759Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28672026-06-17T21:57:42.099Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28682026-06-17T21:57:42.880Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28692026-06-17T21:57:43.070Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28702026-06-17T21:57:44.805Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28712026-06-17T21:57:45.821Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28722026-06-17T21:57:45.959Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28732026-06-17T21:57:46.630Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28742026-06-17T21:57:46.750Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28752026-06-17T21:57:47.016Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28762026-06-17T21:57:47.817Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28772026-06-17T21:57:49.201Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28782026-06-17T21:57:49.245Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28792026-06-17T21:57:49.525Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28802026-06-17T21:57:49.585Z Compiling signal-hook-tokio v0.3.1
28812026-06-17T21:57:49.737Z Compiling fatfs v0.3.6
28822026-06-17T21:57:49.763Z Compiling yasna v0.5.2
28832026-06-17T21:57:49.806Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28842026-06-17T21:57:50.170Z Compiling assert_matches v1.5.0
28852026-06-17T21:57:50.220Z Compiling is_ci v1.2.0
28862026-06-17T21:57:50.302Z Compiling seq-macro v0.3.6
28872026-06-17T21:57:50.437Z Compiling supports-color v3.0.2
28882026-06-17T21:57:50.720Z Compiling rcgen v0.12.1
28892026-06-17T21:57:50.802Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28902026-06-17T21:57:51.063Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28912026-06-17T21:57:51.257Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28922026-06-17T21:57:51.313Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28932026-06-17T21:57:51.545Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28942026-06-17T21:57:51.771Z Compiling subprocess v0.2.15
28952026-06-17T21:57:52.864Z Compiling rtoolbox v0.0.3
28962026-06-17T21:57:53.140Z Compiling rpassword v7.4.0
28972026-06-17T21:57:53.428Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28982026-06-17T21:57:53.550Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28992026-06-17T21:57:54.004Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29002026-06-17T21:57:54.984Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29012026-06-17T21:57:55.060Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29022026-06-17T21:57:55.127Z Compiling tui-tree-widget v0.23.1
29032026-06-17T21:57:55.429Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29042026-06-17T21:57:55.742Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29052026-06-17T21:57:56.288Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29062026-06-17T21:57:56.494Z Compiling uzers v0.12.2
29072026-06-17T21:57:57.935Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29082026-06-17T21:57:58.630Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29092026-06-17T21:57:59.719Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29102026-06-17T21:58:01.397Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29112026-06-17T21:58:04.202Z Compiling support-bundle-viewer v0.1.2
29122026-06-17T21:58:05.075Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29132026-06-17T21:58:06.100Z Compiling multimap v0.10.1
29142026-06-17T21:58:14.058Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29152026-06-17T21:58:20.328Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29162026-06-17T21:58:26.331Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29172026-06-17T21:58:27.286Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29182026-06-17T21:58:29.595Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29192026-06-17T22:06:21.789Z Finished `release` profile [optimized] target(s) in 10m 10s
29202026-06-17T22:07:08.417Z
29212026-06-17T22:07:08.417Zreal 10:58.649245227
29222026-06-17T22:07:08.419Zuser 1:21:14.321707550
29232026-06-17T22:07:08.419Zsys 3:36.172926944
29242026-06-17T22:07:08.419Ztrap 1.753187997
29252026-06-17T22:07:08.419Ztflt 2.569999421
29262026-06-17T22:07:08.419Zdflt 17.727593068
29272026-06-17T22:07:08.419Zkflt 0.082459292
29282026-06-17T22:07:08.419Zlock 7:52:21.715146967
29292026-06-17T22:07:08.419Zslp 2:23:05.674025152
29302026-06-17T22:07:08.420Zlat 2:31.135456468
29312026-06-17T22:07:08.420Zstop 5:28.297976655
29322026-06-17T22:07:08.420Z+ mapfile -t packages
29332026-06-17T22:07:08.420Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29342026-06-17T22:07:09.375Z Finished `release` profile [optimized] target(s) in 0.94s
29352026-06-17T22:07:09.454Z Running `target/release/omicron-package -t test list-outputs`
29362026-06-17T22:07:09.518ZLogging to: /work/oxidecomputer/omicron/out/LOG
29372026-06-17T22:07:09.521Z+ ptime -m cargo build --locked --release -p xtask
29382026-06-17T22:07:10.051Z Compiling libc v0.2.185
29392026-06-17T22:07:10.051Z Compiling serde v1.0.228
29402026-06-17T22:07:10.051Z Compiling serde_core v1.0.228
29412026-06-17T22:07:10.055Z Compiling rustix v1.1.3
29422026-06-17T22:07:10.055Z Compiling serde_json v1.0.149
29432026-06-17T22:07:10.055Z Compiling bitflags v2.11.0
29442026-06-17T22:07:10.195Z Compiling num-traits v0.2.19
29452026-06-17T22:07:10.215Z Compiling syn v2.0.117
29462026-06-17T22:07:10.238Z Compiling smallvec v1.15.1
29472026-06-17T22:07:10.238Z Compiling indexmap v2.14.0
29482026-06-17T22:07:10.248Z Compiling usdt-impl v0.5.0
29492026-06-17T22:07:10.273Z Compiling syn v1.0.109
29502026-06-17T22:07:10.284Z Compiling percent-encoding v2.3.2
29512026-06-17T22:07:10.298Z Compiling getrandom v0.4.1
29522026-06-17T22:07:10.392Z Compiling log v0.4.29
29532026-06-17T22:07:10.501Z Compiling form_urlencoded v1.2.2
29542026-06-17T22:07:10.646Z Compiling fs-err v3.3.0
29552026-06-17T22:07:10.650Z Compiling heck v0.4.1
29562026-06-17T22:07:10.650Z Compiling anyhow v1.0.102
29572026-06-17T22:07:10.709Z Compiling once_cell v1.21.3
29582026-06-17T22:07:10.992Z Compiling errno v0.3.14
29592026-06-17T22:07:10.992Z Compiling thread-id v4.2.2
29602026-06-17T22:07:10.995Z Compiling memmap v0.7.0
29612026-06-17T22:07:11.220Z Compiling ordered-float v2.10.1
29622026-06-17T22:07:11.784Z Compiling proc-macro-error v1.0.4
29632026-06-17T22:07:12.032Z Compiling tabled_derive v0.7.0
29642026-06-17T22:07:12.047Z Compiling terminal_size v0.4.3
29652026-06-17T22:07:12.047Z Compiling tempfile v3.25.0
29662026-06-17T22:07:12.146Z Compiling clap_builder v4.6.0
29672026-06-17T22:07:12.146Z Compiling textwrap v0.16.2
29682026-06-17T22:07:12.285Z Compiling camino-tempfile v1.4.1
29692026-06-17T22:07:12.710Z Compiling tabled v0.15.0
29702026-06-17T22:07:12.760Z Compiling synstructure v0.13.2
29712026-06-17T22:07:12.760Z Compiling pest_generator v2.8.6
29722026-06-17T22:07:13.151Z Compiling serde_derive v1.0.228
29732026-06-17T22:07:13.152Z Compiling zerofrom-derive v0.1.6
29742026-06-17T22:07:13.156Z Compiling yoke-derive v0.8.1
29752026-06-17T22:07:13.156Z Compiling zerovec-derive v0.11.2
29762026-06-17T22:07:13.156Z Compiling displaydoc v0.2.5
29772026-06-17T22:07:13.156Z Compiling thiserror-impl v1.0.69
29782026-06-17T22:07:13.156Z Compiling zerocopy-derive v0.7.35
29792026-06-17T22:07:13.156Z Compiling scroll_derive v0.12.1
29802026-06-17T22:07:13.156Z Compiling thiserror-impl v2.0.18
29812026-06-17T22:07:13.157Z Compiling clap_derive v4.6.1
29822026-06-17T22:07:13.287Z Compiling pest_derive v2.8.6
29832026-06-17T22:07:13.846Z Compiling scroll v0.12.0
29842026-06-17T22:07:14.019Z Compiling zerocopy v0.7.35
29852026-06-17T22:07:14.171Z Compiling goblin v0.8.2
29862026-06-17T22:07:14.280Z Compiling thiserror v1.0.69
29872026-06-17T22:07:14.322Z Compiling zerofrom v0.1.6
29882026-06-17T22:07:14.362Z Compiling thiserror v2.0.18
29892026-06-17T22:07:14.404Z Compiling dtrace-parser v0.2.0
29902026-06-17T22:07:14.448Z Compiling yoke v0.8.1
29912026-06-17T22:07:14.662Z Compiling zerovec v0.11.5
29922026-06-17T22:07:14.812Z Compiling zerotrie v0.2.3
29932026-06-17T22:07:14.828Z Compiling clap v4.6.1
29942026-06-17T22:07:15.266Z Compiling tinystr v0.8.2
29952026-06-17T22:07:15.266Z Compiling potential_utf v0.1.4
29962026-06-17T22:07:15.497Z Compiling icu_locale_core v2.1.1
29972026-06-17T22:07:15.500Z Compiling icu_collections v2.1.1
29982026-06-17T22:07:16.252Z Compiling icu_provider v2.1.1
29992026-06-17T22:07:16.577Z Compiling icu_properties v2.1.2
30002026-06-17T22:07:16.624Z Compiling icu_normalizer v2.1.1
30012026-06-17T22:07:16.678Z Compiling serde_spanned v0.6.9
30022026-06-17T22:07:16.791Z Compiling toml_datetime v0.6.11
30032026-06-17T22:07:16.836Z Compiling dof v0.3.0
30042026-06-17T22:07:16.854Z Compiling serde-value v0.7.0
30052026-06-17T22:07:16.931Z Compiling serde_tokenstream v0.2.3
30062026-06-17T22:07:17.045Z Compiling toml_edit v0.22.27
30072026-06-17T22:07:17.303Z Compiling cargo-platform v0.2.0
30082026-06-17T22:07:17.324Z Compiling macaddr v1.0.1
30092026-06-17T22:07:17.484Z Compiling idna_adapter v1.2.1
30102026-06-17T22:07:17.623Z Compiling idna v1.1.0
30112026-06-17T22:07:17.767Z Compiling usdt-attr-macro v0.5.0
30122026-06-17T22:07:17.768Z Compiling usdt-macro v0.5.0
30132026-06-17T22:07:17.987Z Compiling url v2.5.8
30142026-06-17T22:07:18.435Z Compiling usdt v0.5.0
30152026-06-17T22:07:18.666Z Compiling toml v0.8.23
30162026-06-17T22:07:19.095Z Compiling cargo-util-schemas v0.8.2
30172026-06-17T22:07:19.095Z Compiling cargo_toml v0.21.0
30182026-06-17T22:07:20.094Z Compiling cargo_metadata v0.21.0
30192026-06-17T22:07:23.188Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30202026-06-17T22:07:26.179Z Finished `release` profile [optimized] target(s) in 16.64s
30212026-06-17T22:07:26.339Z
30222026-06-17T22:07:26.342Zreal 16.780459440
30232026-06-17T22:07:26.342Zuser 2:21.822429570
30242026-06-17T22:07:26.342Zsys 16.883889113
30252026-06-17T22:07:26.342Ztrap 0.091267309
30262026-06-17T22:07:26.342Ztflt 0.516526869
30272026-06-17T22:07:26.342Zdflt 1.385030665
30282026-06-17T22:07:26.342Zkflt 0.000040500
30292026-06-17T22:07:26.342Zlock 5:16.963022429
30302026-06-17T22:07:26.342Zslp 3:25.531392047
30312026-06-17T22:07:26.342Zlat 6.262309514
30322026-06-17T22:07:26.342Zstop 20.458090183
30332026-06-17T22:07:26.342Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30342026-06-17T22:07:26.343Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30352026-06-17T22:07:26.343Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30362026-06-17T22:07:26.343Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30372026-06-17T22:07:26.343Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30382026-06-17T22:07:27.316Z Compiling progenitor-client v0.14.0
30392026-06-17T22:07:27.316Z Compiling newtype-uuid-macros v0.1.0
30402026-06-17T22:07:27.319Z Compiling structmeta-derive v0.3.0
30412026-06-17T22:07:27.319Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30422026-06-17T22:07:27.319Z Compiling rustls v0.22.4
30432026-06-17T22:07:27.319Z Compiling rustls-webpki v0.102.8
30442026-06-17T22:07:27.320Z Compiling multer v3.1.0
30452026-06-17T22:07:27.465Z Compiling compression-core v0.4.31
30462026-06-17T22:07:27.468Z Compiling match_cfg v0.1.0
30472026-06-17T22:07:27.468Z Compiling debug-ignore v1.0.5
30482026-06-17T22:07:27.468Z Compiling atomicwrites v0.4.4
30492026-06-17T22:07:27.468Z Compiling slog-json v2.6.1
30502026-06-17T22:07:27.558Z Compiling async-stream-impl v0.3.6
30512026-06-17T22:07:27.561Z Compiling serde_spanned v1.0.4
30522026-06-17T22:07:27.577Z Compiling hostname v0.3.1
30532026-06-17T22:07:27.593Z Compiling toml_datetime v1.0.0+spec-1.1.0
30542026-06-17T22:07:27.596Z Compiling dropshot v0.17.0
30552026-06-17T22:07:27.663Z Compiling toml_writer v1.0.6+spec-1.1.0
30562026-06-17T22:07:27.762Z Compiling slog-bunyan v2.5.0
30572026-06-17T22:07:27.762Z Compiling itertools v0.14.0
30582026-06-17T22:07:27.765Z Compiling waitgroup v0.1.2
30592026-06-17T22:07:27.796Z Compiling compression-codecs v0.4.37
30602026-06-17T22:07:27.833Z Compiling rustls-pemfile v2.2.0
30612026-06-17T22:07:27.853Z Compiling dropshot_endpoint v0.17.0
30622026-06-17T22:07:27.926Z Compiling toml v1.0.6+spec-1.1.0
30632026-06-17T22:07:27.945Z Compiling serde_path_to_error v0.1.20
30642026-06-17T22:07:27.948Z Compiling hostname v0.4.2
30652026-06-17T22:07:28.000Z Compiling async-compression v0.4.41
30662026-06-17T22:07:28.053Z Compiling regress v0.10.5
30672026-06-17T22:07:28.079Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30682026-06-17T22:07:28.096Z Compiling macaddr v1.0.1
30692026-06-17T22:07:28.138Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30702026-06-17T22:07:28.163Z Compiling instant v0.1.13
30712026-06-17T22:07:28.236Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30722026-06-17T22:07:28.254Z Compiling async-stream v0.3.6
30732026-06-17T22:07:28.274Z Compiling backon v1.6.0
30742026-06-17T22:07:28.292Z Compiling backoff v0.4.0
30752026-06-17T22:07:28.311Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30762026-06-17T22:07:28.332Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30772026-06-17T22:07:28.349Z Compiling humantime v2.3.0
30782026-06-17T22:07:28.368Z Compiling universal-hash v0.5.1
30792026-06-17T22:07:28.456Z Compiling progenitor-extras v0.2.0
30802026-06-17T22:07:28.473Z Compiling opaque-debug v0.3.1
30812026-06-17T22:07:28.499Z Compiling half v2.7.1
30822026-06-17T22:07:28.521Z Compiling ciborium-io v0.2.2
30832026-06-17T22:07:28.539Z Compiling crucible-workspace-hack v0.1.0
30842026-06-17T22:07:28.566Z Compiling convert_case v0.4.0
30852026-06-17T22:07:28.584Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30862026-06-17T22:07:28.641Z Compiling aead v0.5.2
30872026-06-17T22:07:28.641Z Compiling secrecy v0.10.3
30882026-06-17T22:07:28.732Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30892026-06-17T22:07:28.750Z Compiling poly1305 v0.8.0
30902026-06-17T22:07:28.792Z Compiling ciborium-ll v0.2.2
30912026-06-17T22:07:28.835Z Compiling chacha20 v0.9.1
30922026-06-17T22:07:28.853Z Compiling regress v0.11.1
30932026-06-17T22:07:28.856Z Compiling structmeta v0.3.0
30942026-06-17T22:07:28.890Z Compiling unsafe-libyaml v0.2.11
30952026-06-17T22:07:28.893Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30962026-06-17T22:07:28.926Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30972026-06-17T22:07:28.969Z Compiling derive_more v0.99.20
30982026-06-17T22:07:29.012Z Compiling ciborium v0.2.2
30992026-06-17T22:07:29.039Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31002026-06-17T22:07:29.058Z Compiling thiserror-impl-no-std v2.0.2
31012026-06-17T22:07:29.113Z Compiling derive-ex v0.1.8
31022026-06-17T22:07:29.130Z Compiling parse-display-derive v0.10.0
31032026-06-17T22:07:29.249Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31042026-06-17T22:07:29.290Z Compiling byte-wrapper v0.1.0
31052026-06-17T22:07:29.322Z Compiling password-hash v0.5.0
31062026-06-17T22:07:29.401Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31072026-06-17T22:07:29.525Z Compiling serde_yaml v0.9.34+deprecated
31082026-06-17T22:07:29.620Z Compiling blake2 v0.10.6
31092026-06-17T22:07:29.637Z Compiling toml_datetime v0.7.5+spec-1.1.0
31102026-06-17T22:07:29.663Z Compiling chacha20poly1305 v0.10.1
31112026-06-17T22:07:29.682Z Compiling indent_write v2.2.0
31122026-06-17T22:07:29.697Z Compiling heapless v0.8.0
31132026-06-17T22:07:29.763Z Compiling tokio-rustls v0.25.0
31142026-06-17T22:07:29.839Z Compiling toml_edit v0.23.10+spec-1.0.0
31152026-06-17T22:07:29.842Z Compiling ingot-macros v0.1.1
31162026-06-17T22:07:29.919Z Compiling argon2 v0.5.3
31172026-06-17T22:07:30.216Z Compiling tabwriter v1.4.1
31182026-06-17T22:07:30.233Z Compiling hash32 v0.3.1
31192026-06-17T22:07:30.312Z Compiling thiserror-no-std v2.0.2
31202026-06-17T22:07:30.416Z Compiling vsss-rs v3.3.4
31212026-06-17T22:07:30.440Z Compiling typify-impl v0.6.2
31222026-06-17T22:07:30.478Z Compiling proc-macro-crate v3.4.0
31232026-06-17T22:07:30.881Z Compiling test-strategy v0.4.5
31242026-06-17T22:07:30.900Z Compiling parse-display v0.10.0
31252026-06-17T22:07:30.957Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31262026-06-17T22:07:31.050Z Compiling num-derive v0.4.2
31272026-06-17T22:07:31.089Z Compiling num_enum_derive v0.7.6
31282026-06-17T22:07:31.160Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31292026-06-17T22:07:31.253Z Compiling smoltcp v0.11.0
31302026-06-17T22:07:31.270Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31312026-06-17T22:07:31.295Z Compiling num-rational v0.4.2
31322026-06-17T22:07:31.329Z Compiling cobs v0.3.0
31332026-06-17T22:07:31.559Z Compiling num-complex v0.4.6
31342026-06-17T22:07:31.562Z Compiling colored v3.1.1
31352026-06-17T22:07:31.596Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31362026-06-17T22:07:31.613Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31372026-06-17T22:07:31.660Z Compiling postcard v1.1.3
31382026-06-17T22:07:31.767Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31392026-06-17T22:07:31.936Z Compiling num v0.4.3
31402026-06-17T22:07:31.969Z Compiling proc-macro-error v1.0.4
31412026-06-17T22:07:31.972Z Compiling proc-macro-crate v1.3.1
31422026-06-17T22:07:32.006Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31432026-06-17T22:07:32.028Z Compiling foreign-types-macros v0.2.3
31442026-06-17T22:07:32.047Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31452026-06-17T22:07:32.049Z Compiling float-ord v0.3.2
31462026-06-17T22:07:32.049Z Compiling rayon-core v1.13.0
31472026-06-17T22:07:32.193Z Compiling num_enum v0.7.6
31482026-06-17T22:07:32.226Z Compiling cpufeatures v0.3.0
31492026-06-17T22:07:32.287Z Compiling foreign-types-shared v0.3.1
31502026-06-17T22:07:32.348Z Compiling chacha20 v0.10.0
31512026-06-17T22:07:32.382Z Compiling crossbeam-deque v0.8.6
31522026-06-17T22:07:32.419Z Compiling camino-tempfile v1.4.1
31532026-06-17T22:07:32.422Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31542026-06-17T22:07:32.422Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31552026-06-17T22:07:32.478Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31562026-06-17T22:07:32.478Z Compiling num_enum_derive v0.5.11
31572026-06-17T22:07:32.515Z Compiling cstr-argument v0.1.2
31582026-06-17T22:07:32.530Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31592026-06-17T22:07:32.688Z Compiling rand v0.10.0
31602026-06-17T22:07:32.708Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31612026-06-17T22:07:32.708Z Compiling foreign-types v0.5.0
31622026-06-17T22:07:32.711Z Compiling toml v0.8.23
31632026-06-17T22:07:32.789Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31642026-06-17T22:07:32.809Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31652026-06-17T22:07:32.836Z Compiling zone_cfg_derive v0.3.1
31662026-06-17T22:07:32.853Z Compiling ingot-types v0.1.2
31672026-06-17T22:07:32.940Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31682026-06-17T22:07:32.958Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31692026-06-17T22:07:32.960Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31702026-06-17T22:07:33.100Z Compiling rayon v1.11.0
31712026-06-17T22:07:33.100Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31722026-06-17T22:07:33.138Z Compiling itertools v0.12.1
31732026-06-17T22:07:33.141Z Compiling sigpipe v0.1.3
31742026-06-17T22:07:33.171Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31752026-06-17T22:07:33.268Z Compiling ingot v0.1.1
31762026-06-17T22:07:33.333Z Compiling glob v0.3.3
31772026-06-17T22:07:33.350Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31782026-06-17T22:07:33.418Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31792026-06-17T22:07:33.443Z Compiling smf v0.2.3
31802026-06-17T22:07:33.542Z Compiling whoami v1.6.1
31812026-06-17T22:07:33.611Z Compiling num_enum v0.5.11
31822026-06-17T22:07:33.628Z Compiling prettyplease v0.2.37
31832026-06-17T22:07:33.657Z Compiling usdt-macro v0.5.0
31842026-06-17T22:07:33.711Z Compiling usdt-attr-macro v0.5.0
31852026-06-17T22:07:33.760Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31862026-06-17T22:07:33.777Z Compiling gethostname v0.5.0
31872026-06-17T22:07:33.832Z Compiling memmap v0.7.0
31882026-06-17T22:07:33.866Z Compiling derive-where v1.6.0
31892026-06-17T22:07:33.927Z Compiling resolv-conf v0.7.6
31902026-06-17T22:07:34.050Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31912026-06-17T22:07:34.100Z Compiling owo-colors v4.3.0
31922026-06-17T22:07:34.214Z Compiling cancel-safe-futures v0.1.5
31932026-06-17T22:07:34.294Z Compiling libsw-core v0.3.2
31942026-06-17T22:07:34.316Z Compiling zone v0.3.1
31952026-06-17T22:07:34.440Z Compiling console v0.15.11
31962026-06-17T22:07:34.493Z Compiling libsw v3.5.0
31972026-06-17T22:07:34.530Z Compiling hickory-proto v0.24.4
31982026-06-17T22:07:34.592Z Compiling usdt v0.5.0
31992026-06-17T22:07:34.704Z Compiling newline-converter v0.3.0
32002026-06-17T22:07:34.849Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32012026-06-17T22:07:34.870Z Compiling libefi-sys v0.1.0
32022026-06-17T22:07:34.894Z Compiling linear-map v1.2.0
32032026-06-17T22:07:34.894Z Compiling linked-hash-map v0.5.6
32042026-06-17T22:07:34.949Z Compiling expectorate v1.2.0
32052026-06-17T22:07:35.046Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32062026-06-17T22:07:35.065Z Compiling git-stub v1.0.0
32072026-06-17T22:07:35.113Z Compiling typify-macro v0.6.2
32082026-06-17T22:07:35.116Z Compiling lru-cache v0.1.2
32092026-06-17T22:07:35.146Z Compiling bitfield-struct v0.6.2
32102026-06-17T22:07:35.150Z Compiling nom v8.0.0
32112026-06-17T22:07:35.150Z Compiling semver v0.1.20
32122026-06-17T22:07:35.246Z Compiling tokio-dtrace v0.1.1
32132026-06-17T22:07:35.282Z Compiling git-stub-vcs v0.1.0
32142026-06-17T22:07:35.285Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32152026-06-17T22:07:35.346Z Compiling dropshot-api-manager-types v0.7.2
32162026-06-17T22:07:35.365Z Compiling slog-dtrace v0.3.0
32172026-06-17T22:07:35.429Z Compiling rustc_version v0.1.7
32182026-06-17T22:07:35.467Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32192026-06-17T22:07:35.507Z Compiling minimal-lexical v0.2.1
32202026-06-17T22:07:35.547Z Compiling oxide-tokio-rt v0.1.4
32212026-06-17T22:07:35.575Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32222026-06-17T22:07:35.647Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32232026-06-17T22:07:35.667Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32242026-06-17T22:07:35.689Z Compiling phf_shared v0.12.1
32252026-06-17T22:07:35.708Z Compiling newtype_derive v0.1.6
32262026-06-17T22:07:35.708Z Compiling csv-core v0.1.13
32272026-06-17T22:07:35.800Z Compiling nom v7.1.3
32282026-06-17T22:07:35.818Z Compiling xshell-macros v0.2.7
32292026-06-17T22:07:35.843Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32302026-06-17T22:07:35.873Z Compiling highway v1.3.0
32312026-06-17T22:07:35.893Z Compiling chrono-tz v0.10.4
32322026-06-17T22:07:35.992Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32332026-06-17T22:07:36.089Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32342026-06-17T22:07:36.172Z Compiling csv v1.4.0
32352026-06-17T22:07:36.201Z Compiling const_format_proc_macros v0.2.34
32362026-06-17T22:07:36.236Z Compiling phf v0.12.1
32372026-06-17T22:07:36.255Z Compiling xshell v0.2.7
32382026-06-17T22:07:36.296Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32392026-06-17T22:07:36.416Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32402026-06-17T22:07:36.476Z Compiling primeorder v0.13.6
32412026-06-17T22:07:36.632Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32422026-06-17T22:07:36.749Z Compiling hickory-resolver v0.24.4
32432026-06-17T22:07:36.826Z Compiling tabled_derive v0.7.0
32442026-06-17T22:07:36.893Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32452026-06-17T22:07:36.934Z Compiling bcs v0.1.6
32462026-06-17T22:07:36.984Z Compiling tagptr v0.2.0
32472026-06-17T22:07:37.010Z Compiling typify v0.6.2
32482026-06-17T22:07:37.081Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32492026-06-17T22:07:37.153Z Compiling progenitor-impl v0.14.0
32502026-06-17T22:07:37.172Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32512026-06-17T22:07:37.207Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32522026-06-17T22:07:37.339Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32532026-06-17T22:07:37.510Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32542026-06-17T22:07:37.541Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32552026-06-17T22:07:37.743Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32562026-06-17T22:07:37.849Z Compiling qorb v0.4.1
32572026-06-17T22:07:37.890Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32582026-06-17T22:07:37.941Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32592026-06-17T22:07:37.962Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32602026-06-17T22:07:38.099Z Compiling const_format v0.2.35
32612026-06-17T22:07:38.184Z Compiling termtree v0.5.1
32622026-06-17T22:07:38.202Z Compiling salty v0.3.0
32632026-06-17T22:07:38.371Z Compiling tabled v0.15.0
32642026-06-17T22:07:38.452Z Compiling moka v0.12.13
32652026-06-17T22:07:38.470Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32662026-06-17T22:07:38.516Z Compiling textwrap v0.16.2
32672026-06-17T22:07:38.722Z Compiling steno v0.4.1
32682026-06-17T22:07:38.777Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32692026-06-17T22:07:38.896Z Compiling base64 v0.21.7
32702026-06-17T22:07:38.949Z Compiling radium v0.7.0
32712026-06-17T22:07:39.027Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32722026-06-17T22:07:39.092Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32732026-06-17T22:07:39.281Z Compiling hickory-resolver v0.25.2
32742026-06-17T22:07:39.297Z Compiling p384 v0.13.1
32752026-06-17T22:07:39.312Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32762026-06-17T22:07:39.417Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32772026-06-17T22:07:39.436Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32782026-06-17T22:07:39.645Z Compiling typify-impl v0.4.3
32792026-06-17T22:07:39.837Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32802026-06-17T22:07:39.928Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32812026-06-17T22:07:39.971Z Compiling progenitor-macro v0.14.0
32822026-06-17T22:07:39.990Z Compiling tap v1.0.1
32832026-06-17T22:07:40.108Z Compiling maybe-uninit v2.0.0
32842026-06-17T22:07:40.139Z Compiling wyz v0.5.1
32852026-06-17T22:07:40.258Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32862026-06-17T22:07:40.493Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32872026-06-17T22:07:40.576Z Compiling proc-macro-error-attr2 v2.0.0
32882026-06-17T22:07:40.614Z Compiling parking_lot_core v0.8.6
32892026-06-17T22:07:40.815Z Compiling funty v2.0.0
32902026-06-17T22:07:40.864Z Compiling packed_struct v0.10.1
32912026-06-17T22:07:40.913Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32922026-06-17T22:07:40.962Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32932026-06-17T22:07:41.025Z Compiling utf-8 v0.7.6
32942026-06-17T22:07:41.183Z Compiling tungstenite v0.21.0
32952026-06-17T22:07:41.206Z Compiling bitvec v1.0.1
32962026-06-17T22:07:41.225Z Compiling proc-macro-error2 v2.0.1
32972026-06-17T22:07:41.292Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32982026-06-17T22:07:41.322Z Compiling polyval v0.6.2
32992026-06-17T22:07:41.356Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33002026-06-17T22:07:41.374Z Compiling packed_struct_codegen v0.10.1
33012026-06-17T22:07:41.430Z Compiling bitfield-macros v0.19.4
33022026-06-17T22:07:41.448Z Compiling zerocopy-derive v0.6.6
33032026-06-17T22:07:41.573Z Compiling indexmap v1.9.3
33042026-06-17T22:07:41.589Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33052026-06-17T22:07:41.776Z Compiling nodrop v0.1.14
33062026-06-17T22:07:41.810Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33072026-06-17T22:07:41.827Z Compiling crc-catalog v2.4.0
33082026-06-17T22:07:41.904Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33092026-06-17T22:07:41.947Z Compiling crc v3.4.0
33102026-06-17T22:07:42.051Z Compiling array-init v0.0.4
33112026-06-17T22:07:42.126Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33122026-06-17T22:07:42.165Z Compiling tokio-tungstenite v0.21.0
33132026-06-17T22:07:42.191Z Compiling tabled_derive v0.11.0
33142026-06-17T22:07:42.266Z Compiling bitfield v0.19.4
33152026-06-17T22:07:42.385Z Compiling zerocopy v0.6.6
33162026-06-17T22:07:42.452Z Compiling ghash v0.5.1
33172026-06-17T22:07:42.539Z Compiling smallvec v0.6.14
33182026-06-17T22:07:42.645Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33192026-06-17T22:07:42.709Z Compiling papergrid v0.17.0
33202026-06-17T22:07:42.756Z Compiling libscf-sys v1.2.0
33212026-06-17T22:07:42.786Z Compiling testing_table v0.3.0
33222026-06-17T22:07:42.848Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33232026-06-17T22:07:42.922Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33242026-06-17T22:07:42.941Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33252026-06-17T22:07:42.960Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33262026-06-17T22:07:42.985Z Compiling ctr v0.9.2
33272026-06-17T22:07:43.118Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33282026-06-17T22:07:43.208Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33292026-06-17T22:07:43.226Z Compiling corncobs v0.1.4
33302026-06-17T22:07:43.245Z Compiling hashbrown v0.12.3
33312026-06-17T22:07:43.444Z Compiling illumos-nvpair-sys v0.2.0
33322026-06-17T22:07:43.465Z Compiling unicase v2.9.0
33332026-06-17T22:07:43.480Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33342026-06-17T22:07:43.497Z Compiling aes-gcm v0.10.3
33352026-06-17T22:07:43.500Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33362026-06-17T22:07:43.568Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33372026-06-17T22:07:43.586Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33382026-06-17T22:07:43.691Z Compiling tabled v0.20.0
33392026-06-17T22:07:43.710Z Compiling mime_guess v2.0.5
33402026-06-17T22:07:43.785Z Compiling parking_lot v0.11.2
33412026-06-17T22:07:43.933Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33422026-06-17T22:07:43.977Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33432026-06-17T22:07:43.995Z Compiling serde-hex v0.1.0
33442026-06-17T22:07:44.034Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33452026-06-17T22:07:44.147Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33462026-06-17T22:07:44.212Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33472026-06-17T22:07:44.267Z Compiling ron v0.8.1
33482026-06-17T22:07:44.304Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33492026-06-17T22:07:44.345Z Compiling typify-macro v0.4.3
33502026-06-17T22:07:44.457Z Compiling progenitor-client v0.11.2
33512026-06-17T22:07:44.476Z Compiling hashbrown v0.13.2
33522026-06-17T22:07:44.611Z Compiling prefix-trie v0.7.0
33532026-06-17T22:07:44.807Z Compiling blowfish v0.9.1
33542026-06-17T22:07:44.824Z Compiling ssh-encoding v0.2.0
33552026-06-17T22:07:45.016Z Compiling fxhash v0.2.1
33562026-06-17T22:07:45.041Z Compiling secrecy v0.8.0
33572026-06-17T22:07:45.080Z Compiling crc-any v2.5.0
33582026-06-17T22:07:45.120Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33592026-06-17T22:07:45.143Z Compiling progenitor v0.14.0
33602026-06-17T22:07:45.186Z Compiling sled v0.34.7
33612026-06-17T22:07:45.278Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33622026-06-17T22:07:45.322Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33632026-06-17T22:07:45.350Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33642026-06-17T22:07:45.545Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33652026-06-17T22:07:45.810Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33662026-06-17T22:07:45.876Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33672026-06-17T22:07:45.956Z Compiling ssh-cipher v0.2.0
33682026-06-17T22:07:46.118Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33692026-06-17T22:07:46.182Z Compiling hickory-server v0.25.2
33702026-06-17T22:07:46.200Z Compiling typify v0.4.3
33712026-06-17T22:07:46.222Z Compiling bcrypt-pbkdf v0.10.0
33722026-06-17T22:07:46.345Z Compiling progenitor-impl v0.11.2
33732026-06-17T22:07:46.362Z Compiling object v0.30.4
33742026-06-17T22:07:46.522Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33752026-06-17T22:07:46.641Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33762026-06-17T22:07:46.662Z Compiling password-hash v0.4.2
33772026-06-17T22:07:46.700Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33782026-06-17T22:07:46.865Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33792026-06-17T22:07:46.999Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33802026-06-17T22:07:47.096Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33812026-06-17T22:07:47.466Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33822026-06-17T22:07:48.023Z Compiling path-slash v0.1.5
33832026-06-17T22:07:48.206Z Compiling crc8 v0.1.1
33842026-06-17T22:07:48.262Z Compiling half v1.8.3
33852026-06-17T22:07:48.281Z Compiling http-range v0.1.5
33862026-06-17T22:07:48.361Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33872026-06-17T22:07:48.489Z Compiling serde_cbor v0.11.2
33882026-06-17T22:07:48.507Z Compiling pbkdf2 v0.11.0
33892026-06-17T22:07:48.572Z Compiling illumos-nvpair v0.3.0
33902026-06-17T22:07:48.823Z Compiling ssh-key v0.6.7
33912026-06-17T22:07:49.049Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33922026-06-17T22:07:49.102Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33932026-06-17T22:07:49.130Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33942026-06-17T22:07:49.195Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33952026-06-17T22:07:49.229Z Compiling progenitor-macro v0.11.2
33962026-06-17T22:07:49.246Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33972026-06-17T22:07:49.483Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33982026-06-17T22:07:49.500Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33992026-06-17T22:07:49.671Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34002026-06-17T22:07:49.767Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34012026-06-17T22:07:49.786Z Compiling p521 v0.13.3
34022026-06-17T22:07:49.929Z Compiling p256 v0.13.2
34032026-06-17T22:07:49.954Z Compiling yasna v0.5.2
34042026-06-17T22:07:50.147Z Compiling kstat-rs v0.2.4
34052026-06-17T22:07:50.230Z Compiling headers-core v0.3.0
34062026-06-17T22:07:50.345Z Compiling nanorand v0.7.0
34072026-06-17T22:07:50.388Z Compiling atty v0.2.14
34082026-06-17T22:07:50.484Z Compiling russh-cryptovec v0.7.3
34092026-06-17T22:07:50.546Z Compiling home v0.5.12
34102026-06-17T22:07:50.565Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34112026-06-17T22:07:50.586Z Compiling md5 v0.7.0
34122026-06-17T22:07:50.589Z Compiling flume v0.11.1
34132026-06-17T22:07:50.623Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
34142026-06-17T22:07:50.669Z Compiling rcgen v0.12.1
34152026-06-17T22:07:50.688Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34162026-06-17T22:07:50.706Z Compiling headers v0.4.1
34172026-06-17T22:07:50.728Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34182026-06-17T22:07:50.793Z Compiling russh-keys v0.45.0
34192026-06-17T22:07:50.901Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34202026-06-17T22:07:50.952Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34212026-06-17T22:07:51.103Z Compiling hyper-staticfile v0.10.1
34222026-06-17T22:07:51.295Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34232026-06-17T22:07:51.334Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34242026-06-17T22:07:51.353Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34252026-06-17T22:07:51.506Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34262026-06-17T22:07:51.524Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34272026-06-17T22:07:51.586Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34282026-06-17T22:07:51.650Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34292026-06-17T22:07:51.698Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34302026-06-17T22:07:51.765Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34312026-06-17T22:07:51.984Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34322026-06-17T22:07:52.009Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34332026-06-17T22:07:52.063Z Compiling num-bigint v0.4.6
34342026-06-17T22:07:52.147Z Compiling des v0.8.1
34352026-06-17T22:07:52.249Z Compiling subprocess v0.2.15
34362026-06-17T22:07:52.283Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34372026-06-17T22:07:52.374Z Compiling hex-literal v0.4.1
34382026-06-17T22:07:52.399Z Compiling display-error-chain v0.2.2
34392026-06-17T22:07:52.442Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34402026-06-17T22:07:52.473Z Compiling colored v2.2.0
34412026-06-17T22:07:52.491Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34422026-06-17T22:07:52.525Z Compiling socket2 v0.5.10
34432026-06-17T22:07:52.573Z Compiling internet-checksum v0.2.1
34442026-06-17T22:07:52.744Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34452026-06-17T22:07:52.975Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34462026-06-17T22:07:53.418Z Compiling russh v0.45.0
34472026-06-17T22:07:54.024Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34482026-06-17T22:07:54.055Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34492026-06-17T22:07:54.173Z Compiling progenitor v0.11.2
34502026-06-17T22:07:54.301Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34512026-06-17T22:07:56.468Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34522026-06-17T22:07:57.128Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34532026-06-17T22:07:57.614Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34542026-06-17T22:07:59.529Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34552026-06-17T22:07:59.926Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34562026-06-17T22:08:07.524Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34572026-06-17T22:08:07.524Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34582026-06-17T22:08:07.528Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34592026-06-17T22:08:07.528Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34602026-06-17T22:08:09.231Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34612026-06-17T22:08:09.302Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34622026-06-17T22:08:13.543Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34632026-06-17T22:08:52.769Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34642026-06-17T22:08:53.012Z
34652026-06-17T22:08:53.012Zreal 1:26.605450073
34662026-06-17T22:08:53.012Zuser 8:09.734159339
34672026-06-17T22:08:53.016Zsys 1:43.008822548
34682026-06-17T22:08:53.016Ztrap 0.245947929
34692026-06-17T22:08:53.016Ztflt 0.516164180
34702026-06-17T22:08:53.016Zdflt 1.657032936
34712026-06-17T22:08:53.016Zkflt 0.000396260
34722026-06-17T22:08:53.016Zlock 27:39.447704705
34732026-06-17T22:08:53.016Zslp 18:37.406393891
34742026-06-17T22:08:53.016Zlat 38.438988923
34752026-06-17T22:08:53.016Zstop 2:46.992779187
34762026-06-17T22:08:53.016Z+ mkdir tests
34772026-06-17T22:08:53.019Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34782026-06-17T22:08:53.019Z+ xargs -I '{}' -t cp '{}' tests/
34792026-06-17T22:08:53.040Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-53996ec9870ea088 tests/
34802026-06-17T22:08:53.060Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-2010e359b1e08915 tests/
34812026-06-17T22:08:53.080Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-0ed3e3b774f2ca75 tests/
34822026-06-17T22:08:53.101Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a428f1b311deaf91 tests/
34832026-06-17T22:08:53.330Z+ 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)
34842026-06-17T22:08:53.337Z+ 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-2010e359b1e08915 tests/commtest-0ed3e3b774f2ca75 tests/dhcp_server-53996ec9870ea088 tests/end_to_end_tests-a428f1b311deaf91 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
34852026-06-17T22:10:15.199ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34862026-06-17T22:10:15.199Za .github/buildomat/ci-env.sh 1K
34872026-06-17T22:10:15.199Za out/target/test 1K
34882026-06-17T22:10:15.199Za out/npuzone/npuzone 27402K
34892026-06-17T22:10:15.199Za package-manifest.toml 35K
34902026-06-17T22:10:15.199Za smf/sled-agent/non-gimlet/config.toml 6K
34912026-06-17T22:10:15.199Za target/release/omicron-package 45146K
34922026-06-17T22:10:15.199Za target/release/xtask 11453K
34932026-06-17T22:10:15.199Za target/debug/bootstrap 354807K
34942026-06-17T22:10:15.199Za tests/bootstrap-2010e359b1e08915 31215K
34952026-06-17T22:10:15.199Za tests/commtest-0ed3e3b774f2ca75 32300K
34962026-06-17T22:10:15.199Za tests/dhcp_server-53996ec9870ea088 31215K
34972026-06-17T22:10:15.199Za tests/end_to_end_tests-a428f1b311deaf91 395884K
34982026-06-17T22:10:15.199Za tools/opte_version 1K
34992026-06-17T22:10:15.199Za tools/opte_version_override 2K
35002026-06-17T22:10:15.199Za out/clickhouse.tar.gz 321323K
35012026-06-17T22:10:15.199Za out/clickhouse_keeper.tar.gz 306392K
35022026-06-17T22:10:15.199Za out/clickhouse_server.tar.gz 321320K
35032026-06-17T22:10:15.199Za out/cockroachdb.tar.gz 165620K
35042026-06-17T22:10:15.199Za out/crucible-pantry-zone.tar.gz 40616K
35052026-06-17T22:10:15.200Za out/crucible-utils.tar 16478K
35062026-06-17T22:10:15.200Za out/crucible-zone.tar.gz 56186K
35072026-06-17T22:10:15.200Za out/external-dns.tar.gz 50211K
35082026-06-17T22:10:15.200Za out/internal-dns.tar.gz 50211K
35092026-06-17T22:10:15.200Za out/mg-ddm-gz.tar 97912K
35102026-06-17T22:10:15.202Za out/nexus.tar.gz 278279K
35112026-06-17T22:10:15.202Za out/ntp.tar.gz 32288K
35122026-06-17T22:10:15.202Za out/omicron-gateway-softnpu.tar.gz 28896K
35132026-06-17T22:10:15.202Za out/omicron-sled-agent.tar 203656K
35142026-06-17T22:10:15.202Za out/overlay.tar.gz 3K
35152026-06-17T22:10:15.202Za out/oximeter.tar.gz 65456K
35162026-06-17T22:10:15.202Za out/oxlog.tar 3782K
35172026-06-17T22:10:15.202Za out/probe.tar.gz 3037K
35182026-06-17T22:10:15.202Za out/propolis-server.tar.gz 34918K
35192026-06-17T22:10:15.202Za out/pumpkind-gz.tar 26647K
35202026-06-17T22:10:15.202Za out/switch-softnpu.tar.gz 450751K
35212026-06-17T22:10:15.211Z
35222026-06-17T22:10:15.211Zreal 1:21.865687261
35232026-06-17T22:10:15.211Zuser 1:19.096598926
35242026-06-17T22:10:15.211Zsys 4.541195632
35252026-06-17T22:10:15.212Ztrap 0.006570990
35262026-06-17T22:10:15.212Ztflt 0.000000000
35272026-06-17T22:10:15.212Zdflt 0.000000000
35282026-06-17T22:10:15.212Zkflt 0.000000000
35292026-06-17T22:10:15.212Zlock 0.000000000
35302026-06-17T22:10:15.212Zslp 1:19.045297898
35312026-06-17T22:10:15.212Zlat 1.037522206
35322026-06-17T22:10:15.212Zstop 0.000180100
35332026-06-17T22:10:15.212Zprocess exited: duration 1076238 ms, exit code 0
 
35342026-06-17T22:10:15.243Zfound 1 output files
35352026-06-17T22:10:15.255Zuploading: /work/package.tar.gz (2550397040 bytes)
35362026-06-17T22:10:53.285Zuploaded: /work/package.tar.gz