01KPRCDM306Q1VHV56DZ0YB7PH: 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: 01KPRCE1F3ZCV9FZB36W28A7WE

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-21T16:03:11.796Zjob assigned to worker 01KPRCENAZ4R0M63SX7PEC7Y64 [factory aws, i-0d37e39de04ea5571] (queued for 1 m 5 s)
 
22026-04-21T16:03:19.315Zstarting task 0: "setup"
32026-04-21T16:03:19.319Z++ uname -s
42026-04-21T16:03:19.323Z+ kern=SunOS
52026-04-21T16:03:19.323Z+ build_user=build
62026-04-21T16:03:19.323Z+ build_uid=12345
72026-04-21T16:03:19.323Z+ work_dir=/work
82026-04-21T16:03:19.323Z+ input_dir=/input
92026-04-21T16:03:19.323Z+ [[ 0 == 12345 ]]
102026-04-21T16:03:19.323Z+ case "$kern" in
112026-04-21T16:03:19.323Z+ groupadd -g 12345 build
122026-04-21T16:03:19.326Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-21T16:03:21.331Z+ zfs create -o mountpoint=/work rpool/work
142026-04-21T16:03:21.395Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-21T16:03:21.399Z+ home_fs=zfs
162026-04-21T16:03:21.399Z+ [[ zfs == autofs ]]
172026-04-21T16:03:21.399Z+ mkdir -p /home/build
182026-04-21T16:03:21.402Z+ chown build:build /home/build /work
192026-04-21T16:03:23.402Z+ chmod 0700 /home/build /work
202026-04-21T16:03:23.405Zprocess exited: duration 4092 ms, exit code 0
 
212026-04-21T16:03:23.412Zstarting task 1: "rust-toolchain"
222026-04-21T16:03:23.417Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-21T16:03:23.417Z * rust toolchain channel = "1.94.0"
242026-04-21T16:03:23.417Z * rust toolchain profile = "default"
252026-04-21T16:03:23.417Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-21T16:03:23.418Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-21T16:03:23.418Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-21T16:03:23.421Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-21T16:03:23.421Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-21T16:03:23.544Zinfo: downloading installer
312026-04-21T16:03:25.158Zwarn: It looks like you have an existing installation of Rust at:
322026-04-21T16:03:25.158Zwarn: /opt/ooce/bin
332026-04-21T16:03:25.158Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-21T16:03:25.158Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-21T16:03:25.158Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-21T16:03:25.158Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-21T16:03:25.158Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-21T16:03:25.158Zerror: cannot install while Rust is installed
392026-04-21T16:03:25.158Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-21T16:03:25.158Zwarn: It looks like you have an existing rustup settings file at:
412026-04-21T16:03:25.158Zwarn: /home/build/.rustup/settings.toml
422026-04-21T16:03:25.158Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-21T16:03:25.158Zwarn: instead of the one inferred from the default host triple.
442026-04-21T16:03:25.192Zinfo: profile set to default
452026-04-21T16:03:25.192Zinfo: default host triple is x86_64-unknown-illumos
462026-04-21T16:03:25.195Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-21T16:03:25.329Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-21T16:03:25.333Zinfo: downloading 6 components
492026-04-21T16:03:40.923Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-21T16:03:40.923Z
512026-04-21T16:03:40.956Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-21T16:03:40.956Z
532026-04-21T16:03:40.956Z
542026-04-21T16:03:40.962ZRust is installed now. Great!
552026-04-21T16:03:40.962Z
562026-04-21T16:03:40.962ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-21T16:03:40.962Zenvironment variable. This has not been done automatically.
582026-04-21T16:03:40.962Z
592026-04-21T16:03:40.962ZTo configure your current shell, you need to source
602026-04-21T16:03:40.962Zthe corresponding env file under $HOME/.cargo.
612026-04-21T16:03:40.962Z
622026-04-21T16:03:40.962ZThis is usually done by running one of the following (note the leading DOT):
632026-04-21T16:03:40.962Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-21T16:03:40.962Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-21T16:03:40.962Zsource "~/.cargo/env.nu" # For nushell
662026-04-21T16:03:40.962Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-21T16:03:40.962Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-21T16:03:40.962Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-21T16:03:40.962Zwarn: no default linker (`cc`) was found in your PATH
702026-04-21T16:03:40.962Zwarn: many Rust crates require a system C toolchain to build
712026-04-21T16:03:41.062Z+ rustup --version
722026-04-21T16:03:41.069Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-21T16:03:41.072Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-21T16:03:41.088Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-21T16:03:41.091Z+ cargo --version
762026-04-21T16:03:41.100Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-21T16:03:41.103Z+ rustc --version
782026-04-21T16:03:41.123Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-21T16:03:41.127Zprocess exited: duration 17712 ms, exit code 0
 
802026-04-21T16:03:41.133Zstarting task 2: "authentication"
812026-04-21T16:03:41.151Zprocess exited: duration 17 ms, exit code 0
 
822026-04-21T16:03:41.158Zstarting task 3: "clone repository"
832026-04-21T16:03:41.162Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-21T16:03:41.166Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-21T16:03:41.309ZCloning into '/work/oxidecomputer/omicron'...
862026-04-21T16:03:49.639Z+ cd /work/oxidecomputer/omicron
872026-04-21T16:03:49.639Z+ git fetch origin fcc6f08f771a5dcd4a408a724bc3bba960c0b138
882026-04-21T16:03:49.974ZFrom https://github.com/oxidecomputer/omicron
892026-04-21T16:03:49.974Z * branch fcc6f08f771a5dcd4a408a724bc3bba960c0b138 -> FETCH_HEAD
902026-04-21T16:03:49.988Z+ [[ -n alan/omdb-sled-instances ]]
912026-04-21T16:03:49.991Z++ git branch --show-current
922026-04-21T16:03:49.991Z+ current=main
932026-04-21T16:03:49.991Z+ [[ main != alan/omdb-sled-instances ]]
942026-04-21T16:03:49.991Z+ git branch -f alan/omdb-sled-instances fcc6f08f771a5dcd4a408a724bc3bba960c0b138
952026-04-21T16:03:49.995Z+ git checkout -f alan/omdb-sled-instances
962026-04-21T16:03:50.239ZSwitched to branch 'alan/omdb-sled-instances'
972026-04-21T16:03:50.244Z+ git reset --hard fcc6f08f771a5dcd4a408a724bc3bba960c0b138
982026-04-21T16:03:50.272ZHEAD is now at fcc6f08f7 Improve the filtering
992026-04-21T16:03:50.276Zprocess exited: duration 9115 ms, exit code 0
 
