01KWGFVZJEP8S71AQM88PVFSM5: 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: 01KWGFWFHAYWQXWBSVH702SSZG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-02T04:03:31.268Zjob assigned to worker 01KWGFWQ1CJ3X9QW9976GB5KBH [factory aws, i-0b1e399a74c0acda7] (queued for 50 s)
 
22026-07-02T04:03:38.997Zstarting task 0: "setup"
32026-07-02T04:03:39.001Z++ uname -s
42026-07-02T04:03:39.005Z+ kern=SunOS
52026-07-02T04:03:39.005Z+ build_user=build
62026-07-02T04:03:39.005Z+ build_uid=12345
72026-07-02T04:03:39.005Z+ work_dir=/work
82026-07-02T04:03:39.005Z+ input_dir=/input
92026-07-02T04:03:39.005Z+ [[ 0 == 12345 ]]
102026-07-02T04:03:39.005Z+ case "$kern" in
112026-07-02T04:03:39.005Z+ groupadd -g 12345 build
122026-07-02T04:03:39.017Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-02T04:03:41.025Z+ zfs create -o mountpoint=/work rpool/work
142026-07-02T04:03:41.112Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-02T04:03:41.115Z+ home_fs=zfs
162026-07-02T04:03:41.115Z+ [[ zfs == autofs ]]
172026-07-02T04:03:41.115Z+ mkdir -p /home/build
182026-07-02T04:03:41.118Z+ chown build:build /home/build /work
192026-07-02T04:03:43.118Z+ chmod 0700 /home/build /work
202026-07-02T04:03:43.121Zprocess exited: duration 4126 ms, exit code 0
 
212026-07-02T04:03:43.127Zstarting task 1: "rust-toolchain"
222026-07-02T04:03:43.132Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-02T04:03:43.132Z * rust toolchain channel = "1.96.1"
242026-07-02T04:03:43.132Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-02T04:03:43.132Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-02T04:03:43.132Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-02T04:03:43.132Z * rust toolchain profile = "default"
282026-07-02T04:03:43.135Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-02T04:03:43.135Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-02T04:03:43.232Zinfo: downloading installer
312026-07-02T04:03:44.661Zwarn: It looks like you have an existing rustup settings file at:
322026-07-02T04:03:44.661Zwarn: /home/build/.rustup/settings.toml
332026-07-02T04:03:44.661Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-02T04:03:44.661Zwarn: instead of the one inferred from the default host triple.
352026-07-02T04:03:44.673Zinfo: profile set to default
362026-07-02T04:03:44.673Zinfo: default host triple is x86_64-unknown-illumos
372026-07-02T04:03:44.675Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-02T04:03:44.816Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-02T04:03:44.818Zinfo: downloading 6 components
402026-07-02T04:04:00.037Z
412026-07-02T04:04:00.037Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
422026-07-02T04:04:00.071Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-02T04:04:00.071Z
442026-07-02T04:04:00.071Z
452026-07-02T04:04:00.072ZRust is installed now. Great!
462026-07-02T04:04:00.072Z
472026-07-02T04:04:00.072ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-02T04:04:00.072Zenvironment variable. This has not been done automatically.
492026-07-02T04:04:00.072Z
502026-07-02T04:04:00.072ZTo configure your current shell, you need to source
512026-07-02T04:04:00.072Zthe corresponding env file under $HOME/.cargo.
522026-07-02T04:04:00.072Z
532026-07-02T04:04:00.072ZThis is usually done by running one of the following (note the leading DOT):
542026-07-02T04:04:00.072Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-02T04:04:00.072Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-02T04:04:00.072Zsource "~/.cargo/env.nu" # For nushell
572026-07-02T04:04:00.072Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-02T04:04:00.072Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-02T04:04:00.072Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-02T04:04:00.075Zwarn: no default linker (`cc`) was found in your PATH
612026-07-02T04:04:00.075Zwarn: many Rust crates require a system C toolchain to build
622026-07-02T04:04:00.177Z+ rustup --version
632026-07-02T04:04:00.183Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-02T04:04:00.186Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-02T04:04:00.203Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-02T04:04:00.206Z+ cargo --version
672026-07-02T04:04:00.215Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-02T04:04:00.218Z+ rustc --version
692026-07-02T04:04:00.236Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-02T04:04:00.239Zprocess exited: duration 17112 ms, exit code 0
 
712026-07-02T04:04:00.245Zstarting task 2: "authentication"
722026-07-02T04:04:00.263Zprocess exited: duration 18 ms, exit code 0
 
732026-07-02T04:04:00.269Zstarting task 3: "clone repository"
742026-07-02T04:04:00.273Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-02T04:04:00.277Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-02T04:04:00.313ZCloning into '/work/oxidecomputer/omicron'...
772026-07-02T04:04:10.368Z+ cd /work/oxidecomputer/omicron
782026-07-02T04:04:10.368Z+ git fetch origin 3f1c4313c314d5327b03a8c5d5b81f2d68af2f34
792026-07-02T04:04:10.819ZFrom https://github.com/oxidecomputer/omicron
802026-07-02T04:04:10.819Z * branch 3f1c4313c314d5327b03a8c5d5b81f2d68af2f34 -> FETCH_HEAD
812026-07-02T04:04:10.833Z+ [[ -n '' ]]
822026-07-02T04:04:10.833Z+ git reset --hard 3f1c4313c314d5327b03a8c5d5b81f2d68af2f34
832026-07-02T04:04:11.073ZHEAD is now at 3f1c4313c [ntp-admin] Service should explicitly depend on chrony setup
842026-07-02T04:04:11.076Zprocess exited: duration 10806 ms, exit code 0
 
