01KNWNVY8YZS4RXHC4SRBCJ8QD: 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: 01KNWNWA3DW52KJJEJ8H4C460J

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-10T21:49:23.822Zjob assigned to worker 01KNWNWF7GC0TYYB2F780WD2RJ [factory aws, i-003ea0c3468f63564] (queued for 56 s)
 
22026-04-10T21:49:31.664Zstarting task 0: "setup"
32026-04-10T21:49:31.669Z++ uname -s
42026-04-10T21:49:31.672Z+ kern=SunOS
52026-04-10T21:49:31.672Z+ build_user=build
62026-04-10T21:49:31.672Z+ build_uid=12345
72026-04-10T21:49:31.672Z+ work_dir=/work
82026-04-10T21:49:31.672Z+ input_dir=/input
92026-04-10T21:49:31.672Z+ [[ 0 == 12345 ]]
102026-04-10T21:49:31.672Z+ case "$kern" in
112026-04-10T21:49:31.672Z+ groupadd -g 12345 build
122026-04-10T21:49:31.675Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-10T21:49:33.682Z+ zfs create -o mountpoint=/work rpool/work
142026-04-10T21:49:33.797Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-10T21:49:33.800Z+ home_fs=zfs
162026-04-10T21:49:33.800Z+ [[ zfs == autofs ]]
172026-04-10T21:49:33.800Z+ mkdir -p /home/build
182026-04-10T21:49:33.800Z+ chown build:build /home/build /work
192026-04-10T21:49:35.803Z+ chmod 0700 /home/build /work
202026-04-10T21:49:35.807Zprocess exited: duration 4145 ms, exit code 0
 
212026-04-10T21:49:35.813Zstarting task 1: "rust-toolchain"
222026-04-10T21:49:35.818Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-10T21:49:35.818Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-10T21:49:35.818Z * rust toolchain channel = "1.94.0"
252026-04-10T21:49:35.818Z * rust toolchain profile = "default"
262026-04-10T21:49:35.818Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-10T21:49:35.818Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-10T21:49:35.821Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-10T21:49:35.821Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-10T21:49:35.926Zinfo: downloading installer
312026-04-10T21:49:37.322Zwarn: It looks like you have an existing installation of Rust at:
322026-04-10T21:49:37.322Zwarn: /opt/ooce/bin
332026-04-10T21:49:37.322Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-10T21:49:37.322Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-10T21:49:37.322Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-10T21:49:37.322Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-10T21:49:37.322Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-10T21:49:37.322Zerror: cannot install while Rust is installed
392026-04-10T21:49:37.322Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-10T21:49:37.322Zwarn: It looks like you have an existing rustup settings file at:
412026-04-10T21:49:37.322Zwarn: /home/build/.rustup/settings.toml
422026-04-10T21:49:37.322Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-10T21:49:37.322Zwarn: instead of the one inferred from the default host triple.
442026-04-10T21:49:37.335Zinfo: profile set to default
452026-04-10T21:49:37.335Zinfo: default host triple is x86_64-unknown-illumos
462026-04-10T21:49:37.338Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-10T21:49:37.469Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-10T21:49:37.473Zinfo: downloading 6 components
492026-04-10T21:49:51.974Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-10T21:49:51.974Z
512026-04-10T21:49:52.005Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-10T21:49:52.005Z
532026-04-10T21:49:52.005Z
542026-04-10T21:49:52.005ZRust is installed now. Great!
552026-04-10T21:49:52.005Z
562026-04-10T21:49:52.005ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-10T21:49:52.005Zenvironment variable. This has not been done automatically.
582026-04-10T21:49:52.005Z
592026-04-10T21:49:52.005ZTo configure your current shell, you need to source
602026-04-10T21:49:52.005Zthe corresponding env file under $HOME/.cargo.
612026-04-10T21:49:52.005Z
622026-04-10T21:49:52.005ZThis is usually done by running one of the following (note the leading DOT):
632026-04-10T21:49:52.005Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-10T21:49:52.005Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-10T21:49:52.005Zsource "~/.cargo/env.nu" # For nushell
662026-04-10T21:49:52.005Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-10T21:49:52.005Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-10T21:49:52.005Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-10T21:49:52.008Zwarn: no default linker (`cc`) was found in your PATH
702026-04-10T21:49:52.008Zwarn: many Rust crates require a system C toolchain to build
712026-04-10T21:49:52.101Z+ rustup --version
722026-04-10T21:49:52.107Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-10T21:49:52.110Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-10T21:49:52.129Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-10T21:49:52.131Z+ cargo --version
762026-04-10T21:49:52.140Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-10T21:49:52.143Z+ rustc --version
782026-04-10T21:49:52.164Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-10T21:49:52.167Zprocess exited: duration 16352 ms, exit code 0
 
802026-04-10T21:49:52.173Zstarting task 2: "authentication"
812026-04-10T21:49:52.190Zprocess exited: duration 17 ms, exit code 0
 
822026-04-10T21:49:52.196Zstarting task 3: "clone repository"
832026-04-10T21:49:52.200Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-10T21:49:52.203Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-10T21:49:52.236ZCloning into '/work/oxidecomputer/omicron'...
862026-04-10T21:50:02.573Z+ cd /work/oxidecomputer/omicron
872026-04-10T21:50:02.573Z+ git fetch origin 3eae79ad83440e125067846bddab555930f94048
882026-04-10T21:50:02.891ZFrom https://github.com/oxidecomputer/omicron
892026-04-10T21:50:02.891Z * branch 3eae79ad83440e125067846bddab555930f94048 -> FETCH_HEAD
902026-04-10T21:50:02.903Z+ [[ -n bump-console-1cc2ce61 ]]
912026-04-10T21:50:02.906Z++ git branch --show-current
922026-04-10T21:50:02.909Z+ current=main
932026-04-10T21:50:02.909Z+ [[ main != bump-console-1cc2ce61 ]]
942026-04-10T21:50:02.909Z+ git branch -f bump-console-1cc2ce61 3eae79ad83440e125067846bddab555930f94048
952026-04-10T21:50:02.913Z+ git checkout -f bump-console-1cc2ce61
962026-04-10T21:50:03.002ZSwitched to branch 'bump-console-1cc2ce61'
972026-04-10T21:50:03.005Z+ git reset --hard 3eae79ad83440e125067846bddab555930f94048
982026-04-10T21:50:03.100ZHEAD is now at 3eae79ad8 Bump web console (fix dark flash in light mode)
992026-04-10T21:50:03.103Zprocess exited: duration 10903 ms, exit code 0
 
