01KTSH6AA7AZF715RZTFN8K9MM: 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: 01KTSH6Y94RTEGC0KHFMJCY5PN

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-10T19:48:30.258Zjob assigned to worker 01KTSH76X9HQD5ATDSGMDA3SKN [factory aws, i-0271421dde2c5880c] (queued for 51 s)
 
22026-06-10T19:48:38.082Zstarting task 0: "setup"
32026-06-10T19:48:38.086Z++ uname -s
42026-06-10T19:48:38.089Z+ kern=SunOS
52026-06-10T19:48:38.089Z+ build_user=build
62026-06-10T19:48:38.089Z+ build_uid=12345
72026-06-10T19:48:38.089Z+ work_dir=/work
82026-06-10T19:48:38.089Z+ input_dir=/input
92026-06-10T19:48:38.089Z+ [[ 0 == 12345 ]]
102026-06-10T19:48:38.089Z+ case "$kern" in
112026-06-10T19:48:38.090Z+ groupadd -g 12345 build
122026-06-10T19:48:38.092Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-10T19:48:40.099Z+ zfs create -o mountpoint=/work rpool/work
142026-06-10T19:48:40.159Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-10T19:48:40.163Z+ home_fs=zfs
162026-06-10T19:48:40.163Z+ [[ zfs == autofs ]]
172026-06-10T19:48:40.163Z+ mkdir -p /home/build
182026-06-10T19:48:40.163Z+ chown build:build /home/build /work
192026-06-10T19:48:42.165Z+ chmod 0700 /home/build /work
202026-06-10T19:48:42.169Zprocess exited: duration 4091 ms, exit code 0
 
212026-06-10T19:48:42.175Zstarting task 1: "rust-toolchain"
222026-06-10T19:48:42.182Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-10T19:48:42.182Z * rust toolchain channel = "1.94.0"
242026-06-10T19:48:42.182Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-10T19:48:42.182Z * rust toolchain profile = "default"
262026-06-10T19:48:42.182Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-10T19:48:42.182Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-10T19:48:42.188Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-10T19:48:42.189Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-10T19:48:42.272Zinfo: downloading installer
312026-06-10T19:48:43.756Zwarn: It looks like you have an existing rustup settings file at:
322026-06-10T19:48:43.756Zwarn: /home/build/.rustup/settings.toml
332026-06-10T19:48:43.756Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-10T19:48:43.756Zwarn: instead of the one inferred from the default host triple.
352026-06-10T19:48:43.769Zinfo: profile set to default
362026-06-10T19:48:43.769Zinfo: default host triple is x86_64-unknown-illumos
372026-06-10T19:48:43.771Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-10T19:48:43.958Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-10T19:48:43.961Zinfo: downloading 6 components
402026-06-10T19:48:58.624Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-10T19:48:58.624Z
422026-06-10T19:48:58.662Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-10T19:48:58.662Z
442026-06-10T19:48:58.662Z
452026-06-10T19:48:58.662ZRust is installed now. Great!
462026-06-10T19:48:58.662Z
472026-06-10T19:48:58.662ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-10T19:48:58.662Zenvironment variable. This has not been done automatically.
492026-06-10T19:48:58.662Z
502026-06-10T19:48:58.662ZTo configure your current shell, you need to source
512026-06-10T19:48:58.662Zthe corresponding env file under $HOME/.cargo.
522026-06-10T19:48:58.662Z
532026-06-10T19:48:58.662ZThis is usually done by running one of the following (note the leading DOT):
542026-06-10T19:48:58.666Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-10T19:48:58.666Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-10T19:48:58.666Zsource "~/.cargo/env.nu" # For nushell
572026-06-10T19:48:58.666Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-10T19:48:58.666Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-10T19:48:58.666Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-10T19:48:58.666Zwarn: no default linker (`cc`) was found in your PATH
612026-06-10T19:48:58.666Zwarn: many Rust crates require a system C toolchain to build
622026-06-10T19:48:58.765Z+ rustup --version
632026-06-10T19:48:58.771Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-10T19:48:58.774Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-10T19:48:58.794Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-10T19:48:58.797Z+ cargo --version
672026-06-10T19:48:58.805Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-10T19:48:58.810Z+ rustc --version
692026-06-10T19:48:58.852Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-10T19:48:58.859Zprocess exited: duration 16656 ms, exit code 0
 
712026-06-10T19:48:58.865Zstarting task 2: "authentication"
722026-06-10T19:48:58.909Zprocess exited: duration 36 ms, exit code 0
 
732026-06-10T19:48:58.923Zstarting task 3: "clone repository"
742026-06-10T19:48:58.926Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-10T19:48:58.930Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-10T19:48:58.972ZCloning into '/work/oxidecomputer/omicron'...
772026-06-10T19:49:09.831Z+ cd /work/oxidecomputer/omicron
782026-06-10T19:49:09.831Z+ git fetch origin b0849e26a3b0d6b7a29b2970d2e497635134ce06
792026-06-10T19:49:10.121ZFrom https://github.com/oxidecomputer/omicron
802026-06-10T19:49:10.121Z * branch b0849e26a3b0d6b7a29b2970d2e497635134ce06 -> FETCH_HEAD
812026-06-10T19:49:10.137Z+ [[ -n eliza/fix-instance-state ]]
822026-06-10T19:49:10.140Z++ git branch --show-current
832026-06-10T19:49:10.143Z+ current=main
842026-06-10T19:49:10.143Z+ [[ main != eliza/fix-instance-state ]]
852026-06-10T19:49:10.143Z+ git branch -f eliza/fix-instance-state b0849e26a3b0d6b7a29b2970d2e497635134ce06
862026-06-10T19:49:10.146Z+ git checkout -f eliza/fix-instance-state
872026-06-10T19:49:10.385ZSwitched to branch 'eliza/fix-instance-state'
882026-06-10T19:49:10.388Z+ git reset --hard b0849e26a3b0d6b7a29b2970d2e497635134ce06
892026-06-10T19:49:10.624ZHEAD is now at b0849e26a try to make panics more obvious
902026-06-10T19:49:10.627Zprocess exited: duration 11704 ms, exit code 0
 
