01KN0EG8CDDXV1M0H7FBETBRAV: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0-16c64gb",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KN0EGP9XFQD49V3PZX1JPC58

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-30T22:55:33.684Zjob assigned to worker 01KN0FA08D2VPFXWW177RR0732 [factory aws, i-0bca0ef18c108f536] (queued for 14 m 31 s)
 
22026-03-30T22:55:41.408Zstarting task 0: "setup"
32026-03-30T22:55:41.413Z++ uname -s
42026-03-30T22:55:41.417Z+ kern=SunOS
52026-03-30T22:55:41.417Z+ build_user=build
62026-03-30T22:55:41.417Z+ build_uid=12345
72026-03-30T22:55:41.417Z+ work_dir=/work
82026-03-30T22:55:41.417Z+ input_dir=/input
92026-03-30T22:55:41.417Z+ [[ 0 == 12345 ]]
102026-03-30T22:55:41.418Z+ case "$kern" in
112026-03-30T22:55:41.418Z+ groupadd -g 12345 build
122026-03-30T22:55:41.418Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-30T22:55:43.419Z+ zfs create -o mountpoint=/work rpool/work
142026-03-30T22:55:43.539Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-30T22:55:43.551Z+ home_fs=zfs
162026-03-30T22:55:43.551Z+ [[ zfs == autofs ]]
172026-03-30T22:55:43.551Z+ mkdir -p /home/build
182026-03-30T22:55:43.551Z+ chown build:build /home/build /work
192026-03-30T22:55:45.539Z+ chmod 0700 /home/build /work
202026-03-30T22:55:45.543Zprocess exited: duration 4152 ms, exit code 0
 
212026-03-30T22:55:45.550Zstarting task 1: "rust-toolchain"
222026-03-30T22:55:45.556Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-30T22:55:45.556Z * rust toolchain channel = "1.94.0"
242026-03-30T22:55:45.556Z * rust toolchain profile = "default"
252026-03-30T22:55:45.556Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-30T22:55:45.556Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-30T22:55:45.556Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-30T22:55:45.559Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-30T22:55:45.559Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-30T22:55:45.688Zinfo: downloading installer
312026-03-30T22:55:47.289Zwarn: It looks like you have an existing installation of Rust at:
322026-03-30T22:55:47.289Zwarn: /opt/ooce/bin
332026-03-30T22:55:47.289Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-30T22:55:47.289Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-30T22:55:47.289Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-30T22:55:47.289Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-30T22:55:47.289Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-30T22:55:47.289Zerror: cannot install while Rust is installed
392026-03-30T22:55:47.290Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-30T22:55:47.290Zwarn: It looks like you have an existing rustup settings file at:
412026-03-30T22:55:47.293Zwarn: /home/build/.rustup/settings.toml
422026-03-30T22:55:47.294Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-30T22:55:47.294Zwarn: instead of the one inferred from the default host triple.
442026-03-30T22:55:47.303Zinfo: profile set to default
452026-03-30T22:55:47.303Zinfo: default host triple is x86_64-unknown-illumos
462026-03-30T22:55:47.306Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-03-30T22:55:47.457Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-30T22:55:47.460Zinfo: downloading 6 components
492026-03-30T22:56:06.180Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-03-30T22:56:06.181Z
512026-03-30T22:56:06.209Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-30T22:56:06.210Z
532026-03-30T22:56:06.210Z
542026-03-30T22:56:06.210ZRust is installed now. Great!
552026-03-30T22:56:06.210Z
562026-03-30T22:56:06.210ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-30T22:56:06.210Zenvironment variable. This has not been done automatically.
582026-03-30T22:56:06.210Z
592026-03-30T22:56:06.210ZTo configure your current shell, you need to source
602026-03-30T22:56:06.210Zthe corresponding env file under $HOME/.cargo.
612026-03-30T22:56:06.210Z
622026-03-30T22:56:06.210ZThis is usually done by running one of the following (note the leading DOT):
632026-03-30T22:56:06.210Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-30T22:56:06.210Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-30T22:56:06.210Zsource "~/.cargo/env.nu" # For nushell
662026-03-30T22:56:06.210Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-30T22:56:06.210Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-30T22:56:06.210Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-30T22:56:06.213Zwarn: no default linker (`cc`) was found in your PATH
702026-03-30T22:56:06.213Zwarn: many Rust crates require a system C toolchain to build
712026-03-30T22:56:06.307Z+ rustup --version
722026-03-30T22:56:06.313Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-30T22:56:06.316Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-30T22:56:06.335Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-30T22:56:06.338Z+ cargo --version
762026-03-30T22:56:06.347Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-30T22:56:06.350Z+ rustc --version
782026-03-30T22:56:06.370Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-30T22:56:06.374Zprocess exited: duration 20898 ms, exit code 0
 
802026-03-30T22:56:06.381Zstarting task 2: "authentication"
812026-03-30T22:56:06.399Zprocess exited: duration 18 ms, exit code 0
 
822026-03-30T22:56:06.405Zstarting task 3: "clone repository"
832026-03-30T22:56:06.410Z+ mkdir -p /work/oxidecomputer/omicron
842026-03-30T22:56:06.413Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-03-30T22:56:06.446ZCloning into '/work/oxidecomputer/omicron'...
862026-03-30T22:56:16.340Z+ cd /work/oxidecomputer/omicron
872026-03-30T22:56:16.340Z+ git fetch origin 3d978d246d788b5b9f8bae09ec81e2b874befefb
882026-03-30T22:56:16.615ZFrom https://github.com/oxidecomputer/omicron
892026-03-30T22:56:16.615Z * branch 3d978d246d788b5b9f8bae09ec81e2b874befefb -> FETCH_HEAD
902026-03-30T22:56:16.630Z+ [[ -n test-leaking-site-xml ]]
912026-03-30T22:56:16.633Z++ git branch --show-current
922026-03-30T22:56:16.633Z+ current=main
932026-03-30T22:56:16.633Z+ [[ main != test-leaking-site-xml ]]
942026-03-30T22:56:16.633Z+ git branch -f test-leaking-site-xml 3d978d246d788b5b9f8bae09ec81e2b874befefb
952026-03-30T22:56:16.636Z+ git checkout -f test-leaking-site-xml
962026-03-30T22:56:16.875ZSwitched to branch 'test-leaking-site-xml'
972026-03-30T22:56:16.879Z+ git reset --hard 3d978d246d788b5b9f8bae09ec81e2b874befefb
982026-03-30T22:56:16.895ZHEAD is now at 3d978d246 Fixing flake related to tokio::fs:write cancellation
992026-03-30T22:56:16.898Zprocess exited: duration 10529 ms, exit code 0
 
