01KVVBJ15A75GD0METKE6BDE5K: 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: 01KVVBJHHSVMDBQ344VH9A00D0

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-23T23:04:08.316Zjob assigned to worker 01KVVBJQXREG5M8J3937JR8JV8 [factory aws, i-035affaa8bd901bcd] (queued for 50 s)
 
22026-06-23T23:04:15.560Zstarting task 0: "setup"
32026-06-23T23:04:15.563Z++ uname -s
42026-06-23T23:04:15.563Z+ kern=SunOS
52026-06-23T23:04:15.563Z+ build_user=build
62026-06-23T23:04:15.563Z+ build_uid=12345
72026-06-23T23:04:15.563Z+ work_dir=/work
82026-06-23T23:04:15.563Z+ input_dir=/input
92026-06-23T23:04:15.563Z+ [[ 0 == 12345 ]]
102026-06-23T23:04:15.563Z+ case "$kern" in
112026-06-23T23:04:15.564Z+ groupadd -g 12345 build
122026-06-23T23:04:15.568Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-23T23:04:17.572Z+ zfs create -o mountpoint=/work rpool/work
142026-06-23T23:04:17.671Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-23T23:04:17.674Z+ home_fs=zfs
162026-06-23T23:04:17.674Z+ [[ zfs == autofs ]]
172026-06-23T23:04:17.674Z+ mkdir -p /home/build
182026-06-23T23:04:17.675Z+ chown build:build /home/build /work
192026-06-23T23:04:19.677Z+ chmod 0700 /home/build /work
202026-06-23T23:04:19.681Zprocess exited: duration 4128 ms, exit code 0
 
212026-06-23T23:04:19.687Zstarting task 1: "rust-toolchain"
222026-06-23T23:04:19.694Z * rust toolchain channel = "1.96.0"
232026-06-23T23:04:19.694Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
242026-06-23T23:04:19.694Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-23T23:04:19.694Z * rust toolchain profile = "default"
262026-06-23T23:04:19.694Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-23T23:04:19.694Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-23T23:04:19.697Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-23T23:04:19.697Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-23T23:04:19.791Zinfo: downloading installer
312026-06-23T23:04:21.792Zwarn: It looks like you have an existing rustup settings file at:
322026-06-23T23:04:21.792Zwarn: /home/build/.rustup/settings.toml
332026-06-23T23:04:21.792Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-23T23:04:21.792Zwarn: instead of the one inferred from the default host triple.
352026-06-23T23:04:21.805Zinfo: profile set to default
362026-06-23T23:04:21.805Zinfo: default host triple is x86_64-unknown-illumos
372026-06-23T23:04:21.811Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-23T23:04:21.995Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-23T23:04:21.998Zinfo: downloading 6 components
402026-06-23T23:04:38.755Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-23T23:04:38.755Z
422026-06-23T23:04:38.774Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-23T23:04:38.775Z
442026-06-23T23:04:38.775Z
452026-06-23T23:04:38.775ZRust is installed now. Great!
462026-06-23T23:04:38.775Z
472026-06-23T23:04:38.775ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-23T23:04:38.775Zenvironment variable. This has not been done automatically.
492026-06-23T23:04:38.775Z
502026-06-23T23:04:38.775ZTo configure your current shell, you need to source
512026-06-23T23:04:38.775Zthe corresponding env file under $HOME/.cargo.
522026-06-23T23:04:38.775Z
532026-06-23T23:04:38.776ZThis is usually done by running one of the following (note the leading DOT):
542026-06-23T23:04:38.782Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-23T23:04:38.782Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-23T23:04:38.782Zsource "~/.cargo/env.nu" # For nushell
572026-06-23T23:04:38.782Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-23T23:04:38.782Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-23T23:04:38.782Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-23T23:04:38.782Zwarn: no default linker (`cc`) was found in your PATH
612026-06-23T23:04:38.782Zwarn: many Rust crates require a system C toolchain to build
622026-06-23T23:04:38.882Z+ rustup --version
632026-06-23T23:04:38.888Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-23T23:04:38.891Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-23T23:04:38.911Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-23T23:04:38.914Z+ cargo --version
672026-06-23T23:04:38.923Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-23T23:04:38.925Z+ rustc --version
692026-06-23T23:04:38.946Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-23T23:04:38.949Zprocess exited: duration 19261 ms, exit code 0
 
712026-06-23T23:04:38.954Zstarting task 2: "authentication"
722026-06-23T23:04:38.974Zprocess exited: duration 19 ms, exit code 0
 
732026-06-23T23:04:38.980Zstarting task 3: "clone repository"
742026-06-23T23:04:38.984Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-23T23:04:38.987Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-23T23:04:39.020ZCloning into '/work/oxidecomputer/omicron'...
772026-06-23T23:04:48.765Z+ cd /work/oxidecomputer/omicron
782026-06-23T23:04:48.765Z+ git fetch origin 8c68b73399a34697cf8beb9e8612fe9ae9f90763
792026-06-23T23:04:49.034ZFrom https://github.com/oxidecomputer/omicron
802026-06-23T23:04:49.034Z * branch 8c68b73399a34697cf8beb9e8612fe9ae9f90763 -> FETCH_HEAD
812026-06-23T23:04:49.049Z+ [[ -n zfs-setprop ]]
822026-06-23T23:04:49.052Z++ git branch --show-current
832026-06-23T23:04:49.055Z+ current=main
842026-06-23T23:04:49.055Z+ [[ main != zfs-setprop ]]
852026-06-23T23:04:49.055Z+ git branch -f zfs-setprop 8c68b73399a34697cf8beb9e8612fe9ae9f90763
862026-06-23T23:04:49.059Z+ git checkout -f zfs-setprop
872026-06-23T23:04:49.300ZSwitched to branch 'zfs-setprop'
882026-06-23T23:04:49.303Z+ git reset --hard 8c68b73399a34697cf8beb9e8612fe9ae9f90763
892026-06-23T23:04:49.548ZHEAD is now at 8c68b7339 [illumos-utils][zfs] Propagate property-read failures; treat zero size as none
902026-06-23T23:04:49.553Zprocess exited: duration 10569 ms, exit code 0
 
