01KS68CGB8556BA0D39MT9NGC6: 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: 01KS68CW4RYQG21NPG3TAYBBNP

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-21T21:53:14.533Zjob assigned to worker 01KS68D3Q44FS55745S44NYGZN [factory aws, i-073a4cb5c5d25d3c8] (queued for 54 s)
 
22026-05-21T21:53:21.891Zstarting task 0: "setup"
32026-05-21T21:53:21.897Z++ uname -s
42026-05-21T21:53:21.900Z+ kern=SunOS
52026-05-21T21:53:21.900Z+ build_user=build
62026-05-21T21:53:21.900Z+ build_uid=12345
72026-05-21T21:53:21.900Z+ work_dir=/work
82026-05-21T21:53:21.900Z+ input_dir=/input
92026-05-21T21:53:21.900Z+ [[ 0 == 12345 ]]
102026-05-21T21:53:21.900Z+ case "$kern" in
112026-05-21T21:53:21.901Z+ groupadd -g 12345 build
122026-05-21T21:53:21.904Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-21T21:53:23.909Z+ zfs create -o mountpoint=/work rpool/work
142026-05-21T21:53:24.030Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-21T21:53:24.033Z+ home_fs=zfs
162026-05-21T21:53:24.034Z+ [[ zfs == autofs ]]
172026-05-21T21:53:24.034Z+ mkdir -p /home/build
182026-05-21T21:53:24.034Z+ chown build:build /home/build /work
192026-05-21T21:53:26.036Z+ chmod 0700 /home/build /work
202026-05-21T21:53:26.040Zprocess exited: duration 4151 ms, exit code 0
 
212026-05-21T21:53:26.048Zstarting task 1: "rust-toolchain"
222026-05-21T21:53:26.054Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-21T21:53:26.054Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-21T21:53:26.054Z * rust toolchain channel = "1.94.0"
252026-05-21T21:53:26.054Z * rust toolchain profile = "default"
262026-05-21T21:53:26.054Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-21T21:53:26.054Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-21T21:53:26.058Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-21T21:53:26.058Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-21T21:53:26.172Zinfo: downloading installer
312026-05-21T21:53:27.529Zwarn: It looks like you have an existing rustup settings file at:
322026-05-21T21:53:27.529Zwarn: /home/build/.rustup/settings.toml
332026-05-21T21:53:27.529Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-21T21:53:27.529Zwarn: instead of the one inferred from the default host triple.
352026-05-21T21:53:27.542Zinfo: profile set to default
362026-05-21T21:53:27.542Zinfo: default host triple is x86_64-unknown-illumos
372026-05-21T21:53:27.545Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-21T21:53:27.685Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-21T21:53:27.688Zinfo: downloading 6 components
402026-05-21T21:53:42.445Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-21T21:53:42.445Z
422026-05-21T21:53:42.476Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-21T21:53:42.476Z
442026-05-21T21:53:42.476Z
452026-05-21T21:53:42.476ZRust is installed now. Great!
462026-05-21T21:53:42.476Z
472026-05-21T21:53:42.476ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-21T21:53:42.476Zenvironment variable. This has not been done automatically.
492026-05-21T21:53:42.476Z
502026-05-21T21:53:42.476ZTo configure your current shell, you need to source
512026-05-21T21:53:42.476Zthe corresponding env file under $HOME/.cargo.
522026-05-21T21:53:42.476Z
532026-05-21T21:53:42.476ZThis is usually done by running one of the following (note the leading DOT):
542026-05-21T21:53:42.480Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-21T21:53:42.480Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-21T21:53:42.480Zsource "~/.cargo/env.nu" # For nushell
572026-05-21T21:53:42.480Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-21T21:53:42.480Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-21T21:53:42.480Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-21T21:53:42.480Zwarn: no default linker (`cc`) was found in your PATH
612026-05-21T21:53:42.480Zwarn: many Rust crates require a system C toolchain to build
622026-05-21T21:53:42.577Z+ rustup --version
632026-05-21T21:53:42.582Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-21T21:53:42.586Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-21T21:53:42.603Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-21T21:53:42.608Z+ cargo --version
672026-05-21T21:53:42.614Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-21T21:53:42.619Z+ rustc --version
692026-05-21T21:53:42.638Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-21T21:53:42.643Zprocess exited: duration 16592 ms, exit code 0
 
712026-05-21T21:53:42.651Zstarting task 2: "authentication"
722026-05-21T21:53:42.669Zprocess exited: duration 17 ms, exit code 0
 
732026-05-21T21:53:42.676Zstarting task 3: "clone repository"
742026-05-21T21:53:42.681Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-21T21:53:42.684Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-21T21:53:42.726ZCloning into '/work/oxidecomputer/omicron'...
772026-05-21T21:53:53.215Z+ cd /work/oxidecomputer/omicron
782026-05-21T21:53:53.215Z+ git fetch origin 1e81977390c6f0ce86f254b318d3f490b0dc6e8f
792026-05-21T21:53:53.506ZFrom https://github.com/oxidecomputer/omicron
802026-05-21T21:53:53.506Z * branch 1e81977390c6f0ce86f254b318d3f490b0dc6e8f -> FETCH_HEAD
812026-05-21T21:53:53.518Z+ [[ -n add-fmd-inventory-db ]]
822026-05-21T21:53:53.521Z++ git branch --show-current
832026-05-21T21:53:53.521Z+ current=main
842026-05-21T21:53:53.521Z+ [[ main != add-fmd-inventory-db ]]
852026-05-21T21:53:53.521Z+ git branch -f add-fmd-inventory-db 1e81977390c6f0ce86f254b318d3f490b0dc6e8f
862026-05-21T21:53:53.526Z+ git checkout -f add-fmd-inventory-db
872026-05-21T21:53:53.760ZSwitched to branch 'add-fmd-inventory-db'
882026-05-21T21:53:53.764Z+ git reset --hard 1e81977390c6f0ce86f254b318d3f490b0dc6e8f
892026-05-21T21:53:54.004ZHEAD is now at 1e8197739 Address eliza review nits: SQL comment, bool padding, snapshot example
902026-05-21T21:53:54.008Zprocess exited: duration 11329 ms, exit code 0
 
