01KWFWP5ZKSBQXEZS135YSKG6A: 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: 01KWFWPQWRZC4PAK8FDTKJ4X75

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-01T22:28:21.720Zjob assigned to worker 01KWFWQ1FE1DTR3WZV0WG16BN4 [factory aws, i-0f1f091e63827981d] (queued for 51 s)
 
22026-07-01T22:28:29.098Zstarting task 0: "setup"
32026-07-01T22:28:29.102Z++ uname -s
42026-07-01T22:28:29.106Z+ kern=SunOS
52026-07-01T22:28:29.106Z+ build_user=build
62026-07-01T22:28:29.106Z+ build_uid=12345
72026-07-01T22:28:29.107Z+ work_dir=/work
82026-07-01T22:28:29.107Z+ input_dir=/input
92026-07-01T22:28:29.107Z+ [[ 0 == 12345 ]]
102026-07-01T22:28:29.107Z+ case "$kern" in
112026-07-01T22:28:29.107Z+ groupadd -g 12345 build
122026-07-01T22:28:29.110Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-01T22:28:31.116Z+ zfs create -o mountpoint=/work rpool/work
142026-07-01T22:28:31.234Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-01T22:28:31.237Z+ home_fs=zfs
162026-07-01T22:28:31.237Z+ [[ zfs == autofs ]]
172026-07-01T22:28:31.237Z+ mkdir -p /home/build
182026-07-01T22:28:31.237Z+ chown build:build /home/build /work
192026-07-01T22:28:33.238Z+ chmod 0700 /home/build /work
202026-07-01T22:28:33.243Zprocess exited: duration 4145 ms, exit code 0
 
212026-07-01T22:28:33.250Zstarting task 1: "rust-toolchain"
222026-07-01T22:28:33.255Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-01T22:28:33.255Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-01T22:28:33.255Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-01T22:28:33.255Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-01T22:28:33.255Z * rust toolchain channel = "1.96.1"
272026-07-01T22:28:33.255Z * rust toolchain profile = "default"
282026-07-01T22:28:33.258Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-01T22:28:33.258Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-01T22:28:33.341Zinfo: downloading installer
312026-07-01T22:28:34.949Zwarn: It looks like you have an existing rustup settings file at:
322026-07-01T22:28:34.949Zwarn: /home/build/.rustup/settings.toml
332026-07-01T22:28:34.949Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-01T22:28:34.949Zwarn: instead of the one inferred from the default host triple.
352026-07-01T22:28:34.961Zinfo: profile set to default
362026-07-01T22:28:34.961Zinfo: default host triple is x86_64-unknown-illumos
372026-07-01T22:28:34.964Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-01T22:28:35.125Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-01T22:28:35.130Zinfo: downloading 6 components
402026-07-01T22:28:50.429Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-01T22:28:50.429Z
422026-07-01T22:28:50.457Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-01T22:28:50.457Z
442026-07-01T22:28:50.457Z
452026-07-01T22:28:50.457ZRust is installed now. Great!
462026-07-01T22:28:50.457Z
472026-07-01T22:28:50.457ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-01T22:28:50.457Zenvironment variable. This has not been done automatically.
492026-07-01T22:28:50.457Z
502026-07-01T22:28:50.457ZTo configure your current shell, you need to source
512026-07-01T22:28:50.457Zthe corresponding env file under $HOME/.cargo.
522026-07-01T22:28:50.457Z
532026-07-01T22:28:50.457ZThis is usually done by running one of the following (note the leading DOT):
542026-07-01T22:28:50.461Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-01T22:28:50.461Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-01T22:28:50.461Zsource "~/.cargo/env.nu" # For nushell
572026-07-01T22:28:50.461Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-01T22:28:50.461Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-01T22:28:50.462Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-01T22:28:50.462Zwarn: no default linker (`cc`) was found in your PATH
612026-07-01T22:28:50.462Zwarn: many Rust crates require a system C toolchain to build
622026-07-01T22:28:50.562Z+ rustup --version
632026-07-01T22:28:50.568Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-01T22:28:50.571Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-01T22:28:50.589Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-01T22:28:50.592Z+ cargo --version
672026-07-01T22:28:50.601Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-01T22:28:50.604Z+ rustc --version
692026-07-01T22:28:50.624Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-01T22:28:50.628Zprocess exited: duration 17377 ms, exit code 0
 
712026-07-01T22:28:50.634Zstarting task 2: "authentication"
722026-07-01T22:28:50.656Zprocess exited: duration 21 ms, exit code 0
 
732026-07-01T22:28:50.663Zstarting task 3: "clone repository"
742026-07-01T22:28:50.668Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-01T22:28:50.671Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-01T22:28:50.703ZCloning into '/work/oxidecomputer/omicron'...
772026-07-01T22:29:02.054Z+ cd /work/oxidecomputer/omicron
782026-07-01T22:29:02.054Z+ git fetch origin 3b3963ee27d31ab7421626fcb057c63d6dafc38d
792026-07-01T22:29:02.054ZFrom https://github.com/oxidecomputer/omicron
802026-07-01T22:29:02.054Z * branch 3b3963ee27d31ab7421626fcb057c63d6dafc38d -> FETCH_HEAD
812026-07-01T22:29:02.054Z+ [[ -n '' ]]
822026-07-01T22:29:02.054Z+ git reset --hard 3b3963ee27d31ab7421626fcb057c63d6dafc38d
832026-07-01T22:29:02.054ZHEAD is now at 3b3963ee2 [spr] initial version
842026-07-01T22:29:02.054Zprocess exited: duration 10529 ms, exit code 0
 