912026-06-23T23:04:49.558Zstarting task 4: "build"
922026-06-23T23:04:49.565Z+ source .github/buildomat/ci-env.sh
932026-06-23T23:04:49.565Z++ export CARGO_TERM_COLOR=always
942026-06-23T23:04:49.565Z++ CARGO_TERM_COLOR=always
952026-06-23T23:04:49.565Z+ cargo --version
962026-06-23T23:04:49.576Zcargo 1.96.0 (30a34c682 2026-05-25)
972026-06-23T23:04:49.578Z+ rustc --version
982026-06-23T23:04:49.600Zrustc 1.96.0 (ac68faa20 2026-05-25)
992026-06-23T23:04:49.603Z+ WORK=/work
1002026-06-23T23:04:49.603Z+ pfexec mkdir -p /work
1012026-06-23T23:04:49.606Z+ pfexec chown build /work
1022026-06-23T23:04:49.609Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-23T23:04:51.599Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-23T23:04:51.701Z Startup: Caching catalogs ... Done
1052026-06-23T23:04:52.151ZPlanning: Solver setup ... Done (0.404s)
1062026-06-23T23:04:52.176ZPlanning: Running solver ... Done (0.025s)
1072026-06-23T23:04:52.187ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-23T23:04:52.198ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-23T23:04:52.215ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-23T23:04:52.229ZPlanning: Package planning ... Done (0.014s)
1112026-06-23T23:04:52.233ZPlanning: Merging actions ... Done (0.001s)
1122026-06-23T23:04:52.395ZPlanning: Checking for conflicting actions ... Done (0.164s)
1132026-06-23T23:04:52.398ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-23T23:04:53.301ZPlanning: Evaluating mediators ... Done (0.905s)
1152026-06-23T23:04:53.305ZPlanning: Planning completed in 1.58 seconds
1162026-06-23T23:04:53.320Z Packages to install: 2
1172026-06-23T23:04:53.320Z Estimated space available: 156.06 GB
1182026-06-23T23:04:53.320ZEstimated space to be consumed: 29.56 MB
1192026-06-23T23:04:53.320Z Create boot environment: No
1202026-06-23T23:04:53.320ZCreate backup boot environment: No
1212026-06-23T23:04:53.320Z Rebuild boot archive: No
1222026-06-23T23:04:53.320Z
1232026-06-23T23:04:53.320ZChanged packages:
1242026-06-23T23:04:53.320Zhelios
1252026-06-23T23:04:53.320Z developer/build-essential
1262026-06-23T23:04:53.320Z None -> 11-3.0
1272026-06-23T23:04:53.320Z library/libxmlsec1
1282026-06-23T23:04:53.320Z None -> 1.2.35-3.0
1292026-06-23T23:04:53.338Z
1302026-06-23T23:04:53.338ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-23T23:04:53.807ZDownload: Completed 1.28 MB in 0.47 seconds (2.7M/s)
1322026-06-23T23:04:53.872Z Actions: 1/268 actions (Installing new actions)
1332026-06-23T23:04:53.912Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-23T23:04:53.924ZFinalize: Updating package state database ... Done (0.011s)
1352026-06-23T23:04:53.924ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-23T23:04:53.951ZFinalize: Updating image state ... Done (0.027s)
1372026-06-23T23:04:56.533ZFinalize: Creating fast lookup database ... Done (2.556s)
1382026-06-23T23:04:56.604ZFinalize: Reading search index ... Done (0.013s)
1392026-06-23T23:04:56.607ZFinalize: Updating search index ... Done (0.000s)
1402026-06-23T23:04:56.673ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-23T23:04:56.991ZPlanning: Evaluating mediator changes ... Done
1422026-06-23T23:04:57.095ZPlanning: Checking for conflicting actions ... Done
1432026-06-23T23:04:57.100ZPlanning: Consolidating action changes ... Done
1442026-06-23T23:04:57.251ZPlanning: Evaluating mediators ... Done
1452026-06-23T23:04:57.254ZPlanning: Planning completed in 0.26 seconds
1462026-06-23T23:04:57.274Z Mediators to change: 2
1472026-06-23T23:04:57.275Z Create boot environment: No
1482026-06-23T23:04:57.275ZCreate backup boot environment: No
1492026-06-23T23:04:57.350ZFinalize: Updating package state database ... Done
1502026-06-23T23:04:57.350ZFinalize: Updating package cache ... Done
1512026-06-23T23:04:57.369ZFinalize: Updating image state ... Done
1522026-06-23T23:04:59.310ZFinalize: Creating fast lookup database ... Done
1532026-06-23T23:04:59.383ZFinalize: Reading search index ... Done
1542026-06-23T23:04:59.386ZFinalize: Updating search index ... Done
1552026-06-23T23:04:59.477ZFinalize: Updating package cache ... Done
1562026-06-23T23:04:59.765ZPlanning: Evaluating mediator changes ... Done
1572026-06-23T23:04:59.870ZPlanning: Checking for conflicting actions ... Done
1582026-06-23T23:04:59.874ZPlanning: Consolidating action changes ... Done
1592026-06-23T23:05:00.028ZPlanning: Evaluating mediators ... Done
1602026-06-23T23:05:00.031ZPlanning: Planning completed in 0.26 seconds
1612026-06-23T23:05:00.050Z Mediators to change: 1
1622026-06-23T23:05:00.050Z Create boot environment: No
1632026-06-23T23:05:00.050ZCreate backup boot environment: No
1642026-06-23T23:05:00.106ZFinalize: Updating package state database ... Done
1652026-06-23T23:05:00.106ZFinalize: Updating package cache ... Done
1662026-06-23T23:05:00.119ZFinalize: Updating image state ... Done
1672026-06-23T23:05:02.051ZFinalize: Creating fast lookup database ... Done
1682026-06-23T23:05:02.121ZFinalize: Reading search index ... Done
1692026-06-23T23:05:02.124ZFinalize: Updating search index ... Done
1702026-06-23T23:05:02.207ZFinalize: Updating package cache ... Done
1712026-06-23T23:05:02.516ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-23T23:05:02.516Zapache system 2.4 system
1732026-06-23T23:05:02.516Zclang system 15 system
1742026-06-23T23:05:02.516Zcsh system system illumos
1752026-06-23T23:05:02.516Zctags system system illumos
1762026-06-23T23:05:02.516Zfile vendor vendor darwinsys
1772026-06-23T23:05:02.516Zfile system system illumos
1782026-06-23T23:05:02.516Zgcc vendor 14 vendor
1792026-06-23T23:05:02.516Zgcc system 13 system
1802026-06-23T23:05:02.516Zgcc system 10 system
1812026-06-23T23:05:02.516Zgo system 1.25 system
1822026-06-23T23:05:02.516Zllvm system 15 system
1832026-06-23T23:05:02.516Zmariadb system 11.4 system
1842026-06-23T23:05:02.516Zmta vendor vendor dma
1852026-06-23T23:05:02.516Zopenjdk system 17 system
1862026-06-23T23:05:02.517Zopenjdk system 11 system
1872026-06-23T23:05:02.517Zopenssl vendor 3 vendor
1882026-06-23T23:05:02.517Zperl system 5.40 system
1892026-06-23T23:05:02.517Zpostgresql system 18 system
1902026-06-23T23:05:02.517Zpostgresql system 17 system
1912026-06-23T23:05:02.517Zpython vendor 3 vendor
1922026-06-23T23:05:02.517Zpython system 2 system
1932026-06-23T23:05:02.517Zpython3 vendor 3.13 vendor
1942026-06-23T23:05:02.517Zruby system 3.4 system
1952026-06-23T23:05:02.517Zruby system 3.0 system
1962026-06-23T23:05:02.517Zwords vendor vendor american-english
1972026-06-23T23:05:02.517Zwords system system australian-english
1982026-06-23T23:05:02.517Zwords system system british-english
1992026-06-23T23:05:02.517Zwords system system canadian-english
2002026-06-23T23:05:02.517Zwords system system french
2012026-06-23T23:05:02.517Zwords system system italian
2022026-06-23T23:05:02.517Zwords system system ngerman
2032026-06-23T23:05:02.517Zwords system system ogerman
2042026-06-23T23:05:02.517Zwords system system spanish
2052026-06-23T23:05:02.771ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-23T23:05:02.771Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-23T23:05:03.076ZFMRI IFO
2082026-06-23T23:05:03.076Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-23T23:05:03.076Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-23T23:05:03.076Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-23T23:05:03.076Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-23T23:05:03.076Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-23T23:05:03.076Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-23T23:05:03.076Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-23T23:05:03.076Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-23T23:05:03.076Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-23T23:05:03.327Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-23T23:05:03.592Z Updating crates.io index
2192026-06-23T23:05:03.595Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-23T23:05:03.807Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-23T23:05:04.123Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-23T23:05:04.394Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-23T23:05:05.274Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-23T23:05:05.763Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-23T23:05:07.435Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-23T23:05:08.179Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-23T23:05:08.428Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-23T23:05:09.696Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-23T23:05:09.923Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-23T23:05:10.198Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-23T23:05:10.432Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-23T23:05:10.850Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-23T23:05:11.334Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-23T23:05:11.582Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-23T23:05:11.816Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-23T23:05:12.041Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-23T23:05:12.312Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-23T23:05:12.528Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-23T23:05:12.759Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-23T23:05:13.009Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-23T23:05:13.354Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-23T23:05:13.632Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-23T23:05:13.845Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-23T23:05:14.212Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-23T23:05:14.443Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-23T23:05:14.721Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-23T23:05:14.957Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-23T23:05:15.174Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-23T23:05:15.500Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-23T23:05:15.836Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-23T23:05:16.062Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-23T23:05:16.329Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-23T23:05:16.576Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-23T23:05:16.829Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-23T23:05:17.329Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-23T23:05:17.598Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-23T23:05:17.826Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-23T23:05:18.045Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-23T23:05:20.957Z Downloading crates ...
2602026-06-23T23:05:21.014Z Downloaded equivalent v1.0.2
2612026-06-23T23:05:21.024Z Downloaded icu_normalizer_data v2.1.1
2622026-06-23T23:05:21.030Z Downloaded thiserror-impl v2.0.18
2632026-06-23T23:05:21.033Z Downloaded anstyle-query v1.1.5
2642026-06-23T23:05:21.033Z Downloaded anstream v1.0.0
2652026-06-23T23:05:21.036Z Downloaded block-buffer v0.10.4
2662026-06-23T23:05:21.039Z Downloaded pretty-hex v0.4.1
2672026-06-23T23:05:21.042Z Downloaded cargo-platform v0.2.0
2682026-06-23T23:05:21.045Z Downloaded bytecount v0.6.9
2692026-06-23T23:05:21.048Z Downloaded autocfg v1.5.0
2702026-06-23T23:05:21.048Z Downloaded unicode-xid v0.2.6
2712026-06-23T23:05:21.048Z Downloaded anstyle-parse v1.0.0
2722026-06-23T23:05:21.051Z Downloaded tinystr v0.8.2
2732026-06-23T23:05:21.051Z Downloaded thiserror v2.0.18
2742026-06-23T23:05:21.054Z Downloaded unicode-ident v1.0.24
2752026-06-23T23:05:21.056Z Downloaded thread-id v4.2.2
2762026-06-23T23:05:21.056Z Downloaded fastrand v2.3.0
2772026-06-23T23:05:21.056Z Downloaded toml_datetime v0.6.11
2782026-06-23T23:05:21.060Z Downloaded dtrace-parser v0.2.0
2792026-06-23T23:05:21.060Z Downloaded errno v0.3.14
2802026-06-23T23:05:21.064Z Downloaded clap_lex v1.0.0
2812026-06-23T23:05:21.064Z Downloaded crypto-common v0.1.7
2822026-06-23T23:05:21.064Z Downloaded zerofrom-derive v0.1.6
2832026-06-23T23:05:21.064Z Downloaded bitflags v2.11.0
2842026-06-23T23:05:21.067Z Downloaded zerofrom v0.1.6
2852026-06-23T23:05:21.067Z Downloaded usdt-attr-macro v0.5.0
2862026-06-23T23:05:21.067Z Downloaded usdt v0.5.0
2872026-06-23T23:05:21.067Z Downloaded yoke-derive v0.8.1
2882026-06-23T23:05:21.067Z Downloaded utf8_iter v1.0.4
2892026-06-23T23:05:21.070Z Downloaded dof v0.3.0
2902026-06-23T23:05:21.070Z Downloaded cpufeatures v0.2.17
2912026-06-23T23:05:21.070Z Downloaded version_check v0.9.5
2922026-06-23T23:05:21.074Z Downloaded form_urlencoded v1.2.2
2932026-06-23T23:05:21.074Z Downloaded utf8parse v0.2.2
2942026-06-23T23:05:21.074Z Downloaded unicode-linebreak v0.1.5
2952026-06-23T23:05:21.078Z Downloaded tabled_derive v0.7.0
2962026-06-23T23:05:21.081Z Downloaded heck v0.5.0
2972026-06-23T23:05:21.084Z Downloaded colorchoice v1.0.4
2982026-06-23T23:05:21.084Z Downloaded smallvec v1.15.1
2992026-06-23T23:05:21.086Z Downloaded camino-tempfile v1.4.1
3002026-06-23T23:05:21.089Z Downloaded zmij v1.0.21
3012026-06-23T23:05:21.089Z Downloaded usdt-macro v0.5.0
3022026-06-23T23:05:21.089Z Downloaded erased-serde v0.4.9
3032026-06-23T23:05:21.092Z Downloaded zerovec-derive v0.11.2
3042026-06-23T23:05:21.092Z Downloaded fs-err v3.3.0
3052026-06-23T23:05:21.092Z Downloaded byteorder v1.5.0
3062026-06-23T23:05:21.095Z Downloaded typeid v1.0.3
3072026-06-23T23:05:21.095Z Downloaded writeable v0.6.2
3082026-06-23T23:05:21.095Z Downloaded cargo_metadata v0.21.0
3092026-06-23T23:05:21.098Z Downloaded toml_write v0.1.2
3102026-06-23T23:05:21.098Z Downloaded thiserror v1.0.69
3112026-06-23T23:05:21.101Z Downloaded usdt-impl v0.5.0
3122026-06-23T23:05:21.101Z Downloaded stable_deref_trait v1.2.1
3132026-06-23T23:05:21.101Z Downloaded yoke v0.8.1
3142026-06-23T23:05:21.104Z Downloaded zerocopy-derive v0.7.35
3152026-06-23T23:05:21.109Z Downloaded idna_adapter v1.2.1
3162026-06-23T23:05:21.109Z Downloaded heck v0.4.1
3172026-06-23T23:05:21.113Z Downloaded fnv v1.0.7
3182026-06-23T23:05:21.113Z Downloaded strsim v0.11.1
3192026-06-23T23:05:21.116Z Downloaded macaddr v1.0.1
3202026-06-23T23:05:21.116Z Downloaded thiserror-impl v1.0.69
3212026-06-23T23:05:21.116Z Downloaded cfg-if v1.0.4
3222026-06-23T23:05:21.116Z Downloaded toml v0.8.23
3232026-06-23T23:05:21.119Z Downloaded serde-untagged v0.1.9
3242026-06-23T23:05:21.121Z Downloaded generic-array v0.14.7
3252026-06-23T23:05:21.121Z Downloaded scroll v0.12.0
3262026-06-23T23:05:21.121Z Downloaded ucd-trie v0.1.7
3272026-06-23T23:05:21.124Z Downloaded textwrap v0.16.2
3282026-06-23T23:05:21.127Z Downloaded plain v0.2.3
3292026-06-23T23:05:21.131Z Downloaded memmap v0.7.0
3302026-06-23T23:05:21.131Z Downloaded typenum v1.19.0
3312026-06-23T23:05:21.133Z Downloaded percent-encoding v2.3.2
3322026-06-23T23:05:21.137Z Downloaded proc-macro-error-attr v1.0.4
3332026-06-23T23:05:21.137Z Downloaded zerotrie v0.2.3
3342026-06-23T23:05:21.139Z Downloaded url v2.5.8
3352026-06-23T23:05:21.139Z Downloaded scroll_derive v0.12.1
3362026-06-23T23:05:21.142Z Downloaded terminal_size v0.4.3
3372026-06-23T23:05:21.142Z Downloaded ordered-float v2.10.1
3382026-06-23T23:05:21.142Z Downloaded potential_utf v0.1.4
3392026-06-23T23:05:21.145Z Downloaded itoa v1.0.17
3402026-06-23T23:05:21.145Z Downloaded toml_edit v0.22.27
3412026-06-23T23:05:21.148Z Downloaded serde_spanned v0.6.9
3422026-06-23T23:05:21.148Z Downloaded serde-value v0.7.0
3432026-06-23T23:05:21.151Z Downloaded digest v0.10.7
3442026-06-23T23:05:21.154Z Downloaded zerovec v0.11.5
3452026-06-23T23:05:21.159Z Downloaded zerocopy v0.7.35
3462026-06-23T23:05:21.168Z Downloaded smawk v0.3.2
3472026-06-23T23:05:21.170Z Downloaded winnow v0.7.14
3482026-06-23T23:05:21.173Z Downloaded synstructure v0.13.2
3492026-06-23T23:05:21.173Z Downloaded proc-macro-error v1.0.4
3502026-06-23T23:05:21.176Z Downloaded pest_generator v2.8.6
3512026-06-23T23:05:21.176Z Downloaded displaydoc v0.2.5
3522026-06-23T23:05:21.179Z Downloaded unicode-width v0.2.0
3532026-06-23T23:05:21.182Z Downloaded unicode-width v0.1.14
3542026-06-23T23:05:21.186Z Downloaded camino v1.2.2
3552026-06-23T23:05:21.186Z Downloaded anstyle v1.0.14
3562026-06-23T23:05:21.189Z Downloaded is_terminal_polyfill v1.70.2
3572026-06-23T23:05:21.189Z Downloaded cargo_toml v0.21.0
3582026-06-23T23:05:21.189Z Downloaded serde_tokenstream v0.2.3
3592026-06-23T23:05:21.192Z Downloaded sha2 v0.10.9
3602026-06-23T23:05:21.195Z Downloaded anyhow v1.0.102
3612026-06-23T23:05:21.198Z Downloaded getrandom v0.4.1
3622026-06-23T23:05:21.208Z Downloaded swrite v0.1.0
3632026-06-23T23:05:21.222Z Downloaded cargo-util-schemas v0.8.2
3642026-06-23T23:05:21.222Z Downloaded tempfile v3.25.0
3652026-06-23T23:05:21.222Z Downloaded clap_derive v4.6.1
3662026-06-23T23:05:21.225Z Downloaded semver v1.0.28
3672026-06-23T23:05:21.229Z Downloaded quote v1.0.45
3682026-06-23T23:05:21.232Z Downloaded pest_meta v2.8.6
3692026-06-23T23:05:21.232Z Downloaded icu_provider v2.1.1
3702026-06-23T23:05:21.232Z Downloaded icu_locale_core v2.1.1
3712026-06-23T23:05:21.235Z Downloaded pest_derive v2.8.6
3722026-06-23T23:05:21.238Z Downloaded litemap v0.8.1
3732026-06-23T23:05:21.240Z Downloaded serde_derive v1.0.228
3742026-06-23T23:05:21.240Z Downloaded once_cell v1.21.3
3752026-06-23T23:05:21.243Z Downloaded log v0.4.29
3762026-06-23T23:05:21.243Z Downloaded icu_properties v2.1.2
3772026-06-23T23:05:21.246Z Downloaded icu_normalizer v2.1.1
3782026-06-23T23:05:21.248Z Downloaded serde_core v1.0.228
3792026-06-23T23:05:21.252Z Downloaded papergrid v0.11.0
3802026-06-23T23:05:21.255Z Downloaded icu_collections v2.1.1
3812026-06-23T23:05:21.258Z Downloaded indexmap v2.14.0
3822026-06-23T23:05:21.258Z Downloaded num-traits v0.2.19
3832026-06-23T23:05:21.262Z Downloaded proc-macro2 v1.0.106
3842026-06-23T23:05:21.266Z Downloaded clap v4.6.1
3852026-06-23T23:05:21.282Z Downloaded serde v1.0.228
3862026-06-23T23:05:21.285Z Downloaded pest v2.8.6
3872026-06-23T23:05:21.296Z Downloaded hashbrown v0.17.0
3882026-06-23T23:05:21.301Z Downloaded memchr v2.8.0
3892026-06-23T23:05:21.305Z Downloaded idna v1.1.0
3902026-06-23T23:05:21.329Z Downloaded icu_properties_data v2.1.2
3912026-06-23T23:05:21.341Z Downloaded goblin v0.8.2
3922026-06-23T23:05:21.347Z Downloaded serde_json v1.0.149
3932026-06-23T23:05:21.350Z Downloaded clap_builder v4.6.0
3942026-06-23T23:05:21.359Z Downloaded tabled v0.15.0
3952026-06-23T23:05:21.370Z Downloaded syn v1.0.109
3962026-06-23T23:05:21.381Z Downloaded syn v2.0.117
3972026-06-23T23:05:21.400Z Downloaded rustix v1.1.3
3982026-06-23T23:05:21.428Z Downloaded libc v0.2.185
3992026-06-23T23:05:21.496Z Compiling proc-macro2 v1.0.106
4002026-06-23T23:05:21.499Z Compiling unicode-ident v1.0.24
4012026-06-23T23:05:21.499Z Compiling quote v1.0.45
4022026-06-23T23:05:21.499Z Compiling serde_core v1.0.228
4032026-06-23T23:05:21.499Z Compiling libc v0.2.185
4042026-06-23T23:05:21.499Z Compiling version_check v0.9.5
4052026-06-23T23:05:21.499Z Compiling stable_deref_trait v1.2.1
4062026-06-23T23:05:21.499Z Compiling memchr v2.8.0
4072026-06-23T23:05:21.499Z Compiling serde v1.0.228
4082026-06-23T23:05:21.499Z Compiling zmij v1.0.21
4092026-06-23T23:05:21.500Z Compiling thiserror v1.0.69
4102026-06-23T23:05:21.500Z Compiling autocfg v1.5.0
4112026-06-23T23:05:21.500Z Compiling ucd-trie v0.1.7
4122026-06-23T23:05:21.500Z Compiling itoa v1.0.17
4132026-06-23T23:05:21.500Z Compiling litemap v0.8.1
4142026-06-23T23:05:21.864Z Compiling writeable v0.6.2
4152026-06-23T23:05:21.941Z Compiling icu_normalizer_data v2.1.1
4162026-06-23T23:05:21.958Z Compiling byteorder v1.5.0
4172026-06-23T23:05:22.025Z Compiling icu_properties_data v2.1.2
4182026-06-23T23:05:22.079Z Compiling rustix v1.1.3
4192026-06-23T23:05:22.154Z Compiling bitflags v2.11.0
4202026-06-23T23:05:22.157Z Compiling serde_json v1.0.149
4212026-06-23T23:05:22.252Z Compiling pest v2.8.6
4222026-06-23T23:05:22.287Z Compiling num-traits v0.2.19
4232026-06-23T23:05:22.318Z Compiling smallvec v1.15.1
4242026-06-23T23:05:22.421Z Compiling typeid v1.0.3
4252026-06-23T23:05:22.490Z Compiling hashbrown v0.17.0
4262026-06-23T23:05:22.509Z Compiling equivalent v1.0.2
4272026-06-23T23:05:22.542Z Compiling usdt-impl v0.5.0
4282026-06-23T23:05:22.557Z Compiling proc-macro-error-attr v1.0.4
4292026-06-23T23:05:22.578Z Compiling winnow v0.7.14
4302026-06-23T23:05:22.631Z Compiling syn v1.0.109
4312026-06-23T23:05:22.663Z Compiling erased-serde v0.4.9
4322026-06-23T23:05:22.695Z Compiling toml_write v0.1.2
4332026-06-23T23:05:22.753Z Compiling proc-macro-error v1.0.4
4342026-06-23T23:05:22.868Z Compiling log v0.4.29
4352026-06-23T23:05:22.886Z Compiling errno v0.3.14
4362026-06-23T23:05:22.912Z Compiling thread-id v4.2.2
4372026-06-23T23:05:22.929Z Compiling getrandom v0.4.1
4382026-06-23T23:05:22.933Z Compiling utf8_iter v1.0.4
4392026-06-23T23:05:22.963Z Compiling plain v0.2.3
4402026-06-23T23:05:22.981Z Compiling camino v1.2.2
4412026-06-23T23:05:23.054Z Compiling indexmap v2.14.0
4422026-06-23T23:05:23.092Z Compiling thiserror v2.0.18
4432026-06-23T23:05:23.109Z Compiling utf8parse v0.2.2
4442026-06-23T23:05:23.127Z Compiling percent-encoding v2.3.2
4452026-06-23T23:05:23.241Z Compiling syn v2.0.117
4462026-06-23T23:05:23.269Z Compiling form_urlencoded v1.2.2
4472026-06-23T23:05:23.310Z Compiling anstyle-parse v1.0.0
4482026-06-23T23:05:23.362Z Compiling pest_meta v2.8.6
4492026-06-23T23:05:23.415Z Compiling ordered-float v2.10.1
4502026-06-23T23:05:23.444Z Compiling anstyle v1.0.14
4512026-06-23T23:05:23.479Z Compiling pretty-hex v0.4.1
4522026-06-23T23:05:23.504Z Compiling anstyle-query v1.1.5
4532026-06-23T23:05:23.524Z Compiling is_terminal_polyfill v1.70.2
4542026-06-23T23:05:23.625Z Compiling colorchoice v1.0.4
4552026-06-23T23:05:23.655Z Compiling cfg-if v1.0.4
4562026-06-23T23:05:23.710Z Compiling fs-err v3.3.0
4572026-06-23T23:05:23.729Z Compiling anstream v1.0.0
4582026-06-23T23:05:23.761Z Compiling unicode-width v0.1.14
4592026-06-23T23:05:23.764Z Compiling clap_lex v1.0.0
4602026-06-23T23:05:23.764Z Compiling strsim v0.11.1
4612026-06-23T23:05:23.814Z Compiling fnv v1.0.7
4622026-06-23T23:05:23.817Z Compiling unicode-xid v0.2.6
4632026-06-23T23:05:23.919Z Compiling terminal_size v0.4.3
4642026-06-23T23:05:23.936Z Compiling heck v0.4.1
4652026-06-23T23:05:23.939Z Compiling heck v0.5.0
4662026-06-23T23:05:23.977Z Compiling fastrand v2.3.0
4672026-06-23T23:05:24.070Z Compiling anyhow v1.0.102
4682026-06-23T23:05:24.087Z Compiling once_cell v1.21.3
4692026-06-23T23:05:24.104Z Compiling bytecount v0.6.9
4702026-06-23T23:05:24.135Z Compiling clap_builder v4.6.0
4712026-06-23T23:05:24.261Z Compiling semver v1.0.28
4722026-06-23T23:05:24.266Z Compiling tempfile v3.25.0
4732026-06-23T23:05:24.266Z Compiling papergrid v0.11.0
4742026-06-23T23:05:24.294Z Compiling memmap v0.7.0
4752026-06-23T23:05:24.324Z Compiling smawk v0.3.2
4762026-06-23T23:05:24.355Z Compiling unicode-width v0.2.0
4772026-06-23T23:05:24.494Z Compiling unicode-linebreak v0.1.5
4782026-06-23T23:05:24.494Z Compiling camino-tempfile v1.4.1
4792026-06-23T23:05:24.617Z Compiling serde-untagged v0.1.9
4802026-06-23T23:05:24.676Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-06-23T23:05:24.710Z Compiling swrite v0.1.0
4822026-06-23T23:05:24.765Z Compiling textwrap v0.16.2
4832026-06-23T23:05:25.110Z Compiling tabled_derive v0.7.0
4842026-06-23T23:05:25.751Z Compiling tabled v0.15.0
4852026-06-23T23:05:25.778Z Compiling synstructure v0.13.2
4862026-06-23T23:05:25.778Z Compiling pest_generator v2.8.6
4872026-06-23T23:05:26.283Z Compiling serde_derive v1.0.228
4882026-06-23T23:05:26.283Z Compiling zerofrom-derive v0.1.6
4892026-06-23T23:05:26.286Z Compiling yoke-derive v0.8.1
4902026-06-23T23:05:26.286Z Compiling zerovec-derive v0.11.2
4912026-06-23T23:05:26.286Z Compiling displaydoc v0.2.5
4922026-06-23T23:05:26.286Z Compiling thiserror-impl v1.0.69
4932026-06-23T23:05:26.286Z Compiling zerocopy-derive v0.7.35
4942026-06-23T23:05:26.286Z Compiling scroll_derive v0.12.1
4952026-06-23T23:05:26.286Z Compiling thiserror-impl v2.0.18
4962026-06-23T23:05:26.286Z Compiling clap_derive v4.6.1
4972026-06-23T23:05:26.371Z Compiling pest_derive v2.8.6
4982026-06-23T23:05:27.016Z Compiling zerocopy v0.7.35
4992026-06-23T23:05:27.070Z Compiling scroll v0.12.0
5002026-06-23T23:05:27.319Z Compiling goblin v0.8.2
5012026-06-23T23:05:27.336Z Compiling zerofrom v0.1.6
5022026-06-23T23:05:27.445Z Compiling yoke v0.8.1
5032026-06-23T23:05:27.498Z Compiling dtrace-parser v0.2.0
5042026-06-23T23:05:27.597Z Compiling zerovec v0.11.5
5052026-06-23T23:05:27.597Z Compiling zerotrie v0.2.3
5062026-06-23T23:05:27.711Z Compiling clap v4.6.1
5072026-06-23T23:05:28.009Z Compiling tinystr v0.8.2
5082026-06-23T23:05:28.009Z Compiling potential_utf v0.1.4
5092026-06-23T23:05:28.138Z Compiling icu_collections v2.1.1
5102026-06-23T23:05:28.156Z Compiling icu_locale_core v2.1.1
5112026-06-23T23:05:28.715Z Compiling icu_provider v2.1.1
5122026-06-23T23:05:28.922Z Compiling icu_normalizer v2.1.1
5132026-06-23T23:05:28.922Z Compiling icu_properties v2.1.2
5142026-06-23T23:05:28.956Z Compiling dof v0.3.0
5152026-06-23T23:05:28.956Z Compiling serde_tokenstream v0.2.3
5162026-06-23T23:05:28.972Z Compiling serde_spanned v0.6.9
5172026-06-23T23:05:28.975Z Compiling toml_datetime v0.6.11
5182026-06-23T23:05:28.975Z Compiling serde-value v0.7.0
5192026-06-23T23:05:28.975Z Compiling cargo-platform v0.2.0
5202026-06-23T23:05:28.975Z Compiling macaddr v1.0.1
5212026-06-23T23:05:29.226Z Compiling toml_edit v0.22.27
5222026-06-23T23:05:29.640Z Compiling usdt-attr-macro v0.5.0
5232026-06-23T23:05:29.640Z Compiling usdt-macro v0.5.0
5242026-06-23T23:05:29.752Z Compiling idna_adapter v1.2.1
5252026-06-23T23:05:29.859Z Compiling idna v1.1.0
5262026-06-23T23:05:30.124Z Compiling url v2.5.8
5272026-06-23T23:05:30.223Z Compiling usdt v0.5.0
5282026-06-23T23:05:30.489Z Compiling toml v0.8.23
5292026-06-23T23:05:30.811Z Compiling cargo-util-schemas v0.8.2
5302026-06-23T23:05:30.811Z Compiling cargo_toml v0.21.0
5312026-06-23T23:05:31.576Z Compiling cargo_metadata v0.21.0
5322026-06-23T23:05:32.502Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-06-23T23:05:34.651Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.49s
5342026-06-23T23:05:34.866Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5352026-06-23T23:05:35.356Z Downloading crates ...
5362026-06-23T23:05:35.458Z Downloaded atty v0.2.14
5372026-06-23T23:05:35.460Z Downloaded base64ct v1.8.3
5382026-06-23T23:05:35.466Z Downloaded cassowary v0.3.0
5392026-06-23T23:05:35.469Z Downloaded colored v2.2.0
5402026-06-23T23:05:35.479Z Downloaded crc-catalog v2.4.0
5412026-06-23T23:05:35.482Z Downloaded aes v0.8.4
5422026-06-23T23:05:35.485Z Downloaded async-stream-impl v0.3.6
5432026-06-23T23:05:35.486Z Downloaded async-trait v0.1.89
5442026-06-23T23:05:35.489Z Downloaded async-stream v0.3.6
5452026-06-23T23:05:35.491Z Downloaded async-recursion v1.1.1
5462026-06-23T23:05:35.491Z Downloaded allocator-api2 v0.2.21
5472026-06-23T23:05:35.494Z Downloaded crossbeam-utils v0.8.21
5482026-06-23T23:05:35.497Z Downloaded crc32fast v1.5.0
5492026-06-23T23:05:35.499Z Downloaded bitflags v1.3.2
5502026-06-23T23:05:35.499Z Downloaded base16ct v0.2.0
5512026-06-23T23:05:35.502Z Downloaded embedded-io v0.4.0
5522026-06-23T23:05:35.502Z Downloaded darling_macro v0.13.4
5532026-06-23T23:05:35.505Z Downloaded base64 v0.21.7
5542026-06-23T23:05:35.507Z Downloaded crunchy v0.2.4
5552026-06-23T23:05:35.508Z Downloaded array-init v0.0.4
5562026-06-23T23:05:35.508Z Downloaded assert_matches v1.5.0
5572026-06-23T23:05:35.508Z Downloaded argon2 v0.5.3
5582026-06-23T23:05:35.510Z Downloaded adler2 v2.0.1
5592026-06-23T23:05:35.513Z Downloaded blake2 v0.10.6
5602026-06-23T23:05:35.513Z Downloaded aead v0.5.2
5612026-06-23T23:05:35.516Z Downloaded daft v0.1.7
5622026-06-23T23:05:35.519Z Downloaded crc8 v0.1.1
5632026-06-23T23:05:35.522Z Downloaded daft-derive v0.1.7
5642026-06-23T23:05:35.524Z Downloaded defmt v0.3.100
5652026-06-23T23:05:35.524Z Downloaded cstr-argument v0.1.2
5662026-06-23T23:05:35.527Z Downloaded document-features v0.2.12
5672026-06-23T23:05:35.527Z Downloaded async-compression v0.4.41
5682026-06-23T23:05:35.530Z Downloaded deranged v0.5.8
5692026-06-23T23:05:35.533Z Downloaded derive_builder_core v0.20.2
5702026-06-23T23:05:35.533Z Downloaded aho-corasick v1.1.4
5712026-06-23T23:05:35.538Z Downloaded darling v0.20.11
5722026-06-23T23:05:35.540Z Downloaded curve25519-dalek-derive v0.1.1
5732026-06-23T23:05:35.540Z Downloaded arrayref v0.3.9
5742026-06-23T23:05:35.543Z Downloaded bitfield v0.19.4
5752026-06-23T23:05:35.543Z Downloaded bcrypt-pbkdf v0.10.0
5762026-06-23T23:05:35.543Z Downloaded crossbeam-deque v0.8.6
5772026-06-23T23:05:35.546Z Downloaded dirs-sys-next v0.1.2
5782026-06-23T23:05:35.546Z Downloaded bb8 v0.8.6
5792026-06-23T23:05:35.546Z Downloaded atomic-waker v1.1.2
5802026-06-23T23:05:35.549Z Downloaded ctr v0.9.2
5812026-06-23T23:05:35.549Z Downloaded bit-set v0.8.0
5822026-06-23T23:05:35.551Z Downloaded crossbeam-epoch v0.9.18
5832026-06-23T23:05:35.551Z Downloaded bit-set v0.5.3
5842026-06-23T23:05:35.560Z Downloaded ascii-canvas v3.0.0
5852026-06-23T23:05:35.560Z Downloaded bit-vec v0.8.0
5862026-06-23T23:05:35.564Z Downloaded darling_macro v0.23.0
5872026-06-23T23:05:35.564Z Downloaded darling_macro v0.20.11
5882026-06-23T23:05:35.564Z Downloaded dirs-next v2.0.0
5892026-06-23T23:05:35.564Z Downloaded bcs v0.1.6
5902026-06-23T23:05:35.564Z Downloaded dsl_auto_type v0.2.0
5912026-06-23T23:05:35.564Z Downloaded display-error-chain v0.2.2
5922026-06-23T23:05:35.564Z Downloaded darling_macro v0.21.3
5932026-06-23T23:05:35.564Z Downloaded crucible-workspace-hack v0.1.0
5942026-06-23T23:05:35.565Z Downloaded ciborium-ll v0.2.2
5952026-06-23T23:05:35.565Z Downloaded atomicwrites v0.4.4
5962026-06-23T23:05:35.565Z Downloaded cobs v0.3.0
5972026-06-23T23:05:35.567Z Downloaded ed25519-dalek v2.2.0
5982026-06-23T23:05:35.567Z Downloaded bitfield-struct v0.6.2
5992026-06-23T23:05:35.567Z Downloaded bitfield-macros v0.19.4
6002026-06-23T23:05:35.570Z Downloaded defmt-parser v1.0.0
6012026-06-23T23:05:35.573Z Downloaded ciborium-io v0.2.2
6022026-06-23T23:05:35.575Z Downloaded arrayvec v0.7.6
6032026-06-23T23:05:35.575Z Downloaded bit-vec v0.6.3
6042026-06-23T23:05:35.578Z Downloaded fixedbitset v0.4.2
6052026-06-23T23:05:35.578Z Downloaded derive-ex v0.1.8
6062026-06-23T23:05:35.581Z Downloaded anstream v0.6.21
6072026-06-23T23:05:35.586Z Downloaded cargo-platform v0.3.2
6082026-06-23T23:05:35.590Z Downloaded fd-lock v4.0.4
6092026-06-23T23:05:35.594Z Downloaded dyn-clone v1.0.20
6102026-06-23T23:05:35.596Z Downloaded downcast-rs v2.0.2
6112026-06-23T23:05:35.596Z Downloaded cpufeatures v0.3.0
6122026-06-23T23:05:35.599Z Downloaded dunce v1.0.5
6132026-06-23T23:05:35.599Z Downloaded compression-core v0.4.31
6142026-06-23T23:05:35.599Z Downloaded cfg_aliases v0.1.1
6152026-06-23T23:05:35.604Z Downloaded blowfish v0.9.1
6162026-06-23T23:05:35.607Z Downloaded anstyle-parse v0.2.7
6172026-06-23T23:05:35.607Z Downloaded foreign-types v0.5.0
6182026-06-23T23:05:35.610Z Downloaded dtrace-parser v0.3.0
6192026-06-23T23:05:35.610Z Downloaded dof v0.4.0
6202026-06-23T23:05:35.610Z Downloaded env_filter v1.0.0
6212026-06-23T23:05:35.613Z Downloaded difflib v0.4.0
6222026-06-23T23:05:35.613Z Downloaded buf-list v1.1.2
6232026-06-23T23:05:35.618Z Downloaded derive_builder_macro v0.20.2
6242026-06-23T23:05:35.621Z Downloaded critical-section v1.2.0
6252026-06-23T23:05:35.621Z Downloaded castaway v0.2.4
6262026-06-23T23:05:35.621Z Downloaded block-padding v0.3.3
6272026-06-23T23:05:35.624Z Downloaded float-cmp v0.10.0
6282026-06-23T23:05:35.624Z Downloaded endian-type v0.1.2
6292026-06-23T23:05:35.624Z Downloaded debug-ignore v1.0.5
6302026-06-23T23:05:35.626Z Downloaded float-ord v0.3.2
6312026-06-23T23:05:35.626Z Downloaded dropshot-api-manager-types v0.7.2
6322026-06-23T23:05:35.626Z Downloaded diesel_table_macro_syntax v0.3.0
6332026-06-23T23:05:35.629Z Downloaded cfg_aliases v0.2.1
6342026-06-23T23:05:35.632Z Downloaded embedded-io v0.6.1
6352026-06-23T23:05:35.635Z Downloaded futures-task v0.3.32
6362026-06-23T23:05:35.635Z Downloaded futures-sink v0.3.32
6372026-06-23T23:05:35.637Z Downloaded foreign-types v0.3.2
6382026-06-23T23:05:35.640Z Downloaded camino-tempfile-ext v0.3.3
6392026-06-23T23:05:35.643Z Downloaded darling_core v0.23.0
6402026-06-23T23:05:35.647Z Downloaded filetime v0.2.27
6412026-06-23T23:05:35.647Z Downloaded erased-serde v0.3.31
6422026-06-23T23:05:35.649Z Downloaded byte-wrapper v0.1.0
6432026-06-23T23:05:35.649Z Downloaded cipher v0.4.4
6442026-06-23T23:05:35.652Z Downloaded enum-as-inner v0.6.1
6452026-06-23T23:05:35.652Z Downloaded defmt-macros v1.0.1
6462026-06-23T23:05:35.661Z Downloaded data-encoding v2.10.0
6472026-06-23T23:05:35.661Z Downloaded darling v0.13.4
6482026-06-23T23:05:35.678Z Downloaded git-stub v1.0.0
6492026-06-23T23:05:35.678Z Downloaded cancel-safe-futures v0.1.5
6502026-06-23T23:05:35.678Z Downloaded globwalk v0.9.1
6512026-06-23T23:05:35.678Z Downloaded foreign-types-shared v0.1.1
6522026-06-23T23:05:35.678Z Downloaded crc v3.4.0
6532026-06-23T23:05:35.678Z Downloaded ahash v0.8.12
6542026-06-23T23:05:35.678Z Downloaded foreign-types-shared v0.3.1
6552026-06-23T23:05:35.678Z Downloaded constant_time_eq v0.4.2
6562026-06-23T23:05:35.678Z Downloaded futures-macro v0.3.32
6572026-06-23T23:05:35.678Z Downloaded bzip2 v0.6.1
6582026-06-23T23:05:35.678Z Downloaded bzip2 v0.4.4
6592026-06-23T23:05:35.678Z Downloaded ghash v0.5.1
6602026-06-23T23:05:35.678Z Downloaded hostname v0.3.1
6612026-06-23T23:05:35.678Z Downloaded futures-core v0.3.32
6622026-06-23T23:05:35.678Z Downloaded defmt v1.0.1
6632026-06-23T23:05:35.678Z Downloaded fixedbitset v0.5.7
6642026-06-23T23:05:35.678Z Downloaded flagset v0.4.7
6652026-06-23T23:05:35.678Z Downloaded headers-core v0.3.0
6662026-06-23T23:05:35.678Z Downloaded crc-any v2.5.0
6672026-06-23T23:05:35.683Z Downloaded futures-io v0.3.32
6682026-06-23T23:05:35.683Z Downloaded ff v0.13.1
6692026-06-23T23:05:35.683Z Downloaded ecdsa v0.16.9
6702026-06-23T23:05:35.683Z Downloaded cbc v0.1.2
6712026-06-23T23:05:35.686Z Downloaded convert_case v0.10.0
6722026-06-23T23:05:35.686Z Downloaded env_logger v0.11.9
6732026-06-23T23:05:35.687Z Downloaded ena v0.14.4
6742026-06-23T23:05:35.687Z Downloaded const_format_proc_macros v0.2.34
6752026-06-23T23:05:35.690Z Downloaded async-bb8-diesel v0.2.1
6762026-06-23T23:05:35.690Z Downloaded hex-literal v0.4.1
6772026-06-23T23:05:35.690Z Downloaded foldhash v0.1.5
6782026-06-23T23:05:35.693Z Downloaded find-msvc-tools v0.1.9
6792026-06-23T23:05:35.693Z Downloaded httpdate v1.0.3
6802026-06-23T23:05:35.693Z Downloaded hostname v0.4.2
6812026-06-23T23:05:35.696Z Downloaded cexpr v0.6.0
6822026-06-23T23:05:35.696Z Downloaded csv-core v0.1.13
6832026-06-23T23:05:35.699Z Downloaded hubpack v0.1.2
6842026-06-23T23:05:35.699Z Downloaded convert_case v0.4.0
6852026-06-23T23:05:35.704Z Downloaded ed25519 v2.2.3
6862026-06-23T23:05:35.709Z Downloaded fallible-iterator v0.2.0
6872026-06-23T23:05:35.709Z Downloaded der_derive v0.7.3
6882026-06-23T23:05:35.709Z Downloaded hubpack_derive v0.1.1
6892026-06-23T23:05:35.715Z Downloaded backon v1.6.0
6902026-06-23T23:05:35.715Z Downloaded backoff v0.4.0
6912026-06-23T23:05:35.715Z Downloaded git-stub-vcs v0.1.0
6922026-06-23T23:05:35.718Z Downloaded foldhash v0.2.0
6932026-06-23T23:05:35.722Z Downloaded ciborium v0.2.2
6942026-06-23T23:05:35.722Z Downloaded derive_builder v0.20.2
6952026-06-23T23:05:35.724Z Downloaded cookie v0.18.1
6962026-06-23T23:05:35.724Z Downloaded illumos-nvpair-sys v0.2.0
6972026-06-23T23:05:35.728Z Downloaded hyper-tls v0.6.0
6982026-06-23T23:05:35.731Z Downloaded funty v2.0.0
6992026-06-23T23:05:35.731Z Downloaded fs-err v2.11.0
7002026-06-23T23:05:35.731Z Downloaded indent_write v2.2.0
7012026-06-23T23:05:35.734Z Downloaded ident_case v1.0.1
7022026-06-23T23:05:35.734Z Downloaded hash32 v0.2.1
7032026-06-23T23:05:35.734Z Downloaded illumos-nvpair v0.3.0
7042026-06-23T23:05:35.734Z Downloaded http-body v1.0.1
7052026-06-23T23:05:35.739Z Downloaded globset v0.4.18
7062026-06-23T23:05:35.739Z Downloaded glob v0.3.3
7072026-06-23T23:05:35.741Z Downloaded instability v0.3.11
7082026-06-23T23:05:35.741Z Downloaded foreign-types-macros v0.2.3
7092026-06-23T23:05:35.741Z Downloaded indoc v1.0.9
7102026-06-23T23:05:35.744Z Downloaded cargo_metadata v0.23.1
7112026-06-23T23:05:35.744Z Downloaded inout v0.1.4
7122026-06-23T23:05:35.747Z Downloaded base64 v0.22.1
7132026-06-23T23:05:35.747Z Downloaded console v0.16.2
7142026-06-23T23:05:35.750Z Downloaded console v0.15.11
7152026-06-23T23:05:35.753Z Downloaded internet-checksum v0.2.1
7162026-06-23T23:05:35.756Z Downloaded colored v3.1.1
7172026-06-23T23:05:35.756Z Downloaded corncobs v0.1.4
7182026-06-23T23:05:35.758Z Downloaded cmake v0.1.57
7192026-06-23T23:05:35.761Z Downloaded diff v0.1.13
7202026-06-23T23:05:35.764Z Downloaded hash32 v0.3.1
7212026-06-23T23:05:35.766Z Downloaded either v1.15.0
7222026-06-23T23:05:35.767Z Downloaded des v0.8.1
7232026-06-23T23:05:35.769Z Downloaded http-body-util v0.1.3
7242026-06-23T23:05:35.769Z Downloaded diesel-dtrace v0.5.0
7252026-06-23T23:05:35.772Z Downloaded is_ci v1.2.0
7262026-06-23T23:05:35.772Z Downloaded gethostname v0.5.0
7272026-06-23T23:05:35.772Z Downloaded highway v1.3.0
7282026-06-23T23:05:35.775Z Downloaded group v0.13.0
7292026-06-23T23:05:35.778Z Downloaded is-terminal v0.4.17
7302026-06-23T23:05:35.778Z Downloaded keccak v0.1.6
7312026-06-23T23:05:35.780Z Downloaded lalrpop-util v0.19.12
7322026-06-23T23:05:35.780Z Downloaded crossbeam-channel v0.5.15
7332026-06-23T23:05:35.783Z Downloaded kstat-rs v0.2.4
7342026-06-23T23:05:35.786Z Downloaded derive-where v1.6.0
7352026-06-23T23:05:35.789Z Downloaded humantime v2.3.0
7362026-06-23T23:05:35.792Z Downloaded instant v0.1.13
7372026-06-23T23:05:35.792Z Downloaded http-range v0.1.5
7382026-06-23T23:05:35.792Z Downloaded hex v0.4.3
7392026-06-23T23:05:35.796Z Downloaded fxhash v0.2.1
7402026-06-23T23:05:35.799Z Downloaded chacha20 v0.9.1
7412026-06-23T23:05:35.799Z Downloaded linked-hash-map v0.5.6
7422026-06-23T23:05:35.799Z Downloaded impl-trait-for-tuples v0.2.3
7432026-06-23T23:05:35.802Z Downloaded darling v0.23.0
7442026-06-23T23:05:35.804Z Downloaded home v0.5.12
7452026-06-23T23:05:35.804Z Downloaded darling v0.21.3
7462026-06-23T23:05:35.807Z Downloaded hyper-staticfile v0.10.1
7472026-06-23T23:05:35.810Z Downloaded compression-codecs v0.4.37
7482026-06-23T23:05:35.810Z Downloaded ar_archive_writer v0.5.1
7492026-06-23T23:05:35.813Z Downloaded match_cfg v0.1.0
7502026-06-23T23:05:35.815Z Downloaded mime v0.3.17
7512026-06-23T23:05:35.815Z Downloaded md-5 v0.10.6
7522026-06-23T23:05:35.815Z Downloaded maybe-uninit v2.0.0
7532026-06-23T23:05:35.818Z Downloaded managed v0.8.0
7542026-06-23T23:05:35.818Z Downloaded lru-slab v0.1.2
7552026-06-23T23:05:35.818Z Downloaded futures-channel v0.3.32
7562026-06-23T23:05:35.831Z Downloaded darling_core v0.21.3
7572026-06-23T23:05:35.831Z Downloaded half v1.8.3
7582026-06-23T23:05:35.831Z Downloaded ingot v0.1.1
7592026-06-23T23:05:35.832Z Downloaded darling_core v0.20.11
7602026-06-23T23:05:35.839Z Downloaded indoc v2.0.7
7612026-06-23T23:05:35.840Z Downloaded chacha20 v0.10.0
7622026-06-23T23:05:35.840Z Downloaded ipnet v2.11.0
7632026-06-23T23:05:35.840Z Downloaded ingot-types v0.1.2
7642026-06-23T23:05:35.840Z Downloaded const-oid v0.9.6
7652026-06-23T23:05:35.840Z Downloaded newtype_derive v0.1.6
7662026-06-23T23:05:35.840Z Downloaded nibble_vec v0.1.0
7672026-06-23T23:05:35.869Z Downloaded lru-cache v0.1.2
7682026-06-23T23:05:35.869Z Downloaded newline-converter v0.3.0
7692026-06-23T23:05:35.869Z Downloaded new_debug_unreachable v1.0.6
7702026-06-23T23:05:35.869Z Downloaded maplit v1.0.2
7712026-06-23T23:05:35.870Z Downloaded libscf-sys v1.1.0
7722026-06-23T23:05:35.870Z Downloaded arc-swap v1.8.2
7732026-06-23T23:05:35.870Z Downloaded drift v0.2.0
7742026-06-23T23:05:35.870Z Downloaded hmac v0.12.1
7752026-06-23T23:05:35.870Z Downloaded ipnetwork v0.21.1
7762026-06-23T23:05:35.883Z Downloaded httparse v1.10.1
7772026-06-23T23:05:35.883Z Downloaded flume v0.11.1
7782026-06-23T23:05:35.883Z Downloaded elliptic-curve v0.13.8
7792026-06-23T23:05:35.883Z Downloaded normalize-line-endings v0.3.0
7802026-06-23T23:05:35.883Z Downloaded num-derive v0.4.2
7812026-06-23T23:05:35.883Z Downloaded nonempty v0.12.0
7822026-06-23T23:05:35.883Z Downloaded num_threads v0.1.7
7832026-06-23T23:05:35.883Z Downloaded lru v0.12.5
7842026-06-23T23:05:35.884Z Downloaded jobserver v0.1.34
7852026-06-23T23:05:35.884Z Downloaded futures-executor v0.3.32
7862026-06-23T23:05:35.884Z Downloaded dropshot_endpoint v0.17.0
7872026-06-23T23:05:35.884Z Downloaded lazy_static v1.5.0
7882026-06-23T23:05:35.884Z Downloaded libsw v3.5.0
7892026-06-23T23:05:35.899Z Downloaded libloading v0.8.9
7902026-06-23T23:05:35.899Z Downloaded fs_extra v1.3.0
7912026-06-23T23:05:35.899Z Downloaded num v0.4.3
7922026-06-23T23:05:35.899Z Downloaded nodrop v0.1.14
7932026-06-23T23:05:35.899Z Downloaded lzss v0.8.2
7942026-06-23T23:05:35.899Z Downloaded opaque-debug v0.3.1
7952026-06-23T23:05:35.899Z Downloaded getrandom v0.3.4
7962026-06-23T23:05:35.899Z Downloaded num-conv v0.2.0
7972026-06-23T23:05:35.899Z Downloaded newtype-uuid-macros v0.1.0
7982026-06-23T23:05:35.899Z Downloaded getrandom v0.2.17
7992026-06-23T23:05:35.899Z Downloaded iana-time-zone v0.1.65
8002026-06-23T23:05:35.912Z Downloaded openssl-probe v0.1.6
8012026-06-23T23:05:35.913Z Downloaded num_enum_derive v0.5.11
8022026-06-23T23:05:35.913Z Downloaded num-derive v0.3.3
8032026-06-23T23:05:35.913Z Downloaded olpc-cjson v0.1.4
8042026-06-23T23:05:35.913Z Downloaded multimap v0.10.1
8052026-06-23T23:05:35.913Z Downloaded md5 v0.7.0
8062026-06-23T23:05:35.913Z Downloaded oso-derive v0.27.3
8072026-06-23T23:05:35.913Z Downloaded hyper-rustls v0.27.7
8082026-06-23T23:05:35.913Z Downloaded crypto-bigint v0.5.5
8092026-06-23T23:05:35.914Z Downloaded linear-map v1.2.0
8102026-06-23T23:05:35.914Z Downloaded libsw-core v0.3.2
8112026-06-23T23:05:35.942Z Downloaded compact_str v0.8.1
8122026-06-23T23:05:35.943Z Downloaded native-tls v0.2.18
8132026-06-23T23:05:35.943Z Downloaded nanorand v0.7.0
8142026-06-23T23:05:35.943Z Downloaded mime_guess v2.0.5
8152026-06-23T23:05:35.943Z Downloaded ingot-macros v0.1.1
8162026-06-23T23:05:35.943Z Downloaded bytes v1.11.1
8172026-06-23T23:05:35.943Z Downloaded packed_struct_codegen v0.10.1
8182026-06-23T23:05:35.943Z Downloaded pbkdf2 v0.12.2
8192026-06-23T23:05:35.943Z Downloaded lock_api v0.4.14
8202026-06-23T23:05:35.943Z Downloaded pbkdf2 v0.11.0
8212026-06-23T23:05:36.025Z Downloaded multer v3.1.0
8222026-06-23T23:05:36.026Z Downloaded memoffset v0.9.1
8232026-06-23T23:05:36.026Z Downloaded cookie_store v0.22.1
8242026-06-23T23:05:36.026Z Downloaded darling_core v0.13.4
8252026-06-23T23:05:36.026Z Downloaded fatfs v0.3.6
8262026-06-23T23:05:36.026Z Downloaded newtype-uuid v1.3.2
8272026-06-23T23:05:36.026Z Downloaded libefi-sys v0.1.0
8282026-06-23T23:05:36.026Z Downloaded peg-runtime v0.8.5
8292026-06-23T23:05:36.026Z Downloaded der v0.7.10
8302026-06-23T23:05:36.026Z Downloaded openssl-probe v0.2.1
8312026-06-23T23:05:36.026Z Downloaded num-iter v0.1.45
8322026-06-23T23:05:36.026Z Downloaded num-integer v0.1.46
8332026-06-23T23:05:36.026Z Downloaded nu-ansi-term v0.50.3
8342026-06-23T23:05:36.026Z Downloaded derive_more v0.99.20
8352026-06-23T23:05:36.026Z Downloaded phf_shared v0.13.1
8362026-06-23T23:05:36.026Z Downloaded phf_shared v0.12.1
8372026-06-23T23:05:36.027Z Downloaded path-slash v0.1.5
8382026-06-23T23:05:36.027Z Downloaded parse-size v1.1.0
8392026-06-23T23:05:36.027Z Downloaded cc v1.2.56
8402026-06-23T23:05:36.161Z Downloaded clang-sys v1.8.1
8412026-06-23T23:05:36.161Z Downloaded num_enum_derive v0.7.6
8422026-06-23T23:05:36.161Z Downloaded litrs v1.0.0
8432026-06-23T23:05:36.161Z Downloaded num-complex v0.4.6
8442026-06-23T23:05:36.161Z Downloaded indexmap v1.9.3
8452026-06-23T23:05:36.161Z Downloaded chacha20poly1305 v0.10.1
8462026-06-23T23:05:36.161Z Downloaded pin-utils v0.1.0
8472026-06-23T23:05:36.161Z Downloaded oxide-tokio-rt v0.1.4
8482026-06-23T23:05:36.161Z Downloaded num-rational v0.4.2
8492026-06-23T23:05:36.161Z Downloaded phf_shared v0.11.3
8502026-06-23T23:05:36.161Z Downloaded predicates-tree v1.0.13
8512026-06-23T23:05:36.162Z Downloaded oxnet v0.1.6
8522026-06-23T23:05:36.162Z Downloaded headers v0.4.1
8532026-06-23T23:05:36.162Z Downloaded packed_struct v0.10.1
8542026-06-23T23:05:36.162Z Downloaded predicates-core v1.0.10
8552026-06-23T23:05:36.162Z Downloaded memmap2 v0.9.10
8562026-06-23T23:05:36.162Z Downloaded proc-macro-crate v3.4.0
8572026-06-23T23:05:36.162Z Downloaded proc-macro-crate v1.3.1
8582026-06-23T23:05:36.162Z Downloaded openssl-macros v0.1.1
8592026-06-23T23:05:36.162Z Downloaded flate2 v1.1.9
8602026-06-23T23:05:36.162Z Downloaded futures v0.3.32
8612026-06-23T23:05:36.162Z Downloaded derive_more v2.1.1
8622026-06-23T23:05:36.162Z Downloaded quick-error v1.2.3
8632026-06-23T23:05:36.162Z Downloaded psl-types v2.0.11
8642026-06-23T23:05:36.162Z Downloaded progenitor-macro v0.13.0
8652026-06-23T23:05:36.162Z Downloaded progenitor-client v0.14.0
8662026-06-23T23:05:36.162Z Downloaded proc-macro-error-attr2 v2.0.0
8672026-06-23T23:05:36.162Z Downloaded precomputed-hash v0.1.1
8682026-06-23T23:05:36.162Z Downloaded powerfmt v0.2.0
8692026-06-23T23:05:36.162Z Downloaded peg-macros v0.8.5
8702026-06-23T23:05:36.162Z Downloaded owo-colors v4.3.0
8712026-06-23T23:05:36.163Z Downloaded paste v1.0.15
8722026-06-23T23:05:36.163Z Downloaded password-hash v0.5.0
8732026-06-23T23:05:36.163Z Downloaded libbz2-rs-sys v0.2.2
8742026-06-23T23:05:36.163Z Downloaded password-hash v0.4.2
8752026-06-23T23:05:36.163Z Downloaded parse-display-derive v0.10.0
8762026-06-23T23:05:36.163Z Downloaded parking_lot_core v0.8.6
8772026-06-23T23:05:36.163Z Downloaded radium v0.7.0
8782026-06-23T23:05:36.163Z Downloaded rand_chacha v0.3.1
8792026-06-23T23:05:36.163Z Downloaded pin-project-lite v0.2.17
8802026-06-23T23:05:36.163Z Downloaded poly1305 v0.8.0
8812026-06-23T23:05:36.163Z Downloaded ignore v0.4.25
8822026-06-23T23:05:36.163Z Downloaded polyval v0.6.2
8832026-06-23T23:05:36.163Z Downloaded rand_xorshift v0.4.0
8842026-06-23T23:05:36.163Z Downloaded predicates v3.1.4
8852026-06-23T23:05:36.163Z Downloaded pem v3.0.6
8862026-06-23T23:05:36.164Z Downloaded omicron-zone-package v0.12.2
8872026-06-23T23:05:36.164Z Downloaded half v2.7.1
8882026-06-23T23:05:36.164Z Downloaded num_enum v0.5.11
8892026-06-23T23:05:36.164Z Downloaded parking_lot v0.11.2
8902026-06-23T23:05:36.164Z Downloaded num_enum v0.7.6
8912026-06-23T23:05:36.164Z Downloaded ppv-lite86 v0.2.21
8922026-06-23T23:05:36.164Z Downloaded parking_lot v0.12.5
8932026-06-23T23:05:36.164Z Downloaded ref-cast-impl v1.0.25
8942026-06-23T23:05:36.164Z Downloaded progenitor-client v0.13.0
8952026-06-23T23:05:36.164Z Downloaded progenitor v0.14.0
8962026-06-23T23:05:36.164Z Downloaded bumpalo v3.20.2
8972026-06-23T23:05:36.164Z Downloaded indicatif v0.18.4
8982026-06-23T23:05:36.268Z Downloaded hickory-resolver v0.25.2
8992026-06-23T23:05:36.268Z Downloaded recursive-proc-macro-impl v0.1.1
9002026-06-23T23:05:36.268Z Downloaded recursive v0.1.1
9012026-06-23T23:05:36.268Z Downloaded pkcs8 v0.10.2
9022026-06-23T23:05:36.268Z Downloaded heapless v0.8.0
9032026-06-23T23:05:36.268Z Downloaded progenitor-macro v0.14.0
9042026-06-23T23:05:36.268Z Downloaded hickory-resolver v0.24.4
9052026-06-23T23:05:36.269Z Downloaded progenitor v0.13.0
9062026-06-23T23:05:36.269Z Downloaded primeorder v0.13.6
9072026-06-23T23:05:36.269Z Downloaded rfc6979 v0.4.0
9082026-06-23T23:05:36.269Z Downloaded expectorate v1.2.0
9092026-06-23T23:05:36.269Z Downloaded pem-rfc7468 v0.7.0
9102026-06-23T23:05:36.269Z Downloaded parse-display v0.10.0
9112026-06-23T23:05:36.270Z Downloaded proc-macro-error2 v2.0.1
9122026-06-23T23:05:36.270Z Downloaded rustc_version v0.1.7
9132026-06-23T23:05:36.270Z Downloaded psm v0.1.30
9142026-06-23T23:05:36.270Z Downloaded r2d2 v0.8.10
9152026-06-23T23:05:36.270Z Downloaded progenitor-extras v0.2.0
9162026-06-23T23:05:36.270Z Downloaded rustc-hash v2.1.1
9172026-06-23T23:05:36.270Z Downloaded peg v0.8.5
9182026-06-23T23:05:36.270Z Downloaded rustc_version v0.4.1
9192026-06-23T23:05:36.270Z Downloaded pkg-config v0.3.32
9202026-06-23T23:05:36.271Z Downloaded p256 v0.13.2
9212026-06-23T23:05:36.271Z Downloaded const_format v0.2.35
9222026-06-23T23:05:36.271Z Downloaded pkcs1 v0.7.5
9232026-06-23T23:05:36.271Z Downloaded pin-project-internal v1.1.11
9242026-06-23T23:05:36.271Z Downloaded phf v0.12.1
9252026-06-23T23:05:36.271Z Downloaded phf v0.13.1
9262026-06-23T23:05:36.271Z Downloaded parking_lot_core v0.9.12
9272026-06-23T23:05:36.271Z Downloaded rtoolbox v0.0.3
9282026-06-23T23:05:36.271Z Downloaded russh-cryptovec v0.7.3
9292026-06-23T23:05:36.271Z Downloaded crossterm v0.28.1
9302026-06-23T23:05:36.271Z Downloaded rand_core v0.9.5
9312026-06-23T23:05:36.271Z Downloaded postcard v1.1.3
9322026-06-23T23:05:36.271Z Downloaded pkcs5 v0.7.1
9332026-06-23T23:05:36.271Z Downloaded postgres-types v0.2.12
9342026-06-23T23:05:36.271Z Downloaded rand_seeder v0.4.0
9352026-06-23T23:05:36.271Z Downloaded same-file v1.0.6
9362026-06-23T23:05:36.271Z Downloaded ref-cast v1.0.25
9372026-06-23T23:05:36.271Z Downloaded salsa20 v0.10.2
9382026-06-23T23:05:36.271Z Downloaded scopeguard v1.2.0
9392026-06-23T23:05:36.272Z Downloaded postgres-protocol v0.6.10
9402026-06-23T23:05:36.272Z Downloaded rand_core v0.6.4
9412026-06-23T23:05:36.272Z Downloaded resolv-conf v0.7.6
9422026-06-23T23:05:36.272Z Downloaded derive_more-impl v2.1.1
9432026-06-23T23:05:36.272Z Downloaded scrypt v0.11.0
9442026-06-23T23:05:36.272Z Downloaded quinn-udp v0.5.14
9452026-06-23T23:05:36.272Z Downloaded scheduled-thread-pool v0.2.7
9462026-06-23T23:05:36.272Z Downloaded sapling-renderdag v0.1.0
9472026-06-23T23:05:36.272Z Downloaded diesel_derives v2.3.7
9482026-06-23T23:05:36.272Z Downloaded seq-macro v0.3.6
9492026-06-23T23:05:36.272Z Downloaded serde-big-array v0.5.1
9502026-06-23T23:05:36.272Z Downloaded serde_bytes v0.11.19
9512026-06-23T23:05:36.272Z Downloaded secrecy v0.8.0
9522026-06-23T23:05:36.272Z Downloaded scroll_derive v0.13.1
9532026-06-23T23:05:36.272Z Downloaded serde_repr v0.1.20
9542026-06-23T23:05:36.272Z Downloaded miniz_oxide v0.8.9
9552026-06-23T23:05:36.272Z Downloaded rand_core v0.10.0
9562026-06-23T23:05:36.272Z Downloaded oso v0.27.3
9572026-06-23T23:05:36.273Z Downloaded secrecy v0.10.3
9582026-06-23T23:05:36.273Z Downloaded rustls-pemfile v1.0.4
9592026-06-23T23:05:36.375Z Downloaded serde_plain v1.0.2
9602026-06-23T23:05:36.375Z Downloaded sha1 v0.10.6
9612026-06-23T23:05:36.375Z Downloaded semver v0.1.20
9622026-06-23T23:05:36.375Z Downloaded minimal-lexical v0.2.1
9632026-06-23T23:05:36.375Z Downloaded serde_urlencoded v0.7.1
9642026-06-23T23:05:36.375Z Downloaded crossterm v0.29.0
9652026-06-23T23:05:36.375Z Downloaded rand_chacha v0.9.0
9662026-06-23T23:05:36.375Z Downloaded serde_spanned v1.0.4
9672026-06-23T23:05:36.375Z Downloaded rustls-pemfile v2.2.0
9682026-06-23T23:05:36.376Z Downloaded papergrid v0.17.0
9692026-06-23T23:05:36.376Z Downloaded heapless v0.7.17
9702026-06-23T23:05:36.376Z Downloaded hashbrown v0.13.2
9712026-06-23T23:05:36.376Z Downloaded signal-hook-tokio v0.3.1
9722026-06-23T23:05:36.376Z Downloaded shell-words v1.1.1
9732026-06-23T23:05:36.376Z Downloaded signal-hook-mio v0.2.5
9742026-06-23T23:05:36.376Z Downloaded http v1.4.0
9752026-06-23T23:05:36.376Z Downloaded hickory-server v0.25.2
9762026-06-23T23:05:36.376Z Downloaded rusty-fork v0.3.1
9772026-06-23T23:05:36.376Z Downloaded siphasher v1.0.2
9782026-06-23T23:05:36.376Z Downloaded signature v2.2.0
9792026-06-23T23:05:36.376Z Downloaded slog-envlogger v2.2.0
9802026-06-23T23:05:36.376Z Downloaded sigpipe v0.1.3
9812026-06-23T23:05:36.376Z Downloaded rustversion v1.0.22
9822026-06-23T23:05:36.377Z Downloaded slog-bunyan v2.5.0
9832026-06-23T23:05:36.377Z Downloaded pin-project v1.1.11
9842026-06-23T23:05:36.377Z Downloaded sec1 v0.7.3
9852026-06-23T23:05:36.377Z Downloaded scroll v0.13.0
9862026-06-23T23:05:36.377Z Downloaded sct v0.7.1
9872026-06-23T23:05:36.377Z Downloaded schemars_derive v0.8.22
9882026-06-23T23:05:36.377Z Downloaded openssl-sys v0.9.115
9892026-06-23T23:05:36.377Z Downloaded hyper-util v0.1.20
9902026-06-23T23:05:36.476Z Downloaded serde_path_to_error v0.1.20
9912026-06-23T23:05:36.476Z Downloaded jiff-static v0.2.21
9922026-06-23T23:05:36.476Z Downloaded itertools v0.10.5
9932026-06-23T23:05:36.476Z Downloaded sqlparser_derive v0.5.0
9942026-06-23T23:05:36.476Z Downloaded hashbrown v0.12.3
9952026-06-23T23:05:36.476Z Downloaded ssh-encoding v0.2.0
9962026-06-23T23:05:36.477Z Downloaded serde_with_macros v1.5.2
9972026-06-23T23:05:36.477Z Downloaded serde-hex v0.1.0
9982026-06-23T23:05:36.477Z Downloaded rustls-pki-types v1.14.0
9992026-06-23T23:05:36.477Z Downloaded rcgen v0.12.1
10002026-06-23T23:05:36.477Z Downloaded prefix-trie v0.7.0
10012026-06-23T23:05:36.477Z Downloaded rustls-native-certs v0.8.3
10022026-06-23T23:05:36.477Z Downloaded ssh-cipher v0.2.0
10032026-06-23T23:05:36.477Z Downloaded strsim v0.10.0
10042026-06-23T23:05:36.477Z Downloaded shlex v1.3.0
10052026-06-23T23:05:36.477Z Downloaded mio v1.2.0
10062026-06-23T23:05:36.477Z Downloaded ron v0.8.1
10072026-06-23T23:05:36.477Z Downloaded structmeta-derive v0.3.0
10082026-06-23T23:05:36.477Z Downloaded sync_wrapper v1.0.2
10092026-06-23T23:05:36.477Z Downloaded strum v0.26.3
10102026-06-23T23:05:36.477Z Downloaded structmeta v0.3.0
10112026-06-23T23:05:36.478Z Downloaded strip-ansi-escapes v0.2.1
10122026-06-23T23:05:36.478Z Downloaded strum v0.27.2
10132026-06-23T23:05:36.478Z Downloaded slog-term v2.9.2
10142026-06-23T23:05:36.478Z Downloaded signal-hook-registry v1.4.8
10152026-06-23T23:05:36.478Z Downloaded slab v0.4.12
10162026-06-23T23:05:36.478Z Downloaded smallvec v0.6.14
10172026-06-23T23:05:36.478Z Downloaded sync-ptr v0.1.4
10182026-06-23T23:05:36.478Z Downloaded supports-color v3.0.2
10192026-06-23T23:05:36.478Z Downloaded subtle v2.6.1
10202026-06-23T23:05:36.478Z Downloaded russh-keys v0.45.0
10212026-06-23T23:05:36.478Z Downloaded take_mut v0.2.2
10222026-06-23T23:05:36.478Z Downloaded tabled_derive v0.11.0
10232026-06-23T23:05:36.478Z Downloaded tagptr v0.2.0
10242026-06-23T23:05:36.478Z Downloaded dropshot-api-manager v0.7.2
10252026-06-23T23:05:36.478Z Downloaded slog-scope v4.4.1
10262026-06-23T23:05:36.478Z Downloaded slog-json v2.6.1
10272026-06-23T23:05:36.478Z Downloaded slog-dtrace v0.3.0
10282026-06-23T23:05:36.478Z Downloaded serde_cbor v0.11.2
10292026-06-23T23:05:36.478Z Downloaded simd-adler32 v0.3.8
10302026-06-23T23:05:36.478Z Downloaded tap v1.0.1
10312026-06-23T23:05:36.479Z Downloaded tabwriter v1.4.1
10322026-06-23T23:05:36.479Z Downloaded serde_derive_internals v0.29.1
10332026-06-23T23:05:36.479Z Downloaded thiserror-impl-no-std v2.0.2
10342026-06-23T23:05:36.479Z Downloaded progenitor-impl v0.14.0
10352026-06-23T23:05:36.479Z Downloaded prettyplease v0.2.37
10362026-06-23T23:05:36.479Z Downloaded spki v0.7.3
10372026-06-23T23:05:36.479Z Downloaded static_assertions v1.1.0
10382026-06-23T23:05:36.479Z Downloaded smf v0.2.3
10392026-06-23T23:05:36.479Z Downloaded ryu v1.0.23
10402026-06-23T23:05:36.479Z Downloaded num-bigint v0.4.6
10412026-06-23T23:05:36.479Z Downloaded string_cache v0.8.9
10422026-06-23T23:05:36.479Z Downloaded termtree v0.5.1
10432026-06-23T23:05:36.479Z Downloaded stacker v0.1.23
10442026-06-23T23:05:36.479Z Downloaded hashbrown v0.15.5
10452026-06-23T23:05:36.479Z Downloaded thread-id v5.1.0
10462026-06-23T23:05:36.480Z Downloaded testing_table v0.3.0
10472026-06-23T23:05:36.480Z Downloaded sqlformat v0.3.5
10482026-06-23T23:05:36.480Z Downloaded serde_with_macros v3.17.0
10492026-06-23T23:05:36.480Z Downloaded nom v7.1.3
10502026-06-23T23:05:36.569Z Downloaded tinyvec_macros v0.1.1
10512026-06-23T23:05:36.569Z Downloaded time-core v0.1.8
10522026-06-23T23:05:36.569Z Downloaded qorb v0.4.1
10532026-06-23T23:05:36.569Z Downloaded slog-async v2.8.0
10542026-06-23T23:05:36.569Z Downloaded stringprep v0.1.5
10552026-06-23T23:05:36.569Z Downloaded strum_macros v0.26.4
10562026-06-23T23:05:36.569Z Downloaded support-bundle-viewer v0.1.2
10572026-06-23T23:05:36.569Z Downloaded rand v0.8.6
10582026-06-23T23:05:36.569Z Downloaded libxml v0.3.3
10592026-06-23T23:05:36.570Z Downloaded snafu-derive v0.8.9
10602026-06-23T23:05:36.570Z Downloaded aes-gcm v0.10.3
10612026-06-23T23:05:36.570Z Downloaded rustls-platform-verifier v0.6.2
10622026-06-23T23:05:36.570Z Downloaded rayon-core v1.13.0
10632026-06-23T23:05:36.570Z Downloaded spin v0.9.8
10642026-06-23T23:05:36.570Z Downloaded pretty_assertions v1.4.1
10652026-06-23T23:05:36.570Z Downloaded tower-layer v0.3.3
10662026-06-23T23:05:36.570Z Downloaded thiserror-no-std v2.0.2
10672026-06-23T23:05:36.570Z Downloaded topological-sort v0.2.2
10682026-06-23T23:05:36.570Z Downloaded termios v0.3.3
10692026-06-23T23:05:36.570Z Downloaded quinn v0.11.9
10702026-06-23T23:05:36.570Z Downloaded progenitor-impl v0.13.0
10712026-06-23T23:05:36.571Z Downloaded itertools v0.14.0
10722026-06-23T23:05:36.571Z Downloaded publicsuffix v2.3.0
10732026-06-23T23:05:36.571Z Downloaded itertools v0.13.0
10742026-06-23T23:05:36.571Z Downloaded trait-variant v0.1.2
10752026-06-23T23:05:36.571Z Downloaded slog v2.8.2
10762026-06-23T23:05:36.671Z Downloaded tokio-macros v2.7.0
10772026-06-23T23:05:36.671Z Downloaded try-lock v0.2.5
10782026-06-23T23:05:36.671Z Downloaded strum_macros v0.24.3
10792026-06-23T23:05:36.671Z Downloaded unarray v0.1.4
10802026-06-23T23:05:36.671Z Downloaded futures-util v0.3.32
10812026-06-23T23:05:36.671Z Downloaded typify-macro v0.6.2
10822026-06-23T23:05:36.671Z Downloaded tokio-native-tls v0.3.1
10832026-06-23T23:05:36.671Z Downloaded tokio-dtrace v0.1.1
10842026-06-23T23:05:36.671Z Downloaded tiny-keccak v2.0.2
10852026-06-23T23:05:36.671Z Downloaded time-macros v0.2.27
10862026-06-23T23:05:36.671Z Downloaded thread_local v1.1.9
10872026-06-23T23:05:36.671Z Downloaded serde_yaml v0.9.34+deprecated
10882026-06-23T23:05:36.671Z Downloaded hyper v1.8.1
10892026-06-23T23:05:36.671Z Downloaded signal-hook v0.3.18
10902026-06-23T23:05:36.672Z Downloaded tls_codec v0.4.2
10912026-06-23T23:05:36.672Z Downloaded tls_codec_derive v0.4.2
10922026-06-23T23:05:36.672Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10932026-06-23T23:05:36.672Z Downloaded tokio-tungstenite v0.21.0
10942026-06-23T23:05:36.672Z Downloaded unit-prefix v0.5.2
10952026-06-23T23:05:36.672Z Downloaded unicode-truncate v1.1.0
10962026-06-23T23:05:36.672Z Downloaded untrusted v0.9.0
10972026-06-23T23:05:36.672Z Downloaded toml_writer v1.0.6+spec-1.1.0
10982026-06-23T23:05:36.672Z Downloaded term v1.2.1
10992026-06-23T23:05:36.672Z Downloaded term v0.7.0
11002026-06-23T23:05:36.672Z Downloaded schemars v0.8.22
11012026-06-23T23:05:36.672Z Downloaded utf-8 v0.7.6
11022026-06-23T23:05:36.672Z Downloaded usdt-macro v0.6.0
11032026-06-23T23:05:36.672Z Downloaded usdt-attr-macro v0.6.0
11042026-06-23T23:05:36.672Z Downloaded tokio-rustls v0.25.0
11052026-06-23T23:05:36.672Z Downloaded void v1.0.2
11062026-06-23T23:05:36.673Z Downloaded untrusted v0.7.1
11072026-06-23T23:05:36.673Z Downloaded strum_macros v0.27.2
11082026-06-23T23:05:36.673Z Downloaded slog-stdlog v4.1.1
11092026-06-23T23:05:36.673Z Downloaded itertools v0.12.1
11102026-06-23T23:05:36.673Z Downloaded tokio-tungstenite v0.23.1
11112026-06-23T23:05:36.673Z Downloaded rsa v0.9.10
11122026-06-23T23:05:36.673Z Downloaded samael v0.0.19
11132026-06-23T23:05:36.673Z Downloaded usdt v0.6.0
11142026-06-23T23:05:36.673Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11152026-06-23T23:05:36.673Z Downloaded iri-string v0.7.10
11162026-06-23T23:05:36.673Z Downloaded socket2 v0.6.3
11172026-06-23T23:05:36.673Z Downloaded tower-service v0.3.3
11182026-06-23T23:05:36.673Z Downloaded hashbrown v0.16.1
11192026-06-23T23:05:36.674Z Downloaded russh v0.45.0
11202026-06-23T23:05:36.674Z Downloaded socket2 v0.5.10
11212026-06-23T23:05:36.674Z Downloaded wait-timeout v0.2.1
11222026-06-23T23:05:36.674Z Downloaded waitgroup v0.1.2
11232026-06-23T23:05:36.674Z Downloaded want v0.3.1
11242026-06-23T23:05:36.674Z Downloaded tui-tree-widget v0.23.1
11252026-06-23T23:05:36.674Z Downloaded rand v0.9.2
11262026-06-23T23:05:36.674Z Downloaded unicase v2.9.0
11272026-06-23T23:05:36.674Z Downloaded num-bigint-dig v0.8.6
11282026-06-23T23:05:36.674Z Downloaded similar v2.7.0
11292026-06-23T23:05:36.674Z Downloaded rustls-webpki v0.103.9
11302026-06-23T23:05:36.779Z Downloaded xshell-macros v0.2.7
11312026-06-23T23:05:36.780Z Downloaded tokio-rustls v0.24.1
11322026-06-23T23:05:36.780Z Downloaded toml_parser v1.0.9+spec-1.1.0
11332026-06-23T23:05:36.780Z Downloaded universal-hash v0.5.1
11342026-06-23T23:05:36.780Z Downloaded xattr v1.6.1
11352026-06-23T23:05:36.780Z Downloaded p521 v0.13.3
11362026-06-23T23:05:36.780Z Downloaded test-strategy v0.4.5
11372026-06-23T23:05:36.780Z Downloaded uzers v0.12.2
11382026-06-23T23:05:36.780Z Downloaded schemars v1.2.1
11392026-06-23T23:05:36.780Z Downloaded hkdf v0.12.4
11402026-06-23T23:05:36.780Z Downloaded blake3 v1.8.5
11412026-06-23T23:05:36.780Z Downloaded vsss-rs v3.3.4
11422026-06-23T23:05:36.783Z Downloaded zeroize_derive v1.4.3
11432026-06-23T23:05:36.783Z Downloaded vergen-lib v9.1.0
11442026-06-23T23:05:36.783Z Downloaded vergen-lib v0.1.6
11452026-06-23T23:05:36.783Z Downloaded usdt-impl v0.6.0
11462026-06-23T23:05:36.783Z Downloaded tokio-rustls v0.26.4
11472026-06-23T23:05:36.783Z Downloaded vergen-gitcl v1.0.8
11482026-06-23T23:05:36.783Z Downloaded zone_cfg_derive v0.3.1
11492026-06-23T23:05:36.783Z Downloaded nom v8.0.0
11502026-06-23T23:05:36.784Z Downloaded vergen-git2 v9.1.0
11512026-06-23T23:05:36.784Z Downloaded twox-hash v2.1.2
11522026-06-23T23:05:36.784Z Downloaded zone v0.3.1
11532026-06-23T23:05:36.784Z Downloaded walkdir v2.5.0
11542026-06-23T23:05:36.784Z Downloaded whoami v2.1.0
11552026-06-23T23:05:36.784Z Downloaded unicode-properties v0.1.4
11562026-06-23T23:05:36.784Z Downloaded iddqd v0.4.2
11572026-06-23T23:05:36.784Z Downloaded toml v0.7.8
11582026-06-23T23:05:36.784Z Downloaded whoami v1.6.1
11592026-06-23T23:05:36.784Z Downloaded toml v1.0.6+spec-1.1.0
11602026-06-23T23:05:36.784Z Downloaded rand v0.10.0
11612026-06-23T23:05:36.784Z Downloaded snafu v0.8.9
11622026-06-23T23:05:36.784Z Downloaded wyz v0.5.1
11632026-06-23T23:05:36.784Z Downloaded h2 v0.4.13
11642026-06-23T23:05:36.871Z Downloaded tinyvec v1.10.0
11652026-06-23T23:05:36.872Z Downloaded tokio-stream v0.1.18
11662026-06-23T23:05:36.872Z Downloaded tracing-attributes v0.1.31
11672026-06-23T23:05:36.872Z Downloaded xshell v0.2.7
11682026-06-23T23:05:36.872Z Downloaded libm v0.2.16
11692026-06-23T23:05:36.872Z Downloaded schemars v0.9.0
11702026-06-23T23:05:36.872Z Downloaded rpassword v7.4.0
11712026-06-23T23:05:36.872Z Downloaded subprocess v0.2.15
11722026-06-23T23:05:36.872Z Downloaded tungstenite v0.23.0
11732026-06-23T23:05:36.872Z Downloaded zeroize v1.8.2
11742026-06-23T23:05:36.872Z Downloaded tungstenite v0.21.0
11752026-06-23T23:05:36.872Z Downloaded vergen v9.1.0
11762026-06-23T23:05:36.872Z Downloaded tar v0.4.45
11772026-06-23T23:05:36.872Z Downloaded yasna v0.5.2
11782026-06-23T23:05:36.872Z Downloaded zstd v0.13.3
11792026-06-23T23:05:36.873Z Downloaded steno v0.4.1
11802026-06-23T23:05:36.873Z Downloaded toml_edit v0.23.10+spec-1.0.0
11812026-06-23T23:05:36.873Z Downloaded rustyline v14.0.0
11822026-06-23T23:05:36.873Z Downloaded unsafe-libyaml v0.2.11
11832026-06-23T23:05:36.873Z Downloaded unicode-bidi v0.3.18
11842026-06-23T23:05:36.873Z Downloaded zerocopy v0.6.6
11852026-06-23T23:05:36.873Z Downloaded vte v0.14.1
11862026-06-23T23:05:36.873Z Downloaded tracing-core v0.1.36
11872026-06-23T23:05:36.873Z Downloaded bitvec v1.0.1
11882026-06-23T23:05:36.873Z Downloaded typify v0.6.2
11892026-06-23T23:05:36.873Z Downloaded zstd-safe v7.2.4
11902026-06-23T23:05:36.873Z Downloaded serde_with v1.14.0
11912026-06-23T23:05:36.945Z Downloaded aws-lc-rs v1.16.3
11922026-06-23T23:05:36.945Z Downloaded uuid v1.23.0
11932026-06-23T23:05:36.945Z Downloaded tokio-postgres v0.7.16
11942026-06-23T23:05:36.945Z Downloaded reqwest v0.13.2
11952026-06-23T23:05:36.945Z Downloaded reqwest v0.12.28
11962026-06-23T23:05:36.945Z Downloaded chrono v0.4.44
11972026-06-23T23:05:36.945Z Downloaded toml_edit v0.19.15
11982026-06-23T23:05:36.945Z Downloaded zopfli v0.8.3
11992026-06-23T23:05:36.945Z Downloaded unicode_categories v0.1.1
12002026-06-23T23:05:36.945Z Downloaded yansi v1.0.1
12012026-06-23T23:05:36.945Z Downloaded rayon v1.11.0
12022026-06-23T23:05:36.945Z Downloaded ssh-key v0.6.7
12032026-06-23T23:05:36.945Z Downloaded zip v0.6.6
12042026-06-23T23:05:36.946Z Downloaded bindgen v0.71.1
12052026-06-23T23:05:36.946Z Downloaded lalrpop v0.19.12
12062026-06-23T23:05:36.946Z Downloaded regex v1.12.3
12072026-06-23T23:05:36.946Z Downloaded git2 v0.20.4
12082026-06-23T23:05:36.986Z Downloaded salty v0.3.0
12092026-06-23T23:05:36.986Z Downloaded rustls-webpki v0.101.7
12102026-06-23T23:05:36.986Z Downloaded reedline v0.40.0
12112026-06-23T23:05:36.986Z Downloaded p384 v0.13.1
12122026-06-23T23:05:36.987Z Downloaded moka v0.12.13
12132026-06-23T23:05:36.987Z Downloaded zerocopy-derive v0.8.40
12142026-06-23T23:05:36.987Z Downloaded curve25519-dalek v4.1.3
12152026-06-23T23:05:37.017Z Downloaded typed-path v0.9.3
12162026-06-23T23:05:37.017Z Downloaded proptest v1.10.0
12172026-06-23T23:05:37.017Z Downloaded petname v2.0.2
12182026-06-23T23:05:37.017Z Downloaded unicode-segmentation v1.12.0
12192026-06-23T23:05:37.017Z Downloaded tower v0.5.3
12202026-06-23T23:05:37.017Z Downloaded portable-atomic v1.13.1
12212026-06-23T23:05:37.033Z Downloaded zip v4.6.1
12222026-06-23T23:05:37.034Z Downloaded rustls-webpki v0.102.8
12232026-06-23T23:05:37.034Z Downloaded quick-xml v0.37.5
12242026-06-23T23:05:37.034Z Downloaded nix v0.27.1
12252026-06-23T23:05:37.041Z Downloaded goblin v0.10.5
12262026-06-23T23:05:37.041Z Downloaded x509-cert v0.2.5
12272026-06-23T23:05:37.041Z Downloaded unicode-normalization v0.1.25
12282026-06-23T23:05:37.054Z Downloaded quinn-proto v0.11.13
12292026-06-23T23:05:37.055Z Downloaded tokio-util v0.7.18
12302026-06-23T23:05:37.063Z Downloaded tower-http v0.6.8
12312026-06-23T23:05:37.070Z Downloaded tough v0.22.0
12322026-06-23T23:05:37.077Z Downloaded polar-core v0.27.3
12332026-06-23T23:05:37.094Z Downloaded serde_with v3.17.0
12342026-06-23T23:05:37.111Z Downloaded rustls v0.21.12
12352026-06-23T23:05:37.116Z Downloaded object v0.30.4
12362026-06-23T23:05:37.133Z Downloaded winnow v0.6.26
12372026-06-23T23:05:37.152Z Downloaded time v0.3.47
12382026-06-23T23:05:37.152Z Downloaded radix_trie v0.2.1
12392026-06-23T23:05:37.152Z Downloaded dropshot v0.17.0
12402026-06-23T23:05:37.166Z Downloaded object v0.37.3
12412026-06-23T23:05:37.184Z Downloaded zlib-rs v0.6.2
12422026-06-23T23:05:37.187Z Downloaded winnow v0.5.40
12432026-06-23T23:05:37.214Z Downloaded regress v0.10.5
12442026-06-23T23:05:37.238Z Downloaded webpki-roots v1.0.6
12452026-06-23T23:05:37.238Z Downloaded rustls v0.22.4
12462026-06-23T23:05:37.238Z Downloaded regress v0.11.1
12472026-06-23T23:05:37.260Z Downloaded tabled v0.20.0
12482026-06-23T23:05:37.260Z Downloaded zerocopy v0.8.40
12492026-06-23T23:05:37.260Z Downloaded rustls v0.23.37
12502026-06-23T23:05:37.276Z Downloaded openssl v0.10.79
12512026-06-23T23:05:37.276Z Downloaded regex-syntax v0.6.29
12522026-06-23T23:05:37.276Z Downloaded rustix v0.38.44
12532026-06-23T23:05:37.293Z Downloaded smoltcp v0.9.1
12542026-06-23T23:05:37.293Z Downloaded vcpkg v0.2.15
12552026-06-23T23:05:37.305Z Downloaded nix v0.28.0
12562026-06-23T23:05:37.312Z Downloaded nix v0.31.2
12572026-06-23T23:05:37.316Z Downloaded hickory-proto v0.24.4
12582026-06-23T23:05:37.324Z Downloaded diesel v2.3.7
12592026-06-23T23:05:37.336Z Downloaded sqlparser v0.61.0
12602026-06-23T23:05:37.341Z Downloaded smoltcp v0.11.0
12612026-06-23T23:05:37.348Z Downloaded bstr v1.12.1
12622026-06-23T23:05:37.352Z Downloaded typify-impl v0.6.2
12632026-06-23T23:05:37.360Z Downloaded ratatui v0.29.0
12642026-06-23T23:05:37.371Z Downloaded regex-syntax v0.8.10
12652026-06-23T23:05:37.375Z Downloaded hickory-proto v0.25.2
12662026-06-23T23:05:37.384Z Downloaded openapiv3 v2.2.0
12672026-06-23T23:05:37.410Z Downloaded petgraph v0.6.5
12682026-06-23T23:05:37.441Z Downloaded csv v1.4.0
12692026-06-23T23:05:37.453Z Downloaded petgraph v0.8.3
12702026-06-23T23:05:37.499Z Downloaded sled v0.34.7
12712026-06-23T23:05:37.524Z Downloaded encoding_rs v0.8.35
12722026-06-23T23:05:37.553Z Downloaded bzip2-sys v0.1.13+1.0.8
12732026-06-23T23:05:37.560Z Downloaded tracing v0.1.44
12742026-06-23T23:05:37.572Z Downloaded libgit2-sys v0.18.3+1.9.2
12752026-06-23T23:05:37.615Z Downloaded zerocopy-derive v0.6.6
12762026-06-23T23:05:37.632Z Downloaded regex-automata v0.4.14
12772026-06-23T23:05:37.691Z Downloaded jiff v0.2.21
12782026-06-23T23:05:37.701Z Downloaded chrono-tz v0.10.4
12792026-06-23T23:05:37.758Z Downloaded libz-sys v1.1.24
12802026-06-23T23:05:37.770Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12812026-06-23T23:05:37.779Z Downloaded sha3 v0.10.8
12822026-06-23T23:05:37.790Z Downloaded tokio v1.52.1
12832026-06-23T23:05:37.879Z Downloaded ring v0.17.14
12842026-06-23T23:05:38.609Z Downloaded aws-lc-sys v0.40.0
12852026-06-23T23:05:38.864Z Compiling libc v0.2.185
12862026-06-23T23:05:38.864Z Compiling serde v1.0.228
12872026-06-23T23:05:38.867Z Compiling log v0.4.29
12882026-06-23T23:05:38.868Z Compiling shlex v1.3.0
12892026-06-23T23:05:38.868Z Compiling find-msvc-tools v0.1.9
12902026-06-23T23:05:38.868Z Compiling smallvec v1.15.1
12912026-06-23T23:05:38.868Z Compiling typenum v1.19.0
12922026-06-23T23:05:38.868Z Compiling subtle v2.6.1
12932026-06-23T23:05:39.014Z Compiling generic-array v0.14.7
12942026-06-23T23:05:39.018Z Compiling scopeguard v1.2.0
12952026-06-23T23:05:39.098Z Compiling const-oid v0.9.6
12962026-06-23T23:05:39.101Z Compiling serde_json v1.0.149
12972026-06-23T23:05:39.110Z Compiling syn v2.0.117
12982026-06-23T23:05:39.124Z Compiling zerocopy v0.8.40
12992026-06-23T23:05:39.128Z Compiling pin-project-lite v0.2.17
13002026-06-23T23:05:39.128Z Compiling portable-atomic v1.13.1
13012026-06-23T23:05:39.190Z Compiling lock_api v0.4.14
13022026-06-23T23:05:39.207Z Compiling parking_lot_core v0.9.12
13032026-06-23T23:05:39.224Z Compiling pkg-config v0.3.32
13042026-06-23T23:05:39.227Z Compiling bitflags v2.11.0
13052026-06-23T23:05:39.278Z Compiling libm v0.2.16
13062026-06-23T23:05:39.290Z Compiling critical-section v1.2.0
13072026-06-23T23:05:39.305Z Compiling futures-core v0.3.32
13082026-06-23T23:05:39.379Z Compiling num-traits v0.2.19
13092026-06-23T23:05:39.420Z Compiling percent-encoding v2.3.2
13102026-06-23T23:05:39.435Z Compiling futures-sink v0.3.32
13112026-06-23T23:05:39.435Z Compiling futures-task v0.3.32
13122026-06-23T23:05:39.494Z Compiling cpufeatures v0.2.17
13132026-06-23T23:05:39.497Z Compiling slab v0.4.12
13142026-06-23T23:05:39.524Z Compiling getrandom v0.4.1
13152026-06-23T23:05:39.566Z Compiling futures-channel v0.3.32
13162026-06-23T23:05:39.610Z Compiling futures-io v0.3.32
13172026-06-23T23:05:39.641Z Compiling rand_core v0.10.0
13182026-06-23T23:05:39.641Z Compiling indexmap v2.14.0
13192026-06-23T23:05:39.665Z Compiling getrandom v0.3.4
13202026-06-23T23:05:39.701Z Compiling rustversion v1.0.22
13212026-06-23T23:05:39.772Z Compiling form_urlencoded v1.2.2
13222026-06-23T23:05:39.787Z Compiling fs_extra v1.3.0
13232026-06-23T23:05:39.813Z Compiling dunce v1.0.5
13242026-06-23T23:05:39.826Z Compiling ident_case v1.0.1
13252026-06-23T23:05:39.841Z Compiling base64ct v1.8.3
13262026-06-23T23:05:39.865Z Compiling flagset v0.4.7
13272026-06-23T23:05:39.889Z Compiling getrandom v0.2.17
13282026-06-23T23:05:39.922Z Compiling jobserver v0.1.34
13292026-06-23T23:05:39.956Z Compiling errno v0.3.14
13302026-06-23T23:05:39.998Z Compiling mio v1.2.0
13312026-06-23T23:05:40.047Z Compiling socket2 v0.6.3
13322026-06-23T23:05:40.099Z Compiling rand_core v0.6.4
13332026-06-23T23:05:40.100Z Compiling signal-hook-registry v1.4.8
13342026-06-23T23:05:40.153Z Compiling cc v1.2.56
13352026-06-23T23:05:40.197Z Compiling pem-rfc7468 v0.7.0
13362026-06-23T23:05:40.210Z Compiling parking_lot v0.12.5
13372026-06-23T23:05:40.284Z Compiling once_cell v1.21.3
13382026-06-23T23:05:40.351Z Compiling rustix v1.1.3
13392026-06-23T23:05:40.366Z Compiling regex-syntax v0.8.10
13402026-06-23T23:05:40.366Z Compiling iana-time-zone v0.1.65
13412026-06-23T23:05:40.366Z Compiling aws-lc-rs v1.16.3
13422026-06-23T23:05:40.366Z Compiling vcpkg v0.2.15
13432026-06-23T23:05:40.453Z Compiling tracing-core v0.1.36
13442026-06-23T23:05:40.473Z Compiling uuid v1.23.0
13452026-06-23T23:05:40.488Z Compiling rustc_version v0.4.1
13462026-06-23T23:05:40.488Z Compiling base64 v0.22.1
13472026-06-23T23:05:40.532Z Compiling tinyvec_macros v0.1.1
13482026-06-23T23:05:40.584Z Compiling rand_core v0.9.5
13492026-06-23T23:05:40.612Z Compiling httparse v1.10.1
13502026-06-23T23:05:40.641Z Compiling untrusted v0.7.1
13512026-06-23T23:05:40.655Z Compiling openssl-probe v0.2.1
13522026-06-23T23:05:40.762Z Compiling untrusted v0.9.0
13532026-06-23T23:05:40.782Z Compiling tinyvec v1.10.0
13542026-06-23T23:05:40.837Z Compiling cmake v0.1.57
13552026-06-23T23:05:40.850Z Compiling aho-corasick v1.1.4
13562026-06-23T23:05:40.865Z Compiling dyn-clone v1.0.20
13572026-06-23T23:05:40.880Z Compiling schemars v0.8.22
13582026-06-23T23:05:40.895Z Compiling tower-layer v0.3.3
13592026-06-23T23:05:40.909Z Compiling atomic-waker v1.1.2
13602026-06-23T23:05:41.019Z Compiling rustls v0.23.37
13612026-06-23T23:05:41.033Z Compiling try-lock v0.2.5
13622026-06-23T23:05:41.036Z Compiling tower-service v0.3.3
13632026-06-23T23:05:41.061Z Compiling httpdate v1.0.3
13642026-06-23T23:05:41.088Z Compiling foreign-types-shared v0.1.1
13652026-06-23T23:05:41.102Z Compiling pin-utils v0.1.0
13662026-06-23T23:05:41.133Z Compiling want v0.3.1
13672026-06-23T23:05:41.148Z Compiling openssl v0.10.79
13682026-06-23T23:05:41.164Z Compiling foreign-types v0.3.2
13692026-06-23T23:05:41.164Z Compiling unicode-normalization v0.1.25
13702026-06-23T23:05:41.192Z Compiling socket2 v0.5.10
13712026-06-23T23:05:41.195Z Compiling spin v0.9.8
13722026-06-23T23:05:41.195Z Compiling time-core v0.1.8
13732026-06-23T23:05:41.232Z Compiling native-tls v0.2.18
13742026-06-23T23:05:41.256Z Compiling num-conv v0.2.0
13752026-06-23T23:05:41.270Z Compiling powerfmt v0.2.0
13762026-06-23T23:05:41.318Z Compiling crc32fast v1.5.0
13772026-06-23T23:05:41.334Z Compiling wait-timeout v0.2.1
13782026-06-23T23:05:41.378Z Compiling sync_wrapper v1.0.2
13792026-06-23T23:05:41.393Z Compiling simd-adler32 v0.3.8
13802026-06-23T23:05:41.405Z Compiling time-macros v0.2.27
13812026-06-23T23:05:41.405Z Compiling num_threads v0.1.7
13822026-06-23T23:05:41.434Z Compiling deranged v0.5.8
13832026-06-23T23:05:41.460Z Compiling bit-vec v0.8.0
13842026-06-23T23:05:41.485Z Compiling syn v1.0.109
13852026-06-23T23:05:41.500Z Compiling usdt-impl v0.6.0
13862026-06-23T23:05:41.524Z Compiling siphasher v1.0.2
13872026-06-23T23:05:41.616Z Compiling crossbeam-utils v0.8.21
13882026-06-23T23:05:41.619Z Compiling unicode-segmentation v1.12.0
13892026-06-23T23:05:41.655Z Compiling quick-error v1.2.3
13902026-06-23T23:05:41.658Z Compiling bit-set v0.8.0
13912026-06-23T23:05:41.708Z Compiling aws-lc-sys v0.40.0
13922026-06-23T23:05:41.711Z Compiling ring v0.17.14
13932026-06-23T23:05:41.734Z Compiling openssl-sys v0.9.115
13942026-06-23T23:05:41.748Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13952026-06-23T23:05:41.772Z Compiling regex-automata v0.4.14
13962026-06-23T23:05:41.824Z Compiling tempfile v3.25.0
13972026-06-23T23:05:41.908Z Compiling bzip2-sys v0.1.13+1.0.8
13982026-06-23T23:05:41.924Z Compiling synstructure v0.13.2
13992026-06-23T23:05:41.937Z Compiling pest_generator v2.8.6
14002026-06-23T23:05:42.044Z Compiling serde_derive_internals v0.29.1
14012026-06-23T23:05:42.106Z Compiling darling_core v0.20.11
14022026-06-23T23:05:42.258Z Compiling rusty-fork v0.3.1
14032026-06-23T23:05:42.330Z Compiling darling_core v0.21.3
14042026-06-23T23:05:42.586Z Compiling slog v2.8.2
14052026-06-23T23:05:42.612Z Compiling heapless v0.7.17
14062026-06-23T23:05:42.627Z Compiling time v0.3.47
14072026-06-23T23:05:42.643Z Compiling rand_xorshift v0.4.0
14082026-06-23T23:05:42.716Z Compiling thread-id v5.1.0
14092026-06-23T23:05:42.730Z Compiling cookie v0.18.1
14102026-06-23T23:05:42.750Z Compiling iri-string v0.7.10
14112026-06-23T23:05:42.793Z Compiling unicode-properties v0.1.4
14122026-06-23T23:05:42.811Z Compiling unarray v0.1.4
14132026-06-23T23:05:42.832Z Compiling adler2 v2.0.1
14142026-06-23T23:05:42.881Z Compiling paste v1.0.15
14152026-06-23T23:05:42.931Z Compiling signal-hook v0.3.18
14162026-06-23T23:05:42.946Z Compiling unicode-bidi v0.3.18
14172026-06-23T23:05:42.950Z Compiling anyhow v1.0.102
14182026-06-23T23:05:42.978Z Compiling ryu v1.0.23
14192026-06-23T23:05:43.012Z Compiling zstd-safe v7.2.4
14202026-06-23T23:05:43.045Z Compiling allocator-api2 v0.2.21
14212026-06-23T23:05:43.177Z Compiling miniz_oxide v0.8.9
14222026-06-23T23:05:43.270Z Compiling heck v0.4.1
14232026-06-23T23:05:43.400Z Compiling stringprep v0.1.5
14242026-06-23T23:05:43.524Z Compiling num-integer v0.1.46
14252026-06-23T23:05:43.524Z Compiling vergen-lib v9.1.0
14262026-06-23T23:05:43.717Z Compiling curve25519-dalek v4.1.3
14272026-06-23T23:05:43.752Z Compiling serde_derive v1.0.228
14282026-06-23T23:05:43.766Z Compiling zeroize_derive v1.4.3
14292026-06-23T23:05:43.824Z Compiling zerofrom-derive v0.1.6
14302026-06-23T23:05:43.874Z Compiling yoke-derive v0.8.1
14312026-06-23T23:05:43.888Z Compiling zerovec-derive v0.11.2
14322026-06-23T23:05:44.027Z Compiling zerocopy-derive v0.8.40
14332026-06-23T23:05:44.079Z Compiling displaydoc v0.2.5
14342026-06-23T23:05:44.287Z Compiling tokio-macros v2.7.0
14352026-06-23T23:05:44.336Z Compiling futures-macro v0.3.32
14362026-06-23T23:05:44.473Z Compiling zeroize v1.8.2
14372026-06-23T23:05:44.513Z Compiling der_derive v0.7.3
14382026-06-23T23:05:44.865Z Compiling rustls-pki-types v1.14.0
14392026-06-23T23:05:44.931Z Compiling thiserror-impl v2.0.18
14402026-06-23T23:05:45.066Z Compiling tracing-attributes v0.1.31
14412026-06-23T23:05:45.080Z Compiling scroll_derive v0.13.1
14422026-06-23T23:05:45.103Z Compiling schemars_derive v0.8.22
14432026-06-23T23:05:45.185Z Compiling futures-util v0.3.32
14442026-06-23T23:05:45.278Z Compiling crypto-common v0.1.7
14452026-06-23T23:05:45.291Z Compiling zerofrom v0.1.6
14462026-06-23T23:05:45.351Z Compiling block-buffer v0.10.4
14472026-06-23T23:05:45.430Z Compiling yoke v0.8.1
14482026-06-23T23:05:45.446Z Compiling block-padding v0.3.3
14492026-06-23T23:05:45.539Z Compiling digest v0.10.7
14502026-06-23T23:05:45.542Z Compiling der v0.7.10
14512026-06-23T23:05:45.615Z Compiling zerovec v0.11.5
14522026-06-23T23:05:45.629Z Compiling zerotrie v0.2.3
14532026-06-23T23:05:45.802Z Compiling hmac v0.12.1
14542026-06-23T23:05:45.921Z Compiling inout v0.1.4
14552026-06-23T23:05:45.938Z Compiling sha2 v0.10.9
14562026-06-23T23:05:45.977Z Compiling pbkdf2 v0.12.2
14572026-06-23T23:05:46.067Z Compiling tinystr v0.8.2
14582026-06-23T23:05:46.101Z Compiling potential_utf v0.1.4
14592026-06-23T23:05:46.115Z Compiling cipher v0.4.4
14602026-06-23T23:05:46.139Z Compiling pest_derive v2.8.6
14612026-06-23T23:05:46.315Z Compiling icu_locale_core v2.1.1
14622026-06-23T23:05:46.329Z Compiling icu_collections v2.1.1
14632026-06-23T23:05:46.352Z Compiling thiserror v2.0.18
14642026-06-23T23:05:46.405Z Compiling salsa20 v0.10.2
14652026-06-23T23:05:46.434Z Compiling spki v0.7.3
14662026-06-23T23:05:46.449Z Compiling tracing v0.1.44
14672026-06-23T23:05:46.452Z Compiling cbc v0.1.2
14682026-06-23T23:05:46.476Z Compiling aes v0.8.4
14692026-06-23T23:05:46.559Z Compiling scrypt v0.11.0
14702026-06-23T23:05:46.650Z Compiling scroll v0.13.0
14712026-06-23T23:05:46.668Z Compiling darling_macro v0.20.11
14722026-06-23T23:05:46.739Z Compiling openssl-macros v0.1.1
14732026-06-23T23:05:46.815Z Compiling rustls-native-certs v0.8.3
14742026-06-23T23:05:46.834Z Compiling dtrace-parser v0.3.0
14752026-06-23T23:05:46.848Z Compiling signature v2.2.0
14762026-06-23T23:05:46.936Z Compiling icu_provider v2.1.1
14772026-06-23T23:05:47.044Z Compiling pkcs5 v0.7.1
14782026-06-23T23:05:47.123Z Compiling goblin v0.10.5
14792026-06-23T23:05:47.253Z Compiling bytes v1.11.1
14802026-06-23T23:05:47.275Z Compiling icu_properties v2.1.2
14812026-06-23T23:05:47.311Z Compiling icu_normalizer v2.1.1
14822026-06-23T23:05:47.340Z Compiling chrono v0.4.44
14832026-06-23T23:05:47.437Z Compiling pkcs8 v0.10.2
14842026-06-23T23:05:47.459Z Compiling ipnet v2.11.0
14852026-06-23T23:05:47.548Z Compiling darling v0.20.11
14862026-06-23T23:05:47.575Z Compiling webpki-roots v1.0.6
14872026-06-23T23:05:47.588Z Compiling scroll_derive v0.12.1
14882026-06-23T23:05:47.641Z Compiling derive_builder_core v0.20.2
14892026-06-23T23:05:47.667Z Compiling thiserror-impl v1.0.69
14902026-06-23T23:05:47.705Z Compiling serde_tokenstream v0.2.3
14912026-06-23T23:05:47.774Z Compiling tokio v1.52.1
14922026-06-23T23:05:47.887Z Compiling http v1.4.0
14932026-06-23T23:05:47.902Z Compiling serde_spanned v0.6.9
14942026-06-23T23:05:47.990Z Compiling toml_datetime v0.6.11
14952026-06-23T23:05:48.049Z Compiling serde_urlencoded v0.7.1
14962026-06-23T23:05:48.061Z Compiling erased-serde v0.3.31
14972026-06-23T23:05:48.264Z Compiling idna_adapter v1.2.1
14982026-06-23T23:05:48.292Z Compiling scroll v0.12.0
14992026-06-23T23:05:48.309Z Compiling md-5 v0.10.6
15002026-06-23T23:05:48.404Z Compiling idna v1.1.0
15012026-06-23T23:05:48.418Z Compiling darling_macro v0.21.3
15022026-06-23T23:05:48.490Z Compiling bstr v1.12.1
15032026-06-23T23:05:48.506Z Compiling ppv-lite86 v0.2.21
15042026-06-23T23:05:48.548Z Compiling http-body v1.0.1
15052026-06-23T23:05:48.580Z Compiling derive_builder_macro v0.20.2
15062026-06-23T23:05:48.594Z Compiling zerocopy-derive v0.7.35
15072026-06-23T23:05:48.719Z Compiling url v2.5.8
15082026-06-23T23:05:48.733Z Compiling http-body-util v0.1.3
15092026-06-23T23:05:48.777Z Compiling pin-project-internal v1.1.11
15102026-06-23T23:05:48.831Z Compiling rand_chacha v0.9.0
15112026-06-23T23:05:48.852Z Compiling rand_chacha v0.3.1
15122026-06-23T23:05:48.949Z Compiling async-trait v0.1.89
15132026-06-23T23:05:48.984Z Compiling thiserror v1.0.69
15142026-06-23T23:05:48.997Z Compiling ff v0.13.1
15152026-06-23T23:05:49.070Z Compiling rand v0.9.2
15162026-06-23T23:05:49.102Z Compiling hash32 v0.2.1
15172026-06-23T23:05:49.105Z Compiling memoffset v0.9.1
15182026-06-23T23:05:49.155Z Compiling encoding_rs v0.8.35
15192026-06-23T23:05:49.185Z Compiling smoltcp v0.9.1
15202026-06-23T23:05:49.328Z Compiling fallible-iterator v0.2.0
15212026-06-23T23:05:49.543Z Compiling zlib-rs v0.6.2
15222026-06-23T23:05:49.556Z Compiling psl-types v2.0.11
15232026-06-23T23:05:49.559Z Compiling num-bigint-dig v0.8.6
15242026-06-23T23:05:49.654Z Compiling proptest v1.10.0
15252026-06-23T23:05:49.682Z Compiling rustix v0.38.44
15262026-06-23T23:05:49.727Z Compiling cfg_aliases v0.2.1
15272026-06-23T23:05:49.778Z Compiling ref-cast v1.0.25
15282026-06-23T23:05:49.813Z Compiling base16ct v0.2.0
15292026-06-23T23:05:49.838Z Compiling litrs v1.0.0
15302026-06-23T23:05:49.852Z Compiling mime v0.3.17
15312026-06-23T23:05:49.953Z Compiling dof v0.4.0
15322026-06-23T23:05:50.004Z Compiling pin-project v1.1.11
15332026-06-23T23:05:50.029Z Compiling sec1 v0.7.3
15342026-06-23T23:05:50.103Z Compiling ipnetwork v0.21.1
15352026-06-23T23:05:50.133Z Compiling nix v0.31.2
15362026-06-23T23:05:50.161Z Compiling publicsuffix v2.3.0
15372026-06-23T23:05:50.174Z Compiling postgres-protocol v0.6.10
15382026-06-23T23:05:50.208Z Compiling zerocopy v0.7.35
15392026-06-23T23:05:50.345Z Compiling oxnet v0.1.6
15402026-06-23T23:05:50.360Z Compiling document-features v0.2.12
15412026-06-23T23:05:50.393Z Compiling group v0.13.0
15422026-06-23T23:05:50.520Z Compiling derive_builder v0.20.2
15432026-06-23T23:05:50.523Z Compiling rand v0.8.6
15442026-06-23T23:05:50.584Z Compiling darling v0.21.3
15452026-06-23T23:05:50.646Z Compiling goblin v0.8.2
15462026-06-23T23:05:50.705Z Compiling hubpack_derive v0.1.1
15472026-06-23T23:05:50.733Z Compiling futures-executor v0.3.32
15482026-06-23T23:05:50.771Z Compiling hex v0.4.3
15492026-06-23T23:05:50.793Z Compiling hkdf v0.12.4
15502026-06-23T23:05:50.807Z Compiling crypto-bigint v0.5.5
15512026-06-23T23:05:50.967Z Compiling regex v1.12.3
15522026-06-23T23:05:51.068Z Compiling num-iter v0.1.45
15532026-06-23T23:05:51.089Z Compiling daft-derive v0.1.7
15542026-06-23T23:05:51.117Z Compiling ref-cast-impl v1.0.25
15552026-06-23T23:05:51.152Z Compiling strum_macros v0.27.2
15562026-06-23T23:05:51.184Z Compiling snafu-derive v0.8.9
15572026-06-23T23:05:51.203Z Compiling curve25519-dalek-derive v0.1.1
15582026-06-23T23:05:51.481Z Compiling terminal_size v0.4.3
15592026-06-23T23:05:51.594Z Compiling tokio-util v0.7.18
15602026-06-23T23:05:51.641Z Compiling tower v0.5.3
15612026-06-23T23:05:51.667Z Compiling tokio-native-tls v0.3.1
15622026-06-23T23:05:51.691Z Compiling phf_shared v0.13.1
15632026-06-23T23:05:51.721Z Compiling lazy_static v1.5.0
15642026-06-23T23:05:51.828Z Compiling anstyle-parse v0.2.7
15652026-06-23T23:05:51.847Z Compiling vergen v9.1.0
15662026-06-23T23:05:51.863Z Compiling cargo-platform v0.3.2
15672026-06-23T23:05:51.892Z Compiling fs-err v3.3.0
15682026-06-23T23:05:51.938Z Compiling ahash v0.8.12
15692026-06-23T23:05:51.952Z Compiling bumpalo v3.20.2
15702026-06-23T23:05:52.025Z Compiling newtype-uuid v1.3.2
15712026-06-23T23:05:52.047Z Compiling bitflags v1.3.2
15722026-06-23T23:05:52.097Z Compiling tower-http v0.6.8
15732026-06-23T23:05:52.136Z Compiling object v0.37.3
15742026-06-23T23:05:52.155Z Compiling foldhash v0.2.0
15752026-06-23T23:05:52.223Z Compiling foldhash v0.1.5
15762026-06-23T23:05:52.236Z Compiling same-file v1.0.6
15772026-06-23T23:05:52.276Z Compiling libbz2-rs-sys v0.2.2
15782026-06-23T23:05:52.401Z Compiling h2 v0.4.13
15792026-06-23T23:05:52.415Z Compiling winnow v0.5.40
15802026-06-23T23:05:52.428Z Compiling managed v0.8.0
15812026-06-23T23:05:52.446Z Compiling flate2 v1.1.9
15822026-06-23T23:05:52.511Z Compiling hashbrown v0.16.1
15832026-06-23T23:05:52.566Z Compiling walkdir v2.5.0
15842026-06-23T23:05:52.662Z Compiling hashbrown v0.15.5
15852026-06-23T23:05:52.843Z Compiling bzip2 v0.6.1
15862026-06-23T23:05:52.875Z Compiling daft v0.1.7
15872026-06-23T23:05:52.899Z Compiling dof v0.3.0
15882026-06-23T23:05:52.951Z Compiling clap_builder v4.6.0
15892026-06-23T23:05:53.051Z Compiling zopfli v0.8.3
15902026-06-23T23:05:53.152Z Compiling snafu v0.8.9
15912026-06-23T23:05:53.168Z Compiling cargo_metadata v0.23.1
15922026-06-23T23:05:53.184Z Compiling anstream v0.6.21
15932026-06-23T23:05:53.212Z Compiling strum v0.27.2
15942026-06-23T23:05:53.246Z Compiling phf v0.13.1
15952026-06-23T23:05:53.424Z Compiling elliptic-curve v0.13.8
15962026-06-23T23:05:53.521Z Compiling signal-hook-mio v0.2.5
15972026-06-23T23:05:53.584Z Compiling usdt-macro v0.6.0
15982026-06-23T23:05:53.623Z Compiling usdt-attr-macro v0.6.0
15992026-06-23T23:05:53.647Z Compiling cookie_store v0.22.1
16002026-06-23T23:05:53.662Z Compiling hubpack v0.1.2
16012026-06-23T23:05:53.742Z Compiling toml_edit v0.19.15
16022026-06-23T23:05:53.851Z Compiling bzip2 v0.4.4
16032026-06-23T23:05:53.900Z Compiling futures v0.3.32
16042026-06-23T23:05:53.903Z Compiling serde_with_macros v3.17.0
16052026-06-23T23:05:53.926Z Compiling postgres-types v0.2.12
16062026-06-23T23:05:54.114Z Compiling zstd v0.13.3
16072026-06-23T23:05:54.209Z Compiling dtrace-parser v0.2.0
16082026-06-23T23:05:54.334Z Compiling globset v0.4.18
16092026-06-23T23:05:54.376Z Compiling pkcs1 v0.7.5
16102026-06-23T23:05:54.395Z Compiling ed25519 v2.2.3
16112026-06-23T23:05:54.478Z Compiling olpc-cjson v0.1.4
16122026-06-23T23:05:54.505Z Compiling serde_plain v1.0.2
16132026-06-23T23:05:54.575Z Compiling serde-big-array v0.5.1
16142026-06-23T23:05:54.656Z Compiling rfc6979 v0.4.0
16152026-06-23T23:05:54.718Z Compiling clap_derive v4.6.1
16162026-06-23T23:05:54.732Z Compiling enum-as-inner v0.6.1
16172026-06-23T23:05:54.795Z Compiling serde_repr v0.1.20
16182026-06-23T23:05:54.808Z Compiling strum_macros v0.26.4
16192026-06-23T23:05:54.981Z Compiling async-recursion v1.1.1
16202026-06-23T23:05:55.041Z Compiling phf_shared v0.11.3
16212026-06-23T23:05:55.086Z Compiling float-cmp v0.10.0
16222026-06-23T23:05:55.211Z Compiling pem v3.0.6
16232026-06-23T23:05:55.244Z Compiling thread-id v4.2.2
16242026-06-23T23:05:55.258Z Compiling memmap2 v0.9.10
16252026-06-23T23:05:55.258Z Compiling env_filter v1.0.0
16262026-06-23T23:05:55.328Z Compiling precomputed-hash v0.1.1
16272026-06-23T23:05:55.342Z Compiling predicates-core v1.0.10
16282026-06-23T23:05:55.355Z Compiling normalize-line-endings v0.3.0
16292026-06-23T23:05:55.428Z Compiling static_assertions v1.1.0
16302026-06-23T23:05:55.463Z Compiling hyper v1.8.1
16312026-06-23T23:05:55.487Z Compiling typed-path v0.9.3
16322026-06-23T23:05:55.511Z Compiling data-encoding v2.10.0
16332026-06-23T23:05:55.535Z Compiling either v1.15.0
16342026-06-23T23:05:55.558Z Compiling fixedbitset v0.4.2
16352026-06-23T23:05:55.598Z Compiling jiff v0.2.21
16362026-06-23T23:05:55.665Z Compiling fixedbitset v0.5.7
16372026-06-23T23:05:55.758Z Compiling new_debug_unreachable v1.0.6
16382026-06-23T23:05:55.792Z Compiling difflib v0.4.0
16392026-06-23T23:05:55.863Z Compiling whoami v2.1.0
16402026-06-23T23:05:56.008Z Compiling keccak v0.1.6
16412026-06-23T23:05:56.024Z Compiling petgraph v0.8.3
16422026-06-23T23:05:56.243Z Compiling sha3 v0.10.8
16432026-06-23T23:05:56.258Z Compiling tokio-postgres v0.7.16
16442026-06-23T23:05:56.270Z Compiling predicates v3.1.4
16452026-06-23T23:05:56.392Z Compiling toml_edit v0.22.27
16462026-06-23T23:05:56.446Z Compiling string_cache v0.8.9
16472026-06-23T23:05:56.497Z Compiling hickory-proto v0.25.2
16482026-06-23T23:05:56.561Z Compiling clap v4.6.1
16492026-06-23T23:05:56.610Z Compiling hyper-util v0.1.20
16502026-06-23T23:05:56.670Z Compiling strum v0.26.3
16512026-06-23T23:05:56.690Z Compiling itertools v0.13.0
16522026-06-23T23:05:56.719Z Compiling petgraph v0.6.5
16532026-06-23T23:05:56.763Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16542026-06-23T23:05:56.780Z Compiling env_logger v0.11.9
16552026-06-23T23:05:56.810Z Compiling usdt v0.6.0
16562026-06-23T23:05:56.934Z Compiling usdt-impl v0.5.0
16572026-06-23T23:05:57.085Z Compiling toml v0.7.8
16582026-06-23T23:05:57.123Z Compiling serde_with v3.17.0
16592026-06-23T23:05:57.153Z Compiling crossterm v0.28.1
16602026-06-23T23:05:57.575Z Compiling ecdsa v0.16.9
16612026-06-23T23:05:57.711Z Compiling rsa v0.9.10
16622026-06-23T23:05:57.995Z Compiling ed25519-dalek v2.2.0
16632026-06-23T23:05:58.055Z Compiling hyper-tls v0.6.0
16642026-06-23T23:05:58.290Z Compiling zip v4.6.1
16652026-06-23T23:05:58.429Z Compiling zip v0.6.6
16662026-06-23T23:05:58.515Z Compiling iddqd v0.4.2
16672026-06-23T23:05:58.893Z Compiling tokio-stream v0.1.18
16682026-06-23T23:05:58.938Z Compiling toml_parser v1.0.9+spec-1.1.0
16692026-06-23T23:05:58.984Z Compiling buf-list v1.1.2
16702026-06-23T23:05:59.045Z Compiling similar v2.7.0
16712026-06-23T23:05:59.078Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16722026-06-23T23:05:59.206Z Compiling openapiv3 v2.2.0
16732026-06-23T23:05:59.281Z Compiling x509-cert v0.2.5
16742026-06-23T23:05:59.296Z Compiling sha1 v0.10.6
16752026-06-23T23:05:59.394Z Compiling crossbeam-epoch v0.9.18
16762026-06-23T23:05:59.409Z Compiling peg-runtime v0.8.5
16772026-06-23T23:05:59.541Z Compiling lalrpop-util v0.19.12
16782026-06-23T23:05:59.560Z Compiling thread_local v1.1.9
16792026-06-23T23:05:59.592Z Compiling slog-async v2.8.0
16802026-06-23T23:05:59.655Z Compiling crossbeam-channel v0.5.15
16812026-06-23T23:05:59.710Z Compiling filetime v0.2.27
16822026-06-23T23:05:59.740Z Compiling is-terminal v0.4.17
16832026-06-23T23:05:59.753Z Compiling xattr v1.6.1
16842026-06-23T23:05:59.827Z Compiling take_mut v0.2.2
16852026-06-23T23:05:59.842Z Compiling term v1.2.1
16862026-06-23T23:05:59.897Z Compiling tar v0.4.45
16872026-06-23T23:06:00.133Z Compiling slog-term v2.9.2
16882026-06-23T23:06:17.664Z Compiling rustls-webpki v0.103.9
16892026-06-23T23:06:20.432Z Compiling tokio-rustls v0.26.4
16902026-06-23T23:06:20.432Z Compiling rustls-platform-verifier v0.6.2
16912026-06-23T23:06:20.631Z Compiling hyper-rustls v0.27.7
16922026-06-23T23:06:20.824Z Compiling reqwest v0.12.28
16932026-06-23T23:06:20.827Z Compiling reqwest v0.13.2
16942026-06-23T23:06:22.044Z Compiling tough v0.22.0
16952026-06-23T23:06:24.547Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16962026-06-23T23:06:24.778Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16972026-06-23T23:06:27.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.70s
16982026-06-23T23:06:27.767Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
16992026-06-23T23:06:27.820ZJun 23 23:06:27.380 INFO Starting download, target: Clickhouse
17002026-06-23T23:06:27.820ZJun 23 23:06:27.380 INFO Starting download, target: Cockroach
17012026-06-23T23:06:27.820ZJun 23 23:06:27.380 INFO Starting download, target: Console
17022026-06-23T23:06:27.820ZJun 23 23:06:27.380 INFO Starting download, target: DendriteStub
17032026-06-23T23:06:27.823ZJun 23 23:06:27.380 INFO Starting download, target: MaghemiteMgd
17042026-06-23T23:06:27.823ZJun 23 23:06:27.380 INFO Starting download, target: MaghemiteDdmd
17052026-06-23T23:06:27.823ZJun 23 23:06:27.380 INFO Starting download, target: TransceiverControl
17062026-06-23T23:06:27.823ZJun 23 23:06:27.380 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17072026-06-23T23:06:27.823ZJun 23 23:06:27.380 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17082026-06-23T23:06:27.823ZJun 23 23:06:27.381 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17092026-06-23T23:06:27.823ZJun 23 23:06:27.381 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17102026-06-23T23:06:27.824ZJun 23 23:06:27.381 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17112026-06-23T23:06:27.824ZJun 23 23:06:27.381 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17122026-06-23T23:06:27.824ZJun 23 23:06:27.381 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17132026-06-23T23:06:28.740ZJun 23 23:06:28.293 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17142026-06-23T23:06:29.052ZJun 23 23:06:28.600 INFO Download complete, target: Console
17152026-06-23T23:06:29.103ZJun 23 23:06:28.656 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17162026-06-23T23:06:29.350ZJun 23 23:06:28.891 INFO Download complete, target: TransceiverControl
17172026-06-23T23:06:29.779ZJun 23 23:06:29.328 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17182026-06-23T23:06:30.548ZJun 23 23:06:30.090 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17192026-06-23T23:06:30.856ZJun 23 23:06:30.412 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17202026-06-23T23:06:30.987ZJun 23 23:06:30.535 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17212026-06-23T23:06:31.337ZJun 23 23:06:30.896 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17222026-06-23T23:06:31.337ZJun 23 23:06:30.896 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17232026-06-23T23:06:32.205ZJun 23 23:06:31.765 INFO Download complete, target: MaghemiteMgd
17242026-06-23T23:06:33.078ZJun 23 23:06:32.638 INFO Download complete, target: MaghemiteDdmd
17252026-06-23T23:06:33.512ZJun 23 23:06:33.072 INFO Download complete, target: DendriteStub
17262026-06-23T23:06:36.097ZJun 23 23:06:35.656 INFO Checking that binary works, target: Cockroach
17272026-06-23T23:06:36.222ZJun 23 23:06:35.782 INFO Download complete, target: Cockroach
17282026-06-23T23:06:37.481ZJun 23 23:06:37.041 INFO Checking that binary works, target: Clickhouse
17292026-06-23T23:06:37.571ZJun 23 23:06:37.131 INFO Download complete, target: Clickhouse
17302026-06-23T23:06:37.577ZAll prerequisites installed successfully
17312026-06-23T23:06:37.580Z
17322026-06-23T23:06:37.580Zreal 1:47.965940042
17332026-06-23T23:06:37.580Zuser 6:51.559644678
17342026-06-23T23:06:37.580Zsys 1:41.490838277
17352026-06-23T23:06:37.580Ztrap 0.254046204
17362026-06-23T23:06:37.580Ztflt 1.316832984
17372026-06-23T23:06:37.580Zdflt 1.732609729
17382026-06-23T23:06:37.580Zkflt 0.023530202
17392026-06-23T23:06:37.580Zlock 23:48.058170399
17402026-06-23T23:06:37.580Zslp 18:44.224293491
17412026-06-23T23:06:37.580Zlat 23.068622737
17422026-06-23T23:06:37.580Zstop 2:47.550222403
17432026-06-23T23:06:37.580Z+ ptime -m cargo xtask download softnpu
17442026-06-23T23:06:38.029Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17452026-06-23T23:06:38.050Z Running `target/debug/xtask download softnpu`
17462026-06-23T23:06:38.748Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17472026-06-23T23:06:38.812Z Running `target/debug/xtask-downloader softnpu`
17482026-06-23T23:06:38.855ZJun 23 23:06:38.414 INFO Starting download, target: Softnpu
17492026-06-23T23:06:38.858ZJun 23 23:06:38.415 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17502026-06-23T23:06:39.459ZJun 23 23:06:39.018 INFO Download complete, target: Softnpu
17512026-06-23T23:06:39.463Z
17522026-06-23T23:06:39.466Zreal 1.878789761
17532026-06-23T23:06:39.466Zuser 1.254300351
17542026-06-23T23:06:39.466Zsys 0.601806713
17552026-06-23T23:06:39.466Ztrap 0.000648480
17562026-06-23T23:06:39.466Ztflt 0.000053450
17572026-06-23T23:06:39.466Zdflt 0.000088270
17582026-06-23T23:06:39.466Zkflt 0.000000000
17592026-06-23T23:06:39.466Zlock 11.137435754
17602026-06-23T23:06:39.466Zslp 0.473916177
17612026-06-23T23:06:39.466Zlat 0.097447944
17622026-06-23T23:06:39.466Zstop 0.000168690
17632026-06-23T23:06:39.467Z+ export CARGO_INCREMENTAL=0
17642026-06-23T23:06:39.467Z+ CARGO_INCREMENTAL=0
17652026-06-23T23:06:39.467Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17662026-06-23T23:06:40.348Z Compiling proc-macro2 v1.0.106
17672026-06-23T23:06:40.348Z Compiling quote v1.0.45
17682026-06-23T23:06:40.380Z Compiling unicode-ident v1.0.24
17692026-06-23T23:06:40.380Z Compiling libc v0.2.185
17702026-06-23T23:06:40.380Z Compiling serde_core v1.0.228
17712026-06-23T23:06:40.380Z Compiling serde v1.0.228
17722026-06-23T23:06:40.380Z Compiling cfg-if v1.0.4
17732026-06-23T23:06:40.380Z Compiling version_check v0.9.5
17742026-06-23T23:06:40.513Z Compiling shlex v1.3.0
17752026-06-23T23:06:40.518Z Compiling find-msvc-tools v0.1.9
17762026-06-23T23:06:40.519Z Compiling typenum v1.19.0
17772026-06-23T23:06:40.519Z Compiling autocfg v1.5.0
17782026-06-23T23:06:40.519Z Compiling zmij v1.0.21
17792026-06-23T23:06:40.519Z Compiling memchr v2.8.0
17802026-06-23T23:06:40.519Z Compiling serde_json v1.0.149
17812026-06-23T23:06:40.754Z Compiling portable-atomic v1.13.1
17822026-06-23T23:06:40.771Z Compiling generic-array v0.14.7
17832026-06-23T23:06:40.790Z Compiling libm v0.2.16
17842026-06-23T23:06:40.837Z Compiling zerocopy v0.8.40
17852026-06-23T23:06:40.843Z Compiling smallvec v1.15.1
17862026-06-23T23:06:40.932Z Compiling parking_lot_core v0.9.12
17872026-06-23T23:06:40.941Z Compiling icu_properties_data v2.1.2
17882026-06-23T23:06:40.952Z Compiling icu_normalizer_data v2.1.1
17892026-06-23T23:06:41.002Z Compiling itoa v1.0.17
17902026-06-23T23:06:41.017Z Compiling getrandom v0.4.1
17912026-06-23T23:06:41.122Z Compiling num-traits v0.2.19
17922026-06-23T23:06:41.140Z Compiling log v0.4.29
17932026-06-23T23:06:41.209Z Compiling stable_deref_trait v1.2.1
17942026-06-23T23:06:41.227Z Compiling pkg-config v0.3.32
17952026-06-23T23:06:41.254Z Compiling subtle v2.6.1
17962026-06-23T23:06:41.379Z Compiling scopeguard v1.2.0
17972026-06-23T23:06:41.397Z Compiling jobserver v0.1.34
17982026-06-23T23:06:41.416Z Compiling getrandom v0.2.17
17992026-06-23T23:06:41.474Z Compiling errno v0.3.14
18002026-06-23T23:06:41.522Z Compiling lock_api v0.4.14
18012026-06-23T23:06:41.583Z Compiling rand_core v0.6.4
18022026-06-23T23:06:41.632Z Compiling cc v1.2.56
18032026-06-23T23:06:41.704Z Compiling litemap v0.8.1
18042026-06-23T23:06:41.757Z Compiling syn v2.0.117
18052026-06-23T23:06:41.765Z Compiling fnv v1.0.7
18062026-06-23T23:06:41.802Z Compiling percent-encoding v2.3.2
18072026-06-23T23:06:41.817Z Compiling writeable v0.6.2
18082026-06-23T23:06:41.851Z Compiling pin-project-lite v0.2.17
18092026-06-23T23:06:41.889Z Compiling thiserror v2.0.18
18102026-06-23T23:06:41.962Z Compiling getrandom v0.3.4
18112026-06-23T23:06:42.008Z Compiling rand_core v0.10.0
18122026-06-23T23:06:42.027Z Compiling equivalent v1.0.2
18132026-06-23T23:06:42.088Z Compiling fs_extra v1.3.0
18142026-06-23T23:06:42.088Z Compiling dunce v1.0.5
18152026-06-23T23:06:42.121Z Compiling schemars v0.8.22
18162026-06-23T23:06:42.131Z Compiling rustversion v1.0.22
18172026-06-23T23:06:42.225Z Compiling critical-section v1.2.0
18182026-06-23T23:06:42.228Z Compiling rustix v1.1.3
18192026-06-23T23:06:42.304Z Compiling utf8_iter v1.0.4
18202026-06-23T23:06:42.341Z Compiling form_urlencoded v1.2.2
18212026-06-23T23:06:42.387Z Compiling cmake v0.1.57
18222026-06-23T23:06:42.404Z Compiling hashbrown v0.17.0
18232026-06-23T23:06:42.509Z Compiling signal-hook-registry v1.4.8
18242026-06-23T23:06:42.565Z Compiling const-oid v0.9.6
18252026-06-23T23:06:42.777Z Compiling once_cell v1.21.3
18262026-06-23T23:06:42.799Z Compiling parking_lot v0.12.5
18272026-06-23T23:06:42.832Z Compiling mio v1.2.0
18282026-06-23T23:06:42.991Z Compiling ring v0.17.14
18292026-06-23T23:06:42.994Z Compiling aws-lc-sys v0.40.0
18302026-06-23T23:06:43.038Z Compiling bitflags v2.11.0
18312026-06-23T23:06:43.038Z Compiling semver v1.0.28
18322026-06-23T23:06:43.054Z Compiling indexmap v2.14.0
18332026-06-23T23:06:43.107Z Compiling socket2 v0.6.3
18342026-06-23T23:06:43.250Z Compiling aws-lc-rs v1.16.3
18352026-06-23T23:06:43.324Z Compiling futures-core v0.3.32
18362026-06-23T23:06:43.370Z Compiling httparse v1.10.1
18372026-06-23T23:06:43.386Z Compiling thiserror v1.0.69
18382026-06-23T23:06:43.400Z Compiling strsim v0.11.1
18392026-06-23T23:06:43.520Z Compiling byteorder v1.5.0
18402026-06-23T23:06:43.691Z Compiling iana-time-zone v0.1.65
18412026-06-23T23:06:43.708Z Compiling ucd-trie v0.1.7
18422026-06-23T23:06:43.724Z Compiling vcpkg v0.2.15
18432026-06-23T23:06:43.771Z Compiling ident_case v1.0.1
18442026-06-23T23:06:43.771Z Compiling heck v0.5.0
18452026-06-23T23:06:43.774Z Compiling regex-syntax v0.8.10
18462026-06-23T23:06:43.786Z Compiling syn v1.0.109
18472026-06-23T23:06:43.826Z Compiling uuid v1.23.0
18482026-06-23T23:06:43.885Z Compiling pest v2.8.6
18492026-06-23T23:06:44.103Z Compiling cpufeatures v0.2.17
18502026-06-23T23:06:44.138Z Compiling rustls v0.23.37
18512026-06-23T23:06:44.154Z Compiling rustc_version v0.4.1
18522026-06-23T23:06:44.244Z Compiling futures-sink v0.3.32
18532026-06-23T23:06:44.336Z Compiling openssl-sys v0.9.115
18542026-06-23T23:06:44.352Z Compiling futures-channel v0.3.32
18552026-06-23T23:06:44.443Z Compiling aho-corasick v1.1.4
18562026-06-23T23:06:44.458Z Compiling slab v0.4.12
18572026-06-23T23:06:44.487Z Compiling futures-task v0.3.32
18582026-06-23T23:06:44.557Z Compiling futures-io v0.3.32
18592026-06-23T23:06:44.601Z Compiling synstructure v0.13.2
18602026-06-23T23:06:44.644Z Compiling serde_derive_internals v0.29.1
18612026-06-23T23:06:44.664Z Compiling dyn-clone v1.0.20
18622026-06-23T23:06:44.907Z Compiling plain v0.2.3
18632026-06-23T23:06:44.911Z Compiling crc32fast v1.5.0
18642026-06-23T23:06:44.932Z Compiling num-conv v0.2.0
18652026-06-23T23:06:44.948Z Compiling crossbeam-utils v0.8.21
18662026-06-23T23:06:45.030Z Compiling pest_meta v2.8.6
18672026-06-23T23:06:45.068Z Compiling openssl v0.10.79
18682026-06-23T23:06:45.179Z Compiling base64 v0.22.1
18692026-06-23T23:06:45.192Z Compiling time-core v0.1.8
18702026-06-23T23:06:45.277Z Compiling pretty-hex v0.4.1
18712026-06-23T23:06:45.320Z Compiling regex-automata v0.4.14
18722026-06-23T23:06:45.771Z Compiling time-macros v0.2.27
18732026-06-23T23:06:45.778Z Compiling base64ct v1.8.3
18742026-06-23T23:06:45.778Z Compiling native-tls v0.2.18
18752026-06-23T23:06:45.778Z Compiling anyhow v1.0.102
18762026-06-23T23:06:45.778Z Compiling darling_core v0.21.3
18772026-06-23T23:06:45.778Z Compiling pest_generator v2.8.6
18782026-06-23T23:06:45.778Z Compiling pem-rfc7468 v0.7.0
18792026-06-23T23:06:45.778Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18802026-06-23T23:06:45.778Z Compiling flagset v0.4.7
18812026-06-23T23:06:45.791Z Compiling rand_core v0.9.5
18822026-06-23T23:06:45.927Z Compiling slog v2.8.2
18832026-06-23T23:06:45.954Z Compiling tracing-core v0.1.36
18842026-06-23T23:06:45.958Z Compiling serde_derive v1.0.228
18852026-06-23T23:06:45.985Z Compiling zeroize_derive v1.4.3
18862026-06-23T23:06:45.989Z Compiling zerofrom-derive v0.1.6
18872026-06-23T23:06:46.017Z Compiling yoke-derive v0.8.1
18882026-06-23T23:06:46.093Z Compiling zerovec-derive v0.11.2
18892026-06-23T23:06:46.152Z Compiling displaydoc v0.2.5
18902026-06-23T23:06:46.292Z Compiling zerocopy-derive v0.8.40
18912026-06-23T23:06:46.321Z Compiling tokio-macros v2.7.0
18922026-06-23T23:06:46.356Z Compiling futures-macro v0.3.32
18932026-06-23T23:06:46.609Z Compiling zeroize v1.8.2
18942026-06-23T23:06:46.982Z Compiling thiserror-impl v2.0.18
18952026-06-23T23:06:47.029Z Compiling schemars_derive v0.8.22
18962026-06-23T23:06:47.052Z Compiling tracing-attributes v0.1.31
18972026-06-23T23:06:47.143Z Compiling der_derive v0.7.3
18982026-06-23T23:06:47.147Z Compiling zerofrom v0.1.6
18992026-06-23T23:06:47.290Z Compiling yoke v0.8.1
19002026-06-23T23:06:47.447Z Compiling crypto-common v0.1.7
19012026-06-23T23:06:47.502Z Compiling zerovec v0.11.5
19022026-06-23T23:06:47.519Z Compiling zerotrie v0.2.3
19032026-06-23T23:06:47.609Z Compiling block-buffer v0.10.4
19042026-06-23T23:06:47.778Z Compiling digest v0.10.7
19052026-06-23T23:06:47.968Z Compiling thiserror-impl v1.0.69
19062026-06-23T23:06:48.052Z Compiling tinystr v0.8.2
19072026-06-23T23:06:48.058Z Compiling potential_utf v0.1.4
19082026-06-23T23:06:48.128Z Compiling pest_derive v2.8.6
19092026-06-23T23:06:48.203Z Compiling icu_collections v2.1.1
19102026-06-23T23:06:48.220Z Compiling icu_locale_core v2.1.1
19112026-06-23T23:06:48.263Z Compiling hmac v0.12.1
19122026-06-23T23:06:48.278Z Compiling futures-util v0.3.32
19132026-06-23T23:06:48.553Z Compiling block-padding v0.3.3
19142026-06-23T23:06:48.708Z Compiling inout v0.1.4
19152026-06-23T23:06:48.785Z Compiling sha2 v0.10.9
19162026-06-23T23:06:48.879Z Compiling cipher v0.4.4
19172026-06-23T23:06:48.945Z Compiling icu_provider v2.1.1
19182026-06-23T23:06:49.074Z Compiling bytes v1.11.1
19192026-06-23T23:06:49.126Z Compiling chrono v0.4.44
19202026-06-23T23:06:49.139Z Compiling serde_tokenstream v0.2.3
19212026-06-23T23:06:49.164Z Compiling rustls-pki-types v1.14.0
19222026-06-23T23:06:49.171Z Compiling openssl-macros v0.1.1
19232026-06-23T23:06:49.281Z Compiling icu_normalizer v2.1.1
19242026-06-23T23:06:49.360Z Compiling icu_properties v2.1.2
19252026-06-23T23:06:49.578Z Compiling tokio v1.52.1
19262026-06-23T23:06:49.952Z Compiling scroll_derive v0.13.1
19272026-06-23T23:06:50.040Z Compiling scroll_derive v0.12.1
19282026-06-23T23:06:50.528Z Compiling idna_adapter v1.2.1
19292026-06-23T23:06:50.598Z Compiling ppv-lite86 v0.2.21
19302026-06-23T23:06:50.692Z Compiling idna v1.1.0
19312026-06-23T23:06:50.811Z Compiling http v1.4.0
19322026-06-23T23:06:50.990Z Compiling der v0.7.10
19332026-06-23T23:06:51.007Z Compiling darling_macro v0.21.3
19342026-06-23T23:06:51.049Z Compiling url v2.5.8
19352026-06-23T23:06:51.095Z Compiling regex v1.12.3
19362026-06-23T23:06:51.110Z Compiling zerocopy-derive v0.7.35
19372026-06-23T23:06:51.535Z Compiling untrusted v0.9.0
19382026-06-23T23:06:51.927Z Compiling spki v0.7.3
19392026-06-23T23:06:52.129Z Compiling darling v0.21.3
19402026-06-23T23:06:52.189Z Compiling salsa20 v0.10.2
19412026-06-23T23:06:52.204Z Compiling pbkdf2 v0.12.2
19422026-06-23T23:06:52.222Z Compiling tracing v0.1.44
19432026-06-23T23:06:52.815Z Compiling cookie v0.18.1
19442026-06-23T23:06:52.903Z Compiling camino v1.2.2
19452026-06-23T23:06:53.036Z Compiling scrypt v0.11.0
19462026-06-23T23:06:53.177Z Compiling http-body v1.0.1
19472026-06-23T23:06:53.210Z Compiling rand_chacha v0.9.0
19482026-06-23T23:06:53.221Z Compiling aes v0.8.4
19492026-06-23T23:06:53.284Z Compiling cbc v0.1.2
19502026-06-23T23:06:53.361Z Compiling tokio-util v0.7.18
19512026-06-23T23:06:53.435Z Compiling usdt-impl v0.5.0
19522026-06-23T23:06:53.451Z Compiling fastrand v2.3.0
19532026-06-23T23:06:53.527Z Compiling untrusted v0.7.1
19542026-06-23T23:06:53.581Z Compiling either v1.15.0
19552026-06-23T23:06:53.596Z Compiling ref-cast v1.0.25
19562026-06-23T23:06:53.669Z Compiling openssl-probe v0.2.1
19572026-06-23T23:06:53.684Z Compiling usdt-impl v0.6.0
19582026-06-23T23:06:53.698Z Compiling tinyvec_macros v0.1.1
19592026-06-23T23:06:53.779Z Compiling unicode-segmentation v1.12.0
19602026-06-23T23:06:53.809Z Compiling winnow v0.7.14
19612026-06-23T23:06:53.845Z Compiling paste v1.0.15
19622026-06-23T23:06:53.888Z Compiling tinyvec v1.10.0
19632026-06-23T23:06:53.909Z Compiling pkcs5 v0.7.1
19642026-06-23T23:06:54.056Z Compiling rand v0.9.2
19652026-06-23T23:06:54.317Z Compiling scroll v0.13.0
19662026-06-23T23:06:54.356Z Compiling scroll v0.12.0
19672026-06-23T23:06:54.430Z Compiling toml_datetime v0.6.11
19682026-06-23T23:06:54.452Z Compiling serde_spanned v0.6.9
19692026-06-23T23:06:54.609Z Compiling async-trait v0.1.89
19702026-06-23T23:06:54.626Z Compiling heapless v0.7.17
19712026-06-23T23:06:54.674Z Compiling bzip2-sys v0.1.13+1.0.8
19722026-06-23T23:06:54.690Z Compiling tower-service v0.3.3
19732026-06-23T23:06:54.707Z Compiling tower-layer v0.3.3
19742026-06-23T23:06:54.720Z Compiling atomic-waker v1.1.2
19752026-06-23T23:06:54.805Z Compiling try-lock v0.2.5
19762026-06-23T23:06:54.856Z Compiling zstd-safe v7.2.4
19772026-06-23T23:06:54.901Z Compiling rustix v0.38.44
19782026-06-23T23:06:54.933Z Compiling signal-hook v0.3.18
19792026-06-23T23:06:55.054Z Compiling want v0.3.1
19802026-06-23T23:06:55.090Z Compiling h2 v0.4.13
19812026-06-23T23:06:55.169Z Compiling toml_parser v1.0.9+spec-1.1.0
19822026-06-23T23:06:55.281Z Compiling goblin v0.8.2
19832026-06-23T23:06:55.296Z Compiling goblin v0.10.5
19842026-06-23T23:06:55.528Z Compiling pkcs8 v0.10.2
19852026-06-23T23:06:55.597Z Compiling heck v0.4.1
19862026-06-23T23:06:55.745Z Compiling zerocopy v0.7.35
19872026-06-23T23:06:55.802Z Compiling ipnet v2.11.0
19882026-06-23T23:06:55.822Z Compiling ref-cast-impl v1.0.25
19892026-06-23T23:06:55.844Z Compiling darling_core v0.20.11
19902026-06-23T23:06:56.013Z Compiling curve25519-dalek v4.1.3
19912026-06-23T23:06:56.221Z Compiling memoffset v0.9.1
19922026-06-23T23:06:56.281Z Compiling pin-utils v0.1.0
19932026-06-23T23:06:56.365Z Compiling litrs v1.0.0
19942026-06-23T23:06:56.369Z Compiling winnow v0.5.40
19952026-06-23T23:06:56.565Z Compiling httpdate v1.0.3
19962026-06-23T23:06:56.706Z Compiling utf8parse v0.2.2
19972026-06-23T23:06:56.798Z Compiling foreign-types-shared v0.1.1
19982026-06-23T23:06:56.856Z Compiling document-features v0.2.12
19992026-06-23T23:06:56.872Z Compiling foreign-types v0.3.2
20002026-06-23T23:06:56.899Z Compiling tempfile v3.25.0
20012026-06-23T23:06:57.404Z Compiling unicode-normalization v0.1.25
20022026-06-23T23:06:57.450Z Compiling dtrace-parser v0.2.0
20032026-06-23T23:06:57.817Z Compiling darling_macro v0.20.11
20042026-06-23T23:06:57.831Z Compiling toml_edit v0.19.15
20052026-06-23T23:06:57.879Z Compiling dof v0.3.0
20062026-06-23T23:06:57.988Z Compiling dof v0.4.0
20072026-06-23T23:06:58.099Z Compiling hyper v1.8.1
20082026-06-23T23:06:58.321Z Compiling dtrace-parser v0.3.0
20092026-06-23T23:06:58.490Z Compiling daft-derive v0.1.7
20102026-06-23T23:06:58.511Z Compiling pin-project-internal v1.1.11
20112026-06-23T23:06:58.703Z Compiling spin v0.9.8
20122026-06-23T23:06:58.794Z Compiling thread-id v4.2.2
20132026-06-23T23:06:58.898Z Compiling socket2 v0.5.10
20142026-06-23T23:06:58.921Z Compiling thread-id v5.1.0
20152026-06-23T23:06:59.008Z Compiling powerfmt v0.2.0
20162026-06-23T23:06:59.024Z Compiling num-bigint-dig v0.8.6
20172026-06-23T23:06:59.040Z Compiling smoltcp v0.9.1
20182026-06-23T23:06:59.040Z Compiling cfg_aliases v0.2.1
20192026-06-23T23:06:59.229Z Compiling anstyle v1.0.14
20202026-06-23T23:06:59.276Z Compiling hyper-util v0.1.20
20212026-06-23T23:06:59.291Z Compiling deranged v0.5.8
20222026-06-23T23:06:59.294Z Compiling nix v0.31.2
20232026-06-23T23:06:59.559Z Compiling darling v0.20.11
20242026-06-23T23:06:59.683Z Compiling rustls-native-certs v0.8.3
20252026-06-23T23:06:59.753Z Compiling ipnetwork v0.21.1
20262026-06-23T23:06:59.985Z Compiling curve25519-dalek-derive v0.1.1
20272026-06-23T23:07:00.047Z Compiling strum_macros v0.26.4
20282026-06-23T23:07:00.148Z Compiling sync_wrapper v1.0.2
20292026-06-23T23:07:00.277Z Compiling wait-timeout v0.2.1
20302026-06-23T23:07:00.451Z Compiling quick-error v1.2.3
20312026-06-23T23:07:00.541Z Compiling simd-adler32 v0.3.8
20322026-06-23T23:07:00.560Z Compiling bit-vec v0.8.0
20332026-06-23T23:07:00.576Z Compiling siphasher v1.0.2
20342026-06-23T23:07:00.609Z Compiling anstyle-query v1.1.5
20352026-06-23T23:07:00.751Z Compiling is_terminal_polyfill v1.70.2
20362026-06-23T23:07:00.784Z Compiling colorchoice v1.0.4
20372026-06-23T23:07:00.857Z Compiling num_threads v0.1.7
20382026-06-23T23:07:00.979Z Compiling bit-set v0.8.0
20392026-06-23T23:07:00.993Z Compiling rusty-fork v0.3.1
20402026-06-23T23:07:01.018Z Compiling time v0.3.47
20412026-06-23T23:07:01.299Z Compiling tower v0.5.3
20422026-06-23T23:07:01.509Z Compiling derive_builder_core v0.20.2
20432026-06-23T23:07:01.603Z Compiling snafu-derive v0.8.9
20442026-06-23T23:07:01.638Z Compiling http-body-util v0.1.3
20452026-06-23T23:07:01.896Z Compiling webpki-roots v1.0.6
20462026-06-23T23:07:01.968Z Compiling signature v2.2.0
20472026-06-23T23:07:02.037Z Compiling hubpack_derive v0.1.1
20482026-06-23T23:07:02.059Z Compiling rand_xorshift v0.4.0
20492026-06-23T23:07:02.109Z Compiling strum_macros v0.27.2
20502026-06-23T23:07:02.224Z Compiling fs-err v3.3.0
20512026-06-23T23:07:02.301Z Compiling ahash v0.8.12
20522026-06-23T23:07:02.447Z Compiling unarray v0.1.4
20532026-06-23T23:07:02.504Z Compiling unicode-properties v0.1.4
20542026-06-23T23:07:02.547Z Compiling unicode-bidi v0.3.18
20552026-06-23T23:07:02.573Z Compiling iri-string v0.7.10
20562026-06-23T23:07:02.674Z Compiling ryu v1.0.23
20572026-06-23T23:07:02.828Z Compiling allocator-api2 v0.2.21
20582026-06-23T23:07:02.858Z Compiling adler2 v2.0.1
20592026-06-23T23:07:02.975Z Compiling object v0.37.3
20602026-06-23T23:07:03.002Z Compiling miniz_oxide v0.8.9
20612026-06-23T23:07:03.044Z Compiling stringprep v0.1.5
20622026-06-23T23:07:03.171Z Compiling serde_urlencoded v0.7.1
20632026-06-23T23:07:03.253Z Compiling proptest v1.10.0
20642026-06-23T23:07:03.442Z Compiling derive_builder_macro v0.20.2
20652026-06-23T23:07:03.713Z Compiling tower-http v0.6.8
20662026-06-23T23:07:03.817Z Compiling tokio-native-tls v0.3.1
20672026-06-23T23:07:03.941Z Compiling usdt-macro v0.6.0
20682026-06-23T23:07:03.957Z Compiling usdt-attr-macro v0.6.0
20692026-06-23T23:07:04.011Z Compiling anstyle-parse v1.0.0
20702026-06-23T23:07:04.384Z Compiling rand_chacha v0.3.1
20712026-06-23T23:07:04.400Z Compiling erased-serde v0.3.31
20722026-06-23T23:07:04.587Z Compiling md-5 v0.10.6
20732026-06-23T23:07:04.655Z Compiling bstr v1.12.1
20742026-06-23T23:07:04.784Z Compiling num-integer v0.1.46
20752026-06-23T23:07:04.800Z Compiling hash32 v0.2.1
20762026-06-23T23:07:04.959Z Compiling vergen-lib v9.1.0
20772026-06-23T23:07:04.998Z Compiling ff v0.13.1
20782026-06-23T23:07:05.028Z Compiling encoding_rs v0.8.35
20792026-06-23T23:07:05.060Z Compiling mime v0.3.17
20802026-06-23T23:07:05.152Z Compiling base16ct v0.2.0
20812026-06-23T23:07:05.186Z Compiling fallible-iterator v0.2.0
20822026-06-23T23:07:05.283Z Compiling zlib-rs v0.6.2
20832026-06-23T23:07:05.298Z Compiling psl-types v2.0.11
20842026-06-23T23:07:05.317Z Compiling newtype-uuid v1.3.2
20852026-06-23T23:07:05.335Z Compiling sec1 v0.7.3
20862026-06-23T23:07:05.439Z Compiling publicsuffix v2.3.0
20872026-06-23T23:07:05.477Z Compiling group v0.13.0
20882026-06-23T23:07:05.526Z Compiling postgres-protocol v0.6.10
20892026-06-23T23:07:05.634Z Compiling num-iter v0.1.45
20902026-06-23T23:07:05.810Z Compiling rand v0.8.6
20912026-06-23T23:07:06.285Z Compiling oxnet v0.1.6
20922026-06-23T23:07:06.303Z Compiling anstream v1.0.0
20932026-06-23T23:07:06.398Z Compiling hyper-tls v0.6.0
20942026-06-23T23:07:06.438Z Compiling derive_builder v0.20.2
20952026-06-23T23:07:06.480Z Compiling phf_shared v0.13.1
20962026-06-23T23:07:06.565Z Compiling pin-project v1.1.11
20972026-06-23T23:07:06.634Z Compiling lazy_static v1.5.0
20982026-06-23T23:07:06.637Z Compiling anstyle-parse v0.2.7
20992026-06-23T23:07:06.748Z Compiling terminal_size v0.4.3
21002026-06-23T23:07:06.773Z Compiling serde_with_macros v3.17.0
21012026-06-23T23:07:06.787Z Compiling futures-executor v0.3.32
21022026-06-23T23:07:06.802Z Compiling hex v0.4.3
21032026-06-23T23:07:06.901Z Compiling hkdf v0.12.4
21042026-06-23T23:07:06.940Z Compiling crypto-bigint v0.5.5
21052026-06-23T23:07:07.014Z Compiling async-recursion v1.1.1
21062026-06-23T23:07:07.030Z Compiling serde_repr v0.1.20
21072026-06-23T23:07:07.047Z Compiling clap_derive v4.6.1
21082026-06-23T23:07:07.061Z Compiling enum-as-inner v0.6.1
21092026-06-23T23:07:07.146Z Compiling vergen v9.1.0
21102026-06-23T23:07:07.160Z Compiling cargo-platform v0.3.2
21112026-06-23T23:07:07.367Z Compiling flate2 v1.1.9
21122026-06-23T23:07:07.426Z Compiling same-file v1.0.6
21132026-06-23T23:07:07.561Z Compiling bitflags v1.3.2
21142026-06-23T23:07:07.586Z Compiling bumpalo v3.20.2
21152026-06-23T23:07:07.600Z Compiling libbz2-rs-sys v0.2.2
21162026-06-23T23:07:07.655Z Compiling managed v0.8.0
21172026-06-23T23:07:07.807Z Compiling foldhash v0.2.0
21182026-06-23T23:07:07.816Z Compiling foldhash v0.1.5
21192026-06-23T23:07:07.840Z Compiling clap_lex v1.0.0
21202026-06-23T23:07:08.032Z Compiling clap_builder v4.6.0
21212026-06-23T23:07:08.047Z Compiling bzip2 v0.6.1
21222026-06-23T23:07:08.068Z Compiling hashbrown v0.15.5
21232026-06-23T23:07:08.123Z Compiling hashbrown v0.16.1
21242026-06-23T23:07:08.181Z Compiling elliptic-curve v0.13.8
21252026-06-23T23:07:08.472Z Compiling zopfli v0.8.3
21262026-06-23T23:07:08.529Z Compiling walkdir v2.5.0
21272026-06-23T23:07:08.655Z Compiling cargo_metadata v0.23.1
21282026-06-23T23:07:08.713Z Compiling futures v0.3.32
21292026-06-23T23:07:08.925Z Compiling anstream v0.6.21
21302026-06-23T23:07:09.151Z Compiling zstd v0.13.3
21312026-06-23T23:07:09.420Z Compiling phf v0.13.1
21322026-06-23T23:07:09.476Z Compiling snafu v0.8.9
21332026-06-23T23:07:09.603Z Compiling daft v0.1.7
21342026-06-23T23:07:09.869Z Compiling signal-hook-mio v0.2.5
21352026-06-23T23:07:09.884Z Compiling cookie_store v0.22.1
21362026-06-23T23:07:09.902Z Compiling postgres-types v0.2.12
21372026-06-23T23:07:10.007Z Compiling bzip2 v0.4.4
21382026-06-23T23:07:10.048Z Compiling globset v0.4.18
21392026-06-23T23:07:10.161Z Compiling strum v0.27.2
21402026-06-23T23:07:10.306Z Compiling hubpack v0.1.2
21412026-06-23T23:07:10.345Z Compiling ed25519 v2.2.3
21422026-06-23T23:07:10.361Z Compiling phf_shared v0.11.3
21432026-06-23T23:07:10.446Z Compiling crossbeam-epoch v0.9.18
21442026-06-23T23:07:10.485Z Compiling olpc-cjson v0.1.4
21452026-06-23T23:07:10.521Z Compiling pkcs1 v0.7.5
21462026-06-23T23:07:10.568Z Compiling pem v3.0.6
21472026-06-23T23:07:10.647Z Compiling serde_plain v1.0.2
21482026-06-23T23:07:10.679Z Compiling serde-big-array v0.5.1
21492026-06-23T23:07:10.723Z Compiling rfc6979 v0.4.0
21502026-06-23T23:07:10.832Z Compiling float-cmp v0.10.0
21512026-06-23T23:07:10.850Z Compiling memmap2 v0.9.10
21522026-06-23T23:07:10.869Z Compiling env_filter v1.0.0
21532026-06-23T23:07:10.872Z Compiling fixedbitset v0.5.7
21542026-06-23T23:07:10.903Z Compiling typed-path v0.9.3
21552026-06-23T23:07:10.920Z Compiling new_debug_unreachable v1.0.6
21562026-06-23T23:07:10.940Z Compiling whoami v2.1.0
21572026-06-23T23:07:10.971Z Compiling precomputed-hash v0.1.1
21582026-06-23T23:07:10.998Z Compiling normalize-line-endings v0.3.0
21592026-06-23T23:07:11.076Z Compiling fixedbitset v0.4.2
21602026-06-23T23:07:11.090Z Compiling jiff v0.2.21
21612026-06-23T23:07:11.112Z Compiling keccak v0.1.6
21622026-06-23T23:07:11.181Z Compiling toml_write v0.1.2
21632026-06-23T23:07:11.195Z Compiling data-encoding v2.10.0
21642026-06-23T23:07:11.298Z Compiling predicates-core v1.0.10
21652026-06-23T23:07:11.313Z Compiling static_assertions v1.1.0
21662026-06-23T23:07:11.316Z Compiling difflib v0.4.0
21672026-06-23T23:07:11.385Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21682026-06-23T23:07:11.401Z Compiling toml_edit v0.22.27
21692026-06-23T23:07:11.497Z Compiling hickory-proto v0.25.2
21702026-06-23T23:07:11.731Z Compiling predicates v3.1.4
21712026-06-23T23:07:11.773Z Compiling sha3 v0.10.8
21722026-06-23T23:07:12.013Z Compiling petgraph v0.6.5
21732026-06-23T23:07:12.046Z Compiling tokio-postgres v0.7.16
21742026-06-23T23:07:12.138Z Compiling petgraph v0.8.3
21752026-06-23T23:07:12.252Z Compiling string_cache v0.8.9
21762026-06-23T23:07:12.309Z Compiling env_logger v0.11.9
21772026-06-23T23:07:12.451Z Compiling usdt v0.6.0
21782026-06-23T23:07:12.639Z Compiling ecdsa v0.16.9
21792026-06-23T23:07:12.719Z Compiling rsa v0.9.10
21802026-06-23T23:07:13.065Z Compiling ed25519-dalek v2.2.0
21812026-06-23T23:07:13.754Z Compiling zip v4.6.1
21822026-06-23T23:07:13.789Z Compiling zip v0.6.6
21832026-06-23T23:07:14.142Z Compiling crossterm v0.28.1
21842026-06-23T23:07:14.172Z Compiling iddqd v0.4.2
21852026-06-23T23:07:14.320Z Compiling clap v4.6.1
21862026-06-23T23:07:14.435Z Compiling serde_with v3.17.0
21872026-06-23T23:07:14.647Z Compiling similar v2.7.0
21882026-06-23T23:07:14.746Z Compiling strum v0.26.3
21892026-06-23T23:07:14.783Z Compiling toml v0.7.8
21902026-06-23T23:07:14.786Z Compiling tokio-stream v0.1.18
21912026-06-23T23:07:14.951Z Compiling itertools v0.13.0
21922026-06-23T23:07:15.114Z Compiling buf-list v1.1.2
21932026-06-23T23:07:15.352Z Compiling x509-cert v0.2.5
21942026-06-23T23:07:15.409Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21952026-06-23T23:07:15.441Z Compiling openapiv3 v2.2.0
21962026-06-23T23:07:15.747Z Compiling sha1 v0.10.6
21972026-06-23T23:07:15.779Z Compiling lalrpop-util v0.19.12
21982026-06-23T23:07:16.039Z Compiling peg-runtime v0.8.5
21992026-06-23T23:07:30.990Z Compiling rustls-webpki v0.103.9
22002026-06-23T23:07:32.341Z Compiling macaddr v1.0.1
22012026-06-23T23:07:32.357Z Compiling structmeta-derive v0.3.0
22022026-06-23T23:07:32.407Z Compiling rayon-core v1.13.0
22032026-06-23T23:07:32.623Z Compiling crucible-workspace-hack v0.1.0
22042026-06-23T23:07:32.656Z Compiling itertools v0.14.0
22052026-06-23T23:07:32.674Z Compiling secrecy v0.10.3
22062026-06-23T23:07:32.869Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22072026-06-23T23:07:32.872Z Compiling rustls v0.22.4
22082026-06-23T23:07:32.872Z Compiling toml_datetime v0.7.5+spec-1.1.0
22092026-06-23T23:07:32.915Z Compiling heapless v0.8.0
22102026-06-23T23:07:33.112Z Compiling toml_edit v0.23.10+spec-1.0.0
22112026-06-23T23:07:33.165Z Compiling crossbeam-deque v0.8.6
22122026-06-23T23:07:33.233Z Compiling rustls-webpki v0.102.8
22132026-06-23T23:07:33.246Z Compiling hash32 v0.3.1
22142026-06-23T23:07:33.292Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22152026-06-23T23:07:33.361Z Compiling structmeta v0.3.0
22162026-06-23T23:07:33.405Z Compiling multer v3.1.0
22172026-06-23T23:07:33.408Z Compiling thread_local v1.1.9
22182026-06-23T23:07:33.408Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22192026-06-23T23:07:33.451Z Compiling unicode-width v0.2.0
22202026-06-23T23:07:33.454Z Compiling cpufeatures v0.3.0
22212026-06-23T23:07:33.480Z Compiling match_cfg v0.1.0
22222026-06-23T23:07:33.559Z Compiling compression-core v0.4.31
22232026-06-23T23:07:33.574Z Compiling slog-async v2.8.0
22242026-06-23T23:07:33.590Z Compiling smoltcp v0.11.0
22252026-06-23T23:07:33.685Z Compiling compression-codecs v0.4.37
22262026-06-23T23:07:33.759Z Compiling proc-macro-crate v3.4.0
22272026-06-23T23:07:33.779Z Compiling derive-ex v0.1.8
22282026-06-23T23:07:33.783Z Compiling hostname v0.3.1
22292026-06-23T23:07:33.946Z Compiling ingot-macros v0.1.1
22302026-06-23T23:07:33.978Z Compiling atomicwrites v0.4.4
22312026-06-23T23:07:34.045Z Compiling slog-json v2.6.1
22322026-06-23T23:07:34.068Z Compiling crossbeam-channel v0.5.15
22332026-06-23T23:07:34.199Z Compiling half v2.7.1
22342026-06-23T23:07:34.269Z Compiling newtype-uuid-macros v0.1.0
22352026-06-23T23:07:34.312Z Compiling cobs v0.3.0
22362026-06-23T23:07:34.429Z Compiling thiserror-impl-no-std v2.0.2
22372026-06-23T23:07:34.570Z Compiling universal-hash v0.5.1
22382026-06-23T23:07:34.605Z Compiling async-stream-impl v0.3.6
22392026-06-23T23:07:34.734Z Compiling serde_spanned v1.0.4
22402026-06-23T23:07:34.763Z Compiling toml_datetime v1.0.0+spec-1.1.0
22412026-06-23T23:07:34.903Z Compiling tokio-rustls v0.26.4
22422026-06-23T23:07:36.028Z Compiling rustls-platform-verifier v0.6.2
22432026-06-23T23:07:36.031Z Compiling is-terminal v0.4.17
22442026-06-23T23:07:36.031Z Compiling hyper-rustls v0.27.7
22452026-06-23T23:07:36.031Z Compiling proc-macro-error-attr v1.0.4
22462026-06-23T23:07:36.031Z Compiling dropshot v0.17.0
22472026-06-23T23:07:36.031Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22482026-06-23T23:07:36.031Z Compiling toml_writer v1.0.6+spec-1.1.0
22492026-06-23T23:07:36.031Z Compiling opaque-debug v0.3.1
22502026-06-23T23:07:36.031Z Compiling convert_case v0.4.0
22512026-06-23T23:07:36.031Z Compiling reqwest v0.12.28
22522026-06-23T23:07:36.031Z Compiling reqwest v0.13.2
22532026-06-23T23:07:36.031Z Compiling ciborium-io v0.2.2
22542026-06-23T23:07:36.031Z Compiling term v1.2.1
22552026-06-23T23:07:36.031Z Compiling take_mut v0.2.2
22562026-06-23T23:07:36.031Z Compiling thiserror-no-std v2.0.2
22572026-06-23T23:07:36.031Z Compiling ciborium-ll v0.2.2
22582026-06-23T23:07:36.031Z Compiling toml v1.0.6+spec-1.1.0
22592026-06-23T23:07:36.031Z Compiling derive_more v0.99.20
22602026-06-23T23:07:36.031Z Compiling poly1305 v0.8.0
22612026-06-23T23:07:36.031Z Compiling tokio-rustls v0.25.0
22622026-06-23T23:07:36.058Z Compiling slog-term v2.9.2
22632026-06-23T23:07:36.161Z Compiling test-strategy v0.4.5
22642026-06-23T23:07:36.410Z Compiling async-stream v0.3.6
22652026-06-23T23:07:36.532Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22662026-06-23T23:07:36.548Z Compiling ingot-types v0.1.2
22672026-06-23T23:07:36.622Z Compiling postcard v1.1.3
22682026-06-23T23:07:37.034Z Compiling tough v0.22.0
22692026-06-23T23:07:37.049Z Compiling ingot v0.1.1
22702026-06-23T23:07:37.225Z Compiling slog-bunyan v2.5.0
22712026-06-23T23:07:37.314Z Compiling num_enum_derive v0.7.6
22722026-06-23T23:07:37.330Z Compiling async-compression v0.4.41
22732026-06-23T23:07:37.449Z Compiling parse-display-derive v0.10.0
22742026-06-23T23:07:37.831Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22752026-06-23T23:07:37.914Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22762026-06-23T23:07:38.163Z Compiling proc-macro-crate v1.3.1
22772026-06-23T23:07:38.257Z Compiling waitgroup v0.1.2
22782026-06-23T23:07:38.296Z Compiling backon v1.6.0
22792026-06-23T23:07:38.435Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22802026-06-23T23:07:38.520Z Compiling password-hash v0.5.0
22812026-06-23T23:07:38.573Z Compiling chacha20 v0.9.1
22822026-06-23T23:07:38.649Z Compiling rustls-pemfile v2.2.0
22832026-06-23T23:07:38.793Z Compiling dropshot_endpoint v0.17.0
22842026-06-23T23:07:38.821Z Compiling blake2 v0.10.6
22852026-06-23T23:07:38.862Z Compiling aead v0.5.2
22862026-06-23T23:07:38.909Z Compiling foreign-types-macros v0.2.3
22872026-06-23T23:07:38.958Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22882026-06-23T23:07:39.127Z Compiling serde_path_to_error v0.1.20
22892026-06-23T23:07:39.291Z Compiling hostname v0.4.2
22902026-06-23T23:07:39.354Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22912026-06-23T23:07:39.414Z Compiling proc-macro-error v1.0.4
22922026-06-23T23:07:39.461Z Compiling instant v0.1.13
22932026-06-23T23:07:39.476Z Compiling foreign-types-shared v0.3.1
22942026-06-23T23:07:39.516Z Compiling typeid v1.0.3
22952026-06-23T23:07:39.531Z Compiling debug-ignore v1.0.5
22962026-06-23T23:07:39.548Z Compiling backoff v0.4.0
22972026-06-23T23:07:39.588Z Compiling foreign-types v0.5.0
22982026-06-23T23:07:39.605Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22992026-06-23T23:07:39.609Z Compiling argon2 v0.5.3
23002026-06-23T23:07:39.635Z Compiling chacha20poly1305 v0.10.1
23012026-06-23T23:07:39.668Z Compiling parse-display v0.10.0
23022026-06-23T23:07:39.689Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23032026-06-23T23:07:39.778Z Compiling num_enum_derive v0.5.11
23042026-06-23T23:07:39.797Z Compiling num_enum v0.7.6
23052026-06-23T23:07:39.814Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23062026-06-23T23:07:39.817Z Compiling ciborium v0.2.2
23072026-06-23T23:07:39.937Z Compiling vsss-rs v3.3.4
23082026-06-23T23:07:40.056Z Compiling tabwriter v1.4.1
23092026-06-23T23:07:40.288Z Compiling chacha20 v0.10.0
23102026-06-23T23:07:40.306Z Compiling regress v0.10.5
23112026-06-23T23:07:40.604Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23122026-06-23T23:07:40.609Z Compiling byte-wrapper v0.1.0
23132026-06-23T23:07:40.635Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23142026-06-23T23:07:40.693Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23152026-06-23T23:07:40.745Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23162026-06-23T23:07:40.772Z Compiling cstr-argument v0.1.2
23172026-06-23T23:07:40.944Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23182026-06-23T23:07:40.968Z Compiling erased-serde v0.4.9
23192026-06-23T23:07:41.130Z Compiling humantime v2.3.0
23202026-06-23T23:07:41.157Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23212026-06-23T23:07:41.309Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23222026-06-23T23:07:41.371Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23232026-06-23T23:07:41.403Z Compiling num_enum v0.5.11
23242026-06-23T23:07:41.421Z Compiling rand v0.10.0
23252026-06-23T23:07:41.461Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23262026-06-23T23:07:41.535Z Compiling rayon v1.11.0
23272026-06-23T23:07:41.550Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23282026-06-23T23:07:41.615Z Compiling libefi-sys v0.1.0
23292026-06-23T23:07:41.659Z Compiling colored v3.1.1
23302026-06-23T23:07:41.716Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23312026-06-23T23:07:41.736Z Compiling indent_write v2.2.0
23322026-06-23T23:07:41.804Z Compiling zone_cfg_derive v0.3.1
23332026-06-23T23:07:41.877Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23342026-06-23T23:07:41.905Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23352026-06-23T23:07:41.958Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23362026-06-23T23:07:42.065Z Compiling camino-tempfile v1.4.1
23372026-06-23T23:07:42.197Z Compiling itertools v0.12.1
23382026-06-23T23:07:42.264Z Compiling usdt-macro v0.5.0
23392026-06-23T23:07:42.355Z Compiling usdt-attr-macro v0.5.0
23402026-06-23T23:07:42.434Z Compiling num-derive v0.4.2
23412026-06-23T23:07:42.456Z Compiling bitfield-struct v0.6.2
23422026-06-23T23:07:42.472Z Compiling blake3 v1.8.5
23432026-06-23T23:07:42.499Z Compiling ordered-float v2.10.1
23442026-06-23T23:07:42.800Z Compiling memmap v0.7.0
23452026-06-23T23:07:42.839Z Compiling sigpipe v0.1.3
23462026-06-23T23:07:42.951Z Compiling glob v0.3.3
23472026-06-23T23:07:42.954Z Compiling swrite v0.1.0
23482026-06-23T23:07:43.055Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23492026-06-23T23:07:43.090Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23502026-06-23T23:07:43.118Z Compiling usdt v0.5.0
23512026-06-23T23:07:43.294Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23522026-06-23T23:07:43.336Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23532026-06-23T23:07:43.426Z Compiling serde-value v0.7.0
23542026-06-23T23:07:43.593Z Compiling zone v0.3.1
23552026-06-23T23:07:43.701Z Compiling serde-untagged v0.1.9
23562026-06-23T23:07:43.718Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23572026-06-23T23:07:43.887Z Compiling toml v0.8.23
23582026-06-23T23:07:43.975Z Compiling smf v0.2.3
23592026-06-23T23:07:44.027Z Compiling filetime v0.2.27
23602026-06-23T23:07:44.042Z Compiling unicode-xid v0.2.6
23612026-06-23T23:07:44.073Z Compiling constant_time_eq v0.4.2
23622026-06-23T23:07:44.088Z Compiling whoami v1.6.1
23632026-06-23T23:07:44.159Z Compiling arrayref v0.3.9
23642026-06-23T23:07:44.205Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23652026-06-23T23:07:44.251Z Compiling xattr v1.6.1
23662026-06-23T23:07:44.270Z Compiling arrayvec v0.7.6
23672026-06-23T23:07:44.293Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23682026-06-23T23:07:44.293Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23692026-06-23T23:07:44.325Z Compiling tokio-dtrace v0.1.1
23702026-06-23T23:07:44.466Z Compiling tar v0.4.45
23712026-06-23T23:07:44.549Z Compiling cargo-util-schemas v0.8.2
23722026-06-23T23:07:44.566Z Compiling console v0.16.2
23732026-06-23T23:07:44.663Z Compiling gethostname v0.5.0
23742026-06-23T23:07:44.813Z Compiling cargo-platform v0.2.0
23752026-06-23T23:07:44.953Z Compiling unit-prefix v0.5.2
23762026-06-23T23:07:45.017Z Compiling topological-sort v0.2.2
23772026-06-23T23:07:45.152Z Compiling indicatif v0.18.4
23782026-06-23T23:07:45.167Z Compiling oxide-tokio-rt v0.1.4
23792026-06-23T23:07:45.205Z Compiling shell-words v1.1.1
23802026-06-23T23:07:45.209Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23812026-06-23T23:07:45.744Z Compiling cargo_metadata v0.21.0
23822026-06-23T23:07:54.974Z Compiling omicron-zone-package v0.12.2
23832026-06-23T23:07:55.010Z Compiling progenitor-client v0.14.0
23842026-06-23T23:07:55.496Z Compiling progenitor-extras v0.2.0
23852026-06-23T23:07:57.760Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23862026-06-23T23:07:57.798Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23872026-06-23T23:07:57.868Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23882026-06-23T23:07:57.901Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23892026-06-23T23:07:57.920Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23902026-06-23T23:07:57.947Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23912026-06-23T23:07:57.969Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23922026-06-23T23:07:58.098Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23932026-06-23T23:07:58.228Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23942026-06-23T23:08:01.861Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23952026-06-23T23:08:09.679Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23962026-06-23T23:08:12.806Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23972026-06-23T23:08:13.807Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23982026-06-23T23:08:23.237Z Finished `release` profile [optimized] target(s) in 1m 43s
23992026-06-23T23:08:23.373Z Running `target/release/omicron-package -t test target create -p dev`
24002026-06-23T23:08:23.437ZLogging to: /work/oxidecomputer/omicron/out/LOG
24012026-06-23T23:08:23.440ZCreated new build target 'test' and set it as active
24022026-06-23T23:08:23.447Z
24032026-06-23T23:08:23.447Zreal 1:43.972302839
24042026-06-23T23:08:23.447Zuser 16:57.601432257
24052026-06-23T23:08:23.447Zsys 2:38.479736438
24062026-06-23T23:08:23.447Ztrap 0.481889069
24072026-06-23T23:08:23.447Ztflt 3.051870038
24082026-06-23T23:08:23.447Zdflt 4.358373188
24092026-06-23T23:08:23.447Zkflt 0.001329000
24102026-06-23T23:08:23.447Zlock 52:47.677742651
24112026-06-23T23:08:23.447Zslp 43:35.181458337
24122026-06-23T23:08:23.447Zlat 40.871211428
24132026-06-23T23:08:23.447Zstop 5:13.505378906
24142026-06-23T23:08:23.447Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24152026-06-23T23:08:24.260Z Finished `release` profile [optimized] target(s) in 0.80s
24162026-06-23T23:08:24.323Z Running `target/release/omicron-package -t test package`
24172026-06-23T23:08:24.380ZLogging to: /work/oxidecomputer/omicron/out/LOG
24182026-06-23T23:08:25.745Z Compiling heck v0.5.0
24192026-06-23T23:08:25.748Z Compiling regress v0.11.1
24202026-06-23T23:08:25.958Z Compiling unsafe-libyaml v0.2.11
24212026-06-23T23:08:25.995Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24222026-06-23T23:08:26.019Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24232026-06-23T23:08:26.022Z Compiling unicode-width v0.1.14
24242026-06-23T23:08:26.022Z Compiling atomicwrites v0.4.4
24252026-06-23T23:08:26.060Z Compiling derive-where v1.6.0
24262026-06-23T23:08:26.063Z Compiling bytecount v0.6.9
24272026-06-23T23:08:26.079Z Compiling is-terminal v0.4.17
24282026-06-23T23:08:26.082Z Compiling prettyplease v0.2.37
24292026-06-23T23:08:26.155Z Compiling console v0.15.11
24302026-06-23T23:08:26.158Z Compiling newline-converter v0.3.0
24312026-06-23T23:08:26.158Z Compiling slog-dtrace v0.3.0
24322026-06-23T23:08:26.194Z Compiling resolv-conf v0.7.6
24332026-06-23T23:08:26.241Z Compiling owo-colors v4.3.0
24342026-06-23T23:08:26.264Z Compiling cancel-safe-futures v0.1.5
24352026-06-23T23:08:26.267Z Compiling rustls v0.22.4
24362026-06-23T23:08:26.306Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24372026-06-23T23:08:26.333Z Compiling num-rational v0.4.2
24382026-06-23T23:08:26.353Z Compiling libsw-core v0.3.2
24392026-06-23T23:08:26.396Z Compiling rustls-webpki v0.102.8
24402026-06-23T23:08:26.416Z Compiling num-complex v0.4.6
24412026-06-23T23:08:26.495Z Compiling serde_yaml v0.9.34+deprecated
24422026-06-23T23:08:26.558Z Compiling expectorate v1.2.0
24432026-06-23T23:08:26.601Z Compiling thread_local v1.1.9
24442026-06-23T23:08:26.647Z Compiling match_cfg v0.1.0
24452026-06-23T23:08:26.667Z Compiling compression-core v0.4.31
24462026-06-23T23:08:26.743Z Compiling hostname v0.3.1
24472026-06-23T23:08:26.834Z Compiling compression-codecs v0.4.37
24482026-06-23T23:08:26.855Z Compiling num v0.4.3
24492026-06-23T23:08:26.900Z Compiling libsw v3.5.0
24502026-06-23T23:08:26.963Z Compiling multer v3.1.0
24512026-06-23T23:08:27.032Z Compiling slog-async v2.8.0
24522026-06-23T23:08:27.076Z Compiling crossbeam-channel v0.5.15
24532026-06-23T23:08:27.098Z Compiling slog-json v2.6.1
24542026-06-23T23:08:27.120Z Compiling toml_datetime v1.0.0+spec-1.1.0
24552026-06-23T23:08:27.139Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24562026-06-23T23:08:27.233Z Compiling serde_spanned v1.0.4
24572026-06-23T23:08:27.273Z Compiling float-ord v0.3.2
24582026-06-23T23:08:27.299Z Compiling linear-map v1.2.0
24592026-06-23T23:08:27.320Z Compiling toml_writer v1.0.6+spec-1.1.0
24602026-06-23T23:08:27.344Z Compiling term v1.2.1
24612026-06-23T23:08:27.362Z Compiling linked-hash-map v0.5.6
24622026-06-23T23:08:27.408Z Compiling take_mut v0.2.2
24632026-06-23T23:08:27.430Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24642026-06-23T23:08:27.433Z Compiling slog-bunyan v2.5.0
24652026-06-23T23:08:27.541Z Compiling typify-impl v0.6.2
24662026-06-23T23:08:27.562Z Compiling lru-cache v0.1.2
24672026-06-23T23:08:27.565Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24682026-06-23T23:08:27.606Z Compiling toml v1.0.6+spec-1.1.0
24692026-06-23T23:08:27.606Z Compiling async-compression v0.4.41
24702026-06-23T23:08:27.796Z Compiling slog-term v2.9.2
24712026-06-23T23:08:27.850Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24722026-06-23T23:08:27.906Z Compiling dropshot v0.17.0
24732026-06-23T23:08:27.970Z Compiling async-stream v0.3.6
24742026-06-23T23:08:27.990Z Compiling progenitor-client v0.14.0
24752026-06-23T23:08:28.016Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24762026-06-23T23:08:28.019Z Compiling waitgroup v0.1.2
24772026-06-23T23:08:28.058Z Compiling rustls-pemfile v2.2.0
24782026-06-23T23:08:28.168Z Compiling backon v1.6.0
24792026-06-23T23:08:28.199Z Compiling serde_path_to_error v0.1.20
24802026-06-23T23:08:28.240Z Compiling hostname v0.4.2
24812026-06-23T23:08:28.275Z Compiling instant v0.1.13
24822026-06-23T23:08:28.309Z Compiling debug-ignore v1.0.5
24832026-06-23T23:08:28.330Z Compiling minimal-lexical v0.2.1
24842026-06-23T23:08:28.393Z Compiling backoff v0.4.0
24852026-06-23T23:08:28.393Z Compiling progenitor-extras v0.2.0
24862026-06-23T23:08:28.432Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24872026-06-23T23:08:28.454Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24882026-06-23T23:08:28.573Z Compiling nom v7.1.3
24892026-06-23T23:08:28.606Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24902026-06-23T23:08:28.631Z Compiling tokio-rustls v0.25.0
24912026-06-23T23:08:28.694Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24922026-06-23T23:08:28.734Z Compiling parse-display v0.10.0
24932026-06-23T23:08:28.797Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24942026-06-23T23:08:28.885Z Compiling hickory-proto v0.24.4
24952026-06-23T23:08:29.094Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24962026-06-23T23:08:29.498Z Compiling regress v0.10.5
24972026-06-23T23:08:29.714Z Compiling macaddr v1.0.1
24982026-06-23T23:08:29.899Z Compiling humantime v2.3.0
24992026-06-23T23:08:29.979Z Compiling unicode-xid v0.2.6
25002026-06-23T23:08:30.036Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25012026-06-23T23:08:30.156Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25022026-06-23T23:08:30.192Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25032026-06-23T23:08:30.272Z Compiling convert_case v0.10.0
25042026-06-23T23:08:30.369Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25052026-06-23T23:08:30.510Z Compiling toml v0.8.23
25062026-06-23T23:08:30.566Z Compiling derive_more-impl v2.1.1
25072026-06-23T23:08:30.757Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25082026-06-23T23:08:31.012Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25092026-06-23T23:08:31.063Z Compiling typify-macro v0.6.2
25102026-06-23T23:08:31.103Z Compiling papergrid v0.11.0
25112026-06-23T23:08:31.175Z Compiling tabled_derive v0.7.0
25122026-06-23T23:08:31.352Z Compiling derive_more v2.1.1
25132026-06-23T23:08:31.430Z Compiling termtree v0.5.1
25142026-06-23T23:08:31.459Z Compiling crossterm v0.29.0
25152026-06-23T23:08:31.570Z Compiling hickory-resolver v0.24.4
25162026-06-23T23:08:31.627Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25172026-06-23T23:08:32.099Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25182026-06-23T23:08:32.587Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25192026-06-23T23:08:32.609Z Compiling typify v0.6.2
25202026-06-23T23:08:32.807Z Compiling progenitor-impl v0.14.0
25212026-06-23T23:08:33.447Z Compiling qorb v0.4.1
25222026-06-23T23:08:33.634Z Compiling tabled v0.15.0
25232026-06-23T23:08:34.409Z Compiling phf_shared v0.12.1
25242026-06-23T23:08:34.660Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25252026-06-23T23:08:34.959Z Compiling progenitor-macro v0.14.0
25262026-06-23T23:08:35.201Z Compiling csv-core v0.1.13
25272026-06-23T23:08:35.658Z Compiling vte v0.14.1
25282026-06-23T23:08:35.699Z Compiling highway v1.3.0
25292026-06-23T23:08:35.923Z Compiling chrono-tz v0.10.4
25302026-06-23T23:08:36.322Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25312026-06-23T23:08:36.426Z Compiling strip-ansi-escapes v0.2.1
25322026-06-23T23:08:36.539Z Compiling csv v1.4.0
25332026-06-23T23:08:36.817Z Compiling phf v0.12.1
25342026-06-23T23:08:36.991Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25352026-06-23T23:08:37.014Z Compiling const_format_proc_macros v0.2.34
25362026-06-23T23:08:37.033Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25372026-06-23T23:08:37.121Z Compiling fd-lock v4.0.4
25382026-06-23T23:08:37.290Z Compiling peg-macros v0.8.5
25392026-06-23T23:08:37.320Z Compiling nu-ansi-term v0.50.3
25402026-06-23T23:08:37.558Z Compiling reedline v0.40.0
25412026-06-23T23:08:37.761Z Compiling const_format v0.2.35
25422026-06-23T23:08:37.885Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25432026-06-23T23:08:38.263Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25442026-06-23T23:08:38.766Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25452026-06-23T23:08:38.986Z Compiling progenitor v0.14.0
25462026-06-23T23:08:39.172Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25472026-06-23T23:08:39.427Z Compiling peg v0.8.5
25482026-06-23T23:08:39.584Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25492026-06-23T23:08:39.649Z Compiling bcs v0.1.6
25502026-06-23T23:08:40.085Z Compiling nom v8.0.0
25512026-06-23T23:08:40.164Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25522026-06-23T23:08:41.240Z Compiling semver v0.1.20
25532026-06-23T23:08:41.538Z Compiling rustc_version v0.1.7
25542026-06-23T23:08:41.605Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25552026-06-23T23:08:41.778Z Compiling newtype_derive v0.1.6
25562026-06-23T23:08:41.851Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25572026-06-23T23:08:41.950Z Compiling smawk v0.3.2
25582026-06-23T23:08:42.007Z Compiling unicode-linebreak v0.1.5
25592026-06-23T23:08:42.039Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25602026-06-23T23:08:42.208Z Compiling base64 v0.21.7
25612026-06-23T23:08:42.318Z Compiling textwrap v0.16.2
25622026-06-23T23:08:42.444Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25632026-06-23T23:08:42.469Z Compiling steno v0.4.1
25642026-06-23T23:08:42.724Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25652026-06-23T23:08:42.747Z Compiling dropshot-api-manager-types v0.7.2
25662026-06-23T23:08:42.834Z Compiling utf-8 v0.7.6
25672026-06-23T23:08:42.970Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25682026-06-23T23:08:43.073Z Compiling tagptr v0.2.0
25692026-06-23T23:08:43.268Z Compiling moka v0.12.13
25702026-06-23T23:08:43.292Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25712026-06-23T23:08:43.343Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25722026-06-23T23:08:43.529Z Compiling tungstenite v0.21.0
25732026-06-23T23:08:43.554Z Compiling radium v0.7.0
25742026-06-23T23:08:43.887Z Compiling display-error-chain v0.2.2
25752026-06-23T23:08:44.066Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25762026-06-23T23:08:44.195Z Compiling tokio-tungstenite v0.21.0
25772026-06-23T23:08:44.424Z Compiling hickory-resolver v0.25.2
25782026-06-23T23:08:44.527Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25792026-06-23T23:08:44.590Z Compiling tap v1.0.1
25802026-06-23T23:08:44.741Z Compiling maybe-uninit v2.0.0
25812026-06-23T23:08:45.035Z Compiling wyz v0.5.1
25822026-06-23T23:08:45.298Z Compiling zerocopy-derive v0.6.6
25832026-06-23T23:08:45.423Z Compiling crc-catalog v2.4.0
25842026-06-23T23:08:45.551Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25852026-06-23T23:08:45.666Z Compiling funty v2.0.0
25862026-06-23T23:08:46.091Z Compiling packed_struct v0.10.1
25872026-06-23T23:08:46.410Z Compiling zerocopy v0.6.6
25882026-06-23T23:08:46.635Z Compiling bitvec v1.0.1
25892026-06-23T23:08:46.803Z Compiling crc v3.4.0
25902026-06-23T23:08:46.917Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25912026-06-23T23:08:47.124Z Compiling packed_struct_codegen v0.10.1
25922026-06-23T23:08:47.301Z Compiling vergen-lib v0.1.6
25932026-06-23T23:08:47.525Z Compiling bitfield-macros v0.19.4
25942026-06-23T23:08:48.047Z Compiling proc-macro-error-attr2 v2.0.0
25952026-06-23T23:08:48.107Z Compiling indexmap v1.9.3
25962026-06-23T23:08:48.135Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25972026-06-23T23:08:48.280Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25982026-06-23T23:08:48.303Z Compiling nodrop v0.1.14
25992026-06-23T23:08:48.372Z Compiling diesel_derives v2.3.7
26002026-06-23T23:08:48.432Z Compiling array-init v0.0.4
26012026-06-23T23:08:48.455Z Compiling proc-macro-error2 v2.0.1
26022026-06-23T23:08:48.662Z Compiling bitfield v0.19.4
26032026-06-23T23:08:48.799Z Compiling smallvec v0.6.14
26042026-06-23T23:08:48.987Z Compiling dsl_auto_type v0.2.0
26052026-06-23T23:08:49.010Z Compiling scheduled-thread-pool v0.2.7
26062026-06-23T23:08:49.070Z Compiling num-derive v0.3.3
26072026-06-23T23:08:49.490Z Compiling vergen-gitcl v1.0.8
26082026-06-23T23:08:49.532Z Compiling diesel_table_macro_syntax v0.3.0
26092026-06-23T23:08:49.612Z Compiling dirs-sys-next v0.1.2
26102026-06-23T23:08:49.735Z Compiling crunchy v0.2.4
26112026-06-23T23:08:49.763Z Compiling glob v0.3.3
26122026-06-23T23:08:49.884Z Compiling hashbrown v0.12.3
26132026-06-23T23:08:49.980Z Compiling maplit v1.0.2
26142026-06-23T23:08:50.029Z Compiling libscf-sys v1.1.0
26152026-06-23T23:08:50.081Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26162026-06-23T23:08:50.106Z Compiling dirs-next v2.0.0
26172026-06-23T23:08:50.147Z Compiling clang-sys v1.8.1
26182026-06-23T23:08:50.290Z Compiling r2d2 v0.8.10
26192026-06-23T23:08:50.532Z Compiling serde-hex v0.1.0
26202026-06-23T23:08:50.773Z Compiling tabled_derive v0.11.0
26212026-06-23T23:08:50.874Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26222026-06-23T23:08:50.907Z Compiling ron v0.8.1
26232026-06-23T23:08:50.930Z Compiling papergrid v0.17.0
26242026-06-23T23:08:51.070Z Compiling testing_table v0.3.0
26252026-06-23T23:08:51.124Z Compiling hashbrown v0.13.2
26262026-06-23T23:08:51.143Z Compiling downcast-rs v2.0.2
26272026-06-23T23:08:51.272Z Compiling tiny-keccak v2.0.2
26282026-06-23T23:08:51.485Z Compiling crc-any v2.5.0
26292026-06-23T23:08:51.753Z Compiling object v0.30.4
26302026-06-23T23:08:51.813Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26312026-06-23T23:08:51.947Z Compiling term v0.7.0
26322026-06-23T23:08:52.054Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26332026-06-23T23:08:52.447Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26342026-06-23T23:08:52.474Z Compiling tabled v0.20.0
26352026-06-23T23:08:52.761Z Compiling progenitor-impl v0.13.0
26362026-06-23T23:08:52.783Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26372026-06-23T23:08:53.284Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26382026-06-23T23:08:53.397Z Compiling bit-vec v0.6.3
26392026-06-23T23:08:53.520Z Compiling path-slash v0.1.5
26402026-06-23T23:08:53.647Z Compiling xshell-macros v0.2.7
26412026-06-23T23:08:53.714Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26422026-06-23T23:08:53.736Z Compiling bit-set v0.5.3
26432026-06-23T23:08:54.109Z Compiling xshell v0.2.7
26442026-06-23T23:08:54.263Z Compiling ascii-canvas v3.0.0
26452026-06-23T23:08:54.284Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26462026-06-23T23:08:54.513Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26472026-06-23T23:08:54.814Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26482026-06-23T23:08:54.836Z Compiling diesel v2.3.7
26492026-06-23T23:08:54.971Z Compiling progenitor-macro v0.13.0
26502026-06-23T23:08:55.429Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26512026-06-23T23:08:56.523Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26522026-06-23T23:08:56.730Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26532026-06-23T23:08:56.955Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26542026-06-23T23:08:57.122Z Compiling progenitor-client v0.13.0
26552026-06-23T23:08:57.457Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26562026-06-23T23:08:57.639Z Compiling itertools v0.10.5
26572026-06-23T23:08:57.660Z Compiling ena v0.14.4
26582026-06-23T23:08:57.774Z Compiling libloading v0.8.9
26592026-06-23T23:08:57.917Z Compiling unicase v2.9.0
26602026-06-23T23:08:58.002Z Compiling diff v0.1.13
26612026-06-23T23:08:58.024Z Compiling regex-syntax v0.6.29
26622026-06-23T23:08:58.230Z Compiling bindgen v0.71.1
26632026-06-23T23:08:58.566Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26642026-06-23T23:08:58.831Z Compiling cexpr v0.6.0
26652026-06-23T23:08:59.049Z Compiling progenitor v0.13.0
26662026-06-23T23:08:59.228Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26672026-06-23T23:08:59.451Z Compiling lalrpop v0.19.12
26682026-06-23T23:08:59.473Z Compiling crc8 v0.1.1
26692026-06-23T23:08:59.616Z Compiling rustc-hash v2.1.1
26702026-06-23T23:08:59.913Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26712026-06-23T23:09:00.088Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26722026-06-23T23:09:00.327Z Compiling headers-core v0.3.0
26732026-06-23T23:09:00.486Z Compiling libxml v0.3.3
26742026-06-23T23:09:00.553Z Compiling headers v0.4.1
26752026-06-23T23:09:00.658Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26762026-06-23T23:09:00.734Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26772026-06-23T23:09:00.792Z Compiling git-stub v1.0.0
26782026-06-23T23:09:00.955Z Compiling strum_macros v0.24.3
26792026-06-23T23:09:01.061Z Compiling indoc v1.0.9
26802026-06-23T23:09:01.136Z Compiling git-stub-vcs v0.1.0
26812026-06-23T23:09:01.222Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26822026-06-23T23:09:01.491Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26832026-06-23T23:09:01.512Z Compiling derive_builder v0.20.2
26842026-06-23T23:09:01.677Z Compiling oso-derive v0.27.3
26852026-06-23T23:09:01.710Z Compiling quick-xml v0.37.5
26862026-06-23T23:09:02.183Z Compiling impl-trait-for-tuples v0.2.3
26872026-06-23T23:09:02.204Z Compiling openssl-probe v0.1.6
26882026-06-23T23:09:02.255Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26892026-06-23T23:09:02.499Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26902026-06-23T23:09:02.959Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26912026-06-23T23:09:03.058Z Compiling half v1.8.3
26922026-06-23T23:09:03.478Z Compiling serde_cbor v0.11.2
26932026-06-23T23:09:03.511Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26942026-06-23T23:09:03.743Z Compiling bb8 v0.8.6
26952026-06-23T23:09:04.118Z Compiling trait-variant v0.1.2
26962026-06-23T23:09:04.375Z Compiling samael v0.0.19
26972026-06-23T23:09:04.440Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26982026-06-23T23:09:04.470Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26992026-06-23T23:09:04.499Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27002026-06-23T23:09:04.544Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27012026-06-23T23:09:04.674Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27022026-06-23T23:09:04.767Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27032026-06-23T23:09:04.816Z Compiling fxhash v0.2.1
27042026-06-23T23:09:04.842Z Compiling libz-sys v1.1.24
27052026-06-23T23:09:05.015Z Compiling salty v0.3.0
27062026-06-23T23:09:05.276Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27072026-06-23T23:09:05.301Z Compiling nonempty v0.12.0
27082026-06-23T23:09:05.533Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27092026-06-23T23:09:05.772Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27102026-06-23T23:09:06.187Z Compiling kstat-rs v0.2.4
27112026-06-23T23:09:06.673Z Compiling arc-swap v1.8.2
27122026-06-23T23:09:06.729Z Compiling fs-err v2.11.0
27132026-06-23T23:09:06.845Z Compiling polar-core v0.27.3
27142026-06-23T23:09:07.035Z Compiling mime_guess v2.0.5
27152026-06-23T23:09:07.055Z Compiling slog-scope v4.4.1
27162026-06-23T23:09:07.140Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27172026-06-23T23:09:07.291Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27182026-06-23T23:09:07.512Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27192026-06-23T23:09:07.552Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27202026-06-23T23:09:07.822Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27212026-06-23T23:09:07.968Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27222026-06-23T23:09:08.424Z Compiling nanorand v0.7.0
27232026-06-23T23:09:08.796Z Compiling darling_core v0.23.0
27242026-06-23T23:09:08.865Z Compiling libgit2-sys v0.18.3+1.9.2
27252026-06-23T23:09:08.932Z Compiling parking_lot_core v0.8.6
27262026-06-23T23:09:09.246Z Compiling flume v0.11.1
27272026-06-23T23:09:09.650Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27282026-06-23T23:09:10.881Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27292026-06-23T23:09:10.975Z Compiling darling_macro v0.23.0
27302026-06-23T23:09:10.999Z Compiling slog-stdlog v4.1.1
27312026-06-23T23:09:11.281Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27322026-06-23T23:09:11.464Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27332026-06-23T23:09:11.484Z Compiling primeorder v0.13.6
27342026-06-23T23:09:11.487Z Compiling atty v0.2.14
27352026-06-23T23:09:11.653Z Compiling instability v0.3.11
27362026-06-23T23:09:11.800Z Compiling strsim v0.10.0
27372026-06-23T23:09:11.876Z Compiling parse-size v1.1.0
27382026-06-23T23:09:12.113Z Compiling async-bb8-diesel v0.2.1
27392026-06-23T23:09:12.113Z Compiling diesel-dtrace v0.5.0
27402026-06-23T23:09:12.451Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27412026-06-23T23:09:12.553Z Compiling http-range v0.1.5
27422026-06-23T23:09:12.708Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27432026-06-23T23:09:12.735Z Compiling darling_core v0.13.4
27442026-06-23T23:09:12.920Z Compiling p384 v0.13.1
27452026-06-23T23:09:14.445Z Compiling darling v0.23.0
27462026-06-23T23:09:14.563Z Compiling slog-envlogger v2.2.0
27472026-06-23T23:09:15.780Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27482026-06-23T23:09:15.926Z Compiling oso v0.27.3
27492026-06-23T23:09:16.526Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27502026-06-23T23:09:17.033Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27512026-06-23T23:09:17.123Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27522026-06-23T23:09:17.869Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27532026-06-23T23:09:19.370Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27542026-06-23T23:09:20.343Z Compiling ignore v0.4.25
27552026-06-23T23:09:20.911Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-06-23T23:09:20.979Z Compiling castaway v0.2.4
27572026-06-23T23:09:21.136Z Compiling vergen-git2 v9.1.0
27582026-06-23T23:09:21.349Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-06-23T23:09:21.373Z Compiling indoc v2.0.7
27602026-06-23T23:09:21.457Z Compiling compact_str v0.8.1
27612026-06-23T23:09:21.660Z Compiling globwalk v0.9.1
27622026-06-23T23:09:22.313Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-06-23T23:09:22.334Z Compiling parking_lot v0.11.2
27642026-06-23T23:09:22.474Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27652026-06-23T23:09:22.513Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27662026-06-23T23:09:22.587Z Compiling hyper-staticfile v0.10.1
27672026-06-23T23:09:23.126Z Compiling darling_macro v0.13.4
27682026-06-23T23:09:23.535Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27692026-06-23T23:09:23.568Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27702026-06-23T23:09:23.630Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27712026-06-23T23:09:23.759Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27722026-06-23T23:09:24.105Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27732026-06-23T23:09:24.198Z Compiling predicates-tree v1.0.13
27742026-06-23T23:09:24.363Z Compiling unicode-truncate v1.1.0
27752026-06-23T23:09:24.574Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27762026-06-23T23:09:24.657Z Compiling lru v0.12.5
27772026-06-23T23:09:24.803Z Compiling prefix-trie v0.7.0
27782026-06-23T23:09:24.847Z Compiling rand_seeder v0.4.0
27792026-06-23T23:09:24.885Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27802026-06-23T23:09:25.109Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27812026-06-23T23:09:25.289Z Compiling illumos-nvpair-sys v0.2.0
27822026-06-23T23:09:25.314Z Compiling corncobs v0.1.4
27832026-06-23T23:09:25.368Z Compiling rustls v0.21.12
27842026-06-23T23:09:25.389Z Compiling cassowary v0.3.0
27852026-06-23T23:09:25.533Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27862026-06-23T23:09:25.566Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27872026-06-23T23:09:25.636Z Compiling hickory-server v0.25.2
27882026-06-23T23:09:25.655Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27892026-06-23T23:09:25.865Z Compiling ratatui v0.29.0
27902026-06-23T23:09:26.100Z Compiling camino-tempfile-ext v0.3.3
27912026-06-23T23:09:26.317Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-06-23T23:09:26.569Z Compiling darling v0.13.4
27932026-06-23T23:09:26.713Z Compiling sled v0.34.7
27942026-06-23T23:09:26.903Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27952026-06-23T23:09:26.976Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27962026-06-23T23:09:26.996Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27972026-06-23T23:09:28.964Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27982026-06-23T23:09:29.154Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27992026-06-23T23:09:29.380Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28002026-06-23T23:09:29.601Z Compiling sct v0.7.1
28012026-06-23T23:09:29.621Z Compiling rustls-webpki v0.101.7
28022026-06-23T23:09:29.874Z Compiling secrecy v0.8.0
28032026-06-23T23:09:30.001Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28042026-06-23T23:09:30.647Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28052026-06-23T23:09:31.350Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28062026-06-23T23:09:31.453Z Compiling serde_with_macros v1.5.2
28072026-06-23T23:09:32.070Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28082026-06-23T23:09:32.266Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28092026-06-23T23:09:33.756Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28102026-06-23T23:09:33.894Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28112026-06-23T23:09:34.161Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28122026-06-23T23:09:34.384Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28132026-06-23T23:09:34.522Z Compiling git2 v0.20.4
28142026-06-23T23:09:34.560Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28152026-06-23T23:09:34.619Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28162026-06-23T23:09:34.781Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28172026-06-23T23:09:34.847Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28182026-06-23T23:09:35.017Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28192026-06-23T23:09:35.246Z Compiling void v1.0.2
28202026-06-23T23:09:35.403Z Compiling lzss v0.8.2
28212026-06-23T23:09:35.833Z Compiling illumos-nvpair v0.3.0
28222026-06-23T23:09:35.865Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28232026-06-23T23:09:36.334Z Compiling serde_with v1.14.0
28242026-06-23T23:09:37.560Z Compiling tokio-rustls v0.24.1
28252026-06-23T23:09:37.845Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28262026-06-23T23:09:37.890Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28272026-06-23T23:09:37.998Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28282026-06-23T23:09:40.349Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28292026-06-23T23:09:40.403Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28302026-06-23T23:09:40.637Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28312026-06-23T23:09:41.382Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28322026-06-23T23:09:41.599Z Compiling tungstenite v0.23.0
28332026-06-23T23:09:41.631Z Compiling rustls-pemfile v1.0.4
28342026-06-23T23:09:42.042Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28352026-06-23T23:09:42.388Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28362026-06-23T23:09:42.587Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28372026-06-23T23:09:42.611Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28382026-06-23T23:09:42.819Z Compiling nix v0.27.1
28392026-06-23T23:09:43.412Z Compiling twox-hash v2.1.2
28402026-06-23T23:09:43.932Z Compiling serde_bytes v0.11.19
28412026-06-23T23:09:43.955Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28422026-06-23T23:09:44.062Z Compiling tokio-tungstenite v0.23.1
28432026-06-23T23:09:44.129Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28442026-06-23T23:09:44.243Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28452026-06-23T23:09:44.365Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28462026-06-23T23:09:44.435Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28472026-06-23T23:09:44.638Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28482026-06-23T23:09:45.968Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28492026-06-23T23:09:46.618Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28502026-06-23T23:09:46.676Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28512026-06-23T23:09:47.121Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28522026-06-23T23:09:47.663Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28532026-06-23T23:09:47.971Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28542026-06-23T23:09:48.158Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28552026-06-23T23:09:48.568Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28562026-06-23T23:09:48.860Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28572026-06-23T23:09:49.084Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28582026-06-23T23:09:49.529Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28592026-06-23T23:09:49.992Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28602026-06-23T23:09:50.281Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28612026-06-23T23:09:52.685Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28622026-06-23T23:09:53.138Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28632026-06-23T23:09:54.251Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28642026-06-23T23:09:54.832Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28652026-06-23T23:09:55.163Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28662026-06-23T23:09:55.407Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28672026-06-23T23:09:55.456Z Compiling signal-hook-tokio v0.3.1
28682026-06-23T23:09:55.491Z Compiling fatfs v0.3.6
28692026-06-23T23:09:55.631Z Compiling yasna v0.5.2
28702026-06-23T23:09:55.656Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28712026-06-23T23:09:56.120Z Compiling is_ci v1.2.0
28722026-06-23T23:09:56.343Z Compiling assert_matches v1.5.0
28732026-06-23T23:09:56.453Z Compiling seq-macro v0.3.6
28742026-06-23T23:09:56.788Z Compiling supports-color v3.0.2
28752026-06-23T23:09:56.969Z Compiling rcgen v0.12.1
28762026-06-23T23:09:56.991Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28772026-06-23T23:09:57.230Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28782026-06-23T23:09:58.431Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28792026-06-23T23:09:59.482Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28802026-06-23T23:09:59.707Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28812026-06-23T23:09:59.940Z Compiling rtoolbox v0.0.3
28822026-06-23T23:10:00.267Z Compiling subprocess v0.2.15
28832026-06-23T23:10:01.078Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28842026-06-23T23:10:01.526Z Compiling rpassword v7.4.0
28852026-06-23T23:10:01.896Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28862026-06-23T23:10:02.256Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28872026-06-23T23:10:02.580Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28882026-06-23T23:10:02.726Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28892026-06-23T23:10:02.746Z Compiling tui-tree-widget v0.23.1
28902026-06-23T23:10:03.090Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28912026-06-23T23:10:04.882Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28922026-06-23T23:10:05.165Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28932026-06-23T23:10:05.391Z Compiling uzers v0.12.2
28942026-06-23T23:10:06.319Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28952026-06-23T23:10:06.528Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28962026-06-23T23:10:07.457Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28972026-06-23T23:10:07.558Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28982026-06-23T23:10:10.075Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28992026-06-23T23:10:11.180Z Compiling support-bundle-viewer v0.1.2
29002026-06-23T23:10:12.261Z Compiling multimap v0.10.1
29012026-06-23T23:10:26.863Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29022026-06-23T23:10:27.377Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29032026-06-23T23:10:33.386Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29042026-06-23T23:10:34.154Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29052026-06-23T23:10:34.529Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29062026-06-23T23:18:44.567Z Finished `release` profile [optimized] target(s) in 10m 20s
29072026-06-23T23:19:33.199Z
29082026-06-23T23:19:33.203Zreal 11:09.727233634
29092026-06-23T23:19:33.203Zuser 1:20:14.964367654
29102026-06-23T23:19:33.203Zsys 3:31.021736818
29112026-06-23T23:19:33.203Ztrap 1.761531850
29122026-06-23T23:19:33.203Ztflt 2.377543007
29132026-06-23T23:19:33.203Zdflt 19.404733917
29142026-06-23T23:19:33.203Zkflt 0.005776796
29152026-06-23T23:19:33.203Zlock 7:53:25.102784288
29162026-06-23T23:19:33.203Zslp 2:18:08.830275085
29172026-06-23T23:19:33.203Zlat 2:19.976976100
29182026-06-23T23:19:33.203Zstop 5:09.284439715
29192026-06-23T23:19:33.203Z+ mapfile -t packages
29202026-06-23T23:19:33.203Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29212026-06-23T23:19:34.078Z Finished `release` profile [optimized] target(s) in 0.86s
29222026-06-23T23:19:34.143Z Running `target/release/omicron-package -t test list-outputs`
29232026-06-23T23:19:34.203ZLogging to: /work/oxidecomputer/omicron/out/LOG
29242026-06-23T23:19:34.207Z+ ptime -m cargo build --locked --release -p xtask
29252026-06-23T23:19:34.670Z Compiling libc v0.2.185
29262026-06-23T23:19:34.670Z Compiling serde v1.0.228
29272026-06-23T23:19:34.670Z Compiling serde_core v1.0.228
29282026-06-23T23:19:34.674Z Compiling rustix v1.1.3
29292026-06-23T23:19:34.674Z Compiling bitflags v2.11.0
29302026-06-23T23:19:34.674Z Compiling serde_json v1.0.149
29312026-06-23T23:19:34.809Z Compiling num-traits v0.2.19
29322026-06-23T23:19:34.818Z Compiling syn v2.0.117
29332026-06-23T23:19:34.827Z Compiling smallvec v1.15.1
29342026-06-23T23:19:34.848Z Compiling indexmap v2.14.0
29352026-06-23T23:19:34.848Z Compiling usdt-impl v0.5.0
29362026-06-23T23:19:34.871Z Compiling syn v1.0.109
29372026-06-23T23:19:34.884Z Compiling getrandom v0.4.1
29382026-06-23T23:19:34.884Z Compiling percent-encoding v2.3.2
29392026-06-23T23:19:35.052Z Compiling log v0.4.29
29402026-06-23T23:19:35.102Z Compiling form_urlencoded v1.2.2
29412026-06-23T23:19:35.219Z Compiling fs-err v3.3.0
29422026-06-23T23:19:35.242Z Compiling heck v0.4.1
29432026-06-23T23:19:35.245Z Compiling once_cell v1.21.3
29442026-06-23T23:19:35.296Z Compiling anyhow v1.0.102
29452026-06-23T23:19:35.535Z Compiling errno v0.3.14
29462026-06-23T23:19:35.539Z Compiling thread-id v4.2.2
29472026-06-23T23:19:35.539Z Compiling memmap v0.7.0
29482026-06-23T23:19:35.819Z Compiling ordered-float v2.10.1
29492026-06-23T23:19:36.346Z Compiling proc-macro-error v1.0.4
29502026-06-23T23:19:36.545Z Compiling terminal_size v0.4.3
29512026-06-23T23:19:36.550Z Compiling tempfile v3.25.0
29522026-06-23T23:19:36.588Z Compiling tabled_derive v0.7.0
29532026-06-23T23:19:36.650Z Compiling clap_builder v4.6.0
29542026-06-23T23:19:36.650Z Compiling textwrap v0.16.2
29552026-06-23T23:19:36.775Z Compiling camino-tempfile v1.4.1
29562026-06-23T23:19:37.248Z Compiling tabled v0.15.0
29572026-06-23T23:19:37.337Z Compiling synstructure v0.13.2
29582026-06-23T23:19:37.337Z Compiling pest_generator v2.8.6
29592026-06-23T23:19:37.713Z Compiling serde_derive v1.0.228
29602026-06-23T23:19:37.713Z Compiling zerovec-derive v0.11.2
29612026-06-23T23:19:37.713Z Compiling displaydoc v0.2.5
29622026-06-23T23:19:37.716Z Compiling thiserror-impl v1.0.69
29632026-06-23T23:19:37.716Z Compiling zerocopy-derive v0.7.35
29642026-06-23T23:19:37.716Z Compiling scroll_derive v0.12.1
29652026-06-23T23:19:37.716Z Compiling thiserror-impl v2.0.18
29662026-06-23T23:19:37.716Z Compiling clap_derive v4.6.1
29672026-06-23T23:19:37.756Z Compiling zerofrom-derive v0.1.6
29682026-06-23T23:19:37.779Z Compiling yoke-derive v0.8.1
29692026-06-23T23:19:37.855Z Compiling pest_derive v2.8.6
29702026-06-23T23:19:38.486Z Compiling scroll v0.12.0
29712026-06-23T23:19:38.534Z Compiling zerocopy v0.7.35
29722026-06-23T23:19:38.743Z Compiling goblin v0.8.2
29732026-06-23T23:19:38.878Z Compiling thiserror v2.0.18
29742026-06-23T23:19:38.906Z Compiling thiserror v1.0.69
29752026-06-23T23:19:38.910Z Compiling zerofrom v0.1.6
29762026-06-23T23:19:39.020Z Compiling dtrace-parser v0.2.0
29772026-06-23T23:19:39.045Z Compiling yoke v0.8.1
29782026-06-23T23:19:39.249Z Compiling zerovec v0.11.5
29792026-06-23T23:19:39.261Z Compiling zerotrie v0.2.3
29802026-06-23T23:19:39.437Z Compiling clap v4.6.1
29812026-06-23T23:19:39.853Z Compiling tinystr v0.8.2
29822026-06-23T23:19:40.092Z Compiling icu_locale_core v2.1.1
29832026-06-23T23:19:40.971Z Compiling potential_utf v0.1.4
29842026-06-23T23:19:41.112Z Compiling icu_collections v2.1.1
29852026-06-23T23:19:41.142Z Compiling icu_provider v2.1.1
29862026-06-23T23:19:41.179Z Compiling toml_datetime v0.6.11
29872026-06-23T23:19:41.261Z Compiling serde_spanned v0.6.9
29882026-06-23T23:19:41.293Z Compiling serde-value v0.7.0
29892026-06-23T23:19:41.443Z Compiling toml_edit v0.22.27
29902026-06-23T23:19:41.457Z Compiling dof v0.3.0
29912026-06-23T23:19:41.468Z Compiling cargo-platform v0.2.0
29922026-06-23T23:19:41.571Z Compiling icu_properties v2.1.2
29932026-06-23T23:19:41.571Z Compiling icu_normalizer v2.1.1
29942026-06-23T23:19:41.668Z Compiling serde_tokenstream v0.2.3
29952026-06-23T23:19:41.699Z Compiling macaddr v1.0.1
29962026-06-23T23:19:42.321Z Compiling usdt-macro v0.5.0
29972026-06-23T23:19:42.411Z Compiling usdt-attr-macro v0.5.0
29982026-06-23T23:19:42.508Z Compiling idna_adapter v1.2.1
29992026-06-23T23:19:42.621Z Compiling idna v1.1.0
30002026-06-23T23:19:42.952Z Compiling url v2.5.8
30012026-06-23T23:19:43.034Z Compiling toml v0.8.23
30022026-06-23T23:19:43.060Z Compiling usdt v0.5.0
30032026-06-23T23:19:43.488Z Compiling cargo-util-schemas v0.8.2
30042026-06-23T23:19:43.488Z Compiling cargo_toml v0.21.0
30052026-06-23T23:19:44.534Z Compiling cargo_metadata v0.21.0
30062026-06-23T23:19:48.967Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30072026-06-23T23:19:51.056Z Finished `release` profile [optimized] target(s) in 16.84s
30082026-06-23T23:19:51.185Z
30092026-06-23T23:19:51.185Zreal 16.920516235
30102026-06-23T23:19:51.185Zuser 2:20.547475449
30112026-06-23T23:19:51.185Zsys 16.635485536
30122026-06-23T23:19:51.189Ztrap 0.070724207
30132026-06-23T23:19:51.189Ztflt 0.480510360
30142026-06-23T23:19:51.189Zdflt 1.651450854
30152026-06-23T23:19:51.189Zkflt 0.000032660
30162026-06-23T23:19:51.189Zlock 5:15.471236416
30172026-06-23T23:19:51.189Zslp 3:22.777919461
30182026-06-23T23:19:51.189Zlat 5.903903634
30192026-06-23T23:19:51.189Zstop 19.264129415
30202026-06-23T23:19:51.189Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30212026-06-23T23:19:51.189Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30222026-06-23T23:19:51.189Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30232026-06-23T23:19:51.189Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30242026-06-23T23:19:51.189Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30252026-06-23T23:19:52.051Z Compiling progenitor-client v0.14.0
30262026-06-23T23:19:52.052Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30272026-06-23T23:19:52.055Z Compiling newtype-uuid-macros v0.1.0
30282026-06-23T23:19:52.055Z Compiling match_cfg v0.1.0
30292026-06-23T23:19:52.055Z Compiling slog-json v2.6.1
30302026-06-23T23:19:52.055Z Compiling structmeta-derive v0.3.0
30312026-06-23T23:19:52.055Z Compiling rustls v0.22.4
30322026-06-23T23:19:52.055Z Compiling rustls-webpki v0.102.8
30332026-06-23T23:19:52.055Z Compiling multer v3.1.0
30342026-06-23T23:19:52.055Z Compiling debug-ignore v1.0.5
30352026-06-23T23:19:52.055Z Compiling compression-core v0.4.31
30362026-06-23T23:19:52.181Z Compiling atomicwrites v0.4.4
30372026-06-23T23:19:52.184Z Compiling itertools v0.14.0
30382026-06-23T23:19:52.217Z Compiling async-stream-impl v0.3.6
30392026-06-23T23:19:52.233Z Compiling serde_spanned v1.0.4
30402026-06-23T23:19:52.246Z Compiling toml_datetime v1.0.0+spec-1.1.0
30412026-06-23T23:19:52.287Z Compiling hostname v0.3.1
30422026-06-23T23:19:52.344Z Compiling dropshot v0.17.0
30432026-06-23T23:19:52.437Z Compiling slog-bunyan v2.5.0
30442026-06-23T23:19:52.455Z Compiling compression-codecs v0.4.37
30452026-06-23T23:19:52.458Z Compiling toml_writer v1.0.6+spec-1.1.0
30462026-06-23T23:19:52.485Z Compiling waitgroup v0.1.2
30472026-06-23T23:19:55.377Z Compiling rustls-pemfile v2.2.0
30482026-06-23T23:19:55.399Z Compiling dropshot_endpoint v0.17.0
30492026-06-23T23:19:55.399Z Compiling hostname v0.4.2
30502026-06-23T23:19:55.399Z Compiling serde_path_to_error v0.1.20
30512026-06-23T23:19:55.399Z Compiling async-compression v0.4.41
30522026-06-23T23:19:55.399Z Compiling toml v1.0.6+spec-1.1.0
30532026-06-23T23:19:55.399Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30542026-06-23T23:19:55.399Z Compiling macaddr v1.0.1
30552026-06-23T23:19:55.399Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30562026-06-23T23:19:55.399Z Compiling instant v0.1.13
30572026-06-23T23:19:55.399Z Compiling regress v0.10.5
30582026-06-23T23:19:55.399Z Compiling backon v1.6.0
30592026-06-23T23:19:55.399Z Compiling async-stream v0.3.6
30602026-06-23T23:19:55.399Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30612026-06-23T23:19:55.399Z Compiling backoff v0.4.0
30622026-06-23T23:19:55.399Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30632026-06-23T23:19:55.399Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30642026-06-23T23:19:55.399Z Compiling humantime v2.3.0
30652026-06-23T23:19:55.399Z Compiling universal-hash v0.5.1
30662026-06-23T23:19:55.399Z Compiling progenitor-extras v0.2.0
30672026-06-23T23:19:55.399Z Compiling opaque-debug v0.3.1
30682026-06-23T23:19:55.400Z Compiling regress v0.11.1
30692026-06-23T23:19:55.400Z Compiling half v2.7.1
30702026-06-23T23:19:55.400Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30712026-06-23T23:19:55.400Z Compiling ciborium-io v0.2.2
30722026-06-23T23:19:55.400Z Compiling crucible-workspace-hack v0.1.0
30732026-06-23T23:19:55.400Z Compiling convert_case v0.4.0
30742026-06-23T23:19:55.400Z Compiling aead v0.5.2
30752026-06-23T23:19:55.400Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30762026-06-23T23:19:55.400Z Compiling secrecy v0.10.3
30772026-06-23T23:19:55.400Z Compiling poly1305 v0.8.0
30782026-06-23T23:19:55.400Z Compiling ciborium-ll v0.2.2
30792026-06-23T23:19:55.400Z Compiling structmeta v0.3.0
30802026-06-23T23:19:55.400Z Compiling chacha20 v0.9.1
30812026-06-23T23:19:55.401Z Compiling unsafe-libyaml v0.2.11
30822026-06-23T23:19:55.401Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30832026-06-23T23:19:55.401Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30842026-06-23T23:19:55.401Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30852026-06-23T23:19:55.401Z Compiling ciborium v0.2.2
30862026-06-23T23:19:55.401Z Compiling derive_more v0.99.20
30872026-06-23T23:19:55.401Z Compiling thiserror-impl-no-std v2.0.2
30882026-06-23T23:19:55.401Z Compiling derive-ex v0.1.8
30892026-06-23T23:19:55.401Z Compiling parse-display-derive v0.10.0
30902026-06-23T23:19:55.401Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30912026-06-23T23:19:55.401Z Compiling byte-wrapper v0.1.0
30922026-06-23T23:19:55.401Z Compiling password-hash v0.5.0
30932026-06-23T23:19:55.401Z Compiling blake2 v0.10.6
30942026-06-23T23:19:55.401Z Compiling serde_yaml v0.9.34+deprecated
30952026-06-23T23:19:55.401Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30962026-06-23T23:19:55.401Z Compiling toml_datetime v0.7.5+spec-1.1.0
30972026-06-23T23:19:55.401Z Compiling argon2 v0.5.3
30982026-06-23T23:19:55.401Z Compiling chacha20poly1305 v0.10.1
30992026-06-23T23:19:55.401Z Compiling indent_write v2.2.0
31002026-06-23T23:19:55.401Z Compiling heapless v0.8.0
31012026-06-23T23:19:55.401Z Compiling tokio-rustls v0.25.0
31022026-06-23T23:19:55.401Z Compiling toml_edit v0.23.10+spec-1.0.0
31032026-06-23T23:19:55.401Z Compiling ingot-macros v0.1.1
31042026-06-23T23:19:55.402Z Compiling tabwriter v1.4.1
31052026-06-23T23:19:55.402Z Compiling typify-impl v0.6.2
31062026-06-23T23:19:55.402Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31072026-06-23T23:19:55.402Z Compiling thiserror-no-std v2.0.2
31082026-06-23T23:19:55.402Z Compiling vsss-rs v3.3.4
31092026-06-23T23:19:55.402Z Compiling proc-macro-crate v3.4.0
31102026-06-23T23:19:56.903Z Compiling test-strategy v0.4.5
31112026-06-23T23:19:56.919Z Compiling parse-display v0.10.0
31122026-06-23T23:19:56.919Z Compiling hash32 v0.3.1
31132026-06-23T23:19:56.919Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31142026-06-23T23:19:56.919Z Compiling smoltcp v0.11.0
31152026-06-23T23:19:56.919Z Compiling num_enum_derive v0.7.6
31162026-06-23T23:19:56.919Z Compiling cobs v0.3.0
31172026-06-23T23:19:56.919Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31182026-06-23T23:19:56.919Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31192026-06-23T23:19:56.919Z Compiling colored v3.1.1
31202026-06-23T23:19:56.919Z Compiling postcard v1.1.3
31212026-06-23T23:19:56.919Z Compiling proc-macro-error v1.0.4
31222026-06-23T23:19:56.919Z Compiling proc-macro-crate v1.3.1
31232026-06-23T23:19:56.919Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31242026-06-23T23:19:56.919Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31252026-06-23T23:19:56.919Z Compiling foreign-types-macros v0.2.3
31262026-06-23T23:19:56.919Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31272026-06-23T23:19:56.919Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31282026-06-23T23:19:56.919Z Compiling foreign-types-shared v0.3.1
31292026-06-23T23:19:56.919Z Compiling cpufeatures v0.3.0
31302026-06-23T23:19:56.920Z Compiling rayon-core v1.13.0
31312026-06-23T23:19:56.920Z Compiling num_enum_derive v0.5.11
31322026-06-23T23:19:56.920Z Compiling chacha20 v0.10.0
31332026-06-23T23:19:56.920Z Compiling crossbeam-deque v0.8.6
31342026-06-23T23:19:56.920Z Compiling camino-tempfile v1.4.1
31352026-06-23T23:19:56.920Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31362026-06-23T23:19:56.924Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31372026-06-23T23:19:56.938Z Compiling num_enum v0.7.6
31382026-06-23T23:19:56.938Z Compiling cstr-argument v0.1.2
31392026-06-23T23:19:57.071Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31402026-06-23T23:19:57.075Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31412026-06-23T23:19:57.088Z Compiling foreign-types v0.5.0
31422026-06-23T23:19:57.123Z Compiling rand v0.10.0
31432026-06-23T23:19:57.142Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31442026-06-23T23:19:57.167Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31452026-06-23T23:19:57.259Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31462026-06-23T23:19:57.301Z Compiling zone_cfg_derive v0.3.1
31472026-06-23T23:19:57.317Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31482026-06-23T23:19:57.352Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31492026-06-23T23:19:57.784Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31502026-06-23T23:19:57.788Z Compiling itertools v0.12.1
31512026-06-23T23:19:57.788Z Compiling num-derive v0.4.2
31522026-06-23T23:19:57.788Z Compiling sigpipe v0.1.3
31532026-06-23T23:19:57.788Z Compiling rayon v1.11.0
31542026-06-23T23:19:57.788Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31552026-06-23T23:19:57.788Z Compiling glob v0.3.3
31562026-06-23T23:19:57.788Z Compiling ingot-types v0.1.2
31572026-06-23T23:19:57.788Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31582026-06-23T23:19:57.788Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31592026-06-23T23:19:57.809Z Compiling num_enum v0.5.11
31602026-06-23T23:19:57.812Z Compiling smf v0.2.3
31612026-06-23T23:19:57.966Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31622026-06-23T23:19:57.971Z Compiling whoami v1.6.1
31632026-06-23T23:19:57.992Z Compiling usdt-macro v0.5.0
31642026-06-23T23:19:58.041Z Compiling ingot v0.1.1
31652026-06-23T23:19:58.079Z Compiling usdt-attr-macro v0.5.0
31662026-06-23T23:19:58.095Z Compiling gethostname v0.5.0
31672026-06-23T23:19:58.243Z Compiling num-rational v0.4.2
31682026-06-23T23:19:58.265Z Compiling num-complex v0.4.6
31692026-06-23T23:19:58.273Z Compiling memmap v0.7.0
31702026-06-23T23:19:58.376Z Compiling derive-where v1.6.0
31712026-06-23T23:19:58.445Z Compiling float-ord v0.3.2
31722026-06-23T23:19:58.477Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31732026-06-23T23:19:58.495Z Compiling toml v0.8.23
31742026-06-23T23:19:58.589Z Compiling resolv-conf v0.7.6
31752026-06-23T23:19:58.702Z Compiling zone v0.3.1
31762026-06-23T23:19:58.751Z Compiling num v0.4.3
31772026-06-23T23:19:58.817Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31782026-06-23T23:19:58.855Z Compiling owo-colors v4.3.0
31792026-06-23T23:19:58.871Z Compiling cancel-safe-futures v0.1.5
31802026-06-23T23:19:58.902Z Compiling libsw-core v0.3.2
31812026-06-23T23:19:58.938Z Compiling usdt v0.5.0
31822026-06-23T23:19:58.972Z Compiling prettyplease v0.2.37
31832026-06-23T23:19:58.989Z Compiling console v0.15.11
31842026-06-23T23:19:59.102Z Compiling libsw v3.5.0
31852026-06-23T23:19:59.159Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31862026-06-23T23:19:59.238Z Compiling hickory-proto v0.24.4
31872026-06-23T23:19:59.262Z Compiling newline-converter v0.3.0
31882026-06-23T23:19:59.308Z Compiling libefi-sys v0.1.0
31892026-06-23T23:19:59.341Z Compiling linked-hash-map v0.5.6
31902026-06-23T23:19:59.344Z Compiling linear-map v1.2.0
31912026-06-23T23:19:59.406Z Compiling expectorate v1.2.0
31922026-06-23T23:19:59.465Z Compiling git-stub v1.0.0
31932026-06-23T23:19:59.508Z Compiling typify-macro v0.6.2
31942026-06-23T23:19:59.553Z Compiling lru-cache v0.1.2
31952026-06-23T23:19:59.570Z Compiling bitfield-struct v0.6.2
31962026-06-23T23:19:59.588Z Compiling nom v8.0.0
31972026-06-23T23:19:59.602Z Compiling semver v0.1.20
31982026-06-23T23:19:59.709Z Compiling git-stub-vcs v0.1.0
31992026-06-23T23:19:59.749Z Compiling tokio-dtrace v0.1.1
32002026-06-23T23:19:59.767Z Compiling dropshot-api-manager-types v0.7.2
32012026-06-23T23:19:59.786Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32022026-06-23T23:19:59.833Z Compiling rustc_version v0.1.7
32032026-06-23T23:19:59.920Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32042026-06-23T23:19:59.989Z Compiling slog-dtrace v0.3.0
32052026-06-23T23:20:00.036Z Compiling minimal-lexical v0.2.1
32062026-06-23T23:20:00.053Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32072026-06-23T23:20:00.094Z Compiling newtype_derive v0.1.6
32082026-06-23T23:20:00.110Z Compiling oxide-tokio-rt v0.1.4
32092026-06-23T23:20:00.128Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32102026-06-23T23:20:00.152Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32112026-06-23T23:20:00.275Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32122026-06-23T23:20:00.293Z Compiling nom v7.1.3
32132026-06-23T23:20:00.317Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32142026-06-23T23:20:00.322Z Compiling phf_shared v0.12.1
32152026-06-23T23:20:00.367Z Compiling csv-core v0.1.13
32162026-06-23T23:20:00.408Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32172026-06-23T23:20:00.429Z Compiling xshell-macros v0.2.7
32182026-06-23T23:20:00.502Z Compiling highway v1.3.0
32192026-06-23T23:20:00.524Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32202026-06-23T23:20:00.614Z Compiling chrono-tz v0.10.4
32212026-06-23T23:20:00.633Z Compiling const_format_proc_macros v0.2.34
32222026-06-23T23:20:00.692Z Compiling csv v1.4.0
32232026-06-23T23:20:00.863Z Compiling xshell v0.2.7
32242026-06-23T23:20:00.938Z Compiling phf v0.12.1
32252026-06-23T23:20:01.022Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32262026-06-23T23:20:01.041Z Compiling primeorder v0.13.6
32272026-06-23T23:20:01.118Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32282026-06-23T23:20:01.269Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32292026-06-23T23:20:01.374Z Compiling typify v0.6.2
32302026-06-23T23:20:01.377Z Compiling tabled_derive v0.7.0
32312026-06-23T23:20:01.406Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32322026-06-23T23:20:01.458Z Compiling hickory-resolver v0.24.4
32332026-06-23T23:20:01.514Z Compiling progenitor-impl v0.14.0
32342026-06-23T23:20:01.531Z Compiling const_format v0.2.35
32352026-06-23T23:20:01.642Z Compiling bcs v0.1.6
32362026-06-23T23:20:01.660Z Compiling salty v0.3.0
32372026-06-23T23:20:01.775Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32382026-06-23T23:20:01.882Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32392026-06-23T23:20:01.935Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32402026-06-23T23:20:01.973Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32412026-06-23T23:20:01.993Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32422026-06-23T23:20:02.014Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32432026-06-23T23:20:02.235Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32442026-06-23T23:20:02.301Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32452026-06-23T23:20:02.459Z Compiling termtree v0.5.1
32462026-06-23T23:20:02.479Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32472026-06-23T23:20:02.556Z Compiling qorb v0.4.1
32482026-06-23T23:20:02.642Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32492026-06-23T23:20:02.660Z Compiling tagptr v0.2.0
32502026-06-23T23:20:02.701Z Compiling textwrap v0.16.2
32512026-06-23T23:20:02.809Z Compiling moka v0.12.13
32522026-06-23T23:20:02.843Z Compiling tabled v0.15.0
32532026-06-23T23:20:02.998Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32542026-06-23T23:20:03.207Z Compiling steno v0.4.1
32552026-06-23T23:20:03.242Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32562026-06-23T23:20:03.442Z Compiling base64 v0.21.7
32572026-06-23T23:20:03.498Z Compiling radium v0.7.0
32582026-06-23T23:20:03.676Z Compiling hickory-resolver v0.25.2
32592026-06-23T23:20:03.739Z Compiling p384 v0.13.1
32602026-06-23T23:20:03.758Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32612026-06-23T23:20:03.811Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32622026-06-23T23:20:03.834Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32632026-06-23T23:20:03.975Z Compiling maybe-uninit v2.0.0
32642026-06-23T23:20:04.143Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32652026-06-23T23:20:04.237Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32662026-06-23T23:20:04.255Z Compiling progenitor-macro v0.14.0
32672026-06-23T23:20:04.285Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32682026-06-23T23:20:04.319Z Compiling tap v1.0.1
32692026-06-23T23:20:04.457Z Compiling wyz v0.5.1
32702026-06-23T23:20:04.656Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32712026-06-23T23:20:04.682Z Compiling proc-macro-error-attr2 v2.0.0
32722026-06-23T23:20:04.874Z Compiling utf-8 v0.7.6
32732026-06-23T23:20:04.915Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32742026-06-23T23:20:04.934Z Compiling funty v2.0.0
32752026-06-23T23:20:05.007Z Compiling packed_struct v0.10.1
32762026-06-23T23:20:05.083Z Compiling parking_lot_core v0.8.6
32772026-06-23T23:20:05.113Z Compiling proc-macro-error2 v2.0.1
32782026-06-23T23:20:05.153Z Compiling tungstenite v0.21.0
32792026-06-23T23:20:05.309Z Compiling bitvec v1.0.1
32802026-06-23T23:20:05.342Z Compiling polyval v0.6.2
32812026-06-23T23:20:05.386Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32822026-06-23T23:20:05.472Z Compiling packed_struct_codegen v0.10.1
32832026-06-23T23:20:05.559Z Compiling num-derive v0.3.3
32842026-06-23T23:20:05.579Z Compiling bitfield-macros v0.19.4
32852026-06-23T23:20:05.624Z Compiling zerocopy-derive v0.6.6
32862026-06-23T23:20:05.670Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32872026-06-23T23:20:05.686Z Compiling indexmap v1.9.3
32882026-06-23T23:20:05.796Z Compiling nodrop v0.1.14
32892026-06-23T23:20:05.919Z Compiling crc-catalog v2.4.0
32902026-06-23T23:20:05.936Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32912026-06-23T23:20:06.012Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32922026-06-23T23:20:06.046Z Compiling crc v3.4.0
32932026-06-23T23:20:06.112Z Compiling array-init v0.0.4
32942026-06-23T23:20:06.130Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32952026-06-23T23:20:06.189Z Compiling tokio-tungstenite v0.21.0
32962026-06-23T23:20:06.246Z Compiling ghash v0.5.1
32972026-06-23T23:20:06.267Z Compiling tabled_derive v0.11.0
32982026-06-23T23:20:06.357Z Compiling bitfield v0.19.4
32992026-06-23T23:20:06.410Z Compiling smallvec v0.6.14
33002026-06-23T23:20:06.538Z Compiling libscf-sys v1.1.0
33012026-06-23T23:20:06.543Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33022026-06-23T23:20:06.570Z Compiling zerocopy v0.6.6
33032026-06-23T23:20:06.589Z Compiling progenitor-impl v0.13.0
33042026-06-23T23:20:06.615Z Compiling papergrid v0.17.0
33052026-06-23T23:20:06.651Z Compiling testing_table v0.3.0
33062026-06-23T23:20:06.667Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33072026-06-23T23:20:06.689Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33082026-06-23T23:20:06.727Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33092026-06-23T23:20:06.743Z Compiling ctr v0.9.2
33102026-06-23T23:20:06.836Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33112026-06-23T23:20:06.867Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33122026-06-23T23:20:06.940Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33132026-06-23T23:20:06.959Z Compiling corncobs v0.1.4
33142026-06-23T23:20:06.976Z Compiling illumos-nvpair-sys v0.2.0
33152026-06-23T23:20:06.979Z Compiling unicase v2.9.0
33162026-06-23T23:20:07.111Z Compiling hashbrown v0.12.3
33172026-06-23T23:20:07.165Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33182026-06-23T23:20:07.232Z Compiling mime_guess v2.0.5
33192026-06-23T23:20:07.250Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33202026-06-23T23:20:07.253Z Compiling aes-gcm v0.10.3
33212026-06-23T23:20:07.281Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33222026-06-23T23:20:07.469Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33232026-06-23T23:20:07.501Z Compiling serde-hex v0.1.0
33242026-06-23T23:20:07.516Z Compiling parking_lot v0.11.2
33252026-06-23T23:20:07.633Z Compiling tabled v0.20.0
33262026-06-23T23:20:07.702Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33272026-06-23T23:20:07.884Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33282026-06-23T23:20:07.922Z Compiling ron v0.8.1
33292026-06-23T23:20:08.050Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33302026-06-23T23:20:08.093Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33312026-06-23T23:20:08.293Z Compiling hashbrown v0.13.2
33322026-06-23T23:20:08.326Z Compiling progenitor-client v0.13.0
33332026-06-23T23:20:08.358Z Compiling blowfish v0.9.1
33342026-06-23T23:20:08.531Z Compiling prefix-trie v0.7.0
33352026-06-23T23:20:08.629Z Compiling ssh-encoding v0.2.0
33362026-06-23T23:20:08.687Z Compiling fxhash v0.2.1
33372026-06-23T23:20:08.822Z Compiling secrecy v0.8.0
33382026-06-23T23:20:08.848Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33392026-06-23T23:20:08.866Z Compiling crc-any v2.5.0
33402026-06-23T23:20:08.922Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33412026-06-23T23:20:08.939Z Compiling hickory-server v0.25.2
33422026-06-23T23:20:08.957Z Compiling ssh-cipher v0.2.0
33432026-06-23T23:20:09.151Z Compiling sled v0.34.7
33442026-06-23T23:20:09.258Z Compiling object v0.30.4
33452026-06-23T23:20:09.335Z Compiling progenitor-macro v0.13.0
33462026-06-23T23:20:09.352Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33472026-06-23T23:20:09.442Z Compiling progenitor v0.14.0
33482026-06-23T23:20:09.537Z Compiling bcrypt-pbkdf v0.10.0
33492026-06-23T23:20:09.601Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33502026-06-23T23:20:09.627Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33512026-06-23T23:20:09.674Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33522026-06-23T23:20:09.888Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33532026-06-23T23:20:09.906Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33542026-06-23T23:20:10.095Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33552026-06-23T23:20:10.148Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33562026-06-23T23:20:10.271Z Compiling password-hash v0.4.2
33572026-06-23T23:20:10.419Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33582026-06-23T23:20:10.436Z Compiling path-slash v0.1.5
33592026-06-23T23:20:10.529Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33602026-06-23T23:20:10.654Z Compiling crc8 v0.1.1
33612026-06-23T23:20:10.704Z Compiling half v1.8.3
33622026-06-23T23:20:10.802Z Compiling http-range v0.1.5
33632026-06-23T23:20:10.963Z Compiling serde_cbor v0.11.2
33642026-06-23T23:20:11.001Z Compiling pbkdf2 v0.11.0
33652026-06-23T23:20:11.018Z Compiling illumos-nvpair v0.3.0
33662026-06-23T23:20:11.037Z Compiling ssh-key v0.6.7
33672026-06-23T23:20:11.297Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33682026-06-23T23:20:11.726Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33692026-06-23T23:20:11.836Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33702026-06-23T23:20:12.249Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33712026-06-23T23:20:12.286Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33722026-06-23T23:20:12.416Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33732026-06-23T23:20:12.698Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33742026-06-23T23:20:12.763Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33752026-06-23T23:20:12.851Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33762026-06-23T23:20:12.910Z Compiling p521 v0.13.3
33772026-06-23T23:20:12.927Z Compiling p256 v0.13.2
33782026-06-23T23:20:12.930Z Compiling yasna v0.5.2
33792026-06-23T23:20:12.961Z Compiling kstat-rs v0.2.4
33802026-06-23T23:20:13.303Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33812026-06-23T23:20:13.338Z Compiling headers-core v0.3.0
33822026-06-23T23:20:13.357Z Compiling nanorand v0.7.0
33832026-06-23T23:20:13.360Z Compiling atty v0.2.14
33842026-06-23T23:20:13.489Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33852026-06-23T23:20:13.513Z Compiling russh-cryptovec v0.7.3
33862026-06-23T23:20:13.642Z Compiling md5 v0.7.0
33872026-06-23T23:20:13.645Z Compiling home v0.5.12
33882026-06-23T23:20:13.676Z Compiling flume v0.11.1
33892026-06-23T23:20:13.738Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33902026-06-23T23:20:13.829Z Compiling russh-keys v0.45.0
33912026-06-23T23:20:13.912Z Compiling headers v0.4.1
33922026-06-23T23:20:13.947Z Compiling rcgen v0.12.1
33932026-06-23T23:20:14.025Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33942026-06-23T23:20:14.083Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33952026-06-23T23:20:14.244Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33962026-06-23T23:20:14.422Z Compiling progenitor v0.13.0
33972026-06-23T23:20:14.543Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33982026-06-23T23:20:14.603Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33992026-06-23T23:20:14.683Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34002026-06-23T23:20:14.699Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34012026-06-23T23:20:14.844Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34022026-06-23T23:20:14.862Z Compiling hyper-staticfile v0.10.1
34032026-06-23T23:20:14.975Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34042026-06-23T23:20:15.012Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34052026-06-23T23:20:15.094Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34062026-06-23T23:20:15.264Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34072026-06-23T23:20:15.387Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34082026-06-23T23:20:15.430Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34092026-06-23T23:20:15.494Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34102026-06-23T23:20:15.511Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34112026-06-23T23:20:15.573Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34122026-06-23T23:20:15.708Z Compiling num-bigint v0.4.6
34132026-06-23T23:20:15.728Z Compiling des v0.8.1
34142026-06-23T23:20:15.772Z Compiling subprocess v0.2.15
34152026-06-23T23:20:15.796Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34162026-06-23T23:20:15.837Z Compiling display-error-chain v0.2.2
34172026-06-23T23:20:15.899Z Compiling hex-literal v0.4.1
34182026-06-23T23:20:15.959Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34192026-06-23T23:20:15.980Z Compiling colored v2.2.0
34202026-06-23T23:20:16.009Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34212026-06-23T23:20:16.038Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34222026-06-23T23:20:16.203Z Compiling internet-checksum v0.2.1
34232026-06-23T23:20:16.264Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34242026-06-23T23:20:16.984Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34252026-06-23T23:20:17.011Z Compiling russh v0.45.0
34262026-06-23T23:20:17.822Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34272026-06-23T23:20:18.713Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34282026-06-23T23:20:18.713Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34292026-06-23T23:20:21.120Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34302026-06-23T23:20:21.258Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34312026-06-23T23:20:21.793Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34322026-06-23T23:20:22.253Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34332026-06-23T23:20:23.760Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34342026-06-23T23:20:31.995Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34352026-06-23T23:20:31.995Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34362026-06-23T23:20:31.995Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34372026-06-23T23:20:31.999Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34382026-06-23T23:20:33.732Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34392026-06-23T23:20:33.887Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34402026-06-23T23:20:37.804Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34412026-06-23T23:21:17.671Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34422026-06-23T23:21:17.886Z
34432026-06-23T23:21:17.886Zreal 1:26.659851866
34442026-06-23T23:21:17.886Zuser 7:59.453809845
34452026-06-23T23:21:17.886Zsys 1:37.362728310
34462026-06-23T23:21:17.887Ztrap 0.231298988
34472026-06-23T23:21:17.887Ztflt 0.620503857
34482026-06-23T23:21:17.887Zdflt 1.598628119
34492026-06-23T23:21:17.887Zkflt 0.000465190
34502026-06-23T23:21:17.887Zlock 28:10.546802599
34512026-06-23T23:21:17.887Zslp 17:57.549098684
34522026-06-23T23:21:17.887Zlat 38.477485331
34532026-06-23T23:21:17.890Zstop 2:44.448694669
34542026-06-23T23:21:17.890Z+ mkdir tests
34552026-06-23T23:21:17.892Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34562026-06-23T23:21:17.892Z+ xargs -I '{}' -t cp '{}' tests/
34572026-06-23T23:21:17.914Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-abedb56dce9149c1 tests/
34582026-06-23T23:21:17.944Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f2d4ae26e5892fb9 tests/
34592026-06-23T23:21:17.974Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-3f1f110410e5c8cf tests/
34602026-06-23T23:21:18.016Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-0f60d05b842747e0 tests/
34612026-06-23T23:21:18.344Z+ 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)
34622026-06-23T23:21:18.347Z+ 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-f2d4ae26e5892fb9 tests/commtest-3f1f110410e5c8cf tests/dhcp_server-abedb56dce9149c1 tests/end_to_end_tests-0f60d05b842747e0 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
34632026-06-23T23:22:38.799ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34642026-06-23T23:22:38.799Za .github/buildomat/ci-env.sh 1K
34652026-06-23T23:22:38.799Za out/target/test 1K
34662026-06-23T23:22:38.799Za out/npuzone/npuzone 27402K
34672026-06-23T23:22:38.799Za package-manifest.toml 35K
34682026-06-23T23:22:38.799Za smf/sled-agent/non-gimlet/config.toml 6K
34692026-06-23T23:22:38.800Za target/release/omicron-package 44684K
34702026-06-23T23:22:38.800Za target/release/xtask 11142K
34712026-06-23T23:22:38.800Za target/debug/bootstrap 357019K
34722026-06-23T23:22:38.800Za tests/bootstrap-f2d4ae26e5892fb9 31975K
34732026-06-23T23:22:38.800Za tests/commtest-3f1f110410e5c8cf 43619K
34742026-06-23T23:22:38.800Za tests/dhcp_server-abedb56dce9149c1 31975K
34752026-06-23T23:22:38.800Za tests/end_to_end_tests-0f60d05b842747e0 399904K
34762026-06-23T23:22:38.800Za tools/opte_version 1K
34772026-06-23T23:22:38.800Za tools/opte_version_override 2K
34782026-06-23T23:22:38.800Za out/clickhouse.tar.gz 314132K
34792026-06-23T23:22:38.800Za out/clickhouse_keeper.tar.gz 299314K
34802026-06-23T23:22:38.800Za out/clickhouse_server.tar.gz 314130K
34812026-06-23T23:22:38.800Za out/cockroachdb.tar.gz 157633K
34822026-06-23T23:22:38.801Za out/crucible-pantry-zone.tar.gz 36696K
34832026-06-23T23:22:38.801Za out/crucible-utils.tar 16478K
34842026-06-23T23:22:38.801Za out/crucible-zone.tar.gz 52266K
34852026-06-23T23:22:38.801Za out/external-dns.tar.gz 42835K
34862026-06-23T23:22:38.801Za out/internal-dns.tar.gz 42835K
34872026-06-23T23:22:38.801Za out/mg-ddm-gz.tar 97917K
34882026-06-23T23:22:38.801Za out/nexus.tar.gz 275211K
34892026-06-23T23:22:38.801Za out/ntp.tar.gz 24551K
34902026-06-23T23:22:38.801Za out/omicron-gateway-softnpu.tar.gz 29305K
34912026-06-23T23:22:38.801Za out/omicron-sled-agent.tar 193481K
34922026-06-23T23:22:38.801Za out/overlay.tar.gz 3K
34932026-06-23T23:22:38.801Za out/oximeter.tar.gz 62647K
34942026-06-23T23:22:38.801Za out/oxlog.tar 3809K
34952026-06-23T23:22:38.801Za out/probe.tar.gz 3037K
34962026-06-23T23:22:38.802Za out/propolis-server.tar.gz 34918K
34972026-06-23T23:22:38.802Za out/pumpkind-gz.tar 26647K
34982026-06-23T23:22:38.802Za out/switch-softnpu.tar.gz 445958K
34992026-06-23T23:22:38.820Z
35002026-06-23T23:22:38.820Zreal 1:20.450378869
35012026-06-23T23:22:38.820Zuser 1:17.790632110
35022026-06-23T23:22:38.820Zsys 4.443990773
35032026-06-23T23:22:38.820Ztrap 0.006564539
35042026-06-23T23:22:38.820Ztflt 0.000000000
35052026-06-23T23:22:38.820Zdflt 0.000000000
35062026-06-23T23:22:38.820Zkflt 0.000000000
35072026-06-23T23:22:38.820Zlock 0.000000000
35082026-06-23T23:22:38.820Zslp 1:17.664476967
35092026-06-23T23:22:38.821Zlat 0.989820182
35102026-06-23T23:22:38.821Zstop 0.000552870
35112026-06-23T23:22:38.821Zprocess exited: duration 1069232 ms, exit code 0
 
35122026-06-23T23:22:38.837Zfound 1 output files
35132026-06-23T23:22:38.837Zuploading: /work/package.tar.gz (2480858388 bytes)
35142026-06-23T23:23:09.160Zuploaded: /work/package.tar.gz