912026-05-21T21:53:54.015Zstarting task 4: "build"
922026-05-21T21:53:54.022Z+ source .github/buildomat/ci-env.sh
932026-05-21T21:53:54.022Z++ export CARGO_TERM_COLOR=always
942026-05-21T21:53:54.022Z++ CARGO_TERM_COLOR=always
952026-05-21T21:53:54.022Z+ cargo --version
962026-05-21T21:53:54.032Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-21T21:53:54.035Z+ rustc --version
982026-05-21T21:53:54.055Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-21T21:53:54.059Z+ WORK=/work
1002026-05-21T21:53:54.059Z+ pfexec mkdir -p /work
1012026-05-21T21:53:54.063Z+ pfexec chown build /work
1022026-05-21T21:53:54.066Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-21T21:53:55.638Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-21T21:53:55.701Z Startup: Caching catalogs ... Done
1052026-05-21T21:53:55.942ZPlanning: Solver setup ... Done (0.206s)
1062026-05-21T21:53:55.960ZPlanning: Running solver ... Done (0.018s)
1072026-05-21T21:53:55.967ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-21T21:53:55.980ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-21T21:53:56.006ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-21T21:53:56.020ZPlanning: Package planning ... Done (0.014s)
1112026-05-21T21:53:56.024ZPlanning: Merging actions ... Done (0.001s)
1122026-05-21T21:53:56.213ZPlanning: Checking for conflicting actions ... Done (0.192s)
1132026-05-21T21:53:56.217ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-21T21:53:57.114ZPlanning: Evaluating mediators ... Done (0.899s)
1152026-05-21T21:53:57.118ZPlanning: Planning completed in 1.39 seconds
1162026-05-21T21:53:57.124Z Packages to install: 2
1172026-05-21T21:53:57.124Z Estimated space available: 156.07 GB
1182026-05-21T21:53:57.124ZEstimated space to be consumed: 21.14 MB
1192026-05-21T21:53:57.124Z Create boot environment: No
1202026-05-21T21:53:57.124ZCreate backup boot environment: No
1212026-05-21T21:53:57.128Z Rebuild boot archive: No
1222026-05-21T21:53:57.128Z
1232026-05-21T21:53:57.128ZChanged packages:
1242026-05-21T21:53:57.128Zhelios
1252026-05-21T21:53:57.128Z developer/build-essential
1262026-05-21T21:53:57.128Z None -> 11-3.0
1272026-05-21T21:53:57.128Z library/libxmlsec1
1282026-05-21T21:53:57.128Z None -> 1.2.35-3.0
1292026-05-21T21:53:57.155Z
1302026-05-21T21:53:57.155ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-21T21:53:57.665ZDownload: Completed 1.28 MB in 0.51 seconds (2.5M/s)
1322026-05-21T21:53:57.740Z Actions: 1/268 actions (Installing new actions)
1332026-05-21T21:53:57.779Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-21T21:53:57.786ZFinalize: Updating package state database ... Done (0.007s)
1352026-05-21T21:53:57.786ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-21T21:53:57.803ZFinalize: Updating image state ... Done (0.017s)
1372026-05-21T21:54:00.393ZFinalize: Creating fast lookup database ... Done (2.567s)
1382026-05-21T21:54:00.461ZFinalize: Reading search index ... Done (0.013s)
1392026-05-21T21:54:00.465ZFinalize: Updating search index ... Done (0.000s)
1402026-05-21T21:54:00.554ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-21T21:54:00.852ZPlanning: Evaluating mediator changes ... Done
1422026-05-21T21:54:00.958ZPlanning: Checking for conflicting actions ... Done
1432026-05-21T21:54:00.962ZPlanning: Consolidating action changes ... Done
1442026-05-21T21:54:01.117ZPlanning: Evaluating mediators ... Done
1452026-05-21T21:54:01.121ZPlanning: Planning completed in 0.27 seconds
1462026-05-21T21:54:01.142Z Mediators to change: 2
1472026-05-21T21:54:01.142Z Create boot environment: No
1482026-05-21T21:54:01.142ZCreate backup boot environment: No
1492026-05-21T21:54:01.211ZFinalize: Updating package state database ... Done
1502026-05-21T21:54:01.211ZFinalize: Updating package cache ... Done
1512026-05-21T21:54:01.223ZFinalize: Updating image state ... Done
1522026-05-21T21:54:03.194ZFinalize: Creating fast lookup database ... Done
1532026-05-21T21:54:03.260ZFinalize: Reading search index ... Done
1542026-05-21T21:54:03.264ZFinalize: Updating search index ... Done
1552026-05-21T21:54:03.352ZFinalize: Updating package cache ... Done
1562026-05-21T21:54:03.640ZPlanning: Evaluating mediator changes ... Done
1572026-05-21T21:54:03.743ZPlanning: Checking for conflicting actions ... Done
1582026-05-21T21:54:03.747ZPlanning: Consolidating action changes ... Done
1592026-05-21T21:54:03.900ZPlanning: Evaluating mediators ... Done
1602026-05-21T21:54:03.904ZPlanning: Planning completed in 0.26 seconds
1612026-05-21T21:54:03.924Z Mediators to change: 1
1622026-05-21T21:54:03.924Z Create boot environment: No
1632026-05-21T21:54:03.924ZCreate backup boot environment: No
1642026-05-21T21:54:03.977ZFinalize: Updating package state database ... Done
1652026-05-21T21:54:03.977ZFinalize: Updating package cache ... Done
1662026-05-21T21:54:03.986ZFinalize: Updating image state ... Done
1672026-05-21T21:54:05.932ZFinalize: Creating fast lookup database ... Done
1682026-05-21T21:54:05.999ZFinalize: Reading search index ... Done
1692026-05-21T21:54:06.004ZFinalize: Updating search index ... Done
1702026-05-21T21:54:06.062ZFinalize: Updating package cache ... Done
1712026-05-21T21:54:06.374ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-21T21:54:06.374Zapache system 2.4 system
1732026-05-21T21:54:06.374Zclang system 15 system
1742026-05-21T21:54:06.374Zcsh system system illumos
1752026-05-21T21:54:06.374Zctags system system illumos
1762026-05-21T21:54:06.374Zfile vendor vendor darwinsys
1772026-05-21T21:54:06.374Zfile system system illumos
1782026-05-21T21:54:06.374Zgcc vendor 14 vendor
1792026-05-21T21:54:06.374Zgcc system 13 system
1802026-05-21T21:54:06.374Zgcc system 10 system
1812026-05-21T21:54:06.374Zgo system 1.25 system
1822026-05-21T21:54:06.374Zllvm system 15 system
1832026-05-21T21:54:06.374Zmariadb system 11.4 system
1842026-05-21T21:54:06.374Zmta vendor vendor dma
1852026-05-21T21:54:06.374Zopenjdk system 17 system
1862026-05-21T21:54:06.374Zopenjdk system 11 system
1872026-05-21T21:54:06.374Zopenssl vendor 3 vendor
1882026-05-21T21:54:06.374Zperl system 5.40 system
1892026-05-21T21:54:06.374Zpostgresql system 18 system
1902026-05-21T21:54:06.374Zpostgresql system 17 system
1912026-05-21T21:54:06.374Zpython vendor 3 vendor
1922026-05-21T21:54:06.375Zpython system 2 system
1932026-05-21T21:54:06.375Zpython3 vendor 3.13 vendor
1942026-05-21T21:54:06.375Zruby system 3.4 system
1952026-05-21T21:54:06.375Zruby system 3.0 system
1962026-05-21T21:54:06.375Zwords vendor vendor american-english
1972026-05-21T21:54:06.375Zwords system system australian-english
1982026-05-21T21:54:06.375Zwords system system british-english
1992026-05-21T21:54:06.375Zwords system system canadian-english
2002026-05-21T21:54:06.375Zwords system system french
2012026-05-21T21:54:06.375Zwords system system italian
2022026-05-21T21:54:06.375Zwords system system ngerman
2032026-05-21T21:54:06.375Zwords system system ogerman
2042026-05-21T21:54:06.375Zwords system system spanish
2052026-05-21T21:54:06.631ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-21T21:54:06.631Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-21T21:54:06.900ZFMRI IFO
2082026-05-21T21:54:06.900Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-21T21:54:06.900Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-21T21:54:06.900Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-21T21:54:06.900Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-21T21:54:06.900Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-21T21:54:06.900Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-21T21:54:06.900Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-21T21:54:06.900Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-21T21:54:06.900Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-21T21:54:07.134Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-21T21:54:07.410Z Updating crates.io index
2192026-05-21T21:54:07.443Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-21T21:54:07.677Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-21T21:54:08.603Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-21T21:54:09.149Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-21T21:54:09.992Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-21T21:54:10.479Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-21T21:54:11.925Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-21T21:54:12.673Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-21T21:54:13.024Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-21T21:54:13.813Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-21T21:54:14.250Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-21T21:54:14.603Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-21T21:54:15.017Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-21T21:54:15.920Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-21T21:54:16.442Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-21T21:54:16.806Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-21T21:54:17.172Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-21T21:54:17.423Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-21T21:54:17.963Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-21T21:54:18.444Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-21T21:54:18.679Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-21T21:54:18.947Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-21T21:54:19.354Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-21T21:54:19.692Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-05-21T21:54:20.343Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-05-21T21:54:20.599Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-05-21T21:54:20.927Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-05-21T21:54:21.233Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472026-05-21T21:54:22.515Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-05-21T21:54:23.013Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-21T21:54:23.454Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-05-21T21:54:24.080Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-05-21T21:54:24.448Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-05-21T21:54:24.772Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-05-21T21:54:25.322Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542026-05-21T21:54:25.602Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2552026-05-21T21:54:25.859Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2562026-05-21T21:54:26.180Z Updating git repository `https://github.com/illumos/smf-rs`
2572026-05-21T21:54:26.578Z Updating git repository `https://github.com/oxidecomputer/omicron`
2582026-05-21T21:54:38.126Z Downloading crates ...
2592026-05-21T21:54:38.178Z Downloaded anstream v0.6.21
2602026-05-21T21:54:38.184Z Downloaded crypto-common v0.1.7
2612026-05-21T21:54:38.187Z Downloaded camino v1.2.2
2622026-05-21T21:54:38.191Z Downloaded digest v0.10.7
2632026-05-21T21:54:38.196Z Downloaded dtrace-parser v0.2.0
2642026-05-21T21:54:38.199Z Downloaded displaydoc v0.2.5
2652026-05-21T21:54:38.199Z Downloaded cargo-platform v0.2.0
2662026-05-21T21:54:38.203Z Downloaded camino-tempfile v1.4.1
2672026-05-21T21:54:38.203Z Downloaded cargo_metadata v0.21.0
2682026-05-21T21:54:38.207Z Downloaded anstyle-parse v0.2.7
2692026-05-21T21:54:38.207Z Downloaded ucd-trie v0.1.7
2702026-05-21T21:54:38.210Z Downloaded byteorder v1.5.0
2712026-05-21T21:54:38.210Z Downloaded cargo-util-schemas v0.8.2
2722026-05-21T21:54:38.210Z Downloaded dof v0.3.0
2732026-05-21T21:54:38.214Z Downloaded clap v4.5.60
2742026-05-21T21:54:38.217Z Downloaded yoke-derive v0.8.1
2752026-05-21T21:54:38.221Z Downloaded colorchoice v1.0.4
2762026-05-21T21:54:38.221Z Downloaded cargo_toml v0.21.0
2772026-05-21T21:54:38.221Z Downloaded anstyle-query v1.1.5
2782026-05-21T21:54:38.221Z Downloaded anstyle v1.0.13
2792026-05-21T21:54:38.225Z Downloaded getrandom v0.4.1
2802026-05-21T21:54:38.225Z Downloaded zerofrom-derive v0.1.6
2812026-05-21T21:54:38.225Z Downloaded zerofrom v0.1.6
2822026-05-21T21:54:38.225Z Downloaded usdt-attr-macro v0.5.0
2832026-05-21T21:54:38.229Z Downloaded thread-id v4.2.2
2842026-05-21T21:54:38.229Z Downloaded smallvec v1.15.1
2852026-05-21T21:54:38.229Z Downloaded fastrand v2.3.0
2862026-05-21T21:54:38.229Z Downloaded clap_lex v1.0.0
2872026-05-21T21:54:38.232Z Downloaded block-buffer v0.10.4
2882026-05-21T21:54:38.232Z Downloaded version_check v0.9.5
2892026-05-21T21:54:38.232Z Downloaded usdt-impl v0.5.0
2902026-05-21T21:54:38.232Z Downloaded utf8_iter v1.0.4
2912026-05-21T21:54:38.236Z Downloaded utf8parse v0.2.2
2922026-05-21T21:54:38.236Z Downloaded typeid v1.0.3
2932026-05-21T21:54:38.236Z Downloaded itoa v1.0.17
2942026-05-21T21:54:38.236Z Downloaded toml_write v0.1.2
2952026-05-21T21:54:38.239Z Downloaded num-traits v0.2.19
2962026-05-21T21:54:38.239Z Downloaded clap_derive v4.5.55
2972026-05-21T21:54:38.239Z Downloaded anyhow v1.0.102
2982026-05-21T21:54:38.243Z Downloaded zmij v1.0.21
2992026-05-21T21:54:38.243Z Downloaded potential_utf v0.1.4
3002026-05-21T21:54:38.247Z Downloaded percent-encoding v2.3.2
3012026-05-21T21:54:38.247Z Downloaded form_urlencoded v1.2.2
3022026-05-21T21:54:38.247Z Downloaded errno v0.3.14
3032026-05-21T21:54:38.247Z Downloaded smawk v0.3.2
3042026-05-21T21:54:38.247Z Downloaded toml_datetime v0.6.11
3052026-05-21T21:54:38.253Z Downloaded unicode-xid v0.2.6
3062026-05-21T21:54:38.253Z Downloaded usdt v0.5.0
3072026-05-21T21:54:38.253Z Downloaded unicode-linebreak v0.1.5
3082026-05-21T21:54:38.253Z Downloaded usdt-macro v0.5.0
3092026-05-21T21:54:38.253Z Downloaded is_terminal_polyfill v1.70.2
3102026-05-21T21:54:38.256Z Downloaded cfg-if v1.0.4
3112026-05-21T21:54:38.256Z Downloaded fs-err v3.3.0
3122026-05-21T21:54:38.256Z Downloaded thiserror-impl v1.0.69
3132026-05-21T21:54:38.257Z Downloaded memmap v0.7.0
3142026-05-21T21:54:38.257Z Downloaded thiserror v1.0.69
3152026-05-21T21:54:38.260Z Downloaded zerovec-derive v0.11.2
3162026-05-21T21:54:38.260Z Downloaded scroll_derive v0.12.1
3172026-05-21T21:54:38.260Z Downloaded stable_deref_trait v1.2.1
3182026-05-21T21:54:38.264Z Downloaded heck v0.5.0
3192026-05-21T21:54:38.264Z Downloaded cpufeatures v0.2.17
3202026-05-21T21:54:38.264Z Downloaded thiserror v2.0.18
3212026-05-21T21:54:38.267Z Downloaded yoke v0.8.1
3222026-05-21T21:54:38.267Z Downloaded pretty-hex v0.4.1
3232026-05-21T21:54:38.271Z Downloaded terminal_size v0.4.3
3242026-05-21T21:54:38.271Z Downloaded macaddr v1.0.1
3252026-05-21T21:54:38.271Z Downloaded strsim v0.11.1
3262026-05-21T21:54:38.275Z Downloaded zerocopy-derive v0.7.35
3272026-05-21T21:54:38.279Z Downloaded tabled_derive v0.7.0
3282026-05-21T21:54:38.279Z Downloaded tinystr v0.8.2
3292026-05-21T21:54:38.279Z Downloaded proc-macro-error-attr v1.0.4
3302026-05-21T21:54:38.283Z Downloaded writeable v0.6.2
3312026-05-21T21:54:38.283Z Downloaded toml v0.8.23
3322026-05-21T21:54:38.283Z Downloaded idna_adapter v1.2.1
3332026-05-21T21:54:38.287Z Downloaded fnv v1.0.7
3342026-05-21T21:54:38.287Z Downloaded thiserror-impl v2.0.18
3352026-05-21T21:54:38.290Z Downloaded serde_spanned v0.6.9
3362026-05-21T21:54:38.291Z Downloaded textwrap v0.16.2
3372026-05-21T21:54:38.294Z Downloaded unicode-ident v1.0.24
3382026-05-21T21:54:38.294Z Downloaded equivalent v1.0.2
3392026-05-21T21:54:38.297Z Downloaded typenum v1.19.0
3402026-05-21T21:54:38.306Z Downloaded toml_edit v0.22.27
3412026-05-21T21:54:38.309Z Downloaded zerotrie v0.2.3
3422026-05-21T21:54:38.313Z Downloaded url v2.5.8
3432026-05-21T21:54:38.313Z Downloaded swrite v0.1.0
3442026-05-21T21:54:38.313Z Downloaded serde-value v0.7.0
3452026-05-21T21:54:38.325Z Downloaded ordered-float v2.10.1
3462026-05-21T21:54:38.329Z Downloaded synstructure v0.13.2
3472026-05-21T21:54:38.329Z Downloaded serde_tokenstream v0.2.3
3482026-05-21T21:54:38.329Z Downloaded scroll v0.12.0
3492026-05-21T21:54:38.334Z Downloaded generic-array v0.14.7
3502026-05-21T21:54:38.334Z Downloaded zerovec v0.11.5
3512026-05-21T21:54:38.337Z Downloaded sha2 v0.10.9
3522026-05-21T21:54:38.337Z Downloaded plain v0.2.3
3532026-05-21T21:54:38.341Z Downloaded zerocopy v0.7.35
3542026-05-21T21:54:38.347Z Downloaded unicode-width v0.1.14
3552026-05-21T21:54:38.351Z Downloaded winnow v0.7.14
3562026-05-21T21:54:38.356Z Downloaded erased-serde v0.4.9
3572026-05-21T21:54:38.360Z Downloaded bitflags v2.11.0
3582026-05-21T21:54:38.363Z Downloaded heck v0.4.1
3592026-05-21T21:54:38.363Z Downloaded unicode-width v0.2.0
3602026-05-21T21:54:38.367Z Downloaded pest_generator v2.8.6
3612026-05-21T21:54:38.367Z Downloaded bytecount v0.6.9
3622026-05-21T21:54:38.367Z Downloaded quote v1.0.45
3632026-05-21T21:54:38.370Z Downloaded serde-untagged v0.1.9
3642026-05-21T21:54:38.374Z Downloaded autocfg v1.5.0
3652026-05-21T21:54:38.377Z Downloaded litemap v0.8.1
3662026-05-21T21:54:38.377Z Downloaded proc-macro-error v1.0.4
3672026-05-21T21:54:38.380Z Downloaded semver v1.0.28
3682026-05-21T21:54:38.385Z Downloaded once_cell v1.21.3
3692026-05-21T21:54:38.400Z Downloaded pest_derive v2.8.6
3702026-05-21T21:54:38.409Z Downloaded proc-macro2 v1.0.106
3712026-05-21T21:54:38.413Z Downloaded serde_core v1.0.228
3722026-05-21T21:54:38.426Z Downloaded icu_properties v2.1.2
3732026-05-21T21:54:38.431Z Downloaded serde_derive v1.0.228
3742026-05-21T21:54:38.434Z Downloaded log v0.4.29
3752026-05-21T21:54:38.434Z Downloaded icu_provider v2.1.1
3762026-05-21T21:54:38.438Z Downloaded icu_locale_core v2.1.1
3772026-05-21T21:54:38.442Z Downloaded pest_meta v2.8.6
3782026-05-21T21:54:38.446Z Downloaded papergrid v0.11.0
3792026-05-21T21:54:38.449Z Downloaded icu_normalizer_data v2.1.1
3802026-05-21T21:54:38.456Z Downloaded tempfile v3.25.0
3812026-05-21T21:54:38.459Z Downloaded serde v1.0.228
3822026-05-21T21:54:38.463Z Downloaded icu_collections v2.1.1
3832026-05-21T21:54:38.463Z Downloaded icu_normalizer v2.1.1
3842026-05-21T21:54:38.481Z Downloaded memchr v2.8.0
3852026-05-21T21:54:38.491Z Downloaded pest v2.8.6
3862026-05-21T21:54:38.497Z Downloaded indexmap v2.14.0
3872026-05-21T21:54:38.501Z Downloaded hashbrown v0.17.0
3882026-05-21T21:54:38.522Z Downloaded icu_properties_data v2.1.2
3892026-05-21T21:54:38.527Z Downloaded serde_json v1.0.149
3902026-05-21T21:54:38.531Z Downloaded idna v1.1.0
3912026-05-21T21:54:38.535Z Downloaded clap_builder v4.5.60
3922026-05-21T21:54:38.549Z Downloaded goblin v0.8.2
3932026-05-21T21:54:38.552Z Downloaded tabled v0.15.0
3942026-05-21T21:54:38.567Z Downloaded syn v1.0.109
3952026-05-21T21:54:38.580Z Downloaded syn v2.0.117
3962026-05-21T21:54:38.601Z Downloaded rustix v1.1.3
3972026-05-21T21:54:38.632Z Downloaded libc v0.2.185
3982026-05-21T21:54:38.699Z Compiling proc-macro2 v1.0.106
3992026-05-21T21:54:38.699Z Compiling unicode-ident v1.0.24
4002026-05-21T21:54:38.704Z Compiling quote v1.0.45
4012026-05-21T21:54:38.704Z Compiling serde_core v1.0.228
4022026-05-21T21:54:38.704Z Compiling libc v0.2.185
4032026-05-21T21:54:38.704Z Compiling version_check v0.9.5
4042026-05-21T21:54:38.704Z Compiling stable_deref_trait v1.2.1
4052026-05-21T21:54:38.704Z Compiling memchr v2.8.0
4062026-05-21T21:54:38.704Z Compiling serde v1.0.228
4072026-05-21T21:54:38.704Z Compiling zmij v1.0.21
4082026-05-21T21:54:38.704Z Compiling thiserror v1.0.69
4092026-05-21T21:54:38.884Z Compiling ucd-trie v0.1.7
4102026-05-21T21:54:38.888Z Compiling itoa v1.0.17
4112026-05-21T21:54:38.888Z Compiling autocfg v1.5.0
4122026-05-21T21:54:38.888Z Compiling writeable v0.6.2
4132026-05-21T21:54:39.110Z Compiling litemap v0.8.1
4142026-05-21T21:54:39.128Z Compiling byteorder v1.5.0
4152026-05-21T21:54:39.244Z Compiling icu_properties_data v2.1.2
4162026-05-21T21:54:39.262Z Compiling icu_normalizer_data v2.1.1
4172026-05-21T21:54:39.262Z Compiling rustix v1.1.3
4182026-05-21T21:54:39.380Z Compiling bitflags v2.11.0
4192026-05-21T21:54:39.454Z Compiling serde_json v1.0.149
4202026-05-21T21:54:39.458Z Compiling hashbrown v0.17.0
4212026-05-21T21:54:39.509Z Compiling pest v2.8.6
4222026-05-21T21:54:39.547Z Compiling num-traits v0.2.19
4232026-05-21T21:54:39.616Z Compiling equivalent v1.0.2
4242026-05-21T21:54:39.701Z Compiling smallvec v1.15.1
4252026-05-21T21:54:39.772Z Compiling typeid v1.0.3
4262026-05-21T21:54:39.789Z Compiling usdt-impl v0.5.0
4272026-05-21T21:54:39.793Z Compiling proc-macro-error-attr v1.0.4
4282026-05-21T21:54:39.793Z Compiling winnow v0.7.14
4292026-05-21T21:54:39.893Z Compiling toml_write v0.1.2
4302026-05-21T21:54:39.914Z Compiling erased-serde v0.4.9
4312026-05-21T21:54:39.955Z Compiling syn v1.0.109
4322026-05-21T21:54:39.973Z Compiling proc-macro-error v1.0.4
4332026-05-21T21:54:40.020Z Compiling indexmap v2.14.0
4342026-05-21T21:54:40.058Z Compiling percent-encoding v2.3.2
4352026-05-21T21:54:40.099Z Compiling camino v1.2.2
4362026-05-21T21:54:40.176Z Compiling errno v0.3.14
4372026-05-21T21:54:40.195Z Compiling thread-id v4.2.2
4382026-05-21T21:54:40.255Z Compiling utf8parse v0.2.2
4392026-05-21T21:54:40.278Z Compiling thiserror v2.0.18
4402026-05-21T21:54:40.299Z Compiling utf8_iter v1.0.4
4412026-05-21T21:54:40.350Z Compiling syn v2.0.117
4422026-05-21T21:54:40.353Z Compiling getrandom v0.4.1
4432026-05-21T21:54:40.386Z Compiling log v0.4.29
4442026-05-21T21:54:40.401Z Compiling plain v0.2.3
4452026-05-21T21:54:40.483Z Compiling anstyle-parse v0.2.7
4462026-05-21T21:54:40.510Z Compiling form_urlencoded v1.2.2
4472026-05-21T21:54:40.603Z Compiling pest_meta v2.8.6
4482026-05-21T21:54:40.666Z Compiling ordered-float v2.10.1
4492026-05-21T21:54:40.701Z Compiling is_terminal_polyfill v1.70.2
4502026-05-21T21:54:40.721Z Compiling pretty-hex v0.4.1
4512026-05-21T21:54:40.744Z Compiling anstyle-query v1.1.5
4522026-05-21T21:54:40.783Z Compiling colorchoice v1.0.4
4532026-05-21T21:54:40.810Z Compiling anstyle v1.0.13
4542026-05-21T21:54:40.827Z Compiling cfg-if v1.0.4
4552026-05-21T21:54:40.904Z Compiling fs-err v3.3.0
4562026-05-21T21:54:40.924Z Compiling clap_lex v1.0.0
4572026-05-21T21:54:40.941Z Compiling once_cell v1.21.3
4582026-05-21T21:54:40.944Z Compiling anyhow v1.0.102
4592026-05-21T21:54:41.008Z Compiling anstream v0.6.21
4602026-05-21T21:54:41.065Z Compiling unicode-xid v0.2.6
4612026-05-21T21:54:41.166Z Compiling strsim v0.11.1
4622026-05-21T21:54:41.193Z Compiling terminal_size v0.4.3
4632026-05-21T21:54:41.217Z Compiling heck v0.5.0
4642026-05-21T21:54:41.236Z Compiling heck v0.4.1
4652026-05-21T21:54:41.253Z Compiling fastrand v2.3.0
4662026-05-21T21:54:41.301Z Compiling bytecount v0.6.9
4672026-05-21T21:54:41.383Z Compiling semver v1.0.28
4682026-05-21T21:54:41.469Z Compiling fnv v1.0.7
4692026-05-21T21:54:41.492Z Compiling unicode-width v0.1.14
4702026-05-21T21:54:41.498Z Compiling tempfile v3.25.0
4712026-05-21T21:54:41.513Z Compiling clap_builder v4.5.60
4722026-05-21T21:54:41.567Z Compiling memmap v0.7.0
4732026-05-21T21:54:41.709Z Compiling unicode-linebreak v0.1.5
4742026-05-21T21:54:41.739Z Compiling papergrid v0.11.0
4752026-05-21T21:54:41.771Z Compiling serde-untagged v0.1.9
4762026-05-21T21:54:41.791Z Compiling smawk v0.3.2
4772026-05-21T21:54:41.808Z Compiling unicode-width v0.2.0
4782026-05-21T21:54:41.858Z Compiling camino-tempfile v1.4.1
4792026-05-21T21:54:41.946Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-05-21T21:54:41.964Z Compiling swrite v0.1.0
4812026-05-21T21:54:42.079Z Compiling textwrap v0.16.2
4822026-05-21T21:54:42.305Z Compiling tabled_derive v0.7.0
4832026-05-21T21:54:42.990Z Compiling synstructure v0.13.2
4842026-05-21T21:54:42.990Z Compiling pest_generator v2.8.6
4852026-05-21T21:54:43.048Z Compiling tabled v0.15.0
4862026-05-21T21:54:43.545Z Compiling serde_derive v1.0.228
4872026-05-21T21:54:43.545Z Compiling zerofrom-derive v0.1.6
4882026-05-21T21:54:43.549Z Compiling yoke-derive v0.8.1
4892026-05-21T21:54:43.549Z Compiling zerovec-derive v0.11.2
4902026-05-21T21:54:43.549Z Compiling displaydoc v0.2.5
4912026-05-21T21:54:43.549Z Compiling thiserror-impl v1.0.69
4922026-05-21T21:54:43.549Z Compiling zerocopy-derive v0.7.35
4932026-05-21T21:54:43.549Z Compiling scroll_derive v0.12.1
4942026-05-21T21:54:43.549Z Compiling thiserror-impl v2.0.18
4952026-05-21T21:54:43.549Z Compiling clap_derive v4.5.55
4962026-05-21T21:54:43.618Z Compiling pest_derive v2.8.6
4972026-05-21T21:54:44.238Z Compiling scroll v0.12.0
4982026-05-21T21:54:44.289Z Compiling zerocopy v0.7.35
4992026-05-21T21:54:44.473Z Compiling goblin v0.8.2
5002026-05-21T21:54:44.681Z Compiling zerofrom v0.1.6
5012026-05-21T21:54:44.744Z Compiling dtrace-parser v0.2.0
5022026-05-21T21:54:44.778Z Compiling yoke v0.8.1
5032026-05-21T21:54:44.928Z Compiling zerovec v0.11.5
5042026-05-21T21:54:44.928Z Compiling zerotrie v0.2.3
5052026-05-21T21:54:44.964Z Compiling clap v4.5.60
5062026-05-21T21:54:45.334Z Compiling tinystr v0.8.2
5072026-05-21T21:54:45.334Z Compiling potential_utf v0.1.4
5082026-05-21T21:54:45.455Z Compiling icu_collections v2.1.1
5092026-05-21T21:54:45.511Z Compiling icu_locale_core v2.1.1
5102026-05-21T21:54:46.015Z Compiling toml_datetime v0.6.11
5112026-05-21T21:54:46.015Z Compiling serde_spanned v0.6.9
5122026-05-21T21:54:46.015Z Compiling serde-value v0.7.0
5132026-05-21T21:54:46.019Z Compiling cargo-platform v0.2.0
5142026-05-21T21:54:46.019Z Compiling macaddr v1.0.1
5152026-05-21T21:54:46.033Z Compiling dof v0.3.0
5162026-05-21T21:54:46.037Z Compiling serde_tokenstream v0.2.3
5172026-05-21T21:54:46.091Z Compiling icu_provider v2.1.1
5182026-05-21T21:54:46.210Z Compiling toml_edit v0.22.27
5192026-05-21T21:54:46.375Z Compiling icu_normalizer v2.1.1
5202026-05-21T21:54:46.375Z Compiling icu_properties v2.1.2
5212026-05-21T21:54:46.785Z Compiling usdt-macro v0.5.0
5222026-05-21T21:54:46.785Z Compiling usdt-attr-macro v0.5.0
5232026-05-21T21:54:47.177Z Compiling idna_adapter v1.2.1
5242026-05-21T21:54:47.284Z Compiling idna v1.1.0
5252026-05-21T21:54:47.375Z Compiling usdt v0.5.0
5262026-05-21T21:54:47.494Z Compiling toml v0.8.23
5272026-05-21T21:54:47.540Z Compiling url v2.5.8
5282026-05-21T21:54:47.824Z Compiling cargo_toml v0.21.0
5292026-05-21T21:54:47.946Z Compiling cargo-util-schemas v0.8.2
5302026-05-21T21:54:48.720Z Compiling cargo_metadata v0.21.0
5312026-05-21T21:54:49.638Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5322026-05-21T21:54:51.744Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.78s
5332026-05-21T21:54:52.001Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5342026-05-21T21:54:52.566Z Downloading crates ...
5352026-05-21T21:54:52.656Z Downloaded adler2 v2.0.1
5362026-05-21T21:54:52.660Z Downloaded array-init v0.0.4
5372026-05-21T21:54:52.668Z Downloaded aead v0.5.2
5382026-05-21T21:54:52.671Z Downloaded argon2 v0.5.3
5392026-05-21T21:54:52.671Z Downloaded arc-swap v1.8.2
5402026-05-21T21:54:52.676Z Downloaded darling_macro v0.20.11
5412026-05-21T21:54:52.680Z Downloaded async-bb8-diesel v0.2.1
5422026-05-21T21:54:52.684Z Downloaded base64ct v1.8.3
5432026-05-21T21:54:52.687Z Downloaded bitfield-macros v0.19.4
5442026-05-21T21:54:52.687Z Downloaded ascii-canvas v3.0.0
5452026-05-21T21:54:52.692Z Downloaded bit-set v0.5.3
5462026-05-21T21:54:52.695Z Downloaded atty v0.2.14
5472026-05-21T21:54:52.695Z Downloaded crc8 v0.1.1
5482026-05-21T21:54:52.695Z Downloaded bytes v1.11.1
5492026-05-21T21:54:52.699Z Downloaded bcrypt-pbkdf v0.10.0
5502026-05-21T21:54:52.699Z Downloaded const-oid v0.9.6
5512026-05-21T21:54:52.702Z Downloaded async-stream-impl v0.3.6
5522026-05-21T21:54:52.702Z Downloaded ahash v0.8.12
5532026-05-21T21:54:52.702Z Downloaded assert_matches v1.5.0
5542026-05-21T21:54:52.702Z Downloaded base16ct v0.2.0
5552026-05-21T21:54:52.707Z Downloaded diesel_table_macro_syntax v0.3.0
5562026-05-21T21:54:52.711Z Downloaded darling v0.23.0
5572026-05-21T21:54:52.714Z Downloaded difflib v0.4.0
5582026-05-21T21:54:52.718Z Downloaded crunchy v0.2.4
5592026-05-21T21:54:52.721Z Downloaded dyn-clone v1.0.20
5602026-05-21T21:54:52.725Z Downloaded darling_core v0.21.3
5612026-05-21T21:54:52.728Z Downloaded curve25519-dalek-derive v0.1.1
5622026-05-21T21:54:52.728Z Downloaded ciborium-ll v0.2.2
5632026-05-21T21:54:52.728Z Downloaded debug-ignore v1.0.5
5642026-05-21T21:54:52.732Z Downloaded dirs-next v2.0.0
5652026-05-21T21:54:52.732Z Downloaded darling_macro v0.21.3
5662026-05-21T21:54:52.732Z Downloaded convert_case v0.4.0
5672026-05-21T21:54:52.732Z Downloaded async-stream v0.3.6
5682026-05-21T21:54:52.736Z Downloaded block-padding v0.3.3
5692026-05-21T21:54:52.736Z Downloaded castaway v0.2.4
5702026-05-21T21:54:52.736Z Downloaded bb8 v0.8.6
5712026-05-21T21:54:52.736Z Downloaded arrayref v0.3.9
5722026-05-21T21:54:52.739Z Downloaded atomic-waker v1.1.2
5732026-05-21T21:54:52.739Z Downloaded cobs v0.3.0
5742026-05-21T21:54:52.742Z Downloaded ciborium-io v0.2.2
5752026-05-21T21:54:52.746Z Downloaded defmt-parser v1.0.0
5762026-05-21T21:54:52.746Z Downloaded compression-codecs v0.4.37
5772026-05-21T21:54:52.746Z Downloaded embedded-io v0.4.0
5782026-05-21T21:54:52.749Z Downloaded bit-vec v0.8.0
5792026-05-21T21:54:52.749Z Downloaded arrayvec v0.7.6
5802026-05-21T21:54:52.749Z Downloaded display-error-chain v0.2.2
5812026-05-21T21:54:52.753Z Downloaded fixedbitset v0.5.7
5822026-05-21T21:54:52.753Z Downloaded enum-as-inner v0.6.1
5832026-05-21T21:54:52.753Z Downloaded ed25519 v2.2.3
5842026-05-21T21:54:52.756Z Downloaded crossbeam-deque v0.8.6
5852026-05-21T21:54:52.757Z Downloaded daft v0.1.7
5862026-05-21T21:54:52.757Z Downloaded derive_builder v0.20.2
5872026-05-21T21:54:52.761Z Downloaded defmt v0.3.100
5882026-05-21T21:54:52.761Z Downloaded atomicwrites v0.4.4
5892026-05-21T21:54:52.764Z Downloaded cstr-argument v0.1.2
5902026-05-21T21:54:52.764Z Downloaded dunce v1.0.5
5912026-05-21T21:54:52.768Z Downloaded foreign-types v0.3.2
5922026-05-21T21:54:52.768Z Downloaded crc v3.4.0
5932026-05-21T21:54:52.768Z Downloaded env_filter v1.0.0
5942026-05-21T21:54:52.768Z Downloaded darling_macro v0.23.0
5952026-05-21T21:54:52.771Z Downloaded dirs-sys-next v0.1.2
5962026-05-21T21:54:52.771Z Downloaded float-ord v0.3.2
5972026-05-21T21:54:52.771Z Downloaded bitfield-struct v0.6.2
5982026-05-21T21:54:52.771Z Downloaded cfg_aliases v0.2.1
5992026-05-21T21:54:52.775Z Downloaded cfg_aliases v0.1.1
6002026-05-21T21:54:52.775Z Downloaded async-recursion v1.1.1
6012026-05-21T21:54:52.775Z Downloaded foldhash v0.2.0
6022026-05-21T21:54:52.778Z Downloaded defmt-macros v1.0.1
6032026-05-21T21:54:52.778Z Downloaded csv-core v0.1.13
6042026-05-21T21:54:52.782Z Downloaded deranged v0.5.8
6052026-05-21T21:54:52.782Z Downloaded foldhash v0.1.5
6062026-05-21T21:54:52.785Z Downloaded diesel-dtrace v0.5.0
6072026-05-21T21:54:52.785Z Downloaded foreign-types-shared v0.3.1
6082026-05-21T21:54:52.785Z Downloaded ecdsa v0.16.9
6092026-05-21T21:54:52.789Z Downloaded bit-set v0.8.0
6102026-05-21T21:54:52.789Z Downloaded foreign-types-macros v0.2.3
6112026-05-21T21:54:52.789Z Downloaded ff v0.13.1
6122026-05-21T21:54:52.789Z Downloaded derive_builder_core v0.20.2
6132026-05-21T21:54:52.795Z Downloaded fd-lock v4.0.4
6142026-05-21T21:54:52.795Z Downloaded foreign-types v0.5.0
6152026-05-21T21:54:52.795Z Downloaded downcast-rs v2.0.2
6162026-05-21T21:54:52.798Z Downloaded crc-catalog v2.4.0
6172026-05-21T21:54:52.798Z Downloaded cpufeatures v0.3.0
6182026-05-21T21:54:52.798Z Downloaded defmt v1.0.1
6192026-05-21T21:54:52.798Z Downloaded funty v2.0.0
6202026-05-21T21:54:52.802Z Downloaded crc32fast v1.5.0
6212026-05-21T21:54:52.802Z Downloaded buf-list v1.1.2
6222026-05-21T21:54:52.802Z Downloaded compression-core v0.4.31
6232026-05-21T21:54:52.805Z Downloaded dsl_auto_type v0.2.0
6242026-05-21T21:54:52.805Z Downloaded camino-tempfile-ext v0.3.3
6252026-05-21T21:54:52.809Z Downloaded backoff v0.4.0
6262026-05-21T21:54:52.809Z Downloaded foreign-types-shared v0.1.1
6272026-05-21T21:54:52.809Z Downloaded futures-core v0.3.32
6282026-05-21T21:54:52.812Z Downloaded dropshot-api-manager-types v0.7.1
6292026-05-21T21:54:52.812Z Downloaded ghash v0.5.1
6302026-05-21T21:54:52.815Z Downloaded flagset v0.4.7
6312026-05-21T21:54:52.816Z Downloaded futures-io v0.3.32
6322026-05-21T21:54:52.816Z Downloaded float-cmp v0.10.0
6332026-05-21T21:54:52.819Z Downloaded corncobs v0.1.4
6342026-05-21T21:54:52.819Z Downloaded dtrace-parser v0.3.0
6352026-05-21T21:54:52.819Z Downloaded byte-wrapper v0.1.0
6362026-05-21T21:54:52.819Z Downloaded endian-type v0.1.2
6372026-05-21T21:54:52.823Z Downloaded embedded-io v0.6.1
6382026-05-21T21:54:52.823Z Downloaded derive_builder_macro v0.20.2
6392026-05-21T21:54:52.823Z Downloaded crucible-workspace-hack v0.1.0
6402026-05-21T21:54:52.823Z Downloaded futures-macro v0.3.32
6412026-05-21T21:54:52.823Z Downloaded futures-task v0.3.32
6422026-05-21T21:54:52.827Z Downloaded fixedbitset v0.4.2
6432026-05-21T21:54:52.827Z Downloaded der_derive v0.7.3
6442026-05-21T21:54:52.827Z Downloaded gethostname v0.5.0
6452026-05-21T21:54:52.827Z Downloaded env_logger v0.11.9
6462026-05-21T21:54:52.830Z Downloaded globwalk v0.9.1
6472026-05-21T21:54:52.830Z Downloaded find-msvc-tools v0.1.9
6482026-05-21T21:54:52.830Z Downloaded futures-sink v0.3.32
6492026-05-21T21:54:52.834Z Downloaded ena v0.14.4
6502026-05-21T21:54:52.834Z Downloaded hash32 v0.2.1
6512026-05-21T21:54:52.834Z Downloaded dof v0.4.0
6522026-05-21T21:54:52.837Z Downloaded cbc v0.1.2
6532026-05-21T21:54:52.837Z Downloaded async-trait v0.1.89
6542026-05-21T21:54:52.841Z Downloaded git-stub v1.0.0
6552026-05-21T21:54:52.841Z Downloaded fxhash v0.2.1
6562026-05-21T21:54:52.841Z Downloaded cargo-platform v0.1.9
6572026-05-21T21:54:52.841Z Downloaded headers-core v0.3.0
6582026-05-21T21:54:52.841Z Downloaded hash32 v0.3.1
6592026-05-21T21:54:52.845Z Downloaded cexpr v0.6.0
6602026-05-21T21:54:52.845Z Downloaded cipher v0.4.4
6612026-05-21T21:54:52.845Z Downloaded hex-literal v0.4.1
6622026-05-21T21:54:52.848Z Downloaded derive-ex v0.1.8
6632026-05-21T21:54:52.848Z Downloaded bitflags v1.3.2
6642026-05-21T21:54:52.848Z Downloaded des v0.8.1
6652026-05-21T21:54:52.852Z Downloaded cmake v0.1.57
6662026-05-21T21:54:52.852Z Downloaded bcs v0.1.6
6672026-05-21T21:54:52.852Z Downloaded darling v0.21.3
6682026-05-21T21:54:52.855Z Downloaded bitfield v0.19.4
6692026-05-21T21:54:52.859Z Downloaded critical-section v1.2.0
6702026-05-21T21:54:52.859Z Downloaded cargo_metadata v0.19.2
6712026-05-21T21:54:52.859Z Downloaded cassowary v0.3.0
6722026-05-21T21:54:52.862Z Downloaded fs_extra v1.3.0
6732026-05-21T21:54:52.862Z Downloaded convert_case v0.10.0
6742026-05-21T21:54:52.862Z Downloaded fs-err v2.11.0
6752026-05-21T21:54:52.865Z Downloaded fallible-iterator v0.2.0
6762026-05-21T21:54:52.866Z Downloaded hex v0.4.3
6772026-05-21T21:54:52.869Z Downloaded bit-vec v0.6.3
6782026-05-21T21:54:52.869Z Downloaded const_format_proc_macros v0.2.34
6792026-05-21T21:54:52.873Z Downloaded blake2 v0.10.6
6802026-05-21T21:54:52.876Z Downloaded hostname v0.3.1
6812026-05-21T21:54:52.881Z Downloaded http-range v0.1.5
6822026-05-21T21:54:52.881Z Downloaded home v0.5.12
6832026-05-21T21:54:52.884Z Downloaded http-body v1.0.1
6842026-05-21T21:54:52.884Z Downloaded hubpack v0.1.2
6852026-05-21T21:54:52.884Z Downloaded bumpalo v3.20.2
6862026-05-21T21:54:52.884Z Downloaded bindgen v0.71.1
6872026-05-21T21:54:52.888Z Downloaded document-features v0.2.12
6882026-05-21T21:54:52.891Z Downloaded indent_write v2.2.0
6892026-05-21T21:54:52.891Z Downloaded ident_case v1.0.1
6902026-05-21T21:54:52.891Z Downloaded futures-executor v0.3.32
6912026-05-21T21:54:52.895Z Downloaded hubpack_derive v0.1.1
6922026-05-21T21:54:52.895Z Downloaded hyper-tls v0.6.0
6932026-05-21T21:54:52.895Z Downloaded data-encoding v2.10.0
6942026-05-21T21:54:52.895Z Downloaded daft-derive v0.1.7
6952026-05-21T21:54:52.899Z Downloaded illumos-nvpair-sys v0.2.0
6962026-05-21T21:54:52.899Z Downloaded globset v0.4.18
6972026-05-21T21:54:52.902Z Downloaded ctr v0.9.2
6982026-05-21T21:54:52.902Z Downloaded erased-serde v0.3.31
6992026-05-21T21:54:52.902Z Downloaded indoc v1.0.9
7002026-05-21T21:54:52.906Z Downloaded instant v0.1.13
7012026-05-21T21:54:52.906Z Downloaded inout v0.1.4
7022026-05-21T21:54:52.906Z Downloaded is-terminal v0.4.17
7032026-05-21T21:54:52.909Z Downloaded illumos-nvpair v0.3.0
7042026-05-21T21:54:52.909Z Downloaded glob v0.3.3
7052026-05-21T21:54:52.909Z Downloaded git-stub-vcs v0.1.0
7062026-05-21T21:54:52.910Z Downloaded either v1.15.0
7072026-05-21T21:54:52.913Z Downloaded cookie_store v0.22.1
7082026-05-21T21:54:52.913Z Downloaded instability v0.3.11
7092026-05-21T21:54:52.913Z Downloaded clang-sys v1.8.1
7102026-05-21T21:54:52.917Z Downloaded drift v0.1.4
7112026-05-21T21:54:52.920Z Downloaded dropshot_endpoint v0.16.7
7122026-05-21T21:54:52.924Z Downloaded internet-checksum v0.2.1
7132026-05-21T21:54:52.924Z Downloaded bzip2 v0.6.1
7142026-05-21T21:54:52.927Z Downloaded blowfish v0.9.1
7152026-05-21T21:54:52.927Z Downloaded is_ci v1.2.0
7162026-05-21T21:54:52.927Z Downloaded diff v0.1.13
7172026-05-21T21:54:52.930Z Downloaded lalrpop-util v0.19.12
7182026-05-21T21:54:52.931Z Downloaded keccak v0.1.6
7192026-05-21T21:54:52.931Z Downloaded crossbeam-epoch v0.9.18
7202026-05-21T21:54:52.934Z Downloaded kstat-rs v0.2.4
7212026-05-21T21:54:52.934Z Downloaded cookie v0.18.1
7222026-05-21T21:54:52.934Z Downloaded console v0.15.11
7232026-05-21T21:54:52.938Z Downloaded chacha20 v0.9.1
7242026-05-21T21:54:52.938Z Downloaded chacha20 v0.10.0
7252026-05-21T21:54:52.941Z Downloaded colored v3.1.1
7262026-05-21T21:54:52.941Z Downloaded cancel-safe-futures v0.1.5
7272026-05-21T21:54:52.944Z Downloaded hostname v0.4.2
7282026-05-21T21:54:52.945Z Downloaded linked-hash-map v0.5.6
7292026-05-21T21:54:52.945Z Downloaded constant_time_eq v0.4.2
7302026-05-21T21:54:52.948Z Downloaded lru-slab v0.1.2
7312026-05-21T21:54:52.948Z Downloaded lazy_static v1.5.0
7322026-05-21T21:54:52.948Z Downloaded maplit v1.0.2
7332026-05-21T21:54:52.948Z Downloaded console v0.16.2
7342026-05-21T21:54:52.952Z Downloaded md-5 v0.10.6
7352026-05-21T21:54:52.952Z Downloaded async-compression v0.4.41
7362026-05-21T21:54:52.955Z Downloaded memoffset v0.9.1
7372026-05-21T21:54:52.958Z Downloaded getrandom v0.2.17
7382026-05-21T21:54:52.958Z Downloaded hyper-staticfile v0.10.1
7392026-05-21T21:54:52.962Z Downloaded humantime v2.3.0
7402026-05-21T21:54:52.962Z Downloaded impl-trait-for-tuples v0.2.3
7412026-05-21T21:54:52.965Z Downloaded group v0.13.0
7422026-05-21T21:54:52.965Z Downloaded filetime v0.2.27
7432026-05-21T21:54:52.965Z Downloaded md5 v0.7.0
7442026-05-21T21:54:52.965Z Downloaded managed v0.8.0
7452026-05-21T21:54:52.969Z Downloaded mime v0.3.17
7462026-05-21T21:54:52.969Z Downloaded derive_more v0.99.20
7472026-05-21T21:54:52.972Z Downloaded newline-converter v0.3.0
7482026-05-21T21:54:52.972Z Downloaded half v1.8.3
7492026-05-21T21:54:52.975Z Downloaded new_debug_unreachable v1.0.6
7502026-05-21T21:54:52.975Z Downloaded dropshot_endpoint v0.17.0
7512026-05-21T21:54:52.975Z Downloaded lru-cache v0.1.2
7522026-05-21T21:54:52.979Z Downloaded ipnetwork v0.21.1
7532026-05-21T21:54:52.979Z Downloaded ipnet v2.11.0
7542026-05-21T21:54:52.979Z Downloaded nibble_vec v0.1.0
7552026-05-21T21:54:52.982Z Downloaded newtype_derive v0.1.6
7562026-05-21T21:54:52.982Z Downloaded newtype-uuid-macros v0.1.0
7572026-05-21T21:54:52.982Z Downloaded multimap v0.10.1
7582026-05-21T21:54:52.982Z Downloaded ingot-types v0.1.2
7592026-05-21T21:54:52.986Z Downloaded ingot v0.1.1
7602026-05-21T21:54:52.986Z Downloaded backon v1.6.0
7612026-05-21T21:54:52.986Z Downloaded crc-any v2.5.0
7622026-05-21T21:54:52.990Z Downloaded elliptic-curve v0.13.8
7632026-05-21T21:54:52.990Z Downloaded derive-where v1.6.0
7642026-05-21T21:54:52.995Z Downloaded colored v2.2.0
7652026-05-21T21:54:52.995Z Downloaded normalize-line-endings v0.3.0
7662026-05-21T21:54:52.998Z Downloaded num-derive v0.4.2
7672026-05-21T21:54:52.998Z Downloaded num v0.4.3
7682026-05-21T21:54:52.998Z Downloaded libscf-sys v1.1.0
7692026-05-21T21:54:52.998Z Downloaded nonempty v0.12.0
7702026-05-21T21:54:52.998Z Downloaded nodrop v0.1.14
7712026-05-21T21:54:53.002Z Downloaded libefi-sys v0.1.0
7722026-05-21T21:54:53.002Z Downloaded jobserver v0.1.34
7732026-05-21T21:54:53.002Z Downloaded der v0.7.10
7742026-05-21T21:54:53.006Z Downloaded num-iter v0.1.45
7752026-05-21T21:54:53.006Z Downloaded num-conv v0.2.0
7762026-05-21T21:54:53.006Z Downloaded libsw v3.5.0
7772026-05-21T21:54:53.009Z Downloaded hmac v0.12.1
7782026-05-21T21:54:53.009Z Downloaded const_format v0.2.35
7792026-05-21T21:54:53.012Z Downloaded linear-map v1.2.0
7802026-05-21T21:54:53.012Z Downloaded lock_api v0.4.14
7812026-05-21T21:54:53.016Z Downloaded num-derive v0.3.3
7822026-05-21T21:54:53.016Z Downloaded libsw-core v0.3.2
7832026-05-21T21:54:53.016Z Downloaded libloading v0.8.9
7842026-05-21T21:54:53.020Z Downloaded futures v0.3.32
7852026-05-21T21:54:53.024Z Downloaded oso-derive v0.27.3
7862026-05-21T21:54:53.024Z Downloaded olpc-cjson v0.1.4
7872026-05-21T21:54:53.024Z Downloaded num_threads v0.1.7
7882026-05-21T21:54:53.024Z Downloaded num_enum_derive v0.5.11
7892026-05-21T21:54:53.024Z Downloaded ingot-macros v0.1.1
7902026-05-21T21:54:53.027Z Downloaded indoc v2.0.7
7912026-05-21T21:54:53.027Z Downloaded getrandom v0.3.4
7922026-05-21T21:54:53.035Z Downloaded hyper-rustls v0.27.7
7932026-05-21T21:54:53.035Z Downloaded openssl-probe v0.1.6
7942026-05-21T21:54:53.035Z Downloaded opaque-debug v0.3.1
7952026-05-21T21:54:53.035Z Downloaded openssl-macros v0.1.1
7962026-05-21T21:54:53.035Z Downloaded native-tls v0.2.18
7972026-05-21T21:54:53.035Z Downloaded openssl-probe v0.2.1
7982026-05-21T21:54:53.035Z Downloaded mime_guess v2.0.5
7992026-05-21T21:54:53.040Z Downloaded iana-time-zone v0.1.65
8002026-05-21T21:54:53.040Z Downloaded parse-display v0.10.0
8012026-05-21T21:54:53.040Z Downloaded packed_struct_codegen v0.10.1
8022026-05-21T21:54:53.040Z Downloaded fatfs v0.3.6
8032026-05-21T21:54:53.043Z Downloaded newtype-uuid v1.3.2
8042026-05-21T21:54:53.043Z Downloaded compact_str v0.8.1
8052026-05-21T21:54:53.047Z Downloaded nanorand v0.7.0
8062026-05-21T21:54:53.047Z Downloaded chacha20poly1305 v0.10.1
8072026-05-21T21:54:53.047Z Downloaded base64 v0.22.1
8082026-05-21T21:54:53.051Z Downloaded allocator-api2 v0.2.21
8092026-05-21T21:54:53.054Z Downloaded darling v0.20.11
8102026-05-21T21:54:53.054Z Downloaded futures-channel v0.3.32
8112026-05-21T21:54:53.057Z Downloaded ciborium v0.2.2
8122026-05-21T21:54:53.057Z Downloaded darling_core v0.20.11
8132026-05-21T21:54:53.061Z Downloaded path-slash v0.1.5
8142026-05-21T21:54:53.061Z Downloaded pbkdf2 v0.11.0
8152026-05-21T21:54:53.064Z Downloaded parse-size v1.1.0
8162026-05-21T21:54:53.064Z Downloaded pbkdf2 v0.12.2
8172026-05-21T21:54:53.064Z Downloaded nu-ansi-term v0.50.3
8182026-05-21T21:54:53.068Z Downloaded pin-utils v0.1.0
8192026-05-21T21:54:53.068Z Downloaded peg-runtime v0.8.5
8202026-05-21T21:54:53.068Z Downloaded derive_more-impl v2.1.1
8212026-05-21T21:54:53.071Z Downloaded darling_core v0.23.0
8222026-05-21T21:54:53.087Z Downloaded phf_shared v0.13.1
8232026-05-21T21:54:53.091Z Downloaded aes v0.8.4
8242026-05-21T21:54:53.091Z Downloaded phf_shared v0.12.1
8252026-05-21T21:54:53.095Z Downloaded phf_shared v0.11.3
8262026-05-21T21:54:53.095Z Downloaded num_enum_derive v0.7.5
8272026-05-21T21:54:53.095Z Downloaded num_enum v0.7.5
8282026-05-21T21:54:53.099Z Downloaded predicates-core v1.0.10
8292026-05-21T21:54:53.099Z Downloaded precomputed-hash v0.1.1
8302026-05-21T21:54:53.099Z Downloaded powerfmt v0.2.0
8312026-05-21T21:54:53.104Z Downloaded oxnet v0.1.4
8322026-05-21T21:54:53.104Z Downloaded ignore v0.4.25
8332026-05-21T21:54:53.104Z Downloaded half v2.7.1
8342026-05-21T21:54:53.108Z Downloaded memmap2 v0.9.10
8352026-05-21T21:54:53.108Z Downloaded httparse v1.10.1
8362026-05-21T21:54:53.108Z Downloaded flume v0.11.1
8372026-05-21T21:54:53.111Z Downloaded multer v3.1.0
8382026-05-21T21:54:53.111Z Downloaded proc-macro-crate v3.4.0
8392026-05-21T21:54:53.114Z Downloaded packed_struct v0.10.1
8402026-05-21T21:54:53.115Z Downloaded proc-macro-crate v1.3.1
8412026-05-21T21:54:53.115Z Downloaded num_enum v0.5.11
8422026-05-21T21:54:53.118Z Downloaded progenitor-client v0.10.0
8432026-05-21T21:54:53.118Z Downloaded indexmap v1.9.3
8442026-05-21T21:54:53.123Z Downloaded progenitor-client v0.14.0
8452026-05-21T21:54:53.123Z Downloaded proc-macro-error-attr2 v2.0.0
8462026-05-21T21:54:53.123Z Downloaded num-integer v0.1.46
8472026-05-21T21:54:53.126Z Downloaded num-complex v0.4.6
8482026-05-21T21:54:53.126Z Downloaded progenitor-client v0.11.2
8492026-05-21T21:54:53.126Z Downloaded heapless v0.8.0
8502026-05-21T21:54:53.126Z Downloaded ed25519-dalek v2.2.0
8512026-05-21T21:54:53.130Z Downloaded litrs v1.0.0
8522026-05-21T21:54:53.133Z Downloaded heapless v0.7.17
8532026-05-21T21:54:53.133Z Downloaded phf v0.12.1
8542026-05-21T21:54:53.137Z Downloaded paste v1.0.15
8552026-05-21T21:54:53.137Z Downloaded parking_lot_core v0.8.6
8562026-05-21T21:54:53.137Z Downloaded password-hash v0.5.0
8572026-05-21T21:54:53.141Z Downloaded progenitor-macro v0.14.0
8582026-05-21T21:54:53.141Z Downloaded progenitor-macro v0.13.0
8592026-05-21T21:54:53.141Z Downloaded pem-rfc7468 v0.7.0
8602026-05-21T21:54:53.145Z Downloaded pem v3.0.6
8612026-05-21T21:54:53.145Z Downloaded psl-types v2.0.11
8622026-05-21T21:54:53.145Z Downloaded peg v0.8.5
8632026-05-21T21:54:53.148Z Downloaded phf v0.13.1
8642026-05-21T21:54:53.148Z Downloaded peg-macros v0.8.5
8652026-05-21T21:54:53.148Z Downloaded password-hash v0.4.2
8662026-05-21T21:54:53.148Z Downloaded progenitor-macro v0.11.2
8672026-05-21T21:54:53.152Z Downloaded poly1305 v0.8.0
8682026-05-21T21:54:53.152Z Downloaded diesel_derives v2.3.7
8692026-05-21T21:54:53.157Z Downloaded progenitor-macro v0.10.0
8702026-05-21T21:54:53.161Z Downloaded omicron-zone-package v0.12.2
8712026-05-21T21:54:53.161Z Downloaded pin-project-lite v0.2.17
8722026-05-21T21:54:53.164Z Downloaded pkg-config v0.3.32
8732026-05-21T21:54:53.164Z Downloaded pkcs8 v0.10.2
8742026-05-21T21:54:53.164Z Downloaded rand_chacha v0.3.1
8752026-05-21T21:54:53.168Z Downloaded rand_xorshift v0.4.0
8762026-05-21T21:54:53.168Z Downloaded radium v0.7.0
8772026-05-21T21:54:53.169Z Downloaded quick-error v1.2.3
8782026-05-21T21:54:53.169Z Downloaded libbz2-rs-sys v0.2.2
8792026-05-21T21:54:53.172Z Downloaded parse-display-derive v0.10.0
8802026-05-21T21:54:53.172Z Downloaded dropshot-api-manager v0.7.1
8812026-05-21T21:54:53.172Z Downloaded predicates v3.1.4
8822026-05-21T21:54:53.176Z Downloaded headers v0.4.1
8832026-05-21T21:54:53.179Z Downloaded ppv-lite86 v0.2.21
8842026-05-21T21:54:53.179Z Downloaded predicates-tree v1.0.13
8852026-05-21T21:54:53.179Z Downloaded oxide-tokio-rt v0.1.4
8862026-05-21T21:54:53.183Z Downloaded owo-colors v4.3.0
8872026-05-21T21:54:53.183Z Downloaded postgres-protocol v0.6.10
8882026-05-21T21:54:53.183Z Downloaded primeorder v0.13.6
8892026-05-21T21:54:53.186Z Downloaded derive_more v2.1.1
8902026-05-21T21:54:53.190Z Downloaded ref-cast v1.0.25
8912026-05-21T21:54:53.194Z Downloaded recursive v0.1.1
8922026-05-21T21:54:53.194Z Downloaded progenitor v0.10.0
8932026-05-21T21:54:53.194Z Downloaded recursive-proc-macro-impl v0.1.1
8942026-05-21T21:54:53.199Z Downloaded ref-cast-impl v1.0.25
8952026-05-21T21:54:53.199Z Downloaded psm v0.1.30
8962026-05-21T21:54:53.199Z Downloaded cc v1.2.56
8972026-05-21T21:54:53.202Z Downloaded progenitor-client v0.13.0
8982026-05-21T21:54:53.202Z Downloaded progenitor v0.11.2
8992026-05-21T21:54:53.202Z Downloaded indicatif v0.18.4
9002026-05-21T21:54:53.206Z Downloaded progenitor-extras v0.2.0
9012026-05-21T21:54:53.206Z Downloaded rtoolbox v0.0.3
9022026-05-21T21:54:53.206Z Downloaded parking_lot_core v0.9.12
9032026-05-21T21:54:53.209Z Downloaded expectorate v1.2.0
9042026-05-21T21:54:53.209Z Downloaded progenitor v0.13.0
9052026-05-21T21:54:53.209Z Downloaded proc-macro-error2 v2.0.1
9062026-05-21T21:54:53.214Z Downloaded rfc6979 v0.4.0
9072026-05-21T21:54:53.214Z Downloaded flate2 v1.1.9
9082026-05-21T21:54:53.219Z Downloaded base64 v0.21.7
9092026-05-21T21:54:53.219Z Downloaded rustc-hash v2.1.1
9102026-05-21T21:54:53.222Z Downloaded rustc_version v0.4.1
9112026-05-21T21:54:53.222Z Downloaded rustc_version v0.1.7
9122026-05-21T21:54:53.222Z Downloaded russh-cryptovec v0.7.3
9132026-05-21T21:54:53.222Z Downloaded r2d2 v0.8.10
9142026-05-21T21:54:53.222Z Downloaded num-rational v0.4.2
9152026-05-21T21:54:53.226Z Downloaded crossbeam-utils v0.8.21
9162026-05-21T21:54:53.226Z Downloaded hickory-resolver v0.25.2
9172026-05-21T21:54:53.229Z Downloaded hickory-resolver v0.24.4
9182026-05-21T21:54:53.229Z Downloaded ar_archive_writer v0.5.1
9192026-05-21T21:54:53.233Z Downloaded rand_seeder v0.4.0
9202026-05-21T21:54:53.233Z Downloaded rand_core v0.6.4
9212026-05-21T21:54:53.236Z Downloaded postgres-types v0.2.12
9222026-05-21T21:54:53.236Z Downloaded polyval v0.6.2
9232026-05-21T21:54:53.239Z Downloaded pkcs5 v0.7.1
9242026-05-21T21:54:53.239Z Downloaded miniz_oxide v0.8.9
9252026-05-21T21:54:53.243Z Downloaded salsa20 v0.10.2
9262026-05-21T21:54:53.243Z Downloaded crossbeam-channel v0.5.15
9272026-05-21T21:54:53.246Z Downloaded rand_core v0.10.0
9282026-05-21T21:54:53.247Z Downloaded rand_core v0.9.5
9292026-05-21T21:54:53.247Z Downloaded p256 v0.13.2
9302026-05-21T21:54:53.250Z Downloaded postcard v1.1.3
9312026-05-21T21:54:53.250Z Downloaded oso v0.27.3
9322026-05-21T21:54:53.253Z Downloaded crypto-bigint v0.5.5
9332026-05-21T21:54:53.257Z Downloaded same-file v1.0.6
9342026-05-21T21:54:53.257Z Downloaded progenitor v0.14.0
9352026-05-21T21:54:53.260Z Downloaded scrypt v0.11.0
9362026-05-21T21:54:53.260Z Downloaded parking_lot v0.12.5
9372026-05-21T21:54:53.260Z Downloaded maybe-uninit v2.0.0
9382026-05-21T21:54:53.264Z Downloaded match_cfg v0.1.0
9392026-05-21T21:54:53.264Z Downloaded lzss v0.8.2
9402026-05-21T21:54:53.264Z Downloaded scheduled-thread-pool v0.2.7
9412026-05-21T21:54:53.264Z Downloaded sapling-renderdag v0.1.0
9422026-05-21T21:54:53.267Z Downloaded lru v0.12.5
9432026-05-21T21:54:53.267Z Downloaded httpdate v1.0.3
9442026-05-21T21:54:53.267Z Downloaded http-body-util v0.1.3
9452026-05-21T21:54:53.271Z Downloaded secrecy v0.10.3
9462026-05-21T21:54:53.271Z Downloaded scopeguard v1.2.0
9472026-05-21T21:54:53.271Z Downloaded highway v1.3.0
9482026-05-21T21:54:53.271Z Downloaded bzip2 v0.4.4
9492026-05-21T21:54:53.275Z Downloaded papergrid v0.17.0
9502026-05-21T21:54:53.278Z Downloaded jiff-static v0.2.21
9512026-05-21T21:54:53.284Z Downloaded resolv-conf v0.7.6
9522026-05-21T21:54:53.287Z Downloaded serde-big-array v0.5.1
9532026-05-21T21:54:53.291Z Downloaded seq-macro v0.3.6
9542026-05-21T21:54:53.291Z Downloaded serde_repr v0.1.20
9552026-05-21T21:54:53.291Z Downloaded serde_plain v1.0.2
9562026-05-21T21:54:53.294Z Downloaded serde_bytes v0.11.19
9572026-05-21T21:54:53.294Z Downloaded semver v0.1.20
9582026-05-21T21:54:53.294Z Downloaded quinn-udp v0.5.14
9592026-05-21T21:54:53.298Z Downloaded pkcs1 v0.7.5
9602026-05-21T21:54:53.298Z Downloaded pin-project v1.1.11
9612026-05-21T21:54:53.304Z Downloaded serde_urlencoded v0.7.1
9622026-05-21T21:54:53.307Z Downloaded serde_spanned v1.0.4
9632026-05-21T21:54:53.307Z Downloaded shell-words v1.1.1
9642026-05-21T21:54:53.307Z Downloaded http v1.4.0
9652026-05-21T21:54:53.313Z Downloaded signal-hook-tokio v0.3.1
9662026-05-21T21:54:53.313Z Downloaded signal-hook-mio v0.2.5
9672026-05-21T21:54:53.313Z Downloaded sha1 v0.10.6
9682026-05-21T21:54:53.316Z Downloaded siphasher v1.0.2
9692026-05-21T21:54:53.316Z Downloaded rustls-pemfile v1.0.4
9702026-05-21T21:54:53.316Z Downloaded rand_chacha v0.9.0
9712026-05-21T21:54:53.316Z Downloaded rustversion v1.0.22
9722026-05-21T21:54:53.320Z Downloaded rustls-pemfile v2.2.0
9732026-05-21T21:54:53.320Z Downloaded rustls-native-certs v0.8.3
9742026-05-21T21:54:53.323Z Downloaded sigpipe v0.1.3
9752026-05-21T21:54:53.327Z Downloaded rusty-fork v0.3.1
9762026-05-21T21:54:53.327Z Downloaded scroll_derive v0.13.1
9772026-05-21T21:54:53.331Z Downloaded slog-bunyan v2.5.0
9782026-05-21T21:54:53.331Z Downloaded slog-envlogger v2.2.0
9792026-05-21T21:54:53.331Z Downloaded hashbrown v0.13.2
9802026-05-21T21:54:53.335Z Downloaded scroll v0.13.0
9812026-05-21T21:54:53.339Z Downloaded hashbrown v0.12.3
9822026-05-21T21:54:53.342Z Downloaded progenitor-impl v0.11.2
9832026-05-21T21:54:53.342Z Downloaded progenitor-impl v0.10.0
9842026-05-21T21:54:53.346Z Downloaded sct v0.7.1
9852026-05-21T21:54:53.346Z Downloaded secrecy v0.8.0
9862026-05-21T21:54:53.350Z Downloaded schemars_derive v0.8.22
9872026-05-21T21:54:53.350Z Downloaded crossterm v0.28.1
9882026-05-21T21:54:53.353Z Downloaded sec1 v0.7.3
9892026-05-21T21:54:53.357Z Downloaded parking_lot v0.11.2
9902026-05-21T21:54:53.357Z Downloaded crossterm v0.29.0
9912026-05-21T21:54:53.364Z Downloaded sqlparser_derive v0.5.0
9922026-05-21T21:54:53.368Z Downloaded serde_path_to_error v0.1.20
9932026-05-21T21:54:53.368Z Downloaded serde-hex v0.1.0
9942026-05-21T21:54:53.368Z Downloaded ssh-encoding v0.2.0
9952026-05-21T21:54:53.371Z Downloaded ssh-cipher v0.2.0
9962026-05-21T21:54:53.371Z Downloaded russh-keys v0.45.0
9972026-05-21T21:54:53.375Z Downloaded pin-project-internal v1.1.11
9982026-05-21T21:54:53.375Z Downloaded hickory-server v0.25.2
9992026-05-21T21:54:53.378Z Downloaded signature v2.2.0
10002026-05-21T21:54:53.381Z Downloaded signal-hook-registry v1.4.8
10012026-05-21T21:54:53.382Z Downloaded shlex v1.3.0
10022026-05-21T21:54:53.382Z Downloaded serde_derive_internals v0.29.1
10032026-05-21T21:54:53.385Z Downloaded slab v0.4.12
10042026-05-21T21:54:53.385Z Downloaded rustls-pki-types v1.14.0
10052026-05-21T21:54:53.389Z Downloaded prettyplease v0.2.37
10062026-05-21T21:54:53.392Z Downloaded prefix-trie v0.7.0
10072026-05-21T21:54:53.392Z Downloaded minimal-lexical v0.2.1
10082026-05-21T21:54:53.396Z Downloaded strum v0.27.2
10092026-05-21T21:54:53.396Z Downloaded structmeta-derive v0.3.0
10102026-05-21T21:54:53.396Z Downloaded structmeta v0.3.0
10112026-05-21T21:54:53.396Z Downloaded hyper-util v0.1.20
10122026-05-21T21:54:53.399Z Downloaded strip-ansi-escapes v0.2.1
10132026-05-21T21:54:53.403Z Downloaded tabled_derive v0.11.0
10142026-05-21T21:54:53.403Z Downloaded supports-color v3.0.2
10152026-05-21T21:54:53.403Z Downloaded subtle v2.6.1
10162026-05-21T21:54:53.407Z Downloaded strum v0.26.3
10172026-05-21T21:54:53.407Z Downloaded slog-json v2.6.1
10182026-05-21T21:54:53.407Z Downloaded simd-adler32 v0.3.8
10192026-05-21T21:54:53.407Z Downloaded openssl-sys v0.9.115
10202026-05-21T21:54:53.411Z Downloaded slog-async v2.8.0
10212026-05-21T21:54:53.411Z Downloaded pretty_assertions v1.4.1
10222026-05-21T21:54:53.414Z Downloaded slog-scope v4.4.1
10232026-05-21T21:54:53.414Z Downloaded mio v1.2.0
10242026-05-21T21:54:53.418Z Downloaded tabwriter v1.4.1
10252026-05-21T21:54:53.418Z Downloaded spki v0.7.3
10262026-05-21T21:54:53.421Z Downloaded slog-term v2.9.2
10272026-05-21T21:54:53.421Z Downloaded slog-stdlog v4.1.1
10282026-05-21T21:54:53.421Z Downloaded rcgen v0.12.1
10292026-05-21T21:54:53.425Z Downloaded take_mut v0.2.2
10302026-05-21T21:54:53.425Z Downloaded sync_wrapper v1.0.2
10312026-05-21T21:54:53.425Z Downloaded sync-ptr v0.1.4
10322026-05-21T21:54:53.425Z Downloaded smallvec v0.6.14
10332026-05-21T21:54:53.428Z Downloaded slog-dtrace v0.3.0
10342026-05-21T21:54:53.432Z Downloaded sqlformat v0.3.5
10352026-05-21T21:54:53.432Z Downloaded itertools v0.10.5
10362026-05-21T21:54:53.435Z Downloaded progenitor-impl v0.14.0
10372026-05-21T21:54:53.439Z Downloaded progenitor-impl v0.13.0
10382026-05-21T21:54:53.439Z Downloaded thiserror-impl-no-std v2.0.2
10392026-05-21T21:54:53.439Z Downloaded stacker v0.1.23
10402026-05-21T21:54:53.442Z Downloaded ron v0.8.1
10412026-05-21T21:54:53.446Z Downloaded testing_table v0.3.0
10422026-05-21T21:54:53.446Z Downloaded termtree v0.5.1
10432026-05-21T21:54:53.446Z Downloaded time-core v0.1.8
10442026-05-21T21:54:53.449Z Downloaded static_assertions v1.1.0
10452026-05-21T21:54:53.450Z Downloaded snafu-derive v0.8.9
10462026-05-21T21:54:53.450Z Downloaded smf v0.2.3
10472026-05-21T21:54:53.459Z Downloaded strum_macros v0.24.3
10482026-05-21T21:54:53.463Z Downloaded support-bundle-viewer v0.1.2
10492026-05-21T21:54:53.463Z Downloaded strum_macros v0.27.2
10502026-05-21T21:54:53.466Z Downloaded tokio-macros v2.7.0
10512026-05-21T21:54:53.466Z Downloaded thread-id v5.1.0
10522026-05-21T21:54:53.470Z Downloaded string_cache v0.8.9
10532026-05-21T21:54:53.470Z Downloaded serde_with_macros v3.17.0
10542026-05-21T21:54:53.473Z Downloaded rayon-core v1.13.0
10552026-05-21T21:54:53.478Z Downloaded strum_macros v0.26.4
10562026-05-21T21:54:53.482Z Downloaded stringprep v0.1.5
10572026-05-21T21:54:53.482Z Downloaded spin v0.9.8
10582026-05-21T21:54:53.486Z Downloaded hashbrown v0.16.1
10592026-05-21T21:54:53.493Z Downloaded schemars v0.8.22
10602026-05-21T21:54:53.499Z Downloaded termios v0.3.3
10612026-05-21T21:54:53.502Z Downloaded tagptr v0.2.0
10622026-05-21T21:54:53.502Z Downloaded ryu v1.0.23
10632026-05-21T21:54:53.506Z Downloaded serde_cbor v0.11.2
10642026-05-21T21:54:53.509Z Downloaded aes-gcm v0.10.3
10652026-05-21T21:54:53.509Z Downloaded try-lock v0.2.5
10662026-05-21T21:54:53.509Z Downloaded tower-service v0.3.3
10672026-05-21T21:54:53.513Z Downloaded publicsuffix v2.3.0
10682026-05-21T21:54:53.513Z Downloaded nom v7.1.3
10692026-05-21T21:54:53.516Z Downloaded thiserror-no-std v2.0.2
10702026-05-21T21:54:53.521Z Downloaded num-bigint v0.4.6
10712026-05-21T21:54:53.521Z Downloaded signal-hook v0.3.18
10722026-05-21T21:54:53.524Z Downloaded trait-variant v0.1.2
10732026-05-21T21:54:53.525Z Downloaded aho-corasick v1.1.4
10742026-05-21T21:54:53.529Z Downloaded quinn v0.11.9
10752026-05-21T21:54:53.529Z Downloaded tower-layer v0.3.3
10762026-05-21T21:54:53.529Z Downloaded tiny-keccak v2.0.2
10772026-05-21T21:54:53.542Z Downloaded libxml v0.3.3
10782026-05-21T21:54:53.545Z Downloaded tokio-native-tls v0.3.1
10792026-05-21T21:54:53.545Z Downloaded tokio-dtrace v0.1.1
10802026-05-21T21:54:53.545Z Downloaded tls_codec v0.4.2
10812026-05-21T21:54:53.545Z Downloaded tinyvec_macros v0.1.1
10822026-05-21T21:54:53.545Z Downloaded thread_local v1.1.9
10832026-05-21T21:54:53.545Z Downloaded typify-macro v0.4.3
10842026-05-21T21:54:53.545Z Downloaded unicode-truncate v1.1.0
10852026-05-21T21:54:53.546Z Downloaded unarray v0.1.4
10862026-05-21T21:54:53.546Z Downloaded universal-hash v0.5.1
10872026-05-21T21:54:53.549Z Downloaded unit-prefix v0.5.2
10882026-05-21T21:54:53.552Z Downloaded rustls-platform-verifier v0.6.2
10892026-05-21T21:54:53.556Z Downloaded tls_codec_derive v0.4.2
10902026-05-21T21:54:53.556Z Downloaded tap v1.0.1
10912026-05-21T21:54:53.556Z Downloaded slog v2.8.2
10922026-05-21T21:54:53.559Z Downloaded typify-macro v0.6.2
10932026-05-21T21:54:53.559Z Downloaded serde_yaml v0.9.34+deprecated
10942026-05-21T21:54:53.563Z Downloaded untrusted v0.9.0
10952026-05-21T21:54:53.563Z Downloaded tokio-tungstenite v0.23.1
10962026-05-21T21:54:53.566Z Downloaded usdt-macro v0.6.0
10972026-05-21T21:54:53.566Z Downloaded similar v2.7.0
10982026-05-21T21:54:53.570Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10992026-05-21T21:54:53.570Z Downloaded tokio-tungstenite v0.21.0
11002026-05-21T21:54:53.570Z Downloaded toml_writer v1.0.6+spec-1.1.0
11012026-05-21T21:54:53.573Z Downloaded rsa v0.9.10
11022026-05-21T21:54:53.577Z Downloaded socket2 v0.5.10
11032026-05-21T21:54:53.577Z Downloaded schemars v0.9.0
11042026-05-21T21:54:53.582Z Downloaded usdt-attr-macro v0.6.0
11052026-05-21T21:54:53.586Z Downloaded qorb v0.4.1
11062026-05-21T21:54:53.586Z Downloaded num-bigint-dig v0.8.6
11072026-05-21T21:54:53.589Z Downloaded itertools v0.13.0
11082026-05-21T21:54:53.594Z Downloaded utf-8 v0.7.6
11092026-05-21T21:54:53.598Z Downloaded tui-tree-widget v0.23.1
11102026-05-21T21:54:53.599Z Downloaded time-macros v0.2.27
11112026-05-21T21:54:53.599Z Downloaded rustls-webpki v0.103.9
11122026-05-21T21:54:53.602Z Downloaded subprocess v0.2.15
11132026-05-21T21:54:53.602Z Downloaded usdt v0.6.0
11142026-05-21T21:54:53.602Z Downloaded topological-sort v0.2.2
11152026-05-21T21:54:53.602Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11162026-05-21T21:54:53.605Z Downloaded term v1.2.1
11172026-05-21T21:54:53.605Z Downloaded wait-timeout v0.2.1
11182026-05-21T21:54:53.605Z Downloaded void v1.0.2
11192026-05-21T21:54:53.613Z Downloaded term v0.7.0
11202026-05-21T21:54:53.616Z Downloaded rand v0.9.2
11212026-05-21T21:54:53.616Z Downloaded rand v0.8.6
11222026-05-21T21:54:53.620Z Downloaded want v0.3.1
11232026-05-21T21:54:53.620Z Downloaded futures-util v0.3.32
11242026-05-21T21:54:53.625Z Downloaded tokio-stream v0.1.18
11252026-05-21T21:54:53.629Z Downloaded tokio-rustls v0.24.1
11262026-05-21T21:54:53.632Z Downloaded socket2 v0.6.3
11272026-05-21T21:54:53.632Z Downloaded iddqd v0.4.1
11282026-05-21T21:54:53.636Z Downloaded xattr v1.6.1
11292026-05-21T21:54:53.640Z Downloaded toml_parser v1.0.9+spec-1.1.0
11302026-05-21T21:54:53.640Z Downloaded usdt-impl v0.6.0
11312026-05-21T21:54:53.640Z Downloaded unicase v2.9.0
11322026-05-21T21:54:53.643Z Downloaded waitgroup v0.1.2
11332026-05-21T21:54:53.647Z Downloaded untrusted v0.7.1
11342026-05-21T21:54:53.652Z Downloaded tokio-rustls v0.26.4
11352026-05-21T21:54:53.652Z Downloaded zeroize_derive v1.4.3
11362026-05-21T21:54:53.652Z Downloaded xshell-macros v0.2.7
11372026-05-21T21:54:53.655Z Downloaded zone_cfg_derive v0.3.1
11382026-05-21T21:54:53.655Z Downloaded hkdf v0.12.4
11392026-05-21T21:54:53.659Z Downloaded snafu v0.8.9
11402026-05-21T21:54:53.663Z Downloaded itertools v0.14.0
11412026-05-21T21:54:53.667Z Downloaded zone v0.3.1
11422026-05-21T21:54:53.670Z Downloaded vergen-gitcl v1.0.8
11432026-05-21T21:54:53.670Z Downloaded test-strategy v0.4.5
11442026-05-21T21:54:53.675Z Downloaded vergen-git2 v1.0.7
11452026-05-21T21:54:53.675Z Downloaded samael v0.0.19
11462026-05-21T21:54:53.680Z Downloaded uzers v0.12.2
11472026-05-21T21:54:53.683Z Downloaded tracing-attributes v0.1.31
11482026-05-21T21:54:53.687Z Downloaded vergen-lib v0.1.6
11492026-05-21T21:54:53.687Z Downloaded twox-hash v2.1.2
11502026-05-21T21:54:53.687Z Downloaded wyz v0.5.1
11512026-05-21T21:54:53.687Z Downloaded whoami v1.6.1
11522026-05-21T21:54:53.690Z Downloaded walkdir v2.5.0
11532026-05-21T21:54:53.690Z Downloaded xshell v0.2.7
11542026-05-21T21:54:53.690Z Downloaded rand v0.10.0
11552026-05-21T21:54:53.694Z Downloaded h2 v0.4.13
11562026-05-21T21:54:53.698Z Downloaded hyper v1.8.1
11572026-05-21T21:54:53.703Z Downloaded toml v0.9.12+spec-1.1.0
11582026-05-21T21:54:53.706Z Downloaded itertools v0.12.1
11592026-05-21T21:54:53.710Z Downloaded p521 v0.13.3
11602026-05-21T21:54:53.710Z Downloaded toml v0.7.8
11612026-05-21T21:54:53.713Z Downloaded tokio-rustls v0.25.0
11622026-05-21T21:54:53.713Z Downloaded tar v0.4.45
11632026-05-21T21:54:53.717Z Downloaded zeroize v1.8.2
11642026-05-21T21:54:53.717Z Downloaded hashbrown v0.15.5
11652026-05-21T21:54:53.720Z Downloaded vergen v9.0.6
11662026-05-21T21:54:53.720Z Downloaded iri-string v0.7.10
11672026-05-21T21:54:53.724Z Downloaded vsss-rs v3.3.4
11682026-05-21T21:54:53.727Z Downloaded libm v0.2.16
11692026-05-21T21:54:53.731Z Downloaded zstd v0.13.3
11702026-05-21T21:54:53.734Z Downloaded tinyvec v1.10.0
11712026-05-21T21:54:53.738Z Downloaded typify v0.6.2
11722026-05-21T21:54:53.741Z Downloaded steno v0.4.1
11732026-05-21T21:54:53.741Z Downloaded unicode-properties v0.1.4
11742026-05-21T21:54:53.745Z Downloaded tracing-core v0.1.36
11752026-05-21T21:54:53.745Z Downloaded whoami v2.1.0
11762026-05-21T21:54:53.748Z Downloaded russh v0.45.0
11772026-05-21T21:54:53.752Z Downloaded typify v0.4.3
11782026-05-21T21:54:53.752Z Downloaded tungstenite v0.23.0
11792026-05-21T21:54:53.755Z Downloaded unsafe-libyaml v0.2.11
11802026-05-21T21:54:53.759Z Downloaded toml v1.0.6+spec-1.1.0
11812026-05-21T21:54:53.762Z Downloaded zerocopy v0.6.6
11822026-05-21T21:54:53.765Z Downloaded toml_edit v0.23.10+spec-1.0.0
11832026-05-21T21:54:53.766Z Downloaded schemars v1.2.1
11842026-05-21T21:54:53.774Z Downloaded rustyline v14.0.0
11852026-05-21T21:54:53.779Z Downloaded zstd-safe v7.2.4
11862026-05-21T21:54:53.783Z Downloaded blake3 v1.8.3
11872026-05-21T21:54:53.790Z Downloaded tokio-postgres v0.7.16
11882026-05-21T21:54:53.798Z Downloaded tungstenite v0.21.0
11892026-05-21T21:54:53.802Z Downloaded vte v0.14.1
11902026-05-21T21:54:53.802Z Downloaded uuid v1.23.0
11912026-05-21T21:54:53.807Z Downloaded yasna v0.5.2
11922026-05-21T21:54:53.818Z Downloaded toml_edit v0.19.15
11932026-05-21T21:54:53.826Z Downloaded zopfli v0.8.3
11942026-05-21T21:54:53.830Z Downloaded aws-lc-rs v1.16.3
11952026-05-21T21:54:53.833Z Downloaded reedline v0.40.0
11962026-05-21T21:54:53.837Z Downloaded rpassword v7.4.0
11972026-05-21T21:54:53.841Z Downloaded bitvec v1.0.1
11982026-05-21T21:54:53.847Z Downloaded unicode_categories v0.1.1
11992026-05-21T21:54:53.851Z Downloaded unicode-bidi v0.3.18
12002026-05-21T21:54:53.851Z Downloaded ssh-key v0.6.7
12012026-05-21T21:54:53.854Z Downloaded yansi v1.0.1
12022026-05-21T21:54:53.859Z Downloaded reqwest v0.13.2
12032026-05-21T21:54:53.864Z Downloaded p384 v0.13.1
12042026-05-21T21:54:53.867Z Downloaded regex v1.12.3
12052026-05-21T21:54:53.870Z Downloaded zip v0.6.6
12062026-05-21T21:54:53.874Z Downloaded tower v0.5.3
12072026-05-21T21:54:53.880Z Downloaded rayon v1.11.0
12082026-05-21T21:54:53.886Z Downloaded goblin v0.10.5
12092026-05-21T21:54:53.890Z Downloaded portable-atomic v1.13.1
12102026-05-21T21:54:53.903Z Downloaded reqwest v0.12.28
12112026-05-21T21:54:53.907Z Downloaded git2 v0.20.4
12122026-05-21T21:54:53.912Z Downloaded quick-xml v0.37.5
12132026-05-21T21:54:53.915Z Downloaded chrono v0.4.44
12142026-05-21T21:54:53.919Z Downloaded rustls-webpki v0.101.7
12152026-05-21T21:54:53.926Z Downloaded zerocopy-derive v0.8.40
12162026-05-21T21:54:53.931Z Downloaded typed-path v0.9.3
12172026-05-21T21:54:53.935Z Downloaded x509-cert v0.2.5
12182026-05-21T21:54:53.939Z Downloaded unicode-segmentation v1.12.0
12192026-05-21T21:54:53.942Z Downloaded lalrpop v0.19.12
12202026-05-21T21:54:53.960Z Downloaded salty v0.3.0
12212026-05-21T21:54:53.978Z Downloaded tokio-util v0.7.18
12222026-05-21T21:54:53.982Z Downloaded proptest v1.10.0
12232026-05-21T21:54:53.987Z Downloaded tower-http v0.6.8
12242026-05-21T21:54:53.992Z Downloaded zip v4.6.1
12252026-05-21T21:54:53.996Z Downloaded moka v0.12.13
12262026-05-21T21:54:53.999Z Downloaded rustls-webpki v0.102.8
12272026-05-21T21:54:54.010Z Downloaded unicode-normalization v0.1.25
12282026-05-21T21:54:54.015Z Downloaded tough v0.22.0
12292026-05-21T21:54:54.018Z Downloaded serde_with v3.17.0
12302026-05-21T21:54:54.025Z Downloaded petname v2.0.2
12312026-05-21T21:54:54.032Z Downloaded quinn-proto v0.11.13
12322026-05-21T21:54:54.039Z Downloaded nix v0.27.1
12332026-05-21T21:54:54.045Z Downloaded radix_trie v0.2.1
12342026-05-21T21:54:54.061Z Downloaded winnow v0.5.40
12352026-05-21T21:54:54.078Z Downloaded winnow v0.6.26
12362026-05-21T21:54:54.086Z Downloaded openssl v0.10.79
12372026-05-21T21:54:54.090Z Downloaded polar-core v0.27.3
12382026-05-21T21:54:54.097Z Downloaded tabled v0.20.0
12392026-05-21T21:54:54.106Z Downloaded nix v0.28.0
12402026-05-21T21:54:54.113Z Downloaded rustls v0.21.12
12412026-05-21T21:54:54.119Z Downloaded nix v0.29.0
12422026-05-21T21:54:54.125Z Downloaded zlib-rs v0.6.2
12432026-05-21T21:54:54.129Z Downloaded time v0.3.47
12442026-05-21T21:54:54.136Z Downloaded curve25519-dalek v4.1.3
12452026-05-21T21:54:54.140Z Downloaded dropshot v0.17.0
12462026-05-21T21:54:54.153Z Downloaded regex-syntax v0.6.29
12472026-05-21T21:54:54.157Z Downloaded smoltcp v0.9.1
12482026-05-21T21:54:54.170Z Downloaded object v0.37.3
12492026-05-21T21:54:54.175Z Downloaded bstr v1.12.1
12502026-05-21T21:54:54.178Z Downloaded nix v0.31.2
12512026-05-21T21:54:54.183Z Downloaded dropshot v0.16.7
12522026-05-21T21:54:54.194Z Downloaded webpki-roots v1.0.6
12532026-05-21T21:54:54.197Z Downloaded hickory-proto v0.24.4
12542026-05-21T21:54:54.204Z Downloaded vcpkg v0.2.15
12552026-05-21T21:54:54.228Z Downloaded zerocopy v0.8.40
12562026-05-21T21:54:54.233Z Downloaded smoltcp v0.11.0
12572026-05-21T21:54:54.240Z Downloaded rustls v0.23.37
12582026-05-21T21:54:54.246Z Downloaded regex-syntax v0.8.10
12592026-05-21T21:54:54.251Z Downloaded hickory-proto v0.25.2
12602026-05-21T21:54:54.262Z Downloaded rustix v0.38.44
12612026-05-21T21:54:54.276Z Downloaded regress v0.11.1
12622026-05-21T21:54:54.281Z Downloaded regress v0.10.5
12632026-05-21T21:54:54.287Z Downloaded diesel v2.3.7
12642026-05-21T21:54:54.300Z Downloaded rustls v0.22.4
12652026-05-21T21:54:54.307Z Downloaded sqlparser v0.61.0
12662026-05-21T21:54:54.313Z Downloaded openapiv3 v2.2.0
12672026-05-21T21:54:54.320Z Downloaded sled v0.34.7
12682026-05-21T21:54:54.326Z Downloaded object v0.30.4
12692026-05-21T21:54:54.335Z Downloaded typify-impl v0.4.3
12702026-05-21T21:54:54.343Z Downloaded typify-impl v0.6.2
12712026-05-21T21:54:54.352Z Downloaded ratatui v0.29.0
12722026-05-21T21:54:54.364Z Downloaded tracing v0.1.44
12732026-05-21T21:54:54.377Z Downloaded bzip2-sys v0.1.13+1.0.8
12742026-05-21T21:54:54.406Z Downloaded zerocopy-derive v0.6.6
12752026-05-21T21:54:54.417Z Downloaded regex-automata v0.4.14
12762026-05-21T21:54:54.434Z Downloaded petgraph v0.8.3
12772026-05-21T21:54:54.447Z Downloaded petgraph v0.6.5
12782026-05-21T21:54:54.459Z Downloaded chrono-tz v0.10.4
12792026-05-21T21:54:54.468Z Downloaded libz-sys v1.1.24
12802026-05-21T21:54:54.481Z Downloaded csv v1.4.0
12812026-05-21T21:54:54.493Z Downloaded jiff v0.2.21
12822026-05-21T21:54:54.523Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12832026-05-21T21:54:54.535Z Downloaded sha3 v0.10.8
12842026-05-21T21:54:54.545Z Downloaded tokio v1.52.1
12852026-05-21T21:54:54.578Z Downloaded encoding_rs v0.8.35
12862026-05-21T21:54:54.612Z Downloaded libgit2-sys v0.18.3+1.9.2
12872026-05-21T21:54:54.654Z Downloaded ring v0.17.14
12882026-05-21T21:54:55.189Z Downloaded aws-lc-sys v0.40.0
12892026-05-21T21:54:55.444Z Compiling libc v0.2.185
12902026-05-21T21:54:55.444Z Compiling serde v1.0.228
12912026-05-21T21:54:55.448Z Compiling log v0.4.29
12922026-05-21T21:54:55.448Z Compiling find-msvc-tools v0.1.9
12932026-05-21T21:54:55.448Z Compiling shlex v1.3.0
12942026-05-21T21:54:55.448Z Compiling smallvec v1.15.1
12952026-05-21T21:54:55.448Z Compiling typenum v1.19.0
12962026-05-21T21:54:55.448Z Compiling subtle v2.6.1
12972026-05-21T21:54:55.449Z Compiling generic-array v0.14.7
12982026-05-21T21:54:55.449Z Compiling scopeguard v1.2.0
12992026-05-21T21:54:55.601Z Compiling const-oid v0.9.6
13002026-05-21T21:54:55.654Z Compiling serde_json v1.0.149
13012026-05-21T21:54:55.678Z Compiling syn v2.0.117
13022026-05-21T21:54:55.691Z Compiling zerocopy v0.8.40
13032026-05-21T21:54:55.694Z Compiling parking_lot_core v0.9.12
13042026-05-21T21:54:55.717Z Compiling pin-project-lite v0.2.17
13052026-05-21T21:54:55.772Z Compiling lock_api v0.4.14
13062026-05-21T21:54:55.787Z Compiling portable-atomic v1.13.1
13072026-05-21T21:54:55.815Z Compiling pkg-config v0.3.32
13082026-05-21T21:54:55.819Z Compiling bitflags v2.11.0
13092026-05-21T21:54:55.869Z Compiling futures-core v0.3.32
13102026-05-21T21:54:55.885Z Compiling libm v0.2.16
13112026-05-21T21:54:55.889Z Compiling critical-section v1.2.0
13122026-05-21T21:54:55.915Z Compiling num-traits v0.2.19
13132026-05-21T21:54:55.989Z Compiling percent-encoding v2.3.2
13142026-05-21T21:54:56.129Z Compiling futures-sink v0.3.32
13152026-05-21T21:54:56.133Z Compiling futures-task v0.3.32
13162026-05-21T21:54:56.133Z Compiling cpufeatures v0.2.17
13172026-05-21T21:54:56.144Z Compiling getrandom v0.4.1
13182026-05-21T21:54:56.218Z Compiling futures-channel v0.3.32
13192026-05-21T21:54:56.247Z Compiling futures-io v0.3.32
13202026-05-21T21:54:56.251Z Compiling slab v0.4.12
13212026-05-21T21:54:56.288Z Compiling rand_core v0.10.0
13222026-05-21T21:54:56.314Z Compiling indexmap v2.14.0
13232026-05-21T21:54:56.350Z Compiling rustversion v1.0.22
13242026-05-21T21:54:56.435Z Compiling getrandom v0.3.4
13252026-05-21T21:54:56.449Z Compiling form_urlencoded v1.2.2
13262026-05-21T21:54:56.466Z Compiling fs_extra v1.3.0
13272026-05-21T21:54:56.469Z Compiling dunce v1.0.5
13282026-05-21T21:54:56.470Z Compiling base64ct v1.8.3
13292026-05-21T21:54:56.509Z Compiling ident_case v1.0.1
13302026-05-21T21:54:56.550Z Compiling regex-syntax v0.8.10
13312026-05-21T21:54:56.586Z Compiling getrandom v0.2.17
13322026-05-21T21:54:56.600Z Compiling jobserver v0.1.34
13332026-05-21T21:54:56.640Z Compiling errno v0.3.14
13342026-05-21T21:54:56.669Z Compiling mio v1.2.0
13352026-05-21T21:54:56.723Z Compiling socket2 v0.6.3
13362026-05-21T21:54:56.752Z Compiling rand_core v0.6.4
13372026-05-21T21:54:56.789Z Compiling signal-hook-registry v1.4.8
13382026-05-21T21:54:56.807Z Compiling cc v1.2.56
13392026-05-21T21:54:56.838Z Compiling once_cell v1.21.3
13402026-05-21T21:54:56.941Z Compiling parking_lot v0.12.5
13412026-05-21T21:54:56.991Z Compiling pem-rfc7468 v0.7.0
13422026-05-21T21:54:57.006Z Compiling iana-time-zone v0.1.65
13432026-05-21T21:54:57.050Z Compiling flagset v0.4.7
13442026-05-21T21:54:57.066Z Compiling rustix v1.1.3
13452026-05-21T21:54:57.081Z Compiling aws-lc-rs v1.16.3
13462026-05-21T21:54:57.096Z Compiling vcpkg v0.2.15
13472026-05-21T21:54:57.175Z Compiling tracing-core v0.1.36
13482026-05-21T21:54:57.209Z Compiling uuid v1.23.0
13492026-05-21T21:54:57.242Z Compiling rustc_version v0.4.1
13502026-05-21T21:54:57.257Z Compiling base64 v0.22.1
13512026-05-21T21:54:57.316Z Compiling tinyvec_macros v0.1.1
13522026-05-21T21:54:57.363Z Compiling untrusted v0.7.1
13532026-05-21T21:54:57.389Z Compiling rand_core v0.9.5
13542026-05-21T21:54:57.405Z Compiling httparse v1.10.1
13552026-05-21T21:54:57.471Z Compiling untrusted v0.9.0
13562026-05-21T21:54:57.504Z Compiling openssl-probe v0.2.1
13572026-05-21T21:54:57.519Z Compiling tinyvec v1.10.0
13582026-05-21T21:54:57.598Z Compiling cmake v0.1.57
13592026-05-21T21:54:57.613Z Compiling aho-corasick v1.1.4
13602026-05-21T21:54:57.613Z Compiling atomic-waker v1.1.2
13612026-05-21T21:54:57.661Z Compiling try-lock v0.2.5
13622026-05-21T21:54:57.692Z Compiling tower-layer v0.3.3
13632026-05-21T21:54:57.722Z Compiling schemars v0.8.22
13642026-05-21T21:54:57.760Z Compiling tower-service v0.3.3
13652026-05-21T21:54:57.775Z Compiling dyn-clone v1.0.20
13662026-05-21T21:54:57.791Z Compiling rustls v0.23.37
13672026-05-21T21:54:57.822Z Compiling want v0.3.1
13682026-05-21T21:54:57.875Z Compiling pin-utils v0.1.0
13692026-05-21T21:54:57.875Z Compiling openssl v0.10.79
13702026-05-21T21:54:57.906Z Compiling httpdate v1.0.3
13712026-05-21T21:54:57.910Z Compiling foreign-types-shared v0.1.1
13722026-05-21T21:54:57.937Z Compiling unicode-normalization v0.1.25
13732026-05-21T21:54:57.967Z Compiling spin v0.9.8
13742026-05-21T21:54:57.978Z Compiling time-core v0.1.8
13752026-05-21T21:54:57.996Z Compiling powerfmt v0.2.0
13762026-05-21T21:54:58.000Z Compiling num-conv v0.2.0
13772026-05-21T21:54:58.012Z Compiling foreign-types v0.3.2
13782026-05-21T21:54:58.040Z Compiling crc32fast v1.5.0
13792026-05-21T21:54:58.044Z Compiling native-tls v0.2.18
13802026-05-21T21:54:58.111Z Compiling wait-timeout v0.2.1
13812026-05-21T21:54:58.146Z Compiling sync_wrapper v1.0.2
13822026-05-21T21:54:58.160Z Compiling deranged v0.5.8
13832026-05-21T21:54:58.164Z Compiling time-macros v0.2.27
13842026-05-21T21:54:58.164Z Compiling num_threads v0.1.7
13852026-05-21T21:54:58.204Z Compiling usdt-impl v0.6.0
13862026-05-21T21:54:58.208Z Compiling bit-vec v0.8.0
13872026-05-21T21:54:58.234Z Compiling siphasher v1.0.2
13882026-05-21T21:54:58.269Z Compiling quick-error v1.2.3
13892026-05-21T21:54:58.284Z Compiling syn v1.0.109
13902026-05-21T21:54:58.300Z Compiling simd-adler32 v0.3.8
13912026-05-21T21:54:58.398Z Compiling crossbeam-utils v0.8.21
13922026-05-21T21:54:58.428Z Compiling slog v2.8.2
13932026-05-21T21:54:58.447Z Compiling bit-set v0.8.0
13942026-05-21T21:54:58.477Z Compiling regex-automata v0.4.14
13952026-05-21T21:54:58.481Z Compiling aws-lc-sys v0.40.0
13962026-05-21T21:54:58.481Z Compiling ring v0.17.14
13972026-05-21T21:54:58.520Z Compiling openssl-sys v0.9.115
13982026-05-21T21:54:58.572Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13992026-05-21T21:54:58.618Z Compiling bzip2-sys v0.1.13+1.0.8
14002026-05-21T21:54:58.634Z Compiling tempfile v3.25.0
14012026-05-21T21:54:58.649Z Compiling heapless v0.7.17
14022026-05-21T21:54:58.703Z Compiling synstructure v0.13.2
14032026-05-21T21:54:58.718Z Compiling serde_derive_internals v0.29.1
14042026-05-21T21:54:58.925Z Compiling pest_generator v2.8.6
14052026-05-21T21:54:58.940Z Compiling darling_core v0.20.11
14062026-05-21T21:54:58.956Z Compiling rusty-fork v0.3.1
14072026-05-21T21:54:59.079Z Compiling darling_core v0.21.3
14082026-05-21T21:54:59.083Z Compiling rand_xorshift v0.4.0
14092026-05-21T21:54:59.233Z Compiling thread-id v5.1.0
14102026-05-21T21:54:59.311Z Compiling cookie v0.18.1
14112026-05-21T21:54:59.331Z Compiling ryu v1.0.23
14122026-05-21T21:54:59.331Z Compiling anyhow v1.0.102
14132026-05-21T21:54:59.359Z Compiling time v0.3.47
14142026-05-21T21:54:59.375Z Compiling adler2 v2.0.1
14152026-05-21T21:54:59.462Z Compiling unarray v0.1.4
14162026-05-21T21:54:59.518Z Compiling paste v1.0.15
14172026-05-21T21:54:59.533Z Compiling unicode-bidi v0.3.18
14182026-05-21T21:54:59.536Z Compiling iri-string v0.7.10
14192026-05-21T21:54:59.590Z Compiling zstd-safe v7.2.4
14202026-05-21T21:54:59.679Z Compiling unicode-properties v0.1.4
14212026-05-21T21:54:59.683Z Compiling allocator-api2 v0.2.21
14222026-05-21T21:54:59.709Z Compiling signal-hook v0.3.18
14232026-05-21T21:54:59.865Z Compiling miniz_oxide v0.8.9
14242026-05-21T21:54:59.878Z Compiling stringprep v0.1.5
14252026-05-21T21:55:00.071Z Compiling num-integer v0.1.46
14262026-05-21T21:55:00.113Z Compiling vergen-lib v0.1.6
14272026-05-21T21:55:00.313Z Compiling curve25519-dalek v4.1.3
14282026-05-21T21:55:00.362Z Compiling ff v0.13.1
14292026-05-21T21:55:00.413Z Compiling hash32 v0.2.1
14302026-05-21T21:55:00.452Z Compiling memoffset v0.9.1
14312026-05-21T21:55:00.515Z Compiling litrs v1.0.0
14322026-05-21T21:55:00.521Z Compiling cfg_aliases v0.2.1
14332026-05-21T21:55:00.521Z Compiling serde_derive v1.0.228
14342026-05-21T21:55:00.603Z Compiling zeroize_derive v1.4.3
14352026-05-21T21:55:00.621Z Compiling zerofrom-derive v0.1.6
14362026-05-21T21:55:00.663Z Compiling yoke-derive v0.8.1
14372026-05-21T21:55:00.681Z Compiling zerocopy-derive v0.8.40
14382026-05-21T21:55:00.717Z Compiling zerovec-derive v0.11.2
14392026-05-21T21:55:01.013Z Compiling displaydoc v0.2.5
14402026-05-21T21:55:01.069Z Compiling tokio-macros v2.7.0
14412026-05-21T21:55:01.176Z Compiling futures-macro v0.3.32
14422026-05-21T21:55:01.315Z Compiling zeroize v1.8.2
14432026-05-21T21:55:01.401Z Compiling der_derive v0.7.3
14442026-05-21T21:55:01.766Z Compiling rustls-pki-types v1.14.0
14452026-05-21T21:55:01.852Z Compiling tracing-attributes v0.1.31
14462026-05-21T21:55:01.874Z Compiling thiserror-impl v2.0.18
14472026-05-21T21:55:01.907Z Compiling pest_derive v2.8.6
14482026-05-21T21:55:01.928Z Compiling scroll_derive v0.13.1
14492026-05-21T21:55:02.054Z Compiling futures-util v0.3.32
14502026-05-21T21:55:02.140Z Compiling crypto-common v0.1.7
14512026-05-21T21:55:02.183Z Compiling zerofrom v0.1.6
14522026-05-21T21:55:02.263Z Compiling yoke v0.8.1
14532026-05-21T21:55:02.355Z Compiling block-buffer v0.10.4
14542026-05-21T21:55:02.355Z Compiling block-padding v0.3.3
14552026-05-21T21:55:02.431Z Compiling schemars_derive v0.8.22
14562026-05-21T21:55:02.472Z Compiling zerovec v0.11.5
14572026-05-21T21:55:02.473Z Compiling digest v0.10.7
14582026-05-21T21:55:02.517Z Compiling zerotrie v0.2.3
14592026-05-21T21:55:02.517Z Compiling inout v0.1.4
14602026-05-21T21:55:02.684Z Compiling cipher v0.4.4
14612026-05-21T21:55:02.718Z Compiling hmac v0.12.1
14622026-05-21T21:55:02.791Z Compiling sha2 v0.10.9
14632026-05-21T21:55:02.803Z Compiling der v0.7.10
14642026-05-21T21:55:02.815Z Compiling scroll v0.13.0
14652026-05-21T21:55:02.875Z Compiling pbkdf2 v0.12.2
14662026-05-21T21:55:02.929Z Compiling tinystr v0.8.2
14672026-05-21T21:55:02.944Z Compiling potential_utf v0.1.4
14682026-05-21T21:55:03.006Z Compiling salsa20 v0.10.2
14692026-05-21T21:55:03.088Z Compiling icu_collections v2.1.1
14702026-05-21T21:55:03.132Z Compiling icu_locale_core v2.1.1
14712026-05-21T21:55:03.148Z Compiling scrypt v0.11.0
14722026-05-21T21:55:03.163Z Compiling aes v0.8.4
14732026-05-21T21:55:03.179Z Compiling cbc v0.1.2
14742026-05-21T21:55:03.245Z Compiling tracing v0.1.44
14752026-05-21T21:55:03.271Z Compiling thiserror v2.0.18
14762026-05-21T21:55:03.393Z Compiling darling_macro v0.20.11
14772026-05-21T21:55:03.433Z Compiling openssl-macros v0.1.1
14782026-05-21T21:55:03.564Z Compiling goblin v0.10.5
14792026-05-21T21:55:03.620Z Compiling rustls-native-certs v0.8.3
14802026-05-21T21:55:03.706Z Compiling spki v0.7.3
14812026-05-21T21:55:03.873Z Compiling icu_provider v2.1.1
14822026-05-21T21:55:03.933Z Compiling pkcs5 v0.7.1
14832026-05-21T21:55:03.948Z Compiling darling v0.20.11
14842026-05-21T21:55:03.980Z Compiling dtrace-parser v0.3.0
14852026-05-21T21:55:04.046Z Compiling derive_builder_core v0.20.2
14862026-05-21T21:55:04.061Z Compiling signature v2.2.0
14872026-05-21T21:55:04.077Z Compiling bytes v1.11.1
14882026-05-21T21:55:04.150Z Compiling icu_properties v2.1.2
14892026-05-21T21:55:04.194Z Compiling icu_normalizer v2.1.1
14902026-05-21T21:55:04.222Z Compiling chrono v0.4.44
14912026-05-21T21:55:04.255Z Compiling pkcs8 v0.10.2
14922026-05-21T21:55:04.272Z Compiling ipnet v2.11.0
14932026-05-21T21:55:04.401Z Compiling webpki-roots v1.0.6
14942026-05-21T21:55:04.432Z Compiling thiserror-impl v1.0.69
14952026-05-21T21:55:04.535Z Compiling scroll_derive v0.12.1
14962026-05-21T21:55:04.582Z Compiling tokio v1.52.1
14972026-05-21T21:55:04.699Z Compiling http v1.4.0
14982026-05-21T21:55:04.752Z Compiling toml_datetime v0.6.11
14992026-05-21T21:55:04.766Z Compiling serde_urlencoded v0.7.1
15002026-05-21T21:55:04.788Z Compiling erased-serde v0.3.31
15012026-05-21T21:55:04.942Z Compiling derive_builder_macro v0.20.2
15022026-05-21T21:55:05.022Z Compiling idna_adapter v1.2.1
15032026-05-21T21:55:05.022Z Compiling serde_tokenstream v0.2.3
15042026-05-21T21:55:05.178Z Compiling idna v1.1.0
15052026-05-21T21:55:05.193Z Compiling ppv-lite86 v0.2.21
15062026-05-21T21:55:05.234Z Compiling scroll v0.12.0
15072026-05-21T21:55:05.279Z Compiling serde_spanned v0.6.9
15082026-05-21T21:55:05.293Z Compiling md-5 v0.10.6
15092026-05-21T21:55:05.353Z Compiling http-body v1.0.1
15102026-05-21T21:55:05.368Z Compiling darling_macro v0.21.3
15112026-05-21T21:55:05.435Z Compiling bstr v1.12.1
15122026-05-21T21:55:05.449Z Compiling async-trait v0.1.89
15132026-05-21T21:55:05.474Z Compiling pin-project-internal v1.1.11
15142026-05-21T21:55:05.530Z Compiling url v2.5.8
15152026-05-21T21:55:05.551Z Compiling rand_chacha v0.9.0
15162026-05-21T21:55:05.561Z Compiling http-body-util v0.1.3
15172026-05-21T21:55:05.641Z Compiling rand_chacha v0.3.1
15182026-05-21T21:55:05.655Z Compiling zerocopy-derive v0.7.35
15192026-05-21T21:55:05.740Z Compiling thiserror v1.0.69
15202026-05-21T21:55:05.823Z Compiling rand v0.9.2
15212026-05-21T21:55:05.860Z Compiling psl-types v2.0.11
15222026-05-21T21:55:05.875Z Compiling num-bigint-dig v0.8.6
15232026-05-21T21:55:05.889Z Compiling base16ct v0.2.0
15242026-05-21T21:55:06.014Z Compiling zlib-rs v0.6.2
15252026-05-21T21:55:06.155Z Compiling ref-cast v1.0.25
15262026-05-21T21:55:06.211Z Compiling rustix v0.38.44
15272026-05-21T21:55:06.283Z Compiling dof v0.4.0
15282026-05-21T21:55:06.429Z Compiling smoltcp v0.9.1
15292026-05-21T21:55:06.446Z Compiling fallible-iterator v0.2.0
15302026-05-21T21:55:06.519Z Compiling proptest v1.10.0
15312026-05-21T21:55:06.606Z Compiling zerocopy v0.7.35
15322026-05-21T21:55:06.641Z Compiling pin-project v1.1.11
15332026-05-21T21:55:06.678Z Compiling sec1 v0.7.3
15342026-05-21T21:55:06.690Z Compiling publicsuffix v2.3.0
15352026-05-21T21:55:06.741Z Compiling postgres-protocol v0.6.10
15362026-05-21T21:55:06.757Z Compiling darling v0.21.3
15372026-05-21T21:55:06.784Z Compiling rand v0.8.6
15382026-05-21T21:55:06.819Z Compiling goblin v0.8.2
15392026-05-21T21:55:06.823Z Compiling derive_builder v0.20.2
15402026-05-21T21:55:06.882Z Compiling futures-executor v0.3.32
15412026-05-21T21:55:06.971Z Compiling ipnetwork v0.21.1
15422026-05-21T21:55:06.971Z Compiling cargo-platform v0.1.9
15432026-05-21T21:55:07.159Z Compiling hex v0.4.3
15442026-05-21T21:55:07.181Z Compiling hubpack_derive v0.1.1
15452026-05-21T21:55:07.258Z Compiling oxnet v0.1.4
15462026-05-21T21:55:07.273Z Compiling hkdf v0.12.4
15472026-05-21T21:55:07.319Z Compiling crypto-bigint v0.5.5
15482026-05-21T21:55:07.383Z Compiling document-features v0.2.12
15492026-05-21T21:55:07.439Z Compiling regex v1.12.3
15502026-05-21T21:55:07.571Z Compiling nix v0.31.2
15512026-05-21T21:55:07.656Z Compiling ref-cast-impl v1.0.25
15522026-05-21T21:55:07.670Z Compiling curve25519-dalek-derive v0.1.1
15532026-05-21T21:55:07.684Z Compiling strum_macros v0.27.2
15542026-05-21T21:55:07.689Z Compiling snafu-derive v0.8.9
15552026-05-21T21:55:07.871Z Compiling daft-derive v0.1.7
15562026-05-21T21:55:07.890Z Compiling group v0.13.0
15572026-05-21T21:55:07.981Z Compiling num-iter v0.1.45
15582026-05-21T21:55:08.120Z Compiling terminal_size v0.4.3
15592026-05-21T21:55:08.124Z Compiling phf_shared v0.13.1
15602026-05-21T21:55:08.219Z Compiling lazy_static v1.5.0
15612026-05-21T21:55:08.295Z Compiling vergen v9.0.6
15622026-05-21T21:55:08.325Z Compiling fs-err v3.3.0
15632026-05-21T21:55:08.340Z Compiling ahash v0.8.12
15642026-05-21T21:55:08.373Z Compiling encoding_rs v0.8.35
15652026-05-21T21:55:08.386Z Compiling tokio-util v0.7.18
15662026-05-21T21:55:08.402Z Compiling tower v0.5.3
15672026-05-21T21:55:08.495Z Compiling tokio-native-tls v0.3.1
15682026-05-21T21:55:08.533Z Compiling foldhash v0.2.0
15692026-05-21T21:55:08.566Z Compiling object v0.37.3
15702026-05-21T21:55:08.631Z Compiling unicode-segmentation v1.12.0
15712026-05-21T21:55:08.646Z Compiling bitflags v1.3.2
15722026-05-21T21:55:08.686Z Compiling bumpalo v3.20.2
15732026-05-21T21:55:08.734Z Compiling managed v0.8.0
15742026-05-21T21:55:08.773Z Compiling same-file v1.0.6
15752026-05-21T21:55:08.857Z Compiling tower-http v0.6.8
15762026-05-21T21:55:08.914Z Compiling flate2 v1.1.9
15772026-05-21T21:55:08.953Z Compiling newtype-uuid v1.3.2
15782026-05-21T21:55:08.970Z Compiling foldhash v0.1.5
15792026-05-21T21:55:08.973Z Compiling libbz2-rs-sys v0.2.2
15802026-05-21T21:55:09.032Z Compiling winnow v0.5.40
15812026-05-21T21:55:09.182Z Compiling h2 v0.4.13
15822026-05-21T21:55:09.309Z Compiling mime v0.3.17
15832026-05-21T21:55:09.325Z Compiling clap_builder v4.5.60
15842026-05-21T21:55:09.339Z Compiling daft v0.1.7
15852026-05-21T21:55:09.371Z Compiling hashbrown v0.15.5
15862026-05-21T21:55:09.488Z Compiling bzip2 v0.6.1
15872026-05-21T21:55:09.509Z Compiling dof v0.3.0
15882026-05-21T21:55:09.646Z Compiling zopfli v0.8.3
15892026-05-21T21:55:09.659Z Compiling snafu v0.8.9
15902026-05-21T21:55:09.698Z Compiling walkdir v2.5.0
15912026-05-21T21:55:09.757Z Compiling strum v0.27.2
15922026-05-21T21:55:09.773Z Compiling hashbrown v0.16.1
15932026-05-21T21:55:09.999Z Compiling phf v0.13.1
15942026-05-21T21:55:10.040Z Compiling signal-hook-mio v0.2.5
15952026-05-21T21:55:10.055Z Compiling elliptic-curve v0.13.8
15962026-05-21T21:55:10.243Z Compiling cargo_metadata v0.19.2
15972026-05-21T21:55:10.299Z Compiling cookie_store v0.22.1
15982026-05-21T21:55:10.347Z Compiling toml_edit v0.19.15
15992026-05-21T21:55:10.367Z Compiling usdt-macro v0.6.0
16002026-05-21T21:55:10.388Z Compiling usdt-attr-macro v0.6.0
16012026-05-21T21:55:10.403Z Compiling hubpack v0.1.2
16022026-05-21T21:55:10.473Z Compiling bzip2 v0.4.4
16032026-05-21T21:55:10.509Z Compiling postgres-types v0.2.12
16042026-05-21T21:55:10.545Z Compiling futures v0.3.32
16052026-05-21T21:55:10.568Z Compiling serde_with_macros v3.17.0
16062026-05-21T21:55:10.635Z Compiling zstd v0.13.3
16072026-05-21T21:55:10.695Z Compiling globset v0.4.18
16082026-05-21T21:55:10.927Z Compiling dtrace-parser v0.2.0
16092026-05-21T21:55:10.980Z Compiling pkcs1 v0.7.5
16102026-05-21T21:55:11.112Z Compiling ed25519 v2.2.3
16112026-05-21T21:55:11.182Z Compiling serde-big-array v0.5.1
16122026-05-21T21:55:11.271Z Compiling olpc-cjson v0.1.4
16132026-05-21T21:55:11.342Z Compiling serde_plain v1.0.2
16142026-05-21T21:55:11.433Z Compiling rfc6979 v0.4.0
16152026-05-21T21:55:11.453Z Compiling strum_macros v0.26.4
16162026-05-21T21:55:11.457Z Compiling async-recursion v1.1.1
16172026-05-21T21:55:11.571Z Compiling enum-as-inner v0.6.1
16182026-05-21T21:55:11.571Z Compiling clap_derive v4.5.55
16192026-05-21T21:55:11.639Z Compiling serde_repr v0.1.20
16202026-05-21T21:55:11.746Z Compiling phf_shared v0.11.3
16212026-05-21T21:55:11.761Z Compiling float-cmp v0.10.0
16222026-05-21T21:55:11.832Z Compiling pem v3.0.6
16232026-05-21T21:55:11.924Z Compiling thread-id v4.2.2
16242026-05-21T21:55:11.948Z Compiling memmap2 v0.9.10
16252026-05-21T21:55:12.022Z Compiling env_filter v1.0.0
16262026-05-21T21:55:12.066Z Compiling predicates-core v1.0.10
16272026-05-21T21:55:12.106Z Compiling normalize-line-endings v0.3.0
16282026-05-21T21:55:12.164Z Compiling hyper v1.8.1
16292026-05-21T21:55:12.187Z Compiling whoami v2.1.0
16302026-05-21T21:55:12.202Z Compiling precomputed-hash v0.1.1
16312026-05-21T21:55:12.219Z Compiling either v1.15.0
16322026-05-21T21:55:12.222Z Compiling data-encoding v2.10.0
16332026-05-21T21:55:12.261Z Compiling jiff v0.2.21
16342026-05-21T21:55:12.302Z Compiling fixedbitset v0.4.2
16352026-05-21T21:55:12.363Z Compiling static_assertions v1.1.0
16362026-05-21T21:55:12.393Z Compiling new_debug_unreachable v1.0.6
16372026-05-21T21:55:12.449Z Compiling typed-path v0.9.3
16382026-05-21T21:55:12.468Z Compiling keccak v0.1.6
16392026-05-21T21:55:12.481Z Compiling difflib v0.4.0
16402026-05-21T21:55:12.542Z Compiling fixedbitset v0.5.7
16412026-05-21T21:55:12.588Z Compiling hickory-proto v0.25.2
16422026-05-21T21:55:12.862Z Compiling petgraph v0.8.3
16432026-05-21T21:55:12.965Z Compiling predicates v3.1.4
16442026-05-21T21:55:13.016Z Compiling sha3 v0.10.8
16452026-05-21T21:55:13.074Z Compiling string_cache v0.8.9
16462026-05-21T21:55:13.093Z Compiling petgraph v0.6.5
16472026-05-21T21:55:13.234Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16482026-05-21T21:55:13.286Z Compiling hyper-util v0.1.20
16492026-05-21T21:55:13.308Z Compiling strum v0.26.3
16502026-05-21T21:55:13.328Z Compiling itertools v0.13.0
16512026-05-21T21:55:13.411Z Compiling clap v4.5.60
16522026-05-21T21:55:13.456Z Compiling tokio-postgres v0.7.16
16532026-05-21T21:55:13.499Z Compiling toml_edit v0.22.27
16542026-05-21T21:55:13.514Z Compiling env_logger v0.11.9
16552026-05-21T21:55:13.645Z Compiling usdt v0.6.0
16562026-05-21T21:55:13.714Z Compiling usdt-impl v0.5.0
16572026-05-21T21:55:13.806Z Compiling serde_with v3.17.0
16582026-05-21T21:55:13.889Z Compiling toml v0.7.8
16592026-05-21T21:55:13.929Z Compiling crossterm v0.28.1
16602026-05-21T21:55:14.331Z Compiling ecdsa v0.16.9
16612026-05-21T21:55:14.491Z Compiling ed25519-dalek v2.2.0
16622026-05-21T21:55:14.559Z Compiling rsa v0.9.10
16632026-05-21T21:55:14.736Z Compiling hyper-tls v0.6.0
16642026-05-21T21:55:14.832Z Compiling zip v0.6.6
16652026-05-21T21:55:14.983Z Compiling zip v4.6.1
16662026-05-21T21:55:15.057Z Compiling iddqd v0.4.1
16672026-05-21T21:55:15.495Z Compiling tokio-stream v0.1.18
16682026-05-21T21:55:15.537Z Compiling similar v2.7.0
16692026-05-21T21:55:15.582Z Compiling heck v0.4.1
16702026-05-21T21:55:15.707Z Compiling toml_parser v1.0.9+spec-1.1.0
16712026-05-21T21:55:15.732Z Compiling buf-list v1.1.2
16722026-05-21T21:55:15.825Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16732026-05-21T21:55:15.970Z Compiling openapiv3 v2.2.0
16742026-05-21T21:55:15.985Z Compiling x509-cert v0.2.5
16752026-05-21T21:55:16.056Z Compiling sha1 v0.10.6
16762026-05-21T21:55:16.079Z Compiling crossbeam-epoch v0.9.18
16772026-05-21T21:55:16.176Z Compiling toml_datetime v0.7.5+spec-1.1.0
16782026-05-21T21:55:16.223Z Compiling lalrpop-util v0.19.12
16792026-05-21T21:55:16.316Z Compiling peg-runtime v0.8.5
16802026-05-21T21:55:16.332Z Compiling thread_local v1.1.9
16812026-05-21T21:55:16.396Z Compiling slog-async v2.8.0
16822026-05-21T21:55:16.425Z Compiling crossbeam-channel v0.5.15
16832026-05-21T21:55:16.440Z Compiling is-terminal v0.4.17
16842026-05-21T21:55:16.493Z Compiling filetime v0.2.27
16852026-05-21T21:55:16.507Z Compiling take_mut v0.2.2
16862026-05-21T21:55:16.522Z Compiling term v1.2.1
16872026-05-21T21:55:16.538Z Compiling xattr v1.6.1
16882026-05-21T21:55:16.683Z Compiling tar v0.4.45
16892026-05-21T21:55:16.835Z Compiling slog-term v2.9.2
16902026-05-21T21:55:34.369Z Compiling rustls-webpki v0.103.9
16912026-05-21T21:55:37.168Z Compiling tokio-rustls v0.26.4
16922026-05-21T21:55:37.168Z Compiling rustls-platform-verifier v0.6.2
16932026-05-21T21:55:37.368Z Compiling hyper-rustls v0.27.7
16942026-05-21T21:55:37.562Z Compiling reqwest v0.12.28
16952026-05-21T21:55:37.563Z Compiling reqwest v0.13.2
16962026-05-21T21:55:38.772Z Compiling tough v0.22.0
16972026-05-21T21:55:41.293Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16982026-05-21T21:55:41.529Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16992026-05-21T21:55:44.343Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.27s
17002026-05-21T21:55:44.490Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17012026-05-21T21:55:44.547ZMay 21 21:55:43.667 INFO Starting download, target: Cockroach
17022026-05-21T21:55:44.547ZMay 21 21:55:43.668 INFO Starting download, target: Clickhouse
17032026-05-21T21:55:44.547ZMay 21 21:55:43.668 INFO Starting download, target: Console
17042026-05-21T21:55:44.547ZMay 21 21:55:43.668 INFO Starting download, target: DendriteStub
17052026-05-21T21:55:44.551ZMay 21 21:55:43.668 INFO Starting download, target: MaghemiteMgd
17062026-05-21T21:55:44.551ZMay 21 21:55:43.668 INFO Starting download, target: TransceiverControl
17072026-05-21T21:55:44.551ZMay 21 21:55:43.668 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17082026-05-21T21:55:44.551ZMay 21 21:55:43.668 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17092026-05-21T21:55:44.551ZMay 21 21:55:43.668 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17102026-05-21T21:55:44.551ZMay 21 21:55:43.668 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17112026-05-21T21:55:44.551ZMay 21 21:55:43.669 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17122026-05-21T21:55:44.551ZMay 21 21:55:43.669 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17132026-05-21T21:55:44.898ZMay 21 21:55:44.019 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17142026-05-21T21:55:45.114ZMay 21 21:55:44.232 INFO Download complete, target: TransceiverControl
17152026-05-21T21:55:45.755ZMay 21 21:55:44.868 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17162026-05-21T21:55:45.984ZMay 21 21:55:45.105 INFO Download complete, target: Console
17172026-05-21T21:55:46.353ZMay 21 21:55:45.474 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17182026-05-21T21:55:46.408ZMay 21 21:55:45.528 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17192026-05-21T21:55:46.982ZMay 21 21:55:46.103 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17202026-05-21T21:55:46.982ZMay 21 21:55:46.103 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17212026-05-21T21:55:47.156ZMay 21 21:55:46.276 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17222026-05-21T21:55:48.877ZMay 21 21:55:47.996 INFO Download complete, target: DendriteStub
17232026-05-21T21:55:48.951ZMay 21 21:55:48.071 INFO Download complete, target: MaghemiteMgd
17242026-05-21T21:55:51.698ZMay 21 21:55:50.816 INFO Checking that binary works, target: Cockroach
17252026-05-21T21:55:51.824ZMay 21 21:55:50.940 INFO Download complete, target: Cockroach
17262026-05-21T21:55:53.931ZMay 21 21:55:53.051 INFO Checking that binary works, target: Clickhouse
17272026-05-21T21:55:54.017ZMay 21 21:55:53.137 INFO Download complete, target: Clickhouse
17282026-05-21T21:55:54.023ZAll prerequisites installed successfully
17292026-05-21T21:55:54.026Z
17302026-05-21T21:55:54.026Zreal 1:59.952980894
17312026-05-21T21:55:54.026Zuser 6:57.525484621
17322026-05-21T21:55:54.026Zsys 1:39.994398133
17332026-05-21T21:55:54.026Ztrap 0.279458319
17342026-05-21T21:55:54.026Ztflt 1.229576256
17352026-05-21T21:55:54.026Zdflt 1.621405679
17362026-05-21T21:55:54.026Zkflt 0.026547384
17372026-05-21T21:55:54.026Zlock 23:12.346043987
17382026-05-21T21:55:54.026Zslp 18:53.920354745
17392026-05-21T21:55:54.026Zlat 26.673766676
17402026-05-21T21:55:54.026Zstop 2:50.618384178
17412026-05-21T21:55:54.026Z+ ptime -m cargo xtask download softnpu
17422026-05-21T21:55:54.553Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17432026-05-21T21:55:54.588Z Running `target/debug/xtask download softnpu`
17442026-05-21T21:55:55.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17452026-05-21T21:55:55.446Z Running `target/debug/xtask-downloader softnpu`
17462026-05-21T21:55:55.486ZMay 21 21:55:54.607 INFO Starting download, target: Softnpu
17472026-05-21T21:55:55.490ZMay 21 21:55:54.607 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17482026-05-21T21:55:56.256ZMay 21 21:55:55.357 INFO Download complete, target: Softnpu
17492026-05-21T21:55:56.260Z
17502026-05-21T21:55:56.260Zreal 2.210632947
17512026-05-21T21:55:56.260Zuser 1.371937688
17522026-05-21T21:55:56.260Zsys 0.669840858
17532026-05-21T21:55:56.260Ztrap 0.001118271
17542026-05-21T21:55:56.260Ztflt 0.000030714
17552026-05-21T21:55:56.260Zdflt 0.000459670
17562026-05-21T21:55:56.260Zkflt 0.000000000
17572026-05-21T21:55:56.260Zlock 14.113676468
17582026-05-21T21:55:56.260Zslp 0.575734957
17592026-05-21T21:55:56.260Zlat 0.094844203
17602026-05-21T21:55:56.260Zstop 0.000198369
17612026-05-21T21:55:56.260Z+ export CARGO_INCREMENTAL=0
17622026-05-21T21:55:56.260Z+ CARGO_INCREMENTAL=0
17632026-05-21T21:55:56.260Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17642026-05-21T21:55:57.185Z Compiling proc-macro2 v1.0.106
17652026-05-21T21:55:57.185Z Compiling quote v1.0.45
17662026-05-21T21:55:57.185Z Compiling unicode-ident v1.0.24
17672026-05-21T21:55:57.186Z Compiling libc v0.2.185
17682026-05-21T21:55:57.253Z Compiling serde_core v1.0.228
17692026-05-21T21:55:57.253Z Compiling serde v1.0.228
17702026-05-21T21:55:57.253Z Compiling cfg-if v1.0.4
17712026-05-21T21:55:57.253Z Compiling version_check v0.9.5
17722026-05-21T21:55:57.253Z Compiling find-msvc-tools v0.1.9
17732026-05-21T21:55:57.253Z Compiling shlex v1.3.0
17742026-05-21T21:55:57.253Z Compiling typenum v1.19.0
17752026-05-21T21:55:57.253Z Compiling zmij v1.0.21
17762026-05-21T21:55:57.253Z Compiling autocfg v1.5.0
17772026-05-21T21:55:57.322Z Compiling serde_json v1.0.149
17782026-05-21T21:55:57.380Z Compiling memchr v2.8.0
17792026-05-21T21:55:57.568Z Compiling portable-atomic v1.13.1
17802026-05-21T21:55:57.587Z Compiling libm v0.2.16
17812026-05-21T21:55:57.588Z Compiling zerocopy v0.8.40
17822026-05-21T21:55:57.627Z Compiling smallvec v1.15.1
17832026-05-21T21:55:57.775Z Compiling parking_lot_core v0.9.12
17842026-05-21T21:55:57.843Z Compiling icu_normalizer_data v2.1.1
17852026-05-21T21:55:57.866Z Compiling icu_properties_data v2.1.2
17862026-05-21T21:55:57.889Z Compiling generic-array v0.14.7
17872026-05-21T21:55:57.921Z Compiling num-traits v0.2.19
17882026-05-21T21:55:57.921Z Compiling itoa v1.0.17
17892026-05-21T21:55:57.941Z Compiling getrandom v0.4.1
17902026-05-21T21:55:58.017Z Compiling log v0.4.29
17912026-05-21T21:55:58.059Z Compiling stable_deref_trait v1.2.1
17922026-05-21T21:55:58.112Z Compiling pkg-config v0.3.32
17932026-05-21T21:55:58.144Z Compiling subtle v2.6.1
17942026-05-21T21:55:58.193Z Compiling jobserver v0.1.34
17952026-05-21T21:55:58.249Z Compiling getrandom v0.2.17
17962026-05-21T21:55:58.277Z Compiling errno v0.3.14
17972026-05-21T21:55:58.294Z Compiling scopeguard v1.2.0
17982026-05-21T21:55:58.373Z Compiling rand_core v0.6.4
17992026-05-21T21:55:58.448Z Compiling lock_api v0.4.14
18002026-05-21T21:55:58.499Z Compiling cc v1.2.56
18012026-05-21T21:55:58.525Z Compiling litemap v0.8.1
18022026-05-21T21:55:58.581Z Compiling percent-encoding v2.3.2
18032026-05-21T21:55:58.582Z Compiling writeable v0.6.2
18042026-05-21T21:55:58.629Z Compiling pin-project-lite v0.2.17
18052026-05-21T21:55:58.663Z Compiling fnv v1.0.7
18062026-05-21T21:55:58.676Z Compiling syn v2.0.117
18072026-05-21T21:55:58.753Z Compiling thiserror v2.0.18
18082026-05-21T21:55:58.849Z Compiling getrandom v0.3.4
18092026-05-21T21:55:58.874Z Compiling dunce v1.0.5
18102026-05-21T21:55:58.879Z Compiling equivalent v1.0.2
18112026-05-21T21:55:58.879Z Compiling fs_extra v1.3.0
18122026-05-21T21:55:58.935Z Compiling schemars v0.8.22
18132026-05-21T21:55:58.956Z Compiling rand_core v0.10.0
18142026-05-21T21:55:58.981Z Compiling rustversion v1.0.22
18152026-05-21T21:55:59.002Z Compiling utf8_iter v1.0.4
18162026-05-21T21:55:59.113Z Compiling form_urlencoded v1.2.2
18172026-05-21T21:55:59.192Z Compiling critical-section v1.2.0
18182026-05-21T21:55:59.217Z Compiling signal-hook-registry v1.4.8
18192026-05-21T21:55:59.262Z Compiling cmake v0.1.57
18202026-05-21T21:55:59.304Z Compiling rustix v1.1.3
18212026-05-21T21:55:59.320Z Compiling hashbrown v0.17.0
18222026-05-21T21:55:59.418Z Compiling socket2 v0.6.3
18232026-05-21T21:55:59.453Z Compiling parking_lot v0.12.5
18242026-05-21T21:55:59.631Z Compiling semver v1.0.28
18252026-05-21T21:55:59.647Z Compiling once_cell v1.21.3
18262026-05-21T21:55:59.768Z Compiling bitflags v2.11.0
18272026-05-21T21:55:59.768Z Compiling mio v1.2.0
18282026-05-21T21:55:59.826Z Compiling ring v0.17.14
18292026-05-21T21:55:59.863Z Compiling aws-lc-sys v0.40.0
18302026-05-21T21:55:59.882Z Compiling indexmap v2.14.0
18312026-05-21T21:55:59.902Z Compiling const-oid v0.9.6
18322026-05-21T21:55:59.982Z Compiling aws-lc-rs v1.16.3
18332026-05-21T21:56:00.024Z Compiling heck v0.5.0
18342026-05-21T21:56:00.169Z Compiling futures-core v0.3.32
18352026-05-21T21:56:00.200Z Compiling httparse v1.10.1
18362026-05-21T21:56:00.271Z Compiling vcpkg v0.2.15
18372026-05-21T21:56:00.318Z Compiling strsim v0.11.1
18382026-05-21T21:56:00.334Z Compiling thiserror v1.0.69
18392026-05-21T21:56:00.518Z Compiling iana-time-zone v0.1.65
18402026-05-21T21:56:00.534Z Compiling byteorder v1.5.0
18412026-05-21T21:56:00.565Z Compiling ucd-trie v0.1.7
18422026-05-21T21:56:00.632Z Compiling ident_case v1.0.1
18432026-05-21T21:56:00.649Z Compiling syn v1.0.109
18442026-05-21T21:56:00.652Z Compiling regex-syntax v0.8.10
18452026-05-21T21:56:00.652Z Compiling uuid v1.23.0
18462026-05-21T21:56:00.728Z Compiling pest v2.8.6
18472026-05-21T21:56:00.742Z Compiling rustls v0.23.37
18482026-05-21T21:56:00.773Z Compiling cpufeatures v0.2.17
18492026-05-21T21:56:00.876Z Compiling openssl-sys v0.9.115
18502026-05-21T21:56:01.012Z Compiling futures-sink v0.3.32
18512026-05-21T21:56:01.029Z Compiling rustc_version v0.4.1
18522026-05-21T21:56:01.099Z Compiling futures-task v0.3.32
18532026-05-21T21:56:01.139Z Compiling futures-channel v0.3.32
18542026-05-21T21:56:01.153Z Compiling slab v0.4.12
18552026-05-21T21:56:01.278Z Compiling futures-io v0.3.32
18562026-05-21T21:56:01.372Z Compiling aho-corasick v1.1.4
18572026-05-21T21:56:01.390Z Compiling dyn-clone v1.0.20
18582026-05-21T21:56:01.537Z Compiling synstructure v0.13.2
18592026-05-21T21:56:01.553Z Compiling serde_derive_internals v0.29.1
18602026-05-21T21:56:01.608Z Compiling plain v0.2.3
18612026-05-21T21:56:01.608Z Compiling openssl v0.10.79
18622026-05-21T21:56:01.669Z Compiling base64 v0.22.1
18632026-05-21T21:56:01.683Z Compiling crc32fast v1.5.0
18642026-05-21T21:56:01.759Z Compiling crossbeam-utils v0.8.21
18652026-05-21T21:56:01.895Z Compiling pest_meta v2.8.6
18662026-05-21T21:56:01.969Z Compiling time-core v0.1.8
18672026-05-21T21:56:02.028Z Compiling num-conv v0.2.0
18682026-05-21T21:56:02.124Z Compiling pretty-hex v0.4.1
18692026-05-21T21:56:02.142Z Compiling native-tls v0.2.18
18702026-05-21T21:56:02.183Z Compiling base64ct v1.8.3
18712026-05-21T21:56:02.198Z Compiling time-macros v0.2.27
18722026-05-21T21:56:02.238Z Compiling regex-automata v0.4.14
18732026-05-21T21:56:02.253Z Compiling anyhow v1.0.102
18742026-05-21T21:56:02.278Z Compiling darling_core v0.21.3
18752026-05-21T21:56:02.371Z Compiling tracing-core v0.1.36
18762026-05-21T21:56:02.488Z Compiling pest_generator v2.8.6
18772026-05-21T21:56:02.505Z Compiling pem-rfc7468 v0.7.0
18782026-05-21T21:56:02.535Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18792026-05-21T21:56:02.786Z Compiling flagset v0.4.7
18802026-05-21T21:56:02.803Z Compiling untrusted v0.9.0
18812026-05-21T21:56:02.827Z Compiling serde_derive v1.0.228
18822026-05-21T21:56:02.849Z Compiling zeroize_derive v1.4.3
18832026-05-21T21:56:02.849Z Compiling zerofrom-derive v0.1.6
18842026-05-21T21:56:02.921Z Compiling yoke-derive v0.8.1
18852026-05-21T21:56:02.935Z Compiling zerovec-derive v0.11.2
18862026-05-21T21:56:02.952Z Compiling displaydoc v0.2.5
18872026-05-21T21:56:03.120Z Compiling zerocopy-derive v0.8.40
18882026-05-21T21:56:03.169Z Compiling tokio-macros v2.7.0
18892026-05-21T21:56:03.186Z Compiling futures-macro v0.3.32
18902026-05-21T21:56:03.434Z Compiling thiserror-impl v2.0.18
18912026-05-21T21:56:03.448Z Compiling zeroize v1.8.2
18922026-05-21T21:56:03.863Z Compiling schemars_derive v0.8.22
18932026-05-21T21:56:03.885Z Compiling tracing-attributes v0.1.31
18942026-05-21T21:56:03.959Z Compiling der_derive v0.7.3
18952026-05-21T21:56:03.989Z Compiling zerofrom v0.1.6
18962026-05-21T21:56:04.119Z Compiling yoke v0.8.1
18972026-05-21T21:56:04.259Z Compiling crypto-common v0.1.7
18982026-05-21T21:56:04.324Z Compiling zerovec v0.11.5
18992026-05-21T21:56:04.340Z Compiling zerotrie v0.2.3
19002026-05-21T21:56:04.423Z Compiling block-buffer v0.10.4
19012026-05-21T21:56:04.588Z Compiling digest v0.10.7
19022026-05-21T21:56:04.633Z Compiling thiserror-impl v1.0.69
19032026-05-21T21:56:04.850Z Compiling pest_derive v2.8.6
19042026-05-21T21:56:04.883Z Compiling tinystr v0.8.2
19052026-05-21T21:56:04.896Z Compiling potential_utf v0.1.4
19062026-05-21T21:56:04.922Z Compiling futures-util v0.3.32
19072026-05-21T21:56:05.011Z Compiling icu_collections v2.1.1
19082026-05-21T21:56:05.044Z Compiling icu_locale_core v2.1.1
19092026-05-21T21:56:05.086Z Compiling hmac v0.12.1
19102026-05-21T21:56:05.292Z Compiling block-padding v0.3.3
19112026-05-21T21:56:05.402Z Compiling rustls-pki-types v1.14.0
19122026-05-21T21:56:05.700Z Compiling inout v0.1.4
19132026-05-21T21:56:05.741Z Compiling icu_provider v2.1.1
19142026-05-21T21:56:05.741Z Compiling openssl-macros v0.1.1
19152026-05-21T21:56:05.773Z Compiling sha2 v0.10.9
19162026-05-21T21:56:05.870Z Compiling cipher v0.4.4
19172026-05-21T21:56:05.998Z Compiling bytes v1.11.1
19182026-05-21T21:56:06.078Z Compiling icu_normalizer v2.1.1
19192026-05-21T21:56:06.105Z Compiling icu_properties v2.1.2
19202026-05-21T21:56:06.175Z Compiling chrono v0.4.44
19212026-05-21T21:56:06.208Z Compiling serde_tokenstream v0.2.3
19222026-05-21T21:56:06.516Z Compiling scroll_derive v0.13.1
19232026-05-21T21:56:06.714Z Compiling tokio v1.52.1
19242026-05-21T21:56:06.986Z Compiling idna_adapter v1.2.1
19252026-05-21T21:56:07.162Z Compiling idna v1.1.0
19262026-05-21T21:56:07.291Z Compiling scroll_derive v0.12.1
19272026-05-21T21:56:07.321Z Compiling ppv-lite86 v0.2.21
19282026-05-21T21:56:07.507Z Compiling url v2.5.8
19292026-05-21T21:56:07.568Z Compiling http v1.4.0
19302026-05-21T21:56:07.806Z Compiling tracing v0.1.44
19312026-05-21T21:56:07.920Z Compiling der v0.7.10
19322026-05-21T21:56:08.059Z Compiling regex v1.12.3
19332026-05-21T21:56:08.071Z Compiling darling_macro v0.21.3
19342026-05-21T21:56:08.222Z Compiling zerocopy-derive v0.7.35
19352026-05-21T21:56:08.466Z Compiling rand_core v0.9.5
19362026-05-21T21:56:08.545Z Compiling slog v2.8.2
19372026-05-21T21:56:08.751Z Compiling spki v0.7.3
19382026-05-21T21:56:08.974Z Compiling darling v0.21.3
19392026-05-21T21:56:09.005Z Compiling salsa20 v0.10.2
19402026-05-21T21:56:09.053Z Compiling pbkdf2 v0.12.2
19412026-05-21T21:56:09.557Z Compiling cookie v0.18.1
19422026-05-21T21:56:09.593Z Compiling camino v1.2.2
19432026-05-21T21:56:09.905Z Compiling scrypt v0.11.0
19442026-05-21T21:56:09.919Z Compiling rand_chacha v0.9.0
19452026-05-21T21:56:09.974Z Compiling http-body v1.0.1
19462026-05-21T21:56:10.011Z Compiling cbc v0.1.2
19472026-05-21T21:56:10.036Z Compiling aes v0.8.4
19482026-05-21T21:56:10.170Z Compiling usdt-impl v0.5.0
19492026-05-21T21:56:10.192Z Compiling either v1.15.0
19502026-05-21T21:56:10.201Z Compiling ref-cast v1.0.25
19512026-05-21T21:56:10.315Z Compiling tinyvec_macros v0.1.1
19522026-05-21T21:56:10.350Z Compiling untrusted v0.7.1
19532026-05-21T21:56:10.361Z Compiling paste v1.0.15
19542026-05-21T21:56:10.397Z Compiling usdt-impl v0.6.0
19552026-05-21T21:56:10.413Z Compiling openssl-probe v0.2.1
19562026-05-21T21:56:10.429Z Compiling atomic-waker v1.1.2
19572026-05-21T21:56:10.487Z Compiling winnow v0.7.14
19582026-05-21T21:56:10.517Z Compiling pkcs5 v0.7.1
19592026-05-21T21:56:10.529Z Compiling tinyvec v1.10.0
19602026-05-21T21:56:10.632Z Compiling rand v0.9.2
19612026-05-21T21:56:10.648Z Compiling tokio-util v0.7.18
19622026-05-21T21:56:11.043Z Compiling scroll v0.12.0
19632026-05-21T21:56:11.099Z Compiling scroll v0.13.0
19642026-05-21T21:56:11.263Z Compiling serde_spanned v0.6.9
19652026-05-21T21:56:11.327Z Compiling toml_datetime v0.6.11
19662026-05-21T21:56:11.383Z Compiling async-trait v0.1.89
19672026-05-21T21:56:11.421Z Compiling heapless v0.7.17
19682026-05-21T21:56:11.596Z Compiling bzip2-sys v0.1.13+1.0.8
19692026-05-21T21:56:11.611Z Compiling tower-service v0.3.3
19702026-05-21T21:56:11.684Z Compiling fastrand v2.3.0
19712026-05-21T21:56:11.715Z Compiling try-lock v0.2.5
19722026-05-21T21:56:11.865Z Compiling signal-hook v0.3.18
19732026-05-21T21:56:11.889Z Compiling tower-layer v0.3.3
19742026-05-21T21:56:12.067Z Compiling zstd-safe v7.2.4
19752026-05-21T21:56:12.084Z Compiling h2 v0.4.13
19762026-05-21T21:56:12.103Z Compiling toml_parser v1.0.9+spec-1.1.0
19772026-05-21T21:56:12.120Z Compiling want v0.3.1
19782026-05-21T21:56:12.293Z Compiling goblin v0.10.5
19792026-05-21T21:56:12.310Z Compiling goblin v0.8.2
19802026-05-21T21:56:12.313Z Compiling pkcs8 v0.10.2
19812026-05-21T21:56:12.560Z Compiling zerocopy v0.7.35
19822026-05-21T21:56:12.607Z Compiling ipnet v2.11.0
19832026-05-21T21:56:12.800Z Compiling ref-cast-impl v1.0.25
19842026-05-21T21:56:13.123Z Compiling darling_core v0.20.11
19852026-05-21T21:56:13.141Z Compiling curve25519-dalek v4.1.3
19862026-05-21T21:56:13.166Z Compiling toml_datetime v0.7.5+spec-1.1.0
19872026-05-21T21:56:13.353Z Compiling memoffset v0.9.1
19882026-05-21T21:56:13.403Z Compiling litrs v1.0.0
19892026-05-21T21:56:13.576Z Compiling rustix v0.38.44
19902026-05-21T21:56:13.603Z Compiling pin-utils v0.1.0
19912026-05-21T21:56:13.687Z Compiling httpdate v1.0.3
19922026-05-21T21:56:13.853Z Compiling foreign-types-shared v0.1.1
19932026-05-21T21:56:13.908Z Compiling winnow v0.5.40
19942026-05-21T21:56:14.017Z Compiling foreign-types v0.3.2
19952026-05-21T21:56:14.080Z Compiling document-features v0.2.12
19962026-05-21T21:56:14.210Z Compiling tempfile v3.25.0
19972026-05-21T21:56:14.559Z Compiling dof v0.3.0
19982026-05-21T21:56:14.609Z Compiling unicode-normalization v0.1.25
19992026-05-21T21:56:14.820Z Compiling dtrace-parser v0.2.0
20002026-05-21T21:56:15.067Z Compiling darling_macro v0.20.11
20012026-05-21T21:56:15.078Z Compiling hyper v1.8.1
20022026-05-21T21:56:15.098Z Compiling dof v0.4.0
20032026-05-21T21:56:15.200Z Compiling toml_edit v0.19.15
20042026-05-21T21:56:15.286Z Compiling dtrace-parser v0.3.0
20052026-05-21T21:56:15.423Z Compiling pin-project-internal v1.1.11
20062026-05-21T21:56:15.507Z Compiling daft-derive v0.1.7
20072026-05-21T21:56:15.571Z Compiling spin v0.9.8
20082026-05-21T21:56:15.609Z Compiling thread-id v5.1.0
20092026-05-21T21:56:15.712Z Compiling thread-id v4.2.2
20102026-05-21T21:56:15.726Z Compiling cfg_aliases v0.2.1
20112026-05-21T21:56:15.813Z Compiling num-bigint-dig v0.8.6
20122026-05-21T21:56:15.817Z Compiling powerfmt v0.2.0
20132026-05-21T21:56:15.924Z Compiling smoltcp v0.9.1
20142026-05-21T21:56:15.999Z Compiling deranged v0.5.8
20152026-05-21T21:56:16.014Z Compiling nix v0.31.2
20162026-05-21T21:56:16.197Z Compiling hyper-util v0.1.20
20172026-05-21T21:56:16.384Z Compiling darling v0.20.11
20182026-05-21T21:56:16.567Z Compiling rustls-native-certs v0.8.3
20192026-05-21T21:56:16.672Z Compiling ipnetwork v0.21.1
20202026-05-21T21:56:17.140Z Compiling curve25519-dalek-derive v0.1.1
20212026-05-21T21:56:17.155Z Compiling strum_macros v0.26.4
20222026-05-21T21:56:17.308Z Compiling sync_wrapper v1.0.2
20232026-05-21T21:56:17.379Z Compiling wait-timeout v0.2.1
20242026-05-21T21:56:17.511Z Compiling num_threads v0.1.7
20252026-05-21T21:56:17.609Z Compiling anstyle v1.0.13
20262026-05-21T21:56:17.758Z Compiling simd-adler32 v0.3.8
20272026-05-21T21:56:17.807Z Compiling bit-vec v0.8.0
20282026-05-21T21:56:17.836Z Compiling siphasher v1.0.2
20292026-05-21T21:56:17.851Z Compiling quick-error v1.2.3
20302026-05-21T21:56:17.922Z Compiling utf8parse v0.2.2
20312026-05-21T21:56:18.031Z Compiling anstyle-parse v0.2.7
20322026-05-21T21:56:18.048Z Compiling bit-set v0.8.0
20332026-05-21T21:56:18.062Z Compiling rusty-fork v0.3.1
20342026-05-21T21:56:18.225Z Compiling time v0.3.47
20352026-05-21T21:56:18.267Z Compiling tower v0.5.3
20362026-05-21T21:56:18.709Z Compiling derive_builder_core v0.20.2
20372026-05-21T21:56:18.853Z Compiling http-body-util v0.1.3
20382026-05-21T21:56:19.157Z Compiling webpki-roots v1.0.6
20392026-05-21T21:56:19.208Z Compiling rand_xorshift v0.4.0
20402026-05-21T21:56:19.232Z Compiling signature v2.2.0
20412026-05-21T21:56:19.292Z Compiling hubpack_derive v0.1.1
20422026-05-21T21:56:19.322Z Compiling strum_macros v0.27.2
20432026-05-21T21:56:19.368Z Compiling snafu-derive v0.8.9
20442026-05-21T21:56:19.491Z Compiling fs-err v3.3.0
20452026-05-21T21:56:19.534Z Compiling ahash v0.8.12
20462026-05-21T21:56:19.639Z Compiling colorchoice v1.0.4
20472026-05-21T21:56:19.770Z Compiling allocator-api2 v0.2.21
20482026-05-21T21:56:19.787Z Compiling adler2 v2.0.1
20492026-05-21T21:56:19.804Z Compiling unicode-bidi v0.3.18
20502026-05-21T21:56:19.890Z Compiling unicode-properties v0.1.4
20512026-05-21T21:56:19.895Z Compiling unarray v0.1.4
20522026-05-21T21:56:19.921Z Compiling ryu v1.0.23
20532026-05-21T21:56:19.937Z Compiling object v0.37.3
20542026-05-21T21:56:20.118Z Compiling is_terminal_polyfill v1.70.2
20552026-05-21T21:56:20.134Z Compiling unicode-segmentation v1.12.0
20562026-05-21T21:56:20.151Z Compiling anstyle-query v1.1.5
20572026-05-21T21:56:20.170Z Compiling iri-string v0.7.10
20582026-05-21T21:56:20.201Z Compiling stringprep v0.1.5
20592026-05-21T21:56:20.240Z Compiling anstream v0.6.21
20602026-05-21T21:56:20.273Z Compiling serde_urlencoded v0.7.1
20612026-05-21T21:56:20.289Z Compiling proptest v1.10.0
20622026-05-21T21:56:20.347Z Compiling miniz_oxide v0.8.9
20632026-05-21T21:56:20.568Z Compiling derive_builder_macro v0.20.2
20642026-05-21T21:56:20.937Z Compiling tokio-native-tls v0.3.1
20652026-05-21T21:56:21.011Z Compiling usdt-macro v0.6.0
20662026-05-21T21:56:21.075Z Compiling usdt-attr-macro v0.6.0
20672026-05-21T21:56:21.270Z Compiling rand_chacha v0.3.1
20682026-05-21T21:56:21.290Z Compiling erased-serde v0.3.31
20692026-05-21T21:56:21.426Z Compiling tower-http v0.6.8
20702026-05-21T21:56:21.571Z Compiling md-5 v0.10.6
20712026-05-21T21:56:21.586Z Compiling bstr v1.12.1
20722026-05-21T21:56:21.726Z Compiling num-integer v0.1.46
20732026-05-21T21:56:21.743Z Compiling hash32 v0.2.1
20742026-05-21T21:56:21.795Z Compiling vergen-lib v0.1.6
20752026-05-21T21:56:21.845Z Compiling ff v0.13.1
20762026-05-21T21:56:21.926Z Compiling base16ct v0.2.0
20772026-05-21T21:56:21.938Z Compiling fallible-iterator v0.2.0
20782026-05-21T21:56:21.951Z Compiling psl-types v2.0.11
20792026-05-21T21:56:22.002Z Compiling zlib-rs v0.6.2
20802026-05-21T21:56:22.040Z Compiling group v0.13.0
20812026-05-21T21:56:22.071Z Compiling publicsuffix v2.3.0
20822026-05-21T21:56:22.087Z Compiling sec1 v0.7.3
20832026-05-21T21:56:22.103Z Compiling num-iter v0.1.45
20842026-05-21T21:56:22.229Z Compiling postgres-protocol v0.6.10
20852026-05-21T21:56:22.276Z Compiling rand v0.8.6
20862026-05-21T21:56:22.365Z Compiling newtype-uuid v1.3.2
20872026-05-21T21:56:22.666Z Compiling oxnet v0.1.4
20882026-05-21T21:56:22.740Z Compiling hyper-tls v0.6.0
20892026-05-21T21:56:22.913Z Compiling derive_builder v0.20.2
20902026-05-21T21:56:22.969Z Compiling heck v0.4.1
20912026-05-21T21:56:23.010Z Compiling phf_shared v0.13.1
20922026-05-21T21:56:23.037Z Compiling pin-project v1.1.11
20932026-05-21T21:56:23.086Z Compiling lazy_static v1.5.0
20942026-05-21T21:56:23.223Z Compiling terminal_size v0.4.3
20952026-05-21T21:56:23.247Z Compiling serde_with_macros v3.17.0
20962026-05-21T21:56:23.264Z Compiling futures-executor v0.3.32
20972026-05-21T21:56:23.281Z Compiling hex v0.4.3
20982026-05-21T21:56:23.457Z Compiling cargo-platform v0.1.9
20992026-05-21T21:56:23.538Z Compiling hkdf v0.12.4
21002026-05-21T21:56:23.626Z Compiling crypto-bigint v0.5.5
21012026-05-21T21:56:23.673Z Compiling serde_repr v0.1.20
21022026-05-21T21:56:23.701Z Compiling clap_derive v4.5.55
21032026-05-21T21:56:23.715Z Compiling enum-as-inner v0.6.1
21042026-05-21T21:56:23.760Z Compiling async-recursion v1.1.1
21052026-05-21T21:56:23.897Z Compiling vergen v9.0.6
21062026-05-21T21:56:24.108Z Compiling flate2 v1.1.9
21072026-05-21T21:56:24.235Z Compiling encoding_rs v0.8.35
21082026-05-21T21:56:24.277Z Compiling mime v0.3.17
21092026-05-21T21:56:24.293Z Compiling bitflags v1.3.2
21102026-05-21T21:56:24.379Z Compiling same-file v1.0.6
21112026-05-21T21:56:24.411Z Compiling bumpalo v3.20.2
21122026-05-21T21:56:24.429Z Compiling libbz2-rs-sys v0.2.2
21132026-05-21T21:56:24.514Z Compiling managed v0.8.0
21142026-05-21T21:56:24.560Z Compiling foldhash v0.2.0
21152026-05-21T21:56:24.671Z Compiling foldhash v0.1.5
21162026-05-21T21:56:24.756Z Compiling clap_lex v1.0.0
21172026-05-21T21:56:24.811Z Compiling hashbrown v0.15.5
21182026-05-21T21:56:24.833Z Compiling bzip2 v0.6.1
21192026-05-21T21:56:24.985Z Compiling clap_builder v4.5.60
21202026-05-21T21:56:25.098Z Compiling hashbrown v0.16.1
21212026-05-21T21:56:25.217Z Compiling zopfli v0.8.3
21222026-05-21T21:56:25.297Z Compiling walkdir v2.5.0
21232026-05-21T21:56:25.364Z Compiling elliptic-curve v0.13.8
21242026-05-21T21:56:25.566Z Compiling zstd v0.13.3
21252026-05-21T21:56:25.595Z Compiling cargo_metadata v0.19.2
21262026-05-21T21:56:25.648Z Compiling futures v0.3.32
21272026-05-21T21:56:25.791Z Compiling phf v0.13.1
21282026-05-21T21:56:25.866Z Compiling snafu v0.8.9
21292026-05-21T21:56:25.992Z Compiling signal-hook-mio v0.2.5
21302026-05-21T21:56:26.060Z Compiling daft v0.1.7
21312026-05-21T21:56:26.126Z Compiling postgres-types v0.2.12
21322026-05-21T21:56:26.203Z Compiling cookie_store v0.22.1
21332026-05-21T21:56:26.223Z Compiling bzip2 v0.4.4
21342026-05-21T21:56:26.346Z Compiling globset v0.4.18
21352026-05-21T21:56:26.443Z Compiling strum v0.27.2
21362026-05-21T21:56:26.801Z Compiling hubpack v0.1.2
21372026-05-21T21:56:26.849Z Compiling ed25519 v2.2.3
21382026-05-21T21:56:26.867Z Compiling phf_shared v0.11.3
21392026-05-21T21:56:26.948Z Compiling crossbeam-epoch v0.9.18
21402026-05-21T21:56:26.986Z Compiling olpc-cjson v0.1.4
21412026-05-21T21:56:27.042Z Compiling pkcs1 v0.7.5
21422026-05-21T21:56:27.105Z Compiling pem v3.0.6
21432026-05-21T21:56:27.174Z Compiling serde-big-array v0.5.1
21442026-05-21T21:56:27.206Z Compiling serde_plain v1.0.2
21452026-05-21T21:56:27.270Z Compiling rfc6979 v0.4.0
21462026-05-21T21:56:27.348Z Compiling float-cmp v0.10.0
21472026-05-21T21:56:27.374Z Compiling env_filter v1.0.0
21482026-05-21T21:56:27.405Z Compiling memmap2 v0.9.10
21492026-05-21T21:56:27.423Z Compiling keccak v0.1.6
21502026-05-21T21:56:27.457Z Compiling typed-path v0.9.3
21512026-05-21T21:56:27.473Z Compiling toml_write v0.1.2
21522026-05-21T21:56:27.498Z Compiling fixedbitset v0.4.2
21532026-05-21T21:56:27.515Z Compiling static_assertions v1.1.0
21542026-05-21T21:56:27.605Z Compiling data-encoding v2.10.0
21552026-05-21T21:56:27.626Z Compiling jiff v0.2.21
21562026-05-21T21:56:27.643Z Compiling precomputed-hash v0.1.1
21572026-05-21T21:56:27.677Z Compiling new_debug_unreachable v1.0.6
21582026-05-21T21:56:27.768Z Compiling predicates-core v1.0.10
21592026-05-21T21:56:27.771Z Compiling fixedbitset v0.5.7
21602026-05-21T21:56:27.798Z Compiling whoami v2.1.0
21612026-05-21T21:56:27.961Z Compiling normalize-line-endings v0.3.0
21622026-05-21T21:56:27.985Z Compiling difflib v0.4.0
21632026-05-21T21:56:28.061Z Compiling tokio-postgres v0.7.16
21642026-05-21T21:56:28.082Z Compiling petgraph v0.8.3
21652026-05-21T21:56:28.140Z Compiling hickory-proto v0.25.2
21662026-05-21T21:56:28.157Z Compiling string_cache v0.8.9
21672026-05-21T21:56:28.385Z Compiling predicates v3.1.4
21682026-05-21T21:56:28.475Z Compiling petgraph v0.6.5
21692026-05-21T21:56:28.595Z Compiling toml_edit v0.22.27
21702026-05-21T21:56:28.611Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21712026-05-21T21:56:28.838Z Compiling usdt v0.6.0
21722026-05-21T21:56:28.989Z Compiling sha3 v0.10.8
21732026-05-21T21:56:29.006Z Compiling env_logger v0.11.9
21742026-05-21T21:56:29.268Z Compiling ecdsa v0.16.9
21752026-05-21T21:56:29.343Z Compiling rsa v0.9.10
21762026-05-21T21:56:29.675Z Compiling ed25519-dalek v2.2.0
21772026-05-21T21:56:30.138Z Compiling crossterm v0.28.1
21782026-05-21T21:56:30.251Z Compiling zip v4.6.1
21792026-05-21T21:56:30.394Z Compiling clap v4.5.60
21802026-05-21T21:56:30.869Z Compiling zip v0.6.6
21812026-05-21T21:56:30.996Z Compiling iddqd v0.4.1
21822026-05-21T21:56:31.353Z Compiling serde_with v3.17.0
21832026-05-21T21:56:31.369Z Compiling similar v2.7.0
21842026-05-21T21:56:31.412Z Compiling strum v0.26.3
21852026-05-21T21:56:31.430Z Compiling toml v0.7.8
21862026-05-21T21:56:31.512Z Compiling tokio-stream v0.1.18
21872026-05-21T21:56:31.543Z Compiling buf-list v1.1.2
21882026-05-21T21:56:31.614Z Compiling itertools v0.13.0
21892026-05-21T21:56:31.874Z Compiling x509-cert v0.2.5
21902026-05-21T21:56:31.988Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21912026-05-21T21:56:32.196Z Compiling openapiv3 v2.2.0
21922026-05-21T21:56:32.304Z Compiling sha1 v0.10.6
21932026-05-21T21:56:32.539Z Compiling peg-runtime v0.8.5
21942026-05-21T21:56:32.678Z Compiling lalrpop-util v0.19.12
21952026-05-21T21:56:47.523Z Compiling rustls-webpki v0.103.9
21962026-05-21T21:56:48.984Z Compiling macaddr v1.0.1
21972026-05-21T21:56:49.026Z Compiling structmeta-derive v0.3.0
21982026-05-21T21:56:49.086Z Compiling crucible-workspace-hack v0.1.0
21992026-05-21T21:56:49.221Z Compiling rayon-core v1.13.0
22002026-05-21T21:56:49.287Z Compiling itertools v0.14.0
22012026-05-21T21:56:49.318Z Compiling secrecy v0.10.3
22022026-05-21T21:56:49.476Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22032026-05-21T21:56:49.524Z Compiling heapless v0.8.0
22042026-05-21T21:56:49.582Z Compiling rustls v0.22.4
22052026-05-21T21:56:49.766Z Compiling crossbeam-deque v0.8.6
22062026-05-21T21:56:49.815Z Compiling toml_edit v0.23.10+spec-1.0.0
22072026-05-21T21:56:49.864Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22082026-05-21T21:56:49.912Z Compiling rustls-webpki v0.102.8
22092026-05-21T21:56:49.945Z Compiling hash32 v0.3.1
22102026-05-21T21:56:50.001Z Compiling multer v3.1.0
22112026-05-21T21:56:50.023Z Compiling structmeta v0.3.0
22122026-05-21T21:56:50.039Z Compiling thread_local v1.1.9
22132026-05-21T21:56:50.127Z Compiling slog-async v2.8.0
22142026-05-21T21:56:50.138Z Compiling compression-core v0.4.31
22152026-05-21T21:56:50.161Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22162026-05-21T21:56:50.217Z Compiling match_cfg v0.1.0
22172026-05-21T21:56:50.244Z Compiling smoltcp v0.11.0
22182026-05-21T21:56:50.269Z Compiling unicode-width v0.2.0
22192026-05-21T21:56:50.303Z Compiling hostname v0.3.1
22202026-05-21T21:56:50.331Z Compiling proc-macro-crate v3.4.0
22212026-05-21T21:56:50.438Z Compiling compression-codecs v0.4.37
22222026-05-21T21:56:50.479Z Compiling derive-ex v0.1.8
22232026-05-21T21:56:50.550Z Compiling ingot-macros v0.1.1
22242026-05-21T21:56:50.615Z Compiling slog-json v2.6.1
22252026-05-21T21:56:50.700Z Compiling crossbeam-channel v0.5.15
22262026-05-21T21:56:50.773Z Compiling half v2.7.1
22272026-05-21T21:56:50.839Z Compiling newtype-uuid-macros v0.1.0
22282026-05-21T21:56:50.909Z Compiling cobs v0.3.0
22292026-05-21T21:56:51.093Z Compiling thiserror-impl-no-std v2.0.2
22302026-05-21T21:56:51.151Z Compiling universal-hash v0.5.1
22312026-05-21T21:56:51.207Z Compiling tokio-rustls v0.26.4
22322026-05-21T21:56:51.311Z Compiling rustls-platform-verifier v0.6.2
22332026-05-21T21:56:51.436Z Compiling async-stream-impl v0.3.6
22342026-05-21T21:56:51.493Z Compiling hyper-rustls v0.27.7
22352026-05-21T21:56:51.534Z Compiling toml_datetime v1.0.0+spec-1.1.0
22362026-05-21T21:56:51.567Z Compiling serde_spanned v1.0.4
22372026-05-21T21:56:51.755Z Compiling reqwest v0.12.28
22382026-05-21T21:56:51.771Z Compiling reqwest v0.13.2
22392026-05-21T21:56:51.828Z Compiling is-terminal v0.4.17
22402026-05-21T21:56:51.951Z Compiling dropshot v0.17.0
22412026-05-21T21:56:51.995Z Compiling proc-macro-error-attr v1.0.4
22422026-05-21T21:56:52.044Z Compiling take_mut v0.2.2
22432026-05-21T21:56:52.060Z Compiling opaque-debug v0.3.1
22442026-05-21T21:56:52.133Z Compiling convert_case v0.4.0
22452026-05-21T21:56:52.155Z Compiling ciborium-io v0.2.2
22462026-05-21T21:56:52.178Z Compiling term v1.2.1
22472026-05-21T21:56:52.181Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22482026-05-21T21:56:52.181Z Compiling toml_writer v1.0.6+spec-1.1.0
22492026-05-21T21:56:52.264Z Compiling ciborium-ll v0.2.2
22502026-05-21T21:56:52.413Z Compiling toml v1.0.6+spec-1.1.0
22512026-05-21T21:56:52.456Z Compiling derive_more v0.99.20
22522026-05-21T21:56:52.473Z Compiling thiserror-no-std v2.0.2
22532026-05-21T21:56:52.544Z Compiling tokio-rustls v0.25.0
22542026-05-21T21:56:52.580Z Compiling slog-term v2.9.2
22552026-05-21T21:56:52.695Z Compiling poly1305 v0.8.0
22562026-05-21T21:56:52.809Z Compiling test-strategy v0.4.5
22572026-05-21T21:56:52.896Z Compiling async-stream v0.3.6
22582026-05-21T21:56:53.106Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22592026-05-21T21:56:53.189Z Compiling ingot-types v0.1.2
22602026-05-21T21:56:53.340Z Compiling tough v0.22.0
22612026-05-21T21:56:53.431Z Compiling postcard v1.1.3
22622026-05-21T21:56:53.597Z Compiling ingot v0.1.1
22632026-05-21T21:56:53.820Z Compiling slog-bunyan v2.5.0
22642026-05-21T21:56:53.836Z Compiling num_enum_derive v0.7.5
22652026-05-21T21:56:54.025Z Compiling async-compression v0.4.41
22662026-05-21T21:56:54.103Z Compiling parse-display-derive v0.10.0
22672026-05-21T21:56:54.508Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22682026-05-21T21:56:54.626Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22692026-05-21T21:56:54.795Z Compiling proc-macro-crate v1.3.1
22702026-05-21T21:56:54.850Z Compiling backon v1.6.0
22712026-05-21T21:56:54.871Z Compiling waitgroup v0.1.2
22722026-05-21T21:56:55.007Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22732026-05-21T21:56:55.047Z Compiling password-hash v0.5.0
22742026-05-21T21:56:55.107Z Compiling chacha20 v0.9.1
22752026-05-21T21:56:55.126Z Compiling dropshot_endpoint v0.17.0
22762026-05-21T21:56:55.155Z Compiling rustls-pemfile v2.2.0
22772026-05-21T21:56:55.224Z Compiling blake2 v0.10.6
22782026-05-21T21:56:55.386Z Compiling aead v0.5.2
22792026-05-21T21:56:55.457Z Compiling foreign-types-macros v0.2.3
22802026-05-21T21:56:55.552Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22812026-05-21T21:56:55.598Z Compiling serde_path_to_error v0.1.20
22822026-05-21T21:56:55.764Z Compiling hostname v0.4.2
22832026-05-21T21:56:55.855Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22842026-05-21T21:56:55.971Z Compiling proc-macro-error v1.0.4
22852026-05-21T21:56:56.001Z Compiling instant v0.1.13
22862026-05-21T21:56:56.040Z Compiling debug-ignore v1.0.5
22872026-05-21T21:56:56.055Z Compiling foreign-types-shared v0.3.1
22882026-05-21T21:56:56.077Z Compiling typeid v1.0.3
22892026-05-21T21:56:56.092Z Compiling cpufeatures v0.3.0
22902026-05-21T21:56:56.113Z Compiling backoff v0.4.0
22912026-05-21T21:56:56.140Z Compiling foreign-types v0.5.0
22922026-05-21T21:56:56.171Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22932026-05-21T21:56:56.175Z Compiling chacha20 v0.10.0
22942026-05-21T21:56:56.203Z Compiling parse-display v0.10.0
22952026-05-21T21:56:56.219Z Compiling chacha20poly1305 v0.10.1
22962026-05-21T21:56:56.252Z Compiling argon2 v0.5.3
22972026-05-21T21:56:56.268Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22982026-05-21T21:56:56.357Z Compiling num_enum_derive v0.5.11
22992026-05-21T21:56:56.373Z Compiling num_enum v0.7.5
23002026-05-21T21:56:56.402Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23012026-05-21T21:56:56.441Z Compiling vsss-rs v3.3.4
23022026-05-21T21:56:56.507Z Compiling ciborium v0.2.2
23032026-05-21T21:56:56.656Z Compiling tabwriter v1.4.1
23042026-05-21T21:56:56.956Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23052026-05-21T21:56:57.006Z Compiling regress v0.10.5
23062026-05-21T21:56:57.112Z Compiling byte-wrapper v0.1.0
23072026-05-21T21:56:57.115Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23082026-05-21T21:56:57.291Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23092026-05-21T21:56:57.310Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23102026-05-21T21:56:57.328Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23112026-05-21T21:56:57.362Z Compiling cstr-argument v0.1.2
23122026-05-21T21:56:57.557Z Compiling erased-serde v0.4.9
23132026-05-21T21:56:57.718Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23142026-05-21T21:56:57.756Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23152026-05-21T21:56:57.816Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23162026-05-21T21:56:57.893Z Compiling num_enum v0.5.11
23172026-05-21T21:56:57.913Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23182026-05-21T21:56:57.974Z Compiling rand v0.10.0
23192026-05-21T21:56:57.992Z Compiling rayon v1.11.0
23202026-05-21T21:56:58.030Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23212026-05-21T21:56:58.042Z Compiling colored v3.1.1
23222026-05-21T21:56:58.094Z Compiling libefi-sys v0.1.0
23232026-05-21T21:56:58.177Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23242026-05-21T21:56:58.207Z Compiling indent_write v2.2.0
23252026-05-21T21:56:58.258Z Compiling zone_cfg_derive v0.3.1
23262026-05-21T21:56:58.315Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23272026-05-21T21:56:58.378Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23282026-05-21T21:56:58.394Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23292026-05-21T21:56:58.548Z Compiling camino-tempfile v1.4.1
23302026-05-21T21:56:58.630Z Compiling itertools v0.12.1
23312026-05-21T21:56:58.744Z Compiling usdt-attr-macro v0.5.0
23322026-05-21T21:56:58.780Z Compiling usdt-macro v0.5.0
23332026-05-21T21:56:58.878Z Compiling num-derive v0.4.2
23342026-05-21T21:56:58.934Z Compiling bitfield-struct v0.6.2
23352026-05-21T21:56:58.950Z Compiling blake3 v1.8.3
23362026-05-21T21:56:58.977Z Compiling ordered-float v2.10.1
23372026-05-21T21:56:59.265Z Compiling sigpipe v0.1.3
23382026-05-21T21:56:59.318Z Compiling memmap v0.7.0
23392026-05-21T21:56:59.375Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23402026-05-21T21:56:59.482Z Compiling swrite v0.1.0
23412026-05-21T21:56:59.493Z Compiling glob v0.3.3
23422026-05-21T21:56:59.568Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23432026-05-21T21:56:59.583Z Compiling usdt v0.5.0
23442026-05-21T21:56:59.636Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23452026-05-21T21:56:59.771Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23462026-05-21T21:56:59.899Z Compiling serde-value v0.7.0
23472026-05-21T21:57:00.069Z Compiling zone v0.3.1
23482026-05-21T21:57:00.123Z Compiling serde-untagged v0.1.9
23492026-05-21T21:57:00.154Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23502026-05-21T21:57:00.430Z Compiling toml v0.8.23
23512026-05-21T21:57:00.446Z Compiling smf v0.2.3
23522026-05-21T21:57:00.469Z Compiling filetime v0.2.27
23532026-05-21T21:57:00.486Z Compiling xattr v1.6.1
23542026-05-21T21:57:00.502Z Compiling arrayvec v0.7.6
23552026-05-21T21:57:00.505Z Compiling unicode-xid v0.2.6
23562026-05-21T21:57:00.613Z Compiling arrayref v0.3.9
23572026-05-21T21:57:00.676Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23582026-05-21T21:57:00.692Z Compiling constant_time_eq v0.4.2
23592026-05-21T21:57:00.708Z Compiling whoami v1.6.1
23602026-05-21T21:57:00.712Z Compiling tar v0.4.45
23612026-05-21T21:57:00.712Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23622026-05-21T21:57:00.754Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-05-21T21:57:00.794Z Compiling tokio-dtrace v0.1.1
23642026-05-21T21:57:00.956Z Compiling cargo-util-schemas v0.8.2
23652026-05-21T21:57:01.165Z Compiling console v0.16.2
23662026-05-21T21:57:01.201Z Compiling gethostname v0.5.0
23672026-05-21T21:57:01.358Z Compiling cargo-platform v0.2.0
23682026-05-21T21:57:01.462Z Compiling topological-sort v0.2.2
23692026-05-21T21:57:01.643Z Compiling unit-prefix v0.5.2
23702026-05-21T21:57:01.664Z Compiling oxide-tokio-rt v0.1.4
23712026-05-21T21:57:01.688Z Compiling shell-words v1.1.1
23722026-05-21T21:57:01.751Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23732026-05-21T21:57:01.830Z Compiling indicatif v0.18.4
23742026-05-21T21:57:02.256Z Compiling cargo_metadata v0.21.0
23752026-05-21T21:57:11.420Z Compiling progenitor-client v0.14.0
23762026-05-21T21:57:11.437Z Compiling progenitor-client v0.10.0
23772026-05-21T21:57:11.441Z Compiling omicron-zone-package v0.12.2
23782026-05-21T21:57:11.904Z Compiling progenitor-extras v0.2.0
23792026-05-21T21:57:14.181Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23802026-05-21T21:57:14.200Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23812026-05-21T21:57:14.275Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23822026-05-21T21:57:14.371Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23832026-05-21T21:57:14.401Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23842026-05-21T21:57:14.435Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23852026-05-21T21:57:14.457Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23862026-05-21T21:57:14.508Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23872026-05-21T21:57:14.573Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23882026-05-21T21:57:18.505Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23892026-05-21T21:57:26.230Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23902026-05-21T21:57:29.276Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23912026-05-21T21:57:30.250Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23922026-05-21T21:57:40.062Z Finished `release` profile [optimized] target(s) in 1m 43s
23932026-05-21T21:57:40.218Z Running `target/release/omicron-package -t test target create -p dev`
23942026-05-21T21:57:40.284ZLogging to: /work/oxidecomputer/omicron/out/LOG
23952026-05-21T21:57:40.289ZCreated new build target 'test' and set it as active
23962026-05-21T21:57:40.289Z
23972026-05-21T21:57:40.289Zreal 1:44.038906549
23982026-05-21T21:57:40.289Zuser 17:02.287012401
23992026-05-21T21:57:40.289Zsys 2:33.563049626
24002026-05-21T21:57:40.289Ztrap 0.474604604
24012026-05-21T21:57:40.289Ztflt 3.145914516
24022026-05-21T21:57:40.289Zdflt 4.164476922
24032026-05-21T21:57:40.289Zkflt 0.000739682
24042026-05-21T21:57:40.289Zlock 52:48.358171203
24052026-05-21T21:57:40.289Zslp 43:20.157047358
24062026-05-21T21:57:40.289Zlat 40.662831670
24072026-05-21T21:57:40.289Zstop 5:21.706545784
24082026-05-21T21:57:40.289Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24092026-05-21T21:57:41.180Z Finished `release` profile [optimized] target(s) in 0.88s
24102026-05-21T21:57:41.276Z Running `target/release/omicron-package -t test package`
24112026-05-21T21:57:41.307ZLogging to: /work/oxidecomputer/omicron/out/LOG
24122026-05-21T21:57:42.734Z Compiling heck v0.5.0
24132026-05-21T21:57:42.734Z Compiling regress v0.11.1
24142026-05-21T21:57:42.734Z Compiling unsafe-libyaml v0.2.11
24152026-05-21T21:57:42.990Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24162026-05-21T21:57:43.005Z Compiling regress v0.10.5
24172026-05-21T21:57:43.045Z Compiling is-terminal v0.4.17
24182026-05-21T21:57:43.055Z Compiling unicode-width v0.1.14
24192026-05-21T21:57:43.076Z Compiling prettyplease v0.2.37
24202026-05-21T21:57:43.076Z Compiling bytecount v0.6.9
24212026-05-21T21:57:43.085Z Compiling rustls v0.22.4
24222026-05-21T21:57:43.085Z Compiling rustls-webpki v0.102.8
24232026-05-21T21:57:43.085Z Compiling derive-where v1.6.0
24242026-05-21T21:57:43.085Z Compiling thread_local v1.1.9
24252026-05-21T21:57:43.085Z Compiling match_cfg v0.1.0
24262026-05-21T21:57:43.085Z Compiling compression-core v0.4.31
24272026-05-21T21:57:43.199Z Compiling multer v3.1.0
24282026-05-21T21:57:43.263Z Compiling compression-codecs v0.4.37
24292026-05-21T21:57:43.263Z Compiling hostname v0.3.1
24302026-05-21T21:57:43.304Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24312026-05-21T21:57:43.312Z Compiling slog-async v2.8.0
24322026-05-21T21:57:43.312Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24332026-05-21T21:57:43.383Z Compiling crossbeam-channel v0.5.15
24342026-05-21T21:57:43.390Z Compiling slog-json v2.6.1
24352026-05-21T21:57:43.424Z Compiling serde_spanned v1.0.4
24362026-05-21T21:57:43.428Z Compiling toml_datetime v1.0.0+spec-1.1.0
24372026-05-21T21:57:43.468Z Compiling serde_yaml v0.9.34+deprecated
24382026-05-21T21:57:43.543Z Compiling term v1.2.1
24392026-05-21T21:57:43.558Z Compiling toml_writer v1.0.6+spec-1.1.0
24402026-05-21T21:57:43.605Z Compiling take_mut v0.2.2
24412026-05-21T21:57:43.612Z Compiling slog-bunyan v2.5.0
24422026-05-21T21:57:43.643Z Compiling async-compression v0.4.41
24432026-05-21T21:57:43.745Z Compiling toml v1.0.6+spec-1.1.0
24442026-05-21T21:57:43.829Z Compiling slog-term v2.9.2
24452026-05-21T21:57:43.832Z Compiling dropshot v0.17.0
24462026-05-21T21:57:43.885Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24472026-05-21T21:57:43.916Z Compiling async-stream v0.3.6
24482026-05-21T21:57:43.981Z Compiling num-rational v0.4.2
24492026-05-21T21:57:44.033Z Compiling progenitor-client v0.14.0
24502026-05-21T21:57:44.059Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24512026-05-21T21:57:44.117Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24522026-05-21T21:57:44.186Z Compiling waitgroup v0.1.2
24532026-05-21T21:57:44.226Z Compiling backon v1.6.0
24542026-05-21T21:57:44.261Z Compiling rustls-pemfile v2.2.0
24552026-05-21T21:57:44.339Z Compiling num-complex v0.4.6
24562026-05-21T21:57:44.360Z Compiling hostname v0.4.2
24572026-05-21T21:57:44.360Z Compiling serde_path_to_error v0.1.20
24582026-05-21T21:57:44.409Z Compiling instant v0.1.13
24592026-05-21T21:57:44.428Z Compiling debug-ignore v1.0.5
24602026-05-21T21:57:44.456Z Compiling typify-impl v0.6.2
24612026-05-21T21:57:44.474Z Compiling progenitor-extras v0.2.0
24622026-05-21T21:57:44.536Z Compiling backoff v0.4.0
24632026-05-21T21:57:44.545Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24642026-05-21T21:57:44.578Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24652026-05-21T21:57:44.750Z Compiling num v0.4.3
24662026-05-21T21:57:44.791Z Compiling parse-display v0.10.0
24672026-05-21T21:57:44.820Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24682026-05-21T21:57:44.827Z Compiling progenitor-client v0.13.0
24692026-05-21T21:57:44.861Z Compiling progenitor-client v0.10.0
24702026-05-21T21:57:44.880Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24712026-05-21T21:57:44.912Z Compiling macaddr v1.0.1
24722026-05-21T21:57:44.984Z Compiling float-ord v0.3.2
24732026-05-21T21:57:45.098Z Compiling console v0.15.11
24742026-05-21T21:57:45.153Z Compiling newline-converter v0.3.0
24752026-05-21T21:57:45.198Z Compiling atomicwrites v0.4.4
24762026-05-21T21:57:45.266Z Compiling slog-dtrace v0.3.0
24772026-05-21T21:57:45.316Z Compiling resolv-conf v0.7.6
24782026-05-21T21:57:45.376Z Compiling tokio-rustls v0.25.0
24792026-05-21T21:57:45.443Z Compiling cancel-safe-futures v0.1.5
24802026-05-21T21:57:45.505Z Compiling expectorate v1.2.0
24812026-05-21T21:57:45.560Z Compiling owo-colors v4.3.0
24822026-05-21T21:57:45.632Z Compiling toml v0.8.23
24832026-05-21T21:57:45.722Z Compiling libsw-core v0.3.2
24842026-05-21T21:57:45.819Z Compiling linked-hash-map v0.5.6
24852026-05-21T21:57:45.932Z Compiling libsw v3.5.0
24862026-05-21T21:57:45.958Z Compiling linear-map v1.2.0
24872026-05-21T21:57:46.077Z Compiling lru-cache v0.1.2
24882026-05-21T21:57:46.171Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24892026-05-21T21:57:46.192Z Compiling minimal-lexical v0.2.1
24902026-05-21T21:57:46.234Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24912026-05-21T21:57:46.254Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24922026-05-21T21:57:46.259Z Compiling hickory-proto v0.24.4
24932026-05-21T21:57:46.334Z Compiling unicode-xid v0.2.6
24942026-05-21T21:57:46.439Z Compiling nom v7.1.3
24952026-05-21T21:57:46.495Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24962026-05-21T21:57:46.505Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24972026-05-21T21:57:46.505Z Compiling convert_case v0.10.0
24982026-05-21T21:57:46.820Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24992026-05-21T21:57:46.969Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25002026-05-21T21:57:47.403Z Compiling derive_more-impl v2.1.1
25012026-05-21T21:57:47.813Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25022026-05-21T21:57:47.836Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25032026-05-21T21:57:47.975Z Compiling papergrid v0.11.0
25042026-05-21T21:57:48.004Z Compiling typify-macro v0.6.2
25052026-05-21T21:57:48.075Z Compiling tabled_derive v0.7.0
25062026-05-21T21:57:48.214Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25072026-05-21T21:57:48.471Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25082026-05-21T21:57:48.961Z Compiling hickory-resolver v0.24.4
25092026-05-21T21:57:48.988Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25102026-05-21T21:57:49.020Z Compiling derive_more v2.1.1
25112026-05-21T21:57:49.159Z Compiling termtree v0.5.1
25122026-05-21T21:57:49.204Z Compiling crossterm v0.29.0
25132026-05-21T21:57:49.364Z Compiling tabled v0.15.0
25142026-05-21T21:57:49.540Z Compiling typify v0.6.2
25152026-05-21T21:57:49.862Z Compiling progenitor-impl v0.14.0
25162026-05-21T21:57:50.038Z Compiling progenitor-impl v0.13.0
25172026-05-21T21:57:52.016Z Compiling progenitor-macro v0.14.0
25182026-05-21T21:57:52.211Z Compiling qorb v0.4.1
25192026-05-21T21:57:52.239Z Compiling progenitor-macro v0.13.0
25202026-05-21T21:57:52.376Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25212026-05-21T21:57:53.520Z Compiling phf_shared v0.12.1
25222026-05-21T21:57:53.770Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25232026-05-21T21:57:53.979Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25242026-05-21T21:57:54.395Z Compiling vte v0.14.1
25252026-05-21T21:57:54.511Z Compiling csv-core v0.1.13
25262026-05-21T21:57:54.649Z Compiling highway v1.3.0
25272026-05-21T21:57:54.876Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25282026-05-21T21:57:54.963Z Compiling chrono-tz v0.10.4
25292026-05-21T21:57:55.376Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25302026-05-21T21:57:55.440Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25312026-05-21T21:57:55.894Z Compiling csv v1.4.0
25322026-05-21T21:57:56.117Z Compiling progenitor v0.14.0
25332026-05-21T21:57:56.297Z Compiling progenitor v0.13.0
25342026-05-21T21:57:56.320Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25352026-05-21T21:57:56.479Z Compiling strip-ansi-escapes v0.2.1
25362026-05-21T21:57:56.683Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25372026-05-21T21:57:56.897Z Compiling phf v0.12.1
25382026-05-21T21:57:57.061Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25392026-05-21T21:57:57.116Z Compiling const_format_proc_macros v0.2.34
25402026-05-21T21:57:57.248Z Compiling fd-lock v4.0.4
25412026-05-21T21:57:57.344Z Compiling peg-macros v0.8.5
25422026-05-21T21:57:57.429Z Compiling nu-ansi-term v0.50.3
25432026-05-21T21:57:57.895Z Compiling reedline v0.40.0
25442026-05-21T21:57:57.929Z Compiling const_format v0.2.35
25452026-05-21T21:57:58.417Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25462026-05-21T21:57:58.606Z Compiling peg v0.8.5
25472026-05-21T21:57:58.710Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25482026-05-21T21:57:59.282Z Compiling bcs v0.1.6
25492026-05-21T21:57:59.472Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25502026-05-21T21:57:59.597Z Compiling semver v0.1.20
25512026-05-21T21:57:59.710Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25522026-05-21T21:57:59.774Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25532026-05-21T21:57:59.892Z Compiling rustc_version v0.1.7
25542026-05-21T21:57:59.967Z Compiling unicode-linebreak v0.1.5
25552026-05-21T21:58:00.125Z Compiling newtype_derive v0.1.6
25562026-05-21T21:58:00.296Z Compiling humantime v2.3.0
25572026-05-21T21:58:00.351Z Compiling smawk v0.3.2
25582026-05-21T21:58:00.545Z Compiling textwrap v0.16.2
25592026-05-21T21:58:00.848Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25602026-05-21T21:58:00.975Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25612026-05-21T21:58:01.070Z Compiling dropshot-api-manager-types v0.7.1
25622026-05-21T21:58:01.517Z Compiling base64 v0.21.7
25632026-05-21T21:58:01.692Z Compiling steno v0.4.1
25642026-05-21T21:58:01.787Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25652026-05-21T21:58:02.071Z Compiling tagptr v0.2.0
25662026-05-21T21:58:02.195Z Compiling utf-8 v0.7.6
25672026-05-21T21:58:02.219Z Compiling moka v0.12.13
25682026-05-21T21:58:02.260Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25692026-05-21T21:58:02.619Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25702026-05-21T21:58:02.729Z Compiling tungstenite v0.21.0
25712026-05-21T21:58:02.795Z Compiling radium v0.7.0
25722026-05-21T21:58:02.944Z Compiling maybe-uninit v2.0.0
25732026-05-21T21:58:03.099Z Compiling tap v1.0.1
25742026-05-21T21:58:03.268Z Compiling wyz v0.5.1
25752026-05-21T21:58:03.303Z Compiling hickory-resolver v0.25.2
25762026-05-21T21:58:03.407Z Compiling tokio-tungstenite v0.21.0
25772026-05-21T21:58:03.464Z Compiling zerocopy-derive v0.6.6
25782026-05-21T21:58:03.527Z Compiling funty v2.0.0
25792026-05-21T21:58:03.783Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25802026-05-21T21:58:04.246Z Compiling packed_struct v0.10.1
25812026-05-21T21:58:04.276Z Compiling crc-catalog v2.4.0
25822026-05-21T21:58:04.410Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25832026-05-21T21:58:04.459Z Compiling display-error-chain v0.2.2
25842026-05-21T21:58:04.604Z Compiling crc v3.4.0
25852026-05-21T21:58:04.696Z Compiling zerocopy v0.6.6
25862026-05-21T21:58:04.834Z Compiling bitvec v1.0.1
25872026-05-21T21:58:04.977Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25882026-05-21T21:58:05.023Z Compiling packed_struct_codegen v0.10.1
25892026-05-21T21:58:05.143Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25902026-05-21T21:58:05.620Z Compiling num-derive v0.3.3
25912026-05-21T21:58:06.056Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25922026-05-21T21:58:06.559Z Compiling bitfield-macros v0.19.4
25932026-05-21T21:58:06.662Z Compiling proc-macro-error-attr2 v2.0.0
25942026-05-21T21:58:07.073Z Compiling indexmap v1.9.3
25952026-05-21T21:58:07.330Z Compiling nodrop v0.1.14
25962026-05-21T21:58:07.376Z Compiling bitfield v0.19.4
25972026-05-21T21:58:07.400Z Compiling proc-macro-error2 v2.0.1
25982026-05-21T21:58:07.458Z Compiling array-init v0.0.4
25992026-05-21T21:58:07.728Z Compiling libscf-sys v1.1.0
26002026-05-21T21:58:07.772Z Compiling smallvec v0.6.14
26012026-05-21T21:58:07.777Z Compiling typify-impl v0.4.3
26022026-05-21T21:58:07.844Z Compiling hashbrown v0.12.3
26032026-05-21T21:58:07.904Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26042026-05-21T21:58:08.017Z Compiling serde-hex v0.1.0
26052026-05-21T21:58:08.224Z Compiling tabled_derive v0.11.0
26062026-05-21T21:58:08.627Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26072026-05-21T21:58:08.951Z Compiling ron v0.8.1
26082026-05-21T21:58:09.031Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26092026-05-21T21:58:09.234Z Compiling papergrid v0.17.0
26102026-05-21T21:58:09.262Z Compiling testing_table v0.3.0
26112026-05-21T21:58:09.380Z Compiling hashbrown v0.13.2
26122026-05-21T21:58:09.687Z Compiling vergen-gitcl v1.0.8
26132026-05-21T21:58:09.804Z Compiling dirs-sys-next v0.1.2
26142026-05-21T21:58:09.916Z Compiling diesel_derives v2.3.7
26152026-05-21T21:58:09.990Z Compiling crc-any v2.5.0
26162026-05-21T21:58:10.083Z Compiling glob v0.3.3
26172026-05-21T21:58:10.118Z Compiling maplit v1.0.2
26182026-05-21T21:58:10.143Z Compiling crunchy v0.2.4
26192026-05-21T21:58:10.242Z Compiling dirs-next v2.0.0
26202026-05-21T21:58:10.298Z Compiling object v0.30.4
26212026-05-21T21:58:10.386Z Compiling tabled v0.20.0
26222026-05-21T21:58:10.426Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26232026-05-21T21:58:10.466Z Compiling clang-sys v1.8.1
26242026-05-21T21:58:10.491Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26252026-05-21T21:58:10.842Z Compiling dsl_auto_type v0.2.0
26262026-05-21T21:58:11.081Z Compiling scheduled-thread-pool v0.2.7
26272026-05-21T21:58:11.123Z Compiling diesel_table_macro_syntax v0.3.0
26282026-05-21T21:58:11.173Z Compiling typify-macro v0.4.3
26292026-05-21T21:58:11.346Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26302026-05-21T21:58:11.368Z Compiling tiny-keccak v2.0.2
26312026-05-21T21:58:11.413Z Compiling xshell-macros v0.2.7
26322026-05-21T21:58:11.585Z Compiling path-slash v0.1.5
26332026-05-21T21:58:11.655Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26342026-05-21T21:58:11.698Z Compiling r2d2 v0.8.10
26352026-05-21T21:58:11.804Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26362026-05-21T21:58:11.807Z Compiling xshell v0.2.7
26372026-05-21T21:58:12.006Z Compiling term v0.7.0
26382026-05-21T21:58:12.331Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26392026-05-21T21:58:12.531Z Compiling bit-vec v0.6.3
26402026-05-21T21:58:12.568Z Compiling downcast-rs v2.0.2
26412026-05-21T21:58:12.675Z Compiling ascii-canvas v3.0.0
26422026-05-21T21:58:12.781Z Compiling bit-set v0.5.3
26432026-05-21T21:58:12.939Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26442026-05-21T21:58:12.960Z Compiling itertools v0.10.5
26452026-05-21T21:58:12.981Z Compiling ena v0.14.4
26462026-05-21T21:58:13.119Z Compiling libloading v0.8.9
26472026-05-21T21:58:13.221Z Compiling crc8 v0.1.1
26482026-05-21T21:58:13.355Z Compiling regex-syntax v0.6.29
26492026-05-21T21:58:13.358Z Compiling unicase v2.9.0
26502026-05-21T21:58:13.672Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26512026-05-21T21:58:14.058Z Compiling bindgen v0.71.1
26522026-05-21T21:58:14.139Z Compiling diff v0.1.13
26532026-05-21T21:58:14.426Z Compiling typify v0.4.3
26542026-05-21T21:58:14.572Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26552026-05-21T21:58:14.898Z Compiling lalrpop v0.19.12
26562026-05-21T21:58:15.104Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26572026-05-21T21:58:15.222Z Compiling cexpr v0.6.0
26582026-05-21T21:58:15.327Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26592026-05-21T21:58:15.550Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26602026-05-21T21:58:15.698Z Compiling rustc-hash v2.1.1
26612026-05-21T21:58:15.757Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26622026-05-21T21:58:15.852Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26632026-05-21T21:58:15.920Z Compiling headers-core v0.3.0
26642026-05-21T21:58:16.086Z Compiling git-stub v1.0.0
26652026-05-21T21:58:16.173Z Compiling libxml v0.3.3
26662026-05-21T21:58:16.354Z Compiling diesel v2.3.7
26672026-05-21T21:58:16.377Z Compiling git-stub-vcs v0.1.0
26682026-05-21T21:58:16.494Z Compiling headers v0.4.1
26692026-05-21T21:58:16.515Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26702026-05-21T21:58:16.755Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26712026-05-21T21:58:16.979Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26722026-05-21T21:58:17.385Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26732026-05-21T21:58:17.720Z Compiling strum_macros v0.24.3
26742026-05-21T21:58:17.884Z Compiling indoc v1.0.9
26752026-05-21T21:58:18.308Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26762026-05-21T21:58:18.333Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26772026-05-21T21:58:18.535Z Compiling derive_builder v0.20.2
26782026-05-21T21:58:18.702Z Compiling oso-derive v0.27.3
26792026-05-21T21:58:18.959Z Compiling quick-xml v0.37.5
26802026-05-21T21:58:19.195Z Compiling impl-trait-for-tuples v0.2.3
26812026-05-21T21:58:19.473Z Compiling half v1.8.3
26822026-05-21T21:58:19.742Z Compiling openssl-probe v0.1.6
26832026-05-21T21:58:19.909Z Compiling serde_cbor v0.11.2
26842026-05-21T21:58:20.063Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26852026-05-21T21:58:20.133Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26862026-05-21T21:58:20.277Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26872026-05-21T21:58:20.436Z Compiling bb8 v0.8.6
26882026-05-21T21:58:20.496Z Compiling trait-variant v0.1.2
26892026-05-21T21:58:20.520Z Compiling samael v0.0.19
26902026-05-21T21:58:20.842Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26912026-05-21T21:58:20.893Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26922026-05-21T21:58:20.933Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26932026-05-21T21:58:21.065Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26942026-05-21T21:58:21.119Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26952026-05-21T21:58:21.221Z Compiling fxhash v0.2.1
26962026-05-21T21:58:21.346Z Compiling salty v0.3.0
26972026-05-21T21:58:21.658Z Compiling progenitor-impl v0.10.0
26982026-05-21T21:58:21.688Z Compiling progenitor-impl v0.11.2
26992026-05-21T21:58:21.734Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27002026-05-21T21:58:21.853Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27012026-05-21T21:58:22.089Z Compiling kstat-rs v0.2.4
27022026-05-21T21:58:22.351Z Compiling polar-core v0.27.3
27032026-05-21T21:58:22.373Z Compiling libz-sys v1.1.24
27042026-05-21T21:58:22.404Z Compiling nonempty v0.12.0
27052026-05-21T21:58:22.584Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27062026-05-21T21:58:22.630Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27072026-05-21T21:58:23.745Z Compiling progenitor-macro v0.10.0
27082026-05-21T21:58:23.835Z Compiling progenitor-macro v0.11.2
27092026-05-21T21:58:24.990Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27102026-05-21T21:58:25.475Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27112026-05-21T21:58:26.202Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27122026-05-21T21:58:26.624Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27132026-05-21T21:58:27.129Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27142026-05-21T21:58:27.199Z Compiling progenitor-client v0.11.2
27152026-05-21T21:58:27.500Z Compiling darling_core v0.23.0
27162026-05-21T21:58:27.760Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27172026-05-21T21:58:27.781Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27182026-05-21T21:58:27.929Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27192026-05-21T21:58:29.693Z Compiling nanorand v0.7.0
27202026-05-21T21:58:30.054Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27212026-05-21T21:58:31.676Z Compiling oso v0.27.3
27222026-05-21T21:58:32.072Z Compiling arc-swap v1.8.2
27232026-05-21T21:58:32.287Z Compiling fs-err v2.11.0
27242026-05-21T21:58:32.447Z Compiling parking_lot_core v0.8.6
27252026-05-21T21:58:32.775Z Compiling mime_guess v2.0.5
27262026-05-21T21:58:32.890Z Compiling slog-scope v4.4.1
27272026-05-21T21:58:33.276Z Compiling flume v0.11.1
27282026-05-21T21:58:33.673Z Compiling async-bb8-diesel v0.2.1
27292026-05-21T21:58:34.130Z Compiling diesel-dtrace v0.5.0
27302026-05-21T21:58:34.377Z Compiling darling_macro v0.23.0
27312026-05-21T21:58:34.439Z Compiling progenitor v0.11.2
27322026-05-21T21:58:34.665Z Compiling progenitor v0.10.0
27332026-05-21T21:58:34.860Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27342026-05-21T21:58:34.928Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27352026-05-21T21:58:35.589Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27362026-05-21T21:58:36.879Z Compiling primeorder v0.13.6
27372026-05-21T21:58:37.076Z Compiling libgit2-sys v0.18.3+1.9.2
27382026-05-21T21:58:37.195Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27392026-05-21T21:58:37.283Z Compiling instability v0.3.11
27402026-05-21T21:58:37.468Z Compiling p384 v0.13.1
27412026-05-21T21:58:38.038Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27422026-05-21T21:58:38.453Z Compiling darling v0.23.0
27432026-05-21T21:58:38.528Z Compiling slog-stdlog v4.1.1
27442026-05-21T21:58:39.116Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27452026-05-21T21:58:39.228Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27462026-05-21T21:58:39.288Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27472026-05-21T21:58:39.433Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27482026-05-21T21:58:39.454Z Compiling ignore v0.4.25
27492026-05-21T21:58:39.583Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-05-21T21:58:40.052Z Compiling castaway v0.2.4
27512026-05-21T21:58:40.230Z Compiling atty v0.2.14
27522026-05-21T21:58:40.380Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-05-21T21:58:40.597Z Compiling indoc v2.0.7
27542026-05-21T21:58:40.619Z Compiling http-range v0.1.5
27552026-05-21T21:58:40.958Z Compiling parse-size v1.1.0
27562026-05-21T21:58:41.064Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-05-21T21:58:41.185Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27582026-05-21T21:58:41.391Z Compiling compact_str v0.8.1
27592026-05-21T21:58:41.783Z Compiling globwalk v0.9.1
27602026-05-21T21:58:42.453Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27612026-05-21T21:58:42.751Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27622026-05-21T21:58:43.007Z Compiling parking_lot v0.11.2
27632026-05-21T21:58:43.606Z Compiling slog-envlogger v2.2.0
27642026-05-21T21:58:44.439Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27652026-05-21T21:58:44.769Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27662026-05-21T21:58:44.967Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27672026-05-21T21:58:45.129Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27682026-05-21T21:58:45.372Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27692026-05-21T21:58:45.401Z Compiling predicates-tree v1.0.13
27702026-05-21T21:58:45.606Z Compiling unicode-truncate v1.1.0
27712026-05-21T21:58:45.753Z Compiling lru v0.12.5
27722026-05-21T21:58:45.843Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27732026-05-21T21:58:45.865Z Compiling rand_seeder v0.4.0
27742026-05-21T21:58:45.885Z Compiling prefix-trie v0.7.0
27752026-05-21T21:58:45.977Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27762026-05-21T21:58:46.119Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27772026-05-21T21:58:46.141Z Compiling vergen-git2 v1.0.7
27782026-05-21T21:58:46.371Z Compiling corncobs v0.1.4
27792026-05-21T21:58:46.394Z Compiling cassowary v0.3.0
27802026-05-21T21:58:46.397Z Compiling illumos-nvpair-sys v0.2.0
27812026-05-21T21:58:46.397Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27822026-05-21T21:58:46.525Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-05-21T21:58:46.622Z Compiling hickory-server v0.25.2
27842026-05-21T21:58:46.697Z Compiling ratatui v0.29.0
27852026-05-21T21:58:46.724Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27862026-05-21T21:58:46.841Z Compiling camino-tempfile-ext v0.3.3
27872026-05-21T21:58:46.930Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-05-21T21:58:47.229Z Compiling hyper-staticfile v0.10.1
27892026-05-21T21:58:47.489Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27902026-05-21T21:58:47.961Z Compiling sled v0.34.7
27912026-05-21T21:58:48.449Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27922026-05-21T21:58:48.580Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27932026-05-21T21:58:49.115Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27942026-05-21T21:58:50.456Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27952026-05-21T21:58:50.677Z Compiling secrecy v0.8.0
27962026-05-21T21:58:50.879Z Compiling rustls v0.21.12
27972026-05-21T21:58:51.100Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27982026-05-21T21:58:51.619Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27992026-05-21T21:58:51.990Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28002026-05-21T21:58:52.266Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28012026-05-21T21:58:52.466Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28022026-05-21T21:58:53.106Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28032026-05-21T21:58:53.637Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28042026-05-21T21:58:54.596Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28052026-05-21T21:58:54.686Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28062026-05-21T21:58:54.920Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28072026-05-21T21:58:55.144Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28082026-05-21T21:58:55.365Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28092026-05-21T21:58:55.595Z Compiling rustls-webpki v0.101.7
28102026-05-21T21:58:56.177Z Compiling sct v0.7.1
28112026-05-21T21:58:56.446Z Compiling nix v0.29.0
28122026-05-21T21:58:56.595Z Compiling dropshot v0.16.7
28132026-05-21T21:58:56.829Z Compiling void v1.0.2
28142026-05-21T21:58:56.961Z Compiling lzss v0.8.2
28152026-05-21T21:58:56.984Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28162026-05-21T21:58:57.309Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28172026-05-21T21:58:57.407Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28182026-05-21T21:58:58.188Z Compiling illumos-nvpair v0.3.0
28192026-05-21T21:58:58.542Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28202026-05-21T21:58:58.684Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28212026-05-21T21:58:58.929Z Compiling tungstenite v0.23.0
28222026-05-21T21:58:59.251Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28232026-05-21T21:58:59.901Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28242026-05-21T21:59:00.123Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28252026-05-21T21:59:00.352Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28262026-05-21T21:59:00.470Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28272026-05-21T21:59:00.601Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28282026-05-21T21:59:00.696Z Compiling toml v0.9.12+spec-1.1.0
28292026-05-21T21:59:00.826Z Compiling nix v0.27.1
28302026-05-21T21:59:01.266Z Compiling dropshot_endpoint v0.16.7
28312026-05-21T21:59:01.319Z Compiling serde_bytes v0.11.19
28322026-05-21T21:59:01.621Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
28332026-05-21T21:59:01.649Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28342026-05-21T21:59:02.152Z Compiling tokio-tungstenite v0.23.1
28352026-05-21T21:59:02.532Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28362026-05-21T21:59:02.767Z Compiling git2 v0.20.4
28372026-05-21T21:59:05.503Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28382026-05-21T21:59:05.773Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28392026-05-21T21:59:07.221Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28402026-05-21T21:59:07.586Z Compiling tokio-rustls v0.24.1
28412026-05-21T21:59:07.872Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28422026-05-21T21:59:08.269Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28432026-05-21T21:59:08.500Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28442026-05-21T21:59:08.523Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28452026-05-21T21:59:08.561Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28462026-05-21T21:59:09.047Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28472026-05-21T21:59:09.297Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28482026-05-21T21:59:09.645Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28492026-05-21T21:59:09.912Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28502026-05-21T21:59:10.509Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28512026-05-21T21:59:10.744Z Compiling rustls-pemfile v1.0.4
28522026-05-21T21:59:11.038Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28532026-05-21T21:59:11.213Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28542026-05-21T21:59:11.524Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28552026-05-21T21:59:12.405Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28562026-05-21T21:59:12.625Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28572026-05-21T21:59:14.456Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28582026-05-21T21:59:14.814Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28592026-05-21T21:59:15.093Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28602026-05-21T21:59:15.168Z Compiling signal-hook-tokio v0.3.1
28612026-05-21T21:59:15.240Z Compiling twox-hash v2.1.2
28622026-05-21T21:59:15.374Z Compiling yasna v0.5.2
28632026-05-21T21:59:15.398Z Compiling is_ci v1.2.0
28642026-05-21T21:59:15.547Z Compiling supports-color v3.0.2
28652026-05-21T21:59:15.619Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28662026-05-21T21:59:15.847Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28672026-05-21T21:59:16.069Z Compiling rcgen v0.12.1
28682026-05-21T21:59:16.566Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28692026-05-21T21:59:16.929Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28702026-05-21T21:59:17.204Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28712026-05-21T21:59:18.309Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28722026-05-21T21:59:19.520Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28732026-05-21T21:59:19.708Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28742026-05-21T21:59:20.418Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28752026-05-21T21:59:20.597Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28762026-05-21T21:59:20.828Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28772026-05-21T21:59:21.056Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28782026-05-21T21:59:21.275Z Compiling fatfs v0.3.6
28792026-05-21T21:59:21.704Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28802026-05-21T21:59:21.846Z Compiling rtoolbox v0.0.3
28812026-05-21T21:59:22.145Z Compiling subprocess v0.2.15
28822026-05-21T21:59:22.464Z Compiling seq-macro v0.3.6
28832026-05-21T21:59:22.967Z Compiling assert_matches v1.5.0
28842026-05-21T21:59:23.079Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28852026-05-21T21:59:23.187Z Compiling rpassword v7.4.0
28862026-05-21T21:59:23.518Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28872026-05-21T21:59:24.176Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28882026-05-21T21:59:24.342Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28892026-05-21T21:59:24.479Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28902026-05-21T21:59:25.358Z Compiling tui-tree-widget v0.23.1
28912026-05-21T21:59:25.642Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28922026-05-21T21:59:26.630Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28932026-05-21T21:59:26.973Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28942026-05-21T21:59:27.151Z Compiling uzers v0.12.2
28952026-05-21T21:59:27.284Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28962026-05-21T21:59:28.159Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28972026-05-21T21:59:29.284Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28982026-05-21T21:59:30.122Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28992026-05-21T21:59:31.766Z Compiling support-bundle-viewer v0.1.2
29002026-05-21T21:59:33.470Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29012026-05-21T21:59:33.660Z Compiling multimap v0.10.1
29022026-05-21T21:59:41.763Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29032026-05-21T21:59:42.768Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29042026-05-21T21:59:54.117Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29052026-05-21T21:59:56.057Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29062026-05-21T22:05:54.012Z Finished `release` profile [optimized] target(s) in 8m 12s
29072026-05-21T22:06:39.527Z
29082026-05-21T22:06:39.527Zreal 8:59.214779124
29092026-05-21T22:06:39.530Zuser 1:18:24.153582045
29102026-05-21T22:06:39.530Zsys 3:25.970277466
29112026-05-21T22:06:39.530Ztrap 1.743107098
29122026-05-21T22:06:39.530Ztflt 2.770342524
29132026-05-21T22:06:39.530Zdflt 17.255248048
29142026-05-21T22:06:39.530Zkflt 0.008184549
29152026-05-21T22:06:39.530Zlock 6:55:00.232894085
29162026-05-21T22:06:39.530Zslp 2:14:33.960395213
29172026-05-21T22:06:39.530Zlat 2:25.370971899
29182026-05-21T22:06:39.530Zstop 5:19.952869947
29192026-05-21T22:06:39.530Z+ mapfile -t packages
29202026-05-21T22:06:39.530Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29212026-05-21T22:06:40.476Z Finished `release` profile [optimized] target(s) in 0.93s
29222026-05-21T22:06:40.551Z Running `target/release/omicron-package -t test list-outputs`
29232026-05-21T22:06:40.609ZLogging to: /work/oxidecomputer/omicron/out/LOG
29242026-05-21T22:06:40.613Z+ ptime -m cargo build --locked --release -p xtask
29252026-05-21T22:06:41.141Z Compiling libc v0.2.185
29262026-05-21T22:06:41.141Z Compiling serde v1.0.228
29272026-05-21T22:06:41.144Z Compiling serde_core v1.0.228
29282026-05-21T22:06:41.145Z Compiling rustix v1.1.3
29292026-05-21T22:06:41.235Z Compiling bitflags v2.11.0
29302026-05-21T22:06:41.240Z Compiling serde_json v1.0.149
29312026-05-21T22:06:41.272Z Compiling num-traits v0.2.19
29322026-05-21T22:06:41.275Z Compiling smallvec v1.15.1
29332026-05-21T22:06:41.280Z Compiling syn v2.0.117
29342026-05-21T22:06:41.309Z Compiling indexmap v2.14.0
29352026-05-21T22:06:41.318Z Compiling usdt-impl v0.5.0
29362026-05-21T22:06:41.323Z Compiling syn v1.0.109
29372026-05-21T22:06:41.339Z Compiling log v0.4.29
29382026-05-21T22:06:41.339Z Compiling getrandom v0.4.1
29392026-05-21T22:06:41.485Z Compiling percent-encoding v2.3.2
29402026-05-21T22:06:41.636Z Compiling form_urlencoded v1.2.2
29412026-05-21T22:06:41.713Z Compiling fs-err v3.3.0
29422026-05-21T22:06:41.731Z Compiling once_cell v1.21.3
29432026-05-21T22:06:41.742Z Compiling heck v0.4.1
29442026-05-21T22:06:41.765Z Compiling anyhow v1.0.102
29452026-05-21T22:06:41.967Z Compiling thread-id v4.2.2
29462026-05-21T22:06:41.989Z Compiling errno v0.3.14
29472026-05-21T22:06:42.019Z Compiling memmap v0.7.0
29482026-05-21T22:06:42.288Z Compiling ordered-float v2.10.1
29492026-05-21T22:06:42.804Z Compiling proc-macro-error v1.0.4
29502026-05-21T22:06:42.982Z Compiling terminal_size v0.4.3
29512026-05-21T22:06:42.982Z Compiling tempfile v3.25.0
29522026-05-21T22:06:43.044Z Compiling tabled_derive v0.7.0
29532026-05-21T22:06:43.074Z Compiling clap_builder v4.5.60
29542026-05-21T22:06:43.078Z Compiling textwrap v0.16.2
29552026-05-21T22:06:43.211Z Compiling camino-tempfile v1.4.1
29562026-05-21T22:06:43.720Z Compiling tabled v0.15.0
29572026-05-21T22:06:43.802Z Compiling synstructure v0.13.2
29582026-05-21T22:06:43.802Z Compiling pest_generator v2.8.6
29592026-05-21T22:06:44.189Z Compiling serde_derive v1.0.228
29602026-05-21T22:06:44.190Z Compiling zerofrom-derive v0.1.6
29612026-05-21T22:06:44.193Z Compiling yoke-derive v0.8.1
29622026-05-21T22:06:44.193Z Compiling zerovec-derive v0.11.2
29632026-05-21T22:06:44.193Z Compiling displaydoc v0.2.5
29642026-05-21T22:06:44.193Z Compiling thiserror-impl v1.0.69
29652026-05-21T22:06:44.193Z Compiling zerocopy-derive v0.7.35
29662026-05-21T22:06:44.193Z Compiling scroll_derive v0.12.1
29672026-05-21T22:06:44.193Z Compiling thiserror-impl v2.0.18
29682026-05-21T22:06:44.193Z Compiling clap_derive v4.5.55
29692026-05-21T22:06:44.354Z Compiling pest_derive v2.8.6
29702026-05-21T22:06:44.866Z Compiling scroll v0.12.0
29712026-05-21T22:06:45.083Z Compiling zerocopy v0.7.35
29722026-05-21T22:06:45.194Z Compiling goblin v0.8.2
29732026-05-21T22:06:45.335Z Compiling zerofrom v0.1.6
29742026-05-21T22:06:45.360Z Compiling thiserror v1.0.69
29752026-05-21T22:06:45.444Z Compiling dtrace-parser v0.2.0
29762026-05-21T22:06:45.467Z Compiling yoke v0.8.1
29772026-05-21T22:06:45.478Z Compiling thiserror v2.0.18
29782026-05-21T22:06:45.654Z Compiling zerovec v0.11.5
29792026-05-21T22:06:45.676Z Compiling zerotrie v0.2.3
29802026-05-21T22:06:45.877Z Compiling clap v4.5.60
29812026-05-21T22:06:46.198Z Compiling tinystr v0.8.2
29822026-05-21T22:06:46.269Z Compiling potential_utf v0.1.4
29832026-05-21T22:06:46.427Z Compiling icu_locale_core v2.1.1
29842026-05-21T22:06:46.470Z Compiling icu_collections v2.1.1
29852026-05-21T22:06:47.219Z Compiling icu_provider v2.1.1
29862026-05-21T22:06:47.555Z Compiling icu_normalizer v2.1.1
29872026-05-21T22:06:47.567Z Compiling icu_properties v2.1.2
29882026-05-21T22:06:47.581Z Compiling toml_datetime v0.6.11
29892026-05-21T22:06:47.640Z Compiling serde_spanned v0.6.9
29902026-05-21T22:06:47.814Z Compiling toml_edit v0.22.27
29912026-05-21T22:06:47.880Z Compiling dof v0.3.0
29922026-05-21T22:06:47.962Z Compiling serde-value v0.7.0
29932026-05-21T22:06:48.235Z Compiling serde_tokenstream v0.2.3
29942026-05-21T22:06:48.336Z Compiling cargo-platform v0.2.0
29952026-05-21T22:06:48.426Z Compiling idna_adapter v1.2.1
29962026-05-21T22:06:48.437Z Compiling macaddr v1.0.1
29972026-05-21T22:06:48.548Z Compiling idna v1.1.0
29982026-05-21T22:06:48.828Z Compiling usdt-macro v0.5.0
29992026-05-21T22:06:48.842Z Compiling usdt-attr-macro v0.5.0
30002026-05-21T22:06:48.883Z Compiling url v2.5.8
30012026-05-21T22:06:49.396Z Compiling toml v0.8.23
30022026-05-21T22:06:49.502Z Compiling usdt v0.5.0
30032026-05-21T22:06:49.864Z Compiling cargo-util-schemas v0.8.2
30042026-05-21T22:06:49.901Z Compiling cargo_toml v0.21.0
30052026-05-21T22:06:50.903Z Compiling cargo_metadata v0.21.0
30062026-05-21T22:06:54.020Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30072026-05-21T22:06:57.012Z Finished `release` profile [optimized] target(s) in 16.39s
30082026-05-21T22:06:57.172Z
30092026-05-21T22:06:57.175Zreal 16.526747853
30102026-05-21T22:06:57.176Zuser 2:21.618795207
30112026-05-21T22:06:57.176Zsys 16.214456580
30122026-05-21T22:06:57.176Ztrap 0.094790600
30132026-05-21T22:06:57.176Ztflt 0.499311033
30142026-05-21T22:06:57.176Zdflt 1.349185845
30152026-05-21T22:06:57.176Zkflt 0.000107153
30162026-05-21T22:06:57.176Zlock 5:19.817220421
30172026-05-21T22:06:57.176Zslp 3:28.781653656
30182026-05-21T22:06:57.176Zlat 6.996616872
30192026-05-21T22:06:57.176Zstop 18.604587245
30202026-05-21T22:06:57.176Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30212026-05-21T22:06:57.176Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30222026-05-21T22:06:57.176Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30232026-05-21T22:06:57.176Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30242026-05-21T22:06:57.176Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30252026-05-21T22:06:58.129Z Compiling newtype-uuid-macros v0.1.0
30262026-05-21T22:06:58.129Z Compiling regress v0.10.5
30272026-05-21T22:06:58.129Z Compiling structmeta-derive v0.3.0
30282026-05-21T22:06:58.133Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30292026-05-21T22:06:58.133Z Compiling rustls v0.22.4
30302026-05-21T22:06:58.133Z Compiling rustls-webpki v0.102.8
30312026-05-21T22:06:58.133Z Compiling multer v3.1.0
30322026-05-21T22:06:58.133Z Compiling debug-ignore v1.0.5
30332026-05-21T22:06:58.278Z Compiling compression-core v0.4.31
30342026-05-21T22:06:58.283Z Compiling match_cfg v0.1.0
30352026-05-21T22:06:58.283Z Compiling slog-json v2.6.1
30362026-05-21T22:06:58.283Z Compiling async-stream-impl v0.3.6
30372026-05-21T22:06:58.283Z Compiling toml_datetime v1.0.0+spec-1.1.0
30382026-05-21T22:06:58.301Z Compiling serde_spanned v1.0.4
30392026-05-21T22:06:58.304Z Compiling dropshot v0.17.0
30402026-05-21T22:06:58.304Z Compiling toml_writer v1.0.6+spec-1.1.0
30412026-05-21T22:06:58.523Z Compiling hostname v0.3.1
30422026-05-21T22:06:58.572Z Compiling compression-codecs v0.4.37
30432026-05-21T22:06:58.589Z Compiling progenitor-client v0.14.0
30442026-05-21T22:06:58.605Z Compiling itertools v0.14.0
30452026-05-21T22:06:58.655Z Compiling slog-bunyan v2.5.0
30462026-05-21T22:06:58.690Z Compiling toml v1.0.6+spec-1.1.0
30472026-05-21T22:06:58.693Z Compiling waitgroup v0.1.2
30482026-05-21T22:06:58.741Z Compiling rustls-pemfile v2.2.0
30492026-05-21T22:06:58.745Z Compiling dropshot_endpoint v0.17.0
30502026-05-21T22:06:58.745Z Compiling hostname v0.4.2
30512026-05-21T22:06:58.829Z Compiling async-compression v0.4.41
30522026-05-21T22:06:58.850Z Compiling serde_path_to_error v0.1.20
30532026-05-21T22:06:58.911Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30542026-05-21T22:06:58.929Z Compiling macaddr v1.0.1
30552026-05-21T22:06:58.952Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30562026-05-21T22:06:58.967Z Compiling instant v0.1.13
30572026-05-21T22:06:59.025Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30582026-05-21T22:06:59.076Z Compiling async-stream v0.3.6
30592026-05-21T22:06:59.092Z Compiling progenitor-client v0.10.0
30602026-05-21T22:06:59.107Z Compiling backon v1.6.0
30612026-05-21T22:06:59.121Z Compiling backoff v0.4.0
30622026-05-21T22:06:59.162Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30632026-05-21T22:06:59.179Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30642026-05-21T22:06:59.221Z Compiling universal-hash v0.5.1
30652026-05-21T22:06:59.249Z Compiling unsafe-libyaml v0.2.11
30662026-05-21T22:06:59.268Z Compiling opaque-debug v0.3.1
30672026-05-21T22:06:59.323Z Compiling progenitor-extras v0.2.0
30682026-05-21T22:06:59.341Z Compiling half v2.7.1
30692026-05-21T22:06:59.359Z Compiling crucible-workspace-hack v0.1.0
30702026-05-21T22:06:59.379Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30712026-05-21T22:06:59.394Z Compiling ciborium-io v0.2.2
30722026-05-21T22:06:59.423Z Compiling regress v0.11.1
30732026-05-21T22:06:59.512Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30742026-05-21T22:06:59.532Z Compiling convert_case v0.4.0
30752026-05-21T22:06:59.614Z Compiling aead v0.5.2
30762026-05-21T22:06:59.632Z Compiling ciborium-ll v0.2.2
30772026-05-21T22:06:59.650Z Compiling structmeta v0.3.0
30782026-05-21T22:06:59.681Z Compiling secrecy v0.10.3
30792026-05-21T22:06:59.698Z Compiling poly1305 v0.8.0
30802026-05-21T22:06:59.701Z Compiling chacha20 v0.9.1
30812026-05-21T22:06:59.793Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30822026-05-21T22:06:59.846Z Compiling serde_yaml v0.9.34+deprecated
30832026-05-21T22:06:59.863Z Compiling ciborium v0.2.2
30842026-05-21T22:06:59.881Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30852026-05-21T22:06:59.899Z Compiling derive-ex v0.1.8
30862026-05-21T22:06:59.917Z Compiling parse-display-derive v0.10.0
30872026-05-21T22:06:59.935Z Compiling derive_more v0.99.20
30882026-05-21T22:06:59.985Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30892026-05-21T22:07:00.043Z Compiling thiserror-impl-no-std v2.0.2
30902026-05-21T22:07:00.069Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30912026-05-21T22:07:00.135Z Compiling byte-wrapper v0.1.0
30922026-05-21T22:07:00.283Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30932026-05-21T22:07:00.300Z Compiling password-hash v0.5.0
30942026-05-21T22:07:00.340Z Compiling blake2 v0.10.6
30952026-05-21T22:07:00.475Z Compiling chacha20poly1305 v0.10.1
30962026-05-21T22:07:00.497Z Compiling indent_write v2.2.0
30972026-05-21T22:07:00.513Z Compiling heapless v0.8.0
30982026-05-21T22:07:00.600Z Compiling argon2 v0.5.3
30992026-05-21T22:07:00.658Z Compiling ingot-macros v0.1.1
31002026-05-21T22:07:00.662Z Compiling tabwriter v1.4.1
31012026-05-21T22:07:00.738Z Compiling tokio-rustls v0.25.0
31022026-05-21T22:07:00.928Z Compiling toml_edit v0.23.10+spec-1.0.0
31032026-05-21T22:07:00.993Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31042026-05-21T22:07:01.012Z Compiling typify-impl v0.6.2
31052026-05-21T22:07:01.261Z Compiling thiserror-no-std v2.0.2
31062026-05-21T22:07:01.281Z Compiling num-rational v0.4.2
31072026-05-21T22:07:01.370Z Compiling vsss-rs v3.3.4
31082026-05-21T22:07:01.386Z Compiling hash32 v0.3.1
31092026-05-21T22:07:01.565Z Compiling num-complex v0.4.6
31102026-05-21T22:07:01.651Z Compiling test-strategy v0.4.5
31112026-05-21T22:07:01.667Z Compiling parse-display v0.10.0
31122026-05-21T22:07:01.779Z Compiling smoltcp v0.11.0
31132026-05-21T22:07:01.803Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31142026-05-21T22:07:01.980Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31152026-05-21T22:07:01.998Z Compiling num v0.4.3
31162026-05-21T22:07:02.033Z Compiling proc-macro-crate v3.4.0
31172026-05-21T22:07:02.072Z Compiling atomicwrites v0.4.4
31182026-05-21T22:07:02.089Z Compiling cobs v0.3.0
31192026-05-21T22:07:02.108Z Compiling colored v3.1.1
31202026-05-21T22:07:02.169Z Compiling float-ord v0.3.2
31212026-05-21T22:07:02.282Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31222026-05-21T22:07:02.286Z Compiling postcard v1.1.3
31232026-05-21T22:07:02.315Z Compiling proc-macro-error v1.0.4
31242026-05-21T22:07:02.365Z Compiling proc-macro-crate v1.3.1
31252026-05-21T22:07:02.434Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31262026-05-21T22:07:02.495Z Compiling foreign-types-macros v0.2.3
31272026-05-21T22:07:02.536Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31282026-05-21T22:07:02.553Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31292026-05-21T22:07:02.617Z Compiling num_enum_derive v0.7.5
31302026-05-21T22:07:02.657Z Compiling cpufeatures v0.3.0
31312026-05-21T22:07:02.674Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31322026-05-21T22:07:02.750Z Compiling foreign-types-shared v0.3.1
31332026-05-21T22:07:02.768Z Compiling rayon-core v1.13.0
31342026-05-21T22:07:02.771Z Compiling chacha20 v0.10.0
31352026-05-21T22:07:02.819Z Compiling num_enum_derive v0.5.11
31362026-05-21T22:07:02.870Z Compiling toml v0.8.23
31372026-05-21T22:07:02.925Z Compiling crossbeam-deque v0.8.6
31382026-05-21T22:07:02.958Z Compiling camino-tempfile v1.4.1
31392026-05-21T22:07:02.995Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31402026-05-21T22:07:03.017Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31412026-05-21T22:07:03.136Z Compiling foreign-types v0.5.0
31422026-05-21T22:07:03.152Z Compiling cstr-argument v0.1.2
31432026-05-21T22:07:03.170Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31442026-05-21T22:07:03.214Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31452026-05-21T22:07:03.248Z Compiling rand v0.10.0
31462026-05-21T22:07:03.334Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31472026-05-21T22:07:03.410Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31482026-05-21T22:07:03.486Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31492026-05-21T22:07:03.516Z Compiling zone_cfg_derive v0.3.1
31502026-05-21T22:07:03.532Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31512026-05-21T22:07:03.578Z Compiling ingot-types v0.1.2
31522026-05-21T22:07:03.617Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31532026-05-21T22:07:03.638Z Compiling rayon v1.11.0
31542026-05-21T22:07:03.682Z Compiling itertools v0.12.1
31552026-05-21T22:07:03.717Z Compiling num-derive v0.4.2
31562026-05-21T22:07:03.735Z Compiling num_enum v0.7.5
31572026-05-21T22:07:03.780Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31582026-05-21T22:07:03.810Z Compiling sigpipe v0.1.3
31592026-05-21T22:07:03.846Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31602026-05-21T22:07:03.881Z Compiling glob v0.3.3
31612026-05-21T22:07:03.922Z Compiling prettyplease v0.2.37
31622026-05-21T22:07:03.939Z Compiling num_enum v0.5.11
31632026-05-21T22:07:03.939Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31642026-05-21T22:07:04.016Z Compiling ingot v0.1.1
31652026-05-21T22:07:04.111Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31662026-05-21T22:07:04.137Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31672026-05-21T22:07:04.195Z Compiling smf v0.2.3
31682026-05-21T22:07:04.210Z Compiling whoami v1.6.1
31692026-05-21T22:07:04.228Z Compiling usdt-attr-macro v0.5.0
31702026-05-21T22:07:04.296Z Compiling usdt-macro v0.5.0
31712026-05-21T22:07:04.499Z Compiling gethostname v0.5.0
31722026-05-21T22:07:04.574Z Compiling memmap v0.7.0
31732026-05-21T22:07:04.638Z Compiling derive-where v1.6.0
31742026-05-21T22:07:04.729Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31752026-05-21T22:07:04.746Z Compiling progenitor-client v0.13.0
31762026-05-21T22:07:04.772Z Compiling resolv-conf v0.7.6
31772026-05-21T22:07:04.788Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31782026-05-21T22:07:04.946Z Compiling zone v0.3.1
31792026-05-21T22:07:05.005Z Compiling owo-colors v4.3.0
31802026-05-21T22:07:05.083Z Compiling cancel-safe-futures v0.1.5
31812026-05-21T22:07:05.130Z Compiling libsw-core v0.3.2
31822026-05-21T22:07:05.130Z Compiling usdt v0.5.0
31832026-05-21T22:07:05.163Z Compiling console v0.15.11
31842026-05-21T22:07:05.166Z Compiling hickory-proto v0.24.4
31852026-05-21T22:07:05.335Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31862026-05-21T22:07:05.463Z Compiling libsw v3.5.0
31872026-05-21T22:07:05.484Z Compiling newline-converter v0.3.0
31882026-05-21T22:07:05.522Z Compiling libefi-sys v0.1.0
31892026-05-21T22:07:05.641Z Compiling typify-macro v0.6.2
31902026-05-21T22:07:05.661Z Compiling linear-map v1.2.0
31912026-05-21T22:07:05.696Z Compiling linked-hash-map v0.5.6
31922026-05-21T22:07:05.715Z Compiling expectorate v1.2.0
31932026-05-21T22:07:05.715Z Compiling git-stub v1.0.0
31942026-05-21T22:07:05.773Z Compiling bitfield-struct v0.6.2
31952026-05-21T22:07:05.795Z Compiling semver v0.1.20
31962026-05-21T22:07:05.891Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31972026-05-21T22:07:05.924Z Compiling lru-cache v0.1.2
31982026-05-21T22:07:05.943Z Compiling git-stub-vcs v0.1.0
31992026-05-21T22:07:05.991Z Compiling tokio-dtrace v0.1.1
32002026-05-21T22:07:06.042Z Compiling rustc_version v0.1.7
32012026-05-21T22:07:06.059Z Compiling dropshot-api-manager-types v0.7.1
32022026-05-21T22:07:06.062Z Compiling slog-dtrace v0.3.0
32032026-05-21T22:07:06.091Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32042026-05-21T22:07:06.094Z Compiling minimal-lexical v0.2.1
32052026-05-21T22:07:06.125Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32062026-05-21T22:07:06.194Z Compiling oxide-tokio-rt v0.1.4
32072026-05-21T22:07:06.252Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32082026-05-21T22:07:06.285Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32092026-05-21T22:07:06.317Z Compiling newtype_derive v0.1.6
32102026-05-21T22:07:06.338Z Compiling nom v7.1.3
32112026-05-21T22:07:06.354Z Compiling typify-impl v0.4.3
32122026-05-21T22:07:06.393Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32132026-05-21T22:07:06.424Z Compiling phf_shared v0.12.1
32142026-05-21T22:07:06.483Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32152026-05-21T22:07:06.500Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32162026-05-21T22:07:06.522Z Compiling csv-core v0.1.13
32172026-05-21T22:07:06.536Z Compiling chrono-tz v0.10.4
32182026-05-21T22:07:06.554Z Compiling xshell-macros v0.2.7
32192026-05-21T22:07:06.624Z Compiling highway v1.3.0
32202026-05-21T22:07:06.747Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32212026-05-21T22:07:06.825Z Compiling const_format_proc_macros v0.2.34
32222026-05-21T22:07:06.904Z Compiling csv v1.4.0
32232026-05-21T22:07:06.973Z Compiling phf v0.12.1
32242026-05-21T22:07:06.989Z Compiling xshell v0.2.7
32252026-05-21T22:07:07.102Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32262026-05-21T22:07:07.157Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32272026-05-21T22:07:07.187Z Compiling primeorder v0.13.6
32282026-05-21T22:07:07.427Z Compiling hickory-resolver v0.24.4
32292026-05-21T22:07:07.471Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32302026-05-21T22:07:07.530Z Compiling typify v0.6.2
32312026-05-21T22:07:07.530Z Compiling tabled_derive v0.7.0
32322026-05-21T22:07:07.591Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32332026-05-21T22:07:07.664Z Compiling progenitor-impl v0.14.0
32342026-05-21T22:07:07.681Z Compiling progenitor-impl v0.13.0
32352026-05-21T22:07:07.724Z Compiling const_format v0.2.35
32362026-05-21T22:07:07.753Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32372026-05-21T22:07:07.782Z Compiling bcs v0.1.6
32382026-05-21T22:07:08.069Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32392026-05-21T22:07:08.127Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32402026-05-21T22:07:08.266Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32412026-05-21T22:07:08.312Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32422026-05-21T22:07:08.520Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32432026-05-21T22:07:08.541Z Compiling qorb v0.4.1
32442026-05-21T22:07:08.564Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32452026-05-21T22:07:08.581Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32462026-05-21T22:07:08.624Z Compiling termtree v0.5.1
32472026-05-21T22:07:08.803Z Compiling tagptr v0.2.0
32482026-05-21T22:07:08.822Z Compiling salty v0.3.0
32492026-05-21T22:07:08.981Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32502026-05-21T22:07:09.073Z Compiling moka v0.12.13
32512026-05-21T22:07:09.118Z Compiling textwrap v0.16.2
32522026-05-21T22:07:09.227Z Compiling tabled v0.15.0
32532026-05-21T22:07:09.538Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32542026-05-21T22:07:09.667Z Compiling steno v0.4.1
32552026-05-21T22:07:09.684Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32562026-05-21T22:07:09.791Z Compiling humantime v2.3.0
32572026-05-21T22:07:09.812Z Compiling base64 v0.21.7
32582026-05-21T22:07:09.842Z Compiling radium v0.7.0
32592026-05-21T22:07:09.951Z Compiling hickory-resolver v0.25.2
32602026-05-21T22:07:10.073Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32612026-05-21T22:07:10.101Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32622026-05-21T22:07:10.180Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32632026-05-21T22:07:10.334Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32642026-05-21T22:07:10.366Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32652026-05-21T22:07:10.416Z Compiling progenitor-macro v0.13.0
32662026-05-21T22:07:10.448Z Compiling progenitor-macro v0.14.0
32672026-05-21T22:07:10.596Z Compiling p384 v0.13.1
32682026-05-21T22:07:10.646Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32692026-05-21T22:07:10.789Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32702026-05-21T22:07:10.844Z Compiling maybe-uninit v2.0.0
32712026-05-21T22:07:10.967Z Compiling typify-macro v0.4.3
32722026-05-21T22:07:11.091Z Compiling tap v1.0.1
32732026-05-21T22:07:11.180Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32742026-05-21T22:07:11.224Z Compiling wyz v0.5.1
32752026-05-21T22:07:11.240Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32762026-05-21T22:07:11.420Z Compiling proc-macro-error-attr2 v2.0.0
32772026-05-21T22:07:11.459Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32782026-05-21T22:07:11.606Z Compiling parking_lot_core v0.8.6
32792026-05-21T22:07:11.646Z Compiling packed_struct v0.10.1
32802026-05-21T22:07:11.685Z Compiling utf-8 v0.7.6
32812026-05-21T22:07:11.865Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32822026-05-21T22:07:11.883Z Compiling funty v2.0.0
32832026-05-21T22:07:11.919Z Compiling proc-macro-error2 v2.0.1
32842026-05-21T22:07:11.922Z Compiling tungstenite v0.21.0
32852026-05-21T22:07:12.009Z Compiling polyval v0.6.2
32862026-05-21T22:07:12.025Z Compiling packed_struct_codegen v0.10.1
32872026-05-21T22:07:12.087Z Compiling num-derive v0.3.3
32882026-05-21T22:07:12.119Z Compiling bitfield-macros v0.19.4
32892026-05-21T22:07:12.230Z Compiling bitvec v1.0.1
32902026-05-21T22:07:12.260Z Compiling zerocopy-derive v0.6.6
32912026-05-21T22:07:12.276Z Compiling indexmap v1.9.3
32922026-05-21T22:07:12.512Z Compiling nodrop v0.1.14
32932026-05-21T22:07:12.528Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32942026-05-21T22:07:12.636Z Compiling crc-catalog v2.4.0
32952026-05-21T22:07:12.655Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32962026-05-21T22:07:12.769Z Compiling typify v0.4.3
32972026-05-21T22:07:12.769Z Compiling crc v3.4.0
32982026-05-21T22:07:12.803Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32992026-05-21T22:07:12.806Z Compiling array-init v0.0.4
33002026-05-21T22:07:12.894Z Compiling bitfield v0.19.4
33012026-05-21T22:07:12.909Z Compiling progenitor-impl v0.11.2
33022026-05-21T22:07:12.952Z Compiling tokio-tungstenite v0.21.0
33032026-05-21T22:07:13.017Z Compiling tabled_derive v0.11.0
33042026-05-21T22:07:13.033Z Compiling libscf-sys v1.1.0
33052026-05-21T22:07:13.165Z Compiling ghash v0.5.1
33062026-05-21T22:07:13.181Z Compiling zerocopy v0.6.6
33072026-05-21T22:07:13.184Z Compiling smallvec v0.6.14
33082026-05-21T22:07:13.298Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33092026-05-21T22:07:13.326Z Compiling papergrid v0.17.0
33102026-05-21T22:07:13.440Z Compiling testing_table v0.3.0
33112026-05-21T22:07:13.455Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33122026-05-21T22:07:13.536Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33132026-05-21T22:07:13.552Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33142026-05-21T22:07:13.702Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33152026-05-21T22:07:13.754Z Compiling ctr v0.9.2
33162026-05-21T22:07:13.858Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33172026-05-21T22:07:13.875Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33182026-05-21T22:07:13.946Z Compiling hashbrown v0.12.3
33192026-05-21T22:07:13.983Z Compiling illumos-nvpair-sys v0.2.0
33202026-05-21T22:07:14.051Z Compiling corncobs v0.1.4
33212026-05-21T22:07:14.105Z Compiling unicase v2.9.0
33222026-05-21T22:07:14.202Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33232026-05-21T22:07:14.278Z Compiling tabled v0.20.0
33242026-05-21T22:07:14.301Z Compiling aes-gcm v0.10.3
33252026-05-21T22:07:14.317Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33262026-05-21T22:07:14.337Z Compiling mime_guess v2.0.5
33272026-05-21T22:07:14.354Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33282026-05-21T22:07:14.492Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33292026-05-21T22:07:14.645Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33302026-05-21T22:07:14.666Z Compiling parking_lot v0.11.2
33312026-05-21T22:07:14.885Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33322026-05-21T22:07:14.982Z Compiling serde-hex v0.1.0
33332026-05-21T22:07:15.015Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33342026-05-21T22:07:15.094Z Compiling progenitor-impl v0.10.0
33352026-05-21T22:07:15.147Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33362026-05-21T22:07:15.216Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33372026-05-21T22:07:15.316Z Compiling ron v0.8.1
33382026-05-21T22:07:15.395Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33392026-05-21T22:07:15.427Z Compiling hashbrown v0.13.2
33402026-05-21T22:07:15.554Z Compiling progenitor v0.13.0
33412026-05-21T22:07:15.591Z Compiling progenitor v0.14.0
33422026-05-21T22:07:15.714Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33432026-05-21T22:07:15.738Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33442026-05-21T22:07:15.880Z Compiling progenitor-macro v0.11.2
33452026-05-21T22:07:15.959Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33462026-05-21T22:07:16.067Z Compiling progenitor-client v0.11.2
33472026-05-21T22:07:16.211Z Compiling blowfish v0.9.1
33482026-05-21T22:07:16.292Z Compiling ssh-encoding v0.2.0
33492026-05-21T22:07:16.321Z Compiling prefix-trie v0.7.0
33502026-05-21T22:07:16.427Z Compiling fxhash v0.2.1
33512026-05-21T22:07:16.490Z Compiling secrecy v0.8.0
33522026-05-21T22:07:16.592Z Compiling crc-any v2.5.0
33532026-05-21T22:07:16.608Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33542026-05-21T22:07:16.675Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33552026-05-21T22:07:16.763Z Compiling hickory-server v0.25.2
33562026-05-21T22:07:16.794Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33572026-05-21T22:07:16.837Z Compiling sled v0.34.7
33582026-05-21T22:07:16.872Z Compiling ssh-cipher v0.2.0
33592026-05-21T22:07:16.904Z Compiling bcrypt-pbkdf v0.10.0
33602026-05-21T22:07:16.923Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33612026-05-21T22:07:17.226Z Compiling object v0.30.4
33622026-05-21T22:07:17.296Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33632026-05-21T22:07:17.499Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33642026-05-21T22:07:17.804Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33652026-05-21T22:07:17.913Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33662026-05-21T22:07:17.934Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33672026-05-21T22:07:18.238Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33682026-05-21T22:07:18.490Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33692026-05-21T22:07:18.685Z Compiling progenitor-macro v0.10.0
33702026-05-21T22:07:18.895Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33712026-05-21T22:07:18.919Z Compiling password-hash v0.4.2
33722026-05-21T22:07:18.962Z Compiling path-slash v0.1.5
33732026-05-21T22:07:19.130Z Compiling crc8 v0.1.1
33742026-05-21T22:07:19.278Z Compiling half v1.8.3
33752026-05-21T22:07:19.331Z Compiling http-range v0.1.5
33762026-05-21T22:07:19.588Z Compiling serde_cbor v0.11.2
33772026-05-21T22:07:19.642Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33782026-05-21T22:07:19.659Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33792026-05-21T22:07:19.784Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33802026-05-21T22:07:20.228Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33812026-05-21T22:07:20.261Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33822026-05-21T22:07:20.288Z Compiling pbkdf2 v0.11.0
33832026-05-21T22:07:20.520Z Compiling illumos-nvpair v0.3.0
33842026-05-21T22:07:20.605Z Compiling ssh-key v0.6.7
33852026-05-21T22:07:20.821Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33862026-05-21T22:07:20.867Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33872026-05-21T22:07:20.961Z Compiling progenitor v0.11.2
33882026-05-21T22:07:20.999Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33892026-05-21T22:07:21.042Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33902026-05-21T22:07:21.152Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33912026-05-21T22:07:21.165Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33922026-05-21T22:07:21.179Z Compiling p256 v0.13.2
33932026-05-21T22:07:21.218Z Compiling p521 v0.13.3
33942026-05-21T22:07:21.294Z Compiling yasna v0.5.2
33952026-05-21T22:07:21.399Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33962026-05-21T22:07:21.584Z Compiling kstat-rs v0.2.4
33972026-05-21T22:07:21.606Z Compiling headers-core v0.3.0
33982026-05-21T22:07:21.762Z Compiling nanorand v0.7.0
33992026-05-21T22:07:21.773Z Compiling russh-cryptovec v0.7.3
34002026-05-21T22:07:21.845Z Compiling atty v0.2.14
34012026-05-21T22:07:21.912Z Compiling home v0.5.12
34022026-05-21T22:07:21.975Z Compiling md5 v0.7.0
34032026-05-21T22:07:21.991Z Compiling flume v0.11.1
34042026-05-21T22:07:22.007Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34052026-05-21T22:07:22.011Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34062026-05-21T22:07:22.079Z Compiling rcgen v0.12.1
34072026-05-21T22:07:22.095Z Compiling headers v0.4.1
34082026-05-21T22:07:22.142Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34092026-05-21T22:07:22.188Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34102026-05-21T22:07:22.289Z Compiling russh-keys v0.45.0
34112026-05-21T22:07:22.342Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34122026-05-21T22:07:22.361Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34132026-05-21T22:07:22.377Z Compiling hyper-staticfile v0.10.1
34142026-05-21T22:07:22.682Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34152026-05-21T22:07:22.800Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34162026-05-21T22:07:22.890Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34172026-05-21T22:07:22.916Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34182026-05-21T22:07:22.989Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34192026-05-21T22:07:23.076Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34202026-05-21T22:07:23.180Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34212026-05-21T22:07:23.233Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34222026-05-21T22:07:23.388Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34232026-05-21T22:07:23.451Z Compiling num-bigint v0.4.6
34242026-05-21T22:07:23.646Z Compiling des v0.8.1
34252026-05-21T22:07:23.666Z Compiling subprocess v0.2.15
34262026-05-21T22:07:23.707Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34272026-05-21T22:07:23.723Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34282026-05-21T22:07:23.831Z Compiling progenitor v0.10.0
34292026-05-21T22:07:23.857Z Compiling display-error-chain v0.2.2
34302026-05-21T22:07:23.874Z Compiling hex-literal v0.4.1
34312026-05-21T22:07:23.929Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34322026-05-21T22:07:24.014Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34332026-05-21T22:07:24.031Z Compiling colored v2.2.0
34342026-05-21T22:07:24.031Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34352026-05-21T22:07:24.120Z Compiling socket2 v0.5.10
34362026-05-21T22:07:24.164Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34372026-05-21T22:07:24.258Z Compiling internet-checksum v0.2.1
34382026-05-21T22:07:24.844Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34392026-05-21T22:07:24.862Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34402026-05-21T22:07:24.896Z Compiling russh v0.45.0
34412026-05-21T22:07:27.411Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34422026-05-21T22:07:27.484Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34432026-05-21T22:07:28.092Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34442026-05-21T22:07:28.551Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34452026-05-21T22:07:29.895Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34462026-05-21T22:07:37.958Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34472026-05-21T22:07:37.958Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34482026-05-21T22:07:37.961Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34492026-05-21T22:07:37.961Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34502026-05-21T22:07:39.734Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34512026-05-21T22:07:39.786Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34522026-05-21T22:07:43.954Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34532026-05-21T22:08:23.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34542026-05-21T22:08:23.256Z
34552026-05-21T22:08:23.256Zreal 1:26.021633770
34562026-05-21T22:08:23.256Zuser 8:14.071449327
34572026-05-21T22:08:23.256Zsys 1:39.864222774
34582026-05-21T22:08:23.256Ztrap 0.267575245
34592026-05-21T22:08:23.256Ztflt 0.476690259
34602026-05-21T22:08:23.256Zdflt 1.441849773
34612026-05-21T22:08:23.256Zkflt 0.002806712
34622026-05-21T22:08:23.256Zlock 29:24.069581975
34632026-05-21T22:08:23.260Zslp 19:12.727706095
34642026-05-21T22:08:23.260Zlat 40.054726607
34652026-05-21T22:08:23.260Zstop 2:45.216604705
34662026-05-21T22:08:23.260Z+ mkdir tests
34672026-05-21T22:08:23.263Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34682026-05-21T22:08:23.263Z+ xargs -I '{}' -t cp '{}' tests/
34692026-05-21T22:08:23.289Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-b3d54b1df50298e7 tests/
34702026-05-21T22:08:23.317Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-54eb8cb4fad452e9 tests/
34712026-05-21T22:08:23.345Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-e57ddec93a65e07d tests/
34722026-05-21T22:08:23.374Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b20bfc9b29c19962 tests/
34732026-05-21T22:08:23.619Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override)
34742026-05-21T22:08:23.623Z+ 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-54eb8cb4fad452e9 tests/commtest-e57ddec93a65e07d tests/dhcp_server-b3d54b1df50298e7 tests/end_to_end_tests-b20bfc9b29c19962 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34752026-05-21T22:09:43.249ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34762026-05-21T22:09:43.249Za .github/buildomat/ci-env.sh 1K
34772026-05-21T22:09:43.249Za out/target/test 1K
34782026-05-21T22:09:43.249Za out/npuzone/npuzone 27402K
34792026-05-21T22:09:43.249Za package-manifest.toml 35K
34802026-05-21T22:09:43.249Za smf/sled-agent/non-gimlet/config.toml 6K
34812026-05-21T22:09:43.249Za target/release/omicron-package 46011K
34822026-05-21T22:09:43.249Za target/release/xtask 11449K
34832026-05-21T22:09:43.249Za target/debug/bootstrap 352361K
34842026-05-21T22:09:43.249Za tests/bootstrap-54eb8cb4fad452e9 31215K
34852026-05-21T22:09:43.249Za tests/commtest-e57ddec93a65e07d 32300K
34862026-05-21T22:09:43.249Za tests/dhcp_server-b3d54b1df50298e7 31215K
34872026-05-21T22:09:43.249Za tests/end_to_end_tests-b20bfc9b29c19962 394141K
34882026-05-21T22:09:43.250Za tools/opte_version 1K
34892026-05-21T22:09:43.250Za tools/opte_version_override 2K
34902026-05-21T22:09:43.250Za out/clickhouse.tar.gz 319657K
34912026-05-21T22:09:43.250Za out/clickhouse_keeper.tar.gz 305011K
34922026-05-21T22:09:43.250Za out/clickhouse_server.tar.gz 319655K
34932026-05-21T22:09:43.250Za out/cockroachdb.tar.gz 165178K
34942026-05-21T22:09:43.250Za out/crucible-pantry-zone.tar.gz 44207K
34952026-05-21T22:09:43.250Za out/crucible-utils.tar 17744K
34962026-05-21T22:09:43.250Za out/crucible-zone.tar.gz 58345K
34972026-05-21T22:09:43.250Za out/external-dns.tar.gz 50344K
34982026-05-21T22:09:43.250Za out/internal-dns.tar.gz 50344K
34992026-05-21T22:09:43.250Za out/mg-ddm-gz.tar 95141K
35002026-05-21T22:09:43.250Za out/nexus.tar.gz 221659K
35012026-05-21T22:09:43.250Za out/ntp.tar.gz 32167K
35022026-05-21T22:09:43.250Za out/omicron-gateway-softnpu.tar.gz 29760K
35032026-05-21T22:09:43.250Za out/omicron-sled-agent.tar 205682K
35042026-05-21T22:09:43.250Za out/overlay.tar.gz 3K
35052026-05-21T22:09:43.250Za out/oximeter.tar.gz 67438K
35062026-05-21T22:09:43.250Za out/oxlog.tar 3782K
35072026-05-21T22:09:43.250Za out/probe.tar.gz 3037K
35082026-05-21T22:09:43.250Za out/propolis-server.tar.gz 38727K
35092026-05-21T22:09:43.250Za out/pumpkind-gz.tar 26647K
35102026-05-21T22:09:43.250Za out/switch-softnpu.tar.gz 397417K
35112026-05-21T22:09:43.254Z
35122026-05-21T22:09:43.254Zreal 1:19.625980355
35132026-05-21T22:09:43.254Zuser 1:16.966843507
35142026-05-21T22:09:43.254Zsys 4.392906257
35152026-05-21T22:09:43.254Ztrap 0.007049540
35162026-05-21T22:09:43.254Ztflt 0.000000000
35172026-05-21T22:09:43.254Zdflt 0.000000000
35182026-05-21T22:09:43.254Zkflt 0.000000000
35192026-05-21T22:09:43.254Zlock 0.000000000
35202026-05-21T22:09:43.254Zslp 1:16.866678333
35212026-05-21T22:09:43.254Zlat 1.012845280
35222026-05-21T22:09:43.255Zstop 0.000228598
35232026-05-21T22:09:43.255Zprocess exited: duration 949226 ms, exit code 0
 
35242026-05-21T22:09:43.269Zfound 1 output files
35252026-05-21T22:09:43.270Zuploading: /work/package.tar.gz (2449373356 bytes)
35262026-05-21T22:10:11.566Zuploaded: /work/package.tar.gz