1002026-04-10T21:50:03.113Zstarting task 4: "build"
1012026-04-10T21:50:03.119Z+ source .github/buildomat/ci-env.sh
1022026-04-10T21:50:03.119Z++ export CARGO_TERM_COLOR=always
1032026-04-10T21:50:03.119Z++ CARGO_TERM_COLOR=always
1042026-04-10T21:50:03.122Z+ cargo --version
1052026-04-10T21:50:03.129Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-10T21:50:03.131Z+ rustc --version
1072026-04-10T21:50:03.153Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-10T21:50:03.155Z+ WORK=/work
1092026-04-10T21:50:03.155Z+ pfexec mkdir -p /work
1102026-04-10T21:50:03.159Z+ pfexec chown build /work
1112026-04-10T21:50:03.161Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-04-10T21:50:12.316Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-04-10T21:50:19.397Z Startup: Caching catalogs ... Done
1142026-04-10T21:50:24.440ZPlanning: Solver setup ... Done (3.526s)
1152026-04-10T21:50:24.463ZPlanning: Running solver ... Done (0.023s)
1162026-04-10T21:50:24.582ZPlanning: Finding local manifests ... Done (0.003s)
1172026-04-10T21:50:24.608ZPlanning: Fetching manifests: 0/4 0% complete
1182026-04-10T21:50:24.714ZPlanning: Fetching manifests: 4/4 100% complete
1192026-04-10T21:50:24.746ZPlanning: Package planning ... Done (0.031s)
1202026-04-10T21:50:24.773ZPlanning: Merging actions ... Done (0.027s)
1212026-04-10T21:50:24.954ZPlanning: Checking for conflicting actions ... Done (0.181s)
1222026-04-10T21:50:24.962ZPlanning: Consolidating action changes ... Done (0.007s)
1232026-04-10T21:50:25.822ZPlanning: Evaluating mediators ... Done (0.860s)
1242026-04-10T21:50:25.828ZPlanning: Planning completed in 6.26 seconds
1252026-04-10T21:50:25.841Z Packages to install: 4
1262026-04-10T21:50:25.841Z Mediators to change: 2
1272026-04-10T21:50:25.841Z Services to change: 1
1282026-04-10T21:50:25.841Z Estimated space available: 155.35 GB
1292026-04-10T21:50:25.844ZEstimated space to be consumed: 1.84 GB
1302026-04-10T21:50:25.844Z Create boot environment: No
1312026-04-10T21:50:25.844ZCreate backup boot environment: No
1322026-04-10T21:50:25.844Z Rebuild boot archive: No
1332026-04-10T21:50:25.844Z
1342026-04-10T21:50:25.844ZChanged mediators:
1352026-04-10T21:50:25.845Z mediator clang:
1362026-04-10T21:50:25.845Z version: None -> 15 (system default)
1372026-04-10T21:50:25.845Z
1382026-04-10T21:50:25.845Z mediator llvm:
1392026-04-10T21:50:25.845Z version: 14 (system default) -> 15 (system default)
1402026-04-10T21:50:25.845Z
1412026-04-10T21:50:25.845ZChanged packages:
1422026-04-10T21:50:25.845Zhelios-dev
1432026-04-10T21:50:25.845Z developer/build-essential
1442026-04-10T21:50:25.845Z None -> 11-2.0
1452026-04-10T21:50:25.845Z library/libxmlsec1
1462026-04-10T21:50:25.845Z None -> 1.2.35-2.0
1472026-04-10T21:50:25.845Z ooce/developer/clang-15
1482026-04-10T21:50:25.845Z None -> 15.0.7-2.0
1492026-04-10T21:50:25.845Z ooce/developer/llvm-15
1502026-04-10T21:50:25.845Z None -> 15.0.7-2.0
1512026-04-10T21:50:25.845Z
1522026-04-10T21:50:25.845ZServices:
1532026-04-10T21:50:25.845Z restart_fmri:
1542026-04-10T21:50:25.845Z svc:/system/update-man-index:default
1552026-04-10T21:50:25.885Z
1562026-04-10T21:50:25.885ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-04-10T21:50:31.451ZDownload: 1195/3290 items 83.4/212.6MB 39% complete (17.6M/s)
1582026-04-10T21:50:36.453ZDownload: 2576/3290 items 120.2/212.6MB 56% complete (12.0M/s)
1592026-04-10T21:50:41.583ZDownload: 3280/3290 items 210.4/212.6MB 98% complete (13.0M/s)
1602026-04-10T21:50:41.623ZDownload: Completed 212.60 MB in 15.74 seconds (13.5M/s)
1612026-04-10T21:50:41.966Z Actions: 1/3689 actions (Installing new actions)
1622026-04-10T21:50:45.257Z Actions: Completed 3689 actions in 3.29 seconds.
1632026-04-10T21:50:45.536Z Done (0.275s)
1642026-04-10T21:50:45.536Z Done (0.000s)
1652026-04-10T21:50:46.147Z Done (0.611s)
1662026-04-10T21:50:49.354Z Done (2.868s)
1672026-04-10T21:50:49.431Z Done (0.015s)
1682026-04-10T21:50:49.434Z Done (0.000s)
1692026-04-10T21:50:49.637Z Done (0.000s)
1702026-04-10T21:50:50.487ZPlanning: Evaluating mediator changes ... Done
1712026-04-10T21:50:50.595ZPlanning: Checking for conflicting actions ... Done
1722026-04-10T21:50:50.598ZPlanning: Consolidating action changes ... Done
1732026-04-10T21:50:50.754ZPlanning: Evaluating mediators ... Done
1742026-04-10T21:50:50.757ZPlanning: Planning completed in 0.27 seconds
1752026-04-10T21:50:50.777Z Mediators to change: 2
1762026-04-10T21:50:50.777Z Create boot environment: No
1772026-04-10T21:50:50.777ZCreate backup boot environment: No
1782026-04-10T21:50:50.836Z Done
1792026-04-10T21:50:50.836Z Done
1802026-04-10T21:50:51.419Z Done
1812026-04-10T21:50:53.933Z Done
1822026-04-10T21:50:54.003Z Done
1832026-04-10T21:50:54.006Z Done
1842026-04-10T21:50:54.170Z Done
1852026-04-10T21:50:54.569ZPlanning: Evaluating mediator changes ... Done
1862026-04-10T21:50:54.573ZPlanning: Merging actions ... Done
1872026-04-10T21:50:54.707ZPlanning: Checking for conflicting actions ... Done
1882026-04-10T21:50:54.709ZPlanning: Consolidating action changes ... Done
1892026-04-10T21:50:54.842ZPlanning: Evaluating mediators ... Done
1902026-04-10T21:50:54.869ZPlanning: Planning completed in 0.44 seconds
1912026-04-10T21:50:54.891Z Packages to change: 1
1922026-04-10T21:50:54.891Z Mediators to change: 1
1932026-04-10T21:50:54.891Z Services to change: 1
1942026-04-10T21:50:54.891Z Create boot environment: No
1952026-04-10T21:50:54.891ZCreate backup boot environment: Yes
1962026-04-10T21:50:57.300Z Actions: 1/6 actions (Updating modified actions)
1972026-04-10T21:50:57.303Z Actions: Completed 6 actions in 0.00 seconds.
1982026-04-10T21:50:57.303Z Done
1992026-04-10T21:50:57.303Z Done
2002026-04-10T21:50:57.444Z Done
2012026-04-10T21:50:59.873Z Done
2022026-04-10T21:50:59.942Z Done
2032026-04-10T21:50:59.945Z Done
2042026-04-10T21:51:00.091Z Done
2052026-04-10T21:51:00.376ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2062026-04-10T21:51:00.376Zclang system 15 system
2072026-04-10T21:51:00.376Zcsh system system illumos
2082026-04-10T21:51:00.376Zctags system system illumos
2092026-04-10T21:51:00.376Zfile system system illumos
2102026-04-10T21:51:00.376Zgcc vendor 12 vendor
2112026-04-10T21:51:00.377Zgcc system 14 system
2122026-04-10T21:51:00.377Zgcc system 10 system
2132026-04-10T21:51:00.377Zgo system 1.20 system
2142026-04-10T21:51:00.377Zgo system 1.19 system
2152026-04-10T21:51:00.377Zllvm system 15 system
2162026-04-10T21:51:00.377Zllvm system 14 system
2172026-04-10T21:51:00.377Zmariadb system 10.6 system
2182026-04-10T21:51:00.377Zmta vendor vendor dma
2192026-04-10T21:51:00.377Zopenjdk system 17 system
2202026-04-10T21:51:00.377Zopenjdk system 11 system
2212026-04-10T21:51:00.377Zopenjdk system 1.8 system
2222026-04-10T21:51:00.377Zopenssl vendor 3 vendor
2232026-04-10T21:51:00.377Zperl system 5.36 system
2242026-04-10T21:51:00.377Zpostgresql system 15 system
2252026-04-10T21:51:00.377Zpostgresql system 13 system
2262026-04-10T21:51:00.377Zpython vendor 3 vendor
2272026-04-10T21:51:00.377Zpython system 2 system
2282026-04-10T21:51:00.377Zpython3 system 3.11 system
2292026-04-10T21:51:00.377Zruby system 3.0 system
2302026-04-10T21:51:00.377Zwords vendor vendor american-english
2312026-04-10T21:51:00.377Zwords system system australian-english
2322026-04-10T21:51:00.377Zwords system system british-english
2332026-04-10T21:51:00.377Zwords system system canadian-english
2342026-04-10T21:51:00.377Zwords system system french
2352026-04-10T21:51:00.377Zwords system system italian
2362026-04-10T21:51:00.377Zwords system system ngerman
2372026-04-10T21:51:00.377Zwords system system ogerman
2382026-04-10T21:51:00.377Zwords system system spanish
2392026-04-10T21:51:00.604ZPUBLISHER TYPE STATUS P LOCATION
2402026-04-10T21:51:00.604Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2412026-04-10T21:51:05.067ZFMRI IFO
2422026-04-10T21:51:05.067Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2432026-04-10T21:51:05.067Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2442026-04-10T21:51:05.067Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2452026-04-10T21:51:05.067Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2462026-04-10T21:51:05.067Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2472026-04-10T21:51:05.067Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2482026-04-10T21:51:05.067Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2492026-04-10T21:51:05.067Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2502026-04-10T21:51:05.067Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2512026-04-10T21:51:05.067Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2522026-04-10T21:51:05.067Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2532026-04-10T21:51:05.067Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2542026-04-10T21:51:05.067Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2552026-04-10T21:51:05.067Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2562026-04-10T21:51:05.067Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2572026-04-10T21:51:05.067Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2582026-04-10T21:51:06.176Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592026-04-10T21:51:06.439Z Updating crates.io index
2602026-04-10T21:51:06.474Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2612026-04-10T21:51:07.199Z Updating git repository `https://github.com/oxidecomputer/lldp`
2622026-04-10T21:51:07.616Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2632026-04-10T21:51:08.258Z Updating git repository `https://github.com/oxidecomputer/propolis`
2642026-04-10T21:51:09.652Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2652026-04-10T21:51:10.166Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-04-10T21:51:11.465Z Updating git repository `https://github.com/oxidecomputer/opte`
2672026-04-10T21:51:12.228Z Updating git repository `https://github.com/oxidecomputer/tofino`
2682026-04-10T21:51:12.490Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-04-10T21:51:13.046Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-04-10T21:51:13.384Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-04-10T21:51:13.778Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722026-04-10T21:51:14.143Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-04-10T21:51:15.121Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-04-10T21:51:15.663Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-04-10T21:51:15.905Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2762026-04-10T21:51:16.326Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2772026-04-10T21:51:16.620Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2782026-04-10T21:51:16.981Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2792026-04-10T21:51:17.222Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2802026-04-10T21:51:17.469Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2812026-04-10T21:51:17.867Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822026-04-10T21:51:18.224Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2832026-04-10T21:51:18.819Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2842026-04-10T21:51:19.072Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2852026-04-10T21:51:19.573Z Updating git repository `https://github.com/oxidecomputer/ispf`
2862026-04-10T21:51:20.549Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-04-10T21:51:20.794Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882026-04-10T21:51:21.711Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2892026-04-10T21:51:22.132Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2902026-04-10T21:51:22.486Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2912026-04-10T21:51:22.789Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2922026-04-10T21:51:23.092Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2932026-04-10T21:51:23.535Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2942026-04-10T21:51:23.798Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2952026-04-10T21:51:24.048Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2962026-04-10T21:51:24.298Z Updating git repository `https://github.com/illumos/smf-rs`
2972026-04-10T21:51:24.672Z Updating git repository `https://github.com/oxidecomputer/omicron`
2982026-04-10T21:51:36.192Z Downloading crates ...
2992026-04-10T21:51:36.254Z Downloaded anstream v0.6.21
3002026-04-10T21:51:36.260Z Downloaded heck v0.5.0
3012026-04-10T21:51:36.262Z Downloaded cargo_toml v0.21.0
3022026-04-10T21:51:36.267Z Downloaded proc-macro2 v1.0.106
3032026-04-10T21:51:36.269Z Downloaded camino v1.2.2
3042026-04-10T21:51:36.272Z Downloaded zerofrom-derive v0.1.6
3052026-04-10T21:51:36.275Z Downloaded itoa v1.0.17
3062026-04-10T21:51:36.278Z Downloaded fastrand v2.3.0
3072026-04-10T21:51:36.278Z Downloaded unicode-xid v0.2.6
3082026-04-10T21:51:36.278Z Downloaded thiserror-impl v2.0.18
3092026-04-10T21:51:36.281Z Downloaded thiserror v1.0.69
3102026-04-10T21:51:36.284Z Downloaded thread-id v4.2.2
3112026-04-10T21:51:36.284Z Downloaded heck v0.4.1
3122026-04-10T21:51:36.284Z Downloaded form_urlencoded v1.2.2
3132026-04-10T21:51:36.287Z Downloaded zerovec-derive v0.11.2
3142026-04-10T21:51:36.287Z Downloaded version_check v0.9.5
3152026-04-10T21:51:36.287Z Downloaded zerocopy-derive v0.7.35
3162026-04-10T21:51:36.290Z Downloaded zerofrom v0.1.6
3172026-04-10T21:51:36.290Z Downloaded utf8parse v0.2.2
3182026-04-10T21:51:36.293Z Downloaded equivalent v1.0.2
3192026-04-10T21:51:36.293Z Downloaded errno v0.3.14
3202026-04-10T21:51:36.293Z Downloaded dof v0.3.0
3212026-04-10T21:51:36.296Z Downloaded toml_write v0.1.2
3222026-04-10T21:51:36.296Z Downloaded yoke-derive v0.8.1
3232026-04-10T21:51:36.296Z Downloaded camino-tempfile v1.4.1
3242026-04-10T21:51:36.296Z Downloaded typeid v1.0.3
3252026-04-10T21:51:36.296Z Downloaded displaydoc v0.2.5
3262026-04-10T21:51:36.299Z Downloaded utf8_iter v1.0.4
3272026-04-10T21:51:36.299Z Downloaded macaddr v1.0.1
3282026-04-10T21:51:36.302Z Downloaded cfg-if v1.0.4
3292026-04-10T21:51:36.305Z Downloaded usdt v0.5.0
3302026-04-10T21:51:36.305Z Downloaded unicode-linebreak v0.1.5
3312026-04-10T21:51:36.308Z Downloaded usdt-attr-macro v0.5.0
3322026-04-10T21:51:36.311Z Downloaded proc-macro-error-attr v1.0.4
3332026-04-10T21:51:36.311Z Downloaded memmap v0.7.0
3342026-04-10T21:51:36.311Z Downloaded idna_adapter v1.2.1
3352026-04-10T21:51:36.311Z Downloaded toml_datetime v0.6.11
3362026-04-10T21:51:36.313Z Downloaded anstyle-query v1.1.5
3372026-04-10T21:51:36.313Z Downloaded once_cell v1.21.3
3382026-04-10T21:51:36.313Z Downloaded cargo_metadata v0.21.0
3392026-04-10T21:51:36.316Z Downloaded tinystr v0.8.2
3402026-04-10T21:51:36.319Z Downloaded percent-encoding v2.3.2
3412026-04-10T21:51:36.319Z Downloaded is_terminal_polyfill v1.70.2
3422026-04-10T21:51:36.319Z Downloaded usdt-macro v0.5.0
3432026-04-10T21:51:36.319Z Downloaded unicode-ident v1.0.24
3442026-04-10T21:51:36.321Z Downloaded serde-value v0.7.0
3452026-04-10T21:51:36.324Z Downloaded potential_utf v0.1.4
3462026-04-10T21:51:36.324Z Downloaded writeable v0.6.2
3472026-04-10T21:51:36.327Z Downloaded yoke v0.8.1
3482026-04-10T21:51:36.330Z Downloaded crypto-common v0.1.7
3492026-04-10T21:51:36.330Z Downloaded thiserror v2.0.18
3502026-04-10T21:51:36.333Z Downloaded zmij v1.0.21
3512026-04-10T21:51:36.333Z Downloaded thiserror-impl v1.0.69
3522026-04-10T21:51:36.335Z Downloaded ordered-float v2.10.1
3532026-04-10T21:51:36.335Z Downloaded pretty-hex v0.4.1
3542026-04-10T21:51:36.335Z Downloaded digest v0.10.7
3552026-04-10T21:51:36.339Z Downloaded toml v0.8.23
3562026-04-10T21:51:36.339Z Downloaded fnv v1.0.7
3572026-04-10T21:51:36.339Z Downloaded tabled_derive v0.7.0
3582026-04-10T21:51:36.342Z Downloaded stable_deref_trait v1.2.1
3592026-04-10T21:51:36.342Z Downloaded generic-array v0.14.7
3602026-04-10T21:51:36.345Z Downloaded clap_lex v1.0.0
3612026-04-10T21:51:36.345Z Downloaded ucd-trie v0.1.7
3622026-04-10T21:51:36.347Z Downloaded smawk v0.3.2
3632026-04-10T21:51:36.347Z Downloaded usdt-impl v0.5.0
3642026-04-10T21:51:36.348Z Downloaded textwrap v0.16.2
3652026-04-10T21:51:36.352Z Downloaded pest_derive v2.8.6
3662026-04-10T21:51:36.355Z Downloaded autocfg v1.5.0
3672026-04-10T21:51:36.357Z Downloaded zerotrie v0.2.3
3682026-04-10T21:51:36.360Z Downloaded cargo-platform v0.2.0
3692026-04-10T21:51:36.360Z Downloaded typenum v1.19.0
3702026-04-10T21:51:36.368Z Downloaded strsim v0.11.1
3712026-04-10T21:51:36.371Z Downloaded serde_spanned v0.6.9
3722026-04-10T21:51:36.373Z Downloaded terminal_size v0.4.3
3732026-04-10T21:51:36.373Z Downloaded colorchoice v1.0.4
3742026-04-10T21:51:36.373Z Downloaded toml_edit v0.22.27
3752026-04-10T21:51:36.376Z Downloaded url v2.5.8
3762026-04-10T21:51:36.378Z Downloaded swrite v0.1.0
3772026-04-10T21:51:36.379Z Downloaded block-buffer v0.10.4
3782026-04-10T21:51:36.379Z Downloaded scroll_derive v0.12.1
3792026-04-10T21:51:36.379Z Downloaded cpufeatures v0.2.17
3802026-04-10T21:51:36.387Z Downloaded zerovec v0.11.5
3812026-04-10T21:51:36.390Z Downloaded dtrace-parser v0.2.0
3822026-04-10T21:51:36.394Z Downloaded zerocopy v0.7.35
3832026-04-10T21:51:36.403Z Downloaded log v0.4.29
3842026-04-10T21:51:36.405Z Downloaded winnow v0.7.14
3852026-04-10T21:51:36.409Z Downloaded scroll v0.12.0
3862026-04-10T21:51:36.411Z Downloaded unicode-width v0.1.14
3872026-04-10T21:51:36.414Z Downloaded getrandom v0.3.4
3882026-04-10T21:51:36.417Z Downloaded proc-macro-error v1.0.4
3892026-04-10T21:51:36.417Z Downloaded unicode-width v0.2.0
3902026-04-10T21:51:36.420Z Downloaded serde-untagged v0.1.9
3912026-04-10T21:51:36.423Z Downloaded sha2 v0.10.9
3922026-04-10T21:51:36.423Z Downloaded plain v0.2.3
3932026-04-10T21:51:36.423Z Downloaded fs-err v3.3.0
3942026-04-10T21:51:36.426Z Downloaded quote v1.0.44
3952026-04-10T21:51:36.426Z Downloaded anstyle v1.0.13
3962026-04-10T21:51:36.426Z Downloaded litemap v0.8.1
3972026-04-10T21:51:36.429Z Downloaded erased-serde v0.4.9
3982026-04-10T21:51:36.429Z Downloaded synstructure v0.13.2
3992026-04-10T21:51:36.429Z Downloaded clap_derive v4.5.55
4002026-04-10T21:51:36.432Z Downloaded cargo-util-schemas v0.8.2
4012026-04-10T21:51:36.432Z Downloaded serde_tokenstream v0.2.3
4022026-04-10T21:51:36.435Z Downloaded semver v1.0.27
4032026-04-10T21:51:36.437Z Downloaded anstyle-parse v0.2.7
4042026-04-10T21:51:36.440Z Downloaded clap v4.5.60
4052026-04-10T21:51:36.444Z Downloaded anyhow v1.0.102
4062026-04-10T21:51:36.446Z Downloaded tempfile v3.25.0
4072026-04-10T21:51:36.449Z Downloaded bytecount v0.6.9
4082026-04-10T21:51:36.453Z Downloaded pest_generator v2.8.6
4092026-04-10T21:51:36.453Z Downloaded byteorder v1.5.0
4102026-04-10T21:51:36.462Z Downloaded smallvec v1.15.1
4112026-04-10T21:51:36.467Z Downloaded num-traits v0.2.19
4122026-04-10T21:51:36.473Z Downloaded icu_normalizer v2.1.1
4132026-04-10T21:51:36.476Z Downloaded bitflags v2.11.0
4142026-04-10T21:51:36.483Z Downloaded icu_provider v2.1.1
4152026-04-10T21:51:36.486Z Downloaded indexmap v2.13.0
4162026-04-10T21:51:36.489Z Downloaded serde_core v1.0.228
4172026-04-10T21:51:36.492Z Downloaded papergrid v0.11.0
4182026-04-10T21:51:36.492Z Downloaded pest_meta v2.8.6
4192026-04-10T21:51:36.495Z Downloaded icu_properties v2.1.2
4202026-04-10T21:51:36.498Z Downloaded serde_derive v1.0.228
4212026-04-10T21:51:36.508Z Downloaded icu_normalizer_data v2.1.1
4222026-04-10T21:51:36.519Z Downloaded icu_locale_core v2.1.1
4232026-04-10T21:51:36.523Z Downloaded icu_collections v2.1.1
4242026-04-10T21:51:36.523Z Downloaded memchr v2.8.0
4252026-04-10T21:51:36.528Z Downloaded serde v1.0.228
4262026-04-10T21:51:36.530Z Downloaded icu_properties_data v2.1.2
4272026-04-10T21:51:36.542Z Downloaded pest v2.8.6
4282026-04-10T21:51:36.547Z Downloaded goblin v0.8.2
4292026-04-10T21:51:36.562Z Downloaded hashbrown v0.16.1
4302026-04-10T21:51:36.571Z Downloaded idna v1.1.0
4312026-04-10T21:51:36.577Z Downloaded serde_json v1.0.149
4322026-04-10T21:51:36.582Z Downloaded clap_builder v4.5.60
4332026-04-10T21:51:36.596Z Downloaded tabled v0.15.0
4342026-04-10T21:51:36.604Z Downloaded syn v1.0.109
4352026-04-10T21:51:36.614Z Downloaded syn v2.0.117
4362026-04-10T21:51:36.627Z Downloaded rustix v1.1.3
4372026-04-10T21:51:36.653Z Downloaded libc v0.2.180
4382026-04-10T21:51:36.721Z Compiling proc-macro2 v1.0.106
4392026-04-10T21:51:36.724Z Compiling unicode-ident v1.0.24
4402026-04-10T21:51:36.724Z Compiling quote v1.0.44
4412026-04-10T21:51:36.724Z Compiling serde_core v1.0.228
4422026-04-10T21:51:36.724Z Compiling libc v0.2.180
4432026-04-10T21:51:36.724Z Compiling version_check v0.9.5
4442026-04-10T21:51:36.724Z Compiling memchr v2.8.0
4452026-04-10T21:51:36.724Z Compiling stable_deref_trait v1.2.1
4462026-04-10T21:51:36.724Z Compiling serde v1.0.228
4472026-04-10T21:51:36.724Z Compiling zmij v1.0.21
4482026-04-10T21:51:36.724Z Compiling itoa v1.0.17
4492026-04-10T21:51:36.724Z Compiling ucd-trie v0.1.7
4502026-04-10T21:51:36.903Z Compiling thiserror v1.0.69
4512026-04-10T21:51:36.906Z Compiling autocfg v1.5.0
4522026-04-10T21:51:36.906Z Compiling litemap v0.8.1
4532026-04-10T21:51:37.120Z Compiling writeable v0.6.2
4542026-04-10T21:51:37.153Z Compiling icu_normalizer_data v2.1.1
4552026-04-10T21:51:37.273Z Compiling rustix v1.1.3
4562026-04-10T21:51:37.353Z Compiling pest v2.8.6
4572026-04-10T21:51:37.408Z Compiling icu_properties_data v2.1.2
4582026-04-10T21:51:37.411Z Compiling byteorder v1.5.0
4592026-04-10T21:51:37.411Z Compiling bitflags v2.11.0
4602026-04-10T21:51:37.519Z Compiling serde_json v1.0.149
4612026-04-10T21:51:37.614Z Compiling equivalent v1.0.2
4622026-04-10T21:51:37.617Z Compiling smallvec v1.15.1
4632026-04-10T21:51:37.648Z Compiling num-traits v0.2.19
4642026-04-10T21:51:37.651Z Compiling hashbrown v0.16.1
4652026-04-10T21:51:37.734Z Compiling typeid v1.0.3
4662026-04-10T21:51:37.787Z Compiling proc-macro-error-attr v1.0.4
4672026-04-10T21:51:37.807Z Compiling usdt-impl v0.5.0
4682026-04-10T21:51:37.910Z Compiling winnow v0.7.14
4692026-04-10T21:51:37.930Z Compiling toml_write v0.1.2
4702026-04-10T21:51:37.965Z Compiling erased-serde v0.4.9
4712026-04-10T21:51:37.994Z Compiling syn v1.0.109
4722026-04-10T21:51:38.074Z Compiling proc-macro-error v1.0.4
4732026-04-10T21:51:38.091Z Compiling errno v0.3.14
4742026-04-10T21:51:38.110Z Compiling thread-id v4.2.2
4752026-04-10T21:51:38.144Z Compiling getrandom v0.3.4
4762026-04-10T21:51:38.218Z Compiling indexmap v2.13.0
4772026-04-10T21:51:38.272Z Compiling percent-encoding v2.3.2
4782026-04-10T21:51:38.275Z Compiling utf8_iter v1.0.4
4792026-04-10T21:51:38.324Z Compiling log v0.4.29
4802026-04-10T21:51:38.327Z Compiling camino v1.2.2
4812026-04-10T21:51:38.359Z Compiling utf8parse v0.2.2
4822026-04-10T21:51:38.429Z Compiling syn v2.0.117
4832026-04-10T21:51:38.483Z Compiling pest_meta v2.8.6
4842026-04-10T21:51:38.501Z Compiling thiserror v2.0.18
4852026-04-10T21:51:38.503Z Compiling plain v0.2.3
4862026-04-10T21:51:38.557Z Compiling anstyle-parse v0.2.7
4872026-04-10T21:51:38.656Z Compiling form_urlencoded v1.2.2
4882026-04-10T21:51:38.749Z Compiling ordered-float v2.10.1
4892026-04-10T21:51:38.796Z Compiling anstyle v1.0.13
4902026-04-10T21:51:38.815Z Compiling is_terminal_polyfill v1.70.2
4912026-04-10T21:51:38.858Z Compiling pretty-hex v0.4.1
4922026-04-10T21:51:38.878Z Compiling anstyle-query v1.1.5
4932026-04-10T21:51:38.939Z Compiling cfg-if v1.0.4
4942026-04-10T21:51:38.957Z Compiling colorchoice v1.0.4
4952026-04-10T21:51:39.034Z Compiling fs-err v3.3.0
4962026-04-10T21:51:39.037Z Compiling unicode-width v0.1.14
4972026-04-10T21:51:39.090Z Compiling anstream v0.6.21
4982026-04-10T21:51:39.093Z Compiling strsim v0.11.1
4992026-04-10T21:51:39.128Z Compiling terminal_size v0.4.3
5002026-04-10T21:51:39.130Z Compiling fnv v1.0.7
5012026-04-10T21:51:39.163Z Compiling clap_lex v1.0.0
5022026-04-10T21:51:39.299Z Compiling semver v1.0.27
5032026-04-10T21:51:39.372Z Compiling heck v0.4.1
5042026-04-10T21:51:39.396Z Compiling once_cell v1.21.3
5052026-04-10T21:51:39.419Z Compiling fastrand v2.3.0
5062026-04-10T21:51:39.451Z Compiling unicode-xid v0.2.6
5072026-04-10T21:51:39.452Z Compiling bytecount v0.6.9
5082026-04-10T21:51:39.480Z Compiling heck v0.5.0
5092026-04-10T21:51:39.484Z Compiling anyhow v1.0.102
5102026-04-10T21:51:39.591Z Compiling papergrid v0.11.0
5112026-04-10T21:51:39.621Z Compiling tempfile v3.25.0
5122026-04-10T21:51:39.640Z Compiling clap_builder v4.5.60
5132026-04-10T21:51:39.676Z Compiling serde-untagged v0.1.9
5142026-04-10T21:51:39.716Z Compiling memmap v0.7.0
5152026-04-10T21:51:39.739Z Compiling unicode-linebreak v0.1.5
5162026-04-10T21:51:39.759Z Compiling unicode-width v0.2.0
5172026-04-10T21:51:39.782Z Compiling smawk v0.3.2
5182026-04-10T21:51:39.921Z Compiling camino-tempfile v1.4.1
5192026-04-10T21:51:39.959Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5202026-04-10T21:51:40.054Z Compiling textwrap v0.16.2
5212026-04-10T21:51:40.070Z Compiling swrite v0.1.0
5222026-04-10T21:51:40.379Z Compiling tabled_derive v0.7.0
5232026-04-10T21:51:41.012Z Compiling synstructure v0.13.2
5242026-04-10T21:51:41.012Z Compiling pest_generator v2.8.6
5252026-04-10T21:51:41.050Z Compiling tabled v0.15.0
5262026-04-10T21:51:41.582Z Compiling serde_derive v1.0.228
5272026-04-10T21:51:41.582Z Compiling zerofrom-derive v0.1.6
5282026-04-10T21:51:41.585Z Compiling yoke-derive v0.8.1
5292026-04-10T21:51:41.585Z Compiling zerovec-derive v0.11.2
5302026-04-10T21:51:41.585Z Compiling displaydoc v0.2.5
5312026-04-10T21:51:41.585Z Compiling thiserror-impl v1.0.69
5322026-04-10T21:51:41.585Z Compiling zerocopy-derive v0.7.35
5332026-04-10T21:51:41.585Z Compiling scroll_derive v0.12.1
5342026-04-10T21:51:41.604Z Compiling thiserror-impl v2.0.18
5352026-04-10T21:51:41.607Z Compiling clap_derive v4.5.55
5362026-04-10T21:51:41.641Z Compiling pest_derive v2.8.6
5372026-04-10T21:51:42.326Z Compiling zerocopy v0.7.35
5382026-04-10T21:51:42.347Z Compiling scroll v0.12.0
5392026-04-10T21:51:42.536Z Compiling zerofrom v0.1.6
5402026-04-10T21:51:42.577Z Compiling goblin v0.8.2
5412026-04-10T21:51:42.650Z Compiling yoke v0.8.1
5422026-04-10T21:51:42.809Z Compiling zerovec v0.11.5
5432026-04-10T21:51:42.809Z Compiling zerotrie v0.2.3
5442026-04-10T21:51:42.846Z Compiling dtrace-parser v0.2.0
5452026-04-10T21:51:43.016Z Compiling clap v4.5.60
5462026-04-10T21:51:43.244Z Compiling tinystr v0.8.2
5472026-04-10T21:51:43.244Z Compiling potential_utf v0.1.4
5482026-04-10T21:51:43.367Z Compiling icu_collections v2.1.1
5492026-04-10T21:51:43.393Z Compiling icu_locale_core v2.1.1
5502026-04-10T21:51:43.919Z Compiling icu_provider v2.1.1
5512026-04-10T21:51:44.068Z Compiling dof v0.3.0
5522026-04-10T21:51:44.068Z Compiling serde_tokenstream v0.2.3
5532026-04-10T21:51:44.086Z Compiling serde_spanned v0.6.9
5542026-04-10T21:51:44.089Z Compiling toml_datetime v0.6.11
5552026-04-10T21:51:44.089Z Compiling serde-value v0.7.0
5562026-04-10T21:51:44.103Z Compiling cargo-platform v0.2.0
5572026-04-10T21:51:44.106Z Compiling macaddr v1.0.1
5582026-04-10T21:51:44.137Z Compiling icu_normalizer v2.1.1
5592026-04-10T21:51:44.140Z Compiling icu_properties v2.1.2
5602026-04-10T21:51:44.289Z Compiling toml_edit v0.22.27
5612026-04-10T21:51:44.779Z Compiling usdt-macro v0.5.0
5622026-04-10T21:51:44.779Z Compiling usdt-attr-macro v0.5.0
5632026-04-10T21:51:45.059Z Compiling idna_adapter v1.2.1
5642026-04-10T21:51:45.169Z Compiling idna v1.1.0
5652026-04-10T21:51:45.398Z Compiling usdt v0.5.0
5662026-04-10T21:51:45.429Z Compiling url v2.5.8
5672026-04-10T21:51:45.623Z Compiling toml v0.8.23
5682026-04-10T21:51:45.956Z Compiling cargo-util-schemas v0.8.2
5692026-04-10T21:51:45.956Z Compiling cargo_toml v0.21.0
5702026-04-10T21:51:46.752Z Compiling cargo_metadata v0.21.0
5712026-04-10T21:51:47.670Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5722026-04-10T21:51:49.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.79s
5732026-04-10T21:51:50.037Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5742026-04-10T21:51:50.589Z Downloading crates ...
5752026-04-10T21:51:50.687Z Downloaded aead v0.5.2
5762026-04-10T21:51:50.696Z Downloaded arrayref v0.3.9
5772026-04-10T21:51:50.699Z Downloaded arrayvec v0.7.6
5782026-04-10T21:51:50.702Z Downloaded async-recursion v1.1.1
5792026-04-10T21:51:50.704Z Downloaded adler2 v2.0.1
5802026-04-10T21:51:50.711Z Downloaded crc32fast v1.5.0
5812026-04-10T21:51:50.713Z Downloaded array-init v0.0.4
5822026-04-10T21:51:50.713Z Downloaded crossbeam-channel v0.5.15
5832026-04-10T21:51:50.713Z Downloaded diff v0.1.13
5842026-04-10T21:51:50.716Z Downloaded curve25519-dalek-derive v0.1.1
5852026-04-10T21:51:50.716Z Downloaded atomic-waker v1.1.2
5862026-04-10T21:51:50.719Z Downloaded async-stream v0.3.6
5872026-04-10T21:51:50.719Z Downloaded derive-where v1.6.0
5882026-04-10T21:51:50.722Z Downloaded dyn-clone v1.0.20
5892026-04-10T21:51:50.724Z Downloaded crc-catalog v2.4.0
5902026-04-10T21:51:50.724Z Downloaded difflib v0.4.0
5912026-04-10T21:51:50.727Z Downloaded debug-ignore v1.0.5
5922026-04-10T21:51:50.727Z Downloaded async-bb8-diesel v0.2.1
5932026-04-10T21:51:50.730Z Downloaded env_filter v1.0.0
5942026-04-10T21:51:50.730Z Downloaded darling v0.23.0
5952026-04-10T21:51:50.749Z Downloaded float-cmp v0.10.0
5962026-04-10T21:51:50.760Z Downloaded ctr v0.9.2
5972026-04-10T21:51:50.760Z Downloaded allocator-api2 v0.2.21
5982026-04-10T21:51:50.761Z Downloaded argon2 v0.5.3
5992026-04-10T21:51:50.761Z Downloaded ascii-canvas v3.0.0
6002026-04-10T21:51:50.761Z Downloaded derive_builder v0.20.2
6012026-04-10T21:51:50.761Z Downloaded ena v0.14.4
6022026-04-10T21:51:50.761Z Downloaded defmt-parser v1.0.0
6032026-04-10T21:51:50.761Z Downloaded chacha20 v0.10.0
6042026-04-10T21:51:50.761Z Downloaded downcast-rs v2.0.2
6052026-04-10T21:51:50.761Z Downloaded assert_matches v1.5.0
6062026-04-10T21:51:50.761Z Downloaded defmt-macros v1.0.1
6072026-04-10T21:51:50.761Z Downloaded erased-serde v0.3.31
6082026-04-10T21:51:50.761Z Downloaded dunce v1.0.5
6092026-04-10T21:51:50.761Z Downloaded bit-set v0.8.0
6102026-04-10T21:51:50.761Z Downloaded embedded-io v0.4.0
6112026-04-10T21:51:50.761Z Downloaded dirs-sys-next v0.1.2
6122026-04-10T21:51:50.761Z Downloaded env_logger v0.11.9
6132026-04-10T21:51:50.761Z Downloaded critical-section v1.2.0
6142026-04-10T21:51:50.761Z Downloaded darling v0.20.11
6152026-04-10T21:51:50.766Z Downloaded crucible-workspace-hack v0.1.0
6162026-04-10T21:51:50.766Z Downloaded diesel_table_macro_syntax v0.3.0
6172026-04-10T21:51:50.766Z Downloaded crossbeam-epoch v0.9.18
6182026-04-10T21:51:50.766Z Downloaded derive_builder_macro v0.20.2
6192026-04-10T21:51:50.766Z Downloaded endian-type v0.1.2
6202026-04-10T21:51:50.766Z Downloaded document-features v0.2.12
6212026-04-10T21:51:50.771Z Downloaded base16ct v0.2.0
6222026-04-10T21:51:50.771Z Downloaded daft-derive v0.1.5
6232026-04-10T21:51:50.771Z Downloaded dirs-next v2.0.0
6242026-04-10T21:51:50.771Z Downloaded chacha20 v0.9.1
6252026-04-10T21:51:50.774Z Downloaded backoff v0.4.0
6262026-04-10T21:51:50.774Z Downloaded dtrace-parser v0.3.0
6272026-04-10T21:51:50.779Z Downloaded fixedbitset v0.4.2
6282026-04-10T21:51:50.779Z Downloaded dropshot-api-manager-types v0.6.0
6292026-04-10T21:51:50.779Z Downloaded bb8 v0.8.6
6302026-04-10T21:51:50.779Z Downloaded compact_str v0.8.1
6312026-04-10T21:51:50.782Z Downloaded display-error-chain v0.2.2
6322026-04-10T21:51:50.782Z Downloaded embedded-io v0.6.1
6332026-04-10T21:51:50.782Z Downloaded bit-set v0.5.3
6342026-04-10T21:51:50.785Z Downloaded crc8 v0.1.1
6352026-04-10T21:51:50.785Z Downloaded ciborium-ll v0.2.2
6362026-04-10T21:51:50.785Z Downloaded cobs v0.3.0
6372026-04-10T21:51:50.785Z Downloaded cargo-platform v0.1.9
6382026-04-10T21:51:50.789Z Downloaded defmt v0.3.100
6392026-04-10T21:51:50.789Z Downloaded console v0.15.11
6402026-04-10T21:51:50.789Z Downloaded data-encoding v2.10.0
6412026-04-10T21:51:50.792Z Downloaded csv-core v0.1.13
6422026-04-10T21:51:50.792Z Downloaded compression-core v0.4.31
6432026-04-10T21:51:50.792Z Downloaded darling_macro v0.21.3
6442026-04-10T21:51:50.792Z Downloaded crunchy v0.2.4
6452026-04-10T21:51:50.795Z Downloaded fallible-iterator v0.2.0
6462026-04-10T21:51:50.795Z Downloaded darling_macro v0.20.11
6472026-04-10T21:51:50.795Z Downloaded crc v3.4.0
6482026-04-10T21:51:50.799Z Downloaded darling_core v0.21.3
6492026-04-10T21:51:50.803Z Downloaded clang-sys v1.8.1
6502026-04-10T21:51:50.803Z Downloaded cexpr v0.6.0
6512026-04-10T21:51:50.803Z Downloaded cancel-safe-futures v0.1.5
6522026-04-10T21:51:50.808Z Downloaded darling_macro v0.23.0
6532026-04-10T21:51:50.808Z Downloaded byte-wrapper v0.1.0
6542026-04-10T21:51:50.808Z Downloaded convert_case v0.4.0
6552026-04-10T21:51:50.808Z Downloaded float-ord v0.3.2
6562026-04-10T21:51:50.822Z Downloaded dof v0.4.0
6572026-04-10T21:51:50.822Z Downloaded flagset v0.4.7
6582026-04-10T21:51:50.823Z Downloaded bitfield-struct v0.6.2
6592026-04-10T21:51:50.823Z Downloaded bitfield-macros v0.19.4
6602026-04-10T21:51:50.823Z Downloaded futures-core v0.3.32
6612026-04-10T21:51:50.824Z Downloaded backon v1.6.0
6622026-04-10T21:51:50.824Z Downloaded cstr-argument v0.1.2
6632026-04-10T21:51:50.824Z Downloaded ciborium-io v0.2.2
6642026-04-10T21:51:50.825Z Downloaded atty v0.2.14
6652026-04-10T21:51:50.825Z Downloaded atomicwrites v0.4.4
6662026-04-10T21:51:50.825Z Downloaded castaway v0.2.4
6672026-04-10T21:51:50.833Z Downloaded ahash v0.8.12
6682026-04-10T21:51:50.833Z Downloaded cfg_aliases v0.1.1
6692026-04-10T21:51:50.833Z Downloaded fxhash v0.2.1
6702026-04-10T21:51:50.833Z Downloaded globwalk v0.9.1
6712026-04-10T21:51:50.833Z Downloaded futures-task v0.3.32
6722026-04-10T21:51:50.833Z Downloaded derive_builder_core v0.20.2
6732026-04-10T21:51:50.833Z Downloaded block-padding v0.3.3
6742026-04-10T21:51:50.833Z Downloaded crossbeam-deque v0.8.6
6752026-04-10T21:51:50.833Z Downloaded async-trait v0.1.89
6762026-04-10T21:51:50.834Z Downloaded foreign-types v0.5.0
6772026-04-10T21:51:50.846Z Downloaded enum-as-inner v0.6.1
6782026-04-10T21:51:50.846Z Downloaded cpufeatures v0.3.0
6792026-04-10T21:51:50.846Z Downloaded cfg_aliases v0.2.1
6802026-04-10T21:51:50.846Z Downloaded async-stream-impl v0.3.6
6812026-04-10T21:51:50.846Z Downloaded aho-corasick v1.1.4
6822026-04-10T21:51:50.846Z Downloaded ghash v0.5.1
6832026-04-10T21:51:50.846Z Downloaded gethostname v0.5.0
6842026-04-10T21:51:50.846Z Downloaded foldhash v0.1.5
6852026-04-10T21:51:50.846Z Downloaded either v1.15.0
6862026-04-10T21:51:50.846Z Downloaded ed25519 v2.2.3
6872026-04-10T21:51:50.846Z Downloaded cargo_metadata v0.19.2
6882026-04-10T21:51:50.852Z Downloaded futures-io v0.3.32
6892026-04-10T21:51:50.852Z Downloaded ff v0.13.1
6902026-04-10T21:51:50.852Z Downloaded foldhash v0.2.0
6912026-04-10T21:51:50.852Z Downloaded const_format_proc_macros v0.2.34
6922026-04-10T21:51:50.852Z Downloaded cassowary v0.3.0
6932026-04-10T21:51:50.852Z Downloaded bitflags v1.3.2
6942026-04-10T21:51:50.852Z Downloaded hash32 v0.3.1
6952026-04-10T21:51:50.859Z Downloaded aes v0.8.4
6962026-04-10T21:51:50.859Z Downloaded daft v0.1.5
6972026-04-10T21:51:50.860Z Downloaded hex-literal v0.4.1
6982026-04-10T21:51:50.860Z Downloaded headers-core v0.3.0
6992026-04-10T21:51:50.860Z Downloaded hash32 v0.2.1
7002026-04-10T21:51:50.865Z Downloaded futures-macro v0.3.32
7012026-04-10T21:51:50.865Z Downloaded foreign-types-shared v0.3.1
7022026-04-10T21:51:50.865Z Downloaded home v0.5.12
7032026-04-10T21:51:50.865Z Downloaded foreign-types v0.3.2
7042026-04-10T21:51:50.866Z Downloaded foreign-types-shared v0.1.1
7052026-04-10T21:51:50.866Z Downloaded hostname v0.3.1
7062026-04-10T21:51:50.866Z Downloaded http-body v1.0.1
7072026-04-10T21:51:50.866Z Downloaded foreign-types-macros v0.2.3
7082026-04-10T21:51:50.866Z Downloaded ecdsa v0.16.9
7092026-04-10T21:51:50.871Z Downloaded hubpack_derive v0.1.1
7102026-04-10T21:51:50.871Z Downloaded hostname v0.4.2
7112026-04-10T21:51:50.871Z Downloaded hex v0.4.3
7122026-04-10T21:51:50.871Z Downloaded hyper-tls v0.6.0
7132026-04-10T21:51:50.871Z Downloaded httpdate v1.0.3
7142026-04-10T21:51:50.871Z Downloaded derive-ex v0.1.8
7152026-04-10T21:51:50.871Z Downloaded bitfield v0.19.4
7162026-04-10T21:51:50.875Z Downloaded cbc v0.1.2
7172026-04-10T21:51:50.875Z Downloaded dsl_auto_type v0.2.0
7182026-04-10T21:51:50.875Z Downloaded drift v0.1.3
7192026-04-10T21:51:50.897Z Downloaded base64ct v1.8.3
7202026-04-10T21:51:50.897Z Downloaded blowfish v0.9.1
7212026-04-10T21:51:50.897Z Downloaded constant_time_eq v0.4.2
7222026-04-10T21:51:50.910Z Downloaded fixedbitset v0.5.7
7232026-04-10T21:51:50.910Z Downloaded fs-err v2.11.0
7242026-04-10T21:51:50.910Z Downloaded deranged v0.5.8
7252026-04-10T21:51:50.910Z Downloaded corncobs v0.1.4
7262026-04-10T21:51:50.910Z Downloaded fd-lock v4.0.4
7272026-04-10T21:51:50.910Z Downloaded filetime v0.2.27
7282026-04-10T21:51:50.910Z Downloaded futures-executor v0.3.32
7292026-04-10T21:51:50.910Z Downloaded futures-sink v0.3.32
7302026-04-10T21:51:50.910Z Downloaded funty v2.0.0
7312026-04-10T21:51:50.910Z Downloaded defmt v1.0.1
7322026-04-10T21:51:50.911Z Downloaded git-stub v1.0.0
7332026-04-10T21:51:50.911Z Downloaded indent_write v2.2.0
7342026-04-10T21:51:50.911Z Downloaded ident_case v1.0.1
7352026-04-10T21:51:50.911Z Downloaded ar_archive_writer v0.5.1
7362026-04-10T21:51:50.911Z Downloaded camino-tempfile-ext v0.3.3
7372026-04-10T21:51:50.911Z Downloaded glob v0.3.3
7382026-04-10T21:51:50.911Z Downloaded inout v0.1.4
7392026-04-10T21:51:50.911Z Downloaded hubpack v0.1.2
7402026-04-10T21:51:50.911Z Downloaded darling v0.21.3
7412026-04-10T21:51:50.911Z Downloaded globset v0.4.18
7422026-04-10T21:51:50.911Z Downloaded git-stub-vcs v0.1.0
7432026-04-10T21:51:50.911Z Downloaded bcs v0.1.6
7442026-04-10T21:51:50.915Z Downloaded crossbeam-utils v0.8.21
7452026-04-10T21:51:50.915Z Downloaded fs_extra v1.3.0
7462026-04-10T21:51:50.916Z Downloaded async-compression v0.4.41
7472026-04-10T21:51:50.916Z Downloaded is_ci v1.2.0
7482026-04-10T21:51:50.918Z Downloaded elliptic-curve v0.13.8
7492026-04-10T21:51:50.919Z Downloaded instant v0.1.13
7502026-04-10T21:51:50.922Z Downloaded instability v0.3.11
7512026-04-10T21:51:50.922Z Downloaded colored v2.2.0
7522026-04-10T21:51:50.924Z Downloaded ciborium v0.2.2
7532026-04-10T21:51:50.924Z Downloaded bzip2 v0.4.4
7542026-04-10T21:51:50.925Z Downloaded buf-list v1.1.2
7552026-04-10T21:51:50.927Z Downloaded highway v1.3.0
7562026-04-10T21:51:50.927Z Downloaded const-oid v0.9.6
7572026-04-10T21:51:50.930Z Downloaded http-body-util v0.1.3
7582026-04-10T21:51:50.933Z Downloaded derive_more v0.99.20
7592026-04-10T21:51:50.935Z Downloaded lalrpop-util v0.19.12
7602026-04-10T21:51:50.935Z Downloaded linked-hash-map v0.5.6
7612026-04-10T21:51:50.938Z Downloaded blake2 v0.10.6
7622026-04-10T21:51:50.938Z Downloaded console v0.16.2
7632026-04-10T21:51:50.940Z Downloaded colored v3.1.1
7642026-04-10T21:51:50.940Z Downloaded maplit v1.0.2
7652026-04-10T21:51:50.943Z Downloaded humantime v2.3.0
7662026-04-10T21:51:50.943Z Downloaded der v0.7.10
7672026-04-10T21:51:50.946Z Downloaded compression-codecs v0.4.37
7682026-04-10T21:51:50.949Z Downloaded find-msvc-tools v0.1.9
7692026-04-10T21:51:50.949Z Downloaded bytes v1.11.1
7702026-04-10T21:51:50.954Z Downloaded des v0.8.1
7712026-04-10T21:51:50.959Z Downloaded match_cfg v0.1.0
7722026-04-10T21:51:50.959Z Downloaded diesel-dtrace v0.5.0
7732026-04-10T21:51:50.959Z Downloaded arc-swap v1.8.2
7742026-04-10T21:51:50.959Z Downloaded hyper-staticfile v0.10.1
7752026-04-10T21:51:50.959Z Downloaded lzss v0.8.2
7762026-04-10T21:51:50.962Z Downloaded md5 v0.7.0
7772026-04-10T21:51:50.962Z Downloaded lru-cache v0.1.2
7782026-04-10T21:51:50.962Z Downloaded ingot v0.1.1
7792026-04-10T21:51:50.965Z Downloaded getrandom v0.2.17
7802026-04-10T21:51:50.965Z Downloaded libscf-sys v1.1.0
7812026-04-10T21:51:50.965Z Downloaded nibble_vec v0.1.0
7822026-04-10T21:51:50.967Z Downloaded fatfs v0.3.6
7832026-04-10T21:51:50.967Z Downloaded dropshot_endpoint v0.16.7
7842026-04-10T21:51:50.970Z Downloaded ipnetwork v0.21.1
7852026-04-10T21:51:50.973Z Downloaded http-range v0.1.5
7862026-04-10T21:51:50.973Z Downloaded crc-any v2.5.0
7872026-04-10T21:51:50.976Z Downloaded ingot-types v0.1.2
7882026-04-10T21:51:50.976Z Downloaded new_debug_unreachable v1.0.6
7892026-04-10T21:51:50.976Z Downloaded indoc v1.0.9
7902026-04-10T21:51:50.978Z Downloaded multimap v0.10.1
7912026-04-10T21:51:50.978Z Downloaded group v0.13.0
7922026-04-10T21:51:50.981Z Downloaded futures-channel v0.3.32
7932026-04-10T21:51:50.981Z Downloaded half v1.8.3
7942026-04-10T21:51:50.983Z Downloaded ipnet v2.11.0
7952026-04-10T21:51:50.984Z Downloaded cookie v0.18.1
7962026-04-10T21:51:50.986Z Downloaded newtype_derive v0.1.6
7972026-04-10T21:51:50.986Z Downloaded bzip2 v0.6.1
7982026-04-10T21:51:50.986Z Downloaded convert_case v0.10.0
7992026-04-10T21:51:50.990Z Downloaded num-conv v0.2.0
8002026-04-10T21:51:50.990Z Downloaded normalize-line-endings v0.3.0
8012026-04-10T21:51:50.990Z Downloaded nonempty v0.12.0
8022026-04-10T21:51:50.993Z Downloaded md-5 v0.10.6
8032026-04-10T21:51:50.993Z Downloaded cmake v0.1.57
8042026-04-10T21:51:50.993Z Downloaded bit-vec v0.6.3
8052026-04-10T21:51:50.995Z Downloaded bit-vec v0.8.0
8062026-04-10T21:51:50.995Z Downloaded der_derive v0.7.3
8072026-04-10T21:51:50.995Z Downloaded cipher v0.4.4
8082026-04-10T21:51:50.998Z Downloaded bcrypt-pbkdf v0.10.0
8092026-04-10T21:51:51.001Z Downloaded lock_api v0.4.14
8102026-04-10T21:51:51.005Z Downloaded kstat-rs v0.2.4
8112026-04-10T21:51:51.005Z Downloaded libloading v0.8.9
8122026-04-10T21:51:51.007Z Downloaded num-derive v0.3.3
8132026-04-10T21:51:51.007Z Downloaded openssl-probe v0.2.1
8142026-04-10T21:51:51.007Z Downloaded num-derive v0.4.2
8152026-04-10T21:51:51.010Z Downloaded num_threads v0.1.7
8162026-04-10T21:51:51.010Z Downloaded indoc v2.0.7
8172026-04-10T21:51:51.013Z Downloaded openssl-macros v0.1.1
8182026-04-10T21:51:51.013Z Downloaded olpc-cjson v0.1.4
8192026-04-10T21:51:51.013Z Downloaded lazy_static v1.5.0
8202026-04-10T21:51:51.016Z Downloaded jobserver v0.1.34
8212026-04-10T21:51:51.016Z Downloaded linear-map v1.2.0
8222026-04-10T21:51:51.023Z Downloaded libsw-core v0.3.2
8232026-04-10T21:51:51.023Z Downloaded httparse v1.10.1
8242026-04-10T21:51:51.026Z Downloaded nodrop v0.1.14
8252026-04-10T21:51:51.026Z Downloaded newtype-uuid-macros v0.1.0
8262026-04-10T21:51:51.027Z Downloaded is-terminal v0.4.17
8272026-04-10T21:51:51.027Z Downloaded dropshot_endpoint v0.17.0
8282026-04-10T21:51:51.030Z Downloaded newtype-uuid v1.3.2
8292026-04-10T21:51:51.030Z Downloaded mime_guess v2.0.5
8302026-04-10T21:51:51.030Z Downloaded managed v0.8.0
8312026-04-10T21:51:51.030Z Downloaded iana-time-zone v0.1.65
8322026-04-10T21:51:51.033Z Downloaded oso-derive v0.27.3
8332026-04-10T21:51:51.033Z Downloaded cookie_store v0.22.1
8342026-04-10T21:51:51.037Z Downloaded hyper-rustls v0.27.7
8352026-04-10T21:51:51.047Z Downloaded keccak v0.1.6
8362026-04-10T21:51:51.047Z Downloaded num v0.4.3
8372026-04-10T21:51:51.047Z Downloaded memoffset v0.9.1
8382026-04-10T21:51:51.047Z Downloaded lru v0.12.5
8392026-04-10T21:51:51.047Z Downloaded darling_core v0.23.0
8402026-04-10T21:51:51.048Z Downloaded libsw v3.5.0
8412026-04-10T21:51:51.048Z Downloaded libefi-sys v0.1.0
8422026-04-10T21:51:51.054Z Downloaded base64 v0.22.1
8432026-04-10T21:51:51.054Z Downloaded internet-checksum v0.2.1
8442026-04-10T21:51:51.054Z Downloaded opaque-debug v0.3.1
8452026-04-10T21:51:51.060Z Downloaded maybe-uninit v2.0.0
8462026-04-10T21:51:51.060Z Downloaded num_enum_derive v0.5.11
8472026-04-10T21:51:51.060Z Downloaded darling_core v0.20.11
8482026-04-10T21:51:51.064Z Downloaded packed_struct_codegen v0.10.1
8492026-04-10T21:51:51.064Z Downloaded openssl-probe v0.1.6
8502026-04-10T21:51:51.064Z Downloaded parse-size v1.1.0
8512026-04-10T21:51:51.064Z Downloaded parse-display v0.10.0
8522026-04-10T21:51:51.064Z Downloaded num-iter v0.1.45
8532026-04-10T21:51:51.064Z Downloaded pbkdf2 v0.12.2
8542026-04-10T21:51:51.067Z Downloaded path-slash v0.1.5
8552026-04-10T21:51:51.068Z Downloaded lru-slab v0.1.2
8562026-04-10T21:51:51.068Z Downloaded newline-converter v0.3.0
8572026-04-10T21:51:51.068Z Downloaded half v2.7.1
8582026-04-10T21:51:51.071Z Downloaded num_enum v0.5.11
8592026-04-10T21:51:51.073Z Downloaded impl-trait-for-tuples v0.2.3
8602026-04-10T21:51:51.076Z Downloaded native-tls v0.2.18
8612026-04-10T21:51:51.076Z Downloaded hmac v0.12.1
8622026-04-10T21:51:51.079Z Downloaded num_enum_derive v0.7.5
8632026-04-10T21:51:51.079Z Downloaded pbkdf2 v0.11.0
8642026-04-10T21:51:51.082Z Downloaded peg-runtime v0.8.5
8652026-04-10T21:51:51.082Z Downloaded num-integer v0.1.46
8662026-04-10T21:51:51.085Z Downloaded phf_shared v0.13.1
8672026-04-10T21:51:51.085Z Downloaded phf_shared v0.12.1
8682026-04-10T21:51:51.088Z Downloaded chacha20poly1305 v0.10.1
8692026-04-10T21:51:51.090Z Downloaded cc v1.2.56
8702026-04-10T21:51:51.093Z Downloaded flume v0.11.1
8712026-04-10T21:51:51.096Z Downloaded getrandom v0.4.1
8722026-04-10T21:51:51.099Z Downloaded owo-colors v4.3.0
8732026-04-10T21:51:51.101Z Downloaded base64 v0.21.7
8742026-04-10T21:51:51.104Z Downloaded powerfmt v0.2.0
8752026-04-10T21:51:51.123Z Downloaded predicates-core v1.0.10
8762026-04-10T21:51:51.126Z Downloaded const_format v0.2.35
8772026-04-10T21:51:51.130Z Downloaded precomputed-hash v0.1.1
8782026-04-10T21:51:51.130Z Downloaded oxide-tokio-rt v0.1.3
8792026-04-10T21:51:51.130Z Downloaded num-complex v0.4.6
8802026-04-10T21:51:51.133Z Downloaded proc-macro-error-attr2 v2.0.0
8812026-04-10T21:51:51.133Z Downloaded packed_struct v0.10.1
8822026-04-10T21:51:51.133Z Downloaded oxnet v0.1.4
8832026-04-10T21:51:51.133Z Downloaded nu-ansi-term v0.50.3
8842026-04-10T21:51:51.137Z Downloaded nanorand v0.7.0
8852026-04-10T21:51:51.137Z Downloaded crypto-bigint v0.5.5
8862026-04-10T21:51:51.142Z Downloaded progenitor-macro v0.11.2
8872026-04-10T21:51:51.145Z Downloaded parse-display-derive v0.10.0
8882026-04-10T21:51:51.145Z Downloaded parking_lot_core v0.8.6
8892026-04-10T21:51:51.145Z Downloaded proc-macro-crate v3.4.0
8902026-04-10T21:51:51.145Z Downloaded progenitor-macro v0.13.0
8912026-04-10T21:51:51.145Z Downloaded phf_shared v0.11.3
8922026-04-10T21:51:51.148Z Downloaded aes-gcm v0.10.3
8932026-04-10T21:51:51.148Z Downloaded pem v3.0.6
8942026-04-10T21:51:51.151Z Downloaded paste v1.0.15
8952026-04-10T21:51:51.154Z Downloaded heapless v0.8.0
8962026-04-10T21:51:51.154Z Downloaded phf v0.13.1
8972026-04-10T21:51:51.156Z Downloaded phf v0.12.1
8982026-04-10T21:51:51.156Z Downloaded pem-rfc7468 v0.7.0
8992026-04-10T21:51:51.159Z Downloaded ingot-macros v0.1.1
9002026-04-10T21:51:51.159Z Downloaded pin-utils v0.1.0
9012026-04-10T21:51:51.159Z Downloaded peg v0.8.5
9022026-04-10T21:51:51.162Z Downloaded radium v0.7.0
9032026-04-10T21:51:51.165Z Downloaded progenitor-client v0.10.0
9042026-04-10T21:51:51.165Z Downloaded password-hash v0.4.2
9052026-04-10T21:51:51.165Z Downloaded heapless v0.7.17
9062026-04-10T21:51:51.167Z Downloaded polyval v0.6.2
9072026-04-10T21:51:51.170Z Downloaded ed25519-dalek v2.2.0
9082026-04-10T21:51:51.170Z Downloaded headers v0.4.1
9092026-04-10T21:51:51.173Z Downloaded flate2 v1.1.9
9102026-04-10T21:51:51.176Z Downloaded psl-types v2.0.11
9112026-04-10T21:51:51.179Z Downloaded num_enum v0.7.5
9122026-04-10T21:51:51.181Z Downloaded postgres-protocol v0.6.10
9132026-04-10T21:51:51.181Z Downloaded rand_xorshift v0.4.0
9142026-04-10T21:51:51.184Z Downloaded predicates-tree v1.0.13
9152026-04-10T21:51:51.184Z Downloaded poly1305 v0.8.0
9162026-04-10T21:51:51.184Z Downloaded num-rational v0.4.2
9172026-04-10T21:51:51.187Z Downloaded progenitor-macro v0.10.0
9182026-04-10T21:51:51.187Z Downloaded proc-macro-crate v1.3.1
9192026-04-10T21:51:51.187Z Downloaded multer v3.1.0
9202026-04-10T21:51:51.190Z Downloaded ref-cast-impl v1.0.25
9212026-04-10T21:51:51.190Z Downloaded recursive v0.1.1
9222026-04-10T21:51:51.192Z Downloaded omicron-zone-package v0.12.2
9232026-04-10T21:51:51.192Z Downloaded parking_lot v0.11.2
9242026-04-10T21:51:51.195Z Downloaded indicatif v0.18.4
9252026-04-10T21:51:51.199Z Downloaded predicates v3.1.4
9262026-04-10T21:51:51.199Z Downloaded recursive-proc-macro-impl v0.1.1
9272026-04-10T21:51:51.199Z Downloaded parking_lot v0.12.5
9282026-04-10T21:51:51.203Z Downloaded progenitor-client v0.13.0
9292026-04-10T21:51:51.203Z Downloaded peg-macros v0.8.5
9302026-04-10T21:51:51.203Z Downloaded password-hash v0.5.0
9312026-04-10T21:51:51.203Z Downloaded pin-project-lite v0.2.17
9322026-04-10T21:51:51.206Z Downloaded progenitor v0.13.0
9332026-04-10T21:51:51.209Z Downloaded progenitor-extras v0.1.1
9342026-04-10T21:51:51.209Z Downloaded progenitor-client v0.11.2
9352026-04-10T21:51:51.212Z Downloaded ppv-lite86 v0.2.21
9362026-04-10T21:51:51.212Z Downloaded indexmap v1.9.3
9372026-04-10T21:51:51.215Z Downloaded rfc6979 v0.4.0
9382026-04-10T21:51:51.215Z Downloaded bumpalo v3.20.2
9392026-04-10T21:51:51.217Z Downloaded progenitor v0.11.2
9402026-04-10T21:51:51.217Z Downloaded psm v0.1.30
9412026-04-10T21:51:51.220Z Downloaded progenitor v0.10.0
9422026-04-10T21:51:51.220Z Downloaded primeorder v0.13.6
9432026-04-10T21:51:51.223Z Downloaded parking_lot_core v0.9.12
9442026-04-10T21:51:51.223Z Downloaded pin-project-internal v1.1.11
9452026-04-10T21:51:51.225Z Downloaded litrs v1.0.0
9462026-04-10T21:51:51.225Z Downloaded hickory-resolver v0.24.4
9472026-04-10T21:51:51.228Z Downloaded mime v0.3.17
9482026-04-10T21:51:51.228Z Downloaded memmap2 v0.9.10
9492026-04-10T21:51:51.232Z Downloaded rustc-hash v2.1.1
9502026-04-10T21:51:51.232Z Downloaded rustc_version v0.1.7
9512026-04-10T21:51:51.235Z Downloaded russh-cryptovec v0.7.3
9522026-04-10T21:51:51.235Z Downloaded rtoolbox v0.0.3
9532026-04-10T21:51:51.235Z Downloaded pkcs5 v0.7.1
9542026-04-10T21:51:51.237Z Downloaded ignore v0.4.25
9552026-04-10T21:51:51.237Z Downloaded pkg-config v0.3.32
9562026-04-10T21:51:51.240Z Downloaded expectorate v1.2.0
9572026-04-10T21:51:51.240Z Downloaded diesel_derives v2.3.7
9582026-04-10T21:51:51.243Z Downloaded rand_core v0.6.4
9592026-04-10T21:51:51.246Z Downloaded r2d2 v0.8.10
9602026-04-10T21:51:51.246Z Downloaded proc-macro-error2 v2.0.1
9612026-04-10T21:51:51.249Z Downloaded postcard v1.1.3
9622026-04-10T21:51:51.249Z Downloaded pkcs8 v0.10.2
9632026-04-10T21:51:51.251Z Downloaded same-file v1.0.6
9642026-04-10T21:51:51.251Z Downloaded rand_core v0.9.5
9652026-04-10T21:51:51.254Z Downloaded quick-error v1.2.3
9662026-04-10T21:51:51.254Z Downloaded pkcs1 v0.7.5
9672026-04-10T21:51:51.257Z Downloaded libbz2-rs-sys v0.2.2
9682026-04-10T21:51:51.257Z Downloaded rand_core v0.10.0
9692026-04-10T21:51:51.257Z Downloaded miniz_oxide v0.8.9
9702026-04-10T21:51:51.263Z Downloaded papergrid v0.17.0
9712026-04-10T21:51:51.263Z Downloaded salsa20 v0.10.2
9722026-04-10T21:51:51.269Z Downloaded dropshot-api-manager v0.6.0
9732026-04-10T21:51:51.269Z Downloaded sapling-renderdag v0.1.0
9742026-04-10T21:51:51.269Z Downloaded derive_more-impl v2.1.1
9752026-04-10T21:51:51.273Z Downloaded futures v0.3.32
9762026-04-10T21:51:51.279Z Downloaded rand_seeder v0.4.0
9772026-04-10T21:51:51.280Z Downloaded derive_more v2.1.1
9782026-04-10T21:51:51.291Z Downloaded hyper-util v0.1.20
9792026-04-10T21:51:51.291Z Downloaded secrecy v0.8.0
9802026-04-10T21:51:51.291Z Downloaded scroll_derive v0.13.1
9812026-04-10T21:51:51.291Z Downloaded scopeguard v1.2.0
9822026-04-10T21:51:51.291Z Downloaded resolv-conf v0.7.6
9832026-04-10T21:51:51.291Z Downloaded jiff-static v0.2.21
9842026-04-10T21:51:51.294Z Downloaded pin-project v1.1.11
9852026-04-10T21:51:51.297Z Downloaded shell-words v1.1.1
9862026-04-10T21:51:51.297Z Downloaded serde_bytes v0.11.19
9872026-04-10T21:51:51.300Z Downloaded serde_repr v0.1.20
9882026-04-10T21:51:51.300Z Downloaded serde_plain v1.0.2
9892026-04-10T21:51:51.300Z Downloaded serde-big-array v0.5.1
9902026-04-10T21:51:51.303Z Downloaded secrecy v0.10.3
9912026-04-10T21:51:51.303Z Downloaded oso v0.27.3
9922026-04-10T21:51:51.306Z Downloaded serde_spanned v1.0.4
9932026-04-10T21:51:51.306Z Downloaded ref-cast v1.0.25
9942026-04-10T21:51:51.308Z Downloaded scheduled-thread-pool v0.2.7
9952026-04-10T21:51:51.308Z Downloaded openssl-sys v0.9.111
9962026-04-10T21:51:51.311Z Downloaded quinn-udp v0.5.14
9972026-04-10T21:51:51.313Z Downloaded rustls-pemfile v2.2.0
9982026-04-10T21:51:51.313Z Downloaded rustls-native-certs v0.8.3
9992026-04-10T21:51:51.317Z Downloaded hickory-server v0.25.2
10002026-04-10T21:51:51.319Z Downloaded hickory-resolver v0.25.2
10012026-04-10T21:51:51.324Z Downloaded signature v2.2.0
10022026-04-10T21:51:51.324Z Downloaded postgres-types v0.2.12
10032026-04-10T21:51:51.324Z Downloaded rustc_version v0.4.1
10042026-04-10T21:51:51.327Z Downloaded sigpipe v0.1.3
10052026-04-10T21:51:51.327Z Downloaded prefix-trie v0.7.0
10062026-04-10T21:51:51.327Z Downloaded rustversion v1.0.22
10072026-04-10T21:51:51.335Z Downloaded minimal-lexical v0.2.1
10082026-04-10T21:51:51.335Z Downloaded p256 v0.13.2
10092026-04-10T21:51:51.335Z Downloaded signal-hook-mio v0.2.5
10102026-04-10T21:51:51.335Z Downloaded progenitor-impl v0.10.0
10112026-04-10T21:51:51.335Z Downloaded signal-hook-tokio v0.3.1
10122026-04-10T21:51:51.339Z Downloaded rusty-fork v0.3.1
10132026-04-10T21:51:51.339Z Downloaded rand_chacha v0.9.0
10142026-04-10T21:51:51.339Z Downloaded serde_urlencoded v0.7.1
10152026-04-10T21:51:51.342Z Downloaded scrypt v0.11.0
10162026-04-10T21:51:51.345Z Downloaded semver v0.1.20
10172026-04-10T21:51:51.345Z Downloaded slog-bunyan v2.5.0
10182026-04-10T21:51:51.347Z Downloaded sct v0.7.1
10192026-04-10T21:51:51.347Z Downloaded slog-envlogger v2.2.0
10202026-04-10T21:51:51.351Z Downloaded scroll v0.13.0
10212026-04-10T21:51:51.354Z Downloaded hashbrown v0.12.3
10222026-04-10T21:51:51.357Z Downloaded rand_chacha v0.3.1
10232026-04-10T21:51:51.361Z Downloaded russh-keys v0.45.0
10242026-04-10T21:51:51.364Z Downloaded seq-macro v0.3.6
10252026-04-10T21:51:51.367Z Downloaded siphasher v1.0.2
10262026-04-10T21:51:51.367Z Downloaded sqlparser_derive v0.5.0
10272026-04-10T21:51:51.367Z Downloaded sha1 v0.10.6
10282026-04-10T21:51:51.370Z Downloaded ssh-encoding v0.2.0
10292026-04-10T21:51:51.370Z Downloaded sec1 v0.7.3
10302026-04-10T21:51:51.373Z Downloaded ssh-cipher v0.2.0
10312026-04-10T21:51:51.373Z Downloaded hashbrown v0.13.2
10322026-04-10T21:51:51.375Z Downloaded signal-hook-registry v1.4.8
10332026-04-10T21:51:51.378Z Downloaded rustls-pki-types v1.14.0
10342026-04-10T21:51:51.381Z Downloaded progenitor-impl v0.13.0
10352026-04-10T21:51:51.381Z Downloaded serde-hex v0.1.0
10362026-04-10T21:51:51.386Z Downloaded serde_derive_internals v0.29.1
10372026-04-10T21:51:51.389Z Downloaded rustls-pemfile v1.0.4
10382026-04-10T21:51:51.394Z Downloaded strum v0.27.2
10392026-04-10T21:51:51.397Z Downloaded mio v1.1.1
10402026-04-10T21:51:51.397Z Downloaded strum v0.26.3
10412026-04-10T21:51:51.401Z Downloaded strip-ansi-escapes v0.2.1
10422026-04-10T21:51:51.401Z Downloaded shlex v1.3.0
10432026-04-10T21:51:51.410Z Downloaded schemars_derive v0.8.22
10442026-04-10T21:51:51.410Z Downloaded structmeta-derive v0.3.0
10452026-04-10T21:51:51.410Z Downloaded rcgen v0.12.1
10462026-04-10T21:51:51.413Z Downloaded tagptr v0.2.0
10472026-04-10T21:51:51.413Z Downloaded subtle v2.6.1
10482026-04-10T21:51:51.413Z Downloaded slog-dtrace v0.3.0
10492026-04-10T21:51:51.417Z Downloaded crossterm v0.29.0
10502026-04-10T21:51:51.419Z Downloaded tabwriter v1.4.1
10512026-04-10T21:51:51.422Z Downloaded sync-ptr v0.1.4
10522026-04-10T21:51:51.422Z Downloaded smf v0.2.3
10532026-04-10T21:51:51.422Z Downloaded slog-term v2.9.2
10542026-04-10T21:51:51.425Z Downloaded http v1.4.0
10552026-04-10T21:51:51.428Z Downloaded structmeta v0.3.0
10562026-04-10T21:51:51.428Z Downloaded smallvec v0.6.14
10572026-04-10T21:51:51.428Z Downloaded slog-stdlog v4.1.1
10582026-04-10T21:51:51.430Z Downloaded slog-scope v4.4.1
10592026-04-10T21:51:51.430Z Downloaded slog-json v2.6.1
10602026-04-10T21:51:51.430Z Downloaded slog-async v2.8.0
10612026-04-10T21:51:51.433Z Downloaded static_assertions v1.1.0
10622026-04-10T21:51:51.433Z Downloaded stacker v0.1.23
10632026-04-10T21:51:51.436Z Downloaded termtree v0.5.1
10642026-04-10T21:51:51.436Z Downloaded testing_table v0.3.0
10652026-04-10T21:51:51.441Z Downloaded tap v1.0.1
10662026-04-10T21:51:51.441Z Downloaded tabled_derive v0.11.0
10672026-04-10T21:51:51.441Z Downloaded serde_path_to_error v0.1.20
10682026-04-10T21:51:51.441Z Downloaded simd-adler32 v0.3.8
10692026-04-10T21:51:51.444Z Downloaded serde_with_macros v3.17.0
10702026-04-10T21:51:51.444Z Downloaded nom v7.1.3
10712026-04-10T21:51:51.450Z Downloaded snafu-derive v0.8.9
10722026-04-10T21:51:51.450Z Downloaded iddqd v0.3.17
10732026-04-10T21:51:51.457Z Downloaded progenitor-impl v0.11.2
10742026-04-10T21:51:51.457Z Downloaded crossterm v0.28.1
10752026-04-10T21:51:51.460Z Downloaded ron v0.8.1
10762026-04-10T21:51:51.460Z Downloaded tinyvec_macros v0.1.1
10772026-04-10T21:51:51.460Z Downloaded time-core v0.1.8
10782026-04-10T21:51:51.463Z Downloaded thread-id v5.1.0
10792026-04-10T21:51:51.463Z Downloaded thiserror-impl-no-std v2.0.2
10802026-04-10T21:51:51.463Z Downloaded take_mut v0.2.2
10812026-04-10T21:51:51.467Z Downloaded sqlformat v0.3.5
10822026-04-10T21:51:51.467Z Downloaded prettyplease v0.2.37
10832026-04-10T21:51:51.470Z Downloaded spki v0.7.3
10842026-04-10T21:51:51.473Z Downloaded ryu v1.0.23
10852026-04-10T21:51:51.476Z Downloaded supports-color v3.0.2
10862026-04-10T21:51:51.476Z Downloaded support-bundle-viewer v0.1.2
10872026-04-10T21:51:51.476Z Downloaded strum_macros v0.24.3
10882026-04-10T21:51:51.478Z Downloaded slab v0.4.12
10892026-04-10T21:51:51.481Z Downloaded stringprep v0.1.5
10902026-04-10T21:51:51.481Z Downloaded string_cache v0.8.9
10912026-04-10T21:51:51.493Z Downloaded sync_wrapper v1.0.2
10922026-04-10T21:51:51.503Z Downloaded strum_macros v0.27.2
10932026-04-10T21:51:51.506Z Downloaded spin v0.9.8
10942026-04-10T21:51:51.507Z Downloaded serde_yaml v0.9.34+deprecated
10952026-04-10T21:51:51.507Z Downloaded quinn v0.11.9
10962026-04-10T21:51:51.513Z Downloaded topological-sort v0.2.2
10972026-04-10T21:51:51.513Z Downloaded hyper v1.8.1
10982026-04-10T21:51:51.522Z Downloaded tower-layer v0.3.3
10992026-04-10T21:51:51.522Z Downloaded time-macros v0.2.27
11002026-04-10T21:51:51.522Z Downloaded tower-service v0.3.3
11012026-04-10T21:51:51.522Z Downloaded serde_cbor v0.11.2
11022026-04-10T21:51:51.522Z Downloaded thread_local v1.1.9
11032026-04-10T21:51:51.525Z Downloaded thiserror-no-std v2.0.2
11042026-04-10T21:51:51.525Z Downloaded libxml v0.3.3
11052026-04-10T21:51:51.525Z Downloaded rustls-platform-verifier v0.6.2
11062026-04-10T21:51:51.530Z Downloaded termios v0.3.3
11072026-04-10T21:51:51.530Z Downloaded futures-util v0.3.32
11082026-04-10T21:51:51.535Z Downloaded try-lock v0.2.5
11092026-04-10T21:51:51.535Z Downloaded typify-macro v0.4.3
11102026-04-10T21:51:51.539Z Downloaded tiny-keccak v2.0.2
11112026-04-10T21:51:51.539Z Downloaded signal-hook v0.3.18
11122026-04-10T21:51:51.542Z Downloaded tokio-native-tls v0.3.1
11132026-04-10T21:51:51.542Z Downloaded tokio-dtrace v0.1.1
11142026-04-10T21:51:51.542Z Downloaded trait-variant v0.1.2
11152026-04-10T21:51:51.544Z Downloaded schemars v0.9.0
11162026-04-10T21:51:51.549Z Downloaded universal-hash v0.5.1
11172026-04-10T21:51:51.552Z Downloaded unarray v0.1.4
11182026-04-10T21:51:51.552Z Downloaded pretty_assertions v1.4.1
11192026-04-10T21:51:51.555Z Downloaded itertools v0.14.0
11202026-04-10T21:51:51.558Z Downloaded unit-prefix v0.5.2
11212026-04-10T21:51:51.558Z Downloaded typify-macro v0.6.1
11222026-04-10T21:51:51.558Z Downloaded similar v2.7.0
11232026-04-10T21:51:51.562Z Downloaded unicode-truncate v1.1.0
11242026-04-10T21:51:51.562Z Downloaded tokio-tungstenite v0.23.1
11252026-04-10T21:51:51.565Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11262026-04-10T21:51:51.565Z Downloaded itertools v0.10.5
11272026-04-10T21:51:51.568Z Downloaded tokio-tungstenite v0.21.0
11282026-04-10T21:51:51.571Z Downloaded untrusted v0.7.1
11292026-04-10T21:51:51.571Z Downloaded tokio-rustls v0.25.0
11302026-04-10T21:51:51.571Z Downloaded schemars v0.8.22
11312026-04-10T21:51:51.577Z Downloaded usdt v0.6.0
11322026-04-10T21:51:51.580Z Downloaded usdt-macro v0.6.0
11332026-04-10T21:51:51.580Z Downloaded usdt-attr-macro v0.6.0
11342026-04-10T21:51:51.580Z Downloaded num-bigint v0.4.6
11352026-04-10T21:51:51.583Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11362026-04-10T21:51:51.583Z Downloaded num-bigint-dig v0.8.6
11372026-04-10T21:51:51.585Z Downloaded term v1.2.1
11382026-04-10T21:51:51.588Z Downloaded itertools v0.12.1
11392026-04-10T21:51:51.591Z Downloaded void v1.0.2
11402026-04-10T21:51:51.593Z Downloaded hashbrown v0.15.5
11412026-04-10T21:51:51.596Z Downloaded term v0.7.0
11422026-04-10T21:51:51.599Z Downloaded tokio-macros v2.6.0
11432026-04-10T21:51:51.599Z Downloaded tls_codec v0.4.2
11442026-04-10T21:51:51.599Z Downloaded utf-8 v0.7.6
11452026-04-10T21:51:51.602Z Downloaded rand v0.10.0
11462026-04-10T21:51:51.602Z Downloaded tui-tree-widget v0.23.1
11472026-04-10T21:51:51.604Z Downloaded tls_codec_derive v0.4.2
11482026-04-10T21:51:51.604Z Downloaded qorb v0.4.1
11492026-04-10T21:51:51.607Z Downloaded rand v0.9.2
11502026-04-10T21:51:51.610Z Downloaded strum_macros v0.26.4
11512026-04-10T21:51:51.610Z Downloaded iri-string v0.7.10
11522026-04-10T21:51:51.614Z Downloaded untrusted v0.9.0
11532026-04-10T21:51:51.617Z Downloaded want v0.3.1
11542026-04-10T21:51:51.617Z Downloaded waitgroup v0.1.2
11552026-04-10T21:51:51.617Z Downloaded samael v0.0.19
11562026-04-10T21:51:51.621Z Downloaded schemars v1.2.1
11572026-04-10T21:51:51.627Z Downloaded unicase v2.9.0
11582026-04-10T21:51:51.632Z Downloaded slog v2.8.2
11592026-04-10T21:51:51.632Z Downloaded xattr v1.6.1
11602026-04-10T21:51:51.632Z Downloaded tokio-rustls v0.24.1
11612026-04-10T21:51:51.635Z Downloaded subprocess v0.2.15
11622026-04-10T21:51:51.635Z Downloaded itertools v0.13.0
11632026-04-10T21:51:51.639Z Downloaded tokio-stream v0.1.18
11642026-04-10T21:51:51.645Z Downloaded hkdf v0.12.4
11652026-04-10T21:51:51.645Z Downloaded rand v0.8.5
11662026-04-10T21:51:51.645Z Downloaded xshell-macros v0.2.7
11672026-04-10T21:51:51.651Z Downloaded socket2 v0.6.2
11682026-04-10T21:51:51.651Z Downloaded h2 v0.4.13
11692026-04-10T21:51:51.651Z Downloaded zone_cfg_derive v0.3.1
11702026-04-10T21:51:51.655Z Downloaded zone v0.3.1
11712026-04-10T21:51:51.655Z Downloaded publicsuffix v2.3.0
11722026-04-10T21:51:51.655Z Downloaded rsa v0.9.10
11732026-04-10T21:51:51.662Z Downloaded toml_parser v1.0.9+spec-1.1.0
11742026-04-10T21:51:51.662Z Downloaded vsss-rs v3.3.4
11752026-04-10T21:51:51.666Z Downloaded libm v0.2.16
11762026-04-10T21:51:51.666Z Downloaded tinyvec v1.10.0
11772026-04-10T21:51:51.666Z Downloaded vergen-lib v0.1.6
11782026-04-10T21:51:51.666Z Downloaded toml_writer v1.0.6+spec-1.1.0
11792026-04-10T21:51:51.671Z Downloaded snafu v0.8.9
11802026-04-10T21:51:51.673Z Downloaded tracing-attributes v0.1.31
11812026-04-10T21:51:51.673Z Downloaded rayon-core v1.13.0
11822026-04-10T21:51:51.673Z Downloaded bitvec v1.0.1
11832026-04-10T21:51:51.684Z Downloaded wait-timeout v0.2.1
11842026-04-10T21:51:51.684Z Downloaded usdt-impl v0.6.0
11852026-04-10T21:51:51.684Z Downloaded vergen-gitcl v1.0.8
11862026-04-10T21:51:51.687Z Downloaded test-strategy v0.4.5
11872026-04-10T21:51:51.687Z Downloaded rustls-webpki v0.103.9
11882026-04-10T21:51:51.690Z Downloaded walkdir v2.5.0
11892026-04-10T21:51:51.690Z Downloaded twox-hash v2.1.2
11902026-04-10T21:51:51.693Z Downloaded toml v0.7.8
11912026-04-10T21:51:51.698Z Downloaded p521 v0.13.3
11922026-04-10T21:51:51.701Z Downloaded whoami v2.1.0
11932026-04-10T21:51:51.701Z Downloaded wyz v0.5.1
11942026-04-10T21:51:51.708Z Downloaded whoami v1.6.1
11952026-04-10T21:51:51.708Z Downloaded toml v0.9.12+spec-1.1.0
11962026-04-10T21:51:51.711Z Downloaded blake3 v1.8.3
11972026-04-10T21:51:51.714Z Downloaded tar v0.4.45
11982026-04-10T21:51:51.714Z Downloaded aws-lc-rs v1.16.0
11992026-04-10T21:51:51.719Z Downloaded uzers v0.12.2
12002026-04-10T21:51:51.722Z Downloaded toml v1.0.6+spec-1.1.0
12012026-04-10T21:51:51.724Z Downloaded vergen-git2 v1.0.7
12022026-04-10T21:51:51.725Z Downloaded zeroize v1.8.2
12032026-04-10T21:51:51.728Z Downloaded vergen v9.0.6
12042026-04-10T21:51:51.728Z Downloaded socket2 v0.5.10
12052026-04-10T21:51:51.728Z Downloaded russh v0.45.0
12062026-04-10T21:51:51.732Z Downloaded zstd-safe v7.2.4
12072026-04-10T21:51:51.735Z Downloaded zstd v0.13.3
12082026-04-10T21:51:51.735Z Downloaded tungstenite v0.21.0
12092026-04-10T21:51:51.739Z Downloaded tokio-rustls v0.26.4
12102026-04-10T21:51:51.742Z Downloaded steno v0.4.1
12112026-04-10T21:51:51.744Z Downloaded unicode-properties v0.1.4
12122026-04-10T21:51:51.748Z Downloaded tungstenite v0.23.0
12132026-04-10T21:51:51.751Z Downloaded typify v0.6.1
12142026-04-10T21:51:51.760Z Downloaded toml_edit v0.23.10+spec-1.0.0
12152026-04-10T21:51:51.767Z Downloaded unsafe-libyaml v0.2.11
12162026-04-10T21:51:51.770Z Downloaded xshell v0.2.7
12172026-04-10T21:51:51.770Z Downloaded yasna v0.5.2
12182026-04-10T21:51:51.772Z Downloaded unicode-bidi v0.3.18
12192026-04-10T21:51:51.772Z Downloaded vte v0.14.1
12202026-04-10T21:51:51.777Z Downloaded zeroize_derive v1.4.3
12212026-04-10T21:51:51.780Z Downloaded zerocopy v0.6.6
12222026-04-10T21:51:51.787Z Downloaded ssh-key v0.6.7
12232026-04-10T21:51:51.791Z Downloaded rustyline v14.0.0
12242026-04-10T21:51:51.794Z Downloaded tracing-core v0.1.36
12252026-04-10T21:51:51.800Z Downloaded bindgen v0.71.1
12262026-04-10T21:51:51.803Z Downloaded typify v0.4.3
12272026-04-10T21:51:51.808Z Downloaded reedline v0.40.0
12282026-04-10T21:51:51.813Z Downloaded uuid v1.23.0
12292026-04-10T21:51:51.816Z Downloaded zopfli v0.8.3
12302026-04-10T21:51:51.845Z Downloaded chrono v0.4.44
12312026-04-10T21:51:51.852Z Downloaded toml_edit v0.19.15
12322026-04-10T21:51:51.861Z Downloaded yansi v1.0.1
12332026-04-10T21:51:51.861Z Downloaded tokio-postgres v0.7.16
12342026-04-10T21:51:51.865Z Downloaded regex v1.12.3
12352026-04-10T21:51:51.865Z Downloaded unicode_categories v0.1.1
12362026-04-10T21:51:51.865Z Downloaded reqwest v0.12.28
12372026-04-10T21:51:51.870Z Downloaded git2 v0.20.4
12382026-04-10T21:51:51.873Z Downloaded zip v0.6.6
12392026-04-10T21:51:51.879Z Downloaded rpassword v7.4.0
12402026-04-10T21:51:51.882Z Downloaded portable-atomic v1.13.1
12412026-04-10T21:51:51.887Z Downloaded tower v0.5.3
12422026-04-10T21:51:51.891Z Downloaded quick-xml v0.37.5
12432026-04-10T21:51:51.894Z Downloaded reqwest v0.13.2
12442026-04-10T21:51:51.897Z Downloaded zerocopy-derive v0.8.40
12452026-04-10T21:51:51.901Z Downloaded rayon v1.11.0
12462026-04-10T21:51:51.906Z Downloaded p384 v0.13.1
12472026-04-10T21:51:51.909Z Downloaded goblin v0.10.5
12482026-04-10T21:51:51.913Z Downloaded unicode-segmentation v1.12.0
12492026-04-10T21:51:51.925Z Downloaded rustls-webpki v0.101.7
12502026-04-10T21:51:51.933Z Downloaded typed-path v0.9.3
12512026-04-10T21:51:51.937Z Downloaded salty v0.3.0
12522026-04-10T21:51:51.941Z Downloaded tough v0.20.0
12532026-04-10T21:51:51.946Z Downloaded proptest v1.10.0
12542026-04-10T21:51:51.952Z Downloaded lalrpop v0.19.12
12552026-04-10T21:51:51.958Z Downloaded object v0.30.4
12562026-04-10T21:51:51.967Z Downloaded nix v0.27.1
12572026-04-10T21:51:51.972Z Downloaded moka v0.12.13
12582026-04-10T21:51:51.981Z Downloaded tokio-util v0.7.18
12592026-04-10T21:51:51.984Z Downloaded x509-cert v0.2.5
12602026-04-10T21:51:51.987Z Downloaded unicode-normalization v0.1.25
12612026-04-10T21:51:51.990Z Downloaded zip v4.6.1
12622026-04-10T21:51:51.998Z Downloaded tower-http v0.6.8
12632026-04-10T21:51:52.002Z Downloaded rustls-webpki v0.102.8
12642026-04-10T21:51:52.006Z Downloaded petname v2.0.2
12652026-04-10T21:51:52.010Z Downloaded serde_with v3.17.0
12662026-04-10T21:51:52.028Z Downloaded radix_trie v0.2.1
12672026-04-10T21:51:52.031Z Downloaded curve25519-dalek v4.1.3
12682026-04-10T21:51:52.036Z Downloaded bstr v1.12.1
12692026-04-10T21:51:52.056Z Downloaded tabled v0.20.0
12702026-04-10T21:51:52.071Z Downloaded winnow v0.5.40
12712026-04-10T21:51:52.076Z Downloaded openssl v0.10.75
12722026-04-10T21:51:52.082Z Downloaded time v0.3.47
12732026-04-10T21:51:52.090Z Downloaded smoltcp v0.9.1
12742026-04-10T21:51:52.098Z Downloaded winnow v0.6.26
12752026-04-10T21:51:52.111Z Downloaded polar-core v0.27.3
12762026-04-10T21:51:52.113Z Downloaded vcpkg v0.2.15
12772026-04-10T21:51:52.129Z Downloaded webpki-roots v1.0.6
12782026-04-10T21:51:52.133Z Downloaded nix v0.28.0
12792026-04-10T21:51:52.143Z Downloaded regex-syntax v0.6.29
12802026-04-10T21:51:52.151Z Downloaded dropshot v0.16.7
12812026-04-10T21:51:52.155Z Downloaded smoltcp v0.11.0
12822026-04-10T21:51:52.161Z Downloaded nix v0.29.0
12832026-04-10T21:51:52.167Z Downloaded rustls v0.21.12
12842026-04-10T21:51:52.173Z Downloaded regex-syntax v0.8.10
12852026-04-10T21:51:52.180Z Downloaded zlib-rs v0.6.2
12862026-04-10T21:51:52.183Z Downloaded openapiv3 v2.2.0
12872026-04-10T21:51:52.188Z Downloaded rustls v0.23.37
12882026-04-10T21:51:52.195Z Downloaded nix v0.31.1
12892026-04-10T21:51:52.202Z Downloaded hickory-proto v0.24.4
12902026-04-10T21:51:52.210Z Downloaded dropshot v0.17.0
12912026-04-10T21:51:52.225Z Downloaded zerocopy v0.8.40
12922026-04-10T21:51:52.231Z Downloaded hickory-proto v0.25.2
12932026-04-10T21:51:52.237Z Downloaded diesel v2.3.7
12942026-04-10T21:51:52.250Z Downloaded rustls v0.22.4
12952026-04-10T21:51:52.256Z Downloaded regress v0.10.5
12962026-04-10T21:51:52.264Z Downloaded quinn-proto v0.11.13
12972026-04-10T21:51:52.270Z Downloaded object v0.37.3
12982026-04-10T21:51:52.274Z Downloaded rustix v0.38.44
12992026-04-10T21:51:52.305Z Downloaded bzip2-sys v0.1.13+1.0.8
13002026-04-10T21:51:52.324Z Downloaded sqlparser v0.61.0
13012026-04-10T21:51:52.347Z Downloaded sled v0.34.7
13022026-04-10T21:51:52.350Z Downloaded regex-automata v0.4.14
13032026-04-10T21:51:52.357Z Downloaded typify-impl v0.6.1
13042026-04-10T21:51:52.366Z Downloaded typify-impl v0.4.3
13052026-04-10T21:51:52.375Z Downloaded zerocopy-derive v0.6.6
13062026-04-10T21:51:52.381Z Downloaded petgraph v0.6.5
13072026-04-10T21:51:52.394Z Downloaded tracing v0.1.44
13082026-04-10T21:51:52.404Z Downloaded jiff v0.2.21
13092026-04-10T21:51:52.415Z Downloaded chrono-tz v0.10.4
13102026-04-10T21:51:52.426Z Downloaded ratatui v0.29.0
13112026-04-10T21:51:52.465Z Downloaded petgraph v0.8.3
13122026-04-10T21:51:52.478Z Downloaded csv v1.4.0
13132026-04-10T21:51:52.487Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13142026-04-10T21:51:52.505Z Downloaded libz-sys v1.1.24
13152026-04-10T21:51:52.512Z Downloaded sha3 v0.10.8
13162026-04-10T21:51:52.524Z Downloaded tokio v1.50.0
13172026-04-10T21:51:52.556Z Downloaded encoding_rs v0.8.35
13182026-04-10T21:51:52.627Z Downloaded ring v0.17.14
13192026-04-10T21:51:52.665Z Downloaded libgit2-sys v0.18.3+1.9.2
13202026-04-10T21:51:53.195Z Downloaded aws-lc-sys v0.37.1
13212026-04-10T21:51:53.439Z Compiling libc v0.2.180
13222026-04-10T21:51:53.439Z Compiling serde v1.0.228
13232026-04-10T21:51:53.442Z Compiling shlex v1.3.0
13242026-04-10T21:51:53.442Z Compiling find-msvc-tools v0.1.9
13252026-04-10T21:51:53.442Z Compiling log v0.4.29
13262026-04-10T21:51:53.442Z Compiling smallvec v1.15.1
13272026-04-10T21:51:53.442Z Compiling typenum v1.19.0
13282026-04-10T21:51:53.442Z Compiling subtle v2.6.1
13292026-04-10T21:51:53.442Z Compiling generic-array v0.14.7
13302026-04-10T21:51:53.442Z Compiling scopeguard v1.2.0
13312026-04-10T21:51:53.442Z Compiling const-oid v0.9.6
13322026-04-10T21:51:53.442Z Compiling portable-atomic v1.13.1
13332026-04-10T21:51:53.442Z Compiling zerocopy v0.8.40
13342026-04-10T21:51:53.442Z Compiling syn v2.0.117
13352026-04-10T21:51:53.442Z Compiling serde_json v1.0.149
13362026-04-10T21:51:53.442Z Compiling critical-section v1.2.0
13372026-04-10T21:51:53.731Z Compiling lock_api v0.4.14
13382026-04-10T21:51:53.812Z Compiling parking_lot_core v0.9.12
13392026-04-10T21:51:53.827Z Compiling pin-project-lite v0.2.17
13402026-04-10T21:51:53.888Z Compiling pkg-config v0.3.32
13412026-04-10T21:51:53.902Z Compiling bitflags v2.11.0
13422026-04-10T21:51:53.904Z Compiling libm v0.2.16
13432026-04-10T21:51:53.931Z Compiling num-traits v0.2.19
13442026-04-10T21:51:53.943Z Compiling futures-core v0.3.32
13452026-04-10T21:51:54.026Z Compiling percent-encoding v2.3.2
13462026-04-10T21:51:54.029Z Compiling allocator-api2 v0.2.21
13472026-04-10T21:51:54.135Z Compiling cpufeatures v0.2.17
13482026-04-10T21:51:54.135Z Compiling futures-sink v0.3.32
13492026-04-10T21:51:54.138Z Compiling foldhash v0.2.0
13502026-04-10T21:51:54.212Z Compiling getrandom v0.3.4
13512026-04-10T21:51:54.228Z Compiling futures-io v0.3.32
13522026-04-10T21:51:54.266Z Compiling futures-channel v0.3.32
13532026-04-10T21:51:54.284Z Compiling futures-task v0.3.32
13542026-04-10T21:51:54.287Z Compiling slab v0.4.12
13552026-04-10T21:51:54.346Z Compiling hashbrown v0.16.1
13562026-04-10T21:51:54.375Z Compiling rustversion v1.0.22
13572026-04-10T21:51:54.404Z Compiling form_urlencoded v1.2.2
13582026-04-10T21:51:54.421Z Compiling base64ct v1.8.3
13592026-04-10T21:51:54.457Z Compiling dunce v1.0.5
13602026-04-10T21:51:54.480Z Compiling fs_extra v1.3.0
13612026-04-10T21:51:54.492Z Compiling getrandom v0.4.1
13622026-04-10T21:51:54.509Z Compiling ident_case v1.0.1
13632026-04-10T21:51:54.547Z Compiling getrandom v0.2.17
13642026-04-10T21:51:54.567Z Compiling jobserver v0.1.34
13652026-04-10T21:51:54.595Z Compiling errno v0.3.14
13662026-04-10T21:51:54.649Z Compiling mio v1.1.1
13672026-04-10T21:51:54.713Z Compiling rand_core v0.6.4
13682026-04-10T21:51:54.731Z Compiling once_cell v1.21.3
13692026-04-10T21:51:54.745Z Compiling signal-hook-registry v1.4.8
13702026-04-10T21:51:54.758Z Compiling socket2 v0.6.2
13712026-04-10T21:51:54.800Z Compiling cc v1.2.56
13722026-04-10T21:51:54.825Z Compiling parking_lot v0.12.5
13732026-04-10T21:51:54.875Z Compiling indexmap v2.13.0
13742026-04-10T21:51:54.926Z Compiling pem-rfc7468 v0.7.0
13752026-04-10T21:51:54.968Z Compiling flagset v0.4.7
13762026-04-10T21:51:55.005Z Compiling rand_core v0.10.0
13772026-04-10T21:51:55.067Z Compiling rustix v1.1.3
13782026-04-10T21:51:55.080Z Compiling iana-time-zone v0.1.65
13792026-04-10T21:51:55.116Z Compiling rustc_version v0.4.1
13802026-04-10T21:51:55.131Z Compiling regex-syntax v0.8.10
13812026-04-10T21:51:55.145Z Compiling aws-lc-rs v1.16.0
13822026-04-10T21:51:55.262Z Compiling rand_core v0.9.5
13832026-04-10T21:51:55.285Z Compiling vcpkg v0.2.15
13842026-04-10T21:51:55.301Z Compiling tracing-core v0.1.36
13852026-04-10T21:51:55.328Z Compiling base64 v0.22.1
13862026-04-10T21:51:55.328Z Compiling httparse v1.10.1
13872026-04-10T21:51:55.502Z Compiling uuid v1.23.0
13882026-04-10T21:51:55.513Z Compiling openssl-probe v0.2.1
13892026-04-10T21:51:55.530Z Compiling untrusted v0.9.0
13902026-04-10T21:51:55.561Z Compiling schemars v0.8.22
13912026-04-10T21:51:55.589Z Compiling untrusted v0.7.1
13922026-04-10T21:51:55.604Z Compiling rustls v0.23.37
13932026-04-10T21:51:55.674Z Compiling cmake v0.1.57
13942026-04-10T21:51:55.689Z Compiling atomic-waker v1.1.2
13952026-04-10T21:51:55.713Z Compiling tower-layer v0.3.3
13962026-04-10T21:51:55.724Z Compiling dyn-clone v1.0.20
13972026-04-10T21:51:55.740Z Compiling tinyvec_macros v0.1.1
13982026-04-10T21:51:55.818Z Compiling try-lock v0.2.5
13992026-04-10T21:51:55.821Z Compiling tower-service v0.3.3
14002026-04-10T21:51:55.863Z Compiling tinyvec v1.10.0
14012026-04-10T21:51:55.879Z Compiling spin v0.9.8
14022026-04-10T21:51:55.911Z Compiling aho-corasick v1.1.4
14032026-04-10T21:51:55.913Z Compiling pin-utils v0.1.0
14042026-04-10T21:51:55.913Z Compiling httpdate v1.0.3
14052026-04-10T21:51:55.913Z Compiling powerfmt v0.2.0
14062026-04-10T21:51:55.968Z Compiling want v0.3.1
14072026-04-10T21:51:55.971Z Compiling num-conv v0.2.0
14082026-04-10T21:51:55.997Z Compiling foreign-types-shared v0.1.1
14092026-04-10T21:51:56.100Z Compiling openssl v0.10.75
14102026-04-10T21:51:56.115Z Compiling crc32fast v1.5.0
14112026-04-10T21:51:56.133Z Compiling time-core v0.1.8
14122026-04-10T21:51:56.155Z Compiling deranged v0.5.8
14132026-04-10T21:51:56.158Z Compiling foreign-types v0.3.2
14142026-04-10T21:51:56.177Z Compiling wait-timeout v0.2.1
14152026-04-10T21:51:56.192Z Compiling socket2 v0.5.10
14162026-04-10T21:51:56.198Z Compiling simd-adler32 v0.3.8
14172026-04-10T21:51:56.221Z Compiling usdt-impl v0.6.0
14182026-04-10T21:51:56.252Z Compiling num_threads v0.1.7
14192026-04-10T21:51:56.266Z Compiling quick-error v1.2.3
14202026-04-10T21:51:56.282Z Compiling syn v1.0.109
14212026-04-10T21:51:56.301Z Compiling time-macros v0.2.27
14222026-04-10T21:51:56.370Z Compiling siphasher v1.0.2
14232026-04-10T21:51:56.385Z Compiling native-tls v0.2.18
14242026-04-10T21:51:56.400Z Compiling bit-vec v0.8.0
14252026-04-10T21:51:56.452Z Compiling crossbeam-utils v0.8.21
14262026-04-10T21:51:56.504Z Compiling unicode-normalization v0.1.25
14272026-04-10T21:51:56.521Z Compiling slog v2.8.2
14282026-04-10T21:51:56.553Z Compiling aws-lc-sys v0.37.1
14292026-04-10T21:51:56.582Z Compiling ring v0.17.14
14302026-04-10T21:51:56.618Z Compiling openssl-sys v0.9.111
14312026-04-10T21:51:56.634Z Compiling synstructure v0.13.2
14322026-04-10T21:51:56.651Z Compiling serde_derive_internals v0.29.1
14332026-04-10T21:51:56.672Z Compiling pest_generator v2.8.6
14342026-04-10T21:51:56.703Z Compiling darling_core v0.20.11
14352026-04-10T21:51:56.736Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14362026-04-10T21:51:56.861Z Compiling tempfile v3.25.0
14372026-04-10T21:51:57.013Z Compiling regex-automata v0.4.14
14382026-04-10T21:51:57.120Z Compiling rusty-fork v0.3.1
14392026-04-10T21:51:57.228Z Compiling darling_core v0.21.3
14402026-04-10T21:51:57.258Z Compiling bit-set v0.8.0
14412026-04-10T21:51:57.279Z Compiling bzip2-sys v0.1.13+1.0.8
14422026-04-10T21:51:57.444Z Compiling heapless v0.7.17
14432026-04-10T21:51:57.473Z Compiling time v0.3.47
14442026-04-10T21:51:57.477Z Compiling rand_xorshift v0.4.0
14452026-04-10T21:51:57.503Z Compiling thread-id v5.1.0
14462026-04-10T21:51:57.594Z Compiling sync_wrapper v1.0.2
14472026-04-10T21:51:57.610Z Compiling cookie v0.18.1
14482026-04-10T21:51:57.649Z Compiling paste v1.0.15
14492026-04-10T21:51:57.679Z Compiling signal-hook v0.3.18
14502026-04-10T21:51:57.694Z Compiling unicode-properties v0.1.4
14512026-04-10T21:51:57.726Z Compiling zstd-safe v7.2.4
14522026-04-10T21:51:57.742Z Compiling unicode-bidi v0.3.18
14532026-04-10T21:51:57.771Z Compiling unarray v0.1.4
14542026-04-10T21:51:57.822Z Compiling anyhow v1.0.102
14552026-04-10T21:51:57.886Z Compiling adler2 v2.0.1
14562026-04-10T21:51:58.005Z Compiling miniz_oxide v0.8.9
14572026-04-10T21:51:58.062Z Compiling num-integer v0.1.46
14582026-04-10T21:51:58.081Z Compiling vergen-lib v0.1.6
14592026-04-10T21:51:58.302Z Compiling stringprep v0.1.5
14602026-04-10T21:51:58.352Z Compiling curve25519-dalek v4.1.3
14612026-04-10T21:51:58.430Z Compiling ff v0.13.1
14622026-04-10T21:51:58.447Z Compiling hash32 v0.2.1
14632026-04-10T21:51:58.495Z Compiling serde_derive v1.0.228
14642026-04-10T21:51:58.577Z Compiling zeroize_derive v1.4.3
14652026-04-10T21:51:58.592Z Compiling zerofrom-derive v0.1.6
14662026-04-10T21:51:58.657Z Compiling yoke-derive v0.8.1
14672026-04-10T21:51:58.680Z Compiling zerocopy-derive v0.8.40
14682026-04-10T21:51:58.716Z Compiling zerovec-derive v0.11.2
14692026-04-10T21:51:58.746Z Compiling displaydoc v0.2.5
14702026-04-10T21:51:58.793Z Compiling tokio-macros v2.6.0
14712026-04-10T21:51:59.181Z Compiling futures-macro v0.3.32
14722026-04-10T21:51:59.192Z Compiling der_derive v0.7.3
14732026-04-10T21:51:59.280Z Compiling zeroize v1.8.2
14742026-04-10T21:51:59.549Z Compiling thiserror-impl v2.0.18
14752026-04-10T21:51:59.573Z Compiling rustls-pki-types v1.14.0
14762026-04-10T21:51:59.877Z Compiling tracing-attributes v0.1.31
14772026-04-10T21:51:59.892Z Compiling pest_derive v2.8.6
14782026-04-10T21:51:59.908Z Compiling scroll_derive v0.13.1
14792026-04-10T21:52:00.046Z Compiling zerofrom v0.1.6
14802026-04-10T21:52:00.082Z Compiling crypto-common v0.1.7
14812026-04-10T21:52:00.097Z Compiling block-buffer v0.10.4
14822026-04-10T21:52:00.128Z Compiling futures-util v0.3.32
14832026-04-10T21:52:00.192Z Compiling yoke v0.8.1
14842026-04-10T21:52:00.232Z Compiling block-padding v0.3.3
14852026-04-10T21:52:00.253Z Compiling digest v0.10.7
14862026-04-10T21:52:00.293Z Compiling der v0.7.10
14872026-04-10T21:52:00.404Z Compiling zerovec v0.11.5
14882026-04-10T21:52:00.416Z Compiling zerotrie v0.2.3
14892026-04-10T21:52:00.423Z Compiling inout v0.1.4
14902026-04-10T21:52:00.519Z Compiling hmac v0.12.1
14912026-04-10T21:52:00.614Z Compiling cipher v0.4.4
14922026-04-10T21:52:00.693Z Compiling sha2 v0.10.9
14932026-04-10T21:52:00.733Z Compiling pbkdf2 v0.12.2
14942026-04-10T21:52:00.769Z Compiling schemars_derive v0.8.22
14952026-04-10T21:52:00.868Z Compiling salsa20 v0.10.2
14962026-04-10T21:52:00.904Z Compiling tinystr v0.8.2
14972026-04-10T21:52:00.945Z Compiling potential_utf v0.1.4
14982026-04-10T21:52:00.960Z Compiling thiserror v2.0.18
14992026-04-10T21:52:01.026Z Compiling scrypt v0.11.0
15002026-04-10T21:52:01.087Z Compiling icu_locale_core v2.1.1
15012026-04-10T21:52:01.126Z Compiling icu_collections v2.1.1
15022026-04-10T21:52:01.129Z Compiling aes v0.8.4
15032026-04-10T21:52:01.251Z Compiling spki v0.7.3
15042026-04-10T21:52:01.267Z Compiling cbc v0.1.2
15052026-04-10T21:52:01.316Z Compiling tracing v0.1.44
15062026-04-10T21:52:01.441Z Compiling scroll v0.13.0
15072026-04-10T21:52:01.484Z Compiling darling_macro v0.20.11
15082026-04-10T21:52:01.545Z Compiling pkcs5 v0.7.1
15092026-04-10T21:52:01.606Z Compiling openssl-macros v0.1.1
15102026-04-10T21:52:01.637Z Compiling dtrace-parser v0.3.0
15112026-04-10T21:52:01.730Z Compiling icu_provider v2.1.1
15122026-04-10T21:52:01.997Z Compiling icu_normalizer v2.1.1
15132026-04-10T21:52:02.013Z Compiling bytes v1.11.1
15142026-04-10T21:52:02.030Z Compiling icu_properties v2.1.2
15152026-04-10T21:52:02.072Z Compiling chrono v0.4.44
15162026-04-10T21:52:02.075Z Compiling pkcs8 v0.10.2
15172026-04-10T21:52:02.104Z Compiling ipnet v2.11.0
15182026-04-10T21:52:02.107Z Compiling darling v0.20.11
15192026-04-10T21:52:02.135Z Compiling goblin v0.10.5
15202026-04-10T21:52:02.205Z Compiling derive_builder_core v0.20.2
15212026-04-10T21:52:02.226Z Compiling signature v2.2.0
15222026-04-10T21:52:02.402Z Compiling rustls-native-certs v0.8.3
15232026-04-10T21:52:02.427Z Compiling scroll_derive v0.12.1
15242026-04-10T21:52:02.443Z Compiling thiserror-impl v1.0.69
15252026-04-10T21:52:02.472Z Compiling serde_tokenstream v0.2.3
15262026-04-10T21:52:02.574Z Compiling tokio v1.50.0
15272026-04-10T21:52:02.654Z Compiling http v1.4.0
15282026-04-10T21:52:02.669Z Compiling erased-serde v0.3.31
15292026-04-10T21:52:02.707Z Compiling toml_datetime v0.6.11
15302026-04-10T21:52:02.803Z Compiling serde_spanned v0.6.9
15312026-04-10T21:52:02.959Z Compiling idna_adapter v1.2.1
15322026-04-10T21:52:02.987Z Compiling md-5 v0.10.6
15332026-04-10T21:52:03.103Z Compiling ppv-lite86 v0.2.21
15342026-04-10T21:52:03.120Z Compiling idna v1.1.0
15352026-04-10T21:52:03.120Z Compiling scroll v0.12.0
15362026-04-10T21:52:03.153Z Compiling derive_builder_macro v0.20.2
15372026-04-10T21:52:03.173Z Compiling darling_macro v0.21.3
15382026-04-10T21:52:03.185Z Compiling webpki-roots v1.0.6
15392026-04-10T21:52:03.200Z Compiling zerocopy-derive v0.7.35
15402026-04-10T21:52:03.310Z Compiling http-body v1.0.1
15412026-04-10T21:52:03.325Z Compiling memoffset v0.9.1
15422026-04-10T21:52:03.419Z Compiling url v2.5.8
15432026-04-10T21:52:03.448Z Compiling rand_chacha v0.9.0
15442026-04-10T21:52:03.487Z Compiling http-body-util v0.1.3
15452026-04-10T21:52:03.510Z Compiling rand_chacha v0.3.1
15462026-04-10T21:52:03.546Z Compiling fallible-iterator v0.2.0
15472026-04-10T21:52:03.592Z Compiling rustix v0.38.44
15482026-04-10T21:52:03.670Z Compiling rand v0.9.2
15492026-04-10T21:52:03.695Z Compiling ref-cast v1.0.25
15502026-04-10T21:52:03.749Z Compiling thiserror v1.0.69
15512026-04-10T21:52:03.752Z Compiling psl-types v2.0.11
15522026-04-10T21:52:03.802Z Compiling iri-string v0.7.10
15532026-04-10T21:52:03.870Z Compiling cfg_aliases v0.2.1
15542026-04-10T21:52:03.885Z Compiling ryu v1.0.23
15552026-04-10T21:52:03.900Z Compiling base16ct v0.2.0
15562026-04-10T21:52:03.977Z Compiling litrs v1.0.0
15572026-04-10T21:52:04.023Z Compiling num-bigint-dig v0.8.6
15582026-04-10T21:52:04.086Z Compiling zlib-rs v0.6.2
15592026-04-10T21:52:04.101Z Compiling smoltcp v0.9.1
15602026-04-10T21:52:04.116Z Compiling zerocopy v0.7.35
15612026-04-10T21:52:04.177Z Compiling sec1 v0.7.3
15622026-04-10T21:52:04.263Z Compiling proptest v1.10.0
15632026-04-10T21:52:04.300Z Compiling postgres-protocol v0.6.10
15642026-04-10T21:52:04.491Z Compiling serde_urlencoded v0.7.1
15652026-04-10T21:52:04.506Z Compiling document-features v0.2.12
15662026-04-10T21:52:04.536Z Compiling nix v0.31.1
15672026-04-10T21:52:04.615Z Compiling publicsuffix v2.3.0
15682026-04-10T21:52:04.629Z Compiling rand v0.8.5
15692026-04-10T21:52:04.665Z Compiling darling v0.21.3
15702026-04-10T21:52:04.686Z Compiling derive_builder v0.20.2
15712026-04-10T21:52:04.755Z Compiling ipnetwork v0.21.1
15722026-04-10T21:52:04.797Z Compiling goblin v0.8.2
15732026-04-10T21:52:04.883Z Compiling dof v0.4.0
15742026-04-10T21:52:04.886Z Compiling hubpack_derive v0.1.1
15752026-04-10T21:52:04.936Z Compiling cargo-platform v0.1.9
15762026-04-10T21:52:05.150Z Compiling oxnet v0.1.4
15772026-04-10T21:52:05.156Z Compiling hkdf v0.12.4
15782026-04-10T21:52:05.191Z Compiling crypto-bigint v0.5.5
15792026-04-10T21:52:05.256Z Compiling regex v1.12.3
15802026-04-10T21:52:05.412Z Compiling group v0.13.0
15812026-04-10T21:52:05.426Z Compiling curve25519-dalek-derive v0.1.1
15822026-04-10T21:52:05.442Z Compiling strum_macros v0.27.2
15832026-04-10T21:52:05.538Z Compiling daft-derive v0.1.5
15842026-04-10T21:52:05.567Z Compiling async-trait v0.1.89
15852026-04-10T21:52:05.605Z Compiling ref-cast-impl v1.0.25
15862026-04-10T21:52:05.881Z Compiling num-iter v0.1.45
15872026-04-10T21:52:06.133Z Compiling terminal_size v0.4.3
15882026-04-10T21:52:06.174Z Compiling phf_shared v0.13.1
15892026-04-10T21:52:06.218Z Compiling lazy_static v1.5.0
15902026-04-10T21:52:06.294Z Compiling vergen v9.0.6
15912026-04-10T21:52:06.311Z Compiling tokio-util v0.7.18
15922026-04-10T21:52:06.329Z Compiling tower v0.5.3
15932026-04-10T21:52:06.332Z Compiling tokio-native-tls v0.3.1
15942026-04-10T21:52:06.438Z Compiling fs-err v3.3.0
15952026-04-10T21:52:06.455Z Compiling ahash v0.8.12
15962026-04-10T21:52:06.492Z Compiling winnow v0.5.40
15972026-04-10T21:52:06.509Z Compiling foldhash v0.1.5
15982026-04-10T21:52:06.536Z Compiling managed v0.8.0
15992026-04-10T21:52:06.590Z Compiling bitflags v1.3.2
16002026-04-10T21:52:06.651Z Compiling newtype-uuid v1.3.2
16012026-04-10T21:52:06.668Z Compiling libbz2-rs-sys v0.2.2
16022026-04-10T21:52:06.687Z Compiling unicode-segmentation v1.12.0
16032026-04-10T21:52:06.690Z Compiling object v0.37.3
16042026-04-10T21:52:06.716Z Compiling bumpalo v3.20.2
16052026-04-10T21:52:06.769Z Compiling tower-http v0.6.8
16062026-04-10T21:52:06.986Z Compiling flate2 v1.1.9
16072026-04-10T21:52:07.004Z Compiling h2 v0.4.13
16082026-04-10T21:52:07.073Z Compiling dof v0.3.0
16092026-04-10T21:52:07.095Z Compiling bzip2 v0.6.1
16102026-04-10T21:52:07.201Z Compiling zopfli v0.8.3
16112026-04-10T21:52:07.339Z Compiling daft v0.1.5
16122026-04-10T21:52:07.404Z Compiling hashbrown v0.15.5
16132026-04-10T21:52:07.420Z Compiling clap_builder v4.5.60
16142026-04-10T21:52:07.450Z Compiling usdt-macro v0.6.0
16152026-04-10T21:52:07.469Z Compiling usdt-attr-macro v0.6.0
16162026-04-10T21:52:07.486Z Compiling strum v0.27.2
16172026-04-10T21:52:07.500Z Compiling phf v0.13.1
16182026-04-10T21:52:07.641Z Compiling signal-hook-mio v0.2.5
16192026-04-10T21:52:07.694Z Compiling elliptic-curve v0.13.8
16202026-04-10T21:52:07.781Z Compiling cargo_metadata v0.19.2
16212026-04-10T21:52:07.834Z Compiling toml_edit v0.19.15
16222026-04-10T21:52:07.983Z Compiling cookie_store v0.22.1
16232026-04-10T21:52:07.986Z Compiling hubpack v0.1.2
16242026-04-10T21:52:08.114Z Compiling bzip2 v0.4.4
16252026-04-10T21:52:08.266Z Compiling serde_with_macros v3.17.0
16262026-04-10T21:52:08.312Z Compiling postgres-types v0.2.12
16272026-04-10T21:52:08.345Z Compiling zstd v0.13.3
16282026-04-10T21:52:08.362Z Compiling dtrace-parser v0.2.0
16292026-04-10T21:52:08.379Z Compiling ed25519 v2.2.3
16302026-04-10T21:52:08.396Z Compiling pkcs1 v0.7.5
16312026-04-10T21:52:08.628Z Compiling serde-big-array v0.5.1
16322026-04-10T21:52:08.654Z Compiling hex v0.4.3
16332026-04-10T21:52:08.793Z Compiling rfc6979 v0.4.0
16342026-04-10T21:52:08.808Z Compiling bstr v1.12.1
16352026-04-10T21:52:08.874Z Compiling enum-as-inner v0.6.1
16362026-04-10T21:52:08.936Z Compiling clap_derive v4.5.55
16372026-04-10T21:52:08.951Z Compiling strum_macros v0.26.4
16382026-04-10T21:52:09.132Z Compiling serde_repr v0.1.20
16392026-04-10T21:52:09.162Z Compiling phf_shared v0.11.3
16402026-04-10T21:52:09.304Z Compiling float-cmp v0.10.0
16412026-04-10T21:52:09.364Z Compiling thread-id v4.2.2
16422026-04-10T21:52:09.415Z Compiling memmap2 v0.9.10
16432026-04-10T21:52:09.447Z Compiling env_filter v1.0.0
16442026-04-10T21:52:09.450Z Compiling encoding_rs v0.8.35
16452026-04-10T21:52:09.480Z Compiling keccak v0.1.6
16462026-04-10T21:52:09.483Z Compiling predicates-core v1.0.10
16472026-04-10T21:52:09.511Z Compiling mime v0.3.17
16482026-04-10T21:52:09.652Z Compiling data-encoding v2.10.0
16492026-04-10T21:52:09.696Z Compiling new_debug_unreachable v1.0.6
16502026-04-10T21:52:09.714Z Compiling static_assertions v1.1.0
16512026-04-10T21:52:09.776Z Compiling fixedbitset v0.5.7
16522026-04-10T21:52:09.790Z Compiling rustc-hash v2.1.1
16532026-04-10T21:52:09.798Z Compiling precomputed-hash v0.1.1
16542026-04-10T21:52:09.818Z Compiling fixedbitset v0.4.2
16552026-04-10T21:52:09.911Z Compiling jiff v0.2.21
16562026-04-10T21:52:09.931Z Compiling difflib v0.4.0
16572026-04-10T21:52:10.095Z Compiling hyper v1.8.1
16582026-04-10T21:52:10.175Z Compiling either v1.15.0
16592026-04-10T21:52:10.326Z Compiling whoami v2.1.0
16602026-04-10T21:52:10.391Z Compiling normalize-line-endings v0.3.0
16612026-04-10T21:52:10.410Z Compiling itertools v0.13.0
16622026-04-10T21:52:10.504Z Compiling predicates v3.1.4
16632026-04-10T21:52:10.522Z Compiling petgraph v0.6.5
16642026-04-10T21:52:10.522Z Compiling petgraph v0.8.3
16652026-04-10T21:52:10.571Z Compiling tokio-postgres v0.7.16
16662026-04-10T21:52:10.725Z Compiling hickory-proto v0.25.2
16672026-04-10T21:52:10.780Z Compiling strum v0.26.3
16682026-04-10T21:52:10.838Z Compiling iddqd v0.3.17
16692026-04-10T21:52:10.872Z Compiling clap v4.5.60
16702026-04-10T21:52:10.929Z Compiling string_cache v0.8.9
16712026-04-10T21:52:10.966Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16722026-04-10T21:52:11.130Z Compiling toml_edit v0.22.27
16732026-04-10T21:52:11.149Z Compiling sha3 v0.10.8
16742026-04-10T21:52:11.179Z Compiling env_logger v0.11.9
16752026-04-10T21:52:11.198Z Compiling hyper-util v0.1.20
16762026-04-10T21:52:11.560Z Compiling usdt v0.6.0
16772026-04-10T21:52:11.656Z Compiling serde_with v3.17.0
16782026-04-10T21:52:11.689Z Compiling usdt-impl v0.5.0
16792026-04-10T21:52:11.750Z Compiling similar v2.7.0
16802026-04-10T21:52:11.855Z Compiling crossterm v0.28.1
16812026-04-10T21:52:12.028Z Compiling toml v0.7.8
16822026-04-10T21:52:12.063Z Compiling ecdsa v0.16.9
16832026-04-10T21:52:12.476Z Compiling rsa v0.9.10
16842026-04-10T21:52:12.541Z Compiling zip v4.6.1
16852026-04-10T21:52:12.643Z Compiling hyper-tls v0.6.0
16862026-04-10T21:52:12.658Z Compiling ed25519-dalek v2.2.0
16872026-04-10T21:52:12.831Z Compiling zip v0.6.6
16882026-04-10T21:52:13.247Z Compiling heck v0.4.1
16892026-04-10T21:52:13.327Z Compiling tokio-stream v0.1.18
16902026-04-10T21:52:13.338Z Compiling toml_parser v1.0.9+spec-1.1.0
16912026-04-10T21:52:13.355Z Compiling buf-list v1.1.2
16922026-04-10T21:52:13.392Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16932026-04-10T21:52:13.444Z Compiling openapiv3 v2.2.0
16942026-04-10T21:52:13.494Z Compiling x509-cert v0.2.5
16952026-04-10T21:52:13.524Z Compiling sha1 v0.10.6
16962026-04-10T21:52:13.647Z Compiling crossbeam-epoch v0.9.18
16972026-04-10T21:52:13.714Z Compiling toml_datetime v0.7.5+spec-1.1.0
16982026-04-10T21:52:13.778Z Compiling peg-runtime v0.8.5
16992026-04-10T21:52:13.796Z Compiling lalrpop-util v0.19.12
17002026-04-10T21:52:13.815Z Compiling thread_local v1.1.9
17012026-04-10T21:52:13.906Z Compiling slog-async v2.8.0
17022026-04-10T21:52:13.997Z Compiling futures-executor v0.3.32
17032026-04-10T21:52:13.997Z Compiling crossbeam-channel v0.5.15
17042026-04-10T21:52:14.025Z Compiling filetime v0.2.27
17052026-04-10T21:52:14.041Z Compiling is-terminal v0.4.17
17062026-04-10T21:52:14.088Z Compiling take_mut v0.2.2
17072026-04-10T21:52:14.105Z Compiling xattr v1.6.1
17082026-04-10T21:52:14.156Z Compiling term v1.2.1
17092026-04-10T21:52:14.185Z Compiling futures v0.3.32
17102026-04-10T21:52:14.265Z Compiling tar v0.4.45
17112026-04-10T21:52:14.479Z Compiling slog-term v2.9.2
17122026-04-10T21:52:29.540Z Compiling rustls-webpki v0.103.9
17132026-04-10T21:52:32.359Z Compiling tokio-rustls v0.26.4
17142026-04-10T21:52:32.359Z Compiling rustls-platform-verifier v0.6.2
17152026-04-10T21:52:32.548Z Compiling hyper-rustls v0.27.7
17162026-04-10T21:52:32.742Z Compiling reqwest v0.13.2
17172026-04-10T21:52:32.747Z Compiling reqwest v0.12.28
17182026-04-10T21:52:34.744Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17192026-04-10T21:52:34.982Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17202026-04-10T21:52:37.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.66s
17212026-04-10T21:52:37.918Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17222026-04-10T21:52:37.976ZApr 10 21:52:37.472 INFO Starting download, target: Clickhouse
17232026-04-10T21:52:37.976ZApr 10 21:52:37.472 INFO Starting download, target: Cockroach
17242026-04-10T21:52:37.976ZApr 10 21:52:37.472 INFO Starting download, target: Console
17252026-04-10T21:52:37.976ZApr 10 21:52:37.472 INFO Starting download, target: DendriteStub
17262026-04-10T21:52:37.979ZApr 10 21:52:37.472 INFO Starting download, target: MaghemiteMgd
17272026-04-10T21:52:37.980ZApr 10 21:52:37.472 INFO Starting download, target: TransceiverControl
17282026-04-10T21:52:37.980ZApr 10 21:52:37.473 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17292026-04-10T21:52:37.980ZApr 10 21:52:37.473 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17302026-04-10T21:52:37.980ZApr 10 21:52:37.473 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17312026-04-10T21:52:37.980ZApr 10 21:52:37.473 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17322026-04-10T21:52:37.980ZApr 10 21:52:37.473 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17332026-04-10T21:52:37.980ZApr 10 21:52:37.473 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17342026-04-10T21:52:38.332ZApr 10 21:52:37.828 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17352026-04-10T21:52:38.552ZApr 10 21:52:38.043 INFO Download complete, target: TransceiverControl
17362026-04-10T21:52:38.991ZApr 10 21:52:38.487 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17372026-04-10T21:52:39.237ZApr 10 21:52:38.731 INFO Download complete, target: Console
17382026-04-10T21:52:39.693ZApr 10 21:52:39.185 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17392026-04-10T21:52:39.726ZApr 10 21:52:39.218 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17402026-04-10T21:52:39.849ZApr 10 21:52:39.345 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17412026-04-10T21:52:40.107ZApr 10 21:52:39.603 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17422026-04-10T21:52:40.107ZApr 10 21:52:39.603 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17432026-04-10T21:52:42.279ZApr 10 21:52:41.770 INFO Download complete, target: MaghemiteMgd
17442026-04-10T21:52:42.292ZApr 10 21:52:41.784 INFO Download complete, target: DendriteStub
17452026-04-10T21:52:44.820ZApr 10 21:52:44.316 INFO Checking that binary works, target: Cockroach
17462026-04-10T21:52:44.922ZApr 10 21:52:44.417 INFO Download complete, target: Cockroach
17472026-04-10T21:52:46.707ZApr 10 21:52:46.202 INFO Checking that binary works, target: Clickhouse
17482026-04-10T21:52:46.793ZApr 10 21:52:46.288 INFO Download complete, target: Clickhouse
17492026-04-10T21:52:46.800ZAll prerequisites installed successfully
17502026-04-10T21:52:46.802Z
17512026-04-10T21:52:46.802Zreal 2:43.615910864
17522026-04-10T21:52:46.802Zuser 7:14.598947729
17532026-04-10T21:52:46.802Zsys 1:41.940445582
17542026-04-10T21:52:46.803Ztrap 0.259921149
17552026-04-10T21:52:46.803Ztflt 1.254573631
17562026-04-10T21:52:46.803Zdflt 1.896807655
17572026-04-10T21:52:46.803Zkflt 0.025971566
17582026-04-10T21:52:46.803Zlock 22:00.422739739
17592026-04-10T21:52:46.803Zslp 19:17.111050667
17602026-04-10T21:52:46.803Zlat 24.878600565
17612026-04-10T21:52:46.803Zstop 2:57.588134174
17622026-04-10T21:52:46.803Z+ ptime -m cargo xtask download softnpu
17632026-04-10T21:52:47.317Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17642026-04-10T21:52:47.348Z Running `target/debug/xtask download softnpu`
17652026-04-10T21:52:48.100Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17662026-04-10T21:52:48.171Z Running `target/debug/xtask-downloader softnpu`
17672026-04-10T21:52:48.213ZApr 10 21:52:47.708 INFO Starting download, target: Softnpu
17682026-04-10T21:52:48.217ZApr 10 21:52:47.709 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17692026-04-10T21:52:48.718ZApr 10 21:52:48.213 INFO Download complete, target: Softnpu
17702026-04-10T21:52:48.722Z
17712026-04-10T21:52:48.725Zreal 1.915554501
17722026-04-10T21:52:48.725Zuser 1.310419834
17732026-04-10T21:52:48.725Zsys 0.659405555
17742026-04-10T21:52:48.725Ztrap 0.000715362
17752026-04-10T21:52:48.725Ztflt 0.000299221
17762026-04-10T21:52:48.725Zdflt 0.000331986
17772026-04-10T21:52:48.725Zkflt 0.000000000
17782026-04-10T21:52:48.725Zlock 9.223182974
17792026-04-10T21:52:48.725Zslp 0.379277962
17802026-04-10T21:52:48.725Zlat 0.094206456
17812026-04-10T21:52:48.725Zstop 0.000147158
17822026-04-10T21:52:48.725Z+ export CARGO_INCREMENTAL=0
17832026-04-10T21:52:48.725Z+ CARGO_INCREMENTAL=0
17842026-04-10T21:52:48.725Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17852026-04-10T21:52:49.623Z Compiling proc-macro2 v1.0.106
17862026-04-10T21:52:49.623Z Compiling quote v1.0.44
17872026-04-10T21:52:49.623Z Compiling unicode-ident v1.0.24
17882026-04-10T21:52:49.623Z Compiling libc v0.2.180
17892026-04-10T21:52:49.623Z Compiling serde_core v1.0.228
17902026-04-10T21:52:49.626Z Compiling serde v1.0.228
17912026-04-10T21:52:49.626Z Compiling cfg-if v1.0.4
17922026-04-10T21:52:49.626Z Compiling version_check v0.9.5
17932026-04-10T21:52:49.626Z Compiling find-msvc-tools v0.1.9
17942026-04-10T21:52:49.626Z Compiling shlex v1.3.0
17952026-04-10T21:52:49.626Z Compiling typenum v1.19.0
17962026-04-10T21:52:49.765Z Compiling autocfg v1.5.0
17972026-04-10T21:52:49.777Z Compiling zmij v1.0.21
17982026-04-10T21:52:49.785Z Compiling serde_json v1.0.149
17992026-04-10T21:52:49.789Z Compiling portable-atomic v1.13.1
18002026-04-10T21:52:49.913Z Compiling memchr v2.8.0
18012026-04-10T21:52:50.030Z Compiling zerocopy v0.8.40
18022026-04-10T21:52:50.078Z Compiling libm v0.2.16
18032026-04-10T21:52:50.097Z Compiling smallvec v1.15.1
18042026-04-10T21:52:50.125Z Compiling icu_properties_data v2.1.2
18052026-04-10T21:52:50.128Z Compiling icu_normalizer_data v2.1.1
18062026-04-10T21:52:50.128Z Compiling parking_lot_core v0.9.12
18072026-04-10T21:52:50.211Z Compiling generic-array v0.14.7
18082026-04-10T21:52:50.245Z Compiling num-traits v0.2.19
18092026-04-10T21:52:50.278Z Compiling itoa v1.0.17
18102026-04-10T21:52:50.371Z Compiling log v0.4.29
18112026-04-10T21:52:50.434Z Compiling stable_deref_trait v1.2.1
18122026-04-10T21:52:50.450Z Compiling pkg-config v0.3.32
18132026-04-10T21:52:50.452Z Compiling subtle v2.6.1
18142026-04-10T21:52:50.466Z Compiling getrandom v0.4.1
18152026-04-10T21:52:50.639Z Compiling getrandom v0.3.4
18162026-04-10T21:52:50.718Z Compiling scopeguard v1.2.0
18172026-04-10T21:52:50.860Z Compiling lock_api v0.4.14
18182026-04-10T21:52:50.905Z Compiling writeable v0.6.2
18192026-04-10T21:52:50.961Z Compiling getrandom v0.2.17
18202026-04-10T21:52:50.977Z Compiling jobserver v0.1.34
18212026-04-10T21:52:51.055Z Compiling errno v0.3.14
18222026-04-10T21:52:51.070Z Compiling percent-encoding v2.3.2
18232026-04-10T21:52:51.070Z Compiling litemap v0.8.1
18242026-04-10T21:52:51.111Z Compiling rand_core v0.6.4
18252026-04-10T21:52:51.127Z Compiling syn v2.0.117
18262026-04-10T21:52:51.200Z Compiling cc v1.2.56
18272026-04-10T21:52:51.216Z Compiling thiserror v2.0.18
18282026-04-10T21:52:51.247Z Compiling fnv v1.0.7
18292026-04-10T21:52:51.330Z Compiling pin-project-lite v0.2.17
18302026-04-10T21:52:51.402Z Compiling critical-section v1.2.0
18312026-04-10T21:52:51.448Z Compiling rustversion v1.0.22
18322026-04-10T21:52:51.459Z Compiling equivalent v1.0.2
18332026-04-10T21:52:51.462Z Compiling schemars v0.8.22
18342026-04-10T21:52:51.462Z Compiling allocator-api2 v0.2.21
18352026-04-10T21:52:51.504Z Compiling dunce v1.0.5
18362026-04-10T21:52:51.580Z Compiling utf8_iter v1.0.4
18372026-04-10T21:52:51.645Z Compiling foldhash v0.2.0
18382026-04-10T21:52:51.709Z Compiling fs_extra v1.3.0
18392026-04-10T21:52:51.741Z Compiling form_urlencoded v1.2.2
18402026-04-10T21:52:51.827Z Compiling hashbrown v0.16.1
18412026-04-10T21:52:51.865Z Compiling once_cell v1.21.3
18422026-04-10T21:52:51.884Z Compiling const-oid v0.9.6
18432026-04-10T21:52:51.998Z Compiling cmake v0.1.57
18442026-04-10T21:52:52.099Z Compiling signal-hook-registry v1.4.8
18452026-04-10T21:52:52.170Z Compiling semver v1.0.27
18462026-04-10T21:52:52.241Z Compiling rustix v1.1.3
18472026-04-10T21:52:52.388Z Compiling bitflags v2.11.0
18482026-04-10T21:52:52.403Z Compiling parking_lot v0.12.5
18492026-04-10T21:52:52.435Z Compiling indexmap v2.13.0
18502026-04-10T21:52:52.461Z Compiling socket2 v0.6.2
18512026-04-10T21:52:52.478Z Compiling mio v1.1.1
18522026-04-10T21:52:52.480Z Compiling aws-lc-rs v1.16.0
18532026-04-10T21:52:52.509Z Compiling rand_core v0.10.0
18542026-04-10T21:52:52.558Z Compiling ring v0.17.14
18552026-04-10T21:52:52.574Z Compiling aws-lc-sys v0.37.1
18562026-04-10T21:52:52.607Z Compiling thiserror v1.0.69
18572026-04-10T21:52:52.626Z Compiling futures-core v0.3.32
18582026-04-10T21:52:52.661Z Compiling strsim v0.11.1
18592026-04-10T21:52:52.809Z Compiling httparse v1.10.1
18602026-04-10T21:52:52.823Z Compiling ucd-trie v0.1.7
18612026-04-10T21:52:52.852Z Compiling byteorder v1.5.0
18622026-04-10T21:52:53.067Z Compiling pest v2.8.6
18632026-04-10T21:52:53.083Z Compiling syn v1.0.109
18642026-04-10T21:52:53.101Z Compiling heck v0.5.0
18652026-04-10T21:52:53.116Z Compiling vcpkg v0.2.15
18662026-04-10T21:52:53.197Z Compiling iana-time-zone v0.1.65
18672026-04-10T21:52:53.213Z Compiling ident_case v1.0.1
18682026-04-10T21:52:53.261Z Compiling uuid v1.23.0
18692026-04-10T21:52:53.295Z Compiling cpufeatures v0.2.17
18702026-04-10T21:52:53.376Z Compiling regex-syntax v0.8.10
18712026-04-10T21:52:53.561Z Compiling rustc_version v0.4.1
18722026-04-10T21:52:53.632Z Compiling futures-sink v0.3.32
18732026-04-10T21:52:53.705Z Compiling openssl-sys v0.9.111
18742026-04-10T21:52:53.725Z Compiling rustls v0.23.37
18752026-04-10T21:52:53.761Z Compiling futures-channel v0.3.32
18762026-04-10T21:52:53.858Z Compiling slab v0.4.12
18772026-04-10T21:52:53.871Z Compiling futures-io v0.3.32
18782026-04-10T21:52:53.899Z Compiling futures-task v0.3.32
18792026-04-10T21:52:53.917Z Compiling synstructure v0.13.2
18802026-04-10T21:52:53.937Z Compiling serde_derive_internals v0.29.1
18812026-04-10T21:52:54.097Z Compiling dyn-clone v1.0.20
18822026-04-10T21:52:54.097Z Compiling plain v0.2.3
18832026-04-10T21:52:54.202Z Compiling pest_meta v2.8.6
18842026-04-10T21:52:54.214Z Compiling aho-corasick v1.1.4
18852026-04-10T21:52:54.233Z Compiling num-conv v0.2.0
18862026-04-10T21:52:54.309Z Compiling crossbeam-utils v0.8.21
18872026-04-10T21:52:54.358Z Compiling time-core v0.1.8
18882026-04-10T21:52:54.420Z Compiling pretty-hex v0.4.1
18892026-04-10T21:52:54.489Z Compiling base64 v0.22.1
18902026-04-10T21:52:54.520Z Compiling time-macros v0.2.27
18912026-04-10T21:52:54.644Z Compiling openssl v0.10.75
18922026-04-10T21:52:54.805Z Compiling pest_generator v2.8.6
18932026-04-10T21:52:54.816Z Compiling crc32fast v1.5.0
18942026-04-10T21:52:54.854Z Compiling base64ct v1.8.3
18952026-04-10T21:52:54.901Z Compiling anyhow v1.0.102
18962026-04-10T21:52:54.929Z Compiling darling_core v0.21.3
18972026-04-10T21:52:54.933Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18982026-04-10T21:52:55.029Z Compiling flagset v0.4.7
18992026-04-10T21:52:55.085Z Compiling regex-automata v0.4.14
19002026-04-10T21:52:55.103Z Compiling pem-rfc7468 v0.7.0
19012026-04-10T21:52:55.196Z Compiling native-tls v0.2.18
19022026-04-10T21:52:55.204Z Compiling rand_core v0.9.5
19032026-04-10T21:52:55.241Z Compiling serde_derive v1.0.228
19042026-04-10T21:52:55.333Z Compiling zeroize_derive v1.4.3
19052026-04-10T21:52:55.353Z Compiling zerofrom-derive v0.1.6
19062026-04-10T21:52:55.394Z Compiling yoke-derive v0.8.1
19072026-04-10T21:52:55.424Z Compiling zerovec-derive v0.11.2
19082026-04-10T21:52:55.440Z Compiling displaydoc v0.2.5
19092026-04-10T21:52:55.470Z Compiling zerocopy-derive v0.8.40
19102026-04-10T21:52:55.486Z Compiling tokio-macros v2.6.0
19112026-04-10T21:52:55.516Z Compiling futures-macro v0.3.32
19122026-04-10T21:52:55.550Z Compiling thiserror-impl v2.0.18
19132026-04-10T21:52:55.670Z Compiling schemars_derive v0.8.22
19142026-04-10T21:52:55.951Z Compiling zeroize v1.8.2
19152026-04-10T21:52:56.203Z Compiling tracing-attributes v0.1.31
19162026-04-10T21:52:56.352Z Compiling der_derive v0.7.3
19172026-04-10T21:52:56.367Z Compiling thiserror-impl v1.0.69
19182026-04-10T21:52:56.466Z Compiling pest_derive v2.8.6
19192026-04-10T21:52:56.486Z Compiling zerofrom v0.1.6
19202026-04-10T21:52:56.632Z Compiling yoke v0.8.1
19212026-04-10T21:52:56.711Z Compiling crypto-common v0.1.7
19222026-04-10T21:52:56.816Z Compiling zerovec v0.11.5
19232026-04-10T21:52:56.819Z Compiling zerotrie v0.2.3
19242026-04-10T21:52:56.922Z Compiling block-buffer v0.10.4
19252026-04-10T21:52:56.999Z Compiling futures-util v0.3.32
19262026-04-10T21:52:57.075Z Compiling digest v0.10.7
19272026-04-10T21:52:57.264Z Compiling hmac v0.12.1
19282026-04-10T21:52:57.279Z Compiling block-padding v0.3.3
19292026-04-10T21:52:57.363Z Compiling tinystr v0.8.2
19302026-04-10T21:52:57.378Z Compiling potential_utf v0.1.4
19312026-04-10T21:52:57.413Z Compiling inout v0.1.4
19322026-04-10T21:52:57.431Z Compiling sha2 v0.10.9
19332026-04-10T21:52:57.450Z Compiling rustls-pki-types v1.14.0
19342026-04-10T21:52:57.487Z Compiling scroll_derive v0.13.1
19352026-04-10T21:52:57.582Z Compiling icu_locale_core v2.1.1
19362026-04-10T21:52:57.597Z Compiling icu_collections v2.1.1
19372026-04-10T21:52:57.630Z Compiling cipher v0.4.4
19382026-04-10T21:52:57.828Z Compiling scroll_derive v0.12.1
19392026-04-10T21:52:58.319Z Compiling icu_provider v2.1.1
19402026-04-10T21:52:58.340Z Compiling bytes v1.11.1
19412026-04-10T21:52:58.459Z Compiling chrono v0.4.44
19422026-04-10T21:52:58.464Z Compiling serde_tokenstream v0.2.3
19432026-04-10T21:52:58.476Z Compiling openssl-macros v0.1.1
19442026-04-10T21:52:58.628Z Compiling icu_properties v2.1.2
19452026-04-10T21:52:58.729Z Compiling icu_normalizer v2.1.1
19462026-04-10T21:52:58.827Z Compiling regex v1.12.3
19472026-04-10T21:52:58.879Z Compiling tokio v1.50.0
19482026-04-10T21:52:59.236Z Compiling http v1.4.0
19492026-04-10T21:52:59.257Z Compiling der v0.7.10
19502026-04-10T21:52:59.294Z Compiling darling_macro v0.21.3
19512026-04-10T21:52:59.652Z Compiling idna_adapter v1.2.1
19522026-04-10T21:52:59.722Z Compiling ppv-lite86 v0.2.21
19532026-04-10T21:52:59.805Z Compiling idna v1.1.0
19542026-04-10T21:53:00.059Z Compiling zerocopy-derive v0.7.35
19552026-04-10T21:53:00.076Z Compiling slog v2.8.2
19562026-04-10T21:53:00.106Z Compiling tracing-core v0.1.36
19572026-04-10T21:53:00.188Z Compiling url v2.5.8
19582026-04-10T21:53:00.239Z Compiling untrusted v0.9.0
19592026-04-10T21:53:00.434Z Compiling spki v0.7.3
19602026-04-10T21:53:00.526Z Compiling tracing v0.1.44
19612026-04-10T21:53:00.657Z Compiling darling v0.21.3
19622026-04-10T21:53:00.756Z Compiling salsa20 v0.10.2
19632026-04-10T21:53:00.772Z Compiling pbkdf2 v0.12.2
19642026-04-10T21:53:01.005Z Compiling cookie v0.18.1
19652026-04-10T21:53:01.123Z Compiling camino v1.2.2
19662026-04-10T21:53:01.272Z Compiling scrypt v0.11.0
19672026-04-10T21:53:01.289Z Compiling rand_chacha v0.9.0
19682026-04-10T21:53:01.427Z Compiling aes v0.8.4
19692026-04-10T21:53:01.518Z Compiling cbc v0.1.2
19702026-04-10T21:53:01.920Z Compiling usdt-impl v0.5.0
19712026-04-10T21:53:01.957Z Compiling usdt-impl v0.6.0
19722026-04-10T21:53:02.009Z Compiling either v1.15.0
19732026-04-10T21:53:02.151Z Compiling winnow v0.7.14
19742026-04-10T21:53:02.166Z Compiling paste v1.0.15
19752026-04-10T21:53:02.169Z Compiling ref-cast v1.0.25
19762026-04-10T21:53:02.349Z Compiling pkcs5 v0.7.1
19772026-04-10T21:53:02.398Z Compiling rand v0.9.2
19782026-04-10T21:53:02.482Z Compiling http-body v1.0.1
19792026-04-10T21:53:02.575Z Compiling scroll v0.12.0
19802026-04-10T21:53:02.652Z Compiling toml_datetime v0.6.11
19812026-04-10T21:53:02.695Z Compiling serde_spanned v0.6.9
19822026-04-10T21:53:02.710Z Compiling scroll v0.13.0
19832026-04-10T21:53:02.802Z Compiling tokio-util v0.7.18
19842026-04-10T21:53:02.910Z Compiling heapless v0.7.17
19852026-04-10T21:53:02.974Z Compiling bzip2-sys v0.1.13+1.0.8
19862026-04-10T21:53:02.989Z Compiling untrusted v0.7.1
19872026-04-10T21:53:03.135Z Compiling openssl-probe v0.2.1
19882026-04-10T21:53:03.167Z Compiling atomic-waker v1.1.2
19892026-04-10T21:53:03.170Z Compiling zstd-safe v7.2.4
19902026-04-10T21:53:03.200Z Compiling signal-hook v0.3.18
19912026-04-10T21:53:03.419Z Compiling goblin v0.10.5
19922026-04-10T21:53:03.422Z Compiling goblin v0.8.2
19932026-04-10T21:53:03.595Z Compiling toml_parser v1.0.9+spec-1.1.0
19942026-04-10T21:53:03.643Z Compiling pkcs8 v0.10.2
19952026-04-10T21:53:03.899Z Compiling zerocopy v0.7.35
19962026-04-10T21:53:03.939Z Compiling ref-cast-impl v1.0.25
19972026-04-10T21:53:04.042Z Compiling darling_core v0.20.11
19982026-04-10T21:53:04.079Z Compiling curve25519-dalek v4.1.3
19992026-04-10T21:53:04.248Z Compiling toml_datetime v0.7.5+spec-1.1.0
20002026-04-10T21:53:04.285Z Compiling memoffset v0.9.1
20012026-04-10T21:53:04.378Z Compiling try-lock v0.2.5
20022026-04-10T21:53:04.482Z Compiling winnow v0.5.40
20032026-04-10T21:53:04.502Z Compiling tower-service v0.3.3
20042026-04-10T21:53:04.681Z Compiling tinyvec_macros v0.1.1
20052026-04-10T21:53:04.696Z Compiling tower-layer v0.3.3
20062026-04-10T21:53:04.764Z Compiling litrs v1.0.0
20072026-04-10T21:53:04.911Z Compiling rustix v0.38.44
20082026-04-10T21:53:05.016Z Compiling fastrand v2.3.0
20092026-04-10T21:53:05.229Z Compiling document-features v0.2.12
20102026-04-10T21:53:05.245Z Compiling tinyvec v1.10.0
20112026-04-10T21:53:05.267Z Compiling h2 v0.4.13
20122026-04-10T21:53:05.314Z Compiling want v0.3.1
20132026-04-10T21:53:05.690Z Compiling dof v0.3.0
20142026-04-10T21:53:05.909Z Compiling toml_edit v0.19.15
20152026-04-10T21:53:06.055Z Compiling darling_macro v0.20.11
20162026-04-10T21:53:06.069Z Compiling dtrace-parser v0.2.0
20172026-04-10T21:53:06.299Z Compiling dof v0.4.0
20182026-04-10T21:53:06.470Z Compiling dtrace-parser v0.3.0
20192026-04-10T21:53:06.566Z Compiling ipnet v2.11.0
20202026-04-10T21:53:06.672Z Compiling async-trait v0.1.89
20212026-04-10T21:53:06.710Z Compiling daft-derive v0.1.5
20222026-04-10T21:53:06.745Z Compiling spin v0.9.8
20232026-04-10T21:53:06.971Z Compiling thread-id v5.1.0
20242026-04-10T21:53:07.018Z Compiling thread-id v4.2.2
20252026-04-10T21:53:07.071Z Compiling pin-utils v0.1.0
20262026-04-10T21:53:07.071Z Compiling powerfmt v0.2.0
20272026-04-10T21:53:07.114Z Compiling httpdate v1.0.3
20282026-04-10T21:53:07.164Z Compiling smoltcp v0.9.1
20292026-04-10T21:53:07.234Z Compiling foreign-types-shared v0.1.1
20302026-04-10T21:53:07.346Z Compiling cfg_aliases v0.2.1
20312026-04-10T21:53:07.376Z Compiling num-bigint-dig v0.8.6
20322026-04-10T21:53:07.418Z Compiling foreign-types v0.3.2
20332026-04-10T21:53:07.432Z Compiling nix v0.31.1
20342026-04-10T21:53:07.490Z Compiling deranged v0.5.8
20352026-04-10T21:53:07.564Z Compiling tempfile v3.25.0
20362026-04-10T21:53:07.627Z Compiling darling v0.20.11
20372026-04-10T21:53:07.891Z Compiling ipnetwork v0.21.1
20382026-04-10T21:53:08.067Z Compiling strum_macros v0.26.4
20392026-04-10T21:53:08.147Z Compiling curve25519-dalek-derive v0.1.1
20402026-04-10T21:53:08.206Z Compiling hyper v1.8.1
20412026-04-10T21:53:08.362Z Compiling wait-timeout v0.2.1
20422026-04-10T21:53:08.399Z Compiling socket2 v0.5.10
20432026-04-10T21:53:08.745Z Compiling utf8parse v0.2.2
20442026-04-10T21:53:08.780Z Compiling anstyle v1.0.13
20452026-04-10T21:53:08.877Z Compiling bit-vec v0.8.0
20462026-04-10T21:53:08.932Z Compiling simd-adler32 v0.3.8
20472026-04-10T21:53:09.015Z Compiling num_threads v0.1.7
20482026-04-10T21:53:09.037Z Compiling quick-error v1.2.3
20492026-04-10T21:53:09.124Z Compiling siphasher v1.0.2
20502026-04-10T21:53:09.163Z Compiling rusty-fork v0.3.1
20512026-04-10T21:53:09.196Z Compiling time v0.3.47
20522026-04-10T21:53:09.314Z Compiling hyper-util v0.1.20
20532026-04-10T21:53:09.469Z Compiling bit-set v0.8.0
20542026-04-10T21:53:09.596Z Compiling anstyle-parse v0.2.7
20552026-04-10T21:53:09.800Z Compiling derive_builder_core v0.20.2
20562026-04-10T21:53:09.849Z Compiling unicode-normalization v0.1.25
20572026-04-10T21:53:10.336Z Compiling rustls-native-certs v0.8.3
20582026-04-10T21:53:10.599Z Compiling signature v2.2.0
20592026-04-10T21:53:10.635Z Compiling hubpack_derive v0.1.1
20602026-04-10T21:53:10.882Z Compiling rand_xorshift v0.4.0
20612026-04-10T21:53:11.008Z Compiling strum_macros v0.27.2
20622026-04-10T21:53:11.030Z Compiling sync_wrapper v1.0.2
20632026-04-10T21:53:11.052Z Compiling fs-err v3.3.0
20642026-04-10T21:53:11.070Z Compiling ahash v0.8.12
20652026-04-10T21:53:11.155Z Compiling unicode-bidi v0.3.18
20662026-04-10T21:53:11.172Z Compiling is_terminal_polyfill v1.70.2
20672026-04-10T21:53:11.286Z Compiling unarray v0.1.4
20682026-04-10T21:53:11.306Z Compiling adler2 v2.0.1
20692026-04-10T21:53:11.306Z Compiling unicode-segmentation v1.12.0
20702026-04-10T21:53:11.380Z Compiling anstyle-query v1.1.5
20712026-04-10T21:53:11.452Z Compiling colorchoice v1.0.4
20722026-04-10T21:53:11.520Z Compiling object v0.37.3
20732026-04-10T21:53:11.547Z Compiling unicode-properties v0.1.4
20742026-04-10T21:53:11.584Z Compiling anstream v0.6.21
20752026-04-10T21:53:11.644Z Compiling miniz_oxide v0.8.9
20762026-04-10T21:53:11.703Z Compiling proptest v1.10.0
20772026-04-10T21:53:11.732Z Compiling stringprep v0.1.5
20782026-04-10T21:53:11.890Z Compiling tower v0.5.3
20792026-04-10T21:53:12.132Z Compiling derive_builder_macro v0.20.2
20802026-04-10T21:53:12.362Z Compiling usdt-attr-macro v0.6.0
20812026-04-10T21:53:12.419Z Compiling usdt-macro v0.6.0
20822026-04-10T21:53:12.815Z Compiling http-body-util v0.1.3
20832026-04-10T21:53:13.112Z Compiling webpki-roots v1.0.6
20842026-04-10T21:53:13.182Z Compiling rand_chacha v0.3.1
20852026-04-10T21:53:13.197Z Compiling erased-serde v0.3.31
20862026-04-10T21:53:13.213Z Compiling md-5 v0.10.6
20872026-04-10T21:53:13.314Z Compiling num-integer v0.1.46
20882026-04-10T21:53:13.336Z Compiling hash32 v0.2.1
20892026-04-10T21:53:13.412Z Compiling vergen-lib v0.1.6
20902026-04-10T21:53:13.428Z Compiling ff v0.13.1
20912026-04-10T21:53:13.512Z Compiling ryu v1.0.23
20922026-04-10T21:53:13.527Z Compiling zlib-rs v0.6.2
20932026-04-10T21:53:13.558Z Compiling fallible-iterator v0.2.0
20942026-04-10T21:53:13.561Z Compiling iri-string v0.7.10
20952026-04-10T21:53:13.590Z Compiling base16ct v0.2.0
20962026-04-10T21:53:13.621Z Compiling psl-types v2.0.11
20972026-04-10T21:53:13.638Z Compiling serde_urlencoded v0.7.1
20982026-04-10T21:53:13.726Z Compiling newtype-uuid v1.3.2
20992026-04-10T21:53:13.760Z Compiling sec1 v0.7.3
21002026-04-10T21:53:13.790Z Compiling publicsuffix v2.3.0
21012026-04-10T21:53:13.846Z Compiling postgres-protocol v0.6.10
21022026-04-10T21:53:13.861Z Compiling group v0.13.0
21032026-04-10T21:53:13.880Z Compiling num-iter v0.1.45
21042026-04-10T21:53:14.045Z Compiling rand v0.8.5
21052026-04-10T21:53:14.136Z Compiling oxnet v0.1.4
21062026-04-10T21:53:14.403Z Compiling derive_builder v0.20.2
21072026-04-10T21:53:14.422Z Compiling tokio-native-tls v0.3.1
21082026-04-10T21:53:14.472Z Compiling heck v0.4.1
21092026-04-10T21:53:14.542Z Compiling phf_shared v0.13.1
21102026-04-10T21:53:14.629Z Compiling lazy_static v1.5.0
21112026-04-10T21:53:14.680Z Compiling terminal_size v0.4.3
21122026-04-10T21:53:14.726Z Compiling tower-http v0.6.8
21132026-04-10T21:53:14.742Z Compiling serde_with_macros v3.17.0
21142026-04-10T21:53:14.745Z Compiling cargo-platform v0.1.9
21152026-04-10T21:53:14.790Z Compiling hkdf v0.12.4
21162026-04-10T21:53:14.793Z Compiling crypto-bigint v0.5.5
21172026-04-10T21:53:14.850Z Compiling enum-as-inner v0.6.1
21182026-04-10T21:53:14.865Z Compiling serde_repr v0.1.20
21192026-04-10T21:53:14.942Z Compiling clap_derive v4.5.55
21202026-04-10T21:53:14.977Z Compiling vergen v9.0.6
21212026-04-10T21:53:15.009Z Compiling bumpalo v3.20.2
21222026-04-10T21:53:15.026Z Compiling foldhash v0.1.5
21232026-04-10T21:53:15.161Z Compiling managed v0.8.0
21242026-04-10T21:53:15.227Z Compiling bitflags v1.3.2
21252026-04-10T21:53:15.273Z Compiling clap_lex v1.0.0
21262026-04-10T21:53:15.318Z Compiling libbz2-rs-sys v0.2.2
21272026-04-10T21:53:15.486Z Compiling clap_builder v4.5.60
21282026-04-10T21:53:15.520Z Compiling zopfli v0.8.3
21292026-04-10T21:53:15.617Z Compiling flate2 v1.1.9
21302026-04-10T21:53:15.656Z Compiling hashbrown v0.15.5
21312026-04-10T21:53:15.793Z Compiling bzip2 v0.6.1
21322026-04-10T21:53:15.844Z Compiling elliptic-curve v0.13.8
21332026-04-10T21:53:15.974Z Compiling cargo_metadata v0.19.2
21342026-04-10T21:53:16.202Z Compiling phf v0.13.1
21352026-04-10T21:53:16.219Z Compiling zstd v0.13.3
21362026-04-10T21:53:16.258Z Compiling hyper-tls v0.6.0
21372026-04-10T21:53:16.304Z Compiling signal-hook-mio v0.2.5
21382026-04-10T21:53:16.413Z Compiling daft v0.1.5
21392026-04-10T21:53:16.440Z Compiling cookie_store v0.22.1
21402026-04-10T21:53:16.498Z Compiling postgres-types v0.2.12
21412026-04-10T21:53:16.515Z Compiling bzip2 v0.4.4
21422026-04-10T21:53:16.701Z Compiling strum v0.27.2
21432026-04-10T21:53:16.792Z Compiling hubpack v0.1.2
21442026-04-10T21:53:16.843Z Compiling ed25519 v2.2.3
21452026-04-10T21:53:16.895Z Compiling phf_shared v0.11.3
21462026-04-10T21:53:17.033Z Compiling crossbeam-epoch v0.9.18
21472026-04-10T21:53:17.085Z Compiling pkcs1 v0.7.5
21482026-04-10T21:53:17.148Z Compiling serde-big-array v0.5.1
21492026-04-10T21:53:17.170Z Compiling hex v0.4.3
21502026-04-10T21:53:17.283Z Compiling rfc6979 v0.4.0
21512026-04-10T21:53:17.309Z Compiling bstr v1.12.1
21522026-04-10T21:53:17.444Z Compiling float-cmp v0.10.0
21532026-04-10T21:53:17.465Z Compiling memmap2 v0.9.10
21542026-04-10T21:53:17.481Z Compiling env_filter v1.0.0
21552026-04-10T21:53:17.565Z Compiling encoding_rs v0.8.35
21562026-04-10T21:53:17.583Z Compiling jiff v0.2.21
21572026-04-10T21:53:17.616Z Compiling keccak v0.1.6
21582026-04-10T21:53:17.646Z Compiling fixedbitset v0.5.7
21592026-04-10T21:53:17.690Z Compiling whoami v2.1.0
21602026-04-10T21:53:17.758Z Compiling predicates-core v1.0.10
21612026-04-10T21:53:17.836Z Compiling rustc-hash v2.1.1
21622026-04-10T21:53:17.901Z Compiling fixedbitset v0.4.2
21632026-04-10T21:53:17.925Z Compiling toml_write v0.1.2
21642026-04-10T21:53:17.944Z Compiling new_debug_unreachable v1.0.6
21652026-04-10T21:53:17.960Z Compiling normalize-line-endings v0.3.0
21662026-04-10T21:53:17.979Z Compiling difflib v0.4.0
21672026-04-10T21:53:17.996Z Compiling data-encoding v2.10.0
21682026-04-10T21:53:18.032Z Compiling precomputed-hash v0.1.1
21692026-04-10T21:53:18.048Z Compiling mime v0.3.17
21702026-04-10T21:53:18.077Z Compiling static_assertions v1.1.0
21712026-04-10T21:53:18.122Z Compiling string_cache v0.8.9
21722026-04-10T21:53:18.139Z Compiling toml_edit v0.22.27
21732026-04-10T21:53:18.142Z Compiling petgraph v0.6.5
21742026-04-10T21:53:18.173Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21752026-04-10T21:53:18.349Z Compiling hickory-proto v0.25.2
21762026-04-10T21:53:18.542Z Compiling predicates v3.1.4
21772026-04-10T21:53:18.592Z Compiling iddqd v0.3.17
21782026-04-10T21:53:18.888Z Compiling tokio-postgres v0.7.16
21792026-04-10T21:53:18.904Z Compiling petgraph v0.8.3
21802026-04-10T21:53:19.116Z Compiling sha3 v0.10.8
21812026-04-10T21:53:19.399Z Compiling similar v2.7.0
21822026-04-10T21:53:19.650Z Compiling env_logger v0.11.9
21832026-04-10T21:53:19.739Z Compiling usdt v0.6.0
21842026-04-10T21:53:20.146Z Compiling serde_with v3.17.0
21852026-04-10T21:53:20.290Z Compiling zip v4.6.1
21862026-04-10T21:53:20.391Z Compiling ecdsa v0.16.9
21872026-04-10T21:53:20.791Z Compiling rsa v0.9.10
21882026-04-10T21:53:20.918Z Compiling ed25519-dalek v2.2.0
21892026-04-10T21:53:20.966Z Compiling clap v4.5.60
21902026-04-10T21:53:21.205Z Compiling crossterm v0.28.1
21912026-04-10T21:53:21.473Z Compiling zip v0.6.6
21922026-04-10T21:53:21.597Z Compiling strum v0.26.3
21932026-04-10T21:53:21.746Z Compiling toml v0.7.8
21942026-04-10T21:53:21.861Z Compiling tokio-stream v0.1.18
21952026-04-10T21:53:21.889Z Compiling buf-list v1.1.2
21962026-04-10T21:53:22.046Z Compiling itertools v0.13.0
21972026-04-10T21:53:22.183Z Compiling x509-cert v0.2.5
21982026-04-10T21:53:22.298Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
21992026-04-10T21:53:22.340Z Compiling openapiv3 v2.2.0
22002026-04-10T21:53:22.619Z Compiling sha1 v0.10.6
22012026-04-10T21:53:22.852Z Compiling lalrpop-util v0.19.12
22022026-04-10T21:53:23.060Z Compiling peg-runtime v0.8.5
22032026-04-10T21:53:37.759Z Compiling rustls-webpki v0.103.9
22042026-04-10T21:53:39.817Z Compiling macaddr v1.0.1
22052026-04-10T21:53:39.987Z Compiling structmeta-derive v0.3.0
22062026-04-10T21:53:40.036Z Compiling crucible-workspace-hack v0.1.0
22072026-04-10T21:53:40.096Z Compiling rayon-core v1.13.0
22082026-04-10T21:53:40.125Z Compiling itertools v0.14.0
22092026-04-10T21:53:40.264Z Compiling secrecy v0.10.3
22102026-04-10T21:53:40.330Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22112026-04-10T21:53:40.346Z Compiling rustls v0.22.4
22122026-04-10T21:53:40.449Z Compiling heapless v0.8.0
22132026-04-10T21:53:40.662Z Compiling crossbeam-deque v0.8.6
22142026-04-10T21:53:40.739Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22152026-04-10T21:53:40.783Z Compiling toml_edit v0.23.10+spec-1.0.0
22162026-04-10T21:53:40.913Z Compiling rustls-webpki v0.102.8
22172026-04-10T21:53:40.952Z Compiling futures-executor v0.3.32
22182026-04-10T21:53:40.972Z Compiling hash32 v0.3.1
22192026-04-10T21:53:40.999Z Compiling structmeta v0.3.0
22202026-04-10T21:53:41.019Z Compiling multer v3.1.0
22212026-04-10T21:53:41.150Z Compiling thread_local v1.1.9
22222026-04-10T21:53:41.235Z Compiling unicode-width v0.2.0
22232026-04-10T21:53:41.251Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22242026-04-10T21:53:41.282Z Compiling match_cfg v0.1.0
22252026-04-10T21:53:41.298Z Compiling smoltcp v0.11.0
22262026-04-10T21:53:41.313Z Compiling tokio-rustls v0.26.4
22272026-04-10T21:53:41.373Z Compiling rustls-platform-verifier v0.6.2
22282026-04-10T21:53:41.393Z Compiling ingot-macros v0.1.1
22292026-04-10T21:53:41.443Z Compiling slog-async v2.8.0
22302026-04-10T21:53:41.525Z Compiling hostname v0.3.1
22312026-04-10T21:53:41.563Z Compiling hyper-rustls v0.27.7
22322026-04-10T21:53:41.596Z Compiling proc-macro-crate v3.4.0
22332026-04-10T21:53:41.651Z Compiling derive-ex v0.1.8
22342026-04-10T21:53:41.667Z Compiling futures v0.3.32
22352026-04-10T21:53:41.784Z Compiling slog-json v2.6.1
22362026-04-10T21:53:41.803Z Compiling crossbeam-channel v0.5.15
22372026-04-10T21:53:41.898Z Compiling reqwest v0.12.28
22382026-04-10T21:53:42.053Z Compiling reqwest v0.13.2
22392026-04-10T21:53:42.069Z Compiling half v2.7.1
22402026-04-10T21:53:42.220Z Compiling newtype-uuid-macros v0.1.0
22412026-04-10T21:53:42.435Z Compiling cobs v0.3.0
22422026-04-10T21:53:42.507Z Compiling thiserror-impl-no-std v2.0.2
22432026-04-10T21:53:42.728Z Compiling universal-hash v0.5.1
22442026-04-10T21:53:42.731Z Compiling async-stream-impl v0.3.6
22452026-04-10T21:53:42.907Z Compiling serde_spanned v1.0.4
22462026-04-10T21:53:42.945Z Compiling is-terminal v0.4.17
22472026-04-10T21:53:42.987Z Compiling proc-macro-error-attr v1.0.4
22482026-04-10T21:53:43.064Z Compiling dropshot v0.16.7
22492026-04-10T21:53:43.105Z Compiling ciborium-io v0.2.2
22502026-04-10T21:53:43.201Z Compiling toml_writer v1.0.6+spec-1.1.0
22512026-04-10T21:53:43.216Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22522026-04-10T21:53:43.233Z Compiling term v1.2.1
22532026-04-10T21:53:43.265Z Compiling convert_case v0.4.0
22542026-04-10T21:53:43.296Z Compiling take_mut v0.2.2
22552026-04-10T21:53:43.313Z Compiling opaque-debug v0.3.1
22562026-04-10T21:53:43.464Z Compiling toml v0.9.12+spec-1.1.0
22572026-04-10T21:53:43.480Z Compiling poly1305 v0.8.0
22582026-04-10T21:53:43.520Z Compiling async-stream v0.3.6
22592026-04-10T21:53:43.544Z Compiling thiserror-no-std v2.0.2
22602026-04-10T21:53:43.597Z Compiling derive_more v0.99.20
22612026-04-10T21:53:43.631Z Compiling tokio-rustls v0.25.0
22622026-04-10T21:53:43.649Z Compiling slog-term v2.9.2
22632026-04-10T21:53:43.874Z Compiling ciborium-ll v0.2.2
22642026-04-10T21:53:43.893Z Compiling test-strategy v0.4.5
22652026-04-10T21:53:43.985Z Compiling ingot-types v0.1.2
22662026-04-10T21:53:44.123Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22672026-04-10T21:53:44.180Z Compiling postcard v1.1.3
22682026-04-10T21:53:44.471Z Compiling ingot v0.1.1
22692026-04-10T21:53:44.711Z Compiling num_enum_derive v0.7.5
22702026-04-10T21:53:44.936Z Compiling slog-bunyan v2.5.0
22712026-04-10T21:53:45.061Z Compiling parse-display-derive v0.10.0
22722026-04-10T21:53:45.139Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22732026-04-10T21:53:45.209Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22742026-04-10T21:53:45.308Z Compiling proc-macro-crate v1.3.1
22752026-04-10T21:53:45.333Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22762026-04-10T21:53:45.486Z Compiling backon v1.6.0
22772026-04-10T21:53:45.670Z Compiling waitgroup v0.1.2
22782026-04-10T21:53:45.688Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
22792026-04-10T21:53:45.691Z Compiling password-hash v0.5.0
22802026-04-10T21:53:45.755Z Compiling chacha20 v0.9.1
22812026-04-10T21:53:45.786Z Compiling dropshot_endpoint v0.16.7
22822026-04-10T21:53:45.824Z Compiling rustls-pemfile v2.2.0
22832026-04-10T21:53:45.850Z Compiling blake2 v0.10.6
22842026-04-10T21:53:45.953Z Compiling aead v0.5.2
22852026-04-10T21:53:46.032Z Compiling foreign-types-macros v0.2.3
22862026-04-10T21:53:46.135Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22872026-04-10T21:53:46.152Z Compiling serde_path_to_error v0.1.20
22882026-04-10T21:53:46.169Z Compiling hostname v0.4.2
22892026-04-10T21:53:46.360Z Compiling proc-macro-error v1.0.4
22902026-04-10T21:53:46.380Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22912026-04-10T21:53:46.541Z Compiling instant v0.1.13
22922026-04-10T21:53:46.558Z Compiling typeid v1.0.3
22932026-04-10T21:53:46.578Z Compiling debug-ignore v1.0.5
22942026-04-10T21:53:46.616Z Compiling foreign-types-shared v0.3.1
22952026-04-10T21:53:46.632Z Compiling cpufeatures v0.3.0
22962026-04-10T21:53:46.644Z Compiling backoff v0.4.0
22972026-04-10T21:53:46.699Z Compiling chacha20 v0.10.0
22982026-04-10T21:53:46.715Z Compiling foreign-types v0.5.0
22992026-04-10T21:53:46.731Z Compiling parse-display v0.10.0
23002026-04-10T21:53:46.774Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23012026-04-10T21:53:46.777Z Compiling argon2 v0.5.3
23022026-04-10T21:53:46.809Z Compiling chacha20poly1305 v0.10.1
23032026-04-10T21:53:46.812Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23042026-04-10T21:53:46.841Z Compiling num_enum v0.7.5
23052026-04-10T21:53:46.873Z Compiling num_enum_derive v0.5.11
23062026-04-10T21:53:46.890Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23072026-04-10T21:53:46.916Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23082026-04-10T21:53:46.933Z Compiling ciborium v0.2.2
23092026-04-10T21:53:46.992Z Compiling vsss-rs v3.3.4
23102026-04-10T21:53:47.275Z Compiling tabwriter v1.4.1
23112026-04-10T21:53:47.367Z Compiling byte-wrapper v0.1.0
23122026-04-10T21:53:47.655Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23132026-04-10T21:53:47.670Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23142026-04-10T21:53:47.687Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23152026-04-10T21:53:47.770Z Compiling regress v0.10.5
23162026-04-10T21:53:47.803Z Compiling cstr-argument v0.1.2
23172026-04-10T21:53:47.818Z Compiling erased-serde v0.4.9
23182026-04-10T21:53:47.871Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23192026-04-10T21:53:47.992Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23202026-04-10T21:53:48.121Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23212026-04-10T21:53:48.137Z Compiling num_enum v0.5.11
23222026-04-10T21:53:48.276Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23232026-04-10T21:53:48.292Z Compiling rand v0.10.0
23242026-04-10T21:53:48.400Z Compiling rayon v1.11.0
23252026-04-10T21:53:48.432Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23262026-04-10T21:53:48.435Z Compiling indent_write v2.2.0
23272026-04-10T21:53:48.470Z Compiling colored v3.1.1
23282026-04-10T21:53:48.489Z Compiling libefi-sys v0.1.0
23292026-04-10T21:53:48.506Z Compiling zone_cfg_derive v0.3.1
23302026-04-10T21:53:48.531Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23312026-04-10T21:53:48.719Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23322026-04-10T21:53:48.823Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23332026-04-10T21:53:48.839Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23342026-04-10T21:53:48.854Z Compiling camino-tempfile v1.4.1
23352026-04-10T21:53:49.074Z Compiling itertools v0.12.1
23362026-04-10T21:53:49.104Z Compiling usdt-macro v0.5.0
23372026-04-10T21:53:49.143Z Compiling usdt-attr-macro v0.5.0
23382026-04-10T21:53:49.197Z Compiling bitfield-struct v0.6.2
23392026-04-10T21:53:49.267Z Compiling num-derive v0.4.2
23402026-04-10T21:53:49.288Z Compiling blake3 v1.8.3
23412026-04-10T21:53:49.414Z Compiling ordered-float v2.10.1
23422026-04-10T21:53:49.660Z Compiling sigpipe v0.1.3
23432026-04-10T21:53:49.717Z Compiling memmap v0.7.0
23442026-04-10T21:53:49.774Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23452026-04-10T21:53:49.815Z Compiling swrite v0.1.0
23462026-04-10T21:53:49.844Z Compiling glob v0.3.3
23472026-04-10T21:53:49.919Z Compiling usdt v0.5.0
23482026-04-10T21:53:49.940Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23492026-04-10T21:53:50.009Z Compiling serde-value v0.7.0
23502026-04-10T21:53:50.183Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23512026-04-10T21:53:50.276Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23522026-04-10T21:53:50.459Z Compiling zone v0.3.1
23532026-04-10T21:53:50.556Z Compiling serde-untagged v0.1.9
23542026-04-10T21:53:50.593Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
23552026-04-10T21:53:50.675Z Compiling toml v0.8.23
23562026-04-10T21:53:50.727Z Compiling smf v0.2.3
23572026-04-10T21:53:50.800Z Compiling filetime v0.2.27
23582026-04-10T21:53:50.837Z Compiling arrayref v0.3.9
23592026-04-10T21:53:50.899Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23602026-04-10T21:53:50.925Z Compiling arrayvec v0.7.6
23612026-04-10T21:53:50.941Z Compiling same-file v1.0.6
23622026-04-10T21:53:50.955Z Compiling whoami v1.6.1
23632026-04-10T21:53:50.996Z Compiling unicode-xid v0.2.6
23642026-04-10T21:53:51.026Z Compiling xattr v1.6.1
23652026-04-10T21:53:51.136Z Compiling constant_time_eq v0.4.2
23662026-04-10T21:53:51.153Z Compiling cargo-util-schemas v0.8.2
23672026-04-10T21:53:51.186Z Compiling walkdir v2.5.0
23682026-04-10T21:53:51.191Z Compiling tar v0.4.45
23692026-04-10T21:53:51.244Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23702026-04-10T21:53:51.415Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23712026-04-10T21:53:51.661Z Compiling tokio-dtrace v0.1.1
23722026-04-10T21:53:51.882Z Compiling console v0.16.2
23732026-04-10T21:53:51.903Z Compiling gethostname v0.5.0
23742026-04-10T21:53:51.918Z Compiling cargo-platform v0.2.0
23752026-04-10T21:53:52.002Z Compiling topological-sort v0.2.2
23762026-04-10T21:53:52.036Z Compiling unit-prefix v0.5.2
23772026-04-10T21:53:52.052Z Compiling oxide-tokio-rt v0.1.3
23782026-04-10T21:53:52.192Z Compiling shell-words v1.1.1
23792026-04-10T21:53:52.216Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23802026-04-10T21:53:52.417Z Compiling cargo_metadata v0.21.0
23812026-04-10T21:53:52.454Z Compiling indicatif v0.18.4
23822026-04-10T21:54:01.682Z Compiling progenitor-client v0.10.0
23832026-04-10T21:54:01.682Z Compiling omicron-zone-package v0.12.2
23842026-04-10T21:54:01.702Z Compiling progenitor-client v0.13.0
23852026-04-10T21:54:01.798Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23862026-04-10T21:54:01.801Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23872026-04-10T21:54:01.834Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23882026-04-10T21:54:01.852Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23892026-04-10T21:54:02.113Z Compiling progenitor-extras v0.1.1
23902026-04-10T21:54:02.171Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23912026-04-10T21:54:02.194Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23922026-04-10T21:54:02.213Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23932026-04-10T21:54:02.216Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23942026-04-10T21:54:02.345Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23952026-04-10T21:54:07.418Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23962026-04-10T21:54:14.046Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23972026-04-10T21:54:17.089Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23982026-04-10T21:54:18.061Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23992026-04-10T21:54:26.619Z Finished `release` profile [optimized] target(s) in 1m 37s
24002026-04-10T21:54:26.770Z Running `target/release/omicron-package -t test target create -p dev`
24012026-04-10T21:54:26.834ZLogging to: /work/oxidecomputer/omicron/out/LOG
24022026-04-10T21:54:26.837ZCreated new build target 'test' and set it as active
24032026-04-10T21:54:26.840Z
24042026-04-10T21:54:26.840Zreal 1:38.098279555
24052026-04-10T21:54:26.840Zuser 16:22.050208379
24062026-04-10T21:54:26.840Zsys 2:30.525501277
24072026-04-10T21:54:26.840Ztrap 0.457027981
24082026-04-10T21:54:26.840Ztflt 2.672540692
24092026-04-10T21:54:26.840Zdflt 3.665309779
24102026-04-10T21:54:26.840Zkflt 0.000500194
24112026-04-10T21:54:26.840Zlock 51:38.794638153
24122026-04-10T21:54:26.840Zslp 41:56.516648012
24132026-04-10T21:54:26.840Zlat 41.060514718
24142026-04-10T21:54:26.840Zstop 5:14.611906175
24152026-04-10T21:54:26.840Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24162026-04-10T21:54:27.709Z Finished `release` profile [optimized] target(s) in 0.86s
24172026-04-10T21:54:27.782Z Running `target/release/omicron-package -t test package`
24182026-04-10T21:54:27.861ZLogging to: /work/oxidecomputer/omicron/out/LOG
24192026-04-10T21:54:29.238Z Compiling regress v0.10.5
24202026-04-10T21:54:29.238Z Compiling heck v0.5.0
24212026-04-10T21:54:29.455Z Compiling unsafe-libyaml v0.2.11
24222026-04-10T21:54:29.472Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24232026-04-10T21:54:29.499Z Compiling unicode-width v0.1.14
24242026-04-10T21:54:29.502Z Compiling is-terminal v0.4.17
24252026-04-10T21:54:29.543Z Compiling prettyplease v0.2.37
24262026-04-10T21:54:29.547Z Compiling bytecount v0.6.9
24272026-04-10T21:54:29.547Z Compiling rustls v0.22.4
24282026-04-10T21:54:29.547Z Compiling rustls-webpki v0.102.8
24292026-04-10T21:54:29.547Z Compiling derive-where v1.6.0
24302026-04-10T21:54:29.584Z Compiling thread_local v1.1.9
24312026-04-10T21:54:29.589Z Compiling match_cfg v0.1.0
24322026-04-10T21:54:29.600Z Compiling multer v3.1.0
24332026-04-10T21:54:29.621Z Compiling slog-async v2.8.0
24342026-04-10T21:54:29.640Z Compiling typify-impl v0.6.1
24352026-04-10T21:54:29.722Z Compiling crossbeam-channel v0.5.15
24362026-04-10T21:54:29.740Z Compiling hostname v0.3.1
24372026-04-10T21:54:29.762Z Compiling slog-json v2.6.1
24382026-04-10T21:54:29.783Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24392026-04-10T21:54:29.786Z Compiling futures-executor v0.3.32
24402026-04-10T21:54:29.807Z Compiling serde_spanned v1.0.4
24412026-04-10T21:54:29.871Z Compiling toml_writer v1.0.6+spec-1.1.0
24422026-04-10T21:54:29.893Z Compiling term v1.2.1
24432026-04-10T21:54:29.914Z Compiling take_mut v0.2.2
24442026-04-10T21:54:29.963Z Compiling serde_yaml v0.9.34+deprecated
24452026-04-10T21:54:30.029Z Compiling futures v0.3.32
24462026-04-10T21:54:30.031Z Compiling slog-bunyan v2.5.0
24472026-04-10T21:54:30.069Z Compiling toml v0.9.12+spec-1.1.0
24482026-04-10T21:54:30.153Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24492026-04-10T21:54:30.173Z Compiling dropshot v0.16.7
24502026-04-10T21:54:30.198Z Compiling slog-term v2.9.2
24512026-04-10T21:54:30.198Z Compiling async-stream v0.3.6
24522026-04-10T21:54:30.240Z Compiling progenitor-client v0.13.0
24532026-04-10T21:54:30.259Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24542026-04-10T21:54:30.307Z Compiling waitgroup v0.1.2
24552026-04-10T21:54:30.409Z Compiling backon v1.6.0
24562026-04-10T21:54:30.430Z Compiling rustls-pemfile v2.2.0
24572026-04-10T21:54:30.459Z Compiling serde_path_to_error v0.1.20
24582026-04-10T21:54:30.463Z Compiling hostname v0.4.2
24592026-04-10T21:54:30.505Z Compiling instant v0.1.13
24602026-04-10T21:54:30.536Z Compiling debug-ignore v1.0.5
24612026-04-10T21:54:30.561Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24622026-04-10T21:54:30.637Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24632026-04-10T21:54:30.657Z Compiling backoff v0.4.0
24642026-04-10T21:54:30.661Z Compiling progenitor-extras v0.1.1
24652026-04-10T21:54:30.661Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24662026-04-10T21:54:30.677Z Compiling parse-display v0.10.0
24672026-04-10T21:54:30.743Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24682026-04-10T21:54:30.777Z Compiling progenitor-client v0.10.0
24692026-04-10T21:54:30.830Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24702026-04-10T21:54:30.855Z Compiling macaddr v1.0.1
24712026-04-10T21:54:30.982Z Compiling console v0.15.11
24722026-04-10T21:54:31.004Z Compiling num-rational v0.4.2
24732026-04-10T21:54:31.126Z Compiling num-complex v0.4.6
24742026-04-10T21:54:31.187Z Compiling slog-dtrace v0.3.0
24752026-04-10T21:54:31.236Z Compiling newline-converter v0.3.0
24762026-04-10T21:54:31.300Z Compiling atomicwrites v0.4.4
24772026-04-10T21:54:31.405Z Compiling async-recursion v1.1.1
24782026-04-10T21:54:31.449Z Compiling float-ord v0.3.2
24792026-04-10T21:54:31.492Z Compiling num v0.4.3
24802026-04-10T21:54:31.586Z Compiling owo-colors v4.3.0
24812026-04-10T21:54:31.608Z Compiling cancel-safe-futures v0.1.5
24822026-04-10T21:54:31.672Z Compiling expectorate v1.2.0
24832026-04-10T21:54:31.675Z Compiling libsw-core v0.3.2
24842026-04-10T21:54:31.675Z Compiling resolv-conf v0.7.6
24852026-04-10T21:54:31.757Z Compiling toml v0.8.23
24862026-04-10T21:54:31.879Z Compiling tokio-rustls v0.25.0
24872026-04-10T21:54:31.931Z Compiling libsw v3.5.0
24882026-04-10T21:54:31.974Z Compiling linear-map v1.2.0
24892026-04-10T21:54:32.063Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24902026-04-10T21:54:32.136Z Compiling minimal-lexical v0.2.1
24912026-04-10T21:54:32.157Z Compiling linked-hash-map v0.5.6
24922026-04-10T21:54:32.246Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24932026-04-10T21:54:32.270Z Compiling unicode-xid v0.2.6
24942026-04-10T21:54:32.339Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24952026-04-10T21:54:32.362Z Compiling lru-cache v0.1.2
24962026-04-10T21:54:32.365Z Compiling nom v7.1.3
24972026-04-10T21:54:32.403Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24982026-04-10T21:54:32.406Z Compiling globset v0.4.18
24992026-04-10T21:54:32.406Z Compiling hickory-proto v0.24.4
25002026-04-10T21:54:32.467Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25012026-04-10T21:54:32.534Z Compiling convert_case v0.10.0
25022026-04-10T21:54:32.824Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25032026-04-10T21:54:32.882Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25042026-04-10T21:54:32.987Z Compiling derive_more-impl v2.1.1
25052026-04-10T21:54:33.767Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25062026-04-10T21:54:33.810Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25072026-04-10T21:54:33.845Z Compiling pin-project-internal v1.1.11
25082026-04-10T21:54:33.898Z Compiling derive_more v2.1.1
25092026-04-10T21:54:34.008Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25102026-04-10T21:54:34.044Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25112026-04-10T21:54:34.196Z Compiling pem v3.0.6
25122026-04-10T21:54:34.395Z Compiling typify-macro v0.6.1
25132026-04-10T21:54:34.917Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25142026-04-10T21:54:34.939Z Compiling hickory-resolver v0.24.4
25152026-04-10T21:54:35.125Z Compiling pin-project v1.1.11
25162026-04-10T21:54:35.208Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25172026-04-10T21:54:35.267Z Compiling snafu-derive v0.8.9
25182026-04-10T21:54:35.428Z Compiling termtree v0.5.1
25192026-04-10T21:54:35.627Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25202026-04-10T21:54:35.949Z Compiling typify v0.6.1
25212026-04-10T21:54:36.087Z Compiling progenitor-impl v0.13.0
25222026-04-10T21:54:36.344Z Compiling qorb v0.4.1
25232026-04-10T21:54:36.600Z Compiling crossterm v0.29.0
25242026-04-10T21:54:36.956Z Compiling snafu v0.8.9
25252026-04-10T21:54:37.059Z Compiling phf_shared v0.12.1
25262026-04-10T21:54:37.330Z Compiling olpc-cjson v0.1.4
25272026-04-10T21:54:37.557Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282026-04-10T21:54:37.580Z Compiling serde_plain v1.0.2
25292026-04-10T21:54:37.896Z Compiling vte v0.14.1
25302026-04-10T21:54:38.077Z Compiling csv-core v0.1.13
25312026-04-10T21:54:38.148Z Compiling typed-path v0.9.3
25322026-04-10T21:54:38.288Z Compiling progenitor-macro v0.13.0
25332026-04-10T21:54:38.311Z Compiling highway v1.3.0
25342026-04-10T21:54:38.377Z Compiling chrono-tz v0.10.4
25352026-04-10T21:54:38.507Z Compiling csv v1.4.0
25362026-04-10T21:54:38.628Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25372026-04-10T21:54:39.045Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25382026-04-10T21:54:39.528Z Compiling tough v0.20.0
25392026-04-10T21:54:39.575Z Compiling strip-ansi-escapes v0.2.1
25402026-04-10T21:54:40.144Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25412026-04-10T21:54:40.978Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25422026-04-10T21:54:41.056Z Compiling phf v0.12.1
25432026-04-10T21:54:41.092Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25442026-04-10T21:54:41.282Z Compiling const_format_proc_macros v0.2.34
25452026-04-10T21:54:41.501Z Compiling papergrid v0.11.0
25462026-04-10T21:54:41.620Z Compiling tabled_derive v0.7.0
25472026-04-10T21:54:41.670Z Compiling fd-lock v4.0.4
25482026-04-10T21:54:41.842Z Compiling peg-macros v0.8.5
25492026-04-10T21:54:42.097Z Compiling nu-ansi-term v0.50.3
25502026-04-10T21:54:42.353Z Compiling progenitor v0.13.0
25512026-04-10T21:54:42.515Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25522026-04-10T21:54:42.640Z Compiling tabled v0.15.0
25532026-04-10T21:54:43.112Z Compiling peg v0.8.5
25542026-04-10T21:54:43.230Z Compiling reedline v0.40.0
25552026-04-10T21:54:43.632Z Compiling const_format v0.2.35
25562026-04-10T21:54:44.191Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25572026-04-10T21:54:44.625Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25582026-04-10T21:54:44.878Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25592026-04-10T21:54:44.955Z Compiling bcs v0.1.6
25602026-04-10T21:54:45.166Z Compiling semver v0.1.20
25612026-04-10T21:54:45.384Z Compiling rustc_version v0.1.7
25622026-04-10T21:54:45.452Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25632026-04-10T21:54:45.635Z Compiling newtype_derive v0.1.6
25642026-04-10T21:54:45.717Z Compiling humantime v2.3.0
25652026-04-10T21:54:45.852Z Compiling unicode-linebreak v0.1.5
25662026-04-10T21:54:46.157Z Compiling smawk v0.3.2
25672026-04-10T21:54:46.253Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25682026-04-10T21:54:46.383Z Compiling textwrap v0.16.2
25692026-04-10T21:54:46.745Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
25702026-04-10T21:54:46.946Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25712026-04-10T21:54:47.365Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25722026-04-10T21:54:47.451Z Compiling dropshot-api-manager-types v0.6.0
25732026-04-10T21:54:47.909Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25742026-04-10T21:54:48.013Z Compiling base64 v0.21.7
25752026-04-10T21:54:48.057Z Compiling steno v0.4.1
25762026-04-10T21:54:48.327Z Compiling utf-8 v0.7.6
25772026-04-10T21:54:48.563Z Compiling tagptr v0.2.0
25782026-04-10T21:54:48.817Z Compiling moka v0.12.13
25792026-04-10T21:54:48.897Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25802026-04-10T21:54:49.025Z Compiling tungstenite v0.21.0
25812026-04-10T21:54:49.070Z Compiling radium v0.7.0
25822026-04-10T21:54:49.176Z Compiling maybe-uninit v2.0.0
25832026-04-10T21:54:49.413Z Compiling tap v1.0.1
25842026-04-10T21:54:49.561Z Compiling wyz v0.5.1
25852026-04-10T21:54:49.786Z Compiling tokio-tungstenite v0.21.0
25862026-04-10T21:54:49.807Z Compiling zerocopy-derive v0.6.6
25872026-04-10T21:54:50.055Z Compiling hickory-resolver v0.25.2
25882026-04-10T21:54:50.150Z Compiling display-error-chain v0.2.2
25892026-04-10T21:54:50.172Z Compiling funty v2.0.0
25902026-04-10T21:54:50.332Z Compiling packed_struct v0.10.1
25912026-04-10T21:54:50.573Z Compiling crc-catalog v2.4.0
25922026-04-10T21:54:50.636Z Compiling zerocopy v0.6.6
25932026-04-10T21:54:50.666Z Compiling bitvec v1.0.1
25942026-04-10T21:54:50.717Z Compiling crc v3.4.0
25952026-04-10T21:54:50.937Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
25962026-04-10T21:54:51.026Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25972026-04-10T21:54:51.077Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25982026-04-10T21:54:51.212Z Compiling packed_struct_codegen v0.10.1
25992026-04-10T21:54:51.406Z Compiling bitfield-macros v0.19.4
26002026-04-10T21:54:52.106Z Compiling indexmap v1.9.3
26012026-04-10T21:54:52.212Z Compiling nodrop v0.1.14
26022026-04-10T21:54:52.354Z Compiling array-init v0.0.4
26032026-04-10T21:54:52.451Z Compiling bitfield v0.19.4
26042026-04-10T21:54:52.489Z Compiling smallvec v0.6.14
26052026-04-10T21:54:52.750Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26062026-04-10T21:54:52.765Z Compiling num-derive v0.3.3
26072026-04-10T21:54:52.786Z Compiling proc-macro-error-attr2 v2.0.0
26082026-04-10T21:54:52.980Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26092026-04-10T21:54:53.195Z Compiling hashbrown v0.12.3
26102026-04-10T21:54:53.598Z Compiling proc-macro-error2 v2.0.1
26112026-04-10T21:54:53.652Z Compiling libscf-sys v1.1.0
26122026-04-10T21:54:53.800Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26132026-04-10T21:54:53.921Z Compiling serde-hex v0.1.0
26142026-04-10T21:54:53.981Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26152026-04-10T21:54:54.194Z Compiling ron v0.8.1
26162026-04-10T21:54:54.409Z Compiling typify-impl v0.4.3
26172026-04-10T21:54:54.903Z Compiling hashbrown v0.13.2
26182026-04-10T21:54:55.503Z Compiling vergen-gitcl v1.0.8
26192026-04-10T21:54:55.551Z Compiling dirs-sys-next v0.1.2
26202026-04-10T21:54:55.585Z Compiling glob v0.3.3
26212026-04-10T21:54:55.731Z Compiling maplit v1.0.2
26222026-04-10T21:54:55.823Z Compiling crc-any v2.5.0
26232026-04-10T21:54:55.853Z Compiling crunchy v0.2.4
26242026-04-10T21:54:55.963Z Compiling diesel_derives v2.3.7
26252026-04-10T21:54:56.092Z Compiling clang-sys v1.8.1
26262026-04-10T21:54:56.224Z Compiling dirs-next v2.0.0
26272026-04-10T21:54:56.247Z Compiling object v0.30.4
26282026-04-10T21:54:56.272Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26292026-04-10T21:54:56.275Z Compiling tabled_derive v0.11.0
26302026-04-10T21:54:56.375Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26312026-04-10T21:54:56.494Z Compiling papergrid v0.17.0
26322026-04-10T21:54:56.574Z Compiling testing_table v0.3.0
26332026-04-10T21:54:56.658Z Compiling dsl_auto_type v0.2.0
26342026-04-10T21:54:56.679Z Compiling scheduled-thread-pool v0.2.7
26352026-04-10T21:54:56.952Z Compiling diesel_table_macro_syntax v0.3.0
26362026-04-10T21:54:57.007Z Compiling path-slash v0.1.5
26372026-04-10T21:54:57.082Z Compiling tiny-keccak v2.0.2
26382026-04-10T21:54:57.185Z Compiling r2d2 v0.8.10
26392026-04-10T21:54:57.253Z Compiling term v0.7.0
26402026-04-10T21:54:57.359Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26412026-04-10T21:54:57.437Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26422026-04-10T21:54:57.473Z Compiling downcast-rs v2.0.2
26432026-04-10T21:54:57.593Z Compiling bit-vec v0.6.3
26442026-04-10T21:54:57.618Z Compiling xshell-macros v0.2.7
26452026-04-10T21:54:57.734Z Compiling tabled v0.20.0
26462026-04-10T21:54:57.773Z Compiling ascii-canvas v3.0.0
26472026-04-10T21:54:57.794Z Compiling bit-set v0.5.3
26482026-04-10T21:54:57.857Z Compiling typify-macro v0.4.3
26492026-04-10T21:54:57.983Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26502026-04-10T21:54:58.004Z Compiling xshell v0.2.7
26512026-04-10T21:54:58.032Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26522026-04-10T21:54:58.079Z Compiling itertools v0.10.5
26532026-04-10T21:54:58.515Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26542026-04-10T21:54:58.779Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26552026-04-10T21:54:58.986Z Compiling ena v0.14.4
26562026-04-10T21:54:59.179Z Compiling libloading v0.8.9
26572026-04-10T21:54:59.251Z Compiling regex-syntax v0.6.29
26582026-04-10T21:54:59.306Z Compiling diff v0.1.13
26592026-04-10T21:54:59.365Z Compiling unicase v2.9.0
26602026-04-10T21:54:59.409Z Compiling bindgen v0.71.1
26612026-04-10T21:54:59.672Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26622026-04-10T21:54:59.784Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26632026-04-10T21:55:00.886Z Compiling lalrpop v0.19.12
26642026-04-10T21:55:01.102Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26652026-04-10T21:55:01.190Z Compiling cexpr v0.6.0
26662026-04-10T21:55:01.692Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26672026-04-10T21:55:01.824Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26682026-04-10T21:55:01.905Z Compiling diesel v2.3.7
26692026-04-10T21:55:01.933Z Compiling crc8 v0.1.1
26702026-04-10T21:55:02.074Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26712026-04-10T21:55:02.097Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26722026-04-10T21:55:02.169Z Compiling typify v0.4.3
26732026-04-10T21:55:02.310Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26742026-04-10T21:55:02.557Z Compiling headers-core v0.3.0
26752026-04-10T21:55:02.721Z Compiling libxml v0.3.3
26762026-04-10T21:55:02.977Z Compiling headers v0.4.1
26772026-04-10T21:55:03.036Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26782026-04-10T21:55:03.063Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26792026-04-10T21:55:03.548Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26802026-04-10T21:55:04.027Z Compiling strum_macros v0.24.3
26812026-04-10T21:55:04.257Z Compiling indoc v1.0.9
26822026-04-10T21:55:04.431Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26832026-04-10T21:55:04.655Z Compiling derive_builder v0.20.2
26842026-04-10T21:55:04.658Z Compiling oso-derive v0.27.3
26852026-04-10T21:55:04.711Z Compiling quick-xml v0.37.5
26862026-04-10T21:55:04.889Z Compiling impl-trait-for-tuples v0.2.3
26872026-04-10T21:55:04.915Z Compiling openssl-probe v0.1.6
26882026-04-10T21:55:05.220Z Compiling half v1.8.3
26892026-04-10T21:55:05.274Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26902026-04-10T21:55:05.363Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26912026-04-10T21:55:05.663Z Compiling serde_cbor v0.11.2
26922026-04-10T21:55:05.684Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26932026-04-10T21:55:05.982Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26942026-04-10T21:55:06.162Z Compiling bb8 v0.8.6
26952026-04-10T21:55:06.204Z Compiling trait-variant v0.1.2
26962026-04-10T21:55:06.301Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26972026-04-10T21:55:06.553Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
26982026-04-10T21:55:06.670Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26992026-04-10T21:55:06.696Z Compiling samael v0.0.19
27002026-04-10T21:55:06.746Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27012026-04-10T21:55:06.893Z Compiling fxhash v0.2.1
27022026-04-10T21:55:06.943Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27032026-04-10T21:55:07.049Z Compiling progenitor-impl v0.10.0
27042026-04-10T21:55:07.090Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27052026-04-10T21:55:07.209Z Compiling kstat-rs v0.2.4
27062026-04-10T21:55:07.315Z Compiling libz-sys v1.1.24
27072026-04-10T21:55:07.404Z Compiling nonempty v0.12.0
27082026-04-10T21:55:07.678Z Compiling salty v0.3.0
27092026-04-10T21:55:07.749Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27102026-04-10T21:55:08.178Z Compiling progenitor-impl v0.11.2
27112026-04-10T21:55:08.225Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27122026-04-10T21:55:08.425Z Compiling polar-core v0.27.3
27132026-04-10T21:55:08.477Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27142026-04-10T21:55:08.527Z Compiling darling_core v0.23.0
27152026-04-10T21:55:09.193Z Compiling progenitor-macro v0.10.0
27162026-04-10T21:55:10.352Z Compiling nanorand v0.7.0
27172026-04-10T21:55:10.576Z Compiling arc-swap v1.8.2
27182026-04-10T21:55:10.719Z Compiling fs-err v2.11.0
27192026-04-10T21:55:10.749Z Compiling parking_lot_core v0.8.6
27202026-04-10T21:55:11.061Z Compiling slog-scope v4.4.1
27212026-04-10T21:55:11.107Z Compiling darling_macro v0.23.0
27222026-04-10T21:55:11.180Z Compiling mime_guess v2.0.5
27232026-04-10T21:55:11.507Z Compiling flume v0.11.1
27242026-04-10T21:55:11.605Z Compiling progenitor-macro v0.11.2
27252026-04-10T21:55:11.694Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9)
27262026-04-10T21:55:11.908Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27272026-04-10T21:55:13.081Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27282026-04-10T21:55:13.182Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27292026-04-10T21:55:14.154Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27302026-04-10T21:55:14.683Z Compiling progenitor v0.10.0
27312026-04-10T21:55:15.559Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27322026-04-10T21:55:15.896Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27332026-04-10T21:55:16.468Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27342026-04-10T21:55:17.466Z Compiling oso v0.27.3
27352026-04-10T21:55:17.559Z Compiling progenitor-client v0.11.2
27362026-04-10T21:55:19.926Z Compiling git-stub v1.0.0
27372026-04-10T21:55:19.957Z Compiling libgit2-sys v0.18.3+1.9.2
27382026-04-10T21:55:20.644Z Compiling diesel-dtrace v0.5.0
27392026-04-10T21:55:20.732Z Compiling async-bb8-diesel v0.2.1
27402026-04-10T21:55:20.991Z Compiling instability v0.3.11
27412026-04-10T21:55:21.189Z Compiling git-stub-vcs v0.1.0
27422026-04-10T21:55:21.250Z Compiling progenitor v0.11.2
27432026-04-10T21:55:21.432Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27442026-04-10T21:55:21.551Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27452026-04-10T21:55:22.395Z Compiling darling v0.23.0
27462026-04-10T21:55:22.507Z Compiling slog-stdlog v4.1.1
27472026-04-10T21:55:23.144Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27482026-04-10T21:55:23.409Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27492026-04-10T21:55:23.774Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27502026-04-10T21:55:23.957Z Compiling ignore v0.4.25
27512026-04-10T21:55:25.590Z Compiling primeorder v0.13.6
27522026-04-10T21:55:25.902Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-04-10T21:55:25.939Z Compiling castaway v0.2.4
27542026-04-10T21:55:26.092Z Compiling atty v0.2.14
27552026-04-10T21:55:26.188Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-04-10T21:55:26.241Z Compiling http-range v0.1.5
27572026-04-10T21:55:26.413Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27582026-04-10T21:55:26.564Z Compiling indoc v2.0.7
27592026-04-10T21:55:26.643Z Compiling parse-size v1.1.0
27602026-04-10T21:55:26.784Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27612026-04-10T21:55:26.865Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-04-10T21:55:27.371Z Compiling compact_str v0.8.1
27632026-04-10T21:55:27.702Z Compiling p384 v0.13.1
27642026-04-10T21:55:29.039Z Compiling globwalk v0.9.1
27652026-04-10T21:55:29.085Z Compiling parking_lot v0.11.2
27662026-04-10T21:55:29.114Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27672026-04-10T21:55:29.161Z Compiling slog-envlogger v2.2.0
27682026-04-10T21:55:29.850Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27692026-04-10T21:55:29.867Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27702026-04-10T21:55:30.009Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27712026-04-10T21:55:30.304Z Compiling predicates-tree v1.0.13
27722026-04-10T21:55:30.339Z Compiling unicode-truncate v1.1.0
27732026-04-10T21:55:30.361Z Compiling lru v0.12.5
27742026-04-10T21:55:30.464Z Compiling rand_seeder v0.4.0
27752026-04-10T21:55:30.522Z Compiling prefix-trie v0.7.0
27762026-04-10T21:55:30.560Z Compiling vergen-git2 v1.0.7
27772026-04-10T21:55:30.580Z Compiling cassowary v0.3.0
27782026-04-10T21:55:30.720Z Compiling compression-core v0.4.31
27792026-04-10T21:55:30.758Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27802026-04-10T21:55:30.813Z Compiling camino-tempfile-ext v0.3.3
27812026-04-10T21:55:30.939Z Compiling hickory-server v0.25.2
27822026-04-10T21:55:30.966Z Compiling compression-codecs v0.4.37
27832026-04-10T21:55:31.013Z Compiling ratatui v0.29.0
27842026-04-10T21:55:31.113Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27852026-04-10T21:55:31.466Z Compiling hyper-staticfile v0.10.1
27862026-04-10T21:55:31.593Z Compiling sled v0.34.7
27872026-04-10T21:55:32.453Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27882026-04-10T21:55:32.674Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27892026-04-10T21:55:33.112Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27902026-04-10T21:55:33.200Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27912026-04-10T21:55:33.823Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
27922026-04-10T21:55:33.888Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27932026-04-10T21:55:34.316Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27942026-04-10T21:55:34.691Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27952026-04-10T21:55:34.854Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27962026-04-10T21:55:34.941Z Compiling toml_datetime v1.0.0+spec-1.1.0
27972026-04-10T21:55:35.319Z Compiling dropshot v0.17.0
27982026-04-10T21:55:35.405Z Compiling corncobs v0.1.4
27992026-04-10T21:55:35.556Z Compiling rustls v0.21.12
28002026-04-10T21:55:35.649Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28012026-04-10T21:55:35.832Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28022026-04-10T21:55:35.953Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28032026-04-10T21:55:35.976Z Compiling toml v1.0.6+spec-1.1.0
28042026-04-10T21:55:36.029Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
28052026-04-10T21:55:36.332Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28062026-04-10T21:55:36.886Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28072026-04-10T21:55:36.953Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28082026-04-10T21:55:37.098Z Compiling async-compression v0.4.41
28092026-04-10T21:55:37.120Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28102026-04-10T21:55:37.592Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28112026-04-10T21:55:39.471Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28122026-04-10T21:55:39.792Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28132026-04-10T21:55:40.142Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28142026-04-10T21:55:40.215Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28152026-04-10T21:55:40.361Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28162026-04-10T21:55:40.443Z Compiling rustls-webpki v0.101.7
28172026-04-10T21:55:40.594Z Compiling sct v0.7.1
28182026-04-10T21:55:40.641Z Compiling nix v0.29.0
28192026-04-10T21:55:40.859Z Compiling secrecy v0.8.0
28202026-04-10T21:55:41.022Z Compiling dropshot_endpoint v0.17.0
28212026-04-10T21:55:41.052Z Compiling void v1.0.2
28222026-04-10T21:55:41.197Z Compiling lzss v0.8.2
28232026-04-10T21:55:42.001Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28242026-04-10T21:55:42.206Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28252026-04-10T21:55:42.938Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28262026-04-10T21:55:43.131Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28272026-04-10T21:55:43.625Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28282026-04-10T21:55:44.353Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28292026-04-10T21:55:44.728Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28302026-04-10T21:55:44.977Z Compiling tungstenite v0.23.0
28312026-04-10T21:55:44.999Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28322026-04-10T21:55:45.223Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28332026-04-10T21:55:45.308Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28342026-04-10T21:55:45.363Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28352026-04-10T21:55:45.452Z Compiling nix v0.27.1
28362026-04-10T21:55:45.534Z Compiling serde_bytes v0.11.19
28372026-04-10T21:55:45.624Z Compiling tokio-tungstenite v0.23.1
28382026-04-10T21:55:45.830Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
28392026-04-10T21:55:45.998Z Compiling git2 v0.20.4
28402026-04-10T21:55:46.050Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28412026-04-10T21:55:46.695Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28422026-04-10T21:55:46.910Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28432026-04-10T21:55:47.318Z Compiling tokio-rustls v0.24.1
28442026-04-10T21:55:47.626Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28452026-04-10T21:55:49.451Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28462026-04-10T21:55:49.484Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28472026-04-10T21:55:52.022Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28482026-04-10T21:55:52.086Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28492026-04-10T21:55:52.526Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28502026-04-10T21:55:52.569Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28512026-04-10T21:55:53.228Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28522026-04-10T21:55:54.618Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28532026-04-10T21:55:55.051Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28542026-04-10T21:55:55.183Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28552026-04-10T21:55:56.157Z Compiling rustls-pemfile v1.0.4
28562026-04-10T21:55:56.579Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28572026-04-10T21:55:57.119Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28582026-04-10T21:55:57.384Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28592026-04-10T21:55:57.806Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28602026-04-10T21:55:59.396Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28612026-04-10T21:55:59.700Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28622026-04-10T21:56:00.374Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28632026-04-10T21:56:00.379Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28642026-04-10T21:56:00.411Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28652026-04-10T21:56:00.574Z Compiling signal-hook-tokio v0.3.1
28662026-04-10T21:56:00.607Z Compiling twox-hash v2.1.2
28672026-04-10T21:56:00.638Z Compiling yasna v0.5.2
28682026-04-10T21:56:00.737Z Compiling is_ci v1.2.0
28692026-04-10T21:56:00.944Z Compiling supports-color v3.0.2
28702026-04-10T21:56:01.122Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28712026-04-10T21:56:01.243Z Compiling rcgen v0.12.1
28722026-04-10T21:56:01.270Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28732026-04-10T21:56:01.647Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28742026-04-10T21:56:02.129Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28752026-04-10T21:56:03.108Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28762026-04-10T21:56:04.009Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28772026-04-10T21:56:04.048Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28782026-04-10T21:56:04.697Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28792026-04-10T21:56:05.579Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28802026-04-10T21:56:05.745Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28812026-04-10T21:56:06.079Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28822026-04-10T21:56:06.344Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28832026-04-10T21:56:06.576Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28842026-04-10T21:56:06.793Z Compiling fatfs v0.3.6
28852026-04-10T21:56:06.889Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28862026-04-10T21:56:07.965Z Compiling rtoolbox v0.0.3
28872026-04-10T21:56:07.995Z Compiling subprocess v0.2.15
28882026-04-10T21:56:08.244Z Compiling assert_matches v1.5.0
28892026-04-10T21:56:08.355Z Compiling seq-macro v0.3.6
28902026-04-10T21:56:08.819Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28912026-04-10T21:56:08.851Z Compiling rpassword v7.4.0
28922026-04-10T21:56:09.212Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28932026-04-10T21:56:09.586Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28942026-04-10T21:56:10.161Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28952026-04-10T21:56:10.296Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28962026-04-10T21:56:10.550Z Compiling tui-tree-widget v0.23.1
28972026-04-10T21:56:10.840Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28982026-04-10T21:56:11.269Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28992026-04-10T21:56:11.783Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29002026-04-10T21:56:12.345Z Compiling uzers v0.12.2
29012026-04-10T21:56:12.688Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29022026-04-10T21:56:13.842Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29032026-04-10T21:56:14.534Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29042026-04-10T21:56:15.280Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29052026-04-10T21:56:17.822Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29062026-04-10T21:56:18.455Z Compiling support-bundle-viewer v0.1.2
29072026-04-10T21:56:20.026Z Compiling multimap v0.10.1
29082026-04-10T21:56:27.974Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29092026-04-10T21:56:37.088Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29102026-04-10T21:56:39.421Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29112026-04-10T21:56:39.459Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29122026-04-10T22:05:06.192Z Finished `release` profile [optimized] target(s) in 10m 38s
29132026-04-10T22:05:49.925Z
29142026-04-10T22:05:49.925Zreal 11:22.983268369
29152026-04-10T22:05:49.925Zuser 1:20:23.128625678
29162026-04-10T22:05:49.928Zsys 3:23.634187242
29172026-04-10T22:05:49.928Ztrap 1.753360501
29182026-04-10T22:05:49.928Ztflt 1.980278158
29192026-04-10T22:05:49.928Zdflt 16.990470053
29202026-04-10T22:05:49.928Zkflt 0.001863679
29212026-04-10T22:05:49.928Zlock 8:30:17.395599810
29222026-04-10T22:05:49.928Zslp 2:24:04.051843641
29232026-04-10T22:05:49.928Zlat 2:28.961962973
29242026-04-10T22:05:49.928Zstop 5:08.749371522
29252026-04-10T22:05:49.928Z+ mapfile -t packages
29262026-04-10T22:05:49.928Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29272026-04-10T22:05:50.888Z Finished `release` profile [optimized] target(s) in 0.95s
29282026-04-10T22:05:50.971Z Running `target/release/omicron-package -t test list-outputs`
29292026-04-10T22:05:51.031ZLogging to: /work/oxidecomputer/omicron/out/LOG
29302026-04-10T22:05:51.034Z+ ptime -m cargo build --locked --release -p xtask
29312026-04-10T22:05:51.571Z Compiling libc v0.2.180
29322026-04-10T22:05:51.571Z Compiling serde v1.0.228
29332026-04-10T22:05:51.571Z Compiling serde_core v1.0.228
29342026-04-10T22:05:51.575Z Compiling rustix v1.1.3
29352026-04-10T22:05:51.674Z Compiling serde_json v1.0.149
29362026-04-10T22:05:51.683Z Compiling bitflags v2.11.0
29372026-04-10T22:05:51.722Z Compiling num-traits v0.2.19
29382026-04-10T22:05:51.723Z Compiling hashbrown v0.16.1
29392026-04-10T22:05:51.726Z Compiling syn v2.0.117
29402026-04-10T22:05:51.743Z Compiling smallvec v1.15.1
29412026-04-10T22:05:51.775Z Compiling usdt-impl v0.5.0
29422026-04-10T22:05:51.787Z Compiling syn v1.0.109
29432026-04-10T22:05:51.800Z Compiling getrandom v0.3.4
29442026-04-10T22:05:51.800Z Compiling log v0.4.29
29452026-04-10T22:05:51.951Z Compiling percent-encoding v2.3.2
29462026-04-10T22:05:52.101Z Compiling form_urlencoded v1.2.2
29472026-04-10T22:05:52.171Z Compiling fs-err v3.3.0
29482026-04-10T22:05:52.175Z Compiling anyhow v1.0.102
29492026-04-10T22:05:52.206Z Compiling once_cell v1.21.3
29502026-04-10T22:05:52.209Z Compiling heck v0.4.1
29512026-04-10T22:05:52.325Z Compiling indexmap v2.13.0
29522026-04-10T22:05:52.396Z Compiling errno v0.3.14
29532026-04-10T22:05:52.396Z Compiling thread-id v4.2.2
29542026-04-10T22:05:52.469Z Compiling memmap v0.7.0
29552026-04-10T22:05:52.727Z Compiling ordered-float v2.10.1
29562026-04-10T22:05:53.279Z Compiling proc-macro-error v1.0.4
29572026-04-10T22:05:53.412Z Compiling terminal_size v0.4.3
29582026-04-10T22:05:53.412Z Compiling tempfile v3.25.0
29592026-04-10T22:05:53.519Z Compiling clap_builder v4.5.60
29602026-04-10T22:05:53.519Z Compiling textwrap v0.16.2
29612026-04-10T22:05:53.542Z Compiling tabled_derive v0.7.0
29622026-04-10T22:05:53.650Z Compiling camino-tempfile v1.4.1
29632026-04-10T22:05:54.196Z Compiling tabled v0.15.0
29642026-04-10T22:05:54.274Z Compiling synstructure v0.13.2
29652026-04-10T22:05:54.274Z Compiling pest_generator v2.8.6
29662026-04-10T22:05:54.666Z Compiling serde_derive v1.0.228
29672026-04-10T22:05:54.670Z Compiling zerovec-derive v0.11.2
29682026-04-10T22:05:54.670Z Compiling displaydoc v0.2.5
29692026-04-10T22:05:54.670Z Compiling thiserror-impl v1.0.69
29702026-04-10T22:05:54.670Z Compiling zerocopy-derive v0.7.35
29712026-04-10T22:05:54.670Z Compiling scroll_derive v0.12.1
29722026-04-10T22:05:54.670Z Compiling thiserror-impl v2.0.18
29732026-04-10T22:05:54.670Z Compiling zerofrom-derive v0.1.6
29742026-04-10T22:05:54.683Z Compiling yoke-derive v0.8.1
29752026-04-10T22:05:54.783Z Compiling pest_derive v2.8.6
29762026-04-10T22:05:54.909Z Compiling clap_derive v4.5.55
29772026-04-10T22:05:55.384Z Compiling scroll v0.12.0
29782026-04-10T22:05:55.530Z Compiling zerocopy v0.7.35
29792026-04-10T22:05:55.652Z Compiling goblin v0.8.2
29802026-04-10T22:05:55.828Z Compiling thiserror v2.0.18
29812026-04-10T22:05:55.847Z Compiling zerofrom v0.1.6
29822026-04-10T22:05:55.860Z Compiling thiserror v1.0.69
29832026-04-10T22:05:55.954Z Compiling dtrace-parser v0.2.0
29842026-04-10T22:05:55.980Z Compiling yoke v0.8.1
29852026-04-10T22:05:56.192Z Compiling zerovec v0.11.5
29862026-04-10T22:05:56.327Z Compiling zerotrie v0.2.3
29872026-04-10T22:05:56.558Z Compiling clap v4.5.60
29882026-04-10T22:05:56.773Z Compiling tinystr v0.8.2
29892026-04-10T22:05:56.817Z Compiling potential_utf v0.1.4
29902026-04-10T22:05:57.023Z Compiling icu_locale_core v2.1.1
29912026-04-10T22:05:57.040Z Compiling icu_collections v2.1.1
29922026-04-10T22:05:57.794Z Compiling icu_provider v2.1.1
29932026-04-10T22:05:57.987Z Compiling toml_datetime v0.6.11
29942026-04-10T22:05:58.241Z Compiling icu_normalizer v2.1.1
29952026-04-10T22:05:58.310Z Compiling icu_properties v2.1.2
29962026-04-10T22:05:58.383Z Compiling serde_spanned v0.6.9
29972026-04-10T22:05:58.395Z Compiling dof v0.3.0
29982026-04-10T22:05:58.494Z Compiling serde_tokenstream v0.2.3
29992026-04-10T22:05:58.577Z Compiling toml_edit v0.22.27
30002026-04-10T22:05:58.638Z Compiling serde-value v0.7.0
30012026-04-10T22:05:58.652Z Compiling cargo-platform v0.2.0
30022026-04-10T22:05:58.729Z Compiling macaddr v1.0.1
30032026-04-10T22:05:59.238Z Compiling idna_adapter v1.2.1
30042026-04-10T22:05:59.266Z Compiling usdt-attr-macro v0.5.0
30052026-04-10T22:05:59.266Z Compiling usdt-macro v0.5.0
30062026-04-10T22:05:59.386Z Compiling idna v1.1.0
30072026-04-10T22:05:59.754Z Compiling url v2.5.8
30082026-04-10T22:05:59.923Z Compiling usdt v0.5.0
30092026-04-10T22:06:00.139Z Compiling toml v0.8.23
30102026-04-10T22:06:00.568Z Compiling cargo-util-schemas v0.8.2
30112026-04-10T22:06:00.568Z Compiling cargo_toml v0.21.0
30122026-04-10T22:06:01.589Z Compiling cargo_metadata v0.21.0
30132026-04-10T22:06:04.685Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30142026-04-10T22:06:07.694Z Finished `release` profile [optimized] target(s) in 16.65s
30152026-04-10T22:06:07.861Z
30162026-04-10T22:06:07.861Zreal 16.787720200
30172026-04-10T22:06:07.861Zuser 2:22.595637021
30182026-04-10T22:06:07.861Zsys 16.701531350
30192026-04-10T22:06:07.864Ztrap 0.098318667
30202026-04-10T22:06:07.864Ztflt 0.594774748
30212026-04-10T22:06:07.864Zdflt 1.572525260
30222026-04-10T22:06:07.864Zkflt 0.000088285
30232026-04-10T22:06:07.864Zlock 5:20.568633772
30242026-04-10T22:06:07.864Zslp 3:24.810671563
30252026-04-10T22:06:07.864Zlat 6.835436640
30262026-04-10T22:06:07.864Zstop 20.803974035
30272026-04-10T22:06:07.864Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30282026-04-10T22:06:07.864Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30292026-04-10T22:06:07.865Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30302026-04-10T22:06:07.865Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30312026-04-10T22:06:07.865Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30322026-04-10T22:06:08.783Z Compiling regress v0.10.5
30332026-04-10T22:06:08.786Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30342026-04-10T22:06:08.786Z Compiling newtype-uuid-macros v0.1.0
30352026-04-10T22:06:08.929Z Compiling rustls v0.22.4
30362026-04-10T22:06:08.932Z Compiling progenitor-client v0.13.0
30372026-04-10T22:06:08.932Z Compiling rustls-webpki v0.102.8
30382026-04-10T22:06:08.932Z Compiling structmeta-derive v0.3.0
30392026-04-10T22:06:08.932Z Compiling serde_spanned v1.0.4
30402026-04-10T22:06:08.932Z Compiling multer v3.1.0
30412026-04-10T22:06:08.933Z Compiling debug-ignore v1.0.5
30422026-04-10T22:06:08.933Z Compiling toml_writer v1.0.6+spec-1.1.0
30432026-04-10T22:06:08.950Z Compiling match_cfg v0.1.0
30442026-04-10T22:06:08.950Z Compiling slog-json v2.6.1
30452026-04-10T22:06:08.953Z Compiling async-stream-impl v0.3.6
30462026-04-10T22:06:08.953Z Compiling waitgroup v0.1.2
30472026-04-10T22:06:08.953Z Compiling rustls-pemfile v2.2.0
30482026-04-10T22:06:09.135Z Compiling hostname v0.3.1
30492026-04-10T22:06:09.213Z Compiling hostname v0.4.2
30502026-04-10T22:06:09.216Z Compiling serde_path_to_error v0.1.20
30512026-04-10T22:06:09.233Z Compiling itertools v0.14.0
30522026-04-10T22:06:09.236Z Compiling dropshot v0.16.7
30532026-04-10T22:06:09.287Z Compiling slog-bunyan v2.5.0
30542026-04-10T22:06:09.313Z Compiling toml v0.9.12+spec-1.1.0
30552026-04-10T22:06:09.350Z Compiling dropshot_endpoint v0.16.7
30562026-04-10T22:06:09.371Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30572026-04-10T22:06:09.444Z Compiling macaddr v1.0.1
30582026-04-10T22:06:09.447Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30592026-04-10T22:06:09.498Z Compiling instant v0.1.13
30602026-04-10T22:06:09.541Z Compiling progenitor-client v0.10.0
30612026-04-10T22:06:09.595Z Compiling backon v1.6.0
30622026-04-10T22:06:09.619Z Compiling async-stream v0.3.6
30632026-04-10T22:06:09.644Z Compiling backoff v0.4.0
30642026-04-10T22:06:09.647Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30652026-04-10T22:06:09.688Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30662026-04-10T22:06:09.755Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30672026-04-10T22:06:09.821Z Compiling progenitor-extras v0.1.1
30682026-04-10T22:06:09.837Z Compiling universal-hash v0.5.1
30692026-04-10T22:06:09.868Z Compiling opaque-debug v0.3.1
30702026-04-10T22:06:09.885Z Compiling half v2.7.1
30712026-04-10T22:06:09.904Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30722026-04-10T22:06:09.907Z Compiling ciborium-io v0.2.2
30732026-04-10T22:06:09.938Z Compiling crucible-workspace-hack v0.1.0
30742026-04-10T22:06:09.962Z Compiling convert_case v0.4.0
30752026-04-10T22:06:09.996Z Compiling aead v0.5.2
30762026-04-10T22:06:10.039Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30772026-04-10T22:06:10.065Z Compiling secrecy v0.10.3
30782026-04-10T22:06:10.093Z Compiling unsafe-libyaml v0.2.11
30792026-04-10T22:06:10.111Z Compiling poly1305 v0.8.0
30802026-04-10T22:06:10.169Z Compiling ciborium-ll v0.2.2
30812026-04-10T22:06:10.226Z Compiling chacha20 v0.9.1
30822026-04-10T22:06:10.246Z Compiling structmeta v0.3.0
30832026-04-10T22:06:10.249Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30842026-04-10T22:06:10.298Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30852026-04-10T22:06:10.322Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
30862026-04-10T22:06:10.354Z Compiling ciborium v0.2.2
30872026-04-10T22:06:10.370Z Compiling derive_more v0.99.20
30882026-04-10T22:06:10.401Z Compiling typify-impl v0.6.1
30892026-04-10T22:06:10.492Z Compiling derive-ex v0.1.8
30902026-04-10T22:06:10.512Z Compiling parse-display-derive v0.10.0
30912026-04-10T22:06:10.528Z Compiling thiserror-impl-no-std v2.0.2
30922026-04-10T22:06:10.609Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30932026-04-10T22:06:10.646Z Compiling serde_yaml v0.9.34+deprecated
30942026-04-10T22:06:10.665Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
30952026-04-10T22:06:10.682Z Compiling byte-wrapper v0.1.0
30962026-04-10T22:06:10.797Z Compiling password-hash v0.5.0
30972026-04-10T22:06:10.859Z Compiling blake2 v0.10.6
30982026-04-10T22:06:10.892Z Compiling chacha20poly1305 v0.10.1
30992026-04-10T22:06:10.958Z Compiling indent_write v2.2.0
31002026-04-10T22:06:11.054Z Compiling heapless v0.8.0
31012026-04-10T22:06:11.072Z Compiling ingot-macros v0.1.1
31022026-04-10T22:06:11.122Z Compiling argon2 v0.5.3
31032026-04-10T22:06:11.160Z Compiling toml_edit v0.23.10+spec-1.0.0
31042026-04-10T22:06:11.234Z Compiling hash32 v0.3.1
31052026-04-10T22:06:11.420Z Compiling tokio-rustls v0.25.0
31062026-04-10T22:06:11.459Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31072026-04-10T22:06:11.558Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31082026-04-10T22:06:11.701Z Compiling smoltcp v0.11.0
31092026-04-10T22:06:11.767Z Compiling thiserror-no-std v2.0.2
31102026-04-10T22:06:11.853Z Compiling proc-macro-crate v3.4.0
31112026-04-10T22:06:11.891Z Compiling vsss-rs v3.3.4
31122026-04-10T22:06:12.144Z Compiling tabwriter v1.4.1
31132026-04-10T22:06:12.144Z Compiling cobs v0.3.0
31142026-04-10T22:06:12.242Z Compiling test-strategy v0.4.5
31152026-04-10T22:06:12.262Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31162026-04-10T22:06:12.278Z Compiling parse-display v0.10.0
31172026-04-10T22:06:12.340Z Compiling proc-macro-error v1.0.4
31182026-04-10T22:06:12.381Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
31192026-04-10T22:06:12.409Z Compiling postcard v1.1.3
31202026-04-10T22:06:12.453Z Compiling num_enum_derive v0.7.5
31212026-04-10T22:06:12.497Z Compiling proc-macro-crate v1.3.1
31222026-04-10T22:06:12.514Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31232026-04-10T22:06:12.612Z Compiling foreign-types-macros v0.2.3
31242026-04-10T22:06:12.685Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31252026-04-10T22:06:12.772Z Compiling foreign-types-shared v0.3.1
31262026-04-10T22:06:12.831Z Compiling cpufeatures v0.3.0
31272026-04-10T22:06:12.892Z Compiling colored v3.1.1
31282026-04-10T22:06:12.908Z Compiling rayon-core v1.13.0
31292026-04-10T22:06:12.934Z Compiling chacha20 v0.10.0
31302026-04-10T22:06:12.952Z Compiling num_enum_derive v0.5.11
31312026-04-10T22:06:13.013Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31322026-04-10T22:06:13.145Z Compiling crossbeam-deque v0.8.6
31332026-04-10T22:06:13.170Z Compiling num-rational v0.4.2
31342026-04-10T22:06:13.186Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31352026-04-10T22:06:13.205Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31362026-04-10T22:06:13.243Z Compiling foreign-types v0.5.0
31372026-04-10T22:06:13.285Z Compiling num-complex v0.4.6
31382026-04-10T22:06:13.303Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31392026-04-10T22:06:13.343Z Compiling cstr-argument v0.1.2
31402026-04-10T22:06:13.368Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31412026-04-10T22:06:13.472Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31422026-04-10T22:06:13.581Z Compiling num_enum v0.7.5
31432026-04-10T22:06:13.648Z Compiling num v0.4.3
31442026-04-10T22:06:13.669Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31452026-04-10T22:06:13.715Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31462026-04-10T22:06:13.737Z Compiling rand v0.10.0
31472026-04-10T22:06:13.755Z Compiling toml v0.8.23
31482026-04-10T22:06:13.793Z Compiling camino-tempfile v1.4.1
31492026-04-10T22:06:13.811Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31502026-04-10T22:06:13.827Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
31512026-04-10T22:06:13.830Z Compiling float-ord v0.3.2
31522026-04-10T22:06:13.862Z Compiling zone_cfg_derive v0.3.1
31532026-04-10T22:06:13.953Z Compiling rayon v1.11.0
31542026-04-10T22:06:13.990Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31552026-04-10T22:06:14.043Z Compiling ingot-types v0.1.2
31562026-04-10T22:06:14.063Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
31572026-04-10T22:06:14.117Z Compiling num_enum v0.5.11
31582026-04-10T22:06:14.142Z Compiling itertools v0.12.1
31592026-04-10T22:06:14.161Z Compiling num-derive v0.4.2
31602026-04-10T22:06:14.179Z Compiling sigpipe v0.1.3
31612026-04-10T22:06:14.262Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31622026-04-10T22:06:14.279Z Compiling glob v0.3.3
31632026-04-10T22:06:14.295Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31642026-04-10T22:06:14.295Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
31652026-04-10T22:06:14.437Z Compiling ingot v0.1.1
31662026-04-10T22:06:14.493Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31672026-04-10T22:06:14.543Z Compiling smf v0.2.3
31682026-04-10T22:06:14.560Z Compiling prettyplease v0.2.37
31692026-04-10T22:06:14.575Z Compiling whoami v1.6.1
31702026-04-10T22:06:14.609Z Compiling gethostname v0.5.0
31712026-04-10T22:06:14.701Z Compiling usdt-attr-macro v0.5.0
31722026-04-10T22:06:14.717Z Compiling usdt-macro v0.5.0
31732026-04-10T22:06:14.745Z Compiling memmap v0.7.0
31742026-04-10T22:06:14.761Z Compiling atomicwrites v0.4.4
31752026-04-10T22:06:14.889Z Compiling derive-where v1.6.0
31762026-04-10T22:06:14.966Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31772026-04-10T22:06:14.990Z Compiling cancel-safe-futures v0.1.5
31782026-04-10T22:06:15.006Z Compiling typify-macro v0.6.1
31792026-04-10T22:06:15.107Z Compiling owo-colors v4.3.0
31802026-04-10T22:06:15.127Z Compiling resolv-conf v0.7.6
31812026-04-10T22:06:15.158Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31822026-04-10T22:06:15.258Z Compiling libsw-core v0.3.2
31832026-04-10T22:06:15.417Z Compiling zone v0.3.1
31842026-04-10T22:06:15.459Z Compiling async-recursion v1.1.1
31852026-04-10T22:06:15.507Z Compiling libsw v3.5.0
31862026-04-10T22:06:15.568Z Compiling usdt v0.5.0
31872026-04-10T22:06:15.586Z Compiling linear-map v1.2.0
31882026-04-10T22:06:15.716Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31892026-04-10T22:06:15.794Z Compiling libefi-sys v0.1.0
31902026-04-10T22:06:15.810Z Compiling console v0.15.11
31912026-04-10T22:06:15.865Z Compiling hickory-proto v0.24.4
31922026-04-10T22:06:15.868Z Compiling newline-converter v0.3.0
31932026-04-10T22:06:16.021Z Compiling bitfield-struct v0.6.2
31942026-04-10T22:06:16.039Z Compiling semver v0.1.20
31952026-04-10T22:06:16.054Z Compiling linked-hash-map v0.5.6
31962026-04-10T22:06:16.160Z Compiling expectorate v1.2.0
31972026-04-10T22:06:16.177Z Compiling tokio-dtrace v0.1.1
31982026-04-10T22:06:16.270Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31992026-04-10T22:06:16.287Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32002026-04-10T22:06:16.303Z Compiling rustc_version v0.1.7
32012026-04-10T22:06:16.325Z Compiling lru-cache v0.1.2
32022026-04-10T22:06:16.344Z Compiling dropshot-api-manager-types v0.6.0
32032026-04-10T22:06:16.363Z Compiling pin-project-internal v1.1.11
32042026-04-10T22:06:16.366Z Compiling slog-dtrace v0.3.0
32052026-04-10T22:06:16.418Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32062026-04-10T22:06:16.435Z Compiling minimal-lexical v0.2.1
32072026-04-10T22:06:16.482Z Compiling oxide-tokio-rt v0.1.3
32082026-04-10T22:06:16.499Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32092026-04-10T22:06:16.522Z Compiling typify-impl v0.4.3
32102026-04-10T22:06:16.561Z Compiling newtype_derive v0.1.6
32112026-04-10T22:06:16.676Z Compiling nom v7.1.3
32122026-04-10T22:06:16.701Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32132026-04-10T22:06:16.725Z Compiling snafu-derive v0.8.9
32142026-04-10T22:06:16.741Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32152026-04-10T22:06:16.760Z Compiling phf_shared v0.12.1
32162026-04-10T22:06:16.783Z Compiling pem v3.0.6
32172026-04-10T22:06:16.807Z Compiling csv-core v0.1.13
32182026-04-10T22:06:16.864Z Compiling typify v0.6.1
32192026-04-10T22:06:16.965Z Compiling highway v1.3.0
32202026-04-10T22:06:17.006Z Compiling progenitor-impl v0.13.0
32212026-04-10T22:06:17.072Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32222026-04-10T22:06:17.098Z Compiling chrono-tz v0.10.4
32232026-04-10T22:06:17.133Z Compiling xshell-macros v0.2.7
32242026-04-10T22:06:17.286Z Compiling same-file v1.0.6
32252026-04-10T22:06:17.342Z Compiling const_format_proc_macros v0.2.34
32262026-04-10T22:06:17.369Z Compiling csv v1.4.0
32272026-04-10T22:06:17.414Z Compiling walkdir v2.5.0
32282026-04-10T22:06:17.488Z Compiling phf v0.12.1
32292026-04-10T22:06:17.543Z Compiling pin-project v1.1.11
32302026-04-10T22:06:17.560Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32312026-04-10T22:06:17.575Z Compiling xshell v0.2.7
32322026-04-10T22:06:17.670Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32332026-04-10T22:06:17.702Z Compiling globset v0.4.18
32342026-04-10T22:06:17.769Z Compiling olpc-cjson v0.1.4
32352026-04-10T22:06:17.940Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
32362026-04-10T22:06:17.967Z Compiling primeorder v0.13.6
32372026-04-10T22:06:17.985Z Compiling serde_plain v1.0.2
32382026-04-10T22:06:18.017Z Compiling typed-path v0.9.3
32392026-04-10T22:06:18.083Z Compiling hickory-resolver v0.24.4
32402026-04-10T22:06:18.126Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32412026-04-10T22:06:18.206Z Compiling const_format v0.2.35
32422026-04-10T22:06:18.222Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32432026-04-10T22:06:18.428Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32442026-04-10T22:06:18.457Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32452026-04-10T22:06:18.552Z Compiling tabled_derive v0.7.0
32462026-04-10T22:06:18.706Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
32472026-04-10T22:06:18.753Z Compiling snafu v0.8.9
32482026-04-10T22:06:18.907Z Compiling bcs v0.1.6
32492026-04-10T22:06:19.121Z Compiling tough v0.20.0
32502026-04-10T22:06:19.139Z Compiling radium v0.7.0
32512026-04-10T22:06:19.179Z Compiling qorb v0.4.1
32522026-04-10T22:06:19.231Z Compiling termtree v0.5.1
32532026-04-10T22:06:19.287Z Compiling salty v0.3.0
32542026-04-10T22:06:19.385Z Compiling textwrap v0.16.2
32552026-04-10T22:06:19.413Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32562026-04-10T22:06:19.442Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32572026-04-10T22:06:19.559Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32582026-04-10T22:06:19.658Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32592026-04-10T22:06:19.675Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32602026-04-10T22:06:19.768Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32612026-04-10T22:06:19.785Z Compiling progenitor-macro v0.13.0
32622026-04-10T22:06:19.902Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32632026-04-10T22:06:19.918Z Compiling tabled v0.15.0
32642026-04-10T22:06:20.061Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32652026-04-10T22:06:20.077Z Compiling steno v0.4.1
32662026-04-10T22:06:20.176Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32672026-04-10T22:06:20.300Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32682026-04-10T22:06:20.343Z Compiling maybe-uninit v2.0.0
32692026-04-10T22:06:20.423Z Compiling tap v1.0.1
32702026-04-10T22:06:20.532Z Compiling humantime v2.3.0
32712026-04-10T22:06:20.572Z Compiling base64 v0.21.7
32722026-04-10T22:06:20.665Z Compiling tagptr v0.2.0
32732026-04-10T22:06:20.833Z Compiling moka v0.12.13
32742026-04-10T22:06:20.916Z Compiling wyz v0.5.1
32752026-04-10T22:06:21.132Z Compiling typify-macro v0.4.3
32762026-04-10T22:06:21.150Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32772026-04-10T22:06:21.271Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32782026-04-10T22:06:21.374Z Compiling p384 v0.13.1
32792026-04-10T22:06:21.413Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32802026-04-10T22:06:21.611Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32812026-04-10T22:06:21.677Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32822026-04-10T22:06:21.699Z Compiling packed_struct v0.10.1
32832026-04-10T22:06:21.756Z Compiling parking_lot_core v0.8.6
32842026-04-10T22:06:21.879Z Compiling funty v2.0.0
32852026-04-10T22:06:21.961Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32862026-04-10T22:06:22.015Z Compiling hickory-resolver v0.25.2
32872026-04-10T22:06:22.164Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32882026-04-10T22:06:22.330Z Compiling bitvec v1.0.1
32892026-04-10T22:06:22.507Z Compiling polyval v0.6.2
32902026-04-10T22:06:22.527Z Compiling git-stub v1.0.0
32912026-04-10T22:06:22.605Z Compiling packed_struct_codegen v0.10.1
32922026-04-10T22:06:22.644Z Compiling zerocopy-derive v0.6.6
32932026-04-10T22:06:22.764Z Compiling bitfield-macros v0.19.4
32942026-04-10T22:06:22.824Z Compiling proc-macro-error-attr2 v2.0.0
32952026-04-10T22:06:22.930Z Compiling typify v0.4.3
32962026-04-10T22:06:23.066Z Compiling indexmap v1.9.3
32972026-04-10T22:06:23.084Z Compiling crc-catalog v2.4.0
32982026-04-10T22:06:23.113Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32992026-04-10T22:06:23.153Z Compiling utf-8 v0.7.6
33002026-04-10T22:06:23.209Z Compiling nodrop v0.1.14
33012026-04-10T22:06:23.257Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33022026-04-10T22:06:23.274Z Compiling proc-macro-error2 v2.0.1
33032026-04-10T22:06:23.334Z Compiling array-init v0.0.4
33042026-04-10T22:06:23.337Z Compiling tungstenite v0.21.0
33052026-04-10T22:06:23.368Z Compiling crc v3.4.0
33062026-04-10T22:06:23.411Z Compiling git-stub-vcs v0.1.0
33072026-04-10T22:06:23.518Z Compiling ghash v0.5.1
33082026-04-10T22:06:23.550Z Compiling zerocopy v0.6.6
33092026-04-10T22:06:23.553Z Compiling bitfield v0.19.4
33102026-04-10T22:06:23.616Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33112026-04-10T22:06:23.681Z Compiling smallvec v0.6.14
33122026-04-10T22:06:23.769Z Compiling ctr v0.9.2
33132026-04-10T22:06:23.834Z Compiling num-derive v0.3.3
33142026-04-10T22:06:23.850Z Compiling hashbrown v0.12.3
33152026-04-10T22:06:23.923Z Compiling compression-core v0.4.31
33162026-04-10T22:06:23.940Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33172026-04-10T22:06:23.955Z Compiling unicase v2.9.0
33182026-04-10T22:06:23.995Z Compiling aes-gcm v0.10.3
33192026-04-10T22:06:24.013Z Compiling parking_lot v0.11.2
33202026-04-10T22:06:24.037Z Compiling tokio-tungstenite v0.21.0
33212026-04-10T22:06:24.116Z Compiling compression-codecs v0.4.37
33222026-04-10T22:06:24.190Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33232026-04-10T22:06:24.206Z Compiling mime_guess v2.0.5
33242026-04-10T22:06:24.221Z Compiling serde-hex v0.1.0
33252026-04-10T22:06:24.277Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33262026-04-10T22:06:24.394Z Compiling tabled_derive v0.11.0
33272026-04-10T22:06:24.428Z Compiling progenitor-impl v0.10.0
33282026-04-10T22:06:24.447Z Compiling progenitor-impl v0.11.2
33292026-04-10T22:06:24.645Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33302026-04-10T22:06:24.683Z Compiling ron v0.8.1
33312026-04-10T22:06:24.778Z Compiling papergrid v0.17.0
33322026-04-10T22:06:24.796Z Compiling testing_table v0.3.0
33332026-04-10T22:06:24.814Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33342026-04-10T22:06:24.832Z Compiling libscf-sys v1.1.0
33352026-04-10T22:06:24.918Z Compiling progenitor v0.13.0
33362026-04-10T22:06:24.987Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33372026-04-10T22:06:25.011Z Compiling hashbrown v0.13.2
33382026-04-10T22:06:25.097Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33392026-04-10T22:06:25.130Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33402026-04-10T22:06:25.166Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33412026-04-10T22:06:25.212Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33422026-04-10T22:06:25.390Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33432026-04-10T22:06:25.569Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33442026-04-10T22:06:25.639Z Compiling prefix-trie v0.7.0
33452026-04-10T22:06:25.699Z Compiling ssh-encoding v0.2.0
33462026-04-10T22:06:25.716Z Compiling blowfish v0.9.1
33472026-04-10T22:06:25.814Z Compiling fxhash v0.2.1
33482026-04-10T22:06:25.982Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33492026-04-10T22:06:26.000Z Compiling toml_datetime v1.0.0+spec-1.1.0
33502026-04-10T22:06:26.000Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33512026-04-10T22:06:26.047Z Compiling dropshot v0.17.0
33522026-04-10T22:06:26.064Z Compiling crc-any v2.5.0
33532026-04-10T22:06:26.229Z Compiling corncobs v0.1.4
33542026-04-10T22:06:26.277Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33552026-04-10T22:06:26.347Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33562026-04-10T22:06:26.365Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33572026-04-10T22:06:26.425Z Compiling toml v1.0.6+spec-1.1.0
33582026-04-10T22:06:26.444Z Compiling hickory-server v0.25.2
33592026-04-10T22:06:26.464Z Compiling sled v0.34.7
33602026-04-10T22:06:26.492Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33612026-04-10T22:06:26.533Z Compiling ssh-cipher v0.2.0
33622026-04-10T22:06:26.549Z Compiling bcrypt-pbkdf v0.10.0
33632026-04-10T22:06:26.789Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33642026-04-10T22:06:26.834Z Compiling tabled v0.20.0
33652026-04-10T22:06:26.902Z Compiling object v0.30.4
33662026-04-10T22:06:27.141Z Compiling progenitor-macro v0.10.0
33672026-04-10T22:06:27.161Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33682026-04-10T22:06:27.179Z Compiling progenitor-macro v0.11.2
33692026-04-10T22:06:27.516Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33702026-04-10T22:06:27.882Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33712026-04-10T22:06:28.041Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33722026-04-10T22:06:28.363Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33732026-04-10T22:06:28.495Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33742026-04-10T22:06:28.516Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33752026-04-10T22:06:28.891Z Compiling async-compression v0.4.41
33762026-04-10T22:06:28.969Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33772026-04-10T22:06:29.105Z Compiling progenitor-client v0.11.2
33782026-04-10T22:06:29.138Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33792026-04-10T22:06:29.240Z Compiling password-hash v0.4.2
33802026-04-10T22:06:29.359Z Compiling dropshot_endpoint v0.17.0
33812026-04-10T22:06:29.468Z Compiling secrecy v0.8.0
33822026-04-10T22:06:29.654Z Compiling http-range v0.1.5
33832026-04-10T22:06:29.676Z Compiling path-slash v0.1.5
33842026-04-10T22:06:29.764Z Compiling half v1.8.3
33852026-04-10T22:06:29.801Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33862026-04-10T22:06:29.879Z Compiling pbkdf2 v0.11.0
33872026-04-10T22:06:29.979Z Compiling serde_cbor v0.11.2
33882026-04-10T22:06:30.125Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33892026-04-10T22:06:30.309Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33902026-04-10T22:06:30.394Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33912026-04-10T22:06:30.615Z Compiling ssh-key v0.6.7
33922026-04-10T22:06:30.967Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
33932026-04-10T22:06:31.069Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
33942026-04-10T22:06:31.312Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33952026-04-10T22:06:31.339Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33962026-04-10T22:06:31.828Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33972026-04-10T22:06:31.864Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33982026-04-10T22:06:31.905Z Compiling p521 v0.13.3
33992026-04-10T22:06:31.984Z Compiling p256 v0.13.2
34002026-04-10T22:06:32.017Z Compiling yasna v0.5.2
34012026-04-10T22:06:32.127Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34022026-04-10T22:06:32.286Z Compiling progenitor v0.10.0
34032026-04-10T22:06:32.304Z Compiling kstat-rs v0.2.4
34042026-04-10T22:06:32.340Z Compiling headers-core v0.3.0
34052026-04-10T22:06:32.358Z Compiling progenitor v0.11.2
34062026-04-10T22:06:32.385Z Compiling nanorand v0.7.0
34072026-04-10T22:06:32.385Z Compiling atty v0.2.14
34082026-04-10T22:06:32.443Z Compiling russh-cryptovec v0.7.3
34092026-04-10T22:06:32.468Z Compiling home v0.5.12
34102026-04-10T22:06:32.486Z Compiling crc8 v0.1.1
34112026-04-10T22:06:32.537Z Compiling md5 v0.7.0
34122026-04-10T22:06:32.555Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34132026-04-10T22:06:32.631Z Compiling flume v0.11.1
34142026-04-10T22:06:32.647Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34152026-04-10T22:06:32.650Z Compiling rcgen v0.12.1
34162026-04-10T22:06:32.680Z Compiling headers v0.4.1
34172026-04-10T22:06:32.702Z Compiling russh-keys v0.45.0
34182026-04-10T22:06:32.745Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34192026-04-10T22:06:32.833Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34202026-04-10T22:06:32.874Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34212026-04-10T22:06:32.971Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34222026-04-10T22:06:33.162Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34232026-04-10T22:06:33.238Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34242026-04-10T22:06:33.476Z Compiling hyper-staticfile v0.10.1
34252026-04-10T22:06:33.577Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34262026-04-10T22:06:33.594Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34272026-04-10T22:06:33.615Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34282026-04-10T22:06:33.645Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34292026-04-10T22:06:33.667Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34302026-04-10T22:06:33.971Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34312026-04-10T22:06:34.025Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34322026-04-10T22:06:34.090Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2c9d7052cc12b3feca1c5a0e09d10b724b8e7cb4#2c9d7052)
34332026-04-10T22:06:34.145Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34342026-04-10T22:06:34.200Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34352026-04-10T22:06:34.275Z Compiling num-bigint v0.4.6
34362026-04-10T22:06:34.335Z Compiling des v0.8.1
34372026-04-10T22:06:34.364Z Compiling subprocess v0.2.15
34382026-04-10T22:06:34.407Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34392026-04-10T22:06:34.428Z Compiling hex-literal v0.4.1
34402026-04-10T22:06:34.512Z Compiling display-error-chain v0.2.2
34412026-04-10T22:06:34.559Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34422026-04-10T22:06:34.576Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34432026-04-10T22:06:34.677Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34442026-04-10T22:06:34.859Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34452026-04-10T22:06:34.935Z Compiling colored v2.2.0
34462026-04-10T22:06:35.080Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34472026-04-10T22:06:35.153Z Compiling internet-checksum v0.2.1
34482026-04-10T22:06:35.645Z Compiling russh v0.45.0
34492026-04-10T22:06:37.281Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34502026-04-10T22:06:37.995Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34512026-04-10T22:06:38.479Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34522026-04-10T22:06:38.928Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34532026-04-10T22:06:46.751Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34542026-04-10T22:06:46.751Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34552026-04-10T22:06:46.754Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34562026-04-10T22:06:46.754Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34572026-04-10T22:06:48.425Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34582026-04-10T22:06:48.529Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34592026-04-10T22:06:52.633Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34602026-04-10T22:07:12.637Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34612026-04-10T22:07:31.196Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 23s
34622026-04-10T22:07:31.419Z
34632026-04-10T22:07:31.419Zreal 1:23.485572317
34642026-04-10T22:07:31.419Zuser 8:16.722327592
34652026-04-10T22:07:31.419Zsys 1:39.346785304
34662026-04-10T22:07:31.422Ztrap 0.260988971
34672026-04-10T22:07:31.423Ztflt 0.513058511
34682026-04-10T22:07:31.423Zdflt 1.395143608
34692026-04-10T22:07:31.423Zkflt 0.000308615
34702026-04-10T22:07:31.423Zlock 29:18.535076062
34712026-04-10T22:07:31.423Zslp 19:07.434694522
34722026-04-10T22:07:31.423Zlat 38.766658050
34732026-04-10T22:07:31.423Zstop 2:49.705381817
34742026-04-10T22:07:31.423Z+ mkdir tests
34752026-04-10T22:07:31.426Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34762026-04-10T22:07:31.426Z+ xargs -I '{}' -t cp '{}' tests/
34772026-04-10T22:07:31.455Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a142fb17a7014d74 tests/
34782026-04-10T22:07:31.485Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-c31f88ad440c90b7 tests/
34792026-04-10T22:07:31.514Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-0b836f91f68be7d5 tests/
34802026-04-10T22:07:31.545Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ab0d1d53126814be tests/
34812026-04-10T22:07:31.874Z+ 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/*)
34822026-04-10T22:07:31.878Z+ 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-c31f88ad440c90b7 tests/commtest-0b836f91f68be7d5 tests/dhcp_server-a142fb17a7014d74 tests/end_to_end_tests-ab0d1d53126814be 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
34832026-04-10T22:08:57.192ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34842026-04-10T22:08:57.192Za .github/buildomat/ci-env.sh 1K
34852026-04-10T22:08:57.192Za out/target/test 1K
34862026-04-10T22:08:57.192Za out/npuzone/npuzone 27402K
34872026-04-10T22:08:57.192Za package-manifest.toml 35K
34882026-04-10T22:08:57.192Za smf/sled-agent/non-gimlet/config.toml 6K
34892026-04-10T22:08:57.192Za target/release/omicron-package 45696K
34902026-04-10T22:08:57.192Za target/release/xtask 11433K
34912026-04-10T22:08:57.192Za target/debug/bootstrap 340100K
34922026-04-10T22:08:57.192Za tests/bootstrap-c31f88ad440c90b7 31310K
34932026-04-10T22:08:57.192Za tests/commtest-0b836f91f68be7d5 32395K
34942026-04-10T22:08:57.192Za tests/dhcp_server-a142fb17a7014d74 31310K
34952026-04-10T22:08:57.192Za tests/end_to_end_tests-ab0d1d53126814be 382535K
34962026-04-10T22:08:57.192Za out/clickhouse.tar.gz 323146K
34972026-04-10T22:08:57.192Za out/clickhouse_keeper.tar.gz 307108K
34982026-04-10T22:08:57.192Za out/clickhouse_server.tar.gz 323144K
34992026-04-10T22:08:57.192Za out/cockroachdb.tar.gz 165438K
35002026-04-10T22:08:57.192Za out/crucible-pantry-zone.tar.gz 44512K
35012026-04-10T22:08:57.192Za out/crucible-utils.tar 17744K
35022026-04-10T22:08:57.192Za out/crucible-zone.tar.gz 58650K
35032026-04-10T22:08:57.192Za out/external-dns.tar.gz 51730K
35042026-04-10T22:08:57.192Za out/internal-dns.tar.gz 51730K
35052026-04-10T22:08:57.192Za out/mg-ddm-gz.tar 78377K
35062026-04-10T22:08:57.192Za out/nexus.tar.gz 217733K
35072026-04-10T22:08:57.192Za out/ntp.tar.gz 32980K
35082026-04-10T22:08:57.192Za out/omicron-gateway-softnpu.tar.gz 29157K
35092026-04-10T22:08:57.192Za out/omicron-sled-agent.tar 205650K
35102026-04-10T22:08:57.193Za out/overlay.tar.gz 3K
35112026-04-10T22:08:57.193Za out/oximeter.tar.gz 68861K
35122026-04-10T22:08:57.193Za out/oxlog.tar 3782K
35132026-04-10T22:08:57.193Za out/probe.tar.gz 3037K
35142026-04-10T22:08:57.193Za out/propolis-server.tar.gz 38704K
35152026-04-10T22:08:57.193Za out/pumpkind-gz.tar 26647K
35162026-04-10T22:08:57.193Za out/switch-softnpu.tar.gz 384938K
35172026-04-10T22:08:57.196Z
35182026-04-10T22:08:57.196Zreal 1:25.306728866
35192026-04-10T22:08:57.196Zuser 1:22.736138383
35202026-04-10T22:08:57.196Zsys 4.303906853
35212026-04-10T22:08:57.196Ztrap 0.007120046
35222026-04-10T22:08:57.196Ztflt 0.000000000
35232026-04-10T22:08:57.196Zdflt 0.000000000
35242026-04-10T22:08:57.196Zkflt 0.000000000
35252026-04-10T22:08:57.196Zlock 0.000000000
35262026-04-10T22:08:57.196Zslp 1:22.601292942
35272026-04-10T22:08:57.196Zlat 0.960404637
35282026-04-10T22:08:57.196Zstop 0.000593520
35292026-04-10T22:08:57.196Zprocess exited: duration 1133944 ms, exit code 0
 
35302026-04-10T22:08:57.211Zfound 1 output files
35312026-04-10T22:08:57.211Zuploading: /work/package.tar.gz (2437804773 bytes)
35322026-04-10T22:09:26.054Zuploaded: /work/package.tar.gz