01KS3571JPNHE703Q2GEGYFKAM: 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: 01KS357MT5C5B2T96XVQHZ9PZT

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T17:00:06.232Zjob assigned to worker 01KS357TK8F4ABZFR7H0EAQ20Y [factory aws, i-09fe4c380390c87e9] (queued for 46 s)
 
22026-05-20T17:00:13.979Zstarting task 0: "setup"
32026-05-20T17:00:13.988Z++ uname -s
42026-05-20T17:00:13.991Z+ kern=SunOS
52026-05-20T17:00:13.991Z+ build_user=build
62026-05-20T17:00:13.991Z+ build_uid=12345
72026-05-20T17:00:13.991Z+ work_dir=/work
82026-05-20T17:00:13.991Z+ input_dir=/input
92026-05-20T17:00:13.991Z+ [[ 0 == 12345 ]]
102026-05-20T17:00:13.991Z+ case "$kern" in
112026-05-20T17:00:13.991Z+ groupadd -g 12345 build
122026-05-20T17:00:14.002Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T17:00:16.009Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T17:00:16.077Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T17:00:16.080Z+ home_fs=zfs
162026-05-20T17:00:16.080Z+ [[ zfs == autofs ]]
172026-05-20T17:00:16.080Z+ mkdir -p /home/build
182026-05-20T17:00:16.080Z+ chown build:build /home/build /work
192026-05-20T17:00:18.081Z+ chmod 0700 /home/build /work
202026-05-20T17:00:18.084Zprocess exited: duration 4104 ms, exit code 0
 
212026-05-20T17:00:18.091Zstarting task 1: "rust-toolchain"
222026-05-20T17:00:18.096Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-20T17:00:18.096Z * rust toolchain channel = "1.94.0"
242026-05-20T17:00:18.096Z * rust toolchain profile = "default"
252026-05-20T17:00:18.096Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-20T17:00:18.096Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-20T17:00:18.096Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-20T17:00:18.099Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T17:00:18.099Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-20T17:00:18.180Zinfo: downloading installer
312026-05-20T17:00:19.634Zwarn: It looks like you have an existing rustup settings file at:
322026-05-20T17:00:19.634Zwarn: /home/build/.rustup/settings.toml
332026-05-20T17:00:19.634Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-20T17:00:19.634Zwarn: instead of the one inferred from the default host triple.
352026-05-20T17:00:19.646Zinfo: profile set to default
362026-05-20T17:00:19.646Zinfo: default host triple is x86_64-unknown-illumos
372026-05-20T17:00:19.651Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-20T17:00:19.782Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-20T17:00:19.785Zinfo: downloading 6 components
402026-05-20T17:00:34.280Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-20T17:00:34.280Z
422026-05-20T17:00:34.311Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-20T17:00:34.311Z
442026-05-20T17:00:34.311Z
452026-05-20T17:00:34.311ZRust is installed now. Great!
462026-05-20T17:00:34.311Z
472026-05-20T17:00:34.311ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-20T17:00:34.311Zenvironment variable. This has not been done automatically.
492026-05-20T17:00:34.311Z
502026-05-20T17:00:34.311ZTo configure your current shell, you need to source
512026-05-20T17:00:34.311Zthe corresponding env file under $HOME/.cargo.
522026-05-20T17:00:34.311Z
532026-05-20T17:00:34.311ZThis is usually done by running one of the following (note the leading DOT):
542026-05-20T17:00:34.314Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-20T17:00:34.314Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-20T17:00:34.314Zsource "~/.cargo/env.nu" # For nushell
572026-05-20T17:00:34.314Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-20T17:00:34.314Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-20T17:00:34.314Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-20T17:00:34.314Zwarn: no default linker (`cc`) was found in your PATH
612026-05-20T17:00:34.314Zwarn: many Rust crates require a system C toolchain to build
622026-05-20T17:00:34.411Z+ rustup --version
632026-05-20T17:00:34.416Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-20T17:00:34.419Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-20T17:00:34.438Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-20T17:00:34.441Z+ cargo --version
672026-05-20T17:00:34.449Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-20T17:00:34.453Z+ rustc --version
692026-05-20T17:00:34.473Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-20T17:00:34.475Zprocess exited: duration 16384 ms, exit code 0
 
712026-05-20T17:00:34.481Zstarting task 2: "authentication"
722026-05-20T17:00:34.502Zprocess exited: duration 20 ms, exit code 0
 
732026-05-20T17:00:34.511Zstarting task 3: "clone repository"
742026-05-20T17:00:34.515Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-20T17:00:34.520Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-20T17:00:34.573ZCloning into '/work/oxidecomputer/omicron'...
772026-05-20T17:00:45.957Z+ cd /work/oxidecomputer/omicron
782026-05-20T17:00:45.957Z+ git fetch origin 0dd801bd4297f656e2592dfff909f46177a19883
792026-05-20T17:00:46.291ZFrom https://github.com/oxidecomputer/omicron
802026-05-20T17:00:46.291Z * branch 0dd801bd4297f656e2592dfff909f46177a19883 -> FETCH_HEAD
812026-05-20T17:00:46.303Z+ [[ -n fm-open-cases ]]
822026-05-20T17:00:46.306Z++ git branch --show-current
832026-05-20T17:00:46.306Z+ current=main
842026-05-20T17:00:46.306Z+ [[ main != fm-open-cases ]]
852026-05-20T17:00:46.309Z+ git branch -f fm-open-cases 0dd801bd4297f656e2592dfff909f46177a19883
862026-05-20T17:00:46.312Z+ git checkout -f fm-open-cases
872026-05-20T17:00:46.546ZSwitched to branch 'fm-open-cases'
882026-05-20T17:00:46.549Z+ git reset --hard 0dd801bd4297f656e2592dfff909f46177a19883
892026-05-20T17:00:46.581ZHEAD is now at 0dd801bd4 [fm] Rename Input::cases() to Input::open_cases()
902026-05-20T17:00:46.584Zprocess exited: duration 12074 ms, exit code 0
 
