01KRCW71BJ17X099RR4SBW3437: 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: 01KRCW7CQPPW70V7G5SB875G60

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-12T01:19:25.159Zjob assigned to worker 01KRCW7K8N6R5J4Z5MJE5MAQGB [factory aws, i-0b458777d0b948fe4] (queued for 48 s)
 
22026-05-12T01:19:33.055Zstarting task 0: "setup"
32026-05-12T01:19:33.059Z++ uname -s
42026-05-12T01:19:33.062Z+ kern=SunOS
52026-05-12T01:19:33.062Z+ build_user=build
62026-05-12T01:19:33.062Z+ build_uid=12345
72026-05-12T01:19:33.062Z+ work_dir=/work
82026-05-12T01:19:33.062Z+ input_dir=/input
92026-05-12T01:19:33.062Z+ [[ 0 == 12345 ]]
102026-05-12T01:19:33.062Z+ case "$kern" in
112026-05-12T01:19:33.062Z+ groupadd -g 12345 build
122026-05-12T01:19:33.062Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-12T01:19:35.070Z+ zfs create -o mountpoint=/work rpool/work
142026-05-12T01:19:35.202Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-12T01:19:35.204Z+ home_fs=zfs
162026-05-12T01:19:35.204Z+ [[ zfs == autofs ]]
172026-05-12T01:19:35.204Z+ mkdir -p /home/build
182026-05-12T01:19:35.206Z+ chown build:build /home/build /work
192026-05-12T01:19:36.208Z+ chmod 0700 /home/build /work
202026-05-12T01:19:36.211Zprocess exited: duration 3163 ms, exit code 0
 
212026-05-12T01:19:36.216Zstarting task 1: "rust-toolchain"
222026-05-12T01:19:36.222Z * rust toolchain channel = "1.94.0"
232026-05-12T01:19:36.222Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
242026-05-12T01:19:36.223Z * rust toolchain profile = "default"
252026-05-12T01:19:36.223Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-12T01:19:36.223Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-12T01:19:36.223Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-12T01:19:36.225Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-12T01:19:36.225Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-12T01:19:36.336Zinfo: downloading installer
312026-05-12T01:19:37.733Zwarn: It looks like you have an existing rustup settings file at:
322026-05-12T01:19:37.733Zwarn: /home/build/.rustup/settings.toml
332026-05-12T01:19:37.733Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-12T01:19:37.733Zwarn: instead of the one inferred from the default host triple.
352026-05-12T01:19:37.745Zinfo: profile set to default
362026-05-12T01:19:37.745Zinfo: default host triple is x86_64-unknown-illumos
372026-05-12T01:19:37.747Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-12T01:19:37.892Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-12T01:19:37.894Zinfo: downloading 6 components
402026-05-12T01:19:53.944Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-12T01:19:53.944Z
422026-05-12T01:19:53.972Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-12T01:19:53.973Z
442026-05-12T01:19:53.973Z
452026-05-12T01:19:53.973ZRust is installed now. Great!
462026-05-12T01:19:53.973Z
472026-05-12T01:19:53.976ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-12T01:19:53.976Zenvironment variable. This has not been done automatically.
492026-05-12T01:19:53.976Z
502026-05-12T01:19:53.976ZTo configure your current shell, you need to source
512026-05-12T01:19:53.976Zthe corresponding env file under $HOME/.cargo.
522026-05-12T01:19:53.976Z
532026-05-12T01:19:53.976ZThis is usually done by running one of the following (note the leading DOT):
542026-05-12T01:19:53.976Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-12T01:19:53.976Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-12T01:19:53.976Zsource "~/.cargo/env.nu" # For nushell
572026-05-12T01:19:53.976Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-12T01:19:53.976Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-12T01:19:53.976Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-12T01:19:53.976Zwarn: no default linker (`cc`) was found in your PATH
612026-05-12T01:19:53.976Zwarn: many Rust crates require a system C toolchain to build
622026-05-12T01:19:54.080Z+ rustup --version
632026-05-12T01:19:54.088Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-12T01:19:54.088Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-12T01:19:54.109Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-12T01:19:54.112Z+ cargo --version
672026-05-12T01:19:54.121Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-12T01:19:54.124Z+ rustc --version
692026-05-12T01:19:54.145Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-12T01:19:54.148Zprocess exited: duration 17931 ms, exit code 0
 
712026-05-12T01:19:54.154Zstarting task 2: "authentication"
722026-05-12T01:19:54.173Zprocess exited: duration 19 ms, exit code 0
 
732026-05-12T01:19:54.179Zstarting task 3: "clone repository"
742026-05-12T01:19:54.184Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-12T01:19:54.187Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-12T01:19:54.219ZCloning into '/work/oxidecomputer/omicron'...
772026-05-12T01:20:03.670Z+ cd /work/oxidecomputer/omicron
782026-05-12T01:20:03.671Z+ git fetch origin 80e1f1639dfd5a57c078699aa9f24f6abe4cc900
792026-05-12T01:20:03.947ZFrom https://github.com/oxidecomputer/omicron
802026-05-12T01:20:03.947Z * branch 80e1f1639dfd5a57c078699aa9f24f6abe4cc900 -> FETCH_HEAD
812026-05-12T01:20:03.962Z+ [[ -n mahrens/update ]]
822026-05-12T01:20:03.965Z++ git branch --show-current
832026-05-12T01:20:03.968Z+ current=main
842026-05-12T01:20:03.968Z+ [[ main != mahrens/update ]]
852026-05-12T01:20:03.968Z+ git branch -f mahrens/update 80e1f1639dfd5a57c078699aa9f24f6abe4cc900
862026-05-12T01:20:03.971Z+ git checkout -f mahrens/update
872026-05-12T01:20:04.206ZSwitched to branch 'mahrens/update'
882026-05-12T01:20:04.209Z+ git reset --hard 80e1f1639dfd5a57c078699aa9f24f6abe4cc900
892026-05-12T01:20:04.226ZHEAD is now at 80e1f1639 Update crucible to latest
902026-05-12T01:20:04.228Zprocess exited: duration 10047 ms, exit code 0
 