852026-07-02T04:04:11.082Zstarting task 4: "build"
862026-07-02T04:04:11.087Z+ source .github/buildomat/ci-env.sh
872026-07-02T04:04:11.090Z++ export CARGO_TERM_COLOR=always
882026-07-02T04:04:11.090Z++ CARGO_TERM_COLOR=always
892026-07-02T04:04:11.090Z+ cargo --version
902026-07-02T04:04:11.097Zcargo 1.96.1 (356927216 2026-06-26)
912026-07-02T04:04:11.100Z+ rustc --version
922026-07-02T04:04:11.120Zrustc 1.96.1 (31fca3adb 2026-06-26)
932026-07-02T04:04:11.123Z+ WORK=/work
942026-07-02T04:04:11.123Z+ pfexec mkdir -p /work
952026-07-02T04:04:11.126Z+ pfexec chown build /work
962026-07-02T04:04:11.129Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972026-07-02T04:04:12.812Z Startup: Refreshing catalog 'helios' ... Done
982026-07-02T04:04:12.926Z Startup: Caching catalogs ... Done
992026-07-02T04:04:13.432ZPlanning: Solver setup ... Done (0.452s)
1002026-07-02T04:04:13.458ZPlanning: Running solver ... Done (0.026s)
1012026-07-02T04:04:13.471ZPlanning: Finding local manifests ... Done (0.003s)
1022026-07-02T04:04:13.482ZPlanning: Fetching manifests: 0/2 0% complete
1032026-07-02T04:04:13.498ZPlanning: Fetching manifests: 2/2 100% complete
1042026-07-02T04:04:13.512ZPlanning: Package planning ... Done (0.014s)
1052026-07-02T04:04:13.515ZPlanning: Merging actions ... Done (0.001s)
1062026-07-02T04:04:13.688ZPlanning: Checking for conflicting actions ... Done (0.173s)
1072026-07-02T04:04:13.691ZPlanning: Consolidating action changes ... Done (0.001s)
1082026-07-02T04:04:14.507ZPlanning: Evaluating mediators ... Done (0.819s)
1092026-07-02T04:04:14.511ZPlanning: Planning completed in 1.56 seconds
1102026-07-02T04:04:14.516Z Packages to install: 2
1112026-07-02T04:04:14.516Z Estimated space available: 156.06 GB
1122026-07-02T04:04:14.516ZEstimated space to be consumed: 30.98 MB
1132026-07-02T04:04:14.516Z Create boot environment: No
1142026-07-02T04:04:14.519ZCreate backup boot environment: No
1152026-07-02T04:04:14.519Z Rebuild boot archive: No
1162026-07-02T04:04:14.519Z
1172026-07-02T04:04:14.519ZChanged packages:
1182026-07-02T04:04:14.519Zhelios
1192026-07-02T04:04:14.519Z developer/build-essential
1202026-07-02T04:04:14.519Z None -> 11-3.0
1212026-07-02T04:04:14.519Z library/libxmlsec1
1222026-07-02T04:04:14.519Z None -> 1.2.35-3.0
1232026-07-02T04:04:14.541Z
1242026-07-02T04:04:14.541ZDownload: 0/214 items 0.0/1.3MB 0% complete
1252026-07-02T04:04:15.201ZDownload: Completed 1.28 MB in 0.66 seconds (1.9M/s)
1262026-07-02T04:04:15.305Z Actions: 1/268 actions (Installing new actions)
1272026-07-02T04:04:15.344Z Actions: Completed 268 actions in 0.04 seconds.
1282026-07-02T04:04:15.356ZFinalize: Updating package state database ... Done (0.012s)
1292026-07-02T04:04:15.356ZFinalize: Updating package cache ... Done (0.000s)
1302026-07-02T04:04:15.384ZFinalize: Updating image state ... Done (0.028s)
1312026-07-02T04:04:17.980ZFinalize: Creating fast lookup database ... Done (2.569s)
1322026-07-02T04:04:18.048ZFinalize: Reading search index ... Done (0.013s)
1332026-07-02T04:04:18.052ZFinalize: Updating search index ... Done (0.000s)
1342026-07-02T04:04:18.158ZFinalize: Updating package cache ... Done (0.000s)
1352026-07-02T04:04:18.470ZPlanning: Evaluating mediator changes ... Done
1362026-07-02T04:04:18.573ZPlanning: Checking for conflicting actions ... Done
1372026-07-02T04:04:18.576ZPlanning: Consolidating action changes ... Done
1382026-07-02T04:04:18.726ZPlanning: Evaluating mediators ... Done
1392026-07-02T04:04:18.729ZPlanning: Planning completed in 0.26 seconds
1402026-07-02T04:04:18.749Z Mediators to change: 2
1412026-07-02T04:04:18.749Z Create boot environment: No
1422026-07-02T04:04:18.749ZCreate backup boot environment: No
1432026-07-02T04:04:18.802ZFinalize: Updating package state database ... Done
1442026-07-02T04:04:18.802ZFinalize: Updating package cache ... Done
1452026-07-02T04:04:18.818ZFinalize: Updating image state ... Done
1462026-07-02T04:04:20.749ZFinalize: Creating fast lookup database ... Done
1472026-07-02T04:04:20.817ZFinalize: Reading search index ... Done
1482026-07-02T04:04:20.819ZFinalize: Updating search index ... Done
1492026-07-02T04:04:20.888ZFinalize: Updating package cache ... Done
1502026-07-02T04:04:21.174ZPlanning: Evaluating mediator changes ... Done
1512026-07-02T04:04:21.280ZPlanning: Checking for conflicting actions ... Done
1522026-07-02T04:04:21.283ZPlanning: Consolidating action changes ... Done
1532026-07-02T04:04:21.440ZPlanning: Evaluating mediators ... Done
1542026-07-02T04:04:21.444ZPlanning: Planning completed in 0.27 seconds
1552026-07-02T04:04:21.460Z Mediators to change: 1
1562026-07-02T04:04:21.460Z Create boot environment: No
1572026-07-02T04:04:21.460ZCreate backup boot environment: No
1582026-07-02T04:04:21.513ZFinalize: Updating package state database ... Done
1592026-07-02T04:04:21.513ZFinalize: Updating package cache ... Done
1602026-07-02T04:04:21.529ZFinalize: Updating image state ... Done
1612026-07-02T04:04:23.476ZFinalize: Creating fast lookup database ... Done
1622026-07-02T04:04:23.536ZFinalize: Reading search index ... Done
1632026-07-02T04:04:23.539ZFinalize: Updating search index ... Done
1642026-07-02T04:04:23.619ZFinalize: Updating package cache ... Done
1652026-07-02T04:04:23.933ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1662026-07-02T04:04:23.933Zapache system 2.4 system
1672026-07-02T04:04:23.933Zclang system 15 system
1682026-07-02T04:04:23.933Zcsh system system illumos
1692026-07-02T04:04:23.933Zctags system system illumos
1702026-07-02T04:04:23.933Zfile vendor vendor darwinsys
1712026-07-02T04:04:23.933Zfile system system illumos
1722026-07-02T04:04:23.933Zgcc vendor 14 vendor
1732026-07-02T04:04:23.933Zgcc system 13 system
1742026-07-02T04:04:23.933Zgcc system 10 system
1752026-07-02T04:04:23.933Zgo system 1.25 system
1762026-07-02T04:04:23.933Zllvm system 15 system
1772026-07-02T04:04:23.933Zmariadb system 11.4 system
1782026-07-02T04:04:23.933Zmta vendor vendor dma
1792026-07-02T04:04:23.933Zopenjdk system 17 system
1802026-07-02T04:04:23.933Zopenjdk system 11 system
1812026-07-02T04:04:23.933Zopenssl vendor 3 vendor
1822026-07-02T04:04:23.933Zperl system 5.40 system
1832026-07-02T04:04:23.933Zpostgresql system 18 system
1842026-07-02T04:04:23.933Zpostgresql system 17 system
1852026-07-02T04:04:23.933Zpython vendor 3 vendor
1862026-07-02T04:04:23.933Zpython system 2 system
1872026-07-02T04:04:23.933Zpython3 vendor 3.13 vendor
1882026-07-02T04:04:23.933Zruby system 3.4 system
1892026-07-02T04:04:23.933Zruby system 3.0 system
1902026-07-02T04:04:23.933Zwords vendor vendor american-english
1912026-07-02T04:04:23.933Zwords system system australian-english
1922026-07-02T04:04:23.933Zwords system system british-english
1932026-07-02T04:04:23.933Zwords system system canadian-english
1942026-07-02T04:04:23.933Zwords system system french
1952026-07-02T04:04:23.933Zwords system system italian
1962026-07-02T04:04:23.933Zwords system system ngerman
1972026-07-02T04:04:23.933Zwords system system ogerman
1982026-07-02T04:04:23.933Zwords system system spanish
1992026-07-02T04:04:24.183ZPUBLISHER TYPE STATUS P LOCATION
2002026-07-02T04:04:24.183Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2012026-07-02T04:04:24.481ZFMRI IFO
2022026-07-02T04:04:24.481Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2032026-07-02T04:04:24.482Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2042026-07-02T04:04:24.482Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2052026-07-02T04:04:24.482Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2062026-07-02T04:04:24.482Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2072026-07-02T04:04:24.482Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2082026-07-02T04:04:24.482Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2092026-07-02T04:04:24.482Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2102026-07-02T04:04:24.482Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2112026-07-02T04:04:24.734Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2122026-07-02T04:04:25.005Z Updating crates.io index
2132026-07-02T04:04:25.008Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2142026-07-02T04:04:25.268Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2152026-07-02T04:04:25.555Z Updating git repository `https://github.com/oxidecomputer/propolis`
2162026-07-02T04:04:26.450Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2172026-07-02T04:04:26.981Z Updating git repository `https://github.com/oxidecomputer/crucible`
2182026-07-02T04:04:28.509Z Updating git repository `https://github.com/oxidecomputer/opte`
2192026-07-02T04:04:29.361Z Updating git repository `https://github.com/oxidecomputer/tofino`
2202026-07-02T04:04:29.623Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-07-02T04:04:29.995Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2222026-07-02T04:04:31.034Z Updating git repository `https://github.com/oxidecomputer/clickward`
2232026-07-02T04:04:31.330Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2242026-07-02T04:04:31.674Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2252026-07-02T04:04:31.936Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2262026-07-02T04:04:32.396Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2272026-07-02T04:04:32.880Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2282026-07-02T04:04:33.157Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2292026-07-02T04:04:33.411Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2302026-07-02T04:04:33.679Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2312026-07-02T04:04:33.984Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2322026-07-02T04:04:34.245Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2332026-07-02T04:04:34.489Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2342026-07-02T04:04:34.768Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2352026-07-02T04:04:35.160Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2362026-07-02T04:04:35.492Z Updating git repository `https://github.com/oxidecomputer/erebor`
2372026-07-02T04:04:35.768Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2382026-07-02T04:04:36.184Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2392026-07-02T04:04:36.443Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2402026-07-02T04:04:36.709Z Updating git repository `https://github.com/oxidecomputer/ispf`
2412026-07-02T04:04:36.979Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-07-02T04:04:37.223Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2432026-07-02T04:04:37.563Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2442026-07-02T04:04:37.946Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2452026-07-02T04:04:38.338Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2462026-07-02T04:04:38.694Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2472026-07-02T04:04:38.958Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2482026-07-02T04:04:39.244Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2492026-07-02T04:04:39.667Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2502026-07-02T04:04:39.919Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2512026-07-02T04:04:40.208Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2522026-07-02T04:04:40.466Z Updating git repository `https://github.com/illumos/smf-rs`
2532026-07-02T04:04:43.260Z Downloading crates ...
2542026-07-02T04:04:43.317Z Downloaded anstream v1.0.0
2552026-07-02T04:04:43.324Z Downloaded terminal_size v0.4.3
2562026-07-02T04:04:43.327Z Downloaded usdt-macro v0.5.0
2572026-07-02T04:04:43.327Z Downloaded clap_builder v4.6.0
2582026-07-02T04:04:43.330Z Downloaded zmij v1.0.21
2592026-07-02T04:04:43.334Z Downloaded colorchoice v1.0.4
2602026-07-02T04:04:43.337Z Downloaded thiserror v2.0.18
2612026-07-02T04:04:43.340Z Downloaded bytecount v0.6.9
2622026-07-02T04:04:43.340Z Downloaded fastrand v2.3.0
2632026-07-02T04:04:43.344Z Downloaded zerocopy v0.7.35
2642026-07-02T04:04:43.353Z Downloaded is_terminal_polyfill v1.70.2
2652026-07-02T04:04:43.356Z Downloaded zerocopy-derive v0.7.35
2662026-07-02T04:04:43.357Z Downloaded crypto-common v0.1.7
2672026-07-02T04:04:43.360Z Downloaded camino v1.2.2
2682026-07-02T04:04:43.366Z Downloaded dtrace-parser v0.2.0
2692026-07-02T04:04:43.369Z Downloaded cpufeatures v0.2.17
2702026-07-02T04:04:43.369Z Downloaded block-buffer v0.10.4
2712026-07-02T04:04:43.372Z Downloaded digest v0.10.7
2722026-07-02T04:04:43.372Z Downloaded cargo_toml v0.21.0
2732026-07-02T04:04:43.375Z Downloaded cargo_metadata v0.23.1
2742026-07-02T04:04:43.378Z Downloaded swrite v0.1.0
2752026-07-02T04:04:43.378Z Downloaded equivalent v1.0.2
2762026-07-02T04:04:43.379Z Downloaded cargo-platform v0.3.2
2772026-07-02T04:04:43.381Z Downloaded errno v0.3.14
2782026-07-02T04:04:43.381Z Downloaded anyhow v1.0.102
2792026-07-02T04:04:43.385Z Downloaded camino-tempfile v1.4.1
2802026-07-02T04:04:43.388Z Downloaded anstyle v1.0.14
2812026-07-02T04:04:43.388Z Downloaded plain v0.2.3
2822026-07-02T04:04:43.388Z Downloaded pretty-hex v0.4.1
2832026-07-02T04:04:43.393Z Downloaded toml_write v0.1.2
2842026-07-02T04:04:43.396Z Downloaded fnv v1.0.7
2852026-07-02T04:04:43.396Z Downloaded macaddr v1.0.1
2862026-07-02T04:04:43.396Z Downloaded heck v0.5.0
2872026-07-02T04:04:43.405Z Downloaded smawk v0.3.2
2882026-07-02T04:04:43.409Z Downloaded memmap v0.7.0
2892026-07-02T04:04:43.409Z Downloaded dof v0.3.0
2902026-07-02T04:04:43.412Z Downloaded clap_lex v1.0.0
2912026-07-02T04:04:43.415Z Downloaded tabled_derive v0.7.0
2922026-07-02T04:04:43.415Z Downloaded usdt-attr-macro v0.5.0
2932026-07-02T04:04:43.419Z Downloaded usdt-impl v0.5.0
2942026-07-02T04:04:43.422Z Downloaded anstyle-query v1.1.5
2952026-07-02T04:04:43.425Z Downloaded toml_datetime v0.6.11
2962026-07-02T04:04:43.430Z Downloaded once_cell v1.21.3
2972026-07-02T04:04:43.433Z Downloaded byteorder v1.5.0
2982026-07-02T04:04:43.436Z Downloaded getrandom v0.4.1
2992026-07-02T04:04:43.439Z Downloaded heck v0.4.1
3002026-07-02T04:04:43.439Z Downloaded cfg-if v1.0.4
3012026-07-02T04:04:43.448Z Downloaded version_check v0.9.5
3022026-07-02T04:04:43.451Z Downloaded usdt v0.5.0
3032026-07-02T04:04:43.454Z Downloaded serde_spanned v0.6.9
3042026-07-02T04:04:43.454Z Downloaded proc-macro-error-attr v1.0.4
3052026-07-02T04:04:43.454Z Downloaded itoa v1.0.17
3062026-07-02T04:04:43.457Z Downloaded scroll_derive v0.12.1
3072026-07-02T04:04:43.460Z Downloaded thread-id v4.2.2
3082026-07-02T04:04:43.460Z Downloaded generic-array v0.14.7
3092026-07-02T04:04:43.460Z Downloaded winnow v0.7.14
3102026-07-02T04:04:43.463Z Downloaded anstyle-parse v1.0.0
3112026-07-02T04:04:43.466Z Downloaded quote v1.0.45
3122026-07-02T04:04:43.471Z Downloaded utf8parse v0.2.2
3132026-07-02T04:04:43.471Z Downloaded unicode-linebreak v0.1.5
3142026-07-02T04:04:43.471Z Downloaded bitflags v2.11.0
3152026-07-02T04:04:43.474Z Downloaded serde_tokenstream v0.2.3
3162026-07-02T04:04:43.474Z Downloaded proc-macro-error v1.0.4
3172026-07-02T04:04:43.477Z Downloaded fs-err v3.3.0
3182026-07-02T04:04:43.480Z Downloaded autocfg v1.5.0
3192026-07-02T04:04:43.487Z Downloaded strsim v0.11.1
3202026-07-02T04:04:43.493Z Downloaded thiserror-impl v1.0.69
3212026-07-02T04:04:43.495Z Downloaded sha2 v0.10.9
3222026-07-02T04:04:43.495Z Downloaded thiserror-impl v2.0.18
3232026-07-02T04:04:43.495Z Downloaded thiserror v1.0.69
3242026-07-02T04:04:43.501Z Downloaded pest_derive v2.8.6
3252026-07-02T04:04:43.509Z Downloaded tempfile v3.25.0
3262026-07-02T04:04:43.512Z Downloaded clap_derive v4.6.1
3272026-07-02T04:04:43.512Z Downloaded ucd-trie v0.1.7
3282026-07-02T04:04:43.516Z Downloaded scroll v0.12.0
3292026-07-02T04:04:43.525Z Downloaded toml v0.8.23
3302026-07-02T04:04:43.527Z Downloaded clap v4.6.1
3312026-07-02T04:04:43.530Z Downloaded textwrap v0.16.2
3322026-07-02T04:04:43.533Z Downloaded pest_meta v2.8.6
3332026-07-02T04:04:43.533Z Downloaded papergrid v0.11.0
3342026-07-02T04:04:43.538Z Downloaded unicode-ident v1.0.24
3352026-07-02T04:04:43.538Z Downloaded semver v1.0.28
3362026-07-02T04:04:43.542Z Downloaded pest_generator v2.8.6
3372026-07-02T04:04:43.542Z Downloaded proc-macro2 v1.0.106
3382026-07-02T04:04:43.542Z Downloaded log v0.4.29
3392026-07-02T04:04:43.560Z Downloaded tabled v0.15.0
3402026-07-02T04:04:43.569Z Downloaded toml_edit v0.22.27
3412026-07-02T04:04:43.572Z Downloaded serde v1.0.228
3422026-07-02T04:04:43.575Z Downloaded serde_core v1.0.228
3432026-07-02T04:04:43.575Z Downloaded serde_derive v1.0.228
3442026-07-02T04:04:43.595Z Downloaded memchr v2.8.0
3452026-07-02T04:04:43.599Z Downloaded typenum v1.20.1
3462026-07-02T04:04:43.603Z Downloaded indexmap v2.14.0
3472026-07-02T04:04:43.606Z Downloaded goblin v0.8.2
3482026-07-02T04:04:43.618Z Downloaded pest v2.8.6
3492026-07-02T04:04:43.621Z Downloaded serde_json v1.0.150
3502026-07-02T04:04:43.624Z Downloaded hashbrown v0.17.0
3512026-07-02T04:04:43.666Z Downloaded syn v1.0.109
3522026-07-02T04:04:43.671Z Downloaded unicode-width v0.2.0
3532026-07-02T04:04:43.682Z Downloaded unicode-width v0.1.14
3542026-07-02T04:04:43.685Z Downloaded syn v2.0.117
3552026-07-02T04:04:43.699Z Downloaded rustix v1.1.3
3562026-07-02T04:04:43.728Z Downloaded libc v0.2.185
3572026-07-02T04:04:43.791Z Compiling proc-macro2 v1.0.106
3582026-07-02T04:04:43.791Z Compiling quote v1.0.45
3592026-07-02T04:04:43.794Z Compiling unicode-ident v1.0.24
3602026-07-02T04:04:43.794Z Compiling serde_core v1.0.228
3612026-07-02T04:04:43.795Z Compiling libc v0.2.185
3622026-07-02T04:04:43.795Z Compiling version_check v0.9.5
3632026-07-02T04:04:43.795Z Compiling memchr v2.8.0
3642026-07-02T04:04:43.795Z Compiling serde v1.0.228
3652026-07-02T04:04:43.795Z Compiling zmij v1.0.21
3662026-07-02T04:04:43.795Z Compiling ucd-trie v0.1.7
3672026-07-02T04:04:43.795Z Compiling thiserror v1.0.69
3682026-07-02T04:04:43.972Z Compiling itoa v1.0.17
3692026-07-02T04:04:43.976Z Compiling byteorder v1.5.0
3702026-07-02T04:04:43.977Z Compiling rustix v1.1.3
3712026-07-02T04:04:44.186Z Compiling bitflags v2.11.0
3722026-07-02T04:04:44.321Z Compiling serde_json v1.0.150
3732026-07-02T04:04:44.448Z Compiling syn v1.0.109
3742026-07-02T04:04:44.467Z Compiling pest v2.8.6
3752026-07-02T04:04:44.571Z Compiling proc-macro-error-attr v1.0.4
3762026-07-02T04:04:44.643Z Compiling usdt-impl v0.5.0
3772026-07-02T04:04:44.660Z Compiling camino v1.2.2
3782026-07-02T04:04:44.749Z Compiling proc-macro-error v1.0.4
3792026-07-02T04:04:44.800Z Compiling plain v0.2.3
3802026-07-02T04:04:44.803Z Compiling hashbrown v0.17.0
3812026-07-02T04:04:44.803Z Compiling utf8parse v0.2.2
3822026-07-02T04:04:44.851Z Compiling log v0.4.29
3832026-07-02T04:04:44.855Z Compiling equivalent v1.0.2
3842026-07-02T04:04:44.936Z Compiling errno v0.3.14
3852026-07-02T04:04:44.939Z Compiling thread-id v4.2.2
3862026-07-02T04:04:44.973Z Compiling getrandom v0.4.1
3872026-07-02T04:04:44.991Z Compiling anstyle-parse v1.0.0
3882026-07-02T04:04:45.044Z Compiling is_terminal_polyfill v1.70.2
3892026-07-02T04:04:45.059Z Compiling toml_write v0.1.2
3902026-07-02T04:04:45.111Z Compiling winnow v0.7.14
3912026-07-02T04:04:45.114Z Compiling thiserror v2.0.18
3922026-07-02T04:04:45.114Z Compiling colorchoice v1.0.4
3932026-07-02T04:04:45.180Z Compiling pretty-hex v0.4.1
3942026-07-02T04:04:45.197Z Compiling cfg-if v1.0.4
3952026-07-02T04:04:45.200Z Compiling anstyle v1.0.14
3962026-07-02T04:04:45.277Z Compiling autocfg v1.5.0
3972026-07-02T04:04:45.294Z Compiling anstyle-query v1.1.5
3982026-07-02T04:04:45.297Z Compiling strsim v0.11.1
3992026-07-02T04:04:45.346Z Compiling indexmap v2.14.0
4002026-07-02T04:04:45.387Z Compiling anstream v1.0.0
4012026-07-02T04:04:45.423Z Compiling syn v2.0.117
4022026-07-02T04:04:45.466Z Compiling heck v0.4.1
4032026-07-02T04:04:45.518Z Compiling pest_meta v2.8.6
4042026-07-02T04:04:45.668Z Compiling fastrand v2.3.0
4052026-07-02T04:04:45.693Z Compiling unicode-width v0.1.14
4062026-07-02T04:04:45.747Z Compiling heck v0.5.0
4072026-07-02T04:04:45.765Z Compiling clap_lex v1.0.0
4082026-07-02T04:04:45.771Z Compiling fs-err v3.3.0
4092026-07-02T04:04:45.773Z Compiling anyhow v1.0.102
4102026-07-02T04:04:45.804Z Compiling bytecount v0.6.9
4112026-07-02T04:04:45.942Z Compiling once_cell v1.21.3
4122026-07-02T04:04:45.970Z Compiling terminal_size v0.4.3
4132026-07-02T04:04:45.988Z Compiling fnv v1.0.7
4142026-07-02T04:04:46.007Z Compiling memmap v0.7.0
4152026-07-02T04:04:46.025Z Compiling unicode-linebreak v0.1.5
4162026-07-02T04:04:46.043Z Compiling unicode-width v0.2.0
4172026-07-02T04:04:46.046Z Compiling smawk v0.3.2
4182026-07-02T04:04:46.109Z Compiling clap_builder v4.6.0
4192026-07-02T04:04:46.152Z Compiling tempfile v3.25.0
4202026-07-02T04:04:46.227Z Compiling cargo-platform v0.3.2
4212026-07-02T04:04:46.227Z Compiling semver v1.0.28
4222026-07-02T04:04:46.261Z Compiling papergrid v0.11.0
4232026-07-02T04:04:46.290Z Compiling textwrap v0.16.2
4242026-07-02T04:04:46.362Z Compiling swrite v0.1.0
4252026-07-02T04:04:46.533Z Compiling camino-tempfile v1.4.1
4262026-07-02T04:04:46.918Z Compiling tabled_derive v0.7.0
4272026-07-02T04:04:47.600Z Compiling pest_generator v2.8.6
4282026-07-02T04:04:47.618Z Compiling tabled v0.15.0
4292026-07-02T04:04:48.117Z Compiling serde_derive v1.0.228
4302026-07-02T04:04:48.117Z Compiling thiserror-impl v1.0.69
4312026-07-02T04:04:48.120Z Compiling zerocopy-derive v0.7.35
4322026-07-02T04:04:48.120Z Compiling scroll_derive v0.12.1
4332026-07-02T04:04:48.121Z Compiling thiserror-impl v2.0.18
4342026-07-02T04:04:48.121Z Compiling clap_derive v4.6.1
4352026-07-02T04:04:48.176Z Compiling pest_derive v2.8.6
4362026-07-02T04:04:48.743Z Compiling scroll v0.12.0
4372026-07-02T04:04:48.797Z Compiling zerocopy v0.7.35
4382026-07-02T04:04:48.952Z Compiling goblin v0.8.2
4392026-07-02T04:04:49.156Z Compiling dtrace-parser v0.2.0
4402026-07-02T04:04:49.494Z Compiling clap v4.6.1
4412026-07-02T04:04:50.616Z Compiling dof v0.3.0
4422026-07-02T04:04:50.616Z Compiling serde_tokenstream v0.2.3
4432026-07-02T04:04:50.644Z Compiling toml_datetime v0.6.11
4442026-07-02T04:04:50.645Z Compiling serde_spanned v0.6.9
4452026-07-02T04:04:50.645Z Compiling macaddr v1.0.1
4462026-07-02T04:04:50.645Z Compiling cargo_metadata v0.23.1
4472026-07-02T04:04:50.660Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4482026-07-02T04:04:50.877Z Compiling toml_edit v0.22.27
4492026-07-02T04:04:51.276Z Compiling usdt-macro v0.5.0
4502026-07-02T04:04:51.276Z Compiling usdt-attr-macro v0.5.0
4512026-07-02T04:04:51.862Z Compiling usdt v0.5.0
4522026-07-02T04:04:52.108Z Compiling toml v0.8.23
4532026-07-02T04:04:52.420Z Compiling cargo_toml v0.21.0
4542026-07-02T04:04:53.703Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4552026-07-02T04:04:55.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.11s
4562026-07-02T04:04:55.930Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4572026-07-02T04:04:56.425Z Downloading crates ...
4582026-07-02T04:04:56.522Z Downloaded aead v0.6.1
4592026-07-02T04:04:56.533Z Downloaded cfg_aliases v0.2.1
4602026-07-02T04:04:56.540Z Downloaded bindgen v0.71.1
4612026-07-02T04:04:56.544Z Downloaded anstyle-parse v0.2.7
4622026-07-02T04:04:56.547Z Downloaded darling v0.21.3
4632026-07-02T04:04:56.550Z Downloaded anstream v0.6.21
4642026-07-02T04:04:56.554Z Downloaded dirs-next v2.0.0
4652026-07-02T04:04:56.555Z Downloaded defmt-parser v1.0.0
4662026-07-02T04:04:56.555Z Downloaded allocator-api2 v0.2.21
4672026-07-02T04:04:56.558Z Downloaded ahash v0.8.12
4682026-07-02T04:04:56.564Z Downloaded document-features v0.2.12
4692026-07-02T04:04:56.568Z Downloaded cpufeatures v0.3.0
4702026-07-02T04:04:56.568Z Downloaded aho-corasick v1.1.4
4712026-07-02T04:04:56.572Z Downloaded base64 v0.22.1
4722026-07-02T04:04:56.575Z Downloaded convert_case v0.10.0
4732026-07-02T04:04:56.575Z Downloaded crc-catalog v2.4.0
4742026-07-02T04:04:56.575Z Downloaded ctr v0.10.1
4752026-07-02T04:04:56.578Z Downloaded corncobs v0.1.4
4762026-07-02T04:04:56.578Z Downloaded bcrypt-pbkdf v0.11.0
4772026-07-02T04:04:56.581Z Downloaded base16ct v0.2.0
4782026-07-02T04:04:56.581Z Downloaded async-bb8-diesel v0.2.1
4792026-07-02T04:04:56.584Z Downloaded async-trait v0.1.89
4802026-07-02T04:04:56.584Z Downloaded data-encoding v2.10.0
4812026-07-02T04:04:56.587Z Downloaded ctutils v0.4.2
4822026-07-02T04:04:56.587Z Downloaded crunchy v0.2.4
4832026-07-02T04:04:56.587Z Downloaded async-stream v0.3.6
4842026-07-02T04:04:56.591Z Downloaded convert_case v0.4.0
4852026-07-02T04:04:56.591Z Downloaded byte-wrapper v0.1.0
4862026-07-02T04:04:56.591Z Downloaded crypto-common v0.2.2
4872026-07-02T04:04:56.593Z Downloaded crossbeam-epoch v0.9.18
4882026-07-02T04:04:56.594Z Downloaded crc32fast v1.5.0
4892026-07-02T04:04:56.597Z Downloaded ciborium-ll v0.2.2
4902026-07-02T04:04:56.597Z Downloaded cipher v0.5.2
4912026-07-02T04:04:56.597Z Downloaded crossbeam-utils v0.8.21
4922026-07-02T04:04:56.600Z Downloaded argon2 v0.6.0-rc.8
4932026-07-02T04:04:56.600Z Downloaded csv-core v0.1.13
4942026-07-02T04:04:56.605Z Downloaded crypto-bigint v0.5.5
4952026-07-02T04:04:56.611Z Downloaded debug-ignore v1.0.5
4962026-07-02T04:04:56.611Z Downloaded adler2 v2.0.1
4972026-07-02T04:04:56.611Z Downloaded curve25519-dalek-derive v0.1.1
4982026-07-02T04:04:56.611Z Downloaded async-recursion v1.1.1
4992026-07-02T04:04:56.615Z Downloaded crossbeam-deque v0.8.6
5002026-07-02T04:04:56.615Z Downloaded defmt v0.3.100
5012026-07-02T04:04:56.615Z Downloaded darling_macro v0.13.4
5022026-07-02T04:04:56.615Z Downloaded cpubits v0.1.1
5032026-07-02T04:04:56.615Z Downloaded atty v0.2.14
5042026-07-02T04:04:56.615Z Downloaded aead v0.5.2
5052026-07-02T04:04:56.619Z Downloaded async-stream-impl v0.3.6
5062026-07-02T04:04:56.619Z Downloaded atomic-waker v1.1.2
5072026-07-02T04:04:56.619Z Downloaded bit-set v0.8.0
5082026-07-02T04:04:56.622Z Downloaded diesel_table_macro_syntax v0.3.0
5092026-07-02T04:04:56.622Z Downloaded castaway v0.2.4
5102026-07-02T04:04:56.622Z Downloaded assert_matches v1.5.0
5112026-07-02T04:04:56.622Z Downloaded atomicwrites v0.4.4
5122026-07-02T04:04:56.627Z Downloaded cobs v0.3.0
5132026-07-02T04:04:56.627Z Downloaded bit-set v0.5.3
5142026-07-02T04:04:56.627Z Downloaded bumpalo v3.20.2
5152026-07-02T04:04:56.630Z Downloaded dyn-clone v1.0.20
5162026-07-02T04:04:56.630Z Downloaded base64ct v1.8.3
5172026-07-02T04:04:56.630Z Downloaded backoff v0.4.0
5182026-07-02T04:04:56.633Z Downloaded difflib v0.4.0
5192026-07-02T04:04:56.633Z Downloaded argon2 v0.5.3
5202026-07-02T04:04:56.633Z Downloaded darling_macro v0.21.3
5212026-07-02T04:04:56.638Z Downloaded display-error-chain v0.2.2
5222026-07-02T04:04:56.638Z Downloaded array-init v0.0.4
5232026-07-02T04:04:56.638Z Downloaded diesel_derives v2.3.7
5242026-07-02T04:04:56.641Z Downloaded downcast-rs v2.0.2
5252026-07-02T04:04:56.641Z Downloaded darling_macro v0.23.0
5262026-07-02T04:04:56.641Z Downloaded derive_builder_macro v0.20.2
5272026-07-02T04:04:56.644Z Downloaded crc8 v0.1.1
5282026-07-02T04:04:56.644Z Downloaded fixedbitset v0.4.2
5292026-07-02T04:04:56.644Z Downloaded dsl_auto_type v0.2.0
5302026-07-02T04:04:56.647Z Downloaded enum-as-inner v0.6.1
5312026-07-02T04:04:56.647Z Downloaded endian-type v0.1.2
5322026-07-02T04:04:56.647Z Downloaded crc v3.4.0
5332026-07-02T04:04:56.647Z Downloaded bitfield-macros v0.19.4
5342026-07-02T04:04:56.651Z Downloaded embedded-io v0.4.0
5352026-07-02T04:04:56.651Z Downloaded dunce v1.0.5
5362026-07-02T04:04:56.651Z Downloaded deranged v0.5.8
5372026-07-02T04:04:56.653Z Downloaded cstr-argument v0.1.2
5382026-07-02T04:04:56.653Z Downloaded crucible-workspace-hack v0.1.0
5392026-07-02T04:04:56.653Z Downloaded dtrace-parser v0.3.0
5402026-07-02T04:04:56.656Z Downloaded base16ct v1.0.0
5412026-07-02T04:04:56.656Z Downloaded arrayref v0.3.9
5422026-07-02T04:04:56.660Z Downloaded darling_macro v0.20.11
5432026-07-02T04:04:56.664Z Downloaded ciborium-io v0.2.2
5442026-07-02T04:04:56.665Z Downloaded cfg_aliases v0.1.1
5452026-07-02T04:04:56.665Z Downloaded embedded-io v0.6.1
5462026-07-02T04:04:56.668Z Downloaded bitfield-struct v0.6.2
5472026-07-02T04:04:56.668Z Downloaded bb8 v0.8.6
5482026-07-02T04:04:56.668Z Downloaded ascii-canvas v3.0.0
5492026-07-02T04:04:56.671Z Downloaded ed25519 v3.0.0
5502026-07-02T04:04:56.671Z Downloaded defmt v1.0.1
5512026-07-02T04:04:56.674Z Downloaded darling v0.13.4
5522026-07-02T04:04:56.676Z Downloaded cexpr v0.6.0
5532026-07-02T04:04:56.677Z Downloaded compression-core v0.4.31
5542026-07-02T04:04:56.677Z Downloaded daft v0.1.7
5552026-07-02T04:04:56.680Z Downloaded bcs v0.1.6
5562026-07-02T04:04:56.680Z Downloaded bitfield v0.19.4
5572026-07-02T04:04:56.683Z Downloaded flagset v0.4.7
5582026-07-02T04:04:56.683Z Downloaded block-buffer v0.12.1
5592026-07-02T04:04:56.683Z Downloaded dirs-sys-next v0.1.2
5602026-07-02T04:04:56.686Z Downloaded fd-lock v4.0.4
5612026-07-02T04:04:56.689Z Downloaded cookie v0.18.1
5622026-07-02T04:04:56.694Z Downloaded darling_core v0.21.3
5632026-07-02T04:04:56.694Z Downloaded der_derive v0.7.3
5642026-07-02T04:04:56.707Z Downloaded env_filter v1.0.0
5652026-07-02T04:04:56.708Z Downloaded daft-derive v0.1.7
5662026-07-02T04:04:56.708Z Downloaded futures-core v0.3.32
5672026-07-02T04:04:56.708Z Downloaded form_urlencoded v1.2.2
5682026-07-02T04:04:56.708Z Downloaded funty v2.0.0
5692026-07-02T04:04:56.708Z Downloaded foreign-types-shared v0.3.1
5702026-07-02T04:04:56.708Z Downloaded foreign-types v0.5.0
5712026-07-02T04:04:56.708Z Downloaded foreign-types v0.3.2
5722026-07-02T04:04:56.708Z Downloaded float-ord v0.3.2
5732026-07-02T04:04:56.708Z Downloaded float-cmp v0.10.0
5742026-07-02T04:04:56.708Z Downloaded cmake v0.1.57
5752026-07-02T04:04:56.711Z Downloaded fxhash v0.2.1
5762026-07-02T04:04:56.711Z Downloaded cassowary v0.3.0
5772026-07-02T04:04:56.711Z Downloaded ghash v0.6.0
5782026-07-02T04:04:56.712Z Downloaded gethostname v0.5.0
5792026-07-02T04:04:56.712Z Downloaded futures-task v0.3.32
5802026-07-02T04:04:56.712Z Downloaded block-padding v0.4.2
5812026-07-02T04:04:56.712Z Downloaded cookie_store v0.22.1
5822026-07-02T04:04:56.712Z Downloaded chacha20 v0.9.1
5832026-07-02T04:04:56.715Z Downloaded defmt-macros v1.0.1
5842026-07-02T04:04:56.715Z Downloaded camino-tempfile-ext v0.3.3
5852026-07-02T04:04:56.718Z Downloaded bitflags v1.3.2
5862026-07-02T04:04:56.718Z Downloaded bit-vec v0.6.3
5872026-07-02T04:04:56.721Z Downloaded cipher v0.4.4
5882026-07-02T04:04:56.721Z Downloaded dof v0.4.0
5892026-07-02T04:04:56.721Z Downloaded displaydoc v0.2.5
5902026-07-02T04:04:56.724Z Downloaded digest v0.11.3
5912026-07-02T04:04:56.724Z Downloaded cmov v0.5.4
5922026-07-02T04:04:56.727Z Downloaded globwalk v0.9.1
5932026-07-02T04:04:56.727Z Downloaded arrayvec v0.7.6
5942026-07-02T04:04:56.730Z Downloaded dropshot-api-manager-types v0.7.2
5952026-07-02T04:04:56.730Z Downloaded diesel-dtrace v0.5.0
5962026-07-02T04:04:56.733Z Downloaded delegate v0.13.5
5972026-07-02T04:04:56.734Z Downloaded foreign-types-shared v0.1.1
5982026-07-02T04:04:56.734Z Downloaded foreign-types-macros v0.2.3
5992026-07-02T04:04:56.734Z Downloaded futures-sink v0.3.32
6002026-07-02T04:04:56.737Z Downloaded derive-ex v0.1.8
6012026-07-02T04:04:56.737Z Downloaded darling v0.20.11
6022026-07-02T04:04:56.740Z Downloaded enum_dispatch v0.3.13
6032026-07-02T04:04:56.743Z Downloaded buf-list v1.1.2
6042026-07-02T04:04:56.743Z Downloaded blowfish v0.10.0
6052026-07-02T04:04:56.747Z Downloaded diff v0.1.13
6062026-07-02T04:04:56.748Z Downloaded derive_builder v0.20.2
6072026-07-02T04:04:56.751Z Downloaded fixedbitset v0.5.7
6082026-07-02T04:04:56.751Z Downloaded erased-serde v0.3.31
6092026-07-02T04:04:56.755Z Downloaded futures-macro v0.3.32
6102026-07-02T04:04:56.755Z Downloaded hash32 v0.3.1
6112026-07-02T04:04:56.755Z Downloaded ff v0.14.0
6122026-07-02T04:04:56.758Z Downloaded ff v0.13.1
6132026-07-02T04:04:56.758Z Downloaded headers-core v0.3.0
6142026-07-02T04:04:56.758Z Downloaded git-stub v1.0.0
6152026-07-02T04:04:56.758Z Downloaded cbc v0.2.1
6162026-07-02T04:04:56.758Z Downloaded ecdsa v0.17.0-rc.18
6172026-07-02T04:04:56.761Z Downloaded hex v0.4.3
6182026-07-02T04:04:56.761Z Downloaded darling_core v0.23.0
6192026-07-02T04:04:56.764Z Downloaded http-range v0.1.5
6202026-07-02T04:04:56.764Z Downloaded hash32 v0.2.1
6212026-07-02T04:04:56.767Z Downloaded find-msvc-tools v0.1.9
6222026-07-02T04:04:56.767Z Downloaded fallible-iterator v0.2.0
6232026-07-02T04:04:56.770Z Downloaded futures-io v0.3.32
6242026-07-02T04:04:56.770Z Downloaded foldhash v0.2.0
6252026-07-02T04:04:56.770Z Downloaded hostname v0.4.2
6262026-07-02T04:04:56.770Z Downloaded foldhash v0.1.5
6272026-07-02T04:04:56.773Z Downloaded hubpack_derive v0.1.1
6282026-07-02T04:04:56.773Z Downloaded hostname v0.3.1
6292026-07-02T04:04:56.773Z Downloaded backon v1.6.0
6302026-07-02T04:04:56.776Z Downloaded critical-section v1.2.0
6312026-07-02T04:04:56.776Z Downloaded futures-executor v0.3.32
6322026-07-02T04:04:56.780Z Downloaded colored v2.2.0
6332026-07-02T04:04:56.780Z Downloaded glob v0.3.3
6342026-07-02T04:04:56.783Z Downloaded ena v0.14.4
6352026-07-02T04:04:56.783Z Downloaded globset v0.4.18
6362026-07-02T04:04:56.783Z Downloaded ecdsa v0.16.9
6372026-07-02T04:04:56.788Z Downloaded des v0.9.0
6382026-07-02T04:04:56.788Z Downloaded console v0.15.11
6392026-07-02T04:04:56.792Z Downloaded derive_builder_core v0.20.2
6402026-07-02T04:04:56.792Z Downloaded clang-sys v1.8.1
6412026-07-02T04:04:56.792Z Downloaded filetime v0.2.27
6422026-07-02T04:04:56.793Z Downloaded compression-codecs v0.4.37
6432026-07-02T04:04:56.796Z Downloaded hubpack v0.1.2
6442026-07-02T04:04:56.796Z Downloaded ciborium v0.2.2
6452026-07-02T04:04:56.796Z Downloaded httpdate v1.0.3
6462026-07-02T04:04:56.799Z Downloaded http-body v1.0.1
6472026-07-02T04:04:56.799Z Downloaded bzip2 v0.4.4
6482026-07-02T04:04:56.799Z Downloaded blake2 v0.11.0-rc.6
6492026-07-02T04:04:56.802Z Downloaded group v0.13.0
6502026-07-02T04:04:56.802Z Downloaded fs-err v2.11.0
6512026-07-02T04:04:56.805Z Downloaded constant_time_eq v0.4.2
6522026-07-02T04:04:56.805Z Downloaded group v0.14.0
6532026-07-02T04:04:56.808Z Downloaded colored v3.1.1
6542026-07-02T04:04:56.808Z Downloaded blake2 v0.10.6
6552026-07-02T04:04:56.811Z Downloaded dropshot_endpoint v0.17.1
6562026-07-02T04:04:56.811Z Downloaded crc-any v2.5.0
6572026-07-02T04:04:56.814Z Downloaded ident_case v1.0.1
6582026-07-02T04:04:56.815Z Downloaded hex-literal v1.1.0
6592026-07-02T04:04:56.815Z Downloaded hyper-tls v0.6.0
6602026-07-02T04:04:56.818Z Downloaded git-stub-vcs v0.1.0
6612026-07-02T04:04:56.818Z Downloaded env_logger v0.11.9
6622026-07-02T04:04:56.818Z Downloaded indoc v1.0.9
6632026-07-02T04:04:56.821Z Downloaded console v0.16.2
6642026-07-02T04:04:56.821Z Downloaded const_format_proc_macros v0.2.34
6652026-07-02T04:04:56.825Z Downloaded indent_write v2.2.0
6662026-07-02T04:04:56.825Z Downloaded illumos-nvpair v0.3.0
6672026-07-02T04:04:56.825Z Downloaded idna_adapter v1.2.1
6682026-07-02T04:04:56.825Z Downloaded home v0.5.12
6692026-07-02T04:04:56.828Z Downloaded futures-channel v0.3.32
6702026-07-02T04:04:56.828Z Downloaded const-oid v0.9.6
6712026-07-02T04:04:56.828Z Downloaded cancel-safe-futures v0.1.5
6722026-07-02T04:04:56.831Z Downloaded instability v0.3.11
6732026-07-02T04:04:56.831Z Downloaded bit-vec v0.8.0
6742026-07-02T04:04:56.834Z Downloaded internet-checksum v0.2.1
6752026-07-02T04:04:56.834Z Downloaded inout v0.1.4
6762026-07-02T04:04:56.834Z Downloaded either v1.15.0
6772026-07-02T04:04:56.837Z Downloaded inout v0.2.2
6782026-07-02T04:04:56.837Z Downloaded illumos-nvpair-sys v0.2.0
6792026-07-02T04:04:56.837Z Downloaded ed25519 v2.2.3
6802026-07-02T04:04:56.841Z Downloaded is_ci v1.2.0
6812026-07-02T04:04:56.841Z Downloaded is-terminal v0.4.17
6822026-07-02T04:04:56.844Z Downloaded darling v0.23.0
6832026-07-02T04:04:56.847Z Downloaded highway v1.3.0
6842026-07-02T04:04:56.847Z Downloaded chacha20 v0.10.0
6852026-07-02T04:04:56.850Z Downloaded humantime v2.3.0
6862026-07-02T04:04:56.853Z Downloaded http-body-util v0.1.3
6872026-07-02T04:04:56.853Z Downloaded hyper-staticfile v0.10.1
6882026-07-02T04:04:56.857Z Downloaded getrandom v0.2.17
6892026-07-02T04:04:56.857Z Downloaded darling_core v0.13.4
6902026-07-02T04:04:56.860Z Downloaded derive-where v1.6.0
6912026-07-02T04:04:56.863Z Downloaded lru-slab v0.1.2
6922026-07-02T04:04:56.863Z Downloaded lru-cache v0.1.2
6932026-07-02T04:04:56.863Z Downloaded lalrpop-util v0.19.12
6942026-07-02T04:04:56.866Z Downloaded kstat-rs v0.2.4
6952026-07-02T04:04:56.866Z Downloaded elliptic-curve v0.13.8
6962026-07-02T04:04:56.868Z Downloaded drift v0.2.0
6972026-07-02T04:04:56.874Z Downloaded derive_more v0.99.20
6982026-07-02T04:04:56.877Z Downloaded bzip2 v0.6.1
6992026-07-02T04:04:56.877Z Downloaded aes v0.9.1
7002026-07-02T04:04:56.880Z Downloaded linked-hash-map v0.5.6
7012026-07-02T04:04:56.880Z Downloaded elliptic-curve v0.14.0-rc.33
7022026-07-02T04:04:56.883Z Downloaded maybe-uninit v2.0.0
7032026-07-02T04:04:56.883Z Downloaded maplit v1.0.2
7042026-07-02T04:04:56.886Z Downloaded lru v0.12.5
7052026-07-02T04:04:56.886Z Downloaded libscf-sys v1.1.0
7062026-07-02T04:04:56.886Z Downloaded fatfs v0.3.6
7072026-07-02T04:04:56.889Z Downloaded md5 v0.8.0
7082026-07-02T04:04:56.892Z Downloaded keccak v0.1.6
7092026-07-02T04:04:56.892Z Downloaded managed v0.8.0
7102026-07-02T04:04:56.892Z Downloaded kem v0.3.0
7112026-07-02T04:04:56.896Z Downloaded mime v0.3.17
7122026-07-02T04:04:56.900Z Downloaded md-5 v0.10.6
7132026-07-02T04:04:56.900Z Downloaded impl-trait-for-tuples v0.2.3
7142026-07-02T04:04:56.902Z Downloaded fs_extra v1.3.0
7152026-07-02T04:04:56.905Z Downloaded hmac v0.12.1
7162026-07-02T04:04:56.905Z Downloaded half v1.8.3
7172026-07-02T04:04:56.908Z Downloaded ipnetwork v0.21.1
7182026-07-02T04:04:56.908Z Downloaded instant v0.1.13
7192026-07-02T04:04:56.912Z Downloaded ingot v0.1.1
7202026-07-02T04:04:56.912Z Downloaded ingot-types v0.1.2
7212026-07-02T04:04:56.912Z Downloaded newtype-uuid-macros v0.1.0
7222026-07-02T04:04:56.914Z Downloaded newline-converter v0.3.0
7232026-07-02T04:04:56.915Z Downloaded nibble_vec v0.1.0
7242026-07-02T04:04:56.915Z Downloaded nonempty v0.12.0
7252026-07-02T04:04:56.917Z Downloaded newtype_derive v0.1.6
7262026-07-02T04:04:56.917Z Downloaded multimap v0.10.1
7272026-07-02T04:04:56.918Z Downloaded normalize-line-endings v0.3.0
7282026-07-02T04:04:56.918Z Downloaded lazy_static v1.5.0
7292026-07-02T04:04:56.921Z Downloaded nodrop v0.1.14
7302026-07-02T04:04:56.921Z Downloaded new_debug_unreachable v1.0.6
7312026-07-02T04:04:56.921Z Downloaded libloading v0.8.9
7322026-07-02T04:04:56.923Z Downloaded bytes v1.11.1
7332026-07-02T04:04:56.926Z Downloaded ipnet v2.11.0
7342026-07-02T04:04:56.926Z Downloaded hybrid-array v0.4.13
7352026-07-02T04:04:56.929Z Downloaded httparse v1.10.1
7362026-07-02T04:04:56.929Z Downloaded compact_str v0.8.1
7372026-07-02T04:04:56.932Z Downloaded chacha20poly1305 v0.10.1
7382026-07-02T04:04:56.935Z Downloaded getrandom v0.3.4
7392026-07-02T04:04:56.935Z Downloaded hyper-rustls v0.27.7
7402026-07-02T04:04:56.938Z Downloaded num-conv v0.2.0
7412026-07-02T04:04:56.938Z Downloaded darling_core v0.20.11
7422026-07-02T04:04:56.941Z Downloaded hmac v0.13.0
7432026-07-02T04:04:56.941Z Downloaded num v0.4.3
7442026-07-02T04:04:56.944Z Downloaded libsw-core v0.3.2
7452026-07-02T04:04:56.944Z Downloaded num-derive v0.4.2
7462026-07-02T04:04:56.947Z Downloaded num_enum_derive v0.5.11
7472026-07-02T04:04:56.947Z Downloaded generic-array v1.4.3
7482026-07-02T04:04:56.952Z Downloaded num-derive v0.3.3
7492026-07-02T04:04:56.952Z Downloaded const-oid v0.10.2
7502026-07-02T04:04:56.952Z Downloaded libefi-sys v0.1.0
7512026-07-02T04:04:56.955Z Downloaded linear-map v1.2.0
7522026-07-02T04:04:56.955Z Downloaded iana-time-zone v0.1.65
7532026-07-02T04:04:56.955Z Downloaded match_cfg v0.1.0
7542026-07-02T04:04:56.955Z Downloaded lzss v0.8.2
7552026-07-02T04:04:56.958Z Downloaded der v0.7.10
7562026-07-02T04:04:56.961Z Downloaded openssl-probe v0.2.1
7572026-07-02T04:04:56.962Z Downloaded olpc-cjson v0.1.4
7582026-07-02T04:04:56.965Z Downloaded openssl-probe v0.1.6
7592026-07-02T04:04:56.965Z Downloaded num_threads v0.1.7
7602026-07-02T04:04:56.965Z Downloaded openssl-macros v0.1.1
7612026-07-02T04:04:56.965Z Downloaded module-lattice v0.2.3
7622026-07-02T04:04:56.965Z Downloaded indoc v2.0.7
7632026-07-02T04:04:56.968Z Downloaded half v2.7.1
7642026-07-02T04:04:56.971Z Downloaded lock_api v0.4.14
7652026-07-02T04:04:56.974Z Downloaded memoffset v0.9.1
7662026-07-02T04:04:56.974Z Downloaded libsw v3.5.0
7672026-07-02T04:04:56.978Z Downloaded opaque-debug v0.3.1
7682026-07-02T04:04:56.981Z Downloaded oso-derive v0.27.3
7692026-07-02T04:04:56.984Z Downloaded futures v0.3.32
7702026-07-02T04:04:56.988Z Downloaded multer v3.1.0
7712026-07-02T04:04:56.991Z Downloaded ingot-macros v0.1.1
7722026-07-02T04:04:56.991Z Downloaded native-tls v0.2.18
7732026-07-02T04:04:56.991Z Downloaded nanorand v0.7.0
7742026-07-02T04:04:56.994Z Downloaded keccak v0.2.0
7752026-07-02T04:04:56.994Z Downloaded packed_struct_codegen v0.10.1
7762026-07-02T04:04:56.997Z Downloaded parse-size v1.1.0
7772026-07-02T04:04:57.008Z Downloaded parse-display v0.10.0
7782026-07-02T04:04:57.012Z Downloaded arc-swap v1.8.2
7792026-07-02T04:04:57.012Z Downloaded nu-ansi-term v0.50.3
7802026-07-02T04:04:57.015Z Downloaded flate2 v1.1.9
7812026-07-02T04:04:57.018Z Downloaded num-complex v0.4.6
7822026-07-02T04:04:57.018Z Downloaded path-slash v0.1.5
7832026-07-02T04:04:57.021Z Downloaded ar_archive_writer v0.5.1
7842026-07-02T04:04:57.021Z Downloaded ed25519-dalek v2.2.0
7852026-07-02T04:04:57.025Z Downloaded num_enum v0.7.6
7862026-07-02T04:04:57.029Z Downloaded percent-encoding v2.3.2
7872026-07-02T04:04:57.029Z Downloaded password-hash v0.6.1
7882026-07-02T04:04:57.029Z Downloaded num-rational v0.4.2
7892026-07-02T04:04:57.029Z Downloaded peg-runtime v0.8.5
7902026-07-02T04:04:57.032Z Downloaded memmap2 v0.9.10
7912026-07-02T04:04:57.032Z Downloaded phf_shared v0.12.1
7922026-07-02T04:04:57.032Z Downloaded icu_properties v2.1.2
7932026-07-02T04:04:57.035Z Downloaded num_enum v0.5.11
7942026-07-02T04:04:57.038Z Downloaded num-iter v0.1.45
7952026-07-02T04:04:57.038Z Downloaded phf_shared v0.13.1
7962026-07-02T04:04:57.039Z Downloaded ml-kem v0.3.2
7972026-07-02T04:04:57.042Z Downloaded headers v0.4.1
7982026-07-02T04:04:57.045Z Downloaded mime_guess v2.0.5
7992026-07-02T04:04:57.045Z Downloaded jobserver v0.1.34
8002026-07-02T04:04:57.050Z Downloaded num_enum_derive v0.7.6
8012026-07-02T04:04:57.050Z Downloaded litrs v1.0.0
8022026-07-02T04:04:57.050Z Downloaded ignore v0.4.25
8032026-07-02T04:04:57.053Z Downloaded litemap v0.8.1
8042026-07-02T04:04:57.053Z Downloaded flume v0.11.1
8052026-07-02T04:04:57.056Z Downloaded predicates-tree v1.0.13
8062026-07-02T04:04:57.056Z Downloaded const_format v0.2.35
8072026-07-02T04:04:57.059Z Downloaded cc v1.2.56
8082026-07-02T04:04:57.062Z Downloaded oxnet v0.1.6
8092026-07-02T04:04:57.062Z Downloaded parking_lot_core v0.8.6
8102026-07-02T04:04:57.067Z Downloaded newtype-uuid v1.3.2
8112026-07-02T04:04:57.067Z Downloaded heapless v0.8.0
8122026-07-02T04:04:57.070Z Downloaded predicates-core v1.0.10
8132026-07-02T04:04:57.070Z Downloaded potential_utf v0.1.4
8142026-07-02T04:04:57.070Z Downloaded proc-macro-crate v3.4.0
8152026-07-02T04:04:57.073Z Downloaded proc-macro-crate v1.3.1
8162026-07-02T04:04:57.074Z Downloaded packed_struct v0.10.1
8172026-07-02T04:04:57.074Z Downloaded precomputed-hash v0.1.1
8182026-07-02T04:04:57.074Z Downloaded powerfmt v0.2.0
8192026-07-02T04:04:57.074Z Downloaded parse-display-derive v0.10.0
8202026-07-02T04:04:57.078Z Downloaded icu_normalizer v2.1.1
8212026-07-02T04:04:57.078Z Downloaded derive_more-impl v2.1.1
8222026-07-02T04:04:57.081Z Downloaded ed25519-dalek v3.0.0-rc.0
8232026-07-02T04:04:57.084Z Downloaded proc-macro-error-attr2 v2.0.0
8242026-07-02T04:04:57.084Z Downloaded pbkdf2 v0.13.0
8252026-07-02T04:04:57.088Z Downloaded derive_more v2.1.1
8262026-07-02T04:04:57.092Z Downloaded progenitor-macro v0.13.0
8272026-07-02T04:04:57.096Z Downloaded paste v1.0.15
8282026-07-02T04:04:57.096Z Downloaded num-integer v0.1.46
8292026-07-02T04:04:57.099Z Downloaded progenitor-client v0.14.0
8302026-07-02T04:04:57.099Z Downloaded icu_provider v2.1.1
8312026-07-02T04:04:57.099Z Downloaded phf v0.13.1
8322026-07-02T04:04:57.103Z Downloaded async-compression v0.4.41
8332026-07-02T04:04:57.111Z Downloaded phf_shared v0.11.3
8342026-07-02T04:04:57.112Z Downloaded pem-rfc7468 v1.0.0
8352026-07-02T04:04:57.112Z Downloaded psl-types v2.0.11
8362026-07-02T04:04:57.112Z Downloaded pin-project-lite v0.2.17
8372026-07-02T04:04:57.116Z Downloaded quick-error v1.2.3
8382026-07-02T04:04:57.117Z Downloaded icu_normalizer_data v2.1.1
8392026-07-02T04:04:57.118Z Downloaded pkg-config v0.3.32
8402026-07-02T04:04:57.118Z Downloaded radium v0.7.0
8412026-07-02T04:04:57.118Z Downloaded libbz2-rs-sys v0.2.2
8422026-07-02T04:04:57.143Z Downloaded phc v0.6.1
8432026-07-02T04:04:57.143Z Downloaded crossterm v0.29.0
8442026-07-02T04:04:57.143Z Downloaded expectorate v1.2.0
8452026-07-02T04:04:57.143Z Downloaded progenitor-macro v0.14.0
8462026-07-02T04:04:57.143Z Downloaded phf v0.12.1
8472026-07-02T04:04:57.143Z Downloaded pem-rfc7468 v0.7.0
8482026-07-02T04:04:57.143Z Downloaded pem v3.0.6
8492026-07-02T04:04:57.143Z Downloaded predicates v3.1.4
8502026-07-02T04:04:57.143Z Downloaded indicatif v0.18.4
8512026-07-02T04:04:57.144Z Downloaded peg-macros v0.8.5
8522026-07-02T04:04:57.144Z Downloaded heapless v0.7.17
8532026-07-02T04:04:57.144Z Downloaded oxide-tokio-rt v0.1.4
8542026-07-02T04:04:57.144Z Downloaded owo-colors v4.3.0
8552026-07-02T04:04:57.147Z Downloaded pkcs8 v0.10.2
8562026-07-02T04:04:57.147Z Downloaded recursive v0.1.1
8572026-07-02T04:04:57.147Z Downloaded rand_xorshift v0.4.0
8582026-07-02T04:04:57.147Z Downloaded base64 v0.21.7
8592026-07-02T04:04:57.147Z Downloaded ppv-lite86 v0.2.21
8602026-07-02T04:04:57.147Z Downloaded parking_lot_core v0.9.12
8612026-07-02T04:04:57.148Z Downloaded progenitor v0.14.0
8622026-07-02T04:04:57.152Z Downloaded crossbeam-channel v0.5.15
8632026-07-02T04:04:57.155Z Downloaded password-hash v0.5.0
8642026-07-02T04:04:57.155Z Downloaded poly1305 v0.8.0
8652026-07-02T04:04:57.155Z Downloaded icu_locale_core v2.1.1
8662026-07-02T04:04:57.160Z Downloaded ref-cast-impl v1.0.25
8672026-07-02T04:04:57.163Z Downloaded progenitor-client v0.13.0
8682026-07-02T04:04:57.163Z Downloaded primeorder v0.14.0-rc.10
8692026-07-02T04:04:57.163Z Downloaded recursive-proc-macro-impl v0.1.1
8702026-07-02T04:04:57.163Z Downloaded progenitor-extras v0.2.0
8712026-07-02T04:04:57.164Z Downloaded peg v0.8.5
8722026-07-02T04:04:57.167Z Downloaded pin-project-internal v1.1.11
8732026-07-02T04:04:57.167Z Downloaded ref-cast v1.0.25
8742026-07-02T04:04:57.170Z Downloaded proc-macro-error2 v2.0.1
8752026-07-02T04:04:57.173Z Downloaded crossterm v0.28.1
8762026-07-02T04:04:57.176Z Downloaded rfc6979 v0.5.0
8772026-07-02T04:04:57.176Z Downloaded psm v0.1.30
8782026-07-02T04:04:57.179Z Downloaded num-traits v0.2.19
8792026-07-02T04:04:57.182Z Downloaded pkcs8 v0.11.0
8802026-07-02T04:04:57.182Z Downloaded rand_chacha v0.3.1
8812026-07-02T04:04:57.185Z Downloaded oso v0.27.3
8822026-07-02T04:04:57.185Z Downloaded omicron-zone-package v0.12.3
8832026-07-02T04:04:57.188Z Downloaded russh-cryptovec v0.61.0
8842026-07-02T04:04:57.188Z Downloaded hickory-resolver v0.24.4
8852026-07-02T04:04:57.191Z Downloaded rustc-hash v2.1.1
8862026-07-02T04:04:57.194Z Downloaded miniz_oxide v0.8.9
8872026-07-02T04:04:57.194Z Downloaded rand_core v0.10.0
8882026-07-02T04:04:57.197Z Downloaded hickory-resolver v0.25.2
8892026-07-02T04:04:57.201Z Downloaded postcard v1.1.3
8902026-07-02T04:04:57.201Z Downloaded polyval v0.7.1
8912026-07-02T04:04:57.204Z Downloaded rtoolbox v0.0.3
8922026-07-02T04:04:57.204Z Downloaded indexmap v1.9.3
8932026-07-02T04:04:57.207Z Downloaded poly1305 v0.9.0
8942026-07-02T04:04:57.207Z Downloaded rustc_version v0.1.7
8952026-07-02T04:04:57.207Z Downloaded parking_lot v0.12.5
8962026-07-02T04:04:57.211Z Downloaded rustc_version v0.4.1
8972026-07-02T04:04:57.211Z Downloaded rand_chacha v0.9.0
8982026-07-02T04:04:57.211Z Downloaded rand_core v0.6.4
8992026-07-02T04:04:57.215Z Downloaded postgres-protocol v0.6.10
9002026-07-02T04:04:57.215Z Downloaded jiff-static v0.2.21
9012026-07-02T04:04:57.218Z Downloaded pkcs1 v0.8.0-rc.4
9022026-07-02T04:04:57.218Z Downloaded parking_lot v0.11.2
9032026-07-02T04:04:57.218Z Downloaded russh-util v0.52.0
9042026-07-02T04:04:57.221Z Downloaded icu_collections v2.1.1
9052026-07-02T04:04:57.225Z Downloaded rand_seeder v0.4.0
9062026-07-02T04:04:57.225Z Downloaded rand_core v0.9.5
9072026-07-02T04:04:57.227Z Downloaded same-file v1.0.6
9082026-07-02T04:04:57.227Z Downloaded papergrid v0.17.0
9092026-07-02T04:04:57.230Z Downloaded der v0.8.0
9102026-07-02T04:04:57.233Z Downloaded scroll_derive v0.13.1
9112026-07-02T04:04:57.233Z Downloaded scopeguard v1.2.0
9122026-07-02T04:04:57.236Z Downloaded scheduled-thread-pool v0.2.7
9132026-07-02T04:04:57.236Z Downloaded sapling-renderdag v0.1.0
9142026-07-02T04:04:57.237Z Downloaded secrecy v0.8.0
9152026-07-02T04:04:57.239Z Downloaded progenitor v0.13.0
9162026-07-02T04:04:57.239Z Downloaded primeorder v0.13.6
9172026-07-02T04:04:57.239Z Downloaded primefield v0.14.0
9182026-07-02T04:04:57.242Z Downloaded aes-gcm v0.11.0
9192026-07-02T04:04:57.247Z Downloaded pkcs1 v0.7.5
9202026-07-02T04:04:57.252Z Downloaded pin-project v1.1.11
9212026-07-02T04:04:57.255Z Downloaded serde-big-array v0.5.1
9222026-07-02T04:04:57.259Z Downloaded secrecy v0.10.3
9232026-07-02T04:04:57.259Z Downloaded resolv-conf v0.7.6
9242026-07-02T04:04:57.261Z Downloaded r2d2 v0.8.10
9252026-07-02T04:04:57.261Z Downloaded quinn-udp v0.5.14
9262026-07-02T04:04:57.261Z Downloaded rfc6979 v0.4.0
9272026-07-02T04:04:57.264Z Downloaded serde_bytes v0.11.19
9282026-07-02T04:04:57.264Z Downloaded semver v0.1.20
9292026-07-02T04:04:57.267Z Downloaded serde_urlencoded v0.7.1
9302026-07-02T04:04:57.270Z Downloaded postgres-types v0.2.12
9312026-07-02T04:04:57.273Z Downloaded hickory-server v0.25.2
9322026-07-02T04:04:57.275Z Downloaded p384 v0.14.0-rc.10
9332026-07-02T04:04:57.275Z Downloaded p256 v0.14.0-rc.10
9342026-07-02T04:04:57.280Z Downloaded openssl-sys v0.9.115
9352026-07-02T04:04:57.282Z Downloaded sha1 v0.11.0
9362026-07-02T04:04:57.283Z Downloaded rustls-pemfile v2.2.0
9372026-07-02T04:04:57.286Z Downloaded http v1.4.2
9382026-07-02T04:04:57.288Z Downloaded rustversion v1.0.22
9392026-07-02T04:04:57.288Z Downloaded shell-words v1.1.1
9402026-07-02T04:04:57.288Z Downloaded signal-hook-tokio v0.3.1
9412026-07-02T04:04:57.292Z Downloaded sha1 v0.10.6
9422026-07-02T04:04:57.292Z Downloaded signature v3.0.0
9432026-07-02T04:04:57.292Z Downloaded serde_repr v0.1.20
9442026-07-02T04:04:57.294Z Downloaded rustls-native-certs v0.8.3
9452026-07-02T04:04:57.295Z Downloaded rusty-fork v0.3.1
9462026-07-02T04:04:57.300Z Downloaded hashbrown v0.13.2
9472026-07-02T04:04:57.300Z Downloaded prefix-trie v0.7.0
9482026-07-02T04:04:57.300Z Downloaded hyper-util v0.1.20
9492026-07-02T04:04:57.308Z Downloaded serde_plain v1.0.2
9502026-07-02T04:04:57.311Z Downloaded sigpipe v0.1.3
9512026-07-02T04:04:57.314Z Downloaded signal-hook-mio v0.2.5
9522026-07-02T04:04:57.314Z Downloaded slog-bunyan v2.5.0
9532026-07-02T04:04:57.317Z Downloaded signature v2.2.0
9542026-07-02T04:04:57.317Z Downloaded progenitor-impl v0.13.0
9552026-07-02T04:04:57.320Z Downloaded sec1 v0.7.3
9562026-07-02T04:04:57.320Z Downloaded scrypt v0.12.0
9572026-07-02T04:04:57.324Z Downloaded minimal-lexical v0.2.1
9582026-07-02T04:04:57.327Z Downloaded schemars_derive v0.8.22
9592026-07-02T04:04:57.327Z Downloaded hashbrown v0.12.3
9602026-07-02T04:04:57.327Z Downloaded siphasher v1.0.2
9612026-07-02T04:04:57.331Z Downloaded progenitor-impl v0.14.0
9622026-07-02T04:04:57.333Z Downloaded slog-envlogger v2.2.0
9632026-07-02T04:04:57.333Z Downloaded sec1 v0.8.1
9642026-07-02T04:04:57.341Z Downloaded seq-macro v0.3.6
9652026-07-02T04:04:57.352Z Downloaded serde_derive_internals v0.29.1
9662026-07-02T04:04:57.355Z Downloaded serde-hex v0.1.0
9672026-07-02T04:04:57.355Z Downloaded mio v1.2.0
9682026-07-02T04:04:57.358Z Downloaded pretty_assertions v1.4.1
9692026-07-02T04:04:57.361Z Downloaded internal-russh-num-bigint v0.5.0
9702026-07-02T04:04:57.369Z Downloaded serdect v0.4.3
9712026-07-02T04:04:57.372Z Downloaded rustls-pki-types v1.14.0
9722026-07-02T04:04:57.372Z Downloaded pkcs5 v0.8.1
9732026-07-02T04:04:57.375Z Downloaded serde_path_to_error v0.1.20
9742026-07-02T04:04:57.380Z Downloaded rcgen v0.12.1
9752026-07-02T04:04:57.380Z Downloaded dropshot-api-manager v0.7.2
9762026-07-02T04:04:57.386Z Downloaded shlex v1.3.0
9772026-07-02T04:04:57.388Z Downloaded scroll v0.13.0
9782026-07-02T04:04:57.391Z Downloaded strsim v0.10.0
9792026-07-02T04:04:57.391Z Downloaded strip-ansi-escapes v0.2.1
9802026-07-02T04:04:57.391Z Downloaded structmeta v0.3.0
9812026-07-02T04:04:57.394Z Downloaded serde_with_macros v1.5.2
9822026-07-02T04:04:57.394Z Downloaded serde_spanned v1.1.1
9832026-07-02T04:04:57.394Z Downloaded num-bigint v0.4.6
9842026-07-02T04:04:57.399Z Downloaded stable_deref_trait v1.2.1
9852026-07-02T04:04:57.399Z Downloaded sqlparser_derive v0.5.0
9862026-07-02T04:04:57.402Z Downloaded strum v0.27.2
9872026-07-02T04:04:57.402Z Downloaded strum v0.26.3
9882026-07-02T04:04:57.402Z Downloaded tabled_derive v0.11.0
9892026-07-02T04:04:57.405Z Downloaded slog-async v2.8.0
9902026-07-02T04:04:57.405Z Downloaded signal-hook-registry v1.4.8
9912026-07-02T04:04:57.408Z Downloaded structmeta-derive v0.3.0
9922026-07-02T04:04:57.408Z Downloaded sync_wrapper v1.0.2
9932026-07-02T04:04:57.408Z Downloaded slab v0.4.12
9942026-07-02T04:04:57.411Z Downloaded sync-ptr v0.1.4
9952026-07-02T04:04:57.411Z Downloaded salsa20 v0.11.0
9962026-07-02T04:04:57.414Z Downloaded tagptr v0.2.0
9972026-07-02T04:04:57.417Z Downloaded hashbrown v0.16.1
9982026-07-02T04:04:57.419Z Downloaded simd-adler32 v0.3.8
9992026-07-02T04:04:57.422Z Downloaded slog-stdlog v4.1.1
10002026-07-02T04:04:57.422Z Downloaded snafu-derive v0.8.9
10012026-07-02T04:04:57.422Z Downloaded slog-scope v4.4.1
10022026-07-02T04:04:57.425Z Downloaded slog-json v2.6.1
10032026-07-02T04:04:57.425Z Downloaded ron v0.8.1
10042026-07-02T04:04:57.428Z Downloaded serde_cbor v0.11.2
10052026-07-02T04:04:57.431Z Downloaded smf v0.2.3
10062026-07-02T04:04:57.434Z Downloaded smallvec v0.6.14
10072026-07-02T04:04:57.434Z Downloaded tabwriter v1.4.1
10082026-07-02T04:04:57.434Z Downloaded supports-color v3.0.2
10092026-07-02T04:04:57.437Z Downloaded tap v1.0.1
10102026-07-02T04:04:57.437Z Downloaded testing_table v0.3.0
10112026-07-02T04:04:57.437Z Downloaded ssh-encoding v0.3.0-rc.9
10122026-07-02T04:04:57.440Z Downloaded take_mut v0.2.2
10132026-07-02T04:04:57.440Z Downloaded rustls-platform-verifier v0.6.2
10142026-07-02T04:04:57.443Z Downloaded termtree v0.5.1
10152026-07-02T04:04:57.443Z Downloaded static_assertions v1.1.0
10162026-07-02T04:04:57.443Z Downloaded sha2 v0.11.0
10172026-07-02T04:04:57.446Z Downloaded nom v7.1.3
10182026-07-02T04:04:57.450Z Downloaded hashbrown v0.15.5
10192026-07-02T04:04:57.453Z Downloaded sqlformat v0.3.5
10202026-07-02T04:04:57.453Z Downloaded spki v0.8.0
10212026-07-02T04:04:57.456Z Downloaded itertools v0.10.5
10222026-07-02T04:04:57.459Z Downloaded time-core v0.1.8
10232026-07-02T04:04:57.459Z Downloaded stringprep v0.1.5
10242026-07-02T04:04:57.462Z Downloaded slog-dtrace v0.3.0
10252026-07-02T04:04:57.462Z Downloaded prettyplease v0.2.37
10262026-07-02T04:04:57.465Z Downloaded string_cache v0.8.9
10272026-07-02T04:04:57.469Z Downloaded strum_macros v0.24.3
10282026-07-02T04:04:57.475Z Downloaded spki v0.7.3
10292026-07-02T04:04:57.478Z Downloaded strum_macros v0.27.2
10302026-07-02T04:04:57.481Z Downloaded schemars v0.8.22
10312026-07-02T04:04:57.489Z Downloaded tokio-macros v2.7.0
10322026-07-02T04:04:57.493Z Downloaded serde_with_macros v3.17.0
10332026-07-02T04:04:57.493Z Downloaded tokio-test v0.4.5
10342026-07-02T04:04:57.493Z Downloaded tinyvec_macros v0.1.1
10352026-07-02T04:04:57.496Z Downloaded thread-id v5.1.0
10362026-07-02T04:04:57.496Z Downloaded synstructure v0.13.2
10372026-07-02T04:04:57.496Z Downloaded support-bundle-viewer v0.1.2
10382026-07-02T04:04:57.501Z Downloaded subtle v2.6.1
10392026-07-02T04:04:57.501Z Downloaded quinn v0.11.9
10402026-07-02T04:04:57.503Z Downloaded rayon-core v1.13.0
10412026-07-02T04:04:57.503Z Downloaded thiserror-impl-no-std v2.0.2
10422026-07-02T04:04:57.503Z Downloaded qorb v0.4.1
10432026-07-02T04:04:57.506Z Downloaded smallvec v1.15.1
10442026-07-02T04:04:57.509Z Downloaded thiserror-no-std v2.0.2
10452026-07-02T04:04:57.512Z Downloaded slog-term v2.9.2
10462026-07-02T04:04:57.512Z Downloaded ryu v1.0.23
10472026-07-02T04:04:57.515Z Downloaded p521 v0.14.0-rc.10
10482026-07-02T04:04:57.518Z Downloaded tower-service v0.3.3
10492026-07-02T04:04:57.518Z Downloaded tower-layer v0.3.3
10502026-07-02T04:04:57.521Z Downloaded serde_yaml v0.9.34+deprecated
10512026-07-02T04:04:57.521Z Downloaded publicsuffix v2.3.0
10522026-07-02T04:04:57.524Z Downloaded libxml v0.3.3
10532026-07-02T04:04:57.526Z Downloaded idna v1.1.0
10542026-07-02T04:04:57.529Z Downloaded hyper v1.10.1
10552026-07-02T04:04:57.532Z Downloaded try-lock v0.2.5
10562026-07-02T04:04:57.535Z Downloaded topological-sort v0.2.2
10572026-07-02T04:04:57.535Z Downloaded trait-variant v0.1.2
10582026-07-02T04:04:57.535Z Downloaded tinystr v0.8.2
10592026-07-02T04:04:57.538Z Downloaded time-macros v0.2.27
10602026-07-02T04:04:57.538Z Downloaded tiny-keccak v2.0.2
10612026-07-02T04:04:57.541Z Downloaded thread_local v1.1.9
10622026-07-02T04:04:57.541Z Downloaded icu_properties_data v2.1.2
10632026-07-02T04:04:57.546Z Downloaded unarray v0.1.4
10642026-07-02T04:04:57.549Z Downloaded typify-macro v0.6.2
10652026-07-02T04:04:57.549Z Downloaded tls_codec_derive v0.4.2
10662026-07-02T04:04:57.552Z Downloaded termios v0.3.3
10672026-07-02T04:04:57.552Z Downloaded universal-hash v0.5.1
10682026-07-02T04:04:57.552Z Downloaded slog v2.8.2
10692026-07-02T04:04:57.555Z Downloaded tokio-dtrace v0.1.1
10702026-07-02T04:04:57.558Z Downloaded rand v0.9.2
10712026-07-02T04:04:57.560Z Downloaded strum_macros v0.26.4
10722026-07-02T04:04:57.561Z Downloaded socket2 v0.6.3
10732026-07-02T04:04:57.564Z Downloaded tokio-native-tls v0.3.1
10742026-07-02T04:04:57.564Z Downloaded socket2 v0.5.10
10752026-07-02T04:04:57.568Z Downloaded stacker v0.1.23
10762026-07-02T04:04:57.568Z Downloaded ssh-cipher v0.3.0-rc.9
10772026-07-02T04:04:57.568Z Downloaded usdt v0.6.0
10782026-07-02T04:04:57.568Z Downloaded untrusted v0.7.1
10792026-07-02T04:04:57.571Z Downloaded universal-hash v0.6.1
10802026-07-02T04:04:57.571Z Downloaded usdt-attr-macro v0.6.0
10812026-07-02T04:04:57.572Z Downloaded untrusted v0.9.0
10822026-07-02T04:04:57.575Z Downloaded unit-prefix v0.5.2
10832026-07-02T04:04:57.575Z Downloaded schemars v0.9.0
10842026-07-02T04:04:57.579Z Downloaded tokio-tungstenite v0.21.0
10852026-07-02T04:04:57.583Z Downloaded utf8_iter v1.0.4
10862026-07-02T04:04:57.583Z Downloaded spin v0.9.8
10872026-07-02T04:04:57.586Z Downloaded term v1.2.1
10882026-07-02T04:04:57.586Z Downloaded futures-util v0.3.32
10892026-07-02T04:04:57.592Z Downloaded usdt-macro v0.6.0
10902026-07-02T04:04:57.595Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10912026-07-02T04:04:57.595Z Downloaded itertools v0.13.0
10922026-07-02T04:04:57.598Z Downloaded utf-8 v0.7.6
10932026-07-02T04:04:57.600Z Downloaded signal-hook v0.3.18
10942026-07-02T04:04:57.601Z Downloaded waitgroup v0.1.2
10952026-07-02T04:04:57.603Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10962026-07-02T04:04:57.603Z Downloaded samael v0.0.19
10972026-07-02T04:04:57.608Z Downloaded wait-timeout v0.2.1
10982026-07-02T04:04:57.611Z Downloaded tui-tree-widget v0.23.1
10992026-07-02T04:04:57.611Z Downloaded similar v2.7.0
11002026-07-02T04:04:57.614Z Downloaded crypto-primes v0.7.2
11012026-07-02T04:04:57.617Z Downloaded nom v8.0.0
11022026-07-02T04:04:57.619Z Downloaded unicode-truncate v1.1.0
11032026-07-02T04:04:57.620Z Downloaded xattr v1.6.1
11042026-07-02T04:04:57.622Z Downloaded void v1.0.2
11052026-07-02T04:04:57.622Z Downloaded subprocess v0.2.15
11062026-07-02T04:04:57.625Z Downloaded toml_writer v1.1.1+spec-1.1.0
11072026-07-02T04:04:57.625Z Downloaded itertools v0.14.0
11082026-07-02T04:04:57.628Z Downloaded want v0.3.1
11092026-07-02T04:04:57.630Z Downloaded tokio-stream v0.1.18
11102026-07-02T04:04:57.633Z Downloaded unicode-xid v0.2.6
11112026-07-02T04:04:57.633Z Downloaded xshell-macros v0.2.7
11122026-07-02T04:04:57.633Z Downloaded rustls-webpki v0.103.13
11132026-07-02T04:04:57.636Z Downloaded yoke-derive v0.8.1
11142026-07-02T04:04:57.636Z Downloaded unicase v2.9.0
11152026-07-02T04:04:57.639Z Downloaded tokio-rustls v0.26.4
11162026-07-02T04:04:57.639Z Downloaded hkdf v0.13.0
11172026-07-02T04:04:57.641Z Downloaded tokio-tungstenite v0.23.1
11182026-07-02T04:04:57.641Z Downloaded itertools v0.12.1
11192026-07-02T04:04:57.645Z Downloaded test-strategy v0.4.5
11202026-07-02T04:04:57.647Z Downloaded tls_codec v0.4.2
11212026-07-02T04:04:57.651Z Downloaded usdt-impl v0.6.0
11222026-07-02T04:04:57.651Z Downloaded iri-string v0.7.10
11232026-07-02T04:04:57.654Z Downloaded zeroize_derive v1.4.3
11242026-07-02T04:04:57.656Z Downloaded zerofrom v0.1.6
11252026-07-02T04:04:57.656Z Downloaded hkdf v0.12.4
11262026-07-02T04:04:57.659Z Downloaded rsa v0.9.10
11272026-07-02T04:04:57.662Z Downloaded schemars v1.2.1
11282026-07-02T04:04:57.671Z Downloaded zone_cfg_derive v0.3.1
11292026-07-02T04:04:57.673Z Downloaded zone v0.3.1
11302026-07-02T04:04:57.673Z Downloaded zerofrom-derive v0.1.6
11312026-07-02T04:04:57.683Z Downloaded tinyvec v1.10.0
11322026-07-02T04:04:57.689Z Downloaded unicode-properties v0.1.4
11332026-07-02T04:04:57.692Z Downloaded xshell v0.2.7
11342026-07-02T04:04:57.692Z Downloaded rand v0.10.1
11352026-07-02T04:04:57.694Z Downloaded vergen-git2 v9.1.0
11362026-07-02T04:04:57.697Z Downloaded rand v0.8.6
11372026-07-02T04:04:57.697Z Downloaded twox-hash v2.1.2
11382026-07-02T04:04:57.700Z Downloaded walkdir v2.5.0
11392026-07-02T04:04:57.700Z Downloaded vergen-lib v9.1.0
11402026-07-02T04:04:57.703Z Downloaded rsa v0.10.0-rc.18
11412026-07-02T04:04:57.705Z Downloaded uzers v0.12.2
11422026-07-02T04:04:57.708Z Downloaded vsss-rs v3.3.4
11432026-07-02T04:04:57.708Z Downloaded aws-lc-rs v1.16.3
11442026-07-02T04:04:57.712Z Downloaded wyz v0.5.1
11452026-07-02T04:04:57.715Z Downloaded writeable v0.6.2
11462026-07-02T04:04:57.715Z Downloaded whoami v2.1.0
11472026-07-02T04:04:57.718Z Downloaded toml v0.7.8
11482026-07-02T04:04:57.718Z Downloaded serde_with v1.14.0
11492026-07-02T04:04:57.721Z Downloaded num-bigint-dig v0.8.6
11502026-07-02T04:04:57.724Z Downloaded zerovec-derive v0.11.2
11512026-07-02T04:04:57.726Z Downloaded vergen-lib v0.1.6
11522026-07-02T04:04:57.726Z Downloaded tracing-attributes v0.1.31
11532026-07-02T04:04:57.729Z Downloaded toml_parser v1.1.2+spec-1.1.0
11542026-07-02T04:04:57.729Z Downloaded snafu v0.8.9
11552026-07-02T04:04:57.732Z Downloaded term v0.7.0
11562026-07-02T04:04:57.735Z Downloaded tungstenite v0.21.0
11572026-07-02T04:04:57.737Z Downloaded zeroize v1.8.2
11582026-07-02T04:04:57.737Z Downloaded toml v1.1.2+spec-1.1.0
11592026-07-02T04:04:57.740Z Downloaded zstd v0.13.3
11602026-07-02T04:04:57.742Z Downloaded tar v0.4.45
11612026-07-02T04:04:57.745Z Downloaded iddqd v0.4.2
11622026-07-02T04:04:57.755Z Downloaded typify v0.6.2
11632026-07-02T04:04:57.759Z Downloaded vergen-gitcl v1.0.8
11642026-07-02T04:04:57.762Z Downloaded zstd-safe v7.2.4
11652026-07-02T04:04:57.765Z Downloaded unsafe-libyaml v0.2.11
11662026-07-02T04:04:57.765Z Downloaded whoami v1.6.1
11672026-07-02T04:04:57.768Z Downloaded yoke v0.8.1
11682026-07-02T04:04:57.768Z Downloaded rustyline v14.0.0
11692026-07-02T04:04:57.770Z Downloaded blake3 v1.8.5
11702026-07-02T04:04:57.774Z Downloaded libm v0.2.16
11712026-07-02T04:04:57.780Z Downloaded uuid v1.23.4
11722026-07-02T04:04:57.783Z Downloaded steno v0.4.1
11732026-07-02T04:04:57.786Z Downloaded vergen v9.1.0
11742026-07-02T04:04:57.788Z Downloaded git2 v0.20.4
11752026-07-02T04:04:57.793Z Downloaded tungstenite v0.23.0
11762026-07-02T04:04:57.796Z Downloaded vte v0.14.1
11772026-07-02T04:04:57.798Z Downloaded h2 v0.4.15
11782026-07-02T04:04:57.801Z Downloaded tracing-core v0.1.36
11792026-07-02T04:04:57.804Z Downloaded toml_edit v0.23.10+spec-1.0.0
11802026-07-02T04:04:57.809Z Downloaded bitvec v1.0.1
11812026-07-02T04:04:57.819Z Downloaded unicode-bidi v0.3.18
11822026-07-02T04:04:57.828Z Downloaded yasna v0.5.2
11832026-07-02T04:04:57.831Z Downloaded chrono v0.4.44
11842026-07-02T04:04:57.834Z Downloaded regex v1.12.3
11852026-07-02T04:04:57.840Z Downloaded zopfli v0.8.3
11862026-07-02T04:04:57.843Z Downloaded tokio-postgres v0.7.16
11872026-07-02T04:04:57.846Z Downloaded rpassword v7.4.0
11882026-07-02T04:04:57.852Z Downloaded reqwest v0.13.2
11892026-07-02T04:04:57.855Z Downloaded unicode_categories v0.1.1
11902026-07-02T04:04:57.858Z Downloaded toml_edit v0.19.15
11912026-07-02T04:04:57.866Z Downloaded zerocopy v0.6.6
11922026-07-02T04:04:57.869Z Downloaded p384 v0.13.1
11932026-07-02T04:04:57.871Z Downloaded tower v0.5.3
11942026-07-02T04:04:57.875Z Downloaded zip v0.6.6
11952026-07-02T04:04:57.878Z Downloaded reedline v0.40.0
11962026-07-02T04:04:57.885Z Downloaded reqwest v0.12.28
11972026-07-02T04:04:57.889Z Downloaded yansi v1.0.1
11982026-07-02T04:04:57.891Z Downloaded url v2.5.8
11992026-07-02T04:04:57.898Z Downloaded ssh-key v0.7.0-rc.10
12002026-07-02T04:04:57.901Z Downloaded zerotrie v0.2.3
12012026-07-02T04:04:57.910Z Downloaded portable-atomic v1.13.1
12022026-07-02T04:04:57.920Z Downloaded x509-cert v0.2.5
12032026-07-02T04:04:57.928Z Downloaded unicode-segmentation v1.12.0
12042026-07-02T04:04:57.931Z Downloaded lalrpop v0.19.12
12052026-07-02T04:04:57.936Z Downloaded zerocopy-derive v0.8.40
12062026-07-02T04:04:57.941Z Downloaded quick-xml v0.37.5
12072026-07-02T04:04:57.945Z Downloaded proptest v1.10.0
12082026-07-02T04:04:57.950Z Downloaded curve25519-dalek v4.1.3
12092026-07-02T04:04:57.956Z Downloaded tough v0.22.0
12102026-07-02T04:04:57.961Z Downloaded salty v0.3.0
12112026-07-02T04:04:57.965Z Downloaded tower-http v0.6.8
12122026-07-02T04:04:57.969Z Downloaded typed-path v0.9.3
12132026-07-02T04:04:57.973Z Downloaded object v0.30.4
12142026-07-02T04:04:57.978Z Downloaded moka v0.12.13
12152026-07-02T04:04:57.983Z Downloaded serde_with v3.17.0
12162026-07-02T04:04:57.990Z Downloaded zip v4.6.1
12172026-07-02T04:04:57.993Z Downloaded goblin v0.10.5
12182026-07-02T04:04:57.997Z Downloaded russh v0.61.2
12192026-07-02T04:04:58.005Z Downloaded unicode-normalization v0.1.25
12202026-07-02T04:04:58.008Z Downloaded rayon v1.11.0
12212026-07-02T04:04:58.010Z Downloaded petname v2.0.2
12222026-07-02T04:04:58.013Z Downloaded crypto-bigint v0.7.5
12232026-07-02T04:04:58.021Z Downloaded winnow v0.5.40
12242026-07-02T04:04:58.026Z Downloaded polar-core v0.27.3
12252026-07-02T04:04:58.031Z Downloaded curve25519-dalek v5.0.0-rc.0
12262026-07-02T04:04:58.036Z Downloaded tokio-util v0.7.18
12272026-07-02T04:04:58.058Z Downloaded dropshot v0.17.1
12282026-07-02T04:04:58.072Z Downloaded winnow v0.6.26
12292026-07-02T04:04:58.076Z Downloaded zerovec v0.11.5
12302026-07-02T04:04:58.079Z Downloaded radix_trie v0.2.1
12312026-07-02T04:04:58.083Z Downloaded openssl v0.10.79
12322026-07-02T04:04:58.088Z Downloaded time v0.3.47
12332026-07-02T04:04:58.094Z Downloaded regex-syntax v0.6.29
12342026-07-02T04:04:58.109Z Downloaded bstr v1.12.1
12352026-07-02T04:04:58.117Z Downloaded nix v0.27.1
12362026-07-02T04:04:58.123Z Downloaded zlib-rs v0.6.2
12372026-07-02T04:04:58.127Z Downloaded quinn-proto v0.11.13
12382026-07-02T04:04:58.131Z Downloaded nix v0.28.0
12392026-07-02T04:04:58.138Z Downloaded hickory-proto v0.24.4
12402026-07-02T04:04:58.147Z Downloaded zerocopy v0.8.40
12412026-07-02T04:04:58.152Z Downloaded tabled v0.20.0
12422026-07-02T04:04:58.163Z Downloaded winnow v1.0.3
12432026-07-02T04:04:58.170Z Downloaded rustls v0.23.41
12442026-07-02T04:04:58.175Z Downloaded regex-syntax v0.8.10
12452026-07-02T04:04:58.179Z Downloaded smoltcp v0.9.1
12462026-07-02T04:04:58.185Z Downloaded diesel v2.3.7
12472026-07-02T04:04:58.199Z Downloaded vcpkg v0.2.15
12482026-07-02T04:04:58.221Z Downloaded object v0.37.3
12492026-07-02T04:04:58.228Z Downloaded nix v0.31.2
12502026-07-02T04:04:58.235Z Downloaded openapiv3 v2.2.0
12512026-07-02T04:04:58.242Z Downloaded sqlparser v0.61.0
12522026-07-02T04:04:58.247Z Downloaded sled v0.34.7
12532026-07-02T04:04:58.254Z Downloaded typify-impl v0.6.2
12542026-07-02T04:04:58.262Z Downloaded smoltcp v0.11.0
12552026-07-02T04:04:58.269Z Downloaded regress v0.11.1
12562026-07-02T04:04:58.274Z Downloaded regress v0.10.5
12572026-07-02T04:04:58.279Z Downloaded fiat-crypto v0.3.0
12582026-07-02T04:04:58.294Z Downloaded hickory-proto v0.25.2
12592026-07-02T04:04:58.297Z Downloaded petgraph v0.6.5
12602026-07-02T04:04:58.307Z Downloaded rustix v0.38.44
12612026-07-02T04:04:58.319Z Downloaded regex-automata v0.4.14
12622026-07-02T04:04:58.336Z Downloaded csv v1.4.0
12632026-07-02T04:04:58.348Z Downloaded libz-sys v1.1.24
12642026-07-02T04:04:58.361Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12652026-07-02T04:04:58.426Z Downloaded bzip2-sys v0.1.13+1.0.8
12662026-07-02T04:04:58.449Z Downloaded sha3 v0.11.0
12672026-07-02T04:04:58.457Z Downloaded tracing v0.1.44
12682026-07-02T04:04:58.469Z Downloaded ratatui v0.29.0
12692026-07-02T04:04:58.501Z Downloaded zerocopy-derive v0.6.6
12702026-07-02T04:04:58.537Z Downloaded chrono-tz v0.10.4
12712026-07-02T04:04:58.548Z Downloaded jiff v0.2.21
12722026-07-02T04:04:58.603Z Downloaded petgraph v0.8.3
12732026-07-02T04:04:58.640Z Downloaded sha3 v0.10.8
12742026-07-02T04:04:58.657Z Downloaded tokio v1.52.1
12752026-07-02T04:04:58.753Z Downloaded encoding_rs v0.8.35
12762026-07-02T04:04:58.810Z Downloaded ring v0.17.14
12772026-07-02T04:04:58.850Z Downloaded libgit2-sys v0.18.3+1.9.2
12782026-07-02T04:04:59.376Z Downloaded aws-lc-sys v0.40.0
12792026-07-02T04:04:59.645Z Compiling libc v0.2.185
12802026-07-02T04:04:59.645Z Compiling serde_core v1.0.228
12812026-07-02T04:04:59.645Z Compiling serde v1.0.228
12822026-07-02T04:04:59.648Z Compiling log v0.4.29
12832026-07-02T04:04:59.648Z Compiling smallvec v1.15.1
12842026-07-02T04:04:59.648Z Compiling find-msvc-tools v0.1.9
12852026-07-02T04:04:59.648Z Compiling shlex v1.3.0
12862026-07-02T04:04:59.648Z Compiling subtle v2.6.1
12872026-07-02T04:04:59.648Z Compiling scopeguard v1.2.0
12882026-07-02T04:04:59.648Z Compiling stable_deref_trait v1.2.1
12892026-07-02T04:04:59.648Z Compiling typenum v1.20.1
12902026-07-02T04:04:59.841Z Compiling serde_json v1.0.150
12912026-07-02T04:04:59.854Z Compiling portable-atomic v1.13.1
12922026-07-02T04:04:59.857Z Compiling zerocopy v0.8.40
12932026-07-02T04:04:59.869Z Compiling syn v2.0.117
12942026-07-02T04:04:59.882Z Compiling pin-project-lite v0.2.17
12952026-07-02T04:04:59.960Z Compiling lock_api v0.4.14
12962026-07-02T04:04:59.974Z Compiling parking_lot_core v0.9.12
12972026-07-02T04:04:59.989Z Compiling pkg-config v0.3.32
12982026-07-02T04:05:00.003Z Compiling critical-section v1.2.0
12992026-07-02T04:05:00.017Z Compiling getrandom v0.4.1
13002026-07-02T04:05:00.020Z Compiling libm v0.2.16
13012026-07-02T04:05:00.084Z Compiling futures-core v0.3.32
13022026-07-02T04:05:00.118Z Compiling num-traits v0.2.19
13032026-07-02T04:05:00.144Z Compiling generic-array v0.14.7
13042026-07-02T04:05:00.193Z Compiling rand_core v0.10.0
13052026-07-02T04:05:00.222Z Compiling const-oid v0.9.6
13062026-07-02T04:05:00.222Z Compiling writeable v0.6.2
13072026-07-02T04:05:00.252Z Compiling litemap v0.8.1
13082026-07-02T04:05:00.307Z Compiling percent-encoding v2.3.2
13092026-07-02T04:05:00.371Z Compiling icu_properties_data v2.1.2
13102026-07-02T04:05:00.456Z Compiling icu_normalizer_data v2.1.1
13112026-07-02T04:05:00.456Z Compiling futures-sink v0.3.32
13122026-07-02T04:05:00.485Z Compiling futures-io v0.3.32
13132026-07-02T04:05:00.488Z Compiling futures-task v0.3.32
13142026-07-02T04:05:00.499Z Compiling slab v0.4.12
13152026-07-02T04:05:00.537Z Compiling rustversion v1.0.22
13162026-07-02T04:05:00.540Z Compiling utf8_iter v1.0.4
13172026-07-02T04:05:00.580Z Compiling futures-channel v0.3.32
13182026-07-02T04:05:00.594Z Compiling getrandom v0.3.4
13192026-07-02T04:05:00.652Z Compiling form_urlencoded v1.2.2
13202026-07-02T04:05:00.709Z Compiling ident_case v1.0.1
13212026-07-02T04:05:00.712Z Compiling dunce v1.0.5
13222026-07-02T04:05:00.738Z Compiling jobserver v0.1.34
13232026-07-02T04:05:00.740Z Compiling errno v0.3.14
13242026-07-02T04:05:00.765Z Compiling getrandom v0.2.17
13252026-07-02T04:05:00.809Z Compiling mio v1.2.0
13262026-07-02T04:05:00.840Z Compiling socket2 v0.6.3
13272026-07-02T04:05:00.870Z Compiling signal-hook-registry v1.4.8
13282026-07-02T04:05:00.923Z Compiling rand_core v0.6.4
13292026-07-02T04:05:00.950Z Compiling cc v1.2.56
13302026-07-02T04:05:01.005Z Compiling parking_lot v0.12.5
13312026-07-02T04:05:01.040Z Compiling once_cell v1.21.3
13322026-07-02T04:05:01.088Z Compiling fs_extra v1.3.0
13332026-07-02T04:05:01.143Z Compiling rustix v1.1.3
13342026-07-02T04:05:01.158Z Compiling iana-time-zone v0.1.65
13352026-07-02T04:05:01.161Z Compiling regex-syntax v0.8.10
13362026-07-02T04:05:01.193Z Compiling base64ct v1.8.3
13372026-07-02T04:05:01.286Z Compiling vcpkg v0.2.15
13382026-07-02T04:05:01.309Z Compiling tracing-core v0.1.36
13392026-07-02T04:05:01.346Z Compiling aws-lc-rs v1.16.3
13402026-07-02T04:05:01.381Z Compiling flagset v0.4.7
13412026-07-02T04:05:01.381Z Compiling base64 v0.22.1
13422026-07-02T04:05:01.421Z Compiling tinyvec_macros v0.1.1
13432026-07-02T04:05:01.502Z Compiling pem-rfc7468 v0.7.0
13442026-07-02T04:05:01.518Z Compiling httparse v1.10.1
13452026-07-02T04:05:01.528Z Compiling cmov v0.5.4
13462026-07-02T04:05:01.607Z Compiling rand_core v0.9.5
13472026-07-02T04:05:01.642Z Compiling openssl-probe v0.2.1
13482026-07-02T04:05:01.675Z Compiling tinyvec v1.10.0
13492026-07-02T04:05:01.690Z Compiling aho-corasick v1.1.4
13502026-07-02T04:05:01.740Z Compiling ctutils v0.4.2
13512026-07-02T04:05:01.755Z Compiling cmake v0.1.57
13522026-07-02T04:05:01.769Z Compiling schemars v0.8.22
13532026-07-02T04:05:01.838Z Compiling untrusted v0.7.1
13542026-07-02T04:05:01.842Z Compiling dyn-clone v1.0.20
13552026-07-02T04:05:01.905Z Compiling tower-service v0.3.3
13562026-07-02T04:05:01.931Z Compiling atomic-waker v1.1.2
13572026-07-02T04:05:01.934Z Compiling try-lock v0.2.5
13582026-07-02T04:05:01.959Z Compiling tower-layer v0.3.3
13592026-07-02T04:05:01.994Z Compiling openssl v0.10.79
13602026-07-02T04:05:02.010Z Compiling httpdate v1.0.3
13612026-07-02T04:05:02.024Z Compiling foreign-types-shared v0.1.1
13622026-07-02T04:05:02.056Z Compiling want v0.3.1
13632026-07-02T04:05:02.062Z Compiling untrusted v0.9.0
13642026-07-02T04:05:02.083Z Compiling bitflags v2.11.0
13652026-07-02T04:05:02.086Z Compiling semver v1.0.28
13662026-07-02T04:05:02.129Z Compiling indexmap v2.14.0
13672026-07-02T04:05:02.144Z Compiling uuid v1.23.4
13682026-07-02T04:05:02.168Z Compiling cpufeatures v0.2.17
13692026-07-02T04:05:02.191Z Compiling rustls v0.23.41
13702026-07-02T04:05:02.244Z Compiling foreign-types v0.3.2
13712026-07-02T04:05:02.258Z Compiling unicode-normalization v0.1.25
13722026-07-02T04:05:02.261Z Compiling spin v0.9.8
13732026-07-02T04:05:02.261Z Compiling crc32fast v1.5.0
13742026-07-02T04:05:02.301Z Compiling num-conv v0.2.0
13752026-07-02T04:05:02.328Z Compiling powerfmt v0.2.0
13762026-07-02T04:05:02.345Z Compiling rustc_version v0.4.1
13772026-07-02T04:05:02.400Z Compiling time-core v0.1.8
13782026-07-02T04:05:02.444Z Compiling native-tls v0.2.18
13792026-07-02T04:05:02.461Z Compiling wait-timeout v0.2.1
13802026-07-02T04:05:02.501Z Compiling deranged v0.5.8
13812026-07-02T04:05:02.546Z Compiling sync_wrapper v1.0.2
13822026-07-02T04:05:02.560Z Compiling time-macros v0.2.27
13832026-07-02T04:05:02.614Z Compiling aws-lc-sys v0.40.0
13842026-07-02T04:05:02.651Z Compiling openssl-sys v0.9.115
13852026-07-02T04:05:02.666Z Compiling regex-automata v0.4.14
13862026-07-02T04:05:02.686Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13872026-07-02T04:05:02.700Z Compiling crossbeam-utils v0.8.21
13882026-07-02T04:05:02.735Z Compiling synstructure v0.13.2
13892026-07-02T04:05:02.750Z Compiling pest_generator v2.8.6
13902026-07-02T04:05:02.813Z Compiling serde_derive_internals v0.29.1
13912026-07-02T04:05:02.877Z Compiling darling_core v0.20.11
13922026-07-02T04:05:03.024Z Compiling siphasher v1.0.2
13932026-07-02T04:05:03.230Z Compiling tempfile v3.25.0
13942026-07-02T04:05:03.244Z Compiling quick-error v1.2.3
13952026-07-02T04:05:03.357Z Compiling num_threads v0.1.7
13962026-07-02T04:05:03.372Z Compiling simd-adler32 v0.3.8
13972026-07-02T04:05:03.474Z Compiling bit-vec v0.8.0
13982026-07-02T04:05:03.490Z Compiling usdt-impl v0.6.0
13992026-07-02T04:05:03.507Z Compiling syn v1.0.109
14002026-07-02T04:05:03.511Z Compiling rusty-fork v0.3.1
14012026-07-02T04:05:03.571Z Compiling darling_core v0.21.3
14022026-07-02T04:05:03.627Z Compiling heapless v0.7.17
14032026-07-02T04:05:03.691Z Compiling bit-set v0.8.0
14042026-07-02T04:05:03.705Z Compiling time v0.3.47
14052026-07-02T04:05:03.733Z Compiling bzip2-sys v0.1.13+1.0.8
14062026-07-02T04:05:03.752Z Compiling rand_xorshift v0.4.0
14072026-07-02T04:05:03.796Z Compiling slog v2.8.2
14082026-07-02T04:05:03.872Z Compiling thread-id v5.1.0
14092026-07-02T04:05:03.879Z Compiling cookie v0.18.1
14102026-07-02T04:05:03.903Z Compiling unicode-bidi v0.3.18
14112026-07-02T04:05:03.906Z Compiling signal-hook v0.3.18
14122026-07-02T04:05:03.934Z Compiling anyhow v1.0.102
14132026-07-02T04:05:03.949Z Compiling adler2 v2.0.1
14142026-07-02T04:05:03.981Z Compiling paste v1.0.15
14152026-07-02T04:05:03.999Z Compiling zstd-safe v7.2.4
14162026-07-02T04:05:04.023Z Compiling allocator-api2 v0.2.21
14172026-07-02T04:05:04.061Z Compiling ryu v1.0.23
14182026-07-02T04:05:04.098Z Compiling unarray v0.1.4
14192026-07-02T04:05:04.112Z Compiling iri-string v0.7.10
14202026-07-02T04:05:04.137Z Compiling unicode-properties v0.1.4
14212026-07-02T04:05:04.269Z Compiling miniz_oxide v0.8.9
14222026-07-02T04:05:04.333Z Compiling stringprep v0.1.5
14232026-07-02T04:05:04.430Z Compiling camino v1.2.2
14242026-07-02T04:05:04.478Z Compiling curve25519-dalek v4.1.3
14252026-07-02T04:05:04.516Z Compiling num-integer v0.1.46
14262026-07-02T04:05:04.533Z Compiling serde_derive v1.0.228
14272026-07-02T04:05:04.799Z Compiling zeroize_derive v1.4.3
14282026-07-02T04:05:04.827Z Compiling zerofrom-derive v0.1.6
14292026-07-02T04:05:04.849Z Compiling yoke-derive v0.8.1
14302026-07-02T04:05:04.862Z Compiling zerovec-derive v0.11.2
14312026-07-02T04:05:04.898Z Compiling zerocopy-derive v0.8.40
14322026-07-02T04:05:04.911Z Compiling displaydoc v0.2.5
14332026-07-02T04:05:05.019Z Compiling tokio-macros v2.7.0
14342026-07-02T04:05:05.304Z Compiling futures-macro v0.3.32
14352026-07-02T04:05:05.329Z Compiling tracing-attributes v0.1.31
14362026-07-02T04:05:05.490Z Compiling zeroize v1.8.2
14372026-07-02T04:05:05.723Z Compiling der_derive v0.7.3
14382026-07-02T04:05:05.726Z Compiling thiserror-impl v2.0.18
14392026-07-02T04:05:05.796Z Compiling rustls-pki-types v1.14.0
14402026-07-02T04:05:06.044Z Compiling hybrid-array v0.4.13
14412026-07-02T04:05:06.079Z Compiling schemars_derive v0.8.22
14422026-07-02T04:05:06.172Z Compiling futures-util v0.3.32
14432026-07-02T04:05:06.187Z Compiling pest_derive v2.8.6
14442026-07-02T04:05:06.283Z Compiling zerofrom v0.1.6
14452026-07-02T04:05:06.297Z Compiling crypto-common v0.1.7
14462026-07-02T04:05:06.300Z Compiling block-buffer v0.10.4
14472026-07-02T04:05:06.418Z Compiling yoke v0.8.1
14482026-07-02T04:05:06.475Z Compiling digest v0.10.7
14492026-07-02T04:05:06.488Z Compiling scroll_derive v0.13.1
14502026-07-02T04:05:06.618Z Compiling zerovec v0.11.5
14512026-07-02T04:05:06.677Z Compiling zerotrie v0.2.3
14522026-07-02T04:05:06.722Z Compiling tracing v0.1.44
14532026-07-02T04:05:06.741Z Compiling der v0.7.10
14542026-07-02T04:05:06.744Z Compiling darling_macro v0.20.11
14552026-07-02T04:05:06.849Z Compiling openssl-macros v0.1.1
14562026-07-02T04:05:06.897Z Compiling hmac v0.12.1
14572026-07-02T04:05:06.988Z Compiling sha2 v0.10.9
14582026-07-02T04:05:07.007Z Compiling thiserror-impl v1.0.69
14592026-07-02T04:05:07.075Z Compiling scroll_derive v0.12.1
14602026-07-02T04:05:07.130Z Compiling tinystr v0.8.2
14612026-07-02T04:05:07.163Z Compiling potential_utf v0.1.4
14622026-07-02T04:05:07.269Z Compiling thiserror v2.0.18
14632026-07-02T04:05:07.291Z Compiling icu_collections v2.1.1
14642026-07-02T04:05:07.347Z Compiling icu_locale_core v2.1.1
14652026-07-02T04:05:07.348Z Compiling scroll v0.13.0
14662026-07-02T04:05:07.391Z Compiling darling v0.20.11
14672026-07-02T04:05:07.405Z Compiling dtrace-parser v0.3.0
14682026-07-02T04:05:07.484Z Compiling derive_builder_core v0.20.2
14692026-07-02T04:05:07.643Z Compiling spki v0.7.3
14702026-07-02T04:05:07.787Z Compiling goblin v0.10.5
14712026-07-02T04:05:07.791Z Compiling scroll v0.12.0
14722026-07-02T04:05:07.861Z Compiling pkcs8 v0.10.2
14732026-07-02T04:05:07.987Z Compiling bytes v1.11.1
14742026-07-02T04:05:08.083Z Compiling icu_provider v2.1.1
14752026-07-02T04:05:08.090Z Compiling chrono v0.4.44
14762026-07-02T04:05:08.139Z Compiling ipnet v2.11.0
14772026-07-02T04:05:08.171Z Compiling toml_datetime v0.6.11
14782026-07-02T04:05:08.254Z Compiling erased-serde v0.3.31
14792026-07-02T04:05:08.280Z Compiling serde_tokenstream v0.2.3
14802026-07-02T04:05:08.319Z Compiling icu_properties v2.1.2
14812026-07-02T04:05:08.366Z Compiling icu_normalizer v2.1.1
14822026-07-02T04:05:08.380Z Compiling derive_builder_macro v0.20.2
14832026-07-02T04:05:08.395Z Compiling thiserror v1.0.69
14842026-07-02T04:05:08.452Z Compiling serde_spanned v0.6.9
14852026-07-02T04:05:08.505Z Compiling tokio v1.52.1
14862026-07-02T04:05:08.520Z Compiling http v1.4.2
14872026-07-02T04:05:08.650Z Compiling serde_urlencoded v0.7.1
14882026-07-02T04:05:08.665Z Compiling block-buffer v0.12.1
14892026-07-02T04:05:08.680Z Compiling block-padding v0.4.2
14902026-07-02T04:05:08.727Z Compiling crypto-common v0.2.2
14912026-07-02T04:05:08.786Z Compiling signature v2.2.0
14922026-07-02T04:05:08.860Z Compiling md-5 v0.10.6
14932026-07-02T04:05:08.879Z Compiling darling_macro v0.21.3
14942026-07-02T04:05:08.913Z Compiling rustls-native-certs v0.8.3
14952026-07-02T04:05:08.976Z Compiling bstr v1.12.1
14962026-07-02T04:05:08.990Z Compiling pin-project-internal v1.1.11
14972026-07-02T04:05:09.003Z Compiling zerocopy-derive v0.7.35
14982026-07-02T04:05:09.041Z Compiling async-trait v0.1.89
14992026-07-02T04:05:09.256Z Compiling http-body v1.0.1
15002026-07-02T04:05:09.428Z Compiling idna_adapter v1.2.1
15012026-07-02T04:05:09.444Z Compiling ppv-lite86 v0.2.21
15022026-07-02T04:05:09.531Z Compiling http-body-util v0.1.3
15032026-07-02T04:05:09.547Z Compiling idna v1.1.0
15042026-07-02T04:05:09.567Z Compiling vergen-lib v9.1.0
15052026-07-02T04:05:09.583Z Compiling hash32 v0.2.1
15062026-07-02T04:05:09.583Z Compiling memoffset v0.9.1
15072026-07-02T04:05:09.673Z Compiling encoding_rs v0.8.35
15082026-07-02T04:05:09.788Z Compiling rand_chacha v0.9.0
15092026-07-02T04:05:09.817Z Compiling rand_chacha v0.3.1
15102026-07-02T04:05:09.821Z Compiling psl-types v2.0.11
15112026-07-02T04:05:09.847Z Compiling url v2.5.8
15122026-07-02T04:05:09.952Z Compiling litrs v1.0.0
15132026-07-02T04:05:09.965Z Compiling smoltcp v0.9.1
15142026-07-02T04:05:10.135Z Compiling rand v0.9.2
15152026-07-02T04:05:10.148Z Compiling num-bigint-dig v0.8.6
15162026-07-02T04:05:10.199Z Compiling ref-cast v1.0.25
15172026-07-02T04:05:10.218Z Compiling zlib-rs v0.6.2
15182026-07-02T04:05:10.339Z Compiling mime v0.3.17
15192026-07-02T04:05:10.505Z Compiling cfg_aliases v0.2.1
15202026-07-02T04:05:10.510Z Compiling rustix v0.38.44
15212026-07-02T04:05:10.510Z Compiling fallible-iterator v0.2.0
15222026-07-02T04:05:10.547Z Compiling document-features v0.2.12
15232026-07-02T04:05:10.587Z Compiling nix v0.31.2
15242026-07-02T04:05:10.602Z Compiling dof v0.4.0
15252026-07-02T04:05:10.659Z Compiling pin-project v1.1.11
15262026-07-02T04:05:10.675Z Compiling rand v0.8.6
15272026-07-02T04:05:10.687Z Compiling zerocopy v0.7.35
15282026-07-02T04:05:10.771Z Compiling proptest v1.10.0
15292026-07-02T04:05:10.923Z Compiling postgres-protocol v0.6.10
15302026-07-02T04:05:10.952Z Compiling publicsuffix v2.3.0
15312026-07-02T04:05:11.108Z Compiling darling v0.21.3
15322026-07-02T04:05:11.122Z Compiling derive_builder v0.20.2
15332026-07-02T04:05:11.142Z Compiling inout v0.2.2
15342026-07-02T04:05:11.203Z Compiling ipnetwork v0.21.1
15352026-07-02T04:05:11.234Z Compiling hubpack_derive v0.1.1
15362026-07-02T04:05:11.250Z Compiling futures-executor v0.3.32
15372026-07-02T04:05:11.265Z Compiling goblin v0.8.2
15382026-07-02T04:05:11.494Z Compiling oxnet v0.1.6
15392026-07-02T04:05:11.521Z Compiling hex v0.4.3
15402026-07-02T04:05:11.549Z Compiling regex v1.12.3
15412026-07-02T04:05:11.648Z Compiling num-iter v0.1.45
15422026-07-02T04:05:11.712Z Compiling snafu-derive v0.8.9
15432026-07-02T04:05:11.727Z Compiling daft-derive v0.1.7
15442026-07-02T04:05:11.740Z Compiling ref-cast-impl v1.0.25
15452026-07-02T04:05:11.782Z Compiling curve25519-dalek-derive v0.1.1
15462026-07-02T04:05:11.799Z Compiling strum_macros v0.27.2
15472026-07-02T04:05:11.988Z Compiling terminal_size v0.4.3
15482026-07-02T04:05:12.141Z Compiling phf_shared v0.13.1
15492026-07-02T04:05:12.167Z Compiling lazy_static v1.5.0
15502026-07-02T04:05:12.170Z Compiling cargo-platform v0.3.2
15512026-07-02T04:05:12.196Z Compiling anstyle-parse v0.2.7
15522026-07-02T04:05:12.255Z Compiling vergen v9.1.0
15532026-07-02T04:05:12.271Z Compiling ff v0.13.1
15542026-07-02T04:05:12.322Z Compiling fs-err v3.3.0
15552026-07-02T04:05:12.389Z Compiling tokio-util v0.7.18
15562026-07-02T04:05:12.392Z Compiling tower v0.5.3
15572026-07-02T04:05:12.424Z Compiling tokio-native-tls v0.3.1
15582026-07-02T04:05:12.474Z Compiling ahash v0.8.12
15592026-07-02T04:05:12.475Z Compiling winnow v0.5.40
15602026-07-02T04:05:12.503Z Compiling unicode-segmentation v1.12.0
15612026-07-02T04:05:12.508Z Compiling foldhash v0.1.5
15622026-07-02T04:05:12.532Z Compiling managed v0.8.0
15632026-07-02T04:05:12.547Z Compiling libbz2-rs-sys v0.2.2
15642026-07-02T04:05:12.616Z Compiling bumpalo v3.20.2
15652026-07-02T04:05:12.701Z Compiling object v0.37.3
15662026-07-02T04:05:12.721Z Compiling same-file v1.0.6
15672026-07-02T04:05:12.759Z Compiling bitflags v1.3.2
15682026-07-02T04:05:12.842Z Compiling tower-http v0.6.8
15692026-07-02T04:05:12.877Z Compiling base16ct v0.2.0
15702026-07-02T04:05:12.894Z Compiling foldhash v0.2.0
15712026-07-02T04:05:12.909Z Compiling walkdir v2.5.0
15722026-07-02T04:05:13.058Z Compiling hashbrown v0.16.1
15732026-07-02T04:05:13.072Z Compiling h2 v0.4.15
15742026-07-02T04:05:13.126Z Compiling newtype-uuid v1.3.2
15752026-07-02T04:05:13.228Z Compiling flate2 v1.1.9
15762026-07-02T04:05:13.242Z Compiling sec1 v0.7.3
15772026-07-02T04:05:13.266Z Compiling bzip2 v0.6.1
15782026-07-02T04:05:13.444Z Compiling dof v0.3.0
15792026-07-02T04:05:13.474Z Compiling daft v0.1.7
15802026-07-02T04:05:13.489Z Compiling zopfli v0.8.3
15812026-07-02T04:05:13.527Z Compiling clap_builder v4.6.0
15822026-07-02T04:05:13.556Z Compiling hashbrown v0.15.5
15832026-07-02T04:05:13.656Z Compiling snafu v0.8.9
15842026-07-02T04:05:13.785Z Compiling group v0.13.0
15852026-07-02T04:05:13.804Z Compiling strum v0.27.2
15862026-07-02T04:05:13.817Z Compiling toml_edit v0.19.15
15872026-07-02T04:05:13.831Z Compiling cargo_metadata v0.23.1
15882026-07-02T04:05:13.953Z Compiling phf v0.13.1
15892026-07-02T04:05:13.981Z Compiling anstream v0.6.21
15902026-07-02T04:05:14.115Z Compiling usdt-macro v0.6.0
15912026-07-02T04:05:14.129Z Compiling usdt-attr-macro v0.6.0
15922026-07-02T04:05:14.203Z Compiling signal-hook-mio v0.2.5
15932026-07-02T04:05:14.232Z Compiling cookie_store v0.22.1
15942026-07-02T04:05:14.308Z Compiling hubpack v0.1.2
15952026-07-02T04:05:14.339Z Compiling bzip2 v0.4.4
15962026-07-02T04:05:14.362Z Compiling futures v0.3.32
15972026-07-02T04:05:14.455Z Compiling postgres-types v0.2.12
15982026-07-02T04:05:14.542Z Compiling cipher v0.5.2
15992026-07-02T04:05:14.564Z Compiling serde_with_macros v3.17.0
16002026-07-02T04:05:14.689Z Compiling zstd v0.13.3
16012026-07-02T04:05:14.887Z Compiling globset v0.4.18
16022026-07-02T04:05:14.918Z Compiling ed25519 v2.2.3
16032026-07-02T04:05:14.932Z Compiling dtrace-parser v0.2.0
16042026-07-02T04:05:14.974Z Compiling pkcs1 v0.7.5
16052026-07-02T04:05:15.004Z Compiling olpc-cjson v0.1.4
16062026-07-02T04:05:15.034Z Compiling serde-big-array v0.5.1
16072026-07-02T04:05:15.178Z Compiling serde_plain v1.0.2
16082026-07-02T04:05:15.194Z Compiling hkdf v0.12.4
16092026-07-02T04:05:15.226Z Compiling crypto-bigint v0.5.5
16102026-07-02T04:05:15.382Z Compiling strum_macros v0.26.4
16112026-07-02T04:05:15.382Z Compiling enum-as-inner v0.6.1
16122026-07-02T04:05:15.410Z Compiling async-recursion v1.1.1
16132026-07-02T04:05:15.584Z Compiling clap_derive v4.6.1
16142026-07-02T04:05:15.709Z Compiling serde_repr v0.1.20
16152026-07-02T04:05:15.749Z Compiling phf_shared v0.11.3
16162026-07-02T04:05:15.854Z Compiling float-cmp v0.10.0
16172026-07-02T04:05:15.883Z Compiling pem v3.0.6
16182026-07-02T04:05:15.947Z Compiling memmap2 v0.9.10
16192026-07-02T04:05:15.950Z Compiling thread-id v4.2.2
16202026-07-02T04:05:16.019Z Compiling env_filter v1.0.0
16212026-07-02T04:05:16.059Z Compiling cpufeatures v0.3.0
16222026-07-02T04:05:16.114Z Compiling jiff v0.2.21
16232026-07-02T04:05:16.143Z Compiling fixedbitset v0.5.7
16242026-07-02T04:05:16.212Z Compiling static_assertions v1.1.0
16252026-07-02T04:05:16.235Z Compiling hyper v1.10.1
16262026-07-02T04:05:16.273Z Compiling difflib v0.4.0
16272026-07-02T04:05:16.298Z Compiling either v1.15.0
16282026-07-02T04:05:16.340Z Compiling fixedbitset v0.4.2
16292026-07-02T04:05:16.462Z Compiling predicates-core v1.0.10
16302026-07-02T04:05:16.512Z Compiling typed-path v0.9.3
16312026-07-02T04:05:16.526Z Compiling keccak v0.1.6
16322026-07-02T04:05:16.577Z Compiling data-encoding v2.10.0
16332026-07-02T04:05:16.596Z Compiling new_debug_unreachable v1.0.6
16342026-07-02T04:05:16.662Z Compiling precomputed-hash v0.1.1
16352026-07-02T04:05:16.676Z Compiling winnow v1.0.3
16362026-07-02T04:05:16.747Z Compiling whoami v2.1.0
16372026-07-02T04:05:16.762Z Compiling normalize-line-endings v0.3.0
16382026-07-02T04:05:16.851Z Compiling const-oid v0.10.2
16392026-07-02T04:05:16.867Z Compiling toml_edit v0.22.27
16402026-07-02T04:05:17.038Z Compiling digest v0.11.3
16412026-07-02T04:05:17.073Z Compiling toml_parser v1.1.2+spec-1.1.0
16422026-07-02T04:05:17.137Z Compiling tokio-postgres v0.7.16
16432026-07-02T04:05:17.197Z Compiling strum v0.26.3
16442026-07-02T04:05:17.284Z Compiling hickory-proto v0.25.2
16452026-07-02T04:05:17.287Z Compiling predicates v3.1.4
16462026-07-02T04:05:17.313Z Compiling string_cache v0.8.9
16472026-07-02T04:05:17.337Z Compiling sha3 v0.10.8
16482026-07-02T04:05:17.352Z Compiling hyper-util v0.1.20
16492026-07-02T04:05:17.385Z Compiling petgraph v0.6.5
16502026-07-02T04:05:17.436Z Compiling clap v4.6.1
16512026-07-02T04:05:17.526Z Compiling itertools v0.13.0
16522026-07-02T04:05:17.552Z Compiling petgraph v0.8.3
16532026-07-02T04:05:17.725Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16542026-07-02T04:05:17.746Z Compiling elliptic-curve v0.13.8
16552026-07-02T04:05:17.806Z Compiling env_logger v0.11.9
16562026-07-02T04:05:17.877Z Compiling usdt v0.6.0
16572026-07-02T04:05:17.972Z Compiling chacha20 v0.10.0
16582026-07-02T04:05:18.158Z Compiling usdt-impl v0.5.0
16592026-07-02T04:05:18.173Z Compiling serde_with v3.17.0
16602026-07-02T04:05:18.176Z Compiling crossterm v0.28.1
16612026-07-02T04:05:18.382Z Compiling rsa v0.9.10
16622026-07-02T04:05:18.829Z Compiling hyper-tls v0.6.0
16632026-07-02T04:05:18.829Z Compiling zip v4.6.1
16642026-07-02T04:05:18.955Z Compiling toml v0.7.8
16652026-07-02T04:05:19.082Z Compiling reqwest v0.12.28
16662026-07-02T04:05:19.149Z Compiling ed25519-dalek v2.2.0
16672026-07-02T04:05:19.589Z Compiling zip v0.6.6
16682026-07-02T04:05:19.614Z Compiling iddqd v0.4.2
16692026-07-02T04:05:19.819Z Compiling tokio-stream v0.1.18
16702026-07-02T04:05:19.951Z Compiling heck v0.4.1
16712026-07-02T04:05:19.989Z Compiling similar v2.7.0
16722026-07-02T04:05:20.003Z Compiling buf-list v1.1.2
16732026-07-02T04:05:20.121Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16742026-07-02T04:05:20.195Z Compiling openapiv3 v2.2.0
16752026-07-02T04:05:20.210Z Compiling x509-cert v0.2.5
16762026-07-02T04:05:20.305Z Compiling crossbeam-epoch v0.9.18
16772026-07-02T04:05:20.320Z Compiling peg-runtime v0.8.5
16782026-07-02T04:05:20.353Z Compiling lalrpop-util v0.19.12
16792026-07-02T04:05:20.444Z Compiling thread_local v1.1.9
16802026-07-02T04:05:20.562Z Compiling slog-async v2.8.0
16812026-07-02T04:05:20.615Z Compiling crossbeam-channel v0.5.15
16822026-07-02T04:05:20.643Z Compiling filetime v0.2.27
16832026-07-02T04:05:20.656Z Compiling is-terminal v0.4.17
16842026-07-02T04:05:20.710Z Compiling xattr v1.6.1
16852026-07-02T04:05:20.763Z Compiling term v1.2.1
16862026-07-02T04:05:20.833Z Compiling take_mut v0.2.2
16872026-07-02T04:05:20.882Z Compiling tar v0.4.45
16882026-07-02T04:05:20.895Z Compiling camino-tempfile v1.4.1
16892026-07-02T04:05:21.089Z Compiling slog-term v2.9.2
16902026-07-02T04:05:38.841Z Compiling rustls-webpki v0.103.13
16912026-07-02T04:05:41.496Z Compiling tokio-rustls v0.26.4
16922026-07-02T04:05:41.496Z Compiling rustls-platform-verifier v0.6.2
16932026-07-02T04:05:41.501Z Compiling tough v0.22.0
16942026-07-02T04:05:41.697Z Compiling hyper-rustls v0.27.7
16952026-07-02T04:05:41.890Z Compiling reqwest v0.13.2
16962026-07-02T04:05:44.024Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16972026-07-02T04:05:44.265Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16982026-07-02T04:05:47.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.06s
16992026-07-02T04:05:47.194Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17002026-07-02T04:05:47.251ZJul 02 04:05:46.368 INFO Starting download, target: DendriteStub
17012026-07-02T04:05:47.251ZJul 02 04:05:46.369 INFO Starting download, target: Cockroach
17022026-07-02T04:05:47.251ZJul 02 04:05:46.369 INFO Starting download, target: Console
17032026-07-02T04:05:47.251ZJul 02 04:05:46.369 INFO Starting download, target: MaghemiteMgd
17042026-07-02T04:05:47.251ZJul 02 04:05:46.369 INFO Starting download, target: Clickhouse
17052026-07-02T04:05:47.251ZJul 02 04:05:46.369 INFO Starting download, target: MaghemiteDdmd
17062026-07-02T04:05:47.258ZJul 02 04:05:46.369 INFO Starting download, target: TransceiverControl
17072026-07-02T04:05:47.258ZJul 02 04:05:46.369 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17082026-07-02T04:05:47.258ZJul 02 04:05:46.369 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17092026-07-02T04:05:47.258ZJul 02 04:05:46.369 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17102026-07-02T04:05:47.258ZJul 02 04:05:46.369 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17112026-07-02T04:05:47.258ZJul 02 04:05:46.369 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17122026-07-02T04:05:47.258ZJul 02 04:05:46.369 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17132026-07-02T04:05:47.258ZJul 02 04:05:46.369 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17142026-07-02T04:05:47.824ZJul 02 04:05:46.923 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17152026-07-02T04:05:48.014ZJul 02 04:05:47.129 INFO Download complete, target: TransceiverControl
17162026-07-02T04:05:49.043ZJul 02 04:05:48.164 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17172026-07-02T04:05:49.279ZJul 02 04:05:48.400 INFO Download complete, target: Console
17182026-07-02T04:05:50.261ZJul 02 04:05:49.383 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17192026-07-02T04:05:51.481ZJul 02 04:05:50.601 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17202026-07-02T04:05:51.608ZJul 02 04:05:50.729 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17212026-07-02T04:05:51.845ZJul 02 04:05:50.956 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17222026-07-02T04:05:52.766ZJul 02 04:05:51.884 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17232026-07-02T04:05:52.766ZJul 02 04:05:51.884 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17242026-07-02T04:05:53.483ZJul 02 04:05:52.601 INFO Download complete, target: MaghemiteDdmd
17252026-07-02T04:05:54.011ZJul 02 04:05:53.126 INFO Download complete, target: DendriteStub
17262026-07-02T04:05:54.401ZJul 02 04:05:53.521 INFO Download complete, target: MaghemiteMgd
17272026-07-02T04:05:56.909ZJul 02 04:05:56.030 INFO Checking that binary works, target: Clickhouse
17282026-07-02T04:05:57.002ZJul 02 04:05:56.118 INFO Download complete, target: Clickhouse
17292026-07-02T04:05:57.320ZJul 02 04:05:56.433 INFO Checking that binary works, target: Cockroach
17302026-07-02T04:05:57.443ZJul 02 04:05:56.558 INFO Download complete, target: Cockroach
17312026-07-02T04:05:57.447ZAll prerequisites installed successfully
17322026-07-02T04:05:57.447Z
17332026-07-02T04:05:57.447Zreal 1:46.310977841
17342026-07-02T04:05:57.447Zuser 6:35.408184369
17352026-07-02T04:05:57.448Zsys 1:37.817636147
17362026-07-02T04:05:57.448Ztrap 0.243567630
17372026-07-02T04:05:57.448Ztflt 0.781000409
17382026-07-02T04:05:57.448Zdflt 1.717067286
17392026-07-02T04:05:57.448Zkflt 0.024816317
17402026-07-02T04:05:57.448Zlock 23:46.426449060
17412026-07-02T04:05:57.448Zslp 18:07.669695794
17422026-07-02T04:05:57.448Zlat 22.738027739
17432026-07-02T04:05:57.448Zstop 2:42.971666558
17442026-07-02T04:05:57.448Z+ ptime -m cargo xtask download softnpu
17452026-07-02T04:05:57.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17462026-07-02T04:05:57.904Z Running `target/debug/xtask download softnpu`
17472026-07-02T04:05:58.607Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17482026-07-02T04:05:58.679Z Running `target/debug/xtask-downloader softnpu`
17492026-07-02T04:05:58.711ZJul 02 04:05:57.827 INFO Starting download, target: Softnpu
17502026-07-02T04:05:58.716ZJul 02 04:05:57.828 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17512026-07-02T04:05:59.333ZJul 02 04:05:58.455 INFO Download complete, target: Softnpu
17522026-07-02T04:05:59.337Z
17532026-07-02T04:05:59.339Zreal 1.888020484
17542026-07-02T04:05:59.339Zuser 1.258032479
17552026-07-02T04:05:59.339Zsys 0.579734093
17562026-07-02T04:05:59.339Ztrap 0.000669930
17572026-07-02T04:05:59.339Ztflt 0.000365170
17582026-07-02T04:05:59.340Zdflt 0.000274190
17592026-07-02T04:05:59.340Zkflt 0.000000000
17602026-07-02T04:05:59.340Zlock 11.544819684
17612026-07-02T04:05:59.340Zslp 0.486163931
17622026-07-02T04:05:59.340Zlat 0.074058529
17632026-07-02T04:05:59.340Zstop 0.000150870
17642026-07-02T04:05:59.340Z+ export CARGO_INCREMENTAL=0
17652026-07-02T04:05:59.340Z+ CARGO_INCREMENTAL=0
17662026-07-02T04:05:59.340Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17672026-07-02T04:06:00.199Z Compiling proc-macro2 v1.0.106
17682026-07-02T04:06:00.199Z Compiling quote v1.0.45
17692026-07-02T04:06:00.199Z Compiling unicode-ident v1.0.24
17702026-07-02T04:06:00.199Z Compiling libc v0.2.185
17712026-07-02T04:06:00.212Z Compiling serde_core v1.0.228
17722026-07-02T04:06:00.212Z Compiling serde v1.0.228
17732026-07-02T04:06:00.212Z Compiling cfg-if v1.0.4
17742026-07-02T04:06:00.212Z Compiling version_check v0.9.5
17752026-07-02T04:06:00.212Z Compiling shlex v1.3.0
17762026-07-02T04:06:00.213Z Compiling find-msvc-tools v0.1.9
17772026-07-02T04:06:00.213Z Compiling zmij v1.0.21
17782026-07-02T04:06:00.345Z Compiling memchr v2.8.0
17792026-07-02T04:06:00.351Z Compiling serde_json v1.0.150
17802026-07-02T04:06:00.351Z Compiling autocfg v1.5.0
17812026-07-02T04:06:00.544Z Compiling portable-atomic v1.13.1
17822026-07-02T04:06:00.560Z Compiling zerocopy v0.8.40
17832026-07-02T04:06:00.596Z Compiling getrandom v0.4.1
17842026-07-02T04:06:00.670Z Compiling libm v0.2.16
17852026-07-02T04:06:00.682Z Compiling parking_lot_core v0.9.12
17862026-07-02T04:06:00.721Z Compiling icu_normalizer_data v2.1.1
17872026-07-02T04:06:00.849Z Compiling num-traits v0.2.19
17882026-07-02T04:06:00.890Z Compiling icu_properties_data v2.1.2
17892026-07-02T04:06:00.890Z Compiling smallvec v1.15.1
17902026-07-02T04:06:00.898Z Compiling generic-array v0.14.7
17912026-07-02T04:06:00.941Z Compiling itoa v1.0.17
17922026-07-02T04:06:00.973Z Compiling log v0.4.29
17932026-07-02T04:06:00.995Z Compiling subtle v2.6.1
17942026-07-02T04:06:01.098Z Compiling pkg-config v0.3.32
17952026-07-02T04:06:01.128Z Compiling stable_deref_trait v1.2.1
17962026-07-02T04:06:01.170Z Compiling typenum v1.20.1
17972026-07-02T04:06:01.226Z Compiling scopeguard v1.2.0
17982026-07-02T04:06:01.335Z Compiling jobserver v0.1.34
17992026-07-02T04:06:01.362Z Compiling errno v0.3.14
18002026-07-02T04:06:01.362Z Compiling lock_api v0.4.14
18012026-07-02T04:06:01.384Z Compiling fnv v1.0.7
18022026-07-02T04:06:01.443Z Compiling rand_core v0.10.0
18032026-07-02T04:06:01.548Z Compiling thiserror v2.0.18
18042026-07-02T04:06:01.567Z Compiling pin-project-lite v0.2.17
18052026-07-02T04:06:01.571Z Compiling cc v1.2.56
18062026-07-02T04:06:01.617Z Compiling getrandom v0.3.4
18072026-07-02T04:06:01.651Z Compiling syn v2.0.117
18082026-07-02T04:06:01.683Z Compiling writeable v0.6.2
18092026-07-02T04:06:01.697Z Compiling litemap v0.8.1
18102026-07-02T04:06:01.707Z Compiling equivalent v1.0.2
18112026-07-02T04:06:01.707Z Compiling percent-encoding v2.3.2
18122026-07-02T04:06:01.740Z Compiling getrandom v0.2.17
18132026-07-02T04:06:01.840Z Compiling rustversion v1.0.22
18142026-07-02T04:06:01.912Z Compiling rand_core v0.6.4
18152026-07-02T04:06:01.938Z Compiling schemars v0.8.22
18162026-07-02T04:06:01.955Z Compiling dunce v1.0.5
18172026-07-02T04:06:01.960Z Compiling rustix v1.1.3
18182026-07-02T04:06:01.960Z Compiling critical-section v1.2.0
18192026-07-02T04:06:01.999Z Compiling fs_extra v1.3.0
18202026-07-02T04:06:02.116Z Compiling hashbrown v0.17.0
18212026-07-02T04:06:02.225Z Compiling signal-hook-registry v1.4.8
18222026-07-02T04:06:02.318Z Compiling cmake v0.1.57
18232026-07-02T04:06:02.366Z Compiling once_cell v1.21.3
18242026-07-02T04:06:02.396Z Compiling utf8_iter v1.0.4
18252026-07-02T04:06:02.416Z Compiling heck v0.5.0
18262026-07-02T04:06:02.632Z Compiling semver v1.0.28
18272026-07-02T04:06:02.669Z Compiling indexmap v2.14.0
18282026-07-02T04:06:02.742Z Compiling bitflags v2.11.0
18292026-07-02T04:06:02.758Z Compiling parking_lot v0.12.5
18302026-07-02T04:06:02.762Z Compiling form_urlencoded v1.2.2
18312026-07-02T04:06:02.804Z Compiling mio v1.2.0
18322026-07-02T04:06:02.906Z Compiling socket2 v0.6.3
18332026-07-02T04:06:02.921Z Compiling aws-lc-sys v0.40.0
18342026-07-02T04:06:02.954Z Compiling aws-lc-rs v1.16.3
18352026-07-02T04:06:02.994Z Compiling futures-core v0.3.32
18362026-07-02T04:06:03.095Z Compiling strsim v0.11.1
18372026-07-02T04:06:03.105Z Compiling httparse v1.10.1
18382026-07-02T04:06:03.355Z Compiling thiserror v1.0.69
18392026-07-02T04:06:03.409Z Compiling byteorder v1.5.0
18402026-07-02T04:06:03.452Z Compiling ucd-trie v0.1.7
18412026-07-02T04:06:03.469Z Compiling syn v1.0.109
18422026-07-02T04:06:03.535Z Compiling regex-syntax v0.8.10
18432026-07-02T04:06:03.549Z Compiling vcpkg v0.2.15
18442026-07-02T04:06:03.566Z Compiling ident_case v1.0.1
18452026-07-02T04:06:03.571Z Compiling const-oid v0.9.6
18462026-07-02T04:06:03.670Z Compiling pest v2.8.6
18472026-07-02T04:06:03.686Z Compiling iana-time-zone v0.1.65
18482026-07-02T04:06:03.882Z Compiling uuid v1.23.4
18492026-07-02T04:06:04.020Z Compiling rustc_version v0.4.1
18502026-07-02T04:06:04.094Z Compiling futures-sink v0.3.32
18512026-07-02T04:06:04.120Z Compiling openssl-sys v0.9.115
18522026-07-02T04:06:04.169Z Compiling rustls v0.23.41
18532026-07-02T04:06:04.222Z Compiling futures-channel v0.3.32
18542026-07-02T04:06:04.331Z Compiling aho-corasick v1.1.4
18552026-07-02T04:06:04.374Z Compiling slab v0.4.12
18562026-07-02T04:06:04.391Z Compiling futures-io v0.3.32
18572026-07-02T04:06:04.506Z Compiling synstructure v0.13.2
18582026-07-02T04:06:04.536Z Compiling serde_derive_internals v0.29.1
18592026-07-02T04:06:04.542Z Compiling futures-task v0.3.32
18602026-07-02T04:06:04.726Z Compiling dyn-clone v1.0.20
18612026-07-02T04:06:04.742Z Compiling pest_meta v2.8.6
18622026-07-02T04:06:04.792Z Compiling time-core v0.1.8
18632026-07-02T04:06:04.819Z Compiling num-conv v0.2.0
18642026-07-02T04:06:04.843Z Compiling plain v0.2.3
18652026-07-02T04:06:04.892Z Compiling crc32fast v1.5.0
18662026-07-02T04:06:04.978Z Compiling crossbeam-utils v0.8.21
18672026-07-02T04:06:04.978Z Compiling time-macros v0.2.27
18682026-07-02T04:06:05.023Z Compiling base64 v0.22.1
18692026-07-02T04:06:05.183Z Compiling regex-automata v0.4.14
18702026-07-02T04:06:05.186Z Compiling pretty-hex v0.4.1
18712026-07-02T04:06:05.214Z Compiling openssl v0.10.79
18722026-07-02T04:06:05.286Z Compiling darling_core v0.21.3
18732026-07-02T04:06:05.339Z Compiling pest_generator v2.8.6
18742026-07-02T04:06:05.357Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18752026-07-02T04:06:05.399Z Compiling anyhow v1.0.102
18762026-07-02T04:06:05.436Z Compiling native-tls v0.2.18
18772026-07-02T04:06:05.486Z Compiling rand_core v0.9.5
18782026-07-02T04:06:05.657Z Compiling slog v2.8.2
18792026-07-02T04:06:05.698Z Compiling serde_derive v1.0.228
18802026-07-02T04:06:05.698Z Compiling zeroize_derive v1.4.3
18812026-07-02T04:06:05.728Z Compiling zerofrom-derive v0.1.6
18822026-07-02T04:06:05.746Z Compiling yoke-derive v0.8.1
18832026-07-02T04:06:05.764Z Compiling zerovec-derive v0.11.2
18842026-07-02T04:06:05.778Z Compiling displaydoc v0.2.5
18852026-07-02T04:06:05.889Z Compiling zerocopy-derive v0.8.40
18862026-07-02T04:06:05.986Z Compiling tokio-macros v2.7.0
18872026-07-02T04:06:05.990Z Compiling futures-macro v0.3.32
18882026-07-02T04:06:06.015Z Compiling thiserror-impl v2.0.18
18892026-07-02T04:06:06.128Z Compiling schemars_derive v0.8.22
18902026-07-02T04:06:06.357Z Compiling zeroize v1.8.2
18912026-07-02T04:06:06.623Z Compiling tracing-attributes v0.1.31
18922026-07-02T04:06:06.728Z Compiling der_derive v0.7.3
18932026-07-02T04:06:06.755Z Compiling thiserror-impl v1.0.69
18942026-07-02T04:06:06.838Z Compiling pest_derive v2.8.6
18952026-07-02T04:06:06.898Z Compiling zerofrom v0.1.6
18962026-07-02T04:06:07.040Z Compiling yoke v0.8.1
18972026-07-02T04:06:07.243Z Compiling zerovec v0.11.5
18982026-07-02T04:06:07.261Z Compiling zerotrie v0.2.3
18992026-07-02T04:06:07.345Z Compiling crypto-common v0.1.7
19002026-07-02T04:06:07.349Z Compiling futures-util v0.3.32
19012026-07-02T04:06:07.523Z Compiling block-buffer v0.10.4
19022026-07-02T04:06:07.664Z Compiling digest v0.10.7
19032026-07-02T04:06:07.818Z Compiling tinystr v0.8.2
19042026-07-02T04:06:07.821Z Compiling potential_utf v0.1.4
19052026-07-02T04:06:07.871Z Compiling scroll_derive v0.13.1
19062026-07-02T04:06:07.889Z Compiling scroll_derive v0.12.1
19072026-07-02T04:06:07.904Z Compiling openssl-macros v0.1.1
19082026-07-02T04:06:07.918Z Compiling darling_macro v0.21.3
19092026-07-02T04:06:08.027Z Compiling icu_locale_core v2.1.1
19102026-07-02T04:06:08.048Z Compiling icu_collections v2.1.1
19112026-07-02T04:06:08.347Z Compiling regex v1.12.3
19122026-07-02T04:06:08.666Z Compiling zerocopy-derive v0.7.35
19132026-07-02T04:06:08.681Z Compiling tracing-core v0.1.36
19142026-07-02T04:06:08.753Z Compiling icu_provider v2.1.1
19152026-07-02T04:06:08.806Z Compiling cookie v0.18.1
19162026-07-02T04:06:08.922Z Compiling bytes v1.11.1
19172026-07-02T04:06:08.999Z Compiling chrono v0.4.44
19182026-07-02T04:06:09.014Z Compiling icu_properties v2.1.2
19192026-07-02T04:06:09.027Z Compiling icu_normalizer v2.1.1
19202026-07-02T04:06:09.173Z Compiling serde_tokenstream v0.2.3
19212026-07-02T04:06:09.445Z Compiling tokio v1.52.1
19222026-07-02T04:06:09.627Z Compiling http v1.4.2
19232026-07-02T04:06:09.986Z Compiling idna_adapter v1.2.1
19242026-07-02T04:06:10.010Z Compiling camino v1.2.2
19252026-07-02T04:06:10.034Z Compiling base64ct v1.8.3
19262026-07-02T04:06:10.145Z Compiling idna v1.1.0
19272026-07-02T04:06:10.228Z Compiling ppv-lite86 v0.2.21
19282026-07-02T04:06:10.362Z Compiling pem-rfc7468 v0.7.0
19292026-07-02T04:06:10.511Z Compiling url v2.5.8
19302026-07-02T04:06:10.523Z Compiling tracing v0.1.44
19312026-07-02T04:06:10.652Z Compiling darling v0.21.3
19322026-07-02T04:06:10.983Z Compiling flagset v0.4.7
19332026-07-02T04:06:11.128Z Compiling der v0.7.10
19342026-07-02T04:06:11.346Z Compiling rand_chacha v0.9.0
19352026-07-02T04:06:11.496Z Compiling http-body v1.0.1
19362026-07-02T04:06:11.575Z Compiling rustls-pki-types v1.14.0
19372026-07-02T04:06:11.710Z Compiling usdt-impl v0.5.0
19382026-07-02T04:06:11.727Z Compiling tinyvec_macros v0.1.1
19392026-07-02T04:06:11.811Z Compiling either v1.15.0
19402026-07-02T04:06:11.883Z Compiling ref-cast v1.0.25
19412026-07-02T04:06:11.973Z Compiling paste v1.0.15
19422026-07-02T04:06:12.007Z Compiling cmov v0.5.4
19432026-07-02T04:06:12.201Z Compiling openssl-probe v0.2.1
19442026-07-02T04:06:12.230Z Compiling fastrand v2.3.0
19452026-07-02T04:06:12.274Z Compiling usdt-impl v0.6.0
19462026-07-02T04:06:12.277Z Compiling ctutils v0.4.2
19472026-07-02T04:06:12.331Z Compiling spki v0.7.3
19482026-07-02T04:06:12.480Z Compiling tinyvec v1.10.0
19492026-07-02T04:06:12.494Z Compiling rand v0.9.2
19502026-07-02T04:06:12.548Z Compiling toml_datetime v0.6.11
19512026-07-02T04:06:12.551Z Compiling serde_spanned v0.6.9
19522026-07-02T04:06:12.580Z Compiling scroll v0.13.0
19532026-07-02T04:06:12.595Z Compiling scroll v0.12.0
19542026-07-02T04:06:12.708Z Compiling async-trait v0.1.89
19552026-07-02T04:06:12.712Z Compiling heapless v0.7.17
19562026-07-02T04:06:12.795Z Compiling bzip2-sys v0.1.13+1.0.8
19572026-07-02T04:06:12.826Z Compiling tower-layer v0.3.3
19582026-07-02T04:06:12.841Z Compiling untrusted v0.7.1
19592026-07-02T04:06:12.859Z Compiling litrs v1.0.0
19602026-07-02T04:06:12.862Z Compiling winnow v0.7.14
19612026-07-02T04:06:12.983Z Compiling signal-hook v0.3.18
19622026-07-02T04:06:13.007Z Compiling cpufeatures v0.2.17
19632026-07-02T04:06:13.023Z Compiling tower-service v0.3.3
19642026-07-02T04:06:13.039Z Compiling winnow v1.0.3
19652026-07-02T04:06:13.042Z Compiling atomic-waker v1.1.2
19662026-07-02T04:06:13.082Z Compiling try-lock v0.2.5
19672026-07-02T04:06:13.098Z Compiling rustix v0.38.44
19682026-07-02T04:06:13.115Z Compiling zstd-safe v7.2.4
19692026-07-02T04:06:13.195Z Compiling want v0.3.1
19702026-07-02T04:06:13.206Z Compiling tokio-util v0.7.18
19712026-07-02T04:06:13.286Z Compiling goblin v0.8.2
19722026-07-02T04:06:13.328Z Compiling document-features v0.2.12
19732026-07-02T04:06:13.349Z Compiling toml_parser v1.1.2+spec-1.1.0
19742026-07-02T04:06:13.368Z Compiling goblin v0.10.5
19752026-07-02T04:06:13.447Z Compiling hybrid-array v0.4.13
19762026-07-02T04:06:13.718Z Compiling zerocopy v0.7.35
19772026-07-02T04:06:13.919Z Compiling h2 v0.4.15
19782026-07-02T04:06:14.184Z Compiling ipnet v2.11.0
19792026-07-02T04:06:14.199Z Compiling ref-cast-impl v1.0.25
19802026-07-02T04:06:14.252Z Compiling darling_core v0.20.11
19812026-07-02T04:06:14.285Z Compiling curve25519-dalek v4.1.3
19822026-07-02T04:06:14.364Z Compiling memoffset v0.9.1
19832026-07-02T04:06:14.457Z Compiling powerfmt v0.2.0
19842026-07-02T04:06:14.580Z Compiling winnow v0.5.40
19852026-07-02T04:06:14.606Z Compiling untrusted v0.9.0
19862026-07-02T04:06:14.735Z Compiling foreign-types-shared v0.1.1
19872026-07-02T04:06:14.751Z Compiling httpdate v1.0.3
19882026-07-02T04:06:14.894Z Compiling utf8parse v0.2.2
19892026-07-02T04:06:14.986Z Compiling tempfile v3.25.0
19902026-07-02T04:06:15.055Z Compiling foreign-types v0.3.2
19912026-07-02T04:06:15.136Z Compiling deranged v0.5.8
19922026-07-02T04:06:15.222Z Compiling unicode-normalization v0.1.25
19932026-07-02T04:06:15.366Z Compiling pkcs8 v0.10.2
19942026-07-02T04:06:15.618Z Compiling dof v0.3.0
19952026-07-02T04:06:15.702Z Compiling dtrace-parser v0.2.0
19962026-07-02T04:06:15.983Z Compiling toml_edit v0.19.15
19972026-07-02T04:06:16.207Z Compiling darling_macro v0.20.11
19982026-07-02T04:06:16.244Z Compiling dof v0.4.0
19992026-07-02T04:06:16.385Z Compiling dtrace-parser v0.3.0
20002026-07-02T04:06:16.401Z Compiling daft-derive v0.1.7
20012026-07-02T04:06:16.681Z Compiling pin-project-internal v1.1.11
20022026-07-02T04:06:16.727Z Compiling spin v0.9.8
20032026-07-02T04:06:16.769Z Compiling thread-id v4.2.2
20042026-07-02T04:06:16.788Z Compiling thread-id v5.1.0
20052026-07-02T04:06:16.957Z Compiling anstyle v1.0.14
20062026-07-02T04:06:17.031Z Compiling num-bigint-dig v0.8.6
20072026-07-02T04:06:17.047Z Compiling num_threads v0.1.7
20082026-07-02T04:06:17.137Z Compiling hyper v1.10.1
20092026-07-02T04:06:17.153Z Compiling smoltcp v0.9.1
20102026-07-02T04:06:17.157Z Compiling cfg_aliases v0.2.1
20112026-07-02T04:06:17.258Z Compiling nix v0.31.2
20122026-07-02T04:06:17.304Z Compiling time v0.3.47
20132026-07-02T04:06:17.660Z Compiling darling v0.20.11
20142026-07-02T04:06:17.751Z Compiling sha2 v0.10.9
20152026-07-02T04:06:17.841Z Compiling ipnetwork v0.21.1
20162026-07-02T04:06:17.907Z Compiling hmac v0.12.1
20172026-07-02T04:06:18.069Z Compiling strum_macros v0.26.4
20182026-07-02T04:06:18.111Z Compiling curve25519-dalek-derive v0.1.1
20192026-07-02T04:06:18.285Z Compiling hyper-util v0.1.20
20202026-07-02T04:06:18.417Z Compiling sync_wrapper v1.0.2
20212026-07-02T04:06:18.478Z Compiling wait-timeout v0.2.1
20222026-07-02T04:06:18.724Z Compiling bit-vec v0.8.0
20232026-07-02T04:06:18.744Z Compiling is_terminal_polyfill v1.70.2
20242026-07-02T04:06:18.820Z Compiling siphasher v1.0.2
20252026-07-02T04:06:18.905Z Compiling quick-error v1.2.3
20262026-07-02T04:06:18.984Z Compiling anstyle-query v1.1.5
20272026-07-02T04:06:19.022Z Compiling colorchoice v1.0.4
20282026-07-02T04:06:19.025Z Compiling simd-adler32 v0.3.8
20292026-07-02T04:06:19.102Z Compiling rusty-fork v0.3.1
20302026-07-02T04:06:19.399Z Compiling bit-set v0.8.0
20312026-07-02T04:06:19.553Z Compiling tower v0.5.3
20322026-07-02T04:06:19.768Z Compiling derive_builder_core v0.20.2
20332026-07-02T04:06:19.942Z Compiling http-body-util v0.1.3
20342026-07-02T04:06:20.035Z Compiling hubpack_derive v0.1.1
20352026-07-02T04:06:20.202Z Compiling snafu-derive v0.8.9
20362026-07-02T04:06:20.241Z Compiling strum_macros v0.27.2
20372026-07-02T04:06:20.256Z Compiling rand_xorshift v0.4.0
20382026-07-02T04:06:20.451Z Compiling fs-err v3.3.0
20392026-07-02T04:06:20.475Z Compiling ahash v0.8.12
20402026-07-02T04:06:20.521Z Compiling ryu v1.0.23
20412026-07-02T04:06:20.546Z Compiling unicode-segmentation v1.12.0
20422026-07-02T04:06:20.561Z Compiling object v0.37.3
20432026-07-02T04:06:20.680Z Compiling allocator-api2 v0.2.21
20442026-07-02T04:06:20.724Z Compiling iri-string v0.7.10
20452026-07-02T04:06:20.790Z Compiling unicode-bidi v0.3.18
20462026-07-02T04:06:20.934Z Compiling unarray v0.1.4
20472026-07-02T04:06:20.970Z Compiling unicode-properties v0.1.4
20482026-07-02T04:06:21.057Z Compiling adler2 v2.0.1
20492026-07-02T04:06:21.192Z Compiling miniz_oxide v0.8.9
20502026-07-02T04:06:21.207Z Compiling stringprep v0.1.5
20512026-07-02T04:06:21.261Z Compiling proptest v1.10.0
20522026-07-02T04:06:21.312Z Compiling serde_urlencoded v0.7.1
20532026-07-02T04:06:21.584Z Compiling derive_builder_macro v0.20.2
20542026-07-02T04:06:21.759Z Compiling tokio-native-tls v0.3.1
20552026-07-02T04:06:21.776Z Compiling usdt-macro v0.6.0
20562026-07-02T04:06:21.881Z Compiling usdt-attr-macro v0.6.0
20572026-07-02T04:06:21.900Z Compiling tower-http v0.6.8
20582026-07-02T04:06:22.046Z Compiling anstyle-parse v1.0.0
20592026-07-02T04:06:22.107Z Compiling block-buffer v0.12.1
20602026-07-02T04:06:22.146Z Compiling crypto-common v0.2.2
20612026-07-02T04:06:22.245Z Compiling block-padding v0.4.2
20622026-07-02T04:06:22.473Z Compiling rustls-native-certs v0.8.3
20632026-07-02T04:06:22.502Z Compiling rand_chacha v0.3.1
20642026-07-02T04:06:22.631Z Compiling erased-serde v0.3.31
20652026-07-02T04:06:22.667Z Compiling signature v2.2.0
20662026-07-02T04:06:22.730Z Compiling md-5 v0.10.6
20672026-07-02T04:06:22.750Z Compiling bstr v1.12.1
20682026-07-02T04:06:22.853Z Compiling num-integer v0.1.46
20692026-07-02T04:06:22.893Z Compiling hash32 v0.2.1
20702026-07-02T04:06:22.935Z Compiling vergen-lib v9.1.0
20712026-07-02T04:06:23.065Z Compiling encoding_rs v0.8.35
20722026-07-02T04:06:23.123Z Compiling mime v0.3.17
20732026-07-02T04:06:23.154Z Compiling psl-types v2.0.11
20742026-07-02T04:06:23.170Z Compiling zlib-rs v0.6.2
20752026-07-02T04:06:23.290Z Compiling fallible-iterator v0.2.0
20762026-07-02T04:06:23.351Z Compiling cpufeatures v0.3.0
20772026-07-02T04:06:23.367Z Compiling newtype-uuid v1.3.2
20782026-07-02T04:06:23.456Z Compiling publicsuffix v2.3.0
20792026-07-02T04:06:23.606Z Compiling postgres-protocol v0.6.10
20802026-07-02T04:06:23.621Z Compiling num-iter v0.1.45
20812026-07-02T04:06:23.727Z Compiling rand v0.8.6
20822026-07-02T04:06:24.159Z Compiling inout v0.2.2
20832026-07-02T04:06:24.210Z Compiling anstream v1.0.0
20842026-07-02T04:06:24.226Z Compiling oxnet v0.1.6
20852026-07-02T04:06:24.272Z Compiling derive_builder v0.20.2
20862026-07-02T04:06:24.325Z Compiling hyper-tls v0.6.0
20872026-07-02T04:06:24.355Z Compiling heck v0.4.1
20882026-07-02T04:06:24.418Z Compiling phf_shared v0.13.1
20892026-07-02T04:06:24.434Z Compiling pin-project v1.1.11
20902026-07-02T04:06:24.579Z Compiling lazy_static v1.5.0
20912026-07-02T04:06:24.579Z Compiling anstyle-parse v0.2.7
20922026-07-02T04:06:24.705Z Compiling terminal_size v0.4.3
20932026-07-02T04:06:24.716Z Compiling serde_with_macros v3.17.0
20942026-07-02T04:06:24.730Z Compiling futures-executor v0.3.32
20952026-07-02T04:06:24.747Z Compiling hex v0.4.3
20962026-07-02T04:06:24.807Z Compiling enum-as-inner v0.6.1
20972026-07-02T04:06:24.849Z Compiling async-recursion v1.1.1
20982026-07-02T04:06:24.887Z Compiling clap_derive v4.6.1
20992026-07-02T04:06:24.985Z Compiling serde_repr v0.1.20
21002026-07-02T04:06:25.039Z Compiling ff v0.13.1
21012026-07-02T04:06:25.056Z Compiling vergen v9.1.0
21022026-07-02T04:06:25.068Z Compiling cargo-platform v0.3.2
21032026-07-02T04:06:25.191Z Compiling flate2 v1.1.9
21042026-07-02T04:06:25.274Z Compiling foldhash v0.1.5
21052026-07-02T04:06:25.331Z Compiling bumpalo v3.20.2
21062026-07-02T04:06:25.346Z Compiling libbz2-rs-sys v0.2.2
21072026-07-02T04:06:25.460Z Compiling managed v0.8.0
21082026-07-02T04:06:25.483Z Compiling same-file v1.0.6
21092026-07-02T04:06:25.537Z Compiling foldhash v0.2.0
21102026-07-02T04:06:25.611Z Compiling clap_lex v1.0.0
21112026-07-02T04:06:25.740Z Compiling bitflags v1.3.2
21122026-07-02T04:06:25.756Z Compiling base16ct v0.2.0
21132026-07-02T04:06:25.907Z Compiling sec1 v0.7.3
21142026-07-02T04:06:25.954Z Compiling clap_builder v4.6.0
21152026-07-02T04:06:25.970Z Compiling bzip2 v0.6.1
21162026-07-02T04:06:26.075Z Compiling hashbrown v0.16.1
21172026-07-02T04:06:26.126Z Compiling walkdir v2.5.0
21182026-07-02T04:06:26.185Z Compiling zopfli v0.8.3
21192026-07-02T04:06:26.223Z Compiling hashbrown v0.15.5
21202026-07-02T04:06:26.456Z Compiling cargo_metadata v0.23.1
21212026-07-02T04:06:26.543Z Compiling group v0.13.0
21222026-07-02T04:06:26.730Z Compiling futures v0.3.32
21232026-07-02T04:06:26.780Z Compiling zstd v0.13.3
21242026-07-02T04:06:26.974Z Compiling anstream v0.6.21
21252026-07-02T04:06:27.274Z Compiling phf v0.13.1
21262026-07-02T04:06:27.373Z Compiling snafu v0.8.9
21272026-07-02T04:06:27.406Z Compiling daft v0.1.7
21282026-07-02T04:06:27.454Z Compiling reqwest v0.12.28
21292026-07-02T04:06:27.702Z Compiling signal-hook-mio v0.2.5
21302026-07-02T04:06:27.735Z Compiling cipher v0.5.2
21312026-07-02T04:06:27.823Z Compiling cookie_store v0.22.1
21322026-07-02T04:06:27.871Z Compiling postgres-types v0.2.12
21332026-07-02T04:06:27.924Z Compiling bzip2 v0.4.4
21342026-07-02T04:06:28.016Z Compiling globset v0.4.18
21352026-07-02T04:06:28.016Z Compiling ed25519 v2.2.3
21362026-07-02T04:06:28.134Z Compiling strum v0.27.2
21372026-07-02T04:06:28.291Z Compiling hubpack v0.1.2
21382026-07-02T04:06:28.336Z Compiling phf_shared v0.11.3
21392026-07-02T04:06:28.384Z Compiling crossbeam-epoch v0.9.18
21402026-07-02T04:06:28.419Z Compiling hkdf v0.12.4
21412026-07-02T04:06:28.459Z Compiling olpc-cjson v0.1.4
21422026-07-02T04:06:28.515Z Compiling pkcs1 v0.7.5
21432026-07-02T04:06:28.627Z Compiling pem v3.0.6
21442026-07-02T04:06:28.799Z Compiling serde_plain v1.0.2
21452026-07-02T04:06:28.802Z Compiling serde-big-array v0.5.1
21462026-07-02T04:06:28.900Z Compiling crypto-bigint v0.5.5
21472026-07-02T04:06:28.950Z Compiling float-cmp v0.10.0
21482026-07-02T04:06:28.970Z Compiling memmap2 v0.9.10
21492026-07-02T04:06:29.006Z Compiling env_filter v1.0.0
21502026-07-02T04:06:29.058Z Compiling fixedbitset v0.4.2
21512026-07-02T04:06:29.138Z Compiling data-encoding v2.10.0
21522026-07-02T04:06:29.189Z Compiling jiff v0.2.21
21532026-07-02T04:06:29.275Z Compiling toml_write v0.1.2
21542026-07-02T04:06:29.278Z Compiling normalize-line-endings v0.3.0
21552026-07-02T04:06:29.358Z Compiling difflib v0.4.0
21562026-07-02T04:06:29.400Z Compiling precomputed-hash v0.1.1
21572026-07-02T04:06:29.486Z Compiling static_assertions v1.1.0
21582026-07-02T04:06:29.500Z Compiling typed-path v0.9.3
21592026-07-02T04:06:29.539Z Compiling whoami v2.1.0
21602026-07-02T04:06:29.582Z Compiling fixedbitset v0.5.7
21612026-07-02T04:06:29.667Z Compiling predicates-core v1.0.10
21622026-07-02T04:06:29.700Z Compiling keccak v0.1.6
21632026-07-02T04:06:29.841Z Compiling const-oid v0.10.2
21642026-07-02T04:06:29.858Z Compiling new_debug_unreachable v1.0.6
21652026-07-02T04:06:29.875Z Compiling sha3 v0.10.8
21662026-07-02T04:06:29.878Z Compiling elliptic-curve v0.13.8
21672026-07-02T04:06:29.907Z Compiling chacha20 v0.10.0
21682026-07-02T04:06:29.921Z Compiling predicates v3.1.4
21692026-07-02T04:06:29.946Z Compiling string_cache v0.8.9
21702026-07-02T04:06:29.981Z Compiling petgraph v0.8.3
21712026-07-02T04:06:30.018Z Compiling digest v0.11.3
21722026-07-02T04:06:30.055Z Compiling tokio-postgres v0.7.16
21732026-07-02T04:06:30.159Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21742026-07-02T04:06:30.211Z Compiling toml_edit v0.22.27
21752026-07-02T04:06:30.237Z Compiling hickory-proto v0.25.2
21762026-07-02T04:06:30.260Z Compiling petgraph v0.6.5
21772026-07-02T04:06:30.417Z Compiling env_logger v0.11.9
21782026-07-02T04:06:30.496Z Compiling usdt v0.6.0
21792026-07-02T04:06:30.825Z Compiling rsa v0.9.10
21802026-07-02T04:06:31.760Z Compiling zip v4.6.1
21812026-07-02T04:06:32.330Z Compiling ed25519-dalek v2.2.0
21822026-07-02T04:06:32.369Z Compiling zip v0.6.6
21832026-07-02T04:06:32.661Z Compiling crossterm v0.28.1
21842026-07-02T04:06:32.701Z Compiling iddqd v0.4.2
21852026-07-02T04:06:32.878Z Compiling clap v4.6.1
21862026-07-02T04:06:32.947Z Compiling serde_with v3.17.0
21872026-07-02T04:06:32.973Z Compiling similar v2.7.0
21882026-07-02T04:06:33.011Z Compiling strum v0.26.3
21892026-07-02T04:06:33.160Z Compiling toml v0.7.8
21902026-07-02T04:06:33.188Z Compiling tokio-stream v0.1.18
21912026-07-02T04:06:33.257Z Compiling buf-list v1.1.2
21922026-07-02T04:06:33.525Z Compiling x509-cert v0.2.5
21932026-07-02T04:06:33.707Z Compiling itertools v0.13.0
21942026-07-02T04:06:33.710Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21952026-07-02T04:06:34.215Z Compiling openapiv3 v2.2.0
21962026-07-02T04:06:34.671Z Compiling lalrpop-util v0.19.12
21972026-07-02T04:06:34.686Z Compiling peg-runtime v0.8.5
21982026-07-02T04:06:52.840Z Compiling rustls-webpki v0.103.13
21992026-07-02T04:06:52.871Z Compiling macaddr v1.0.1
22002026-07-02T04:06:52.871Z Compiling structmeta-derive v0.3.0
22012026-07-02T04:06:52.871Z Compiling rayon-core v1.13.0
22022026-07-02T04:06:52.871Z Compiling crucible-workspace-hack v0.1.0
22032026-07-02T04:06:52.871Z Compiling itertools v0.14.0
22042026-07-02T04:06:52.871Z Compiling secrecy v0.10.3
22052026-07-02T04:06:52.871Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22062026-07-02T04:06:52.871Z Compiling heapless v0.8.0
22072026-07-02T04:06:52.871Z Compiling toml_datetime v0.7.5+spec-1.1.0
22082026-07-02T04:06:52.872Z Compiling toml_edit v0.23.10+spec-1.0.0
22092026-07-02T04:06:52.872Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22102026-07-02T04:06:52.872Z Compiling crossbeam-deque v0.8.6
22112026-07-02T04:06:52.872Z Compiling inout v0.1.4
22122026-07-02T04:06:52.872Z Compiling hash32 v0.3.1
22132026-07-02T04:06:52.872Z Compiling multer v3.1.0
22142026-07-02T04:06:52.905Z Compiling structmeta v0.3.0
22152026-07-02T04:06:52.919Z Compiling thread_local v1.1.9
22162026-07-02T04:06:52.919Z Compiling slog-async v2.8.0
22172026-07-02T04:06:52.964Z Compiling unicode-width v0.2.0
22182026-07-02T04:06:52.980Z Compiling match_cfg v0.1.0
22192026-07-02T04:06:52.980Z Compiling smoltcp v0.11.0
22202026-07-02T04:06:53.063Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22212026-07-02T04:06:53.069Z Compiling compression-core v0.4.31
22222026-07-02T04:06:53.092Z Compiling derive-ex v0.1.8
22232026-07-02T04:06:53.249Z Compiling proc-macro-crate v3.4.0
22242026-07-02T04:06:53.252Z Compiling compression-codecs v0.4.37
22252026-07-02T04:06:53.307Z Compiling hostname v0.3.1
22262026-07-02T04:06:53.352Z Compiling cipher v0.4.4
22272026-07-02T04:06:53.845Z Compiling ingot-macros v0.1.1
22282026-07-02T04:06:53.868Z Compiling atomicwrites v0.4.4
22292026-07-02T04:06:53.868Z Compiling tokio-rustls v0.26.4
22302026-07-02T04:06:53.868Z Compiling rustls-platform-verifier v0.6.2
22312026-07-02T04:06:53.868Z Compiling tough v0.22.0
22322026-07-02T04:06:53.868Z Compiling slog-json v2.6.1
22332026-07-02T04:06:53.868Z Compiling crossbeam-channel v0.5.15
22342026-07-02T04:06:53.868Z Compiling hyper-rustls v0.27.7
22352026-07-02T04:06:53.883Z Compiling half v2.7.1
22362026-07-02T04:06:53.902Z Compiling newtype-uuid-macros v0.1.0
22372026-07-02T04:06:53.960Z Compiling cobs v0.3.0
22382026-07-02T04:06:54.151Z Compiling reqwest v0.13.2
22392026-07-02T04:06:54.251Z Compiling universal-hash v0.5.1
22402026-07-02T04:06:54.267Z Compiling thiserror-impl-no-std v2.0.2
22412026-07-02T04:06:54.409Z Compiling async-stream-impl v0.3.6
22422026-07-02T04:06:54.484Z Compiling toml_datetime v1.1.1+spec-1.1.0
22432026-07-02T04:06:54.625Z Compiling serde_spanned v1.1.1
22442026-07-02T04:06:54.664Z Compiling is-terminal v0.4.17
22452026-07-02T04:06:54.783Z Compiling proc-macro-error-attr v1.0.4
22462026-07-02T04:06:54.799Z Compiling dropshot v0.17.1
22472026-07-02T04:06:54.882Z Compiling opaque-debug v0.3.1
22482026-07-02T04:06:54.929Z Compiling convert_case v0.4.0
22492026-07-02T04:06:54.978Z Compiling take_mut v0.2.2
22502026-07-02T04:06:55.007Z Compiling ciborium-io v0.2.2
22512026-07-02T04:06:55.023Z Compiling term v1.2.1
22522026-07-02T04:06:55.045Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22532026-07-02T04:06:55.083Z Compiling toml_writer v1.1.1+spec-1.1.0
22542026-07-02T04:06:55.108Z Compiling ciborium-ll v0.2.2
22552026-07-02T04:06:55.397Z Compiling derive_more v0.99.20
22562026-07-02T04:06:55.410Z Compiling toml v1.1.2+spec-1.1.0
22572026-07-02T04:06:55.410Z Compiling thiserror-no-std v2.0.2
22582026-07-02T04:06:55.410Z Compiling slog-term v2.9.2
22592026-07-02T04:06:55.436Z Compiling async-stream v0.3.6
22602026-07-02T04:06:55.473Z Compiling poly1305 v0.8.0
22612026-07-02T04:06:55.600Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22622026-07-02T04:06:55.650Z Compiling test-strategy v0.4.5
22632026-07-02T04:06:56.077Z Compiling ingot-types v0.1.2
22642026-07-02T04:06:56.140Z Compiling postcard v1.1.3
22652026-07-02T04:06:56.158Z Compiling slog-bunyan v2.5.0
22662026-07-02T04:06:56.384Z Compiling num_enum_derive v0.7.6
22672026-07-02T04:06:56.532Z Compiling ingot v0.1.1
22682026-07-02T04:06:56.579Z Compiling chacha20 v0.9.1
22692026-07-02T04:06:56.633Z Compiling async-compression v0.4.41
22702026-07-02T04:06:56.846Z Compiling parse-display-derive v0.10.0
22712026-07-02T04:06:57.014Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22722026-07-02T04:06:57.130Z Compiling sha1 v0.11.0
22732026-07-02T04:06:57.301Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22742026-07-02T04:06:57.370Z Compiling proc-macro-crate v1.3.1
22752026-07-02T04:06:57.409Z Compiling waitgroup v0.1.2
22762026-07-02T04:06:57.426Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22772026-07-02T04:06:57.469Z Compiling backon v1.6.0
22782026-07-02T04:06:57.603Z Compiling password-hash v0.5.0
22792026-07-02T04:06:57.646Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22802026-07-02T04:06:57.679Z Compiling rustls-pemfile v2.2.0
22812026-07-02T04:06:57.725Z Compiling dropshot_endpoint v0.17.1
22822026-07-02T04:06:57.741Z Compiling blake2 v0.10.6
22832026-07-02T04:06:57.777Z Compiling aead v0.5.2
22842026-07-02T04:06:57.966Z Compiling foreign-types-macros v0.2.3
22852026-07-02T04:06:57.986Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22862026-07-02T04:06:58.033Z Compiling serde_path_to_error v0.1.20
22872026-07-02T04:06:58.059Z Compiling hostname v0.4.2
22882026-07-02T04:06:58.264Z Compiling proc-macro-error v1.0.4
22892026-07-02T04:06:58.278Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22902026-07-02T04:06:58.360Z Compiling instant v0.1.13
22912026-07-02T04:06:58.441Z Compiling foreign-types-shared v0.3.1
22922026-07-02T04:06:58.485Z Compiling debug-ignore v1.0.5
22932026-07-02T04:06:58.501Z Compiling backoff v0.4.0
22942026-07-02T04:06:58.556Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22952026-07-02T04:06:58.570Z Compiling parse-display v0.10.0
22962026-07-02T04:06:58.570Z Compiling foreign-types v0.5.0
22972026-07-02T04:06:58.595Z Compiling argon2 v0.5.3
22982026-07-02T04:06:58.615Z Compiling chacha20poly1305 v0.10.1
22992026-07-02T04:06:58.637Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23002026-07-02T04:06:58.681Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23012026-07-02T04:06:58.697Z Compiling num_enum_derive v0.5.11
23022026-07-02T04:06:58.750Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23032026-07-02T04:06:58.792Z Compiling num_enum v0.7.6
23042026-07-02T04:06:58.835Z Compiling vsss-rs v3.3.4
23052026-07-02T04:06:59.099Z Compiling ciborium v0.2.2
23062026-07-02T04:06:59.128Z Compiling tabwriter v1.4.1
23072026-07-02T04:06:59.204Z Compiling regress v0.10.5
23082026-07-02T04:06:59.345Z Compiling byte-wrapper v0.1.0
23092026-07-02T04:07:02.882Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23102026-07-02T04:07:02.941Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23112026-07-02T04:07:02.941Z Compiling cstr-argument v0.1.2
23122026-07-02T04:07:02.941Z Compiling humantime v2.3.0
23132026-07-02T04:07:02.941Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23142026-07-02T04:07:02.942Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23152026-07-02T04:07:02.942Z Compiling num_enum v0.5.11
23162026-07-02T04:07:02.942Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23172026-07-02T04:07:02.942Z Compiling rayon v1.11.0
23182026-07-02T04:07:02.943Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23192026-07-02T04:07:02.943Z Compiling rand v0.10.1
23202026-07-02T04:07:02.943Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23212026-07-02T04:07:02.943Z Compiling libefi-sys v0.1.0
23222026-07-02T04:07:02.943Z Compiling colored v3.1.1
23232026-07-02T04:07:02.943Z Compiling indent_write v2.2.0
23242026-07-02T04:07:02.943Z Compiling zone_cfg_derive v0.3.1
23252026-07-02T04:07:02.943Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23262026-07-02T04:07:02.943Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23272026-07-02T04:07:02.943Z Compiling camino-tempfile v1.4.1
23282026-07-02T04:07:02.943Z Compiling itertools v0.12.1
23292026-07-02T04:07:02.944Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23302026-07-02T04:07:02.944Z Compiling usdt-attr-macro v0.5.0
23312026-07-02T04:07:02.944Z Compiling usdt-macro v0.5.0
23322026-07-02T04:07:02.944Z Compiling num-derive v0.4.2
23332026-07-02T04:07:02.944Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23342026-07-02T04:07:02.944Z Compiling bitfield-struct v0.6.2
23352026-07-02T04:07:02.944Z Compiling blake3 v1.8.5
23362026-07-02T04:07:02.944Z Compiling sigpipe v0.1.3
23372026-07-02T04:07:02.944Z Compiling memmap v0.7.0
23382026-07-02T04:07:02.944Z Compiling swrite v0.1.0
23392026-07-02T04:07:02.944Z Compiling glob v0.3.3
23402026-07-02T04:07:02.944Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23412026-07-02T04:07:02.944Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23422026-07-02T04:07:02.944Z Compiling usdt v0.5.0
23432026-07-02T04:07:02.944Z Compiling smf v0.2.3
23442026-07-02T04:07:02.944Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23452026-07-02T04:07:02.944Z Compiling filetime v0.2.27
23462026-07-02T04:07:02.944Z Compiling arrayref v0.3.9
23472026-07-02T04:07:02.944Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23482026-07-02T04:07:02.944Z Compiling constant_time_eq v0.4.2
23492026-07-02T04:07:02.944Z Compiling xattr v1.6.1
23502026-07-02T04:07:02.944Z Compiling whoami v1.6.1
23512026-07-02T04:07:02.944Z Compiling zone v0.3.1
23522026-07-02T04:07:02.944Z Compiling arrayvec v0.7.6
23532026-07-02T04:07:02.944Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23542026-07-02T04:07:02.944Z Compiling tar v0.4.45
23552026-07-02T04:07:02.944Z Compiling tokio-dtrace v0.1.1
23562026-07-02T04:07:02.945Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23572026-07-02T04:07:02.945Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23582026-07-02T04:07:02.945Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23592026-07-02T04:07:02.945Z Compiling console v0.16.2
23602026-07-02T04:07:02.945Z Compiling gethostname v0.5.0
23612026-07-02T04:07:02.945Z Compiling topological-sort v0.2.2
23622026-07-02T04:07:02.945Z Compiling unit-prefix v0.5.2
23632026-07-02T04:07:02.945Z Compiling oxide-tokio-rt v0.1.4
23642026-07-02T04:07:02.945Z Compiling toml v0.8.23
23652026-07-02T04:07:02.945Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23662026-07-02T04:07:02.945Z Compiling indicatif v0.18.4
23672026-07-02T04:07:02.945Z Compiling shell-words v1.1.1
23682026-07-02T04:07:11.816Z Compiling progenitor-client v0.14.0
23692026-07-02T04:07:11.817Z Compiling omicron-zone-package v0.12.3
23702026-07-02T04:07:12.049Z Compiling progenitor-extras v0.2.0
23712026-07-02T04:07:12.338Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23722026-07-02T04:07:12.436Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23732026-07-02T04:07:12.542Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23742026-07-02T04:07:12.583Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23752026-07-02T04:07:12.603Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23762026-07-02T04:07:12.630Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23772026-07-02T04:07:12.645Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23782026-07-02T04:07:12.915Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23792026-07-02T04:07:13.745Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23802026-07-02T04:07:17.614Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23812026-07-02T04:07:25.528Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23822026-07-02T04:07:28.662Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23832026-07-02T04:07:29.685Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23842026-07-02T04:07:39.012Z Finished `release` profile [optimized] target(s) in 1m 39s
23852026-07-02T04:07:39.152Z Running `target/release/omicron-package -t test target create -p dev`
23862026-07-02T04:07:39.210ZLogging to: /work/oxidecomputer/omicron/out/LOG
23872026-07-02T04:07:39.213ZCreated new build target 'test' and set it as active
23882026-07-02T04:07:39.216Z
23892026-07-02T04:07:39.216Zreal 1:39.872317114
23902026-07-02T04:07:39.216Zuser 16:21.202879781
23912026-07-02T04:07:39.216Zsys 2:33.405431901
23922026-07-02T04:07:39.216Ztrap 0.474106832
23932026-07-02T04:07:39.216Ztflt 2.368220786
23942026-07-02T04:07:39.216Zdflt 3.989842489
23952026-07-02T04:07:39.216Zkflt 0.000581960
23962026-07-02T04:07:39.216Zlock 51:29.622752651
23972026-07-02T04:07:39.216Zslp 42:00.786946100
23982026-07-02T04:07:39.216Zlat 43.384541309
23992026-07-02T04:07:39.216Zstop 5:12.233982853
24002026-07-02T04:07:39.216Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24012026-07-02T04:07:40.044Z Finished `release` profile [optimized] target(s) in 0.81s
24022026-07-02T04:07:40.117Z Running `target/release/omicron-package -t test package`
24032026-07-02T04:07:40.174ZLogging to: /work/oxidecomputer/omicron/out/LOG
24042026-07-02T04:07:41.532Z Compiling heck v0.5.0
24052026-07-02T04:07:41.532Z Compiling regress v0.11.1
24062026-07-02T04:07:41.749Z Compiling unsafe-libyaml v0.2.11
24072026-07-02T04:07:41.783Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24082026-07-02T04:07:41.810Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24092026-07-02T04:07:41.814Z Compiling unicode-width v0.1.14
24102026-07-02T04:07:41.850Z Compiling atomicwrites v0.4.4
24112026-07-02T04:07:41.870Z Compiling derive-where v1.6.0
24122026-07-02T04:07:41.873Z Compiling bytecount v0.6.9
24132026-07-02T04:07:41.891Z Compiling is-terminal v0.4.17
24142026-07-02T04:07:41.933Z Compiling prettyplease v0.2.37
24152026-07-02T04:07:41.933Z Compiling console v0.15.11
24162026-07-02T04:07:41.936Z Compiling newline-converter v0.3.0
24172026-07-02T04:07:41.936Z Compiling slog-dtrace v0.3.0
24182026-07-02T04:07:41.974Z Compiling owo-colors v4.3.0
24192026-07-02T04:07:42.035Z Compiling cancel-safe-futures v0.1.5
24202026-07-02T04:07:42.038Z Compiling resolv-conf v0.7.6
24212026-07-02T04:07:42.077Z Compiling num-rational v0.4.2
24222026-07-02T04:07:42.098Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24232026-07-02T04:07:42.153Z Compiling libsw-core v0.3.2
24242026-07-02T04:07:42.174Z Compiling num-complex v0.4.6
24252026-07-02T04:07:42.242Z Compiling thread_local v1.1.9
24262026-07-02T04:07:42.279Z Compiling serde_yaml v0.9.34+deprecated
24272026-07-02T04:07:42.346Z Compiling expectorate v1.2.0
24282026-07-02T04:07:42.367Z Compiling compression-core v0.4.31
24292026-07-02T04:07:42.423Z Compiling match_cfg v0.1.0
24302026-07-02T04:07:42.507Z Compiling hostname v0.3.1
24312026-07-02T04:07:42.527Z Compiling compression-codecs v0.4.37
24322026-07-02T04:07:42.564Z Compiling num v0.4.3
24332026-07-02T04:07:42.648Z Compiling libsw v3.5.0
24342026-07-02T04:07:42.669Z Compiling multer v3.1.0
24352026-07-02T04:07:42.672Z Compiling slog-async v2.8.0
24362026-07-02T04:07:42.688Z Compiling crossbeam-channel v0.5.15
24372026-07-02T04:07:42.736Z Compiling slog-json v2.6.1
24382026-07-02T04:07:42.767Z Compiling serde_spanned v1.1.1
24392026-07-02T04:07:42.798Z Compiling toml_datetime v1.1.1+spec-1.1.0
24402026-07-02T04:07:42.855Z Compiling take_mut v0.2.2
24412026-07-02T04:07:42.948Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24422026-07-02T04:07:42.968Z Compiling linked-hash-map v0.5.6
24432026-07-02T04:07:42.968Z Compiling linear-map v1.2.0
24442026-07-02T04:07:43.010Z Compiling term v1.2.1
24452026-07-02T04:07:43.033Z Compiling toml_writer v1.1.1+spec-1.1.0
24462026-07-02T04:07:43.074Z Compiling float-ord v0.3.2
24472026-07-02T04:07:43.096Z Compiling slog-bunyan v2.5.0
24482026-07-02T04:07:43.177Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24492026-07-02T04:07:43.206Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24502026-07-02T04:07:43.224Z Compiling toml v1.1.2+spec-1.1.0
24512026-07-02T04:07:43.224Z Compiling lru-cache v0.1.2
24522026-07-02T04:07:43.268Z Compiling typify-impl v0.6.2
24532026-07-02T04:07:43.271Z Compiling async-compression v0.4.41
24542026-07-02T04:07:43.308Z Compiling slog-term v2.9.2
24552026-07-02T04:07:43.413Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24562026-07-02T04:07:43.532Z Compiling async-stream v0.3.6
24572026-07-02T04:07:43.551Z Compiling dropshot v0.17.1
24582026-07-02T04:07:43.573Z Compiling sha1 v0.11.0
24592026-07-02T04:07:43.596Z Compiling progenitor-client v0.14.0
24602026-07-02T04:07:43.619Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24612026-07-02T04:07:43.622Z Compiling waitgroup v0.1.2
24622026-07-02T04:07:43.724Z Compiling rustls-pemfile v2.2.0
24632026-07-02T04:07:43.776Z Compiling backon v1.6.0
24642026-07-02T04:07:43.799Z Compiling serde_path_to_error v0.1.20
24652026-07-02T04:07:43.822Z Compiling hostname v0.4.2
24662026-07-02T04:07:43.822Z Compiling instant v0.1.13
24672026-07-02T04:07:43.860Z Compiling debug-ignore v1.0.5
24682026-07-02T04:07:43.912Z Compiling minimal-lexical v0.2.1
24692026-07-02T04:07:43.937Z Compiling backoff v0.4.0
24702026-07-02T04:07:43.958Z Compiling progenitor-extras v0.2.0
24712026-07-02T04:07:43.993Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24722026-07-02T04:07:44.013Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24732026-07-02T04:07:44.016Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24742026-07-02T04:07:44.171Z Compiling nom v7.1.3
24752026-07-02T04:07:44.212Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24762026-07-02T04:07:44.231Z Compiling parse-display v0.10.0
24772026-07-02T04:07:44.289Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24782026-07-02T04:07:44.366Z Compiling hickory-proto v0.24.4
24792026-07-02T04:07:44.513Z Compiling regress v0.10.5
24802026-07-02T04:07:44.917Z Compiling macaddr v1.0.1
24812026-07-02T04:07:44.938Z Compiling humantime v2.3.0
24822026-07-02T04:07:44.958Z Compiling unicode-xid v0.2.6
24832026-07-02T04:07:45.163Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24842026-07-02T04:07:45.223Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24852026-07-02T04:07:45.342Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24862026-07-02T04:07:45.545Z Compiling convert_case v0.10.0
24872026-07-02T04:07:45.579Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24882026-07-02T04:07:45.841Z Compiling derive_more-impl v2.1.1
24892026-07-02T04:07:46.216Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24902026-07-02T04:07:46.288Z Compiling toml v0.8.23
24912026-07-02T04:07:46.476Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24922026-07-02T04:07:46.573Z Compiling papergrid v0.11.0
24932026-07-02T04:07:46.633Z Compiling tabled_derive v0.7.0
24942026-07-02T04:07:46.654Z Compiling derive_more v2.1.1
24952026-07-02T04:07:46.698Z Compiling typify-macro v0.6.2
24962026-07-02T04:07:46.763Z Compiling termtree v0.5.1
24972026-07-02T04:07:46.889Z Compiling crossterm v0.29.0
24982026-07-02T04:07:46.893Z Compiling phf_shared v0.12.1
24992026-07-02T04:07:46.960Z Compiling hickory-resolver v0.24.4
25002026-07-02T04:07:47.150Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25012026-07-02T04:07:47.565Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25022026-07-02T04:07:47.786Z Compiling tabled v0.15.0
25032026-07-02T04:07:47.811Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25042026-07-02T04:07:48.265Z Compiling typify v0.6.2
25052026-07-02T04:07:48.610Z Compiling progenitor-impl v0.14.0
25062026-07-02T04:07:48.916Z Compiling qorb v0.4.1
25072026-07-02T04:07:49.809Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25082026-07-02T04:07:50.347Z Compiling vte v0.14.1
25092026-07-02T04:07:50.597Z Compiling csv-core v0.1.13
25102026-07-02T04:07:50.729Z Compiling progenitor-macro v0.14.0
25112026-07-02T04:07:51.027Z Compiling highway v1.3.0
25122026-07-02T04:07:51.739Z Compiling chrono-tz v0.10.4
25132026-07-02T04:07:51.770Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25142026-07-02T04:07:51.976Z Compiling csv v1.4.0
25152026-07-02T04:07:52.027Z Compiling strip-ansi-escapes v0.2.1
25162026-07-02T04:07:52.155Z Compiling phf v0.12.1
25172026-07-02T04:07:52.267Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25182026-07-02T04:07:52.355Z Compiling const_format_proc_macros v0.2.34
25192026-07-02T04:07:52.504Z Compiling fd-lock v4.0.4
25202026-07-02T04:07:52.587Z Compiling peg-macros v0.8.5
25212026-07-02T04:07:52.759Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25222026-07-02T04:07:52.965Z Compiling nu-ansi-term v0.50.3
25232026-07-02T04:07:53.139Z Compiling const_format v0.2.35
25242026-07-02T04:07:53.455Z Compiling reedline v0.40.0
25252026-07-02T04:07:53.535Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25262026-07-02T04:07:53.857Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25272026-07-02T04:07:54.150Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25282026-07-02T04:07:54.761Z Compiling progenitor v0.14.0
25292026-07-02T04:07:54.936Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25302026-07-02T04:07:54.974Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25312026-07-02T04:07:55.029Z Compiling peg v0.8.5
25322026-07-02T04:07:55.138Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25332026-07-02T04:07:55.164Z Compiling bcs v0.1.6
25342026-07-02T04:07:55.595Z Compiling nom v8.0.0
25352026-07-02T04:07:55.678Z Compiling semver v0.1.20
25362026-07-02T04:07:55.990Z Compiling rustc_version v0.1.7
25372026-07-02T04:07:56.228Z Compiling newtype_derive v0.1.6
25382026-07-02T04:07:56.490Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25392026-07-02T04:07:56.735Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25402026-07-02T04:07:56.781Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25412026-07-02T04:07:56.880Z Compiling smawk v0.3.2
25422026-07-02T04:07:57.075Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25432026-07-02T04:07:57.096Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25442026-07-02T04:07:57.200Z Compiling unicode-linebreak v0.1.5
25452026-07-02T04:07:57.501Z Compiling textwrap v0.16.2
25462026-07-02T04:07:57.577Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25472026-07-02T04:07:57.710Z Compiling steno v0.4.1
25482026-07-02T04:07:57.792Z Compiling base64 v0.21.7
25492026-07-02T04:07:58.344Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25502026-07-02T04:07:58.539Z Compiling dropshot-api-manager-types v0.7.2
25512026-07-02T04:07:58.855Z Compiling sha1 v0.10.6
25522026-07-02T04:07:59.087Z Compiling tagptr v0.2.0
25532026-07-02T04:07:59.112Z Compiling utf-8 v0.7.6
25542026-07-02T04:07:59.274Z Compiling moka v0.12.13
25552026-07-02T04:07:59.296Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25562026-07-02T04:07:59.348Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25572026-07-02T04:07:59.487Z Compiling tungstenite v0.21.0
25582026-07-02T04:07:59.520Z Compiling display-error-chain v0.2.2
25592026-07-02T04:07:59.695Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25602026-07-02T04:07:59.738Z Compiling radium v0.7.0
25612026-07-02T04:07:59.757Z Compiling tap v1.0.1
25622026-07-02T04:07:59.895Z Compiling maybe-uninit v2.0.0
25632026-07-02T04:08:00.201Z Compiling tokio-tungstenite v0.21.0
25642026-07-02T04:08:00.389Z Compiling hickory-resolver v0.25.2
25652026-07-02T04:08:00.505Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25662026-07-02T04:08:00.590Z Compiling wyz v0.5.1
25672026-07-02T04:08:00.727Z Compiling vergen-lib v0.1.6
25682026-07-02T04:08:00.855Z Compiling zerocopy-derive v0.6.6
25692026-07-02T04:08:00.956Z Compiling packed_struct v0.10.1
25702026-07-02T04:08:01.273Z Compiling diesel_derives v2.3.7
25712026-07-02T04:08:01.506Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25722026-07-02T04:08:01.633Z Compiling funty v2.0.0
25732026-07-02T04:08:01.671Z Compiling crc-catalog v2.4.0
25742026-07-02T04:08:01.847Z Compiling crc v3.4.0
25752026-07-02T04:08:02.068Z Compiling bitvec v1.0.1
25762026-07-02T04:08:02.493Z Compiling zerocopy v0.6.6
25772026-07-02T04:08:02.815Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25782026-07-02T04:08:03.041Z Compiling scheduled-thread-pool v0.2.7
25792026-07-02T04:08:03.379Z Compiling dsl_auto_type v0.2.0
25802026-07-02T04:08:03.625Z Compiling packed_struct_codegen v0.10.1
25812026-07-02T04:08:03.795Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25822026-07-02T04:08:03.818Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25832026-07-02T04:08:03.896Z Compiling vergen-gitcl v1.0.8
25842026-07-02T04:08:03.931Z Compiling bitfield-macros v0.19.4
25852026-07-02T04:08:03.970Z Compiling diesel_table_macro_syntax v0.3.0
25862026-07-02T04:08:04.143Z Compiling dirs-sys-next v0.1.2
25872026-07-02T04:08:04.201Z Compiling proc-macro-error-attr2 v2.0.0
25882026-07-02T04:08:04.409Z Compiling indexmap v1.9.3
25892026-07-02T04:08:04.620Z Compiling crunchy v0.2.4
25902026-07-02T04:08:04.623Z Compiling glob v0.3.3
25912026-07-02T04:08:04.663Z Compiling maplit v1.0.2
25922026-07-02T04:08:04.666Z Compiling nodrop v0.1.14
25932026-07-02T04:08:04.783Z Compiling array-init v0.0.4
25942026-07-02T04:08:04.844Z Compiling bitfield v0.19.4
25952026-07-02T04:08:05.009Z Compiling clang-sys v1.8.1
25962026-07-02T04:08:05.164Z Compiling proc-macro-error2 v2.0.1
25972026-07-02T04:08:05.185Z Compiling dirs-next v2.0.0
25982026-07-02T04:08:05.398Z Compiling r2d2 v0.8.10
25992026-07-02T04:08:05.450Z Compiling smallvec v0.6.14
26002026-07-02T04:08:05.698Z Compiling num-derive v0.3.3
26012026-07-02T04:08:05.701Z Compiling tiny-keccak v2.0.2
26022026-07-02T04:08:05.792Z Compiling downcast-rs v2.0.2
26032026-07-02T04:08:05.879Z Compiling hashbrown v0.12.3
26042026-07-02T04:08:05.978Z Compiling serde-hex v0.1.0
26052026-07-02T04:08:06.134Z Compiling tabled_derive v0.11.0
26062026-07-02T04:08:06.346Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26072026-07-02T04:08:06.522Z Compiling term v0.7.0
26082026-07-02T04:08:06.620Z Compiling libscf-sys v1.1.0
26092026-07-02T04:08:06.647Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26102026-07-02T04:08:06.787Z Compiling ron v0.8.1
26112026-07-02T04:08:06.839Z Compiling papergrid v0.17.0
26122026-07-02T04:08:06.880Z Compiling testing_table v0.3.0
26132026-07-02T04:08:06.966Z Compiling hashbrown v0.13.2
26142026-07-02T04:08:07.026Z Compiling crc-any v2.5.0
26152026-07-02T04:08:07.229Z Compiling bit-vec v0.6.3
26162026-07-02T04:08:07.312Z Compiling ascii-canvas v3.0.0
26172026-07-02T04:08:07.442Z Compiling bit-set v0.5.3
26182026-07-02T04:08:07.466Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26192026-07-02T04:08:07.563Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26202026-07-02T04:08:07.581Z Compiling object v0.30.4
26212026-07-02T04:08:07.624Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26222026-07-02T04:08:08.100Z Compiling tabled v0.20.0
26232026-07-02T04:08:08.203Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26242026-07-02T04:08:08.403Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26252026-07-02T04:08:08.767Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26262026-07-02T04:08:09.113Z Compiling progenitor-impl v0.13.0
26272026-07-02T04:08:09.338Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26282026-07-02T04:08:09.367Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26292026-07-02T04:08:09.450Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26302026-07-02T04:08:09.597Z Compiling itertools v0.10.5
26312026-07-02T04:08:09.628Z Compiling ena v0.14.4
26322026-07-02T04:08:09.702Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26332026-07-02T04:08:10.217Z Compiling libloading v0.8.9
26342026-07-02T04:08:10.224Z Compiling unicase v2.9.0
26352026-07-02T04:08:10.224Z Compiling diesel v2.3.7
26362026-07-02T04:08:10.224Z Compiling diff v0.1.13
26372026-07-02T04:08:10.279Z Compiling bindgen v0.71.1
26382026-07-02T04:08:10.391Z Compiling regex-syntax v0.6.29
26392026-07-02T04:08:10.564Z Compiling path-slash v0.1.5
26402026-07-02T04:08:10.691Z Compiling xshell-macros v0.2.7
26412026-07-02T04:08:10.777Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26422026-07-02T04:08:11.089Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26432026-07-02T04:08:11.310Z Compiling progenitor-macro v0.13.0
26442026-07-02T04:08:12.295Z Compiling lalrpop v0.19.12
26452026-07-02T04:08:12.391Z Compiling xshell v0.2.7
26462026-07-02T04:08:12.694Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26472026-07-02T04:08:13.680Z Compiling cexpr v0.6.0
26482026-07-02T04:08:13.832Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26492026-07-02T04:08:14.060Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26502026-07-02T04:08:14.319Z Compiling progenitor-client v0.13.0
26512026-07-02T04:08:14.562Z Compiling rustc-hash v2.1.1
26522026-07-02T04:08:14.838Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26532026-07-02T04:08:15.354Z Compiling progenitor v0.13.0
26542026-07-02T04:08:15.538Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26552026-07-02T04:08:15.917Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26562026-07-02T04:08:16.013Z Compiling headers-core v0.3.0
26572026-07-02T04:08:16.165Z Compiling libxml v0.3.3
26582026-07-02T04:08:16.381Z Compiling crc8 v0.1.1
26592026-07-02T04:08:16.484Z Compiling headers v0.4.1
26602026-07-02T04:08:16.521Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26612026-07-02T04:08:16.763Z Compiling strum_macros v0.24.3
26622026-07-02T04:08:16.791Z Compiling indoc v1.0.9
26632026-07-02T04:08:16.878Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26642026-07-02T04:08:17.113Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26652026-07-02T04:08:17.258Z Compiling git-stub v1.0.0
26662026-07-02T04:08:17.349Z Compiling derive_builder v0.20.2
26672026-07-02T04:08:17.517Z Compiling quick-xml v0.37.5
26682026-07-02T04:08:17.540Z Compiling oso-derive v0.27.3
26692026-07-02T04:08:17.797Z Compiling impl-trait-for-tuples v0.2.3
26702026-07-02T04:08:18.023Z Compiling openssl-probe v0.1.6
26712026-07-02T04:08:18.085Z Compiling git-stub-vcs v0.1.0
26722026-07-02T04:08:18.148Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26732026-07-02T04:08:18.313Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26742026-07-02T04:08:18.442Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26752026-07-02T04:08:18.685Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26762026-07-02T04:08:18.706Z Compiling bb8 v0.8.6
26772026-07-02T04:08:18.866Z Compiling trait-variant v0.1.2
26782026-07-02T04:08:19.058Z Compiling half v1.8.3
26792026-07-02T04:08:19.111Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26802026-07-02T04:08:19.299Z Compiling samael v0.0.19
26812026-07-02T04:08:19.369Z Compiling serde_cbor v0.11.2
26822026-07-02T04:08:19.440Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26832026-07-02T04:08:19.539Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26842026-07-02T04:08:19.682Z Compiling polar-core v0.27.3
26852026-07-02T04:08:20.167Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26862026-07-02T04:08:20.207Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26872026-07-02T04:08:20.383Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26882026-07-02T04:08:20.530Z Compiling nonempty v0.12.0
26892026-07-02T04:08:20.572Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26902026-07-02T04:08:20.754Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26912026-07-02T04:08:20.846Z Compiling fxhash v0.2.1
26922026-07-02T04:08:21.006Z Compiling libz-sys v1.1.24
26932026-07-02T04:08:21.461Z Compiling salty v0.3.0
26942026-07-02T04:08:21.789Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26952026-07-02T04:08:21.817Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26962026-07-02T04:08:21.890Z Compiling kstat-rs v0.2.4
26972026-07-02T04:08:22.152Z Compiling arc-swap v1.8.2
26982026-07-02T04:08:22.371Z Compiling fs-err v2.11.0
26992026-07-02T04:08:22.752Z Compiling mime_guess v2.0.5
27002026-07-02T04:08:22.794Z Compiling slog-scope v4.4.1
27012026-07-02T04:08:22.978Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27022026-07-02T04:08:23.075Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27032026-07-02T04:08:23.304Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27042026-07-02T04:08:23.767Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27052026-07-02T04:08:24.069Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27062026-07-02T04:08:24.311Z Compiling rfc6979 v0.4.0
27072026-07-02T04:08:24.377Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27082026-07-02T04:08:24.497Z Compiling nanorand v0.7.0
27092026-07-02T04:08:24.883Z Compiling darling_core v0.23.0
27102026-07-02T04:08:24.948Z Compiling libgit2-sys v0.18.3+1.9.2
27112026-07-02T04:08:25.072Z Compiling parking_lot_core v0.8.6
27122026-07-02T04:08:25.446Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27132026-07-02T04:08:25.519Z Compiling flume v0.11.1
27142026-07-02T04:08:25.907Z Compiling ecdsa v0.16.9
27152026-07-02T04:08:26.542Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27162026-07-02T04:08:26.639Z Compiling slog-stdlog v4.1.1
27172026-07-02T04:08:27.047Z Compiling darling_macro v0.23.0
27182026-07-02T04:08:27.242Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27192026-07-02T04:08:27.387Z Compiling diesel-dtrace v0.5.0
27202026-07-02T04:08:27.578Z Compiling async-bb8-diesel v0.2.1
27212026-07-02T04:08:27.706Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27222026-07-02T04:08:28.016Z Compiling primeorder v0.13.6
27232026-07-02T04:08:28.343Z Compiling atty v0.2.14
27242026-07-02T04:08:28.490Z Compiling strsim v0.10.0
27252026-07-02T04:08:28.523Z Compiling instability v0.3.11
27262026-07-02T04:08:28.782Z Compiling oso v0.27.3
27272026-07-02T04:08:28.827Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27282026-07-02T04:08:28.976Z Compiling parse-size v1.1.0
27292026-07-02T04:08:29.087Z Compiling http-range v0.1.5
27302026-07-02T04:08:29.190Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27312026-07-02T04:08:29.478Z Compiling darling_core v0.13.4
27322026-07-02T04:08:30.859Z Compiling p384 v0.13.1
27332026-07-02T04:08:31.092Z Compiling darling v0.23.0
27342026-07-02T04:08:31.204Z Compiling slog-envlogger v2.2.0
27352026-07-02T04:08:32.380Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27362026-07-02T04:08:33.015Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27372026-07-02T04:08:33.283Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27382026-07-02T04:08:35.019Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27392026-07-02T04:08:35.225Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27402026-07-02T04:08:35.558Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27412026-07-02T04:08:35.681Z Compiling ignore v0.4.25
27422026-07-02T04:08:35.784Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27432026-07-02T04:08:36.609Z Compiling castaway v0.2.4
27442026-07-02T04:08:36.760Z Compiling vergen-git2 v9.1.0
27452026-07-02T04:08:36.921Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27462026-07-02T04:08:36.999Z Compiling indoc v2.0.7
27472026-07-02T04:08:37.267Z Compiling compact_str v0.8.1
27482026-07-02T04:08:37.289Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27492026-07-02T04:08:38.195Z Compiling globwalk v0.9.1
27502026-07-02T04:08:38.342Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27512026-07-02T04:08:38.434Z Compiling parking_lot v0.11.2
27522026-07-02T04:08:38.855Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27532026-07-02T04:08:38.983Z Compiling hyper-staticfile v0.10.1
27542026-07-02T04:08:39.005Z Compiling darling_macro v0.13.4
27552026-07-02T04:08:39.522Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27562026-07-02T04:08:39.623Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27572026-07-02T04:08:39.644Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27582026-07-02T04:08:40.107Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27592026-07-02T04:08:40.167Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27602026-07-02T04:08:40.190Z Compiling predicates-tree v1.0.13
27612026-07-02T04:08:40.410Z Compiling unicode-truncate v1.1.0
27622026-07-02T04:08:40.504Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27632026-07-02T04:08:40.595Z Compiling lru v0.12.5
27642026-07-02T04:08:40.617Z Compiling rand_seeder v0.4.0
27652026-07-02T04:08:40.641Z Compiling prefix-trie v0.7.0
27662026-07-02T04:08:40.742Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27672026-07-02T04:08:40.812Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27682026-07-02T04:08:40.849Z Compiling corncobs v0.1.4
27692026-07-02T04:08:40.870Z Compiling cassowary v0.3.0
27702026-07-02T04:08:41.069Z Compiling illumos-nvpair-sys v0.2.0
27712026-07-02T04:08:41.124Z Compiling hickory-server v0.25.2
27722026-07-02T04:08:41.144Z Compiling ratatui v0.29.0
27732026-07-02T04:08:41.199Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27742026-07-02T04:08:41.355Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27752026-07-02T04:08:41.567Z Compiling camino-tempfile-ext v0.3.3
27762026-07-02T04:08:41.634Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27772026-07-02T04:08:41.930Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27782026-07-02T04:08:42.073Z Compiling darling v0.13.4
27792026-07-02T04:08:42.094Z Compiling sled v0.34.7
27802026-07-02T04:08:42.204Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27812026-07-02T04:08:42.461Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27822026-07-02T04:08:43.258Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27832026-07-02T04:08:44.664Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27842026-07-02T04:08:45.239Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27852026-07-02T04:08:45.350Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27862026-07-02T04:08:45.471Z Compiling secrecy v0.8.0
27872026-07-02T04:08:45.578Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27882026-07-02T04:08:45.923Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27892026-07-02T04:08:46.185Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27902026-07-02T04:08:46.714Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27912026-07-02T04:08:46.768Z Compiling serde_with_macros v1.5.2
27922026-07-02T04:08:47.587Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27932026-07-02T04:08:48.352Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27942026-07-02T04:08:48.486Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27952026-07-02T04:08:48.873Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
27962026-07-02T04:08:49.123Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27972026-07-02T04:08:49.358Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27982026-07-02T04:08:49.411Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
27992026-07-02T04:08:49.595Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28002026-07-02T04:08:49.650Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28012026-07-02T04:08:49.831Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28022026-07-02T04:08:49.895Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28032026-07-02T04:08:50.069Z Compiling void v1.0.2
28042026-07-02T04:08:50.210Z Compiling lzss v0.8.2
28052026-07-02T04:08:50.482Z Compiling illumos-nvpair v0.3.0
28062026-07-02T04:08:50.847Z Compiling git2 v0.20.4
28072026-07-02T04:08:50.937Z Compiling serde_with v1.14.0
28082026-07-02T04:08:50.965Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28092026-07-02T04:08:51.637Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28102026-07-02T04:08:51.999Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28112026-07-02T04:08:52.117Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28122026-07-02T04:08:53.608Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28132026-07-02T04:08:53.877Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28142026-07-02T04:08:54.343Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28152026-07-02T04:08:55.405Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28162026-07-02T04:08:55.550Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28172026-07-02T04:08:55.713Z Compiling tungstenite v0.23.0
28182026-07-02T04:08:55.791Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28192026-07-02T04:08:56.137Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28202026-07-02T04:08:57.388Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28212026-07-02T04:08:57.617Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28222026-07-02T04:08:57.853Z Compiling nix v0.27.1
28232026-07-02T04:08:57.875Z Compiling twox-hash v2.1.2
28242026-07-02T04:08:58.092Z Compiling serde_bytes v0.11.19
28252026-07-02T04:08:58.283Z Compiling tokio-tungstenite v0.23.1
28262026-07-02T04:08:58.384Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28272026-07-02T04:08:58.405Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28282026-07-02T04:08:58.491Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28292026-07-02T04:08:58.541Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28302026-07-02T04:08:58.645Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28312026-07-02T04:08:59.023Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28322026-07-02T04:09:00.354Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28332026-07-02T04:09:00.985Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28342026-07-02T04:09:02.223Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28352026-07-02T04:09:02.632Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28362026-07-02T04:09:02.819Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28372026-07-02T04:09:03.070Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28382026-07-02T04:09:03.151Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28392026-07-02T04:09:03.550Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28402026-07-02T04:09:03.643Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28412026-07-02T04:09:03.916Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28422026-07-02T04:09:04.219Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28432026-07-02T04:09:04.852Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28442026-07-02T04:09:05.329Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28452026-07-02T04:09:07.302Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28462026-07-02T04:09:07.370Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28472026-07-02T04:09:08.012Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28482026-07-02T04:09:09.195Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28492026-07-02T04:09:09.956Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28502026-07-02T04:09:09.981Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28512026-07-02T04:09:10.199Z Compiling signal-hook-tokio v0.3.1
28522026-07-02T04:09:10.387Z Compiling fatfs v0.3.6
28532026-07-02T04:09:10.591Z Compiling yasna v0.5.2
28542026-07-02T04:09:10.893Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28552026-07-02T04:09:10.918Z Compiling is_ci v1.2.0
28562026-07-02T04:09:11.130Z Compiling assert_matches v1.5.0
28572026-07-02T04:09:11.204Z Compiling seq-macro v0.3.6
28582026-07-02T04:09:11.276Z Compiling rcgen v0.12.1
28592026-07-02T04:09:11.456Z Compiling supports-color v3.0.2
28602026-07-02T04:09:11.672Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28612026-07-02T04:09:11.728Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28622026-07-02T04:09:12.248Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28632026-07-02T04:09:14.791Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28642026-07-02T04:09:15.027Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28652026-07-02T04:09:15.266Z Compiling subprocess v0.2.15
28662026-07-02T04:09:15.796Z Compiling rtoolbox v0.0.3
28672026-07-02T04:09:15.819Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28682026-07-02T04:09:16.057Z Compiling rpassword v7.4.0
28692026-07-02T04:09:16.141Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28702026-07-02T04:09:16.551Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28712026-07-02T04:09:17.472Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28722026-07-02T04:09:17.605Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28732026-07-02T04:09:18.482Z Compiling tui-tree-widget v0.23.1
28742026-07-02T04:09:18.785Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28752026-07-02T04:09:19.804Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28762026-07-02T04:09:20.095Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28772026-07-02T04:09:20.128Z Compiling uzers v0.12.2
28782026-07-02T04:09:21.753Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28792026-07-02T04:09:21.767Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28802026-07-02T04:09:22.448Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28812026-07-02T04:09:23.229Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28822026-07-02T04:09:24.615Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28832026-07-02T04:09:25.482Z Compiling support-bundle-viewer v0.1.2
28842026-07-02T04:09:26.794Z Compiling multimap v0.10.1
28852026-07-02T04:09:40.740Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28862026-07-02T04:09:42.465Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28872026-07-02T04:09:48.194Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28882026-07-02T04:09:48.608Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28892026-07-02T04:09:48.729Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28902026-07-02T04:15:53.833Z Finished `release` profile [optimized] target(s) in 8m 13s
28912026-07-02T04:16:40.153Z
28922026-07-02T04:16:40.156Zreal 9:00.915299205
28932026-07-02T04:16:40.156Zuser 1:17:52.443386846
28942026-07-02T04:16:40.156Zsys 3:27.010958731
28952026-07-02T04:16:40.156Ztrap 1.742136630
28962026-07-02T04:16:40.156Ztflt 2.394372606
28972026-07-02T04:16:40.156Zdflt 17.874324945
28982026-07-02T04:16:40.156Zkflt 0.004932412
28992026-07-02T04:16:40.156Zlock 6:31:21.019303511
29002026-07-02T04:16:40.156Zslp 2:09:20.381088682
29012026-07-02T04:16:40.156Zlat 2:20.942830614
29022026-07-02T04:16:40.156Zstop 5:05.342141476
29032026-07-02T04:16:40.156Z+ mapfile -t packages
29042026-07-02T04:16:40.156Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29052026-07-02T04:16:41.049Z Finished `release` profile [optimized] target(s) in 0.88s
29062026-07-02T04:16:41.121Z Running `target/release/omicron-package -t test list-outputs`
29072026-07-02T04:16:41.182ZLogging to: /work/oxidecomputer/omicron/out/LOG
29082026-07-02T04:16:41.185Z+ ptime -m cargo build --locked --release -p xtask
29092026-07-02T04:16:41.646Z Compiling libc v0.2.185
29102026-07-02T04:16:41.646Z Compiling serde_core v1.0.228
29112026-07-02T04:16:41.646Z Compiling serde v1.0.228
29122026-07-02T04:16:41.649Z Compiling rustix v1.1.3
29132026-07-02T04:16:41.649Z Compiling serde_json v1.0.150
29142026-07-02T04:16:41.649Z Compiling bitflags v2.11.0
29152026-07-02T04:16:41.811Z Compiling syn v2.0.117
29162026-07-02T04:16:41.811Z Compiling usdt-impl v0.5.0
29172026-07-02T04:16:41.822Z Compiling syn v1.0.109
29182026-07-02T04:16:41.844Z Compiling getrandom v0.4.1
29192026-07-02T04:16:41.847Z Compiling log v0.4.29
29202026-07-02T04:16:41.866Z Compiling indexmap v2.14.0
29212026-07-02T04:16:41.881Z Compiling fs-err v3.3.0
29222026-07-02T04:16:42.103Z Compiling once_cell v1.21.3
29232026-07-02T04:16:42.116Z Compiling heck v0.4.1
29242026-07-02T04:16:42.142Z Compiling anyhow v1.0.102
29252026-07-02T04:16:42.544Z Compiling errno v0.3.14
29262026-07-02T04:16:42.544Z Compiling thread-id v4.2.2
29272026-07-02T04:16:42.547Z Compiling memmap v0.7.0
29282026-07-02T04:16:43.316Z Compiling proc-macro-error v1.0.4
29292026-07-02T04:16:43.509Z Compiling terminal_size v0.4.3
29302026-07-02T04:16:43.509Z Compiling tempfile v3.25.0
29312026-07-02T04:16:43.561Z Compiling tabled_derive v0.7.0
29322026-07-02T04:16:43.603Z Compiling clap_builder v4.6.0
29332026-07-02T04:16:43.603Z Compiling textwrap v0.16.2
29342026-07-02T04:16:43.975Z Compiling camino v1.2.2
29352026-07-02T04:16:43.986Z Compiling pest_generator v2.8.6
29362026-07-02T04:16:43.989Z Compiling cargo-platform v0.3.2
29372026-07-02T04:16:44.001Z Compiling semver v1.0.28
29382026-07-02T04:16:44.293Z Compiling tabled v0.15.0
29392026-07-02T04:16:44.297Z Compiling camino-tempfile v1.4.1
29402026-07-02T04:16:44.452Z Compiling serde_derive v1.0.228
29412026-07-02T04:16:44.455Z Compiling thiserror-impl v1.0.69
29422026-07-02T04:16:44.455Z Compiling zerocopy-derive v0.7.35
29432026-07-02T04:16:44.455Z Compiling scroll_derive v0.12.1
29442026-07-02T04:16:44.455Z Compiling thiserror-impl v2.0.18
29452026-07-02T04:16:44.456Z Compiling clap_derive v4.6.1
29462026-07-02T04:16:44.530Z Compiling pest_derive v2.8.6
29472026-07-02T04:16:45.181Z Compiling scroll v0.12.0
29482026-07-02T04:16:45.277Z Compiling zerocopy v0.7.35
29492026-07-02T04:16:45.470Z Compiling goblin v0.8.2
29502026-07-02T04:16:45.593Z Compiling thiserror v1.0.69
29512026-07-02T04:16:45.686Z Compiling dtrace-parser v0.2.0
29522026-07-02T04:16:45.732Z Compiling thiserror v2.0.18
29532026-07-02T04:16:46.061Z Compiling clap v4.6.1
29542026-07-02T04:16:47.551Z Compiling dof v0.3.0
29552026-07-02T04:16:47.582Z Compiling serde_tokenstream v0.2.3
29562026-07-02T04:16:47.600Z Compiling toml_datetime v0.6.11
29572026-07-02T04:16:47.680Z Compiling serde_spanned v0.6.9
29582026-07-02T04:16:47.692Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29592026-07-02T04:16:47.723Z Compiling cargo_metadata v0.23.1
29602026-07-02T04:16:47.752Z Compiling macaddr v1.0.1
29612026-07-02T04:16:47.886Z Compiling toml_edit v0.22.27
29622026-07-02T04:16:48.368Z Compiling usdt-macro v0.5.0
29632026-07-02T04:16:48.368Z Compiling usdt-attr-macro v0.5.0
29642026-07-02T04:16:49.021Z Compiling usdt v0.5.0
29652026-07-02T04:16:49.414Z Compiling toml v0.8.23
29662026-07-02T04:16:49.847Z Compiling cargo_toml v0.21.0
29672026-07-02T04:16:54.269Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29682026-07-02T04:16:57.175Z Finished `release` profile [optimized] target(s) in 15.98s
29692026-07-02T04:16:57.278Z
29702026-07-02T04:16:57.278Zreal 16.060450695
29712026-07-02T04:16:57.279Zuser 2:04.659125836
29722026-07-02T04:16:57.279Zsys 13.881254211
29732026-07-02T04:16:57.279Ztrap 0.071489272
29742026-07-02T04:16:57.279Ztflt 0.402674871
29752026-07-02T04:16:57.279Zdflt 1.602192743
29762026-07-02T04:16:57.283Zkflt 0.000762730
29772026-07-02T04:16:57.283Zlock 4:25.158890845
29782026-07-02T04:16:57.283Zslp 2:42.158059356
29792026-07-02T04:16:57.283Zlat 4.709803138
29802026-07-02T04:16:57.283Zstop 15.388517067
29812026-07-02T04:16:57.283Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29822026-07-02T04:16:57.283Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29832026-07-02T04:16:57.283Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29842026-07-02T04:16:57.283Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29852026-07-02T04:16:57.283Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
29862026-07-02T04:16:58.182Z Compiling progenitor-client v0.14.0
29872026-07-02T04:16:58.185Z Compiling newtype-uuid-macros v0.1.0
29882026-07-02T04:16:58.185Z Compiling match_cfg v0.1.0
29892026-07-02T04:16:58.185Z Compiling slog-json v2.6.1
29902026-07-02T04:16:58.185Z Compiling structmeta-derive v0.3.0
29912026-07-02T04:16:58.185Z Compiling sha1 v0.11.0
29922026-07-02T04:16:58.331Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29932026-07-02T04:16:58.351Z Compiling multer v3.1.0
29942026-07-02T04:16:58.354Z Compiling debug-ignore v1.0.5
29952026-07-02T04:16:58.354Z Compiling compression-core v0.4.31
29962026-07-02T04:16:58.354Z Compiling atomicwrites v0.4.4
29972026-07-02T04:16:58.354Z Compiling itertools v0.14.0
29982026-07-02T04:16:58.354Z Compiling async-stream-impl v0.3.6
29992026-07-02T04:16:58.354Z Compiling toml_datetime v1.1.1+spec-1.1.0
30002026-07-02T04:16:58.371Z Compiling serde_spanned v1.1.1
30012026-07-02T04:16:58.374Z Compiling dropshot v0.17.1
30022026-07-02T04:16:58.516Z Compiling hostname v0.3.1
30032026-07-02T04:16:58.596Z Compiling toml_writer v1.1.1+spec-1.1.0
30042026-07-02T04:16:58.617Z Compiling waitgroup v0.1.2
30052026-07-02T04:16:58.653Z Compiling compression-codecs v0.4.37
30062026-07-02T04:16:58.653Z Compiling rustls-pemfile v2.2.0
30072026-07-02T04:16:58.688Z Compiling dropshot_endpoint v0.17.1
30082026-07-02T04:16:58.718Z Compiling serde_path_to_error v0.1.20
30092026-07-02T04:16:58.733Z Compiling hostname v0.4.2
30102026-07-02T04:16:58.736Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30112026-07-02T04:16:58.752Z Compiling slog-bunyan v2.5.0
30122026-07-02T04:16:58.788Z Compiling toml v1.1.2+spec-1.1.0
30132026-07-02T04:16:58.824Z Compiling macaddr v1.0.1
30142026-07-02T04:16:58.848Z Compiling async-compression v0.4.41
30152026-07-02T04:16:58.882Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30162026-07-02T04:16:58.916Z Compiling instant v0.1.13
30172026-07-02T04:16:58.919Z Compiling regress v0.10.5
30182026-07-02T04:16:58.919Z Compiling backon v1.6.0
30192026-07-02T04:16:58.974Z Compiling humantime v2.3.0
30202026-07-02T04:16:59.047Z Compiling backoff v0.4.0
30212026-07-02T04:16:59.070Z Compiling regress v0.11.1
30222026-07-02T04:16:59.089Z Compiling half v2.7.1
30232026-07-02T04:16:59.107Z Compiling async-stream v0.3.6
30242026-07-02T04:16:59.124Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30252026-07-02T04:16:59.183Z Compiling progenitor-extras v0.2.0
30262026-07-02T04:16:59.198Z Compiling crucible-workspace-hack v0.1.0
30272026-07-02T04:16:59.276Z Compiling ciborium-io v0.2.2
30282026-07-02T04:16:59.293Z Compiling convert_case v0.4.0
30292026-07-02T04:16:59.311Z Compiling secrecy v0.10.3
30302026-07-02T04:16:59.348Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30312026-07-02T04:16:59.367Z Compiling ciborium-ll v0.2.2
30322026-07-02T04:16:59.396Z Compiling unsafe-libyaml v0.2.11
30332026-07-02T04:16:59.415Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30342026-07-02T04:16:59.433Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30352026-07-02T04:16:59.471Z Compiling structmeta v0.3.0
30362026-07-02T04:16:59.471Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30372026-07-02T04:16:59.508Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30382026-07-02T04:16:59.524Z Compiling inout v0.1.4
30392026-07-02T04:16:59.588Z Compiling ciborium v0.2.2
30402026-07-02T04:16:59.606Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30412026-07-02T04:16:59.625Z Compiling thiserror-impl-no-std v2.0.2
30422026-07-02T04:16:59.697Z Compiling derive_more v0.99.20
30432026-07-02T04:16:59.715Z Compiling cipher v0.4.4
30442026-07-02T04:16:59.718Z Compiling universal-hash v0.5.1
30452026-07-02T04:16:59.718Z Compiling derive-ex v0.1.8
30462026-07-02T04:16:59.770Z Compiling parse-display-derive v0.10.0
30472026-07-02T04:16:59.797Z Compiling opaque-debug v0.3.1
30482026-07-02T04:16:59.862Z Compiling poly1305 v0.8.0
30492026-07-02T04:16:59.883Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30502026-07-02T04:16:59.900Z Compiling byte-wrapper v0.1.0
30512026-07-02T04:16:59.995Z Compiling serde_yaml v0.9.34+deprecated
30522026-07-02T04:17:00.097Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30532026-07-02T04:17:00.117Z Compiling chacha20 v0.9.1
30542026-07-02T04:17:00.154Z Compiling blake2 v0.10.6
30552026-07-02T04:17:00.190Z Compiling aead v0.5.2
30562026-07-02T04:17:00.265Z Compiling password-hash v0.5.0
30572026-07-02T04:17:00.298Z Compiling toml_datetime v0.7.5+spec-1.1.0
30582026-07-02T04:17:00.400Z Compiling chacha20poly1305 v0.10.1
30592026-07-02T04:17:00.417Z Compiling indent_write v2.2.0
30602026-07-02T04:17:00.579Z Compiling argon2 v0.5.3
30612026-07-02T04:17:00.579Z Compiling toml_edit v0.23.10+spec-1.0.0
30622026-07-02T04:17:00.611Z Compiling heapless v0.8.0
30632026-07-02T04:17:00.630Z Compiling ingot-macros v0.1.1
30642026-07-02T04:17:00.690Z Compiling typify-impl v0.6.2
30652026-07-02T04:17:00.743Z Compiling tabwriter v1.4.1
30662026-07-02T04:17:00.895Z Compiling thiserror-no-std v2.0.2
30672026-07-02T04:17:00.948Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30682026-07-02T04:17:01.002Z Compiling vsss-rs v3.3.4
30692026-07-02T04:17:01.208Z Compiling proc-macro-crate v3.4.0
30702026-07-02T04:17:01.235Z Compiling hash32 v0.3.1
30712026-07-02T04:17:01.418Z Compiling smoltcp v0.11.0
30722026-07-02T04:17:01.486Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30732026-07-02T04:17:01.504Z Compiling test-strategy v0.4.5
30742026-07-02T04:17:01.553Z Compiling parse-display v0.10.0
30752026-07-02T04:17:01.770Z Compiling cobs v0.3.0
30762026-07-02T04:17:01.787Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30772026-07-02T04:17:01.808Z Compiling num_enum_derive v0.7.6
30782026-07-02T04:17:01.853Z Compiling colored v3.1.1
30792026-07-02T04:17:01.878Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30802026-07-02T04:17:01.908Z Compiling proc-macro-error v1.0.4
30812026-07-02T04:17:01.991Z Compiling postcard v1.1.3
30822026-07-02T04:17:02.161Z Compiling proc-macro-crate v1.3.1
30832026-07-02T04:17:02.161Z Compiling rand v0.10.1
30842026-07-02T04:17:02.242Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30852026-07-02T04:17:02.259Z Compiling foreign-types-macros v0.2.3
30862026-07-02T04:17:02.331Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30872026-07-02T04:17:02.350Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30882026-07-02T04:17:02.369Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30892026-07-02T04:17:02.405Z Compiling foreign-types-shared v0.3.1
30902026-07-02T04:17:02.522Z Compiling rayon-core v1.13.0
30912026-07-02T04:17:02.613Z Compiling num_enum_derive v0.5.11
30922026-07-02T04:17:02.647Z Compiling crossbeam-deque v0.8.6
30932026-07-02T04:17:02.650Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30942026-07-02T04:17:02.699Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30952026-07-02T04:17:02.772Z Compiling cstr-argument v0.1.2
30962026-07-02T04:17:02.795Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30972026-07-02T04:17:02.955Z Compiling num_enum v0.7.6
30982026-07-02T04:17:02.973Z Compiling foreign-types v0.5.0
30992026-07-02T04:17:02.992Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31002026-07-02T04:17:03.054Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31012026-07-02T04:17:03.078Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31022026-07-02T04:17:03.095Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31032026-07-02T04:17:03.111Z Compiling zone_cfg_derive v0.3.1
31042026-07-02T04:17:03.171Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31052026-07-02T04:17:03.216Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31062026-07-02T04:17:03.263Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31072026-07-02T04:17:03.347Z Compiling rayon v1.11.0
31082026-07-02T04:17:03.347Z Compiling itertools v0.12.1
31092026-07-02T04:17:03.382Z Compiling num-derive v0.4.2
31102026-07-02T04:17:03.386Z Compiling sigpipe v0.1.3
31112026-07-02T04:17:03.490Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31122026-07-02T04:17:03.509Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31132026-07-02T04:17:03.572Z Compiling glob v0.3.3
31142026-07-02T04:17:03.620Z Compiling cpubits v0.1.1
31152026-07-02T04:17:03.636Z Compiling ingot-types v0.1.2
31162026-07-02T04:17:03.675Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31172026-07-02T04:17:03.724Z Compiling smf v0.2.3
31182026-07-02T04:17:03.764Z Compiling whoami v1.6.1
31192026-07-02T04:17:03.782Z Compiling num_enum v0.5.11
31202026-07-02T04:17:03.835Z Compiling usdt-attr-macro v0.5.0
31212026-07-02T04:17:03.926Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31222026-07-02T04:17:03.943Z Compiling usdt-macro v0.5.0
31232026-07-02T04:17:03.989Z Compiling gethostname v0.5.0
31242026-07-02T04:17:04.006Z Compiling num-rational v0.4.2
31252026-07-02T04:17:04.082Z Compiling ingot v0.1.1
31262026-07-02T04:17:04.082Z Compiling pem-rfc7468 v1.0.0
31272026-07-02T04:17:04.136Z Compiling num-complex v0.4.6
31282026-07-02T04:17:04.292Z Compiling memmap v0.7.0
31292026-07-02T04:17:04.389Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31302026-07-02T04:17:04.434Z Compiling derive-where v1.6.0
31312026-07-02T04:17:04.503Z Compiling num v0.4.3
31322026-07-02T04:17:04.555Z Compiling zone v0.3.1
31332026-07-02T04:17:04.574Z Compiling float-ord v0.3.2
31342026-07-02T04:17:04.602Z Compiling toml v0.8.23
31352026-07-02T04:17:04.625Z Compiling hmac v0.13.0
31362026-07-02T04:17:04.656Z Compiling universal-hash v0.6.1
31372026-07-02T04:17:04.730Z Compiling resolv-conf v0.7.6
31382026-07-02T04:17:04.741Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31392026-07-02T04:17:04.763Z Compiling usdt v0.5.0
31402026-07-02T04:17:04.803Z Compiling cancel-safe-futures v0.1.5
31412026-07-02T04:17:04.821Z Compiling owo-colors v4.3.0
31422026-07-02T04:17:04.844Z Compiling polyval v0.7.1
31432026-07-02T04:17:04.895Z Compiling der v0.8.0
31442026-07-02T04:17:04.948Z Compiling libsw-core v0.3.2
31452026-07-02T04:17:05.058Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31462026-07-02T04:17:05.097Z Compiling prettyplease v0.2.37
31472026-07-02T04:17:05.115Z Compiling libsw v3.5.0
31482026-07-02T04:17:05.149Z Compiling ghash v0.6.0
31492026-07-02T04:17:05.218Z Compiling pbkdf2 v0.13.0
31502026-07-02T04:17:05.279Z Compiling aes v0.9.1
31512026-07-02T04:17:05.298Z Compiling console v0.15.11
31522026-07-02T04:17:05.313Z Compiling hickory-proto v0.24.4
31532026-07-02T04:17:05.331Z Compiling newline-converter v0.3.0
31542026-07-02T04:17:05.376Z Compiling ctr v0.10.1
31552026-07-02T04:17:05.393Z Compiling typify-macro v0.6.2
31562026-07-02T04:17:05.411Z Compiling aead v0.6.1
31572026-07-02T04:17:05.464Z Compiling sha2 v0.11.0
31582026-07-02T04:17:05.481Z Compiling linear-map v1.2.0
31592026-07-02T04:17:05.594Z Compiling linked-hash-map v0.5.6
31602026-07-02T04:17:05.611Z Compiling libefi-sys v0.1.0
31612026-07-02T04:17:05.656Z Compiling expectorate v1.2.0
31622026-07-02T04:17:05.808Z Compiling spki v0.8.0
31632026-07-02T04:17:05.845Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31642026-07-02T04:17:05.845Z Compiling lru-cache v0.1.2
31652026-07-02T04:17:05.904Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31662026-07-02T04:17:05.921Z Compiling aes-gcm v0.11.0
31672026-07-02T04:17:05.998Z Compiling crypto-bigint v0.7.5
31682026-07-02T04:17:06.016Z Compiling git-stub v1.0.0
31692026-07-02T04:17:06.035Z Compiling cbc v0.2.1
31702026-07-02T04:17:06.061Z Compiling salsa20 v0.11.0
31712026-07-02T04:17:06.158Z Compiling bitfield-struct v0.6.2
31722026-07-02T04:17:06.176Z Compiling nom v8.0.0
31732026-07-02T04:17:06.208Z Compiling semver v0.1.20
31742026-07-02T04:17:06.226Z Compiling git-stub-vcs v0.1.0
31752026-07-02T04:17:06.244Z Compiling scrypt v0.12.0
31762026-07-02T04:17:06.409Z Compiling rustc_version v0.1.7
31772026-07-02T04:17:06.520Z Compiling tokio-dtrace v0.1.1
31782026-07-02T04:17:06.520Z Compiling dropshot-api-manager-types v0.7.2
31792026-07-02T04:17:06.562Z Compiling slog-dtrace v0.3.0
31802026-07-02T04:17:06.610Z Compiling minimal-lexical v0.2.1
31812026-07-02T04:17:06.672Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31822026-07-02T04:17:06.828Z Compiling nom v7.1.3
31832026-07-02T04:17:06.855Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31842026-07-02T04:17:06.872Z Compiling oxide-tokio-rt v0.1.4
31852026-07-02T04:17:06.891Z Compiling newtype_derive v0.1.6
31862026-07-02T04:17:06.895Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31872026-07-02T04:17:06.927Z Compiling pkcs5 v0.8.1
31882026-07-02T04:17:07.010Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31892026-07-02T04:17:07.130Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31902026-07-02T04:17:07.150Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31912026-07-02T04:17:07.176Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31922026-07-02T04:17:07.193Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31932026-07-02T04:17:07.209Z Compiling typify v0.6.2
31942026-07-02T04:17:07.274Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31952026-07-02T04:17:07.339Z Compiling progenitor-impl v0.14.0
31962026-07-02T04:17:07.357Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31972026-07-02T04:17:07.482Z Compiling hickory-resolver v0.24.4
31982026-07-02T04:17:07.602Z Compiling phf_shared v0.12.1
31992026-07-02T04:17:07.683Z Compiling csv-core v0.1.13
32002026-07-02T04:17:07.919Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32012026-07-02T04:17:08.014Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32022026-07-02T04:17:08.046Z Compiling xshell-macros v0.2.7
32032026-07-02T04:17:08.085Z Compiling unicode-xid v0.2.6
32042026-07-02T04:17:08.233Z Compiling chrono-tz v0.10.4
32052026-07-02T04:17:08.252Z Compiling highway v1.3.0
32062026-07-02T04:17:08.329Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32072026-07-02T04:17:08.466Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32082026-07-02T04:17:08.505Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32092026-07-02T04:17:08.612Z Compiling xshell v0.2.7
32102026-07-02T04:17:08.663Z Compiling qorb v0.4.1
32112026-07-02T04:17:08.699Z Compiling const_format_proc_macros v0.2.34
32122026-07-02T04:17:08.723Z Compiling csv v1.4.0
32132026-07-02T04:17:08.891Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32142026-07-02T04:17:08.940Z Compiling phf v0.12.1
32152026-07-02T04:17:09.042Z Compiling pkcs8 v0.11.0
32162026-07-02T04:17:09.112Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32172026-07-02T04:17:09.168Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32182026-07-02T04:17:09.193Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32192026-07-02T04:17:09.336Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32202026-07-02T04:17:09.427Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32212026-07-02T04:17:09.460Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32222026-07-02T04:17:09.585Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32232026-07-02T04:17:09.606Z Compiling const_format v0.2.35
32242026-07-02T04:17:09.720Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32252026-07-02T04:17:09.837Z Compiling tabled_derive v0.7.0
32262026-07-02T04:17:09.961Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32272026-07-02T04:17:09.979Z Compiling bcs v0.1.6
32282026-07-02T04:17:10.143Z Compiling progenitor-macro v0.14.0
32292026-07-02T04:17:10.234Z Compiling ff v0.14.0
32302026-07-02T04:17:10.320Z Compiling termtree v0.5.1
32312026-07-02T04:17:10.408Z Compiling salty v0.3.0
32322026-07-02T04:17:10.453Z Compiling tagptr v0.2.0
32332026-07-02T04:17:10.507Z Compiling textwrap v0.16.2
32342026-07-02T04:17:10.636Z Compiling moka v0.12.13
32352026-07-02T04:17:10.736Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32362026-07-02T04:17:10.771Z Compiling steno v0.4.1
32372026-07-02T04:17:10.901Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32382026-07-02T04:17:10.916Z Compiling tabled v0.15.0
32392026-07-02T04:17:10.920Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32402026-07-02T04:17:10.961Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32412026-07-02T04:17:10.996Z Compiling sha1 v0.10.6
32422026-07-02T04:17:11.005Z Compiling signature v3.0.0
32432026-07-02T04:17:11.052Z Compiling base16ct v1.0.0
32442026-07-02T04:17:11.163Z Compiling base64 v0.21.7
32452026-07-02T04:17:11.192Z Compiling radium v0.7.0
32462026-07-02T04:17:11.223Z Compiling sec1 v0.8.1
32472026-07-02T04:17:11.281Z Compiling group v0.14.0
32482026-07-02T04:17:11.463Z Compiling hickory-resolver v0.25.2
32492026-07-02T04:17:11.501Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32502026-07-02T04:17:11.517Z Compiling hkdf v0.13.0
32512026-07-02T04:17:11.552Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32522026-07-02T04:17:11.568Z Compiling rfc6979 v0.4.0
32532026-07-02T04:17:11.694Z Compiling maybe-uninit v2.0.0
32542026-07-02T04:17:11.718Z Compiling tap v1.0.1
32552026-07-02T04:17:11.736Z Compiling ecdsa v0.16.9
32562026-07-02T04:17:11.781Z Compiling elliptic-curve v0.14.0-rc.33
32572026-07-02T04:17:11.857Z Compiling wyz v0.5.1
32582026-07-02T04:17:12.080Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32592026-07-02T04:17:12.097Z Compiling primeorder v0.13.6
32602026-07-02T04:17:12.169Z Compiling proc-macro-error-attr2 v2.0.0
32612026-07-02T04:17:12.283Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32622026-07-02T04:17:12.384Z Compiling parking_lot_core v0.8.6
32632026-07-02T04:17:12.426Z Compiling funty v2.0.0
32642026-07-02T04:17:12.476Z Compiling packed_struct v0.10.1
32652026-07-02T04:17:12.529Z Compiling utf-8 v0.7.6
32662026-07-02T04:17:12.630Z Compiling proc-macro-error2 v2.0.1
32672026-07-02T04:17:12.709Z Compiling tungstenite v0.21.0
32682026-07-02T04:17:12.765Z Compiling bitvec v1.0.1
32692026-07-02T04:17:12.841Z Compiling p384 v0.13.1
32702026-07-02T04:17:13.065Z Compiling rfc6979 v0.5.0
32712026-07-02T04:17:13.081Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32722026-07-02T04:17:13.245Z Compiling num-derive v0.3.3
32732026-07-02T04:17:13.309Z Compiling packed_struct_codegen v0.10.1
32742026-07-02T04:17:13.404Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32752026-07-02T04:17:13.420Z Compiling bitfield-macros v0.19.4
32762026-07-02T04:17:13.443Z Compiling zerocopy-derive v0.6.6
32772026-07-02T04:17:13.462Z Compiling indexmap v1.9.3
32782026-07-02T04:17:13.529Z Compiling nodrop v0.1.14
32792026-07-02T04:17:13.629Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32802026-07-02T04:17:13.649Z Compiling crc-catalog v2.4.0
32812026-07-02T04:17:13.699Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32822026-07-02T04:17:13.775Z Compiling crc v3.4.0
32832026-07-02T04:17:13.853Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32842026-07-02T04:17:13.915Z Compiling array-init v0.0.4
32852026-07-02T04:17:13.932Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32862026-07-02T04:17:13.974Z Compiling tokio-tungstenite v0.21.0
32872026-07-02T04:17:14.003Z Compiling ecdsa v0.17.0-rc.18
32882026-07-02T04:17:14.234Z Compiling bitfield v0.19.4
32892026-07-02T04:17:14.253Z Compiling libscf-sys v1.1.0
32902026-07-02T04:17:14.299Z Compiling smallvec v0.6.14
32912026-07-02T04:17:14.335Z Compiling tabled_derive v0.11.0
32922026-07-02T04:17:14.409Z Compiling zerocopy v0.6.6
32932026-07-02T04:17:14.426Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32942026-07-02T04:17:14.472Z Compiling primeorder v0.14.0-rc.10
32952026-07-02T04:17:14.501Z Compiling primefield v0.14.0
32962026-07-02T04:17:14.543Z Compiling progenitor-impl v0.13.0
32972026-07-02T04:17:14.562Z Compiling papergrid v0.17.0
32982026-07-02T04:17:14.586Z Compiling testing_table v0.3.0
32992026-07-02T04:17:14.716Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33002026-07-02T04:17:14.770Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33012026-07-02T04:17:14.773Z Compiling curve25519-dalek v5.0.0-rc.0
33022026-07-02T04:17:14.804Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33032026-07-02T04:17:14.822Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33042026-07-02T04:17:14.917Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33052026-07-02T04:17:14.989Z Compiling unicase v2.9.0
33062026-07-02T04:17:15.053Z Compiling illumos-nvpair-sys v0.2.0
33072026-07-02T04:17:15.157Z Compiling corncobs v0.1.4
33082026-07-02T04:17:15.157Z Compiling hashbrown v0.12.3
33092026-07-02T04:17:15.211Z Compiling mime_guess v2.0.5
33102026-07-02T04:17:15.227Z Compiling progenitor v0.14.0
33112026-07-02T04:17:15.302Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33122026-07-02T04:17:15.357Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33132026-07-02T04:17:15.388Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33142026-07-02T04:17:15.408Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33152026-07-02T04:17:15.569Z Compiling tabled v0.20.0
33162026-07-02T04:17:15.693Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33172026-07-02T04:17:15.730Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33182026-07-02T04:17:15.812Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33192026-07-02T04:17:15.832Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33202026-07-02T04:17:15.866Z Compiling parking_lot v0.11.2
33212026-07-02T04:17:15.919Z Compiling serde-hex v0.1.0
33222026-07-02T04:17:16.012Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33232026-07-02T04:17:16.046Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33242026-07-02T04:17:16.159Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33252026-07-02T04:17:16.267Z Compiling ron v0.8.1
33262026-07-02T04:17:16.270Z Compiling ssh-encoding v0.3.0-rc.9
33272026-07-02T04:17:16.349Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33282026-07-02T04:17:16.403Z Compiling hashbrown v0.13.2
33292026-07-02T04:17:16.628Z Compiling progenitor-client v0.13.0
33302026-07-02T04:17:16.851Z Compiling prefix-trie v0.7.0
33312026-07-02T04:17:16.869Z Compiling fxhash v0.2.1
33322026-07-02T04:17:16.924Z Compiling secrecy v0.8.0
33332026-07-02T04:17:17.038Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33342026-07-02T04:17:17.103Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33352026-07-02T04:17:17.197Z Compiling progenitor-macro v0.13.0
33362026-07-02T04:17:17.234Z Compiling crc-any v2.5.0
33372026-07-02T04:17:17.288Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33382026-07-02T04:17:17.292Z Compiling hickory-server v0.25.2
33392026-07-02T04:17:17.683Z Compiling sled v0.34.7
33402026-07-02T04:17:17.857Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33412026-07-02T04:17:18.050Z Compiling object v0.30.4
33422026-07-02T04:17:18.087Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33432026-07-02T04:17:18.106Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33442026-07-02T04:17:18.248Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33452026-07-02T04:17:18.299Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33462026-07-02T04:17:18.781Z Compiling ed25519 v3.0.0
33472026-07-02T04:17:18.887Z Compiling crypto-primes v0.7.2
33482026-07-02T04:17:18.906Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33492026-07-02T04:17:19.307Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33502026-07-02T04:17:19.416Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33512026-07-02T04:17:19.557Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33522026-07-02T04:17:19.665Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33532026-07-02T04:17:19.787Z Compiling pkcs1 v0.8.0-rc.4
33542026-07-02T04:17:19.934Z Compiling poly1305 v0.9.0
33552026-07-02T04:17:19.955Z Compiling blowfish v0.10.0
33562026-07-02T04:17:20.194Z Compiling blake2 v0.11.0-rc.6
33572026-07-02T04:17:20.214Z Compiling keccak v0.2.0
33582026-07-02T04:17:20.239Z Compiling http-range v0.1.5
33592026-07-02T04:17:20.259Z Compiling path-slash v0.1.5
33602026-07-02T04:17:20.425Z Compiling crc8 v0.1.1
33612026-07-02T04:17:20.441Z Compiling fiat-crypto v0.3.0
33622026-07-02T04:17:20.458Z Compiling half v1.8.3
33632026-07-02T04:17:20.498Z Compiling argon2 v0.6.0-rc.8
33642026-07-02T04:17:20.550Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33652026-07-02T04:17:20.576Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33662026-07-02T04:17:20.711Z Compiling serde_cbor v0.11.2
33672026-07-02T04:17:20.757Z Compiling sha3 v0.11.0
33682026-07-02T04:17:20.810Z Compiling ssh-cipher v0.3.0-rc.9
33692026-07-02T04:17:20.857Z Compiling bcrypt-pbkdf v0.11.0
33702026-07-02T04:17:21.063Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33712026-07-02T04:17:21.098Z Compiling rsa v0.10.0-rc.18
33722026-07-02T04:17:21.173Z Compiling ed25519-dalek v3.0.0-rc.0
33732026-07-02T04:17:21.279Z Compiling illumos-nvpair v0.3.0
33742026-07-02T04:17:21.349Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33752026-07-02T04:17:21.494Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33762026-07-02T04:17:21.555Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33772026-07-02T04:17:21.638Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33782026-07-02T04:17:21.728Z Compiling p256 v0.14.0-rc.10
33792026-07-02T04:17:21.867Z Compiling p521 v0.14.0-rc.10
33802026-07-02T04:17:21.992Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33812026-07-02T04:17:22.041Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33822026-07-02T04:17:22.044Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33832026-07-02T04:17:22.076Z Compiling yasna v0.5.2
33842026-07-02T04:17:22.267Z Compiling progenitor v0.13.0
33852026-07-02T04:17:22.361Z Compiling kstat-rs v0.2.4
33862026-07-02T04:17:22.432Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33872026-07-02T04:17:22.450Z Compiling headers-core v0.3.0
33882026-07-02T04:17:22.546Z Compiling kem v0.3.0
33892026-07-02T04:17:22.588Z Compiling module-lattice v0.2.3
33902026-07-02T04:17:22.604Z Compiling nanorand v0.7.0
33912026-07-02T04:17:22.684Z Compiling atty v0.2.14
33922026-07-02T04:17:22.700Z Compiling headers v0.4.1
33932026-07-02T04:17:22.767Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33942026-07-02T04:17:22.819Z Compiling ml-kem v0.3.2
33952026-07-02T04:17:22.849Z Compiling flume v0.11.1
33962026-07-02T04:17:22.882Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33972026-07-02T04:17:22.947Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33982026-07-02T04:17:22.986Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33992026-07-02T04:17:23.199Z Compiling rcgen v0.12.1
34002026-07-02T04:17:23.397Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34012026-07-02T04:17:23.445Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34022026-07-02T04:17:23.565Z Compiling hyper-staticfile v0.10.1
34032026-07-02T04:17:23.779Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34042026-07-02T04:17:23.827Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34052026-07-02T04:17:24.114Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34062026-07-02T04:17:24.132Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34072026-07-02T04:17:24.176Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34082026-07-02T04:17:24.440Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34092026-07-02T04:17:24.490Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34102026-07-02T04:17:24.605Z Compiling russh-cryptovec v0.61.0
34112026-07-02T04:17:24.845Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34122026-07-02T04:17:24.862Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34132026-07-02T04:17:25.118Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34142026-07-02T04:17:25.161Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34152026-07-02T04:17:25.225Z Compiling internal-russh-num-bigint v0.5.0
34162026-07-02T04:17:25.244Z Compiling num-bigint v0.4.6
34172026-07-02T04:17:25.328Z Compiling generic-array v1.4.3
34182026-07-02T04:17:25.361Z Compiling russh-util v0.52.0
34192026-07-02T04:17:25.493Z Compiling enum_dispatch v0.3.13
34202026-07-02T04:17:25.533Z Compiling delegate v0.13.5
34212026-07-02T04:17:25.631Z Compiling subprocess v0.2.15
34222026-07-02T04:17:25.845Z Compiling p384 v0.14.0-rc.10
34232026-07-02T04:17:25.872Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34242026-07-02T04:17:25.903Z Compiling md5 v0.8.0
34252026-07-02T04:17:25.922Z Compiling hex-literal v1.1.0
34262026-07-02T04:17:26.066Z Compiling display-error-chain v0.2.2
34272026-07-02T04:17:26.162Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34282026-07-02T04:17:26.191Z Compiling colored v2.2.0
34292026-07-02T04:17:26.226Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34302026-07-02T04:17:26.345Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34312026-07-02T04:17:26.414Z Compiling socket2 v0.5.10
34322026-07-02T04:17:26.484Z Compiling internet-checksum v0.2.1
34332026-07-02T04:17:26.972Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34342026-07-02T04:17:27.676Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34352026-07-02T04:17:27.973Z Compiling ssh-key v0.7.0-rc.10
34362026-07-02T04:17:28.227Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34372026-07-02T04:17:29.210Z Compiling russh v0.61.2
34382026-07-02T04:17:29.501Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34392026-07-02T04:17:30.497Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34402026-07-02T04:17:38.774Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34412026-07-02T04:17:38.774Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34422026-07-02T04:17:38.774Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34432026-07-02T04:17:38.777Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34442026-07-02T04:17:40.496Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34452026-07-02T04:17:40.532Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34462026-07-02T04:17:44.494Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34472026-07-02T04:18:24.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34482026-07-02T04:18:24.582Z
34492026-07-02T04:18:24.582Zreal 1:27.237876958
34502026-07-02T04:18:24.582Zuser 8:41.570027578
34512026-07-02T04:18:24.584Zsys 1:43.179930144
34522026-07-02T04:18:24.584Ztrap 0.273308188
34532026-07-02T04:18:24.585Ztflt 0.345088431
34542026-07-02T04:18:24.585Zdflt 1.649226604
34552026-07-02T04:18:24.585Zkflt 0.000330280
34562026-07-02T04:18:24.585Zlock 30:58.052967930
34572026-07-02T04:18:24.585Zslp 19:55.954244674
34582026-07-02T04:18:24.585Zlat 41.732601963
34592026-07-02T04:18:24.585Zstop 3:03.688931345
34602026-07-02T04:18:24.585Z+ mkdir tests
34612026-07-02T04:18:24.588Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34622026-07-02T04:18:24.588Z+ xargs -I '{}' -t cp '{}' tests/
34632026-07-02T04:18:24.609Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7642b2d57d595135 tests/
34642026-07-02T04:18:24.638Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ca561ce3ba29e3d2 tests/
34652026-07-02T04:18:24.666Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-de50baf115444d57 tests/
34662026-07-02T04:18:24.696Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f893b9f61afabf44 tests/
34672026-07-02T04:18:25.032Z+ 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)
34682026-07-02T04:18:25.035Z+ 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-ca561ce3ba29e3d2 tests/commtest-de50baf115444d57 tests/dhcp_server-7642b2d57d595135 tests/end_to_end_tests-f893b9f61afabf44 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
34692026-07-02T04:19:44.916ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34702026-07-02T04:19:44.916Za .github/buildomat/ci-env.sh 1K
34712026-07-02T04:19:44.916Za out/target/test 1K
34722026-07-02T04:19:44.916Za out/npuzone/npuzone 27402K
34732026-07-02T04:19:44.916Za package-manifest.toml 35K
34742026-07-02T04:19:44.916Za smf/sled-agent/non-gimlet/config.toml 6K
34752026-07-02T04:19:44.916Za target/release/omicron-package 40715K
34762026-07-02T04:19:44.916Za target/release/xtask 10425K
34772026-07-02T04:19:44.916Za target/debug/bootstrap 349349K
34782026-07-02T04:19:44.916Za tests/bootstrap-ca561ce3ba29e3d2 31974K
34792026-07-02T04:19:44.916Za tests/commtest-de50baf115444d57 32169K
34802026-07-02T04:19:44.916Za tests/dhcp_server-7642b2d57d595135 31974K
34812026-07-02T04:19:44.916Za tests/end_to_end_tests-f893b9f61afabf44 399228K
34822026-07-02T04:19:44.916Za tools/opte_version 1K
34832026-07-02T04:19:44.916Za tools/opte_version_override 2K
34842026-07-02T04:19:44.916Za out/clickhouse.tar.gz 311362K
34852026-07-02T04:19:44.916Za out/clickhouse_keeper.tar.gz 297831K
34862026-07-02T04:19:44.916Za out/clickhouse_server.tar.gz 311359K
34872026-07-02T04:19:44.916Za out/cockroachdb.tar.gz 161729K
34882026-07-02T04:19:44.916Za out/crucible-pantry-zone.tar.gz 39110K
34892026-07-02T04:19:44.916Za out/crucible-utils.tar 18900K
34902026-07-02T04:19:44.916Za out/crucible-zone.tar.gz 53805K
34912026-07-02T04:19:44.916Za out/external-dns.tar.gz 46793K
34922026-07-02T04:19:44.916Za out/internal-dns.tar.gz 46793K
34932026-07-02T04:19:44.916Za out/mg-ddm-gz.tar 97917K
34942026-07-02T04:19:44.916Za out/nexus.tar.gz 274347K
34952026-07-02T04:19:44.916Za out/ntp.tar.gz 29910K
34962026-07-02T04:19:44.916Za out/omicron-gateway-softnpu.tar.gz 27769K
34972026-07-02T04:19:44.916Za out/omicron-sled-agent.tar 197547K
34982026-07-02T04:19:44.916Za out/overlay.tar.gz 3K
34992026-07-02T04:19:44.916Za out/oximeter.tar.gz 62534K
35002026-07-02T04:19:44.917Za out/oxlog.tar 3808K
35012026-07-02T04:19:44.917Za out/probe.tar.gz 3037K
35022026-07-02T04:19:44.917Za out/propolis-server.tar.gz 34372K
35032026-07-02T04:19:44.917Za out/pumpkind-gz.tar 26647K
35042026-07-02T04:19:44.917Za out/switch-softnpu.tar.gz 448242K
35052026-07-02T04:19:44.920Z
35062026-07-02T04:19:44.920Zreal 1:19.881025384
35072026-07-02T04:19:44.920Zuser 1:17.265765252
35082026-07-02T04:19:44.920Zsys 4.404704186
35092026-07-02T04:19:44.920Ztrap 0.005734506
35102026-07-02T04:19:44.920Ztflt 0.000000000
35112026-07-02T04:19:44.920Zdflt 0.000000000
35122026-07-02T04:19:44.920Zkflt 0.000000000
35132026-07-02T04:19:44.920Zlock 0.000000000
35142026-07-02T04:19:44.920Zslp 1:17.117056512
35152026-07-02T04:19:44.920Zlat 0.963215139
35162026-07-02T04:19:44.920Zstop 0.000485650
35172026-07-02T04:19:44.920Zprocess exited: duration 933834 ms, exit code 0
 
35182026-07-02T04:19:44.932Zfound 1 output files
35192026-07-02T04:19:44.932Zuploading: /work/package.tar.gz (2488347608 bytes)
35202026-07-02T04:20:17.233Zuploaded: /work/package.tar.gz