1002026-03-30T22:56:16.904Zstarting task 4: "build"
1012026-03-30T22:56:16.910Z+ source .github/buildomat/ci-env.sh
1022026-03-30T22:56:16.910Z++ export CARGO_TERM_COLOR=always
1032026-03-30T22:56:16.910Z++ CARGO_TERM_COLOR=always
1042026-03-30T22:56:16.913Z+ cargo --version
1052026-03-30T22:56:16.921Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-03-30T22:56:16.924Z+ rustc --version
1072026-03-30T22:56:16.944Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-03-30T22:56:16.949Z+ WORK=/work
1092026-03-30T22:56:16.949Z+ pfexec mkdir -p /work
1102026-03-30T22:56:16.952Z+ pfexec chown build /work
1112026-03-30T22:56:16.955Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-03-30T22:56:25.326Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-03-30T22:56:32.077Z Startup: Caching catalogs ... Done
1142026-03-30T22:56:36.219ZPlanning: Solver setup ... Done (2.812s)
1152026-03-30T22:56:36.237ZPlanning: Running solver ... Done (0.018s)
1162026-03-30T22:56:36.355ZPlanning: Finding local manifests ... Done (0.004s)
1172026-03-30T22:56:36.368ZPlanning: Fetching manifests: 0/4 0% complete
1182026-03-30T22:56:36.464ZPlanning: Fetching manifests: 4/4 100% complete
1192026-03-30T22:56:36.499ZPlanning: Package planning ... Done (0.034s)
1202026-03-30T22:56:36.528ZPlanning: Merging actions ... Done (0.029s)
1212026-03-30T22:56:36.707ZPlanning: Checking for conflicting actions ... Done (0.180s)
1222026-03-30T22:56:36.714ZPlanning: Consolidating action changes ... Done (0.007s)
1232026-03-30T22:56:37.558ZPlanning: Evaluating mediators ... Done (0.847s)
1242026-03-30T22:56:37.564ZPlanning: Planning completed in 5.34 seconds
1252026-03-30T22:56:37.576Z Packages to install: 4
1262026-03-30T22:56:37.576Z Mediators to change: 2
1272026-03-30T22:56:37.576Z Services to change: 1
1282026-03-30T22:56:37.576Z Estimated space available: 155.35 GB
1292026-03-30T22:56:37.576ZEstimated space to be consumed: 1.84 GB
1302026-03-30T22:56:37.579Z Create boot environment: No
1312026-03-30T22:56:37.580ZCreate backup boot environment: No
1322026-03-30T22:56:37.580Z Rebuild boot archive: No
1332026-03-30T22:56:37.580Z
1342026-03-30T22:56:37.580ZChanged mediators:
1352026-03-30T22:56:37.580Z mediator clang:
1362026-03-30T22:56:37.580Z version: None -> 15 (system default)
1372026-03-30T22:56:37.580Z
1382026-03-30T22:56:37.580Z mediator llvm:
1392026-03-30T22:56:37.580Z version: 14 (system default) -> 15 (system default)
1402026-03-30T22:56:37.580Z
1412026-03-30T22:56:37.580ZChanged packages:
1422026-03-30T22:56:37.580Zhelios-dev
1432026-03-30T22:56:37.580Z developer/build-essential
1442026-03-30T22:56:37.580Z None -> 11-2.0
1452026-03-30T22:56:37.580Z library/libxmlsec1
1462026-03-30T22:56:37.580Z None -> 1.2.35-2.0
1472026-03-30T22:56:37.580Z ooce/developer/clang-15
1482026-03-30T22:56:37.580Z None -> 15.0.7-2.0
1492026-03-30T22:56:37.580Z ooce/developer/llvm-15
1502026-03-30T22:56:37.580Z None -> 15.0.7-2.0
1512026-03-30T22:56:37.580Z
1522026-03-30T22:56:37.580ZServices:
1532026-03-30T22:56:37.580Z restart_fmri:
1542026-03-30T22:56:37.580Z svc:/system/update-man-index:default
1552026-03-30T22:56:37.620Z
1562026-03-30T22:56:37.620ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-03-30T22:56:42.611ZDownload: 2223/3290 items 119.2/212.6MB 56% complete (28.0M/s)
1582026-03-30T22:56:45.529ZDownload: Completed 212.60 MB in 7.94 seconds (26.8M/s)
1592026-03-30T22:56:45.781Z Actions: 1/3689 actions (Installing new actions)
1602026-03-30T22:56:49.010Z Actions: Completed 3689 actions in 3.24 seconds.
1612026-03-30T22:56:49.592Z Done (0.580s)
1622026-03-30T22:56:49.592Z Done (0.000s)
1632026-03-30T22:56:50.188Z Done (0.599s)
1642026-03-30T22:56:53.394Z Done (2.882s)
1652026-03-30T22:56:53.470Z Done (0.014s)
1662026-03-30T22:56:53.474Z Done (0.000s)
1672026-03-30T22:56:53.759Z Done (0.000s)
1682026-03-30T22:56:54.592ZPlanning: Evaluating mediator changes ... Done
1692026-03-30T22:56:54.699ZPlanning: Checking for conflicting actions ... Done
1702026-03-30T22:56:54.703ZPlanning: Consolidating action changes ... Done
1712026-03-30T22:56:54.857ZPlanning: Evaluating mediators ... Done
1722026-03-30T22:56:54.860ZPlanning: Planning completed in 0.27 seconds
1732026-03-30T22:56:54.879Z Mediators to change: 2
1742026-03-30T22:56:54.879Z Create boot environment: No
1752026-03-30T22:56:54.879ZCreate backup boot environment: No
1762026-03-30T22:56:54.958Z Done
1772026-03-30T22:56:54.958Z Done
1782026-03-30T22:56:55.550Z Done
1792026-03-30T22:56:58.057Z Done
1802026-03-30T22:56:58.132Z Done
1812026-03-30T22:56:58.132Z Done
1822026-03-30T22:56:58.261Z Done
1832026-03-30T22:56:58.657ZPlanning: Evaluating mediator changes ... Done
1842026-03-30T22:56:58.661ZPlanning: Merging actions ... Done
1852026-03-30T22:56:58.798ZPlanning: Checking for conflicting actions ... Done
1862026-03-30T22:56:58.800ZPlanning: Consolidating action changes ... Done
1872026-03-30T22:56:58.936ZPlanning: Evaluating mediators ... Done
1882026-03-30T22:56:58.965ZPlanning: Planning completed in 0.45 seconds
1892026-03-30T22:56:58.987Z Packages to change: 1
1902026-03-30T22:56:58.987Z Mediators to change: 1
1912026-03-30T22:56:58.987Z Services to change: 1
1922026-03-30T22:56:58.987Z Create boot environment: No
1932026-03-30T22:56:58.987ZCreate backup boot environment: Yes
1942026-03-30T22:57:01.400Z Actions: 1/6 actions (Updating modified actions)
1952026-03-30T22:57:01.404Z Actions: Completed 6 actions in 0.00 seconds.
1962026-03-30T22:57:01.404Z Done
1972026-03-30T22:57:01.404Z Done
1982026-03-30T22:57:01.540Z Done
1992026-03-30T22:57:03.970Z Done
2002026-03-30T22:57:04.044Z Done
2012026-03-30T22:57:04.047Z Done
2022026-03-30T22:57:04.199Z Done
2032026-03-30T22:57:04.480ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2042026-03-30T22:57:04.480Zclang system 15 system
2052026-03-30T22:57:04.480Zcsh system system illumos
2062026-03-30T22:57:04.480Zctags system system illumos
2072026-03-30T22:57:04.480Zfile system system illumos
2082026-03-30T22:57:04.480Zgcc vendor 12 vendor
2092026-03-30T22:57:04.480Zgcc system 14 system
2102026-03-30T22:57:04.480Zgcc system 10 system
2112026-03-30T22:57:04.480Zgo system 1.20 system
2122026-03-30T22:57:04.480Zgo system 1.19 system
2132026-03-30T22:57:04.480Zllvm system 15 system
2142026-03-30T22:57:04.480Zllvm system 14 system
2152026-03-30T22:57:04.480Zmariadb system 10.6 system
2162026-03-30T22:57:04.480Zmta vendor vendor dma
2172026-03-30T22:57:04.480Zopenjdk system 17 system
2182026-03-30T22:57:04.480Zopenjdk system 11 system
2192026-03-30T22:57:04.480Zopenjdk system 1.8 system
2202026-03-30T22:57:04.481Zopenssl vendor 3 vendor
2212026-03-30T22:57:04.481Zperl system 5.36 system
2222026-03-30T22:57:04.481Zpostgresql system 15 system
2232026-03-30T22:57:04.481Zpostgresql system 13 system
2242026-03-30T22:57:04.481Zpython vendor 3 vendor
2252026-03-30T22:57:04.481Zpython system 2 system
2262026-03-30T22:57:04.481Zpython3 system 3.11 system
2272026-03-30T22:57:04.481Zruby system 3.0 system
2282026-03-30T22:57:04.481Zwords vendor vendor american-english
2292026-03-30T22:57:04.481Zwords system system australian-english
2302026-03-30T22:57:04.481Zwords system system british-english
2312026-03-30T22:57:04.481Zwords system system canadian-english
2322026-03-30T22:57:04.481Zwords system system french
2332026-03-30T22:57:04.481Zwords system system italian
2342026-03-30T22:57:04.481Zwords system system ngerman
2352026-03-30T22:57:04.481Zwords system system ogerman
2362026-03-30T22:57:04.481Zwords system system spanish
2372026-03-30T22:57:04.717ZPUBLISHER TYPE STATUS P LOCATION
2382026-03-30T22:57:04.717Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2392026-03-30T22:57:09.047ZFMRI IFO
2402026-03-30T22:57:09.047Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2412026-03-30T22:57:09.048Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2422026-03-30T22:57:09.048Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2432026-03-30T22:57:09.048Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2442026-03-30T22:57:09.048Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2452026-03-30T22:57:09.048Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2462026-03-30T22:57:09.048Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2472026-03-30T22:57:09.048Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2482026-03-30T22:57:09.048Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2492026-03-30T22:57:09.048Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2502026-03-30T22:57:09.048Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2512026-03-30T22:57:09.048Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2522026-03-30T22:57:09.048Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2532026-03-30T22:57:09.048Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2542026-03-30T22:57:09.048Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2552026-03-30T22:57:09.048Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2562026-03-30T22:57:10.151Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2572026-03-30T22:57:10.419Z Updating crates.io index
2582026-03-30T22:57:10.462Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2592026-03-30T22:57:10.711Z Updating git repository `https://github.com/oxidecomputer/lldp`
2602026-03-30T22:57:11.648Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2612026-03-30T22:57:12.126Z Updating git repository `https://github.com/oxidecomputer/falcon`
2622026-03-30T22:57:13.148Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2632026-03-30T22:57:13.618Z Updating git repository `https://github.com/oxidecomputer/propolis`
2642026-03-30T22:57:15.005Z Updating git repository `https://github.com/oxidecomputer/crucible`
2652026-03-30T22:57:16.322Z Updating git repository `https://github.com/oxidecomputer/opte`
2662026-03-30T22:57:17.083Z Updating git repository `https://github.com/oxidecomputer/tofino`
2672026-03-30T22:57:17.653Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2682026-03-30T22:57:18.347Z Updating git repository `https://github.com/oxidecomputer/clickward`
2692026-03-30T22:57:18.828Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2702026-03-30T22:57:19.454Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2712026-03-30T22:57:19.719Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2722026-03-30T22:57:20.787Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2732026-03-30T22:57:21.414Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2742026-03-30T22:57:21.669Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2752026-03-30T22:57:22.079Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2762026-03-30T22:57:22.399Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2772026-03-30T22:57:23.000Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2782026-03-30T22:57:23.234Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2792026-03-30T22:57:23.478Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2802026-03-30T22:57:23.908Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2812026-03-30T22:57:24.232Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2822026-03-30T22:57:24.923Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2832026-03-30T22:57:25.450Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2842026-03-30T22:57:25.899Z Updating git repository `https://github.com/oxidecomputer/ispf`
2852026-03-30T22:57:26.183Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862026-03-30T22:57:27.794Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2872026-03-30T22:57:28.288Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-03-30T22:57:28.936Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2892026-03-30T22:57:29.310Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2902026-03-30T22:57:29.833Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2912026-03-30T22:57:30.214Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2922026-03-30T22:57:30.914Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2932026-03-30T22:57:31.166Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2942026-03-30T22:57:31.445Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2952026-03-30T22:57:31.687Z Updating git repository `https://github.com/illumos/smf-rs`
2962026-03-30T22:57:32.114Z Updating git repository `https://github.com/oxidecomputer/omicron`
2972026-03-30T22:57:45.341Z Downloading crates ...
2982026-03-30T22:57:45.398Z Downloaded anstream v0.6.21
2992026-03-30T22:57:45.408Z Downloaded zerofrom v0.1.6
3002026-03-30T22:57:45.412Z Downloaded cargo-platform v0.2.0
3012026-03-30T22:57:45.415Z Downloaded byteorder v1.5.0
3022026-03-30T22:57:45.415Z Downloaded cargo_toml v0.21.0
3032026-03-30T22:57:45.415Z Downloaded anstyle-parse v0.2.7
3042026-03-30T22:57:45.418Z Downloaded pest_derive v2.8.6
3052026-03-30T22:57:45.421Z Downloaded ucd-trie v0.1.7
3062026-03-30T22:57:45.421Z Downloaded cargo_metadata v0.21.0
3072026-03-30T22:57:45.424Z Downloaded zmij v1.0.21
3082026-03-30T22:57:45.424Z Downloaded colorchoice v1.0.4
3092026-03-30T22:57:45.424Z Downloaded percent-encoding v2.3.2
3102026-03-30T22:57:45.427Z Downloaded equivalent v1.0.2
3112026-03-30T22:57:45.427Z Downloaded cfg-if v1.0.4
3122026-03-30T22:57:45.427Z Downloaded block-buffer v0.10.4
3132026-03-30T22:57:45.427Z Downloaded thiserror-impl v2.0.18
3142026-03-30T22:57:45.430Z Downloaded cargo-util-schemas v0.8.2
3152026-03-30T22:57:45.430Z Downloaded unicode-linebreak v0.1.5
3162026-03-30T22:57:45.430Z Downloaded unicode-ident v1.0.24
3172026-03-30T22:57:45.433Z Downloaded tinystr v0.8.2
3182026-03-30T22:57:45.435Z Downloaded fnv v1.0.7
3192026-03-30T22:57:45.436Z Downloaded clap_lex v1.0.0
3202026-03-30T22:57:45.436Z Downloaded typeid v1.0.3
3212026-03-30T22:57:45.436Z Downloaded camino v1.2.2
3222026-03-30T22:57:45.439Z Downloaded utf8parse v0.2.2
3232026-03-30T22:57:45.439Z Downloaded toml_datetime v0.6.11
3242026-03-30T22:57:45.439Z Downloaded fastrand v2.3.0
3252026-03-30T22:57:45.442Z Downloaded icu_provider v2.1.1
3262026-03-30T22:57:45.444Z Downloaded zerocopy-derive v0.7.35
3272026-03-30T22:57:45.447Z Downloaded zerofrom-derive v0.1.6
3282026-03-30T22:57:45.447Z Downloaded utf8_iter v1.0.4
3292026-03-30T22:57:45.447Z Downloaded toml_write v0.1.2
3302026-03-30T22:57:45.450Z Downloaded usdt v0.5.0
3312026-03-30T22:57:45.450Z Downloaded thread-id v4.2.2
3322026-03-30T22:57:45.450Z Downloaded itoa v1.0.17
3332026-03-30T22:57:45.450Z Downloaded autocfg v1.5.0
3342026-03-30T22:57:45.450Z Downloaded bitflags v2.11.0
3352026-03-30T22:57:45.453Z Downloaded usdt-attr-macro v0.5.0
3362026-03-30T22:57:45.456Z Downloaded displaydoc v0.2.5
3372026-03-30T22:57:45.460Z Downloaded zerovec-derive v0.11.2
3382026-03-30T22:57:45.466Z Downloaded yoke-derive v0.8.1
3392026-03-30T22:57:45.469Z Downloaded thiserror-impl v1.0.69
3402026-03-30T22:57:45.469Z Downloaded version_check v0.9.5
3412026-03-30T22:57:45.472Z Downloaded yoke v0.8.1
3422026-03-30T22:57:45.472Z Downloaded scroll v0.12.0
3432026-03-30T22:57:45.475Z Downloaded serde-value v0.7.0
3442026-03-30T22:57:45.475Z Downloaded thiserror v2.0.18
3452026-03-30T22:57:45.481Z Downloaded unicode-xid v0.2.6
3462026-03-30T22:57:45.484Z Downloaded writeable v0.6.2
3472026-03-30T22:57:45.484Z Downloaded usdt-macro v0.5.0
3482026-03-30T22:57:45.484Z Downloaded usdt-impl v0.5.0
3492026-03-30T22:57:45.487Z Downloaded potential_utf v0.1.4
3502026-03-30T22:57:45.487Z Downloaded thiserror v1.0.69
3512026-03-30T22:57:45.490Z Downloaded is_terminal_polyfill v1.70.2
3522026-03-30T22:57:45.490Z Downloaded heck v0.5.0
3532026-03-30T22:57:45.490Z Downloaded dof v0.3.0
3542026-03-30T22:57:45.493Z Downloaded ordered-float v2.10.1
3552026-03-30T22:57:45.497Z Downloaded toml v0.8.23
3562026-03-30T22:57:45.499Z Downloaded form_urlencoded v1.2.2
3572026-03-30T22:57:45.499Z Downloaded crypto-common v0.1.7
3582026-03-30T22:57:45.499Z Downloaded cpufeatures v0.2.17
3592026-03-30T22:57:45.502Z Downloaded memmap v0.7.0
3602026-03-30T22:57:45.506Z Downloaded typenum v1.19.0
3612026-03-30T22:57:45.508Z Downloaded textwrap v0.16.2
3622026-03-30T22:57:45.512Z Downloaded icu_locale_core v2.1.1
3632026-03-30T22:57:45.515Z Downloaded zerotrie v0.2.3
3642026-03-30T22:57:45.518Z Downloaded idna_adapter v1.2.1
3652026-03-30T22:57:45.518Z Downloaded heck v0.4.1
3662026-03-30T22:57:45.520Z Downloaded anstyle v1.0.13
3672026-03-30T22:57:45.521Z Downloaded stable_deref_trait v1.2.1
3682026-03-30T22:57:45.521Z Downloaded toml_edit v0.22.27
3692026-03-30T22:57:45.524Z Downloaded macaddr v1.0.1
3702026-03-30T22:57:45.524Z Downloaded tabled_derive v0.7.0
3712026-03-30T22:57:45.527Z Downloaded pretty-hex v0.4.1
3722026-03-30T22:57:45.530Z Downloaded url v2.5.8
3732026-03-30T22:57:45.533Z Downloaded zerovec v0.11.5
3742026-03-30T22:57:45.536Z Downloaded smawk v0.3.2
3752026-03-30T22:57:45.536Z Downloaded plain v0.2.3
3762026-03-30T22:57:45.536Z Downloaded generic-array v0.14.7
3772026-03-30T22:57:45.540Z Downloaded scroll_derive v0.12.1
3782026-03-30T22:57:45.544Z Downloaded zerocopy v0.7.35
3792026-03-30T22:57:45.554Z Downloaded swrite v0.1.0
3802026-03-30T22:57:45.557Z Downloaded proc-macro-error-attr v1.0.4
3812026-03-30T22:57:45.557Z Downloaded winnow v0.7.14
3822026-03-30T22:57:45.562Z Downloaded errno v0.3.14
3832026-03-30T22:57:45.565Z Downloaded dtrace-parser v0.2.0
3842026-03-30T22:57:45.565Z Downloaded strsim v0.11.1
3852026-03-30T22:57:45.568Z Downloaded unicode-width v0.2.0
3862026-03-30T22:57:45.571Z Downloaded serde_spanned v0.6.9
3872026-03-30T22:57:45.571Z Downloaded bytecount v0.6.9
3882026-03-30T22:57:45.574Z Downloaded unicode-width v0.1.14
3892026-03-30T22:57:45.577Z Downloaded serde-untagged v0.1.9
3902026-03-30T22:57:45.582Z Downloaded pest_generator v2.8.6
3912026-03-30T22:57:45.585Z Downloaded terminal_size v0.4.3
3922026-03-30T22:57:45.591Z Downloaded erased-serde v0.4.9
3932026-03-30T22:57:45.599Z Downloaded proc-macro-error v1.0.4
3942026-03-30T22:57:45.602Z Downloaded camino-tempfile v1.4.1
3952026-03-30T22:57:45.602Z Downloaded anstyle-query v1.1.5
3962026-03-30T22:57:45.602Z Downloaded semver v1.0.27
3972026-03-30T22:57:45.602Z Downloaded serde_tokenstream v0.2.3
3982026-03-30T22:57:45.616Z Downloaded synstructure v0.13.2
3992026-03-30T22:57:45.619Z Downloaded fs-err v3.3.0
4002026-03-30T22:57:45.619Z Downloaded digest v0.10.7
4012026-03-30T22:57:45.622Z Downloaded smallvec v1.15.1
4022026-03-30T22:57:45.622Z Downloaded num-traits v0.2.19
4032026-03-30T22:57:45.625Z Downloaded sha2 v0.10.9
4042026-03-30T22:57:45.628Z Downloaded tempfile v3.25.0
4052026-03-30T22:57:45.632Z Downloaded pest_meta v2.8.6
4062026-03-30T22:57:45.656Z Downloaded litemap v0.8.1
4072026-03-30T22:57:45.659Z Downloaded quote v1.0.44
4082026-03-30T22:57:45.666Z Downloaded once_cell v1.21.3
4092026-03-30T22:57:45.668Z Downloaded clap_derive v4.5.55
4102026-03-30T22:57:45.668Z Downloaded anyhow v1.0.102
4112026-03-30T22:57:45.671Z Downloaded memchr v2.8.0
4122026-03-30T22:57:45.676Z Downloaded log v0.4.29
4132026-03-30T22:57:45.679Z Downloaded icu_properties v2.1.2
4142026-03-30T22:57:45.679Z Downloaded clap v4.5.60
4152026-03-30T22:57:45.685Z Downloaded papergrid v0.11.0
4162026-03-30T22:57:45.689Z Downloaded serde_core v1.0.228
4172026-03-30T22:57:45.700Z Downloaded serde_derive v1.0.228
4182026-03-30T22:57:45.707Z Downloaded proc-macro2 v1.0.106
4192026-03-30T22:57:45.710Z Downloaded getrandom v0.4.1
4202026-03-30T22:57:45.713Z Downloaded icu_normalizer_data v2.1.1
4212026-03-30T22:57:45.716Z Downloaded icu_normalizer v2.1.1
4222026-03-30T22:57:45.733Z Downloaded serde v1.0.228
4232026-03-30T22:57:45.736Z Downloaded icu_collections v2.1.1
4242026-03-30T22:57:45.741Z Downloaded icu_properties_data v2.1.2
4252026-03-30T22:57:45.749Z Downloaded indexmap v2.13.0
4262026-03-30T22:57:45.752Z Downloaded idna v1.1.0
4272026-03-30T22:57:45.755Z Downloaded clap_builder v4.5.60
4282026-03-30T22:57:45.760Z Downloaded hashbrown v0.16.1
4292026-03-30T22:57:45.769Z Downloaded pest v2.8.6
4302026-03-30T22:57:45.790Z Downloaded serde_json v1.0.149
4312026-03-30T22:57:45.809Z Downloaded tabled v0.15.0
4322026-03-30T22:57:45.817Z Downloaded goblin v0.8.2
4332026-03-30T22:57:45.827Z Downloaded syn v1.0.109
4342026-03-30T22:57:45.839Z Downloaded syn v2.0.117
4352026-03-30T22:57:45.868Z Downloaded rustix v1.1.3
4362026-03-30T22:57:45.896Z Downloaded libc v0.2.180
4372026-03-30T22:57:45.964Z Compiling proc-macro2 v1.0.106
4382026-03-30T22:57:45.964Z Compiling quote v1.0.44
4392026-03-30T22:57:45.964Z Compiling unicode-ident v1.0.24
4402026-03-30T22:57:45.964Z Compiling serde_core v1.0.228
4412026-03-30T22:57:45.964Z Compiling libc v0.2.180
4422026-03-30T22:57:45.964Z Compiling version_check v0.9.5
4432026-03-30T22:57:45.964Z Compiling memchr v2.8.0
4442026-03-30T22:57:45.964Z Compiling stable_deref_trait v1.2.1
4452026-03-30T22:57:45.964Z Compiling serde v1.0.228
4462026-03-30T22:57:45.964Z Compiling zmij v1.0.21
4472026-03-30T22:57:45.964Z Compiling itoa v1.0.17
4482026-03-30T22:57:45.964Z Compiling thiserror v1.0.69
4492026-03-30T22:57:46.144Z Compiling ucd-trie v0.1.7
4502026-03-30T22:57:46.147Z Compiling autocfg v1.5.0
4512026-03-30T22:57:46.147Z Compiling writeable v0.6.2
4522026-03-30T22:57:46.378Z Compiling litemap v0.8.1
4532026-03-30T22:57:46.407Z Compiling byteorder v1.5.0
4542026-03-30T22:57:46.616Z Compiling rustix v1.1.3
4552026-03-30T22:57:46.653Z Compiling icu_properties_data v2.1.2
4562026-03-30T22:57:46.656Z Compiling icu_normalizer_data v2.1.1
4572026-03-30T22:57:46.656Z Compiling bitflags v2.11.0
4582026-03-30T22:57:46.691Z Compiling pest v2.8.6
4592026-03-30T22:57:46.712Z Compiling serde_json v1.0.149
4602026-03-30T22:57:46.715Z Compiling hashbrown v0.16.1
4612026-03-30T22:57:46.797Z Compiling equivalent v1.0.2
4622026-03-30T22:57:46.870Z Compiling num-traits v0.2.19
4632026-03-30T22:57:46.941Z Compiling smallvec v1.15.1
4642026-03-30T22:57:46.944Z Compiling typeid v1.0.3
4652026-03-30T22:57:47.016Z Compiling proc-macro-error-attr v1.0.4
4662026-03-30T22:57:47.166Z Compiling usdt-impl v0.5.0
4672026-03-30T22:57:47.169Z Compiling syn v1.0.109
4682026-03-30T22:57:47.201Z Compiling erased-serde v0.4.9
4692026-03-30T22:57:47.218Z Compiling winnow v0.7.14
4702026-03-30T22:57:47.241Z Compiling toml_write v0.1.2
4712026-03-30T22:57:47.335Z Compiling indexmap v2.13.0
4722026-03-30T22:57:47.375Z Compiling errno v0.3.14
4732026-03-30T22:57:47.378Z Compiling thread-id v4.2.2
4742026-03-30T22:57:47.414Z Compiling proc-macro-error v1.0.4
4752026-03-30T22:57:47.470Z Compiling thiserror v2.0.18
4762026-03-30T22:57:47.474Z Compiling log v0.4.29
4772026-03-30T22:57:47.558Z Compiling utf8_iter v1.0.4
4782026-03-30T22:57:47.578Z Compiling utf8parse v0.2.2
4792026-03-30T22:57:47.581Z Compiling plain v0.2.3
4802026-03-30T22:57:47.581Z Compiling getrandom v0.4.1
4812026-03-30T22:57:47.634Z Compiling camino v1.2.2
4822026-03-30T22:57:47.653Z Compiling percent-encoding v2.3.2
4832026-03-30T22:57:47.716Z Compiling anstyle-parse v0.2.7
4842026-03-30T22:57:47.830Z Compiling pest_meta v2.8.6
4852026-03-30T22:57:47.881Z Compiling syn v2.0.117
4862026-03-30T22:57:47.937Z Compiling ordered-float v2.10.1
4872026-03-30T22:57:47.990Z Compiling form_urlencoded v1.2.2
4882026-03-30T22:57:48.011Z Compiling is_terminal_polyfill v1.70.2
4892026-03-30T22:57:48.047Z Compiling pretty-hex v0.4.1
4902026-03-30T22:57:48.105Z Compiling anstyle-query v1.1.5
4912026-03-30T22:57:48.109Z Compiling colorchoice v1.0.4
4922026-03-30T22:57:48.109Z Compiling cfg-if v1.0.4
4932026-03-30T22:57:48.157Z Compiling anstyle v1.0.13
4942026-03-30T22:57:48.228Z Compiling fs-err v3.3.0
4952026-03-30T22:57:48.228Z Compiling heck v0.5.0
4962026-03-30T22:57:48.268Z Compiling anyhow v1.0.102
4972026-03-30T22:57:48.290Z Compiling strsim v0.11.1
4982026-03-30T22:57:48.308Z Compiling once_cell v1.21.3
4992026-03-30T22:57:48.404Z Compiling terminal_size v0.4.3
5002026-03-30T22:57:48.458Z Compiling anstream v0.6.21
5012026-03-30T22:57:48.462Z Compiling clap_lex v1.0.0
5022026-03-30T22:57:48.586Z Compiling semver v1.0.27
5032026-03-30T22:57:48.623Z Compiling unicode-xid v0.2.6
5042026-03-30T22:57:48.644Z Compiling unicode-width v0.1.14
5052026-03-30T22:57:48.673Z Compiling fnv v1.0.7
5062026-03-30T22:57:48.692Z Compiling heck v0.4.1
5072026-03-30T22:57:48.712Z Compiling fastrand v2.3.0
5082026-03-30T22:57:48.751Z Compiling bytecount v0.6.9
5092026-03-30T22:57:48.776Z Compiling clap_builder v4.5.60
5102026-03-30T22:57:48.920Z Compiling tempfile v3.25.0
5112026-03-30T22:57:48.974Z Compiling serde-untagged v0.1.9
5122026-03-30T22:57:48.977Z Compiling papergrid v0.11.0
5132026-03-30T22:57:48.977Z Compiling memmap v0.7.0
5142026-03-30T22:57:49.027Z Compiling smawk v0.3.2
5152026-03-30T22:57:49.030Z Compiling unicode-linebreak v0.1.5
5162026-03-30T22:57:49.065Z Compiling unicode-width v0.2.0
5172026-03-30T22:57:49.189Z Compiling camino-tempfile v1.4.1
5182026-03-30T22:57:49.242Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5192026-03-30T22:57:49.322Z Compiling textwrap v0.16.2
5202026-03-30T22:57:49.364Z Compiling swrite v0.1.0
5212026-03-30T22:57:49.664Z Compiling tabled_derive v0.7.0
5222026-03-30T22:57:50.392Z Compiling tabled v0.15.0
5232026-03-30T22:57:50.466Z Compiling synstructure v0.13.2
5242026-03-30T22:57:50.467Z Compiling pest_generator v2.8.6
5252026-03-30T22:57:51.023Z Compiling serde_derive v1.0.228
5262026-03-30T22:57:51.023Z Compiling zerofrom-derive v0.1.6
5272026-03-30T22:57:51.026Z Compiling yoke-derive v0.8.1
5282026-03-30T22:57:51.026Z Compiling zerovec-derive v0.11.2
5292026-03-30T22:57:51.026Z Compiling displaydoc v0.2.5
5302026-03-30T22:57:51.026Z Compiling thiserror-impl v1.0.69
5312026-03-30T22:57:51.026Z Compiling zerocopy-derive v0.7.35
5322026-03-30T22:57:51.026Z Compiling scroll_derive v0.12.1
5332026-03-30T22:57:51.026Z Compiling thiserror-impl v2.0.18
5342026-03-30T22:57:51.026Z Compiling clap_derive v4.5.55
5352026-03-30T22:57:51.093Z Compiling pest_derive v2.8.6
5362026-03-30T22:57:51.681Z Compiling scroll v0.12.0
5372026-03-30T22:57:51.786Z Compiling zerocopy v0.7.35
5382026-03-30T22:57:51.910Z Compiling goblin v0.8.2
5392026-03-30T22:57:52.208Z Compiling zerofrom v0.1.6
5402026-03-30T22:57:52.264Z Compiling dtrace-parser v0.2.0
5412026-03-30T22:57:52.310Z Compiling yoke v0.8.1
5422026-03-30T22:57:52.441Z Compiling clap v4.5.60
5432026-03-30T22:57:52.460Z Compiling zerovec v0.11.5
5442026-03-30T22:57:52.461Z Compiling zerotrie v0.2.3
5452026-03-30T22:57:52.867Z Compiling tinystr v0.8.2
5462026-03-30T22:57:52.867Z Compiling potential_utf v0.1.4
5472026-03-30T22:57:53.040Z Compiling icu_collections v2.1.1
5482026-03-30T22:57:53.080Z Compiling icu_locale_core v2.1.1
5492026-03-30T22:57:53.521Z Compiling serde_spanned v0.6.9
5502026-03-30T22:57:53.521Z Compiling toml_datetime v0.6.11
5512026-03-30T22:57:53.524Z Compiling serde-value v0.7.0
5522026-03-30T22:57:53.524Z Compiling cargo-platform v0.2.0
5532026-03-30T22:57:53.524Z Compiling macaddr v1.0.1
5542026-03-30T22:57:53.540Z Compiling dof v0.3.0
5552026-03-30T22:57:53.543Z Compiling serde_tokenstream v0.2.3
5562026-03-30T22:57:53.627Z Compiling icu_provider v2.1.1
5572026-03-30T22:57:53.729Z Compiling toml_edit v0.22.27
5582026-03-30T22:57:53.876Z Compiling icu_normalizer v2.1.1
5592026-03-30T22:57:53.876Z Compiling icu_properties v2.1.2
5602026-03-30T22:57:54.309Z Compiling usdt-macro v0.5.0
5612026-03-30T22:57:54.309Z Compiling usdt-attr-macro v0.5.0
5622026-03-30T22:57:54.689Z Compiling idna_adapter v1.2.1
5632026-03-30T22:57:54.798Z Compiling idna v1.1.0
5642026-03-30T22:57:54.892Z Compiling usdt v0.5.0
5652026-03-30T22:57:55.024Z Compiling toml v0.8.23
5662026-03-30T22:57:55.055Z Compiling url v2.5.8
5672026-03-30T22:57:55.366Z Compiling cargo_toml v0.21.0
5682026-03-30T22:57:55.462Z Compiling cargo-util-schemas v0.8.2
5692026-03-30T22:57:56.243Z Compiling cargo_metadata v0.21.0
5702026-03-30T22:57:57.155Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5712026-03-30T22:57:59.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.46s
5722026-03-30T22:57:59.511Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5732026-03-30T22:58:00.068Z Downloading crates ...
5742026-03-30T22:58:00.168Z Downloaded cexpr v0.6.0
5752026-03-30T22:58:00.171Z Downloaded aead v0.5.2
5762026-03-30T22:58:00.171Z Downloaded base64ct v1.8.3
5772026-03-30T22:58:00.174Z Downloaded cstr-argument v0.1.2
5782026-03-30T22:58:00.177Z Downloaded crc8 v0.1.1
5792026-03-30T22:58:00.177Z Downloaded base16ct v0.2.0
5802026-03-30T22:58:00.180Z Downloaded adler2 v2.0.1
5812026-03-30T22:58:00.183Z Downloaded crc v3.4.0
5822026-03-30T22:58:00.186Z Downloaded atty v0.2.14
5832026-03-30T22:58:00.186Z Downloaded bb8 v0.8.6
5842026-03-30T22:58:00.186Z Downloaded base16ct v1.0.0
5852026-03-30T22:58:00.189Z Downloaded async-stream v0.3.6
5862026-03-30T22:58:00.189Z Downloaded crypto-bigint v0.5.5
5872026-03-30T22:58:00.192Z Downloaded bit-set v0.5.3
5882026-03-30T22:58:00.195Z Downloaded async-stream-impl v0.3.6
5892026-03-30T22:58:00.195Z Downloaded arrayref v0.3.9
5902026-03-30T22:58:00.198Z Downloaded darling v0.21.3
5912026-03-30T22:58:00.201Z Downloaded bcrypt-pbkdf v0.10.0
5922026-03-30T22:58:00.201Z Downloaded atomic-waker v1.1.2
5932026-03-30T22:58:00.204Z Downloaded async-recursion v1.1.1
5942026-03-30T22:58:00.206Z Downloaded async-trait v0.1.89
5952026-03-30T22:58:00.210Z Downloaded bcs v0.1.6
5962026-03-30T22:58:00.213Z Downloaded argon2 v0.5.3
5972026-03-30T22:58:00.213Z Downloaded env_filter v1.0.0
5982026-03-30T22:58:00.216Z Downloaded debug-ignore v1.0.5
5992026-03-30T22:58:00.216Z Downloaded ciborium-ll v0.2.2
6002026-03-30T22:58:00.216Z Downloaded atomicwrites v0.4.4
6012026-03-30T22:58:00.218Z Downloaded dsl_auto_type v0.2.0
6022026-03-30T22:58:00.218Z Downloaded ascii-canvas v3.0.0
6032026-03-30T22:58:00.218Z Downloaded ed25519 v2.2.3
6042026-03-30T22:58:00.218Z Downloaded dirs-sys-next v0.1.2
6052026-03-30T22:58:00.221Z Downloaded defmt-macros v1.0.1
6062026-03-30T22:58:00.224Z Downloaded foreign-types-shared v0.3.1
6072026-03-30T22:58:00.224Z Downloaded assert_matches v1.5.0
6082026-03-30T22:58:00.224Z Downloaded ena v0.14.4
6092026-03-30T22:58:00.224Z Downloaded der_derive v0.7.3
6102026-03-30T22:58:00.227Z Downloaded defmt-parser v1.0.0
6112026-03-30T22:58:00.227Z Downloaded cfg_aliases v0.2.1
6122026-03-30T22:58:00.227Z Downloaded cfg_aliases v0.1.1
6132026-03-30T22:58:00.230Z Downloaded bitfield-struct v0.6.2
6142026-03-30T22:58:00.230Z Downloaded embedded-io v0.6.1
6152026-03-30T22:58:00.230Z Downloaded cobs v0.3.0
6162026-03-30T22:58:00.233Z Downloaded dirs-next v2.0.0
6172026-03-30T22:58:00.233Z Downloaded array-init v0.0.4
6182026-03-30T22:58:00.233Z Downloaded ciborium-io v0.2.2
6192026-03-30T22:58:00.233Z Downloaded cargo-platform v0.1.9
6202026-03-30T22:58:00.236Z Downloaded arrayvec v0.7.6
6212026-03-30T22:58:00.236Z Downloaded dof v0.4.0
6222026-03-30T22:58:00.240Z Downloaded backon v1.6.0
6232026-03-30T22:58:00.240Z Downloaded derive-ex v0.1.8
6242026-03-30T22:58:00.240Z Downloaded cmake v0.1.57
6252026-03-30T22:58:00.243Z Downloaded darling_core v0.23.0
6262026-03-30T22:58:00.246Z Downloaded castaway v0.2.4
6272026-03-30T22:58:00.246Z Downloaded allocator-api2 v0.2.21
6282026-03-30T22:58:00.249Z Downloaded darling_macro v0.20.11
6292026-03-30T22:58:00.249Z Downloaded async-bb8-diesel v0.2.1
6302026-03-30T22:58:00.249Z Downloaded difflib v0.4.0
6312026-03-30T22:58:00.249Z Downloaded curve25519-dalek-derive v0.1.1
6322026-03-30T22:58:00.252Z Downloaded bit-set v0.8.0
6332026-03-30T22:58:00.252Z Downloaded derive_builder v0.20.2
6342026-03-30T22:58:00.255Z Downloaded csv-core v0.1.13
6352026-03-30T22:58:00.258Z Downloaded defmt v1.0.1
6362026-03-30T22:58:00.258Z Downloaded daft v0.1.5
6372026-03-30T22:58:00.260Z Downloaded darling_macro v0.23.0
6382026-03-30T22:58:00.260Z Downloaded ecdsa v0.16.9
6392026-03-30T22:58:00.263Z Downloaded foreign-types v0.3.2
6402026-03-30T22:58:00.263Z Downloaded derive_builder_macro v0.20.2
6412026-03-30T22:58:00.266Z Downloaded crunchy v0.2.4
6422026-03-30T22:58:00.266Z Downloaded block-padding v0.3.3
6432026-03-30T22:58:00.269Z Downloaded dyn-clone v1.0.20
6442026-03-30T22:58:00.272Z Downloaded endian-type v0.1.2
6452026-03-30T22:58:00.272Z Downloaded dunce v1.0.5
6462026-03-30T22:58:00.272Z Downloaded crc-catalog v2.4.0
6472026-03-30T22:58:00.278Z Downloaded crossbeam-epoch v0.9.18
6482026-03-30T22:58:00.281Z Downloaded darling_core v0.21.3
6492026-03-30T22:58:00.284Z Downloaded convert_case v0.4.0
6502026-03-30T22:58:00.284Z Downloaded bitfield-macros v0.19.4
6512026-03-30T22:58:00.287Z Downloaded ctr v0.9.2
6522026-03-30T22:58:00.287Z Downloaded document-features v0.2.12
6532026-03-30T22:58:00.290Z Downloaded downcast-rs v2.0.2
6542026-03-30T22:58:00.290Z Downloaded chacha20 v0.9.1
6552026-03-30T22:58:00.293Z Downloaded embedded-io v0.4.0
6562026-03-30T22:58:00.296Z Downloaded flagset v0.4.7
6572026-03-30T22:58:00.296Z Downloaded foreign-types-macros v0.2.3
6582026-03-30T22:58:00.299Z Downloaded foreign-types-shared v0.1.1
6592026-03-30T22:58:00.299Z Downloaded dropshot-api-manager-types v0.6.0
6602026-03-30T22:58:00.299Z Downloaded darling_macro v0.21.3
6612026-03-30T22:58:00.302Z Downloaded ar_archive_writer v0.5.1
6622026-03-30T22:58:00.302Z Downloaded futures-task v0.3.32
6632026-03-30T22:58:00.305Z Downloaded float-ord v0.3.2
6642026-03-30T22:58:00.305Z Downloaded foreign-types v0.5.0
6652026-03-30T22:58:00.305Z Downloaded diesel_table_macro_syntax v0.3.0
6662026-03-30T22:58:00.308Z Downloaded futures-macro v0.3.32
6672026-03-30T22:58:00.309Z Downloaded fxhash v0.2.1
6682026-03-30T22:58:00.309Z Downloaded futures-sink v0.3.32
6692026-03-30T22:58:00.309Z Downloaded enum-as-inner v0.6.1
6702026-03-30T22:58:00.312Z Downloaded dtrace-parser v0.3.0
6712026-03-30T22:58:00.312Z Downloaded ghash v0.5.1
6722026-03-30T22:58:00.312Z Downloaded gethostname v0.5.0
6732026-03-30T22:58:00.312Z Downloaded git-stub v1.0.0
6742026-03-30T22:58:00.315Z Downloaded backoff v0.4.0
6752026-03-30T22:58:00.315Z Downloaded fixedbitset v0.4.2
6762026-03-30T22:58:00.315Z Downloaded crucible-workspace-hack v0.1.0
6772026-03-30T22:58:00.320Z Downloaded cbc v0.1.2
6782026-03-30T22:58:00.323Z Downloaded camino-tempfile-ext v0.3.3
6792026-03-30T22:58:00.323Z Downloaded buf-list v1.1.2
6802026-03-30T22:58:00.326Z Downloaded cipher v0.4.4
6812026-03-30T22:58:00.326Z Downloaded byte-wrapper v0.1.0
6822026-03-30T22:58:00.329Z Downloaded fd-lock v4.0.4
6832026-03-30T22:58:00.329Z Downloaded cpufeatures v0.3.0
6842026-03-30T22:58:00.332Z Downloaded funty v2.0.0
6852026-03-30T22:58:00.332Z Downloaded display-error-chain v0.2.2
6862026-03-30T22:58:00.335Z Downloaded defmt v0.3.100
6872026-03-30T22:58:00.335Z Downloaded bit-vec v0.6.3
6882026-03-30T22:58:00.335Z Downloaded futures-core v0.3.32
6892026-03-30T22:58:00.338Z Downloaded derive_builder_core v0.20.2
6902026-03-30T22:58:00.338Z Downloaded const_format_proc_macros v0.2.34
6912026-03-30T22:58:00.341Z Downloaded either v1.15.0
6922026-03-30T22:58:00.341Z Downloaded hash32 v0.2.1
6932026-03-30T22:58:00.341Z Downloaded drift v0.1.3
6942026-03-30T22:58:00.344Z Downloaded globwalk v0.9.1
6952026-03-30T22:58:00.347Z Downloaded bit-vec v0.8.0
6962026-03-30T22:58:00.347Z Downloaded hash32 v0.3.1
6972026-03-30T22:58:00.350Z Downloaded cassowary v0.3.0
6982026-03-30T22:58:00.350Z Downloaded headers-core v0.3.0
6992026-03-30T22:58:00.353Z Downloaded fallible-iterator v0.2.0
7002026-03-30T22:58:00.353Z Downloaded env_logger v0.11.9
7012026-03-30T22:58:00.356Z Downloaded http-body v1.0.1
7022026-03-30T22:58:00.359Z Downloaded dropshot_endpoint v0.16.7
7032026-03-30T22:58:00.359Z Downloaded hex v0.4.3
7042026-03-30T22:58:00.363Z Downloaded constant_time_eq v0.4.2
7052026-03-30T22:58:00.363Z Downloaded bitfield v0.19.4
7062026-03-30T22:58:00.366Z Downloaded hex-literal v0.4.1
7072026-03-30T22:58:00.366Z Downloaded hostname v0.3.1
7082026-03-30T22:58:00.366Z Downloaded clang-sys v1.8.1
7092026-03-30T22:58:00.366Z Downloaded base64 v0.22.1
7102026-03-30T22:58:00.370Z Downloaded http-range v0.1.5
7112026-03-30T22:58:00.370Z Downloaded hubpack v0.1.2
7122026-03-30T22:58:00.373Z Downloaded httpdate v1.0.3
7132026-03-30T22:58:00.373Z Downloaded bitflags v1.3.2
7142026-03-30T22:58:00.375Z Downloaded hubpack_derive v0.1.1
7152026-03-30T22:58:00.375Z Downloaded blowfish v0.9.1
7162026-03-30T22:58:00.375Z Downloaded hostname v0.4.2
7172026-03-30T22:58:00.378Z Downloaded home v0.5.12
7182026-03-30T22:58:00.379Z Downloaded ident_case v1.0.1
7192026-03-30T22:58:00.379Z Downloaded hyper-tls v0.6.0
7202026-03-30T22:58:00.382Z Downloaded futures-io v0.3.32
7212026-03-30T22:58:00.382Z Downloaded float-cmp v0.10.0
7222026-03-30T22:58:00.382Z Downloaded deranged v0.5.8
7232026-03-30T22:58:00.385Z Downloaded fs_extra v1.3.0
7242026-03-30T22:58:00.385Z Downloaded indent_write v2.2.0
7252026-03-30T22:58:00.385Z Downloaded ff v0.13.1
7262026-03-30T22:58:00.388Z Downloaded daft-derive v0.1.5
7272026-03-30T22:58:00.395Z Downloaded glob v0.3.3
7282026-03-30T22:58:00.395Z Downloaded critical-section v1.2.0
7292026-03-30T22:58:00.396Z Downloaded filetime v0.2.27
7302026-03-30T22:58:00.396Z Downloaded ahash v0.8.12
7312026-03-30T22:58:00.396Z Downloaded git-stub-vcs v0.1.0
7322026-03-30T22:58:00.396Z Downloaded console v0.15.11
7332026-03-30T22:58:00.400Z Downloaded chacha20 v0.10.0
7342026-03-30T22:58:00.400Z Downloaded erased-serde v0.3.31
7352026-03-30T22:58:00.400Z Downloaded data-encoding v2.10.0
7362026-03-30T22:58:00.403Z Downloaded cargo_metadata v0.19.2
7372026-03-30T22:58:00.403Z Downloaded lalrpop-util v0.19.12
7382026-03-30T22:58:00.403Z Downloaded is-terminal v0.4.17
7392026-03-30T22:58:00.403Z Downloaded inout v0.1.4
7402026-03-30T22:58:00.406Z Downloaded futures-executor v0.3.32
7412026-03-30T22:58:00.406Z Downloaded colored v3.1.1
7422026-03-30T22:58:00.409Z Downloaded foldhash v0.2.0
7432026-03-30T22:58:00.409Z Downloaded indoc v1.0.9
7442026-03-30T22:58:00.409Z Downloaded instant v0.1.13
7452026-03-30T22:58:00.412Z Downloaded instability v0.3.11
7462026-03-30T22:58:00.412Z Downloaded crc32fast v1.5.0
7472026-03-30T22:58:00.415Z Downloaded cookie v0.18.1
7482026-03-30T22:58:00.415Z Downloaded elliptic-curve v0.13.8
7492026-03-30T22:58:00.417Z Downloaded group v0.13.0
7502026-03-30T22:58:00.417Z Downloaded des v0.8.1
7512026-03-30T22:58:00.421Z Downloaded globset v0.4.18
7522026-03-30T22:58:00.421Z Downloaded diff v0.1.13
7532026-03-30T22:58:00.423Z Downloaded lazy_static v1.5.0
7542026-03-30T22:58:00.424Z Downloaded darling v0.20.11
7552026-03-30T22:58:00.426Z Downloaded keccak v0.1.6
7562026-03-30T22:58:00.426Z Downloaded const-oid v0.9.6
7572026-03-30T22:58:00.429Z Downloaded ciborium v0.2.2
7582026-03-30T22:58:00.429Z Downloaded bzip2 v0.6.1
7592026-03-30T22:58:00.432Z Downloaded console v0.16.2
7602026-03-30T22:58:00.432Z Downloaded is_ci v1.2.0
7612026-03-30T22:58:00.432Z Downloaded internet-checksum v0.2.1
7622026-03-30T22:58:00.435Z Downloaded crossbeam-deque v0.8.6
7632026-03-30T22:58:00.435Z Downloaded cookie_store v0.22.1
7642026-03-30T22:58:00.438Z Downloaded http-body-util v0.1.3
7652026-03-30T22:58:00.438Z Downloaded colored v2.2.0
7662026-03-30T22:58:00.441Z Downloaded foldhash v0.1.5
7672026-03-30T22:58:00.441Z Downloaded diesel-dtrace v0.5.0
7682026-03-30T22:58:00.441Z Downloaded libscf-sys v1.1.0
7692026-03-30T22:58:00.444Z Downloaded hyper-staticfile v0.10.1
7702026-03-30T22:58:00.444Z Downloaded highway v1.3.0
7712026-03-30T22:58:00.444Z Downloaded corncobs v0.1.4
7722026-03-30T22:58:00.447Z Downloaded cancel-safe-futures v0.1.5
7732026-03-30T22:58:00.447Z Downloaded fs-err v2.11.0
7742026-03-30T22:58:00.450Z Downloaded lru v0.12.5
7752026-03-30T22:58:00.450Z Downloaded managed v0.8.0
7762026-03-30T22:58:00.453Z Downloaded lru-cache v0.1.2
7772026-03-30T22:58:00.453Z Downloaded linked-hash-map v0.5.6
7782026-03-30T22:58:00.453Z Downloaded blake2 v0.10.6
7792026-03-30T22:58:00.456Z Downloaded bzip2 v0.4.4
7802026-03-30T22:58:00.456Z Downloaded convert_case v0.10.0
7812026-03-30T22:58:00.456Z Downloaded maybe-uninit v2.0.0
7822026-03-30T22:58:00.459Z Downloaded futures-channel v0.3.32
7832026-03-30T22:58:00.459Z Downloaded find-msvc-tools v0.1.9
7842026-03-30T22:58:00.461Z Downloaded crossbeam-utils v0.8.21
7852026-03-30T22:58:00.462Z Downloaded cargo_toml v0.22.3
7862026-03-30T22:58:00.464Z Downloaded lzss v0.8.2
7872026-03-30T22:58:00.464Z Downloaded kstat-rs v0.2.4
7882026-03-30T22:58:00.464Z Downloaded memoffset v0.9.1
7892026-03-30T22:58:00.467Z Downloaded ingot v0.1.1
7902026-03-30T22:58:00.468Z Downloaded indoc v2.0.7
7912026-03-30T22:58:00.470Z Downloaded lru-slab v0.1.2
7922026-03-30T22:58:00.470Z Downloaded impl-trait-for-tuples v0.2.3
7932026-03-30T22:58:00.470Z Downloaded crc-any v2.5.0
7942026-03-30T22:58:00.473Z Downloaded mime v0.3.17
7952026-03-30T22:58:00.473Z Downloaded md-5 v0.10.6
7962026-03-30T22:58:00.476Z Downloaded fixedbitset v0.5.7
7972026-03-30T22:58:00.476Z Downloaded arc-swap v1.8.2
7982026-03-30T22:58:00.479Z Downloaded darling v0.23.0
7992026-03-30T22:58:00.482Z Downloaded match_cfg v0.1.0
8002026-03-30T22:58:00.482Z Downloaded maplit v1.0.2
8012026-03-30T22:58:00.485Z Downloaded md5 v0.7.0
8022026-03-30T22:58:00.488Z Downloaded getrandom v0.2.17
8032026-03-30T22:58:00.488Z Downloaded nodrop v0.1.14
8042026-03-30T22:58:00.491Z Downloaded newtype_derive v0.1.6
8052026-03-30T22:58:00.491Z Downloaded libefi-sys v0.1.0
8062026-03-30T22:58:00.491Z Downloaded ingot-types v0.1.2
8072026-03-30T22:58:00.494Z Downloaded hmac v0.12.1
8082026-03-30T22:58:00.494Z Downloaded base64 v0.21.7
8092026-03-30T22:58:00.497Z Downloaded libloading v0.8.9
8102026-03-30T22:58:00.500Z Downloaded newline-converter v0.3.0
8112026-03-30T22:58:00.500Z Downloaded httparse v1.10.1
8122026-03-30T22:58:00.500Z Downloaded new_debug_unreachable v1.0.6
8132026-03-30T22:58:00.502Z Downloaded jobserver v0.1.34
8142026-03-30T22:58:00.503Z Downloaded ipnetwork v0.21.1
8152026-03-30T22:58:00.503Z Downloaded num-conv v0.2.0
8162026-03-30T22:58:00.506Z Downloaded newtype-uuid-macros v0.1.0
8172026-03-30T22:58:00.506Z Downloaded ipnet v2.11.0
8182026-03-30T22:58:00.506Z Downloaded num-derive v0.3.3
8192026-03-30T22:58:00.509Z Downloaded futures v0.3.32
8202026-03-30T22:58:00.512Z Downloaded getrandom v0.3.4
8212026-03-30T22:58:00.512Z Downloaded num v0.4.3
8222026-03-30T22:58:00.515Z Downloaded normalize-line-endings v0.3.0
8232026-03-30T22:58:00.515Z Downloaded num_threads v0.1.7
8242026-03-30T22:58:00.515Z Downloaded iana-time-zone v0.1.65
8252026-03-30T22:58:00.518Z Downloaded hyper-rustls v0.27.7
8262026-03-30T22:58:00.521Z Downloaded humantime v2.3.0
8272026-03-30T22:58:00.521Z Downloaded openssl-macros v0.1.1
8282026-03-30T22:58:00.521Z Downloaded openssl-probe v0.1.6
8292026-03-30T22:58:00.524Z Downloaded opaque-debug v0.3.1
8302026-03-30T22:58:00.524Z Downloaded num-iter v0.1.45
8312026-03-30T22:58:00.527Z Downloaded num_enum_derive v0.5.11
8322026-03-30T22:58:00.527Z Downloaded olpc-cjson v0.1.4
8332026-03-30T22:58:00.529Z Downloaded lock_api v0.4.14
8342026-03-30T22:58:00.530Z Downloaded derive_more v0.99.20
8352026-03-30T22:58:00.532Z Downloaded linear-map v1.2.0
8362026-03-30T22:58:00.535Z Downloaded libsw-core v0.3.2
8372026-03-30T22:58:00.535Z Downloaded derive-where v1.6.0
8382026-03-30T22:58:00.538Z Downloaded half v1.8.3
8392026-03-30T22:58:00.538Z Downloaded multimap v0.10.1
8402026-03-30T22:58:00.541Z Downloaded nanorand v0.7.0
8412026-03-30T22:58:00.544Z Downloaded parse-display v0.10.0
8422026-03-30T22:58:00.544Z Downloaded parse-size v1.1.0
8432026-03-30T22:58:00.547Z Downloaded oso-derive v0.27.3
8442026-03-30T22:58:00.550Z Downloaded openssl-probe v0.2.1
8452026-03-30T22:58:00.553Z Downloaded multer v3.1.0
8462026-03-30T22:58:00.558Z Downloaded fatfs v0.3.6
8472026-03-30T22:58:00.562Z Downloaded nibble_vec v0.1.0
8482026-03-30T22:58:00.562Z Downloaded ingot-macros v0.1.1
8492026-03-30T22:58:00.568Z Downloaded cc v1.2.56
8502026-03-30T22:58:00.568Z Downloaded packed_struct_codegen v0.10.1
8512026-03-30T22:58:00.573Z Downloaded pbkdf2 v0.11.0
8522026-03-30T22:58:00.573Z Downloaded pbkdf2 v0.12.2
8532026-03-30T22:58:00.576Z Downloaded darling_core v0.20.11
8542026-03-30T22:58:00.593Z Downloaded phf_shared v0.12.1
8552026-03-30T22:58:00.596Z Downloaded phf_shared v0.11.3
8562026-03-30T22:58:00.596Z Downloaded path-slash v0.1.5
8572026-03-30T22:58:00.596Z Downloaded num_enum_derive v0.7.5
8582026-03-30T22:58:00.599Z Downloaded num_enum v0.5.11
8592026-03-30T22:58:00.602Z Downloaded hickory-client v0.25.2
8602026-03-30T22:58:00.602Z Downloaded pin-utils v0.1.0
8612026-03-30T22:58:00.602Z Downloaded nu-ansi-term v0.50.3
8622026-03-30T22:58:00.605Z Downloaded litrs v1.0.0
8632026-03-30T22:58:00.605Z Downloaded phf_shared v0.13.1
8642026-03-30T22:58:00.608Z Downloaded num-integer v0.1.46
8652026-03-30T22:58:00.608Z Downloaded num-derive v0.4.2
8662026-03-30T22:58:00.608Z Downloaded num_enum v0.7.5
8672026-03-30T22:58:00.611Z Downloaded compact_str v0.8.1
8682026-03-30T22:58:00.614Z Downloaded chacha20poly1305 v0.10.1
8692026-03-30T22:58:00.614Z Downloaded password-hash v0.4.2
8702026-03-30T22:58:00.617Z Downloaded predicates-core v1.0.10
8712026-03-30T22:58:00.617Z Downloaded precomputed-hash v0.1.1
8722026-03-30T22:58:00.617Z Downloaded mime_guess v2.0.5
8732026-03-30T22:58:00.620Z Downloaded bytes v1.11.1
8742026-03-30T22:58:00.620Z Downloaded proc-macro-crate v3.4.0
8752026-03-30T22:58:00.623Z Downloaded proc-macro-crate v1.3.1
8762026-03-30T22:58:00.623Z Downloaded powerfmt v0.2.0
8772026-03-30T22:58:00.623Z Downloaded password-hash v0.5.0
8782026-03-30T22:58:00.626Z Downloaded predicates-tree v1.0.13
8792026-03-30T22:58:00.626Z Downloaded parse-display-derive v0.10.0
8802026-03-30T22:58:00.626Z Downloaded headers v0.4.1
8812026-03-30T22:58:00.629Z Downloaded heapless v0.8.0
8822026-03-30T22:58:00.632Z Downloaded flume v0.11.1
8832026-03-30T22:58:00.635Z Downloaded half v2.7.1
8842026-03-30T22:58:00.635Z Downloaded num-complex v0.4.6
8852026-03-30T22:58:00.638Z Downloaded progenitor-client v0.10.0
8862026-03-30T22:58:00.638Z Downloaded paste v1.0.15
8872026-03-30T22:58:00.641Z Downloaded oxnet v0.1.4
8882026-03-30T22:58:00.644Z Downloaded oxide-tokio-rt v0.1.3
8892026-03-30T22:58:00.644Z Downloaded parking_lot_core v0.8.6
8902026-03-30T22:58:00.647Z Downloaded progenitor-macro v0.10.0
8912026-03-30T22:58:00.647Z Downloaded phf v0.12.1
8922026-03-30T22:58:00.650Z Downloaded proc-macro-error-attr2 v2.0.0
8932026-03-30T22:58:00.650Z Downloaded derive_more-impl v2.1.1
8942026-03-30T22:58:00.654Z Downloaded progenitor-client v0.11.2
8952026-03-30T22:58:00.654Z Downloaded packed_struct v0.10.1
8962026-03-30T22:58:00.657Z Downloaded memmap2 v0.9.10
8972026-03-30T22:58:00.657Z Downloaded peg-runtime v0.8.5
8982026-03-30T22:58:00.657Z Downloaded peg-macros v0.8.5
8992026-03-30T22:58:00.660Z Downloaded peg v0.8.5
9002026-03-30T22:58:00.663Z Downloaded derive_more v2.1.1
9012026-03-30T22:58:00.669Z Downloaded psl-types v2.0.11
9022026-03-30T22:58:00.672Z Downloaded pkg-config v0.3.32
9032026-03-30T22:58:00.672Z Downloaded pkcs8 v0.10.2
9042026-03-30T22:58:00.675Z Downloaded pem v3.0.6
9052026-03-30T22:58:00.675Z Downloaded pin-project-internal v1.1.11
9062026-03-30T22:58:00.678Z Downloaded phf v0.13.1
9072026-03-30T22:58:00.678Z Downloaded owo-colors v4.3.0
9082026-03-30T22:58:00.678Z Downloaded progenitor-macro v0.13.0
9092026-03-30T22:58:00.681Z Downloaded progenitor-macro v0.11.2
9102026-03-30T22:58:00.681Z Downloaded quick-error v1.2.3
9112026-03-30T22:58:00.684Z Downloaded nonempty v0.12.0
9122026-03-30T22:58:00.684Z Downloaded radium v0.7.0
9132026-03-30T22:58:00.684Z Downloaded newtype-uuid v1.3.2
9142026-03-30T22:58:00.684Z Downloaded native-tls v0.2.18
9152026-03-30T22:58:00.687Z Downloaded libsw v3.5.0
9162026-03-30T22:58:00.687Z Downloaded rand_chacha v0.3.1
9172026-03-30T22:58:00.687Z Downloaded const_format v0.2.35
9182026-03-30T22:58:00.691Z Downloaded postgres-protocol v0.6.10
9192026-03-30T22:58:00.694Z Downloaded pem-rfc7468 v0.7.0
9202026-03-30T22:58:00.694Z Downloaded pin-project-lite v0.2.17
9212026-03-30T22:58:00.697Z Downloaded rand_xorshift v0.4.0
9222026-03-30T22:58:00.700Z Downloaded libbz2-rs-sys v0.2.2
9232026-03-30T22:58:00.700Z Downloaded num-rational v0.4.2
9242026-03-30T22:58:00.703Z Downloaded progenitor v0.13.0
9252026-03-30T22:58:00.703Z Downloaded proc-macro-error2 v2.0.1
9262026-03-30T22:58:00.706Z Downloaded parking_lot v0.11.2
9272026-03-30T22:58:00.706Z Downloaded heapless v0.7.17
9282026-03-30T22:58:00.709Z Downloaded hickory-resolver v0.24.4
9292026-03-30T22:58:00.712Z Downloaded recursive-proc-macro-impl v0.1.1
9302026-03-30T22:58:00.715Z Downloaded recursive v0.1.1
9312026-03-30T22:58:00.715Z Downloaded polyval v0.6.2
9322026-03-30T22:58:00.715Z Downloaded poly1305 v0.8.0
9332026-03-30T22:58:00.718Z Downloaded rtoolbox v0.0.3
9342026-03-30T22:58:00.723Z Downloaded crossbeam-channel v0.5.15
9352026-03-30T22:58:00.726Z Downloaded flate2 v1.1.9
9362026-03-30T22:58:00.729Z Downloaded parking_lot_core v0.9.12
9372026-03-30T22:58:00.732Z Downloaded ref-cast v1.0.25
9382026-03-30T22:58:00.735Z Downloaded primeorder v0.13.6
9392026-03-30T22:58:00.735Z Downloaded omicron-zone-package v0.12.2
9402026-03-30T22:58:00.739Z Downloaded indicatif v0.18.4
9412026-03-30T22:58:00.742Z Downloaded indexmap v1.9.3
9422026-03-30T22:58:00.742Z Downloaded rfc6979 v0.4.0
9432026-03-30T22:58:00.745Z Downloaded russh-cryptovec v0.7.3
9442026-03-30T22:58:00.745Z Downloaded r2d2 v0.8.10
9452026-03-30T22:58:00.748Z Downloaded rustc_version v0.4.1
9462026-03-30T22:58:00.748Z Downloaded ref-cast-impl v1.0.25
9472026-03-30T22:58:00.748Z Downloaded progenitor-extras v0.1.1
9482026-03-30T22:58:00.751Z Downloaded progenitor-client v0.13.0
9492026-03-30T22:58:00.751Z Downloaded progenitor v0.11.2
9502026-03-30T22:58:00.751Z Downloaded progenitor v0.10.0
9512026-03-30T22:58:00.754Z Downloaded postgres-types v0.2.12
9522026-03-30T22:58:00.757Z Downloaded rustc_version v0.1.7
9532026-03-30T22:58:00.757Z Downloaded rustc-hash v2.1.1
9542026-03-30T22:58:00.765Z Downloaded predicates v3.1.4
9552026-03-30T22:58:00.769Z Downloaded hickory-resolver v0.25.2
9562026-03-30T22:58:00.772Z Downloaded psm v0.1.30
9572026-03-30T22:58:00.773Z Downloaded rand_core v0.10.0
9582026-03-30T22:58:00.780Z Downloaded rand_chacha v0.9.0
9592026-03-30T22:58:00.788Z Downloaded ignore v0.4.25
9602026-03-30T22:58:00.791Z Downloaded pkcs1 v0.7.5
9612026-03-30T22:58:00.794Z Downloaded ppv-lite86 v0.2.21
9622026-03-30T22:58:00.794Z Downloaded pkcs5 v0.7.1
9632026-03-30T22:58:00.798Z Downloaded salsa20 v0.10.2
9642026-03-30T22:58:00.802Z Downloaded sapling-renderdag v0.1.0
9652026-03-30T22:58:00.805Z Downloaded scheduled-thread-pool v0.2.7
9662026-03-30T22:58:00.805Z Downloaded rand_core v0.9.5
9672026-03-30T22:58:00.808Z Downloaded same-file v1.0.6
9682026-03-30T22:58:00.811Z Downloaded postcard v1.1.3
9692026-03-30T22:58:00.811Z Downloaded dropshot-api-manager v0.6.0
9702026-03-30T22:58:00.814Z Downloaded quinn-udp v0.5.14
9712026-03-30T22:58:00.816Z Downloaded pin-project v1.1.11
9722026-03-30T22:58:00.821Z Downloaded serde-big-array v0.5.1
9732026-03-30T22:58:00.824Z Downloaded semver v0.1.20
9742026-03-30T22:58:00.824Z Downloaded miniz_oxide v0.8.9
9752026-03-30T22:58:00.826Z Downloaded serde_plain v1.0.2
9762026-03-30T22:58:00.827Z Downloaded papergrid v0.17.0
9772026-03-30T22:58:00.829Z Downloaded bumpalo v3.20.2
9782026-03-30T22:58:00.832Z Downloaded aes v0.8.4
9792026-03-30T22:58:00.832Z Downloaded seq-macro v0.3.6
9802026-03-30T22:58:00.835Z Downloaded secrecy v0.10.3
9812026-03-30T22:58:00.835Z Downloaded scrypt v0.11.0
9822026-03-30T22:58:00.835Z Downloaded rustls-pemfile v2.2.0
9832026-03-30T22:58:00.838Z Downloaded scroll_derive v0.13.1
9842026-03-30T22:58:00.838Z Downloaded secrecy v0.8.0
9852026-03-30T22:58:00.838Z Downloaded scopeguard v1.2.0
9862026-03-30T22:58:00.841Z Downloaded serde_bytes v0.11.19
9872026-03-30T22:58:00.841Z Downloaded resolv-conf v0.7.6
9882026-03-30T22:58:00.844Z Downloaded serde_urlencoded v0.7.1
9892026-03-30T22:58:00.844Z Downloaded rusty-fork v0.3.1
9902026-03-30T22:58:00.844Z Downloaded rustls-pemfile v1.0.4
9912026-03-30T22:58:00.847Z Downloaded serde_spanned v1.0.4
9922026-03-30T22:58:00.847Z Downloaded serde_repr v0.1.20
9932026-03-30T22:58:00.847Z Downloaded rustversion v1.0.22
9942026-03-30T22:58:00.850Z Downloaded ed25519-dalek v2.2.0
9952026-03-30T22:58:00.853Z Downloaded rand_seeder v0.4.0
9962026-03-30T22:58:00.853Z Downloaded parking_lot v0.12.5
9972026-03-30T22:58:00.856Z Downloaded oso v0.27.3
9982026-03-30T22:58:00.856Z Downloaded p256 v0.13.2
9992026-03-30T22:58:00.859Z Downloaded rustls-native-certs v0.8.3
10002026-03-30T22:58:00.859Z Downloaded sha1 v0.10.6
10012026-03-30T22:58:00.861Z Downloaded expectorate v1.2.0
10022026-03-30T22:58:00.861Z Downloaded der v0.7.10
10032026-03-30T22:58:00.864Z Downloaded shell-words v1.1.1
10042026-03-30T22:58:00.868Z Downloaded progenitor-impl v0.13.0
10052026-03-30T22:58:00.871Z Downloaded hickory-server v0.25.2
10062026-03-30T22:58:00.878Z Downloaded schemars_derive v0.8.22
10072026-03-30T22:58:00.880Z Downloaded rand_core v0.6.4
10082026-03-30T22:58:00.884Z Downloaded sigpipe v0.1.3
10092026-03-30T22:58:00.887Z Downloaded signature v2.2.0
10102026-03-30T22:58:00.887Z Downloaded slog-envlogger v2.2.0
10112026-03-30T22:58:00.887Z Downloaded signal-hook-tokio v0.3.1
10122026-03-30T22:58:00.889Z Downloaded signal-hook-mio v0.2.5
10132026-03-30T22:58:00.890Z Downloaded siphasher v1.0.2
10142026-03-30T22:58:00.890Z Downloaded slog-bunyan v2.5.0
10152026-03-30T22:58:00.893Z Downloaded scroll v0.13.0
10162026-03-30T22:58:00.893Z Downloaded progenitor-impl v0.11.2
10172026-03-30T22:58:00.896Z Downloaded diesel_derives v2.3.7
10182026-03-30T22:58:00.904Z Downloaded prefix-trie v0.7.0
10192026-03-30T22:58:00.910Z Downloaded russh-keys v0.45.0
10202026-03-30T22:58:00.913Z Downloaded serde_path_to_error v0.1.20
10212026-03-30T22:58:00.919Z Downloaded serde_derive_internals v0.29.1
10222026-03-30T22:58:00.919Z Downloaded minimal-lexical v0.2.1
10232026-03-30T22:58:00.922Z Downloaded serde-hex v0.1.0
10242026-03-30T22:58:00.922Z Downloaded sec1 v0.7.3
10252026-03-30T22:58:00.927Z Downloaded aes-gcm v0.10.3
10262026-03-30T22:58:00.930Z Downloaded progenitor-impl v0.10.0
10272026-03-30T22:58:00.933Z Downloaded jiff-static v0.2.21
10282026-03-30T22:58:00.937Z Downloaded ssh-encoding v0.2.0
10292026-03-30T22:58:00.937Z Downloaded sqlparser_derive v0.5.0
10302026-03-30T22:58:00.937Z Downloaded ssh-cipher v0.2.0
10312026-03-30T22:58:00.940Z Downloaded num-bigint v0.4.6
10322026-03-30T22:58:00.943Z Downloaded aho-corasick v1.1.4
10332026-03-30T22:58:00.945Z Downloaded simd-adler32 v0.3.8
10342026-03-30T22:58:00.945Z Downloaded structmeta v0.3.0
10352026-03-30T22:58:00.948Z Downloaded strum v0.26.3
10362026-03-30T22:58:00.948Z Downloaded structmeta-derive v0.3.0
10372026-03-30T22:58:00.948Z Downloaded rcgen v0.12.1
10382026-03-30T22:58:00.951Z Downloaded strip-ansi-escapes v0.2.1
10392026-03-30T22:58:00.954Z Downloaded http v1.4.0
10402026-03-30T22:58:00.957Z Downloaded ron v0.8.1
10412026-03-30T22:58:00.959Z Downloaded hyper-util v0.1.20
10422026-03-30T22:58:00.962Z Downloaded hashbrown v0.13.2
10432026-03-30T22:58:00.965Z Downloaded supports-color v3.0.2
10442026-03-30T22:58:00.965Z Downloaded sync_wrapper v1.0.2
10452026-03-30T22:58:00.965Z Downloaded rustls-pki-types v1.14.0
10462026-03-30T22:58:00.968Z Downloaded subtle v2.6.1
10472026-03-30T22:58:00.968Z Downloaded signal-hook-registry v1.4.8
10482026-03-30T22:58:00.971Z Downloaded tap v1.0.1
10492026-03-30T22:58:00.971Z Downloaded tagptr v0.2.0
10502026-03-30T22:58:00.971Z Downloaded take_mut v0.2.2
10512026-03-30T22:58:00.971Z Downloaded slog-json v2.6.1
10522026-03-30T22:58:00.974Z Downloaded slog-async v2.8.0
10532026-03-30T22:58:00.974Z Downloaded slab v0.4.12
10542026-03-30T22:58:00.974Z Downloaded bindgen v0.71.1
10552026-03-30T22:58:00.979Z Downloaded sync-ptr v0.1.4
10562026-03-30T22:58:00.982Z Downloaded slog-stdlog v4.1.1
10572026-03-30T22:58:00.982Z Downloaded openssl-sys v0.9.111
10582026-03-30T22:58:00.985Z Downloaded strum v0.27.2
10592026-03-30T22:58:00.985Z Downloaded slog-dtrace v0.3.0
10602026-03-30T22:58:00.988Z Downloaded tabled_derive v0.11.0
10612026-03-30T22:58:00.988Z Downloaded smallvec v0.6.14
10622026-03-30T22:58:00.988Z Downloaded slog-term v2.9.2
10632026-03-30T22:58:00.991Z Downloaded slog-scope v4.4.1
10642026-03-30T22:58:00.991Z Downloaded serde_cbor v0.11.2
10652026-03-30T22:58:00.994Z Downloaded hashbrown v0.12.3
10662026-03-30T22:58:00.994Z Downloaded prettyplease v0.2.37
10672026-03-30T22:58:00.997Z Downloaded thiserror-impl-no-std v2.0.2
10682026-03-30T22:58:00.999Z Downloaded sct v0.7.1
10692026-03-30T22:58:00.999Z Downloaded ryu v1.0.23
10702026-03-30T22:58:01.002Z Downloaded testing_table v0.3.0
10712026-03-30T22:58:01.005Z Downloaded smf v0.2.3
10722026-03-30T22:58:01.008Z Downloaded hashbrown v0.15.5
10732026-03-30T22:58:01.011Z Downloaded thread-id v5.1.0
10742026-03-30T22:58:01.014Z Downloaded tinyvec_macros v0.1.1
10752026-03-30T22:58:01.014Z Downloaded time-core v0.1.8
10762026-03-30T22:58:01.017Z Downloaded spki v0.7.3
10772026-03-30T22:58:01.017Z Downloaded string_cache v0.8.9
10782026-03-30T22:58:01.021Z Downloaded schemars v0.8.22
10792026-03-30T22:58:01.028Z Downloaded serde_with_macros v3.17.0
10802026-03-30T22:58:01.031Z Downloaded rayon-core v1.13.0
10812026-03-30T22:58:01.034Z Downloaded stacker v0.1.23
10822026-03-30T22:58:01.034Z Downloaded strum_macros v0.24.3
10832026-03-30T22:58:01.037Z Downloaded stringprep v0.1.5
10842026-03-30T22:58:01.037Z Downloaded sqlformat v0.3.5
10852026-03-30T22:58:01.039Z Downloaded strum_macros v0.26.4
10862026-03-30T22:58:01.039Z Downloaded shlex v1.3.0
10872026-03-30T22:58:01.040Z Downloaded tabwriter v1.4.1
10882026-03-30T22:58:01.042Z Downloaded static_assertions v1.1.0
10892026-03-30T22:58:01.046Z Downloaded rustls-platform-verifier v0.6.2
10902026-03-30T22:58:01.049Z Downloaded strum_macros v0.27.2
10912026-03-30T22:58:01.052Z Downloaded libxml v0.3.3
10922026-03-30T22:58:01.056Z Downloaded support-bundle-viewer v0.1.2
10932026-03-30T22:58:01.059Z Downloaded crossterm v0.29.0
10942026-03-30T22:58:01.062Z Downloaded crossterm v0.28.1
10952026-03-30T22:58:01.065Z Downloaded topological-sort v0.2.2
10962026-03-30T22:58:01.068Z Downloaded termtree v0.5.1
10972026-03-30T22:58:01.068Z Downloaded termios v0.3.3
10982026-03-30T22:58:01.068Z Downloaded iddqd v0.3.17
10992026-03-30T22:58:01.073Z Downloaded tower-layer v0.3.3
11002026-03-30T22:58:01.075Z Downloaded pretty_assertions v1.4.1
11012026-03-30T22:58:01.075Z Downloaded mio v1.1.1
11022026-03-30T22:58:01.078Z Downloaded tiny-keccak v2.0.2
11032026-03-30T22:58:01.083Z Downloaded thiserror-no-std v2.0.2
11042026-03-30T22:58:01.086Z Downloaded snafu-derive v0.8.9
11052026-03-30T22:58:01.086Z Downloaded itertools v0.13.0
11062026-03-30T22:58:01.089Z Downloaded try-lock v0.2.5
11072026-03-30T22:58:01.089Z Downloaded trait-variant v0.1.2
11082026-03-30T22:58:01.089Z Downloaded tower-service v0.3.3
11092026-03-30T22:58:01.089Z Downloaded tls_codec v0.4.2
11102026-03-30T22:58:01.092Z Downloaded spin v0.9.8
11112026-03-30T22:58:01.092Z Downloaded signal-hook v0.3.18
11122026-03-30T22:58:01.097Z Downloaded itertools v0.10.5
11132026-03-30T22:58:01.100Z Downloaded tokio-macros v2.6.0
11142026-03-30T22:58:01.100Z Downloaded tokio-dtrace v0.1.1
11152026-03-30T22:58:01.100Z Downloaded thread_local v1.1.9
11162026-03-30T22:58:01.103Z Downloaded qorb v0.4.1
11172026-03-30T22:58:01.106Z Downloaded serde_yaml v0.9.34+deprecated
11182026-03-30T22:58:01.106Z Downloaded publicsuffix v2.3.0
11192026-03-30T22:58:01.109Z Downloaded iri-string v0.7.10
11202026-03-30T22:58:01.112Z Downloaded unarray v0.1.4
11212026-03-30T22:58:01.115Z Downloaded tls_codec_derive v0.4.2
11222026-03-30T22:58:01.115Z Downloaded rsa v0.9.10
11232026-03-30T22:58:01.118Z Downloaded typify-macro v0.6.1
11242026-03-30T22:58:01.120Z Downloaded typify-macro v0.4.3
11252026-03-30T22:58:01.121Z Downloaded similar v2.7.0
11262026-03-30T22:58:01.124Z Downloaded unicode-truncate v1.1.0
11272026-03-30T22:58:01.127Z Downloaded universal-hash v0.5.1
11282026-03-30T22:58:01.127Z Downloaded unit-prefix v0.5.2
11292026-03-30T22:58:01.130Z Downloaded nom v7.1.3
11302026-03-30T22:58:01.132Z Downloaded futures-util v0.3.32
11312026-03-30T22:58:01.138Z Downloaded tokio-native-tls v0.3.1
11322026-03-30T22:58:01.141Z Downloaded term v0.7.0
11332026-03-30T22:58:01.144Z Downloaded term v1.2.1
11342026-03-30T22:58:01.144Z Downloaded usdt-attr-macro v0.6.0
11352026-03-30T22:58:01.144Z Downloaded usdt v0.6.0
11362026-03-30T22:58:01.147Z Downloaded quinn v0.11.9
11372026-03-30T22:58:01.147Z Downloaded usdt-macro v0.6.0
11382026-03-30T22:58:01.150Z Downloaded rand v0.10.0
11392026-03-30T22:58:01.150Z Downloaded utf-8 v0.7.6
11402026-03-30T22:58:01.153Z Downloaded untrusted v0.9.0
11412026-03-30T22:58:01.153Z Downloaded untrusted v0.7.1
11422026-03-30T22:58:01.153Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11432026-03-30T22:58:01.156Z Downloaded tokio-tungstenite v0.21.0
11442026-03-30T22:58:01.156Z Downloaded tokio-tungstenite v0.23.1
11452026-03-30T22:58:01.156Z Downloaded num-bigint-dig v0.8.6
11462026-03-30T22:58:01.159Z Downloaded waitgroup v0.1.2
11472026-03-30T22:58:01.163Z Downloaded samael v0.0.19
11482026-03-30T22:58:01.167Z Downloaded toml_writer v1.0.6+spec-1.1.0
11492026-03-30T22:58:01.170Z Downloaded time-macros v0.2.27
11502026-03-30T22:58:01.170Z Downloaded void v1.0.2
11512026-03-30T22:58:01.170Z Downloaded tui-tree-widget v0.23.1
11522026-03-30T22:58:01.173Z Downloaded rustls-webpki v0.103.9
11532026-03-30T22:58:01.176Z Downloaded hkdf v0.12.4
11542026-03-30T22:58:01.179Z Downloaded wait-timeout v0.2.1
11552026-03-30T22:58:01.179Z Downloaded socket2 v0.6.2
11562026-03-30T22:58:01.182Z Downloaded socket2 v0.5.10
11572026-03-30T22:58:01.194Z Downloaded schemars v0.9.0
11582026-03-30T22:58:01.201Z Downloaded xattr v1.6.1
11592026-03-30T22:58:01.204Z Downloaded want v0.3.1
11602026-03-30T22:58:01.204Z Downloaded unicase v2.9.0
11612026-03-30T22:58:01.204Z Downloaded tokio-rustls v0.26.4
11622026-03-30T22:58:01.207Z Downloaded tokio-rustls v0.25.0
11632026-03-30T22:58:01.208Z Downloaded subprocess v0.2.15
11642026-03-30T22:58:01.210Z Downloaded hyper v1.8.1
11652026-03-30T22:58:01.213Z Downloaded rand v0.8.5
11662026-03-30T22:58:01.216Z Downloaded rand v0.9.2
11672026-03-30T22:58:01.219Z Downloaded zeroize_derive v1.4.3
11682026-03-30T22:58:01.219Z Downloaded slog v2.8.2
11692026-03-30T22:58:01.224Z Downloaded tokio-rustls v0.24.1
11702026-03-30T22:58:01.227Z Downloaded xshell-macros v0.2.7
11712026-03-30T22:58:01.231Z Downloaded uzers v0.12.2
11722026-03-30T22:58:01.234Z Downloaded tokio-stream v0.1.18
11732026-03-30T22:58:01.237Z Downloaded zone_cfg_derive v0.3.1
11742026-03-30T22:58:01.240Z Downloaded test-strategy v0.4.5
11752026-03-30T22:58:01.243Z Downloaded zone v0.3.1
11762026-03-30T22:58:01.246Z Downloaded twox-hash v2.1.2
11772026-03-30T22:58:01.249Z Downloaded tracing-attributes v0.1.31
11782026-03-30T22:58:01.249Z Downloaded toml_parser v1.0.9+spec-1.1.0
11792026-03-30T22:58:01.252Z Downloaded snafu v0.8.9
11802026-03-30T22:58:01.255Z Downloaded libm v0.2.16
11812026-03-30T22:58:01.259Z Downloaded vergen-lib v0.1.6
11822026-03-30T22:58:01.262Z Downloaded vsss-rs v3.3.4
11832026-03-30T22:58:01.262Z Downloaded walkdir v2.5.0
11842026-03-30T22:58:01.265Z Downloaded vergen-git2 v1.0.7
11852026-03-30T22:58:01.265Z Downloaded schemars v1.2.1
11862026-03-30T22:58:01.272Z Downloaded xshell v0.2.7
11872026-03-30T22:58:01.275Z Downloaded tinyvec v1.10.0
11882026-03-30T22:58:01.275Z Downloaded tar v0.4.45
11892026-03-30T22:58:01.281Z Downloaded itertools v0.14.0
11902026-03-30T22:58:01.285Z Downloaded itertools v0.12.1
11912026-03-30T22:58:01.285Z Downloaded zeroize v1.8.2
11922026-03-30T22:58:01.285Z Downloaded aws-lc-rs v1.16.0
11932026-03-30T22:58:01.290Z Downloaded whoami v2.1.0
11942026-03-30T22:58:01.293Z Downloaded whoami v1.6.1
11952026-03-30T22:58:01.293Z Downloaded usdt-impl v0.6.0
11962026-03-30T22:58:01.295Z Downloaded unicode-properties v0.1.4
11972026-03-30T22:58:01.295Z Downloaded toml v0.7.8
11982026-03-30T22:58:01.298Z Downloaded zstd v0.13.3
11992026-03-30T22:58:01.298Z Downloaded rustyline v14.0.0
12002026-03-30T22:58:01.301Z Downloaded chrono v0.4.44
12012026-03-30T22:58:01.305Z Downloaded xz2 v0.1.7
12022026-03-30T22:58:01.307Z Downloaded vergen v9.0.6
12032026-03-30T22:58:01.307Z Downloaded tracing-core v0.1.36
12042026-03-30T22:58:01.310Z Downloaded blake3 v1.8.3
12052026-03-30T22:58:01.314Z Downloaded toml v0.9.12+spec-1.1.0
12062026-03-30T22:58:01.317Z Downloaded zstd-safe v7.2.4
12072026-03-30T22:58:01.323Z Downloaded russh v0.45.0
12082026-03-30T22:58:01.326Z Downloaded yasna v0.5.2
12092026-03-30T22:58:01.328Z Downloaded unicode-bidi v0.3.18
12102026-03-30T22:58:01.331Z Downloaded ron v0.12.0
12112026-03-30T22:58:01.334Z Downloaded vergen-gitcl v1.0.8
12122026-03-30T22:58:01.334Z Downloaded rpassword v7.4.0
12132026-03-30T22:58:01.337Z Downloaded h2 v0.4.13
12142026-03-30T22:58:01.346Z Downloaded tungstenite v0.21.0
12152026-03-30T22:58:01.349Z Downloaded tungstenite v0.23.0
12162026-03-30T22:58:01.355Z Downloaded wyz v0.5.1
12172026-03-30T22:58:01.360Z Downloaded typify v0.6.1
12182026-03-30T22:58:01.364Z Downloaded vte v0.14.1
12192026-03-30T22:58:01.364Z Downloaded steno v0.4.1
12202026-03-30T22:58:01.367Z Downloaded unsafe-libyaml v0.2.11
12212026-03-30T22:58:01.376Z Downloaded zerocopy v0.6.6
12222026-03-30T22:58:01.383Z Downloaded p521 v0.13.3
12232026-03-30T22:58:01.387Z Downloaded toml_edit v0.23.10+spec-1.0.0
12242026-03-30T22:58:01.393Z Downloaded toml_edit v0.19.15
12252026-03-30T22:58:01.402Z Downloaded zopfli v0.8.3
12262026-03-30T22:58:01.405Z Downloaded bitvec v1.0.1
12272026-03-30T22:58:01.412Z Downloaded reqwest v0.13.2
12282026-03-30T22:58:01.416Z Downloaded reqwest v0.12.28
12292026-03-30T22:58:01.419Z Downloaded uuid v1.21.0
12302026-03-30T22:58:01.422Z Downloaded typify v0.4.3
12312026-03-30T22:58:01.425Z Downloaded zip v0.6.6
12322026-03-30T22:58:01.429Z Downloaded git2 v0.20.4
12332026-03-30T22:58:01.432Z Downloaded p384 v0.13.1
12342026-03-30T22:58:01.446Z Downloaded unicode-segmentation v1.12.0
12352026-03-30T22:58:01.457Z Downloaded zerocopy-derive v0.8.40
12362026-03-30T22:58:01.465Z Downloaded ssh-key v0.6.7
12372026-03-30T22:58:01.469Z Downloaded typed-path v0.9.3
12382026-03-30T22:58:01.473Z Downloaded lalrpop v0.19.12
12392026-03-30T22:58:01.485Z Downloaded unicode_categories v0.1.1
12402026-03-30T22:58:01.488Z Downloaded quick-xml v0.37.5
12412026-03-30T22:58:01.497Z Downloaded regex v1.12.3
12422026-03-30T22:58:01.500Z Downloaded reedline v0.40.0
12432026-03-30T22:58:01.505Z Downloaded rayon v1.11.0
12442026-03-30T22:58:01.513Z Downloaded unicode-normalization v0.1.25
12452026-03-30T22:58:01.535Z Downloaded yansi v1.0.1
12462026-03-30T22:58:01.538Z Downloaded portable-atomic v1.13.1
12472026-03-30T22:58:01.540Z Downloaded tough v0.20.0
12482026-03-30T22:58:01.545Z Downloaded tokio-util v0.7.18
12492026-03-30T22:58:01.549Z Downloaded tokio-postgres v0.7.16
12502026-03-30T22:58:01.552Z Downloaded object v0.30.4
12512026-03-30T22:58:01.558Z Downloaded quinn-proto v0.11.13
12522026-03-30T22:58:01.562Z Downloaded tower v0.5.3
12532026-03-30T22:58:01.567Z Downloaded nix v0.27.1
12542026-03-30T22:58:01.574Z Downloaded x509-cert v0.2.5
12552026-03-30T22:58:01.590Z Downloaded rustls-webpki v0.101.7
12562026-03-30T22:58:01.598Z Downloaded salty v0.3.0
12572026-03-30T22:58:01.603Z Downloaded bstr v1.12.1
12582026-03-30T22:58:01.614Z Downloaded openssl v0.10.75
12592026-03-30T22:58:01.623Z Downloaded goblin v0.10.5
12602026-03-30T22:58:01.628Z Downloaded winnow v0.6.26
12612026-03-30T22:58:01.645Z Downloaded time v0.3.47
12622026-03-30T22:58:01.652Z Downloaded zip v4.6.1
12632026-03-30T22:58:01.655Z Downloaded rustls v0.21.12
12642026-03-30T22:58:01.661Z Downloaded tower-http v0.6.8
12652026-03-30T22:58:01.665Z Downloaded moka v0.12.13
12662026-03-30T22:58:01.670Z Downloaded curve25519-dalek v4.1.3
12672026-03-30T22:58:01.675Z Downloaded nix v0.31.1
12682026-03-30T22:58:01.682Z Downloaded rustls-webpki v0.102.8
12692026-03-30T22:58:01.694Z Downloaded webpki-roots v1.0.6
12702026-03-30T22:58:01.697Z Downloaded openapiv3 v2.2.0
12712026-03-30T22:58:01.701Z Downloaded regress v0.10.5
12722026-03-30T22:58:01.706Z Downloaded serde_with v3.17.0
12732026-03-30T22:58:01.713Z Downloaded rustls v0.23.37
12742026-03-30T22:58:01.722Z Downloaded proptest v1.10.0
12752026-03-30T22:58:01.726Z Downloaded hickory-proto v0.24.4
12762026-03-30T22:58:01.734Z Downloaded rustix v0.38.44
12772026-03-30T22:58:01.747Z Downloaded hickory-proto v0.25.2
12782026-03-30T22:58:01.755Z Downloaded winnow v0.5.40
12792026-03-30T22:58:01.762Z Downloaded petname v2.0.2
12802026-03-30T22:58:01.765Z Downloaded radix_trie v0.2.1
12812026-03-30T22:58:01.793Z Downloaded bzip2-sys v0.1.13+1.0.8
12822026-03-30T22:58:01.800Z Downloaded ratatui v0.29.0
12832026-03-30T22:58:01.833Z Downloaded chrono-tz v0.10.4
12842026-03-30T22:58:01.850Z Downloaded petgraph v0.6.5
12852026-03-30T22:58:01.861Z Downloaded nix v0.28.0
12862026-03-30T22:58:01.868Z Downloaded petgraph v0.8.3
12872026-03-30T22:58:01.881Z Downloaded polar-core v0.27.3
12882026-03-30T22:58:01.886Z Downloaded dropshot v0.16.7
12892026-03-30T22:58:01.898Z Downloaded tabled v0.20.0
12902026-03-30T22:58:01.907Z Downloaded regex-syntax v0.6.29
12912026-03-30T22:58:01.913Z Downloaded nix v0.29.0
12922026-03-30T22:58:01.920Z Downloaded smoltcp v0.9.1
12932026-03-30T22:58:01.952Z Downloaded object v0.37.3
12942026-03-30T22:58:01.960Z Downloaded zlib-rs v0.6.2
12952026-03-30T22:58:01.968Z Downloaded vcpkg v0.2.15
12962026-03-30T22:58:02.000Z Downloaded rustls v0.22.4
12972026-03-30T22:58:02.015Z Downloaded smoltcp v0.11.0
12982026-03-30T22:58:02.022Z Downloaded regex-syntax v0.8.10
12992026-03-30T22:58:02.040Z Downloaded zerocopy v0.8.40
13002026-03-30T22:58:02.046Z Downloaded libgit2-sys v0.18.3+1.9.2
13012026-03-30T22:58:02.079Z Downloaded diesel v2.3.7
13022026-03-30T22:58:02.221Z Downloaded sqlparser v0.61.0
13032026-03-30T22:58:02.229Z Downloaded sled v0.34.7
13042026-03-30T22:58:02.254Z Downloaded typify-impl v0.6.1
13052026-03-30T22:58:02.276Z Downloaded tracing v0.1.44
13062026-03-30T22:58:02.302Z Downloaded typify-impl v0.4.3
13072026-03-30T22:58:02.356Z Downloaded zerocopy-derive v0.6.6
13082026-03-30T22:58:02.420Z Downloaded regex-automata v0.4.14
13092026-03-30T22:58:02.451Z Downloaded csv v1.4.0
13102026-03-30T22:58:02.463Z Downloaded lzma-sys v0.1.20
13112026-03-30T22:58:02.479Z Downloaded jiff v0.2.21
13122026-03-30T22:58:02.516Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13132026-03-30T22:58:02.529Z Downloaded libz-sys v1.1.24
13142026-03-30T22:58:02.539Z Downloaded sha3 v0.10.8
13152026-03-30T22:58:02.542Z Downloaded tokio v1.49.0
13162026-03-30T22:58:02.597Z Downloaded encoding_rs v0.8.35
13172026-03-30T22:58:02.613Z Downloaded ring v0.17.14
13182026-03-30T22:58:02.675Z Downloaded aws-lc-sys v0.37.1
13192026-03-30T22:58:02.924Z Compiling libc v0.2.180
13202026-03-30T22:58:02.924Z Compiling serde v1.0.228
13212026-03-30T22:58:02.927Z Compiling log v0.4.29
13222026-03-30T22:58:02.927Z Compiling shlex v1.3.0
13232026-03-30T22:58:02.927Z Compiling find-msvc-tools v0.1.9
13242026-03-30T22:58:02.927Z Compiling smallvec v1.15.1
13252026-03-30T22:58:02.927Z Compiling typenum v1.19.0
13262026-03-30T22:58:02.927Z Compiling subtle v2.6.1
13272026-03-30T22:58:02.927Z Compiling generic-array v0.14.7
13282026-03-30T22:58:02.927Z Compiling scopeguard v1.2.0
13292026-03-30T22:58:03.063Z Compiling portable-atomic v1.13.1
13302026-03-30T22:58:03.137Z Compiling const-oid v0.9.6
13312026-03-30T22:58:03.148Z Compiling critical-section v1.2.0
13322026-03-30T22:58:03.163Z Compiling syn v2.0.117
13332026-03-30T22:58:03.175Z Compiling zerocopy v0.8.40
13342026-03-30T22:58:03.178Z Compiling lock_api v0.4.14
13352026-03-30T22:58:03.230Z Compiling serde_json v1.0.149
13362026-03-30T22:58:03.272Z Compiling pin-project-lite v0.2.17
13372026-03-30T22:58:03.289Z Compiling parking_lot_core v0.9.12
13382026-03-30T22:58:03.292Z Compiling pkg-config v0.3.32
13392026-03-30T22:58:03.318Z Compiling bitflags v2.11.0
13402026-03-30T22:58:03.331Z Compiling libm v0.2.16
13412026-03-30T22:58:03.391Z Compiling num-traits v0.2.19
13422026-03-30T22:58:03.418Z Compiling futures-core v0.3.32
13432026-03-30T22:58:03.436Z Compiling percent-encoding v2.3.2
13442026-03-30T22:58:03.454Z Compiling allocator-api2 v0.2.21
13452026-03-30T22:58:03.498Z Compiling cpufeatures v0.2.17
13462026-03-30T22:58:03.577Z Compiling futures-sink v0.3.32
13472026-03-30T22:58:03.604Z Compiling foldhash v0.2.0
13482026-03-30T22:58:03.621Z Compiling futures-io v0.3.32
13492026-03-30T22:58:03.624Z Compiling slab v0.4.12
13502026-03-30T22:58:03.662Z Compiling getrandom v0.4.1
13512026-03-30T22:58:03.736Z Compiling futures-channel v0.3.32
13522026-03-30T22:58:03.750Z Compiling futures-task v0.3.32
13532026-03-30T22:58:03.799Z Compiling hashbrown v0.16.1
13542026-03-30T22:58:03.812Z Compiling rustversion v1.0.22
13552026-03-30T22:58:03.827Z Compiling rand_core v0.10.0
13562026-03-30T22:58:03.841Z Compiling getrandom v0.3.4
13572026-03-30T22:58:03.879Z Compiling form_urlencoded v1.2.2
13582026-03-30T22:58:03.948Z Compiling ident_case v1.0.1
13592026-03-30T22:58:03.994Z Compiling base64ct v1.8.3
13602026-03-30T22:58:04.010Z Compiling getrandom v0.2.17
13612026-03-30T22:58:04.023Z Compiling jobserver v0.1.34
13622026-03-30T22:58:04.040Z Compiling errno v0.3.14
13632026-03-30T22:58:04.096Z Compiling mio v1.1.1
13642026-03-30T22:58:04.126Z Compiling socket2 v0.6.2
13652026-03-30T22:58:04.164Z Compiling rand_core v0.6.4
13662026-03-30T22:58:04.211Z Compiling signal-hook-registry v1.4.8
13672026-03-30T22:58:04.240Z Compiling cc v1.2.56
13682026-03-30T22:58:04.307Z Compiling once_cell v1.21.3
13692026-03-30T22:58:04.320Z Compiling parking_lot v0.12.5
13702026-03-30T22:58:04.408Z Compiling indexmap v2.13.0
13712026-03-30T22:58:04.423Z Compiling fs_extra v1.3.0
13722026-03-30T22:58:04.460Z Compiling dunce v1.0.5
13732026-03-30T22:58:04.482Z Compiling pem-rfc7468 v0.7.0
13742026-03-30T22:58:04.518Z Compiling flagset v0.4.7
13752026-03-30T22:58:04.534Z Compiling iana-time-zone v0.1.65
13762026-03-30T22:58:04.564Z Compiling rustix v1.1.3
13772026-03-30T22:58:04.580Z Compiling uuid v1.21.0
13782026-03-30T22:58:04.600Z Compiling rustc_version v0.4.1
13792026-03-30T22:58:04.667Z Compiling regex-syntax v0.8.10
13802026-03-30T22:58:04.714Z Compiling vcpkg v0.2.15
13812026-03-30T22:58:04.730Z Compiling aws-lc-rs v1.16.0
13822026-03-30T22:58:04.763Z Compiling tracing-core v0.1.36
13832026-03-30T22:58:04.783Z Compiling rand_core v0.9.5
13842026-03-30T22:58:04.808Z Compiling crossbeam-utils v0.8.21
13852026-03-30T22:58:04.904Z Compiling schemars v0.8.22
13862026-03-30T22:58:04.964Z Compiling httparse v1.10.1
13872026-03-30T22:58:04.980Z Compiling openssl-probe v0.2.1
13882026-03-30T22:58:05.039Z Compiling cmake v0.1.57
13892026-03-30T22:58:05.086Z Compiling syn v1.0.109
13902026-03-30T22:58:05.117Z Compiling base64 v0.22.1
13912026-03-30T22:58:05.132Z Compiling untrusted v0.7.1
13922026-03-30T22:58:05.135Z Compiling untrusted v0.9.0
13932026-03-30T22:58:05.220Z Compiling tinyvec_macros v0.1.1
13942026-03-30T22:58:05.236Z Compiling try-lock v0.2.5
13952026-03-30T22:58:05.279Z Compiling tower-service v0.3.3
13962026-03-30T22:58:05.292Z Compiling dyn-clone v1.0.20
13972026-03-30T22:58:05.311Z Compiling rustls v0.23.37
13982026-03-30T22:58:05.370Z Compiling tower-layer v0.3.3
13992026-03-30T22:58:05.384Z Compiling atomic-waker v1.1.2
14002026-03-30T22:58:05.384Z Compiling want v0.3.1
14012026-03-30T22:58:05.414Z Compiling tinyvec v1.10.0
14022026-03-30T22:58:05.458Z Compiling spin v0.9.8
14032026-03-30T22:58:05.480Z Compiling aho-corasick v1.1.4
14042026-03-30T22:58:05.496Z Compiling num-conv v0.2.0
14052026-03-30T22:58:05.527Z Compiling pin-utils v0.1.0
14062026-03-30T22:58:05.543Z Compiling powerfmt v0.2.0
14072026-03-30T22:58:05.558Z Compiling httpdate v1.0.3
14082026-03-30T22:58:05.562Z Compiling crc32fast v1.5.0
14092026-03-30T22:58:05.590Z Compiling openssl v0.10.75
14102026-03-30T22:58:05.616Z Compiling time-core v0.1.8
14112026-03-30T22:58:05.650Z Compiling foreign-types-shared v0.1.1
14122026-03-30T22:58:05.699Z Compiling wait-timeout v0.2.1
14132026-03-30T22:58:05.721Z Compiling deranged v0.5.8
14142026-03-30T22:58:05.745Z Compiling foreign-types v0.3.2
14152026-03-30T22:58:05.762Z Compiling siphasher v1.0.2
14162026-03-30T22:58:05.777Z Compiling native-tls v0.2.18
14172026-03-30T22:58:05.792Z Compiling time-macros v0.2.27
14182026-03-30T22:58:05.807Z Compiling simd-adler32 v0.3.8
14192026-03-30T22:58:05.826Z Compiling bit-vec v0.8.0
14202026-03-30T22:58:05.841Z Compiling usdt-impl v0.6.0
14212026-03-30T22:58:05.858Z Compiling quick-error v1.2.3
14222026-03-30T22:58:05.926Z Compiling aws-lc-sys v0.37.1
14232026-03-30T22:58:05.941Z Compiling ring v0.17.14
14242026-03-30T22:58:05.978Z Compiling openssl-sys v0.9.111
14252026-03-30T22:58:05.993Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14262026-03-30T22:58:06.010Z Compiling either v1.15.0
14272026-03-30T22:58:06.024Z Compiling num_threads v0.1.7
14282026-03-30T22:58:06.089Z Compiling bit-set v0.8.0
14292026-03-30T22:58:06.120Z Compiling bzip2-sys v0.1.13+1.0.8
14302026-03-30T22:58:06.137Z Compiling unicode-normalization v0.1.25
14312026-03-30T22:58:06.238Z Compiling synstructure v0.13.2
14322026-03-30T22:58:06.274Z Compiling serde_derive_internals v0.29.1
14332026-03-30T22:58:06.314Z Compiling pest_generator v2.8.6
14342026-03-30T22:58:06.422Z Compiling darling_core v0.20.11
14352026-03-30T22:58:06.477Z Compiling regex-automata v0.4.14
14362026-03-30T22:58:06.637Z Compiling tempfile v3.25.0
14372026-03-30T22:58:06.793Z Compiling darling_core v0.21.3
14382026-03-30T22:58:06.908Z Compiling rusty-fork v0.3.1
14392026-03-30T22:58:06.936Z Compiling time v0.3.47
14402026-03-30T22:58:07.045Z Compiling crossbeam-epoch v0.9.18
14412026-03-30T22:58:07.075Z Compiling slog v2.8.2
14422026-03-30T22:58:07.200Z Compiling rand_xorshift v0.4.0
14432026-03-30T22:58:07.249Z Compiling heapless v0.7.17
14442026-03-30T22:58:07.253Z Compiling thread-id v5.1.0
14452026-03-30T22:58:07.279Z Compiling sync_wrapper v1.0.2
14462026-03-30T22:58:07.296Z Compiling cookie v0.18.1
14472026-03-30T22:58:07.299Z Compiling unarray v0.1.4
14482026-03-30T22:58:07.363Z Compiling unicode-bidi v0.3.18
14492026-03-30T22:58:07.387Z Compiling paste v1.0.15
14502026-03-30T22:58:07.390Z Compiling unicode-segmentation v1.12.0
14512026-03-30T22:58:07.417Z Compiling unicode-properties v0.1.4
14522026-03-30T22:58:07.439Z Compiling zstd-safe v7.2.4
14532026-03-30T22:58:07.508Z Compiling anyhow v1.0.102
14542026-03-30T22:58:07.524Z Compiling rayon-core v1.13.0
14552026-03-30T22:58:07.655Z Compiling signal-hook v0.3.18
14562026-03-30T22:58:07.670Z Compiling adler2 v2.0.1
14572026-03-30T22:58:07.744Z Compiling stringprep v0.1.5
14582026-03-30T22:58:07.819Z Compiling miniz_oxide v0.8.9
14592026-03-30T22:58:07.882Z Compiling crossbeam-deque v0.8.6
14602026-03-30T22:58:07.928Z Compiling num-integer v0.1.46
14612026-03-30T22:58:07.948Z Compiling vergen-lib v0.1.6
14622026-03-30T22:58:07.996Z Compiling serde_derive v1.0.228
14632026-03-30T22:58:08.102Z Compiling zeroize_derive v1.4.3
14642026-03-30T22:58:08.117Z Compiling zerofrom-derive v0.1.6
14652026-03-30T22:58:08.162Z Compiling yoke-derive v0.8.1
14662026-03-30T22:58:08.248Z Compiling zerocopy-derive v0.8.40
14672026-03-30T22:58:08.295Z Compiling zerovec-derive v0.11.2
14682026-03-30T22:58:08.506Z Compiling displaydoc v0.2.5
14692026-03-30T22:58:08.604Z Compiling tokio-macros v2.6.0
14702026-03-30T22:58:08.670Z Compiling futures-macro v0.3.32
14712026-03-30T22:58:08.786Z Compiling zeroize v1.8.2
14722026-03-30T22:58:08.851Z Compiling der_derive v0.7.3
14732026-03-30T22:58:09.329Z Compiling thiserror-impl v2.0.18
14742026-03-30T22:58:09.414Z Compiling rustls-pki-types v1.14.0
14752026-03-30T22:58:09.440Z Compiling tracing-attributes v0.1.31
14762026-03-30T22:58:09.459Z Compiling schemars_derive v0.8.22
14772026-03-30T22:58:09.474Z Compiling pest_derive v2.8.6
14782026-03-30T22:58:09.587Z Compiling crypto-common v0.1.7
14792026-03-30T22:58:09.602Z Compiling zerofrom v0.1.6
14802026-03-30T22:58:09.605Z Compiling block-buffer v0.10.4
14812026-03-30T22:58:09.654Z Compiling futures-util v0.3.32
14822026-03-30T22:58:09.749Z Compiling yoke v0.8.1
14832026-03-30T22:58:09.752Z Compiling block-padding v0.3.3
14842026-03-30T22:58:09.806Z Compiling digest v0.10.7
14852026-03-30T22:58:09.906Z Compiling inout v0.1.4
14862026-03-30T22:58:09.921Z Compiling der v0.7.10
14872026-03-30T22:58:09.938Z Compiling zerovec v0.11.5
14882026-03-30T22:58:09.954Z Compiling zerotrie v0.2.3
14892026-03-30T22:58:09.968Z Compiling scroll_derive v0.13.1
14902026-03-30T22:58:10.078Z Compiling hmac v0.12.1
14912026-03-30T22:58:10.100Z Compiling cipher v0.4.4
14922026-03-30T22:58:10.252Z Compiling sha2 v0.10.9
14932026-03-30T22:58:10.273Z Compiling pbkdf2 v0.12.2
14942026-03-30T22:58:10.384Z Compiling salsa20 v0.10.2
14952026-03-30T22:58:10.410Z Compiling cbc v0.1.2
14962026-03-30T22:58:10.495Z Compiling tinystr v0.8.2
14972026-03-30T22:58:10.547Z Compiling potential_utf v0.1.4
14982026-03-30T22:58:10.575Z Compiling scrypt v0.11.0
14992026-03-30T22:58:10.591Z Compiling aes v0.8.4
15002026-03-30T22:58:10.734Z Compiling icu_locale_core v2.1.1
15012026-03-30T22:58:10.737Z Compiling icu_collections v2.1.1
15022026-03-30T22:58:10.765Z Compiling spki v0.7.3
15032026-03-30T22:58:10.805Z Compiling thiserror v2.0.18
15042026-03-30T22:58:10.836Z Compiling tracing v0.1.44
15052026-03-30T22:58:10.853Z Compiling scroll v0.13.0
15062026-03-30T22:58:10.883Z Compiling darling_macro v0.20.11
15072026-03-30T22:58:10.933Z Compiling openssl-macros v0.1.1
15082026-03-30T22:58:10.995Z Compiling thiserror-impl v1.0.69
15092026-03-30T22:58:11.133Z Compiling pkcs5 v0.7.1
15102026-03-30T22:58:11.148Z Compiling goblin v0.10.5
15112026-03-30T22:58:11.187Z Compiling dtrace-parser v0.3.0
15122026-03-30T22:58:11.252Z Compiling signature v2.2.0
15132026-03-30T22:58:11.398Z Compiling icu_provider v2.1.1
15142026-03-30T22:58:11.449Z Compiling pkcs8 v0.10.2
15152026-03-30T22:58:11.596Z Compiling bytes v1.11.1
15162026-03-30T22:58:11.641Z Compiling icu_normalizer v2.1.1
15172026-03-30T22:58:11.667Z Compiling icu_properties v2.1.2
15182026-03-30T22:58:11.694Z Compiling chrono v0.4.44
15192026-03-30T22:58:11.711Z Compiling ipnet v2.11.0
15202026-03-30T22:58:11.725Z Compiling darling v0.20.11
15212026-03-30T22:58:11.786Z Compiling rustls-native-certs v0.8.3
15222026-03-30T22:58:11.826Z Compiling derive_builder_core v0.20.2
15232026-03-30T22:58:11.952Z Compiling scroll_derive v0.12.1
15242026-03-30T22:58:12.011Z Compiling serde_spanned v0.6.9
15252026-03-30T22:58:12.094Z Compiling tokio v1.49.0
15262026-03-30T22:58:12.173Z Compiling http v1.4.0
15272026-03-30T22:58:12.199Z Compiling serde_tokenstream v0.2.3
15282026-03-30T22:58:12.226Z Compiling toml_datetime v0.6.11
15292026-03-30T22:58:12.241Z Compiling erased-serde v0.3.31
15302026-03-30T22:58:12.282Z Compiling thiserror v1.0.69
15312026-03-30T22:58:12.402Z Compiling md-5 v0.10.6
15322026-03-30T22:58:12.504Z Compiling webpki-roots v1.0.6
15332026-03-30T22:58:12.527Z Compiling idna_adapter v1.2.1
15342026-03-30T22:58:12.587Z Compiling darling_macro v0.21.3
15352026-03-30T22:58:12.640Z Compiling scroll v0.12.0
15362026-03-30T22:58:12.643Z Compiling zerocopy-derive v0.7.35
15372026-03-30T22:58:12.670Z Compiling ppv-lite86 v0.2.21
15382026-03-30T22:58:12.686Z Compiling idna v1.1.0
15392026-03-30T22:58:12.737Z Compiling derive_builder_macro v0.20.2
15402026-03-30T22:58:12.755Z Compiling curve25519-dalek v4.1.3
15412026-03-30T22:58:12.795Z Compiling ff v0.13.1
15422026-03-30T22:58:12.872Z Compiling http-body v1.0.1
15432026-03-30T22:58:12.923Z Compiling hash32 v0.2.1
15442026-03-30T22:58:12.950Z Compiling memoffset v0.9.1
15452026-03-30T22:58:13.013Z Compiling url v2.5.8
15462026-03-30T22:58:13.040Z Compiling rand_chacha v0.9.0
15472026-03-30T22:58:13.102Z Compiling http-body-util v0.1.3
15482026-03-30T22:58:13.102Z Compiling rand_chacha v0.3.1
15492026-03-30T22:58:13.133Z Compiling ryu v1.0.23
15502026-03-30T22:58:13.136Z Compiling rustix v0.38.44
15512026-03-30T22:58:13.136Z Compiling fallible-iterator v0.2.0
15522026-03-30T22:58:13.179Z Compiling iri-string v0.7.10
15532026-03-30T22:58:13.243Z Compiling psl-types v2.0.11
15542026-03-30T22:58:13.334Z Compiling rand v0.9.2
15552026-03-30T22:58:13.352Z Compiling base16ct v0.2.0
15562026-03-30T22:58:13.398Z Compiling cfg_aliases v0.2.1
15572026-03-30T22:58:13.412Z Compiling zlib-rs v0.6.2
15582026-03-30T22:58:13.489Z Compiling smoltcp v0.9.1
15592026-03-30T22:58:13.504Z Compiling num-bigint-dig v0.8.6
15602026-03-30T22:58:13.560Z Compiling ref-cast v1.0.25
15612026-03-30T22:58:13.574Z Compiling litrs v1.0.0
15622026-03-30T22:58:13.736Z Compiling zerocopy v0.7.35
15632026-03-30T22:58:13.851Z Compiling dof v0.4.0
15642026-03-30T22:58:13.898Z Compiling nix v0.31.1
15652026-03-30T22:58:13.947Z Compiling proptest v1.10.0
15662026-03-30T22:58:13.960Z Compiling postgres-protocol v0.6.10
15672026-03-30T22:58:13.986Z Compiling sec1 v0.7.3
15682026-03-30T22:58:14.152Z Compiling document-features v0.2.12
15692026-03-30T22:58:14.201Z Compiling publicsuffix v2.3.0
15702026-03-30T22:58:14.222Z Compiling rand v0.8.5
15712026-03-30T22:58:14.296Z Compiling serde_urlencoded v0.7.1
15722026-03-30T22:58:14.311Z Compiling derive_builder v0.20.2
15732026-03-30T22:58:14.361Z Compiling ipnetwork v0.21.1
15742026-03-30T22:58:14.456Z Compiling darling v0.21.3
15752026-03-30T22:58:14.486Z Compiling group v0.13.0
15762026-03-30T22:58:14.534Z Compiling goblin v0.8.2
15772026-03-30T22:58:14.567Z Compiling cargo-platform v0.1.9
15782026-03-30T22:58:14.779Z Compiling oxnet v0.1.4
15792026-03-30T22:58:14.794Z Compiling hkdf v0.12.4
15802026-03-30T22:58:14.811Z Compiling hubpack_derive v0.1.1
15812026-03-30T22:58:14.848Z Compiling crypto-bigint v0.5.5
15822026-03-30T22:58:14.916Z Compiling regex v1.12.3
15832026-03-30T22:58:14.992Z Compiling num-iter v0.1.45
15842026-03-30T22:58:15.127Z Compiling curve25519-dalek-derive v0.1.1
15852026-03-30T22:58:15.131Z Compiling async-trait v0.1.89
15862026-03-30T22:58:15.207Z Compiling daft-derive v0.1.5
15872026-03-30T22:58:15.287Z Compiling ref-cast-impl v1.0.25
15882026-03-30T22:58:15.309Z Compiling strum_macros v0.27.2
15892026-03-30T22:58:15.377Z Compiling proc-macro-error v1.0.4
15902026-03-30T22:58:15.537Z Compiling heck v0.4.1
15912026-03-30T22:58:15.715Z Compiling terminal_size v0.4.3
15922026-03-30T22:58:15.788Z Compiling phf_shared v0.13.1
15932026-03-30T22:58:15.791Z Compiling lazy_static v1.5.0
15942026-03-30T22:58:15.819Z Compiling tokio-util v0.7.18
15952026-03-30T22:58:15.822Z Compiling tower v0.5.3
15962026-03-30T22:58:15.860Z Compiling tokio-native-tls v0.3.1
15972026-03-30T22:58:15.876Z Compiling vergen v9.0.6
15982026-03-30T22:58:15.915Z Compiling fs-err v3.3.0
15992026-03-30T22:58:15.963Z Compiling ahash v0.8.12
16002026-03-30T22:58:16.030Z Compiling object v0.37.3
16012026-03-30T22:58:16.058Z Compiling bitflags v1.3.2
16022026-03-30T22:58:16.075Z Compiling bumpalo v3.20.2
16032026-03-30T22:58:16.090Z Compiling winnow v0.5.40
16042026-03-30T22:58:16.130Z Compiling managed v0.8.0
16052026-03-30T22:58:16.152Z Compiling foldhash v0.1.5
16062026-03-30T22:58:16.194Z Compiling libbz2-rs-sys v0.2.2
16072026-03-30T22:58:16.209Z Compiling clap_builder v4.5.60
16082026-03-30T22:58:16.326Z Compiling newtype-uuid v1.3.2
16092026-03-30T22:58:16.343Z Compiling flate2 v1.1.9
16102026-03-30T22:58:16.346Z Compiling tower-http v0.6.8
16112026-03-30T22:58:16.445Z Compiling hashbrown v0.15.5
16122026-03-30T22:58:16.698Z Compiling h2 v0.4.13
16132026-03-30T22:58:16.714Z Compiling bzip2 v0.6.1
16142026-03-30T22:58:16.797Z Compiling dof v0.3.0
16152026-03-30T22:58:16.812Z Compiling daft v0.1.5
16162026-03-30T22:58:16.929Z Compiling zopfli v0.8.3
16172026-03-30T22:58:16.955Z Compiling console v0.16.2
16182026-03-30T22:58:17.045Z Compiling phf v0.13.1
16192026-03-30T22:58:17.211Z Compiling elliptic-curve v0.13.8
16202026-03-30T22:58:17.226Z Compiling zone_cfg_derive v0.3.1
16212026-03-30T22:58:17.242Z Compiling cargo_metadata v0.19.2
16222026-03-30T22:58:17.334Z Compiling strum v0.27.2
16232026-03-30T22:58:17.486Z Compiling toml_edit v0.19.15
16242026-03-30T22:58:17.529Z Compiling signal-hook-mio v0.2.5
16252026-03-30T22:58:17.545Z Compiling rayon v1.11.0
16262026-03-30T22:58:17.577Z Compiling usdt-attr-macro v0.6.0
16272026-03-30T22:58:17.610Z Compiling usdt-macro v0.6.0
16282026-03-30T22:58:17.665Z Compiling hubpack v0.1.2
16292026-03-30T22:58:17.830Z Compiling cookie_store v0.22.1
16302026-03-30T22:58:17.892Z Compiling bzip2 v0.4.4
16312026-03-30T22:58:17.912Z Compiling serde_with_macros v3.17.0
16322026-03-30T22:58:18.072Z Compiling postgres-types v0.2.12
16332026-03-30T22:58:18.124Z Compiling zstd v0.13.3
16342026-03-30T22:58:18.393Z Compiling dtrace-parser v0.2.0
16352026-03-30T22:58:18.410Z Compiling ed25519 v2.2.3
16362026-03-30T22:58:18.429Z Compiling pkcs1 v0.7.5
16372026-03-30T22:58:18.516Z Compiling serde-big-array v0.5.1
16382026-03-30T22:58:18.616Z Compiling hex v0.4.3
16392026-03-30T22:58:18.654Z Compiling rfc6979 v0.4.0
16402026-03-30T22:58:18.685Z Compiling bstr v1.12.1
16412026-03-30T22:58:18.802Z Compiling clap_derive v4.5.55
16422026-03-30T22:58:18.899Z Compiling serde_repr v0.1.20
16432026-03-30T22:58:18.946Z Compiling strum_macros v0.26.4
16442026-03-30T22:58:19.111Z Compiling enum-as-inner v0.6.1
16452026-03-30T22:58:19.198Z Compiling itertools v0.12.1
16462026-03-30T22:58:19.286Z Compiling phf_shared v0.11.3
16472026-03-30T22:58:19.314Z Compiling float-cmp v0.10.0
16482026-03-30T22:58:19.361Z Compiling memmap2 v0.9.10
16492026-03-30T22:58:19.385Z Compiling thread-id v4.2.2
16502026-03-30T22:58:19.401Z Compiling env_filter v1.0.0
16512026-03-30T22:58:19.473Z Compiling encoding_rs v0.8.35
16522026-03-30T22:58:19.489Z Compiling fixedbitset v0.4.2
16532026-03-30T22:58:19.506Z Compiling mime v0.3.17
16542026-03-30T22:58:19.506Z Compiling rustc-hash v2.1.1
16552026-03-30T22:58:19.597Z Compiling keccak v0.1.6
16562026-03-30T22:58:19.659Z Compiling fixedbitset v0.5.7
16572026-03-30T22:58:19.674Z Compiling hyper v1.8.1
16582026-03-30T22:58:19.733Z Compiling static_assertions v1.1.0
16592026-03-30T22:58:19.736Z Compiling unit-prefix v0.5.2
16602026-03-30T22:58:19.786Z Compiling difflib v0.4.0
16612026-03-30T22:58:19.824Z Compiling predicates-core v1.0.10
16622026-03-30T22:58:19.930Z Compiling whoami v2.1.0
16632026-03-30T22:58:20.005Z Compiling precomputed-hash v0.1.1
16642026-03-30T22:58:20.021Z Compiling normalize-line-endings v0.3.0
16652026-03-30T22:58:20.112Z Compiling data-encoding v2.10.0
16662026-03-30T22:58:20.134Z Compiling jiff v0.2.21
16672026-03-30T22:58:20.215Z Compiling new_debug_unreachable v1.0.6
16682026-03-30T22:58:20.230Z Compiling tokio-postgres v0.7.16
16692026-03-30T22:58:20.306Z Compiling string_cache v0.8.9
16702026-03-30T22:58:20.335Z Compiling predicates v3.1.4
16712026-03-30T22:58:20.385Z Compiling zone v0.3.1
16722026-03-30T22:58:20.453Z Compiling hickory-proto v0.25.2
16732026-03-30T22:58:20.469Z Compiling toml_edit v0.22.27
16742026-03-30T22:58:20.563Z Compiling petgraph v0.8.3
16752026-03-30T22:58:20.721Z Compiling clap v4.5.60
16762026-03-30T22:58:20.758Z Compiling indicatif v0.18.4
16772026-03-30T22:58:20.773Z Compiling hyper-util v0.1.20
16782026-03-30T22:58:20.819Z Compiling strum v0.26.3
16792026-03-30T22:58:20.851Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16802026-03-30T22:58:20.978Z Compiling sha3 v0.10.8
16812026-03-30T22:58:21.018Z Compiling petgraph v0.6.5
16822026-03-30T22:58:21.047Z Compiling iddqd v0.3.17
16832026-03-30T22:58:21.123Z Compiling env_logger v0.11.9
16842026-03-30T22:58:21.317Z Compiling usdt v0.6.0
16852026-03-30T22:58:21.456Z Compiling usdt-impl v0.5.0
16862026-03-30T22:58:21.488Z Compiling similar v2.7.0
16872026-03-30T22:58:21.600Z Compiling serde_with v3.17.0
16882026-03-30T22:58:21.642Z Compiling crossterm v0.28.1
16892026-03-30T22:58:22.064Z Compiling toml v0.7.8
16902026-03-30T22:58:22.179Z Compiling hyper-tls v0.6.0
16912026-03-30T22:58:22.363Z Compiling ecdsa v0.16.9
16922026-03-30T22:58:22.437Z Compiling rsa v0.9.10
16932026-03-30T22:58:22.478Z Compiling ed25519-dalek v2.2.0
16942026-03-30T22:58:22.568Z Compiling zip v0.6.6
16952026-03-30T22:58:22.740Z Compiling zip v4.6.1
16962026-03-30T22:58:22.977Z Compiling tokio-stream v0.1.18
16972026-03-30T22:58:23.021Z Compiling toml_parser v1.0.9+spec-1.1.0
16982026-03-30T22:58:23.141Z Compiling buf-list v1.1.2
16992026-03-30T22:58:23.161Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17002026-03-30T22:58:23.178Z Compiling openapiv3 v2.2.0
17012026-03-30T22:58:23.250Z Compiling x509-cert v0.2.5
17022026-03-30T22:58:23.326Z Compiling sha1 v0.10.6
17032026-03-30T22:58:23.446Z Compiling itertools v0.13.0
17042026-03-30T22:58:23.465Z Compiling toml_datetime v0.7.5+spec-1.1.0
17052026-03-30T22:58:23.489Z Compiling lalrpop-util v0.19.12
17062026-03-30T22:58:23.571Z Compiling peg-runtime v0.8.5
17072026-03-30T22:58:23.629Z Compiling thread_local v1.1.9
17082026-03-30T22:58:23.671Z Compiling slog-async v2.8.0
17092026-03-30T22:58:23.708Z Compiling futures-executor v0.3.32
17102026-03-30T22:58:23.723Z Compiling crossbeam-channel v0.5.15
17112026-03-30T22:58:23.774Z Compiling is-terminal v0.4.17
17122026-03-30T22:58:23.893Z Compiling filetime v0.2.27
17132026-03-30T22:58:23.910Z Compiling xattr v1.6.1
17142026-03-30T22:58:23.944Z Compiling take_mut v0.2.2
17152026-03-30T22:58:23.976Z Compiling term v1.2.1
17162026-03-30T22:58:24.040Z Compiling tar v0.4.45
17172026-03-30T22:58:24.056Z Compiling futures v0.3.32
17182026-03-30T22:58:24.313Z Compiling slog-term v2.9.2
17192026-03-30T22:58:39.493Z Compiling rustls-webpki v0.103.9
17202026-03-30T22:58:42.258Z Compiling tokio-rustls v0.26.4
17212026-03-30T22:58:42.258Z Compiling rustls-platform-verifier v0.6.2
17222026-03-30T22:58:42.450Z Compiling hyper-rustls v0.27.7
17232026-03-30T22:58:42.646Z Compiling reqwest v0.13.2
17242026-03-30T22:58:42.647Z Compiling reqwest v0.12.28
17252026-03-30T22:58:44.641Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17262026-03-30T22:58:44.875Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17272026-03-30T22:58:47.663Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.25s
17282026-03-30T22:58:47.812Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17292026-03-30T22:58:47.869ZMar 30 22:58:47.845 INFO Starting download, target: Clickhouse
17302026-03-30T22:58:47.869ZMar 30 22:58:47.846 INFO Starting download, target: Console
17312026-03-30T22:58:47.869ZMar 30 22:58:47.846 INFO Starting download, target: Cockroach
17322026-03-30T22:58:47.869ZMar 30 22:58:47.846 INFO Starting download, target: DendriteStub
17332026-03-30T22:58:47.873ZMar 30 22:58:47.846 INFO Starting download, target: MaghemiteMgd
17342026-03-30T22:58:47.873ZMar 30 22:58:47.846 INFO Starting download, target: TransceiverControl
17352026-03-30T22:58:47.874ZMar 30 22:58:47.846 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17362026-03-30T22:58:47.874ZMar 30 22:58:47.846 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17372026-03-30T22:58:47.874ZMar 30 22:58:47.846 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17382026-03-30T22:58:47.874ZMar 30 22:58:47.846 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17392026-03-30T22:58:47.874ZMar 30 22:58:47.847 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17402026-03-30T22:58:47.874ZMar 30 22:58:47.847 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17412026-03-30T22:58:48.439ZMar 30 22:58:48.417 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17422026-03-30T22:58:48.651ZMar 30 22:58:48.631 INFO Download complete, target: TransceiverControl
17432026-03-30T22:58:48.911ZMar 30 22:58:48.885 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17442026-03-30T22:58:49.152ZMar 30 22:58:49.134 INFO Download complete, target: Console
17452026-03-30T22:58:49.373ZMar 30 22:58:49.356 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17462026-03-30T22:58:49.740ZMar 30 22:58:49.725 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17472026-03-30T22:58:50.196ZMar 30 22:58:50.183 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17482026-03-30T22:58:50.285ZMar 30 22:58:50.272 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17492026-03-30T22:58:50.285ZMar 30 22:58:50.272 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17502026-03-30T22:58:51.671ZMar 30 22:58:51.662 INFO Download complete, target: DendriteStub
17512026-03-30T22:58:52.006ZMar 30 22:58:51.999 INFO Download complete, target: MaghemiteMgd
17522026-03-30T22:58:55.096ZMar 30 22:58:55.099 INFO Checking that binary works, target: Cockroach
17532026-03-30T22:58:55.194ZMar 30 22:58:55.199 INFO Download complete, target: Cockroach
17542026-03-30T22:58:57.075ZMar 30 22:58:57.086 INFO Checking that binary works, target: Clickhouse
17552026-03-30T22:58:57.167ZMar 30 22:58:57.179 INFO Download complete, target: Clickhouse
17562026-03-30T22:58:57.173ZAll prerequisites installed successfully
17572026-03-30T22:58:57.176Z
17582026-03-30T22:58:57.176Zreal 2:40.787395919
17592026-03-30T22:58:57.176Zuser 7:19.173454992
17602026-03-30T22:58:57.176Zsys 1:44.395107419
17612026-03-30T22:58:57.176Ztrap 0.279995106
17622026-03-30T22:58:57.176Ztflt 1.314438110
17632026-03-30T22:58:57.176Zdflt 1.680678883
17642026-03-30T22:58:57.176Zkflt 0.022514362
17652026-03-30T22:58:57.176Zlock 22:49.471560486
17662026-03-30T22:58:57.176Zslp 19:30.947405674
17672026-03-30T22:58:57.176Zlat 24.911422599
17682026-03-30T22:58:57.176Zstop 2:56.277781352
17692026-03-30T22:58:57.176Z+ ptime -m cargo xtask download softnpu
17702026-03-30T22:58:57.701Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17712026-03-30T22:58:57.733Z Running `target/debug/xtask download softnpu`
17722026-03-30T22:58:58.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17732026-03-30T22:58:58.565Z Running `target/debug/xtask-downloader softnpu`
17742026-03-30T22:58:58.609ZMar 30 22:58:58.625 INFO Starting download, target: Softnpu
17752026-03-30T22:58:58.612ZMar 30 22:58:58.626 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17762026-03-30T22:58:59.455ZMar 30 22:58:59.475 INFO Download complete, target: Softnpu
17772026-03-30T22:58:59.459Z
17782026-03-30T22:58:59.463Zreal 2.287559905
17792026-03-30T22:58:59.463Zuser 1.306131542
17802026-03-30T22:58:59.463Zsys 0.663029943
17812026-03-30T22:58:59.463Ztrap 0.000538459
17822026-03-30T22:58:59.464Ztflt 0.000086492
17832026-03-30T22:58:59.464Zdflt 0.000202657
17842026-03-30T22:58:59.464Zkflt 0.000000000
17852026-03-30T22:58:59.464Zlock 15.555905215
17862026-03-30T22:58:59.464Zslp 0.641151124
17872026-03-30T22:58:59.464Zlat 0.080547966
17882026-03-30T22:58:59.464Zstop 0.000174330
17892026-03-30T22:58:59.464Z+ export CARGO_INCREMENTAL=0
17902026-03-30T22:58:59.464Z+ CARGO_INCREMENTAL=0
17912026-03-30T22:58:59.464Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17922026-03-30T22:59:00.350Z Compiling proc-macro2 v1.0.106
17932026-03-30T22:59:00.350Z Compiling quote v1.0.44
17942026-03-30T22:59:00.350Z Compiling unicode-ident v1.0.24
17952026-03-30T22:59:00.350Z Compiling libc v0.2.180
17962026-03-30T22:59:00.350Z Compiling serde_core v1.0.228
17972026-03-30T22:59:00.353Z Compiling serde v1.0.228
17982026-03-30T22:59:00.353Z Compiling cfg-if v1.0.4
17992026-03-30T22:59:00.353Z Compiling version_check v0.9.5
18002026-03-30T22:59:00.353Z Compiling find-msvc-tools v0.1.9
18012026-03-30T22:59:00.353Z Compiling shlex v1.3.0
18022026-03-30T22:59:00.353Z Compiling typenum v1.19.0
18032026-03-30T22:59:00.353Z Compiling autocfg v1.5.0
18042026-03-30T22:59:00.494Z Compiling zmij v1.0.21
18052026-03-30T22:59:00.498Z Compiling portable-atomic v1.13.1
18062026-03-30T22:59:00.498Z Compiling serde_json v1.0.149
18072026-03-30T22:59:00.671Z Compiling memchr v2.8.0
18082026-03-30T22:59:00.833Z Compiling zerocopy v0.8.40
18092026-03-30T22:59:00.852Z Compiling libm v0.2.16
18102026-03-30T22:59:00.872Z Compiling parking_lot_core v0.9.12
18112026-03-30T22:59:00.918Z Compiling smallvec v1.15.1
18122026-03-30T22:59:00.922Z Compiling generic-array v0.14.7
18132026-03-30T22:59:00.922Z Compiling icu_properties_data v2.1.2
18142026-03-30T22:59:00.922Z Compiling icu_normalizer_data v2.1.1
18152026-03-30T22:59:00.979Z Compiling itoa v1.0.17
18162026-03-30T22:59:01.027Z Compiling num-traits v0.2.19
18172026-03-30T22:59:01.158Z Compiling getrandom v0.4.1
18182026-03-30T22:59:01.162Z Compiling log v0.4.29
18192026-03-30T22:59:01.203Z Compiling stable_deref_trait v1.2.1
18202026-03-30T22:59:01.220Z Compiling pkg-config v0.3.32
18212026-03-30T22:59:01.238Z Compiling subtle v2.6.1
18222026-03-30T22:59:01.420Z Compiling scopeguard v1.2.0
18232026-03-30T22:59:01.452Z Compiling jobserver v0.1.34
18242026-03-30T22:59:01.470Z Compiling getrandom v0.2.17
18252026-03-30T22:59:01.473Z Compiling errno v0.3.14
18262026-03-30T22:59:01.654Z Compiling rand_core v0.6.4
18272026-03-30T22:59:01.674Z Compiling cc v1.2.56
18282026-03-30T22:59:01.694Z Compiling lock_api v0.4.14
18292026-03-30T22:59:01.771Z Compiling writeable v0.6.2
18302026-03-30T22:59:01.795Z Compiling percent-encoding v2.3.2
18312026-03-30T22:59:01.810Z Compiling syn v2.0.117
18322026-03-30T22:59:01.822Z Compiling litemap v0.8.1
18332026-03-30T22:59:01.839Z Compiling thiserror v2.0.18
18342026-03-30T22:59:01.886Z Compiling fnv v1.0.7
18352026-03-30T22:59:01.971Z Compiling getrandom v0.3.4
18362026-03-30T22:59:02.004Z Compiling pin-project-lite v0.2.17
18372026-03-30T22:59:02.094Z Compiling critical-section v1.2.0
18382026-03-30T22:59:02.140Z Compiling rustversion v1.0.22
18392026-03-30T22:59:02.207Z Compiling allocator-api2 v0.2.21
18402026-03-30T22:59:02.210Z Compiling equivalent v1.0.2
18412026-03-30T22:59:02.269Z Compiling schemars v0.8.22
18422026-03-30T22:59:02.273Z Compiling utf8_iter v1.0.4
18432026-03-30T22:59:02.334Z Compiling foldhash v0.2.0
18442026-03-30T22:59:02.373Z Compiling fs_extra v1.3.0
18452026-03-30T22:59:02.484Z Compiling cmake v0.1.57
18462026-03-30T22:59:02.501Z Compiling rand_core v0.10.0
18472026-03-30T22:59:02.537Z Compiling once_cell v1.21.3
18482026-03-30T22:59:02.592Z Compiling dunce v1.0.5
18492026-03-30T22:59:02.643Z Compiling hashbrown v0.16.1
18502026-03-30T22:59:02.646Z Compiling form_urlencoded v1.2.2
18512026-03-30T22:59:02.764Z Compiling const-oid v0.9.6
18522026-03-30T22:59:02.877Z Compiling signal-hook-registry v1.4.8
18532026-03-30T22:59:02.910Z Compiling semver v1.0.27
18542026-03-30T22:59:02.966Z Compiling rustix v1.1.3
18552026-03-30T22:59:02.986Z Compiling mio v1.1.1
18562026-03-30T22:59:03.049Z Compiling bitflags v2.11.0
18572026-03-30T22:59:03.091Z Compiling ring v0.17.14
18582026-03-30T22:59:03.205Z Compiling aws-lc-sys v0.37.1
18592026-03-30T22:59:03.224Z Compiling indexmap v2.13.0
18602026-03-30T22:59:03.227Z Compiling parking_lot v0.12.5
18612026-03-30T22:59:03.255Z Compiling socket2 v0.6.2
18622026-03-30T22:59:03.273Z Compiling aws-lc-rs v1.16.0
18632026-03-30T22:59:03.291Z Compiling thiserror v1.0.69
18642026-03-30T22:59:03.337Z Compiling futures-core v0.3.32
18652026-03-30T22:59:03.382Z Compiling strsim v0.11.1
18662026-03-30T22:59:03.584Z Compiling ucd-trie v0.1.7
18672026-03-30T22:59:03.598Z Compiling httparse v1.10.1
18682026-03-30T22:59:03.615Z Compiling byteorder v1.5.0
18692026-03-30T22:59:03.709Z Compiling syn v1.0.109
18702026-03-30T22:59:03.781Z Compiling pest v2.8.6
18712026-03-30T22:59:03.832Z Compiling vcpkg v0.2.15
18722026-03-30T22:59:03.865Z Compiling heck v0.5.0
18732026-03-30T22:59:03.901Z Compiling iana-time-zone v0.1.65
18742026-03-30T22:59:03.935Z Compiling ident_case v1.0.1
18752026-03-30T22:59:04.002Z Compiling uuid v1.21.0
18762026-03-30T22:59:04.053Z Compiling cpufeatures v0.2.17
18772026-03-30T22:59:04.086Z Compiling regex-syntax v0.8.10
18782026-03-30T22:59:04.130Z Compiling crossbeam-utils v0.8.21
18792026-03-30T22:59:04.386Z Compiling rustc_version v0.4.1
18802026-03-30T22:59:04.418Z Compiling openssl-sys v0.9.111
18812026-03-30T22:59:04.452Z Compiling futures-sink v0.3.32
18822026-03-30T22:59:04.483Z Compiling rustls v0.23.37
18832026-03-30T22:59:04.542Z Compiling futures-io v0.3.32
18842026-03-30T22:59:04.580Z Compiling futures-channel v0.3.32
18852026-03-30T22:59:04.629Z Compiling synstructure v0.13.2
18862026-03-30T22:59:04.629Z Compiling serde_derive_internals v0.29.1
18872026-03-30T22:59:04.660Z Compiling slab v0.4.12
18882026-03-30T22:59:04.687Z Compiling futures-task v0.3.32
18892026-03-30T22:59:04.856Z Compiling pest_meta v2.8.6
18902026-03-30T22:59:04.895Z Compiling plain v0.2.3
18912026-03-30T22:59:04.898Z Compiling dyn-clone v1.0.20
18922026-03-30T22:59:04.948Z Compiling aho-corasick v1.1.4
18932026-03-30T22:59:04.951Z Compiling num-conv v0.2.0
18942026-03-30T22:59:05.081Z Compiling time-core v0.1.8
18952026-03-30T22:59:05.251Z Compiling time-macros v0.2.27
18962026-03-30T22:59:05.266Z Compiling openssl v0.10.75
18972026-03-30T22:59:05.315Z Compiling base64 v0.22.1
18982026-03-30T22:59:05.342Z Compiling pretty-hex v0.4.1
18992026-03-30T22:59:05.499Z Compiling pest_generator v2.8.6
19002026-03-30T22:59:05.518Z Compiling anyhow v1.0.102
19012026-03-30T22:59:05.557Z Compiling crc32fast v1.5.0
19022026-03-30T22:59:05.581Z Compiling either v1.15.0
19032026-03-30T22:59:05.617Z Compiling base64ct v1.8.3
19042026-03-30T22:59:05.650Z Compiling darling_core v0.21.3
19052026-03-30T22:59:05.653Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19062026-03-30T22:59:05.766Z Compiling regex-automata v0.4.14
19072026-03-30T22:59:05.824Z Compiling native-tls v0.2.18
19082026-03-30T22:59:05.844Z Compiling flagset v0.4.7
19092026-03-30T22:59:05.860Z Compiling pem-rfc7468 v0.7.0
19102026-03-30T22:59:05.877Z Compiling serde_derive v1.0.228
19112026-03-30T22:59:05.920Z Compiling zeroize_derive v1.4.3
19122026-03-30T22:59:05.992Z Compiling zerofrom-derive v0.1.6
19132026-03-30T22:59:06.038Z Compiling yoke-derive v0.8.1
19142026-03-30T22:59:06.056Z Compiling zerovec-derive v0.11.2
19152026-03-30T22:59:06.071Z Compiling displaydoc v0.2.5
19162026-03-30T22:59:06.114Z Compiling zerocopy-derive v0.8.40
19172026-03-30T22:59:06.135Z Compiling tokio-macros v2.6.0
19182026-03-30T22:59:06.154Z Compiling futures-macro v0.3.32
19192026-03-30T22:59:06.217Z Compiling thiserror-impl v2.0.18
19202026-03-30T22:59:06.220Z Compiling schemars_derive v0.8.22
19212026-03-30T22:59:06.364Z Compiling tracing-attributes v0.1.31
19222026-03-30T22:59:06.539Z Compiling zeroize v1.8.2
19232026-03-30T22:59:06.824Z Compiling der_derive v0.7.3
19242026-03-30T22:59:06.923Z Compiling thiserror-impl v1.0.69
19252026-03-30T22:59:07.009Z Compiling pest_derive v2.8.6
19262026-03-30T22:59:07.127Z Compiling zerofrom v0.1.6
19272026-03-30T22:59:07.276Z Compiling yoke v0.8.1
19282026-03-30T22:59:07.297Z Compiling crypto-common v0.1.7
19292026-03-30T22:59:07.372Z Compiling block-buffer v0.10.4
19302026-03-30T22:59:07.408Z Compiling futures-util v0.3.32
19312026-03-30T22:59:07.455Z Compiling zerovec v0.11.5
19322026-03-30T22:59:07.472Z Compiling zerotrie v0.2.3
19332026-03-30T22:59:07.560Z Compiling digest v0.10.7
19342026-03-30T22:59:07.673Z Compiling block-padding v0.3.3
19352026-03-30T22:59:07.826Z Compiling inout v0.1.4
19362026-03-30T22:59:07.883Z Compiling rustls-pki-types v1.14.0
19372026-03-30T22:59:07.934Z Compiling hmac v0.12.1
19382026-03-30T22:59:07.969Z Compiling cipher v0.4.4
19392026-03-30T22:59:07.984Z Compiling sha2 v0.10.9
19402026-03-30T22:59:08.004Z Compiling scroll_derive v0.13.1
19412026-03-30T22:59:08.020Z Compiling tinystr v0.8.2
19422026-03-30T22:59:08.095Z Compiling potential_utf v0.1.4
19432026-03-30T22:59:08.142Z Compiling scroll_derive v0.12.1
19442026-03-30T22:59:08.223Z Compiling icu_locale_core v2.1.1
19452026-03-30T22:59:08.264Z Compiling icu_collections v2.1.1
19462026-03-30T22:59:08.529Z Compiling openssl-macros v0.1.1
19472026-03-30T22:59:08.784Z Compiling regex v1.12.3
19482026-03-30T22:59:08.801Z Compiling darling_macro v0.21.3
19492026-03-30T22:59:08.817Z Compiling der v0.7.10
19502026-03-30T22:59:08.944Z Compiling icu_provider v2.1.1
19512026-03-30T22:59:09.029Z Compiling bytes v1.11.1
19522026-03-30T22:59:09.140Z Compiling chrono v0.4.44
19532026-03-30T22:59:09.156Z Compiling serde_tokenstream v0.2.3
19542026-03-30T22:59:09.224Z Compiling icu_normalizer v2.1.1
19552026-03-30T22:59:09.271Z Compiling icu_properties v2.1.2
19562026-03-30T22:59:09.474Z Compiling zerocopy-derive v0.7.35
19572026-03-30T22:59:09.496Z Compiling rand_core v0.9.5
19582026-03-30T22:59:09.685Z Compiling tokio v1.49.0
19592026-03-30T22:59:09.728Z Compiling http v1.4.0
19602026-03-30T22:59:10.165Z Compiling idna_adapter v1.2.1
19612026-03-30T22:59:10.182Z Compiling slog v2.8.2
19622026-03-30T22:59:10.279Z Compiling tracing-core v0.1.36
19632026-03-30T22:59:10.353Z Compiling idna v1.1.0
19642026-03-30T22:59:10.396Z Compiling ppv-lite86 v0.2.21
19652026-03-30T22:59:10.600Z Compiling untrusted v0.9.0
19662026-03-30T22:59:10.734Z Compiling url v2.5.8
19672026-03-30T22:59:10.754Z Compiling rayon-core v1.13.0
19682026-03-30T22:59:10.787Z Compiling tracing v0.1.44
19692026-03-30T22:59:10.963Z Compiling spki v0.7.3
19702026-03-30T22:59:11.130Z Compiling darling v0.21.3
19712026-03-30T22:59:11.151Z Compiling salsa20 v0.10.2
19722026-03-30T22:59:11.178Z Compiling pbkdf2 v0.12.2
19732026-03-30T22:59:11.509Z Compiling cookie v0.18.1
19742026-03-30T22:59:11.566Z Compiling camino v1.2.2
19752026-03-30T22:59:11.746Z Compiling scrypt v0.11.0
19762026-03-30T22:59:11.808Z Compiling rand_chacha v0.9.0
19772026-03-30T22:59:11.852Z Compiling aes v0.8.4
19782026-03-30T22:59:11.874Z Compiling cbc v0.1.2
19792026-03-30T22:59:12.412Z Compiling usdt-impl v0.5.0
19802026-03-30T22:59:12.437Z Compiling usdt-impl v0.6.0
19812026-03-30T22:59:12.452Z Compiling paste v1.0.15
19822026-03-30T22:59:12.568Z Compiling winnow v0.7.14
19832026-03-30T22:59:12.647Z Compiling ref-cast v1.0.25
19842026-03-30T22:59:12.735Z Compiling pkcs5 v0.7.1
19852026-03-30T22:59:12.794Z Compiling rand v0.9.2
19862026-03-30T22:59:12.869Z Compiling http-body v1.0.1
19872026-03-30T22:59:13.042Z Compiling serde_spanned v0.6.9
19882026-03-30T22:59:13.177Z Compiling toml_datetime v0.6.11
19892026-03-30T22:59:13.207Z Compiling scroll v0.12.0
19902026-03-30T22:59:13.222Z Compiling scroll v0.13.0
19912026-03-30T22:59:13.297Z Compiling heapless v0.7.17
19922026-03-30T22:59:13.402Z Compiling tokio-util v0.7.18
19932026-03-30T22:59:13.436Z Compiling bzip2-sys v0.1.13+1.0.8
19942026-03-30T22:59:13.515Z Compiling openssl-probe v0.2.1
19952026-03-30T22:59:13.560Z Compiling zstd-safe v7.2.4
19962026-03-30T22:59:13.693Z Compiling signal-hook v0.3.18
19972026-03-30T22:59:13.710Z Compiling untrusted v0.7.1
19982026-03-30T22:59:13.743Z Compiling atomic-waker v1.1.2
19992026-03-30T22:59:13.787Z Compiling goblin v0.10.5
20002026-03-30T22:59:13.895Z Compiling toml_parser v1.0.9+spec-1.1.0
20012026-03-30T22:59:13.899Z Compiling goblin v0.8.2
20022026-03-30T22:59:14.035Z Compiling pkcs8 v0.10.2
20032026-03-30T22:59:14.343Z Compiling zerocopy v0.7.35
20042026-03-30T22:59:14.371Z Compiling ref-cast-impl v1.0.25
20052026-03-30T22:59:14.470Z Compiling curve25519-dalek v4.1.3
20062026-03-30T22:59:14.550Z Compiling darling_core v0.20.11
20072026-03-30T22:59:14.763Z Compiling toml_datetime v0.7.5+spec-1.1.0
20082026-03-30T22:59:14.802Z Compiling memoffset v0.9.1
20092026-03-30T22:59:14.820Z Compiling try-lock v0.2.5
20102026-03-30T22:59:14.915Z Compiling tinyvec_macros v0.1.1
20112026-03-30T22:59:14.998Z Compiling tower-service v0.3.3
20122026-03-30T22:59:15.015Z Compiling rustix v0.38.44
20132026-03-30T22:59:15.057Z Compiling winnow v0.5.40
20142026-03-30T22:59:15.105Z Compiling tower-layer v0.3.3
20152026-03-30T22:59:15.343Z Compiling fastrand v2.3.0
20162026-03-30T22:59:15.346Z Compiling litrs v1.0.0
20172026-03-30T22:59:15.643Z Compiling want v0.3.1
20182026-03-30T22:59:15.660Z Compiling h2 v0.4.13
20192026-03-30T22:59:15.816Z Compiling document-features v0.2.12
20202026-03-30T22:59:15.839Z Compiling tinyvec v1.10.0
20212026-03-30T22:59:16.153Z Compiling dof v0.3.0
20222026-03-30T22:59:16.347Z Compiling toml_edit v0.19.15
20232026-03-30T22:59:16.478Z Compiling darling_macro v0.20.11
20242026-03-30T22:59:16.498Z Compiling dof v0.4.0
20252026-03-30T22:59:16.786Z Compiling dtrace-parser v0.2.0
20262026-03-30T22:59:16.842Z Compiling dtrace-parser v0.3.0
20272026-03-30T22:59:16.897Z Compiling ipnet v2.11.0
20282026-03-30T22:59:17.283Z Compiling async-trait v0.1.89
20292026-03-30T22:59:17.312Z Compiling daft-derive v0.1.5
20302026-03-30T22:59:17.429Z Compiling spin v0.9.8
20312026-03-30T22:59:17.446Z Compiling thread-id v4.2.2
20322026-03-30T22:59:17.462Z Compiling thread-id v5.1.0
20332026-03-30T22:59:17.539Z Compiling proc-macro-error-attr v1.0.4
20342026-03-30T22:59:17.556Z Compiling httpdate v1.0.3
20352026-03-30T22:59:17.559Z Compiling cfg_aliases v0.2.1
20362026-03-30T22:59:17.588Z Compiling pin-utils v0.1.0
20372026-03-30T22:59:17.602Z Compiling foreign-types-shared v0.1.1
20382026-03-30T22:59:17.662Z Compiling smoltcp v0.9.1
20392026-03-30T22:59:17.752Z Compiling powerfmt v0.2.0
20402026-03-30T22:59:17.908Z Compiling num-bigint-dig v0.8.6
20412026-03-30T22:59:17.923Z Compiling deranged v0.5.8
20422026-03-30T22:59:17.966Z Compiling tempfile v3.25.0
20432026-03-30T22:59:18.001Z Compiling foreign-types v0.3.2
20442026-03-30T22:59:18.026Z Compiling nix v0.31.1
20452026-03-30T22:59:18.220Z Compiling darling v0.20.11
20462026-03-30T22:59:18.396Z Compiling ipnetwork v0.21.1
20472026-03-30T22:59:18.622Z Compiling strum_macros v0.26.4
20482026-03-30T22:59:18.654Z Compiling curve25519-dalek-derive v0.1.1
20492026-03-30T22:59:18.758Z Compiling hyper v1.8.1
20502026-03-30T22:59:18.927Z Compiling wait-timeout v0.2.1
20512026-03-30T22:59:18.948Z Compiling proc-macro-error v1.0.4
20522026-03-30T22:59:19.070Z Compiling bit-vec v0.8.0
20532026-03-30T22:59:19.170Z Compiling unicode-segmentation v1.12.0
20542026-03-30T22:59:19.278Z Compiling num_threads v0.1.7
20552026-03-30T22:59:19.316Z Compiling utf8parse v0.2.2
20562026-03-30T22:59:19.393Z Compiling quick-error v1.2.3
20572026-03-30T22:59:19.449Z Compiling simd-adler32 v0.3.8
20582026-03-30T22:59:19.465Z Compiling siphasher v1.0.2
20592026-03-30T22:59:19.568Z Compiling anstyle v1.0.13
20602026-03-30T22:59:19.599Z Compiling time v0.3.47
20612026-03-30T22:59:19.602Z Compiling rusty-fork v0.3.1
20622026-03-30T22:59:19.664Z Compiling anstyle-parse v0.2.7
20632026-03-30T22:59:19.864Z Compiling hyper-util v0.1.20
20642026-03-30T22:59:19.900Z Compiling bit-set v0.8.0
20652026-03-30T22:59:20.218Z Compiling crossbeam-epoch v0.9.18
20662026-03-30T22:59:20.345Z Compiling derive_builder_core v0.20.2
20672026-03-30T22:59:20.803Z Compiling unicode-normalization v0.1.25
20682026-03-30T22:59:21.131Z Compiling rustls-native-certs v0.8.3
20692026-03-30T22:59:21.307Z Compiling rand_xorshift v0.4.0
20702026-03-30T22:59:21.405Z Compiling signature v2.2.0
20712026-03-30T22:59:21.420Z Compiling hubpack_derive v0.1.1
20722026-03-30T22:59:21.434Z Compiling strum_macros v0.27.2
20732026-03-30T22:59:21.545Z Compiling sync_wrapper v1.0.2
20742026-03-30T22:59:21.573Z Compiling fs-err v3.3.0
20752026-03-30T22:59:21.674Z Compiling ahash v0.8.12
20762026-03-30T22:59:21.788Z Compiling unicode-properties v0.1.4
20772026-03-30T22:59:21.802Z Compiling is_terminal_polyfill v1.70.2
20782026-03-30T22:59:21.821Z Compiling unicode-bidi v0.3.18
20792026-03-30T22:59:21.883Z Compiling adler2 v2.0.1
20802026-03-30T22:59:21.923Z Compiling colorchoice v1.0.4
20812026-03-30T22:59:22.022Z Compiling unarray v0.1.4
20822026-03-30T22:59:22.022Z Compiling anstyle-query v1.1.5
20832026-03-30T22:59:22.067Z Compiling object v0.37.3
20842026-03-30T22:59:22.167Z Compiling stringprep v0.1.5
20852026-03-30T22:59:22.198Z Compiling anstream v0.6.21
20862026-03-30T22:59:22.313Z Compiling proptest v1.10.0
20872026-03-30T22:59:22.346Z Compiling miniz_oxide v0.8.9
20882026-03-30T22:59:22.530Z Compiling tower v0.5.3
20892026-03-30T22:59:22.603Z Compiling derive_builder_macro v0.20.2
20902026-03-30T22:59:22.946Z Compiling crossbeam-deque v0.8.6
20912026-03-30T22:59:22.949Z Compiling heck v0.4.1
20922026-03-30T22:59:23.016Z Compiling usdt-attr-macro v0.6.0
20932026-03-30T22:59:23.081Z Compiling usdt-macro v0.6.0
20942026-03-30T22:59:23.425Z Compiling http-body-util v0.1.3
20952026-03-30T22:59:23.621Z Compiling webpki-roots v1.0.6
20962026-03-30T22:59:23.804Z Compiling rand_chacha v0.3.1
20972026-03-30T22:59:23.819Z Compiling erased-serde v0.3.31
20982026-03-30T22:59:23.849Z Compiling md-5 v0.10.6
20992026-03-30T22:59:23.947Z Compiling num-integer v0.1.46
21002026-03-30T22:59:24.004Z Compiling hash32 v0.2.1
21012026-03-30T22:59:24.019Z Compiling vergen-lib v0.1.6
21022026-03-30T22:59:24.068Z Compiling ff v0.13.1
21032026-03-30T22:59:24.119Z Compiling iri-string v0.7.10
21042026-03-30T22:59:24.169Z Compiling zlib-rs v0.6.2
21052026-03-30T22:59:24.185Z Compiling ryu v1.0.23
21062026-03-30T22:59:24.207Z Compiling fallible-iterator v0.2.0
21072026-03-30T22:59:24.241Z Compiling base16ct v0.2.0
21082026-03-30T22:59:24.265Z Compiling psl-types v2.0.11
21092026-03-30T22:59:24.342Z Compiling serde_urlencoded v0.7.1
21102026-03-30T22:59:24.359Z Compiling newtype-uuid v1.3.2
21112026-03-30T22:59:24.374Z Compiling sec1 v0.7.3
21122026-03-30T22:59:24.391Z Compiling publicsuffix v2.3.0
21132026-03-30T22:59:24.498Z Compiling postgres-protocol v0.6.10
21142026-03-30T22:59:24.535Z Compiling num-iter v0.1.45
21152026-03-30T22:59:24.577Z Compiling group v0.13.0
21162026-03-30T22:59:24.688Z Compiling rand v0.8.5
21172026-03-30T22:59:24.984Z Compiling oxnet v0.1.4
21182026-03-30T22:59:25.051Z Compiling zone_cfg_derive v0.3.1
21192026-03-30T22:59:25.089Z Compiling derive_builder v0.20.2
21202026-03-30T22:59:25.225Z Compiling tower-http v0.6.8
21212026-03-30T22:59:25.255Z Compiling tokio-native-tls v0.3.1
21222026-03-30T22:59:25.272Z Compiling phf_shared v0.13.1
21232026-03-30T22:59:25.356Z Compiling lazy_static v1.5.0
21242026-03-30T22:59:25.441Z Compiling terminal_size v0.4.3
21252026-03-30T22:59:25.470Z Compiling serde_with_macros v3.17.0
21262026-03-30T22:59:25.485Z Compiling cargo-platform v0.1.9
21272026-03-30T22:59:25.513Z Compiling hkdf v0.12.4
21282026-03-30T22:59:25.544Z Compiling crypto-bigint v0.5.5
21292026-03-30T22:59:25.548Z Compiling clap_derive v4.5.55
21302026-03-30T22:59:25.594Z Compiling enum-as-inner v0.6.1
21312026-03-30T22:59:25.647Z Compiling serde_repr v0.1.20
21322026-03-30T22:59:25.650Z Compiling vergen v9.0.6
21332026-03-30T22:59:25.699Z Compiling bitflags v1.3.2
21342026-03-30T22:59:25.715Z Compiling clap_lex v1.0.0
21352026-03-30T22:59:25.731Z Compiling managed v0.8.0
21362026-03-30T22:59:25.795Z Compiling unicode-width v0.2.0
21372026-03-30T22:59:25.940Z Compiling foldhash v0.1.5
21382026-03-30T22:59:25.966Z Compiling libbz2-rs-sys v0.2.2
21392026-03-30T22:59:26.106Z Compiling bumpalo v3.20.2
21402026-03-30T22:59:26.181Z Compiling flate2 v1.1.9
21412026-03-30T22:59:26.253Z Compiling hashbrown v0.15.5
21422026-03-30T22:59:26.362Z Compiling zopfli v0.8.3
21432026-03-30T22:59:26.398Z Compiling bzip2 v0.6.1
21442026-03-30T22:59:26.449Z Compiling console v0.16.2
21452026-03-30T22:59:26.507Z Compiling elliptic-curve v0.13.8
21462026-03-30T22:59:26.582Z Compiling clap_builder v4.5.60
21472026-03-30T22:59:26.623Z Compiling cargo_metadata v0.19.2
21482026-03-30T22:59:26.867Z Compiling phf v0.13.1
21492026-03-30T22:59:26.943Z Compiling zstd v0.13.3
21502026-03-30T22:59:26.946Z Compiling hyper-tls v0.6.0
21512026-03-30T22:59:26.974Z Compiling daft v0.1.5
21522026-03-30T22:59:27.036Z Compiling signal-hook-mio v0.2.5
21532026-03-30T22:59:27.155Z Compiling rayon v1.11.0
21542026-03-30T22:59:27.172Z Compiling cookie_store v0.22.1
21552026-03-30T22:59:27.200Z Compiling postgres-types v0.2.12
21562026-03-30T22:59:27.266Z Compiling bzip2 v0.4.4
21572026-03-30T22:59:27.410Z Compiling strum v0.27.2
21582026-03-30T22:59:27.587Z Compiling hubpack v0.1.2
21592026-03-30T22:59:27.695Z Compiling ed25519 v2.2.3
21602026-03-30T22:59:27.742Z Compiling phf_shared v0.11.3
21612026-03-30T22:59:27.838Z Compiling pkcs1 v0.7.5
21622026-03-30T22:59:27.916Z Compiling hex v0.4.3
21632026-03-30T22:59:27.948Z Compiling serde-big-array v0.5.1
21642026-03-30T22:59:28.111Z Compiling rfc6979 v0.4.0
21652026-03-30T22:59:28.227Z Compiling bstr v1.12.1
21662026-03-30T22:59:28.259Z Compiling itertools v0.12.1
21672026-03-30T22:59:28.262Z Compiling float-cmp v0.10.0
21682026-03-30T22:59:28.263Z Compiling memmap2 v0.9.10
21692026-03-30T22:59:28.306Z Compiling env_filter v1.0.0
21702026-03-30T22:59:28.359Z Compiling encoding_rs v0.8.35
21712026-03-30T22:59:28.375Z Compiling normalize-line-endings v0.3.0
21722026-03-30T22:59:28.456Z Compiling toml_write v0.1.2
21732026-03-30T22:59:28.488Z Compiling data-encoding v2.10.0
21742026-03-30T22:59:28.583Z Compiling new_debug_unreachable v1.0.6
21752026-03-30T22:59:28.655Z Compiling difflib v0.4.0
21762026-03-30T22:59:28.674Z Compiling precomputed-hash v0.1.1
21772026-03-30T22:59:28.689Z Compiling predicates-core v1.0.10
21782026-03-30T22:59:28.782Z Compiling fixedbitset v0.4.2
21792026-03-30T22:59:28.831Z Compiling mime v0.3.17
21802026-03-30T22:59:28.936Z Compiling keccak v0.1.6
21812026-03-30T22:59:28.955Z Compiling whoami v2.1.0
21822026-03-30T22:59:29.004Z Compiling fixedbitset v0.5.7
21832026-03-30T22:59:29.033Z Compiling jiff v0.2.21
21842026-03-30T22:59:29.087Z Compiling static_assertions v1.1.0
21852026-03-30T22:59:29.102Z Compiling rustc-hash v2.1.1
21862026-03-30T22:59:29.125Z Compiling unit-prefix v0.5.2
21872026-03-30T22:59:29.163Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21882026-03-30T22:59:29.179Z Compiling tokio-postgres v0.7.16
21892026-03-30T22:59:29.242Z Compiling indicatif v0.18.4
21902026-03-30T22:59:29.305Z Compiling petgraph v0.8.3
21912026-03-30T22:59:29.309Z Compiling iddqd v0.3.17
21922026-03-30T22:59:29.380Z Compiling sha3 v0.10.8
21932026-03-30T22:59:29.451Z Compiling zone v0.3.1
21942026-03-30T22:59:29.667Z Compiling petgraph v0.6.5
21952026-03-30T22:59:29.683Z Compiling predicates v3.1.4
21962026-03-30T22:59:29.993Z Compiling hickory-proto v0.25.2
21972026-03-30T22:59:30.055Z Compiling string_cache v0.8.9
21982026-03-30T22:59:30.132Z Compiling similar v2.7.0
21992026-03-30T22:59:30.285Z Compiling toml_edit v0.22.27
22002026-03-30T22:59:30.415Z Compiling env_logger v0.11.9
22012026-03-30T22:59:30.753Z Compiling usdt v0.6.0
22022026-03-30T22:59:31.194Z Compiling ecdsa v0.16.9
22032026-03-30T22:59:31.223Z Compiling serde_with v3.17.0
22042026-03-30T22:59:31.266Z Compiling clap v4.5.60
22052026-03-30T22:59:31.311Z Compiling rsa v0.9.10
22062026-03-30T22:59:31.605Z Compiling zip v4.6.1
22072026-03-30T22:59:31.800Z Compiling ed25519-dalek v2.2.0
22082026-03-30T22:59:32.357Z Compiling crossterm v0.28.1
22092026-03-30T22:59:32.609Z Compiling zip v0.6.6
22102026-03-30T22:59:32.713Z Compiling strum v0.26.3
22112026-03-30T22:59:32.807Z Compiling toml v0.7.8
22122026-03-30T22:59:32.870Z Compiling tokio-stream v0.1.18
22132026-03-30T22:59:32.907Z Compiling buf-list v1.1.2
22142026-03-30T22:59:33.062Z Compiling x509-cert v0.2.5
22152026-03-30T22:59:33.162Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22162026-03-30T22:59:33.370Z Compiling openapiv3 v2.2.0
22172026-03-30T22:59:33.484Z Compiling sha1 v0.10.6
22182026-03-30T22:59:33.632Z Compiling itertools v0.13.0
22192026-03-30T22:59:33.981Z Compiling lalrpop-util v0.19.12
22202026-03-30T22:59:34.063Z Compiling peg-runtime v0.8.5
22212026-03-30T22:59:51.752Z Compiling macaddr v1.0.1
22222026-03-30T22:59:51.876Z Compiling structmeta-derive v0.3.0
22232026-03-30T22:59:51.892Z Compiling crucible-workspace-hack v0.1.0
22242026-03-30T22:59:51.913Z Compiling secrecy v0.10.3
22252026-03-30T22:59:52.070Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22262026-03-30T22:59:52.107Z Compiling itertools v0.14.0
22272026-03-30T22:59:52.128Z Compiling rustls v0.22.4
22282026-03-30T22:59:52.319Z Compiling heapless v0.8.0
22292026-03-30T22:59:52.451Z Compiling rustls-webpki v0.103.9
22302026-03-30T22:59:52.454Z Compiling toml_edit v0.23.10+spec-1.0.0
22312026-03-30T22:59:52.508Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22322026-03-30T22:59:52.731Z Compiling rustls-webpki v0.102.8
22332026-03-30T22:59:52.787Z Compiling futures-executor v0.3.32
22342026-03-30T22:59:52.822Z Compiling hash32 v0.3.1
22352026-03-30T22:59:52.880Z Compiling structmeta v0.3.0
22362026-03-30T22:59:53.013Z Compiling multer v3.1.0
22372026-03-30T22:59:53.058Z Compiling thread_local v1.1.9
22382026-03-30T22:59:53.074Z Compiling match_cfg v0.1.0
22392026-03-30T22:59:53.110Z Compiling smoltcp v0.11.0
22402026-03-30T22:59:53.164Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22412026-03-30T22:59:53.229Z Compiling slog-async v2.8.0
22422026-03-30T22:59:53.307Z Compiling hostname v0.3.1
22432026-03-30T22:59:53.335Z Compiling derive-ex v0.1.8
22442026-03-30T22:59:53.421Z Compiling ingot-macros v0.1.1
22452026-03-30T22:59:53.449Z Compiling proc-macro-crate v3.4.0
22462026-03-30T22:59:53.452Z Compiling futures v0.3.32
22472026-03-30T22:59:53.512Z Compiling slog-json v2.6.1
22482026-03-30T22:59:53.558Z Compiling crossbeam-channel v0.5.15
22492026-03-30T22:59:53.572Z Compiling half v2.7.1
22502026-03-30T22:59:53.602Z Compiling newtype-uuid-macros v0.1.0
22512026-03-30T22:59:53.794Z Compiling cobs v0.3.0
22522026-03-30T22:59:53.893Z Compiling thiserror-impl-no-std v2.0.2
22532026-03-30T22:59:53.945Z Compiling universal-hash v0.5.1
22542026-03-30T22:59:54.090Z Compiling async-stream-impl v0.3.6
22552026-03-30T22:59:54.108Z Compiling serde_spanned v1.0.4
22562026-03-30T22:59:54.149Z Compiling is-terminal v0.4.17
22572026-03-30T22:59:54.268Z Compiling dropshot v0.16.7
22582026-03-30T22:59:54.293Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22592026-03-30T22:59:54.296Z Compiling toml_writer v1.0.6+spec-1.1.0
22602026-03-30T22:59:54.339Z Compiling ciborium-io v0.2.2
22612026-03-30T22:59:54.459Z Compiling term v1.2.1
22622026-03-30T22:59:54.486Z Compiling convert_case v0.4.0
22632026-03-30T22:59:54.510Z Compiling opaque-debug v0.3.1
22642026-03-30T22:59:54.594Z Compiling take_mut v0.2.2
22652026-03-30T22:59:54.610Z Compiling poly1305 v0.8.0
22662026-03-30T22:59:54.648Z Compiling toml v0.9.12+spec-1.1.0
22672026-03-30T22:59:54.674Z Compiling async-stream v0.3.6
22682026-03-30T22:59:54.811Z Compiling derive_more v0.99.20
22692026-03-30T22:59:54.847Z Compiling test-strategy v0.4.5
22702026-03-30T22:59:54.883Z Compiling slog-term v2.9.2
22712026-03-30T22:59:54.940Z Compiling thiserror-no-std v2.0.2
22722026-03-30T22:59:55.144Z Compiling ciborium-ll v0.2.2
22732026-03-30T22:59:55.248Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22742026-03-30T22:59:55.427Z Compiling tokio-rustls v0.25.0
22752026-03-30T22:59:55.696Z Compiling postcard v1.1.3
22762026-03-30T22:59:55.956Z Compiling ingot-types v0.1.2
22772026-03-30T22:59:55.989Z Compiling num_enum_derive v0.7.5
22782026-03-30T22:59:56.005Z Compiling tokio-rustls v0.26.4
22792026-03-30T22:59:56.100Z Compiling rustls-platform-verifier v0.6.2
22802026-03-30T22:59:56.134Z Compiling slog-bunyan v2.5.0
22812026-03-30T22:59:56.277Z Compiling hyper-rustls v0.27.7
22822026-03-30T22:59:56.292Z Compiling parse-display-derive v0.10.0
22832026-03-30T22:59:56.329Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
22842026-03-30T22:59:56.332Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22852026-03-30T22:59:56.437Z Compiling ingot v0.1.1
22862026-03-30T22:59:56.597Z Compiling reqwest v0.13.2
22872026-03-30T22:59:56.618Z Compiling reqwest v0.12.28
22882026-03-30T22:59:56.740Z Compiling proc-macro-crate v1.3.1
22892026-03-30T22:59:56.934Z Compiling backon v1.6.0
22902026-03-30T22:59:56.964Z Compiling waitgroup v0.1.2
22912026-03-30T22:59:57.064Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
22922026-03-30T22:59:57.103Z Compiling password-hash v0.5.0
22932026-03-30T22:59:57.137Z Compiling dropshot_endpoint v0.16.7
22942026-03-30T22:59:57.213Z Compiling chacha20 v0.9.1
22952026-03-30T22:59:57.353Z Compiling rustls-pemfile v2.2.0
22962026-03-30T22:59:57.491Z Compiling blake2 v0.10.6
22972026-03-30T22:59:57.686Z Compiling aead v0.5.2
22982026-03-30T22:59:57.722Z Compiling foreign-types-macros v0.2.3
22992026-03-30T22:59:57.776Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23002026-03-30T22:59:57.904Z Compiling serde_path_to_error v0.1.20
23012026-03-30T22:59:57.948Z Compiling hostname v0.4.2
23022026-03-30T22:59:58.019Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23032026-03-30T22:59:58.129Z Compiling instant v0.1.13
23042026-03-30T22:59:58.144Z Compiling foreign-types-shared v0.3.1
23052026-03-30T22:59:58.190Z Compiling cpufeatures v0.3.0
23062026-03-30T22:59:58.227Z Compiling debug-ignore v1.0.5
23072026-03-30T22:59:58.242Z Compiling typeid v1.0.3
23082026-03-30T22:59:58.262Z Compiling chacha20 v0.10.0
23092026-03-30T22:59:58.295Z Compiling backoff v0.4.0
23102026-03-30T22:59:58.316Z Compiling foreign-types v0.5.0
23112026-03-30T22:59:58.338Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23122026-03-30T22:59:58.364Z Compiling chacha20poly1305 v0.10.1
23132026-03-30T22:59:58.379Z Compiling parse-display v0.10.0
23142026-03-30T22:59:58.419Z Compiling argon2 v0.5.3
23152026-03-30T22:59:58.459Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23162026-03-30T22:59:58.539Z Compiling num_enum_derive v0.5.11
23172026-03-30T22:59:58.553Z Compiling num_enum v0.7.5
23182026-03-30T22:59:58.582Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23192026-03-30T22:59:58.597Z Compiling ciborium v0.2.2
23202026-03-30T22:59:58.704Z Compiling vsss-rs v3.3.4
23212026-03-30T22:59:58.945Z Compiling toml v0.8.23
23222026-03-30T22:59:59.032Z Compiling tabwriter v1.4.1
23232026-03-30T22:59:59.279Z Compiling byte-wrapper v0.1.0
23242026-03-30T22:59:59.421Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23252026-03-30T22:59:59.444Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23262026-03-30T22:59:59.459Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23272026-03-30T22:59:59.478Z Compiling regress v0.10.5
23282026-03-30T22:59:59.860Z Compiling cstr-argument v0.1.2
23292026-03-30T22:59:59.894Z Compiling erased-serde v0.4.9
23302026-03-30T22:59:59.919Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23312026-03-30T23:00:00.030Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23322026-03-30T23:00:00.088Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23332026-03-30T23:00:00.105Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23342026-03-30T23:00:00.151Z Compiling num_enum v0.5.11
23352026-03-30T23:00:00.193Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23362026-03-30T23:00:00.236Z Compiling rand v0.10.0
23372026-03-30T23:00:00.254Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23382026-03-30T23:00:00.297Z Compiling indent_write v2.2.0
23392026-03-30T23:00:00.375Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23402026-03-30T23:00:00.435Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23412026-03-30T23:00:00.457Z Compiling colored v3.1.1
23422026-03-30T23:00:00.474Z Compiling libefi-sys v0.1.0
23432026-03-30T23:00:00.474Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23442026-03-30T23:00:00.505Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23452026-03-30T23:00:00.616Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23462026-03-30T23:00:00.724Z Compiling camino-tempfile v1.4.1
23472026-03-30T23:00:00.862Z Compiling usdt-macro v0.5.0
23482026-03-30T23:00:00.898Z Compiling usdt-attr-macro v0.5.0
23492026-03-30T23:00:01.040Z Compiling bitfield-struct v0.6.2
23502026-03-30T23:00:01.064Z Compiling num-derive v0.4.2
23512026-03-30T23:00:01.104Z Compiling blake3 v1.8.3
23522026-03-30T23:00:01.148Z Compiling ordered-float v2.10.1
23532026-03-30T23:00:01.148Z Compiling sigpipe v0.1.3
23542026-03-30T23:00:01.264Z Compiling memmap v0.7.0
23552026-03-30T23:00:01.364Z Compiling glob v0.3.3
23562026-03-30T23:00:01.465Z Compiling swrite v0.1.0
23572026-03-30T23:00:01.480Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23582026-03-30T23:00:01.547Z Compiling serde-value v0.7.0
23592026-03-30T23:00:01.597Z Compiling serde-untagged v0.1.9
23602026-03-30T23:00:01.657Z Compiling usdt v0.5.0
23612026-03-30T23:00:01.682Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-03-30T23:00:01.717Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
23632026-03-30T23:00:01.943Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23642026-03-30T23:00:01.964Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23652026-03-30T23:00:02.038Z Compiling smf v0.2.3
23662026-03-30T23:00:02.222Z Compiling filetime v0.2.27
23672026-03-30T23:00:02.250Z Compiling whoami v1.6.1
23682026-03-30T23:00:02.289Z Compiling unicode-xid v0.2.6
23692026-03-30T23:00:02.319Z Compiling arrayref v0.3.9
23702026-03-30T23:00:02.422Z Compiling constant_time_eq v0.4.2
23712026-03-30T23:00:02.469Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23722026-03-30T23:00:02.485Z Compiling arrayvec v0.7.6
23732026-03-30T23:00:02.502Z Compiling xattr v1.6.1
23742026-03-30T23:00:02.505Z Compiling same-file v1.0.6
23752026-03-30T23:00:02.577Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-03-30T23:00:02.604Z Compiling cargo-util-schemas v0.8.2
23772026-03-30T23:00:02.643Z Compiling walkdir v2.5.0
23782026-03-30T23:00:02.676Z Compiling tar v0.4.45
23792026-03-30T23:00:02.718Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23802026-03-30T23:00:02.741Z Compiling tokio-dtrace v0.1.1
23812026-03-30T23:00:02.758Z Compiling gethostname v0.5.0
23822026-03-30T23:00:02.913Z Compiling cargo-platform v0.2.0
23832026-03-30T23:00:02.968Z Compiling topological-sort v0.2.2
23842026-03-30T23:00:03.085Z Compiling oxide-tokio-rt v0.1.3
23852026-03-30T23:00:03.159Z Compiling shell-words v1.1.1
23862026-03-30T23:00:03.244Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23872026-03-30T23:00:03.869Z Compiling cargo_metadata v0.21.0
23882026-03-30T23:00:12.508Z Compiling progenitor-client v0.13.0
23892026-03-30T23:00:12.523Z Compiling progenitor-client v0.10.0
23902026-03-30T23:00:12.523Z Compiling omicron-zone-package v0.12.2
23912026-03-30T23:00:12.608Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23922026-03-30T23:00:12.612Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23932026-03-30T23:00:12.612Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23942026-03-30T23:00:12.657Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23952026-03-30T23:00:12.682Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23962026-03-30T23:00:12.935Z Compiling progenitor-extras v0.1.1
23972026-03-30T23:00:12.999Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23982026-03-30T23:00:13.016Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23992026-03-30T23:00:13.020Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24002026-03-30T23:00:13.151Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24012026-03-30T23:00:18.261Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24022026-03-30T23:00:24.942Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24032026-03-30T23:00:28.287Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24042026-03-30T23:00:29.267Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24052026-03-30T23:00:37.574Z Finished `release` profile [optimized] target(s) in 1m 38s
24062026-03-30T23:00:37.726Z Running `target/release/omicron-package -t test target create -p dev`
24072026-03-30T23:00:37.789ZLogging to: /work/oxidecomputer/omicron/out/LOG
24082026-03-30T23:00:37.792ZCreated new build target 'test' and set it as active
24092026-03-30T23:00:37.792Z
24102026-03-30T23:00:37.792Zreal 1:38.680091885
24112026-03-30T23:00:37.792Zuser 16:35.802714180
24122026-03-30T23:00:37.792Zsys 2:32.968481939
24132026-03-30T23:00:37.792Ztrap 0.463883069
24142026-03-30T23:00:37.792Ztflt 2.624441489
24152026-03-30T23:00:37.792Zdflt 3.525795647
24162026-03-30T23:00:37.792Zkflt 0.000515792
24172026-03-30T23:00:37.792Zlock 51:56.111365001
24182026-03-30T23:00:37.792Zslp 42:08.661691674
24192026-03-30T23:00:37.792Zlat 46.396037488
24202026-03-30T23:00:37.795Zstop 5:17.747513403
24212026-03-30T23:00:37.796Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24222026-03-30T23:00:38.694Z Finished `release` profile [optimized] target(s) in 0.89s
24232026-03-30T23:00:38.775Z Running `target/release/omicron-package -t test package`
24242026-03-30T23:00:38.833ZLogging to: /work/oxidecomputer/omicron/out/LOG
24252026-03-30T23:00:40.245Z Compiling regress v0.10.5
24262026-03-30T23:00:40.245Z Compiling heck v0.5.0
24272026-03-30T23:00:40.249Z Compiling unsafe-libyaml v0.2.11
24282026-03-30T23:00:40.490Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24292026-03-30T23:00:40.512Z Compiling prettyplease v0.2.37
24302026-03-30T23:00:40.534Z Compiling unicode-width v0.1.14
24312026-03-30T23:00:40.552Z Compiling is-terminal v0.4.17
24322026-03-30T23:00:40.555Z Compiling serde_spanned v1.0.4
24332026-03-30T23:00:40.555Z Compiling toml_writer v1.0.6+spec-1.1.0
24342026-03-30T23:00:40.592Z Compiling bytecount v0.6.9
24352026-03-30T23:00:40.611Z Compiling rustls v0.22.4
24362026-03-30T23:00:40.614Z Compiling rustls-webpki v0.102.8
24372026-03-30T23:00:40.615Z Compiling derive-where v1.6.0
24382026-03-30T23:00:40.615Z Compiling thread_local v1.1.9
24392026-03-30T23:00:40.652Z Compiling typify-impl v0.6.1
24402026-03-30T23:00:40.655Z Compiling match_cfg v0.1.0
24412026-03-30T23:00:40.693Z Compiling multer v3.1.0
24422026-03-30T23:00:40.758Z Compiling toml v0.9.12+spec-1.1.0
24432026-03-30T23:00:40.780Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24442026-03-30T23:00:40.838Z Compiling hostname v0.3.1
24452026-03-30T23:00:40.860Z Compiling slog-async v2.8.0
24462026-03-30T23:00:40.881Z Compiling slog-json v2.6.1
24472026-03-30T23:00:40.884Z Compiling crossbeam-channel v0.5.15
24482026-03-30T23:00:40.884Z Compiling futures-executor v0.3.32
24492026-03-30T23:00:40.963Z Compiling serde_yaml v0.9.34+deprecated
24502026-03-30T23:00:40.963Z Compiling term v1.2.1
24512026-03-30T23:00:41.005Z Compiling take_mut v0.2.2
24522026-03-30T23:00:41.122Z Compiling slog-bunyan v2.5.0
24532026-03-30T23:00:41.142Z Compiling futures v0.3.32
24542026-03-30T23:00:41.201Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24552026-03-30T23:00:41.243Z Compiling async-stream v0.3.6
24562026-03-30T23:00:41.305Z Compiling slog-term v2.9.2
24572026-03-30T23:00:41.354Z Compiling dropshot v0.16.7
24582026-03-30T23:00:41.376Z Compiling progenitor-client v0.13.0
24592026-03-30T23:00:41.420Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24602026-03-30T23:00:41.443Z Compiling waitgroup v0.1.2
24612026-03-30T23:00:41.466Z Compiling backon v1.6.0
24622026-03-30T23:00:41.489Z Compiling rustls-pemfile v2.2.0
24632026-03-30T23:00:41.604Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24642026-03-30T23:00:41.630Z Compiling serde_path_to_error v0.1.20
24652026-03-30T23:00:41.696Z Compiling hostname v0.4.2
24662026-03-30T23:00:41.699Z Compiling instant v0.1.13
24672026-03-30T23:00:41.735Z Compiling debug-ignore v1.0.5
24682026-03-30T23:00:41.738Z Compiling progenitor-extras v0.1.1
24692026-03-30T23:00:41.815Z Compiling backoff v0.4.0
24702026-03-30T23:00:41.836Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24712026-03-30T23:00:41.839Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24722026-03-30T23:00:41.885Z Compiling parse-display v0.10.0
24732026-03-30T23:00:41.885Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24742026-03-30T23:00:41.927Z Compiling progenitor-client v0.10.0
24752026-03-30T23:00:41.931Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24762026-03-30T23:00:41.952Z Compiling macaddr v1.0.1
24772026-03-30T23:00:42.020Z Compiling console v0.15.11
24782026-03-30T23:00:42.047Z Compiling newline-converter v0.3.0
24792026-03-30T23:00:42.144Z Compiling atomicwrites v0.4.4
24802026-03-30T23:00:42.173Z Compiling num-rational v0.4.2
24812026-03-30T23:00:42.253Z Compiling num-complex v0.4.6
24822026-03-30T23:00:42.298Z Compiling slog-dtrace v0.3.0
24832026-03-30T23:00:42.400Z Compiling async-recursion v1.1.1
24842026-03-30T23:00:42.479Z Compiling expectorate v1.2.0
24852026-03-30T23:00:42.502Z Compiling float-ord v0.3.2
24862026-03-30T23:00:42.506Z Compiling owo-colors v4.3.0
24872026-03-30T23:00:42.647Z Compiling num v0.4.3
24882026-03-30T23:00:42.726Z Compiling cancel-safe-futures v0.1.5
24892026-03-30T23:00:42.771Z Compiling libsw-core v0.3.2
24902026-03-30T23:00:42.771Z Compiling resolv-conf v0.7.6
24912026-03-30T23:00:42.774Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24922026-03-30T23:00:42.831Z Compiling toml v0.8.23
24932026-03-30T23:00:42.850Z Compiling linear-map v1.2.0
24942026-03-30T23:00:42.940Z Compiling tokio-rustls v0.25.0
24952026-03-30T23:00:42.997Z Compiling libsw v3.5.0
24962026-03-30T23:00:43.098Z Compiling linked-hash-map v0.5.6
24972026-03-30T23:00:43.117Z Compiling minimal-lexical v0.2.1
24982026-03-30T23:00:43.239Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24992026-03-30T23:00:43.326Z Compiling nom v7.1.3
25002026-03-30T23:00:43.346Z Compiling lru-cache v0.1.2
25012026-03-30T23:00:43.384Z Compiling unicode-xid v0.2.6
25022026-03-30T23:00:43.437Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25032026-03-30T23:00:43.458Z Compiling globset v0.4.18
25042026-03-30T23:00:43.479Z Compiling hickory-proto v0.24.4
25052026-03-30T23:00:43.483Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25062026-03-30T23:00:43.521Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25072026-03-30T23:00:43.544Z Compiling convert_case v0.10.0
25082026-03-30T23:00:43.840Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25092026-03-30T23:00:43.917Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25102026-03-30T23:00:44.025Z Compiling derive_more-impl v2.1.1
25112026-03-30T23:00:44.681Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25122026-03-30T23:00:44.808Z Compiling pin-project-internal v1.1.11
25132026-03-30T23:00:44.842Z Compiling derive_more v2.1.1
25142026-03-30T23:00:44.934Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25152026-03-30T23:00:44.957Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25162026-03-30T23:00:45.123Z Compiling pem v3.0.6
25172026-03-30T23:00:45.188Z Compiling snafu-derive v0.8.9
25182026-03-30T23:00:45.496Z Compiling typify-macro v0.6.1
25192026-03-30T23:00:45.826Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25202026-03-30T23:00:45.847Z Compiling pin-project v1.1.11
25212026-03-30T23:00:45.982Z Compiling hickory-resolver v0.24.4
25222026-03-30T23:00:46.042Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25232026-03-30T23:00:46.205Z Compiling termtree v0.5.1
25242026-03-30T23:00:46.325Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25252026-03-30T23:00:46.419Z Compiling crossterm v0.29.0
25262026-03-30T23:00:46.886Z Compiling snafu v0.8.9
25272026-03-30T23:00:46.954Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25282026-03-30T23:00:47.050Z Compiling typify v0.6.1
25292026-03-30T23:00:47.166Z Compiling progenitor-impl v0.13.0
25302026-03-30T23:00:47.496Z Compiling qorb v0.4.1
25312026-03-30T23:00:47.843Z Compiling phf_shared v0.12.1
25322026-03-30T23:00:48.108Z Compiling olpc-cjson v0.1.4
25332026-03-30T23:00:48.385Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25342026-03-30T23:00:48.908Z Compiling serde_plain v1.0.2
25352026-03-30T23:00:49.222Z Compiling vte v0.14.1
25362026-03-30T23:00:49.349Z Compiling progenitor-macro v0.13.0
25372026-03-30T23:00:49.400Z Compiling csv-core v0.1.13
25382026-03-30T23:00:49.422Z Compiling typed-path v0.9.3
25392026-03-30T23:00:49.488Z Compiling highway v1.3.0
25402026-03-30T23:00:49.555Z Compiling chrono-tz v0.10.4
25412026-03-30T23:00:49.800Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25422026-03-30T23:00:49.832Z Compiling csv v1.4.0
25432026-03-30T23:00:50.031Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25442026-03-30T23:00:50.232Z Compiling strip-ansi-escapes v0.2.1
25452026-03-30T23:00:50.798Z Compiling tough v0.20.0
25462026-03-30T23:00:50.820Z Compiling phf v0.12.1
25472026-03-30T23:00:51.018Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25482026-03-30T23:00:51.499Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25492026-03-30T23:00:51.759Z Compiling const_format_proc_macros v0.2.34
25502026-03-30T23:00:51.965Z Compiling papergrid v0.11.0
25512026-03-30T23:00:52.302Z Compiling fd-lock v4.0.4
25522026-03-30T23:00:52.505Z Compiling peg-macros v0.8.5
25532026-03-30T23:00:52.577Z Compiling tabled_derive v0.7.0
25542026-03-30T23:00:52.631Z Compiling nu-ansi-term v0.50.3
25552026-03-30T23:00:53.191Z Compiling reedline v0.40.0
25562026-03-30T23:00:53.434Z Compiling progenitor v0.13.0
25572026-03-30T23:00:53.495Z Compiling tabled v0.15.0
25582026-03-30T23:00:53.615Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25592026-03-30T23:00:53.766Z Compiling peg v0.8.5
25602026-03-30T23:00:53.872Z Compiling const_format v0.2.35
25612026-03-30T23:00:54.696Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25622026-03-30T23:00:54.859Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25632026-03-30T23:00:55.464Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25642026-03-30T23:00:55.836Z Compiling bcs v0.1.6
25652026-03-30T23:00:56.269Z Compiling semver v0.1.20
25662026-03-30T23:00:56.290Z Compiling base64 v0.21.7
25672026-03-30T23:00:56.574Z Compiling rustc_version v0.1.7
25682026-03-30T23:00:56.816Z Compiling newtype_derive v0.1.6
25692026-03-30T23:00:56.869Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25702026-03-30T23:00:57.037Z Compiling smawk v0.3.2
25712026-03-30T23:00:57.103Z Compiling unicode-linebreak v0.1.5
25722026-03-30T23:00:57.185Z Compiling humantime v2.3.0
25732026-03-30T23:00:57.325Z Compiling dropshot-api-manager-types v0.6.0
25742026-03-30T23:00:57.439Z Compiling textwrap v0.16.2
25752026-03-30T23:00:57.683Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25762026-03-30T23:00:57.984Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25772026-03-30T23:00:58.075Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25782026-03-30T23:00:58.258Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25792026-03-30T23:00:58.526Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25802026-03-30T23:00:58.557Z Compiling steno v0.4.1
25812026-03-30T23:00:59.069Z Compiling utf-8 v0.7.6
25822026-03-30T23:00:59.196Z Compiling tagptr v0.2.0
25832026-03-30T23:00:59.317Z Compiling tungstenite v0.21.0
25842026-03-30T23:00:59.340Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25852026-03-30T23:00:59.384Z Compiling moka v0.12.13
25862026-03-30T23:00:59.501Z Compiling radium v0.7.0
25872026-03-30T23:00:59.826Z Compiling typify-impl v0.4.3
25882026-03-30T23:01:00.315Z Compiling tokio-tungstenite v0.21.0
25892026-03-30T23:01:00.621Z Compiling hickory-resolver v0.25.2
25902026-03-30T23:01:00.689Z Compiling tap v1.0.1
25912026-03-30T23:01:00.845Z Compiling maybe-uninit v2.0.0
25922026-03-30T23:01:01.214Z Compiling wyz v0.5.1
25932026-03-30T23:01:01.445Z Compiling zerocopy-derive v0.6.6
25942026-03-30T23:01:01.466Z Compiling packed_struct v0.10.1
25952026-03-30T23:01:01.550Z Compiling crc-catalog v2.4.0
25962026-03-30T23:01:01.677Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25972026-03-30T23:01:01.741Z Compiling funty v2.0.0
25982026-03-30T23:01:02.228Z Compiling display-error-chain v0.2.2
25992026-03-30T23:01:02.393Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26002026-03-30T23:01:02.416Z Compiling zerocopy v0.6.6
26012026-03-30T23:01:02.725Z Compiling bitvec v1.0.1
26022026-03-30T23:01:02.870Z Compiling crc v3.4.0
26032026-03-30T23:01:03.209Z Compiling typify-macro v0.4.3
26042026-03-30T23:01:03.231Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
26052026-03-30T23:01:03.634Z Compiling packed_struct_codegen v0.10.1
26062026-03-30T23:01:03.727Z Compiling bitfield-macros v0.19.4
26072026-03-30T23:01:04.216Z Compiling indexmap v1.9.3
26082026-03-30T23:01:04.465Z Compiling nodrop v0.1.14
26092026-03-30T23:01:04.515Z Compiling bitfield v0.19.4
26102026-03-30T23:01:04.561Z Compiling smallvec v0.6.14
26112026-03-30T23:01:04.601Z Compiling array-init v0.0.4
26122026-03-30T23:01:04.716Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26132026-03-30T23:01:04.838Z Compiling num-derive v0.3.3
26142026-03-30T23:01:04.838Z Compiling proc-macro-error-attr2 v2.0.0
26152026-03-30T23:01:04.986Z Compiling hashbrown v0.12.3
26162026-03-30T23:01:05.247Z Compiling proc-macro-error2 v2.0.1
26172026-03-30T23:01:05.568Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26182026-03-30T23:01:05.762Z Compiling libscf-sys v1.1.0
26192026-03-30T23:01:05.937Z Compiling serde-hex v0.1.0
26202026-03-30T23:01:06.143Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26212026-03-30T23:01:06.177Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26222026-03-30T23:01:06.429Z Compiling ron v0.8.1
26232026-03-30T23:01:06.533Z Compiling hashbrown v0.13.2
26242026-03-30T23:01:07.112Z Compiling vergen-gitcl v1.0.8
26252026-03-30T23:01:07.140Z Compiling dirs-sys-next v0.1.2
26262026-03-30T23:01:07.180Z Compiling glob v0.3.3
26272026-03-30T23:01:07.211Z Compiling maplit v1.0.2
26282026-03-30T23:01:07.332Z Compiling diesel_derives v2.3.7
26292026-03-30T23:01:07.353Z Compiling crunchy v0.2.4
26302026-03-30T23:01:07.435Z Compiling crc-any v2.5.0
26312026-03-30T23:01:07.487Z Compiling dirs-next v2.0.0
26322026-03-30T23:01:07.508Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26332026-03-30T23:01:07.549Z Compiling clang-sys v1.8.1
26342026-03-30T23:01:07.600Z Compiling object v0.30.4
26352026-03-30T23:01:07.645Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26362026-03-30T23:01:07.698Z Compiling tabled_derive v0.11.0
26372026-03-30T23:01:07.875Z Compiling typify v0.4.3
26382026-03-30T23:01:07.954Z Compiling papergrid v0.17.0
26392026-03-30T23:01:08.017Z Compiling testing_table v0.3.0
26402026-03-30T23:01:08.089Z Compiling dsl_auto_type v0.2.0
26412026-03-30T23:01:08.204Z Compiling scheduled-thread-pool v0.2.7
26422026-03-30T23:01:08.367Z Compiling diesel_table_macro_syntax v0.3.0
26432026-03-30T23:01:08.456Z Compiling path-slash v0.1.5
26442026-03-30T23:01:08.597Z Compiling tiny-keccak v2.0.2
26452026-03-30T23:01:08.656Z Compiling r2d2 v0.8.10
26462026-03-30T23:01:08.811Z Compiling term v0.7.0
26472026-03-30T23:01:08.898Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26482026-03-30T23:01:08.901Z Compiling arc-swap v1.8.2
26492026-03-30T23:01:08.942Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26502026-03-30T23:01:09.110Z Compiling tabled v0.20.0
26512026-03-30T23:01:09.171Z Compiling bit-vec v0.6.3
26522026-03-30T23:01:09.291Z Compiling downcast-rs v2.0.2
26532026-03-30T23:01:09.338Z Compiling xshell-macros v0.2.7
26542026-03-30T23:01:09.417Z Compiling bit-set v0.5.3
26552026-03-30T23:01:09.434Z Compiling slog-scope v4.4.1
26562026-03-30T23:01:09.456Z Compiling ascii-canvas v3.0.0
26572026-03-30T23:01:09.607Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26582026-03-30T23:01:09.718Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26592026-03-30T23:01:09.738Z Compiling xshell v0.2.7
26602026-03-30T23:01:09.758Z Compiling itertools v0.10.5
26612026-03-30T23:01:09.881Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26622026-03-30T23:01:10.184Z Compiling ena v0.14.4
26632026-03-30T23:01:10.327Z Compiling libloading v0.8.9
26642026-03-30T23:01:10.434Z Compiling unicase v2.9.0
26652026-03-30T23:01:10.565Z Compiling diff v0.1.13
26662026-03-30T23:01:10.741Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26672026-03-30T23:01:10.825Z Compiling regex-syntax v0.6.29
26682026-03-30T23:01:10.853Z Compiling bindgen v0.71.1
26692026-03-30T23:01:11.211Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26702026-03-30T23:01:12.371Z Compiling lalrpop v0.19.12
26712026-03-30T23:01:12.722Z Compiling slog-stdlog v4.1.1
26722026-03-30T23:01:13.193Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26732026-03-30T23:01:13.322Z Compiling diesel v2.3.7
26742026-03-30T23:01:13.618Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26752026-03-30T23:01:13.747Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26762026-03-30T23:01:13.772Z Compiling cexpr v0.6.0
26772026-03-30T23:01:14.269Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26782026-03-30T23:01:14.339Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26792026-03-30T23:01:14.404Z Compiling crc8 v0.1.1
26802026-03-30T23:01:14.543Z Compiling slog-envlogger v2.2.0
26812026-03-30T23:01:14.546Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26822026-03-30T23:01:14.566Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26832026-03-30T23:01:15.099Z Compiling headers-core v0.3.0
26842026-03-30T23:01:15.257Z Compiling libxml v0.3.3
26852026-03-30T23:01:15.500Z Compiling headers v0.4.1
26862026-03-30T23:01:15.659Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26872026-03-30T23:01:15.750Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26882026-03-30T23:01:15.996Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26892026-03-30T23:01:16.148Z Compiling strum_macros v0.24.3
26902026-03-30T23:01:16.492Z Compiling indoc v1.0.9
26912026-03-30T23:01:16.749Z Compiling progenitor-impl v0.10.0
26922026-03-30T23:01:16.879Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26932026-03-30T23:01:16.928Z Compiling derive_builder v0.20.2
26942026-03-30T23:01:16.951Z Compiling oso-derive v0.27.3
26952026-03-30T23:01:17.107Z Compiling quick-xml v0.37.5
26962026-03-30T23:01:17.129Z Compiling impl-trait-for-tuples v0.2.3
26972026-03-30T23:01:17.160Z Compiling half v1.8.3
26982026-03-30T23:01:17.481Z Compiling openssl-probe v0.1.6
26992026-03-30T23:01:17.502Z Compiling serde_cbor v0.11.2
27002026-03-30T23:01:17.659Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27012026-03-30T23:01:18.389Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27022026-03-30T23:01:18.413Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27032026-03-30T23:01:18.525Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27042026-03-30T23:01:18.528Z Compiling bb8 v0.8.6
27052026-03-30T23:01:18.777Z Compiling trait-variant v0.1.2
27062026-03-30T23:01:18.928Z Compiling progenitor-macro v0.10.0
27072026-03-30T23:01:18.995Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27082026-03-30T23:01:19.220Z Compiling samael v0.0.19
27092026-03-30T23:01:19.312Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27102026-03-30T23:01:19.787Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27112026-03-30T23:01:19.809Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27122026-03-30T23:01:19.930Z Compiling polar-core v0.27.3
27132026-03-30T23:01:20.167Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27142026-03-30T23:01:20.353Z Compiling fxhash v0.2.1
27152026-03-30T23:01:20.453Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27162026-03-30T23:01:20.556Z Compiling kstat-rs v0.2.4
27172026-03-30T23:01:20.645Z Compiling libz-sys v1.1.24
27182026-03-30T23:01:20.726Z Compiling nonempty v0.12.0
27192026-03-30T23:01:20.968Z Compiling salty v0.3.0
27202026-03-30T23:01:21.067Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27212026-03-30T23:01:21.191Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27222026-03-30T23:01:21.270Z Compiling progenitor-impl v0.11.2
27232026-03-30T23:01:21.292Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27242026-03-30T23:01:21.441Z Compiling darling_core v0.23.0
27252026-03-30T23:01:22.944Z Compiling progenitor v0.10.0
27262026-03-30T23:01:23.131Z Compiling nanorand v0.7.0
27272026-03-30T23:01:23.446Z Compiling fs-err v2.11.0
27282026-03-30T23:01:23.530Z Compiling parking_lot_core v0.8.6
27292026-03-30T23:01:23.706Z Compiling darling_macro v0.23.0
27302026-03-30T23:01:23.792Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27312026-03-30T23:01:23.812Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27322026-03-30T23:01:23.832Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27332026-03-30T23:01:24.243Z Compiling mime_guess v2.0.5
27342026-03-30T23:01:24.781Z Compiling progenitor-macro v0.11.2
27352026-03-30T23:01:25.497Z Compiling flume v0.11.1
27362026-03-30T23:01:25.931Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27372026-03-30T23:01:26.210Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=b31ba90d14636ef6bba9dbb56d756efa249d4b4e#b31ba90d)
27382026-03-30T23:01:27.287Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27392026-03-30T23:01:28.809Z Compiling oso v0.27.3
27402026-03-30T23:01:30.312Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27412026-03-30T23:01:30.896Z Compiling async-bb8-diesel v0.2.1
27422026-03-30T23:01:30.947Z Compiling diesel-dtrace v0.5.0
27432026-03-30T23:01:31.282Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27442026-03-30T23:01:31.345Z Compiling progenitor-client v0.11.2
27452026-03-30T23:01:31.640Z Compiling git-stub v1.0.0
27462026-03-30T23:01:31.780Z Compiling libgit2-sys v0.18.3+1.9.2
27472026-03-30T23:01:31.932Z Compiling instability v0.3.11
27482026-03-30T23:01:31.956Z Compiling git-stub-vcs v0.1.0
27492026-03-30T23:01:32.216Z Compiling progenitor v0.11.2
27502026-03-30T23:01:32.330Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27512026-03-30T23:01:32.404Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27522026-03-30T23:01:33.239Z Compiling darling v0.23.0
27532026-03-30T23:01:33.943Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27542026-03-30T23:01:33.966Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27552026-03-30T23:01:34.738Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27562026-03-30T23:01:35.024Z Compiling ignore v0.4.25
27572026-03-30T23:01:35.256Z Compiling primeorder v0.13.6
27582026-03-30T23:01:35.584Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-03-30T23:01:35.868Z Compiling castaway v0.2.4
27602026-03-30T23:01:36.030Z Compiling nibble_vec v0.1.0
27612026-03-30T23:01:36.219Z Compiling atty v0.2.14
27622026-03-30T23:01:36.372Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-03-30T23:01:36.610Z Compiling endian-type v0.1.2
27642026-03-30T23:01:36.755Z Compiling parse-size v1.1.0
27652026-03-30T23:01:36.815Z Compiling indoc v2.0.7
27662026-03-30T23:01:36.958Z Compiling http-range v0.1.5
27672026-03-30T23:01:36.979Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27682026-03-30T23:01:37.263Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27692026-03-30T23:01:37.312Z Compiling radix_trie v0.2.1
27702026-03-30T23:01:37.809Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27712026-03-30T23:01:37.829Z Compiling compact_str v0.8.1
27722026-03-30T23:01:37.998Z Compiling globwalk v0.9.1
27732026-03-30T23:01:38.973Z Compiling p384 v0.13.1
27742026-03-30T23:01:39.997Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27752026-03-30T23:01:40.035Z Compiling parking_lot v0.11.2
27762026-03-30T23:01:40.955Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27772026-03-30T23:01:41.100Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27782026-03-30T23:01:41.240Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27792026-03-30T23:01:41.413Z Compiling predicates-tree v1.0.13
27802026-03-30T23:01:41.502Z Compiling unicode-truncate v1.1.0
27812026-03-30T23:01:41.599Z Compiling lru v0.12.5
27822026-03-30T23:01:41.723Z Compiling prefix-trie v0.7.0
27832026-03-30T23:01:41.822Z Compiling vergen-git2 v1.0.7
27842026-03-30T23:01:41.871Z Compiling cassowary v0.3.0
27852026-03-30T23:01:42.101Z Compiling camino-tempfile-ext v0.3.3
27862026-03-30T23:01:42.165Z Compiling hickory-server v0.25.2
27872026-03-30T23:01:42.243Z Compiling ratatui v0.29.0
27882026-03-30T23:01:42.397Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27892026-03-30T23:01:42.749Z Compiling hyper-staticfile v0.10.1
27902026-03-30T23:01:43.444Z Compiling sled v0.34.7
27912026-03-30T23:01:44.347Z Compiling hickory-client v0.25.2
27922026-03-30T23:01:44.465Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27932026-03-30T23:01:44.697Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27942026-03-30T23:01:45.144Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-03-30T23:01:45.189Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27962026-03-30T23:01:45.283Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27972026-03-30T23:01:45.935Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27982026-03-30T23:01:46.083Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27992026-03-30T23:01:46.443Z Compiling rand_seeder v0.4.0
28002026-03-30T23:01:46.615Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
28012026-03-30T23:01:46.715Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-03-30T23:01:46.874Z Compiling lzma-sys v0.1.20
28032026-03-30T23:01:47.196Z Compiling corncobs v0.1.4
28042026-03-30T23:01:47.238Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28052026-03-30T23:01:47.298Z Compiling rustls v0.21.12
28062026-03-30T23:01:47.360Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28072026-03-30T23:01:47.503Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28082026-03-30T23:01:47.525Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28092026-03-30T23:01:47.576Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28102026-03-30T23:01:47.736Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28112026-03-30T23:01:47.841Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28122026-03-30T23:01:48.077Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28132026-03-30T23:01:48.128Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28142026-03-30T23:01:48.510Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28152026-03-30T23:01:49.075Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28162026-03-30T23:01:49.639Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28172026-03-30T23:01:50.907Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28182026-03-30T23:01:51.135Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28192026-03-30T23:01:51.277Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28202026-03-30T23:01:51.361Z Compiling cargo_toml v0.22.3
28212026-03-30T23:01:51.508Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28222026-03-30T23:01:51.542Z Compiling rustls-webpki v0.101.7
28232026-03-30T23:01:52.910Z Compiling sct v0.7.1
28242026-03-30T23:01:53.135Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28252026-03-30T23:01:53.175Z Compiling nix v0.29.0
28262026-03-30T23:01:53.195Z Compiling secrecy v0.8.0
28272026-03-30T23:01:53.257Z Compiling void v1.0.2
28282026-03-30T23:01:53.398Z Compiling lzss v0.8.2
28292026-03-30T23:01:53.591Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28302026-03-30T23:01:53.674Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
28312026-03-30T23:01:53.764Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28322026-03-30T23:01:53.795Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28332026-03-30T23:01:54.270Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28342026-03-30T23:01:54.460Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28352026-03-30T23:01:54.977Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28362026-03-30T23:01:55.076Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28372026-03-30T23:01:55.679Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28382026-03-30T23:01:55.893Z Compiling tungstenite v0.23.0
28392026-03-30T23:01:55.926Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28402026-03-30T23:01:56.151Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28412026-03-30T23:01:56.315Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28422026-03-30T23:01:56.378Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28432026-03-30T23:01:56.546Z Compiling nix v0.27.1
28442026-03-30T23:01:56.610Z Compiling serde_bytes v0.11.19
28452026-03-30T23:01:56.983Z Compiling tokio-tungstenite v0.23.1
28462026-03-30T23:01:57.133Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28472026-03-30T23:01:57.371Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28482026-03-30T23:01:57.419Z Compiling git2 v0.20.4
28492026-03-30T23:01:57.725Z Compiling tokio-rustls v0.24.1
28502026-03-30T23:01:58.045Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28512026-03-30T23:01:58.258Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
28522026-03-30T23:01:58.788Z Compiling xz2 v0.1.7
28532026-03-30T23:01:59.206Z Compiling ron v0.12.0
28542026-03-30T23:02:00.229Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28552026-03-30T23:02:00.400Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28562026-03-30T23:02:00.786Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28572026-03-30T23:02:02.210Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28582026-03-30T23:02:03.039Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28592026-03-30T23:02:03.177Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
28602026-03-30T23:02:04.116Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28612026-03-30T23:02:04.517Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28622026-03-30T23:02:05.020Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28632026-03-30T23:02:05.355Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28642026-03-30T23:02:06.202Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28652026-03-30T23:02:06.733Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28662026-03-30T23:02:07.191Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28672026-03-30T23:02:08.118Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28682026-03-30T23:02:08.642Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28692026-03-30T23:02:09.226Z Compiling rustls-pemfile v1.0.4
28702026-03-30T23:02:09.653Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28712026-03-30T23:02:10.755Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28722026-03-30T23:02:11.076Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28732026-03-30T23:02:11.321Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28742026-03-30T23:02:11.346Z Compiling signal-hook-tokio v0.3.1
28752026-03-30T23:02:11.440Z Compiling twox-hash v2.1.2
28762026-03-30T23:02:11.544Z Compiling yasna v0.5.2
28772026-03-30T23:02:11.566Z Compiling is_ci v1.2.0
28782026-03-30T23:02:11.775Z Compiling base16ct v1.0.0
28792026-03-30T23:02:12.072Z Compiling supports-color v3.0.2
28802026-03-30T23:02:12.138Z Compiling rcgen v0.12.1
28812026-03-30T23:02:12.275Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28822026-03-30T23:02:12.399Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28832026-03-30T23:02:13.048Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28842026-03-30T23:02:13.135Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28852026-03-30T23:02:13.642Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28862026-03-30T23:02:14.552Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28872026-03-30T23:02:14.751Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28882026-03-30T23:02:15.311Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28892026-03-30T23:02:15.701Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28902026-03-30T23:02:16.603Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28912026-03-30T23:02:16.741Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28922026-03-30T23:02:16.981Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28932026-03-30T23:02:17.212Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28942026-03-30T23:02:17.439Z Compiling fatfs v0.3.6
28952026-03-30T23:02:18.565Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28962026-03-30T23:02:18.666Z Compiling subprocess v0.2.15
28972026-03-30T23:02:19.636Z Compiling rtoolbox v0.0.3
28982026-03-30T23:02:19.935Z Compiling assert_matches v1.5.0
28992026-03-30T23:02:20.051Z Compiling seq-macro v0.3.6
29002026-03-30T23:02:20.545Z Compiling rpassword v7.4.0
29012026-03-30T23:02:20.839Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29022026-03-30T23:02:20.876Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29032026-03-30T23:02:22.077Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29042026-03-30T23:02:22.194Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29052026-03-30T23:02:22.931Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29062026-03-30T23:02:23.075Z Compiling tui-tree-widget v0.23.1
29072026-03-30T23:02:23.164Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29082026-03-30T23:02:23.361Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29092026-03-30T23:02:23.890Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29102026-03-30T23:02:24.606Z Compiling uzers v0.12.2
29112026-03-30T23:02:25.884Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29122026-03-30T23:02:26.048Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29132026-03-30T23:02:27.174Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29142026-03-30T23:02:29.716Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29152026-03-30T23:02:30.627Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29162026-03-30T23:02:32.804Z Compiling support-bundle-viewer v0.1.2
29172026-03-30T23:02:33.068Z Compiling multimap v0.10.1
29182026-03-30T23:02:38.359Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29192026-03-30T23:02:50.772Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29202026-03-30T23:02:53.169Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29212026-03-30T23:11:01.460Z Finished `release` profile [optimized] target(s) in 10m 24s
29222026-03-30T23:11:49.381Z
29232026-03-30T23:11:49.381Zreal 11:13.967641720
29242026-03-30T23:11:49.381Zuser 1:19:57.240165662
29252026-03-30T23:11:49.385Zsys 3:24.729870819
29262026-03-30T23:11:49.385Ztrap 1.779213968
29272026-03-30T23:11:49.385Ztflt 2.276299333
29282026-03-30T23:11:49.385Zdflt 15.176665041
29292026-03-30T23:11:49.385Zkflt 0.002523465
29302026-03-30T23:11:49.385Zlock 8:25:19.897979878
29312026-03-30T23:11:49.385Zslp 2:24:03.592783897
29322026-03-30T23:11:49.385Zlat 2:29.620062847
29332026-03-30T23:11:49.385Zstop 5:17.770620605
29342026-03-30T23:11:49.385Z+ mapfile -t packages
29352026-03-30T23:11:49.385Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29362026-03-30T23:11:50.363Z Finished `release` profile [optimized] target(s) in 0.96s
29372026-03-30T23:11:50.443Z Running `target/release/omicron-package -t test list-outputs`
29382026-03-30T23:11:50.500ZLogging to: /work/oxidecomputer/omicron/out/LOG
29392026-03-30T23:11:50.503Z+ ptime -m cargo build --locked --release -p xtask
29402026-03-30T23:11:51.032Z Compiling libc v0.2.180
29412026-03-30T23:11:51.032Z Compiling serde v1.0.228
29422026-03-30T23:11:51.036Z Compiling serde_core v1.0.228
29432026-03-30T23:11:51.036Z Compiling rustix v1.1.3
29442026-03-30T23:11:51.133Z Compiling serde_json v1.0.149
29452026-03-30T23:11:51.143Z Compiling bitflags v2.11.0
29462026-03-30T23:11:51.167Z Compiling num-traits v0.2.19
29472026-03-30T23:11:51.177Z Compiling syn v2.0.117
29482026-03-30T23:11:51.200Z Compiling smallvec v1.15.1
29492026-03-30T23:11:51.203Z Compiling hashbrown v0.16.1
29502026-03-30T23:11:51.221Z Compiling usdt-impl v0.5.0
29512026-03-30T23:11:51.232Z Compiling syn v1.0.109
29522026-03-30T23:11:51.245Z Compiling percent-encoding v2.3.2
29532026-03-30T23:11:51.245Z Compiling getrandom v0.4.1
29542026-03-30T23:11:51.412Z Compiling log v0.4.29
29552026-03-30T23:11:51.523Z Compiling form_urlencoded v1.2.2
29562026-03-30T23:11:51.615Z Compiling fs-err v3.3.0
29572026-03-30T23:11:51.618Z Compiling heck v0.4.1
29582026-03-30T23:11:51.626Z Compiling once_cell v1.21.3
29592026-03-30T23:11:51.637Z Compiling anyhow v1.0.102
29602026-03-30T23:11:51.808Z Compiling indexmap v2.13.0
29612026-03-30T23:11:51.853Z Compiling thread-id v4.2.2
29622026-03-30T23:11:51.887Z Compiling errno v0.3.14
29632026-03-30T23:11:51.911Z Compiling memmap v0.7.0
29642026-03-30T23:11:52.168Z Compiling ordered-float v2.10.1
29652026-03-30T23:11:52.718Z Compiling proc-macro-error v1.0.4
29662026-03-30T23:11:52.881Z Compiling terminal_size v0.4.3
29672026-03-30T23:11:52.881Z Compiling tempfile v3.25.0
29682026-03-30T23:11:52.959Z Compiling tabled_derive v0.7.0
29692026-03-30T23:11:52.980Z Compiling clap_builder v4.5.60
29702026-03-30T23:11:52.980Z Compiling textwrap v0.16.2
29712026-03-30T23:11:53.120Z Compiling camino-tempfile v1.4.1
29722026-03-30T23:11:53.628Z Compiling tabled v0.15.0
29732026-03-30T23:11:53.717Z Compiling synstructure v0.13.2
29742026-03-30T23:11:53.717Z Compiling pest_generator v2.8.6
29752026-03-30T23:11:54.115Z Compiling serde_derive v1.0.228
29762026-03-30T23:11:54.115Z Compiling zerofrom-derive v0.1.6
29772026-03-30T23:11:54.118Z Compiling yoke-derive v0.8.1
29782026-03-30T23:11:54.118Z Compiling zerovec-derive v0.11.2
29792026-03-30T23:11:54.118Z Compiling displaydoc v0.2.5
29802026-03-30T23:11:54.118Z Compiling thiserror-impl v1.0.69
29812026-03-30T23:11:54.118Z Compiling zerocopy-derive v0.7.35
29822026-03-30T23:11:54.118Z Compiling scroll_derive v0.12.1
29832026-03-30T23:11:54.118Z Compiling thiserror-impl v2.0.18
29842026-03-30T23:11:54.246Z Compiling pest_derive v2.8.6
29852026-03-30T23:11:54.366Z Compiling clap_derive v4.5.55
29862026-03-30T23:11:54.772Z Compiling scroll v0.12.0
29872026-03-30T23:11:54.990Z Compiling zerocopy v0.7.35
29882026-03-30T23:11:55.102Z Compiling goblin v0.8.2
29892026-03-30T23:11:55.271Z Compiling thiserror v1.0.69
29902026-03-30T23:11:55.353Z Compiling zerofrom v0.1.6
29912026-03-30T23:11:55.366Z Compiling dtrace-parser v0.2.0
29922026-03-30T23:11:55.449Z Compiling thiserror v2.0.18
29932026-03-30T23:11:55.475Z Compiling yoke v0.8.1
29942026-03-30T23:11:55.690Z Compiling zerovec v0.11.5
29952026-03-30T23:11:55.809Z Compiling zerotrie v0.2.3
29962026-03-30T23:11:55.962Z Compiling clap v4.5.60
29972026-03-30T23:11:56.258Z Compiling tinystr v0.8.2
29982026-03-30T23:11:56.288Z Compiling potential_utf v0.1.4
29992026-03-30T23:11:56.498Z Compiling icu_locale_core v2.1.1
30002026-03-30T23:11:56.510Z Compiling icu_collections v2.1.1
30012026-03-30T23:11:57.240Z Compiling icu_provider v2.1.1
30022026-03-30T23:11:57.391Z Compiling toml_datetime v0.6.11
30032026-03-30T23:11:57.667Z Compiling icu_properties v2.1.2
30042026-03-30T23:11:57.697Z Compiling icu_normalizer v2.1.1
30052026-03-30T23:11:57.750Z Compiling serde_spanned v0.6.9
30062026-03-30T23:11:57.780Z Compiling dof v0.3.0
30072026-03-30T23:11:57.889Z Compiling toml_edit v0.22.27
30082026-03-30T23:11:57.924Z Compiling serde_tokenstream v0.2.3
30092026-03-30T23:11:57.952Z Compiling serde-value v0.7.0
30102026-03-30T23:11:58.056Z Compiling cargo-platform v0.2.0
30112026-03-30T23:11:58.096Z Compiling macaddr v1.0.1
30122026-03-30T23:11:58.582Z Compiling idna_adapter v1.2.1
30132026-03-30T23:11:58.697Z Compiling idna v1.1.0
30142026-03-30T23:11:58.754Z Compiling usdt-attr-macro v0.5.0
30152026-03-30T23:11:58.852Z Compiling usdt-macro v0.5.0
30162026-03-30T23:11:59.143Z Compiling url v2.5.8
30172026-03-30T23:11:59.453Z Compiling toml v0.8.23
30182026-03-30T23:11:59.473Z Compiling usdt v0.5.0
30192026-03-30T23:11:59.887Z Compiling cargo-util-schemas v0.8.2
30202026-03-30T23:11:59.887Z Compiling cargo_toml v0.21.0
30212026-03-30T23:12:00.947Z Compiling cargo_metadata v0.21.0
30222026-03-30T23:12:03.983Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30232026-03-30T23:12:06.974Z Finished `release` profile [optimized] target(s) in 16.52s
30242026-03-30T23:12:07.137Z
30252026-03-30T23:12:07.137Zreal 16.658143930
30262026-03-30T23:12:07.137Zuser 2:22.709052984
30272026-03-30T23:12:07.137Zsys 16.701877068
30282026-03-30T23:12:07.137Ztrap 0.079944860
30292026-03-30T23:12:07.140Ztflt 0.711458544
30302026-03-30T23:12:07.140Zdflt 1.313634564
30312026-03-30T23:12:07.141Zkflt 0.000025339
30322026-03-30T23:12:07.141Zlock 5:18.257401281
30332026-03-30T23:12:07.141Zslp 3:26.387650400
30342026-03-30T23:12:07.141Zlat 5.171133263
30352026-03-30T23:12:07.141Zstop 19.567174095
30362026-03-30T23:12:07.141Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30372026-03-30T23:12:07.141Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30382026-03-30T23:12:07.141Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30392026-03-30T23:12:07.141Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30402026-03-30T23:12:07.141Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30412026-03-30T23:12:08.096Z Compiling regress v0.10.5
30422026-03-30T23:12:08.099Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30432026-03-30T23:12:08.099Z Compiling serde_spanned v1.0.4
30442026-03-30T23:12:08.099Z Compiling toml_writer v1.0.6+spec-1.1.0
30452026-03-30T23:12:08.242Z Compiling newtype-uuid-macros v0.1.0
30462026-03-30T23:12:08.245Z Compiling progenitor-client v0.13.0
30472026-03-30T23:12:08.258Z Compiling structmeta-derive v0.3.0
30482026-03-30T23:12:08.261Z Compiling rustls v0.22.4
30492026-03-30T23:12:08.274Z Compiling rustls-webpki v0.102.8
30502026-03-30T23:12:08.277Z Compiling multer v3.1.0
30512026-03-30T23:12:08.277Z Compiling debug-ignore v1.0.5
30522026-03-30T23:12:08.308Z Compiling match_cfg v0.1.0
30532026-03-30T23:12:08.311Z Compiling slog-json v2.6.1
30542026-03-30T23:12:08.311Z Compiling async-stream-impl v0.3.6
30552026-03-30T23:12:08.311Z Compiling dropshot v0.16.7
30562026-03-30T23:12:08.311Z Compiling itertools v0.14.0
30572026-03-30T23:12:08.428Z Compiling hostname v0.3.1
30582026-03-30T23:12:08.477Z Compiling waitgroup v0.1.2
30592026-03-30T23:12:08.584Z Compiling rustls-pemfile v2.2.0
30602026-03-30T23:12:08.603Z Compiling slog-bunyan v2.5.0
30612026-03-30T23:12:08.626Z Compiling dropshot_endpoint v0.16.7
30622026-03-30T23:12:08.655Z Compiling hostname v0.4.2
30632026-03-30T23:12:08.673Z Compiling toml v0.9.12+spec-1.1.0
30642026-03-30T23:12:08.690Z Compiling serde_path_to_error v0.1.20
30652026-03-30T23:12:08.712Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30662026-03-30T23:12:08.765Z Compiling macaddr v1.0.1
30672026-03-30T23:12:08.819Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30682026-03-30T23:12:08.823Z Compiling progenitor-client v0.10.0
30692026-03-30T23:12:08.897Z Compiling instant v0.1.13
30702026-03-30T23:12:08.915Z Compiling backon v1.6.0
30712026-03-30T23:12:09.007Z Compiling async-stream v0.3.6
30722026-03-30T23:12:09.024Z Compiling backoff v0.4.0
30732026-03-30T23:12:09.028Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30742026-03-30T23:12:09.060Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30752026-03-30T23:12:09.064Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30762026-03-30T23:12:09.141Z Compiling progenitor-extras v0.1.1
30772026-03-30T23:12:09.145Z Compiling crucible-workspace-hack v0.1.0
30782026-03-30T23:12:09.203Z Compiling toml v0.8.23
30792026-03-30T23:12:09.236Z Compiling universal-hash v0.5.1
30802026-03-30T23:12:09.236Z Compiling unsafe-libyaml v0.2.11
30812026-03-30T23:12:09.266Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30822026-03-30T23:12:09.273Z Compiling opaque-debug v0.3.1
30832026-03-30T23:12:09.355Z Compiling half v2.7.1
30842026-03-30T23:12:09.372Z Compiling structmeta v0.3.0
30852026-03-30T23:12:09.409Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30862026-03-30T23:12:09.428Z Compiling ciborium-io v0.2.2
30872026-03-30T23:12:09.463Z Compiling convert_case v0.4.0
30882026-03-30T23:12:09.467Z Compiling aead v0.5.2
30892026-03-30T23:12:09.521Z Compiling secrecy v0.10.3
30902026-03-30T23:12:09.562Z Compiling poly1305 v0.8.0
30912026-03-30T23:12:09.632Z Compiling derive-ex v0.1.8
30922026-03-30T23:12:09.689Z Compiling parse-display-derive v0.10.0
30932026-03-30T23:12:09.707Z Compiling ciborium-ll v0.2.2
30942026-03-30T23:12:09.710Z Compiling chacha20 v0.9.1
30952026-03-30T23:12:09.710Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
30962026-03-30T23:12:09.756Z Compiling typify-impl v0.6.1
30972026-03-30T23:12:09.809Z Compiling serde_yaml v0.9.34+deprecated
30982026-03-30T23:12:09.858Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30992026-03-30T23:12:09.896Z Compiling derive_more v0.99.20
31002026-03-30T23:12:09.948Z Compiling ciborium v0.2.2
31012026-03-30T23:12:10.013Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31022026-03-30T23:12:10.017Z Compiling thiserror-impl-no-std v2.0.2
31032026-03-30T23:12:10.017Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31042026-03-30T23:12:10.062Z Compiling byte-wrapper v0.1.0
31052026-03-30T23:12:10.249Z Compiling password-hash v0.5.0
31062026-03-30T23:12:10.265Z Compiling blake2 v0.10.6
31072026-03-30T23:12:10.347Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31082026-03-30T23:12:10.400Z Compiling chacha20poly1305 v0.10.1
31092026-03-30T23:12:10.429Z Compiling indent_write v2.2.0
31102026-03-30T23:12:10.432Z Compiling toml_edit v0.23.10+spec-1.0.0
31112026-03-30T23:12:10.550Z Compiling argon2 v0.5.3
31122026-03-30T23:12:10.574Z Compiling heapless v0.8.0
31132026-03-30T23:12:10.604Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31142026-03-30T23:12:10.704Z Compiling ingot-macros v0.1.1
31152026-03-30T23:12:10.839Z Compiling tokio-rustls v0.25.0
31162026-03-30T23:12:10.891Z Compiling tabwriter v1.4.1
31172026-03-30T23:12:11.105Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31182026-03-30T23:12:11.149Z Compiling proc-macro-crate v3.4.0
31192026-03-30T23:12:11.255Z Compiling thiserror-no-std v2.0.2
31202026-03-30T23:12:11.324Z Compiling hash32 v0.3.1
31212026-03-30T23:12:11.376Z Compiling vsss-rs v3.3.4
31222026-03-30T23:12:11.406Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31232026-03-30T23:12:11.446Z Compiling test-strategy v0.4.5
31242026-03-30T23:12:11.463Z Compiling smoltcp v0.11.0
31252026-03-30T23:12:11.535Z Compiling parse-display v0.10.0
31262026-03-30T23:12:11.571Z Compiling cobs v0.3.0
31272026-03-30T23:12:11.643Z Compiling foreign-types-macros v0.2.3
31282026-03-30T23:12:11.715Z Compiling num_enum_derive v0.7.5
31292026-03-30T23:12:11.777Z Compiling cpufeatures v0.3.0
31302026-03-30T23:12:11.794Z Compiling foreign-types-shared v0.3.1
31312026-03-30T23:12:11.863Z Compiling colored v3.1.1
31322026-03-30T23:12:11.879Z Compiling chacha20 v0.10.0
31332026-03-30T23:12:11.879Z Compiling postcard v1.1.3
31342026-03-30T23:12:12.054Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31352026-03-30T23:12:12.235Z Compiling proc-macro-crate v1.3.1
31362026-03-30T23:12:12.253Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31372026-03-30T23:12:12.257Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31382026-03-30T23:12:12.289Z Compiling foreign-types v0.5.0
31392026-03-30T23:12:12.323Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31402026-03-30T23:12:12.339Z Compiling cstr-argument v0.1.2
31412026-03-30T23:12:12.395Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31422026-03-30T23:12:12.425Z Compiling rand v0.10.0
31432026-03-30T23:12:12.520Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31442026-03-30T23:12:12.563Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31452026-03-30T23:12:12.590Z Compiling num-rational v0.4.2
31462026-03-30T23:12:12.625Z Compiling num-complex v0.4.6
31472026-03-30T23:12:12.648Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31482026-03-30T23:12:12.681Z Compiling num_enum_derive v0.5.11
31492026-03-30T23:12:12.721Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31502026-03-30T23:12:12.793Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31512026-03-30T23:12:12.830Z Compiling num_enum v0.7.5
31522026-03-30T23:12:12.868Z Compiling prettyplease v0.2.37
31532026-03-30T23:12:12.942Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31542026-03-30T23:12:12.978Z Compiling num v0.4.3
31552026-03-30T23:12:12.996Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31562026-03-30T23:12:13.011Z Compiling camino-tempfile v1.4.1
31572026-03-30T23:12:13.040Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31582026-03-30T23:12:13.080Z Compiling float-ord v0.3.2
31592026-03-30T23:12:13.176Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31602026-03-30T23:12:13.202Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31612026-03-30T23:12:13.224Z Compiling smf v0.2.3
31622026-03-30T23:12:13.273Z Compiling num-derive v0.4.2
31632026-03-30T23:12:13.351Z Compiling sigpipe v0.1.3
31642026-03-30T23:12:13.369Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31652026-03-30T23:12:13.411Z Compiling glob v0.3.3
31662026-03-30T23:12:13.440Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
31672026-03-30T23:12:13.467Z Compiling whoami v1.6.1
31682026-03-30T23:12:13.585Z Compiling gethostname v0.5.0
31692026-03-30T23:12:13.618Z Compiling ingot-types v0.1.2
31702026-03-30T23:12:13.641Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31712026-03-30T23:12:13.685Z Compiling usdt-macro v0.5.0
31722026-03-30T23:12:13.709Z Compiling usdt-attr-macro v0.5.0
31732026-03-30T23:12:13.730Z Compiling derive-where v1.6.0
31742026-03-30T23:12:13.759Z Compiling num_enum v0.5.11
31752026-03-30T23:12:13.775Z Compiling memmap v0.7.0
31762026-03-30T23:12:13.794Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31772026-03-30T23:12:13.812Z Compiling atomicwrites v0.4.4
31782026-03-30T23:12:13.832Z Compiling cancel-safe-futures v0.1.5
31792026-03-30T23:12:13.901Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31802026-03-30T23:12:13.952Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31812026-03-30T23:12:13.991Z Compiling ingot v0.1.1
31822026-03-30T23:12:14.044Z Compiling owo-colors v4.3.0
31832026-03-30T23:12:14.061Z Compiling libsw-core v0.3.2
31842026-03-30T23:12:14.104Z Compiling async-recursion v1.1.1
31852026-03-30T23:12:14.275Z Compiling resolv-conf v0.7.6
31862026-03-30T23:12:14.279Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31872026-03-30T23:12:14.307Z Compiling libsw v3.5.0
31882026-03-30T23:12:14.311Z Compiling typify-macro v0.6.1
31892026-03-30T23:12:14.491Z Compiling typify-impl v0.4.3
31902026-03-30T23:12:14.516Z Compiling linear-map v1.2.0
31912026-03-30T23:12:14.540Z Compiling libefi-sys v0.1.0
31922026-03-30T23:12:14.559Z Compiling usdt v0.5.0
31932026-03-30T23:12:14.689Z Compiling hickory-proto v0.24.4
31942026-03-30T23:12:14.727Z Compiling newline-converter v0.3.0
31952026-03-30T23:12:14.746Z Compiling console v0.15.11
31962026-03-30T23:12:14.763Z Compiling bitfield-struct v0.6.2
31972026-03-30T23:12:14.763Z Compiling semver v0.1.20
31982026-03-30T23:12:14.850Z Compiling linked-hash-map v0.5.6
31992026-03-30T23:12:14.882Z Compiling pin-project-internal v1.1.11
32002026-03-30T23:12:14.913Z Compiling slog-dtrace v0.3.0
32012026-03-30T23:12:15.062Z Compiling lru-cache v0.1.2
32022026-03-30T23:12:15.094Z Compiling expectorate v1.2.0
32032026-03-30T23:12:15.098Z Compiling rustc_version v0.1.7
32042026-03-30T23:12:15.144Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32052026-03-30T23:12:15.170Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32062026-03-30T23:12:15.216Z Compiling minimal-lexical v0.2.1
32072026-03-30T23:12:15.287Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32082026-03-30T23:12:15.304Z Compiling tokio-dtrace v0.1.1
32092026-03-30T23:12:15.318Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32102026-03-30T23:12:15.366Z Compiling phf_shared v0.12.1
32112026-03-30T23:12:15.381Z Compiling newtype_derive v0.1.6
32122026-03-30T23:12:15.464Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32132026-03-30T23:12:15.508Z Compiling nom v7.1.3
32142026-03-30T23:12:15.524Z Compiling dropshot-api-manager-types v0.6.0
32152026-03-30T23:12:15.581Z Compiling pem v3.0.6
32162026-03-30T23:12:15.600Z Compiling snafu-derive v0.8.9
32172026-03-30T23:12:15.618Z Compiling csv-core v0.1.13
32182026-03-30T23:12:15.784Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32192026-03-30T23:12:15.889Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32202026-03-30T23:12:15.899Z Compiling base64 v0.21.7
32212026-03-30T23:12:15.938Z Compiling chrono-tz v0.10.4
32222026-03-30T23:12:15.962Z Compiling highway v1.3.0
32232026-03-30T23:12:15.996Z Compiling same-file v1.0.6
32242026-03-30T23:12:16.133Z Compiling xshell-macros v0.2.7
32252026-03-30T23:12:16.151Z Compiling pin-project v1.1.11
32262026-03-30T23:12:16.172Z Compiling typify v0.6.1
32272026-03-30T23:12:16.219Z Compiling walkdir v2.5.0
32282026-03-30T23:12:16.261Z Compiling const_format_proc_macros v0.2.34
32292026-03-30T23:12:16.279Z Compiling csv v1.4.0
32302026-03-30T23:12:16.312Z Compiling progenitor-impl v0.13.0
32312026-03-30T23:12:16.353Z Compiling phf v0.12.1
32322026-03-30T23:12:16.396Z Compiling oxide-tokio-rt v0.1.3
32332026-03-30T23:12:16.563Z Compiling xshell v0.2.7
32342026-03-30T23:12:16.581Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32352026-03-30T23:12:16.584Z Compiling globset v0.4.18
32362026-03-30T23:12:16.845Z Compiling hickory-resolver v0.24.4
32372026-03-30T23:12:16.865Z Compiling olpc-cjson v0.1.4
32382026-03-30T23:12:16.891Z Compiling primeorder v0.13.6
32392026-03-30T23:12:16.925Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32402026-03-30T23:12:16.947Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32412026-03-30T23:12:17.068Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32422026-03-30T23:12:17.107Z Compiling serde_plain v1.0.2
32432026-03-30T23:12:17.132Z Compiling typed-path v0.9.3
32442026-03-30T23:12:17.184Z Compiling const_format v0.2.35
32452026-03-30T23:12:17.231Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32462026-03-30T23:12:17.363Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32472026-03-30T23:12:17.468Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32482026-03-30T23:12:17.488Z Compiling tabled_derive v0.7.0
32492026-03-30T23:12:17.536Z Compiling bcs v0.1.6
32502026-03-30T23:12:17.616Z Compiling snafu v0.8.9
32512026-03-30T23:12:17.880Z Compiling qorb v0.4.1
32522026-03-30T23:12:17.977Z Compiling salty v0.3.0
32532026-03-30T23:12:18.002Z Compiling utf-8 v0.7.6
32542026-03-30T23:12:18.019Z Compiling tough v0.20.0
32552026-03-30T23:12:18.071Z Compiling termtree v0.5.1
32562026-03-30T23:12:18.211Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32572026-03-30T23:12:18.247Z Compiling radium v0.7.0
32582026-03-30T23:12:18.265Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32592026-03-30T23:12:18.398Z Compiling textwrap v0.16.2
32602026-03-30T23:12:18.443Z Compiling tungstenite v0.21.0
32612026-03-30T23:12:18.484Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32622026-03-30T23:12:18.501Z Compiling tabled v0.15.0
32632026-03-30T23:12:18.573Z Compiling steno v0.4.1
32642026-03-30T23:12:18.669Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32652026-03-30T23:12:18.724Z Compiling humantime v2.3.0
32662026-03-30T23:12:18.825Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32672026-03-30T23:12:18.846Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32682026-03-30T23:12:18.901Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32692026-03-30T23:12:19.015Z Compiling progenitor-macro v0.13.0
32702026-03-30T23:12:19.032Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32712026-03-30T23:12:19.117Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32722026-03-30T23:12:19.143Z Compiling typify-macro v0.4.3
32732026-03-30T23:12:19.160Z Compiling tap v1.0.1
32742026-03-30T23:12:19.304Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32752026-03-30T23:12:19.338Z Compiling maybe-uninit v2.0.0
32762026-03-30T23:12:19.455Z Compiling wyz v0.5.1
32772026-03-30T23:12:19.526Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32782026-03-30T23:12:19.738Z Compiling tokio-tungstenite v0.21.0
32792026-03-30T23:12:19.754Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32802026-03-30T23:12:20.096Z Compiling p384 v0.13.1
32812026-03-30T23:12:20.146Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32822026-03-30T23:12:20.392Z Compiling arc-swap v1.8.2
32832026-03-30T23:12:20.437Z Compiling packed_struct v0.10.1
32842026-03-30T23:12:20.634Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32852026-03-30T23:12:20.711Z Compiling funty v2.0.0
32862026-03-30T23:12:20.730Z Compiling tagptr v0.2.0
32872026-03-30T23:12:20.775Z Compiling slog-scope v4.4.1
32882026-03-30T23:12:20.901Z Compiling moka v0.12.13
32892026-03-30T23:12:20.917Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32902026-03-30T23:12:20.967Z Compiling typify v0.4.3
32912026-03-30T23:12:21.038Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32922026-03-30T23:12:21.060Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32932026-03-30T23:12:21.107Z Compiling progenitor-impl v0.10.0
32942026-03-30T23:12:21.124Z Compiling bitvec v1.0.1
32952026-03-30T23:12:21.177Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32962026-03-30T23:12:21.210Z Compiling polyval v0.6.2
32972026-03-30T23:12:21.331Z Compiling packed_struct_codegen v0.10.1
32982026-03-30T23:12:21.469Z Compiling bitfield-macros v0.19.4
32992026-03-30T23:12:21.537Z Compiling zerocopy-derive v0.6.6
33002026-03-30T23:12:21.728Z Compiling proc-macro-error-attr2 v2.0.0
33012026-03-30T23:12:22.038Z Compiling indexmap v1.9.3
33022026-03-30T23:12:22.118Z Compiling nodrop v0.1.14
33032026-03-30T23:12:22.156Z Compiling parking_lot_core v0.8.6
33042026-03-30T23:12:22.175Z Compiling crc-catalog v2.4.0
33052026-03-30T23:12:22.197Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33062026-03-30T23:12:22.244Z Compiling array-init v0.0.4
33072026-03-30T23:12:22.264Z Compiling bitfield v0.19.4
33082026-03-30T23:12:22.301Z Compiling crc v3.4.0
33092026-03-30T23:12:22.322Z Compiling proc-macro-error2 v2.0.1
33102026-03-30T23:12:22.447Z Compiling zerocopy v0.6.6
33112026-03-30T23:12:22.482Z Compiling hickory-resolver v0.25.2
33122026-03-30T23:12:22.482Z Compiling ghash v0.5.1
33132026-03-30T23:12:22.519Z Compiling smallvec v0.6.14
33142026-03-30T23:12:22.536Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33152026-03-30T23:12:22.596Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33162026-03-30T23:12:22.617Z Compiling slog-stdlog v4.1.1
33172026-03-30T23:12:22.636Z Compiling git-stub v1.0.0
33182026-03-30T23:12:22.657Z Compiling num-derive v0.3.3
33192026-03-30T23:12:22.676Z Compiling ctr v0.9.2
33202026-03-30T23:12:22.753Z Compiling lzma-sys v0.1.20
33212026-03-30T23:12:22.794Z Compiling hashbrown v0.12.3
33222026-03-30T23:12:22.811Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33232026-03-30T23:12:22.860Z Compiling unicase v2.9.0
33242026-03-30T23:12:22.901Z Compiling aes-gcm v0.10.3
33252026-03-30T23:12:22.945Z Compiling git-stub-vcs v0.1.0
33262026-03-30T23:12:23.059Z Compiling slog-envlogger v2.2.0
33272026-03-30T23:12:23.092Z Compiling mime_guess v2.0.5
33282026-03-30T23:12:23.116Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33292026-03-30T23:12:23.209Z Compiling serde-hex v0.1.0
33302026-03-30T23:12:23.332Z Compiling tabled_derive v0.11.0
33312026-03-30T23:12:23.600Z Compiling libscf-sys v1.1.0
33322026-03-30T23:12:23.617Z Compiling progenitor-impl v0.11.2
33332026-03-30T23:12:23.662Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33342026-03-30T23:12:23.686Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33352026-03-30T23:12:23.703Z Compiling ron v0.8.1
33362026-03-30T23:12:23.718Z Compiling papergrid v0.17.0
33372026-03-30T23:12:23.775Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
33382026-03-30T23:12:23.791Z Compiling progenitor-macro v0.10.0
33392026-03-30T23:12:23.887Z Compiling cargo_toml v0.22.3
33402026-03-30T23:12:24.092Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33412026-03-30T23:12:24.214Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33422026-03-30T23:12:24.231Z Compiling progenitor v0.13.0
33432026-03-30T23:12:24.272Z Compiling hashbrown v0.13.2
33442026-03-30T23:12:24.406Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33452026-03-30T23:12:24.425Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33462026-03-30T23:12:24.544Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33472026-03-30T23:12:24.699Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33482026-03-30T23:12:24.784Z Compiling testing_table v0.3.0
33492026-03-30T23:12:24.829Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33502026-03-30T23:12:25.005Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33512026-03-30T23:12:25.047Z Compiling ssh-encoding v0.2.0
33522026-03-30T23:12:25.088Z Compiling blowfish v0.9.1
33532026-03-30T23:12:25.223Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33542026-03-30T23:12:25.259Z Compiling nibble_vec v0.1.0
33552026-03-30T23:12:25.358Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33562026-03-30T23:12:25.377Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33572026-03-30T23:12:25.426Z Compiling endian-type v0.1.2
33582026-03-30T23:12:25.575Z Compiling crc-any v2.5.0
33592026-03-30T23:12:25.593Z Compiling corncobs v0.1.4
33602026-03-30T23:12:25.630Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33612026-03-30T23:12:25.670Z Compiling radix_trie v0.2.1
33622026-03-30T23:12:25.687Z Compiling ssh-cipher v0.2.0
33632026-03-30T23:12:25.805Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33642026-03-30T23:12:25.842Z Compiling bcrypt-pbkdf v0.10.0
33652026-03-30T23:12:25.864Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33662026-03-30T23:12:25.992Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33672026-03-30T23:12:26.010Z Compiling tabled v0.20.0
33682026-03-30T23:12:26.205Z Compiling object v0.30.4
33692026-03-30T23:12:26.312Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33702026-03-30T23:12:26.332Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33712026-03-30T23:12:26.368Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33722026-03-30T23:12:26.407Z Compiling progenitor-macro v0.11.2
33732026-03-30T23:12:26.666Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33742026-03-30T23:12:26.852Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6)
33752026-03-30T23:12:27.064Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33762026-03-30T23:12:27.299Z Compiling parking_lot v0.11.2
33772026-03-30T23:12:27.398Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33782026-03-30T23:12:27.422Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33792026-03-30T23:12:27.717Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33802026-03-30T23:12:27.879Z Compiling progenitor-client v0.11.2
33812026-03-30T23:12:27.880Z Compiling prefix-trie v0.7.0
33822026-03-30T23:12:27.959Z Compiling password-hash v0.4.2
33832026-03-30T23:12:28.048Z Compiling fxhash v0.2.1
33842026-03-30T23:12:28.219Z Compiling secrecy v0.8.0
33852026-03-30T23:12:28.252Z Compiling half v1.8.3
33862026-03-30T23:12:28.304Z Compiling http-range v0.1.5
33872026-03-30T23:12:28.385Z Compiling path-slash v0.1.5
33882026-03-30T23:12:28.458Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33892026-03-30T23:12:28.501Z Compiling serde_cbor v0.11.2
33902026-03-30T23:12:28.524Z Compiling hickory-server v0.25.2
33912026-03-30T23:12:28.555Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33922026-03-30T23:12:28.571Z Compiling pbkdf2 v0.11.0
33932026-03-30T23:12:28.821Z Compiling sled v0.34.7
33942026-03-30T23:12:28.891Z Compiling progenitor v0.10.0
33952026-03-30T23:12:29.078Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9)
33962026-03-30T23:12:29.121Z Compiling ron v0.12.0
33972026-03-30T23:12:29.198Z Compiling xz2 v0.1.7
33982026-03-30T23:12:29.494Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33992026-03-30T23:12:29.921Z Compiling ssh-key v0.6.7
34002026-03-30T23:12:30.032Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34012026-03-30T23:12:30.084Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34022026-03-30T23:12:30.151Z Compiling hickory-client v0.25.2
34032026-03-30T23:12:30.466Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34042026-03-30T23:12:30.491Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34052026-03-30T23:12:30.551Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
34062026-03-30T23:12:30.609Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34072026-03-30T23:12:30.816Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34082026-03-30T23:12:31.104Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34092026-03-30T23:12:31.131Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34102026-03-30T23:12:31.398Z Compiling p256 v0.13.2
34112026-03-30T23:12:31.402Z Compiling p521 v0.13.3
34122026-03-30T23:12:31.448Z Compiling yasna v0.5.2
34132026-03-30T23:12:31.510Z Compiling progenitor v0.11.2
34142026-03-30T23:12:31.547Z Compiling kstat-rs v0.2.4
34152026-03-30T23:12:31.661Z Compiling headers-core v0.3.0
34162026-03-30T23:12:31.700Z Compiling nanorand v0.7.0
34172026-03-30T23:12:31.716Z Compiling russh-cryptovec v0.7.3
34182026-03-30T23:12:31.740Z Compiling atty v0.2.14
34192026-03-30T23:12:31.798Z Compiling md5 v0.7.0
34202026-03-30T23:12:31.815Z Compiling base16ct v1.0.0
34212026-03-30T23:12:31.870Z Compiling home v0.5.12
34222026-03-30T23:12:31.888Z Compiling crc8 v0.1.1
34232026-03-30T23:12:31.910Z Compiling flume v0.11.1
34242026-03-30T23:12:31.934Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34252026-03-30T23:12:31.954Z Compiling rcgen v0.12.1
34262026-03-30T23:12:32.017Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34272026-03-30T23:12:32.036Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
34282026-03-30T23:12:32.074Z Compiling headers v0.4.1
34292026-03-30T23:12:32.103Z Compiling russh-keys v0.45.0
34302026-03-30T23:12:32.123Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34312026-03-30T23:12:32.258Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34322026-03-30T23:12:32.412Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34332026-03-30T23:12:32.439Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34342026-03-30T23:12:32.640Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34352026-03-30T23:12:32.682Z Compiling hyper-staticfile v0.10.1
34362026-03-30T23:12:32.773Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34372026-03-30T23:12:32.859Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34382026-03-30T23:12:32.888Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34392026-03-30T23:12:32.967Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34402026-03-30T23:12:33.223Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34412026-03-30T23:12:33.255Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34422026-03-30T23:12:33.470Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34432026-03-30T23:12:33.557Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34442026-03-30T23:12:33.579Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34452026-03-30T23:12:33.682Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34462026-03-30T23:12:33.706Z Compiling num-bigint v0.4.6
34472026-03-30T23:12:33.872Z Compiling des v0.8.1
34482026-03-30T23:12:33.978Z Compiling subprocess v0.2.15
34492026-03-30T23:12:34.045Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34502026-03-30T23:12:34.094Z Compiling display-error-chain v0.2.2
34512026-03-30T23:12:34.120Z Compiling hex-literal v0.4.1
34522026-03-30T23:12:34.699Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34532026-03-30T23:12:34.704Z Compiling colored v2.2.0
34542026-03-30T23:12:34.704Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34552026-03-30T23:12:34.704Z Compiling socket2 v0.5.10
34562026-03-30T23:12:34.704Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34572026-03-30T23:12:34.704Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34582026-03-30T23:12:34.705Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34592026-03-30T23:12:34.720Z Compiling internet-checksum v0.2.1
34602026-03-30T23:12:34.883Z Compiling russh v0.45.0
34612026-03-30T23:12:37.363Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34622026-03-30T23:12:38.046Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34632026-03-30T23:12:38.406Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34642026-03-30T23:12:38.576Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34652026-03-30T23:12:46.094Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34662026-03-30T23:12:46.094Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34672026-03-30T23:12:46.094Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34682026-03-30T23:12:46.098Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34692026-03-30T23:12:47.792Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34702026-03-30T23:12:47.922Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34712026-03-30T23:12:52.076Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34722026-03-30T23:13:11.633Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34732026-03-30T23:13:29.507Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s
34742026-03-30T23:13:29.735Z
34752026-03-30T23:13:29.735Zreal 1:22.829336595
34762026-03-30T23:13:29.735Zuser 8:17.564731001
34772026-03-30T23:13:29.735Zsys 1:40.261283938
34782026-03-30T23:13:29.735Ztrap 0.265065243
34792026-03-30T23:13:29.735Ztflt 0.471804409
34802026-03-30T23:13:29.735Zdflt 1.593276073
34812026-03-30T23:13:29.739Zkflt 0.000332277
34822026-03-30T23:13:29.739Zlock 29:43.265966684
34832026-03-30T23:13:29.739Zslp 19:24.262028548
34842026-03-30T23:13:29.739Zlat 41.741461877
34852026-03-30T23:13:29.739Zstop 2:50.544037499
34862026-03-30T23:13:29.739Z+ mkdir tests
34872026-03-30T23:13:29.742Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34882026-03-30T23:13:29.742Z+ xargs -I '{}' -t cp '{}' tests/
34892026-03-30T23:13:29.770Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-2a90c53dd433ac59 tests/
34902026-03-30T23:13:29.790Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ae677418c16c6843 tests/
34912026-03-30T23:13:29.812Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-bc7afc413043124b tests/
34922026-03-30T23:13:29.851Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e50494250465b102 tests/
34932026-03-30T23:13:30.047Z+ 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/*)
34942026-03-30T23:13:30.051Z+ 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-ae677418c16c6843 tests/commtest-bc7afc413043124b tests/dhcp_server-2a90c53dd433ac59 tests/end_to_end_tests-e50494250465b102 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
34952026-03-30T23:14:52.480ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34962026-03-30T23:14:52.480Za .github/buildomat/ci-env.sh 1K
34972026-03-30T23:14:52.480Za out/target/test 1K
34982026-03-30T23:14:52.480Za out/npuzone/npuzone 27402K
34992026-03-30T23:14:52.480Za package-manifest.toml 35K
35002026-03-30T23:14:52.480Za smf/sled-agent/non-gimlet/config.toml 6K
35012026-03-30T23:14:52.480Za target/release/omicron-package 45889K
35022026-03-30T23:14:52.480Za target/release/xtask 11439K
35032026-03-30T23:14:52.481Za target/debug/bootstrap 338873K
35042026-03-30T23:14:52.481Za tests/bootstrap-ae677418c16c6843 31310K
35052026-03-30T23:14:52.481Za tests/commtest-bc7afc413043124b 32395K
35062026-03-30T23:14:52.481Za tests/dhcp_server-2a90c53dd433ac59 31310K
35072026-03-30T23:14:52.481Za tests/end_to_end_tests-e50494250465b102 381093K
35082026-03-30T23:14:52.481Za out/clickhouse.tar.gz 309555K
35092026-03-30T23:14:52.481Za out/clickhouse_keeper.tar.gz 294983K
35102026-03-30T23:14:52.481Za out/clickhouse_server.tar.gz 309554K
35112026-03-30T23:14:52.481Za out/cockroachdb.tar.gz 157697K
35122026-03-30T23:14:52.481Za out/crucible-pantry-zone.tar.gz 40487K
35132026-03-30T23:14:52.481Za out/crucible-utils.tar 17744K
35142026-03-30T23:14:52.481Za out/crucible-zone.tar.gz 54625K
35152026-03-30T23:14:52.481Za out/external-dns.tar.gz 45165K
35162026-03-30T23:14:52.481Za out/internal-dns.tar.gz 45165K
35172026-03-30T23:14:52.481Za out/mg-ddm-gz.tar 78377K
35182026-03-30T23:14:52.481Za out/nexus.tar.gz 215941K
35192026-03-30T23:14:52.481Za out/ntp.tar.gz 26953K
35202026-03-30T23:14:52.481Za out/omicron-gateway-softnpu.tar.gz 28467K
35212026-03-30T23:14:52.481Za out/omicron-sled-agent.tar 195311K
35222026-03-30T23:14:52.481Za out/overlay.tar.gz 3K
35232026-03-30T23:14:52.481Za out/oximeter.tar.gz 59797K
35242026-03-30T23:14:52.481Za out/oxlog.tar 3782K
35252026-03-30T23:14:52.481Za out/probe.tar.gz 3037K
35262026-03-30T23:14:52.481Za out/propolis-server.tar.gz 33249K
35272026-03-30T23:14:52.481Za out/pumpkind-gz.tar 26647K
35282026-03-30T23:14:52.481Za out/switch-softnpu.tar.gz 371184K
35292026-03-30T23:14:52.505Z
35302026-03-30T23:14:52.505Zreal 1:22.726486177
35312026-03-30T23:14:52.505Zuser 1:20.135908123
35322026-03-30T23:14:52.505Zsys 4.304087792
35332026-03-30T23:14:52.505Ztrap 0.006745695
35342026-03-30T23:14:52.505Ztflt 0.000000000
35352026-03-30T23:14:52.505Zdflt 0.000000000
35362026-03-30T23:14:52.505Zkflt 0.000000000
35372026-03-30T23:14:52.505Zlock 0.000000000
35382026-03-30T23:14:52.505Zslp 1:20.050970649
35392026-03-30T23:14:52.505Zlat 0.950831895
35402026-03-30T23:14:52.505Zstop 0.000199983
35412026-03-30T23:14:52.505Zprocess exited: duration 1119563 ms, exit code 0
 
35422026-03-30T23:14:52.520Zfound 1 output files
35432026-03-30T23:14:52.523Zuploading: /work/package.tar.gz (2328188811 bytes)
35442026-03-30T23:15:21.158Zuploaded: /work/package.tar.gz