912026-05-12T01:20:04.234Zstarting task 4: "build"
922026-05-12T01:20:04.240Z+ source .github/buildomat/ci-env.sh
932026-05-12T01:20:04.240Z++ export CARGO_TERM_COLOR=always
942026-05-12T01:20:04.240Z++ CARGO_TERM_COLOR=always
952026-05-12T01:20:04.240Z+ cargo --version
962026-05-12T01:20:04.250Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-12T01:20:04.253Z+ rustc --version
982026-05-12T01:20:04.273Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-12T01:20:04.276Z+ WORK=/work
1002026-05-12T01:20:04.276Z+ pfexec mkdir -p /work
1012026-05-12T01:20:04.279Z+ pfexec chown build /work
1022026-05-12T01:20:04.282Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-12T01:20:05.796Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-12T01:20:05.845Z Startup: Caching catalogs ... Done
1052026-05-12T01:20:05.997ZPlanning: Solver setup ... Done (0.121s)
1062026-05-12T01:20:06.007ZPlanning: Running solver ... Done (0.009s)
1072026-05-12T01:20:06.011ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-12T01:20:06.023ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-12T01:20:06.040ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-12T01:20:06.053ZPlanning: Package planning ... Done (0.013s)
1112026-05-12T01:20:06.056ZPlanning: Merging actions ... Done (0.001s)
1122026-05-12T01:20:06.247ZPlanning: Checking for conflicting actions ... Done (0.191s)
1132026-05-12T01:20:06.250ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-12T01:20:07.118ZPlanning: Evaluating mediators ... Done (0.871s)
1152026-05-12T01:20:07.121ZPlanning: Planning completed in 1.25 seconds
1162026-05-12T01:20:07.129Z Packages to install: 2
1172026-05-12T01:20:07.129Z Estimated space available: 156.08 GB
1182026-05-12T01:20:07.129ZEstimated space to be consumed: 16.95 MB
1192026-05-12T01:20:07.129Z Create boot environment: No
1202026-05-12T01:20:07.129ZCreate backup boot environment: No
1212026-05-12T01:20:07.129Z Rebuild boot archive: No
1222026-05-12T01:20:07.132Z
1232026-05-12T01:20:07.132ZChanged packages:
1242026-05-12T01:20:07.132Zhelios
1252026-05-12T01:20:07.132Z developer/build-essential
1262026-05-12T01:20:07.132Z None -> 11-3.0
1272026-05-12T01:20:07.132Z library/libxmlsec1
1282026-05-12T01:20:07.132Z None -> 1.2.35-3.0
1292026-05-12T01:20:07.154Z
1302026-05-12T01:20:07.154ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-12T01:20:07.709ZDownload: Completed 1.28 MB in 0.55 seconds (2.3M/s)
1322026-05-12T01:20:07.773Z Actions: 1/268 actions (Installing new actions)
1332026-05-12T01:20:07.813Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-12T01:20:07.819ZFinalize: Updating package state database ... Done (0.006s)
1352026-05-12T01:20:07.819ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-12T01:20:07.831ZFinalize: Updating image state ... Done (0.012s)
1372026-05-12T01:20:10.431ZFinalize: Creating fast lookup database ... Done (2.578s)
1382026-05-12T01:20:10.505ZFinalize: Reading search index ... Done (0.012s)
1392026-05-12T01:20:10.509ZFinalize: Updating search index ... Done (0.000s)
1402026-05-12T01:20:10.606ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-12T01:20:10.901ZPlanning: Evaluating mediator changes ... Done
1422026-05-12T01:20:11.006ZPlanning: Checking for conflicting actions ... Done
1432026-05-12T01:20:11.010ZPlanning: Consolidating action changes ... Done
1442026-05-12T01:20:11.165ZPlanning: Evaluating mediators ... Done
1452026-05-12T01:20:11.168ZPlanning: Planning completed in 0.26 seconds
1462026-05-12T01:20:11.189Z Mediators to change: 2
1472026-05-12T01:20:11.189Z Create boot environment: No
1482026-05-12T01:20:11.189ZCreate backup boot environment: No
1492026-05-12T01:20:11.260ZFinalize: Updating package state database ... Done
1502026-05-12T01:20:11.260ZFinalize: Updating package cache ... Done
1512026-05-12T01:20:11.268ZFinalize: Updating image state ... Done
1522026-05-12T01:20:13.193ZFinalize: Creating fast lookup database ... Done
1532026-05-12T01:20:13.253ZFinalize: Reading search index ... Done
1542026-05-12T01:20:13.258ZFinalize: Updating search index ... Done
1552026-05-12T01:20:13.339ZFinalize: Updating package cache ... Done
1562026-05-12T01:20:13.623ZPlanning: Evaluating mediator changes ... Done
1572026-05-12T01:20:13.728ZPlanning: Checking for conflicting actions ... Done
1582026-05-12T01:20:13.731ZPlanning: Consolidating action changes ... Done
1592026-05-12T01:20:13.886ZPlanning: Evaluating mediators ... Done
1602026-05-12T01:20:13.890ZPlanning: Planning completed in 0.26 seconds
1612026-05-12T01:20:13.910Z Mediators to change: 1
1622026-05-12T01:20:13.910Z Create boot environment: No
1632026-05-12T01:20:13.910ZCreate backup boot environment: No
1642026-05-12T01:20:13.968ZFinalize: Updating package state database ... Done
1652026-05-12T01:20:13.968ZFinalize: Updating package cache ... Done
1662026-05-12T01:20:13.977ZFinalize: Updating image state ... Done
1672026-05-12T01:20:15.918ZFinalize: Creating fast lookup database ... Done
1682026-05-12T01:20:15.980ZFinalize: Reading search index ... Done
1692026-05-12T01:20:15.983ZFinalize: Updating search index ... Done
1702026-05-12T01:20:16.061ZFinalize: Updating package cache ... Done
1712026-05-12T01:20:16.373ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-12T01:20:16.373Zapache system 2.4 system
1732026-05-12T01:20:16.373Zclang system 15 system
1742026-05-12T01:20:16.373Zcsh system system illumos
1752026-05-12T01:20:16.373Zctags system system illumos
1762026-05-12T01:20:16.373Zfile vendor vendor darwinsys
1772026-05-12T01:20:16.373Zfile system system illumos
1782026-05-12T01:20:16.373Zgcc vendor 14 vendor
1792026-05-12T01:20:16.374Zgcc system 13 system
1802026-05-12T01:20:16.374Zgcc system 10 system
1812026-05-12T01:20:16.374Zgo system 1.25 system
1822026-05-12T01:20:16.374Zllvm system 15 system
1832026-05-12T01:20:16.374Zmariadb system 11.4 system
1842026-05-12T01:20:16.374Zmta vendor vendor dma
1852026-05-12T01:20:16.374Zopenjdk system 17 system
1862026-05-12T01:20:16.374Zopenjdk system 11 system
1872026-05-12T01:20:16.374Zopenssl vendor 3 vendor
1882026-05-12T01:20:16.374Zperl system 5.40 system
1892026-05-12T01:20:16.374Zpostgresql system 18 system
1902026-05-12T01:20:16.374Zpostgresql system 17 system
1912026-05-12T01:20:16.374Zpython vendor 3 vendor
1922026-05-12T01:20:16.374Zpython system 2 system
1932026-05-12T01:20:16.374Zpython3 vendor 3.13 vendor
1942026-05-12T01:20:16.374Zruby system 3.4 system
1952026-05-12T01:20:16.374Zruby system 3.0 system
1962026-05-12T01:20:16.374Zwords vendor vendor american-english
1972026-05-12T01:20:16.374Zwords system system australian-english
1982026-05-12T01:20:16.374Zwords system system british-english
1992026-05-12T01:20:16.374Zwords system system canadian-english
2002026-05-12T01:20:16.374Zwords system system french
2012026-05-12T01:20:16.374Zwords system system italian
2022026-05-12T01:20:16.374Zwords system system ngerman
2032026-05-12T01:20:16.374Zwords system system ogerman
2042026-05-12T01:20:16.374Zwords system system spanish
2052026-05-12T01:20:16.627ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-12T01:20:16.627Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-12T01:20:16.893ZFMRI IFO
2082026-05-12T01:20:16.893Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-12T01:20:16.893Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-12T01:20:16.893Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-12T01:20:16.893Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-12T01:20:16.893Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-12T01:20:16.893Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-12T01:20:16.893Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-12T01:20:16.894Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-12T01:20:16.894Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-12T01:20:17.116Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-12T01:20:17.359Z Updating crates.io index
2192026-05-12T01:20:17.362Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-12T01:20:17.646Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-12T01:20:18.560Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-12T01:20:18.866Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-12T01:20:19.949Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-12T01:20:20.481Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-12T01:20:22.035Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-12T01:20:22.729Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-12T01:20:23.121Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-12T01:20:23.821Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-12T01:20:24.365Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-12T01:20:24.699Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-12T01:20:25.076Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-12T01:20:26.051Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-12T01:20:26.510Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2342026-05-12T01:20:26.815Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2352026-05-12T01:20:27.195Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2362026-05-12T01:20:27.734Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2372026-05-12T01:20:28.119Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2382026-05-12T01:20:28.373Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2392026-05-12T01:20:28.626Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-05-12T01:20:29.048Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-05-12T01:20:29.608Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2422026-05-12T01:20:30.010Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2432026-05-12T01:20:30.362Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2442026-05-12T01:20:30.682Z Updating git repository `https://github.com/oxidecomputer/ispf`
2452026-05-12T01:20:30.961Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462026-05-12T01:20:32.482Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2472026-05-12T01:20:32.911Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2482026-05-12T01:20:33.321Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2492026-05-12T01:20:33.699Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2502026-05-12T01:20:33.964Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2512026-05-12T01:20:34.282Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2522026-05-12T01:20:34.720Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2532026-05-12T01:20:34.974Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2542026-05-12T01:20:35.265Z Updating git repository `https://github.com/illumos/smf-rs`
2552026-05-12T01:20:35.575Z Updating git repository `https://github.com/oxidecomputer/omicron`
2562026-05-12T01:20:47.179Z Downloading crates ...
2572026-05-12T01:20:47.252Z Downloaded errno v0.3.14
2582026-05-12T01:20:47.255Z Downloaded crypto-common v0.1.7
2592026-05-12T01:20:47.255Z Downloaded generic-array v0.14.7
2602026-05-12T01:20:47.260Z Downloaded colorchoice v1.0.4
2612026-05-12T01:20:47.262Z Downloaded camino v1.2.2
2622026-05-12T01:20:47.262Z Downloaded ordered-float v2.10.1
2632026-05-12T01:20:47.265Z Downloaded dtrace-parser v0.2.0
2642026-05-12T01:20:47.265Z Downloaded yoke-derive v0.8.1
2652026-05-12T01:20:47.268Z Downloaded terminal_size v0.4.3
2662026-05-12T01:20:47.268Z Downloaded memmap v0.7.0
2672026-05-12T01:20:47.271Z Downloaded is_terminal_polyfill v1.70.2
2682026-05-12T01:20:47.274Z Downloaded clap_lex v1.0.0
2692026-05-12T01:20:47.277Z Downloaded url v2.5.8
2702026-05-12T01:20:47.277Z Downloaded pretty-hex v0.4.1
2712026-05-12T01:20:47.279Z Downloaded cargo-platform v0.2.0
2722026-05-12T01:20:47.279Z Downloaded block-buffer v0.10.4
2732026-05-12T01:20:47.282Z Downloaded serde_tokenstream v0.2.3
2742026-05-12T01:20:47.285Z Downloaded form_urlencoded v1.2.2
2752026-05-12T01:20:47.285Z Downloaded winnow v0.7.14
2762026-05-12T01:20:47.289Z Downloaded zerofrom-derive v0.1.6
2772026-05-12T01:20:47.292Z Downloaded cargo-util-schemas v0.8.2
2782026-05-12T01:20:47.292Z Downloaded anstyle-query v1.1.5
2792026-05-12T01:20:47.292Z Downloaded toml_write v0.1.2
2802026-05-12T01:20:47.292Z Downloaded fs-err v3.3.0
2812026-05-12T01:20:47.294Z Downloaded displaydoc v0.2.5
2822026-05-12T01:20:47.294Z Downloaded cargo_metadata v0.21.0
2832026-05-12T01:20:47.297Z Downloaded digest v0.10.7
2842026-05-12T01:20:47.300Z Downloaded anstyle v1.0.13
2852026-05-12T01:20:47.303Z Downloaded version_check v0.9.5
2862026-05-12T01:20:47.303Z Downloaded usdt v0.5.0
2872026-05-12T01:20:47.303Z Downloaded unicode-xid v0.2.6
2882026-05-12T01:20:47.303Z Downloaded thread-id v4.2.2
2892026-05-12T01:20:47.308Z Downloaded typeid v1.0.3
2902026-05-12T01:20:47.308Z Downloaded serde_derive v1.0.228
2912026-05-12T01:20:47.311Z Downloaded serde v1.0.228
2922026-05-12T01:20:47.311Z Downloaded unicode-linebreak v0.1.5
2932026-05-12T01:20:47.311Z Downloaded toml_datetime v0.6.11
2942026-05-12T01:20:47.311Z Downloaded zerofrom v0.1.6
2952026-05-12T01:20:47.311Z Downloaded utf8parse v0.2.2
2962026-05-12T01:20:47.314Z Downloaded anstream v0.6.21
2972026-05-12T01:20:47.314Z Downloaded yoke v0.8.1
2982026-05-12T01:20:47.317Z Downloaded bitflags v2.11.0
2992026-05-12T01:20:47.317Z Downloaded zmij v1.0.21
3002026-05-12T01:20:47.319Z Downloaded thiserror-impl v2.0.18
3012026-05-12T01:20:47.319Z Downloaded thiserror v2.0.18
3022026-05-12T01:20:47.322Z Downloaded utf8_iter v1.0.4
3032026-05-12T01:20:47.325Z Downloaded fastrand v2.3.0
3042026-05-12T01:20:47.325Z Downloaded cpufeatures v0.2.17
3052026-05-12T01:20:47.325Z Downloaded zerovec-derive v0.11.2
3062026-05-12T01:20:47.328Z Downloaded cfg-if v1.0.4
3072026-05-12T01:20:47.328Z Downloaded usdt-macro v0.5.0
3082026-05-12T01:20:47.328Z Downloaded writeable v0.6.2
3092026-05-12T01:20:47.331Z Downloaded potential_utf v0.1.4
3102026-05-12T01:20:47.331Z Downloaded log v0.4.29
3112026-05-12T01:20:47.331Z Downloaded anstyle-parse v0.2.7
3122026-05-12T01:20:47.334Z Downloaded tinystr v0.8.2
3132026-05-12T01:20:47.334Z Downloaded dof v0.3.0
3142026-05-12T01:20:47.337Z Downloaded thiserror-impl v1.0.69
3152026-05-12T01:20:47.337Z Downloaded usdt-attr-macro v0.5.0
3162026-05-12T01:20:47.337Z Downloaded percent-encoding v2.3.2
3172026-05-12T01:20:47.337Z Downloaded icu_normalizer_data v2.1.1
3182026-05-12T01:20:47.340Z Downloaded toml v0.8.23
3192026-05-12T01:20:47.340Z Downloaded proc-macro-error-attr v1.0.4
3202026-05-12T01:20:47.340Z Downloaded usdt-impl v0.5.0
3212026-05-12T01:20:47.342Z Downloaded cargo_toml v0.21.0
3222026-05-12T01:20:47.343Z Downloaded bytecount v0.6.9
3232026-05-12T01:20:47.343Z Downloaded heck v0.4.1
3242026-05-12T01:20:47.345Z Downloaded textwrap v0.16.2
3252026-05-12T01:20:47.345Z Downloaded fnv v1.0.7
3262026-05-12T01:20:47.345Z Downloaded anyhow v1.0.102
3272026-05-12T01:20:47.348Z Downloaded tabled_derive v0.7.0
3282026-05-12T01:20:47.348Z Downloaded toml_edit v0.22.27
3292026-05-12T01:20:47.351Z Downloaded scroll_derive v0.12.1
3302026-05-12T01:20:47.353Z Downloaded thiserror v1.0.69
3312026-05-12T01:20:47.356Z Downloaded zerotrie v0.2.3
3322026-05-12T01:20:47.359Z Downloaded unicode-ident v1.0.24
3332026-05-12T01:20:47.359Z Downloaded smawk v0.3.2
3342026-05-12T01:20:47.361Z Downloaded zerocopy-derive v0.7.35
3352026-05-12T01:20:47.364Z Downloaded camino-tempfile v1.4.1
3362026-05-12T01:20:47.364Z Downloaded typenum v1.19.0
3372026-05-12T01:20:47.367Z Downloaded byteorder v1.5.0
3382026-05-12T01:20:47.367Z Downloaded macaddr v1.0.1
3392026-05-12T01:20:47.367Z Downloaded ucd-trie v0.1.7
3402026-05-12T01:20:47.370Z Downloaded swrite v0.1.0
3412026-05-12T01:20:47.370Z Downloaded erased-serde v0.4.9
3422026-05-12T01:20:47.370Z Downloaded strsim v0.11.1
3432026-05-12T01:20:47.373Z Downloaded equivalent v1.0.2
3442026-05-12T01:20:47.373Z Downloaded serde-value v0.7.0
3452026-05-12T01:20:47.373Z Downloaded zerovec v0.11.5
3462026-05-12T01:20:47.375Z Downloaded itoa v1.0.17
3472026-05-12T01:20:47.378Z Downloaded autocfg v1.5.0
3482026-05-12T01:20:47.378Z Downloaded litemap v0.8.1
3492026-05-12T01:20:47.381Z Downloaded clap_derive v4.5.55
3502026-05-12T01:20:47.381Z Downloaded zerocopy v0.7.35
3512026-05-12T01:20:47.390Z Downloaded clap v4.5.60
3522026-05-12T01:20:47.395Z Downloaded stable_deref_trait v1.2.1
3532026-05-12T01:20:47.398Z Downloaded unicode-width v0.2.0
3542026-05-12T01:20:47.401Z Downloaded unicode-width v0.1.14
3552026-05-12T01:20:47.404Z Downloaded heck v0.5.0
3562026-05-12T01:20:47.407Z Downloaded plain v0.2.3
3572026-05-12T01:20:47.413Z Downloaded serde_spanned v0.6.9
3582026-05-12T01:20:47.419Z Downloaded semver v1.0.28
3592026-05-12T01:20:47.422Z Downloaded idna_adapter v1.2.1
3602026-05-12T01:20:47.425Z Downloaded proc-macro-error v1.0.4
3612026-05-12T01:20:47.428Z Downloaded synstructure v0.13.2
3622026-05-12T01:20:47.430Z Downloaded getrandom v0.4.1
3632026-05-12T01:20:47.433Z Downloaded serde-untagged v0.1.9
3642026-05-12T01:20:47.433Z Downloaded scroll v0.12.0
3652026-05-12T01:20:47.436Z Downloaded serde_core v1.0.228
3662026-05-12T01:20:47.441Z Downloaded tempfile v3.25.0
3672026-05-12T01:20:47.448Z Downloaded icu_provider v2.1.1
3682026-05-12T01:20:47.451Z Downloaded sha2 v0.10.9
3692026-05-12T01:20:47.454Z Downloaded papergrid v0.11.0
3702026-05-12T01:20:47.456Z Downloaded memchr v2.8.0
3712026-05-12T01:20:47.459Z Downloaded proc-macro2 v1.0.106
3722026-05-12T01:20:47.462Z Downloaded num-traits v0.2.19
3732026-05-12T01:20:47.468Z Downloaded pest_derive v2.8.6
3742026-05-12T01:20:47.472Z Downloaded pest v2.8.6
3752026-05-12T01:20:47.475Z Downloaded smallvec v1.15.1
3762026-05-12T01:20:47.477Z Downloaded pest_meta v2.8.6
3772026-05-12T01:20:47.478Z Downloaded quote v1.0.45
3782026-05-12T01:20:47.481Z Downloaded pest_generator v2.8.6
3792026-05-12T01:20:47.484Z Downloaded icu_normalizer v2.1.1
3802026-05-12T01:20:47.490Z Downloaded icu_properties v2.1.2
3812026-05-12T01:20:47.493Z Downloaded icu_locale_core v2.1.1
3822026-05-12T01:20:47.496Z Downloaded icu_collections v2.1.1
3832026-05-12T01:20:47.507Z Downloaded once_cell v1.21.3
3842026-05-12T01:20:47.510Z Downloaded indexmap v2.14.0
3852026-05-12T01:20:47.513Z Downloaded clap_builder v4.5.60
3862026-05-12T01:20:47.516Z Downloaded tabled v0.15.0
3872026-05-12T01:20:47.535Z Downloaded icu_properties_data v2.1.2
3882026-05-12T01:20:47.538Z Downloaded serde_json v1.0.149
3892026-05-12T01:20:47.542Z Downloaded idna v1.1.0
3902026-05-12T01:20:47.548Z Downloaded hashbrown v0.17.0
3912026-05-12T01:20:47.551Z Downloaded goblin v0.8.2
3922026-05-12T01:20:47.577Z Downloaded syn v2.0.117
3932026-05-12T01:20:47.582Z Downloaded syn v1.0.109
3942026-05-12T01:20:47.594Z Downloaded rustix v1.1.3
3952026-05-12T01:20:47.622Z Downloaded libc v0.2.185
3962026-05-12T01:20:47.688Z Compiling proc-macro2 v1.0.106
3972026-05-12T01:20:47.691Z Compiling quote v1.0.45
3982026-05-12T01:20:47.691Z Compiling unicode-ident v1.0.24
3992026-05-12T01:20:47.691Z Compiling serde_core v1.0.228
4002026-05-12T01:20:47.691Z Compiling libc v0.2.185
4012026-05-12T01:20:47.691Z Compiling version_check v0.9.5
4022026-05-12T01:20:47.691Z Compiling stable_deref_trait v1.2.1
4032026-05-12T01:20:47.691Z Compiling memchr v2.8.0
4042026-05-12T01:20:47.691Z Compiling serde v1.0.228
4052026-05-12T01:20:47.691Z Compiling zmij v1.0.21
4062026-05-12T01:20:47.691Z Compiling ucd-trie v0.1.7
4072026-05-12T01:20:47.691Z Compiling thiserror v1.0.69
4082026-05-12T01:20:47.875Z Compiling autocfg v1.5.0
4092026-05-12T01:20:47.879Z Compiling itoa v1.0.17
4102026-05-12T01:20:47.879Z Compiling writeable v0.6.2
4112026-05-12T01:20:48.120Z Compiling litemap v0.8.1
4122026-05-12T01:20:48.202Z Compiling icu_properties_data v2.1.2
4132026-05-12T01:20:48.294Z Compiling byteorder v1.5.0
4142026-05-12T01:20:48.316Z Compiling rustix v1.1.3
4152026-05-12T01:20:48.376Z Compiling pest v2.8.6
4162026-05-12T01:20:48.399Z Compiling icu_normalizer_data v2.1.1
4172026-05-12T01:20:48.402Z Compiling bitflags v2.11.0
4182026-05-12T01:20:48.580Z Compiling serde_json v1.0.149
4192026-05-12T01:20:48.599Z Compiling num-traits v0.2.19
4202026-05-12T01:20:48.599Z Compiling equivalent v1.0.2
4212026-05-12T01:20:48.779Z Compiling hashbrown v0.17.0
4222026-05-12T01:20:48.779Z Compiling typeid v1.0.3
4232026-05-12T01:20:48.900Z Compiling smallvec v1.15.1
4242026-05-12T01:20:48.903Z Compiling usdt-impl v0.5.0
4252026-05-12T01:20:48.922Z Compiling proc-macro-error-attr v1.0.4
4262026-05-12T01:20:49.002Z Compiling errno v0.3.14
4272026-05-12T01:20:49.043Z Compiling thread-id v4.2.2
4282026-05-12T01:20:49.043Z Compiling erased-serde v0.4.9
4292026-05-12T01:20:49.084Z Compiling syn v1.0.109
4302026-05-12T01:20:49.108Z Compiling winnow v0.7.14
4312026-05-12T01:20:49.154Z Compiling toml_write v0.1.2
4322026-05-12T01:20:49.157Z Compiling proc-macro-error v1.0.4
4332026-05-12T01:20:49.292Z Compiling indexmap v2.14.0
4342026-05-12T01:20:49.358Z Compiling plain v0.2.3
4352026-05-12T01:20:49.376Z Compiling utf8_iter v1.0.4
4362026-05-12T01:20:49.417Z Compiling syn v2.0.117
4372026-05-12T01:20:49.420Z Compiling utf8parse v0.2.2
4382026-05-12T01:20:49.478Z Compiling pest_meta v2.8.6
4392026-05-12T01:20:49.481Z Compiling camino v1.2.2
4402026-05-12T01:20:49.499Z Compiling percent-encoding v2.3.2
4412026-05-12T01:20:49.518Z Compiling getrandom v0.4.1
4422026-05-12T01:20:49.521Z Compiling log v0.4.29
4432026-05-12T01:20:49.574Z Compiling thiserror v2.0.18
4442026-05-12T01:20:49.674Z Compiling anstyle-parse v0.2.7
4452026-05-12T01:20:49.773Z Compiling form_urlencoded v1.2.2
4462026-05-12T01:20:49.890Z Compiling ordered-float v2.10.1
4472026-05-12T01:20:49.980Z Compiling anstyle v1.0.13
4482026-05-12T01:20:49.999Z Compiling colorchoice v1.0.4
4492026-05-12T01:20:50.002Z Compiling cfg-if v1.0.4
4502026-05-12T01:20:50.038Z Compiling is_terminal_polyfill v1.70.2
4512026-05-12T01:20:50.097Z Compiling pretty-hex v0.4.1
4522026-05-12T01:20:50.118Z Compiling terminal_size v0.4.3
4532026-05-12T01:20:50.139Z Compiling anstyle-query v1.1.5
4542026-05-12T01:20:50.200Z Compiling fs-err v3.3.0
4552026-05-12T01:20:50.240Z Compiling anstream v0.6.21
4562026-05-12T01:20:50.262Z Compiling clap_lex v1.0.0
4572026-05-12T01:20:50.280Z Compiling heck v0.4.1
4582026-05-12T01:20:50.301Z Compiling fnv v1.0.7
4592026-05-12T01:20:50.304Z Compiling once_cell v1.21.3
4602026-05-12T01:20:50.369Z Compiling unicode-xid v0.2.6
4612026-05-12T01:20:50.388Z Compiling strsim v0.11.1
4622026-05-12T01:20:50.428Z Compiling fastrand v2.3.0
4632026-05-12T01:20:50.446Z Compiling anyhow v1.0.102
4642026-05-12T01:20:50.558Z Compiling semver v1.0.28
4652026-05-12T01:20:50.597Z Compiling bytecount v0.6.9
4662026-05-12T01:20:50.600Z Compiling heck v0.5.0
4672026-05-12T01:20:50.676Z Compiling unicode-width v0.1.14
4682026-05-12T01:20:50.698Z Compiling tempfile v3.25.0
4692026-05-12T01:20:50.716Z Compiling clap_builder v4.5.60
4702026-05-12T01:20:50.756Z Compiling memmap v0.7.0
4712026-05-12T01:20:50.887Z Compiling unicode-width v0.2.0
4722026-05-12T01:20:50.906Z Compiling smawk v0.3.2
4732026-05-12T01:20:50.968Z Compiling serde-untagged v0.1.9
4742026-05-12T01:20:50.989Z Compiling papergrid v0.11.0
4752026-05-12T01:20:51.032Z Compiling unicode-linebreak v0.1.5
4762026-05-12T01:20:51.083Z Compiling camino-tempfile v1.4.1
4772026-05-12T01:20:51.142Z Compiling swrite v0.1.0
4782026-05-12T01:20:51.217Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4792026-05-12T01:20:51.261Z Compiling textwrap v0.16.2
4802026-05-12T01:20:51.599Z Compiling tabled_derive v0.7.0
4812026-05-12T01:20:52.072Z Compiling synstructure v0.13.2
4822026-05-12T01:20:52.072Z Compiling pest_generator v2.8.6
4832026-05-12T01:20:52.280Z Compiling tabled v0.15.0
4842026-05-12T01:20:52.595Z Compiling serde_derive v1.0.228
4852026-05-12T01:20:52.595Z Compiling zerofrom-derive v0.1.6
4862026-05-12T01:20:52.595Z Compiling yoke-derive v0.8.1
4872026-05-12T01:20:52.598Z Compiling zerovec-derive v0.11.2
4882026-05-12T01:20:52.598Z Compiling displaydoc v0.2.5
4892026-05-12T01:20:52.598Z Compiling thiserror-impl v1.0.69
4902026-05-12T01:20:52.614Z Compiling zerocopy-derive v0.7.35
4912026-05-12T01:20:52.650Z Compiling scroll_derive v0.12.1
4922026-05-12T01:20:52.653Z Compiling thiserror-impl v2.0.18
4932026-05-12T01:20:52.653Z Compiling clap_derive v4.5.55
4942026-05-12T01:20:52.687Z Compiling pest_derive v2.8.6
4952026-05-12T01:20:53.334Z Compiling scroll v0.12.0
4962026-05-12T01:20:53.486Z Compiling zerocopy v0.7.35
4972026-05-12T01:20:53.558Z Compiling goblin v0.8.2
4982026-05-12T01:20:53.784Z Compiling dtrace-parser v0.2.0
4992026-05-12T01:20:53.834Z Compiling zerofrom v0.1.6
5002026-05-12T01:20:53.937Z Compiling yoke v0.8.1
5012026-05-12T01:20:54.057Z Compiling clap v4.5.60
5022026-05-12T01:20:54.093Z Compiling zerovec v0.11.5
5032026-05-12T01:20:54.093Z Compiling zerotrie v0.2.3
5042026-05-12T01:20:54.496Z Compiling tinystr v0.8.2
5052026-05-12T01:20:54.496Z Compiling potential_utf v0.1.4
5062026-05-12T01:20:54.679Z Compiling icu_collections v2.1.1
5072026-05-12T01:20:54.698Z Compiling icu_locale_core v2.1.1
5082026-05-12T01:20:55.155Z Compiling dof v0.3.0
5092026-05-12T01:20:55.155Z Compiling serde_tokenstream v0.2.3
5102026-05-12T01:20:55.221Z Compiling serde_spanned v0.6.9
5112026-05-12T01:20:55.221Z Compiling toml_datetime v0.6.11
5122026-05-12T01:20:55.221Z Compiling serde-value v0.7.0
5132026-05-12T01:20:55.221Z Compiling cargo-platform v0.2.0
5142026-05-12T01:20:55.221Z Compiling macaddr v1.0.1
5152026-05-12T01:20:55.263Z Compiling icu_provider v2.1.1
5162026-05-12T01:20:55.372Z Compiling toml_edit v0.22.27
5172026-05-12T01:20:55.481Z Compiling icu_properties v2.1.2
5182026-05-12T01:20:55.481Z Compiling icu_normalizer v2.1.1
5192026-05-12T01:20:55.787Z Compiling usdt-macro v0.5.0
5202026-05-12T01:20:55.787Z Compiling usdt-attr-macro v0.5.0
5212026-05-12T01:20:56.302Z Compiling idna_adapter v1.2.1
5222026-05-12T01:20:56.406Z Compiling idna v1.1.0
5232026-05-12T01:20:56.427Z Compiling usdt v0.5.0
5242026-05-12T01:20:56.648Z Compiling toml v0.8.23
5252026-05-12T01:20:56.668Z Compiling url v2.5.8
5262026-05-12T01:20:56.988Z Compiling cargo_toml v0.21.0
5272026-05-12T01:20:57.073Z Compiling cargo-util-schemas v0.8.2
5282026-05-12T01:20:57.851Z Compiling cargo_metadata v0.21.0
5292026-05-12T01:20:58.761Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5302026-05-12T01:21:00.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.90s
5312026-05-12T01:21:01.104Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5322026-05-12T01:21:01.655Z Downloading crates ...
5332026-05-12T01:21:01.739Z Downloaded adler2 v2.0.1
5342026-05-12T01:21:01.745Z Downloaded argon2 v0.5.3
5352026-05-12T01:21:01.749Z Downloaded cassowary v0.3.0
5362026-05-12T01:21:01.755Z Downloaded ar_archive_writer v0.5.1
5372026-05-12T01:21:01.768Z Downloaded env_filter v1.0.0
5382026-05-12T01:21:01.771Z Downloaded crunchy v0.2.4
5392026-05-12T01:21:01.777Z Downloaded derive_builder_core v0.20.2
5402026-05-12T01:21:01.782Z Downloaded diesel_table_macro_syntax v0.3.0
5412026-05-12T01:21:01.785Z Downloaded crc32fast v1.5.0
5422026-05-12T01:21:01.785Z Downloaded ed25519-dalek v2.2.0
5432026-05-12T01:21:01.787Z Downloaded ctr v0.9.2
5442026-05-12T01:21:01.790Z Downloaded chrono v0.4.44
5452026-05-12T01:21:01.797Z Downloaded cargo-platform v0.3.2
5462026-05-12T01:21:01.800Z Downloaded block-padding v0.3.3
5472026-05-12T01:21:01.805Z Downloaded ciborium-ll v0.2.2
5482026-05-12T01:21:01.808Z Downloaded arrayref v0.3.9
5492026-05-12T01:21:01.811Z Downloaded array-init v0.0.4
5502026-05-12T01:21:01.814Z Downloaded atomic-waker v1.1.2
5512026-05-12T01:21:01.817Z Downloaded bit-set v0.5.3
5522026-05-12T01:21:01.822Z Downloaded ascii-canvas v3.0.0
5532026-05-12T01:21:01.825Z Downloaded expectorate v1.2.0
5542026-05-12T01:21:01.830Z Downloaded crc8 v0.1.1
5552026-05-12T01:21:01.834Z Downloaded compression-core v0.4.31
5562026-05-12T01:21:01.837Z Downloaded cfg_aliases v0.2.1
5572026-05-12T01:21:01.839Z Downloaded cobs v0.3.0
5582026-05-12T01:21:01.842Z Downloaded atty v0.2.14
5592026-05-12T01:21:01.845Z Downloaded async-stream v0.3.6
5602026-05-12T01:21:01.845Z Downloaded curve25519-dalek-derive v0.1.1
5612026-05-12T01:21:01.848Z Downloaded debug-ignore v1.0.5
5622026-05-12T01:21:01.850Z Downloaded daft v0.1.5
5632026-05-12T01:21:01.850Z Downloaded cmake v0.1.57
5642026-05-12T01:21:01.853Z Downloaded darling v0.23.0
5652026-05-12T01:21:01.856Z Downloaded cstr-argument v0.1.2
5662026-05-12T01:21:01.856Z Downloaded ciborium-io v0.2.2
5672026-05-12T01:21:01.856Z Downloaded fixedbitset v0.4.2
5682026-05-12T01:21:01.859Z Downloaded crucible-workspace-hack v0.1.0
5692026-05-12T01:21:01.859Z Downloaded chacha20 v0.10.0
5702026-05-12T01:21:01.862Z Downloaded foreign-types-shared v0.1.1
5712026-05-12T01:21:01.862Z Downloaded enum-as-inner v0.6.1
5722026-05-12T01:21:01.862Z Downloaded darling_macro v0.20.11
5732026-05-12T01:21:01.862Z Downloaded bitfield-macros v0.19.4
5742026-05-12T01:21:01.864Z Downloaded foreign-types-shared v0.3.1
5752026-05-12T01:21:01.864Z Downloaded crossbeam-deque v0.8.6
5762026-05-12T01:21:01.864Z Downloaded atomicwrites v0.4.4
5772026-05-12T01:21:01.864Z Downloaded async-stream-impl v0.3.6
5782026-05-12T01:21:01.867Z Downloaded assert_matches v1.5.0
5792026-05-12T01:21:01.867Z Downloaded float-cmp v0.10.0
5802026-05-12T01:21:01.867Z Downloaded cfg_aliases v0.1.1
5812026-05-12T01:21:01.870Z Downloaded castaway v0.2.4
5822026-05-12T01:21:01.870Z Downloaded derive_builder_macro v0.20.2
5832026-05-12T01:21:01.870Z Downloaded darling_macro v0.21.3
5842026-05-12T01:21:01.870Z Downloaded dof v0.4.0
5852026-05-12T01:21:01.873Z Downloaded crc v3.4.0
5862026-05-12T01:21:01.873Z Downloaded defmt v0.3.100
5872026-05-12T01:21:01.873Z Downloaded async-recursion v1.1.1
5882026-05-12T01:21:01.876Z Downloaded cpufeatures v0.3.0
5892026-05-12T01:21:01.879Z Downloaded defmt-parser v1.0.0
5902026-05-12T01:21:01.879Z Downloaded dsl_auto_type v0.2.0
5912026-05-12T01:21:01.879Z Downloaded bitfield-struct v0.6.2
5922026-05-12T01:21:01.882Z Downloaded futures-core v0.3.32
5932026-05-12T01:21:01.882Z Downloaded bit-set v0.8.0
5942026-05-12T01:21:01.882Z Downloaded convert_case v0.4.0
5952026-05-12T01:21:01.882Z Downloaded base16ct v0.2.0
5962026-05-12T01:21:01.885Z Downloaded bb8 v0.8.6
5972026-05-12T01:21:01.885Z Downloaded find-msvc-tools v0.1.9
5982026-05-12T01:21:01.885Z Downloaded fd-lock v4.0.4
5992026-05-12T01:21:01.888Z Downloaded crossbeam-utils v0.8.21
6002026-05-12T01:21:01.890Z Downloaded futures-sink v0.3.32
6012026-05-12T01:21:01.891Z Downloaded aead v0.5.2
6022026-05-12T01:21:01.891Z Downloaded crc-catalog v2.4.0
6032026-05-12T01:21:01.891Z Downloaded bcrypt-pbkdf v0.10.0
6042026-05-12T01:21:01.895Z Downloaded dyn-clone v1.0.20
6052026-05-12T01:21:01.897Z Downloaded const_format_proc_macros v0.2.34
6062026-05-12T01:21:01.897Z Downloaded embedded-io v0.6.1
6072026-05-12T01:21:01.897Z Downloaded cexpr v0.6.0
6082026-05-12T01:21:01.900Z Downloaded convert_case v0.10.0
6092026-05-12T01:21:01.900Z Downloaded bitflags v1.3.2
6102026-05-12T01:21:01.903Z Downloaded difflib v0.4.0
6112026-05-12T01:21:01.903Z Downloaded flagset v0.4.7
6122026-05-12T01:21:01.906Z Downloaded document-features v0.2.12
6132026-05-12T01:21:01.906Z Downloaded display-error-chain v0.2.2
6142026-05-12T01:21:01.906Z Downloaded compression-codecs v0.4.37
6152026-05-12T01:21:01.908Z Downloaded cargo_metadata v0.23.1
6162026-05-12T01:21:01.911Z Downloaded daft-derive v0.1.5
6172026-05-12T01:21:01.911Z Downloaded foldhash v0.1.5
6182026-05-12T01:21:01.914Z Downloaded ed25519 v2.2.3
6192026-05-12T01:21:01.914Z Downloaded darling_core v0.20.11
6202026-05-12T01:21:01.917Z Downloaded ghash v0.5.1
6212026-05-12T01:21:01.920Z Downloaded gethostname v0.5.0
6222026-05-12T01:21:01.920Z Downloaded camino-tempfile-ext v0.3.3
6232026-05-12T01:21:01.922Z Downloaded base64ct v1.8.3
6242026-05-12T01:21:01.923Z Downloaded dtrace-parser v0.3.0
6252026-05-12T01:21:01.925Z Downloaded dirs-sys-next v0.1.2
6262026-05-12T01:21:01.925Z Downloaded fxhash v0.2.1
6272026-05-12T01:21:01.925Z Downloaded futures-task v0.3.32
6282026-05-12T01:21:01.928Z Downloaded cbc v0.1.2
6292026-05-12T01:21:01.928Z Downloaded foreign-types v0.5.0
6302026-05-12T01:21:01.928Z Downloaded der_derive v0.7.3
6312026-05-12T01:21:01.931Z Downloaded darling v0.20.11
6322026-05-12T01:21:01.934Z Downloaded async-trait v0.1.89
6332026-05-12T01:21:01.936Z Downloaded fs-err v2.11.0
6342026-05-12T01:21:01.936Z Downloaded git-stub v1.0.0
6352026-05-12T01:21:01.936Z Downloaded endian-type v0.1.2
6362026-05-12T01:21:01.939Z Downloaded dropshot-api-manager-types v0.7.1
6372026-05-12T01:21:01.939Z Downloaded blowfish v0.9.1
6382026-05-12T01:21:01.939Z Downloaded darling_macro v0.23.0
6392026-05-12T01:21:01.939Z Downloaded constant_time_eq v0.4.2
6402026-05-12T01:21:01.942Z Downloaded futures-macro v0.3.32
6412026-05-12T01:21:01.942Z Downloaded hash32 v0.2.1
6422026-05-12T01:21:01.945Z Downloaded dirs-next v2.0.0
6432026-05-12T01:21:01.945Z Downloaded globwalk v0.9.1
6442026-05-12T01:21:01.946Z Downloaded embedded-io v0.4.0
6452026-05-12T01:21:01.948Z Downloaded dunce v1.0.5
6462026-05-12T01:21:01.948Z Downloaded backoff v0.4.0
6472026-05-12T01:21:01.948Z Downloaded hex-literal v0.4.1
6482026-05-12T01:21:01.952Z Downloaded futures-executor v0.3.32
6492026-05-12T01:21:01.952Z Downloaded csv-core v0.1.13
6502026-05-12T01:21:01.952Z Downloaded headers-core v0.3.0
6512026-05-12T01:21:01.955Z Downloaded foreign-types-macros v0.2.3
6522026-05-12T01:21:01.955Z Downloaded critical-section v1.2.0
6532026-05-12T01:21:01.955Z Downloaded ahash v0.8.12
6542026-05-12T01:21:01.957Z Downloaded colored v3.1.1
6552026-05-12T01:21:01.960Z Downloaded colored v2.2.0
6562026-05-12T01:21:01.960Z Downloaded clang-sys v1.8.1
6572026-05-12T01:21:01.963Z Downloaded console v0.16.2
6582026-05-12T01:21:01.963Z Downloaded bitfield v0.19.4
6592026-05-12T01:21:01.965Z Downloaded bzip2 v0.6.1
6602026-05-12T01:21:01.965Z Downloaded futures-io v0.3.32
6612026-05-12T01:21:01.965Z Downloaded funty v2.0.0
6622026-05-12T01:21:01.968Z Downloaded byte-wrapper v0.1.0
6632026-05-12T01:21:01.968Z Downloaded float-ord v0.3.2
6642026-05-12T01:21:01.968Z Downloaded filetime v0.2.27
6652026-05-12T01:21:01.971Z Downloaded hostname v0.4.2
6662026-05-12T01:21:01.971Z Downloaded derive-ex v0.1.8
6672026-05-12T01:21:01.974Z Downloaded ff v0.13.1
6682026-05-12T01:21:01.974Z Downloaded erased-serde v0.3.31
6692026-05-12T01:21:01.976Z Downloaded http-body v1.0.1
6702026-05-12T01:21:01.976Z Downloaded drift v0.1.4
6712026-05-12T01:21:01.980Z Downloaded ident_case v1.0.1
6722026-05-12T01:21:01.983Z Downloaded env_logger v0.11.9
6732026-05-12T01:21:01.983Z Downloaded console v0.15.11
6742026-05-12T01:21:01.985Z Downloaded glob v0.3.3
6752026-05-12T01:21:01.985Z Downloaded arrayvec v0.7.6
6762026-05-12T01:21:01.988Z Downloaded hubpack_derive v0.1.1
6772026-05-12T01:21:01.989Z Downloaded httpdate v1.0.3
6782026-05-12T01:21:01.989Z Downloaded hostname v0.3.1
6792026-05-12T01:21:01.991Z Downloaded home v0.5.12
6802026-05-12T01:21:01.991Z Downloaded async-bb8-diesel v0.2.1
6812026-05-12T01:21:01.994Z Downloaded foldhash v0.2.0
6822026-05-12T01:21:01.994Z Downloaded fallible-iterator v0.2.0
6832026-05-12T01:21:01.994Z Downloaded const-oid v0.9.6
6842026-05-12T01:21:01.997Z Downloaded blake2 v0.10.6
6852026-05-12T01:21:01.997Z Downloaded deranged v0.5.8
6862026-05-12T01:21:02.001Z Downloaded git-stub-vcs v0.1.0
6872026-05-12T01:21:02.001Z Downloaded hash32 v0.3.1
6882026-05-12T01:21:02.002Z Downloaded defmt v1.0.1
6892026-05-12T01:21:02.004Z Downloaded globset v0.4.18
6902026-05-12T01:21:02.004Z Downloaded hubpack v0.1.2
6912026-05-12T01:21:02.004Z Downloaded indent_write v2.2.0
6922026-05-12T01:21:02.007Z Downloaded is_ci v1.2.0
6932026-05-12T01:21:02.007Z Downloaded darling v0.21.3
6942026-05-12T01:21:02.010Z Downloaded indoc v1.0.9
6952026-05-12T01:21:02.013Z Downloaded crc-any v2.5.0
6962026-05-12T01:21:02.013Z Downloaded cookie_store v0.22.1
6972026-05-12T01:21:02.021Z Downloaded cancel-safe-futures v0.1.5
6982026-05-12T01:21:02.025Z Downloaded instant v0.1.13
6992026-05-12T01:21:02.025Z Downloaded bzip2 v0.4.4
7002026-05-12T01:21:02.025Z Downloaded ecdsa v0.16.9
7012026-05-12T01:21:02.025Z Downloaded bumpalo v3.20.2
7022026-05-12T01:21:02.025Z Downloaded fixedbitset v0.5.7
7032026-05-12T01:21:02.025Z Downloaded diesel-dtrace v0.5.0
7042026-05-12T01:21:02.025Z Downloaded internet-checksum v0.2.1
7052026-05-12T01:21:02.025Z Downloaded defmt-macros v1.0.1
7062026-05-12T01:21:02.028Z Downloaded http-range v0.1.5
7072026-05-12T01:21:02.028Z Downloaded hex v0.4.3
7082026-05-12T01:21:02.031Z Downloaded data-encoding v2.10.0
7092026-05-12T01:21:02.031Z Downloaded crossbeam-epoch v0.9.18
7102026-05-12T01:21:02.034Z Downloaded foreign-types v0.3.2
7112026-05-12T01:21:02.034Z Downloaded ena v0.14.4
7122026-05-12T01:21:02.034Z Downloaded highway v1.3.0
7132026-05-12T01:21:02.037Z Downloaded bit-vec v0.6.3
7142026-05-12T01:21:02.037Z Downloaded humantime v2.3.0
7152026-05-12T01:21:02.037Z Downloaded is-terminal v0.4.17
7162026-05-12T01:21:02.040Z Downloaded inout v0.1.4
7172026-05-12T01:21:02.040Z Downloaded hyper-staticfile v0.10.1
7182026-05-12T01:21:02.040Z Downloaded kstat-rs v0.2.4
7192026-05-12T01:21:02.042Z Downloaded instability v0.3.11
7202026-05-12T01:21:02.042Z Downloaded impl-trait-for-tuples v0.2.3
7212026-05-12T01:21:02.045Z Downloaded fs_extra v1.3.0
7222026-05-12T01:21:02.045Z Downloaded lazy_static v1.5.0
7232026-05-12T01:21:02.048Z Downloaded newline-converter v0.3.0
7242026-05-12T01:21:02.048Z Downloaded lru v0.12.5
7252026-05-12T01:21:02.048Z Downloaded lalrpop-util v0.19.12
7262026-05-12T01:21:02.051Z Downloaded buf-list v1.1.2
7272026-05-12T01:21:02.051Z Downloaded futures-channel v0.3.32
7282026-05-12T01:21:02.054Z Downloaded keccak v0.1.6
7292026-05-12T01:21:02.054Z Downloaded darling_core v0.21.3
7302026-05-12T01:21:02.057Z Downloaded allocator-api2 v0.2.21
7312026-05-12T01:21:02.060Z Downloaded indoc v2.0.7
7322026-05-12T01:21:02.060Z Downloaded either v1.15.0
7332026-05-12T01:21:02.060Z Downloaded backon v1.6.0
7342026-05-12T01:21:02.063Z Downloaded linked-hash-map v0.5.6
7352026-05-12T01:21:02.063Z Downloaded md-5 v0.10.6
7362026-05-12T01:21:02.065Z Downloaded managed v0.8.0
7372026-05-12T01:21:02.065Z Downloaded ciborium v0.2.2
7382026-05-12T01:21:02.069Z Downloaded http-body-util v0.1.3
7392026-05-12T01:21:02.069Z Downloaded md5 v0.7.0
7402026-05-12T01:21:02.069Z Downloaded derive_more v0.99.20
7412026-05-12T01:21:02.072Z Downloaded nibble_vec v0.1.0
7422026-05-12T01:21:02.073Z Downloaded memoffset v0.9.1
7432026-05-12T01:21:02.075Z Downloaded half v1.8.3
7442026-05-12T01:21:02.075Z Downloaded diff v0.1.13
7452026-05-12T01:21:02.079Z Downloaded arc-swap v1.8.2
7462026-05-12T01:21:02.082Z Downloaded ingot-types v0.1.2
7472026-05-12T01:21:02.082Z Downloaded dropshot_endpoint v0.17.0
7482026-05-12T01:21:02.085Z Downloaded lru-slab v0.1.2
7492026-05-12T01:21:02.085Z Downloaded lru-cache v0.1.2
7502026-05-12T01:21:02.085Z Downloaded derive-where v1.6.0
7512026-05-12T01:21:02.088Z Downloaded ingot v0.1.1
7522026-05-12T01:21:02.088Z Downloaded hyper-tls v0.6.0
7532026-05-12T01:21:02.091Z Downloaded group v0.13.0
7542026-05-12T01:21:02.091Z Downloaded ipnet v2.11.0
7552026-05-12T01:21:02.091Z Downloaded nodrop v0.1.14
7562026-05-12T01:21:02.094Z Downloaded num-derive v0.3.3
7572026-05-12T01:21:02.094Z Downloaded num_enum_derive v0.5.11
7582026-05-12T01:21:02.094Z Downloaded num-derive v0.4.2
7592026-05-12T01:21:02.097Z Downloaded normalize-line-endings v0.3.0
7602026-05-12T01:21:02.097Z Downloaded newtype-uuid-macros v0.1.0
7612026-05-12T01:21:02.097Z Downloaded new_debug_unreachable v1.0.6
7622026-05-12T01:21:02.097Z Downloaded num_threads v0.1.7
7632026-05-12T01:21:02.100Z Downloaded num-conv v0.2.0
7642026-05-12T01:21:02.100Z Downloaded getrandom v0.3.4
7652026-05-12T01:21:02.103Z Downloaded getrandom v0.2.17
7662026-05-12T01:21:02.103Z Downloaded num v0.4.3
7672026-05-12T01:21:02.103Z Downloaded hyper-rustls v0.27.7
7682026-05-12T01:21:02.106Z Downloaded nonempty v0.12.0
7692026-05-12T01:21:02.106Z Downloaded fatfs v0.3.6
7702026-05-12T01:21:02.108Z Downloaded libefi-sys v0.1.0
7712026-05-12T01:21:02.108Z Downloaded num-iter v0.1.45
7722026-05-12T01:21:02.111Z Downloaded des v0.8.1
7732026-05-12T01:21:02.111Z Downloaded openssl-macros v0.1.1
7742026-05-12T01:21:02.111Z Downloaded const_format v0.2.35
7752026-05-12T01:21:02.114Z Downloaded olpc-cjson v0.1.4
7762026-05-12T01:21:02.114Z Downloaded bytes v1.11.1
7772026-05-12T01:21:02.117Z Downloaded multer v3.1.0
7782026-05-12T01:21:02.120Z Downloaded linear-map v1.2.0
7792026-05-12T01:21:02.120Z Downloaded iana-time-zone v0.1.65
7802026-05-12T01:21:02.123Z Downloaded derive_builder v0.20.2
7812026-05-12T01:21:02.126Z Downloaded lzss v0.8.2
7822026-05-12T01:21:02.126Z Downloaded libsw-core v0.3.2
7832026-05-12T01:21:02.128Z Downloaded libloading v0.8.9
7842026-05-12T01:21:02.129Z Downloaded cookie v0.18.1
7852026-05-12T01:21:02.131Z Downloaded oso-derive v0.27.3
7862026-05-12T01:21:02.131Z Downloaded lock_api v0.4.14
7872026-05-12T01:21:02.134Z Downloaded openssl-probe v0.1.6
7882026-05-12T01:21:02.134Z Downloaded opaque-debug v0.3.1
7892026-05-12T01:21:02.134Z Downloaded cc v1.2.56
7902026-05-12T01:21:02.137Z Downloaded parse-size v1.1.0
7912026-05-12T01:21:02.137Z Downloaded maplit v1.0.2
7922026-05-12T01:21:02.137Z Downloaded mime_guess v2.0.5
7932026-05-12T01:21:02.139Z Downloaded newtype-uuid v1.3.2
7942026-05-12T01:21:02.140Z Downloaded half v2.7.1
7952026-05-12T01:21:02.142Z Downloaded match_cfg v0.1.0
7962026-05-12T01:21:02.142Z Downloaded ipnetwork v0.21.1
7972026-05-12T01:21:02.145Z Downloaded openssl-probe v0.2.1
7982026-05-12T01:21:02.145Z Downloaded ingot-macros v0.1.1
7992026-05-12T01:21:02.145Z Downloaded compact_str v0.8.1
8002026-05-12T01:21:02.148Z Downloaded native-tls v0.2.18
8012026-05-12T01:21:02.150Z Downloaded nanorand v0.7.0
8022026-05-12T01:21:02.150Z Downloaded multimap v0.10.1
8032026-05-12T01:21:02.150Z Downloaded futures v0.3.32
8042026-05-12T01:21:02.153Z Downloaded packed_struct_codegen v0.10.1
8052026-05-12T01:21:02.156Z Downloaded hmac v0.12.1
8062026-05-12T01:21:02.156Z Downloaded mime v0.3.17
8072026-05-12T01:21:02.159Z Downloaded maybe-uninit v2.0.0
8082026-05-12T01:21:02.159Z Downloaded num_enum_derive v0.7.5
8092026-05-12T01:21:02.159Z Downloaded libscf-sys v1.1.0
8102026-05-12T01:21:02.161Z Downloaded derive_more v2.1.1
8112026-05-12T01:21:02.166Z Downloaded jobserver v0.1.34
8122026-05-12T01:21:02.168Z Downloaded path-slash v0.1.5
8132026-05-12T01:21:02.168Z Downloaded darling_core v0.23.0
8142026-05-12T01:21:02.171Z Downloaded peg-runtime v0.8.5
8152026-05-12T01:21:02.187Z Downloaded phf_shared v0.13.1
8162026-05-12T01:21:02.190Z Downloaded phf_shared v0.12.1
8172026-05-12T01:21:02.190Z Downloaded pbkdf2 v0.11.0
8182026-05-12T01:21:02.194Z Downloaded num_enum v0.5.11
8192026-05-12T01:21:02.194Z Downloaded num-rational v0.4.2
8202026-05-12T01:21:02.197Z Downloaded num_enum v0.7.5
8212026-05-12T01:21:02.198Z Downloaded nu-ansi-term v0.50.3
8222026-05-12T01:21:02.200Z Downloaded chacha20poly1305 v0.10.1
8232026-05-12T01:21:02.201Z Downloaded base64 v0.22.1
8242026-05-12T01:21:02.203Z Downloaded memmap2 v0.9.10
8252026-05-12T01:21:02.203Z Downloaded owo-colors v4.3.0
8262026-05-12T01:21:02.206Z Downloaded num-integer v0.1.46
8272026-05-12T01:21:02.206Z Downloaded libsw v3.5.0
8282026-05-12T01:21:02.209Z Downloaded indexmap v1.9.3
8292026-05-12T01:21:02.213Z Downloaded predicates-tree v1.0.13
8302026-05-12T01:21:02.214Z Downloaded powerfmt v0.2.0
8312026-05-12T01:21:02.214Z Downloaded pin-utils v0.1.0
8322026-05-12T01:21:02.216Z Downloaded phf_shared v0.11.3
8332026-05-12T01:21:02.217Z Downloaded packed_struct v0.10.1
8342026-05-12T01:21:02.217Z Downloaded precomputed-hash v0.1.1
8352026-05-12T01:21:02.217Z Downloaded oxide-tokio-rt v0.1.4
8362026-05-12T01:21:02.217Z Downloaded proc-macro-crate v1.3.1
8372026-05-12T01:21:02.217Z Downloaded crossbeam-channel v0.5.15
8382026-05-12T01:21:02.220Z Downloaded predicates-core v1.0.10
8392026-05-12T01:21:02.220Z Downloaded parse-display-derive v0.10.0
8402026-05-12T01:21:02.222Z Downloaded flate2 v1.1.9
8412026-05-12T01:21:02.226Z Downloaded heapless v0.8.0
8422026-05-12T01:21:02.229Z Downloaded elliptic-curve v0.13.8
8432026-05-12T01:21:02.229Z Downloaded progenitor-client v0.14.0
8442026-05-12T01:21:02.231Z Downloaded password-hash v0.4.2
8452026-05-12T01:21:02.231Z Downloaded peg v0.8.5
8462026-05-12T01:21:02.234Z Downloaded oxnet v0.1.4
8472026-05-12T01:21:02.234Z Downloaded newtype_derive v0.1.6
8482026-05-12T01:21:02.237Z Downloaded progenitor-macro v0.14.0
8492026-05-12T01:21:02.237Z Downloaded peg-macros v0.8.5
8502026-05-12T01:21:02.237Z Downloaded omicron-zone-package v0.12.2
8512026-05-12T01:21:02.240Z Downloaded httparse v1.10.1
8522026-05-12T01:21:02.240Z Downloaded litrs v1.0.0
8532026-05-12T01:21:02.243Z Downloaded phf v0.12.1
8542026-05-12T01:21:02.245Z Downloaded async-compression v0.4.41
8552026-05-12T01:21:02.248Z Downloaded paste v1.0.15
8562026-05-12T01:21:02.252Z Downloaded progenitor-macro v0.13.0
8572026-05-12T01:21:02.252Z Downloaded phf v0.13.1
8582026-05-12T01:21:02.252Z Downloaded pem v3.0.6
8592026-05-12T01:21:02.255Z Downloaded password-hash v0.5.0
8602026-05-12T01:21:02.255Z Downloaded poly1305 v0.8.0
8612026-05-12T01:21:02.255Z Downloaded indicatif v0.18.4
8622026-05-12T01:21:02.258Z Downloaded postgres-protocol v0.6.10
8632026-05-12T01:21:02.258Z Downloaded polyval v0.6.2
8642026-05-12T01:21:02.261Z Downloaded pkg-config v0.3.32
8652026-05-12T01:21:02.261Z Downloaded pem-rfc7468 v0.7.0
8662026-05-12T01:21:02.264Z Downloaded radium v0.7.0
8672026-05-12T01:21:02.264Z Downloaded rand_chacha v0.3.1
8682026-05-12T01:21:02.264Z Downloaded der v0.7.10
8692026-05-12T01:21:02.267Z Downloaded quick-error v1.2.3
8702026-05-12T01:21:02.269Z Downloaded pin-project-internal v1.1.11
8712026-05-12T01:21:02.269Z Downloaded proc-macro-error-attr2 v2.0.0
8722026-05-12T01:21:02.269Z Downloaded primeorder v0.13.6
8732026-05-12T01:21:02.272Z Downloaded recursive v0.1.1
8742026-05-12T01:21:02.272Z Downloaded rand_xorshift v0.4.0
8752026-05-12T01:21:02.272Z Downloaded pin-project-lite v0.2.17
8762026-05-12T01:21:02.275Z Downloaded predicates v3.1.4
8772026-05-12T01:21:02.278Z Downloaded ref-cast-impl v1.0.25
8782026-05-12T01:21:02.278Z Downloaded ppv-lite86 v0.2.21
8792026-05-12T01:21:02.281Z Downloaded pkcs8 v0.10.2
8802026-05-12T01:21:02.281Z Downloaded hickory-resolver v0.25.2
8812026-05-12T01:21:02.284Z Downloaded progenitor v0.14.0
8822026-05-12T01:21:02.287Z Downloaded progenitor v0.13.0
8832026-05-12T01:21:02.287Z Downloaded parking_lot_core v0.8.6
8842026-05-12T01:21:02.287Z Downloaded parking_lot v0.11.2
8852026-05-12T01:21:02.289Z Downloaded rfc6979 v0.4.0
8862026-05-12T01:21:02.289Z Downloaded proc-macro-error2 v2.0.1
8872026-05-12T01:21:02.292Z Downloaded progenitor-extras v0.2.0
8882026-05-12T01:21:02.292Z Downloaded ref-cast v1.0.25
8892026-05-12T01:21:02.295Z Downloaded progenitor-client v0.13.0
8902026-05-12T01:21:02.295Z Downloaded dropshot-api-manager v0.7.1
8912026-05-12T01:21:02.298Z Downloaded recursive-proc-macro-impl v0.1.1
8922026-05-12T01:21:02.298Z Downloaded parking_lot_core v0.9.12
8932026-05-12T01:21:02.301Z Downloaded psm v0.1.30
8942026-05-12T01:21:02.301Z Downloaded psl-types v2.0.11
8952026-05-12T01:21:02.304Z Downloaded libbz2-rs-sys v0.2.2
8962026-05-12T01:21:02.304Z Downloaded progenitor-macro v0.11.2
8972026-05-12T01:21:02.304Z Downloaded progenitor-client v0.11.2
8982026-05-12T01:21:02.307Z Downloaded proc-macro-crate v3.4.0
8992026-05-12T01:21:02.307Z Downloaded flume v0.11.1
9002026-05-12T01:21:02.309Z Downloaded crypto-bigint v0.5.5
9012026-05-12T01:21:02.312Z Downloaded oso v0.27.3
9022026-05-12T01:21:02.315Z Downloaded heapless v0.7.17
9032026-05-12T01:21:02.318Z Downloaded headers v0.4.1
9042026-05-12T01:21:02.322Z Downloaded rustc_version v0.4.1
9052026-05-12T01:21:02.322Z Downloaded pkcs5 v0.7.1
9062026-05-12T01:21:02.325Z Downloaded ignore v0.4.25
9072026-05-12T01:21:02.325Z Downloaded derive_more-impl v2.1.1
9082026-05-12T01:21:02.328Z Downloaded rand_core v0.10.0
9092026-05-12T01:21:02.330Z Downloaded rand_core v0.9.5
9102026-05-12T01:21:02.330Z Downloaded p256 v0.13.2
9112026-05-12T01:21:02.334Z Downloaded rustc-hash v2.1.1
9122026-05-12T01:21:02.334Z Downloaded crossterm v0.29.0
9132026-05-12T01:21:02.337Z Downloaded scheduled-thread-pool v0.2.7
9142026-05-12T01:21:02.341Z Downloaded rand_seeder v0.4.0
9152026-05-12T01:21:02.341Z Downloaded jiff-static v0.2.21
9162026-05-12T01:21:02.341Z Downloaded http v1.4.0
9172026-05-12T01:21:02.343Z Downloaded miniz_oxide v0.8.9
9182026-05-12T01:21:02.346Z Downloaded diesel_derives v2.3.7
9192026-05-12T01:21:02.350Z Downloaded sapling-renderdag v0.1.0
9202026-05-12T01:21:02.350Z Downloaded same-file v1.0.6
9212026-05-12T01:21:02.353Z Downloaded rustc_version v0.1.7
9222026-05-12T01:21:02.353Z Downloaded progenitor v0.11.2
9232026-05-12T01:21:02.353Z Downloaded salsa20 v0.10.2
9242026-05-12T01:21:02.353Z Downloaded parking_lot v0.12.5
9252026-05-12T01:21:02.356Z Downloaded russh-cryptovec v0.7.3
9262026-05-12T01:21:02.356Z Downloaded rtoolbox v0.0.3
9272026-05-12T01:21:02.356Z Downloaded hashbrown v0.12.3
9282026-05-12T01:21:02.358Z Downloaded resolv-conf v0.7.6
9292026-05-12T01:21:02.361Z Downloaded crossterm v0.28.1
9302026-05-12T01:21:02.364Z Downloaded serde-big-array v0.5.1
9312026-05-12T01:21:02.367Z Downloaded secrecy v0.10.3
9322026-05-12T01:21:02.367Z Downloaded scroll_derive v0.13.1
9332026-05-12T01:21:02.367Z Downloaded serde_urlencoded v0.7.1
9342026-05-12T01:21:02.371Z Downloaded scopeguard v1.2.0
9352026-05-12T01:21:02.371Z Downloaded rand_core v0.6.4
9362026-05-12T01:21:02.372Z Downloaded rand_chacha v0.9.0
9372026-05-12T01:21:02.374Z Downloaded pin-project v1.1.11
9382026-05-12T01:21:02.379Z Downloaded secrecy v0.8.0
9392026-05-12T01:21:02.384Z Downloaded prefix-trie v0.7.0
9402026-05-12T01:21:02.384Z Downloaded quinn-udp v0.5.14
9412026-05-12T01:21:02.384Z Downloaded r2d2 v0.8.10
9422026-05-12T01:21:02.387Z Downloaded postgres-types v0.2.12
9432026-05-12T01:21:02.387Z Downloaded shell-words v1.1.1
9442026-05-12T01:21:02.387Z Downloaded pkcs1 v0.7.5
9452026-05-12T01:21:02.387Z Downloaded hickory-resolver v0.24.4
9462026-05-12T01:21:02.390Z Downloaded signature v2.2.0
9472026-05-12T01:21:02.393Z Downloaded semver v0.1.20
9482026-05-12T01:21:02.393Z Downloaded serde_repr v0.1.20
9492026-05-12T01:21:02.393Z Downloaded sha1 v0.10.6
9502026-05-12T01:21:02.398Z Downloaded serde_plain v1.0.2
9512026-05-12T01:21:02.398Z Downloaded base64 v0.21.7
9522026-05-12T01:21:02.401Z Downloaded pbkdf2 v0.12.2
9532026-05-12T01:21:02.401Z Downloaded papergrid v0.17.0
9542026-05-12T01:21:02.405Z Downloaded hashbrown v0.13.2
9552026-05-12T01:21:02.405Z Downloaded parse-display v0.10.0
9562026-05-12T01:21:02.408Z Downloaded rustls-pemfile v2.2.0
9572026-05-12T01:21:02.408Z Downloaded signal-hook-tokio v0.3.1
9582026-05-12T01:21:02.408Z Downloaded hyper-util v0.1.20
9592026-05-12T01:21:02.411Z Downloaded signal-hook-mio v0.2.5
9602026-05-12T01:21:02.414Z Downloaded slog-envlogger v2.2.0
9612026-05-12T01:21:02.414Z Downloaded rustversion v1.0.22
9622026-05-12T01:21:02.417Z Downloaded progenitor-impl v0.13.0
9632026-05-12T01:21:02.417Z Downloaded postcard v1.1.3
9642026-05-12T01:21:02.419Z Downloaded aes-gcm v0.10.3
9652026-05-12T01:21:02.422Z Downloaded num-complex v0.4.6
9662026-05-12T01:21:02.422Z Downloaded schemars_derive v0.8.22
9672026-05-12T01:21:02.422Z Downloaded hickory-server v0.25.2
9682026-05-12T01:21:02.425Z Downloaded rusty-fork v0.3.1
9692026-05-12T01:21:02.428Z Downloaded progenitor-impl v0.14.0
9702026-05-12T01:21:02.428Z Downloaded scrypt v0.11.0
9712026-05-12T01:21:02.428Z Downloaded aes v0.8.4
9722026-05-12T01:21:02.431Z Downloaded sigpipe v0.1.3
9732026-05-12T01:21:02.431Z Downloaded serde-hex v0.1.0
9742026-05-12T01:21:02.434Z Downloaded seq-macro v0.3.6
9752026-05-12T01:21:02.434Z Downloaded sec1 v0.7.3
9762026-05-12T01:21:02.434Z Downloaded scroll v0.13.0
9772026-05-12T01:21:02.438Z Downloaded bit-vec v0.8.0
9782026-05-12T01:21:02.438Z Downloaded downcast-rs v2.0.2
9792026-05-12T01:21:02.441Z Downloaded ssh-encoding v0.2.0
9802026-05-12T01:21:02.441Z Downloaded sct v0.7.1
9812026-05-12T01:21:02.444Z Downloaded serde_bytes v0.11.19
9822026-05-12T01:21:02.444Z Downloaded openssl-sys v0.9.114
9832026-05-12T01:21:02.447Z Downloaded cipher v0.4.4
9842026-05-12T01:21:02.450Z Downloaded ssh-cipher v0.2.0
9852026-05-12T01:21:02.450Z Downloaded bcs v0.1.6
9862026-05-12T01:21:02.450Z Downloaded prettyplease v0.2.37
9872026-05-12T01:21:02.453Z Downloaded pretty_assertions v1.4.1
9882026-05-12T01:21:02.455Z Downloaded corncobs v0.1.4
9892026-05-12T01:21:02.455Z Downloaded chacha20 v0.9.1
9902026-05-12T01:21:02.455Z Downloaded serde_spanned v1.0.4
9912026-05-12T01:21:02.458Z Downloaded sqlparser_derive v0.5.0
9922026-05-12T01:21:02.458Z Downloaded serde_derive_internals v0.29.1
9932026-05-12T01:21:02.458Z Downloaded strip-ansi-escapes v0.2.1
9942026-05-12T01:21:02.461Z Downloaded shlex v1.3.0
9952026-05-12T01:21:02.461Z Downloaded serde_path_to_error v0.1.20
9962026-05-12T01:21:02.461Z Downloaded structmeta v0.3.0
9972026-05-12T01:21:02.464Z Downloaded strum v0.27.2
9982026-05-12T01:21:02.464Z Downloaded russh-keys v0.45.0
9992026-05-12T01:21:02.475Z Downloaded siphasher v1.0.2
10002026-05-12T01:21:02.478Z Downloaded structmeta-derive v0.3.0
10012026-05-12T01:21:02.478Z Downloaded slab v0.4.12
10022026-05-12T01:21:02.478Z Downloaded rustls-pki-types v1.14.0
10032026-05-12T01:21:02.481Z Downloaded sync-ptr v0.1.4
10042026-05-12T01:21:02.481Z Downloaded rustls-pemfile v1.0.4
10052026-05-12T01:21:02.483Z Downloaded supports-color v3.0.2
10062026-05-12T01:21:02.483Z Downloaded subtle v2.6.1
10072026-05-12T01:21:02.486Z Downloaded signal-hook-registry v1.4.8
10082026-05-12T01:21:02.486Z Downloaded sync_wrapper v1.0.2
10092026-05-12T01:21:02.486Z Downloaded slog-json v2.6.1
10102026-05-12T01:21:02.490Z Downloaded mio v1.2.0
10112026-05-12T01:21:02.492Z Downloaded slog-async v2.8.0
10122026-05-12T01:21:02.493Z Downloaded rustls-native-certs v0.8.3
10132026-05-12T01:21:02.495Z Downloaded take_mut v0.2.2
10142026-05-12T01:21:02.495Z Downloaded slog-bunyan v2.5.0
10152026-05-12T01:21:02.495Z Downloaded progenitor-impl v0.11.2
10162026-05-12T01:21:02.498Z Downloaded tagptr v0.2.0
10172026-05-12T01:21:02.498Z Downloaded tabwriter v1.4.1
10182026-05-12T01:21:02.498Z Downloaded hashbrown v0.15.5
10192026-05-12T01:21:02.501Z Downloaded slog-dtrace v0.3.0
10202026-05-12T01:21:02.504Z Downloaded spki v0.7.3
10212026-05-12T01:21:02.504Z Downloaded snafu-derive v0.8.9
10222026-05-12T01:21:02.507Z Downloaded smf v0.2.3
10232026-05-12T01:21:02.507Z Downloaded slog-scope v4.4.1
10242026-05-12T01:21:02.507Z Downloaded tabled_derive v0.11.0
10252026-05-12T01:21:02.510Z Downloaded smallvec v0.6.14
10262026-05-12T01:21:02.510Z Downloaded tap v1.0.1
10272026-05-12T01:21:02.510Z Downloaded time-core v0.1.8
10282026-05-12T01:21:02.513Z Downloaded thread-id v5.1.0
10292026-05-12T01:21:02.513Z Downloaded thiserror-impl-no-std v2.0.2
10302026-05-12T01:21:02.513Z Downloaded sqlformat v0.3.5
10312026-05-12T01:21:02.516Z Downloaded slog-stdlog v4.1.1
10322026-05-12T01:21:02.516Z Downloaded stringprep v0.1.5
10332026-05-12T01:21:02.519Z Downloaded slog-term v2.9.2
10342026-05-12T01:21:02.523Z Downloaded testing_table v0.3.0
10352026-05-12T01:21:02.527Z Downloaded static_assertions v1.1.0
10362026-05-12T01:21:02.527Z Downloaded serde_cbor v0.11.2
10372026-05-12T01:21:02.530Z Downloaded rustls-platform-verifier v0.6.2
10382026-05-12T01:21:02.533Z Downloaded strum v0.26.3
10392026-05-12T01:21:02.533Z Downloaded string_cache v0.8.9
10402026-05-12T01:21:02.533Z Downloaded tinyvec_macros v0.1.1
10412026-05-12T01:21:02.533Z Downloaded simd-adler32 v0.3.8
10422026-05-12T01:21:02.536Z Downloaded rcgen v0.12.1
10432026-05-12T01:21:02.536Z Downloaded iddqd v0.3.18
10442026-05-12T01:21:02.540Z Downloaded strum_macros v0.24.3
10452026-05-12T01:21:02.542Z Downloaded serde_with_macros v3.17.0
10462026-05-12T01:21:02.542Z Downloaded strum_macros v0.26.4
10472026-05-12T01:21:02.546Z Downloaded stacker v0.1.23
10482026-05-12T01:21:02.546Z Downloaded rayon-core v1.13.0
10492026-05-12T01:21:02.553Z Downloaded strum_macros v0.27.2
10502026-05-12T01:21:02.556Z Downloaded support-bundle-viewer v0.1.2
10512026-05-12T01:21:02.559Z Downloaded aho-corasick v1.1.4
10522026-05-12T01:21:02.562Z Downloaded tokio-macros v2.7.0
10532026-05-12T01:21:02.566Z Downloaded termios v0.3.3
10542026-05-12T01:21:02.566Z Downloaded ryu v1.0.23
10552026-05-12T01:21:02.569Z Downloaded schemars v0.8.22
10562026-05-12T01:21:02.573Z Downloaded ron v0.8.1
10572026-05-12T01:21:02.576Z Downloaded termtree v0.5.1
10582026-05-12T01:21:02.579Z Downloaded spin v0.9.8
10592026-05-12T01:21:02.579Z Downloaded itertools v0.10.5
10602026-05-12T01:21:02.582Z Downloaded trait-variant v0.1.2
10612026-05-12T01:21:02.585Z Downloaded topological-sort v0.2.2
10622026-05-12T01:21:02.588Z Downloaded tower-service v0.3.3
10632026-05-12T01:21:02.588Z Downloaded tower-layer v0.3.3
10642026-05-12T01:21:02.591Z Downloaded futures-util v0.3.32
10652026-05-12T01:21:02.597Z Downloaded thiserror-no-std v2.0.2
10662026-05-12T01:21:02.600Z Downloaded similar v2.7.0
10672026-05-12T01:21:02.605Z Downloaded tls_codec_derive v0.4.2
10682026-05-12T01:21:02.605Z Downloaded typify-macro v0.4.3
10692026-05-12T01:21:02.609Z Downloaded time-macros v0.2.27
10702026-05-12T01:21:02.609Z Downloaded signal-hook v0.3.18
10712026-05-12T01:21:02.609Z Downloaded rand v0.8.6
10722026-05-12T01:21:02.612Z Downloaded tiny-keccak v2.0.2
10732026-05-12T01:21:02.612Z Downloaded quinn v0.11.9
10742026-05-12T01:21:02.615Z Downloaded publicsuffix v2.3.0
10752026-05-12T01:21:02.615Z Downloaded nom v7.1.3
10762026-05-12T01:21:02.618Z Downloaded slog v2.8.2
10772026-05-12T01:21:02.621Z Downloaded unarray v0.1.4
10782026-05-12T01:21:02.621Z Downloaded try-lock v0.2.5
10792026-05-12T01:21:02.624Z Downloaded schemars v0.9.0
10802026-05-12T01:21:02.629Z Downloaded usdt v0.6.0
10812026-05-12T01:21:02.633Z Downloaded untrusted v0.9.0
10822026-05-12T01:21:02.633Z Downloaded untrusted v0.7.1
10832026-05-12T01:21:02.633Z Downloaded tokio-rustls v0.25.0
10842026-05-12T01:21:02.633Z Downloaded tokio-tungstenite v0.23.1
10852026-05-12T01:21:02.636Z Downloaded term v1.2.1
10862026-05-12T01:21:02.636Z Downloaded tokio-tungstenite v0.21.0
10872026-05-12T01:21:02.639Z Downloaded hashbrown v0.16.1
10882026-05-12T01:21:02.642Z Downloaded unicode-truncate v1.1.0
10892026-05-12T01:21:02.642Z Downloaded term v0.7.0
10902026-05-12T01:21:02.645Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10912026-05-12T01:21:02.645Z Downloaded itertools v0.12.1
10922026-05-12T01:21:02.649Z Downloaded socket2 v0.5.10
10932026-05-12T01:21:02.652Z Downloaded tokio-native-tls v0.3.1
10942026-05-12T01:21:02.652Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10952026-05-12T01:21:02.655Z Downloaded tls_codec v0.4.2
10962026-05-12T01:21:02.655Z Downloaded unit-prefix v0.5.2
10972026-05-12T01:21:02.658Z Downloaded minimal-lexical v0.2.1
10982026-05-12T01:21:02.658Z Downloaded utf-8 v0.7.6
10992026-05-12T01:21:02.661Z Downloaded waitgroup v0.1.2
11002026-05-12T01:21:02.661Z Downloaded void v1.0.2
11012026-05-12T01:21:02.661Z Downloaded usdt-macro v0.6.0
11022026-05-12T01:21:02.661Z Downloaded qorb v0.4.1
11032026-05-12T01:21:02.665Z Downloaded itertools v0.13.0
11042026-05-12T01:21:02.670Z Downloaded tokio-dtrace v0.1.1
11052026-05-12T01:21:02.670Z Downloaded thread_local v1.1.9
11062026-05-12T01:21:02.672Z Downloaded serde_yaml v0.9.34+deprecated
11072026-05-12T01:21:02.672Z Downloaded num-bigint v0.4.6
11082026-05-12T01:21:02.677Z Downloaded rsa v0.9.10
11092026-05-12T01:21:02.680Z Downloaded tui-tree-widget v0.23.1
11102026-05-12T01:21:02.680Z Downloaded want v0.3.1
11112026-05-12T01:21:02.680Z Downloaded wait-timeout v0.2.1
11122026-05-12T01:21:02.680Z Downloaded universal-hash v0.5.1
11132026-05-12T01:21:02.680Z Downloaded typify-macro v0.6.2
11142026-05-12T01:21:02.680Z Downloaded itertools v0.14.0
11152026-05-12T01:21:02.683Z Downloaded tokio-rustls v0.24.1
11162026-05-12T01:21:02.686Z Downloaded libm v0.2.16
11172026-05-12T01:21:02.690Z Downloaded subprocess v0.2.15
11182026-05-12T01:21:02.693Z Downloaded rustls-webpki v0.103.9
11192026-05-12T01:21:02.696Z Downloaded hyper v1.8.1
11202026-05-12T01:21:02.699Z Downloaded tokio-rustls v0.26.4
11212026-05-12T01:21:02.702Z Downloaded tokio-stream v0.1.18
11222026-05-12T01:21:02.706Z Downloaded schemars v1.2.1
11232026-05-12T01:21:02.714Z Downloaded zone v0.3.1
11242026-05-12T01:21:02.717Z Downloaded zeroize_derive v1.4.3
11252026-05-12T01:21:02.717Z Downloaded xshell-macros v0.2.7
11262026-05-12T01:21:02.717Z Downloaded usdt-attr-macro v0.6.0
11272026-05-12T01:21:02.718Z Downloaded unicase v2.9.0
11282026-05-12T01:21:02.718Z Downloaded rand v0.10.0
11292026-05-12T01:21:02.721Z Downloaded socket2 v0.6.3
11302026-05-12T01:21:02.721Z Downloaded p521 v0.13.3
11312026-05-12T01:21:02.724Z Downloaded hkdf v0.12.4
11322026-05-12T01:21:02.724Z Downloaded toml_parser v1.0.9+spec-1.1.0
11332026-05-12T01:21:02.727Z Downloaded test-strategy v0.4.5
11342026-05-12T01:21:02.727Z Downloaded zone_cfg_derive v0.3.1
11352026-05-12T01:21:02.730Z Downloaded vergen-lib v9.1.0
11362026-05-12T01:21:02.730Z Downloaded vergen-lib v0.1.6
11372026-05-12T01:21:02.730Z Downloaded uzers v0.12.2
11382026-05-12T01:21:02.733Z Downloaded toml_writer v1.0.6+spec-1.1.0
11392026-05-12T01:21:02.733Z Downloaded rand v0.9.2
11402026-05-12T01:21:02.733Z Downloaded twox-hash v2.1.2
11412026-05-12T01:21:02.736Z Downloaded snafu v0.8.9
11422026-05-12T01:21:02.739Z Downloaded iri-string v0.7.10
11432026-05-12T01:21:02.742Z Downloaded tinyvec v1.10.0
11442026-05-12T01:21:02.745Z Downloaded vsss-rs v3.3.4
11452026-05-12T01:21:02.745Z Downloaded num-bigint-dig v0.8.6
11462026-05-12T01:21:02.748Z Downloaded aws-lc-rs v1.16.3
11472026-05-12T01:21:02.754Z Downloaded walkdir v2.5.0
11482026-05-12T01:21:02.757Z Downloaded libxml v0.3.3
11492026-05-12T01:21:02.761Z Downloaded h2 v0.4.13
11502026-05-12T01:21:02.764Z Downloaded whoami v1.6.1
11512026-05-12T01:21:02.764Z Downloaded samael v0.0.19
11522026-05-12T01:21:02.767Z Downloaded xattr v1.6.1
11532026-05-12T01:21:02.770Z Downloaded unicode-properties v0.1.4
11542026-05-12T01:21:02.770Z Downloaded xshell v0.2.7
11552026-05-12T01:21:02.780Z Downloaded whoami v2.1.0
11562026-05-12T01:21:02.786Z Downloaded wyz v0.5.1
11572026-05-12T01:21:02.786Z Downloaded toml v0.7.8
11582026-05-12T01:21:02.789Z Downloaded zstd v0.13.3
11592026-05-12T01:21:02.789Z Downloaded usdt-impl v0.6.0
11602026-05-12T01:21:02.791Z Downloaded vergen-gitcl v1.0.8
11612026-05-12T01:21:02.794Z Downloaded zeroize v1.8.2
11622026-05-12T01:21:02.797Z Downloaded tracing-attributes v0.1.31
11632026-05-12T01:21:02.800Z Downloaded tungstenite v0.23.0
11642026-05-12T01:21:02.800Z Downloaded vergen v9.1.0
11652026-05-12T01:21:02.805Z Downloaded tungstenite v0.21.0
11662026-05-12T01:21:02.805Z Downloaded vergen-git2 v9.1.0
11672026-05-12T01:21:02.808Z Downloaded zstd-safe v7.2.4
11682026-05-12T01:21:02.808Z Downloaded bindgen v0.71.1
11692026-05-12T01:21:02.811Z Downloaded typify v0.4.3
11702026-05-12T01:21:02.814Z Downloaded russh v0.45.0
11712026-05-12T01:21:02.817Z Downloaded blake3 v1.8.3
11722026-05-12T01:21:02.825Z Downloaded unsafe-libyaml v0.2.11
11732026-05-12T01:21:02.828Z Downloaded toml v1.0.6+spec-1.1.0
11742026-05-12T01:21:02.831Z Downloaded yasna v0.5.2
11752026-05-12T01:21:02.837Z Downloaded toml_edit v0.23.10+spec-1.0.0
11762026-05-12T01:21:02.840Z Downloaded vte v0.14.1
11772026-05-12T01:21:02.843Z Downloaded unicode-bidi v0.3.18
11782026-05-12T01:21:02.843Z Downloaded zerocopy v0.6.6
11792026-05-12T01:21:02.846Z Downloaded steno v0.4.1
11802026-05-12T01:21:02.849Z Downloaded tracing-core v0.1.36
11812026-05-12T01:21:02.849Z Downloaded tar v0.4.45
11822026-05-12T01:21:02.855Z Downloaded bitvec v1.0.1
11832026-05-12T01:21:02.863Z Downloaded typify v0.6.2
11842026-05-12T01:21:02.868Z Downloaded rustyline v14.0.0
11852026-05-12T01:21:02.871Z Downloaded tokio-postgres v0.7.16
11862026-05-12T01:21:02.871Z Downloaded git2 v0.20.4
11872026-05-12T01:21:02.876Z Downloaded ssh-key v0.6.7
11882026-05-12T01:21:02.885Z Downloaded uuid v1.23.0
11892026-05-12T01:21:02.888Z Downloaded zopfli v0.8.3
11902026-05-12T01:21:02.911Z Downloaded rpassword v7.4.0
11912026-05-12T01:21:02.917Z Downloaded yansi v1.0.1
11922026-05-12T01:21:02.920Z Downloaded unicode_categories v0.1.1
11932026-05-12T01:21:02.923Z Downloaded zip v0.6.6
11942026-05-12T01:21:02.926Z Downloaded regex v1.12.3
11952026-05-12T01:21:02.931Z Downloaded toml_edit v0.19.15
11962026-05-12T01:21:02.937Z Downloaded tower v0.5.3
11972026-05-12T01:21:02.943Z Downloaded reqwest v0.13.2
11982026-05-12T01:21:02.947Z Downloaded rayon v1.11.0
11992026-05-12T01:21:02.951Z Downloaded p384 v0.13.1
12002026-05-12T01:21:02.954Z Downloaded goblin v0.10.5
12012026-05-12T01:21:02.959Z Downloaded rustls-webpki v0.101.7
12022026-05-12T01:21:02.968Z Downloaded zerocopy-derive v0.8.40
12032026-05-12T01:21:02.972Z Downloaded typed-path v0.9.3
12042026-05-12T01:21:02.975Z Downloaded portable-atomic v1.13.1
12052026-05-12T01:21:02.980Z Downloaded unicode-segmentation v1.12.0
12062026-05-12T01:21:02.983Z Downloaded x509-cert v0.2.5
12072026-05-12T01:21:02.986Z Downloaded salty v0.3.0
12082026-05-12T01:21:02.989Z Downloaded quick-xml v0.37.5
12092026-05-12T01:21:02.994Z Downloaded lalrpop v0.19.12
12102026-05-12T01:21:03.001Z Downloaded moka v0.12.13
12112026-05-12T01:21:03.005Z Downloaded reqwest v0.12.28
12122026-05-12T01:21:03.008Z Downloaded reedline v0.40.0
12132026-05-12T01:21:03.017Z Downloaded petname v2.0.2
12142026-05-12T01:21:03.022Z Downloaded zip v4.6.1
12152026-05-12T01:21:03.025Z Downloaded serde_with v3.17.0
12162026-05-12T01:21:03.031Z Downloaded tough v0.22.0
12172026-05-12T01:21:03.035Z Downloaded rustls-webpki v0.102.8
12182026-05-12T01:21:03.045Z Downloaded tower-http v0.6.8
12192026-05-12T01:21:03.052Z Downloaded tokio-util v0.7.18
12202026-05-12T01:21:03.062Z Downloaded curve25519-dalek v4.1.3
12212026-05-12T01:21:03.062Z Downloaded unicode-normalization v0.1.25
12222026-05-12T01:21:03.065Z Downloaded radix_trie v0.2.1
12232026-05-12T01:21:03.069Z Downloaded proptest v1.10.0
12242026-05-12T01:21:03.075Z Downloaded object v0.30.4
12252026-05-12T01:21:03.079Z Downloaded quinn-proto v0.11.13
12262026-05-12T01:21:03.082Z Downloaded bstr v1.12.1
12272026-05-12T01:21:03.088Z Downloaded nix v0.27.1
12282026-05-12T01:21:03.095Z Downloaded winnow v0.6.26
12292026-05-12T01:21:03.098Z Downloaded winnow v0.5.40
12302026-05-12T01:21:03.126Z Downloaded openssl v0.10.78
12312026-05-12T01:21:03.133Z Downloaded time v0.3.47
12322026-05-12T01:21:03.144Z Downloaded polar-core v0.27.3
12332026-05-12T01:21:03.149Z Downloaded zlib-rs v0.6.2
12342026-05-12T01:21:03.152Z Downloaded dropshot v0.17.0
12352026-05-12T01:21:03.162Z Downloaded tabled v0.20.0
12362026-05-12T01:21:03.172Z Downloaded nix v0.31.2
12372026-05-12T01:21:03.185Z Downloaded rustls v0.21.12
12382026-05-12T01:21:03.191Z Downloaded diesel v2.3.7
12392026-05-12T01:21:03.206Z Downloaded smoltcp v0.11.0
12402026-05-12T01:21:03.211Z Downloaded regex-syntax v0.6.29
12412026-05-12T01:21:03.221Z Downloaded rustls v0.23.37
12422026-05-12T01:21:03.225Z Downloaded nix v0.28.0
12432026-05-12T01:21:03.229Z Downloaded regress v0.11.1
12442026-05-12T01:21:03.233Z Downloaded vcpkg v0.2.15
12452026-05-12T01:21:03.256Z Downloaded webpki-roots v1.0.6
12462026-05-12T01:21:03.259Z Downloaded openapiv3 v2.2.0
12472026-05-12T01:21:03.267Z Downloaded object v0.37.3
12482026-05-12T01:21:03.271Z Downloaded regress v0.10.5
12492026-05-12T01:21:03.277Z Downloaded sqlparser v0.61.0
12502026-05-12T01:21:03.282Z Downloaded zerocopy v0.8.40
12512026-05-12T01:21:03.288Z Downloaded sled v0.34.7
12522026-05-12T01:21:03.298Z Downloaded typify-impl v0.6.2
12532026-05-12T01:21:03.304Z Downloaded regex-syntax v0.8.10
12542026-05-12T01:21:03.311Z Downloaded smoltcp v0.9.1
12552026-05-12T01:21:03.314Z Downloaded rustix v0.38.44
12562026-05-12T01:21:03.326Z Downloaded encoding_rs v0.8.35
12572026-05-12T01:21:03.340Z Downloaded rustls v0.22.4
12582026-05-12T01:21:03.347Z Downloaded hickory-proto v0.25.2
12592026-05-12T01:21:03.355Z Downloaded regex-automata v0.4.14
12602026-05-12T01:21:03.364Z Downloaded hickory-proto v0.24.4
12612026-05-12T01:21:03.389Z Downloaded petgraph v0.8.3
12622026-05-12T01:21:03.402Z Downloaded csv v1.4.0
12632026-05-12T01:21:03.415Z Downloaded bzip2-sys v0.1.13+1.0.8
12642026-05-12T01:21:03.421Z Downloaded typify-impl v0.4.3
12652026-05-12T01:21:03.430Z Downloaded tokio v1.52.1
12662026-05-12T01:21:03.454Z Downloaded ratatui v0.29.0
12672026-05-12T01:21:03.465Z Downloaded tracing v0.1.44
12682026-05-12T01:21:03.485Z Downloaded zerocopy-derive v0.6.6
12692026-05-12T01:21:03.499Z Downloaded ring v0.17.14
12702026-05-12T01:21:03.522Z Downloaded petgraph v0.6.5
12712026-05-12T01:21:03.541Z Downloaded chrono-tz v0.10.4
12722026-05-12T01:21:03.551Z Downloaded jiff v0.2.21
12732026-05-12T01:21:03.589Z Downloaded libz-sys v1.1.24
12742026-05-12T01:21:03.603Z Downloaded sha3 v0.10.8
12752026-05-12T01:21:03.609Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12762026-05-12T01:21:03.716Z Downloaded libgit2-sys v0.18.3+1.9.2
12772026-05-12T01:21:04.181Z Downloaded aws-lc-sys v0.40.0
12782026-05-12T01:21:04.432Z Compiling libc v0.2.185
12792026-05-12T01:21:04.432Z Compiling serde v1.0.228
12802026-05-12T01:21:04.435Z Compiling log v0.4.29
12812026-05-12T01:21:04.435Z Compiling shlex v1.3.0
12822026-05-12T01:21:04.435Z Compiling find-msvc-tools v0.1.9
12832026-05-12T01:21:04.435Z Compiling smallvec v1.15.1
12842026-05-12T01:21:04.435Z Compiling typenum v1.19.0
12852026-05-12T01:21:04.435Z Compiling subtle v2.6.1
12862026-05-12T01:21:04.435Z Compiling generic-array v0.14.7
12872026-05-12T01:21:04.435Z Compiling scopeguard v1.2.0
12882026-05-12T01:21:04.435Z Compiling const-oid v0.9.6
12892026-05-12T01:21:04.628Z Compiling portable-atomic v1.13.1
12902026-05-12T01:21:04.652Z Compiling syn v2.0.117
12912026-05-12T01:21:04.667Z Compiling serde_json v1.0.149
12922026-05-12T01:21:04.670Z Compiling zerocopy v0.8.40
12932026-05-12T01:21:04.734Z Compiling lock_api v0.4.14
12942026-05-12T01:21:04.764Z Compiling critical-section v1.2.0
12952026-05-12T01:21:04.778Z Compiling pin-project-lite v0.2.17
12962026-05-12T01:21:04.782Z Compiling parking_lot_core v0.9.12
12972026-05-12T01:21:04.844Z Compiling pkg-config v0.3.32
12982026-05-12T01:21:04.860Z Compiling bitflags v2.11.0
12992026-05-12T01:21:04.880Z Compiling libm v0.2.16
13002026-05-12T01:21:04.896Z Compiling futures-core v0.3.32
13012026-05-12T01:21:04.896Z Compiling num-traits v0.2.19
13022026-05-12T01:21:04.901Z Compiling percent-encoding v2.3.2
13032026-05-12T01:21:04.999Z Compiling futures-sink v0.3.32
13042026-05-12T01:21:05.114Z Compiling futures-channel v0.3.32
13052026-05-12T01:21:05.117Z Compiling slab v0.4.12
13062026-05-12T01:21:05.143Z Compiling futures-task v0.3.32
13072026-05-12T01:21:05.159Z Compiling futures-io v0.3.32
13082026-05-12T01:21:05.191Z Compiling getrandom v0.4.1
13092026-05-12T01:21:05.195Z Compiling cpufeatures v0.2.17
13102026-05-12T01:21:05.278Z Compiling rand_core v0.10.0
13112026-05-12T01:21:05.321Z Compiling indexmap v2.14.0
13122026-05-12T01:21:05.336Z Compiling getrandom v0.3.4
13132026-05-12T01:21:05.352Z Compiling rustversion v1.0.22
13142026-05-12T01:21:05.355Z Compiling form_urlencoded v1.2.2
13152026-05-12T01:21:05.381Z Compiling fs_extra v1.3.0
13162026-05-12T01:21:05.397Z Compiling dunce v1.0.5
13172026-05-12T01:21:05.400Z Compiling ident_case v1.0.1
13182026-05-12T01:21:05.441Z Compiling base64ct v1.8.3
13192026-05-12T01:21:05.461Z Compiling regex-syntax v0.8.10
13202026-05-12T01:21:05.504Z Compiling getrandom v0.2.17
13212026-05-12T01:21:05.561Z Compiling jobserver v0.1.34
13222026-05-12T01:21:05.576Z Compiling errno v0.3.14
13232026-05-12T01:21:05.608Z Compiling mio v1.2.0
13242026-05-12T01:21:05.665Z Compiling rand_core v0.6.4
13252026-05-12T01:21:05.700Z Compiling once_cell v1.21.3
13262026-05-12T01:21:05.720Z Compiling signal-hook-registry v1.4.8
13272026-05-12T01:21:05.750Z Compiling socket2 v0.6.3
13282026-05-12T01:21:05.794Z Compiling cc v1.2.56
13292026-05-12T01:21:05.808Z Compiling parking_lot v0.12.5
13302026-05-12T01:21:05.934Z Compiling pem-rfc7468 v0.7.0
13312026-05-12T01:21:05.964Z Compiling iana-time-zone v0.1.65
13322026-05-12T01:21:05.967Z Compiling flagset v0.4.7
13332026-05-12T01:21:05.996Z Compiling rustix v1.1.3
13342026-05-12T01:21:06.029Z Compiling vcpkg v0.2.15
13352026-05-12T01:21:06.156Z Compiling aws-lc-rs v1.16.3
13362026-05-12T01:21:06.173Z Compiling uuid v1.23.0
13372026-05-12T01:21:06.222Z Compiling tracing-core v0.1.36
13382026-05-12T01:21:06.240Z Compiling rustc_version v0.4.1
13392026-05-12T01:21:06.253Z Compiling base64 v0.22.1
13402026-05-12T01:21:06.284Z Compiling openssl-probe v0.2.1
13412026-05-12T01:21:06.320Z Compiling httparse v1.10.1
13422026-05-12T01:21:06.440Z Compiling rand_core v0.9.5
13432026-05-12T01:21:06.473Z Compiling untrusted v0.9.0
13442026-05-12T01:21:06.490Z Compiling tinyvec_macros v0.1.1
13452026-05-12T01:21:06.504Z Compiling untrusted v0.7.1
13462026-05-12T01:21:06.575Z Compiling tinyvec v1.10.0
13472026-05-12T01:21:06.595Z Compiling aho-corasick v1.1.4
13482026-05-12T01:21:06.611Z Compiling schemars v0.8.22
13492026-05-12T01:21:06.614Z Compiling atomic-waker v1.1.2
13502026-05-12T01:21:06.640Z Compiling cmake v0.1.57
13512026-05-12T01:21:06.653Z Compiling rustls v0.23.37
13522026-05-12T01:21:06.776Z Compiling dyn-clone v1.0.20
13532026-05-12T01:21:06.800Z Compiling try-lock v0.2.5
13542026-05-12T01:21:06.803Z Compiling tower-layer v0.3.3
13552026-05-12T01:21:06.831Z Compiling tower-service v0.3.3
13562026-05-12T01:21:06.881Z Compiling openssl v0.10.78
13572026-05-12T01:21:06.900Z Compiling want v0.3.1
13582026-05-12T01:21:06.915Z Compiling httpdate v1.0.3
13592026-05-12T01:21:06.934Z Compiling foreign-types-shared v0.1.1
13602026-05-12T01:21:06.949Z Compiling pin-utils v0.1.0
13612026-05-12T01:21:06.952Z Compiling unicode-normalization v0.1.25
13622026-05-12T01:21:06.966Z Compiling spin v0.9.8
13632026-05-12T01:21:06.982Z Compiling crc32fast v1.5.0
13642026-05-12T01:21:07.014Z Compiling foreign-types v0.3.2
13652026-05-12T01:21:07.032Z Compiling native-tls v0.2.18
13662026-05-12T01:21:07.047Z Compiling powerfmt v0.2.0
13672026-05-12T01:21:07.083Z Compiling time-core v0.1.8
13682026-05-12T01:21:07.100Z Compiling num-conv v0.2.0
13692026-05-12T01:21:07.103Z Compiling wait-timeout v0.2.1
13702026-05-12T01:21:07.148Z Compiling sync_wrapper v1.0.2
13712026-05-12T01:21:07.165Z Compiling quick-error v1.2.3
13722026-05-12T01:21:07.181Z Compiling syn v1.0.109
13732026-05-12T01:21:07.219Z Compiling deranged v0.5.8
13742026-05-12T01:21:07.254Z Compiling time-macros v0.2.27
13752026-05-12T01:21:07.254Z Compiling crossbeam-utils v0.8.21
13762026-05-12T01:21:07.284Z Compiling usdt-impl v0.6.0
13772026-05-12T01:21:07.300Z Compiling bit-vec v0.8.0
13782026-05-12T01:21:07.300Z Compiling siphasher v1.0.2
13792026-05-12T01:21:07.303Z Compiling simd-adler32 v0.3.8
13802026-05-12T01:21:07.357Z Compiling num_threads v0.1.7
13812026-05-12T01:21:07.470Z Compiling regex-automata v0.4.14
13822026-05-12T01:21:07.486Z Compiling rand_xorshift v0.4.0
13832026-05-12T01:21:07.551Z Compiling bit-set v0.8.0
13842026-05-12T01:21:07.554Z Compiling aws-lc-sys v0.40.0
13852026-05-12T01:21:07.554Z Compiling ring v0.17.14
13862026-05-12T01:21:07.595Z Compiling openssl-sys v0.9.114
13872026-05-12T01:21:07.611Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13882026-05-12T01:21:07.614Z Compiling synstructure v0.13.2
13892026-05-12T01:21:07.614Z Compiling pest_generator v2.8.6
13902026-05-12T01:21:07.655Z Compiling serde_derive_internals v0.29.1
13912026-05-12T01:21:07.678Z Compiling darling_core v0.20.11
13922026-05-12T01:21:07.745Z Compiling tempfile v3.25.0
13932026-05-12T01:21:07.930Z Compiling darling_core v0.21.3
13942026-05-12T01:21:08.002Z Compiling rusty-fork v0.3.1
13952026-05-12T01:21:08.156Z Compiling bzip2-sys v0.1.13+1.0.8
13962026-05-12T01:21:08.278Z Compiling slog v2.8.2
13972026-05-12T01:21:08.293Z Compiling heapless v0.7.17
13982026-05-12T01:21:08.388Z Compiling thread-id v5.1.0
13992026-05-12T01:21:08.403Z Compiling cookie v0.18.1
14002026-05-12T01:21:08.427Z Compiling adler2 v2.0.1
14012026-05-12T01:21:08.443Z Compiling time v0.3.47
14022026-05-12T01:21:08.471Z Compiling anyhow v1.0.102
14032026-05-12T01:21:08.490Z Compiling iri-string v0.7.10
14042026-05-12T01:21:08.505Z Compiling unarray v0.1.4
14052026-05-12T01:21:08.572Z Compiling unicode-bidi v0.3.18
14062026-05-12T01:21:08.588Z Compiling unicode-properties v0.1.4
14072026-05-12T01:21:08.618Z Compiling zstd-safe v7.2.4
14082026-05-12T01:21:08.633Z Compiling paste v1.0.15
14092026-05-12T01:21:08.648Z Compiling allocator-api2 v0.2.21
14102026-05-12T01:21:08.815Z Compiling signal-hook v0.3.18
14112026-05-12T01:21:08.830Z Compiling ryu v1.0.23
14122026-05-12T01:21:08.919Z Compiling stringprep v0.1.5
14132026-05-12T01:21:09.039Z Compiling miniz_oxide v0.8.9
14142026-05-12T01:21:09.098Z Compiling num-integer v0.1.46
14152026-05-12T01:21:09.159Z Compiling vergen-lib v9.1.0
14162026-05-12T01:21:09.366Z Compiling curve25519-dalek v4.1.3
14172026-05-12T01:21:09.398Z Compiling ff v0.13.1
14182026-05-12T01:21:09.423Z Compiling serde_derive v1.0.228
14192026-05-12T01:21:09.472Z Compiling zeroize_derive v1.4.3
14202026-05-12T01:21:09.556Z Compiling zerofrom-derive v0.1.6
14212026-05-12T01:21:09.628Z Compiling yoke-derive v0.8.1
14222026-05-12T01:21:09.694Z Compiling zerovec-derive v0.11.2
14232026-05-12T01:21:09.737Z Compiling zerocopy-derive v0.8.40
14242026-05-12T01:21:09.835Z Compiling displaydoc v0.2.5
14252026-05-12T01:21:10.104Z Compiling tokio-macros v2.7.0
14262026-05-12T01:21:10.119Z Compiling futures-macro v0.3.32
14272026-05-12T01:21:10.122Z Compiling der_derive v0.7.3
14282026-05-12T01:21:10.168Z Compiling zeroize v1.8.2
14292026-05-12T01:21:10.549Z Compiling rustls-pki-types v1.14.0
14302026-05-12T01:21:10.612Z Compiling thiserror-impl v2.0.18
14312026-05-12T01:21:10.860Z Compiling tracing-attributes v0.1.31
14322026-05-12T01:21:10.889Z Compiling pest_derive v2.8.6
14332026-05-12T01:21:10.904Z Compiling crypto-common v0.1.7
14342026-05-12T01:21:10.962Z Compiling block-buffer v0.10.4
14352026-05-12T01:21:10.978Z Compiling futures-util v0.3.32
14362026-05-12T01:21:11.023Z Compiling zerofrom v0.1.6
14372026-05-12T01:21:11.087Z Compiling block-padding v0.3.3
14382026-05-12T01:21:11.140Z Compiling digest v0.10.7
14392026-05-12T01:21:11.198Z Compiling yoke v0.8.1
14402026-05-12T01:21:11.212Z Compiling der v0.7.10
14412026-05-12T01:21:11.229Z Compiling inout v0.1.4
14422026-05-12T01:21:11.272Z Compiling schemars_derive v0.8.22
14432026-05-12T01:21:11.404Z Compiling zerovec v0.11.5
14442026-05-12T01:21:11.420Z Compiling zerotrie v0.2.3
14452026-05-12T01:21:11.436Z Compiling hmac v0.12.1
14462026-05-12T01:21:11.436Z Compiling cipher v0.4.4
14472026-05-12T01:21:11.612Z Compiling sha2 v0.10.9
14482026-05-12T01:21:11.772Z Compiling salsa20 v0.10.2
14492026-05-12T01:21:11.787Z Compiling pbkdf2 v0.12.2
14502026-05-12T01:21:11.843Z Compiling cbc v0.1.2
14512026-05-12T01:21:11.920Z Compiling tinystr v0.8.2
14522026-05-12T01:21:11.935Z Compiling potential_utf v0.1.4
14532026-05-12T01:21:11.972Z Compiling scrypt v0.11.0
14542026-05-12T01:21:12.007Z Compiling aes v0.8.4
14552026-05-12T01:21:12.097Z Compiling icu_locale_core v2.1.1
14562026-05-12T01:21:12.120Z Compiling icu_collections v2.1.1
14572026-05-12T01:21:12.146Z Compiling spki v0.7.3
14582026-05-12T01:21:12.214Z Compiling thiserror v2.0.18
14592026-05-12T01:21:12.292Z Compiling tracing v0.1.44
14602026-05-12T01:21:12.356Z Compiling scroll_derive v0.13.1
14612026-05-12T01:21:12.381Z Compiling darling_macro v0.20.11
14622026-05-12T01:21:12.506Z Compiling pkcs5 v0.7.1
14632026-05-12T01:21:12.585Z Compiling openssl-macros v0.1.1
14642026-05-12T01:21:12.618Z Compiling rustls-native-certs v0.8.3
14652026-05-12T01:21:12.635Z Compiling dtrace-parser v0.3.0
14662026-05-12T01:21:12.898Z Compiling icu_provider v2.1.1
14672026-05-12T01:21:12.931Z Compiling pkcs8 v0.10.2
14682026-05-12T01:21:13.020Z Compiling bytes v1.11.1
14692026-05-12T01:21:13.037Z Compiling chrono v0.4.44
14702026-05-12T01:21:13.040Z Compiling ipnet v2.11.0
14712026-05-12T01:21:13.084Z Compiling darling v0.20.11
14722026-05-12T01:21:13.118Z Compiling signature v2.2.0
14732026-05-12T01:21:13.121Z Compiling webpki-roots v1.0.6
14742026-05-12T01:21:13.182Z Compiling icu_properties v2.1.2
14752026-05-12T01:21:13.226Z Compiling icu_normalizer v2.1.1
14762026-05-12T01:21:13.241Z Compiling scroll v0.13.0
14772026-05-12T01:21:13.261Z Compiling derive_builder_core v0.20.2
14782026-05-12T01:21:13.275Z Compiling scroll_derive v0.12.1
14792026-05-12T01:21:13.338Z Compiling thiserror-impl v1.0.69
14802026-05-12T01:21:13.416Z Compiling serde_tokenstream v0.2.3
14812026-05-12T01:21:13.432Z Compiling erased-serde v0.3.31
14822026-05-12T01:21:13.534Z Compiling tokio v1.52.1
14832026-05-12T01:21:13.594Z Compiling http v1.4.0
14842026-05-12T01:21:13.678Z Compiling goblin v0.10.5
14852026-05-12T01:21:13.760Z Compiling serde_urlencoded v0.7.1
14862026-05-12T01:21:13.806Z Compiling toml_datetime v0.6.11
14872026-05-12T01:21:13.940Z Compiling serde_spanned v0.6.9
14882026-05-12T01:21:13.977Z Compiling scroll v0.12.0
14892026-05-12T01:21:14.028Z Compiling md-5 v0.10.6
14902026-05-12T01:21:14.092Z Compiling idna_adapter v1.2.1
14912026-05-12T01:21:14.108Z Compiling darling_macro v0.21.3
14922026-05-12T01:21:14.111Z Compiling bstr v1.12.1
14932026-05-12T01:21:14.172Z Compiling ppv-lite86 v0.2.21
14942026-05-12T01:21:14.211Z Compiling idna v1.1.0
14952026-05-12T01:21:14.253Z Compiling http-body v1.0.1
14962026-05-12T01:21:14.268Z Compiling derive_builder_macro v0.20.2
14972026-05-12T01:21:14.322Z Compiling zerocopy-derive v0.7.35
14982026-05-12T01:21:14.399Z Compiling http-body-util v0.1.3
14992026-05-12T01:21:14.427Z Compiling pin-project-internal v1.1.11
15002026-05-12T01:21:14.464Z Compiling rand_chacha v0.9.0
15012026-05-12T01:21:14.520Z Compiling url v2.5.8
15022026-05-12T01:21:14.535Z Compiling rand_chacha v0.3.1
15032026-05-12T01:21:14.634Z Compiling async-trait v0.1.89
15042026-05-12T01:21:14.671Z Compiling rand v0.9.2
15052026-05-12T01:21:14.685Z Compiling thiserror v1.0.69
15062026-05-12T01:21:14.766Z Compiling hash32 v0.2.1
15072026-05-12T01:21:14.792Z Compiling memoffset v0.9.1
15082026-05-12T01:21:14.808Z Compiling encoding_rs v0.8.35
15092026-05-12T01:21:14.900Z Compiling smoltcp v0.9.1
15102026-05-12T01:21:14.977Z Compiling mime v0.3.17
15112026-05-12T01:21:15.179Z Compiling fallible-iterator v0.2.0
15122026-05-12T01:21:15.225Z Compiling proptest v1.10.0
15132026-05-12T01:21:15.260Z Compiling cfg_aliases v0.2.1
15142026-05-12T01:21:15.263Z Compiling psl-types v2.0.11
15152026-05-12T01:21:15.365Z Compiling ref-cast v1.0.25
15162026-05-12T01:21:15.368Z Compiling num-bigint-dig v0.8.6
15172026-05-12T01:21:15.418Z Compiling zlib-rs v0.6.2
15182026-05-12T01:21:15.487Z Compiling base16ct v0.2.0
15192026-05-12T01:21:15.513Z Compiling litrs v1.0.0
15202026-05-12T01:21:15.583Z Compiling rustix v0.38.44
15212026-05-12T01:21:15.619Z Compiling sec1 v0.7.3
15222026-05-12T01:21:15.690Z Compiling pin-project v1.1.11
15232026-05-12T01:21:15.705Z Compiling postgres-protocol v0.6.10
15242026-05-12T01:21:15.733Z Compiling publicsuffix v2.3.0
15252026-05-12T01:21:15.773Z Compiling nix v0.31.2
15262026-05-12T01:21:15.805Z Compiling ipnetwork v0.21.1
15272026-05-12T01:21:15.965Z Compiling zerocopy v0.7.35
15282026-05-12T01:21:16.059Z Compiling document-features v0.2.12
15292026-05-12T01:21:16.106Z Compiling oxnet v0.1.4
15302026-05-12T01:21:16.120Z Compiling derive_builder v0.20.2
15312026-05-12T01:21:16.185Z Compiling rand v0.8.6
15322026-05-12T01:21:16.216Z Compiling darling v0.21.3
15332026-05-12T01:21:16.276Z Compiling goblin v0.8.2
15342026-05-12T01:21:16.316Z Compiling futures-executor v0.3.32
15352026-05-12T01:21:16.331Z Compiling hubpack_derive v0.1.1
15362026-05-12T01:21:16.390Z Compiling hex v0.4.3
15372026-05-12T01:21:16.411Z Compiling hkdf v0.12.4
15382026-05-12T01:21:16.538Z Compiling dof v0.4.0
15392026-05-12T01:21:16.585Z Compiling crypto-bigint v0.5.5
15402026-05-12T01:21:16.615Z Compiling regex v1.12.3
15412026-05-12T01:21:16.704Z Compiling group v0.13.0
15422026-05-12T01:21:16.707Z Compiling ref-cast-impl v1.0.25
15432026-05-12T01:21:16.722Z Compiling daft-derive v0.1.5
15442026-05-12T01:21:16.735Z Compiling strum_macros v0.27.2
15452026-05-12T01:21:16.819Z Compiling snafu-derive v0.8.9
15462026-05-12T01:21:16.900Z Compiling curve25519-dalek-derive v0.1.1
15472026-05-12T01:21:17.087Z Compiling num-iter v0.1.45
15482026-05-12T01:21:17.288Z Compiling tokio-util v0.7.18
15492026-05-12T01:21:17.482Z Compiling tower v0.5.3
15502026-05-12T01:21:17.497Z Compiling tokio-native-tls v0.3.1
15512026-05-12T01:21:17.580Z Compiling terminal_size v0.4.3
15522026-05-12T01:21:17.690Z Compiling newtype-uuid v1.3.2
15532026-05-12T01:21:17.738Z Compiling phf_shared v0.13.1
15542026-05-12T01:21:17.757Z Compiling lazy_static v1.5.0
15552026-05-12T01:21:17.788Z Compiling vergen v9.1.0
15562026-05-12T01:21:17.867Z Compiling cargo-platform v0.3.2
15572026-05-12T01:21:18.017Z Compiling h2 v0.4.13
15582026-05-12T01:21:18.033Z Compiling tower-http v0.6.8
15592026-05-12T01:21:18.049Z Compiling fs-err v3.3.0
15602026-05-12T01:21:18.058Z Compiling ahash v0.8.12
15612026-05-12T01:21:18.081Z Compiling winnow v0.5.40
15622026-05-12T01:21:18.182Z Compiling bitflags v1.3.2
15632026-05-12T01:21:18.196Z Compiling unicode-segmentation v1.12.0
15642026-05-12T01:21:18.266Z Compiling libbz2-rs-sys v0.2.2
15652026-05-12T01:21:18.282Z Compiling foldhash v0.2.0
15662026-05-12T01:21:18.296Z Compiling foldhash v0.1.5
15672026-05-12T01:21:18.380Z Compiling flate2 v1.1.9
15682026-05-12T01:21:18.470Z Compiling object v0.37.3
15692026-05-12T01:21:18.485Z Compiling bumpalo v3.20.2
15702026-05-12T01:21:18.521Z Compiling same-file v1.0.6
15712026-05-12T01:21:18.615Z Compiling managed v0.8.0
15722026-05-12T01:21:18.707Z Compiling zopfli v0.8.3
15732026-05-12T01:21:18.723Z Compiling bzip2 v0.6.1
15742026-05-12T01:21:18.770Z Compiling walkdir v2.5.0
15752026-05-12T01:21:18.800Z Compiling strum v0.27.2
15762026-05-12T01:21:18.817Z Compiling snafu v0.8.9
15772026-05-12T01:21:18.820Z Compiling dof v0.3.0
15782026-05-12T01:21:18.848Z Compiling hashbrown v0.16.1
15792026-05-12T01:21:18.863Z Compiling hashbrown v0.15.5
15802026-05-12T01:21:18.982Z Compiling clap_builder v4.5.60
15812026-05-12T01:21:19.011Z Compiling usdt-macro v0.6.0
15822026-05-12T01:21:19.086Z Compiling usdt-attr-macro v0.6.0
15832026-05-12T01:21:19.105Z Compiling cargo_metadata v0.23.1
15842026-05-12T01:21:19.216Z Compiling phf v0.13.1
15852026-05-12T01:21:19.280Z Compiling daft v0.1.5
15862026-05-12T01:21:19.392Z Compiling toml_edit v0.19.15
15872026-05-12T01:21:19.460Z Compiling elliptic-curve v0.13.8
15882026-05-12T01:21:19.558Z Compiling signal-hook-mio v0.2.5
15892026-05-12T01:21:19.638Z Compiling cookie_store v0.22.1
15902026-05-12T01:21:19.699Z Compiling hubpack v0.1.2
15912026-05-12T01:21:19.728Z Compiling bzip2 v0.4.4
15922026-05-12T01:21:19.812Z Compiling futures v0.3.32
15932026-05-12T01:21:19.857Z Compiling serde_with_macros v3.17.0
15942026-05-12T01:21:19.919Z Compiling zstd v0.13.3
15952026-05-12T01:21:19.938Z Compiling postgres-types v0.2.12
15962026-05-12T01:21:19.968Z Compiling dtrace-parser v0.2.0
15972026-05-12T01:21:19.986Z Compiling globset v0.4.18
15982026-05-12T01:21:20.004Z Compiling ed25519 v2.2.3
15992026-05-12T01:21:20.207Z Compiling pkcs1 v0.7.5
16002026-05-12T01:21:20.313Z Compiling serde-big-array v0.5.1
16012026-05-12T01:21:20.478Z Compiling serde_plain v1.0.2
16022026-05-12T01:21:20.493Z Compiling olpc-cjson v0.1.4
16032026-05-12T01:21:20.522Z Compiling rfc6979 v0.4.0
16042026-05-12T01:21:20.623Z Compiling strum_macros v0.26.4
16052026-05-12T01:21:20.668Z Compiling async-recursion v1.1.1
16062026-05-12T01:21:20.681Z Compiling serde_repr v0.1.20
16072026-05-12T01:21:20.697Z Compiling enum-as-inner v0.6.1
16082026-05-12T01:21:20.700Z Compiling clap_derive v4.5.55
16092026-05-12T01:21:20.740Z Compiling phf_shared v0.11.3
16102026-05-12T01:21:20.928Z Compiling float-cmp v0.10.0
16112026-05-12T01:21:20.946Z Compiling pem v3.0.6
16122026-05-12T01:21:21.019Z Compiling hyper v1.8.1
16132026-05-12T01:21:21.087Z Compiling memmap2 v0.9.10
16142026-05-12T01:21:21.158Z Compiling thread-id v4.2.2
16152026-05-12T01:21:21.241Z Compiling env_filter v1.0.0
16162026-05-12T01:21:21.261Z Compiling static_assertions v1.1.0
16172026-05-12T01:21:21.284Z Compiling typed-path v0.9.3
16182026-05-12T01:21:21.330Z Compiling predicates-core v1.0.10
16192026-05-12T01:21:21.348Z Compiling fixedbitset v0.4.2
16202026-05-12T01:21:21.362Z Compiling keccak v0.1.6
16212026-05-12T01:21:21.412Z Compiling data-encoding v2.10.0
16222026-05-12T01:21:21.530Z Compiling jiff v0.2.21
16232026-05-12T01:21:21.578Z Compiling rustc-hash v2.1.1
16242026-05-12T01:21:21.593Z Compiling whoami v2.1.0
16252026-05-12T01:21:21.724Z Compiling new_debug_unreachable v1.0.6
16262026-05-12T01:21:21.812Z Compiling either v1.15.0
16272026-05-12T01:21:21.993Z Compiling fixedbitset v0.5.7
16282026-05-12T01:21:22.016Z Compiling normalize-line-endings v0.3.0
16292026-05-12T01:21:22.019Z Compiling difflib v0.4.0
16302026-05-12T01:21:22.048Z Compiling precomputed-hash v0.1.1
16312026-05-12T01:21:22.104Z Compiling itertools v0.13.0
16322026-05-12T01:21:22.140Z Compiling string_cache v0.8.9
16332026-05-12T01:21:22.156Z Compiling tokio-postgres v0.7.16
16342026-05-12T01:21:22.158Z Compiling hickory-proto v0.25.2
16352026-05-12T01:21:22.196Z Compiling hyper-util v0.1.20
16362026-05-12T01:21:22.339Z Compiling predicates v3.1.4
16372026-05-12T01:21:22.404Z Compiling petgraph v0.8.3
16382026-05-12T01:21:22.462Z Compiling strum v0.26.3
16392026-05-12T01:21:22.503Z Compiling iddqd v0.3.18
16402026-05-12T01:21:22.556Z Compiling sha3 v0.10.8
16412026-05-12T01:21:22.572Z Compiling clap v4.5.60
16422026-05-12T01:21:22.611Z Compiling petgraph v0.6.5
16432026-05-12T01:21:22.638Z Compiling env_logger v0.11.9
16442026-05-12T01:21:22.665Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16452026-05-12T01:21:22.716Z Compiling toml_edit v0.22.27
16462026-05-12T01:21:23.031Z Compiling usdt v0.6.0
16472026-05-12T01:21:23.047Z Compiling usdt-impl v0.5.0
16482026-05-12T01:21:23.052Z Compiling serde_with v3.17.0
16492026-05-12T01:21:23.323Z Compiling crossterm v0.28.1
16502026-05-12T01:21:23.384Z Compiling toml v0.7.8
16512026-05-12T01:21:23.670Z Compiling hyper-tls v0.6.0
16522026-05-12T01:21:23.700Z Compiling ecdsa v0.16.9
16532026-05-12T01:21:23.920Z Compiling rsa v0.9.10
16542026-05-12T01:21:24.012Z Compiling ed25519-dalek v2.2.0
16552026-05-12T01:21:24.123Z Compiling zip v0.6.6
16562026-05-12T01:21:24.394Z Compiling zip v4.6.1
16572026-05-12T01:21:24.709Z Compiling toml_parser v1.0.9+spec-1.1.0
16582026-05-12T01:21:24.730Z Compiling heck v0.4.1
16592026-05-12T01:21:24.763Z Compiling similar v2.7.0
16602026-05-12T01:21:24.780Z Compiling tokio-stream v0.1.18
16612026-05-12T01:21:24.845Z Compiling buf-list v1.1.2
16622026-05-12T01:21:24.981Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16632026-05-12T01:21:25.076Z Compiling openapiv3 v2.2.0
16642026-05-12T01:21:25.146Z Compiling x509-cert v0.2.5
16652026-05-12T01:21:25.274Z Compiling sha1 v0.10.6
16662026-05-12T01:21:25.313Z Compiling crossbeam-epoch v0.9.18
16672026-05-12T01:21:25.366Z Compiling peg-runtime v0.8.5
16682026-05-12T01:21:25.383Z Compiling lalrpop-util v0.19.12
16692026-05-12T01:21:25.467Z Compiling thread_local v1.1.9
16702026-05-12T01:21:25.524Z Compiling slog-async v2.8.0
16712026-05-12T01:21:25.539Z Compiling crossbeam-channel v0.5.15
16722026-05-12T01:21:25.539Z Compiling is-terminal v0.4.17
16732026-05-12T01:21:25.602Z Compiling filetime v0.2.27
16742026-05-12T01:21:25.654Z Compiling xattr v1.6.1
16752026-05-12T01:21:25.669Z Compiling term v1.2.1
16762026-05-12T01:21:25.683Z Compiling take_mut v0.2.2
16772026-05-12T01:21:25.803Z Compiling tar v0.4.45
16782026-05-12T01:21:26.033Z Compiling slog-term v2.9.2
16792026-05-12T01:21:43.669Z Compiling rustls-webpki v0.103.9
16802026-05-12T01:21:46.471Z Compiling tokio-rustls v0.26.4
16812026-05-12T01:21:46.472Z Compiling rustls-platform-verifier v0.6.2
16822026-05-12T01:21:46.678Z Compiling hyper-rustls v0.27.7
16832026-05-12T01:21:46.875Z Compiling reqwest v0.12.28
16842026-05-12T01:21:46.875Z Compiling reqwest v0.13.2
16852026-05-12T01:21:48.067Z Compiling tough v0.22.0
16862026-05-12T01:21:50.574Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16872026-05-12T01:21:50.813Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16882026-05-12T01:21:53.657Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.48s
16892026-05-12T01:21:53.804Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16902026-05-12T01:21:53.861ZMay 12 01:21:52.776 INFO Starting download, target: Clickhouse
16912026-05-12T01:21:53.861ZMay 12 01:21:52.777 INFO Starting download, target: Cockroach
16922026-05-12T01:21:53.861ZMay 12 01:21:52.777 INFO Starting download, target: DendriteStub
16932026-05-12T01:21:53.864ZMay 12 01:21:52.777 INFO Starting download, target: Console
16942026-05-12T01:21:53.864ZMay 12 01:21:52.777 INFO Starting download, target: MaghemiteMgd
16952026-05-12T01:21:53.864ZMay 12 01:21:52.778 INFO Starting download, target: TransceiverControl
16962026-05-12T01:21:53.864ZMay 12 01:21:52.778 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16972026-05-12T01:21:53.864ZMay 12 01:21:52.778 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16982026-05-12T01:21:53.864ZMay 12 01:21:52.778 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16992026-05-12T01:21:53.864ZMay 12 01:21:52.778 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17002026-05-12T01:21:53.864ZMay 12 01:21:52.778 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17012026-05-12T01:21:53.864ZMay 12 01:21:52.778 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17022026-05-12T01:21:54.248ZMay 12 01:21:53.160 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17032026-05-12T01:21:54.462ZMay 12 01:21:53.375 INFO Download complete, target: TransceiverControl
17042026-05-12T01:21:54.847ZMay 12 01:21:53.760 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17052026-05-12T01:21:55.090ZMay 12 01:21:54.005 INFO Download complete, target: Console
17062026-05-12T01:21:55.637ZMay 12 01:21:54.553 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17072026-05-12T01:21:55.957ZMay 12 01:21:54.872 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17082026-05-12T01:21:56.355ZMay 12 01:21:55.271 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17092026-05-12T01:21:56.355ZMay 12 01:21:55.271 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17102026-05-12T01:21:56.469ZMay 12 01:21:55.385 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17112026-05-12T01:21:58.057ZMay 12 01:21:56.973 INFO Download complete, target: DendriteStub
17122026-05-12T01:21:58.445ZMay 12 01:21:57.361 INFO Download complete, target: MaghemiteMgd
17132026-05-12T01:22:01.145ZMay 12 01:22:00.061 INFO Checking that binary works, target: Cockroach
17142026-05-12T01:22:01.265ZMay 12 01:22:00.182 INFO Download complete, target: Cockroach
17152026-05-12T01:22:03.367ZMay 12 01:22:02.280 INFO Checking that binary works, target: Clickhouse
17162026-05-12T01:22:03.450ZMay 12 01:22:02.364 INFO Download complete, target: Clickhouse
17172026-05-12T01:22:03.460ZAll prerequisites installed successfully
17182026-05-12T01:22:03.460Z
17192026-05-12T01:22:03.460Zreal 1:59.168565066
17202026-05-12T01:22:03.460Zuser 6:54.680575409
17212026-05-12T01:22:03.460Zsys 1:45.849632422
17222026-05-12T01:22:03.460Ztrap 0.268383563
17232026-05-12T01:22:03.460Ztflt 1.213768093
17242026-05-12T01:22:03.461Zdflt 1.514499327
17252026-05-12T01:22:03.461Zkflt 0.026185435
17262026-05-12T01:22:03.461Zlock 23:22.865796545
17272026-05-12T01:22:03.461Zslp 18:53.219441722
17282026-05-12T01:22:03.461Zlat 25.614210889
17292026-05-12T01:22:03.461Zstop 3:02.232538739
17302026-05-12T01:22:03.467Z+ ptime -m cargo xtask download softnpu
17312026-05-12T01:22:03.981Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17322026-05-12T01:22:04.011Z Running `target/debug/xtask download softnpu`
17332026-05-12T01:22:04.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17342026-05-12T01:22:04.835Z Running `target/debug/xtask-downloader softnpu`
17352026-05-12T01:22:04.878ZMay 12 01:22:03.788 INFO Starting download, target: Softnpu
17362026-05-12T01:22:04.886ZMay 12 01:22:03.788 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17372026-05-12T01:22:05.565ZMay 12 01:22:04.482 INFO Download complete, target: Softnpu
17382026-05-12T01:22:05.569Z
17392026-05-12T01:22:05.573Zreal 2.107472231
17402026-05-12T01:22:05.573Zuser 1.316352378
17412026-05-12T01:22:05.573Zsys 0.666343198
17422026-05-12T01:22:05.573Ztrap 0.001318440
17432026-05-12T01:22:05.573Ztflt 0.000035840
17442026-05-12T01:22:05.573Zdflt 0.000549070
17452026-05-12T01:22:05.573Zkflt 0.000000000
17462026-05-12T01:22:05.573Zlock 12.484347569
17472026-05-12T01:22:05.573Zslp 0.559111471
17482026-05-12T01:22:05.573Zlat 0.103191044
17492026-05-12T01:22:05.573Zstop 0.000180480
17502026-05-12T01:22:05.573Z+ export CARGO_INCREMENTAL=0
17512026-05-12T01:22:05.573Z+ CARGO_INCREMENTAL=0
17522026-05-12T01:22:05.573Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17532026-05-12T01:22:06.470Z Compiling proc-macro2 v1.0.106
17542026-05-12T01:22:06.470Z Compiling quote v1.0.45
17552026-05-12T01:22:06.470Z Compiling unicode-ident v1.0.24
17562026-05-12T01:22:06.470Z Compiling libc v0.2.185
17572026-05-12T01:22:06.473Z Compiling serde_core v1.0.228
17582026-05-12T01:22:06.473Z Compiling serde v1.0.228
17592026-05-12T01:22:06.473Z Compiling cfg-if v1.0.4
17602026-05-12T01:22:06.473Z Compiling version_check v0.9.5
17612026-05-12T01:22:06.473Z Compiling shlex v1.3.0
17622026-05-12T01:22:06.473Z Compiling find-msvc-tools v0.1.9
17632026-05-12T01:22:06.473Z Compiling typenum v1.19.0
17642026-05-12T01:22:06.473Z Compiling autocfg v1.5.0
17652026-05-12T01:22:06.615Z Compiling zmij v1.0.21
17662026-05-12T01:22:06.618Z Compiling memchr v2.8.0
17672026-05-12T01:22:06.618Z Compiling serde_json v1.0.149
17682026-05-12T01:22:06.803Z Compiling portable-atomic v1.13.1
17692026-05-12T01:22:06.913Z Compiling libm v0.2.16
17702026-05-12T01:22:06.947Z Compiling zerocopy v0.8.40
17712026-05-12T01:22:06.982Z Compiling smallvec v1.15.1
17722026-05-12T01:22:07.029Z Compiling parking_lot_core v0.9.12
17732026-05-12T01:22:07.049Z Compiling icu_normalizer_data v2.1.1
17742026-05-12T01:22:07.064Z Compiling icu_properties_data v2.1.2
17752026-05-12T01:22:07.067Z Compiling itoa v1.0.17
17762026-05-12T01:22:07.093Z Compiling num-traits v0.2.19
17772026-05-12T01:22:07.291Z Compiling generic-array v0.14.7
17782026-05-12T01:22:07.323Z Compiling getrandom v0.4.1
17792026-05-12T01:22:07.326Z Compiling log v0.4.29
17802026-05-12T01:22:07.372Z Compiling stable_deref_trait v1.2.1
17812026-05-12T01:22:07.376Z Compiling pkg-config v0.3.32
17822026-05-12T01:22:07.402Z Compiling subtle v2.6.1
17832026-05-12T01:22:07.592Z Compiling scopeguard v1.2.0
17842026-05-12T01:22:07.646Z Compiling writeable v0.6.2
17852026-05-12T01:22:07.720Z Compiling lock_api v0.4.14
17862026-05-12T01:22:07.735Z Compiling jobserver v0.1.34
17872026-05-12T01:22:07.790Z Compiling getrandom v0.2.17
17882026-05-12T01:22:07.874Z Compiling errno v0.3.14
17892026-05-12T01:22:07.911Z Compiling percent-encoding v2.3.2
17902026-05-12T01:22:07.953Z Compiling rand_core v0.6.4
17912026-05-12T01:22:07.991Z Compiling cc v1.2.56
17922026-05-12T01:22:08.034Z Compiling syn v2.0.117
17932026-05-12T01:22:08.054Z Compiling litemap v0.8.1
17942026-05-12T01:22:08.084Z Compiling fnv v1.0.7
17952026-05-12T01:22:08.118Z Compiling thiserror v2.0.18
17962026-05-12T01:22:08.134Z Compiling pin-project-lite v0.2.17
17972026-05-12T01:22:08.249Z Compiling getrandom v0.3.4
17982026-05-12T01:22:08.318Z Compiling critical-section v1.2.0
17992026-05-12T01:22:08.321Z Compiling equivalent v1.0.2
18002026-05-12T01:22:08.332Z Compiling rand_core v0.10.0
18012026-05-12T01:22:08.416Z Compiling fs_extra v1.3.0
18022026-05-12T01:22:08.480Z Compiling schemars v0.8.22
18032026-05-12T01:22:08.483Z Compiling dunce v1.0.5
18042026-05-12T01:22:08.483Z Compiling rustversion v1.0.22
18052026-05-12T01:22:08.586Z Compiling utf8_iter v1.0.4
18062026-05-12T01:22:08.620Z Compiling form_urlencoded v1.2.2
18072026-05-12T01:22:08.745Z Compiling rustix v1.1.3
18082026-05-12T01:22:08.776Z Compiling cmake v0.1.57
18092026-05-12T01:22:08.789Z Compiling hashbrown v0.17.0
18102026-05-12T01:22:08.831Z Compiling once_cell v1.21.3
18112026-05-12T01:22:08.892Z Compiling signal-hook-registry v1.4.8
18122026-05-12T01:22:08.984Z Compiling semver v1.0.28
18132026-05-12T01:22:09.112Z Compiling bitflags v2.11.0
18142026-05-12T01:22:09.139Z Compiling const-oid v0.9.6
18152026-05-12T01:22:09.240Z Compiling parking_lot v0.12.5
18162026-05-12T01:22:09.255Z Compiling mio v1.2.0
18172026-05-12T01:22:09.273Z Compiling socket2 v0.6.3
18182026-05-12T01:22:09.314Z Compiling indexmap v2.14.0
18192026-05-12T01:22:09.362Z Compiling heck v0.5.0
18202026-05-12T01:22:09.378Z Compiling ring v0.17.14
18212026-05-12T01:22:09.396Z Compiling aws-lc-sys v0.40.0
18222026-05-12T01:22:09.404Z Compiling aws-lc-rs v1.16.3
18232026-05-12T01:22:09.477Z Compiling futures-core v0.3.32
18242026-05-12T01:22:09.595Z Compiling httparse v1.10.1
18252026-05-12T01:22:09.657Z Compiling thiserror v1.0.69
18262026-05-12T01:22:09.674Z Compiling strsim v0.11.1
18272026-05-12T01:22:09.895Z Compiling ucd-trie v0.1.7
18282026-05-12T01:22:09.973Z Compiling iana-time-zone v0.1.65
18292026-05-12T01:22:09.989Z Compiling byteorder v1.5.0
18302026-05-12T01:22:09.990Z Compiling vcpkg v0.2.15
18312026-05-12T01:22:10.037Z Compiling syn v1.0.109
18322026-05-12T01:22:10.070Z Compiling pest v2.8.6
18332026-05-12T01:22:10.088Z Compiling regex-syntax v0.8.10
18342026-05-12T01:22:10.088Z Compiling ident_case v1.0.1
18352026-05-12T01:22:10.120Z Compiling uuid v1.23.0
18362026-05-12T01:22:10.175Z Compiling cpufeatures v0.2.17
18372026-05-12T01:22:10.377Z Compiling rustls v0.23.37
18382026-05-12T01:22:10.409Z Compiling rustc_version v0.4.1
18392026-05-12T01:22:10.512Z Compiling futures-sink v0.3.32
18402026-05-12T01:22:10.599Z Compiling openssl-sys v0.9.114
18412026-05-12T01:22:10.631Z Compiling futures-channel v0.3.32
18422026-05-12T01:22:10.704Z Compiling aho-corasick v1.1.4
18432026-05-12T01:22:10.740Z Compiling slab v0.4.12
18442026-05-12T01:22:10.767Z Compiling futures-task v0.3.32
18452026-05-12T01:22:10.850Z Compiling dyn-clone v1.0.20
18462026-05-12T01:22:10.879Z Compiling futures-io v0.3.32
18472026-05-12T01:22:10.921Z Compiling synstructure v0.13.2
18482026-05-12T01:22:10.937Z Compiling serde_derive_internals v0.29.1
18492026-05-12T01:22:11.145Z Compiling plain v0.2.3
18502026-05-12T01:22:11.193Z Compiling pest_meta v2.8.6
18512026-05-12T01:22:11.224Z Compiling crc32fast v1.5.0
18522026-05-12T01:22:11.282Z Compiling openssl v0.10.78
18532026-05-12T01:22:11.297Z Compiling crossbeam-utils v0.8.21
18542026-05-12T01:22:11.418Z Compiling num-conv v0.2.0
18552026-05-12T01:22:11.478Z Compiling time-core v0.1.8
18562026-05-12T01:22:11.513Z Compiling base64 v0.22.1
18572026-05-12T01:22:11.599Z Compiling regex-automata v0.4.14
18582026-05-12T01:22:11.603Z Compiling pretty-hex v0.4.1
18592026-05-12T01:22:11.650Z Compiling time-macros v0.2.27
18602026-05-12T01:22:11.713Z Compiling anyhow v1.0.102
18612026-05-12T01:22:11.734Z Compiling base64ct v1.8.3
18622026-05-12T01:22:11.747Z Compiling native-tls v0.2.18
18632026-05-12T01:22:11.780Z Compiling darling_core v0.21.3
18642026-05-12T01:22:11.801Z Compiling pest_generator v2.8.6
18652026-05-12T01:22:11.998Z Compiling pem-rfc7468 v0.7.0
18662026-05-12T01:22:12.029Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18672026-05-12T01:22:12.053Z Compiling flagset v0.4.7
18682026-05-12T01:22:12.095Z Compiling rand_core v0.9.5
18692026-05-12T01:22:12.210Z Compiling slog v2.8.2
18702026-05-12T01:22:12.223Z Compiling serde_derive v1.0.228
18712026-05-12T01:22:12.245Z Compiling zeroize_derive v1.4.3
18722026-05-12T01:22:12.267Z Compiling zerofrom-derive v0.1.6
18732026-05-12T01:22:12.283Z Compiling yoke-derive v0.8.1
18742026-05-12T01:22:12.298Z Compiling zerovec-derive v0.11.2
18752026-05-12T01:22:12.394Z Compiling displaydoc v0.2.5
18762026-05-12T01:22:12.437Z Compiling zerocopy-derive v0.8.40
18772026-05-12T01:22:12.452Z Compiling tokio-macros v2.7.0
18782026-05-12T01:22:12.469Z Compiling futures-macro v0.3.32
18792026-05-12T01:22:12.629Z Compiling thiserror-impl v2.0.18
18802026-05-12T01:22:12.855Z Compiling zeroize v1.8.2
18812026-05-12T01:22:13.142Z Compiling schemars_derive v0.8.22
18822026-05-12T01:22:13.259Z Compiling tracing-attributes v0.1.31
18832026-05-12T01:22:13.295Z Compiling der_derive v0.7.3
18842026-05-12T01:22:13.340Z Compiling thiserror-impl v1.0.69
18852026-05-12T01:22:13.389Z Compiling zerofrom v0.1.6
18862026-05-12T01:22:13.534Z Compiling yoke v0.8.1
18872026-05-12T01:22:13.664Z Compiling crypto-common v0.1.7
18882026-05-12T01:22:13.750Z Compiling zerovec v0.11.5
18892026-05-12T01:22:13.753Z Compiling zerotrie v0.2.3
18902026-05-12T01:22:13.908Z Compiling block-buffer v0.10.4
18912026-05-12T01:22:14.077Z Compiling digest v0.10.7
18922026-05-12T01:22:14.232Z Compiling pest_derive v2.8.6
18932026-05-12T01:22:14.292Z Compiling tinystr v0.8.2
18942026-05-12T01:22:14.316Z Compiling potential_utf v0.1.4
18952026-05-12T01:22:14.360Z Compiling hmac v0.12.1
18962026-05-12T01:22:14.419Z Compiling futures-util v0.3.32
18972026-05-12T01:22:14.448Z Compiling icu_collections v2.1.1
18982026-05-12T01:22:14.482Z Compiling icu_locale_core v2.1.1
18992026-05-12T01:22:14.539Z Compiling block-padding v0.3.3
19002026-05-12T01:22:14.572Z Compiling sha2 v0.10.9
19012026-05-12T01:22:14.726Z Compiling inout v0.1.4
19022026-05-12T01:22:14.923Z Compiling cipher v0.4.4
19032026-05-12T01:22:14.941Z Compiling rustls-pki-types v1.14.0
19042026-05-12T01:22:15.063Z Compiling openssl-macros v0.1.1
19052026-05-12T01:22:15.179Z Compiling icu_provider v2.1.1
19062026-05-12T01:22:15.194Z Compiling scroll_derive v0.13.1
19072026-05-12T01:22:15.342Z Compiling bytes v1.11.1
19082026-05-12T01:22:15.425Z Compiling chrono v0.4.44
19092026-05-12T01:22:15.467Z Compiling icu_properties v2.1.2
19102026-05-12T01:22:15.638Z Compiling icu_normalizer v2.1.1
19112026-05-12T01:22:15.814Z Compiling serde_tokenstream v0.2.3
19122026-05-12T01:22:15.959Z Compiling tokio v1.52.1
19132026-05-12T01:22:16.270Z Compiling scroll_derive v0.12.1
19142026-05-12T01:22:16.658Z Compiling idna_adapter v1.2.1
19152026-05-12T01:22:16.784Z Compiling idna v1.1.0
19162026-05-12T01:22:16.819Z Compiling ppv-lite86 v0.2.21
19172026-05-12T01:22:17.123Z Compiling http v1.4.0
19182026-05-12T01:22:17.138Z Compiling url v2.5.8
19192026-05-12T01:22:17.180Z Compiling der v0.7.10
19202026-05-12T01:22:17.180Z Compiling darling_macro v0.21.3
19212026-05-12T01:22:17.237Z Compiling regex v1.12.3
19222026-05-12T01:22:17.327Z Compiling zerocopy-derive v0.7.35
19232026-05-12T01:22:17.655Z Compiling tracing-core v0.1.36
19242026-05-12T01:22:18.008Z Compiling untrusted v0.9.0
19252026-05-12T01:22:18.110Z Compiling tracing v0.1.44
19262026-05-12T01:22:18.126Z Compiling spki v0.7.3
19272026-05-12T01:22:18.350Z Compiling darling v0.21.3
19282026-05-12T01:22:18.445Z Compiling salsa20 v0.10.2
19292026-05-12T01:22:18.515Z Compiling pbkdf2 v0.12.2
19302026-05-12T01:22:18.960Z Compiling cookie v0.18.1
19312026-05-12T01:22:19.028Z Compiling camino v1.2.2
19322026-05-12T01:22:19.315Z Compiling scrypt v0.11.0
19332026-05-12T01:22:19.351Z Compiling http-body v1.0.1
19342026-05-12T01:22:19.364Z Compiling rand_chacha v0.9.0
19352026-05-12T01:22:19.385Z Compiling cbc v0.1.2
19362026-05-12T01:22:19.501Z Compiling aes v0.8.4
19372026-05-12T01:22:19.553Z Compiling usdt-impl v0.5.0
19382026-05-12T01:22:19.572Z Compiling tinyvec_macros v0.1.1
19392026-05-12T01:22:19.589Z Compiling usdt-impl v0.6.0
19402026-05-12T01:22:19.664Z Compiling tokio-util v0.7.18
19412026-05-12T01:22:19.739Z Compiling ref-cast v1.0.25
19422026-05-12T01:22:19.756Z Compiling either v1.15.0
19432026-05-12T01:22:19.795Z Compiling winnow v0.7.14
19442026-05-12T01:22:19.828Z Compiling openssl-probe v0.2.1
19452026-05-12T01:22:19.896Z Compiling paste v1.0.15
19462026-05-12T01:22:19.974Z Compiling untrusted v0.7.1
19472026-05-12T01:22:20.004Z Compiling pkcs5 v0.7.1
19482026-05-12T01:22:20.039Z Compiling tinyvec v1.10.0
19492026-05-12T01:22:20.147Z Compiling rand v0.9.2
19502026-05-12T01:22:20.553Z Compiling scroll v0.12.0
19512026-05-12T01:22:20.655Z Compiling scroll v0.13.0
19522026-05-12T01:22:20.693Z Compiling serde_spanned v0.6.9
19532026-05-12T01:22:20.753Z Compiling toml_datetime v0.6.11
19542026-05-12T01:22:20.834Z Compiling async-trait v0.1.89
19552026-05-12T01:22:20.859Z Compiling heapless v0.7.17
19562026-05-12T01:22:21.028Z Compiling bzip2-sys v0.1.13+1.0.8
19572026-05-12T01:22:21.057Z Compiling atomic-waker v1.1.2
19582026-05-12T01:22:21.127Z Compiling fastrand v2.3.0
19592026-05-12T01:22:21.142Z Compiling try-lock v0.2.5
19602026-05-12T01:22:21.241Z Compiling zstd-safe v7.2.4
19612026-05-12T01:22:21.253Z Compiling tower-service v0.3.3
19622026-05-12T01:22:21.266Z Compiling tower-layer v0.3.3
19632026-05-12T01:22:21.313Z Compiling signal-hook v0.3.18
19642026-05-12T01:22:21.344Z Compiling want v0.3.1
19652026-05-12T01:22:21.372Z Compiling h2 v0.4.13
19662026-05-12T01:22:21.458Z Compiling toml_parser v1.0.9+spec-1.1.0
19672026-05-12T01:22:21.523Z Compiling goblin v0.10.5
19682026-05-12T01:22:21.526Z Compiling goblin v0.8.2
19692026-05-12T01:22:21.735Z Compiling pkcs8 v0.10.2
19702026-05-12T01:22:22.007Z Compiling zerocopy v0.7.35
19712026-05-12T01:22:22.034Z Compiling ipnet v2.11.0
19722026-05-12T01:22:22.051Z Compiling ref-cast-impl v1.0.25
19732026-05-12T01:22:22.051Z Compiling darling_core v0.20.11
19742026-05-12T01:22:22.240Z Compiling curve25519-dalek v4.1.3
19752026-05-12T01:22:22.277Z Compiling memoffset v0.9.1
19762026-05-12T01:22:22.500Z Compiling pin-utils v0.1.0
19772026-05-12T01:22:22.571Z Compiling litrs v1.0.0
19782026-05-12T01:22:22.623Z Compiling rustix v0.38.44
19792026-05-12T01:22:22.852Z Compiling winnow v0.5.40
19802026-05-12T01:22:22.883Z Compiling foreign-types-shared v0.1.1
19812026-05-12T01:22:22.991Z Compiling httpdate v1.0.3
19822026-05-12T01:22:23.016Z Compiling foreign-types v0.3.2
19832026-05-12T01:22:23.032Z Compiling document-features v0.2.12
19842026-05-12T01:22:23.104Z Compiling tempfile v3.25.0
19852026-05-12T01:22:23.584Z Compiling unicode-normalization v0.1.25
19862026-05-12T01:22:23.663Z Compiling dtrace-parser v0.2.0
19872026-05-12T01:22:23.996Z Compiling darling_macro v0.20.11
19882026-05-12T01:22:24.070Z Compiling dof v0.3.0
19892026-05-12T01:22:24.242Z Compiling dof v0.4.0
19902026-05-12T01:22:24.277Z Compiling toml_edit v0.19.15
19912026-05-12T01:22:24.308Z Compiling hyper v1.8.1
19922026-05-12T01:22:24.479Z Compiling dtrace-parser v0.3.0
19932026-05-12T01:22:24.627Z Compiling pin-project-internal v1.1.11
19942026-05-12T01:22:24.664Z Compiling daft-derive v0.1.5
19952026-05-12T01:22:24.707Z Compiling spin v0.9.8
19962026-05-12T01:22:24.877Z Compiling thread-id v4.2.2
19972026-05-12T01:22:24.948Z Compiling thread-id v5.1.0
19982026-05-12T01:22:24.978Z Compiling cfg_aliases v0.2.1
19992026-05-12T01:22:25.052Z Compiling num-bigint-dig v0.8.6
20002026-05-12T01:22:25.070Z Compiling powerfmt v0.2.0
20012026-05-12T01:22:25.131Z Compiling smoltcp v0.9.1
20022026-05-12T01:22:25.268Z Compiling deranged v0.5.8
20032026-05-12T01:22:25.286Z Compiling nix v0.31.2
20042026-05-12T01:22:25.487Z Compiling hyper-util v0.1.20
20052026-05-12T01:22:25.710Z Compiling darling v0.20.11
20062026-05-12T01:22:25.865Z Compiling rustls-native-certs v0.8.3
20072026-05-12T01:22:25.899Z Compiling ipnetwork v0.21.1
20082026-05-12T01:22:26.293Z Compiling strum_macros v0.26.4
20092026-05-12T01:22:26.400Z Compiling curve25519-dalek-derive v0.1.1
20102026-05-12T01:22:26.480Z Compiling sync_wrapper v1.0.2
20112026-05-12T01:22:26.500Z Compiling wait-timeout v0.2.1
20122026-05-12T01:22:26.614Z Compiling bit-vec v0.8.0
20132026-05-12T01:22:26.685Z Compiling num_threads v0.1.7
20142026-05-12T01:22:26.712Z Compiling simd-adler32 v0.3.8
20152026-05-12T01:22:26.750Z Compiling anstyle v1.0.13
20162026-05-12T01:22:26.860Z Compiling utf8parse v0.2.2
20172026-05-12T01:22:26.955Z Compiling quick-error v1.2.3
20182026-05-12T01:22:26.991Z Compiling siphasher v1.0.2
20192026-05-12T01:22:27.084Z Compiling rusty-fork v0.3.1
20202026-05-12T01:22:27.144Z Compiling time v0.3.47
20212026-05-12T01:22:27.204Z Compiling anstyle-parse v0.2.7
20222026-05-12T01:22:27.384Z Compiling bit-set v0.8.0
20232026-05-12T01:22:27.401Z Compiling tower v0.5.3
20242026-05-12T01:22:27.592Z Compiling derive_builder_core v0.20.2
20252026-05-12T01:22:27.884Z Compiling http-body-util v0.1.3
20262026-05-12T01:22:27.900Z Compiling webpki-roots v1.0.6
20272026-05-12T01:22:28.036Z Compiling signature v2.2.0
20282026-05-12T01:22:28.058Z Compiling hubpack_derive v0.1.1
20292026-05-12T01:22:28.146Z Compiling rand_xorshift v0.4.0
20302026-05-12T01:22:28.211Z Compiling snafu-derive v0.8.9
20312026-05-12T01:22:28.236Z Compiling strum_macros v0.27.2
20322026-05-12T01:22:28.341Z Compiling ahash v0.8.12
20332026-05-12T01:22:28.377Z Compiling fs-err v3.3.0
20342026-05-12T01:22:28.464Z Compiling colorchoice v1.0.4
20352026-05-12T01:22:28.522Z Compiling adler2 v2.0.1
20362026-05-12T01:22:28.577Z Compiling anstyle-query v1.1.5
20372026-05-12T01:22:28.612Z Compiling ryu v1.0.23
20382026-05-12T01:22:28.628Z Compiling unicode-properties v0.1.4
20392026-05-12T01:22:28.668Z Compiling is_terminal_polyfill v1.70.2
20402026-05-12T01:22:28.785Z Compiling allocator-api2 v0.2.21
20412026-05-12T01:22:28.799Z Compiling unicode-segmentation v1.12.0
20422026-05-12T01:22:28.859Z Compiling iri-string v0.7.10
20432026-05-12T01:22:28.882Z Compiling unicode-bidi v0.3.18
20442026-05-12T01:22:29.073Z Compiling unarray v0.1.4
20452026-05-12T01:22:29.125Z Compiling object v0.37.3
20462026-05-12T01:22:29.386Z Compiling stringprep v0.1.5
20472026-05-12T01:22:29.410Z Compiling proptest v1.10.0
20482026-05-12T01:22:29.463Z Compiling anstream v0.6.21
20492026-05-12T01:22:29.742Z Compiling serde_urlencoded v0.7.1
20502026-05-12T01:22:29.777Z Compiling miniz_oxide v0.8.9
20512026-05-12T01:22:30.003Z Compiling tower-http v0.6.8
20522026-05-12T01:22:30.019Z Compiling derive_builder_macro v0.20.2
20532026-05-12T01:22:30.150Z Compiling tokio-native-tls v0.3.1
20542026-05-12T01:22:30.247Z Compiling usdt-macro v0.6.0
20552026-05-12T01:22:30.332Z Compiling usdt-attr-macro v0.6.0
20562026-05-12T01:22:30.757Z Compiling rand_chacha v0.3.1
20572026-05-12T01:22:30.801Z Compiling erased-serde v0.3.31
20582026-05-12T01:22:30.875Z Compiling md-5 v0.10.6
20592026-05-12T01:22:30.979Z Compiling bstr v1.12.1
20602026-05-12T01:22:31.060Z Compiling num-integer v0.1.46
20612026-05-12T01:22:31.092Z Compiling hash32 v0.2.1
20622026-05-12T01:22:31.134Z Compiling vergen-lib v9.1.0
20632026-05-12T01:22:31.188Z Compiling ff v0.13.1
20642026-05-12T01:22:31.305Z Compiling encoding_rs v0.8.35
20652026-05-12T01:22:31.322Z Compiling psl-types v2.0.11
20662026-05-12T01:22:31.356Z Compiling mime v0.3.17
20672026-05-12T01:22:31.359Z Compiling zlib-rs v0.6.2
20682026-05-12T01:22:31.424Z Compiling fallible-iterator v0.2.0
20692026-05-12T01:22:31.484Z Compiling base16ct v0.2.0
20702026-05-12T01:22:31.515Z Compiling publicsuffix v2.3.0
20712026-05-12T01:22:31.668Z Compiling sec1 v0.7.3
20722026-05-12T01:22:31.708Z Compiling newtype-uuid v1.3.2
20732026-05-12T01:22:31.753Z Compiling postgres-protocol v0.6.10
20742026-05-12T01:22:31.905Z Compiling group v0.13.0
20752026-05-12T01:22:31.905Z Compiling num-iter v0.1.45
20762026-05-12T01:22:32.096Z Compiling rand v0.8.6
20772026-05-12T01:22:32.495Z Compiling oxnet v0.1.4
20782026-05-12T01:22:32.588Z Compiling derive_builder v0.20.2
20792026-05-12T01:22:32.622Z Compiling hyper-tls v0.6.0
20802026-05-12T01:22:32.692Z Compiling heck v0.4.1
20812026-05-12T01:22:32.723Z Compiling phf_shared v0.13.1
20822026-05-12T01:22:32.812Z Compiling pin-project v1.1.11
20832026-05-12T01:22:32.882Z Compiling lazy_static v1.5.0
20842026-05-12T01:22:32.980Z Compiling terminal_size v0.4.3
20852026-05-12T01:22:32.996Z Compiling serde_with_macros v3.17.0
20862026-05-12T01:22:33.013Z Compiling futures-executor v0.3.32
20872026-05-12T01:22:33.016Z Compiling hex v0.4.3
20882026-05-12T01:22:33.141Z Compiling hkdf v0.12.4
20892026-05-12T01:22:33.228Z Compiling crypto-bigint v0.5.5
20902026-05-12T01:22:33.244Z Compiling clap_derive v4.5.55
20912026-05-12T01:22:33.263Z Compiling serde_repr v0.1.20
20922026-05-12T01:22:33.311Z Compiling async-recursion v1.1.1
20932026-05-12T01:22:33.327Z Compiling enum-as-inner v0.6.1
20942026-05-12T01:22:33.395Z Compiling vergen v9.1.0
20952026-05-12T01:22:33.412Z Compiling flate2 v1.1.9
20962026-05-12T01:22:33.447Z Compiling cargo-platform v0.3.2
20972026-05-12T01:22:33.679Z Compiling bitflags v1.3.2
20982026-05-12T01:22:33.718Z Compiling libbz2-rs-sys v0.2.2
20992026-05-12T01:22:33.803Z Compiling managed v0.8.0
21002026-05-12T01:22:33.826Z Compiling clap_lex v1.0.0
21012026-05-12T01:22:33.855Z Compiling same-file v1.0.6
21022026-05-12T01:22:34.023Z Compiling bumpalo v3.20.2
21032026-05-12T01:22:34.045Z Compiling foldhash v0.2.0
21042026-05-12T01:22:34.063Z Compiling foldhash v0.1.5
21052026-05-12T01:22:34.271Z Compiling zopfli v0.8.3
21062026-05-12T01:22:34.297Z Compiling hashbrown v0.15.5
21072026-05-12T01:22:34.329Z Compiling hashbrown v0.16.1
21082026-05-12T01:22:34.424Z Compiling elliptic-curve v0.13.8
21092026-05-12T01:22:34.522Z Compiling bzip2 v0.6.1
21102026-05-12T01:22:34.743Z Compiling clap_builder v4.5.60
21112026-05-12T01:22:34.778Z Compiling walkdir v2.5.0
21122026-05-12T01:22:34.835Z Compiling cargo_metadata v0.23.1
21132026-05-12T01:22:34.915Z Compiling futures v0.3.32
21142026-05-12T01:22:35.333Z Compiling zstd v0.13.3
21152026-05-12T01:22:35.634Z Compiling phf v0.13.1
21162026-05-12T01:22:35.650Z Compiling snafu v0.8.9
21172026-05-12T01:22:35.816Z Compiling signal-hook-mio v0.2.5
21182026-05-12T01:22:35.955Z Compiling daft v0.1.5
21192026-05-12T01:22:36.164Z Compiling cookie_store v0.22.1
21202026-05-12T01:22:36.192Z Compiling postgres-types v0.2.12
21212026-05-12T01:22:36.237Z Compiling bzip2 v0.4.4
21222026-05-12T01:22:36.258Z Compiling globset v0.4.18
21232026-05-12T01:22:36.274Z Compiling strum v0.27.2
21242026-05-12T01:22:36.456Z Compiling hubpack v0.1.2
21252026-05-12T01:22:36.494Z Compiling ed25519 v2.2.3
21262026-05-12T01:22:36.531Z Compiling phf_shared v0.11.3
21272026-05-12T01:22:36.699Z Compiling crossbeam-epoch v0.9.18
21282026-05-12T01:22:36.735Z Compiling olpc-cjson v0.1.4
21292026-05-12T01:22:36.738Z Compiling pkcs1 v0.7.5
21302026-05-12T01:22:36.770Z Compiling pem v3.0.6
21312026-05-12T01:22:36.852Z Compiling serde-big-array v0.5.1
21322026-05-12T01:22:36.916Z Compiling serde_plain v1.0.2
21332026-05-12T01:22:36.974Z Compiling rfc6979 v0.4.0
21342026-05-12T01:22:37.050Z Compiling float-cmp v0.10.0
21352026-05-12T01:22:37.091Z Compiling memmap2 v0.9.10
21362026-05-12T01:22:37.121Z Compiling env_filter v1.0.0
21372026-05-12T01:22:37.138Z Compiling whoami v2.1.0
21382026-05-12T01:22:37.140Z Compiling fixedbitset v0.5.7
21392026-05-12T01:22:37.171Z Compiling normalize-line-endings v0.3.0
21402026-05-12T01:22:37.210Z Compiling static_assertions v1.1.0
21412026-05-12T01:22:37.225Z Compiling data-encoding v2.10.0
21422026-05-12T01:22:37.292Z Compiling keccak v0.1.6
21432026-05-12T01:22:37.305Z Compiling predicates-core v1.0.10
21442026-05-12T01:22:37.329Z Compiling fixedbitset v0.4.2
21452026-05-12T01:22:37.371Z Compiling toml_write v0.1.2
21462026-05-12T01:22:37.401Z Compiling jiff v0.2.21
21472026-05-12T01:22:37.459Z Compiling new_debug_unreachable v1.0.6
21482026-05-12T01:22:37.487Z Compiling rustc-hash v2.1.1
21492026-05-12T01:22:37.490Z Compiling precomputed-hash v0.1.1
21502026-05-12T01:22:37.520Z Compiling typed-path v0.9.3
21512026-05-12T01:22:37.554Z Compiling difflib v0.4.0
21522026-05-12T01:22:37.554Z Compiling toml_edit v0.22.27
21532026-05-12T01:22:37.589Z Compiling string_cache v0.8.9
21542026-05-12T01:22:37.609Z Compiling iddqd v0.3.18
21552026-05-12T01:22:37.635Z Compiling hickory-proto v0.25.2
21562026-05-12T01:22:37.769Z Compiling petgraph v0.6.5
21572026-05-12T01:22:37.829Z Compiling predicates v3.1.4
21582026-05-12T01:22:38.014Z Compiling sha3 v0.10.8
21592026-05-12T01:22:38.105Z Compiling petgraph v0.8.3
21602026-05-12T01:22:38.154Z Compiling tokio-postgres v0.7.16
21612026-05-12T01:22:38.665Z Compiling env_logger v0.11.9
21622026-05-12T01:22:38.684Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21632026-05-12T01:22:38.707Z Compiling usdt v0.6.0
21642026-05-12T01:22:39.032Z Compiling ecdsa v0.16.9
21652026-05-12T01:22:39.067Z Compiling rsa v0.9.10
21662026-05-12T01:22:39.446Z Compiling ed25519-dalek v2.2.0
21672026-05-12T01:22:39.991Z Compiling zip v0.6.6
21682026-05-12T01:22:40.060Z Compiling zip v4.6.1
21692026-05-12T01:22:40.113Z Compiling clap v4.5.60
21702026-05-12T01:22:40.241Z Compiling crossterm v0.28.1
21712026-05-12T01:22:40.645Z Compiling serde_with v3.17.0
21722026-05-12T01:22:40.730Z Compiling similar v2.7.0
21732026-05-12T01:22:40.876Z Compiling strum v0.26.3
21742026-05-12T01:22:40.974Z Compiling toml v0.7.8
21752026-05-12T01:22:41.028Z Compiling tokio-stream v0.1.18
21762026-05-12T01:22:41.221Z Compiling itertools v0.13.0
21772026-05-12T01:22:41.237Z Compiling buf-list v1.1.2
21782026-05-12T01:22:41.502Z Compiling x509-cert v0.2.5
21792026-05-12T01:22:41.540Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21802026-05-12T01:22:41.588Z Compiling openapiv3 v2.2.0
21812026-05-12T01:22:41.865Z Compiling sha1 v0.10.6
21822026-05-12T01:22:42.123Z Compiling lalrpop-util v0.19.12
21832026-05-12T01:22:42.138Z Compiling peg-runtime v0.8.5
21842026-05-12T01:22:57.805Z Compiling rustls-webpki v0.103.9
21852026-05-12T01:22:58.296Z Compiling macaddr v1.0.1
21862026-05-12T01:22:58.527Z Compiling structmeta-derive v0.3.0
21872026-05-12T01:22:58.587Z Compiling crucible-workspace-hack v0.1.0
21882026-05-12T01:22:58.615Z Compiling rayon-core v1.13.0
21892026-05-12T01:22:58.630Z Compiling itertools v0.14.0
21902026-05-12T01:22:58.818Z Compiling secrecy v0.10.3
21912026-05-12T01:22:58.861Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21922026-05-12T01:22:58.894Z Compiling heapless v0.8.0
21932026-05-12T01:22:59.011Z Compiling toml_datetime v0.7.5+spec-1.1.0
21942026-05-12T01:22:59.057Z Compiling rustls v0.22.4
21952026-05-12T01:22:59.285Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21962026-05-12T01:22:59.287Z Compiling toml_edit v0.23.10+spec-1.0.0
21972026-05-12T01:22:59.379Z Compiling crossbeam-deque v0.8.6
21982026-05-12T01:22:59.406Z Compiling rustls-webpki v0.102.8
21992026-05-12T01:22:59.443Z Compiling hash32 v0.3.1
22002026-05-12T01:22:59.479Z Compiling multer v3.1.0
22012026-05-12T01:22:59.537Z Compiling structmeta v0.3.0
22022026-05-12T01:22:59.631Z Compiling thread_local v1.1.9
22032026-05-12T01:22:59.649Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22042026-05-12T01:22:59.701Z Compiling match_cfg v0.1.0
22052026-05-12T01:22:59.795Z Compiling compression-core v0.4.31
22062026-05-12T01:22:59.813Z Compiling unicode-width v0.2.0
22072026-05-12T01:22:59.875Z Compiling smoltcp v0.11.0
22082026-05-12T01:22:59.893Z Compiling slog-async v2.8.0
22092026-05-12T01:22:59.914Z Compiling ingot-macros v0.1.1
22102026-05-12T01:22:59.948Z Compiling compression-codecs v0.4.37
22112026-05-12T01:22:59.993Z Compiling proc-macro-crate v3.4.0
22122026-05-12T01:23:00.009Z Compiling derive-ex v0.1.8
22132026-05-12T01:23:00.146Z Compiling hostname v0.3.1
22142026-05-12T01:23:00.285Z Compiling slog-json v2.6.1
22152026-05-12T01:23:00.336Z Compiling crossbeam-channel v0.5.15
22162026-05-12T01:23:00.352Z Compiling half v2.7.1
22172026-05-12T01:23:00.438Z Compiling newtype-uuid-macros v0.1.0
22182026-05-12T01:23:00.569Z Compiling cobs v0.3.0
22192026-05-12T01:23:00.735Z Compiling thiserror-impl-no-std v2.0.2
22202026-05-12T01:23:00.767Z Compiling universal-hash v0.5.1
22212026-05-12T01:23:00.873Z Compiling async-stream-impl v0.3.6
22222026-05-12T01:23:00.930Z Compiling toml_datetime v1.0.0+spec-1.1.0
22232026-05-12T01:23:01.050Z Compiling serde_spanned v1.0.4
22242026-05-12T01:23:01.168Z Compiling is-terminal v0.4.17
22252026-05-12T01:23:01.236Z Compiling proc-macro-error-attr v1.0.4
22262026-05-12T01:23:01.281Z Compiling dropshot v0.17.0
22272026-05-12T01:23:01.296Z Compiling tokio-rustls v0.26.4
22282026-05-12T01:23:01.380Z Compiling rustls-platform-verifier v0.6.2
22292026-05-12T01:23:01.464Z Compiling ciborium-io v0.2.2
22302026-05-12T01:23:01.480Z Compiling term v1.2.1
22312026-05-12T01:23:01.515Z Compiling opaque-debug v0.3.1
22322026-05-12T01:23:01.581Z Compiling hyper-rustls v0.27.7
22332026-05-12T01:23:01.597Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22342026-05-12T01:23:01.601Z Compiling take_mut v0.2.2
22352026-05-12T01:23:01.628Z Compiling toml_writer v1.0.6+spec-1.1.0
22362026-05-12T01:23:01.631Z Compiling convert_case v0.4.0
22372026-05-12T01:23:01.781Z Compiling thiserror-no-std v2.0.2
22382026-05-12T01:23:01.796Z Compiling slog-term v2.9.2
22392026-05-12T01:23:01.832Z Compiling reqwest v0.12.28
22402026-05-12T01:23:01.895Z Compiling reqwest v0.13.2
22412026-05-12T01:23:01.923Z Compiling toml v1.0.6+spec-1.1.0
22422026-05-12T01:23:01.940Z Compiling poly1305 v0.8.0
22432026-05-12T01:23:01.975Z Compiling derive_more v0.99.20
22442026-05-12T01:23:02.042Z Compiling test-strategy v0.4.5
22452026-05-12T01:23:02.551Z Compiling ingot-types v0.1.2
22462026-05-12T01:23:02.599Z Compiling tokio-rustls v0.25.0
22472026-05-12T01:23:02.868Z Compiling ciborium-ll v0.2.2
22482026-05-12T01:23:02.977Z Compiling ingot v0.1.1
22492026-05-12T01:23:03.032Z Compiling async-stream v0.3.6
22502026-05-12T01:23:03.080Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22512026-05-12T01:23:03.098Z Compiling postcard v1.1.3
22522026-05-12T01:23:03.151Z Compiling slog-bunyan v2.5.0
22532026-05-12T01:23:03.253Z Compiling num_enum_derive v0.7.5
22542026-05-12T01:23:03.348Z Compiling async-compression v0.4.41
22552026-05-12T01:23:03.364Z Compiling parse-display-derive v0.10.0
22562026-05-12T01:23:03.498Z Compiling tough v0.22.0
22572026-05-12T01:23:03.834Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22582026-05-12T01:23:04.143Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22592026-05-12T01:23:04.195Z Compiling proc-macro-crate v1.3.1
22602026-05-12T01:23:04.400Z Compiling backon v1.6.0
22612026-05-12T01:23:04.458Z Compiling waitgroup v0.1.2
22622026-05-12T01:23:04.551Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22632026-05-12T01:23:04.632Z Compiling password-hash v0.5.0
22642026-05-12T01:23:04.669Z Compiling chacha20 v0.9.1
22652026-05-12T01:23:04.874Z Compiling dropshot_endpoint v0.17.0
22662026-05-12T01:23:04.941Z Compiling rustls-pemfile v2.2.0
22672026-05-12T01:23:05.017Z Compiling blake2 v0.10.6
22682026-05-12T01:23:05.187Z Compiling aead v0.5.2
22692026-05-12T01:23:05.204Z Compiling foreign-types-macros v0.2.3
22702026-05-12T01:23:05.257Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22712026-05-12T01:23:05.274Z Compiling serde_path_to_error v0.1.20
22722026-05-12T01:23:05.447Z Compiling hostname v0.4.2
22732026-05-12T01:23:05.559Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22742026-05-12T01:23:05.576Z Compiling proc-macro-error v1.0.4
22752026-05-12T01:23:05.600Z Compiling instant v0.1.13
22762026-05-12T01:23:05.636Z Compiling debug-ignore v1.0.5
22772026-05-12T01:23:05.671Z Compiling foreign-types-shared v0.3.1
22782026-05-12T01:23:05.725Z Compiling cpufeatures v0.3.0
22792026-05-12T01:23:05.748Z Compiling typeid v1.0.3
22802026-05-12T01:23:05.781Z Compiling backoff v0.4.0
22812026-05-12T01:23:05.799Z Compiling chacha20 v0.10.0
22822026-05-12T01:23:05.835Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22832026-05-12T01:23:05.838Z Compiling foreign-types v0.5.0
22842026-05-12T01:23:05.838Z Compiling chacha20poly1305 v0.10.1
22852026-05-12T01:23:05.884Z Compiling argon2 v0.5.3
22862026-05-12T01:23:05.901Z Compiling parse-display v0.10.0
22872026-05-12T01:23:05.977Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22882026-05-12T01:23:06.020Z Compiling num_enum_derive v0.5.11
22892026-05-12T01:23:06.037Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22902026-05-12T01:23:06.040Z Compiling num_enum v0.7.5
22912026-05-12T01:23:06.124Z Compiling ciborium v0.2.2
22922026-05-12T01:23:06.140Z Compiling vsss-rs v3.3.4
22932026-05-12T01:23:06.315Z Compiling tabwriter v1.4.1
22942026-05-12T01:23:06.481Z Compiling regress v0.10.5
22952026-05-12T01:23:06.713Z Compiling byte-wrapper v0.1.0
22962026-05-12T01:23:06.808Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
22972026-05-12T01:23:06.927Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22982026-05-12T01:23:06.965Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
22992026-05-12T01:23:06.995Z Compiling cstr-argument v0.1.2
23002026-05-12T01:23:07.079Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23012026-05-12T01:23:07.188Z Compiling erased-serde v0.4.9
23022026-05-12T01:23:07.382Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23032026-05-12T01:23:07.448Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23042026-05-12T01:23:07.467Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23052026-05-12T01:23:07.545Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23062026-05-12T01:23:07.548Z Compiling num_enum v0.5.11
23072026-05-12T01:23:07.615Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23082026-05-12T01:23:07.649Z Compiling rand v0.10.0
23092026-05-12T01:23:07.664Z Compiling rayon v1.11.0
23102026-05-12T01:23:07.707Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23112026-05-12T01:23:07.777Z Compiling libefi-sys v0.1.0
23122026-05-12T01:23:07.880Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23132026-05-12T01:23:07.880Z Compiling indent_write v2.2.0
23142026-05-12T01:23:07.905Z Compiling colored v3.1.1
23152026-05-12T01:23:07.973Z Compiling zone_cfg_derive v0.3.1
23162026-05-12T01:23:08.028Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23172026-05-12T01:23:08.067Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23182026-05-12T01:23:08.086Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23192026-05-12T01:23:08.103Z Compiling camino-tempfile v1.4.1
23202026-05-12T01:23:08.319Z Compiling itertools v0.12.1
23212026-05-12T01:23:08.458Z Compiling usdt-attr-macro v0.5.0
23222026-05-12T01:23:08.511Z Compiling usdt-macro v0.5.0
23232026-05-12T01:23:08.596Z Compiling num-derive v0.4.2
23242026-05-12T01:23:08.614Z Compiling bitfield-struct v0.6.2
23252026-05-12T01:23:08.632Z Compiling blake3 v1.8.3
23262026-05-12T01:23:08.648Z Compiling ordered-float v2.10.1
23272026-05-12T01:23:08.952Z Compiling memmap v0.7.0
23282026-05-12T01:23:09.009Z Compiling sigpipe v0.1.3
23292026-05-12T01:23:09.128Z Compiling glob v0.3.3
23302026-05-12T01:23:09.205Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23312026-05-12T01:23:09.227Z Compiling swrite v0.1.0
23322026-05-12T01:23:09.254Z Compiling usdt v0.5.0
23332026-05-12T01:23:09.257Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23342026-05-12T01:23:09.360Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
23352026-05-12T01:23:09.504Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fefccc0623038371dbded0458f0645bee6b141cb#fefccc06)
23362026-05-12T01:23:09.613Z Compiling zone v0.3.1
23372026-05-12T01:23:09.782Z Compiling serde-value v0.7.0
23382026-05-12T01:23:09.799Z Compiling serde-untagged v0.1.9
23392026-05-12T01:23:09.898Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23402026-05-12T01:23:10.067Z Compiling toml v0.8.23
23412026-05-12T01:23:10.174Z Compiling smf v0.2.3
23422026-05-12T01:23:10.190Z Compiling filetime v0.2.27
23432026-05-12T01:23:10.193Z Compiling unicode-xid v0.2.6
23442026-05-12T01:23:10.223Z Compiling whoami v1.6.1
23452026-05-12T01:23:10.224Z Compiling xattr v1.6.1
23462026-05-12T01:23:10.375Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23472026-05-12T01:23:10.407Z Compiling arrayvec v0.7.6
23482026-05-12T01:23:10.424Z Compiling arrayref v0.3.9
23492026-05-12T01:23:10.461Z Compiling constant_time_eq v0.4.2
23502026-05-12T01:23:10.509Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512026-05-12T01:23:10.522Z Compiling tar v0.4.45
23522026-05-12T01:23:10.560Z Compiling cargo-util-schemas v0.8.2
23532026-05-12T01:23:10.705Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23542026-05-12T01:23:10.722Z Compiling tokio-dtrace v0.1.1
23552026-05-12T01:23:10.965Z Compiling console v0.16.2
23562026-05-12T01:23:11.064Z Compiling gethostname v0.5.0
23572026-05-12T01:23:11.175Z Compiling cargo-platform v0.2.0
23582026-05-12T01:23:11.196Z Compiling unit-prefix v0.5.2
23592026-05-12T01:23:11.219Z Compiling topological-sort v0.2.2
23602026-05-12T01:23:11.230Z Compiling oxide-tokio-rt v0.1.4
23612026-05-12T01:23:11.378Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23622026-05-12T01:23:11.393Z Compiling shell-words v1.1.1
23632026-05-12T01:23:11.415Z Compiling indicatif v0.18.4
23642026-05-12T01:23:11.753Z Compiling cargo_metadata v0.21.0
23652026-05-12T01:23:21.097Z Compiling progenitor-client v0.14.0
23662026-05-12T01:23:21.114Z Compiling omicron-zone-package v0.12.2
23672026-05-12T01:23:21.575Z Compiling progenitor-extras v0.2.0
23682026-05-12T01:23:23.859Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23692026-05-12T01:23:23.872Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23702026-05-12T01:23:23.890Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23712026-05-12T01:23:23.930Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23722026-05-12T01:23:23.998Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23732026-05-12T01:23:24.012Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23742026-05-12T01:23:24.128Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23752026-05-12T01:23:24.171Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23762026-05-12T01:23:24.214Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23772026-05-12T01:23:28.187Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23782026-05-12T01:23:35.535Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23792026-05-12T01:23:38.622Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23802026-05-12T01:23:39.584Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23812026-05-12T01:23:48.812Z Finished `release` profile [optimized] target(s) in 1m 43s
23822026-05-12T01:23:48.963Z Running `target/release/omicron-package -t test target create -p dev`
23832026-05-12T01:23:49.028ZLogging to: /work/oxidecomputer/omicron/out/LOG
23842026-05-12T01:23:49.031ZCreated new build target 'test' and set it as active
23852026-05-12T01:23:49.034Z
23862026-05-12T01:23:49.034Zreal 1:43.456501254
23872026-05-12T01:23:49.034Zuser 16:54.205915121
23882026-05-12T01:23:49.034Zsys 2:41.759593938
23892026-05-12T01:23:49.034Ztrap 0.464017632
23902026-05-12T01:23:49.034Ztflt 2.847379987
23912026-05-12T01:23:49.034Zdflt 4.221900096
23922026-05-12T01:23:49.034Zkflt 0.000575260
23932026-05-12T01:23:49.034Zlock 52:36.653478369
23942026-05-12T01:23:49.034Zslp 43:15.950919881
23952026-05-12T01:23:49.035Zlat 40.752173599
23962026-05-12T01:23:49.035Zstop 5:33.710875767
23972026-05-12T01:23:49.035Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
23982026-05-12T01:23:49.925Z Finished `release` profile [optimized] target(s) in 0.88s
23992026-05-12T01:23:49.998Z Running `target/release/omicron-package -t test package`
24002026-05-12T01:23:50.058ZLogging to: /work/oxidecomputer/omicron/out/LOG
24012026-05-12T01:23:51.458Z Compiling heck v0.5.0
24022026-05-12T01:23:51.458Z Compiling regress v0.11.1
24032026-05-12T01:23:51.676Z Compiling unsafe-libyaml v0.2.11
24042026-05-12T01:23:51.722Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24052026-05-12T01:23:51.749Z Compiling regress v0.10.5
24062026-05-12T01:23:51.771Z Compiling unicode-width v0.1.14
24072026-05-12T01:23:51.788Z Compiling is-terminal v0.4.17
24082026-05-12T01:23:51.807Z Compiling prettyplease v0.2.37
24092026-05-12T01:23:51.807Z Compiling bytecount v0.6.9
24102026-05-12T01:23:51.810Z Compiling rustls v0.22.4
24112026-05-12T01:23:51.810Z Compiling rustls-webpki v0.102.8
24122026-05-12T01:23:51.810Z Compiling derive-where v1.6.0
24132026-05-12T01:23:51.810Z Compiling thread_local v1.1.9
24142026-05-12T01:23:51.848Z Compiling compression-core v0.4.31
24152026-05-12T01:23:51.851Z Compiling match_cfg v0.1.0
24162026-05-12T01:23:51.955Z Compiling multer v3.1.0
24172026-05-12T01:23:51.977Z Compiling hostname v0.3.1
24182026-05-12T01:23:52.023Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24192026-05-12T01:23:52.047Z Compiling compression-codecs v0.4.37
24202026-05-12T01:23:52.047Z Compiling slog-async v2.8.0
24212026-05-12T01:23:52.091Z Compiling crossbeam-channel v0.5.15
24222026-05-12T01:23:52.114Z Compiling slog-json v2.6.1
24232026-05-12T01:23:52.139Z Compiling toml_datetime v1.0.0+spec-1.1.0
24242026-05-12T01:23:52.160Z Compiling serde_spanned v1.0.4
24252026-05-12T01:23:52.184Z Compiling term v1.2.1
24262026-05-12T01:23:52.206Z Compiling serde_yaml v0.9.34+deprecated
24272026-05-12T01:23:52.256Z Compiling take_mut v0.2.2
24282026-05-12T01:23:52.349Z Compiling toml_writer v1.0.6+spec-1.1.0
24292026-05-12T01:23:52.371Z Compiling slog-bunyan v2.5.0
24302026-05-12T01:23:52.374Z Compiling async-compression v0.4.41
24312026-05-12T01:23:52.532Z Compiling slog-term v2.9.2
24322026-05-12T01:23:52.553Z Compiling toml v1.0.6+spec-1.1.0
24332026-05-12T01:23:52.556Z Compiling dropshot v0.17.0
24342026-05-12T01:23:52.600Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24352026-05-12T01:23:52.646Z Compiling async-stream v0.3.6
24362026-05-12T01:23:52.696Z Compiling num-rational v0.4.2
24372026-05-12T01:23:52.735Z Compiling progenitor-client v0.14.0
24382026-05-12T01:23:52.757Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24392026-05-12T01:23:52.834Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24402026-05-12T01:23:52.854Z Compiling waitgroup v0.1.2
24412026-05-12T01:23:52.896Z Compiling backon v1.6.0
24422026-05-12T01:23:52.957Z Compiling rustls-pemfile v2.2.0
24432026-05-12T01:23:53.007Z Compiling num-complex v0.4.6
24442026-05-12T01:23:53.050Z Compiling hostname v0.4.2
24452026-05-12T01:23:53.071Z Compiling serde_path_to_error v0.1.20
24462026-05-12T01:23:53.097Z Compiling instant v0.1.13
24472026-05-12T01:23:53.118Z Compiling debug-ignore v1.0.5
24482026-05-12T01:23:53.142Z Compiling progenitor-extras v0.2.0
24492026-05-12T01:23:53.176Z Compiling typify-impl v0.6.2
24502026-05-12T01:23:53.213Z Compiling backoff v0.4.0
24512026-05-12T01:23:53.236Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24522026-05-12T01:23:53.261Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24532026-05-12T01:23:53.444Z Compiling num v0.4.3
24542026-05-12T01:23:53.466Z Compiling parse-display v0.10.0
24552026-05-12T01:23:53.490Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24562026-05-12T01:23:53.517Z Compiling progenitor-client v0.13.0
24572026-05-12T01:23:53.541Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24582026-05-12T01:23:53.562Z Compiling macaddr v1.0.1
24592026-05-12T01:23:53.702Z Compiling float-ord v0.3.2
24602026-05-12T01:23:53.727Z Compiling console v0.15.11
24612026-05-12T01:23:53.798Z Compiling newline-converter v0.3.0
24622026-05-12T01:23:53.843Z Compiling atomicwrites v0.4.4
24632026-05-12T01:23:53.862Z Compiling slog-dtrace v0.3.0
24642026-05-12T01:23:54.042Z Compiling cancel-safe-futures v0.1.5
24652026-05-12T01:23:54.116Z Compiling owo-colors v4.3.0
24662026-05-12T01:23:54.136Z Compiling libsw-core v0.3.2
24672026-05-12T01:23:54.160Z Compiling tokio-rustls v0.25.0
24682026-05-12T01:23:54.222Z Compiling expectorate v1.2.0
24692026-05-12T01:23:54.321Z Compiling resolv-conf v0.7.6
24702026-05-12T01:23:54.369Z Compiling libsw v3.5.0
24712026-05-12T01:23:54.372Z Compiling toml v0.8.23
24722026-05-12T01:23:54.468Z Compiling linear-map v1.2.0
24732026-05-12T01:23:54.591Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24742026-05-12T01:23:54.800Z Compiling linked-hash-map v0.5.6
24752026-05-12T01:23:54.823Z Compiling minimal-lexical v0.2.1
24762026-05-12T01:23:54.962Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24772026-05-12T01:23:55.022Z Compiling lru-cache v0.1.2
24782026-05-12T01:23:55.025Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24792026-05-12T01:23:55.068Z Compiling nom v7.1.3
24802026-05-12T01:23:55.092Z Compiling unicode-xid v0.2.6
24812026-05-12T01:23:55.111Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24822026-05-12T01:23:55.200Z Compiling hickory-proto v0.24.4
24832026-05-12T01:23:55.234Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24842026-05-12T01:23:55.255Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24852026-05-12T01:23:55.277Z Compiling convert_case v0.10.0
24862026-05-12T01:23:55.545Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24872026-05-12T01:23:55.581Z Compiling derive_more-impl v2.1.1
24882026-05-12T01:23:56.105Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24892026-05-12T01:23:56.368Z Compiling derive_more v2.1.1
24902026-05-12T01:23:56.447Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24912026-05-12T01:23:56.478Z Compiling papergrid v0.11.0
24922026-05-12T01:23:56.585Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24932026-05-12T01:23:56.612Z Compiling tabled_derive v0.7.0
24942026-05-12T01:23:56.688Z Compiling typify-macro v0.6.2
24952026-05-12T01:23:56.836Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24962026-05-12T01:23:57.089Z Compiling termtree v0.5.1
24972026-05-12T01:23:57.291Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24982026-05-12T01:23:57.525Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24992026-05-12T01:23:57.528Z Compiling tabled v0.15.0
25002026-05-12T01:23:57.931Z Compiling hickory-resolver v0.24.4
25012026-05-12T01:23:58.044Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25022026-05-12T01:23:58.247Z Compiling typify v0.6.2
25032026-05-12T01:23:58.419Z Compiling progenitor-impl v0.14.0
25042026-05-12T01:23:59.116Z Compiling progenitor-impl v0.13.0
25052026-05-12T01:24:00.602Z Compiling progenitor-macro v0.14.0
25062026-05-12T01:24:01.048Z Compiling qorb v0.4.1
25072026-05-12T01:24:01.306Z Compiling progenitor-macro v0.13.0
25082026-05-12T01:24:02.234Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25092026-05-12T01:24:02.978Z Compiling crossterm v0.29.0
25102026-05-12T01:24:03.319Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25112026-05-12T01:24:03.611Z Compiling phf_shared v0.12.1
25122026-05-12T01:24:03.864Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25132026-05-12T01:24:03.887Z Compiling vte v0.14.1
25142026-05-12T01:24:04.153Z Compiling csv-core v0.1.13
25152026-05-12T01:24:04.351Z Compiling highway v1.3.0
25162026-05-12T01:24:04.417Z Compiling chrono-tz v0.10.4
25172026-05-12T01:24:04.612Z Compiling csv v1.4.0
25182026-05-12T01:24:04.674Z Compiling progenitor v0.14.0
25192026-05-12T01:24:04.706Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25202026-05-12T01:24:04.861Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25212026-05-12T01:24:05.083Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25222026-05-12T01:24:05.122Z Compiling strip-ansi-escapes v0.2.1
25232026-05-12T01:24:05.328Z Compiling progenitor v0.13.0
25242026-05-12T01:24:05.349Z Compiling phf v0.12.1
25252026-05-12T01:24:05.541Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25262026-05-12T01:24:05.582Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25272026-05-12T01:24:05.603Z Compiling const_format_proc_macros v0.2.34
25282026-05-12T01:24:05.712Z Compiling fd-lock v4.0.4
25292026-05-12T01:24:05.892Z Compiling peg-macros v0.8.5
25302026-05-12T01:24:05.938Z Compiling nu-ansi-term v0.50.3
25312026-05-12T01:24:06.419Z Compiling const_format v0.2.35
25322026-05-12T01:24:06.487Z Compiling reedline v0.40.0
25332026-05-12T01:24:06.923Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25342026-05-12T01:24:07.179Z Compiling peg v0.8.5
25352026-05-12T01:24:07.291Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25362026-05-12T01:24:07.916Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25372026-05-12T01:24:08.180Z Compiling bcs v0.1.6
25382026-05-12T01:24:08.209Z Compiling semver v0.1.20
25392026-05-12T01:24:08.495Z Compiling rustc_version v0.1.7
25402026-05-12T01:24:08.615Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25412026-05-12T01:24:08.767Z Compiling newtype_derive v0.1.6
25422026-05-12T01:24:08.926Z Compiling unicode-linebreak v0.1.5
25432026-05-12T01:24:09.015Z Compiling humantime v2.3.0
25442026-05-12T01:24:09.241Z Compiling smawk v0.3.2
25452026-05-12T01:24:09.409Z Compiling textwrap v0.16.2
25462026-05-12T01:24:09.497Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25472026-05-12T01:24:09.633Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25482026-05-12T01:24:09.741Z Compiling dropshot-api-manager-types v0.7.1
25492026-05-12T01:24:10.219Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25502026-05-12T01:24:10.341Z Compiling base64 v0.21.7
25512026-05-12T01:24:10.708Z Compiling steno v0.4.1
25522026-05-12T01:24:10.931Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25532026-05-12T01:24:11.054Z Compiling utf-8 v0.7.6
25542026-05-12T01:24:11.088Z Compiling tagptr v0.2.0
25552026-05-12T01:24:11.250Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25562026-05-12T01:24:11.308Z Compiling moka v0.12.13
25572026-05-12T01:24:11.330Z Compiling tungstenite v0.21.0
25582026-05-12T01:24:11.413Z Compiling radium v0.7.0
25592026-05-12T01:24:11.435Z Compiling maybe-uninit v2.0.0
25602026-05-12T01:24:11.643Z Compiling tap v1.0.1
25612026-05-12T01:24:11.798Z Compiling wyz v0.5.1
25622026-05-12T01:24:11.819Z Compiling zerocopy-derive v0.6.6
25632026-05-12T01:24:12.034Z Compiling tokio-tungstenite v0.21.0
25642026-05-12T01:24:12.055Z Compiling crc-catalog v2.4.0
25652026-05-12T01:24:12.187Z Compiling packed_struct v0.10.1
25662026-05-12T01:24:12.428Z Compiling hickory-resolver v0.25.2
25672026-05-12T01:24:12.462Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25682026-05-12T01:24:12.537Z Compiling funty v2.0.0
25692026-05-12T01:24:12.595Z Compiling display-error-chain v0.2.2
25702026-05-12T01:24:12.772Z Compiling zerocopy v0.6.6
25712026-05-12T01:24:13.160Z Compiling bitvec v1.0.1
25722026-05-12T01:24:13.235Z Compiling crc v3.4.0
25732026-05-12T01:24:13.453Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25742026-05-12T01:24:13.589Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25752026-05-12T01:24:13.644Z Compiling packed_struct_codegen v0.10.1
25762026-05-12T01:24:13.690Z Compiling num-derive v0.3.3
25772026-05-12T01:24:14.470Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25782026-05-12T01:24:14.581Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25792026-05-12T01:24:14.673Z Compiling bitfield-macros v0.19.4
25802026-05-12T01:24:14.960Z Compiling proc-macro-error-attr2 v2.0.0
25812026-05-12T01:24:15.376Z Compiling indexmap v1.9.3
25822026-05-12T01:24:15.398Z Compiling nodrop v0.1.14
25832026-05-12T01:24:15.549Z Compiling array-init v0.0.4
25842026-05-12T01:24:15.659Z Compiling bitfield v0.19.4
25852026-05-12T01:24:15.729Z Compiling proc-macro-error2 v2.0.1
25862026-05-12T01:24:16.007Z Compiling libscf-sys v1.1.0
25872026-05-12T01:24:16.070Z Compiling smallvec v0.6.14
25882026-05-12T01:24:16.188Z Compiling vergen-lib v0.1.6
25892026-05-12T01:24:16.336Z Compiling hashbrown v0.12.3
25902026-05-12T01:24:16.384Z Compiling serde-hex v0.1.0
25912026-05-12T01:24:16.445Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25922026-05-12T01:24:16.474Z Compiling tabled_derive v0.11.0
25932026-05-12T01:24:16.696Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
25942026-05-12T01:24:16.956Z Compiling ron v0.8.1
25952026-05-12T01:24:17.200Z Compiling papergrid v0.17.0
25962026-05-12T01:24:17.464Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
25972026-05-12T01:24:17.506Z Compiling testing_table v0.3.0
25982026-05-12T01:24:17.509Z Compiling hashbrown v0.13.2
25992026-05-12T01:24:17.946Z Compiling vergen-gitcl v1.0.8
26002026-05-12T01:24:18.137Z Compiling dirs-sys-next v0.1.2
26012026-05-12T01:24:18.168Z Compiling diesel_derives v2.3.7
26022026-05-12T01:24:18.399Z Compiling maplit v1.0.2
26032026-05-12T01:24:18.402Z Compiling crunchy v0.2.4
26042026-05-12T01:24:18.484Z Compiling crc-any v2.5.0
26052026-05-12T01:24:18.507Z Compiling glob v0.3.3
26062026-05-12T01:24:18.565Z Compiling tabled v0.20.0
26072026-05-12T01:24:18.743Z Compiling dirs-next v2.0.0
26082026-05-12T01:24:18.874Z Compiling clang-sys v1.8.1
26092026-05-12T01:24:18.920Z Compiling object v0.30.4
26102026-05-12T01:24:18.949Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26112026-05-12T01:24:19.270Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26122026-05-12T01:24:19.291Z Compiling dsl_auto_type v0.2.0
26132026-05-12T01:24:19.317Z Compiling scheduled-thread-pool v0.2.7
26142026-05-12T01:24:19.320Z Compiling diesel_table_macro_syntax v0.3.0
26152026-05-12T01:24:19.575Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26162026-05-12T01:24:19.599Z Compiling tiny-keccak v2.0.2
26172026-05-12T01:24:19.623Z Compiling path-slash v0.1.5
26182026-05-12T01:24:19.812Z Compiling xshell-macros v0.2.7
26192026-05-12T01:24:19.908Z Compiling r2d2 v0.8.10
26202026-05-12T01:24:19.985Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26212026-05-12T01:24:20.203Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26222026-05-12T01:24:20.225Z Compiling xshell v0.2.7
26232026-05-12T01:24:20.456Z Compiling term v0.7.0
26242026-05-12T01:24:20.809Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26252026-05-12T01:24:20.991Z Compiling downcast-rs v2.0.2
26262026-05-12T01:24:21.028Z Compiling bit-vec v0.6.3
26272026-05-12T01:24:21.278Z Compiling bit-set v0.5.3
26282026-05-12T01:24:21.301Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26292026-05-12T01:24:21.325Z Compiling ascii-canvas v3.0.0
26302026-05-12T01:24:21.380Z Compiling itertools v0.10.5
26312026-05-12T01:24:21.562Z Compiling ena v0.14.4
26322026-05-12T01:24:21.624Z Compiling libloading v0.8.9
26332026-05-12T01:24:21.805Z Compiling crc8 v0.1.1
26342026-05-12T01:24:21.825Z Compiling bindgen v0.71.1
26352026-05-12T01:24:21.941Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26362026-05-12T01:24:22.104Z Compiling unicase v2.9.0
26372026-05-12T01:24:22.409Z Compiling diff v0.1.13
26382026-05-12T01:24:22.470Z Compiling regex-syntax v0.6.29
26392026-05-12T01:24:22.676Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26402026-05-12T01:24:22.823Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26412026-05-12T01:24:23.408Z Compiling cexpr v0.6.0
26422026-05-12T01:24:23.816Z Compiling lalrpop v0.19.12
26432026-05-12T01:24:23.969Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26442026-05-12T01:24:24.001Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26452026-05-12T01:24:24.118Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26462026-05-12T01:24:24.179Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26472026-05-12T01:24:24.233Z Compiling headers-core v0.3.0
26482026-05-12T01:24:24.370Z Compiling libxml v0.3.3
26492026-05-12T01:24:24.396Z Compiling headers v0.4.1
26502026-05-12T01:24:24.609Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26512026-05-12T01:24:24.665Z Compiling diesel v2.3.7
26522026-05-12T01:24:24.695Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26532026-05-12T01:24:24.816Z Compiling typify-impl v0.4.3
26542026-05-12T01:24:24.918Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26552026-05-12T01:24:25.384Z Compiling strum_macros v0.24.3
26562026-05-12T01:24:25.525Z Compiling indoc v1.0.9
26572026-05-12T01:24:25.984Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26582026-05-12T01:24:26.070Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26592026-05-12T01:24:26.209Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26602026-05-12T01:24:26.390Z Compiling derive_builder v0.20.2
26612026-05-12T01:24:26.566Z Compiling oso-derive v0.27.3
26622026-05-12T01:24:26.687Z Compiling quick-xml v0.37.5
26632026-05-12T01:24:27.101Z Compiling impl-trait-for-tuples v0.2.3
26642026-05-12T01:24:27.786Z Compiling openssl-probe v0.1.6
26652026-05-12T01:24:27.809Z Compiling half v1.8.3
26662026-05-12T01:24:28.019Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26672026-05-12T01:24:28.023Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26682026-05-12T01:24:28.094Z Compiling serde_cbor v0.11.2
26692026-05-12T01:24:28.262Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26702026-05-12T01:24:28.283Z Compiling typify-macro v0.4.3
26712026-05-12T01:24:28.372Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26722026-05-12T01:24:28.693Z Compiling bb8 v0.8.6
26732026-05-12T01:24:28.730Z Compiling samael v0.0.19
26742026-05-12T01:24:28.754Z Compiling trait-variant v0.1.2
26752026-05-12T01:24:29.067Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26762026-05-12T01:24:29.137Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26772026-05-12T01:24:29.334Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26782026-05-12T01:24:29.366Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26792026-05-12T01:24:29.389Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26802026-05-12T01:24:29.471Z Compiling fxhash v0.2.1
26812026-05-12T01:24:29.650Z Compiling salty v0.3.0
26822026-05-12T01:24:29.802Z Compiling typify v0.4.3
26832026-05-12T01:24:29.956Z Compiling progenitor-impl v0.11.2
26842026-05-12T01:24:29.987Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26852026-05-12T01:24:30.027Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26862026-05-12T01:24:30.211Z Compiling kstat-rs v0.2.4
26872026-05-12T01:24:30.427Z Compiling libz-sys v1.1.24
26882026-05-12T01:24:30.478Z Compiling nonempty v0.12.0
26892026-05-12T01:24:30.725Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
26902026-05-12T01:24:30.747Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26912026-05-12T01:24:30.959Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
26922026-05-12T01:24:31.306Z Compiling polar-core v0.27.3
26932026-05-12T01:24:32.186Z Compiling progenitor-macro v0.11.2
26942026-05-12T01:24:32.313Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
26952026-05-12T01:24:32.886Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
26962026-05-12T01:24:33.293Z Compiling progenitor-client v0.11.2
26972026-05-12T01:24:33.822Z Compiling darling_core v0.23.0
26982026-05-12T01:24:34.333Z Compiling nanorand v0.7.0
26992026-05-12T01:24:34.703Z Compiling arc-swap v1.8.2
27002026-05-12T01:24:35.028Z Compiling fs-err v2.11.0
27012026-05-12T01:24:35.264Z Compiling parking_lot_core v0.8.6
27022026-05-12T01:24:35.307Z Compiling mime_guess v2.0.5
27032026-05-12T01:24:35.630Z Compiling slog-scope v4.4.1
27042026-05-12T01:24:35.653Z Compiling flume v0.11.1
27052026-05-12T01:24:35.853Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27062026-05-12T01:24:35.995Z Compiling darling_macro v0.23.0
27072026-05-12T01:24:36.059Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27082026-05-12T01:24:36.117Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27092026-05-12T01:24:36.229Z Compiling progenitor v0.11.2
27102026-05-12T01:24:36.516Z Compiling primeorder v0.13.6
27112026-05-12T01:24:36.839Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27122026-05-12T01:24:37.104Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27132026-05-12T01:24:37.990Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27142026-05-12T01:24:38.472Z Compiling git-stub v1.0.0
27152026-05-12T01:24:38.754Z Compiling libgit2-sys v0.18.3+1.9.2
27162026-05-12T01:24:39.163Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27172026-05-12T01:24:40.287Z Compiling oso v0.27.3
27182026-05-12T01:24:41.344Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27192026-05-12T01:24:41.579Z Compiling instability v0.3.11
27202026-05-12T01:24:42.361Z Compiling diesel-dtrace v0.5.0
27212026-05-12T01:24:42.694Z Compiling async-bb8-diesel v0.2.1
27222026-05-12T01:24:44.463Z Compiling git-stub-vcs v0.1.0
27232026-05-12T01:24:44.827Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27242026-05-12T01:24:45.320Z Compiling p384 v0.13.1
27252026-05-12T01:24:46.070Z Compiling darling v0.23.0
27262026-05-12T01:24:46.229Z Compiling slog-stdlog v4.1.1
27272026-05-12T01:24:46.720Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27282026-05-12T01:24:46.750Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27292026-05-12T01:24:46.798Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27302026-05-12T01:24:46.840Z Compiling ignore v0.4.25
27312026-05-12T01:24:46.927Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27322026-05-12T01:24:47.185Z Compiling castaway v0.2.4
27332026-05-12T01:24:47.347Z Compiling atty v0.2.14
27342026-05-12T01:24:47.458Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27352026-05-12T01:24:47.497Z Compiling parse-size v1.1.0
27362026-05-12T01:24:47.697Z Compiling http-range v0.1.5
27372026-05-12T01:24:47.720Z Compiling indoc v2.0.7
27382026-05-12T01:24:47.897Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27392026-05-12T01:24:48.103Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27402026-05-12T01:24:48.323Z Compiling globwalk v0.9.1
27412026-05-12T01:24:48.878Z Compiling compact_str v0.8.1
27422026-05-12T01:24:49.024Z Compiling parking_lot v0.11.2
27432026-05-12T01:24:50.015Z Compiling slog-envlogger v2.2.0
27442026-05-12T01:24:51.026Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27452026-05-12T01:24:51.197Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27462026-05-12T01:24:51.697Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27472026-05-12T01:24:51.808Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27482026-05-12T01:24:51.982Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27492026-05-12T01:24:52.160Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fefccc0623038371dbded0458f0645bee6b141cb#fefccc06)
27502026-05-12T01:24:52.592Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27512026-05-12T01:24:52.772Z Compiling predicates-tree v1.0.13
27522026-05-12T01:24:52.803Z Compiling unicode-truncate v1.1.0
27532026-05-12T01:24:53.020Z Compiling lru v0.12.5
27542026-05-12T01:24:53.234Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27552026-05-12T01:24:53.262Z Compiling rand_seeder v0.4.0
27562026-05-12T01:24:53.371Z Compiling prefix-trie v0.7.0
27572026-05-12T01:24:53.527Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27582026-05-12T01:24:53.691Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27592026-05-12T01:24:53.778Z Compiling vergen-git2 v9.1.0
27602026-05-12T01:24:53.866Z Compiling corncobs v0.1.4
27612026-05-12T01:24:53.948Z Compiling cassowary v0.3.0
27622026-05-12T01:24:54.043Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27632026-05-12T01:24:54.064Z Compiling hickory-server v0.25.2
27642026-05-12T01:24:54.085Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27652026-05-12T01:24:54.112Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27662026-05-12T01:24:54.291Z Compiling ratatui v0.29.0
27672026-05-12T01:24:54.324Z Compiling camino-tempfile-ext v0.3.3
27682026-05-12T01:24:54.404Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27692026-05-12T01:24:54.749Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27702026-05-12T01:24:54.914Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27712026-05-12T01:24:54.977Z Compiling hyper-staticfile v0.10.1
27722026-05-12T01:24:55.004Z Compiling sled v0.34.7
27732026-05-12T01:24:55.522Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27742026-05-12T01:24:55.811Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27752026-05-12T01:24:56.229Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27762026-05-12T01:24:56.251Z Compiling secrecy v0.8.0
27772026-05-12T01:24:56.448Z Compiling rustls v0.21.12
27782026-05-12T01:24:56.673Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27792026-05-12T01:24:58.464Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27802026-05-12T01:24:59.128Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27812026-05-12T01:24:59.360Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27822026-05-12T01:24:59.951Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27832026-05-12T01:25:00.825Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27842026-05-12T01:25:01.172Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27852026-05-12T01:25:02.471Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27862026-05-12T01:25:02.500Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27872026-05-12T01:25:02.846Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27882026-05-12T01:25:02.875Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27892026-05-12T01:25:03.075Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27902026-05-12T01:25:03.105Z Compiling sct v0.7.1
27912026-05-12T01:25:03.303Z Compiling rustls-webpki v0.101.7
27922026-05-12T01:25:03.382Z Compiling void v1.0.2
27932026-05-12T01:25:03.533Z Compiling lzss v0.8.2
27942026-05-12T01:25:03.803Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27952026-05-12T01:25:04.389Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27962026-05-12T01:25:04.964Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27972026-05-12T01:25:05.714Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27982026-05-12T01:25:06.077Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
27992026-05-12T01:25:06.099Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28002026-05-12T01:25:06.341Z Compiling tungstenite v0.23.0
28012026-05-12T01:25:06.727Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28022026-05-12T01:25:06.792Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28032026-05-12T01:25:07.018Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28042026-05-12T01:25:07.247Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28052026-05-12T01:25:07.472Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28062026-05-12T01:25:07.703Z Compiling nix v0.27.1
28072026-05-12T01:25:08.385Z Compiling serde_bytes v0.11.19
28082026-05-12T01:25:08.551Z Compiling git2 v0.20.4
28092026-05-12T01:25:08.666Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28102026-05-12T01:25:08.806Z Compiling tokio-tungstenite v0.23.1
28112026-05-12T01:25:08.829Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28122026-05-12T01:25:08.832Z Compiling tokio-rustls v0.24.1
28132026-05-12T01:25:08.894Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28142026-05-12T01:25:09.136Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28152026-05-12T01:25:09.182Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28162026-05-12T01:25:09.540Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28172026-05-12T01:25:11.632Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28182026-05-12T01:25:11.683Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fefccc0623038371dbded0458f0645bee6b141cb#fefccc06)
28192026-05-12T01:25:13.899Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28202026-05-12T01:25:14.185Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28212026-05-12T01:25:14.682Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28222026-05-12T01:25:16.345Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28232026-05-12T01:25:16.929Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28242026-05-12T01:25:17.797Z Compiling rustls-pemfile v1.0.4
28252026-05-12T01:25:17.840Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28262026-05-12T01:25:18.160Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28272026-05-12T01:25:18.200Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28282026-05-12T01:25:18.223Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28292026-05-12T01:25:19.440Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28302026-05-12T01:25:21.029Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fefccc0623038371dbded0458f0645bee6b141cb#fefccc06)
28312026-05-12T01:25:21.032Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28322026-05-12T01:25:21.589Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28332026-05-12T01:25:21.639Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28342026-05-12T01:25:21.830Z Compiling signal-hook-tokio v0.3.1
28352026-05-12T01:25:21.965Z Compiling twox-hash v2.1.2
28362026-05-12T01:25:22.034Z Compiling yasna v0.5.2
28372026-05-12T01:25:22.315Z Compiling is_ci v1.2.0
28382026-05-12T01:25:22.501Z Compiling supports-color v3.0.2
28392026-05-12T01:25:22.528Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28402026-05-12T01:25:22.582Z Compiling rcgen v0.12.1
28412026-05-12T01:25:22.781Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28422026-05-12T01:25:23.217Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28432026-05-12T01:25:23.350Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28442026-05-12T01:25:23.479Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28452026-05-12T01:25:23.562Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28462026-05-12T01:25:23.583Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28472026-05-12T01:25:24.466Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28482026-05-12T01:25:27.138Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28492026-05-12T01:25:27.905Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28502026-05-12T01:25:28.509Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28512026-05-12T01:25:28.763Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28522026-05-12T01:25:28.836Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28532026-05-12T01:25:28.913Z Compiling fatfs v0.3.6
28542026-05-12T01:25:29.001Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28552026-05-12T01:25:29.063Z Compiling rtoolbox v0.0.3
28562026-05-12T01:25:29.179Z Compiling subprocess v0.2.15
28572026-05-12T01:25:29.338Z Compiling assert_matches v1.5.0
28582026-05-12T01:25:29.452Z Compiling seq-macro v0.3.6
28592026-05-12T01:25:29.949Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28602026-05-12T01:25:30.158Z Compiling rpassword v7.4.0
28612026-05-12T01:25:30.506Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28622026-05-12T01:25:31.382Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28632026-05-12T01:25:31.490Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28642026-05-12T01:25:31.625Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28652026-05-12T01:25:31.719Z Compiling tui-tree-widget v0.23.1
28662026-05-12T01:25:31.945Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28672026-05-12T01:25:32.008Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28682026-05-12T01:25:32.534Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28692026-05-12T01:25:32.697Z Compiling uzers v0.12.2
28702026-05-12T01:25:34.002Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28712026-05-12T01:25:34.149Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28722026-05-12T01:25:35.217Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28732026-05-12T01:25:36.449Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28742026-05-12T01:25:39.353Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28752026-05-12T01:25:40.256Z Compiling support-bundle-viewer v0.1.2
28762026-05-12T01:25:41.468Z Compiling multimap v0.10.1
28772026-05-12T01:25:49.146Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28782026-05-12T01:25:49.618Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28792026-05-12T01:25:51.148Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28802026-05-12T01:25:59.352Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28812026-05-12T01:31:37.910Z Finished `release` profile [optimized] target(s) in 7m 47s
28822026-05-12T01:32:22.583Z
28832026-05-12T01:32:22.584Zreal 8:33.522316830
28842026-05-12T01:32:22.584Zuser 1:16:47.528391218
28852026-05-12T01:32:22.584Zsys 3:27.400700029
28862026-05-12T01:32:22.584Ztrap 1.743629983
28872026-05-12T01:32:22.587Ztflt 2.419746699
28882026-05-12T01:32:22.587Zdflt 16.916296653
28892026-05-12T01:32:22.587Zkflt 0.005125120
28902026-05-12T01:32:22.587Zlock 6:32:54.787413204
28912026-05-12T01:32:22.587Zslp 2:10:40.285760222
28922026-05-12T01:32:22.587Zlat 2:21.712984457
28932026-05-12T01:32:22.587Zstop 4:57.642025593
28942026-05-12T01:32:22.587Z+ mapfile -t packages
28952026-05-12T01:32:22.587Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
28962026-05-12T01:32:23.523Z Finished `release` profile [optimized] target(s) in 0.92s
28972026-05-12T01:32:23.594Z Running `target/release/omicron-package -t test list-outputs`
28982026-05-12T01:32:23.650ZLogging to: /work/oxidecomputer/omicron/out/LOG
28992026-05-12T01:32:23.653Z+ ptime -m cargo build --locked --release -p xtask
29002026-05-12T01:32:24.191Z Compiling libc v0.2.185
29012026-05-12T01:32:24.191Z Compiling serde v1.0.228
29022026-05-12T01:32:24.194Z Compiling serde_core v1.0.228
29032026-05-12T01:32:24.194Z Compiling rustix v1.1.3
29042026-05-12T01:32:24.300Z Compiling serde_json v1.0.149
29052026-05-12T01:32:24.303Z Compiling bitflags v2.11.0
29062026-05-12T01:32:24.341Z Compiling num-traits v0.2.19
29072026-05-12T01:32:24.353Z Compiling syn v2.0.117
29082026-05-12T01:32:24.377Z Compiling smallvec v1.15.1
29092026-05-12T01:32:24.389Z Compiling usdt-impl v0.5.0
29102026-05-12T01:32:24.392Z Compiling indexmap v2.14.0
29112026-05-12T01:32:24.409Z Compiling syn v1.0.109
29122026-05-12T01:32:24.423Z Compiling getrandom v0.4.1
29132026-05-12T01:32:24.426Z Compiling log v0.4.29
29142026-05-12T01:32:24.568Z Compiling percent-encoding v2.3.2
29152026-05-12T01:32:24.711Z Compiling form_urlencoded v1.2.2
29162026-05-12T01:32:24.799Z Compiling fs-err v3.3.0
29172026-05-12T01:32:24.810Z Compiling anyhow v1.0.102
29182026-05-12T01:32:24.823Z Compiling once_cell v1.21.3
29192026-05-12T01:32:24.823Z Compiling heck v0.4.1
29202026-05-12T01:32:25.019Z Compiling thread-id v4.2.2
29212026-05-12T01:32:25.052Z Compiling errno v0.3.14
29222026-05-12T01:32:25.093Z Compiling memmap v0.7.0
29232026-05-12T01:32:25.357Z Compiling ordered-float v2.10.1
29242026-05-12T01:32:25.907Z Compiling proc-macro-error v1.0.4
29252026-05-12T01:32:26.071Z Compiling terminal_size v0.4.3
29262026-05-12T01:32:26.071Z Compiling tempfile v3.25.0
29272026-05-12T01:32:26.159Z Compiling tabled_derive v0.7.0
29282026-05-12T01:32:26.174Z Compiling clap_builder v4.5.60
29292026-05-12T01:32:26.174Z Compiling textwrap v0.16.2
29302026-05-12T01:32:26.317Z Compiling camino-tempfile v1.4.1
29312026-05-12T01:32:26.832Z Compiling tabled v0.15.0
29322026-05-12T01:32:26.862Z Compiling synstructure v0.13.2
29332026-05-12T01:32:26.862Z Compiling pest_generator v2.8.6
29342026-05-12T01:32:27.247Z Compiling serde_derive v1.0.228
29352026-05-12T01:32:27.247Z Compiling zerofrom-derive v0.1.6
29362026-05-12T01:32:27.247Z Compiling yoke-derive v0.8.1
29372026-05-12T01:32:27.250Z Compiling zerovec-derive v0.11.2
29382026-05-12T01:32:27.250Z Compiling displaydoc v0.2.5
29392026-05-12T01:32:27.250Z Compiling thiserror-impl v1.0.69
29402026-05-12T01:32:27.250Z Compiling zerocopy-derive v0.7.35
29412026-05-12T01:32:27.250Z Compiling scroll_derive v0.12.1
29422026-05-12T01:32:27.250Z Compiling thiserror-impl v2.0.18
29432026-05-12T01:32:27.250Z Compiling clap_derive v4.5.55
29442026-05-12T01:32:27.394Z Compiling pest_derive v2.8.6
29452026-05-12T01:32:27.939Z Compiling scroll v0.12.0
29462026-05-12T01:32:28.069Z Compiling zerocopy v0.7.35
29472026-05-12T01:32:28.241Z Compiling goblin v0.8.2
29482026-05-12T01:32:28.317Z Compiling zerofrom v0.1.6
29492026-05-12T01:32:28.381Z Compiling thiserror v1.0.69
29502026-05-12T01:32:28.465Z Compiling yoke v0.8.1
29512026-05-12T01:32:28.525Z Compiling dtrace-parser v0.2.0
29522026-05-12T01:32:28.537Z Compiling thiserror v2.0.18
29532026-05-12T01:32:28.655Z Compiling zerovec v0.11.5
29542026-05-12T01:32:28.668Z Compiling zerotrie v0.2.3
29552026-05-12T01:32:28.942Z Compiling clap v4.5.60
29562026-05-12T01:32:29.273Z Compiling tinystr v0.8.2
29572026-05-12T01:32:29.510Z Compiling icu_locale_core v2.1.1
29582026-05-12T01:32:30.024Z Compiling potential_utf v0.1.4
29592026-05-12T01:32:30.173Z Compiling icu_collections v2.1.1
29602026-05-12T01:32:30.231Z Compiling icu_provider v2.1.1
29612026-05-12T01:32:30.551Z Compiling icu_normalizer v2.1.1
29622026-05-12T01:32:30.607Z Compiling icu_properties v2.1.2
29632026-05-12T01:32:30.642Z Compiling serde_spanned v0.6.9
29642026-05-12T01:32:30.663Z Compiling toml_datetime v0.6.11
29652026-05-12T01:32:30.681Z Compiling serde-value v0.7.0
29662026-05-12T01:32:30.838Z Compiling dof v0.3.0
29672026-05-12T01:32:30.851Z Compiling cargo-platform v0.2.0
29682026-05-12T01:32:30.944Z Compiling toml_edit v0.22.27
29692026-05-12T01:32:31.075Z Compiling serde_tokenstream v0.2.3
29702026-05-12T01:32:31.137Z Compiling macaddr v1.0.1
29712026-05-12T01:32:31.573Z Compiling idna_adapter v1.2.1
29722026-05-12T01:32:31.717Z Compiling idna v1.1.0
29732026-05-12T01:32:31.876Z Compiling usdt-attr-macro v0.5.0
29742026-05-12T01:32:31.904Z Compiling usdt-macro v0.5.0
29752026-05-12T01:32:32.158Z Compiling url v2.5.8
29762026-05-12T01:32:32.506Z Compiling toml v0.8.23
29772026-05-12T01:32:32.530Z Compiling usdt v0.5.0
29782026-05-12T01:32:33.002Z Compiling cargo-util-schemas v0.8.2
29792026-05-12T01:32:33.015Z Compiling cargo_toml v0.21.0
29802026-05-12T01:32:34.005Z Compiling cargo_metadata v0.21.0
29812026-05-12T01:32:37.091Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29822026-05-12T01:32:40.097Z Finished `release` profile [optimized] target(s) in 16.43s
29832026-05-12T01:32:40.258Z
29842026-05-12T01:32:40.258Zreal 16.570320075
29852026-05-12T01:32:40.258Zuser 2:21.279755138
29862026-05-12T01:32:40.259Zsys 17.075539723
29872026-05-12T01:32:40.259Ztrap 0.095683590
29882026-05-12T01:32:40.259Ztflt 0.467090789
29892026-05-12T01:32:40.259Zdflt 1.510780928
29902026-05-12T01:32:40.259Zkflt 0.000092230
29912026-05-12T01:32:40.262Zlock 5:23.433655205
29922026-05-12T01:32:40.262Zslp 3:28.971231707
29932026-05-12T01:32:40.262Zlat 6.318465687
29942026-05-12T01:32:40.262Zstop 20.043679719
29952026-05-12T01:32:40.262Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29962026-05-12T01:32:40.262Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29972026-05-12T01:32:40.262Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29982026-05-12T01:32:40.262Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29992026-05-12T01:32:40.262Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30002026-05-12T01:32:41.189Z Compiling newtype-uuid-macros v0.1.0
30012026-05-12T01:32:41.189Z Compiling structmeta-derive v0.3.0
30022026-05-12T01:32:41.192Z Compiling rustls v0.22.4
30032026-05-12T01:32:41.192Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30042026-05-12T01:32:41.192Z Compiling rustls-webpki v0.102.8
30052026-05-12T01:32:41.192Z Compiling multer v3.1.0
30062026-05-12T01:32:41.192Z Compiling match_cfg v0.1.0
30072026-05-12T01:32:41.192Z Compiling compression-core v0.4.31
30082026-05-12T01:32:41.337Z Compiling debug-ignore v1.0.5
30092026-05-12T01:32:41.340Z Compiling slog-json v2.6.1
30102026-05-12T01:32:41.354Z Compiling async-stream-impl v0.3.6
30112026-05-12T01:32:41.357Z Compiling serde_spanned v1.0.4
30122026-05-12T01:32:41.357Z Compiling toml_datetime v1.0.0+spec-1.1.0
30132026-05-12T01:32:41.436Z Compiling dropshot v0.17.0
30142026-05-12T01:32:41.471Z Compiling toml_writer v1.0.6+spec-1.1.0
30152026-05-12T01:32:41.474Z Compiling progenitor-client v0.14.0
30162026-05-12T01:32:41.503Z Compiling itertools v0.14.0
30172026-05-12T01:32:41.601Z Compiling waitgroup v0.1.2
30182026-05-12T01:32:41.647Z Compiling hostname v0.3.1
30192026-05-12T01:32:41.665Z Compiling rustls-pemfile v2.2.0
30202026-05-12T01:32:41.704Z Compiling compression-codecs v0.4.37
30212026-05-12T01:32:41.758Z Compiling slog-bunyan v2.5.0
30222026-05-12T01:32:41.776Z Compiling toml v1.0.6+spec-1.1.0
30232026-05-12T01:32:41.793Z Compiling dropshot_endpoint v0.17.0
30242026-05-12T01:32:41.827Z Compiling serde_path_to_error v0.1.20
30252026-05-12T01:32:41.830Z Compiling hostname v0.4.2
30262026-05-12T01:32:41.878Z Compiling regress v0.10.5
30272026-05-12T01:32:41.881Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30282026-05-12T01:32:41.936Z Compiling async-compression v0.4.41
30292026-05-12T01:32:41.984Z Compiling macaddr v1.0.1
30302026-05-12T01:32:42.013Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30312026-05-12T01:32:42.032Z Compiling instant v0.1.13
30322026-05-12T01:32:42.051Z Compiling async-stream v0.3.6
30332026-05-12T01:32:42.106Z Compiling backon v1.6.0
30342026-05-12T01:32:42.123Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30352026-05-12T01:32:42.151Z Compiling backoff v0.4.0
30362026-05-12T01:32:42.168Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30372026-05-12T01:32:42.220Z Compiling universal-hash v0.5.1
30382026-05-12T01:32:42.238Z Compiling opaque-debug v0.3.1
30392026-05-12T01:32:42.254Z Compiling half v2.7.1
30402026-05-12T01:32:42.273Z Compiling crucible-workspace-hack v0.1.0
30412026-05-12T01:32:42.331Z Compiling progenitor-extras v0.2.0
30422026-05-12T01:32:42.349Z Compiling ciborium-io v0.2.2
30432026-05-12T01:32:42.381Z Compiling regress v0.11.1
30442026-05-12T01:32:42.384Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30452026-05-12T01:32:42.418Z Compiling convert_case v0.4.0
30462026-05-12T01:32:42.450Z Compiling structmeta v0.3.0
30472026-05-12T01:32:42.468Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30482026-05-12T01:32:42.488Z Compiling aead v0.5.2
30492026-05-12T01:32:42.530Z Compiling ciborium-ll v0.2.2
30502026-05-12T01:32:42.580Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30512026-05-12T01:32:42.615Z Compiling secrecy v0.10.3
30522026-05-12T01:32:42.629Z Compiling unsafe-libyaml v0.2.11
30532026-05-12T01:32:42.686Z Compiling poly1305 v0.8.0
30542026-05-12T01:32:42.704Z Compiling derive-ex v0.1.8
30552026-05-12T01:32:42.735Z Compiling parse-display-derive v0.10.0
30562026-05-12T01:32:42.778Z Compiling ciborium v0.2.2
30572026-05-12T01:32:42.796Z Compiling chacha20 v0.9.1
30582026-05-12T01:32:42.815Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30592026-05-12T01:32:42.833Z Compiling derive_more v0.99.20
30602026-05-12T01:32:42.871Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30612026-05-12T01:32:43.054Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30622026-05-12T01:32:43.083Z Compiling thiserror-impl-no-std v2.0.2
30632026-05-12T01:32:43.098Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30642026-05-12T01:32:43.121Z Compiling byte-wrapper v0.1.0
30652026-05-12T01:32:43.266Z Compiling serde_yaml v0.9.34+deprecated
30662026-05-12T01:32:43.310Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30672026-05-12T01:32:43.389Z Compiling blake2 v0.10.6
30682026-05-12T01:32:43.406Z Compiling password-hash v0.5.0
30692026-05-12T01:32:43.424Z Compiling chacha20poly1305 v0.10.1
30702026-05-12T01:32:43.457Z Compiling indent_write v2.2.0
30712026-05-12T01:32:43.497Z Compiling heapless v0.8.0
30722026-05-12T01:32:43.599Z Compiling tokio-rustls v0.25.0
30732026-05-12T01:32:43.600Z Compiling toml_datetime v0.7.5+spec-1.1.0
30742026-05-12T01:32:43.632Z Compiling ingot-macros v0.1.1
30752026-05-12T01:32:43.843Z Compiling argon2 v0.5.3
30762026-05-12T01:32:43.882Z Compiling toml_edit v0.23.10+spec-1.0.0
30772026-05-12T01:32:43.974Z Compiling typify-impl v0.6.2
30782026-05-12T01:32:44.048Z Compiling hash32 v0.3.1
30792026-05-12T01:32:44.234Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30802026-05-12T01:32:44.340Z Compiling thiserror-no-std v2.0.2
30812026-05-12T01:32:44.459Z Compiling vsss-rs v3.3.4
30822026-05-12T01:32:44.483Z Compiling test-strategy v0.4.5
30832026-05-12T01:32:44.508Z Compiling parse-display v0.10.0
30842026-05-12T01:32:44.534Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30852026-05-12T01:32:44.756Z Compiling smoltcp v0.11.0
30862026-05-12T01:32:44.801Z Compiling proc-macro-crate v3.4.0
30872026-05-12T01:32:44.999Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30882026-05-12T01:32:45.041Z Compiling tabwriter v1.4.1
30892026-05-12T01:32:45.076Z Compiling num-rational v0.4.2
30902026-05-12T01:32:45.107Z Compiling cobs v0.3.0
30912026-05-12T01:32:45.159Z Compiling num-complex v0.4.6
30922026-05-12T01:32:45.202Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30932026-05-12T01:32:45.330Z Compiling postcard v1.1.3
30942026-05-12T01:32:45.356Z Compiling proc-macro-error v1.0.4
30952026-05-12T01:32:45.423Z Compiling num_enum_derive v0.7.5
30962026-05-12T01:32:45.460Z Compiling proc-macro-crate v1.3.1
30972026-05-12T01:32:45.484Z Compiling foreign-types-macros v0.2.3
30982026-05-12T01:32:45.501Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30992026-05-12T01:32:45.595Z Compiling num v0.4.3
31002026-05-12T01:32:45.699Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31012026-05-12T01:32:45.715Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31022026-05-12T01:32:45.734Z Compiling float-ord v0.3.2
31032026-05-12T01:32:45.737Z Compiling foreign-types-shared v0.3.1
31042026-05-12T01:32:45.768Z Compiling colored v3.1.1
31052026-05-12T01:32:45.866Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31062026-05-12T01:32:45.885Z Compiling rayon-core v1.13.0
31072026-05-12T01:32:45.888Z Compiling cpufeatures v0.3.0
31082026-05-12T01:32:45.921Z Compiling num_enum_derive v0.5.11
31092026-05-12T01:32:46.008Z Compiling chacha20 v0.10.0
31102026-05-12T01:32:46.082Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31112026-05-12T01:32:46.100Z Compiling crossbeam-deque v0.8.6
31122026-05-12T01:32:46.138Z Compiling foreign-types v0.5.0
31132026-05-12T01:32:46.162Z Compiling camino-tempfile v1.4.1
31142026-05-12T01:32:46.179Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31152026-05-12T01:32:46.182Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31162026-05-12T01:32:46.216Z Compiling cstr-argument v0.1.2
31172026-05-12T01:32:46.247Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31182026-05-12T01:32:46.372Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31192026-05-12T01:32:46.411Z Compiling rand v0.10.0
31202026-05-12T01:32:46.432Z Compiling toml v0.8.23
31212026-05-12T01:32:46.494Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31222026-05-12T01:32:46.583Z Compiling ingot-types v0.1.2
31232026-05-12T01:32:46.601Z Compiling num_enum v0.7.5
31242026-05-12T01:32:46.664Z Compiling zone_cfg_derive v0.3.1
31252026-05-12T01:32:46.682Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31262026-05-12T01:32:46.704Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31272026-05-12T01:32:46.704Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31282026-05-12T01:32:46.739Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31292026-05-12T01:32:46.757Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31302026-05-12T01:32:46.839Z Compiling rayon v1.11.0
31312026-05-12T01:32:46.860Z Compiling itertools v0.12.1
31322026-05-12T01:32:46.877Z Compiling num-derive v0.4.2
31332026-05-12T01:32:46.957Z Compiling sigpipe v0.1.3
31342026-05-12T01:32:46.978Z Compiling ingot v0.1.1
31352026-05-12T01:32:47.049Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31362026-05-12T01:32:47.080Z Compiling num_enum v0.5.11
31372026-05-12T01:32:47.080Z Compiling glob v0.3.3
31382026-05-12T01:32:47.113Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31392026-05-12T01:32:47.213Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31402026-05-12T01:32:47.231Z Compiling smf v0.2.3
31412026-05-12T01:32:47.304Z Compiling whoami v1.6.1
31422026-05-12T01:32:47.366Z Compiling prettyplease v0.2.37
31432026-05-12T01:32:47.383Z Compiling gethostname v0.5.0
31442026-05-12T01:32:47.383Z Compiling atomicwrites v0.4.4
31452026-05-12T01:32:47.538Z Compiling usdt-attr-macro v0.5.0
31462026-05-12T01:32:47.572Z Compiling usdt-macro v0.5.0
31472026-05-12T01:32:47.623Z Compiling memmap v0.7.0
31482026-05-12T01:32:47.626Z Compiling derive-where v1.6.0
31492026-05-12T01:32:47.790Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31502026-05-12T01:32:47.822Z Compiling progenitor-client v0.13.0
31512026-05-12T01:32:47.841Z Compiling resolv-conf v0.7.6
31522026-05-12T01:32:47.859Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fefccc0623038371dbded0458f0645bee6b141cb#fefccc06)
31532026-05-12T01:32:47.957Z Compiling cancel-safe-futures v0.1.5
31542026-05-12T01:32:48.146Z Compiling zone v0.3.1
31552026-05-12T01:32:48.177Z Compiling owo-colors v4.3.0
31562026-05-12T01:32:48.226Z Compiling libsw-core v0.3.2
31572026-05-12T01:32:48.265Z Compiling console v0.15.11
31582026-05-12T01:32:48.382Z Compiling libsw v3.5.0
31592026-05-12T01:32:48.416Z Compiling usdt v0.5.0
31602026-05-12T01:32:48.434Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31612026-05-12T01:32:48.584Z Compiling newline-converter v0.3.0
31622026-05-12T01:32:48.607Z Compiling linear-map v1.2.0
31632026-05-12T01:32:48.610Z Compiling libefi-sys v0.1.0
31642026-05-12T01:32:48.666Z Compiling typify-macro v0.6.2
31652026-05-12T01:32:48.666Z Compiling hickory-proto v0.24.4
31662026-05-12T01:32:48.709Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31672026-05-12T01:32:48.732Z Compiling expectorate v1.2.0
31682026-05-12T01:32:48.827Z Compiling bitfield-struct v0.6.2
31692026-05-12T01:32:48.871Z Compiling linked-hash-map v0.5.6
31702026-05-12T01:32:48.874Z Compiling semver v0.1.20
31712026-05-12T01:32:48.910Z Compiling tokio-dtrace v0.1.1
31722026-05-12T01:32:48.947Z Compiling dropshot-api-manager-types v0.7.1
31732026-05-12T01:32:48.947Z Compiling slog-dtrace v0.3.0
31742026-05-12T01:32:49.022Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31752026-05-12T01:32:49.041Z Compiling minimal-lexical v0.2.1
31762026-05-12T01:32:49.106Z Compiling rustc_version v0.1.7
31772026-05-12T01:32:49.122Z Compiling lru-cache v0.1.2
31782026-05-12T01:32:49.160Z Compiling oxide-tokio-rt v0.1.4
31792026-05-12T01:32:49.197Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31802026-05-12T01:32:49.219Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31812026-05-12T01:32:49.245Z Compiling phf_shared v0.12.1
31822026-05-12T01:32:49.274Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31832026-05-12T01:32:49.315Z Compiling nom v7.1.3
31842026-05-12T01:32:49.333Z Compiling csv-core v0.1.13
31852026-05-12T01:32:49.370Z Compiling newtype_derive v0.1.6
31862026-05-12T01:32:49.416Z Compiling xshell-macros v0.2.7
31872026-05-12T01:32:49.438Z Compiling highway v1.3.0
31882026-05-12T01:32:49.458Z Compiling chrono-tz v0.10.4
31892026-05-12T01:32:49.461Z Compiling const_format_proc_macros v0.2.34
31902026-05-12T01:32:49.493Z Compiling phf v0.12.1
31912026-05-12T01:32:49.530Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31922026-05-12T01:32:49.671Z Compiling csv v1.4.0
31932026-05-12T01:32:49.729Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31942026-05-12T01:32:49.804Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31952026-05-12T01:32:49.851Z Compiling primeorder v0.13.6
31962026-05-12T01:32:49.868Z Compiling xshell v0.2.7
31972026-05-12T01:32:49.872Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
31982026-05-12T01:32:50.060Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
31992026-05-12T01:32:50.197Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32002026-05-12T01:32:50.258Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32012026-05-12T01:32:50.274Z Compiling tabled_derive v0.7.0
32022026-05-12T01:32:50.292Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32032026-05-12T01:32:50.351Z Compiling bcs v0.1.6
32042026-05-12T01:32:50.382Z Compiling const_format v0.2.35
32052026-05-12T01:32:50.456Z Compiling termtree v0.5.1
32062026-05-12T01:32:50.551Z Compiling typify v0.6.2
32072026-05-12T01:32:50.640Z Compiling salty v0.3.0
32082026-05-12T01:32:50.685Z Compiling progenitor-impl v0.14.0
32092026-05-12T01:32:50.709Z Compiling progenitor-impl v0.13.0
32102026-05-12T01:32:50.734Z Compiling textwrap v0.16.2
32112026-05-12T01:32:50.768Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32122026-05-12T01:32:50.872Z Compiling hickory-resolver v0.24.4
32132026-05-12T01:32:50.915Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32142026-05-12T01:32:50.975Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32152026-05-12T01:32:51.037Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32162026-05-12T01:32:51.240Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32172026-05-12T01:32:51.302Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32182026-05-12T01:32:51.331Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c)
32192026-05-12T01:32:51.526Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32202026-05-12T01:32:51.581Z Compiling tabled v0.15.0
32212026-05-12T01:32:51.735Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32222026-05-12T01:32:51.779Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32232026-05-12T01:32:51.989Z Compiling qorb v0.4.1
32242026-05-12T01:32:52.014Z Compiling steno v0.4.1
32252026-05-12T01:32:52.035Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32262026-05-12T01:32:52.101Z Compiling base64 v0.21.7
32272026-05-12T01:32:52.214Z Compiling radium v0.7.0
32282026-05-12T01:32:52.348Z Compiling humantime v2.3.0
32292026-05-12T01:32:52.464Z Compiling tagptr v0.2.0
32302026-05-12T01:32:52.655Z Compiling moka v0.12.13
32312026-05-12T01:32:52.672Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32322026-05-12T01:32:52.708Z Compiling p384 v0.13.1
32332026-05-12T01:32:52.809Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32342026-05-12T01:32:52.991Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32352026-05-12T01:32:53.077Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32362026-05-12T01:32:53.164Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32372026-05-12T01:32:53.256Z Compiling typify-impl v0.4.3
32382026-05-12T01:32:53.275Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32392026-05-12T01:32:53.304Z Compiling tap v1.0.1
32402026-05-12T01:32:53.408Z Compiling progenitor-macro v0.14.0
32412026-05-12T01:32:53.456Z Compiling maybe-uninit v2.0.0
32422026-05-12T01:32:53.459Z Compiling progenitor-macro v0.13.0
32432026-05-12T01:32:53.492Z Compiling wyz v0.5.1
32442026-05-12T01:32:53.510Z Compiling hickory-resolver v0.25.2
32452026-05-12T01:32:53.726Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32462026-05-12T01:32:53.911Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32472026-05-12T01:32:53.985Z Compiling proc-macro-error-attr2 v2.0.0
32482026-05-12T01:32:54.075Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32492026-05-12T01:32:54.093Z Compiling parking_lot_core v0.8.6
32502026-05-12T01:32:54.277Z Compiling packed_struct v0.10.1
32512026-05-12T01:32:54.307Z Compiling utf-8 v0.7.6
32522026-05-12T01:32:54.387Z Compiling funty v2.0.0
32532026-05-12T01:32:54.425Z Compiling proc-macro-error2 v2.0.1
32542026-05-12T01:32:54.520Z Compiling tungstenite v0.21.0
32552026-05-12T01:32:54.566Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32562026-05-12T01:32:54.676Z Compiling polyval v0.6.2
32572026-05-12T01:32:54.719Z Compiling git-stub v1.0.0
32582026-05-12T01:32:54.761Z Compiling bitvec v1.0.1
32592026-05-12T01:32:54.790Z Compiling num-derive v0.3.3
32602026-05-12T01:32:54.855Z Compiling packed_struct_codegen v0.10.1
32612026-05-12T01:32:54.941Z Compiling bitfield-macros v0.19.4
32622026-05-12T01:32:55.014Z Compiling zerocopy-derive v0.6.6
32632026-05-12T01:32:55.017Z Compiling indexmap v1.9.3
32642026-05-12T01:32:55.104Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32652026-05-12T01:32:55.268Z Compiling crc-catalog v2.4.0
32662026-05-12T01:32:55.369Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32672026-05-12T01:32:55.396Z Compiling nodrop v0.1.14
32682026-05-12T01:32:55.439Z Compiling crc v3.4.0
32692026-05-12T01:32:55.505Z Compiling array-init v0.0.4
32702026-05-12T01:32:55.522Z Compiling tokio-tungstenite v0.21.0
32712026-05-12T01:32:55.701Z Compiling git-stub-vcs v0.1.0
32722026-05-12T01:32:55.757Z Compiling bitfield v0.19.4
32732026-05-12T01:32:55.774Z Compiling libscf-sys v1.1.0
32742026-05-12T01:32:55.878Z Compiling ghash v0.5.1
32752026-05-12T01:32:55.898Z Compiling tabled_derive v0.11.0
32762026-05-12T01:32:55.937Z Compiling zerocopy v0.6.6
32772026-05-12T01:32:55.955Z Compiling smallvec v0.6.14
32782026-05-12T01:32:56.089Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32792026-05-12T01:32:56.109Z Compiling papergrid v0.17.0
32802026-05-12T01:32:56.268Z Compiling testing_table v0.3.0
32812026-05-12T01:32:56.296Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32822026-05-12T01:32:56.320Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
32832026-05-12T01:32:56.413Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
32842026-05-12T01:32:56.435Z Compiling ctr v0.9.2
32852026-05-12T01:32:56.466Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32862026-05-12T01:32:56.656Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
32872026-05-12T01:32:56.673Z Compiling unicase v2.9.0
32882026-05-12T01:32:56.690Z Compiling hashbrown v0.12.3
32892026-05-12T01:32:56.813Z Compiling corncobs v0.1.4
32902026-05-12T01:32:56.902Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32912026-05-12T01:32:56.939Z Compiling mime_guess v2.0.5
32922026-05-12T01:32:56.958Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32932026-05-12T01:32:56.961Z Compiling aes-gcm v0.10.3
32942026-05-12T01:32:57.022Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32952026-05-12T01:32:57.154Z Compiling tabled v0.20.0
32962026-05-12T01:32:57.203Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
32972026-05-12T01:32:57.367Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
32982026-05-12T01:32:57.403Z Compiling parking_lot v0.11.2
32992026-05-12T01:32:57.543Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33002026-05-12T01:32:57.576Z Compiling serde-hex v0.1.0
33012026-05-12T01:32:57.640Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33022026-05-12T01:32:57.731Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33032026-05-12T01:32:57.776Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33042026-05-12T01:32:57.850Z Compiling ron v0.8.1
33052026-05-12T01:32:57.889Z Compiling typify-macro v0.4.3
33062026-05-12T01:32:58.064Z Compiling progenitor-client v0.11.2
33072026-05-12T01:32:58.081Z Compiling hashbrown v0.13.2
33082026-05-12T01:32:58.170Z Compiling prefix-trie v0.7.0
33092026-05-12T01:32:58.205Z Compiling ssh-encoding v0.2.0
33102026-05-12T01:32:58.429Z Compiling blowfish v0.9.1
33112026-05-12T01:32:58.539Z Compiling fxhash v0.2.1
33122026-05-12T01:32:58.605Z Compiling secrecy v0.8.0
33132026-05-12T01:32:58.623Z Compiling crc-any v2.5.0
33142026-05-12T01:32:58.702Z Compiling progenitor v0.14.0
33152026-05-12T01:32:58.719Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33162026-05-12T01:32:58.740Z Compiling sled v0.34.7
33172026-05-12T01:32:58.774Z Compiling progenitor v0.13.0
33182026-05-12T01:32:58.845Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33192026-05-12T01:32:58.886Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33202026-05-12T01:32:58.904Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33212026-05-12T01:32:58.949Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33222026-05-12T01:32:58.991Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33232026-05-12T01:32:59.196Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33242026-05-12T01:32:59.413Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33252026-05-12T01:32:59.453Z Compiling bcrypt-pbkdf v0.10.0
33262026-05-12T01:32:59.627Z Compiling object v0.30.4
33272026-05-12T01:32:59.735Z Compiling typify v0.4.3
33282026-05-12T01:32:59.755Z Compiling hickory-server v0.25.2
33292026-05-12T01:32:59.829Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33302026-05-12T01:32:59.847Z Compiling progenitor-impl v0.11.2
33312026-05-12T01:32:59.889Z Compiling ssh-cipher v0.2.0
33322026-05-12T01:33:00.045Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33332026-05-12T01:33:00.064Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33342026-05-12T01:33:00.082Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33352026-05-12T01:33:00.434Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33362026-05-12T01:33:00.565Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33372026-05-12T01:33:00.903Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33382026-05-12T01:33:01.349Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33392026-05-12T01:33:01.443Z Compiling password-hash v0.4.2
33402026-05-12T01:33:01.443Z Compiling half v1.8.3
33412026-05-12T01:33:01.753Z Compiling crc8 v0.1.1
33422026-05-12T01:33:01.770Z Compiling path-slash v0.1.5
33432026-05-12T01:33:01.847Z Compiling http-range v0.1.5
33442026-05-12T01:33:01.872Z Compiling pbkdf2 v0.11.0
33452026-05-12T01:33:01.890Z Compiling serde_cbor v0.11.2
33462026-05-12T01:33:01.943Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33472026-05-12T01:33:02.072Z Compiling ssh-key v0.6.7
33482026-05-12T01:33:02.103Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33492026-05-12T01:33:02.520Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33502026-05-12T01:33:02.610Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33512026-05-12T01:33:02.628Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33522026-05-12T01:33:02.665Z Compiling progenitor-macro v0.11.2
33532026-05-12T01:33:02.799Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33542026-05-12T01:33:02.962Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33552026-05-12T01:33:03.058Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33562026-05-12T01:33:03.243Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33572026-05-12T01:33:03.335Z Compiling p256 v0.13.2
33582026-05-12T01:33:03.402Z Compiling p521 v0.13.3
33592026-05-12T01:33:03.543Z Compiling yasna v0.5.2
33602026-05-12T01:33:03.609Z Compiling kstat-rs v0.2.4
33612026-05-12T01:33:03.643Z Compiling headers-core v0.3.0
33622026-05-12T01:33:03.724Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33632026-05-12T01:33:03.743Z Compiling nanorand v0.7.0
33642026-05-12T01:33:03.804Z Compiling russh-cryptovec v0.7.3
33652026-05-12T01:33:03.821Z Compiling atty v0.2.14
33662026-05-12T01:33:03.942Z Compiling md5 v0.7.0
33672026-05-12T01:33:03.967Z Compiling home v0.5.12
33682026-05-12T01:33:04.026Z Compiling rcgen v0.12.1
33692026-05-12T01:33:04.049Z Compiling flume v0.11.1
33702026-05-12T01:33:04.076Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33712026-05-12T01:33:04.145Z Compiling russh-keys v0.45.0
33722026-05-12T01:33:04.246Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33732026-05-12T01:33:04.265Z Compiling headers v0.4.1
33742026-05-12T01:33:04.268Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33752026-05-12T01:33:04.351Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33762026-05-12T01:33:04.401Z Compiling hyper-staticfile v0.10.1
33772026-05-12T01:33:04.405Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
33782026-05-12T01:33:04.479Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33792026-05-12T01:33:04.678Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33802026-05-12T01:33:04.779Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33812026-05-12T01:33:04.811Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33822026-05-12T01:33:04.939Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
33832026-05-12T01:33:04.957Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fefccc0623038371dbded0458f0645bee6b141cb#fefccc06)
33842026-05-12T01:33:05.059Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
33852026-05-12T01:33:05.336Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33862026-05-12T01:33:05.389Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
33872026-05-12T01:33:05.460Z Compiling num-bigint v0.4.6
33882026-05-12T01:33:05.513Z Compiling des v0.8.1
33892026-05-12T01:33:05.535Z Compiling subprocess v0.2.15
33902026-05-12T01:33:05.539Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
33912026-05-12T01:33:05.571Z Compiling hex-literal v0.4.1
33922026-05-12T01:33:05.718Z Compiling display-error-chain v0.2.2
33932026-05-12T01:33:05.745Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33942026-05-12T01:33:05.799Z Compiling colored v2.2.0
33952026-05-12T01:33:05.802Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33962026-05-12T01:33:05.899Z Compiling socket2 v0.5.10
33972026-05-12T01:33:05.954Z Compiling internet-checksum v0.2.1
33982026-05-12T01:33:06.001Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
33992026-05-12T01:33:06.270Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34002026-05-12T01:33:06.765Z Compiling russh v0.45.0
34012026-05-12T01:33:07.422Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34022026-05-12T01:33:07.444Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34032026-05-12T01:33:07.533Z Compiling progenitor v0.11.2
34042026-05-12T01:33:07.665Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34052026-05-12T01:33:09.846Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34062026-05-12T01:33:10.506Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34072026-05-12T01:33:10.989Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34082026-05-12T01:33:12.885Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34092026-05-12T01:33:20.877Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34102026-05-12T01:33:20.877Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34112026-05-12T01:33:20.877Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34122026-05-12T01:33:20.881Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34132026-05-12T01:33:22.590Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34142026-05-12T01:33:22.693Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34152026-05-12T01:33:26.807Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34162026-05-12T01:33:28.272Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34172026-05-12T01:33:47.152Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34182026-05-12T01:34:06.379Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34192026-05-12T01:34:06.620Z
34202026-05-12T01:34:06.620Zreal 1:26.295740504
34212026-05-12T01:34:06.620Zuser 8:02.472855931
34222026-05-12T01:34:06.620Zsys 1:39.861120964
34232026-05-12T01:34:06.620Ztrap 0.240562618
34242026-05-12T01:34:06.623Ztflt 0.628908141
34252026-05-12T01:34:06.623Zdflt 1.760854248
34262026-05-12T01:34:06.623Zkflt 0.000409940
34272026-05-12T01:34:06.623Zlock 27:20.468081049
34282026-05-12T01:34:06.623Zslp 18:28.958806778
34292026-05-12T01:34:06.624Zlat 37.363638620
34302026-05-12T01:34:06.624Zstop 2:40.589204259
34312026-05-12T01:34:06.624Z+ mkdir tests
34322026-05-12T01:34:06.627Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34332026-05-12T01:34:06.627Z+ xargs -I '{}' -t cp '{}' tests/
34342026-05-12T01:34:06.648Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-2041b5bd9c2f6d06 tests/
34352026-05-12T01:34:06.675Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6d041f9bf393f3dc tests/
34362026-05-12T01:34:06.704Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-62f54474d1b47c98 tests/
34372026-05-12T01:34:06.735Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-44a692f051bbacae tests/
34382026-05-12T01:34:07.077Z+ 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/*)
34392026-05-12T01:34:07.080Z+ 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-6d041f9bf393f3dc tests/commtest-62f54474d1b47c98 tests/dhcp_server-2041b5bd9c2f6d06 tests/end_to_end_tests-44a692f051bbacae 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
34402026-05-12T01:35:26.607ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34412026-05-12T01:35:26.607Za .github/buildomat/ci-env.sh 1K
34422026-05-12T01:35:26.607Za out/target/test 1K
34432026-05-12T01:35:26.607Za out/npuzone/npuzone 27402K
34442026-05-12T01:35:26.607Za package-manifest.toml 35K
34452026-05-12T01:35:26.607Za smf/sled-agent/non-gimlet/config.toml 6K
34462026-05-12T01:35:26.607Za target/release/omicron-package 45965K
34472026-05-12T01:35:26.607Za target/release/xtask 11449K
34482026-05-12T01:35:26.607Za target/debug/bootstrap 352410K
34492026-05-12T01:35:26.607Za tests/bootstrap-6d041f9bf393f3dc 31215K
34502026-05-12T01:35:26.607Za tests/commtest-62f54474d1b47c98 32299K
34512026-05-12T01:35:26.607Za tests/dhcp_server-2041b5bd9c2f6d06 31215K
34522026-05-12T01:35:26.607Za tests/end_to_end_tests-44a692f051bbacae 394239K
34532026-05-12T01:35:26.607Za out/clickhouse.tar.gz 321161K
34542026-05-12T01:35:26.607Za out/clickhouse_keeper.tar.gz 306247K
34552026-05-12T01:35:26.607Za out/clickhouse_server.tar.gz 321159K
34562026-05-12T01:35:26.608Za out/cockroachdb.tar.gz 165939K
34572026-05-12T01:35:26.608Za out/crucible-pantry-zone.tar.gz 42042K
34582026-05-12T01:35:26.608Za out/crucible-utils.tar 16477K
34592026-05-12T01:35:26.608Za out/crucible-zone.tar.gz 57578K
34602026-05-12T01:35:26.608Za out/external-dns.tar.gz 51132K
34612026-05-12T01:35:26.608Za out/internal-dns.tar.gz 51132K
34622026-05-12T01:35:26.608Za out/mg-ddm-gz.tar 95141K
34632026-05-12T01:35:26.608Za out/nexus.tar.gz 221174K
34642026-05-12T01:35:26.608Za out/ntp.tar.gz 32668K
34652026-05-12T01:35:26.608Za out/omicron-gateway-softnpu.tar.gz 29732K
34662026-05-12T01:35:26.608Za out/omicron-sled-agent.tar 202960K
34672026-05-12T01:35:26.608Za out/overlay.tar.gz 3K
34682026-05-12T01:35:26.608Za out/oximeter.tar.gz 68347K
34692026-05-12T01:35:26.608Za out/oxlog.tar 3782K
34702026-05-12T01:35:26.608Za out/probe.tar.gz 3037K
34712026-05-12T01:35:26.608Za out/propolis-server.tar.gz 38727K
34722026-05-12T01:35:26.608Za out/pumpkind-gz.tar 26647K
34732026-05-12T01:35:26.608Za out/switch-softnpu.tar.gz 398160K
34742026-05-12T01:35:26.611Z
34752026-05-12T01:35:26.612Zreal 1:19.527887748
34762026-05-12T01:35:26.612Zuser 1:16.882173222
34772026-05-12T01:35:26.612Zsys 4.366226120
34782026-05-12T01:35:26.612Ztrap 0.006673442
34792026-05-12T01:35:26.612Ztflt 0.000000000
34802026-05-12T01:35:26.612Zdflt 0.000000000
34812026-05-12T01:35:26.612Zkflt 0.000000000
34822026-05-12T01:35:26.612Zlock 0.000000000
34832026-05-12T01:35:26.612Zslp 1:16.783677916
34842026-05-12T01:35:26.612Zlat 1.012480620
34852026-05-12T01:35:26.612Zstop 0.000182470
34862026-05-12T01:35:26.612Zprocess exited: duration 922364 ms, exit code 0
 
34872026-05-12T01:35:26.627Zfound 1 output files
34882026-05-12T01:35:26.627Zuploading: /work/package.tar.gz (2453823661 bytes)
34892026-05-12T01:35:52.816Zuploaded: /work/package.tar.gz