912026-05-20T17:00:46.590Zstarting task 4: "build"
922026-05-20T17:00:46.596Z+ source .github/buildomat/ci-env.sh
932026-05-20T17:00:46.596Z++ export CARGO_TERM_COLOR=always
942026-05-20T17:00:46.596Z++ CARGO_TERM_COLOR=always
952026-05-20T17:00:46.596Z+ cargo --version
962026-05-20T17:00:46.606Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-20T17:00:46.609Z+ rustc --version
982026-05-20T17:00:46.628Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-20T17:00:46.631Z+ WORK=/work
1002026-05-20T17:00:46.632Z+ pfexec mkdir -p /work
1012026-05-20T17:00:46.634Z+ pfexec chown build /work
1022026-05-20T17:00:46.637Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-20T17:00:48.772Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-20T17:00:48.831Z Startup: Caching catalogs ... Done
1052026-05-20T17:00:49.039ZPlanning: Solver setup ... Done (0.173s)
1062026-05-20T17:00:49.056ZPlanning: Running solver ... Done (0.017s)
1072026-05-20T17:00:49.071ZPlanning: Finding local manifests ... Done (0.013s)
1082026-05-20T17:00:49.082ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-20T17:00:49.102ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-20T17:00:49.116ZPlanning: Package planning ... Done (0.014s)
1112026-05-20T17:00:49.119ZPlanning: Merging actions ... Done (0.001s)
1122026-05-20T17:00:49.315ZPlanning: Checking for conflicting actions ... Done (0.198s)
1132026-05-20T17:00:49.319ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-20T17:00:50.569ZPlanning: Evaluating mediators ... Done (1.253s)
1152026-05-20T17:00:50.572ZPlanning: Planning completed in 1.72 seconds
1162026-05-20T17:00:50.579Z Packages to install: 2
1172026-05-20T17:00:50.579Z Estimated space available: 156.08 GB
1182026-05-20T17:00:50.583ZEstimated space to be consumed: 19.75 MB
1192026-05-20T17:00:50.583Z Create boot environment: No
1202026-05-20T17:00:50.583ZCreate backup boot environment: No
1212026-05-20T17:00:50.583Z Rebuild boot archive: No
1222026-05-20T17:00:50.583Z
1232026-05-20T17:00:50.583ZChanged packages:
1242026-05-20T17:00:50.583Zhelios
1252026-05-20T17:00:50.583Z developer/build-essential
1262026-05-20T17:00:50.583Z None -> 11-3.0
1272026-05-20T17:00:50.583Z library/libxmlsec1
1282026-05-20T17:00:50.583Z None -> 1.2.35-3.0
1292026-05-20T17:00:50.629Z
1302026-05-20T17:00:50.629ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-20T17:00:51.184ZDownload: Completed 1.28 MB in 0.55 seconds (2.3M/s)
1322026-05-20T17:00:51.252Z Actions: 1/268 actions (Installing new actions)
1332026-05-20T17:00:51.300Z Actions: Completed 268 actions in 0.05 seconds.
1342026-05-20T17:00:51.307ZFinalize: Updating package state database ... Done (0.006s)
1352026-05-20T17:00:51.307ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-20T17:00:51.321ZFinalize: Updating image state ... Done (0.015s)
1372026-05-20T17:00:54.112ZFinalize: Creating fast lookup database ... Done (2.769s)
1382026-05-20T17:00:54.185ZFinalize: Reading search index ... Done (0.014s)
1392026-05-20T17:00:54.188ZFinalize: Updating search index ... Done (0.000s)
1402026-05-20T17:00:54.281ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-20T17:00:54.577ZPlanning: Evaluating mediator changes ... Done
1422026-05-20T17:00:54.681ZPlanning: Checking for conflicting actions ... Done
1432026-05-20T17:00:54.684ZPlanning: Consolidating action changes ... Done
1442026-05-20T17:00:54.840ZPlanning: Evaluating mediators ... Done
1452026-05-20T17:00:54.844ZPlanning: Planning completed in 0.26 seconds
1462026-05-20T17:00:54.864Z Mediators to change: 2
1472026-05-20T17:00:54.864Z Create boot environment: No
1482026-05-20T17:00:54.864ZCreate backup boot environment: No
1492026-05-20T17:00:54.914ZFinalize: Updating package state database ... Done
1502026-05-20T17:00:54.914ZFinalize: Updating package cache ... Done
1512026-05-20T17:00:54.925ZFinalize: Updating image state ... Done
1522026-05-20T17:00:56.859ZFinalize: Creating fast lookup database ... Done
1532026-05-20T17:00:56.918ZFinalize: Reading search index ... Done
1542026-05-20T17:00:56.921ZFinalize: Updating search index ... Done
1552026-05-20T17:00:57.000ZFinalize: Updating package cache ... Done
1562026-05-20T17:00:57.285ZPlanning: Evaluating mediator changes ... Done
1572026-05-20T17:00:57.389ZPlanning: Checking for conflicting actions ... Done
1582026-05-20T17:00:57.392ZPlanning: Consolidating action changes ... Done
1592026-05-20T17:00:57.548ZPlanning: Evaluating mediators ... Done
1602026-05-20T17:00:57.551ZPlanning: Planning completed in 0.27 seconds
1612026-05-20T17:00:57.572Z Mediators to change: 1
1622026-05-20T17:00:57.572Z Create boot environment: No
1632026-05-20T17:00:57.578ZCreate backup boot environment: No
1642026-05-20T17:00:57.613ZFinalize: Updating package state database ... Done
1652026-05-20T17:00:57.613ZFinalize: Updating package cache ... Done
1662026-05-20T17:00:57.622ZFinalize: Updating image state ... Done
1672026-05-20T17:00:59.551ZFinalize: Creating fast lookup database ... Done
1682026-05-20T17:00:59.614ZFinalize: Reading search index ... Done
1692026-05-20T17:00:59.617ZFinalize: Updating search index ... Done
1702026-05-20T17:00:59.677ZFinalize: Updating package cache ... Done
1712026-05-20T17:00:59.989ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-20T17:00:59.989Zapache system 2.4 system
1732026-05-20T17:00:59.989Zclang system 15 system
1742026-05-20T17:00:59.989Zcsh system system illumos
1752026-05-20T17:00:59.989Zctags system system illumos
1762026-05-20T17:00:59.989Zfile vendor vendor darwinsys
1772026-05-20T17:00:59.989Zfile system system illumos
1782026-05-20T17:00:59.989Zgcc vendor 14 vendor
1792026-05-20T17:00:59.989Zgcc system 13 system
1802026-05-20T17:00:59.989Zgcc system 10 system
1812026-05-20T17:00:59.989Zgo system 1.25 system
1822026-05-20T17:00:59.989Zllvm system 15 system
1832026-05-20T17:00:59.989Zmariadb system 11.4 system
1842026-05-20T17:00:59.989Zmta vendor vendor dma
1852026-05-20T17:00:59.989Zopenjdk system 17 system
1862026-05-20T17:00:59.989Zopenjdk system 11 system
1872026-05-20T17:00:59.989Zopenssl vendor 3 vendor
1882026-05-20T17:00:59.989Zperl system 5.40 system
1892026-05-20T17:00:59.989Zpostgresql system 18 system
1902026-05-20T17:00:59.989Zpostgresql system 17 system
1912026-05-20T17:00:59.989Zpython vendor 3 vendor
1922026-05-20T17:00:59.989Zpython system 2 system
1932026-05-20T17:00:59.990Zpython3 vendor 3.13 vendor
1942026-05-20T17:00:59.990Zruby system 3.4 system
1952026-05-20T17:00:59.990Zruby system 3.0 system
1962026-05-20T17:00:59.990Zwords vendor vendor american-english
1972026-05-20T17:00:59.990Zwords system system australian-english
1982026-05-20T17:00:59.990Zwords system system british-english
1992026-05-20T17:00:59.990Zwords system system canadian-english
2002026-05-20T17:00:59.990Zwords system system french
2012026-05-20T17:00:59.990Zwords system system italian
2022026-05-20T17:00:59.990Zwords system system ngerman
2032026-05-20T17:00:59.990Zwords system system ogerman
2042026-05-20T17:00:59.990Zwords system system spanish
2052026-05-20T17:01:00.240ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-20T17:01:00.240Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-20T17:01:00.515ZFMRI IFO
2082026-05-20T17:01:00.516Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-20T17:01:00.516Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-20T17:01:00.516Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-20T17:01:00.516Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-20T17:01:00.516Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-20T17:01:00.516Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-20T17:01:00.516Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-20T17:01:00.516Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-20T17:01:00.516Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-20T17:01:00.746Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-20T17:01:01.095Z Updating crates.io index
2192026-05-20T17:01:01.129Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-20T17:01:01.881Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-20T17:01:02.213Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-20T17:01:03.063Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-20T17:01:03.963Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-20T17:01:04.504Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-20T17:01:05.992Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-20T17:01:06.997Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-20T17:01:07.292Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-20T17:01:08.171Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-20T17:01:08.800Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-20T17:01:09.228Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-20T17:01:09.655Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-20T17:01:10.582Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-20T17:01:11.066Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-20T17:01:11.349Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-20T17:01:11.836Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-20T17:01:12.249Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-20T17:01:12.607Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-20T17:01:13.192Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-20T17:01:13.480Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-20T17:01:13.757Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-20T17:01:14.239Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-20T17:01:14.852Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-05-20T17:01:15.368Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-05-20T17:01:15.669Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-05-20T17:01:16.197Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-05-20T17:01:17.425Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472026-05-20T17:01:18.049Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-05-20T17:01:18.620Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-20T17:01:19.122Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-05-20T17:01:19.555Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-05-20T17:01:19.910Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-05-20T17:01:20.226Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-05-20T17:01:20.851Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542026-05-20T17:01:21.124Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2552026-05-20T17:01:21.435Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2562026-05-20T17:01:21.726Z Updating git repository `https://github.com/illumos/smf-rs`
2572026-05-20T17:01:22.104Z Updating git repository `https://github.com/oxidecomputer/omicron`
2582026-05-20T17:01:34.686Z Downloading crates ...
2592026-05-20T17:01:34.737Z Downloaded cargo-platform v0.2.0
2602026-05-20T17:01:34.743Z Downloaded cargo_toml v0.21.0
2612026-05-20T17:01:34.745Z Downloaded displaydoc v0.2.5
2622026-05-20T17:01:34.749Z Downloaded clap v4.5.60
2632026-05-20T17:01:34.754Z Downloaded yoke-derive v0.8.1
2642026-05-20T17:01:34.757Z Downloaded usdt-attr-macro v0.5.0
2652026-05-20T17:01:34.757Z Downloaded dof v0.3.0
2662026-05-20T17:01:34.757Z Downloaded smallvec v1.15.1
2672026-05-20T17:01:34.757Z Downloaded equivalent v1.0.2
2682026-05-20T17:01:34.760Z Downloaded cfg-if v1.0.4
2692026-05-20T17:01:34.760Z Downloaded cpufeatures v0.2.17
2702026-05-20T17:01:34.760Z Downloaded anstyle-query v1.1.5
2712026-05-20T17:01:34.760Z Downloaded synstructure v0.13.2
2722026-05-20T17:01:34.763Z Downloaded proc-macro2 v1.0.106
2732026-05-20T17:01:34.763Z Downloaded cargo-util-schemas v0.8.2
2742026-05-20T17:01:34.766Z Downloaded camino v1.2.2
2752026-05-20T17:01:34.766Z Downloaded anstyle-parse v0.2.7
2762026-05-20T17:01:34.766Z Downloaded bitflags v2.11.0
2772026-05-20T17:01:34.769Z Downloaded fastrand v2.3.0
2782026-05-20T17:01:34.772Z Downloaded camino-tempfile v1.4.1
2792026-05-20T17:01:34.772Z Downloaded digest v0.10.7
2802026-05-20T17:01:34.775Z Downloaded bytecount v0.6.9
2812026-05-20T17:01:34.775Z Downloaded block-buffer v0.10.4
2822026-05-20T17:01:34.778Z Downloaded clap_derive v4.5.55
2832026-05-20T17:01:34.781Z Downloaded anyhow v1.0.102
2842026-05-20T17:01:34.784Z Downloaded dtrace-parser v0.2.0
2852026-05-20T17:01:34.784Z Downloaded anstream v0.6.21
2862026-05-20T17:01:34.787Z Downloaded colorchoice v1.0.4
2872026-05-20T17:01:34.787Z Downloaded erased-serde v0.4.9
2882026-05-20T17:01:34.790Z Downloaded clap_lex v1.0.0
2892026-05-20T17:01:34.790Z Downloaded unicode-linebreak v0.1.5
2902026-05-20T17:01:34.790Z Downloaded litemap v0.8.1
2912026-05-20T17:01:34.790Z Downloaded getrandom v0.4.1
2922026-05-20T17:01:34.793Z Downloaded byteorder v1.5.0
2932026-05-20T17:01:34.796Z Downloaded fs-err v3.3.0
2942026-05-20T17:01:34.799Z Downloaded pretty-hex v0.4.1
2952026-05-20T17:01:34.800Z Downloaded crypto-common v0.1.7
2962026-05-20T17:01:34.800Z Downloaded serde_spanned v0.6.9
2972026-05-20T17:01:34.802Z Downloaded form_urlencoded v1.2.2
2982026-05-20T17:01:34.802Z Downloaded itoa v1.0.17
2992026-05-20T17:01:34.802Z Downloaded serde_tokenstream v0.2.3
3002026-05-20T17:01:34.802Z Downloaded scroll v0.12.0
3012026-05-20T17:01:34.833Z Downloaded is_terminal_polyfill v1.70.2
3022026-05-20T17:01:34.833Z Downloaded heck v0.5.0
3032026-05-20T17:01:34.833Z Downloaded percent-encoding v2.3.2
3042026-05-20T17:01:34.833Z Downloaded tabled_derive v0.7.0
3052026-05-20T17:01:34.833Z Downloaded heck v0.4.1
3062026-05-20T17:01:34.833Z Downloaded generic-array v0.14.7
3072026-05-20T17:01:34.833Z Downloaded serde-value v0.7.0
3082026-05-20T17:01:34.833Z Downloaded macaddr v1.0.1
3092026-05-20T17:01:34.833Z Downloaded strsim v0.11.1
3102026-05-20T17:01:34.833Z Downloaded swrite v0.1.0
3112026-05-20T17:01:34.833Z Downloaded scroll_derive v0.12.1
3122026-05-20T17:01:34.833Z Downloaded idna_adapter v1.2.1
3132026-05-20T17:01:34.833Z Downloaded fnv v1.0.7
3142026-05-20T17:01:34.842Z Downloaded ordered-float v2.10.1
3152026-05-20T17:01:34.845Z Downloaded potential_utf v0.1.4
3162026-05-20T17:01:34.848Z Downloaded errno v0.3.14
3172026-05-20T17:01:34.851Z Downloaded proc-macro-error-attr v1.0.4
3182026-05-20T17:01:34.854Z Downloaded stable_deref_trait v1.2.1
3192026-05-20T17:01:34.854Z Downloaded memmap v0.7.0
3202026-05-20T17:01:34.854Z Downloaded plain v0.2.3
3212026-05-20T17:01:34.857Z Downloaded proc-macro-error v1.0.4
3222026-05-20T17:01:34.860Z Downloaded smawk v0.3.2
3232026-05-20T17:01:34.868Z Downloaded cargo_metadata v0.21.0
3242026-05-20T17:01:34.871Z Downloaded serde-untagged v0.1.9
3252026-05-20T17:01:34.871Z Downloaded anstyle v1.0.13
3262026-05-20T17:01:34.874Z Downloaded icu_normalizer v2.1.1
3272026-05-20T17:01:34.881Z Downloaded terminal_size v0.4.3
3282026-05-20T17:01:34.884Z Downloaded autocfg v1.5.0
3292026-05-20T17:01:34.884Z Downloaded quote v1.0.45
3302026-05-20T17:01:34.887Z Downloaded sha2 v0.10.9
3312026-05-20T17:01:34.890Z Downloaded thread-id v4.2.2
3322026-05-20T17:01:34.895Z Downloaded utf8_iter v1.0.4
3332026-05-20T17:01:34.898Z Downloaded pest_derive v2.8.6
3342026-05-20T17:01:34.900Z Downloaded tempfile v3.25.0
3352026-05-20T17:01:34.903Z Downloaded version_check v0.9.5
3362026-05-20T17:01:34.910Z Downloaded zmij v1.0.21
3372026-05-20T17:01:34.913Z Downloaded typenum v1.19.0
3382026-05-20T17:01:34.923Z Downloaded papergrid v0.11.0
3392026-05-20T17:01:34.926Z Downloaded num-traits v0.2.19
3402026-05-20T17:01:34.929Z Downloaded toml_datetime v0.6.11
3412026-05-20T17:01:34.929Z Downloaded toml v0.8.23
3422026-05-20T17:01:34.929Z Downloaded semver v1.0.28
3432026-05-20T17:01:34.933Z Downloaded writeable v0.6.2
3442026-05-20T17:01:34.933Z Downloaded once_cell v1.21.3
3452026-05-20T17:01:34.940Z Downloaded log v0.4.29
3462026-05-20T17:01:34.942Z Downloaded serde_core v1.0.228
3472026-05-20T17:01:34.946Z Downloaded icu_properties v2.1.2
3482026-05-20T17:01:34.946Z Downloaded pest_generator v2.8.6
3492026-05-20T17:01:34.948Z Downloaded serde_derive v1.0.228
3502026-05-20T17:01:34.951Z Downloaded icu_provider v2.1.1
3512026-05-20T17:01:34.951Z Downloaded thiserror-impl v1.0.69
3522026-05-20T17:01:34.956Z Downloaded icu_normalizer_data v2.1.1
3532026-05-20T17:01:34.959Z Downloaded pest_meta v2.8.6
3542026-05-20T17:01:34.963Z Downloaded icu_locale_core v2.1.1
3552026-05-20T17:01:34.972Z Downloaded serde v1.0.228
3562026-05-20T17:01:34.975Z Downloaded icu_collections v2.1.1
3572026-05-20T17:01:34.978Z Downloaded thiserror v2.0.18
3582026-05-20T17:01:34.981Z Downloaded zerotrie v0.2.3
3592026-05-20T17:01:34.984Z Downloaded memchr v2.8.0
3602026-05-20T17:01:34.987Z Downloaded indexmap v2.14.0
3612026-05-20T17:01:34.995Z Downloaded yoke v0.8.1
3622026-05-20T17:01:35.002Z Downloaded hashbrown v0.17.0
3632026-05-20T17:01:35.005Z Downloaded zerocopy-derive v0.7.35
3642026-05-20T17:01:35.008Z Downloaded usdt-macro v0.5.0
3652026-05-20T17:01:35.011Z Downloaded pest v2.8.6
3662026-05-20T17:01:35.014Z Downloaded icu_properties_data v2.1.2
3672026-05-20T17:01:35.024Z Downloaded serde_json v1.0.149
3682026-05-20T17:01:35.028Z Downloaded idna v1.1.0
3692026-05-20T17:01:35.031Z Downloaded usdt-impl v0.5.0
3702026-05-20T17:01:35.031Z Downloaded clap_builder v4.5.60
3712026-05-20T17:01:35.046Z Downloaded goblin v0.8.2
3722026-05-20T17:01:35.050Z Downloaded unicode-xid v0.2.6
3732026-05-20T17:01:35.053Z Downloaded tabled v0.15.0
3742026-05-20T17:01:35.061Z Downloaded syn v1.0.109
3752026-05-20T17:01:35.070Z Downloaded syn v2.0.117
3762026-05-20T17:01:35.076Z Downloaded toml_edit v0.22.27
3772026-05-20T17:01:35.078Z Downloaded ucd-trie v0.1.7
3782026-05-20T17:01:35.081Z Downloaded zerofrom-derive v0.1.6
3792026-05-20T17:01:35.084Z Downloaded rustix v1.1.3
3802026-05-20T17:01:35.109Z Downloaded libc v0.2.185
3812026-05-20T17:01:35.127Z Downloaded zerovec-derive v0.11.2
3822026-05-20T17:01:35.136Z Downloaded url v2.5.8
3832026-05-20T17:01:35.140Z Downloaded thiserror v1.0.69
3842026-05-20T17:01:35.172Z Downloaded thiserror-impl v2.0.18
3852026-05-20T17:01:35.178Z Downloaded zerovec v0.11.5
3862026-05-20T17:01:35.191Z Downloaded typeid v1.0.3
3872026-05-20T17:01:35.194Z Downloaded usdt v0.5.0
3882026-05-20T17:01:35.198Z Downloaded toml_write v0.1.2
3892026-05-20T17:01:35.203Z Downloaded utf8parse v0.2.2
3902026-05-20T17:01:35.207Z Downloaded textwrap v0.16.2
3912026-05-20T17:01:35.210Z Downloaded zerofrom v0.1.6
3922026-05-20T17:01:35.210Z Downloaded zerocopy v0.7.35
3932026-05-20T17:01:35.217Z Downloaded tinystr v0.8.2
3942026-05-20T17:01:35.232Z Downloaded unicode-ident v1.0.24
3952026-05-20T17:01:35.261Z Downloaded unicode-width v0.2.0
3962026-05-20T17:01:35.278Z Downloaded winnow v0.7.14
3972026-05-20T17:01:35.284Z Downloaded unicode-width v0.1.14
3982026-05-20T17:01:35.337Z Compiling proc-macro2 v1.0.106
3992026-05-20T17:01:35.341Z Compiling quote v1.0.45
4002026-05-20T17:01:35.341Z Compiling unicode-ident v1.0.24
4012026-05-20T17:01:35.341Z Compiling serde_core v1.0.228
4022026-05-20T17:01:35.341Z Compiling libc v0.2.185
4032026-05-20T17:01:35.341Z Compiling version_check v0.9.5
4042026-05-20T17:01:35.341Z Compiling stable_deref_trait v1.2.1
4052026-05-20T17:01:35.341Z Compiling serde v1.0.228
4062026-05-20T17:01:35.341Z Compiling memchr v2.8.0
4072026-05-20T17:01:35.341Z Compiling zmij v1.0.21
4082026-05-20T17:01:35.341Z Compiling autocfg v1.5.0
4092026-05-20T17:01:35.341Z Compiling ucd-trie v0.1.7
4102026-05-20T17:01:35.523Z Compiling thiserror v1.0.69
4112026-05-20T17:01:35.526Z Compiling itoa v1.0.17
4122026-05-20T17:01:35.526Z Compiling litemap v0.8.1
4132026-05-20T17:01:35.722Z Compiling writeable v0.6.2
4142026-05-20T17:01:35.797Z Compiling rustix v1.1.3
4152026-05-20T17:01:35.919Z Compiling icu_normalizer_data v2.1.1
4162026-05-20T17:01:35.967Z Compiling byteorder v1.5.0
4172026-05-20T17:01:35.984Z Compiling icu_properties_data v2.1.2
4182026-05-20T17:01:36.016Z Compiling serde_json v1.0.149
4192026-05-20T17:01:36.230Z Compiling pest v2.8.6
4202026-05-20T17:01:36.289Z Compiling bitflags v2.11.0
4212026-05-20T17:01:36.419Z Compiling num-traits v0.2.19
4222026-05-20T17:01:36.425Z Compiling hashbrown v0.17.0
4232026-05-20T17:01:36.437Z Compiling smallvec v1.15.1
4242026-05-20T17:01:36.521Z Compiling equivalent v1.0.2
4252026-05-20T17:01:36.537Z Compiling typeid v1.0.3
4262026-05-20T17:01:36.701Z Compiling usdt-impl v0.5.0
4272026-05-20T17:01:36.704Z Compiling proc-macro-error-attr v1.0.4
4282026-05-20T17:01:36.704Z Compiling erased-serde v0.4.9
4292026-05-20T17:01:36.704Z Compiling syn v1.0.109
4302026-05-20T17:01:36.799Z Compiling winnow v0.7.14
4312026-05-20T17:01:36.807Z Compiling toml_write v0.1.2
4322026-05-20T17:01:36.819Z Compiling proc-macro-error v1.0.4
4332026-05-20T17:01:36.874Z Compiling thiserror v2.0.18
4342026-05-20T17:01:36.997Z Compiling errno v0.3.14
4352026-05-20T17:01:37.023Z Compiling thread-id v4.2.2
4362026-05-20T17:01:37.063Z Compiling percent-encoding v2.3.2
4372026-05-20T17:01:37.099Z Compiling utf8parse v0.2.2
4382026-05-20T17:01:37.140Z Compiling indexmap v2.14.0
4392026-05-20T17:01:37.143Z Compiling utf8_iter v1.0.4
4402026-05-20T17:01:37.210Z Compiling log v0.4.29
4412026-05-20T17:01:37.213Z Compiling getrandom v0.4.1
4422026-05-20T17:01:37.248Z Compiling syn v2.0.117
4432026-05-20T17:01:37.252Z Compiling plain v0.2.3
4442026-05-20T17:01:37.268Z Compiling pest_meta v2.8.6
4452026-05-20T17:01:37.310Z Compiling camino v1.2.2
4462026-05-20T17:01:37.329Z Compiling form_urlencoded v1.2.2
4472026-05-20T17:01:37.397Z Compiling anstyle-parse v0.2.7
4482026-05-20T17:01:37.596Z Compiling pretty-hex v0.4.1
4492026-05-20T17:01:37.627Z Compiling anstyle v1.0.13
4502026-05-20T17:01:37.663Z Compiling ordered-float v2.10.1
4512026-05-20T17:01:37.684Z Compiling is_terminal_polyfill v1.70.2
4522026-05-20T17:01:37.749Z Compiling anstyle-query v1.1.5
4532026-05-20T17:01:37.768Z Compiling colorchoice v1.0.4
4542026-05-20T17:01:37.771Z Compiling cfg-if v1.0.4
4552026-05-20T17:01:37.846Z Compiling fs-err v3.3.0
4562026-05-20T17:01:37.885Z Compiling anstream v0.6.21
4572026-05-20T17:01:37.906Z Compiling fnv v1.0.7
4582026-05-20T17:01:37.909Z Compiling fastrand v2.3.0
4592026-05-20T17:01:37.944Z Compiling once_cell v1.21.3
4602026-05-20T17:01:37.947Z Compiling strsim v0.11.1
4612026-05-20T17:01:37.979Z Compiling unicode-xid v0.2.6
4622026-05-20T17:01:38.051Z Compiling terminal_size v0.4.3
4632026-05-20T17:01:38.192Z Compiling semver v1.0.28
4642026-05-20T17:01:38.211Z Compiling anyhow v1.0.102
4652026-05-20T17:01:38.214Z Compiling heck v0.5.0
4662026-05-20T17:01:38.214Z Compiling clap_lex v1.0.0
4672026-05-20T17:01:38.267Z Compiling bytecount v0.6.9
4682026-05-20T17:01:38.294Z Compiling unicode-width v0.1.14
4692026-05-20T17:01:38.330Z Compiling heck v0.4.1
4702026-05-20T17:01:38.419Z Compiling clap_builder v4.5.60
4712026-05-20T17:01:38.493Z Compiling serde-untagged v0.1.9
4722026-05-20T17:01:38.512Z Compiling tempfile v3.25.0
4732026-05-20T17:01:38.533Z Compiling papergrid v0.11.0
4742026-05-20T17:01:38.591Z Compiling memmap v0.7.0
4752026-05-20T17:01:38.594Z Compiling smawk v0.3.2
4762026-05-20T17:01:38.647Z Compiling unicode-linebreak v0.1.5
4772026-05-20T17:01:38.691Z Compiling unicode-width v0.2.0
4782026-05-20T17:01:38.759Z Compiling camino-tempfile v1.4.1
4792026-05-20T17:01:38.795Z Compiling swrite v0.1.0
4802026-05-20T17:01:38.865Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-05-20T17:01:38.927Z Compiling textwrap v0.16.2
4822026-05-20T17:01:39.182Z Compiling tabled_derive v0.7.0
4832026-05-20T17:01:39.814Z Compiling synstructure v0.13.2
4842026-05-20T17:01:39.814Z Compiling pest_generator v2.8.6
4852026-05-20T17:01:39.847Z Compiling tabled v0.15.0
4862026-05-20T17:01:40.363Z Compiling serde_derive v1.0.228
4872026-05-20T17:01:40.366Z Compiling zerofrom-derive v0.1.6
4882026-05-20T17:01:40.366Z Compiling yoke-derive v0.8.1
4892026-05-20T17:01:40.366Z Compiling zerovec-derive v0.11.2
4902026-05-20T17:01:40.366Z Compiling displaydoc v0.2.5
4912026-05-20T17:01:40.366Z Compiling thiserror-impl v1.0.69
4922026-05-20T17:01:40.366Z Compiling zerocopy-derive v0.7.35
4932026-05-20T17:01:40.366Z Compiling scroll_derive v0.12.1
4942026-05-20T17:01:40.366Z Compiling thiserror-impl v2.0.18
4952026-05-20T17:01:40.366Z Compiling clap_derive v4.5.55
4962026-05-20T17:01:40.442Z Compiling pest_derive v2.8.6
4972026-05-20T17:01:41.076Z Compiling scroll v0.12.0
4982026-05-20T17:01:41.238Z Compiling zerocopy v0.7.35
4992026-05-20T17:01:41.308Z Compiling goblin v0.8.2
5002026-05-20T17:01:41.333Z Compiling zerofrom v0.1.6
5012026-05-20T17:01:41.443Z Compiling yoke v0.8.1
5022026-05-20T17:01:41.575Z Compiling dtrace-parser v0.2.0
5032026-05-20T17:01:41.600Z Compiling zerovec v0.11.5
5042026-05-20T17:01:41.603Z Compiling zerotrie v0.2.3
5052026-05-20T17:01:41.802Z Compiling clap v4.5.60
5062026-05-20T17:01:42.006Z Compiling tinystr v0.8.2
5072026-05-20T17:01:42.006Z Compiling potential_utf v0.1.4
5082026-05-20T17:01:42.200Z Compiling icu_collections v2.1.1
5092026-05-20T17:01:42.221Z Compiling icu_locale_core v2.1.1
5102026-05-20T17:01:42.771Z Compiling icu_provider v2.1.1
5112026-05-20T17:01:42.943Z Compiling icu_normalizer v2.1.1
5122026-05-20T17:01:42.943Z Compiling icu_properties v2.1.2
5132026-05-20T17:01:42.999Z Compiling dof v0.3.0
5142026-05-20T17:01:42.999Z Compiling serde_tokenstream v0.2.3
5152026-05-20T17:01:43.016Z Compiling toml_datetime v0.6.11
5162026-05-20T17:01:43.019Z Compiling serde_spanned v0.6.9
5172026-05-20T17:01:43.019Z Compiling serde-value v0.7.0
5182026-05-20T17:01:43.019Z Compiling cargo-platform v0.2.0
5192026-05-20T17:01:43.019Z Compiling macaddr v1.0.1
5202026-05-20T17:01:43.225Z Compiling toml_edit v0.22.27
5212026-05-20T17:01:43.687Z Compiling usdt-attr-macro v0.5.0
5222026-05-20T17:01:43.693Z Compiling usdt-macro v0.5.0
5232026-05-20T17:01:43.780Z Compiling idna_adapter v1.2.1
5242026-05-20T17:01:43.883Z Compiling idna v1.1.0
5252026-05-20T17:01:44.146Z Compiling url v2.5.8
5262026-05-20T17:01:44.265Z Compiling usdt v0.5.0
5272026-05-20T17:01:44.467Z Compiling toml v0.8.23
5282026-05-20T17:01:44.796Z Compiling cargo-util-schemas v0.8.2
5292026-05-20T17:01:44.796Z Compiling cargo_toml v0.21.0
5302026-05-20T17:01:45.576Z Compiling cargo_metadata v0.21.0
5312026-05-20T17:01:46.493Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5322026-05-20T17:01:48.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.00s
5332026-05-20T17:01:48.824Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5342026-05-20T17:01:49.381Z Downloading crates ...
5352026-05-20T17:01:49.470Z Downloaded adler2 v2.0.1
5362026-05-20T17:01:49.475Z Downloaded cbc v0.1.2
5372026-05-20T17:01:49.478Z Downloaded cassowary v0.3.0
5382026-05-20T17:01:49.486Z Downloaded cfg_aliases v0.1.1
5392026-05-20T17:01:49.489Z Downloaded assert_matches v1.5.0
5402026-05-20T17:01:49.492Z Downloaded chacha20 v0.10.0
5412026-05-20T17:01:49.496Z Downloaded ciborium-ll v0.2.2
5422026-05-20T17:01:49.500Z Downloaded crucible-workspace-hack v0.1.0
5432026-05-20T17:01:49.503Z Downloaded base16ct v0.2.0
5442026-05-20T17:01:49.506Z Downloaded crunchy v0.2.4
5452026-05-20T17:01:49.510Z Downloaded byte-wrapper v0.1.0
5462026-05-20T17:01:49.513Z Downloaded dsl_auto_type v0.2.0
5472026-05-20T17:01:49.516Z Downloaded dropshot-api-manager-types v0.7.1
5482026-05-20T17:01:49.516Z Downloaded downcast-rs v2.0.2
5492026-05-20T17:01:49.516Z Downloaded bcrypt-pbkdf v0.10.0
5502026-05-20T17:01:49.519Z Downloaded bit-set v0.5.3
5512026-05-20T17:01:49.519Z Downloaded darling_macro v0.23.0
5522026-05-20T17:01:49.519Z Downloaded cstr-argument v0.1.2
5532026-05-20T17:01:49.522Z Downloaded critical-section v1.2.0
5542026-05-20T17:01:49.526Z Downloaded crc-any v2.5.0
5552026-05-20T17:01:49.526Z Downloaded blowfish v0.9.1
5562026-05-20T17:01:49.529Z Downloaded bit-vec v0.8.0
5572026-05-20T17:01:49.529Z Downloaded bcs v0.1.6
5582026-05-20T17:01:49.529Z Downloaded fixedbitset v0.4.2
5592026-05-20T17:01:49.529Z Downloaded deranged v0.5.8
5602026-05-20T17:01:49.534Z Downloaded fd-lock v4.0.4
5612026-05-20T17:01:49.534Z Downloaded ed25519 v2.2.3
5622026-05-20T17:01:49.537Z Downloaded backoff v0.4.0
5632026-05-20T17:01:49.537Z Downloaded dirs-sys-next v0.1.2
5642026-05-20T17:01:49.537Z Downloaded async-recursion v1.1.1
5652026-05-20T17:01:49.542Z Downloaded bit-set v0.8.0
5662026-05-20T17:01:49.545Z Downloaded atty v0.2.14
5672026-05-20T17:01:49.545Z Downloaded crc32fast v1.5.0
5682026-05-20T17:01:49.545Z Downloaded defmt v0.3.100
5692026-05-20T17:01:49.545Z Downloaded base64 v0.22.1
5702026-05-20T17:01:49.548Z Downloaded convert_case v0.4.0
5712026-05-20T17:01:49.548Z Downloaded async-trait v0.1.89
5722026-05-20T17:01:49.551Z Downloaded enum-as-inner v0.6.1
5732026-05-20T17:01:49.554Z Downloaded defmt v1.0.1
5742026-05-20T17:01:49.557Z Downloaded display-error-chain v0.2.2
5752026-05-20T17:01:49.557Z Downloaded base64ct v1.8.3
5762026-05-20T17:01:49.560Z Downloaded defmt-parser v1.0.0
5772026-05-20T17:01:49.560Z Downloaded document-features v0.2.12
5782026-05-20T17:01:49.560Z Downloaded diesel_table_macro_syntax v0.3.0
5792026-05-20T17:01:49.565Z Downloaded console v0.16.2
5802026-05-20T17:01:49.565Z Downloaded cargo-platform v0.1.9
5812026-05-20T17:01:49.565Z Downloaded bitfield-struct v0.6.2
5822026-05-20T17:01:49.565Z Downloaded foldhash v0.2.0
5832026-05-20T17:01:49.570Z Downloaded elliptic-curve v0.13.8
5842026-05-20T17:01:49.570Z Downloaded derive_builder_macro v0.20.2
5852026-05-20T17:01:49.570Z Downloaded crc-catalog v2.4.0
5862026-05-20T17:01:49.584Z Downloaded block-padding v0.3.3
5872026-05-20T17:01:49.584Z Downloaded crossbeam-utils v0.8.21
5882026-05-20T17:01:49.585Z Downloaded either v1.15.0
5892026-05-20T17:01:49.585Z Downloaded crc8 v0.1.1
5902026-05-20T17:01:49.586Z Downloaded cpufeatures v0.3.0
5912026-05-20T17:01:49.602Z Downloaded dtrace-parser v0.3.0
5922026-05-20T17:01:49.602Z Downloaded bb8 v0.8.6
5932026-05-20T17:01:49.602Z Downloaded arrayvec v0.7.6
5942026-05-20T17:01:49.602Z Downloaded endian-type v0.1.2
5952026-05-20T17:01:49.603Z Downloaded compression-core v0.4.31
5962026-05-20T17:01:49.603Z Downloaded ciborium-io v0.2.2
5972026-05-20T17:01:49.603Z Downloaded cobs v0.3.0
5982026-05-20T17:01:49.603Z Downloaded castaway v0.2.4
5992026-05-20T17:01:49.604Z Downloaded foreign-types v0.3.2
6002026-05-20T17:01:49.604Z Downloaded csv-core v0.1.13
6012026-05-20T17:01:49.604Z Downloaded atomic-waker v1.1.2
6022026-05-20T17:01:49.604Z Downloaded async-stream v0.3.6
6032026-05-20T17:01:49.604Z Downloaded arrayref v0.3.9
6042026-05-20T17:01:49.605Z Downloaded crc v3.4.0
6052026-05-20T17:01:49.605Z Downloaded debug-ignore v1.0.5
6062026-05-20T17:01:49.609Z Downloaded foreign-types-shared v0.3.1
6072026-05-20T17:01:49.609Z Downloaded darling_macro v0.20.11
6082026-05-20T17:01:49.609Z Downloaded aead v0.5.2
6092026-05-20T17:01:49.609Z Downloaded der_derive v0.7.3
6102026-05-20T17:01:49.610Z Downloaded dirs-next v2.0.0
6112026-05-20T17:01:49.610Z Downloaded float-cmp v0.10.0
6122026-05-20T17:01:49.610Z Downloaded foreign-types-shared v0.1.1
6132026-05-20T17:01:49.610Z Downloaded dyn-clone v1.0.20
6142026-05-20T17:01:49.610Z Downloaded curve25519-dalek-derive v0.1.1
6152026-05-20T17:01:49.610Z Downloaded bitfield-macros v0.19.4
6162026-05-20T17:01:49.610Z Downloaded futures-task v0.3.32
6172026-05-20T17:01:49.610Z Downloaded async-stream-impl v0.3.6
6182026-05-20T17:01:49.610Z Downloaded foreign-types-macros v0.2.3
6192026-05-20T17:01:49.610Z Downloaded foreign-types v0.5.0
6202026-05-20T17:01:49.610Z Downloaded ascii-canvas v3.0.0
6212026-05-20T17:01:49.610Z Downloaded futures-sink v0.3.32
6222026-05-20T17:01:49.610Z Downloaded funty v2.0.0
6232026-05-20T17:01:49.610Z Downloaded embedded-io v0.4.0
6242026-05-20T17:01:49.614Z Downloaded ena v0.14.4
6252026-05-20T17:01:49.614Z Downloaded argon2 v0.5.3
6262026-05-20T17:01:49.615Z Downloaded darling_macro v0.21.3
6272026-05-20T17:01:49.615Z Downloaded array-init v0.0.4
6282026-05-20T17:01:49.701Z Downloaded float-ord v0.3.2
6292026-05-20T17:01:49.702Z Downloaded cfg_aliases v0.2.1
6302026-05-20T17:01:49.702Z Downloaded futures-core v0.3.32
6312026-05-20T17:01:49.713Z Downloaded backon v1.6.0
6322026-05-20T17:01:49.713Z Downloaded futures-macro v0.3.32
6332026-05-20T17:01:49.713Z Downloaded embedded-io v0.6.1
6342026-05-20T17:01:49.713Z Downloaded dunce v1.0.5
6352026-05-20T17:01:49.713Z Downloaded fxhash v0.2.1
6362026-05-20T17:01:49.713Z Downloaded ghash v0.5.1
6372026-05-20T17:01:49.713Z Downloaded gethostname v0.5.0
6382026-05-20T17:01:49.713Z Downloaded difflib v0.4.0
6392026-05-20T17:01:49.713Z Downloaded constant_time_eq v0.4.2
6402026-05-20T17:01:49.713Z Downloaded futures-io v0.3.32
6412026-05-20T17:01:49.713Z Downloaded git-stub v1.0.0
6422026-05-20T17:01:49.713Z Downloaded hash32 v0.2.1
6432026-05-20T17:01:49.713Z Downloaded erased-serde v0.3.31
6442026-05-20T17:01:49.713Z Downloaded ctr v0.9.2
6452026-05-20T17:01:49.713Z Downloaded hash32 v0.3.1
6462026-05-20T17:01:49.713Z Downloaded data-encoding v2.10.0
6472026-05-20T17:01:49.713Z Downloaded find-msvc-tools v0.1.9
6482026-05-20T17:01:49.713Z Downloaded darling v0.21.3
6492026-05-20T17:01:49.713Z Downloaded flagset v0.4.7
6502026-05-20T17:01:49.713Z Downloaded cargo_metadata v0.19.2
6512026-05-20T17:01:49.713Z Downloaded globwalk v0.9.1
6522026-05-20T17:01:49.713Z Downloaded headers-core v0.3.0
6532026-05-20T17:01:49.713Z Downloaded convert_case v0.10.0
6542026-05-20T17:01:49.713Z Downloaded const_format_proc_macros v0.2.34
6552026-05-20T17:01:49.713Z Downloaded cmake v0.1.57
6562026-05-20T17:01:49.713Z Downloaded bit-vec v0.6.3
6572026-05-20T17:01:49.713Z Downloaded buf-list v1.1.2
6582026-05-20T17:01:49.713Z Downloaded hex v0.4.3
6592026-05-20T17:01:49.713Z Downloaded cipher v0.4.4
6602026-05-20T17:01:49.713Z Downloaded diesel-dtrace v0.5.0
6612026-05-20T17:01:49.713Z Downloaded darling_core v0.23.0
6622026-05-20T17:01:49.713Z Downloaded fixedbitset v0.5.7
6632026-05-20T17:01:49.713Z Downloaded hostname v0.4.2
6642026-05-20T17:01:49.713Z Downloaded bzip2 v0.6.1
6652026-05-20T17:01:49.713Z Downloaded daft v0.1.5
6662026-05-20T17:01:49.713Z Downloaded atomicwrites v0.4.4
6672026-05-20T17:01:49.714Z Downloaded base64 v0.21.7
6682026-05-20T17:01:49.714Z Downloaded fs_extra v1.3.0
6692026-05-20T17:01:49.714Z Downloaded ahash v0.8.12
6702026-05-20T17:01:49.714Z Downloaded http-range v0.1.5
6712026-05-20T17:01:49.714Z Downloaded fs-err v2.11.0
6722026-05-20T17:01:49.714Z Downloaded home v0.5.12
6732026-05-20T17:01:49.714Z Downloaded http-body v1.0.1
6742026-05-20T17:01:49.714Z Downloaded allocator-api2 v0.2.21
6752026-05-20T17:01:49.714Z Downloaded arc-swap v1.8.2
6762026-05-20T17:01:49.714Z Downloaded hostname v0.3.1
6772026-05-20T17:01:49.714Z Downloaded bitflags v1.3.2
6782026-05-20T17:01:49.714Z Downloaded daft-derive v0.1.5
6792026-05-20T17:01:49.714Z Downloaded hubpack_derive v0.1.1
6802026-05-20T17:01:49.714Z Downloaded hubpack v0.1.2
6812026-05-20T17:01:49.714Z Downloaded ff v0.13.1
6822026-05-20T17:01:49.714Z Downloaded hyper-tls v0.6.0
6832026-05-20T17:01:49.714Z Downloaded clang-sys v1.8.1
6842026-05-20T17:01:49.714Z Downloaded illumos-nvpair v0.3.0
6852026-05-20T17:01:49.714Z Downloaded glob v0.3.3
6862026-05-20T17:01:49.714Z Downloaded git-stub-vcs v0.1.0
6872026-05-20T17:01:49.714Z Downloaded filetime v0.2.27
6882026-05-20T17:01:49.714Z Downloaded env_logger v0.11.9
6892026-05-20T17:01:49.714Z Downloaded ident_case v1.0.1
6902026-05-20T17:01:49.714Z Downloaded darling v0.20.11
6912026-05-20T17:01:49.718Z Downloaded instability v0.3.11
6922026-05-20T17:01:49.718Z Downloaded is-terminal v0.4.17
6932026-05-20T17:01:49.718Z Downloaded crossbeam-deque v0.8.6
6942026-05-20T17:01:49.718Z Downloaded instant v0.1.13
6952026-05-20T17:01:49.719Z Downloaded group v0.13.0
6962026-05-20T17:01:49.719Z Downloaded globset v0.4.18
6972026-05-20T17:01:49.719Z Downloaded fallible-iterator v0.2.0
6982026-05-20T17:01:49.719Z Downloaded dof v0.4.0
6992026-05-20T17:01:49.719Z Downloaded compression-codecs v0.4.37
7002026-05-20T17:01:49.719Z Downloaded is_ci v1.2.0
7012026-05-20T17:01:49.722Z Downloaded hex-literal v0.4.1
7022026-05-20T17:01:49.722Z Downloaded chacha20 v0.9.1
7032026-05-20T17:01:49.722Z Downloaded internet-checksum v0.2.1
7042026-05-20T17:01:49.722Z Downloaded cookie v0.18.1
7052026-05-20T17:01:49.725Z Downloaded cookie_store v0.22.1
7062026-05-20T17:01:49.725Z Downloaded lalrpop-util v0.19.12
7072026-05-20T17:01:49.729Z Downloaded corncobs v0.1.4
7082026-05-20T17:01:49.729Z Downloaded cancel-safe-futures v0.1.5
7092026-05-20T17:01:49.731Z Downloaded drift v0.1.4
7102026-05-20T17:01:49.734Z Downloaded keccak v0.1.6
7112026-05-20T17:01:49.737Z Downloaded diff v0.1.13
7122026-05-20T17:01:49.737Z Downloaded futures-executor v0.3.32
7132026-05-20T17:01:49.742Z Downloaded derive-ex v0.1.8
7142026-05-20T17:01:49.742Z Downloaded cexpr v0.6.0
7152026-05-20T17:01:49.742Z Downloaded derive_builder v0.20.2
7162026-05-20T17:01:49.745Z Downloaded lazy_static v1.5.0
7172026-05-20T17:01:49.745Z Downloaded humantime v2.3.0
7182026-05-20T17:01:49.747Z Downloaded http-body-util v0.1.3
7192026-05-20T17:01:49.747Z Downloaded des v0.8.1
7202026-05-20T17:01:49.747Z Downloaded camino-tempfile-ext v0.3.3
7212026-05-20T17:01:49.750Z Downloaded bzip2 v0.4.4
7222026-05-20T17:01:49.750Z Downloaded libscf-sys v1.1.0
7232026-05-20T17:01:49.753Z Downloaded lru-cache v0.1.2
7242026-05-20T17:01:49.753Z Downloaded illumos-nvpair-sys v0.2.0
7252026-05-20T17:01:49.753Z Downloaded lru v0.12.5
7262026-05-20T17:01:49.757Z Downloaded derive_more v0.99.20
7272026-05-20T17:01:49.759Z Downloaded managed v0.8.0
7282026-05-20T17:01:49.759Z Downloaded ecdsa v0.16.9
7292026-05-20T17:01:49.759Z Downloaded crossbeam-epoch v0.9.18
7302026-05-20T17:01:49.762Z Downloaded lru-slab v0.1.2
7312026-05-20T17:01:49.762Z Downloaded getrandom v0.2.17
7322026-05-20T17:01:49.765Z Downloaded impl-trait-for-tuples v0.2.3
7332026-05-20T17:01:49.765Z Downloaded inout v0.1.4
7342026-05-20T17:01:49.768Z Downloaded indent_write v2.2.0
7352026-05-20T17:01:49.768Z Downloaded flate2 v1.1.9
7362026-05-20T17:01:49.771Z Downloaded maybe-uninit v2.0.0
7372026-05-20T17:01:49.771Z Downloaded maplit v1.0.2
7382026-05-20T17:01:49.774Z Downloaded mime v0.3.17
7392026-05-20T17:01:49.774Z Downloaded memoffset v0.9.1
7402026-05-20T17:01:49.774Z Downloaded md5 v0.7.0
7412026-05-20T17:01:49.777Z Downloaded new_debug_unreachable v1.0.6
7422026-05-20T17:01:49.777Z Downloaded newtype_derive v0.1.6
7432026-05-20T17:01:49.777Z Downloaded ingot-types v0.1.2
7442026-05-20T17:01:49.780Z Downloaded ipnetwork v0.21.1
7452026-05-20T17:01:49.780Z Downloaded ipnet v2.11.0
7462026-05-20T17:01:49.780Z Downloaded half v1.8.3
7472026-05-20T17:01:49.783Z Downloaded const-oid v0.9.6
7482026-05-20T17:01:49.786Z Downloaded newtype-uuid-macros v0.1.0
7492026-05-20T17:01:49.786Z Downloaded nodrop v0.1.14
7502026-05-20T17:01:49.786Z Downloaded colored v3.1.1
7512026-05-20T17:01:49.789Z Downloaded num-derive v0.3.3
7522026-05-20T17:01:49.789Z Downloaded nonempty v0.12.0
7532026-05-20T17:01:49.789Z Downloaded indoc v2.0.7
7542026-05-20T17:01:49.792Z Downloaded num-conv v0.2.0
7552026-05-20T17:01:49.792Z Downloaded normalize-line-endings v0.3.0
7562026-05-20T17:01:49.795Z Downloaded multimap v0.10.1
7572026-05-20T17:01:49.795Z Downloaded dropshot_endpoint v0.17.0
7582026-05-20T17:01:49.799Z Downloaded nibble_vec v0.1.0
7592026-05-20T17:01:49.799Z Downloaded jobserver v0.1.34
7602026-05-20T17:01:49.799Z Downloaded ar_archive_writer v0.5.1
7612026-05-20T17:01:49.802Z Downloaded md-5 v0.10.6
7622026-05-20T17:01:49.802Z Downloaded libloading v0.8.9
7632026-05-20T17:01:49.806Z Downloaded hmac v0.12.1
7642026-05-20T17:01:49.806Z Downloaded num v0.4.3
7652026-05-20T17:01:49.806Z Downloaded num-derive v0.4.2
7662026-05-20T17:01:49.809Z Downloaded lock_api v0.4.14
7672026-05-20T17:01:49.809Z Downloaded libsw v3.5.0
7682026-05-20T17:01:49.809Z Downloaded libsw-core v0.3.2
7692026-05-20T17:01:49.809Z Downloaded match_cfg v0.1.0
7702026-05-20T17:01:49.812Z Downloaded num_threads v0.1.7
7712026-05-20T17:01:49.812Z Downloaded num-iter v0.1.45
7722026-05-20T17:01:49.812Z Downloaded num_enum_derive v0.5.11
7732026-05-20T17:01:49.812Z Downloaded newline-converter v0.3.0
7742026-05-20T17:01:49.815Z Downloaded ingot v0.1.1
7752026-05-20T17:01:49.815Z Downloaded darling_core v0.20.11
7762026-05-20T17:01:49.819Z Downloaded lzss v0.8.2
7772026-05-20T17:01:49.822Z Downloaded olpc-cjson v0.1.4
7782026-05-20T17:01:49.822Z Downloaded libefi-sys v0.1.0
7792026-05-20T17:01:49.822Z Downloaded opaque-debug v0.3.1
7802026-05-20T17:01:49.822Z Downloaded hyper-staticfile v0.10.1
7812026-05-20T17:01:49.825Z Downloaded futures v0.3.32
7822026-05-20T17:01:49.828Z Downloaded openssl-probe v0.2.1
7832026-05-20T17:01:49.828Z Downloaded openssl-probe v0.1.6
7842026-05-20T17:01:49.828Z Downloaded oso-derive v0.27.3
7852026-05-20T17:01:49.831Z Downloaded openssl-macros v0.1.1
7862026-05-20T17:01:49.831Z Downloaded linked-hash-map v0.5.6
7872026-05-20T17:01:49.831Z Downloaded crossterm v0.28.1
7882026-05-20T17:01:49.834Z Downloaded half v2.7.1
7892026-05-20T17:01:49.836Z Downloaded getrandom v0.3.4
7902026-05-20T17:01:49.839Z Downloaded derive-where v1.6.0
7912026-05-20T17:01:49.842Z Downloaded mime_guess v2.0.5
7922026-05-20T17:01:49.842Z Downloaded linear-map v1.2.0
7932026-05-20T17:01:49.845Z Downloaded packed_struct_codegen v0.10.1
7942026-05-20T17:01:49.845Z Downloaded kstat-rs v0.2.4
7952026-05-20T17:01:49.845Z Downloaded darling v0.23.0
7962026-05-20T17:01:49.848Z Downloaded parse-display v0.10.0
7972026-05-20T17:01:49.850Z Downloaded nanorand v0.7.0
7982026-05-20T17:01:49.851Z Downloaded parse-size v1.1.0
7992026-05-20T17:01:49.853Z Downloaded compact_str v0.8.1
8002026-05-20T17:01:49.853Z Downloaded peg-runtime v0.8.5
8012026-05-20T17:01:49.856Z Downloaded const_format v0.2.35
8022026-05-20T17:01:49.859Z Downloaded multer v3.1.0
8032026-05-20T17:01:49.859Z Downloaded dropshot_endpoint v0.16.7
8042026-05-20T17:01:49.862Z Downloaded flume v0.11.1
8052026-05-20T17:01:49.865Z Downloaded fatfs v0.3.6
8062026-05-20T17:01:49.865Z Downloaded iana-time-zone v0.1.65
8072026-05-20T17:01:49.868Z Downloaded pbkdf2 v0.12.2
8082026-05-20T17:01:49.868Z Downloaded pbkdf2 v0.11.0
8092026-05-20T17:01:49.871Z Downloaded num-integer v0.1.46
8102026-05-20T17:01:49.871Z Downloaded async-compression v0.4.41
8112026-05-20T17:01:49.874Z Downloaded highway v1.3.0
8122026-05-20T17:01:49.877Z Downloaded chacha20poly1305 v0.10.1
8132026-05-20T17:01:49.877Z Downloaded darling_core v0.21.3
8142026-05-20T17:01:49.880Z Downloaded native-tls v0.2.18
8152026-05-20T17:01:49.883Z Downloaded futures-channel v0.3.32
8162026-05-20T17:01:49.883Z Downloaded phf_shared v0.12.1
8172026-05-20T17:01:49.883Z Downloaded num-rational v0.4.2
8182026-05-20T17:01:49.885Z Downloaded num-complex v0.4.6
8192026-05-20T17:01:49.886Z Downloaded phf_shared v0.13.1
8202026-05-20T17:01:49.886Z Downloaded nu-ansi-term v0.50.3
8212026-05-20T17:01:49.888Z Downloaded pin-utils v0.1.0
8222026-05-20T17:01:49.888Z Downloaded ciborium v0.2.2
8232026-05-20T17:01:49.891Z Downloaded num_enum_derive v0.7.5
8242026-05-20T17:01:49.904Z Downloaded precomputed-hash v0.1.1
8252026-05-20T17:01:49.907Z Downloaded crossterm v0.29.0
8262026-05-20T17:01:49.910Z Downloaded memmap2 v0.9.10
8272026-05-20T17:01:49.910Z Downloaded oxnet v0.1.4
8282026-05-20T17:01:49.913Z Downloaded oxide-tokio-rt v0.1.4
8292026-05-20T17:01:49.913Z Downloaded powerfmt v0.2.0
8302026-05-20T17:01:49.916Z Downloaded proc-macro-crate v1.3.1
8312026-05-20T17:01:49.916Z Downloaded proc-macro-error-attr2 v2.0.0
8322026-05-20T17:01:49.916Z Downloaded proc-macro-crate v3.4.0
8332026-05-20T17:01:49.919Z Downloaded progenitor-macro v0.13.0
8342026-05-20T17:01:49.919Z Downloaded progenitor-client v0.14.0
8352026-05-20T17:01:49.919Z Downloaded predicates-tree v1.0.13
8362026-05-20T17:01:49.919Z Downloaded predicates-core v1.0.10
8372026-05-20T17:01:49.922Z Downloaded parking_lot_core v0.8.6
8382026-05-20T17:01:49.922Z Downloaded progenitor-client v0.10.0
8392026-05-20T17:01:49.922Z Downloaded packed_struct v0.10.1
8402026-05-20T17:01:49.925Z Downloaded headers v0.4.1
8412026-05-20T17:01:49.928Z Downloaded heapless v0.8.0
8422026-05-20T17:01:49.928Z Downloaded paste v1.0.15
8432026-05-20T17:01:49.931Z Downloaded password-hash v0.4.2
8442026-05-20T17:01:49.931Z Downloaded parse-display-derive v0.10.0
8452026-05-20T17:01:49.934Z Downloaded path-slash v0.1.5
8462026-05-20T17:01:49.934Z Downloaded newtype-uuid v1.3.2
8472026-05-20T17:01:49.934Z Downloaded bytes v1.11.1
8482026-05-20T17:01:49.937Z Downloaded psl-types v2.0.11
8492026-05-20T17:01:49.937Z Downloaded progenitor-macro v0.14.0
8502026-05-20T17:01:49.940Z Downloaded ed25519-dalek v2.2.0
8512026-05-20T17:01:49.940Z Downloaded pem-rfc7468 v0.7.0
8522026-05-20T17:01:49.943Z Downloaded password-hash v0.5.0
8532026-05-20T17:01:49.944Z Downloaded peg v0.8.5
8542026-05-20T17:01:49.946Z Downloaded owo-colors v4.3.0
8552026-05-20T17:01:49.946Z Downloaded phf_shared v0.11.3
8562026-05-20T17:01:49.949Z Downloaded hyper-rustls v0.27.7
8572026-05-20T17:01:49.949Z Downloaded num_enum v0.7.5
8582026-05-20T17:01:49.952Z Downloaded quick-error v1.2.3
8592026-05-20T17:01:49.953Z Downloaded progenitor-macro v0.11.2
8602026-05-20T17:01:49.955Z Downloaded progenitor-macro v0.10.0
8612026-05-20T17:01:49.955Z Downloaded progenitor-client v0.11.2
8622026-05-20T17:01:49.955Z Downloaded httparse v1.10.1
8632026-05-20T17:01:49.958Z Downloaded indoc v1.0.9
8642026-05-20T17:01:49.958Z Downloaded polyval v0.6.2
8652026-05-20T17:01:49.961Z Downloaded litrs v1.0.0
8662026-05-20T17:01:49.961Z Downloaded der v0.7.10
8672026-05-20T17:01:49.964Z Downloaded pkg-config v0.3.32
8682026-05-20T17:01:49.967Z Downloaded ppv-lite86 v0.2.21
8692026-05-20T17:01:49.967Z Downloaded radium v0.7.0
8702026-05-20T17:01:49.967Z Downloaded rand_chacha v0.3.1
8712026-05-20T17:01:49.970Z Downloaded expectorate v1.2.0
8722026-05-20T17:01:49.970Z Downloaded derive_more v2.1.1
8732026-05-20T17:01:49.976Z Downloaded rand_xorshift v0.4.0
8742026-05-20T17:01:49.979Z Downloaded pin-project-internal v1.1.11
8752026-05-20T17:01:49.979Z Downloaded postgres-protocol v0.6.10
8762026-05-20T17:01:49.982Z Downloaded phf v0.13.1
8772026-05-20T17:01:49.982Z Downloaded proc-macro-error2 v2.0.1
8782026-05-20T17:01:49.985Z Downloaded predicates v3.1.4
8792026-05-20T17:01:49.985Z Downloaded recursive v0.1.1
8802026-05-20T17:01:49.988Z Downloaded bumpalo v3.20.2
8812026-05-20T17:01:49.988Z Downloaded cc v1.2.56
8822026-05-20T17:01:49.991Z Downloaded primeorder v0.13.6
8832026-05-20T17:01:49.991Z Downloaded pkcs8 v0.10.2
8842026-05-20T17:01:49.994Z Downloaded indicatif v0.18.4
8852026-05-20T17:01:49.997Z Downloaded progenitor v0.14.0
8862026-05-20T17:01:49.997Z Downloaded progenitor v0.10.0
8872026-05-20T17:01:49.997Z Downloaded parking_lot v0.11.2
8882026-05-20T17:01:49.999Z Downloaded indexmap v1.9.3
8892026-05-20T17:01:50.003Z Downloaded parking_lot_core v0.9.12
8902026-05-20T17:01:50.003Z Downloaded psm v0.1.30
8912026-05-20T17:01:50.006Z Downloaded ref-cast-impl v1.0.25
8922026-05-20T17:01:50.006Z Downloaded ref-cast v1.0.25
8932026-05-20T17:01:50.009Z Downloaded progenitor v0.11.2
8942026-05-20T17:01:50.009Z Downloaded rfc6979 v0.4.0
8952026-05-20T17:01:50.009Z Downloaded hickory-resolver v0.25.2
8962026-05-20T17:01:50.012Z Downloaded hickory-resolver v0.24.4
8972026-05-20T17:01:50.015Z Downloaded heapless v0.7.17
8982026-05-20T17:01:50.017Z Downloaded derive_more-impl v2.1.1
8992026-05-20T17:01:50.020Z Downloaded russh-cryptovec v0.7.3
9002026-05-20T17:01:50.020Z Downloaded num_enum v0.5.11
9012026-05-20T17:01:50.023Z Downloaded diesel_derives v2.3.7
9022026-05-20T17:01:50.026Z Downloaded r2d2 v0.8.10
9032026-05-20T17:01:50.029Z Downloaded rtoolbox v0.0.3
9042026-05-20T17:01:50.029Z Downloaded pin-project-lite v0.2.17
9052026-05-20T17:01:50.032Z Downloaded rustc_version v0.4.1
9062026-05-20T17:01:50.035Z Downloaded rustc_version v0.1.7
9072026-05-20T17:01:50.035Z Downloaded parking_lot v0.12.5
9082026-05-20T17:01:50.040Z Downloaded aho-corasick v1.1.4
9092026-05-20T17:01:50.044Z Downloaded rustc-hash v2.1.1
9102026-05-20T17:01:50.044Z Downloaded rand_core v0.10.0
9112026-05-20T17:01:50.047Z Downloaded rand_core v0.6.4
9122026-05-20T17:01:50.047Z Downloaded rand_chacha v0.9.0
9132026-05-20T17:01:50.047Z Downloaded omicron-zone-package v0.12.2
9142026-05-20T17:01:50.051Z Downloaded rand_seeder v0.4.0
9152026-05-20T17:01:50.051Z Downloaded rand_core v0.9.5
9162026-05-20T17:01:50.051Z Downloaded postgres-types v0.2.12
9172026-05-20T17:01:50.054Z Downloaded salsa20 v0.10.2
9182026-05-20T17:01:50.054Z Downloaded recursive-proc-macro-impl v0.1.1
9192026-05-20T17:01:50.054Z Downloaded postcard v1.1.3
9202026-05-20T17:01:50.057Z Downloaded pkcs1 v0.7.5
9212026-05-20T17:01:50.060Z Downloaded poly1305 v0.8.0
9222026-05-20T17:01:50.060Z Downloaded phf v0.12.1
9232026-05-20T17:01:50.060Z Downloaded pem v3.0.6
9242026-05-20T17:01:50.063Z Downloaded jiff-static v0.2.21
9252026-05-20T17:01:50.063Z Downloaded serde-big-array v0.5.1
9262026-05-20T17:01:50.066Z Downloaded scrypt v0.11.0
9272026-05-20T17:01:50.066Z Downloaded progenitor v0.13.0
9282026-05-20T17:01:50.069Z Downloaded scheduled-thread-pool v0.2.7
9292026-05-20T17:01:50.069Z Downloaded hashbrown v0.12.3
9302026-05-20T17:01:50.072Z Downloaded progenitor-extras v0.2.0
9312026-05-20T17:01:50.072Z Downloaded progenitor-client v0.13.0
9322026-05-20T17:01:50.075Z Downloaded dropshot-api-manager v0.7.1
9332026-05-20T17:01:50.078Z Downloaded scroll_derive v0.13.1
9342026-05-20T17:01:50.078Z Downloaded same-file v1.0.6
9352026-05-20T17:01:50.078Z Downloaded peg-macros v0.8.5
9362026-05-20T17:01:50.082Z Downloaded libbz2-rs-sys v0.2.2
9372026-05-20T17:01:50.082Z Downloaded scopeguard v1.2.0
9382026-05-20T17:01:50.082Z Downloaded sapling-renderdag v0.1.0
9392026-05-20T17:01:50.085Z Downloaded ignore v0.4.25
9402026-05-20T17:01:50.086Z Downloaded console v0.15.11
9412026-05-20T17:01:50.086Z Downloaded serde_spanned v1.0.4
9422026-05-20T17:01:50.089Z Downloaded seq-macro v0.3.6
9432026-05-20T17:01:50.089Z Downloaded serde_repr v0.1.20
9442026-05-20T17:01:50.092Z Downloaded secrecy v0.10.3
9452026-05-20T17:01:50.092Z Downloaded semver v0.1.20
9462026-05-20T17:01:50.092Z Downloaded secrecy v0.8.0
9472026-05-20T17:01:50.092Z Downloaded pkcs5 v0.7.1
9482026-05-20T17:01:50.095Z Downloaded derive_builder_core v0.20.2
9492026-05-20T17:01:50.095Z Downloaded blake2 v0.10.6
9502026-05-20T17:01:50.098Z Downloaded env_filter v1.0.0
9512026-05-20T17:01:50.098Z Downloaded httpdate v1.0.3
9522026-05-20T17:01:50.101Z Downloaded serde_plain v1.0.2
9532026-05-20T17:01:50.101Z Downloaded pin-project v1.1.11
9542026-05-20T17:01:50.106Z Downloaded shell-words v1.1.1
9552026-05-20T17:01:50.109Z Downloaded rusty-fork v0.3.1
9562026-05-20T17:01:50.109Z Downloaded rustls-pemfile v2.2.0
9572026-05-20T17:01:50.112Z Downloaded resolv-conf v0.7.6
9582026-05-20T17:01:50.112Z Downloaded quinn-udp v0.5.14
9592026-05-20T17:01:50.112Z Downloaded serde_urlencoded v0.7.1
9602026-05-20T17:01:50.116Z Downloaded oso v0.27.3
9612026-05-20T17:01:50.116Z Downloaded prefix-trie v0.7.0
9622026-05-20T17:01:50.119Z Downloaded foldhash v0.1.5
9632026-05-20T17:01:50.119Z Downloaded defmt-macros v1.0.1
9642026-05-20T17:01:50.122Z Downloaded colored v2.2.0
9652026-05-20T17:01:50.122Z Downloaded signal-hook-mio v0.2.5
9662026-05-20T17:01:50.123Z Downloaded bitfield v0.19.4
9672026-05-20T17:01:50.125Z Downloaded async-bb8-diesel v0.2.1
9682026-05-20T17:01:50.126Z Downloaded rustls-native-certs v0.8.3
9692026-05-20T17:01:50.128Z Downloaded sha1 v0.10.6
9702026-05-20T17:01:50.128Z Downloaded crossbeam-channel v0.5.15
9712026-05-20T17:01:50.131Z Downloaded papergrid v0.17.0
9722026-05-20T17:01:50.134Z Downloaded hashbrown v0.13.2
9732026-05-20T17:01:50.137Z Downloaded slog-bunyan v2.5.0
9742026-05-20T17:01:50.137Z Downloaded progenitor-impl v0.13.0
9752026-05-20T17:01:50.140Z Downloaded hyper-util v0.1.20
9762026-05-20T17:01:50.143Z Downloaded miniz_oxide v0.8.9
9772026-05-20T17:01:50.143Z Downloaded minimal-lexical v0.2.1
9782026-05-20T17:01:50.146Z Downloaded slog-envlogger v2.2.0
9792026-05-20T17:01:50.149Z Downloaded sigpipe v0.1.3
9802026-05-20T17:01:50.149Z Downloaded signal-hook-tokio v0.3.1
9812026-05-20T17:01:50.149Z Downloaded signature v2.2.0
9822026-05-20T17:01:50.149Z Downloaded serde-hex v0.1.0
9832026-05-20T17:01:50.152Z Downloaded rustversion v1.0.22
9842026-05-20T17:01:50.152Z Downloaded http v1.4.0
9852026-05-20T17:01:50.155Z Downloaded progenitor-impl v0.11.2
9862026-05-20T17:01:50.158Z Downloaded serde_path_to_error v0.1.20
9872026-05-20T17:01:50.158Z Downloaded hickory-server v0.25.2
9882026-05-20T17:01:50.161Z Downloaded progenitor-impl v0.14.0
9892026-05-20T17:01:50.161Z Downloaded sct v0.7.1
9902026-05-20T17:01:50.164Z Downloaded crypto-bigint v0.5.5
9912026-05-20T17:01:50.167Z Downloaded russh-keys v0.45.0
9922026-05-20T17:01:50.173Z Downloaded sqlparser_derive v0.5.0
9932026-05-20T17:01:50.176Z Downloaded ssh-encoding v0.2.0
9942026-05-20T17:01:50.180Z Downloaded structmeta v0.3.0
9952026-05-20T17:01:50.183Z Downloaded ssh-cipher v0.2.0
9962026-05-20T17:01:50.183Z Downloaded signal-hook-registry v1.4.8
9972026-05-20T17:01:50.186Z Downloaded rustls-pki-types v1.14.0
9982026-05-20T17:01:50.193Z Downloaded serde_bytes v0.11.19
9992026-05-20T17:01:50.196Z Downloaded shlex v1.3.0
10002026-05-20T17:01:50.199Z Downloaded siphasher v1.0.2
10012026-05-20T17:01:50.202Z Downloaded strip-ansi-escapes v0.2.1
10022026-05-20T17:01:50.202Z Downloaded simd-adler32 v0.3.8
10032026-05-20T17:01:50.202Z Downloaded serde_derive_internals v0.29.1
10042026-05-20T17:01:50.205Z Downloaded slog-async v2.8.0
10052026-05-20T17:01:50.205Z Downloaded progenitor-impl v0.10.0
10062026-05-20T17:01:50.208Z Downloaded openssl-sys v0.9.115
10072026-05-20T17:01:50.211Z Downloaded aes-gcm v0.10.3
10082026-05-20T17:01:50.211Z Downloaded subtle v2.6.1
10092026-05-20T17:01:50.214Z Downloaded strum v0.27.2
10102026-05-20T17:01:50.214Z Downloaded strum v0.26.3
10112026-05-20T17:01:50.214Z Downloaded slog-json v2.6.1
10122026-05-20T17:01:50.217Z Downloaded slog-dtrace v0.3.0
10132026-05-20T17:01:50.217Z Downloaded supports-color v3.0.2
10142026-05-20T17:01:50.217Z Downloaded slog-scope v4.4.1
10152026-05-20T17:01:50.220Z Downloaded p256 v0.13.2
10162026-05-20T17:01:50.220Z Downloaded scroll v0.13.0
10172026-05-20T17:01:50.223Z Downloaded sec1 v0.7.3
10182026-05-20T17:01:50.223Z Downloaded rustls-pemfile v1.0.4
10192026-05-20T17:01:50.226Z Downloaded take_mut v0.2.2
10202026-05-20T17:01:50.226Z Downloaded tagptr v0.2.0
10212026-05-20T17:01:50.226Z Downloaded tap v1.0.1
10222026-05-20T17:01:50.226Z Downloaded smf v0.2.3
10232026-05-20T17:01:50.229Z Downloaded schemars_derive v0.8.22
10242026-05-20T17:01:50.229Z Downloaded sync_wrapper v1.0.2
10252026-05-20T17:01:50.229Z Downloaded sync-ptr v0.1.4
10262026-05-20T17:01:50.232Z Downloaded tabwriter v1.4.1
10272026-05-20T17:01:50.232Z Downloaded tabled_derive v0.11.0
10282026-05-20T17:01:50.232Z Downloaded slog-stdlog v4.1.1
10292026-05-20T17:01:50.232Z Downloaded slab v0.4.12
10302026-05-20T17:01:50.235Z Downloaded aes v0.8.4
10312026-05-20T17:01:50.238Z Downloaded itertools v0.10.5
10322026-05-20T17:01:50.244Z Downloaded rustls-platform-verifier v0.6.2
10332026-05-20T17:01:50.247Z Downloaded snafu-derive v0.8.9
10342026-05-20T17:01:50.250Z Downloaded slog-term v2.9.2
10352026-05-20T17:01:50.253Z Downloaded testing_table v0.3.0
10362026-05-20T17:01:50.253Z Downloaded tinyvec_macros v0.1.1
10372026-05-20T17:01:50.253Z Downloaded time-core v0.1.8
10382026-05-20T17:01:50.256Z Downloaded thread-id v5.1.0
10392026-05-20T17:01:50.256Z Downloaded thiserror-impl-no-std v2.0.2
10402026-05-20T17:01:50.256Z Downloaded stringprep v0.1.5
10412026-05-20T17:01:50.259Z Downloaded string_cache v0.8.9
10422026-05-20T17:01:50.259Z Downloaded termtree v0.5.1
10432026-05-20T17:01:50.259Z Downloaded smallvec v0.6.14
10442026-05-20T17:01:50.263Z Downloaded rayon-core v1.13.0
10452026-05-20T17:01:50.263Z Downloaded prettyplease v0.2.37
10462026-05-20T17:01:50.266Z Downloaded pretty_assertions v1.4.1
10472026-05-20T17:01:50.266Z Downloaded structmeta-derive v0.3.0
10482026-05-20T17:01:50.269Z Downloaded stacker v0.1.23
10492026-05-20T17:01:50.269Z Downloaded serde_cbor v0.11.2
10502026-05-20T17:01:50.274Z Downloaded hashbrown v0.16.1
10512026-05-20T17:01:50.274Z Downloaded static_assertions v1.1.0
10522026-05-20T17:01:50.277Z Downloaded tokio-macros v2.7.0
10532026-05-20T17:01:50.277Z Downloaded support-bundle-viewer v0.1.2
10542026-05-20T17:01:50.277Z Downloaded strum_macros v0.27.2
10552026-05-20T17:01:50.280Z Downloaded spki v0.7.3
10562026-05-20T17:01:50.284Z Downloaded libxml v0.3.3
10572026-05-20T17:01:50.288Z Downloaded strum_macros v0.24.3
10582026-05-20T17:01:50.291Z Downloaded nom v7.1.3
10592026-05-20T17:01:50.293Z Downloaded rcgen v0.12.1
10602026-05-20T17:01:50.296Z Downloaded ryu v1.0.23
10612026-05-20T17:01:50.296Z Downloaded publicsuffix v2.3.0
10622026-05-20T17:01:50.299Z Downloaded ingot-macros v0.1.1
10632026-05-20T17:01:50.302Z Downloaded ron v0.8.1
10642026-05-20T17:01:50.305Z Downloaded rand v0.8.6
10652026-05-20T17:01:50.308Z Downloaded mio v1.2.0
10662026-05-20T17:01:50.311Z Downloaded schemars v0.8.22
10672026-05-20T17:01:50.318Z Downloaded topological-sort v0.2.2
10682026-05-20T17:01:50.321Z Downloaded thread_local v1.1.9
10692026-05-20T17:01:50.321Z Downloaded trait-variant v0.1.2
10702026-05-20T17:01:50.321Z Downloaded tiny-keccak v2.0.2
10712026-05-20T17:01:50.323Z Downloaded similar v2.7.0
10722026-05-20T17:01:50.327Z Downloaded try-lock v0.2.5
10732026-05-20T17:01:50.327Z Downloaded tower-service v0.3.3
10742026-05-20T17:01:50.330Z Downloaded num-bigint v0.4.6
10752026-05-20T17:01:50.330Z Downloaded tower-layer v0.3.3
10762026-05-20T17:01:50.334Z Downloaded termios v0.3.3
10772026-05-20T17:01:50.334Z Downloaded thiserror-no-std v2.0.2
10782026-05-20T17:01:50.337Z Downloaded sqlformat v0.3.5
10792026-05-20T17:01:50.337Z Downloaded spin v0.9.8
10802026-05-20T17:01:50.341Z Downloaded time-macros v0.2.27
10812026-05-20T17:01:50.341Z Downloaded tls_codec_derive v0.4.2
10822026-05-20T17:01:50.345Z Downloaded strum_macros v0.26.4
10832026-05-20T17:01:50.345Z Downloaded iri-string v0.7.10
10842026-05-20T17:01:50.348Z Downloaded unarray v0.1.4
10852026-05-20T17:01:50.348Z Downloaded typify-macro v0.6.2
10862026-05-20T17:01:50.348Z Downloaded typify-macro v0.4.3
10872026-05-20T17:01:50.351Z Downloaded tokio-dtrace v0.1.1
10882026-05-20T17:01:50.351Z Downloaded tokio-rustls v0.25.0
10892026-05-20T17:01:50.351Z Downloaded tokio-native-tls v0.3.1
10902026-05-20T17:01:50.354Z Downloaded tls_codec v0.4.2
10912026-05-20T17:01:50.354Z Downloaded qorb v0.4.1
10922026-05-20T17:01:50.357Z Downloaded hashbrown v0.15.5
10932026-05-20T17:01:50.360Z Downloaded tokio-tungstenite v0.21.0
10942026-05-20T17:01:50.360Z Downloaded tokio-tungstenite v0.23.1
10952026-05-20T17:01:50.363Z Downloaded untrusted v0.7.1
10962026-05-20T17:01:50.366Z Downloaded signal-hook v0.3.18
10972026-05-20T17:01:50.366Z Downloaded untrusted v0.9.0
10982026-05-20T17:01:50.369Z Downloaded utf-8 v0.7.6
10992026-05-20T17:01:50.370Z Downloaded usdt-macro v0.6.0
11002026-05-20T17:01:50.370Z Downloaded usdt v0.6.0
11012026-05-20T17:01:50.370Z Downloaded serde_yaml v0.9.34+deprecated
11022026-05-20T17:01:50.374Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11032026-05-20T17:01:50.374Z Downloaded socket2 v0.5.10
11042026-05-20T17:01:50.377Z Downloaded unicode-truncate v1.1.0
11052026-05-20T17:01:50.377Z Downloaded universal-hash v0.5.1
11062026-05-20T17:01:50.380Z Downloaded unit-prefix v0.5.2
11072026-05-20T17:01:50.386Z Downloaded itertools v0.13.0
11082026-05-20T17:01:50.389Z Downloaded itertools v0.12.1
11092026-05-20T17:01:50.393Z Downloaded void v1.0.2
11102026-05-20T17:01:50.396Z Downloaded term v1.2.1
11112026-05-20T17:01:50.396Z Downloaded rand v0.10.0
11122026-05-20T17:01:50.399Z Downloaded schemars v0.9.0
11132026-05-20T17:01:50.405Z Downloaded usdt-attr-macro v0.6.0
11142026-05-20T17:01:50.408Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11152026-05-20T17:01:50.408Z Downloaded iddqd v0.3.18
11162026-05-20T17:01:50.411Z Downloaded want v0.3.1
11172026-05-20T17:01:50.414Z Downloaded wait-timeout v0.2.1
11182026-05-20T17:01:50.414Z Downloaded toml_writer v1.0.6+spec-1.1.0
11192026-05-20T17:01:50.419Z Downloaded slog v2.8.2
11202026-05-20T17:01:50.419Z Downloaded rsa v0.9.10
11212026-05-20T17:01:50.422Z Downloaded tui-tree-widget v0.23.1
11222026-05-20T17:01:50.422Z Downloaded num-bigint-dig v0.8.6
11232026-05-20T17:01:50.425Z Downloaded xattr v1.6.1
11242026-05-20T17:01:50.428Z Downloaded waitgroup v0.1.2
11252026-05-20T17:01:50.428Z Downloaded tokio-rustls v0.24.1
11262026-05-20T17:01:50.431Z Downloaded rand v0.9.2
11272026-05-20T17:01:50.434Z Downloaded tokio-stream v0.1.18
11282026-05-20T17:01:50.437Z Downloaded snafu v0.8.9
11292026-05-20T17:01:50.440Z Downloaded xshell-macros v0.2.7
11302026-05-20T17:01:50.440Z Downloaded unicase v2.9.0
11312026-05-20T17:01:50.444Z Downloaded quinn v0.11.9
11322026-05-20T17:01:50.444Z Downloaded hyper v1.8.1
11332026-05-20T17:01:50.447Z Downloaded socket2 v0.6.3
11342026-05-20T17:01:50.450Z Downloaded toml_parser v1.0.9+spec-1.1.0
11352026-05-20T17:01:50.450Z Downloaded futures-util v0.3.32
11362026-05-20T17:01:50.456Z Downloaded zeroize_derive v1.4.3
11372026-05-20T17:01:50.459Z Downloaded rustls-webpki v0.103.9
11382026-05-20T17:01:50.462Z Downloaded serde_with_macros v3.17.0
11392026-05-20T17:01:50.465Z Downloaded test-strategy v0.4.5
11402026-05-20T17:01:50.467Z Downloaded zone_cfg_derive v0.3.1
11412026-05-20T17:01:50.467Z Downloaded zone v0.3.1
11422026-05-20T17:01:50.471Z Downloaded vergen-lib v0.1.6
11432026-05-20T17:01:50.471Z Downloaded schemars v1.2.1
11442026-05-20T17:01:50.477Z Downloaded vergen-git2 v1.0.7
11452026-05-20T17:01:50.480Z Downloaded uzers v0.12.2
11462026-05-20T17:01:50.480Z Downloaded tracing-attributes v0.1.31
11472026-05-20T17:01:50.485Z Downloaded twox-hash v2.1.2
11482026-05-20T17:01:50.485Z Downloaded hkdf v0.12.4
11492026-05-20T17:01:50.485Z Downloaded p521 v0.13.3
11502026-05-20T17:01:50.488Z Downloaded vsss-rs v3.3.4
11512026-05-20T17:01:50.488Z Downloaded itertools v0.14.0
11522026-05-20T17:01:50.492Z Downloaded usdt-impl v0.6.0
11532026-05-20T17:01:50.496Z Downloaded whoami v2.1.0
11542026-05-20T17:01:50.496Z Downloaded whoami v1.6.1
11552026-05-20T17:01:50.500Z Downloaded samael v0.0.19
11562026-05-20T17:01:50.500Z Downloaded term v0.7.0
11572026-05-20T17:01:50.503Z Downloaded toml v1.0.6+spec-1.1.0
11582026-05-20T17:01:50.505Z Downloaded walkdir v2.5.0
11592026-05-20T17:01:50.505Z Downloaded tokio-rustls v0.26.4
11602026-05-20T17:01:50.505Z Downloaded libm v0.2.16
11612026-05-20T17:01:50.511Z Downloaded zeroize v1.8.2
11622026-05-20T17:01:50.514Z Downloaded xshell v0.2.7
11632026-05-20T17:01:50.515Z Downloaded wyz v0.5.1
11642026-05-20T17:01:50.515Z Downloaded subprocess v0.2.15
11652026-05-20T17:01:50.517Z Downloaded h2 v0.4.13
11662026-05-20T17:01:50.520Z Downloaded blake3 v1.8.3
11672026-05-20T17:01:50.523Z Downloaded unicode-properties v0.1.4
11682026-05-20T17:01:50.526Z Downloaded vergen v9.0.6
11692026-05-20T17:01:50.526Z Downloaded tinyvec v1.10.0
11702026-05-20T17:01:50.529Z Downloaded toml v0.9.12+spec-1.1.0
11712026-05-20T17:01:50.529Z Downloaded tracing-core v0.1.36
11722026-05-20T17:01:50.533Z Downloaded toml v0.7.8
11732026-05-20T17:01:50.538Z Downloaded vergen-gitcl v1.0.8
11742026-05-20T17:01:50.541Z Downloaded zstd-safe v7.2.4
11752026-05-20T17:01:50.541Z Downloaded zstd v0.13.3
11762026-05-20T17:01:50.549Z Downloaded unicode-bidi v0.3.18
11772026-05-20T17:01:50.553Z Downloaded tar v0.4.45
11782026-05-20T17:01:50.556Z Downloaded typify v0.6.2
11792026-05-20T17:01:50.556Z Downloaded typify v0.4.3
11802026-05-20T17:01:50.598Z Downloaded aws-lc-rs v1.16.3
11812026-05-20T17:01:50.598Z Downloaded toml_edit v0.23.10+spec-1.0.0
11822026-05-20T17:01:50.598Z Downloaded yasna v0.5.2
11832026-05-20T17:01:50.598Z Downloaded russh v0.45.0
11842026-05-20T17:01:50.598Z Downloaded zerocopy v0.6.6
11852026-05-20T17:01:50.598Z Downloaded rustyline v14.0.0
11862026-05-20T17:01:50.598Z Downloaded tungstenite v0.23.0
11872026-05-20T17:01:50.598Z Downloaded tokio-postgres v0.7.16
11882026-05-20T17:01:50.598Z Downloaded tungstenite v0.21.0
11892026-05-20T17:01:50.598Z Downloaded uuid v1.23.0
11902026-05-20T17:01:50.598Z Downloaded bitvec v1.0.1
11912026-05-20T17:01:50.602Z Downloaded vte v0.14.1
11922026-05-20T17:01:50.605Z Downloaded steno v0.4.1
11932026-05-20T17:01:50.608Z Downloaded unsafe-libyaml v0.2.11
11942026-05-20T17:01:50.611Z Downloaded ssh-key v0.6.7
11952026-05-20T17:01:50.615Z Downloaded p384 v0.13.1
11962026-05-20T17:01:50.619Z Downloaded regex v1.12.3
11972026-05-20T17:01:50.624Z Downloaded zopfli v0.8.3
11982026-05-20T17:01:50.626Z Downloaded bindgen v0.71.1
11992026-05-20T17:01:50.634Z Downloaded reedline v0.40.0
12002026-05-20T17:01:50.655Z Downloaded rpassword v7.4.0
12012026-05-20T17:01:50.658Z Downloaded lalrpop v0.19.12
12022026-05-20T17:01:50.665Z Downloaded unicode_categories v0.1.1
12032026-05-20T17:01:50.668Z Downloaded zerocopy-derive v0.8.40
12042026-05-20T17:01:50.672Z Downloaded zip v0.6.6
12052026-05-20T17:01:50.675Z Downloaded yansi v1.0.1
12062026-05-20T17:01:50.678Z Downloaded git2 v0.20.4
12072026-05-20T17:01:50.681Z Downloaded toml_edit v0.19.15
12082026-05-20T17:01:50.691Z Downloaded rustls-webpki v0.101.7
12092026-05-20T17:01:50.698Z Downloaded reqwest v0.13.2
12102026-05-20T17:01:50.702Z Downloaded reqwest v0.12.28
12112026-05-20T17:01:50.705Z Downloaded typed-path v0.9.3
12122026-05-20T17:01:50.709Z Downloaded chrono v0.4.44
12132026-05-20T17:01:50.712Z Downloaded goblin v0.10.5
12142026-05-20T17:01:50.738Z Downloaded x509-cert v0.2.5
12152026-05-20T17:01:50.742Z Downloaded serde_with v3.17.0
12162026-05-20T17:01:50.750Z Downloaded unicode-segmentation v1.12.0
12172026-05-20T17:01:50.755Z Downloaded tower-http v0.6.8
12182026-05-20T17:01:50.758Z Downloaded moka v0.12.13
12192026-05-20T17:01:50.763Z Downloaded quick-xml v0.37.5
12202026-05-20T17:01:50.767Z Downloaded tower v0.5.3
12212026-05-20T17:01:50.773Z Downloaded rayon v1.11.0
12222026-05-20T17:01:50.778Z Downloaded zip v4.6.1
12232026-05-20T17:01:50.781Z Downloaded unicode-normalization v0.1.25
12242026-05-20T17:01:50.784Z Downloaded salty v0.3.0
12252026-05-20T17:01:50.788Z Downloaded portable-atomic v1.13.1
12262026-05-20T17:01:50.792Z Downloaded nix v0.27.1
12272026-05-20T17:01:50.799Z Downloaded tough v0.22.0
12282026-05-20T17:01:50.806Z Downloaded rustls-webpki v0.102.8
12292026-05-20T17:01:50.818Z Downloaded proptest v1.10.0
12302026-05-20T17:01:50.824Z Downloaded tokio-util v0.7.18
12312026-05-20T17:01:50.829Z Downloaded curve25519-dalek v4.1.3
12322026-05-20T17:01:50.834Z Downloaded petname v2.0.2
12332026-05-20T17:01:50.838Z Downloaded object v0.30.4
12342026-05-20T17:01:50.845Z Downloaded radix_trie v0.2.1
12352026-05-20T17:01:50.855Z Downloaded bstr v1.12.1
12362026-05-20T17:01:50.866Z Downloaded winnow v0.5.40
12372026-05-20T17:01:50.871Z Downloaded winnow v0.6.26
12382026-05-20T17:01:50.876Z Downloaded nix v0.29.0
12392026-05-20T17:01:50.883Z Downloaded quinn-proto v0.11.13
12402026-05-20T17:01:50.887Z Downloaded openssl v0.10.79
12412026-05-20T17:01:51.904Z Downloaded tabled v0.20.0
12422026-05-20T17:01:51.909Z Downloaded regex-syntax v0.6.29
12432026-05-20T17:01:51.909Z Downloaded dropshot v0.16.7
12442026-05-20T17:01:51.909Z Downloaded time v0.3.47
12452026-05-20T17:01:51.909Z Downloaded vcpkg v0.2.15
12462026-05-20T17:01:51.909Z Downloaded zlib-rs v0.6.2
12472026-05-20T17:01:51.909Z Downloaded object v0.37.3
12482026-05-20T17:01:51.909Z Downloaded smoltcp v0.9.1
12492026-05-20T17:01:51.909Z Downloaded regex-syntax v0.8.10
12502026-05-20T17:01:51.909Z Downloaded polar-core v0.27.3
12512026-05-20T17:01:51.909Z Downloaded nix v0.31.2
12522026-05-20T17:01:51.909Z Downloaded regress v0.11.1
12532026-05-20T17:01:51.909Z Downloaded webpki-roots v1.0.6
12542026-05-20T17:01:51.909Z Downloaded rustls v0.23.37
12552026-05-20T17:01:51.909Z Downloaded zerocopy v0.8.40
12562026-05-20T17:01:51.909Z Downloaded hickory-proto v0.25.2
12572026-05-20T17:01:51.909Z Downloaded smoltcp v0.11.0
12582026-05-20T17:01:51.909Z Downloaded rustls v0.22.4
12592026-05-20T17:01:51.909Z Downloaded rustix v0.38.44
12602026-05-20T17:01:51.909Z Downloaded openapiv3 v2.2.0
12612026-05-20T17:01:51.909Z Downloaded regress v0.10.5
12622026-05-20T17:01:51.909Z Downloaded ratatui v0.29.0
12632026-05-20T17:01:51.909Z Downloaded bzip2-sys v0.1.13+1.0.8
12642026-05-20T17:01:51.909Z Downloaded diesel v2.3.7
12652026-05-20T17:01:51.909Z Downloaded nix v0.28.0
12662026-05-20T17:01:51.909Z Downloaded hickory-proto v0.24.4
12672026-05-20T17:01:51.909Z Downloaded rustls v0.21.12
12682026-05-20T17:01:51.909Z Downloaded dropshot v0.17.0
12692026-05-20T17:01:51.909Z Downloaded regex-automata v0.4.14
12702026-05-20T17:01:51.910Z Downloaded sqlparser v0.61.0
12712026-05-20T17:01:51.910Z Downloaded sled v0.34.7
12722026-05-20T17:01:51.910Z Downloaded chrono-tz v0.10.4
12732026-05-20T17:01:51.910Z Downloaded petgraph v0.8.3
12742026-05-20T17:01:51.910Z Downloaded typify-impl v0.6.2
12752026-05-20T17:01:51.910Z Downloaded typify-impl v0.4.3
12762026-05-20T17:01:51.910Z Downloaded tracing v0.1.44
12772026-05-20T17:01:51.910Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12782026-05-20T17:01:51.910Z Downloaded zerocopy-derive v0.6.6
12792026-05-20T17:01:51.910Z Downloaded petgraph v0.6.5
12802026-05-20T17:01:51.910Z Downloaded jiff v0.2.21
12812026-05-20T17:01:51.910Z Downloaded csv v1.4.0
12822026-05-20T17:01:51.910Z Downloaded libz-sys v1.1.24
12832026-05-20T17:01:51.910Z Downloaded sha3 v0.10.8
12842026-05-20T17:01:51.910Z Downloaded tokio v1.52.1
12852026-05-20T17:01:51.910Z Downloaded encoding_rs v0.8.35
12862026-05-20T17:01:51.910Z Downloaded ring v0.17.14
12872026-05-20T17:01:51.910Z Downloaded libgit2-sys v0.18.3+1.9.2
12882026-05-20T17:01:51.910Z Downloaded aws-lc-sys v0.40.0
12892026-05-20T17:01:52.083Z Compiling libc v0.2.185
12902026-05-20T17:01:52.083Z Compiling serde v1.0.228
12912026-05-20T17:01:52.086Z Compiling log v0.4.29
12922026-05-20T17:01:52.086Z Compiling shlex v1.3.0
12932026-05-20T17:01:52.086Z Compiling find-msvc-tools v0.1.9
12942026-05-20T17:01:52.086Z Compiling smallvec v1.15.1
12952026-05-20T17:01:52.086Z Compiling typenum v1.19.0
12962026-05-20T17:01:52.086Z Compiling subtle v2.6.1
12972026-05-20T17:01:52.237Z Compiling generic-array v0.14.7
12982026-05-20T17:01:52.251Z Compiling scopeguard v1.2.0
12992026-05-20T17:01:52.254Z Compiling const-oid v0.9.6
13002026-05-20T17:01:52.346Z Compiling serde_json v1.0.149
13012026-05-20T17:01:52.361Z Compiling syn v2.0.117
13022026-05-20T17:01:52.365Z Compiling zerocopy v0.8.40
13032026-05-20T17:01:52.365Z Compiling portable-atomic v1.13.1
13042026-05-20T17:01:52.389Z Compiling parking_lot_core v0.9.12
13052026-05-20T17:01:52.438Z Compiling lock_api v0.4.14
13062026-05-20T17:01:52.453Z Compiling pin-project-lite v0.2.17
13072026-05-20T17:01:52.456Z Compiling pkg-config v0.3.32
13082026-05-20T17:01:52.482Z Compiling bitflags v2.11.0
13092026-05-20T17:01:52.485Z Compiling critical-section v1.2.0
13102026-05-20T17:01:52.563Z Compiling libm v0.2.16
13112026-05-20T17:01:52.591Z Compiling futures-core v0.3.32
13122026-05-20T17:01:52.594Z Compiling num-traits v0.2.19
13132026-05-20T17:01:52.649Z Compiling percent-encoding v2.3.2
13142026-05-20T17:01:52.692Z Compiling futures-sink v0.3.32
13152026-05-20T17:01:52.738Z Compiling slab v0.4.12
13162026-05-20T17:01:52.741Z Compiling futures-io v0.3.32
13172026-05-20T17:01:52.768Z Compiling futures-task v0.3.32
13182026-05-20T17:01:52.800Z Compiling futures-channel v0.3.32
13192026-05-20T17:01:52.849Z Compiling getrandom v0.4.1
13202026-05-20T17:01:52.880Z Compiling cpufeatures v0.2.17
13212026-05-20T17:01:52.894Z Compiling rand_core v0.10.0
13222026-05-20T17:01:52.960Z Compiling indexmap v2.14.0
13232026-05-20T17:01:53.019Z Compiling getrandom v0.3.4
13242026-05-20T17:01:53.025Z Compiling rustversion v1.0.22
13252026-05-20T17:01:53.025Z Compiling form_urlencoded v1.2.2
13262026-05-20T17:01:53.049Z Compiling dunce v1.0.5
13272026-05-20T17:01:53.071Z Compiling fs_extra v1.3.0
13282026-05-20T17:01:53.085Z Compiling ident_case v1.0.1
13292026-05-20T17:01:53.102Z Compiling base64ct v1.8.3
13302026-05-20T17:01:53.107Z Compiling rustix v1.1.3
13312026-05-20T17:01:53.165Z Compiling regex-syntax v0.8.10
13322026-05-20T17:01:53.223Z Compiling getrandom v0.2.17
13332026-05-20T17:01:53.236Z Compiling jobserver v0.1.34
13342026-05-20T17:01:53.241Z Compiling errno v0.3.14
13352026-05-20T17:01:53.350Z Compiling mio v1.2.0
13362026-05-20T17:01:53.368Z Compiling rand_core v0.6.4
13372026-05-20T17:01:53.388Z Compiling signal-hook-registry v1.4.8
13382026-05-20T17:01:53.410Z Compiling once_cell v1.21.3
13392026-05-20T17:01:53.428Z Compiling socket2 v0.6.3
13402026-05-20T17:01:53.470Z Compiling cc v1.2.56
13412026-05-20T17:01:53.504Z Compiling parking_lot v0.12.5
13422026-05-20T17:01:53.622Z Compiling pem-rfc7468 v0.7.0
13432026-05-20T17:01:53.636Z Compiling flagset v0.4.7
13442026-05-20T17:01:53.656Z Compiling iana-time-zone v0.1.65
13452026-05-20T17:01:53.684Z Compiling vcpkg v0.2.15
13462026-05-20T17:01:53.790Z Compiling aws-lc-rs v1.16.3
13472026-05-20T17:01:53.806Z Compiling uuid v1.23.0
13482026-05-20T17:01:53.829Z Compiling tracing-core v0.1.36
13492026-05-20T17:01:53.843Z Compiling rustc_version v0.4.1
13502026-05-20T17:01:53.881Z Compiling base64 v0.22.1
13512026-05-20T17:01:53.948Z Compiling openssl-probe v0.2.1
13522026-05-20T17:01:53.960Z Compiling rand_core v0.9.5
13532026-05-20T17:01:53.998Z Compiling httparse v1.10.1
13542026-05-20T17:01:54.085Z Compiling untrusted v0.7.1
13552026-05-20T17:01:54.097Z Compiling untrusted v0.9.0
13562026-05-20T17:01:54.111Z Compiling tinyvec_macros v0.1.1
13572026-05-20T17:01:54.184Z Compiling cmake v0.1.57
13582026-05-20T17:01:54.202Z Compiling tinyvec v1.10.0
13592026-05-20T17:01:54.220Z Compiling aho-corasick v1.1.4
13602026-05-20T17:01:54.230Z Compiling tower-service v0.3.3
13612026-05-20T17:01:54.285Z Compiling try-lock v0.2.5
13622026-05-20T17:01:54.285Z Compiling atomic-waker v1.1.2
13632026-05-20T17:01:54.295Z Compiling schemars v0.8.22
13642026-05-20T17:01:54.339Z Compiling tower-layer v0.3.3
13652026-05-20T17:01:54.377Z Compiling dyn-clone v1.0.20
13662026-05-20T17:01:54.394Z Compiling rustls v0.23.37
13672026-05-20T17:01:54.421Z Compiling want v0.3.1
13682026-05-20T17:01:54.438Z Compiling foreign-types-shared v0.1.1
13692026-05-20T17:01:54.466Z Compiling pin-utils v0.1.0
13702026-05-20T17:01:54.516Z Compiling httpdate v1.0.3
13712026-05-20T17:01:54.534Z Compiling openssl v0.10.79
13722026-05-20T17:01:54.539Z Compiling unicode-normalization v0.1.25
13732026-05-20T17:01:54.576Z Compiling foreign-types v0.3.2
13742026-05-20T17:01:54.580Z Compiling spin v0.9.8
13752026-05-20T17:01:54.580Z Compiling powerfmt v0.2.0
13762026-05-20T17:01:54.605Z Compiling native-tls v0.2.18
13772026-05-20T17:01:54.625Z Compiling time-core v0.1.8
13782026-05-20T17:01:54.633Z Compiling crc32fast v1.5.0
13792026-05-20T17:01:54.756Z Compiling num-conv v0.2.0
13802026-05-20T17:01:54.756Z Compiling wait-timeout v0.2.1
13812026-05-20T17:01:54.817Z Compiling deranged v0.5.8
13822026-05-20T17:01:54.835Z Compiling sync_wrapper v1.0.2
13832026-05-20T17:01:54.852Z Compiling num_threads v0.1.7
13842026-05-20T17:01:54.871Z Compiling unicode-segmentation v1.12.0
13852026-05-20T17:01:54.885Z Compiling bit-vec v0.8.0
13862026-05-20T17:01:54.901Z Compiling quick-error v1.2.3
13872026-05-20T17:01:54.917Z Compiling tempfile v3.25.0
13882026-05-20T17:01:54.920Z Compiling time-macros v0.2.27
13892026-05-20T17:01:54.954Z Compiling siphasher v1.0.2
13902026-05-20T17:01:54.975Z Compiling simd-adler32 v0.3.8
13912026-05-20T17:01:55.057Z Compiling syn v1.0.109
13922026-05-20T17:01:55.072Z Compiling crossbeam-utils v0.8.21
13932026-05-20T17:01:55.098Z Compiling usdt-impl v0.6.0
13942026-05-20T17:01:55.114Z Compiling aws-lc-sys v0.40.0
13952026-05-20T17:01:55.130Z Compiling ring v0.17.14
13962026-05-20T17:01:55.157Z Compiling openssl-sys v0.9.115
13972026-05-20T17:01:55.172Z Compiling regex-automata v0.4.14
13982026-05-20T17:01:55.235Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13992026-05-20T17:01:55.250Z Compiling rusty-fork v0.3.1
14002026-05-20T17:01:55.312Z Compiling synstructure v0.13.2
14012026-05-20T17:01:55.345Z Compiling serde_derive_internals v0.29.1
14022026-05-20T17:01:55.360Z Compiling pest_generator v2.8.6
14032026-05-20T17:01:55.409Z Compiling darling_core v0.20.11
14042026-05-20T17:01:55.521Z Compiling darling_core v0.21.3
14052026-05-20T17:01:55.606Z Compiling bzip2-sys v0.1.13+1.0.8
14062026-05-20T17:01:55.849Z Compiling bit-set v0.8.0
14072026-05-20T17:01:55.887Z Compiling slog v2.8.2
14082026-05-20T17:01:55.929Z Compiling heapless v0.7.17
14092026-05-20T17:01:55.982Z Compiling rand_xorshift v0.4.0
14102026-05-20T17:01:56.031Z Compiling thread-id v5.1.0
14112026-05-20T17:01:56.094Z Compiling cookie v0.18.1
14122026-05-20T17:01:56.111Z Compiling time v0.3.47
14132026-05-20T17:01:56.114Z Compiling ryu v1.0.23
14142026-05-20T17:01:56.139Z Compiling paste v1.0.15
14152026-05-20T17:01:56.142Z Compiling signal-hook v0.3.18
14162026-05-20T17:01:56.169Z Compiling unarray v0.1.4
14172026-05-20T17:01:56.192Z Compiling unicode-properties v0.1.4
14182026-05-20T17:01:56.295Z Compiling zstd-safe v7.2.4
14192026-05-20T17:01:56.298Z Compiling allocator-api2 v0.2.21
14202026-05-20T17:01:56.327Z Compiling unicode-bidi v0.3.18
14212026-05-20T17:01:56.330Z Compiling anyhow v1.0.102
14222026-05-20T17:01:56.358Z Compiling adler2 v2.0.1
14232026-05-20T17:01:56.424Z Compiling iri-string v0.7.10
14242026-05-20T17:01:56.495Z Compiling miniz_oxide v0.8.9
14252026-05-20T17:01:56.731Z Compiling stringprep v0.1.5
14262026-05-20T17:01:56.956Z Compiling heck v0.4.1
14272026-05-20T17:01:57.089Z Compiling serde_derive v1.0.228
14282026-05-20T17:01:57.131Z Compiling zeroize_derive v1.4.3
14292026-05-20T17:01:57.153Z Compiling zerofrom-derive v0.1.6
14302026-05-20T17:01:57.213Z Compiling yoke-derive v0.8.1
14312026-05-20T17:01:57.227Z Compiling zerovec-derive v0.11.2
14322026-05-20T17:01:57.447Z Compiling zerocopy-derive v0.8.40
14332026-05-20T17:01:57.565Z Compiling displaydoc v0.2.5
14342026-05-20T17:01:57.783Z Compiling tokio-macros v2.7.0
14352026-05-20T17:01:57.839Z Compiling zeroize v1.8.2
14362026-05-20T17:01:57.858Z Compiling futures-macro v0.3.32
14372026-05-20T17:01:58.056Z Compiling der_derive v0.7.3
14382026-05-20T17:01:58.176Z Compiling rustls-pki-types v1.14.0
14392026-05-20T17:01:58.342Z Compiling tracing-attributes v0.1.31
14402026-05-20T17:01:58.409Z Compiling thiserror-impl v2.0.18
14412026-05-20T17:01:58.441Z Compiling scroll_derive v0.13.1
14422026-05-20T17:01:58.535Z Compiling crypto-common v0.1.7
14432026-05-20T17:01:58.604Z Compiling block-buffer v0.10.4
14442026-05-20T17:01:58.638Z Compiling zerofrom v0.1.6
14452026-05-20T17:01:58.654Z Compiling block-padding v0.3.3
14462026-05-20T17:01:58.706Z Compiling futures-util v0.3.32
14472026-05-20T17:01:58.724Z Compiling pest_derive v2.8.6
14482026-05-20T17:01:58.788Z Compiling yoke v0.8.1
14492026-05-20T17:01:58.796Z Compiling digest v0.10.7
14502026-05-20T17:01:58.831Z Compiling inout v0.1.4
14512026-05-20T17:01:58.986Z Compiling zerovec v0.11.5
14522026-05-20T17:01:59.026Z Compiling zerotrie v0.2.3
14532026-05-20T17:01:59.066Z Compiling hmac v0.12.1
14542026-05-20T17:01:59.081Z Compiling sha2 v0.10.9
14552026-05-20T17:01:59.205Z Compiling cipher v0.4.4
14562026-05-20T17:01:59.240Z Compiling der v0.7.10
14572026-05-20T17:01:59.286Z Compiling pbkdf2 v0.12.2
14582026-05-20T17:01:59.348Z Compiling schemars_derive v0.8.22
14592026-05-20T17:01:59.393Z Compiling scroll v0.13.0
14602026-05-20T17:01:59.417Z Compiling darling_macro v0.20.11
14612026-05-20T17:01:59.486Z Compiling tinystr v0.8.2
14622026-05-20T17:01:59.501Z Compiling potential_utf v0.1.4
14632026-05-20T17:01:59.786Z Compiling icu_locale_core v2.1.1
14642026-05-20T17:01:59.823Z Compiling icu_collections v2.1.1
14652026-05-20T17:01:59.839Z Compiling salsa20 v0.10.2
14662026-05-20T17:01:59.855Z Compiling tracing v0.1.44
14672026-05-20T17:01:59.882Z Compiling thiserror v2.0.18
14682026-05-20T17:02:00.002Z Compiling scrypt v0.11.0
14692026-05-20T17:02:00.016Z Compiling cbc v0.1.2
14702026-05-20T17:02:00.054Z Compiling aes v0.8.4
14712026-05-20T17:02:00.153Z Compiling openssl-macros v0.1.1
14722026-05-20T17:02:00.181Z Compiling darling v0.20.11
14732026-05-20T17:02:00.276Z Compiling spki v0.7.3
14742026-05-20T17:02:00.291Z Compiling goblin v0.10.5
14752026-05-20T17:02:00.329Z Compiling rustls-native-certs v0.8.3
14762026-05-20T17:02:00.506Z Compiling icu_provider v2.1.1
14772026-05-20T17:02:00.583Z Compiling pkcs5 v0.7.1
14782026-05-20T17:02:00.624Z Compiling derive_builder_core v0.20.2
14792026-05-20T17:02:00.649Z Compiling dtrace-parser v0.3.0
14802026-05-20T17:02:00.719Z Compiling bytes v1.11.1
14812026-05-20T17:02:00.734Z Compiling chrono v0.4.44
14822026-05-20T17:02:00.785Z Compiling icu_properties v2.1.2
14832026-05-20T17:02:00.801Z Compiling icu_normalizer v2.1.1
14842026-05-20T17:02:00.827Z Compiling ipnet v2.11.0
14852026-05-20T17:02:01.099Z Compiling pkcs8 v0.10.2
14862026-05-20T17:02:01.138Z Compiling signature v2.2.0
14872026-05-20T17:02:01.154Z Compiling webpki-roots v1.0.6
14882026-05-20T17:02:01.238Z Compiling tokio v1.52.1
14892026-05-20T17:02:01.297Z Compiling http v1.4.0
14902026-05-20T17:02:01.361Z Compiling thiserror-impl v1.0.69
14912026-05-20T17:02:01.376Z Compiling scroll_derive v0.12.1
14922026-05-20T17:02:01.379Z Compiling serde_spanned v0.6.9
14932026-05-20T17:02:01.437Z Compiling serde_tokenstream v0.2.3
14942026-05-20T17:02:01.451Z Compiling serde_urlencoded v0.7.1
14952026-05-20T17:02:01.533Z Compiling derive_builder_macro v0.20.2
14962026-05-20T17:02:01.547Z Compiling toml_datetime v0.6.11
14972026-05-20T17:02:01.714Z Compiling idna_adapter v1.2.1
14982026-05-20T17:02:01.770Z Compiling erased-serde v0.3.31
14992026-05-20T17:02:01.821Z Compiling md-5 v0.10.6
15002026-05-20T17:02:01.870Z Compiling idna v1.1.0
15012026-05-20T17:02:01.941Z Compiling http-body v1.0.1
15022026-05-20T17:02:02.004Z Compiling ppv-lite86 v0.2.21
15032026-05-20T17:02:02.019Z Compiling darling_macro v0.21.3
15042026-05-20T17:02:02.105Z Compiling http-body-util v0.1.3
15052026-05-20T17:02:02.120Z Compiling scroll v0.12.0
15062026-05-20T17:02:02.177Z Compiling url v2.5.8
15072026-05-20T17:02:02.177Z Compiling bstr v1.12.1
15082026-05-20T17:02:02.235Z Compiling zerocopy-derive v0.7.35
15092026-05-20T17:02:02.266Z Compiling async-trait v0.1.89
15102026-05-20T17:02:02.338Z Compiling rand_chacha v0.9.0
15112026-05-20T17:02:02.364Z Compiling rand_chacha v0.3.1
15122026-05-20T17:02:02.404Z Compiling pin-project-internal v1.1.11
15132026-05-20T17:02:02.524Z Compiling num-integer v0.1.46
15142026-05-20T17:02:02.543Z Compiling rand v0.9.2
15152026-05-20T17:02:02.654Z Compiling thiserror v1.0.69
15162026-05-20T17:02:02.863Z Compiling vergen-lib v0.1.6
15172026-05-20T17:02:02.992Z Compiling curve25519-dalek v4.1.3
15182026-05-20T17:02:03.052Z Compiling dof v0.4.0
15192026-05-20T17:02:03.084Z Compiling ff v0.13.1
15202026-05-20T17:02:03.134Z Compiling proptest v1.10.0
15212026-05-20T17:02:03.148Z Compiling hash32 v0.2.1
15222026-05-20T17:02:03.198Z Compiling memoffset v0.9.1
15232026-05-20T17:02:03.213Z Compiling litrs v1.0.0
15242026-05-20T17:02:03.234Z Compiling zlib-rs v0.6.2
15252026-05-20T17:02:03.323Z Compiling base16ct v0.2.0
15262026-05-20T17:02:03.362Z Compiling smoltcp v0.9.1
15272026-05-20T17:02:03.377Z Compiling psl-types v2.0.11
15282026-05-20T17:02:03.377Z Compiling fallible-iterator v0.2.0
15292026-05-20T17:02:03.415Z Compiling num-bigint-dig v0.8.6
15302026-05-20T17:02:03.521Z Compiling ref-cast v1.0.25
15312026-05-20T17:02:03.525Z Compiling cfg_aliases v0.2.1
15322026-05-20T17:02:03.553Z Compiling ipnetwork v0.21.1
15332026-05-20T17:02:03.620Z Compiling rustix v0.38.44
15342026-05-20T17:02:03.634Z Compiling nix v0.31.2
15352026-05-20T17:02:03.667Z Compiling pin-project v1.1.11
15362026-05-20T17:02:03.728Z Compiling postgres-protocol v0.6.10
15372026-05-20T17:02:03.745Z Compiling document-features v0.2.12
15382026-05-20T17:02:03.761Z Compiling publicsuffix v2.3.0
15392026-05-20T17:02:03.896Z Compiling oxnet v0.1.4
15402026-05-20T17:02:03.952Z Compiling sec1 v0.7.3
15412026-05-20T17:02:04.103Z Compiling group v0.13.0
15422026-05-20T17:02:04.111Z Compiling zerocopy v0.7.35
15432026-05-20T17:02:04.143Z Compiling num-iter v0.1.45
15442026-05-20T17:02:04.252Z Compiling rand v0.8.6
15452026-05-20T17:02:04.269Z Compiling darling v0.21.3
15462026-05-20T17:02:04.285Z Compiling goblin v0.8.2
15472026-05-20T17:02:04.302Z Compiling derive_builder v0.20.2
15482026-05-20T17:02:04.332Z Compiling futures-executor v0.3.32
15492026-05-20T17:02:04.359Z Compiling hubpack_derive v0.1.1
15502026-05-20T17:02:04.374Z Compiling hex v0.4.3
15512026-05-20T17:02:04.389Z Compiling cargo-platform v0.1.9
15522026-05-20T17:02:04.455Z Compiling hkdf v0.12.4
15532026-05-20T17:02:04.579Z Compiling crypto-bigint v0.5.5
15542026-05-20T17:02:04.660Z Compiling regex v1.12.3
15552026-05-20T17:02:04.715Z Compiling snafu-derive v0.8.9
15562026-05-20T17:02:04.721Z Compiling ref-cast-impl v1.0.25
15572026-05-20T17:02:04.721Z Compiling curve25519-dalek-derive v0.1.1
15582026-05-20T17:02:04.759Z Compiling daft-derive v0.1.5
15592026-05-20T17:02:04.787Z Compiling strum_macros v0.27.2
15602026-05-20T17:02:05.158Z Compiling tokio-util v0.7.18
15612026-05-20T17:02:05.173Z Compiling tower v0.5.3
15622026-05-20T17:02:05.203Z Compiling tokio-native-tls v0.3.1
15632026-05-20T17:02:05.272Z Compiling phf_shared v0.13.1
15642026-05-20T17:02:05.344Z Compiling terminal_size v0.4.3
15652026-05-20T17:02:05.402Z Compiling lazy_static v1.5.0
15662026-05-20T17:02:05.434Z Compiling vergen v9.0.6
15672026-05-20T17:02:05.510Z Compiling newtype-uuid v1.3.2
15682026-05-20T17:02:05.524Z Compiling fs-err v3.3.0
15692026-05-20T17:02:05.539Z Compiling encoding_rs v0.8.35
15702026-05-20T17:02:05.542Z Compiling ahash v0.8.12
15712026-05-20T17:02:05.640Z Compiling tower-http v0.6.8
15722026-05-20T17:02:05.699Z Compiling mime v0.3.17
15732026-05-20T17:02:05.736Z Compiling foldhash v0.2.0
15742026-05-20T17:02:05.777Z Compiling bumpalo v3.20.2
15752026-05-20T17:02:05.793Z Compiling winnow v0.5.40
15762026-05-20T17:02:05.873Z Compiling h2 v0.4.13
15772026-05-20T17:02:05.955Z Compiling foldhash v0.1.5
15782026-05-20T17:02:05.981Z Compiling same-file v1.0.6
15792026-05-20T17:02:06.044Z Compiling object v0.37.3
15802026-05-20T17:02:06.071Z Compiling managed v0.8.0
15812026-05-20T17:02:06.148Z Compiling flate2 v1.1.9
15822026-05-20T17:02:06.163Z Compiling bitflags v1.3.2
15832026-05-20T17:02:06.234Z Compiling libbz2-rs-sys v0.2.2
15842026-05-20T17:02:06.250Z Compiling walkdir v2.5.0
15852026-05-20T17:02:06.424Z Compiling hashbrown v0.15.5
15862026-05-20T17:02:06.527Z Compiling zopfli v0.8.3
15872026-05-20T17:02:06.613Z Compiling dof v0.3.0
15882026-05-20T17:02:06.629Z Compiling clap_builder v4.5.60
15892026-05-20T17:02:06.684Z Compiling snafu v0.8.9
15902026-05-20T17:02:06.794Z Compiling bzip2 v0.6.1
15912026-05-20T17:02:06.844Z Compiling strum v0.27.2
15922026-05-20T17:02:06.981Z Compiling hashbrown v0.16.1
15932026-05-20T17:02:07.012Z Compiling daft v0.1.5
15942026-05-20T17:02:07.058Z Compiling elliptic-curve v0.13.8
15952026-05-20T17:02:07.092Z Compiling phf v0.13.1
15962026-05-20T17:02:07.184Z Compiling toml_edit v0.19.15
15972026-05-20T17:02:07.225Z Compiling signal-hook-mio v0.2.5
15982026-05-20T17:02:07.293Z Compiling cookie_store v0.22.1
15992026-05-20T17:02:07.314Z Compiling cargo_metadata v0.19.2
16002026-05-20T17:02:07.329Z Compiling hubpack v0.1.2
16012026-05-20T17:02:07.356Z Compiling zstd v0.13.3
16022026-05-20T17:02:07.367Z Compiling bzip2 v0.4.4
16032026-05-20T17:02:07.475Z Compiling usdt-attr-macro v0.6.0
16042026-05-20T17:02:07.564Z Compiling usdt-macro v0.6.0
16052026-05-20T17:02:07.580Z Compiling futures v0.3.32
16062026-05-20T17:02:07.600Z Compiling serde_with_macros v3.17.0
16072026-05-20T17:02:07.659Z Compiling postgres-types v0.2.12
16082026-05-20T17:02:07.798Z Compiling dtrace-parser v0.2.0
16092026-05-20T17:02:07.864Z Compiling globset v0.4.18
16102026-05-20T17:02:07.960Z Compiling pkcs1 v0.7.5
16112026-05-20T17:02:08.229Z Compiling ed25519 v2.2.3
16122026-05-20T17:02:08.296Z Compiling serde-big-array v0.5.1
16132026-05-20T17:02:08.393Z Compiling olpc-cjson v0.1.4
16142026-05-20T17:02:08.402Z Compiling serde_plain v1.0.2
16152026-05-20T17:02:08.458Z Compiling rfc6979 v0.4.0
16162026-05-20T17:02:08.558Z Compiling serde_repr v0.1.20
16172026-05-20T17:02:08.574Z Compiling enum-as-inner v0.6.1
16182026-05-20T17:02:08.587Z Compiling async-recursion v1.1.1
16192026-05-20T17:02:08.606Z Compiling strum_macros v0.26.4
16202026-05-20T17:02:08.614Z Compiling clap_derive v4.5.55
16212026-05-20T17:02:08.650Z Compiling phf_shared v0.11.3
16222026-05-20T17:02:08.750Z Compiling float-cmp v0.10.0
16232026-05-20T17:02:08.765Z Compiling pem v3.0.6
16242026-05-20T17:02:08.887Z Compiling hyper v1.8.1
16252026-05-20T17:02:08.919Z Compiling thread-id v4.2.2
16262026-05-20T17:02:09.030Z Compiling memmap2 v0.9.10
16272026-05-20T17:02:09.112Z Compiling env_filter v1.0.0
16282026-05-20T17:02:09.127Z Compiling typed-path v0.9.3
16292026-05-20T17:02:09.127Z Compiling precomputed-hash v0.1.1
16302026-05-20T17:02:09.154Z Compiling predicates-core v1.0.10
16312026-05-20T17:02:09.241Z Compiling rustc-hash v2.1.1
16322026-05-20T17:02:09.264Z Compiling new_debug_unreachable v1.0.6
16332026-05-20T17:02:09.293Z Compiling keccak v0.1.6
16342026-05-20T17:02:09.354Z Compiling difflib v0.4.0
16352026-05-20T17:02:09.366Z Compiling whoami v2.1.0
16362026-05-20T17:02:09.384Z Compiling fixedbitset v0.4.2
16372026-05-20T17:02:09.434Z Compiling normalize-line-endings v0.3.0
16382026-05-20T17:02:09.558Z Compiling data-encoding v2.10.0
16392026-05-20T17:02:09.623Z Compiling static_assertions v1.1.0
16402026-05-20T17:02:09.701Z Compiling jiff v0.2.21
16412026-05-20T17:02:09.736Z Compiling either v1.15.0
16422026-05-20T17:02:09.822Z Compiling fixedbitset v0.5.7
16432026-05-20T17:02:09.834Z Compiling toml_edit v0.22.27
16442026-05-20T17:02:09.890Z Compiling hickory-proto v0.25.2
16452026-05-20T17:02:09.963Z Compiling itertools v0.13.0
16462026-05-20T17:02:09.974Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16472026-05-20T17:02:10.151Z Compiling hyper-util v0.1.20
16482026-05-20T17:02:10.170Z Compiling petgraph v0.8.3
16492026-05-20T17:02:10.170Z Compiling predicates v3.1.4
16502026-05-20T17:02:10.316Z Compiling tokio-postgres v0.7.16
16512026-05-20T17:02:10.433Z Compiling petgraph v0.6.5
16522026-05-20T17:02:10.478Z Compiling strum v0.26.3
16532026-05-20T17:02:10.504Z Compiling clap v4.5.60
16542026-05-20T17:02:10.555Z Compiling sha3 v0.10.8
16552026-05-20T17:02:10.593Z Compiling iddqd v0.3.18
16562026-05-20T17:02:10.624Z Compiling string_cache v0.8.9
16572026-05-20T17:02:10.855Z Compiling env_logger v0.11.9
16582026-05-20T17:02:10.909Z Compiling usdt v0.6.0
16592026-05-20T17:02:11.037Z Compiling usdt-impl v0.5.0
16602026-05-20T17:02:11.175Z Compiling serde_with v3.17.0
16612026-05-20T17:02:11.232Z Compiling ecdsa v0.16.9
16622026-05-20T17:02:11.248Z Compiling crossterm v0.28.1
16632026-05-20T17:02:11.645Z Compiling hyper-tls v0.6.0
16642026-05-20T17:02:11.660Z Compiling toml v0.7.8
16652026-05-20T17:02:11.767Z Compiling ed25519-dalek v2.2.0
16662026-05-20T17:02:11.900Z Compiling rsa v0.9.10
16672026-05-20T17:02:12.129Z Compiling zip v0.6.6
16682026-05-20T17:02:12.349Z Compiling zip v4.6.1
16692026-05-20T17:02:12.668Z Compiling toml_parser v1.0.9+spec-1.1.0
16702026-05-20T17:02:12.775Z Compiling tokio-stream v0.1.18
16712026-05-20T17:02:12.775Z Compiling buf-list v1.1.2
16722026-05-20T17:02:12.864Z Compiling similar v2.7.0
16732026-05-20T17:02:12.864Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16742026-05-20T17:02:12.864Z Compiling openapiv3 v2.2.0
16752026-05-20T17:02:12.994Z Compiling x509-cert v0.2.5
16762026-05-20T17:02:13.105Z Compiling sha1 v0.10.6
16772026-05-20T17:02:13.105Z Compiling crossbeam-epoch v0.9.18
16782026-05-20T17:02:13.203Z Compiling toml_datetime v0.7.5+spec-1.1.0
16792026-05-20T17:02:13.203Z Compiling lalrpop-util v0.19.12
16802026-05-20T17:02:13.213Z Compiling peg-runtime v0.8.5
16812026-05-20T17:02:13.244Z Compiling thread_local v1.1.9
16822026-05-20T17:02:13.333Z Compiling slog-async v2.8.0
16832026-05-20T17:02:13.342Z Compiling crossbeam-channel v0.5.15
16842026-05-20T17:02:13.364Z Compiling is-terminal v0.4.17
16852026-05-20T17:02:13.392Z Compiling filetime v0.2.27
16862026-05-20T17:02:13.396Z Compiling term v1.2.1
16872026-05-20T17:02:13.473Z Compiling xattr v1.6.1
16882026-05-20T17:02:13.486Z Compiling take_mut v0.2.2
16892026-05-20T17:02:13.597Z Compiling tar v0.4.45
16902026-05-20T17:02:13.679Z Compiling slog-term v2.9.2
16912026-05-20T17:02:31.275Z Compiling rustls-webpki v0.103.9
16922026-05-20T17:02:34.052Z Compiling tokio-rustls v0.26.4
16932026-05-20T17:02:34.052Z Compiling rustls-platform-verifier v0.6.2
16942026-05-20T17:02:34.242Z Compiling hyper-rustls v0.27.7
16952026-05-20T17:02:34.434Z Compiling reqwest v0.12.28
16962026-05-20T17:02:34.434Z Compiling reqwest v0.13.2
16972026-05-20T17:02:35.671Z Compiling tough v0.22.0
16982026-05-20T17:02:38.160Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16992026-05-20T17:02:38.387Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17002026-05-20T17:02:41.177Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.28s
17012026-05-20T17:02:41.319Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17022026-05-20T17:02:41.398ZMay 20 17:02:40.152 INFO Starting download, target: DendriteStub
17032026-05-20T17:02:41.398ZMay 20 17:02:40.153 INFO Starting download, target: Clickhouse
17042026-05-20T17:02:41.398ZMay 20 17:02:40.153 INFO Starting download, target: TransceiverControl
17052026-05-20T17:02:41.398ZMay 20 17:02:40.153 INFO Starting download, target: MaghemiteMgd
17062026-05-20T17:02:41.399ZMay 20 17:02:40.153 INFO Starting download, target: Cockroach
17072026-05-20T17:02:41.399ZMay 20 17:02:40.153 INFO Starting download, target: Console
17082026-05-20T17:02:41.403ZMay 20 17:02:40.153 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17092026-05-20T17:02:41.403ZMay 20 17:02:40.153 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17102026-05-20T17:02:41.403ZMay 20 17:02:40.153 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17112026-05-20T17:02:41.403ZMay 20 17:02:40.153 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17122026-05-20T17:02:41.403ZMay 20 17:02:40.153 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17132026-05-20T17:02:41.403ZMay 20 17:02:40.153 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17142026-05-20T17:02:41.689ZMay 20 17:02:40.466 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17152026-05-20T17:02:41.918ZMay 20 17:02:40.688 INFO Download complete, target: TransceiverControl
17162026-05-20T17:02:42.801ZMay 20 17:02:41.120 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17172026-05-20T17:02:42.835ZMay 20 17:02:41.355 INFO Download complete, target: Console
17182026-05-20T17:02:43.837ZMay 20 17:02:42.486 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17192026-05-20T17:02:43.844ZMay 20 17:02:42.562 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17202026-05-20T17:02:44.048ZMay 20 17:02:42.708 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17212026-05-20T17:02:44.511ZMay 20 17:02:43.199 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17222026-05-20T17:02:44.511ZMay 20 17:02:43.199 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17232026-05-20T17:02:46.183ZMay 20 17:02:44.960 INFO Download complete, target: DendriteStub
17242026-05-20T17:02:46.242ZMay 20 17:02:45.019 INFO Download complete, target: MaghemiteMgd
17252026-05-20T17:02:49.165ZMay 20 17:02:47.942 INFO Checking that binary works, target: Cockroach
17262026-05-20T17:02:49.474ZMay 20 17:02:48.252 INFO Download complete, target: Cockroach
17272026-05-20T17:02:50.700ZMay 20 17:02:49.473 INFO Checking that binary works, target: Clickhouse
17282026-05-20T17:02:50.832ZMay 20 17:02:49.604 INFO Download complete, target: Clickhouse
17292026-05-20T17:02:50.836ZAll prerequisites installed successfully
17302026-05-20T17:02:50.836Z
17312026-05-20T17:02:50.836Zreal 2:04.181029214
17322026-05-20T17:02:50.836Zuser 6:52.408993701
17332026-05-20T17:02:50.836Zsys 1:43.999375524
17342026-05-20T17:02:50.836Ztrap 0.242472894
17352026-05-20T17:02:50.837Ztflt 2.854934195
17362026-05-20T17:02:50.837Zdflt 3.506309022
17372026-05-20T17:02:50.837Zkflt 0.062460102
17382026-05-20T17:02:50.837Zlock 22:54.662793112
17392026-05-20T17:02:50.837Zslp 19:19.385026182
17402026-05-20T17:02:50.837Zlat 23.349451989
17412026-05-20T17:02:50.837Zstop 2:58.171800190
17422026-05-20T17:02:50.837Z+ ptime -m cargo xtask download softnpu
17432026-05-20T17:02:51.363Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17442026-05-20T17:02:51.391Z Running `target/debug/xtask download softnpu`
17452026-05-20T17:02:52.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17462026-05-20T17:02:52.212Z Running `target/debug/xtask-downloader softnpu`
17472026-05-20T17:02:52.267ZMay 20 17:02:51.045 INFO Starting download, target: Softnpu
17482026-05-20T17:02:52.270ZMay 20 17:02:51.045 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17492026-05-20T17:02:52.839ZMay 20 17:02:51.616 INFO Download complete, target: Softnpu
17502026-05-20T17:02:52.842Z
17512026-05-20T17:02:52.842Zreal 2.002588608
17522026-05-20T17:02:52.842Zuser 1.332765148
17532026-05-20T17:02:52.842Zsys 0.673188221
17542026-05-20T17:02:52.842Ztrap 0.000509530
17552026-05-20T17:02:52.842Ztflt 0.000115280
17562026-05-20T17:02:52.842Zdflt 0.000301210
17572026-05-20T17:02:52.842Zkflt 0.000000000
17582026-05-20T17:02:52.842Zlock 10.529768611
17592026-05-20T17:02:52.842Zslp 0.422269383
17602026-05-20T17:02:52.842Zlat 0.080027086
17612026-05-20T17:02:52.842Zstop 0.000177610
17622026-05-20T17:02:52.845Z+ export CARGO_INCREMENTAL=0
17632026-05-20T17:02:52.845Z+ CARGO_INCREMENTAL=0
17642026-05-20T17:02:52.845Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17652026-05-20T17:02:53.744Z Compiling proc-macro2 v1.0.106
17662026-05-20T17:02:53.744Z Compiling quote v1.0.45
17672026-05-20T17:02:53.744Z Compiling unicode-ident v1.0.24
17682026-05-20T17:02:53.744Z Compiling libc v0.2.185
17692026-05-20T17:02:53.747Z Compiling serde_core v1.0.228
17702026-05-20T17:02:53.747Z Compiling serde v1.0.228
17712026-05-20T17:02:53.747Z Compiling cfg-if v1.0.4
17722026-05-20T17:02:53.747Z Compiling version_check v0.9.5
17732026-05-20T17:02:53.747Z Compiling shlex v1.3.0
17742026-05-20T17:02:53.747Z Compiling find-msvc-tools v0.1.9
17752026-05-20T17:02:53.748Z Compiling typenum v1.19.0
17762026-05-20T17:02:53.748Z Compiling zmij v1.0.21
17772026-05-20T17:02:53.892Z Compiling autocfg v1.5.0
17782026-05-20T17:02:53.895Z Compiling serde_json v1.0.149
17792026-05-20T17:02:53.895Z Compiling memchr v2.8.0
17802026-05-20T17:02:54.175Z Compiling portable-atomic v1.13.1
17812026-05-20T17:02:54.203Z Compiling libm v0.2.16
17822026-05-20T17:02:54.373Z Compiling zerocopy v0.8.40
17832026-05-20T17:02:54.393Z Compiling parking_lot_core v0.9.12
17842026-05-20T17:02:54.466Z Compiling generic-array v0.14.7
17852026-05-20T17:02:54.549Z Compiling num-traits v0.2.19
17862026-05-20T17:02:54.596Z Compiling smallvec v1.15.1
17872026-05-20T17:02:54.596Z Compiling icu_properties_data v2.1.2
17882026-05-20T17:02:54.645Z Compiling icu_normalizer_data v2.1.1
17892026-05-20T17:02:54.648Z Compiling itoa v1.0.17
17902026-05-20T17:02:54.648Z Compiling getrandom v0.4.1
17912026-05-20T17:02:54.695Z Compiling log v0.4.29
17922026-05-20T17:02:54.749Z Compiling stable_deref_trait v1.2.1
17932026-05-20T17:02:54.753Z Compiling pkg-config v0.3.32
17942026-05-20T17:02:54.832Z Compiling subtle v2.6.1
17952026-05-20T17:02:54.866Z Compiling jobserver v0.1.34
17962026-05-20T17:02:54.881Z Compiling getrandom v0.2.17
17972026-05-20T17:02:54.936Z Compiling errno v0.3.14
17982026-05-20T17:02:55.013Z Compiling scopeguard v1.2.0
17992026-05-20T17:02:55.064Z Compiling rand_core v0.6.4
18002026-05-20T17:02:55.078Z Compiling cc v1.2.56
18012026-05-20T17:02:55.158Z Compiling lock_api v0.4.14
18022026-05-20T17:02:55.239Z Compiling percent-encoding v2.3.2
18032026-05-20T17:02:55.254Z Compiling litemap v0.8.1
18042026-05-20T17:02:55.254Z Compiling writeable v0.6.2
18052026-05-20T17:02:55.359Z Compiling syn v2.0.117
18062026-05-20T17:02:55.379Z Compiling pin-project-lite v0.2.17
18072026-05-20T17:02:55.406Z Compiling fnv v1.0.7
18082026-05-20T17:02:55.497Z Compiling thiserror v2.0.18
18092026-05-20T17:02:55.530Z Compiling getrandom v0.3.4
18102026-05-20T17:02:55.592Z Compiling dunce v1.0.5
18112026-05-20T17:02:55.595Z Compiling fs_extra v1.3.0
18122026-05-20T17:02:55.641Z Compiling equivalent v1.0.2
18132026-05-20T17:02:55.687Z Compiling rand_core v0.10.0
18142026-05-20T17:02:55.701Z Compiling rustversion v1.0.22
18152026-05-20T17:02:55.719Z Compiling schemars v0.8.22
18162026-05-20T17:02:55.739Z Compiling utf8_iter v1.0.4
18172026-05-20T17:02:55.822Z Compiling cmake v0.1.57
18182026-05-20T17:02:55.855Z Compiling form_urlencoded v1.2.2
18192026-05-20T17:02:55.920Z Compiling critical-section v1.2.0
18202026-05-20T17:02:55.986Z Compiling signal-hook-registry v1.4.8
18212026-05-20T17:02:56.063Z Compiling hashbrown v0.17.0
18222026-05-20T17:02:56.069Z Compiling rustix v1.1.3
18232026-05-20T17:02:56.149Z Compiling mio v1.2.0
18242026-05-20T17:02:56.165Z Compiling socket2 v0.6.3
18252026-05-20T17:02:56.191Z Compiling parking_lot v0.12.5
18262026-05-20T17:02:56.429Z Compiling bitflags v2.11.0
18272026-05-20T17:02:56.481Z Compiling ring v0.17.14
18282026-05-20T17:02:56.498Z Compiling aws-lc-sys v0.40.0
18292026-05-20T17:02:56.513Z Compiling semver v1.0.28
18302026-05-20T17:02:56.592Z Compiling once_cell v1.21.3
18312026-05-20T17:02:56.636Z Compiling indexmap v2.14.0
18322026-05-20T17:02:56.654Z Compiling const-oid v0.9.6
18332026-05-20T17:02:56.861Z Compiling aws-lc-rs v1.16.3
18342026-05-20T17:02:56.876Z Compiling futures-core v0.3.32
18352026-05-20T17:02:56.906Z Compiling httparse v1.10.1
18362026-05-20T17:02:56.951Z Compiling strsim v0.11.1
18372026-05-20T17:02:56.984Z Compiling thiserror v1.0.69
18382026-05-20T17:02:57.001Z Compiling vcpkg v0.2.15
18392026-05-20T17:02:57.131Z Compiling byteorder v1.5.0
18402026-05-20T17:02:57.163Z Compiling iana-time-zone v0.1.65
18412026-05-20T17:02:57.270Z Compiling ucd-trie v0.1.7
18422026-05-20T17:02:57.332Z Compiling ident_case v1.0.1
18432026-05-20T17:02:57.335Z Compiling regex-syntax v0.8.10
18442026-05-20T17:02:57.364Z Compiling syn v1.0.109
18452026-05-20T17:02:57.384Z Compiling heck v0.5.0
18462026-05-20T17:02:57.387Z Compiling uuid v1.23.0
18472026-05-20T17:02:57.430Z Compiling pest v2.8.6
18482026-05-20T17:02:57.463Z Compiling cpufeatures v0.2.17
18492026-05-20T17:02:57.530Z Compiling rustls v0.23.37
18502026-05-20T17:02:57.569Z Compiling openssl-sys v0.9.115
18512026-05-20T17:02:57.676Z Compiling futures-sink v0.3.32
18522026-05-20T17:02:57.745Z Compiling rustc_version v0.4.1
18532026-05-20T17:02:57.799Z Compiling futures-channel v0.3.32
18542026-05-20T17:02:57.839Z Compiling futures-task v0.3.32
18552026-05-20T17:02:57.857Z Compiling slab v0.4.12
18562026-05-20T17:02:58.033Z Compiling futures-io v0.3.32
18572026-05-20T17:02:58.084Z Compiling aho-corasick v1.1.4
18582026-05-20T17:02:58.129Z Compiling synstructure v0.13.2
18592026-05-20T17:02:58.132Z Compiling serde_derive_internals v0.29.1
18602026-05-20T17:02:58.222Z Compiling dyn-clone v1.0.20
18612026-05-20T17:02:58.424Z Compiling crc32fast v1.5.0
18622026-05-20T17:02:58.440Z Compiling openssl v0.10.79
18632026-05-20T17:02:58.509Z Compiling pest_meta v2.8.6
18642026-05-20T17:02:58.526Z Compiling base64 v0.22.1
18652026-05-20T17:02:58.625Z Compiling plain v0.2.3
18662026-05-20T17:02:58.734Z Compiling time-core v0.1.8
18672026-05-20T17:02:58.748Z Compiling num-conv v0.2.0
18682026-05-20T17:02:58.780Z Compiling crossbeam-utils v0.8.21
18692026-05-20T17:02:58.901Z Compiling native-tls v0.2.18
18702026-05-20T17:02:58.918Z Compiling time-macros v0.2.27
18712026-05-20T17:02:58.921Z Compiling pretty-hex v0.4.1
18722026-05-20T17:02:58.973Z Compiling regex-automata v0.4.14
18732026-05-20T17:02:59.019Z Compiling base64ct v1.8.3
18742026-05-20T17:02:59.055Z Compiling anyhow v1.0.102
18752026-05-20T17:02:59.085Z Compiling darling_core v0.21.3
18762026-05-20T17:02:59.148Z Compiling pest_generator v2.8.6
18772026-05-20T17:02:59.158Z Compiling tracing-core v0.1.36
18782026-05-20T17:02:59.216Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18792026-05-20T17:02:59.331Z Compiling pem-rfc7468 v0.7.0
18802026-05-20T17:02:59.402Z Compiling serde_derive v1.0.228
18812026-05-20T17:02:59.472Z Compiling zeroize_derive v1.4.3
18822026-05-20T17:02:59.570Z Compiling zerofrom-derive v0.1.6
18832026-05-20T17:02:59.611Z Compiling yoke-derive v0.8.1
18842026-05-20T17:02:59.631Z Compiling zerovec-derive v0.11.2
18852026-05-20T17:02:59.654Z Compiling displaydoc v0.2.5
18862026-05-20T17:02:59.830Z Compiling zerocopy-derive v0.8.40
18872026-05-20T17:02:59.915Z Compiling tokio-macros v2.7.0
18882026-05-20T17:02:59.951Z Compiling futures-macro v0.3.32
18892026-05-20T17:03:00.106Z Compiling zeroize v1.8.2
18902026-05-20T17:03:00.397Z Compiling thiserror-impl v2.0.18
18912026-05-20T17:03:00.539Z Compiling schemars_derive v0.8.22
18922026-05-20T17:03:00.579Z Compiling tracing-attributes v0.1.31
18932026-05-20T17:03:00.678Z Compiling der_derive v0.7.3
18942026-05-20T17:03:00.708Z Compiling thiserror-impl v1.0.69
18952026-05-20T17:03:00.729Z Compiling zerofrom v0.1.6
18962026-05-20T17:03:00.859Z Compiling yoke v0.8.1
18972026-05-20T17:03:00.869Z Compiling crypto-common v0.1.7
18982026-05-20T17:03:01.054Z Compiling zerovec v0.11.5
18992026-05-20T17:03:01.074Z Compiling zerotrie v0.2.3
19002026-05-20T17:03:01.256Z Compiling block-buffer v0.10.4
19012026-05-20T17:03:01.498Z Compiling digest v0.10.7
19022026-05-20T17:03:01.569Z Compiling tinystr v0.8.2
19032026-05-20T17:03:01.617Z Compiling potential_utf v0.1.4
19042026-05-20T17:03:01.665Z Compiling pest_derive v2.8.6
19052026-05-20T17:03:01.735Z Compiling futures-util v0.3.32
19062026-05-20T17:03:01.740Z Compiling hmac v0.12.1
19072026-05-20T17:03:01.798Z Compiling icu_locale_core v2.1.1
19082026-05-20T17:03:01.808Z Compiling icu_collections v2.1.1
19092026-05-20T17:03:01.953Z Compiling block-padding v0.3.3
19102026-05-20T17:03:01.970Z Compiling rustls-pki-types v1.14.0
19112026-05-20T17:03:02.128Z Compiling inout v0.1.4
19122026-05-20T17:03:02.309Z Compiling openssl-macros v0.1.1
19132026-05-20T17:03:02.398Z Compiling cipher v0.4.4
19142026-05-20T17:03:02.534Z Compiling bytes v1.11.1
19152026-05-20T17:03:02.573Z Compiling icu_provider v2.1.1
19162026-05-20T17:03:02.608Z Compiling chrono v0.4.44
19172026-05-20T17:03:02.643Z Compiling serde_tokenstream v0.2.3
19182026-05-20T17:03:02.802Z Compiling sha2 v0.10.9
19192026-05-20T17:03:02.929Z Compiling icu_normalizer v2.1.1
19202026-05-20T17:03:02.953Z Compiling icu_properties v2.1.2
19212026-05-20T17:03:03.151Z Compiling tokio v1.52.1
19222026-05-20T17:03:03.539Z Compiling scroll_derive v0.13.1
19232026-05-20T17:03:03.606Z Compiling scroll_derive v0.12.1
19242026-05-20T17:03:04.101Z Compiling idna_adapter v1.2.1
19252026-05-20T17:03:04.156Z Compiling ppv-lite86 v0.2.21
19262026-05-20T17:03:04.258Z Compiling idna v1.1.0
19272026-05-20T17:03:04.315Z Compiling http v1.4.0
19282026-05-20T17:03:04.376Z Compiling flagset v0.4.7
19292026-05-20T17:03:04.391Z Compiling untrusted v0.9.0
19302026-05-20T17:03:04.508Z Compiling der v0.7.10
19312026-05-20T17:03:04.542Z Compiling tracing v0.1.44
19322026-05-20T17:03:04.545Z Compiling darling_macro v0.21.3
19332026-05-20T17:03:04.654Z Compiling url v2.5.8
19342026-05-20T17:03:04.760Z Compiling regex v1.12.3
19352026-05-20T17:03:04.837Z Compiling zerocopy-derive v0.7.35
19362026-05-20T17:03:04.966Z Compiling rand_core v0.9.5
19372026-05-20T17:03:05.064Z Compiling slog v2.8.2
19382026-05-20T17:03:05.401Z Compiling spki v0.7.3
19392026-05-20T17:03:05.627Z Compiling darling v0.21.3
19402026-05-20T17:03:05.642Z Compiling salsa20 v0.10.2
19412026-05-20T17:03:05.645Z Compiling pbkdf2 v0.12.2
19422026-05-20T17:03:06.224Z Compiling cookie v0.18.1
19432026-05-20T17:03:06.227Z Compiling camino v1.2.2
19442026-05-20T17:03:06.553Z Compiling scrypt v0.11.0
19452026-05-20T17:03:06.569Z Compiling http-body v1.0.1
19462026-05-20T17:03:06.614Z Compiling rand_chacha v0.9.0
19472026-05-20T17:03:06.734Z Compiling cbc v0.1.2
19482026-05-20T17:03:06.802Z Compiling aes v0.8.4
19492026-05-20T17:03:06.880Z Compiling tokio-util v0.7.18
19502026-05-20T17:03:06.896Z Compiling usdt-impl v0.5.0
19512026-05-20T17:03:06.916Z Compiling usdt-impl v0.6.0
19522026-05-20T17:03:06.989Z Compiling either v1.15.0
19532026-05-20T17:03:07.035Z Compiling ref-cast v1.0.25
19542026-05-20T17:03:07.104Z Compiling unicode-segmentation v1.12.0
19552026-05-20T17:03:07.136Z Compiling atomic-waker v1.1.2
19562026-05-20T17:03:07.139Z Compiling untrusted v0.7.1
19572026-05-20T17:03:07.167Z Compiling winnow v0.7.14
19582026-05-20T17:03:07.219Z Compiling paste v1.0.15
19592026-05-20T17:03:07.292Z Compiling openssl-probe v0.2.1
19602026-05-20T17:03:07.308Z Compiling tinyvec_macros v0.1.1
19612026-05-20T17:03:07.392Z Compiling tinyvec v1.10.0
19622026-05-20T17:03:07.479Z Compiling pkcs5 v0.7.1
19632026-05-20T17:03:07.617Z Compiling rand v0.9.2
19642026-05-20T17:03:07.942Z Compiling scroll v0.13.0
19652026-05-20T17:03:08.042Z Compiling scroll v0.12.0
19662026-05-20T17:03:08.070Z Compiling serde_spanned v0.6.9
19672026-05-20T17:03:08.208Z Compiling toml_datetime v0.6.11
19682026-05-20T17:03:08.229Z Compiling async-trait v0.1.89
19692026-05-20T17:03:08.244Z Compiling heapless v0.7.17
19702026-05-20T17:03:08.281Z Compiling bzip2-sys v0.1.13+1.0.8
19712026-05-20T17:03:08.320Z Compiling tower-layer v0.3.3
19722026-05-20T17:03:08.339Z Compiling try-lock v0.2.5
19732026-05-20T17:03:08.503Z Compiling tower-service v0.3.3
19742026-05-20T17:03:08.537Z Compiling fastrand v2.3.0
19752026-05-20T17:03:08.619Z Compiling signal-hook v0.3.18
19762026-05-20T17:03:08.786Z Compiling zstd-safe v7.2.4
19772026-05-20T17:03:08.824Z Compiling want v0.3.1
19782026-05-20T17:03:08.827Z Compiling h2 v0.4.13
19792026-05-20T17:03:08.882Z Compiling toml_parser v1.0.9+spec-1.1.0
19802026-05-20T17:03:09.031Z Compiling goblin v0.8.2
19812026-05-20T17:03:09.035Z Compiling goblin v0.10.5
19822026-05-20T17:03:09.178Z Compiling pkcs8 v0.10.2
19832026-05-20T17:03:09.386Z Compiling heck v0.4.1
19842026-05-20T17:03:09.413Z Compiling zerocopy v0.7.35
19852026-05-20T17:03:09.461Z Compiling ipnet v2.11.0
19862026-05-20T17:03:09.607Z Compiling ref-cast-impl v1.0.25
19872026-05-20T17:03:09.785Z Compiling darling_core v0.20.11
19882026-05-20T17:03:09.917Z Compiling curve25519-dalek v4.1.3
19892026-05-20T17:03:09.996Z Compiling toml_datetime v0.7.5+spec-1.1.0
19902026-05-20T17:03:10.173Z Compiling memoffset v0.9.1
19912026-05-20T17:03:10.189Z Compiling httpdate v1.0.3
19922026-05-20T17:03:10.288Z Compiling foreign-types-shared v0.1.1
19932026-05-20T17:03:10.395Z Compiling pin-utils v0.1.0
19942026-05-20T17:03:10.572Z Compiling litrs v1.0.0
19952026-05-20T17:03:10.588Z Compiling rustix v0.38.44
19962026-05-20T17:03:10.591Z Compiling winnow v0.5.40
19972026-05-20T17:03:10.919Z Compiling foreign-types v0.3.2
19982026-05-20T17:03:11.005Z Compiling tempfile v3.25.0
19992026-05-20T17:03:11.046Z Compiling document-features v0.2.12
20002026-05-20T17:03:11.357Z Compiling dof v0.3.0
20012026-05-20T17:03:11.564Z Compiling unicode-normalization v0.1.25
20022026-05-20T17:03:11.582Z Compiling dtrace-parser v0.2.0
20032026-05-20T17:03:11.742Z Compiling darling_macro v0.20.11
20042026-05-20T17:03:11.803Z Compiling hyper v1.8.1
20052026-05-20T17:03:11.958Z Compiling toml_edit v0.19.15
20062026-05-20T17:03:11.975Z Compiling dof v0.4.0
20072026-05-20T17:03:12.171Z Compiling dtrace-parser v0.3.0
20082026-05-20T17:03:12.202Z Compiling pin-project-internal v1.1.11
20092026-05-20T17:03:12.241Z Compiling daft-derive v0.1.5
20102026-05-20T17:03:12.345Z Compiling spin v0.9.8
20112026-05-20T17:03:12.382Z Compiling thread-id v5.1.0
20122026-05-20T17:03:12.509Z Compiling thread-id v4.2.2
20132026-05-20T17:03:12.512Z Compiling num-bigint-dig v0.8.6
20142026-05-20T17:03:12.571Z Compiling powerfmt v0.2.0
20152026-05-20T17:03:12.719Z Compiling smoltcp v0.9.1
20162026-05-20T17:03:12.762Z Compiling cfg_aliases v0.2.1
20172026-05-20T17:03:12.781Z Compiling deranged v0.5.8
20182026-05-20T17:03:12.855Z Compiling nix v0.31.2
20192026-05-20T17:03:12.871Z Compiling hyper-util v0.1.20
20202026-05-20T17:03:13.239Z Compiling darling v0.20.11
20212026-05-20T17:03:13.365Z Compiling rustls-native-certs v0.8.3
20222026-05-20T17:03:13.511Z Compiling ipnetwork v0.21.1
20232026-05-20T17:03:13.938Z Compiling curve25519-dalek-derive v0.1.1
20242026-05-20T17:03:14.027Z Compiling strum_macros v0.26.4
20252026-05-20T17:03:14.234Z Compiling sync_wrapper v1.0.2
20262026-05-20T17:03:14.251Z Compiling wait-timeout v0.2.1
20272026-05-20T17:03:14.362Z Compiling siphasher v1.0.2
20282026-05-20T17:03:14.577Z Compiling utf8parse v0.2.2
20292026-05-20T17:03:14.596Z Compiling num_threads v0.1.7
20302026-05-20T17:03:14.614Z Compiling bit-vec v0.8.0
20312026-05-20T17:03:14.631Z Compiling anstyle v1.0.13
20322026-05-20T17:03:14.708Z Compiling quick-error v1.2.3
20332026-05-20T17:03:14.743Z Compiling simd-adler32 v0.3.8
20342026-05-20T17:03:14.878Z Compiling time v0.3.47
20352026-05-20T17:03:15.049Z Compiling bit-set v0.8.0
20362026-05-20T17:03:15.114Z Compiling rusty-fork v0.3.1
20372026-05-20T17:03:15.227Z Compiling anstyle-parse v0.2.7
20382026-05-20T17:03:15.262Z Compiling tower v0.5.3
20392026-05-20T17:03:15.609Z Compiling derive_builder_core v0.20.2
20402026-05-20T17:03:15.630Z Compiling snafu-derive v0.8.9
20412026-05-20T17:03:15.743Z Compiling http-body-util v0.1.3
20422026-05-20T17:03:15.991Z Compiling webpki-roots v1.0.6
20432026-05-20T17:03:16.036Z Compiling rand_xorshift v0.4.0
20442026-05-20T17:03:16.127Z Compiling signature v2.2.0
20452026-05-20T17:03:16.145Z Compiling hubpack_derive v0.1.1
20462026-05-20T17:03:16.201Z Compiling strum_macros v0.27.2
20472026-05-20T17:03:16.445Z Compiling fs-err v3.3.0
20482026-05-20T17:03:16.477Z Compiling ahash v0.8.12
20492026-05-20T17:03:16.633Z Compiling unicode-properties v0.1.4
20502026-05-20T17:03:16.657Z Compiling is_terminal_polyfill v1.70.2
20512026-05-20T17:03:16.687Z Compiling object v0.37.3
20522026-05-20T17:03:16.720Z Compiling anstyle-query v1.1.5
20532026-05-20T17:03:16.764Z Compiling allocator-api2 v0.2.21
20542026-05-20T17:03:16.805Z Compiling ryu v1.0.23
20552026-05-20T17:03:16.822Z Compiling unicode-bidi v0.3.18
20562026-05-20T17:03:16.848Z Compiling colorchoice v1.0.4
20572026-05-20T17:03:16.864Z Compiling adler2 v2.0.1
20582026-05-20T17:03:16.969Z Compiling iri-string v0.7.10
20592026-05-20T17:03:16.986Z Compiling unarray v0.1.4
20602026-05-20T17:03:17.038Z Compiling miniz_oxide v0.8.9
20612026-05-20T17:03:17.107Z Compiling proptest v1.10.0
20622026-05-20T17:03:17.124Z Compiling serde_urlencoded v0.7.1
20632026-05-20T17:03:17.127Z Compiling anstream v0.6.21
20642026-05-20T17:03:17.190Z Compiling stringprep v0.1.5
20652026-05-20T17:03:17.450Z Compiling derive_builder_macro v0.20.2
20662026-05-20T17:03:17.597Z Compiling tokio-native-tls v0.3.1
20672026-05-20T17:03:17.738Z Compiling usdt-macro v0.6.0
20682026-05-20T17:03:17.756Z Compiling usdt-attr-macro v0.6.0
20692026-05-20T17:03:18.087Z Compiling rand_chacha v0.3.1
20702026-05-20T17:03:18.101Z Compiling tower-http v0.6.8
20712026-05-20T17:03:18.165Z Compiling erased-serde v0.3.31
20722026-05-20T17:03:18.254Z Compiling md-5 v0.10.6
20732026-05-20T17:03:18.329Z Compiling bstr v1.12.1
20742026-05-20T17:03:18.470Z Compiling num-integer v0.1.46
20752026-05-20T17:03:18.476Z Compiling hash32 v0.2.1
20762026-05-20T17:03:18.493Z Compiling vergen-lib v0.1.6
20772026-05-20T17:03:18.551Z Compiling ff v0.13.1
20782026-05-20T17:03:18.664Z Compiling fallible-iterator v0.2.0
20792026-05-20T17:03:18.668Z Compiling psl-types v2.0.11
20802026-05-20T17:03:18.700Z Compiling zlib-rs v0.6.2
20812026-05-20T17:03:18.731Z Compiling base16ct v0.2.0
20822026-05-20T17:03:18.807Z Compiling publicsuffix v2.3.0
20832026-05-20T17:03:18.824Z Compiling num-iter v0.1.45
20842026-05-20T17:03:18.827Z Compiling group v0.13.0
20852026-05-20T17:03:18.882Z Compiling sec1 v0.7.3
20862026-05-20T17:03:18.967Z Compiling postgres-protocol v0.6.10
20872026-05-20T17:03:19.035Z Compiling rand v0.8.6
20882026-05-20T17:03:19.171Z Compiling newtype-uuid v1.3.2
20892026-05-20T17:03:19.491Z Compiling oxnet v0.1.4
20902026-05-20T17:03:19.508Z Compiling derive_builder v0.20.2
20912026-05-20T17:03:19.567Z Compiling hyper-tls v0.6.0
20922026-05-20T17:03:19.768Z Compiling phf_shared v0.13.1
20932026-05-20T17:03:19.805Z Compiling pin-project v1.1.11
20942026-05-20T17:03:19.860Z Compiling lazy_static v1.5.0
20952026-05-20T17:03:19.979Z Compiling terminal_size v0.4.3
20962026-05-20T17:03:19.997Z Compiling serde_with_macros v3.17.0
20972026-05-20T17:03:20.014Z Compiling futures-executor v0.3.32
20982026-05-20T17:03:20.029Z Compiling hex v0.4.3
20992026-05-20T17:03:20.031Z Compiling cargo-platform v0.1.9
21002026-05-20T17:03:20.295Z Compiling hkdf v0.12.4
21012026-05-20T17:03:20.313Z Compiling crypto-bigint v0.5.5
21022026-05-20T17:03:20.313Z Compiling enum-as-inner v0.6.1
21032026-05-20T17:03:20.483Z Compiling async-recursion v1.1.1
21042026-05-20T17:03:20.563Z Compiling clap_derive v4.5.55
21052026-05-20T17:03:20.661Z Compiling serde_repr v0.1.20
21062026-05-20T17:03:20.720Z Compiling flate2 v1.1.9
21072026-05-20T17:03:20.855Z Compiling vergen v9.0.6
21082026-05-20T17:03:21.036Z Compiling encoding_rs v0.8.35
21092026-05-20T17:03:21.097Z Compiling foldhash v0.2.0
21102026-05-20T17:03:21.165Z Compiling foldhash v0.1.5
21112026-05-20T17:03:21.210Z Compiling libbz2-rs-sys v0.2.2
21122026-05-20T17:03:21.226Z Compiling bitflags v1.3.2
21132026-05-20T17:03:21.319Z Compiling same-file v1.0.6
21142026-05-20T17:03:21.319Z Compiling clap_lex v1.0.0
21152026-05-20T17:03:21.355Z Compiling managed v0.8.0
21162026-05-20T17:03:21.409Z Compiling bumpalo v3.20.2
21172026-05-20T17:03:21.455Z Compiling mime v0.3.17
21182026-05-20T17:03:21.488Z Compiling walkdir v2.5.0
21192026-05-20T17:03:21.574Z Compiling clap_builder v4.5.60
21202026-05-20T17:03:21.627Z Compiling bzip2 v0.6.1
21212026-05-20T17:03:21.649Z Compiling zopfli v0.8.3
21222026-05-20T17:03:21.782Z Compiling hashbrown v0.15.5
21232026-05-20T17:03:21.846Z Compiling hashbrown v0.16.1
21242026-05-20T17:03:22.167Z Compiling elliptic-curve v0.13.8
21252026-05-20T17:03:22.308Z Compiling zstd v0.13.3
21262026-05-20T17:03:22.338Z Compiling cargo_metadata v0.19.2
21272026-05-20T17:03:22.341Z Compiling futures v0.3.32
21282026-05-20T17:03:22.566Z Compiling phf v0.13.1
21292026-05-20T17:03:22.584Z Compiling snafu v0.8.9
21302026-05-20T17:03:22.690Z Compiling daft v0.1.5
21312026-05-20T17:03:22.744Z Compiling signal-hook-mio v0.2.5
21322026-05-20T17:03:22.879Z Compiling postgres-types v0.2.12
21332026-05-20T17:03:22.929Z Compiling cookie_store v0.22.1
21342026-05-20T17:03:22.981Z Compiling bzip2 v0.4.4
21352026-05-20T17:03:23.165Z Compiling globset v0.4.18
21362026-05-20T17:03:23.195Z Compiling strum v0.27.2
21372026-05-20T17:03:23.541Z Compiling hubpack v0.1.2
21382026-05-20T17:03:23.559Z Compiling ed25519 v2.2.3
21392026-05-20T17:03:23.626Z Compiling phf_shared v0.11.3
21402026-05-20T17:03:23.642Z Compiling crossbeam-epoch v0.9.18
21412026-05-20T17:03:23.801Z Compiling olpc-cjson v0.1.4
21422026-05-20T17:03:23.818Z Compiling pkcs1 v0.7.5
21432026-05-20T17:03:23.834Z Compiling pem v3.0.6
21442026-05-20T17:03:23.946Z Compiling serde_plain v1.0.2
21452026-05-20T17:03:23.964Z Compiling serde-big-array v0.5.1
21462026-05-20T17:03:24.017Z Compiling rfc6979 v0.4.0
21472026-05-20T17:03:24.046Z Compiling float-cmp v0.10.0
21482026-05-20T17:03:24.129Z Compiling env_filter v1.0.0
21492026-05-20T17:03:24.151Z Compiling memmap2 v0.9.10
21502026-05-20T17:03:24.185Z Compiling precomputed-hash v0.1.1
21512026-05-20T17:03:24.219Z Compiling fixedbitset v0.4.2
21522026-05-20T17:03:24.222Z Compiling rustc-hash v2.1.1
21532026-05-20T17:03:24.253Z Compiling predicates-core v1.0.10
21542026-05-20T17:03:24.308Z Compiling whoami v2.1.0
21552026-05-20T17:03:24.328Z Compiling typed-path v0.9.3
21562026-05-20T17:03:24.378Z Compiling static_assertions v1.1.0
21572026-05-20T17:03:24.420Z Compiling difflib v0.4.0
21582026-05-20T17:03:24.452Z Compiling data-encoding v2.10.0
21592026-05-20T17:03:24.469Z Compiling jiff v0.2.21
21602026-05-20T17:03:24.486Z Compiling keccak v0.1.6
21612026-05-20T17:03:24.500Z Compiling normalize-line-endings v0.3.0
21622026-05-20T17:03:24.616Z Compiling fixedbitset v0.5.7
21632026-05-20T17:03:24.666Z Compiling new_debug_unreachable v1.0.6
21642026-05-20T17:03:24.709Z Compiling toml_write v0.1.2
21652026-05-20T17:03:24.753Z Compiling string_cache v0.8.9
21662026-05-20T17:03:24.891Z Compiling toml_edit v0.22.27
21672026-05-20T17:03:24.909Z Compiling petgraph v0.8.3
21682026-05-20T17:03:24.924Z Compiling hickory-proto v0.25.2
21692026-05-20T17:03:24.993Z Compiling predicates v3.1.4
21702026-05-20T17:03:25.009Z Compiling sha3 v0.10.8
21712026-05-20T17:03:25.142Z Compiling tokio-postgres v0.7.16
21722026-05-20T17:03:25.167Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21732026-05-20T17:03:25.483Z Compiling petgraph v0.6.5
21742026-05-20T17:03:25.571Z Compiling iddqd v0.3.18
21752026-05-20T17:03:25.587Z Compiling usdt v0.6.0
21762026-05-20T17:03:25.677Z Compiling env_logger v0.11.9
21772026-05-20T17:03:26.014Z Compiling ecdsa v0.16.9
21782026-05-20T17:03:26.415Z Compiling rsa v0.9.10
21792026-05-20T17:03:26.790Z Compiling ed25519-dalek v2.2.0
21802026-05-20T17:03:27.058Z Compiling zip v4.6.1
21812026-05-20T17:03:27.205Z Compiling crossterm v0.28.1
21822026-05-20T17:03:27.353Z Compiling zip v0.6.6
21832026-05-20T17:03:27.742Z Compiling clap v4.5.60
21842026-05-20T17:03:27.935Z Compiling serde_with v3.17.0
21852026-05-20T17:03:27.971Z Compiling similar v2.7.0
21862026-05-20T17:03:28.009Z Compiling strum v0.26.3
21872026-05-20T17:03:28.117Z Compiling toml v0.7.8
21882026-05-20T17:03:28.160Z Compiling tokio-stream v0.1.18
21892026-05-20T17:03:28.192Z Compiling itertools v0.13.0
21902026-05-20T17:03:28.235Z Compiling buf-list v1.1.2
21912026-05-20T17:03:28.508Z Compiling x509-cert v0.2.5
21922026-05-20T17:03:28.712Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21932026-05-20T17:03:28.739Z Compiling openapiv3 v2.2.0
21942026-05-20T17:03:28.996Z Compiling sha1 v0.10.6
21952026-05-20T17:03:29.267Z Compiling peg-runtime v0.8.5
21962026-05-20T17:03:29.426Z Compiling lalrpop-util v0.19.12
21972026-05-20T17:03:44.931Z Compiling rustls-webpki v0.103.9
21982026-05-20T17:03:45.728Z Compiling macaddr v1.0.1
21992026-05-20T17:03:45.745Z Compiling structmeta-derive v0.3.0
22002026-05-20T17:03:45.848Z Compiling rayon-core v1.13.0
22012026-05-20T17:03:45.865Z Compiling crucible-workspace-hack v0.1.0
22022026-05-20T17:03:45.882Z Compiling itertools v0.14.0
22032026-05-20T17:03:46.034Z Compiling secrecy v0.10.3
22042026-05-20T17:03:46.097Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22052026-05-20T17:03:46.112Z Compiling rustls v0.22.4
22062026-05-20T17:03:46.226Z Compiling heapless v0.8.0
22072026-05-20T17:03:46.369Z Compiling crossbeam-deque v0.8.6
22082026-05-20T17:03:46.399Z Compiling toml_edit v0.23.10+spec-1.0.0
22092026-05-20T17:03:46.416Z Compiling rustls-webpki v0.102.8
22102026-05-20T17:03:46.524Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22112026-05-20T17:03:46.605Z Compiling hash32 v0.3.1
22122026-05-20T17:03:46.707Z Compiling multer v3.1.0
22132026-05-20T17:03:46.723Z Compiling thread_local v1.1.9
22142026-05-20T17:03:46.741Z Compiling smoltcp v0.11.0
22152026-05-20T17:03:46.760Z Compiling structmeta v0.3.0
22162026-05-20T17:03:46.779Z Compiling unicode-width v0.2.0
22172026-05-20T17:03:46.797Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22182026-05-20T17:03:46.823Z Compiling match_cfg v0.1.0
22192026-05-20T17:03:46.915Z Compiling compression-core v0.4.31
22202026-05-20T17:03:46.931Z Compiling slog-async v2.8.0
22212026-05-20T17:03:46.987Z Compiling derive-ex v0.1.8
22222026-05-20T17:03:47.052Z Compiling compression-codecs v0.4.37
22232026-05-20T17:03:47.097Z Compiling proc-macro-crate v3.4.0
22242026-05-20T17:03:47.118Z Compiling hostname v0.3.1
22252026-05-20T17:03:47.167Z Compiling ingot-macros v0.1.1
22262026-05-20T17:03:47.318Z Compiling slog-json v2.6.1
22272026-05-20T17:03:47.340Z Compiling crossbeam-channel v0.5.15
22282026-05-20T17:03:47.437Z Compiling half v2.7.1
22292026-05-20T17:03:47.559Z Compiling newtype-uuid-macros v0.1.0
22302026-05-20T17:03:47.587Z Compiling cobs v0.3.0
22312026-05-20T17:03:47.706Z Compiling thiserror-impl-no-std v2.0.2
22322026-05-20T17:03:47.808Z Compiling universal-hash v0.5.1
22332026-05-20T17:03:47.881Z Compiling async-stream-impl v0.3.6
22342026-05-20T17:03:47.971Z Compiling toml_datetime v1.0.0+spec-1.1.0
22352026-05-20T17:03:48.030Z Compiling serde_spanned v1.0.4
22362026-05-20T17:03:48.220Z Compiling is-terminal v0.4.17
22372026-05-20T17:03:48.252Z Compiling proc-macro-error-attr v1.0.4
22382026-05-20T17:03:48.324Z Compiling dropshot v0.17.0
22392026-05-20T17:03:48.344Z Compiling toml_writer v1.0.6+spec-1.1.0
22402026-05-20T17:03:48.416Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22412026-05-20T17:03:48.490Z Compiling term v1.2.1
22422026-05-20T17:03:48.506Z Compiling opaque-debug v0.3.1
22432026-05-20T17:03:48.534Z Compiling tokio-rustls v0.26.4
22442026-05-20T17:03:48.550Z Compiling rustls-platform-verifier v0.6.2
22452026-05-20T17:03:48.597Z Compiling convert_case v0.4.0
22462026-05-20T17:03:48.644Z Compiling ciborium-io v0.2.2
22472026-05-20T17:03:48.659Z Compiling take_mut v0.2.2
22482026-05-20T17:03:48.770Z Compiling hyper-rustls v0.27.7
22492026-05-20T17:03:48.773Z Compiling thiserror-no-std v2.0.2
22502026-05-20T17:03:48.805Z Compiling slog-term v2.9.2
22512026-05-20T17:03:48.808Z Compiling ciborium-ll v0.2.2
22522026-05-20T17:03:48.875Z Compiling poly1305 v0.8.0
22532026-05-20T17:03:48.904Z Compiling toml v1.0.6+spec-1.1.0
22542026-05-20T17:03:48.928Z Compiling derive_more v0.99.20
22552026-05-20T17:03:49.005Z Compiling test-strategy v0.4.5
22562026-05-20T17:03:49.121Z Compiling reqwest v0.12.28
22572026-05-20T17:03:49.137Z Compiling reqwest v0.13.2
22582026-05-20T17:03:49.531Z Compiling tokio-rustls v0.25.0
22592026-05-20T17:03:49.796Z Compiling ingot-types v0.1.2
22602026-05-20T17:03:49.813Z Compiling async-stream v0.3.6
22612026-05-20T17:03:50.056Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22622026-05-20T17:03:50.088Z Compiling postcard v1.1.3
22632026-05-20T17:03:50.236Z Compiling ingot v0.1.1
22642026-05-20T17:03:50.270Z Compiling num_enum_derive v0.7.5
22652026-05-20T17:03:50.314Z Compiling slog-bunyan v2.5.0
22662026-05-20T17:03:50.335Z Compiling async-compression v0.4.41
22672026-05-20T17:03:50.490Z Compiling parse-display-derive v0.10.0
22682026-05-20T17:03:50.514Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22692026-05-20T17:03:50.823Z Compiling tough v0.22.0
22702026-05-20T17:03:51.105Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22712026-05-20T17:03:51.221Z Compiling proc-macro-crate v1.3.1
22722026-05-20T17:03:51.353Z Compiling backon v1.6.0
22732026-05-20T17:03:51.604Z Compiling waitgroup v0.1.2
22742026-05-20T17:03:51.621Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22752026-05-20T17:03:51.636Z Compiling password-hash v0.5.0
22762026-05-20T17:03:51.782Z Compiling chacha20 v0.9.1
22772026-05-20T17:03:51.994Z Compiling dropshot_endpoint v0.17.0
22782026-05-20T17:03:52.034Z Compiling rustls-pemfile v2.2.0
22792026-05-20T17:03:52.063Z Compiling blake2 v0.10.6
22802026-05-20T17:03:52.104Z Compiling aead v0.5.2
22812026-05-20T17:03:52.344Z Compiling foreign-types-macros v0.2.3
22822026-05-20T17:03:52.363Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22832026-05-20T17:03:52.384Z Compiling serde_path_to_error v0.1.20
22842026-05-20T17:03:52.488Z Compiling hostname v0.4.2
22852026-05-20T17:03:52.506Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22862026-05-20T17:03:52.586Z Compiling proc-macro-error v1.0.4
22872026-05-20T17:03:52.610Z Compiling instant v0.1.13
22882026-05-20T17:03:52.670Z Compiling debug-ignore v1.0.5
22892026-05-20T17:03:52.726Z Compiling foreign-types-shared v0.3.1
22902026-05-20T17:03:52.746Z Compiling cpufeatures v0.3.0
22912026-05-20T17:03:52.762Z Compiling typeid v1.0.3
22922026-05-20T17:03:52.803Z Compiling backoff v0.4.0
22932026-05-20T17:03:52.842Z Compiling chacha20 v0.10.0
22942026-05-20T17:03:52.860Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22952026-05-20T17:03:52.863Z Compiling argon2 v0.5.3
22962026-05-20T17:03:52.863Z Compiling chacha20poly1305 v0.10.1
22972026-05-20T17:03:52.943Z Compiling foreign-types v0.5.0
22982026-05-20T17:03:52.959Z Compiling parse-display v0.10.0
22992026-05-20T17:03:53.017Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23002026-05-20T17:03:53.045Z Compiling num_enum_derive v0.5.11
23012026-05-20T17:03:53.062Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23022026-05-20T17:03:53.065Z Compiling num_enum v0.7.5
23032026-05-20T17:03:53.134Z Compiling ciborium v0.2.2
23042026-05-20T17:03:53.236Z Compiling vsss-rs v3.3.4
23052026-05-20T17:03:53.385Z Compiling tabwriter v1.4.1
23062026-05-20T17:03:53.459Z Compiling regress v0.10.5
23072026-05-20T17:03:53.790Z Compiling byte-wrapper v0.1.0
23082026-05-20T17:03:53.875Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23092026-05-20T17:03:53.953Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23102026-05-20T17:03:53.999Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23112026-05-20T17:03:54.031Z Compiling cstr-argument v0.1.2
23122026-05-20T17:03:54.230Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23132026-05-20T17:03:54.319Z Compiling erased-serde v0.4.9
23142026-05-20T17:03:54.393Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23152026-05-20T17:03:54.417Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23162026-05-20T17:03:54.492Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23172026-05-20T17:03:54.627Z Compiling num_enum v0.5.11
23182026-05-20T17:03:54.632Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23192026-05-20T17:03:54.732Z Compiling rand v0.10.0
23202026-05-20T17:03:54.736Z Compiling rayon v1.11.0
23212026-05-20T17:03:54.786Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23222026-05-20T17:03:54.805Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23232026-05-20T17:03:54.831Z Compiling indent_write v2.2.0
23242026-05-20T17:03:54.895Z Compiling colored v3.1.1
23252026-05-20T17:03:54.926Z Compiling libefi-sys v0.1.0
23262026-05-20T17:03:54.942Z Compiling zone_cfg_derive v0.3.1
23272026-05-20T17:03:55.010Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23282026-05-20T17:03:55.068Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23292026-05-20T17:03:55.168Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23302026-05-20T17:03:55.182Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23312026-05-20T17:03:55.220Z Compiling camino-tempfile v1.4.1
23322026-05-20T17:03:55.427Z Compiling itertools v0.12.1
23332026-05-20T17:03:55.530Z Compiling usdt-attr-macro v0.5.0
23342026-05-20T17:03:55.570Z Compiling usdt-macro v0.5.0
23352026-05-20T17:03:55.585Z Compiling num-derive v0.4.2
23362026-05-20T17:03:55.637Z Compiling bitfield-struct v0.6.2
23372026-05-20T17:03:55.712Z Compiling ordered-float v2.10.1
23382026-05-20T17:03:55.735Z Compiling blake3 v1.8.3
23392026-05-20T17:03:56.014Z Compiling memmap v0.7.0
23402026-05-20T17:03:56.103Z Compiling sigpipe v0.1.3
23412026-05-20T17:03:56.219Z Compiling swrite v0.1.0
23422026-05-20T17:03:56.276Z Compiling glob v0.3.3
23432026-05-20T17:03:56.298Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23442026-05-20T17:03:56.314Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23452026-05-20T17:03:56.314Z Compiling usdt v0.5.0
23462026-05-20T17:03:56.353Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23472026-05-20T17:03:56.482Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23482026-05-20T17:03:56.663Z Compiling serde-value v0.7.0
23492026-05-20T17:03:56.856Z Compiling zone v0.3.1
23502026-05-20T17:03:56.874Z Compiling serde-untagged v0.1.9
23512026-05-20T17:03:56.953Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23522026-05-20T17:03:57.192Z Compiling toml v0.8.23
23532026-05-20T17:03:57.208Z Compiling smf v0.2.3
23542026-05-20T17:03:57.241Z Compiling filetime v0.2.27
23552026-05-20T17:03:57.257Z Compiling whoami v1.6.1
23562026-05-20T17:03:57.260Z Compiling arrayvec v0.7.6
23572026-05-20T17:03:57.260Z Compiling xattr v1.6.1
23582026-05-20T17:03:57.379Z Compiling unicode-xid v0.2.6
23592026-05-20T17:03:57.441Z Compiling constant_time_eq v0.4.2
23602026-05-20T17:03:57.473Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23612026-05-20T17:03:57.503Z Compiling arrayref v0.3.9
23622026-05-20T17:03:57.534Z Compiling tar v0.4.45
23632026-05-20T17:03:57.551Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23642026-05-20T17:03:57.592Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23652026-05-20T17:03:57.658Z Compiling tokio-dtrace v0.1.1
23662026-05-20T17:03:57.731Z Compiling cargo-util-schemas v0.8.2
23672026-05-20T17:03:57.800Z Compiling console v0.16.2
23682026-05-20T17:03:57.998Z Compiling gethostname v0.5.0
23692026-05-20T17:03:58.157Z Compiling cargo-platform v0.2.0
23702026-05-20T17:03:58.173Z Compiling unit-prefix v0.5.2
23712026-05-20T17:03:58.279Z Compiling topological-sort v0.2.2
23722026-05-20T17:03:58.357Z Compiling indicatif v0.18.4
23732026-05-20T17:03:58.380Z Compiling oxide-tokio-rt v0.1.4
23742026-05-20T17:03:58.417Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23752026-05-20T17:03:58.509Z Compiling shell-words v1.1.1
23762026-05-20T17:03:58.968Z Compiling cargo_metadata v0.21.0
23772026-05-20T17:04:07.992Z Compiling progenitor-client v0.10.0
23782026-05-20T17:04:07.992Z Compiling omicron-zone-package v0.12.2
23792026-05-20T17:04:08.041Z Compiling progenitor-client v0.14.0
23802026-05-20T17:04:08.508Z Compiling progenitor-extras v0.2.0
23812026-05-20T17:04:10.770Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23822026-05-20T17:04:10.790Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23832026-05-20T17:04:10.914Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23842026-05-20T17:04:10.971Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23852026-05-20T17:04:11.011Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23862026-05-20T17:04:11.028Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23872026-05-20T17:04:11.040Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23882026-05-20T17:04:11.078Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23892026-05-20T17:04:11.233Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23902026-05-20T17:04:15.060Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23912026-05-20T17:04:22.644Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23922026-05-20T17:04:25.721Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23932026-05-20T17:04:26.692Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23942026-05-20T17:04:36.353Z Finished `release` profile [optimized] target(s) in 1m 43s
23952026-05-20T17:04:36.505Z Running `target/release/omicron-package -t test target create -p dev`
23962026-05-20T17:04:36.570ZLogging to: /work/oxidecomputer/omicron/out/LOG
23972026-05-20T17:04:36.573ZCreated new build target 'test' and set it as active
23982026-05-20T17:04:36.573Z
23992026-05-20T17:04:36.573Zreal 1:43.726839511
24002026-05-20T17:04:36.573Zuser 16:55.180794727
24012026-05-20T17:04:36.573Zsys 2:40.493134479
24022026-05-20T17:04:36.573Ztrap 0.458006011
24032026-05-20T17:04:36.573Ztflt 2.845841942
24042026-05-20T17:04:36.573Zdflt 4.601586019
24052026-05-20T17:04:36.573Zkflt 0.000535060
24062026-05-20T17:04:36.573Zlock 52:32.913277500
24072026-05-20T17:04:36.573Zslp 43:01.426716648
24082026-05-20T17:04:36.573Zlat 41.994251727
24092026-05-20T17:04:36.573Zstop 5:43.006148103
24102026-05-20T17:04:36.576Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24112026-05-20T17:04:37.459Z Finished `release` profile [optimized] target(s) in 0.87s
24122026-05-20T17:04:37.536Z Running `target/release/omicron-package -t test package`
24132026-05-20T17:04:37.595ZLogging to: /work/oxidecomputer/omicron/out/LOG
24142026-05-20T17:04:39.015Z Compiling heck v0.5.0
24152026-05-20T17:04:39.015Z Compiling regress v0.11.1
24162026-05-20T17:04:39.019Z Compiling unsafe-libyaml v0.2.11
24172026-05-20T17:04:39.278Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24182026-05-20T17:04:39.296Z Compiling regress v0.10.5
24192026-05-20T17:04:39.322Z Compiling is-terminal v0.4.17
24202026-05-20T17:04:39.325Z Compiling unicode-width v0.1.14
24212026-05-20T17:04:39.365Z Compiling prettyplease v0.2.37
24222026-05-20T17:04:39.365Z Compiling bytecount v0.6.9
24232026-05-20T17:04:39.368Z Compiling rustls v0.22.4
24242026-05-20T17:04:39.368Z Compiling rustls-webpki v0.102.8
24252026-05-20T17:04:39.368Z Compiling derive-where v1.6.0
24262026-05-20T17:04:39.368Z Compiling thread_local v1.1.9
24272026-05-20T17:04:39.389Z Compiling match_cfg v0.1.0
24282026-05-20T17:04:39.411Z Compiling compression-core v0.4.31
24292026-05-20T17:04:39.476Z Compiling multer v3.1.0
24302026-05-20T17:04:39.498Z Compiling slog-async v2.8.0
24312026-05-20T17:04:39.537Z Compiling hostname v0.3.1
24322026-05-20T17:04:39.603Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24332026-05-20T17:04:39.628Z Compiling compression-codecs v0.4.37
24342026-05-20T17:04:39.630Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24352026-05-20T17:04:39.676Z Compiling crossbeam-channel v0.5.15
24362026-05-20T17:04:39.680Z Compiling slog-json v2.6.1
24372026-05-20T17:04:39.720Z Compiling serde_yaml v0.9.34+deprecated
24382026-05-20T17:04:39.744Z Compiling serde_spanned v1.0.4
24392026-05-20T17:04:39.747Z Compiling toml_datetime v1.0.0+spec-1.1.0
24402026-05-20T17:04:39.791Z Compiling term v1.2.1
24412026-05-20T17:04:39.831Z Compiling toml_writer v1.0.6+spec-1.1.0
24422026-05-20T17:04:39.882Z Compiling take_mut v0.2.2
24432026-05-20T17:04:39.903Z Compiling slog-bunyan v2.5.0
24442026-05-20T17:04:39.925Z Compiling async-compression v0.4.41
24452026-05-20T17:04:40.022Z Compiling toml v1.0.6+spec-1.1.0
24462026-05-20T17:04:40.070Z Compiling slog-term v2.9.2
24472026-05-20T17:04:40.170Z Compiling async-stream v0.3.6
24482026-05-20T17:04:40.191Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24492026-05-20T17:04:40.274Z Compiling dropshot v0.17.0
24502026-05-20T17:04:40.305Z Compiling num-rational v0.4.2
24512026-05-20T17:04:40.349Z Compiling progenitor-client v0.14.0
24522026-05-20T17:04:40.370Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24532026-05-20T17:04:40.373Z Compiling waitgroup v0.1.2
24542026-05-20T17:04:40.489Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24552026-05-20T17:04:40.532Z Compiling backon v1.6.0
24562026-05-20T17:04:40.554Z Compiling rustls-pemfile v2.2.0
24572026-05-20T17:04:40.577Z Compiling num-complex v0.4.6
24582026-05-20T17:04:40.603Z Compiling serde_path_to_error v0.1.20
24592026-05-20T17:04:40.626Z Compiling hostname v0.4.2
24602026-05-20T17:04:40.647Z Compiling instant v0.1.13
24612026-05-20T17:04:40.684Z Compiling debug-ignore v1.0.5
24622026-05-20T17:04:40.751Z Compiling typify-impl v0.6.2
24632026-05-20T17:04:40.772Z Compiling backoff v0.4.0
24642026-05-20T17:04:40.796Z Compiling progenitor-extras v0.2.0
24652026-05-20T17:04:40.799Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24662026-05-20T17:04:40.837Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24672026-05-20T17:04:41.009Z Compiling num v0.4.3
24682026-05-20T17:04:41.031Z Compiling parse-display v0.10.0
24692026-05-20T17:04:41.075Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24702026-05-20T17:04:41.079Z Compiling progenitor-client v0.13.0
24712026-05-20T17:04:41.117Z Compiling progenitor-client v0.10.0
24722026-05-20T17:04:41.138Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24732026-05-20T17:04:41.192Z Compiling macaddr v1.0.1
24742026-05-20T17:04:41.266Z Compiling float-ord v0.3.2
24752026-05-20T17:04:41.366Z Compiling console v0.15.11
24762026-05-20T17:04:41.430Z Compiling atomicwrites v0.4.4
24772026-05-20T17:04:41.452Z Compiling newline-converter v0.3.0
24782026-05-20T17:04:41.549Z Compiling slog-dtrace v0.3.0
24792026-05-20T17:04:41.602Z Compiling cancel-safe-futures v0.1.5
24802026-05-20T17:04:41.623Z Compiling owo-colors v4.3.0
24812026-05-20T17:04:41.744Z Compiling tokio-rustls v0.25.0
24822026-05-20T17:04:41.768Z Compiling expectorate v1.2.0
24832026-05-20T17:04:41.790Z Compiling resolv-conf v0.7.6
24842026-05-20T17:04:41.870Z Compiling toml v0.8.23
24852026-05-20T17:04:41.912Z Compiling libsw-core v0.3.2
24862026-05-20T17:04:42.075Z Compiling libsw v3.5.0
24872026-05-20T17:04:42.139Z Compiling linear-map v1.2.0
24882026-05-20T17:04:42.295Z Compiling linked-hash-map v0.5.6
24892026-05-20T17:04:42.383Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24902026-05-20T17:04:42.403Z Compiling minimal-lexical v0.2.1
24912026-05-20T17:04:42.460Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24922026-05-20T17:04:42.481Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24932026-05-20T17:04:42.537Z Compiling lru-cache v0.1.2
24942026-05-20T17:04:42.603Z Compiling hickory-proto v0.24.4
24952026-05-20T17:04:42.666Z Compiling nom v7.1.3
24962026-05-20T17:04:42.687Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24972026-05-20T17:04:42.711Z Compiling unicode-xid v0.2.6
24982026-05-20T17:04:42.827Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24992026-05-20T17:04:42.865Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25002026-05-20T17:04:43.002Z Compiling convert_case v0.10.0
25012026-05-20T17:04:43.297Z Compiling derive_more-impl v2.1.1
25022026-05-20T17:04:43.668Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25032026-05-20T17:04:44.031Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25042026-05-20T17:04:44.058Z Compiling papergrid v0.11.0
25052026-05-20T17:04:44.150Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25062026-05-20T17:04:44.244Z Compiling derive_more v2.1.1
25072026-05-20T17:04:44.248Z Compiling typify-macro v0.6.2
25082026-05-20T17:04:44.311Z Compiling tabled_derive v0.7.0
25092026-05-20T17:04:44.402Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25102026-05-20T17:04:44.646Z Compiling termtree v0.5.1
25112026-05-20T17:04:44.846Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25122026-05-20T17:04:45.195Z Compiling hickory-resolver v0.24.4
25132026-05-20T17:04:45.293Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25142026-05-20T17:04:45.316Z Compiling tabled v0.15.0
25152026-05-20T17:04:45.511Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25162026-05-20T17:04:45.788Z Compiling typify v0.6.2
25172026-05-20T17:04:45.936Z Compiling progenitor-impl v0.14.0
25182026-05-20T17:04:46.628Z Compiling progenitor-impl v0.13.0
25192026-05-20T17:04:48.096Z Compiling progenitor-macro v0.14.0
25202026-05-20T17:04:48.544Z Compiling qorb v0.4.1
25212026-05-20T17:04:48.794Z Compiling progenitor-macro v0.13.0
25222026-05-20T17:04:49.748Z Compiling crossterm v0.29.0
25232026-05-20T17:04:50.392Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25242026-05-20T17:04:50.678Z Compiling phf_shared v0.12.1
25252026-05-20T17:04:50.931Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25262026-05-20T17:04:51.035Z Compiling csv-core v0.1.13
25272026-05-20T17:04:51.057Z Compiling vte v0.14.1
25282026-05-20T17:04:51.470Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25292026-05-20T17:04:51.497Z Compiling highway v1.3.0
25302026-05-20T17:04:51.571Z Compiling chrono-tz v0.10.4
25312026-05-20T17:04:51.821Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25322026-05-20T17:04:51.921Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25332026-05-20T17:04:52.182Z Compiling progenitor v0.14.0
25342026-05-20T17:04:52.246Z Compiling strip-ansi-escapes v0.2.1
25352026-05-20T17:04:52.363Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25362026-05-20T17:04:52.682Z Compiling csv v1.4.0
25372026-05-20T17:04:52.777Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25382026-05-20T17:04:52.813Z Compiling phf v0.12.1
25392026-05-20T17:04:52.834Z Compiling progenitor v0.13.0
25402026-05-20T17:04:53.017Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25412026-05-20T17:04:53.020Z Compiling const_format_proc_macros v0.2.34
25422026-05-20T17:04:53.119Z Compiling fd-lock v4.0.4
25432026-05-20T17:04:53.287Z Compiling peg-macros v0.8.5
25442026-05-20T17:04:53.413Z Compiling nu-ansi-term v0.50.3
25452026-05-20T17:04:53.662Z Compiling reedline v0.40.0
25462026-05-20T17:04:53.922Z Compiling const_format v0.2.35
25472026-05-20T17:04:53.993Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25482026-05-20T17:04:54.589Z Compiling peg v0.8.5
25492026-05-20T17:04:54.703Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-05-20T17:04:55.557Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25512026-05-20T17:04:55.679Z Compiling bcs v0.1.6
25522026-05-20T17:04:55.760Z Compiling semver v0.1.20
25532026-05-20T17:04:55.856Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25542026-05-20T17:04:56.056Z Compiling rustc_version v0.1.7
25552026-05-20T17:04:56.112Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25562026-05-20T17:04:56.115Z Compiling smawk v0.3.2
25572026-05-20T17:04:56.292Z Compiling newtype_derive v0.1.6
25582026-05-20T17:04:56.351Z Compiling unicode-linebreak v0.1.5
25592026-05-20T17:04:56.524Z Compiling humantime v2.3.0
25602026-05-20T17:04:56.666Z Compiling textwrap v0.16.2
25612026-05-20T17:04:57.064Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25622026-05-20T17:04:57.311Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25632026-05-20T17:04:57.334Z Compiling dropshot-api-manager-types v0.7.1
25642026-05-20T17:04:57.358Z Compiling base64 v0.21.7
25652026-05-20T17:04:57.878Z Compiling steno v0.4.1
25662026-05-20T17:04:57.901Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25672026-05-20T17:04:57.948Z Compiling tagptr v0.2.0
25682026-05-20T17:04:58.142Z Compiling moka v0.12.13
25692026-05-20T17:04:58.269Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25702026-05-20T17:04:58.445Z Compiling utf-8 v0.7.6
25712026-05-20T17:04:58.619Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25722026-05-20T17:04:58.692Z Compiling tungstenite v0.21.0
25732026-05-20T17:04:58.739Z Compiling radium v0.7.0
25742026-05-20T17:04:59.055Z Compiling maybe-uninit v2.0.0
25752026-05-20T17:04:59.106Z Compiling tap v1.0.1
25762026-05-20T17:04:59.272Z Compiling hickory-resolver v0.25.2
25772026-05-20T17:04:59.302Z Compiling tokio-tungstenite v0.21.0
25782026-05-20T17:04:59.412Z Compiling wyz v0.5.1
25792026-05-20T17:04:59.661Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25802026-05-20T17:04:59.694Z Compiling zerocopy-derive v0.6.6
25812026-05-20T17:04:59.715Z Compiling crc-catalog v2.4.0
25822026-05-20T17:04:59.836Z Compiling funty v2.0.0
25832026-05-20T17:05:00.452Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25842026-05-20T17:05:00.769Z Compiling packed_struct v0.10.1
25852026-05-20T17:05:00.824Z Compiling display-error-chain v0.2.2
25862026-05-20T17:05:01.000Z Compiling zerocopy v0.6.6
25872026-05-20T17:05:01.077Z Compiling bitvec v1.0.1
25882026-05-20T17:05:01.108Z Compiling crc v3.4.0
25892026-05-20T17:05:01.388Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25902026-05-20T17:05:01.598Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25912026-05-20T17:05:01.652Z Compiling num-derive v0.3.3
25922026-05-20T17:05:01.948Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25932026-05-20T17:05:02.574Z Compiling packed_struct_codegen v0.10.1
25942026-05-20T17:05:02.881Z Compiling bitfield-macros v0.19.4
25952026-05-20T17:05:03.596Z Compiling proc-macro-error-attr2 v2.0.0
25962026-05-20T17:05:03.621Z Compiling indexmap v1.9.3
25972026-05-20T17:05:03.624Z Compiling nodrop v0.1.14
25982026-05-20T17:05:03.776Z Compiling array-init v0.0.4
25992026-05-20T17:05:03.898Z Compiling bitfield v0.19.4
26002026-05-20T17:05:03.978Z Compiling libscf-sys v1.1.0
26012026-05-20T17:05:04.018Z Compiling proc-macro-error2 v2.0.1
26022026-05-20T17:05:04.155Z Compiling smallvec v0.6.14
26032026-05-20T17:05:04.177Z Compiling typify-impl v0.4.3
26042026-05-20T17:05:04.236Z Compiling hashbrown v0.12.3
26052026-05-20T17:05:04.338Z Compiling tabled_derive v0.11.0
26062026-05-20T17:05:04.423Z Compiling serde-hex v0.1.0
26072026-05-20T17:05:04.488Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26082026-05-20T17:05:05.176Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26092026-05-20T17:05:05.351Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26102026-05-20T17:05:05.434Z Compiling ron v0.8.1
26112026-05-20T17:05:05.459Z Compiling papergrid v0.17.0
26122026-05-20T17:05:05.533Z Compiling testing_table v0.3.0
26132026-05-20T17:05:05.688Z Compiling hashbrown v0.13.2
26142026-05-20T17:05:05.968Z Compiling vergen-gitcl v1.0.8
26152026-05-20T17:05:06.192Z Compiling dirs-sys-next v0.1.2
26162026-05-20T17:05:06.196Z Compiling crc-any v2.5.0
26172026-05-20T17:05:06.294Z Compiling crunchy v0.2.4
26182026-05-20T17:05:06.374Z Compiling glob v0.3.3
26192026-05-20T17:05:06.461Z Compiling diesel_derives v2.3.7
26202026-05-20T17:05:06.519Z Compiling maplit v1.0.2
26212026-05-20T17:05:06.613Z Compiling tabled v0.20.0
26222026-05-20T17:05:06.639Z Compiling dirs-next v2.0.0
26232026-05-20T17:05:06.642Z Compiling object v0.30.4
26242026-05-20T17:05:06.749Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-05-20T17:05:06.770Z Compiling clang-sys v1.8.1
26262026-05-20T17:05:06.795Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26272026-05-20T17:05:07.162Z Compiling dsl_auto_type v0.2.0
26282026-05-20T17:05:07.194Z Compiling scheduled-thread-pool v0.2.7
26292026-05-20T17:05:07.412Z Compiling diesel_table_macro_syntax v0.3.0
26302026-05-20T17:05:07.562Z Compiling typify-macro v0.4.3
26312026-05-20T17:05:07.704Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26322026-05-20T17:05:07.709Z Compiling tiny-keccak v2.0.2
26332026-05-20T17:05:07.788Z Compiling path-slash v0.1.5
26342026-05-20T17:05:07.809Z Compiling xshell-macros v0.2.7
26352026-05-20T17:05:07.951Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26362026-05-20T17:05:07.978Z Compiling r2d2 v0.8.10
26372026-05-20T17:05:08.031Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26382026-05-20T17:05:08.192Z Compiling term v0.7.0
26392026-05-20T17:05:08.215Z Compiling xshell v0.2.7
26402026-05-20T17:05:08.387Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26412026-05-20T17:05:08.734Z Compiling bit-vec v0.6.3
26422026-05-20T17:05:08.806Z Compiling downcast-rs v2.0.2
26432026-05-20T17:05:08.870Z Compiling ascii-canvas v3.0.0
26442026-05-20T17:05:08.942Z Compiling bit-set v0.5.3
26452026-05-20T17:05:09.074Z Compiling itertools v0.10.5
26462026-05-20T17:05:09.134Z Compiling ena v0.14.4
26472026-05-20T17:05:09.137Z Compiling libloading v0.8.9
26482026-05-20T17:05:09.239Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26492026-05-20T17:05:09.412Z Compiling crc8 v0.1.1
26502026-05-20T17:05:09.554Z Compiling diff v0.1.13
26512026-05-20T17:05:09.585Z Compiling unicase v2.9.0
26522026-05-20T17:05:09.820Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26532026-05-20T17:05:09.888Z Compiling bindgen v0.71.1
26542026-05-20T17:05:10.194Z Compiling regex-syntax v0.6.29
26552026-05-20T17:05:10.879Z Compiling typify v0.4.3
26562026-05-20T17:05:10.882Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26572026-05-20T17:05:11.140Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26582026-05-20T17:05:11.424Z Compiling cexpr v0.6.0
26592026-05-20T17:05:11.743Z Compiling lalrpop v0.19.12
26602026-05-20T17:05:11.886Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26612026-05-20T17:05:11.910Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26622026-05-20T17:05:12.095Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26632026-05-20T17:05:12.142Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26642026-05-20T17:05:12.216Z Compiling headers-core v0.3.0
26652026-05-20T17:05:12.381Z Compiling git-stub v1.0.0
26662026-05-20T17:05:12.542Z Compiling libxml v0.3.3
26672026-05-20T17:05:12.580Z Compiling diesel v2.3.7
26682026-05-20T17:05:12.653Z Compiling git-stub-vcs v0.1.0
26692026-05-20T17:05:12.791Z Compiling headers v0.4.1
26702026-05-20T17:05:12.864Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26712026-05-20T17:05:13.016Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26722026-05-20T17:05:13.214Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26732026-05-20T17:05:13.302Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26742026-05-20T17:05:13.794Z Compiling strum_macros v0.24.3
26752026-05-20T17:05:14.126Z Compiling indoc v1.0.9
26762026-05-20T17:05:14.551Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26772026-05-20T17:05:14.573Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26782026-05-20T17:05:14.774Z Compiling derive_builder v0.20.2
26792026-05-20T17:05:14.949Z Compiling oso-derive v0.27.3
26802026-05-20T17:05:15.077Z Compiling quick-xml v0.37.5
26812026-05-20T17:05:15.460Z Compiling impl-trait-for-tuples v0.2.3
26822026-05-20T17:05:15.677Z Compiling half v1.8.3
26832026-05-20T17:05:15.875Z Compiling openssl-probe v0.1.6
26842026-05-20T17:05:16.123Z Compiling serde_cbor v0.11.2
26852026-05-20T17:05:16.202Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26862026-05-20T17:05:16.369Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26872026-05-20T17:05:16.522Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26882026-05-20T17:05:16.741Z Compiling samael v0.0.19
26892026-05-20T17:05:16.763Z Compiling bb8 v0.8.6
26902026-05-20T17:05:16.766Z Compiling trait-variant v0.1.2
26912026-05-20T17:05:16.973Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26922026-05-20T17:05:17.167Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26932026-05-20T17:05:17.189Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26942026-05-20T17:05:17.240Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26952026-05-20T17:05:17.350Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26962026-05-20T17:05:17.468Z Compiling fxhash v0.2.1
26972026-05-20T17:05:17.497Z Compiling salty v0.3.0
26982026-05-20T17:05:17.810Z Compiling progenitor-impl v0.11.2
26992026-05-20T17:05:17.814Z Compiling progenitor-impl v0.10.0
27002026-05-20T17:05:17.973Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27012026-05-20T17:05:18.207Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27022026-05-20T17:05:18.584Z Compiling kstat-rs v0.2.4
27032026-05-20T17:05:18.607Z Compiling libz-sys v1.1.24
27042026-05-20T17:05:18.999Z Compiling nonempty v0.12.0
27052026-05-20T17:05:19.161Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27062026-05-20T17:05:19.235Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27072026-05-20T17:05:19.279Z Compiling polar-core v0.27.3
27082026-05-20T17:05:19.937Z Compiling progenitor-macro v0.11.2
27092026-05-20T17:05:19.959Z Compiling progenitor-macro v0.10.0
27102026-05-20T17:05:21.374Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27112026-05-20T17:05:21.835Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27122026-05-20T17:05:22.233Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27132026-05-20T17:05:22.801Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27142026-05-20T17:05:23.368Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27152026-05-20T17:05:23.533Z Compiling progenitor-client v0.11.2
27162026-05-20T17:05:23.556Z Compiling darling_core v0.23.0
27172026-05-20T17:05:24.001Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27182026-05-20T17:05:24.069Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27192026-05-20T17:05:24.093Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27202026-05-20T17:05:25.733Z Compiling nanorand v0.7.0
27212026-05-20T17:05:26.100Z Compiling arc-swap v1.8.2
27222026-05-20T17:05:26.473Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27232026-05-20T17:05:28.012Z Compiling oso v0.27.3
27242026-05-20T17:05:28.384Z Compiling fs-err v2.11.0
27252026-05-20T17:05:28.627Z Compiling parking_lot_core v0.8.6
27262026-05-20T17:05:28.959Z Compiling mime_guess v2.0.5
27272026-05-20T17:05:29.067Z Compiling slog-scope v4.4.1
27282026-05-20T17:05:29.460Z Compiling flume v0.11.1
27292026-05-20T17:05:29.860Z Compiling diesel-dtrace v0.5.0
27302026-05-20T17:05:30.181Z Compiling async-bb8-diesel v0.2.1
27312026-05-20T17:05:30.484Z Compiling darling_macro v0.23.0
27322026-05-20T17:05:30.623Z Compiling progenitor v0.10.0
27332026-05-20T17:05:30.887Z Compiling progenitor v0.11.2
27342026-05-20T17:05:30.999Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-05-20T17:05:31.083Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27362026-05-20T17:05:31.926Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27372026-05-20T17:05:32.973Z Compiling primeorder v0.13.6
27382026-05-20T17:05:33.060Z Compiling libgit2-sys v0.18.3+1.9.2
27392026-05-20T17:05:33.301Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27402026-05-20T17:05:33.360Z Compiling instability v0.3.11
27412026-05-20T17:05:33.638Z Compiling p384 v0.13.1
27422026-05-20T17:05:34.445Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27432026-05-20T17:05:34.541Z Compiling darling v0.23.0
27442026-05-20T17:05:34.696Z Compiling slog-stdlog v4.1.1
27452026-05-20T17:05:35.507Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27462026-05-20T17:05:35.542Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27472026-05-20T17:05:35.586Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27482026-05-20T17:05:35.704Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27492026-05-20T17:05:36.219Z Compiling ignore v0.4.25
27502026-05-20T17:05:36.223Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27512026-05-20T17:05:36.356Z Compiling castaway v0.2.4
27522026-05-20T17:05:36.513Z Compiling atty v0.2.14
27532026-05-20T17:05:36.664Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-05-20T17:05:36.850Z Compiling parse-size v1.1.0
27552026-05-20T17:05:36.896Z Compiling indoc v2.0.7
27562026-05-20T17:05:37.072Z Compiling http-range v0.1.5
27572026-05-20T17:05:37.228Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27582026-05-20T17:05:37.470Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-05-20T17:05:37.742Z Compiling compact_str v0.8.1
27602026-05-20T17:05:38.090Z Compiling globwalk v0.9.1
27612026-05-20T17:05:38.799Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27622026-05-20T17:05:38.903Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27632026-05-20T17:05:39.342Z Compiling parking_lot v0.11.2
27642026-05-20T17:05:40.256Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27652026-05-20T17:05:40.766Z Compiling slog-envlogger v2.2.0
27662026-05-20T17:05:41.653Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27672026-05-20T17:05:41.786Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27682026-05-20T17:05:41.818Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27692026-05-20T17:05:41.931Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-05-20T17:05:42.108Z Compiling predicates-tree v1.0.13
27712026-05-20T17:05:42.159Z Compiling unicode-truncate v1.1.0
27722026-05-20T17:05:42.270Z Compiling lru v0.12.5
27732026-05-20T17:05:42.291Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27742026-05-20T17:05:42.376Z Compiling rand_seeder v0.4.0
27752026-05-20T17:05:42.495Z Compiling prefix-trie v0.7.0
27762026-05-20T17:05:42.561Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27772026-05-20T17:05:42.582Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27782026-05-20T17:05:42.630Z Compiling vergen-git2 v1.0.7
27792026-05-20T17:05:42.838Z Compiling cassowary v0.3.0
27802026-05-20T17:05:42.860Z Compiling illumos-nvpair-sys v0.2.0
27812026-05-20T17:05:42.883Z Compiling corncobs v0.1.4
27822026-05-20T17:05:42.986Z Compiling hickory-server v0.25.2
27832026-05-20T17:05:43.052Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27842026-05-20T17:05:43.139Z Compiling ratatui v0.29.0
27852026-05-20T17:05:43.164Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27862026-05-20T17:05:43.709Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27872026-05-20T17:05:43.814Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27882026-05-20T17:05:44.053Z Compiling camino-tempfile-ext v0.3.3
27892026-05-20T17:05:44.075Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27902026-05-20T17:05:44.409Z Compiling hyper-staticfile v0.10.1
27912026-05-20T17:05:44.559Z Compiling sled v0.34.7
27922026-05-20T17:05:45.205Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27932026-05-20T17:05:45.609Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27942026-05-20T17:05:45.876Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27952026-05-20T17:05:47.181Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27962026-05-20T17:05:47.407Z Compiling secrecy v0.8.0
27972026-05-20T17:05:47.597Z Compiling rustls v0.21.12
27982026-05-20T17:05:47.820Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27992026-05-20T17:05:48.223Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28002026-05-20T17:05:48.991Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28012026-05-20T17:05:49.130Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28022026-05-20T17:05:49.176Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28032026-05-20T17:05:49.480Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28042026-05-20T17:05:50.578Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28052026-05-20T17:05:51.221Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28062026-05-20T17:05:51.341Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28072026-05-20T17:05:52.109Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28082026-05-20T17:05:52.344Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28092026-05-20T17:05:52.554Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28102026-05-20T17:05:52.577Z Compiling rustls-webpki v0.101.7
28112026-05-20T17:05:52.783Z Compiling sct v0.7.1
28122026-05-20T17:05:53.053Z Compiling nix v0.29.0
28132026-05-20T17:05:53.445Z Compiling dropshot v0.16.7
28142026-05-20T17:05:53.472Z Compiling void v1.0.2
28152026-05-20T17:05:53.621Z Compiling lzss v0.8.2
28162026-05-20T17:05:53.818Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28172026-05-20T17:05:53.862Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28182026-05-20T17:05:53.904Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28192026-05-20T17:05:54.880Z Compiling illumos-nvpair v0.3.0
28202026-05-20T17:05:55.235Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28212026-05-20T17:05:55.368Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28222026-05-20T17:05:55.611Z Compiling tungstenite v0.23.0
28232026-05-20T17:05:55.938Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28242026-05-20T17:05:56.639Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28252026-05-20T17:05:56.865Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28262026-05-20T17:05:57.096Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28272026-05-20T17:05:57.121Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28282026-05-20T17:05:57.324Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28292026-05-20T17:05:57.351Z Compiling toml v0.9.12+spec-1.1.0
28302026-05-20T17:05:57.551Z Compiling nix v0.27.1
28312026-05-20T17:05:57.941Z Compiling dropshot_endpoint v0.16.7
28322026-05-20T17:05:58.032Z Compiling serde_bytes v0.11.19
28332026-05-20T17:05:58.177Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28342026-05-20T17:05:58.331Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
28352026-05-20T17:05:58.596Z Compiling git2 v0.20.4
28362026-05-20T17:05:58.889Z Compiling tokio-tungstenite v0.23.1
28372026-05-20T17:05:59.287Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28382026-05-20T17:06:01.730Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28392026-05-20T17:06:02.015Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28402026-05-20T17:06:04.278Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28412026-05-20T17:06:04.378Z Compiling tokio-rustls v0.24.1
28422026-05-20T17:06:04.637Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28432026-05-20T17:06:04.792Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28442026-05-20T17:06:04.907Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28452026-05-20T17:06:05.234Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28462026-05-20T17:06:05.271Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28472026-05-20T17:06:05.369Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28482026-05-20T17:06:06.456Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28492026-05-20T17:06:06.481Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28502026-05-20T17:06:07.249Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28512026-05-20T17:06:07.273Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28522026-05-20T17:06:12.908Z Compiling rustls-pemfile v1.0.4
28532026-05-20T17:06:13.273Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28542026-05-20T17:06:13.273Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28552026-05-20T17:06:13.273Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28562026-05-20T17:06:13.347Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28572026-05-20T17:06:13.347Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28582026-05-20T17:06:13.347Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28592026-05-20T17:06:13.347Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28602026-05-20T17:06:13.347Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28612026-05-20T17:06:13.347Z Compiling signal-hook-tokio v0.3.1
28622026-05-20T17:06:13.347Z Compiling twox-hash v2.1.2
28632026-05-20T17:06:13.347Z Compiling yasna v0.5.2
28642026-05-20T17:06:13.347Z Compiling is_ci v1.2.0
28652026-05-20T17:06:13.347Z Compiling supports-color v3.0.2
28662026-05-20T17:06:13.347Z Compiling rcgen v0.12.1
28672026-05-20T17:06:13.347Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28682026-05-20T17:06:13.401Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28692026-05-20T17:06:13.489Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28702026-05-20T17:06:13.745Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28712026-05-20T17:06:14.558Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28722026-05-20T17:06:16.048Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28732026-05-20T17:06:16.226Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28742026-05-20T17:06:16.738Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28752026-05-20T17:06:16.816Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28762026-05-20T17:06:17.013Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28772026-05-20T17:06:17.247Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28782026-05-20T17:06:17.512Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28792026-05-20T17:06:17.733Z Compiling fatfs v0.3.6
28802026-05-20T17:06:18.636Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28812026-05-20T17:06:18.932Z Compiling rtoolbox v0.0.3
28822026-05-20T17:06:19.233Z Compiling subprocess v0.2.15
28832026-05-20T17:06:19.588Z Compiling assert_matches v1.5.0
28842026-05-20T17:06:19.682Z Compiling seq-macro v0.3.6
28852026-05-20T17:06:19.759Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28862026-05-20T17:06:20.277Z Compiling rpassword v7.4.0
28872026-05-20T17:06:20.600Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28882026-05-20T17:06:20.687Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28892026-05-20T17:06:21.392Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28902026-05-20T17:06:21.531Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28912026-05-20T17:06:22.312Z Compiling tui-tree-widget v0.23.1
28922026-05-20T17:06:22.607Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28932026-05-20T17:06:23.142Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28942026-05-20T17:06:23.572Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28952026-05-20T17:06:23.693Z Compiling uzers v0.12.2
28962026-05-20T17:06:23.728Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28972026-05-20T17:06:24.832Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28982026-05-20T17:06:25.952Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28992026-05-20T17:06:27.100Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29002026-05-20T17:06:28.881Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29012026-05-20T17:06:30.457Z Compiling support-bundle-viewer v0.1.2
29022026-05-20T17:06:31.059Z Compiling multimap v0.10.1
29032026-05-20T17:06:39.793Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29042026-05-20T17:06:40.163Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29052026-05-20T17:06:50.777Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29062026-05-20T17:06:52.682Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29072026-05-20T17:12:16.623Z Finished `release` profile [optimized] target(s) in 7m 38s
29082026-05-20T17:13:00.609Z
29092026-05-20T17:13:00.609Zreal 8:24.014909213
29102026-05-20T17:13:00.612Zuser 1:17:29.169285973
29112026-05-20T17:13:00.612Zsys 3:29.390275277
29122026-05-20T17:13:00.612Ztrap 1.723475275
29132026-05-20T17:13:00.612Ztflt 3.652187671
29142026-05-20T17:13:00.612Zdflt 17.738885503
29152026-05-20T17:13:00.612Zkflt 0.038391487
29162026-05-20T17:13:00.613Zlock 6:24:44.061590767
29172026-05-20T17:13:00.613Zslp 2:12:33.834755768
29182026-05-20T17:13:00.613Zlat 2:31.397864010
29192026-05-20T17:13:00.613Zstop 5:20.072797123
29202026-05-20T17:13:00.613Z+ mapfile -t packages
29212026-05-20T17:13:00.613Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29222026-05-20T17:13:01.572Z Finished `release` profile [optimized] target(s) in 0.95s
29232026-05-20T17:13:01.647Z Running `target/release/omicron-package -t test list-outputs`
29242026-05-20T17:13:01.704ZLogging to: /work/oxidecomputer/omicron/out/LOG
29252026-05-20T17:13:01.708Z+ ptime -m cargo build --locked --release -p xtask
29262026-05-20T17:13:02.243Z Compiling libc v0.2.185
29272026-05-20T17:13:02.243Z Compiling serde v1.0.228
29282026-05-20T17:13:02.247Z Compiling serde_core v1.0.228
29292026-05-20T17:13:02.247Z Compiling rustix v1.1.3
29302026-05-20T17:13:02.337Z Compiling serde_json v1.0.149
29312026-05-20T17:13:02.347Z Compiling bitflags v2.11.0
29322026-05-20T17:13:02.384Z Compiling num-traits v0.2.19
29332026-05-20T17:13:02.396Z Compiling syn v2.0.117
29342026-05-20T17:13:02.406Z Compiling smallvec v1.15.1
29352026-05-20T17:13:02.430Z Compiling usdt-impl v0.5.0
29362026-05-20T17:13:02.434Z Compiling indexmap v2.14.0
29372026-05-20T17:13:02.454Z Compiling syn v1.0.109
29382026-05-20T17:13:02.466Z Compiling percent-encoding v2.3.2
29392026-05-20T17:13:02.470Z Compiling getrandom v0.4.1
29402026-05-20T17:13:02.575Z Compiling log v0.4.29
29412026-05-20T17:13:02.688Z Compiling form_urlencoded v1.2.2
29422026-05-20T17:13:02.822Z Compiling fs-err v3.3.0
29432026-05-20T17:13:02.832Z Compiling heck v0.4.1
29442026-05-20T17:13:02.867Z Compiling once_cell v1.21.3
29452026-05-20T17:13:02.880Z Compiling anyhow v1.0.102
29462026-05-20T17:13:03.095Z Compiling errno v0.3.14
29472026-05-20T17:13:03.095Z Compiling thread-id v4.2.2
29482026-05-20T17:13:03.099Z Compiling memmap v0.7.0
29492026-05-20T17:13:03.409Z Compiling ordered-float v2.10.1
29502026-05-20T17:13:03.943Z Compiling proc-macro-error v1.0.4
29512026-05-20T17:13:04.134Z Compiling terminal_size v0.4.3
29522026-05-20T17:13:04.135Z Compiling tempfile v3.25.0
29532026-05-20T17:13:04.176Z Compiling tabled_derive v0.7.0
29542026-05-20T17:13:04.228Z Compiling clap_builder v4.5.60
29552026-05-20T17:13:04.232Z Compiling textwrap v0.16.2
29562026-05-20T17:13:04.361Z Compiling camino-tempfile v1.4.1
29572026-05-20T17:13:04.845Z Compiling tabled v0.15.0
29582026-05-20T17:13:04.902Z Compiling synstructure v0.13.2
29592026-05-20T17:13:04.902Z Compiling pest_generator v2.8.6
29602026-05-20T17:13:05.282Z Compiling serde_derive v1.0.228
29612026-05-20T17:13:05.282Z Compiling zerofrom-derive v0.1.6
29622026-05-20T17:13:05.282Z Compiling yoke-derive v0.8.1
29632026-05-20T17:13:05.285Z Compiling zerovec-derive v0.11.2
29642026-05-20T17:13:05.285Z Compiling displaydoc v0.2.5
29652026-05-20T17:13:05.285Z Compiling thiserror-impl v1.0.69
29662026-05-20T17:13:05.285Z Compiling zerocopy-derive v0.7.35
29672026-05-20T17:13:05.285Z Compiling scroll_derive v0.12.1
29682026-05-20T17:13:05.285Z Compiling thiserror-impl v2.0.18
29692026-05-20T17:13:05.286Z Compiling clap_derive v4.5.55
29702026-05-20T17:13:05.428Z Compiling pest_derive v2.8.6
29712026-05-20T17:13:05.994Z Compiling scroll v0.12.0
29722026-05-20T17:13:06.111Z Compiling zerocopy v0.7.35
29732026-05-20T17:13:06.278Z Compiling goblin v0.8.2
29742026-05-20T17:13:06.445Z Compiling thiserror v1.0.69
29752026-05-20T17:13:06.512Z Compiling zerofrom v0.1.6
29762026-05-20T17:13:06.566Z Compiling dtrace-parser v0.2.0
29772026-05-20T17:13:06.598Z Compiling thiserror v2.0.18
29782026-05-20T17:13:06.660Z Compiling yoke v0.8.1
29792026-05-20T17:13:06.878Z Compiling zerovec v0.11.5
29802026-05-20T17:13:06.911Z Compiling zerotrie v0.2.3
29812026-05-20T17:13:06.964Z Compiling clap v4.5.60
29822026-05-20T17:13:07.477Z Compiling tinystr v0.8.2
29832026-05-20T17:13:07.708Z Compiling icu_locale_core v2.1.1
29842026-05-20T17:13:08.560Z Compiling potential_utf v0.1.4
29852026-05-20T17:13:08.573Z Compiling icu_provider v2.1.1
29862026-05-20T17:13:08.760Z Compiling icu_collections v2.1.1
29872026-05-20T17:13:08.955Z Compiling toml_datetime v0.6.11
29882026-05-20T17:13:09.000Z Compiling serde_spanned v0.6.9
29892026-05-20T17:13:09.012Z Compiling dof v0.3.0
29902026-05-20T17:13:09.061Z Compiling serde-value v0.7.0
29912026-05-20T17:13:09.094Z Compiling cargo-platform v0.2.0
29922026-05-20T17:13:09.107Z Compiling macaddr v1.0.1
29932026-05-20T17:13:09.132Z Compiling icu_normalizer v2.1.1
29942026-05-20T17:13:09.156Z Compiling icu_properties v2.1.2
29952026-05-20T17:13:09.173Z Compiling toml_edit v0.22.27
29962026-05-20T17:13:09.402Z Compiling serde_tokenstream v0.2.3
29972026-05-20T17:13:10.076Z Compiling idna_adapter v1.2.1
29982026-05-20T17:13:10.170Z Compiling usdt-attr-macro v0.5.0
29992026-05-20T17:13:10.185Z Compiling idna v1.1.0
30002026-05-20T17:13:10.217Z Compiling usdt-macro v0.5.0
30012026-05-20T17:13:10.503Z Compiling url v2.5.8
30022026-05-20T17:13:10.695Z Compiling toml v0.8.23
30032026-05-20T17:13:10.770Z Compiling usdt v0.5.0
30042026-05-20T17:13:11.130Z Compiling cargo-util-schemas v0.8.2
30052026-05-20T17:13:11.130Z Compiling cargo_toml v0.21.0
30062026-05-20T17:13:12.145Z Compiling cargo_metadata v0.21.0
30072026-05-20T17:13:15.222Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30082026-05-20T17:13:18.203Z Finished `release` profile [optimized] target(s) in 16.48s
30092026-05-20T17:13:18.385Z
30102026-05-20T17:13:18.386Zreal 16.619815430
30112026-05-20T17:13:18.386Zuser 2:21.106972793
30122026-05-20T17:13:18.386Zsys 16.628164875
30132026-05-20T17:13:18.386Ztrap 0.094416517
30142026-05-20T17:13:18.386Ztflt 0.569175604
30152026-05-20T17:13:18.390Zdflt 1.503704019
30162026-05-20T17:13:18.390Zkflt 0.000041190
30172026-05-20T17:13:18.390Zlock 5:16.158286113
30182026-05-20T17:13:18.390Zslp 3:22.775154726
30192026-05-20T17:13:18.390Zlat 5.546817477
30202026-05-20T17:13:18.390Zstop 18.588243449
30212026-05-20T17:13:18.390Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30222026-05-20T17:13:18.390Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30232026-05-20T17:13:18.390Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30242026-05-20T17:13:18.390Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30252026-05-20T17:13:18.390Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30262026-05-20T17:13:19.304Z Compiling newtype-uuid-macros v0.1.0
30272026-05-20T17:13:19.307Z Compiling regress v0.10.5
30282026-05-20T17:13:19.307Z Compiling structmeta-derive v0.3.0
30292026-05-20T17:13:19.307Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30302026-05-20T17:13:19.307Z Compiling rustls v0.22.4
30312026-05-20T17:13:19.481Z Compiling rustls-webpki v0.102.8
30322026-05-20T17:13:19.484Z Compiling multer v3.1.0
30332026-05-20T17:13:19.484Z Compiling match_cfg v0.1.0
30342026-05-20T17:13:19.484Z Compiling debug-ignore v1.0.5
30352026-05-20T17:13:19.493Z Compiling compression-core v0.4.31
30362026-05-20T17:13:19.497Z Compiling slog-json v2.6.1
30372026-05-20T17:13:19.497Z Compiling async-stream-impl v0.3.6
30382026-05-20T17:13:19.557Z Compiling serde_spanned v1.0.4
30392026-05-20T17:13:19.560Z Compiling toml_datetime v1.0.0+spec-1.1.0
30402026-05-20T17:13:19.560Z Compiling hostname v0.3.1
30412026-05-20T17:13:19.560Z Compiling dropshot v0.17.0
30422026-05-20T17:13:19.571Z Compiling toml_writer v1.0.6+spec-1.1.0
30432026-05-20T17:13:19.723Z Compiling compression-codecs v0.4.37
30442026-05-20T17:13:19.756Z Compiling slog-bunyan v2.5.0
30452026-05-20T17:13:19.760Z Compiling progenitor-client v0.14.0
30462026-05-20T17:13:19.790Z Compiling itertools v0.14.0
30472026-05-20T17:13:19.843Z Compiling waitgroup v0.1.2
30482026-05-20T17:13:19.846Z Compiling rustls-pemfile v2.2.0
30492026-05-20T17:13:19.879Z Compiling toml v1.0.6+spec-1.1.0
30502026-05-20T17:13:19.945Z Compiling async-compression v0.4.41
30512026-05-20T17:13:19.965Z Compiling dropshot_endpoint v0.17.0
30522026-05-20T17:13:20.001Z Compiling hostname v0.4.2
30532026-05-20T17:13:20.005Z Compiling serde_path_to_error v0.1.20
30542026-05-20T17:13:20.052Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30552026-05-20T17:13:20.088Z Compiling macaddr v1.0.1
30562026-05-20T17:13:20.112Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30572026-05-20T17:13:20.138Z Compiling async-stream v0.3.6
30582026-05-20T17:13:20.160Z Compiling instant v0.1.13
30592026-05-20T17:13:20.217Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30602026-05-20T17:13:20.254Z Compiling progenitor-client v0.10.0
30612026-05-20T17:13:20.272Z Compiling backon v1.6.0
30622026-05-20T17:13:20.292Z Compiling backoff v0.4.0
30632026-05-20T17:13:20.327Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30642026-05-20T17:13:20.344Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30652026-05-20T17:13:20.379Z Compiling universal-hash v0.5.1
30662026-05-20T17:13:20.505Z Compiling progenitor-extras v0.2.0
30672026-05-20T17:13:20.526Z Compiling unsafe-libyaml v0.2.11
30682026-05-20T17:13:20.530Z Compiling opaque-debug v0.3.1
30692026-05-20T17:13:20.562Z Compiling half v2.7.1
30702026-05-20T17:13:20.565Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30712026-05-20T17:13:20.566Z Compiling ciborium-io v0.2.2
30722026-05-20T17:13:20.615Z Compiling structmeta v0.3.0
30732026-05-20T17:13:20.618Z Compiling crucible-workspace-hack v0.1.0
30742026-05-20T17:13:20.654Z Compiling regress v0.11.1
30752026-05-20T17:13:20.697Z Compiling convert_case v0.4.0
30762026-05-20T17:13:20.757Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30772026-05-20T17:13:20.775Z Compiling aead v0.5.2
30782026-05-20T17:13:20.795Z Compiling secrecy v0.10.3
30792026-05-20T17:13:20.860Z Compiling derive-ex v0.1.8
30802026-05-20T17:13:20.879Z Compiling parse-display-derive v0.10.0
30812026-05-20T17:13:20.899Z Compiling ciborium-ll v0.2.2
30822026-05-20T17:13:20.968Z Compiling poly1305 v0.8.0
30832026-05-20T17:13:20.998Z Compiling chacha20 v0.9.1
30842026-05-20T17:13:21.016Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30852026-05-20T17:13:21.039Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30862026-05-20T17:13:21.087Z Compiling serde_yaml v0.9.34+deprecated
30872026-05-20T17:13:21.103Z Compiling derive_more v0.99.20
30882026-05-20T17:13:21.135Z Compiling ciborium v0.2.2
30892026-05-20T17:13:21.232Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30902026-05-20T17:13:21.255Z Compiling thiserror-impl-no-std v2.0.2
30912026-05-20T17:13:21.281Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30922026-05-20T17:13:21.299Z Compiling byte-wrapper v0.1.0
30932026-05-20T17:13:21.419Z Compiling password-hash v0.5.0
30942026-05-20T17:13:21.524Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30952026-05-20T17:13:21.575Z Compiling blake2 v0.10.6
30962026-05-20T17:13:21.664Z Compiling chacha20poly1305 v0.10.1
30972026-05-20T17:13:21.727Z Compiling indent_write v2.2.0
30982026-05-20T17:13:21.749Z Compiling heapless v0.8.0
30992026-05-20T17:13:21.795Z Compiling ingot-macros v0.1.1
31002026-05-20T17:13:21.839Z Compiling argon2 v0.5.3
31012026-05-20T17:13:21.856Z Compiling tabwriter v1.4.1
31022026-05-20T17:13:21.895Z Compiling toml_edit v0.23.10+spec-1.0.0
31032026-05-20T17:13:22.066Z Compiling tokio-rustls v0.25.0
31042026-05-20T17:13:22.173Z Compiling num-rational v0.4.2
31052026-05-20T17:13:22.329Z Compiling typify-impl v0.6.2
31062026-05-20T17:13:22.494Z Compiling thiserror-no-std v2.0.2
31072026-05-20T17:13:22.584Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31082026-05-20T17:13:22.621Z Compiling vsss-rs v3.3.4
31092026-05-20T17:13:22.643Z Compiling test-strategy v0.4.5
31102026-05-20T17:13:22.646Z Compiling parse-display v0.10.0
31112026-05-20T17:13:22.677Z Compiling hash32 v0.3.1
31122026-05-20T17:13:22.800Z Compiling num-complex v0.4.6
31132026-05-20T17:13:22.859Z Compiling smoltcp v0.11.0
31142026-05-20T17:13:22.877Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31152026-05-20T17:13:23.003Z Compiling proc-macro-crate v3.4.0
31162026-05-20T17:13:23.046Z Compiling atomicwrites v0.4.4
31172026-05-20T17:13:23.164Z Compiling cobs v0.3.0
31182026-05-20T17:13:23.254Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31192026-05-20T17:13:23.298Z Compiling num v0.4.3
31202026-05-20T17:13:23.315Z Compiling colored v3.1.1
31212026-05-20T17:13:23.383Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31222026-05-20T17:13:23.400Z Compiling float-ord v0.3.2
31232026-05-20T17:13:23.454Z Compiling postcard v1.1.3
31242026-05-20T17:13:23.546Z Compiling proc-macro-error v1.0.4
31252026-05-20T17:13:23.564Z Compiling proc-macro-crate v1.3.1
31262026-05-20T17:13:23.618Z Compiling foreign-types-macros v0.2.3
31272026-05-20T17:13:23.636Z Compiling num_enum_derive v0.7.5
31282026-05-20T17:13:23.656Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31292026-05-20T17:13:23.724Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31302026-05-20T17:13:23.742Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31312026-05-20T17:13:23.839Z Compiling cpufeatures v0.3.0
31322026-05-20T17:13:23.889Z Compiling foreign-types-shared v0.3.1
31332026-05-20T17:13:23.939Z Compiling rayon-core v1.13.0
31342026-05-20T17:13:23.980Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31352026-05-20T17:13:23.980Z Compiling chacha20 v0.10.0
31362026-05-20T17:13:24.020Z Compiling num_enum_derive v0.5.11
31372026-05-20T17:13:24.087Z Compiling toml v0.8.23
31382026-05-20T17:13:24.167Z Compiling crossbeam-deque v0.8.6
31392026-05-20T17:13:24.190Z Compiling camino-tempfile v1.4.1
31402026-05-20T17:13:24.214Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31412026-05-20T17:13:24.234Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31422026-05-20T17:13:24.249Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31432026-05-20T17:13:24.282Z Compiling foreign-types v0.5.0
31442026-05-20T17:13:24.334Z Compiling cstr-argument v0.1.2
31452026-05-20T17:13:24.386Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31462026-05-20T17:13:24.462Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31472026-05-20T17:13:24.518Z Compiling rand v0.10.0
31482026-05-20T17:13:24.643Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31492026-05-20T17:13:24.705Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31502026-05-20T17:13:24.746Z Compiling ingot-types v0.1.2
31512026-05-20T17:13:24.746Z Compiling zone_cfg_derive v0.3.1
31522026-05-20T17:13:24.781Z Compiling num_enum v0.7.5
31532026-05-20T17:13:24.784Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31542026-05-20T17:13:24.784Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31552026-05-20T17:13:24.837Z Compiling rayon v1.11.0
31562026-05-20T17:13:24.864Z Compiling itertools v0.12.1
31572026-05-20T17:13:24.907Z Compiling num-derive v0.4.2
31582026-05-20T17:13:24.937Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31592026-05-20T17:13:24.956Z Compiling sigpipe v0.1.3
31602026-05-20T17:13:25.040Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31612026-05-20T17:13:25.057Z Compiling prettyplease v0.2.37
31622026-05-20T17:13:25.090Z Compiling glob v0.3.3
31632026-05-20T17:13:25.108Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31642026-05-20T17:13:25.154Z Compiling ingot v0.1.1
31652026-05-20T17:13:25.172Z Compiling num_enum v0.5.11
31662026-05-20T17:13:25.191Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31672026-05-20T17:13:25.283Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31682026-05-20T17:13:25.342Z Compiling smf v0.2.3
31692026-05-20T17:13:25.362Z Compiling whoami v1.6.1
31702026-05-20T17:13:25.463Z Compiling usdt-macro v0.5.0
31712026-05-20T17:13:25.509Z Compiling usdt-attr-macro v0.5.0
31722026-05-20T17:13:25.626Z Compiling gethostname v0.5.0
31732026-05-20T17:13:25.673Z Compiling memmap v0.7.0
31742026-05-20T17:13:25.760Z Compiling derive-where v1.6.0
31752026-05-20T17:13:25.777Z Compiling progenitor-client v0.13.0
31762026-05-20T17:13:25.893Z Compiling resolv-conf v0.7.6
31772026-05-20T17:13:25.910Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31782026-05-20T17:13:25.913Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31792026-05-20T17:13:26.094Z Compiling zone v0.3.1
31802026-05-20T17:13:26.113Z Compiling owo-colors v4.3.0
31812026-05-20T17:13:26.130Z Compiling cancel-safe-futures v0.1.5
31822026-05-20T17:13:26.258Z Compiling libsw-core v0.3.2
31832026-05-20T17:13:26.275Z Compiling console v0.15.11
31842026-05-20T17:13:26.316Z Compiling hickory-proto v0.24.4
31852026-05-20T17:13:26.352Z Compiling usdt v0.5.0
31862026-05-20T17:13:26.459Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31872026-05-20T17:13:26.583Z Compiling libsw v3.5.0
31882026-05-20T17:13:26.605Z Compiling newline-converter v0.3.0
31892026-05-20T17:13:26.653Z Compiling libefi-sys v0.1.0
31902026-05-20T17:13:26.742Z Compiling linear-map v1.2.0
31912026-05-20T17:13:26.760Z Compiling linked-hash-map v0.5.6
31922026-05-20T17:13:26.791Z Compiling expectorate v1.2.0
31932026-05-20T17:13:26.814Z Compiling git-stub v1.0.0
31942026-05-20T17:13:26.839Z Compiling bitfield-struct v0.6.2
31952026-05-20T17:13:26.895Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31962026-05-20T17:13:26.912Z Compiling semver v0.1.20
31972026-05-20T17:13:26.960Z Compiling lru-cache v0.1.2
31982026-05-20T17:13:27.000Z Compiling typify-macro v0.6.2
31992026-05-20T17:13:27.003Z Compiling git-stub-vcs v0.1.0
32002026-05-20T17:13:27.078Z Compiling tokio-dtrace v0.1.1
32012026-05-20T17:13:27.097Z Compiling dropshot-api-manager-types v0.7.1
32022026-05-20T17:13:27.115Z Compiling rustc_version v0.1.7
32032026-05-20T17:13:27.118Z Compiling slog-dtrace v0.3.0
32042026-05-20T17:13:27.150Z Compiling minimal-lexical v0.2.1
32052026-05-20T17:13:27.209Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32062026-05-20T17:13:27.232Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32072026-05-20T17:13:27.301Z Compiling oxide-tokio-rt v0.1.4
32082026-05-20T17:13:27.338Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32092026-05-20T17:13:27.381Z Compiling newtype_derive v0.1.6
32102026-05-20T17:13:27.400Z Compiling nom v7.1.3
32112026-05-20T17:13:27.418Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32122026-05-20T17:13:27.438Z Compiling typify-impl v0.4.3
32132026-05-20T17:13:27.441Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32142026-05-20T17:13:27.442Z Compiling phf_shared v0.12.1
32152026-05-20T17:13:27.555Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32162026-05-20T17:13:27.572Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32172026-05-20T17:13:27.615Z Compiling csv-core v0.1.13
32182026-05-20T17:13:27.633Z Compiling xshell-macros v0.2.7
32192026-05-20T17:13:27.684Z Compiling chrono-tz v0.10.4
32202026-05-20T17:13:27.881Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32212026-05-20T17:13:27.902Z Compiling highway v1.3.0
32222026-05-20T17:13:27.902Z Compiling const_format_proc_macros v0.2.34
32232026-05-20T17:13:27.999Z Compiling csv v1.4.0
32242026-05-20T17:13:28.038Z Compiling phf v0.12.1
32252026-05-20T17:13:28.072Z Compiling xshell v0.2.7
32262026-05-20T17:13:28.288Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32272026-05-20T17:13:28.348Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32282026-05-20T17:13:28.364Z Compiling primeorder v0.13.6
32292026-05-20T17:13:28.522Z Compiling hickory-resolver v0.24.4
32302026-05-20T17:13:28.624Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32312026-05-20T17:13:28.680Z Compiling tabled_derive v0.7.0
32322026-05-20T17:13:28.770Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32332026-05-20T17:13:28.806Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32342026-05-20T17:13:28.828Z Compiling const_format v0.2.35
32352026-05-20T17:13:28.868Z Compiling bcs v0.1.6
32362026-05-20T17:13:28.905Z Compiling typify v0.6.2
32372026-05-20T17:13:28.980Z Compiling tagptr v0.2.0
32382026-05-20T17:13:29.043Z Compiling progenitor-impl v0.14.0
32392026-05-20T17:13:29.156Z Compiling progenitor-impl v0.13.0
32402026-05-20T17:13:29.179Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32412026-05-20T17:13:29.224Z Compiling termtree v0.5.1
32422026-05-20T17:13:29.365Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32432026-05-20T17:13:29.397Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32442026-05-20T17:13:29.416Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32452026-05-20T17:13:29.475Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32462026-05-20T17:13:29.604Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32472026-05-20T17:13:29.715Z Compiling qorb v0.4.1
32482026-05-20T17:13:29.733Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32492026-05-20T17:13:29.736Z Compiling salty v0.3.0
32502026-05-20T17:13:29.994Z Compiling textwrap v0.16.2
32512026-05-20T17:13:30.047Z Compiling tabled v0.15.0
32522026-05-20T17:13:30.068Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32532026-05-20T17:13:30.329Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32542026-05-20T17:13:30.419Z Compiling moka v0.12.13
32552026-05-20T17:13:30.521Z Compiling steno v0.4.1
32562026-05-20T17:13:30.672Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32572026-05-20T17:13:30.819Z Compiling radium v0.7.0
32582026-05-20T17:13:30.836Z Compiling base64 v0.21.7
32592026-05-20T17:13:31.127Z Compiling humantime v2.3.0
32602026-05-20T17:13:31.165Z Compiling hickory-resolver v0.25.2
32612026-05-20T17:13:31.227Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32622026-05-20T17:13:31.256Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32632026-05-20T17:13:31.420Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32642026-05-20T17:13:31.493Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32652026-05-20T17:13:31.525Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32662026-05-20T17:13:31.794Z Compiling p384 v0.13.1
32672026-05-20T17:13:31.813Z Compiling progenitor-macro v0.14.0
32682026-05-20T17:13:31.833Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32692026-05-20T17:13:31.903Z Compiling progenitor-macro v0.13.0
32702026-05-20T17:13:31.952Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32712026-05-20T17:13:32.032Z Compiling maybe-uninit v2.0.0
32722026-05-20T17:13:32.059Z Compiling typify-macro v0.4.3
32732026-05-20T17:13:32.340Z Compiling tap v1.0.1
32742026-05-20T17:13:32.376Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32752026-05-20T17:13:32.442Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32762026-05-20T17:13:32.461Z Compiling proc-macro-error-attr2 v2.0.0
32772026-05-20T17:13:32.483Z Compiling wyz v0.5.1
32782026-05-20T17:13:32.655Z Compiling parking_lot_core v0.8.6
32792026-05-20T17:13:32.702Z Compiling utf-8 v0.7.6
32802026-05-20T17:13:32.805Z Compiling packed_struct v0.10.1
32812026-05-20T17:13:32.906Z Compiling funty v2.0.0
32822026-05-20T17:13:32.924Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32832026-05-20T17:13:32.975Z Compiling proc-macro-error2 v2.0.1
32842026-05-20T17:13:32.994Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32852026-05-20T17:13:33.107Z Compiling tungstenite v0.21.0
32862026-05-20T17:13:33.177Z Compiling polyval v0.6.2
32872026-05-20T17:13:33.216Z Compiling packed_struct_codegen v0.10.1
32882026-05-20T17:13:33.234Z Compiling num-derive v0.3.3
32892026-05-20T17:13:33.255Z Compiling bitfield-macros v0.19.4
32902026-05-20T17:13:33.308Z Compiling bitvec v1.0.1
32912026-05-20T17:13:33.333Z Compiling zerocopy-derive v0.6.6
32922026-05-20T17:13:33.494Z Compiling indexmap v1.9.3
32932026-05-20T17:13:33.569Z Compiling nodrop v0.1.14
32942026-05-20T17:13:33.695Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32952026-05-20T17:13:33.711Z Compiling crc-catalog v2.4.0
32962026-05-20T17:13:33.837Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32972026-05-20T17:13:33.854Z Compiling crc v3.4.0
32982026-05-20T17:13:33.915Z Compiling typify v0.4.3
32992026-05-20T17:13:33.986Z Compiling tokio-tungstenite v0.21.0
33002026-05-20T17:13:34.030Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33012026-05-20T17:13:34.056Z Compiling bitfield v0.19.4
33022026-05-20T17:13:34.088Z Compiling progenitor-impl v0.11.2
33032026-05-20T17:13:34.105Z Compiling array-init v0.0.4
33042026-05-20T17:13:34.125Z Compiling ghash v0.5.1
33052026-05-20T17:13:34.207Z Compiling libscf-sys v1.1.0
33062026-05-20T17:13:34.243Z Compiling zerocopy v0.6.6
33072026-05-20T17:13:34.296Z Compiling tabled_derive v0.11.0
33082026-05-20T17:13:34.368Z Compiling smallvec v0.6.14
33092026-05-20T17:13:34.404Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33102026-05-20T17:13:34.494Z Compiling papergrid v0.17.0
33112026-05-20T17:13:34.584Z Compiling testing_table v0.3.0
33122026-05-20T17:13:34.608Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33132026-05-20T17:13:34.611Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33142026-05-20T17:13:34.780Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33152026-05-20T17:13:34.799Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33162026-05-20T17:13:34.825Z Compiling ctr v0.9.2
33172026-05-20T17:13:34.969Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33182026-05-20T17:13:35.044Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33192026-05-20T17:13:35.062Z Compiling corncobs v0.1.4
33202026-05-20T17:13:35.113Z Compiling hashbrown v0.12.3
33212026-05-20T17:13:35.201Z Compiling unicase v2.9.0
33222026-05-20T17:13:35.278Z Compiling illumos-nvpair-sys v0.2.0
33232026-05-20T17:13:35.311Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33242026-05-20T17:13:35.379Z Compiling aes-gcm v0.10.3
33252026-05-20T17:13:35.471Z Compiling mime_guess v2.0.5
33262026-05-20T17:13:35.563Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33272026-05-20T17:13:35.581Z Compiling tabled v0.20.0
33282026-05-20T17:13:35.602Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33292026-05-20T17:13:35.651Z Compiling parking_lot v0.11.2
33302026-05-20T17:13:35.774Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33312026-05-20T17:13:35.842Z Compiling serde-hex v0.1.0
33322026-05-20T17:13:36.048Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33332026-05-20T17:13:36.067Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33342026-05-20T17:13:36.083Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33352026-05-20T17:13:36.280Z Compiling progenitor-impl v0.10.0
33362026-05-20T17:13:36.297Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33372026-05-20T17:13:36.375Z Compiling ron v0.8.1
33382026-05-20T17:13:36.476Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33392026-05-20T17:13:36.495Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33402026-05-20T17:13:36.580Z Compiling hashbrown v0.13.2
33412026-05-20T17:13:36.835Z Compiling progenitor-macro v0.11.2
33422026-05-20T17:13:37.004Z Compiling progenitor v0.14.0
33432026-05-20T17:13:37.021Z Compiling progenitor-client v0.11.2
33442026-05-20T17:13:37.116Z Compiling ssh-encoding v0.2.0
33452026-05-20T17:13:37.133Z Compiling progenitor v0.13.0
33462026-05-20T17:13:37.185Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33472026-05-20T17:13:37.278Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33482026-05-20T17:13:37.378Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33492026-05-20T17:13:37.396Z Compiling prefix-trie v0.7.0
33502026-05-20T17:13:37.418Z Compiling blowfish v0.9.1
33512026-05-20T17:13:37.434Z Compiling fxhash v0.2.1
33522026-05-20T17:13:37.611Z Compiling secrecy v0.8.0
33532026-05-20T17:13:37.628Z Compiling crc-any v2.5.0
33542026-05-20T17:13:37.693Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33552026-05-20T17:13:37.800Z Compiling hickory-server v0.25.2
33562026-05-20T17:13:37.845Z Compiling bcrypt-pbkdf v0.10.0
33572026-05-20T17:13:37.905Z Compiling sled v0.34.7
33582026-05-20T17:13:37.928Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33592026-05-20T17:13:38.058Z Compiling ssh-cipher v0.2.0
33602026-05-20T17:13:38.082Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33612026-05-20T17:13:38.225Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33622026-05-20T17:13:38.292Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33632026-05-20T17:13:38.783Z Compiling object v0.30.4
33642026-05-20T17:13:38.886Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33652026-05-20T17:13:38.975Z Compiling progenitor-macro v0.10.0
33662026-05-20T17:13:39.024Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33672026-05-20T17:13:39.217Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33682026-05-20T17:13:39.790Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33692026-05-20T17:13:39.884Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33702026-05-20T17:13:40.182Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33712026-05-20T17:13:40.344Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33722026-05-20T17:13:40.430Z Compiling password-hash v0.4.2
33732026-05-20T17:13:40.490Z Compiling half v1.8.3
33742026-05-20T17:13:40.521Z Compiling path-slash v0.1.5
33752026-05-20T17:13:40.691Z Compiling crc8 v0.1.1
33762026-05-20T17:13:40.793Z Compiling http-range v0.1.5
33772026-05-20T17:13:40.862Z Compiling serde_cbor v0.11.2
33782026-05-20T17:13:40.880Z Compiling pbkdf2 v0.11.0
33792026-05-20T17:13:41.019Z Compiling illumos-nvpair v0.3.0
33802026-05-20T17:13:41.152Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33812026-05-20T17:13:41.312Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33822026-05-20T17:13:41.485Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33832026-05-20T17:13:41.505Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33842026-05-20T17:13:41.612Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33852026-05-20T17:13:41.808Z Compiling ssh-key v0.6.7
33862026-05-20T17:13:41.875Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33872026-05-20T17:13:41.925Z Compiling progenitor v0.11.2
33882026-05-20T17:13:42.064Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33892026-05-20T17:13:42.108Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33902026-05-20T17:13:42.160Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33912026-05-20T17:13:42.383Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33922026-05-20T17:13:42.402Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33932026-05-20T17:13:42.420Z Compiling p256 v0.13.2
33942026-05-20T17:13:42.538Z Compiling p521 v0.13.3
33952026-05-20T17:13:42.556Z Compiling yasna v0.5.2
33962026-05-20T17:13:42.818Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33972026-05-20T17:13:42.986Z Compiling kstat-rs v0.2.4
33982026-05-20T17:13:42.998Z Compiling headers-core v0.3.0
33992026-05-20T17:13:43.062Z Compiling nanorand v0.7.0
34002026-05-20T17:13:43.105Z Compiling atty v0.2.14
34012026-05-20T17:13:43.203Z Compiling russh-cryptovec v0.7.3
34022026-05-20T17:13:43.238Z Compiling home v0.5.12
34032026-05-20T17:13:43.295Z Compiling md5 v0.7.0
34042026-05-20T17:13:43.313Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34052026-05-20T17:13:43.329Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34062026-05-20T17:13:43.358Z Compiling flume v0.11.1
34072026-05-20T17:13:43.416Z Compiling headers v0.4.1
34082026-05-20T17:13:43.434Z Compiling rcgen v0.12.1
34092026-05-20T17:13:43.455Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34102026-05-20T17:13:43.540Z Compiling russh-keys v0.45.0
34112026-05-20T17:13:43.605Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34122026-05-20T17:13:43.622Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34132026-05-20T17:13:43.711Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34142026-05-20T17:13:43.828Z Compiling hyper-staticfile v0.10.1
34152026-05-20T17:13:43.956Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34162026-05-20T17:13:44.061Z Compiling progenitor v0.10.0
34172026-05-20T17:13:44.146Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34182026-05-20T17:13:44.247Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34192026-05-20T17:13:44.251Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34202026-05-20T17:13:44.351Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34212026-05-20T17:13:44.370Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34222026-05-20T17:13:44.389Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34232026-05-20T17:13:44.505Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34242026-05-20T17:13:44.672Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34252026-05-20T17:13:44.707Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34262026-05-20T17:13:44.869Z Compiling num-bigint v0.4.6
34272026-05-20T17:13:44.895Z Compiling des v0.8.1
34282026-05-20T17:13:44.966Z Compiling subprocess v0.2.15
34292026-05-20T17:13:45.006Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34302026-05-20T17:13:45.031Z Compiling hex-literal v0.4.1
34312026-05-20T17:13:45.060Z Compiling display-error-chain v0.2.2
34322026-05-20T17:13:45.131Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34332026-05-20T17:13:45.165Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34342026-05-20T17:13:45.183Z Compiling colored v2.2.0
34352026-05-20T17:13:45.201Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34362026-05-20T17:13:45.224Z Compiling socket2 v0.5.10
34372026-05-20T17:13:45.455Z Compiling internet-checksum v0.2.1
34382026-05-20T17:13:45.473Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34392026-05-20T17:13:46.001Z Compiling russh v0.45.0
34402026-05-20T17:13:46.201Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34412026-05-20T17:13:46.236Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34422026-05-20T17:13:48.423Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34432026-05-20T17:13:48.764Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34442026-05-20T17:13:49.434Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34452026-05-20T17:13:49.895Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34462026-05-20T17:13:51.216Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34472026-05-20T17:13:59.090Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34482026-05-20T17:13:59.090Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34492026-05-20T17:13:59.093Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34502026-05-20T17:13:59.093Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34512026-05-20T17:14:00.829Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34522026-05-20T17:14:00.885Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34532026-05-20T17:14:05.024Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34542026-05-20T17:14:43.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34552026-05-20T17:14:44.205Z
34562026-05-20T17:14:44.205Zreal 1:25.778526279
34572026-05-20T17:14:44.205Zuser 8:11.818071151
34582026-05-20T17:14:44.205Zsys 1:42.662871103
34592026-05-20T17:14:44.205Ztrap 0.246047477
34602026-05-20T17:14:44.205Ztflt 0.517668091
34612026-05-20T17:14:44.205Zdflt 1.612363869
34622026-05-20T17:14:44.210Zkflt 0.000209830
34632026-05-20T17:14:44.210Zlock 29:16.404792826
34642026-05-20T17:14:44.210Zslp 19:04.843549122
34652026-05-20T17:14:44.210Zlat 40.423433528
34662026-05-20T17:14:44.211Zstop 2:51.558816939
34672026-05-20T17:14:44.211Z+ mkdir tests
34682026-05-20T17:14:44.211Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34692026-05-20T17:14:44.211Z+ xargs -I '{}' -t cp '{}' tests/
34702026-05-20T17:14:44.295Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-0dd08c67e680733a tests/
34712026-05-20T17:14:44.344Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-b32cc9bd48aaea10 tests/
34722026-05-20T17:14:44.348Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-6fd74e081ccab589 tests/
34732026-05-20T17:14:44.353Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-494cab2a0d969362 tests/
34742026-05-20T17:14:44.587Z+ 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/*)
34752026-05-20T17:14:44.590Z+ 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-b32cc9bd48aaea10 tests/commtest-6fd74e081ccab589 tests/dhcp_server-0dd08c67e680733a tests/end_to_end_tests-494cab2a0d969362 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
34762026-05-20T17:16:03.767ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34772026-05-20T17:16:03.767Za .github/buildomat/ci-env.sh 1K
34782026-05-20T17:16:03.767Za out/target/test 1K
34792026-05-20T17:16:03.767Za out/npuzone/npuzone 27402K
34802026-05-20T17:16:03.767Za package-manifest.toml 35K
34812026-05-20T17:16:03.767Za smf/sled-agent/non-gimlet/config.toml 6K
34822026-05-20T17:16:03.767Za target/release/omicron-package 46048K
34832026-05-20T17:16:03.767Za target/release/xtask 11449K
34842026-05-20T17:16:03.767Za target/debug/bootstrap 353471K
34852026-05-20T17:16:03.767Za tests/bootstrap-b32cc9bd48aaea10 31215K
34862026-05-20T17:16:03.767Za tests/commtest-6fd74e081ccab589 32300K
34872026-05-20T17:16:03.767Za tests/dhcp_server-0dd08c67e680733a 31215K
34882026-05-20T17:16:03.768Za tests/end_to_end_tests-494cab2a0d969362 394573K
34892026-05-20T17:16:03.768Za out/clickhouse.tar.gz 319698K
34902026-05-20T17:16:03.768Za out/clickhouse_keeper.tar.gz 305047K
34912026-05-20T17:16:03.768Za out/clickhouse_server.tar.gz 319695K
34922026-05-20T17:16:03.768Za out/cockroachdb.tar.gz 165209K
34932026-05-20T17:16:03.768Za out/crucible-pantry-zone.tar.gz 44220K
34942026-05-20T17:16:03.768Za out/crucible-utils.tar 17744K
34952026-05-20T17:16:03.768Za out/crucible-zone.tar.gz 58358K
34962026-05-20T17:16:03.768Za out/external-dns.tar.gz 49824K
34972026-05-20T17:16:03.768Za out/internal-dns.tar.gz 49824K
34982026-05-20T17:16:03.768Za out/mg-ddm-gz.tar 95141K
34992026-05-20T17:16:03.768Za out/nexus.tar.gz 217071K
35002026-05-20T17:16:03.768Za out/ntp.tar.gz 32189K
35012026-05-20T17:16:03.768Za out/omicron-gateway-softnpu.tar.gz 29774K
35022026-05-20T17:16:03.768Za out/omicron-sled-agent.tar 203444K
35032026-05-20T17:16:03.768Za out/overlay.tar.gz 3K
35042026-05-20T17:16:03.768Za out/oximeter.tar.gz 66218K
35052026-05-20T17:16:03.768Za out/oxlog.tar 3782K
35062026-05-20T17:16:03.768Za out/probe.tar.gz 3037K
35072026-05-20T17:16:03.768Za out/propolis-server.tar.gz 38727K
35082026-05-20T17:16:03.768Za out/pumpkind-gz.tar 26647K
35092026-05-20T17:16:03.768Za out/switch-softnpu.tar.gz 391805K
35102026-05-20T17:16:03.772Z
35112026-05-20T17:16:03.772Zreal 1:19.178569301
35122026-05-20T17:16:03.772Zuser 1:16.577154328
35132026-05-20T17:16:03.772Zsys 4.298337300
35142026-05-20T17:16:03.772Ztrap 0.005495874
35152026-05-20T17:16:03.772Ztflt 0.000000000
35162026-05-20T17:16:03.772Zdflt 0.000000000
35172026-05-20T17:16:03.772Zkflt 0.000000000
35182026-05-20T17:16:03.772Zlock 0.000000000
35192026-05-20T17:16:03.772Zslp 1:16.539814640
35202026-05-20T17:16:03.772Zlat 0.930627560
35212026-05-20T17:16:03.773Zstop 0.000207940
35222026-05-20T17:16:03.773Zprocess exited: duration 917178 ms, exit code 0
 
35232026-05-20T17:16:03.787Zfound 1 output files
35242026-05-20T17:16:03.799Zuploading: /work/package.tar.gz (2436862798 bytes)
35252026-05-20T17:16:33.361Zuploaded: /work/package.tar.gz