1002026-04-21T16:03:50.283Zstarting task 4: "build"
1012026-04-21T16:03:50.288Z+ source .github/buildomat/ci-env.sh
1022026-04-21T16:03:50.288Z++ export CARGO_TERM_COLOR=always
1032026-04-21T16:03:50.288Z++ CARGO_TERM_COLOR=always
1042026-04-21T16:03:50.291Z+ cargo --version
1052026-04-21T16:03:50.298Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-21T16:03:50.301Z+ rustc --version
1072026-04-21T16:03:50.323Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-21T16:03:50.326Z+ WORK=/work
1092026-04-21T16:03:50.326Z+ pfexec mkdir -p /work
1102026-04-21T16:03:50.329Z+ pfexec chown build /work
1112026-04-21T16:03:50.329Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-04-21T16:04:00.659Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-04-21T16:04:08.152Z Startup: Caching catalogs ... Done
1142026-04-21T16:04:14.071ZPlanning: Solver setup ... Done (4.638s)
1152026-04-21T16:04:14.103ZPlanning: Running solver ... Done (0.032s)
1162026-04-21T16:04:14.237ZPlanning: Finding local manifests ... Done (0.002s)
1172026-04-21T16:04:14.252ZPlanning: Fetching manifests: 0/5 0% complete
1182026-04-21T16:04:14.365ZPlanning: Fetching manifests: 5/5 100% complete
1192026-04-21T16:04:14.402ZPlanning: Package planning ... Done (0.037s)
1202026-04-21T16:04:14.441ZPlanning: Merging actions ... Done (0.037s)
1212026-04-21T16:04:14.634ZPlanning: Checking for conflicting actions ... Done (0.195s)
1222026-04-21T16:04:14.644ZPlanning: Consolidating action changes ... Done (0.009s)
1232026-04-21T16:04:15.813ZPlanning: Evaluating mediators ... Done (1.169s)
1242026-04-21T16:04:15.821ZPlanning: Planning completed in 7.50 seconds
1252026-04-21T16:04:15.842Z Packages to install: 5
1262026-04-21T16:04:15.843Z Mediators to change: 3
1272026-04-21T16:04:15.843Z Services to change: 1
1282026-04-21T16:04:15.843Z Estimated space available: 155.35 GB
1292026-04-21T16:04:15.846ZEstimated space to be consumed: 1.89 GB
1302026-04-21T16:04:15.847Z Create boot environment: No
1312026-04-21T16:04:15.847ZCreate backup boot environment: No
1322026-04-21T16:04:15.847Z Rebuild boot archive: No
1332026-04-21T16:04:15.847Z
1342026-04-21T16:04:15.847ZChanged mediators:
1352026-04-21T16:04:15.847Z mediator clang:
1362026-04-21T16:04:15.847Z version: None -> 15 (system default)
1372026-04-21T16:04:15.847Z
1382026-04-21T16:04:15.847Z mediator llvm:
1392026-04-21T16:04:15.847Z version: 14 (system default) -> 15 (system default)
1402026-04-21T16:04:15.847Z
1412026-04-21T16:04:15.847Z mediator postgresql:
1422026-04-21T16:04:15.847Z version: 15 (system default) -> 18 (system default)
1432026-04-21T16:04:15.847Z
1442026-04-21T16:04:15.847ZChanged packages:
1452026-04-21T16:04:15.847Zhelios-dev
1462026-04-21T16:04:15.847Z developer/build-essential
1472026-04-21T16:04:15.847Z None -> 11-2.0
1482026-04-21T16:04:15.847Z library/libxmlsec1
1492026-04-21T16:04:15.847Z None -> 1.2.35-2.0
1502026-04-21T16:04:15.847Z ooce/developer/clang-15
1512026-04-21T16:04:15.847Z None -> 15.0.7-2.0
1522026-04-21T16:04:15.847Z ooce/developer/llvm-15
1532026-04-21T16:04:15.847Z None -> 15.0.7-2.0
1542026-04-21T16:04:15.847Z ooce/library/postgresql-18
1552026-04-21T16:04:15.847Z None -> 18.1-2.0
1562026-04-21T16:04:15.847Z
1572026-04-21T16:04:15.847ZServices:
1582026-04-21T16:04:15.847Z restart_fmri:
1592026-04-21T16:04:15.847Z svc:/system/update-man-index:default
1602026-04-21T16:04:15.898Z
1612026-04-21T16:04:15.898ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1622026-04-21T16:04:20.904ZDownload: 1522/4272 items 115.6/219.0MB 52% complete (23.8M/s)
1632026-04-21T16:04:25.907ZDownload: 2587/4272 items 120.2/219.0MB 54% complete (12.1M/s)
1642026-04-21T16:04:30.159ZDownload: Completed 218.99 MB in 14.26 seconds (15.4M/s)
1652026-04-21T16:04:30.314Z Actions: 1/4789 actions (Installing new actions)
1662026-04-21T16:04:33.817Z Actions: Completed 4789 actions in 3.50 seconds.
1672026-04-21T16:04:34.490Z Done (0.667s)
1682026-04-21T16:04:34.490Z Done (0.000s)
1692026-04-21T16:04:35.130Z Done (0.640s)
1702026-04-21T16:04:38.531Z Done (3.047s)
1712026-04-21T16:04:38.611Z Done (0.013s)
1722026-04-21T16:04:38.618Z Done (0.000s)
1732026-04-21T16:04:38.855Z Done (0.000s)
1742026-04-21T16:04:39.734ZPlanning: Evaluating mediator changes ... Done
1752026-04-21T16:04:39.842ZPlanning: Checking for conflicting actions ... Done
1762026-04-21T16:04:39.845ZPlanning: Consolidating action changes ... Done
1772026-04-21T16:04:40.006ZPlanning: Evaluating mediators ... Done
1782026-04-21T16:04:40.015ZPlanning: Planning completed in 0.27 seconds
1792026-04-21T16:04:40.034Z Mediators to change: 2
1802026-04-21T16:04:40.034Z Create boot environment: No
1812026-04-21T16:04:40.034ZCreate backup boot environment: No
1822026-04-21T16:04:40.108Z Done
1832026-04-21T16:04:40.108Z Done
1842026-04-21T16:04:40.757Z Done
1852026-04-21T16:04:43.275Z Done
1862026-04-21T16:04:43.358Z Done
1872026-04-21T16:04:43.406Z Done
1882026-04-21T16:04:43.491Z Done
1892026-04-21T16:04:43.757ZPlanning: Evaluating mediator changes ... Done
1902026-04-21T16:04:43.868ZPlanning: Checking for conflicting actions ... Done
1912026-04-21T16:04:43.872ZPlanning: Consolidating action changes ... Done
1922026-04-21T16:04:44.024ZPlanning: Evaluating mediators ... Done
1932026-04-21T16:04:44.028ZPlanning: Planning completed in 0.27 seconds
1942026-04-21T16:04:44.049Z Mediators to change: 1
1952026-04-21T16:04:44.049Z Create boot environment: No
1962026-04-21T16:04:44.065ZCreate backup boot environment: No
1972026-04-21T16:04:44.104Z Done
1982026-04-21T16:04:44.104Z Done
1992026-04-21T16:04:44.740Z Done
2002026-04-21T16:04:47.317Z Done
2012026-04-21T16:04:47.395Z Done
2022026-04-21T16:04:47.404Z Done
2032026-04-21T16:04:47.530Z Done
2042026-04-21T16:04:47.816ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2052026-04-21T16:04:47.817Zclang system 15 system
2062026-04-21T16:04:47.817Zcsh system system illumos
2072026-04-21T16:04:47.817Zctags system system illumos
2082026-04-21T16:04:47.817Zfile system system illumos
2092026-04-21T16:04:47.817Zgcc vendor 12 vendor
2102026-04-21T16:04:47.817Zgcc system 14 system
2112026-04-21T16:04:47.817Zgcc system 10 system
2122026-04-21T16:04:47.817Zgo system 1.20 system
2132026-04-21T16:04:47.817Zgo system 1.19 system
2142026-04-21T16:04:47.817Zllvm system 15 system
2152026-04-21T16:04:47.817Zllvm system 14 system
2162026-04-21T16:04:47.817Zmariadb system 10.6 system
2172026-04-21T16:04:47.817Zmta vendor vendor dma
2182026-04-21T16:04:47.817Zopenjdk system 17 system
2192026-04-21T16:04:47.817Zopenjdk system 11 system
2202026-04-21T16:04:47.817Zopenjdk system 1.8 system
2212026-04-21T16:04:47.817Zopenssl vendor 3 vendor
2222026-04-21T16:04:47.817Zperl system 5.36 system
2232026-04-21T16:04:47.817Zpostgresql system 18 system
2242026-04-21T16:04:47.817Zpostgresql system 15 system
2252026-04-21T16:04:47.817Zpostgresql system 13 system
2262026-04-21T16:04:47.817Zpython vendor 3 vendor
2272026-04-21T16:04:47.817Zpython system 2 system
2282026-04-21T16:04:47.818Zpython3 system 3.11 system
2292026-04-21T16:04:47.818Zruby system 3.0 system
2302026-04-21T16:04:47.818Zwords vendor vendor american-english
2312026-04-21T16:04:47.818Zwords system system australian-english
2322026-04-21T16:04:47.818Zwords system system british-english
2332026-04-21T16:04:47.818Zwords system system canadian-english
2342026-04-21T16:04:47.818Zwords system system french
2352026-04-21T16:04:47.818Zwords system system italian
2362026-04-21T16:04:47.818Zwords system system ngerman
2372026-04-21T16:04:47.818Zwords system system ogerman
2382026-04-21T16:04:47.818Zwords system system spanish
2392026-04-21T16:04:48.044ZPUBLISHER TYPE STATUS P LOCATION
2402026-04-21T16:04:48.044Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412026-04-21T16:04:52.618ZFMRI IFO
2422026-04-21T16:04:52.618Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432026-04-21T16:04:52.618Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442026-04-21T16:04:52.618Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452026-04-21T16:04:52.618Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462026-04-21T16:04:52.618Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472026-04-21T16:04:52.618Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482026-04-21T16:04:52.618Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2492026-04-21T16:04:52.618Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2502026-04-21T16:04:52.619Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2512026-04-21T16:04:52.619Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2522026-04-21T16:04:52.619Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2532026-04-21T16:04:52.619Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2542026-04-21T16:04:52.619Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2552026-04-21T16:04:52.619Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562026-04-21T16:04:52.619Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2572026-04-21T16:04:52.619Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2582026-04-21T16:04:52.619Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592026-04-21T16:04:53.790Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2602026-04-21T16:04:54.145Z Updating crates.io index
2612026-04-21T16:04:54.163Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2622026-04-21T16:04:54.384Z Updating git repository `https://github.com/oxidecomputer/lldp`
2632026-04-21T16:04:55.366Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2642026-04-21T16:04:55.870Z Updating git repository `https://github.com/oxidecomputer/propolis`
2652026-04-21T16:05:00.601Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2662026-04-21T16:05:00.615Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-04-21T16:05:00.615Z Updating git repository `https://github.com/oxidecomputer/opte`
2682026-04-21T16:05:00.615Z Updating git repository `https://github.com/oxidecomputer/tofino`
2692026-04-21T16:05:00.615Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2702026-04-21T16:05:00.714Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712026-04-21T16:05:01.287Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2722026-04-21T16:05:01.826Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2732026-04-21T16:05:02.289Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2742026-04-21T16:05:03.405Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-04-21T16:05:03.937Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-04-21T16:05:04.364Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772026-04-21T16:05:04.877Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2782026-04-21T16:05:05.353Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792026-04-21T16:05:05.756Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802026-04-21T16:05:06.006Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812026-04-21T16:05:06.292Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2822026-04-21T16:05:06.709Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2832026-04-21T16:05:07.081Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2842026-04-21T16:05:07.785Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2852026-04-21T16:05:08.154Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2862026-04-21T16:05:08.793Z Updating git repository `https://github.com/oxidecomputer/ispf`
2872026-04-21T16:05:09.870Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2882026-04-21T16:05:10.101Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-04-21T16:05:11.186Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2902026-04-21T16:05:11.631Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2912026-04-21T16:05:11.961Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2922026-04-21T16:05:12.257Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2932026-04-21T16:05:12.650Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2942026-04-21T16:05:13.209Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2952026-04-21T16:05:13.525Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2962026-04-21T16:05:13.781Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2972026-04-21T16:05:14.048Z Updating git repository `https://github.com/illumos/smf-rs`
2982026-04-21T16:05:14.482Z Updating git repository `https://github.com/oxidecomputer/omicron`
2992026-04-21T16:05:26.611Z Downloading crates ...
3002026-04-21T16:05:26.659Z Downloaded fnv v1.0.7
3012026-04-21T16:05:26.668Z Downloaded block-buffer v0.10.4
3022026-04-21T16:05:26.671Z Downloaded proc-macro-error-attr v1.0.4
3032026-04-21T16:05:26.675Z Downloaded idna_adapter v1.2.1
3042026-04-21T16:05:26.675Z Downloaded percent-encoding v2.3.2
3052026-04-21T16:05:26.675Z Downloaded itoa v1.0.17
3062026-04-21T16:05:26.678Z Downloaded thiserror-impl v1.0.69
3072026-04-21T16:05:26.691Z Downloaded scroll_derive v0.12.1
3082026-04-21T16:05:26.691Z Downloaded serde_spanned v0.6.9
3092026-04-21T16:05:26.692Z Downloaded dof v0.3.0
3102026-04-21T16:05:26.696Z Downloaded erased-serde v0.4.9
3112026-04-21T16:05:26.696Z Downloaded displaydoc v0.2.5
3122026-04-21T16:05:26.696Z Downloaded cargo-util-schemas v0.8.2
3132026-04-21T16:05:26.699Z Downloaded zerocopy-derive v0.7.35
3142026-04-21T16:05:26.699Z Downloaded unicode-linebreak v0.1.5
3152026-04-21T16:05:26.699Z Downloaded clap_derive v4.5.55
3162026-04-21T16:05:26.703Z Downloaded fs-err v3.3.0
3172026-04-21T16:05:26.703Z Downloaded digest v0.10.7
3182026-04-21T16:05:26.703Z Downloaded crypto-common v0.1.7
3192026-04-21T16:05:26.703Z Downloaded clap_lex v1.0.0
3202026-04-21T16:05:26.706Z Downloaded anstyle v1.0.13
3212026-04-21T16:05:26.706Z Downloaded pest_generator v2.8.6
3222026-04-21T16:05:26.710Z Downloaded utf8parse v0.2.2
3232026-04-21T16:05:26.710Z Downloaded zerofrom v0.1.6
3242026-04-21T16:05:26.710Z Downloaded utf8_iter v1.0.4
3252026-04-21T16:05:26.710Z Downloaded thread-id v4.2.2
3262026-04-21T16:05:26.710Z Downloaded usdt-macro v0.5.0
3272026-04-21T16:05:26.710Z Downloaded cfg-if v1.0.4
3282026-04-21T16:05:26.714Z Downloaded toml_datetime v0.6.11
3292026-04-21T16:05:26.714Z Downloaded log v0.4.29
3302026-04-21T16:05:26.714Z Downloaded errno v0.3.14
3312026-04-21T16:05:26.717Z Downloaded usdt v0.5.0
3322026-04-21T16:05:26.717Z Downloaded smallvec v1.15.1
3332026-04-21T16:05:26.720Z Downloaded zerofrom-derive v0.1.6
3342026-04-21T16:05:26.720Z Downloaded yoke-derive v0.8.1
3352026-04-21T16:05:26.721Z Downloaded unicode-xid v0.2.6
3362026-04-21T16:05:26.721Z Downloaded typeid v1.0.3
3372026-04-21T16:05:26.721Z Downloaded anstream v0.6.21
3382026-04-21T16:05:26.725Z Downloaded version_check v0.9.5
3392026-04-21T16:05:26.728Z Downloaded writeable v0.6.2
3402026-04-21T16:05:26.728Z Downloaded serde-untagged v0.1.9
3412026-04-21T16:05:26.728Z Downloaded clap v4.5.60
3422026-04-21T16:05:26.732Z Downloaded bytecount v0.6.9
3432026-04-21T16:05:26.736Z Downloaded thiserror-impl v2.0.18
3442026-04-21T16:05:26.736Z Downloaded strsim v0.11.1
3452026-04-21T16:05:26.736Z Downloaded macaddr v1.0.1
3462026-04-21T16:05:26.739Z Downloaded heck v0.5.0
3472026-04-21T16:05:26.739Z Downloaded colorchoice v1.0.4
3482026-04-21T16:05:26.739Z Downloaded usdt-attr-macro v0.5.0
3492026-04-21T16:05:26.739Z Downloaded toml_write v0.1.2
3502026-04-21T16:05:26.742Z Downloaded plain v0.2.3
3512026-04-21T16:05:26.742Z Downloaded usdt-impl v0.5.0
3522026-04-21T16:05:26.743Z Downloaded tinystr v0.8.2
3532026-04-21T16:05:26.743Z Downloaded ordered-float v2.10.1
3542026-04-21T16:05:26.746Z Downloaded form_urlencoded v1.2.2
3552026-04-21T16:05:26.746Z Downloaded zerovec-derive v0.11.2
3562026-04-21T16:05:26.746Z Downloaded fastrand v2.3.0
3572026-04-21T16:05:26.746Z Downloaded equivalent v1.0.2
3582026-04-21T16:05:26.750Z Downloaded serde-value v0.7.0
3592026-04-21T16:05:26.753Z Downloaded zmij v1.0.21
3602026-04-21T16:05:26.756Z Downloaded proc-macro-error v1.0.4
3612026-04-21T16:05:26.756Z Downloaded yoke v0.8.1
3622026-04-21T16:05:26.760Z Downloaded icu_properties v2.1.2
3632026-04-21T16:05:26.760Z Downloaded ucd-trie v0.1.7
3642026-04-21T16:05:26.763Z Downloaded thiserror v2.0.18
3652026-04-21T16:05:26.766Z Downloaded dtrace-parser v0.2.0
3662026-04-21T16:05:26.766Z Downloaded anstyle-query v1.1.5
3672026-04-21T16:05:26.766Z Downloaded cpufeatures v0.2.17
3682026-04-21T16:05:26.770Z Downloaded tabled_derive v0.7.0
3692026-04-21T16:05:26.773Z Downloaded potential_utf v0.1.4
3702026-04-21T16:05:26.773Z Downloaded is_terminal_polyfill v1.70.2
3712026-04-21T16:05:26.773Z Downloaded generic-array v0.14.7
3722026-04-21T16:05:26.776Z Downloaded toml v0.8.23
3732026-04-21T16:05:26.780Z Downloaded stable_deref_trait v1.2.1
3742026-04-21T16:05:26.780Z Downloaded heck v0.4.1
3752026-04-21T16:05:26.780Z Downloaded pretty-hex v0.4.1
3762026-04-21T16:05:26.780Z Downloaded smawk v0.3.2
3772026-04-21T16:05:26.780Z Downloaded cargo-platform v0.2.0
3782026-04-21T16:05:26.783Z Downloaded unicode-ident v1.0.24
3792026-04-21T16:05:26.786Z Downloaded memmap v0.7.0
3802026-04-21T16:05:26.787Z Downloaded textwrap v0.16.2
3812026-04-21T16:05:26.790Z Downloaded typenum v1.19.0
3822026-04-21T16:05:26.793Z Downloaded terminal_size v0.4.3
3832026-04-21T16:05:26.793Z Downloaded swrite v0.1.0
3842026-04-21T16:05:26.793Z Downloaded zerotrie v0.2.3
3852026-04-21T16:05:26.796Z Downloaded toml_edit v0.22.27
3862026-04-21T16:05:26.796Z Downloaded synstructure v0.13.2
3872026-04-21T16:05:26.804Z Downloaded url v2.5.8
3882026-04-21T16:05:26.808Z Downloaded scroll v0.12.0
3892026-04-21T16:05:26.808Z Downloaded quote v1.0.44
3902026-04-21T16:05:26.811Z Downloaded proc-macro2 v1.0.106
3912026-04-21T16:05:26.811Z Downloaded cargo_toml v0.21.0
3922026-04-21T16:05:26.815Z Downloaded anstyle-parse v0.2.7
3932026-04-21T16:05:26.823Z Downloaded zerovec v0.11.5
3942026-04-21T16:05:26.830Z Downloaded thiserror v1.0.69
3952026-04-21T16:05:26.833Z Downloaded zerocopy v0.7.35
3962026-04-21T16:05:26.841Z Downloaded winnow v0.7.14
3972026-04-21T16:05:26.846Z Downloaded cargo_metadata v0.21.0
3982026-04-21T16:05:26.850Z Downloaded anyhow v1.0.102
3992026-04-21T16:05:26.850Z Downloaded serde_core v1.0.228
4002026-04-21T16:05:26.853Z Downloaded camino-tempfile v1.4.1
4012026-04-21T16:05:26.853Z Downloaded unicode-width v0.2.0
4022026-04-21T16:05:26.856Z Downloaded unicode-width v0.1.14
4032026-04-21T16:05:26.861Z Downloaded semver v1.0.27
4042026-04-21T16:05:26.861Z Downloaded once_cell v1.21.3
4052026-04-21T16:05:26.864Z Downloaded tempfile v3.25.0
4062026-04-21T16:05:26.864Z Downloaded byteorder v1.5.0
4072026-04-21T16:05:26.864Z Downloaded serde_tokenstream v0.2.3
4082026-04-21T16:05:26.864Z Downloaded pest_derive v2.8.6
4092026-04-21T16:05:26.867Z Downloaded sha2 v0.10.9
4102026-04-21T16:05:26.871Z Downloaded camino v1.2.2
4112026-04-21T16:05:26.874Z Downloaded autocfg v1.5.0
4122026-04-21T16:05:26.878Z Downloaded serde_derive v1.0.228
4132026-04-21T16:05:26.881Z Downloaded litemap v0.8.1
4142026-04-21T16:05:26.888Z Downloaded num-traits v0.2.19
4152026-04-21T16:05:26.891Z Downloaded icu_provider v2.1.1
4162026-04-21T16:05:26.902Z Downloaded icu_normalizer v2.1.1
4172026-04-21T16:05:26.905Z Downloaded idna v1.1.0
4182026-04-21T16:05:26.908Z Downloaded memchr v2.8.0
4192026-04-21T16:05:26.911Z Downloaded papergrid v0.11.0
4202026-04-21T16:05:26.916Z Downloaded icu_normalizer_data v2.1.1
4212026-04-21T16:05:26.920Z Downloaded icu_locale_core v2.1.1
4222026-04-21T16:05:26.923Z Downloaded getrandom v0.4.1
4232026-04-21T16:05:26.923Z Downloaded serde v1.0.228
4242026-04-21T16:05:26.926Z Downloaded pest_meta v2.8.6
4252026-04-21T16:05:26.929Z Downloaded bitflags v2.11.0
4262026-04-21T16:05:26.929Z Downloaded icu_collections v2.1.1
4272026-04-21T16:05:26.940Z Downloaded indexmap v2.13.0
4282026-04-21T16:05:26.957Z Downloaded pest v2.8.6
4292026-04-21T16:05:26.974Z Downloaded clap_builder v4.5.60
4302026-04-21T16:05:26.977Z Downloaded serde_json v1.0.149
4312026-04-21T16:05:26.981Z Downloaded icu_properties_data v2.1.2
4322026-04-21T16:05:26.986Z Downloaded hashbrown v0.16.1
4332026-04-21T16:05:26.997Z Downloaded tabled v0.15.0
4342026-04-21T16:05:27.005Z Downloaded goblin v0.8.2
4352026-04-21T16:05:27.014Z Downloaded syn v1.0.109
4362026-04-21T16:05:27.026Z Downloaded syn v2.0.117
4372026-04-21T16:05:27.042Z Downloaded rustix v1.1.3
4382026-04-21T16:05:27.069Z Downloaded libc v0.2.185
4392026-04-21T16:05:27.134Z Compiling proc-macro2 v1.0.106
4402026-04-21T16:05:27.140Z Compiling unicode-ident v1.0.24
4412026-04-21T16:05:27.140Z Compiling quote v1.0.44
4422026-04-21T16:05:27.140Z Compiling serde_core v1.0.228
4432026-04-21T16:05:27.140Z Compiling libc v0.2.185
4442026-04-21T16:05:27.140Z Compiling version_check v0.9.5
4452026-04-21T16:05:27.140Z Compiling memchr v2.8.0
4462026-04-21T16:05:27.140Z Compiling stable_deref_trait v1.2.1
4472026-04-21T16:05:27.323Z Compiling serde v1.0.228
4482026-04-21T16:05:27.326Z Compiling zmij v1.0.21
4492026-04-21T16:05:27.326Z Compiling thiserror v1.0.69
4502026-04-21T16:05:27.326Z Compiling itoa v1.0.17
4512026-04-21T16:05:27.326Z Compiling autocfg v1.5.0
4522026-04-21T16:05:27.326Z Compiling ucd-trie v0.1.7
4532026-04-21T16:05:27.326Z Compiling litemap v0.8.1
4542026-04-21T16:05:27.612Z Compiling writeable v0.6.2
4552026-04-21T16:05:27.615Z Compiling rustix v1.1.3
4562026-04-21T16:05:27.659Z Compiling byteorder v1.5.0
4572026-04-21T16:05:27.819Z Compiling icu_properties_data v2.1.2
4582026-04-21T16:05:27.881Z Compiling icu_normalizer_data v2.1.1
4592026-04-21T16:05:27.961Z Compiling bitflags v2.11.0
4602026-04-21T16:05:28.014Z Compiling pest v2.8.6
4612026-04-21T16:05:28.178Z Compiling serde_json v1.0.149
4622026-04-21T16:05:28.185Z Compiling num-traits v0.2.19
4632026-04-21T16:05:28.211Z Compiling smallvec v1.15.1
4642026-04-21T16:05:28.352Z Compiling typeid v1.0.3
4652026-04-21T16:05:28.383Z Compiling equivalent v1.0.2
4662026-04-21T16:05:28.461Z Compiling hashbrown v0.16.1
4672026-04-21T16:05:28.535Z Compiling usdt-impl v0.5.0
4682026-04-21T16:05:28.579Z Compiling errno v0.3.14
4692026-04-21T16:05:28.585Z Compiling thread-id v4.2.2
4702026-04-21T16:05:28.626Z Compiling proc-macro-error-attr v1.0.4
4712026-04-21T16:05:28.631Z Compiling syn v1.0.109
4722026-04-21T16:05:28.631Z Compiling erased-serde v0.4.9
4732026-04-21T16:05:28.684Z Compiling toml_write v0.1.2
4742026-04-21T16:05:28.689Z Compiling winnow v0.7.14
4752026-04-21T16:05:28.743Z Compiling proc-macro-error v1.0.4
4762026-04-21T16:05:28.801Z Compiling getrandom v0.4.1
4772026-04-21T16:05:28.951Z Compiling utf8parse v0.2.2
4782026-04-21T16:05:28.986Z Compiling plain v0.2.3
4792026-04-21T16:05:29.005Z Compiling indexmap v2.13.0
4802026-04-21T16:05:29.005Z Compiling percent-encoding v2.3.2
4812026-04-21T16:05:29.073Z Compiling syn v2.0.117
4822026-04-21T16:05:29.093Z Compiling utf8_iter v1.0.4
4832026-04-21T16:05:29.118Z Compiling thiserror v2.0.18
4842026-04-21T16:05:29.118Z Compiling camino v1.2.2
4852026-04-21T16:05:29.157Z Compiling log v0.4.29
4862026-04-21T16:05:29.258Z Compiling form_urlencoded v1.2.2
4872026-04-21T16:05:29.280Z Compiling anstyle-parse v0.2.7
4882026-04-21T16:05:29.299Z Compiling pest_meta v2.8.6
4892026-04-21T16:05:29.389Z Compiling ordered-float v2.10.1
4902026-04-21T16:05:29.523Z Compiling cfg-if v1.0.4
4912026-04-21T16:05:29.560Z Compiling is_terminal_polyfill v1.70.2
4922026-04-21T16:05:29.612Z Compiling anstyle v1.0.13
4932026-04-21T16:05:29.635Z Compiling colorchoice v1.0.4
4942026-04-21T16:05:29.654Z Compiling terminal_size v0.4.3
4952026-04-21T16:05:29.660Z Compiling pretty-hex v0.4.1
4962026-04-21T16:05:29.700Z Compiling anstyle-query v1.1.5
4972026-04-21T16:05:29.781Z Compiling fs-err v3.3.0
4982026-04-21T16:05:29.801Z Compiling once_cell v1.21.3
4992026-04-21T16:05:29.826Z Compiling anstream v0.6.21
5002026-04-21T16:05:29.849Z Compiling heck v0.4.1
5012026-04-21T16:05:29.869Z Compiling anyhow v1.0.102
5022026-04-21T16:05:30.017Z Compiling semver v1.0.27
5032026-04-21T16:05:30.059Z Compiling fastrand v2.3.0
5042026-04-21T16:05:30.077Z Compiling unicode-width v0.1.14
5052026-04-21T16:05:30.105Z Compiling unicode-xid v0.2.6
5062026-04-21T16:05:30.109Z Compiling strsim v0.11.1
5072026-04-21T16:05:30.184Z Compiling heck v0.5.0
5082026-04-21T16:05:30.233Z Compiling bytecount v0.6.9
5092026-04-21T16:05:30.265Z Compiling fnv v1.0.7
5102026-04-21T16:05:30.358Z Compiling serde-untagged v0.1.9
5112026-04-21T16:05:30.387Z Compiling clap_lex v1.0.0
5122026-04-21T16:05:30.404Z Compiling papergrid v0.11.0
5132026-04-21T16:05:30.408Z Compiling tempfile v3.25.0
5142026-04-21T16:05:30.469Z Compiling memmap v0.7.0
5152026-04-21T16:05:30.507Z Compiling unicode-width v0.2.0
5162026-04-21T16:05:30.527Z Compiling smawk v0.3.2
5172026-04-21T16:05:30.619Z Compiling clap_builder v4.5.60
5182026-04-21T16:05:30.637Z Compiling unicode-linebreak v0.1.5
5192026-04-21T16:05:30.684Z Compiling camino-tempfile v1.4.1
5202026-04-21T16:05:30.707Z Compiling swrite v0.1.0
5212026-04-21T16:05:30.713Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5222026-04-21T16:05:30.864Z Compiling textwrap v0.16.2
5232026-04-21T16:05:31.106Z Compiling tabled_derive v0.7.0
5242026-04-21T16:05:31.716Z Compiling synstructure v0.13.2
5252026-04-21T16:05:31.717Z Compiling pest_generator v2.8.6
5262026-04-21T16:05:31.847Z Compiling tabled v0.15.0
5272026-04-21T16:05:32.247Z Compiling serde_derive v1.0.228
5282026-04-21T16:05:32.251Z Compiling zerofrom-derive v0.1.6
5292026-04-21T16:05:32.251Z Compiling yoke-derive v0.8.1
5302026-04-21T16:05:32.251Z Compiling zerovec-derive v0.11.2
5312026-04-21T16:05:32.251Z Compiling displaydoc v0.2.5
5322026-04-21T16:05:32.251Z Compiling thiserror-impl v1.0.69
5332026-04-21T16:05:32.251Z Compiling zerocopy-derive v0.7.35
5342026-04-21T16:05:32.252Z Compiling scroll_derive v0.12.1
5352026-04-21T16:05:32.321Z Compiling thiserror-impl v2.0.18
5362026-04-21T16:05:32.402Z Compiling pest_derive v2.8.6
5372026-04-21T16:05:32.502Z Compiling clap_derive v4.5.55
5382026-04-21T16:05:33.109Z Compiling scroll v0.12.0
5392026-04-21T16:05:33.304Z Compiling zerocopy v0.7.35
5402026-04-21T16:05:33.349Z Compiling goblin v0.8.2
5412026-04-21T16:05:33.515Z Compiling zerofrom v0.1.6
5422026-04-21T16:05:33.548Z Compiling dtrace-parser v0.2.0
5432026-04-21T16:05:33.618Z Compiling yoke v0.8.1
5442026-04-21T16:05:33.783Z Compiling zerovec v0.11.5
5452026-04-21T16:05:33.783Z Compiling zerotrie v0.2.3
5462026-04-21T16:05:33.946Z Compiling clap v4.5.60
5472026-04-21T16:05:34.235Z Compiling tinystr v0.8.2
5482026-04-21T16:05:34.235Z Compiling potential_utf v0.1.4
5492026-04-21T16:05:34.362Z Compiling icu_collections v2.1.1
5502026-04-21T16:05:34.390Z Compiling icu_locale_core v2.1.1
5512026-04-21T16:05:34.922Z Compiling serde_spanned v0.6.9
5522026-04-21T16:05:34.922Z Compiling toml_datetime v0.6.11
5532026-04-21T16:05:34.922Z Compiling serde-value v0.7.0
5542026-04-21T16:05:34.922Z Compiling cargo-platform v0.2.0
5552026-04-21T16:05:34.926Z Compiling macaddr v1.0.1
5562026-04-21T16:05:34.942Z Compiling dof v0.3.0
5572026-04-21T16:05:34.945Z Compiling serde_tokenstream v0.2.3
5582026-04-21T16:05:35.000Z Compiling icu_provider v2.1.1
5592026-04-21T16:05:35.144Z Compiling toml_edit v0.22.27
5602026-04-21T16:05:35.291Z Compiling icu_properties v2.1.2
5612026-04-21T16:05:35.294Z Compiling icu_normalizer v2.1.1
5622026-04-21T16:05:35.727Z Compiling usdt-macro v0.5.0
5632026-04-21T16:05:35.730Z Compiling usdt-attr-macro v0.5.0
5642026-04-21T16:05:36.135Z Compiling idna_adapter v1.2.1
5652026-04-21T16:05:36.248Z Compiling idna v1.1.0
5662026-04-21T16:05:36.333Z Compiling usdt v0.5.0
5672026-04-21T16:05:36.485Z Compiling toml v0.8.23
5682026-04-21T16:05:36.515Z Compiling url v2.5.8
5692026-04-21T16:05:36.848Z Compiling cargo_toml v0.21.0
5702026-04-21T16:05:36.930Z Compiling cargo-util-schemas v0.8.2
5712026-04-21T16:05:37.738Z Compiling cargo_metadata v0.21.0
5722026-04-21T16:05:38.681Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5732026-04-21T16:05:40.817Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.22s
5742026-04-21T16:05:41.077Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5752026-04-21T16:05:41.643Z Downloading crates ...
5762026-04-21T16:05:41.743Z Downloaded adler2 v2.0.1
5772026-04-21T16:05:41.749Z Downloaded assert_matches v1.5.0
5782026-04-21T16:05:41.755Z Downloaded crc8 v0.1.1
5792026-04-21T16:05:41.758Z Downloaded arrayref v0.3.9
5802026-04-21T16:05:41.758Z Downloaded allocator-api2 v0.2.21
5812026-04-21T16:05:41.763Z Downloaded ahash v0.8.12
5822026-04-21T16:05:41.768Z Downloaded async-stream v0.3.6
5832026-04-21T16:05:41.768Z Downloaded block-padding v0.3.3
5842026-04-21T16:05:41.772Z Downloaded crunchy v0.2.4
5852026-04-21T16:05:41.772Z Downloaded crucible-workspace-hack v0.1.0
5862026-04-21T16:05:41.773Z Downloaded ar_archive_writer v0.5.1
5872026-04-21T16:05:41.776Z Downloaded cstr-argument v0.1.2
5882026-04-21T16:05:41.776Z Downloaded ctr v0.9.2
5892026-04-21T16:05:41.780Z Downloaded ascii-canvas v3.0.0
5902026-04-21T16:05:41.780Z Downloaded csv-core v0.1.13
5912026-04-21T16:05:41.780Z Downloaded cobs v0.3.0
5922026-04-21T16:05:41.783Z Downloaded async-stream-impl v0.3.6
5932026-04-21T16:05:41.787Z Downloaded convert_case v0.4.0
5942026-04-21T16:05:41.787Z Downloaded diesel_table_macro_syntax v0.3.0
5952026-04-21T16:05:41.787Z Downloaded debug-ignore v1.0.5
5962026-04-21T16:05:41.787Z Downloaded bitfield-struct v0.6.2
5972026-04-21T16:05:41.791Z Downloaded flagset v0.4.7
5982026-04-21T16:05:41.791Z Downloaded crypto-bigint v0.5.5
5992026-04-21T16:05:41.795Z Downloaded chacha20 v0.9.1
6002026-04-21T16:05:41.795Z Downloaded atomic-waker v1.1.2
6012026-04-21T16:05:41.798Z Downloaded crossbeam-epoch v0.9.18
6022026-04-21T16:05:41.799Z Downloaded crc32fast v1.5.0
6032026-04-21T16:05:41.799Z Downloaded drift v0.1.3
6042026-04-21T16:05:41.803Z Downloaded ciborium-ll v0.2.2
6052026-04-21T16:05:41.806Z Downloaded defmt-parser v1.0.0
6062026-04-21T16:05:41.806Z Downloaded bitfield-macros v0.19.4
6072026-04-21T16:05:41.806Z Downloaded cpufeatures v0.3.0
6082026-04-21T16:05:41.812Z Downloaded cfg_aliases v0.2.1
6092026-04-21T16:05:41.813Z Downloaded bit-set v0.5.3
6102026-04-21T16:05:41.813Z Downloaded dirs-sys-next v0.1.2
6112026-04-21T16:05:41.816Z Downloaded curve25519-dalek-derive v0.1.1
6122026-04-21T16:05:41.816Z Downloaded embedded-io v0.4.0
6132026-04-21T16:05:41.816Z Downloaded defmt v0.3.100
6142026-04-21T16:05:41.820Z Downloaded dirs-next v2.0.0
6152026-04-21T16:05:41.820Z Downloaded dof v0.4.0
6162026-04-21T16:05:41.823Z Downloaded atty v0.2.14
6172026-04-21T16:05:41.823Z Downloaded difflib v0.4.0
6182026-04-21T16:05:41.823Z Downloaded ciborium-io v0.2.2
6192026-04-21T16:05:41.823Z Downloaded darling_macro v0.21.3
6202026-04-21T16:05:41.826Z Downloaded enum-as-inner v0.6.1
6212026-04-21T16:05:41.826Z Downloaded blowfish v0.9.1
6222026-04-21T16:05:41.826Z Downloaded float-cmp v0.10.0
6232026-04-21T16:05:41.832Z Downloaded dsl_auto_type v0.2.0
6242026-04-21T16:05:41.832Z Downloaded derive_builder_macro v0.20.2
6252026-04-21T16:05:41.832Z Downloaded env_filter v1.0.0
6262026-04-21T16:05:41.832Z Downloaded bit-vec v0.6.3
6272026-04-21T16:05:41.836Z Downloaded endian-type v0.1.2
6282026-04-21T16:05:41.836Z Downloaded bb8 v0.8.6
6292026-04-21T16:05:41.836Z Downloaded atomicwrites v0.4.4
6302026-04-21T16:05:41.836Z Downloaded backoff v0.4.0
6312026-04-21T16:05:41.836Z Downloaded darling_macro v0.20.11
6322026-04-21T16:05:41.836Z Downloaded crossterm v0.29.0
6332026-04-21T16:05:41.840Z Downloaded base16ct v0.2.0
6342026-04-21T16:05:41.844Z Downloaded array-init v0.0.4
6352026-04-21T16:05:41.844Z Downloaded crossbeam-utils v0.8.21
6362026-04-21T16:05:41.848Z Downloaded crc-catalog v2.4.0
6372026-04-21T16:05:41.848Z Downloaded fd-lock v4.0.4
6382026-04-21T16:05:41.848Z Downloaded dunce v1.0.5
6392026-04-21T16:05:41.848Z Downloaded dyn-clone v1.0.20
6402026-04-21T16:05:41.851Z Downloaded crc v3.4.0
6412026-04-21T16:05:41.851Z Downloaded downcast-rs v2.0.2
6422026-04-21T16:05:41.852Z Downloaded display-error-chain v0.2.2
6432026-04-21T16:05:41.855Z Downloaded compression-core v0.4.31
6442026-04-21T16:05:41.858Z Downloaded foreign-types-shared v0.3.1
6452026-04-21T16:05:41.858Z Downloaded castaway v0.2.4
6462026-04-21T16:05:41.858Z Downloaded foreign-types v0.3.2
6472026-04-21T16:05:41.862Z Downloaded bcrypt-pbkdf v0.10.0
6482026-04-21T16:05:41.862Z Downloaded dropshot-api-manager-types v0.6.0
6492026-04-21T16:05:41.862Z Downloaded foreign-types v0.5.0
6502026-04-21T16:05:41.862Z Downloaded aead v0.5.2
6512026-04-21T16:05:41.865Z Downloaded foreign-types-shared v0.1.1
6522026-04-21T16:05:41.865Z Downloaded float-ord v0.3.2
6532026-04-21T16:05:41.865Z Downloaded fixedbitset v0.4.2
6542026-04-21T16:05:41.868Z Downloaded embedded-io v0.6.1
6552026-04-21T16:05:41.874Z Downloaded cargo-platform v0.1.9
6562026-04-21T16:05:41.877Z Downloaded cfg_aliases v0.1.1
6572026-04-21T16:05:41.877Z Downloaded cbc v0.1.2
6582026-04-21T16:05:41.881Z Downloaded async-recursion v1.1.1
6592026-04-21T16:05:41.881Z Downloaded foreign-types-macros v0.2.3
6602026-04-21T16:05:41.894Z Downloaded darling_macro v0.23.0
6612026-04-21T16:05:41.894Z Downloaded cipher v0.4.4
6622026-04-21T16:05:41.894Z Downloaded futures-io v0.3.32
6632026-04-21T16:05:41.894Z Downloaded futures-sink v0.3.32
6642026-04-21T16:05:41.894Z Downloaded buf-list v1.1.2
6652026-04-21T16:05:41.894Z Downloaded fixedbitset v0.5.7
6662026-04-21T16:05:41.897Z Downloaded bitfield v0.19.4
6672026-04-21T16:05:41.898Z Downloaded ciborium v0.2.2
6682026-04-21T16:05:41.898Z Downloaded daft-derive v0.1.5
6692026-04-21T16:05:41.902Z Downloaded ff v0.13.1
6702026-04-21T16:05:41.903Z Downloaded data-encoding v2.10.0
6712026-04-21T16:05:41.903Z Downloaded cargo_metadata v0.19.2
6722026-04-21T16:05:41.906Z Downloaded bzip2 v0.4.4
6732026-04-21T16:05:41.906Z Downloaded arc-swap v1.8.2
6742026-04-21T16:05:41.906Z Downloaded gethostname v0.5.0
6752026-04-21T16:05:41.906Z Downloaded ghash v0.5.1
6762026-04-21T16:05:41.909Z Downloaded funty v2.0.0
6772026-04-21T16:05:41.909Z Downloaded futures-task v0.3.32
6782026-04-21T16:05:41.909Z Downloaded globwalk v0.9.1
6792026-04-21T16:05:41.912Z Downloaded git-stub v1.0.0
6802026-04-21T16:05:41.912Z Downloaded futures-macro v0.3.32
6812026-04-21T16:05:41.912Z Downloaded der_derive v0.7.3
6822026-04-21T16:05:41.916Z Downloaded hash32 v0.3.1
6832026-04-21T16:05:41.916Z Downloaded hash32 v0.2.1
6842026-04-21T16:05:41.916Z Downloaded erased-serde v0.3.31
6852026-04-21T16:05:41.916Z Downloaded headers-core v0.3.0
6862026-04-21T16:05:41.919Z Downloaded ena v0.14.4
6872026-04-21T16:05:41.919Z Downloaded derive-ex v0.1.8
6882026-04-21T16:05:41.919Z Downloaded hex v0.4.3
6892026-04-21T16:05:41.923Z Downloaded foldhash v0.1.5
6902026-04-21T16:05:41.923Z Downloaded env_logger v0.11.9
6912026-04-21T16:05:41.923Z Downloaded bit-set v0.8.0
6922026-04-21T16:05:41.926Z Downloaded dtrace-parser v0.3.0
6932026-04-21T16:05:41.926Z Downloaded ed25519 v2.2.3
6942026-04-21T16:05:41.926Z Downloaded fallible-iterator v0.2.0
6952026-04-21T16:05:41.929Z Downloaded defmt v1.0.1
6962026-04-21T16:05:41.929Z Downloaded document-features v0.2.12
6972026-04-21T16:05:41.934Z Downloaded cexpr v0.6.0
6982026-04-21T16:05:41.934Z Downloaded futures-core v0.3.32
6992026-04-21T16:05:41.934Z Downloaded bit-vec v0.8.0
7002026-04-21T16:05:41.937Z Downloaded foldhash v0.2.0
7012026-04-21T16:05:41.937Z Downloaded either v1.15.0
7022026-04-21T16:05:41.937Z Downloaded find-msvc-tools v0.1.9
7032026-04-21T16:05:41.937Z Downloaded deranged v0.5.8
7042026-04-21T16:05:41.941Z Downloaded camino-tempfile-ext v0.3.3
7052026-04-21T16:05:41.941Z Downloaded bcs v0.1.6
7062026-04-21T16:05:41.941Z Downloaded filetime v0.2.27
7072026-04-21T16:05:41.945Z Downloaded convert_case v0.10.0
7082026-04-21T16:05:41.945Z Downloaded diesel-dtrace v0.5.0
7092026-04-21T16:05:41.946Z Downloaded argon2 v0.5.3
7102026-04-21T16:05:41.952Z Downloaded hex-literal v0.4.1
7112026-04-21T16:05:41.953Z Downloaded async-trait v0.1.89
7122026-04-21T16:05:41.953Z Downloaded hostname v0.4.2
7132026-04-21T16:05:41.956Z Downloaded hostname v0.3.1
7142026-04-21T16:05:41.956Z Downloaded derive_builder_core v0.20.2
7152026-04-21T16:05:41.956Z Downloaded daft v0.1.5
7162026-04-21T16:05:41.956Z Downloaded compression-codecs v0.4.37
7172026-04-21T16:05:41.956Z Downloaded constant_time_eq v0.4.2
7182026-04-21T16:05:41.960Z Downloaded http-body v1.0.1
7192026-04-21T16:05:41.960Z Downloaded corncobs v0.1.4
7202026-04-21T16:05:41.960Z Downloaded cookie_store v0.22.1
7212026-04-21T16:05:41.963Z Downloaded hubpack v0.1.2
7222026-04-21T16:05:41.963Z Downloaded async-bb8-diesel v0.2.1
7232026-04-21T16:05:41.963Z Downloaded home v0.5.12
7242026-04-21T16:05:41.967Z Downloaded cancel-safe-futures v0.1.5
7252026-04-21T16:05:41.967Z Downloaded httpdate v1.0.3
7262026-04-21T16:05:41.971Z Downloaded backon v1.6.0
7272026-04-21T16:05:41.971Z Downloaded ecdsa v0.16.9
7282026-04-21T16:05:41.971Z Downloaded hyper-tls v0.6.0
7292026-04-21T16:05:41.976Z Downloaded darling v0.23.0
7302026-04-21T16:05:41.980Z Downloaded indent_write v2.2.0
7312026-04-21T16:05:41.980Z Downloaded critical-section v1.2.0
7322026-04-21T16:05:41.980Z Downloaded fxhash v0.2.1
7332026-04-21T16:05:41.980Z Downloaded fs_extra v1.3.0
7342026-04-21T16:05:41.983Z Downloaded git-stub-vcs v0.1.0
7352026-04-21T16:05:41.983Z Downloaded fs-err v2.11.0
7362026-04-21T16:05:41.983Z Downloaded group v0.13.0
7372026-04-21T16:05:41.987Z Downloaded indoc v1.0.9
7382026-04-21T16:05:41.987Z Downloaded glob v0.3.3
7392026-04-21T16:05:41.990Z Downloaded inout v0.1.4
7402026-04-21T16:05:41.990Z Downloaded ident_case v1.0.1
7412026-04-21T16:05:41.990Z Downloaded hubpack_derive v0.1.1
7422026-04-21T16:05:41.990Z Downloaded derive_builder v0.20.2
7432026-04-21T16:05:41.993Z Downloaded is-terminal v0.4.17
7442026-04-21T16:05:41.997Z Downloaded internet-checksum v0.2.1
7452026-04-21T16:05:41.997Z Downloaded lalrpop-util v0.19.12
7462026-04-21T16:05:41.997Z Downloaded kstat-rs v0.2.4
7472026-04-21T16:05:42.001Z Downloaded byte-wrapper v0.1.0
7482026-04-21T16:05:42.001Z Downloaded keccak v0.1.6
7492026-04-21T16:05:42.001Z Downloaded console v0.16.2
7502026-04-21T16:05:42.004Z Downloaded colored v2.2.0
7512026-04-21T16:05:42.004Z Downloaded chacha20 v0.10.0
7522026-04-21T16:05:42.007Z Downloaded clang-sys v1.8.1
7532026-04-21T16:05:42.007Z Downloaded arrayvec v0.7.6
7542026-04-21T16:05:42.011Z Downloaded futures-channel v0.3.32
7552026-04-21T16:05:42.011Z Downloaded cookie v0.18.1
7562026-04-21T16:05:42.014Z Downloaded is_ci v1.2.0
7572026-04-21T16:05:42.014Z Downloaded cmake v0.1.57
7582026-04-21T16:05:42.018Z Downloaded instant v0.1.13
7592026-04-21T16:05:42.018Z Downloaded aho-corasick v1.1.4
7602026-04-21T16:05:42.022Z Downloaded lazy_static v1.5.0
7612026-04-21T16:05:42.022Z Downloaded des v0.8.1
7622026-04-21T16:05:42.022Z Downloaded console v0.15.11
7632026-04-21T16:05:42.025Z Downloaded defmt-macros v1.0.1
7642026-04-21T16:05:42.028Z Downloaded colored v3.1.1
7652026-04-21T16:05:42.028Z Downloaded http-body-util v0.1.3
7662026-04-21T16:05:42.031Z Downloaded highway v1.3.0
7672026-04-21T16:05:42.031Z Downloaded http-range v0.1.5
7682026-04-21T16:05:42.037Z Downloaded base64ct v1.8.3
7692026-04-21T16:05:42.037Z Downloaded libscf-sys v1.1.0
7702026-04-21T16:05:42.042Z Downloaded linked-hash-map v0.5.6
7712026-04-21T16:05:42.042Z Downloaded futures-executor v0.3.32
7722026-04-21T16:05:42.042Z Downloaded cassowary v0.3.0
7732026-04-21T16:05:42.042Z Downloaded lru-slab v0.1.2
7742026-04-21T16:05:42.042Z Downloaded crossbeam-deque v0.8.6
7752026-04-21T16:05:42.042Z Downloaded bzip2 v0.6.1
7762026-04-21T16:05:42.045Z Downloaded md-5 v0.10.6
7772026-04-21T16:05:42.045Z Downloaded crossbeam-channel v0.5.15
7782026-04-21T16:05:42.049Z Downloaded managed v0.8.0
7792026-04-21T16:05:42.049Z Downloaded darling v0.21.3
7802026-04-21T16:05:42.052Z Downloaded diff v0.1.13
7812026-04-21T16:05:42.055Z Downloaded lru v0.12.5
7822026-04-21T16:05:42.055Z Downloaded half v1.8.3
7832026-04-21T16:05:42.055Z Downloaded maplit v1.0.2
7842026-04-21T16:05:42.059Z Downloaded lru-cache v0.1.2
7852026-04-21T16:05:42.059Z Downloaded maybe-uninit v2.0.0
7862026-04-21T16:05:42.059Z Downloaded humantime v2.3.0
7872026-04-21T16:05:42.062Z Downloaded new_debug_unreachable v1.0.6
7882026-04-21T16:05:42.062Z Downloaded newline-converter v0.3.0
7892026-04-21T16:05:42.062Z Downloaded memoffset v0.9.1
7902026-04-21T16:05:42.062Z Downloaded getrandom v0.2.17
7912026-04-21T16:05:42.065Z Downloaded multimap v0.10.1
7922026-04-21T16:05:42.065Z Downloaded mime v0.3.17
7932026-04-21T16:05:42.071Z Downloaded newtype-uuid-macros v0.1.0
7942026-04-21T16:05:42.071Z Downloaded normalize-line-endings v0.3.0
7952026-04-21T16:05:42.071Z Downloaded nibble_vec v0.1.0
7962026-04-21T16:05:42.074Z Downloaded ipnetwork v0.21.1
7972026-04-21T16:05:42.075Z Downloaded instability v0.3.11
7982026-04-21T16:05:42.075Z Downloaded num v0.4.3
7992026-04-21T16:05:42.075Z Downloaded ipnet v2.11.0
8002026-04-21T16:05:42.075Z Downloaded const-oid v0.9.6
8012026-04-21T16:05:42.078Z Downloaded nonempty v0.12.0
8022026-04-21T16:05:42.078Z Downloaded nodrop v0.1.14
8032026-04-21T16:05:42.078Z Downloaded indoc v2.0.7
8042026-04-21T16:05:42.081Z Downloaded num-conv v0.2.0
8052026-04-21T16:05:42.081Z Downloaded crc-any v2.5.0
8062026-04-21T16:05:42.086Z Downloaded num-iter v0.1.45
8072026-04-21T16:05:42.086Z Downloaded blake2 v0.10.6
8082026-04-21T16:05:42.086Z Downloaded newtype_derive v0.1.6
8092026-04-21T16:05:42.090Z Downloaded libloading v0.8.9
8102026-04-21T16:05:42.090Z Downloaded libefi-sys v0.1.0
8112026-04-21T16:05:42.090Z Downloaded dropshot_endpoint v0.17.0
8122026-04-21T16:05:42.094Z Downloaded derive-where v1.6.0
8132026-04-21T16:05:42.098Z Downloaded num-derive v0.3.3
8142026-04-21T16:05:42.098Z Downloaded derive_more v0.99.20
8152026-04-21T16:05:42.101Z Downloaded hmac v0.12.1
8162026-04-21T16:05:42.101Z Downloaded linear-map v1.2.0
8172026-04-21T16:05:42.104Z Downloaded num-derive v0.4.2
8182026-04-21T16:05:42.104Z Downloaded libsw-core v0.3.2
8192026-04-21T16:05:42.104Z Downloaded httparse v1.10.1
8202026-04-21T16:05:42.108Z Downloaded fatfs v0.3.6
8212026-04-21T16:05:42.108Z Downloaded lock_api v0.4.14
8222026-04-21T16:05:42.111Z Downloaded opaque-debug v0.3.1
8232026-04-21T16:05:42.111Z Downloaded jobserver v0.1.34
8242026-04-21T16:05:42.114Z Downloaded num_threads v0.1.7
8252026-04-21T16:05:42.115Z Downloaded hyper-rustls v0.27.7
8262026-04-21T16:05:42.115Z Downloaded bytes v1.11.1
8272026-04-21T16:05:42.118Z Downloaded openssl-probe v0.2.1
8282026-04-21T16:05:42.121Z Downloaded openssl-probe v0.1.6
8292026-04-21T16:05:42.121Z Downloaded olpc-cjson v0.1.4
8302026-04-21T16:05:42.121Z Downloaded lzss v0.8.2
8312026-04-21T16:05:42.124Z Downloaded openssl-macros v0.1.1
8322026-04-21T16:05:42.124Z Downloaded darling_core v0.21.3
8332026-04-21T16:05:42.128Z Downloaded match_cfg v0.1.0
8342026-04-21T16:05:42.128Z Downloaded aes-gcm v0.10.3
8352026-04-21T16:05:42.134Z Downloaded oso-derive v0.27.3
8362026-04-21T16:05:42.134Z Downloaded mime_guess v2.0.5
8372026-04-21T16:05:42.137Z Downloaded newtype-uuid v1.3.2
8382026-04-21T16:05:42.137Z Downloaded parse-size v1.1.0
8392026-04-21T16:05:42.137Z Downloaded nanorand v0.7.0
8402026-04-21T16:05:42.137Z Downloaded ingot-macros v0.1.1
8412026-04-21T16:05:42.137Z Downloaded packed_struct_codegen v0.10.1
8422026-04-21T16:05:42.140Z Downloaded ingot-types v0.1.2
8432026-04-21T16:05:42.141Z Downloaded parse-display v0.10.0
8442026-04-21T16:05:42.141Z Downloaded half v2.7.1
8452026-04-21T16:05:42.145Z Downloaded pbkdf2 v0.11.0
8462026-04-21T16:05:42.145Z Downloaded getrandom v0.3.4
8472026-04-21T16:05:42.162Z Downloaded phf_shared v0.13.1
8482026-04-21T16:05:42.165Z Downloaded darling_core v0.20.11
8492026-04-21T16:05:42.169Z Downloaded peg-runtime v0.8.5
8502026-04-21T16:05:42.169Z Downloaded pbkdf2 v0.12.2
8512026-04-21T16:05:42.169Z Downloaded path-slash v0.1.5
8522026-04-21T16:05:42.169Z Downloaded num_enum_derive v0.5.11
8532026-04-21T16:05:42.173Z Downloaded num-rational v0.4.2
8542026-04-21T16:05:42.173Z Downloaded num_enum_derive v0.7.5
8552026-04-21T16:05:42.173Z Downloaded num-integer v0.1.46
8562026-04-21T16:05:42.580Z Downloaded libsw v3.5.0
8572026-04-21T16:05:42.581Z Downloaded cc v1.2.56
8582026-04-21T16:05:42.589Z Downloaded phf_shared v0.11.3
8592026-04-21T16:05:42.589Z Downloaded pin-utils v0.1.0
8602026-04-21T16:05:42.589Z Downloaded num-complex v0.4.6
8612026-04-21T16:05:42.589Z Downloaded nu-ansi-term v0.50.3
8622026-04-21T16:05:42.589Z Downloaded flume v0.11.1
8632026-04-21T16:05:42.589Z Downloaded num_enum v0.7.5
8642026-04-21T16:05:42.589Z Downloaded phf_shared v0.12.1
8652026-04-21T16:05:42.589Z Downloaded oxide-tokio-rt v0.1.4
8662026-04-21T16:05:42.589Z Downloaded litrs v1.0.0
8672026-04-21T16:05:42.589Z Downloaded predicates-core v1.0.10
8682026-04-21T16:05:42.589Z Downloaded precomputed-hash v0.1.1
8692026-04-21T16:05:42.589Z Downloaded powerfmt v0.2.0
8702026-04-21T16:05:42.589Z Downloaded proc-macro-error-attr2 v2.0.0
8712026-04-21T16:05:42.589Z Downloaded oxnet v0.1.4
8722026-04-21T16:05:42.589Z Downloaded const_format v0.2.35
8732026-04-21T16:05:42.590Z Downloaded memmap2 v0.9.10
8742026-04-21T16:05:42.590Z Downloaded chacha20poly1305 v0.10.1
8752026-04-21T16:05:42.590Z Downloaded base64 v0.22.1
8762026-04-21T16:05:42.590Z Downloaded indexmap v1.9.3
8772026-04-21T16:05:42.590Z Downloaded predicates-tree v1.0.13
8782026-04-21T16:05:42.590Z Downloaded packed_struct v0.10.1
8792026-04-21T16:05:42.590Z Downloaded multer v3.1.0
8802026-04-21T16:05:42.590Z Downloaded parking_lot_core v0.8.6
8812026-04-21T16:05:42.590Z Downloaded progenitor-client v0.10.0
8822026-04-21T16:05:42.590Z Downloaded proc-macro-crate v3.4.0
8832026-04-21T16:05:42.590Z Downloaded paste v1.0.15
8842026-04-21T16:05:42.590Z Downloaded proc-macro-crate v1.3.1
8852026-04-21T16:05:42.590Z Downloaded base64 v0.21.7
8862026-04-21T16:05:42.590Z Downloaded iana-time-zone v0.1.65
8872026-04-21T16:05:42.590Z Downloaded native-tls v0.2.18
8882026-04-21T16:05:42.590Z Downloaded libbz2-rs-sys v0.2.2
8892026-04-21T16:05:42.590Z Downloaded headers v0.4.1
8902026-04-21T16:05:42.590Z Downloaded parse-display-derive v0.10.0
8912026-04-21T16:05:42.590Z Downloaded pem v3.0.6
8922026-04-21T16:05:42.590Z Downloaded peg v0.8.5
8932026-04-21T16:05:42.590Z Downloaded psl-types v2.0.11
8942026-04-21T16:05:42.590Z Downloaded quick-error v1.2.3
8952026-04-21T16:05:42.590Z Downloaded phf v0.13.1
8962026-04-21T16:05:42.590Z Downloaded peg-macros v0.8.5
8972026-04-21T16:05:42.590Z Downloaded progenitor-macro v0.13.0
8982026-04-21T16:05:42.590Z Downloaded progenitor-macro v0.10.0
8992026-04-21T16:05:42.590Z Downloaded progenitor-client v0.11.2
9002026-04-21T16:05:42.590Z Downloaded bumpalo v3.20.2
9012026-04-21T16:05:42.590Z Downloaded rand_chacha v0.3.1
9022026-04-21T16:05:42.590Z Downloaded radium v0.7.0
9032026-04-21T16:05:42.590Z Downloaded progenitor-macro v0.11.2
9042026-04-21T16:05:42.590Z Downloaded ed25519-dalek v2.2.0
9052026-04-21T16:05:42.590Z Downloaded phf v0.12.1
9062026-04-21T16:05:42.590Z Downloaded num_enum v0.5.11
9072026-04-21T16:05:42.590Z Downloaded pin-project-internal v1.1.11
9082026-04-21T16:05:42.590Z Downloaded pkcs8 v0.10.2
9092026-04-21T16:05:42.590Z Downloaded heapless v0.8.0
9102026-04-21T16:05:42.591Z Downloaded pem-rfc7468 v0.7.0
9112026-04-21T16:05:42.591Z Downloaded owo-colors v4.3.0
9122026-04-21T16:05:42.591Z Downloaded pkg-config v0.3.32
9132026-04-21T16:05:42.591Z Downloaded primeorder v0.13.6
9142026-04-21T16:05:42.591Z Downloaded omicron-zone-package v0.12.2
9152026-04-21T16:05:42.591Z Downloaded recursive-proc-macro-impl v0.1.1
9162026-04-21T16:05:42.591Z Downloaded rand_xorshift v0.4.0
9172026-04-21T16:05:42.591Z Downloaded derive_more v2.1.1
9182026-04-21T16:05:42.591Z Downloaded progenitor v0.10.0
9192026-04-21T16:05:42.591Z Downloaded proc-macro-error2 v2.0.1
9202026-04-21T16:05:42.591Z Downloaded rfc6979 v0.4.0
9212026-04-21T16:05:42.591Z Downloaded recursive v0.1.1
9222026-04-21T16:05:42.591Z Downloaded parking_lot_core v0.9.12
9232026-04-21T16:05:42.591Z Downloaded parking_lot v0.12.5
9242026-04-21T16:05:42.591Z Downloaded predicates v3.1.4
9252026-04-21T16:05:42.591Z Downloaded ref-cast v1.0.25
9262026-04-21T16:05:42.591Z Downloaded rtoolbox v0.0.3
9272026-04-21T16:05:42.591Z Downloaded progenitor v0.11.2
9282026-04-21T16:05:42.591Z Downloaded ref-cast-impl v1.0.25
9292026-04-21T16:05:42.591Z Downloaded ppv-lite86 v0.2.21
9302026-04-21T16:05:42.591Z Downloaded poly1305 v0.8.0
9312026-04-21T16:05:42.591Z Downloaded parking_lot v0.11.2
9322026-04-21T16:05:42.591Z Downloaded progenitor v0.13.0
9332026-04-21T16:05:42.591Z Downloaded polyval v0.6.2
9342026-04-21T16:05:42.591Z Downloaded pin-project-lite v0.2.17
9352026-04-21T16:05:42.591Z Downloaded russh-cryptovec v0.7.3
9362026-04-21T16:05:42.591Z Downloaded rustc-hash v2.1.1
9372026-04-21T16:05:42.591Z Downloaded rustc_version v0.4.1
9382026-04-21T16:05:42.591Z Downloaded rustc_version v0.1.7
9392026-04-21T16:05:42.591Z Downloaded progenitor-extras v0.1.1
9402026-04-21T16:05:42.591Z Downloaded progenitor-client v0.13.0
9412026-04-21T16:05:42.591Z Downloaded password-hash v0.5.0
9422026-04-21T16:05:42.591Z Downloaded indicatif v0.18.4
9432026-04-21T16:05:42.591Z Downloaded rand_core v0.10.0
9442026-04-21T16:05:42.591Z Downloaded r2d2 v0.8.10
9452026-04-21T16:05:42.591Z Downloaded ignore v0.4.25
9462026-04-21T16:05:42.592Z Downloaded heapless v0.7.17
9472026-04-21T16:05:42.592Z Downloaded der v0.7.10
9482026-04-21T16:05:42.592Z Downloaded rand_seeder v0.4.0
9492026-04-21T16:05:42.592Z Downloaded expectorate v1.2.0
9502026-04-21T16:05:42.592Z Downloaded diesel_derives v2.3.7
9512026-04-21T16:05:42.592Z Downloaded pkcs1 v0.7.5
9522026-04-21T16:05:42.592Z Downloaded postgres-types v0.2.12
9532026-04-21T16:05:42.592Z Downloaded p256 v0.13.2
9542026-04-21T16:05:42.592Z Downloaded aes v0.8.4
9552026-04-21T16:05:42.592Z Downloaded rand_core v0.6.4
9562026-04-21T16:05:42.592Z Downloaded rand_core v0.9.5
9572026-04-21T16:05:42.592Z Downloaded pkcs5 v0.7.1
9582026-04-21T16:05:42.600Z Downloaded rand_chacha v0.9.0
9592026-04-21T16:05:42.600Z Downloaded derive_more-impl v2.1.1
9602026-04-21T16:05:42.600Z Downloaded salsa20 v0.10.2
9612026-04-21T16:05:42.600Z Downloaded same-file v1.0.6
9622026-04-21T16:05:42.600Z Downloaded papergrid v0.17.0
9632026-04-21T16:05:42.600Z Downloaded resolv-conf v0.7.6
9642026-04-21T16:05:42.600Z Downloaded flate2 v1.1.9
9652026-04-21T16:05:42.600Z Downloaded secrecy v0.8.0
9662026-04-21T16:05:42.600Z Downloaded scroll_derive v0.13.1
9672026-04-21T16:05:42.600Z Downloaded scopeguard v1.2.0
9682026-04-21T16:05:42.600Z Downloaded scheduled-thread-pool v0.2.7
9692026-04-21T16:05:42.600Z Downloaded postcard v1.1.3
9702026-04-21T16:05:42.600Z Downloaded oso v0.27.3
9712026-04-21T16:05:42.600Z Downloaded postgres-protocol v0.6.10
9722026-04-21T16:05:42.600Z Downloaded crossterm v0.28.1
9732026-04-21T16:05:42.600Z Downloaded async-compression v0.4.41
9742026-04-21T16:05:42.600Z Downloaded serde-big-array v0.5.1
9752026-04-21T16:05:42.600Z Downloaded serde_bytes v0.11.19
9762026-04-21T16:05:42.600Z Downloaded seq-macro v0.3.6
9772026-04-21T16:05:42.600Z Downloaded miniz_oxide v0.8.9
9782026-04-21T16:05:42.600Z Downloaded secrecy v0.10.3
9792026-04-21T16:05:42.600Z Downloaded serde_plain v1.0.2
9802026-04-21T16:05:42.600Z Downloaded psm v0.1.30
9812026-04-21T16:05:42.600Z Downloaded pin-project v1.1.11
9822026-04-21T16:05:42.600Z Downloaded quinn-udp v0.5.14
9832026-04-21T16:05:42.600Z Downloaded rustls-pemfile v2.2.0
9842026-04-21T16:05:42.600Z Downloaded futures v0.3.32
9852026-04-21T16:05:42.600Z Downloaded shell-words v1.1.1
9862026-04-21T16:05:42.600Z Downloaded sha1 v0.10.6
9872026-04-21T16:05:42.600Z Downloaded signature v2.2.0
9882026-04-21T16:05:42.600Z Downloaded rustls-native-certs v0.8.3
9892026-04-21T16:05:42.600Z Downloaded dropshot-api-manager v0.6.0
9902026-04-21T16:05:42.600Z Downloaded serde_repr v0.1.20
9912026-04-21T16:05:42.600Z Downloaded darling_core v0.23.0
9922026-04-21T16:05:42.600Z Downloaded jiff-static v0.2.21
9932026-04-21T16:05:42.600Z Downloaded rustls-pemfile v1.0.4
9942026-04-21T16:05:42.601Z Downloaded darling v0.20.11
9952026-04-21T16:05:42.601Z Downloaded signal-hook-tokio v0.3.1
9962026-04-21T16:05:42.601Z Downloaded signal-hook-mio v0.2.5
9972026-04-21T16:05:42.601Z Downloaded siphasher v1.0.2
9982026-04-21T16:05:42.601Z Downloaded slog-bunyan v2.5.0
9992026-04-21T16:05:42.601Z Downloaded serde_urlencoded v0.7.1
10002026-04-21T16:05:42.601Z Downloaded sigpipe v0.1.3
10012026-04-21T16:05:42.601Z Downloaded rusty-fork v0.3.1
10022026-04-21T16:05:42.601Z Downloaded elliptic-curve v0.13.8
10032026-04-21T16:05:42.601Z Downloaded sapling-renderdag v0.1.0
10042026-04-21T16:05:42.601Z Downloaded rustversion v1.0.22
10052026-04-21T16:05:42.601Z Downloaded dropshot_endpoint v0.16.7
10062026-04-21T16:05:42.601Z Downloaded password-hash v0.4.2
10072026-04-21T16:05:42.601Z Downloaded compact_str v0.8.1
10082026-04-21T16:05:42.601Z Downloaded scroll v0.13.0
10092026-04-21T16:05:42.601Z Downloaded schemars_derive v0.8.22
10102026-04-21T16:05:42.601Z Downloaded scrypt v0.11.0
10112026-04-21T16:05:42.601Z Downloaded impl-trait-for-tuples v0.2.3
10122026-04-21T16:05:42.601Z Downloaded hyper-staticfile v0.10.1
10132026-04-21T16:05:42.601Z Downloaded globset v0.4.18
10142026-04-21T16:05:42.601Z Downloaded md5 v0.7.0
10152026-04-21T16:05:42.601Z Downloaded ingot v0.1.1
10162026-04-21T16:05:42.601Z Downloaded sct v0.7.1
10172026-04-21T16:05:42.601Z Downloaded hickory-resolver v0.25.2
10182026-04-21T16:05:42.601Z Downloaded progenitor-impl v0.10.0
10192026-04-21T16:05:42.601Z Downloaded const_format_proc_macros v0.2.34
10202026-04-21T16:05:42.601Z Downloaded sqlparser_derive v0.5.0
10212026-04-21T16:05:42.601Z Downloaded ssh-encoding v0.2.0
10222026-04-21T16:05:42.601Z Downloaded semver v0.1.20
10232026-04-21T16:05:42.601Z Downloaded ssh-cipher v0.2.0
10242026-04-21T16:05:42.601Z Downloaded sec1 v0.7.3
10252026-04-21T16:05:42.601Z Downloaded bitflags v1.3.2
10262026-04-21T16:05:42.601Z Downloaded serde-hex v0.1.0
10272026-04-21T16:05:42.601Z Downloaded serde_path_to_error v0.1.20
10282026-04-21T16:05:42.601Z Downloaded russh-keys v0.45.0
10292026-04-21T16:05:42.601Z Downloaded serde_spanned v1.0.4
10302026-04-21T16:05:42.601Z Downloaded serde_derive_internals v0.29.1
10312026-04-21T16:05:42.601Z Downloaded structmeta v0.3.0
10322026-04-21T16:05:42.601Z Downloaded strum v0.26.3
10332026-04-21T16:05:42.602Z Downloaded structmeta-derive v0.3.0
10342026-04-21T16:05:42.602Z Downloaded strip-ansi-escapes v0.2.1
10352026-04-21T16:05:42.602Z Downloaded strum v0.27.2
10362026-04-21T16:05:42.602Z Downloaded hickory-resolver v0.24.4
10372026-04-21T16:05:42.602Z Downloaded shlex v1.3.0
10382026-04-21T16:05:42.602Z Downloaded prefix-trie v0.7.0
10392026-04-21T16:05:42.602Z Downloaded hickory-server v0.25.2
10402026-04-21T16:05:42.602Z Downloaded slog-envlogger v2.2.0
10412026-04-21T16:05:42.602Z Downloaded signal-hook-registry v1.4.8
10422026-04-21T16:05:42.602Z Downloaded slab v0.4.12
10432026-04-21T16:05:42.602Z Downloaded simd-adler32 v0.3.8
10442026-04-21T16:05:42.602Z Downloaded sync-ptr v0.1.4
10452026-04-21T16:05:42.602Z Downloaded slog-term v2.9.2
10462026-04-21T16:05:42.602Z Downloaded slog-stdlog v4.1.1
10472026-04-21T16:05:42.602Z Downloaded slog-scope v4.4.1
10482026-04-21T16:05:42.602Z Downloaded slog-dtrace v0.3.0
10492026-04-21T16:05:42.602Z Downloaded supports-color v3.0.2
10502026-04-21T16:05:42.602Z Downloaded rcgen v0.12.1
10512026-04-21T16:05:42.602Z Downloaded hyper-util v0.1.20
10522026-04-21T16:05:42.602Z Downloaded subtle v2.6.1
10532026-04-21T16:05:42.602Z Downloaded smallvec v0.6.14
10542026-04-21T16:05:42.602Z Downloaded smf v0.2.3
10552026-04-21T16:05:42.602Z Downloaded tabled_derive v0.11.0
10562026-04-21T16:05:42.602Z Downloaded slog-json v2.6.1
10572026-04-21T16:05:42.602Z Downloaded openssl-sys v0.9.111
10582026-04-21T16:05:42.606Z Downloaded minimal-lexical v0.2.1
10592026-04-21T16:05:42.606Z Downloaded prettyplease v0.2.37
10602026-04-21T16:05:42.606Z Downloaded snafu-derive v0.8.9
10612026-04-21T16:05:42.606Z Downloaded testing_table v0.3.0
10622026-04-21T16:05:42.606Z Downloaded termtree v0.5.1
10632026-04-21T16:05:42.606Z Downloaded thread-id v5.1.0
10642026-04-21T16:05:42.606Z Downloaded progenitor-impl v0.13.0
10652026-04-21T16:05:42.606Z Downloaded tap v1.0.1
10662026-04-21T16:05:42.606Z Downloaded take_mut v0.2.2
10672026-04-21T16:05:42.606Z Downloaded tagptr v0.2.0
10682026-04-21T16:05:42.606Z Downloaded tabwriter v1.4.1
10692026-04-21T16:05:42.607Z Downloaded serde_cbor v0.11.2
10702026-04-21T16:05:42.607Z Downloaded spki v0.7.3
10712026-04-21T16:05:42.607Z Downloaded thiserror-impl-no-std v2.0.2
10722026-04-21T16:05:42.607Z Downloaded stringprep v0.1.5
10732026-04-21T16:05:42.607Z Downloaded progenitor-impl v0.11.2
10742026-04-21T16:05:42.607Z Downloaded string_cache v0.8.9
10752026-04-21T16:05:42.607Z Downloaded stacker v0.1.23
10762026-04-21T16:05:42.607Z Downloaded tinyvec_macros v0.1.1
10772026-04-21T16:05:42.607Z Downloaded itertools v0.10.5
10782026-04-21T16:05:42.607Z Downloaded rustls-pki-types v1.14.0
10792026-04-21T16:05:42.607Z Downloaded hashbrown v0.13.2
10802026-04-21T16:05:42.607Z Downloaded static_assertions v1.1.0
10812026-04-21T16:05:42.607Z Downloaded rustls-platform-verifier v0.6.2
10822026-04-21T16:05:42.607Z Downloaded time-core v0.1.8
10832026-04-21T16:05:42.607Z Downloaded strum_macros v0.26.4
10842026-04-21T16:05:42.607Z Downloaded strum_macros v0.24.3
10852026-04-21T16:05:42.607Z Downloaded tokio-macros v2.7.0
10862026-04-21T16:05:42.607Z Downloaded rayon-core v1.13.0
10872026-04-21T16:05:42.607Z Downloaded hashbrown v0.12.3
10882026-04-21T16:05:42.607Z Downloaded http v1.4.0
10892026-04-21T16:05:42.607Z Downloaded sync_wrapper v1.0.2
10902026-04-21T16:05:42.607Z Downloaded mio v1.2.0
10912026-04-21T16:05:42.607Z Downloaded nom v7.1.3
10922026-04-21T16:05:42.607Z Downloaded slog-async v2.8.0
10932026-04-21T16:05:42.607Z Downloaded ryu v1.0.23
10942026-04-21T16:05:42.607Z Downloaded support-bundle-viewer v0.1.2
10952026-04-21T16:05:42.607Z Downloaded spin v0.9.8
10962026-04-21T16:05:42.611Z Downloaded pretty_assertions v1.4.1
10972026-04-21T16:05:42.611Z Downloaded termios v0.3.3
10982026-04-21T16:05:42.615Z Downloaded rand v0.8.5
10992026-04-21T16:05:42.618Z Downloaded sqlformat v0.3.5
11002026-04-21T16:05:42.622Z Downloaded publicsuffix v2.3.0
11012026-04-21T16:05:42.625Z Downloaded tiny-keccak v2.0.2
11022026-04-21T16:05:42.629Z Downloaded try-lock v0.2.5
11032026-04-21T16:05:42.629Z Downloaded tower-layer v0.3.3
11042026-04-21T16:05:42.630Z Downloaded topological-sort v0.2.2
11052026-04-21T16:05:42.630Z Downloaded trait-variant v0.1.2
11062026-04-21T16:05:42.633Z Downloaded tower-service v0.3.3
11072026-04-21T16:05:42.633Z Downloaded thread_local v1.1.9
11082026-04-21T16:05:42.636Z Downloaded hashbrown v0.15.5
11092026-04-21T16:05:42.641Z Downloaded signal-hook v0.3.18
11102026-04-21T16:05:42.644Z Downloaded serde_with_macros v3.17.0
11112026-04-21T16:05:42.644Z Downloaded num-bigint v0.4.6
11122026-04-21T16:05:42.647Z Downloaded iddqd v0.3.17
11132026-04-21T16:05:42.650Z Downloaded tokio-native-tls v0.3.1
11142026-04-21T16:05:42.650Z Downloaded tokio-dtrace v0.1.1
11152026-04-21T16:05:42.654Z Downloaded tls_codec_derive v0.4.2
11162026-04-21T16:05:42.654Z Downloaded tls_codec v0.4.2
11172026-04-21T16:05:42.654Z Downloaded thiserror-no-std v2.0.2
11182026-04-21T16:05:42.658Z Downloaded serde_yaml v0.9.34+deprecated
11192026-04-21T16:05:42.663Z Downloaded qorb v0.4.1
11202026-04-21T16:05:42.663Z Downloaded tokio-rustls v0.25.0
11212026-04-21T16:05:42.666Z Downloaded tokio-tungstenite v0.23.1
11222026-04-21T16:05:42.669Z Downloaded typify-macro v0.4.3
11232026-04-21T16:05:42.669Z Downloaded libxml v0.3.3
11242026-04-21T16:05:42.673Z Downloaded untrusted v0.7.1
11252026-04-21T16:05:42.673Z Downloaded unit-prefix v0.5.2
11262026-04-21T16:05:42.673Z Downloaded unarray v0.1.4
11272026-04-21T16:05:42.676Z Downloaded slog v2.8.2
11282026-04-21T16:05:42.676Z Downloaded usdt v0.6.0
11292026-04-21T16:05:42.680Z Downloaded universal-hash v0.5.1
11302026-04-21T16:05:42.680Z Downloaded socket2 v0.5.10
11312026-04-21T16:05:42.680Z Downloaded schemars v0.8.22
11322026-04-21T16:05:42.687Z Downloaded utf-8 v0.7.6
11332026-04-21T16:05:42.690Z Downloaded unicode-truncate v1.1.0
11342026-04-21T16:05:42.690Z Downloaded tokio-tungstenite v0.21.0
11352026-04-21T16:05:42.690Z Downloaded untrusted v0.9.0
11362026-04-21T16:05:42.693Z Downloaded strum_macros v0.27.2
11372026-04-21T16:05:42.693Z Downloaded usdt-macro v0.6.0
11382026-04-21T16:05:42.693Z Downloaded usdt-attr-macro v0.6.0
11392026-04-21T16:05:42.697Z Downloaded schemars v0.9.0
11402026-04-21T16:05:42.701Z Downloaded rand v0.10.0
11412026-04-21T16:05:42.704Z Downloaded rsa v0.9.10
11422026-04-21T16:05:42.707Z Downloaded time-macros v0.2.27
11432026-04-21T16:05:42.710Z Downloaded itertools v0.13.0
11442026-04-21T16:05:42.714Z Downloaded term v1.2.1
11452026-04-21T16:05:42.718Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11462026-04-21T16:05:42.718Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11472026-04-21T16:05:42.718Z Downloaded term v0.7.0
11482026-04-21T16:05:42.721Z Downloaded socket2 v0.6.3
11492026-04-21T16:05:42.721Z Downloaded void v1.0.2
11502026-04-21T16:05:42.721Z Downloaded itertools v0.12.1
11512026-04-21T16:05:42.725Z Downloaded want v0.3.1
11522026-04-21T16:05:42.728Z Downloaded waitgroup v0.1.2
11532026-04-21T16:05:42.728Z Downloaded wait-timeout v0.2.1
11542026-04-21T16:05:42.728Z Downloaded futures-util v0.3.32
11552026-04-21T16:05:42.735Z Downloaded tokio-rustls v0.26.4
11562026-04-21T16:05:42.740Z Downloaded tui-tree-widget v0.23.1
11572026-04-21T16:05:42.740Z Downloaded unicase v2.9.0
11582026-04-21T16:05:42.740Z Downloaded typify-macro v0.6.1
11592026-04-21T16:05:42.740Z Downloaded tokio-rustls v0.24.1
11602026-04-21T16:05:42.743Z Downloaded iri-string v0.7.10
11612026-04-21T16:05:42.749Z Downloaded xshell-macros v0.2.7
11622026-04-21T16:05:42.749Z Downloaded xattr v1.6.1
11632026-04-21T16:05:42.749Z Downloaded ron v0.8.1
11642026-04-21T16:05:42.753Z Downloaded similar v2.7.0
11652026-04-21T16:05:42.753Z Downloaded snafu v0.8.9
11662026-04-21T16:05:42.757Z Downloaded num-bigint-dig v0.8.6
11672026-04-21T16:05:42.761Z Downloaded uzers v0.12.2
11682026-04-21T16:05:42.761Z Downloaded itertools v0.14.0
11692026-04-21T16:05:42.765Z Downloaded zeroize_derive v1.4.3
11702026-04-21T16:05:42.765Z Downloaded vergen-lib v0.1.6
11712026-04-21T16:05:42.768Z Downloaded subprocess v0.2.15
11722026-04-21T16:05:42.769Z Downloaded tokio-stream v0.1.18
11732026-04-21T16:05:42.772Z Downloaded samael v0.0.19
11742026-04-21T16:05:42.775Z Downloaded tinyvec v1.10.0
11752026-04-21T16:05:42.775Z Downloaded rand v0.9.2
11762026-04-21T16:05:42.778Z Downloaded toml_writer v1.0.6+spec-1.1.0
11772026-04-21T16:05:42.779Z Downloaded zone v0.3.1
11782026-04-21T16:05:42.782Z Downloaded rustls-webpki v0.103.9
11792026-04-21T16:05:42.782Z Downloaded zone_cfg_derive v0.3.1
11802026-04-21T16:05:42.782Z Downloaded vergen-git2 v1.0.7
11812026-04-21T16:05:42.785Z Downloaded twox-hash v2.1.2
11822026-04-21T16:05:42.785Z Downloaded blake3 v1.8.3
11832026-04-21T16:05:42.789Z Downloaded usdt-impl v0.6.0
11842026-04-21T16:05:42.803Z Downloaded test-strategy v0.4.5
11852026-04-21T16:05:42.803Z Downloaded whoami v2.1.0
11862026-04-21T16:05:42.803Z Downloaded toml_parser v1.0.9+spec-1.1.0
11872026-04-21T16:05:42.803Z Downloaded vergen-gitcl v1.0.8
11882026-04-21T16:05:42.803Z Downloaded walkdir v2.5.0
11892026-04-21T16:05:42.806Z Downloaded quinn v0.11.9
11902026-04-21T16:05:42.806Z Downloaded h2 v0.4.13
11912026-04-21T16:05:42.810Z Downloaded toml v0.7.8
11922026-04-21T16:05:42.813Z Downloaded xshell v0.2.7
11932026-04-21T16:05:42.818Z Downloaded whoami v1.6.1
11942026-04-21T16:05:42.825Z Downloaded vergen v9.0.6
11952026-04-21T16:05:42.828Z Downloaded libm v0.2.16
11962026-04-21T16:05:42.833Z Downloaded hkdf v0.12.4
11972026-04-21T16:05:42.837Z Downloaded wyz v0.5.1
11982026-04-21T16:05:42.837Z Downloaded tracing-attributes v0.1.31
11992026-04-21T16:05:42.840Z Downloaded tracing-core v0.1.36
12002026-04-21T16:05:42.840Z Downloaded zeroize v1.8.2
12012026-04-21T16:05:42.840Z Downloaded unicode-properties v0.1.4
12022026-04-21T16:05:42.843Z Downloaded schemars v1.2.1
12032026-04-21T16:05:42.849Z Downloaded zstd-safe v7.2.4
12042026-04-21T16:05:42.852Z Downloaded toml v0.9.12+spec-1.1.0
12052026-04-21T16:05:42.853Z Downloaded p521 v0.13.3
12062026-04-21T16:05:42.856Z Downloaded hyper v1.8.1
12072026-04-21T16:05:42.859Z Downloaded vsss-rs v3.3.4
12082026-04-21T16:05:42.862Z Downloaded toml v1.0.6+spec-1.1.0
12092026-04-21T16:05:42.865Z Downloaded rpassword v7.4.0
12102026-04-21T16:05:42.869Z Downloaded unsafe-libyaml v0.2.11
12112026-04-21T16:05:42.879Z Downloaded tar v0.4.45
12122026-04-21T16:05:42.882Z Downloaded steno v0.4.1
12132026-04-21T16:05:42.886Z Downloaded yasna v0.5.2
12142026-04-21T16:05:42.886Z Downloaded tungstenite v0.23.0
12152026-04-21T16:05:42.889Z Downloaded russh v0.45.0
12162026-04-21T16:05:42.892Z Downloaded typify v0.6.1
12172026-04-21T16:05:42.895Z Downloaded typify v0.4.3
12182026-04-21T16:05:42.898Z Downloaded aws-lc-rs v1.16.0
12192026-04-21T16:05:42.912Z Downloaded zerocopy v0.6.6
12202026-04-21T16:05:42.918Z Downloaded zstd v0.13.3
12212026-04-21T16:05:42.921Z Downloaded toml_edit v0.23.10+spec-1.0.0
12222026-04-21T16:05:42.925Z Downloaded unicode-bidi v0.3.18
12232026-04-21T16:05:42.932Z Downloaded bitvec v1.0.1
12242026-04-21T16:05:42.940Z Downloaded bindgen v0.71.1
12252026-04-21T16:05:42.944Z Downloaded uuid v1.23.0
12262026-04-21T16:05:42.948Z Downloaded vte v0.14.1
12272026-04-21T16:05:42.948Z Downloaded tungstenite v0.21.0
12282026-04-21T16:05:42.951Z Downloaded zopfli v0.8.3
12292026-04-21T16:05:42.954Z Downloaded chrono v0.4.44
12302026-04-21T16:05:42.961Z Downloaded tokio-postgres v0.7.16
12312026-04-21T16:05:42.965Z Downloaded rustyline v14.0.0
12322026-04-21T16:05:42.971Z Downloaded p384 v0.13.1
12332026-04-21T16:05:42.979Z Downloaded toml_edit v0.19.15
12342026-04-21T16:05:42.990Z Downloaded zip v0.6.6
12352026-04-21T16:05:42.995Z Downloaded ssh-key v0.6.7
12362026-04-21T16:05:42.999Z Downloaded rayon v1.11.0
12372026-04-21T16:05:43.004Z Downloaded reedline v0.40.0
12382026-04-21T16:05:43.015Z Downloaded yansi v1.0.1
12392026-04-21T16:05:43.018Z Downloaded zerocopy-derive v0.8.40
12402026-04-21T16:05:43.022Z Downloaded unicode_categories v0.1.1
12412026-04-21T16:05:43.029Z Downloaded reqwest v0.13.2
12422026-04-21T16:05:43.032Z Downloaded reqwest v0.12.28
12432026-04-21T16:05:43.036Z Downloaded regex v1.12.3
12442026-04-21T16:05:43.039Z Downloaded rustls-webpki v0.101.7
12452026-04-21T16:05:43.047Z Downloaded x509-cert v0.2.5
12462026-04-21T16:05:43.051Z Downloaded salty v0.3.0
12472026-04-21T16:05:43.065Z Downloaded portable-atomic v1.13.1
12482026-04-21T16:05:43.077Z Downloaded quick-xml v0.37.5
12492026-04-21T16:05:43.081Z Downloaded tokio-util v0.7.18
12502026-04-21T16:05:43.093Z Downloaded typed-path v0.9.3
12512026-04-21T16:05:43.096Z Downloaded lalrpop v0.19.12
12522026-04-21T16:05:43.106Z Downloaded serde_with v3.17.0
12532026-04-21T16:05:43.110Z Downloaded goblin v0.10.5
12542026-04-21T16:05:43.113Z Downloaded tower v0.5.3
12552026-04-21T16:05:43.118Z Downloaded moka v0.12.13
12562026-04-21T16:05:43.123Z Downloaded proptest v1.10.0
12572026-04-21T16:05:43.162Z Downloaded tower-http v0.6.8
12582026-04-21T16:05:43.162Z Downloaded object v0.30.4
12592026-04-21T16:05:43.162Z Downloaded unicode-segmentation v1.12.0
12602026-04-21T16:05:43.162Z Downloaded tough v0.20.0
12612026-04-21T16:05:43.166Z Downloaded git2 v0.20.4
12622026-04-21T16:05:43.166Z Downloaded rustls-webpki v0.102.8
12632026-04-21T16:05:43.176Z Downloaded zip v4.6.1
12642026-04-21T16:05:43.180Z Downloaded unicode-normalization v0.1.25
12652026-04-21T16:05:43.183Z Downloaded winnow v0.5.40
12662026-04-21T16:05:43.199Z Downloaded petname v2.0.2
12672026-04-21T16:05:43.202Z Downloaded openssl v0.10.75
12682026-04-21T16:05:43.208Z Downloaded winnow v0.6.26
12692026-04-21T16:05:43.213Z Downloaded bstr v1.12.1
12702026-04-21T16:05:43.217Z Downloaded nix v0.27.1
12712026-04-21T16:05:43.223Z Downloaded nix v0.29.0
12722026-04-21T16:05:43.235Z Downloaded quinn-proto v0.11.13
12732026-04-21T16:05:43.253Z Downloaded curve25519-dalek v4.1.3
12742026-04-21T16:05:43.266Z Downloaded nix v0.28.0
12752026-04-21T16:05:43.266Z Downloaded rustls v0.21.12
12762026-04-21T16:05:43.266Z Downloaded radix_trie v0.2.1
12772026-04-21T16:05:43.273Z Downloaded polar-core v0.27.3
12782026-04-21T16:05:43.273Z Downloaded smoltcp v0.9.1
12792026-04-21T16:05:43.281Z Downloaded zlib-rs v0.6.2
12802026-04-21T16:05:43.285Z Downloaded tabled v0.20.0
12812026-04-21T16:05:43.300Z Downloaded time v0.3.47
12822026-04-21T16:05:43.321Z Downloaded object v0.37.3
12832026-04-21T16:05:43.381Z Downloaded openapiv3 v2.2.0
12842026-04-21T16:05:43.381Z Downloaded dropshot v0.17.0
12852026-04-21T16:05:43.381Z Downloaded vcpkg v0.2.15
12862026-04-21T16:05:43.381Z Downloaded dropshot v0.16.7
12872026-04-21T16:05:43.402Z Downloaded rustls v0.23.37
12882026-04-21T16:05:43.402Z Downloaded webpki-roots v1.0.6
12892026-04-21T16:05:43.403Z Downloaded zerocopy v0.8.40
12902026-04-21T16:05:43.410Z Downloaded rustls v0.22.4
12912026-04-21T16:05:43.410Z Downloaded rustix v0.38.44
12922026-04-21T16:05:43.415Z Downloaded smoltcp v0.11.0
12932026-04-21T16:05:43.422Z Downloaded hickory-proto v0.25.2
12942026-04-21T16:05:43.433Z Downloaded diesel v2.3.7
12952026-04-21T16:05:43.446Z Downloaded regress v0.10.5
12962026-04-21T16:05:43.452Z Downloaded regex-syntax v0.8.10
12972026-04-21T16:05:43.456Z Downloaded hickory-proto v0.24.4
12982026-04-21T16:05:43.465Z Downloaded regex-syntax v0.6.29
12992026-04-21T16:05:43.469Z Downloaded sqlparser v0.61.0
13002026-04-21T16:05:43.475Z Downloaded nix v0.31.2
13012026-04-21T16:05:43.510Z Downloaded sled v0.34.7
13022026-04-21T16:05:43.517Z Downloaded tracing v0.1.44
13032026-04-21T16:05:43.530Z Downloaded typify-impl v0.6.1
13042026-04-21T16:05:43.539Z Downloaded typify-impl v0.4.3
13052026-04-21T16:05:43.548Z Downloaded ratatui v0.29.0
13062026-04-21T16:05:43.561Z Downloaded bzip2-sys v0.1.13+1.0.8
13072026-04-21T16:05:43.568Z Downloaded regex-automata v0.4.14
13082026-04-21T16:05:43.580Z Downloaded zerocopy-derive v0.6.6
13092026-04-21T16:05:43.595Z Downloaded jiff v0.2.21
13102026-04-21T16:05:43.616Z Downloaded petgraph v0.6.5
13112026-04-21T16:05:43.628Z Downloaded petgraph v0.8.3
13122026-04-21T16:05:43.642Z Downloaded libz-sys v1.1.24
13132026-04-21T16:05:43.656Z Downloaded csv v1.4.0
13142026-04-21T16:05:43.669Z Downloaded chrono-tz v0.10.4
13152026-04-21T16:05:43.680Z Downloaded sha3 v0.10.8
13162026-04-21T16:05:43.699Z Downloaded encoding_rs v0.8.35
13172026-04-21T16:05:43.712Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13182026-04-21T16:05:43.738Z Downloaded tokio v1.52.1
13192026-04-21T16:05:43.869Z Downloaded ring v0.17.14
13202026-04-21T16:05:43.904Z Downloaded libgit2-sys v0.18.3+1.9.2
13212026-04-21T16:05:44.543Z Downloaded aws-lc-sys v0.37.1
13222026-04-21T16:05:44.802Z Compiling libc v0.2.185
13232026-04-21T16:05:44.802Z Compiling serde v1.0.228
13242026-04-21T16:05:44.807Z Compiling shlex v1.3.0
13252026-04-21T16:05:44.807Z Compiling find-msvc-tools v0.1.9
13262026-04-21T16:05:44.807Z Compiling log v0.4.29
13272026-04-21T16:05:44.807Z Compiling smallvec v1.15.1
13282026-04-21T16:05:44.807Z Compiling typenum v1.19.0
13292026-04-21T16:05:44.807Z Compiling subtle v2.6.1
13302026-04-21T16:05:44.950Z Compiling generic-array v0.14.7
13312026-04-21T16:05:44.956Z Compiling scopeguard v1.2.0
13322026-04-21T16:05:44.960Z Compiling const-oid v0.9.6
13332026-04-21T16:05:45.012Z Compiling portable-atomic v1.13.1
13342026-04-21T16:05:45.033Z Compiling zerocopy v0.8.40
13352026-04-21T16:05:45.046Z Compiling syn v2.0.117
13362026-04-21T16:05:45.058Z Compiling critical-section v1.2.0
13372026-04-21T16:05:45.090Z Compiling serde_json v1.0.149
13382026-04-21T16:05:45.139Z Compiling lock_api v0.4.14
13392026-04-21T16:05:45.156Z Compiling parking_lot_core v0.9.12
13402026-04-21T16:05:45.171Z Compiling pin-project-lite v0.2.17
13412026-04-21T16:05:45.221Z Compiling pkg-config v0.3.32
13422026-04-21T16:05:45.327Z Compiling bitflags v2.11.0
13432026-04-21T16:05:45.330Z Compiling libm v0.2.16
13442026-04-21T16:05:45.331Z Compiling num-traits v0.2.19
13452026-04-21T16:05:45.388Z Compiling futures-core v0.3.32
13462026-04-21T16:05:45.410Z Compiling percent-encoding v2.3.2
13472026-04-21T16:05:45.444Z Compiling allocator-api2 v0.2.21
13482026-04-21T16:05:45.508Z Compiling futures-sink v0.3.32
13492026-04-21T16:05:45.571Z Compiling cpufeatures v0.2.17
13502026-04-21T16:05:45.590Z Compiling foldhash v0.2.0
13512026-04-21T16:05:45.673Z Compiling futures-channel v0.3.32
13522026-04-21T16:05:45.685Z Compiling futures-io v0.3.32
13532026-04-21T16:05:45.685Z Compiling getrandom v0.4.1
13542026-04-21T16:05:45.685Z Compiling futures-task v0.3.32
13552026-04-21T16:05:45.726Z Compiling slab v0.4.12
13562026-04-21T16:05:45.793Z Compiling hashbrown v0.16.1
13572026-04-21T16:05:45.825Z Compiling rand_core v0.10.0
13582026-04-21T16:05:45.841Z Compiling rustversion v1.0.22
13592026-04-21T16:05:45.863Z Compiling getrandom v0.3.4
13602026-04-21T16:05:45.902Z Compiling form_urlencoded v1.2.2
13612026-04-21T16:05:45.902Z Compiling fs_extra v1.3.0
13622026-04-21T16:05:45.930Z Compiling ident_case v1.0.1
13632026-04-21T16:05:45.930Z Compiling dunce v1.0.5
13642026-04-21T16:05:45.948Z Compiling base64ct v1.8.3
13652026-04-21T16:05:46.026Z Compiling getrandom v0.2.17
13662026-04-21T16:05:46.036Z Compiling jobserver v0.1.34
13672026-04-21T16:05:46.052Z Compiling errno v0.3.14
13682026-04-21T16:05:46.088Z Compiling mio v1.2.0
13692026-04-21T16:05:46.106Z Compiling socket2 v0.6.3
13702026-04-21T16:05:46.227Z Compiling rand_core v0.6.4
13712026-04-21T16:05:46.244Z Compiling once_cell v1.21.3
13722026-04-21T16:05:46.244Z Compiling signal-hook-registry v1.4.8
13732026-04-21T16:05:46.289Z Compiling cc v1.2.56
13742026-04-21T16:05:46.326Z Compiling parking_lot v0.12.5
13752026-04-21T16:05:46.393Z Compiling indexmap v2.13.0
13762026-04-21T16:05:46.408Z Compiling pem-rfc7468 v0.7.0
13772026-04-21T16:05:46.434Z Compiling flagset v0.4.7
13782026-04-21T16:05:46.450Z Compiling iana-time-zone v0.1.65
13792026-04-21T16:05:46.486Z Compiling rustix v1.1.3
13802026-04-21T16:05:46.559Z Compiling uuid v1.23.0
13812026-04-21T16:05:46.573Z Compiling rustc_version v0.4.1
13822026-04-21T16:05:46.589Z Compiling aws-lc-rs v1.16.0
13832026-04-21T16:05:46.607Z Compiling vcpkg v0.2.15
13842026-04-21T16:05:46.685Z Compiling regex-syntax v0.8.10
13852026-04-21T16:05:46.749Z Compiling tracing-core v0.1.36
13862026-04-21T16:05:46.764Z Compiling httparse v1.10.1
13872026-04-21T16:05:46.767Z Compiling schemars v0.8.22
13882026-04-21T16:05:46.884Z Compiling rand_core v0.9.5
13892026-04-21T16:05:46.932Z Compiling base64 v0.22.1
13902026-04-21T16:05:46.949Z Compiling untrusted v0.7.1
13912026-04-21T16:05:46.953Z Compiling untrusted v0.9.0
13922026-04-21T16:05:46.983Z Compiling openssl-probe v0.2.1
13932026-04-21T16:05:47.042Z Compiling cmake v0.1.57
13942026-04-21T16:05:47.098Z Compiling try-lock v0.2.5
13952026-04-21T16:05:47.102Z Compiling rustls v0.23.37
13962026-04-21T16:05:47.130Z Compiling tower-layer v0.3.3
13972026-04-21T16:05:47.205Z Compiling dyn-clone v1.0.20
13982026-04-21T16:05:47.230Z Compiling tinyvec_macros v0.1.1
13992026-04-21T16:05:47.241Z Compiling atomic-waker v1.1.2
14002026-04-21T16:05:47.248Z Compiling tower-service v0.3.3
14012026-04-21T16:05:47.305Z Compiling tinyvec v1.10.0
14022026-04-21T16:05:47.321Z Compiling want v0.3.1
14032026-04-21T16:05:47.329Z Compiling spin v0.9.8
14042026-04-21T16:05:47.329Z Compiling aho-corasick v1.1.4
14052026-04-21T16:05:47.356Z Compiling foreign-types-shared v0.1.1
14062026-04-21T16:05:47.371Z Compiling httpdate v1.0.3
14072026-04-21T16:05:47.381Z Compiling time-core v0.1.8
14082026-04-21T16:05:47.385Z Compiling num-conv v0.2.0
14092026-04-21T16:05:47.433Z Compiling pin-utils v0.1.0
14102026-04-21T16:05:47.523Z Compiling crc32fast v1.5.0
14112026-04-21T16:05:47.548Z Compiling openssl v0.10.75
14122026-04-21T16:05:47.564Z Compiling powerfmt v0.2.0
14132026-04-21T16:05:47.581Z Compiling foreign-types v0.3.2
14142026-04-21T16:05:47.596Z Compiling socket2 v0.5.10
14152026-04-21T16:05:47.614Z Compiling wait-timeout v0.2.1
14162026-04-21T16:05:47.618Z Compiling num_threads v0.1.7
14172026-04-21T16:05:47.650Z Compiling time-macros v0.2.27
14182026-04-21T16:05:47.650Z Compiling native-tls v0.2.18
14192026-04-21T16:05:47.678Z Compiling simd-adler32 v0.3.8
14202026-04-21T16:05:47.718Z Compiling quick-error v1.2.3
14212026-04-21T16:05:47.761Z Compiling deranged v0.5.8
14222026-04-21T16:05:47.778Z Compiling usdt-impl v0.6.0
14232026-04-21T16:05:47.812Z Compiling crossbeam-utils v0.8.21
14242026-04-21T16:05:47.837Z Compiling syn v1.0.109
14252026-04-21T16:05:47.867Z Compiling siphasher v1.0.2
14262026-04-21T16:05:47.894Z Compiling bit-vec v0.8.0
14272026-04-21T16:05:47.933Z Compiling unicode-normalization v0.1.25
14282026-04-21T16:05:48.010Z Compiling rand_xorshift v0.4.0
14292026-04-21T16:05:48.082Z Compiling aws-lc-sys v0.37.1
14302026-04-21T16:05:48.096Z Compiling ring v0.17.14
14312026-04-21T16:05:48.112Z Compiling openssl-sys v0.9.111
14322026-04-21T16:05:48.129Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14332026-04-21T16:05:48.176Z Compiling synstructure v0.13.2
14342026-04-21T16:05:48.194Z Compiling serde_derive_internals v0.29.1
14352026-04-21T16:05:48.217Z Compiling pest_generator v2.8.6
14362026-04-21T16:05:48.234Z Compiling darling_core v0.20.11
14372026-04-21T16:05:48.324Z Compiling tempfile v3.25.0
14382026-04-21T16:05:48.494Z Compiling regex-automata v0.4.14
14392026-04-21T16:05:48.561Z Compiling rusty-fork v0.3.1
14402026-04-21T16:05:48.769Z Compiling darling_core v0.21.3
14412026-04-21T16:05:48.859Z Compiling bit-set v0.8.0
14422026-04-21T16:05:48.913Z Compiling time v0.3.47
14432026-04-21T16:05:48.929Z Compiling bzip2-sys v0.1.13+1.0.8
14442026-04-21T16:05:48.933Z Compiling slog v2.8.2
14452026-04-21T16:05:49.043Z Compiling heapless v0.7.17
14462026-04-21T16:05:49.058Z Compiling thread-id v5.1.0
14472026-04-21T16:05:49.167Z Compiling sync_wrapper v1.0.2
14482026-04-21T16:05:49.182Z Compiling cookie v0.18.1
14492026-04-21T16:05:49.209Z Compiling anyhow v1.0.102
14502026-04-21T16:05:49.262Z Compiling signal-hook v0.3.18
14512026-04-21T16:05:49.296Z Compiling unarray v0.1.4
14522026-04-21T16:05:49.335Z Compiling unicode-bidi v0.3.18
14532026-04-21T16:05:49.380Z Compiling unicode-properties v0.1.4
14542026-04-21T16:05:49.395Z Compiling paste v1.0.15
14552026-04-21T16:05:49.412Z Compiling adler2 v2.0.1
14562026-04-21T16:05:49.431Z Compiling zstd-safe v7.2.4
14572026-04-21T16:05:49.557Z Compiling miniz_oxide v0.8.9
14582026-04-21T16:05:49.680Z Compiling num-integer v0.1.46
14592026-04-21T16:05:49.768Z Compiling stringprep v0.1.5
14602026-04-21T16:05:49.848Z Compiling vergen-lib v0.1.6
14612026-04-21T16:05:49.942Z Compiling curve25519-dalek v4.1.3
14622026-04-21T16:05:50.086Z Compiling ff v0.13.1
14632026-04-21T16:05:50.094Z Compiling hash32 v0.2.1
14642026-04-21T16:05:50.094Z Compiling serde_derive v1.0.228
14652026-04-21T16:05:50.201Z Compiling zeroize_derive v1.4.3
14662026-04-21T16:05:50.227Z Compiling zerofrom-derive v0.1.6
14672026-04-21T16:05:50.250Z Compiling yoke-derive v0.8.1
14682026-04-21T16:05:50.276Z Compiling zerocopy-derive v0.8.40
14692026-04-21T16:05:50.309Z Compiling zerovec-derive v0.11.2
14702026-04-21T16:05:50.324Z Compiling displaydoc v0.2.5
14712026-04-21T16:05:50.411Z Compiling tokio-macros v2.7.0
14722026-04-21T16:05:50.663Z Compiling futures-macro v0.3.32
14732026-04-21T16:05:50.787Z Compiling der_derive v0.7.3
14742026-04-21T16:05:50.937Z Compiling zeroize v1.8.2
14752026-04-21T16:05:51.175Z Compiling thiserror-impl v2.0.18
14762026-04-21T16:05:51.232Z Compiling rustls-pki-types v1.14.0
14772026-04-21T16:05:51.545Z Compiling tracing-attributes v0.1.31
14782026-04-21T16:05:51.561Z Compiling pest_derive v2.8.6
14792026-04-21T16:05:51.577Z Compiling schemars_derive v0.8.22
14802026-04-21T16:05:51.591Z Compiling futures-util v0.3.32
14812026-04-21T16:05:51.726Z Compiling crypto-common v0.1.7
14822026-04-21T16:05:51.759Z Compiling block-buffer v0.10.4
14832026-04-21T16:05:51.777Z Compiling zerofrom v0.1.6
14842026-04-21T16:05:51.854Z Compiling block-padding v0.3.3
14852026-04-21T16:05:51.907Z Compiling yoke v0.8.1
14862026-04-21T16:05:51.939Z Compiling digest v0.10.7
14872026-04-21T16:05:51.956Z Compiling der v0.7.10
14882026-04-21T16:05:52.046Z Compiling inout v0.1.4
14892026-04-21T16:05:53.065Z Compiling scroll_derive v0.13.1
14902026-04-21T16:05:53.069Z Compiling zerovec v0.11.5
14912026-04-21T16:05:53.069Z Compiling zerotrie v0.2.3
14922026-04-21T16:05:53.069Z Compiling hmac v0.12.1
14932026-04-21T16:05:53.069Z Compiling cipher v0.4.4
14942026-04-21T16:05:53.069Z Compiling sha2 v0.10.9
14952026-04-21T16:05:53.069Z Compiling pbkdf2 v0.12.2
14962026-04-21T16:05:53.069Z Compiling tinystr v0.8.2
14972026-04-21T16:05:53.069Z Compiling potential_utf v0.1.4
14982026-04-21T16:05:53.069Z Compiling salsa20 v0.10.2
14992026-04-21T16:05:53.069Z Compiling aes v0.8.4
15002026-04-21T16:05:53.069Z Compiling icu_locale_core v2.1.1
15012026-04-21T16:05:53.069Z Compiling icu_collections v2.1.1
15022026-04-21T16:05:53.069Z Compiling spki v0.7.3
15032026-04-21T16:05:53.070Z Compiling scrypt v0.11.0
15042026-04-21T16:05:53.070Z Compiling cbc v0.1.2
15052026-04-21T16:05:53.070Z Compiling thiserror v2.0.18
15062026-04-21T16:05:53.070Z Compiling tracing v0.1.44
15072026-04-21T16:05:53.246Z Compiling scroll v0.13.0
15082026-04-21T16:05:53.250Z Compiling darling_macro v0.20.11
15092026-04-21T16:05:53.301Z Compiling openssl-macros v0.1.1
15102026-04-21T16:05:53.317Z Compiling pkcs5 v0.7.1
15112026-04-21T16:05:53.361Z Compiling dtrace-parser v0.3.0
15122026-04-21T16:05:53.502Z Compiling goblin v0.10.5
15132026-04-21T16:05:53.554Z Compiling signature v2.2.0
15142026-04-21T16:05:53.763Z Compiling icu_provider v2.1.1
15152026-04-21T16:05:53.771Z Compiling pkcs8 v0.10.2
15162026-04-21T16:05:53.803Z Compiling bytes v1.11.1
15172026-04-21T16:05:53.824Z Compiling chrono v0.4.44
15182026-04-21T16:05:53.838Z Compiling ipnet v2.11.0
15192026-04-21T16:05:53.894Z Compiling darling v0.20.11
15202026-04-21T16:05:53.995Z Compiling derive_builder_core v0.20.2
15212026-04-21T16:05:54.028Z Compiling icu_normalizer v2.1.1
15222026-04-21T16:05:54.044Z Compiling icu_properties v2.1.2
15232026-04-21T16:05:54.094Z Compiling rustls-native-certs v0.8.3
15242026-04-21T16:05:54.109Z Compiling thiserror-impl v1.0.69
15252026-04-21T16:05:54.126Z Compiling scroll_derive v0.12.1
15262026-04-21T16:05:54.167Z Compiling erased-serde v0.3.31
15272026-04-21T16:05:54.399Z Compiling tokio v1.52.1
15282026-04-21T16:05:54.421Z Compiling http v1.4.0
15292026-04-21T16:05:54.464Z Compiling serde_tokenstream v0.2.3
15302026-04-21T16:05:54.604Z Compiling serde_spanned v0.6.9
15312026-04-21T16:05:54.688Z Compiling toml_datetime v0.6.11
15322026-04-21T16:05:54.771Z Compiling md-5 v0.10.6
15332026-04-21T16:05:54.817Z Compiling webpki-roots v1.0.6
15342026-04-21T16:05:54.839Z Compiling scroll v0.12.0
15352026-04-21T16:05:54.929Z Compiling ppv-lite86 v0.2.21
15362026-04-21T16:05:54.962Z Compiling idna_adapter v1.2.1
15372026-04-21T16:05:54.978Z Compiling derive_builder_macro v0.20.2
15382026-04-21T16:05:54.998Z Compiling darling_macro v0.21.3
15392026-04-21T16:05:55.076Z Compiling zerocopy-derive v0.7.35
15402026-04-21T16:05:55.092Z Compiling idna v1.1.0
15412026-04-21T16:05:55.128Z Compiling http-body v1.0.1
15422026-04-21T16:05:55.134Z Compiling memoffset v0.9.1
15432026-04-21T16:05:55.222Z Compiling rand_chacha v0.9.0
15442026-04-21T16:05:55.263Z Compiling http-body-util v0.1.3
15452026-04-21T16:05:55.292Z Compiling rand_chacha v0.3.1
15462026-04-21T16:05:55.312Z Compiling litrs v1.0.0
15472026-04-21T16:05:55.373Z Compiling smoltcp v0.9.1
15482026-04-21T16:05:55.419Z Compiling url v2.5.8
15492026-04-21T16:05:55.473Z Compiling rand v0.9.2
15502026-04-21T16:05:55.509Z Compiling thiserror v1.0.69
15512026-04-21T16:05:55.535Z Compiling rustix v0.38.44
15522026-04-21T16:05:55.551Z Compiling zlib-rs v0.6.2
15532026-04-21T16:05:55.642Z Compiling psl-types v2.0.11
15542026-04-21T16:05:55.771Z Compiling cfg_aliases v0.2.1
15552026-04-21T16:05:55.787Z Compiling num-bigint-dig v0.8.6
15562026-04-21T16:05:55.792Z Compiling fallible-iterator v0.2.0
15572026-04-21T16:05:55.861Z Compiling ryu v1.0.23
15582026-04-21T16:05:55.875Z Compiling ref-cast v1.0.25
15592026-04-21T16:05:55.898Z Compiling iri-string v0.7.10
15602026-04-21T16:05:55.960Z Compiling base16ct v0.2.0
15612026-04-21T16:05:55.996Z Compiling zerocopy v0.7.35
15622026-04-21T16:05:56.037Z Compiling serde_urlencoded v0.7.1
15632026-04-21T16:05:56.066Z Compiling proptest v1.10.0
15642026-04-21T16:05:56.143Z Compiling sec1 v0.7.3
15652026-04-21T16:05:56.160Z Compiling postgres-protocol v0.6.10
15662026-04-21T16:05:56.271Z Compiling dof v0.4.0
15672026-04-21T16:05:56.308Z Compiling nix v0.31.2
15682026-04-21T16:05:56.323Z Compiling document-features v0.2.12
15692026-04-21T16:05:56.473Z Compiling publicsuffix v2.3.0
15702026-04-21T16:05:56.521Z Compiling darling v0.21.3
15712026-04-21T16:05:56.584Z Compiling rand v0.8.5
15722026-04-21T16:05:56.625Z Compiling derive_builder v0.20.2
15732026-04-21T16:05:56.676Z Compiling goblin v0.8.2
15742026-04-21T16:05:56.715Z Compiling ipnetwork v0.21.1
15752026-04-21T16:05:56.764Z Compiling hubpack_derive v0.1.1
15762026-04-21T16:05:56.781Z Compiling cargo-platform v0.1.9
15772026-04-21T16:05:56.961Z Compiling oxnet v0.1.4
15782026-04-21T16:05:56.976Z Compiling hkdf v0.12.4
15792026-04-21T16:05:57.140Z Compiling crypto-bigint v0.5.5
15802026-04-21T16:05:57.162Z Compiling regex v1.12.3
15812026-04-21T16:05:57.351Z Compiling group v0.13.0
15822026-04-21T16:05:57.398Z Compiling strum_macros v0.27.2
15832026-04-21T16:05:57.470Z Compiling async-trait v0.1.89
15842026-04-21T16:05:57.509Z Compiling ref-cast-impl v1.0.25
15852026-04-21T16:05:57.530Z Compiling curve25519-dalek-derive v0.1.1
15862026-04-21T16:05:57.601Z Compiling daft-derive v0.1.5
15872026-04-21T16:05:57.708Z Compiling num-iter v0.1.45
15882026-04-21T16:05:57.902Z Compiling terminal_size v0.4.3
15892026-04-21T16:05:57.936Z Compiling phf_shared v0.13.1
15902026-04-21T16:05:58.070Z Compiling lazy_static v1.5.0
15912026-04-21T16:05:58.102Z Compiling vergen v9.0.6
15922026-04-21T16:05:58.133Z Compiling fs-err v3.3.0
15932026-04-21T16:05:58.182Z Compiling ahash v0.8.12
15942026-04-21T16:05:58.215Z Compiling managed v0.8.0
15952026-04-21T16:05:58.231Z Compiling bitflags v1.3.2
15962026-04-21T16:05:58.235Z Compiling winnow v0.5.40
15972026-04-21T16:05:58.321Z Compiling tokio-util v0.7.18
15982026-04-21T16:05:58.338Z Compiling tower v0.5.3
15992026-04-21T16:05:58.365Z Compiling tokio-native-tls v0.3.1
16002026-04-21T16:05:58.375Z Compiling object v0.37.3
16012026-04-21T16:05:58.426Z Compiling bumpalo v3.20.2
16022026-04-21T16:05:58.446Z Compiling unicode-segmentation v1.12.0
16032026-04-21T16:05:58.460Z Compiling newtype-uuid v1.3.2
16042026-04-21T16:05:58.564Z Compiling flate2 v1.1.9
16052026-04-21T16:05:58.600Z Compiling libbz2-rs-sys v0.2.2
16062026-04-21T16:05:58.721Z Compiling foldhash v0.1.5
16072026-04-21T16:05:58.727Z Compiling daft v0.1.5
16082026-04-21T16:05:58.845Z Compiling tower-http v0.6.8
16092026-04-21T16:05:58.866Z Compiling hashbrown v0.15.5
16102026-04-21T16:05:58.899Z Compiling zopfli v0.8.3
16112026-04-21T16:05:58.916Z Compiling clap_builder v4.5.60
16122026-04-21T16:05:58.997Z Compiling dof v0.3.0
16132026-04-21T16:05:59.158Z Compiling h2 v0.4.13
16142026-04-21T16:05:59.302Z Compiling bzip2 v0.6.1
16152026-04-21T16:05:59.417Z Compiling elliptic-curve v0.13.8
16162026-04-21T16:05:59.477Z Compiling phf v0.13.1
16172026-04-21T16:05:59.531Z Compiling strum v0.27.2
16182026-04-21T16:05:59.626Z Compiling toml_edit v0.19.15
16192026-04-21T16:05:59.663Z Compiling signal-hook-mio v0.2.5
16202026-04-21T16:05:59.696Z Compiling usdt-macro v0.6.0
16212026-04-21T16:05:59.784Z Compiling usdt-attr-macro v0.6.0
16222026-04-21T16:05:59.799Z Compiling cargo_metadata v0.19.2
16232026-04-21T16:05:59.814Z Compiling cookie_store v0.22.1
16242026-04-21T16:05:59.859Z Compiling hubpack v0.1.2
16252026-04-21T16:05:59.877Z Compiling bzip2 v0.4.4
16262026-04-21T16:06:00.125Z Compiling serde_with_macros v3.17.0
16272026-04-21T16:06:00.144Z Compiling zstd v0.13.3
16282026-04-21T16:06:00.187Z Compiling postgres-types v0.2.12
16292026-04-21T16:06:00.502Z Compiling dtrace-parser v0.2.0
16302026-04-21T16:06:00.540Z Compiling pkcs1 v0.7.5
16312026-04-21T16:06:00.620Z Compiling ed25519 v2.2.3
16322026-04-21T16:06:00.637Z Compiling hex v0.4.3
16332026-04-21T16:06:00.757Z Compiling serde-big-array v0.5.1
16342026-04-21T16:06:00.880Z Compiling rfc6979 v0.4.0
16352026-04-21T16:06:00.928Z Compiling bstr v1.12.1
16362026-04-21T16:06:00.945Z Compiling strum_macros v0.26.4
16372026-04-21T16:06:00.978Z Compiling clap_derive v4.5.55
16382026-04-21T16:06:01.031Z Compiling serde_repr v0.1.20
16392026-04-21T16:06:01.307Z Compiling enum-as-inner v0.6.1
16402026-04-21T16:06:01.321Z Compiling phf_shared v0.11.3
16412026-04-21T16:06:01.417Z Compiling float-cmp v0.10.0
16422026-04-21T16:06:01.547Z Compiling thread-id v4.2.2
16432026-04-21T16:06:01.572Z Compiling memmap2 v0.9.10
16442026-04-21T16:06:01.593Z Compiling env_filter v1.0.0
16452026-04-21T16:06:01.619Z Compiling encoding_rs v0.8.35
16462026-04-21T16:06:01.638Z Compiling data-encoding v2.10.0
16472026-04-21T16:06:01.657Z Compiling either v1.15.0
16482026-04-21T16:06:01.676Z Compiling difflib v0.4.0
16492026-04-21T16:06:01.821Z Compiling new_debug_unreachable v1.0.6
16502026-04-21T16:06:01.879Z Compiling fixedbitset v0.4.2
16512026-04-21T16:06:01.899Z Compiling mime v0.3.17
16522026-04-21T16:06:01.915Z Compiling keccak v0.1.6
16532026-04-21T16:06:01.939Z Compiling rustc-hash v2.1.1
16542026-04-21T16:06:02.090Z Compiling predicates-core v1.0.10
16552026-04-21T16:06:02.133Z Compiling whoami v2.1.0
16562026-04-21T16:06:02.154Z Compiling normalize-line-endings v0.3.0
16572026-04-21T16:06:02.202Z Compiling fixedbitset v0.5.7
16582026-04-21T16:06:02.276Z Compiling static_assertions v1.1.0
16592026-04-21T16:06:02.289Z Compiling precomputed-hash v0.1.1
16602026-04-21T16:06:02.305Z Compiling jiff v0.2.21
16612026-04-21T16:06:02.382Z Compiling hyper v1.8.1
16622026-04-21T16:06:02.399Z Compiling string_cache v0.8.9
16632026-04-21T16:06:02.399Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16642026-04-21T16:06:02.495Z Compiling petgraph v0.8.3
16652026-04-21T16:06:02.559Z Compiling tokio-postgres v0.7.16
16662026-04-21T16:06:02.589Z Compiling toml_edit v0.22.27
16672026-04-21T16:06:02.655Z Compiling predicates v3.1.4
16682026-04-21T16:06:02.706Z Compiling sha3 v0.10.8
16692026-04-21T16:06:02.819Z Compiling iddqd v0.3.17
16702026-04-21T16:06:02.836Z Compiling strum v0.26.3
16712026-04-21T16:06:02.927Z Compiling clap v4.5.60
16722026-04-21T16:06:02.995Z Compiling petgraph v0.6.5
16732026-04-21T16:06:03.029Z Compiling hickory-proto v0.25.2
16742026-04-21T16:06:03.213Z Compiling itertools v0.13.0
16752026-04-21T16:06:03.310Z Compiling env_logger v0.11.9
16762026-04-21T16:06:03.370Z Compiling usdt v0.6.0
16772026-04-21T16:06:03.523Z Compiling usdt-impl v0.5.0
16782026-04-21T16:06:03.684Z Compiling hyper-util v0.1.20
16792026-04-21T16:06:03.701Z Compiling serde_with v3.17.0
16802026-04-21T16:06:04.041Z Compiling crossterm v0.28.1
16812026-04-21T16:06:04.148Z Compiling similar v2.7.0
16822026-04-21T16:06:04.152Z Compiling toml v0.7.8
16832026-04-21T16:06:04.556Z Compiling ecdsa v0.16.9
16842026-04-21T16:06:04.591Z Compiling ed25519-dalek v2.2.0
16852026-04-21T16:06:04.608Z Compiling rsa v0.9.10
16862026-04-21T16:06:05.010Z Compiling zip v0.6.6
16872026-04-21T16:06:05.112Z Compiling zip v4.6.1
16882026-04-21T16:06:05.262Z Compiling hyper-tls v0.6.0
16892026-04-21T16:06:05.411Z Compiling tokio-stream v0.1.18
16902026-04-21T16:06:05.477Z Compiling heck v0.4.1
16912026-04-21T16:06:05.536Z Compiling toml_parser v1.0.9+spec-1.1.0
16922026-04-21T16:06:05.540Z Compiling buf-list v1.1.2
16932026-04-21T16:06:05.540Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16942026-04-21T16:06:05.636Z Compiling openapiv3 v2.2.0
16952026-04-21T16:06:05.703Z Compiling x509-cert v0.2.5
16962026-04-21T16:06:05.733Z Compiling sha1 v0.10.6
16972026-04-21T16:06:05.752Z Compiling crossbeam-epoch v0.9.18
16982026-04-21T16:06:05.865Z Compiling toml_datetime v0.7.5+spec-1.1.0
16992026-04-21T16:06:05.884Z Compiling peg-runtime v0.8.5
17002026-04-21T16:06:05.924Z Compiling lalrpop-util v0.19.12
17012026-04-21T16:06:05.983Z Compiling thread_local v1.1.9
17022026-04-21T16:06:06.110Z Compiling slog-async v2.8.0
17032026-04-21T16:06:06.126Z Compiling futures-executor v0.3.32
17042026-04-21T16:06:06.148Z Compiling crossbeam-channel v0.5.15
17052026-04-21T16:06:06.199Z Compiling is-terminal v0.4.17
17062026-04-21T16:06:06.216Z Compiling filetime v0.2.27
17072026-04-21T16:06:06.231Z Compiling xattr v1.6.1
17082026-04-21T16:06:06.274Z Compiling take_mut v0.2.2
17092026-04-21T16:06:06.318Z Compiling term v1.2.1
17102026-04-21T16:06:06.411Z Compiling tar v0.4.45
17112026-04-21T16:06:06.429Z Compiling futures v0.3.32
17122026-04-21T16:06:06.663Z Compiling slog-term v2.9.2
17132026-04-21T16:06:22.829Z Compiling rustls-webpki v0.103.9
17142026-04-21T16:06:25.630Z Compiling tokio-rustls v0.26.4
17152026-04-21T16:06:25.630Z Compiling rustls-platform-verifier v0.6.2
17162026-04-21T16:06:25.827Z Compiling hyper-rustls v0.27.7
17172026-04-21T16:06:26.025Z Compiling reqwest v0.13.2
17182026-04-21T16:06:26.025Z Compiling reqwest v0.12.28
17192026-04-21T16:06:28.067Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17202026-04-21T16:06:28.310Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17212026-04-21T16:06:31.183Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.03s
17222026-04-21T16:06:31.331Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17232026-04-21T16:06:31.388ZApr 21 16:06:30.453 INFO Starting download, target: DendriteStub
17242026-04-21T16:06:31.388ZApr 21 16:06:30.453 INFO Starting download, target: Cockroach
17252026-04-21T16:06:31.388ZApr 21 16:06:30.453 INFO Starting download, target: Clickhouse
17262026-04-21T16:06:31.391ZApr 21 16:06:30.453 INFO Starting download, target: Console
17272026-04-21T16:06:31.392ZApr 21 16:06:30.453 INFO Starting download, target: MaghemiteMgd
17282026-04-21T16:06:31.392ZApr 21 16:06:30.453 INFO Starting download, target: TransceiverControl
17292026-04-21T16:06:31.392ZApr 21 16:06:30.454 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17302026-04-21T16:06:31.392ZApr 21 16:06:30.454 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17312026-04-21T16:06:31.392ZApr 21 16:06:30.454 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17322026-04-21T16:06:31.392ZApr 21 16:06:30.454 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17332026-04-21T16:06:31.392ZApr 21 16:06:30.454 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17342026-04-21T16:06:31.392ZApr 21 16:06:30.454 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17352026-04-21T16:06:31.677ZApr 21 16:06:30.742 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17362026-04-21T16:06:31.907ZApr 21 16:06:30.960 INFO Download complete, target: TransceiverControl
17372026-04-21T16:06:32.347ZApr 21 16:06:31.412 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17382026-04-21T16:06:32.390ZApr 21 16:06:31.456 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17392026-04-21T16:06:32.599ZApr 21 16:06:31.657 INFO Download complete, target: Console
17402026-04-21T16:06:33.082ZApr 21 16:06:32.148 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17412026-04-21T16:06:33.563ZApr 21 16:06:32.628 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17422026-04-21T16:06:33.563ZApr 21 16:06:32.628 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17432026-04-21T16:06:33.629ZApr 21 16:06:32.695 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17442026-04-21T16:06:34.799ZApr 21 16:06:33.864 INFO Download complete, target: DendriteStub
17452026-04-21T16:06:35.447ZApr 21 16:06:34.512 INFO Download complete, target: MaghemiteMgd
17462026-04-21T16:06:38.292ZApr 21 16:06:37.353 INFO Checking that binary works, target: Cockroach
17472026-04-21T16:06:38.395ZApr 21 16:06:37.459 INFO Download complete, target: Cockroach
17482026-04-21T16:06:40.503ZApr 21 16:06:39.567 INFO Checking that binary works, target: Clickhouse
17492026-04-21T16:06:40.624ZApr 21 16:06:39.689 INFO Download complete, target: Clickhouse
17502026-04-21T16:06:40.631ZAll prerequisites installed successfully
17512026-04-21T16:06:40.635Z
17522026-04-21T16:06:40.635Zreal 2:50.288073564
17532026-04-21T16:06:40.635Zuser 7:30.695568031
17542026-04-21T16:06:40.635Zsys 1:50.445717190
17552026-04-21T16:06:40.635Ztrap 0.262512078
17562026-04-21T16:06:40.635Ztflt 1.539167202
17572026-04-21T16:06:40.635Zdflt 2.095478564
17582026-04-21T16:06:40.635Zkflt 0.050473667
17592026-04-21T16:06:40.635Zlock 23:17.250739017
17602026-04-21T16:06:40.635Zslp 20:07.924437340
17612026-04-21T16:06:40.635Zlat 25.967125430
17622026-04-21T16:06:40.635Zstop 3:06.734720494
17632026-04-21T16:06:40.635Z+ ptime -m cargo xtask download softnpu
17642026-04-21T16:06:41.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17652026-04-21T16:06:41.193Z Running `target/debug/xtask download softnpu`
17662026-04-21T16:06:41.968Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17672026-04-21T16:06:42.042Z Running `target/debug/xtask-downloader softnpu`
17682026-04-21T16:06:42.087ZApr 21 16:06:41.148 INFO Starting download, target: Softnpu
17692026-04-21T16:06:42.092ZApr 21 16:06:41.148 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17702026-04-21T16:06:42.735ZApr 21 16:06:41.799 INFO Download complete, target: Softnpu
17712026-04-21T16:06:42.738Z
17722026-04-21T16:06:42.739Zreal 2.100993269
17732026-04-21T16:06:42.739Zuser 1.357045696
17742026-04-21T16:06:42.739Zsys 0.683488242
17752026-04-21T16:06:42.739Ztrap 0.001348646
17762026-04-21T16:06:42.739Ztflt 0.000064400
17772026-04-21T16:06:42.739Zdflt 0.000433087
17782026-04-21T16:06:42.739Zkflt 0.000000000
17792026-04-21T16:06:42.739Zlock 11.759900242
17802026-04-21T16:06:42.739Zslp 0.495511518
17812026-04-21T16:06:42.739Zlat 0.115361940
17822026-04-21T16:06:42.739Zstop 0.000150784
17832026-04-21T16:06:42.742Z+ export CARGO_INCREMENTAL=0
17842026-04-21T16:06:42.742Z+ CARGO_INCREMENTAL=0
17852026-04-21T16:06:42.742Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17862026-04-21T16:06:43.654Z Compiling proc-macro2 v1.0.106
17872026-04-21T16:06:43.654Z Compiling quote v1.0.44
17882026-04-21T16:06:43.654Z Compiling unicode-ident v1.0.24
17892026-04-21T16:06:43.654Z Compiling libc v0.2.185
17902026-04-21T16:06:43.659Z Compiling serde_core v1.0.228
17912026-04-21T16:06:43.659Z Compiling serde v1.0.228
17922026-04-21T16:06:43.659Z Compiling cfg-if v1.0.4
17932026-04-21T16:06:43.659Z Compiling version_check v0.9.5
17942026-04-21T16:06:43.659Z Compiling find-msvc-tools v0.1.9
17952026-04-21T16:06:43.802Z Compiling shlex v1.3.0
17962026-04-21T16:06:43.806Z Compiling typenum v1.19.0
17972026-04-21T16:06:43.806Z Compiling autocfg v1.5.0
17982026-04-21T16:06:43.806Z Compiling zmij v1.0.21
17992026-04-21T16:06:43.806Z Compiling serde_json v1.0.149
18002026-04-21T16:06:43.806Z Compiling memchr v2.8.0
18012026-04-21T16:06:43.920Z Compiling portable-atomic v1.13.1
18022026-04-21T16:06:43.969Z Compiling zerocopy v0.8.40
18032026-04-21T16:06:44.115Z Compiling generic-array v0.14.7
18042026-04-21T16:06:44.136Z Compiling libm v0.2.16
18052026-04-21T16:06:44.325Z Compiling num-traits v0.2.19
18062026-04-21T16:06:44.325Z Compiling smallvec v1.15.1
18072026-04-21T16:06:44.333Z Compiling icu_normalizer_data v2.1.1
18082026-04-21T16:06:44.333Z Compiling parking_lot_core v0.9.12
18092026-04-21T16:06:44.378Z Compiling icu_properties_data v2.1.2
18102026-04-21T16:06:44.447Z Compiling itoa v1.0.17
18112026-04-21T16:06:44.480Z Compiling getrandom v0.4.1
18122026-04-21T16:06:44.483Z Compiling log v0.4.29
18132026-04-21T16:06:44.588Z Compiling stable_deref_trait v1.2.1
18142026-04-21T16:06:44.611Z Compiling pkg-config v0.3.32
18152026-04-21T16:06:44.660Z Compiling subtle v2.6.1
18162026-04-21T16:06:44.765Z Compiling jobserver v0.1.34
18172026-04-21T16:06:44.769Z Compiling getrandom v0.2.17
18182026-04-21T16:06:44.816Z Compiling errno v0.3.14
18192026-04-21T16:06:44.917Z Compiling scopeguard v1.2.0
18202026-04-21T16:06:44.921Z Compiling rand_core v0.6.4
18212026-04-21T16:06:45.036Z Compiling cc v1.2.56
18222026-04-21T16:06:45.082Z Compiling lock_api v0.4.14
18232026-04-21T16:06:45.165Z Compiling percent-encoding v2.3.2
18242026-04-21T16:06:45.202Z Compiling litemap v0.8.1
18252026-04-21T16:06:45.220Z Compiling writeable v0.6.2
18262026-04-21T16:06:45.253Z Compiling fnv v1.0.7
18272026-04-21T16:06:45.321Z Compiling syn v2.0.117
18282026-04-21T16:06:45.342Z Compiling thiserror v2.0.18
18292026-04-21T16:06:45.415Z Compiling getrandom v0.3.4
18302026-04-21T16:06:45.418Z Compiling pin-project-lite v0.2.17
18312026-04-21T16:06:45.504Z Compiling critical-section v1.2.0
18322026-04-21T16:06:45.570Z Compiling rustversion v1.0.22
18332026-04-21T16:06:45.585Z Compiling schemars v0.8.22
18342026-04-21T16:06:45.602Z Compiling equivalent v1.0.2
18352026-04-21T16:06:45.651Z Compiling allocator-api2 v0.2.21
18362026-04-21T16:06:45.670Z Compiling rand_core v0.10.0
18372026-04-21T16:06:45.724Z Compiling dunce v1.0.5
18382026-04-21T16:06:45.724Z Compiling fs_extra v1.3.0
18392026-04-21T16:06:45.755Z Compiling foldhash v0.2.0
18402026-04-21T16:06:45.844Z Compiling cmake v0.1.57
18412026-04-21T16:06:45.899Z Compiling utf8_iter v1.0.4
18422026-04-21T16:06:45.998Z Compiling hashbrown v0.16.1
18432026-04-21T16:06:46.014Z Compiling form_urlencoded v1.2.2
18442026-04-21T16:06:46.062Z Compiling once_cell v1.21.3
18452026-04-21T16:06:46.220Z Compiling const-oid v0.9.6
18462026-04-21T16:06:46.327Z Compiling semver v1.0.27
18472026-04-21T16:06:46.346Z Compiling bitflags v2.11.0
18482026-04-21T16:06:46.400Z Compiling ring v0.17.14
18492026-04-21T16:06:46.431Z Compiling aws-lc-sys v0.37.1
18502026-04-21T16:06:46.447Z Compiling signal-hook-registry v1.4.8
18512026-04-21T16:06:46.585Z Compiling indexmap v2.13.0
18522026-04-21T16:06:46.621Z Compiling rustix v1.1.3
18532026-04-21T16:06:46.644Z Compiling parking_lot v0.12.5
18542026-04-21T16:06:46.660Z Compiling socket2 v0.6.3
18552026-04-21T16:06:46.678Z Compiling mio v1.2.0
18562026-04-21T16:06:46.694Z Compiling aws-lc-rs v1.16.0
18572026-04-21T16:06:46.830Z Compiling strsim v0.11.1
18582026-04-21T16:06:46.851Z Compiling futures-core v0.3.32
18592026-04-21T16:06:46.920Z Compiling thiserror v1.0.69
18602026-04-21T16:06:46.998Z Compiling ucd-trie v0.1.7
18612026-04-21T16:06:47.017Z Compiling byteorder v1.5.0
18622026-04-21T16:06:47.052Z Compiling httparse v1.10.1
18632026-04-21T16:06:47.183Z Compiling pest v2.8.6
18642026-04-21T16:06:47.244Z Compiling vcpkg v0.2.15
18652026-04-21T16:06:47.278Z Compiling heck v0.5.0
18662026-04-21T16:06:47.293Z Compiling syn v1.0.109
18672026-04-21T16:06:47.311Z Compiling ident_case v1.0.1
18682026-04-21T16:06:47.458Z Compiling iana-time-zone v0.1.65
18692026-04-21T16:06:47.476Z Compiling uuid v1.23.0
18702026-04-21T16:06:47.530Z Compiling cpufeatures v0.2.17
18712026-04-21T16:06:47.651Z Compiling regex-syntax v0.8.10
18722026-04-21T16:06:47.850Z Compiling rustc_version v0.4.1
18732026-04-21T16:06:47.905Z Compiling openssl-sys v0.9.111
18742026-04-21T16:06:47.958Z Compiling futures-sink v0.3.32
18752026-04-21T16:06:47.999Z Compiling rustls v0.23.37
18762026-04-21T16:06:48.098Z Compiling futures-channel v0.3.32
18772026-04-21T16:06:48.165Z Compiling slab v0.4.12
18782026-04-21T16:06:48.169Z Compiling futures-io v0.3.32
18792026-04-21T16:06:48.217Z Compiling futures-task v0.3.32
18802026-04-21T16:06:48.284Z Compiling synstructure v0.13.2
18812026-04-21T16:06:48.301Z Compiling serde_derive_internals v0.29.1
18822026-04-21T16:06:48.402Z Compiling pest_meta v2.8.6
18832026-04-21T16:06:48.439Z Compiling plain v0.2.3
18842026-04-21T16:06:48.458Z Compiling dyn-clone v1.0.20
18852026-04-21T16:06:48.476Z Compiling aho-corasick v1.1.4
18862026-04-21T16:06:48.495Z Compiling crossbeam-utils v0.8.21
18872026-04-21T16:06:48.582Z Compiling time-core v0.1.8
18882026-04-21T16:06:48.599Z Compiling num-conv v0.2.0
18892026-04-21T16:06:48.761Z Compiling time-macros v0.2.27
18902026-04-21T16:06:48.819Z Compiling openssl v0.10.75
18912026-04-21T16:06:48.950Z Compiling pretty-hex v0.4.1
18922026-04-21T16:06:49.004Z Compiling base64 v0.22.1
18932026-04-21T16:06:49.023Z Compiling pest_generator v2.8.6
18942026-04-21T16:06:49.234Z Compiling base64ct v1.8.3
18952026-04-21T16:06:49.250Z Compiling anyhow v1.0.102
18962026-04-21T16:06:49.268Z Compiling crc32fast v1.5.0
18972026-04-21T16:06:49.284Z Compiling darling_core v0.21.3
18982026-04-21T16:06:49.304Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18992026-04-21T16:06:49.339Z Compiling native-tls v0.2.18
19002026-04-21T16:06:49.551Z Compiling regex-automata v0.4.14
19012026-04-21T16:06:49.570Z Compiling pem-rfc7468 v0.7.0
19022026-04-21T16:06:49.573Z Compiling flagset v0.4.7
19032026-04-21T16:06:49.573Z Compiling rand_core v0.9.5
19042026-04-21T16:06:49.657Z Compiling serde_derive v1.0.228
19052026-04-21T16:06:49.705Z Compiling zeroize_derive v1.4.3
19062026-04-21T16:06:49.722Z Compiling zerofrom-derive v0.1.6
19072026-04-21T16:06:49.745Z Compiling yoke-derive v0.8.1
19082026-04-21T16:06:49.765Z Compiling zerovec-derive v0.11.2
19092026-04-21T16:06:49.802Z Compiling displaydoc v0.2.5
19102026-04-21T16:06:49.832Z Compiling zerocopy-derive v0.8.40
19112026-04-21T16:06:49.876Z Compiling tokio-macros v2.7.0
19122026-04-21T16:06:49.880Z Compiling futures-macro v0.3.32
19132026-04-21T16:06:50.034Z Compiling thiserror-impl v2.0.18
19142026-04-21T16:06:50.352Z Compiling zeroize v1.8.2
19152026-04-21T16:06:50.633Z Compiling schemars_derive v0.8.22
19162026-04-21T16:06:50.749Z Compiling tracing-attributes v0.1.31
19172026-04-21T16:06:50.753Z Compiling der_derive v0.7.3
19182026-04-21T16:06:50.851Z Compiling thiserror-impl v1.0.69
19192026-04-21T16:06:50.904Z Compiling zerofrom v0.1.6
19202026-04-21T16:06:51.055Z Compiling yoke v0.8.1
19212026-04-21T16:06:51.193Z Compiling crypto-common v0.1.7
19222026-04-21T16:06:51.245Z Compiling zerovec v0.11.5
19232026-04-21T16:06:51.282Z Compiling zerotrie v0.2.3
19242026-04-21T16:06:51.368Z Compiling block-buffer v0.10.4
19252026-04-21T16:06:51.562Z Compiling digest v0.10.7
19262026-04-21T16:06:51.767Z Compiling pest_derive v2.8.6
19272026-04-21T16:06:51.804Z Compiling tinystr v0.8.2
19282026-04-21T16:06:51.829Z Compiling potential_utf v0.1.4
19292026-04-21T16:06:51.863Z Compiling hmac v0.12.1
19302026-04-21T16:06:51.952Z Compiling futures-util v0.3.32
19312026-04-21T16:06:51.978Z Compiling icu_collections v2.1.1
19322026-04-21T16:06:52.008Z Compiling icu_locale_core v2.1.1
19332026-04-21T16:06:52.048Z Compiling block-padding v0.3.3
19342026-04-21T16:06:52.052Z Compiling sha2 v0.10.9
19352026-04-21T16:06:52.273Z Compiling inout v0.1.4
19362026-04-21T16:06:52.277Z Compiling rustls-pki-types v1.14.0
19372026-04-21T16:06:52.462Z Compiling cipher v0.4.4
19382026-04-21T16:06:52.790Z Compiling icu_provider v2.1.1
19392026-04-21T16:06:52.807Z Compiling scroll_derive v0.12.1
19402026-04-21T16:06:52.995Z Compiling bytes v1.11.1
19412026-04-21T16:06:53.040Z Compiling chrono v0.4.44
19422026-04-21T16:06:53.203Z Compiling icu_properties v2.1.2
19432026-04-21T16:06:53.220Z Compiling icu_normalizer v2.1.1
19442026-04-21T16:06:53.385Z Compiling serde_tokenstream v0.2.3
19452026-04-21T16:06:53.514Z Compiling tokio v1.52.1
19462026-04-21T16:06:53.964Z Compiling scroll_derive v0.13.1
19472026-04-21T16:06:54.237Z Compiling idna_adapter v1.2.1
19482026-04-21T16:06:54.400Z Compiling idna v1.1.0
19492026-04-21T16:06:54.510Z Compiling ppv-lite86 v0.2.21
19502026-04-21T16:06:54.754Z Compiling url v2.5.8
19512026-04-21T16:06:54.770Z Compiling openssl-macros v0.1.1
19522026-04-21T16:06:54.797Z Compiling http v1.4.0
19532026-04-21T16:06:54.814Z Compiling regex v1.12.3
19542026-04-21T16:06:54.888Z Compiling der v0.7.10
19552026-04-21T16:06:54.909Z Compiling darling_macro v0.21.3
19562026-04-21T16:06:55.152Z Compiling zerocopy-derive v0.7.35
19572026-04-21T16:06:55.196Z Compiling slog v2.8.2
19582026-04-21T16:06:55.248Z Compiling tracing-core v0.1.36
19592026-04-21T16:06:55.298Z Compiling untrusted v0.9.0
19602026-04-21T16:06:55.454Z Compiling darling v0.21.3
19612026-04-21T16:06:55.794Z Compiling spki v0.7.3
19622026-04-21T16:06:55.811Z Compiling tracing v0.1.44
19632026-04-21T16:06:55.978Z Compiling salsa20 v0.10.2
19642026-04-21T16:06:56.032Z Compiling pbkdf2 v0.12.2
19652026-04-21T16:06:56.331Z Compiling cookie v0.18.1
19662026-04-21T16:06:56.532Z Compiling camino v1.2.2
19672026-04-21T16:06:56.590Z Compiling scrypt v0.11.0
19682026-04-21T16:06:56.633Z Compiling rand_chacha v0.9.0
19692026-04-21T16:06:56.650Z Compiling aes v0.8.4
19702026-04-21T16:06:56.716Z Compiling cbc v0.1.2
19712026-04-21T16:06:57.058Z Compiling usdt-impl v0.5.0
19722026-04-21T16:06:57.126Z Compiling winnow v0.7.14
19732026-04-21T16:06:57.150Z Compiling paste v1.0.15
19742026-04-21T16:06:57.185Z Compiling ref-cast v1.0.25
19752026-04-21T16:06:57.311Z Compiling either v1.15.0
19762026-04-21T16:06:57.346Z Compiling usdt-impl v0.6.0
19772026-04-21T16:06:57.363Z Compiling tokio-util v0.7.18
19782026-04-21T16:06:57.559Z Compiling pkcs5 v0.7.1
19792026-04-21T16:06:57.632Z Compiling rand v0.9.2
19802026-04-21T16:06:57.677Z Compiling http-body v1.0.1
19812026-04-21T16:06:57.900Z Compiling scroll v0.13.0
19822026-04-21T16:06:58.063Z Compiling scroll v0.12.0
19832026-04-21T16:06:58.084Z Compiling serde_spanned v0.6.9
19842026-04-21T16:06:58.201Z Compiling toml_datetime v0.6.11
19852026-04-21T16:06:58.275Z Compiling heapless v0.7.17
19862026-04-21T16:06:58.363Z Compiling bzip2-sys v0.1.13+1.0.8
19872026-04-21T16:06:58.381Z Compiling atomic-waker v1.1.2
19882026-04-21T16:06:58.464Z Compiling signal-hook v0.3.18
19892026-04-21T16:06:58.481Z Compiling untrusted v0.7.1
19902026-04-21T16:06:58.563Z Compiling zstd-safe v7.2.4
19912026-04-21T16:06:58.624Z Compiling openssl-probe v0.2.1
19922026-04-21T16:06:58.673Z Compiling toml_parser v1.0.9+spec-1.1.0
19932026-04-21T16:06:58.723Z Compiling goblin v0.8.2
19942026-04-21T16:06:58.822Z Compiling goblin v0.10.5
19952026-04-21T16:06:58.839Z Compiling pkcs8 v0.10.2
19962026-04-21T16:06:58.908Z Compiling zerocopy v0.7.35
19972026-04-21T16:06:59.168Z Compiling ref-cast-impl v1.0.25
19982026-04-21T16:06:59.227Z Compiling darling_core v0.20.11
19992026-04-21T16:06:59.287Z Compiling curve25519-dalek v4.1.3
20002026-04-21T16:06:59.417Z Compiling toml_datetime v0.7.5+spec-1.1.0
20012026-04-21T16:06:59.520Z Compiling memoffset v0.9.1
20022026-04-21T16:06:59.567Z Compiling tower-service v0.3.3
20032026-04-21T16:06:59.695Z Compiling rustix v0.38.44
20042026-04-21T16:06:59.746Z Compiling tower-layer v0.3.3
20052026-04-21T16:06:59.762Z Compiling tinyvec_macros v0.1.1
20062026-04-21T16:06:59.780Z Compiling try-lock v0.2.5
20072026-04-21T16:06:59.822Z Compiling fastrand v2.3.0
20082026-04-21T16:06:59.838Z Compiling litrs v1.0.0
20092026-04-21T16:06:59.913Z Compiling winnow v0.5.40
20102026-04-21T16:07:00.335Z Compiling document-features v0.2.12
20112026-04-21T16:07:00.373Z Compiling want v0.3.1
20122026-04-21T16:07:00.389Z Compiling h2 v0.4.13
20132026-04-21T16:07:00.579Z Compiling tinyvec v1.10.0
20142026-04-21T16:07:00.955Z Compiling dtrace-parser v0.2.0
20152026-04-21T16:07:01.129Z Compiling dof v0.3.0
20162026-04-21T16:07:01.244Z Compiling darling_macro v0.20.11
20172026-04-21T16:07:01.378Z Compiling toml_edit v0.19.15
20182026-04-21T16:07:01.532Z Compiling dtrace-parser v0.3.0
20192026-04-21T16:07:01.689Z Compiling dof v0.4.0
20202026-04-21T16:07:01.753Z Compiling ipnet v2.11.0
20212026-04-21T16:07:01.785Z Compiling daft-derive v0.1.5
20222026-04-21T16:07:01.789Z Compiling async-trait v0.1.89
20232026-04-21T16:07:01.933Z Compiling spin v0.9.8
20242026-04-21T16:07:02.159Z Compiling thread-id v5.1.0
20252026-04-21T16:07:02.175Z Compiling thread-id v4.2.2
20262026-04-21T16:07:02.277Z Compiling smoltcp v0.9.1
20272026-04-21T16:07:02.403Z Compiling foreign-types-shared v0.1.1
20282026-04-21T16:07:02.487Z Compiling powerfmt v0.2.0
20292026-04-21T16:07:02.506Z Compiling httpdate v1.0.3
20302026-04-21T16:07:02.526Z Compiling cfg_aliases v0.2.1
20312026-04-21T16:07:02.540Z Compiling num-bigint-dig v0.8.6
20322026-04-21T16:07:02.649Z Compiling pin-utils v0.1.0
20332026-04-21T16:07:02.744Z Compiling deranged v0.5.8
20342026-04-21T16:07:02.761Z Compiling nix v0.31.2
20352026-04-21T16:07:02.764Z Compiling foreign-types v0.3.2
20362026-04-21T16:07:02.823Z Compiling tempfile v3.25.0
20372026-04-21T16:07:02.894Z Compiling darling v0.20.11
20382026-04-21T16:07:03.193Z Compiling ipnetwork v0.21.1
20392026-04-21T16:07:03.427Z Compiling strum_macros v0.26.4
20402026-04-21T16:07:03.443Z Compiling curve25519-dalek-derive v0.1.1
20412026-04-21T16:07:03.659Z Compiling hyper v1.8.1
20422026-04-21T16:07:03.785Z Compiling socket2 v0.5.10
20432026-04-21T16:07:03.820Z Compiling wait-timeout v0.2.1
20442026-04-21T16:07:04.077Z Compiling anstyle v1.0.13
20452026-04-21T16:07:04.111Z Compiling utf8parse v0.2.2
20462026-04-21T16:07:04.213Z Compiling quick-error v1.2.3
20472026-04-21T16:07:04.271Z Compiling bit-vec v0.8.0
20482026-04-21T16:07:04.372Z Compiling simd-adler32 v0.3.8
20492026-04-21T16:07:04.487Z Compiling siphasher v1.0.2
20502026-04-21T16:07:04.549Z Compiling num_threads v0.1.7
20512026-04-21T16:07:04.630Z Compiling bit-set v0.8.0
20522026-04-21T16:07:04.673Z Compiling time v0.3.47
20532026-04-21T16:07:04.848Z Compiling hyper-util v0.1.20
20542026-04-21T16:07:04.903Z Compiling rusty-fork v0.3.1
20552026-04-21T16:07:05.048Z Compiling anstyle-parse v0.2.7
20562026-04-21T16:07:05.256Z Compiling derive_builder_core v0.20.2
20572026-04-21T16:07:05.390Z Compiling unicode-normalization v0.1.25
20582026-04-21T16:07:05.885Z Compiling rustls-native-certs v0.8.3
20592026-04-21T16:07:06.197Z Compiling signature v2.2.0
20602026-04-21T16:07:06.370Z Compiling hubpack_derive v0.1.1
20612026-04-21T16:07:06.407Z Compiling rand_xorshift v0.4.0
20622026-04-21T16:07:06.474Z Compiling strum_macros v0.27.2
20632026-04-21T16:07:06.491Z Compiling sync_wrapper v1.0.2
20642026-04-21T16:07:06.511Z Compiling fs-err v3.3.0
20652026-04-21T16:07:06.624Z Compiling ahash v0.8.12
20662026-04-21T16:07:06.641Z Compiling is_terminal_polyfill v1.70.2
20672026-04-21T16:07:06.644Z Compiling adler2 v2.0.1
20682026-04-21T16:07:06.742Z Compiling colorchoice v1.0.4
20692026-04-21T16:07:06.774Z Compiling unarray v0.1.4
20702026-04-21T16:07:06.801Z Compiling object v0.37.3
20712026-04-21T16:07:06.804Z Compiling anstyle-query v1.1.5
20722026-04-21T16:07:06.873Z Compiling unicode-bidi v0.3.18
20732026-04-21T16:07:06.907Z Compiling unicode-properties v0.1.4
20742026-04-21T16:07:06.926Z Compiling unicode-segmentation v1.12.0
20752026-04-21T16:07:06.986Z Compiling anstream v0.6.21
20762026-04-21T16:07:07.090Z Compiling proptest v1.10.0
20772026-04-21T16:07:07.153Z Compiling miniz_oxide v0.8.9
20782026-04-21T16:07:07.307Z Compiling stringprep v0.1.5
20792026-04-21T16:07:07.405Z Compiling tower v0.5.3
20802026-04-21T16:07:07.729Z Compiling derive_builder_macro v0.20.2
20812026-04-21T16:07:07.933Z Compiling usdt-macro v0.6.0
20822026-04-21T16:07:08.023Z Compiling usdt-attr-macro v0.6.0
20832026-04-21T16:07:08.419Z Compiling http-body-util v0.1.3
20842026-04-21T16:07:08.676Z Compiling webpki-roots v1.0.6
20852026-04-21T16:07:08.788Z Compiling rand_chacha v0.3.1
20862026-04-21T16:07:08.812Z Compiling erased-serde v0.3.31
20872026-04-21T16:07:08.830Z Compiling md-5 v0.10.6
20882026-04-21T16:07:08.880Z Compiling num-integer v0.1.46
20892026-04-21T16:07:08.900Z Compiling hash32 v0.2.1
20902026-04-21T16:07:08.944Z Compiling vergen-lib v0.1.6
20912026-04-21T16:07:09.009Z Compiling ff v0.13.1
20922026-04-21T16:07:09.072Z Compiling psl-types v2.0.11
20932026-04-21T16:07:09.107Z Compiling ryu v1.0.23
20942026-04-21T16:07:09.125Z Compiling zlib-rs v0.6.2
20952026-04-21T16:07:09.129Z Compiling base16ct v0.2.0
20962026-04-21T16:07:09.167Z Compiling iri-string v0.7.10
20972026-04-21T16:07:09.201Z Compiling fallible-iterator v0.2.0
20982026-04-21T16:07:09.204Z Compiling newtype-uuid v1.3.2
20992026-04-21T16:07:09.234Z Compiling publicsuffix v2.3.0
21002026-04-21T16:07:09.342Z Compiling serde_urlencoded v0.7.1
21012026-04-21T16:07:09.358Z Compiling sec1 v0.7.3
21022026-04-21T16:07:09.419Z Compiling group v0.13.0
21032026-04-21T16:07:09.436Z Compiling num-iter v0.1.45
21042026-04-21T16:07:09.553Z Compiling postgres-protocol v0.6.10
21052026-04-21T16:07:09.624Z Compiling rand v0.8.5
21062026-04-21T16:07:09.701Z Compiling oxnet v0.1.4
21072026-04-21T16:07:09.971Z Compiling derive_builder v0.20.2
21082026-04-21T16:07:10.076Z Compiling tokio-native-tls v0.3.1
21092026-04-21T16:07:10.112Z Compiling heck v0.4.1
21102026-04-21T16:07:10.112Z Compiling phf_shared v0.13.1
21112026-04-21T16:07:10.183Z Compiling lazy_static v1.5.0
21122026-04-21T16:07:10.270Z Compiling terminal_size v0.4.3
21132026-04-21T16:07:10.320Z Compiling serde_with_macros v3.17.0
21142026-04-21T16:07:10.323Z Compiling tower-http v0.6.8
21152026-04-21T16:07:10.338Z Compiling cargo-platform v0.1.9
21162026-04-21T16:07:10.374Z Compiling hkdf v0.12.4
21172026-04-21T16:07:10.378Z Compiling crypto-bigint v0.5.5
21182026-04-21T16:07:10.378Z Compiling enum-as-inner v0.6.1
21192026-04-21T16:07:10.468Z Compiling serde_repr v0.1.20
21202026-04-21T16:07:10.562Z Compiling clap_derive v4.5.55
21212026-04-21T16:07:10.580Z Compiling vergen v9.0.6
21222026-04-21T16:07:10.614Z Compiling managed v0.8.0
21232026-04-21T16:07:10.803Z Compiling bitflags v1.3.2
21242026-04-21T16:07:10.824Z Compiling libbz2-rs-sys v0.2.2
21252026-04-21T16:07:10.902Z Compiling foldhash v0.1.5
21262026-04-21T16:07:10.918Z Compiling bumpalo v3.20.2
21272026-04-21T16:07:11.019Z Compiling clap_lex v1.0.0
21282026-04-21T16:07:11.035Z Compiling hashbrown v0.15.5
21292026-04-21T16:07:11.136Z Compiling zopfli v0.8.3
21302026-04-21T16:07:11.193Z Compiling clap_builder v4.5.60
21312026-04-21T16:07:11.268Z Compiling flate2 v1.1.9
21322026-04-21T16:07:11.287Z Compiling bzip2 v0.6.1
21332026-04-21T16:07:11.390Z Compiling elliptic-curve v0.13.8
21342026-04-21T16:07:11.561Z Compiling cargo_metadata v0.19.2
21352026-04-21T16:07:11.722Z Compiling phf v0.13.1
21362026-04-21T16:07:11.784Z Compiling zstd v0.13.3
21372026-04-21T16:07:11.840Z Compiling hyper-tls v0.6.0
21382026-04-21T16:07:11.995Z Compiling signal-hook-mio v0.2.5
21392026-04-21T16:07:12.055Z Compiling daft v0.1.5
21402026-04-21T16:07:12.084Z Compiling cookie_store v0.22.1
21412026-04-21T16:07:12.131Z Compiling postgres-types v0.2.12
21422026-04-21T16:07:12.258Z Compiling bzip2 v0.4.4
21432026-04-21T16:07:12.359Z Compiling strum v0.27.2
21442026-04-21T16:07:12.479Z Compiling hubpack v0.1.2
21452026-04-21T16:07:12.513Z Compiling ed25519 v2.2.3
21462026-04-21T16:07:12.646Z Compiling phf_shared v0.11.3
21472026-04-21T16:07:12.706Z Compiling crossbeam-epoch v0.9.18
21482026-04-21T16:07:12.744Z Compiling pkcs1 v0.7.5
21492026-04-21T16:07:12.850Z Compiling hex v0.4.3
21502026-04-21T16:07:12.869Z Compiling serde-big-array v0.5.1
21512026-04-21T16:07:12.970Z Compiling rfc6979 v0.4.0
21522026-04-21T16:07:13.059Z Compiling bstr v1.12.1
21532026-04-21T16:07:13.167Z Compiling float-cmp v0.10.0
21542026-04-21T16:07:13.184Z Compiling memmap2 v0.9.10
21552026-04-21T16:07:13.187Z Compiling env_filter v1.0.0
21562026-04-21T16:07:13.220Z Compiling encoding_rs v0.8.35
21572026-04-21T16:07:13.256Z Compiling toml_write v0.1.2
21582026-04-21T16:07:13.293Z Compiling difflib v0.4.0
21592026-04-21T16:07:13.340Z Compiling new_debug_unreachable v1.0.6
21602026-04-21T16:07:13.410Z Compiling rustc-hash v2.1.1
21612026-04-21T16:07:13.428Z Compiling fixedbitset v0.5.7
21622026-04-21T16:07:13.431Z Compiling predicates-core v1.0.10
21632026-04-21T16:07:13.485Z Compiling mime v0.3.17
21642026-04-21T16:07:13.503Z Compiling static_assertions v1.1.0
21652026-04-21T16:07:13.559Z Compiling fixedbitset v0.4.2
21662026-04-21T16:07:13.576Z Compiling data-encoding v2.10.0
21672026-04-21T16:07:13.599Z Compiling precomputed-hash v0.1.1
21682026-04-21T16:07:13.641Z Compiling whoami v2.1.0
21692026-04-21T16:07:13.705Z Compiling jiff v0.2.21
21702026-04-21T16:07:13.741Z Compiling normalize-line-endings v0.3.0
21712026-04-21T16:07:13.759Z Compiling keccak v0.1.6
21722026-04-21T16:07:13.777Z Compiling petgraph v0.6.5
21732026-04-21T16:07:13.792Z Compiling string_cache v0.8.9
21742026-04-21T16:07:13.831Z Compiling predicates v3.1.4
21752026-04-21T16:07:13.992Z Compiling sha3 v0.10.8
21762026-04-21T16:07:14.009Z Compiling hickory-proto v0.25.2
21772026-04-21T16:07:14.142Z Compiling tokio-postgres v0.7.16
21782026-04-21T16:07:14.306Z Compiling petgraph v0.8.3
21792026-04-21T16:07:14.326Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21802026-04-21T16:07:14.436Z Compiling iddqd v0.3.17
21812026-04-21T16:07:14.599Z Compiling similar v2.7.0
21822026-04-21T16:07:14.684Z Compiling toml_edit v0.22.27
21832026-04-21T16:07:15.313Z Compiling env_logger v0.11.9
21842026-04-21T16:07:15.362Z Compiling usdt v0.6.0
21852026-04-21T16:07:15.662Z Compiling serde_with v3.17.0
21862026-04-21T16:07:15.972Z Compiling ecdsa v0.16.9
21872026-04-21T16:07:16.257Z Compiling rsa v0.9.10
21882026-04-21T16:07:16.397Z Compiling zip v4.6.1
21892026-04-21T16:07:16.921Z Compiling ed25519-dalek v2.2.0
21902026-04-21T16:07:17.063Z Compiling clap v4.5.60
21912026-04-21T16:07:17.169Z Compiling crossterm v0.28.1
21922026-04-21T16:07:17.411Z Compiling zip v0.6.6
21932026-04-21T16:07:17.549Z Compiling strum v0.26.3
21942026-04-21T16:07:17.705Z Compiling toml v0.7.8
21952026-04-21T16:07:17.726Z Compiling tokio-stream v0.1.18
21962026-04-21T16:07:17.866Z Compiling itertools v0.13.0
21972026-04-21T16:07:17.911Z Compiling buf-list v1.1.2
21982026-04-21T16:07:18.046Z Compiling x509-cert v0.2.5
21992026-04-21T16:07:18.289Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22002026-04-21T16:07:18.392Z Compiling openapiv3 v2.2.0
22012026-04-21T16:07:18.429Z Compiling sha1 v0.10.6
22022026-04-21T16:07:18.714Z Compiling peg-runtime v0.8.5
22032026-04-21T16:07:19.089Z Compiling lalrpop-util v0.19.12
22042026-04-21T16:07:33.436Z Compiling rustls-webpki v0.103.9
22052026-04-21T16:07:35.894Z Compiling macaddr v1.0.1
22062026-04-21T16:07:35.924Z Compiling structmeta-derive v0.3.0
22072026-04-21T16:07:36.126Z Compiling crucible-workspace-hack v0.1.0
22082026-04-21T16:07:36.164Z Compiling rayon-core v1.13.0
22092026-04-21T16:07:36.199Z Compiling itertools v0.14.0
22102026-04-21T16:07:36.361Z Compiling secrecy v0.10.3
22112026-04-21T16:07:36.400Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22122026-04-21T16:07:36.440Z Compiling rustls v0.22.4
22132026-04-21T16:07:36.561Z Compiling heapless v0.8.0
22142026-04-21T16:07:36.775Z Compiling crossbeam-deque v0.8.6
22152026-04-21T16:07:36.825Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22162026-04-21T16:07:36.944Z Compiling structmeta v0.3.0
22172026-04-21T16:07:37.007Z Compiling tokio-rustls v0.26.4
22182026-04-21T16:07:37.031Z Compiling rustls-platform-verifier v0.6.2
22192026-04-21T16:07:37.068Z Compiling toml_edit v0.23.10+spec-1.0.0
22202026-04-21T16:07:37.085Z Compiling rustls-webpki v0.102.8
22212026-04-21T16:07:37.182Z Compiling futures-executor v0.3.32
22222026-04-21T16:07:37.268Z Compiling hyper-rustls v0.27.7
22232026-04-21T16:07:37.310Z Compiling hash32 v0.3.1
22242026-04-21T16:07:37.386Z Compiling multer v3.1.0
22252026-04-21T16:07:37.427Z Compiling thread_local v1.1.9
22262026-04-21T16:07:37.445Z Compiling smoltcp v0.11.0
22272026-04-21T16:07:37.495Z Compiling ingot-macros v0.1.1
22282026-04-21T16:07:37.513Z Compiling reqwest v0.13.2
22292026-04-21T16:07:37.631Z Compiling reqwest v0.12.28
22302026-04-21T16:07:37.648Z Compiling match_cfg v0.1.0
22312026-04-21T16:07:37.724Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22322026-04-21T16:07:37.744Z Compiling slog-async v2.8.0
22332026-04-21T16:07:37.821Z Compiling unicode-width v0.2.0
22342026-04-21T16:07:37.863Z Compiling hostname v0.3.1
22352026-04-21T16:07:37.990Z Compiling proc-macro-crate v3.4.0
22362026-04-21T16:07:38.125Z Compiling futures v0.3.32
22372026-04-21T16:07:38.177Z Compiling derive-ex v0.1.8
22382026-04-21T16:07:38.245Z Compiling slog-json v2.6.1
22392026-04-21T16:07:38.452Z Compiling crossbeam-channel v0.5.15
22402026-04-21T16:07:38.523Z Compiling half v2.7.1
22412026-04-21T16:07:38.633Z Compiling newtype-uuid-macros v0.1.0
22422026-04-21T16:07:38.707Z Compiling cobs v0.3.0
22432026-04-21T16:07:38.921Z Compiling thiserror-impl-no-std v2.0.2
22442026-04-21T16:07:38.996Z Compiling universal-hash v0.5.1
22452026-04-21T16:07:39.013Z Compiling async-stream-impl v0.3.6
22462026-04-21T16:07:39.188Z Compiling serde_spanned v1.0.4
22472026-04-21T16:07:39.203Z Compiling is-terminal v0.4.17
22482026-04-21T16:07:39.332Z Compiling dropshot v0.16.7
22492026-04-21T16:07:39.378Z Compiling proc-macro-error-attr v1.0.4
22502026-04-21T16:07:39.395Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22512026-04-21T16:07:39.591Z Compiling ciborium-io v0.2.2
22522026-04-21T16:07:39.609Z Compiling take_mut v0.2.2
22532026-04-21T16:07:39.624Z Compiling term v1.2.1
22542026-04-21T16:07:39.627Z Compiling convert_case v0.4.0
22552026-04-21T16:07:39.707Z Compiling toml_writer v1.0.6+spec-1.1.0
22562026-04-21T16:07:39.723Z Compiling opaque-debug v0.3.1
22572026-04-21T16:07:39.777Z Compiling test-strategy v0.4.5
22582026-04-21T16:07:39.793Z Compiling ciborium-ll v0.2.2
22592026-04-21T16:07:39.819Z Compiling poly1305 v0.8.0
22602026-04-21T16:07:39.973Z Compiling thiserror-no-std v2.0.2
22612026-04-21T16:07:39.990Z Compiling derive_more v0.99.20
22622026-04-21T16:07:40.006Z Compiling slog-term v2.9.2
22632026-04-21T16:07:40.091Z Compiling toml v0.9.12+spec-1.1.0
22642026-04-21T16:07:40.130Z Compiling async-stream v0.3.6
22652026-04-21T16:07:40.176Z Compiling ingot-types v0.1.2
22662026-04-21T16:07:40.349Z Compiling tokio-rustls v0.25.0
22672026-04-21T16:07:40.616Z Compiling ingot v0.1.1
22682026-04-21T16:07:40.637Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22692026-04-21T16:07:40.666Z Compiling postcard v1.1.3
22702026-04-21T16:07:41.042Z Compiling num_enum_derive v0.7.5
22712026-04-21T16:07:41.073Z Compiling slog-bunyan v2.5.0
22722026-04-21T16:07:41.092Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22732026-04-21T16:07:41.271Z Compiling parse-display-derive v0.10.0
22742026-04-21T16:07:41.290Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22752026-04-21T16:07:41.401Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22762026-04-21T16:07:41.444Z Compiling proc-macro-crate v1.3.1
22772026-04-21T16:07:41.476Z Compiling backon v1.6.0
22782026-04-21T16:07:41.614Z Compiling waitgroup v0.1.2
22792026-04-21T16:07:41.661Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22802026-04-21T16:07:41.759Z Compiling password-hash v0.5.0
22812026-04-21T16:07:41.801Z Compiling chacha20 v0.9.1
22822026-04-21T16:07:41.820Z Compiling dropshot_endpoint v0.16.7
22832026-04-21T16:07:42.010Z Compiling rustls-pemfile v2.2.0
22842026-04-21T16:07:42.073Z Compiling blake2 v0.10.6
22852026-04-21T16:07:42.200Z Compiling aead v0.5.2
22862026-04-21T16:07:42.298Z Compiling foreign-types-macros v0.2.3
22872026-04-21T16:07:42.320Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22882026-04-21T16:07:42.419Z Compiling serde_path_to_error v0.1.20
22892026-04-21T16:07:42.518Z Compiling hostname v0.4.2
22902026-04-21T16:07:42.642Z Compiling proc-macro-error v1.0.4
22912026-04-21T16:07:42.740Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22922026-04-21T16:07:42.769Z Compiling instant v0.1.13
22932026-04-21T16:07:42.792Z Compiling foreign-types-shared v0.3.1
22942026-04-21T16:07:42.808Z Compiling typeid v1.0.3
22952026-04-21T16:07:42.812Z Compiling debug-ignore v1.0.5
22962026-04-21T16:07:42.882Z Compiling cpufeatures v0.3.0
22972026-04-21T16:07:42.915Z Compiling backoff v0.4.0
22982026-04-21T16:07:42.915Z Compiling parse-display v0.10.0
22992026-04-21T16:07:42.966Z Compiling foreign-types v0.5.0
23002026-04-21T16:07:42.969Z Compiling chacha20 v0.10.0
23012026-04-21T16:07:42.969Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23022026-04-21T16:07:42.969Z Compiling chacha20poly1305 v0.10.1
23032026-04-21T16:07:43.026Z Compiling argon2 v0.5.3
23042026-04-21T16:07:43.085Z Compiling num_enum v0.7.5
23052026-04-21T16:07:43.105Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23062026-04-21T16:07:43.163Z Compiling num_enum_derive v0.5.11
23072026-04-21T16:07:43.181Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23082026-04-21T16:07:43.200Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23092026-04-21T16:07:43.340Z Compiling vsss-rs v3.3.4
23102026-04-21T16:07:43.390Z Compiling ciborium v0.2.2
23112026-04-21T16:07:43.568Z Compiling tabwriter v1.4.1
23122026-04-21T16:07:43.780Z Compiling byte-wrapper v0.1.0
23132026-04-21T16:07:43.853Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23142026-04-21T16:07:43.959Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23152026-04-21T16:07:44.071Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23162026-04-21T16:07:44.145Z Compiling regress v0.10.5
23172026-04-21T16:07:44.199Z Compiling cstr-argument v0.1.2
23182026-04-21T16:07:44.269Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23192026-04-21T16:07:44.344Z Compiling erased-serde v0.4.9
23202026-04-21T16:07:44.410Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23212026-04-21T16:07:44.425Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23222026-04-21T16:07:44.525Z Compiling num_enum v0.5.11
23232026-04-21T16:07:44.681Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23242026-04-21T16:07:44.705Z Compiling rand v0.10.0
23252026-04-21T16:07:44.752Z Compiling rayon v1.11.0
23262026-04-21T16:07:44.776Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23272026-04-21T16:07:44.851Z Compiling indent_write v2.2.0
23282026-04-21T16:07:44.886Z Compiling libefi-sys v0.1.0
23292026-04-21T16:07:44.903Z Compiling colored v3.1.1
23302026-04-21T16:07:44.921Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23312026-04-21T16:07:44.951Z Compiling zone_cfg_derive v0.3.1
23322026-04-21T16:07:45.064Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23332026-04-21T16:07:45.193Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23342026-04-21T16:07:45.210Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23352026-04-21T16:07:45.225Z Compiling camino-tempfile v1.4.1
23362026-04-21T16:07:45.463Z Compiling itertools v0.12.1
23372026-04-21T16:07:45.508Z Compiling usdt-attr-macro v0.5.0
23382026-04-21T16:07:45.593Z Compiling usdt-macro v0.5.0
23392026-04-21T16:07:45.626Z Compiling num-derive v0.4.2
23402026-04-21T16:07:45.644Z Compiling bitfield-struct v0.6.2
23412026-04-21T16:07:45.662Z Compiling ordered-float v2.10.1
23422026-04-21T16:07:45.755Z Compiling blake3 v1.8.3
23432026-04-21T16:07:45.971Z Compiling memmap v0.7.0
23442026-04-21T16:07:46.140Z Compiling sigpipe v0.1.3
23452026-04-21T16:07:46.234Z Compiling swrite v0.1.0
23462026-04-21T16:07:46.263Z Compiling glob v0.3.3
23472026-04-21T16:07:46.287Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23482026-04-21T16:07:46.318Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23492026-04-21T16:07:46.334Z Compiling usdt v0.5.0
23502026-04-21T16:07:46.541Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23512026-04-21T16:07:46.556Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23522026-04-21T16:07:46.666Z Compiling serde-value v0.7.0
23532026-04-21T16:07:46.880Z Compiling zone v0.3.1
23542026-04-21T16:07:46.919Z Compiling serde-untagged v0.1.9
23552026-04-21T16:07:47.001Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23562026-04-21T16:07:47.019Z Compiling toml v0.8.23
23572026-04-21T16:07:47.222Z Compiling smf v0.2.3
23582026-04-21T16:07:47.249Z Compiling filetime v0.2.27
23592026-04-21T16:07:47.278Z Compiling arrayvec v0.7.6
23602026-04-21T16:07:47.310Z Compiling constant_time_eq v0.4.2
23612026-04-21T16:07:47.326Z Compiling unicode-xid v0.2.6
23622026-04-21T16:07:47.389Z Compiling arrayref v0.3.9
23632026-04-21T16:07:47.483Z Compiling same-file v1.0.6
23642026-04-21T16:07:47.499Z Compiling xattr v1.6.1
23652026-04-21T16:07:47.502Z Compiling whoami v1.6.1
23662026-04-21T16:07:47.537Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23672026-04-21T16:07:47.540Z Compiling cargo-util-schemas v0.8.2
23682026-04-21T16:07:47.654Z Compiling walkdir v2.5.0
23692026-04-21T16:07:47.709Z Compiling tar v0.4.45
23702026-04-21T16:07:47.748Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23712026-04-21T16:07:48.023Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23722026-04-21T16:07:48.291Z Compiling tokio-dtrace v0.1.1
23732026-04-21T16:07:48.417Z Compiling console v0.16.2
23742026-04-21T16:07:48.432Z Compiling gethostname v0.5.0
23752026-04-21T16:07:48.465Z Compiling cargo-platform v0.2.0
23762026-04-21T16:07:48.534Z Compiling unit-prefix v0.5.2
23772026-04-21T16:07:48.590Z Compiling topological-sort v0.2.2
23782026-04-21T16:07:48.657Z Compiling oxide-tokio-rt v0.1.4
23792026-04-21T16:07:48.723Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23802026-04-21T16:07:48.779Z Compiling shell-words v1.1.1
23812026-04-21T16:07:48.796Z Compiling cargo_metadata v0.21.0
23822026-04-21T16:07:48.943Z Compiling indicatif v0.18.4
23832026-04-21T16:07:57.818Z Compiling progenitor-client v0.10.0
23842026-04-21T16:07:57.818Z Compiling omicron-zone-package v0.12.2
23852026-04-21T16:07:57.834Z Compiling progenitor-client v0.13.0
23862026-04-21T16:07:57.927Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23872026-04-21T16:07:57.927Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23882026-04-21T16:07:57.931Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23892026-04-21T16:07:57.977Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23902026-04-21T16:07:57.996Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23912026-04-21T16:07:58.256Z Compiling progenitor-extras v0.1.1
23922026-04-21T16:07:58.307Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23932026-04-21T16:07:58.325Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23942026-04-21T16:07:58.358Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23952026-04-21T16:07:58.494Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23962026-04-21T16:08:03.698Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23972026-04-21T16:08:10.568Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23982026-04-21T16:08:13.663Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23992026-04-21T16:08:14.625Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24002026-04-21T16:08:23.410Z Finished `release` profile [optimized] target(s) in 1m 40s
24012026-04-21T16:08:23.562Z Running `target/release/omicron-package -t test target create -p dev`
24022026-04-21T16:08:23.624ZLogging to: /work/oxidecomputer/omicron/out/LOG
24032026-04-21T16:08:23.628ZCreated new build target 'test' and set it as active
24042026-04-21T16:08:23.628Z
24052026-04-21T16:08:23.628Zreal 1:40.878167258
24062026-04-21T16:08:23.628Zuser 16:44.978534421
24072026-04-21T16:08:23.628Zsys 2:40.357323601
24082026-04-21T16:08:23.628Ztrap 0.476161055
24092026-04-21T16:08:23.628Ztflt 2.846341756
24102026-04-21T16:08:23.628Zdflt 3.859481584
24112026-04-21T16:08:23.628Zkflt 0.000632350
24122026-04-21T16:08:23.628Zlock 53:07.756653846
24132026-04-21T16:08:23.628Zslp 43:12.582308009
24142026-04-21T16:08:23.628Zlat 43.618112588
24152026-04-21T16:08:23.628Zstop 5:35.810447288
24162026-04-21T16:08:23.628Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24172026-04-21T16:08:24.505Z Finished `release` profile [optimized] target(s) in 0.86s
24182026-04-21T16:08:24.581Z Running `target/release/omicron-package -t test package`
24192026-04-21T16:08:24.639ZLogging to: /work/oxidecomputer/omicron/out/LOG
24202026-04-21T16:08:26.035Z Compiling regress v0.10.5
24212026-04-21T16:08:26.035Z Compiling heck v0.5.0
24222026-04-21T16:08:26.254Z Compiling unsafe-libyaml v0.2.11
24232026-04-21T16:08:26.269Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24242026-04-21T16:08:26.294Z Compiling unicode-width v0.1.14
24252026-04-21T16:08:26.297Z Compiling is-terminal v0.4.17
24262026-04-21T16:08:26.335Z Compiling prettyplease v0.2.37
24272026-04-21T16:08:26.335Z Compiling bytecount v0.6.9
24282026-04-21T16:08:26.338Z Compiling rustls v0.22.4
24292026-04-21T16:08:26.338Z Compiling rustls-webpki v0.102.8
24302026-04-21T16:08:26.338Z Compiling derive-where v1.6.0
24312026-04-21T16:08:26.379Z Compiling thread_local v1.1.9
24322026-04-21T16:08:26.402Z Compiling match_cfg v0.1.0
24332026-04-21T16:08:26.405Z Compiling multer v3.1.0
24342026-04-21T16:08:26.405Z Compiling slog-async v2.8.0
24352026-04-21T16:08:26.446Z Compiling typify-impl v0.6.1
24362026-04-21T16:08:26.490Z Compiling hostname v0.3.1
24372026-04-21T16:08:26.510Z Compiling crossbeam-channel v0.5.15
24382026-04-21T16:08:26.551Z Compiling slog-json v2.6.1
24392026-04-21T16:08:26.574Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24402026-04-21T16:08:26.598Z Compiling futures-executor v0.3.32
24412026-04-21T16:08:26.620Z Compiling serde_spanned v1.0.4
24422026-04-21T16:08:26.687Z Compiling take_mut v0.2.2
24432026-04-21T16:08:26.711Z Compiling term v1.2.1
24442026-04-21T16:08:26.711Z Compiling toml_writer v1.0.6+spec-1.1.0
24452026-04-21T16:08:26.793Z Compiling serde_yaml v0.9.34+deprecated
24462026-04-21T16:08:26.848Z Compiling futures v0.3.32
24472026-04-21T16:08:26.851Z Compiling slog-bunyan v2.5.0
24482026-04-21T16:08:26.967Z Compiling toml v0.9.12+spec-1.1.0
24492026-04-21T16:08:26.982Z Compiling dropshot v0.16.7
24502026-04-21T16:08:27.003Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24512026-04-21T16:08:27.024Z Compiling slog-term v2.9.2
24522026-04-21T16:08:27.024Z Compiling async-stream v0.3.6
24532026-04-21T16:08:27.068Z Compiling progenitor-client v0.13.0
24542026-04-21T16:08:27.071Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24552026-04-21T16:08:27.166Z Compiling waitgroup v0.1.2
24562026-04-21T16:08:27.246Z Compiling backon v1.6.0
24572026-04-21T16:08:27.268Z Compiling rustls-pemfile v2.2.0
24582026-04-21T16:08:27.298Z Compiling hostname v0.4.2
24592026-04-21T16:08:27.321Z Compiling serde_path_to_error v0.1.20
24602026-04-21T16:08:27.346Z Compiling instant v0.1.13
24612026-04-21T16:08:27.346Z Compiling debug-ignore v1.0.5
24622026-04-21T16:08:27.407Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24632026-04-21T16:08:27.465Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24642026-04-21T16:08:27.488Z Compiling backoff v0.4.0
24652026-04-21T16:08:27.488Z Compiling progenitor-extras v0.1.1
24662026-04-21T16:08:27.534Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24672026-04-21T16:08:27.534Z Compiling parse-display v0.10.0
24682026-04-21T16:08:27.592Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24692026-04-21T16:08:27.617Z Compiling progenitor-client v0.10.0
24702026-04-21T16:08:27.682Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24712026-04-21T16:08:27.708Z Compiling macaddr v1.0.1
24722026-04-21T16:08:27.834Z Compiling num-rational v0.4.2
24732026-04-21T16:08:27.868Z Compiling num-complex v0.4.6
24742026-04-21T16:08:27.954Z Compiling console v0.15.11
24752026-04-21T16:08:28.122Z Compiling slog-dtrace v0.3.0
24762026-04-21T16:08:28.144Z Compiling float-ord v0.3.2
24772026-04-21T16:08:28.190Z Compiling newline-converter v0.3.0
24782026-04-21T16:08:28.253Z Compiling atomicwrites v0.4.4
24792026-04-21T16:08:28.294Z Compiling num v0.4.3
24802026-04-21T16:08:28.386Z Compiling async-recursion v1.1.1
24812026-04-21T16:08:28.449Z Compiling cancel-safe-futures v0.1.5
24822026-04-21T16:08:28.452Z Compiling owo-colors v4.3.0
24832026-04-21T16:08:28.524Z Compiling expectorate v1.2.0
24842026-04-21T16:08:28.551Z Compiling libsw-core v0.3.2
24852026-04-21T16:08:28.577Z Compiling resolv-conf v0.7.6
24862026-04-21T16:08:28.577Z Compiling toml v0.8.23
24872026-04-21T16:08:28.701Z Compiling tokio-rustls v0.25.0
24882026-04-21T16:08:28.783Z Compiling libsw v3.5.0
24892026-04-21T16:08:28.867Z Compiling linear-map v1.2.0
24902026-04-21T16:08:28.964Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24912026-04-21T16:08:29.007Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24922026-04-21T16:08:29.047Z Compiling linked-hash-map v0.5.6
24932026-04-21T16:08:29.121Z Compiling minimal-lexical v0.2.1
24942026-04-21T16:08:29.215Z Compiling unicode-xid v0.2.6
24952026-04-21T16:08:29.241Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24962026-04-21T16:08:29.241Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24972026-04-21T16:08:29.244Z Compiling globset v0.4.18
24982026-04-21T16:08:29.308Z Compiling lru-cache v0.1.2
24992026-04-21T16:08:29.311Z Compiling hickory-proto v0.24.4
25002026-04-21T16:08:29.373Z Compiling nom v7.1.3
25012026-04-21T16:08:29.402Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25022026-04-21T16:08:29.529Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25032026-04-21T16:08:29.779Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25042026-04-21T16:08:29.924Z Compiling convert_case v0.10.0
25052026-04-21T16:08:30.226Z Compiling derive_more-impl v2.1.1
25062026-04-21T16:08:30.639Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25072026-04-21T16:08:30.729Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25082026-04-21T16:08:30.781Z Compiling pin-project-internal v1.1.11
25092026-04-21T16:08:31.010Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25102026-04-21T16:08:31.033Z Compiling derive_more v2.1.1
25112026-04-21T16:08:31.140Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25122026-04-21T16:08:31.281Z Compiling typify-macro v0.6.1
25132026-04-21T16:08:31.303Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25142026-04-21T16:08:31.511Z Compiling papergrid v0.11.0
25152026-04-21T16:08:31.820Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25162026-04-21T16:08:32.021Z Compiling hickory-resolver v0.24.4
25172026-04-21T16:08:32.095Z Compiling pin-project v1.1.11
25182026-04-21T16:08:32.237Z Compiling tabled_derive v0.7.0
25192026-04-21T16:08:32.850Z Compiling typify v0.6.1
25202026-04-21T16:08:32.985Z Compiling progenitor-impl v0.13.0
25212026-04-21T16:08:33.162Z Compiling pem v3.0.6
25222026-04-21T16:08:33.204Z Compiling qorb v0.4.1
25232026-04-21T16:08:33.561Z Compiling snafu-derive v0.8.9
25242026-04-21T16:08:33.899Z Compiling termtree v0.5.1
25252026-04-21T16:08:34.085Z Compiling tabled v0.15.0
25262026-04-21T16:08:34.115Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25272026-04-21T16:08:35.199Z Compiling progenitor-macro v0.13.0
25282026-04-21T16:08:35.224Z Compiling snafu v0.8.9
25292026-04-21T16:08:35.264Z Compiling crossterm v0.29.0
25302026-04-21T16:08:35.409Z Compiling olpc-cjson v0.1.4
25312026-04-21T16:08:35.663Z Compiling phf_shared v0.12.1
25322026-04-21T16:08:35.823Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25332026-04-21T16:08:35.914Z Compiling serde_plain v1.0.2
25342026-04-21T16:08:36.238Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25352026-04-21T16:08:36.359Z Compiling vte v0.14.1
25362026-04-21T16:08:36.623Z Compiling csv-core v0.1.13
25372026-04-21T16:08:36.846Z Compiling highway v1.3.0
25382026-04-21T16:08:37.585Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25392026-04-21T16:08:37.707Z Compiling typed-path v0.9.3
25402026-04-21T16:08:38.048Z Compiling chrono-tz v0.10.4
25412026-04-21T16:08:38.206Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25422026-04-21T16:08:38.240Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25432026-04-21T16:08:38.326Z Compiling csv v1.4.0
25442026-04-21T16:08:38.570Z Compiling strip-ansi-escapes v0.2.1
25452026-04-21T16:08:39.136Z Compiling tough v0.20.0
25462026-04-21T16:08:39.336Z Compiling progenitor v0.13.0
25472026-04-21T16:08:39.518Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25482026-04-21T16:08:39.693Z Compiling phf v0.12.1
25492026-04-21T16:08:39.898Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25502026-04-21T16:08:40.104Z Compiling const_format_proc_macros v0.2.34
25512026-04-21T16:08:40.385Z Compiling fd-lock v4.0.4
25522026-04-21T16:08:40.414Z Compiling peg-macros v0.8.5
25532026-04-21T16:08:40.563Z Compiling nu-ansi-term v0.50.3
25542026-04-21T16:08:40.636Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25552026-04-21T16:08:40.891Z Compiling const_format v0.2.35
25562026-04-21T16:08:41.115Z Compiling reedline v0.40.0
25572026-04-21T16:08:41.680Z Compiling peg v0.8.5
25582026-04-21T16:08:41.792Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25592026-04-21T16:08:42.013Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25602026-04-21T16:08:42.038Z Compiling bcs v0.1.6
25612026-04-21T16:08:42.107Z Compiling semver v0.1.20
25622026-04-21T16:08:42.403Z Compiling rustc_version v0.1.7
25632026-04-21T16:08:42.494Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25642026-04-21T16:08:42.664Z Compiling newtype_derive v0.1.6
25652026-04-21T16:08:42.769Z Compiling humantime v2.3.0
25662026-04-21T16:08:42.791Z Compiling smawk v0.3.2
25672026-04-21T16:08:42.908Z Compiling unicode-linebreak v0.1.5
25682026-04-21T16:08:43.068Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25692026-04-21T16:08:43.240Z Compiling textwrap v0.16.2
25702026-04-21T16:08:43.390Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25712026-04-21T16:08:43.511Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25722026-04-21T16:08:43.823Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25732026-04-21T16:08:44.284Z Compiling dropshot-api-manager-types v0.6.0
25742026-04-21T16:08:44.356Z Compiling base64 v0.21.7
25752026-04-21T16:08:44.889Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25762026-04-21T16:08:44.912Z Compiling steno v0.4.1
25772026-04-21T16:08:45.018Z Compiling utf-8 v0.7.6
25782026-04-21T16:08:45.188Z Compiling tagptr v0.2.0
25792026-04-21T16:08:45.272Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25802026-04-21T16:08:45.356Z Compiling moka v0.12.13
25812026-04-21T16:08:45.378Z Compiling tungstenite v0.21.0
25822026-04-21T16:08:45.448Z Compiling radium v0.7.0
25832026-04-21T16:08:45.782Z Compiling maybe-uninit v2.0.0
25842026-04-21T16:08:46.084Z Compiling tokio-tungstenite v0.21.0
25852026-04-21T16:08:46.381Z Compiling tap v1.0.1
25862026-04-21T16:08:46.455Z Compiling hickory-resolver v0.25.2
25872026-04-21T16:08:46.534Z Compiling wyz v0.5.1
25882026-04-21T16:08:46.612Z Compiling zerocopy-derive v0.6.6
25892026-04-21T16:08:46.785Z Compiling funty v2.0.0
25902026-04-21T16:08:46.828Z Compiling display-error-chain v0.2.2
25912026-04-21T16:08:47.006Z Compiling crc-catalog v2.4.0
25922026-04-21T16:08:47.139Z Compiling packed_struct v0.10.1
25932026-04-21T16:08:47.384Z Compiling zerocopy v0.6.6
25942026-04-21T16:08:47.409Z Compiling bitvec v1.0.1
25952026-04-21T16:08:47.468Z Compiling crc v3.4.0
25962026-04-21T16:08:47.630Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25972026-04-21T16:08:47.707Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25982026-04-21T16:08:47.807Z Compiling packed_struct_codegen v0.10.1
25992026-04-21T16:08:47.970Z Compiling bitfield-macros v0.19.4
26002026-04-21T16:08:48.266Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26012026-04-21T16:08:48.694Z Compiling indexmap v1.9.3
26022026-04-21T16:08:48.843Z Compiling nodrop v0.1.14
26032026-04-21T16:08:48.967Z Compiling array-init v0.0.4
26042026-04-21T16:08:48.990Z Compiling bitfield v0.19.4
26052026-04-21T16:08:49.322Z Compiling smallvec v0.6.14
26062026-04-21T16:08:49.365Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26072026-04-21T16:08:49.598Z Compiling num-derive v0.3.3
26082026-04-21T16:08:50.305Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26092026-04-21T16:08:50.484Z Compiling proc-macro-error-attr2 v2.0.0
26102026-04-21T16:08:50.882Z Compiling hashbrown v0.12.3
26112026-04-21T16:08:50.936Z Compiling proc-macro-error2 v2.0.1
26122026-04-21T16:08:51.256Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26132026-04-21T16:08:51.535Z Compiling libscf-sys v1.1.0
26142026-04-21T16:08:51.691Z Compiling serde-hex v0.1.0
26152026-04-21T16:08:51.712Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26162026-04-21T16:08:51.961Z Compiling ron v0.8.1
26172026-04-21T16:08:52.017Z Compiling typify-impl v0.4.3
26182026-04-21T16:08:52.277Z Compiling hashbrown v0.13.2
26192026-04-21T16:08:52.530Z Compiling vergen-gitcl v1.0.8
26202026-04-21T16:08:52.734Z Compiling dirs-sys-next v0.1.2
26212026-04-21T16:08:52.790Z Compiling crunchy v0.2.4
26222026-04-21T16:08:52.794Z Compiling crc-any v2.5.0
26232026-04-21T16:08:52.917Z Compiling diesel_derives v2.3.7
26242026-04-21T16:08:53.017Z Compiling glob v0.3.3
26252026-04-21T16:08:53.085Z Compiling maplit v1.0.2
26262026-04-21T16:08:53.139Z Compiling dirs-next v2.0.0
26272026-04-21T16:08:53.192Z Compiling object v0.30.4
26282026-04-21T16:08:53.247Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26292026-04-21T16:08:53.277Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26302026-04-21T16:08:53.300Z Compiling tabled_derive v0.11.0
26312026-04-21T16:08:53.398Z Compiling clang-sys v1.8.1
26322026-04-21T16:08:53.573Z Compiling papergrid v0.17.0
26332026-04-21T16:08:53.799Z Compiling testing_table v0.3.0
26342026-04-21T16:08:53.855Z Compiling dsl_auto_type v0.2.0
26352026-04-21T16:08:53.957Z Compiling scheduled-thread-pool v0.2.7
26362026-04-21T16:08:53.979Z Compiling diesel_table_macro_syntax v0.3.0
26372026-04-21T16:08:54.208Z Compiling tiny-keccak v2.0.2
26382026-04-21T16:08:54.241Z Compiling path-slash v0.1.5
26392026-04-21T16:08:54.354Z Compiling r2d2 v0.8.10
26402026-04-21T16:08:54.440Z Compiling term v0.7.0
26412026-04-21T16:08:54.573Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26422026-04-21T16:08:54.625Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26432026-04-21T16:08:54.649Z Compiling downcast-rs v2.0.2
26442026-04-21T16:08:54.795Z Compiling tabled v0.20.0
26452026-04-21T16:08:54.825Z Compiling bit-vec v0.6.3
26462026-04-21T16:08:54.865Z Compiling xshell-macros v0.2.7
26472026-04-21T16:08:54.986Z Compiling ascii-canvas v3.0.0
26482026-04-21T16:08:55.039Z Compiling bit-set v0.5.3
26492026-04-21T16:08:55.236Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26502026-04-21T16:08:55.263Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26512026-04-21T16:08:55.283Z Compiling xshell v0.2.7
26522026-04-21T16:08:55.325Z Compiling itertools v0.10.5
26532026-04-21T16:08:55.511Z Compiling typify-macro v0.4.3
26542026-04-21T16:08:55.628Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26552026-04-21T16:08:55.729Z Compiling ena v0.14.4
26562026-04-21T16:08:55.992Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26572026-04-21T16:08:56.016Z Compiling libloading v0.8.9
26582026-04-21T16:08:56.254Z Compiling bindgen v0.71.1
26592026-04-21T16:08:56.416Z Compiling diff v0.1.13
26602026-04-21T16:08:56.547Z Compiling unicase v2.9.0
26612026-04-21T16:08:56.621Z Compiling regex-syntax v0.6.29
26622026-04-21T16:08:56.732Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26632026-04-21T16:08:58.014Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26642026-04-21T16:08:58.100Z Compiling lalrpop v0.19.12
26652026-04-21T16:08:58.674Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26662026-04-21T16:08:59.239Z Compiling diesel v2.3.7
26672026-04-21T16:08:59.262Z Compiling cexpr v0.6.0
26682026-04-21T16:08:59.287Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26692026-04-21T16:08:59.328Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26702026-04-21T16:08:59.399Z Compiling crc8 v0.1.1
26712026-04-21T16:08:59.514Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26722026-04-21T16:08:59.538Z Compiling typify v0.4.3
26732026-04-21T16:08:59.584Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26742026-04-21T16:08:59.611Z Compiling headers-core v0.3.0
26752026-04-21T16:08:59.771Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26762026-04-21T16:08:59.904Z Compiling libxml v0.3.3
26772026-04-21T16:09:00.102Z Compiling headers v0.4.1
26782026-04-21T16:09:00.157Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26792026-04-21T16:09:00.222Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26802026-04-21T16:09:00.454Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26812026-04-21T16:09:00.947Z Compiling strum_macros v0.24.3
26822026-04-21T16:09:01.377Z Compiling indoc v1.0.9
26832026-04-21T16:09:01.831Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26842026-04-21T16:09:01.982Z Compiling derive_builder v0.20.2
26852026-04-21T16:09:02.003Z Compiling oso-derive v0.27.3
26862026-04-21T16:09:02.076Z Compiling quick-xml v0.37.5
26872026-04-21T16:09:02.189Z Compiling impl-trait-for-tuples v0.2.3
26882026-04-21T16:09:02.219Z Compiling half v1.8.3
26892026-04-21T16:09:02.242Z Compiling openssl-probe v0.1.6
26902026-04-21T16:09:02.553Z Compiling serde_cbor v0.11.2
26912026-04-21T16:09:02.671Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26922026-04-21T16:09:02.696Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26932026-04-21T16:09:02.717Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26942026-04-21T16:09:03.391Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26952026-04-21T16:09:03.504Z Compiling bb8 v0.8.6
26962026-04-21T16:09:03.577Z Compiling trait-variant v0.1.2
26972026-04-21T16:09:03.657Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26982026-04-21T16:09:03.742Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26992026-04-21T16:09:03.912Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27002026-04-21T16:09:04.073Z Compiling fxhash v0.2.1
27012026-04-21T16:09:04.096Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27022026-04-21T16:09:04.136Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27032026-04-21T16:09:04.190Z Compiling progenitor-impl v0.10.0
27042026-04-21T16:09:04.249Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27052026-04-21T16:09:04.366Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27062026-04-21T16:09:04.435Z Compiling samael v0.0.19
27072026-04-21T16:09:04.675Z Compiling kstat-rs v0.2.4
27082026-04-21T16:09:04.911Z Compiling libz-sys v1.1.24
27092026-04-21T16:09:05.169Z Compiling nonempty v0.12.0
27102026-04-21T16:09:05.375Z Compiling salty v0.3.0
27112026-04-21T16:09:05.533Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27122026-04-21T16:09:05.742Z Compiling polar-core v0.27.3
27132026-04-21T16:09:05.764Z Compiling progenitor-impl v0.11.2
27142026-04-21T16:09:05.931Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27152026-04-21T16:09:05.956Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27162026-04-21T16:09:06.358Z Compiling progenitor-macro v0.10.0
27172026-04-21T16:09:07.530Z Compiling darling_core v0.23.0
27182026-04-21T16:09:07.945Z Compiling nanorand v0.7.0
27192026-04-21T16:09:08.260Z Compiling arc-swap v1.8.2
27202026-04-21T16:09:08.325Z Compiling fs-err v2.11.0
27212026-04-21T16:09:08.564Z Compiling parking_lot_core v0.8.6
27222026-04-21T16:09:08.898Z Compiling mime_guess v2.0.5
27232026-04-21T16:09:09.009Z Compiling slog-scope v4.4.1
27242026-04-21T16:09:09.505Z Compiling flume v0.11.1
27252026-04-21T16:09:09.528Z Compiling progenitor-macro v0.11.2
27262026-04-21T16:09:09.793Z Compiling darling_macro v0.23.0
27272026-04-21T16:09:09.955Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27282026-04-21T16:09:10.319Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27292026-04-21T16:09:10.450Z Compiling progenitor v0.10.0
27302026-04-21T16:09:10.639Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27312026-04-21T16:09:11.385Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27322026-04-21T16:09:11.426Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27332026-04-21T16:09:13.615Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27342026-04-21T16:09:14.028Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-04-21T16:09:14.615Z Compiling oso v0.27.3
27362026-04-21T16:09:15.216Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27372026-04-21T16:09:15.259Z Compiling progenitor-client v0.11.2
27382026-04-21T16:09:16.048Z Compiling git-stub v1.0.0
27392026-04-21T16:09:16.320Z Compiling libgit2-sys v0.18.3+1.9.2
27402026-04-21T16:09:17.954Z Compiling async-bb8-diesel v0.2.1
27412026-04-21T16:09:18.444Z Compiling diesel-dtrace v0.5.0
27422026-04-21T16:09:18.775Z Compiling instability v0.3.11
27432026-04-21T16:09:19.340Z Compiling git-stub-vcs v0.1.0
27442026-04-21T16:09:19.365Z Compiling progenitor v0.11.2
27452026-04-21T16:09:19.553Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27462026-04-21T16:09:19.718Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27472026-04-21T16:09:20.258Z Compiling darling v0.23.0
27482026-04-21T16:09:20.417Z Compiling slog-stdlog v4.1.1
27492026-04-21T16:09:21.071Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27502026-04-21T16:09:21.165Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27512026-04-21T16:09:21.339Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27522026-04-21T16:09:22.000Z Compiling ignore v0.4.25
27532026-04-21T16:09:23.061Z Compiling primeorder v0.13.6
27542026-04-21T16:09:23.387Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-04-21T16:09:24.149Z Compiling castaway v0.2.4
27562026-04-21T16:09:24.220Z Compiling atty v0.2.14
27572026-04-21T16:09:24.311Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-04-21T16:09:24.368Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27592026-04-21T16:09:24.551Z Compiling http-range v0.1.5
27602026-04-21T16:09:24.604Z Compiling indoc v2.0.7
27612026-04-21T16:09:24.851Z Compiling parse-size v1.1.0
27622026-04-21T16:09:24.931Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27632026-04-21T16:09:24.974Z Compiling compact_str v0.8.1
27642026-04-21T16:09:25.075Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27652026-04-21T16:09:25.749Z Compiling p384 v0.13.1
27662026-04-21T16:09:26.515Z Compiling globwalk v0.9.1
27672026-04-21T16:09:27.097Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27682026-04-21T16:09:27.195Z Compiling parking_lot v0.11.2
27692026-04-21T16:09:27.218Z Compiling slog-envlogger v2.2.0
27702026-04-21T16:09:27.318Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27712026-04-21T16:09:27.788Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27722026-04-21T16:09:27.943Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27732026-04-21T16:09:28.085Z Compiling predicates-tree v1.0.13
27742026-04-21T16:09:28.159Z Compiling unicode-truncate v1.1.0
27752026-04-21T16:09:28.348Z Compiling lru v0.12.5
27762026-04-21T16:09:28.378Z Compiling rand_seeder v0.4.0
27772026-04-21T16:09:28.399Z Compiling prefix-trie v0.7.0
27782026-04-21T16:09:28.422Z Compiling vergen-git2 v1.0.7
27792026-04-21T16:09:28.557Z Compiling cassowary v0.3.0
27802026-04-21T16:09:28.578Z Compiling compression-core v0.4.31
27812026-04-21T16:09:28.639Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27822026-04-21T16:09:28.689Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27832026-04-21T16:09:28.792Z Compiling compression-codecs v0.4.37
27842026-04-21T16:09:28.842Z Compiling ratatui v0.29.0
27852026-04-21T16:09:28.901Z Compiling hickory-server v0.25.2
27862026-04-21T16:09:29.198Z Compiling camino-tempfile-ext v0.3.3
27872026-04-21T16:09:29.799Z Compiling hyper-staticfile v0.10.1
27882026-04-21T16:09:29.822Z Compiling sled v0.34.7
27892026-04-21T16:09:30.461Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27902026-04-21T16:09:31.042Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27912026-04-21T16:09:31.137Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-04-21T16:09:31.197Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27932026-04-21T16:09:31.450Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27942026-04-21T16:09:31.938Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27952026-04-21T16:09:32.265Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27962026-04-21T16:09:32.397Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-04-21T16:09:32.805Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27982026-04-21T16:09:32.918Z Compiling toml_datetime v1.0.0+spec-1.1.0
27992026-04-21T16:09:33.065Z Compiling dropshot v0.17.0
28002026-04-21T16:09:33.312Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28012026-04-21T16:09:33.395Z Compiling rustls v0.21.12
28022026-04-21T16:09:33.551Z Compiling corncobs v0.1.4
28032026-04-21T16:09:33.751Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28042026-04-21T16:09:33.808Z Compiling toml v1.0.6+spec-1.1.0
28052026-04-21T16:09:33.911Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28062026-04-21T16:09:34.009Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28072026-04-21T16:09:34.241Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28082026-04-21T16:09:34.566Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28092026-04-21T16:09:34.819Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28102026-04-21T16:09:34.852Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28112026-04-21T16:09:35.217Z Compiling async-compression v0.4.41
28122026-04-21T16:09:35.727Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28132026-04-21T16:09:37.483Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28142026-04-21T16:09:37.861Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28152026-04-21T16:09:38.001Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28162026-04-21T16:09:38.073Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28172026-04-21T16:09:38.240Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28182026-04-21T16:09:38.312Z Compiling sct v0.7.1
28192026-04-21T16:09:38.476Z Compiling rustls-webpki v0.101.7
28202026-04-21T16:09:38.599Z Compiling nix v0.29.0
28212026-04-21T16:09:38.866Z Compiling secrecy v0.8.0
28222026-04-21T16:09:38.998Z Compiling dropshot_endpoint v0.17.0
28232026-04-21T16:09:39.061Z Compiling void v1.0.2
28242026-04-21T16:09:39.212Z Compiling lzss v0.8.2
28252026-04-21T16:09:40.172Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28262026-04-21T16:09:40.407Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28272026-04-21T16:09:40.882Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28282026-04-21T16:09:41.488Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28292026-04-21T16:09:41.906Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28302026-04-21T16:09:42.653Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28312026-04-21T16:09:42.945Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28322026-04-21T16:09:43.198Z Compiling tungstenite v0.23.0
28332026-04-21T16:09:43.337Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28342026-04-21T16:09:43.461Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28352026-04-21T16:09:43.569Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28362026-04-21T16:09:43.695Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28372026-04-21T16:09:43.795Z Compiling nix v0.27.1
28382026-04-21T16:09:43.817Z Compiling serde_bytes v0.11.19
28392026-04-21T16:09:43.959Z Compiling tokio-tungstenite v0.23.1
28402026-04-21T16:09:44.146Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28412026-04-21T16:09:44.313Z Compiling git2 v0.20.4
28422026-04-21T16:09:44.430Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28432026-04-21T16:09:44.968Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28442026-04-21T16:09:45.060Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28452026-04-21T16:09:45.594Z Compiling tokio-rustls v0.24.1
28462026-04-21T16:09:45.905Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28472026-04-21T16:09:47.928Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28482026-04-21T16:09:47.978Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28492026-04-21T16:09:50.192Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28502026-04-21T16:09:50.275Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28512026-04-21T16:09:50.700Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28522026-04-21T16:09:51.079Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28532026-04-21T16:09:51.357Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28542026-04-21T16:09:52.803Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28552026-04-21T16:09:53.189Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28562026-04-21T16:09:53.702Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28572026-04-21T16:09:54.677Z Compiling rustls-pemfile v1.0.4
28582026-04-21T16:09:55.132Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28592026-04-21T16:09:55.657Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28602026-04-21T16:09:55.681Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28612026-04-21T16:09:57.227Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28622026-04-21T16:09:57.956Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28632026-04-21T16:09:58.045Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28642026-04-21T16:09:58.367Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28652026-04-21T16:09:58.611Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28662026-04-21T16:09:58.661Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28672026-04-21T16:09:58.848Z Compiling signal-hook-tokio v0.3.1
28682026-04-21T16:09:59.036Z Compiling twox-hash v2.1.2
28692026-04-21T16:09:59.058Z Compiling yasna v0.5.2
28702026-04-21T16:09:59.481Z Compiling is_ci v1.2.0
28712026-04-21T16:09:59.613Z Compiling supports-color v3.0.2
28722026-04-21T16:09:59.636Z Compiling rcgen v0.12.1
28732026-04-21T16:09:59.711Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28742026-04-21T16:09:59.767Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28752026-04-21T16:09:59.893Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28762026-04-21T16:10:00.626Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28772026-04-21T16:10:02.108Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28782026-04-21T16:10:02.702Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28792026-04-21T16:10:03.187Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28802026-04-21T16:10:03.319Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28812026-04-21T16:10:04.046Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28822026-04-21T16:10:04.355Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28832026-04-21T16:10:04.728Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28842026-04-21T16:10:04.964Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28852026-04-21T16:10:05.216Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28862026-04-21T16:10:05.245Z Compiling fatfs v0.3.6
28872026-04-21T16:10:05.471Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28882026-04-21T16:10:06.435Z Compiling subprocess v0.2.15
28892026-04-21T16:10:07.035Z Compiling rtoolbox v0.0.3
28902026-04-21T16:10:07.360Z Compiling assert_matches v1.5.0
28912026-04-21T16:10:07.474Z Compiling seq-macro v0.3.6
28922026-04-21T16:10:07.967Z Compiling rpassword v7.4.0
28932026-04-21T16:10:07.989Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28942026-04-21T16:10:08.252Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28952026-04-21T16:10:08.274Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28962026-04-21T16:10:08.628Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28972026-04-21T16:10:09.271Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28982026-04-21T16:10:09.413Z Compiling tui-tree-widget v0.23.1
28992026-04-21T16:10:09.706Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29002026-04-21T16:10:10.410Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29012026-04-21T16:10:10.945Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29022026-04-21T16:10:11.044Z Compiling uzers v0.12.2
29032026-04-21T16:10:11.617Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29042026-04-21T16:10:12.528Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29052026-04-21T16:10:13.662Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29062026-04-21T16:10:14.685Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29072026-04-21T16:10:16.508Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29082026-04-21T16:10:17.255Z Compiling support-bundle-viewer v0.1.2
29092026-04-21T16:10:18.721Z Compiling multimap v0.10.1
29102026-04-21T16:10:27.091Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29112026-04-21T16:10:35.498Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29122026-04-21T16:10:38.063Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29132026-04-21T16:10:38.260Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29142026-04-21T16:17:10.030Z Finished `release` profile [optimized] target(s) in 8m 45s
29152026-04-21T16:17:54.323Z
29162026-04-21T16:17:54.327Zreal 9:30.637853781
29172026-04-21T16:17:54.327Zuser 1:19:20.205652712
29182026-04-21T16:17:54.327Zsys 3:30.630893739
29192026-04-21T16:17:54.327Ztrap 1.753653134
29202026-04-21T16:17:54.327Ztflt 2.162359531
29212026-04-21T16:17:54.327Zdflt 16.262953079
29222026-04-21T16:17:54.327Zkflt 0.076273439
29232026-04-21T16:17:54.327Zlock 7:05:29.396282495
29242026-04-21T16:17:54.327Zslp 2:16:20.521172046
29252026-04-21T16:17:54.327Zlat 2:29.884038608
29262026-04-21T16:17:54.327Zstop 5:17.155225468
29272026-04-21T16:17:54.327Z+ mapfile -t packages
29282026-04-21T16:17:54.327Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29292026-04-21T16:17:55.282Z Finished `release` profile [optimized] target(s) in 0.94s
29302026-04-21T16:17:55.362Z Running `target/release/omicron-package -t test list-outputs`
29312026-04-21T16:17:55.414ZLogging to: /work/oxidecomputer/omicron/out/LOG
29322026-04-21T16:17:55.418Z+ ptime -m cargo build --locked --release -p xtask
29332026-04-21T16:17:55.949Z Compiling libc v0.2.185
29342026-04-21T16:17:55.949Z Compiling serde v1.0.228
29352026-04-21T16:17:55.953Z Compiling serde_core v1.0.228
29362026-04-21T16:17:55.953Z Compiling rustix v1.1.3
29372026-04-21T16:17:56.051Z Compiling bitflags v2.11.0
29382026-04-21T16:17:56.055Z Compiling serde_json v1.0.149
29392026-04-21T16:17:56.089Z Compiling num-traits v0.2.19
29402026-04-21T16:17:56.099Z Compiling syn v2.0.117
29412026-04-21T16:17:56.110Z Compiling hashbrown v0.16.1
29422026-04-21T16:17:56.113Z Compiling smallvec v1.15.1
29432026-04-21T16:17:56.143Z Compiling usdt-impl v0.5.0
29442026-04-21T16:17:56.154Z Compiling syn v1.0.109
29452026-04-21T16:17:56.164Z Compiling percent-encoding v2.3.2
29462026-04-21T16:17:56.164Z Compiling getrandom v0.4.1
29472026-04-21T16:17:56.305Z Compiling log v0.4.29
29482026-04-21T16:17:56.457Z Compiling form_urlencoded v1.2.2
29492026-04-21T16:17:56.565Z Compiling fs-err v3.3.0
29502026-04-21T16:17:56.568Z Compiling once_cell v1.21.3
29512026-04-21T16:17:56.596Z Compiling anyhow v1.0.102
29522026-04-21T16:17:56.607Z Compiling heck v0.4.1
29532026-04-21T16:17:56.717Z Compiling indexmap v2.13.0
29542026-04-21T16:17:56.843Z Compiling errno v0.3.14
29552026-04-21T16:17:56.847Z Compiling thread-id v4.2.2
29562026-04-21T16:17:56.847Z Compiling memmap v0.7.0
29572026-04-21T16:17:57.117Z Compiling ordered-float v2.10.1
29582026-04-21T16:17:57.681Z Compiling proc-macro-error v1.0.4
29592026-04-21T16:17:57.868Z Compiling terminal_size v0.4.3
29602026-04-21T16:17:57.868Z Compiling tempfile v3.25.0
29612026-04-21T16:17:57.938Z Compiling tabled_derive v0.7.0
29622026-04-21T16:17:57.974Z Compiling clap_builder v4.5.60
29632026-04-21T16:17:57.974Z Compiling textwrap v0.16.2
29642026-04-21T16:17:58.101Z Compiling camino-tempfile v1.4.1
29652026-04-21T16:17:58.634Z Compiling tabled v0.15.0
29662026-04-21T16:17:58.675Z Compiling synstructure v0.13.2
29672026-04-21T16:17:58.675Z Compiling pest_generator v2.8.6
29682026-04-21T16:17:59.086Z Compiling serde_derive v1.0.228
29692026-04-21T16:17:59.086Z Compiling zerofrom-derive v0.1.6
29702026-04-21T16:17:59.089Z Compiling yoke-derive v0.8.1
29712026-04-21T16:17:59.089Z Compiling zerovec-derive v0.11.2
29722026-04-21T16:17:59.089Z Compiling displaydoc v0.2.5
29732026-04-21T16:17:59.089Z Compiling thiserror-impl v1.0.69
29742026-04-21T16:17:59.089Z Compiling zerocopy-derive v0.7.35
29752026-04-21T16:17:59.089Z Compiling scroll_derive v0.12.1
29762026-04-21T16:17:59.108Z Compiling thiserror-impl v2.0.18
29772026-04-21T16:17:59.111Z Compiling clap_derive v4.5.55
29782026-04-21T16:17:59.206Z Compiling pest_derive v2.8.6
29792026-04-21T16:17:59.849Z Compiling scroll v0.12.0
29802026-04-21T16:18:00.006Z Compiling zerocopy v0.7.35
29812026-04-21T16:18:00.187Z Compiling goblin v0.8.2
29822026-04-21T16:18:00.198Z Compiling thiserror v1.0.69
29832026-04-21T16:18:00.329Z Compiling dtrace-parser v0.2.0
29842026-04-21T16:18:00.348Z Compiling zerofrom v0.1.6
29852026-04-21T16:18:00.383Z Compiling thiserror v2.0.18
29862026-04-21T16:18:00.504Z Compiling yoke v0.8.1
29872026-04-21T16:18:00.736Z Compiling zerovec v0.11.5
29882026-04-21T16:18:00.756Z Compiling zerotrie v0.2.3
29892026-04-21T16:18:00.853Z Compiling clap v4.5.60
29902026-04-21T16:18:01.358Z Compiling tinystr v0.8.2
29912026-04-21T16:18:01.599Z Compiling icu_locale_core v2.1.1
29922026-04-21T16:18:02.508Z Compiling potential_utf v0.1.4
29932026-04-21T16:18:02.518Z Compiling icu_provider v2.1.1
29942026-04-21T16:18:02.676Z Compiling icu_collections v2.1.1
29952026-04-21T16:18:02.710Z Compiling toml_datetime v0.6.11
29962026-04-21T16:18:02.721Z Compiling serde_spanned v0.6.9
29972026-04-21T16:18:02.760Z Compiling dof v0.3.0
29982026-04-21T16:18:02.862Z Compiling serde-value v0.7.0
29992026-04-21T16:18:02.901Z Compiling cargo-platform v0.2.0
30002026-04-21T16:18:02.913Z Compiling macaddr v1.0.1
30012026-04-21T16:18:02.950Z Compiling toml_edit v0.22.27
30022026-04-21T16:18:03.109Z Compiling icu_properties v2.1.2
30032026-04-21T16:18:03.113Z Compiling icu_normalizer v2.1.1
30042026-04-21T16:18:03.222Z Compiling serde_tokenstream v0.2.3
30052026-04-21T16:18:03.985Z Compiling idna_adapter v1.2.1
30062026-04-21T16:18:04.012Z Compiling usdt-attr-macro v0.5.0
30072026-04-21T16:18:04.036Z Compiling usdt-macro v0.5.0
30082026-04-21T16:18:04.139Z Compiling idna v1.1.0
30092026-04-21T16:18:04.462Z Compiling url v2.5.8
30102026-04-21T16:18:04.517Z Compiling toml v0.8.23
30112026-04-21T16:18:04.668Z Compiling usdt v0.5.0
30122026-04-21T16:18:04.969Z Compiling cargo_toml v0.21.0
30132026-04-21T16:18:04.981Z Compiling cargo-util-schemas v0.8.2
30142026-04-21T16:18:06.048Z Compiling cargo_metadata v0.21.0
30152026-04-21T16:18:09.135Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30162026-04-21T16:18:12.167Z Finished `release` profile [optimized] target(s) in 16.73s
30172026-04-21T16:18:12.288Z
30182026-04-21T16:18:12.288Zreal 16.840003010
30192026-04-21T16:18:12.288Zuser 2:24.328771634
30202026-04-21T16:18:12.288Zsys 17.366741629
30212026-04-21T16:18:12.288Ztrap 0.089161999
30222026-04-21T16:18:12.288Ztflt 0.666746386
30232026-04-21T16:18:12.288Zdflt 1.328372693
30242026-04-21T16:18:12.292Zkflt 0.000087921
30252026-04-21T16:18:12.292Zlock 5:22.593741321
30262026-04-21T16:18:12.292Zslp 3:29.229231040
30272026-04-21T16:18:12.292Zlat 7.191184772
30282026-04-21T16:18:12.292Zstop 18.879049908
30292026-04-21T16:18:12.292Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30302026-04-21T16:18:12.292Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30312026-04-21T16:18:12.292Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30322026-04-21T16:18:12.292Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30332026-04-21T16:18:12.292Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30342026-04-21T16:18:13.224Z Compiling regress v0.10.5
30352026-04-21T16:18:13.228Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30362026-04-21T16:18:13.370Z Compiling newtype-uuid-macros v0.1.0
30372026-04-21T16:18:13.373Z Compiling rustls v0.22.4
30382026-04-21T16:18:13.373Z Compiling progenitor-client v0.13.0
30392026-04-21T16:18:13.373Z Compiling rustls-webpki v0.102.8
30402026-04-21T16:18:13.373Z Compiling structmeta-derive v0.3.0
30412026-04-21T16:18:13.373Z Compiling serde_spanned v1.0.4
30422026-04-21T16:18:13.373Z Compiling multer v3.1.0
30432026-04-21T16:18:13.373Z Compiling toml_writer v1.0.6+spec-1.1.0
30442026-04-21T16:18:13.374Z Compiling debug-ignore v1.0.5
30452026-04-21T16:18:13.391Z Compiling match_cfg v0.1.0
30462026-04-21T16:18:13.391Z Compiling slog-json v2.6.1
30472026-04-21T16:18:13.394Z Compiling async-stream-impl v0.3.6
30482026-04-21T16:18:13.394Z Compiling waitgroup v0.1.2
30492026-04-21T16:18:13.394Z Compiling rustls-pemfile v2.2.0
30502026-04-21T16:18:13.617Z Compiling hostname v0.3.1
30512026-04-21T16:18:13.635Z Compiling serde_path_to_error v0.1.20
30522026-04-21T16:18:13.650Z Compiling hostname v0.4.2
30532026-04-21T16:18:13.666Z Compiling itertools v0.14.0
30542026-04-21T16:18:13.721Z Compiling dropshot v0.16.7
30552026-04-21T16:18:13.724Z Compiling toml v0.9.12+spec-1.1.0
30562026-04-21T16:18:13.777Z Compiling slog-bunyan v2.5.0
30572026-04-21T16:18:13.820Z Compiling dropshot_endpoint v0.16.7
30582026-04-21T16:18:13.839Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30592026-04-21T16:18:13.886Z Compiling macaddr v1.0.1
30602026-04-21T16:18:13.936Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30612026-04-21T16:18:13.954Z Compiling instant v0.1.13
30622026-04-21T16:18:14.026Z Compiling progenitor-client v0.10.0
30632026-04-21T16:18:14.067Z Compiling backon v1.6.0
30642026-04-21T16:18:14.070Z Compiling backoff v0.4.0
30652026-04-21T16:18:14.097Z Compiling async-stream v0.3.6
30662026-04-21T16:18:14.112Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30672026-04-21T16:18:14.136Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30682026-04-21T16:18:14.289Z Compiling progenitor-extras v0.1.1
30692026-04-21T16:18:14.289Z Compiling universal-hash v0.5.1
30702026-04-21T16:18:14.325Z Compiling opaque-debug v0.3.1
30712026-04-21T16:18:14.352Z Compiling half v2.7.1
30722026-04-21T16:18:14.373Z Compiling crucible-workspace-hack v0.1.0
30732026-04-21T16:18:14.387Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30742026-04-21T16:18:14.404Z Compiling ciborium-io v0.2.2
30752026-04-21T16:18:14.421Z Compiling convert_case v0.4.0
30762026-04-21T16:18:14.454Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30772026-04-21T16:18:14.471Z Compiling aead v0.5.2
30782026-04-21T16:18:14.528Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30792026-04-21T16:18:14.550Z Compiling secrecy v0.10.3
30802026-04-21T16:18:14.571Z Compiling unsafe-libyaml v0.2.11
30812026-04-21T16:18:14.586Z Compiling poly1305 v0.8.0
30822026-04-21T16:18:14.686Z Compiling ciborium-ll v0.2.2
30832026-04-21T16:18:14.713Z Compiling chacha20 v0.9.1
30842026-04-21T16:18:14.730Z Compiling structmeta v0.3.0
30852026-04-21T16:18:14.730Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30862026-04-21T16:18:14.762Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30872026-04-21T16:18:14.819Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30882026-04-21T16:18:14.840Z Compiling derive_more v0.99.20
30892026-04-21T16:18:14.941Z Compiling ciborium v0.2.2
30902026-04-21T16:18:14.982Z Compiling derive-ex v0.1.8
30912026-04-21T16:18:15.002Z Compiling parse-display-derive v0.10.0
30922026-04-21T16:18:15.018Z Compiling typify-impl v0.6.1
30932026-04-21T16:18:15.069Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30942026-04-21T16:18:15.087Z Compiling thiserror-impl-no-std v2.0.2
30952026-04-21T16:18:15.087Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30962026-04-21T16:18:15.153Z Compiling serde_yaml v0.9.34+deprecated
30972026-04-21T16:18:15.169Z Compiling byte-wrapper v0.1.0
30982026-04-21T16:18:15.249Z Compiling password-hash v0.5.0
30992026-04-21T16:18:15.365Z Compiling blake2 v0.10.6
31002026-04-21T16:18:15.381Z Compiling chacha20poly1305 v0.10.1
31012026-04-21T16:18:15.540Z Compiling indent_write v2.2.0
31022026-04-21T16:18:15.570Z Compiling heapless v0.8.0
31032026-04-21T16:18:15.574Z Compiling ingot-macros v0.1.1
31042026-04-21T16:18:15.700Z Compiling argon2 v0.5.3
31052026-04-21T16:18:15.717Z Compiling toml_edit v0.23.10+spec-1.0.0
31062026-04-21T16:18:15.735Z Compiling hash32 v0.3.1
31072026-04-21T16:18:15.921Z Compiling tokio-rustls v0.25.0
31082026-04-21T16:18:16.010Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31092026-04-21T16:18:16.192Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31102026-04-21T16:18:16.255Z Compiling smoltcp v0.11.0
31112026-04-21T16:18:16.369Z Compiling thiserror-no-std v2.0.2
31122026-04-21T16:18:16.488Z Compiling vsss-rs v3.3.4
31132026-04-21T16:18:16.508Z Compiling proc-macro-crate v3.4.0
31142026-04-21T16:18:16.668Z Compiling tabwriter v1.4.1
31152026-04-21T16:18:16.745Z Compiling cobs v0.3.0
31162026-04-21T16:18:16.803Z Compiling test-strategy v0.4.5
31172026-04-21T16:18:16.855Z Compiling parse-display v0.10.0
31182026-04-21T16:18:16.872Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31192026-04-21T16:18:16.930Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31202026-04-21T16:18:16.978Z Compiling postcard v1.1.3
31212026-04-21T16:18:16.995Z Compiling proc-macro-error v1.0.4
31222026-04-21T16:18:17.014Z Compiling proc-macro-crate v1.3.1
31232026-04-21T16:18:17.113Z Compiling num_enum_derive v0.7.5
31242026-04-21T16:18:17.174Z Compiling num-rational v0.4.2
31252026-04-21T16:18:17.192Z Compiling num-complex v0.4.6
31262026-04-21T16:18:17.341Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31272026-04-21T16:18:17.361Z Compiling foreign-types-macros v0.2.3
31282026-04-21T16:18:17.485Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31292026-04-21T16:18:17.503Z Compiling foreign-types-shared v0.3.1
31302026-04-21T16:18:17.520Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31312026-04-21T16:18:17.524Z Compiling cpufeatures v0.3.0
31322026-04-21T16:18:17.622Z Compiling colored v3.1.1
31332026-04-21T16:18:17.640Z Compiling rayon-core v1.13.0
31342026-04-21T16:18:17.658Z Compiling chacha20 v0.10.0
31352026-04-21T16:18:17.676Z Compiling num v0.4.3
31362026-04-21T16:18:17.692Z Compiling num_enum_derive v0.5.11
31372026-04-21T16:18:17.804Z Compiling crossbeam-deque v0.8.6
31382026-04-21T16:18:17.862Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31392026-04-21T16:18:17.936Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31402026-04-21T16:18:17.960Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31412026-04-21T16:18:18.014Z Compiling foreign-types v0.5.0
31422026-04-21T16:18:18.032Z Compiling cstr-argument v0.1.2
31432026-04-21T16:18:18.036Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31442026-04-21T16:18:18.036Z Compiling float-ord v0.3.2
31452026-04-21T16:18:18.132Z Compiling rand v0.10.0
31462026-04-21T16:18:18.221Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31472026-04-21T16:18:18.239Z Compiling toml v0.8.23
31482026-04-21T16:18:18.270Z Compiling num_enum v0.7.5
31492026-04-21T16:18:18.315Z Compiling camino-tempfile v1.4.1
31502026-04-21T16:18:18.392Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31512026-04-21T16:18:18.427Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31522026-04-21T16:18:18.446Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31532026-04-21T16:18:18.482Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31542026-04-21T16:18:18.516Z Compiling zone_cfg_derive v0.3.1
31552026-04-21T16:18:18.588Z Compiling ingot-types v0.1.2
31562026-04-21T16:18:18.606Z Compiling rayon v1.11.0
31572026-04-21T16:18:18.606Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31582026-04-21T16:18:18.667Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31592026-04-21T16:18:18.686Z Compiling itertools v0.12.1
31602026-04-21T16:18:18.839Z Compiling num_enum v0.5.11
31612026-04-21T16:18:18.857Z Compiling num-derive v0.4.2
31622026-04-21T16:18:18.876Z Compiling sigpipe v0.1.3
31632026-04-21T16:18:18.912Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31642026-04-21T16:18:18.931Z Compiling glob v0.3.3
31652026-04-21T16:18:18.934Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31662026-04-21T16:18:18.988Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31672026-04-21T16:18:18.991Z Compiling ingot v0.1.1
31682026-04-21T16:18:19.021Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31692026-04-21T16:18:19.045Z Compiling smf v0.2.3
31702026-04-21T16:18:19.098Z Compiling whoami v1.6.1
31712026-04-21T16:18:19.163Z Compiling prettyplease v0.2.37
31722026-04-21T16:18:19.242Z Compiling gethostname v0.5.0
31732026-04-21T16:18:19.370Z Compiling usdt-attr-macro v0.5.0
31742026-04-21T16:18:19.374Z Compiling usdt-macro v0.5.0
31752026-04-21T16:18:19.403Z Compiling memmap v0.7.0
31762026-04-21T16:18:19.438Z Compiling atomicwrites v0.4.4
31772026-04-21T16:18:19.514Z Compiling derive-where v1.6.0
31782026-04-21T16:18:19.625Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31792026-04-21T16:18:19.642Z Compiling resolv-conf v0.7.6
31802026-04-21T16:18:19.663Z Compiling typify-macro v0.6.1
31812026-04-21T16:18:19.666Z Compiling cancel-safe-futures v0.1.5
31822026-04-21T16:18:19.796Z Compiling owo-colors v4.3.0
31832026-04-21T16:18:19.852Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31842026-04-21T16:18:19.935Z Compiling zone v0.3.1
31852026-04-21T16:18:19.989Z Compiling libsw-core v0.3.2
31862026-04-21T16:18:20.027Z Compiling async-recursion v1.1.1
31872026-04-21T16:18:20.206Z Compiling libsw v3.5.0
31882026-04-21T16:18:20.251Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31892026-04-21T16:18:20.278Z Compiling usdt v0.5.0
31902026-04-21T16:18:20.370Z Compiling libefi-sys v0.1.0
31912026-04-21T16:18:20.428Z Compiling linear-map v1.2.0
31922026-04-21T16:18:20.448Z Compiling console v0.15.11
31932026-04-21T16:18:20.629Z Compiling hickory-proto v0.24.4
31942026-04-21T16:18:20.652Z Compiling newline-converter v0.3.0
31952026-04-21T16:18:20.655Z Compiling bitfield-struct v0.6.2
31962026-04-21T16:18:20.687Z Compiling linked-hash-map v0.5.6
31972026-04-21T16:18:20.729Z Compiling semver v0.1.20
31982026-04-21T16:18:20.816Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31992026-04-21T16:18:20.833Z Compiling tokio-dtrace v0.1.1
32002026-04-21T16:18:20.937Z Compiling rustc_version v0.1.7
32012026-04-21T16:18:20.954Z Compiling lru-cache v0.1.2
32022026-04-21T16:18:20.973Z Compiling expectorate v1.2.0
32032026-04-21T16:18:20.992Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32042026-04-21T16:18:21.036Z Compiling dropshot-api-manager-types v0.6.0
32052026-04-21T16:18:21.059Z Compiling pin-project-internal v1.1.11
32062026-04-21T16:18:21.122Z Compiling slog-dtrace v0.3.0
32072026-04-21T16:18:21.150Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32082026-04-21T16:18:21.153Z Compiling minimal-lexical v0.2.1
32092026-04-21T16:18:21.187Z Compiling oxide-tokio-rt v0.1.4
32102026-04-21T16:18:21.187Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32112026-04-21T16:18:21.220Z Compiling newtype_derive v0.1.6
32122026-04-21T16:18:21.257Z Compiling typify-impl v0.4.3
32132026-04-21T16:18:21.360Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32142026-04-21T16:18:21.404Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32152026-04-21T16:18:21.442Z Compiling nom v7.1.3
32162026-04-21T16:18:21.460Z Compiling phf_shared v0.12.1
32172026-04-21T16:18:21.463Z Compiling pem v3.0.6
32182026-04-21T16:18:21.495Z Compiling snafu-derive v0.8.9
32192026-04-21T16:18:21.519Z Compiling csv-core v0.1.13
32202026-04-21T16:18:21.573Z Compiling typify v0.6.1
32212026-04-21T16:18:21.677Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32222026-04-21T16:18:21.695Z Compiling progenitor-impl v0.13.0
32232026-04-21T16:18:21.699Z Compiling xshell-macros v0.2.7
32242026-04-21T16:18:21.814Z Compiling chrono-tz v0.10.4
32252026-04-21T16:18:21.867Z Compiling same-file v1.0.6
32262026-04-21T16:18:21.999Z Compiling highway v1.3.0
32272026-04-21T16:18:22.018Z Compiling walkdir v2.5.0
32282026-04-21T16:18:22.061Z Compiling const_format_proc_macros v0.2.34
32292026-04-21T16:18:22.080Z Compiling csv v1.4.0
32302026-04-21T16:18:22.118Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32312026-04-21T16:18:22.141Z Compiling xshell v0.2.7
32322026-04-21T16:18:22.269Z Compiling pin-project v1.1.11
32332026-04-21T16:18:22.286Z Compiling phf v0.12.1
32342026-04-21T16:18:22.427Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32352026-04-21T16:18:22.445Z Compiling globset v0.4.18
32362026-04-21T16:18:22.468Z Compiling olpc-cjson v0.1.4
32372026-04-21T16:18:22.670Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32382026-04-21T16:18:22.687Z Compiling primeorder v0.13.6
32392026-04-21T16:18:22.709Z Compiling serde_plain v1.0.2
32402026-04-21T16:18:22.727Z Compiling typed-path v0.9.3
32412026-04-21T16:18:22.763Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32422026-04-21T16:18:22.878Z Compiling hickory-resolver v0.24.4
32432026-04-21T16:18:22.939Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32442026-04-21T16:18:22.957Z Compiling const_format v0.2.35
32452026-04-21T16:18:23.097Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32462026-04-21T16:18:23.182Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32472026-04-21T16:18:23.315Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32482026-04-21T16:18:23.479Z Compiling tabled_derive v0.7.0
32492026-04-21T16:18:23.518Z Compiling bcs v0.1.6
32502026-04-21T16:18:23.537Z Compiling snafu v0.8.9
32512026-04-21T16:18:23.646Z Compiling termtree v0.5.1
32522026-04-21T16:18:23.735Z Compiling radium v0.7.0
32532026-04-21T16:18:23.836Z Compiling tough v0.20.0
32542026-04-21T16:18:23.870Z Compiling salty v0.3.0
32552026-04-21T16:18:23.953Z Compiling qorb v0.4.1
32562026-04-21T16:18:23.980Z Compiling textwrap v0.16.2
32572026-04-21T16:18:24.017Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32582026-04-21T16:18:24.040Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32592026-04-21T16:18:24.157Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32602026-04-21T16:18:24.259Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32612026-04-21T16:18:24.275Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32622026-04-21T16:18:24.420Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32632026-04-21T16:18:24.437Z Compiling progenitor-macro v0.13.0
32642026-04-21T16:18:24.486Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32652026-04-21T16:18:24.537Z Compiling tabled v0.15.0
32662026-04-21T16:18:24.651Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32672026-04-21T16:18:24.776Z Compiling steno v0.4.1
32682026-04-21T16:18:24.793Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32692026-04-21T16:18:24.797Z Compiling base64 v0.21.7
32702026-04-21T16:18:24.963Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32712026-04-21T16:18:25.167Z Compiling humantime v2.3.0
32722026-04-21T16:18:25.189Z Compiling tap v1.0.1
32732026-04-21T16:18:25.248Z Compiling tagptr v0.2.0
32742026-04-21T16:18:25.338Z Compiling maybe-uninit v2.0.0
32752026-04-21T16:18:25.432Z Compiling moka v0.12.13
32762026-04-21T16:18:25.483Z Compiling wyz v0.5.1
32772026-04-21T16:18:25.878Z Compiling typify-macro v0.4.3
32782026-04-21T16:18:26.011Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32792026-04-21T16:18:26.104Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32802026-04-21T16:18:26.108Z Compiling p384 v0.13.1
32812026-04-21T16:18:26.227Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32822026-04-21T16:18:26.282Z Compiling packed_struct v0.10.1
32832026-04-21T16:18:26.300Z Compiling funty v2.0.0
32842026-04-21T16:18:26.370Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32852026-04-21T16:18:26.580Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32862026-04-21T16:18:26.597Z Compiling parking_lot_core v0.8.6
32872026-04-21T16:18:26.721Z Compiling bitvec v1.0.1
32882026-04-21T16:18:26.777Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32892026-04-21T16:18:26.953Z Compiling hickory-resolver v0.25.2
32902026-04-21T16:18:27.002Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32912026-04-21T16:18:27.071Z Compiling polyval v0.6.2
32922026-04-21T16:18:27.348Z Compiling git-stub v1.0.0
32932026-04-21T16:18:27.381Z Compiling packed_struct_codegen v0.10.1
32942026-04-21T16:18:27.446Z Compiling zerocopy-derive v0.6.6
32952026-04-21T16:18:27.449Z Compiling bitfield-macros v0.19.4
32962026-04-21T16:18:27.658Z Compiling proc-macro-error-attr2 v2.0.0
32972026-04-21T16:18:27.730Z Compiling typify v0.4.3
32982026-04-21T16:18:27.881Z Compiling indexmap v1.9.3
32992026-04-21T16:18:27.940Z Compiling crc-catalog v2.4.0
33002026-04-21T16:18:27.960Z Compiling utf-8 v0.7.6
33012026-04-21T16:18:27.964Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33022026-04-21T16:18:28.068Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33032026-04-21T16:18:28.107Z Compiling nodrop v0.1.14
33042026-04-21T16:18:28.130Z Compiling proc-macro-error2 v2.0.1
33052026-04-21T16:18:28.173Z Compiling tungstenite v0.21.0
33062026-04-21T16:18:28.191Z Compiling crc v3.4.0
33072026-04-21T16:18:28.235Z Compiling array-init v0.0.4
33082026-04-21T16:18:28.253Z Compiling bitfield v0.19.4
33092026-04-21T16:18:28.274Z Compiling git-stub-vcs v0.1.0
33102026-04-21T16:18:28.337Z Compiling ghash v0.5.1
33112026-04-21T16:18:28.387Z Compiling smallvec v0.6.14
33122026-04-21T16:18:28.407Z Compiling zerocopy v0.6.6
33132026-04-21T16:18:28.498Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33142026-04-21T16:18:28.516Z Compiling ctr v0.9.2
33152026-04-21T16:18:28.601Z Compiling num-derive v0.3.3
33162026-04-21T16:18:28.635Z Compiling unicase v2.9.0
33172026-04-21T16:18:28.652Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33182026-04-21T16:18:28.680Z Compiling compression-core v0.4.31
33192026-04-21T16:18:28.753Z Compiling hashbrown v0.12.3
33202026-04-21T16:18:28.773Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33212026-04-21T16:18:28.791Z Compiling aes-gcm v0.10.3
33222026-04-21T16:18:28.885Z Compiling mime_guess v2.0.5
33232026-04-21T16:18:28.888Z Compiling compression-codecs v0.4.37
33242026-04-21T16:18:28.945Z Compiling tokio-tungstenite v0.21.0
33252026-04-21T16:18:28.967Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33262026-04-21T16:18:29.003Z Compiling parking_lot v0.11.2
33272026-04-21T16:18:29.021Z Compiling serde-hex v0.1.0
33282026-04-21T16:18:29.078Z Compiling tabled_derive v0.11.0
33292026-04-21T16:18:29.317Z Compiling progenitor-impl v0.10.0
33302026-04-21T16:18:29.439Z Compiling progenitor-impl v0.11.2
33312026-04-21T16:18:29.458Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33322026-04-21T16:18:29.490Z Compiling ron v0.8.1
33332026-04-21T16:18:29.506Z Compiling papergrid v0.17.0
33342026-04-21T16:18:29.586Z Compiling libscf-sys v1.1.0
33352026-04-21T16:18:29.605Z Compiling testing_table v0.3.0
33362026-04-21T16:18:29.708Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33372026-04-21T16:18:29.748Z Compiling progenitor v0.13.0
33382026-04-21T16:18:29.770Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33392026-04-21T16:18:29.801Z Compiling hashbrown v0.13.2
33402026-04-21T16:18:29.938Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33412026-04-21T16:18:29.969Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33422026-04-21T16:18:30.025Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33432026-04-21T16:18:30.042Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33442026-04-21T16:18:30.324Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33452026-04-21T16:18:30.347Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33462026-04-21T16:18:30.379Z Compiling prefix-trie v0.7.0
33472026-04-21T16:18:30.531Z Compiling blowfish v0.9.1
33482026-04-21T16:18:30.602Z Compiling ssh-encoding v0.2.0
33492026-04-21T16:18:30.647Z Compiling fxhash v0.2.1
33502026-04-21T16:18:30.883Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33512026-04-21T16:18:30.920Z Compiling toml_datetime v1.0.0+spec-1.1.0
33522026-04-21T16:18:30.937Z Compiling dropshot v0.17.0
33532026-04-21T16:18:30.968Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33542026-04-21T16:18:30.985Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33552026-04-21T16:18:31.170Z Compiling crc-any v2.5.0
33562026-04-21T16:18:31.221Z Compiling corncobs v0.1.4
33572026-04-21T16:18:31.291Z Compiling toml v1.0.6+spec-1.1.0
33582026-04-21T16:18:31.321Z Compiling ssh-cipher v0.2.0
33592026-04-21T16:18:31.343Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33602026-04-21T16:18:31.362Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33612026-04-21T16:18:31.389Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33622026-04-21T16:18:31.437Z Compiling hickory-server v0.25.2
33632026-04-21T16:18:31.461Z Compiling sled v0.34.7
33642026-04-21T16:18:31.520Z Compiling bcrypt-pbkdf v0.10.0
33652026-04-21T16:18:31.688Z Compiling tabled v0.20.0
33662026-04-21T16:18:31.846Z Compiling object v0.30.4
33672026-04-21T16:18:31.893Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33682026-04-21T16:18:31.984Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33692026-04-21T16:18:32.191Z Compiling progenitor-macro v0.10.0
33702026-04-21T16:18:32.239Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33712026-04-21T16:18:32.399Z Compiling progenitor-macro v0.11.2
33722026-04-21T16:18:32.720Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33732026-04-21T16:18:33.079Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33742026-04-21T16:18:33.148Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33752026-04-21T16:18:33.327Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33762026-04-21T16:18:33.386Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33772026-04-21T16:18:33.483Z Compiling async-compression v0.4.41
33782026-04-21T16:18:33.841Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33792026-04-21T16:18:33.946Z Compiling progenitor-client v0.11.2
33802026-04-21T16:18:34.148Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33812026-04-21T16:18:34.247Z Compiling password-hash v0.4.2
33822026-04-21T16:18:34.323Z Compiling dropshot_endpoint v0.17.0
33832026-04-21T16:18:34.340Z Compiling secrecy v0.8.0
33842026-04-21T16:18:34.530Z Compiling half v1.8.3
33852026-04-21T16:18:34.636Z Compiling http-range v0.1.5
33862026-04-21T16:18:34.685Z Compiling path-slash v0.1.5
33872026-04-21T16:18:34.812Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33882026-04-21T16:18:34.844Z Compiling serde_cbor v0.11.2
33892026-04-21T16:18:34.865Z Compiling pbkdf2 v0.11.0
33902026-04-21T16:18:35.117Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33912026-04-21T16:18:35.419Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33922026-04-21T16:18:35.437Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33932026-04-21T16:18:35.759Z Compiling ssh-key v0.6.7
33942026-04-21T16:18:36.099Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33952026-04-21T16:18:36.347Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33962026-04-21T16:18:36.453Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33972026-04-21T16:18:36.611Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33982026-04-21T16:18:36.923Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33992026-04-21T16:18:36.955Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34002026-04-21T16:18:37.038Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34012026-04-21T16:18:37.116Z Compiling p256 v0.13.2
34022026-04-21T16:18:37.236Z Compiling p521 v0.13.3
34032026-04-21T16:18:37.283Z Compiling yasna v0.5.2
34042026-04-21T16:18:37.466Z Compiling kstat-rs v0.2.4
34052026-04-21T16:18:37.514Z Compiling progenitor v0.10.0
34062026-04-21T16:18:37.555Z Compiling headers-core v0.3.0
34072026-04-21T16:18:37.575Z Compiling nanorand v0.7.0
34082026-04-21T16:18:37.596Z Compiling russh-cryptovec v0.7.3
34092026-04-21T16:18:37.717Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34102026-04-21T16:18:37.735Z Compiling progenitor v0.11.2
34112026-04-21T16:18:37.735Z Compiling atty v0.2.14
34122026-04-21T16:18:37.817Z Compiling md5 v0.7.0
34132026-04-21T16:18:37.833Z Compiling crc8 v0.1.1
34142026-04-21T16:18:37.899Z Compiling home v0.5.12
34152026-04-21T16:18:37.899Z Compiling flume v0.11.1
34162026-04-21T16:18:37.933Z Compiling rcgen v0.12.1
34172026-04-21T16:18:37.951Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34182026-04-21T16:18:37.951Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34192026-04-21T16:18:37.985Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34202026-04-21T16:18:38.027Z Compiling russh-keys v0.45.0
34212026-04-21T16:18:38.074Z Compiling headers v0.4.1
34222026-04-21T16:18:38.130Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34232026-04-21T16:18:38.271Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34242026-04-21T16:18:38.274Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34252026-04-21T16:18:38.464Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34262026-04-21T16:18:38.735Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34272026-04-21T16:18:38.754Z Compiling hyper-staticfile v0.10.1
34282026-04-21T16:18:38.793Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34292026-04-21T16:18:38.822Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34302026-04-21T16:18:38.825Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34312026-04-21T16:18:38.874Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34322026-04-21T16:18:38.894Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34332026-04-21T16:18:39.137Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34342026-04-21T16:18:39.177Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34352026-04-21T16:18:39.199Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34362026-04-21T16:18:39.216Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34372026-04-21T16:18:39.304Z Compiling num-bigint v0.4.6
34382026-04-21T16:18:39.584Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34392026-04-21T16:18:39.639Z Compiling des v0.8.1
34402026-04-21T16:18:39.662Z Compiling subprocess v0.2.15
34412026-04-21T16:18:39.687Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34422026-04-21T16:18:39.704Z Compiling hex-literal v0.4.1
34432026-04-21T16:18:39.849Z Compiling display-error-chain v0.2.2
34442026-04-21T16:18:39.870Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34452026-04-21T16:18:39.951Z Compiling colored v2.2.0
34462026-04-21T16:18:39.980Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34472026-04-21T16:18:40.020Z Compiling internet-checksum v0.2.1
34482026-04-21T16:18:40.146Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34492026-04-21T16:18:40.592Z Compiling russh v0.45.0
34502026-04-21T16:18:40.639Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34512026-04-21T16:18:40.706Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34522026-04-21T16:18:43.320Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34532026-04-21T16:18:44.020Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34542026-04-21T16:18:44.381Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34552026-04-21T16:18:44.601Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34562026-04-21T16:18:52.558Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34572026-04-21T16:18:52.558Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34582026-04-21T16:18:52.558Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34592026-04-21T16:18:52.562Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34602026-04-21T16:18:54.320Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34612026-04-21T16:18:54.346Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34622026-04-21T16:18:58.528Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34632026-04-21T16:19:18.525Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34642026-04-21T16:19:37.944Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34652026-04-21T16:19:38.177Z
34662026-04-21T16:19:38.177Zreal 1:25.817981959
34672026-04-21T16:19:38.177Zuser 8:25.371226585
34682026-04-21T16:19:38.177Zsys 1:45.303445039
34692026-04-21T16:19:38.177Ztrap 0.262160081
34702026-04-21T16:19:38.177Ztflt 0.531581439
34712026-04-21T16:19:38.177Zdflt 1.586630583
34722026-04-21T16:19:38.181Zkflt 0.000212661
34732026-04-21T16:19:38.181Zlock 30:10.290168415
34742026-04-21T16:19:38.181Zslp 19:43.437986140
34752026-04-21T16:19:38.181Zlat 40.029472369
34762026-04-21T16:19:38.181Zstop 2:50.778301281
34772026-04-21T16:19:38.181Z+ mkdir tests
34782026-04-21T16:19:38.181Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34792026-04-21T16:19:38.184Z+ xargs -I '{}' -t cp '{}' tests/
34802026-04-21T16:19:38.229Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e5668819ecec3557 tests/
34812026-04-21T16:19:38.258Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a904e180d39f0db8 tests/
34822026-04-21T16:19:38.287Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-a1906e1472ee032b tests/
34832026-04-21T16:19:38.317Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-16c78f706b021106 tests/
34842026-04-21T16:19:38.642Z+ 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/*)
34852026-04-21T16:19:38.645Z+ 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-a904e180d39f0db8 tests/commtest-a1906e1472ee032b tests/dhcp_server-e5668819ecec3557 tests/end_to_end_tests-16c78f706b021106 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
34862026-04-21T16:21:02.377ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34872026-04-21T16:21:02.377Za .github/buildomat/ci-env.sh 1K
34882026-04-21T16:21:02.377Za out/target/test 1K
34892026-04-21T16:21:02.377Za out/npuzone/npuzone 27402K
34902026-04-21T16:21:02.377Za package-manifest.toml 35K
34912026-04-21T16:21:02.378Za smf/sled-agent/non-gimlet/config.toml 6K
34922026-04-21T16:21:02.378Za target/release/omicron-package 45763K
34932026-04-21T16:21:02.378Za target/release/xtask 11446K
34942026-04-21T16:21:02.378Za target/debug/bootstrap 340548K
34952026-04-21T16:21:02.378Za tests/bootstrap-a904e180d39f0db8 31310K
34962026-04-21T16:21:02.378Za tests/commtest-a1906e1472ee032b 32395K
34972026-04-21T16:21:02.378Za tests/dhcp_server-e5668819ecec3557 31310K
34982026-04-21T16:21:02.378Za tests/end_to_end_tests-16c78f706b021106 382922K
34992026-04-21T16:21:02.378Za out/clickhouse.tar.gz 312911K
35002026-04-21T16:21:02.378Za out/clickhouse_keeper.tar.gz 298309K
35012026-04-21T16:21:02.378Za out/clickhouse_server.tar.gz 312910K
35022026-04-21T16:21:02.378Za out/cockroachdb.tar.gz 161158K
35032026-04-21T16:21:02.378Za out/crucible-pantry-zone.tar.gz 43984K
35042026-04-21T16:21:02.378Za out/crucible-utils.tar 17744K
35052026-04-21T16:21:02.378Za out/crucible-zone.tar.gz 58122K
35062026-04-21T16:21:02.378Za out/external-dns.tar.gz 48999K
35072026-04-21T16:21:02.378Za out/internal-dns.tar.gz 48999K
35082026-04-21T16:21:02.378Za out/mg-ddm-gz.tar 78377K
35092026-04-21T16:21:02.378Za out/nexus.tar.gz 219060K
35102026-04-21T16:21:02.378Za out/ntp.tar.gz 31922K
35112026-04-21T16:21:02.378Za out/omicron-gateway-softnpu.tar.gz 28286K
35122026-04-21T16:21:02.378Za out/omicron-sled-agent.tar 200483K
35132026-04-21T16:21:02.378Za out/overlay.tar.gz 3K
35142026-04-21T16:21:02.378Za out/oximeter.tar.gz 63380K
35152026-04-21T16:21:02.378Za out/oxlog.tar 3782K
35162026-04-21T16:21:02.378Za out/probe.tar.gz 3037K
35172026-04-21T16:21:02.378Za out/propolis-server.tar.gz 38727K
35182026-04-21T16:21:02.378Za out/pumpkind-gz.tar 26647K
35192026-04-21T16:21:02.378Za out/switch-softnpu.tar.gz 381546K
35202026-04-21T16:21:02.382Z
35212026-04-21T16:21:02.382Zreal 1:23.728883137
35222026-04-21T16:21:02.382Zuser 1:21.167868323
35232026-04-21T16:21:02.382Zsys 4.284049972
35242026-04-21T16:21:02.382Ztrap 0.005767688
35252026-04-21T16:21:02.382Ztflt 0.000000000
35262026-04-21T16:21:02.382Zdflt 0.000000000
35272026-04-21T16:21:02.382Zkflt 0.000000000
35282026-04-21T16:21:02.382Zlock 0.000000000
35292026-04-21T16:21:02.382Zslp 1:21.105142580
35302026-04-21T16:21:02.382Zlat 0.889934666
35312026-04-21T16:21:02.382Zstop 0.000616333
35322026-04-21T16:21:02.382Zprocess exited: duration 1032032 ms, exit code 0
 
35332026-04-21T16:21:02.396Zfound 1 output files
35342026-04-21T16:21:02.436Zuploading: /work/package.tar.gz (2386172723 bytes)
35352026-04-21T16:21:31.660Zuploaded: /work/package.tar.gz