852026-07-01T22:29:02.098Zstarting task 4: "build"
862026-07-01T22:29:02.106Z+ source .github/buildomat/ci-env.sh
872026-07-01T22:29:02.106Z++ export CARGO_TERM_COLOR=always
882026-07-01T22:29:02.106Z++ CARGO_TERM_COLOR=always
892026-07-01T22:29:02.106Z+ cargo --version
902026-07-01T22:29:02.121Zcargo 1.96.1 (356927216 2026-06-26)
912026-07-01T22:29:02.129Z+ rustc --version
922026-07-01T22:29:02.133Zrustc 1.96.1 (31fca3adb 2026-06-26)
932026-07-01T22:29:02.915Z+ WORK=/work
942026-07-01T22:29:02.915Z+ pfexec mkdir -p /work
952026-07-01T22:29:02.997Z+ pfexec chown build /work
962026-07-01T22:29:02.997Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972026-07-01T22:29:04.565Z Startup: Refreshing catalog 'helios' ... Done
982026-07-01T22:29:04.588Z Startup: Caching catalogs ... Done
992026-07-01T22:29:04.588ZPlanning: Solver setup ... Done (0.450s)
1002026-07-01T22:29:04.588ZPlanning: Running solver ... Done (0.027s)
1012026-07-01T22:29:04.588ZPlanning: Finding local manifests ... Done (0.003s)
1022026-07-01T22:29:04.588ZPlanning: Fetching manifests: 0/2 0% complete
1032026-07-01T22:29:04.588ZPlanning: Fetching manifests: 2/2 100% complete
1042026-07-01T22:29:04.588ZPlanning: Package planning ... Done (0.014s)
1052026-07-01T22:29:04.588ZPlanning: Merging actions ... Done (0.001s)
1062026-07-01T22:29:04.603ZPlanning: Checking for conflicting actions ... Done (0.164s)
1072026-07-01T22:29:04.607ZPlanning: Consolidating action changes ... Done (0.001s)
1082026-07-01T22:29:05.476ZPlanning: Evaluating mediators ... Done (0.872s)
1092026-07-01T22:29:05.478ZPlanning: Planning completed in 1.60 seconds
1102026-07-01T22:29:05.486Z Packages to install: 2
1112026-07-01T22:29:05.486Z Estimated space available: 156.06 GB
1122026-07-01T22:29:05.486ZEstimated space to be consumed: 30.98 MB
1132026-07-01T22:29:05.486Z Create boot environment: No
1142026-07-01T22:29:05.489ZCreate backup boot environment: No
1152026-07-01T22:29:05.489Z Rebuild boot archive: No
1162026-07-01T22:29:05.489Z
1172026-07-01T22:29:05.489ZChanged packages:
1182026-07-01T22:29:05.489Zhelios
1192026-07-01T22:29:05.489Z developer/build-essential
1202026-07-01T22:29:05.489Z None -> 11-3.0
1212026-07-01T22:29:05.489Z library/libxmlsec1
1222026-07-01T22:29:05.489Z None -> 1.2.35-3.0
1232026-07-01T22:29:05.511Z
1242026-07-01T22:29:05.511ZDownload: 0/214 items 0.0/1.3MB 0% complete
1252026-07-01T22:29:06.765ZDownload: Completed 1.28 MB in 1.25 seconds (1.0M/s)
1262026-07-01T22:29:06.850Z Actions: 1/268 actions (Installing new actions)
1272026-07-01T22:29:06.889Z Actions: Completed 268 actions in 0.04 seconds.
1282026-07-01T22:29:06.898ZFinalize: Updating package state database ... Done (0.010s)
1292026-07-01T22:29:06.899ZFinalize: Updating package cache ... Done (0.000s)
1302026-07-01T22:29:06.928ZFinalize: Updating image state ... Done (0.029s)
1312026-07-01T22:29:09.501ZFinalize: Creating fast lookup database ... Done (2.547s)
1322026-07-01T22:29:09.567ZFinalize: Reading search index ... Done (0.012s)
1332026-07-01T22:29:09.570ZFinalize: Updating search index ... Done (0.000s)
1342026-07-01T22:29:09.659ZFinalize: Updating package cache ... Done (0.000s)
1352026-07-01T22:29:09.981ZPlanning: Evaluating mediator changes ... Done
1362026-07-01T22:29:10.087ZPlanning: Checking for conflicting actions ... Done
1372026-07-01T22:29:10.090ZPlanning: Consolidating action changes ... Done
1382026-07-01T22:29:10.244ZPlanning: Evaluating mediators ... Done
1392026-07-01T22:29:10.246ZPlanning: Planning completed in 0.26 seconds
1402026-07-01T22:29:10.267Z Mediators to change: 2
1412026-07-01T22:29:10.267Z Create boot environment: No
1422026-07-01T22:29:10.267ZCreate backup boot environment: No
1432026-07-01T22:29:10.315ZFinalize: Updating package state database ... Done
1442026-07-01T22:29:10.315ZFinalize: Updating package cache ... Done
1452026-07-01T22:29:10.335ZFinalize: Updating image state ... Done
1462026-07-01T22:29:12.285ZFinalize: Creating fast lookup database ... Done
1472026-07-01T22:29:12.347ZFinalize: Reading search index ... Done
1482026-07-01T22:29:12.350ZFinalize: Updating search index ... Done
1492026-07-01T22:29:12.414ZFinalize: Updating package cache ... Done
1502026-07-01T22:29:12.703ZPlanning: Evaluating mediator changes ... Done
1512026-07-01T22:29:12.809ZPlanning: Checking for conflicting actions ... Done
1522026-07-01T22:29:12.812ZPlanning: Consolidating action changes ... Done
1532026-07-01T22:29:12.966ZPlanning: Evaluating mediators ... Done
1542026-07-01T22:29:12.970ZPlanning: Planning completed in 0.26 seconds
1552026-07-01T22:29:12.990Z Mediators to change: 1
1562026-07-01T22:29:12.990Z Create boot environment: No
1572026-07-01T22:29:12.990ZCreate backup boot environment: No
1582026-07-01T22:29:13.033ZFinalize: Updating package state database ... Done
1592026-07-01T22:29:13.033ZFinalize: Updating package cache ... Done
1602026-07-01T22:29:13.049ZFinalize: Updating image state ... Done
1612026-07-01T22:29:14.991ZFinalize: Creating fast lookup database ... Done
1622026-07-01T22:29:15.054ZFinalize: Reading search index ... Done
1632026-07-01T22:29:15.057ZFinalize: Updating search index ... Done
1642026-07-01T22:29:15.124ZFinalize: Updating package cache ... Done
1652026-07-01T22:29:15.440ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1662026-07-01T22:29:15.440Zapache system 2.4 system
1672026-07-01T22:29:15.440Zclang system 15 system
1682026-07-01T22:29:15.440Zcsh system system illumos
1692026-07-01T22:29:15.440Zctags system system illumos
1702026-07-01T22:29:15.440Zfile vendor vendor darwinsys
1712026-07-01T22:29:15.440Zfile system system illumos
1722026-07-01T22:29:15.440Zgcc vendor 14 vendor
1732026-07-01T22:29:15.440Zgcc system 13 system
1742026-07-01T22:29:15.440Zgcc system 10 system
1752026-07-01T22:29:15.440Zgo system 1.25 system
1762026-07-01T22:29:15.440Zllvm system 15 system
1772026-07-01T22:29:15.440Zmariadb system 11.4 system
1782026-07-01T22:29:15.440Zmta vendor vendor dma
1792026-07-01T22:29:15.440Zopenjdk system 17 system
1802026-07-01T22:29:15.440Zopenjdk system 11 system
1812026-07-01T22:29:15.440Zopenssl vendor 3 vendor
1822026-07-01T22:29:15.440Zperl system 5.40 system
1832026-07-01T22:29:15.440Zpostgresql system 18 system
1842026-07-01T22:29:15.440Zpostgresql system 17 system
1852026-07-01T22:29:15.440Zpython vendor 3 vendor
1862026-07-01T22:29:15.440Zpython system 2 system
1872026-07-01T22:29:15.440Zpython3 vendor 3.13 vendor
1882026-07-01T22:29:15.440Zruby system 3.4 system
1892026-07-01T22:29:15.440Zruby system 3.0 system
1902026-07-01T22:29:15.440Zwords vendor vendor american-english
1912026-07-01T22:29:15.440Zwords system system australian-english
1922026-07-01T22:29:15.440Zwords system system british-english
1932026-07-01T22:29:15.440Zwords system system canadian-english
1942026-07-01T22:29:15.440Zwords system system french
1952026-07-01T22:29:15.440Zwords system system italian
1962026-07-01T22:29:15.440Zwords system system ngerman
1972026-07-01T22:29:15.440Zwords system system ogerman
1982026-07-01T22:29:15.441Zwords system system spanish
1992026-07-01T22:29:15.698ZPUBLISHER TYPE STATUS P LOCATION
2002026-07-01T22:29:15.699Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2012026-07-01T22:29:16.004ZFMRI IFO
2022026-07-01T22:29:16.004Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2032026-07-01T22:29:16.004Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2042026-07-01T22:29:16.004Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2052026-07-01T22:29:16.004Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2062026-07-01T22:29:16.004Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2072026-07-01T22:29:16.004Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2082026-07-01T22:29:16.004Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2092026-07-01T22:29:16.005Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2102026-07-01T22:29:16.005Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2112026-07-01T22:29:16.259Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2122026-07-01T22:29:16.557Z Updating crates.io index
2132026-07-01T22:29:16.560Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2142026-07-01T22:29:16.802Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2152026-07-01T22:29:17.112Z Updating git repository `https://github.com/oxidecomputer/propolis`
2162026-07-01T22:29:18.035Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2172026-07-01T22:29:18.538Z Updating git repository `https://github.com/oxidecomputer/crucible`
2182026-07-01T22:29:20.083Z Updating git repository `https://github.com/oxidecomputer/opte`
2192026-07-01T22:29:20.845Z Updating git repository `https://github.com/oxidecomputer/tofino`
2202026-07-01T22:29:21.107Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-07-01T22:29:21.443Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2222026-07-01T22:29:22.472Z Updating git repository `https://github.com/oxidecomputer/clickward`
2232026-07-01T22:29:22.863Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2242026-07-01T22:29:23.185Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2252026-07-01T22:29:23.456Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2262026-07-01T22:29:23.919Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2272026-07-01T22:29:24.429Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2282026-07-01T22:29:24.687Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2292026-07-01T22:29:24.953Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2302026-07-01T22:29:25.245Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2312026-07-01T22:29:25.552Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2322026-07-01T22:29:25.776Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2332026-07-01T22:29:26.037Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2342026-07-01T22:29:26.299Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2352026-07-01T22:29:26.660Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2362026-07-01T22:29:27.026Z Updating git repository `https://github.com/oxidecomputer/erebor`
2372026-07-01T22:29:27.285Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2382026-07-01T22:29:27.714Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2392026-07-01T22:29:27.957Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2402026-07-01T22:29:28.457Z Updating git repository `https://github.com/oxidecomputer/ispf`
2412026-07-01T22:29:28.712Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-07-01T22:29:28.987Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2432026-07-01T22:29:29.344Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2442026-07-01T22:29:29.747Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2452026-07-01T22:29:29.987Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2462026-07-01T22:29:30.267Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2472026-07-01T22:29:30.535Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2482026-07-01T22:29:30.837Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2492026-07-01T22:29:31.126Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2502026-07-01T22:29:31.386Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2512026-07-01T22:29:31.667Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2522026-07-01T22:29:31.914Z Updating git repository `https://github.com/illumos/smf-rs`
2532026-07-01T22:29:34.666Z Downloading crates ...
2542026-07-01T22:29:34.728Z Downloaded heck v0.4.1
2552026-07-01T22:29:34.743Z Downloaded camino v1.2.2
2562026-07-01T22:29:34.743Z Downloaded anstream v1.0.0
2572026-07-01T22:29:34.743Z Downloaded zmij v1.0.21
2582026-07-01T22:29:34.743Z Downloaded cpufeatures v0.2.17
2592026-07-01T22:29:34.743Z Downloaded dof v0.3.0
2602026-07-01T22:29:34.743Z Downloaded clap_lex v1.0.0
2612026-07-01T22:29:34.743Z Downloaded fs-err v3.3.0
2622026-07-01T22:29:34.743Z Downloaded fastrand v2.3.0
2632026-07-01T22:29:34.743Z Downloaded errno v0.3.14
2642026-07-01T22:29:34.743Z Downloaded cfg-if v1.0.4
2652026-07-01T22:29:34.743Z Downloaded heck v0.5.0
2662026-07-01T22:29:34.743Z Downloaded equivalent v1.0.2
2672026-07-01T22:29:34.743Z Downloaded zerocopy-derive v0.7.35
2682026-07-01T22:29:34.744Z Downloaded getrandom v0.4.1
2692026-07-01T22:29:34.744Z Downloaded zerocopy v0.7.35
2702026-07-01T22:29:34.744Z Downloaded crypto-common v0.1.7
2712026-07-01T22:29:34.744Z Downloaded digest v0.10.7
2722026-07-01T22:29:34.744Z Downloaded camino-tempfile v1.4.1
2732026-07-01T22:29:34.744Z Downloaded anstyle-query v1.1.5
2742026-07-01T22:29:34.744Z Downloaded cargo_toml v0.21.0
2752026-07-01T22:29:34.764Z Downloaded is_terminal_polyfill v1.70.2
2762026-07-01T22:29:34.764Z Downloaded dtrace-parser v0.2.0
2772026-07-01T22:29:34.764Z Downloaded cargo-platform v0.3.2
2782026-07-01T22:29:34.764Z Downloaded colorchoice v1.0.4
2792026-07-01T22:29:34.764Z Downloaded autocfg v1.5.0
2802026-07-01T22:29:34.764Z Downloaded sha2 v0.10.9
2812026-07-01T22:29:34.764Z Downloaded fnv v1.0.7
2822026-07-01T22:29:34.790Z Downloaded itoa v1.0.17
2832026-07-01T22:29:34.790Z Downloaded generic-array v0.14.7
2842026-07-01T22:29:34.790Z Downloaded anstyle-parse v1.0.0
2852026-07-01T22:29:34.790Z Downloaded memmap v0.7.0
2862026-07-01T22:29:34.791Z Downloaded macaddr v1.0.1
2872026-07-01T22:29:34.791Z Downloaded version_check v0.9.5
2882026-07-01T22:29:34.791Z Downloaded once_cell v1.21.3
2892026-07-01T22:29:34.812Z Downloaded clap_derive v4.6.1
2902026-07-01T22:29:34.813Z Downloaded scroll v0.12.0
2912026-07-01T22:29:34.813Z Downloaded plain v0.2.3
2922026-07-01T22:29:34.813Z Downloaded toml_datetime v0.6.11
2932026-07-01T22:29:34.813Z Downloaded terminal_size v0.4.3
2942026-07-01T22:29:34.813Z Downloaded block-buffer v0.10.4
2952026-07-01T22:29:34.813Z Downloaded scroll_derive v0.12.1
2962026-07-01T22:29:34.813Z Downloaded pretty-hex v0.4.1
2972026-07-01T22:29:34.813Z Downloaded tabled_derive v0.7.0
2982026-07-01T22:29:34.813Z Downloaded toml_write v0.1.2
2992026-07-01T22:29:34.813Z Downloaded thread-id v4.2.2
3002026-07-01T22:29:34.814Z Downloaded smawk v0.3.2
3012026-07-01T22:29:34.814Z Downloaded proc-macro-error-attr v1.0.4
3022026-07-01T22:29:34.814Z Downloaded strsim v0.11.1
3032026-07-01T22:29:34.814Z Downloaded usdt-macro v0.5.0
3042026-07-01T22:29:34.814Z Downloaded usdt-attr-macro v0.5.0
3052026-07-01T22:29:34.836Z Downloaded unicode-linebreak v0.1.5
3062026-07-01T22:29:34.836Z Downloaded usdt v0.5.0
3072026-07-01T22:29:34.836Z Downloaded swrite v0.1.0
3082026-07-01T22:29:34.836Z Downloaded utf8parse v0.2.2
3092026-07-01T22:29:34.836Z Downloaded serde_spanned v0.6.9
3102026-07-01T22:29:34.836Z Downloaded byteorder v1.5.0
3112026-07-01T22:29:34.836Z Downloaded anstyle v1.0.14
3122026-07-01T22:29:34.836Z Downloaded clap v4.6.1
3132026-07-01T22:29:34.854Z Downloaded bytecount v0.6.9
3142026-07-01T22:29:34.855Z Downloaded cargo_metadata v0.23.1
3152026-07-01T22:29:34.895Z Downloaded usdt-impl v0.5.0
3162026-07-01T22:29:34.899Z Downloaded thiserror-impl v2.0.18
3172026-07-01T22:29:34.899Z Downloaded thiserror-impl v1.0.69
3182026-07-01T22:29:34.899Z Downloaded quote v1.0.45
3192026-07-01T22:29:34.899Z Downloaded thiserror v1.0.69
3202026-07-01T22:29:34.899Z Downloaded thiserror v2.0.18
3212026-07-01T22:29:34.927Z Downloaded pest_generator v2.8.6
3222026-07-01T22:29:34.927Z Downloaded proc-macro-error v1.0.4
3232026-07-01T22:29:34.927Z Downloaded anyhow v1.0.102
3242026-07-01T22:29:34.927Z Downloaded serde_tokenstream v0.2.3
3252026-07-01T22:29:34.927Z Downloaded semver v1.0.28
3262026-07-01T22:29:34.927Z Downloaded ucd-trie v0.1.7
3272026-07-01T22:29:34.927Z Downloaded papergrid v0.11.0
3282026-07-01T22:29:34.927Z Downloaded toml v0.8.23
3292026-07-01T22:29:34.927Z Downloaded indexmap v2.14.0
3302026-07-01T22:29:34.927Z Downloaded proc-macro2 v1.0.106
3312026-07-01T22:29:34.927Z Downloaded pest_derive v2.8.6
3322026-07-01T22:29:34.927Z Downloaded bitflags v2.11.0
3332026-07-01T22:29:34.935Z Downloaded textwrap v0.16.2
3342026-07-01T22:29:34.935Z Downloaded serde_core v1.0.228
3352026-07-01T22:29:34.935Z Downloaded tempfile v3.25.0
3362026-07-01T22:29:34.935Z Downloaded unicode-ident v1.0.24
3372026-07-01T22:29:34.935Z Downloaded log v0.4.29
3382026-07-01T22:29:34.941Z Downloaded serde_derive v1.0.228
3392026-07-01T22:29:34.941Z Downloaded pest_meta v2.8.6
3402026-07-01T22:29:34.949Z Downloaded serde v1.0.228
3412026-07-01T22:29:34.954Z Downloaded clap_builder v4.6.0
3422026-07-01T22:29:34.954Z Downloaded toml_edit v0.22.27
3432026-07-01T22:29:35.014Z Downloaded typenum v1.20.1
3442026-07-01T22:29:35.056Z Downloaded memchr v2.8.0
3452026-07-01T22:29:35.056Z Downloaded pest v2.8.6
3462026-07-01T22:29:35.056Z Downloaded hashbrown v0.17.0
3472026-07-01T22:29:35.056Z Downloaded serde_json v1.0.150
3482026-07-01T22:29:35.056Z Downloaded goblin v0.8.2
3492026-07-01T22:29:35.056Z Downloaded winnow v0.7.14
3502026-07-01T22:29:35.074Z Downloaded syn v1.0.109
3512026-07-01T22:29:35.074Z Downloaded tabled v0.15.0
3522026-07-01T22:29:35.074Z Downloaded unicode-width v0.2.0
3532026-07-01T22:29:35.074Z Downloaded syn v2.0.117
3542026-07-01T22:29:35.082Z Downloaded unicode-width v0.1.14
3552026-07-01T22:29:35.083Z Downloaded rustix v1.1.3
3562026-07-01T22:29:35.112Z Downloaded libc v0.2.185
3572026-07-01T22:29:35.173Z Compiling proc-macro2 v1.0.106
3582026-07-01T22:29:35.173Z Compiling unicode-ident v1.0.24
3592026-07-01T22:29:35.173Z Compiling quote v1.0.45
3602026-07-01T22:29:35.173Z Compiling serde_core v1.0.228
3612026-07-01T22:29:35.185Z Compiling libc v0.2.185
3622026-07-01T22:29:35.185Z Compiling version_check v0.9.5
3632026-07-01T22:29:35.185Z Compiling memchr v2.8.0
3642026-07-01T22:29:35.185Z Compiling serde v1.0.228
3652026-07-01T22:29:35.186Z Compiling zmij v1.0.21
3662026-07-01T22:29:35.186Z Compiling thiserror v1.0.69
3672026-07-01T22:29:35.357Z Compiling ucd-trie v0.1.7
3682026-07-01T22:29:35.385Z Compiling itoa v1.0.17
3692026-07-01T22:29:35.385Z Compiling rustix v1.1.3
3702026-07-01T22:29:35.385Z Compiling byteorder v1.5.0
3712026-07-01T22:29:35.594Z Compiling serde_json v1.0.150
3722026-07-01T22:29:35.702Z Compiling bitflags v2.11.0
3732026-07-01T22:29:35.794Z Compiling camino v1.2.2
3742026-07-01T22:29:35.828Z Compiling syn v1.0.109
3752026-07-01T22:29:35.952Z Compiling usdt-impl v0.5.0
3762026-07-01T22:29:35.955Z Compiling proc-macro-error-attr v1.0.4
3772026-07-01T22:29:35.967Z Compiling proc-macro-error v1.0.4
3782026-07-01T22:29:36.066Z Compiling pest v2.8.6
3792026-07-01T22:29:36.069Z Compiling getrandom v0.4.1
3802026-07-01T22:29:36.189Z Compiling plain v0.2.3
3812026-07-01T22:29:36.243Z Compiling equivalent v1.0.2
3822026-07-01T22:29:36.258Z Compiling utf8parse v0.2.2
3832026-07-01T22:29:36.294Z Compiling log v0.4.29
3842026-07-01T22:29:36.297Z Compiling hashbrown v0.17.0
3852026-07-01T22:29:36.344Z Compiling toml_write v0.1.2
3862026-07-01T22:29:36.397Z Compiling errno v0.3.14
3872026-07-01T22:29:36.400Z Compiling thread-id v4.2.2
3882026-07-01T22:29:36.400Z Compiling anstyle-parse v1.0.0
3892026-07-01T22:29:36.469Z Compiling winnow v0.7.14
3902026-07-01T22:29:36.484Z Compiling cfg-if v1.0.4
3912026-07-01T22:29:36.491Z Compiling thiserror v2.0.18
3922026-07-01T22:29:36.513Z Compiling anstyle v1.0.14
3932026-07-01T22:29:36.531Z Compiling colorchoice v1.0.4
3942026-07-01T22:29:36.596Z Compiling autocfg v1.5.0
3952026-07-01T22:29:36.612Z Compiling pretty-hex v0.4.1
3962026-07-01T22:29:36.636Z Compiling is_terminal_polyfill v1.70.2
3972026-07-01T22:29:36.639Z Compiling anstyle-query v1.1.5
3982026-07-01T22:29:36.770Z Compiling anstream v1.0.0
3992026-07-01T22:29:36.793Z Compiling syn v2.0.117
4002026-07-01T22:29:36.807Z Compiling bytecount v0.6.9
4012026-07-01T22:29:36.840Z Compiling indexmap v2.14.0
4022026-07-01T22:29:36.859Z Compiling fnv v1.0.7
4032026-07-01T22:29:36.879Z Compiling heck v0.4.1
4042026-07-01T22:29:36.899Z Compiling unicode-width v0.1.14
4052026-07-01T22:29:36.959Z Compiling fastrand v2.3.0
4062026-07-01T22:29:36.987Z Compiling once_cell v1.21.3
4072026-07-01T22:29:37.093Z Compiling fs-err v3.3.0
4082026-07-01T22:29:37.104Z Compiling heck v0.5.0
4092026-07-01T22:29:37.133Z Compiling pest_meta v2.8.6
4102026-07-01T22:29:37.150Z Compiling strsim v0.11.1
4112026-07-01T22:29:37.225Z Compiling anyhow v1.0.102
4122026-07-01T22:29:37.249Z Compiling clap_lex v1.0.0
4132026-07-01T22:29:37.252Z Compiling papergrid v0.11.0
4142026-07-01T22:29:37.360Z Compiling memmap v0.7.0
4152026-07-01T22:29:37.380Z Compiling unicode-width v0.2.0
4162026-07-01T22:29:37.392Z Compiling smawk v0.3.2
4172026-07-01T22:29:37.446Z Compiling terminal_size v0.4.3
4182026-07-01T22:29:37.490Z Compiling tempfile v3.25.0
4192026-07-01T22:29:37.530Z Compiling unicode-linebreak v0.1.5
4202026-07-01T22:29:37.562Z Compiling clap_builder v4.6.0
4212026-07-01T22:29:37.566Z Compiling swrite v0.1.0
4222026-07-01T22:29:37.694Z Compiling semver v1.0.28
4232026-07-01T22:29:37.714Z Compiling cargo-platform v0.3.2
4242026-07-01T22:29:37.777Z Compiling textwrap v0.16.2
4252026-07-01T22:29:37.983Z Compiling camino-tempfile v1.4.1
4262026-07-01T22:29:38.370Z Compiling tabled_derive v0.7.0
4272026-07-01T22:29:38.933Z Compiling pest_generator v2.8.6
4282026-07-01T22:29:39.029Z Compiling tabled v0.15.0
4292026-07-01T22:29:39.429Z Compiling serde_derive v1.0.228
4302026-07-01T22:29:39.436Z Compiling thiserror-impl v1.0.69
4312026-07-01T22:29:39.436Z Compiling zerocopy-derive v0.7.35
4322026-07-01T22:29:39.436Z Compiling scroll_derive v0.12.1
4332026-07-01T22:29:39.436Z Compiling thiserror-impl v2.0.18
4342026-07-01T22:29:39.436Z Compiling clap_derive v4.6.1
4352026-07-01T22:29:39.524Z Compiling pest_derive v2.8.6
4362026-07-01T22:29:40.091Z Compiling scroll v0.12.0
4372026-07-01T22:29:40.158Z Compiling zerocopy v0.7.35
4382026-07-01T22:29:40.302Z Compiling goblin v0.8.2
4392026-07-01T22:29:40.471Z Compiling dtrace-parser v0.2.0
4402026-07-01T22:29:40.829Z Compiling clap v4.6.1
4412026-07-01T22:29:41.914Z Compiling dof v0.3.0
4422026-07-01T22:29:41.914Z Compiling serde_tokenstream v0.2.3
4432026-07-01T22:29:41.930Z Compiling serde_spanned v0.6.9
4442026-07-01T22:29:41.933Z Compiling toml_datetime v0.6.11
4452026-07-01T22:29:41.933Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4462026-07-01T22:29:41.944Z Compiling macaddr v1.0.1
4472026-07-01T22:29:41.947Z Compiling cargo_metadata v0.23.1
4482026-07-01T22:29:42.164Z Compiling toml_edit v0.22.27
4492026-07-01T22:29:42.572Z Compiling usdt-macro v0.5.0
4502026-07-01T22:29:42.574Z Compiling usdt-attr-macro v0.5.0
4512026-07-01T22:29:43.217Z Compiling usdt v0.5.0
4522026-07-01T22:29:43.404Z Compiling toml v0.8.23
4532026-07-01T22:29:43.721Z Compiling cargo_toml v0.21.0
4542026-07-01T22:29:45.002Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4552026-07-01T22:29:46.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.89s
4562026-07-01T22:29:47.212Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4572026-07-01T22:29:47.704Z Downloading crates ...
4582026-07-01T22:29:47.791Z Downloaded adler2 v2.0.1
4592026-07-01T22:29:47.795Z Downloaded async-recursion v1.1.1
4602026-07-01T22:29:47.799Z Downloaded arrayref v0.3.9
4612026-07-01T22:29:47.802Z Downloaded aead v0.5.2
4622026-07-01T22:29:47.802Z Downloaded ascii-canvas v3.0.0
4632026-07-01T22:29:47.805Z Downloaded array-init v0.0.4
4642026-07-01T22:29:47.808Z Downloaded async-stream v0.3.6
4652026-07-01T22:29:47.808Z Downloaded bcrypt-pbkdf v0.11.0
4662026-07-01T22:29:47.811Z Downloaded atomic-waker v1.1.2
4672026-07-01T22:29:47.815Z Downloaded async-bb8-diesel v0.2.1
4682026-07-01T22:29:47.818Z Downloaded argon2 v0.5.3
4692026-07-01T22:29:47.821Z Downloaded critical-section v1.2.0
4702026-07-01T22:29:47.821Z Downloaded cassowary v0.3.0
4712026-07-01T22:29:47.824Z Downloaded crc8 v0.1.1
4722026-07-01T22:29:47.824Z Downloaded crc v3.4.0
4732026-07-01T22:29:47.824Z Downloaded bit-vec v0.8.0
4742026-07-01T22:29:47.834Z Downloaded derive_more-impl v2.1.1
4752026-07-01T22:29:47.837Z Downloaded darling_macro v0.13.4
4762026-07-01T22:29:47.837Z Downloaded ctr v0.10.1
4772026-07-01T22:29:47.840Z Downloaded bb8 v0.8.6
4782026-07-01T22:29:47.840Z Downloaded base16ct v0.2.0
4792026-07-01T22:29:47.844Z Downloaded bumpalo v3.20.2
4802026-07-01T22:29:47.844Z Downloaded crossbeam-channel v0.5.15
4812026-07-01T22:29:47.847Z Downloaded darling v0.20.11
4822026-07-01T22:29:47.847Z Downloaded arrayvec v0.7.6
4832026-07-01T22:29:47.851Z Downloaded crc32fast v1.5.0
4842026-07-01T22:29:47.851Z Downloaded bit-vec v0.6.3
4852026-07-01T22:29:47.854Z Downloaded darling_core v0.21.3
4862026-07-01T22:29:47.857Z Downloaded atomicwrites v0.4.4
4872026-07-01T22:29:47.857Z Downloaded async-stream-impl v0.3.6
4882026-07-01T22:29:47.857Z Downloaded bitfield-macros v0.19.4
4892026-07-01T22:29:47.857Z Downloaded crucible-workspace-hack v0.1.0
4902026-07-01T22:29:47.860Z Downloaded bitflags v1.3.2
4912026-07-01T22:29:47.860Z Downloaded defmt v0.3.100
4922026-07-01T22:29:47.866Z Downloaded csv-core v0.1.13
4932026-07-01T22:29:47.866Z Downloaded bitfield-struct v0.6.2
4942026-07-01T22:29:47.866Z Downloaded base16ct v1.0.0
4952026-07-01T22:29:47.866Z Downloaded crossterm v0.29.0
4962026-07-01T22:29:47.871Z Downloaded cpufeatures v0.3.0
4972026-07-01T22:29:47.871Z Downloaded blake2 v0.10.6
4982026-07-01T22:29:47.871Z Downloaded corncobs v0.1.4
4992026-07-01T22:29:47.874Z Downloaded aead v0.6.1
5002026-07-01T22:29:47.874Z Downloaded atty v0.2.14
5012026-07-01T22:29:47.874Z Downloaded anstream v0.6.21
5022026-07-01T22:29:47.877Z Downloaded defmt-parser v1.0.0
5032026-07-01T22:29:47.877Z Downloaded debug-ignore v1.0.5
5042026-07-01T22:29:47.877Z Downloaded crc-catalog v2.4.0
5052026-07-01T22:29:47.879Z Downloaded darling_macro v0.20.11
5062026-07-01T22:29:47.879Z Downloaded assert_matches v1.5.0
5072026-07-01T22:29:47.879Z Downloaded darling v0.21.3
5082026-07-01T22:29:47.882Z Downloaded bit-set v0.5.3
5092026-07-01T22:29:47.885Z Downloaded cpubits v0.1.1
5102026-07-01T22:29:47.885Z Downloaded ciborium-ll v0.2.2
5112026-07-01T22:29:47.885Z Downloaded bit-set v0.8.0
5122026-07-01T22:29:47.890Z Downloaded dropshot-api-manager-types v0.7.2
5132026-07-01T22:29:47.894Z Downloaded darling_macro v0.23.0
5142026-07-01T22:29:47.894Z Downloaded cstr-argument v0.1.2
5152026-07-01T22:29:47.897Z Downloaded ctutils v0.4.2
5162026-07-01T22:29:47.900Z Downloaded daft v0.1.7
5172026-07-01T22:29:47.900Z Downloaded bitfield v0.19.4
5182026-07-01T22:29:47.906Z Downloaded dof v0.4.0
5192026-07-01T22:29:47.906Z Downloaded document-features v0.2.12
5202026-07-01T22:29:47.906Z Downloaded block-padding v0.4.2
5212026-07-01T22:29:47.906Z Downloaded dunce v1.0.5
5222026-07-01T22:29:47.906Z Downloaded curve25519-dalek-derive v0.1.1
5232026-07-01T22:29:47.909Z Downloaded crypto-common v0.2.2
5242026-07-01T22:29:47.912Z Downloaded cfg_aliases v0.2.1
5252026-07-01T22:29:47.915Z Downloaded dyn-clone v1.0.20
5262026-07-01T22:29:47.918Z Downloaded castaway v0.2.4
5272026-07-01T22:29:47.918Z Downloaded embedded-io v0.6.1
5282026-07-01T22:29:47.918Z Downloaded crunchy v0.2.4
5292026-07-01T22:29:47.921Z Downloaded display-error-chain v0.2.2
5302026-07-01T22:29:47.928Z Downloaded dirs-next v2.0.0
5312026-07-01T22:29:47.931Z Downloaded env_filter v1.0.0
5322026-07-01T22:29:47.931Z Downloaded dsl_auto_type v0.2.0
5332026-07-01T22:29:47.931Z Downloaded dirs-sys-next v0.1.2
5342026-07-01T22:29:47.932Z Downloaded block-buffer v0.12.1
5352026-07-01T22:29:47.934Z Downloaded cfg_aliases v0.1.1
5362026-07-01T22:29:47.934Z Downloaded endian-type v0.1.2
5372026-07-01T22:29:47.940Z Downloaded ciborium-io v0.2.2
5382026-07-01T22:29:47.940Z Downloaded diesel_table_macro_syntax v0.3.0
5392026-07-01T22:29:47.940Z Downloaded darling_macro v0.21.3
5402026-07-01T22:29:47.943Z Downloaded convert_case v0.4.0
5412026-07-01T22:29:47.943Z Downloaded defmt-macros v1.0.1
5422026-07-01T22:29:47.947Z Downloaded defmt v1.0.1
5432026-07-01T22:29:47.947Z Downloaded data-encoding v2.10.0
5442026-07-01T22:29:47.950Z Downloaded convert_case v0.10.0
5452026-07-01T22:29:47.950Z Downloaded embedded-io v0.4.0
5462026-07-01T22:29:47.950Z Downloaded foreign-types v0.3.2
5472026-07-01T22:29:47.953Z Downloaded downcast-rs v2.0.2
5482026-07-01T22:29:47.953Z Downloaded derive_builder_macro v0.20.2
5492026-07-01T22:29:47.953Z Downloaded base64ct v1.8.3
5502026-07-01T22:29:47.956Z Downloaded crc-any v2.5.0
5512026-07-01T22:29:47.956Z Downloaded daft-derive v0.1.7
5522026-07-01T22:29:47.959Z Downloaded ed25519 v2.2.3
5532026-07-01T22:29:47.959Z Downloaded difflib v0.4.0
5542026-07-01T22:29:47.959Z Downloaded compression-core v0.4.31
5552026-07-01T22:29:47.962Z Downloaded async-trait v0.1.89
5562026-07-01T22:29:47.962Z Downloaded enum-as-inner v0.6.1
5572026-07-01T22:29:47.969Z Downloaded futures-io v0.3.32
5582026-07-01T22:29:47.972Z Downloaded fxhash v0.2.1
5592026-07-01T22:29:47.972Z Downloaded flagset v0.4.7
5602026-07-01T22:29:47.972Z Downloaded futures-macro v0.3.32
5612026-07-01T22:29:47.976Z Downloaded foreign-types-shared v0.1.1
5622026-07-01T22:29:47.976Z Downloaded enum_dispatch v0.3.13
5632026-07-01T22:29:47.976Z Downloaded gethostname v0.5.0
5642026-07-01T22:29:47.979Z Downloaded futures-core v0.3.32
5652026-07-01T22:29:47.979Z Downloaded git-stub v1.0.0
5662026-07-01T22:29:47.979Z Downloaded fd-lock v4.0.4
5672026-07-01T22:29:47.982Z Downloaded ghash v0.6.0
5682026-07-01T22:29:47.982Z Downloaded byte-wrapper v0.1.0
5692026-07-01T22:29:47.983Z Downloaded darling v0.13.4
5702026-07-01T22:29:47.986Z Downloaded bcs v0.1.6
5712026-07-01T22:29:47.986Z Downloaded argon2 v0.6.0-rc.8
5722026-07-01T22:29:47.989Z Downloaded float-cmp v0.10.0
5732026-07-01T22:29:47.989Z Downloaded form_urlencoded v1.2.2
5742026-07-01T22:29:47.989Z Downloaded foreign-types-shared v0.3.1
5752026-07-01T22:29:47.994Z Downloaded foreign-types-macros v0.2.3
5762026-07-01T22:29:47.994Z Downloaded either v1.15.0
5772026-07-01T22:29:47.994Z Downloaded ecdsa v0.16.9
5782026-07-01T22:29:47.995Z Downloaded foreign-types v0.5.0
5792026-07-01T22:29:47.995Z Downloaded ff v0.13.1
5802026-07-01T22:29:47.995Z Downloaded fixedbitset v0.4.2
5812026-07-01T22:29:47.998Z Downloaded futures-task v0.3.32
5822026-07-01T22:29:47.998Z Downloaded futures-sink v0.3.32
5832026-07-01T22:29:47.998Z Downloaded displaydoc v0.2.5
5842026-07-01T22:29:48.003Z Downloaded ed25519 v3.0.0
5852026-07-01T22:29:48.003Z Downloaded derive-ex v0.1.8
5862026-07-01T22:29:48.003Z Downloaded delegate v0.13.5
5872026-07-01T22:29:48.006Z Downloaded derive_builder_core v0.20.2
5882026-07-01T22:29:48.006Z Downloaded globwalk v0.9.1
5892026-07-01T22:29:48.006Z Downloaded cobs v0.3.0
5902026-07-01T22:29:48.006Z Downloaded cbc v0.2.1
5912026-07-01T22:29:48.011Z Downloaded deranged v0.5.8
5922026-07-01T22:29:48.012Z Downloaded cmake v0.1.57
5932026-07-01T22:29:48.012Z Downloaded cexpr v0.6.0
5942026-07-01T22:29:48.015Z Downloaded digest v0.11.3
5952026-07-01T22:29:48.015Z Downloaded anstyle-parse v0.2.7
5962026-07-01T22:29:48.015Z Downloaded cmov v0.5.4
5972026-07-01T22:29:48.015Z Downloaded funty v2.0.0
5982026-07-01T22:29:48.018Z Downloaded backoff v0.4.0
5992026-07-01T22:29:48.018Z Downloaded hash32 v0.3.1
6002026-07-01T22:29:48.018Z Downloaded constant_time_eq v0.4.2
6012026-07-01T22:29:48.022Z Downloaded compression-codecs v0.4.37
6022026-07-01T22:29:48.022Z Downloaded darling_core v0.13.4
6032026-07-01T22:29:48.025Z Downloaded headers-core v0.3.0
6042026-07-01T22:29:48.025Z Downloaded camino-tempfile-ext v0.3.3
6052026-07-01T22:29:48.028Z Downloaded buf-list v1.1.2
6062026-07-01T22:29:48.028Z Downloaded base64 v0.22.1
6072026-07-01T22:29:48.032Z Downloaded hex v0.4.3
6082026-07-01T22:29:48.032Z Downloaded ff v0.14.0
6092026-07-01T22:29:48.035Z Downloaded const_format_proc_macros v0.2.34
6102026-07-01T22:29:48.035Z Downloaded allocator-api2 v0.2.21
6112026-07-01T22:29:48.039Z Downloaded blowfish v0.10.0
6122026-07-01T22:29:48.039Z Downloaded chacha20 v0.9.1
6132026-07-01T22:29:48.039Z Downloaded futures-executor v0.3.32
6142026-07-01T22:29:48.043Z Downloaded fallible-iterator v0.2.0
6152026-07-01T22:29:48.043Z Downloaded fs_extra v1.3.0
6162026-07-01T22:29:48.043Z Downloaded diesel-dtrace v0.5.0
6172026-07-01T22:29:48.046Z Downloaded cipher v0.4.4
6182026-07-01T22:29:48.046Z Downloaded hash32 v0.2.1
6192026-07-01T22:29:48.046Z Downloaded colored v3.1.1
6202026-07-01T22:29:48.050Z Downloaded hostname v0.4.2
6212026-07-01T22:29:48.050Z Downloaded httpdate v1.0.3
6222026-07-01T22:29:48.050Z Downloaded hostname v0.3.1
6232026-07-01T22:29:48.053Z Downloaded home v0.5.12
6242026-07-01T22:29:48.053Z Downloaded ahash v0.8.12
6252026-07-01T22:29:48.053Z Downloaded hubpack_derive v0.1.1
6262026-07-01T22:29:48.053Z Downloaded ar_archive_writer v0.5.1
6272026-07-01T22:29:48.056Z Downloaded diff v0.1.13
6282026-07-01T22:29:48.060Z Downloaded hex-literal v1.1.0
6292026-07-01T22:29:48.060Z Downloaded dtrace-parser v0.3.0
6302026-07-01T22:29:48.060Z Downloaded ena v0.14.4
6312026-07-01T22:29:48.063Z Downloaded ecdsa v0.17.0-rc.18
6322026-07-01T22:29:48.063Z Downloaded crossbeam-utils v0.8.21
6332026-07-01T22:29:48.067Z Downloaded fs-err v2.11.0
6342026-07-01T22:29:48.067Z Downloaded foldhash v0.2.0
6352026-07-01T22:29:48.070Z Downloaded http-range v0.1.5
6362026-07-01T22:29:48.070Z Downloaded crossbeam-deque v0.8.6
6372026-07-01T22:29:48.070Z Downloaded derive_builder v0.20.2
6382026-07-01T22:29:48.073Z Downloaded drift v0.2.0
6392026-07-01T22:29:48.078Z Downloaded hubpack v0.1.2
6402026-07-01T22:29:48.081Z Downloaded http-body v1.0.1
6412026-07-01T22:29:48.081Z Downloaded group v0.13.0
6422026-07-01T22:29:48.081Z Downloaded git-stub-vcs v0.1.0
6432026-07-01T22:29:48.085Z Downloaded ciborium v0.2.2
6442026-07-01T22:29:48.085Z Downloaded chacha20 v0.10.0
6452026-07-01T22:29:48.088Z Downloaded bzip2 v0.6.1
6462026-07-01T22:29:48.088Z Downloaded console v0.16.2
6472026-07-01T22:29:48.088Z Downloaded bzip2 v0.4.4
6482026-07-01T22:29:48.091Z Downloaded hyper-tls v0.6.0
6492026-07-01T22:29:48.091Z Downloaded backon v1.6.0
6502026-07-01T22:29:48.096Z Downloaded cipher v0.5.2
6512026-07-01T22:29:48.096Z Downloaded console v0.15.11
6522026-07-01T22:29:48.099Z Downloaded illumos-nvpair v0.3.0
6532026-07-01T22:29:48.099Z Downloaded darling v0.23.0
6542026-07-01T22:29:48.099Z Downloaded inout v0.1.4
6552026-07-01T22:29:48.102Z Downloaded illumos-nvpair-sys v0.2.0
6562026-07-01T22:29:48.102Z Downloaded erased-serde v0.3.31
6572026-07-01T22:29:48.106Z Downloaded const-oid v0.9.6
6582026-07-01T22:29:48.106Z Downloaded float-ord v0.3.2
6592026-07-01T22:29:48.106Z Downloaded fixedbitset v0.5.7
6602026-07-01T22:29:48.106Z Downloaded cookie_store v0.22.1
6612026-07-01T22:29:48.109Z Downloaded group v0.14.0
6622026-07-01T22:29:48.109Z Downloaded foldhash v0.1.5
6632026-07-01T22:29:48.113Z Downloaded der_derive v0.7.3
6642026-07-01T22:29:48.113Z Downloaded ident_case v1.0.1
6652026-07-01T22:29:48.113Z Downloaded glob v0.3.3
6662026-07-01T22:29:48.113Z Downloaded getrandom v0.2.17
6672026-07-01T22:29:48.117Z Downloaded find-msvc-tools v0.1.9
6682026-07-01T22:29:48.117Z Downloaded inout v0.2.2
6692026-07-01T22:29:48.121Z Downloaded internet-checksum v0.2.1
6702026-07-01T22:29:48.121Z Downloaded indoc v1.0.9
6712026-07-01T22:29:48.121Z Downloaded cookie v0.18.1
6722026-07-01T22:29:48.125Z Downloaded blake2 v0.11.0-rc.6
6732026-07-01T22:29:48.125Z Downloaded is-terminal v0.4.17
6742026-07-01T22:29:48.125Z Downloaded instant v0.1.13
6752026-07-01T22:29:48.125Z Downloaded clang-sys v1.8.1
6762026-07-01T22:29:48.129Z Downloaded filetime v0.2.27
6772026-07-01T22:29:48.129Z Downloaded env_logger v0.11.9
6782026-07-01T22:29:48.157Z Downloaded indent_write v2.2.0
6792026-07-01T22:29:48.157Z Downloaded instability v0.3.11
6802026-07-01T22:29:48.157Z Downloaded is_ci v1.2.0
6812026-07-01T22:29:48.157Z Downloaded humantime v2.3.0
6822026-07-01T22:29:48.158Z Downloaded derive_more v0.99.20
6832026-07-01T22:29:48.158Z Downloaded dropshot_endpoint v0.17.1
6842026-07-01T22:29:48.158Z Downloaded highway v1.3.0
6852026-07-01T22:29:48.158Z Downloaded kstat-rs v0.2.4
6862026-07-01T22:29:48.158Z Downloaded elliptic-curve v0.14.0-rc.33
6872026-07-01T22:29:48.158Z Downloaded futures-channel v0.3.32
6882026-07-01T22:29:48.158Z Downloaded crossbeam-epoch v0.9.18
6892026-07-01T22:29:48.158Z Downloaded globset v0.4.18
6902026-07-01T22:29:48.158Z Downloaded derive-where v1.6.0
6912026-07-01T22:29:48.158Z Downloaded keccak v0.1.6
6922026-07-01T22:29:48.158Z Downloaded lazy_static v1.5.0
6932026-07-01T22:29:48.158Z Downloaded http-body-util v0.1.3
6942026-07-01T22:29:48.158Z Downloaded crypto-bigint v0.5.5
6952026-07-01T22:29:48.164Z Downloaded hyper-staticfile v0.10.1
6962026-07-01T22:29:48.164Z Downloaded lalrpop-util v0.19.12
6972026-07-01T22:29:48.164Z Downloaded half v1.8.3
6982026-07-01T22:29:48.164Z Downloaded libscf-sys v1.1.0
6992026-07-01T22:29:48.164Z Downloaded const-oid v0.10.2
7002026-07-01T22:29:48.164Z Downloaded colored v2.2.0
7012026-07-01T22:29:48.168Z Downloaded cancel-safe-futures v0.1.5
7022026-07-01T22:29:48.168Z Downloaded lru-slab v0.1.2
7032026-07-01T22:29:48.173Z Downloaded lru-cache v0.1.2
7042026-07-01T22:29:48.173Z Downloaded base64 v0.21.7
7052026-07-01T22:29:48.173Z Downloaded lru v0.12.5
7062026-07-01T22:29:48.183Z Downloaded maybe-uninit v2.0.0
7072026-07-01T22:29:48.183Z Downloaded managed v0.8.0
7082026-07-01T22:29:48.183Z Downloaded lzss v0.8.2
7092026-07-01T22:29:48.183Z Downloaded kem v0.3.0
7102026-07-01T22:29:48.187Z Downloaded linked-hash-map v0.5.6
7112026-07-01T22:29:48.187Z Downloaded getrandom v0.3.4
7122026-07-01T22:29:48.192Z Downloaded hmac v0.13.0
7132026-07-01T22:29:48.192Z Downloaded match_cfg v0.1.0
7142026-07-01T22:29:48.196Z Downloaded new_debug_unreachable v1.0.6
7152026-07-01T22:29:48.196Z Downloaded mime v0.3.17
7162026-07-01T22:29:48.196Z Downloaded memoffset v0.9.1
7172026-07-01T22:29:48.196Z Downloaded impl-trait-for-tuples v0.2.3
7182026-07-01T22:29:48.200Z Downloaded ipnetwork v0.21.1
7192026-07-01T22:29:48.201Z Downloaded md5 v0.8.0
7202026-07-01T22:29:48.201Z Downloaded ipnet v2.11.0
7212026-07-01T22:29:48.201Z Downloaded httparse v1.10.1
7222026-07-01T22:29:48.204Z Downloaded hybrid-array v0.4.13
7232026-07-01T22:29:48.204Z Downloaded elliptic-curve v0.13.8
7242026-07-01T22:29:48.207Z Downloaded darling_core v0.20.11
7252026-07-01T22:29:48.210Z Downloaded idna_adapter v1.2.1
7262026-07-01T22:29:48.210Z Downloaded jobserver v0.1.34
7272026-07-01T22:29:48.214Z Downloaded nonempty v0.12.0
7282026-07-01T22:29:48.217Z Downloaded ingot-types v0.1.2
7292026-07-01T22:29:48.217Z Downloaded multimap v0.10.1
7302026-07-01T22:29:48.220Z Downloaded indoc v2.0.7
7312026-07-01T22:29:48.220Z Downloaded num-conv v0.2.0
7322026-07-01T22:29:48.220Z Downloaded num-iter v0.1.45
7332026-07-01T22:29:48.224Z Downloaded num-derive v0.4.2
7342026-07-01T22:29:48.224Z Downloaded num_enum_derive v0.5.11
7352026-07-01T22:29:48.224Z Downloaded nibble_vec v0.1.0
7362026-07-01T22:29:48.227Z Downloaded hmac v0.12.1
7372026-07-01T22:29:48.227Z Downloaded libloading v0.8.9
7382026-07-01T22:29:48.230Z Downloaded libsw-core v0.3.2
7392026-07-01T22:29:48.230Z Downloaded libsw v3.5.0
7402026-07-01T22:29:48.230Z Downloaded newtype_derive v0.1.6
7412026-07-01T22:29:48.233Z Downloaded newtype-uuid-macros v0.1.0
7422026-07-01T22:29:48.233Z Downloaded newline-converter v0.3.0
7432026-07-01T22:29:48.234Z Downloaded generic-array v1.4.3
7442026-07-01T22:29:48.237Z Downloaded keccak v0.2.0
7452026-07-01T22:29:48.237Z Downloaded crossterm v0.28.1
7462026-07-01T22:29:48.240Z Downloaded libefi-sys v0.1.0
7472026-07-01T22:29:48.243Z Downloaded num v0.4.3
7482026-07-01T22:29:48.246Z Downloaded num-derive v0.3.3
7492026-07-01T22:29:48.246Z Downloaded md-5 v0.10.6
7502026-07-01T22:29:48.250Z Downloaded openssl-probe v0.1.6
7512026-07-01T22:29:48.250Z Downloaded lock_api v0.4.14
7522026-07-01T22:29:48.250Z Downloaded openssl-macros v0.1.1
7532026-07-01T22:29:48.253Z Downloaded opaque-debug v0.3.1
7542026-07-01T22:29:48.258Z Downloaded num_threads v0.1.7
7552026-07-01T22:29:48.258Z Downloaded module-lattice v0.2.3
7562026-07-01T22:29:48.258Z Downloaded chacha20poly1305 v0.10.1
7572026-07-01T22:29:48.266Z Downloaded hyper-rustls v0.27.7
7582026-07-01T22:29:48.270Z Downloaded maplit v1.0.2
7592026-07-01T22:29:48.273Z Downloaded linear-map v1.2.0
7602026-07-01T22:29:48.276Z Downloaded openssl-probe v0.2.1
7612026-07-01T22:29:48.276Z Downloaded ingot v0.1.1
7622026-07-01T22:29:48.292Z Downloaded der v0.7.10
7632026-07-01T22:29:48.298Z Downloaded oso-derive v0.27.3
7642026-07-01T22:29:48.298Z Downloaded parse-size v1.1.0
7652026-07-01T22:29:48.298Z Downloaded arc-swap v1.8.2
7662026-07-01T22:29:48.298Z Downloaded nanorand v0.7.0
7672026-07-01T22:29:48.301Z Downloaded half v2.7.1
7682026-07-01T22:29:48.301Z Downloaded bytes v1.11.1
7692026-07-01T22:29:48.305Z Downloaded ed25519-dalek v2.2.0
7702026-07-01T22:29:48.316Z Downloaded native-tls v0.2.18
7712026-07-01T22:29:48.316Z Downloaded multer v3.1.0
7722026-07-01T22:29:48.316Z Downloaded icu_properties v2.1.2
7732026-07-01T22:29:48.321Z Downloaded packed_struct_codegen v0.10.1
7742026-07-01T22:29:48.321Z Downloaded heapless v0.7.17
7752026-07-01T22:29:48.321Z Downloaded parse-display v0.10.0
7762026-07-01T22:29:48.321Z Downloaded indexmap v1.9.3
7772026-07-01T22:29:48.321Z Downloaded percent-encoding v2.3.2
7782026-07-01T22:29:48.321Z Downloaded newtype-uuid v1.3.2
7792026-07-01T22:29:48.321Z Downloaded icu_provider v2.1.1
7802026-07-01T22:29:48.325Z Downloaded path-slash v0.1.5
7812026-07-01T22:29:48.325Z Downloaded futures v0.3.32
7822026-07-01T22:29:48.325Z Downloaded flume v0.11.1
7832026-07-01T22:29:48.328Z Downloaded phf_shared v0.11.3
7842026-07-01T22:29:48.328Z Downloaded derive_more v2.1.1
7852026-07-01T22:29:48.334Z Downloaded ingot-macros v0.1.1
7862026-07-01T22:29:48.336Z Downloaded flate2 v1.1.9
7872026-07-01T22:29:48.340Z Downloaded password-hash v0.6.1
7882026-07-01T22:29:48.341Z Downloaded num-rational v0.4.2
7892026-07-01T22:29:48.341Z Downloaded olpc-cjson v0.1.4
7902026-07-01T22:29:48.344Z Downloaded ml-kem v0.3.2
7912026-07-01T22:29:48.344Z Downloaded num_enum_derive v0.7.6
7922026-07-01T22:29:48.344Z Downloaded num_enum v0.5.11
7932026-07-01T22:29:48.347Z Downloaded phf_shared v0.13.1
7942026-07-01T22:29:48.350Z Downloaded oxnet v0.1.6
7952026-07-01T22:29:48.350Z Downloaded num-integer v0.1.46
7962026-07-01T22:29:48.353Z Downloaded num-complex v0.4.6
7972026-07-01T22:29:48.353Z Downloaded normalize-line-endings v0.3.0
7982026-07-01T22:29:48.353Z Downloaded num_enum v0.7.6
7992026-07-01T22:29:48.356Z Downloaded precomputed-hash v0.1.1
8002026-07-01T22:29:48.356Z Downloaded compact_str v0.8.1
8012026-07-01T22:29:48.359Z Downloaded nodrop v0.1.14
8022026-07-01T22:29:48.359Z Downloaded libbz2-rs-sys v0.2.2
8032026-07-01T22:29:48.362Z Downloaded mime_guess v2.0.5
8042026-07-01T22:29:48.362Z Downloaded iana-time-zone v0.1.65
8052026-07-01T22:29:48.365Z Downloaded parking_lot_core v0.8.6
8062026-07-01T22:29:48.365Z Downloaded phf_shared v0.12.1
8072026-07-01T22:29:48.370Z Downloaded litemap v0.8.1
8082026-07-01T22:29:48.370Z Downloaded ignore v0.4.25
8092026-07-01T22:29:48.373Z Downloaded predicates-tree v1.0.13
8102026-07-01T22:29:48.374Z Downloaded predicates-core v1.0.10
8112026-07-01T22:29:48.374Z Downloaded ed25519-dalek v3.0.0-rc.0
8122026-07-01T22:29:48.374Z Downloaded diesel_derives v2.3.7
8132026-07-01T22:29:48.377Z Downloaded memmap2 v0.9.10
8142026-07-01T22:29:48.380Z Downloaded icu_locale_core v2.1.1
8152026-07-01T22:29:48.383Z Downloaded oxide-tokio-rt v0.1.4
8162026-07-01T22:29:48.383Z Downloaded fatfs v0.3.6
8172026-07-01T22:29:48.387Z Downloaded pem-rfc7468 v1.0.0
8182026-07-01T22:29:48.390Z Downloaded pbkdf2 v0.13.0
8192026-07-01T22:29:48.390Z Downloaded proc-macro-crate v3.4.0
8202026-07-01T22:29:48.390Z Downloaded phc v0.6.1
8212026-07-01T22:29:48.390Z Downloaded powerfmt v0.2.0
8222026-07-01T22:29:48.394Z Downloaded quick-error v1.2.3
8232026-07-01T22:29:48.394Z Downloaded progenitor-macro v0.13.0
8242026-07-01T22:29:48.394Z Downloaded potential_utf v0.1.4
8252026-07-01T22:29:48.397Z Downloaded paste v1.0.15
8262026-07-01T22:29:48.397Z Downloaded psl-types v2.0.11
8272026-07-01T22:29:48.397Z Downloaded progenitor-macro v0.14.0
8282026-07-01T22:29:48.400Z Downloaded parse-display-derive v0.10.0
8292026-07-01T22:29:48.400Z Downloaded proc-macro-error-attr2 v2.0.0
8302026-07-01T22:29:48.400Z Downloaded phf v0.13.1
8312026-07-01T22:29:48.406Z Downloaded phf v0.12.1
8322026-07-01T22:29:48.406Z Downloaded peg v0.8.5
8332026-07-01T22:29:48.406Z Downloaded packed_struct v0.10.1
8342026-07-01T22:29:48.406Z Downloaded hickory-resolver v0.24.4
8352026-07-01T22:29:48.409Z Downloaded headers v0.4.1
8362026-07-01T22:29:48.412Z Downloaded proc-macro-crate v1.3.1
8372026-07-01T22:29:48.412Z Downloaded async-compression v0.4.41
8382026-07-01T22:29:48.416Z Downloaded icu_normalizer v2.1.1
8392026-07-01T22:29:48.419Z Downloaded heapless v0.8.0
8402026-07-01T22:29:48.421Z Downloaded pin-project-lite v0.2.17
8412026-07-01T22:29:48.424Z Downloaded poly1305 v0.8.0
8422026-07-01T22:29:48.427Z Downloaded des v0.9.0
8432026-07-01T22:29:48.427Z Downloaded rand_chacha v0.3.1
8442026-07-01T22:29:48.430Z Downloaded nu-ansi-term v0.50.3
8452026-07-01T22:29:48.430Z Downloaded const_format v0.2.35
8462026-07-01T22:29:48.433Z Downloaded peg-runtime v0.8.5
8472026-07-01T22:29:48.434Z Downloaded pem-rfc7468 v0.7.0
8482026-07-01T22:29:48.438Z Downloaded polyval v0.7.1
8492026-07-01T22:29:48.438Z Downloaded pem v3.0.6
8502026-07-01T22:29:48.441Z Downloaded ppv-lite86 v0.2.21
8512026-07-01T22:29:48.441Z Downloaded postgres-protocol v0.6.10
8522026-07-01T22:29:48.441Z Downloaded peg-macros v0.8.5
8532026-07-01T22:29:48.441Z Downloaded darling_core v0.23.0
8542026-07-01T22:29:48.444Z Downloaded progenitor-client v0.14.0
8552026-07-01T22:29:48.449Z Downloaded radium v0.7.0
8562026-07-01T22:29:48.449Z Downloaded predicates v3.1.4
8572026-07-01T22:29:48.452Z Downloaded parking_lot_core v0.9.12
8582026-07-01T22:29:48.463Z Downloaded parking_lot v0.12.5
8592026-07-01T22:29:48.467Z Downloaded omicron-zone-package v0.12.3
8602026-07-01T22:29:48.467Z Downloaded psm v0.1.30
8612026-07-01T22:29:48.467Z Downloaded litrs v1.0.0
8622026-07-01T22:29:48.467Z Downloaded ref-cast-impl v1.0.25
8632026-07-01T22:29:48.467Z Downloaded rand_xorshift v0.4.0
8642026-07-01T22:29:48.467Z Downloaded miniz_oxide v0.8.9
8652026-07-01T22:29:48.470Z Downloaded proc-macro-error2 v2.0.1
8662026-07-01T22:29:48.473Z Downloaded pkcs8 v0.10.2
8672026-07-01T22:29:48.476Z Downloaded pkg-config v0.3.32
8682026-07-01T22:29:48.479Z Downloaded oso v0.27.3
8692026-07-01T22:29:48.482Z Downloaded rfc6979 v0.4.0
8702026-07-01T22:29:48.482Z Downloaded rfc6979 v0.5.0
8712026-07-01T22:29:48.485Z Downloaded pin-project-internal v1.1.11
8722026-07-01T22:29:48.485Z Downloaded recursive-proc-macro-impl v0.1.1
8732026-07-01T22:29:48.485Z Downloaded recursive v0.1.1
8742026-07-01T22:29:48.488Z Downloaded owo-colors v4.3.0
8752026-07-01T22:29:48.488Z Downloaded pkcs1 v0.8.0-rc.4
8762026-07-01T22:29:48.491Z Downloaded pkcs1 v0.7.5
8772026-07-01T22:29:48.491Z Downloaded rand_chacha v0.9.0
8782026-07-01T22:29:48.491Z Downloaded parking_lot v0.11.2
8792026-07-01T22:29:48.494Z Downloaded indicatif v0.18.4
8802026-07-01T22:29:48.497Z Downloaded password-hash v0.5.0
8812026-07-01T22:29:48.500Z Downloaded poly1305 v0.9.0
8822026-07-01T22:29:48.500Z Downloaded ref-cast v1.0.25
8832026-07-01T22:29:48.503Z Downloaded primeorder v0.14.0-rc.10
8842026-07-01T22:29:48.503Z Downloaded rand_core v0.9.5
8852026-07-01T22:29:48.509Z Downloaded rustc-hash v2.1.1
8862026-07-01T22:29:48.512Z Downloaded rustc_version v0.4.1
8872026-07-01T22:29:48.512Z Downloaded rustc_version v0.1.7
8882026-07-01T22:29:48.512Z Downloaded hickory-resolver v0.25.2
8892026-07-01T22:29:48.515Z Downloaded russh-util v0.52.0
8902026-07-01T22:29:48.515Z Downloaded rtoolbox v0.0.3
8912026-07-01T22:29:48.515Z Downloaded russh-cryptovec v0.61.0
8922026-07-01T22:29:48.522Z Downloaded primeorder v0.13.6
8932026-07-01T22:29:48.522Z Downloaded primefield v0.14.0
8942026-07-01T22:29:48.525Z Downloaded icu_normalizer_data v2.1.1
8952026-07-01T22:29:48.528Z Downloaded icu_collections v2.1.1
8962026-07-01T22:29:48.532Z Downloaded progenitor v0.13.0
8972026-07-01T22:29:48.532Z Downloaded num-traits v0.2.19
8982026-07-01T22:29:48.532Z Downloaded hashbrown v0.13.2
8992026-07-01T22:29:48.536Z Downloaded hashbrown v0.12.3
9002026-07-01T22:29:48.539Z Downloaded progenitor-extras v0.2.0
9012026-07-01T22:29:48.539Z Downloaded progenitor-client v0.13.0
9022026-07-01T22:29:48.543Z Downloaded scheduled-thread-pool v0.2.7
9032026-07-01T22:29:48.543Z Downloaded same-file v1.0.6
9042026-07-01T22:29:48.543Z Downloaded cc v1.2.56
9052026-07-01T22:29:48.546Z Downloaded sapling-renderdag v0.1.0
9062026-07-01T22:29:48.557Z Downloaded openssl-sys v0.9.115
9072026-07-01T22:29:48.560Z Downloaded resolv-conf v0.7.6
9082026-07-01T22:29:48.560Z Downloaded http v1.4.2
9092026-07-01T22:29:48.560Z Downloaded scroll_derive v0.13.1
9102026-07-01T22:29:48.564Z Downloaded rand_core v0.6.4
9112026-07-01T22:29:48.565Z Downloaded expectorate v1.2.0
9122026-07-01T22:29:48.567Z Downloaded dropshot-api-manager v0.7.2
9132026-07-01T22:29:48.568Z Downloaded pkcs8 v0.11.0
9142026-07-01T22:29:48.571Z Downloaded semver v0.1.20
9152026-07-01T22:29:48.574Z Downloaded postgres-types v0.2.12
9162026-07-01T22:29:48.574Z Downloaded serde-big-array v0.5.1
9172026-07-01T22:29:48.577Z Downloaded seq-macro v0.3.6
9182026-07-01T22:29:48.580Z Downloaded serde_plain v1.0.2
9192026-07-01T22:29:48.580Z Downloaded p256 v0.14.0-rc.10
9202026-07-01T22:29:48.582Z Downloaded scopeguard v1.2.0
9212026-07-01T22:29:48.582Z Downloaded rand_core v0.10.0
9222026-07-01T22:29:48.583Z Downloaded postcard v1.1.3
9232026-07-01T22:29:48.586Z Downloaded p384 v0.14.0-rc.10
9242026-07-01T22:29:48.588Z Downloaded der v0.8.0
9252026-07-01T22:29:48.591Z Downloaded rustls-native-certs v0.8.3
9262026-07-01T22:29:48.595Z Downloaded serde_urlencoded v0.7.1
9272026-07-01T22:29:48.598Z Downloaded sha1 v0.10.6
9282026-07-01T22:29:48.601Z Downloaded sha1 v0.11.0
9292026-07-01T22:29:48.601Z Downloaded secrecy v0.10.3
9302026-07-01T22:29:48.604Z Downloaded serde_repr v0.1.20
9312026-07-01T22:29:48.608Z Downloaded serde_spanned v1.1.1
9322026-07-01T22:29:48.608Z Downloaded progenitor-impl v0.13.0
9332026-07-01T22:29:48.611Z Downloaded hickory-server v0.25.2
9342026-07-01T22:29:48.614Z Downloaded serde_bytes v0.11.19
9352026-07-01T22:29:48.617Z Downloaded jiff-static v0.2.21
9362026-07-01T22:29:48.620Z Downloaded signal-hook-tokio v0.3.1
9372026-07-01T22:29:48.624Z Downloaded quinn-udp v0.5.14
9382026-07-01T22:29:48.628Z Downloaded rustversion v1.0.22
9392026-07-01T22:29:48.631Z Downloaded r2d2 v0.8.10
9402026-07-01T22:29:48.631Z Downloaded progenitor v0.14.0
9412026-07-01T22:29:48.634Z Downloaded secrecy v0.8.0
9422026-07-01T22:29:48.637Z Downloaded sec1 v0.7.3
9432026-07-01T22:29:48.637Z Downloaded pin-project v1.1.11
9442026-07-01T22:29:48.643Z Downloaded slog-bunyan v2.5.0
9452026-07-01T22:29:48.646Z Downloaded siphasher v1.0.2
9462026-07-01T22:29:48.646Z Downloaded signature v2.2.0
9472026-07-01T22:29:48.651Z Downloaded scrypt v0.12.0
9482026-07-01T22:29:48.651Z Downloaded sigpipe v0.1.3
9492026-07-01T22:29:48.651Z Downloaded signature v3.0.0
9502026-07-01T22:29:48.651Z Downloaded serde_path_to_error v0.1.20
9512026-07-01T22:29:48.655Z Downloaded serde-hex v0.1.0
9522026-07-01T22:29:48.656Z Downloaded signal-hook-mio v0.2.5
9532026-07-01T22:29:48.656Z Downloaded shell-words v1.1.1
9542026-07-01T22:29:48.656Z Downloaded internal-russh-num-bigint v0.5.0
9552026-07-01T22:29:48.659Z Downloaded rand_seeder v0.4.0
9562026-07-01T22:29:48.659Z Downloaded minimal-lexical v0.2.1
9572026-07-01T22:29:48.663Z Downloaded rcgen v0.12.1
9582026-07-01T22:29:48.666Z Downloaded slog-envlogger v2.2.0
9592026-07-01T22:29:48.669Z Downloaded pkcs5 v0.8.1
9602026-07-01T22:29:48.669Z Downloaded salsa20 v0.11.0
9612026-07-01T22:29:48.674Z Downloaded rustls-pki-types v1.14.0
9622026-07-01T22:29:48.680Z Downloaded aes v0.9.1
9632026-07-01T22:29:48.680Z Downloaded schemars_derive v0.8.22
9642026-07-01T22:29:48.683Z Downloaded prefix-trie v0.7.0
9652026-07-01T22:29:48.686Z Downloaded hashbrown v0.16.1
9662026-07-01T22:29:48.691Z Downloaded sec1 v0.8.1
9672026-07-01T22:29:48.696Z Downloaded serde_with_macros v1.5.2
9682026-07-01T22:29:48.699Z Downloaded shlex v1.3.0
9692026-07-01T22:29:48.702Z Downloaded sqlparser_derive v0.5.0
9702026-07-01T22:29:48.710Z Downloaded signal-hook-registry v1.4.8
9712026-07-01T22:29:48.717Z Downloaded mio v1.2.0
9722026-07-01T22:29:48.722Z Downloaded strip-ansi-escapes v0.2.1
9732026-07-01T22:29:48.722Z Downloaded rusty-fork v0.3.1
9742026-07-01T22:29:48.726Z Downloaded slog-dtrace v0.3.0
9752026-07-01T22:29:48.726Z Downloaded slog-async v2.8.0
9762026-07-01T22:29:48.730Z Downloaded serdect v0.4.3
9772026-07-01T22:29:48.735Z Downloaded structmeta v0.3.0
9782026-07-01T22:29:48.738Z Downloaded strum v0.26.3
9792026-07-01T22:29:48.738Z Downloaded structmeta-derive v0.3.0
9802026-07-01T22:29:48.739Z Downloaded stable_deref_trait v1.2.1
9812026-07-01T22:29:48.742Z Downloaded strum v0.27.2
9822026-07-01T22:29:48.742Z Downloaded strsim v0.10.0
9832026-07-01T22:29:48.742Z Downloaded crypto-primes v0.7.2
9842026-07-01T22:29:48.745Z Downloaded hyper-util v0.1.20
9852026-07-01T22:29:48.748Z Downloaded simd-adler32 v0.3.8
9862026-07-01T22:29:48.751Z Downloaded rustls-pemfile v2.2.0
9872026-07-01T22:29:48.754Z Downloaded smallvec v0.6.14
9882026-07-01T22:29:48.756Z Downloaded snafu-derive v0.8.9
9892026-07-01T22:29:48.756Z Downloaded slog-term v2.9.2
9902026-07-01T22:29:48.759Z Downloaded supports-color v3.0.2
9912026-07-01T22:29:48.760Z Downloaded subtle v2.6.1
9922026-07-01T22:29:48.760Z Downloaded tabled_derive v0.11.0
9932026-07-01T22:29:48.762Z Downloaded sync_wrapper v1.0.2
9942026-07-01T22:29:48.762Z Downloaded sync-ptr v0.1.4
9952026-07-01T22:29:48.762Z Downloaded take_mut v0.2.2
9962026-07-01T22:29:48.762Z Downloaded tagptr v0.2.0
9972026-07-01T22:29:48.765Z Downloaded scroll v0.13.0
9982026-07-01T22:29:48.765Z Downloaded termtree v0.5.1
9992026-07-01T22:29:48.766Z Downloaded tabwriter v1.4.1
10002026-07-01T22:29:48.768Z Downloaded aes-gcm v0.11.0
10012026-07-01T22:29:48.771Z Downloaded spki v0.8.0
10022026-07-01T22:29:48.772Z Downloaded spki v0.7.3
10032026-07-01T22:29:48.776Z Downloaded progenitor-impl v0.14.0
10042026-07-01T22:29:48.776Z Downloaded papergrid v0.17.0
10052026-07-01T22:29:48.778Z Downloaded sha2 v0.11.0
10062026-07-01T22:29:48.778Z Downloaded ryu v1.0.23
10072026-07-01T22:29:48.781Z Downloaded ssh-cipher v0.3.0-rc.9
10082026-07-01T22:29:48.784Z Downloaded smf v0.2.3
10092026-07-01T22:29:48.784Z Downloaded publicsuffix v2.3.0
10102026-07-01T22:29:48.787Z Downloaded serde_derive_internals v0.29.1
10112026-07-01T22:29:48.787Z Downloaded static_assertions v1.1.0
10122026-07-01T22:29:48.787Z Downloaded stacker v0.1.23
10132026-07-01T22:29:48.790Z Downloaded libxml v0.3.3
10142026-07-01T22:29:48.794Z Downloaded prettyplease v0.2.37
10152026-07-01T22:29:48.797Z Downloaded sqlformat v0.3.5
10162026-07-01T22:29:48.797Z Downloaded slog-stdlog v4.1.1
10172026-07-01T22:29:48.797Z Downloaded slog-scope v4.4.1
10182026-07-01T22:29:48.799Z Downloaded slog-json v2.6.1
10192026-07-01T22:29:48.800Z Downloaded slab v0.4.12
10202026-07-01T22:29:48.802Z Downloaded time-core v0.1.8
10212026-07-01T22:29:48.802Z Downloaded rand v0.8.6
10222026-07-01T22:29:48.805Z Downloaded stringprep v0.1.5
10232026-07-01T22:29:48.809Z Downloaded serde_with_macros v3.17.0
10242026-07-01T22:29:48.812Z Downloaded thiserror-impl-no-std v2.0.2
10252026-07-01T22:29:48.812Z Downloaded strum_macros v0.26.4
10262026-07-01T22:29:48.815Z Downloaded string_cache v0.8.9
10272026-07-01T22:29:48.815Z Downloaded testing_table v0.3.0
10282026-07-01T22:29:48.818Z Downloaded pretty_assertions v1.4.1
10292026-07-01T22:29:48.818Z Downloaded hyper v1.10.1
10302026-07-01T22:29:48.822Z Downloaded rayon-core v1.13.0
10312026-07-01T22:29:48.827Z Downloaded rustls-platform-verifier v0.6.2
10322026-07-01T22:29:48.830Z Downloaded termios v0.3.3
10332026-07-01T22:29:48.833Z Downloaded tinyvec_macros v0.1.1
10342026-07-01T22:29:48.836Z Downloaded tokio-macros v2.7.0
10352026-07-01T22:29:48.836Z Downloaded strum_macros v0.24.3
10362026-07-01T22:29:48.838Z Downloaded synstructure v0.13.2
10372026-07-01T22:29:48.841Z Downloaded quinn v0.11.9
10382026-07-01T22:29:48.844Z Downloaded icu_properties_data v2.1.2
10392026-07-01T22:29:48.848Z Downloaded support-bundle-viewer v0.1.2
10402026-07-01T22:29:48.852Z Downloaded strum_macros v0.27.2
10412026-07-01T22:29:48.855Z Downloaded thread-id v5.1.0
10422026-07-01T22:29:48.858Z Downloaded hashbrown v0.15.5
10432026-07-01T22:29:48.861Z Downloaded tap v1.0.1
10442026-07-01T22:29:48.864Z Downloaded smallvec v1.15.1
10452026-07-01T22:29:48.864Z Downloaded ron v0.8.1
10462026-07-01T22:29:48.867Z Downloaded hkdf v0.13.0
10472026-07-01T22:29:48.870Z Downloaded ssh-encoding v0.3.0-rc.9
10482026-07-01T22:29:48.871Z Downloaded similar v2.7.0
10492026-07-01T22:29:48.874Z Downloaded tokio-test v0.4.5
10502026-07-01T22:29:48.876Z Downloaded tower-service v0.3.3
10512026-07-01T22:29:48.876Z Downloaded tower-layer v0.3.3
10522026-07-01T22:29:48.877Z Downloaded spin v0.9.8
10532026-07-01T22:29:48.879Z Downloaded itertools v0.14.0
10542026-07-01T22:29:48.882Z Downloaded thread_local v1.1.9
10552026-07-01T22:29:48.885Z Downloaded slog v2.8.2
10562026-07-01T22:29:48.885Z Downloaded typify-macro v0.6.2
10572026-07-01T22:29:48.888Z Downloaded tls_codec_derive v0.4.2
10582026-07-01T22:29:48.888Z Downloaded tls_codec v0.4.2
10592026-07-01T22:29:48.891Z Downloaded serde_cbor v0.11.2
10602026-07-01T22:29:48.891Z Downloaded unarray v0.1.4
10612026-07-01T22:29:48.895Z Downloaded thiserror-no-std v2.0.2
10622026-07-01T22:29:48.895Z Downloaded serde_yaml v0.9.34+deprecated
10632026-07-01T22:29:48.898Z Downloaded topological-sort v0.2.2
10642026-07-01T22:29:48.898Z Downloaded try-lock v0.2.5
10652026-07-01T22:29:48.901Z Downloaded rustls-webpki v0.103.9
10662026-07-01T22:29:48.901Z Downloaded time-macros v0.2.27
10672026-07-01T22:29:48.904Z Downloaded qorb v0.4.1
10682026-07-01T22:29:48.907Z Downloaded trait-variant v0.1.2
10692026-07-01T22:29:48.907Z Downloaded num-bigint v0.4.6
10702026-07-01T22:29:48.910Z Downloaded nom v7.1.3
10712026-07-01T22:29:48.914Z Downloaded tokio-dtrace v0.1.1
10722026-07-01T22:29:48.914Z Downloaded itertools v0.10.5
10732026-07-01T22:29:48.917Z Downloaded unit-prefix v0.5.2
10742026-07-01T22:29:48.918Z Downloaded libm v0.2.16
10752026-07-01T22:29:48.923Z Downloaded unicode-xid v0.2.6
10762026-07-01T22:29:48.926Z Downloaded unicode-truncate v1.1.0
10772026-07-01T22:29:48.926Z Downloaded tinystr v0.8.2
10782026-07-01T22:29:48.929Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10792026-07-01T22:29:48.929Z Downloaded tokio-tungstenite v0.21.0
10802026-07-01T22:29:48.929Z Downloaded untrusted v0.9.0
10812026-07-01T22:29:48.932Z Downloaded tiny-keccak v2.0.2
10822026-07-01T22:29:48.932Z Downloaded usdt-macro v0.6.0
10832026-07-01T22:29:48.935Z Downloaded untrusted v0.7.1
10842026-07-01T22:29:48.935Z Downloaded utf8_iter v1.0.4
10852026-07-01T22:29:48.935Z Downloaded universal-hash v0.6.1
10862026-07-01T22:29:48.935Z Downloaded idna v1.1.0
10872026-07-01T22:29:48.938Z Downloaded h2 v0.4.15
10882026-07-01T22:29:48.947Z Downloaded usdt v0.6.0
10892026-07-01T22:29:48.948Z Downloaded schemars v0.9.0
10902026-07-01T22:29:48.951Z Downloaded toml_writer v1.1.1+spec-1.1.0
10912026-07-01T22:29:48.951Z Downloaded void v1.0.2
10922026-07-01T22:29:48.951Z Downloaded p521 v0.14.0-rc.10
10932026-07-01T22:29:48.956Z Downloaded iri-string v0.7.10
10942026-07-01T22:29:48.963Z Downloaded tui-tree-widget v0.23.1
10952026-07-01T22:29:48.963Z Downloaded tokio-native-tls v0.3.1
10962026-07-01T22:29:48.963Z Downloaded term v0.7.0
10972026-07-01T22:29:48.963Z Downloaded tokio-tungstenite v0.23.1
10982026-07-01T22:29:48.963Z Downloaded rsa v0.9.10
10992026-07-01T22:29:48.967Z Downloaded unicase v2.9.0
11002026-07-01T22:29:48.967Z Downloaded universal-hash v0.5.1
11012026-07-01T22:29:48.971Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11022026-07-01T22:29:48.971Z Downloaded socket2 v0.5.10
11032026-07-01T22:29:48.971Z Downloaded schemars v0.8.22
11042026-07-01T22:29:48.977Z Downloaded waitgroup v0.1.2
11052026-07-01T22:29:48.980Z Downloaded itertools v0.13.0
11062026-07-01T22:29:48.983Z Downloaded socket2 v0.6.3
11072026-07-01T22:29:48.983Z Downloaded hkdf v0.12.4
11082026-07-01T22:29:48.987Z Downloaded tokio-stream v0.1.18
11092026-07-01T22:29:48.991Z Downloaded tokio-rustls v0.26.4
11102026-07-01T22:29:48.994Z Downloaded wait-timeout v0.2.1
11112026-07-01T22:29:48.996Z Downloaded xattr v1.6.1
11122026-07-01T22:29:48.999Z Downloaded iddqd v0.4.2
11132026-07-01T22:29:49.002Z Downloaded samael v0.0.19
11142026-07-01T22:29:49.005Z Downloaded signal-hook v0.3.18
11152026-07-01T22:29:49.008Z Downloaded utf-8 v0.7.6
11162026-07-01T22:29:49.008Z Downloaded test-strategy v0.4.5
11172026-07-01T22:29:49.011Z Downloaded rand v0.9.2
11182026-07-01T22:29:49.014Z Downloaded zerofrom v0.1.6
11192026-07-01T22:29:49.014Z Downloaded zerofrom-derive v0.1.6
11202026-07-01T22:29:49.014Z Downloaded want v0.3.1
11212026-07-01T22:29:49.017Z Downloaded xshell-macros v0.2.7
11222026-07-01T22:29:49.017Z Downloaded num-bigint-dig v0.8.6
11232026-07-01T22:29:49.020Z Downloaded toml_parser v1.1.2+spec-1.1.0
11242026-07-01T22:29:49.023Z Downloaded usdt-attr-macro v0.6.0
11252026-07-01T22:29:49.027Z Downloaded uzers v0.12.2
11262026-07-01T22:29:49.030Z Downloaded yoke-derive v0.8.1
11272026-07-01T22:29:49.033Z Downloaded vergen-gitcl v1.0.8
11282026-07-01T22:29:49.033Z Downloaded zeroize_derive v1.4.3
11292026-07-01T22:29:49.036Z Downloaded twox-hash v2.1.2
11302026-07-01T22:29:49.041Z Downloaded subprocess v0.2.15
11312026-07-01T22:29:49.044Z Downloaded rand v0.10.1
11322026-07-01T22:29:49.048Z Downloaded vergen-lib v9.1.0
11332026-07-01T22:29:49.054Z Downloaded vergen-git2 v9.1.0
11342026-07-01T22:29:49.054Z Downloaded usdt-impl v0.6.0
11352026-07-01T22:29:49.057Z Downloaded zone_cfg_derive v0.3.1
11362026-07-01T22:29:49.057Z Downloaded unicode-properties v0.1.4
11372026-07-01T22:29:49.058Z Downloaded vergen-lib v0.1.6
11382026-07-01T22:29:49.060Z Downloaded itertools v0.12.1
11392026-07-01T22:29:49.063Z Downloaded snafu v0.8.9
11402026-07-01T22:29:49.067Z Downloaded nom v8.0.0
11412026-07-01T22:29:49.070Z Downloaded futures-util v0.3.32
11422026-07-01T22:29:49.076Z Downloaded wyz v0.5.1
11432026-07-01T22:29:49.079Z Downloaded writeable v0.6.2
11442026-07-01T22:29:49.079Z Downloaded tracing-attributes v0.1.31
11452026-07-01T22:29:49.082Z Downloaded term v1.2.1
11462026-07-01T22:29:49.082Z Downloaded walkdir v2.5.0
11472026-07-01T22:29:49.085Z Downloaded xshell v0.2.7
11482026-07-01T22:29:49.090Z Downloaded whoami v1.6.1
11492026-07-01T22:29:49.103Z Downloaded vergen v9.1.0
11502026-07-01T22:29:49.106Z Downloaded yoke v0.8.1
11512026-07-01T22:29:49.109Z Downloaded schemars v1.2.1
11522026-07-01T22:29:49.115Z Downloaded zerovec-derive v0.11.2
11532026-07-01T22:29:49.118Z Downloaded vsss-rs v3.3.4
11542026-07-01T22:29:49.118Z Downloaded unicode-bidi v0.3.18
11552026-07-01T22:29:49.121Z Downloaded zstd v0.13.3
11562026-07-01T22:29:49.121Z Downloaded zone v0.3.1
11572026-07-01T22:29:49.121Z Downloaded tungstenite v0.23.0
11582026-07-01T22:29:49.124Z Downloaded toml v1.1.2+spec-1.1.0
11592026-07-01T22:29:49.127Z Downloaded toml v0.7.8
11602026-07-01T22:29:49.132Z Downloaded tungstenite v0.21.0
11612026-07-01T22:29:49.135Z Downloaded tar v0.4.45
11622026-07-01T22:29:49.135Z Downloaded steno v0.4.1
11632026-07-01T22:29:49.135Z Downloaded rsa v0.10.0-rc.18
11642026-07-01T22:29:49.138Z Downloaded aho-corasick v1.1.4
11652026-07-01T22:29:49.141Z Downloaded serde_with v1.14.0
11662026-07-01T22:29:49.144Z Downloaded reedline v0.40.0
11672026-07-01T22:29:49.149Z Downloaded rustyline v14.0.0
11682026-07-01T22:29:49.152Z Downloaded blake3 v1.8.5
11692026-07-01T22:29:49.156Z Downloaded whoami v2.1.0
11702026-07-01T22:29:49.159Z Downloaded unsafe-libyaml v0.2.11
11712026-07-01T22:29:49.162Z Downloaded zeroize v1.8.2
11722026-07-01T22:29:49.162Z Downloaded aws-lc-rs v1.16.3
11732026-07-01T22:29:49.166Z Downloaded yasna v0.5.2
11742026-07-01T22:29:49.169Z Downloaded uuid v1.23.4
11752026-07-01T22:29:49.172Z Downloaded tinyvec v1.10.0
11762026-07-01T22:29:49.175Z Downloaded typify v0.6.2
11772026-07-01T22:29:49.178Z Downloaded rpassword v7.4.0
11782026-07-01T22:29:49.185Z Downloaded zstd-safe v7.2.4
11792026-07-01T22:29:49.190Z Downloaded tokio-postgres v0.7.16
11802026-07-01T22:29:49.195Z Downloaded toml_edit v0.23.10+spec-1.0.0
11812026-07-01T22:29:49.199Z Downloaded tracing-core v0.1.36
11822026-07-01T22:29:49.213Z Downloaded bitvec v1.0.1
11832026-07-01T22:29:49.222Z Downloaded reqwest v0.12.28
11842026-07-01T22:29:49.225Z Downloaded zopfli v0.8.3
11852026-07-01T22:29:49.228Z Downloaded zerocopy v0.6.6
11862026-07-01T22:29:49.236Z Downloaded rayon v1.11.0
11872026-07-01T22:29:49.252Z Downloaded yansi v1.0.1
11882026-07-01T22:29:49.255Z Downloaded url v2.5.8
11892026-07-01T22:29:49.260Z Downloaded moka v0.12.13
11902026-07-01T22:29:49.264Z Downloaded vte v0.14.1
11912026-07-01T22:29:49.267Z Downloaded crypto-bigint v0.7.5
11922026-07-01T22:29:49.275Z Downloaded salty v0.3.0
11932026-07-01T22:29:49.279Z Downloaded zip v0.6.6
11942026-07-01T22:29:49.282Z Downloaded bindgen v0.71.1
11952026-07-01T22:29:49.286Z Downloaded zerotrie v0.2.3
11962026-07-01T22:29:49.289Z Downloaded p384 v0.13.1
11972026-07-01T22:29:49.292Z Downloaded zerocopy-derive v0.8.40
11982026-07-01T22:29:49.296Z Downloaded toml_edit v0.19.15
11992026-07-01T22:29:49.305Z Downloaded unicode-segmentation v1.12.0
12002026-07-01T22:29:49.309Z Downloaded goblin v0.10.5
12012026-07-01T22:29:49.312Z Downloaded git2 v0.20.4
12022026-07-01T22:29:49.316Z Downloaded unicode_categories v0.1.1
12032026-07-01T22:29:49.319Z Downloaded portable-atomic v1.13.1
12042026-07-01T22:29:49.322Z Downloaded regex v1.12.3
12052026-07-01T22:29:49.326Z Downloaded curve25519-dalek v4.1.3
12062026-07-01T22:29:49.330Z Downloaded reqwest v0.13.2
12072026-07-01T22:29:49.333Z Downloaded quick-xml v0.37.5
12082026-07-01T22:29:49.337Z Downloaded unicode-normalization v0.1.25
12092026-07-01T22:29:49.340Z Downloaded tower v0.5.3
12102026-07-01T22:29:49.344Z Downloaded proptest v1.10.0
12112026-07-01T22:29:49.349Z Downloaded typed-path v0.9.3
12122026-07-01T22:29:49.352Z Downloaded ssh-key v0.7.0-rc.10
12132026-07-01T22:29:49.360Z Downloaded x509-cert v0.2.5
12142026-07-01T22:29:49.365Z Downloaded serde_with v3.17.0
12152026-07-01T22:29:49.369Z Downloaded lalrpop v0.19.12
12162026-07-01T22:29:49.375Z Downloaded chrono v0.4.44
12172026-07-01T22:29:49.390Z Downloaded zip v4.6.1
12182026-07-01T22:29:49.394Z Downloaded radix_trie v0.2.1
12192026-07-01T22:29:49.400Z Downloaded curve25519-dalek v5.0.0-rc.0
12202026-07-01T22:29:49.405Z Downloaded tokio-util v0.7.18
12212026-07-01T22:29:49.409Z Downloaded tower-http v0.6.8
12222026-07-01T22:29:49.414Z Downloaded object v0.30.4
12232026-07-01T22:29:49.419Z Downloaded tough v0.22.0
12242026-07-01T22:29:49.424Z Downloaded quinn-proto v0.11.13
12252026-07-01T22:29:49.428Z Downloaded petname v2.0.2
12262026-07-01T22:29:49.438Z Downloaded dropshot v0.17.1
12272026-07-01T22:29:49.452Z Downloaded russh v0.61.2
12282026-07-01T22:29:49.457Z Downloaded winnow v0.6.26
12292026-07-01T22:29:49.462Z Downloaded zerovec v0.11.5
12302026-07-01T22:29:49.472Z Downloaded openssl v0.10.79
12312026-07-01T22:29:49.472Z Downloaded winnow v0.5.40
12322026-07-01T22:29:49.476Z Downloaded nix v0.28.0
12332026-07-01T22:29:49.482Z Downloaded tabled v0.20.0
12342026-07-01T22:29:49.492Z Downloaded time v0.3.47
12352026-07-01T22:29:49.499Z Downloaded regex-syntax v0.6.29
12362026-07-01T22:29:49.504Z Downloaded winnow v1.0.3
12372026-07-01T22:29:49.509Z Downloaded smoltcp v0.9.1
12382026-07-01T22:29:49.515Z Downloaded polar-core v0.27.3
12392026-07-01T22:29:49.520Z Downloaded nix v0.27.1
12402026-07-01T22:29:49.526Z Downloaded zlib-rs v0.6.2
12412026-07-01T22:29:49.529Z Downloaded vcpkg v0.2.15
12422026-07-01T22:29:49.554Z Downloaded bstr v1.12.1
12432026-07-01T22:29:49.569Z Downloaded hickory-proto v0.25.2
12442026-07-01T22:29:49.578Z Downloaded regex-syntax v0.8.10
12452026-07-01T22:29:49.583Z Downloaded diesel v2.3.7
12462026-07-01T22:29:49.596Z Downloaded zerocopy v0.8.40
12472026-07-01T22:29:49.601Z Downloaded smoltcp v0.11.0
12482026-07-01T22:29:49.608Z Downloaded rustls v0.23.41
12492026-07-01T22:29:49.614Z Downloaded hickory-proto v0.24.4
12502026-07-01T22:29:49.624Z Downloaded nix v0.31.2
12512026-07-01T22:29:49.631Z Downloaded rustix v0.38.44
12522026-07-01T22:29:49.645Z Downloaded regress v0.10.5
12532026-07-01T22:29:49.650Z Downloaded object v0.37.3
12542026-07-01T22:29:49.657Z Downloaded regress v0.11.1
12552026-07-01T22:29:49.662Z Downloaded sqlparser v0.61.0
12562026-07-01T22:29:49.670Z Downloaded openapiv3 v2.2.0
12572026-07-01T22:29:49.675Z Downloaded fiat-crypto v0.3.0
12582026-07-01T22:29:49.696Z Downloaded ratatui v0.29.0
12592026-07-01T22:29:49.732Z Downloaded zerocopy-derive v0.6.6
12602026-07-01T22:29:49.740Z Downloaded petgraph v0.6.5
12612026-07-01T22:29:49.788Z Downloaded csv v1.4.0
12622026-07-01T22:29:49.800Z Downloaded typify-impl v0.6.2
12632026-07-01T22:29:49.808Z Downloaded petgraph v0.8.3
12642026-07-01T22:29:49.824Z Downloaded tracing v0.1.44
12652026-07-01T22:29:49.836Z Downloaded sha3 v0.11.0
12662026-07-01T22:29:49.848Z Downloaded sled v0.34.7
12672026-07-01T22:29:49.851Z Downloaded tokio v1.52.1
12682026-07-01T22:29:49.873Z Downloaded bzip2-sys v0.1.13+1.0.8
12692026-07-01T22:29:49.891Z Downloaded regex-automata v0.4.14
12702026-07-01T22:29:49.910Z Downloaded encoding_rs v0.8.35
12712026-07-01T22:29:49.925Z Downloaded chrono-tz v0.10.4
12722026-07-01T22:29:49.936Z Downloaded jiff v0.2.21
12732026-07-01T22:29:49.953Z Downloaded ring v0.17.14
12742026-07-01T22:29:49.990Z Downloaded libz-sys v1.1.24
12752026-07-01T22:29:50.002Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12762026-07-01T22:29:50.012Z Downloaded sha3 v0.10.8
12772026-07-01T22:29:50.140Z Downloaded libgit2-sys v0.18.3+1.9.2
12782026-07-01T22:29:50.741Z Downloaded aws-lc-sys v0.40.0
12792026-07-01T22:29:50.985Z Compiling libc v0.2.185
12802026-07-01T22:29:50.985Z Compiling serde_core v1.0.228
12812026-07-01T22:29:50.989Z Compiling serde v1.0.228
12822026-07-01T22:29:50.989Z Compiling log v0.4.29
12832026-07-01T22:29:50.989Z Compiling smallvec v1.15.1
12842026-07-01T22:29:50.989Z Compiling find-msvc-tools v0.1.9
12852026-07-01T22:29:50.989Z Compiling shlex v1.3.0
12862026-07-01T22:29:50.989Z Compiling subtle v2.6.1
12872026-07-01T22:29:50.989Z Compiling scopeguard v1.2.0
12882026-07-01T22:29:50.989Z Compiling stable_deref_trait v1.2.1
12892026-07-01T22:29:50.989Z Compiling typenum v1.20.1
12902026-07-01T22:29:51.200Z Compiling serde_json v1.0.150
12912026-07-01T22:29:51.208Z Compiling zerocopy v0.8.40
12922026-07-01T22:29:51.225Z Compiling portable-atomic v1.13.1
12932026-07-01T22:29:51.247Z Compiling syn v2.0.117
12942026-07-01T22:29:51.257Z Compiling pin-project-lite v0.2.17
12952026-07-01T22:29:51.288Z Compiling lock_api v0.4.14
12962026-07-01T22:29:51.304Z Compiling parking_lot_core v0.9.12
12972026-07-01T22:29:51.342Z Compiling pkg-config v0.3.32
12982026-07-01T22:29:51.356Z Compiling critical-section v1.2.0
12992026-07-01T22:29:51.399Z Compiling getrandom v0.4.1
13002026-07-01T22:29:51.418Z Compiling futures-core v0.3.32
13012026-07-01T22:29:51.460Z Compiling libm v0.2.16
13022026-07-01T22:29:51.474Z Compiling num-traits v0.2.19
13032026-07-01T22:29:51.502Z Compiling generic-array v0.14.7
13042026-07-01T22:29:51.502Z Compiling rand_core v0.10.0
13052026-07-01T22:29:51.529Z Compiling const-oid v0.9.6
13062026-07-01T22:29:51.560Z Compiling percent-encoding v2.3.2
13072026-07-01T22:29:51.591Z Compiling litemap v0.8.1
13082026-07-01T22:29:51.618Z Compiling writeable v0.6.2
13092026-07-01T22:29:51.696Z Compiling icu_properties_data v2.1.2
13102026-07-01T22:29:51.775Z Compiling icu_normalizer_data v2.1.1
13112026-07-01T22:29:51.788Z Compiling futures-sink v0.3.32
13122026-07-01T22:29:51.808Z Compiling slab v0.4.12
13132026-07-01T22:29:51.845Z Compiling futures-io v0.3.32
13142026-07-01T22:29:51.883Z Compiling futures-task v0.3.32
13152026-07-01T22:29:51.927Z Compiling futures-channel v0.3.32
13162026-07-01T22:29:51.960Z Compiling getrandom v0.3.4
13172026-07-01T22:29:51.963Z Compiling utf8_iter v1.0.4
13182026-07-01T22:29:51.988Z Compiling rustversion v1.0.22
13192026-07-01T22:29:52.033Z Compiling form_urlencoded v1.2.2
13202026-07-01T22:29:52.068Z Compiling fs_extra v1.3.0
13212026-07-01T22:29:52.069Z Compiling dunce v1.0.5
13222026-07-01T22:29:52.093Z Compiling ident_case v1.0.1
13232026-07-01T22:29:52.139Z Compiling jobserver v0.1.34
13242026-07-01T22:29:52.178Z Compiling errno v0.3.14
13252026-07-01T22:29:52.194Z Compiling getrandom v0.2.17
13262026-07-01T22:29:52.211Z Compiling mio v1.2.0
13272026-07-01T22:29:52.247Z Compiling socket2 v0.6.3
13282026-07-01T22:29:52.250Z Compiling rustix v1.1.3
13292026-07-01T22:29:52.347Z Compiling rand_core v0.6.4
13302026-07-01T22:29:52.364Z Compiling signal-hook-registry v1.4.8
13312026-07-01T22:29:52.376Z Compiling cc v1.2.56
13322026-07-01T22:29:52.442Z Compiling once_cell v1.21.3
13332026-07-01T22:29:52.456Z Compiling parking_lot v0.12.5
13342026-07-01T22:29:52.521Z Compiling regex-syntax v0.8.10
13352026-07-01T22:29:52.552Z Compiling iana-time-zone v0.1.65
13362026-07-01T22:29:52.571Z Compiling vcpkg v0.2.15
13372026-07-01T22:29:52.650Z Compiling base64ct v1.8.3
13382026-07-01T22:29:52.665Z Compiling tracing-core v0.1.36
13392026-07-01T22:29:52.699Z Compiling aws-lc-rs v1.16.3
13402026-07-01T22:29:52.729Z Compiling base64 v0.22.1
13412026-07-01T22:29:52.777Z Compiling flagset v0.4.7
13422026-07-01T22:29:52.858Z Compiling tinyvec_macros v0.1.1
13432026-07-01T22:29:52.920Z Compiling rand_core v0.9.5
13442026-07-01T22:29:52.934Z Compiling pem-rfc7468 v0.7.0
13452026-07-01T22:29:52.950Z Compiling httparse v1.10.1
13462026-07-01T22:29:52.963Z Compiling openssl-probe v0.2.1
13472026-07-01T22:29:52.996Z Compiling cmov v0.5.4
13482026-07-01T22:29:53.049Z Compiling tinyvec v1.10.0
13492026-07-01T22:29:53.066Z Compiling aho-corasick v1.1.4
13502026-07-01T22:29:53.090Z Compiling atomic-waker v1.1.2
13512026-07-01T22:29:53.123Z Compiling try-lock v0.2.5
13522026-07-01T22:29:53.162Z Compiling cmake v0.1.57
13532026-07-01T22:29:53.227Z Compiling ctutils v0.4.2
13542026-07-01T22:29:53.241Z Compiling untrusted v0.7.1
13552026-07-01T22:29:53.245Z Compiling dyn-clone v1.0.20
13562026-07-01T22:29:53.270Z Compiling tower-service v0.3.3
13572026-07-01T22:29:53.275Z Compiling tower-layer v0.3.3
13582026-07-01T22:29:53.299Z Compiling schemars v0.8.22
13592026-07-01T22:29:53.344Z Compiling want v0.3.1
13602026-07-01T22:29:53.387Z Compiling bitflags v2.11.0
13612026-07-01T22:29:53.400Z Compiling semver v1.0.28
13622026-07-01T22:29:53.409Z Compiling indexmap v2.14.0
13632026-07-01T22:29:53.434Z Compiling uuid v1.23.4
13642026-07-01T22:29:53.481Z Compiling cpufeatures v0.2.17
13652026-07-01T22:29:53.497Z Compiling untrusted v0.9.0
13662026-07-01T22:29:53.541Z Compiling openssl v0.10.79
13672026-07-01T22:29:53.556Z Compiling httpdate v1.0.3
13682026-07-01T22:29:53.604Z Compiling rustls v0.23.41
13692026-07-01T22:29:53.618Z Compiling foreign-types-shared v0.1.1
13702026-07-01T22:29:53.639Z Compiling rustc_version v0.4.1
13712026-07-01T22:29:53.654Z Compiling unicode-normalization v0.1.25
13722026-07-01T22:29:53.721Z Compiling foreign-types v0.3.2
13732026-07-01T22:29:53.763Z Compiling spin v0.9.8
13742026-07-01T22:29:53.800Z Compiling native-tls v0.2.18
13752026-07-01T22:29:53.817Z Compiling num-conv v0.2.0
13762026-07-01T22:29:53.829Z Compiling powerfmt v0.2.0
13772026-07-01T22:29:53.832Z Compiling time-core v0.1.8
13782026-07-01T22:29:53.832Z Compiling crc32fast v1.5.0
13792026-07-01T22:29:53.961Z Compiling wait-timeout v0.2.1
13802026-07-01T22:29:54.405Z Compiling deranged v0.5.8
13812026-07-01T22:29:54.410Z Compiling sync_wrapper v1.0.2
13822026-07-01T22:29:54.410Z Compiling time-macros v0.2.27
13832026-07-01T22:29:54.410Z Compiling siphasher v1.0.2
13842026-07-01T22:29:54.410Z Compiling aws-lc-sys v0.40.0
13852026-07-01T22:29:54.410Z Compiling openssl-sys v0.9.115
13862026-07-01T22:29:54.410Z Compiling regex-automata v0.4.14
13872026-07-01T22:29:54.410Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13882026-07-01T22:29:54.410Z Compiling crossbeam-utils v0.8.21
13892026-07-01T22:29:54.410Z Compiling synstructure v0.13.2
13902026-07-01T22:29:54.410Z Compiling pest_generator v2.8.6
13912026-07-01T22:29:54.410Z Compiling serde_derive_internals v0.29.1
13922026-07-01T22:29:54.410Z Compiling darling_core v0.20.11
13932026-07-01T22:29:54.507Z Compiling num_threads v0.1.7
13942026-07-01T22:29:54.582Z Compiling tempfile v3.25.0
13952026-07-01T22:29:54.619Z Compiling simd-adler32 v0.3.8
13962026-07-01T22:29:54.784Z Compiling usdt-impl v0.6.0
13972026-07-01T22:29:54.876Z Compiling syn v1.0.109
13982026-07-01T22:29:54.889Z Compiling bit-vec v0.8.0
13992026-07-01T22:29:54.930Z Compiling quick-error v1.2.3
14002026-07-01T22:29:55.029Z Compiling rusty-fork v0.3.1
14012026-07-01T22:29:55.040Z Compiling darling_core v0.21.3
14022026-07-01T22:29:55.056Z Compiling bzip2-sys v0.1.13+1.0.8
14032026-07-01T22:29:55.064Z Compiling heapless v0.7.17
14042026-07-01T22:29:55.149Z Compiling slog v2.8.2
14052026-07-01T22:29:55.161Z Compiling bit-set v0.8.0
14062026-07-01T22:29:55.224Z Compiling rand_xorshift v0.4.0
14072026-07-01T22:29:55.239Z Compiling time v0.3.47
14082026-07-01T22:29:55.260Z Compiling thread-id v5.1.0
14092026-07-01T22:29:55.341Z Compiling cookie v0.18.1
14102026-07-01T22:29:55.357Z Compiling anyhow v1.0.102
14112026-07-01T22:29:55.357Z Compiling signal-hook v0.3.18
14122026-07-01T22:29:55.391Z Compiling unicode-properties v0.1.4
14132026-07-01T22:29:55.409Z Compiling ryu v1.0.23
14142026-07-01T22:29:55.409Z Compiling unicode-bidi v0.3.18
14152026-07-01T22:29:55.436Z Compiling adler2 v2.0.1
14162026-07-01T22:29:55.442Z Compiling unarray v0.1.4
14172026-07-01T22:29:55.442Z Compiling zstd-safe v7.2.4
14182026-07-01T22:29:55.556Z Compiling paste v1.0.15
14192026-07-01T22:29:55.571Z Compiling iri-string v0.7.10
14202026-07-01T22:29:55.589Z Compiling allocator-api2 v0.2.21
14212026-07-01T22:29:55.618Z Compiling miniz_oxide v0.8.9
14222026-07-01T22:29:55.743Z Compiling stringprep v0.1.5
14232026-07-01T22:29:55.960Z Compiling camino v1.2.2
14242026-07-01T22:29:55.974Z Compiling curve25519-dalek v4.1.3
14252026-07-01T22:29:55.980Z Compiling serde_derive v1.0.228
14262026-07-01T22:29:55.980Z Compiling zeroize_derive v1.4.3
14272026-07-01T22:29:56.217Z Compiling zerofrom-derive v0.1.6
14282026-07-01T22:29:56.268Z Compiling yoke-derive v0.8.1
14292026-07-01T22:29:56.335Z Compiling zerocopy-derive v0.8.40
14302026-07-01T22:29:56.359Z Compiling zerovec-derive v0.11.2
14312026-07-01T22:29:56.412Z Compiling displaydoc v0.2.5
14322026-07-01T22:29:56.450Z Compiling tokio-macros v2.7.0
14332026-07-01T22:29:56.654Z Compiling futures-macro v0.3.32
14342026-07-01T22:29:56.715Z Compiling zeroize v1.8.2
14352026-07-01T22:29:56.926Z Compiling thiserror-impl v2.0.18
14362026-07-01T22:29:57.149Z Compiling tracing-attributes v0.1.31
14372026-07-01T22:29:57.216Z Compiling der_derive v0.7.3
14382026-07-01T22:29:57.249Z Compiling rustls-pki-types v1.14.0
14392026-07-01T22:29:57.469Z Compiling crypto-common v0.1.7
14402026-07-01T22:29:57.498Z Compiling block-buffer v0.10.4
14412026-07-01T22:29:57.549Z Compiling futures-util v0.3.32
14422026-07-01T22:29:57.561Z Compiling hybrid-array v0.4.13
14432026-07-01T22:29:57.638Z Compiling digest v0.10.7
14442026-07-01T22:29:57.690Z Compiling schemars_derive v0.8.22
14452026-07-01T22:29:57.706Z Compiling zerofrom v0.1.6
14462026-07-01T22:29:57.720Z Compiling scroll_derive v0.13.1
14472026-07-01T22:29:57.723Z Compiling pest_derive v2.8.6
14482026-07-01T22:29:57.841Z Compiling yoke v0.8.1
14492026-07-01T22:29:57.924Z Compiling darling_macro v0.20.11
14502026-07-01T22:29:58.044Z Compiling zerovec v0.11.5
14512026-07-01T22:29:58.221Z Compiling zerotrie v0.2.3
14522026-07-01T22:29:58.240Z Compiling der v0.7.10
14532026-07-01T22:29:58.329Z Compiling thiserror v2.0.18
14542026-07-01T22:29:58.368Z Compiling openssl-macros v0.1.1
14552026-07-01T22:29:58.374Z Compiling sha2 v0.10.9
14562026-07-01T22:29:58.444Z Compiling hmac v0.12.1
14572026-07-01T22:29:58.461Z Compiling darling v0.20.11
14582026-07-01T22:29:58.544Z Compiling tinystr v0.8.2
14592026-07-01T22:29:58.561Z Compiling potential_utf v0.1.4
14602026-07-01T22:29:58.577Z Compiling tracing v0.1.44
14612026-07-01T22:29:58.580Z Compiling derive_builder_core v0.20.2
14622026-07-01T22:29:58.606Z Compiling scroll v0.13.0
14632026-07-01T22:29:58.622Z Compiling dtrace-parser v0.3.0
14642026-07-01T22:29:58.743Z Compiling icu_locale_core v2.1.1
14652026-07-01T22:29:58.771Z Compiling icu_collections v2.1.1
14662026-07-01T22:29:58.868Z Compiling goblin v0.10.5
14672026-07-01T22:29:58.902Z Compiling scroll_derive v0.12.1
14682026-07-01T22:29:59.029Z Compiling thiserror-impl v1.0.69
14692026-07-01T22:29:59.262Z Compiling spki v0.7.3
14702026-07-01T22:29:59.382Z Compiling icu_provider v2.1.1
14712026-07-01T22:29:59.476Z Compiling pkcs8 v0.10.2
14722026-07-01T22:29:59.483Z Compiling derive_builder_macro v0.20.2
14732026-07-01T22:29:59.506Z Compiling bytes v1.11.1
14742026-07-01T22:29:59.589Z Compiling chrono v0.4.44
14752026-07-01T22:29:59.605Z Compiling ipnet v2.11.0
14762026-07-01T22:29:59.642Z Compiling icu_properties v2.1.2
14772026-07-01T22:29:59.661Z Compiling icu_normalizer v2.1.1
14782026-07-01T22:29:59.698Z Compiling scroll v0.12.0
14792026-07-01T22:29:59.751Z Compiling serde_spanned v0.6.9
14802026-07-01T22:29:59.794Z Compiling toml_datetime v0.6.11
14812026-07-01T22:29:59.880Z Compiling serde_tokenstream v0.2.3
14822026-07-01T22:29:59.915Z Compiling erased-serde v0.3.31
14832026-07-01T22:29:59.989Z Compiling tokio v1.52.1
14842026-07-01T22:30:00.030Z Compiling http v1.4.2
14852026-07-01T22:30:00.075Z Compiling serde_urlencoded v0.7.1
14862026-07-01T22:30:00.156Z Compiling block-buffer v0.12.1
14872026-07-01T22:30:00.218Z Compiling block-padding v0.4.2
14882026-07-01T22:30:00.231Z Compiling crypto-common v0.2.2
14892026-07-01T22:30:00.281Z Compiling md-5 v0.10.6
14902026-07-01T22:30:00.372Z Compiling signature v2.2.0
14912026-07-01T22:30:00.392Z Compiling darling_macro v0.21.3
14922026-07-01T22:30:00.407Z Compiling rustls-native-certs v0.8.3
14932026-07-01T22:30:00.422Z Compiling thiserror v1.0.69
14942026-07-01T22:30:00.456Z Compiling bstr v1.12.1
14952026-07-01T22:30:00.503Z Compiling pin-project-internal v1.1.11
14962026-07-01T22:30:00.535Z Compiling zerocopy-derive v0.7.35
14972026-07-01T22:30:00.564Z Compiling idna_adapter v1.2.1
14982026-07-01T22:30:00.733Z Compiling idna v1.1.0
14992026-07-01T22:30:00.749Z Compiling http-body v1.0.1
15002026-07-01T22:30:00.849Z Compiling ppv-lite86 v0.2.21
15012026-07-01T22:30:00.924Z Compiling http-body-util v0.1.3
15022026-07-01T22:30:00.965Z Compiling async-trait v0.1.89
15032026-07-01T22:30:01.036Z Compiling url v2.5.8
15042026-07-01T22:30:01.105Z Compiling num-integer v0.1.46
15052026-07-01T22:30:01.114Z Compiling vergen-lib v9.1.0
15062026-07-01T22:30:01.155Z Compiling rand_chacha v0.9.0
15072026-07-01T22:30:01.191Z Compiling rand_chacha v0.3.1
15082026-07-01T22:30:01.314Z Compiling hash32 v0.2.1
15092026-07-01T22:30:01.382Z Compiling rand v0.9.2
15102026-07-01T22:30:01.432Z Compiling memoffset v0.9.1
15112026-07-01T22:30:01.476Z Compiling encoding_rs v0.8.35
15122026-07-01T22:30:01.527Z Compiling cfg_aliases v0.2.1
15132026-07-01T22:30:01.537Z Compiling rustix v0.38.44
15142026-07-01T22:30:01.662Z Compiling dof v0.4.0
15152026-07-01T22:30:01.694Z Compiling ref-cast v1.0.25
15162026-07-01T22:30:01.869Z Compiling smoltcp v0.9.1
15172026-07-01T22:30:01.877Z Compiling zlib-rs v0.6.2
15182026-07-01T22:30:01.965Z Compiling psl-types v2.0.11
15192026-07-01T22:30:01.978Z Compiling num-bigint-dig v0.8.6
15202026-07-01T22:30:02.052Z Compiling proptest v1.10.0
15212026-07-01T22:30:02.066Z Compiling litrs v1.0.0
15222026-07-01T22:30:02.066Z Compiling mime v0.3.17
15232026-07-01T22:30:02.066Z Compiling fallible-iterator v0.2.0
15242026-07-01T22:30:02.137Z Compiling publicsuffix v2.3.0
15252026-07-01T22:30:02.218Z Compiling pin-project v1.1.11
15262026-07-01T22:30:02.296Z Compiling nix v0.31.2
15272026-07-01T22:30:02.333Z Compiling zerocopy v0.7.35
15282026-07-01T22:30:02.363Z Compiling postgres-protocol v0.6.10
15292026-07-01T22:30:02.394Z Compiling rand v0.8.6
15302026-07-01T22:30:02.459Z Compiling ipnetwork v0.21.1
15312026-07-01T22:30:02.571Z Compiling document-features v0.2.12
15322026-07-01T22:30:02.707Z Compiling oxnet v0.1.6
15332026-07-01T22:30:02.902Z Compiling num-iter v0.1.45
15342026-07-01T22:30:02.908Z Compiling darling v0.21.3
15352026-07-01T22:30:02.938Z Compiling inout v0.2.2
15362026-07-01T22:30:02.960Z Compiling derive_builder v0.20.2
15372026-07-01T22:30:02.982Z Compiling goblin v0.8.2
15382026-07-01T22:30:03.005Z Compiling hubpack_derive v0.1.1
15392026-07-01T22:30:03.045Z Compiling futures-executor v0.3.32
15402026-07-01T22:30:03.057Z Compiling hex v0.4.3
15412026-07-01T22:30:03.096Z Compiling regex v1.12.3
15422026-07-01T22:30:03.205Z Compiling ref-cast-impl v1.0.25
15432026-07-01T22:30:03.220Z Compiling strum_macros v0.27.2
15442026-07-01T22:30:03.246Z Compiling curve25519-dalek-derive v0.1.1
15452026-07-01T22:30:03.270Z Compiling snafu-derive v0.8.9
15462026-07-01T22:30:03.284Z Compiling daft-derive v0.1.7
15472026-07-01T22:30:03.498Z Compiling terminal_size v0.4.3
15482026-07-01T22:30:03.525Z Compiling phf_shared v0.13.1
15492026-07-01T22:30:03.651Z Compiling lazy_static v1.5.0
15502026-07-01T22:30:03.658Z Compiling anstyle-parse v0.2.7
15512026-07-01T22:30:03.658Z Compiling cargo-platform v0.3.2
15522026-07-01T22:30:03.700Z Compiling vergen v9.1.0
15532026-07-01T22:30:03.777Z Compiling ff v0.13.1
15542026-07-01T22:30:03.790Z Compiling fs-err v3.3.0
15552026-07-01T22:30:03.795Z Compiling ahash v0.8.12
15562026-07-01T22:30:03.881Z Compiling tokio-util v0.7.18
15572026-07-01T22:30:03.895Z Compiling tower v0.5.3
15582026-07-01T22:30:03.922Z Compiling tokio-native-tls v0.3.1
15592026-07-01T22:30:03.937Z Compiling object v0.37.3
15602026-07-01T22:30:03.951Z Compiling winnow v0.5.40
15612026-07-01T22:30:03.957Z Compiling base16ct v0.2.0
15622026-07-01T22:30:04.023Z Compiling managed v0.8.0
15632026-07-01T22:30:04.062Z Compiling foldhash v0.2.0
15642026-07-01T22:30:04.066Z Compiling unicode-segmentation v1.12.0
15652026-07-01T22:30:04.114Z Compiling bitflags v1.3.2
15662026-07-01T22:30:04.161Z Compiling bumpalo v3.20.2
15672026-07-01T22:30:04.199Z Compiling same-file v1.0.6
15682026-07-01T22:30:04.239Z Compiling foldhash v0.1.5
15692026-07-01T22:30:04.254Z Compiling libbz2-rs-sys v0.2.2
15702026-07-01T22:30:04.298Z Compiling tower-http v0.6.8
15712026-07-01T22:30:04.382Z Compiling hashbrown v0.15.5
15722026-07-01T22:30:04.393Z Compiling zopfli v0.8.3
15732026-07-01T22:30:04.425Z Compiling newtype-uuid v1.3.2
15742026-07-01T22:30:04.439Z Compiling walkdir v2.5.0
15752026-07-01T22:30:04.725Z Compiling h2 v0.4.15
15762026-07-01T22:30:04.763Z Compiling bzip2 v0.6.1
15772026-07-01T22:30:04.779Z Compiling daft v0.1.7
15782026-07-01T22:30:04.953Z Compiling flate2 v1.1.9
15792026-07-01T22:30:04.961Z Compiling hashbrown v0.16.1
15802026-07-01T22:30:04.961Z Compiling sec1 v0.7.3
15812026-07-01T22:30:04.999Z Compiling clap_builder v4.6.0
15822026-07-01T22:30:05.240Z Compiling group v0.13.0
15832026-07-01T22:30:05.257Z Compiling snafu v0.8.9
15842026-07-01T22:30:05.265Z Compiling toml_edit v0.19.15
15852026-07-01T22:30:05.286Z Compiling strum v0.27.2
15862026-07-01T22:30:05.291Z Compiling dof v0.3.0
15872026-07-01T22:30:05.380Z Compiling cargo_metadata v0.23.1
15882026-07-01T22:30:05.415Z Compiling anstream v0.6.21
15892026-07-01T22:30:05.459Z Compiling phf v0.13.1
15902026-07-01T22:30:05.552Z Compiling signal-hook-mio v0.2.5
15912026-07-01T22:30:05.649Z Compiling hubpack v0.1.2
15922026-07-01T22:30:05.665Z Compiling cookie_store v0.22.1
15932026-07-01T22:30:05.681Z Compiling usdt-macro v0.6.0
15942026-07-01T22:30:05.763Z Compiling usdt-attr-macro v0.6.0
15952026-07-01T22:30:05.845Z Compiling bzip2 v0.4.4
15962026-07-01T22:30:05.886Z Compiling futures v0.3.32
15972026-07-01T22:30:05.981Z Compiling cipher v0.5.2
15982026-07-01T22:30:06.019Z Compiling zstd v0.13.3
15992026-07-01T22:30:06.044Z Compiling serde_with_macros v3.17.0
16002026-07-01T22:30:06.075Z Compiling postgres-types v0.2.12
16012026-07-01T22:30:06.356Z Compiling globset v0.4.18
16022026-07-01T22:30:06.425Z Compiling dtrace-parser v0.2.0
16032026-07-01T22:30:06.493Z Compiling ed25519 v2.2.3
16042026-07-01T22:30:06.551Z Compiling pkcs1 v0.7.5
16052026-07-01T22:30:06.625Z Compiling serde-big-array v0.5.1
16062026-07-01T22:30:06.653Z Compiling olpc-cjson v0.1.4
16072026-07-01T22:30:06.789Z Compiling serde_plain v1.0.2
16082026-07-01T22:30:06.803Z Compiling hkdf v0.12.4
16092026-07-01T22:30:06.833Z Compiling crypto-bigint v0.5.5
16102026-07-01T22:30:06.989Z Compiling serde_repr v0.1.20
16112026-07-01T22:30:07.003Z Compiling strum_macros v0.26.4
16122026-07-01T22:30:07.018Z Compiling async-recursion v1.1.1
16132026-07-01T22:30:07.078Z Compiling clap_derive v4.6.1
16142026-07-01T22:30:07.220Z Compiling enum-as-inner v0.6.1
16152026-07-01T22:30:07.248Z Compiling phf_shared v0.11.3
16162026-07-01T22:30:07.421Z Compiling float-cmp v0.10.0
16172026-07-01T22:30:07.457Z Compiling pem v3.0.6
16182026-07-01T22:30:07.516Z Compiling thread-id v4.2.2
16192026-07-01T22:30:07.571Z Compiling memmap2 v0.9.10
16202026-07-01T22:30:07.587Z Compiling env_filter v1.0.0
16212026-07-01T22:30:07.610Z Compiling keccak v0.1.6
16222026-07-01T22:30:07.727Z Compiling typed-path v0.9.3
16232026-07-01T22:30:07.774Z Compiling either v1.15.0
16242026-07-01T22:30:07.805Z Compiling data-encoding v2.10.0
16252026-07-01T22:30:07.822Z Compiling predicates-core v1.0.10
16262026-07-01T22:30:07.913Z Compiling static_assertions v1.1.0
16272026-07-01T22:30:07.987Z Compiling hyper v1.10.1
16282026-07-01T22:30:08.002Z Compiling new_debug_unreachable v1.0.6
16292026-07-01T22:30:08.006Z Compiling fixedbitset v0.4.2
16302026-07-01T22:30:08.029Z Compiling difflib v0.4.0
16312026-07-01T22:30:08.085Z Compiling cpufeatures v0.3.0
16322026-07-01T22:30:08.110Z Compiling const-oid v0.10.2
16332026-07-01T22:30:08.176Z Compiling whoami v2.1.0
16342026-07-01T22:30:08.206Z Compiling winnow v1.0.3
16352026-07-01T22:30:08.252Z Compiling precomputed-hash v0.1.1
16362026-07-01T22:30:08.329Z Compiling normalize-line-endings v0.3.0
16372026-07-01T22:30:08.355Z Compiling fixedbitset v0.5.7
16382026-07-01T22:30:08.373Z Compiling jiff v0.2.21
16392026-07-01T22:30:08.446Z Compiling predicates v3.1.4
16402026-07-01T22:30:08.526Z Compiling toml_parser v1.1.2+spec-1.1.0
16412026-07-01T22:30:08.583Z Compiling petgraph v0.8.3
16422026-07-01T22:30:08.597Z Compiling tokio-postgres v0.7.16
16432026-07-01T22:30:08.610Z Compiling string_cache v0.8.9
16442026-07-01T22:30:08.687Z Compiling digest v0.11.3
16452026-07-01T22:30:08.841Z Compiling strum v0.26.3
16462026-07-01T22:30:08.873Z Compiling petgraph v0.6.5
16472026-07-01T22:30:08.938Z Compiling clap v4.6.1
16482026-07-01T22:30:08.954Z Compiling chacha20 v0.10.0
16492026-07-01T22:30:08.994Z Compiling hickory-proto v0.25.2
16502026-07-01T22:30:09.011Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16512026-07-01T22:30:09.014Z Compiling itertools v0.13.0
16522026-07-01T22:30:09.042Z Compiling elliptic-curve v0.13.8
16532026-07-01T22:30:09.058Z Compiling toml_edit v0.22.27
16542026-07-01T22:30:09.135Z Compiling hyper-util v0.1.20
16552026-07-01T22:30:09.213Z Compiling sha3 v0.10.8
16562026-07-01T22:30:09.347Z Compiling env_logger v0.11.9
16572026-07-01T22:30:09.473Z Compiling usdt v0.6.0
16582026-07-01T22:30:09.662Z Compiling usdt-impl v0.5.0
16592026-07-01T22:30:09.685Z Compiling serde_with v3.17.0
16602026-07-01T22:30:09.727Z Compiling crossterm v0.28.1
16612026-07-01T22:30:09.757Z Compiling rsa v0.9.10
16622026-07-01T22:30:10.329Z Compiling ed25519-dalek v2.2.0
16632026-07-01T22:30:10.339Z Compiling toml v0.7.8
16642026-07-01T22:30:10.586Z Compiling hyper-tls v0.6.0
16652026-07-01T22:30:10.850Z Compiling reqwest v0.12.28
16662026-07-01T22:30:10.951Z Compiling zip v0.6.6
16672026-07-01T22:30:10.972Z Compiling iddqd v0.4.2
16682026-07-01T22:30:10.992Z Compiling zip v4.6.1
16692026-07-01T22:30:11.364Z Compiling tokio-stream v0.1.18
16702026-07-01T22:30:11.530Z Compiling heck v0.4.1
16712026-07-01T22:30:11.545Z Compiling similar v2.7.0
16722026-07-01T22:30:11.573Z Compiling buf-list v1.1.2
16732026-07-01T22:30:11.754Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16742026-07-01T22:30:11.846Z Compiling openapiv3 v2.2.0
16752026-07-01T22:30:11.865Z Compiling x509-cert v0.2.5
16762026-07-01T22:30:11.959Z Compiling crossbeam-epoch v0.9.18
16772026-07-01T22:30:11.970Z Compiling lalrpop-util v0.19.12
16782026-07-01T22:30:12.002Z Compiling peg-runtime v0.8.5
16792026-07-01T22:30:12.077Z Compiling thread_local v1.1.9
16802026-07-01T22:30:12.154Z Compiling slog-async v2.8.0
16812026-07-01T22:30:12.176Z Compiling crossbeam-channel v0.5.15
16822026-07-01T22:30:12.264Z Compiling is-terminal v0.4.17
16832026-07-01T22:30:12.306Z Compiling filetime v0.2.27
16842026-07-01T22:30:12.661Z Compiling term v1.2.1
16852026-07-01T22:30:12.677Z Compiling take_mut v0.2.2
16862026-07-01T22:30:12.677Z Compiling xattr v1.6.1
16872026-07-01T22:30:12.677Z Compiling camino-tempfile v1.4.1
16882026-07-01T22:30:12.677Z Compiling tar v0.4.45
16892026-07-01T22:30:12.677Z Compiling slog-term v2.9.2
16902026-07-01T22:30:30.358Z Compiling rustls-webpki v0.103.9
16912026-07-01T22:30:33.076Z Compiling tokio-rustls v0.26.4
16922026-07-01T22:30:33.076Z Compiling rustls-platform-verifier v0.6.2
16932026-07-01T22:30:33.076Z Compiling tough v0.22.0
16942026-07-01T22:30:33.308Z Compiling hyper-rustls v0.27.7
16952026-07-01T22:30:33.500Z Compiling reqwest v0.13.2
16962026-07-01T22:30:35.642Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16972026-07-01T22:30:35.893Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16982026-07-01T22:30:38.714Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.43s
16992026-07-01T22:30:38.851Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17002026-07-01T22:30:38.906ZJul 01 22:30:38.082 INFO Starting download, target: Clickhouse
17012026-07-01T22:30:38.906ZJul 01 22:30:38.083 INFO Starting download, target: Console
17022026-07-01T22:30:38.906ZJul 01 22:30:38.083 INFO Starting download, target: TransceiverControl
17032026-07-01T22:30:38.906ZJul 01 22:30:38.083 INFO Starting download, target: MaghemiteMgd
17042026-07-01T22:30:38.906ZJul 01 22:30:38.083 INFO Starting download, target: DendriteStub
17052026-07-01T22:30:38.910ZJul 01 22:30:38.083 INFO Starting download, target: MaghemiteDdmd
17062026-07-01T22:30:38.910ZJul 01 22:30:38.083 INFO Starting download, target: Cockroach
17072026-07-01T22:30:38.910ZJul 01 22:30:38.083 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17082026-07-01T22:30:38.910ZJul 01 22:30:38.083 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17092026-07-01T22:30:38.910ZJul 01 22:30:38.083 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17102026-07-01T22:30:38.910ZJul 01 22:30:38.083 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17112026-07-01T22:30:38.910ZJul 01 22:30:38.084 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17122026-07-01T22:30:38.910ZJul 01 22:30:38.084 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17132026-07-01T22:30:38.910ZJul 01 22:30:38.084 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17142026-07-01T22:30:40.270ZJul 01 22:30:39.446 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17152026-07-01T22:30:40.479ZJul 01 22:30:39.647 INFO Download complete, target: TransceiverControl
17162026-07-01T22:30:41.100ZJul 01 22:30:40.262 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17172026-07-01T22:30:41.296ZJul 01 22:30:40.459 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17182026-07-01T22:30:41.340ZJul 01 22:30:40.514 INFO Download complete, target: Console
17192026-07-01T22:30:41.645ZJul 01 22:30:40.809 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17202026-07-01T22:30:41.773ZJul 01 22:30:40.947 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17212026-07-01T22:30:42.615ZJul 01 22:30:41.773 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17222026-07-01T22:30:42.723ZJul 01 22:30:41.895 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17232026-07-01T22:30:42.723ZJul 01 22:30:41.895 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17242026-07-01T22:30:43.421ZJul 01 22:30:42.597 INFO Download complete, target: MaghemiteDdmd
17252026-07-01T22:30:44.241ZJul 01 22:30:43.409 INFO Download complete, target: DendriteStub
17262026-07-01T22:30:45.138ZJul 01 22:30:44.315 INFO Download complete, target: MaghemiteMgd
17272026-07-01T22:30:47.340ZJul 01 22:30:46.517 INFO Checking that binary works, target: Cockroach
17282026-07-01T22:30:47.460ZJul 01 22:30:46.637 INFO Download complete, target: Cockroach
17292026-07-01T22:30:48.021ZJul 01 22:30:47.197 INFO Checking that binary works, target: Clickhouse
17302026-07-01T22:30:48.106ZJul 01 22:30:47.283 INFO Download complete, target: Clickhouse
17312026-07-01T22:30:48.112ZAll prerequisites installed successfully
17322026-07-01T22:30:48.115Z
17332026-07-01T22:30:48.115Zreal 1:45.967702289
17342026-07-01T22:30:48.115Zuser 6:37.065426923
17352026-07-01T22:30:48.116Zsys 1:39.348126326
17362026-07-01T22:30:48.116Ztrap 0.251058149
17372026-07-01T22:30:48.116Ztflt 0.757189789
17382026-07-01T22:30:48.116Zdflt 1.581475779
17392026-07-01T22:30:48.116Zkflt 0.022661302
17402026-07-01T22:30:48.116Zlock 23:06.609226354
17412026-07-01T22:30:48.116Zslp 18:10.732607435
17422026-07-01T22:30:48.116Zlat 24.253789450
17432026-07-01T22:30:48.116Zstop 2:47.060753181
17442026-07-01T22:30:48.116Z+ ptime -m cargo xtask download softnpu
17452026-07-01T22:30:48.557Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17462026-07-01T22:30:48.576Z Running `target/debug/xtask download softnpu`
17472026-07-01T22:30:49.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
17482026-07-01T22:30:49.368Z Running `target/debug/xtask-downloader softnpu`
17492026-07-01T22:30:49.409ZJul 01 22:30:48.586 INFO Starting download, target: Softnpu
17502026-07-01T22:30:49.412ZJul 01 22:30:48.587 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17512026-07-01T22:30:50.087ZJul 01 22:30:49.263 INFO Download complete, target: Softnpu
17522026-07-01T22:30:50.090Z
17532026-07-01T22:30:50.093Zreal 1.971438669
17542026-07-01T22:30:50.093Zuser 1.272736616
17552026-07-01T22:30:50.093Zsys 0.593887380
17562026-07-01T22:30:50.094Ztrap 0.000611600
17572026-07-01T22:30:50.094Ztflt 0.000213690
17582026-07-01T22:30:50.094Zdflt 0.000226100
17592026-07-01T22:30:50.094Zkflt 0.000000000
17602026-07-01T22:30:50.094Zlock 12.513686243
17612026-07-01T22:30:50.094Zslp 0.542122323
17622026-07-01T22:30:50.094Zlat 0.081706428
17632026-07-01T22:30:50.094Zstop 0.000179430
17642026-07-01T22:30:50.094Z+ export CARGO_INCREMENTAL=0
17652026-07-01T22:30:50.094Z+ CARGO_INCREMENTAL=0
17662026-07-01T22:30:50.094Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17672026-07-01T22:30:50.958Z Compiling proc-macro2 v1.0.106
17682026-07-01T22:30:50.958Z Compiling quote v1.0.45
17692026-07-01T22:30:50.958Z Compiling unicode-ident v1.0.24
17702026-07-01T22:30:50.958Z Compiling libc v0.2.185
17712026-07-01T22:30:50.962Z Compiling serde_core v1.0.228
17722026-07-01T22:30:50.962Z Compiling serde v1.0.228
17732026-07-01T22:30:50.962Z Compiling cfg-if v1.0.4
17742026-07-01T22:30:50.962Z Compiling version_check v0.9.5
17752026-07-01T22:30:50.962Z Compiling shlex v1.3.0
17762026-07-01T22:30:50.962Z Compiling find-msvc-tools v0.1.9
17772026-07-01T22:30:50.962Z Compiling zmij v1.0.21
17782026-07-01T22:30:50.962Z Compiling memchr v2.8.0
17792026-07-01T22:30:50.962Z Compiling serde_json v1.0.150
17802026-07-01T22:30:51.103Z Compiling autocfg v1.5.0
17812026-07-01T22:30:51.232Z Compiling portable-atomic v1.13.1
17822026-07-01T22:30:51.275Z Compiling zerocopy v0.8.40
17832026-07-01T22:30:51.289Z Compiling getrandom v0.4.1
17842026-07-01T22:30:51.377Z Compiling libm v0.2.16
17852026-07-01T22:30:51.377Z Compiling parking_lot_core v0.9.12
17862026-07-01T22:30:51.408Z Compiling icu_properties_data v2.1.2
17872026-07-01T22:30:51.599Z Compiling smallvec v1.15.1
17882026-07-01T22:30:51.641Z Compiling icu_normalizer_data v2.1.1
17892026-07-01T22:30:51.696Z Compiling num-traits v0.2.19
17902026-07-01T22:30:51.716Z Compiling generic-array v0.14.7
17912026-07-01T22:30:51.731Z Compiling itoa v1.0.17
17922026-07-01T22:30:51.764Z Compiling log v0.4.29
17932026-07-01T22:30:51.808Z Compiling subtle v2.6.1
17942026-07-01T22:30:51.915Z Compiling pkg-config v0.3.32
17952026-07-01T22:30:51.929Z Compiling stable_deref_trait v1.2.1
17962026-07-01T22:30:51.958Z Compiling typenum v1.20.1
17972026-07-01T22:30:52.006Z Compiling scopeguard v1.2.0
17982026-07-01T22:30:52.041Z Compiling fnv v1.0.7
17992026-07-01T22:30:52.090Z Compiling rand_core v0.10.0
18002026-07-01T22:30:52.140Z Compiling lock_api v0.4.14
18012026-07-01T22:30:52.178Z Compiling getrandom v0.3.4
18022026-07-01T22:30:52.222Z Compiling thiserror v2.0.18
18032026-07-01T22:30:52.236Z Compiling pin-project-lite v0.2.17
18042026-07-01T22:30:52.311Z Compiling percent-encoding v2.3.2
18052026-07-01T22:30:52.349Z Compiling jobserver v0.1.34
18062026-07-01T22:30:52.365Z Compiling errno v0.3.14
18072026-07-01T22:30:52.421Z Compiling litemap v0.8.1
18082026-07-01T22:30:52.425Z Compiling equivalent v1.0.2
18092026-07-01T22:30:52.465Z Compiling writeable v0.6.2
18102026-07-01T22:30:52.480Z Compiling getrandom v0.2.17
18112026-07-01T22:30:52.577Z Compiling cc v1.2.56
18122026-07-01T22:30:52.581Z Compiling rustversion v1.0.22
18132026-07-01T22:30:52.639Z Compiling rand_core v0.6.4
18142026-07-01T22:30:52.726Z Compiling schemars v0.8.22
18152026-07-01T22:30:52.742Z Compiling syn v2.0.117
18162026-07-01T22:30:52.746Z Compiling critical-section v1.2.0
18172026-07-01T22:30:52.746Z Compiling rustix v1.1.3
18182026-07-01T22:30:52.805Z Compiling dunce v1.0.5
18192026-07-01T22:30:52.831Z Compiling fs_extra v1.3.0
18202026-07-01T22:30:52.934Z Compiling hashbrown v0.17.0
18212026-07-01T22:30:53.011Z Compiling signal-hook-registry v1.4.8
18222026-07-01T22:30:53.162Z Compiling once_cell v1.21.3
18232026-07-01T22:30:53.167Z Compiling utf8_iter v1.0.4
18242026-07-01T22:30:53.167Z Compiling heck v0.5.0
18252026-07-01T22:30:53.177Z Compiling form_urlencoded v1.2.2
18262026-07-01T22:30:53.369Z Compiling cmake v0.1.57
18272026-07-01T22:30:53.450Z Compiling semver v1.0.28
18282026-07-01T22:30:53.466Z Compiling indexmap v2.14.0
18292026-07-01T22:30:53.488Z Compiling parking_lot v0.12.5
18302026-07-01T22:30:53.531Z Compiling bitflags v2.11.0
18312026-07-01T22:30:53.560Z Compiling mio v1.2.0
18322026-07-01T22:30:53.607Z Compiling socket2 v0.6.3
18332026-07-01T22:30:53.638Z Compiling futures-core v0.3.32
18342026-07-01T22:30:53.743Z Compiling aws-lc-rs v1.16.3
18352026-07-01T22:30:53.812Z Compiling strsim v0.11.1
18362026-07-01T22:30:53.827Z Compiling httparse v1.10.1
18372026-07-01T22:30:53.928Z Compiling aws-lc-sys v0.40.0
18382026-07-01T22:30:54.130Z Compiling ucd-trie v0.1.7
18392026-07-01T22:30:54.160Z Compiling byteorder v1.5.0
18402026-07-01T22:30:54.173Z Compiling thiserror v1.0.69
18412026-07-01T22:30:54.237Z Compiling syn v1.0.109
18422026-07-01T22:30:54.294Z Compiling pest v2.8.6
18432026-07-01T22:30:54.309Z Compiling ident_case v1.0.1
18442026-07-01T22:30:54.324Z Compiling regex-syntax v0.8.10
18452026-07-01T22:30:54.339Z Compiling vcpkg v0.2.15
18462026-07-01T22:30:54.397Z Compiling const-oid v0.9.6
18472026-07-01T22:30:54.413Z Compiling iana-time-zone v0.1.65
18482026-07-01T22:30:54.657Z Compiling uuid v1.23.4
18492026-07-01T22:30:54.793Z Compiling rustc_version v0.4.1
18502026-07-01T22:30:54.850Z Compiling futures-sink v0.3.32
18512026-07-01T22:30:54.906Z Compiling rustls v0.23.41
18522026-07-01T22:30:54.922Z Compiling openssl-sys v0.9.115
18532026-07-01T22:30:54.985Z Compiling futures-channel v0.3.32
18542026-07-01T22:30:55.135Z Compiling aho-corasick v1.1.4
18552026-07-01T22:30:55.151Z Compiling futures-task v0.3.32
18562026-07-01T22:30:55.188Z Compiling futures-io v0.3.32
18572026-07-01T22:30:55.206Z Compiling slab v0.4.12
18582026-07-01T22:30:55.390Z Compiling plain v0.2.3
18592026-07-01T22:30:55.395Z Compiling num-conv v0.2.0
18602026-07-01T22:30:55.426Z Compiling pest_meta v2.8.6
18612026-07-01T22:30:55.495Z Compiling time-core v0.1.8
18622026-07-01T22:30:55.521Z Compiling dyn-clone v1.0.20
18632026-07-01T22:30:55.538Z Compiling crc32fast v1.5.0
18642026-07-01T22:30:55.607Z Compiling base64 v0.22.1
18652026-07-01T22:30:55.623Z Compiling crossbeam-utils v0.8.21
18662026-07-01T22:30:55.640Z Compiling synstructure v0.13.2
18672026-07-01T22:30:55.662Z Compiling serde_derive_internals v0.29.1
18682026-07-01T22:30:55.685Z Compiling time-macros v0.2.27
18692026-07-01T22:30:55.877Z Compiling openssl v0.10.79
18702026-07-01T22:30:55.931Z Compiling pretty-hex v0.4.1
18712026-07-01T22:30:56.024Z Compiling pest_generator v2.8.6
18722026-07-01T22:30:56.090Z Compiling regex-automata v0.4.14
18732026-07-01T22:30:56.106Z Compiling darling_core v0.21.3
18742026-07-01T22:30:56.137Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18752026-07-01T22:30:56.253Z Compiling anyhow v1.0.102
18762026-07-01T22:30:56.270Z Compiling native-tls v0.2.18
18772026-07-01T22:30:56.316Z Compiling rand_core v0.9.5
18782026-07-01T22:30:56.477Z Compiling slog v2.8.2
18792026-07-01T22:30:56.563Z Compiling tracing-core v0.1.36
18802026-07-01T22:30:56.649Z Compiling cookie v0.18.1
18812026-07-01T22:30:56.725Z Compiling base64ct v1.8.3
18822026-07-01T22:30:56.733Z Compiling camino v1.2.2
18832026-07-01T22:30:56.909Z Compiling serde_derive v1.0.228
18842026-07-01T22:30:56.989Z Compiling zeroize_derive v1.4.3
18852026-07-01T22:30:57.019Z Compiling zerofrom-derive v0.1.6
18862026-07-01T22:30:57.058Z Compiling yoke-derive v0.8.1
18872026-07-01T22:30:57.068Z Compiling zerovec-derive v0.11.2
18882026-07-01T22:30:57.157Z Compiling displaydoc v0.2.5
18892026-07-01T22:30:57.201Z Compiling zerocopy-derive v0.8.40
18902026-07-01T22:30:57.365Z Compiling tokio-macros v2.7.0
18912026-07-01T22:30:57.621Z Compiling zeroize v1.8.2
18922026-07-01T22:30:57.848Z Compiling futures-macro v0.3.32
18932026-07-01T22:30:57.869Z Compiling thiserror-impl v2.0.18
18942026-07-01T22:30:57.891Z Compiling schemars_derive v0.8.22
18952026-07-01T22:30:57.952Z Compiling tracing-attributes v0.1.31
18962026-07-01T22:30:58.088Z Compiling der_derive v0.7.3
18972026-07-01T22:30:58.124Z Compiling thiserror-impl v1.0.69
18982026-07-01T22:30:58.178Z Compiling zerofrom v0.1.6
18992026-07-01T22:30:58.285Z Compiling yoke v0.8.1
19002026-07-01T22:30:58.453Z Compiling zerovec v0.11.5
19012026-07-01T22:30:58.491Z Compiling zerotrie v0.2.3
19022026-07-01T22:30:58.663Z Compiling crypto-common v0.1.7
19032026-07-01T22:30:58.699Z Compiling pest_derive v2.8.6
19042026-07-01T22:30:58.945Z Compiling futures-util v0.3.32
19052026-07-01T22:30:59.022Z Compiling tinystr v0.8.2
19062026-07-01T22:30:59.058Z Compiling potential_utf v0.1.4
19072026-07-01T22:30:59.093Z Compiling block-buffer v0.10.4
19082026-07-01T22:30:59.231Z Compiling icu_locale_core v2.1.1
19092026-07-01T22:30:59.258Z Compiling icu_collections v2.1.1
19102026-07-01T22:30:59.262Z Compiling digest v0.10.7
19112026-07-01T22:30:59.336Z Compiling scroll_derive v0.13.1
19122026-07-01T22:30:59.360Z Compiling scroll_derive v0.12.1
19132026-07-01T22:30:59.502Z Compiling openssl-macros v0.1.1
19142026-07-01T22:30:59.732Z Compiling regex v1.12.3
19152026-07-01T22:30:59.958Z Compiling icu_provider v2.1.1
19162026-07-01T22:30:59.987Z Compiling darling_macro v0.21.3
19172026-07-01T22:31:00.007Z Compiling zerocopy-derive v0.7.35
19182026-07-01T22:31:00.048Z Compiling tracing v0.1.44
19192026-07-01T22:31:00.104Z Compiling bytes v1.11.1
19202026-07-01T22:31:00.140Z Compiling chrono v0.4.44
19212026-07-01T22:31:00.289Z Compiling icu_properties v2.1.2
19222026-07-01T22:31:00.387Z Compiling icu_normalizer v2.1.1
19232026-07-01T22:31:00.477Z Compiling serde_tokenstream v0.2.3
19242026-07-01T22:31:00.717Z Compiling tokio v1.52.1
19252026-07-01T22:31:00.806Z Compiling http v1.4.2
19262026-07-01T22:31:00.994Z Compiling darling v0.21.3
19272026-07-01T22:31:01.217Z Compiling idna_adapter v1.2.1
19282026-07-01T22:31:01.364Z Compiling idna v1.1.0
19292026-07-01T22:31:01.579Z Compiling ppv-lite86 v0.2.21
19302026-07-01T22:31:01.656Z Compiling pem-rfc7468 v0.7.0
19312026-07-01T22:31:01.760Z Compiling flagset v0.4.7
19322026-07-01T22:31:01.799Z Compiling url v2.5.8
19332026-07-01T22:31:01.822Z Compiling http-body v1.0.1
19342026-07-01T22:31:01.905Z Compiling rand_chacha v0.9.0
19352026-07-01T22:31:01.929Z Compiling der v0.7.10
19362026-07-01T22:31:01.961Z Compiling rustls-pki-types v1.14.0
19372026-07-01T22:31:02.292Z Compiling usdt-impl v0.5.0
19382026-07-01T22:31:02.368Z Compiling cmov v0.5.4
19392026-07-01T22:31:02.395Z Compiling fastrand v2.3.0
19402026-07-01T22:31:02.604Z Compiling either v1.15.0
19412026-07-01T22:31:02.650Z Compiling usdt-impl v0.6.0
19422026-07-01T22:31:02.672Z Compiling ref-cast v1.0.25
19432026-07-01T22:31:02.754Z Compiling paste v1.0.15
19442026-07-01T22:31:02.769Z Compiling tinyvec_macros v0.1.1
19452026-07-01T22:31:02.847Z Compiling openssl-probe v0.2.1
19462026-07-01T22:31:02.899Z Compiling tinyvec v1.10.0
19472026-07-01T22:31:02.900Z Compiling spki v0.7.3
19482026-07-01T22:31:02.996Z Compiling ctutils v0.4.2
19492026-07-01T22:31:03.129Z Compiling rand v0.9.2
19502026-07-01T22:31:03.212Z Compiling scroll v0.13.0
19512026-07-01T22:31:03.225Z Compiling toml_datetime v0.6.11
19522026-07-01T22:31:03.279Z Compiling serde_spanned v0.6.9
19532026-07-01T22:31:03.299Z Compiling scroll v0.12.0
19542026-07-01T22:31:03.303Z Compiling async-trait v0.1.89
19552026-07-01T22:31:03.444Z Compiling heapless v0.7.17
19562026-07-01T22:31:03.544Z Compiling bzip2-sys v0.1.13+1.0.8
19572026-07-01T22:31:03.576Z Compiling signal-hook v0.3.18
19582026-07-01T22:31:03.596Z Compiling rustix v0.38.44
19592026-07-01T22:31:03.671Z Compiling try-lock v0.2.5
19602026-07-01T22:31:03.682Z Compiling winnow v1.0.3
19612026-07-01T22:31:03.711Z Compiling winnow v0.7.14
19622026-07-01T22:31:03.726Z Compiling atomic-waker v1.1.2
19632026-07-01T22:31:03.730Z Compiling litrs v1.0.0
19642026-07-01T22:31:03.786Z Compiling tower-layer v0.3.3
19652026-07-01T22:31:03.804Z Compiling untrusted v0.7.1
19662026-07-01T22:31:03.880Z Compiling cpufeatures v0.2.17
19672026-07-01T22:31:03.952Z Compiling tower-service v0.3.3
19682026-07-01T22:31:03.960Z Compiling zstd-safe v7.2.4
19692026-07-01T22:31:03.981Z Compiling toml_parser v1.1.2+spec-1.1.0
19702026-07-01T22:31:03.985Z Compiling want v0.3.1
19712026-07-01T22:31:04.064Z Compiling goblin v0.8.2
19722026-07-01T22:31:04.175Z Compiling goblin v0.10.5
19732026-07-01T22:31:04.208Z Compiling document-features v0.2.12
19742026-07-01T22:31:04.212Z Compiling hybrid-array v0.4.13
19752026-07-01T22:31:04.343Z Compiling zerocopy v0.7.35
19762026-07-01T22:31:04.513Z Compiling ipnet v2.11.0
19772026-07-01T22:31:04.565Z Compiling ref-cast-impl v1.0.25
19782026-07-01T22:31:04.768Z Compiling tokio-util v0.7.18
19792026-07-01T22:31:04.803Z Compiling darling_core v0.20.11
19802026-07-01T22:31:04.904Z Compiling curve25519-dalek v4.1.3
19812026-07-01T22:31:05.054Z Compiling memoffset v0.9.1
19822026-07-01T22:31:05.139Z Compiling winnow v0.5.40
19832026-07-01T22:31:05.193Z Compiling utf8parse v0.2.2
19842026-07-01T22:31:05.297Z Compiling powerfmt v0.2.0
19852026-07-01T22:31:05.460Z Compiling httpdate v1.0.3
19862026-07-01T22:31:05.503Z Compiling h2 v0.4.15
19872026-07-01T22:31:05.667Z Compiling foreign-types-shared v0.1.1
19882026-07-01T22:31:05.737Z Compiling untrusted v0.9.0
19892026-07-01T22:31:05.850Z Compiling foreign-types v0.3.2
19902026-07-01T22:31:05.885Z Compiling deranged v0.5.8
19912026-07-01T22:31:05.914Z Compiling tempfile v3.25.0
19922026-07-01T22:31:06.280Z Compiling dof v0.3.0
19932026-07-01T22:31:06.601Z Compiling toml_edit v0.19.15
19942026-07-01T22:31:06.619Z Compiling unicode-normalization v0.1.25
19952026-07-01T22:31:06.635Z Compiling dtrace-parser v0.2.0
19962026-07-01T22:31:06.792Z Compiling darling_macro v0.20.11
19972026-07-01T22:31:06.937Z Compiling dof v0.4.0
19982026-07-01T22:31:07.116Z Compiling pkcs8 v0.10.2
19992026-07-01T22:31:07.301Z Compiling dtrace-parser v0.3.0
20002026-07-01T22:31:07.316Z Compiling daft-derive v0.1.7
20012026-07-01T22:31:07.382Z Compiling pin-project-internal v1.1.11
20022026-07-01T22:31:07.658Z Compiling spin v0.9.8
20032026-07-01T22:31:07.810Z Compiling thread-id v4.2.2
20042026-07-01T22:31:07.891Z Compiling thread-id v5.1.0
20052026-07-01T22:31:07.908Z Compiling num_threads v0.1.7
20062026-07-01T22:31:08.001Z Compiling cfg_aliases v0.2.1
20072026-07-01T22:31:08.035Z Compiling anstyle v1.0.14
20082026-07-01T22:31:08.108Z Compiling num-bigint-dig v0.8.6
20092026-07-01T22:31:08.176Z Compiling smoltcp v0.9.1
20102026-07-01T22:31:08.215Z Compiling time v0.3.47
20112026-07-01T22:31:08.284Z Compiling nix v0.31.2
20122026-07-01T22:31:08.523Z Compiling darling v0.20.11
20132026-07-01T22:31:08.622Z Compiling sha2 v0.10.9
20142026-07-01T22:31:08.670Z Compiling hyper v1.10.1
20152026-07-01T22:31:08.823Z Compiling ipnetwork v0.21.1
20162026-07-01T22:31:08.871Z Compiling hmac v0.12.1
20172026-07-01T22:31:08.890Z Compiling curve25519-dalek-derive v0.1.1
20182026-07-01T22:31:08.995Z Compiling strum_macros v0.26.4
20192026-07-01T22:31:09.121Z Compiling sync_wrapper v1.0.2
20202026-07-01T22:31:09.247Z Compiling wait-timeout v0.2.1
20212026-07-01T22:31:09.432Z Compiling is_terminal_polyfill v1.70.2
20222026-07-01T22:31:09.548Z Compiling colorchoice v1.0.4
20232026-07-01T22:31:09.679Z Compiling simd-adler32 v0.3.8
20242026-07-01T22:31:09.696Z Compiling bit-vec v0.8.0
20252026-07-01T22:31:09.874Z Compiling hyper-util v0.1.20
20262026-07-01T22:31:09.929Z Compiling siphasher v1.0.2
20272026-07-01T22:31:09.947Z Compiling anstyle-query v1.1.5
20282026-07-01T22:31:09.974Z Compiling quick-error v1.2.3
20292026-07-01T22:31:10.072Z Compiling rusty-fork v0.3.1
20302026-07-01T22:31:10.097Z Compiling bit-set v0.8.0
20312026-07-01T22:31:10.368Z Compiling tower v0.5.3
20322026-07-01T22:31:10.778Z Compiling derive_builder_core v0.20.2
20332026-07-01T22:31:10.860Z Compiling http-body-util v0.1.3
20342026-07-01T22:31:11.134Z Compiling hubpack_derive v0.1.1
20352026-07-01T22:31:11.150Z Compiling strum_macros v0.27.2
20362026-07-01T22:31:11.154Z Compiling snafu-derive v0.8.9
20372026-07-01T22:31:11.154Z Compiling rand_xorshift v0.4.0
20382026-07-01T22:31:11.342Z Compiling fs-err v3.3.0
20392026-07-01T22:31:11.420Z Compiling ahash v0.8.12
20402026-07-01T22:31:11.569Z Compiling unicode-bidi v0.3.18
20412026-07-01T22:31:11.600Z Compiling iri-string v0.7.10
20422026-07-01T22:31:11.616Z Compiling unicode-segmentation v1.12.0
20432026-07-01T22:31:11.657Z Compiling allocator-api2 v0.2.21
20442026-07-01T22:31:11.951Z Compiling ryu v1.0.23
20452026-07-01T22:31:12.011Z Compiling adler2 v2.0.1
20462026-07-01T22:31:12.073Z Compiling unicode-properties v0.1.4
20472026-07-01T22:31:12.149Z Compiling object v0.37.3
20482026-07-01T22:31:12.197Z Compiling unarray v0.1.4
20492026-07-01T22:31:12.197Z Compiling miniz_oxide v0.8.9
20502026-07-01T22:31:12.293Z Compiling proptest v1.10.0
20512026-07-01T22:31:12.309Z Compiling stringprep v0.1.5
20522026-07-01T22:31:12.439Z Compiling serde_urlencoded v0.7.1
20532026-07-01T22:31:12.689Z Compiling derive_builder_macro v0.20.2
20542026-07-01T22:31:12.746Z Compiling tokio-native-tls v0.3.1
20552026-07-01T22:31:12.896Z Compiling tower-http v0.6.8
20562026-07-01T22:31:12.947Z Compiling usdt-macro v0.6.0
20572026-07-01T22:31:12.974Z Compiling usdt-attr-macro v0.6.0
20582026-07-01T22:31:13.018Z Compiling anstyle-parse v1.0.0
20592026-07-01T22:31:13.049Z Compiling crypto-common v0.2.2
20602026-07-01T22:31:13.208Z Compiling block-buffer v0.12.1
20612026-07-01T22:31:13.239Z Compiling block-padding v0.4.2
20622026-07-01T22:31:13.546Z Compiling rustls-native-certs v0.8.3
20632026-07-01T22:31:13.563Z Compiling rand_chacha v0.3.1
20642026-07-01T22:31:13.690Z Compiling erased-serde v0.3.31
20652026-07-01T22:31:13.707Z Compiling md-5 v0.10.6
20662026-07-01T22:31:13.745Z Compiling signature v2.2.0
20672026-07-01T22:31:13.749Z Compiling bstr v1.12.1
20682026-07-01T22:31:13.851Z Compiling num-integer v0.1.46
20692026-07-01T22:31:13.866Z Compiling hash32 v0.2.1
20702026-07-01T22:31:13.907Z Compiling vergen-lib v9.1.0
20712026-07-01T22:31:14.062Z Compiling encoding_rs v0.8.35
20722026-07-01T22:31:14.133Z Compiling cpufeatures v0.3.0
20732026-07-01T22:31:14.165Z Compiling mime v0.3.17
20742026-07-01T22:31:14.182Z Compiling psl-types v2.0.11
20752026-07-01T22:31:14.242Z Compiling fallible-iterator v0.2.0
20762026-07-01T22:31:14.290Z Compiling zlib-rs v0.6.2
20772026-07-01T22:31:14.349Z Compiling newtype-uuid v1.3.2
20782026-07-01T22:31:14.379Z Compiling publicsuffix v2.3.0
20792026-07-01T22:31:14.547Z Compiling postgres-protocol v0.6.10
20802026-07-01T22:31:14.566Z Compiling num-iter v0.1.45
20812026-07-01T22:31:14.924Z Compiling rand v0.8.6
20822026-07-01T22:31:15.163Z Compiling inout v0.2.2
20832026-07-01T22:31:15.179Z Compiling oxnet v0.1.6
20842026-07-01T22:31:15.195Z Compiling derive_builder v0.20.2
20852026-07-01T22:31:15.238Z Compiling anstream v1.0.0
20862026-07-01T22:31:15.336Z Compiling hyper-tls v0.6.0
20872026-07-01T22:31:15.352Z Compiling heck v0.4.1
20882026-07-01T22:31:15.400Z Compiling phf_shared v0.13.1
20892026-07-01T22:31:15.586Z Compiling pin-project v1.1.11
20902026-07-01T22:31:15.589Z Compiling lazy_static v1.5.0
20912026-07-01T22:31:15.631Z Compiling anstyle-parse v0.2.7
20922026-07-01T22:31:15.729Z Compiling serde_with_macros v3.17.0
20932026-07-01T22:31:15.744Z Compiling futures-executor v0.3.32
20942026-07-01T22:31:15.759Z Compiling hex v0.4.3
20952026-07-01T22:31:15.775Z Compiling terminal_size v0.4.3
20962026-07-01T22:31:15.807Z Compiling serde_repr v0.1.20
20972026-07-01T22:31:15.848Z Compiling enum-as-inner v0.6.1
20982026-07-01T22:31:15.881Z Compiling clap_derive v4.6.1
20992026-07-01T22:31:15.943Z Compiling async-recursion v1.1.1
21002026-07-01T22:31:16.073Z Compiling ff v0.13.1
21012026-07-01T22:31:16.087Z Compiling vergen v9.1.0
21022026-07-01T22:31:16.174Z Compiling cargo-platform v0.3.2
21032026-07-01T22:31:16.314Z Compiling bumpalo v3.20.2
21042026-07-01T22:31:16.349Z Compiling flate2 v1.1.9
21052026-07-01T22:31:16.364Z Compiling same-file v1.0.6
21062026-07-01T22:31:16.393Z Compiling bitflags v1.3.2
21072026-07-01T22:31:16.549Z Compiling managed v0.8.0
21082026-07-01T22:31:16.603Z Compiling libbz2-rs-sys v0.2.2
21092026-07-01T22:31:16.636Z Compiling foldhash v0.2.0
21102026-07-01T22:31:16.753Z Compiling clap_lex v1.0.0
21112026-07-01T22:31:16.825Z Compiling base16ct v0.2.0
21122026-07-01T22:31:16.855Z Compiling foldhash v0.1.5
21132026-07-01T22:31:16.875Z Compiling hashbrown v0.16.1
21142026-07-01T22:31:16.980Z Compiling hashbrown v0.15.5
21152026-07-01T22:31:17.035Z Compiling bzip2 v0.6.1
21162026-07-01T22:31:17.083Z Compiling sec1 v0.7.3
21172026-07-01T22:31:17.198Z Compiling clap_builder v4.6.0
21182026-07-01T22:31:17.254Z Compiling zopfli v0.8.3
21192026-07-01T22:31:17.369Z Compiling walkdir v2.5.0
21202026-07-01T22:31:17.489Z Compiling cargo_metadata v0.23.1
21212026-07-01T22:31:17.636Z Compiling group v0.13.0
21222026-07-01T22:31:17.830Z Compiling futures v0.3.32
21232026-07-01T22:31:17.845Z Compiling zstd v0.13.3
21242026-07-01T22:31:18.053Z Compiling anstream v0.6.21
21252026-07-01T22:31:18.340Z Compiling snafu v0.8.9
21262026-07-01T22:31:18.357Z Compiling phf v0.13.1
21272026-07-01T22:31:18.456Z Compiling reqwest v0.12.28
21282026-07-01T22:31:18.537Z Compiling daft v0.1.7
21292026-07-01T22:31:18.688Z Compiling cipher v0.5.2
21302026-07-01T22:31:18.937Z Compiling signal-hook-mio v0.2.5
21312026-07-01T22:31:18.954Z Compiling cookie_store v0.22.1
21322026-07-01T22:31:18.971Z Compiling postgres-types v0.2.12
21332026-07-01T22:31:19.032Z Compiling bzip2 v0.4.4
21342026-07-01T22:31:19.050Z Compiling globset v0.4.18
21352026-07-01T22:31:19.069Z Compiling ed25519 v2.2.3
21362026-07-01T22:31:19.120Z Compiling strum v0.27.2
21372026-07-01T22:31:19.321Z Compiling hubpack v0.1.2
21382026-07-01T22:31:19.388Z Compiling phf_shared v0.11.3
21392026-07-01T22:31:19.456Z Compiling hkdf v0.12.4
21402026-07-01T22:31:19.490Z Compiling crossbeam-epoch v0.9.18
21412026-07-01T22:31:19.557Z Compiling pkcs1 v0.7.5
21422026-07-01T22:31:19.561Z Compiling olpc-cjson v0.1.4
21432026-07-01T22:31:19.778Z Compiling serde-big-array v0.5.1
21442026-07-01T22:31:19.821Z Compiling serde_plain v1.0.2
21452026-07-01T22:31:19.934Z Compiling crypto-bigint v0.5.5
21462026-07-01T22:31:19.952Z Compiling pem v3.0.6
21472026-07-01T22:31:20.061Z Compiling float-cmp v0.10.0
21482026-07-01T22:31:20.077Z Compiling memmap2 v0.9.10
21492026-07-01T22:31:20.094Z Compiling env_filter v1.0.0
21502026-07-01T22:31:20.170Z Compiling new_debug_unreachable v1.0.6
21512026-07-01T22:31:20.255Z Compiling toml_write v0.1.2
21522026-07-01T22:31:20.273Z Compiling jiff v0.2.21
21532026-07-01T22:31:20.304Z Compiling keccak v0.1.6
21542026-07-01T22:31:20.319Z Compiling difflib v0.4.0
21552026-07-01T22:31:20.373Z Compiling normalize-line-endings v0.3.0
21562026-07-01T22:31:20.422Z Compiling precomputed-hash v0.1.1
21572026-07-01T22:31:20.470Z Compiling predicates-core v1.0.10
21582026-07-01T22:31:20.485Z Compiling data-encoding v2.10.0
21592026-07-01T22:31:20.515Z Compiling static_assertions v1.1.0
21602026-07-01T22:31:20.601Z Compiling whoami v2.1.0
21612026-07-01T22:31:20.622Z Compiling fixedbitset v0.5.7
21622026-07-01T22:31:20.650Z Compiling typed-path v0.9.3
21632026-07-01T22:31:20.771Z Compiling fixedbitset v0.4.2
21642026-07-01T22:31:20.873Z Compiling const-oid v0.10.2
21652026-07-01T22:31:20.917Z Compiling elliptic-curve v0.13.8
21662026-07-01T22:31:20.971Z Compiling petgraph v0.6.5
21672026-07-01T22:31:20.976Z Compiling petgraph v0.8.3
21682026-07-01T22:31:21.005Z Compiling tokio-postgres v0.7.16
21692026-07-01T22:31:21.029Z Compiling hickory-proto v0.25.2
21702026-07-01T22:31:21.045Z Compiling digest v0.11.3
21712026-07-01T22:31:21.075Z Compiling predicates v3.1.4
21722026-07-01T22:31:21.097Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21732026-07-01T22:31:21.272Z Compiling string_cache v0.8.9
21742026-07-01T22:31:21.287Z Compiling sha3 v0.10.8
21752026-07-01T22:31:21.423Z Compiling toml_edit v0.22.27
21762026-07-01T22:31:21.588Z Compiling chacha20 v0.10.0
21772026-07-01T22:31:21.666Z Compiling env_logger v0.11.9
21782026-07-01T22:31:21.738Z Compiling usdt v0.6.0
21792026-07-01T22:31:22.197Z Compiling rsa v0.9.10
21802026-07-01T22:31:22.917Z Compiling zip v4.6.1
21812026-07-01T22:31:23.393Z Compiling ed25519-dalek v2.2.0
21822026-07-01T22:31:23.409Z Compiling zip v0.6.6
21832026-07-01T22:31:23.724Z Compiling crossterm v0.28.1
21842026-07-01T22:31:23.839Z Compiling iddqd v0.4.2
21852026-07-01T22:31:23.935Z Compiling clap v4.6.1
21862026-07-01T22:31:24.031Z Compiling serde_with v3.17.0
21872026-07-01T22:31:24.047Z Compiling similar v2.7.0
21882026-07-01T22:31:24.173Z Compiling strum v0.26.3
21892026-07-01T22:31:24.298Z Compiling toml v0.7.8
21902026-07-01T22:31:24.320Z Compiling tokio-stream v0.1.18
21912026-07-01T22:31:24.354Z Compiling buf-list v1.1.2
21922026-07-01T22:31:24.625Z Compiling x509-cert v0.2.5
21932026-07-01T22:31:24.790Z Compiling itertools v0.13.0
21942026-07-01T22:31:24.860Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21952026-07-01T22:31:25.379Z Compiling openapiv3 v2.2.0
21962026-07-01T22:31:25.542Z Compiling lalrpop-util v0.19.12
21972026-07-01T22:31:25.767Z Compiling peg-runtime v0.8.5
21982026-07-01T22:31:41.188Z Compiling rustls-webpki v0.103.9
21992026-07-01T22:31:42.720Z Compiling macaddr v1.0.1
22002026-07-01T22:31:42.818Z Compiling structmeta-derive v0.3.0
22012026-07-01T22:31:42.923Z Compiling rayon-core v1.13.0
22022026-07-01T22:31:43.091Z Compiling crucible-workspace-hack v0.1.0
22032026-07-01T22:31:43.122Z Compiling itertools v0.14.0
22042026-07-01T22:31:43.144Z Compiling secrecy v0.10.3
22052026-07-01T22:31:43.181Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22062026-07-01T22:31:43.331Z Compiling toml_datetime v0.7.5+spec-1.1.0
22072026-07-01T22:31:43.348Z Compiling heapless v0.8.0
22082026-07-01T22:31:43.588Z Compiling toml_edit v0.23.10+spec-1.0.0
22092026-07-01T22:31:43.618Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22102026-07-01T22:31:43.787Z Compiling crossbeam-deque v0.8.6
22112026-07-01T22:31:43.825Z Compiling structmeta v0.3.0
22122026-07-01T22:31:43.840Z Compiling inout v0.1.4
22132026-07-01T22:31:43.858Z Compiling hash32 v0.3.1
22142026-07-01T22:31:43.880Z Compiling multer v3.1.0
22152026-07-01T22:31:43.951Z Compiling thread_local v1.1.9
22162026-07-01T22:31:44.021Z Compiling smoltcp v0.11.0
22172026-07-01T22:31:44.024Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22182026-07-01T22:31:44.052Z Compiling slog-async v2.8.0
22192026-07-01T22:31:44.056Z Compiling compression-core v0.4.31
22202026-07-01T22:31:44.113Z Compiling match_cfg v0.1.0
22212026-07-01T22:31:44.144Z Compiling unicode-width v0.2.0
22222026-07-01T22:31:44.203Z Compiling compression-codecs v0.4.37
22232026-07-01T22:31:44.271Z Compiling hostname v0.3.1
22242026-07-01T22:31:44.308Z Compiling proc-macro-crate v3.4.0
22252026-07-01T22:31:44.393Z Compiling derive-ex v0.1.8
22262026-07-01T22:31:44.397Z Compiling ingot-macros v0.1.1
22272026-07-01T22:31:44.454Z Compiling cipher v0.4.4
22282026-07-01T22:31:44.472Z Compiling atomicwrites v0.4.4
22292026-07-01T22:31:44.532Z Compiling slog-json v2.6.1
22302026-07-01T22:31:44.578Z Compiling crossbeam-channel v0.5.15
22312026-07-01T22:31:44.720Z Compiling half v2.7.1
22322026-07-01T22:31:44.760Z Compiling newtype-uuid-macros v0.1.0
22332026-07-01T22:31:44.775Z Compiling cobs v0.3.0
22342026-07-01T22:31:44.807Z Compiling universal-hash v0.5.1
22352026-07-01T22:31:44.955Z Compiling tokio-rustls v0.26.4
22362026-07-01T22:31:44.972Z Compiling rustls-platform-verifier v0.6.2
22372026-07-01T22:31:45.068Z Compiling tough v0.22.0
22382026-07-01T22:31:45.088Z Compiling thiserror-impl-no-std v2.0.2
22392026-07-01T22:31:45.195Z Compiling hyper-rustls v0.27.7
22402026-07-01T22:31:45.248Z Compiling async-stream-impl v0.3.6
22412026-07-01T22:31:45.289Z Compiling toml_datetime v1.1.1+spec-1.1.0
22422026-07-01T22:31:45.516Z Compiling reqwest v0.13.2
22432026-07-01T22:31:45.533Z Compiling serde_spanned v1.1.1
22442026-07-01T22:31:45.705Z Compiling is-terminal v0.4.17
22452026-07-01T22:31:45.736Z Compiling proc-macro-error-attr v1.0.4
22462026-07-01T22:31:45.829Z Compiling dropshot v0.17.1
22472026-07-01T22:31:45.868Z Compiling convert_case v0.4.0
22482026-07-01T22:31:45.934Z Compiling opaque-debug v0.3.1
22492026-07-01T22:31:45.964Z Compiling ciborium-io v0.2.2
22502026-07-01T22:31:45.979Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22512026-07-01T22:31:46.027Z Compiling take_mut v0.2.2
22522026-07-01T22:31:46.068Z Compiling toml_writer v1.1.1+spec-1.1.0
22532026-07-01T22:31:46.087Z Compiling term v1.2.1
22542026-07-01T22:31:46.137Z Compiling thiserror-no-std v2.0.2
22552026-07-01T22:31:46.198Z Compiling derive_more v0.99.20
22562026-07-01T22:31:46.252Z Compiling ciborium-ll v0.2.2
22572026-07-01T22:31:46.293Z Compiling toml v1.1.2+spec-1.1.0
22582026-07-01T22:31:46.362Z Compiling poly1305 v0.8.0
22592026-07-01T22:31:46.456Z Compiling slog-term v2.9.2
22602026-07-01T22:31:46.629Z Compiling test-strategy v0.4.5
22612026-07-01T22:31:46.895Z Compiling async-stream v0.3.6
22622026-07-01T22:31:47.021Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22632026-07-01T22:31:47.039Z Compiling postcard v1.1.3
22642026-07-01T22:31:47.064Z Compiling ingot-types v0.1.2
22652026-07-01T22:31:47.453Z Compiling num_enum_derive v0.7.6
22662026-07-01T22:31:47.468Z Compiling slog-bunyan v2.5.0
22672026-07-01T22:31:47.548Z Compiling ingot v0.1.1
22682026-07-01T22:31:47.674Z Compiling chacha20 v0.9.1
22692026-07-01T22:31:47.930Z Compiling async-compression v0.4.41
22702026-07-01T22:31:47.948Z Compiling parse-display-derive v0.10.0
22712026-07-01T22:31:47.991Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22722026-07-01T22:31:48.430Z Compiling sha1 v0.11.0
22732026-07-01T22:31:48.446Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22742026-07-01T22:31:48.464Z Compiling proc-macro-crate v1.3.1
22752026-07-01T22:31:48.699Z Compiling waitgroup v0.1.2
22762026-07-01T22:31:48.754Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22772026-07-01T22:31:48.795Z Compiling password-hash v0.5.0
22782026-07-01T22:31:48.822Z Compiling backon v1.6.0
22792026-07-01T22:31:48.839Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22802026-07-01T22:31:48.865Z Compiling rustls-pemfile v2.2.0
22812026-07-01T22:31:48.880Z Compiling dropshot_endpoint v0.17.1
22822026-07-01T22:31:49.091Z Compiling blake2 v0.10.6
22832026-07-01T22:31:49.091Z Compiling aead v0.5.2
22842026-07-01T22:31:49.166Z Compiling foreign-types-macros v0.2.3
22852026-07-01T22:31:49.216Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22862026-07-01T22:31:49.242Z Compiling serde_path_to_error v0.1.20
22872026-07-01T22:31:49.308Z Compiling hostname v0.4.2
22882026-07-01T22:31:49.423Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22892026-07-01T22:31:49.485Z Compiling proc-macro-error v1.0.4
22902026-07-01T22:31:49.616Z Compiling instant v0.1.13
22912026-07-01T22:31:49.653Z Compiling debug-ignore v1.0.5
22922026-07-01T22:31:49.669Z Compiling foreign-types-shared v0.3.1
22932026-07-01T22:31:49.710Z Compiling backoff v0.4.0
22942026-07-01T22:31:49.779Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22952026-07-01T22:31:49.779Z Compiling parse-display v0.10.0
22962026-07-01T22:31:49.810Z Compiling foreign-types v0.5.0
22972026-07-01T22:31:49.814Z Compiling argon2 v0.5.3
22982026-07-01T22:31:49.814Z Compiling chacha20poly1305 v0.10.1
22992026-07-01T22:31:49.842Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23002026-07-01T22:31:49.874Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23012026-07-01T22:31:49.879Z Compiling num_enum_derive v0.5.11
23022026-07-01T22:31:49.906Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23032026-07-01T22:31:49.940Z Compiling num_enum v0.7.6
23042026-07-01T22:31:50.073Z Compiling ciborium v0.2.2
23052026-07-01T22:31:50.089Z Compiling vsss-rs v3.3.4
23062026-07-01T22:31:50.376Z Compiling tabwriter v1.4.1
23072026-07-01T22:31:50.440Z Compiling regress v0.10.5
23082026-07-01T22:31:50.478Z Compiling byte-wrapper v0.1.0
23092026-07-01T22:31:50.558Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23102026-07-01T22:31:50.648Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23112026-07-01T22:31:50.776Z Compiling cstr-argument v0.1.2
23122026-07-01T22:31:50.845Z Compiling humantime v2.3.0
23132026-07-01T22:31:50.879Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23142026-07-01T22:31:50.942Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23152026-07-01T22:31:50.968Z Compiling num_enum v0.5.11
23162026-07-01T22:31:51.029Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23172026-07-01T22:31:51.046Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23182026-07-01T22:31:51.123Z Compiling rayon v1.11.0
23192026-07-01T22:31:51.180Z Compiling rand v0.10.1
23202026-07-01T22:31:51.202Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23212026-07-01T22:31:51.280Z Compiling libefi-sys v0.1.0
23222026-07-01T22:31:51.296Z Compiling colored v3.1.1
23232026-07-01T22:31:51.313Z Compiling indent_write v2.2.0
23242026-07-01T22:31:51.371Z Compiling zone_cfg_derive v0.3.1
23252026-07-01T22:31:51.389Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23262026-07-01T22:31:51.449Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23272026-07-01T22:31:51.489Z Compiling camino-tempfile v1.4.1
23282026-07-01T22:31:51.534Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23292026-07-01T22:31:51.574Z Compiling itertools v0.12.1
23302026-07-01T22:31:51.606Z Compiling usdt-macro v0.5.0
23312026-07-01T22:31:51.621Z Compiling usdt-attr-macro v0.5.0
23322026-07-01T22:31:51.703Z Compiling num-derive v0.4.2
23332026-07-01T22:31:51.916Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23342026-07-01T22:31:51.995Z Compiling bitfield-struct v0.6.2
23352026-07-01T22:31:52.032Z Compiling blake3 v1.8.5
23362026-07-01T22:31:52.035Z Compiling memmap v0.7.0
23372026-07-01T22:31:52.067Z Compiling sigpipe v0.1.3
23382026-07-01T22:31:52.082Z Compiling glob v0.3.3
23392026-07-01T22:31:52.085Z Compiling swrite v0.1.0
23402026-07-01T22:31:52.182Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23412026-07-01T22:31:52.225Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23422026-07-01T22:31:52.409Z Compiling usdt v0.5.0
23432026-07-01T22:31:52.461Z Compiling smf v0.2.3
23442026-07-01T22:31:52.544Z Compiling filetime v0.2.27
23452026-07-01T22:31:52.567Z Compiling whoami v1.6.1
23462026-07-01T22:31:52.643Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23472026-07-01T22:31:52.659Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23482026-07-01T22:31:52.779Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23492026-07-01T22:31:52.874Z Compiling arrayvec v0.7.6
23502026-07-01T22:31:52.889Z Compiling zone v0.3.1
23512026-07-01T22:31:52.949Z Compiling arrayref v0.3.9
23522026-07-01T22:31:52.972Z Compiling constant_time_eq v0.4.2
23532026-07-01T22:31:53.024Z Compiling xattr v1.6.1
23542026-07-01T22:31:53.048Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23552026-07-01T22:31:53.048Z Compiling tokio-dtrace v0.1.1
23562026-07-01T22:31:53.075Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23572026-07-01T22:31:53.078Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23582026-07-01T22:31:53.181Z Compiling tar v0.4.45
23592026-07-01T22:31:53.244Z Compiling console v0.16.2
23602026-07-01T22:31:53.346Z Compiling gethostname v0.5.0
23612026-07-01T22:31:53.380Z Compiling unit-prefix v0.5.2
23622026-07-01T22:31:53.410Z Compiling topological-sort v0.2.2
23632026-07-01T22:31:53.499Z Compiling oxide-tokio-rt v0.1.4
23642026-07-01T22:31:53.572Z Compiling toml v0.8.23
23652026-07-01T22:31:53.625Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23662026-07-01T22:31:53.731Z Compiling indicatif v0.18.4
23672026-07-01T22:31:53.752Z Compiling shell-words v1.1.1
23682026-07-01T22:32:03.080Z Compiling progenitor-client v0.14.0
23692026-07-01T22:32:03.080Z Compiling omicron-zone-package v0.12.3
23702026-07-01T22:32:03.326Z Compiling progenitor-extras v0.2.0
23712026-07-01T22:32:03.611Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23722026-07-01T22:32:03.638Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23732026-07-01T22:32:03.675Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23742026-07-01T22:32:03.704Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23752026-07-01T22:32:03.773Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23762026-07-01T22:32:03.856Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23772026-07-01T22:32:03.910Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23782026-07-01T22:32:03.990Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23792026-07-01T22:32:04.464Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23802026-07-01T22:32:08.448Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23812026-07-01T22:32:16.436Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23822026-07-01T22:32:19.602Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23832026-07-01T22:32:20.620Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23842026-07-01T22:32:29.973Z Finished `release` profile [optimized] target(s) in 1m 39s
23852026-07-01T22:32:30.117Z Running `target/release/omicron-package -t test target create -p dev`
23862026-07-01T22:32:30.178ZLogging to: /work/oxidecomputer/omicron/out/LOG
23872026-07-01T22:32:30.182ZCreated new build target 'test' and set it as active
23882026-07-01T22:32:30.182Z
23892026-07-01T22:32:30.182Zreal 1:40.086064308
23902026-07-01T22:32:30.182Zuser 16:24.620800310
23912026-07-01T22:32:30.182Zsys 2:36.585047660
23922026-07-01T22:32:30.182Ztrap 0.494011207
23932026-07-01T22:32:30.182Ztflt 2.514759884
23942026-07-01T22:32:30.182Zdflt 3.997379151
23952026-07-01T22:32:30.182Zkflt 0.000552780
23962026-07-01T22:32:30.182Zlock 51:48.069919124
23972026-07-01T22:32:30.182Zslp 42:14.957294566
23982026-07-01T22:32:30.182Zlat 47.050211464
23992026-07-01T22:32:30.182Zstop 5:19.482102708
24002026-07-01T22:32:30.187Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24012026-07-01T22:32:31.018Z Finished `release` profile [optimized] target(s) in 0.82s
24022026-07-01T22:32:31.089Z Running `target/release/omicron-package -t test package`
24032026-07-01T22:32:31.144ZLogging to: /work/oxidecomputer/omicron/out/LOG
24042026-07-01T22:32:32.520Z Compiling heck v0.5.0
24052026-07-01T22:32:32.520Z Compiling regress v0.11.1
24062026-07-01T22:32:32.739Z Compiling unsafe-libyaml v0.2.11
24072026-07-01T22:32:32.774Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24082026-07-01T22:32:32.803Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24092026-07-01T22:32:32.825Z Compiling unicode-width v0.1.14
24102026-07-01T22:32:32.825Z Compiling atomicwrites v0.4.4
24112026-07-01T22:32:32.843Z Compiling derive-where v1.6.0
24122026-07-01T22:32:32.863Z Compiling bytecount v0.6.9
24132026-07-01T22:32:32.866Z Compiling is-terminal v0.4.17
24142026-07-01T22:32:32.866Z Compiling prettyplease v0.2.37
24152026-07-01T22:32:32.945Z Compiling console v0.15.11
24162026-07-01T22:32:32.946Z Compiling newline-converter v0.3.0
24172026-07-01T22:32:32.952Z Compiling slog-dtrace v0.3.0
24182026-07-01T22:32:33.004Z Compiling owo-colors v4.3.0
24192026-07-01T22:32:33.027Z Compiling resolv-conf v0.7.6
24202026-07-01T22:32:33.027Z Compiling cancel-safe-futures v0.1.5
24212026-07-01T22:32:33.069Z Compiling num-rational v0.4.2
24222026-07-01T22:32:33.092Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24232026-07-01T22:32:33.141Z Compiling libsw-core v0.3.2
24242026-07-01T22:32:33.164Z Compiling num-complex v0.4.6
24252026-07-01T22:32:33.232Z Compiling thread_local v1.1.9
24262026-07-01T22:32:33.270Z Compiling serde_yaml v0.9.34+deprecated
24272026-07-01T22:32:33.344Z Compiling expectorate v1.2.0
24282026-07-01T22:32:33.365Z Compiling match_cfg v0.1.0
24292026-07-01T22:32:33.425Z Compiling compression-core v0.4.31
24302026-07-01T22:32:33.485Z Compiling hostname v0.3.1
24312026-07-01T22:32:33.581Z Compiling compression-codecs v0.4.37
24322026-07-01T22:32:33.608Z Compiling num v0.4.3
24332026-07-01T22:32:33.640Z Compiling libsw v3.5.0
24342026-07-01T22:32:33.643Z Compiling slog-async v2.8.0
24352026-07-01T22:32:33.643Z Compiling multer v3.1.0
24362026-07-01T22:32:33.705Z Compiling crossbeam-channel v0.5.15
24372026-07-01T22:32:33.729Z Compiling slog-json v2.6.1
24382026-07-01T22:32:33.756Z Compiling serde_spanned v1.1.1
24392026-07-01T22:32:33.830Z Compiling toml_datetime v1.1.1+spec-1.1.0
24402026-07-01T22:32:33.852Z Compiling float-ord v0.3.2
24412026-07-01T22:32:33.891Z Compiling linear-map v1.2.0
24422026-07-01T22:32:33.937Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24432026-07-01T22:32:33.968Z Compiling term v1.2.1
24442026-07-01T22:32:34.002Z Compiling take_mut v0.2.2
24452026-07-01T22:32:34.006Z Compiling toml_writer v1.1.1+spec-1.1.0
24462026-07-01T22:32:34.087Z Compiling linked-hash-map v0.5.6
24472026-07-01T22:32:34.130Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24482026-07-01T22:32:34.133Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24492026-07-01T22:32:34.170Z Compiling slog-bunyan v2.5.0
24502026-07-01T22:32:34.174Z Compiling async-compression v0.4.41
24512026-07-01T22:32:34.235Z Compiling toml v1.1.2+spec-1.1.0
24522026-07-01T22:32:34.270Z Compiling typify-impl v0.6.2
24532026-07-01T22:32:34.322Z Compiling lru-cache v0.1.2
24542026-07-01T22:32:34.343Z Compiling slog-term v2.9.2
24552026-07-01T22:32:34.502Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24562026-07-01T22:32:34.525Z Compiling dropshot v0.17.1
24572026-07-01T22:32:34.559Z Compiling async-stream v0.3.6
24582026-07-01T22:32:34.589Z Compiling sha1 v0.11.0
24592026-07-01T22:32:34.610Z Compiling progenitor-client v0.14.0
24602026-07-01T22:32:34.632Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24612026-07-01T22:32:34.660Z Compiling waitgroup v0.1.2
24622026-07-01T22:32:34.760Z Compiling rustls-pemfile v2.2.0
24632026-07-01T22:32:34.800Z Compiling backon v1.6.0
24642026-07-01T22:32:34.823Z Compiling serde_path_to_error v0.1.20
24652026-07-01T22:32:34.845Z Compiling hostname v0.4.2
24662026-07-01T22:32:34.866Z Compiling instant v0.1.13
24672026-07-01T22:32:34.866Z Compiling minimal-lexical v0.2.1
24682026-07-01T22:32:34.934Z Compiling debug-ignore v1.0.5
24692026-07-01T22:32:34.976Z Compiling progenitor-extras v0.2.0
24702026-07-01T22:32:35.016Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24712026-07-01T22:32:35.040Z Compiling backoff v0.4.0
24722026-07-01T22:32:35.061Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24732026-07-01T22:32:35.082Z Compiling nom v7.1.3
24742026-07-01T22:32:35.194Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24752026-07-01T22:32:35.256Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24762026-07-01T22:32:35.278Z Compiling parse-display v0.10.0
24772026-07-01T22:32:35.335Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24782026-07-01T22:32:35.377Z Compiling hickory-proto v0.24.4
24792026-07-01T22:32:35.573Z Compiling regress v0.10.5
24802026-07-01T22:32:35.934Z Compiling macaddr v1.0.1
24812026-07-01T22:32:35.958Z Compiling humantime v2.3.0
24822026-07-01T22:32:36.021Z Compiling unicode-xid v0.2.6
24832026-07-01T22:32:36.188Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24842026-07-01T22:32:36.268Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24852026-07-01T22:32:36.381Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24862026-07-01T22:32:36.461Z Compiling convert_case v0.10.0
24872026-07-01T22:32:36.594Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24882026-07-01T22:32:36.764Z Compiling derive_more-impl v2.1.1
24892026-07-01T22:32:37.234Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24902026-07-01T22:32:37.255Z Compiling toml v0.8.23
24912026-07-01T22:32:37.516Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24922026-07-01T22:32:37.567Z Compiling derive_more v2.1.1
24932026-07-01T22:32:37.626Z Compiling papergrid v0.11.0
24942026-07-01T22:32:37.676Z Compiling tabled_derive v0.7.0
24952026-07-01T22:32:37.699Z Compiling termtree v0.5.1
24962026-07-01T22:32:37.740Z Compiling typify-macro v0.6.2
24972026-07-01T22:32:37.834Z Compiling crossterm v0.29.0
24982026-07-01T22:32:37.902Z Compiling phf_shared v0.12.1
24992026-07-01T22:32:37.929Z Compiling hickory-resolver v0.24.4
25002026-07-01T22:32:38.150Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25012026-07-01T22:32:38.355Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25022026-07-01T22:32:38.607Z Compiling tabled v0.15.0
25032026-07-01T22:32:38.864Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25042026-07-01T22:32:39.281Z Compiling typify v0.6.2
25052026-07-01T22:32:39.603Z Compiling progenitor-impl v0.14.0
25062026-07-01T22:32:39.955Z Compiling qorb v0.4.1
25072026-07-01T22:32:40.797Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25082026-07-01T22:32:41.317Z Compiling vte v0.14.1
25092026-07-01T22:32:41.590Z Compiling csv-core v0.1.13
25102026-07-01T22:32:41.784Z Compiling progenitor-macro v0.14.0
25112026-07-01T22:32:41.960Z Compiling chrono-tz v0.10.4
25122026-07-01T22:32:42.189Z Compiling highway v1.3.0
25132026-07-01T22:32:42.779Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25142026-07-01T22:32:42.965Z Compiling csv v1.4.0
25152026-07-01T22:32:43.225Z Compiling strip-ansi-escapes v0.2.1
25162026-07-01T22:32:43.229Z Compiling phf v0.12.1
25172026-07-01T22:32:43.456Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25182026-07-01T22:32:43.479Z Compiling const_format_proc_macros v0.2.34
25192026-07-01T22:32:43.483Z Compiling fd-lock v4.0.4
25202026-07-01T22:32:43.667Z Compiling peg-macros v0.8.5
25212026-07-01T22:32:43.946Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25222026-07-01T22:32:44.154Z Compiling nu-ansi-term v0.50.3
25232026-07-01T22:32:44.258Z Compiling const_format v0.2.35
25242026-07-01T22:32:44.617Z Compiling reedline v0.40.0
25252026-07-01T22:32:44.730Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25262026-07-01T22:32:44.944Z Compiling peg v0.8.5
25272026-07-01T22:32:45.045Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25282026-07-01T22:32:45.341Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25292026-07-01T22:32:45.864Z Compiling progenitor v0.14.0
25302026-07-01T22:32:45.988Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25312026-07-01T22:32:46.010Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25322026-07-01T22:32:46.045Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25332026-07-01T22:32:46.066Z Compiling bcs v0.1.6
25342026-07-01T22:32:46.495Z Compiling nom v8.0.0
25352026-07-01T22:32:46.527Z Compiling semver v0.1.20
25362026-07-01T22:32:46.831Z Compiling rustc_version v0.1.7
25372026-07-01T22:32:47.069Z Compiling newtype_derive v0.1.6
25382026-07-01T22:32:47.319Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25392026-07-01T22:32:47.570Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25402026-07-01T22:32:48.000Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25412026-07-01T22:32:48.045Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25422026-07-01T22:32:48.288Z Compiling unicode-linebreak v0.1.5
25432026-07-01T22:32:48.428Z Compiling smawk v0.3.2
25442026-07-01T22:32:48.537Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25452026-07-01T22:32:48.610Z Compiling textwrap v0.16.2
25462026-07-01T22:32:48.696Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25472026-07-01T22:32:48.798Z Compiling base64 v0.21.7
25482026-07-01T22:32:48.831Z Compiling steno v0.4.1
25492026-07-01T22:32:49.326Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25502026-07-01T22:32:49.706Z Compiling dropshot-api-manager-types v0.7.2
25512026-07-01T22:32:49.914Z Compiling sha1 v0.10.6
25522026-07-01T22:32:50.277Z Compiling tagptr v0.2.0
25532026-07-01T22:32:50.297Z Compiling utf-8 v0.7.6
25542026-07-01T22:32:50.342Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25552026-07-01T22:32:50.369Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25562026-07-01T22:32:50.479Z Compiling moka v0.12.13
25572026-07-01T22:32:50.530Z Compiling tungstenite v0.21.0
25582026-07-01T22:32:50.552Z Compiling display-error-chain v0.2.2
25592026-07-01T22:32:50.630Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25602026-07-01T22:32:50.733Z Compiling radium v0.7.0
25612026-07-01T22:32:50.782Z Compiling maybe-uninit v2.0.0
25622026-07-01T22:32:51.074Z Compiling tap v1.0.1
25632026-07-01T22:32:51.161Z Compiling tokio-tungstenite v0.21.0
25642026-07-01T22:32:51.220Z Compiling wyz v0.5.1
25652026-07-01T22:32:51.583Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25662026-07-01T22:32:51.768Z Compiling hickory-resolver v0.25.2
25672026-07-01T22:32:51.815Z Compiling vergen-lib v0.1.6
25682026-07-01T22:32:51.885Z Compiling zerocopy-derive v0.6.6
25692026-07-01T22:32:52.071Z Compiling crc-catalog v2.4.0
25702026-07-01T22:32:52.201Z Compiling packed_struct v0.10.1
25712026-07-01T22:32:52.500Z Compiling funty v2.0.0
25722026-07-01T22:32:52.664Z Compiling diesel_derives v2.3.7
25732026-07-01T22:32:52.765Z Compiling zerocopy v0.6.6
25742026-07-01T22:32:52.899Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25752026-07-01T22:32:53.186Z Compiling bitvec v1.0.1
25762026-07-01T22:32:53.452Z Compiling crc v3.4.0
25772026-07-01T22:32:53.678Z Compiling scheduled-thread-pool v0.2.7
25782026-07-01T22:32:53.767Z Compiling dsl_auto_type v0.2.0
25792026-07-01T22:32:54.271Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25802026-07-01T22:32:54.317Z Compiling packed_struct_codegen v0.10.1
25812026-07-01T22:32:54.693Z Compiling vergen-gitcl v1.0.8
25822026-07-01T22:32:54.798Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25832026-07-01T22:32:54.926Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25842026-07-01T22:32:54.950Z Compiling diesel_table_macro_syntax v0.3.0
25852026-07-01T22:32:55.033Z Compiling bitfield-macros v0.19.4
25862026-07-01T22:32:55.109Z Compiling proc-macro-error-attr2 v2.0.0
25872026-07-01T22:32:55.202Z Compiling dirs-sys-next v0.1.2
25882026-07-01T22:32:55.318Z Compiling indexmap v1.9.3
25892026-07-01T22:32:55.475Z Compiling maplit v1.0.2
25902026-07-01T22:32:55.543Z Compiling glob v0.3.3
25912026-07-01T22:32:55.572Z Compiling crunchy v0.2.4
25922026-07-01T22:32:55.596Z Compiling nodrop v0.1.14
25932026-07-01T22:32:55.737Z Compiling array-init v0.0.4
25942026-07-01T22:32:55.801Z Compiling bitfield v0.19.4
25952026-07-01T22:32:55.925Z Compiling clang-sys v1.8.1
25962026-07-01T22:32:55.955Z Compiling proc-macro-error2 v2.0.1
25972026-07-01T22:32:56.124Z Compiling dirs-next v2.0.0
25982026-07-01T22:32:56.322Z Compiling r2d2 v0.8.10
25992026-07-01T22:32:56.325Z Compiling smallvec v0.6.14
26002026-07-01T22:32:56.631Z Compiling num-derive v0.3.3
26012026-07-01T22:32:56.655Z Compiling tiny-keccak v2.0.2
26022026-07-01T22:32:56.855Z Compiling downcast-rs v2.0.2
26032026-07-01T22:32:56.885Z Compiling hashbrown v0.12.3
26042026-07-01T22:32:56.984Z Compiling serde-hex v0.1.0
26052026-07-01T22:32:57.257Z Compiling tabled_derive v0.11.0
26062026-07-01T22:32:57.503Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26072026-07-01T22:32:57.574Z Compiling libscf-sys v1.1.0
26082026-07-01T22:32:57.598Z Compiling term v0.7.0
26092026-07-01T22:32:57.742Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26102026-07-01T22:32:57.808Z Compiling ron v0.8.1
26112026-07-01T22:32:57.973Z Compiling papergrid v0.17.0
26122026-07-01T22:32:58.007Z Compiling testing_table v0.3.0
26132026-07-01T22:32:58.096Z Compiling hashbrown v0.13.2
26142026-07-01T22:32:58.218Z Compiling crc-any v2.5.0
26152026-07-01T22:32:58.318Z Compiling bit-vec v0.6.3
26162026-07-01T22:32:58.451Z Compiling ascii-canvas v3.0.0
26172026-07-01T22:32:58.556Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26182026-07-01T22:32:58.640Z Compiling object v0.30.4
26192026-07-01T22:32:58.709Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26202026-07-01T22:32:58.730Z Compiling bit-set v0.5.3
26212026-07-01T22:32:59.138Z Compiling tabled v0.20.0
26222026-07-01T22:32:59.160Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26232026-07-01T22:32:59.213Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26242026-07-01T22:32:59.757Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26252026-07-01T22:32:59.908Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26262026-07-01T22:33:00.159Z Compiling progenitor-impl v0.13.0
26272026-07-01T22:33:00.473Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26282026-07-01T22:33:00.597Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26292026-07-01T22:33:00.645Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26302026-07-01T22:33:00.746Z Compiling itertools v0.10.5
26312026-07-01T22:33:00.821Z Compiling ena v0.14.4
26322026-07-01T22:33:00.995Z Compiling diesel v2.3.7
26332026-07-01T22:33:01.066Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26342026-07-01T22:33:01.088Z Compiling libloading v0.8.9
26352026-07-01T22:33:01.325Z Compiling unicase v2.9.0
26362026-07-01T22:33:01.345Z Compiling bindgen v0.71.1
26372026-07-01T22:33:01.654Z Compiling path-slash v0.1.5
26382026-07-01T22:33:01.678Z Compiling regex-syntax v0.6.29
26392026-07-01T22:33:01.843Z Compiling diff v0.1.13
26402026-07-01T22:33:01.872Z Compiling xshell-macros v0.2.7
26412026-07-01T22:33:02.149Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26422026-07-01T22:33:02.190Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26432026-07-01T22:33:02.288Z Compiling xshell v0.2.7
26442026-07-01T22:33:02.398Z Compiling progenitor-macro v0.13.0
26452026-07-01T22:33:03.466Z Compiling lalrpop v0.19.12
26462026-07-01T22:33:03.679Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26472026-07-01T22:33:04.402Z Compiling cexpr v0.6.0
26482026-07-01T22:33:05.086Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26492026-07-01T22:33:05.347Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26502026-07-01T22:33:05.822Z Compiling progenitor-client v0.13.0
26512026-07-01T22:33:06.359Z Compiling rustc-hash v2.1.1
26522026-07-01T22:33:06.398Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26532026-07-01T22:33:06.445Z Compiling progenitor v0.13.0
26542026-07-01T22:33:06.852Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26552026-07-01T22:33:06.920Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26562026-07-01T22:33:07.401Z Compiling headers-core v0.3.0
26572026-07-01T22:33:07.564Z Compiling libxml v0.3.3
26582026-07-01T22:33:07.637Z Compiling crc8 v0.1.1
26592026-07-01T22:33:07.774Z Compiling headers v0.4.1
26602026-07-01T22:33:07.821Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26612026-07-01T22:33:07.881Z Compiling strum_macros v0.24.3
26622026-07-01T22:33:08.016Z Compiling indoc v1.0.9
26632026-07-01T22:33:08.118Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26642026-07-01T22:33:08.202Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26652026-07-01T22:33:08.441Z Compiling git-stub v1.0.0
26662026-07-01T22:33:08.471Z Compiling derive_builder v0.20.2
26672026-07-01T22:33:08.637Z Compiling oso-derive v0.27.3
26682026-07-01T22:33:08.701Z Compiling quick-xml v0.37.5
26692026-07-01T22:33:09.103Z Compiling impl-trait-for-tuples v0.2.3
26702026-07-01T22:33:09.120Z Compiling openssl-probe v0.1.6
26712026-07-01T22:33:09.175Z Compiling git-stub-vcs v0.1.0
26722026-07-01T22:33:09.414Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26732026-07-01T22:33:09.462Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26742026-07-01T22:33:09.527Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26752026-07-01T22:33:09.771Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26762026-07-01T22:33:09.949Z Compiling bb8 v0.8.6
26772026-07-01T22:33:10.174Z Compiling trait-variant v0.1.2
26782026-07-01T22:33:10.355Z Compiling half v1.8.3
26792026-07-01T22:33:10.420Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26802026-07-01T22:33:10.662Z Compiling serde_cbor v0.11.2
26812026-07-01T22:33:10.779Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26822026-07-01T22:33:10.820Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26832026-07-01T22:33:10.844Z Compiling polar-core v0.27.3
26842026-07-01T22:33:11.196Z Compiling samael v0.0.19
26852026-07-01T22:33:11.225Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26862026-07-01T22:33:11.408Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26872026-07-01T22:33:11.704Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26882026-07-01T22:33:11.791Z Compiling nonempty v0.12.0
26892026-07-01T22:33:11.791Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26902026-07-01T22:33:11.953Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26912026-07-01T22:33:12.007Z Compiling fxhash v0.2.1
26922026-07-01T22:33:12.194Z Compiling libz-sys v1.1.24
26932026-07-01T22:33:12.456Z Compiling salty v0.3.0
26942026-07-01T22:33:12.787Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26952026-07-01T22:33:13.003Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26962026-07-01T22:33:13.169Z Compiling kstat-rs v0.2.4
26972026-07-01T22:33:13.498Z Compiling arc-swap v1.8.2
26982026-07-01T22:33:13.649Z Compiling fs-err v2.11.0
26992026-07-01T22:33:14.030Z Compiling slog-scope v4.4.1
27002026-07-01T22:33:14.102Z Compiling mime_guess v2.0.5
27012026-07-01T22:33:14.280Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27022026-07-01T22:33:14.499Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27032026-07-01T22:33:14.667Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27042026-07-01T22:33:15.094Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27052026-07-01T22:33:15.143Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27062026-07-01T22:33:15.549Z Compiling rfc6979 v0.4.0
27072026-07-01T22:33:15.739Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27082026-07-01T22:33:15.764Z Compiling nanorand v0.7.0
27092026-07-01T22:33:16.125Z Compiling darling_core v0.23.0
27102026-07-01T22:33:16.148Z Compiling libgit2-sys v0.18.3+1.9.2
27112026-07-01T22:33:16.405Z Compiling parking_lot_core v0.8.6
27122026-07-01T22:33:16.737Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27132026-07-01T22:33:16.935Z Compiling flume v0.11.1
27142026-07-01T22:33:17.340Z Compiling ecdsa v0.16.9
27152026-07-01T22:33:17.984Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27162026-07-01T22:33:18.148Z Compiling slog-stdlog v4.1.1
27172026-07-01T22:33:18.327Z Compiling darling_macro v0.23.0
27182026-07-01T22:33:18.608Z Compiling async-bb8-diesel v0.2.1
27192026-07-01T22:33:18.792Z Compiling diesel-dtrace v0.5.0
27202026-07-01T22:33:18.897Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27212026-07-01T22:33:18.982Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27222026-07-01T22:33:19.069Z Compiling primeorder v0.13.6
27232026-07-01T22:33:19.115Z Compiling atty v0.2.14
27242026-07-01T22:33:19.259Z Compiling instability v0.3.11
27252026-07-01T22:33:19.387Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27262026-07-01T22:33:19.502Z Compiling parse-size v1.1.0
27272026-07-01T22:33:19.700Z Compiling strsim v0.10.0
27282026-07-01T22:33:19.747Z Compiling http-range v0.1.5
27292026-07-01T22:33:20.022Z Compiling oso v0.27.3
27302026-07-01T22:33:20.083Z Compiling darling_core v0.13.4
27312026-07-01T22:33:20.247Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27322026-07-01T22:33:21.817Z Compiling p384 v0.13.1
27332026-07-01T22:33:21.889Z Compiling darling v0.23.0
27342026-07-01T22:33:22.008Z Compiling slog-envlogger v2.2.0
27352026-07-01T22:33:24.024Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27362026-07-01T22:33:24.049Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27372026-07-01T22:33:24.501Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27382026-07-01T22:33:25.694Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27392026-07-01T22:33:26.259Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27402026-07-01T22:33:26.430Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27412026-07-01T22:33:26.553Z Compiling ignore v0.4.25
27422026-07-01T22:33:26.835Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27432026-07-01T22:33:28.007Z Compiling castaway v0.2.4
27442026-07-01T22:33:28.163Z Compiling vergen-git2 v9.1.0
27452026-07-01T22:33:28.233Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27462026-07-01T22:33:28.405Z Compiling indoc v2.0.7
27472026-07-01T22:33:28.615Z Compiling compact_str v0.8.1
27482026-07-01T22:33:28.637Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27492026-07-01T22:33:29.043Z Compiling globwalk v0.9.1
27502026-07-01T22:33:29.619Z Compiling parking_lot v0.11.2
27512026-07-01T22:33:29.701Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27522026-07-01T22:33:29.761Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27532026-07-01T22:33:29.885Z Compiling hyper-staticfile v0.10.1
27542026-07-01T22:33:30.345Z Compiling darling_macro v0.13.4
27552026-07-01T22:33:30.838Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27562026-07-01T22:33:30.868Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27572026-07-01T22:33:30.901Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27582026-07-01T22:33:31.056Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27592026-07-01T22:33:31.376Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27602026-07-01T22:33:31.510Z Compiling predicates-tree v1.0.13
27612026-07-01T22:33:31.533Z Compiling unicode-truncate v1.1.0
27622026-07-01T22:33:31.676Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27632026-07-01T22:33:31.786Z Compiling lru v0.12.5
27642026-07-01T22:33:31.939Z Compiling rand_seeder v0.4.0
27652026-07-01T22:33:31.975Z Compiling prefix-trie v0.7.0
27662026-07-01T22:33:31.998Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27672026-07-01T22:33:32.019Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27682026-07-01T22:33:32.089Z Compiling illumos-nvpair-sys v0.2.0
27692026-07-01T22:33:32.211Z Compiling cassowary v0.3.0
27702026-07-01T22:33:32.284Z Compiling corncobs v0.1.4
27712026-07-01T22:33:32.392Z Compiling hickory-server v0.25.2
27722026-07-01T22:33:32.460Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27732026-07-01T22:33:32.481Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27742026-07-01T22:33:32.533Z Compiling ratatui v0.29.0
27752026-07-01T22:33:32.721Z Compiling camino-tempfile-ext v0.3.3
27762026-07-01T22:33:32.902Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27772026-07-01T22:33:33.204Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27782026-07-01T22:33:33.302Z Compiling darling v0.13.4
27792026-07-01T22:33:33.326Z Compiling sled v0.34.7
27802026-07-01T22:33:33.760Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27812026-07-01T22:33:34.039Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27822026-07-01T22:33:34.197Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27832026-07-01T22:33:35.895Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27842026-07-01T22:33:36.362Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27852026-07-01T22:33:36.615Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27862026-07-01T22:33:36.800Z Compiling secrecy v0.8.0
27872026-07-01T22:33:36.845Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27882026-07-01T22:33:36.929Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27892026-07-01T22:33:37.416Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27902026-07-01T22:33:37.632Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27912026-07-01T22:33:38.358Z Compiling serde_with_macros v1.5.2
27922026-07-01T22:33:39.018Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27932026-07-01T22:33:39.255Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27942026-07-01T22:33:40.058Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27952026-07-01T22:33:40.281Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
27962026-07-01T22:33:40.523Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
27972026-07-01T22:33:40.766Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
27982026-07-01T22:33:40.793Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
27992026-07-01T22:33:41.011Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28002026-07-01T22:33:41.036Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28012026-07-01T22:33:41.249Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28022026-07-01T22:33:41.279Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28032026-07-01T22:33:41.522Z Compiling void v1.0.2
28042026-07-01T22:33:41.633Z Compiling lzss v0.8.2
28052026-07-01T22:33:41.913Z Compiling illumos-nvpair v0.3.0
28062026-07-01T22:33:42.279Z Compiling serde_with v1.14.0
28072026-07-01T22:33:42.439Z Compiling git2 v0.20.4
28082026-07-01T22:33:42.460Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28092026-07-01T22:33:43.005Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28102026-07-01T22:33:43.533Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28112026-07-01T22:33:43.657Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28122026-07-01T22:33:44.522Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28132026-07-01T22:33:45.612Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28142026-07-01T22:33:45.986Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28152026-07-01T22:33:46.465Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28162026-07-01T22:33:46.635Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28172026-07-01T22:33:46.890Z Compiling tungstenite v0.23.0
28182026-07-01T22:33:47.073Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28192026-07-01T22:33:47.178Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28202026-07-01T22:33:48.644Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28212026-07-01T22:33:48.880Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28222026-07-01T22:33:49.124Z Compiling nix v0.27.1
28232026-07-01T22:33:49.148Z Compiling twox-hash v2.1.2
28242026-07-01T22:33:49.231Z Compiling serde_bytes v0.11.19
28252026-07-01T22:33:49.331Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28262026-07-01T22:33:49.460Z Compiling tokio-tungstenite v0.23.1
28272026-07-01T22:33:49.531Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28282026-07-01T22:33:49.652Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28292026-07-01T22:33:49.677Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28302026-07-01T22:33:49.832Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28312026-07-01T22:33:50.285Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28322026-07-01T22:33:51.655Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28332026-07-01T22:33:52.303Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28342026-07-01T22:33:53.536Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28352026-07-01T22:33:53.948Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28362026-07-01T22:33:54.086Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28372026-07-01T22:33:54.323Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28382026-07-01T22:33:54.475Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28392026-07-01T22:33:54.719Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28402026-07-01T22:33:54.924Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28412026-07-01T22:33:54.972Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28422026-07-01T22:33:55.132Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28432026-07-01T22:33:55.886Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28442026-07-01T22:33:56.612Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28452026-07-01T22:33:58.526Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28462026-07-01T22:33:59.030Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28472026-07-01T22:33:59.344Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28482026-07-01T22:34:00.596Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28492026-07-01T22:34:01.208Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28502026-07-01T22:34:01.232Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28512026-07-01T22:34:01.450Z Compiling fatfs v0.3.6
28522026-07-01T22:34:01.751Z Compiling signal-hook-tokio v0.3.1
28532026-07-01T22:34:01.832Z Compiling yasna v0.5.2
28542026-07-01T22:34:01.947Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28552026-07-01T22:34:02.174Z Compiling assert_matches v1.5.0
28562026-07-01T22:34:02.282Z Compiling seq-macro v0.3.6
28572026-07-01T22:34:02.598Z Compiling is_ci v1.2.0
28582026-07-01T22:34:02.621Z Compiling rcgen v0.12.1
28592026-07-01T22:34:02.788Z Compiling supports-color v3.0.2
28602026-07-01T22:34:02.818Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28612026-07-01T22:34:03.077Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28622026-07-01T22:34:03.533Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28632026-07-01T22:34:05.786Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28642026-07-01T22:34:06.028Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28652026-07-01T22:34:06.273Z Compiling rtoolbox v0.0.3
28662026-07-01T22:34:06.562Z Compiling subprocess v0.2.15
28672026-07-01T22:34:07.145Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28682026-07-01T22:34:07.362Z Compiling rpassword v7.4.0
28692026-07-01T22:34:07.506Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28702026-07-01T22:34:07.929Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28712026-07-01T22:34:08.858Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28722026-07-01T22:34:08.998Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28732026-07-01T22:34:10.719Z Compiling tui-tree-widget v0.23.1
28742026-07-01T22:34:11.015Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28752026-07-01T22:34:11.463Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28762026-07-01T22:34:11.530Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28772026-07-01T22:34:11.776Z Compiling uzers v0.12.2
28782026-07-01T22:34:12.294Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28792026-07-01T22:34:12.361Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28802026-07-01T22:34:13.392Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28812026-07-01T22:34:15.397Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28822026-07-01T22:34:15.626Z Compiling support-bundle-viewer v0.1.2
28832026-07-01T22:34:16.902Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28842026-07-01T22:34:17.493Z Compiling multimap v0.10.1
28852026-07-01T22:34:29.461Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28862026-07-01T22:34:33.841Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28872026-07-01T22:34:38.946Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28882026-07-01T22:34:40.260Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28892026-07-01T22:34:40.688Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28902026-07-01T22:41:09.966Z Finished `release` profile [optimized] target(s) in 8m 38s
28912026-07-01T22:42:04.233Z
28922026-07-01T22:42:04.236Zreal 9:34.024415762
28932026-07-01T22:42:04.237Zuser 1:18:54.069194708
28942026-07-01T22:42:04.237Zsys 3:29.660728459
28952026-07-01T22:42:04.237Ztrap 1.763983028
28962026-07-01T22:42:04.237Ztflt 2.198623222
28972026-07-01T22:42:04.237Zdflt 17.624333601
28982026-07-01T22:42:04.237Zkflt 0.082055889
28992026-07-01T22:42:04.237Zlock 6:53:05.049289494
29002026-07-01T22:42:04.237Zslp 2:12:27.086267710
29012026-07-01T22:42:04.237Zlat 2:23.626859196
29022026-07-01T22:42:04.237Zstop 5:06.722013317
29032026-07-01T22:42:04.237Z+ mapfile -t packages
29042026-07-01T22:42:04.237Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29052026-07-01T22:42:05.134Z Finished `release` profile [optimized] target(s) in 0.89s
29062026-07-01T22:42:05.203Z Running `target/release/omicron-package -t test list-outputs`
29072026-07-01T22:42:05.263ZLogging to: /work/oxidecomputer/omicron/out/LOG
29082026-07-01T22:42:05.267Z+ ptime -m cargo build --locked --release -p xtask
29092026-07-01T22:42:05.735Z Compiling libc v0.2.185
29102026-07-01T22:42:05.735Z Compiling serde_core v1.0.228
29112026-07-01T22:42:05.735Z Compiling serde v1.0.228
29122026-07-01T22:42:05.738Z Compiling rustix v1.1.3
29132026-07-01T22:42:05.738Z Compiling serde_json v1.0.150
29142026-07-01T22:42:05.738Z Compiling bitflags v2.11.0
29152026-07-01T22:42:05.861Z Compiling syn v2.0.117
29162026-07-01T22:42:05.871Z Compiling usdt-impl v0.5.0
29172026-07-01T22:42:05.874Z Compiling syn v1.0.109
29182026-07-01T22:42:05.922Z Compiling log v0.4.29
29192026-07-01T22:42:05.925Z Compiling getrandom v0.4.1
29202026-07-01T22:42:05.944Z Compiling indexmap v2.14.0
29212026-07-01T22:42:05.957Z Compiling fs-err v3.3.0
29222026-07-01T22:42:06.177Z Compiling heck v0.4.1
29232026-07-01T22:42:06.200Z Compiling anyhow v1.0.102
29242026-07-01T22:42:06.214Z Compiling once_cell v1.21.3
29252026-07-01T22:42:06.620Z Compiling thread-id v4.2.2
29262026-07-01T22:42:06.641Z Compiling errno v0.3.14
29272026-07-01T22:42:06.644Z Compiling memmap v0.7.0
29282026-07-01T22:42:07.354Z Compiling proc-macro-error v1.0.4
29292026-07-01T22:42:07.597Z Compiling tabled_derive v0.7.0
29302026-07-01T22:42:07.637Z Compiling terminal_size v0.4.3
29312026-07-01T22:42:07.637Z Compiling tempfile v3.25.0
29322026-07-01T22:42:07.734Z Compiling clap_builder v4.6.0
29332026-07-01T22:42:07.735Z Compiling textwrap v0.16.2
29342026-07-01T22:42:07.996Z Compiling camino v1.2.2
29352026-07-01T22:42:08.006Z Compiling semver v1.0.28
29362026-07-01T22:42:08.009Z Compiling cargo-platform v0.3.2
29372026-07-01T22:42:08.086Z Compiling pest_generator v2.8.6
29382026-07-01T22:42:08.292Z Compiling tabled v0.15.0
29392026-07-01T22:42:08.345Z Compiling camino-tempfile v1.4.1
29402026-07-01T22:42:08.657Z Compiling serde_derive v1.0.228
29412026-07-01T22:42:08.657Z Compiling thiserror-impl v1.0.69
29422026-07-01T22:42:08.660Z Compiling zerocopy-derive v0.7.35
29432026-07-01T22:42:08.660Z Compiling pest_derive v2.8.6
29442026-07-01T22:42:08.660Z Compiling scroll_derive v0.12.1
29452026-07-01T22:42:08.660Z Compiling thiserror-impl v2.0.18
29462026-07-01T22:42:08.660Z Compiling clap_derive v4.6.1
29472026-07-01T22:42:09.375Z Compiling scroll v0.12.0
29482026-07-01T22:42:09.538Z Compiling zerocopy v0.7.35
29492026-07-01T22:42:09.664Z Compiling goblin v0.8.2
29502026-07-01T22:42:09.790Z Compiling thiserror v1.0.69
29512026-07-01T22:42:09.892Z Compiling dtrace-parser v0.2.0
29522026-07-01T22:42:10.118Z Compiling thiserror v2.0.18
29532026-07-01T22:42:10.366Z Compiling clap v4.6.1
29542026-07-01T22:42:11.817Z Compiling dof v0.3.0
29552026-07-01T22:42:11.840Z Compiling serde_tokenstream v0.2.3
29562026-07-01T22:42:11.869Z Compiling serde_spanned v0.6.9
29572026-07-01T22:42:11.883Z Compiling toml_datetime v0.6.11
29582026-07-01T22:42:11.895Z Compiling cargo_metadata v0.23.1
29592026-07-01T22:42:11.949Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29602026-07-01T22:42:12.049Z Compiling macaddr v1.0.1
29612026-07-01T22:42:12.100Z Compiling toml_edit v0.22.27
29622026-07-01T22:42:12.542Z Compiling usdt-attr-macro v0.5.0
29632026-07-01T22:42:12.545Z Compiling usdt-macro v0.5.0
29642026-07-01T22:42:13.211Z Compiling usdt v0.5.0
29652026-07-01T22:42:13.628Z Compiling toml v0.8.23
29662026-07-01T22:42:14.060Z Compiling cargo_toml v0.21.0
29672026-07-01T22:42:18.476Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29682026-07-01T22:42:21.402Z Finished `release` profile [optimized] target(s) in 16.12s
29692026-07-01T22:42:21.541Z
29702026-07-01T22:42:21.545Zreal 16.240108550
29712026-07-01T22:42:21.545Zuser 2:04.763896385
29722026-07-01T22:42:21.545Zsys 14.142924492
29732026-07-01T22:42:21.545Ztrap 0.064450099
29742026-07-01T22:42:21.545Ztflt 0.397528364
29752026-07-01T22:42:21.545Zdflt 1.835150045
29762026-07-01T22:42:21.545Zkflt 0.000029710
29772026-07-01T22:42:21.545Zlock 4:30.687034595
29782026-07-01T22:42:21.545Zslp 2:43.461152787
29792026-07-01T22:42:21.545Zlat 3.964886028
29802026-07-01T22:42:21.545Zstop 15.183377940
29812026-07-01T22:42:21.545Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29822026-07-01T22:42:21.545Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29832026-07-01T22:42:21.545Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29842026-07-01T22:42:21.545Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29852026-07-01T22:42:21.545Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
29862026-07-01T22:42:22.455Z Compiling progenitor-client v0.14.0
29872026-07-01T22:42:22.459Z Compiling newtype-uuid-macros v0.1.0
29882026-07-01T22:42:22.459Z Compiling match_cfg v0.1.0
29892026-07-01T22:42:22.459Z Compiling slog-json v2.6.1
29902026-07-01T22:42:22.459Z Compiling structmeta-derive v0.3.0
29912026-07-01T22:42:22.459Z Compiling sha1 v0.11.0
29922026-07-01T22:42:22.604Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29932026-07-01T22:42:22.646Z Compiling multer v3.1.0
29942026-07-01T22:42:22.650Z Compiling debug-ignore v1.0.5
29952026-07-01T22:42:22.650Z Compiling compression-core v0.4.31
29962026-07-01T22:42:22.650Z Compiling atomicwrites v0.4.4
29972026-07-01T22:42:22.650Z Compiling itertools v0.14.0
29982026-07-01T22:42:22.650Z Compiling async-stream-impl v0.3.6
29992026-07-01T22:42:22.650Z Compiling toml_datetime v1.1.1+spec-1.1.0
30002026-07-01T22:42:22.675Z Compiling serde_spanned v1.1.1
30012026-07-01T22:42:22.676Z Compiling dropshot v0.17.1
30022026-07-01T22:42:22.889Z Compiling toml_writer v1.1.1+spec-1.1.0
30032026-07-01T22:42:22.909Z Compiling waitgroup v0.1.2
30042026-07-01T22:42:22.926Z Compiling compression-codecs v0.4.37
30052026-07-01T22:42:22.929Z Compiling hostname v0.3.1
30062026-07-01T22:42:22.957Z Compiling rustls-pemfile v2.2.0
30072026-07-01T22:42:22.960Z Compiling dropshot_endpoint v0.17.1
30082026-07-01T22:42:23.007Z Compiling serde_path_to_error v0.1.20
30092026-07-01T22:42:23.010Z Compiling hostname v0.4.2
30102026-07-01T22:42:23.041Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30112026-07-01T22:42:23.059Z Compiling slog-bunyan v2.5.0
30122026-07-01T22:42:23.091Z Compiling toml v1.1.2+spec-1.1.0
30132026-07-01T22:42:23.112Z Compiling async-compression v0.4.41
30142026-07-01T22:42:23.132Z Compiling macaddr v1.0.1
30152026-07-01T22:42:23.184Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30162026-07-01T22:42:23.187Z Compiling instant v0.1.13
30172026-07-01T22:42:23.187Z Compiling regress v0.10.5
30182026-07-01T22:42:23.234Z Compiling backon v1.6.0
30192026-07-01T22:42:23.269Z Compiling humantime v2.3.0
30202026-07-01T22:42:23.349Z Compiling backoff v0.4.0
30212026-07-01T22:42:23.369Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30222026-07-01T22:42:23.389Z Compiling regress v0.11.1
30232026-07-01T22:42:23.389Z Compiling half v2.7.1
30242026-07-01T22:42:23.427Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30252026-07-01T22:42:23.427Z Compiling async-stream v0.3.6
30262026-07-01T22:42:23.462Z Compiling progenitor-extras v0.2.0
30272026-07-01T22:42:23.478Z Compiling crucible-workspace-hack v0.1.0
30282026-07-01T22:42:23.552Z Compiling ciborium-io v0.2.2
30292026-07-01T22:42:23.580Z Compiling convert_case v0.4.0
30302026-07-01T22:42:23.645Z Compiling secrecy v0.10.3
30312026-07-01T22:42:23.648Z Compiling unsafe-libyaml v0.2.11
30322026-07-01T22:42:23.648Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30332026-07-01T22:42:23.696Z Compiling ciborium-ll v0.2.2
30342026-07-01T22:42:23.736Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30352026-07-01T22:42:23.773Z Compiling structmeta v0.3.0
30362026-07-01T22:42:23.777Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30372026-07-01T22:42:23.830Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30382026-07-01T22:42:23.849Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30392026-07-01T22:42:23.849Z Compiling inout v0.1.4
30402026-07-01T22:42:23.883Z Compiling ciborium v0.2.2
30412026-07-01T22:42:23.938Z Compiling thiserror-impl-no-std v2.0.2
30422026-07-01T22:42:23.975Z Compiling derive_more v0.99.20
30432026-07-01T22:42:24.016Z Compiling derive-ex v0.1.8
30442026-07-01T22:42:24.044Z Compiling parse-display-derive v0.10.0
30452026-07-01T22:42:24.062Z Compiling cipher v0.4.4
30462026-07-01T22:42:24.097Z Compiling universal-hash v0.5.1
30472026-07-01T22:42:24.114Z Compiling opaque-debug v0.3.1
30482026-07-01T22:42:24.134Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30492026-07-01T22:42:24.150Z Compiling byte-wrapper v0.1.0
30502026-07-01T22:42:24.205Z Compiling serde_yaml v0.9.34+deprecated
30512026-07-01T22:42:24.257Z Compiling poly1305 v0.8.0
30522026-07-01T22:42:24.341Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30532026-07-01T22:42:24.417Z Compiling chacha20 v0.9.1
30542026-07-01T22:42:24.421Z Compiling blake2 v0.10.6
30552026-07-01T22:42:24.494Z Compiling aead v0.5.2
30562026-07-01T22:42:24.514Z Compiling password-hash v0.5.0
30572026-07-01T22:42:24.569Z Compiling toml_datetime v0.7.5+spec-1.1.0
30582026-07-01T22:42:24.707Z Compiling chacha20poly1305 v0.10.1
30592026-07-01T22:42:24.723Z Compiling indent_write v2.2.0
30602026-07-01T22:42:24.846Z Compiling argon2 v0.5.3
30612026-07-01T22:42:24.882Z Compiling toml_edit v0.23.10+spec-1.0.0
30622026-07-01T22:42:24.898Z Compiling heapless v0.8.0
30632026-07-01T22:42:24.936Z Compiling ingot-macros v0.1.1
30642026-07-01T22:42:25.016Z Compiling typify-impl v0.6.2
30652026-07-01T22:42:25.035Z Compiling tabwriter v1.4.1
30662026-07-01T22:42:25.193Z Compiling thiserror-no-std v2.0.2
30672026-07-01T22:42:25.242Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30682026-07-01T22:42:25.305Z Compiling vsss-rs v3.3.4
30692026-07-01T22:42:25.518Z Compiling proc-macro-crate v3.4.0
30702026-07-01T22:42:25.539Z Compiling hash32 v0.3.1
30712026-07-01T22:42:25.721Z Compiling smoltcp v0.11.0
30722026-07-01T22:42:25.752Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30732026-07-01T22:42:25.804Z Compiling parse-display v0.10.0
30742026-07-01T22:42:25.821Z Compiling test-strategy v0.4.5
30752026-07-01T22:42:26.057Z Compiling cobs v0.3.0
30762026-07-01T22:42:26.076Z Compiling colored v3.1.1
30772026-07-01T22:42:26.121Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30782026-07-01T22:42:26.138Z Compiling num_enum_derive v0.7.6
30792026-07-01T22:42:26.177Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30802026-07-01T22:42:26.249Z Compiling postcard v1.1.3
30812026-07-01T22:42:26.282Z Compiling proc-macro-error v1.0.4
30822026-07-01T22:42:26.448Z Compiling proc-macro-crate v1.3.1
30832026-07-01T22:42:26.464Z Compiling rand v0.10.1
30842026-07-01T22:42:26.535Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30852026-07-01T22:42:26.623Z Compiling foreign-types-macros v0.2.3
30862026-07-01T22:42:26.641Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30872026-07-01T22:42:26.657Z Compiling foreign-types-shared v0.3.1
30882026-07-01T22:42:26.674Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30892026-07-01T22:42:26.773Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30902026-07-01T22:42:26.804Z Compiling rayon-core v1.13.0
30912026-07-01T22:42:26.909Z Compiling num_enum_derive v0.5.11
30922026-07-01T22:42:26.967Z Compiling crossbeam-deque v0.8.6
30932026-07-01T22:42:26.984Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
30942026-07-01T22:42:27.002Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30952026-07-01T22:42:27.060Z Compiling cstr-argument v0.1.2
30962026-07-01T22:42:27.094Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
30972026-07-01T22:42:27.246Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
30982026-07-01T22:42:27.304Z Compiling num_enum v0.7.6
30992026-07-01T22:42:27.323Z Compiling foreign-types v0.5.0
31002026-07-01T22:42:27.368Z Compiling zone_cfg_derive v0.3.1
31012026-07-01T22:42:27.431Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31022026-07-01T22:42:27.449Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31032026-07-01T22:42:27.452Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31042026-07-01T22:42:27.483Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31052026-07-01T22:42:27.497Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31062026-07-01T22:42:27.522Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31072026-07-01T22:42:27.628Z Compiling rayon v1.11.0
31082026-07-01T22:42:27.647Z Compiling itertools v0.12.1
31092026-07-01T22:42:27.680Z Compiling num-derive v0.4.2
31102026-07-01T22:42:27.733Z Compiling sigpipe v0.1.3
31112026-07-01T22:42:27.758Z Compiling glob v0.3.3
31122026-07-01T22:42:27.809Z Compiling cpubits v0.1.1
31132026-07-01T22:42:27.848Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31142026-07-01T22:42:27.901Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31152026-07-01T22:42:27.918Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31162026-07-01T22:42:27.974Z Compiling ingot-types v0.1.2
31172026-07-01T22:42:28.028Z Compiling num_enum v0.5.11
31182026-07-01T22:42:28.070Z Compiling smf v0.2.3
31192026-07-01T22:42:28.088Z Compiling whoami v1.6.1
31202026-07-01T22:42:28.129Z Compiling usdt-macro v0.5.0
31212026-07-01T22:42:28.170Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31222026-07-01T22:42:28.187Z Compiling usdt-attr-macro v0.5.0
31232026-07-01T22:42:28.190Z Compiling gethostname v0.5.0
31242026-07-01T22:42:28.280Z Compiling num-rational v0.4.2
31252026-07-01T22:42:28.342Z Compiling pem-rfc7468 v1.0.0
31262026-07-01T22:42:28.422Z Compiling ingot v0.1.1
31272026-07-01T22:42:28.507Z Compiling num-complex v0.4.6
31282026-07-01T22:42:28.621Z Compiling memmap v0.7.0
31292026-07-01T22:42:28.670Z Compiling derive-where v1.6.0
31302026-07-01T22:42:28.688Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31312026-07-01T22:42:28.724Z Compiling float-ord v0.3.2
31322026-07-01T22:42:28.844Z Compiling zone v0.3.1
31332026-07-01T22:42:28.875Z Compiling num v0.4.3
31342026-07-01T22:42:28.894Z Compiling toml v0.8.23
31352026-07-01T22:42:28.939Z Compiling hmac v0.13.0
31362026-07-01T22:42:28.957Z Compiling universal-hash v0.6.1
31372026-07-01T22:42:28.975Z Compiling resolv-conf v0.7.6
31382026-07-01T22:42:28.991Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31392026-07-01T22:42:29.067Z Compiling usdt v0.5.0
31402026-07-01T22:42:29.101Z Compiling cancel-safe-futures v0.1.5
31412026-07-01T22:42:29.119Z Compiling owo-colors v4.3.0
31422026-07-01T22:42:29.160Z Compiling polyval v0.7.1
31432026-07-01T22:42:29.163Z Compiling der v0.8.0
31442026-07-01T22:42:29.210Z Compiling libsw-core v0.3.2
31452026-07-01T22:42:29.357Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31462026-07-01T22:42:29.390Z Compiling prettyplease v0.2.37
31472026-07-01T22:42:29.413Z Compiling libsw v3.5.0
31482026-07-01T22:42:29.432Z Compiling ghash v0.6.0
31492026-07-01T22:42:29.467Z Compiling pbkdf2 v0.13.0
31502026-07-01T22:42:29.553Z Compiling aes v0.9.1
31512026-07-01T22:42:29.571Z Compiling console v0.15.11
31522026-07-01T22:42:29.607Z Compiling hickory-proto v0.24.4
31532026-07-01T22:42:29.624Z Compiling newline-converter v0.3.0
31542026-07-01T22:42:29.627Z Compiling ctr v0.10.1
31552026-07-01T22:42:29.662Z Compiling typify-macro v0.6.2
31562026-07-01T22:42:29.705Z Compiling aead v0.6.1
31572026-07-01T22:42:29.774Z Compiling sha2 v0.11.0
31582026-07-01T22:42:29.791Z Compiling linear-map v1.2.0
31592026-07-01T22:42:29.879Z Compiling libefi-sys v0.1.0
31602026-07-01T22:42:29.898Z Compiling linked-hash-map v0.5.6
31612026-07-01T22:42:29.981Z Compiling aes-gcm v0.11.0
31622026-07-01T22:42:30.007Z Compiling expectorate v1.2.0
31632026-07-01T22:42:30.087Z Compiling spki v0.8.0
31642026-07-01T22:42:30.118Z Compiling lru-cache v0.1.2
31652026-07-01T22:42:30.161Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31662026-07-01T22:42:30.204Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31672026-07-01T22:42:30.223Z Compiling crypto-bigint v0.7.5
31682026-07-01T22:42:30.276Z Compiling git-stub v1.0.0
31692026-07-01T22:42:30.333Z Compiling salsa20 v0.11.0
31702026-07-01T22:42:30.350Z Compiling cbc v0.2.1
31712026-07-01T22:42:30.383Z Compiling bitfield-struct v0.6.2
31722026-07-01T22:42:30.461Z Compiling nom v8.0.0
31732026-07-01T22:42:30.513Z Compiling semver v0.1.20
31742026-07-01T22:42:30.532Z Compiling scrypt v0.12.0
31752026-07-01T22:42:30.551Z Compiling git-stub-vcs v0.1.0
31762026-07-01T22:42:30.739Z Compiling tokio-dtrace v0.1.1
31772026-07-01T22:42:30.816Z Compiling rustc_version v0.1.7
31782026-07-01T22:42:30.894Z Compiling dropshot-api-manager-types v0.7.2
31792026-07-01T22:42:30.894Z Compiling slog-dtrace v0.3.0
31802026-07-01T22:42:30.998Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31812026-07-01T22:42:31.035Z Compiling minimal-lexical v0.2.1
31822026-07-01T22:42:31.083Z Compiling newtype_derive v0.1.6
31832026-07-01T22:42:31.102Z Compiling oxide-tokio-rt v0.1.4
31842026-07-01T22:42:31.203Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31852026-07-01T22:42:31.255Z Compiling nom v7.1.3
31862026-07-01T22:42:31.331Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31872026-07-01T22:42:31.393Z Compiling pkcs5 v0.8.1
31882026-07-01T22:42:31.411Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31892026-07-01T22:42:31.432Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31902026-07-01T22:42:31.477Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31912026-07-01T22:42:31.528Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31922026-07-01T22:42:31.587Z Compiling typify v0.6.2
31932026-07-01T22:42:31.603Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
31942026-07-01T22:42:31.669Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
31952026-07-01T22:42:31.714Z Compiling progenitor-impl v0.14.0
31962026-07-01T22:42:31.729Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
31972026-07-01T22:42:31.896Z Compiling hickory-resolver v0.24.4
31982026-07-01T22:42:31.920Z Compiling phf_shared v0.12.1
31992026-07-01T22:42:31.971Z Compiling csv-core v0.1.13
32002026-07-01T22:42:32.024Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32012026-07-01T22:42:32.121Z Compiling unicode-xid v0.2.6
32022026-07-01T22:42:32.136Z Compiling chrono-tz v0.10.4
32032026-07-01T22:42:32.264Z Compiling xshell-macros v0.2.7
32042026-07-01T22:42:32.282Z Compiling highway v1.3.0
32052026-07-01T22:42:32.366Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32062026-07-01T22:42:32.717Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32072026-07-01T22:42:32.752Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32082026-07-01T22:42:32.768Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32092026-07-01T22:42:32.783Z Compiling xshell v0.2.7
32102026-07-01T22:42:32.918Z Compiling const_format_proc_macros v0.2.34
32112026-07-01T22:42:32.984Z Compiling qorb v0.4.1
32122026-07-01T22:42:33.002Z Compiling csv v1.4.0
32132026-07-01T22:42:33.264Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32142026-07-01T22:42:33.285Z Compiling phf v0.12.1
32152026-07-01T22:42:33.358Z Compiling pkcs8 v0.11.0
32162026-07-01T22:42:33.434Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32172026-07-01T22:42:33.463Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32182026-07-01T22:42:33.593Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32192026-07-01T22:42:33.780Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32202026-07-01T22:42:33.783Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32212026-07-01T22:42:33.843Z Compiling const_format v0.2.35
32222026-07-01T22:42:33.862Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32232026-07-01T22:42:33.916Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32242026-07-01T22:42:33.982Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32252026-07-01T22:42:34.182Z Compiling tabled_derive v0.7.0
32262026-07-01T22:42:34.199Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32272026-07-01T22:42:34.418Z Compiling bcs v0.1.6
32282026-07-01T22:42:34.442Z Compiling progenitor-macro v0.14.0
32292026-07-01T22:42:34.647Z Compiling ff v0.14.0
32302026-07-01T22:42:34.650Z Compiling salty v0.3.0
32312026-07-01T22:42:34.769Z Compiling tagptr v0.2.0
32322026-07-01T22:42:34.828Z Compiling termtree v0.5.1
32332026-07-01T22:42:34.953Z Compiling moka v0.12.13
32342026-07-01T22:42:34.998Z Compiling textwrap v0.16.2
32352026-07-01T22:42:35.020Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32362026-07-01T22:42:35.052Z Compiling steno v0.4.1
32372026-07-01T22:42:35.130Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32382026-07-01T22:42:35.205Z Compiling sha1 v0.10.6
32392026-07-01T22:42:35.246Z Compiling tabled v0.15.0
32402026-07-01T22:42:35.271Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32412026-07-01T22:42:35.299Z Compiling signature v3.0.0
32422026-07-01T22:42:35.341Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32432026-07-01T22:42:35.475Z Compiling base16ct v1.0.0
32442026-07-01T22:42:35.515Z Compiling base64 v0.21.7
32452026-07-01T22:42:35.540Z Compiling radium v0.7.0
32462026-07-01T22:42:35.630Z Compiling group v0.14.0
32472026-07-01T22:42:35.734Z Compiling hickory-resolver v0.25.2
32482026-07-01T22:42:35.832Z Compiling sec1 v0.8.1
32492026-07-01T22:42:35.881Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32502026-07-01T22:42:35.902Z Compiling hkdf v0.13.0
32512026-07-01T22:42:35.920Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32522026-07-01T22:42:36.037Z Compiling rfc6979 v0.4.0
32532026-07-01T22:42:36.109Z Compiling tap v1.0.1
32542026-07-01T22:42:36.171Z Compiling maybe-uninit v2.0.0
32552026-07-01T22:42:36.175Z Compiling ecdsa v0.16.9
32562026-07-01T22:42:36.207Z Compiling elliptic-curve v0.14.0-rc.33
32572026-07-01T22:42:36.253Z Compiling wyz v0.5.1
32582026-07-01T22:42:36.479Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32592026-07-01T22:42:36.580Z Compiling primeorder v0.13.6
32602026-07-01T22:42:36.639Z Compiling proc-macro-error-attr2 v2.0.0
32612026-07-01T22:42:36.664Z Compiling packed_struct v0.10.1
32622026-07-01T22:42:36.860Z Compiling parking_lot_core v0.8.6
32632026-07-01T22:42:36.904Z Compiling funty v2.0.0
32642026-07-01T22:42:36.941Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32652026-07-01T22:42:36.986Z Compiling utf-8 v0.7.6
32662026-07-01T22:42:37.125Z Compiling proc-macro-error2 v2.0.1
32672026-07-01T22:42:37.214Z Compiling tungstenite v0.21.0
32682026-07-01T22:42:37.250Z Compiling bitvec v1.0.1
32692026-07-01T22:42:37.273Z Compiling p384 v0.13.1
32702026-07-01T22:42:37.522Z Compiling rfc6979 v0.5.0
32712026-07-01T22:42:37.576Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32722026-07-01T22:42:37.686Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32732026-07-01T22:42:37.705Z Compiling num-derive v0.3.3
32742026-07-01T22:42:37.708Z Compiling packed_struct_codegen v0.10.1
32752026-07-01T22:42:37.723Z Compiling zerocopy-derive v0.6.6
32762026-07-01T22:42:37.758Z Compiling bitfield-macros v0.19.4
32772026-07-01T22:42:37.786Z Compiling indexmap v1.9.3
32782026-07-01T22:42:37.868Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32792026-07-01T22:42:38.040Z Compiling nodrop v0.1.14
32802026-07-01T22:42:38.100Z Compiling crc-catalog v2.4.0
32812026-07-01T22:42:38.117Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32822026-07-01T22:42:38.167Z Compiling array-init v0.0.4
32832026-07-01T22:42:38.218Z Compiling crc v3.4.0
32842026-07-01T22:42:38.352Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32852026-07-01T22:42:38.418Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32862026-07-01T22:42:38.467Z Compiling tokio-tungstenite v0.21.0
32872026-07-01T22:42:38.489Z Compiling ecdsa v0.17.0-rc.18
32882026-07-01T22:42:38.554Z Compiling smallvec v0.6.14
32892026-07-01T22:42:38.626Z Compiling bitfield v0.19.4
32902026-07-01T22:42:38.682Z Compiling zerocopy v0.6.6
32912026-07-01T22:42:38.709Z Compiling libscf-sys v1.1.0
32922026-07-01T22:42:38.791Z Compiling tabled_derive v0.11.0
32932026-07-01T22:42:38.826Z Compiling primeorder v0.14.0-rc.10
32942026-07-01T22:42:38.871Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32952026-07-01T22:42:38.885Z Compiling primefield v0.14.0
32962026-07-01T22:42:38.949Z Compiling progenitor-impl v0.13.0
32972026-07-01T22:42:38.966Z Compiling papergrid v0.17.0
32982026-07-01T22:42:39.046Z Compiling testing_table v0.3.0
32992026-07-01T22:42:39.056Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33002026-07-01T22:42:39.154Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33012026-07-01T22:42:39.155Z Compiling curve25519-dalek v5.0.0-rc.0
33022026-07-01T22:42:39.196Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33032026-07-01T22:42:39.232Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33042026-07-01T22:42:39.252Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33052026-07-01T22:42:39.425Z Compiling hashbrown v0.12.3
33062026-07-01T22:42:39.457Z Compiling corncobs v0.1.4
33072026-07-01T22:42:39.505Z Compiling unicase v2.9.0
33082026-07-01T22:42:39.575Z Compiling illumos-nvpair-sys v0.2.0
33092026-07-01T22:42:39.614Z Compiling progenitor v0.14.0
33102026-07-01T22:42:39.665Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33112026-07-01T22:42:39.736Z Compiling mime_guess v2.0.5
33122026-07-01T22:42:39.758Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33132026-07-01T22:42:39.778Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33142026-07-01T22:42:39.835Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33152026-07-01T22:42:40.010Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33162026-07-01T22:42:40.029Z Compiling tabled v0.20.0
33172026-07-01T22:42:40.106Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33182026-07-01T22:42:40.184Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33192026-07-01T22:42:40.224Z Compiling parking_lot v0.11.2
33202026-07-01T22:42:40.276Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33212026-07-01T22:42:40.307Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33222026-07-01T22:42:40.344Z Compiling serde-hex v0.1.0
33232026-07-01T22:42:40.495Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33242026-07-01T22:42:40.572Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33252026-07-01T22:42:40.606Z Compiling ron v0.8.1
33262026-07-01T22:42:40.696Z Compiling ssh-encoding v0.3.0-rc.9
33272026-07-01T22:42:40.717Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33282026-07-01T22:42:40.759Z Compiling hashbrown v0.13.2
33292026-07-01T22:42:41.065Z Compiling progenitor-client v0.13.0
33302026-07-01T22:42:41.220Z Compiling prefix-trie v0.7.0
33312026-07-01T22:42:41.294Z Compiling fxhash v0.2.1
33322026-07-01T22:42:41.310Z Compiling secrecy v0.8.0
33332026-07-01T22:42:41.429Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33342026-07-01T22:42:41.470Z Compiling crc-any v2.5.0
33352026-07-01T22:42:41.652Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33362026-07-01T22:42:41.655Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33372026-07-01T22:42:41.731Z Compiling progenitor-macro v0.13.0
33382026-07-01T22:42:41.746Z Compiling hickory-server v0.25.2
33392026-07-01T22:42:42.172Z Compiling sled v0.34.7
33402026-07-01T22:42:42.291Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33412026-07-01T22:42:42.536Z Compiling object v0.30.4
33422026-07-01T22:42:42.595Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33432026-07-01T22:42:42.618Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33442026-07-01T22:42:42.685Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33452026-07-01T22:42:42.828Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33462026-07-01T22:42:42.945Z Compiling ed25519 v3.0.0
33472026-07-01T22:42:43.154Z Compiling crypto-primes v0.7.2
33482026-07-01T22:42:43.469Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33492026-07-01T22:42:43.665Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33502026-07-01T22:42:43.953Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33512026-07-01T22:42:44.098Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33522026-07-01T22:42:44.116Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33532026-07-01T22:42:44.268Z Compiling pkcs1 v0.8.0-rc.4
33542026-07-01T22:42:44.287Z Compiling poly1305 v0.9.0
33552026-07-01T22:42:44.691Z Compiling blowfish v0.10.0
33562026-07-01T22:42:44.733Z Compiling blake2 v0.11.0-rc.6
33572026-07-01T22:42:44.757Z Compiling keccak v0.2.0
33582026-07-01T22:42:44.801Z Compiling crc8 v0.1.1
33592026-07-01T22:42:44.914Z Compiling http-range v0.1.5
33602026-07-01T22:42:44.954Z Compiling path-slash v0.1.5
33612026-07-01T22:42:44.970Z Compiling fiat-crypto v0.3.0
33622026-07-01T22:42:44.970Z Compiling half v1.8.3
33632026-07-01T22:42:45.071Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33642026-07-01T22:42:45.111Z Compiling argon2 v0.6.0-rc.8
33652026-07-01T22:42:45.129Z Compiling sha3 v0.11.0
33662026-07-01T22:42:45.144Z Compiling bcrypt-pbkdf v0.11.0
33672026-07-01T22:42:45.241Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33682026-07-01T22:42:45.270Z Compiling serde_cbor v0.11.2
33692026-07-01T22:42:45.350Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33702026-07-01T22:42:45.478Z Compiling ssh-cipher v0.3.0-rc.9
33712026-07-01T22:42:45.559Z Compiling rsa v0.10.0-rc.18
33722026-07-01T22:42:45.795Z Compiling ed25519-dalek v3.0.0-rc.0
33732026-07-01T22:42:45.922Z Compiling illumos-nvpair v0.3.0
33742026-07-01T22:42:46.213Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33752026-07-01T22:42:46.231Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33762026-07-01T22:42:46.250Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33772026-07-01T22:42:46.266Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33782026-07-01T22:42:46.269Z Compiling p521 v0.14.0-rc.10
33792026-07-01T22:42:46.364Z Compiling p256 v0.14.0-rc.10
33802026-07-01T22:42:46.512Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33812026-07-01T22:42:46.530Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33822026-07-01T22:42:46.600Z Compiling yasna v0.5.2
33832026-07-01T22:42:46.659Z Compiling kstat-rs v0.2.4
33842026-07-01T22:42:46.782Z Compiling headers-core v0.3.0
33852026-07-01T22:42:46.828Z Compiling progenitor v0.13.0
33862026-07-01T22:42:46.929Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33872026-07-01T22:42:46.988Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33882026-07-01T22:42:47.007Z Compiling kem v0.3.0
33892026-07-01T22:42:47.080Z Compiling module-lattice v0.2.3
33902026-07-01T22:42:47.153Z Compiling nanorand v0.7.0
33912026-07-01T22:42:47.172Z Compiling atty v0.2.14
33922026-07-01T22:42:47.238Z Compiling rcgen v0.12.1
33932026-07-01T22:42:47.298Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33942026-07-01T22:42:47.315Z Compiling ml-kem v0.3.2
33952026-07-01T22:42:47.322Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33962026-07-01T22:42:47.353Z Compiling flume v0.11.1
33972026-07-01T22:42:47.461Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33982026-07-01T22:42:47.616Z Compiling headers v0.4.1
33992026-07-01T22:42:47.697Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34002026-07-01T22:42:47.873Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34012026-07-01T22:42:48.129Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34022026-07-01T22:42:48.329Z Compiling hyper-staticfile v0.10.1
34032026-07-01T22:42:48.348Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34042026-07-01T22:42:48.352Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34052026-07-01T22:42:48.406Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34062026-07-01T22:42:48.461Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34072026-07-01T22:42:48.740Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34082026-07-01T22:42:48.869Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34092026-07-01T22:42:49.043Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34102026-07-01T22:42:49.118Z Compiling russh-cryptovec v0.61.0
34112026-07-01T22:42:49.166Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34122026-07-01T22:42:49.240Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34132026-07-01T22:42:49.371Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34142026-07-01T22:42:49.614Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34152026-07-01T22:42:49.614Z Compiling internal-russh-num-bigint v0.5.0
34162026-07-01T22:42:49.652Z Compiling num-bigint v0.4.6
34172026-07-01T22:42:49.741Z Compiling generic-array v1.4.3
34182026-07-01T22:42:49.884Z Compiling russh-util v0.52.0
34192026-07-01T22:42:50.027Z Compiling enum_dispatch v0.3.13
34202026-07-01T22:42:50.069Z Compiling delegate v0.13.5
34212026-07-01T22:42:50.087Z Compiling subprocess v0.2.15
34222026-07-01T22:42:50.248Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34232026-07-01T22:42:50.369Z Compiling p384 v0.14.0-rc.10
34242026-07-01T22:42:50.388Z Compiling hex-literal v1.1.0
34252026-07-01T22:42:50.528Z Compiling md5 v0.8.0
34262026-07-01T22:42:50.755Z Compiling display-error-chain v0.2.2
34272026-07-01T22:42:50.772Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34282026-07-01T22:42:50.821Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34292026-07-01T22:42:50.837Z Compiling colored v2.2.0
34302026-07-01T22:42:50.894Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34312026-07-01T22:42:50.924Z Compiling socket2 v0.5.10
34322026-07-01T22:42:51.012Z Compiling internet-checksum v0.2.1
34332026-07-01T22:42:51.840Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34342026-07-01T22:42:52.539Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34352026-07-01T22:42:52.578Z Compiling ssh-key v0.7.0-rc.10
34362026-07-01T22:42:53.023Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34372026-07-01T22:42:53.847Z Compiling russh v0.61.2
34382026-07-01T22:42:54.002Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34392026-07-01T22:42:54.857Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34402026-07-01T22:43:03.268Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34412026-07-01T22:43:03.268Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34422026-07-01T22:43:03.268Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34432026-07-01T22:43:03.268Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34442026-07-01T22:43:04.983Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34452026-07-01T22:43:05.101Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34462026-07-01T22:43:09.038Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34472026-07-01T22:43:49.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34482026-07-01T22:43:49.412Z
34492026-07-01T22:43:49.412Zreal 1:27.803702784
34502026-07-01T22:43:49.412Zuser 8:45.080577973
34512026-07-01T22:43:49.412Zsys 1:45.595624607
34522026-07-01T22:43:49.412Ztrap 0.275674558
34532026-07-01T22:43:49.412Ztflt 0.438098257
34542026-07-01T22:43:49.412Zdflt 1.618594486
34552026-07-01T22:43:49.416Zkflt 0.000257000
34562026-07-01T22:43:49.416Zlock 31:09.502707802
34572026-07-01T22:43:49.416Zslp 20:01.149439184
34582026-07-01T22:43:49.416Zlat 44.325873906
34592026-07-01T22:43:49.416Zstop 3:11.610410202
34602026-07-01T22:43:49.416Z+ mkdir tests
34612026-07-01T22:43:49.416Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34622026-07-01T22:43:49.420Z+ xargs -I '{}' -t cp '{}' tests/
34632026-07-01T22:43:49.440Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-5d8788095df50169 tests/
34642026-07-01T22:43:49.471Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-28ca867972fd04ac tests/
34652026-07-01T22:43:49.501Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-532d150591fa6cbf tests/
34662026-07-01T22:43:49.530Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6647dcf137384933 tests/
34672026-07-01T22:43:49.782Z+ 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-01T22:43:49.785Z+ 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-28ca867972fd04ac tests/commtest-532d150591fa6cbf tests/dhcp_server-5d8788095df50169 tests/end_to_end_tests-6647dcf137384933 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-01T22:45:09.066ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34702026-07-01T22:45:09.066Za .github/buildomat/ci-env.sh 1K
34712026-07-01T22:45:09.066Za out/target/test 1K
34722026-07-01T22:45:09.066Za out/npuzone/npuzone 27402K
34732026-07-01T22:45:09.067Za package-manifest.toml 35K
34742026-07-01T22:45:09.067Za smf/sled-agent/non-gimlet/config.toml 6K
34752026-07-01T22:45:09.067Za target/release/omicron-package 40715K
34762026-07-01T22:45:09.067Za target/release/xtask 10425K
34772026-07-01T22:45:09.067Za target/debug/bootstrap 348392K
34782026-07-01T22:45:09.067Za tests/bootstrap-28ca867972fd04ac 31974K
34792026-07-01T22:45:09.067Za tests/commtest-532d150591fa6cbf 32169K
34802026-07-01T22:45:09.067Za tests/dhcp_server-5d8788095df50169 31974K
34812026-07-01T22:45:09.067Za tests/end_to_end_tests-6647dcf137384933 399227K
34822026-07-01T22:45:09.067Za tools/opte_version 1K
34832026-07-01T22:45:09.067Za tools/opte_version_override 2K
34842026-07-01T22:45:09.067Za out/clickhouse.tar.gz 308148K
34852026-07-01T22:45:09.067Za out/clickhouse_keeper.tar.gz 294620K
34862026-07-01T22:45:09.067Za out/clickhouse_server.tar.gz 308145K
34872026-07-01T22:45:09.067Za out/cockroachdb.tar.gz 158513K
34882026-07-01T22:45:09.067Za out/crucible-pantry-zone.tar.gz 37339K
34892026-07-01T22:45:09.068Za out/crucible-utils.tar 18900K
34902026-07-01T22:45:09.068Za out/crucible-zone.tar.gz 52035K
34912026-07-01T22:45:09.068Za out/external-dns.tar.gz 43912K
34922026-07-01T22:45:09.068Za out/internal-dns.tar.gz 43912K
34932026-07-01T22:45:09.068Za out/mg-ddm-gz.tar 97917K
34942026-07-01T22:45:09.068Za out/nexus.tar.gz 272384K
34952026-07-01T22:45:09.068Za out/ntp.tar.gz 26492K
34962026-07-01T22:45:09.068Za out/omicron-gateway-softnpu.tar.gz 27897K
34972026-07-01T22:45:09.068Za out/omicron-sled-agent.tar 190844K
34982026-07-01T22:45:09.068Za out/overlay.tar.gz 3K
34992026-07-01T22:45:09.068Za out/oximeter.tar.gz 60742K
35002026-07-01T22:45:09.068Za out/oxlog.tar 3808K
35012026-07-01T22:45:09.068Za out/probe.tar.gz 3037K
35022026-07-01T22:45:09.068Za out/propolis-server.tar.gz 34372K
35032026-07-01T22:45:09.068Za out/pumpkind-gz.tar 26647K
35042026-07-01T22:45:09.068Za out/switch-softnpu.tar.gz 445905K
35052026-07-01T22:45:09.075Z
35062026-07-01T22:45:09.075Zreal 1:19.278868608
35072026-07-01T22:45:09.075Zuser 1:16.607421490
35082026-07-01T22:45:09.075Zsys 4.431468728
35092026-07-01T22:45:09.075Ztrap 0.006304827
35102026-07-01T22:45:09.075Ztflt 0.000000000
35112026-07-01T22:45:09.075Zdflt 0.000000000
35122026-07-01T22:45:09.075Zkflt 0.000000000
35132026-07-01T22:45:09.075Zlock 0.000000000
35142026-07-01T22:45:09.075Zslp 1:16.531280543
35152026-07-01T22:45:09.075Zlat 0.977133934
35162026-07-01T22:45:09.075Zstop 0.000222940
35172026-07-01T22:45:09.075Zprocess exited: duration 966967 ms, exit code 0
 
35182026-07-01T22:45:09.094Zfound 1 output files
35192026-07-01T22:45:09.094Zuploading: /work/package.tar.gz (2454188550 bytes)
35202026-07-01T22:46:12.118Zuploaded: /work/package.tar.gz