912026-06-10T19:49:10.633Zstarting task 4: "build"
922026-06-10T19:49:10.639Z+ source .github/buildomat/ci-env.sh
932026-06-10T19:49:10.639Z++ export CARGO_TERM_COLOR=always
942026-06-10T19:49:10.639Z++ CARGO_TERM_COLOR=always
952026-06-10T19:49:10.639Z+ cargo --version
962026-06-10T19:49:10.650Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-10T19:49:10.654Z+ rustc --version
982026-06-10T19:49:10.675Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-10T19:49:10.680Z+ WORK=/work
1002026-06-10T19:49:10.680Z+ pfexec mkdir -p /work
1012026-06-10T19:49:10.683Z+ pfexec chown build /work
1022026-06-10T19:49:10.687Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-10T19:49:12.241Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-10T19:49:12.332Z Startup: Caching catalogs ... Done
1052026-06-10T19:49:12.663ZPlanning: Solver setup ... Done (0.284s)
1062026-06-10T19:49:12.685ZPlanning: Running solver ... Done (0.022s)
1072026-06-10T19:49:12.693ZPlanning: Finding local manifests ... Done (0.004s)
1082026-06-10T19:49:12.715ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-10T19:49:12.751ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-10T19:49:12.765ZPlanning: Package planning ... Done (0.015s)
1112026-06-10T19:49:12.769ZPlanning: Merging actions ... Done (0.002s)
1122026-06-10T19:49:12.966ZPlanning: Checking for conflicting actions ... Done (0.198s)
1132026-06-10T19:49:12.969ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-10T19:49:13.875ZPlanning: Evaluating mediators ... Done (0.905s)
1152026-06-10T19:49:13.880ZPlanning: Planning completed in 1.52 seconds
1162026-06-10T19:49:13.888Z Packages to install: 2
1172026-06-10T19:49:13.888Z Estimated space available: 156.07 GB
1182026-06-10T19:49:13.888ZEstimated space to be consumed: 25.37 MB
1192026-06-10T19:49:13.888Z Create boot environment: No
1202026-06-10T19:49:13.888ZCreate backup boot environment: No
1212026-06-10T19:49:13.888Z Rebuild boot archive: No
1222026-06-10T19:49:13.888Z
1232026-06-10T19:49:13.888ZChanged packages:
1242026-06-10T19:49:13.888Zhelios
1252026-06-10T19:49:13.888Z developer/build-essential
1262026-06-10T19:49:13.888Z None -> 11-3.0
1272026-06-10T19:49:13.888Z library/libxmlsec1
1282026-06-10T19:49:13.888Z None -> 1.2.35-3.0
1292026-06-10T19:49:13.909Z
1302026-06-10T19:49:13.909ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-10T19:49:16.771ZDownload: Completed 1.28 MB in 2.86 seconds (458k/s)
1322026-06-10T19:49:16.842Z Actions: 1/268 actions (Installing new actions)
1332026-06-10T19:49:16.883Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-10T19:49:16.891ZFinalize: Updating package state database ... Done (0.008s)
1352026-06-10T19:49:16.891ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-10T19:49:16.913ZFinalize: Updating image state ... Done (0.022s)
1372026-06-10T19:49:19.506ZFinalize: Creating fast lookup database ... Done (2.570s)
1382026-06-10T19:49:19.579ZFinalize: Reading search index ... Done (0.014s)
1392026-06-10T19:49:19.582ZFinalize: Updating search index ... Done (0.000s)
1402026-06-10T19:49:19.679ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-10T19:49:19.988ZPlanning: Evaluating mediator changes ... Done
1422026-06-10T19:49:20.095ZPlanning: Checking for conflicting actions ... Done
1432026-06-10T19:49:20.098ZPlanning: Consolidating action changes ... Done
1442026-06-10T19:49:20.255ZPlanning: Evaluating mediators ... Done
1452026-06-10T19:49:20.261ZPlanning: Planning completed in 0.27 seconds
1462026-06-10T19:49:20.278Z Mediators to change: 2
1472026-06-10T19:49:20.278Z Create boot environment: No
1482026-06-10T19:49:20.278ZCreate backup boot environment: No
1492026-06-10T19:49:20.350ZFinalize: Updating package state database ... Done
1502026-06-10T19:49:20.350ZFinalize: Updating package cache ... Done
1512026-06-10T19:49:20.367ZFinalize: Updating image state ... Done
1522026-06-10T19:49:22.311ZFinalize: Creating fast lookup database ... Done
1532026-06-10T19:49:22.374ZFinalize: Reading search index ... Done
1542026-06-10T19:49:22.377ZFinalize: Updating search index ... Done
1552026-06-10T19:49:22.463ZFinalize: Updating package cache ... Done
1562026-06-10T19:49:22.750ZPlanning: Evaluating mediator changes ... Done
1572026-06-10T19:49:22.854ZPlanning: Checking for conflicting actions ... Done
1582026-06-10T19:49:22.857ZPlanning: Consolidating action changes ... Done
1592026-06-10T19:49:23.013ZPlanning: Evaluating mediators ... Done
1602026-06-10T19:49:23.017ZPlanning: Planning completed in 0.26 seconds
1612026-06-10T19:49:23.036Z Mediators to change: 1
1622026-06-10T19:49:23.036Z Create boot environment: No
1632026-06-10T19:49:23.037ZCreate backup boot environment: No
1642026-06-10T19:49:23.090ZFinalize: Updating package state database ... Done
1652026-06-10T19:49:23.091ZFinalize: Updating package cache ... Done
1662026-06-10T19:49:23.106ZFinalize: Updating image state ... Done
1672026-06-10T19:49:25.055ZFinalize: Creating fast lookup database ... Done
1682026-06-10T19:49:25.114ZFinalize: Reading search index ... Done
1692026-06-10T19:49:25.117ZFinalize: Updating search index ... Done
1702026-06-10T19:49:25.203ZFinalize: Updating package cache ... Done
1712026-06-10T19:49:25.517ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-10T19:49:25.517Zapache system 2.4 system
1732026-06-10T19:49:25.517Zclang system 15 system
1742026-06-10T19:49:25.517Zcsh system system illumos
1752026-06-10T19:49:25.517Zctags system system illumos
1762026-06-10T19:49:25.517Zfile vendor vendor darwinsys
1772026-06-10T19:49:25.517Zfile system system illumos
1782026-06-10T19:49:25.517Zgcc vendor 14 vendor
1792026-06-10T19:49:25.517Zgcc system 13 system
1802026-06-10T19:49:25.517Zgcc system 10 system
1812026-06-10T19:49:25.517Zgo system 1.25 system
1822026-06-10T19:49:25.517Zllvm system 15 system
1832026-06-10T19:49:25.517Zmariadb system 11.4 system
1842026-06-10T19:49:25.517Zmta vendor vendor dma
1852026-06-10T19:49:25.517Zopenjdk system 17 system
1862026-06-10T19:49:25.517Zopenjdk system 11 system
1872026-06-10T19:49:25.517Zopenssl vendor 3 vendor
1882026-06-10T19:49:25.517Zperl system 5.40 system
1892026-06-10T19:49:25.517Zpostgresql system 18 system
1902026-06-10T19:49:25.517Zpostgresql system 17 system
1912026-06-10T19:49:25.517Zpython vendor 3 vendor
1922026-06-10T19:49:25.517Zpython system 2 system
1932026-06-10T19:49:25.517Zpython3 vendor 3.13 vendor
1942026-06-10T19:49:25.518Zruby system 3.4 system
1952026-06-10T19:49:25.518Zruby system 3.0 system
1962026-06-10T19:49:25.518Zwords vendor vendor american-english
1972026-06-10T19:49:25.518Zwords system system australian-english
1982026-06-10T19:49:25.518Zwords system system british-english
1992026-06-10T19:49:25.518Zwords system system canadian-english
2002026-06-10T19:49:25.518Zwords system system french
2012026-06-10T19:49:25.518Zwords system system italian
2022026-06-10T19:49:25.518Zwords system system ngerman
2032026-06-10T19:49:25.518Zwords system system ogerman
2042026-06-10T19:49:25.518Zwords system system spanish
2052026-06-10T19:49:25.778ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-10T19:49:25.778Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-10T19:49:26.062ZFMRI IFO
2082026-06-10T19:49:26.062Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-10T19:49:26.062Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-10T19:49:26.062Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-10T19:49:26.062Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-10T19:49:26.062Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-10T19:49:26.062Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-10T19:49:26.062Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-10T19:49:26.062Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-10T19:49:26.062Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-10T19:49:26.307Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-10T19:49:26.634Z Updating crates.io index
2192026-06-10T19:49:26.681Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-10T19:49:26.929Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-10T19:49:27.874Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-10T19:49:28.396Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-10T19:49:29.744Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-10T19:49:30.337Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-10T19:49:31.885Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-10T19:49:32.673Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-10T19:49:33.046Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-10T19:49:34.087Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-10T19:49:34.450Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-10T19:49:34.826Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-10T19:49:35.167Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-10T19:49:36.188Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-10T19:49:36.696Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-10T19:49:36.936Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-10T19:49:37.278Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-10T19:49:37.706Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-10T19:49:38.119Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-10T19:49:38.501Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-10T19:49:38.758Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-10T19:49:39.071Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-10T19:49:39.510Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-10T19:49:39.958Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-10T19:49:40.521Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-10T19:49:41.052Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-10T19:49:41.311Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-10T19:49:41.882Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-10T19:49:42.193Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-10T19:49:43.599Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-10T19:49:44.414Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-10T19:49:44.844Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-10T19:49:45.116Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-10T19:49:45.554Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-10T19:49:45.931Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-10T19:49:46.275Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-10T19:49:46.686Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-10T19:49:47.257Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-10T19:49:47.547Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-10T19:49:47.832Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-10T19:49:48.215Z Updating git repository `https://github.com/oxidecomputer/omicron`
2602026-06-10T19:50:01.011Z Downloading crates ...
2612026-06-10T19:50:01.076Z Downloaded anstyle v1.0.14
2622026-06-10T19:50:01.084Z Downloaded anstream v1.0.0
2632026-06-10T19:50:01.088Z Downloaded thiserror v1.0.69
2642026-06-10T19:50:01.091Z Downloaded memmap v0.7.0
2652026-06-10T19:50:01.095Z Downloaded icu_provider v2.1.1
2662026-06-10T19:50:01.095Z Downloaded yoke v0.8.1
2672026-06-10T19:50:01.098Z Downloaded unicode-linebreak v0.1.5
2682026-06-10T19:50:01.098Z Downloaded heck v0.5.0
2692026-06-10T19:50:01.101Z Downloaded is_terminal_polyfill v1.70.2
2702026-06-10T19:50:01.101Z Downloaded errno v0.3.14
2712026-06-10T19:50:01.101Z Downloaded percent-encoding v2.3.2
2722026-06-10T19:50:01.104Z Downloaded cfg-if v1.0.4
2732026-06-10T19:50:01.104Z Downloaded textwrap v0.16.2
2742026-06-10T19:50:01.104Z Downloaded toml v0.8.23
2752026-06-10T19:50:01.109Z Downloaded idna_adapter v1.2.1
2762026-06-10T19:50:01.109Z Downloaded scroll_derive v0.12.1
2772026-06-10T19:50:01.112Z Downloaded itoa v1.0.17
2782026-06-10T19:50:01.112Z Downloaded swrite v0.1.0
2792026-06-10T19:50:01.112Z Downloaded usdt-attr-macro v0.5.0
2802026-06-10T19:50:01.113Z Downloaded usdt v0.5.0
2812026-06-10T19:50:01.116Z Downloaded autocfg v1.5.0
2822026-06-10T19:50:01.119Z Downloaded version_check v0.9.5
2832026-06-10T19:50:01.119Z Downloaded toml_write v0.1.2
2842026-06-10T19:50:01.122Z Downloaded toml_datetime v0.6.11
2852026-06-10T19:50:01.122Z Downloaded pretty-hex v0.4.1
2862026-06-10T19:50:01.127Z Downloaded serde_derive v1.0.228
2872026-06-10T19:50:01.127Z Downloaded utf8_iter v1.0.4
2882026-06-10T19:50:01.127Z Downloaded anstyle-query v1.1.5
2892026-06-10T19:50:01.130Z Downloaded writeable v0.6.2
2902026-06-10T19:50:01.130Z Downloaded macaddr v1.0.1
2912026-06-10T19:50:01.130Z Downloaded smallvec v1.15.1
2922026-06-10T19:50:01.130Z Downloaded semver v1.0.28
2932026-06-10T19:50:01.130Z Downloaded dtrace-parser v0.2.0
2942026-06-10T19:50:01.135Z Downloaded plain v0.2.3
2952026-06-10T19:50:01.135Z Downloaded heck v0.4.1
2962026-06-10T19:50:01.135Z Downloaded proc-macro-error v1.0.4
2972026-06-10T19:50:01.139Z Downloaded zerovec-derive v0.11.2
2982026-06-10T19:50:01.139Z Downloaded crypto-common v0.1.7
2992026-06-10T19:50:01.139Z Downloaded ordered-float v2.10.1
3002026-06-10T19:50:01.139Z Downloaded zerocopy-derive v0.7.35
3012026-06-10T19:50:01.139Z Downloaded zmij v1.0.21
3022026-06-10T19:50:01.143Z Downloaded yoke-derive v0.8.1
3032026-06-10T19:50:01.143Z Downloaded stable_deref_trait v1.2.1
3042026-06-10T19:50:01.143Z Downloaded utf8parse v0.2.2
3052026-06-10T19:50:01.143Z Downloaded zerofrom-derive v0.1.6
3062026-06-10T19:50:01.143Z Downloaded thread-id v4.2.2
3072026-06-10T19:50:01.143Z Downloaded zerofrom v0.1.6
3082026-06-10T19:50:01.143Z Downloaded colorchoice v1.0.4
3092026-06-10T19:50:01.143Z Downloaded typeid v1.0.3
3102026-06-10T19:50:01.147Z Downloaded usdt-macro v0.5.0
3112026-06-10T19:50:01.147Z Downloaded thiserror-impl v2.0.18
3122026-06-10T19:50:01.147Z Downloaded block-buffer v0.10.4
3132026-06-10T19:50:01.147Z Downloaded thiserror v2.0.18
3142026-06-10T19:50:01.150Z Downloaded fastrand v2.3.0
3152026-06-10T19:50:01.150Z Downloaded serde-value v0.7.0
3162026-06-10T19:50:01.153Z Downloaded ucd-trie v0.1.7
3172026-06-10T19:50:01.156Z Downloaded strsim v0.11.1
3182026-06-10T19:50:01.162Z Downloaded typenum v1.19.0
3192026-06-10T19:50:01.165Z Downloaded thiserror-impl v1.0.69
3202026-06-10T19:50:01.165Z Downloaded potential_utf v0.1.4
3212026-06-10T19:50:01.168Z Downloaded smawk v0.3.2
3222026-06-10T19:50:01.169Z Downloaded unicode-xid v0.2.6
3232026-06-10T19:50:01.169Z Downloaded dof v0.3.0
3242026-06-10T19:50:01.172Z Downloaded usdt-impl v0.5.0
3252026-06-10T19:50:01.172Z Downloaded tinystr v0.8.2
3262026-06-10T19:50:01.176Z Downloaded fnv v1.0.7
3272026-06-10T19:50:01.176Z Downloaded cpufeatures v0.2.17
3282026-06-10T19:50:01.186Z Downloaded clap_lex v1.0.0
3292026-06-10T19:50:01.186Z Downloaded zerotrie v0.2.3
3302026-06-10T19:50:01.186Z Downloaded terminal_size v0.4.3
3312026-06-10T19:50:01.186Z Downloaded form_urlencoded v1.2.2
3322026-06-10T19:50:01.186Z Downloaded toml_edit v0.22.27
3332026-06-10T19:50:01.189Z Downloaded unicode-ident v1.0.24
3342026-06-10T19:50:01.189Z Downloaded tabled_derive v0.7.0
3352026-06-10T19:50:01.189Z Downloaded proc-macro-error-attr v1.0.4
3362026-06-10T19:50:01.189Z Downloaded serde_spanned v0.6.9
3372026-06-10T19:50:01.189Z Downloaded generic-array v0.14.7
3382026-06-10T19:50:01.192Z Downloaded cargo-platform v0.2.0
3392026-06-10T19:50:01.196Z Downloaded equivalent v1.0.2
3402026-06-10T19:50:01.196Z Downloaded url v2.5.8
3412026-06-10T19:50:01.199Z Downloaded erased-serde v0.4.9
3422026-06-10T19:50:01.202Z Downloaded bytecount v0.6.9
3432026-06-10T19:50:01.202Z Downloaded zerovec v0.11.5
3442026-06-10T19:50:01.205Z Downloaded zerocopy v0.7.35
3452026-06-10T19:50:01.212Z Downloaded winnow v0.7.14
3462026-06-10T19:50:01.217Z Downloaded serde_core v1.0.228
3472026-06-10T19:50:01.220Z Downloaded sha2 v0.10.9
3482026-06-10T19:50:01.220Z Downloaded scroll v0.12.0
3492026-06-10T19:50:01.225Z Downloaded displaydoc v0.2.5
3502026-06-10T19:50:01.225Z Downloaded pest_derive v2.8.6
3512026-06-10T19:50:01.225Z Downloaded serde-untagged v0.1.9
3522026-06-10T19:50:01.228Z Downloaded icu_normalizer v2.1.1
3532026-06-10T19:50:01.228Z Downloaded cargo_toml v0.21.0
3542026-06-10T19:50:01.228Z Downloaded unicode-width v0.2.0
3552026-06-10T19:50:01.233Z Downloaded unicode-width v0.1.14
3562026-06-10T19:50:01.236Z Downloaded fs-err v3.3.0
3572026-06-10T19:50:01.236Z Downloaded synstructure v0.13.2
3582026-06-10T19:50:01.236Z Downloaded serde_tokenstream v0.2.3
3592026-06-10T19:50:01.236Z Downloaded quote v1.0.45
3602026-06-10T19:50:01.239Z Downloaded byteorder v1.5.0
3612026-06-10T19:50:01.242Z Downloaded anstyle-parse v1.0.0
3622026-06-10T19:50:01.242Z Downloaded litemap v0.8.1
3632026-06-10T19:50:01.246Z Downloaded camino-tempfile v1.4.1
3642026-06-10T19:50:01.249Z Downloaded cargo_metadata v0.21.0
3652026-06-10T19:50:01.252Z Downloaded bitflags v2.11.0
3662026-06-10T19:50:01.256Z Downloaded pest_generator v2.8.6
3672026-06-10T19:50:01.259Z Downloaded camino v1.2.2
3682026-06-10T19:50:01.263Z Downloaded clap v4.6.1
3692026-06-10T19:50:01.273Z Downloaded anyhow v1.0.102
3702026-06-10T19:50:01.279Z Downloaded clap_derive v4.6.1
3712026-06-10T19:50:01.282Z Downloaded tempfile v3.25.0
3722026-06-10T19:50:01.282Z Downloaded cargo-util-schemas v0.8.2
3732026-06-10T19:50:01.286Z Downloaded proc-macro2 v1.0.106
3742026-06-10T19:50:01.289Z Downloaded digest v0.10.7
3752026-06-10T19:50:01.295Z Downloaded icu_properties v2.1.2
3762026-06-10T19:50:01.298Z Downloaded getrandom v0.4.1
3772026-06-10T19:50:01.301Z Downloaded log v0.4.29
3782026-06-10T19:50:01.306Z Downloaded once_cell v1.21.3
3792026-06-10T19:50:01.309Z Downloaded num-traits v0.2.19
3802026-06-10T19:50:01.316Z Downloaded pest_meta v2.8.6
3812026-06-10T19:50:01.320Z Downloaded papergrid v0.11.0
3822026-06-10T19:50:01.325Z Downloaded icu_normalizer_data v2.1.1
3832026-06-10T19:50:01.328Z Downloaded icu_locale_core v2.1.1
3842026-06-10T19:50:01.331Z Downloaded serde v1.0.228
3852026-06-10T19:50:01.345Z Downloaded icu_collections v2.1.1
3862026-06-10T19:50:01.352Z Downloaded memchr v2.8.0
3872026-06-10T19:50:01.366Z Downloaded idna v1.1.0
3882026-06-10T19:50:01.370Z Downloaded indexmap v2.14.0
3892026-06-10T19:50:01.385Z Downloaded serde_json v1.0.149
3902026-06-10T19:50:01.390Z Downloaded pest v2.8.6
3912026-06-10T19:50:01.402Z Downloaded hashbrown v0.17.0
3922026-06-10T19:50:01.405Z Downloaded clap_builder v4.6.0
3932026-06-10T19:50:01.411Z Downloaded goblin v0.8.2
3942026-06-10T19:50:01.417Z Downloaded icu_properties_data v2.1.2
3952026-06-10T19:50:01.431Z Downloaded tabled v0.15.0
3962026-06-10T19:50:01.439Z Downloaded syn v1.0.109
3972026-06-10T19:50:01.452Z Downloaded syn v2.0.117
3982026-06-10T19:50:01.465Z Downloaded rustix v1.1.3
3992026-06-10T19:50:01.492Z Downloaded libc v0.2.185
4002026-06-10T19:50:01.557Z Compiling proc-macro2 v1.0.106
4012026-06-10T19:50:01.557Z Compiling unicode-ident v1.0.24
4022026-06-10T19:50:01.557Z Compiling quote v1.0.45
4032026-06-10T19:50:01.561Z Compiling serde_core v1.0.228
4042026-06-10T19:50:01.561Z Compiling libc v0.2.185
4052026-06-10T19:50:01.561Z Compiling version_check v0.9.5
4062026-06-10T19:50:01.561Z Compiling serde v1.0.228
4072026-06-10T19:50:01.561Z Compiling memchr v2.8.0
4082026-06-10T19:50:01.561Z Compiling stable_deref_trait v1.2.1
4092026-06-10T19:50:01.561Z Compiling zmij v1.0.21
4102026-06-10T19:50:01.561Z Compiling autocfg v1.5.0
4112026-06-10T19:50:01.561Z Compiling thiserror v1.0.69
4122026-06-10T19:50:01.742Z Compiling itoa v1.0.17
4132026-06-10T19:50:01.746Z Compiling ucd-trie v0.1.7
4142026-06-10T19:50:01.746Z Compiling writeable v0.6.2
4152026-06-10T19:50:01.965Z Compiling litemap v0.8.1
4162026-06-10T19:50:02.032Z Compiling byteorder v1.5.0
4172026-06-10T19:50:02.138Z Compiling icu_normalizer_data v2.1.1
4182026-06-10T19:50:02.242Z Compiling icu_properties_data v2.1.2
4192026-06-10T19:50:02.246Z Compiling rustix v1.1.3
4202026-06-10T19:50:02.246Z Compiling bitflags v2.11.0
4212026-06-10T19:50:02.297Z Compiling pest v2.8.6
4222026-06-10T19:50:02.400Z Compiling serde_json v1.0.149
4232026-06-10T19:50:02.404Z Compiling num-traits v0.2.19
4242026-06-10T19:50:02.404Z Compiling equivalent v1.0.2
4252026-06-10T19:50:02.489Z Compiling typeid v1.0.3
4262026-06-10T19:50:02.554Z Compiling smallvec v1.15.1
4272026-06-10T19:50:02.575Z Compiling hashbrown v0.17.0
4282026-06-10T19:50:02.646Z Compiling usdt-impl v0.5.0
4292026-06-10T19:50:02.688Z Compiling proc-macro-error-attr v1.0.4
4302026-06-10T19:50:02.769Z Compiling toml_write v0.1.2
4312026-06-10T19:50:02.869Z Compiling erased-serde v0.4.9
4322026-06-10T19:50:02.885Z Compiling syn v1.0.109
4332026-06-10T19:50:02.885Z Compiling winnow v0.7.14
4342026-06-10T19:50:02.929Z Compiling errno v0.3.14
4352026-06-10T19:50:02.949Z Compiling thread-id v4.2.2
4362026-06-10T19:50:03.018Z Compiling proc-macro-error v1.0.4
4372026-06-10T19:50:03.038Z Compiling log v0.4.29
4382026-06-10T19:50:03.039Z Compiling utf8_iter v1.0.4
4392026-06-10T19:50:03.123Z Compiling thiserror v2.0.18
4402026-06-10T19:50:03.166Z Compiling indexmap v2.14.0
4412026-06-10T19:50:03.193Z Compiling percent-encoding v2.3.2
4422026-06-10T19:50:03.227Z Compiling plain v0.2.3
4432026-06-10T19:50:03.251Z Compiling getrandom v0.4.1
4442026-06-10T19:50:03.264Z Compiling utf8parse v0.2.2
4452026-06-10T19:50:03.264Z Compiling camino v1.2.2
4462026-06-10T19:50:03.315Z Compiling syn v2.0.117
4472026-06-10T19:50:03.411Z Compiling anstyle-parse v1.0.0
4482026-06-10T19:50:03.432Z Compiling form_urlencoded v1.2.2
4492026-06-10T19:50:03.450Z Compiling pest_meta v2.8.6
4502026-06-10T19:50:03.625Z Compiling ordered-float v2.10.1
4512026-06-10T19:50:03.695Z Compiling cfg-if v1.0.4
4522026-06-10T19:50:03.743Z Compiling anstyle v1.0.14
4532026-06-10T19:50:03.771Z Compiling colorchoice v1.0.4
4542026-06-10T19:50:03.787Z Compiling is_terminal_polyfill v1.70.2
4552026-06-10T19:50:03.805Z Compiling anstyle-query v1.1.5
4562026-06-10T19:50:03.825Z Compiling pretty-hex v0.4.1
4572026-06-10T19:50:03.908Z Compiling fs-err v3.3.0
4582026-06-10T19:50:03.927Z Compiling anstream v1.0.0
4592026-06-10T19:50:03.932Z Compiling bytecount v0.6.9
4602026-06-10T19:50:03.965Z Compiling unicode-width v0.1.14
4612026-06-10T19:50:03.998Z Compiling anyhow v1.0.102
4622026-06-10T19:50:04.016Z Compiling terminal_size v0.4.3
4632026-06-10T19:50:04.050Z Compiling fastrand v2.3.0
4642026-06-10T19:50:04.102Z Compiling heck v0.5.0
4652026-06-10T19:50:04.123Z Compiling strsim v0.11.1
4662026-06-10T19:50:04.189Z Compiling clap_lex v1.0.0
4672026-06-10T19:50:04.267Z Compiling heck v0.4.1
4682026-06-10T19:50:04.287Z Compiling fnv v1.0.7
4692026-06-10T19:50:04.338Z Compiling semver v1.0.28
4702026-06-10T19:50:04.371Z Compiling once_cell v1.21.3
4712026-06-10T19:50:04.407Z Compiling unicode-xid v0.2.6
4722026-06-10T19:50:04.423Z Compiling papergrid v0.11.0
4732026-06-10T19:50:04.457Z Compiling clap_builder v4.6.0
4742026-06-10T19:50:04.550Z Compiling memmap v0.7.0
4752026-06-10T19:50:04.558Z Compiling tempfile v3.25.0
4762026-06-10T19:50:04.628Z Compiling smawk v0.3.2
4772026-06-10T19:50:04.682Z Compiling unicode-width v0.2.0
4782026-06-10T19:50:04.736Z Compiling serde-untagged v0.1.9
4792026-06-10T19:50:04.744Z Compiling unicode-linebreak v0.1.5
4802026-06-10T19:50:04.788Z Compiling camino-tempfile v1.4.1
4812026-06-10T19:50:04.934Z Compiling swrite v0.1.0
4822026-06-10T19:50:04.956Z Compiling textwrap v0.16.2
4832026-06-10T19:50:04.973Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4842026-06-10T19:50:05.317Z Compiling tabled_derive v0.7.0
4852026-06-10T19:50:05.898Z Compiling synstructure v0.13.2
4862026-06-10T19:50:05.898Z Compiling pest_generator v2.8.6
4872026-06-10T19:50:05.989Z Compiling tabled v0.15.0
4882026-06-10T19:50:06.462Z Compiling serde_derive v1.0.228
4892026-06-10T19:50:06.466Z Compiling zerofrom-derive v0.1.6
4902026-06-10T19:50:06.466Z Compiling yoke-derive v0.8.1
4912026-06-10T19:50:06.466Z Compiling zerovec-derive v0.11.2
4922026-06-10T19:50:06.466Z Compiling displaydoc v0.2.5
4932026-06-10T19:50:06.466Z Compiling thiserror-impl v1.0.69
4942026-06-10T19:50:06.466Z Compiling zerocopy-derive v0.7.35
4952026-06-10T19:50:06.466Z Compiling scroll_derive v0.12.1
4962026-06-10T19:50:06.466Z Compiling thiserror-impl v2.0.18
4972026-06-10T19:50:06.466Z Compiling clap_derive v4.6.1
4982026-06-10T19:50:06.550Z Compiling pest_derive v2.8.6
4992026-06-10T19:50:07.203Z Compiling zerocopy v0.7.35
5002026-06-10T19:50:07.298Z Compiling scroll v0.12.0
5012026-06-10T19:50:07.475Z Compiling zerofrom v0.1.6
5022026-06-10T19:50:07.522Z Compiling goblin v0.8.2
5032026-06-10T19:50:07.589Z Compiling yoke v0.8.1
5042026-06-10T19:50:07.623Z Compiling dtrace-parser v0.2.0
5052026-06-10T19:50:07.749Z Compiling zerovec v0.11.5
5062026-06-10T19:50:07.749Z Compiling zerotrie v0.2.3
5072026-06-10T19:50:07.893Z Compiling clap v4.6.1
5082026-06-10T19:50:08.170Z Compiling tinystr v0.8.2
5092026-06-10T19:50:08.170Z Compiling potential_utf v0.1.4
5102026-06-10T19:50:08.300Z Compiling icu_collections v2.1.1
5112026-06-10T19:50:08.325Z Compiling icu_locale_core v2.1.1
5122026-06-10T19:50:08.879Z Compiling icu_provider v2.1.1
5132026-06-10T19:50:09.087Z Compiling icu_properties v2.1.2
5142026-06-10T19:50:09.087Z Compiling icu_normalizer v2.1.1
5152026-06-10T19:50:09.119Z Compiling toml_datetime v0.6.11
5162026-06-10T19:50:09.119Z Compiling serde_spanned v0.6.9
5172026-06-10T19:50:09.122Z Compiling dof v0.3.0
5182026-06-10T19:50:09.122Z Compiling serde_tokenstream v0.2.3
5192026-06-10T19:50:09.122Z Compiling serde-value v0.7.0
5202026-06-10T19:50:09.122Z Compiling cargo-platform v0.2.0
5212026-06-10T19:50:09.122Z Compiling macaddr v1.0.1
5222026-06-10T19:50:09.367Z Compiling toml_edit v0.22.27
5232026-06-10T19:50:09.829Z Compiling usdt-macro v0.5.0
5242026-06-10T19:50:09.832Z Compiling usdt-attr-macro v0.5.0
5252026-06-10T19:50:09.896Z Compiling idna_adapter v1.2.1
5262026-06-10T19:50:10.003Z Compiling idna v1.1.0
5272026-06-10T19:50:10.271Z Compiling url v2.5.8
5282026-06-10T19:50:10.429Z Compiling usdt v0.5.0
5292026-06-10T19:50:10.619Z Compiling toml v0.8.23
5302026-06-10T19:50:10.949Z Compiling cargo-util-schemas v0.8.2
5312026-06-10T19:50:10.949Z Compiling cargo_toml v0.21.0
5322026-06-10T19:50:11.733Z Compiling cargo_metadata v0.21.0
5332026-06-10T19:50:12.642Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5342026-06-10T19:50:14.727Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.59s
5352026-06-10T19:50:14.989Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5362026-06-10T19:50:16.577Z Downloading crates ...
5372026-06-10T19:50:16.605Z Downloaded atomic-waker v1.1.2
5382026-06-10T19:50:16.605Z Downloaded adler2 v2.0.1
5392026-06-10T19:50:16.605Z Downloaded ciborium-io v0.2.2
5402026-06-10T19:50:16.605Z Downloaded castaway v0.2.4
5412026-06-10T19:50:16.605Z Downloaded crc-any v2.5.0
5422026-06-10T19:50:16.605Z Downloaded camino-tempfile-ext v0.3.3
5432026-06-10T19:50:16.605Z Downloaded darling_macro v0.23.0
5442026-06-10T19:50:16.606Z Downloaded darling v0.20.11
5452026-06-10T19:50:16.606Z Downloaded colored v2.2.0
5462026-06-10T19:50:16.606Z Downloaded daft v0.1.7
5472026-06-10T19:50:16.606Z Downloaded cexpr v0.6.0
5482026-06-10T19:50:16.606Z Downloaded crc8 v0.1.1
5492026-06-10T19:50:16.606Z Downloaded darling_macro v0.20.11
5502026-06-10T19:50:16.606Z Downloaded crc-catalog v2.4.0
5512026-06-10T19:50:16.606Z Downloaded compact_str v0.8.1
5522026-06-10T19:50:16.606Z Downloaded foldhash v0.2.0
5532026-06-10T19:50:16.606Z Downloaded aes-gcm v0.10.3
5542026-06-10T19:50:16.606Z Downloaded defmt v0.3.100
5552026-06-10T19:50:16.606Z Downloaded backon v1.6.0
5562026-06-10T19:50:16.606Z Downloaded darling v0.21.3
5572026-06-10T19:50:16.606Z Downloaded dropshot-api-manager-types v0.7.2
5582026-06-10T19:50:16.606Z Downloaded display-error-chain v0.2.2
5592026-06-10T19:50:16.606Z Downloaded darling v0.13.4
5602026-06-10T19:50:16.606Z Downloaded bitfield v0.19.4
5612026-06-10T19:50:16.606Z Downloaded curve25519-dalek-derive v0.1.1
5622026-06-10T19:50:16.607Z Downloaded cfg_aliases v0.1.1
5632026-06-10T19:50:16.607Z Downloaded document-features v0.2.12
5642026-06-10T19:50:16.607Z Downloaded dirs-sys-next v0.1.2
5652026-06-10T19:50:16.607Z Downloaded critical-section v1.2.0
5662026-06-10T19:50:16.607Z Downloaded ctr v0.9.2
5672026-06-10T19:50:16.607Z Downloaded csv-core v0.1.13
5682026-06-10T19:50:16.607Z Downloaded flagset v0.4.7
5692026-06-10T19:50:16.607Z Downloaded bit-vec v0.8.0
5702026-06-10T19:50:16.607Z Downloaded flume v0.11.1
5712026-06-10T19:50:16.607Z Downloaded defmt-parser v1.0.0
5722026-06-10T19:50:16.607Z Downloaded bzip2 v0.6.1
5732026-06-10T19:50:16.607Z Downloaded blake2 v0.10.6
5742026-06-10T19:50:16.607Z Downloaded derive_builder_macro v0.20.2
5752026-06-10T19:50:16.607Z Downloaded cfg_aliases v0.2.1
5762026-06-10T19:50:16.610Z Downloaded bit-set v0.5.3
5772026-06-10T19:50:16.610Z Downloaded find-msvc-tools v0.1.9
5782026-06-10T19:50:16.610Z Downloaded ciborium-ll v0.2.2
5792026-06-10T19:50:16.610Z Downloaded endian-type v0.1.2
5802026-06-10T19:50:16.610Z Downloaded downcast-rs v2.0.2
5812026-06-10T19:50:16.610Z Downloaded crunchy v0.2.4
5822026-06-10T19:50:16.610Z Downloaded crc v3.4.0
5832026-06-10T19:50:16.610Z Downloaded byte-wrapper v0.1.0
5842026-06-10T19:50:16.610Z Downloaded async-stream-impl v0.3.6
5852026-06-10T19:50:16.610Z Downloaded daft-derive v0.1.7
5862026-06-10T19:50:16.610Z Downloaded bitfield-struct v0.6.2
5872026-06-10T19:50:16.610Z Downloaded compression-core v0.4.31
5882026-06-10T19:50:16.611Z Downloaded cobs v0.3.0
5892026-06-10T19:50:16.611Z Downloaded bcrypt-pbkdf v0.10.0
5902026-06-10T19:50:16.611Z Downloaded float-cmp v0.10.0
5912026-06-10T19:50:16.611Z Downloaded env_filter v1.0.0
5922026-06-10T19:50:16.611Z Downloaded dirs-next v2.0.0
5932026-06-10T19:50:16.611Z Downloaded bit-set v0.8.0
5942026-06-10T19:50:16.611Z Downloaded base16ct v0.2.0
5952026-06-10T19:50:16.611Z Downloaded darling_core v0.13.4
5962026-06-10T19:50:16.611Z Downloaded atty v0.2.14
5972026-06-10T19:50:16.611Z Downloaded aead v0.5.2
5982026-06-10T19:50:16.611Z Downloaded dof v0.4.0
5992026-06-10T19:50:16.611Z Downloaded bb8 v0.8.6
6002026-06-10T19:50:16.611Z Downloaded chacha20 v0.9.1
6012026-06-10T19:50:16.611Z Downloaded darling_core v0.20.11
6022026-06-10T19:50:16.611Z Downloaded dtrace-parser v0.3.0
6032026-06-10T19:50:16.611Z Downloaded atomicwrites v0.4.4
6042026-06-10T19:50:16.611Z Downloaded darling_core v0.21.3
6052026-06-10T19:50:16.611Z Downloaded block-padding v0.3.3
6062026-06-10T19:50:16.611Z Downloaded debug-ignore v1.0.5
6072026-06-10T19:50:16.611Z Downloaded embedded-io v0.4.0
6082026-06-10T19:50:16.611Z Downloaded cpufeatures v0.3.0
6092026-06-10T19:50:16.612Z Downloaded array-init v0.0.4
6102026-06-10T19:50:16.612Z Downloaded difflib v0.4.0
6112026-06-10T19:50:16.612Z Downloaded crucible-workspace-hack v0.1.0
6122026-06-10T19:50:16.612Z Downloaded async-stream v0.3.6
6132026-06-10T19:50:16.612Z Downloaded fd-lock v4.0.4
6142026-06-10T19:50:16.612Z Downloaded funty v2.0.0
6152026-06-10T19:50:16.612Z Downloaded float-ord v0.3.2
6162026-06-10T19:50:16.612Z Downloaded fixedbitset v0.4.2
6172026-06-10T19:50:16.612Z Downloaded arrayref v0.3.9
6182026-06-10T19:50:16.612Z Downloaded bitfield-macros v0.19.4
6192026-06-10T19:50:16.612Z Downloaded crossbeam-deque v0.8.6
6202026-06-10T19:50:16.612Z Downloaded blowfish v0.9.1
6212026-06-10T19:50:16.612Z Downloaded darling_macro v0.21.3
6222026-06-10T19:50:16.612Z Downloaded darling_macro v0.13.4
6232026-06-10T19:50:16.612Z Downloaded dunce v1.0.5
6242026-06-10T19:50:16.612Z Downloaded bit-vec v0.6.3
6252026-06-10T19:50:16.612Z Downloaded backoff v0.4.0
6262026-06-10T19:50:16.612Z Downloaded async-bb8-diesel v0.2.1
6272026-06-10T19:50:16.612Z Downloaded enum-as-inner v0.6.1
6282026-06-10T19:50:16.612Z Downloaded convert_case v0.4.0
6292026-06-10T19:50:16.612Z Downloaded futures-core v0.3.32
6302026-06-10T19:50:16.612Z Downloaded diesel_table_macro_syntax v0.3.0
6312026-06-10T19:50:16.612Z Downloaded cargo-platform v0.3.2
6322026-06-10T19:50:16.612Z Downloaded dsl_auto_type v0.2.0
6332026-06-10T19:50:16.612Z Downloaded ecdsa v0.16.9
6342026-06-10T19:50:16.613Z Downloaded foreign-types-shared v0.1.1
6352026-06-10T19:50:16.613Z Downloaded foreign-types v0.3.2
6362026-06-10T19:50:16.613Z Downloaded ena v0.14.4
6372026-06-10T19:50:16.628Z Downloaded foreign-types-shared v0.3.1
6382026-06-10T19:50:16.628Z Downloaded foreign-types-macros v0.2.3
6392026-06-10T19:50:16.628Z Downloaded futures-macro v0.3.32
6402026-06-10T19:50:16.628Z Downloaded fallible-iterator v0.2.0
6412026-06-10T19:50:16.628Z Downloaded fxhash v0.2.1
6422026-06-10T19:50:16.628Z Downloaded buf-list v1.1.2
6432026-06-10T19:50:16.628Z Downloaded globwalk v0.9.1
6442026-06-10T19:50:16.628Z Downloaded assert_matches v1.5.0
6452026-06-10T19:50:16.628Z Downloaded derive-ex v0.1.8
6462026-06-10T19:50:16.628Z Downloaded fixedbitset v0.5.7
6472026-06-10T19:50:16.629Z Downloaded darling v0.23.0
6482026-06-10T19:50:16.629Z Downloaded crc32fast v1.5.0
6492026-06-10T19:50:16.629Z Downloaded futures-sink v0.3.32
6502026-06-10T19:50:16.629Z Downloaded futures-io v0.3.32
6512026-06-10T19:50:16.629Z Downloaded colored v3.1.1
6522026-06-10T19:50:16.629Z Downloaded hash32 v0.2.1
6532026-06-10T19:50:16.629Z Downloaded gethostname v0.5.0
6542026-06-10T19:50:16.629Z Downloaded cargo_metadata v0.23.1
6552026-06-10T19:50:16.629Z Downloaded ghash v0.5.1
6562026-06-10T19:50:16.629Z Downloaded futures-task v0.3.32
6572026-06-10T19:50:16.629Z Downloaded const_format_proc_macros v0.2.34
6582026-06-10T19:50:16.629Z Downloaded headers-core v0.3.0
6592026-06-10T19:50:16.629Z Downloaded cstr-argument v0.1.2
6602026-06-10T19:50:16.629Z Downloaded foreign-types v0.5.0
6612026-06-10T19:50:16.629Z Downloaded bcs v0.1.6
6622026-06-10T19:50:16.629Z Downloaded corncobs v0.1.4
6632026-06-10T19:50:16.629Z Downloaded hex-literal v0.4.1
6642026-06-10T19:50:16.629Z Downloaded hex v0.4.3
6652026-06-10T19:50:16.629Z Downloaded arc-swap v1.8.2
6662026-06-10T19:50:16.629Z Downloaded der_derive v0.7.3
6672026-06-10T19:50:16.629Z Downloaded either v1.15.0
6682026-06-10T19:50:16.629Z Downloaded hostname v0.3.1
6692026-06-10T19:50:16.629Z Downloaded httpdate v1.0.3
6702026-06-10T19:50:16.629Z Downloaded filetime v0.2.27
6712026-06-10T19:50:16.629Z Downloaded diesel-dtrace v0.5.0
6722026-06-10T19:50:16.629Z Downloaded http-range v0.1.5
6732026-06-10T19:50:16.630Z Downloaded hostname v0.4.2
6742026-06-10T19:50:16.630Z Downloaded embedded-io v0.6.1
6752026-06-10T19:50:16.630Z Downloaded home v0.5.12
6762026-06-10T19:50:16.630Z Downloaded derive_builder_core v0.20.2
6772026-06-10T19:50:16.630Z Downloaded defmt v1.0.1
6782026-06-10T19:50:16.630Z Downloaded hubpack v0.1.2
6792026-06-10T19:50:16.630Z Downloaded http-body v1.0.1
6802026-06-10T19:50:16.630Z Downloaded hash32 v0.3.1
6812026-06-10T19:50:16.630Z Downloaded convert_case v0.10.0
6822026-06-10T19:50:16.630Z Downloaded cipher v0.4.4
6832026-06-10T19:50:16.630Z Downloaded ident_case v1.0.1
6842026-06-10T19:50:16.630Z Downloaded hyper-tls v0.6.0
6852026-06-10T19:50:16.630Z Downloaded des v0.8.1
6862026-06-10T19:50:16.630Z Downloaded async-trait v0.1.89
6872026-06-10T19:50:16.630Z Downloaded anstream v0.6.21
6882026-06-10T19:50:16.630Z Downloaded hubpack_derive v0.1.1
6892026-06-10T19:50:16.630Z Downloaded constant_time_eq v0.4.2
6902026-06-10T19:50:16.630Z Downloaded env_logger v0.11.9
6912026-06-10T19:50:16.630Z Downloaded ascii-canvas v3.0.0
6922026-06-10T19:50:16.630Z Downloaded async-recursion v1.1.1
6932026-06-10T19:50:16.630Z Downloaded foldhash v0.1.5
6942026-06-10T19:50:16.630Z Downloaded illumos-nvpair v0.3.0
6952026-06-10T19:50:16.630Z Downloaded ff v0.13.1
6962026-06-10T19:50:16.631Z Downloaded indent_write v2.2.0
6972026-06-10T19:50:16.631Z Downloaded erased-serde v0.3.31
6982026-06-10T19:50:16.631Z Downloaded fs-err v2.11.0
6992026-06-10T19:50:16.631Z Downloaded argon2 v0.5.3
7002026-06-10T19:50:16.631Z Downloaded ed25519 v2.2.3
7012026-06-10T19:50:16.631Z Downloaded dyn-clone v1.0.20
7022026-06-10T19:50:16.631Z Downloaded futures-executor v0.3.32
7032026-06-10T19:50:16.631Z Downloaded illumos-nvpair-sys v0.2.0
7042026-06-10T19:50:16.631Z Downloaded bitflags v1.3.2
7052026-06-10T19:50:16.631Z Downloaded arrayvec v0.7.6
7062026-06-10T19:50:16.631Z Downloaded anstyle-parse v0.2.7
7072026-06-10T19:50:16.631Z Downloaded instability v0.3.11
7082026-06-10T19:50:16.631Z Downloaded defmt-macros v1.0.1
7092026-06-10T19:50:16.631Z Downloaded git-stub-vcs v0.1.0
7102026-06-10T19:50:16.631Z Downloaded data-encoding v2.10.0
7112026-06-10T19:50:16.631Z Downloaded cmake v0.1.57
7122026-06-10T19:50:16.631Z Downloaded cbc v0.1.2
7132026-06-10T19:50:16.631Z Downloaded base64ct v1.8.3
7142026-06-10T19:50:16.631Z Downloaded chacha20 v0.10.0
7152026-06-10T19:50:16.631Z Downloaded indoc v1.0.9
7162026-06-10T19:50:16.631Z Downloaded glob v0.3.3
7172026-06-10T19:50:16.631Z Downloaded git-stub v1.0.0
7182026-06-10T19:50:16.631Z Downloaded globset v0.4.18
7192026-06-10T19:50:16.631Z Downloaded fs_extra v1.3.0
7202026-06-10T19:50:16.631Z Downloaded deranged v0.5.8
7212026-06-10T19:50:16.631Z Downloaded highway v1.3.0
7222026-06-10T19:50:16.631Z Downloaded instant v0.1.13
7232026-06-10T19:50:16.632Z Downloaded group v0.13.0
7242026-06-10T19:50:16.632Z Downloaded kstat-rs v0.2.4
7252026-06-10T19:50:16.632Z Downloaded derive_builder v0.20.2
7262026-06-10T19:50:16.632Z Downloaded linked-hash-map v0.5.6
7272026-06-10T19:50:16.632Z Downloaded lazy_static v1.5.0
7282026-06-10T19:50:16.632Z Downloaded lalrpop-util v0.19.12
7292026-06-10T19:50:16.632Z Downloaded is_ci v1.2.0
7302026-06-10T19:50:16.632Z Downloaded is-terminal v0.4.17
7312026-06-10T19:50:16.632Z Downloaded libscf-sys v1.1.0
7322026-06-10T19:50:16.632Z Downloaded maplit v1.0.2
7332026-06-10T19:50:16.632Z Downloaded crossbeam-utils v0.8.21
7342026-06-10T19:50:16.632Z Downloaded cassowary v0.3.0
7352026-06-10T19:50:16.632Z Downloaded lru-slab v0.1.2
7362026-06-10T19:50:16.632Z Downloaded lru-cache v0.1.2
7372026-06-10T19:50:16.687Z Downloaded humantime v2.3.0
7382026-06-10T19:50:16.688Z Downloaded http-body-util v0.1.3
7392026-06-10T19:50:16.688Z Downloaded compression-codecs v0.4.37
7402026-06-10T19:50:16.688Z Downloaded bzip2 v0.4.4
7412026-06-10T19:50:16.688Z Downloaded console v0.16.2
7422026-06-10T19:50:16.688Z Downloaded clang-sys v1.8.1
7432026-06-10T19:50:16.688Z Downloaded fatfs v0.3.6
7442026-06-10T19:50:16.688Z Downloaded hyper-staticfile v0.10.1
7452026-06-10T19:50:16.688Z Downloaded cookie_store v0.22.1
7462026-06-10T19:50:16.688Z Downloaded md-5 v0.10.6
7472026-06-10T19:50:16.688Z Downloaded lru v0.12.5
7482026-06-10T19:50:16.688Z Downloaded keccak v0.1.6
7492026-06-10T19:50:16.689Z Downloaded md5 v0.7.0
7502026-06-10T19:50:16.689Z Downloaded ciborium v0.2.2
7512026-06-10T19:50:16.689Z Downloaded cookie v0.18.1
7522026-06-10T19:50:16.689Z Downloaded impl-trait-for-tuples v0.2.3
7532026-06-10T19:50:16.689Z Downloaded match_cfg v0.1.0
7542026-06-10T19:50:16.689Z Downloaded dropshot_endpoint v0.17.0
7552026-06-10T19:50:16.689Z Downloaded inout v0.1.4
7562026-06-10T19:50:16.689Z Downloaded indoc v2.0.7
7572026-06-10T19:50:16.689Z Downloaded mime v0.3.17
7582026-06-10T19:50:16.689Z Downloaded ingot-types v0.1.2
7592026-06-10T19:50:16.689Z Downloaded ahash v0.8.12
7602026-06-10T19:50:16.690Z Downloaded newline-converter v0.3.0
7612026-06-10T19:50:16.690Z Downloaded memoffset v0.9.1
7622026-06-10T19:50:16.690Z Downloaded maybe-uninit v2.0.0
7632026-06-10T19:50:16.690Z Downloaded multimap v0.10.1
7642026-06-10T19:50:16.690Z Downloaded newtype-uuid-macros v0.1.0
7652026-06-10T19:50:16.690Z Downloaded managed v0.8.0
7662026-06-10T19:50:16.690Z Downloaded lzss v0.8.2
7672026-06-10T19:50:16.690Z Downloaded normalize-line-endings v0.3.0
7682026-06-10T19:50:16.690Z Downloaded nibble_vec v0.1.0
7692026-06-10T19:50:16.690Z Downloaded ingot v0.1.1
7702026-06-10T19:50:16.690Z Downloaded newtype_derive v0.1.6
7712026-06-10T19:50:16.690Z Downloaded elliptic-curve v0.13.8
7722026-06-10T19:50:16.690Z Downloaded new_debug_unreachable v1.0.6
7732026-06-10T19:50:16.690Z Downloaded getrandom v0.2.17
7742026-06-10T19:50:16.690Z Downloaded nonempty v0.12.0
7752026-06-10T19:50:16.690Z Downloaded nodrop v0.1.14
7762026-06-10T19:50:16.690Z Downloaded derive_more v0.99.20
7772026-06-10T19:50:16.690Z Downloaded const-oid v0.9.6
7782026-06-10T19:50:16.690Z Downloaded console v0.15.11
7792026-06-10T19:50:16.690Z Downloaded ipnet v2.11.0
7802026-06-10T19:50:16.690Z Downloaded num-iter v0.1.45
7812026-06-10T19:50:16.690Z Downloaded ipnetwork v0.21.1
7822026-06-10T19:50:16.690Z Downloaded internet-checksum v0.2.1
7832026-06-10T19:50:16.690Z Downloaded hmac v0.12.1
7842026-06-10T19:50:16.691Z Downloaded half v1.8.3
7852026-06-10T19:50:16.691Z Downloaded libefi-sys v0.1.0
7862026-06-10T19:50:16.691Z Downloaded diff v0.1.13
7872026-06-10T19:50:16.691Z Downloaded num-derive v0.3.3
7882026-06-10T19:50:16.691Z Downloaded drift v0.2.0
7892026-06-10T19:50:16.691Z Downloaded olpc-cjson v0.1.4
7902026-06-10T19:50:16.691Z Downloaded num_enum_derive v0.5.11
7912026-06-10T19:50:16.691Z Downloaded num_threads v0.1.7
7922026-06-10T19:50:16.691Z Downloaded num-derive v0.4.2
7932026-06-10T19:50:16.691Z Downloaded httparse v1.10.1
7942026-06-10T19:50:16.691Z Downloaded cancel-safe-futures v0.1.5
7952026-06-10T19:50:16.691Z Downloaded lock_api v0.4.14
7962026-06-10T19:50:16.691Z Downloaded libsw v3.5.0
7972026-06-10T19:50:16.691Z Downloaded derive-where v1.6.0
7982026-06-10T19:50:16.691Z Downloaded allocator-api2 v0.2.21
7992026-06-10T19:50:16.691Z Downloaded linear-map v1.2.0
8002026-06-10T19:50:16.691Z Downloaded openssl-macros v0.1.1
8012026-06-10T19:50:16.691Z Downloaded libsw-core v0.3.2
8022026-06-10T19:50:16.691Z Downloaded bytes v1.11.1
8032026-06-10T19:50:16.691Z Downloaded packed_struct_codegen v0.10.1
8042026-06-10T19:50:16.691Z Downloaded hyper-rustls v0.27.7
8052026-06-10T19:50:16.691Z Downloaded mime_guess v2.0.5
8062026-06-10T19:50:16.691Z Downloaded opaque-debug v0.3.1
8072026-06-10T19:50:16.691Z Downloaded futures v0.3.32
8082026-06-10T19:50:16.691Z Downloaded multer v3.1.0
8092026-06-10T19:50:16.691Z Downloaded oso-derive v0.27.3
8102026-06-10T19:50:16.691Z Downloaded base64 v0.22.1
8112026-06-10T19:50:16.691Z Downloaded openssl-probe v0.1.6
8122026-06-10T19:50:16.691Z Downloaded newtype-uuid v1.3.2
8132026-06-10T19:50:16.691Z Downloaded openssl-probe v0.2.1
8142026-06-10T19:50:16.691Z Downloaded half v2.7.1
8152026-06-10T19:50:16.691Z Downloaded ingot-macros v0.1.1
8162026-06-10T19:50:16.691Z Downloaded nanorand v0.7.0
8172026-06-10T19:50:16.691Z Downloaded der v0.7.10
8182026-06-10T19:50:16.691Z Downloaded iana-time-zone v0.1.65
8192026-06-10T19:50:16.691Z Downloaded nu-ansi-term v0.50.3
8202026-06-10T19:50:16.691Z Downloaded pbkdf2 v0.11.0
8212026-06-10T19:50:16.691Z Downloaded parse-size v1.1.0
8222026-06-10T19:50:16.692Z Downloaded futures-channel v0.3.32
8232026-06-10T19:50:16.692Z Downloaded crossbeam-epoch v0.9.18
8242026-06-10T19:50:16.692Z Downloaded pbkdf2 v0.12.2
8252026-06-10T19:50:16.692Z Downloaded peg-runtime v0.8.5
8262026-06-10T19:50:16.692Z Downloaded path-slash v0.1.5
8272026-06-10T19:50:16.692Z Downloaded num-complex v0.4.6
8282026-06-10T19:50:16.692Z Downloaded getrandom v0.3.4
8292026-06-10T19:50:16.692Z Downloaded phf_shared v0.11.3
8302026-06-10T19:50:16.692Z Downloaded num-conv v0.2.0
8312026-06-10T19:50:16.692Z Downloaded jobserver v0.1.34
8322026-06-10T19:50:16.692Z Downloaded num_enum_derive v0.7.6
8332026-06-10T19:50:16.692Z Downloaded num_enum v0.7.6
8342026-06-10T19:50:16.692Z Downloaded pin-utils v0.1.0
8352026-06-10T19:50:16.692Z Downloaded phf_shared v0.13.1
8362026-06-10T19:50:16.692Z Downloaded num-integer v0.1.46
8372026-06-10T19:50:16.699Z Downloaded litrs v1.0.0
8382026-06-10T19:50:16.699Z Downloaded libloading v0.8.9
8392026-06-10T19:50:16.699Z Downloaded const_format v0.2.35
8402026-06-10T19:50:16.699Z Downloaded derive_more v2.1.1
8412026-06-10T19:50:16.699Z Downloaded proc-macro-crate v3.4.0
8422026-06-10T19:50:16.699Z Downloaded predicates-tree v1.0.13
8432026-06-10T19:50:16.699Z Downloaded precomputed-hash v0.1.1
8442026-06-10T19:50:16.699Z Downloaded proc-macro-crate v1.3.1
8452026-06-10T19:50:16.699Z Downloaded predicates-core v1.0.10
8462026-06-10T19:50:16.700Z Downloaded memmap2 v0.9.10
8472026-06-10T19:50:16.700Z Downloaded ignore v0.4.25
8482026-06-10T19:50:16.700Z Downloaded crossbeam-channel v0.5.15
8492026-06-10T19:50:16.700Z Downloaded proc-macro-error-attr2 v2.0.0
8502026-06-10T19:50:16.700Z Downloaded packed_struct v0.10.1
8512026-06-10T19:50:16.700Z Downloaded native-tls v0.2.18
8522026-06-10T19:50:16.700Z Downloaded indexmap v1.9.3
8532026-06-10T19:50:16.700Z Downloaded paste v1.0.15
8542026-06-10T19:50:16.700Z Downloaded password-hash v0.5.0
8552026-06-10T19:50:16.700Z Downloaded password-hash v0.4.2
8562026-06-10T19:50:16.700Z Downloaded parking_lot_core v0.8.6
8572026-06-10T19:50:16.700Z Downloaded progenitor-client v0.10.0
8582026-06-10T19:50:16.700Z Downloaded parse-display v0.10.0
8592026-06-10T19:50:16.700Z Downloaded oxide-tokio-rt v0.1.4
8602026-06-10T19:50:16.700Z Downloaded owo-colors v4.3.0
8612026-06-10T19:50:16.700Z Downloaded peg-macros v0.8.5
8622026-06-10T19:50:16.700Z Downloaded phf v0.13.1
8632026-06-10T19:50:16.700Z Downloaded pem-rfc7468 v0.7.0
8642026-06-10T19:50:16.701Z Downloaded peg v0.8.5
8652026-06-10T19:50:16.701Z Downloaded heapless v0.8.0
8662026-06-10T19:50:16.701Z Downloaded progenitor-macro v0.11.2
8672026-06-10T19:50:16.701Z Downloaded progenitor-client v0.11.2
8682026-06-10T19:50:16.701Z Downloaded heapless v0.7.17
8692026-06-10T19:50:16.701Z Downloaded parse-display-derive v0.10.0
8702026-06-10T19:50:16.701Z Downloaded oxnet v0.1.5
8712026-06-10T19:50:16.701Z Downloaded psl-types v2.0.11
8722026-06-10T19:50:16.701Z Downloaded progenitor-macro v0.13.0
8732026-06-10T19:50:16.701Z Downloaded phf v0.12.1
8742026-06-10T19:50:16.701Z Downloaded num v0.4.3
8752026-06-10T19:50:16.701Z Downloaded cc v1.2.56
8762026-06-10T19:50:16.701Z Downloaded num_enum v0.5.11
8772026-06-10T19:50:16.701Z Downloaded radium v0.7.0
8782026-06-10T19:50:16.701Z Downloaded quick-error v1.2.3
8792026-06-10T19:50:16.701Z Downloaded crypto-bigint v0.5.5
8802026-06-10T19:50:16.701Z Downloaded pin-project-lite v0.2.17
8812026-06-10T19:50:16.701Z Downloaded pin-project-internal v1.1.11
8822026-06-10T19:50:16.701Z Downloaded chacha20poly1305 v0.10.1
8832026-06-10T19:50:16.701Z Downloaded base64 v0.21.7
8842026-06-10T19:50:16.701Z Downloaded phf_shared v0.12.1
8852026-06-10T19:50:16.701Z Downloaded poly1305 v0.8.0
8862026-06-10T19:50:16.701Z Downloaded rand_xorshift v0.4.0
8872026-06-10T19:50:16.701Z Downloaded ppv-lite86 v0.2.21
8882026-06-10T19:50:16.701Z Downloaded pkcs8 v0.10.2
8892026-06-10T19:50:16.701Z Downloaded headers v0.4.1
8902026-06-10T19:50:16.701Z Downloaded polyval v0.6.2
8912026-06-10T19:50:16.701Z Downloaded omicron-zone-package v0.12.2
8922026-06-10T19:50:16.702Z Downloaded ed25519-dalek v2.2.0
8932026-06-10T19:50:16.702Z Downloaded proc-macro-error2 v2.0.1
8942026-06-10T19:50:16.702Z Downloaded pkg-config v0.3.32
8952026-06-10T19:50:16.702Z Downloaded recursive v0.1.1
8962026-06-10T19:50:16.702Z Downloaded primeorder v0.13.6
8972026-06-10T19:50:16.702Z Downloaded powerfmt v0.2.0
8982026-06-10T19:50:16.702Z Downloaded postgres-protocol v0.6.10
8992026-06-10T19:50:16.702Z Downloaded ref-cast v1.0.25
9002026-06-10T19:50:16.702Z Downloaded ref-cast-impl v1.0.25
9012026-06-10T19:50:16.702Z Downloaded indicatif v0.18.4
9022026-06-10T19:50:16.702Z Downloaded recursive-proc-macro-impl v0.1.1
9032026-06-10T19:50:16.702Z Downloaded libbz2-rs-sys v0.2.2
9042026-06-10T19:50:16.702Z Downloaded progenitor v0.13.0
9052026-06-10T19:50:16.702Z Downloaded progenitor v0.11.2
9062026-06-10T19:50:16.702Z Downloaded num-rational v0.4.2
9072026-06-10T19:50:16.702Z Downloaded progenitor-client v0.14.0
9082026-06-10T19:50:16.702Z Downloaded progenitor-client v0.13.0
9092026-06-10T19:50:16.702Z Downloaded progenitor v0.14.0
9102026-06-10T19:50:16.702Z Downloaded parking_lot_core v0.9.12
9112026-06-10T19:50:16.702Z Downloaded parking_lot v0.12.5
9122026-06-10T19:50:16.702Z Downloaded progenitor-macro v0.14.0
9132026-06-10T19:50:16.702Z Downloaded rfc6979 v0.4.0
9142026-06-10T19:50:16.702Z Downloaded rand_chacha v0.3.1
9152026-06-10T19:50:16.702Z Downloaded r2d2 v0.8.10
9162026-06-10T19:50:16.702Z Downloaded pem v3.0.6
9172026-06-10T19:50:16.702Z Downloaded psm v0.1.30
9182026-06-10T19:50:16.702Z Downloaded async-compression v0.4.41
9192026-06-10T19:50:16.702Z Downloaded rustc_version v0.4.1
9202026-06-10T19:50:16.702Z Downloaded pkcs5 v0.7.1
9212026-06-10T19:50:16.702Z Downloaded hickory-resolver v0.24.4
9222026-06-10T19:50:16.702Z Downloaded rustc-hash v2.1.1
9232026-06-10T19:50:16.702Z Downloaded predicates v3.1.4
9242026-06-10T19:50:16.702Z Downloaded flate2 v1.1.9
9252026-06-10T19:50:16.702Z Downloaded bumpalo v3.20.2
9262026-06-10T19:50:16.703Z Downloaded expectorate v1.2.0
9272026-06-10T19:50:16.703Z Downloaded russh-cryptovec v0.7.3
9282026-06-10T19:50:16.703Z Downloaded rtoolbox v0.0.3
9292026-06-10T19:50:16.703Z Downloaded hickory-resolver v0.25.2
9302026-06-10T19:50:16.703Z Downloaded rand_core v0.9.5
9312026-06-10T19:50:16.703Z Downloaded rand_chacha v0.9.0
9322026-06-10T19:50:16.703Z Downloaded parking_lot v0.11.2
9332026-06-10T19:50:16.703Z Downloaded miniz_oxide v0.8.9
9342026-06-10T19:50:16.703Z Downloaded rand_core v0.6.4
9352026-06-10T19:50:16.703Z Downloaded oso v0.27.3
9362026-06-10T19:50:16.703Z Downloaded papergrid v0.17.0
9372026-06-10T19:50:16.710Z Downloaded rand_seeder v0.4.0
9382026-06-10T19:50:16.710Z Downloaded pkcs1 v0.7.5
9392026-06-10T19:50:16.710Z Downloaded ar_archive_writer v0.5.1
9402026-06-10T19:50:16.710Z Downloaded secrecy v0.10.3
9412026-06-10T19:50:16.710Z Downloaded same-file v1.0.6
9422026-06-10T19:50:16.710Z Downloaded derive_more-impl v2.1.1
9432026-06-10T19:50:16.710Z Downloaded salsa20 v0.10.2
9442026-06-10T19:50:16.710Z Downloaded rand_core v0.10.0
9452026-06-10T19:50:16.710Z Downloaded sapling-renderdag v0.1.0
9462026-06-10T19:50:16.710Z Downloaded postcard v1.1.3
9472026-06-10T19:50:16.710Z Downloaded scheduled-thread-pool v0.2.7
9482026-06-10T19:50:16.710Z Downloaded darling_core v0.23.0
9492026-06-10T19:50:16.710Z Downloaded pin-project v1.1.11
9502026-06-10T19:50:16.710Z Downloaded scroll_derive v0.13.1
9512026-06-10T19:50:16.710Z Downloaded serde_bytes v0.11.19
9522026-06-10T19:50:16.710Z Downloaded scopeguard v1.2.0
9532026-06-10T19:50:16.710Z Downloaded secrecy v0.8.0
9542026-06-10T19:50:16.710Z Downloaded serde-big-array v0.5.1
9552026-06-10T19:50:16.710Z Downloaded semver v0.1.20
9562026-06-10T19:50:16.711Z Downloaded scrypt v0.11.0
9572026-06-10T19:50:16.711Z Downloaded resolv-conf v0.7.6
9582026-06-10T19:50:16.711Z Downloaded postgres-types v0.2.12
9592026-06-10T19:50:16.711Z Downloaded hashbrown v0.12.3
9602026-06-10T19:50:16.711Z Downloaded serde_urlencoded v0.7.1
9612026-06-10T19:50:16.711Z Downloaded progenitor-extras v0.2.0
9622026-06-10T19:50:16.711Z Downloaded serde_spanned v1.0.4
9632026-06-10T19:50:16.711Z Downloaded rustc_version v0.1.7
9642026-06-10T19:50:16.711Z Downloaded seq-macro v0.3.6
9652026-06-10T19:50:16.711Z Downloaded serde_repr v0.1.20
9662026-06-10T19:50:16.711Z Downloaded hickory-server v0.25.2
9672026-06-10T19:50:16.712Z Downloaded shell-words v1.1.1
9682026-06-10T19:50:16.712Z Downloaded sha1 v0.10.6
9692026-06-10T19:50:16.712Z Downloaded diesel_derives v2.3.7
9702026-06-10T19:50:16.712Z Downloaded p256 v0.13.2
9712026-06-10T19:50:16.712Z Downloaded rustversion v1.0.22
9722026-06-10T19:50:16.712Z Downloaded rustls-pemfile v2.2.0
9732026-06-10T19:50:16.712Z Downloaded sigpipe v0.1.3
9742026-06-10T19:50:16.712Z Downloaded signature v2.2.0
9752026-06-10T19:50:16.713Z Downloaded signal-hook-tokio v0.3.1
9762026-06-10T19:50:16.713Z Downloaded signal-hook-mio v0.2.5
9772026-06-10T19:50:16.713Z Downloaded rustls-pemfile v1.0.4
9782026-06-10T19:50:16.713Z Downloaded http v1.4.0
9792026-06-10T19:50:16.713Z Downloaded slog-bunyan v2.5.0
9802026-06-10T19:50:16.713Z Downloaded rusty-fork v0.3.1
9812026-06-10T19:50:16.713Z Downloaded sct v0.7.1
9822026-06-10T19:50:16.713Z Downloaded scroll v0.13.0
9832026-06-10T19:50:16.713Z Downloaded jiff-static v0.2.21
9842026-06-10T19:50:16.713Z Downloaded slog-envlogger v2.2.0
9852026-06-10T19:50:16.713Z Downloaded serde-hex v0.1.0
9862026-06-10T19:50:16.713Z Downloaded crossterm v0.28.1
9872026-06-10T19:50:16.713Z Downloaded schemars_derive v0.8.22
9882026-06-10T19:50:16.713Z Downloaded aes v0.8.4
9892026-06-10T19:50:16.713Z Downloaded rustls-native-certs v0.8.3
9902026-06-10T19:50:16.713Z Downloaded serde_path_to_error v0.1.20
9912026-06-10T19:50:16.713Z Downloaded serde_with_macros v1.5.2
9922026-06-10T19:50:16.713Z Downloaded progenitor-impl v0.14.0
9932026-06-10T19:50:16.713Z Downloaded progenitor-impl v0.11.2
9942026-06-10T19:50:16.713Z Downloaded ssh-cipher v0.2.0
9952026-06-10T19:50:16.713Z Downloaded serde_plain v1.0.2
9962026-06-10T19:50:16.713Z Downloaded ssh-encoding v0.2.0
9972026-06-10T19:50:16.713Z Downloaded hyper-util v0.1.20
9982026-06-10T19:50:16.713Z Downloaded rcgen v0.12.1
9992026-06-10T19:50:16.713Z Downloaded sqlparser_derive v0.5.0
10002026-06-10T19:50:16.713Z Downloaded rustls-pki-types v1.14.0
10012026-06-10T19:50:16.713Z Downloaded quinn-udp v0.5.14
10022026-06-10T19:50:16.713Z Downloaded structmeta-derive v0.3.0
10032026-06-10T19:50:16.713Z Downloaded structmeta v0.3.0
10042026-06-10T19:50:16.713Z Downloaded strsim v0.10.0
10052026-06-10T19:50:16.713Z Downloaded strip-ansi-escapes v0.2.1
10062026-06-10T19:50:16.713Z Downloaded slog-stdlog v4.1.1
10072026-06-10T19:50:16.713Z Downloaded strum v0.27.2
10082026-06-10T19:50:16.713Z Downloaded strum v0.26.3
10092026-06-10T19:50:16.713Z Downloaded siphasher v1.0.2
10102026-06-10T19:50:16.713Z Downloaded sync_wrapper v1.0.2
10112026-06-10T19:50:16.713Z Downloaded signal-hook-registry v1.4.8
10122026-06-10T19:50:16.713Z Downloaded subtle v2.6.1
10132026-06-10T19:50:16.714Z Downloaded russh-keys v0.45.0
10142026-06-10T19:50:16.714Z Downloaded slog-scope v4.4.1
10152026-06-10T19:50:16.714Z Downloaded num-bigint v0.4.6
10162026-06-10T19:50:16.714Z Downloaded crossterm v0.29.0
10172026-06-10T19:50:16.714Z Downloaded progenitor-impl v0.13.0
10182026-06-10T19:50:16.714Z Downloaded openssl-sys v0.9.115
10192026-06-10T19:50:16.714Z Downloaded itertools v0.10.5
10202026-06-10T19:50:16.714Z Downloaded smf v0.2.3
10212026-06-10T19:50:16.714Z Downloaded smallvec v0.6.14
10222026-06-10T19:50:16.714Z Downloaded tabwriter v1.4.1
10232026-06-10T19:50:16.714Z Downloaded sync-ptr v0.1.4
10242026-06-10T19:50:16.714Z Downloaded prettyplease v0.2.37
10252026-06-10T19:50:16.714Z Downloaded slog-async v2.8.0
10262026-06-10T19:50:16.714Z Downloaded tagptr v0.2.0
10272026-06-10T19:50:16.714Z Downloaded tabled_derive v0.11.0
10282026-06-10T19:50:16.714Z Downloaded slog-json v2.6.1
10292026-06-10T19:50:16.714Z Downloaded slog-dtrace v0.3.0
10302026-06-10T19:50:16.714Z Downloaded pretty_assertions v1.4.1
10312026-06-10T19:50:16.714Z Downloaded prefix-trie v0.7.0
10322026-06-10T19:50:16.714Z Downloaded minimal-lexical v0.2.1
10332026-06-10T19:50:16.714Z Downloaded snafu-derive v0.8.9
10342026-06-10T19:50:16.714Z Downloaded serde_derive_internals v0.29.1
10352026-06-10T19:50:16.714Z Downloaded termtree v0.5.1
10362026-06-10T19:50:16.714Z Downloaded take_mut v0.2.2
10372026-06-10T19:50:16.719Z Downloaded slab v0.4.12
10382026-06-10T19:50:16.719Z Downloaded simd-adler32 v0.3.8
10392026-06-10T19:50:16.719Z Downloaded sqlformat v0.3.5
10402026-06-10T19:50:16.719Z Downloaded spki v0.7.3
10412026-06-10T19:50:16.719Z Downloaded serde_cbor v0.11.2
10422026-06-10T19:50:16.719Z Downloaded hashbrown v0.13.2
10432026-06-10T19:50:16.719Z Downloaded sec1 v0.7.3
10442026-06-10T19:50:16.719Z Downloaded thiserror-impl-no-std v2.0.2
10452026-06-10T19:50:16.719Z Downloaded testing_table v0.3.0
10462026-06-10T19:50:16.719Z Downloaded static_assertions v1.1.0
10472026-06-10T19:50:16.719Z Downloaded rustls-platform-verifier v0.6.2
10482026-06-10T19:50:16.719Z Downloaded shlex v1.3.0
10492026-06-10T19:50:16.719Z Downloaded stacker v0.1.23
10502026-06-10T19:50:16.719Z Downloaded stringprep v0.1.5
10512026-06-10T19:50:16.719Z Downloaded mio v1.2.0
10522026-06-10T19:50:16.719Z Downloaded schemars v0.8.22
10532026-06-10T19:50:16.719Z Downloaded tinyvec_macros v0.1.1
10542026-06-10T19:50:16.719Z Downloaded tokio-macros v2.7.0
10552026-06-10T19:50:16.719Z Downloaded strum_macros v0.26.4
10562026-06-10T19:50:16.719Z Downloaded supports-color v3.0.2
10572026-06-10T19:50:16.719Z Downloaded strum_macros v0.24.3
10582026-06-10T19:50:16.719Z Downloaded strum_macros v0.27.2
10592026-06-10T19:50:16.719Z Downloaded string_cache v0.8.9
10602026-06-10T19:50:16.719Z Downloaded rand v0.8.6
10612026-06-10T19:50:16.719Z Downloaded publicsuffix v2.3.0
10622026-06-10T19:50:16.720Z Downloaded support-bundle-viewer v0.1.2
10632026-06-10T19:50:16.720Z Downloaded serde_with_macros v3.17.0
10642026-06-10T19:50:16.720Z Downloaded slog-term v2.9.2
10652026-06-10T19:50:16.720Z Downloaded ron v0.8.1
10662026-06-10T19:50:16.720Z Downloaded tap v1.0.1
10672026-06-10T19:50:16.720Z Downloaded ryu v1.0.23
10682026-06-10T19:50:16.720Z Downloaded thread-id v5.1.0
10692026-06-10T19:50:16.720Z Downloaded thiserror-no-std v2.0.2
10702026-06-10T19:50:16.720Z Downloaded termios v0.3.3
10712026-06-10T19:50:16.720Z Downloaded rayon-core v1.13.0
10722026-06-10T19:50:16.720Z Downloaded spin v0.9.8
10732026-06-10T19:50:16.720Z Downloaded thread_local v1.1.9
10742026-06-10T19:50:16.720Z Downloaded hashbrown v0.16.1
10752026-06-10T19:50:16.720Z Downloaded tower-layer v0.3.3
10762026-06-10T19:50:16.720Z Downloaded time-macros v0.2.27
10772026-06-10T19:50:16.720Z Downloaded topological-sort v0.2.2
10782026-06-10T19:50:16.720Z Downloaded tower-service v0.3.3
10792026-06-10T19:50:16.720Z Downloaded time-core v0.1.8
10802026-06-10T19:50:16.720Z Downloaded typify-macro v0.6.2
10812026-06-10T19:50:16.720Z Downloaded typify-macro v0.4.3
10822026-06-10T19:50:16.720Z Downloaded tiny-keccak v2.0.2
10832026-06-10T19:50:16.720Z Downloaded tls_codec v0.4.2
10842026-06-10T19:50:16.720Z Downloaded similar v2.7.0
10852026-06-10T19:50:16.720Z Downloaded unit-prefix v0.5.2
10862026-06-10T19:50:16.720Z Downloaded qorb v0.4.1
10872026-06-10T19:50:16.720Z Downloaded untrusted v0.7.1
10882026-06-10T19:50:16.720Z Downloaded signal-hook v0.3.18
10892026-06-10T19:50:16.720Z Downloaded nom v7.1.3
10902026-06-10T19:50:16.720Z Downloaded universal-hash v0.5.1
10912026-06-10T19:50:16.720Z Downloaded unicode-truncate v1.1.0
10922026-06-10T19:50:16.720Z Downloaded unarray v0.1.4
10932026-06-10T19:50:16.720Z Downloaded try-lock v0.2.5
10942026-06-10T19:50:16.720Z Downloaded tokio-native-tls v0.3.1
10952026-06-10T19:50:16.720Z Downloaded rand v0.9.2
10962026-06-10T19:50:16.720Z Downloaded tokio-dtrace v0.1.1
10972026-06-10T19:50:16.720Z Downloaded trait-variant v0.1.2
10982026-06-10T19:50:16.720Z Downloaded tls_codec_derive v0.4.2
10992026-06-10T19:50:16.720Z Downloaded serde_yaml v0.9.34+deprecated
11002026-06-10T19:50:16.721Z Downloaded tokio-rustls v0.25.0
11012026-06-10T19:50:16.721Z Downloaded usdt-attr-macro v0.6.0
11022026-06-10T19:50:16.721Z Downloaded usdt v0.6.0
11032026-06-10T19:50:16.721Z Downloaded quinn v0.11.9
11042026-06-10T19:50:16.721Z Downloaded utf-8 v0.7.6
11052026-06-10T19:50:16.721Z Downloaded usdt-macro v0.6.0
11062026-06-10T19:50:16.721Z Downloaded slog v2.8.2
11072026-06-10T19:50:16.721Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11082026-06-10T19:50:16.721Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11092026-06-10T19:50:16.721Z Downloaded term v0.7.0
11102026-06-10T19:50:16.721Z Downloaded untrusted v0.9.0
11112026-06-10T19:50:16.721Z Downloaded rsa v0.9.10
11122026-06-10T19:50:16.721Z Downloaded libxml v0.3.3
11132026-06-10T19:50:16.721Z Downloaded num-bigint-dig v0.8.6
11142026-06-10T19:50:16.721Z Downloaded term v1.2.1
11152026-06-10T19:50:16.721Z Downloaded tokio-tungstenite v0.23.1
11162026-06-10T19:50:16.721Z Downloaded hyper v1.8.1
11172026-06-10T19:50:16.721Z Downloaded wait-timeout v0.2.1
11182026-06-10T19:50:16.721Z Downloaded toml_writer v1.0.6+spec-1.1.0
11192026-06-10T19:50:16.721Z Downloaded dropshot-api-manager v0.7.2
11202026-06-10T19:50:16.721Z Downloaded hashbrown v0.15.5
11212026-06-10T19:50:16.721Z Downloaded waitgroup v0.1.2
11222026-06-10T19:50:16.721Z Downloaded void v1.0.2
11232026-06-10T19:50:16.721Z Downloaded socket2 v0.6.3
11242026-06-10T19:50:16.721Z Downloaded tokio-tungstenite v0.21.0
11252026-06-10T19:50:16.721Z Downloaded iri-string v0.7.10
11262026-06-10T19:50:16.721Z Downloaded want v0.3.1
11272026-06-10T19:50:16.721Z Downloaded blake3 v1.8.3
11282026-06-10T19:50:16.721Z Downloaded unicase v2.9.0
11292026-06-10T19:50:16.721Z Downloaded tui-tree-widget v0.23.1
11302026-06-10T19:50:16.721Z Downloaded schemars v0.9.0
11312026-06-10T19:50:16.721Z Downloaded itertools v0.12.1
11322026-06-10T19:50:16.721Z Downloaded futures-util v0.3.32
11332026-06-10T19:50:16.721Z Downloaded tokio-rustls v0.26.4
11342026-06-10T19:50:16.721Z Downloaded xattr v1.6.1
11352026-06-10T19:50:16.721Z Downloaded snafu v0.8.9
11362026-06-10T19:50:16.721Z Downloaded itertools v0.13.0
11372026-06-10T19:50:16.725Z Downloaded subprocess v0.2.15
11382026-06-10T19:50:16.725Z Downloaded tokio-rustls v0.24.1
11392026-06-10T19:50:16.725Z Downloaded socket2 v0.5.10
11402026-06-10T19:50:16.725Z Downloaded xshell-macros v0.2.7
11412026-06-10T19:50:16.725Z Downloaded samael v0.0.19
11422026-06-10T19:50:16.725Z Downloaded test-strategy v0.4.5
11432026-06-10T19:50:16.725Z Downloaded vergen-lib v0.1.6
11442026-06-10T19:50:16.725Z Downloaded uzers v0.12.2
11452026-06-10T19:50:16.725Z Downloaded zone v0.3.1
11462026-06-10T19:50:16.725Z Downloaded zeroize_derive v1.4.3
11472026-06-10T19:50:16.726Z Downloaded toml_parser v1.0.9+spec-1.1.0
11482026-06-10T19:50:16.726Z Downloaded vergen-gitcl v1.0.8
11492026-06-10T19:50:16.726Z Downloaded zone_cfg_derive v0.3.1
11502026-06-10T19:50:16.726Z Downloaded vergen-lib v9.1.0
11512026-06-10T19:50:16.726Z Downloaded vergen-git2 v9.1.0
11522026-06-10T19:50:16.726Z Downloaded tokio-stream v0.1.18
11532026-06-10T19:50:16.726Z Downloaded russh v0.45.0
11542026-06-10T19:50:16.726Z Downloaded walkdir v2.5.0
11552026-06-10T19:50:16.726Z Downloaded tracing-attributes v0.1.31
11562026-06-10T19:50:16.726Z Downloaded twox-hash v2.1.2
11572026-06-10T19:50:16.726Z Downloaded vsss-rs v3.3.4
11582026-06-10T19:50:16.726Z Downloaded tinyvec v1.10.0
11592026-06-10T19:50:16.726Z Downloaded nom v8.0.0
11602026-06-10T19:50:16.726Z Downloaded libm v0.2.16
11612026-06-10T19:50:16.729Z Downloaded itertools v0.14.0
11622026-06-10T19:50:16.732Z Downloaded wyz v0.5.1
11632026-06-10T19:50:16.735Z Downloaded whoami v1.6.1
11642026-06-10T19:50:16.735Z Downloaded unicode-properties v0.1.4
11652026-06-10T19:50:16.735Z Downloaded hkdf v0.12.4
11662026-06-10T19:50:16.738Z Downloaded whoami v2.1.0
11672026-06-10T19:50:16.738Z Downloaded rustls-webpki v0.103.9
11682026-06-10T19:50:16.741Z Downloaded xshell v0.2.7
11692026-06-10T19:50:16.741Z Downloaded aho-corasick v1.1.4
11702026-06-10T19:50:16.750Z Downloaded schemars v1.2.1
11712026-06-10T19:50:16.758Z Downloaded zeroize v1.8.2
11722026-06-10T19:50:16.760Z Downloaded usdt-impl v0.6.0
11732026-06-10T19:50:16.760Z Downloaded tar v0.4.45
11742026-06-10T19:50:16.765Z Downloaded toml v0.7.8
11752026-06-10T19:50:16.765Z Downloaded p521 v0.13.3
11762026-06-10T19:50:16.768Z Downloaded rustyline v14.0.0
11772026-06-10T19:50:16.772Z Downloaded tungstenite v0.21.0
11782026-06-10T19:50:16.775Z Downloaded tracing-core v0.1.36
11792026-06-10T19:50:16.775Z Downloaded h2 v0.4.13
11802026-06-10T19:50:16.779Z Downloaded typify v0.4.3
11812026-06-10T19:50:16.782Z Downloaded rand v0.10.0
11822026-06-10T19:50:16.801Z Downloaded zerocopy v0.6.6
11832026-06-10T19:50:16.804Z Downloaded iddqd v0.4.2
11842026-06-10T19:50:16.807Z Downloaded uuid v1.23.0
11852026-06-10T19:50:16.811Z Downloaded zstd v0.13.3
11862026-06-10T19:50:16.814Z Downloaded vergen v9.1.0
11872026-06-10T19:50:16.814Z Downloaded toml_edit v0.23.10+spec-1.0.0
11882026-06-10T19:50:16.816Z Downloaded toml v1.0.6+spec-1.1.0
11892026-06-10T19:50:16.819Z Downloaded unicode-bidi v0.3.18
11902026-06-10T19:50:16.824Z Downloaded serde_with v1.14.0
11912026-06-10T19:50:16.826Z Downloaded steno v0.4.1
11922026-06-10T19:50:16.829Z Downloaded tungstenite v0.23.0
11932026-06-10T19:50:16.829Z Downloaded reedline v0.40.0
11942026-06-10T19:50:16.834Z Downloaded zstd-safe v7.2.4
11952026-06-10T19:50:16.837Z Downloaded vte v0.14.1
11962026-06-10T19:50:16.840Z Downloaded tokio-postgres v0.7.16
11972026-06-10T19:50:16.843Z Downloaded typify v0.6.2
11982026-06-10T19:50:16.848Z Downloaded unsafe-libyaml v0.2.11
11992026-06-10T19:50:16.851Z Downloaded rpassword v7.4.0
12002026-06-10T19:50:16.857Z Downloaded yasna v0.5.2
12012026-06-10T19:50:16.860Z Downloaded aws-lc-rs v1.16.3
12022026-06-10T19:50:16.877Z Downloaded bindgen v0.71.1
12032026-06-10T19:50:16.882Z Downloaded yansi v1.0.1
12042026-06-10T19:50:16.888Z Downloaded reqwest v0.13.2
12052026-06-10T19:50:16.901Z Downloaded zopfli v0.8.3
12062026-06-10T19:50:16.904Z Downloaded chrono v0.4.44
12072026-06-10T19:50:16.908Z Downloaded toml_edit v0.19.15
12082026-06-10T19:50:16.918Z Downloaded reqwest v0.12.28
12092026-06-10T19:50:16.921Z Downloaded tower v0.5.3
12102026-06-10T19:50:16.927Z Downloaded zip v0.6.6
12112026-06-10T19:50:16.930Z Downloaded unicode_categories v0.1.1
12122026-06-10T19:50:16.930Z Downloaded ssh-key v0.6.7
12132026-06-10T19:50:16.934Z Downloaded rayon v1.11.0
12142026-06-10T19:50:16.941Z Downloaded p384 v0.13.1
12152026-06-10T19:50:16.947Z Downloaded lalrpop v0.19.12
12162026-06-10T19:50:16.952Z Downloaded rustls-webpki v0.101.7
12172026-06-10T19:50:16.963Z Downloaded quick-xml v0.37.5
12182026-06-10T19:50:16.967Z Downloaded git2 v0.20.4
12192026-06-10T19:50:16.967Z Downloaded x509-cert v0.2.5
12202026-06-10T19:50:16.972Z Downloaded portable-atomic v1.13.1
12212026-06-10T19:50:16.976Z Downloaded salty v0.3.0
12222026-06-10T19:50:16.979Z Downloaded moka v0.12.13
12232026-06-10T19:50:16.982Z Downloaded typed-path v0.9.3
12242026-06-10T19:50:16.985Z Downloaded regex v1.12.3
12252026-06-10T19:50:16.989Z Downloaded bitvec v1.0.1
12262026-06-10T19:50:16.998Z Downloaded unicode-segmentation v1.12.0
12272026-06-10T19:50:17.006Z Downloaded unicode-normalization v0.1.25
12282026-06-10T19:50:17.009Z Downloaded goblin v0.10.5
12292026-06-10T19:50:17.015Z Downloaded zerocopy-derive v0.8.40
12302026-06-10T19:50:17.020Z Downloaded tower-http v0.6.8
12312026-06-10T19:50:17.025Z Downloaded zip v4.6.1
12322026-06-10T19:50:17.027Z Downloaded serde_with v3.17.0
12332026-06-10T19:50:17.035Z Downloaded tokio-util v0.7.18
12342026-06-10T19:50:17.043Z Downloaded proptest v1.10.0
12352026-06-10T19:50:17.046Z Downloaded rustls-webpki v0.102.8
12362026-06-10T19:50:17.058Z Downloaded tough v0.22.0
12372026-06-10T19:50:17.068Z Downloaded object v0.30.4
12382026-06-10T19:50:17.079Z Downloaded curve25519-dalek v4.1.3
12392026-06-10T19:50:17.097Z Downloaded winnow v0.6.26
12402026-06-10T19:50:17.102Z Downloaded radix_trie v0.2.1
12412026-06-10T19:50:17.105Z Downloaded petname v2.0.2
12422026-06-10T19:50:17.112Z Downloaded nix v0.27.1
12432026-06-10T19:50:17.118Z Downloaded winnow v0.5.40
12442026-06-10T19:50:17.123Z Downloaded quinn-proto v0.11.13
12452026-06-10T19:50:17.148Z Downloaded polar-core v0.27.3
12462026-06-10T19:50:17.157Z Downloaded regex-syntax v0.6.29
12472026-06-10T19:50:17.175Z Downloaded tabled v0.20.0
12482026-06-10T19:50:17.185Z Downloaded time v0.3.47
12492026-06-10T19:50:17.192Z Downloaded smoltcp v0.9.1
12502026-06-10T19:50:17.201Z Downloaded nix v0.28.0
12512026-06-10T19:50:17.255Z Downloaded rustls v0.21.12
12522026-06-10T19:50:17.264Z Downloaded nix v0.31.2
12532026-06-10T19:50:17.264Z Downloaded vcpkg v0.2.15
12542026-06-10T19:50:17.264Z Downloaded zlib-rs v0.6.2
12552026-06-10T19:50:17.264Z Downloaded webpki-roots v1.0.6
12562026-06-10T19:50:17.264Z Downloaded object v0.37.3
12572026-06-10T19:50:17.264Z Downloaded zerocopy v0.8.40
12582026-06-10T19:50:17.264Z Downloaded dropshot v0.17.0
12592026-06-10T19:50:17.270Z Downloaded rustls v0.22.4
12602026-06-10T19:50:17.284Z Downloaded openapiv3 v2.2.0
12612026-06-10T19:50:17.292Z Downloaded diesel v2.3.7
12622026-06-10T19:50:17.299Z Downloaded smoltcp v0.11.0
12632026-06-10T19:50:17.309Z Downloaded regress v0.11.1
12642026-06-10T19:50:17.384Z Downloaded rustix v0.38.44
12652026-06-10T19:50:17.393Z Downloaded regex-syntax v0.8.10
12662026-06-10T19:50:17.393Z Downloaded rustls v0.23.37
12672026-06-10T19:50:17.393Z Downloaded regress v0.10.5
12682026-06-10T19:50:17.393Z Downloaded hickory-proto v0.25.2
12692026-06-10T19:50:17.394Z Downloaded hickory-proto v0.24.4
12702026-06-10T19:50:17.394Z Downloaded openssl v0.10.79
12712026-06-10T19:50:17.394Z Downloaded bstr v1.12.1
12722026-06-10T19:50:17.394Z Downloaded sqlparser v0.61.0
12732026-06-10T19:50:17.394Z Downloaded bzip2-sys v0.1.13+1.0.8
12742026-06-10T19:50:17.397Z Downloaded sled v0.34.7
12752026-06-10T19:50:17.401Z Downloaded tracing v0.1.44
12762026-06-10T19:50:17.415Z Downloaded typify-impl v0.6.2
12772026-06-10T19:50:17.422Z Downloaded ratatui v0.29.0
12782026-06-10T19:50:17.434Z Downloaded typify-impl v0.4.3
12792026-06-10T19:50:17.445Z Downloaded regex-automata v0.4.14
12802026-06-10T19:50:17.455Z Downloaded zerocopy-derive v0.6.6
12812026-06-10T19:50:17.476Z Downloaded chrono-tz v0.10.4
12822026-06-10T19:50:17.484Z Downloaded jiff v0.2.21
12832026-06-10T19:50:17.495Z Downloaded petgraph v0.6.5
12842026-06-10T19:50:17.517Z Downloaded libz-sys v1.1.24
12852026-06-10T19:50:17.532Z Downloaded csv v1.4.0
12862026-06-10T19:50:17.544Z Downloaded petgraph v0.8.3
12872026-06-10T19:50:17.560Z Downloaded sha3 v0.10.8
12882026-06-10T19:50:17.563Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12892026-06-10T19:50:17.588Z Downloaded tokio v1.52.1
12902026-06-10T19:50:17.644Z Downloaded ring v0.17.14
12912026-06-10T19:50:17.671Z Downloaded encoding_rs v0.8.35
12922026-06-10T19:50:17.706Z Downloaded libgit2-sys v0.18.3+1.9.2
12932026-06-10T19:50:18.222Z Downloaded aws-lc-sys v0.40.0
12942026-06-10T19:50:18.472Z Compiling libc v0.2.185
12952026-06-10T19:50:18.472Z Compiling serde v1.0.228
12962026-06-10T19:50:18.475Z Compiling log v0.4.29
12972026-06-10T19:50:18.475Z Compiling find-msvc-tools v0.1.9
12982026-06-10T19:50:18.475Z Compiling shlex v1.3.0
12992026-06-10T19:50:18.475Z Compiling smallvec v1.15.1
13002026-06-10T19:50:18.475Z Compiling typenum v1.19.0
13012026-06-10T19:50:18.475Z Compiling subtle v2.6.1
13022026-06-10T19:50:18.475Z Compiling generic-array v0.14.7
13032026-06-10T19:50:18.475Z Compiling scopeguard v1.2.0
13042026-06-10T19:50:18.625Z Compiling const-oid v0.9.6
13052026-06-10T19:50:18.681Z Compiling serde_json v1.0.149
13062026-06-10T19:50:18.732Z Compiling syn v2.0.117
13072026-06-10T19:50:18.739Z Compiling zerocopy v0.8.40
13082026-06-10T19:50:18.739Z Compiling pin-project-lite v0.2.17
13092026-06-10T19:50:18.743Z Compiling parking_lot_core v0.9.12
13102026-06-10T19:50:18.834Z Compiling lock_api v0.4.14
13112026-06-10T19:50:18.843Z Compiling portable-atomic v1.13.1
13122026-06-10T19:50:18.851Z Compiling pkg-config v0.3.32
13132026-06-10T19:50:18.866Z Compiling bitflags v2.11.0
13142026-06-10T19:50:18.901Z Compiling futures-core v0.3.32
13152026-06-10T19:50:18.906Z Compiling critical-section v1.2.0
13162026-06-10T19:50:18.927Z Compiling libm v0.2.16
13172026-06-10T19:50:18.941Z Compiling num-traits v0.2.19
13182026-06-10T19:50:19.021Z Compiling percent-encoding v2.3.2
13192026-06-10T19:50:19.070Z Compiling futures-sink v0.3.32
13202026-06-10T19:50:19.088Z Compiling slab v0.4.12
13212026-06-10T19:50:19.088Z Compiling getrandom v0.4.1
13222026-06-10T19:50:19.131Z Compiling futures-io v0.3.32
13232026-06-10T19:50:19.174Z Compiling futures-channel v0.3.32
13242026-06-10T19:50:19.189Z Compiling futures-task v0.3.32
13252026-06-10T19:50:19.234Z Compiling cpufeatures v0.2.17
13262026-06-10T19:50:19.282Z Compiling rand_core v0.10.0
13272026-06-10T19:50:19.297Z Compiling indexmap v2.14.0
13282026-06-10T19:50:19.326Z Compiling rustversion v1.0.22
13292026-06-10T19:50:19.326Z Compiling getrandom v0.3.4
13302026-06-10T19:50:19.387Z Compiling form_urlencoded v1.2.2
13312026-06-10T19:50:19.403Z Compiling dunce v1.0.5
13322026-06-10T19:50:19.434Z Compiling fs_extra v1.3.0
13332026-06-10T19:50:19.448Z Compiling ident_case v1.0.1
13342026-06-10T19:50:19.470Z Compiling base64ct v1.8.3
13352026-06-10T19:50:19.505Z Compiling rustix v1.1.3
13362026-06-10T19:50:19.518Z Compiling iana-time-zone v0.1.65
13372026-06-10T19:50:19.519Z Compiling flagset v0.4.7
13382026-06-10T19:50:19.585Z Compiling getrandom v0.2.17
13392026-06-10T19:50:19.598Z Compiling jobserver v0.1.34
13402026-06-10T19:50:19.659Z Compiling errno v0.3.14
13412026-06-10T19:50:19.712Z Compiling mio v1.2.0
13422026-06-10T19:50:19.729Z Compiling socket2 v0.6.3
13432026-06-10T19:50:19.741Z Compiling rand_core v0.6.4
13442026-06-10T19:50:19.782Z Compiling signal-hook-registry v1.4.8
13452026-06-10T19:50:19.838Z Compiling cc v1.2.56
13462026-06-10T19:50:19.854Z Compiling once_cell v1.21.3
13472026-06-10T19:50:19.875Z Compiling parking_lot v0.12.5
13482026-06-10T19:50:19.960Z Compiling pem-rfc7468 v0.7.0
13492026-06-10T19:50:19.986Z Compiling regex-syntax v0.8.10
13502026-06-10T19:50:20.015Z Compiling vcpkg v0.2.15
13512026-06-10T19:50:20.046Z Compiling aws-lc-rs v1.16.3
13522026-06-10T19:50:20.095Z Compiling tracing-core v0.1.36
13532026-06-10T19:50:20.151Z Compiling uuid v1.23.0
13542026-06-10T19:50:20.236Z Compiling rustc_version v0.4.1
13552026-06-10T19:50:20.275Z Compiling base64 v0.22.1
13562026-06-10T19:50:20.318Z Compiling rand_core v0.9.5
13572026-06-10T19:50:20.350Z Compiling untrusted v0.9.0
13582026-06-10T19:50:20.414Z Compiling untrusted v0.7.1
13592026-06-10T19:50:20.429Z Compiling openssl-probe v0.2.1
13602026-06-10T19:50:20.496Z Compiling httparse v1.10.1
13612026-06-10T19:50:20.543Z Compiling tinyvec_macros v0.1.1
13622026-06-10T19:50:20.562Z Compiling aho-corasick v1.1.4
13632026-06-10T19:50:20.592Z Compiling schemars v0.8.22
13642026-06-10T19:50:20.624Z Compiling tinyvec v1.10.0
13652026-06-10T19:50:20.639Z Compiling cmake v0.1.57
13662026-06-10T19:50:20.643Z Compiling try-lock v0.2.5
13672026-06-10T19:50:20.643Z Compiling tower-service v0.3.3
13682026-06-10T19:50:20.687Z Compiling tower-layer v0.3.3
13692026-06-10T19:50:20.744Z Compiling rustls v0.23.37
13702026-06-10T19:50:20.774Z Compiling dyn-clone v1.0.20
13712026-06-10T19:50:20.792Z Compiling atomic-waker v1.1.2
13722026-06-10T19:50:20.806Z Compiling want v0.3.1
13732026-06-10T19:50:20.850Z Compiling foreign-types-shared v0.1.1
13742026-06-10T19:50:20.874Z Compiling pin-utils v0.1.0
13752026-06-10T19:50:20.907Z Compiling httpdate v1.0.3
13762026-06-10T19:50:20.941Z Compiling openssl v0.10.79
13772026-06-10T19:50:20.959Z Compiling foreign-types v0.3.2
13782026-06-10T19:50:20.963Z Compiling spin v0.9.8
13792026-06-10T19:50:20.993Z Compiling unicode-normalization v0.1.25
13802026-06-10T19:50:20.998Z Compiling time-core v0.1.8
13812026-06-10T19:50:20.998Z Compiling native-tls v0.2.18
13822026-06-10T19:50:21.043Z Compiling num-conv v0.2.0
13832026-06-10T19:50:21.059Z Compiling powerfmt v0.2.0
13842026-06-10T19:50:21.059Z Compiling crc32fast v1.5.0
13852026-06-10T19:50:21.099Z Compiling wait-timeout v0.2.1
13862026-06-10T19:50:21.154Z Compiling sync_wrapper v1.0.2
13872026-06-10T19:50:21.190Z Compiling simd-adler32 v0.3.8
13882026-06-10T19:50:21.205Z Compiling time-macros v0.2.27
13892026-06-10T19:50:21.210Z Compiling usdt-impl v0.6.0
13902026-06-10T19:50:21.234Z Compiling deranged v0.5.8
13912026-06-10T19:50:21.248Z Compiling syn v1.0.109
13922026-06-10T19:50:21.281Z Compiling quick-error v1.2.3
13932026-06-10T19:50:21.300Z Compiling unicode-segmentation v1.12.0
13942026-06-10T19:50:21.421Z Compiling tempfile v3.25.0
13952026-06-10T19:50:21.450Z Compiling siphasher v1.0.2
13962026-06-10T19:50:21.467Z Compiling crossbeam-utils v0.8.21
13972026-06-10T19:50:21.491Z Compiling bit-vec v0.8.0
13982026-06-10T19:50:21.509Z Compiling num_threads v0.1.7
13992026-06-10T19:50:21.563Z Compiling slog v2.8.2
14002026-06-10T19:50:21.590Z Compiling aws-lc-sys v0.40.0
14012026-06-10T19:50:21.630Z Compiling ring v0.17.14
14022026-06-10T19:50:21.648Z Compiling openssl-sys v0.9.115
14032026-06-10T19:50:21.663Z Compiling regex-automata v0.4.14
14042026-06-10T19:50:21.677Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14052026-06-10T19:50:21.753Z Compiling synstructure v0.13.2
14062026-06-10T19:50:21.769Z Compiling serde_derive_internals v0.29.1
14072026-06-10T19:50:21.783Z Compiling pest_generator v2.8.6
14082026-06-10T19:50:21.799Z Compiling darling_core v0.20.11
14092026-06-10T19:50:21.836Z Compiling bit-set v0.8.0
14102026-06-10T19:50:21.851Z Compiling darling_core v0.21.3
14112026-06-10T19:50:22.083Z Compiling rusty-fork v0.3.1
14122026-06-10T19:50:22.330Z Compiling bzip2-sys v0.1.13+1.0.8
14132026-06-10T19:50:22.421Z Compiling time v0.3.47
14142026-06-10T19:50:22.421Z Compiling heapless v0.7.17
14152026-06-10T19:50:22.451Z Compiling rand_xorshift v0.4.0
14162026-06-10T19:50:22.464Z Compiling thread-id v5.1.0
14172026-06-10T19:50:22.550Z Compiling cookie v0.18.1
14182026-06-10T19:50:22.567Z Compiling allocator-api2 v0.2.21
14192026-06-10T19:50:22.581Z Compiling unicode-properties v0.1.4
14202026-06-10T19:50:22.635Z Compiling ryu v1.0.23
14212026-06-10T19:50:22.649Z Compiling adler2 v2.0.1
14222026-06-10T19:50:22.701Z Compiling anyhow v1.0.102
14232026-06-10T19:50:22.725Z Compiling unarray v0.1.4
14242026-06-10T19:50:22.769Z Compiling unicode-bidi v0.3.18
14252026-06-10T19:50:22.813Z Compiling paste v1.0.15
14262026-06-10T19:50:22.818Z Compiling signal-hook v0.3.18
14272026-06-10T19:50:22.835Z Compiling iri-string v0.7.10
14282026-06-10T19:50:22.850Z Compiling zstd-safe v7.2.4
14292026-06-10T19:50:22.919Z Compiling miniz_oxide v0.8.9
14302026-06-10T19:50:23.160Z Compiling stringprep v0.1.5
14312026-06-10T19:50:23.314Z Compiling heck v0.4.1
14322026-06-10T19:50:23.354Z Compiling vergen-lib v9.1.0
14332026-06-10T19:50:23.494Z Compiling serde_derive v1.0.228
14342026-06-10T19:50:23.557Z Compiling zeroize_derive v1.4.3
14352026-06-10T19:50:23.573Z Compiling zerofrom-derive v0.1.6
14362026-06-10T19:50:23.576Z Compiling yoke-derive v0.8.1
14372026-06-10T19:50:23.604Z Compiling zerovec-derive v0.11.2
14382026-06-10T19:50:23.646Z Compiling zerocopy-derive v0.8.40
14392026-06-10T19:50:23.758Z Compiling displaydoc v0.2.5
14402026-06-10T19:50:24.132Z Compiling tokio-macros v2.7.0
14412026-06-10T19:50:24.231Z Compiling futures-macro v0.3.32
14422026-06-10T19:50:24.284Z Compiling zeroize v1.8.2
14432026-06-10T19:50:24.515Z Compiling der_derive v0.7.3
14442026-06-10T19:50:24.518Z Compiling rustls-pki-types v1.14.0
14452026-06-10T19:50:24.584Z Compiling thiserror-impl v2.0.18
14462026-06-10T19:50:24.820Z Compiling tracing-attributes v0.1.31
14472026-06-10T19:50:24.835Z Compiling scroll_derive v0.13.1
14482026-06-10T19:50:24.916Z Compiling schemars_derive v0.8.22
14492026-06-10T19:50:24.999Z Compiling crypto-common v0.1.7
14502026-06-10T19:50:25.037Z Compiling block-buffer v0.10.4
14512026-06-10T19:50:25.052Z Compiling zerofrom v0.1.6
14522026-06-10T19:50:25.096Z Compiling futures-util v0.3.32
14532026-06-10T19:50:25.160Z Compiling block-padding v0.3.3
14542026-06-10T19:50:25.219Z Compiling yoke v0.8.1
14552026-06-10T19:50:25.239Z Compiling digest v0.10.7
14562026-06-10T19:50:25.390Z Compiling zerovec v0.11.5
14572026-06-10T19:50:25.427Z Compiling zerotrie v0.2.3
14582026-06-10T19:50:25.511Z Compiling hmac v0.12.1
14592026-06-10T19:50:25.567Z Compiling inout v0.1.4
14602026-06-10T19:50:25.740Z Compiling sha2 v0.10.9
14612026-06-10T19:50:25.783Z Compiling cipher v0.4.4
14622026-06-10T19:50:25.798Z Compiling der v0.7.10
14632026-06-10T19:50:25.810Z Compiling pbkdf2 v0.12.2
14642026-06-10T19:50:25.953Z Compiling tinystr v0.8.2
14652026-06-10T19:50:25.967Z Compiling potential_utf v0.1.4
14662026-06-10T19:50:26.013Z Compiling pest_derive v2.8.6
14672026-06-10T19:50:26.076Z Compiling salsa20 v0.10.2
14682026-06-10T19:50:26.091Z Compiling icu_collections v2.1.1
14692026-06-10T19:50:26.163Z Compiling icu_locale_core v2.1.1
14702026-06-10T19:50:26.184Z Compiling thiserror v2.0.18
14712026-06-10T19:50:26.245Z Compiling scrypt v0.11.0
14722026-06-10T19:50:26.272Z Compiling tracing v0.1.44
14732026-06-10T19:50:26.288Z Compiling cbc v0.1.2
14742026-06-10T19:50:26.305Z Compiling aes v0.8.4
14752026-06-10T19:50:26.461Z Compiling scroll v0.13.0
14762026-06-10T19:50:26.497Z Compiling darling_macro v0.20.11
14772026-06-10T19:50:26.544Z Compiling openssl-macros v0.1.1
14782026-06-10T19:50:26.565Z Compiling rustls-native-certs v0.8.3
14792026-06-10T19:50:26.604Z Compiling dtrace-parser v0.3.0
14802026-06-10T19:50:26.761Z Compiling spki v0.7.3
14812026-06-10T19:50:26.886Z Compiling icu_provider v2.1.1
14822026-06-10T19:50:26.978Z Compiling pkcs5 v0.7.1
14832026-06-10T19:50:27.022Z Compiling darling v0.20.11
14842026-06-10T19:50:27.046Z Compiling goblin v0.10.5
14852026-06-10T19:50:27.079Z Compiling signature v2.2.0
14862026-06-10T19:50:27.122Z Compiling bytes v1.11.1
14872026-06-10T19:50:27.152Z Compiling icu_properties v2.1.2
14882026-06-10T19:50:27.184Z Compiling icu_normalizer v2.1.1
14892026-06-10T19:50:27.199Z Compiling chrono v0.4.44
14902026-06-10T19:50:27.220Z Compiling ipnet v2.11.0
14912026-06-10T19:50:27.281Z Compiling derive_builder_core v0.20.2
14922026-06-10T19:50:27.405Z Compiling pkcs8 v0.10.2
14932026-06-10T19:50:27.421Z Compiling webpki-roots v1.0.6
14942026-06-10T19:50:27.506Z Compiling scroll_derive v0.12.1
14952026-06-10T19:50:27.544Z Compiling thiserror-impl v1.0.69
14962026-06-10T19:50:27.564Z Compiling serde_spanned v0.6.9
14972026-06-10T19:50:27.710Z Compiling tokio v1.52.1
14982026-06-10T19:50:27.742Z Compiling http v1.4.0
14992026-06-10T19:50:27.756Z Compiling erased-serde v0.3.31
15002026-06-10T19:50:27.773Z Compiling toml_datetime v0.6.11
15012026-06-10T19:50:27.789Z Compiling serde_tokenstream v0.2.3
15022026-06-10T19:50:28.052Z Compiling idna_adapter v1.2.1
15032026-06-10T19:50:28.128Z Compiling serde_urlencoded v0.7.1
15042026-06-10T19:50:28.172Z Compiling idna v1.1.0
15052026-06-10T19:50:28.189Z Compiling ppv-lite86 v0.2.21
15062026-06-10T19:50:28.211Z Compiling derive_builder_macro v0.20.2
15072026-06-10T19:50:28.226Z Compiling scroll v0.12.0
15082026-06-10T19:50:28.258Z Compiling md-5 v0.10.6
15092026-06-10T19:50:28.301Z Compiling darling_macro v0.21.3
15102026-06-10T19:50:28.388Z Compiling http-body v1.0.1
15112026-06-10T19:50:28.407Z Compiling bstr v1.12.1
15122026-06-10T19:50:28.442Z Compiling zerocopy-derive v0.7.35
15132026-06-10T19:50:28.519Z Compiling url v2.5.8
15142026-06-10T19:50:28.534Z Compiling rand_chacha v0.9.0
15152026-06-10T19:50:28.565Z Compiling http-body-util v0.1.3
15162026-06-10T19:50:28.654Z Compiling rand_chacha v0.3.1
15172026-06-10T19:50:28.683Z Compiling pin-project-internal v1.1.11
15182026-06-10T19:50:28.718Z Compiling async-trait v0.1.89
15192026-06-10T19:50:28.838Z Compiling rand v0.9.2
15202026-06-10T19:50:28.852Z Compiling num-integer v0.1.46
15212026-06-10T19:50:28.868Z Compiling curve25519-dalek v4.1.3
15222026-06-10T19:50:28.881Z Compiling thiserror v1.0.69
15232026-06-10T19:50:29.002Z Compiling ff v0.13.1
15242026-06-10T19:50:29.156Z Compiling hash32 v0.2.1
15252026-06-10T19:50:29.205Z Compiling memoffset v0.9.1
15262026-06-10T19:50:29.251Z Compiling encoding_rs v0.8.35
15272026-06-10T19:50:29.352Z Compiling cfg_aliases v0.2.1
15282026-06-10T19:50:29.375Z Compiling num-bigint-dig v0.8.6
15292026-06-10T19:50:29.389Z Compiling proptest v1.10.0
15302026-06-10T19:50:29.425Z Compiling rustix v0.38.44
15312026-06-10T19:50:29.441Z Compiling ref-cast v1.0.25
15322026-06-10T19:50:29.484Z Compiling mime v0.3.17
15332026-06-10T19:50:29.577Z Compiling litrs v1.0.0
15342026-06-10T19:50:29.593Z Compiling zlib-rs v0.6.2
15352026-06-10T19:50:29.656Z Compiling psl-types v2.0.11
15362026-06-10T19:50:29.769Z Compiling dof v0.4.0
15372026-06-10T19:50:29.785Z Compiling fallible-iterator v0.2.0
15382026-06-10T19:50:29.802Z Compiling base16ct v0.2.0
15392026-06-10T19:50:29.806Z Compiling smoltcp v0.9.1
15402026-06-10T19:50:29.856Z Compiling ipnetwork v0.21.1
15412026-06-10T19:50:29.946Z Compiling sec1 v0.7.3
15422026-06-10T19:50:30.020Z Compiling pin-project v1.1.11
15432026-06-10T19:50:30.096Z Compiling oxnet v0.1.5
15442026-06-10T19:50:30.123Z Compiling postgres-protocol v0.6.10
15452026-06-10T19:50:30.126Z Compiling document-features v0.2.12
15462026-06-10T19:50:30.217Z Compiling publicsuffix v2.3.0
15472026-06-10T19:50:30.280Z Compiling nix v0.31.2
15482026-06-10T19:50:30.308Z Compiling zerocopy v0.7.35
15492026-06-10T19:50:30.425Z Compiling group v0.13.0
15502026-06-10T19:50:30.449Z Compiling num-iter v0.1.45
15512026-06-10T19:50:30.503Z Compiling rand v0.8.6
15522026-06-10T19:50:30.592Z Compiling darling v0.21.3
15532026-06-10T19:50:30.629Z Compiling derive_builder v0.20.2
15542026-06-10T19:50:30.678Z Compiling goblin v0.8.2
15552026-06-10T19:50:30.707Z Compiling futures-executor v0.3.32
15562026-06-10T19:50:30.778Z Compiling hubpack_derive v0.1.1
15572026-06-10T19:50:30.846Z Compiling hex v0.4.3
15582026-06-10T19:50:30.870Z Compiling hkdf v0.12.4
15592026-06-10T19:50:30.877Z Compiling crypto-bigint v0.5.5
15602026-06-10T19:50:30.958Z Compiling regex v1.12.3
15612026-06-10T19:50:31.063Z Compiling snafu-derive v0.8.9
15622026-06-10T19:50:31.123Z Compiling strum_macros v0.27.2
15632026-06-10T19:50:31.175Z Compiling curve25519-dalek-derive v0.1.1
15642026-06-10T19:50:31.195Z Compiling daft-derive v0.1.7
15652026-06-10T19:50:31.195Z Compiling ref-cast-impl v1.0.25
15662026-06-10T19:50:31.426Z Compiling phf_shared v0.13.1
15672026-06-10T19:50:31.575Z Compiling tokio-util v0.7.18
15682026-06-10T19:50:31.646Z Compiling tower v0.5.3
15692026-06-10T19:50:31.699Z Compiling tokio-native-tls v0.3.1
15702026-06-10T19:50:31.732Z Compiling terminal_size v0.4.3
15712026-06-10T19:50:31.749Z Compiling newtype-uuid v1.3.2
15722026-06-10T19:50:31.831Z Compiling lazy_static v1.5.0
15732026-06-10T19:50:31.879Z Compiling anstyle-parse v0.2.7
15742026-06-10T19:50:31.892Z Compiling vergen v9.1.0
15752026-06-10T19:50:31.907Z Compiling cargo-platform v0.3.2
15762026-06-10T19:50:31.936Z Compiling fs-err v3.3.0
15772026-06-10T19:50:31.950Z Compiling ahash v0.8.12
15782026-06-10T19:50:32.082Z Compiling tower-http v0.6.8
15792026-06-10T19:50:32.102Z Compiling managed v0.8.0
15802026-06-10T19:50:32.122Z Compiling winnow v0.5.40
15812026-06-10T19:50:32.152Z Compiling bitflags v1.3.2
15822026-06-10T19:50:32.155Z Compiling foldhash v0.1.5
15832026-06-10T19:50:32.184Z Compiling object v0.37.3
15842026-06-10T19:50:32.211Z Compiling foldhash v0.2.0
15852026-06-10T19:50:32.244Z Compiling bumpalo v3.20.2
15862026-06-10T19:50:32.338Z Compiling h2 v0.4.13
15872026-06-10T19:50:32.359Z Compiling same-file v1.0.6
15882026-06-10T19:50:32.455Z Compiling libbz2-rs-sys v0.2.2
15892026-06-10T19:50:32.518Z Compiling flate2 v1.1.9
15902026-06-10T19:50:32.531Z Compiling walkdir v2.5.0
15912026-06-10T19:50:32.545Z Compiling zopfli v0.8.3
15922026-06-10T19:50:32.550Z Compiling hashbrown v0.16.1
15932026-06-10T19:50:32.658Z Compiling hashbrown v0.15.5
15942026-06-10T19:50:32.917Z Compiling bzip2 v0.6.1
15952026-06-10T19:50:32.980Z Compiling dof v0.3.0
15962026-06-10T19:50:33.063Z Compiling snafu v0.8.9
15972026-06-10T19:50:33.154Z Compiling cargo_metadata v0.23.1
15982026-06-10T19:50:33.188Z Compiling clap_builder v4.6.0
15992026-06-10T19:50:33.224Z Compiling strum v0.27.2
16002026-06-10T19:50:33.239Z Compiling anstream v0.6.21
16012026-06-10T19:50:33.263Z Compiling daft v0.1.7
16022026-06-10T19:50:33.295Z Compiling elliptic-curve v0.13.8
16032026-06-10T19:50:33.432Z Compiling toml_edit v0.19.15
16042026-06-10T19:50:33.569Z Compiling phf v0.13.1
16052026-06-10T19:50:33.583Z Compiling signal-hook-mio v0.2.5
16062026-06-10T19:50:33.614Z Compiling usdt-macro v0.6.0
16072026-06-10T19:50:33.704Z Compiling usdt-attr-macro v0.6.0
16082026-06-10T19:50:33.708Z Compiling cookie_store v0.22.1
16092026-06-10T19:50:33.722Z Compiling hubpack v0.1.2
16102026-06-10T19:50:33.726Z Compiling bzip2 v0.4.4
16112026-06-10T19:50:33.765Z Compiling futures v0.3.32
16122026-06-10T19:50:33.865Z Compiling serde_with_macros v3.17.0
16132026-06-10T19:50:33.989Z Compiling postgres-types v0.2.12
16142026-06-10T19:50:34.022Z Compiling zstd v0.13.3
16152026-06-10T19:50:34.245Z Compiling dtrace-parser v0.2.0
16162026-06-10T19:50:34.308Z Compiling globset v0.4.18
16172026-06-10T19:50:34.402Z Compiling ed25519 v2.2.3
16182026-06-10T19:50:34.423Z Compiling pkcs1 v0.7.5
16192026-06-10T19:50:34.559Z Compiling olpc-cjson v0.1.4
16202026-06-10T19:50:34.571Z Compiling serde_plain v1.0.2
16212026-06-10T19:50:34.591Z Compiling serde-big-array v0.5.1
16222026-06-10T19:50:34.745Z Compiling rfc6979 v0.4.0
16232026-06-10T19:50:34.762Z Compiling enum-as-inner v0.6.1
16242026-06-10T19:50:34.798Z Compiling clap_derive v4.6.1
16252026-06-10T19:50:34.836Z Compiling strum_macros v0.26.4
16262026-06-10T19:50:34.890Z Compiling async-recursion v1.1.1
16272026-06-10T19:50:35.015Z Compiling serde_repr v0.1.20
16282026-06-10T19:50:35.042Z Compiling phf_shared v0.11.3
16292026-06-10T19:50:35.047Z Compiling float-cmp v0.10.0
16302026-06-10T19:50:35.261Z Compiling pem v3.0.6
16312026-06-10T19:50:35.272Z Compiling memmap2 v0.9.10
16322026-06-10T19:50:35.273Z Compiling thread-id v4.2.2
16332026-06-10T19:50:35.326Z Compiling hyper v1.8.1
16342026-06-10T19:50:35.393Z Compiling env_filter v1.0.0
16352026-06-10T19:50:35.400Z Compiling new_debug_unreachable v1.0.6
16362026-06-10T19:50:35.486Z Compiling static_assertions v1.1.0
16372026-06-10T19:50:35.514Z Compiling normalize-line-endings v0.3.0
16382026-06-10T19:50:35.597Z Compiling data-encoding v2.10.0
16392026-06-10T19:50:35.648Z Compiling jiff v0.2.21
16402026-06-10T19:50:35.657Z Compiling keccak v0.1.6
16412026-06-10T19:50:35.657Z Compiling difflib v0.4.0
16422026-06-10T19:50:35.667Z Compiling typed-path v0.9.3
16432026-06-10T19:50:35.724Z Compiling whoami v2.1.0
16442026-06-10T19:50:36.136Z Compiling either v1.15.0
16452026-06-10T19:50:36.179Z Compiling fixedbitset v0.4.2
16462026-06-10T19:50:36.248Z Compiling fixedbitset v0.5.7
16472026-06-10T19:50:36.291Z Compiling predicates-core v1.0.10
16482026-06-10T19:50:36.336Z Compiling precomputed-hash v0.1.1
16492026-06-10T19:50:36.368Z Compiling itertools v0.13.0
16502026-06-10T19:50:36.398Z Compiling petgraph v0.6.5
16512026-06-10T19:50:36.417Z Compiling string_cache v0.8.9
16522026-06-10T19:50:36.443Z Compiling predicates v3.1.4
16532026-06-10T19:50:36.448Z Compiling tokio-postgres v0.7.16
16542026-06-10T19:50:36.490Z Compiling hyper-util v0.1.20
16552026-06-10T19:50:36.496Z Compiling petgraph v0.8.3
16562026-06-10T19:50:36.574Z Compiling hickory-proto v0.25.2
16572026-06-10T19:50:36.672Z Compiling sha3 v0.10.8
16582026-06-10T19:50:36.710Z Compiling strum v0.26.3
16592026-06-10T19:50:36.722Z Compiling clap v4.6.1
16602026-06-10T19:50:36.815Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16612026-06-10T19:50:36.856Z Compiling env_logger v0.11.9
16622026-06-10T19:50:36.937Z Compiling toml_edit v0.22.27
16632026-06-10T19:50:37.000Z Compiling usdt v0.6.0
16642026-06-10T19:50:37.132Z Compiling usdt-impl v0.5.0
16652026-06-10T19:50:37.159Z Compiling serde_with v3.17.0
16662026-06-10T19:50:37.251Z Compiling crossterm v0.28.1
16672026-06-10T19:50:37.289Z Compiling ecdsa v0.16.9
16682026-06-10T19:50:37.676Z Compiling toml v0.7.8
16692026-06-10T19:50:37.712Z Compiling rsa v0.9.10
16702026-06-10T19:50:37.757Z Compiling ed25519-dalek v2.2.0
16712026-06-10T19:50:37.931Z Compiling hyper-tls v0.6.0
16722026-06-10T19:50:38.294Z Compiling zip v4.6.1
16732026-06-10T19:50:38.447Z Compiling zip v0.6.6
16742026-06-10T19:50:38.493Z Compiling iddqd v0.4.2
16752026-06-10T19:50:38.920Z Compiling toml_parser v1.0.9+spec-1.1.0
16762026-06-10T19:50:38.935Z Compiling tokio-stream v0.1.18
16772026-06-10T19:50:38.971Z Compiling buf-list v1.1.2
16782026-06-10T19:50:39.001Z Compiling similar v2.7.0
16792026-06-10T19:50:39.048Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16802026-06-10T19:50:39.261Z Compiling openapiv3 v2.2.0
16812026-06-10T19:50:39.293Z Compiling x509-cert v0.2.5
16822026-06-10T19:50:39.378Z Compiling sha1 v0.10.6
16832026-06-10T19:50:39.427Z Compiling crossbeam-epoch v0.9.18
16842026-06-10T19:50:39.583Z Compiling lalrpop-util v0.19.12
16852026-06-10T19:50:39.631Z Compiling peg-runtime v0.8.5
16862026-06-10T19:50:39.700Z Compiling thread_local v1.1.9
16872026-06-10T19:50:39.736Z Compiling slog-async v2.8.0
16882026-06-10T19:50:39.756Z Compiling crossbeam-channel v0.5.15
16892026-06-10T19:50:39.786Z Compiling filetime v0.2.27
16902026-06-10T19:50:39.802Z Compiling is-terminal v0.4.17
16912026-06-10T19:50:39.806Z Compiling term v1.2.1
16922026-06-10T19:50:39.874Z Compiling take_mut v0.2.2
16932026-06-10T19:50:39.891Z Compiling xattr v1.6.1
16942026-06-10T19:50:40.054Z Compiling tar v0.4.45
16952026-06-10T19:50:40.242Z Compiling slog-term v2.9.2
16962026-06-10T19:50:57.735Z Compiling rustls-webpki v0.103.9
16972026-06-10T19:51:00.563Z Compiling tokio-rustls v0.26.4
16982026-06-10T19:51:00.564Z Compiling rustls-platform-verifier v0.6.2
16992026-06-10T19:51:00.724Z Compiling hyper-rustls v0.27.7
17002026-06-10T19:51:00.932Z Compiling reqwest v0.12.28
17012026-06-10T19:51:00.932Z Compiling reqwest v0.13.2
17022026-06-10T19:51:02.141Z Compiling tough v0.22.0
17032026-06-10T19:51:04.632Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17042026-06-10T19:51:04.878Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17052026-06-10T19:51:07.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.65s
17062026-06-10T19:51:08.203Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17072026-06-10T19:51:08.204ZJun 10 19:51:07.451 INFO Starting download, target: Console
17082026-06-10T19:51:08.204ZJun 10 19:51:07.452 INFO Starting download, target: Cockroach
17092026-06-10T19:51:08.204ZJun 10 19:51:07.452 INFO Starting download, target: Clickhouse
17102026-06-10T19:51:08.204ZJun 10 19:51:07.452 INFO Starting download, target: DendriteStub
17112026-06-10T19:51:08.204ZJun 10 19:51:07.452 INFO Starting download, target: MaghemiteMgd
17122026-06-10T19:51:08.204ZJun 10 19:51:07.452 INFO Starting download, target: TransceiverControl
17132026-06-10T19:51:08.204ZJun 10 19:51:07.452 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17142026-06-10T19:51:08.204ZJun 10 19:51:07.453 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17152026-06-10T19:51:08.204ZJun 10 19:51:07.453 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17162026-06-10T19:51:08.204ZJun 10 19:51:07.453 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17172026-06-10T19:51:08.204ZJun 10 19:51:07.453 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17182026-06-10T19:51:08.205ZJun 10 19:51:07.453 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17192026-06-10T19:51:08.995ZJun 10 19:51:08.531 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17202026-06-10T19:51:09.230ZJun 10 19:51:08.773 INFO Download complete, target: Console
17212026-06-10T19:51:09.893ZJun 10 19:51:09.435 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17222026-06-10T19:51:16.664ZJun 10 19:51:16.207 INFO Checking that binary works, target: Clickhouse
17232026-06-10T19:51:16.764ZJun 10 19:51:16.307 INFO Download complete, target: Clickhouse
17242026-06-10T19:51:39.362ZJun 10 19:51:38.785 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17252026-06-10T19:51:39.549ZJun 10 19:51:38.991 INFO Download complete, target: TransceiverControl
17262026-06-10T19:51:45.056ZJun 10 19:51:44.514 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17272026-06-10T19:51:45.325ZJun 10 19:51:44.826 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17282026-06-10T19:51:46.282ZJun 10 19:51:45.823 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17292026-06-10T19:51:46.282ZJun 10 19:51:45.823 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17302026-06-10T19:51:47.441ZJun 10 19:51:46.982 INFO Download complete, target: DendriteStub
17312026-06-10T19:51:47.706ZJun 10 19:51:47.246 INFO Download complete, target: MaghemiteMgd
17322026-06-10T19:51:51.031ZJun 10 19:51:50.573 INFO Checking that binary works, target: Cockroach
17332026-06-10T19:51:51.171ZJun 10 19:51:50.713 INFO Download complete, target: Cockroach
17342026-06-10T19:51:51.178ZAll prerequisites installed successfully
17352026-06-10T19:51:51.186Z
17362026-06-10T19:51:51.186Zreal 2:40.488123876
17372026-06-10T19:51:51.186Zuser 6:57.130154805
17382026-06-10T19:51:51.186Zsys 1:45.725038928
17392026-06-10T19:51:51.186Ztrap 0.270195221
17402026-06-10T19:51:51.186Ztflt 1.243771583
17412026-06-10T19:51:51.186Zdflt 1.967583457
17422026-06-10T19:51:51.186Zkflt 0.046925860
17432026-06-10T19:51:51.187Zlock 34:59.500715124
17442026-06-10T19:51:51.187Zslp 20:25.399165331
17452026-06-10T19:51:51.187Zlat 26.770122912
17462026-06-10T19:51:51.188Zstop 2:53.420371393
17472026-06-10T19:51:51.188Z+ ptime -m cargo xtask download softnpu
17482026-06-10T19:51:51.720Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
17492026-06-10T19:51:51.750Z Running `target/debug/xtask download softnpu`
17502026-06-10T19:51:52.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17512026-06-10T19:51:52.586Z Running `target/debug/xtask-downloader softnpu`
17522026-06-10T19:51:52.631ZJun 10 19:51:52.172 INFO Starting download, target: Softnpu
17532026-06-10T19:51:52.631ZJun 10 19:51:52.172 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17542026-06-10T19:51:53.266ZJun 10 19:51:52.770 INFO Download complete, target: Softnpu
17552026-06-10T19:51:53.271Z
17562026-06-10T19:51:53.271Zreal 2.048510203
17572026-06-10T19:51:53.271Zuser 1.367182785
17582026-06-10T19:51:53.271Zsys 0.676508524
17592026-06-10T19:51:53.271Ztrap 0.000592610
17602026-06-10T19:51:53.271Ztflt 0.000065850
17612026-06-10T19:51:53.271Zdflt 0.000070800
17622026-06-10T19:51:53.271Zkflt 0.000000000
17632026-06-10T19:51:53.271Zlock 10.978723489
17642026-06-10T19:51:53.271Zslp 0.441626727
17652026-06-10T19:51:53.271Zlat 0.086779210
17662026-06-10T19:51:53.271Zstop 0.000280950
17672026-06-10T19:51:53.271Z+ export CARGO_INCREMENTAL=0
17682026-06-10T19:51:53.271Z+ CARGO_INCREMENTAL=0
17692026-06-10T19:51:53.271Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17702026-06-10T19:51:54.139Z Compiling proc-macro2 v1.0.106
17712026-06-10T19:51:54.139Z Compiling quote v1.0.45
17722026-06-10T19:51:54.139Z Compiling unicode-ident v1.0.24
17732026-06-10T19:51:54.140Z Compiling libc v0.2.185
17742026-06-10T19:51:54.143Z Compiling serde_core v1.0.228
17752026-06-10T19:51:54.143Z Compiling serde v1.0.228
17762026-06-10T19:51:54.143Z Compiling cfg-if v1.0.4
17772026-06-10T19:51:54.287Z Compiling version_check v0.9.5
17782026-06-10T19:51:54.291Z Compiling find-msvc-tools v0.1.9
17792026-06-10T19:51:54.291Z Compiling shlex v1.3.0
17802026-06-10T19:51:54.291Z Compiling typenum v1.19.0
17812026-06-10T19:51:54.291Z Compiling zmij v1.0.21
17822026-06-10T19:51:54.310Z Compiling autocfg v1.5.0
17832026-06-10T19:51:54.313Z Compiling memchr v2.8.0
17842026-06-10T19:51:54.313Z Compiling serde_json v1.0.149
17852026-06-10T19:51:54.577Z Compiling portable-atomic v1.13.1
17862026-06-10T19:51:54.580Z Compiling libm v0.2.16
17872026-06-10T19:51:54.595Z Compiling zerocopy v0.8.40
17882026-06-10T19:51:54.651Z Compiling parking_lot_core v0.9.12
17892026-06-10T19:51:54.666Z Compiling smallvec v1.15.1
17902026-06-10T19:51:54.700Z Compiling icu_normalizer_data v2.1.1
17912026-06-10T19:51:54.723Z Compiling icu_properties_data v2.1.2
17922026-06-10T19:51:54.744Z Compiling num-traits v0.2.19
17932026-06-10T19:51:54.762Z Compiling generic-array v0.14.7
17942026-06-10T19:51:54.776Z Compiling itoa v1.0.17
17952026-06-10T19:51:54.983Z Compiling getrandom v0.4.1
17962026-06-10T19:51:54.987Z Compiling log v0.4.29
17972026-06-10T19:51:54.987Z Compiling stable_deref_trait v1.2.1
17982026-06-10T19:51:55.012Z Compiling pkg-config v0.3.32
17992026-06-10T19:51:55.107Z Compiling subtle v2.6.1
18002026-06-10T19:51:55.213Z Compiling scopeguard v1.2.0
18012026-06-10T19:51:55.327Z Compiling lock_api v0.4.14
18022026-06-10T19:51:55.366Z Compiling writeable v0.6.2
18032026-06-10T19:51:55.377Z Compiling litemap v0.8.1
18042026-06-10T19:51:55.395Z Compiling percent-encoding v2.3.2
18052026-06-10T19:51:55.451Z Compiling jobserver v0.1.34
18062026-06-10T19:51:55.481Z Compiling getrandom v0.2.17
18072026-06-10T19:51:55.481Z Compiling errno v0.3.14
18082026-06-10T19:51:55.621Z Compiling rand_core v0.6.4
18092026-06-10T19:51:55.680Z Compiling cc v1.2.56
18102026-06-10T19:51:55.713Z Compiling pin-project-lite v0.2.17
18112026-06-10T19:51:55.716Z Compiling fnv v1.0.7
18122026-06-10T19:51:55.745Z Compiling syn v2.0.117
18132026-06-10T19:51:55.842Z Compiling thiserror v2.0.18
18142026-06-10T19:51:55.887Z Compiling getrandom v0.3.4
18152026-06-10T19:51:55.917Z Compiling dunce v1.0.5
18162026-06-10T19:51:55.945Z Compiling equivalent v1.0.2
18172026-06-10T19:51:55.960Z Compiling fs_extra v1.3.0
18182026-06-10T19:51:56.013Z Compiling utf8_iter v1.0.4
18192026-06-10T19:51:56.043Z Compiling rustversion v1.0.22
18202026-06-10T19:51:56.062Z Compiling rand_core v0.10.0
18212026-06-10T19:51:56.093Z Compiling schemars v0.8.22
18222026-06-10T19:51:56.218Z Compiling form_urlencoded v1.2.2
18232026-06-10T19:51:56.289Z Compiling critical-section v1.2.0
18242026-06-10T19:51:56.292Z Compiling signal-hook-registry v1.4.8
18252026-06-10T19:51:56.411Z Compiling hashbrown v0.17.0
18262026-06-10T19:51:56.426Z Compiling rustix v1.1.3
18272026-06-10T19:51:56.455Z Compiling cmake v0.1.57
18282026-06-10T19:51:56.530Z Compiling mio v1.2.0
18292026-06-10T19:51:56.582Z Compiling parking_lot v0.12.5
18302026-06-10T19:51:56.773Z Compiling once_cell v1.21.3
18312026-06-10T19:51:56.842Z Compiling bitflags v2.11.0
18322026-06-10T19:51:56.898Z Compiling semver v1.0.28
18332026-06-10T19:51:56.955Z Compiling indexmap v2.14.0
18342026-06-10T19:51:56.972Z Compiling socket2 v0.6.3
18352026-06-10T19:51:57.004Z Compiling const-oid v0.9.6
18362026-06-10T19:51:57.075Z Compiling aws-lc-rs v1.16.3
18372026-06-10T19:51:57.078Z Compiling ring v0.17.14
18382026-06-10T19:51:57.109Z Compiling aws-lc-sys v0.40.0
18392026-06-10T19:51:57.128Z Compiling futures-core v0.3.32
18402026-06-10T19:51:57.279Z Compiling httparse v1.10.1
18412026-06-10T19:51:57.318Z Compiling thiserror v1.0.69
18422026-06-10T19:51:57.336Z Compiling vcpkg v0.2.15
18432026-06-10T19:51:57.353Z Compiling strsim v0.11.1
18442026-06-10T19:51:57.600Z Compiling ucd-trie v0.1.7
18452026-06-10T19:51:57.628Z Compiling byteorder v1.5.0
18462026-06-10T19:51:57.643Z Compiling iana-time-zone v0.1.65
18472026-06-10T19:51:57.732Z Compiling ident_case v1.0.1
18482026-06-10T19:51:57.759Z Compiling regex-syntax v0.8.10
18492026-06-10T19:51:57.796Z Compiling pest v2.8.6
18502026-06-10T19:51:57.812Z Compiling syn v1.0.109
18512026-06-10T19:51:57.839Z Compiling heck v0.5.0
18522026-06-10T19:51:57.854Z Compiling uuid v1.23.0
18532026-06-10T19:51:57.891Z Compiling rustls v0.23.37
18542026-06-10T19:51:57.926Z Compiling openssl-sys v0.9.115
18552026-06-10T19:51:57.972Z Compiling cpufeatures v0.2.17
18562026-06-10T19:51:58.179Z Compiling futures-sink v0.3.32
18572026-06-10T19:51:58.185Z Compiling rustc_version v0.4.1
18582026-06-10T19:51:58.221Z Compiling futures-channel v0.3.32
18592026-06-10T19:51:58.274Z Compiling futures-io v0.3.32
18602026-06-10T19:51:58.379Z Compiling futures-task v0.3.32
18612026-06-10T19:51:58.412Z Compiling slab v0.4.12
18622026-06-10T19:51:58.499Z Compiling aho-corasick v1.1.4
18632026-06-10T19:51:58.502Z Compiling dyn-clone v1.0.20
18642026-06-10T19:51:58.563Z Compiling synstructure v0.13.2
18652026-06-10T19:51:58.583Z Compiling serde_derive_internals v0.29.1
18662026-06-10T19:51:58.743Z Compiling plain v0.2.3
18672026-06-10T19:51:58.863Z Compiling openssl v0.10.79
18682026-06-10T19:51:58.879Z Compiling pest_meta v2.8.6
18692026-06-10T19:51:58.882Z Compiling base64 v0.22.1
18702026-06-10T19:51:58.944Z Compiling crc32fast v1.5.0
18712026-06-10T19:51:59.002Z Compiling crossbeam-utils v0.8.21
18722026-06-10T19:51:59.074Z Compiling num-conv v0.2.0
18732026-06-10T19:51:59.183Z Compiling time-core v0.1.8
18742026-06-10T19:51:59.274Z Compiling pretty-hex v0.4.1
18752026-06-10T19:51:59.289Z Compiling native-tls v0.2.18
18762026-06-10T19:51:59.356Z Compiling regex-automata v0.4.14
18772026-06-10T19:51:59.373Z Compiling time-macros v0.2.27
18782026-06-10T19:51:59.390Z Compiling anyhow v1.0.102
18792026-06-10T19:51:59.411Z Compiling base64ct v1.8.3
18802026-06-10T19:51:59.433Z Compiling pest_generator v2.8.6
18812026-06-10T19:51:59.449Z Compiling darling_core v0.21.3
18822026-06-10T19:51:59.567Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18832026-06-10T19:51:59.598Z Compiling tracing-core v0.1.36
18842026-06-10T19:51:59.707Z Compiling pem-rfc7468 v0.7.0
18852026-06-10T19:51:59.806Z Compiling serde_derive v1.0.228
18862026-06-10T19:51:59.880Z Compiling zeroize_derive v1.4.3
18872026-06-10T19:51:59.920Z Compiling zerofrom-derive v0.1.6
18882026-06-10T19:51:59.957Z Compiling yoke-derive v0.8.1
18892026-06-10T19:51:59.976Z Compiling zerovec-derive v0.11.2
18902026-06-10T19:51:59.999Z Compiling displaydoc v0.2.5
18912026-06-10T19:52:00.079Z Compiling zerocopy-derive v0.8.40
18922026-06-10T19:52:00.121Z Compiling tokio-macros v2.7.0
18932026-06-10T19:52:00.347Z Compiling futures-macro v0.3.32
18942026-06-10T19:52:00.511Z Compiling zeroize v1.8.2
18952026-06-10T19:52:00.765Z Compiling thiserror-impl v2.0.18
18962026-06-10T19:52:00.874Z Compiling schemars_derive v0.8.22
18972026-06-10T19:52:00.919Z Compiling tracing-attributes v0.1.31
18982026-06-10T19:52:01.030Z Compiling der_derive v0.7.3
18992026-06-10T19:52:01.059Z Compiling zerofrom v0.1.6
19002026-06-10T19:52:01.204Z Compiling yoke v0.8.1
19012026-06-10T19:52:01.245Z Compiling crypto-common v0.1.7
19022026-06-10T19:52:01.407Z Compiling zerovec v0.11.5
19032026-06-10T19:52:01.423Z Compiling zerotrie v0.2.3
19042026-06-10T19:52:01.540Z Compiling block-buffer v0.10.4
19052026-06-10T19:52:01.730Z Compiling digest v0.10.7
19062026-06-10T19:52:01.906Z Compiling thiserror-impl v1.0.69
19072026-06-10T19:52:01.989Z Compiling tinystr v0.8.2
19082026-06-10T19:52:01.997Z Compiling potential_utf v0.1.4
19092026-06-10T19:52:02.041Z Compiling pest_derive v2.8.6
19102026-06-10T19:52:02.062Z Compiling futures-util v0.3.32
19112026-06-10T19:52:02.079Z Compiling hmac v0.12.1
19122026-06-10T19:52:02.157Z Compiling icu_collections v2.1.1
19132026-06-10T19:52:02.202Z Compiling icu_locale_core v2.1.1
19142026-06-10T19:52:02.506Z Compiling block-padding v0.3.3
19152026-06-10T19:52:02.667Z Compiling inout v0.1.4
19162026-06-10T19:52:02.849Z Compiling rustls-pki-types v1.14.0
19172026-06-10T19:52:02.867Z Compiling openssl-macros v0.1.1
19182026-06-10T19:52:02.884Z Compiling cipher v0.4.4
19192026-06-10T19:52:02.923Z Compiling icu_provider v2.1.1
19202026-06-10T19:52:02.981Z Compiling bytes v1.11.1
19212026-06-10T19:52:03.062Z Compiling chrono v0.4.44
19222026-06-10T19:52:03.232Z Compiling icu_properties v2.1.2
19232026-06-10T19:52:03.282Z Compiling icu_normalizer v2.1.1
19242026-06-10T19:52:03.354Z Compiling serde_tokenstream v0.2.3
19252026-06-10T19:52:03.627Z Compiling tokio v1.52.1
19262026-06-10T19:52:03.902Z Compiling sha2 v0.10.9
19272026-06-10T19:52:04.148Z Compiling idna_adapter v1.2.1
19282026-06-10T19:52:04.281Z Compiling idna v1.1.0
19292026-06-10T19:52:04.305Z Compiling ppv-lite86 v0.2.21
19302026-06-10T19:52:04.516Z Compiling scroll_derive v0.13.1
19312026-06-10T19:52:04.535Z Compiling scroll_derive v0.12.1
19322026-06-10T19:52:04.649Z Compiling url v2.5.8
19332026-06-10T19:52:04.738Z Compiling http v1.4.0
19342026-06-10T19:52:04.803Z Compiling untrusted v0.9.0
19352026-06-10T19:52:04.867Z Compiling flagset v0.4.7
19362026-06-10T19:52:04.971Z Compiling tracing v0.1.44
19372026-06-10T19:52:05.014Z Compiling der v0.7.10
19382026-06-10T19:52:05.339Z Compiling darling_macro v0.21.3
19392026-06-10T19:52:05.389Z Compiling regex v1.12.3
19402026-06-10T19:52:05.405Z Compiling zerocopy-derive v0.7.35
19412026-06-10T19:52:05.802Z Compiling rand_core v0.9.5
19422026-06-10T19:52:05.807Z Compiling slog v2.8.2
19432026-06-10T19:52:06.140Z Compiling spki v0.7.3
19442026-06-10T19:52:06.216Z Compiling darling v0.21.3
19452026-06-10T19:52:06.261Z Compiling salsa20 v0.10.2
19462026-06-10T19:52:06.303Z Compiling pbkdf2 v0.12.2
19472026-06-10T19:52:06.636Z Compiling cookie v0.18.1
19482026-06-10T19:52:06.819Z Compiling camino v1.2.2
19492026-06-10T19:52:07.063Z Compiling scrypt v0.11.0
19502026-06-10T19:52:07.122Z Compiling rand_chacha v0.9.0
19512026-06-10T19:52:07.143Z Compiling http-body v1.0.1
19522026-06-10T19:52:07.242Z Compiling aes v0.8.4
19532026-06-10T19:52:07.265Z Compiling cbc v0.1.2
19542026-06-10T19:52:07.379Z Compiling tokio-util v0.7.18
19552026-06-10T19:52:07.425Z Compiling usdt-impl v0.5.0
19562026-06-10T19:52:07.455Z Compiling winnow v0.7.14
19572026-06-10T19:52:07.504Z Compiling either v1.15.0
19582026-06-10T19:52:07.519Z Compiling openssl-probe v0.2.1
19592026-06-10T19:52:07.616Z Compiling paste v1.0.15
19602026-06-10T19:52:07.697Z Compiling ref-cast v1.0.25
19612026-06-10T19:52:07.741Z Compiling atomic-waker v1.1.2
19622026-06-10T19:52:07.745Z Compiling usdt-impl v0.6.0
19632026-06-10T19:52:07.892Z Compiling untrusted v0.7.1
19642026-06-10T19:52:07.910Z Compiling tinyvec_macros v0.1.1
19652026-06-10T19:52:07.995Z Compiling unicode-segmentation v1.12.0
19662026-06-10T19:52:08.012Z Compiling tinyvec v1.10.0
19672026-06-10T19:52:08.048Z Compiling pkcs5 v0.7.1
19682026-06-10T19:52:08.358Z Compiling rand v0.9.2
19692026-06-10T19:52:08.515Z Compiling scroll v0.13.0
19702026-06-10T19:52:08.703Z Compiling scroll v0.12.0
19712026-06-10T19:52:08.703Z Compiling serde_spanned v0.6.9
19722026-06-10T19:52:08.737Z Compiling toml_datetime v0.6.11
19732026-06-10T19:52:08.767Z Compiling async-trait v0.1.89
19742026-06-10T19:52:08.803Z Compiling heapless v0.7.17
19752026-06-10T19:52:08.942Z Compiling bzip2-sys v0.1.13+1.0.8
19762026-06-10T19:52:08.960Z Compiling tower-service v0.3.3
19772026-06-10T19:52:08.964Z Compiling try-lock v0.2.5
19782026-06-10T19:52:08.998Z Compiling tower-layer v0.3.3
19792026-06-10T19:52:09.003Z Compiling fastrand v2.3.0
19802026-06-10T19:52:09.217Z Compiling zstd-safe v7.2.4
19812026-06-10T19:52:09.290Z Compiling signal-hook v0.3.18
19822026-06-10T19:52:09.372Z Compiling want v0.3.1
19832026-06-10T19:52:09.403Z Compiling h2 v0.4.13
19842026-06-10T19:52:09.482Z Compiling goblin v0.8.2
19852026-06-10T19:52:09.499Z Compiling toml_parser v1.0.9+spec-1.1.0
19862026-06-10T19:52:09.531Z Compiling goblin v0.10.5
19872026-06-10T19:52:09.650Z Compiling pkcs8 v0.10.2
19882026-06-10T19:52:09.678Z Compiling heck v0.4.1
19892026-06-10T19:52:09.897Z Compiling zerocopy v0.7.35
19902026-06-10T19:52:09.943Z Compiling ipnet v2.11.0
19912026-06-10T19:52:10.073Z Compiling ref-cast-impl v1.0.25
19922026-06-10T19:52:10.271Z Compiling darling_core v0.20.11
19932026-06-10T19:52:10.426Z Compiling curve25519-dalek v4.1.3
19942026-06-10T19:52:10.485Z Compiling memoffset v0.9.1
19952026-06-10T19:52:10.704Z Compiling foreign-types-shared v0.1.1
19962026-06-10T19:52:10.721Z Compiling utf8parse v0.2.2
19972026-06-10T19:52:10.810Z Compiling httpdate v1.0.3
19982026-06-10T19:52:10.849Z Compiling litrs v1.0.0
19992026-06-10T19:52:11.045Z Compiling winnow v0.5.40
20002026-06-10T19:52:11.178Z Compiling rustix v0.38.44
20012026-06-10T19:52:11.275Z Compiling pin-utils v0.1.0
20022026-06-10T19:52:11.366Z Compiling document-features v0.2.12
20032026-06-10T19:52:11.420Z Compiling tempfile v3.25.0
20042026-06-10T19:52:11.458Z Compiling foreign-types v0.3.2
20052026-06-10T19:52:11.797Z Compiling dof v0.3.0
20062026-06-10T19:52:11.931Z Compiling unicode-normalization v0.1.25
20072026-06-10T19:52:12.071Z Compiling dtrace-parser v0.2.0
20082026-06-10T19:52:12.239Z Compiling darling_macro v0.20.11
20092026-06-10T19:52:12.338Z Compiling dof v0.4.0
20102026-06-10T19:52:12.430Z Compiling hyper v1.8.1
20112026-06-10T19:52:12.446Z Compiling toml_edit v0.19.15
20122026-06-10T19:52:12.636Z Compiling dtrace-parser v0.3.0
20132026-06-10T19:52:12.718Z Compiling pin-project-internal v1.1.11
20142026-06-10T19:52:12.744Z Compiling daft-derive v0.1.7
20152026-06-10T19:52:12.883Z Compiling spin v0.9.8
20162026-06-10T19:52:12.923Z Compiling thread-id v4.2.2
20172026-06-10T19:52:12.977Z Compiling thread-id v5.1.0
20182026-06-10T19:52:13.084Z Compiling anstyle v1.0.14
20192026-06-10T19:52:13.117Z Compiling powerfmt v0.2.0
20202026-06-10T19:52:13.256Z Compiling smoltcp v0.9.1
20212026-06-10T19:52:13.316Z Compiling num-bigint-dig v0.8.6
20222026-06-10T19:52:13.320Z Compiling cfg_aliases v0.2.1
20232026-06-10T19:52:13.328Z Compiling deranged v0.5.8
20242026-06-10T19:52:13.428Z Compiling nix v0.31.2
20252026-06-10T19:52:13.589Z Compiling hyper-util v0.1.20
20262026-06-10T19:52:13.781Z Compiling darling v0.20.11
20272026-06-10T19:52:13.950Z Compiling rustls-native-certs v0.8.3
20282026-06-10T19:52:13.995Z Compiling ipnetwork v0.21.1
20292026-06-10T19:52:14.353Z Compiling strum_macros v0.26.4
20302026-06-10T19:52:14.553Z Compiling curve25519-dalek-derive v0.1.1
20312026-06-10T19:52:14.718Z Compiling sync_wrapper v1.0.2
20322026-06-10T19:52:14.725Z Compiling wait-timeout v0.2.1
20332026-06-10T19:52:14.804Z Compiling colorchoice v1.0.4
20342026-06-10T19:52:14.941Z Compiling quick-error v1.2.3
20352026-06-10T19:52:14.960Z Compiling bit-vec v0.8.0
20362026-06-10T19:52:15.087Z Compiling is_terminal_polyfill v1.70.2
20372026-06-10T19:52:15.168Z Compiling siphasher v1.0.2
20382026-06-10T19:52:15.217Z Compiling anstyle-query v1.1.5
20392026-06-10T19:52:15.277Z Compiling num_threads v0.1.7
20402026-06-10T19:52:15.340Z Compiling simd-adler32 v0.3.8
20412026-06-10T19:52:15.534Z Compiling time v0.3.47
20422026-06-10T19:52:15.589Z Compiling bit-set v0.8.0
20432026-06-10T19:52:15.606Z Compiling rusty-fork v0.3.1
20442026-06-10T19:52:15.779Z Compiling tower v0.5.3
20452026-06-10T19:52:15.990Z Compiling derive_builder_core v0.20.2
20462026-06-10T19:52:16.077Z Compiling snafu-derive v0.8.9
20472026-06-10T19:52:16.270Z Compiling http-body-util v0.1.3
20482026-06-10T19:52:16.398Z Compiling webpki-roots v1.0.6
20492026-06-10T19:52:16.535Z Compiling rand_xorshift v0.4.0
20502026-06-10T19:52:16.581Z Compiling signature v2.2.0
20512026-06-10T19:52:16.600Z Compiling hubpack_derive v0.1.1
20522026-06-10T19:52:16.709Z Compiling strum_macros v0.27.2
20532026-06-10T19:52:16.830Z Compiling ahash v0.8.12
20542026-06-10T19:52:16.952Z Compiling fs-err v3.3.0
20552026-06-10T19:52:17.029Z Compiling encoding_rs v0.8.35
20562026-06-10T19:52:17.090Z Compiling ryu v1.0.23
20572026-06-10T19:52:17.147Z Compiling adler2 v2.0.1
20582026-06-10T19:52:17.168Z Compiling iri-string v0.7.10
20592026-06-10T19:52:17.243Z Compiling mime v0.3.17
20602026-06-10T19:52:17.273Z Compiling allocator-api2 v0.2.21
20612026-06-10T19:52:17.342Z Compiling object v0.37.3
20622026-06-10T19:52:17.472Z Compiling unicode-properties v0.1.4
20632026-06-10T19:52:17.624Z Compiling unarray v0.1.4
20642026-06-10T19:52:17.640Z Compiling unicode-bidi v0.3.18
20652026-06-10T19:52:17.673Z Compiling serde_urlencoded v0.7.1
20662026-06-10T19:52:17.760Z Compiling proptest v1.10.0
20672026-06-10T19:52:17.772Z Compiling miniz_oxide v0.8.9
20682026-06-10T19:52:17.980Z Compiling stringprep v0.1.5
20692026-06-10T19:52:18.153Z Compiling derive_builder_macro v0.20.2
20702026-06-10T19:52:18.327Z Compiling tower-http v0.6.8
20712026-06-10T19:52:18.501Z Compiling tokio-native-tls v0.3.1
20722026-06-10T19:52:18.521Z Compiling usdt-attr-macro v0.6.0
20732026-06-10T19:52:18.542Z Compiling usdt-macro v0.6.0
20742026-06-10T19:52:18.653Z Compiling anstyle-parse v1.0.0
20752026-06-10T19:52:18.840Z Compiling rand_chacha v0.3.1
20762026-06-10T19:52:18.857Z Compiling erased-serde v0.3.31
20772026-06-10T19:52:19.004Z Compiling md-5 v0.10.6
20782026-06-10T19:52:19.019Z Compiling bstr v1.12.1
20792026-06-10T19:52:19.184Z Compiling num-integer v0.1.46
20802026-06-10T19:52:19.210Z Compiling hash32 v0.2.1
20812026-06-10T19:52:19.226Z Compiling vergen-lib v9.1.0
20822026-06-10T19:52:19.283Z Compiling ff v0.13.1
20832026-06-10T19:52:19.478Z Compiling zlib-rs v0.6.2
20842026-06-10T19:52:19.483Z Compiling base16ct v0.2.0
20852026-06-10T19:52:19.483Z Compiling fallible-iterator v0.2.0
20862026-06-10T19:52:19.517Z Compiling psl-types v2.0.11
20872026-06-10T19:52:19.648Z Compiling publicsuffix v2.3.0
20882026-06-10T19:52:19.667Z Compiling sec1 v0.7.3
20892026-06-10T19:52:19.685Z Compiling num-iter v0.1.45
20902026-06-10T19:52:19.776Z Compiling postgres-protocol v0.6.10
20912026-06-10T19:52:19.796Z Compiling newtype-uuid v1.3.2
20922026-06-10T19:52:19.832Z Compiling group v0.13.0
20932026-06-10T19:52:20.117Z Compiling rand v0.8.6
20942026-06-10T19:52:20.413Z Compiling oxnet v0.1.5
20952026-06-10T19:52:20.607Z Compiling anstream v1.0.0
20962026-06-10T19:52:20.787Z Compiling hyper-tls v0.6.0
20972026-06-10T19:52:20.803Z Compiling derive_builder v0.20.2
20982026-06-10T19:52:20.956Z Compiling phf_shared v0.13.1
20992026-06-10T19:52:20.961Z Compiling pin-project v1.1.11
21002026-06-10T19:52:21.066Z Compiling lazy_static v1.5.0
21012026-06-10T19:52:21.111Z Compiling anstyle-parse v0.2.7
21022026-06-10T19:52:21.203Z Compiling terminal_size v0.4.3
21032026-06-10T19:52:21.219Z Compiling serde_with_macros v3.17.0
21042026-06-10T19:52:21.243Z Compiling futures-executor v0.3.32
21052026-06-10T19:52:21.251Z Compiling hex v0.4.3
21062026-06-10T19:52:21.409Z Compiling hkdf v0.12.4
21072026-06-10T19:52:21.487Z Compiling flate2 v1.1.9
21082026-06-10T19:52:21.515Z Compiling crypto-bigint v0.5.5
21092026-06-10T19:52:21.601Z Compiling clap_derive v4.6.1
21102026-06-10T19:52:21.632Z Compiling enum-as-inner v0.6.1
21112026-06-10T19:52:21.669Z Compiling serde_repr v0.1.20
21122026-06-10T19:52:21.684Z Compiling async-recursion v1.1.1
21132026-06-10T19:52:21.749Z Compiling vergen v9.1.0
21142026-06-10T19:52:21.928Z Compiling cargo-platform v0.3.2
21152026-06-10T19:52:21.978Z Compiling bumpalo v3.20.2
21162026-06-10T19:52:21.994Z Compiling clap_lex v1.0.0
21172026-06-10T19:52:22.220Z Compiling libbz2-rs-sys v0.2.2
21182026-06-10T19:52:22.255Z Compiling foldhash v0.1.5
21192026-06-10T19:52:22.291Z Compiling bitflags v1.3.2
21202026-06-10T19:52:22.312Z Compiling foldhash v0.2.0
21212026-06-10T19:52:22.329Z Compiling managed v0.8.0
21222026-06-10T19:52:22.388Z Compiling same-file v1.0.6
21232026-06-10T19:52:22.557Z Compiling walkdir v2.5.0
21242026-06-10T19:52:22.570Z Compiling hashbrown v0.16.1
21252026-06-10T19:52:22.604Z Compiling elliptic-curve v0.13.8
21262026-06-10T19:52:22.657Z Compiling bzip2 v0.6.1
21272026-06-10T19:52:22.724Z Compiling hashbrown v0.15.5
21282026-06-10T19:52:22.835Z Compiling zopfli v0.8.3
21292026-06-10T19:52:22.879Z Compiling clap_builder v4.6.0
21302026-06-10T19:52:22.965Z Compiling cargo_metadata v0.23.1
21312026-06-10T19:52:23.271Z Compiling futures v0.3.32
21322026-06-10T19:52:23.289Z Compiling anstream v0.6.21
21332026-06-10T19:52:23.464Z Compiling phf v0.13.1
21342026-06-10T19:52:23.600Z Compiling zstd v0.13.3
21352026-06-10T19:52:23.647Z Compiling snafu v0.8.9
21362026-06-10T19:52:23.651Z Compiling signal-hook-mio v0.2.5
21372026-06-10T19:52:23.801Z Compiling daft v0.1.7
21382026-06-10T19:52:23.877Z Compiling cookie_store v0.22.1
21392026-06-10T19:52:23.995Z Compiling postgres-types v0.2.12
21402026-06-10T19:52:24.010Z Compiling bzip2 v0.4.4
21412026-06-10T19:52:24.104Z Compiling globset v0.4.18
21422026-06-10T19:52:24.186Z Compiling strum v0.27.2
21432026-06-10T19:52:24.394Z Compiling hubpack v0.1.2
21442026-06-10T19:52:24.505Z Compiling ed25519 v2.2.3
21452026-06-10T19:52:24.525Z Compiling phf_shared v0.11.3
21462026-06-10T19:52:24.567Z Compiling crossbeam-epoch v0.9.18
21472026-06-10T19:52:24.657Z Compiling olpc-cjson v0.1.4
21482026-06-10T19:52:24.678Z Compiling pkcs1 v0.7.5
21492026-06-10T19:52:24.746Z Compiling pem v3.0.6
21502026-06-10T19:52:24.828Z Compiling serde_plain v1.0.2
21512026-06-10T19:52:24.844Z Compiling serde-big-array v0.5.1
21522026-06-10T19:52:25.008Z Compiling rfc6979 v0.4.0
21532026-06-10T19:52:25.035Z Compiling float-cmp v0.10.0
21542026-06-10T19:52:25.039Z Compiling memmap2 v0.9.10
21552026-06-10T19:52:25.073Z Compiling env_filter v1.0.0
21562026-06-10T19:52:25.073Z Compiling static_assertions v1.1.0
21572026-06-10T19:52:25.108Z Compiling typed-path v0.9.3
21582026-06-10T19:52:25.125Z Compiling fixedbitset v0.4.2
21592026-06-10T19:52:25.181Z Compiling precomputed-hash v0.1.1
21602026-06-10T19:52:25.198Z Compiling new_debug_unreachable v1.0.6
21612026-06-10T19:52:25.215Z Compiling predicates-core v1.0.10
21622026-06-10T19:52:25.287Z Compiling normalize-line-endings v0.3.0
21632026-06-10T19:52:25.298Z Compiling fixedbitset v0.5.7
21642026-06-10T19:52:25.359Z Compiling toml_write v0.1.2
21652026-06-10T19:52:25.393Z Compiling data-encoding v2.10.0
21662026-06-10T19:52:25.399Z Compiling keccak v0.1.6
21672026-06-10T19:52:25.400Z Compiling jiff v0.2.21
21682026-06-10T19:52:25.400Z Compiling whoami v2.1.0
21692026-06-10T19:52:25.455Z Compiling difflib v0.4.0
21702026-06-10T19:52:25.583Z Compiling sha3 v0.10.8
21712026-06-10T19:52:25.599Z Compiling toml_edit v0.22.27
21722026-06-10T19:52:25.631Z Compiling petgraph v0.8.3
21732026-06-10T19:52:25.646Z Compiling tokio-postgres v0.7.16
21742026-06-10T19:52:25.771Z Compiling predicates v3.1.4
21752026-06-10T19:52:25.869Z Compiling hickory-proto v0.25.2
21762026-06-10T19:52:26.062Z Compiling petgraph v0.6.5
21772026-06-10T19:52:26.252Z Compiling string_cache v0.8.9
21782026-06-10T19:52:26.346Z Compiling env_logger v0.11.9
21792026-06-10T19:52:26.362Z Compiling usdt v0.6.0
21802026-06-10T19:52:26.492Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21812026-06-10T19:52:26.597Z Compiling ecdsa v0.16.9
21822026-06-10T19:52:26.709Z Compiling rsa v0.9.10
21832026-06-10T19:52:27.016Z Compiling ed25519-dalek v2.2.0
21842026-06-10T19:52:27.606Z Compiling clap v4.6.1
21852026-06-10T19:52:27.621Z Compiling crossterm v0.28.1
21862026-06-10T19:52:27.701Z Compiling zip v0.6.6
21872026-06-10T19:52:27.735Z Compiling iddqd v0.4.2
21882026-06-10T19:52:28.172Z Compiling zip v4.6.1
21892026-06-10T19:52:28.308Z Compiling serde_with v3.17.0
21902026-06-10T19:52:28.420Z Compiling similar v2.7.0
21912026-06-10T19:52:28.438Z Compiling strum v0.26.3
21922026-06-10T19:52:28.591Z Compiling toml v0.7.8
21932026-06-10T19:52:28.785Z Compiling tokio-stream v0.1.18
21942026-06-10T19:52:29.025Z Compiling itertools v0.13.0
21952026-06-10T19:52:29.059Z Compiling buf-list v1.1.2
21962026-06-10T19:52:29.196Z Compiling x509-cert v0.2.5
21972026-06-10T19:52:29.327Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21982026-06-10T19:52:29.344Z Compiling openapiv3 v2.2.0
21992026-06-10T19:52:29.570Z Compiling sha1 v0.10.6
22002026-06-10T19:52:29.809Z Compiling peg-runtime v0.8.5
22012026-06-10T19:52:29.841Z Compiling lalrpop-util v0.19.12
22022026-06-10T19:52:45.651Z Compiling rustls-webpki v0.103.9
22032026-06-10T19:52:46.560Z Compiling macaddr v1.0.1
22042026-06-10T19:52:46.731Z Compiling structmeta-derive v0.3.0
22052026-06-10T19:52:46.748Z Compiling rayon-core v1.13.0
22062026-06-10T19:52:46.752Z Compiling crucible-workspace-hack v0.1.0
22072026-06-10T19:52:46.846Z Compiling itertools v0.14.0
22082026-06-10T19:52:46.873Z Compiling secrecy v0.10.3
22092026-06-10T19:52:47.010Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22102026-06-10T19:52:47.026Z Compiling rustls v0.22.4
22112026-06-10T19:52:47.070Z Compiling heapless v0.8.0
22122026-06-10T19:52:47.088Z Compiling toml_datetime v0.7.5+spec-1.1.0
22132026-06-10T19:52:47.270Z Compiling toml_edit v0.23.10+spec-1.0.0
22142026-06-10T19:52:47.390Z Compiling crossbeam-deque v0.8.6
22152026-06-10T19:52:47.440Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22162026-06-10T19:52:47.455Z Compiling rustls-webpki v0.102.8
22172026-06-10T19:52:47.570Z Compiling hash32 v0.3.1
22182026-06-10T19:52:47.601Z Compiling multer v3.1.0
22192026-06-10T19:52:47.613Z Compiling thread_local v1.1.9
22202026-06-10T19:52:47.632Z Compiling unicode-width v0.2.0
22212026-06-10T19:52:47.647Z Compiling compression-core v0.4.31
22222026-06-10T19:52:47.764Z Compiling smoltcp v0.11.0
22232026-06-10T19:52:47.781Z Compiling structmeta v0.3.0
22242026-06-10T19:52:47.818Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22252026-06-10T19:52:47.851Z Compiling slog-async v2.8.0
22262026-06-10T19:52:47.898Z Compiling match_cfg v0.1.0
22272026-06-10T19:52:47.966Z Compiling hostname v0.3.1
22282026-06-10T19:52:48.001Z Compiling proc-macro-crate v3.4.0
22292026-06-10T19:52:48.018Z Compiling derive-ex v0.1.8
22302026-06-10T19:52:48.128Z Compiling ingot-macros v0.1.1
22312026-06-10T19:52:48.145Z Compiling compression-codecs v0.4.37
22322026-06-10T19:52:48.210Z Compiling slog-json v2.6.1
22332026-06-10T19:52:48.215Z Compiling crossbeam-channel v0.5.15
22342026-06-10T19:52:48.453Z Compiling half v2.7.1
22352026-06-10T19:52:48.500Z Compiling newtype-uuid-macros v0.1.0
22362026-06-10T19:52:48.560Z Compiling cobs v0.3.0
22372026-06-10T19:52:48.687Z Compiling thiserror-impl-no-std v2.0.2
22382026-06-10T19:52:48.841Z Compiling universal-hash v0.5.1
22392026-06-10T19:52:48.890Z Compiling async-stream-impl v0.3.6
22402026-06-10T19:52:48.941Z Compiling serde_spanned v1.0.4
22412026-06-10T19:52:49.007Z Compiling toml_datetime v1.0.0+spec-1.1.0
22422026-06-10T19:52:49.133Z Compiling is-terminal v0.4.17
22432026-06-10T19:52:49.232Z Compiling dropshot v0.17.0
22442026-06-10T19:52:49.250Z Compiling proc-macro-error-attr v1.0.4
22452026-06-10T19:52:49.291Z Compiling toml_writer v1.0.6+spec-1.1.0
22462026-06-10T19:52:49.433Z Compiling tokio-rustls v0.26.4
22472026-06-10T19:52:49.464Z Compiling rustls-platform-verifier v0.6.2
22482026-06-10T19:52:49.479Z Compiling take_mut v0.2.2
22492026-06-10T19:52:49.498Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22502026-06-10T19:52:49.534Z Compiling convert_case v0.4.0
22512026-06-10T19:52:49.584Z Compiling ciborium-io v0.2.2
22522026-06-10T19:52:49.616Z Compiling opaque-debug v0.3.1
22532026-06-10T19:52:49.686Z Compiling hyper-rustls v0.27.7
22542026-06-10T19:52:49.709Z Compiling term v1.2.1
22552026-06-10T19:52:49.723Z Compiling poly1305 v0.8.0
22562026-06-10T19:52:49.742Z Compiling ciborium-ll v0.2.2
22572026-06-10T19:52:49.791Z Compiling thiserror-no-std v2.0.2
22582026-06-10T19:52:49.796Z Compiling test-strategy v0.4.5
22592026-06-10T19:52:49.859Z Compiling derive_more v0.99.20
22602026-06-10T19:52:49.914Z Compiling toml v1.0.6+spec-1.1.0
22612026-06-10T19:52:49.957Z Compiling reqwest v0.12.28
22622026-06-10T19:52:50.035Z Compiling reqwest v0.13.2
22632026-06-10T19:52:50.055Z Compiling tokio-rustls v0.25.0
22642026-06-10T19:52:50.319Z Compiling slog-term v2.9.2
22652026-06-10T19:52:50.430Z Compiling async-stream v0.3.6
22662026-06-10T19:52:50.649Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22672026-06-10T19:52:50.792Z Compiling ingot-types v0.1.2
22682026-06-10T19:52:50.982Z Compiling postcard v1.1.3
22692026-06-10T19:52:51.158Z Compiling num_enum_derive v0.7.6
22702026-06-10T19:52:51.183Z Compiling ingot v0.1.1
22712026-06-10T19:52:51.826Z Compiling slog-bunyan v2.5.0
22722026-06-10T19:52:51.987Z Compiling async-compression v0.4.41
22732026-06-10T19:52:51.987Z Compiling tough v0.22.0
22742026-06-10T19:52:51.987Z Compiling parse-display-derive v0.10.0
22752026-06-10T19:52:51.998Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22762026-06-10T19:52:52.178Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22772026-06-10T19:52:52.185Z Compiling proc-macro-crate v1.3.1
22782026-06-10T19:52:57.097Z Compiling backon v1.6.0
22792026-06-10T19:52:57.151Z Compiling waitgroup v0.1.2
22802026-06-10T19:52:57.151Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22812026-06-10T19:52:57.151Z Compiling password-hash v0.5.0
22822026-06-10T19:52:57.151Z Compiling chacha20 v0.9.1
22832026-06-10T19:52:57.151Z Compiling dropshot_endpoint v0.17.0
22842026-06-10T19:52:57.151Z Compiling rustls-pemfile v2.2.0
22852026-06-10T19:53:00.401Z Compiling blake2 v0.10.6
22862026-06-10T19:53:00.401Z Compiling aead v0.5.2
22872026-06-10T19:53:00.401Z Compiling foreign-types-macros v0.2.3
22882026-06-10T19:53:00.401Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22892026-06-10T19:53:00.401Z Compiling serde_path_to_error v0.1.20
22902026-06-10T19:53:00.401Z Compiling hostname v0.4.2
22912026-06-10T19:53:00.401Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22922026-06-10T19:53:00.401Z Compiling proc-macro-error v1.0.4
22932026-06-10T19:53:00.401Z Compiling instant v0.1.13
22942026-06-10T19:53:00.401Z Compiling typeid v1.0.3
22952026-06-10T19:53:00.401Z Compiling foreign-types-shared v0.3.1
22962026-06-10T19:53:00.401Z Compiling cpufeatures v0.3.0
22972026-06-10T19:53:00.401Z Compiling debug-ignore v1.0.5
22982026-06-10T19:53:00.401Z Compiling chacha20 v0.10.0
22992026-06-10T19:53:00.401Z Compiling backoff v0.4.0
23002026-06-10T19:53:00.401Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23012026-06-10T19:53:00.401Z Compiling argon2 v0.5.3
23022026-06-10T19:53:00.401Z Compiling chacha20poly1305 v0.10.1
23032026-06-10T19:53:00.402Z Compiling foreign-types v0.5.0
23042026-06-10T19:53:00.402Z Compiling parse-display v0.10.0
23052026-06-10T19:53:00.402Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23062026-06-10T19:53:00.402Z Compiling num_enum_derive v0.5.11
23072026-06-10T19:53:00.402Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23082026-06-10T19:53:00.402Z Compiling num_enum v0.7.6
23092026-06-10T19:53:00.402Z Compiling ciborium v0.2.2
23102026-06-10T19:53:00.402Z Compiling vsss-rs v3.3.4
23112026-06-10T19:53:00.402Z Compiling tabwriter v1.4.1
23122026-06-10T19:53:00.402Z Compiling regress v0.10.5
23132026-06-10T19:53:00.402Z Compiling byte-wrapper v0.1.0
23142026-06-10T19:53:00.402Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23152026-06-10T19:53:00.402Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23162026-06-10T19:53:00.402Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23172026-06-10T19:53:00.402Z Compiling cstr-argument v0.1.2
23182026-06-10T19:53:00.402Z Compiling humantime v2.3.0
23192026-06-10T19:53:00.402Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23202026-06-10T19:53:00.402Z Compiling erased-serde v0.4.9
23212026-06-10T19:53:00.402Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23222026-06-10T19:53:00.402Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23232026-06-10T19:53:00.402Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23242026-06-10T19:53:00.402Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23252026-06-10T19:53:00.402Z Compiling num_enum v0.5.11
23262026-06-10T19:53:00.402Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23272026-06-10T19:53:00.402Z Compiling rand v0.10.0
23282026-06-10T19:53:00.402Z Compiling rayon v1.11.0
23292026-06-10T19:53:00.403Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23302026-06-10T19:53:00.403Z Compiling colored v3.1.1
23312026-06-10T19:53:00.403Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23322026-06-10T19:53:00.403Z Compiling libefi-sys v0.1.0
23332026-06-10T19:53:00.403Z Compiling indent_write v2.2.0
23342026-06-10T19:53:00.403Z Compiling zone_cfg_derive v0.3.1
23352026-06-10T19:53:00.403Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23362026-06-10T19:53:00.403Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23372026-06-10T19:53:00.403Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23382026-06-10T19:53:00.403Z Compiling camino-tempfile v1.4.1
23392026-06-10T19:53:00.403Z Compiling itertools v0.12.1
23402026-06-10T19:53:00.403Z Compiling usdt-attr-macro v0.5.0
23412026-06-10T19:53:00.403Z Compiling usdt-macro v0.5.0
23422026-06-10T19:53:00.403Z Compiling num-derive v0.4.2
23432026-06-10T19:53:00.403Z Compiling bitfield-struct v0.6.2
23442026-06-10T19:53:00.403Z Compiling blake3 v1.8.3
23452026-06-10T19:53:00.403Z Compiling ordered-float v2.10.1
23462026-06-10T19:53:00.403Z Compiling memmap v0.7.0
23472026-06-10T19:53:00.403Z Compiling sigpipe v0.1.3
23482026-06-10T19:53:00.476Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23492026-06-10T19:53:00.477Z Compiling swrite v0.1.0
23502026-06-10T19:53:00.477Z Compiling glob v0.3.3
23512026-06-10T19:53:00.477Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23522026-06-10T19:53:00.477Z Compiling usdt v0.5.0
23532026-06-10T19:53:00.477Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23542026-06-10T19:53:00.477Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23552026-06-10T19:53:00.477Z Compiling serde-value v0.7.0
23562026-06-10T19:53:00.477Z Compiling zone v0.3.1
23572026-06-10T19:53:00.477Z Compiling serde-untagged v0.1.9
23582026-06-10T19:53:00.477Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23592026-06-10T19:53:00.572Z Compiling toml v0.8.23
23602026-06-10T19:53:00.572Z Compiling smf v0.2.3
23612026-06-10T19:53:00.572Z Compiling filetime v0.2.27
23622026-06-10T19:53:00.572Z Compiling arrayvec v0.7.6
23632026-06-10T19:53:00.572Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23642026-06-10T19:53:00.572Z Compiling arrayref v0.3.9
23652026-06-10T19:53:00.573Z Compiling whoami v1.6.1
23662026-06-10T19:53:00.573Z Compiling constant_time_eq v0.4.2
23672026-06-10T19:53:00.573Z Compiling xattr v1.6.1
23682026-06-10T19:53:00.573Z Compiling unicode-xid v0.2.6
23692026-06-10T19:53:00.573Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23702026-06-10T19:53:00.573Z Compiling tar v0.4.45
23712026-06-10T19:53:00.573Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23722026-06-10T19:53:00.573Z Compiling tokio-dtrace v0.1.1
23732026-06-10T19:53:00.573Z Compiling cargo-util-schemas v0.8.2
23742026-06-10T19:53:00.573Z Compiling console v0.16.2
23752026-06-10T19:53:00.573Z Compiling gethostname v0.5.0
23762026-06-10T19:53:00.573Z Compiling cargo-platform v0.2.0
23772026-06-10T19:53:00.574Z Compiling unit-prefix v0.5.2
23782026-06-10T19:53:00.574Z Compiling topological-sort v0.2.2
23792026-06-10T19:53:00.574Z Compiling indicatif v0.18.4
23802026-06-10T19:53:00.574Z Compiling oxide-tokio-rt v0.1.4
23812026-06-10T19:53:00.574Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23822026-06-10T19:53:00.574Z Compiling shell-words v1.1.1
23832026-06-10T19:53:00.574Z Compiling cargo_metadata v0.21.0
23842026-06-10T19:53:09.167Z Compiling progenitor-client v0.14.0
23852026-06-10T19:53:09.191Z Compiling progenitor-client v0.10.0
23862026-06-10T19:53:09.191Z Compiling omicron-zone-package v0.12.2
23872026-06-10T19:53:09.662Z Compiling progenitor-extras v0.2.0
23882026-06-10T19:53:12.015Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23892026-06-10T19:53:12.104Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23902026-06-10T19:53:12.149Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23912026-06-10T19:53:12.170Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23922026-06-10T19:53:12.242Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23932026-06-10T19:53:12.257Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23942026-06-10T19:53:12.312Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23952026-06-10T19:53:12.379Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23962026-06-10T19:53:12.473Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23972026-06-10T19:53:16.365Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23982026-06-10T19:53:24.077Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23992026-06-10T19:53:27.189Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24002026-06-10T19:53:28.177Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24012026-06-10T19:53:37.858Z Finished `release` profile [optimized] target(s) in 1m 44s
24022026-06-10T19:53:38.012Z Running `target/release/omicron-package -t test target create -p dev`
24032026-06-10T19:53:38.081ZLogging to: /work/oxidecomputer/omicron/out/LOG
24042026-06-10T19:53:38.086ZCreated new build target 'test' and set it as active
24052026-06-10T19:53:38.086Z
24062026-06-10T19:53:38.086Zreal 1:44.846767266
24072026-06-10T19:53:38.086Zuser 17:02.054052838
24082026-06-10T19:53:38.086Zsys 2:41.857334716
24092026-06-10T19:53:38.086Ztrap 0.456552665
24102026-06-10T19:53:38.086Ztflt 2.736456337
24112026-06-10T19:53:38.086Zdflt 4.303856067
24122026-06-10T19:53:38.086Zkflt 0.000729810
24132026-06-10T19:53:38.086Zlock 53:01.605508578
24142026-06-10T19:53:38.086Zslp 43:21.398688986
24152026-06-10T19:53:38.086Zlat 43.671727566
24162026-06-10T19:53:38.086Zstop 5:43.725120897
24172026-06-10T19:53:38.086Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24182026-06-10T19:53:38.979Z Finished `release` profile [optimized] target(s) in 0.88s
24192026-06-10T19:53:39.055Z Running `target/release/omicron-package -t test package`
24202026-06-10T19:53:39.115ZLogging to: /work/oxidecomputer/omicron/out/LOG
24212026-06-10T19:53:40.551Z Compiling heck v0.5.0
24222026-06-10T19:53:40.554Z Compiling regress v0.11.1
24232026-06-10T19:53:40.554Z Compiling unsafe-libyaml v0.2.11
24242026-06-10T19:53:40.817Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24252026-06-10T19:53:40.842Z Compiling regress v0.10.5
24262026-06-10T19:53:40.862Z Compiling is-terminal v0.4.17
24272026-06-10T19:53:40.865Z Compiling unicode-width v0.1.14
24282026-06-10T19:53:40.903Z Compiling prettyplease v0.2.37
24292026-06-10T19:53:40.906Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24302026-06-10T19:53:40.906Z Compiling bytecount v0.6.9
24312026-06-10T19:53:40.906Z Compiling rustls v0.22.4
24322026-06-10T19:53:40.906Z Compiling rustls-webpki v0.102.8
24332026-06-10T19:53:40.949Z Compiling derive-where v1.6.0
24342026-06-10T19:53:40.969Z Compiling thread_local v1.1.9
24352026-06-10T19:53:40.973Z Compiling compression-core v0.4.31
24362026-06-10T19:53:41.014Z Compiling match_cfg v0.1.0
24372026-06-10T19:53:41.037Z Compiling multer v3.1.0
24382026-06-10T19:53:41.132Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24392026-06-10T19:53:41.156Z Compiling slog-async v2.8.0
24402026-06-10T19:53:41.179Z Compiling compression-codecs v0.4.37
24412026-06-10T19:53:41.179Z Compiling hostname v0.3.1
24422026-06-10T19:53:41.222Z Compiling crossbeam-channel v0.5.15
24432026-06-10T19:53:41.226Z Compiling slog-json v2.6.1
24442026-06-10T19:53:41.226Z Compiling toml_datetime v1.0.0+spec-1.1.0
24452026-06-10T19:53:41.246Z Compiling serde_spanned v1.0.4
24462026-06-10T19:53:41.316Z Compiling serde_yaml v0.9.34+deprecated
24472026-06-10T19:53:41.429Z Compiling take_mut v0.2.2
24482026-06-10T19:53:41.433Z Compiling toml_writer v1.0.6+spec-1.1.0
24492026-06-10T19:53:41.436Z Compiling term v1.2.1
24502026-06-10T19:53:41.456Z Compiling slog-bunyan v2.5.0
24512026-06-10T19:53:41.563Z Compiling async-compression v0.4.41
24522026-06-10T19:53:41.594Z Compiling toml v1.0.6+spec-1.1.0
24532026-06-10T19:53:41.634Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24542026-06-10T19:53:41.696Z Compiling async-stream v0.3.6
24552026-06-10T19:53:41.782Z Compiling slog-term v2.9.2
24562026-06-10T19:53:41.804Z Compiling dropshot v0.17.0
24572026-06-10T19:53:41.827Z Compiling num-rational v0.4.2
24582026-06-10T19:53:41.870Z Compiling progenitor-client v0.14.0
24592026-06-10T19:53:41.897Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24602026-06-10T19:53:41.943Z Compiling waitgroup v0.1.2
24612026-06-10T19:53:41.997Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24622026-06-10T19:53:42.039Z Compiling backon v1.6.0
24632026-06-10T19:53:42.112Z Compiling rustls-pemfile v2.2.0
24642026-06-10T19:53:42.117Z Compiling num-complex v0.4.6
24652026-06-10T19:53:42.176Z Compiling serde_path_to_error v0.1.20
24662026-06-10T19:53:42.200Z Compiling hostname v0.4.2
24672026-06-10T19:53:42.220Z Compiling instant v0.1.13
24682026-06-10T19:53:42.267Z Compiling debug-ignore v1.0.5
24692026-06-10T19:53:42.304Z Compiling progenitor-extras v0.2.0
24702026-06-10T19:53:42.338Z Compiling typify-impl v0.6.2
24712026-06-10T19:53:42.361Z Compiling backoff v0.4.0
24722026-06-10T19:53:42.364Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24732026-06-10T19:53:42.410Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24742026-06-10T19:53:42.580Z Compiling num v0.4.3
24752026-06-10T19:53:42.604Z Compiling parse-display v0.10.0
24762026-06-10T19:53:42.607Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24772026-06-10T19:53:42.660Z Compiling progenitor-client v0.10.0
24782026-06-10T19:53:42.687Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24792026-06-10T19:53:42.708Z Compiling macaddr v1.0.1
24802026-06-10T19:53:42.775Z Compiling float-ord v0.3.2
24812026-06-10T19:53:42.860Z Compiling humantime v2.3.0
24822026-06-10T19:53:42.957Z Compiling console v0.15.11
24832026-06-10T19:53:42.983Z Compiling newline-converter v0.3.0
24842026-06-10T19:53:43.028Z Compiling atomicwrites v0.4.4
24852026-06-10T19:53:43.136Z Compiling slog-dtrace v0.3.0
24862026-06-10T19:53:43.158Z Compiling resolv-conf v0.7.6
24872026-06-10T19:53:43.188Z Compiling cancel-safe-futures v0.1.5
24882026-06-10T19:53:43.249Z Compiling owo-colors v4.3.0
24892026-06-10T19:53:43.365Z Compiling expectorate v1.2.0
24902026-06-10T19:53:43.448Z Compiling tokio-rustls v0.25.0
24912026-06-10T19:53:43.470Z Compiling toml v0.8.23
24922026-06-10T19:53:43.516Z Compiling libsw-core v0.3.2
24932026-06-10T19:53:43.641Z Compiling linked-hash-map v0.5.6
24942026-06-10T19:53:43.715Z Compiling libsw v3.5.0
24952026-06-10T19:53:43.799Z Compiling linear-map v1.2.0
24962026-06-10T19:53:43.893Z Compiling lru-cache v0.1.2
24972026-06-10T19:53:43.962Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24982026-06-10T19:53:43.983Z Compiling minimal-lexical v0.2.1
24992026-06-10T19:53:44.061Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25002026-06-10T19:53:44.082Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25012026-06-10T19:53:44.129Z Compiling hickory-proto v0.24.4
25022026-06-10T19:53:44.206Z Compiling unicode-xid v0.2.6
25032026-06-10T19:53:44.259Z Compiling nom v7.1.3
25042026-06-10T19:53:44.281Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25052026-06-10T19:53:44.366Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25062026-06-10T19:53:44.510Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25072026-06-10T19:53:44.751Z Compiling convert_case v0.10.0
25082026-06-10T19:53:45.047Z Compiling derive_more-impl v2.1.1
25092026-06-10T19:53:45.261Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25102026-06-10T19:53:45.671Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25112026-06-10T19:53:45.737Z Compiling papergrid v0.11.0
25122026-06-10T19:53:45.815Z Compiling typify-macro v0.6.2
25132026-06-10T19:53:45.848Z Compiling tabled_derive v0.7.0
25142026-06-10T19:53:45.944Z Compiling derive_more v2.1.1
25152026-06-10T19:53:46.055Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25162026-06-10T19:53:46.304Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25172026-06-10T19:53:46.651Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25182026-06-10T19:53:46.763Z Compiling hickory-resolver v0.24.4
25192026-06-10T19:53:46.920Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25202026-06-10T19:53:46.944Z Compiling termtree v0.5.1
25212026-06-10T19:53:47.149Z Compiling tabled v0.15.0
25222026-06-10T19:53:47.172Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25232026-06-10T19:53:47.389Z Compiling typify v0.6.2
25242026-06-10T19:53:47.651Z Compiling progenitor-impl v0.14.0
25252026-06-10T19:53:48.360Z Compiling qorb v0.4.1
25262026-06-10T19:53:48.422Z Compiling crossterm v0.29.0
25272026-06-10T19:53:49.812Z Compiling progenitor-macro v0.14.0
25282026-06-10T19:53:50.147Z Compiling phf_shared v0.12.1
25292026-06-10T19:53:50.400Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25302026-06-10T19:53:51.078Z Compiling vte v0.14.1
25312026-06-10T19:53:51.338Z Compiling csv-core v0.1.13
25322026-06-10T19:53:51.341Z Compiling chrono-tz v0.10.4
25332026-06-10T19:53:51.603Z Compiling highway v1.3.0
25342026-06-10T19:53:51.803Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25352026-06-10T19:53:52.119Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25362026-06-10T19:53:52.337Z Compiling csv v1.4.0
25372026-06-10T19:53:52.364Z Compiling strip-ansi-escapes v0.2.1
25382026-06-10T19:53:52.384Z Compiling phf v0.12.1
25392026-06-10T19:53:52.590Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25402026-06-10T19:53:52.703Z Compiling const_format_proc_macros v0.2.34
25412026-06-10T19:53:52.933Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25422026-06-10T19:53:53.098Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25432026-06-10T19:53:53.208Z Compiling fd-lock v4.0.4
25442026-06-10T19:53:53.319Z Compiling peg-macros v0.8.5
25452026-06-10T19:53:53.483Z Compiling nu-ansi-term v0.50.3
25462026-06-10T19:53:53.608Z Compiling const_format v0.2.35
25472026-06-10T19:53:53.813Z Compiling reedline v0.40.0
25482026-06-10T19:53:53.896Z Compiling progenitor v0.14.0
25492026-06-10T19:53:54.030Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25502026-06-10T19:53:54.140Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25512026-06-10T19:53:54.399Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25522026-06-10T19:53:54.588Z Compiling peg v0.8.5
25532026-06-10T19:53:55.025Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25542026-06-10T19:53:55.105Z Compiling bcs v0.1.6
25552026-06-10T19:53:55.478Z Compiling nom v8.0.0
25562026-06-10T19:53:55.786Z Compiling semver v0.1.20
25572026-06-10T19:53:56.080Z Compiling rustc_version v0.1.7
25582026-06-10T19:53:56.340Z Compiling newtype_derive v0.1.6
25592026-06-10T19:53:56.570Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25602026-06-10T19:53:56.841Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25612026-06-10T19:53:56.949Z Compiling unicode-linebreak v0.1.5
25622026-06-10T19:53:57.023Z Compiling smawk v0.3.2
25632026-06-10T19:53:57.235Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25642026-06-10T19:53:57.235Z Compiling textwrap v0.16.2
25652026-06-10T19:53:57.315Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25662026-06-10T19:53:57.388Z Compiling base64 v0.21.7
25672026-06-10T19:53:57.538Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25682026-06-10T19:53:57.561Z Compiling steno v0.4.1
25692026-06-10T19:53:57.924Z Compiling dropshot-api-manager-types v0.7.2
25702026-06-10T19:53:57.949Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25712026-06-10T19:53:58.236Z Compiling tagptr v0.2.0
25722026-06-10T19:53:58.266Z Compiling utf-8 v0.7.6
25732026-06-10T19:53:58.433Z Compiling moka v0.12.13
25742026-06-10T19:53:58.509Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25752026-06-10T19:53:58.549Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25762026-06-10T19:53:58.731Z Compiling tungstenite v0.21.0
25772026-06-10T19:53:58.788Z Compiling radium v0.7.0
25782026-06-10T19:53:58.843Z Compiling maybe-uninit v2.0.0
25792026-06-10T19:53:59.177Z Compiling tap v1.0.1
25802026-06-10T19:53:59.352Z Compiling tokio-tungstenite v0.21.0
25812026-06-10T19:53:59.418Z Compiling display-error-chain v0.2.2
25822026-06-10T19:53:59.608Z Compiling hickory-resolver v0.25.2
25832026-06-10T19:53:59.656Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25842026-06-10T19:53:59.730Z Compiling wyz v0.5.1
25852026-06-10T19:54:00.071Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25862026-06-10T19:54:00.221Z Compiling num-derive v0.3.3
25872026-06-10T19:54:00.423Z Compiling zerocopy-derive v0.6.6
25882026-06-10T19:54:00.851Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25892026-06-10T19:54:01.114Z Compiling proc-macro-error-attr2 v2.0.0
25902026-06-10T19:54:01.208Z Compiling packed_struct v0.10.1
25912026-06-10T19:54:01.488Z Compiling funty v2.0.0
25922026-06-10T19:54:01.559Z Compiling crc-catalog v2.4.0
25932026-06-10T19:54:01.719Z Compiling crc v3.4.0
25942026-06-10T19:54:01.955Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25952026-06-10T19:54:02.300Z Compiling bitvec v1.0.1
25962026-06-10T19:54:02.514Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25972026-06-10T19:54:02.904Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
25982026-06-10T19:54:02.938Z Compiling proc-macro-error2 v2.0.1
25992026-06-10T19:54:03.111Z Compiling zerocopy v0.6.6
26002026-06-10T19:54:03.268Z Compiling libscf-sys v1.1.0
26012026-06-10T19:54:03.547Z Compiling packed_struct_codegen v0.10.1
26022026-06-10T19:54:03.570Z Compiling vergen-lib v0.1.6
26032026-06-10T19:54:03.799Z Compiling bitfield-macros v0.19.4
26042026-06-10T19:54:04.136Z Compiling indexmap v1.9.3
26052026-06-10T19:54:04.189Z Compiling nodrop v0.1.14
26062026-06-10T19:54:04.326Z Compiling array-init v0.0.4
26072026-06-10T19:54:04.439Z Compiling smallvec v0.6.14
26082026-06-10T19:54:04.514Z Compiling bitfield v0.19.4
26092026-06-10T19:54:04.584Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26102026-06-10T19:54:04.720Z Compiling tabled_derive v0.11.0
26112026-06-10T19:54:04.859Z Compiling papergrid v0.17.0
26122026-06-10T19:54:04.908Z Compiling testing_table v0.3.0
26132026-06-10T19:54:05.279Z Compiling vergen-gitcl v1.0.8
26142026-06-10T19:54:05.344Z Compiling dirs-sys-next v0.1.2
26152026-06-10T19:54:05.477Z Compiling maplit v1.0.2
26162026-06-10T19:54:05.518Z Compiling crunchy v0.2.4
26172026-06-10T19:54:05.603Z Compiling hashbrown v0.12.3
26182026-06-10T19:54:05.626Z Compiling diesel_derives v2.3.7
26192026-06-10T19:54:05.703Z Compiling glob v0.3.3
26202026-06-10T19:54:05.811Z Compiling dirs-next v2.0.0
26212026-06-10T19:54:05.915Z Compiling serde-hex v0.1.0
26222026-06-10T19:54:05.919Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26232026-06-10T19:54:06.077Z Compiling clang-sys v1.8.1
26242026-06-10T19:54:06.099Z Compiling tabled v0.20.0
26252026-06-10T19:54:06.103Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26262026-06-10T19:54:06.212Z Compiling ron v0.8.1
26272026-06-10T19:54:06.329Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26282026-06-10T19:54:06.379Z Compiling hashbrown v0.13.2
26292026-06-10T19:54:06.468Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26302026-06-10T19:54:06.683Z Compiling scheduled-thread-pool v0.2.7
26312026-06-10T19:54:07.044Z Compiling dsl_auto_type v0.2.0
26322026-06-10T19:54:07.301Z Compiling diesel_table_macro_syntax v0.3.0
26332026-06-10T19:54:07.531Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26342026-06-10T19:54:07.604Z Compiling tiny-keccak v2.0.2
26352026-06-10T19:54:07.781Z Compiling crc-any v2.5.0
26362026-06-10T19:54:07.946Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26372026-06-10T19:54:08.112Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26382026-06-10T19:54:08.235Z Compiling object v0.30.4
26392026-06-10T19:54:08.673Z Compiling r2d2 v0.8.10
26402026-06-10T19:54:08.814Z Compiling term v0.7.0
26412026-06-10T19:54:08.948Z Compiling xshell-macros v0.2.7
26422026-06-10T19:54:08.976Z Compiling path-slash v0.1.5
26432026-06-10T19:54:09.178Z Compiling downcast-rs v2.0.2
26442026-06-10T19:54:09.320Z Compiling bit-vec v0.6.3
26452026-06-10T19:54:09.341Z Compiling ascii-canvas v3.0.0
26462026-06-10T19:54:09.388Z Compiling xshell v0.2.7
26472026-06-10T19:54:09.561Z Compiling bit-set v0.5.3
26482026-06-10T19:54:09.752Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26492026-06-10T19:54:09.861Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26502026-06-10T19:54:10.376Z Compiling itertools v0.10.5
26512026-06-10T19:54:10.611Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26522026-06-10T19:54:10.714Z Compiling ena v0.14.4
26532026-06-10T19:54:10.960Z Compiling libloading v0.8.9
26542026-06-10T19:54:11.195Z Compiling crc8 v0.1.1
26552026-06-10T19:54:11.337Z Compiling regex-syntax v0.6.29
26562026-06-10T19:54:11.475Z Compiling unicase v2.9.0
26572026-06-10T19:54:11.828Z Compiling bindgen v0.71.1
26582026-06-10T19:54:11.917Z Compiling diff v0.1.13
26592026-06-10T19:54:12.185Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26602026-06-10T19:54:12.207Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26612026-06-10T19:54:12.354Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26622026-06-10T19:54:12.636Z Compiling diesel v2.3.7
26632026-06-10T19:54:12.963Z Compiling lalrpop v0.19.12
26642026-06-10T19:54:13.147Z Compiling cexpr v0.6.0
26652026-06-10T19:54:13.307Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26662026-06-10T19:54:13.371Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26672026-06-10T19:54:13.538Z Compiling rustc-hash v2.1.1
26682026-06-10T19:54:13.596Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26692026-06-10T19:54:13.619Z Compiling headers-core v0.3.0
26702026-06-10T19:54:13.785Z Compiling libxml v0.3.3
26712026-06-10T19:54:13.786Z Compiling headers v0.4.1
26722026-06-10T19:54:13.951Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26732026-06-10T19:54:14.010Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26742026-06-10T19:54:14.101Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26752026-06-10T19:54:14.259Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26762026-06-10T19:54:14.554Z Compiling git-stub v1.0.0
26772026-06-10T19:54:14.740Z Compiling strum_macros v0.24.3
26782026-06-10T19:54:14.827Z Compiling indoc v1.0.9
26792026-06-10T19:54:15.138Z Compiling git-stub-vcs v0.1.0
26802026-06-10T19:54:15.277Z Compiling progenitor-impl v0.13.0
26812026-06-10T19:54:15.465Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26822026-06-10T19:54:15.507Z Compiling derive_builder v0.20.2
26832026-06-10T19:54:15.686Z Compiling quick-xml v0.37.5
26842026-06-10T19:54:15.707Z Compiling oso-derive v0.27.3
26852026-06-10T19:54:16.018Z Compiling impl-trait-for-tuples v0.2.3
26862026-06-10T19:54:16.228Z Compiling openssl-probe v0.1.6
26872026-06-10T19:54:16.291Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26882026-06-10T19:54:16.560Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26892026-06-10T19:54:16.670Z Compiling progenitor-client v0.13.0
26902026-06-10T19:54:17.032Z Compiling half v1.8.3
26912026-06-10T19:54:17.121Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26922026-06-10T19:54:17.229Z Compiling bb8 v0.8.6
26932026-06-10T19:54:17.318Z Compiling serde_cbor v0.11.2
26942026-06-10T19:54:17.382Z Compiling trait-variant v0.1.2
26952026-06-10T19:54:17.468Z Compiling progenitor-macro v0.13.0
26962026-06-10T19:54:17.540Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26972026-06-10T19:54:17.637Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26982026-06-10T19:54:17.943Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26992026-06-10T19:54:17.979Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27002026-06-10T19:54:18.211Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27012026-06-10T19:54:18.378Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27022026-06-10T19:54:18.399Z Compiling samael v0.0.19
27032026-06-10T19:54:18.437Z Compiling typify-impl v0.4.3
27042026-06-10T19:54:18.492Z Compiling fxhash v0.2.1
27052026-06-10T19:54:18.579Z Compiling libz-sys v1.1.24
27062026-06-10T19:54:18.667Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27072026-06-10T19:54:18.989Z Compiling nonempty v0.12.0
27082026-06-10T19:54:19.220Z Compiling salty v0.3.0
27092026-06-10T19:54:19.772Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27102026-06-10T19:54:19.802Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27112026-06-10T19:54:19.929Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27122026-06-10T19:54:19.980Z Compiling kstat-rs v0.2.4
27132026-06-10T19:54:20.180Z Compiling arc-swap v1.8.2
27142026-06-10T19:54:20.426Z Compiling polar-core v0.27.3
27152026-06-10T19:54:20.471Z Compiling fs-err v2.11.0
27162026-06-10T19:54:20.798Z Compiling mime_guess v2.0.5
27172026-06-10T19:54:20.863Z Compiling slog-scope v4.4.1
27182026-06-10T19:54:21.327Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27192026-06-10T19:54:21.392Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27202026-06-10T19:54:21.558Z Compiling progenitor v0.13.0
27212026-06-10T19:54:21.759Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27222026-06-10T19:54:21.926Z Compiling typify-macro v0.4.3
27232026-06-10T19:54:22.613Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27242026-06-10T19:54:23.087Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27252026-06-10T19:54:23.110Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27262026-06-10T19:54:23.138Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27272026-06-10T19:54:23.466Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27282026-06-10T19:54:23.719Z Compiling nanorand v0.7.0
27292026-06-10T19:54:23.951Z Compiling darling_core v0.23.0
27302026-06-10T19:54:24.085Z Compiling libgit2-sys v0.18.3+1.9.2
27312026-06-10T19:54:24.435Z Compiling parking_lot_core v0.8.6
27322026-06-10T19:54:24.773Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27332026-06-10T19:54:24.988Z Compiling flume v0.11.1
27342026-06-10T19:54:25.384Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-06-10T19:54:26.117Z Compiling darling_macro v0.23.0
27362026-06-10T19:54:26.139Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27372026-06-10T19:54:26.269Z Compiling slog-stdlog v4.1.1
27382026-06-10T19:54:26.732Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27392026-06-10T19:54:26.797Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27402026-06-10T19:54:27.821Z Compiling primeorder v0.13.6
27412026-06-10T19:54:27.999Z Compiling atty v0.2.14
27422026-06-10T19:54:28.148Z Compiling instability v0.3.11
27432026-06-10T19:54:28.172Z Compiling strsim v0.10.0
27442026-06-10T19:54:28.383Z Compiling parse-size v1.1.0
27452026-06-10T19:54:28.496Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27462026-06-10T19:54:28.546Z Compiling http-range v0.1.5
27472026-06-10T19:54:28.607Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27482026-06-10T19:54:28.802Z Compiling darling_core v0.13.4
27492026-06-10T19:54:28.882Z Compiling p384 v0.13.1
27502026-06-10T19:54:30.446Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27512026-06-10T19:54:32.023Z Compiling oso v0.27.3
27522026-06-10T19:54:32.602Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27532026-06-10T19:54:32.811Z Compiling async-bb8-diesel v0.2.1
27542026-06-10T19:54:33.141Z Compiling diesel-dtrace v0.5.0
27552026-06-10T19:54:33.276Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27562026-06-10T19:54:33.788Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27572026-06-10T19:54:34.892Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27582026-06-10T19:54:35.054Z Compiling darling v0.23.0
27592026-06-10T19:54:35.176Z Compiling slog-envlogger v2.2.0
27602026-06-10T19:54:36.360Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
27612026-06-10T19:54:36.967Z Compiling typify v0.4.3
27622026-06-10T19:54:37.141Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27632026-06-10T19:54:37.427Z Compiling ignore v0.4.25
27642026-06-10T19:54:38.443Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27652026-06-10T19:54:39.343Z Compiling castaway v0.2.4
27662026-06-10T19:54:39.502Z Compiling vergen-git2 v9.1.0
27672026-06-10T19:54:39.742Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27682026-06-10T19:54:39.768Z Compiling indoc v2.0.7
27692026-06-10T19:54:39.864Z Compiling compact_str v0.8.1
27702026-06-10T19:54:40.070Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27712026-06-10T19:54:40.306Z Compiling globwalk v0.9.1
27722026-06-10T19:54:40.481Z Compiling progenitor-impl v0.11.2
27732026-06-10T19:54:40.629Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27742026-06-10T19:54:40.938Z Compiling parking_lot v0.11.2
27752026-06-10T19:54:40.959Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27762026-06-10T19:54:40.999Z Compiling hyper-staticfile v0.10.1
27772026-06-10T19:54:41.470Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27782026-06-10T19:54:41.891Z Compiling darling_macro v0.13.4
27792026-06-10T19:54:42.211Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27802026-06-10T19:54:42.352Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27812026-06-10T19:54:42.407Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27822026-06-10T19:54:42.538Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27832026-06-10T19:54:42.727Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27842026-06-10T19:54:42.872Z Compiling predicates-tree v1.0.13
27852026-06-10T19:54:42.894Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27862026-06-10T19:54:43.124Z Compiling unicode-truncate v1.1.0
27872026-06-10T19:54:43.145Z Compiling lru v0.12.5
27882026-06-10T19:54:43.338Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27892026-06-10T19:54:43.366Z Compiling rand_seeder v0.4.0
27902026-06-10T19:54:43.386Z Compiling prefix-trie v0.7.0
27912026-06-10T19:54:43.631Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-06-10T19:54:43.899Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27932026-06-10T19:54:43.931Z Compiling illumos-nvpair-sys v0.2.0
27942026-06-10T19:54:44.098Z Compiling cassowary v0.3.0
27952026-06-10T19:54:44.153Z Compiling rustls v0.21.12
27962026-06-10T19:54:44.157Z Compiling corncobs v0.1.4
27972026-06-10T19:54:44.272Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27982026-06-10T19:54:44.411Z Compiling ratatui v0.29.0
27992026-06-10T19:54:44.436Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28002026-06-10T19:54:44.516Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28012026-06-10T19:54:44.540Z Compiling hickory-server v0.25.2
28022026-06-10T19:54:44.587Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28032026-06-10T19:54:44.836Z Compiling camino-tempfile-ext v0.3.3
28042026-06-10T19:54:44.909Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28052026-06-10T19:54:45.173Z Compiling progenitor-macro v0.11.2
28062026-06-10T19:54:45.488Z Compiling darling v0.13.4
28072026-06-10T19:54:45.671Z Compiling sled v0.34.7
28082026-06-10T19:54:46.729Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28092026-06-10T19:54:48.138Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28102026-06-10T19:54:49.231Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28112026-06-10T19:54:49.362Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28122026-06-10T19:54:49.609Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28132026-06-10T19:54:49.845Z Compiling git2 v0.20.4
28142026-06-10T19:54:49.877Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28152026-06-10T19:54:49.902Z Compiling progenitor-client v0.11.2
28162026-06-10T19:54:50.015Z Compiling sct v0.7.1
28172026-06-10T19:54:50.119Z Compiling rustls-webpki v0.101.7
28182026-06-10T19:54:50.303Z Compiling secrecy v0.8.0
28192026-06-10T19:54:50.456Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28202026-06-10T19:54:51.928Z Compiling progenitor v0.11.2
28212026-06-10T19:54:52.558Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28222026-06-10T19:54:52.677Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28232026-06-10T19:54:52.739Z Compiling serde_with_macros v1.5.2
28242026-06-10T19:54:52.927Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28252026-06-10T19:54:53.601Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28262026-06-10T19:54:53.691Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28272026-06-10T19:54:54.466Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28282026-06-10T19:54:55.246Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28292026-06-10T19:54:55.274Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28302026-06-10T19:54:55.912Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28312026-06-10T19:54:56.144Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28322026-06-10T19:54:56.201Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28332026-06-10T19:54:56.379Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28342026-06-10T19:54:56.440Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28352026-06-10T19:54:56.629Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28362026-06-10T19:54:56.737Z Compiling void v1.0.2
28372026-06-10T19:54:56.929Z Compiling lzss v0.8.2
28382026-06-10T19:54:57.424Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28392026-06-10T19:54:58.106Z Compiling illumos-nvpair v0.3.0
28402026-06-10T19:54:58.608Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28412026-06-10T19:54:59.460Z Compiling serde_with v1.14.0
28422026-06-10T19:55:00.271Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28432026-06-10T19:55:00.631Z Compiling tokio-rustls v0.24.1
28442026-06-10T19:55:01.045Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28452026-06-10T19:55:01.096Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28462026-06-10T19:55:01.192Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28472026-06-10T19:55:01.233Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28482026-06-10T19:55:01.975Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28492026-06-10T19:55:02.242Z Compiling tungstenite v0.23.0
28502026-06-10T19:55:02.930Z Compiling rustls-pemfile v1.0.4
28512026-06-10T19:55:03.017Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28522026-06-10T19:55:03.325Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28532026-06-10T19:55:03.351Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28542026-06-10T19:55:03.575Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28552026-06-10T19:55:03.585Z Compiling nix v0.27.1
28562026-06-10T19:55:04.643Z Compiling twox-hash v2.1.2
28572026-06-10T19:55:04.765Z Compiling serde_bytes v0.11.19
28582026-06-10T19:55:05.077Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28592026-06-10T19:55:05.117Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28602026-06-10T19:55:05.157Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28612026-06-10T19:55:05.692Z Compiling tokio-tungstenite v0.23.1
28622026-06-10T19:55:06.038Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28632026-06-10T19:55:06.084Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28642026-06-10T19:55:06.216Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28652026-06-10T19:55:08.177Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28662026-06-10T19:55:09.281Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28672026-06-10T19:55:09.566Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28682026-06-10T19:55:09.919Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28692026-06-10T19:55:09.952Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28702026-06-10T19:55:10.355Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28712026-06-10T19:55:10.576Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28722026-06-10T19:55:10.942Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28732026-06-10T19:55:11.205Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28742026-06-10T19:55:11.462Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28752026-06-10T19:55:13.227Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28762026-06-10T19:55:14.213Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28772026-06-10T19:55:14.704Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28782026-06-10T19:55:15.335Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28792026-06-10T19:55:15.578Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28802026-06-10T19:55:16.416Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28812026-06-10T19:55:16.630Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28822026-06-10T19:55:17.953Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28832026-06-10T19:55:18.048Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28842026-06-10T19:55:18.147Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28852026-06-10T19:55:18.265Z Compiling signal-hook-tokio v0.3.1
28862026-06-10T19:55:18.288Z Compiling fatfs v0.3.6
28872026-06-10T19:55:18.463Z Compiling yasna v0.5.2
28882026-06-10T19:55:18.683Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28892026-06-10T19:55:19.059Z Compiling seq-macro v0.3.6
28902026-06-10T19:55:19.486Z Compiling assert_matches v1.5.0
28912026-06-10T19:55:19.558Z Compiling is_ci v1.2.0
28922026-06-10T19:55:19.586Z Compiling rcgen v0.12.1
28932026-06-10T19:55:19.791Z Compiling supports-color v3.0.2
28942026-06-10T19:55:19.882Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28952026-06-10T19:55:19.928Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28962026-06-10T19:55:20.034Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28972026-06-10T19:55:20.170Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28982026-06-10T19:55:20.302Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28992026-06-10T19:55:20.558Z Compiling rtoolbox v0.0.3
29002026-06-10T19:55:20.831Z Compiling subprocess v0.2.15
29012026-06-10T19:55:21.637Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29022026-06-10T19:55:22.387Z Compiling rpassword v7.4.0
29032026-06-10T19:55:22.708Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29042026-06-10T19:55:23.238Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29052026-06-10T19:55:23.238Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29062026-06-10T19:55:23.822Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29072026-06-10T19:55:23.917Z Compiling tui-tree-widget v0.23.1
29082026-06-10T19:55:24.241Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29092026-06-10T19:55:24.483Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29102026-06-10T19:55:25.017Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29112026-06-10T19:55:25.720Z Compiling uzers v0.12.2
29122026-06-10T19:55:26.762Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29132026-06-10T19:55:27.210Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29142026-06-10T19:55:28.345Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29152026-06-10T19:55:28.707Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29162026-06-10T19:55:32.846Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29172026-06-10T19:55:33.326Z Compiling support-bundle-viewer v0.1.2
29182026-06-10T19:55:39.827Z Compiling multimap v0.10.1
29192026-06-10T19:55:43.804Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29202026-06-10T19:55:49.437Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29212026-06-10T19:55:52.738Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29222026-06-10T19:55:55.888Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29232026-06-10T19:55:56.287Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29242026-06-10T20:05:18.357Z Finished `release` profile [optimized] target(s) in 11m 39s
29252026-06-10T20:06:04.315Z
29262026-06-10T20:06:04.315Zreal 12:26.204699011
29272026-06-10T20:06:04.315Zuser 1:22:59.665524413
29282026-06-10T20:06:04.318Zsys 3:43.609684138
29292026-06-10T20:06:04.318Ztrap 1.777360857
29302026-06-10T20:06:04.318Ztflt 2.564380242
29312026-06-10T20:06:04.318Zdflt 18.604009603
29322026-06-10T20:06:04.318Zkflt 0.043590490
29332026-06-10T20:06:04.318Zlock 8:48:13.430912139
29342026-06-10T20:06:04.318Zslp 2:27:38.921055127
29352026-06-10T20:06:04.318Zlat 2:31.255277176
29362026-06-10T20:06:04.318Zstop 5:34.904511386
29372026-06-10T20:06:04.318Z+ mapfile -t packages
29382026-06-10T20:06:04.318Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29392026-06-10T20:06:05.282Z Finished `release` profile [optimized] target(s) in 0.95s
29402026-06-10T20:06:05.352Z Running `target/release/omicron-package -t test list-outputs`
29412026-06-10T20:06:05.415ZLogging to: /work/oxidecomputer/omicron/out/LOG
29422026-06-10T20:06:05.418Z+ ptime -m cargo build --locked --release -p xtask
29432026-06-10T20:06:05.961Z Compiling libc v0.2.185
29442026-06-10T20:06:05.961Z Compiling serde v1.0.228
29452026-06-10T20:06:05.964Z Compiling serde_core v1.0.228
29462026-06-10T20:06:05.964Z Compiling rustix v1.1.3
29472026-06-10T20:06:06.076Z Compiling bitflags v2.11.0
29482026-06-10T20:06:06.079Z Compiling serde_json v1.0.149
29492026-06-10T20:06:06.118Z Compiling num-traits v0.2.19
29502026-06-10T20:06:06.118Z Compiling smallvec v1.15.1
29512026-06-10T20:06:06.121Z Compiling syn v2.0.117
29522026-06-10T20:06:06.164Z Compiling indexmap v2.14.0
29532026-06-10T20:06:06.167Z Compiling usdt-impl v0.5.0
29542026-06-10T20:06:06.193Z Compiling syn v1.0.109
29552026-06-10T20:06:06.202Z Compiling getrandom v0.4.1
29562026-06-10T20:06:06.216Z Compiling log v0.4.29
29572026-06-10T20:06:06.359Z Compiling percent-encoding v2.3.2
29582026-06-10T20:06:06.485Z Compiling fs-err v3.3.0
29592026-06-10T20:06:06.488Z Compiling once_cell v1.21.3
29602026-06-10T20:06:06.587Z Compiling form_urlencoded v1.2.2
29612026-06-10T20:06:06.590Z Compiling anyhow v1.0.102
29622026-06-10T20:06:06.624Z Compiling heck v0.4.1
29632026-06-10T20:06:06.828Z Compiling thread-id v4.2.2
29642026-06-10T20:06:06.837Z Compiling errno v0.3.14
29652026-06-10T20:06:06.892Z Compiling memmap v0.7.0
29662026-06-10T20:06:07.234Z Compiling ordered-float v2.10.1
29672026-06-10T20:06:07.791Z Compiling proc-macro-error v1.0.4
29682026-06-10T20:06:07.859Z Compiling terminal_size v0.4.3
29692026-06-10T20:06:07.859Z Compiling tempfile v3.25.0
29702026-06-10T20:06:07.966Z Compiling clap_builder v4.6.0
29712026-06-10T20:06:07.966Z Compiling textwrap v0.16.2
29722026-06-10T20:06:08.056Z Compiling tabled_derive v0.7.0
29732026-06-10T20:06:08.104Z Compiling camino-tempfile v1.4.1
29742026-06-10T20:06:08.692Z Compiling synstructure v0.13.2
29752026-06-10T20:06:08.692Z Compiling pest_generator v2.8.6
29762026-06-10T20:06:08.742Z Compiling tabled v0.15.0
29772026-06-10T20:06:09.086Z Compiling serde_derive v1.0.228
29782026-06-10T20:06:09.089Z Compiling zerovec-derive v0.11.2
29792026-06-10T20:06:09.089Z Compiling displaydoc v0.2.5
29802026-06-10T20:06:09.089Z Compiling thiserror-impl v1.0.69
29812026-06-10T20:06:09.089Z Compiling zerocopy-derive v0.7.35
29822026-06-10T20:06:09.089Z Compiling scroll_derive v0.12.1
29832026-06-10T20:06:09.089Z Compiling thiserror-impl v2.0.18
29842026-06-10T20:06:09.089Z Compiling clap_derive v4.6.1
29852026-06-10T20:06:09.144Z Compiling zerofrom-derive v0.1.6
29862026-06-10T20:06:09.158Z Compiling yoke-derive v0.8.1
29872026-06-10T20:06:09.223Z Compiling pest_derive v2.8.6
29882026-06-10T20:06:09.853Z Compiling scroll v0.12.0
29892026-06-10T20:06:09.989Z Compiling zerocopy v0.7.35
29902026-06-10T20:06:10.189Z Compiling goblin v0.8.2
29912026-06-10T20:06:10.215Z Compiling zerofrom v0.1.6
29922026-06-10T20:06:10.282Z Compiling thiserror v1.0.69
29932026-06-10T20:06:10.316Z Compiling thiserror v2.0.18
29942026-06-10T20:06:10.330Z Compiling yoke v0.8.1
29952026-06-10T20:06:10.372Z Compiling dtrace-parser v0.2.0
29962026-06-10T20:06:10.557Z Compiling zerovec v0.11.5
29972026-06-10T20:06:10.579Z Compiling zerotrie v0.2.3
29982026-06-10T20:06:10.832Z Compiling clap v4.6.1
29992026-06-10T20:06:11.090Z Compiling tinystr v0.8.2
30002026-06-10T20:06:11.160Z Compiling potential_utf v0.1.4
30012026-06-10T20:06:11.351Z Compiling icu_locale_core v2.1.1
30022026-06-10T20:06:11.377Z Compiling icu_collections v2.1.1
30032026-06-10T20:06:12.154Z Compiling icu_provider v2.1.1
30042026-06-10T20:06:12.417Z Compiling icu_properties v2.1.2
30052026-06-10T20:06:12.586Z Compiling icu_normalizer v2.1.1
30062026-06-10T20:06:12.608Z Compiling toml_datetime v0.6.11
30072026-06-10T20:06:12.654Z Compiling serde_spanned v0.6.9
30082026-06-10T20:06:12.762Z Compiling dof v0.3.0
30092026-06-10T20:06:12.825Z Compiling toml_edit v0.22.27
30102026-06-10T20:06:12.844Z Compiling serde-value v0.7.0
30112026-06-10T20:06:12.961Z Compiling serde_tokenstream v0.2.3
30122026-06-10T20:06:13.021Z Compiling cargo-platform v0.2.0
30132026-06-10T20:06:13.049Z Compiling macaddr v1.0.1
30142026-06-10T20:06:13.375Z Compiling idna_adapter v1.2.1
30152026-06-10T20:06:13.500Z Compiling idna v1.1.0
30162026-06-10T20:06:13.871Z Compiling usdt-attr-macro v0.5.0
30172026-06-10T20:06:13.928Z Compiling url v2.5.8
30182026-06-10T20:06:13.956Z Compiling usdt-macro v0.5.0
30192026-06-10T20:06:14.408Z Compiling toml v0.8.23
30202026-06-10T20:06:14.563Z Compiling usdt v0.5.0
30212026-06-10T20:06:14.896Z Compiling cargo-util-schemas v0.8.2
30222026-06-10T20:06:14.915Z Compiling cargo_toml v0.21.0
30232026-06-10T20:06:15.916Z Compiling cargo_metadata v0.21.0
30242026-06-10T20:06:19.024Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30252026-06-10T20:06:22.023Z Finished `release` profile [optimized] target(s) in 16.59s
30262026-06-10T20:06:22.187Z
30272026-06-10T20:06:22.187Zreal 16.730332254
30282026-06-10T20:06:22.187Zuser 2:22.243533084
30292026-06-10T20:06:22.187Zsys 17.375597085
30302026-06-10T20:06:22.187Ztrap 0.104561667
30312026-06-10T20:06:22.187Ztflt 0.494303858
30322026-06-10T20:06:22.187Zdflt 1.218997906
30332026-06-10T20:06:22.190Zkflt 0.000124840
30342026-06-10T20:06:22.190Zlock 5:28.642293424
30352026-06-10T20:06:22.190Zslp 3:33.797205632
30362026-06-10T20:06:22.190Zlat 6.743765055
30372026-06-10T20:06:22.190Zstop 21.396008613
30382026-06-10T20:06:22.190Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30392026-06-10T20:06:22.191Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30402026-06-10T20:06:22.191Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30412026-06-10T20:06:22.191Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30422026-06-10T20:06:22.191Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30432026-06-10T20:06:23.155Z Compiling progenitor-client v0.14.0
30442026-06-10T20:06:23.155Z Compiling newtype-uuid-macros v0.1.0
30452026-06-10T20:06:23.158Z Compiling structmeta-derive v0.3.0
30462026-06-10T20:06:23.158Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30472026-06-10T20:06:23.158Z Compiling rustls v0.22.4
30482026-06-10T20:06:23.158Z Compiling rustls-webpki v0.102.8
30492026-06-10T20:06:23.158Z Compiling multer v3.1.0
30502026-06-10T20:06:23.306Z Compiling match_cfg v0.1.0
30512026-06-10T20:06:23.309Z Compiling debug-ignore v1.0.5
30522026-06-10T20:06:23.309Z Compiling compression-core v0.4.31
30532026-06-10T20:06:23.309Z Compiling slog-json v2.6.1
30542026-06-10T20:06:23.309Z Compiling async-stream-impl v0.3.6
30552026-06-10T20:06:23.402Z Compiling toml_datetime v1.0.0+spec-1.1.0
30562026-06-10T20:06:23.405Z Compiling serde_spanned v1.0.4
30572026-06-10T20:06:23.416Z Compiling hostname v0.3.1
30582026-06-10T20:06:23.434Z Compiling dropshot v0.17.0
30592026-06-10T20:06:23.437Z Compiling toml_writer v1.0.6+spec-1.1.0
30602026-06-10T20:06:23.502Z Compiling compression-codecs v0.4.37
30612026-06-10T20:06:23.553Z Compiling slog-bunyan v2.5.0
30622026-06-10T20:06:23.607Z Compiling itertools v0.14.0
30632026-06-10T20:06:23.625Z Compiling waitgroup v0.1.2
30642026-06-10T20:06:23.628Z Compiling rustls-pemfile v2.2.0
30652026-06-10T20:06:23.706Z Compiling toml v1.0.6+spec-1.1.0
30662026-06-10T20:06:23.792Z Compiling async-compression v0.4.41
30672026-06-10T20:06:23.796Z Compiling dropshot_endpoint v0.17.0
30682026-06-10T20:06:23.796Z Compiling hostname v0.4.2
30692026-06-10T20:06:23.845Z Compiling serde_path_to_error v0.1.20
30702026-06-10T20:06:23.887Z Compiling regress v0.10.5
30712026-06-10T20:06:23.906Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30722026-06-10T20:06:23.911Z Compiling macaddr v1.0.1
30732026-06-10T20:06:23.945Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30742026-06-10T20:06:23.986Z Compiling instant v0.1.13
30752026-06-10T20:06:24.012Z Compiling async-stream v0.3.6
30762026-06-10T20:06:24.118Z Compiling backon v1.6.0
30772026-06-10T20:06:24.133Z Compiling backoff v0.4.0
30782026-06-10T20:06:24.153Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30792026-06-10T20:06:24.178Z Compiling progenitor-client v0.10.0
30802026-06-10T20:06:24.201Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30812026-06-10T20:06:24.220Z Compiling humantime v2.3.0
30822026-06-10T20:06:24.241Z Compiling universal-hash v0.5.1
30832026-06-10T20:06:24.259Z Compiling opaque-debug v0.3.1
30842026-06-10T20:06:24.346Z Compiling progenitor-extras v0.2.0
30852026-06-10T20:06:24.364Z Compiling half v2.7.1
30862026-06-10T20:06:24.381Z Compiling crucible-workspace-hack v0.1.0
30872026-06-10T20:06:24.402Z Compiling ciborium-io v0.2.2
30882026-06-10T20:06:24.405Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30892026-06-10T20:06:24.405Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30902026-06-10T20:06:24.454Z Compiling structmeta v0.3.0
30912026-06-10T20:06:24.515Z Compiling convert_case v0.4.0
30922026-06-10T20:06:24.534Z Compiling aead v0.5.2
30932026-06-10T20:06:24.534Z Compiling secrecy v0.10.3
30942026-06-10T20:06:24.593Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30952026-06-10T20:06:24.628Z Compiling ciborium-ll v0.2.2
30962026-06-10T20:06:24.645Z Compiling poly1305 v0.8.0
30972026-06-10T20:06:24.693Z Compiling chacha20 v0.9.1
30982026-06-10T20:06:24.710Z Compiling derive-ex v0.1.8
30992026-06-10T20:06:24.744Z Compiling parse-display-derive v0.10.0
31002026-06-10T20:06:24.753Z Compiling regress v0.11.1
31012026-06-10T20:06:24.770Z Compiling unsafe-libyaml v0.2.11
31022026-06-10T20:06:24.872Z Compiling ciborium v0.2.2
31032026-06-10T20:06:24.893Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31042026-06-10T20:06:24.912Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31052026-06-10T20:06:24.929Z Compiling derive_more v0.99.20
31062026-06-10T20:06:24.979Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31072026-06-10T20:06:25.048Z Compiling thiserror-impl-no-std v2.0.2
31082026-06-10T20:06:25.111Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31092026-06-10T20:06:25.130Z Compiling byte-wrapper v0.1.0
31102026-06-10T20:06:25.305Z Compiling password-hash v0.5.0
31112026-06-10T20:06:25.333Z Compiling serde_yaml v0.9.34+deprecated
31122026-06-10T20:06:25.443Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31132026-06-10T20:06:25.492Z Compiling blake2 v0.10.6
31142026-06-10T20:06:25.511Z Compiling toml_datetime v0.7.5+spec-1.1.0
31152026-06-10T20:06:25.555Z Compiling chacha20poly1305 v0.10.1
31162026-06-10T20:06:25.602Z Compiling indent_write v2.2.0
31172026-06-10T20:06:25.629Z Compiling heapless v0.8.0
31182026-06-10T20:06:25.734Z Compiling tokio-rustls v0.25.0
31192026-06-10T20:06:25.760Z Compiling argon2 v0.5.3
31202026-06-10T20:06:25.781Z Compiling toml_edit v0.23.10+spec-1.0.0
31212026-06-10T20:06:25.799Z Compiling ingot-macros v0.1.1
31222026-06-10T20:06:26.089Z Compiling tabwriter v1.4.1
31232026-06-10T20:06:26.187Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31242026-06-10T20:06:26.291Z Compiling thiserror-no-std v2.0.2
31252026-06-10T20:06:26.364Z Compiling typify-impl v0.6.2
31262026-06-10T20:06:26.418Z Compiling vsss-rs v3.3.4
31272026-06-10T20:06:26.487Z Compiling test-strategy v0.4.5
31282026-06-10T20:06:26.494Z Compiling proc-macro-crate v3.4.0
31292026-06-10T20:06:26.508Z Compiling parse-display v0.10.0
31302026-06-10T20:06:26.857Z Compiling hash32 v0.3.1
31312026-06-10T20:06:26.877Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31322026-06-10T20:06:26.901Z Compiling smoltcp v0.11.0
31332026-06-10T20:06:27.046Z Compiling num-rational v0.4.2
31342026-06-10T20:06:27.095Z Compiling num_enum_derive v0.7.6
31352026-06-10T20:06:27.113Z Compiling cobs v0.3.0
31362026-06-10T20:06:27.160Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31372026-06-10T20:06:27.275Z Compiling num-complex v0.4.6
31382026-06-10T20:06:27.294Z Compiling colored v3.1.1
31392026-06-10T20:06:27.342Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31402026-06-10T20:06:27.360Z Compiling postcard v1.1.3
31412026-06-10T20:06:27.472Z Compiling proc-macro-error v1.0.4
31422026-06-10T20:06:27.546Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31432026-06-10T20:06:27.592Z Compiling proc-macro-crate v1.3.1
31442026-06-10T20:06:27.661Z Compiling num v0.4.3
31452026-06-10T20:06:27.699Z Compiling atomicwrites v0.4.4
31462026-06-10T20:06:27.716Z Compiling foreign-types-macros v0.2.3
31472026-06-10T20:06:27.738Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31482026-06-10T20:06:27.763Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31492026-06-10T20:06:27.829Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31502026-06-10T20:06:27.925Z Compiling foreign-types-shared v0.3.1
31512026-06-10T20:06:27.994Z Compiling cpufeatures v0.3.0
31522026-06-10T20:06:28.048Z Compiling float-ord v0.3.2
31532026-06-10T20:06:28.069Z Compiling rayon-core v1.13.0
31542026-06-10T20:06:28.073Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31552026-06-10T20:06:28.073Z Compiling num_enum_derive v0.5.11
31562026-06-10T20:06:28.138Z Compiling chacha20 v0.10.0
31572026-06-10T20:06:28.195Z Compiling crossbeam-deque v0.8.6
31582026-06-10T20:06:28.213Z Compiling camino-tempfile v1.4.1
31592026-06-10T20:06:28.236Z Compiling num_enum v0.7.6
31602026-06-10T20:06:28.344Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31612026-06-10T20:06:28.370Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31622026-06-10T20:06:28.385Z Compiling cstr-argument v0.1.2
31632026-06-10T20:06:28.414Z Compiling foreign-types v0.5.0
31642026-06-10T20:06:28.433Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31652026-06-10T20:06:28.447Z Compiling rand v0.10.0
31662026-06-10T20:06:28.543Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31672026-06-10T20:06:28.547Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31682026-06-10T20:06:28.569Z Compiling toml v0.8.23
31692026-06-10T20:06:28.688Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31702026-06-10T20:06:28.746Z Compiling zone_cfg_derive v0.3.1
31712026-06-10T20:06:28.766Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31722026-06-10T20:06:28.783Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31732026-06-10T20:06:28.804Z Compiling ingot-types v0.1.2
31742026-06-10T20:06:28.821Z Compiling itertools v0.12.1
31752026-06-10T20:06:28.838Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31762026-06-10T20:06:28.892Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31772026-06-10T20:06:28.925Z Compiling num-derive v0.4.2
31782026-06-10T20:06:29.000Z Compiling rayon v1.11.0
31792026-06-10T20:06:29.021Z Compiling sigpipe v0.1.3
31802026-06-10T20:06:29.140Z Compiling glob v0.3.3
31812026-06-10T20:06:29.213Z Compiling ingot v0.1.1
31822026-06-10T20:06:29.255Z Compiling num_enum v0.5.11
31832026-06-10T20:06:29.275Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31842026-06-10T20:06:29.278Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31852026-06-10T20:06:29.339Z Compiling smf v0.2.3
31862026-06-10T20:06:29.414Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31872026-06-10T20:06:29.431Z Compiling prettyplease v0.2.37
31882026-06-10T20:06:29.462Z Compiling whoami v1.6.1
31892026-06-10T20:06:29.530Z Compiling usdt-macro v0.5.0
31902026-06-10T20:06:29.578Z Compiling usdt-attr-macro v0.5.0
31912026-06-10T20:06:29.581Z Compiling gethostname v0.5.0
31922026-06-10T20:06:29.768Z Compiling memmap v0.7.0
31932026-06-10T20:06:29.787Z Compiling derive-where v1.6.0
31942026-06-10T20:06:29.907Z Compiling resolv-conf v0.7.6
31952026-06-10T20:06:29.947Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31962026-06-10T20:06:29.978Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31972026-06-10T20:06:29.999Z Compiling owo-colors v4.3.0
31982026-06-10T20:06:30.142Z Compiling zone v0.3.1
31992026-06-10T20:06:30.189Z Compiling cancel-safe-futures v0.1.5
32002026-06-10T20:06:30.316Z Compiling libsw-core v0.3.2
32012026-06-10T20:06:30.384Z Compiling console v0.15.11
32022026-06-10T20:06:30.408Z Compiling hickory-proto v0.24.4
32032026-06-10T20:06:30.495Z Compiling usdt v0.5.0
32042026-06-10T20:06:30.530Z Compiling libsw v3.5.0
32052026-06-10T20:06:30.730Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32062026-06-10T20:06:30.752Z Compiling newline-converter v0.3.0
32072026-06-10T20:06:30.806Z Compiling linear-map v1.2.0
32082026-06-10T20:06:30.825Z Compiling libefi-sys v0.1.0
32092026-06-10T20:06:30.874Z Compiling linked-hash-map v0.5.6
32102026-06-10T20:06:30.903Z Compiling expectorate v1.2.0
32112026-06-10T20:06:30.922Z Compiling git-stub v1.0.0
32122026-06-10T20:06:31.019Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32132026-06-10T20:06:31.036Z Compiling bitfield-struct v0.6.2
32142026-06-10T20:06:31.077Z Compiling lru-cache v0.1.2
32152026-06-10T20:06:31.101Z Compiling nom v8.0.0
32162026-06-10T20:06:31.104Z Compiling semver v0.1.20
32172026-06-10T20:06:31.104Z Compiling typify-macro v0.6.2
32182026-06-10T20:06:31.223Z Compiling git-stub-vcs v0.1.0
32192026-06-10T20:06:31.243Z Compiling tokio-dtrace v0.1.1
32202026-06-10T20:06:31.261Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32212026-06-10T20:06:31.264Z Compiling dropshot-api-manager-types v0.7.2
32222026-06-10T20:06:31.296Z Compiling slog-dtrace v0.3.0
32232026-06-10T20:06:31.354Z Compiling rustc_version v0.1.7
32242026-06-10T20:06:31.385Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32252026-06-10T20:06:31.450Z Compiling minimal-lexical v0.2.1
32262026-06-10T20:06:31.495Z Compiling oxide-tokio-rt v0.1.4
32272026-06-10T20:06:31.555Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32282026-06-10T20:06:31.605Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32292026-06-10T20:06:31.624Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32302026-06-10T20:06:31.628Z Compiling phf_shared v0.12.1
32312026-06-10T20:06:31.628Z Compiling newtype_derive v0.1.6
32322026-06-10T20:06:31.658Z Compiling csv-core v0.1.13
32332026-06-10T20:06:31.741Z Compiling nom v7.1.3
32342026-06-10T20:06:31.763Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32352026-06-10T20:06:31.821Z Compiling highway v1.3.0
32362026-06-10T20:06:31.834Z Compiling chrono-tz v0.10.4
32372026-06-10T20:06:31.857Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32382026-06-10T20:06:31.896Z Compiling xshell-macros v0.2.7
32392026-06-10T20:06:32.039Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32402026-06-10T20:06:32.079Z Compiling csv v1.4.0
32412026-06-10T20:06:32.096Z Compiling const_format_proc_macros v0.2.34
32422026-06-10T20:06:32.192Z Compiling phf v0.12.1
32432026-06-10T20:06:32.233Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32442026-06-10T20:06:32.324Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32452026-06-10T20:06:32.378Z Compiling xshell v0.2.7
32462026-06-10T20:06:32.456Z Compiling primeorder v0.13.6
32472026-06-10T20:06:32.566Z Compiling hickory-resolver v0.24.4
32482026-06-10T20:06:32.636Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32492026-06-10T20:06:32.853Z Compiling tabled_derive v0.7.0
32502026-06-10T20:06:32.873Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32512026-06-10T20:06:32.919Z Compiling bcs v0.1.6
32522026-06-10T20:06:32.946Z Compiling salty v0.3.0
32532026-06-10T20:06:32.975Z Compiling const_format v0.2.35
32542026-06-10T20:06:33.030Z Compiling typify v0.6.2
32552026-06-10T20:06:33.131Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32562026-06-10T20:06:33.170Z Compiling progenitor-impl v0.14.0
32572026-06-10T20:06:33.232Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32582026-06-10T20:06:33.335Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32592026-06-10T20:06:33.358Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
32602026-06-10T20:06:33.476Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32612026-06-10T20:06:33.509Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32622026-06-10T20:06:33.710Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32632026-06-10T20:06:33.765Z Compiling qorb v0.4.1
32642026-06-10T20:06:33.813Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32652026-06-10T20:06:33.908Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32662026-06-10T20:06:33.955Z Compiling termtree v0.5.1
32672026-06-10T20:06:34.066Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32682026-06-10T20:06:34.168Z Compiling tagptr v0.2.0
32692026-06-10T20:06:34.192Z Compiling textwrap v0.16.2
32702026-06-10T20:06:34.339Z Compiling moka v0.12.13
32712026-06-10T20:06:34.357Z Compiling tabled v0.15.0
32722026-06-10T20:06:34.458Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32732026-06-10T20:06:34.715Z Compiling steno v0.4.1
32742026-06-10T20:06:34.736Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32752026-06-10T20:06:34.755Z Compiling radium v0.7.0
32762026-06-10T20:06:34.893Z Compiling base64 v0.21.7
32772026-06-10T20:06:34.938Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32782026-06-10T20:06:35.101Z Compiling hickory-resolver v0.25.2
32792026-06-10T20:06:35.155Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32802026-06-10T20:06:35.179Z Compiling p384 v0.13.1
32812026-06-10T20:06:35.256Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32822026-06-10T20:06:35.369Z Compiling typify-impl v0.4.3
32832026-06-10T20:06:35.496Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32842026-06-10T20:06:35.557Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32852026-06-10T20:06:35.760Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32862026-06-10T20:06:35.777Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32872026-06-10T20:06:35.879Z Compiling tap v1.0.1
32882026-06-10T20:06:35.982Z Compiling progenitor-macro v0.14.0
32892026-06-10T20:06:36.027Z Compiling maybe-uninit v2.0.0
32902026-06-10T20:06:36.046Z Compiling wyz v0.5.1
32912026-06-10T20:06:36.289Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32922026-06-10T20:06:36.410Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32932026-06-10T20:06:36.518Z Compiling proc-macro-error-attr2 v2.0.0
32942026-06-10T20:06:36.536Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32952026-06-10T20:06:36.845Z Compiling parking_lot_core v0.8.6
32962026-06-10T20:06:36.853Z Compiling funty v2.0.0
32972026-06-10T20:06:36.853Z Compiling utf-8 v0.7.6
32982026-06-10T20:06:36.956Z Compiling packed_struct v0.10.1
32992026-06-10T20:06:36.995Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33002026-06-10T20:06:37.033Z Compiling tungstenite v0.21.0
33012026-06-10T20:06:37.051Z Compiling proc-macro-error2 v2.0.1
33022026-06-10T20:06:37.229Z Compiling bitvec v1.0.1
33032026-06-10T20:06:37.295Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33042026-06-10T20:06:37.313Z Compiling polyval v0.6.2
33052026-06-10T20:06:37.333Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33062026-06-10T20:06:37.336Z Compiling packed_struct_codegen v0.10.1
33072026-06-10T20:06:37.410Z Compiling num-derive v0.3.3
33082026-06-10T20:06:37.434Z Compiling bitfield-macros v0.19.4
33092026-06-10T20:06:37.450Z Compiling zerocopy-derive v0.6.6
33102026-06-10T20:06:37.588Z Compiling indexmap v1.9.3
33112026-06-10T20:06:37.642Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33122026-06-10T20:06:37.831Z Compiling nodrop v0.1.14
33132026-06-10T20:06:37.881Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33142026-06-10T20:06:37.915Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33152026-06-10T20:06:37.960Z Compiling crc-catalog v2.4.0
33162026-06-10T20:06:38.091Z Compiling crc v3.4.0
33172026-06-10T20:06:38.134Z Compiling array-init v0.0.4
33182026-06-10T20:06:38.215Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33192026-06-10T20:06:38.232Z Compiling bitfield v0.19.4
33202026-06-10T20:06:38.365Z Compiling tokio-tungstenite v0.21.0
33212026-06-10T20:06:38.400Z Compiling zerocopy v0.6.6
33222026-06-10T20:06:38.419Z Compiling libscf-sys v1.1.0
33232026-06-10T20:06:38.563Z Compiling ghash v0.5.1
33242026-06-10T20:06:38.594Z Compiling tabled_derive v0.11.0
33252026-06-10T20:06:38.625Z Compiling smallvec v0.6.14
33262026-06-10T20:06:38.752Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33272026-06-10T20:06:38.775Z Compiling papergrid v0.17.0
33282026-06-10T20:06:38.791Z Compiling testing_table v0.3.0
33292026-06-10T20:06:38.841Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33302026-06-10T20:06:38.865Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33312026-06-10T20:06:38.976Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33322026-06-10T20:06:38.995Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33332026-06-10T20:06:39.062Z Compiling ctr v0.9.2
33342026-06-10T20:06:39.078Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33352026-06-10T20:06:39.240Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33362026-06-10T20:06:39.316Z Compiling hashbrown v0.12.3
33372026-06-10T20:06:39.362Z Compiling corncobs v0.1.4
33382026-06-10T20:06:39.482Z Compiling unicase v2.9.0
33392026-06-10T20:06:39.489Z Compiling illumos-nvpair-sys v0.2.0
33402026-06-10T20:06:39.523Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33412026-06-10T20:06:39.523Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33422026-06-10T20:06:39.569Z Compiling aes-gcm v0.10.3
33432026-06-10T20:06:39.609Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33442026-06-10T20:06:39.719Z Compiling mime_guess v2.0.5
33452026-06-10T20:06:39.743Z Compiling parking_lot v0.11.2
33462026-06-10T20:06:39.834Z Compiling serde-hex v0.1.0
33472026-06-10T20:06:39.872Z Compiling tabled v0.20.0
33482026-06-10T20:06:39.991Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33492026-06-10T20:06:40.053Z Compiling typify-macro v0.4.3
33502026-06-10T20:06:40.057Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33512026-06-10T20:06:40.829Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33522026-06-10T20:06:40.836Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33532026-06-10T20:06:40.836Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33542026-06-10T20:06:40.836Z Compiling ron v0.8.1
33552026-06-10T20:06:40.836Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33562026-06-10T20:06:40.836Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33572026-06-10T20:06:40.836Z Compiling hashbrown v0.13.2
33582026-06-10T20:06:40.836Z Compiling progenitor-client v0.11.2
33592026-06-10T20:06:40.836Z Compiling prefix-trie v0.7.0
33602026-06-10T20:06:40.955Z Compiling blowfish v0.9.1
33612026-06-10T20:06:41.000Z Compiling ssh-encoding v0.2.0
33622026-06-10T20:06:41.080Z Compiling fxhash v0.2.1
33632026-06-10T20:06:41.097Z Compiling secrecy v0.8.0
33642026-06-10T20:06:41.210Z Compiling progenitor v0.14.0
33652026-06-10T20:06:41.248Z Compiling crc-any v2.5.0
33662026-06-10T20:06:41.268Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33672026-06-10T20:06:41.306Z Compiling sled v0.34.7
33682026-06-10T20:06:41.326Z Compiling ssh-cipher v0.2.0
33692026-06-10T20:06:41.392Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33702026-06-10T20:06:41.411Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33712026-06-10T20:06:41.528Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b)
33722026-06-10T20:06:41.663Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33732026-06-10T20:06:41.927Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33742026-06-10T20:06:41.971Z Compiling typify v0.4.3
33752026-06-10T20:06:42.037Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33762026-06-10T20:06:42.118Z Compiling progenitor-impl v0.11.2
33772026-06-10T20:06:42.137Z Compiling bcrypt-pbkdf v0.10.0
33782026-06-10T20:06:42.276Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33792026-06-10T20:06:42.331Z Compiling object v0.30.4
33802026-06-10T20:06:42.366Z Compiling hickory-server v0.25.2
33812026-06-10T20:06:42.391Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33822026-06-10T20:06:42.949Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33832026-06-10T20:06:42.968Z Compiling password-hash v0.4.2
33842026-06-10T20:06:42.968Z Compiling half v1.8.3
33852026-06-10T20:06:42.968Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33862026-06-10T20:06:43.065Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33872026-06-10T20:06:43.163Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33882026-06-10T20:06:43.561Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33892026-06-10T20:06:43.634Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33902026-06-10T20:06:44.203Z Compiling http-range v0.1.5
33912026-06-10T20:06:44.252Z Compiling path-slash v0.1.5
33922026-06-10T20:06:44.363Z Compiling crc8 v0.1.1
33932026-06-10T20:06:44.381Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33942026-06-10T20:06:44.431Z Compiling pbkdf2 v0.11.0
33952026-06-10T20:06:44.511Z Compiling serde_cbor v0.11.2
33962026-06-10T20:06:44.617Z Compiling illumos-nvpair v0.3.0
33972026-06-10T20:06:44.843Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33982026-06-10T20:06:44.862Z Compiling progenitor-macro v0.11.2
33992026-06-10T20:06:44.905Z Compiling ssh-key v0.6.7
34002026-06-10T20:06:45.154Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34012026-06-10T20:06:45.196Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34022026-06-10T20:06:45.351Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34032026-06-10T20:06:45.397Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34042026-06-10T20:06:45.430Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34052026-06-10T20:06:45.555Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34062026-06-10T20:06:45.793Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34072026-06-10T20:06:45.854Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34082026-06-10T20:06:45.929Z Compiling p521 v0.13.3
34092026-06-10T20:06:45.950Z Compiling p256 v0.13.2
34102026-06-10T20:06:46.269Z Compiling yasna v0.5.2
34112026-06-10T20:06:46.362Z Compiling kstat-rs v0.2.4
34122026-06-10T20:06:46.363Z Compiling headers-core v0.3.0
34132026-06-10T20:06:46.397Z Compiling nanorand v0.7.0
34142026-06-10T20:06:46.401Z Compiling atty v0.2.14
34152026-06-10T20:06:46.434Z Compiling russh-cryptovec v0.7.3
34162026-06-10T20:06:46.515Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34172026-06-10T20:06:46.543Z Compiling md5 v0.7.0
34182026-06-10T20:06:46.641Z Compiling home v0.5.12
34192026-06-10T20:06:46.658Z Compiling flume v0.11.1
34202026-06-10T20:06:46.673Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34212026-06-10T20:06:46.713Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
34222026-06-10T20:06:46.734Z Compiling rcgen v0.12.1
34232026-06-10T20:06:46.820Z Compiling russh-keys v0.45.0
34242026-06-10T20:06:46.861Z Compiling headers v0.4.1
34252026-06-10T20:06:46.955Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34262026-06-10T20:06:47.011Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34272026-06-10T20:06:47.058Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34282026-06-10T20:06:47.082Z Compiling hyper-staticfile v0.10.1
34292026-06-10T20:06:47.231Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34302026-06-10T20:06:47.362Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34312026-06-10T20:06:47.494Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34322026-06-10T20:06:47.514Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34332026-06-10T20:06:47.626Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34342026-06-10T20:06:47.644Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34352026-06-10T20:06:47.663Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34362026-06-10T20:06:47.682Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34372026-06-10T20:06:47.991Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34382026-06-10T20:06:47.991Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34392026-06-10T20:06:48.121Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34402026-06-10T20:06:48.241Z Compiling num-bigint v0.4.6
34412026-06-10T20:06:48.301Z Compiling des v0.8.1
34422026-06-10T20:06:48.343Z Compiling subprocess v0.2.15
34432026-06-10T20:06:48.383Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34442026-06-10T20:06:48.412Z Compiling hex-literal v0.4.1
34452026-06-10T20:06:48.460Z Compiling display-error-chain v0.2.2
34462026-06-10T20:06:48.529Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34472026-06-10T20:06:48.546Z Compiling colored v2.2.0
34482026-06-10T20:06:48.564Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34492026-06-10T20:06:48.568Z Compiling socket2 v0.5.10
34502026-06-10T20:06:48.643Z Compiling internet-checksum v0.2.1
34512026-06-10T20:06:48.858Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34522026-06-10T20:06:48.929Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34532026-06-10T20:06:49.503Z Compiling russh v0.45.0
34542026-06-10T20:06:49.933Z Compiling progenitor v0.11.2
34552026-06-10T20:06:49.953Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34562026-06-10T20:06:50.054Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34572026-06-10T20:06:50.082Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34582026-06-10T20:06:52.416Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34592026-06-10T20:06:53.066Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34602026-06-10T20:06:53.533Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34612026-06-10T20:06:55.614Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34622026-06-10T20:06:55.726Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34632026-06-10T20:07:03.705Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34642026-06-10T20:07:03.705Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34652026-06-10T20:07:03.708Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34662026-06-10T20:07:03.708Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34672026-06-10T20:07:05.437Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34682026-06-10T20:07:05.503Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34692026-06-10T20:07:09.654Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34702026-06-10T20:07:48.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34712026-06-10T20:07:48.889Z
34722026-06-10T20:07:48.889Zreal 1:26.630896076
34732026-06-10T20:07:48.889Zuser 8:11.829100371
34742026-06-10T20:07:48.889Zsys 1:43.954520841
34752026-06-10T20:07:48.892Ztrap 0.239111785
34762026-06-10T20:07:48.892Ztflt 0.531405206
34772026-06-10T20:07:48.892Zdflt 1.530066983
34782026-06-10T20:07:48.892Zkflt 0.000197190
34792026-06-10T20:07:48.892Zlock 27:44.100452482
34802026-06-10T20:07:48.892Zslp 18:45.354563489
34812026-06-10T20:07:48.892Zlat 38.354509551
34822026-06-10T20:07:48.892Zstop 2:47.882648721
34832026-06-10T20:07:48.892Z+ mkdir tests
34842026-06-10T20:07:48.892Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34852026-06-10T20:07:48.896Z+ xargs -I '{}' -t cp '{}' tests/
34862026-06-10T20:07:48.922Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-83ffc7a0a6dd3013 tests/
34872026-06-10T20:07:48.944Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-5cb81a4442024e3b tests/
34882026-06-10T20:07:48.964Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-0f6493148f0d4209 tests/
34892026-06-10T20:07:48.984Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6c7bc3bbe97020e4 tests/
34902026-06-10T20:07:49.217Z+ 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)
34912026-06-10T20:07:49.220Z+ 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-5cb81a4442024e3b tests/commtest-0f6493148f0d4209 tests/dhcp_server-83ffc7a0a6dd3013 tests/end_to_end_tests-6c7bc3bbe97020e4 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
34922026-06-10T20:09:11.586ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34932026-06-10T20:09:11.586Za .github/buildomat/ci-env.sh 1K
34942026-06-10T20:09:11.586Za out/target/test 1K
34952026-06-10T20:09:11.586Za out/npuzone/npuzone 27402K
34962026-06-10T20:09:11.586Za package-manifest.toml 35K
34972026-06-10T20:09:11.586Za smf/sled-agent/non-gimlet/config.toml 6K
34982026-06-10T20:09:11.586Za target/release/omicron-package 46204K
34992026-06-10T20:09:11.586Za target/release/xtask 11453K
35002026-06-10T20:09:11.586Za target/debug/bootstrap 354821K
35012026-06-10T20:09:11.586Za tests/bootstrap-5cb81a4442024e3b 31215K
35022026-06-10T20:09:11.586Za tests/commtest-0f6493148f0d4209 32300K
35032026-06-10T20:09:11.586Za tests/dhcp_server-83ffc7a0a6dd3013 31215K
35042026-06-10T20:09:11.587Za tests/end_to_end_tests-6c7bc3bbe97020e4 395901K
35052026-06-10T20:09:11.587Za tools/opte_version 1K
35062026-06-10T20:09:11.587Za tools/opte_version_override 2K
35072026-06-10T20:09:11.587Za out/clickhouse.tar.gz 321869K
35082026-06-10T20:09:11.587Za out/clickhouse_keeper.tar.gz 306936K
35092026-06-10T20:09:11.587Za out/clickhouse_server.tar.gz 321866K
35102026-06-10T20:09:11.587Za out/cockroachdb.tar.gz 166139K
35112026-06-10T20:09:11.587Za out/crucible-pantry-zone.tar.gz 41124K
35122026-06-10T20:09:11.587Za out/crucible-utils.tar 16478K
35132026-06-10T20:09:11.587Za out/crucible-zone.tar.gz 56695K
35142026-06-10T20:09:11.587Za out/external-dns.tar.gz 51255K
35152026-06-10T20:09:11.587Za out/internal-dns.tar.gz 51254K
35162026-06-10T20:09:11.587Za out/mg-ddm-gz.tar 97912K
35172026-06-10T20:09:11.587Za out/nexus.tar.gz 279748K
35182026-06-10T20:09:11.587Za out/ntp.tar.gz 32796K
35192026-06-10T20:09:11.587Za out/omicron-gateway-softnpu.tar.gz 29795K
35202026-06-10T20:09:11.587Za out/omicron-sled-agent.tar 206683K
35212026-06-10T20:09:11.587Za out/overlay.tar.gz 3K
35222026-06-10T20:09:11.587Za out/oximeter.tar.gz 68173K
35232026-06-10T20:09:11.587Za out/oxlog.tar 3782K
35242026-06-10T20:09:11.587Za out/probe.tar.gz 3037K
35252026-06-10T20:09:11.587Za out/propolis-server.tar.gz 34918K
35262026-06-10T20:09:11.587Za out/pumpkind-gz.tar 26647K
35272026-06-10T20:09:11.587Za out/switch-softnpu.tar.gz 454678K
35282026-06-10T20:09:11.593Z
35292026-06-10T20:09:11.593Zreal 1:22.365614521
35302026-06-10T20:09:11.593Zuser 1:19.529209993
35312026-06-10T20:09:11.593Zsys 4.627361608
35322026-06-10T20:09:11.593Ztrap 0.007187725
35332026-06-10T20:09:11.593Ztflt 0.000000000
35342026-06-10T20:09:11.593Zdflt 0.000000000
35352026-06-10T20:09:11.593Zkflt 0.000000000
35362026-06-10T20:09:11.593Zlock 0.000000000
35372026-06-10T20:09:11.593Zslp 1:19.502009503
35382026-06-10T20:09:11.593Zlat 1.059497188
35392026-06-10T20:09:11.593Zstop 0.000243280
35402026-06-10T20:09:11.593Zprocess exited: duration 1200950 ms, exit code 0
 
35412026-06-10T20:09:11.609Zfound 1 output files
35422026-06-10T20:09:11.609Zuploading: /work/package.tar.gz (2566797159 bytes)
35432026-06-10T20:09:43.379Zuploaded: /work/package.tar.gz